@elliemae/ds-notification-badge 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.
@@ -386,4 +386,9 @@ export declare const NotificationBadgePropTypes: {
386
386
  width: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
387
387
  wmode: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
388
388
  wrap: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
389
+ 'aria-braillelabel': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
390
+ 'aria-brailleroledescription': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
391
+ 'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
392
+ 'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
393
+ 'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
389
394
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-notification-badge",
3
- "version": "3.21.2",
3
+ "version": "3.22.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Notification Badge",
6
6
  "files": [
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@elliemae/pui-theme": "~2.7.0",
51
- "@elliemae/ds-props-helpers": "3.21.2",
52
- "@elliemae/ds-system": "3.21.2"
51
+ "@elliemae/ds-system": "3.22.0-next.1",
52
+ "@elliemae/ds-props-helpers": "3.22.0-next.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@testing-library/react": "~12.1.3",