@underverse-ui/underverse 1.0.211 → 2.0.0
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/CHANGELOG.md +9 -0
- package/LICENSE +21 -0
- package/README.md +243 -706
- package/api-reference.json +1 -1
- package/dist/{EmojiPicker-FEJJDAWZ.js → EmojiPicker-34YATB7Z.js} +4 -4
- package/dist/{chunk-F6A7HJE4.js → chunk-A7XL4RDV.js} +3 -3
- package/dist/{chunk-CYCBSKWI.js → chunk-KGNYK5YF.js} +2 -2
- package/dist/{chunk-AMAILXHP.js → chunk-LTIU5FQY.js} +4 -4
- package/dist/chunk-LTIU5FQY.js.map +1 -0
- package/dist/{chunk-GKY5DHGR.js → chunk-MNZVW2QX.js} +3 -3
- package/dist/{chunk-BRDGIALS.js → chunk-PLHJWXCW.js} +24 -30
- package/dist/{chunk-BRDGIALS.js.map → chunk-PLHJWXCW.js.map} +1 -1
- package/dist/{chunk-4E43DRP2.js → chunk-QIMAN4VF.js} +15 -9
- package/dist/{chunk-4E43DRP2.js.map → chunk-QIMAN4VF.js.map} +1 -1
- package/dist/index.cjs +154 -114
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +134 -94
- package/dist/index.js.map +1 -1
- package/dist/{menu-bar-6GS5LLTD.js → menu-bar-SPAAI5X6.js} +4 -4
- package/dist/ueditor.cjs +12 -6
- package/dist/ueditor.cjs.map +1 -1
- package/dist/ueditor.js +4 -4
- package/package.json +3 -1
- package/dist/chunk-AMAILXHP.js.map +0 -1
- /package/dist/{EmojiPicker-FEJJDAWZ.js.map → EmojiPicker-34YATB7Z.js.map} +0 -0
- /package/dist/{chunk-F6A7HJE4.js.map → chunk-A7XL4RDV.js.map} +0 -0
- /package/dist/{chunk-CYCBSKWI.js.map → chunk-KGNYK5YF.js.map} +0 -0
- /package/dist/{chunk-GKY5DHGR.js.map → chunk-MNZVW2QX.js.map} +0 -0
- /package/dist/{menu-bar-6GS5LLTD.js.map → menu-bar-SPAAI5X6.js.map} +0 -0
package/api-reference.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
EmojiPicker,
|
|
4
4
|
EmojiPicker_default
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-A7XL4RDV.js";
|
|
6
|
+
import "./chunk-KGNYK5YF.js";
|
|
7
7
|
import "./chunk-4TYW5K4J.js";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-PLHJWXCW.js";
|
|
9
9
|
import "./chunk-NSBPE2FW.js";
|
|
10
10
|
export {
|
|
11
11
|
EmojiPicker,
|
|
12
12
|
EmojiPicker_default as default
|
|
13
13
|
};
|
|
14
|
-
//# sourceMappingURL=EmojiPicker-
|
|
14
|
+
//# sourceMappingURL=EmojiPicker-34YATB7Z.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
EmojiGridButton
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KGNYK5YF.js";
|
|
4
4
|
import {
|
|
5
5
|
EMOJI_LIST
|
|
6
6
|
} from "./chunk-4TYW5K4J.js";
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
Tooltip,
|
|
9
9
|
cn,
|
|
10
10
|
useSmartTranslations
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-PLHJWXCW.js";
|
|
12
12
|
|
|
13
13
|
// src/components/EmojiPicker.tsx
|
|
14
14
|
import { useEffect, useMemo, useRef, useState } from "react";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
EmojiPicker,
|
|
204
204
|
EmojiPicker_default
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-A7XL4RDV.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cn
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PLHJWXCW.js";
|
|
4
4
|
|
|
5
5
|
// src/components/emoji-ui.tsx
|
|
6
6
|
import React from "react";
|
|
@@ -71,4 +71,4 @@ export {
|
|
|
71
71
|
getEmojiImageUrl,
|
|
72
72
|
EmojiGridButton
|
|
73
73
|
};
|
|
74
|
-
//# sourceMappingURL=chunk-
|
|
74
|
+
//# sourceMappingURL=chunk-KGNYK5YF.js.map
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
mergeRefs,
|
|
6
6
|
setRefValue,
|
|
7
7
|
useSmartTranslations
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-PLHJWXCW.js";
|
|
9
9
|
|
|
10
10
|
// src/contexts/UnderverseConfigContext.tsx
|
|
11
11
|
import * as React from "react";
|
|
@@ -4303,7 +4303,7 @@ var UEDITOR_PROSEMIRROR_CLASS_NAME = cn(
|
|
|
4303
4303
|
"[&_td]:px-2",
|
|
4304
4304
|
"[&_td]:py-0",
|
|
4305
4305
|
"[&_td]:whitespace-normal",
|
|
4306
|
-
"[&_td]:
|
|
4306
|
+
"[&_td]:wrap-anywhere",
|
|
4307
4307
|
"[&_td]:[word-break:normal]",
|
|
4308
4308
|
"[&_td[data-text-wrap='nowrap']]:whitespace-nowrap",
|
|
4309
4309
|
"[&_td[data-text-wrap='nowrap']]:[overflow-wrap:normal]",
|
|
@@ -4315,7 +4315,7 @@ var UEDITOR_PROSEMIRROR_CLASS_NAME = cn(
|
|
|
4315
4315
|
"[&_th]:px-2",
|
|
4316
4316
|
"[&_th]:py-0",
|
|
4317
4317
|
"[&_th]:whitespace-normal",
|
|
4318
|
-
"[&_th]:
|
|
4318
|
+
"[&_th]:wrap-anywhere",
|
|
4319
4319
|
"[&_th]:[word-break:normal]",
|
|
4320
4320
|
"[&_th[data-text-wrap='nowrap']]:whitespace-nowrap",
|
|
4321
4321
|
"[&_th[data-text-wrap='nowrap']]:[overflow-wrap:normal]",
|
|
@@ -4523,4 +4523,4 @@ export {
|
|
|
4523
4523
|
EditorToolbar,
|
|
4524
4524
|
UEDITOR_PROSEMIRROR_CLASS_NAME
|
|
4525
4525
|
};
|
|
4526
|
-
//# sourceMappingURL=chunk-
|
|
4526
|
+
//# sourceMappingURL=chunk-LTIU5FQY.js.map
|