@genesislcap/foundation-zero 14.424.1 → 14.425.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/react.cjs +660 -167
- package/dist/react.mjs +660 -167
- package/package.json +12 -15
|
@@ -898,37 +898,6 @@
|
|
|
898
898
|
}
|
|
899
899
|
]
|
|
900
900
|
},
|
|
901
|
-
{
|
|
902
|
-
"kind": "javascript-module",
|
|
903
|
-
"path": "src/_config/index.ts",
|
|
904
|
-
"declarations": [],
|
|
905
|
-
"exports": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "js",
|
|
908
|
-
"name": "*",
|
|
909
|
-
"declaration": {
|
|
910
|
-
"name": "*",
|
|
911
|
-
"package": "./styles"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"kind": "js",
|
|
916
|
-
"name": "*",
|
|
917
|
-
"declaration": {
|
|
918
|
-
"name": "*",
|
|
919
|
-
"package": "./tokens"
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"kind": "js",
|
|
924
|
-
"name": "*",
|
|
925
|
-
"declaration": {
|
|
926
|
-
"name": "*",
|
|
927
|
-
"package": "./values"
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
]
|
|
931
|
-
},
|
|
932
901
|
{
|
|
933
902
|
"kind": "javascript-module",
|
|
934
903
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1410,6 +1379,37 @@
|
|
|
1410
1379
|
}
|
|
1411
1380
|
]
|
|
1412
1381
|
},
|
|
1382
|
+
{
|
|
1383
|
+
"kind": "javascript-module",
|
|
1384
|
+
"path": "src/_config/index.ts",
|
|
1385
|
+
"declarations": [],
|
|
1386
|
+
"exports": [
|
|
1387
|
+
{
|
|
1388
|
+
"kind": "js",
|
|
1389
|
+
"name": "*",
|
|
1390
|
+
"declaration": {
|
|
1391
|
+
"name": "*",
|
|
1392
|
+
"package": "./styles"
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"kind": "js",
|
|
1397
|
+
"name": "*",
|
|
1398
|
+
"declaration": {
|
|
1399
|
+
"name": "*",
|
|
1400
|
+
"package": "./tokens"
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"kind": "js",
|
|
1405
|
+
"name": "*",
|
|
1406
|
+
"declaration": {
|
|
1407
|
+
"name": "*",
|
|
1408
|
+
"package": "./values"
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1411
|
+
]
|
|
1412
|
+
},
|
|
1413
1413
|
{
|
|
1414
1414
|
"kind": "javascript-module",
|
|
1415
1415
|
"path": "src/accordion-item/accordion-item.styles.ts",
|