prosekit 0.9.15 → 0.9.16
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/basic/style.css
CHANGED
|
@@ -105,32 +105,32 @@ div.ProseMirror hr {
|
|
|
105
105
|
div.ProseMirror .prosemirror-flat-list {
|
|
106
106
|
line-height: 1.5;
|
|
107
107
|
}
|
|
108
|
-
div.ProseMirror .prosemirror-flat-list::before,
|
|
109
|
-
div.ProseMirror .prosemirror-flat-list > .list-marker {
|
|
108
|
+
:is(div.ProseMirror .prosemirror-flat-list)::before,
|
|
109
|
+
:is(div.ProseMirror .prosemirror-flat-list) > .list-marker {
|
|
110
110
|
top: 0.5rem;
|
|
111
111
|
}
|
|
112
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h1)::before,
|
|
113
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h1) > .list-marker {
|
|
112
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h1)::before,
|
|
113
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h1) > .list-marker {
|
|
114
114
|
top: 1em;
|
|
115
115
|
}
|
|
116
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h2)::before,
|
|
117
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h2) > .list-marker {
|
|
116
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h2)::before,
|
|
117
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h2) > .list-marker {
|
|
118
118
|
top: 0.6em;
|
|
119
119
|
}
|
|
120
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h3)::before,
|
|
121
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h3) > .list-marker {
|
|
120
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h3)::before,
|
|
121
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h3) > .list-marker {
|
|
122
122
|
top: 0.25em;
|
|
123
123
|
}
|
|
124
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h4)::before,
|
|
125
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h4) > .list-marker {
|
|
124
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h4)::before,
|
|
125
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h4) > .list-marker {
|
|
126
126
|
top: 0;
|
|
127
127
|
}
|
|
128
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h5)::before,
|
|
129
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h5) > .list-marker {
|
|
128
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h5)::before,
|
|
129
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h5) > .list-marker {
|
|
130
130
|
top: -0.1em;
|
|
131
131
|
}
|
|
132
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h6)::before,
|
|
133
|
-
div.ProseMirror .prosemirror-flat-list:has(> div.list-content > h6) > .list-marker {
|
|
132
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h6)::before,
|
|
133
|
+
:is(div.ProseMirror .prosemirror-flat-list):has(> div.list-content > h6) > .list-marker {
|
|
134
134
|
top: -0.1em;
|
|
135
135
|
}
|
|
136
136
|
div.ProseMirror .ProseMirror-selectednode {
|
|
@@ -4,6 +4,6 @@ export { defineHeadingCommands } from './_tsup-dts-rollup';
|
|
|
4
4
|
export { defineHeadingInputRule } from './_tsup-dts-rollup';
|
|
5
5
|
export { defineHeadingKeymap } from './_tsup-dts-rollup';
|
|
6
6
|
export { defineHeadingSpec } from './_tsup-dts-rollup';
|
|
7
|
+
export { HeadingAttrs } from './_tsup-dts-rollup';
|
|
7
8
|
export { HeadingCommandsExtension } from './_tsup-dts-rollup';
|
|
8
9
|
export { HeadingSpecExtension } from './_tsup-dts-rollup';
|
|
9
|
-
export { HeadingAttrs } 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.9.
|
|
4
|
+
"version": "0.9.16",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "ocavue",
|
|
@@ -513,17 +513,17 @@
|
|
|
513
513
|
"dist"
|
|
514
514
|
],
|
|
515
515
|
"dependencies": {
|
|
516
|
-
"@prosekit/
|
|
517
|
-
"@prosekit/
|
|
518
|
-
"@prosekit/
|
|
516
|
+
"@prosekit/basic": "0.3.23",
|
|
517
|
+
"@prosekit/core": "0.7.9",
|
|
518
|
+
"@prosekit/extensions": "0.7.11",
|
|
519
|
+
"@prosekit/lit": "0.3.19",
|
|
520
|
+
"@prosekit/preact": "0.3.22",
|
|
519
521
|
"@prosekit/pm": "0.1.8",
|
|
520
|
-
"@prosekit/
|
|
521
|
-
"@prosekit/react": "0.3.
|
|
522
|
-
"@prosekit/
|
|
523
|
-
"@prosekit/svelte": "0.4.
|
|
524
|
-
"@prosekit/
|
|
525
|
-
"@prosekit/web": "0.3.10",
|
|
526
|
-
"@prosekit/basic": "0.3.22"
|
|
522
|
+
"@prosekit/solid": "0.3.21",
|
|
523
|
+
"@prosekit/react": "0.3.23",
|
|
524
|
+
"@prosekit/vue": "0.3.22",
|
|
525
|
+
"@prosekit/svelte": "0.4.13",
|
|
526
|
+
"@prosekit/web": "0.3.11"
|
|
527
527
|
},
|
|
528
528
|
"peerDependencies": {
|
|
529
529
|
"preact": ">= 10.11.0",
|
|
@@ -565,16 +565,16 @@
|
|
|
565
565
|
"@types/react": "^18.3.3",
|
|
566
566
|
"@types/react-dom": "^18.3.0",
|
|
567
567
|
"postcss": "^8.4.41",
|
|
568
|
-
"postcss-nesting": "^
|
|
569
|
-
"preact": "^10.23.
|
|
568
|
+
"postcss-nesting": "^13.0.0",
|
|
569
|
+
"preact": "^10.23.2",
|
|
570
570
|
"react": "^18.3.1",
|
|
571
571
|
"react-dom": "^18.3.1",
|
|
572
|
-
"solid-js": "^1.8.
|
|
572
|
+
"solid-js": "^1.8.21",
|
|
573
573
|
"svelte": "^4.2.18",
|
|
574
574
|
"tsup": "^8.2.4",
|
|
575
575
|
"typescript": "^5.5.4",
|
|
576
|
-
"vue": "^3.4.
|
|
577
|
-
"y-prosemirror": "^1.2.
|
|
576
|
+
"vue": "^3.4.38",
|
|
577
|
+
"y-prosemirror": "^1.2.12",
|
|
578
578
|
"yjs": "^13.6.18",
|
|
579
579
|
"@prosekit/dev": "0.0.0"
|
|
580
580
|
},
|