@underverse-ui/underverse 1.0.115 → 1.0.117
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 +2472 -2432
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +190 -2
- package/dist/index.d.ts +190 -2
- package/dist/index.js +2228 -2189
- 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.117",
|
|
4
4
|
"sourceEntry": "src/index.ts",
|
|
5
|
-
"totalExports":
|
|
5
|
+
"totalExports": 232,
|
|
6
6
|
"exports": [
|
|
7
7
|
{
|
|
8
8
|
"name": "*",
|
|
@@ -645,6 +645,13 @@
|
|
|
645
645
|
"reexport": false,
|
|
646
646
|
"local": true
|
|
647
647
|
},
|
|
648
|
+
{
|
|
649
|
+
"name": "GlobalI18nConfig",
|
|
650
|
+
"kind": "type",
|
|
651
|
+
"source": "./contexts/GlobalI18nContext",
|
|
652
|
+
"reexport": true,
|
|
653
|
+
"local": false
|
|
654
|
+
},
|
|
648
655
|
{
|
|
649
656
|
"name": "GlobalLoading",
|
|
650
657
|
"kind": "value",
|
|
@@ -1547,6 +1554,13 @@
|
|
|
1547
1554
|
"reexport": true,
|
|
1548
1555
|
"local": false
|
|
1549
1556
|
},
|
|
1557
|
+
{
|
|
1558
|
+
"name": "useGlobalI18n",
|
|
1559
|
+
"kind": "value",
|
|
1560
|
+
"source": "./contexts/GlobalI18nContext",
|
|
1561
|
+
"reexport": true,
|
|
1562
|
+
"local": false
|
|
1563
|
+
},
|
|
1550
1564
|
{
|
|
1551
1565
|
"name": "useOverlayScrollbarTarget",
|
|
1552
1566
|
"kind": "value",
|