This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
packages/floating-ui-svelte Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# @skeletonlabs/floating-ui-svelte
22
3+ ## 0.3.5
4+
5+ ### Patch Changes
6+
7+ - e47dcb7: Fix typo in internal imports.
8+
39## 0.3.4
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @skeletonlabs/floating-ui-svelte" ,
3- "version" : " 0.3.4 " ,
3+ "version" : " 0.3.5 " ,
44 "scripts" : {
55 "build" : " svelte-package --input ./src" ,
66 "build:watch" : " pnpm build --watch" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 isEventTargetWithin ,
1414 isRootElement ,
1515} from "../internal/dom.js" ;
16- import type { FloatingContext } from "./useFloating .svelte.js" ;
16+ import type { FloatingContext } from "./use-floating .svelte.js" ;
1717
1818const bubbleHandlerKeys = {
1919 pointerdown : "onpointerdown" ,
Original file line number Diff line number Diff line change 77} from "../internal/dom.js" ;
88import { noop } from "../internal/noop.js" ;
99import type { OpenChangeReason } from "../internal/types.js" ;
10- import type { FloatingContext } from "./useFloating .svelte.js" ;
11- import type { ElementProps } from "./useInteractions .svelte.js" ;
10+ import type { FloatingContext } from "./use-floating .svelte.js" ;
11+ import type { ElementProps } from "./use-interactions .svelte.js" ;
1212
1313interface DelayOptions {
1414 /**
You can’t perform that action at this time.
0 commit comments