@prosekit/svelte 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist/build/components/autocomplete/autocomplete-empty.gen.d.ts +3 -4
  2. package/dist/build/components/autocomplete/autocomplete-empty.gen.d.ts.map +1 -1
  3. package/dist/build/components/autocomplete/autocomplete-item.gen.d.ts +3 -4
  4. package/dist/build/components/autocomplete/autocomplete-item.gen.d.ts.map +1 -1
  5. package/dist/build/components/autocomplete/autocomplete-list.gen.d.ts +3 -4
  6. package/dist/build/components/autocomplete/autocomplete-list.gen.d.ts.map +1 -1
  7. package/dist/build/components/autocomplete/autocomplete-popover.gen.d.ts +3 -4
  8. package/dist/build/components/autocomplete/autocomplete-popover.gen.d.ts.map +1 -1
  9. package/dist/build/components/block-handle/block-drag-handle.gen.d.ts +3 -4
  10. package/dist/build/components/block-handle/block-drag-handle.gen.d.ts.map +1 -1
  11. package/dist/build/components/block-handle/block-popover.gen.d.ts +3 -4
  12. package/dist/build/components/block-handle/block-popover.gen.d.ts.map +1 -1
  13. package/dist/build/components/inline-popover/inline-popover.gen.d.ts +3 -4
  14. package/dist/build/components/inline-popover/inline-popover.gen.d.ts.map +1 -1
  15. package/dist/build/components/popover/popover-content.gen.d.ts +3 -4
  16. package/dist/build/components/popover/popover-content.gen.d.ts.map +1 -1
  17. package/dist/build/components/popover/popover-root.gen.d.ts +3 -4
  18. package/dist/build/components/popover/popover-root.gen.d.ts.map +1 -1
  19. package/dist/build/components/popover/popover-trigger.gen.d.ts +3 -4
  20. package/dist/build/components/popover/popover-trigger.gen.d.ts.map +1 -1
  21. package/dist/build/components/resizable/resizable-handle.gen.d.ts +3 -4
  22. package/dist/build/components/resizable/resizable-handle.gen.d.ts.map +1 -1
  23. package/dist/build/components/resizable/resizable-root.gen.d.ts +3 -4
  24. package/dist/build/components/resizable/resizable-root.gen.d.ts.map +1 -1
  25. package/dist/build/components/tooltip/tooltip-content.gen.d.ts +3 -4
  26. package/dist/build/components/tooltip/tooltip-content.gen.d.ts.map +1 -1
  27. package/dist/build/components/tooltip/tooltip-root.gen.d.ts +3 -4
  28. package/dist/build/components/tooltip/tooltip-root.gen.d.ts.map +1 -1
  29. package/dist/build/components/tooltip/tooltip-trigger.gen.d.ts +3 -4
  30. package/dist/build/components/tooltip/tooltip-trigger.gen.d.ts.map +1 -1
  31. package/package.json +2 -2
@@ -1,6 +1,5 @@
1
- import type { AutocompleteEmptyProps } from '@prosekit/web/autocomplete';
1
+ import type { AutocompleteEmptyElement, AutocompleteEmptyProps } from '@prosekit/web/autocomplete';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const AutocompleteEmpty: typeof SvelteComponent<Partial<AutocompleteEmptyProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const AutocompleteEmpty: typeof SvelteComponent<Partial<AutocompleteEmptyProps> & HTMLAttributes<AutocompleteEmptyElement>>;
6
5
  //# sourceMappingURL=autocomplete-empty.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"autocomplete-empty.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/autocomplete/autocomplete-empty.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACxE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,iBAAiB,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"autocomplete-empty.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/autocomplete/autocomplete-empty.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAClG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,iBAAiB,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,sBAAsB,CAAC,GAAG,cAAc,CAAC,wBAAwB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { AutocompleteItemProps } from '@prosekit/web/autocomplete';
1
+ import type { AutocompleteItemElement, AutocompleteItemProps } from '@prosekit/web/autocomplete';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const AutocompleteItem: typeof SvelteComponent<Partial<AutocompleteItemProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const AutocompleteItem: typeof SvelteComponent<Partial<AutocompleteItemProps> & HTMLAttributes<AutocompleteItemElement>>;
6
5
  //# sourceMappingURL=autocomplete-item.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"autocomplete-item.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/autocomplete/autocomplete-item.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AACvE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,gBAAgB,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,qBAAqB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"autocomplete-item.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/autocomplete/autocomplete-item.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AAChG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,gBAAgB,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,qBAAqB,CAAC,GAAG,cAAc,CAAC,uBAAuB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { AutocompleteListProps } from '@prosekit/web/autocomplete';
