@@ -163,7 +163,12 @@ const ei = S("span").withConfig({
163163 ...c && {
164164 cursor: "pointer"
165165 }
166- })), jn = ge.forwardRef((e, t) => /* @__PURE__ */ h(dl, { ref: t, ...e })), J = ge.forwardRef((e, t) => /* @__PURE__ */ h(jn, { ref: t, direction: "row", ...e })), Ee = ge.forwardRef((e, t) => /* @__PURE__ */ h(jn, { ref: t, direction: "column", ...e }));
166+ })), jn = ge.forwardRef((e, t) => {
167+ const {
168+ tag: n = "div"
169+ } = e, r = ["div", "span"].includes(n) ? n : "div";
170+ return /* @__PURE__ */ h(dl, { ref: t, ...e, as: r });
171+ }), J = ge.forwardRef((e, t) => /* @__PURE__ */ h(jn, { ref: t, direction: "row", ...e })), Ee = ge.forwardRef((e, t) => /* @__PURE__ */ h(jn, { ref: t, direction: "column", ...e }));
167172var fl = (e) => typeof e != "string" ? {} : e.split(/ ?; ?/).reduce((t, n) => {
168173 const [r, i] = n.split(/ ?: ?/).map((o, s) => s === 0 ? o.replace(/\s+/g, "") : o.trim());
169174 if (r && i) {
@@ -13006,7 +13011,7 @@ function dC({
1300613011 }, e);
1300713012 (t == null || t < 0 || t > 100) && (t = 0);
1300813013 const s = o - i / 2, a = s * 2 * Math.PI, l = a - t / 100 * a, c = t.toPrecision(3), u = qf(t);
13009- return /* @__PURE__ */ z(J, { align: "center", children: [
13014+ return /* @__PURE__ */ z(J, { align: "center", tag: "span", children: [
1301013015 /* @__PURE__ */ z("svg", { height: o * 2, width: o * 2, children: [
1301113016 /* @__PURE__ */ h("title", { children: r }),
1301213017 /* @__PURE__ */ h("circle", { stroke: u, fill: "transparent", strokeWidth: i, strokeDasharray: a + " " + a, style: {
@@ -20612,7 +20617,7 @@ const wa = new RegExp(`(${Object.values(Qr).join("|")})(?=[0-9a-fA-F])`, "i"), I
2061220617 fillBlueGradient: "linear-gradient(89.56deg, #0021A5 0%, #2C53EF 75.01%)",
2061320618 fillLoadingInTable: "linear-gradient(90deg, #F2F3F5 0%, rgba(255, 255, 255, 0) 100%)",
2061420619 contentPrimary: "#1A1919",
20615- contentSecondary: "#84868C ",
20620+ contentSecondary: "#72737A ",
2061620621 contentTertiary: "#BABBBF",
2061720622 contentQuaternary: "#D2D3D9",
2061820623 contentOnFill: "#FFFFFF",
0 commit comments