@carbon/charts-react 1.13.13 → 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.
@@ -6667,7 +6667,7 @@ function HS(e) {
6667
6667
  }
6668
6668
  function yt(e) {
6669
6669
  const t = Object.prototype.toString.call(e);
6670
- 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);
6670
+ 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);
6671
6671
  }
6672
6672
  let FS = {};
6673
6673
  function Ha() {
@@ -22960,4 +22960,4 @@ export {
22960
22960
  tV as TreemapChart,
22961
22961
  eV as WordCloudChart
22962
22962
  };
22963
- //# sourceMappingURL=index.mjs.map
22963
+ //# sourceMappingURL=index.mjs.js.map