@underverse-ui/underverse 2.0.33 → 2.0.34
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/api-reference.json +1 -1
- package/dist/{chunk-FQVWYDKP.js → chunk-JYAEYUGM.js} +22 -91
- package/dist/chunk-JYAEYUGM.js.map +1 -0
- package/dist/index.cjs +56 -128
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/ueditor.cjs +71 -143
- package/dist/ueditor.cjs.map +1 -1
- package/dist/ueditor.d.cts +1 -1
- package/dist/ueditor.d.ts +1 -1
- package/dist/ueditor.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-FQVWYDKP.js.map +0 -1
package/dist/ueditor.d.cts
CHANGED
|
@@ -103,7 +103,7 @@ interface UEditorProps {
|
|
|
103
103
|
maxCharacters?: number;
|
|
104
104
|
minHeight?: number | string;
|
|
105
105
|
maxHeight?: number | string;
|
|
106
|
-
/** Let tables
|
|
106
|
+
/** Let wide tables overflow through the editor content scrollbar rather than a scrollbar inside each table. Defaults to `true`. */
|
|
107
107
|
expandWideTables?: boolean;
|
|
108
108
|
variant?: "default" | "minimal" | "medium" | "medium-full" | "full" | "notion";
|
|
109
109
|
/** Whether the editor has rounded corners. Defaults to `true`. */
|
package/dist/ueditor.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ interface UEditorProps {
|
|
|
103
103
|
maxCharacters?: number;
|
|
104
104
|
minHeight?: number | string;
|
|
105
105
|
maxHeight?: number | string;
|
|
106
|
-
/** Let tables
|
|
106
|
+
/** Let wide tables overflow through the editor content scrollbar rather than a scrollbar inside each table. Defaults to `true`. */
|
|
107
107
|
expandWideTables?: boolean;
|
|
108
108
|
variant?: "default" | "minimal" | "medium" | "medium-full" | "full" | "notion";
|
|
109
109
|
/** Whether the editor has rounded corners. Defaults to `true`. */
|
package/dist/ueditor.js
CHANGED