@sustaina/shared-ui 1.65.3 → 1.65.4

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.mjs CHANGED
@@ -3446,7 +3446,7 @@ var AuditFooter = ({
3446
3446
  ...labels
3447
3447
  };
3448
3448
  const dateFormatter = formatters?.date ?? ((value) => formatISODate(value, "DD/MM/YYYY"));
3449
- const timeFormatter = formatters?.time ?? ((value) => formatISODate(value, "H:i"));
3449
+ const timeFormatter = formatters?.time ?? ((value) => formatISODate(value, "H:i:s"));
3450
3450
  const userFormatter = formatters?.user ?? ((value) => value ?? emptyValue);
3451
3451
  const resolvedDeleteIcon = deleteIcon ?? /* @__PURE__ */ jsx(TrashIcon, { className: "w-5 h-5" });
3452
3452
  return /* @__PURE__ */ jsxs("div", { className: cn("flex w-full h-14 mt-12 justify-between items-end px-3", classNames?.root), children: [