@elliemae/ds-notification-badge 3.17.0-next.10 → 3.17.0-next.12

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.
@@ -345,6 +345,7 @@ export declare const NotificationBadgePropTypes: {
345
345
  radioGroup: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
346
346
  readOnly: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
347
347
  rel: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
348
+ rev: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
348
349
  required: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
349
350
  resource: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
350
351
  results: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-notification-badge",
3
- "version": "3.17.0-next.10",
3
+ "version": "3.17.0-next.12",
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.17.0-next.10",
52
- "@elliemae/ds-system": "3.17.0-next.10"
51
+ "@elliemae/ds-props-helpers": "3.17.0-next.12",
52
+ "@elliemae/ds-system": "3.17.0-next.12"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@testing-library/react": "~12.1.3",