@leapdevuk/component-toolbox 0.0.52 → 0.0.54
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
|
@@ -730,7 +730,7 @@ const gf = ({
|
|
|
730
730
|
}
|
|
731
731
|
},
|
|
732
732
|
thousandSeparator: !0,
|
|
733
|
-
value: s
|
|
733
|
+
value: s || ""
|
|
734
734
|
}
|
|
735
735
|
), Sa = 6048e5, vs = 864e5, ka = 6e4, Ma = 36e5, xs = 1e3, En = Symbol.for("constructDateFrom");
|
|
736
736
|
function be(t, n) {
|
|
@@ -4192,9 +4192,9 @@ const te = (t, n, e, r, a) => {
|
|
|
4192
4192
|
weekStartsOn: 1
|
|
4193
4193
|
}
|
|
4194
4194
|
};
|
|
4195
|
-
}, bf = (t, n) => n && t ? Ee(t, n.formatLong.date({ width: "short" })) : "", wf = (t) => t ? Ee(
|
|
4195
|
+
}, bf = (t, n) => n && t ? Ee(t, n.formatLong.date({ width: "short" })) : "", wf = (t, n) => n && t ? Ee(
|
|
4196
4196
|
cs(t, -(/* @__PURE__ */ new Date()).getTimezoneOffset()),
|
|
4197
|
-
"
|
|
4197
|
+
`${n.formatLong.date({ width: "short" })} hh:mm a`
|
|
4198
4198
|
) : "";
|
|
4199
4199
|
function Lr() {
|
|
4200
4200
|
return /* @__PURE__ */ h.jsxs(er, { focusable: "false", viewBox: "0 0 24 24", "aria-hidden": "true", children: [
|