@genesislcap/foundation-zero 14.101.2 → 14.101.3

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.
@@ -784,6 +784,37 @@
784
784
  }
785
785
  ]
786
786
  },
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
+ },
787
818
  {
788
819
  "kind": "javascript-module",
789
820
  "path": "src/accordion/accordion.stories.ts",
@@ -972,37 +1003,6 @@
972
1003
  }
973
1004
  ]
974
1005
  },
975
- {
976
- "kind": "javascript-module",
977
- "path": "src/_config/index.ts",
978
- "declarations": [],
979
- "exports": [
980
- {
981
- "kind": "js",
982
- "name": "*",
983
- "declaration": {
984
- "name": "*",
985
- "package": "./styles"
986
- }
987
- },
988
- {
989
- "kind": "js",
990
- "name": "*",
991
- "declaration": {
992
- "name": "*",
993
- "package": "./tokens"
994
- }
995
- },
996
- {
997
- "kind": "js",
998
- "name": "*",
999
- "declaration": {
1000
- "name": "*",
1001
- "package": "./values"
1002
- }
1003
- }
1004
- ]
1005
- },
1006
1006
  {
1007
1007
  "kind": "javascript-module",
1008
1008
  "path": "src/accordion-item/accordion-item.styles.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.101.2",
4
+ "version": "14.101.3",
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.101.2",
68
+ "@genesislcap/genx": "14.101.3",
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.101.2",
82
- "@genesislcap/foundation-logger": "14.101.2",
83
- "@genesislcap/foundation-ui": "14.101.2",
84
- "@genesislcap/foundation-utils": "14.101.2",
81
+ "@genesislcap/foundation-comms": "14.101.3",
82
+ "@genesislcap/foundation-logger": "14.101.3",
83
+ "@genesislcap/foundation-ui": "14.101.3",
84
+ "@genesislcap/foundation-utils": "14.101.3",
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": "05e5041135e6c89e34007cfd41a1a0635ef091c2"
101
+ "gitHead": "d20e490a606ae70ac130968ef489b0542f69ee0f"
102
102
  }