@prosekit/lit 0.3.21 → 0.3.22

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.
@@ -3,6 +3,9 @@ import { AutocompleteItemElement as AutocompleteItem } from '@prosekit/web/autoc
3
3
  import { AutocompleteListElement as AutocompleteList } from '@prosekit/web/autocomplete';
4
4
  import { AutocompletePopoverElement as AutocompletePopover } from '@prosekit/web/autocomplete';
5
5
  import { BlockDragHandleElement as BlockDragHandle } from '@prosekit/web/block-handle';
6
+ import { BlockHandleAddElement as BlockHandleAdd } from '@prosekit/web/block-handle';
7
+ import { BlockHandleDraggableElement as BlockHandleDraggable } from '@prosekit/web/block-handle';
8
+ import { BlockHandlePopoverElement as BlockHandlePopover } from '@prosekit/web/block-handle';
6
9
  import { BlockPopoverElement as BlockPopover } from '@prosekit/web/block-handle';
7
10
  import { config as default_alias_1 } from '@prosekit/dev/config-vitest';
8
11
  import { InlinePopoverElement as InlinePopover } from '@prosekit/web/inline-popover';
@@ -33,6 +36,12 @@ export { AutocompletePopover }
33
36
 
34
37
  export { BlockDragHandle }
35
38
 
39
+ export { BlockHandleAdd }
40
+
41
+ export { BlockHandleDraggable }
42
+
43
+ export { BlockHandlePopover }
44
+
36
45
  export { BlockPopover }
37
46
 
38
47
  export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
@@ -1,2 +1,5 @@
1
1
  export { BlockDragHandle } from './_tsup-dts-rollup';
2
+ export { BlockHandleAdd } from './_tsup-dts-rollup';
3
+ export { BlockHandleDraggable } from './_tsup-dts-rollup';
4
+ export { BlockHandlePopover } from './_tsup-dts-rollup';
2
5
  export { BlockPopover } from './_tsup-dts-rollup';
@@ -1,7 +1,13 @@
1
1
  // src/components/block-handle/index.ts
2
2
  import { BlockDragHandleElement } from "@prosekit/web/block-handle";
3
+ import { BlockHandleAddElement } from "@prosekit/web/block-handle";
4
+ import { BlockHandleDraggableElement } from "@prosekit/web/block-handle";
5
+ import { BlockHandlePopoverElement } from "@prosekit/web/block-handle";
3
6
  import { BlockPopoverElement } from "@prosekit/web/block-handle";
4
7
  export {
5
8
  BlockDragHandleElement as BlockDragHandle,
9
+ BlockHandleAddElement as BlockHandleAdd,
10
+ BlockHandleDraggableElement as BlockHandleDraggable,
11
+ BlockHandlePopoverElement as BlockHandlePopover,
6
12
  BlockPopoverElement as BlockPopover
7
13
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/lit",
3
3
  "type": "module",
4
- "version": "0.3.21",
4
+ "version": "0.3.22",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -70,7 +70,7 @@
70
70
  "dist"
71
71
  ],
72
72
  "dependencies": {
73
- "@prosekit/web": "^0.3.13"
73
+ "@prosekit/web": "^0.3.14"
74
74
  },
75
75
  "devDependencies": {
76
76
  "tsup": "^8.2.4",