@genesislcap/foundation-zero 14.100.1 → 14.101.1

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.
@@ -645,6 +645,37 @@
645
645
  }
646
646
  ]
647
647
  },
648
+ {
649
+ "kind": "javascript-module",
650
+ "path": "src/_config/index.ts",
651
+ "declarations": [],
652
+ "exports": [
653
+ {
654
+ "kind": "js",
655
+ "name": "*",
656
+ "declaration": {
657
+ "name": "*",
658
+ "package": "./styles"
659
+ }
660
+ },
661
+ {
662
+ "kind": "js",
663
+ "name": "*",
664
+ "declaration": {
665
+ "name": "*",
666
+ "package": "./tokens"
667
+ }
668
+ },
669
+ {
670
+ "kind": "js",
671
+ "name": "*",
672
+ "declaration": {
673
+ "name": "*",
674
+ "package": "./values"
675
+ }
676
+ }
677
+ ]
678
+ },
648
679
  {
649
680
  "kind": "javascript-module",
650
681
  "path": "src/_common/colors.hex.ts",
@@ -784,37 +815,6 @@
784
815
  }
785
816
  ]
786
817
  },
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
- },
818
818
  {
819
819
  "kind": "javascript-module",
820
820
  "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.100.1",
4
+ "version": "14.101.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -65,7 +65,7 @@
65
65
  "storybook": "storybook dev -p 6006"
66
66
  },
67
67
  "devDependencies": {
68
- "@genesislcap/genx": "14.100.1",
68
+ "@genesislcap/genx": "14.101.1",
69
69
  "@storybook/addon-essentials": "^7.1.0",
70
70
  "@storybook/addon-links": "^7.1.0",
71
71
  "@storybook/addons": "^7.1.0",
@@ -78,10 +78,10 @@
78
78
  "storybook": "^7.1.0"
79
79
  },
80
80
  "dependencies": {
81
- "@genesislcap/foundation-comms": "14.100.1",
82
- "@genesislcap/foundation-logger": "14.100.1",
83
- "@genesislcap/foundation-ui": "14.100.1",
84
- "@genesislcap/foundation-utils": "14.100.1",
81
+ "@genesislcap/foundation-comms": "14.101.1",
82
+ "@genesislcap/foundation-logger": "14.101.1",
83
+ "@genesislcap/foundation-ui": "14.101.1",
84
+ "@genesislcap/foundation-utils": "14.101.1",
85
85
  "@microsoft/fast-colors": "^5.1.4",
86
86
  "@microsoft/fast-components": "^2.21.3",
87
87
  "@microsoft/fast-element": "^1.7.0",
@@ -98,5 +98,5 @@
98
98
  "access": "public"
99
99
  },
100
100
  "customElements": "dist/custom-elements.json",
101
- "gitHead": "6a7b4247fd8dff2c2db80fff0bfee7bab6f53639"
101
+ "gitHead": "103f9b840d36e413d1aec9d321e50606b045e65a"
102
102
  }