@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.
@@ -103,7 +103,7 @@ interface UEditorProps {
103
103
  maxCharacters?: number;
104
104
  minHeight?: number | string;
105
105
  maxHeight?: number | string;
106
- /** Let tables wider than the document enlarge the editor instead of showing an inner horizontal scrollbar. Defaults to `true`. */
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 wider than the document enlarge the editor instead of showing an inner horizontal scrollbar. Defaults to `true`. */
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
@@ -5,7 +5,7 @@ import {
5
5
  extractImageSrcsFromHtml,
6
6
  normalizeImageUrl,
7
7
  prepareUEditorContentForSave
8
- } from "./chunk-FQVWYDKP.js";
8
+ } from "./chunk-JYAEYUGM.js";
9
9
  import "./chunk-W3QTP2DM.js";
10
10
  import "./chunk-OTPC2OTQ.js";
11
11
  import "./chunk-6FAHXNDQ.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@underverse-ui/underverse",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "description": "Private internal React/Next.js UI component library",
5
5
  "type": "module",
6
6
  "author": "Tran Van Bach",