@underverse-ui/underverse 1.0.66 → 1.0.68
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 +31 -2
- package/dist/index.cjs +20397 -19917
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +25 -4
- package/dist/index.d.ts +25 -4
- package/dist/index.js +20346 -19880
- 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.68",
|
|
4
4
|
"sourceEntry": "src/index.ts",
|
|
5
|
-
"totalExports":
|
|
5
|
+
"totalExports": 221,
|
|
6
6
|
"exports": [
|
|
7
7
|
{
|
|
8
8
|
"name": "*",
|
|
@@ -558,6 +558,21 @@
|
|
|
558
558
|
"reexport": true,
|
|
559
559
|
"local": false
|
|
560
560
|
},
|
|
561
|
+
{
|
|
562
|
+
"name": "EmojiPicker",
|
|
563
|
+
"kind": "value",
|
|
564
|
+
"source": "./components/EmojiPicker",
|
|
565
|
+
"reexport": true,
|
|
566
|
+
"local": false,
|
|
567
|
+
"aliasOf": "default"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"name": "EmojiPickerProps",
|
|
571
|
+
"kind": "type",
|
|
572
|
+
"source": "./components/EmojiPicker",
|
|
573
|
+
"reexport": true,
|
|
574
|
+
"local": false
|
|
575
|
+
},
|
|
561
576
|
{
|
|
562
577
|
"name": "extractImageSrcsFromHtml",
|
|
563
578
|
"kind": "value",
|
|
@@ -865,6 +880,13 @@
|
|
|
865
880
|
"reexport": true,
|
|
866
881
|
"local": false
|
|
867
882
|
},
|
|
883
|
+
{
|
|
884
|
+
"name": "NextIntlAdapter",
|
|
885
|
+
"kind": "value",
|
|
886
|
+
"source": "./contexts/NextIntlAdapter",
|
|
887
|
+
"reexport": true,
|
|
888
|
+
"local": false
|
|
889
|
+
},
|
|
868
890
|
{
|
|
869
891
|
"name": "normalizeImageUrl",
|
|
870
892
|
"kind": "value",
|
|
@@ -1427,6 +1449,13 @@
|
|
|
1427
1449
|
"reexport": false,
|
|
1428
1450
|
"local": true
|
|
1429
1451
|
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "UnderverseNextIntlProvider",
|
|
1454
|
+
"kind": "value",
|
|
1455
|
+
"source": "./contexts/NextIntlAdapter",
|
|
1456
|
+
"reexport": true,
|
|
1457
|
+
"local": false
|
|
1458
|
+
},
|
|
1430
1459
|
{
|
|
1431
1460
|
"name": "UnderverseProvider",
|
|
1432
1461
|
"kind": "value",
|