@genesislcap/foundation-zero 14.192.0-accessibility.2 → 14.192.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.
@@ -22529,6 +22529,15 @@
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
+ },
22532
22541
  {
22533
22542
  "kind": "field",
22534
22543
  "name": "isAllOptionsDisabled",
@@ -22584,28 +22593,6 @@
22584
22593
  "module": "src/multiselect/multiselect.ts"
22585
22594
  }
22586
22595
  },
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
- },
22609
22596
  {
22610
22597
  "kind": "method",
22611
22598
  "name": "getEnabledOptionsCount",
@@ -22695,27 +22682,6 @@
22695
22682
  "module": "src/multiselect/multiselect.ts"
22696
22683
  }
22697
22684
  },
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
- },
22719
22685
  {
22720
22686
  "kind": "field",
22721
22687
  "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.192.0-accessibility.2",
4
+ "version": "14.192.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.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",
78
+ "@genesislcap/genx": "14.192.1",
79
+ "@genesislcap/rollup-builder": "14.192.1",
80
+ "@genesislcap/ts-builder": "14.192.1",
81
+ "@genesislcap/uvu-playwright-builder": "14.192.1",
82
+ "@genesislcap/vite-builder": "14.192.1",
83
+ "@genesislcap/webpack-builder": "14.192.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.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",
101
+ "@genesislcap/foundation-comms": "14.192.1",
102
+ "@genesislcap/foundation-logger": "14.192.1",
103
+ "@genesislcap/foundation-ui": "14.192.1",
104
+ "@genesislcap/foundation-utils": "14.192.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": "b127a4e9702b04ebed2f1428ce86c4f740d5de10"
121
+ "gitHead": "a29aa171eb4bd0a83c1787bdcfb0351f77ff0cc5"
122
122
  }