@elliemae/ds-button-v2 3.21.2 → 3.22.0-next.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.
@@ -473,4 +473,9 @@ export declare const DSButtonPropTypes: {
473
473
  vocab: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
474
474
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
475
475
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
476
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
477
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
478
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
479
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
480
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
476
481
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-button-v2",
3
- "version": "3.21.2",
3
+ "version": "3.22.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Button",
6
6
  "files": [
@@ -63,9 +63,9 @@
63
63
  "indent": 4
64
64
  },
65
65
  "dependencies": {
66
- "@elliemae/ds-props-helpers": "3.21.2",
67
- "@elliemae/ds-system": "3.21.2",
68
- "@elliemae/ds-utilities": "3.21.2"
66
+ "@elliemae/ds-props-helpers": "3.22.0-next.1",
67
+ "@elliemae/ds-system": "3.22.0-next.1",
68
+ "@elliemae/ds-utilities": "3.22.0-next.1"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@testing-library/jest-dom": "~5.16.5",