@elliemae/ds-notification-badge 3.51.0-rc.8 → 3.51.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.
package/dist/cjs/index.js CHANGED
@@ -27,13 +27,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
- var src_exports = {};
31
- __export(src_exports, {
32
- default: () => src_default
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
+ default: () => index_default
33
33
  });
34
- module.exports = __toCommonJS(src_exports);
34
+ module.exports = __toCommonJS(index_exports);
35
35
  var React = __toESM(require("react"));
36
36
  var import_NotificationBadge = require("./NotificationBadge.js");
37
- __reExport(src_exports, require("./NotificationBadge.js"), module.exports);
38
- var src_default = import_NotificationBadge.NotificationBadge;
37
+ __reExport(index_exports, require("./NotificationBadge.js"), module.exports);
38
+ var index_default = import_NotificationBadge.NotificationBadge;
39
39
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["import { NotificationBadge } from './NotificationBadge.js';\n\nexport default NotificationBadge;\nexport * from './NotificationBadge.js';\nexport type { DSNotificationBadgeT } from './react-desc-prop-types.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,+BAAkC;AAGlC,wBAAc,mCAHd;AAEA,IAAO,cAAQ;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,+BAAkC;AAGlC,0BAAc,mCAHd;AAEA,IAAO,gBAAQ;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as React from "react";
2
2
  import { NotificationBadge } from "./NotificationBadge.js";
3
- var src_default = NotificationBadge;
3
+ var index_default = NotificationBadge;
4
4
  export * from "./NotificationBadge.js";
5
5
  export {
6
- src_default as default
6
+ index_default as default
7
7
  };
8
8
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { NotificationBadge } from './NotificationBadge.js';\n\nexport default NotificationBadge;\nexport * from './NotificationBadge.js';\nexport type { DSNotificationBadgeT } from './react-desc-prop-types.js';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,yBAAyB;AAElC,IAAO,cAAQ;AACf,cAAc;",
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,yBAAyB;AAElC,IAAO,gBAAQ;AACf,cAAc;",
6
6
  "names": []
7
7
  }
@@ -401,4 +401,6 @@ export declare const NotificationBadgePropTypes: {
401
401
  'aria-colindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
402
402
  'aria-description': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
403
403
  'aria-rowindextext': import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
404
+ part: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
405
+ exportparts: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
404
406
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-notification-badge",
3
- "version": "3.51.0-rc.8",
3
+ "version": "3.51.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Notification Badge",
6
6
  "files": [
@@ -36,15 +36,15 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/pui-theme": "~2.10.0",
40
- "@elliemae/ds-props-helpers": "3.51.0-rc.8",
41
- "@elliemae/ds-system": "3.51.0-rc.8"
39
+ "@elliemae/pui-theme": "~2.11.0",
40
+ "@elliemae/ds-props-helpers": "3.51.1",
41
+ "@elliemae/ds-system": "3.51.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@elliemae/pui-cli": "9.0.0-next.55",
45
45
  "jest": "~29.7.0",
46
46
  "styled-components": "~5.3.9",
47
- "@elliemae/ds-monorepo-devops": "3.51.0-rc.8"
47
+ "@elliemae/ds-monorepo-devops": "3.51.1"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": "^18.3.1",