@genesislcap/foundation-zero 14.214.1 → 14.214.2-alpha-40e31af.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.
@@ -701,6 +701,37 @@
701
701
  }
702
702
  ]
703
703
  },
704
+ {
705
+ "kind": "javascript-module",
706
+ "path": "src/_config/index.ts",
707
+ "declarations": [],
708
+ "exports": [
709
+ {
710
+ "kind": "js",
711
+ "name": "*",
712
+ "declaration": {
713
+ "name": "*",
714
+ "package": "./styles"
715
+ }
716
+ },
717
+ {
718
+ "kind": "js",
719
+ "name": "*",
720
+ "declaration": {
721
+ "name": "*",
722
+ "package": "./tokens"
723
+ }
724
+ },
725
+ {
726
+ "kind": "js",
727
+ "name": "*",
728
+ "declaration": {
729
+ "name": "*",
730
+ "package": "./values"
731
+ }
732
+ }
733
+ ]
734
+ },
704
735
  {
705
736
  "kind": "javascript-module",
706
737
  "path": "src/_common/colors.hex.ts",
@@ -840,37 +871,6 @@
840
871
  }
841
872
  ]
842
873
  },
843
- {
844
- "kind": "javascript-module",
845
- "path": "src/_config/index.ts",
846
- "declarations": [],
847
- "exports": [
848
- {
849
- "kind": "js",
850
- "name": "*",
851
- "declaration": {
852
- "name": "*",
853
- "package": "./styles"
854
- }
855
- },
856
- {
857
- "kind": "js",
858
- "name": "*",
859
- "declaration": {
860
- "name": "*",
861
- "package": "./tokens"
862
- }
863
- },
864
- {
865
- "kind": "js",
866
- "name": "*",
867
- "declaration": {
868
- "name": "*",
869
- "package": "./values"
870
- }
871
- }
872
- ]
873
- },
874
874
  {
875
875
  "kind": "javascript-module",
876
876
  "path": "src/accordion/accordion.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.214.1",
4
+ "version": "14.214.2-alpha-40e31af.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -75,12 +75,12 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
78
- "@genesislcap/genx": "14.214.1",
79
- "@genesislcap/rollup-builder": "14.214.1",
80
- "@genesislcap/ts-builder": "14.214.1",
81
- "@genesislcap/uvu-playwright-builder": "14.214.1",
82
- "@genesislcap/vite-builder": "14.214.1",
83
- "@genesislcap/webpack-builder": "14.214.1",
78
+ "@genesislcap/genx": "14.214.2-alpha-40e31af.0",
79
+ "@genesislcap/rollup-builder": "14.214.2-alpha-40e31af.0",
80
+ "@genesislcap/ts-builder": "14.214.2-alpha-40e31af.0",
81
+ "@genesislcap/uvu-playwright-builder": "14.214.2-alpha-40e31af.0",
82
+ "@genesislcap/vite-builder": "14.214.2-alpha-40e31af.0",
83
+ "@genesislcap/webpack-builder": "14.214.2-alpha-40e31af.0",
84
84
  "@storybook/addon-coverage": "^1.0.1",
85
85
  "@storybook/addon-essentials": "^8.0.0",
86
86
  "@storybook/addon-links": "^8.0.0",
@@ -98,10 +98,10 @@
98
98
  "storybook": "^8.0.0"
99
99
  },
100
100
  "dependencies": {
101
- "@genesislcap/foundation-comms": "14.214.1",
102
- "@genesislcap/foundation-logger": "14.214.1",
103
- "@genesislcap/foundation-ui": "14.214.1",
104
- "@genesislcap/foundation-utils": "14.214.1",
101
+ "@genesislcap/foundation-comms": "14.214.2-alpha-40e31af.0",
102
+ "@genesislcap/foundation-logger": "14.214.2-alpha-40e31af.0",
103
+ "@genesislcap/foundation-ui": "14.214.2-alpha-40e31af.0",
104
+ "@genesislcap/foundation-utils": "14.214.2-alpha-40e31af.0",
105
105
  "@microsoft/fast-colors": "^5.3.1",
106
106
  "@microsoft/fast-components": "^2.30.6",
107
107
  "@microsoft/fast-element": "^1.12.0",
@@ -118,5 +118,5 @@
118
118
  "access": "public"
119
119
  },
120
120
  "customElements": "dist/custom-elements.json",
121
- "gitHead": "9004ab51d127b82f36be2f73ed658cd7cbfba897"
121
+ "gitHead": "5c01cc68fc2eac6ba9a162c3c5af98661ff8edf5"
122
122
  }