@genesislcap/foundation-zero 14.152.1 → 14.152.2-alpha-65be1bd.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.
@@ -677,6 +677,37 @@
677
677
  }
678
678
  ]
679
679
  },
680
+ {
681
+ "kind": "javascript-module",
682
+ "path": "src/_config/index.ts",
683
+ "declarations": [],
684
+ "exports": [
685
+ {
686
+ "kind": "js",
687
+ "name": "*",
688
+ "declaration": {
689
+ "name": "*",
690
+ "package": "./styles"
691
+ }
692
+ },
693
+ {
694
+ "kind": "js",
695
+ "name": "*",
696
+ "declaration": {
697
+ "name": "*",
698
+ "package": "./tokens"
699
+ }
700
+ },
701
+ {
702
+ "kind": "js",
703
+ "name": "*",
704
+ "declaration": {
705
+ "name": "*",
706
+ "package": "./values"
707
+ }
708
+ }
709
+ ]
710
+ },
680
711
  {
681
712
  "kind": "javascript-module",
682
713
  "path": "src/_common/colors.hex.ts",
@@ -816,37 +847,6 @@
816
847
  }
817
848
  ]
818
849
  },
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
850
  {
851
851
  "kind": "javascript-module",
852
852
  "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.152.1",
4
+ "version": "14.152.2-alpha-65be1bd.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.1",
71
- "@genesislcap/rollup-builder": "14.152.1",
72
- "@genesislcap/ts-builder": "14.152.1",
73
- "@genesislcap/uvu-playwright-builder": "14.152.1",
74
- "@genesislcap/vite-builder": "14.152.1",
75
- "@genesislcap/webpack-builder": "14.152.1",
70
+ "@genesislcap/genx": "14.152.2-alpha-65be1bd.0",
71
+ "@genesislcap/rollup-builder": "14.152.2-alpha-65be1bd.0",
72
+ "@genesislcap/ts-builder": "14.152.2-alpha-65be1bd.0",
73
+ "@genesislcap/uvu-playwright-builder": "14.152.2-alpha-65be1bd.0",
74
+ "@genesislcap/vite-builder": "14.152.2-alpha-65be1bd.0",
75
+ "@genesislcap/webpack-builder": "14.152.2-alpha-65be1bd.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.1",
93
- "@genesislcap/foundation-logger": "14.152.1",
94
- "@genesislcap/foundation-ui": "14.152.1",
95
- "@genesislcap/foundation-utils": "14.152.1",
92
+ "@genesislcap/foundation-comms": "14.152.2-alpha-65be1bd.0",
93
+ "@genesislcap/foundation-logger": "14.152.2-alpha-65be1bd.0",
94
+ "@genesislcap/foundation-ui": "14.152.2-alpha-65be1bd.0",
95
+ "@genesislcap/foundation-utils": "14.152.2-alpha-65be1bd.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": "cc23164203a9c71dee499826c28da1c577dc08d3"
112
+ "gitHead": "05603c50c02ad3c8ae4a6f9321c4a0241da65dfa"
113
113
  }