@prosekit/basic 0.5.2 → 0.5.4
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/style.css +5 -0
- package/dist/typography.css +1 -1
- package/package.json +8 -5
package/dist/style.css
CHANGED
@@ -161,6 +161,11 @@ img.ProseMirror-separator {
|
|
161
161
|
border-width: 1px;
|
162
162
|
vertical-align: top;
|
163
163
|
}
|
164
|
+
|
165
|
+
prosekit-table-handle-drop-indicator {
|
166
|
+
background-color: HighlightText;
|
167
|
+
}
|
168
|
+
|
164
169
|
.ProseMirror .column-resize-handle {
|
165
170
|
z-index: 20;
|
166
171
|
position: absolute;
|
package/dist/typography.css
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prosekit/basic",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.5.
|
4
|
+
"version": "0.5.4",
|
5
5
|
"private": false,
|
6
6
|
"description": "A quick starter for ProseKit",
|
7
7
|
"author": {
|
@@ -41,14 +41,17 @@
|
|
41
41
|
"dist"
|
42
42
|
],
|
43
43
|
"dependencies": {
|
44
|
-
"@prosekit/
|
44
|
+
"@prosekit/extensions": "^0.10.0",
|
45
45
|
"@prosekit/pm": "^0.1.11",
|
46
|
-
"@prosekit/
|
46
|
+
"@prosekit/core": "^0.8.3"
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"
|
49
|
+
"@types/jsdom": "^21.1.7",
|
50
|
+
"happy-dom": "^18.0.1",
|
51
|
+
"jsdom": "^26.1.0",
|
52
|
+
"tsdown": "^0.12.9",
|
50
53
|
"typescript": "~5.8.3",
|
51
|
-
"vitest": "^3.2.
|
54
|
+
"vitest": "^3.2.4",
|
52
55
|
"@prosekit/config-tsdown": "0.0.0",
|
53
56
|
"@prosekit/config-vitest": "0.0.0"
|
54
57
|
},
|