1
+ import type { AutocompleteListElement, AutocompleteListProps } from '@prosekit/web/autocomplete';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const AutocompleteList: typeof SvelteComponent<Partial<AutocompleteListProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const AutocompleteList: typeof SvelteComponent<Partial<AutocompleteListProps> & HTMLAttributes<AutocompleteListElement>>;
6
5
  //# sourceMappingURL=autocomplete-list.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"autocomplete-list.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/autocomplete/autocomplete-list.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AACvE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,gBAAgB,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,qBAAqB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"autocomplete-list.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/autocomplete/autocomplete-list.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AAChG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,gBAAgB,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,qBAAqB,CAAC,GAAG,cAAc,CAAC,uBAAuB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { AutocompletePopoverProps } from '@prosekit/web/autocomplete';
1
+ import type { AutocompletePopoverElement, AutocompletePopoverProps } from '@prosekit/web/autocomplete';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const AutocompletePopover: typeof SvelteComponent<Partial<AutocompletePopoverProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const AutocompletePopover: typeof SvelteComponent<Partial<AutocompletePopoverProps> & HTMLAttributes<AutocompletePopoverElement>>;
6
5
  //# sourceMappingURL=autocomplete-popover.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"autocomplete-popover.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/autocomplete/autocomplete-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AAC1E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,mBAAmB,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,wBAAwB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"autocomplete-popover.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/autocomplete/autocomplete-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,0BAA0B,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AACtG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,mBAAmB,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,wBAAwB,CAAC,GAAG,cAAc,CAAC,0BAA0B,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { BlockDragHandleProps } from '@prosekit/web/block-handle';
1
+ import type { BlockDragHandleElement, BlockDragHandleProps } from '@prosekit/web/block-handle';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const BlockDragHandle: typeof SvelteComponent<Partial<BlockDragHandleProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const BlockDragHandle: typeof SvelteComponent<Partial<BlockDragHandleProps> & HTMLAttributes<BlockDragHandleElement>>;
6
5
  //# sourceMappingURL=block-drag-handle.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"block-drag-handle.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/block-handle/block-drag-handle.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAA;AACtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,eAAe,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,oBAAoB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"block-drag-handle.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/block-handle/block-drag-handle.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAA;AAC9F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,eAAe,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,oBAAoB,CAAC,GAAG,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { BlockPopoverProps } from '@prosekit/web/block-handle';
1
+ import type { BlockPopoverElement, BlockPopoverProps } from '@prosekit/web/block-handle';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const BlockPopover: typeof SvelteComponent<Partial<BlockPopoverProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const BlockPopover: typeof SvelteComponent<Partial<BlockPopoverProps> & HTMLAttributes<BlockPopoverElement>>;
6
5
  //# sourceMappingURL=block-popover.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"block-popover.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/block-handle/block-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,YAAY,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,iBAAiB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"block-popover.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/block-handle/block-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AACxF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,YAAY,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC,mBAAmB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { InlinePopoverProps } from '@prosekit/web/inline-popover';
1
+ import type { InlinePopoverElement, InlinePopoverProps } from '@prosekit/web/inline-popover';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const InlinePopover: typeof SvelteComponent<Partial<InlinePopoverProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const InlinePopover: typeof SvelteComponent<Partial<InlinePopoverProps> & HTMLAttributes<InlinePopoverElement>>;
6
5
  //# sourceMappingURL=inline-popover.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"inline-popover.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-popover/inline-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AACtE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,aAAa,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,kBAAkB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"inline-popover.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-popover/inline-popover.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAC5F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,aAAa,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC,oBAAoB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { PopoverContentProps } from '@prosekit/web/popover';
1
+ import type { PopoverContentElement, PopoverContentProps } from '@prosekit/web/popover';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const PopoverContent: typeof SvelteComponent<Partial<PopoverContentProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const PopoverContent: typeof SvelteComponent<Partial<PopoverContentProps> & HTMLAttributes<PopoverContentElement>>;
6
5
  //# sourceMappingURL=popover-content.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"popover-content.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/popover/popover-content.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,cAAc,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"popover-content.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/popover/popover-content.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AACvF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,cAAc,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG,cAAc,CAAC,qBAAqB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { PopoverRootProps } from '@prosekit/web/popover';
1
+ import type { PopoverRootElement, PopoverRootProps } from '@prosekit/web/popover';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const PopoverRoot: typeof SvelteComponent<Partial<PopoverRootProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const PopoverRoot: typeof SvelteComponent<Partial<PopoverRootProps> & HTMLAttributes<PopoverRootElement>>;
6
5
  //# sourceMappingURL=popover-root.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"popover-root.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/popover/popover-root.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,WAAW,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,gBAAgB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"popover-root.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/popover/popover-root.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACjF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,WAAW,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,gBAAgB,CAAC,GAAG,cAAc,CAAC,kBAAkB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { PopoverTriggerProps } from '@prosekit/web/popover';
