@prosekit/basic 0.4.0 → 0.4.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.
@@ -117,6 +117,10 @@ div.ProseMirror .prosekit-horizontal-rule {
117
117
  :is(div.ProseMirror .prosekit-horizontal-rule) hr {
118
118
  margin: 0;
119
119
  }
120
+ div.ProseMirror .tableWrapper {
121
+ margin-top: 0.5em;
122
+ margin-bottom: 1em;
123
+ }
120
124
  div.ProseMirror .prosemirror-flat-list {
121
125
  line-height: 1.5;
122
126
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prosekit/basic",
3
3
  "type": "module",
4
- "version": "0.4.0",
4
+ "version": "0.4.1",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -27,7 +27,6 @@
27
27
  "exports": {
28
28
  ".": {
29
29
  "types": "./dist/prosekit-basic.d.ts",
30
- "import": "./dist/prosekit-basic.js",
31
30
  "default": "./dist/prosekit-basic.js"
32
31
  },
33
32
  "./style.css": {
@@ -42,8 +41,8 @@
42
41
  ],
43
42
  "dependencies": {
44
43
  "@prosekit/core": "^0.8.0",
45
- "@prosekit/pm": "^0.1.9",
46
- "@prosekit/extensions": "^0.8.0"
44
+ "@prosekit/extensions": "^0.8.0",
45
+ "@prosekit/pm": "^0.1.9"
47
46
  },
48
47
  "devDependencies": {
49
48
  "postcss": "^8.5.3",