@kashifd/jwero-components 0.5.68 → 0.5.69

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 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/dd/yyyy")} - ${Kl(
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/dd/yyyy"
45907
+ "dd/MM/yyyy"
45908
45908
  )}` : "",
45909
45909
  size: "small",
45910
45910
  sx: { mt: 1 },