@underverse-ui/underverse 1.0.67 → 1.0.69
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 +16 -2
- package/dist/index.cjs +2553 -2705
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -57
- package/dist/index.d.ts +19 -57
- package/dist/index.js +2289 -2454
- 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.69",
|
|
4
4
|
"sourceEntry": "src/index.ts",
|
|
5
|
-
"totalExports":
|
|
5
|
+
"totalExports": 221,
|
|
6
6
|
"exports": [
|
|
7
7
|
{
|
|
8
8
|
"name": "*",
|
|
@@ -880,6 +880,13 @@
|
|
|
880
880
|
"reexport": true,
|
|
881
881
|
"local": false
|
|
882
882
|
},
|
|
883
|
+
{
|
|
884
|
+
"name": "NextIntlAdapter",
|
|
885
|
+
"kind": "value",
|
|
886
|
+
"source": "./contexts/NextIntlAdapter",
|
|
887
|
+
"reexport": true,
|
|
888
|
+
"local": false
|
|
889
|
+
},
|
|
883
890
|
{
|
|
884
891
|
"name": "normalizeImageUrl",
|
|
885
892
|
"kind": "value",
|
|
@@ -1442,6 +1449,13 @@
|
|
|
1442
1449
|
"reexport": false,
|
|
1443
1450
|
"local": true
|
|
1444
1451
|
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "UnderverseNextIntlProvider",
|
|
1454
|
+
"kind": "value",
|
|
1455
|
+
"source": "./contexts/NextIntlAdapter",
|
|
1456
|
+
"reexport": true,
|
|
1457
|
+
"local": false
|
|
1458
|
+
},
|
|
1445
1459
|
{
|
|
1446
1460
|
"name": "UnderverseProvider",
|
|
1447
1461
|
"kind": "value",
|