@genesislcap/foundation-zero 14.67.5-alpha-7350202.0 → 14.67.5-alpha-e36b6f2.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.
@@ -784,6 +784,37 @@
784
784
  }
785
785
  ]
786
786
  },
787
+ {
788
+ "kind": "javascript-module",
789
+ "path": "src/_config/index.ts",
790
+ "declarations": [],
791
+ "exports": [
792
+ {
793
+ "kind": "js",
794
+ "name": "*",
795
+ "declaration": {
796
+ "name": "*",
797
+ "package": "./styles"
798
+ }
799
+ },
800
+ {
801
+ "kind": "js",
802
+ "name": "*",
803
+ "declaration": {
804
+ "name": "*",
805
+ "package": "./tokens"
806
+ }
807
+ },
808
+ {
809
+ "kind": "js",
810
+ "name": "*",
811
+ "declaration": {
812
+ "name": "*",
813
+ "package": "./values"
814
+ }
815
+ }
816
+ ]
817
+ },
787
818
  {
788
819
  "kind": "javascript-module",
789
820
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1120,37 +1151,6 @@
1120
1151
  }
1121
1152
  ]
1122
1153
  },
1123
- {
1124
- "kind": "javascript-module",
1125
- "path": "src/_config/index.ts",
1126
- "declarations": [],
1127
- "exports": [
1128
- {
1129
- "kind": "js",
1130
- "name": "*",
1131
- "declaration": {
1132
- "name": "*",
1133
- "package": "./styles"
1134
- }
1135
- },
1136
- {
1137
- "kind": "js",
1138
- "name": "*",
1139
- "declaration": {
1140
- "name": "*",
1141
- "package": "./tokens"
1142
- }
1143
- },
1144
- {
1145
- "kind": "js",
1146
- "name": "*",
1147
- "declaration": {
1148
- "name": "*",
1149
- "package": "./values"
1150
- }
1151
- }
1152
- ]
1153
- },
1154
1154
  {
1155
1155
  "kind": "javascript-module",
1156
1156
  "path": "src/actions-menu/actions-menu.stories.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.67.5-alpha-7350202.0",
4
+ "version": "14.67.5-alpha-e36b6f2.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -62,7 +62,7 @@
62
62
  "storybook": "storybook dev -p 6006"
63
63
  },
64
64
  "devDependencies": {
65
- "@genesislcap/genx": "14.67.5-alpha-7350202.0",
65
+ "@genesislcap/genx": "14.67.5-alpha-e36b6f2.0",
66
66
  "@storybook/addon-essentials": "^7.1.0",
67
67
  "@storybook/addon-links": "^7.1.0",
68
68
  "@storybook/addons": "^7.1.0",
@@ -75,9 +75,9 @@
75
75
  "storybook": "^7.1.0"
76
76
  },
77
77
  "dependencies": {
78
- "@genesislcap/foundation-comms": "14.67.5-alpha-7350202.0",
79
- "@genesislcap/foundation-ui": "14.67.5-alpha-7350202.0",
80
- "@genesislcap/foundation-utils": "14.67.5-alpha-7350202.0",
78
+ "@genesislcap/foundation-comms": "14.67.5-alpha-e36b6f2.0",
79
+ "@genesislcap/foundation-ui": "14.67.5-alpha-e36b6f2.0",
80
+ "@genesislcap/foundation-utils": "14.67.5-alpha-e36b6f2.0",
81
81
  "@microsoft/fast-colors": "^5.1.4",
82
82
  "@microsoft/fast-components": "^2.21.3",
83
83
  "@microsoft/fast-element": "^1.7.0",
@@ -94,5 +94,5 @@
94
94
  "access": "public"
95
95
  },
96
96
  "customElements": "dist/custom-elements.json",
97
- "gitHead": "edef179ffed7f338b200aea6db21217d1c6572ad"
97
+ "gitHead": "7a22bbc2903c1c0e9e266087f24fb0a9bf87d546"
98
98
  }