@genesislcap/foundation-zero 14.191.0 → 14.192.0-accessibility.2

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.
@@ -22529,15 +22529,6 @@
22529
22529
  "module": "src/multiselect/multiselect.ts"
22530
22530
  }
22531
22531
  },
22532
- {
22533
- "kind": "field",
22534
- "name": "isAllSelected",
22535
- "readonly": true,
22536
- "inheritedFrom": {
22537
- "name": "Multiselect",
22538
- "module": "src/multiselect/multiselect.ts"
22539
- }
22540
- },
22541
22532
  {
22542
22533
  "kind": "field",
22543
22534
  "name": "isAllOptionsDisabled",
@@ -22593,6 +22584,28 @@
22593
22584
  "module": "src/multiselect/multiselect.ts"
22594
22585
  }
22595
22586
  },
22587
+ {
22588
+ "kind": "method",
22589
+ "name": "checkboxKeyDown",
22590
+ "parameters": [
22591
+ {
22592
+ "name": "normalizedOption",
22593
+ "type": {
22594
+ "text": "MultiselectOption"
22595
+ }
22596
+ },
22597
+ {
22598
+ "name": "event",
22599
+ "type": {
22600
+ "text": "KeyboardEvent"
22601
+ }
22602
+ }
22603
+ ],
22604
+ "inheritedFrom": {
22605
+ "name": "Multiselect",
22606
+ "module": "src/multiselect/multiselect.ts"
22607
+ }
22608
+ },
22596
22609
  {
22597
22610
  "kind": "method",
22598
22611
  "name": "getEnabledOptionsCount",
@@ -22682,6 +22695,27 @@
22682
22695
  "module": "src/multiselect/multiselect.ts"
22683
22696
  }
22684
22697
  },
22698
+ {
22699
+ "kind": "method",
22700
+ "name": "keydownHandler",
22701
+ "return": {
22702
+ "type": {
22703
+ "text": "boolean | void"
22704
+ }
22705
+ },
22706
+ "parameters": [
22707
+ {
22708
+ "name": "e",
22709
+ "type": {
22710
+ "text": "Event & KeyboardEvent"
22711
+ }
22712
+ }
22713
+ ],
22714
+ "inheritedFrom": {
22715
+ "name": "Multiselect",
22716
+ "module": "src/multiselect/multiselect.ts"
22717
+ }
22718
+ },
22685
22719
  {
22686
22720
  "kind": "field",
22687
22721
  "name": "_presentation",
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.191.0",
4
+ "version": "14.192.0-accessibility.2",
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.191.0",
79
- "@genesislcap/rollup-builder": "14.191.0",
80
- "@genesislcap/ts-builder": "14.191.0",
81
- "@genesislcap/uvu-playwright-builder": "14.191.0",
82
- "@genesislcap/vite-builder": "14.191.0",
83
- "@genesislcap/webpack-builder": "14.191.0",
78
+ "@genesislcap/genx": "14.192.0-accessibility.2",
79
+ "@genesislcap/rollup-builder": "14.192.0-accessibility.2",
80
+ "@genesislcap/ts-builder": "14.192.0-accessibility.2",
81
+ "@genesislcap/uvu-playwright-builder": "14.192.0-accessibility.2",
82
+ "@genesislcap/vite-builder": "14.192.0-accessibility.2",
83
+ "@genesislcap/webpack-builder": "14.192.0-accessibility.2",
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.191.0",
102
- "@genesislcap/foundation-logger": "14.191.0",
103
- "@genesislcap/foundation-ui": "14.191.0",
104
- "@genesislcap/foundation-utils": "14.191.0",
101
+ "@genesislcap/foundation-comms": "14.192.0-accessibility.2",
102
+ "@genesislcap/foundation-logger": "14.192.0-accessibility.2",
103
+ "@genesislcap/foundation-ui": "14.192.0-accessibility.2",
104
+ "@genesislcap/foundation-utils": "14.192.0-accessibility.2",
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": "6cd41bf74649398b357228b168d779a5f86a55c8"
121
+ "gitHead": "b127a4e9702b04ebed2f1428ce86c4f740d5de10"
122
122
  }