@ctzhian/tiptap 1.10.0 → 1.10.2

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -191,9 +191,10 @@
191
191
  }
192
192
 
193
193
  .tiptap.ProseMirror pre[data-type="yaml-frontmatter"] {
194
- padding: 8px 16px;
195
194
  margin-bottom: 20px;
196
195
  border-radius: var(--mui-shape-borderRadius);
196
+ color: var(--mui-palette-text-disabled);
197
+ background-color: transparent;
197
198
  }
198
199
 
199
200
  .tiptap.ProseMirror code {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzhian/tiptap",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "description": "基于 Tiptap 二次开发的编辑器组件",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",