@elliemae/ds-tabs 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.
@@ -516,5 +516,10 @@ export declare const tabsPropTypes: {
516
516
  vocab: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
517
517
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
518
518
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
519
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
520
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
521
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
522
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
523
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").ReactDescT;
519
524
  };
520
525
  export declare const tabsDefaultProps: DSTabsT.DefaultProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tabs",
3
- "version": "3.21.2",
3
+ "version": "3.22.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tabs",
6
6
  "files": [
@@ -133,12 +133,12 @@
133
133
  "dependencies": {
134
134
  "@react-hook/resize-observer": "~1.2.6",
135
135
  "react-swipeable-views": "~0.14.0",
136
- "@elliemae/ds-button-v2": "3.21.2",
137
- "@elliemae/ds-icon": "3.21.2",
138
- "@elliemae/ds-props-helpers": "3.21.2",
139
- "@elliemae/ds-system": "3.21.2",
140
- "@elliemae/ds-utilities": "3.21.2",
141
- "@elliemae/ds-icons": "3.21.2"
136
+ "@elliemae/ds-button-v2": "3.22.0-next.1",
137
+ "@elliemae/ds-icon": "3.22.0-next.1",
138
+ "@elliemae/ds-icons": "3.22.0-next.1",
139
+ "@elliemae/ds-props-helpers": "3.22.0-next.1",
140
+ "@elliemae/ds-system": "3.22.0-next.1",
141
+ "@elliemae/ds-utilities": "3.22.0-next.1"
142
142
  },
143
143
  "devDependencies": {
144
144
  "@testing-library/jest-dom": "~5.16.5",