@carbon/charts-react 1.23.0 → 1.23.1
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 +5 -4
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.cjs.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/styles.css +0 -194
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/package.json +12 -12
package/dist/index.mjs
CHANGED
|
@@ -11384,7 +11384,7 @@ let mt = class {
|
|
|
11384
11384
|
return this.configs.options ? at({}, this.model.getOptions(), this.configs.options) : this.model.getOptions();
|
|
11385
11385
|
}
|
|
11386
11386
|
};
|
|
11387
|
-
/*! @license DOMPurify 3.2.
|
|
11387
|
+
/*! @license DOMPurify 3.2.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.5/LICENSE */
|
|
11388
11388
|
const {
|
|
11389
11389
|
entries: ov,
|
|
11390
11390
|
setPrototypeOf: Xd,
|
|
@@ -11415,6 +11415,7 @@ ic || (ic = function(e, t) {
|
|
|
11415
11415
|
const Hs = le(Array.prototype.forEach), _k = le(Array.prototype.lastIndexOf), Zd = le(Array.prototype.pop), yi = le(Array.prototype.push), Ek = le(Array.prototype.splice), ra = le(String.prototype.toLowerCase), nl = le(String.prototype.toString), Kd = le(String.prototype.match), xi = le(String.prototype.replace), Ok = le(String.prototype.indexOf), Sk = le(String.prototype.trim), Ue = le(Object.prototype.hasOwnProperty), ie = le(RegExp.prototype.test), bi = Tk(TypeError);
|
|
11416
11416
|
function le(e) {
|
|
11417
11417
|
return function(t) {
|
|
11418
|
+
t instanceof RegExp && (t.lastIndex = 0);
|
|
11418
11419
|
for (var n = arguments.length, r = new Array(n > 1 ? n - 1 : 0), i = 1; i < n; i++)
|
|
11419
11420
|
r[i - 1] = arguments[i];
|
|
11420
11421
|
return rc(e, t, r);
|
|
@@ -11532,7 +11533,7 @@ const Ei = {
|
|
|
11532
11533
|
function hv() {
|
|
11533
11534
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Pk();
|
|
11534
11535
|
const t = (C) => hv(C);
|
|
11535
|
-
if (t.version = "3.2.
|
|
11536
|
+
if (t.version = "3.2.5", t.removed = [], !e || !e.document || e.document.nodeType !== Ei.document || !e.Element)
|
|
11536
11537
|
return t.isSupported = !1, t;
|
|
11537
11538
|
let {
|
|
11538
11539
|
document: n
|
|
@@ -11719,7 +11720,7 @@ function hv() {
|
|
|
11719
11720
|
if (ln($.uponSanitizeElement, C, {
|
|
11720
11721
|
tagName: K,
|
|
11721
11722
|
allowedTags: j
|
|
11722
|
-
}), C.hasChildNodes() && !$u(C.firstElementChild) && ie(/<[/\w]/g, C.innerHTML) && ie(/<[/\w]/g, C.textContent) || C.nodeType === Ei.progressingInstruction || ht && C.nodeType === Ei.comment && ie(/<[/\w]/g, C.data))
|
|
11723
|
+
}), C.hasChildNodes() && !$u(C.firstElementChild) && ie(/<[/\w!]/g, C.innerHTML) && ie(/<[/\w!]/g, C.textContent) || C.nodeType === Ei.progressingInstruction || ht && C.nodeType === Ei.comment && ie(/<[/\w]/g, C.data))
|
|
11723
11724
|
return Fn(C), !0;
|
|
11724
11725
|
if (!j[K] || q[K]) {
|
|
11725
11726
|
if (!q[K] && Au(K) && (Q.tagNameCheck instanceof RegExp && ie(Q.tagNameCheck, K) || Q.tagNameCheck instanceof Function && Q.tagNameCheck(K)))
|
|
@@ -18714,7 +18715,7 @@ function xN(e) {
|
|
|
18714
18715
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
18715
18716
|
}
|
|
18716
18717
|
function bN(e) {
|
|
18717
|
-
if (e
|
|
18718
|
+
if (Object.prototype.hasOwnProperty.call(e, "__esModule")) return e;
|
|
18718
18719
|
var t = e.default;
|
|
18719
18720
|
if (typeof t == "function") {
|
|
18720
18721
|
var n = function r() {
|