prosekit 0.2.12 → 0.3.1
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 +25 -22
- package/dist/basic/style.css +1 -1
- package/dist/extensions/list/style.css +1 -1
- package/dist/prosekit-lit-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-lit-inline-popover.d.ts +1 -1
- package/dist/prosekit-lit-popover.d.ts +2 -1
- package/dist/prosekit-preact-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-react-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-solid-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-vue-autocomplete-popover.d.ts +1 -1
- package/dist/prosekit-vue-inline-popover.d.ts +1 -1
- package/package.json +12 -12
- package/src/index.ts +0 -1
|
@@ -335,20 +335,21 @@ import { Popover as Popover_alias_2 } from '@prosekit/react/popover';
|
|
|
335
335
|
import { Popover as Popover_alias_3 } from '@prosekit/solid/popover';
|
|
336
336
|
import { Popover as Popover_alias_4 } from '@prosekit/svelte/popover';
|
|
337
337
|
import { Popover as Popover_alias_5 } from '@prosekit/vue/popover';
|
|
338
|
-
import { PopoverOptions } from '@prosekit/lit/autocomplete-popover';
|
|
339
|
-
import { PopoverOptions as PopoverOptions_alias_1 } from '@prosekit/lit/inline-popover';
|
|
340
|
-
import { PopoverOptions as PopoverOptions_alias_2 } from '@prosekit/lit/popover';
|
|
341
|
-
import { PopoverOptions as PopoverOptions_alias_3 } from '@prosekit/preact/autocomplete-popover';
|
|
342
|
-
import { PopoverOptions as PopoverOptions_alias_4 } from '@prosekit/react/autocomplete-popover';
|
|
343
|
-
import { PopoverOptions as PopoverOptions_alias_5 } from '@prosekit/solid/autocomplete-popover';
|
|
344
|
-
import { PopoverOptions as PopoverOptions_alias_6 } from '@prosekit/vue/autocomplete-popover';
|
|
345
|
-
import { PopoverOptions as PopoverOptions_alias_7 } from '@prosekit/vue/inline-popover';
|
|
346
338
|
import { PopoverProps } from '@prosekit/lit/popover';
|
|
347
339
|
import { PopoverProps as PopoverProps_alias_1 } from '@prosekit/preact/popover';
|
|
348
340
|
import { PopoverProps as PopoverProps_alias_2 } from '@prosekit/react/popover';
|
|
349
341
|
import { PopoverProps as PopoverProps_alias_3 } from '@prosekit/solid/popover';
|
|
350
342
|
import { PopoverProps as PopoverProps_alias_4 } from '@prosekit/svelte/popover';
|
|
351
343
|
import { PopoverProps as PopoverProps_alias_5 } from '@prosekit/vue/popover';
|
|
344
|
+
import { popoverPropsNames } from '@prosekit/lit/popover';
|
|
345
|
+
import { PositioningOptions } from '@prosekit/lit/autocomplete-popover';
|
|
346
|
+
import { PositioningOptions as PositioningOptions_alias_1 } from '@prosekit/lit/inline-popover';
|
|
347
|
+
import { PositioningOptions as PositioningOptions_alias_2 } from '@prosekit/lit/popover';
|
|
348
|
+
import { PositioningOptions as PositioningOptions_alias_3 } from '@prosekit/preact/autocomplete-popover';
|
|
349
|
+
import { PositioningOptions as PositioningOptions_alias_4 } from '@prosekit/react/autocomplete-popover';
|
|
350
|
+
import { PositioningOptions as PositioningOptions_alias_5 } from '@prosekit/solid/autocomplete-popover';
|
|
351
|
+
import { PositioningOptions as PositioningOptions_alias_6 } from '@prosekit/vue/autocomplete-popover';
|
|
352
|
+
import { PositioningOptions as PositioningOptions_alias_7 } from '@prosekit/vue/inline-popover';
|
|
352
353
|
import { Priority } from '@prosekit/core';
|
|
353
354
|
import { propNames } from '@prosekit/lit/autocomplete-empty';
|
|
354
355
|
import { propNames as propNames_alias_1 } from '@prosekit/lit/autocomplete-item';
|
|
@@ -1162,33 +1163,35 @@ export { Popover_alias_4 }
|
|
|
1162
1163
|
|
|
1163
1164
|
export { Popover_alias_5 }
|
|
1164
1165
|
|
|
1165
|
-
export {
|
|
1166
|
+
export { PopoverProps }
|
|
1166
1167
|
|
|
1167
|
-
export {
|
|
1168
|
+
export { PopoverProps_alias_1 }
|
|
1168
1169
|
|
|
1169
|
-
export {
|
|
1170
|
+
export { PopoverProps_alias_2 }
|
|
1170
1171
|
|
|
1171
|
-
export {
|
|
1172
|
+
export { PopoverProps_alias_3 }
|
|
1172
1173
|
|
|
1173
|
-
export {
|
|
1174
|
+
export { PopoverProps_alias_4 }
|
|
1174
1175
|
|
|
1175
|
-
export {
|
|
1176
|
+
export { PopoverProps_alias_5 }
|
|
1176
1177
|
|
|
1177
|
-
export {
|
|
1178
|
+
export { popoverPropsNames }
|
|
1178
1179
|
|
|
1179
|
-
export {
|
|
1180
|
+
export { PositioningOptions }
|
|
1180
1181
|
|
|
1181
|
-
export {
|
|
1182
|
+
export { PositioningOptions_alias_1 }
|
|
1182
1183
|
|
|
1183
|
-
export {
|
|
1184
|
+
export { PositioningOptions_alias_2 }
|
|
1184
1185
|
|
|
1185
|
-
export {
|
|
1186
|
+
export { PositioningOptions_alias_3 }
|
|
1186
1187
|
|
|
1187
|
-
export {
|
|
1188
|
+
export { PositioningOptions_alias_4 }
|
|
1188
1189
|
|
|
1189
|
-
export {
|
|
1190
|
+
export { PositioningOptions_alias_5 }
|
|
1190
1191
|
|
|
1191
|
-
export {
|
|
1192
|
+
export { PositioningOptions_alias_6 }
|
|
1193
|
+
|
|
1194
|
+
export { PositioningOptions_alias_7 }
|
|
1192
1195
|
|
|
1193
1196
|
export { Priority }
|
|
1194
1197
|
|
package/dist/basic/style.css
CHANGED
|
@@ -52,7 +52,7 @@ img.ProseMirror-separator {
|
|
|
52
52
|
|
|
53
53
|
/* ../pm/src/view/style/prosemirror.css */
|
|
54
54
|
|
|
55
|
-
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.
|
|
55
|
+
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.6/node_modules/prosemirror-flat-list/dist/style.css */
|
|
56
56
|
.prosemirror-flat-list {
|
|
57
57
|
padding: 0;
|
|
58
58
|
margin-top: 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.
|
|
1
|
+
/* ../../node_modules/.pnpm/prosemirror-flat-list@0.4.6/node_modules/prosemirror-flat-list/dist/style.css */
|
|
2
2
|
.prosemirror-flat-list {
|
|
3
3
|
padding: 0;
|
|
4
4
|
margin-top: 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { propNames_alias_3 as propNames } from './_tsup-dts-rollup';
|
|
3
3
|
export { AutocompletePopoverProps } from './_tsup-dts-rollup';
|
|
4
4
|
export { AutocompletePopover } from './_tsup-dts-rollup';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions_alias_1 as PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { propNames_alias_8 as propNames } from './_tsup-dts-rollup';
|
|
3
3
|
export { InlinePopoverProps } from './_tsup-dts-rollup';
|
|
4
4
|
export { InlinePopover } from './_tsup-dts-rollup';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { AutoUpdateOptions } from './_tsup-dts-rollup';
|
|
2
|
-
export {
|
|
2
|
+
export { PositioningOptions_alias_2 as PositioningOptions } from './_tsup-dts-rollup';
|
|
3
|
+
export { popoverPropsNames } from './_tsup-dts-rollup';
|
|
3
4
|
export { propNames_alias_9 as propNames } from './_tsup-dts-rollup';
|
|
4
5
|
export { PopoverProps } from './_tsup-dts-rollup';
|
|
5
6
|
export { Popover } from './_tsup-dts-rollup';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions_alias_3 as PositioningOptions } 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 { PositioningOptions_alias_4 as PositioningOptions } 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 { PositioningOptions_alias_5 as PositioningOptions } 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 { PositioningOptions_alias_6 as PositioningOptions } 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';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { PositioningOptions_alias_7 as PositioningOptions } from './_tsup-dts-rollup';
|
|
2
2
|
export { InlinePopover_alias_5 as InlinePopover } from './_tsup-dts-rollup';
|
|
3
3
|
export { InlinePopoverProps_alias_5 as InlinePopoverProps } 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.
|
|
4
|
+
"version": "0.3.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -588,13 +588,13 @@
|
|
|
588
588
|
"@prosekit/basic": "0.2.5",
|
|
589
589
|
"@prosekit/core": "0.2.6",
|
|
590
590
|
"@prosekit/extensions": "0.2.5",
|
|
591
|
-
"@prosekit/lit": "0.1
|
|
591
|
+
"@prosekit/lit": "0.2.1",
|
|
592
592
|
"@prosekit/pm": "0.1.1",
|
|
593
|
-
"@prosekit/preact": "0.
|
|
594
|
-
"@prosekit/react": "0.
|
|
595
|
-
"@prosekit/solid": "0.
|
|
596
|
-
"@prosekit/svelte": "0.
|
|
597
|
-
"@prosekit/vue": "0.
|
|
593
|
+
"@prosekit/preact": "0.2.0",
|
|
594
|
+
"@prosekit/react": "0.2.0",
|
|
595
|
+
"@prosekit/solid": "0.2.0",
|
|
596
|
+
"@prosekit/svelte": "0.2.0",
|
|
597
|
+
"@prosekit/vue": "0.2.0"
|
|
598
598
|
},
|
|
599
599
|
"peerDependencies": {
|
|
600
600
|
"preact": ">= 9.0.0",
|
|
@@ -630,19 +630,19 @@
|
|
|
630
630
|
},
|
|
631
631
|
"devDependencies": {
|
|
632
632
|
"@prosekit/dev": "*",
|
|
633
|
-
"@types/react": "^18.2.
|
|
633
|
+
"@types/react": "^18.2.48",
|
|
634
634
|
"@types/react-dom": "^18.2.18",
|
|
635
635
|
"postcss": "^8.4.33",
|
|
636
636
|
"postcss-nesting": "^12.0.2",
|
|
637
637
|
"preact": "^10.19.3",
|
|
638
638
|
"react": "^18.2.0",
|
|
639
639
|
"react-dom": "^18.2.0",
|
|
640
|
-
"shikiji": "^0.
|
|
641
|
-
"solid-js": "^1.8.
|
|
642
|
-
"svelte": "^4.2.
|
|
640
|
+
"shikiji": "^0.10.0",
|
|
641
|
+
"solid-js": "^1.8.12",
|
|
642
|
+
"svelte": "^4.2.9",
|
|
643
643
|
"tsup": "^8.0.1",
|
|
644
644
|
"typescript": "^5.3.3",
|
|
645
|
-
"vue": "^3.4.
|
|
645
|
+
"vue": "^3.4.15"
|
|
646
646
|
},
|
|
647
647
|
"scripts": {
|
|
648
648
|
"build:tsup": "tsup",
|
package/src/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {}
|