@ctzhian/tiptap 1.12.13 → 1.12.14

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.
@@ -175,7 +175,7 @@
175
175
  margin: 20px 0;
176
176
  }
177
177
 
178
- .tiptap.ProseMirror .mark-link {
178
+ /* .tiptap.ProseMirror .mark-link {
179
179
  line-height: 22px;
180
180
  vertical-align: middle;
181
181
  }
@@ -186,4 +186,4 @@
186
186
 
187
187
  .tiptap.ProseMirror .mark-link a:hover {
188
188
  text-decoration: underline;
189
- }
189
+ } */
@@ -42,7 +42,9 @@ var LinkViewWrapper = function LinkViewWrapper(_ref) {
42
42
  cursor: 'pointer',
43
43
  display: 'inline-flex',
44
44
  alignItems: 'center',
45
- gap: '2px'
45
+ gap: '2px',
46
+ verticalAlign: '-0.125em',
47
+ lineHeight: 1
46
48
  }
47
49
  }, /*#__PURE__*/React.createElement(Avatar, {
48
50
  sx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctzhian/tiptap",
3
- "version": "1.12.13",
3
+ "version": "1.12.14",
4
4
  "description": "基于 Tiptap 二次开发的编辑器组件",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",