@prosekit/lit 0.4.6 → 0.4.7
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.
@@ -5,9 +5,7 @@ import { AutocompletePopoverElement as AutocompletePopover } from '@prosekit/web
|
|
5
5
|
import { BlockHandleAddElement as BlockHandleAdd } from '@prosekit/web/block-handle';
|
6
6
|
import { BlockHandleDraggableElement as BlockHandleDraggable } from '@prosekit/web/block-handle';
|
7
7
|
import { BlockHandlePopoverElement as BlockHandlePopover } from '@prosekit/web/block-handle';
|
8
|
-
import { config as default_alias_1 } from '@prosekit/dev/config-vitest';
|
9
8
|
import { InlinePopoverElement as InlinePopover } from '@prosekit/web/inline-popover';
|
10
|
-
import { Options } from 'tsup';
|
11
9
|
import { PopoverContentElement as PopoverContent } from '@prosekit/web/popover';
|
12
10
|
import { PopoverRootElement as PopoverRoot } from '@prosekit/web/popover';
|
13
11
|
import { PopoverTriggerElement as PopoverTrigger } from '@prosekit/web/popover';
|
@@ -38,10 +36,6 @@ export { BlockHandleDraggable }
|
|
38
36
|
|
39
37
|
export { BlockHandlePopover }
|
40
38
|
|
41
|
-
export declare const default_alias: Options | Options[] | ((overrideOptions: Options) => Options | Options[] | Promise<Options | Options[]>);
|
42
|
-
|
43
|
-
export { default_alias_1 }
|
44
|
-
|
45
39
|
export { InlinePopover }
|
46
40
|
|
47
41
|
export { PopoverContent }
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prosekit/lit",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.4.
|
4
|
+
"version": "0.4.7",
|
5
5
|
"private": false,
|
6
6
|
"author": {
|
7
7
|
"name": "ocavue",
|
@@ -70,17 +70,17 @@
|
|
70
70
|
"dist"
|
71
71
|
],
|
72
72
|
"dependencies": {
|
73
|
-
"@prosekit/web": "^0.5.
|
73
|
+
"@prosekit/web": "^0.5.3"
|
74
74
|
},
|
75
75
|
"devDependencies": {
|
76
76
|
"tsup": "^8.3.5",
|
77
|
-
"typescript": "~5.
|
77
|
+
"typescript": "~5.7.2",
|
78
78
|
"vitest": "^2.1.8",
|
79
79
|
"@prosekit/dev": "0.0.0"
|
80
80
|
},
|
81
81
|
"scripts": {
|
82
|
-
"build:
|
83
|
-
"build:
|
82
|
+
"build:tsc": "tsc -b tsconfig.json",
|
83
|
+
"build:tsup": "tsup"
|
84
84
|
},
|
85
85
|
"types": "./dist/prosekit-lit.d.ts",
|
86
86
|
"typesVersions": {
|