@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 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;
@@ -1,4 +1,4 @@
1
- div.ProseMirror {
1
+ .ProseMirror {
2
2
  & {
3
3
  /* Disable margin collapsing */
4
4
  display: flex;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/basic",
3
3
  "type": "module",
4
- "version": "0.5.2",
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/core": "^0.8.2",
44
+ "@prosekit/extensions": "^0.10.0",
45
45
  "@prosekit/pm": "^0.1.11",
46
- "@prosekit/extensions": "^0.9.2"
46
+ "@prosekit/core": "^0.8.3"
47
47
  },
48
48
  "devDependencies": {
49
- "tsdown": "^0.12.7",
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.3",
54
+ "vitest": "^3.2.4",
52
55
  "@prosekit/config-tsdown": "0.0.0",
53
56
  "@prosekit/config-vitest": "0.0.0"
54
57
  },