@genesislcap/foundation-zero 14.244.2 → 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.
@@ -24187,13 +24187,13 @@
24187
24187
  {
24188
24188
  "name": "autocomplete",
24189
24189
  "type": {
24190
- "text": "ComboboxAutocomplete"
24190
+ "text": "ComboboxAutocomplete | undefined"
24191
24191
  },
24192
- "fieldName": "autocomplete",
24193
24192
  "description": "The autocomplete attribute.",
24193
+ "fieldName": "autocomplete",
24194
24194
  "inheritedFrom": {
24195
- "name": "Combobox",
24196
- "module": "src/combobox/combobox.ts"
24195
+ "name": "SearchBarCombobox",
24196
+ "module": "src/search-bar/search-bar-combobox.ts"
24197
24197
  }
24198
24198
  },
24199
24199
  {
@@ -24286,6 +24286,19 @@
24286
24286
  "module": "src/combobox/combobox.ts"
24287
24287
  }
24288
24288
  },
24289
+ {
24290
+ "name": "filter-mode",
24291
+ "type": {
24292
+ "text": "'contains' | 'startsWith'"
24293
+ },
24294
+ "default": "'startsWith'",
24295
+ "description": "Controls whether to filter by contains or startsWith",
24296
+ "fieldName": "filterMode",
24297
+ "inheritedFrom": {
24298
+ "name": "Combobox",
24299
+ "module": "src/combobox/combobox.ts"
24300
+ }
24301
+ },
24289
24302
  {
24290
24303
  "name": "scroll-to-selected-when-opening",
24291
24304
  "type": {
@@ -24447,13 +24460,13 @@
24447
24460
  "kind": "field",
24448
24461
  "name": "autocomplete",
24449
24462
  "type": {
24450
- "text": "ComboboxAutocomplete"
24463
+ "text": "ComboboxAutocomplete | undefined"
24451
24464
  },
24452
24465
  "description": "The autocomplete attribute.",
24453
24466
  "privacy": "public",
24454
24467
  "inheritedFrom": {
24455
- "name": "Combobox",
24456
- "module": "src/combobox/combobox.ts"
24468
+ "name": "SearchBarCombobox",
24469
+ "module": "src/search-bar/search-bar-combobox.ts"
24457
24470
  }
24458
24471
  },
24459
24472
  {
@@ -25034,6 +25047,20 @@
25034
25047
  "module": "src/combobox/combobox.ts"
25035
25048
  }
25036
25049
  },
25050
+ {
25051
+ "kind": "field",
25052
+ "name": "filterMode",
25053
+ "type": {
25054
+ "text": "'contains' | 'startsWith'"
25055
+ },
25056
+ "privacy": "public",
25057
+ "default": "'startsWith'",
25058
+ "description": "Controls whether to filter by contains or startsWith",
25059
+ "inheritedFrom": {
25060
+ "name": "Combobox",
25061
+ "module": "src/combobox/combobox.ts"
25062
+ }
25063
+ },
25037
25064
  {
25038
25065
  "kind": "field",
25039
25066
  "name": "scrollToSelectedWhenOpening",
@@ -31320,6 +31347,19 @@
31320
31347
  }
31321
31348
  ],
31322
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
+ },
31323
31363
  {
31324
31364
  "kind": "field",
31325
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.2",
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.2",
75
- "@genesislcap/rollup-builder": "14.244.2",
76
- "@genesislcap/ts-builder": "14.244.2",
77
- "@genesislcap/uvu-playwright-builder": "14.244.2",
78
- "@genesislcap/vite-builder": "14.244.2",
79
- "@genesislcap/webpack-builder": "14.244.2",
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.2",
84
- "@genesislcap/foundation-logger": "14.244.2",
85
- "@genesislcap/foundation-ui": "14.244.2",
86
- "@genesislcap/foundation-utils": "14.244.2",
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": "bbdc6bc6f339cb6b58d55b1337579e445769b61e"
103
+ "gitHead": "41c6641015bcd50a29d6619f86982503f0c217fb"
104
104
  }