@elliemae/ds-form-combobox 3.22.0-next.0 → 3.22.0-next.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.
@@ -449,4 +449,9 @@ export declare const ComboboxPropTypes: {
449
449
  width: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
450
450
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
451
451
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
452
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
453
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
454
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
455
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
456
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
452
457
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-combobox",
3
- "version": "3.22.0-next.0",
3
+ "version": "3.22.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Combobox",
6
6
  "files": [
@@ -37,18 +37,18 @@
37
37
  "dependencies": {
38
38
  "react-virtual": "~2.10.4",
39
39
  "uid": "~2.0.1",
40
- "@elliemae/ds-button-v2": "3.22.0-next.0",
41
- "@elliemae/ds-circular-progress-indicator": "3.22.0-next.0",
42
- "@elliemae/ds-form-checkbox": "3.22.0-next.0",
43
- "@elliemae/ds-grid": "3.22.0-next.0",
44
- "@elliemae/ds-icons": "3.22.0-next.0",
45
- "@elliemae/ds-menu-items": "3.22.0-next.0",
46
- "@elliemae/ds-pills": "3.22.0-next.0",
47
- "@elliemae/ds-popperjs": "3.22.0-next.0",
48
- "@elliemae/ds-props-helpers": "3.22.0-next.0",
49
- "@elliemae/ds-system": "3.22.0-next.0",
50
- "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.0",
51
- "@elliemae/ds-utilities": "3.22.0-next.0"
40
+ "@elliemae/ds-button-v2": "3.22.0-next.2",
41
+ "@elliemae/ds-circular-progress-indicator": "3.22.0-next.2",
42
+ "@elliemae/ds-form-checkbox": "3.22.0-next.2",
43
+ "@elliemae/ds-grid": "3.22.0-next.2",
44
+ "@elliemae/ds-menu-items": "3.22.0-next.2",
45
+ "@elliemae/ds-icons": "3.22.0-next.2",
46
+ "@elliemae/ds-popperjs": "3.22.0-next.2",
47
+ "@elliemae/ds-props-helpers": "3.22.0-next.2",
48
+ "@elliemae/ds-pills": "3.22.0-next.2",
49
+ "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.2",
50
+ "@elliemae/ds-system": "3.22.0-next.2",
51
+ "@elliemae/ds-utilities": "3.22.0-next.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@elliemae/pui-theme": "~2.7.0",
@@ -59,7 +59,7 @@
59
59
  "jest-axe": "^7.0.1",
60
60
  "styled-components": "~5.3.9",
61
61
  "styled-system": "~5.1.5",
62
- "@elliemae/ds-form-helpers-mask-hooks": "3.22.0-next.0"
62
+ "@elliemae/ds-form-helpers-mask-hooks": "3.22.0-next.2"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@elliemae/pui-theme": "~2.7.0",