prosekit 0.0.22 → 0.0.24
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.
- package/dist/_tsup-dts-rollup.d.ts +59 -14
- package/dist/prosekit-core.d.ts +5 -6
- package/dist/prosekit-extensions-image.d.ts +1 -0
- package/dist/prosekit-lit-popover.d.ts +5 -0
- package/dist/prosekit-lit-popover.js +2 -0
- package/dist/prosekit-pm-commands.d.ts +1 -1
- package/dist/prosekit-preact-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-preact-popover.d.ts +2 -0
- package/dist/prosekit-preact-popover.js +2 -0
- package/dist/prosekit-react-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-react-popover.d.ts +2 -0
- package/dist/prosekit-react-popover.js +2 -0
- package/dist/prosekit-solid-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-solid-popover.d.ts +2 -0
- package/dist/prosekit-solid-popover.js +2 -0
- package/dist/prosekit-svelte-popover.d.ts +2 -0
- package/dist/prosekit-svelte-popover.js +2 -0
- package/dist/prosekit-vue-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-vue-popover.d.ts +2 -0
- package/dist/prosekit-vue-popover.js +2 -0
- package/package.json +58 -10
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { addMark } from '@prosekit/core';
|
|
2
|
-
import { AddMarkOptions } from '@prosekit/core';
|
|
3
2
|
import { AddMarkStep } from '@prosekit/pm/transform';
|
|
4
3
|
import { AddNodeMarkStep } from '@prosekit/pm/transform';
|
|
5
4
|
import { AllSelection } from '@prosekit/pm/state';
|
|
@@ -56,6 +55,7 @@ import { AutocompletePopoverProps as AutocompletePopoverProps_alias_4 } from '@p
|
|
|
56
55
|
import { AutocompletePopoverProps as AutocompletePopoverProps_alias_5 } from '@prosekit/vue/autocomplete-popover';
|
|
57
56
|
import { AutocompleteRule } from '@prosekit/extensions/autocomplete';
|
|
58
57
|
import { autoJoin } from '@prosekit/pm/commands';
|
|
58
|
+
import { AutoUpdateOptions } from '@prosekit/lit/popover';
|
|
59
59
|
import { baseKeymap } from '@prosekit/pm/commands';
|
|
60
60
|
import { BasicExtension } from '@prosekit/basic';
|
|
61
61
|
import { canJoin } from '@prosekit/pm/transform';
|
|
@@ -162,6 +162,7 @@ import { defineHeadingKeymap } from '@prosekit/extensions/heading';
|
|
|
162
162
|
import { defineHeadingSpec } from '@prosekit/extensions/heading';
|
|
163
163
|
import { defineHistory } from '@prosekit/core';
|
|
164
164
|
import { defineImage } from '@prosekit/extensions/image';
|
|
165
|
+
import { defineImageCommands } from '@prosekit/extensions/image';
|
|
165
166
|
import { defineImageSpec } from '@prosekit/extensions/image';
|
|
166
167
|
import { defineInputRule } from '@prosekit/core';
|
|
167
168
|
import { defineItalic } from '@prosekit/extensions/italic';
|
|
@@ -225,6 +226,7 @@ import { history as history_2 } from '@prosekit/pm/history';
|
|
|
225
226
|
import { ImageAttrs } from '@prosekit/extensions/image';
|
|
226
227
|
import { InputRule } from '@prosekit/pm/inputrules';
|
|
227
228
|
import { inputRules } from '@prosekit/pm/inputrules';
|
|
229
|
+
import { insertNode } from '@prosekit/core';
|
|
228
230
|
import { insertPoint } from '@prosekit/pm/transform';
|
|
229
231
|
import { joinBackward } from '@prosekit/pm/commands';
|
|
230
232
|
import { joinDown } from '@prosekit/pm/commands';
|
|
@@ -276,11 +278,24 @@ import { PluginKey } from '@prosekit/pm/state';
|
|
|
276
278
|
import { PluginPayload } from '@prosekit/core';
|
|
277
279
|
import { PluginSpec } from '@prosekit/pm/state';
|
|
278
280
|
import { PluginView } from '@prosekit/pm/state';
|
|
281
|
+
import { Popover } from '@prosekit/lit/popover';
|
|
282
|
+
import { Popover as Popover_alias_1 } from '@prosekit/preact/popover';
|
|
283
|
+
import { Popover as Popover_alias_2 } from '@prosekit/react/popover';
|
|
284
|
+
import { Popover as Popover_alias_3 } from '@prosekit/solid/popover';
|
|
285
|
+
import { Popover as Popover_alias_4 } from '@prosekit/svelte/popover';
|
|
286
|
+
import { Popover as Popover_alias_5 } from '@prosekit/vue/popover';
|
|
279
287
|
import { PopoverOptions } from '@prosekit/lit/autocomplete-popover';
|
|
280
|
-
import { PopoverOptions as PopoverOptions_alias_1 } from '@prosekit/
|
|
281
|
-
import { PopoverOptions as PopoverOptions_alias_2 } from '@prosekit/
|
|
282
|
-
import { PopoverOptions as PopoverOptions_alias_3 } from '@prosekit/
|
|
283
|
-
import { PopoverOptions as PopoverOptions_alias_4 } from '@prosekit/
|
|
288
|
+
import { PopoverOptions as PopoverOptions_alias_1 } from '@prosekit/lit/popover';
|
|
289
|
+
import { PopoverOptions as PopoverOptions_alias_2 } from '@prosekit/preact/autocomplete-popover';
|
|
290
|
+
import { PopoverOptions as PopoverOptions_alias_3 } from '@prosekit/react/autocomplete-popover';
|
|
291
|
+
import { PopoverOptions as PopoverOptions_alias_4 } from '@prosekit/solid/autocomplete-popover';
|
|
292
|
+
import { PopoverOptions as PopoverOptions_alias_5 } from '@prosekit/vue/autocomplete-popover';
|
|
293
|
+
import { PopoverProps } from '@prosekit/lit/popover';
|
|
294
|
+
import { PopoverProps as PopoverProps_alias_1 } from '@prosekit/preact/popover';
|
|
295
|
+
import { PopoverProps as PopoverProps_alias_2 } from '@prosekit/react/popover';
|
|
296
|
+
import { PopoverProps as PopoverProps_alias_3 } from '@prosekit/solid/popover';
|
|
297
|
+
import { PopoverProps as PopoverProps_alias_4 } from '@prosekit/svelte/popover';
|
|
298
|
+
import { PopoverProps as PopoverProps_alias_5 } from '@prosekit/vue/popover';
|
|
284
299
|
import { PredictionRule } from '@prosekit/extensions/suggestion';
|
|
285
300
|
import { Priority } from '@prosekit/core';
|
|
286
301
|
import { propNames } from '@prosekit/lit/autocomplete-empty';
|
|
@@ -292,6 +307,7 @@ import { propNames as propNames_alias_5 } from '@prosekit/lit/combo-box-input';
|
|
|
292
307
|
import { propNames as propNames_alias_6 } from '@prosekit/lit/combo-box-item';
|
|
293
308
|
import { propNames as propNames_alias_7 } from '@prosekit/lit/combo-box-list';
|
|
294
309
|
import { propNames as propNames_alias_8 } from '@prosekit/lit/combo-box';
|
|
310
|
+
import { propNames as propNames_alias_9 } from '@prosekit/lit/popover';
|
|
295
311
|
import { ProseKit } from '@prosekit/preact';
|
|
296
312
|
import { ProseKit as ProseKit_alias_1 } from '@prosekit/react';
|
|
297
313
|
import { ProseKit as ProseKit_alias_2 } from '@prosekit/solid';
|
|
@@ -328,7 +344,8 @@ import { selectNodeForward } from '@prosekit/pm/commands';
|
|
|
328
344
|
import { selectParentNode } from '@prosekit/pm/commands';
|
|
329
345
|
import { selectTextblockEnd } from '@prosekit/pm/commands';
|
|
330
346
|
import { selectTextblockStart } from '@prosekit/pm/commands';
|
|
331
|
-
import { setBlockType } from '@prosekit/
|
|
347
|
+
import { setBlockType } from '@prosekit/core';
|
|
348
|
+
import { setBlockType as setBlockType_alias_1 } from '@prosekit/pm/commands';
|
|
332
349
|
import { SimplifyExtension } from '@prosekit/core';
|
|
333
350
|
import { SimplifyUnion } from '@prosekit/core';
|
|
334
351
|
import { Slice } from '@prosekit/pm/model';
|
|
@@ -346,9 +363,7 @@ import { textblockTypeInputRule } from '@prosekit/pm/inputrules';
|
|
|
346
363
|
import { TextSelection } from '@prosekit/pm/state';
|
|
347
364
|
import { toggleMark } from '@prosekit/core';
|
|
348
365
|
import { toggleMark as toggleMark_alias_1 } from '@prosekit/pm/commands';
|
|
349
|
-
import { ToggleMarkOptions } from '@prosekit/core';
|
|
350
366
|
import { toggleNode } from '@prosekit/core';
|
|
351
|
-
import { ToggleNodeOptions } from '@prosekit/core';
|
|
352
367
|
import { Transaction } from '@prosekit/pm/state';
|
|
353
368
|
import { Transform } from '@prosekit/pm/transform';
|
|
354
369
|
import { undo } from '@prosekit/pm/history';
|
|
@@ -375,8 +390,6 @@ import { wrappingInputRule } from '@prosekit/pm/inputrules';
|
|
|
375
390
|
|
|
376
391
|
export { addMark }
|
|
377
392
|
|
|
378
|
-
export { AddMarkOptions }
|
|
379
|
-
|
|
380
393
|
export { AddMarkStep }
|
|
381
394
|
|
|
382
395
|
export { AddNodeMarkStep }
|
|
@@ -489,6 +502,8 @@ export { AutocompleteRule }
|
|
|
489
502
|
|
|
490
503
|
export { autoJoin }
|
|
491
504
|
|
|
505
|
+
export { AutoUpdateOptions }
|
|
506
|
+
|
|
492
507
|
export { baseKeymap }
|
|
493
508
|
|
|
494
509
|
export { BasicExtension }
|
|
@@ -703,6 +718,8 @@ export { defineHistory }
|
|
|
703
718
|
|
|
704
719
|
export { defineImage }
|
|
705
720
|
|
|
721
|
+
export { defineImageCommands }
|
|
722
|
+
|
|
706
723
|
export { defineImageSpec }
|
|
707
724
|
|
|
708
725
|
export { defineInputRule }
|
|
@@ -829,6 +846,8 @@ export { InputRule }
|
|
|
829
846
|
|
|
830
847
|
export { inputRules }
|
|
831
848
|
|
|
849
|
+
export { insertNode }
|
|
850
|
+
|
|
832
851
|
export { insertPoint }
|
|
833
852
|
|
|
834
853
|
export { joinBackward }
|
|
@@ -929,6 +948,18 @@ export { PluginSpec }
|
|
|
929
948
|
|
|
930
949
|
export { PluginView }
|
|
931
950
|
|
|
951
|
+
export { Popover }
|
|
952
|
+
|
|
953
|
+
export { Popover_alias_1 }
|
|
954
|
+
|
|
955
|
+
export { Popover_alias_2 }
|
|
956
|
+
|
|
957
|
+
export { Popover_alias_3 }
|
|
958
|
+
|
|
959
|
+
export { Popover_alias_4 }
|
|
960
|
+
|
|
961
|
+
export { Popover_alias_5 }
|
|
962
|
+
|
|
932
963
|
export { PopoverOptions }
|
|
933
964
|
|
|
934
965
|
export { PopoverOptions_alias_1 }
|
|
@@ -939,6 +970,20 @@ export { PopoverOptions_alias_3 }
|
|
|
939
970
|
|
|
940
971
|
export { PopoverOptions_alias_4 }
|
|
941
972
|
|
|
973
|
+
export { PopoverOptions_alias_5 }
|
|
974
|
+
|
|
975
|
+
export { PopoverProps }
|
|
976
|
+
|
|
977
|
+
export { PopoverProps_alias_1 }
|
|
978
|
+
|
|
979
|
+
export { PopoverProps_alias_2 }
|
|
980
|
+
|
|
981
|
+
export { PopoverProps_alias_3 }
|
|
982
|
+
|
|
983
|
+
export { PopoverProps_alias_4 }
|
|
984
|
+
|
|
985
|
+
export { PopoverProps_alias_5 }
|
|
986
|
+
|
|
942
987
|
export { PredictionRule }
|
|
943
988
|
|
|
944
989
|
export { Priority }
|
|
@@ -961,6 +1006,8 @@ export { propNames_alias_7 }
|
|
|
961
1006
|
|
|
962
1007
|
export { propNames_alias_8 }
|
|
963
1008
|
|
|
1009
|
+
export { propNames_alias_9 }
|
|
1010
|
+
|
|
964
1011
|
export { ProseKit }
|
|
965
1012
|
|
|
966
1013
|
export { ProseKit_alias_1 }
|
|
@@ -1035,6 +1082,8 @@ export { selectTextblockStart }
|
|
|
1035
1082
|
|
|
1036
1083
|
export { setBlockType }
|
|
1037
1084
|
|
|
1085
|
+
export { setBlockType_alias_1 }
|
|
1086
|
+
|
|
1038
1087
|
export { SimplifyExtension }
|
|
1039
1088
|
|
|
1040
1089
|
export { SimplifyUnion }
|
|
@@ -1069,12 +1118,8 @@ export { toggleMark }
|
|
|
1069
1118
|
|
|
1070
1119
|
export { toggleMark_alias_1 }
|
|
1071
1120
|
|
|
1072
|
-
export { ToggleMarkOptions }
|
|
1073
|
-
|
|
1074
1121
|
export { toggleNode }
|
|
1075
1122
|
|
|
1076
|
-
export { ToggleNodeOptions }
|
|
1077
|
-
|
|
1078
1123
|
export { Transaction }
|
|
1079
1124
|
|
|
1080
1125
|
export { Transform }
|
package/dist/prosekit-core.d.ts
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
export { addMark } from './_tsup-dts-rollup';
|
|
2
|
-
export {
|
|
2
|
+
export { insertNode } from './_tsup-dts-rollup';
|
|
3
|
+
export { setBlockType } from './_tsup-dts-rollup';
|
|
3
4
|
export { toggleMark } from './_tsup-dts-rollup';
|
|
4
|
-
export { ToggleMarkOptions } from './_tsup-dts-rollup';
|
|
5
5
|
export { toggleNode } from './_tsup-dts-rollup';
|
|
6
|
-
export { ToggleNodeOptions } from './_tsup-dts-rollup';
|
|
7
6
|
export { Editor } from './_tsup-dts-rollup';
|
|
8
7
|
export { createEditor } from './_tsup-dts-rollup';
|
|
9
8
|
export { EditorOptions } from './_tsup-dts-rollup';
|
|
10
|
-
export { Facet } from './_tsup-dts-rollup';
|
|
11
|
-
export { FacetExtension } from './_tsup-dts-rollup';
|
|
12
|
-
export { FacetOptions } from './_tsup-dts-rollup';
|
|
13
9
|
export { union } from './_tsup-dts-rollup';
|
|
14
10
|
export { withPriority } from './_tsup-dts-rollup';
|
|
15
11
|
export { ProseKitError } from './_tsup-dts-rollup';
|
|
@@ -37,6 +33,9 @@ export { definePlugin } from './_tsup-dts-rollup';
|
|
|
37
33
|
export { pluginFacet } from './_tsup-dts-rollup';
|
|
38
34
|
export { PluginPayload } from './_tsup-dts-rollup';
|
|
39
35
|
export { defineText } from './_tsup-dts-rollup';
|
|
36
|
+
export { Facet } from './_tsup-dts-rollup';
|
|
37
|
+
export { FacetExtension } from './_tsup-dts-rollup';
|
|
38
|
+
export { FacetOptions } from './_tsup-dts-rollup';
|
|
40
39
|
export { CommandArgs } from './_tsup-dts-rollup';
|
|
41
40
|
export { Extension } from './_tsup-dts-rollup';
|
|
42
41
|
export { ExtractCommandAppliers } from './_tsup-dts-rollup';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { AutoUpdateOptions } from './_tsup-dts-rollup';
|
|
2
|
+
export { PopoverOptions_alias_1 as PopoverOptions } from './_tsup-dts-rollup';
|
|
3
|
+
export { propNames_alias_9 as propNames } from './_tsup-dts-rollup';
|
|
4
|
+
export { PopoverProps } from './_tsup-dts-rollup';
|
|
5
|
+
export { Popover } from './_tsup-dts-rollup';
|
|
@@ -21,7 +21,7 @@ export { selectNodeForward } from './_tsup-dts-rollup';
|
|
|
21
21
|
export { selectParentNode } from './_tsup-dts-rollup';
|
|
22
22
|
export { selectTextblockEnd } from './_tsup-dts-rollup';
|
|
23
23
|
export { selectTextblockStart } from './_tsup-dts-rollup';
|
|
24
|
-
export { setBlockType } from './_tsup-dts-rollup';
|
|
24
|
+
export { setBlockType_alias_1 as setBlockType } from './_tsup-dts-rollup';
|
|
25
25
|
export { splitBlock } from './_tsup-dts-rollup';
|
|
26
26
|
export { splitBlockAs } from './_tsup-dts-rollup';
|
|
27
27
|
export { splitBlockKeepMarks } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PopoverOptions_alias_2 as PopoverOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { AutocompletePopover_alias_1 as AutocompletePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps_alias_1 as AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PopoverOptions_alias_3 as PopoverOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { AutocompletePopover_alias_2 as AutocompletePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps_alias_2 as AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PopoverOptions_alias_4 as PopoverOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { AutocompletePopover_alias_3 as AutocompletePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps_alias_3 as AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PopoverOptions_alias_5 as PopoverOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { AutocompletePopover_alias_5 as AutocompletePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps_alias_5 as AutocompletePopoverProps } from './_tsup-dts-rollup';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prosekit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.24",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -175,6 +175,11 @@
|
|
|
175
175
|
"import": "./dist/prosekit-lit-combo-box-list.js",
|
|
176
176
|
"default": "./dist/prosekit-lit-combo-box-list.js"
|
|
177
177
|
},
|
|
178
|
+
"./lit/popover": {
|
|
179
|
+
"types": "./dist/prosekit-lit-popover.d.ts",
|
|
180
|
+
"import": "./dist/prosekit-lit-popover.js",
|
|
181
|
+
"default": "./dist/prosekit-lit-popover.js"
|
|
182
|
+
},
|
|
178
183
|
"./pm": {
|
|
179
184
|
"types": "./dist/prosekit-pm.d.ts",
|
|
180
185
|
"import": "./dist/prosekit-pm.js",
|
|
@@ -273,6 +278,11 @@
|
|
|
273
278
|
"import": "./dist/prosekit-preact-combo-box-list.js",
|
|
274
279
|
"default": "./dist/prosekit-preact-combo-box-list.js"
|
|
275
280
|
},
|
|
281
|
+
"./preact/popover": {
|
|
282
|
+
"types": "./dist/prosekit-preact-popover.d.ts",
|
|
283
|
+
"import": "./dist/prosekit-preact-popover.js",
|
|
284
|
+
"default": "./dist/prosekit-preact-popover.js"
|
|
285
|
+
},
|
|
276
286
|
"./react": {
|
|
277
287
|
"types": "./dist/prosekit-react.d.ts",
|
|
278
288
|
"import": "./dist/prosekit-react.js",
|
|
@@ -323,6 +333,11 @@
|
|
|
323
333
|
"import": "./dist/prosekit-react-combo-box-list.js",
|
|
324
334
|
"default": "./dist/prosekit-react-combo-box-list.js"
|
|
325
335
|
},
|
|
336
|
+
"./react/popover": {
|
|
337
|
+
"types": "./dist/prosekit-react-popover.d.ts",
|
|
338
|
+
"import": "./dist/prosekit-react-popover.js",
|
|
339
|
+
"default": "./dist/prosekit-react-popover.js"
|
|
340
|
+
},
|
|
326
341
|
"./solid": {
|
|
327
342
|
"types": "./dist/prosekit-solid.d.ts",
|
|
328
343
|
"import": "./dist/prosekit-solid.js",
|
|
@@ -373,6 +388,11 @@
|
|
|
373
388
|
"import": "./dist/prosekit-solid-combo-box-list.js",
|
|
374
389
|
"default": "./dist/prosekit-solid-combo-box-list.js"
|
|
375
390
|
},
|
|
391
|
+
"./solid/popover": {
|
|
392
|
+
"types": "./dist/prosekit-solid-popover.d.ts",
|
|
393
|
+
"import": "./dist/prosekit-solid-popover.js",
|
|
394
|
+
"default": "./dist/prosekit-solid-popover.js"
|
|
395
|
+
},
|
|
376
396
|
"./svelte": {
|
|
377
397
|
"types": "./dist/prosekit-svelte.d.ts",
|
|
378
398
|
"import": "./dist/prosekit-svelte.js",
|
|
@@ -423,6 +443,11 @@
|
|
|
423
443
|
"import": "./dist/prosekit-svelte-combo-box-list.js",
|
|
424
444
|
"default": "./dist/prosekit-svelte-combo-box-list.js"
|
|
425
445
|
},
|
|
446
|
+
"./svelte/popover": {
|
|
447
|
+
"types": "./dist/prosekit-svelte-popover.d.ts",
|
|
448
|
+
"import": "./dist/prosekit-svelte-popover.js",
|
|
449
|
+
"default": "./dist/prosekit-svelte-popover.js"
|
|
450
|
+
},
|
|
426
451
|
"./vue": {
|
|
427
452
|
"types": "./dist/prosekit-vue.d.ts",
|
|
428
453
|
"import": "./dist/prosekit-vue.js",
|
|
@@ -472,22 +497,27 @@
|
|
|
472
497
|
"types": "./dist/prosekit-vue-combo-box-list.d.ts",
|
|
473
498
|
"import": "./dist/prosekit-vue-combo-box-list.js",
|
|
474
499
|
"default": "./dist/prosekit-vue-combo-box-list.js"
|
|
500
|
+
},
|
|
501
|
+
"./vue/popover": {
|
|
502
|
+
"types": "./dist/prosekit-vue-popover.d.ts",
|
|
503
|
+
"import": "./dist/prosekit-vue-popover.js",
|
|
504
|
+
"default": "./dist/prosekit-vue-popover.js"
|
|
475
505
|
}
|
|
476
506
|
},
|
|
477
507
|
"files": [
|
|
478
508
|
"dist"
|
|
479
509
|
],
|
|
480
510
|
"dependencies": {
|
|
481
|
-
"@prosekit/basic": "0.0.
|
|
482
|
-
"@prosekit/core": "0.0.
|
|
483
|
-
"@prosekit/extensions": "0.0.
|
|
484
|
-
"@prosekit/lit": "0.0.
|
|
511
|
+
"@prosekit/basic": "0.0.19",
|
|
512
|
+
"@prosekit/core": "0.0.15",
|
|
513
|
+
"@prosekit/extensions": "0.0.17",
|
|
514
|
+
"@prosekit/lit": "0.0.19",
|
|
485
515
|
"@prosekit/pm": "0.0.6",
|
|
486
|
-
"@prosekit/preact": "0.0.
|
|
487
|
-
"@prosekit/react": "0.0.
|
|
488
|
-
"@prosekit/solid": "0.0.
|
|
489
|
-
"@prosekit/svelte": "0.0.
|
|
490
|
-
"@prosekit/vue": "0.0.
|
|
516
|
+
"@prosekit/preact": "0.0.16",
|
|
517
|
+
"@prosekit/react": "0.0.19",
|
|
518
|
+
"@prosekit/solid": "0.0.17",
|
|
519
|
+
"@prosekit/svelte": "0.0.17",
|
|
520
|
+
"@prosekit/vue": "0.0.20"
|
|
491
521
|
},
|
|
492
522
|
"peerDependencies": {
|
|
493
523
|
"preact": ">= 9.0.0",
|
|
@@ -618,6 +648,9 @@
|
|
|
618
648
|
"lit/combo-box-list": [
|
|
619
649
|
"./dist/prosekit-lit-combo-box-list.d.ts"
|
|
620
650
|
],
|
|
651
|
+
"lit/popover": [
|
|
652
|
+
"./dist/prosekit-lit-popover.d.ts"
|
|
653
|
+
],
|
|
621
654
|
"pm": [
|
|
622
655
|
"./dist/prosekit-pm.d.ts"
|
|
623
656
|
],
|
|
@@ -675,6 +708,9 @@
|
|
|
675
708
|
"preact/combo-box-list": [
|
|
676
709
|
"./dist/prosekit-preact-combo-box-list.d.ts"
|
|
677
710
|
],
|
|
711
|
+
"preact/popover": [
|
|
712
|
+
"./dist/prosekit-preact-popover.d.ts"
|
|
713
|
+
],
|
|
678
714
|
"react": [
|
|
679
715
|
"./dist/prosekit-react.d.ts"
|
|
680
716
|
],
|
|
@@ -705,6 +741,9 @@
|
|
|
705
741
|
"react/combo-box-list": [
|
|
706
742
|
"./dist/prosekit-react-combo-box-list.d.ts"
|
|
707
743
|
],
|
|
744
|
+
"react/popover": [
|
|
745
|
+
"./dist/prosekit-react-popover.d.ts"
|
|
746
|
+
],
|
|
708
747
|
"solid": [
|
|
709
748
|
"./dist/prosekit-solid.d.ts"
|
|
710
749
|
],
|
|
@@ -735,6 +774,9 @@
|
|
|
735
774
|
"solid/combo-box-list": [
|
|
736
775
|
"./dist/prosekit-solid-combo-box-list.d.ts"
|
|
737
776
|
],
|
|
777
|
+
"solid/popover": [
|
|
778
|
+
"./dist/prosekit-solid-popover.d.ts"
|
|
779
|
+
],
|
|
738
780
|
"svelte": [
|
|
739
781
|
"./dist/prosekit-svelte.d.ts"
|
|
740
782
|
],
|
|
@@ -765,6 +807,9 @@
|
|
|
765
807
|
"svelte/combo-box-list": [
|
|
766
808
|
"./dist/prosekit-svelte-combo-box-list.d.ts"
|
|
767
809
|
],
|
|
810
|
+
"svelte/popover": [
|
|
811
|
+
"./dist/prosekit-svelte-popover.d.ts"
|
|
812
|
+
],
|
|
768
813
|
"vue": [
|
|
769
814
|
"./dist/prosekit-vue.d.ts"
|
|
770
815
|
],
|
|
@@ -794,6 +839,9 @@
|
|
|
794
839
|
],
|
|
795
840
|
"vue/combo-box-list": [
|
|
796
841
|
"./dist/prosekit-vue-combo-box-list.d.ts"
|
|
842
|
+
],
|
|
843
|
+
"vue/popover": [
|
|
844
|
+
"./dist/prosekit-vue-popover.d.ts"
|
|
797
845
|
]
|
|
798
846
|
}
|
|
799
847
|
}
|