@genesislcap/foundation-zero 14.152.3-alpha-2e97897.0 → 14.153.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.
@@ -816,37 +816,6 @@
816
816
  }
817
817
  ]
818
818
  },
819
- {
820
- "kind": "javascript-module",
821
- "path": "src/_config/index.ts",
822
- "declarations": [],
823
- "exports": [
824
- {
825
- "kind": "js",
826
- "name": "*",
827
- "declaration": {
828
- "name": "*",
829
- "package": "./styles"
830
- }
831
- },
832
- {
833
- "kind": "js",
834
- "name": "*",
835
- "declaration": {
836
- "name": "*",
837
- "package": "./tokens"
838
- }
839
- },
840
- {
841
- "kind": "js",
842
- "name": "*",
843
- "declaration": {
844
- "name": "*",
845
- "package": "./values"
846
- }
847
- }
848
- ]
849
- },
850
819
  {
851
820
  "kind": "javascript-module",
852
821
  "path": "src/accordion/accordion.stories.ts",
@@ -1035,6 +1004,37 @@
1035
1004
  }
1036
1005
  ]
1037
1006
  },
1007
+ {
1008
+ "kind": "javascript-module",
1009
+ "path": "src/_config/index.ts",
1010
+ "declarations": [],
1011
+ "exports": [
1012
+ {
1013
+ "kind": "js",
1014
+ "name": "*",
1015
+ "declaration": {
1016
+ "name": "*",
1017
+ "package": "./styles"
1018
+ }
1019
+ },
1020
+ {
1021
+ "kind": "js",
1022
+ "name": "*",
1023
+ "declaration": {
1024
+ "name": "*",
1025
+ "package": "./tokens"
1026
+ }
1027
+ },
1028
+ {
1029
+ "kind": "js",
1030
+ "name": "*",
1031
+ "declaration": {
1032
+ "name": "*",
1033
+ "package": "./values"
1034
+ }
1035
+ }
1036
+ ]
1037
+ },
1038
1038
  {
1039
1039
  "kind": "javascript-module",
1040
1040
  "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.152.3-alpha-2e97897.0",
4
+ "version": "14.153.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,12 +67,12 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.152.3-alpha-2e97897.0",
71
- "@genesislcap/rollup-builder": "14.152.3-alpha-2e97897.0",
72
- "@genesislcap/ts-builder": "14.152.3-alpha-2e97897.0",
73
- "@genesislcap/uvu-playwright-builder": "14.152.3-alpha-2e97897.0",
74
- "@genesislcap/vite-builder": "14.152.3-alpha-2e97897.0",
75
- "@genesislcap/webpack-builder": "14.152.3-alpha-2e97897.0",
70
+ "@genesislcap/genx": "14.153.0",
71
+ "@genesislcap/rollup-builder": "14.153.0",
72
+ "@genesislcap/ts-builder": "14.153.0",
73
+ "@genesislcap/uvu-playwright-builder": "14.153.0",
74
+ "@genesislcap/vite-builder": "14.153.0",
75
+ "@genesislcap/webpack-builder": "14.153.0",
76
76
  "@storybook/addon-coverage": "^1.0.0",
77
77
  "@storybook/addon-essentials": "^7.6.7",
78
78
  "@storybook/addon-links": "^7.6.7",
@@ -89,10 +89,10 @@
89
89
  "storybook": "^7.6.7"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.152.3-alpha-2e97897.0",
93
- "@genesislcap/foundation-logger": "14.152.3-alpha-2e97897.0",
94
- "@genesislcap/foundation-ui": "14.152.3-alpha-2e97897.0",
95
- "@genesislcap/foundation-utils": "14.152.3-alpha-2e97897.0",
92
+ "@genesislcap/foundation-comms": "14.153.0",
93
+ "@genesislcap/foundation-logger": "14.153.0",
94
+ "@genesislcap/foundation-ui": "14.153.0",
95
+ "@genesislcap/foundation-utils": "14.153.0",
96
96
  "@microsoft/fast-colors": "^5.3.1",
97
97
  "@microsoft/fast-components": "^2.30.6",
98
98
  "@microsoft/fast-element": "^1.12.0",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "b71cf7c5bd97df7c4ca62f7782447063a7364834"
112
+ "gitHead": "2354510b7a853c207ac7fb9e245decb21ef0d7af"
113
113
  }