@kashifd/jwero-components 0.5.68 → 0.5.70
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 +12 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -45902,9 +45902,9 @@ const n8 = ({
|
|
|
45902
45902
|
/* @__PURE__ */ k.jsx(k.Fragment, { children: /* @__PURE__ */ k.jsx(
|
|
45903
45903
|
so,
|
|
45904
45904
|
{
|
|
45905
|
-
value: E != null && E.startDate && (E != null && E.endDate) ? `${Kl(new Date(E.startDate), "MM/
|
|
45905
|
+
value: E != null && E.startDate && (E != null && E.endDate) ? `${Kl(new Date(E.startDate), "dd/MM/yyyy")} - ${Kl(
|
|
45906
45906
|
new Date(E.endDate),
|
|
45907
|
-
"MM/
|
|
45907
|
+
"dd/MM/yyyy"
|
|
45908
45908
|
)}` : "",
|
|
45909
45909
|
size: "small",
|
|
45910
45910
|
sx: { mt: 1 },
|
|
@@ -46918,7 +46918,16 @@ const m8 = ({
|
|
|
46918
46918
|
label: "Scheduled",
|
|
46919
46919
|
iconProps: {
|
|
46920
46920
|
position: "start",
|
|
46921
|
-
icon: /* @__PURE__ */ k.jsx(
|
|
46921
|
+
icon: /* @__PURE__ */ k.jsx(
|
|
46922
|
+
w8,
|
|
46923
|
+
{
|
|
46924
|
+
sx: {
|
|
46925
|
+
color: ut.colors.attention,
|
|
46926
|
+
height: "1.25rem",
|
|
46927
|
+
width: "1.25rem"
|
|
46928
|
+
}
|
|
46929
|
+
}
|
|
46930
|
+
)
|
|
46922
46931
|
}
|
|
46923
46932
|
}
|
|
46924
46933
|
}, oc = ({
|