@carbon/charts 1.13.14 → 1.13.15

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.
@@ -65,7 +65,7 @@ function tr(e) {
65
65
  }
66
66
  function D(e) {
67
67
  const t = Object.prototype.toString.call(e);
68
- return e instanceof Date || typeof e == "object" && t === "[object Date]" ? new e.constructor(+e) : typeof e == "number" || t === "[object Number]" || typeof t == "string" || t === "[object String]" ? new Date(e) : /* @__PURE__ */ new Date(NaN);
68
+ return e instanceof Date || typeof e == "object" && t === "[object Date]" ? new e.constructor(+e) : typeof e == "number" || t === "[object Number]" || typeof e == "string" || t === "[object String]" ? new Date(e) : /* @__PURE__ */ new Date(NaN);
69
69
  }
70
70
  let nr = {};
71
71
  function Me() {
@@ -3327,4 +3327,4 @@ export {
3327
3327
  _c as y,
3328
3328
  Qe as z
3329
3329
  };
3330
- //# sourceMappingURL=color-scale-utils-7ngqnWVI.mjs.map
3330
+ //# sourceMappingURL=color-scale-utils-bwaA2TiF.mjs.map