@notificationapi/react 0.0.23 → 0.0.24
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/assets/Inbox.js
CHANGED
|
@@ -7323,7 +7323,15 @@ const Vp = ds.div`
|
|
|
7323
7323
|
flexGrow: 1
|
|
7324
7324
|
},
|
|
7325
7325
|
children: [
|
|
7326
|
-
/* @__PURE__ */ ve("div", { children: /* @__PURE__ */ ve(
|
|
7326
|
+
/* @__PURE__ */ ve("div", { children: /* @__PURE__ */ ve(
|
|
7327
|
+
cn.Text,
|
|
7328
|
+
{
|
|
7329
|
+
style: {
|
|
7330
|
+
whiteSpace: "pre-line"
|
|
7331
|
+
},
|
|
7332
|
+
children: /* @__PURE__ */ ve("span", { dangerouslySetInnerHTML: { __html: o } })
|
|
7333
|
+
}
|
|
7334
|
+
) }),
|
|
7327
7335
|
/* @__PURE__ */ ve("div", { children: /* @__PURE__ */ ve(cn.Text, { type: "secondary", style: { fontSize: 12 }, children: /* @__PURE__ */ ve(Bt, { date: new Date(y).getTime(), locale: "en-US" }) }) })
|
|
7328
7336
|
]
|
|
7329
7337
|
}
|