@uiw/react-md-editor 3.19.2 → 3.19.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/mdeditor.css +3 -4
- package/dist/mdeditor.js +646 -48
- package/dist/mdeditor.min.css +1 -1
- package/dist/mdeditor.min.js +1 -1
- package/esm/Editor.d.ts +2 -0
- package/esm/Editor.js.map +2 -2
- package/lib/Editor.d.ts +2 -0
- package/lib/Editor.js.map +2 -2
- package/package.json +4 -21
- package/src/Editor.tsx +2 -0
package/dist/mdeditor.css
CHANGED
|
@@ -352,7 +352,7 @@ body[data-color-mode*='light'] {
|
|
|
352
352
|
border-spacing: 0;
|
|
353
353
|
border-collapse: collapse;
|
|
354
354
|
display: block;
|
|
355
|
-
width: -
|
|
355
|
+
width: -moz-max-content;
|
|
356
356
|
width: max-content;
|
|
357
357
|
max-width: 100%;
|
|
358
358
|
}
|
|
@@ -494,7 +494,7 @@ body[data-color-mode*='light'] {
|
|
|
494
494
|
vertical-align: text-bottom;
|
|
495
495
|
fill: currentColor;
|
|
496
496
|
}
|
|
497
|
-
.wmde-markdown ::-
|
|
497
|
+
.wmde-markdown ::-moz-placeholder {
|
|
498
498
|
color: var(--color-fg-subtle);
|
|
499
499
|
opacity: 1;
|
|
500
500
|
}
|
|
@@ -878,8 +878,7 @@ body[data-color-mode*='light'] {
|
|
|
878
878
|
margin: 0 -1.6em 0.25em 0.2em;
|
|
879
879
|
}
|
|
880
880
|
.wmde-markdown ::-webkit-calendar-picker-indicator {
|
|
881
|
-
|
|
882
|
-
filter: invert(50%);
|
|
881
|
+
filter: invert(50%);
|
|
883
882
|
}
|
|
884
883
|
.wmde-markdown pre[class*='language-'] {
|
|
885
884
|
position: relative;
|