@carbon/charts-react 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.
- package/dist/index.mjs.js +1 -1
- package/dist/index.mjs.js.map +1 -1
- package/package.json +4 -10
package/dist/index.mjs.js
CHANGED
|
@@ -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
|
|
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() {
|