1
+ import type { PopoverTriggerElement, PopoverTriggerProps } from '@prosekit/web/popover';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const PopoverTrigger: typeof SvelteComponent<Partial<PopoverTriggerProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const PopoverTrigger: typeof SvelteComponent<Partial<PopoverTriggerProps> & HTMLAttributes<PopoverTriggerElement>>;
6
5
  //# sourceMappingURL=popover-trigger.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"popover-trigger.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/popover/popover-trigger.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,cAAc,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"popover-trigger.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/popover/popover-trigger.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AACvF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,cAAc,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG,cAAc,CAAC,qBAAqB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { ResizableHandleProps } from '@prosekit/web/resizable';
1
+ import type { ResizableHandleElement, ResizableHandleProps } from '@prosekit/web/resizable';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const ResizableHandle: typeof SvelteComponent<Partial<ResizableHandleProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const ResizableHandle: typeof SvelteComponent<Partial<ResizableHandleProps> & HTMLAttributes<ResizableHandleElement>>;
6
5
  //# sourceMappingURL=resizable-handle.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resizable-handle.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/resizable/resizable-handle.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,eAAe,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,oBAAoB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"resizable-handle.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/resizable/resizable-handle.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AAC3F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,eAAe,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,oBAAoB,CAAC,GAAG,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { ResizableRootProps } from '@prosekit/web/resizable';
1
+ import type { ResizableRootElement, ResizableRootProps } from '@prosekit/web/resizable';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const ResizableRoot: typeof SvelteComponent<Partial<ResizableRootProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const ResizableRoot: typeof SvelteComponent<Partial<ResizableRootProps> & HTMLAttributes<ResizableRootElement>>;
6
5
  //# sourceMappingURL=resizable-root.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resizable-root.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/resizable/resizable-root.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,aAAa,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,kBAAkB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"resizable-root.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/resizable/resizable-root.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AACvF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,aAAa,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC,oBAAoB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { TooltipContentProps } from '@prosekit/web/tooltip';
1
+ import type { TooltipContentElement, TooltipContentProps } from '@prosekit/web/tooltip';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const TooltipContent: typeof SvelteComponent<Partial<TooltipContentProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const TooltipContent: typeof SvelteComponent<Partial<TooltipContentProps> & HTMLAttributes<TooltipContentElement>>;
6
5
  //# sourceMappingURL=tooltip-content.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip-content.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/tooltip/tooltip-content.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,cAAc,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"tooltip-content.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/tooltip/tooltip-content.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AACvF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,cAAc,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG,cAAc,CAAC,qBAAqB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { TooltipRootProps } from '@prosekit/web/tooltip';
1
+ import type { TooltipRootElement, TooltipRootProps } from '@prosekit/web/tooltip';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const TooltipRoot: typeof SvelteComponent<Partial<TooltipRootProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const TooltipRoot: typeof SvelteComponent<Partial<TooltipRootProps> & HTMLAttributes<TooltipRootElement>>;
6
5
  //# sourceMappingURL=tooltip-root.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip-root.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/tooltip/tooltip-root.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,WAAW,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,gBAAgB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"tooltip-root.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/tooltip/tooltip-root.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACjF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,WAAW,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,gBAAgB,CAAC,GAAG,cAAc,CAAC,kBAAkB,CAAC,CAAC,CAAA"}
@@ -1,6 +1,5 @@
1
- import type { TooltipTriggerProps } from '@prosekit/web/tooltip';
1
+ import type { TooltipTriggerElement, TooltipTriggerProps } from '@prosekit/web/tooltip';
2
2
  import type { SvelteComponent } from 'svelte';
3
- export declare const TooltipTrigger: typeof SvelteComponent<Partial<TooltipTriggerProps> & {
4
- class?: string;
5
- }>;
3
+ import type { HTMLAttributes } from 'svelte/elements';
4
+ export declare const TooltipTrigger: typeof SvelteComponent<Partial<TooltipTriggerProps> & HTMLAttributes<TooltipTriggerElement>>;
6
5
  //# sourceMappingURL=tooltip-trigger.gen.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip-trigger.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/tooltip/tooltip-trigger.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAChE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAI7C,eAAO,MAAM,cAAc,EAA+C,OAAO,eAAe,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"tooltip-trigger.gen.d.ts","sourceRoot":"","sources":["../../../../../src/components/tooltip/tooltip-trigger.gen.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AACvF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAIrD,eAAO,MAAM,cAAc,EAAgB,OAAO,eAAe,CAAC,OAAO,CAAC,mBAAmB,CAAC,GAAG,cAAc,CAAC,qBAAqB,CAAC,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/svelte",
3
3
  "type": "module",
4
- "version": "0.4.1",
4
+ "version": "0.4.2",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -73,7 +73,7 @@
73
73
  "dependencies": {
74
74
  "@prosemirror-adapter/svelte": "^0.2.6",
75
75
  "@prosekit/core": "^0.7.1",
76
- "@prosekit/web": "^0.2.3",
76
+ "@prosekit/web": "^0.3.0",
77
77
  "@prosekit/pm": "^0.1.5"
78
78
  },
79
79
  "peerDependencies": {