@underverse-ui/underverse 2.0.12 → 2.0.14

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.
Files changed (31) hide show
  1. package/api-reference.json +1 -1
  2. package/dist/{EmojiPicker-FFNIUMI3.js → EmojiPicker-CGMUDB4I.js} +4 -4
  3. package/dist/{chunk-EVS5YWTO.js → chunk-3Q5EE2ZA.js} +172 -79
  4. package/dist/chunk-3Q5EE2ZA.js.map +1 -0
  5. package/dist/{chunk-Q6BQUWKB.js → chunk-DCFQGH3K.js} +3 -3
  6. package/dist/{chunk-VNSCI3OK.js → chunk-DXLSCUYA.js} +2 -2
  7. package/dist/{chunk-HEYNAGQD.js → chunk-N2S6RI4Y.js} +3 -3
  8. package/dist/{chunk-P2RLTURA.js → chunk-PDYEK7HL.js} +202 -56
  9. package/dist/chunk-PDYEK7HL.js.map +1 -0
  10. package/dist/{chunk-PYC5EY5W.js → chunk-PV2G2XME.js} +13 -5
  11. package/dist/chunk-PV2G2XME.js.map +1 -0
  12. package/dist/index.cjs +369 -127
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +16 -0
  15. package/dist/index.d.ts +16 -0
  16. package/dist/index.js +6 -6
  17. package/dist/{menu-bar-JSXW6AXW.js → menu-bar-55SAOAX6.js} +4 -4
  18. package/dist/ueditor.cjs +369 -127
  19. package/dist/ueditor.cjs.map +1 -1
  20. package/dist/ueditor.d.cts +3 -0
  21. package/dist/ueditor.d.ts +3 -0
  22. package/dist/ueditor.js +4 -4
  23. package/package.json +1 -1
  24. package/dist/chunk-EVS5YWTO.js.map +0 -1
  25. package/dist/chunk-P2RLTURA.js.map +0 -1
  26. package/dist/chunk-PYC5EY5W.js.map +0 -1
  27. /package/dist/{EmojiPicker-FFNIUMI3.js.map → EmojiPicker-CGMUDB4I.js.map} +0 -0
  28. /package/dist/{chunk-Q6BQUWKB.js.map → chunk-DCFQGH3K.js.map} +0 -0
  29. /package/dist/{chunk-VNSCI3OK.js.map → chunk-DXLSCUYA.js.map} +0 -0
  30. /package/dist/{chunk-HEYNAGQD.js.map → chunk-N2S6RI4Y.js.map} +0 -0
  31. /package/dist/{menu-bar-JSXW6AXW.js.map → menu-bar-55SAOAX6.js.map} +0 -0
package/dist/index.d.cts CHANGED
@@ -3787,6 +3787,8 @@ declare const underverseMessages: {
3787
3787
  imageWidthLg: string;
3788
3788
  imageResetSize: string;
3789
3789
  imageDelete: string;
3790
+ hideMenuBar: string;
3791
+ showMenuBar: string;
3790
3792
  };
