@elliemae/ds-form-input-textarea 3.22.0-next.0 → 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.
@@ -469,4 +469,9 @@ export declare const propTypes: {
469
469
  vocab: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
470
470
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
471
471
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
472
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
473
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
474
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
475
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
476
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
472
477
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-input-textarea",
3
- "version": "3.22.0-next.0",
3
+ "version": "3.22.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Input Textarea",
6
6
  "files": [
@@ -35,9 +35,9 @@
35
35
  "indent": 4
36
36
  },
37
37
  "dependencies": {
38
- "@elliemae/ds-props-helpers": "3.22.0-next.0",
39
- "@elliemae/ds-system": "3.22.0-next.0",
40
- "@elliemae/ds-utilities": "3.22.0-next.0"
38
+ "@elliemae/ds-props-helpers": "3.22.0-next.1",
39
+ "@elliemae/ds-system": "3.22.0-next.1",
40
+ "@elliemae/ds-utilities": "3.22.0-next.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@elliemae/pui-theme": "~2.7.0",