@genesislcap/foundation-zero 14.92.3-beta.a19c58d.1 → 14.92.3-beta.de92271.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.
@@ -16531,6 +16531,41 @@
16531
16531
  }
16532
16532
  ]
16533
16533
  },
16534
+ {
16535
+ "kind": "javascript-module",
16536
+ "path": "src/dialog/styles/colors.ts",
16537
+ "declarations": [
16538
+ {
16539
+ "kind": "variable",
16540
+ "name": "defaultDialogActiveBGColor"
16541
+ }
16542
+ ],
16543
+ "exports": [
16544
+ {
16545
+ "kind": "js",
16546
+ "name": "defaultDialogActiveBGColor",
16547
+ "declaration": {
16548
+ "name": "defaultDialogActiveBGColor",
16549
+ "module": "src/dialog/styles/colors.ts"
16550
+ }
16551
+ }
16552
+ ]
16553
+ },
16554
+ {
16555
+ "kind": "javascript-module",
16556
+ "path": "src/dialog/styles/index.ts",
16557
+ "declarations": [],
16558
+ "exports": [
16559
+ {
16560
+ "kind": "js",
16561
+ "name": "*",
16562
+ "declaration": {
16563
+ "name": "*",
16564
+ "package": "./colors"
16565
+ }
16566
+ }
16567
+ ]
16568
+ },
16534
16569
  {
16535
16570
  "kind": "javascript-module",
16536
16571
  "path": "src/_config/values/color.ts",
@@ -16775,41 +16810,6 @@
16775
16810
  }
16776
16811
  ]
16777
16812
  },
16778
- {
16779
- "kind": "javascript-module",
16780
- "path": "src/dialog/styles/colors.ts",
16781
- "declarations": [
16782
- {
16783
- "kind": "variable",
16784
- "name": "defaultDialogActiveBGColor"
16785
- }
16786
- ],
16787
- "exports": [
16788
- {
16789
- "kind": "js",
16790
- "name": "defaultDialogActiveBGColor",
16791
- "declaration": {
16792
- "name": "defaultDialogActiveBGColor",
16793
- "module": "src/dialog/styles/colors.ts"
16794
- }
16795
- }
16796
- ]
16797
- },
16798
- {
16799
- "kind": "javascript-module",
16800
- "path": "src/dialog/styles/index.ts",
16801
- "declarations": [],
16802
- "exports": [
16803
- {
16804
- "kind": "js",
16805
- "name": "*",
16806
- "declaration": {
16807
- "name": "*",
16808
- "package": "./colors"
16809
- }
16810
- }
16811
- ]
16812
- },
16813
16813
  {
16814
16814
  "kind": "javascript-module",
16815
16815
  "path": "src/listbox-option/style/colors.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.92.3-beta.a19c58d.1",
4
+ "version": "14.92.3-beta.de92271.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.92.3-beta.a19c58d.1",
68
+ "@genesislcap/genx": "14.92.3-beta.de92271.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.92.3-beta.a19c58d.1",
82
- "@genesislcap/foundation-logger": "14.92.3-beta.a19c58d.1",
83
- "@genesislcap/foundation-ui": "14.92.3-beta.a19c58d.1",
84
- "@genesislcap/foundation-utils": "14.92.3-beta.a19c58d.1",
81
+ "@genesislcap/foundation-comms": "14.92.3-beta.de92271.1",
82
+ "@genesislcap/foundation-logger": "14.92.3-beta.de92271.1",
83
+ "@genesislcap/foundation-ui": "14.92.3-beta.de92271.1",
84
+ "@genesislcap/foundation-utils": "14.92.3-beta.de92271.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": "cff146f4f8b582b0992839560dc7538e923fd13e"
101
+ "gitHead": "9dcdd4ff03889b4560071657cec914cd6b609971"
102
102
  }