@genesislcap/foundation-zero 14.63.0 → 14.63.1-alpha-e78a361.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.
@@ -768,6 +768,37 @@
768
768
  }
769
769
  ]
770
770
  },
771
+ {
772
+ "kind": "javascript-module",
773
+ "path": "src/_config/index.ts",
774
+ "declarations": [],
775
+ "exports": [
776
+ {
777
+ "kind": "js",
778
+ "name": "*",
779
+ "declaration": {
780
+ "name": "*",
781
+ "package": "./styles"
782
+ }
783
+ },
784
+ {
785
+ "kind": "js",
786
+ "name": "*",
787
+ "declaration": {
788
+ "name": "*",
789
+ "package": "./tokens"
790
+ }
791
+ },
792
+ {
793
+ "kind": "js",
794
+ "name": "*",
795
+ "declaration": {
796
+ "name": "*",
797
+ "package": "./values"
798
+ }
799
+ }
800
+ ]
801
+ },
771
802
  {
772
803
  "kind": "javascript-module",
773
804
  "path": "src/accordion/accordion.stories.ts",
@@ -1104,37 +1135,6 @@
1104
1135
  }
1105
1136
  ]
1106
1137
  },
1107
- {
1108
- "kind": "javascript-module",
1109
- "path": "src/_config/index.ts",
1110
- "declarations": [],
1111
- "exports": [
1112
- {
1113
- "kind": "js",
1114
- "name": "*",
1115
- "declaration": {
1116
- "name": "*",
1117
- "package": "./styles"
1118
- }
1119
- },
1120
- {
1121
- "kind": "js",
1122
- "name": "*",
1123
- "declaration": {
1124
- "name": "*",
1125
- "package": "./tokens"
1126
- }
1127
- },
1128
- {
1129
- "kind": "js",
1130
- "name": "*",
1131
- "declaration": {
1132
- "name": "*",
1133
- "package": "./values"
1134
- }
1135
- }
1136
- ]
1137
- },
1138
1138
  {
1139
1139
  "kind": "javascript-module",
1140
1140
  "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.63.0",
4
+ "version": "14.63.1-alpha-e78a361.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.63.0",
65
+ "@genesislcap/genx": "14.63.1-alpha-e78a361.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.63.0",
79
- "@genesislcap/foundation-ui": "14.63.0",
80
- "@genesislcap/foundation-utils": "14.63.0",
78
+ "@genesislcap/foundation-comms": "14.63.1-alpha-e78a361.0",
79
+ "@genesislcap/foundation-ui": "14.63.1-alpha-e78a361.0",
80
+ "@genesislcap/foundation-utils": "14.63.1-alpha-e78a361.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": "8f0b586dcf840766f1799edde09d97b4c8c483a1"
97
+ "gitHead": "77fb024ea911346924f2405067b07d7a560ea5d8"
98
98
  }