@uiw/react-md-editor 3.25.0 → 3.25.1
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.js +3 -0
- package/dist/mdeditor.min.js +1 -1
- package/nohighlight.d.ts +13 -0
- package/package.json +2 -1
package/dist/mdeditor.js
CHANGED
|
@@ -33824,6 +33824,7 @@ const html_html = create({
|
|
|
33824
33824
|
onAuxClick: null,
|
|
33825
33825
|
onBeforeMatch: null,
|
|
33826
33826
|
onBeforePrint: null,
|
|
33827
|
+
onBeforeToggle: null,
|
|
33827
33828
|
onBeforeUnload: null,
|
|
33828
33829
|
onBlur: null,
|
|
33829
33830
|
onCancel: null,
|
|
@@ -33929,6 +33930,8 @@ const html_html = create({
|
|
|
33929
33930
|
scoped: types_boolean,
|
|
33930
33931
|
seamless: types_boolean,
|
|
33931
33932
|
selected: types_boolean,
|
|
33933
|
+
shadowRootDelegatesFocus: types_boolean,
|
|
33934
|
+
shadowRootMode: null,
|
|
33932
33935
|
shape: null,
|
|
33933
33936
|
size: number,
|
|
33934
33937
|
sizes: null,
|