@genesislcap/foundation-ui 14.424.1 → 14.426.0
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/dist/custom-elements.json +31 -31
- package/dist/dts/react.d.ts +86 -0
- package/dist/react.cjs +675 -171
- package/dist/react.mjs +675 -171
- package/package.json +19 -22
|
@@ -1390,6 +1390,37 @@
|
|
|
1390
1390
|
}
|
|
1391
1391
|
]
|
|
1392
1392
|
},
|
|
1393
|
+
{
|
|
1394
|
+
"kind": "javascript-module",
|
|
1395
|
+
"path": "src/_config/index.ts",
|
|
1396
|
+
"declarations": [],
|
|
1397
|
+
"exports": [
|
|
1398
|
+
{
|
|
1399
|
+
"kind": "js",
|
|
1400
|
+
"name": "*",
|
|
1401
|
+
"declaration": {
|
|
1402
|
+
"name": "*",
|
|
1403
|
+
"package": "./styles"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "*",
|
|
1411
|
+
"package": "./tokens"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./values"
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
]
|
|
1423
|
+
},
|
|
1393
1424
|
{
|
|
1394
1425
|
"kind": "javascript-module",
|
|
1395
1426
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1784,37 +1815,6 @@
|
|
|
1784
1815
|
}
|
|
1785
1816
|
]
|
|
1786
1817
|
},
|
|
1787
|
-
{
|
|
1788
|
-
"kind": "javascript-module",
|
|
1789
|
-
"path": "src/_config/index.ts",
|
|
1790
|
-
"declarations": [],
|
|
1791
|
-
"exports": [
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "js",
|
|
1794
|
-
"name": "*",
|
|
1795
|
-
"declaration": {
|
|
1796
|
-
"name": "*",
|
|
1797
|
-
"package": "./styles"
|
|
1798
|
-
}
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"kind": "js",
|
|
1802
|
-
"name": "*",
|
|
1803
|
-
"declaration": {
|
|
1804
|
-
"name": "*",
|
|
1805
|
-
"package": "./tokens"
|
|
1806
|
-
}
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"kind": "js",
|
|
1810
|
-
"name": "*",
|
|
1811
|
-
"declaration": {
|
|
1812
|
-
"name": "*",
|
|
1813
|
-
"package": "./values"
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
]
|
|
1817
|
-
},
|
|
1818
1818
|
{
|
|
1819
1819
|
"kind": "javascript-module",
|
|
1820
1820
|
"path": "src/accordion/accordion.styles.ts",
|