@genesislcap/foundation-zero 14.19.0 → 14.20.0-bny.20

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.
@@ -720,6 +720,37 @@
720
720
  }
721
721
  ]
722
722
  },
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
+ },
723
754
  {
724
755
  "kind": "javascript-module",
725
756
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -992,37 +1023,6 @@
992
1023
  }
993
1024
  ]
994
1025
  },
995
- {
996
- "kind": "javascript-module",
997
- "path": "src/_config/index.ts",
998
- "declarations": [],
999
- "exports": [
1000
- {
1001
- "kind": "js",
1002
- "name": "*",
1003
- "declaration": {
1004
- "name": "*",
1005
- "package": "./styles"
1006
- }
1007
- },
1008
- {
1009
- "kind": "js",
1010
- "name": "*",
1011
- "declaration": {
1012
- "name": "*",
1013
- "package": "./tokens"
1014
- }
1015
- },
1016
- {
1017
- "kind": "js",
1018
- "name": "*",
1019
- "declaration": {
1020
- "name": "*",
1021
- "package": "./values"
1022
- }
1023
- }
1024
- ]
1025
- },
1026
1026
  {
1027
1027
  "kind": "javascript-module",
1028
1028
  "path": "src/anchor/anchor.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.19.0",
4
+ "version": "14.20.0-bny.20",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@custom-elements-manifest/analyzer": "^0.8.2",
37
- "@genesislcap/genx": "^14.19.0",
37
+ "@genesislcap/genx": "14.20.0-bny.20",
38
38
  "@module-federation/dashboard-plugin": "2.3.0",
39
39
  "@pixability-ui/federated-types": "^0.2.0",
40
40
  "@playwright/test": "^1.18.1",
@@ -96,9 +96,9 @@
96
96
  "webpack-merge": "^5.7.3"
97
97
  },
98
98
  "dependencies": {
99
- "@genesislcap/foundation-comms": "^14.19.0",
100
- "@genesislcap/foundation-ui": "^14.19.0",
101
- "@genesislcap/foundation-utils": "^14.19.0",
99
+ "@genesislcap/foundation-comms": "14.20.0-bny.20",
100
+ "@genesislcap/foundation-ui": "14.20.0-bny.20",
101
+ "@genesislcap/foundation-utils": "14.20.0-bny.20",
102
102
  "@microsoft/fast-colors": "^5.1.4",
103
103
  "@microsoft/fast-components": "^2.21.3",
104
104
  "@microsoft/fast-element": "^1.7.0",
@@ -111,5 +111,5 @@
111
111
  "access": "public"
112
112
  },
113
113
  "customElements": "dist/custom-elements.json",
114
- "gitHead": "39baddc0d618b2ceb964f5382821d8901f5194b3"
114
+ "gitHead": "d7378c3e95a37c9198143ec6f920b288f58ba83e"
115
115
  }