@genesislcap/foundation-zero 14.117.0 → 14.118.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/package.json +7 -7
|
@@ -808,6 +808,37 @@
|
|
|
808
808
|
}
|
|
809
809
|
]
|
|
810
810
|
},
|
|
811
|
+
{
|
|
812
|
+
"kind": "javascript-module",
|
|
813
|
+
"path": "src/_config/index.ts",
|
|
814
|
+
"declarations": [],
|
|
815
|
+
"exports": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "js",
|
|
818
|
+
"name": "*",
|
|
819
|
+
"declaration": {
|
|
820
|
+
"name": "*",
|
|
821
|
+
"package": "./styles"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "js",
|
|
826
|
+
"name": "*",
|
|
827
|
+
"declaration": {
|
|
828
|
+
"name": "*",
|
|
829
|
+
"package": "./tokens"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "*",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "*",
|
|
837
|
+
"package": "./values"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
811
842
|
{
|
|
812
843
|
"kind": "javascript-module",
|
|
813
844
|
"path": "src/accordion/accordion.stories.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.0",
|
|
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.0",
|
|
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.0",
|
|
86
|
+
"@genesislcap/foundation-logger": "14.118.0",
|
|
87
|
+
"@genesislcap/foundation-ui": "14.118.0",
|
|
88
|
+
"@genesislcap/foundation-utils": "14.118.0",
|
|
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": "03508c2fc32d208bb7a037a3587b39690cfa752d"
|
|
106
106
|
}
|