@genesislcap/foundation-zero 14.403.0 → 14.405.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.
@@ -38521,6 +38521,18 @@
38521
38521
  "tagName": "%%prefix%%-tabs",
38522
38522
  "customElement": true,
38523
38523
  "attributes": [
38524
+ {
38525
+ "type": {
38526
+ "text": "boolean"
38527
+ },
38528
+ "default": "false",
38529
+ "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
38530
+ "fieldName": "scrollable",
38531
+ "inheritedFrom": {
38532
+ "name": "Tabs",
38533
+ "module": "src/tabs/tabs.ts"
38534
+ }
38535
+ },
38524
38536
  {
38525
38537
  "name": "orientation",
38526
38538
  "type": {
@@ -38544,21 +38556,23 @@
38544
38556
  "name": "Tabs",
38545
38557
  "module": "src/tabs/tabs.ts"
38546
38558
  }
38547
- },
38559
+ }
38560
+ ],
38561
+ "members": [
38548
38562
  {
38563
+ "kind": "field",
38564
+ "name": "scrollable",
38549
38565
  "type": {
38550
38566
  "text": "boolean"
38551
38567
  },
38552
- "default": "true",
38553
- "description": "Whether or not to show the active indicator",
38554
- "fieldName": "activeindicator",
38568
+ "default": "false",
38569
+ "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
38570
+ "privacy": "public",
38555
38571
  "inheritedFrom": {
38556
38572
  "name": "Tabs",
38557
38573
  "module": "src/tabs/tabs.ts"
38558
38574
  }
38559
- }
38560
- ],
38561
- "members": [
38575
+ },
38562
38576
  {
38563
38577
  "kind": "field",
38564
38578
  "name": "currentTabIndex",
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.403.0",
4
+ "version": "14.405.0",
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.403.0",
77
- "@genesislcap/rollup-builder": "14.403.0",
78
- "@genesislcap/ts-builder": "14.403.0",
79
- "@genesislcap/uvu-playwright-builder": "14.403.0",
80
- "@genesislcap/vite-builder": "14.403.0",
81
- "@genesislcap/webpack-builder": "14.403.0"
76
+ "@genesislcap/genx": "14.405.0",
77
+ "@genesislcap/rollup-builder": "14.405.0",
78
+ "@genesislcap/ts-builder": "14.405.0",
79
+ "@genesislcap/uvu-playwright-builder": "14.405.0",
80
+ "@genesislcap/vite-builder": "14.405.0",
81
+ "@genesislcap/webpack-builder": "14.405.0"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.403.0",
85
- "@genesislcap/foundation-logger": "14.403.0",
86
- "@genesislcap/foundation-ui": "14.403.0",
87
- "@genesislcap/foundation-utils": "14.403.0",
84
+ "@genesislcap/foundation-comms": "14.405.0",
85
+ "@genesislcap/foundation-logger": "14.405.0",
86
+ "@genesislcap/foundation-ui": "14.405.0",
87
+ "@genesislcap/foundation-utils": "14.405.0",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@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": "9e1e2d8c0309a4b540c65de0ebf8acd44f4ce73b"
103
+ "gitHead": "90757d4adb4c7b20ee266e0add3126dd76cb6398"
104
104
  }