@redis-ui/styles 14.9.2 → 14.9.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/index.js +679 -575
- package/dist/index.umd.cjs +16 -16
- package/dist/themes/themeDark/theme/components/breadcrumbs.d.ts +3 -0
- package/dist/themes/themeDark2/theme/components/breadcrumbs.d.ts +3 -0
- package/dist/themes/themeLight/theme/components/breadcrumbs.d.ts +3 -0
- package/dist/themes/themeLight2/theme/components/breadcrumbs.d.ts +3 -0
- package/dist/themes/types/theme/components/breadcrumbs.types.d.ts +18 -0
- package/dist/themes/types/theme/components/index.d.ts +1 -0
- package/dist/themes/types/theme/theme.types.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -456,6 +456,31 @@ const lo = {
|
|
|
456
456
|
gap: "0.4rem"
|
|
457
457
|
}
|
|
458
458
|
}, Oe = {
|
|
459
|
+
gap: t.core.space.space100,
|
|
460
|
+
link: {
|
|
461
|
+
states: {
|
|
462
|
+
normal: {
|
|
463
|
+
textColor: t.semantic.color.text.secondary500
|
|
464
|
+
},
|
|
465
|
+
hover: {
|
|
466
|
+
textColor: t.semantic.color.text.secondary800
|
|
467
|
+
},
|
|
468
|
+
active: {
|
|
469
|
+
textColor: t.semantic.color.text.secondary800
|
|
470
|
+
},
|
|
471
|
+
disabled: {
|
|
472
|
+
textColor: t.semantic.color.text.secondary400
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
current: {
|
|
477
|
+
textColor: t.semantic.color.text.secondary800,
|
|
478
|
+
fontWeight: t.core.font.fontWeight.semiBold
|
|
479
|
+
},
|
|
480
|
+
separator: {
|
|
481
|
+
textColor: t.semantic.color.text.secondary500
|
|
482
|
+
}
|
|
483
|
+
}, _e = {
|
|
459
484
|
gap: "0.2rem",
|
|
460
485
|
sizes: {
|
|
461
486
|
small: {
|
|
@@ -590,7 +615,7 @@ const lo = {
|
|
|
590
615
|
}
|
|
591
616
|
}
|
|
592
617
|
}
|
|
593
|
-
},
|
|
618
|
+
}, Ae = {
|
|
594
619
|
borderRadius: "0.4rem",
|
|
595
620
|
border: `1px solid ${t.semantic.color.border.neutral600}`,
|
|
596
621
|
fontSize: "1.4rem",
|
|
@@ -633,13 +658,13 @@ const lo = {
|
|
|
633
658
|
}
|
|
634
659
|
}
|
|
635
660
|
}
|
|
636
|
-
},
|
|
661
|
+
}, je = {
|
|
637
662
|
width: "100%",
|
|
638
663
|
height: "fit-content",
|
|
639
664
|
bgColor: t.semantic.color.background.neutral100,
|
|
640
665
|
shadow: t.core.shadow.shadow4,
|
|
641
666
|
borderRadius: "0.8rem"
|
|
642
|
-
},
|
|
667
|
+
}, De = {
|
|
643
668
|
width: "1.8rem",
|
|
644
669
|
height: "1.8rem",
|
|
645
670
|
padding: "0",
|
|
@@ -703,7 +728,7 @@ const lo = {
|
|
|
703
728
|
}
|
|
704
729
|
}
|
|
705
730
|
}
|
|
706
|
-
},
|
|
731
|
+
}, Ge = {
|
|
707
732
|
sizes: {
|
|
708
733
|
M: {
|
|
709
734
|
height: "2.8rem",
|
|
@@ -760,7 +785,7 @@ const lo = {
|
|
|
760
785
|
}
|
|
761
786
|
}
|
|
762
787
|
}
|
|
763
|
-
},
|
|
788
|
+
}, Ne = {
|
|
764
789
|
sizes: {
|
|
765
790
|
M: {
|
|
766
791
|
gap: "0.8rem 5px"
|
|
@@ -778,13 +803,13 @@ const lo = {
|
|
|
778
803
|
gap: "0.4rem",
|
|
779
804
|
padding: "1.2rem 1.6rem"
|
|
780
805
|
}
|
|
781
|
-
},
|
|
806
|
+
}, qe = {
|
|
782
807
|
width: "2.7rem",
|
|
783
808
|
height: "2rem",
|
|
784
809
|
borderRadius: "5px",
|
|
785
810
|
borderWidth: "0.1px",
|
|
786
811
|
borderColor: t.semantic.color.border.neutral500
|
|
787
|
-
},
|
|
812
|
+
}, Ye = {
|
|
788
813
|
fontSize: t.core.font.fontSize.s14,
|
|
789
814
|
fontWeight: t.core.font.fontWeight.normal,
|
|
790
815
|
fontFamily: t.core.font.fontFamily.regular,
|
|
@@ -1006,7 +1031,7 @@ var Wr = {
|
|
|
1006
1031
|
blue: 240,
|
|
1007
1032
|
purple: 300
|
|
1008
1033
|
};
|
|
1009
|
-
function
|
|
1034
|
+
function Ue(a) {
|
|
1010
1035
|
var h, S;
|
|
1011
1036
|
var n, i = [], s = 1, l;
|
|
1012
1037
|
if (typeof a == "number")
|
|
@@ -1052,8 +1077,8 @@ function Ye(a) {
|
|
|
1052
1077
|
alpha: s
|
|
1053
1078
|
};
|
|
1054
1079
|
}
|
|
1055
|
-
function
|
|
1056
|
-
var { space: i, values: s, alpha: l } =
|
|
1080
|
+
function Ze(a, n) {
|
|
1081
|
+
var { space: i, values: s, alpha: l } = Ue(a);
|
|
1057
1082
|
return i[0] === "h" ? `${i}a(${s[0]}, ${s[1]}%, ${s[2]}%, ${n})` : `${i}a(${s}, ${n})`;
|
|
1058
1083
|
}
|
|
1059
1084
|
function T() {
|
|
@@ -1065,7 +1090,7 @@ function T() {
|
|
|
1065
1090
|
return a;
|
|
1066
1091
|
}, T.apply(null, arguments);
|
|
1067
1092
|
}
|
|
1068
|
-
function
|
|
1093
|
+
function Ve(a) {
|
|
1069
1094
|
if (a === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
1070
1095
|
return a;
|
|
1071
1096
|
}
|
|
@@ -1074,7 +1099,7 @@ function po(a, n) {
|
|
|
1074
1099
|
return i.__proto__ = s, i;
|
|
1075
1100
|
}, po(a, n);
|
|
1076
1101
|
}
|
|
1077
|
-
function
|
|
1102
|
+
function Je(a, n) {
|
|
1078
1103
|
a.prototype = Object.create(n.prototype), a.prototype.constructor = a, po(a, n);
|
|
1079
1104
|
}
|
|
1080
1105
|
function qo(a) {
|
|
@@ -1082,7 +1107,7 @@ function qo(a) {
|
|
|
1082
1107
|
return n.__proto__ || Object.getPrototypeOf(n);
|
|
1083
1108
|
}, qo(a);
|
|
1084
1109
|
}
|
|
1085
|
-
function
|
|
1110
|
+
function Ke(a) {
|
|
1086
1111
|
try {
|
|
1087
1112
|
return Function.toString.call(a).indexOf("[native code]") !== -1;
|
|
1088
1113
|
} catch {
|
|
@@ -1099,7 +1124,7 @@ function Xr() {
|
|
|
1099
1124
|
return !!a;
|
|
1100
1125
|
})();
|
|
1101
1126
|
}
|
|
1102
|
-
function
|
|
1127
|
+
function Qe(a, n, i) {
|
|
1103
1128
|
if (Xr()) return Reflect.construct.apply(null, arguments);
|
|
1104
1129
|
var s = [null];
|
|
1105
1130
|
s.push.apply(s, n);
|
|
@@ -1109,14 +1134,14 @@ function Ke(a, n, i) {
|
|
|
1109
1134
|
function Yo(a) {
|
|
1110
1135
|
var n = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
|
|
1111
1136
|
return Yo = function(s) {
|
|
1112
|
-
if (s === null || !
|
|
1137
|
+
if (s === null || !Ke(s)) return s;
|
|
1113
1138
|
if (typeof s != "function") throw new TypeError("Super expression must either be null or a function");
|
|
1114
1139
|
if (n !== void 0) {
|
|
1115
1140
|
if (n.has(s)) return n.get(s);
|
|
1116
1141
|
n.set(s, l);
|
|
1117
1142
|
}
|
|
1118
1143
|
function l() {
|
|
1119
|
-
return
|
|
1144
|
+
return Qe(s, arguments, qo(this).constructor);
|
|
1120
1145
|
}
|
|
1121
1146
|
return l.prototype = Object.create(s.prototype, {
|
|
1122
1147
|
constructor: {
|
|
@@ -1128,7 +1153,7 @@ function Yo(a) {
|
|
|
1128
1153
|
}), po(l, s);
|
|
1129
1154
|
}, Yo(a);
|
|
1130
1155
|
}
|
|
1131
|
-
var
|
|
1156
|
+
var ot = {
|
|
1132
1157
|
1: `Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
|
|
1133
1158
|
|
|
1134
1159
|
`,
|
|
@@ -1356,7 +1381,7 @@ To pass a single animation please supply them in simple values, e.g. animation('
|
|
|
1356
1381
|
78: `base must be set in "px" or "%" but you set it in "%s".
|
|
1357
1382
|
`
|
|
1358
1383
|
};
|
|
1359
|
-
function
|
|
1384
|
+
function rt() {
|
|
1360
1385
|
for (var a = arguments.length, n = new Array(a), i = 0; i < a; i++)
|
|
1361
1386
|
n[i] = arguments[i];
|
|
1362
1387
|
var s = n[0], l = [], m;
|
|
@@ -1367,7 +1392,7 @@ function ot() {
|
|
|
1367
1392
|
}), s;
|
|
1368
1393
|
}
|
|
1369
1394
|
var N = /* @__PURE__ */ function(a) {
|
|
1370
|
-
|
|
1395
|
+
Je(n, a);
|
|
1371
1396
|
function n(i) {
|
|
1372
1397
|
var s;
|
|
1373
1398
|
if (process.env.NODE_ENV === "production")
|
|
@@ -1375,20 +1400,20 @@ var N = /* @__PURE__ */ function(a) {
|
|
|
1375
1400
|
else {
|
|
1376
1401
|
for (var l = arguments.length, m = new Array(l > 1 ? l - 1 : 0), g = 1; g < l; g++)
|
|
1377
1402
|
m[g - 1] = arguments[g];
|
|
1378
|
-
s = a.call(this,
|
|
1403
|
+
s = a.call(this, rt.apply(void 0, [ot[i]].concat(m))) || this;
|
|
1379
1404
|
}
|
|
1380
|
-
return
|
|
1405
|
+
return Ve(s);
|
|
1381
1406
|
}
|
|
1382
1407
|
return n;
|
|
1383
1408
|
}(/* @__PURE__ */ Yo(Error));
|
|
1384
1409
|
function jo(a) {
|
|
1385
1410
|
return Math.round(a * 255);
|
|
1386
1411
|
}
|
|
1387
|
-
function
|
|
1412
|
+
function et(a, n, i) {
|
|
1388
1413
|
return jo(a) + "," + jo(n) + "," + jo(i);
|
|
1389
1414
|
}
|
|
1390
1415
|
function Co(a, n, i, s) {
|
|
1391
|
-
if (s === void 0 && (s =
|
|
1416
|
+
if (s === void 0 && (s = et), n === 0)
|
|
1392
1417
|
return s(i, i, i);
|
|
1393
1418
|
var l = (a % 360 + 360) % 360 / 60, m = (1 - Math.abs(2 * i - 1)) * n, g = m * (1 - Math.abs(l % 2 - 1)), C = 0, x = 0, k = 0;
|
|
1394
1419
|
l >= 0 && l < 1 ? (C = m, x = g) : l >= 1 && l < 2 ? (C = g, x = m) : l >= 2 && l < 3 ? (x = m, k = g) : l >= 3 && l < 4 ? (x = g, k = m) : l >= 4 && l < 5 ? (C = g, k = m) : l >= 5 && l < 6 && (C = m, k = g);
|
|
@@ -1545,23 +1570,23 @@ var Br = {
|
|
|
1545
1570
|
yellow: "ff0",
|
|
1546
1571
|
yellowgreen: "9acd32"
|
|
1547
1572
|
};
|
|
1548
|
-
function
|
|
1573
|
+
function tt(a) {
|
|
1549
1574
|
if (typeof a != "string") return a;
|
|
1550
1575
|
var n = a.toLowerCase();
|
|
1551
1576
|
return Br[n] ? "#" + Br[n] : a;
|
|
1552
1577
|
}
|
|
1553
|
-
var
|
|
1578
|
+
var at = /^#[a-fA-F0-9]{6}$/, nt = /^#[a-fA-F0-9]{8}$/, ct = /^#[a-fA-F0-9]{3}$/, it = /^#[a-fA-F0-9]{4}$/, Do = /^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i, lt = /^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i, st = /^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i, dt = /^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;
|
|
1554
1579
|
function oo(a) {
|
|
1555
1580
|
if (typeof a != "string")
|
|
1556
1581
|
throw new N(3);
|
|
1557
|
-
var n =
|
|
1558
|
-
if (n.match(
|
|
1582
|
+
var n = tt(a);
|
|
1583
|
+
if (n.match(at))
|
|
1559
1584
|
return {
|
|
1560
1585
|
red: parseInt("" + n[1] + n[2], 16),
|
|
1561
1586
|
green: parseInt("" + n[3] + n[4], 16),
|
|
1562
1587
|
blue: parseInt("" + n[5] + n[6], 16)
|
|
1563
1588
|
};
|
|
1564
|
-
if (n.match(
|
|
1589
|
+
if (n.match(nt)) {
|
|
1565
1590
|
var i = parseFloat((parseInt("" + n[7] + n[8], 16) / 255).toFixed(2));
|
|
1566
1591
|
return {
|
|
1567
1592
|
red: parseInt("" + n[1] + n[2], 16),
|
|
@@ -1570,13 +1595,13 @@ function oo(a) {
|
|
|
1570
1595
|
alpha: i
|
|
1571
1596
|
};
|
|
1572
1597
|
}
|
|
1573
|
-
if (n.match(
|
|
1598
|
+
if (n.match(ct))
|
|
1574
1599
|
return {
|
|
1575
1600
|
red: parseInt("" + n[1] + n[1], 16),
|
|
1576
1601
|
green: parseInt("" + n[2] + n[2], 16),
|
|
1577
1602
|
blue: parseInt("" + n[3] + n[3], 16)
|
|
1578
1603
|
};
|
|
1579
|
-
if (n.match(
|
|
1604
|
+
if (n.match(it)) {
|
|
1580
1605
|
var s = parseFloat((parseInt("" + n[4] + n[4], 16) / 255).toFixed(2));
|
|
1581
1606
|
return {
|
|
1582
1607
|
red: parseInt("" + n[1] + n[1], 16),
|
|
@@ -1592,7 +1617,7 @@ function oo(a) {
|
|
|
1592
1617
|
green: parseInt("" + l[2], 10),
|
|
1593
1618
|
blue: parseInt("" + l[3], 10)
|
|
1594
1619
|
};
|
|
1595
|
-
var m =
|
|
1620
|
+
var m = lt.exec(n.substring(0, 50));
|
|
1596
1621
|
if (m)
|
|
1597
1622
|
return {
|
|
1598
1623
|
red: parseInt("" + m[1], 10),
|
|
@@ -1600,7 +1625,7 @@ function oo(a) {
|
|
|
1600
1625
|
blue: parseInt("" + m[3], 10),
|
|
1601
1626
|
alpha: parseFloat("" + m[4]) > 1 ? parseFloat("" + m[4]) / 100 : parseFloat("" + m[4])
|
|
1602
1627
|
};
|
|
1603
|
-
var g =
|
|
1628
|
+
var g = st.exec(n);
|
|
1604
1629
|
if (g) {
|
|
1605
1630
|
var C = parseInt("" + g[1], 10), x = parseInt("" + g[2], 10) / 100, k = parseInt("" + g[3], 10) / 100, h = "rgb(" + Co(C, x, k) + ")", S = Do.exec(h);
|
|
1606
1631
|
if (!S)
|
|
@@ -1611,7 +1636,7 @@ function oo(a) {
|
|
|
1611
1636
|
blue: parseInt("" + S[3], 10)
|
|
1612
1637
|
};
|
|
1613
1638
|
}
|
|
1614
|
-
var u =
|
|
1639
|
+
var u = dt.exec(n.substring(0, 50));
|
|
1615
1640
|
if (u) {
|
|
1616
1641
|
var z = parseInt("" + u[1], 10), xo = parseInt("" + u[2], 10) / 100, Lo = parseInt("" + u[3], 10) / 100, ho = "rgb(" + Co(z, xo, Lo) + ")", O = Do.exec(ho);
|
|
1617
1642
|
if (!O)
|
|
@@ -1625,7 +1650,7 @@ function oo(a) {
|
|
|
1625
1650
|
}
|
|
1626
1651
|
throw new N(5);
|
|
1627
1652
|
}
|
|
1628
|
-
function
|
|
1653
|
+
function mt(a) {
|
|
1629
1654
|
var n = a.red / 255, i = a.green / 255, s = a.blue / 255, l = Math.max(n, i, s), m = Math.min(n, i, s), g = (l + m) / 2;
|
|
1630
1655
|
if (l === m)
|
|
1631
1656
|
return a.alpha !== void 0 ? {
|
|
@@ -1662,11 +1687,11 @@ function dt(a) {
|
|
|
1662
1687
|
};
|
|
1663
1688
|
}
|
|
1664
1689
|
function U(a) {
|
|
1665
|
-
return
|
|
1690
|
+
return mt(oo(a));
|
|
1666
1691
|
}
|
|
1667
|
-
var
|
|
1692
|
+
var bt = function(n) {
|
|
1668
1693
|
return n.length === 7 && n[1] === n[2] && n[3] === n[4] && n[5] === n[6] ? "#" + n[1] + n[3] + n[5] : n;
|
|
1669
|
-
}, Uo =
|
|
1694
|
+
}, Uo = bt;
|
|
1670
1695
|
function Q(a) {
|
|
1671
1696
|
var n = a.toString(16);
|
|
1672
1697
|
return n.length === 1 ? "0" + n : n;
|
|
@@ -1674,20 +1699,20 @@ function Q(a) {
|
|
|
1674
1699
|
function Go(a) {
|
|
1675
1700
|
return Q(Math.round(a * 255));
|
|
1676
1701
|
}
|
|
1677
|
-
function
|
|
1702
|
+
function gt(a, n, i) {
|
|
1678
1703
|
return Uo("#" + Go(a) + Go(n) + Go(i));
|
|
1679
1704
|
}
|
|
1680
1705
|
function Wo(a, n, i) {
|
|
1681
|
-
return Co(a, n, i,
|
|
1706
|
+
return Co(a, n, i, gt);
|
|
1682
1707
|
}
|
|
1683
|
-
function
|
|
1708
|
+
function ut(a, n, i) {
|
|
1684
1709
|
if (typeof a == "number" && typeof n == "number" && typeof i == "number")
|
|
1685
1710
|
return Wo(a, n, i);
|
|
1686
1711
|
if (typeof a == "object" && n === void 0 && i === void 0)
|
|
1687
1712
|
return Wo(a.hue, a.saturation, a.lightness);
|
|
1688
1713
|
throw new N(1);
|
|
1689
1714
|
}
|
|
1690
|
-
function
|
|
1715
|
+
function pt(a, n, i, s) {
|
|
1691
1716
|
if (typeof a == "number" && typeof n == "number" && typeof i == "number" && typeof s == "number")
|
|
1692
1717
|
return s >= 1 ? Wo(a, n, i) : "rgba(" + Co(a, n, i) + "," + s + ")";
|
|
1693
1718
|
if (typeof a == "object" && n === void 0 && i === void 0 && s === void 0)
|
|
@@ -1713,21 +1738,21 @@ function Fo(a, n, i, s) {
|
|
|
1713
1738
|
}
|
|
1714
1739
|
throw new N(7);
|
|
1715
1740
|
}
|
|
1716
|
-
var
|
|
1741
|
+
var Ct = function(n) {
|
|
1717
1742
|
return typeof n.red == "number" && typeof n.green == "number" && typeof n.blue == "number" && (typeof n.alpha != "number" || typeof n.alpha > "u");
|
|
1718
|
-
}, Ct = function(n) {
|
|
1719
|
-
return typeof n.red == "number" && typeof n.green == "number" && typeof n.blue == "number" && typeof n.alpha == "number";
|
|
1720
1743
|
}, xt = function(n) {
|
|
1721
|
-
return typeof n.
|
|
1744
|
+
return typeof n.red == "number" && typeof n.green == "number" && typeof n.blue == "number" && typeof n.alpha == "number";
|
|
1722
1745
|
}, ht = function(n) {
|
|
1746
|
+
return typeof n.hue == "number" && typeof n.saturation == "number" && typeof n.lightness == "number" && (typeof n.alpha != "number" || typeof n.alpha > "u");
|
|
1747
|
+
}, ft = function(n) {
|
|
1723
1748
|
return typeof n.hue == "number" && typeof n.saturation == "number" && typeof n.lightness == "number" && typeof n.alpha == "number";
|
|
1724
1749
|
};
|
|
1725
1750
|
function Z(a) {
|
|
1726
1751
|
if (typeof a != "object") throw new N(8);
|
|
1727
|
-
if (
|
|
1728
|
-
if (
|
|
1752
|
+
if (xt(a)) return Fo(a);
|
|
1753
|
+
if (Ct(a)) return Zo(a);
|
|
1754
|
+
if (ft(a)) return pt(a);
|
|
1729
1755
|
if (ht(a)) return ut(a);
|
|
1730
|
-
if (xt(a)) return gt(a);
|
|
1731
1756
|
throw new N(8);
|
|
1732
1757
|
}
|
|
1733
1758
|
function Or(a, n, i) {
|
|
@@ -1739,34 +1764,34 @@ function Or(a, n, i) {
|
|
|
1739
1764
|
function I(a) {
|
|
1740
1765
|
return Or(a, a.length, []);
|
|
1741
1766
|
}
|
|
1742
|
-
function
|
|
1767
|
+
function yt(a, n) {
|
|
1743
1768
|
if (n === "transparent") return n;
|
|
1744
1769
|
var i = U(n);
|
|
1745
1770
|
return Z(T({}, i, {
|
|
1746
1771
|
hue: i.hue + parseFloat(a)
|
|
1747
1772
|
}));
|
|
1748
1773
|
}
|
|
1749
|
-
I(
|
|
1774
|
+
I(yt);
|
|
1750
1775
|
function ao(a, n, i) {
|
|
1751
1776
|
return Math.max(a, Math.min(n, i));
|
|
1752
1777
|
}
|
|
1753
|
-
function
|
|
1778
|
+
function kt(a, n) {
|
|
1754
1779
|
if (n === "transparent") return n;
|
|
1755
1780
|
var i = U(n);
|
|
1756
1781
|
return Z(T({}, i, {
|
|
1757
1782
|
lightness: ao(0, 1, i.lightness - parseFloat(a))
|
|
1758
1783
|
}));
|
|
1759
1784
|
}
|
|
1760
|
-
var
|
|
1761
|
-
function
|
|
1785
|
+
var vt = I(kt), wt = vt;
|
|
1786
|
+
function St(a, n) {
|
|
1762
1787
|
if (n === "transparent") return n;
|
|
1763
1788
|
var i = U(n);
|
|
1764
1789
|
return Z(T({}, i, {
|
|
1765
1790
|
saturation: ao(0, 1, i.saturation - parseFloat(a))
|
|
1766
1791
|
}));
|
|
1767
1792
|
}
|
|
1768
|
-
I(
|
|
1769
|
-
function
|
|
1793
|
+
I(St);
|
|
1794
|
+
function $t(a) {
|
|
1770
1795
|
if (a === "transparent") return 0;
|
|
1771
1796
|
var n = oo(a), i = Object.keys(n).map(function(g) {
|
|
1772
1797
|
var C = n[g] / 255;
|
|
@@ -1774,15 +1799,15 @@ function St(a) {
|
|
|
1774
1799
|
}), s = i[0], l = i[1], m = i[2];
|
|
1775
1800
|
return parseFloat((0.2126 * s + 0.7152 * l + 0.0722 * m).toFixed(3));
|
|
1776
1801
|
}
|
|
1777
|
-
function
|
|
1802
|
+
function Rt(a, n) {
|
|
1778
1803
|
if (n === "transparent") return n;
|
|
1779
1804
|
var i = U(n);
|
|
1780
1805
|
return Z(T({}, i, {
|
|
1781
1806
|
lightness: ao(0, 1, i.lightness + parseFloat(a))
|
|
1782
1807
|
}));
|
|
1783
1808
|
}
|
|
1784
|
-
var
|
|
1785
|
-
function
|
|
1809
|
+
var zt = I(Rt), Wt = zt;
|
|
1810
|
+
function Bt(a, n, i) {
|
|
1786
1811
|
if (n === "transparent") return i;
|
|
1787
1812
|
if (i === "transparent") return n;
|
|
1788
1813
|
if (a === 0) return i;
|
|
@@ -1798,81 +1823,81 @@ function Wt(a, n, i) {
|
|
|
1798
1823
|
};
|
|
1799
1824
|
return Fo(z);
|
|
1800
1825
|
}
|
|
1801
|
-
var
|
|
1802
|
-
function
|
|
1826
|
+
var Pt = I(Bt), _r = Pt;
|
|
1827
|
+
function Ft(a, n) {
|
|
1803
1828
|
if (n === "transparent") return n;
|
|
1804
1829
|
var i = oo(n), s = typeof i.alpha == "number" ? i.alpha : 1, l = T({}, i, {
|
|
1805
1830
|
alpha: ao(0, 1, (s * 100 + parseFloat(a) * 100) / 100)
|
|
1806
1831
|
});
|
|
1807
1832
|
return Fo(l);
|
|
1808
1833
|
}
|
|
1809
|
-
I(
|
|
1810
|
-
function
|
|
1834
|
+
I(Ft);
|
|
1835
|
+
function Lt(a, n) {
|
|
1811
1836
|
if (n === "transparent") return n;
|
|
1812
1837
|
var i = U(n);
|
|
1813
1838
|
return Z(T({}, i, {
|
|
1814
1839
|
saturation: ao(0, 1, i.saturation + parseFloat(a))
|
|
1815
1840
|
}));
|
|
1816
1841
|
}
|
|
1817
|
-
I(Ft);
|
|
1818
|
-
function Lt(a, n) {
|
|
1819
|
-
return n === "transparent" ? n : Z(T({}, U(n), {
|
|
1820
|
-
hue: parseFloat(a)
|
|
1821
|
-
}));
|
|
1822
|
-
}
|
|
1823
1842
|
I(Lt);
|
|
1824
1843
|
function Mt(a, n) {
|
|
1825
1844
|
return n === "transparent" ? n : Z(T({}, U(n), {
|
|
1826
|
-
|
|
1845
|
+
hue: parseFloat(a)
|
|
1827
1846
|
}));
|
|
1828
1847
|
}
|
|
1829
1848
|
I(Mt);
|
|
1830
1849
|
function Ht(a, n) {
|
|
1831
1850
|
return n === "transparent" ? n : Z(T({}, U(n), {
|
|
1832
|
-
|
|
1851
|
+
lightness: parseFloat(a)
|
|
1833
1852
|
}));
|
|
1834
1853
|
}
|
|
1835
1854
|
I(Ht);
|
|
1836
1855
|
function Tt(a, n) {
|
|
1837
|
-
return n === "transparent" ? n :
|
|
1856
|
+
return n === "transparent" ? n : Z(T({}, U(n), {
|
|
1857
|
+
saturation: parseFloat(a)
|
|
1858
|
+
}));
|
|
1838
1859
|
}
|
|
1839
1860
|
I(Tt);
|
|
1840
1861
|
function It(a, n) {
|
|
1841
|
-
return n === "transparent" ? n : _r(parseFloat(a), "rgb(
|
|
1862
|
+
return n === "transparent" ? n : _r(parseFloat(a), "rgb(0, 0, 0)", n);
|
|
1842
1863
|
}
|
|
1843
1864
|
I(It);
|
|
1844
1865
|
function Et(a, n) {
|
|
1866
|
+
return n === "transparent" ? n : _r(parseFloat(a), "rgb(255, 255, 255)", n);
|
|
1867
|
+
}
|
|
1868
|
+
I(Et);
|
|
1869
|
+
function Xt(a, n) {
|
|
1845
1870
|
if (n === "transparent") return n;
|
|
1846
1871
|
var i = oo(n), s = typeof i.alpha == "number" ? i.alpha : 1, l = T({}, i, {
|
|
1847
1872
|
alpha: ao(0, 1, +(s * 100 - parseFloat(a) * 100).toFixed(2) / 100)
|
|
1848
1873
|
});
|
|
1849
1874
|
return Fo(l);
|
|
1850
1875
|
}
|
|
1851
|
-
I(
|
|
1852
|
-
const V = (a, n) =>
|
|
1853
|
-
function
|
|
1854
|
-
const n =
|
|
1855
|
-
return n < 0.5 ?
|
|
1876
|
+
I(Xt);
|
|
1877
|
+
const V = (a, n) => Ze(a, n);
|
|
1878
|
+
function di(a) {
|
|
1879
|
+
const n = $t(a), i = Math.max(Math.abs(n - 0.5) * 1.2, 0.3);
|
|
1880
|
+
return n < 0.5 ? Wt(i, a) : wt(i, a);
|
|
1856
1881
|
}
|
|
1857
|
-
const
|
|
1882
|
+
const mi = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark), n), {
|
|
1858
1883
|
light: [],
|
|
1859
1884
|
dark: []
|
|
1860
|
-
}),
|
|
1885
|
+
}), bi = (a) => a.flatMap((n) => Object.values(n)), Ot = (a) => a.reduce((n, i) => {
|
|
1861
1886
|
const s = n[i.name] || {};
|
|
1862
1887
|
return s[i.mode] = i, n[i.name] = s, n;
|
|
1863
|
-
}, {}),
|
|
1888
|
+
}, {}), _t = (a) => a.reduce((n, i) => (n[i.mode].push(i), n), {
|
|
1864
1889
|
light: [],
|
|
1865
1890
|
dark: []
|
|
1866
|
-
}),
|
|
1867
|
-
groupedByName:
|
|
1868
|
-
groupedByMode:
|
|
1869
|
-
}),
|
|
1891
|
+
}), gi = (a) => ({
|
|
1892
|
+
groupedByName: Ot(a),
|
|
1893
|
+
groupedByMode: _t(a)
|
|
1894
|
+
}), ui = (a, n, i) => {
|
|
1870
1895
|
var l, m;
|
|
1871
1896
|
const s = a.groupedByName[n];
|
|
1872
1897
|
if (s)
|
|
1873
1898
|
return i ? s[i] || ((l = a.groupedByMode[i]) == null ? void 0 : l[0]) : s.light || s.dark;
|
|
1874
1899
|
if (i) return (m = a.groupedByMode[i]) == null ? void 0 : m[0];
|
|
1875
|
-
},
|
|
1900
|
+
}, At = {
|
|
1876
1901
|
shadow: t.core.shadow.shadow500,
|
|
1877
1902
|
bgColor: t.semantic.color.background.neutral100,
|
|
1878
1903
|
sidePadding: "3.2rem",
|
|
@@ -1898,7 +1923,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
1898
1923
|
overlay: {
|
|
1899
1924
|
bgColor: V(t.semantic.color.background.neutral100, 0.8)
|
|
1900
1925
|
}
|
|
1901
|
-
},
|
|
1926
|
+
}, jt = {
|
|
1902
1927
|
chipList: {
|
|
1903
1928
|
padding: "0.8rem 1.6rem",
|
|
1904
1929
|
border: `1px solid ${t.semantic.color.border.neutral400}`
|
|
@@ -1931,7 +1956,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
1931
1956
|
padding: "0.8rem 1.6rem"
|
|
1932
1957
|
}
|
|
1933
1958
|
}
|
|
1934
|
-
},
|
|
1959
|
+
}, Dt = {
|
|
1935
1960
|
columnGap: "1.6rem",
|
|
1936
1961
|
group: {
|
|
1937
1962
|
rowGap: "1rem"
|
|
@@ -1945,7 +1970,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
1945
1970
|
textColor: t.semantic.color.text.danger500
|
|
1946
1971
|
}
|
|
1947
1972
|
}
|
|
1948
|
-
},
|
|
1973
|
+
}, Gt = {
|
|
1949
1974
|
sizes: {
|
|
1950
1975
|
XXL: {
|
|
1951
1976
|
width: "3.2rem",
|
|
@@ -1989,7 +2014,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
1989
2014
|
}
|
|
1990
2015
|
},
|
|
1991
2016
|
borderRadius: "0.4rem"
|
|
1992
|
-
},
|
|
2017
|
+
}, Nt = {
|
|
1993
2018
|
padding: "0 0.8rem 0 1rem",
|
|
1994
2019
|
height: "3.6rem",
|
|
1995
2020
|
gap: "0.5rem",
|
|
@@ -2082,7 +2107,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2082
2107
|
textColor: t.semantic.color.text.danger500
|
|
2083
2108
|
}
|
|
2084
2109
|
}
|
|
2085
|
-
},
|
|
2110
|
+
}, qt = {
|
|
2086
2111
|
container: {
|
|
2087
2112
|
borderRadius: "0.8rem",
|
|
2088
2113
|
backgroundColor: t.semantic.color.background.neutral100,
|
|
@@ -2109,7 +2134,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2109
2134
|
padding: "0.4rem 1.2rem",
|
|
2110
2135
|
color: t.semantic.color.text.neutral700
|
|
2111
2136
|
}
|
|
2112
|
-
},
|
|
2137
|
+
}, Yt = {
|
|
2113
2138
|
gap: "0.5rem",
|
|
2114
2139
|
margin: "0 0 0.2rem 0",
|
|
2115
2140
|
minHeight: "20px",
|
|
@@ -2130,7 +2155,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2130
2155
|
required: {
|
|
2131
2156
|
textColor: t.semantic.color.text.danger500
|
|
2132
2157
|
}
|
|
2133
|
-
},
|
|
2158
|
+
}, Ut = {
|
|
2134
2159
|
flexGroup: {
|
|
2135
2160
|
gap: {
|
|
2136
2161
|
XXS: t.core.space.space025,
|
|
@@ -2166,7 +2191,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2166
2191
|
XXL: t.core.space.space300
|
|
2167
2192
|
}
|
|
2168
2193
|
}
|
|
2169
|
-
},
|
|
2194
|
+
}, Zt = {
|
|
2170
2195
|
variants: {
|
|
2171
2196
|
block: {
|
|
2172
2197
|
sizes: {
|
|
@@ -2237,7 +2262,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2237
2262
|
}
|
|
2238
2263
|
}
|
|
2239
2264
|
}
|
|
2240
|
-
},
|
|
2265
|
+
}, Vt = {
|
|
2241
2266
|
size: "5rem",
|
|
2242
2267
|
gap: "0.5rem",
|
|
2243
2268
|
variants: {
|
|
@@ -2258,7 +2283,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2258
2283
|
textColor: t.semantic.color.icon.neutral100
|
|
2259
2284
|
}
|
|
2260
2285
|
}
|
|
2261
|
-
},
|
|
2286
|
+
}, Jt = {
|
|
2262
2287
|
dropDown: {
|
|
2263
2288
|
minWidth: "16rem",
|
|
2264
2289
|
maxWidth: "40rem",
|
|
@@ -2334,7 +2359,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2334
2359
|
}
|
|
2335
2360
|
}
|
|
2336
2361
|
}
|
|
2337
|
-
},
|
|
2362
|
+
}, Kt = {
|
|
2338
2363
|
header: {
|
|
2339
2364
|
height: "6.2rem",
|
|
2340
2365
|
paddingInline: "1.6rem",
|
|
@@ -2346,7 +2371,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2346
2371
|
gap: "0.8rem"
|
|
2347
2372
|
}
|
|
2348
2373
|
}
|
|
2349
|
-
},
|
|
2374
|
+
}, Qt = {
|
|
2350
2375
|
blockScreenMargin: "20px",
|
|
2351
2376
|
inlineScreenMargin: "20px",
|
|
2352
2377
|
inlinePadding: "4rem",
|
|
@@ -2376,9 +2401,9 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2376
2401
|
overlay: {
|
|
2377
2402
|
bgColor: "rgba(255, 255, 255, 0.9)"
|
|
2378
2403
|
}
|
|
2379
|
-
}, Qt = {
|
|
2380
|
-
iconColor: t.semantic.color.icon.neutral700
|
|
2381
2404
|
}, oa = {
|
|
2405
|
+
iconColor: t.semantic.color.icon.neutral700
|
|
2406
|
+
}, ra = {
|
|
2382
2407
|
bgColor: t.semantic.color.background.neutral100,
|
|
2383
2408
|
shadow: t.core.shadow.shadow400,
|
|
2384
2409
|
borderRadius: "0.8rem",
|
|
@@ -2391,7 +2416,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2391
2416
|
height: "8px",
|
|
2392
2417
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
2393
2418
|
}
|
|
2394
|
-
},
|
|
2419
|
+
}, ea = {
|
|
2395
2420
|
closeButton: {
|
|
2396
2421
|
iconColor: t.semantic.color.icon.neutral700
|
|
2397
2422
|
},
|
|
@@ -2410,7 +2435,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2410
2435
|
margin: "0 0 1.2rem 0",
|
|
2411
2436
|
padding: "1.6rem"
|
|
2412
2437
|
}
|
|
2413
|
-
},
|
|
2438
|
+
}, ta = {
|
|
2414
2439
|
textColor: t.semantic.color.text.primary600,
|
|
2415
2440
|
border: "solid 1px transparent",
|
|
2416
2441
|
colorGroups: [{
|
|
@@ -2440,7 +2465,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2440
2465
|
L: "4.4rem"
|
|
2441
2466
|
},
|
|
2442
2467
|
fontWeight: t.core.font.fontWeight.bold
|
|
2443
|
-
},
|
|
2468
|
+
}, aa = {
|
|
2444
2469
|
borderRadius: "1px",
|
|
2445
2470
|
textPosition: {
|
|
2446
2471
|
left: {
|
|
@@ -2494,7 +2519,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2494
2519
|
text: {
|
|
2495
2520
|
color: t.semantic.color.text.neutral800
|
|
2496
2521
|
}
|
|
2497
|
-
},
|
|
2522
|
+
}, na = {
|
|
2498
2523
|
size: "1.8rem",
|
|
2499
2524
|
iconSize: "0.6rem",
|
|
2500
2525
|
padding: "0",
|
|
@@ -2542,7 +2567,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2542
2567
|
}
|
|
2543
2568
|
}
|
|
2544
2569
|
}
|
|
2545
|
-
},
|
|
2570
|
+
}, ca = {
|
|
2546
2571
|
bgColor: t.semantic.color.background.neutral100,
|
|
2547
2572
|
shadow: `0px 0px 0px 1px ${t.semantic.color.border.neutral600}`,
|
|
2548
2573
|
borderRadius: "0.8rem",
|
|
@@ -2564,7 +2589,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2564
2589
|
gap: "0.8rem"
|
|
2565
2590
|
}
|
|
2566
2591
|
}
|
|
2567
|
-
},
|
|
2592
|
+
}, ia = {
|
|
2568
2593
|
width: "100%",
|
|
2569
2594
|
height: "fit-content",
|
|
2570
2595
|
bgColor: t.semantic.color.background.neutral100,
|
|
@@ -2613,7 +2638,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2613
2638
|
width: "1px",
|
|
2614
2639
|
color: t.semantic.color.border.neutral600
|
|
2615
2640
|
}
|
|
2616
|
-
},
|
|
2641
|
+
}, la = {
|
|
2617
2642
|
padding: "0 1rem",
|
|
2618
2643
|
height: "3.6rem",
|
|
2619
2644
|
gap: "0.6rem",
|
|
@@ -2730,7 +2755,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2730
2755
|
textColor: {
|
|
2731
2756
|
disabled: t.semantic.color.text.neutral500
|
|
2732
2757
|
}
|
|
2733
|
-
}, j = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`,
|
|
2758
|
+
}, j = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`, sa = {
|
|
2734
2759
|
sizes: {
|
|
2735
2760
|
S: {
|
|
2736
2761
|
borderRadius: "99rem",
|
|
@@ -2929,7 +2954,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2929
2954
|
}
|
|
2930
2955
|
}
|
|
2931
2956
|
}
|
|
2932
|
-
},
|
|
2957
|
+
}, da = {
|
|
2933
2958
|
sizes: {
|
|
2934
2959
|
M: {
|
|
2935
2960
|
borderRadius: t.core.space.space100,
|
|
@@ -2969,7 +2994,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2969
2994
|
borderColor: t.semantic.color.border.attention300
|
|
2970
2995
|
}
|
|
2971
2996
|
}
|
|
2972
|
-
},
|
|
2997
|
+
}, ma = {
|
|
2973
2998
|
variants: {
|
|
2974
2999
|
informative: {
|
|
2975
3000
|
iconColor: t.semantic.color.icon.informative600
|
|
@@ -2987,7 +3012,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2987
3012
|
iconColor: t.semantic.color.icon.success600
|
|
2988
3013
|
}
|
|
2989
3014
|
}
|
|
2990
|
-
},
|
|
3015
|
+
}, ba = {
|
|
2991
3016
|
collapsed: {
|
|
2992
3017
|
bgColor: t.semantic.color.background.neutral300,
|
|
2993
3018
|
shadow: "none",
|
|
@@ -3094,7 +3119,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3094
3119
|
}
|
|
3095
3120
|
}
|
|
3096
3121
|
}
|
|
3097
|
-
},
|
|
3122
|
+
}, ga = {
|
|
3098
3123
|
card: {
|
|
3099
3124
|
gap: "2.4rem",
|
|
3100
3125
|
bgColor: t.semantic.color.background.neutral100,
|
|
@@ -3121,7 +3146,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3121
3146
|
grid: {
|
|
3122
3147
|
gap: "1.6rem"
|
|
3123
3148
|
}
|
|
3124
|
-
},
|
|
3149
|
+
}, ua = {
|
|
3125
3150
|
gap: t.core.space.space150,
|
|
3126
3151
|
controlsHeight: "2rem",
|
|
3127
3152
|
track: {
|
|
@@ -3186,7 +3211,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3186
3211
|
label: {
|
|
3187
3212
|
offset: t.core.space.space200
|
|
3188
3213
|
}
|
|
3189
|
-
},
|
|
3214
|
+
}, pa = {
|
|
3190
3215
|
gap: "2.4rem",
|
|
3191
3216
|
step: {
|
|
3192
3217
|
gap: "0.8rem",
|
|
@@ -3233,7 +3258,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3233
3258
|
}
|
|
3234
3259
|
}
|
|
3235
3260
|
}
|
|
3236
|
-
},
|
|
3261
|
+
}, Ca = {
|
|
3237
3262
|
width: "3.2rem",
|
|
3238
3263
|
height: "1.8rem",
|
|
3239
3264
|
padding: "0.2rem",
|
|
@@ -3285,7 +3310,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3285
3310
|
}
|
|
3286
3311
|
}
|
|
3287
3312
|
}
|
|
3288
|
-
},
|
|
3313
|
+
}, xa = {
|
|
3289
3314
|
table: {
|
|
3290
3315
|
tableContainer: {
|
|
3291
3316
|
borderRadius: "0.8rem",
|
|
@@ -3373,7 +3398,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3373
3398
|
textColor: t.semantic.color.text.secondary800
|
|
3374
3399
|
}
|
|
3375
3400
|
}
|
|
3376
|
-
},
|
|
3401
|
+
}, ha = {
|
|
3377
3402
|
bgColor: "transparent",
|
|
3378
3403
|
padding: "1rem 1.6rem",
|
|
3379
3404
|
gap: "3.2rem",
|
|
@@ -3396,7 +3421,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3396
3421
|
actionsBar: {
|
|
3397
3422
|
gap: "1.6rem"
|
|
3398
3423
|
}
|
|
3399
|
-
},
|
|
3424
|
+
}, fa = {
|
|
3400
3425
|
variants: {
|
|
3401
3426
|
default: {
|
|
3402
3427
|
gap: "4rem",
|
|
@@ -3479,7 +3504,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3479
3504
|
}
|
|
3480
3505
|
}
|
|
3481
3506
|
}
|
|
3482
|
-
}, q = "transparent",
|
|
3507
|
+
}, q = "transparent", ya = {
|
|
3483
3508
|
layouts: {
|
|
3484
3509
|
block: {
|
|
3485
3510
|
sizes: {
|
|
@@ -3593,7 +3618,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3593
3618
|
}
|
|
3594
3619
|
}
|
|
3595
3620
|
}
|
|
3596
|
-
},
|
|
3621
|
+
}, ka = "data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209C18%2013.9706%2013.9706%2018%209%2018C4.02944%2018%200%2013.9706%200%209C0%204.02944%204.02944%200%209%200C13.9706%200%2018%204.02944%2018%209Z'%20fill='%23FFCD01'/%3e%3cpath%20d='M17%209C17%2013.4183%2013.4183%2017%209%2017C4.58172%2017%201%2013.4183%201%209C1%204.58172%204.58172%201%209%201C13.4183%201%2017%204.58172%2017%209Z'%20fill='%23FFCD01'/%3e%3cpath%20d='M16.4185%2012C16.7935%2011.0736%2017%2010.0609%2017%209C17%208.3094%2016.9125%207.63924%2016.748%207H1.25203C1.08751%207.63924%201%208.3094%201%209C1%2010.0609%201.20651%2011.0736%201.58152%2012H16.4185Z'%20fill='%23FFBE01'/%3e%3cpath%20d='M3.70838%2015C2.78496%2014.185%202.05111%2013.1601%201.58152%2012H16.4185C15.9489%2013.1601%2015.2151%2014.185%2014.2917%2015H3.70838Z'%20fill='%23FFB001'/%3e%3cpath%20d='M14.2917%2015C12.8814%2016.2447%2011.0289%2017%209%2017C6.97111%2017%205.11864%2016.2447%203.70838%2015H14.2917Z'%20fill='%23FFA101'/%3e%3c/svg%3e", va = {
|
|
3597
3622
|
width: "3.6rem",
|
|
3598
3623
|
height: "2.2rem",
|
|
3599
3624
|
padding: "0.1rem",
|
|
@@ -3602,12 +3627,12 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3602
3627
|
borderColor: t.semantic.color.border.neutral600,
|
|
3603
3628
|
bgColor: t.semantic.color.background.neutral300,
|
|
3604
3629
|
thumb: {
|
|
3605
|
-
icon: `url("${
|
|
3630
|
+
icon: `url("${ka}")`,
|
|
3606
3631
|
iconAspectRatio: "1/1",
|
|
3607
3632
|
borderRadius: "0",
|
|
3608
3633
|
bgColor: "transparent"
|
|
3609
3634
|
}
|
|
3610
|
-
},
|
|
3635
|
+
}, wa = {
|
|
3611
3636
|
width: "clamp(400px, 33vw, 640px)",
|
|
3612
3637
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
3613
3638
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
@@ -3619,7 +3644,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3619
3644
|
toaster: {
|
|
3620
3645
|
gap: "2rem"
|
|
3621
3646
|
}
|
|
3622
|
-
}, wo = "transparent",
|
|
3647
|
+
}, wo = "transparent", Sa = {
|
|
3623
3648
|
gap: "0.4rem",
|
|
3624
3649
|
height: "2.7rem",
|
|
3625
3650
|
lineHeight: "1.9rem",
|
|
@@ -3674,7 +3699,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3674
3699
|
minWidth: "2rem",
|
|
3675
3700
|
borderRadius: "99rem"
|
|
3676
3701
|
}
|
|
3677
|
-
},
|
|
3702
|
+
}, $a = {
|
|
3678
3703
|
textColor: t.semantic.color.text.neutral800,
|
|
3679
3704
|
bgColor: t.semantic.color.background.neutral100,
|
|
3680
3705
|
shadow: t.core.shadow.shadow400,
|
|
@@ -3688,7 +3713,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3688
3713
|
height: "8px",
|
|
3689
3714
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
3690
3715
|
}
|
|
3691
|
-
},
|
|
3716
|
+
}, Ra = {
|
|
3692
3717
|
levelOffset: "1.8rem",
|
|
3693
3718
|
item: {
|
|
3694
3719
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -3701,7 +3726,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3701
3726
|
iconColor: t.semantic.color.icon.neutral800,
|
|
3702
3727
|
gap: "0.4rem"
|
|
3703
3728
|
}
|
|
3704
|
-
},
|
|
3729
|
+
}, za = {
|
|
3705
3730
|
colors: {
|
|
3706
3731
|
primary: t.semantic.color.text.neutral800,
|
|
3707
3732
|
secondary: t.semantic.color.text.neutral700
|
|
@@ -3771,7 +3796,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3771
3796
|
semiBold: t.core.font.fontWeight.semiBold
|
|
3772
3797
|
}
|
|
3773
3798
|
}
|
|
3774
|
-
},
|
|
3799
|
+
}, Wa = {
|
|
3775
3800
|
gap: "1.6rem",
|
|
3776
3801
|
header: {
|
|
3777
3802
|
gap: "0.8rem"
|
|
@@ -3823,13 +3848,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3823
3848
|
borderColor: t.semantic.color.border.neutral300
|
|
3824
3849
|
}
|
|
3825
3850
|
}
|
|
3826
|
-
},
|
|
3851
|
+
}, Ba = {
|
|
3827
3852
|
bgColor: t.semantic.color.background.neutral100,
|
|
3828
3853
|
textColor: t.semantic.color.background.neutral700,
|
|
3829
3854
|
fontFamily: t.core.font.fontFamily.regular,
|
|
3830
3855
|
fontSize: t.core.font.fontSize.s14,
|
|
3831
3856
|
lineHeight: "1.4"
|
|
3832
|
-
},
|
|
3857
|
+
}, Pa = {
|
|
3833
3858
|
width: "0.5rem",
|
|
3834
3859
|
height: "0.5rem",
|
|
3835
3860
|
bgColor: t.semantic.color.background.secondary100,
|
|
@@ -3850,59 +3875,60 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3850
3875
|
badge: Ie,
|
|
3851
3876
|
banner: Ee,
|
|
3852
3877
|
boxSelectionGroup: Xe,
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3878
|
+
breadcrumbs: Oe,
|
|
3879
|
+
button: _e,
|
|
3880
|
+
buttonGroup: Ae,
|
|
3881
|
+
card: je,
|
|
3882
|
+
checkbox: De,
|
|
3883
|
+
chip: Ge,
|
|
3884
|
+
chipList: Ne,
|
|
3885
|
+
countryFlag: qe,
|
|
3886
|
+
datePicker: Ye,
|
|
3887
|
+
drawer: At,
|
|
3888
|
+
filters: jt,
|
|
3889
|
+
formField: Dt,
|
|
3890
|
+
iconButton: Gt,
|
|
3891
|
+
input: Nt,
|
|
3892
|
+
keyValueList: qt,
|
|
3893
|
+
label: Yt,
|
|
3894
|
+
layouts: Ut,
|
|
3895
|
+
link: Zt,
|
|
3896
|
+
loader: Vt,
|
|
3897
|
+
menu: Jt,
|
|
3898
|
+
midBar: Kt,
|
|
3899
|
+
modal: Qt,
|
|
3900
|
+
moreInfoIcon: oa,
|
|
3901
|
+
popover: ra,
|
|
3902
|
+
popupCard: ea,
|
|
3903
|
+
profileIcon: ta,
|
|
3904
|
+
progressBar: aa,
|
|
3905
|
+
radio: na,
|
|
3906
|
+
searchBar: ca,
|
|
3907
|
+
section: ia,
|
|
3908
|
+
select: la,
|
|
3909
|
+
semanticButton: sa,
|
|
3910
|
+
semanticContainer: da,
|
|
3911
|
+
semanticIcon: ma,
|
|
3912
|
+
sideBar: ba,
|
|
3913
|
+
skeleton: ga,
|
|
3914
|
+
slider: ua,
|
|
3915
|
+
stepper: pa,
|
|
3916
|
+
switchButton: Ca,
|
|
3917
|
+
table: xa,
|
|
3918
|
+
tableHeading: ha,
|
|
3919
|
+
tabs: fa,
|
|
3920
|
+
textButton: ya,
|
|
3921
|
+
themeModeSwitch: va,
|
|
3922
|
+
toast: wa,
|
|
3923
|
+
toggleButton: Sa,
|
|
3924
|
+
tooltip: $a,
|
|
3925
|
+
treeView: Ra,
|
|
3926
|
+
typography: za,
|
|
3927
|
+
windowBar: Wa
|
|
3902
3928
|
},
|
|
3903
3929
|
globals: {
|
|
3904
|
-
body:
|
|
3905
|
-
scrollbar:
|
|
3930
|
+
body: Ba,
|
|
3931
|
+
scrollbar: Pa
|
|
3906
3932
|
}
|
|
3907
3933
|
}, so = {
|
|
3908
3934
|
transparent: "#00000000",
|
|
@@ -4109,7 +4135,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4109
4135
|
color: so.primary200
|
|
4110
4136
|
}
|
|
4111
4137
|
}
|
|
4112
|
-
},
|
|
4138
|
+
}, Fa = {
|
|
4113
4139
|
sizes: {
|
|
4114
4140
|
L: {
|
|
4115
4141
|
size: "3rem",
|
|
@@ -4162,7 +4188,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4162
4188
|
}
|
|
4163
4189
|
}
|
|
4164
4190
|
}
|
|
4165
|
-
},
|
|
4191
|
+
}, La = {
|
|
4166
4192
|
height: "7rem",
|
|
4167
4193
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
4168
4194
|
separator: `1px solid ${e.semantic.color.border.neutral400}`,
|
|
@@ -4184,7 +4210,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4184
4210
|
accountNameColor: e.semantic.color.text.neutral950
|
|
4185
4211
|
}
|
|
4186
4212
|
}
|
|
4187
|
-
},
|
|
4213
|
+
}, Ma = {
|
|
4188
4214
|
trigger: {
|
|
4189
4215
|
borderRadius: "0.4rem",
|
|
4190
4216
|
height: "3.2rem",
|
|
@@ -4227,12 +4253,12 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4227
4253
|
color: e.semantic.color.text.neutral800
|
|
4228
4254
|
}
|
|
4229
4255
|
}
|
|
4230
|
-
},
|
|
4256
|
+
}, Ha = {
|
|
4231
4257
|
dropdown: {
|
|
4232
4258
|
screenMarginHeight: "6px",
|
|
4233
4259
|
maxHeight: "50vh"
|
|
4234
4260
|
}
|
|
4235
|
-
}, Pr = "1px",
|
|
4261
|
+
}, Pr = "1px", Ta = {
|
|
4236
4262
|
padding: `${e.core.space.space025} ${e.core.space.space050}`,
|
|
4237
4263
|
gap: e.core.space.space025,
|
|
4238
4264
|
borderRadius: "2px",
|
|
@@ -4295,7 +4321,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4295
4321
|
iconColor: e.semantic.color.text.neutral500
|
|
4296
4322
|
}
|
|
4297
4323
|
}
|
|
4298
|
-
},
|
|
4324
|
+
}, Ia = {
|
|
4299
4325
|
sizes: {
|
|
4300
4326
|
S: {
|
|
4301
4327
|
gap: "0.8rem",
|
|
@@ -4313,7 +4339,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4313
4339
|
split: {
|
|
4314
4340
|
minWidth: "0.8rem"
|
|
4315
4341
|
}
|
|
4316
|
-
},
|
|
4342
|
+
}, Ea = {
|
|
4317
4343
|
gap: e.core.space.space300,
|
|
4318
4344
|
item: {
|
|
4319
4345
|
borderRadius: "4px",
|
|
@@ -4359,7 +4385,32 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4359
4385
|
defaultItem: {
|
|
4360
4386
|
gap: "0.4rem"
|
|
4361
4387
|
}
|
|
4362
|
-
},
|
|
4388
|
+
}, Xa = {
|
|
4389
|
+
gap: e.core.space.space100,
|
|
4390
|
+
link: {
|
|
4391
|
+
states: {
|
|
4392
|
+
normal: {
|
|
4393
|
+
textColor: e.semantic.color.text.secondary500
|
|
4394
|
+
},
|
|
4395
|
+
hover: {
|
|
4396
|
+
textColor: e.semantic.color.text.secondary800
|
|
4397
|
+
},
|
|
4398
|
+
active: {
|
|
4399
|
+
textColor: e.semantic.color.text.secondary800
|
|
4400
|
+
},
|
|
4401
|
+
disabled: {
|
|
4402
|
+
textColor: e.semantic.color.text.secondary400
|
|
4403
|
+
}
|
|
4404
|
+
}
|
|
4405
|
+
},
|
|
4406
|
+
current: {
|
|
4407
|
+
textColor: e.semantic.color.text.secondary800,
|
|
4408
|
+
fontWeight: e.core.font.fontWeight.semiBold
|
|
4409
|
+
},
|
|
4410
|
+
separator: {
|
|
4411
|
+
textColor: e.semantic.color.text.secondary500
|
|
4412
|
+
}
|
|
4413
|
+
}, Oa = {
|
|
4363
4414
|
gap: "0.2rem",
|
|
4364
4415
|
sizes: {
|
|
4365
4416
|
small: {
|
|
@@ -4497,7 +4548,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4497
4548
|
}
|
|
4498
4549
|
}
|
|
4499
4550
|
}
|
|
4500
|
-
},
|
|
4551
|
+
}, _a = {
|
|
4501
4552
|
borderRadius: "0.4rem",
|
|
4502
4553
|
border: `1px solid ${e.semantic.color.border.neutral600}`,
|
|
4503
4554
|
fontSize: "1.4rem",
|
|
@@ -4540,13 +4591,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4540
4591
|
}
|
|
4541
4592
|
}
|
|
4542
4593
|
}
|
|
4543
|
-
},
|
|
4594
|
+
}, Aa = {
|
|
4544
4595
|
width: "100%",
|
|
4545
4596
|
height: "fit-content",
|
|
4546
4597
|
bgColor: e.semantic.color.background.neutral100,
|
|
4547
4598
|
shadow: e.core.shadow.shadow4,
|
|
4548
4599
|
borderRadius: "0.8rem"
|
|
4549
|
-
},
|
|
4600
|
+
}, ja = {
|
|
4550
4601
|
width: "1.8rem",
|
|
4551
4602
|
height: "1.8rem",
|
|
4552
4603
|
padding: "0",
|
|
@@ -4610,7 +4661,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4610
4661
|
}
|
|
4611
4662
|
}
|
|
4612
4663
|
}
|
|
4613
|
-
},
|
|
4664
|
+
}, Da = {
|
|
4614
4665
|
sizes: {
|
|
4615
4666
|
M: {
|
|
4616
4667
|
height: "2.8rem",
|
|
@@ -4667,7 +4718,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4667
4718
|
}
|
|
4668
4719
|
}
|
|
4669
4720
|
}
|
|
4670
|
-
},
|
|
4721
|
+
}, Ga = {
|
|
4671
4722
|
sizes: {
|
|
4672
4723
|
M: {
|
|
4673
4724
|
gap: "0.8rem 5px"
|
|
@@ -4685,13 +4736,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4685
4736
|
gap: "0.4rem",
|
|
4686
4737
|
padding: "1.2rem 1.6rem"
|
|
4687
4738
|
}
|
|
4688
|
-
},
|
|
4739
|
+
}, Na = {
|
|
4689
4740
|
width: "2.7rem",
|
|
4690
4741
|
height: "2rem",
|
|
4691
4742
|
borderRadius: "5px",
|
|
4692
4743
|
borderWidth: "0.1px",
|
|
4693
4744
|
borderColor: e.semantic.color.border.neutral500
|
|
4694
|
-
},
|
|
4745
|
+
}, qa = {
|
|
4695
4746
|
fontSize: e.core.font.fontSize.s14,
|
|
4696
4747
|
fontWeight: e.core.font.fontWeight.normal,
|
|
4697
4748
|
fontFamily: e.core.font.fontFamily.regular,
|
|
@@ -4755,7 +4806,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4755
4806
|
weekNumCell: {
|
|
4756
4807
|
fontSize: "1rem"
|
|
4757
4808
|
}
|
|
4758
|
-
},
|
|
4809
|
+
}, Ya = {
|
|
4759
4810
|
shadow: `0 0 0.5px 1px ${e.semantic.color.border.neutral400}, -8px 0 16px 0 ${e.semantic.color.border.neutral100}`,
|
|
4760
4811
|
bgColor: e.semantic.color.background.neutral200,
|
|
4761
4812
|
sidePadding: "3.2rem",
|
|
@@ -4781,7 +4832,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4781
4832
|
overlay: {
|
|
4782
4833
|
bgColor: V(e.semantic.color.background.neutral200, 0.8)
|
|
4783
4834
|
}
|
|
4784
|
-
},
|
|
4835
|
+
}, Ua = {
|
|
4785
4836
|
chipList: {
|
|
4786
4837
|
padding: "0.8rem 1.6rem",
|
|
4787
4838
|
border: `1px solid ${e.semantic.color.border.neutral400}`
|
|
@@ -4814,7 +4865,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4814
4865
|
padding: "0.8rem 1.6rem"
|
|
4815
4866
|
}
|
|
4816
4867
|
}
|
|
4817
|
-
},
|
|
4868
|
+
}, Za = {
|
|
4818
4869
|
columnGap: "1.6rem",
|
|
4819
4870
|
group: {
|
|
4820
4871
|
rowGap: "1rem"
|
|
@@ -4828,7 +4879,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4828
4879
|
textColor: e.semantic.color.text.danger500
|
|
4829
4880
|
}
|
|
4830
4881
|
}
|
|
4831
|
-
},
|
|
4882
|
+
}, Va = {
|
|
4832
4883
|
sizes: {
|
|
4833
4884
|
XXL: {
|
|
4834
4885
|
width: "3.2rem",
|
|
@@ -4872,7 +4923,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4872
4923
|
}
|
|
4873
4924
|
},
|
|
4874
4925
|
borderRadius: "0.4rem"
|
|
4875
|
-
},
|
|
4926
|
+
}, Ja = {
|
|
4876
4927
|
padding: "0 0.8rem 0 1rem",
|
|
4877
4928
|
height: "3.6rem",
|
|
4878
4929
|
gap: "0.5rem",
|
|
@@ -4965,7 +5016,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4965
5016
|
textColor: e.semantic.color.text.danger500
|
|
4966
5017
|
}
|
|
4967
5018
|
}
|
|
4968
|
-
},
|
|
5019
|
+
}, Ka = {
|
|
4969
5020
|
container: {
|
|
4970
5021
|
borderRadius: "0.8rem",
|
|
4971
5022
|
backgroundColor: e.semantic.color.background.neutral100,
|
|
@@ -4992,7 +5043,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4992
5043
|
padding: "0.4rem 1.2rem",
|
|
4993
5044
|
color: e.semantic.color.text.neutral700
|
|
4994
5045
|
}
|
|
4995
|
-
},
|
|
5046
|
+
}, Qa = {
|
|
4996
5047
|
gap: "0.5rem",
|
|
4997
5048
|
margin: "0 0 0.2rem 0",
|
|
4998
5049
|
minHeight: "20px",
|
|
@@ -5013,7 +5064,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5013
5064
|
required: {
|
|
5014
5065
|
textColor: e.semantic.color.text.danger500
|
|
5015
5066
|
}
|
|
5016
|
-
},
|
|
5067
|
+
}, on = {
|
|
5017
5068
|
flexGroup: {
|
|
5018
5069
|
gap: {
|
|
5019
5070
|
XXS: e.core.space.space025,
|
|
@@ -5049,7 +5100,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5049
5100
|
XXL: e.core.space.space300
|
|
5050
5101
|
}
|
|
5051
5102
|
}
|
|
5052
|
-
},
|
|
5103
|
+
}, rn = {
|
|
5053
5104
|
variants: {
|
|
5054
5105
|
block: {
|
|
5055
5106
|
sizes: {
|
|
@@ -5119,7 +5170,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5119
5170
|
}
|
|
5120
5171
|
}
|
|
5121
5172
|
}
|
|
5122
|
-
},
|
|
5173
|
+
}, en = {
|
|
5123
5174
|
size: "5rem",
|
|
5124
5175
|
gap: "0.5rem",
|
|
5125
5176
|
variants: {
|
|
@@ -5140,7 +5191,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5140
5191
|
textColor: e.semantic.color.icon.neutral100
|
|
5141
5192
|
}
|
|
5142
5193
|
}
|
|
5143
|
-
},
|
|
5194
|
+
}, tn = {
|
|
5144
5195
|
dropDown: {
|
|
5145
5196
|
minWidth: "16rem",
|
|
5146
5197
|
maxWidth: "40rem",
|
|
@@ -5216,7 +5267,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5216
5267
|
}
|
|
5217
5268
|
}
|
|
5218
5269
|
}
|
|
5219
|
-
},
|
|
5270
|
+
}, an = {
|
|
5220
5271
|
header: {
|
|
5221
5272
|
height: "6.2rem",
|
|
5222
5273
|
paddingInline: "1.6rem",
|
|
@@ -5228,7 +5279,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5228
5279
|
gap: "0.8rem"
|
|
5229
5280
|
}
|
|
5230
5281
|
}
|
|
5231
|
-
},
|
|
5282
|
+
}, nn = {
|
|
5232
5283
|
blockScreenMargin: "20px",
|
|
5233
5284
|
inlineScreenMargin: "20px",
|
|
5234
5285
|
inlinePadding: "4rem",
|
|
@@ -5258,9 +5309,9 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5258
5309
|
overlay: {
|
|
5259
5310
|
bgColor: "rgba(0, 0, 0, 0.9)"
|
|
5260
5311
|
}
|
|
5261
|
-
},
|
|
5312
|
+
}, cn = {
|
|
5262
5313
|
iconColor: e.semantic.color.icon.neutral700
|
|
5263
|
-
},
|
|
5314
|
+
}, ln = {
|
|
5264
5315
|
bgColor: e.semantic.color.background.neutral200,
|
|
5265
5316
|
shadow: `0 0 0.5px 1px ${e.semantic.color.border.neutral400}, 0 0 16px 8px ${e.semantic.color.border.neutral100}`,
|
|
5266
5317
|
borderRadius: "0.8rem",
|
|
@@ -5273,7 +5324,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5273
5324
|
height: "8px",
|
|
5274
5325
|
shadow: `${e.semantic.color.border.neutral400} 0px 1.5px`
|
|
5275
5326
|
}
|
|
5276
|
-
},
|
|
5327
|
+
}, sn = {
|
|
5277
5328
|
closeButton: {
|
|
5278
5329
|
iconColor: e.semantic.color.icon.neutral700
|
|
5279
5330
|
},
|
|
@@ -5292,7 +5343,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5292
5343
|
margin: "0 0 1.2rem 0",
|
|
5293
5344
|
padding: "1.6rem"
|
|
5294
5345
|
}
|
|
5295
|
-
},
|
|
5346
|
+
}, dn = {
|
|
5296
5347
|
textColor: e.semantic.color.text.neutral100,
|
|
5297
5348
|
border: "solid 1px transparent",
|
|
5298
5349
|
colorGroups: [{
|
|
@@ -5322,7 +5373,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5322
5373
|
L: "4.4rem"
|
|
5323
5374
|
},
|
|
5324
5375
|
fontWeight: e.core.font.fontWeight.bold
|
|
5325
|
-
},
|
|
5376
|
+
}, mn = {
|
|
5326
5377
|
borderRadius: "1px",
|
|
5327
5378
|
textPosition: {
|
|
5328
5379
|
left: {
|
|
@@ -5376,7 +5427,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5376
5427
|
text: {
|
|
5377
5428
|
color: e.semantic.color.text.neutral800
|
|
5378
5429
|
}
|
|
5379
|
-
},
|
|
5430
|
+
}, bn = {
|
|
5380
5431
|
size: "1.8rem",
|
|
5381
5432
|
iconSize: "0.6rem",
|
|
5382
5433
|
padding: "0",
|
|
@@ -5424,7 +5475,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5424
5475
|
}
|
|
5425
5476
|
}
|
|
5426
5477
|
}
|
|
5427
|
-
},
|
|
5478
|
+
}, gn = {
|
|
5428
5479
|
bgColor: e.semantic.color.background.neutral100,
|
|
5429
5480
|
shadow: `0px 0px 0px 1px ${e.semantic.color.border.neutral600}`,
|
|
5430
5481
|
borderRadius: "0.8rem",
|
|
@@ -5446,7 +5497,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5446
5497
|
gap: "0.8rem"
|
|
5447
5498
|
}
|
|
5448
5499
|
}
|
|
5449
|
-
},
|
|
5500
|
+
}, un = {
|
|
5450
5501
|
width: "100%",
|
|
5451
5502
|
height: "fit-content",
|
|
5452
5503
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -5495,7 +5546,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5495
5546
|
width: "1px",
|
|
5496
5547
|
color: e.semantic.color.border.neutral600
|
|
5497
5548
|
}
|
|
5498
|
-
},
|
|
5549
|
+
}, pn = {
|
|
5499
5550
|
padding: "0 1rem",
|
|
5500
5551
|
height: "3.6rem",
|
|
5501
5552
|
gap: "0.6rem",
|
|
@@ -5612,7 +5663,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5612
5663
|
textColor: {
|
|
5613
5664
|
disabled: e.semantic.color.text.neutral500
|
|
5614
5665
|
}
|
|
5615
|
-
}, G = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`,
|
|
5666
|
+
}, G = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`, Cn = {
|
|
5616
5667
|
sizes: {
|
|
5617
5668
|
S: {
|
|
5618
5669
|
borderRadius: "99rem",
|
|
@@ -5811,7 +5862,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5811
5862
|
}
|
|
5812
5863
|
}
|
|
5813
5864
|
}
|
|
5814
|
-
},
|
|
5865
|
+
}, xn = {
|
|
5815
5866
|
sizes: {
|
|
5816
5867
|
M: {
|
|
5817
5868
|
borderRadius: e.core.space.space100,
|
|
@@ -5851,7 +5902,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5851
5902
|
borderColor: e.semantic.color.border.attention300
|
|
5852
5903
|
}
|
|
5853
5904
|
}
|
|
5854
|
-
},
|
|
5905
|
+
}, hn = {
|
|
5855
5906
|
variants: {
|
|
5856
5907
|
informative: {
|
|
5857
5908
|
iconColor: e.semantic.color.icon.informative600
|
|
@@ -5869,7 +5920,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5869
5920
|
iconColor: e.semantic.color.icon.success600
|
|
5870
5921
|
}
|
|
5871
5922
|
}
|
|
5872
|
-
},
|
|
5923
|
+
}, fn = {
|
|
5873
5924
|
collapsed: {
|
|
5874
5925
|
bgColor: e.semantic.color.background.neutral100,
|
|
5875
5926
|
shadow: "none",
|
|
@@ -5976,7 +6027,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5976
6027
|
}
|
|
5977
6028
|
}
|
|
5978
6029
|
}
|
|
5979
|
-
},
|
|
6030
|
+
}, yn = {
|
|
5980
6031
|
card: {
|
|
5981
6032
|
gap: "2.4rem",
|
|
5982
6033
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -6003,7 +6054,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6003
6054
|
grid: {
|
|
6004
6055
|
gap: "1.6rem"
|
|
6005
6056
|
}
|
|
6006
|
-
},
|
|
6057
|
+
}, kn = {
|
|
6007
6058
|
gap: e.core.space.space150,
|
|
6008
6059
|
controlsHeight: "2rem",
|
|
6009
6060
|
track: {
|
|
@@ -6068,7 +6119,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6068
6119
|
label: {
|
|
6069
6120
|
offset: e.core.space.space200
|
|
6070
6121
|
}
|
|
6071
|
-
},
|
|
6122
|
+
}, vn = {
|
|
6072
6123
|
gap: "2.4rem",
|
|
6073
6124
|
step: {
|
|
6074
6125
|
gap: "0.8rem",
|
|
@@ -6115,7 +6166,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6115
6166
|
}
|
|
6116
6167
|
}
|
|
6117
6168
|
}
|
|
6118
|
-
},
|
|
6169
|
+
}, wn = {
|
|
6119
6170
|
width: "3.2rem",
|
|
6120
6171
|
height: "1.8rem",
|
|
6121
6172
|
padding: "0.2rem",
|
|
@@ -6167,7 +6218,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6167
6218
|
}
|
|
6168
6219
|
}
|
|
6169
6220
|
}
|
|
6170
|
-
},
|
|
6221
|
+
}, Sn = {
|
|
6171
6222
|
table: {
|
|
6172
6223
|
tableContainer: {
|
|
6173
6224
|
borderRadius: "0.8rem",
|
|
@@ -6255,7 +6306,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6255
6306
|
textColor: e.semantic.color.text.neutral700
|
|
6256
6307
|
}
|
|
6257
6308
|
}
|
|
6258
|
-
},
|
|
6309
|
+
}, $n = {
|
|
6259
6310
|
bgColor: "transparent",
|
|
6260
6311
|
padding: "1rem 1.6rem",
|
|
6261
6312
|
gap: "3.2rem",
|
|
@@ -6278,7 +6329,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6278
6329
|
actionsBar: {
|
|
6279
6330
|
gap: "1.6rem"
|
|
6280
6331
|
}
|
|
6281
|
-
},
|
|
6332
|
+
}, Rn = {
|
|
6282
6333
|
variants: {
|
|
6283
6334
|
default: {
|
|
6284
6335
|
gap: "4rem",
|
|
@@ -6364,7 +6415,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6364
6415
|
}
|
|
6365
6416
|
}
|
|
6366
6417
|
}
|
|
6367
|
-
}, Y = "transparent",
|
|
6418
|
+
}, Y = "transparent", zn = {
|
|
6368
6419
|
layouts: {
|
|
6369
6420
|
block: {
|
|
6370
6421
|
sizes: {
|
|
@@ -6478,7 +6529,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6478
6529
|
}
|
|
6479
6530
|
}
|
|
6480
6531
|
}
|
|
6481
|
-
},
|
|
6532
|
+
}, Wn = "data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209C18%2013.9706%2013.9706%2018%209%2018C4.02944%2018%200%2013.9706%200%209C0%204.02944%204.02944%200%209%200C13.9706%200%2018%204.02944%2018%209Z'%20fill='%23F1F5FA'/%3e%3cpath%20d='M3%2014C7.97056%2014%2012%209.97056%2012%205C12%203.20867%2011.4767%201.53958%2010.5745%200.137268C10.0633%200.0470571%209.53713%200%209%200C4.02944%200%200%204.02944%200%209C0%2010.7913%200.523342%2012.4604%201.42547%2013.8627C1.93672%2013.9529%202.46287%2014%203%2014Z'%20fill='%23BDD0E7'/%3e%3cpath%20d='M2%2013C6.97056%2013%2011%208.97056%2011%204C11%202.58941%2010.6755%201.25461%2010.097%200.0661876C9.73747%200.0224918%209.37136%200%209%200C4.02944%200%200%204.02944%200%209C0%2010.4106%200.324521%2011.7454%200.902969%2012.9338C1.26253%2012.9775%201.62864%2013%202%2013Z'%20fill='%231C324D'/%3e%3cpath%20d='M7.10199%203.62067C7.04777%203.47308%206.90723%203.375%206.75%203.375C6.59277%203.375%206.45223%203.47308%206.39801%203.62067L6.25631%204.00631L5.87067%204.14801C5.72308%204.20223%205.625%204.34277%205.625%204.5C5.625%204.65723%205.72308%204.79777%205.87067%204.85199L6.25631%204.99369L6.39801%205.37933C6.45223%205.52692%206.59277%205.625%206.75%205.625C6.90723%205.625%207.04777%205.52692%207.10199%205.37933L7.24369%204.99369L7.62933%204.85199C7.77692%204.79777%207.875%204.65723%207.875%204.5C7.875%204.34277%207.77692%204.20223%207.62933%204.14801L7.24369%204.00631L7.10199%203.62067Z'%20fill='%23F1F5FA'/%3e%3cpath%20d='M4.47699%205.87067C4.42277%205.72308%204.28223%205.625%204.125%205.625C3.96777%205.625%203.82723%205.72308%203.77301%205.87067L3.32902%207.07902L2.12067%207.52301C1.97308%207.57723%201.875%207.71777%201.875%207.875C1.875%208.03223%201.97308%208.17277%202.12067%208.22699L3.32902%208.67098L3.77301%209.87933C3.82723%2010.0269%203.96777%2010.125%204.125%2010.125C4.28223%2010.125%204.42277%2010.0269%204.47699%209.87933L4.92098%208.67098L6.12933%208.22699C6.27692%208.17277%206.375%208.03223%206.375%207.875C6.375%207.71777%206.27692%207.57723%206.12933%207.52301L4.92098%207.07902L4.47699%205.87067Z'%20fill='%23F1F5FA'/%3e%3c/svg%3e", Bn = {
|
|
6482
6533
|
width: "3.6rem",
|
|
6483
6534
|
height: "2.2rem",
|
|
6484
6535
|
padding: "0.1rem",
|
|
@@ -6487,12 +6538,12 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6487
6538
|
borderColor: e.semantic.color.border.neutral600,
|
|
6488
6539
|
bgColor: e.semantic.color.background.neutral300,
|
|
6489
6540
|
thumb: {
|
|
6490
|
-
icon: `url("${
|
|
6541
|
+
icon: `url("${Wn}")`,
|
|
6491
6542
|
iconAspectRatio: "1/1",
|
|
6492
6543
|
borderRadius: "0",
|
|
6493
6544
|
bgColor: "transparent"
|
|
6494
6545
|
}
|
|
6495
|
-
},
|
|
6546
|
+
}, Pn = {
|
|
6496
6547
|
width: "clamp(400px, 33vw, 640px)",
|
|
6497
6548
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
6498
6549
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
@@ -6504,7 +6555,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6504
6555
|
toaster: {
|
|
6505
6556
|
gap: "2rem"
|
|
6506
6557
|
}
|
|
6507
|
-
}, So = "transparent",
|
|
6558
|
+
}, So = "transparent", Fn = {
|
|
6508
6559
|
gap: "0.4rem",
|
|
6509
6560
|
height: "2.7rem",
|
|
6510
6561
|
lineHeight: "1.9rem",
|
|
@@ -6559,7 +6610,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6559
6610
|
minWidth: "2rem",
|
|
6560
6611
|
borderRadius: "99rem"
|
|
6561
6612
|
}
|
|
6562
|
-
},
|
|
6613
|
+
}, Ln = {
|
|
6563
6614
|
textColor: e.semantic.color.text.neutral800,
|
|
6564
6615
|
bgColor: e.semantic.color.background.neutral200,
|
|
6565
6616
|
shadow: `0 0 0.5px 1px ${e.semantic.color.border.neutral400}`,
|
|
@@ -6573,7 +6624,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6573
6624
|
height: "8px",
|
|
6574
6625
|
shadow: `${e.semantic.color.border.neutral400} 0px 1.5px`
|
|
6575
6626
|
}
|
|
6576
|
-
},
|
|
6627
|
+
}, Mn = {
|
|
6577
6628
|
levelOffset: "1.8rem",
|
|
6578
6629
|
item: {
|
|
6579
6630
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -6586,7 +6637,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6586
6637
|
iconColor: e.semantic.color.icon.neutral800,
|
|
6587
6638
|
gap: "0.4rem"
|
|
6588
6639
|
}
|
|
6589
|
-
},
|
|
6640
|
+
}, Hn = {
|
|
6590
6641
|
colors: {
|
|
6591
6642
|
primary: e.semantic.color.text.neutral800,
|
|
6592
6643
|
secondary: e.semantic.color.text.neutral700
|
|
@@ -6656,7 +6707,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6656
6707
|
semiBold: e.core.font.fontWeight.semiBold
|
|
6657
6708
|
}
|
|
6658
6709
|
}
|
|
6659
|
-
},
|
|
6710
|
+
}, Tn = {
|
|
6660
6711
|
gap: "1.6rem",
|
|
6661
6712
|
header: {
|
|
6662
6713
|
gap: "0.8rem"
|
|
@@ -6708,13 +6759,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6708
6759
|
borderColor: e.semantic.color.border.neutral300
|
|
6709
6760
|
}
|
|
6710
6761
|
}
|
|
6711
|
-
},
|
|
6762
|
+
}, In = {
|
|
6712
6763
|
bgColor: e.semantic.color.background.neutral100,
|
|
6713
6764
|
textColor: e.semantic.color.background.neutral700,
|
|
6714
6765
|
fontFamily: e.core.font.fontFamily.regular,
|
|
6715
6766
|
fontSize: e.core.font.fontSize.s14,
|
|
6716
6767
|
lineHeight: "1.4"
|
|
6717
|
-
},
|
|
6768
|
+
}, En = {
|
|
6718
6769
|
width: "0.5rem",
|
|
6719
6770
|
height: "0.5rem",
|
|
6720
6771
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -6723,71 +6774,72 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6723
6774
|
bgColor: e.semantic.color.background.neutral400,
|
|
6724
6775
|
borderRadius: "99rem"
|
|
6725
6776
|
}
|
|
6726
|
-
},
|
|
6777
|
+
}, Xn = {
|
|
6727
6778
|
name: "dark",
|
|
6728
6779
|
mode: "dark",
|
|
6729
6780
|
...e,
|
|
6730
6781
|
components: {
|
|
6731
|
-
actionIconButton:
|
|
6732
|
-
appBar:
|
|
6733
|
-
appSelectionMenu:
|
|
6734
|
-
autoComplete:
|
|
6735
|
-
badge:
|
|
6736
|
-
banner:
|
|
6737
|
-
boxSelectionGroup:
|
|
6738
|
-
|
|
6739
|
-
|
|
6740
|
-
|
|
6741
|
-
|
|
6742
|
-
|
|
6743
|
-
|
|
6744
|
-
|
|
6745
|
-
|
|
6746
|
-
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
|
|
6750
|
-
|
|
6751
|
-
|
|
6752
|
-
|
|
6753
|
-
|
|
6754
|
-
|
|
6755
|
-
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
|
|
6759
|
-
|
|
6760
|
-
|
|
6761
|
-
|
|
6762
|
-
|
|
6763
|
-
|
|
6764
|
-
|
|
6765
|
-
|
|
6766
|
-
|
|
6767
|
-
|
|
6768
|
-
|
|
6769
|
-
|
|
6770
|
-
|
|
6771
|
-
|
|
6772
|
-
|
|
6773
|
-
|
|
6774
|
-
|
|
6775
|
-
|
|
6776
|
-
|
|
6777
|
-
|
|
6778
|
-
|
|
6779
|
-
|
|
6780
|
-
|
|
6781
|
-
|
|
6782
|
-
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
|
|
6782
|
+
actionIconButton: Fa,
|
|
6783
|
+
appBar: La,
|
|
6784
|
+
appSelectionMenu: Ma,
|
|
6785
|
+
autoComplete: Ha,
|
|
6786
|
+
badge: Ta,
|
|
6787
|
+
banner: Ia,
|
|
6788
|
+
boxSelectionGroup: Ea,
|
|
6789
|
+
breadcrumbs: Xa,
|
|
6790
|
+
button: Oa,
|
|
6791
|
+
buttonGroup: _a,
|
|
6792
|
+
card: Aa,
|
|
6793
|
+
checkbox: ja,
|
|
6794
|
+
chip: Da,
|
|
6795
|
+
chipList: Ga,
|
|
6796
|
+
countryFlag: Na,
|
|
6797
|
+
datePicker: qa,
|
|
6798
|
+
drawer: Ya,
|
|
6799
|
+
filters: Ua,
|
|
6800
|
+
formField: Za,
|
|
6801
|
+
iconButton: Va,
|
|
6802
|
+
input: Ja,
|
|
6803
|
+
keyValueList: Ka,
|
|
6804
|
+
label: Qa,
|
|
6805
|
+
layouts: on,
|
|
6806
|
+
link: rn,
|
|
6807
|
+
loader: en,
|
|
6808
|
+
menu: tn,
|
|
6809
|
+
midBar: an,
|
|
6810
|
+
modal: nn,
|
|
6811
|
+
moreInfoIcon: cn,
|
|
6812
|
+
popover: ln,
|
|
6813
|
+
popupCard: sn,
|
|
6814
|
+
profileIcon: dn,
|
|
6815
|
+
progressBar: mn,
|
|
6816
|
+
radio: bn,
|
|
6817
|
+
searchBar: gn,
|
|
6818
|
+
section: un,
|
|
6819
|
+
select: pn,
|
|
6820
|
+
semanticButton: Cn,
|
|
6821
|
+
semanticContainer: xn,
|
|
6822
|
+
semanticIcon: hn,
|
|
6823
|
+
sideBar: fn,
|
|
6824
|
+
skeleton: yn,
|
|
6825
|
+
slider: kn,
|
|
6826
|
+
stepper: vn,
|
|
6827
|
+
switchButton: wn,
|
|
6828
|
+
table: Sn,
|
|
6829
|
+
tableHeading: $n,
|
|
6830
|
+
tabs: Rn,
|
|
6831
|
+
textButton: zn,
|
|
6832
|
+
themeModeSwitch: Bn,
|
|
6833
|
+
toast: Pn,
|
|
6834
|
+
toggleButton: Fn,
|
|
6835
|
+
tooltip: Ln,
|
|
6836
|
+
treeView: Mn,
|
|
6837
|
+
typography: Hn,
|
|
6838
|
+
windowBar: Tn
|
|
6787
6839
|
},
|
|
6788
6840
|
globals: {
|
|
6789
|
-
body:
|
|
6790
|
-
scrollbar:
|
|
6841
|
+
body: In,
|
|
6842
|
+
scrollbar: En
|
|
6791
6843
|
}
|
|
6792
6844
|
}, mo = {
|
|
6793
6845
|
transparent: "#00000000",
|
|
@@ -6994,7 +7046,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6994
7046
|
color: mo.primary600
|
|
6995
7047
|
}
|
|
6996
7048
|
}
|
|
6997
|
-
},
|
|
7049
|
+
}, On = {
|
|
6998
7050
|
sizes: {
|
|
6999
7051
|
L: {
|
|
7000
7052
|
size: "3rem",
|
|
@@ -7047,7 +7099,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7047
7099
|
}
|
|
7048
7100
|
}
|
|
7049
7101
|
}
|
|
7050
|
-
},
|
|
7102
|
+
}, _n = {
|
|
7051
7103
|
height: "7rem",
|
|
7052
7104
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
7053
7105
|
separator: `1px solid ${o.semantic.color.border.secondary200}`,
|
|
@@ -7069,7 +7121,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7069
7121
|
accountNameColor: o.semantic.color.text.secondary950
|
|
7070
7122
|
}
|
|
7071
7123
|
}
|
|
7072
|
-
},
|
|
7124
|
+
}, An = {
|
|
7073
7125
|
trigger: {
|
|
7074
7126
|
borderRadius: "0.4rem",
|
|
7075
7127
|
height: "3.2rem",
|
|
@@ -7112,12 +7164,12 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7112
7164
|
color: o.semantic.color.text.neutral800
|
|
7113
7165
|
}
|
|
7114
7166
|
}
|
|
7115
|
-
},
|
|
7167
|
+
}, jn = {
|
|
7116
7168
|
dropdown: {
|
|
7117
7169
|
screenMarginHeight: "6px",
|
|
7118
7170
|
maxHeight: "50vh"
|
|
7119
7171
|
}
|
|
7120
|
-
}, Fr = "1px",
|
|
7172
|
+
}, Fr = "1px", Dn = {
|
|
7121
7173
|
padding: `${o.core.space.space025} ${o.core.space.space050}`,
|
|
7122
7174
|
gap: o.core.space.space025,
|
|
7123
7175
|
borderRadius: "2px",
|
|
@@ -7180,7 +7232,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7180
7232
|
iconColor: o.semantic.color.text.secondary800
|
|
7181
7233
|
}
|
|
7182
7234
|
}
|
|
7183
|
-
},
|
|
7235
|
+
}, Gn = {
|
|
7184
7236
|
sizes: {
|
|
7185
7237
|
S: {
|
|
7186
7238
|
gap: "0.8rem",
|
|
@@ -7198,7 +7250,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7198
7250
|
split: {
|
|
7199
7251
|
minWidth: "0.8rem"
|
|
7200
7252
|
}
|
|
7201
|
-
},
|
|
7253
|
+
}, Nn = {
|
|
7202
7254
|
gap: o.core.space.space300,
|
|
7203
7255
|
item: {
|
|
7204
7256
|
borderRadius: "4px",
|
|
@@ -7253,7 +7305,32 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7253
7305
|
defaultItem: {
|
|
7254
7306
|
gap: "0.4rem"
|
|
7255
7307
|
}
|
|
7256
|
-
},
|
|
7308
|
+
}, qn = {
|
|
7309
|
+
gap: o.core.space.space100,
|
|
7310
|
+
link: {
|
|
7311
|
+
states: {
|
|
7312
|
+
normal: {
|
|
7313
|
+
textColor: o.semantic.color.text.secondary600
|
|
7314
|
+
},
|
|
7315
|
+
hover: {
|
|
7316
|
+
textColor: o.semantic.color.text.secondary950
|
|
7317
|
+
},
|
|
7318
|
+
active: {
|
|
7319
|
+
textColor: o.semantic.color.text.secondary950
|
|
7320
|
+
},
|
|
7321
|
+
disabled: {
|
|
7322
|
+
textColor: o.semantic.color.text.secondary500
|
|
7323
|
+
}
|
|
7324
|
+
}
|
|
7325
|
+
},
|
|
7326
|
+
current: {
|
|
7327
|
+
textColor: o.semantic.color.text.secondary950,
|
|
7328
|
+
fontWeight: o.core.font.fontWeight.semiBold
|
|
7329
|
+
},
|
|
7330
|
+
separator: {
|
|
7331
|
+
textColor: o.semantic.color.text.secondary600
|
|
7332
|
+
}
|
|
7333
|
+
}, Yn = {
|
|
7257
7334
|
gap: "0.2rem",
|
|
7258
7335
|
sizes: {
|
|
7259
7336
|
small: {
|
|
@@ -7408,7 +7485,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7408
7485
|
}
|
|
7409
7486
|
}
|
|
7410
7487
|
}
|
|
7411
|
-
},
|
|
7488
|
+
}, Un = {
|
|
7412
7489
|
borderRadius: "0.4rem",
|
|
7413
7490
|
border: `1px solid ${o.semantic.color.border.transparent}`,
|
|
7414
7491
|
fontSize: "1.4rem",
|
|
@@ -7451,13 +7528,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7451
7528
|
}
|
|
7452
7529
|
}
|
|
7453
7530
|
}
|
|
7454
|
-
},
|
|
7531
|
+
}, Zn = {
|
|
7455
7532
|
width: "100%",
|
|
7456
7533
|
height: "fit-content",
|
|
7457
7534
|
bgColor: o.semantic.color.background.neutral100,
|
|
7458
7535
|
shadow: o.core.shadow.shadow4,
|
|
7459
7536
|
borderRadius: "0.8rem"
|
|
7460
|
-
},
|
|
7537
|
+
}, Vn = {
|
|
7461
7538
|
width: "1.8rem",
|
|
7462
7539
|
height: "1.8rem",
|
|
7463
7540
|
padding: "0",
|
|
@@ -7521,7 +7598,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7521
7598
|
}
|
|
7522
7599
|
}
|
|
7523
7600
|
}
|
|
7524
|
-
},
|
|
7601
|
+
}, Jn = {
|
|
7525
7602
|
sizes: {
|
|
7526
7603
|
M: {
|
|
7527
7604
|
height: "2.8rem",
|
|
@@ -7578,7 +7655,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7578
7655
|
}
|
|
7579
7656
|
}
|
|
7580
7657
|
}
|
|
7581
|
-
},
|
|
7658
|
+
}, Kn = {
|
|
7582
7659
|
sizes: {
|
|
7583
7660
|
M: {
|
|
7584
7661
|
gap: "0.8rem 5px"
|
|
@@ -7596,13 +7673,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7596
7673
|
gap: "0.4rem",
|
|
7597
7674
|
padding: "1.2rem 1.6rem"
|
|
7598
7675
|
}
|
|
7599
|
-
},
|
|
7676
|
+
}, Qn = {
|
|
7600
7677
|
width: "2.7rem",
|
|
7601
7678
|
height: "2rem",
|
|
7602
7679
|
borderRadius: "5px",
|
|
7603
7680
|
borderWidth: "0.1px",
|
|
7604
7681
|
borderColor: o.semantic.color.border.secondary400
|
|
7605
|
-
},
|
|
7682
|
+
}, oc = {
|
|
7606
7683
|
fontSize: o.core.font.fontSize.s14,
|
|
7607
7684
|
fontWeight: o.core.font.fontWeight.normal,
|
|
7608
7685
|
fontFamily: o.core.font.fontFamily.regular,
|
|
@@ -7666,7 +7743,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7666
7743
|
weekNumCell: {
|
|
7667
7744
|
fontSize: "1rem"
|
|
7668
7745
|
}
|
|
7669
|
-
},
|
|
7746
|
+
}, rc = {
|
|
7670
7747
|
shadow: o.core.shadow.shadow500,
|
|
7671
7748
|
bgColor: o.semantic.color.background.neutral0,
|
|
7672
7749
|
sidePadding: "3.2rem",
|
|
@@ -7692,7 +7769,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7692
7769
|
overlay: {
|
|
7693
7770
|
bgColor: V(o.semantic.color.background.secondary0, 0.8)
|
|
7694
7771
|
}
|
|
7695
|
-
},
|
|
7772
|
+
}, ec = {
|
|
7696
7773
|
chipList: {
|
|
7697
7774
|
padding: "0.8rem 1.6rem",
|
|
7698
7775
|
border: `1px solid ${o.semantic.color.border.secondary300}`
|
|
@@ -7725,7 +7802,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7725
7802
|
padding: "0.8rem 1.6rem"
|
|
7726
7803
|
}
|
|
7727
7804
|
}
|
|
7728
|
-
},
|
|
7805
|
+
}, tc = {
|
|
7729
7806
|
columnGap: "1.6rem",
|
|
7730
7807
|
group: {
|
|
7731
7808
|
rowGap: "1rem"
|
|
@@ -7739,7 +7816,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7739
7816
|
textColor: o.semantic.color.text.danger400
|
|
7740
7817
|
}
|
|
7741
7818
|
}
|
|
7742
|
-
},
|
|
7819
|
+
}, ac = {
|
|
7743
7820
|
sizes: {
|
|
7744
7821
|
XXL: {
|
|
7745
7822
|
width: "3.2rem",
|
|
@@ -7785,7 +7862,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7785
7862
|
}
|
|
7786
7863
|
},
|
|
7787
7864
|
borderRadius: "0.4rem"
|
|
7788
|
-
},
|
|
7865
|
+
}, nc = {
|
|
7789
7866
|
padding: "0 0.8rem 0 1rem",
|
|
7790
7867
|
height: "3.6rem",
|
|
7791
7868
|
gap: "0.5rem",
|
|
@@ -7879,7 +7956,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7879
7956
|
textColor: o.semantic.color.text.secondary600
|
|
7880
7957
|
}
|
|
7881
7958
|
}
|
|
7882
|
-
},
|
|
7959
|
+
}, cc = {
|
|
7883
7960
|
container: {
|
|
7884
7961
|
borderRadius: "0.8rem",
|
|
7885
7962
|
backgroundColor: o.semantic.color.background.secondary0,
|
|
@@ -7906,7 +7983,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7906
7983
|
padding: "0.4rem 1.2rem",
|
|
7907
7984
|
color: o.semantic.color.text.secondary900
|
|
7908
7985
|
}
|
|
7909
|
-
},
|
|
7986
|
+
}, ic = {
|
|
7910
7987
|
gap: "0.5rem",
|
|
7911
7988
|
margin: "0 0 0.2rem 0",
|
|
7912
7989
|
minHeight: "20px",
|
|
@@ -7927,7 +8004,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7927
8004
|
required: {
|
|
7928
8005
|
textColor: o.semantic.color.text.danger500
|
|
7929
8006
|
}
|
|
7930
|
-
},
|
|
8007
|
+
}, lc = {
|
|
7931
8008
|
flexGroup: {
|
|
7932
8009
|
gap: {
|
|
7933
8010
|
XXS: o.core.space.space025,
|
|
@@ -7963,7 +8040,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7963
8040
|
XXL: o.core.space.space300
|
|
7964
8041
|
}
|
|
7965
8042
|
}
|
|
7966
|
-
},
|
|
8043
|
+
}, sc = {
|
|
7967
8044
|
variants: {
|
|
7968
8045
|
block: {
|
|
7969
8046
|
sizes: {
|
|
@@ -8032,7 +8109,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8032
8109
|
}
|
|
8033
8110
|
}
|
|
8034
8111
|
}
|
|
8035
|
-
},
|
|
8112
|
+
}, dc = {
|
|
8036
8113
|
size: "5rem",
|
|
8037
8114
|
gap: "0.5rem",
|
|
8038
8115
|
variants: {
|
|
@@ -8052,7 +8129,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8052
8129
|
textColor: o.semantic.color.icon.secondary0
|
|
8053
8130
|
}
|
|
8054
8131
|
}
|
|
8055
|
-
},
|
|
8132
|
+
}, mc = {
|
|
8056
8133
|
dropDown: {
|
|
8057
8134
|
minWidth: "16rem",
|
|
8058
8135
|
maxWidth: "40rem",
|
|
@@ -8128,7 +8205,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8128
8205
|
}
|
|
8129
8206
|
}
|
|
8130
8207
|
}
|
|
8131
|
-
},
|
|
8208
|
+
}, bc = {
|
|
8132
8209
|
header: {
|
|
8133
8210
|
height: "6.2rem",
|
|
8134
8211
|
paddingInline: "1.6rem",
|
|
@@ -8140,7 +8217,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8140
8217
|
gap: "0.8rem"
|
|
8141
8218
|
}
|
|
8142
8219
|
}
|
|
8143
|
-
},
|
|
8220
|
+
}, gc = {
|
|
8144
8221
|
blockScreenMargin: "20px",
|
|
8145
8222
|
inlineScreenMargin: "20px",
|
|
8146
8223
|
inlinePadding: "4rem",
|
|
@@ -8170,9 +8247,9 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8170
8247
|
overlay: {
|
|
8171
8248
|
bgColor: V(o.semantic.color.background.secondary0, 0.8)
|
|
8172
8249
|
}
|
|
8173
|
-
},
|
|
8250
|
+
}, uc = {
|
|
8174
8251
|
iconColor: o.semantic.color.icon.secondary600
|
|
8175
|
-
},
|
|
8252
|
+
}, pc = {
|
|
8176
8253
|
bgColor: o.semantic.color.background.neutral100,
|
|
8177
8254
|
shadow: o.core.shadow.shadow400,
|
|
8178
8255
|
borderRadius: "0.8rem",
|
|
@@ -8185,7 +8262,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8185
8262
|
height: "8px",
|
|
8186
8263
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
8187
8264
|
}
|
|
8188
|
-
},
|
|
8265
|
+
}, Cc = {
|
|
8189
8266
|
closeButton: {
|
|
8190
8267
|
iconColor: o.semantic.color.icon.neutral700
|
|
8191
8268
|
},
|
|
@@ -8204,7 +8281,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8204
8281
|
margin: "0 0 1.2rem 0",
|
|
8205
8282
|
padding: "1.6rem"
|
|
8206
8283
|
}
|
|
8207
|
-
},
|
|
8284
|
+
}, xc = {
|
|
8208
8285
|
textColor: o.semantic.color.text.secondary950,
|
|
8209
8286
|
border: "solid 1px transparent",
|
|
8210
8287
|
colorGroups: [{
|
|
@@ -8234,7 +8311,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8234
8311
|
L: "4.4rem"
|
|
8235
8312
|
},
|
|
8236
8313
|
fontWeight: o.core.font.fontWeight.bold
|
|
8237
|
-
},
|
|
8314
|
+
}, hc = {
|
|
8238
8315
|
borderRadius: "1px",
|
|
8239
8316
|
textPosition: {
|
|
8240
8317
|
left: {
|
|
@@ -8288,7 +8365,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8288
8365
|
text: {
|
|
8289
8366
|
color: o.semantic.color.text.secondary950
|
|
8290
8367
|
}
|
|
8291
|
-
},
|
|
8368
|
+
}, fc = {
|
|
8292
8369
|
size: "1.8rem",
|
|
8293
8370
|
iconSize: "0.6rem",
|
|
8294
8371
|
padding: "0",
|
|
@@ -8336,7 +8413,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8336
8413
|
}
|
|
8337
8414
|
}
|
|
8338
8415
|
}
|
|
8339
|
-
},
|
|
8416
|
+
}, yc = {
|
|
8340
8417
|
bgColor: o.semantic.color.background.secondary0,
|
|
8341
8418
|
shadow: `0px 0px 0px 1px ${o.semantic.color.border.secondary300}`,
|
|
8342
8419
|
borderRadius: "0.8rem",
|
|
@@ -8358,7 +8435,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8358
8435
|
gap: "0.8rem"
|
|
8359
8436
|
}
|
|
8360
8437
|
}
|
|
8361
|
-
},
|
|
8438
|
+
}, kc = {
|
|
8362
8439
|
width: "100%",
|
|
8363
8440
|
height: "fit-content",
|
|
8364
8441
|
bgColor: o.semantic.color.background.secondary0,
|
|
@@ -8407,7 +8484,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8407
8484
|
width: "1px",
|
|
8408
8485
|
color: o.semantic.color.border.secondary200
|
|
8409
8486
|
}
|
|
8410
|
-
},
|
|
8487
|
+
}, vc = {
|
|
8411
8488
|
padding: "0 1rem",
|
|
8412
8489
|
height: "3.6rem",
|
|
8413
8490
|
gap: "0.6rem",
|
|
@@ -8507,7 +8584,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8507
8584
|
}
|
|
8508
8585
|
}
|
|
8509
8586
|
}
|
|
8510
|
-
},
|
|
8587
|
+
}, wc = {
|
|
8511
8588
|
sizes: {
|
|
8512
8589
|
S: {
|
|
8513
8590
|
borderRadius: "99rem",
|
|
@@ -8754,7 +8831,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8754
8831
|
}
|
|
8755
8832
|
}
|
|
8756
8833
|
}
|
|
8757
|
-
},
|
|
8834
|
+
}, Sc = {
|
|
8758
8835
|
sizes: {
|
|
8759
8836
|
M: {
|
|
8760
8837
|
borderRadius: o.core.space.space100,
|
|
@@ -8794,7 +8871,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8794
8871
|
borderColor: o.semantic.color.border.attention300
|
|
8795
8872
|
}
|
|
8796
8873
|
}
|
|
8797
|
-
},
|
|
8874
|
+
}, $c = {
|
|
8798
8875
|
variants: {
|
|
8799
8876
|
informative: {
|
|
8800
8877
|
iconColor: o.semantic.color.icon.informative600
|
|
@@ -8812,7 +8889,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8812
8889
|
iconColor: o.semantic.color.icon.success600
|
|
8813
8890
|
}
|
|
8814
8891
|
}
|
|
8815
|
-
},
|
|
8892
|
+
}, Rc = {
|
|
8816
8893
|
collapsed: {
|
|
8817
8894
|
bgColor: o.semantic.color.background.secondary50,
|
|
8818
8895
|
shadow: "none",
|
|
@@ -8919,7 +8996,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8919
8996
|
}
|
|
8920
8997
|
}
|
|
8921
8998
|
}
|
|
8922
|
-
},
|
|
8999
|
+
}, zc = {
|
|
8923
9000
|
card: {
|
|
8924
9001
|
gap: "2.4rem",
|
|
8925
9002
|
bgColor: o.semantic.color.background.neutral100,
|
|
@@ -8946,7 +9023,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8946
9023
|
grid: {
|
|
8947
9024
|
gap: "1.6rem"
|
|
8948
9025
|
}
|
|
8949
|
-
},
|
|
9026
|
+
}, Wc = {
|
|
8950
9027
|
gap: o.core.space.space150,
|
|
8951
9028
|
controlsHeight: "2rem",
|
|
8952
9029
|
track: {
|
|
@@ -9011,7 +9088,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9011
9088
|
label: {
|
|
9012
9089
|
offset: o.core.space.space200
|
|
9013
9090
|
}
|
|
9014
|
-
},
|
|
9091
|
+
}, Bc = {
|
|
9015
9092
|
gap: "2.4rem",
|
|
9016
9093
|
step: {
|
|
9017
9094
|
gap: "0.8rem",
|
|
@@ -9058,7 +9135,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9058
9135
|
}
|
|
9059
9136
|
}
|
|
9060
9137
|
}
|
|
9061
|
-
},
|
|
9138
|
+
}, Pc = {
|
|
9062
9139
|
width: "3.2rem",
|
|
9063
9140
|
height: "1.8rem",
|
|
9064
9141
|
padding: "0.2rem",
|
|
@@ -9110,7 +9187,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9110
9187
|
}
|
|
9111
9188
|
}
|
|
9112
9189
|
}
|
|
9113
|
-
},
|
|
9190
|
+
}, Fc = {
|
|
9114
9191
|
table: {
|
|
9115
9192
|
tableContainer: {
|
|
9116
9193
|
borderRadius: "0.8rem",
|
|
@@ -9198,7 +9275,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9198
9275
|
textColor: o.semantic.color.text.secondary950
|
|
9199
9276
|
}
|
|
9200
9277
|
}
|
|
9201
|
-
},
|
|
9278
|
+
}, Lc = {
|
|
9202
9279
|
bgColor: "transparent",
|
|
9203
9280
|
padding: "1rem 1.6rem",
|
|
9204
9281
|
gap: "3.2rem",
|
|
@@ -9221,7 +9298,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9221
9298
|
actionsBar: {
|
|
9222
9299
|
gap: "1.6rem"
|
|
9223
9300
|
}
|
|
9224
|
-
},
|
|
9301
|
+
}, Mc = {
|
|
9225
9302
|
variants: {
|
|
9226
9303
|
default: {
|
|
9227
9304
|
gap: "4rem",
|
|
@@ -9304,7 +9381,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9304
9381
|
}
|
|
9305
9382
|
}
|
|
9306
9383
|
}
|
|
9307
|
-
}, X = "transparent",
|
|
9384
|
+
}, X = "transparent", Hc = {
|
|
9308
9385
|
layouts: {
|
|
9309
9386
|
block: {
|
|
9310
9387
|
sizes: {
|
|
@@ -9425,7 +9502,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9425
9502
|
}
|
|
9426
9503
|
}
|
|
9427
9504
|
}
|
|
9428
|
-
},
|
|
9505
|
+
}, Tc = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_20208_3890)'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='%23F9FAFA'%20/%3e%3cpath%20d='M13.0002%2010C13.0002%208.34315%2011.6571%207%2010.0002%207C8.34339%207%207.00024%208.34315%207.00024%2010C7.00024%2011.6569%208.34339%2013%2010.0002%2013C11.6571%2013%2013.0002%2011.6569%2013.0002%2010ZM14.0002%2010C14.0002%2012.2091%2012.2094%2014%2010.0002%2014C7.79111%2014%206.00024%2012.2091%206.00024%2010C6.00024%207.79086%207.79111%206%2010.0002%206C12.2094%206%2014.0002%207.79086%2014.0002%2010Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M16.9998%209.5L17.1013%209.50977C17.329%209.55649%2017.4998%209.75847%2017.4998%2010C17.4998%2010.2415%2017.329%2010.4435%2017.1013%2010.4902L16.9998%2010.5H15.5457C15.2695%2010.5%2015.0457%2010.2761%2015.0457%2010C15.0457%209.72386%2015.2695%209.5%2015.5457%209.5H16.9998Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M4.50024%209.5L4.60083%209.50977C4.82874%209.55634%205.00024%209.75833%205.00024%2010C5.00024%2010.2417%204.82874%2010.4437%204.60083%2010.4902L4.50024%2010.5H3.00024C2.7241%2010.5%202.50024%2010.2761%202.50024%2010C2.50024%209.72386%202.7241%209.5%203.00024%209.5H4.50024Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M10.5002%2017L10.4905%2017.1006C10.444%2017.3286%2010.242%2017.5%2010.0002%2017.5C9.75852%2017.5%209.55653%2017.3286%209.51001%2017.1006L9.50024%2017V15.5C9.50024%2015.2239%209.7241%2015%2010.0002%2015C10.2764%2015%2010.5002%2015.2239%2010.5002%2015.5V17Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M10.5002%204.5L10.4905%204.60059C10.444%204.82855%2010.242%205%2010.0002%205C9.75853%205%209.55654%204.82855%209.51001%204.60059L9.50024%204.5V3C9.50024%202.72386%209.7241%202.5%2010.0002%202.5C10.2764%202.5%2010.5002%202.72386%2010.5002%203V4.5Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M14.6466%204.64655L14.7246%204.58233C14.9187%204.45395%2015.1827%204.4756%2015.3537%204.64655C15.5246%204.81751%2015.5463%205.08152%2015.4179%205.27563L15.3537%205.35366L14.3538%206.35355C14.1585%206.54882%2013.842%206.54882%2013.6467%206.35355C13.4514%206.15829%2013.4514%205.84171%2013.6467%205.64645L14.6466%204.64655Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M5.64658%2013.6466L5.72461%2013.5823C5.91872%2013.4539%206.18274%2013.4756%206.35369%2013.6466C6.52464%2013.8175%206.5463%2014.0815%206.41791%2014.2756L6.35369%2014.3537L5.3538%2015.3536C5.15854%2015.5488%204.84195%2015.5488%204.64669%2015.3536C4.45143%2015.1583%204.45143%2014.8417%204.64669%2014.6464L5.64658%2013.6466Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M15.3537%2014.6463L15.4179%2014.7244C15.5463%2014.9185%2015.5246%2015.1825%2015.3537%2015.3534C15.1827%2015.5244%2014.9187%2015.5461%2014.7246%2015.4177L14.6466%2015.3534L13.6467%2014.3536C13.4514%2014.1583%2013.4514%2013.8417%2013.6467%2013.6464C13.842%2013.4512%2014.1585%2013.4512%2014.3538%2013.6464L15.3537%2014.6463Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M6.35369%205.64634L6.41791%205.72437C6.5463%205.91848%206.52464%206.18249%206.35369%206.35345C6.18274%206.5244%205.91872%206.54605%205.72461%206.41767L5.64658%206.35345L4.64669%205.35355C4.45143%205.15829%204.45143%204.84171%204.64669%204.64645C4.84195%204.45118%205.15854%204.45118%205.3538%204.64645L6.35369%205.64634Z'%20fill='%23091A23'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_20208_3890'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Ic = {
|
|
9429
9506
|
width: "3.6rem",
|
|
9430
9507
|
height: "2.2rem",
|
|
9431
9508
|
padding: "0.1rem",
|
|
@@ -9434,12 +9511,12 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9434
9511
|
borderColor: o.semantic.color.border.transparent,
|
|
9435
9512
|
bgColor: o.semantic.color.background.secondary200,
|
|
9436
9513
|
thumb: {
|
|
9437
|
-
icon: `url("${
|
|
9514
|
+
icon: `url("${Tc}")`,
|
|
9438
9515
|
iconAspectRatio: "1/1",
|
|
9439
9516
|
borderRadius: "0",
|
|
9440
9517
|
bgColor: "transparent"
|
|
9441
9518
|
}
|
|
9442
|
-
},
|
|
9519
|
+
}, Ec = {
|
|
9443
9520
|
width: "clamp(400px, 33vw, 640px)",
|
|
9444
9521
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
9445
9522
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
@@ -9451,7 +9528,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9451
9528
|
toaster: {
|
|
9452
9529
|
gap: "2rem"
|
|
9453
9530
|
}
|
|
9454
|
-
}, $o = "transparent",
|
|
9531
|
+
}, $o = "transparent", Xc = {
|
|
9455
9532
|
gap: "0.4rem",
|
|
9456
9533
|
height: "3rem",
|
|
9457
9534
|
lineHeight: "1.9rem",
|
|
@@ -9504,7 +9581,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9504
9581
|
minWidth: "2rem",
|
|
9505
9582
|
borderRadius: "99rem"
|
|
9506
9583
|
}
|
|
9507
|
-
},
|
|
9584
|
+
}, Oc = {
|
|
9508
9585
|
textColor: o.semantic.color.text.secondary950,
|
|
9509
9586
|
bgColor: o.semantic.color.background.secondary0,
|
|
9510
9587
|
shadow: o.core.shadow.shadow400,
|
|
@@ -9518,7 +9595,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9518
9595
|
height: "8px",
|
|
9519
9596
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
9520
9597
|
}
|
|
9521
|
-
},
|
|
9598
|
+
}, _c = {
|
|
9522
9599
|
levelOffset: "1.8rem",
|
|
9523
9600
|
item: {
|
|
9524
9601
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -9531,7 +9608,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9531
9608
|
iconColor: o.semantic.color.icon.neutral800,
|
|
9532
9609
|
gap: "0.4rem"
|
|
9533
9610
|
}
|
|
9534
|
-
},
|
|
9611
|
+
}, Ac = {
|
|
9535
9612
|
colors: {
|
|
9536
9613
|
primary: o.semantic.color.text.secondary950,
|
|
9537
9614
|
secondary: o.semantic.color.text.secondary700
|
|
@@ -9601,7 +9678,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9601
9678
|
semiBold: o.core.font.fontWeight.semiBold
|
|
9602
9679
|
}
|
|
9603
9680
|
}
|
|
9604
|
-
},
|
|
9681
|
+
}, jc = {
|
|
9605
9682
|
gap: "1.6rem",
|
|
9606
9683
|
header: {
|
|
9607
9684
|
gap: "0.8rem"
|
|
@@ -9653,13 +9730,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9653
9730
|
borderColor: o.semantic.color.border.neutral300
|
|
9654
9731
|
}
|
|
9655
9732
|
}
|
|
9656
|
-
},
|
|
9733
|
+
}, Dc = {
|
|
9657
9734
|
bgColor: o.semantic.color.background.secondary0,
|
|
9658
9735
|
textColor: o.semantic.color.background.secondary990,
|
|
9659
9736
|
fontFamily: o.core.font.fontFamily.regular,
|
|
9660
9737
|
fontSize: o.core.font.fontSize.s14,
|
|
9661
9738
|
lineHeight: "1.4"
|
|
9662
|
-
},
|
|
9739
|
+
}, Gc = {
|
|
9663
9740
|
width: "0.5rem",
|
|
9664
9741
|
height: "0.5rem",
|
|
9665
9742
|
bgColor: o.semantic.color.background.secondary100,
|
|
@@ -9668,71 +9745,72 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9668
9745
|
bgColor: o.semantic.color.background.secondary600,
|
|
9669
9746
|
borderRadius: "99rem"
|
|
9670
9747
|
}
|
|
9671
|
-
},
|
|
9748
|
+
}, Nc = {
|
|
9672
9749
|
name: "light-2",
|
|
9673
9750
|
mode: "light",
|
|
9674
9751
|
...o,
|
|
9675
9752
|
components: {
|
|
9676
|
-
actionIconButton:
|
|
9677
|
-
appBar:
|
|
9678
|
-
appSelectionMenu:
|
|
9679
|
-
autoComplete:
|
|
9680
|
-
badge:
|
|
9681
|
-
banner:
|
|
9682
|
-
boxSelectionGroup:
|
|
9683
|
-
|
|
9684
|
-
|
|
9685
|
-
|
|
9686
|
-
|
|
9687
|
-
|
|
9688
|
-
|
|
9689
|
-
|
|
9690
|
-
|
|
9691
|
-
|
|
9692
|
-
|
|
9693
|
-
|
|
9694
|
-
|
|
9695
|
-
|
|
9696
|
-
|
|
9697
|
-
|
|
9698
|
-
|
|
9699
|
-
|
|
9700
|
-
|
|
9701
|
-
|
|
9702
|
-
|
|
9703
|
-
|
|
9704
|
-
|
|
9705
|
-
|
|
9706
|
-
|
|
9707
|
-
|
|
9708
|
-
|
|
9709
|
-
|
|
9710
|
-
|
|
9711
|
-
|
|
9712
|
-
|
|
9713
|
-
|
|
9714
|
-
|
|
9715
|
-
|
|
9716
|
-
|
|
9717
|
-
|
|
9718
|
-
|
|
9719
|
-
|
|
9720
|
-
|
|
9721
|
-
|
|
9722
|
-
|
|
9723
|
-
|
|
9724
|
-
|
|
9725
|
-
|
|
9726
|
-
|
|
9727
|
-
|
|
9728
|
-
|
|
9729
|
-
|
|
9730
|
-
|
|
9731
|
-
|
|
9753
|
+
actionIconButton: On,
|
|
9754
|
+
appBar: _n,
|
|
9755
|
+
appSelectionMenu: An,
|
|
9756
|
+
autoComplete: jn,
|
|
9757
|
+
badge: Dn,
|
|
9758
|
+
banner: Gn,
|
|
9759
|
+
boxSelectionGroup: Nn,
|
|
9760
|
+
breadcrumbs: qn,
|
|
9761
|
+
button: Yn,
|
|
9762
|
+
buttonGroup: Un,
|
|
9763
|
+
card: Zn,
|
|
9764
|
+
checkbox: Vn,
|
|
9765
|
+
chip: Jn,
|
|
9766
|
+
chipList: Kn,
|
|
9767
|
+
countryFlag: Qn,
|
|
9768
|
+
datePicker: oc,
|
|
9769
|
+
drawer: rc,
|
|
9770
|
+
filters: ec,
|
|
9771
|
+
formField: tc,
|
|
9772
|
+
iconButton: ac,
|
|
9773
|
+
input: nc,
|
|
9774
|
+
keyValueList: cc,
|
|
9775
|
+
label: ic,
|
|
9776
|
+
layouts: lc,
|
|
9777
|
+
link: sc,
|
|
9778
|
+
loader: dc,
|
|
9779
|
+
menu: mc,
|
|
9780
|
+
midBar: bc,
|
|
9781
|
+
modal: gc,
|
|
9782
|
+
moreInfoIcon: uc,
|
|
9783
|
+
popover: pc,
|
|
9784
|
+
popupCard: Cc,
|
|
9785
|
+
profileIcon: xc,
|
|
9786
|
+
progressBar: hc,
|
|
9787
|
+
radio: fc,
|
|
9788
|
+
searchBar: yc,
|
|
9789
|
+
section: kc,
|
|
9790
|
+
select: vc,
|
|
9791
|
+
semanticButton: wc,
|
|
9792
|
+
semanticContainer: Sc,
|
|
9793
|
+
semanticIcon: $c,
|
|
9794
|
+
sideBar: Rc,
|
|
9795
|
+
skeleton: zc,
|
|
9796
|
+
slider: Wc,
|
|
9797
|
+
stepper: Bc,
|
|
9798
|
+
switchButton: Pc,
|
|
9799
|
+
table: Fc,
|
|
9800
|
+
tableHeading: Lc,
|
|
9801
|
+
tabs: Mc,
|
|
9802
|
+
textButton: Hc,
|
|
9803
|
+
themeModeSwitch: Ic,
|
|
9804
|
+
toast: Ec,
|
|
9805
|
+
toggleButton: Xc,
|
|
9806
|
+
tooltip: Oc,
|
|
9807
|
+
treeView: _c,
|
|
9808
|
+
typography: Ac,
|
|
9809
|
+
windowBar: jc
|
|
9732
9810
|
},
|
|
9733
9811
|
globals: {
|
|
9734
|
-
body:
|
|
9735
|
-
scrollbar:
|
|
9812
|
+
body: Dc,
|
|
9813
|
+
scrollbar: Gc
|
|
9736
9814
|
}
|
|
9737
9815
|
}, bo = {
|
|
9738
9816
|
transparent: "#00000000",
|
|
@@ -9939,7 +10017,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9939
10017
|
color: bo.primary200
|
|
9940
10018
|
}
|
|
9941
10019
|
}
|
|
9942
|
-
},
|
|
10020
|
+
}, qc = {
|
|
9943
10021
|
sizes: {
|
|
9944
10022
|
L: {
|
|
9945
10023
|
size: "3rem",
|
|
@@ -9992,7 +10070,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9992
10070
|
}
|
|
9993
10071
|
}
|
|
9994
10072
|
}
|
|
9995
|
-
},
|
|
10073
|
+
}, Yc = {
|
|
9996
10074
|
height: "7rem",
|
|
9997
10075
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
9998
10076
|
separator: `1px solid ${r.semantic.color.border.secondary800}`,
|
|
@@ -10014,7 +10092,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10014
10092
|
accountNameColor: r.semantic.color.text.secondary950
|
|
10015
10093
|
}
|
|
10016
10094
|
}
|
|
10017
|
-
},
|
|
10095
|
+
}, Uc = {
|
|
10018
10096
|
trigger: {
|
|
10019
10097
|
borderRadius: "0.4rem",
|
|
10020
10098
|
height: "3.2rem",
|
|
@@ -10057,12 +10135,12 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10057
10135
|
color: r.semantic.color.text.neutral800
|
|
10058
10136
|
}
|
|
10059
10137
|
}
|
|
10060
|
-
},
|
|
10138
|
+
}, Zc = {
|
|
10061
10139
|
dropdown: {
|
|
10062
10140
|
screenMarginHeight: "6px",
|
|
10063
10141
|
maxHeight: "50vh"
|
|
10064
10142
|
}
|
|
10065
|
-
}, Lr = "1px",
|
|
10143
|
+
}, Lr = "1px", Vc = {
|
|
10066
10144
|
padding: `${r.core.space.space025} ${r.core.space.space050}`,
|
|
10067
10145
|
gap: r.core.space.space025,
|
|
10068
10146
|
borderRadius: "2px",
|
|
@@ -10125,7 +10203,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10125
10203
|
iconColor: r.semantic.color.text.secondary700
|
|
10126
10204
|
}
|
|
10127
10205
|
}
|
|
10128
|
-
},
|
|
10206
|
+
}, Jc = {
|
|
10129
10207
|
sizes: {
|
|
10130
10208
|
S: {
|
|
10131
10209
|
gap: "0.8rem",
|
|
@@ -10143,7 +10221,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10143
10221
|
split: {
|
|
10144
10222
|
minWidth: "0.8rem"
|
|
10145
10223
|
}
|
|
10146
|
-
},
|
|
10224
|
+
}, Kc = {
|
|
10147
10225
|
gap: r.core.space.space300,
|
|
10148
10226
|
item: {
|
|
10149
10227
|
borderRadius: "4px",
|
|
@@ -10198,7 +10276,32 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10198
10276
|
defaultItem: {
|
|
10199
10277
|
gap: "0.4rem"
|
|
10200
10278
|
}
|
|
10201
|
-
},
|
|
10279
|
+
}, Qc = {
|
|
10280
|
+
gap: r.core.space.space100,
|
|
10281
|
+
link: {
|
|
10282
|
+
states: {
|
|
10283
|
+
normal: {
|
|
10284
|
+
textColor: r.semantic.color.text.secondary500
|
|
10285
|
+
},
|
|
10286
|
+
hover: {
|
|
10287
|
+
textColor: r.semantic.color.text.secondary200
|
|
10288
|
+
},
|
|
10289
|
+
active: {
|
|
10290
|
+
textColor: r.semantic.color.text.secondary200
|
|
10291
|
+
},
|
|
10292
|
+
disabled: {
|
|
10293
|
+
textColor: r.semantic.color.text.secondary600
|
|
10294
|
+
}
|
|
10295
|
+
}
|
|
10296
|
+
},
|
|
10297
|
+
current: {
|
|
10298
|
+
textColor: r.semantic.color.text.secondary200,
|
|
10299
|
+
fontWeight: r.core.font.fontWeight.semiBold
|
|
10300
|
+
},
|
|
10301
|
+
separator: {
|
|
10302
|
+
textColor: r.semantic.color.text.secondary500
|
|
10303
|
+
}
|
|
10304
|
+
}, o0 = {
|
|
10202
10305
|
gap: "0.2rem",
|
|
10203
10306
|
sizes: {
|
|
10204
10307
|
small: {
|
|
@@ -10353,7 +10456,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10353
10456
|
}
|
|
10354
10457
|
}
|
|
10355
10458
|
}
|
|
10356
|
-
},
|
|
10459
|
+
}, r0 = {
|
|
10357
10460
|
borderRadius: "0.4rem",
|
|
10358
10461
|
border: `1px solid ${r.semantic.color.border.transparent}`,
|
|
10359
10462
|
fontSize: "1.4rem",
|
|
@@ -10396,13 +10499,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10396
10499
|
}
|
|
10397
10500
|
}
|
|
10398
10501
|
}
|
|
10399
|
-
},
|
|
10502
|
+
}, e0 = {
|
|
10400
10503
|
width: "100%",
|
|
10401
10504
|
height: "fit-content",
|
|
10402
10505
|
bgColor: r.semantic.color.background.secondary900,
|
|
10403
10506
|
shadow: r.core.shadow.shadow4,
|
|
10404
10507
|
borderRadius: "0.8rem"
|
|
10405
|
-
},
|
|
10508
|
+
}, t0 = {
|
|
10406
10509
|
width: "1.8rem",
|
|
10407
10510
|
height: "1.8rem",
|
|
10408
10511
|
padding: "0",
|
|
@@ -10466,7 +10569,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10466
10569
|
}
|
|
10467
10570
|
}
|
|
10468
10571
|
}
|
|
10469
|
-
},
|
|
10572
|
+
}, a0 = {
|
|
10470
10573
|
sizes: {
|
|
10471
10574
|
M: {
|
|
10472
10575
|
height: "2.8rem",
|
|
@@ -10523,7 +10626,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10523
10626
|
}
|
|
10524
10627
|
}
|
|
10525
10628
|
}
|
|
10526
|
-
},
|
|
10629
|
+
}, n0 = {
|
|
10527
10630
|
sizes: {
|
|
10528
10631
|
M: {
|
|
10529
10632
|
gap: "0.8rem 5px"
|
|
@@ -10541,13 +10644,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10541
10644
|
gap: "0.4rem",
|
|
10542
10645
|
padding: "1.2rem 1.6rem"
|
|
10543
10646
|
}
|
|
10544
|
-
},
|
|
10647
|
+
}, c0 = {
|
|
10545
10648
|
width: "2.7rem",
|
|
10546
10649
|
height: "2rem",
|
|
10547
10650
|
borderRadius: "5px",
|
|
10548
10651
|
borderWidth: "0.1px",
|
|
10549
10652
|
borderColor: r.semantic.color.border.secondary700
|
|
10550
|
-
},
|
|
10653
|
+
}, i0 = {
|
|
10551
10654
|
fontSize: r.core.font.fontSize.s14,
|
|
10552
10655
|
fontWeight: r.core.font.fontWeight.normal,
|
|
10553
10656
|
fontFamily: r.core.font.fontFamily.regular,
|
|
@@ -10611,7 +10714,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10611
10714
|
weekNumCell: {
|
|
10612
10715
|
fontSize: "1rem"
|
|
10613
10716
|
}
|
|
10614
|
-
},
|
|
10717
|
+
}, l0 = {
|
|
10615
10718
|
shadow: r.core.shadow.shadow500,
|
|
10616
10719
|
bgColor: r.semantic.color.background.secondary900,
|
|
10617
10720
|
sidePadding: "3.2rem",
|
|
@@ -10637,7 +10740,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10637
10740
|
overlay: {
|
|
10638
10741
|
bgColor: V(r.semantic.color.background.secondary990, 0.8)
|
|
10639
10742
|
}
|
|
10640
|
-
},
|
|
10743
|
+
}, s0 = {
|
|
10641
10744
|
chipList: {
|
|
10642
10745
|
padding: "0.8rem 1.6rem",
|
|
10643
10746
|
border: `1px solid ${r.semantic.color.border.secondary800}`
|
|
@@ -10670,7 +10773,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10670
10773
|
padding: "0.8rem 1.6rem"
|
|
10671
10774
|
}
|
|
10672
10775
|
}
|
|
10673
|
-
},
|
|
10776
|
+
}, d0 = {
|
|
10674
10777
|
columnGap: "1.6rem",
|
|
10675
10778
|
group: {
|
|
10676
10779
|
rowGap: "1rem"
|
|
@@ -10684,7 +10787,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10684
10787
|
textColor: r.semantic.color.text.danger400
|
|
10685
10788
|
}
|
|
10686
10789
|
}
|
|
10687
|
-
},
|
|
10790
|
+
}, m0 = {
|
|
10688
10791
|
sizes: {
|
|
10689
10792
|
XXL: {
|
|
10690
10793
|
width: "3.2rem",
|
|
@@ -10730,7 +10833,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10730
10833
|
}
|
|
10731
10834
|
},
|
|
10732
10835
|
borderRadius: "0.4rem"
|
|
10733
|
-
},
|
|
10836
|
+
}, b0 = {
|
|
10734
10837
|
padding: "0 0.8rem 0 1rem",
|
|
10735
10838
|
height: "3.6rem",
|
|
10736
10839
|
gap: "0.5rem",
|
|
@@ -10824,7 +10927,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10824
10927
|
textColor: r.semantic.color.text.secondary500
|
|
10825
10928
|
}
|
|
10826
10929
|
}
|
|
10827
|
-
},
|
|
10930
|
+
}, g0 = {
|
|
10828
10931
|
container: {
|
|
10829
10932
|
borderRadius: "0.8rem",
|
|
10830
10933
|
backgroundColor: r.semantic.color.background.secondary950,
|
|
@@ -10851,7 +10954,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10851
10954
|
padding: "0.4rem 1.2rem",
|
|
10852
10955
|
color: r.semantic.color.text.secondary300
|
|
10853
10956
|
}
|
|
10854
|
-
},
|
|
10957
|
+
}, u0 = {
|
|
10855
10958
|
gap: "0.5rem",
|
|
10856
10959
|
margin: "0 0 0.2rem 0",
|
|
10857
10960
|
minHeight: "20px",
|
|
@@ -10872,7 +10975,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10872
10975
|
required: {
|
|
10873
10976
|
textColor: r.semantic.color.text.danger500
|
|
10874
10977
|
}
|
|
10875
|
-
},
|
|
10978
|
+
}, p0 = {
|
|
10876
10979
|
flexGroup: {
|
|
10877
10980
|
gap: {
|
|
10878
10981
|
XXS: r.core.space.space025,
|
|
@@ -10908,7 +11011,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10908
11011
|
XXL: r.core.space.space300
|
|
10909
11012
|
}
|
|
10910
11013
|
}
|
|
10911
|
-
},
|
|
11014
|
+
}, C0 = {
|
|
10912
11015
|
variants: {
|
|
10913
11016
|
block: {
|
|
10914
11017
|
sizes: {
|
|
@@ -10977,7 +11080,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10977
11080
|
}
|
|
10978
11081
|
}
|
|
10979
11082
|
}
|
|
10980
|
-
},
|
|
11083
|
+
}, x0 = {
|
|
10981
11084
|
size: "5rem",
|
|
10982
11085
|
gap: "0.5rem",
|
|
10983
11086
|
variants: {
|
|
@@ -10997,7 +11100,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10997
11100
|
textColor: r.semantic.color.icon.secondary950
|
|
10998
11101
|
}
|
|
10999
11102
|
}
|
|
11000
|
-
},
|
|
11103
|
+
}, h0 = {
|
|
11001
11104
|
dropDown: {
|
|
11002
11105
|
minWidth: "16rem",
|
|
11003
11106
|
maxWidth: "40rem",
|
|
@@ -11073,7 +11176,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11073
11176
|
}
|
|
11074
11177
|
}
|
|
11075
11178
|
}
|
|
11076
|
-
},
|
|
11179
|
+
}, f0 = {
|
|
11077
11180
|
header: {
|
|
11078
11181
|
height: "6.2rem",
|
|
11079
11182
|
paddingInline: "1.6rem",
|
|
@@ -11085,7 +11188,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11085
11188
|
gap: "0.8rem"
|
|
11086
11189
|
}
|
|
11087
11190
|
}
|
|
11088
|
-
},
|
|
11191
|
+
}, y0 = {
|
|
11089
11192
|
blockScreenMargin: "20px",
|
|
11090
11193
|
inlineScreenMargin: "20px",
|
|
11091
11194
|
inlinePadding: "4rem",
|
|
@@ -11115,9 +11218,9 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11115
11218
|
overlay: {
|
|
11116
11219
|
bgColor: V(r.semantic.color.background.secondary990, 0.8)
|
|
11117
11220
|
}
|
|
11118
|
-
},
|
|
11221
|
+
}, k0 = {
|
|
11119
11222
|
iconColor: r.semantic.color.icon.secondary500
|
|
11120
|
-
},
|
|
11223
|
+
}, v0 = {
|
|
11121
11224
|
bgColor: r.semantic.color.background.secondary900,
|
|
11122
11225
|
shadow: r.core.shadow.shadow400,
|
|
11123
11226
|
borderRadius: "0.8rem",
|
|
@@ -11130,7 +11233,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11130
11233
|
height: "8px",
|
|
11131
11234
|
shadow: r.core.shadow.shadow400
|
|
11132
11235
|
}
|
|
11133
|
-
},
|
|
11236
|
+
}, w0 = {
|
|
11134
11237
|
closeButton: {
|
|
11135
11238
|
iconColor: r.semantic.color.icon.neutral700
|
|
11136
11239
|
},
|
|
@@ -11149,7 +11252,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11149
11252
|
margin: "0 0 1.2rem 0",
|
|
11150
11253
|
padding: "1.6rem"
|
|
11151
11254
|
}
|
|
11152
|
-
},
|
|
11255
|
+
}, S0 = {
|
|
11153
11256
|
textColor: r.semantic.color.text.secondary950,
|
|
11154
11257
|
border: "solid 1px transparent",
|
|
11155
11258
|
colorGroups: [{
|
|
@@ -11179,7 +11282,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11179
11282
|
L: "4.4rem"
|
|
11180
11283
|
},
|
|
11181
11284
|
fontWeight: r.core.font.fontWeight.bold
|
|
11182
|
-
},
|
|
11285
|
+
}, $0 = {
|
|
11183
11286
|
borderRadius: "1px",
|
|
11184
11287
|
textPosition: {
|
|
11185
11288
|
left: {
|
|
@@ -11233,7 +11336,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11233
11336
|
text: {
|
|
11234
11337
|
color: r.semantic.color.text.secondary200
|
|
11235
11338
|
}
|
|
11236
|
-
},
|
|
11339
|
+
}, R0 = {
|
|
11237
11340
|
size: "1.8rem",
|
|
11238
11341
|
iconSize: "0.6rem",
|
|
11239
11342
|
padding: "0",
|
|
@@ -11281,7 +11384,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11281
11384
|
}
|
|
11282
11385
|
}
|
|
11283
11386
|
}
|
|
11284
|
-
},
|
|
11387
|
+
}, z0 = {
|
|
11285
11388
|
bgColor: r.semantic.color.background.secondary950,
|
|
11286
11389
|
shadow: `0px 0px 0px 1px ${r.semantic.color.border.secondary800}`,
|
|
11287
11390
|
borderRadius: "0.8rem",
|
|
@@ -11303,7 +11406,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11303
11406
|
gap: "0.8rem"
|
|
11304
11407
|
}
|
|
11305
11408
|
}
|
|
11306
|
-
},
|
|
11409
|
+
}, W0 = {
|
|
11307
11410
|
width: "100%",
|
|
11308
11411
|
height: "fit-content",
|
|
11309
11412
|
bgColor: r.semantic.color.background.secondary950,
|
|
@@ -11352,7 +11455,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11352
11455
|
width: "1px",
|
|
11353
11456
|
color: r.semantic.color.border.secondary800
|
|
11354
11457
|
}
|
|
11355
|
-
},
|
|
11458
|
+
}, B0 = {
|
|
11356
11459
|
padding: "0 1rem",
|
|
11357
11460
|
height: "3.6rem",
|
|
11358
11461
|
gap: "0.6rem",
|
|
@@ -11453,7 +11556,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11453
11556
|
}
|
|
11454
11557
|
}
|
|
11455
11558
|
}
|
|
11456
|
-
},
|
|
11559
|
+
}, P0 = {
|
|
11457
11560
|
sizes: {
|
|
11458
11561
|
S: {
|
|
11459
11562
|
borderRadius: "99rem",
|
|
@@ -11700,7 +11803,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11700
11803
|
}
|
|
11701
11804
|
}
|
|
11702
11805
|
}
|
|
11703
|
-
},
|
|
11806
|
+
}, F0 = {
|
|
11704
11807
|
sizes: {
|
|
11705
11808
|
M: {
|
|
11706
11809
|
borderRadius: r.core.space.space100,
|
|
@@ -11740,7 +11843,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11740
11843
|
borderColor: r.semantic.color.border.attention600
|
|
11741
11844
|
}
|
|
11742
11845
|
}
|
|
11743
|
-
},
|
|
11846
|
+
}, L0 = {
|
|
11744
11847
|
variants: {
|
|
11745
11848
|
informative: {
|
|
11746
11849
|
iconColor: r.semantic.color.icon.informative600
|
|
@@ -11758,7 +11861,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11758
11861
|
iconColor: r.semantic.color.icon.success600
|
|
11759
11862
|
}
|
|
11760
11863
|
}
|
|
11761
|
-
},
|
|
11864
|
+
}, M0 = {
|
|
11762
11865
|
collapsed: {
|
|
11763
11866
|
bgColor: r.semantic.color.background.secondary950,
|
|
11764
11867
|
shadow: "none",
|
|
@@ -11865,7 +11968,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11865
11968
|
}
|
|
11866
11969
|
}
|
|
11867
11970
|
}
|
|
11868
|
-
},
|
|
11971
|
+
}, H0 = {
|
|
11869
11972
|
card: {
|
|
11870
11973
|
gap: "2.4rem",
|
|
11871
11974
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -11892,7 +11995,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11892
11995
|
grid: {
|
|
11893
11996
|
gap: "1.6rem"
|
|
11894
11997
|
}
|
|
11895
|
-
},
|
|
11998
|
+
}, T0 = {
|
|
11896
11999
|
gap: r.core.space.space150,
|
|
11897
12000
|
controlsHeight: "2rem",
|
|
11898
12001
|
track: {
|
|
@@ -11957,7 +12060,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11957
12060
|
label: {
|
|
11958
12061
|
offset: r.core.space.space200
|
|
11959
12062
|
}
|
|
11960
|
-
},
|
|
12063
|
+
}, I0 = {
|
|
11961
12064
|
gap: "2.4rem",
|
|
11962
12065
|
step: {
|
|
11963
12066
|
gap: "0.8rem",
|
|
@@ -12004,7 +12107,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12004
12107
|
}
|
|
12005
12108
|
}
|
|
12006
12109
|
}
|
|
12007
|
-
},
|
|
12110
|
+
}, E0 = {
|
|
12008
12111
|
width: "3.2rem",
|
|
12009
12112
|
height: "1.8rem",
|
|
12010
12113
|
padding: "0.2rem",
|
|
@@ -12056,7 +12159,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12056
12159
|
}
|
|
12057
12160
|
}
|
|
12058
12161
|
}
|
|
12059
|
-
},
|
|
12162
|
+
}, X0 = {
|
|
12060
12163
|
table: {
|
|
12061
12164
|
tableContainer: {
|
|
12062
12165
|
borderRadius: "0.8rem",
|
|
@@ -12144,7 +12247,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12144
12247
|
textColor: r.semantic.color.text.secondary200
|
|
12145
12248
|
}
|
|
12146
12249
|
}
|
|
12147
|
-
},
|
|
12250
|
+
}, O0 = {
|
|
12148
12251
|
bgColor: "transparent",
|
|
12149
12252
|
padding: "1rem 1.6rem",
|
|
12150
12253
|
gap: "3.2rem",
|
|
@@ -12167,7 +12270,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12167
12270
|
actionsBar: {
|
|
12168
12271
|
gap: "1.6rem"
|
|
12169
12272
|
}
|
|
12170
|
-
},
|
|
12273
|
+
}, _0 = {
|
|
12171
12274
|
variants: {
|
|
12172
12275
|
default: {
|
|
12173
12276
|
gap: "4rem",
|
|
@@ -12253,7 +12356,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12253
12356
|
}
|
|
12254
12357
|
}
|
|
12255
12358
|
}
|
|
12256
|
-
}, H = "transparent",
|
|
12359
|
+
}, H = "transparent", A0 = {
|
|
12257
12360
|
layouts: {
|
|
12258
12361
|
block: {
|
|
12259
12362
|
sizes: {
|
|
@@ -12374,7 +12477,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12374
12477
|
}
|
|
12375
12478
|
}
|
|
12376
12479
|
}
|
|
12377
|
-
},
|
|
12480
|
+
}, j0 = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_20208_5211)'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='%23091A23'%20/%3e%3cpath%20d='M8.44141%207.17676C8.44141%206.18781%208.77004%205.276%209.32227%204.54297C6.60456%204.87704%204.50004%207.19197%204.5%2010C4.5%2013.0376%206.96241%2015.5%2010%2015.5C12.8087%2015.5%2015.1238%2013.3945%2015.457%2010.6758C14.7923%2011.1774%2013.9809%2011.4954%2013.0967%2011.5498L12.8242%2011.5586C10.4797%2011.5586%208.56481%209.71782%208.44727%207.40234L8.44141%207.17676ZM9.44629%207.35059C9.53691%209.1376%2011.0144%2010.5586%2012.8242%2010.5586L13.0342%2010.5518C14.0764%2010.4877%2014.9905%209.951%2015.5674%209.15137L15.6172%209.09277C15.7426%208.96585%2015.9285%208.91385%2016.1045%208.96191C16.3056%209.01686%2016.4516%209.19088%2016.4707%209.39844C16.4886%209.59298%2016.5%209.79401%2016.5%2010C16.5%2013.5899%2013.5899%2016.5%2010%2016.5C6.41013%2016.5%203.5%2013.5899%203.5%2010C3.50005%206.41017%206.41015%203.50001%2010%203.5C10.2042%203.5%2010.4047%203.51036%2010.6006%203.52832L10.6768%203.54102C10.8498%203.58449%2010.989%203.7186%2011.0371%203.89453C11.092%204.09552%2011.0165%204.30959%2010.8477%204.43164C9.99518%205.0468%209.44141%206.04731%209.44141%207.17676L9.44629%207.35059Z'%20fill='%23E8EBEC'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_20208_5211'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", D0 = {
|
|
12378
12481
|
width: "3.6rem",
|
|
12379
12482
|
height: "2.2rem",
|
|
12380
12483
|
padding: "0.1rem",
|
|
@@ -12383,12 +12486,12 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12383
12486
|
borderColor: r.semantic.color.border.transparent,
|
|
12384
12487
|
bgColor: r.semantic.color.background.secondary700,
|
|
12385
12488
|
thumb: {
|
|
12386
|
-
icon: `url("${
|
|
12489
|
+
icon: `url("${j0}")`,
|
|
12387
12490
|
iconAspectRatio: "1/1",
|
|
12388
12491
|
borderRadius: "0",
|
|
12389
12492
|
bgColor: "transparent"
|
|
12390
12493
|
}
|
|
12391
|
-
},
|
|
12494
|
+
}, G0 = {
|
|
12392
12495
|
width: "clamp(400px, 33vw, 640px)",
|
|
12393
12496
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
12394
12497
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
@@ -12400,7 +12503,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12400
12503
|
toaster: {
|
|
12401
12504
|
gap: "2rem"
|
|
12402
12505
|
}
|
|
12403
|
-
}, Ro = "transparent",
|
|
12506
|
+
}, Ro = "transparent", N0 = {
|
|
12404
12507
|
gap: "0.4rem",
|
|
12405
12508
|
height: "3rem",
|
|
12406
12509
|
lineHeight: "1.9rem",
|
|
@@ -12453,7 +12556,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12453
12556
|
minWidth: "2rem",
|
|
12454
12557
|
borderRadius: "99rem"
|
|
12455
12558
|
}
|
|
12456
|
-
},
|
|
12559
|
+
}, q0 = {
|
|
12457
12560
|
textColor: r.semantic.color.text.secondary200,
|
|
12458
12561
|
bgColor: r.semantic.color.background.secondary900,
|
|
12459
12562
|
shadow: `0 0 0.5px 1px ${r.semantic.color.border.neutral400}`,
|
|
@@ -12467,7 +12570,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12467
12570
|
height: "8px",
|
|
12468
12571
|
shadow: `${r.semantic.color.border.neutral400} 0px 1.5px`
|
|
12469
12572
|
}
|
|
12470
|
-
},
|
|
12573
|
+
}, Y0 = {
|
|
12471
12574
|
levelOffset: "1.8rem",
|
|
12472
12575
|
item: {
|
|
12473
12576
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -12480,7 +12583,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12480
12583
|
iconColor: r.semantic.color.icon.neutral800,
|
|
12481
12584
|
gap: "0.4rem"
|
|
12482
12585
|
}
|
|
12483
|
-
},
|
|
12586
|
+
}, U0 = {
|
|
12484
12587
|
colors: {
|
|
12485
12588
|
primary: r.semantic.color.text.secondary200,
|
|
12486
12589
|
secondary: r.semantic.color.text.secondary400
|
|
@@ -12550,7 +12653,7 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12550
12653
|
semiBold: r.core.font.fontWeight.semiBold
|
|
12551
12654
|
}
|
|
12552
12655
|
}
|
|
12553
|
-
},
|
|
12656
|
+
}, Z0 = {
|
|
12554
12657
|
gap: "1.6rem",
|
|
12555
12658
|
header: {
|
|
12556
12659
|
gap: "0.8rem"
|
|
@@ -12602,13 +12705,13 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12602
12705
|
borderColor: r.semantic.color.border.neutral300
|
|
12603
12706
|
}
|
|
12604
12707
|
}
|
|
12605
|
-
},
|
|
12708
|
+
}, V0 = {
|
|
12606
12709
|
bgColor: r.semantic.color.background.secondary990,
|
|
12607
12710
|
textColor: r.semantic.color.background.secondary50,
|
|
12608
12711
|
fontFamily: r.core.font.fontFamily.regular,
|
|
12609
12712
|
fontSize: r.core.font.fontSize.s14,
|
|
12610
12713
|
lineHeight: "1.4"
|
|
12611
|
-
},
|
|
12714
|
+
}, J0 = {
|
|
12612
12715
|
width: "0.5rem",
|
|
12613
12716
|
height: "0.5rem",
|
|
12614
12717
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -12617,79 +12720,80 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12617
12720
|
bgColor: r.semantic.color.background.neutral400,
|
|
12618
12721
|
borderRadius: "99rem"
|
|
12619
12722
|
}
|
|
12620
|
-
},
|
|
12723
|
+
}, K0 = {
|
|
12621
12724
|
name: "dark-2",
|
|
12622
12725
|
mode: "dark",
|
|
12623
12726
|
...r,
|
|
12624
12727
|
components: {
|
|
12625
|
-
actionIconButton:
|
|
12626
|
-
appBar:
|
|
12627
|
-
appSelectionMenu:
|
|
12628
|
-
autoComplete:
|
|
12629
|
-
badge:
|
|
12630
|
-
banner:
|
|
12631
|
-
boxSelectionGroup:
|
|
12632
|
-
|
|
12633
|
-
|
|
12634
|
-
|
|
12635
|
-
|
|
12636
|
-
|
|
12637
|
-
|
|
12638
|
-
|
|
12639
|
-
|
|
12640
|
-
|
|
12641
|
-
|
|
12642
|
-
|
|
12643
|
-
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
|
|
12648
|
-
|
|
12649
|
-
|
|
12650
|
-
|
|
12651
|
-
|
|
12652
|
-
|
|
12653
|
-
|
|
12654
|
-
|
|
12655
|
-
|
|
12656
|
-
|
|
12657
|
-
|
|
12658
|
-
|
|
12659
|
-
|
|
12660
|
-
|
|
12661
|
-
|
|
12662
|
-
|
|
12663
|
-
|
|
12664
|
-
|
|
12665
|
-
|
|
12666
|
-
|
|
12667
|
-
|
|
12668
|
-
|
|
12669
|
-
|
|
12670
|
-
|
|
12671
|
-
|
|
12672
|
-
|
|
12673
|
-
|
|
12674
|
-
|
|
12675
|
-
|
|
12676
|
-
|
|
12677
|
-
|
|
12678
|
-
|
|
12679
|
-
|
|
12680
|
-
|
|
12728
|
+
actionIconButton: qc,
|
|
12729
|
+
appBar: Yc,
|
|
12730
|
+
appSelectionMenu: Uc,
|
|
12731
|
+
autoComplete: Zc,
|
|
12732
|
+
badge: Vc,
|
|
12733
|
+
banner: Jc,
|
|
12734
|
+
boxSelectionGroup: Kc,
|
|
12735
|
+
breadcrumbs: Qc,
|
|
12736
|
+
button: o0,
|
|
12737
|
+
buttonGroup: r0,
|
|
12738
|
+
card: e0,
|
|
12739
|
+
checkbox: t0,
|
|
12740
|
+
chip: a0,
|
|
12741
|
+
chipList: n0,
|
|
12742
|
+
countryFlag: c0,
|
|
12743
|
+
datePicker: i0,
|
|
12744
|
+
drawer: l0,
|
|
12745
|
+
filters: s0,
|
|
12746
|
+
formField: d0,
|
|
12747
|
+
iconButton: m0,
|
|
12748
|
+
input: b0,
|
|
12749
|
+
keyValueList: g0,
|
|
12750
|
+
label: u0,
|
|
12751
|
+
layouts: p0,
|
|
12752
|
+
link: C0,
|
|
12753
|
+
loader: x0,
|
|
12754
|
+
menu: h0,
|
|
12755
|
+
midBar: f0,
|
|
12756
|
+
modal: y0,
|
|
12757
|
+
moreInfoIcon: k0,
|
|
12758
|
+
popover: v0,
|
|
12759
|
+
popupCard: w0,
|
|
12760
|
+
profileIcon: S0,
|
|
12761
|
+
progressBar: $0,
|
|
12762
|
+
radio: R0,
|
|
12763
|
+
searchBar: z0,
|
|
12764
|
+
section: W0,
|
|
12765
|
+
select: B0,
|
|
12766
|
+
semanticButton: P0,
|
|
12767
|
+
semanticContainer: F0,
|
|
12768
|
+
semanticIcon: L0,
|
|
12769
|
+
sideBar: M0,
|
|
12770
|
+
skeleton: H0,
|
|
12771
|
+
slider: T0,
|
|
12772
|
+
stepper: I0,
|
|
12773
|
+
switchButton: E0,
|
|
12774
|
+
table: X0,
|
|
12775
|
+
tableHeading: O0,
|
|
12776
|
+
tabs: _0,
|
|
12777
|
+
textButton: A0,
|
|
12778
|
+
themeModeSwitch: D0,
|
|
12779
|
+
toast: G0,
|
|
12780
|
+
toggleButton: N0,
|
|
12781
|
+
tooltip: q0,
|
|
12782
|
+
treeView: Y0,
|
|
12783
|
+
typography: U0,
|
|
12784
|
+
windowBar: Z0
|
|
12681
12785
|
},
|
|
12682
12786
|
globals: {
|
|
12683
|
-
body:
|
|
12684
|
-
scrollbar:
|
|
12787
|
+
body: V0,
|
|
12788
|
+
scrollbar: J0
|
|
12685
12789
|
}
|
|
12686
|
-
},
|
|
12790
|
+
}, Q0 = Ar, pi = {
|
|
12687
12791
|
light: Ar,
|
|
12688
|
-
dark:
|
|
12689
|
-
},
|
|
12690
|
-
light:
|
|
12691
|
-
dark:
|
|
12692
|
-
}, to = () => Re() ||
|
|
12792
|
+
dark: Xn
|
|
12793
|
+
}, Ci = {
|
|
12794
|
+
light: Nc,
|
|
12795
|
+
dark: K0
|
|
12796
|
+
}, to = () => Re() || Q0, oi = ({
|
|
12693
12797
|
value: a,
|
|
12694
12798
|
storageKey: n,
|
|
12695
12799
|
onChange: i
|
|
@@ -12731,21 +12835,21 @@ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12731
12835
|
readFromStorage: s,
|
|
12732
12836
|
saveToStorage: l
|
|
12733
12837
|
};
|
|
12734
|
-
},
|
|
12838
|
+
}, xi = (a) => Po`
|
|
12735
12839
|
&:focus-visible {
|
|
12736
12840
|
outline: ${() => to().core.focus.size} solid ${() => to().core.focus.color};
|
|
12737
12841
|
outline-offset: ${() => a || to().core.focus.margin};
|
|
12738
12842
|
}
|
|
12739
|
-
`,
|
|
12843
|
+
`, hi = (a) => Po`
|
|
12740
12844
|
outline: ${() => to().core.focus.size} solid ${() => to().core.focus.color};
|
|
12741
12845
|
outline-offset: ${() => a || to().core.focus.margin};
|
|
12742
12846
|
`, L = {
|
|
12743
12847
|
System: "system",
|
|
12744
12848
|
Light: "light",
|
|
12745
12849
|
Dark: "dark"
|
|
12746
|
-
}, jr = [L.Light, L.Dark],
|
|
12850
|
+
}, jr = [L.Light, L.Dark], ri = [...jr, L.System], Vo = (a, n) => !!a && (n ? ri : jr).includes(a), Dr = () => typeof window > "u" ? {
|
|
12747
12851
|
matches: !1
|
|
12748
|
-
} : window.matchMedia("(prefers-color-scheme: dark)"), Bo = (a) => L.System === a ? Dr().matches ? L.Dark : L.Light : a, Mr = (a, n) => Vo(a, n) ? a : Bo(L.System), Hr = (a) => Bo(a ?? L.System) === L.Dark ? L.Light : L.Dark,
|
|
12852
|
+
} : window.matchMedia("(prefers-color-scheme: dark)"), Bo = (a) => L.System === a ? Dr().matches ? L.Dark : L.Light : a, Mr = (a, n) => Vo(a, n) ? a : Bo(L.System), Hr = (a) => Bo(a ?? L.System) === L.Dark ? L.Light : L.Dark, ei = ({
|
|
12749
12853
|
allowSystemThemeMode: a,
|
|
12750
12854
|
defaultThemeMode: n
|
|
12751
12855
|
}) => {
|
|
@@ -12796,7 +12900,7 @@ var Jo = { exports: {} }, go = {};
|
|
|
12796
12900
|
* LICENSE file in the root directory of this source tree.
|
|
12797
12901
|
*/
|
|
12798
12902
|
var Tr;
|
|
12799
|
-
function
|
|
12903
|
+
function ti() {
|
|
12800
12904
|
if (Tr) return go;
|
|
12801
12905
|
Tr = 1;
|
|
12802
12906
|
var a = Er, n = Symbol.for("react.element"), i = Symbol.for("react.fragment"), s = 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 };
|
|
@@ -12820,7 +12924,7 @@ var uo = {};
|
|
|
12820
12924
|
* LICENSE file in the root directory of this source tree.
|
|
12821
12925
|
*/
|
|
12822
12926
|
var Ir;
|
|
12823
|
-
function
|
|
12927
|
+
function ai() {
|
|
12824
12928
|
return Ir || (Ir = 1, process.env.NODE_ENV !== "production" && function() {
|
|
12825
12929
|
var a = Er, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), g = Symbol.for("react.provider"), C = Symbol.for("react.context"), x = Symbol.for("react.forward_ref"), k = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), u = Symbol.for("react.lazy"), z = Symbol.for("react.offscreen"), xo = Symbol.iterator, Lo = "@@iterator";
|
|
12826
12930
|
function ho(c) {
|
|
@@ -13413,9 +13517,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
13413
13517
|
uo.Fragment = s, uo.jsx = ve, uo.jsxs = we;
|
|
13414
13518
|
}()), uo;
|
|
13415
13519
|
}
|
|
13416
|
-
process.env.NODE_ENV === "production" ? Jo.exports =
|
|
13520
|
+
process.env.NODE_ENV === "production" ? Jo.exports = ti() : Jo.exports = ai();
|
|
13417
13521
|
var Ko = Jo.exports;
|
|
13418
|
-
const Gr = Be(null),
|
|
13522
|
+
const Gr = Be(null), ni = ({
|
|
13419
13523
|
children: a,
|
|
13420
13524
|
...n
|
|
13421
13525
|
}) => {
|
|
@@ -13424,12 +13528,12 @@ const Gr = Be(null), ri = ({
|
|
|
13424
13528
|
value: i,
|
|
13425
13529
|
children: a
|
|
13426
13530
|
});
|
|
13427
|
-
},
|
|
13531
|
+
}, fi = () => {
|
|
13428
13532
|
const a = Fe(Gr);
|
|
13429
13533
|
if (!a)
|
|
13430
13534
|
throw new Error("Missing ThemeSwitchContext");
|
|
13431
13535
|
return a;
|
|
13432
|
-
},
|
|
13536
|
+
}, yi = ({
|
|
13433
13537
|
children: a,
|
|
13434
13538
|
storageKey: n,
|
|
13435
13539
|
lightTheme: i,
|
|
@@ -13440,23 +13544,23 @@ const Gr = Be(null), ri = ({
|
|
|
13440
13544
|
const {
|
|
13441
13545
|
appThemeMode: g,
|
|
13442
13546
|
...C
|
|
13443
|
-
} =
|
|
13547
|
+
} = ei({
|
|
13444
13548
|
allowSystemThemeMode: l,
|
|
13445
13549
|
defaultThemeMode: m
|
|
13446
13550
|
});
|
|
13447
|
-
return
|
|
13551
|
+
return oi({
|
|
13448
13552
|
storageKey: n,
|
|
13449
13553
|
value: C.userThemeMode,
|
|
13450
13554
|
onChange: C.setUserThemeMode
|
|
13451
13555
|
}), Ko.jsx(ze, {
|
|
13452
13556
|
theme: g === L.Dark ? s : i,
|
|
13453
|
-
children: Ko.jsx(
|
|
13557
|
+
children: Ko.jsx(ni, {
|
|
13454
13558
|
...C,
|
|
13455
13559
|
allowSystemThemeMode: l,
|
|
13456
13560
|
children: a
|
|
13457
13561
|
})
|
|
13458
13562
|
});
|
|
13459
|
-
},
|
|
13563
|
+
}, ci = Po`
|
|
13460
13564
|
body {
|
|
13461
13565
|
background: ${({
|
|
13462
13566
|
theme: a
|
|
@@ -13480,7 +13584,7 @@ const Gr = Be(null), ri = ({
|
|
|
13480
13584
|
}) => a.mode};
|
|
13481
13585
|
}
|
|
13482
13586
|
}
|
|
13483
|
-
`,
|
|
13587
|
+
`, ii = Po`
|
|
13484
13588
|
@media (pointer: fine) {
|
|
13485
13589
|
@-moz-document url-prefix() {
|
|
13486
13590
|
* {
|
|
@@ -13533,30 +13637,30 @@ const Gr = Be(null), ri = ({
|
|
|
13533
13637
|
background-color: transparent;
|
|
13534
13638
|
}
|
|
13535
13639
|
}
|
|
13536
|
-
`,
|
|
13537
|
-
${
|
|
13538
|
-
${
|
|
13640
|
+
`, ki = We`
|
|
13641
|
+
${ci};
|
|
13642
|
+
${ii};
|
|
13539
13643
|
`;
|
|
13540
13644
|
export {
|
|
13541
|
-
|
|
13542
|
-
|
|
13543
|
-
|
|
13645
|
+
ki as CommonStyles,
|
|
13646
|
+
yi as SwitchableModeThemeProvider,
|
|
13647
|
+
ni as ThemeModeSwitchingProvider,
|
|
13544
13648
|
L as ThemeModes,
|
|
13545
|
-
|
|
13546
|
-
|
|
13547
|
-
|
|
13548
|
-
|
|
13549
|
-
|
|
13550
|
-
|
|
13551
|
-
|
|
13552
|
-
|
|
13553
|
-
|
|
13554
|
-
|
|
13555
|
-
|
|
13556
|
-
|
|
13649
|
+
ui as findThemeByNameAndMode,
|
|
13650
|
+
xi as getFocusStyle,
|
|
13651
|
+
hi as getFocusStyleProperties,
|
|
13652
|
+
bi as getThemesFlatList,
|
|
13653
|
+
_t as groupFlatByMode,
|
|
13654
|
+
Ot as groupFlatByNameAndMode,
|
|
13655
|
+
mi as groupThemesByMode,
|
|
13656
|
+
gi as prepareThemesForSearch,
|
|
13657
|
+
Q0 as theme,
|
|
13658
|
+
pi as themesDefault,
|
|
13659
|
+
Ci as themesRebrand,
|
|
13660
|
+
oi as useStorage,
|
|
13557
13661
|
to as useTheme,
|
|
13558
|
-
|
|
13559
|
-
|
|
13560
|
-
|
|
13662
|
+
fi as useThemeModeSwitchingContext,
|
|
13663
|
+
ei as useThemeModeSwitchingManager,
|
|
13664
|
+
di as withContrast,
|
|
13561
13665
|
V as withOpacity
|
|
13562
13666
|
};
|