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 1
1
# @skeletonlabs/floating-ui-svelte
2
2
3
+ ## 0.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - e47dcb7: Fix typo in internal imports.
8
+
3
9
## 0.3.4
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @skeletonlabs/floating-ui-svelte" ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.3.5 " ,
4
4
"scripts" : {
5
5
"build" : " svelte-package --input ./src" ,
6
6
"build:watch" : " pnpm build --watch" ,
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