@uiw/react-md-editor 3.20.8 → 3.20.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.
- package/dist/mdeditor.css +1 -1
- package/dist/mdeditor.js +1283 -509
- package/dist/mdeditor.min.css +1 -1
- package/dist/mdeditor.min.js +1 -1
- package/esm/Editor.d.ts +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/lib/Editor.d.ts +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +12 -0
- package/package.json +1 -1
- package/src/Editor.tsx +1 -1
- package/src/index.tsx +1 -0
package/dist/mdeditor.css
CHANGED
|
@@ -881,7 +881,7 @@ body[data-color-mode*='light'] {
|
|
|
881
881
|
.wmde-markdown ::-webkit-calendar-picker-indicator {
|
|
882
882
|
filter: invert(50%);
|
|
883
883
|
}
|
|
884
|
-
.wmde-markdown pre
|
|
884
|
+
.wmde-markdown pre {
|
|
885
885
|
position: relative;
|
|
886
886
|
}
|
|
887
887
|
.wmde-markdown pre .copied {
|