@genesislcap/foundation-zero 14.211.0 → 14.211.1

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.
@@ -26005,6 +26005,32 @@
26005
26005
  "name": "Combobox",
26006
26006
  "module": "src/combobox/combobox.ts"
26007
26007
  }
26008
+ },
26009
+ {
26010
+ "name": "scroll-to-selected-when-opening",
26011
+ "type": {
26012
+ "text": "boolean"
26013
+ },
26014
+ "default": "false",
26015
+ "description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened",
26016
+ "fieldName": "scrollToSelectedWhenOpening",
26017
+ "inheritedFrom": {
26018
+ "name": "Combobox",
26019
+ "module": "src/combobox/combobox.ts"
26020
+ }
26021
+ },
26022
+ {
26023
+ "name": "scroll-when-selection-changes",
26024
+ "type": {
26025
+ "text": "boolean"
26026
+ },
26027
+ "default": "false",
26028
+ "description": "Controls whether the combobox should scroll to the selected option when the selection changes",
26029
+ "fieldName": "scrollWhenSelectionChanges",
26030
+ "inheritedFrom": {
26031
+ "name": "Combobox",
26032
+ "module": "src/combobox/combobox.ts"
26033
+ }
26008
26034
  }
26009
26035
  ],
26010
26036
  "members": [
@@ -26629,6 +26655,15 @@
26629
26655
  "module": "src/combobox/combobox.ts"
26630
26656
  }
26631
26657
  },
26658
+ {
26659
+ "kind": "field",
26660
+ "name": "activeDescendant",
26661
+ "readonly": true,
26662
+ "inheritedFrom": {
26663
+ "name": "Combobox",
26664
+ "module": "src/combobox/combobox.ts"
26665
+ }
26666
+ },
26632
26667
  {
26633
26668
  "kind": "field",
26634
26669
  "name": "slottedDatasource",
@@ -26719,6 +26754,58 @@
26719
26754
  "module": "src/combobox/combobox.ts"
26720
26755
  }
26721
26756
  },
26757
+ {
26758
+ "kind": "field",
26759
+ "name": "scrollToSelectedWhenOpening",
26760
+ "type": {
26761
+ "text": "boolean"
26762
+ },
26763
+ "default": "false",
26764
+ "description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened",
26765
+ "inheritedFrom": {
26766
+ "name": "Combobox",
26767
+ "module": "src/combobox/combobox.ts"
26768
+ }
26769
+ },
26770
+ {
26771
+ "kind": "field",
26772
+ "name": "scrollToSelectedWhenOpeningOptions",
26773
+ "type": {
26774
+ "text": "boolean | ScrollIntoViewOptions"
26775
+ },
26776
+ "default": "{\n behavior: 'auto',\n block: 'nearest',\n }",
26777
+ "description": "Options for scrolling to the selected option when the dropdown is opened",
26778
+ "inheritedFrom": {
26779
+ "name": "Combobox",
26780
+ "module": "src/combobox/combobox.ts"
26781
+ }
26782
+ },
26783
+ {
26784
+ "kind": "field",
26785
+ "name": "scrollWhenSelectionChanges",
26786
+ "type": {
26787
+ "text": "boolean"
26788
+ },
26789
+ "default": "false",
26790
+ "description": "Controls whether the combobox should scroll to the selected option when the selection changes",
26791
+ "inheritedFrom": {
26792
+ "name": "Combobox",
26793
+ "module": "src/combobox/combobox.ts"
26794
+ }
26795
+ },
26796
+ {
26797
+ "kind": "field",
26798
+ "name": "scrollWhenSelectionChangesOptions",
26799
+ "type": {
26800
+ "text": "boolean | ScrollIntoViewOptions"
26801
+ },
26802
+ "default": "{\n behavior: 'auto',\n block: 'center',\n }",
26803
+ "description": "Options for scrolling to the selected option when the selection changes",
26804
+ "inheritedFrom": {
26805
+ "name": "Combobox",
26806
+ "module": "src/combobox/combobox.ts"
26807
+ }
26808
+ },
26722
26809
  {
26723
26810
  "kind": "method",
26724
26811
  "name": "slottedOptionsChanged",
@@ -26796,15 +26883,6 @@
26796
26883
  "module": "src/combobox/combobox.ts"
26797
26884
  }
26798
26885
  },
26799
- {
26800
- "kind": "field",
26801
- "name": "activeDescendant",
26802
- "readonly": true,
26803
- "inheritedFrom": {
26804
- "name": "Combobox",
26805
- "module": "src/combobox/combobox.ts"
26806
- }
26807
- },
26808
26886
  {
26809
26887
  "kind": "method",
26810
26888
  "name": "manuallyDispatchChangeEvent",
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.211.0",
4
+ "version": "14.211.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -75,12 +75,12 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
78
- "@genesislcap/genx": "14.211.0",
79
- "@genesislcap/rollup-builder": "14.211.0",
80
- "@genesislcap/ts-builder": "14.211.0",
81
- "@genesislcap/uvu-playwright-builder": "14.211.0",
82
- "@genesislcap/vite-builder": "14.211.0",
83
- "@genesislcap/webpack-builder": "14.211.0",
78
+ "@genesislcap/genx": "14.211.1",
79
+ "@genesislcap/rollup-builder": "14.211.1",
80
+ "@genesislcap/ts-builder": "14.211.1",
81
+ "@genesislcap/uvu-playwright-builder": "14.211.1",
82
+ "@genesislcap/vite-builder": "14.211.1",
83
+ "@genesislcap/webpack-builder": "14.211.1",
84
84
  "@storybook/addon-coverage": "^1.0.1",
85
85
  "@storybook/addon-essentials": "^8.0.0",
86
86
  "@storybook/addon-links": "^8.0.0",
@@ -98,10 +98,10 @@
98
98
  "storybook": "^8.0.0"
99
99
  },
100
100
  "dependencies": {
101
- "@genesislcap/foundation-comms": "14.211.0",
102
- "@genesislcap/foundation-logger": "14.211.0",
103
- "@genesislcap/foundation-ui": "14.211.0",
104
- "@genesislcap/foundation-utils": "14.211.0",
101
+ "@genesislcap/foundation-comms": "14.211.1",
102
+ "@genesislcap/foundation-logger": "14.211.1",
103
+ "@genesislcap/foundation-ui": "14.211.1",
104
+ "@genesislcap/foundation-utils": "14.211.1",
105
105
  "@microsoft/fast-colors": "^5.3.1",
106
106
  "@microsoft/fast-components": "^2.30.6",
107
107
  "@microsoft/fast-element": "^1.12.0",
@@ -118,5 +118,5 @@
118
118
  "access": "public"
119
119
  },
120
120
  "customElements": "dist/custom-elements.json",
121
- "gitHead": "2e84d374f5aef5e0211565f5069c7150b6561d6d"
121
+ "gitHead": "be6e09c6d022e7d13f5423c2c5aed363668711da"
122
122
  }