@genesislcap/foundation-zero 14.26.4 → 14.26.5-canary.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.
@@ -720,37 +720,6 @@
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
- },
754
723
  {
755
724
  "kind": "javascript-module",
756
725
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -1023,6 +992,37 @@
1023
992
  }
1024
993
  ]
1025
994
  },
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.26.4",
4
+ "version": "14.26.5-canary.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,7 +27,7 @@
27
27
  "storybook": "storybook dev -p 6006"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/genx": "^14.26.4",
30
+ "@genesislcap/genx": "14.26.5-canary.1",
31
31
  "@playwright/test": "^1.18.1",
32
32
  "@storybook/addon-essentials": "^7.0.0",
33
33
  "@storybook/addon-links": "^7.0.0",
@@ -49,9 +49,9 @@
49
49
  "watchlist": "^0.3.1"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "^14.26.4",
53
- "@genesislcap/foundation-ui": "^14.26.4",
54
- "@genesislcap/foundation-utils": "^14.26.4",
52
+ "@genesislcap/foundation-comms": "14.26.5-canary.1",
53
+ "@genesislcap/foundation-ui": "14.26.5-canary.1",
54
+ "@genesislcap/foundation-utils": "14.26.5-canary.1",
55
55
  "@microsoft/fast-colors": "^5.1.4",
56
56
  "@microsoft/fast-components": "^2.21.3",
57
57
  "@microsoft/fast-element": "^1.7.0",
@@ -68,5 +68,5 @@
68
68
  "access": "public"
69
69
  },
70
70
  "customElements": "dist/custom-elements.json",
71
- "gitHead": "bb3d86a419d4f42a944ac2ccb5d63b0ba46e0226"
71
+ "gitHead": "45ea1934d49dd02f0b66c333c19fae32d6789d09"
72
72
  }