add floating-ui based popover attachment

This commit is contained in:
Elijah Duffy
2026-03-10 17:25:32 -07:00
parent f8eb05cccf
commit 9fbc6f6301
4 changed files with 164 additions and 15 deletions

View File

@@ -21,6 +21,7 @@ export {
iso8601ToDuration
} from './DurationInput.svelte';
export { default as ErrorBox } from './ErrorBox.svelte';
export { type PopoverOptions, Popover } from './floating.svelte';
export { default as FramelessButton } from './FramelessButton.svelte';
export { default as InjectGoogleMaps } from './InjectGoogleMaps.svelte';
export { default as InjectUmami } from './InjectUmami.svelte';