@kashifd/jwero-components 0.6.67 → 0.6.68
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/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -49778,7 +49778,7 @@ const nz = (e, t = 10) => {
|
|
|
49778
49778
|
}
|
|
49779
49779
|
}
|
|
49780
49780
|
),
|
|
49781
|
-
/* @__PURE__ */ x.jsx(xt, { variant: "lRegular", children: nz(t) }),
|
|
49781
|
+
/* @__PURE__ */ x.jsx(xt, { variant: "lRegular", sx: { whiteSpace: "nowrap" }, children: nz(t) }),
|
|
49782
49782
|
(e == null ? void 0 : e.length) > 1 && /* @__PURE__ */ x.jsxs(xt, { variant: "lRegular", sx: { color: rt.colors.secondary, whiteSpace: "nowrap" }, children: [
|
|
49783
49783
|
"+",
|
|
49784
49784
|
" ",
|
|
@@ -60374,7 +60374,7 @@ const Kz = ({
|
|
|
60374
60374
|
const [m, v] = ln({
|
|
60375
60375
|
title: e,
|
|
60376
60376
|
note_text: t,
|
|
60377
|
-
attachments:
|
|
60377
|
+
attachments: r
|
|
60378
60378
|
}), w = Ld(null);
|
|
60379
60379
|
function T(H) {
|
|
60380
60380
|
return H.map((M) => {
|