@leapdevuk/component-toolbox 0.0.52 → 0.0.53
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
|
@@ -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: [
|