@underverse-ui/underverse 1.0.165 → 1.0.166
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/api-reference.json +23 -2
- package/dist/index.cjs +1087 -1024
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -1
- package/dist/index.d.ts +16 -1
- package/dist/index.js +814 -754
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/api-reference.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@underverse-ui/underverse",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.166",
|
|
4
4
|
"sourceEntry": "src/index.ts",
|
|
5
|
-
"totalExports":
|
|
5
|
+
"totalExports": 235,
|
|
6
6
|
"exports": [
|
|
7
7
|
{
|
|
8
8
|
"name": "*",
|
|
@@ -638,6 +638,20 @@
|
|
|
638
638
|
"reexport": true,
|
|
639
639
|
"local": false
|
|
640
640
|
},
|
|
641
|
+
{
|
|
642
|
+
"name": "getEmojiImageUrl",
|
|
643
|
+
"kind": "value",
|
|
644
|
+
"source": "./components/emoji-ui",
|
|
645
|
+
"reexport": true,
|
|
646
|
+
"local": false
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"name": "getEmojiUnifiedCode",
|
|
650
|
+
"kind": "value",
|
|
651
|
+
"source": "./components/emoji-ui",
|
|
652
|
+
"reexport": true,
|
|
653
|
+
"local": false
|
|
654
|
+
},
|
|
641
655
|
{
|
|
642
656
|
"name": "getUnderverseMessages",
|
|
643
657
|
"kind": "value",
|
|
@@ -1108,6 +1122,13 @@
|
|
|
1108
1122
|
"reexport": true,
|
|
1109
1123
|
"local": false
|
|
1110
1124
|
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "setEmojiBaseUrl",
|
|
1127
|
+
"kind": "value",
|
|
1128
|
+
"source": "./components/emoji-ui",
|
|
1129
|
+
"reexport": true,
|
|
1130
|
+
"local": false
|
|
1131
|
+
},
|
|
1111
1132
|
{
|
|
1112
1133
|
"name": "shadcnAnimationStyles",
|
|
1113
1134
|
"kind": "value",
|