@leapdevuk/component-toolbox 0.0.32 → 0.0.33

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
@@ -8097,7 +8097,7 @@ const Dl = ({
8097
8097
  Ca(() => {
8098
8098
  p(h && new Date(h)), h || i(null);
8099
8099
  }, [h]);
8100
- const A = m ? m.formatLong.date({ width: "short" }).toLowerCase().replace("m", "M") : nt;
8100
+ const A = m ? m.formatLong.date({ width: "short" }).toLowerCase().replaceAll("m", "M") : nt;
8101
8101
  return /* @__PURE__ */ g.jsxs(g.Fragment, { children: [
8102
8102
  /* @__PURE__ */ g.jsx(
8103
8103
  Ma,