3791
3793
  slashCommand: {
3792
3794
  basicBlocks: string;
@@ -4238,6 +4240,8 @@ declare const underverseMessages: {
4238
4240
  imageWidthLg: string;
4239
4241
  imageResetSize: string;
4240
4242
  imageDelete: string;
4243
+ hideMenuBar: string;
4244
+ showMenuBar: string;
4241
4245
  };
4242
4246
  slashCommand: {
4243
4247
  basicBlocks: string;
@@ -4689,6 +4693,8 @@ declare const underverseMessages: {
4689
4693
  imageWidthLg: string;
4690
4694
  imageResetSize: string;
4691
4695
  imageDelete: string;
4696
+ hideMenuBar: string;
4697
+ showMenuBar: string;
4692
4698
  };
4693
4699
  slashCommand: {
4694
4700
  basicBlocks: string;
@@ -5140,6 +5146,8 @@ declare const underverseMessages: {
5140
5146
  imageWidthLg: string;
5141
5147
  imageResetSize: string;
5142
5148
  imageDelete: string;
5149
+ hideMenuBar: string;
5150
+ showMenuBar: string;
5143
5151
  };
5144
5152
  slashCommand: {
5145
5153
  basicBlocks: string;
@@ -5594,6 +5602,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5594
5602
  imageWidthLg: string;
5595
5603
  imageResetSize: string;
5596
5604
  imageDelete: string;
5605
+ hideMenuBar: string;
5606
+ showMenuBar: string;
5597
5607
  };
5598
5608
  slashCommand: {
5599
5609
  basicBlocks: string;
@@ -6044,6 +6054,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6044
6054
  imageWidthLg: string;
6045
6055
  imageResetSize: string;
6046
6056
  imageDelete: string;
6057
+ hideMenuBar: string;
6058
+ showMenuBar: string;
6047
6059
  };
6048
6060
  slashCommand: {
6049
6061
  basicBlocks: string;
@@ -6494,6 +6506,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6494
6506
  imageWidthLg: string;
6495
6507
  imageResetSize: string;
6496
6508
  imageDelete: string;
6509
+ hideMenuBar: string;
6510
+ showMenuBar: string;
6497
6511
  };
6498
6512
  slashCommand: {
6499
6513
  basicBlocks: string;
@@ -6944,6 +6958,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6944
6958
  imageWidthLg: string;
6945
6959
  imageResetSize: string;
6946
6960
  imageDelete: string;
6961
+ hideMenuBar: string;
6962
+ showMenuBar: string;
6947
6963
  };
6948
6964
  slashCommand: {
6949
6965
  basicBlocks: string;
package/dist/index.d.ts CHANGED
@@ -3787,6 +3787,8 @@ declare const underverseMessages: {
3787
3787
  imageWidthLg: string;
3788
3788
  imageResetSize: string;
3789
3789
  imageDelete: string;
3790
+ hideMenuBar: string;
3791
+ showMenuBar: string;
3790
3792
  };
3791
3793
  slashCommand: {
3792
3794
  basicBlocks: string;
@@ -4238,6 +4240,8 @@ declare const underverseMessages: {
4238
4240
  imageWidthLg: string;
4239
4241
  imageResetSize: string;
4240
4242
  imageDelete: string;
4243
+ hideMenuBar: string;
4244
+ showMenuBar: string;
4241
4245
  };
4242
4246
  slashCommand: {
4243
4247
  basicBlocks: string;
@@ -4689,6 +4693,8 @@ declare const underverseMessages: {
4689
4693
  imageWidthLg: string;
4690
4694
  imageResetSize: string;
4691
4695
  imageDelete: string;
4696
+ hideMenuBar: string;
4697
+ showMenuBar: string;
4692
4698
  };
4693
4699
  slashCommand: {
4694
4700
  basicBlocks: string;
@@ -5140,6 +5146,8 @@ declare const underverseMessages: {
5140
5146
  imageWidthLg: string;
5141
5147
  imageResetSize: string;
5142
5148
  imageDelete: string;
5149
+ hideMenuBar: string;
5150
+ showMenuBar: string;
5143
5151
  };
5144
5152
  slashCommand: {
5145
5153
  basicBlocks: string;
@@ -5594,6 +5602,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
5594
5602
  imageWidthLg: string;
5595
5603
  imageResetSize: string;
5596
5604
  imageDelete: string;
5605
+ hideMenuBar: string;
5606
+ showMenuBar: string;
5597
5607
  };
5598
5608
  slashCommand: {
5599
5609
  basicBlocks: string;
@@ -6044,6 +6054,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6044
6054
  imageWidthLg: string;
6045
6055
  imageResetSize: string;
6046
6056
  imageDelete: string;
6057
+ hideMenuBar: string;
6058
+ showMenuBar: string;
6047
6059
  };
6048
6060
  slashCommand: {
6049
6061
  basicBlocks: string;
@@ -6494,6 +6506,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6494
6506
  imageWidthLg: string;
6495
6507
  imageResetSize: string;
6496
6508
  imageDelete: string;
6509
+ hideMenuBar: string;
6510
+ showMenuBar: string;
6497
6511
  };
6498
6512
  slashCommand: {
6499
6513
  basicBlocks: string;
@@ -6944,6 +6958,8 @@ declare function getUnderverseMessages(locale?: UnderverseLocale): {
6944
6958
  imageWidthLg: string;
6945
6959
  imageResetSize: string;
6946
6960
  imageDelete: string;
6961
+ hideMenuBar: string;
6962
+ showMenuBar: string;
6947
6963
  };
6948
6964
  slashCommand: {
6949
6965
  basicBlocks: string;
package/dist/index.js CHANGED
@@ -4,19 +4,19 @@ import {
4
4
  extractImageSrcsFromHtml,
5
5
  normalizeImageUrl,
6
6
  prepareUEditorContentForSave
7
- } from "./chunk-P2RLTURA.js";
7
+ } from "./chunk-PDYEK7HL.js";
8
8
  import {
9
9
  EmojiPicker_default
10
- } from "./chunk-HEYNAGQD.js";
10
+ } from "./chunk-N2S6RI4Y.js";
11
11
  import {
12
12
  getEmojiImageUrl,
13
13
  getEmojiUnifiedCode,
14
14
  setEmojiBaseUrl
15
- } from "./chunk-VNSCI3OK.js";
15
+ } from "./chunk-DXLSCUYA.js";
16
16
  import "./chunk-4TYW5K4J.js";
17
17
  import {
18
18
  Modal_default
19
- } from "./chunk-Q6BQUWKB.js";
19
+ } from "./chunk-DCFQGH3K.js";
20
20
  import {
21
21
  DropdownMenuItem,
22
22
  DropdownMenuSeparator,
@@ -31,7 +31,7 @@ import {
31
31
  shadcnAnimationStyles,
32
32
  useShadCNAnimations,
33
33
  useUnderverseUIConfig
34
- } from "./chunk-EVS5YWTO.js";
34
+ } from "./chunk-3Q5EE2ZA.js";
35
35
  import {
36
36
  ForceInternalTranslationsProvider,
37
37
  NextIntlAdapter,
@@ -57,7 +57,7 @@ import {
57
57
  useUnderverseLocale,
58
58
  useUnderverseTranslations,
59
59
  vi_default
60
- } from "./chunk-PYC5EY5W.js";
60
+ } from "./chunk-PV2G2XME.js";
61
61
  import {
62
62
  __export,
63
63
  __require
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Modal_default
4
- } from "./chunk-Q6BQUWKB.js";
4
+ } from "./chunk-DCFQGH3K.js";
5
5
  import {
6
6
  DEFAULT_TABLE_ROW_HEIGHT,
7
7
  DEFAULT_UEDITOR_IMAGE_MAX_FILE_SIZE,
@@ -21,11 +21,11 @@ import {
21
21
  sanitizeUEditorUrl,
22
22
  useDropdownMenuClose,
23
23
  useSharedEditorUiRenderState
24
- } from "./chunk-EVS5YWTO.js";
24
+ } from "./chunk-3Q5EE2ZA.js";
25
25
  import {
26
26
  cn,
27
27
  useSmartTranslations
28
- } from "./chunk-PYC5EY5W.js";
28
+ } from "./chunk-PV2G2XME.js";
29
29
  import "./chunk-NSBPE2FW.js";
30
30
 
31
31
  // src/components/UEditor/menu-bar.tsx
@@ -945,4 +945,4 @@ var MenuBar = ({
945
945
  export {
946
946
  MenuBar
947
947
  };
948
- //# sourceMappingURL=menu-bar-JSXW6AXW.js.map
948
+ //# sourceMappingURL=menu-bar-55SAOAX6.js.map