File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
packages/floating-ui-svelte/src/hooks Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @skeletonlabs/floating-ui-svelte " : patch
3
+ ---
4
+
5
+ Fix typo in internal imports.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
13
13
isEventTargetWithin ,
14
14
isRootElement ,
15
15
} from "../internal/dom.js" ;
16
- import type { FloatingContext } from "./useFloating .svelte.js" ;
16
+ import type { FloatingContext } from "./use-floating .svelte.js" ;
17
17
18
18
const bubbleHandlerKeys = {
19
19
pointerdown : "onpointerdown" ,
Original file line number Diff line number Diff line change 7
7
} from "../internal/dom.js" ;
8
8
import { noop } from "../internal/noop.js" ;
9
9
import 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" ;
12
12
13
13
interface DelayOptions {
14
14
/**
You can’t perform that action at this time.
0 commit comments