@genesislcap/foundation-zero 14.126.0 → 14.127.0

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.
@@ -30076,6 +30076,15 @@
30076
30076
  "module": "src/tabs/tabs.ts"
30077
30077
  }
30078
30078
  },
30079
+ {
30080
+ "kind": "field",
30081
+ "name": "isHiddenElement",
30082
+ "privacy": "private",
30083
+ "inheritedFrom": {
30084
+ "name": "Tabs",
30085
+ "module": "src/tabs/tabs.ts"
30086
+ }
30087
+ },
30079
30088
  {
30080
30089
  "kind": "field",
30081
30090
  "name": "isFocusableElement",
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.126.0",
4
+ "version": "14.127.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.126.0",
70
+ "@genesislcap/genx": "14.127.0",
71
71
  "@storybook/addon-coverage": "^1.0.0",
72
72
  "@storybook/addon-essentials": "^7.5.3",
73
73
  "@storybook/addon-links": "^7.5.3",
@@ -82,15 +82,15 @@
82
82
  "storybook": "^7.5.3"
83
83
  },
84
84
  "dependencies": {
85
- "@genesislcap/foundation-comms": "14.126.0",
86
- "@genesislcap/foundation-logger": "14.126.0",
87
- "@genesislcap/foundation-ui": "14.126.0",
88
- "@genesislcap/foundation-utils": "14.126.0",
89
- "@microsoft/fast-colors": "^5.1.4",
90
- "@microsoft/fast-components": "^2.21.3",
91
- "@microsoft/fast-element": "^1.7.0",
92
- "@microsoft/fast-foundation": "^2.33.2",
93
- "@microsoft/fast-web-utilities": "^5.0.2",
85
+ "@genesislcap/foundation-comms": "14.127.0",
86
+ "@genesislcap/foundation-logger": "14.127.0",
87
+ "@genesislcap/foundation-ui": "14.127.0",
88
+ "@genesislcap/foundation-utils": "14.127.0",
89
+ "@microsoft/fast-colors": "^5.3.1",
90
+ "@microsoft/fast-components": "^2.30.6",
91
+ "@microsoft/fast-element": "^1.12.0",
92
+ "@microsoft/fast-foundation": "^2.49.4",
93
+ "@microsoft/fast-web-utilities": "^5.4.1",
94
94
  "tslib": "^2.3.1"
95
95
  },
96
96
  "repository": {
@@ -102,5 +102,5 @@
102
102
  "access": "public"
103
103
  },
104
104
  "customElements": "dist/custom-elements.json",
105
- "gitHead": "726c78d9ec85c2d1b308d070eb090db8b68e421d"
105
+ "gitHead": "9dab321ca616a32643b29abc699626e973a3ac8f"
106
106
  }