@notificationapi/react 0.0.15 → 0.0.16

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.
@@ -4535,14 +4535,14 @@ const pu = Un.div`
4535
4535
  dangerouslySetInnerHTML: { __html: e.notification.title }
4536
4536
  }
4537
4537
  ) }) }),
4538
+ e.extraRenderer && /* @__PURE__ */ oe("div", { children: e.extraRenderer(e.notification) }),
4538
4539
  /* @__PURE__ */ oe("div", { children: /* @__PURE__ */ oe(or.Text, { type: "secondary", style: { fontSize: 12 }, children: /* @__PURE__ */ oe(
4539
4540
  st,
4540
4541
  {
4541
4542
  date: new Date(e.notification.date).getTime(),
4542
4543
  locale: "en-US"
4543
4544
  }
4544
- ) }) }),
4545
- e.extraRenderer && /* @__PURE__ */ oe("div", { children: e.extraRenderer(e.notification) })
4545
+ ) }) })
4546
4546
  ]
4547
4547
  }
4548
4548
  ),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@notificationapi/react",
3
3
  "private": false,
4
- "version": "0.0.15",
4
+ "version": "0.0.16",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",