@genesislcap/foundation-zero 14.244.3 → 14.245.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.
@@ -31347,6 +31347,19 @@
31347
31347
  }
31348
31348
  ],
31349
31349
  "members": [
31350
+ {
31351
+ "kind": "field",
31352
+ "name": "currentTabIndex",
31353
+ "type": {
31354
+ "text": "number | undefined"
31355
+ },
31356
+ "description": "A zero-index number representing the active tab",
31357
+ "readonly": true,
31358
+ "inheritedFrom": {
31359
+ "name": "Tabs",
31360
+ "module": "src/tabs/tabs.ts"
31361
+ }
31362
+ },
31350
31363
  {
31351
31364
  "kind": "field",
31352
31365
  "name": "orientation",
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.244.3",
4
+ "version": "14.245.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -71,19 +71,19 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
74
- "@genesislcap/genx": "14.244.3",
75
- "@genesislcap/rollup-builder": "14.244.3",
76
- "@genesislcap/ts-builder": "14.244.3",
77
- "@genesislcap/uvu-playwright-builder": "14.244.3",
78
- "@genesislcap/vite-builder": "14.244.3",
79
- "@genesislcap/webpack-builder": "14.244.3",
74
+ "@genesislcap/genx": "14.245.0",
75
+ "@genesislcap/rollup-builder": "14.245.0",
76
+ "@genesislcap/ts-builder": "14.245.0",
77
+ "@genesislcap/uvu-playwright-builder": "14.245.0",
78
+ "@genesislcap/vite-builder": "14.245.0",
79
+ "@genesislcap/webpack-builder": "14.245.0",
80
80
  "rimraf": "^5.0.0"
81
81
  },
82
82
  "dependencies": {
83
- "@genesislcap/foundation-comms": "14.244.3",
84
- "@genesislcap/foundation-logger": "14.244.3",
85
- "@genesislcap/foundation-ui": "14.244.3",
86
- "@genesislcap/foundation-utils": "14.244.3",
83
+ "@genesislcap/foundation-comms": "14.245.0",
84
+ "@genesislcap/foundation-logger": "14.245.0",
85
+ "@genesislcap/foundation-ui": "14.245.0",
86
+ "@genesislcap/foundation-utils": "14.245.0",
87
87
  "@microsoft/fast-colors": "5.3.1",
88
88
  "@microsoft/fast-components": "2.30.6",
89
89
  "@microsoft/fast-element": "1.14.0",
@@ -100,5 +100,5 @@
100
100
  "access": "public"
101
101
  },
102
102
  "customElements": "dist/custom-elements.json",
103
- "gitHead": "c4f2b114e38e7e3aedaa8f72a6643770a8d8652b"
103
+ "gitHead": "41c6641015bcd50a29d6619f86982503f0c217fb"
104
104
  }