@genesislcap/rapid-design-system 14.403.0 → 14.406.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.
@@ -35288,6 +35288,18 @@
35288
35288
  "package": "@genesislcap/foundation-ui"
35289
35289
  },
35290
35290
  "attributes": [
35291
+ {
35292
+ "type": {
35293
+ "text": "boolean"
35294
+ },
35295
+ "default": "false",
35296
+ "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
35297
+ "fieldName": "scrollable",
35298
+ "inheritedFrom": {
35299
+ "name": "Tabs",
35300
+ "module": "src/tabs/tabs.ts"
35301
+ }
35302
+ },
35291
35303
  {
35292
35304
  "name": "orientation",
35293
35305
  "type": {
@@ -35311,21 +35323,23 @@
35311
35323
  "name": "Tabs",
35312
35324
  "module": "src/tabs/tabs.ts"
35313
35325
  }
35314
- },
35326
+ }
35327
+ ],
35328
+ "members": [
35315
35329
  {
35330
+ "kind": "field",
35331
+ "name": "scrollable",
35316
35332
  "type": {
35317
35333
  "text": "boolean"
35318
35334
  },
35319
- "default": "true",
35320
- "description": "Whether or not to show the active indicator",
35321
- "fieldName": "activeindicator",
35335
+ "default": "false",
35336
+ "description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
35337
+ "privacy": "public",
35322
35338
  "inheritedFrom": {
35323
35339
  "name": "Tabs",
35324
35340
  "module": "src/tabs/tabs.ts"
35325
35341
  }
35326
- }
35327
- ],
35328
- "members": [
35342
+ },
35329
35343
  {
35330
35344
  "kind": "field",
35331
35345
  "name": "currentTabIndex",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.403.0",
4
+ "version": "14.406.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,17 +35,17 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
38
- "@genesislcap/genx": "14.403.0",
39
- "@genesislcap/rollup-builder": "14.403.0",
40
- "@genesislcap/ts-builder": "14.403.0",
41
- "@genesislcap/uvu-playwright-builder": "14.403.0",
42
- "@genesislcap/vite-builder": "14.403.0",
43
- "@genesislcap/webpack-builder": "14.403.0"
38
+ "@genesislcap/genx": "14.406.0",
39
+ "@genesislcap/rollup-builder": "14.406.0",
40
+ "@genesislcap/ts-builder": "14.406.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.406.0",
42
+ "@genesislcap/vite-builder": "14.406.0",
43
+ "@genesislcap/webpack-builder": "14.406.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.403.0",
47
- "@genesislcap/foundation-ui": "14.403.0",
48
- "@genesislcap/foundation-utils": "14.403.0",
46
+ "@genesislcap/foundation-logger": "14.406.0",
47
+ "@genesislcap/foundation-ui": "14.406.0",
48
+ "@genesislcap/foundation-utils": "14.406.0",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@microsoft/fast-element": "1.14.0",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "9e1e2d8c0309a4b540c65de0ebf8acd44f4ce73b"
65
+ "gitHead": "69e2b4662605a6e5e60efe537b8871a7e0c00f44"
66
66
  }