@redis-ui/styles 13.1.7 → 13.2.0
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.js
CHANGED
|
@@ -548,7 +548,7 @@ const lo = {
|
|
|
548
548
|
borderRadius: "0.4rem",
|
|
549
549
|
border: `1px solid ${t.semantic.color.border.neutral600}`,
|
|
550
550
|
fontSize: "1.4rem",
|
|
551
|
-
fontWeight:
|
|
551
|
+
fontWeight: t.core.font.fontWeight.normal,
|
|
552
552
|
fontStyle: "normal",
|
|
553
553
|
padding: "0.1rem",
|
|
554
554
|
gap: "0.2rem",
|
|
@@ -740,7 +740,7 @@ const lo = {
|
|
|
740
740
|
borderColor: t.semantic.color.border.neutral500
|
|
741
741
|
}, rt = {
|
|
742
742
|
fontSize: t.core.font.fontSize.s14,
|
|
743
|
-
fontWeight:
|
|
743
|
+
fontWeight: t.core.font.fontWeight.normal,
|
|
744
744
|
fontFamily: t.core.font.fontFamily.regular,
|
|
745
745
|
focusOutline: `1px dashed ${t.semantic.color.border.primary300}`,
|
|
746
746
|
dayCell: {
|
|
@@ -961,7 +961,7 @@ var Sr = {
|
|
|
961
961
|
purple: 300
|
|
962
962
|
};
|
|
963
963
|
function et(a) {
|
|
964
|
-
var
|
|
964
|
+
var h, v;
|
|
965
965
|
var n, i = [], d = 1, l;
|
|
966
966
|
if (typeof a == "number")
|
|
967
967
|
return { space: "rgb", values: [a >>> 16, (a & 65280) >>> 8, a & 255], alpha: 1 };
|
|
@@ -984,7 +984,7 @@ function et(a) {
|
|
|
984
984
|
} else if (n = /^((?:rgba?|hs[lvb]a?|hwba?|cmyk?|xy[zy]|gray|lab|lchu?v?|[ly]uv|lms|oklch|oklab|color))\s*\(([^\)]*)\)/.exec(a)) {
|
|
985
985
|
var x = n[1];
|
|
986
986
|
l = x.replace(/a$/, "");
|
|
987
|
-
var
|
|
987
|
+
var f = l === "cmyk" ? 4 : l === "gray" ? 1 : 3;
|
|
988
988
|
i = n[2].trim().split(/\s*[,\/]\s*|\s+/), l === "color" && (l = i.shift()), i = i.map(function(g, $) {
|
|
989
989
|
if (g[g.length - 1] === "%")
|
|
990
990
|
return g = parseFloat(g) / 100, $ === 3 ? g : l === "rgb" ? g * 255 : l[0] === "h" || l[0] === "l" && !$ ? g * 100 : l === "lab" ? g * 125 : l === "lch" ? $ < 2 ? g * 150 : g * 360 : l[0] === "o" && !$ ? g : l === "oklab" ? g * 0.4 : l === "oklch" ? $ < 2 ? g * 0.4 : g * 360 : g;
|
|
@@ -996,10 +996,10 @@ function et(a) {
|
|
|
996
996
|
if (g.endsWith("rad")) return parseFloat(g) * 180 / Math.PI;
|
|
997
997
|
}
|
|
998
998
|
return g === "none" ? 0 : parseFloat(g);
|
|
999
|
-
}), d = i.length >
|
|
999
|
+
}), d = i.length > f ? i.pop() : 1;
|
|
1000
1000
|
} else /[0-9](?:\s|\/|,)/.test(a) && (i = a.match(/([0-9]+)/g).map(function(g) {
|
|
1001
1001
|
return parseFloat(g);
|
|
1002
|
-
}), l = ((v = (
|
|
1002
|
+
}), l = ((v = (h = a.match(/([a-z])/ig)) == null ? void 0 : h.join("")) == null ? void 0 : v.toLowerCase()) || "rgb");
|
|
1003
1003
|
return {
|
|
1004
1004
|
space: l,
|
|
1005
1005
|
values: i,
|
|
@@ -1344,9 +1344,9 @@ function dt(a, n, i) {
|
|
|
1344
1344
|
function xo(a, n, i, d) {
|
|
1345
1345
|
if (d === void 0 && (d = dt), n === 0)
|
|
1346
1346
|
return d(i, i, i);
|
|
1347
|
-
var l = (a % 360 + 360) % 360 / 60, m = (1 - Math.abs(2 * i - 1)) * n, u = m * (1 - Math.abs(l % 2 - 1)), C = 0, x = 0,
|
|
1348
|
-
l >= 0 && l < 1 ? (C = m, x = u) : l >= 1 && l < 2 ? (C = u, x = m) : l >= 2 && l < 3 ? (x = m,
|
|
1349
|
-
var
|
|
1347
|
+
var l = (a % 360 + 360) % 360 / 60, m = (1 - Math.abs(2 * i - 1)) * n, u = m * (1 - Math.abs(l % 2 - 1)), C = 0, x = 0, f = 0;
|
|
1348
|
+
l >= 0 && l < 1 ? (C = m, x = u) : l >= 1 && l < 2 ? (C = u, x = m) : l >= 2 && l < 3 ? (x = m, f = u) : l >= 3 && l < 4 ? (x = u, f = m) : l >= 4 && l < 5 ? (C = u, f = m) : l >= 5 && l < 6 && (C = m, f = u);
|
|
1349
|
+
var h = i - m / 2, v = C + h, g = x + h, $ = f + h;
|
|
1350
1350
|
return d(v, g, $);
|
|
1351
1351
|
}
|
|
1352
1352
|
var $r = {
|
|
@@ -1504,7 +1504,7 @@ function mt(a) {
|
|
|
1504
1504
|
var n = a.toLowerCase();
|
|
1505
1505
|
return $r[n] ? "#" + $r[n] : a;
|
|
1506
1506
|
}
|
|
1507
|
-
var bt = /^#[a-fA-F0-9]{6}$/, gt = /^#[a-fA-F0-9]{8}$/, ut = /^#[a-fA-F0-9]{3}$/, pt = /^#[a-fA-F0-9]{4}$/, Do = /^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i, xt = /^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i, Ct = /^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,
|
|
1507
|
+
var bt = /^#[a-fA-F0-9]{6}$/, gt = /^#[a-fA-F0-9]{8}$/, ut = /^#[a-fA-F0-9]{3}$/, pt = /^#[a-fA-F0-9]{4}$/, Do = /^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i, xt = /^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i, Ct = /^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i, ft = /^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;
|
|
1508
1508
|
function Q(a) {
|
|
1509
1509
|
if (typeof a != "string")
|
|
1510
1510
|
throw new X(3);
|
|
@@ -1556,18 +1556,18 @@ function Q(a) {
|
|
|
1556
1556
|
};
|
|
1557
1557
|
var u = Ct.exec(n);
|
|
1558
1558
|
if (u) {
|
|
1559
|
-
var C = parseInt("" + u[1], 10), x = parseInt("" + u[2], 10) / 100,
|
|
1559
|
+
var C = parseInt("" + u[1], 10), x = parseInt("" + u[2], 10) / 100, f = parseInt("" + u[3], 10) / 100, h = "rgb(" + xo(C, x, f) + ")", v = Do.exec(h);
|
|
1560
1560
|
if (!v)
|
|
1561
|
-
throw new X(4, n,
|
|
1561
|
+
throw new X(4, n, h);
|
|
1562
1562
|
return {
|
|
1563
1563
|
red: parseInt("" + v[1], 10),
|
|
1564
1564
|
green: parseInt("" + v[2], 10),
|
|
1565
1565
|
blue: parseInt("" + v[3], 10)
|
|
1566
1566
|
};
|
|
1567
1567
|
}
|
|
1568
|
-
var g =
|
|
1568
|
+
var g = ft.exec(n.substring(0, 50));
|
|
1569
1569
|
if (g) {
|
|
1570
|
-
var $ = parseInt("" + g[1], 10), G = parseInt("" + g[2], 10) / 100,
|
|
1570
|
+
var $ = parseInt("" + g[1], 10), G = parseInt("" + g[2], 10) / 100, Bo = parseInt("" + g[3], 10) / 100, Co = "rgb(" + xo($, G, Bo) + ")", _ = Do.exec(Co);
|
|
1571
1571
|
if (!_)
|
|
1572
1572
|
throw new X(4, n, Co);
|
|
1573
1573
|
return {
|
|
@@ -1579,7 +1579,7 @@ function Q(a) {
|
|
|
1579
1579
|
}
|
|
1580
1580
|
throw new X(5);
|
|
1581
1581
|
}
|
|
1582
|
-
function
|
|
1582
|
+
function ht(a) {
|
|
1583
1583
|
var n = a.red / 255, i = a.green / 255, d = a.blue / 255, l = Math.max(n, i, d), m = Math.min(n, i, d), u = (l + m) / 2;
|
|
1584
1584
|
if (l === m)
|
|
1585
1585
|
return a.alpha !== void 0 ? {
|
|
@@ -1592,7 +1592,7 @@ function ft(a) {
|
|
|
1592
1592
|
saturation: 0,
|
|
1593
1593
|
lightness: u
|
|
1594
1594
|
};
|
|
1595
|
-
var C, x = l - m,
|
|
1595
|
+
var C, x = l - m, f = u > 0.5 ? x / (2 - l - m) : x / (l + m);
|
|
1596
1596
|
switch (l) {
|
|
1597
1597
|
case n:
|
|
1598
1598
|
C = (i - d) / x + (i < d ? 6 : 0);
|
|
@@ -1606,17 +1606,17 @@ function ft(a) {
|
|
|
1606
1606
|
}
|
|
1607
1607
|
return C *= 60, a.alpha !== void 0 ? {
|
|
1608
1608
|
hue: C,
|
|
1609
|
-
saturation:
|
|
1609
|
+
saturation: f,
|
|
1610
1610
|
lightness: u,
|
|
1611
1611
|
alpha: a.alpha
|
|
1612
1612
|
} : {
|
|
1613
1613
|
hue: C,
|
|
1614
|
-
saturation:
|
|
1614
|
+
saturation: f,
|
|
1615
1615
|
lightness: u
|
|
1616
1616
|
};
|
|
1617
1617
|
}
|
|
1618
1618
|
function U(a) {
|
|
1619
|
-
return
|
|
1619
|
+
return ht(Q(a));
|
|
1620
1620
|
}
|
|
1621
1621
|
var yt = function(n) {
|
|
1622
1622
|
return n.length === 7 && n[1] === n[2] && n[3] === n[4] && n[5] === n[6] ? "#" + n[1] + n[3] + n[5] : n;
|
|
@@ -1711,15 +1711,15 @@ function Pt(a, n) {
|
|
|
1711
1711
|
lightness: to(0, 1, i.lightness - parseFloat(a))
|
|
1712
1712
|
}));
|
|
1713
1713
|
}
|
|
1714
|
-
var
|
|
1715
|
-
function
|
|
1714
|
+
var Bt = E(Pt), Ft = Bt;
|
|
1715
|
+
function It(a, n) {
|
|
1716
1716
|
if (n === "transparent") return n;
|
|
1717
1717
|
var i = U(n);
|
|
1718
1718
|
return V(M({}, i, {
|
|
1719
1719
|
saturation: to(0, 1, i.saturation - parseFloat(a))
|
|
1720
1720
|
}));
|
|
1721
1721
|
}
|
|
1722
|
-
E(
|
|
1722
|
+
E(It);
|
|
1723
1723
|
function Tt(a) {
|
|
1724
1724
|
if (a === "transparent") return 0;
|
|
1725
1725
|
var n = Q(a), i = Object.keys(n).map(function(u) {
|
|
@@ -1744,7 +1744,7 @@ function Ot(a, n, i) {
|
|
|
1744
1744
|
alpha: typeof d.alpha == "number" ? d.alpha : 1
|
|
1745
1745
|
}), m = Q(i), u = M({}, m, {
|
|
1746
1746
|
alpha: typeof m.alpha == "number" ? m.alpha : 1
|
|
1747
|
-
}), C = l.alpha - u.alpha, x = parseFloat(a) * 2 - 1,
|
|
1747
|
+
}), C = l.alpha - u.alpha, x = parseFloat(a) * 2 - 1, f = x * C === -1 ? x : x + C, h = 1 + x * C, v = (f / h + 1) / 2, g = 1 - v, $ = {
|
|
1748
1748
|
red: Math.floor(l.red * v + u.red * g),
|
|
1749
1749
|
green: Math.floor(l.green * v + u.green * g),
|
|
1750
1750
|
blue: Math.floor(l.blue * v + u.blue * g),
|
|
@@ -1806,7 +1806,7 @@ E(qt);
|
|
|
1806
1806
|
const ao = (a, n) => tt(a, n);
|
|
1807
1807
|
function L0(a) {
|
|
1808
1808
|
const n = Tt(a), i = Math.max(Math.abs(n - 0.5) * 1.2, 0.3);
|
|
1809
|
-
return n < 0.5 ? Ht(i, a) :
|
|
1809
|
+
return n < 0.5 ? Ht(i, a) : Ft(i, a);
|
|
1810
1810
|
}
|
|
1811
1811
|
const Yt = {
|
|
1812
1812
|
shadow: t.core.shadow.shadow500,
|
|
@@ -1929,7 +1929,7 @@ const Yt = {
|
|
|
1929
1929
|
gap: "0.5rem",
|
|
1930
1930
|
fontFamily: t.core.font.fontFamily.regular,
|
|
1931
1931
|
fontSize: "1.4rem",
|
|
1932
|
-
fontWeight:
|
|
1932
|
+
fontWeight: t.core.font.fontWeight.normal,
|
|
1933
1933
|
resetButton: {
|
|
1934
1934
|
iconColor: t.semantic.color.icon.neutral800
|
|
1935
1935
|
},
|
|
@@ -2040,14 +2040,14 @@ const Yt = {
|
|
|
2040
2040
|
block: {
|
|
2041
2041
|
sizes: {
|
|
2042
2042
|
regular: {
|
|
2043
|
-
fontWeight:
|
|
2043
|
+
fontWeight: t.core.font.fontWeight.semiBold,
|
|
2044
2044
|
padding: "0.4rem 0.6rem",
|
|
2045
2045
|
borderRadius: "0.4rem",
|
|
2046
2046
|
minHeight: "2.8rem",
|
|
2047
2047
|
gap: "0"
|
|
2048
2048
|
},
|
|
2049
2049
|
small: {
|
|
2050
|
-
fontWeight:
|
|
2050
|
+
fontWeight: t.core.font.fontWeight.semiBold,
|
|
2051
2051
|
padding: "0.2rem 0.4rem",
|
|
2052
2052
|
borderRadius: "0.4rem",
|
|
2053
2053
|
minHeight: "2.2rem",
|
|
@@ -2076,13 +2076,13 @@ const Yt = {
|
|
|
2076
2076
|
inline: {
|
|
2077
2077
|
sizes: {
|
|
2078
2078
|
regular: {
|
|
2079
|
-
fontWeight:
|
|
2079
|
+
fontWeight: t.core.font.fontWeight.semiBold,
|
|
2080
2080
|
padding: "0",
|
|
2081
2081
|
borderRadius: "0",
|
|
2082
2082
|
gap: "0"
|
|
2083
2083
|
},
|
|
2084
2084
|
small: {
|
|
2085
|
-
fontWeight:
|
|
2085
|
+
fontWeight: t.core.font.fontWeight.semiBold,
|
|
2086
2086
|
padding: "0",
|
|
2087
2087
|
borderRadius: "0",
|
|
2088
2088
|
gap: "0"
|
|
@@ -2148,8 +2148,14 @@ const Yt = {
|
|
|
2148
2148
|
levelOffset: "1.6rem",
|
|
2149
2149
|
gap: "1rem",
|
|
2150
2150
|
variants: {
|
|
2151
|
-
header: {
|
|
2152
|
-
|
|
2151
|
+
header: {
|
|
2152
|
+
textColor: t.semantic.color.text.neutral800,
|
|
2153
|
+
fontWeight: t.core.font.fontWeight.semiBold
|
|
2154
|
+
},
|
|
2155
|
+
sub: {
|
|
2156
|
+
textColor: t.semantic.color.text.secondary700,
|
|
2157
|
+
fontWeight: t.core.font.fontWeight.semiBold
|
|
2158
|
+
}
|
|
2153
2159
|
}
|
|
2154
2160
|
},
|
|
2155
2161
|
item: {
|
|
@@ -2292,7 +2298,8 @@ const Yt = {
|
|
|
2292
2298
|
S: "2.0rem",
|
|
2293
2299
|
M: "3.2rem",
|
|
2294
2300
|
L: "4.4rem"
|
|
2295
|
-
}
|
|
2301
|
+
},
|
|
2302
|
+
fontWeight: t.core.font.fontWeight.bold
|
|
2296
2303
|
}, ia = {
|
|
2297
2304
|
borderRadius: "1px",
|
|
2298
2305
|
textPosition: {
|
|
@@ -2466,7 +2473,7 @@ const Yt = {
|
|
|
2466
2473
|
gap: "0.6rem",
|
|
2467
2474
|
fontFamily: t.core.font.fontFamily.regular,
|
|
2468
2475
|
fontSize: "1.4rem",
|
|
2469
|
-
fontWeight:
|
|
2476
|
+
fontWeight: t.core.font.fontWeight.normal,
|
|
2470
2477
|
borderWidth: "1px",
|
|
2471
2478
|
borderRadius: "0.4rem",
|
|
2472
2479
|
indicator: {
|
|
@@ -2563,7 +2570,7 @@ const Yt = {
|
|
|
2563
2570
|
}, j = {
|
|
2564
2571
|
bgColor: { disabled: t.semantic.color.background.neutral400 },
|
|
2565
2572
|
textColor: { disabled: t.semantic.color.text.neutral600 }
|
|
2566
|
-
},
|
|
2573
|
+
}, B = {
|
|
2567
2574
|
borderColor: { disabled: t.semantic.color.border.neutral500 },
|
|
2568
2575
|
bgColor: { disabled: "transparent" },
|
|
2569
2576
|
textColor: { disabled: t.semantic.color.text.neutral500 }
|
|
@@ -2606,9 +2613,9 @@ const Yt = {
|
|
|
2606
2613
|
bgColor: D(t.semantic.color.background.success700, 12)
|
|
2607
2614
|
},
|
|
2608
2615
|
disabled: {
|
|
2609
|
-
borderColor:
|
|
2610
|
-
bgColor:
|
|
2611
|
-
textColor:
|
|
2616
|
+
borderColor: B.borderColor.disabled,
|
|
2617
|
+
bgColor: B.bgColor.disabled,
|
|
2618
|
+
textColor: B.textColor.disabled
|
|
2612
2619
|
}
|
|
2613
2620
|
}
|
|
2614
2621
|
},
|
|
@@ -2642,9 +2649,9 @@ const Yt = {
|
|
|
2642
2649
|
bgColor: D(t.semantic.color.background.attention700, 12)
|
|
2643
2650
|
},
|
|
2644
2651
|
disabled: {
|
|
2645
|
-
borderColor:
|
|
2646
|
-
bgColor:
|
|
2647
|
-
textColor:
|
|
2652
|
+
borderColor: B.borderColor.disabled,
|
|
2653
|
+
bgColor: B.bgColor.disabled,
|
|
2654
|
+
textColor: B.textColor.disabled
|
|
2648
2655
|
}
|
|
2649
2656
|
}
|
|
2650
2657
|
},
|
|
@@ -2678,9 +2685,9 @@ const Yt = {
|
|
|
2678
2685
|
bgColor: D(t.semantic.color.background.danger700, 12)
|
|
2679
2686
|
},
|
|
2680
2687
|
disabled: {
|
|
2681
|
-
borderColor:
|
|
2682
|
-
bgColor:
|
|
2683
|
-
textColor:
|
|
2688
|
+
borderColor: B.borderColor.disabled,
|
|
2689
|
+
bgColor: B.bgColor.disabled,
|
|
2690
|
+
textColor: B.textColor.disabled
|
|
2684
2691
|
}
|
|
2685
2692
|
}
|
|
2686
2693
|
},
|
|
@@ -2714,9 +2721,9 @@ const Yt = {
|
|
|
2714
2721
|
bgColor: D(t.semantic.color.background.notice700, 12)
|
|
2715
2722
|
},
|
|
2716
2723
|
disabled: {
|
|
2717
|
-
borderColor:
|
|
2718
|
-
bgColor:
|
|
2719
|
-
textColor:
|
|
2724
|
+
borderColor: B.borderColor.disabled,
|
|
2725
|
+
bgColor: B.bgColor.disabled,
|
|
2726
|
+
textColor: B.textColor.disabled
|
|
2720
2727
|
}
|
|
2721
2728
|
}
|
|
2722
2729
|
},
|
|
@@ -2750,9 +2757,9 @@ const Yt = {
|
|
|
2750
2757
|
bgColor: D(t.semantic.color.background.informative700, 12)
|
|
2751
2758
|
},
|
|
2752
2759
|
disabled: {
|
|
2753
|
-
borderColor:
|
|
2754
|
-
bgColor:
|
|
2755
|
-
textColor:
|
|
2760
|
+
borderColor: B.borderColor.disabled,
|
|
2761
|
+
bgColor: B.bgColor.disabled,
|
|
2762
|
+
textColor: B.textColor.disabled
|
|
2756
2763
|
}
|
|
2757
2764
|
}
|
|
2758
2765
|
}
|
|
@@ -2984,7 +2991,7 @@ const Yt = {
|
|
|
2984
2991
|
}
|
|
2985
2992
|
}
|
|
2986
2993
|
}
|
|
2987
|
-
},
|
|
2994
|
+
}, fa = {
|
|
2988
2995
|
width: "3.2rem",
|
|
2989
2996
|
height: "1.8rem",
|
|
2990
2997
|
padding: "0.2rem",
|
|
@@ -3036,7 +3043,7 @@ const Yt = {
|
|
|
3036
3043
|
}
|
|
3037
3044
|
}
|
|
3038
3045
|
}
|
|
3039
|
-
},
|
|
3046
|
+
}, ha = {
|
|
3040
3047
|
table: {
|
|
3041
3048
|
tableContainer: {
|
|
3042
3049
|
backgroundColor: t.semantic.color.background.neutral100,
|
|
@@ -3120,7 +3127,7 @@ const Yt = {
|
|
|
3120
3127
|
},
|
|
3121
3128
|
active: {
|
|
3122
3129
|
textColor: t.semantic.color.text.secondary800,
|
|
3123
|
-
fontWeight:
|
|
3130
|
+
fontWeight: t.core.font.fontWeight.semiBold,
|
|
3124
3131
|
letterSpacing: "0"
|
|
3125
3132
|
},
|
|
3126
3133
|
disabled: {
|
|
@@ -3168,7 +3175,7 @@ const Yt = {
|
|
|
3168
3175
|
textColor: t.semantic.color.text.secondary800,
|
|
3169
3176
|
bgColor: t.semantic.color.background.secondary50,
|
|
3170
3177
|
borderColor: t.semantic.color.border.secondary200,
|
|
3171
|
-
fontWeight:
|
|
3178
|
+
fontWeight: t.core.font.fontWeight.semiBold,
|
|
3172
3179
|
letterSpacing: "0"
|
|
3173
3180
|
},
|
|
3174
3181
|
disabled: {
|
|
@@ -3372,32 +3379,32 @@ const Yt = {
|
|
|
3372
3379
|
sizes: {
|
|
3373
3380
|
XXL: {
|
|
3374
3381
|
fontSize: t.core.font.fontSize.s40,
|
|
3375
|
-
fontWeight:
|
|
3382
|
+
fontWeight: t.core.font.fontWeight.bold
|
|
3376
3383
|
},
|
|
3377
3384
|
XL: {
|
|
3378
3385
|
fontSize: t.core.font.fontSize.s28,
|
|
3379
|
-
fontWeight:
|
|
3386
|
+
fontWeight: t.core.font.fontWeight.bold
|
|
3380
3387
|
},
|
|
3381
3388
|
L: {
|
|
3382
3389
|
fontSize: t.core.font.fontSize.s20,
|
|
3383
|
-
fontWeight:
|
|
3390
|
+
fontWeight: t.core.font.fontWeight.semiBold
|
|
3384
3391
|
},
|
|
3385
3392
|
M: {
|
|
3386
3393
|
fontSize: t.core.font.fontSize.s18,
|
|
3387
|
-
fontWeight:
|
|
3394
|
+
fontWeight: t.core.font.fontWeight.semiBold
|
|
3388
3395
|
},
|
|
3389
3396
|
S: {
|
|
3390
3397
|
fontSize: t.core.font.fontSize.s16,
|
|
3391
|
-
fontWeight:
|
|
3398
|
+
fontWeight: t.core.font.fontWeight.semiBold
|
|
3392
3399
|
},
|
|
3393
3400
|
XS: {
|
|
3394
3401
|
fontSize: t.core.font.fontSize.s14,
|
|
3395
|
-
fontWeight:
|
|
3402
|
+
fontWeight: t.core.font.fontWeight.semiBold
|
|
3396
3403
|
}
|
|
3397
3404
|
},
|
|
3398
3405
|
fontWeight: {
|
|
3399
|
-
bold:
|
|
3400
|
-
semiBold:
|
|
3406
|
+
bold: t.core.font.fontWeight.bold,
|
|
3407
|
+
semiBold: t.core.font.fontWeight.semiBold
|
|
3401
3408
|
}
|
|
3402
3409
|
},
|
|
3403
3410
|
body: {
|
|
@@ -3411,7 +3418,7 @@ const Yt = {
|
|
|
3411
3418
|
},
|
|
3412
3419
|
fontWeight: {
|
|
3413
3420
|
regular: "inherit",
|
|
3414
|
-
semiBold:
|
|
3421
|
+
semiBold: t.core.font.fontWeight.semiBold,
|
|
3415
3422
|
italic: "inherit"
|
|
3416
3423
|
},
|
|
3417
3424
|
fontStyle: {
|
|
@@ -3428,8 +3435,8 @@ const Yt = {
|
|
|
3428
3435
|
S: t.core.font.fontSize.s10
|
|
3429
3436
|
},
|
|
3430
3437
|
fontWeight: {
|
|
3431
|
-
regular:
|
|
3432
|
-
semiBold:
|
|
3438
|
+
regular: t.core.font.fontWeight.normal,
|
|
3439
|
+
semiBold: t.core.font.fontWeight.semiBold
|
|
3433
3440
|
}
|
|
3434
3441
|
}
|
|
3435
3442
|
}, Wa = {
|
|
@@ -3490,7 +3497,7 @@ const Yt = {
|
|
|
3490
3497
|
fontFamily: t.core.font.fontFamily.regular,
|
|
3491
3498
|
fontSize: t.core.font.fontSize.s14,
|
|
3492
3499
|
lineHeight: "1.4"
|
|
3493
|
-
},
|
|
3500
|
+
}, Ba = {
|
|
3494
3501
|
width: "0.5rem",
|
|
3495
3502
|
height: "0.5rem",
|
|
3496
3503
|
bgColor: t.semantic.color.background.secondary100,
|
|
@@ -3499,7 +3506,7 @@ const Yt = {
|
|
|
3499
3506
|
bgColor: t.semantic.color.background.secondary600,
|
|
3500
3507
|
borderRadius: "99rem"
|
|
3501
3508
|
}
|
|
3502
|
-
},
|
|
3509
|
+
}, Fa = {
|
|
3503
3510
|
name: "light",
|
|
3504
3511
|
...t,
|
|
3505
3512
|
components: {
|
|
@@ -3543,8 +3550,8 @@ const Yt = {
|
|
|
3543
3550
|
sideBar: pa,
|
|
3544
3551
|
skeleton: xa,
|
|
3545
3552
|
stepper: Ca,
|
|
3546
|
-
switchButton:
|
|
3547
|
-
table:
|
|
3553
|
+
switchButton: fa,
|
|
3554
|
+
table: ha,
|
|
3548
3555
|
tableHeading: ya,
|
|
3549
3556
|
tabs: ka,
|
|
3550
3557
|
textButton: va,
|
|
@@ -3557,7 +3564,7 @@ const Yt = {
|
|
|
3557
3564
|
},
|
|
3558
3565
|
globals: {
|
|
3559
3566
|
body: Pa,
|
|
3560
|
-
scrollbar:
|
|
3567
|
+
scrollbar: Ba
|
|
3561
3568
|
}
|
|
3562
3569
|
}, so = {
|
|
3563
3570
|
transparent: "#00000000",
|
|
@@ -3745,7 +3752,7 @@ const Yt = {
|
|
|
3745
3752
|
color: so.primary200
|
|
3746
3753
|
}
|
|
3747
3754
|
}
|
|
3748
|
-
},
|
|
3755
|
+
}, Ia = {
|
|
3749
3756
|
sizes: {
|
|
3750
3757
|
L: {
|
|
3751
3758
|
size: "3rem",
|
|
@@ -3868,12 +3875,12 @@ const Yt = {
|
|
|
3868
3875
|
screenMarginHeight: "6px",
|
|
3869
3876
|
maxHeight: "50vh"
|
|
3870
3877
|
}
|
|
3871
|
-
},
|
|
3878
|
+
}, Br = "1px", Ha = {
|
|
3872
3879
|
padding: `${e.core.space.space025} ${e.core.space.space050}`,
|
|
3873
3880
|
gap: e.core.space.space025,
|
|
3874
3881
|
borderRadius: "2px",
|
|
3875
|
-
height: `calc(${e.core.space.space200} + ${
|
|
3876
|
-
borderWidth:
|
|
3882
|
+
height: `calc(${e.core.space.space200} + ${Br} * 2)`,
|
|
3883
|
+
borderWidth: Br,
|
|
3877
3884
|
borderStyle: "solid",
|
|
3878
3885
|
variants: {
|
|
3879
3886
|
white: {
|
|
@@ -4110,7 +4117,7 @@ const Yt = {
|
|
|
4110
4117
|
borderRadius: "0.4rem",
|
|
4111
4118
|
border: `1px solid ${e.semantic.color.border.neutral600}`,
|
|
4112
4119
|
fontSize: "1.4rem",
|
|
4113
|
-
fontWeight:
|
|
4120
|
+
fontWeight: e.core.font.fontWeight.normal,
|
|
4114
4121
|
fontStyle: "normal",
|
|
4115
4122
|
padding: "0.1rem",
|
|
4116
4123
|
gap: "0.2rem",
|
|
@@ -4302,7 +4309,7 @@ const Yt = {
|
|
|
4302
4309
|
borderColor: e.semantic.color.border.neutral500
|
|
4303
4310
|
}, qa = {
|
|
4304
4311
|
fontSize: e.core.font.fontSize.s14,
|
|
4305
|
-
fontWeight:
|
|
4312
|
+
fontWeight: e.core.font.fontWeight.normal,
|
|
4306
4313
|
fontFamily: e.core.font.fontFamily.regular,
|
|
4307
4314
|
focusOutline: `1px dashed ${e.semantic.color.border.primary300}`,
|
|
4308
4315
|
dayCell: {
|
|
@@ -4485,7 +4492,7 @@ const Yt = {
|
|
|
4485
4492
|
gap: "0.5rem",
|
|
4486
4493
|
fontFamily: e.core.font.fontFamily.regular,
|
|
4487
4494
|
fontSize: "1.4rem",
|
|
4488
|
-
fontWeight:
|
|
4495
|
+
fontWeight: e.core.font.fontWeight.normal,
|
|
4489
4496
|
resetButton: {
|
|
4490
4497
|
iconColor: e.semantic.color.icon.neutral800
|
|
4491
4498
|
},
|
|
@@ -4596,14 +4603,14 @@ const Yt = {
|
|
|
4596
4603
|
block: {
|
|
4597
4604
|
sizes: {
|
|
4598
4605
|
regular: {
|
|
4599
|
-
fontWeight:
|
|
4606
|
+
fontWeight: e.core.font.fontWeight.semiBold,
|
|
4600
4607
|
padding: "0.4rem 0.6rem",
|
|
4601
4608
|
borderRadius: "0.4rem",
|
|
4602
4609
|
minHeight: "2.8rem",
|
|
4603
4610
|
gap: "0"
|
|
4604
4611
|
},
|
|
4605
4612
|
small: {
|
|
4606
|
-
fontWeight:
|
|
4613
|
+
fontWeight: e.core.font.fontWeight.semiBold,
|
|
4607
4614
|
padding: "0.2rem 0.4rem",
|
|
4608
4615
|
borderRadius: "0.4rem",
|
|
4609
4616
|
minHeight: "2.2rem",
|
|
@@ -4631,13 +4638,13 @@ const Yt = {
|
|
|
4631
4638
|
inline: {
|
|
4632
4639
|
sizes: {
|
|
4633
4640
|
regular: {
|
|
4634
|
-
fontWeight:
|
|
4641
|
+
fontWeight: e.core.font.fontWeight.semiBold,
|
|
4635
4642
|
padding: "0",
|
|
4636
4643
|
borderRadius: "0",
|
|
4637
4644
|
gap: "0"
|
|
4638
4645
|
},
|
|
4639
4646
|
small: {
|
|
4640
|
-
fontWeight:
|
|
4647
|
+
fontWeight: e.core.font.fontWeight.semiBold,
|
|
4641
4648
|
padding: "0",
|
|
4642
4649
|
borderRadius: "0",
|
|
4643
4650
|
gap: "0"
|
|
@@ -4703,8 +4710,14 @@ const Yt = {
|
|
|
4703
4710
|
levelOffset: "1.6rem",
|
|
4704
4711
|
gap: "1rem",
|
|
4705
4712
|
variants: {
|
|
4706
|
-
header: {
|
|
4707
|
-
|
|
4713
|
+
header: {
|
|
4714
|
+
textColor: e.semantic.color.text.neutral800,
|
|
4715
|
+
fontWeight: e.core.font.fontWeight.semiBold
|
|
4716
|
+
},
|
|
4717
|
+
sub: {
|
|
4718
|
+
textColor: e.semantic.color.text.neutral600,
|
|
4719
|
+
fontWeight: e.core.font.fontWeight.semiBold
|
|
4720
|
+
}
|
|
4708
4721
|
}
|
|
4709
4722
|
},
|
|
4710
4723
|
item: {
|
|
@@ -4827,7 +4840,8 @@ const Yt = {
|
|
|
4827
4840
|
S: "2.0rem",
|
|
4828
4841
|
M: "3.2rem",
|
|
4829
4842
|
L: "4.4rem"
|
|
4830
|
-
}
|
|
4843
|
+
},
|
|
4844
|
+
fontWeight: e.core.font.fontWeight.bold
|
|
4831
4845
|
}, ln = {
|
|
4832
4846
|
borderRadius: "1px",
|
|
4833
4847
|
textPosition: {
|
|
@@ -5001,7 +5015,7 @@ const Yt = {
|
|
|
5001
5015
|
gap: "0.6rem",
|
|
5002
5016
|
fontFamily: e.core.font.fontFamily.regular,
|
|
5003
5017
|
fontSize: "1.4rem",
|
|
5004
|
-
fontWeight:
|
|
5018
|
+
fontWeight: e.core.font.fontWeight.normal,
|
|
5005
5019
|
borderWidth: "1px",
|
|
5006
5020
|
borderRadius: "0.4rem",
|
|
5007
5021
|
indicator: {
|
|
@@ -5098,7 +5112,7 @@ const Yt = {
|
|
|
5098
5112
|
}, A = {
|
|
5099
5113
|
bgColor: { disabled: e.semantic.color.background.neutral400 },
|
|
5100
5114
|
textColor: { disabled: e.semantic.color.text.neutral600 }
|
|
5101
|
-
},
|
|
5115
|
+
}, F = {
|
|
5102
5116
|
borderColor: { disabled: e.semantic.color.border.neutral500 },
|
|
5103
5117
|
bgColor: { disabled: "transparent" },
|
|
5104
5118
|
textColor: { disabled: e.semantic.color.text.neutral500 }
|
|
@@ -5141,9 +5155,9 @@ const Yt = {
|
|
|
5141
5155
|
bgColor: N(e.semantic.color.background.success700, 12)
|
|
5142
5156
|
},
|
|
5143
5157
|
disabled: {
|
|
5144
|
-
borderColor:
|
|
5145
|
-
bgColor:
|
|
5146
|
-
textColor:
|
|
5158
|
+
borderColor: F.borderColor.disabled,
|
|
5159
|
+
bgColor: F.bgColor.disabled,
|
|
5160
|
+
textColor: F.textColor.disabled
|
|
5147
5161
|
}
|
|
5148
5162
|
}
|
|
5149
5163
|
},
|
|
@@ -5177,9 +5191,9 @@ const Yt = {
|
|
|
5177
5191
|
bgColor: N(e.semantic.color.background.attention700, 12)
|
|
5178
5192
|
},
|
|
5179
5193
|
disabled: {
|
|
5180
|
-
borderColor:
|
|
5181
|
-
bgColor:
|
|
5182
|
-
textColor:
|
|
5194
|
+
borderColor: F.borderColor.disabled,
|
|
5195
|
+
bgColor: F.bgColor.disabled,
|
|
5196
|
+
textColor: F.textColor.disabled
|
|
5183
5197
|
}
|
|
5184
5198
|
}
|
|
5185
5199
|
},
|
|
@@ -5213,9 +5227,9 @@ const Yt = {
|
|
|
5213
5227
|
bgColor: N(e.semantic.color.background.danger700, 12)
|
|
5214
5228
|
},
|
|
5215
5229
|
disabled: {
|
|
5216
|
-
borderColor:
|
|
5217
|
-
bgColor:
|
|
5218
|
-
textColor:
|
|
5230
|
+
borderColor: F.borderColor.disabled,
|
|
5231
|
+
bgColor: F.bgColor.disabled,
|
|
5232
|
+
textColor: F.textColor.disabled
|
|
5219
5233
|
}
|
|
5220
5234
|
}
|
|
5221
5235
|
},
|
|
@@ -5249,9 +5263,9 @@ const Yt = {
|
|
|
5249
5263
|
bgColor: N(e.semantic.color.background.notice700, 12)
|
|
5250
5264
|
},
|
|
5251
5265
|
disabled: {
|
|
5252
|
-
borderColor:
|
|
5253
|
-
bgColor:
|
|
5254
|
-
textColor:
|
|
5266
|
+
borderColor: F.borderColor.disabled,
|
|
5267
|
+
bgColor: F.bgColor.disabled,
|
|
5268
|
+
textColor: F.textColor.disabled
|
|
5255
5269
|
}
|
|
5256
5270
|
}
|
|
5257
5271
|
},
|
|
@@ -5285,9 +5299,9 @@ const Yt = {
|
|
|
5285
5299
|
bgColor: N(e.semantic.color.background.informative700, 12)
|
|
5286
5300
|
},
|
|
5287
5301
|
disabled: {
|
|
5288
|
-
borderColor:
|
|
5289
|
-
bgColor:
|
|
5290
|
-
textColor:
|
|
5302
|
+
borderColor: F.borderColor.disabled,
|
|
5303
|
+
bgColor: F.bgColor.disabled,
|
|
5304
|
+
textColor: F.textColor.disabled
|
|
5291
5305
|
}
|
|
5292
5306
|
}
|
|
5293
5307
|
}
|
|
@@ -5472,7 +5486,7 @@ const Yt = {
|
|
|
5472
5486
|
grid: {
|
|
5473
5487
|
gap: "1.6rem"
|
|
5474
5488
|
}
|
|
5475
|
-
},
|
|
5489
|
+
}, fn = {
|
|
5476
5490
|
gap: "2.4rem",
|
|
5477
5491
|
step: {
|
|
5478
5492
|
gap: "0.8rem",
|
|
@@ -5519,7 +5533,7 @@ const Yt = {
|
|
|
5519
5533
|
}
|
|
5520
5534
|
}
|
|
5521
5535
|
}
|
|
5522
|
-
},
|
|
5536
|
+
}, hn = {
|
|
5523
5537
|
width: "3.2rem",
|
|
5524
5538
|
height: "1.8rem",
|
|
5525
5539
|
padding: "0.2rem",
|
|
@@ -5658,7 +5672,7 @@ const Yt = {
|
|
|
5658
5672
|
},
|
|
5659
5673
|
active: {
|
|
5660
5674
|
textColor: e.semantic.color.text.neutral900,
|
|
5661
|
-
fontWeight:
|
|
5675
|
+
fontWeight: e.core.font.fontWeight.semiBold,
|
|
5662
5676
|
letterSpacing: "0"
|
|
5663
5677
|
},
|
|
5664
5678
|
disabled: {
|
|
@@ -5706,7 +5720,7 @@ const Yt = {
|
|
|
5706
5720
|
textColor: e.semantic.color.text.neutral900,
|
|
5707
5721
|
bgColor: e.semantic.color.background.neutral200,
|
|
5708
5722
|
borderColor: e.semantic.color.border.neutral900,
|
|
5709
|
-
fontWeight:
|
|
5723
|
+
fontWeight: e.core.font.fontWeight.semiBold,
|
|
5710
5724
|
letterSpacing: "0"
|
|
5711
5725
|
},
|
|
5712
5726
|
disabled: {
|
|
@@ -5724,13 +5738,13 @@ const Yt = {
|
|
|
5724
5738
|
}
|
|
5725
5739
|
}
|
|
5726
5740
|
}
|
|
5727
|
-
}, Y = "transparent",
|
|
5741
|
+
}, Y = "transparent", Fr = "0.4rem 0.6rem", Ir = "0", Tr = "0.4rem", Mr = "0", wn = {
|
|
5728
5742
|
gap: "0.4rem",
|
|
5729
5743
|
height: "2.7rem",
|
|
5730
5744
|
lineHeight: "1.9rem",
|
|
5731
5745
|
variants: {
|
|
5732
5746
|
primary: {
|
|
5733
|
-
padding:
|
|
5747
|
+
padding: Fr,
|
|
5734
5748
|
borderRadius: Tr,
|
|
5735
5749
|
states: {
|
|
5736
5750
|
normal: {
|
|
@@ -5751,7 +5765,7 @@ const Yt = {
|
|
|
5751
5765
|
}
|
|
5752
5766
|
},
|
|
5753
5767
|
destructive: {
|
|
5754
|
-
padding:
|
|
5768
|
+
padding: Fr,
|
|
5755
5769
|
borderRadius: Tr,
|
|
5756
5770
|
states: {
|
|
5757
5771
|
normal: {
|
|
@@ -5771,7 +5785,7 @@ const Yt = {
|
|
|
5771
5785
|
}
|
|
5772
5786
|
},
|
|
5773
5787
|
"primary-inline": {
|
|
5774
|
-
padding:
|
|
5788
|
+
padding: Ir,
|
|
5775
5789
|
borderRadius: Mr,
|
|
5776
5790
|
states: {
|
|
5777
5791
|
normal: {
|
|
@@ -5791,7 +5805,7 @@ const Yt = {
|
|
|
5791
5805
|
}
|
|
5792
5806
|
},
|
|
5793
5807
|
"destructive-inline": {
|
|
5794
|
-
padding:
|
|
5808
|
+
padding: Ir,
|
|
5795
5809
|
borderRadius: Mr,
|
|
5796
5810
|
states: {
|
|
5797
5811
|
normal: {
|
|
@@ -5910,32 +5924,32 @@ const Yt = {
|
|
|
5910
5924
|
sizes: {
|
|
5911
5925
|
XXL: {
|
|
5912
5926
|
fontSize: e.core.font.fontSize.s40,
|
|
5913
|
-
fontWeight:
|
|
5927
|
+
fontWeight: e.core.font.fontWeight.bold
|
|
5914
5928
|
},
|
|
5915
5929
|
XL: {
|
|
5916
5930
|
fontSize: e.core.font.fontSize.s28,
|
|
5917
|
-
fontWeight:
|
|
5931
|
+
fontWeight: e.core.font.fontWeight.bold
|
|
5918
5932
|
},
|
|
5919
5933
|
L: {
|
|
5920
5934
|
fontSize: e.core.font.fontSize.s20,
|
|
5921
|
-
fontWeight:
|
|
5935
|
+
fontWeight: e.core.font.fontWeight.semiBold
|
|
5922
5936
|
},
|
|
5923
5937
|
M: {
|
|
5924
5938
|
fontSize: e.core.font.fontSize.s18,
|
|
5925
|
-
fontWeight:
|
|
5939
|
+
fontWeight: e.core.font.fontWeight.semiBold
|
|
5926
5940
|
},
|
|
5927
5941
|
S: {
|
|
5928
5942
|
fontSize: e.core.font.fontSize.s16,
|
|
5929
|
-
fontWeight:
|
|
5943
|
+
fontWeight: e.core.font.fontWeight.semiBold
|
|
5930
5944
|
},
|
|
5931
5945
|
XS: {
|
|
5932
5946
|
fontSize: e.core.font.fontSize.s14,
|
|
5933
|
-
fontWeight:
|
|
5947
|
+
fontWeight: e.core.font.fontWeight.semiBold
|
|
5934
5948
|
}
|
|
5935
5949
|
},
|
|
5936
5950
|
fontWeight: {
|
|
5937
|
-
bold:
|
|
5938
|
-
semiBold:
|
|
5951
|
+
bold: e.core.font.fontWeight.bold,
|
|
5952
|
+
semiBold: e.core.font.fontWeight.semiBold
|
|
5939
5953
|
}
|
|
5940
5954
|
},
|
|
5941
5955
|
body: {
|
|
@@ -5949,7 +5963,7 @@ const Yt = {
|
|
|
5949
5963
|
},
|
|
5950
5964
|
fontWeight: {
|
|
5951
5965
|
regular: "inherit",
|
|
5952
|
-
semiBold:
|
|
5966
|
+
semiBold: e.core.font.fontWeight.semiBold,
|
|
5953
5967
|
italic: "inherit"
|
|
5954
5968
|
},
|
|
5955
5969
|
fontStyle: {
|
|
@@ -5966,8 +5980,8 @@ const Yt = {
|
|
|
5966
5980
|
S: e.core.font.fontSize.s10
|
|
5967
5981
|
},
|
|
5968
5982
|
fontWeight: {
|
|
5969
|
-
regular:
|
|
5970
|
-
semiBold:
|
|
5983
|
+
regular: e.core.font.fontWeight.normal,
|
|
5984
|
+
semiBold: e.core.font.fontWeight.semiBold
|
|
5971
5985
|
}
|
|
5972
5986
|
}
|
|
5973
5987
|
}, Pn = {
|
|
@@ -6022,13 +6036,13 @@ const Yt = {
|
|
|
6022
6036
|
borderColor: e.semantic.color.border.neutral300
|
|
6023
6037
|
}
|
|
6024
6038
|
}
|
|
6025
|
-
},
|
|
6039
|
+
}, Bn = {
|
|
6026
6040
|
bgColor: e.semantic.color.background.neutral100,
|
|
6027
6041
|
textColor: e.semantic.color.background.neutral700,
|
|
6028
6042
|
fontFamily: e.core.font.fontFamily.regular,
|
|
6029
6043
|
fontSize: e.core.font.fontSize.s14,
|
|
6030
6044
|
lineHeight: "1.4"
|
|
6031
|
-
},
|
|
6045
|
+
}, Fn = {
|
|
6032
6046
|
width: "0.5rem",
|
|
6033
6047
|
height: "0.5rem",
|
|
6034
6048
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -6041,7 +6055,7 @@ const Yt = {
|
|
|
6041
6055
|
name: "dark",
|
|
6042
6056
|
...e,
|
|
6043
6057
|
components: {
|
|
6044
|
-
actionIconButton:
|
|
6058
|
+
actionIconButton: Ia,
|
|
6045
6059
|
appBar: Ta,
|
|
6046
6060
|
appSelectionMenu: Ma,
|
|
6047
6061
|
autoComplete: Ea,
|
|
@@ -6080,8 +6094,8 @@ const Yt = {
|
|
|
6080
6094
|
semanticIcon: pn,
|
|
6081
6095
|
sideBar: xn,
|
|
6082
6096
|
skeleton: Cn,
|
|
6083
|
-
stepper:
|
|
6084
|
-
switchButton:
|
|
6097
|
+
stepper: fn,
|
|
6098
|
+
switchButton: hn,
|
|
6085
6099
|
table: yn,
|
|
6086
6100
|
tableHeading: kn,
|
|
6087
6101
|
tabs: vn,
|
|
@@ -6094,8 +6108,8 @@ const Yt = {
|
|
|
6094
6108
|
windowBar: Pn
|
|
6095
6109
|
},
|
|
6096
6110
|
globals: {
|
|
6097
|
-
body:
|
|
6098
|
-
scrollbar:
|
|
6111
|
+
body: Bn,
|
|
6112
|
+
scrollbar: Fn
|
|
6099
6113
|
}
|
|
6100
6114
|
}, mo = {
|
|
6101
6115
|
transparent: "#00000000",
|
|
@@ -6283,7 +6297,7 @@ const Yt = {
|
|
|
6283
6297
|
color: mo.primary600
|
|
6284
6298
|
}
|
|
6285
6299
|
}
|
|
6286
|
-
},
|
|
6300
|
+
}, In = {
|
|
6287
6301
|
sizes: {
|
|
6288
6302
|
L: {
|
|
6289
6303
|
size: "3rem",
|
|
@@ -6316,7 +6330,7 @@ const Yt = {
|
|
|
6316
6330
|
},
|
|
6317
6331
|
disabled: {
|
|
6318
6332
|
bgColor: o.semantic.color.background.neutral100,
|
|
6319
|
-
textColor: o.semantic.color.text.
|
|
6333
|
+
textColor: o.semantic.color.text.neutral400
|
|
6320
6334
|
}
|
|
6321
6335
|
},
|
|
6322
6336
|
secondary: {
|
|
@@ -6332,23 +6346,23 @@ const Yt = {
|
|
|
6332
6346
|
},
|
|
6333
6347
|
disabled: {
|
|
6334
6348
|
bgColor: o.semantic.color.background.neutral100,
|
|
6335
|
-
textColor: o.semantic.color.text.
|
|
6349
|
+
textColor: o.semantic.color.text.neutral400
|
|
6336
6350
|
}
|
|
6337
6351
|
}
|
|
6338
6352
|
}
|
|
6339
6353
|
}, Tn = {
|
|
6340
6354
|
height: "7rem",
|
|
6341
6355
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
6342
|
-
separator: `1px solid ${o.semantic.color.border.
|
|
6343
|
-
boxShadow: `0px 1px 0px 0px ${o.semantic.color.border.
|
|
6356
|
+
separator: `1px solid ${o.semantic.color.border.secondary200}`,
|
|
6357
|
+
boxShadow: `0px 1px 0px 0px ${o.semantic.color.border.secondary200}`,
|
|
6344
6358
|
group: {
|
|
6345
6359
|
gap: "1.6rem"
|
|
6346
6360
|
},
|
|
6347
6361
|
variants: {
|
|
6348
6362
|
default: {
|
|
6349
6363
|
bgColor: o.semantic.color.background.secondary0,
|
|
6350
|
-
color: o.semantic.color.background.
|
|
6351
|
-
userNameColor: o.semantic.color.background.
|
|
6364
|
+
color: o.semantic.color.background.primary400,
|
|
6365
|
+
userNameColor: o.semantic.color.background.secondary700,
|
|
6352
6366
|
accountNameColor: o.semantic.color.background.secondary950
|
|
6353
6367
|
},
|
|
6354
6368
|
alert: {
|
|
@@ -6578,7 +6592,7 @@ const Yt = {
|
|
|
6578
6592
|
disabled: {
|
|
6579
6593
|
bgColor: o.semantic.color.background.neutral100,
|
|
6580
6594
|
borderColor: o.semantic.color.border.neutral200,
|
|
6581
|
-
textColor: o.semantic.color.text.
|
|
6595
|
+
textColor: o.semantic.color.text.neutral400
|
|
6582
6596
|
}
|
|
6583
6597
|
},
|
|
6584
6598
|
destructive: {
|
|
@@ -6600,7 +6614,7 @@ const Yt = {
|
|
|
6600
6614
|
disabled: {
|
|
6601
6615
|
bgColor: o.semantic.color.background.neutral100,
|
|
6602
6616
|
borderColor: o.semantic.color.border.neutral200,
|
|
6603
|
-
textColor: o.semantic.color.text.
|
|
6617
|
+
textColor: o.semantic.color.text.neutral400
|
|
6604
6618
|
}
|
|
6605
6619
|
},
|
|
6606
6620
|
"secondary-fill": {
|
|
@@ -6622,7 +6636,7 @@ const Yt = {
|
|
|
6622
6636
|
disabled: {
|
|
6623
6637
|
bgColor: o.semantic.color.background.neutral100,
|
|
6624
6638
|
borderColor: o.semantic.color.border.neutral200,
|
|
6625
|
-
textColor: o.semantic.color.text.
|
|
6639
|
+
textColor: o.semantic.color.text.neutral400
|
|
6626
6640
|
}
|
|
6627
6641
|
},
|
|
6628
6642
|
"secondary-invert": {
|
|
@@ -6644,7 +6658,7 @@ const Yt = {
|
|
|
6644
6658
|
disabled: {
|
|
6645
6659
|
bgColor: o.semantic.color.background.neutral100,
|
|
6646
6660
|
borderColor: o.semantic.color.border.neutral200,
|
|
6647
|
-
textColor: o.semantic.color.text.
|
|
6661
|
+
textColor: o.semantic.color.text.neutral400
|
|
6648
6662
|
}
|
|
6649
6663
|
},
|
|
6650
6664
|
"secondary-ghost": {
|
|
@@ -6666,7 +6680,7 @@ const Yt = {
|
|
|
6666
6680
|
disabled: {
|
|
6667
6681
|
bgColor: "transparent",
|
|
6668
6682
|
borderColor: o.semantic.color.border.neutral200,
|
|
6669
|
-
textColor: o.semantic.color.text.
|
|
6683
|
+
textColor: o.semantic.color.text.neutral400
|
|
6670
6684
|
}
|
|
6671
6685
|
}
|
|
6672
6686
|
}
|
|
@@ -6674,7 +6688,7 @@ const Yt = {
|
|
|
6674
6688
|
borderRadius: "0.4rem",
|
|
6675
6689
|
border: `1px solid ${o.semantic.color.border.transparent}`,
|
|
6676
6690
|
fontSize: "1.4rem",
|
|
6677
|
-
fontWeight:
|
|
6691
|
+
fontWeight: o.core.font.fontWeight.normal,
|
|
6678
6692
|
fontStyle: "normal",
|
|
6679
6693
|
padding: "0.1rem",
|
|
6680
6694
|
gap: "0.2rem",
|
|
@@ -6866,7 +6880,7 @@ const Yt = {
|
|
|
6866
6880
|
borderColor: o.semantic.color.border.secondary400
|
|
6867
6881
|
}, qn = {
|
|
6868
6882
|
fontSize: o.core.font.fontSize.s14,
|
|
6869
|
-
fontWeight:
|
|
6883
|
+
fontWeight: o.core.font.fontWeight.normal,
|
|
6870
6884
|
fontFamily: o.core.font.fontFamily.regular,
|
|
6871
6885
|
focusOutline: `1px dashed ${o.semantic.color.border.primary300}`,
|
|
6872
6886
|
dayCell: {
|
|
@@ -7043,7 +7057,7 @@ const Yt = {
|
|
|
7043
7057
|
},
|
|
7044
7058
|
disabled: {
|
|
7045
7059
|
bgColor: "transparent",
|
|
7046
|
-
textColor: o.semantic.color.text.
|
|
7060
|
+
textColor: o.semantic.color.text.neutral400
|
|
7047
7061
|
}
|
|
7048
7062
|
},
|
|
7049
7063
|
borderRadius: "0.4rem"
|
|
@@ -7053,7 +7067,7 @@ const Yt = {
|
|
|
7053
7067
|
gap: "0.5rem",
|
|
7054
7068
|
fontFamily: o.core.font.fontFamily.regular,
|
|
7055
7069
|
fontSize: "1.4rem",
|
|
7056
|
-
fontWeight:
|
|
7070
|
+
fontWeight: o.core.font.fontWeight.normal,
|
|
7057
7071
|
resetButton: {
|
|
7058
7072
|
iconColor: o.semantic.color.icon.secondary950
|
|
7059
7073
|
},
|
|
@@ -7081,8 +7095,8 @@ const Yt = {
|
|
|
7081
7095
|
states: {
|
|
7082
7096
|
normal: {
|
|
7083
7097
|
bgColor: o.semantic.color.background.secondary0,
|
|
7084
|
-
textColor: o.semantic.color.text.
|
|
7085
|
-
borderColor: o.semantic.color.border.
|
|
7098
|
+
textColor: o.semantic.color.text.secondary950,
|
|
7099
|
+
borderColor: o.semantic.color.border.secondary400
|
|
7086
7100
|
},
|
|
7087
7101
|
focused: {
|
|
7088
7102
|
borderColor: o.semantic.color.border.primary400
|
|
@@ -7166,14 +7180,14 @@ const Yt = {
|
|
|
7166
7180
|
block: {
|
|
7167
7181
|
sizes: {
|
|
7168
7182
|
regular: {
|
|
7169
|
-
fontWeight:
|
|
7183
|
+
fontWeight: o.core.font.fontWeight.semiBold,
|
|
7170
7184
|
padding: "0.4rem 0.6rem",
|
|
7171
7185
|
borderRadius: "0.4rem",
|
|
7172
7186
|
minHeight: "2.8rem",
|
|
7173
7187
|
gap: "0"
|
|
7174
7188
|
},
|
|
7175
7189
|
small: {
|
|
7176
|
-
fontWeight:
|
|
7190
|
+
fontWeight: o.core.font.fontWeight.semiBold,
|
|
7177
7191
|
padding: "0.2rem 0.4rem",
|
|
7178
7192
|
borderRadius: "0.4rem",
|
|
7179
7193
|
minHeight: "2.2rem",
|
|
@@ -7202,13 +7216,13 @@ const Yt = {
|
|
|
7202
7216
|
inline: {
|
|
7203
7217
|
sizes: {
|
|
7204
7218
|
regular: {
|
|
7205
|
-
fontWeight:
|
|
7219
|
+
fontWeight: o.core.font.fontWeight.semiBold,
|
|
7206
7220
|
padding: "0",
|
|
7207
7221
|
borderRadius: "0",
|
|
7208
7222
|
gap: "0"
|
|
7209
7223
|
},
|
|
7210
7224
|
small: {
|
|
7211
|
-
fontWeight:
|
|
7225
|
+
fontWeight: o.core.font.fontWeight.semiBold,
|
|
7212
7226
|
padding: "0",
|
|
7213
7227
|
borderRadius: "0",
|
|
7214
7228
|
gap: "0"
|
|
@@ -7274,11 +7288,11 @@ const Yt = {
|
|
|
7274
7288
|
variants: {
|
|
7275
7289
|
header: {
|
|
7276
7290
|
textColor: o.semantic.color.text.secondary950,
|
|
7277
|
-
fontWeight:
|
|
7291
|
+
fontWeight: o.core.font.fontWeight.semiBold
|
|
7278
7292
|
},
|
|
7279
7293
|
sub: {
|
|
7280
7294
|
textColor: o.semantic.color.text.secondary700,
|
|
7281
|
-
fontWeight:
|
|
7295
|
+
fontWeight: o.core.font.fontWeight.semiBold
|
|
7282
7296
|
}
|
|
7283
7297
|
}
|
|
7284
7298
|
},
|
|
@@ -7424,7 +7438,8 @@ const Yt = {
|
|
|
7424
7438
|
S: "2.0rem",
|
|
7425
7439
|
M: "3.2rem",
|
|
7426
7440
|
L: "4.4rem"
|
|
7427
|
-
}
|
|
7441
|
+
},
|
|
7442
|
+
fontWeight: o.core.font.fontWeight.bold
|
|
7428
7443
|
}, ic = {
|
|
7429
7444
|
borderRadius: "1px",
|
|
7430
7445
|
textPosition: {
|
|
@@ -7604,7 +7619,7 @@ const Yt = {
|
|
|
7604
7619
|
gap: "0.6rem",
|
|
7605
7620
|
fontFamily: o.core.font.fontFamily.regular,
|
|
7606
7621
|
fontSize: "1.4rem",
|
|
7607
|
-
fontWeight:
|
|
7622
|
+
fontWeight: o.core.font.fontWeight.normal,
|
|
7608
7623
|
borderWidth: "1px",
|
|
7609
7624
|
borderRadius: "0.4rem",
|
|
7610
7625
|
indicator: {
|
|
@@ -8172,7 +8187,7 @@ const Yt = {
|
|
|
8172
8187
|
}
|
|
8173
8188
|
}
|
|
8174
8189
|
}
|
|
8175
|
-
},
|
|
8190
|
+
}, fc = {
|
|
8176
8191
|
width: "3.2rem",
|
|
8177
8192
|
height: "1.8rem",
|
|
8178
8193
|
padding: "0.2rem",
|
|
@@ -8224,7 +8239,7 @@ const Yt = {
|
|
|
8224
8239
|
}
|
|
8225
8240
|
}
|
|
8226
8241
|
}
|
|
8227
|
-
},
|
|
8242
|
+
}, hc = {
|
|
8228
8243
|
table: {
|
|
8229
8244
|
tableContainer: {
|
|
8230
8245
|
backgroundColor: o.semantic.color.background.secondary0,
|
|
@@ -8308,7 +8323,7 @@ const Yt = {
|
|
|
8308
8323
|
},
|
|
8309
8324
|
active: {
|
|
8310
8325
|
textColor: o.semantic.color.text.secondary950,
|
|
8311
|
-
fontWeight:
|
|
8326
|
+
fontWeight: o.core.font.fontWeight.semiBold,
|
|
8312
8327
|
letterSpacing: "0"
|
|
8313
8328
|
},
|
|
8314
8329
|
disabled: {
|
|
@@ -8356,7 +8371,7 @@ const Yt = {
|
|
|
8356
8371
|
textColor: o.semantic.color.text.secondary950,
|
|
8357
8372
|
bgColor: o.semantic.color.background.secondary100,
|
|
8358
8373
|
borderColor: o.semantic.color.border.secondary300,
|
|
8359
|
-
fontWeight:
|
|
8374
|
+
fontWeight: o.core.font.fontWeight.semiBold,
|
|
8360
8375
|
letterSpacing: "0"
|
|
8361
8376
|
},
|
|
8362
8377
|
disabled: {
|
|
@@ -8397,7 +8412,7 @@ const Yt = {
|
|
|
8397
8412
|
},
|
|
8398
8413
|
disabled: {
|
|
8399
8414
|
bgColor: O,
|
|
8400
|
-
textColor: o.semantic.color.text.
|
|
8415
|
+
textColor: o.semantic.color.text.neutral400
|
|
8401
8416
|
}
|
|
8402
8417
|
}
|
|
8403
8418
|
},
|
|
@@ -8419,7 +8434,7 @@ const Yt = {
|
|
|
8419
8434
|
},
|
|
8420
8435
|
disabled: {
|
|
8421
8436
|
bgColor: O,
|
|
8422
|
-
textColor: o.semantic.color.text.
|
|
8437
|
+
textColor: o.semantic.color.text.neutral400
|
|
8423
8438
|
}
|
|
8424
8439
|
}
|
|
8425
8440
|
},
|
|
@@ -8441,7 +8456,7 @@ const Yt = {
|
|
|
8441
8456
|
},
|
|
8442
8457
|
disabled: {
|
|
8443
8458
|
bgColor: O,
|
|
8444
|
-
textColor: o.semantic.color.text.
|
|
8459
|
+
textColor: o.semantic.color.text.neutral400
|
|
8445
8460
|
}
|
|
8446
8461
|
}
|
|
8447
8462
|
},
|
|
@@ -8463,7 +8478,7 @@ const Yt = {
|
|
|
8463
8478
|
},
|
|
8464
8479
|
disabled: {
|
|
8465
8480
|
bgColor: O,
|
|
8466
|
-
textColor: o.semantic.color.text.
|
|
8481
|
+
textColor: o.semantic.color.text.neutral400
|
|
8467
8482
|
}
|
|
8468
8483
|
}
|
|
8469
8484
|
}
|
|
@@ -8477,10 +8492,10 @@ const Yt = {
|
|
|
8477
8492
|
toaster: { gap: "2rem" }
|
|
8478
8493
|
}, So = "transparent", Sc = {
|
|
8479
8494
|
gap: "0.4rem",
|
|
8480
|
-
height: "
|
|
8495
|
+
height: "3rem",
|
|
8481
8496
|
lineHeight: "1.9rem",
|
|
8482
|
-
padding: "0.4rem
|
|
8483
|
-
borderRadius: "0.
|
|
8497
|
+
padding: "0.4rem",
|
|
8498
|
+
borderRadius: "0.5rem",
|
|
8484
8499
|
toggleStates: {
|
|
8485
8500
|
on: {
|
|
8486
8501
|
normal: {
|
|
@@ -8497,7 +8512,7 @@ const Yt = {
|
|
|
8497
8512
|
},
|
|
8498
8513
|
disabled: {
|
|
8499
8514
|
bgColor: So,
|
|
8500
|
-
textColor: o.semantic.color.text.
|
|
8515
|
+
textColor: o.semantic.color.text.neutral400
|
|
8501
8516
|
}
|
|
8502
8517
|
},
|
|
8503
8518
|
off: {
|
|
@@ -8515,7 +8530,7 @@ const Yt = {
|
|
|
8515
8530
|
},
|
|
8516
8531
|
disabled: {
|
|
8517
8532
|
bgColor: So,
|
|
8518
|
-
textColor: o.semantic.color.text.
|
|
8533
|
+
textColor: o.semantic.color.text.neutral400
|
|
8519
8534
|
}
|
|
8520
8535
|
}
|
|
8521
8536
|
},
|
|
@@ -8565,32 +8580,32 @@ const Yt = {
|
|
|
8565
8580
|
sizes: {
|
|
8566
8581
|
XXL: {
|
|
8567
8582
|
fontSize: o.core.font.fontSize.s40,
|
|
8568
|
-
fontWeight:
|
|
8583
|
+
fontWeight: o.core.font.fontWeight.bold
|
|
8569
8584
|
},
|
|
8570
8585
|
XL: {
|
|
8571
8586
|
fontSize: o.core.font.fontSize.s28,
|
|
8572
|
-
fontWeight:
|
|
8587
|
+
fontWeight: o.core.font.fontWeight.bold
|
|
8573
8588
|
},
|
|
8574
8589
|
L: {
|
|
8575
8590
|
fontSize: o.core.font.fontSize.s20,
|
|
8576
|
-
fontWeight:
|
|
8591
|
+
fontWeight: o.core.font.fontWeight.semiBold
|
|
8577
8592
|
},
|
|
8578
8593
|
M: {
|
|
8579
8594
|
fontSize: o.core.font.fontSize.s18,
|
|
8580
|
-
fontWeight:
|
|
8595
|
+
fontWeight: o.core.font.fontWeight.semiBold
|
|
8581
8596
|
},
|
|
8582
8597
|
S: {
|
|
8583
8598
|
fontSize: o.core.font.fontSize.s16,
|
|
8584
|
-
fontWeight:
|
|
8599
|
+
fontWeight: o.core.font.fontWeight.semiBold
|
|
8585
8600
|
},
|
|
8586
8601
|
XS: {
|
|
8587
8602
|
fontSize: o.core.font.fontSize.s14,
|
|
8588
|
-
fontWeight:
|
|
8603
|
+
fontWeight: o.core.font.fontWeight.semiBold
|
|
8589
8604
|
}
|
|
8590
8605
|
},
|
|
8591
8606
|
fontWeight: {
|
|
8592
|
-
bold:
|
|
8593
|
-
semiBold:
|
|
8607
|
+
bold: o.core.font.fontWeight.bold,
|
|
8608
|
+
semiBold: o.core.font.fontWeight.semiBold
|
|
8594
8609
|
}
|
|
8595
8610
|
},
|
|
8596
8611
|
body: {
|
|
@@ -8604,7 +8619,7 @@ const Yt = {
|
|
|
8604
8619
|
},
|
|
8605
8620
|
fontWeight: {
|
|
8606
8621
|
regular: "inherit",
|
|
8607
|
-
semiBold:
|
|
8622
|
+
semiBold: o.core.font.fontWeight.semiBold,
|
|
8608
8623
|
italic: "inherit"
|
|
8609
8624
|
},
|
|
8610
8625
|
fontStyle: {
|
|
@@ -8621,8 +8636,8 @@ const Yt = {
|
|
|
8621
8636
|
S: o.core.font.fontSize.s10
|
|
8622
8637
|
},
|
|
8623
8638
|
fontWeight: {
|
|
8624
|
-
regular:
|
|
8625
|
-
semiBold:
|
|
8639
|
+
regular: o.core.font.fontWeight.normal,
|
|
8640
|
+
semiBold: o.core.font.fontWeight.semiBold
|
|
8626
8641
|
}
|
|
8627
8642
|
}
|
|
8628
8643
|
}, Wc = {
|
|
@@ -8683,7 +8698,7 @@ const Yt = {
|
|
|
8683
8698
|
fontFamily: o.core.font.fontFamily.regular,
|
|
8684
8699
|
fontSize: o.core.font.fontSize.s14,
|
|
8685
8700
|
lineHeight: "1.4"
|
|
8686
|
-
},
|
|
8701
|
+
}, Bc = {
|
|
8687
8702
|
width: "0.5rem",
|
|
8688
8703
|
height: "0.5rem",
|
|
8689
8704
|
bgColor: o.semantic.color.background.secondary100,
|
|
@@ -8696,7 +8711,7 @@ const Yt = {
|
|
|
8696
8711
|
name: "light-2",
|
|
8697
8712
|
...o,
|
|
8698
8713
|
components: {
|
|
8699
|
-
actionIconButton:
|
|
8714
|
+
actionIconButton: In,
|
|
8700
8715
|
appBar: Tn,
|
|
8701
8716
|
appSelectionMenu: Mn,
|
|
8702
8717
|
autoComplete: En,
|
|
@@ -8736,8 +8751,8 @@ const Yt = {
|
|
|
8736
8751
|
sideBar: pc,
|
|
8737
8752
|
skeleton: xc,
|
|
8738
8753
|
stepper: Cc,
|
|
8739
|
-
switchButton:
|
|
8740
|
-
table:
|
|
8754
|
+
switchButton: fc,
|
|
8755
|
+
table: hc,
|
|
8741
8756
|
tableHeading: yc,
|
|
8742
8757
|
tabs: kc,
|
|
8743
8758
|
textButton: vc,
|
|
@@ -8750,7 +8765,7 @@ const Yt = {
|
|
|
8750
8765
|
},
|
|
8751
8766
|
globals: {
|
|
8752
8767
|
body: Pc,
|
|
8753
|
-
scrollbar:
|
|
8768
|
+
scrollbar: Bc
|
|
8754
8769
|
}
|
|
8755
8770
|
}, bo = {
|
|
8756
8771
|
transparent: "#00000000",
|
|
@@ -8938,7 +8953,7 @@ const Yt = {
|
|
|
8938
8953
|
color: bo.primary200
|
|
8939
8954
|
}
|
|
8940
8955
|
}
|
|
8941
|
-
},
|
|
8956
|
+
}, Fc = {
|
|
8942
8957
|
sizes: {
|
|
8943
8958
|
L: {
|
|
8944
8959
|
size: "3rem",
|
|
@@ -8970,8 +8985,8 @@ const Yt = {
|
|
|
8970
8985
|
bgColor: r.semantic.color.background.primary400
|
|
8971
8986
|
},
|
|
8972
8987
|
disabled: {
|
|
8973
|
-
bgColor: r.semantic.color.background.
|
|
8974
|
-
textColor: r.semantic.color.text.
|
|
8988
|
+
bgColor: r.semantic.color.background.secondary800,
|
|
8989
|
+
textColor: r.semantic.color.text.secondary600
|
|
8975
8990
|
}
|
|
8976
8991
|
},
|
|
8977
8992
|
secondary: {
|
|
@@ -8986,15 +9001,15 @@ const Yt = {
|
|
|
8986
9001
|
bgColor: r.semantic.color.background.secondary800
|
|
8987
9002
|
},
|
|
8988
9003
|
disabled: {
|
|
8989
|
-
bgColor: r.semantic.color.background.
|
|
8990
|
-
textColor: r.semantic.color.text.
|
|
9004
|
+
bgColor: r.semantic.color.background.secondary800,
|
|
9005
|
+
textColor: r.semantic.color.text.secondary600
|
|
8991
9006
|
}
|
|
8992
9007
|
}
|
|
8993
9008
|
}
|
|
8994
|
-
},
|
|
9009
|
+
}, Ic = {
|
|
8995
9010
|
height: "7rem",
|
|
8996
9011
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
8997
|
-
separator: `1px solid ${r.semantic.color.border.
|
|
9012
|
+
separator: `1px solid ${r.semantic.color.border.secondary800}`,
|
|
8998
9013
|
boxShadow: `0px 1px 0px 0px ${r.semantic.color.border.secondary800}`,
|
|
8999
9014
|
group: {
|
|
9000
9015
|
gap: "1.6rem"
|
|
@@ -9002,9 +9017,9 @@ const Yt = {
|
|
|
9002
9017
|
variants: {
|
|
9003
9018
|
default: {
|
|
9004
9019
|
bgColor: r.semantic.color.background.secondary950,
|
|
9005
|
-
color: r.semantic.color.background.
|
|
9006
|
-
userNameColor: r.semantic.color.background.
|
|
9007
|
-
accountNameColor: r.semantic.color.background.
|
|
9020
|
+
color: r.semantic.color.background.secondary50,
|
|
9021
|
+
userNameColor: r.semantic.color.background.secondary400,
|
|
9022
|
+
accountNameColor: r.semantic.color.background.secondary50
|
|
9008
9023
|
},
|
|
9009
9024
|
alert: {
|
|
9010
9025
|
bgColor: r.semantic.color.background.danger200,
|
|
@@ -9118,10 +9133,10 @@ const Yt = {
|
|
|
9118
9133
|
iconColor: r.semantic.color.text.attention400
|
|
9119
9134
|
},
|
|
9120
9135
|
disabled: {
|
|
9121
|
-
backgroundColor: r.semantic.color.background.
|
|
9122
|
-
color: r.semantic.color.text.
|
|
9123
|
-
borderColor: r.semantic.color.border.
|
|
9124
|
-
iconColor: r.semantic.color.text.
|
|
9136
|
+
backgroundColor: r.semantic.color.background.secondary950,
|
|
9137
|
+
color: r.semantic.color.text.secondary700,
|
|
9138
|
+
borderColor: r.semantic.color.border.secondary900,
|
|
9139
|
+
iconColor: r.semantic.color.text.secondary700
|
|
9125
9140
|
}
|
|
9126
9141
|
}
|
|
9127
9142
|
}, Hc = {
|
|
@@ -9201,7 +9216,7 @@ const Yt = {
|
|
|
9201
9216
|
lineHeight: "1.64rem"
|
|
9202
9217
|
},
|
|
9203
9218
|
medium: {
|
|
9204
|
-
borderRadius: "0.
|
|
9219
|
+
borderRadius: "0.5rem",
|
|
9205
9220
|
padding: "0.55rem 1.2rem",
|
|
9206
9221
|
height: "3rem",
|
|
9207
9222
|
lineHeight: "1.91rem"
|
|
@@ -9231,9 +9246,9 @@ const Yt = {
|
|
|
9231
9246
|
textColor: r.semantic.color.text.secondary0
|
|
9232
9247
|
},
|
|
9233
9248
|
disabled: {
|
|
9234
|
-
bgColor: r.semantic.color.background.
|
|
9235
|
-
borderColor: r.semantic.color.border.
|
|
9236
|
-
textColor: r.semantic.color.text.
|
|
9249
|
+
bgColor: r.semantic.color.background.secondary800,
|
|
9250
|
+
borderColor: r.semantic.color.border.secondary700,
|
|
9251
|
+
textColor: r.semantic.color.text.secondary600
|
|
9237
9252
|
}
|
|
9238
9253
|
},
|
|
9239
9254
|
destructive: {
|
|
@@ -9253,9 +9268,9 @@ const Yt = {
|
|
|
9253
9268
|
textColor: r.semantic.color.text.secondary0
|
|
9254
9269
|
},
|
|
9255
9270
|
disabled: {
|
|
9256
|
-
bgColor: r.semantic.color.background.
|
|
9257
|
-
borderColor: r.semantic.color.border.
|
|
9258
|
-
textColor: r.semantic.color.text.
|
|
9271
|
+
bgColor: r.semantic.color.background.secondary800,
|
|
9272
|
+
borderColor: r.semantic.color.border.secondary700,
|
|
9273
|
+
textColor: r.semantic.color.text.secondary600
|
|
9259
9274
|
}
|
|
9260
9275
|
},
|
|
9261
9276
|
"secondary-fill": {
|
|
@@ -9275,9 +9290,9 @@ const Yt = {
|
|
|
9275
9290
|
textColor: r.semantic.color.text.secondary0
|
|
9276
9291
|
},
|
|
9277
9292
|
disabled: {
|
|
9278
|
-
bgColor: r.semantic.color.background.
|
|
9279
|
-
borderColor: r.semantic.color.border.
|
|
9280
|
-
textColor: r.semantic.color.text.
|
|
9293
|
+
bgColor: r.semantic.color.background.secondary800,
|
|
9294
|
+
borderColor: r.semantic.color.border.secondary700,
|
|
9295
|
+
textColor: r.semantic.color.text.secondary600
|
|
9281
9296
|
}
|
|
9282
9297
|
},
|
|
9283
9298
|
"secondary-invert": {
|
|
@@ -9297,9 +9312,9 @@ const Yt = {
|
|
|
9297
9312
|
textColor: r.semantic.color.text.secondary0
|
|
9298
9313
|
},
|
|
9299
9314
|
disabled: {
|
|
9300
|
-
bgColor: r.semantic.color.background.
|
|
9301
|
-
borderColor: r.semantic.color.border.
|
|
9302
|
-
textColor: r.semantic.color.text.
|
|
9315
|
+
bgColor: r.semantic.color.background.secondary800,
|
|
9316
|
+
borderColor: r.semantic.color.border.secondary700,
|
|
9317
|
+
textColor: r.semantic.color.text.secondary600
|
|
9303
9318
|
}
|
|
9304
9319
|
},
|
|
9305
9320
|
"secondary-ghost": {
|
|
@@ -9320,8 +9335,8 @@ const Yt = {
|
|
|
9320
9335
|
},
|
|
9321
9336
|
disabled: {
|
|
9322
9337
|
bgColor: "transparent",
|
|
9323
|
-
borderColor: r.semantic.color.border.
|
|
9324
|
-
textColor: r.semantic.color.text.
|
|
9338
|
+
borderColor: r.semantic.color.border.secondary700,
|
|
9339
|
+
textColor: r.semantic.color.text.secondary600
|
|
9325
9340
|
}
|
|
9326
9341
|
}
|
|
9327
9342
|
}
|
|
@@ -9329,7 +9344,7 @@ const Yt = {
|
|
|
9329
9344
|
borderRadius: "0.4rem",
|
|
9330
9345
|
border: `1px solid ${r.semantic.color.border.transparent}`,
|
|
9331
9346
|
fontSize: "1.4rem",
|
|
9332
|
-
fontWeight:
|
|
9347
|
+
fontWeight: r.core.font.fontWeight.normal,
|
|
9333
9348
|
fontStyle: "normal",
|
|
9334
9349
|
padding: "0.1rem",
|
|
9335
9350
|
gap: "0.2rem",
|
|
@@ -9395,7 +9410,7 @@ const Yt = {
|
|
|
9395
9410
|
disabled: {
|
|
9396
9411
|
bgColor: r.semantic.color.background.secondary800,
|
|
9397
9412
|
iconColor: r.semantic.color.icon.secondary600,
|
|
9398
|
-
textColor: r.semantic.color.text.
|
|
9413
|
+
textColor: r.semantic.color.text.secondary700
|
|
9399
9414
|
}
|
|
9400
9415
|
},
|
|
9401
9416
|
off: {
|
|
@@ -9407,7 +9422,7 @@ const Yt = {
|
|
|
9407
9422
|
disabled: {
|
|
9408
9423
|
bgColor: r.semantic.color.background.secondary900,
|
|
9409
9424
|
borderColor: r.semantic.color.border.secondary800,
|
|
9410
|
-
textColor: r.semantic.color.text.
|
|
9425
|
+
textColor: r.semantic.color.text.secondary700
|
|
9411
9426
|
}
|
|
9412
9427
|
}
|
|
9413
9428
|
},
|
|
@@ -9419,9 +9434,9 @@ const Yt = {
|
|
|
9419
9434
|
textColor: r.semantic.color.text.danger400
|
|
9420
9435
|
},
|
|
9421
9436
|
disabled: {
|
|
9422
|
-
bgColor: r.semantic.color.background.
|
|
9423
|
-
iconColor: r.semantic.color.icon.
|
|
9424
|
-
textColor: r.semantic.color.text.
|
|
9437
|
+
bgColor: r.semantic.color.background.danger500,
|
|
9438
|
+
iconColor: r.semantic.color.icon.secondary0,
|
|
9439
|
+
textColor: r.semantic.color.text.danger400
|
|
9425
9440
|
}
|
|
9426
9441
|
},
|
|
9427
9442
|
off: {
|
|
@@ -9432,8 +9447,8 @@ const Yt = {
|
|
|
9432
9447
|
},
|
|
9433
9448
|
disabled: {
|
|
9434
9449
|
bgColor: r.semantic.color.background.secondary900,
|
|
9435
|
-
borderColor: r.semantic.color.border.
|
|
9436
|
-
textColor: r.semantic.color.text.
|
|
9450
|
+
borderColor: r.semantic.color.border.danger500,
|
|
9451
|
+
textColor: r.semantic.color.text.danger400
|
|
9437
9452
|
}
|
|
9438
9453
|
}
|
|
9439
9454
|
}
|
|
@@ -9460,8 +9475,8 @@ const Yt = {
|
|
|
9460
9475
|
textColor: r.semantic.color.text.secondary50
|
|
9461
9476
|
},
|
|
9462
9477
|
disabled: {
|
|
9463
|
-
bgColor: r.semantic.color.background.
|
|
9464
|
-
textColor: r.semantic.color.text.
|
|
9478
|
+
bgColor: r.semantic.color.background.secondary900,
|
|
9479
|
+
textColor: r.semantic.color.text.secondary700
|
|
9465
9480
|
}
|
|
9466
9481
|
},
|
|
9467
9482
|
flat: {
|
|
@@ -9470,8 +9485,8 @@ const Yt = {
|
|
|
9470
9485
|
textColor: r.semantic.color.text.secondary50
|
|
9471
9486
|
},
|
|
9472
9487
|
disabled: {
|
|
9473
|
-
bgColor: r.semantic.color.background.
|
|
9474
|
-
textColor: r.semantic.color.text.
|
|
9488
|
+
bgColor: r.semantic.color.background.secondary900,
|
|
9489
|
+
textColor: r.semantic.color.text.secondary700
|
|
9475
9490
|
}
|
|
9476
9491
|
}
|
|
9477
9492
|
},
|
|
@@ -9521,7 +9536,7 @@ const Yt = {
|
|
|
9521
9536
|
borderColor: r.semantic.color.border.secondary700
|
|
9522
9537
|
}, Gc = {
|
|
9523
9538
|
fontSize: r.core.font.fontSize.s14,
|
|
9524
|
-
fontWeight:
|
|
9539
|
+
fontWeight: r.core.font.fontWeight.normal,
|
|
9525
9540
|
fontFamily: r.core.font.fontFamily.regular,
|
|
9526
9541
|
focusOutline: `1px dashed ${r.semantic.color.border.primary300}`,
|
|
9527
9542
|
dayCell: {
|
|
@@ -9698,7 +9713,7 @@ const Yt = {
|
|
|
9698
9713
|
},
|
|
9699
9714
|
disabled: {
|
|
9700
9715
|
bgColor: "transparent",
|
|
9701
|
-
textColor: r.semantic.color.text.
|
|
9716
|
+
textColor: r.semantic.color.text.secondary600
|
|
9702
9717
|
}
|
|
9703
9718
|
},
|
|
9704
9719
|
borderRadius: "0.4rem"
|
|
@@ -9708,7 +9723,7 @@ const Yt = {
|
|
|
9708
9723
|
gap: "0.5rem",
|
|
9709
9724
|
fontFamily: r.core.font.fontFamily.regular,
|
|
9710
9725
|
fontSize: "1.4rem",
|
|
9711
|
-
fontWeight:
|
|
9726
|
+
fontWeight: r.core.font.fontWeight.normal,
|
|
9712
9727
|
resetButton: {
|
|
9713
9728
|
iconColor: r.semantic.color.icon.secondary200
|
|
9714
9729
|
},
|
|
@@ -9718,7 +9733,7 @@ const Yt = {
|
|
|
9718
9733
|
successIconColor: r.semantic.color.icon.success500
|
|
9719
9734
|
},
|
|
9720
9735
|
placeholder: {
|
|
9721
|
-
textColor: r.semantic.color.text.
|
|
9736
|
+
textColor: r.semantic.color.text.secondary600
|
|
9722
9737
|
},
|
|
9723
9738
|
loader: {
|
|
9724
9739
|
size: "20px"
|
|
@@ -9749,13 +9764,13 @@ const Yt = {
|
|
|
9749
9764
|
borderColor: r.semantic.color.border.danger400
|
|
9750
9765
|
},
|
|
9751
9766
|
disabled: {
|
|
9752
|
-
bgColor: r.semantic.color.background.
|
|
9753
|
-
textColor: r.semantic.color.text.
|
|
9767
|
+
bgColor: r.semantic.color.background.secondary900,
|
|
9768
|
+
textColor: r.semantic.color.text.secondary600,
|
|
9754
9769
|
borderColor: r.semantic.color.border.secondary800
|
|
9755
9770
|
},
|
|
9756
9771
|
readonly: {
|
|
9757
9772
|
bgColor: "transparent",
|
|
9758
|
-
textColor: r.semantic.color.text.
|
|
9773
|
+
textColor: r.semantic.color.text.secondary200,
|
|
9759
9774
|
borderColor: "transparent"
|
|
9760
9775
|
}
|
|
9761
9776
|
},
|
|
@@ -9821,14 +9836,14 @@ const Yt = {
|
|
|
9821
9836
|
block: {
|
|
9822
9837
|
sizes: {
|
|
9823
9838
|
regular: {
|
|
9824
|
-
fontWeight:
|
|
9839
|
+
fontWeight: r.core.font.fontWeight.semiBold,
|
|
9825
9840
|
padding: "0.4rem 0.6rem",
|
|
9826
9841
|
borderRadius: "0.4rem",
|
|
9827
9842
|
minHeight: "2.8rem",
|
|
9828
9843
|
gap: "0"
|
|
9829
9844
|
},
|
|
9830
9845
|
small: {
|
|
9831
|
-
fontWeight:
|
|
9846
|
+
fontWeight: r.core.font.fontWeight.semiBold,
|
|
9832
9847
|
padding: "0.2rem 0.4rem",
|
|
9833
9848
|
borderRadius: "0.4rem",
|
|
9834
9849
|
minHeight: "2.2rem",
|
|
@@ -9857,13 +9872,13 @@ const Yt = {
|
|
|
9857
9872
|
inline: {
|
|
9858
9873
|
sizes: {
|
|
9859
9874
|
regular: {
|
|
9860
|
-
fontWeight:
|
|
9875
|
+
fontWeight: r.core.font.fontWeight.semiBold,
|
|
9861
9876
|
padding: "0",
|
|
9862
9877
|
borderRadius: "0",
|
|
9863
9878
|
gap: "0"
|
|
9864
9879
|
},
|
|
9865
9880
|
small: {
|
|
9866
|
-
fontWeight:
|
|
9881
|
+
fontWeight: r.core.font.fontWeight.semiBold,
|
|
9867
9882
|
padding: "0",
|
|
9868
9883
|
borderRadius: "0",
|
|
9869
9884
|
gap: "0"
|
|
@@ -9929,11 +9944,11 @@ const Yt = {
|
|
|
9929
9944
|
variants: {
|
|
9930
9945
|
header: {
|
|
9931
9946
|
textColor: r.semantic.color.text.secondary400,
|
|
9932
|
-
fontWeight:
|
|
9947
|
+
fontWeight: r.core.font.fontWeight.semiBold
|
|
9933
9948
|
},
|
|
9934
9949
|
sub: {
|
|
9935
9950
|
textColor: r.semantic.color.text.secondary200,
|
|
9936
|
-
fontWeight:
|
|
9951
|
+
fontWeight: r.core.font.fontWeight.semiBold
|
|
9937
9952
|
}
|
|
9938
9953
|
}
|
|
9939
9954
|
},
|
|
@@ -10079,7 +10094,8 @@ const Yt = {
|
|
|
10079
10094
|
S: "2.0rem",
|
|
10080
10095
|
M: "3.2rem",
|
|
10081
10096
|
L: "4.4rem"
|
|
10082
|
-
}
|
|
10097
|
+
},
|
|
10098
|
+
fontWeight: r.core.font.fontWeight.bold
|
|
10083
10099
|
}, c0 = {
|
|
10084
10100
|
borderRadius: "1px",
|
|
10085
10101
|
textPosition: {
|
|
@@ -10165,7 +10181,7 @@ const Yt = {
|
|
|
10165
10181
|
disabled: {
|
|
10166
10182
|
bgColor: r.semantic.color.background.secondary800,
|
|
10167
10183
|
iconColor: r.semantic.color.icon.secondary600,
|
|
10168
|
-
textColor: r.semantic.color.text.
|
|
10184
|
+
textColor: r.semantic.color.text.secondary700
|
|
10169
10185
|
}
|
|
10170
10186
|
},
|
|
10171
10187
|
off: {
|
|
@@ -10177,7 +10193,7 @@ const Yt = {
|
|
|
10177
10193
|
disabled: {
|
|
10178
10194
|
bgColor: "transparent",
|
|
10179
10195
|
borderColor: r.semantic.color.border.secondary800,
|
|
10180
|
-
textColor: r.semantic.color.text.
|
|
10196
|
+
textColor: r.semantic.color.text.secondary700
|
|
10181
10197
|
}
|
|
10182
10198
|
}
|
|
10183
10199
|
}
|
|
@@ -10259,7 +10275,7 @@ const Yt = {
|
|
|
10259
10275
|
gap: "0.6rem",
|
|
10260
10276
|
fontFamily: r.core.font.fontFamily.regular,
|
|
10261
10277
|
fontSize: "1.4rem",
|
|
10262
|
-
fontWeight:
|
|
10278
|
+
fontWeight: r.core.font.fontWeight.normal,
|
|
10263
10279
|
borderWidth: "1px",
|
|
10264
10280
|
borderRadius: "0.4rem",
|
|
10265
10281
|
indicator: {
|
|
@@ -10301,9 +10317,10 @@ const Yt = {
|
|
|
10301
10317
|
borderColor: r.semantic.color.border.danger400
|
|
10302
10318
|
},
|
|
10303
10319
|
disabled: {
|
|
10304
|
-
bgColor: r.semantic.color.background.
|
|
10320
|
+
bgColor: r.semantic.color.background.secondary900,
|
|
10305
10321
|
borderColor: r.semantic.color.border.secondary800,
|
|
10306
|
-
textColor: r.semantic.color.text.
|
|
10322
|
+
textColor: r.semantic.color.text.secondary600,
|
|
10323
|
+
iconOpacity: "0.4"
|
|
10307
10324
|
},
|
|
10308
10325
|
readonly: {
|
|
10309
10326
|
bgColor: "transparent",
|
|
@@ -10348,7 +10365,7 @@ const Yt = {
|
|
|
10348
10365
|
textColor: r.semantic.color.text.primary400
|
|
10349
10366
|
},
|
|
10350
10367
|
disabled: {
|
|
10351
|
-
textColor: r.semantic.color.text.
|
|
10368
|
+
textColor: r.semantic.color.text.secondary600
|
|
10352
10369
|
}
|
|
10353
10370
|
}
|
|
10354
10371
|
}
|
|
@@ -10879,7 +10896,7 @@ const Yt = {
|
|
|
10879
10896
|
}
|
|
10880
10897
|
}
|
|
10881
10898
|
}
|
|
10882
|
-
},
|
|
10899
|
+
}, f0 = {
|
|
10883
10900
|
table: {
|
|
10884
10901
|
tableContainer: {
|
|
10885
10902
|
backgroundColor: r.semantic.color.background.secondary950,
|
|
@@ -10923,7 +10940,7 @@ const Yt = {
|
|
|
10923
10940
|
textColor: r.semantic.color.text.secondary200
|
|
10924
10941
|
}
|
|
10925
10942
|
}
|
|
10926
|
-
},
|
|
10943
|
+
}, h0 = {
|
|
10927
10944
|
bgColor: "transparent",
|
|
10928
10945
|
padding: "1rem 1.6rem",
|
|
10929
10946
|
gap: "3.2rem",
|
|
@@ -10966,7 +10983,7 @@ const Yt = {
|
|
|
10966
10983
|
},
|
|
10967
10984
|
active: {
|
|
10968
10985
|
textColor: r.semantic.color.text.secondary50,
|
|
10969
|
-
fontWeight:
|
|
10986
|
+
fontWeight: r.core.font.fontWeight.semiBold,
|
|
10970
10987
|
letterSpacing: "0"
|
|
10971
10988
|
},
|
|
10972
10989
|
disabled: {
|
|
@@ -11014,7 +11031,7 @@ const Yt = {
|
|
|
11014
11031
|
textColor: r.semantic.color.text.secondary950,
|
|
11015
11032
|
bgColor: r.semantic.color.background.secondary200,
|
|
11016
11033
|
borderColor: r.semantic.color.border.secondary200,
|
|
11017
|
-
fontWeight:
|
|
11034
|
+
fontWeight: r.core.font.fontWeight.semiBold,
|
|
11018
11035
|
letterSpacing: "0"
|
|
11019
11036
|
},
|
|
11020
11037
|
disabled: {
|
|
@@ -11055,7 +11072,7 @@ const Yt = {
|
|
|
11055
11072
|
},
|
|
11056
11073
|
disabled: {
|
|
11057
11074
|
bgColor: T,
|
|
11058
|
-
textColor: r.semantic.color.text.
|
|
11075
|
+
textColor: r.semantic.color.text.secondary600
|
|
11059
11076
|
}
|
|
11060
11077
|
}
|
|
11061
11078
|
},
|
|
@@ -11077,7 +11094,7 @@ const Yt = {
|
|
|
11077
11094
|
},
|
|
11078
11095
|
disabled: {
|
|
11079
11096
|
bgColor: T,
|
|
11080
|
-
textColor: r.semantic.color.text.
|
|
11097
|
+
textColor: r.semantic.color.text.secondary600
|
|
11081
11098
|
}
|
|
11082
11099
|
}
|
|
11083
11100
|
},
|
|
@@ -11099,7 +11116,7 @@ const Yt = {
|
|
|
11099
11116
|
},
|
|
11100
11117
|
disabled: {
|
|
11101
11118
|
bgColor: T,
|
|
11102
|
-
textColor: r.semantic.color.text.
|
|
11119
|
+
textColor: r.semantic.color.text.secondary600
|
|
11103
11120
|
}
|
|
11104
11121
|
}
|
|
11105
11122
|
},
|
|
@@ -11121,7 +11138,7 @@ const Yt = {
|
|
|
11121
11138
|
},
|
|
11122
11139
|
disabled: {
|
|
11123
11140
|
bgColor: T,
|
|
11124
|
-
textColor: r.semantic.color.text.
|
|
11141
|
+
textColor: r.semantic.color.text.secondary600
|
|
11125
11142
|
}
|
|
11126
11143
|
}
|
|
11127
11144
|
}
|
|
@@ -11135,10 +11152,10 @@ const Yt = {
|
|
|
11135
11152
|
toaster: { gap: "2rem" }
|
|
11136
11153
|
}, $o = "transparent", w0 = {
|
|
11137
11154
|
gap: "0.4rem",
|
|
11138
|
-
height: "
|
|
11155
|
+
height: "3rem",
|
|
11139
11156
|
lineHeight: "1.9rem",
|
|
11140
|
-
padding: "0.4rem
|
|
11141
|
-
borderRadius: "0.
|
|
11157
|
+
padding: "0.4rem",
|
|
11158
|
+
borderRadius: "0.5rem",
|
|
11142
11159
|
toggleStates: {
|
|
11143
11160
|
on: {
|
|
11144
11161
|
normal: {
|
|
@@ -11155,7 +11172,7 @@ const Yt = {
|
|
|
11155
11172
|
},
|
|
11156
11173
|
disabled: {
|
|
11157
11174
|
bgColor: $o,
|
|
11158
|
-
textColor: r.semantic.color.text.
|
|
11175
|
+
textColor: r.semantic.color.text.secondary600
|
|
11159
11176
|
}
|
|
11160
11177
|
},
|
|
11161
11178
|
off: {
|
|
@@ -11173,7 +11190,7 @@ const Yt = {
|
|
|
11173
11190
|
},
|
|
11174
11191
|
disabled: {
|
|
11175
11192
|
bgColor: $o,
|
|
11176
|
-
textColor: r.semantic.color.text.
|
|
11193
|
+
textColor: r.semantic.color.text.secondary600
|
|
11177
11194
|
}
|
|
11178
11195
|
}
|
|
11179
11196
|
},
|
|
@@ -11223,32 +11240,32 @@ const Yt = {
|
|
|
11223
11240
|
sizes: {
|
|
11224
11241
|
XXL: {
|
|
11225
11242
|
fontSize: r.core.font.fontSize.s40,
|
|
11226
|
-
fontWeight:
|
|
11243
|
+
fontWeight: r.core.font.fontWeight.bold
|
|
11227
11244
|
},
|
|
11228
11245
|
XL: {
|
|
11229
11246
|
fontSize: r.core.font.fontSize.s28,
|
|
11230
|
-
fontWeight:
|
|
11247
|
+
fontWeight: r.core.font.fontWeight.bold
|
|
11231
11248
|
},
|
|
11232
11249
|
L: {
|
|
11233
11250
|
fontSize: r.core.font.fontSize.s20,
|
|
11234
|
-
fontWeight:
|
|
11251
|
+
fontWeight: r.core.font.fontWeight.semiBold
|
|
11235
11252
|
},
|
|
11236
11253
|
M: {
|
|
11237
11254
|
fontSize: r.core.font.fontSize.s18,
|
|
11238
|
-
fontWeight:
|
|
11255
|
+
fontWeight: r.core.font.fontWeight.semiBold
|
|
11239
11256
|
},
|
|
11240
11257
|
S: {
|
|
11241
11258
|
fontSize: r.core.font.fontSize.s16,
|
|
11242
|
-
fontWeight:
|
|
11259
|
+
fontWeight: r.core.font.fontWeight.semiBold
|
|
11243
11260
|
},
|
|
11244
11261
|
XS: {
|
|
11245
11262
|
fontSize: r.core.font.fontSize.s14,
|
|
11246
|
-
fontWeight:
|
|
11263
|
+
fontWeight: r.core.font.fontWeight.semiBold
|
|
11247
11264
|
}
|
|
11248
11265
|
},
|
|
11249
11266
|
fontWeight: {
|
|
11250
|
-
bold:
|
|
11251
|
-
semiBold:
|
|
11267
|
+
bold: r.core.font.fontWeight.bold,
|
|
11268
|
+
semiBold: r.core.font.fontWeight.semiBold
|
|
11252
11269
|
}
|
|
11253
11270
|
},
|
|
11254
11271
|
body: {
|
|
@@ -11262,7 +11279,7 @@ const Yt = {
|
|
|
11262
11279
|
},
|
|
11263
11280
|
fontWeight: {
|
|
11264
11281
|
regular: "inherit",
|
|
11265
|
-
semiBold:
|
|
11282
|
+
semiBold: r.core.font.fontWeight.semiBold,
|
|
11266
11283
|
italic: "inherit"
|
|
11267
11284
|
},
|
|
11268
11285
|
fontStyle: {
|
|
@@ -11279,8 +11296,8 @@ const Yt = {
|
|
|
11279
11296
|
S: r.core.font.fontSize.s10
|
|
11280
11297
|
},
|
|
11281
11298
|
fontWeight: {
|
|
11282
|
-
regular:
|
|
11283
|
-
semiBold:
|
|
11299
|
+
regular: r.core.font.fontWeight.normal,
|
|
11300
|
+
semiBold: r.core.font.fontWeight.semiBold
|
|
11284
11301
|
}
|
|
11285
11302
|
}
|
|
11286
11303
|
}, z0 = {
|
|
@@ -11354,8 +11371,8 @@ const Yt = {
|
|
|
11354
11371
|
name: "dark-2",
|
|
11355
11372
|
...r,
|
|
11356
11373
|
components: {
|
|
11357
|
-
actionIconButton:
|
|
11358
|
-
appBar:
|
|
11374
|
+
actionIconButton: Fc,
|
|
11375
|
+
appBar: Ic,
|
|
11359
11376
|
appSelectionMenu: Tc,
|
|
11360
11377
|
autoComplete: Mc,
|
|
11361
11378
|
badge: Ec,
|
|
@@ -11395,8 +11412,8 @@ const Yt = {
|
|
|
11395
11412
|
skeleton: p0,
|
|
11396
11413
|
stepper: x0,
|
|
11397
11414
|
switchButton: C0,
|
|
11398
|
-
table:
|
|
11399
|
-
tableHeading:
|
|
11415
|
+
table: f0,
|
|
11416
|
+
tableHeading: h0,
|
|
11400
11417
|
tabs: y0,
|
|
11401
11418
|
textButton: k0,
|
|
11402
11419
|
toast: v0,
|
|
@@ -11410,7 +11427,7 @@ const Yt = {
|
|
|
11410
11427
|
body: W0,
|
|
11411
11428
|
scrollbar: P0
|
|
11412
11429
|
}
|
|
11413
|
-
}, eo = () => Me() ||
|
|
11430
|
+
}, eo = () => Me() || Fa, N0 = (a) => Wo`
|
|
11414
11431
|
&:focus-visible {
|
|
11415
11432
|
outline: ${() => eo().core.focus.size} solid ${() => eo().core.focus.color};
|
|
11416
11433
|
outline-offset: ${() => a || eo().core.focus.margin};
|
|
@@ -11418,29 +11435,29 @@ const Yt = {
|
|
|
11418
11435
|
`, X0 = (a) => Wo`
|
|
11419
11436
|
outline: ${() => eo().core.focus.size} solid ${() => eo().core.focus.color};
|
|
11420
11437
|
outline-offset: ${() => a || eo().core.focus.margin};
|
|
11421
|
-
`, No = () => window.matchMedia("(prefers-color-scheme: dark)"),
|
|
11438
|
+
`, No = () => window.matchMedia("(prefers-color-scheme: dark)"), B0 = (a) => {
|
|
11422
11439
|
const n = Ur(a);
|
|
11423
11440
|
n.current = a;
|
|
11424
|
-
const i = Ro((
|
|
11425
|
-
const { systemThemeName:
|
|
11426
|
-
return !
|
|
11441
|
+
const i = Ro((f) => {
|
|
11442
|
+
const { systemThemeName: h, lightThemeName: v, darkThemeName: g } = n.current;
|
|
11443
|
+
return !h || h !== f ? f : No().matches ? g : v;
|
|
11427
11444
|
}, []), [d, l] = kr(""), [m, u] = kr(
|
|
11428
11445
|
""
|
|
11429
11446
|
/* () => resolveTheme(selectedTheme) */
|
|
11430
|
-
), C = !!d, x = Ro((
|
|
11431
|
-
const { initialThemeName:
|
|
11432
|
-
if (!
|
|
11447
|
+
), C = !!d, x = Ro((f) => {
|
|
11448
|
+
const { initialThemeName: h, lightThemeName: v, darkThemeName: g, systemThemeName: $ } = n.current, G = [v, g, $].filter(Boolean);
|
|
11449
|
+
if (!f || !G.includes(f)) {
|
|
11433
11450
|
if (C)
|
|
11434
11451
|
return !1;
|
|
11435
|
-
|
|
11452
|
+
f = G.includes(h) && h || (No().matches ? g : v);
|
|
11436
11453
|
}
|
|
11437
|
-
return l(
|
|
11454
|
+
return l(f), u(i(f)), !0;
|
|
11438
11455
|
}, [C, i]);
|
|
11439
11456
|
return Xo(() => {
|
|
11440
|
-
const { systemThemeName:
|
|
11441
|
-
if (!
|
|
11457
|
+
const { systemThemeName: f, lightThemeName: h, darkThemeName: v } = n.current;
|
|
11458
|
+
if (!f || f !== d)
|
|
11442
11459
|
return;
|
|
11443
|
-
const g = No(), $ = (G) => u(G.matches ? v :
|
|
11460
|
+
const g = No(), $ = (G) => u(G.matches ? v : h);
|
|
11444
11461
|
return g.addEventListener("change", $), () => g == null ? void 0 : g.removeEventListener("change", $);
|
|
11445
11462
|
}, [d]), {
|
|
11446
11463
|
setSelectedTheme: x,
|
|
@@ -11448,7 +11465,7 @@ const Yt = {
|
|
|
11448
11465
|
currentTheme: m
|
|
11449
11466
|
// resolved theme (dark/light - selected or current system)
|
|
11450
11467
|
};
|
|
11451
|
-
},
|
|
11468
|
+
}, F0 = ({ value: a, ...n }) => {
|
|
11452
11469
|
const i = Ur(n);
|
|
11453
11470
|
i.current = n;
|
|
11454
11471
|
const d = Ro(() => localStorage.getItem(i.current.storageKey) || "", []), l = Ro((m) => {
|
|
@@ -11480,15 +11497,15 @@ var Vo = { exports: {} }, go = {};
|
|
|
11480
11497
|
* LICENSE file in the root directory of this source tree.
|
|
11481
11498
|
*/
|
|
11482
11499
|
var Gr;
|
|
11483
|
-
function
|
|
11500
|
+
function I0() {
|
|
11484
11501
|
if (Gr) return go;
|
|
11485
11502
|
Gr = 1;
|
|
11486
11503
|
var a = Yr, n = Symbol.for("react.element"), i = Symbol.for("react.fragment"), d = Object.prototype.hasOwnProperty, l = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, m = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
11487
|
-
function u(C, x,
|
|
11488
|
-
var
|
|
11489
|
-
|
|
11490
|
-
for (
|
|
11491
|
-
if (C && C.defaultProps) for (
|
|
11504
|
+
function u(C, x, f) {
|
|
11505
|
+
var h, v = {}, g = null, $ = null;
|
|
11506
|
+
f !== void 0 && (g = "" + f), x.key !== void 0 && (g = "" + x.key), x.ref !== void 0 && ($ = x.ref);
|
|
11507
|
+
for (h in x) d.call(x, h) && !m.hasOwnProperty(h) && (v[h] = x[h]);
|
|
11508
|
+
if (C && C.defaultProps) for (h in x = C.defaultProps, x) v[h] === void 0 && (v[h] = x[h]);
|
|
11492
11509
|
return { $$typeof: n, type: C, key: g, ref: $, props: v, _owner: l.current };
|
|
11493
11510
|
}
|
|
11494
11511
|
return go.Fragment = i, go.jsx = u, go.jsxs = u, go;
|
|
@@ -11506,11 +11523,11 @@ var uo = {};
|
|
|
11506
11523
|
var qr;
|
|
11507
11524
|
function T0() {
|
|
11508
11525
|
return qr || (qr = 1, process.env.NODE_ENV !== "production" && function() {
|
|
11509
|
-
var a = Yr, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), d = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), u = Symbol.for("react.provider"), C = Symbol.for("react.context"), x = Symbol.for("react.forward_ref"),
|
|
11526
|
+
var a = Yr, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), d = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), u = Symbol.for("react.provider"), C = Symbol.for("react.context"), x = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), G = Symbol.iterator, Bo = "@@iterator";
|
|
11510
11527
|
function Co(c) {
|
|
11511
11528
|
if (c === null || typeof c != "object")
|
|
11512
11529
|
return null;
|
|
11513
|
-
var s = G && c[G] || c[
|
|
11530
|
+
var s = G && c[G] || c[Bo];
|
|
11514
11531
|
return typeof s == "function" ? s : null;
|
|
11515
11532
|
}
|
|
11516
11533
|
var _ = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
@@ -11534,7 +11551,7 @@ function T0() {
|
|
|
11534
11551
|
var oe = !1, re = !1, ee = !1, te = !1, ae = !1, Jo;
|
|
11535
11552
|
Jo = Symbol.for("react.module.reference");
|
|
11536
11553
|
function ne(c) {
|
|
11537
|
-
return !!(typeof c == "string" || typeof c == "function" || c === d || c === m || ae || c === l || c ===
|
|
11554
|
+
return !!(typeof c == "string" || typeof c == "function" || c === d || c === m || ae || c === l || c === f || c === h || te || c === $ || oe || re || ee || typeof c == "object" && c !== null && (c.$$typeof === g || c.$$typeof === v || c.$$typeof === u || c.$$typeof === C || c.$$typeof === x || // This needs to include all possible module reference object
|
|
11538
11555
|
// types supported by any Flight configuration anywhere since
|
|
11539
11556
|
// we don't know which Flight build this will end up being used
|
|
11540
11557
|
// with.
|
|
@@ -11566,9 +11583,9 @@ function T0() {
|
|
|
11566
11583
|
return "Profiler";
|
|
11567
11584
|
case l:
|
|
11568
11585
|
return "StrictMode";
|
|
11569
|
-
case h:
|
|
11570
|
-
return "Suspense";
|
|
11571
11586
|
case f:
|
|
11587
|
+
return "Suspense";
|
|
11588
|
+
case h:
|
|
11572
11589
|
return "SuspenseList";
|
|
11573
11590
|
}
|
|
11574
11591
|
if (typeof c == "object")
|
|
@@ -11657,30 +11674,30 @@ function T0() {
|
|
|
11657
11674
|
no < 0 && W("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
11658
11675
|
}
|
|
11659
11676
|
}
|
|
11660
|
-
var
|
|
11661
|
-
function
|
|
11677
|
+
var Fo = _.ReactCurrentDispatcher, Io;
|
|
11678
|
+
function fo(c, s, b) {
|
|
11662
11679
|
{
|
|
11663
|
-
if (
|
|
11680
|
+
if (Io === void 0)
|
|
11664
11681
|
try {
|
|
11665
11682
|
throw Error();
|
|
11666
11683
|
} catch (w) {
|
|
11667
11684
|
var p = w.stack.trim().match(/\n( *(at )?)/);
|
|
11668
|
-
|
|
11685
|
+
Io = p && p[1] || "";
|
|
11669
11686
|
}
|
|
11670
11687
|
return `
|
|
11671
|
-
` +
|
|
11688
|
+
` + Io + c;
|
|
11672
11689
|
}
|
|
11673
11690
|
}
|
|
11674
|
-
var To = !1,
|
|
11691
|
+
var To = !1, ho;
|
|
11675
11692
|
{
|
|
11676
11693
|
var se = typeof WeakMap == "function" ? WeakMap : Map;
|
|
11677
|
-
|
|
11694
|
+
ho = new se();
|
|
11678
11695
|
}
|
|
11679
11696
|
function ir(c, s) {
|
|
11680
11697
|
if (!c || To)
|
|
11681
11698
|
return "";
|
|
11682
11699
|
{
|
|
11683
|
-
var b =
|
|
11700
|
+
var b = ho.get(c);
|
|
11684
11701
|
if (b !== void 0)
|
|
11685
11702
|
return b;
|
|
11686
11703
|
}
|
|
@@ -11689,7 +11706,7 @@ function T0() {
|
|
|
11689
11706
|
var w = Error.prepareStackTrace;
|
|
11690
11707
|
Error.prepareStackTrace = void 0;
|
|
11691
11708
|
var S;
|
|
11692
|
-
S =
|
|
11709
|
+
S = Fo.current, Fo.current = null, ie();
|
|
11693
11710
|
try {
|
|
11694
11711
|
if (s) {
|
|
11695
11712
|
var k = function() {
|
|
@@ -11702,29 +11719,29 @@ function T0() {
|
|
|
11702
11719
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
11703
11720
|
try {
|
|
11704
11721
|
Reflect.construct(k, []);
|
|
11705
|
-
} catch (
|
|
11706
|
-
p =
|
|
11722
|
+
} catch (I) {
|
|
11723
|
+
p = I;
|
|
11707
11724
|
}
|
|
11708
11725
|
Reflect.construct(c, [], k);
|
|
11709
11726
|
} else {
|
|
11710
11727
|
try {
|
|
11711
11728
|
k.call();
|
|
11712
|
-
} catch (
|
|
11713
|
-
p =
|
|
11729
|
+
} catch (I) {
|
|
11730
|
+
p = I;
|
|
11714
11731
|
}
|
|
11715
11732
|
c.call(k.prototype);
|
|
11716
11733
|
}
|
|
11717
11734
|
} else {
|
|
11718
11735
|
try {
|
|
11719
11736
|
throw Error();
|
|
11720
|
-
} catch (
|
|
11721
|
-
p =
|
|
11737
|
+
} catch (I) {
|
|
11738
|
+
p = I;
|
|
11722
11739
|
}
|
|
11723
11740
|
c();
|
|
11724
11741
|
}
|
|
11725
|
-
} catch (
|
|
11726
|
-
if (
|
|
11727
|
-
for (var y =
|
|
11742
|
+
} catch (I) {
|
|
11743
|
+
if (I && p && typeof I.stack == "string") {
|
|
11744
|
+
for (var y = I.stack.split(`
|
|
11728
11745
|
`), P = p.stack.split(`
|
|
11729
11746
|
`), R = y.length - 1, z = P.length - 1; R >= 1 && z >= 0 && y[R] !== P[z]; )
|
|
11730
11747
|
z--;
|
|
@@ -11735,17 +11752,17 @@ function T0() {
|
|
|
11735
11752
|
if (R--, z--, z < 0 || y[R] !== P[z]) {
|
|
11736
11753
|
var H = `
|
|
11737
11754
|
` + y[R].replace(" at new ", " at ");
|
|
11738
|
-
return c.displayName && H.includes("<anonymous>") && (H = H.replace("<anonymous>", c.displayName)), typeof c == "function" &&
|
|
11755
|
+
return c.displayName && H.includes("<anonymous>") && (H = H.replace("<anonymous>", c.displayName)), typeof c == "function" && ho.set(c, H), H;
|
|
11739
11756
|
}
|
|
11740
11757
|
while (R >= 1 && z >= 0);
|
|
11741
11758
|
break;
|
|
11742
11759
|
}
|
|
11743
11760
|
}
|
|
11744
11761
|
} finally {
|
|
11745
|
-
To = !1,
|
|
11762
|
+
To = !1, Fo.current = S, le(), Error.prepareStackTrace = w;
|
|
11746
11763
|
}
|
|
11747
|
-
var ro = c ? c.displayName || c.name : "", J = ro ?
|
|
11748
|
-
return typeof c == "function" &&
|
|
11764
|
+
var ro = c ? c.displayName || c.name : "", J = ro ? fo(ro) : "";
|
|
11765
|
+
return typeof c == "function" && ho.set(c, J), J;
|
|
11749
11766
|
}
|
|
11750
11767
|
function de(c, s, b) {
|
|
11751
11768
|
return ir(c, !1);
|
|
@@ -11760,12 +11777,12 @@ function T0() {
|
|
|
11760
11777
|
if (typeof c == "function")
|
|
11761
11778
|
return ir(c, me(c));
|
|
11762
11779
|
if (typeof c == "string")
|
|
11763
|
-
return
|
|
11780
|
+
return fo(c);
|
|
11764
11781
|
switch (c) {
|
|
11765
|
-
case h:
|
|
11766
|
-
return ho("Suspense");
|
|
11767
11782
|
case f:
|
|
11768
|
-
return
|
|
11783
|
+
return fo("Suspense");
|
|
11784
|
+
case h:
|
|
11785
|
+
return fo("SuspenseList");
|
|
11769
11786
|
}
|
|
11770
11787
|
if (typeof c == "object")
|
|
11771
11788
|
switch (c.$$typeof) {
|
|
@@ -11849,7 +11866,7 @@ function T0() {
|
|
|
11849
11866
|
}
|
|
11850
11867
|
return c.ref !== void 0;
|
|
11851
11868
|
}
|
|
11852
|
-
function
|
|
11869
|
+
function fe(c) {
|
|
11853
11870
|
if (co.call(c, "key")) {
|
|
11854
11871
|
var s = Object.getOwnPropertyDescriptor(c, "key").get;
|
|
11855
11872
|
if (s && s.isReactWarning)
|
|
@@ -11857,7 +11874,7 @@ function T0() {
|
|
|
11857
11874
|
}
|
|
11858
11875
|
return c.key !== void 0;
|
|
11859
11876
|
}
|
|
11860
|
-
function
|
|
11877
|
+
function he(c, s) {
|
|
11861
11878
|
if (typeof c.ref == "string" && io.current && s && io.current.stateNode !== s) {
|
|
11862
11879
|
var b = L(io.current.type);
|
|
11863
11880
|
Eo[b] || (W('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', L(io.current.type), c.ref), Eo[b] = !0);
|
|
@@ -11917,7 +11934,7 @@ function T0() {
|
|
|
11917
11934
|
function we(c, s, b, p, w) {
|
|
11918
11935
|
{
|
|
11919
11936
|
var S, k = {}, y = null, P = null;
|
|
11920
|
-
b !== void 0 && (mr(b), y = "" + b),
|
|
11937
|
+
b !== void 0 && (mr(b), y = "" + b), fe(s) && (mr(s.key), y = "" + s.key), Ce(s) && (P = s.ref, he(s, w));
|
|
11921
11938
|
for (S in s)
|
|
11922
11939
|
co.call(s, S) && !xe.hasOwnProperty(S) && (k[S] = s[S]);
|
|
11923
11940
|
if (c && c.defaultProps) {
|
|
@@ -11986,7 +12003,7 @@ Check the top-level render call using <` + b + ">.");
|
|
|
11986
12003
|
c && c._owner && c._owner !== Ho.current && (p = " It was passed a child from " + L(c._owner.type) + "."), oo(c), W('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', b, p), oo(null);
|
|
11987
12004
|
}
|
|
11988
12005
|
}
|
|
11989
|
-
function
|
|
12006
|
+
function fr(c, s) {
|
|
11990
12007
|
{
|
|
11991
12008
|
if (typeof c != "object")
|
|
11992
12009
|
return;
|
|
@@ -12042,7 +12059,7 @@ Check the top-level render call using <` + b + ">.");
|
|
|
12042
12059
|
c.ref !== null && (oo(c), W("Invalid attribute `ref` supplied to `React.Fragment`."), oo(null));
|
|
12043
12060
|
}
|
|
12044
12061
|
}
|
|
12045
|
-
var
|
|
12062
|
+
var hr = {};
|
|
12046
12063
|
function yr(c, s, b, p, w, S) {
|
|
12047
12064
|
{
|
|
12048
12065
|
var k = ne(c);
|
|
@@ -12063,25 +12080,25 @@ Check the top-level render call using <` + b + ">.");
|
|
|
12063
12080
|
if (p)
|
|
12064
12081
|
if (Mo(H)) {
|
|
12065
12082
|
for (var ro = 0; ro < H.length; ro++)
|
|
12066
|
-
|
|
12083
|
+
fr(H[ro], c);
|
|
12067
12084
|
Object.freeze && Object.freeze(H);
|
|
12068
12085
|
} else
|
|
12069
12086
|
W("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
12070
12087
|
else
|
|
12071
|
-
|
|
12088
|
+
fr(H, c);
|
|
12072
12089
|
}
|
|
12073
12090
|
if (co.call(s, "key")) {
|
|
12074
|
-
var J = L(c),
|
|
12091
|
+
var J = L(c), I = Object.keys(s).filter(function(Te) {
|
|
12075
12092
|
return Te !== "key";
|
|
12076
|
-
}), Lo =
|
|
12077
|
-
if (!
|
|
12078
|
-
var
|
|
12093
|
+
}), Lo = I.length > 0 ? "{key: someKey, " + I.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
12094
|
+
if (!hr[J + Lo]) {
|
|
12095
|
+
var Ie = I.length > 0 ? "{" + I.join(": ..., ") + ": ...}" : "{}";
|
|
12079
12096
|
W(`A props object containing a "key" prop is being spread into JSX:
|
|
12080
12097
|
let props = %s;
|
|
12081
12098
|
<%s {...props} />
|
|
12082
12099
|
React keys must be passed directly to JSX without using spread:
|
|
12083
12100
|
let props = %s;
|
|
12084
|
-
<%s key={someKey} {...props} />`, Lo, J,
|
|
12101
|
+
<%s key={someKey} {...props} />`, Lo, J, Ie, J), hr[J + Lo] = !0;
|
|
12085
12102
|
}
|
|
12086
12103
|
}
|
|
12087
12104
|
return c === d ? ze(z) : Re(z), z;
|
|
@@ -12093,11 +12110,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
12093
12110
|
function Pe(c, s, b) {
|
|
12094
12111
|
return yr(c, s, b, !1);
|
|
12095
12112
|
}
|
|
12096
|
-
var
|
|
12097
|
-
uo.Fragment = d, uo.jsx =
|
|
12113
|
+
var Be = Pe, Fe = We;
|
|
12114
|
+
uo.Fragment = d, uo.jsx = Be, uo.jsxs = Fe;
|
|
12098
12115
|
}()), uo;
|
|
12099
12116
|
}
|
|
12100
|
-
process.env.NODE_ENV === "production" ? Vo.exports =
|
|
12117
|
+
process.env.NODE_ENV === "production" ? Vo.exports = I0() : Vo.exports = T0();
|
|
12101
12118
|
var Ko = Vo.exports;
|
|
12102
12119
|
const Zr = _e(null), M0 = ({ children: a, selectedTheme: n, setSelectedTheme: i, lightThemeName: d, darkThemeName: l, systemThemeName: m }) => {
|
|
12103
12120
|
const u = Le(() => ({ selectedTheme: n, setSelectedTheme: i, lightThemeName: d, darkThemeName: l, systemThemeName: m }), [n, i, d, l, m]);
|
|
@@ -12108,11 +12125,11 @@ const Zr = _e(null), M0 = ({ children: a, selectedTheme: n, setSelectedTheme: i,
|
|
|
12108
12125
|
throw new Error("Missing ThemeSwitchContext");
|
|
12109
12126
|
return a;
|
|
12110
12127
|
}, q0 = ({ children: a, lightTheme: n, darkTheme: i, systemThemeName: d, initialThemeName: l, storageKey: m }) => {
|
|
12111
|
-
const u = n == null ? void 0 : n.name, C = i == null ? void 0 : i.name, x = { lightThemeName: u, darkThemeName: C, systemThemeName: d }, { selectedTheme:
|
|
12128
|
+
const u = n == null ? void 0 : n.name, C = i == null ? void 0 : i.name, x = { lightThemeName: u, darkThemeName: C, systemThemeName: d }, { selectedTheme: f, setSelectedTheme: h, currentTheme: v } = B0({
|
|
12112
12129
|
initialThemeName: l,
|
|
12113
12130
|
...x
|
|
12114
12131
|
});
|
|
12115
|
-
return
|
|
12132
|
+
return F0({ storageKey: m, value: f, onChange: h }), Ko.jsx(Ee, { theme: v === (i == null ? void 0 : i.name) ? i : n, children: Ko.jsx(M0, { selectedTheme: f, setSelectedTheme: h, ...x, children: a }) });
|
|
12116
12133
|
}, E0 = Wo`
|
|
12117
12134
|
body {
|
|
12118
12135
|
background: ${({ theme: a }) => a.globals.body.bgColor};
|
|
@@ -12170,14 +12187,14 @@ export {
|
|
|
12170
12187
|
M0 as ThemeSwitchProvider,
|
|
12171
12188
|
N0 as getFocusStyle,
|
|
12172
12189
|
X0 as getFocusStyleProperties,
|
|
12173
|
-
|
|
12190
|
+
Fa as theme,
|
|
12174
12191
|
j0 as themeDark,
|
|
12175
12192
|
A0 as themeDark2,
|
|
12176
|
-
|
|
12193
|
+
Fa as themeLight,
|
|
12177
12194
|
D0 as themeLight2,
|
|
12178
|
-
|
|
12195
|
+
F0 as useStorage,
|
|
12179
12196
|
eo as useTheme,
|
|
12180
|
-
|
|
12197
|
+
B0 as useThemeSelector,
|
|
12181
12198
|
G0 as useThemeSwitchContext,
|
|
12182
12199
|
L0 as withContrast,
|
|
12183
12200
|
ao as withOpacity
|