@underverse-ui/underverse 1.0.203 → 1.0.205
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/README.md +8 -2
- package/api-reference.json +1 -1
- package/dist/EmojiPicker-BAWP2RAS.js +14 -0
- package/dist/EmojiPicker-BAWP2RAS.js.map +1 -0
- package/dist/chunk-2V6A6PGI.js +14614 -0
- package/dist/chunk-2V6A6PGI.js.map +1 -0
- package/dist/chunk-4TYW5K4J.js +769 -0
- package/dist/chunk-4TYW5K4J.js.map +1 -0
- package/dist/chunk-7U3Y7R7U.js +199 -0
- package/dist/chunk-7U3Y7R7U.js.map +1 -0
- package/dist/chunk-IXEFOLUD.js +74 -0
- package/dist/chunk-IXEFOLUD.js.map +1 -0
- package/dist/chunk-MJV7ETJM.js +4501 -0
- package/dist/chunk-MJV7ETJM.js.map +1 -0
- package/dist/chunk-NSBPE2FW.js +17 -0
- package/dist/chunk-NSBPE2FW.js.map +1 -0
- package/dist/chunk-XJR7E6QB.js +2467 -0
- package/dist/chunk-XJR7E6QB.js.map +1 -0
- package/dist/chunk-Z63YNF3N.js +206 -0
- package/dist/chunk-Z63YNF3N.js.map +1 -0
- package/dist/emojis-I5AMZ3EE.js +8 -0
- package/dist/emojis-I5AMZ3EE.js.map +1 -0
- package/dist/index.cjs +36711 -35405
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -134
- package/dist/index.d.ts +3 -134
- package/dist/index.js +2801 -25581
- package/dist/index.js.map +1 -1
- package/dist/lowlight-runtime-Y43Y7YTW.js +11 -0
- package/dist/lowlight-runtime-Y43Y7YTW.js.map +1 -0
- package/dist/menu-bar-NDAP3SOR.js +947 -0
- package/dist/menu-bar-NDAP3SOR.js.map +1 -0
- package/dist/ueditor.cjs +23631 -0
- package/dist/ueditor.cjs.map +1 -0
- package/dist/ueditor.d.cts +142 -0
- package/dist/ueditor.d.ts +142 -0
- package/dist/ueditor.js +20 -0
- package/dist/ueditor.js.map +1 -0
- package/package.json +54 -46
package/README.md
CHANGED
|
@@ -111,7 +111,7 @@ All components follow [Vercel Web Interface Guidelines](https://github.com/verce
|
|
|
111
111
|
|
|
112
112
|
## Package Exports
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
Package có public entry point chính cho toàn bộ component:
|
|
115
115
|
|
|
116
116
|
```tsx
|
|
117
117
|
import {
|
|
@@ -123,7 +123,13 @@ import {
|
|
|
123
123
|
} from "@underverse-ui/underverse";
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
|
|
126
|
+
Nếu chỉ dùng UEditor, ưu tiên entry chuyên biệt để giảm lượng mã phải tải và phân tích:
|
|
127
|
+
|
|
128
|
+
```tsx
|
|
129
|
+
import UEditor, { type UEditorRef } from "@underverse-ui/underverse/ueditor";
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
Các subpath khác như `@underverse-ui/underverse/form` chưa được publish ở version hiện tại.
|
|
127
133
|
|
|
128
134
|
Lưu ý:
|
|
129
135
|
- Nhiều component trong package là client component và nên dùng trong môi trường React client.
|
package/api-reference.json
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
EmojiPicker,
|
|
4
|
+
EmojiPicker_default
|
|
5
|
+
} from "./chunk-Z63YNF3N.js";
|
|
6
|
+
import "./chunk-IXEFOLUD.js";
|
|
7
|
+
import "./chunk-4TYW5K4J.js";
|
|
8
|
+
import "./chunk-XJR7E6QB.js";
|
|
9
|
+
import "./chunk-NSBPE2FW.js";
|
|
10
|
+
export {
|
|
11
|
+
EmojiPicker,
|
|
12
|
+
EmojiPicker_default as default
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=EmojiPicker-BAWP2RAS.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|