@its/core 2.6.3-beta.2 → 2.6.3-beta.3
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/core.es.js +6 -3
- package/package.json +1 -1
package/dist/core.es.js
CHANGED
|
@@ -48235,10 +48235,10 @@ function WTe(e, t, n) {
|
|
|
48235
48235
|
t === void 0 || !n.hasOwnProperty(t) || e.setAttribute("fill", n[t]);
|
|
48236
48236
|
}
|
|
48237
48237
|
function UTe(e, t, n) {
|
|
48238
|
-
t === void 0 || !n.hasOwnProperty(t) || (e.
|
|
48238
|
+
t === void 0 || !n.hasOwnProperty(t) || (e.textContent = Kz(n[t]));
|
|
48239
48239
|
}
|
|
48240
48240
|
function HTe(e, t, n, r) {
|
|
48241
|
-
t === void 0 || !n.hasOwnProperty(t) || (e.
|
|
48241
|
+
t === void 0 || !n.hasOwnProperty(t) || (e.textContent = Number(n[t]).toFixed(r));
|
|
48242
48242
|
}
|
|
48243
48243
|
function VTe(e, t, n) {
|
|
48244
48244
|
if (t === void 0 || !n.hasOwnProperty(t)) return;
|
|
@@ -48296,7 +48296,10 @@ function ZTe(e, t, n) {
|
|
|
48296
48296
|
r && r(e, t);
|
|
48297
48297
|
}
|
|
48298
48298
|
function JTe(e, t, n, r) {
|
|
48299
|
-
t = {
|
|
48299
|
+
t = {
|
|
48300
|
+
...t,
|
|
48301
|
+
themedColor: r.palette.mode === "dark" ? r.palette.greyCustom.light : r.palette.greyCustom.dark
|
|
48302
|
+
};
|
|
48300
48303
|
const i = e.querySelectorAll("[data-svg-interpolable]");
|
|
48301
48304
|
i && [...i].forEach((o) => {
|
|
48302
48305
|
if (!FTe(o, o.dataset.svgVisible, t)) return;
|