@underverse-ui/underverse 2.0.33 → 2.0.35

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,9 @@ 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
+ /** Horizontal padding for table cells in pixels. Defaults to `8`. */
107
+ tableCellHorizontalPadding?: number;
108
+ /** Let wide tables overflow through the editor content scrollbar rather than a scrollbar inside each table. Defaults to `true`. */
107
109
  expandWideTables?: boolean;
108
110
  variant?: "default" | "minimal" | "medium" | "medium-full" | "full" | "notion";
109
111
  /** Whether the editor has rounded corners. Defaults to `true`. */
package/dist/ueditor.d.ts CHANGED
@@ -103,7 +103,9 @@ 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
+ /** Horizontal padding for table cells in pixels. Defaults to `8`. */
107
+ tableCellHorizontalPadding?: number;
108
+ /** Let wide tables overflow through the editor content scrollbar rather than a scrollbar inside each table. Defaults to `true`. */
107
109
  expandWideTables?: boolean;
108
110
  variant?: "default" | "minimal" | "medium" | "medium-full" | "full" | "notion";
109
111
  /** Whether the editor has rounded corners. Defaults to `true`. */
package/dist/ueditor.js CHANGED
@@ -5,9 +5,9 @@ import {
5
5
  extractImageSrcsFromHtml,
6
6
  normalizeImageUrl,
7
7
  prepareUEditorContentForSave
8
- } from "./chunk-FQVWYDKP.js";
8
+ } from "./chunk-H4AVZA4K.js";
9
9
  import "./chunk-W3QTP2DM.js";
10
- import "./chunk-OTPC2OTQ.js";
10
+ import "./chunk-F2P3DJSC.js";
11
11
  import "./chunk-6FAHXNDQ.js";
12
12
  import "./chunk-NSBPE2FW.js";
13
13
  export {
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.35",
4
4
  "description": "Private internal React/Next.js UI component library",
5
5
  "type": "module",
6
6
  "author": "Tran Van Bach",