@underverse-ui/underverse 2.0.38 → 2.0.39

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.
@@ -97,7 +97,7 @@ interface UEditorProps {
97
97
  /** Preferred side for the selection bubble menu. Defaults to `"auto"`. */
98
98
  bubbleMenuPlacement?: UEditorBubbleMenuPlacement;
99
99
  showFloatingMenu?: boolean;
100
- /** Enables slash, emoji, formula, and typed Markdown-style autocomplete. Defaults to `true`. */
100
+ /** Enables typed Markdown-style autocomplete such as headings, lists, quotes, dividers, and to-do lists. Defaults to `true`. */
101
101
  enableAutocomplete?: boolean;
102
102
  showCharacterCount?: boolean;
103
103
  /** Whether to show the editor footer. Defaults to `true`. */
package/dist/ueditor.d.ts CHANGED
@@ -97,7 +97,7 @@ interface UEditorProps {
97
97
  /** Preferred side for the selection bubble menu. Defaults to `"auto"`. */
98
98
  bubbleMenuPlacement?: UEditorBubbleMenuPlacement;
99
99
  showFloatingMenu?: boolean;
100
- /** Enables slash, emoji, formula, and typed Markdown-style autocomplete. Defaults to `true`. */
100
+ /** Enables typed Markdown-style autocomplete such as headings, lists, quotes, dividers, and to-do lists. Defaults to `true`. */
101
101
  enableAutocomplete?: boolean;
102
102
  showCharacterCount?: boolean;
103
103
  /** Whether to show the editor footer. 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-R27HNUZQ.js";
8
+ } from "./chunk-BGCDAFGB.js";
9
9
  import "./chunk-TSBKJELM.js";
10
10
  import "./chunk-GZ7EDNGF.js";
11
11
  import "./chunk-EN33T3LJ.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@underverse-ui/underverse",
3
- "version": "2.0.38",
3
+ "version": "2.0.39",
4
4
  "description": "Private internal React/Next.js UI component library",
5
5
  "type": "module",
6
6
  "author": "Tran Van Bach",