@genesislcap/foundation-zero 14.117.0 → 14.118.1
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/package.json +7 -7
|
@@ -669,6 +669,37 @@
|
|
|
669
669
|
}
|
|
670
670
|
]
|
|
671
671
|
},
|
|
672
|
+
{
|
|
673
|
+
"kind": "javascript-module",
|
|
674
|
+
"path": "src/_config/index.ts",
|
|
675
|
+
"declarations": [],
|
|
676
|
+
"exports": [
|
|
677
|
+
{
|
|
678
|
+
"kind": "js",
|
|
679
|
+
"name": "*",
|
|
680
|
+
"declaration": {
|
|
681
|
+
"name": "*",
|
|
682
|
+
"package": "./styles"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"kind": "js",
|
|
687
|
+
"name": "*",
|
|
688
|
+
"declaration": {
|
|
689
|
+
"name": "*",
|
|
690
|
+
"package": "./tokens"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"kind": "js",
|
|
695
|
+
"name": "*",
|
|
696
|
+
"declaration": {
|
|
697
|
+
"name": "*",
|
|
698
|
+
"package": "./values"
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
]
|
|
702
|
+
},
|
|
672
703
|
{
|
|
673
704
|
"kind": "javascript-module",
|
|
674
705
|
"path": "src/_common/colors.hex.ts",
|
|
@@ -996,37 +1027,6 @@
|
|
|
996
1027
|
}
|
|
997
1028
|
]
|
|
998
1029
|
},
|
|
999
|
-
{
|
|
1000
|
-
"kind": "javascript-module",
|
|
1001
|
-
"path": "src/_config/index.ts",
|
|
1002
|
-
"declarations": [],
|
|
1003
|
-
"exports": [
|
|
1004
|
-
{
|
|
1005
|
-
"kind": "js",
|
|
1006
|
-
"name": "*",
|
|
1007
|
-
"declaration": {
|
|
1008
|
-
"name": "*",
|
|
1009
|
-
"package": "./styles"
|
|
1010
|
-
}
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"kind": "js",
|
|
1014
|
-
"name": "*",
|
|
1015
|
-
"declaration": {
|
|
1016
|
-
"name": "*",
|
|
1017
|
-
"package": "./tokens"
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"kind": "js",
|
|
1022
|
-
"name": "*",
|
|
1023
|
-
"declaration": {
|
|
1024
|
-
"name": "*",
|
|
1025
|
-
"package": "./values"
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
]
|
|
1029
|
-
},
|
|
1030
1030
|
{
|
|
1031
1031
|
"kind": "javascript-module",
|
|
1032
1032
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.118.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
70
|
-
"@genesislcap/genx": "14.
|
|
70
|
+
"@genesislcap/genx": "14.118.1",
|
|
71
71
|
"@storybook/addon-coverage": "^1.0.0",
|
|
72
72
|
"@storybook/addon-essentials": "^7.5.3",
|
|
73
73
|
"@storybook/addon-links": "^7.5.3",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"storybook": "^7.5.3"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@genesislcap/foundation-comms": "14.
|
|
86
|
-
"@genesislcap/foundation-logger": "14.
|
|
87
|
-
"@genesislcap/foundation-ui": "14.
|
|
88
|
-
"@genesislcap/foundation-utils": "14.
|
|
85
|
+
"@genesislcap/foundation-comms": "14.118.1",
|
|
86
|
+
"@genesislcap/foundation-logger": "14.118.1",
|
|
87
|
+
"@genesislcap/foundation-ui": "14.118.1",
|
|
88
|
+
"@genesislcap/foundation-utils": "14.118.1",
|
|
89
89
|
"@microsoft/fast-colors": "^5.1.4",
|
|
90
90
|
"@microsoft/fast-components": "^2.21.3",
|
|
91
91
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
104
|
"customElements": "dist/custom-elements.json",
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "179ca69eb20ca2d30c62890f68e6bf60649f0ba6"
|
|
106
106
|
}
|