prosekit 0.1.9 → 0.1.11
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.
|
@@ -221,6 +221,7 @@ import { Fragment } from '@prosekit/pm/model';
|
|
|
221
221
|
import { getMarkType } from '@prosekit/core';
|
|
222
222
|
import { getNodeType } from '@prosekit/core';
|
|
223
223
|
import { HeadingAttrs } from '@prosekit/extensions/heading';
|
|
224
|
+
import { HighlightParser } from '@prosekit/extensions/code-block';
|
|
224
225
|
import { history as history_2 } from '@prosekit/pm/history';
|
|
225
226
|
import { ImageAttrs } from '@prosekit/extensions/image';
|
|
226
227
|
import { InlinePopover } from '@prosekit/lit/inline-popover';
|
|
@@ -873,6 +874,8 @@ export { getNodeType }
|
|
|
873
874
|
|
|
874
875
|
export { HeadingAttrs }
|
|
875
876
|
|
|
877
|
+
export { HighlightParser }
|
|
878
|
+
|
|
876
879
|
export { history_2 as history }
|
|
877
880
|
|
|
878
881
|
export { ImageAttrs }
|
package/dist/basic/style.css
CHANGED
package/dist/core/style.css
CHANGED
|
@@ -3,3 +3,4 @@ export { defineCodeBlockInputRule } from './_tsup-dts-rollup';
|
|
|
3
3
|
export { defineCodeBlockCommands } from './_tsup-dts-rollup';
|
|
4
4
|
export { defineCodeBlock } from './_tsup-dts-rollup';
|
|
5
5
|
export { CodeBlockAttrs } from './_tsup-dts-rollup';
|
|
6
|
+
export { HighlightParser } 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.1.
|
|
4
|
+
"version": "0.1.11",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -525,9 +525,9 @@
|
|
|
525
525
|
"dependencies": {
|
|
526
526
|
"@prosekit/basic": "0.1.0",
|
|
527
527
|
"@prosekit/core": "0.1.7",
|
|
528
|
-
"@prosekit/extensions": "0.1.
|
|
529
|
-
"@prosekit/lit": "0.1.
|
|
530
|
-
"@prosekit/pm": "0.1.
|
|
528
|
+
"@prosekit/extensions": "0.1.5",
|
|
529
|
+
"@prosekit/lit": "0.1.4",
|
|
530
|
+
"@prosekit/pm": "0.1.1",
|
|
531
531
|
"@prosekit/preact": "0.1.2",
|
|
532
532
|
"@prosekit/react": "0.1.2",
|
|
533
533
|
"@prosekit/solid": "0.1.3",
|
|
@@ -564,16 +564,16 @@
|
|
|
564
564
|
},
|
|
565
565
|
"devDependencies": {
|
|
566
566
|
"@prosekit/dev": "*",
|
|
567
|
-
"@types/react": "^18.2.
|
|
567
|
+
"@types/react": "^18.2.42",
|
|
568
568
|
"@types/react-dom": "^18.2.17",
|
|
569
|
-
"preact": "^10.19.
|
|
569
|
+
"preact": "^10.19.3",
|
|
570
570
|
"react": "^18.2.0",
|
|
571
571
|
"react-dom": "^18.2.0",
|
|
572
|
-
"solid-js": "^1.8.
|
|
572
|
+
"solid-js": "^1.8.7",
|
|
573
573
|
"svelte": "^4.2.8",
|
|
574
574
|
"tsup": "^8.0.1",
|
|
575
|
-
"typescript": "^5.3.
|
|
576
|
-
"vue": "^3.3.
|
|
575
|
+
"typescript": "^5.3.3",
|
|
576
|
+
"vue": "^3.3.11"
|
|
577
577
|
},
|
|
578
578
|
"scripts": {
|
|
579
579
|
"build:tsup": "tsup",
|