@genesislcap/foundation-zero 14.37.0 → 14.38.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.
@@ -581,6 +581,37 @@
581
581
  }
582
582
  ]
583
583
  },
584
+ {
585
+ "kind": "javascript-module",
586
+ "path": "src/_config/index.ts",
587
+ "declarations": [],
588
+ "exports": [
589
+ {
590
+ "kind": "js",
591
+ "name": "*",
592
+ "declaration": {
593
+ "name": "*",
594
+ "package": "./styles"
595
+ }
596
+ },
597
+ {
598
+ "kind": "js",
599
+ "name": "*",
600
+ "declaration": {
601
+ "name": "*",
602
+ "package": "./tokens"
603
+ }
604
+ },
605
+ {
606
+ "kind": "js",
607
+ "name": "*",
608
+ "declaration": {
609
+ "name": "*",
610
+ "package": "./values"
611
+ }
612
+ }
613
+ ]
614
+ },
584
615
  {
585
616
  "kind": "javascript-module",
586
617
  "path": "src/_common/colors.hex.ts",
@@ -720,37 +751,6 @@
720
751
  }
721
752
  ]
722
753
  },
723
- {
724
- "kind": "javascript-module",
725
- "path": "src/_config/index.ts",
726
- "declarations": [],
727
- "exports": [
728
- {
729
- "kind": "js",
730
- "name": "*",
731
- "declaration": {
732
- "name": "*",
733
- "package": "./styles"
734
- }
735
- },
736
- {
737
- "kind": "js",
738
- "name": "*",
739
- "declaration": {
740
- "name": "*",
741
- "package": "./tokens"
742
- }
743
- },
744
- {
745
- "kind": "js",
746
- "name": "*",
747
- "declaration": {
748
- "name": "*",
749
- "package": "./values"
750
- }
751
- }
752
- ]
753
- },
754
754
  {
755
755
  "kind": "javascript-module",
756
756
  "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.37.0",
4
+ "version": "14.38.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.37.0",
65
+ "@genesislcap/genx": "^14.38.0",
66
66
  "@storybook/addon-essentials": "^7.0.0",
67
67
  "@storybook/addon-links": "^7.0.0",
68
68
  "@storybook/addons": "^7.0.0",
@@ -75,9 +75,9 @@
75
75
  "storybook": "^7.0.0"
76
76
  },
77
77
  "dependencies": {
78
- "@genesislcap/foundation-comms": "^14.37.0",
79
- "@genesislcap/foundation-ui": "^14.37.0",
80
- "@genesislcap/foundation-utils": "^14.37.0",
78
+ "@genesislcap/foundation-comms": "^14.38.0",
79
+ "@genesislcap/foundation-ui": "^14.38.0",
80
+ "@genesislcap/foundation-utils": "^14.38.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": "d810b6c20990971227e8659939f70fa704e8e503"
97
+ "gitHead": "66657747f1b3e7b22eff8232ccd9e945be1c92e4"
98
98
  }