@ctzhian/tiptap 2.1.9 → 2.1.10

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -146,6 +146,7 @@
146
146
  left: -24px;
147
147
  background: var(--mui-palette-primary-main);
148
148
  border-radius: 50%;
149
+ box-sizing: initial;
149
150
  }
150
151
 
151
152
  .tiptap.ProseMirror ul:not([data-type='taskList']) ul {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzhian/tiptap",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "基于 Tiptap 二次开发的编辑器组件",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",