@genesislcap/foundation-zero 14.484.0 → 14.484.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.
@@ -27235,7 +27235,7 @@
27235
27235
  "kind": "field",
27236
27236
  "name": "dataSub",
27237
27237
  "type": {
27238
- "text": "Subscription"
27238
+ "text": "Subscription | undefined"
27239
27239
  },
27240
27240
  "privacy": "protected",
27241
27241
  "inheritedFrom": {
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.484.0",
4
+ "version": "14.484.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -73,18 +73,18 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
76
- "@genesislcap/genx": "14.484.0",
77
- "@genesislcap/rollup-builder": "14.484.0",
78
- "@genesislcap/ts-builder": "14.484.0",
79
- "@genesislcap/uvu-playwright-builder": "14.484.0",
80
- "@genesislcap/vite-builder": "14.484.0",
81
- "@genesislcap/webpack-builder": "14.484.0"
76
+ "@genesislcap/genx": "14.484.1",
77
+ "@genesislcap/rollup-builder": "14.484.1",
78
+ "@genesislcap/ts-builder": "14.484.1",
79
+ "@genesislcap/uvu-playwright-builder": "14.484.1",
80
+ "@genesislcap/vite-builder": "14.484.1",
81
+ "@genesislcap/webpack-builder": "14.484.1"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.484.0",
85
- "@genesislcap/foundation-logger": "14.484.0",
86
- "@genesislcap/foundation-ui": "14.484.0",
87
- "@genesislcap/foundation-utils": "14.484.0",
84
+ "@genesislcap/foundation-comms": "14.484.1",
85
+ "@genesislcap/foundation-logger": "14.484.1",
86
+ "@genesislcap/foundation-ui": "14.484.1",
87
+ "@genesislcap/foundation-utils": "14.484.1",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@microsoft/fast-element": "1.14.0",
@@ -111,5 +111,5 @@
111
111
  "require": "./dist/react.cjs"
112
112
  }
113
113
  },
114
- "gitHead": "1ec7b2318e2447c2cd3ad877666b6fd1f3b87c05"
114
+ "gitHead": "805c947c8df90977fa68f5da82e358de498ada51"
115
115
  }