Assorted fixes

Type fixes, support a couple more classes as functions for the examples, and switch TabPanels to registering ids instead of refs
This commit is contained in:
Ryan Gossiaux
2021-12-17 14:22:19 -08:00
parent 6076a60837
commit c5ed870827
6 changed files with 37 additions and 19 deletions

View File

@@ -18,7 +18,7 @@
FocusResult,
focusIn,
} from "$lib/utils/focus-management";
import { getContext, setContext, onMount } from "svelte";
import { getContext, setContext } from "svelte";
import type { Writable } from "svelte/store";
import {
PopoverStates,