@redis-ui/styles 14.6.0 → 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 +1229 -690
- package/dist/index.umd.cjs +18 -18
- package/dist/themes/themeDark/theme/components/breadcrumbs.d.ts +3 -0
- package/dist/themes/themeDark/theme/components/keyValueList.d.ts +3 -0
- package/dist/themes/themeDark/theme/components/slider.d.ts +3 -0
- package/dist/themes/themeDark2/theme/components/breadcrumbs.d.ts +3 -0
- package/dist/themes/themeDark2/theme/components/keyValueList.d.ts +3 -0
- package/dist/themes/themeDark2/theme/components/slider.d.ts +3 -0
- package/dist/themes/themeLight/theme/components/breadcrumbs.d.ts +3 -0
- package/dist/themes/themeLight/theme/components/keyValueList.d.ts +3 -0
- package/dist/themes/themeLight/theme/components/slider.d.ts +3 -0
- package/dist/themes/themeLight2/theme/components/breadcrumbs.d.ts +3 -0
- package/dist/themes/themeLight2/theme/components/keyValueList.d.ts +3 -0
- package/dist/themes/themeLight2/theme/components/slider.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 +3 -0
- package/dist/themes/types/theme/components/keyValueList.types.d.ts +28 -0
- package/dist/themes/types/theme/components/slider.types.d.ts +38 -0
- package/dist/themes/types/theme/components/textButton.types.d.ts +1 -1
- package/dist/themes/types/theme/theme.types.d.ts +4 -1
- package/package.json +2 -5
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useTheme as
|
|
2
|
-
import Er, { useCallback as
|
|
1
|
+
import { useTheme as Re, css as Po, ThemeProvider as ze, createGlobalStyle as We } from "styled-components";
|
|
2
|
+
import Er, { useCallback as zo, useRef as wr, useLayoutEffect as Sr, useEffect as No, useState as $r, createContext as Be, useMemo as Pe, useContext as Fe } from "react";
|
|
3
3
|
const lo = {
|
|
4
4
|
transparent: "#00000000",
|
|
5
5
|
neutral0: "#00000000",
|
|
@@ -205,7 +205,7 @@ const lo = {
|
|
|
205
205
|
color: lo.primary600
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
-
},
|
|
208
|
+
}, Le = {
|
|
209
209
|
sizes: {
|
|
210
210
|
L: {
|
|
211
211
|
size: "3rem",
|
|
@@ -258,7 +258,7 @@ const lo = {
|
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
|
-
},
|
|
261
|
+
}, Me = {
|
|
262
262
|
height: "7rem",
|
|
263
263
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
264
264
|
separator: `1px solid ${t.semantic.color.border.neutral400}`,
|
|
@@ -280,7 +280,7 @@ const lo = {
|
|
|
280
280
|
accountNameColor: t.semantic.color.text.neutral100
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
},
|
|
283
|
+
}, He = {
|
|
284
284
|
trigger: {
|
|
285
285
|
borderRadius: "0.4rem",
|
|
286
286
|
height: "3.2rem",
|
|
@@ -323,17 +323,17 @@ const lo = {
|
|
|
323
323
|
color: t.semantic.color.text.neutral800
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
|
-
},
|
|
326
|
+
}, Te = {
|
|
327
327
|
dropdown: {
|
|
328
328
|
screenMarginHeight: "6px",
|
|
329
329
|
maxHeight: "50vh"
|
|
330
330
|
}
|
|
331
|
-
},
|
|
331
|
+
}, Rr = "1px", Ie = {
|
|
332
332
|
padding: `${t.core.space.space025} ${t.core.space.space050}`,
|
|
333
333
|
gap: t.core.space.space025,
|
|
334
334
|
borderRadius: "2px",
|
|
335
|
-
height: `calc(${t.core.space.space200} + ${
|
|
336
|
-
borderWidth:
|
|
335
|
+
height: `calc(${t.core.space.space200} + ${Rr} * 2)`,
|
|
336
|
+
borderWidth: Rr,
|
|
337
337
|
borderStyle: "solid",
|
|
338
338
|
variants: {
|
|
339
339
|
white: {
|
|
@@ -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,
|
|
@@ -848,7 +873,7 @@ const lo = {
|
|
|
848
873
|
weekNumCell: {
|
|
849
874
|
fontSize: "1rem"
|
|
850
875
|
}
|
|
851
|
-
},
|
|
876
|
+
}, zr = {
|
|
852
877
|
aliceblue: [240, 248, 255],
|
|
853
878
|
antiquewhite: [250, 235, 215],
|
|
854
879
|
aqua: [0, 255, 255],
|
|
@@ -1006,14 +1031,14 @@ 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")
|
|
1013
1038
|
return { space: "rgb", values: [a >>> 16, (a & 65280) >>> 8, a & 255], alpha: 1 };
|
|
1014
1039
|
if (typeof a == "number") return { space: "rgb", values: [a >>> 16, (a & 65280) >>> 8, a & 255], alpha: 1 };
|
|
1015
|
-
if (a = String(a).toLowerCase(),
|
|
1016
|
-
i =
|
|
1040
|
+
if (a = String(a).toLowerCase(), zr[a])
|
|
1041
|
+
i = zr[a].slice(), l = "rgb";
|
|
1017
1042
|
else if (a === "transparent")
|
|
1018
1043
|
s = 0, l = "rgb", i = [0, 0, 0];
|
|
1019
1044
|
else if (a[0] === "#") {
|
|
@@ -1031,10 +1056,10 @@ function Ye(a) {
|
|
|
1031
1056
|
var x = n[1];
|
|
1032
1057
|
l = x.replace(/a$/, "");
|
|
1033
1058
|
var k = l === "cmyk" ? 4 : l === "gray" ? 1 : 3;
|
|
1034
|
-
i = n[2].trim().split(/\s*[,\/]\s*|\s+/), l === "color" && (l = i.shift()), i = i.map(function(u,
|
|
1059
|
+
i = n[2].trim().split(/\s*[,\/]\s*|\s+/), l === "color" && (l = i.shift()), i = i.map(function(u, z) {
|
|
1035
1060
|
if (u[u.length - 1] === "%")
|
|
1036
|
-
return u = parseFloat(u) / 100,
|
|
1037
|
-
if (l[
|
|
1061
|
+
return u = parseFloat(u) / 100, z === 3 ? u : l === "rgb" ? u * 255 : l[0] === "h" || l[0] === "l" && !z ? u * 100 : l === "lab" ? u * 125 : l === "lch" ? z < 2 ? u * 150 : u * 360 : l[0] === "o" && !z ? u : l === "oklab" ? u * 0.4 : l === "oklch" ? z < 2 ? u * 0.4 : u * 360 : u;
|
|
1062
|
+
if (l[z] === "h" || z === 2 && l[l.length - 1] === "h") {
|
|
1038
1063
|
if (Wr[u] !== void 0) return Wr[u];
|
|
1039
1064
|
if (u.endsWith("deg")) return parseFloat(u);
|
|
1040
1065
|
if (u.endsWith("turn")) return parseFloat(u) * 360;
|
|
@@ -1052,20 +1077,20 @@ 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
|
-
function
|
|
1060
|
-
return
|
|
1084
|
+
function T() {
|
|
1085
|
+
return T = Object.assign ? Object.assign.bind() : function(a) {
|
|
1061
1086
|
for (var n = 1; n < arguments.length; n++) {
|
|
1062
1087
|
var i = arguments[n];
|
|
1063
1088
|
for (var s in i) ({}).hasOwnProperty.call(i, s) && (a[s] = i[s]);
|
|
1064
1089
|
}
|
|
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,25 +1400,25 @@ 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);
|
|
1395
|
-
var h = i - m / 2, S = C + h, u = x + h,
|
|
1396
|
-
return s(S, u,
|
|
1420
|
+
var h = i - m / 2, S = C + h, u = x + h, z = k + h;
|
|
1421
|
+
return s(S, u, z);
|
|
1397
1422
|
}
|
|
1398
1423
|
var Br = {
|
|
1399
1424
|
aliceblue: "f0f8ff",
|
|
@@ -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,9 +1636,9 @@ 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
|
-
var
|
|
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)
|
|
1618
1643
|
throw new N(4, n, ho);
|
|
1619
1644
|
return {
|
|
@@ -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
|
-
return Z(
|
|
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
|
-
return Z(
|
|
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
|
-
return Z(
|
|
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,105 +1799,105 @@ 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
|
-
return Z(
|
|
1805
|
+
return Z(T({}, i, {
|
|
1781
1806
|
lightness: ao(0, 1, i.lightness + parseFloat(a))
|
|
1782
1807
|
}));
|
|
1783
1808
|
}
|
|
1784
|
-
var zt = I(
|
|
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;
|
|
1789
|
-
var s = oo(n), l =
|
|
1814
|
+
var s = oo(n), l = T({}, s, {
|
|
1790
1815
|
alpha: typeof s.alpha == "number" ? s.alpha : 1
|
|
1791
|
-
}), m = oo(i), g =
|
|
1816
|
+
}), m = oo(i), g = T({}, m, {
|
|
1792
1817
|
alpha: typeof m.alpha == "number" ? m.alpha : 1
|
|
1793
|
-
}), C = l.alpha - g.alpha, x = parseFloat(a) * 2 - 1, k = x * C === -1 ? x : x + C, h = 1 + x * C, S = (k / h + 1) / 2, u = 1 - S,
|
|
1818
|
+
}), C = l.alpha - g.alpha, x = parseFloat(a) * 2 - 1, k = x * C === -1 ? x : x + C, h = 1 + x * C, S = (k / h + 1) / 2, u = 1 - S, z = {
|
|
1794
1819
|
red: Math.floor(l.red * S + g.red * u),
|
|
1795
1820
|
green: Math.floor(l.green * S + g.green * u),
|
|
1796
1821
|
blue: Math.floor(l.blue * S + g.blue * u),
|
|
1797
1822
|
alpha: l.alpha * parseFloat(a) + g.alpha * (1 - parseFloat(a))
|
|
1798
1823
|
};
|
|
1799
|
-
return Fo(
|
|
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
|
-
var i = oo(n), s = typeof i.alpha == "number" ? i.alpha : 1, l =
|
|
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
|
-
return Z(
|
|
1838
|
+
return Z(T({}, i, {
|
|
1814
1839
|
saturation: ao(0, 1, i.saturation + parseFloat(a))
|
|
1815
1840
|
}));
|
|
1816
1841
|
}
|
|
1817
|
-
I(
|
|
1842
|
+
I(Lt);
|
|
1818
1843
|
function Mt(a, n) {
|
|
1819
|
-
return n === "transparent" ? n : Z(
|
|
1844
|
+
return n === "transparent" ? n : Z(T({}, U(n), {
|
|
1820
1845
|
hue: parseFloat(a)
|
|
1821
1846
|
}));
|
|
1822
1847
|
}
|
|
1823
1848
|
I(Mt);
|
|
1824
|
-
function
|
|
1825
|
-
return n === "transparent" ? n : Z(
|
|
1849
|
+
function Ht(a, n) {
|
|
1850
|
+
return n === "transparent" ? n : Z(T({}, U(n), {
|
|
1826
1851
|
lightness: parseFloat(a)
|
|
1827
1852
|
}));
|
|
1828
1853
|
}
|
|
1829
|
-
I(
|
|
1854
|
+
I(Ht);
|
|
1830
1855
|
function Tt(a, n) {
|
|
1831
|
-
return n === "transparent" ? n : Z(
|
|
1856
|
+
return n === "transparent" ? n : Z(T({}, U(n), {
|
|
1832
1857
|
saturation: parseFloat(a)
|
|
1833
1858
|
}));
|
|
1834
1859
|
}
|
|
1835
1860
|
I(Tt);
|
|
1836
|
-
function Ht(a, n) {
|
|
1837
|
-
return n === "transparent" ? n : _r(parseFloat(a), "rgb(0, 0, 0)", n);
|
|
1838
|
-
}
|
|
1839
|
-
I(Ht);
|
|
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
|
-
var i = oo(n), s = typeof i.alpha == "number" ? i.alpha : 1, l =
|
|
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 Q0 = (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 Q0 = (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 Q0 = (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 Q0 = (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,34 @@ const Q0 = (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 = {
|
|
2111
|
+
container: {
|
|
2112
|
+
borderRadius: "0.8rem",
|
|
2113
|
+
backgroundColor: t.semantic.color.background.neutral100,
|
|
2114
|
+
boxShadow: `0px 0px 0px 1px ${t.semantic.color.border.neutral600}`
|
|
2115
|
+
},
|
|
2116
|
+
headerRow: {
|
|
2117
|
+
minHeight: "5.6rem",
|
|
2118
|
+
bgColor: t.semantic.color.background.neutral100,
|
|
2119
|
+
separator: {
|
|
2120
|
+
color: t.semantic.color.border.neutral400,
|
|
2121
|
+
width: "1px"
|
|
2122
|
+
}
|
|
2123
|
+
},
|
|
2124
|
+
headerCell: {
|
|
2125
|
+
padding: "1rem 1.2rem",
|
|
2126
|
+
color: t.semantic.color.text.neutral800,
|
|
2127
|
+
separator: {
|
|
2128
|
+
color: t.semantic.color.border.neutral400,
|
|
2129
|
+
width: "1px",
|
|
2130
|
+
blockPadding: "1rem"
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2133
|
+
bodyCell: {
|
|
2134
|
+
padding: "0.4rem 1.2rem",
|
|
2135
|
+
color: t.semantic.color.text.neutral700
|
|
2136
|
+
}
|
|
2137
|
+
}, Yt = {
|
|
2086
2138
|
gap: "0.5rem",
|
|
2087
2139
|
margin: "0 0 0.2rem 0",
|
|
2088
2140
|
minHeight: "20px",
|
|
@@ -2103,7 +2155,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2103
2155
|
required: {
|
|
2104
2156
|
textColor: t.semantic.color.text.danger500
|
|
2105
2157
|
}
|
|
2106
|
-
},
|
|
2158
|
+
}, Ut = {
|
|
2107
2159
|
flexGroup: {
|
|
2108
2160
|
gap: {
|
|
2109
2161
|
XXS: t.core.space.space025,
|
|
@@ -2139,7 +2191,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2139
2191
|
XXL: t.core.space.space300
|
|
2140
2192
|
}
|
|
2141
2193
|
}
|
|
2142
|
-
},
|
|
2194
|
+
}, Zt = {
|
|
2143
2195
|
variants: {
|
|
2144
2196
|
block: {
|
|
2145
2197
|
sizes: {
|
|
@@ -2210,7 +2262,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2210
2262
|
}
|
|
2211
2263
|
}
|
|
2212
2264
|
}
|
|
2213
|
-
},
|
|
2265
|
+
}, Vt = {
|
|
2214
2266
|
size: "5rem",
|
|
2215
2267
|
gap: "0.5rem",
|
|
2216
2268
|
variants: {
|
|
@@ -2226,11 +2278,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2226
2278
|
},
|
|
2227
2279
|
inverse: {
|
|
2228
2280
|
bgColor: "rgba(255, 255, 255, 0.2)",
|
|
2281
|
+
// todo: REPLACE ONCE ADDED TO COLOR PALETTE
|
|
2229
2282
|
color: t.semantic.color.icon.neutral100,
|
|
2230
2283
|
textColor: t.semantic.color.icon.neutral100
|
|
2231
2284
|
}
|
|
2232
2285
|
}
|
|
2233
|
-
},
|
|
2286
|
+
}, Jt = {
|
|
2234
2287
|
dropDown: {
|
|
2235
2288
|
minWidth: "16rem",
|
|
2236
2289
|
maxWidth: "40rem",
|
|
@@ -2306,7 +2359,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2306
2359
|
}
|
|
2307
2360
|
}
|
|
2308
2361
|
}
|
|
2309
|
-
},
|
|
2362
|
+
}, Kt = {
|
|
2310
2363
|
header: {
|
|
2311
2364
|
height: "6.2rem",
|
|
2312
2365
|
paddingInline: "1.6rem",
|
|
@@ -2318,7 +2371,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2318
2371
|
gap: "0.8rem"
|
|
2319
2372
|
}
|
|
2320
2373
|
}
|
|
2321
|
-
},
|
|
2374
|
+
}, Qt = {
|
|
2322
2375
|
blockScreenMargin: "20px",
|
|
2323
2376
|
inlineScreenMargin: "20px",
|
|
2324
2377
|
inlinePadding: "4rem",
|
|
@@ -2348,9 +2401,9 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2348
2401
|
overlay: {
|
|
2349
2402
|
bgColor: "rgba(255, 255, 255, 0.9)"
|
|
2350
2403
|
}
|
|
2351
|
-
},
|
|
2404
|
+
}, oa = {
|
|
2352
2405
|
iconColor: t.semantic.color.icon.neutral700
|
|
2353
|
-
},
|
|
2406
|
+
}, ra = {
|
|
2354
2407
|
bgColor: t.semantic.color.background.neutral100,
|
|
2355
2408
|
shadow: t.core.shadow.shadow400,
|
|
2356
2409
|
borderRadius: "0.8rem",
|
|
@@ -2363,7 +2416,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2363
2416
|
height: "8px",
|
|
2364
2417
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
2365
2418
|
}
|
|
2366
|
-
},
|
|
2419
|
+
}, ea = {
|
|
2367
2420
|
closeButton: {
|
|
2368
2421
|
iconColor: t.semantic.color.icon.neutral700
|
|
2369
2422
|
},
|
|
@@ -2382,7 +2435,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2382
2435
|
margin: "0 0 1.2rem 0",
|
|
2383
2436
|
padding: "1.6rem"
|
|
2384
2437
|
}
|
|
2385
|
-
},
|
|
2438
|
+
}, ta = {
|
|
2386
2439
|
textColor: t.semantic.color.text.primary600,
|
|
2387
2440
|
border: "solid 1px transparent",
|
|
2388
2441
|
colorGroups: [{
|
|
@@ -2412,7 +2465,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2412
2465
|
L: "4.4rem"
|
|
2413
2466
|
},
|
|
2414
2467
|
fontWeight: t.core.font.fontWeight.bold
|
|
2415
|
-
},
|
|
2468
|
+
}, aa = {
|
|
2416
2469
|
borderRadius: "1px",
|
|
2417
2470
|
textPosition: {
|
|
2418
2471
|
left: {
|
|
@@ -2466,7 +2519,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2466
2519
|
text: {
|
|
2467
2520
|
color: t.semantic.color.text.neutral800
|
|
2468
2521
|
}
|
|
2469
|
-
},
|
|
2522
|
+
}, na = {
|
|
2470
2523
|
size: "1.8rem",
|
|
2471
2524
|
iconSize: "0.6rem",
|
|
2472
2525
|
padding: "0",
|
|
@@ -2514,7 +2567,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2514
2567
|
}
|
|
2515
2568
|
}
|
|
2516
2569
|
}
|
|
2517
|
-
},
|
|
2570
|
+
}, ca = {
|
|
2518
2571
|
bgColor: t.semantic.color.background.neutral100,
|
|
2519
2572
|
shadow: `0px 0px 0px 1px ${t.semantic.color.border.neutral600}`,
|
|
2520
2573
|
borderRadius: "0.8rem",
|
|
@@ -2536,7 +2589,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2536
2589
|
gap: "0.8rem"
|
|
2537
2590
|
}
|
|
2538
2591
|
}
|
|
2539
|
-
},
|
|
2592
|
+
}, ia = {
|
|
2540
2593
|
width: "100%",
|
|
2541
2594
|
height: "fit-content",
|
|
2542
2595
|
bgColor: t.semantic.color.background.neutral100,
|
|
@@ -2585,7 +2638,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2585
2638
|
width: "1px",
|
|
2586
2639
|
color: t.semantic.color.border.neutral600
|
|
2587
2640
|
}
|
|
2588
|
-
},
|
|
2641
|
+
}, la = {
|
|
2589
2642
|
padding: "0 1rem",
|
|
2590
2643
|
height: "3.6rem",
|
|
2591
2644
|
gap: "0.6rem",
|
|
@@ -2702,7 +2755,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2702
2755
|
textColor: {
|
|
2703
2756
|
disabled: t.semantic.color.text.neutral500
|
|
2704
2757
|
}
|
|
2705
|
-
}, j = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`,
|
|
2758
|
+
}, j = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`, sa = {
|
|
2706
2759
|
sizes: {
|
|
2707
2760
|
S: {
|
|
2708
2761
|
borderRadius: "99rem",
|
|
@@ -2901,7 +2954,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2901
2954
|
}
|
|
2902
2955
|
}
|
|
2903
2956
|
}
|
|
2904
|
-
},
|
|
2957
|
+
}, da = {
|
|
2905
2958
|
sizes: {
|
|
2906
2959
|
M: {
|
|
2907
2960
|
borderRadius: t.core.space.space100,
|
|
@@ -2941,7 +2994,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2941
2994
|
borderColor: t.semantic.color.border.attention300
|
|
2942
2995
|
}
|
|
2943
2996
|
}
|
|
2944
|
-
},
|
|
2997
|
+
}, ma = {
|
|
2945
2998
|
variants: {
|
|
2946
2999
|
informative: {
|
|
2947
3000
|
iconColor: t.semantic.color.icon.informative600
|
|
@@ -2959,7 +3012,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
2959
3012
|
iconColor: t.semantic.color.icon.success600
|
|
2960
3013
|
}
|
|
2961
3014
|
}
|
|
2962
|
-
},
|
|
3015
|
+
}, ba = {
|
|
2963
3016
|
collapsed: {
|
|
2964
3017
|
bgColor: t.semantic.color.background.neutral300,
|
|
2965
3018
|
shadow: "none",
|
|
@@ -3066,7 +3119,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3066
3119
|
}
|
|
3067
3120
|
}
|
|
3068
3121
|
}
|
|
3069
|
-
},
|
|
3122
|
+
}, ga = {
|
|
3070
3123
|
card: {
|
|
3071
3124
|
gap: "2.4rem",
|
|
3072
3125
|
bgColor: t.semantic.color.background.neutral100,
|
|
@@ -3093,7 +3146,72 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3093
3146
|
grid: {
|
|
3094
3147
|
gap: "1.6rem"
|
|
3095
3148
|
}
|
|
3096
|
-
},
|
|
3149
|
+
}, ua = {
|
|
3150
|
+
gap: t.core.space.space150,
|
|
3151
|
+
controlsHeight: "2rem",
|
|
3152
|
+
track: {
|
|
3153
|
+
height: "0.4rem",
|
|
3154
|
+
states: {
|
|
3155
|
+
normal: {
|
|
3156
|
+
bgColor: t.semantic.color.background.secondary300
|
|
3157
|
+
},
|
|
3158
|
+
disabled: {
|
|
3159
|
+
bgColor: t.semantic.color.background.secondary300
|
|
3160
|
+
}
|
|
3161
|
+
}
|
|
3162
|
+
},
|
|
3163
|
+
range: {
|
|
3164
|
+
states: {
|
|
3165
|
+
normal: {
|
|
3166
|
+
bgColor: t.semantic.color.background.primary400
|
|
3167
|
+
},
|
|
3168
|
+
disabled: {
|
|
3169
|
+
bgColor: t.semantic.color.background.neutral500
|
|
3170
|
+
}
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3173
|
+
thumb: {
|
|
3174
|
+
width: "2.4rem",
|
|
3175
|
+
height: "2.4rem",
|
|
3176
|
+
borderWidth: "0.8rem",
|
|
3177
|
+
borderRadius: "50%",
|
|
3178
|
+
states: {
|
|
3179
|
+
normal: {
|
|
3180
|
+
bgColor: t.semantic.color.background.secondary0,
|
|
3181
|
+
borderColor: t.semantic.color.background.primary400
|
|
3182
|
+
},
|
|
3183
|
+
disabled: {
|
|
3184
|
+
bgColor: t.semantic.color.background.secondary0,
|
|
3185
|
+
borderColor: t.semantic.color.background.neutral500
|
|
3186
|
+
}
|
|
3187
|
+
}
|
|
3188
|
+
},
|
|
3189
|
+
mark: {
|
|
3190
|
+
width: "0.4rem",
|
|
3191
|
+
height: "0.4rem",
|
|
3192
|
+
rangeStates: {
|
|
3193
|
+
inRange: {
|
|
3194
|
+
normal: {
|
|
3195
|
+
bgColor: t.semantic.color.background.primary100
|
|
3196
|
+
},
|
|
3197
|
+
disabled: {
|
|
3198
|
+
bgColor: t.semantic.color.background.secondary500
|
|
3199
|
+
}
|
|
3200
|
+
},
|
|
3201
|
+
outOfRange: {
|
|
3202
|
+
normal: {
|
|
3203
|
+
bgColor: t.semantic.color.background.secondary500
|
|
3204
|
+
},
|
|
3205
|
+
disabled: {
|
|
3206
|
+
bgColor: t.semantic.color.background.secondary500
|
|
3207
|
+
}
|
|
3208
|
+
}
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3211
|
+
label: {
|
|
3212
|
+
offset: t.core.space.space200
|
|
3213
|
+
}
|
|
3214
|
+
}, pa = {
|
|
3097
3215
|
gap: "2.4rem",
|
|
3098
3216
|
step: {
|
|
3099
3217
|
gap: "0.8rem",
|
|
@@ -3140,7 +3258,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3140
3258
|
}
|
|
3141
3259
|
}
|
|
3142
3260
|
}
|
|
3143
|
-
},
|
|
3261
|
+
}, Ca = {
|
|
3144
3262
|
width: "3.2rem",
|
|
3145
3263
|
height: "1.8rem",
|
|
3146
3264
|
padding: "0.2rem",
|
|
@@ -3192,7 +3310,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3192
3310
|
}
|
|
3193
3311
|
}
|
|
3194
3312
|
}
|
|
3195
|
-
},
|
|
3313
|
+
}, xa = {
|
|
3196
3314
|
table: {
|
|
3197
3315
|
tableContainer: {
|
|
3198
3316
|
borderRadius: "0.8rem",
|
|
@@ -3280,7 +3398,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3280
3398
|
textColor: t.semantic.color.text.secondary800
|
|
3281
3399
|
}
|
|
3282
3400
|
}
|
|
3283
|
-
},
|
|
3401
|
+
}, ha = {
|
|
3284
3402
|
bgColor: "transparent",
|
|
3285
3403
|
padding: "1rem 1.6rem",
|
|
3286
3404
|
gap: "3.2rem",
|
|
@@ -3303,7 +3421,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3303
3421
|
actionsBar: {
|
|
3304
3422
|
gap: "1.6rem"
|
|
3305
3423
|
}
|
|
3306
|
-
},
|
|
3424
|
+
}, fa = {
|
|
3307
3425
|
variants: {
|
|
3308
3426
|
default: {
|
|
3309
3427
|
gap: "4rem",
|
|
@@ -3386,22 +3504,36 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3386
3504
|
}
|
|
3387
3505
|
}
|
|
3388
3506
|
}
|
|
3389
|
-
}, q = "transparent",
|
|
3507
|
+
}, q = "transparent", ya = {
|
|
3390
3508
|
layouts: {
|
|
3391
3509
|
block: {
|
|
3392
3510
|
sizes: {
|
|
3393
|
-
|
|
3511
|
+
medium: {
|
|
3394
3512
|
height: "2.6rem",
|
|
3395
3513
|
lineHeight: "1.9rem",
|
|
3396
3514
|
gap: "0.2rem",
|
|
3397
3515
|
padding: "0.4rem 0.6rem",
|
|
3398
3516
|
borderRadius: "0.4rem"
|
|
3517
|
+
},
|
|
3518
|
+
small: {
|
|
3519
|
+
height: "2.4rem",
|
|
3520
|
+
lineHeight: "1.9rem",
|
|
3521
|
+
gap: "0.2rem",
|
|
3522
|
+
padding: "0.4rem 0.6rem",
|
|
3523
|
+
borderRadius: "0.4rem"
|
|
3399
3524
|
}
|
|
3400
3525
|
}
|
|
3401
3526
|
},
|
|
3402
3527
|
inline: {
|
|
3403
3528
|
sizes: {
|
|
3404
|
-
|
|
3529
|
+
medium: {
|
|
3530
|
+
height: "unset",
|
|
3531
|
+
lineHeight: "inherit",
|
|
3532
|
+
gap: "0.2rem",
|
|
3533
|
+
padding: "0",
|
|
3534
|
+
borderRadius: "0"
|
|
3535
|
+
},
|
|
3536
|
+
small: {
|
|
3405
3537
|
height: "unset",
|
|
3406
3538
|
lineHeight: "inherit",
|
|
3407
3539
|
gap: "0.2rem",
|
|
@@ -3486,7 +3618,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3486
3618
|
}
|
|
3487
3619
|
}
|
|
3488
3620
|
}
|
|
3489
|
-
},
|
|
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 = {
|
|
3490
3622
|
width: "3.6rem",
|
|
3491
3623
|
height: "2.2rem",
|
|
3492
3624
|
padding: "0.1rem",
|
|
@@ -3495,12 +3627,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3495
3627
|
borderColor: t.semantic.color.border.neutral600,
|
|
3496
3628
|
bgColor: t.semantic.color.background.neutral300,
|
|
3497
3629
|
thumb: {
|
|
3498
|
-
icon: `url("${
|
|
3630
|
+
icon: `url("${ka}")`,
|
|
3499
3631
|
iconAspectRatio: "1/1",
|
|
3500
3632
|
borderRadius: "0",
|
|
3501
3633
|
bgColor: "transparent"
|
|
3502
3634
|
}
|
|
3503
|
-
},
|
|
3635
|
+
}, wa = {
|
|
3504
3636
|
width: "clamp(400px, 33vw, 640px)",
|
|
3505
3637
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
3506
3638
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
@@ -3512,7 +3644,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3512
3644
|
toaster: {
|
|
3513
3645
|
gap: "2rem"
|
|
3514
3646
|
}
|
|
3515
|
-
}, wo = "transparent",
|
|
3647
|
+
}, wo = "transparent", Sa = {
|
|
3516
3648
|
gap: "0.4rem",
|
|
3517
3649
|
height: "2.7rem",
|
|
3518
3650
|
lineHeight: "1.9rem",
|
|
@@ -3567,7 +3699,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3567
3699
|
minWidth: "2rem",
|
|
3568
3700
|
borderRadius: "99rem"
|
|
3569
3701
|
}
|
|
3570
|
-
},
|
|
3702
|
+
}, $a = {
|
|
3571
3703
|
textColor: t.semantic.color.text.neutral800,
|
|
3572
3704
|
bgColor: t.semantic.color.background.neutral100,
|
|
3573
3705
|
shadow: t.core.shadow.shadow400,
|
|
@@ -3581,7 +3713,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3581
3713
|
height: "8px",
|
|
3582
3714
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
3583
3715
|
}
|
|
3584
|
-
},
|
|
3716
|
+
}, Ra = {
|
|
3585
3717
|
levelOffset: "1.8rem",
|
|
3586
3718
|
item: {
|
|
3587
3719
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -3594,7 +3726,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3594
3726
|
iconColor: t.semantic.color.icon.neutral800,
|
|
3595
3727
|
gap: "0.4rem"
|
|
3596
3728
|
}
|
|
3597
|
-
},
|
|
3729
|
+
}, za = {
|
|
3598
3730
|
colors: {
|
|
3599
3731
|
primary: t.semantic.color.text.neutral800,
|
|
3600
3732
|
secondary: t.semantic.color.text.neutral700
|
|
@@ -3664,7 +3796,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3664
3796
|
semiBold: t.core.font.fontWeight.semiBold
|
|
3665
3797
|
}
|
|
3666
3798
|
}
|
|
3667
|
-
},
|
|
3799
|
+
}, Wa = {
|
|
3668
3800
|
gap: "1.6rem",
|
|
3669
3801
|
header: {
|
|
3670
3802
|
gap: "0.8rem"
|
|
@@ -3716,13 +3848,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3716
3848
|
borderColor: t.semantic.color.border.neutral300
|
|
3717
3849
|
}
|
|
3718
3850
|
}
|
|
3719
|
-
},
|
|
3851
|
+
}, Ba = {
|
|
3720
3852
|
bgColor: t.semantic.color.background.neutral100,
|
|
3721
3853
|
textColor: t.semantic.color.background.neutral700,
|
|
3722
3854
|
fontFamily: t.core.font.fontFamily.regular,
|
|
3723
3855
|
fontSize: t.core.font.fontSize.s14,
|
|
3724
3856
|
lineHeight: "1.4"
|
|
3725
|
-
},
|
|
3857
|
+
}, Pa = {
|
|
3726
3858
|
width: "0.5rem",
|
|
3727
3859
|
height: "0.5rem",
|
|
3728
3860
|
bgColor: t.semantic.color.background.secondary100,
|
|
@@ -3736,64 +3868,67 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
3736
3868
|
mode: "light",
|
|
3737
3869
|
...t,
|
|
3738
3870
|
components: {
|
|
3739
|
-
actionIconButton:
|
|
3740
|
-
appBar:
|
|
3741
|
-
appSelectionMenu:
|
|
3742
|
-
autoComplete:
|
|
3871
|
+
actionIconButton: Le,
|
|
3872
|
+
appBar: Me,
|
|
3873
|
+
appSelectionMenu: He,
|
|
3874
|
+
autoComplete: Te,
|
|
3743
3875
|
badge: Ie,
|
|
3744
3876
|
banner: Ee,
|
|
3745
3877
|
boxSelectionGroup: Xe,
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
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
|
|
3793
3928
|
},
|
|
3794
3929
|
globals: {
|
|
3795
|
-
body:
|
|
3796
|
-
scrollbar:
|
|
3930
|
+
body: Ba,
|
|
3931
|
+
scrollbar: Pa
|
|
3797
3932
|
}
|
|
3798
3933
|
}, so = {
|
|
3799
3934
|
transparent: "#00000000",
|
|
@@ -4000,7 +4135,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4000
4135
|
color: so.primary200
|
|
4001
4136
|
}
|
|
4002
4137
|
}
|
|
4003
|
-
},
|
|
4138
|
+
}, Fa = {
|
|
4004
4139
|
sizes: {
|
|
4005
4140
|
L: {
|
|
4006
4141
|
size: "3rem",
|
|
@@ -4053,7 +4188,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4053
4188
|
}
|
|
4054
4189
|
}
|
|
4055
4190
|
}
|
|
4056
|
-
},
|
|
4191
|
+
}, La = {
|
|
4057
4192
|
height: "7rem",
|
|
4058
4193
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
4059
4194
|
separator: `1px solid ${e.semantic.color.border.neutral400}`,
|
|
@@ -4075,7 +4210,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4075
4210
|
accountNameColor: e.semantic.color.text.neutral950
|
|
4076
4211
|
}
|
|
4077
4212
|
}
|
|
4078
|
-
},
|
|
4213
|
+
}, Ma = {
|
|
4079
4214
|
trigger: {
|
|
4080
4215
|
borderRadius: "0.4rem",
|
|
4081
4216
|
height: "3.2rem",
|
|
@@ -4118,12 +4253,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4118
4253
|
color: e.semantic.color.text.neutral800
|
|
4119
4254
|
}
|
|
4120
4255
|
}
|
|
4121
|
-
},
|
|
4256
|
+
}, Ha = {
|
|
4122
4257
|
dropdown: {
|
|
4123
4258
|
screenMarginHeight: "6px",
|
|
4124
4259
|
maxHeight: "50vh"
|
|
4125
4260
|
}
|
|
4126
|
-
}, Pr = "1px",
|
|
4261
|
+
}, Pr = "1px", Ta = {
|
|
4127
4262
|
padding: `${e.core.space.space025} ${e.core.space.space050}`,
|
|
4128
4263
|
gap: e.core.space.space025,
|
|
4129
4264
|
borderRadius: "2px",
|
|
@@ -4186,7 +4321,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4186
4321
|
iconColor: e.semantic.color.text.neutral500
|
|
4187
4322
|
}
|
|
4188
4323
|
}
|
|
4189
|
-
},
|
|
4324
|
+
}, Ia = {
|
|
4190
4325
|
sizes: {
|
|
4191
4326
|
S: {
|
|
4192
4327
|
gap: "0.8rem",
|
|
@@ -4204,7 +4339,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4204
4339
|
split: {
|
|
4205
4340
|
minWidth: "0.8rem"
|
|
4206
4341
|
}
|
|
4207
|
-
},
|
|
4342
|
+
}, Ea = {
|
|
4208
4343
|
gap: e.core.space.space300,
|
|
4209
4344
|
item: {
|
|
4210
4345
|
borderRadius: "4px",
|
|
@@ -4250,7 +4385,32 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4250
4385
|
defaultItem: {
|
|
4251
4386
|
gap: "0.4rem"
|
|
4252
4387
|
}
|
|
4253
|
-
},
|
|
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 = {
|
|
4254
4414
|
gap: "0.2rem",
|
|
4255
4415
|
sizes: {
|
|
4256
4416
|
small: {
|
|
@@ -4388,7 +4548,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4388
4548
|
}
|
|
4389
4549
|
}
|
|
4390
4550
|
}
|
|
4391
|
-
},
|
|
4551
|
+
}, _a = {
|
|
4392
4552
|
borderRadius: "0.4rem",
|
|
4393
4553
|
border: `1px solid ${e.semantic.color.border.neutral600}`,
|
|
4394
4554
|
fontSize: "1.4rem",
|
|
@@ -4431,13 +4591,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4431
4591
|
}
|
|
4432
4592
|
}
|
|
4433
4593
|
}
|
|
4434
|
-
},
|
|
4594
|
+
}, Aa = {
|
|
4435
4595
|
width: "100%",
|
|
4436
4596
|
height: "fit-content",
|
|
4437
4597
|
bgColor: e.semantic.color.background.neutral100,
|
|
4438
4598
|
shadow: e.core.shadow.shadow4,
|
|
4439
4599
|
borderRadius: "0.8rem"
|
|
4440
|
-
},
|
|
4600
|
+
}, ja = {
|
|
4441
4601
|
width: "1.8rem",
|
|
4442
4602
|
height: "1.8rem",
|
|
4443
4603
|
padding: "0",
|
|
@@ -4501,7 +4661,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4501
4661
|
}
|
|
4502
4662
|
}
|
|
4503
4663
|
}
|
|
4504
|
-
},
|
|
4664
|
+
}, Da = {
|
|
4505
4665
|
sizes: {
|
|
4506
4666
|
M: {
|
|
4507
4667
|
height: "2.8rem",
|
|
@@ -4558,7 +4718,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4558
4718
|
}
|
|
4559
4719
|
}
|
|
4560
4720
|
}
|
|
4561
|
-
},
|
|
4721
|
+
}, Ga = {
|
|
4562
4722
|
sizes: {
|
|
4563
4723
|
M: {
|
|
4564
4724
|
gap: "0.8rem 5px"
|
|
@@ -4576,13 +4736,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4576
4736
|
gap: "0.4rem",
|
|
4577
4737
|
padding: "1.2rem 1.6rem"
|
|
4578
4738
|
}
|
|
4579
|
-
},
|
|
4739
|
+
}, Na = {
|
|
4580
4740
|
width: "2.7rem",
|
|
4581
4741
|
height: "2rem",
|
|
4582
4742
|
borderRadius: "5px",
|
|
4583
4743
|
borderWidth: "0.1px",
|
|
4584
4744
|
borderColor: e.semantic.color.border.neutral500
|
|
4585
|
-
},
|
|
4745
|
+
}, qa = {
|
|
4586
4746
|
fontSize: e.core.font.fontSize.s14,
|
|
4587
4747
|
fontWeight: e.core.font.fontWeight.normal,
|
|
4588
4748
|
fontFamily: e.core.font.fontFamily.regular,
|
|
@@ -4646,7 +4806,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4646
4806
|
weekNumCell: {
|
|
4647
4807
|
fontSize: "1rem"
|
|
4648
4808
|
}
|
|
4649
|
-
},
|
|
4809
|
+
}, Ya = {
|
|
4650
4810
|
shadow: `0 0 0.5px 1px ${e.semantic.color.border.neutral400}, -8px 0 16px 0 ${e.semantic.color.border.neutral100}`,
|
|
4651
4811
|
bgColor: e.semantic.color.background.neutral200,
|
|
4652
4812
|
sidePadding: "3.2rem",
|
|
@@ -4672,7 +4832,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4672
4832
|
overlay: {
|
|
4673
4833
|
bgColor: V(e.semantic.color.background.neutral200, 0.8)
|
|
4674
4834
|
}
|
|
4675
|
-
},
|
|
4835
|
+
}, Ua = {
|
|
4676
4836
|
chipList: {
|
|
4677
4837
|
padding: "0.8rem 1.6rem",
|
|
4678
4838
|
border: `1px solid ${e.semantic.color.border.neutral400}`
|
|
@@ -4705,7 +4865,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4705
4865
|
padding: "0.8rem 1.6rem"
|
|
4706
4866
|
}
|
|
4707
4867
|
}
|
|
4708
|
-
},
|
|
4868
|
+
}, Za = {
|
|
4709
4869
|
columnGap: "1.6rem",
|
|
4710
4870
|
group: {
|
|
4711
4871
|
rowGap: "1rem"
|
|
@@ -4719,7 +4879,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4719
4879
|
textColor: e.semantic.color.text.danger500
|
|
4720
4880
|
}
|
|
4721
4881
|
}
|
|
4722
|
-
},
|
|
4882
|
+
}, Va = {
|
|
4723
4883
|
sizes: {
|
|
4724
4884
|
XXL: {
|
|
4725
4885
|
width: "3.2rem",
|
|
@@ -4763,7 +4923,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4763
4923
|
}
|
|
4764
4924
|
},
|
|
4765
4925
|
borderRadius: "0.4rem"
|
|
4766
|
-
},
|
|
4926
|
+
}, Ja = {
|
|
4767
4927
|
padding: "0 0.8rem 0 1rem",
|
|
4768
4928
|
height: "3.6rem",
|
|
4769
4929
|
gap: "0.5rem",
|
|
@@ -4856,11 +5016,38 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4856
5016
|
textColor: e.semantic.color.text.danger500
|
|
4857
5017
|
}
|
|
4858
5018
|
}
|
|
4859
|
-
},
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
5019
|
+
}, Ka = {
|
|
5020
|
+
container: {
|
|
5021
|
+
borderRadius: "0.8rem",
|
|
5022
|
+
backgroundColor: e.semantic.color.background.neutral100,
|
|
5023
|
+
boxShadow: `0px 0px 0px 1px ${e.semantic.color.border.neutral600}`
|
|
5024
|
+
},
|
|
5025
|
+
headerRow: {
|
|
5026
|
+
minHeight: "5.6rem",
|
|
5027
|
+
bgColor: e.semantic.color.background.neutral100,
|
|
5028
|
+
separator: {
|
|
5029
|
+
color: e.semantic.color.border.neutral400,
|
|
5030
|
+
width: "1px"
|
|
5031
|
+
}
|
|
5032
|
+
},
|
|
5033
|
+
headerCell: {
|
|
5034
|
+
padding: "1rem 1.2rem",
|
|
5035
|
+
color: e.semantic.color.text.neutral800,
|
|
5036
|
+
separator: {
|
|
5037
|
+
color: e.semantic.color.border.neutral400,
|
|
5038
|
+
width: "1px",
|
|
5039
|
+
blockPadding: "1rem"
|
|
5040
|
+
}
|
|
5041
|
+
},
|
|
5042
|
+
bodyCell: {
|
|
5043
|
+
padding: "0.4rem 1.2rem",
|
|
5044
|
+
color: e.semantic.color.text.neutral700
|
|
5045
|
+
}
|
|
5046
|
+
}, Qa = {
|
|
5047
|
+
gap: "0.5rem",
|
|
5048
|
+
margin: "0 0 0.2rem 0",
|
|
5049
|
+
minHeight: "20px",
|
|
5050
|
+
state: {
|
|
4864
5051
|
normal: {
|
|
4865
5052
|
textColor: e.semantic.color.text.neutral800
|
|
4866
5053
|
},
|
|
@@ -4877,7 +5064,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4877
5064
|
required: {
|
|
4878
5065
|
textColor: e.semantic.color.text.danger500
|
|
4879
5066
|
}
|
|
4880
|
-
},
|
|
5067
|
+
}, on = {
|
|
4881
5068
|
flexGroup: {
|
|
4882
5069
|
gap: {
|
|
4883
5070
|
XXS: e.core.space.space025,
|
|
@@ -4913,7 +5100,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4913
5100
|
XXL: e.core.space.space300
|
|
4914
5101
|
}
|
|
4915
5102
|
}
|
|
4916
|
-
},
|
|
5103
|
+
}, rn = {
|
|
4917
5104
|
variants: {
|
|
4918
5105
|
block: {
|
|
4919
5106
|
sizes: {
|
|
@@ -4983,7 +5170,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4983
5170
|
}
|
|
4984
5171
|
}
|
|
4985
5172
|
}
|
|
4986
|
-
},
|
|
5173
|
+
}, en = {
|
|
4987
5174
|
size: "5rem",
|
|
4988
5175
|
gap: "0.5rem",
|
|
4989
5176
|
variants: {
|
|
@@ -4999,11 +5186,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
4999
5186
|
},
|
|
5000
5187
|
inverse: {
|
|
5001
5188
|
bgColor: "rgba(255, 255, 255, 0.2)",
|
|
5189
|
+
// todo: REPLACE ONCE ADDED TO COLOR PALETTE
|
|
5002
5190
|
color: e.semantic.color.icon.neutral100,
|
|
5003
5191
|
textColor: e.semantic.color.icon.neutral100
|
|
5004
5192
|
}
|
|
5005
5193
|
}
|
|
5006
|
-
},
|
|
5194
|
+
}, tn = {
|
|
5007
5195
|
dropDown: {
|
|
5008
5196
|
minWidth: "16rem",
|
|
5009
5197
|
maxWidth: "40rem",
|
|
@@ -5079,7 +5267,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5079
5267
|
}
|
|
5080
5268
|
}
|
|
5081
5269
|
}
|
|
5082
|
-
},
|
|
5270
|
+
}, an = {
|
|
5083
5271
|
header: {
|
|
5084
5272
|
height: "6.2rem",
|
|
5085
5273
|
paddingInline: "1.6rem",
|
|
@@ -5091,7 +5279,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5091
5279
|
gap: "0.8rem"
|
|
5092
5280
|
}
|
|
5093
5281
|
}
|
|
5094
|
-
},
|
|
5282
|
+
}, nn = {
|
|
5095
5283
|
blockScreenMargin: "20px",
|
|
5096
5284
|
inlineScreenMargin: "20px",
|
|
5097
5285
|
inlinePadding: "4rem",
|
|
@@ -5121,9 +5309,9 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5121
5309
|
overlay: {
|
|
5122
5310
|
bgColor: "rgba(0, 0, 0, 0.9)"
|
|
5123
5311
|
}
|
|
5124
|
-
},
|
|
5312
|
+
}, cn = {
|
|
5125
5313
|
iconColor: e.semantic.color.icon.neutral700
|
|
5126
|
-
},
|
|
5314
|
+
}, ln = {
|
|
5127
5315
|
bgColor: e.semantic.color.background.neutral200,
|
|
5128
5316
|
shadow: `0 0 0.5px 1px ${e.semantic.color.border.neutral400}, 0 0 16px 8px ${e.semantic.color.border.neutral100}`,
|
|
5129
5317
|
borderRadius: "0.8rem",
|
|
@@ -5136,7 +5324,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5136
5324
|
height: "8px",
|
|
5137
5325
|
shadow: `${e.semantic.color.border.neutral400} 0px 1.5px`
|
|
5138
5326
|
}
|
|
5139
|
-
},
|
|
5327
|
+
}, sn = {
|
|
5140
5328
|
closeButton: {
|
|
5141
5329
|
iconColor: e.semantic.color.icon.neutral700
|
|
5142
5330
|
},
|
|
@@ -5155,7 +5343,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5155
5343
|
margin: "0 0 1.2rem 0",
|
|
5156
5344
|
padding: "1.6rem"
|
|
5157
5345
|
}
|
|
5158
|
-
},
|
|
5346
|
+
}, dn = {
|
|
5159
5347
|
textColor: e.semantic.color.text.neutral100,
|
|
5160
5348
|
border: "solid 1px transparent",
|
|
5161
5349
|
colorGroups: [{
|
|
@@ -5185,7 +5373,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5185
5373
|
L: "4.4rem"
|
|
5186
5374
|
},
|
|
5187
5375
|
fontWeight: e.core.font.fontWeight.bold
|
|
5188
|
-
},
|
|
5376
|
+
}, mn = {
|
|
5189
5377
|
borderRadius: "1px",
|
|
5190
5378
|
textPosition: {
|
|
5191
5379
|
left: {
|
|
@@ -5239,7 +5427,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5239
5427
|
text: {
|
|
5240
5428
|
color: e.semantic.color.text.neutral800
|
|
5241
5429
|
}
|
|
5242
|
-
},
|
|
5430
|
+
}, bn = {
|
|
5243
5431
|
size: "1.8rem",
|
|
5244
5432
|
iconSize: "0.6rem",
|
|
5245
5433
|
padding: "0",
|
|
@@ -5287,7 +5475,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5287
5475
|
}
|
|
5288
5476
|
}
|
|
5289
5477
|
}
|
|
5290
|
-
},
|
|
5478
|
+
}, gn = {
|
|
5291
5479
|
bgColor: e.semantic.color.background.neutral100,
|
|
5292
5480
|
shadow: `0px 0px 0px 1px ${e.semantic.color.border.neutral600}`,
|
|
5293
5481
|
borderRadius: "0.8rem",
|
|
@@ -5309,7 +5497,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5309
5497
|
gap: "0.8rem"
|
|
5310
5498
|
}
|
|
5311
5499
|
}
|
|
5312
|
-
},
|
|
5500
|
+
}, un = {
|
|
5313
5501
|
width: "100%",
|
|
5314
5502
|
height: "fit-content",
|
|
5315
5503
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -5358,7 +5546,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5358
5546
|
width: "1px",
|
|
5359
5547
|
color: e.semantic.color.border.neutral600
|
|
5360
5548
|
}
|
|
5361
|
-
},
|
|
5549
|
+
}, pn = {
|
|
5362
5550
|
padding: "0 1rem",
|
|
5363
5551
|
height: "3.6rem",
|
|
5364
5552
|
gap: "0.6rem",
|
|
@@ -5475,7 +5663,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5475
5663
|
textColor: {
|
|
5476
5664
|
disabled: e.semantic.color.text.neutral500
|
|
5477
5665
|
}
|
|
5478
|
-
}, G = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`,
|
|
5666
|
+
}, G = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`, Cn = {
|
|
5479
5667
|
sizes: {
|
|
5480
5668
|
S: {
|
|
5481
5669
|
borderRadius: "99rem",
|
|
@@ -5674,7 +5862,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5674
5862
|
}
|
|
5675
5863
|
}
|
|
5676
5864
|
}
|
|
5677
|
-
},
|
|
5865
|
+
}, xn = {
|
|
5678
5866
|
sizes: {
|
|
5679
5867
|
M: {
|
|
5680
5868
|
borderRadius: e.core.space.space100,
|
|
@@ -5714,7 +5902,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5714
5902
|
borderColor: e.semantic.color.border.attention300
|
|
5715
5903
|
}
|
|
5716
5904
|
}
|
|
5717
|
-
},
|
|
5905
|
+
}, hn = {
|
|
5718
5906
|
variants: {
|
|
5719
5907
|
informative: {
|
|
5720
5908
|
iconColor: e.semantic.color.icon.informative600
|
|
@@ -5732,7 +5920,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5732
5920
|
iconColor: e.semantic.color.icon.success600
|
|
5733
5921
|
}
|
|
5734
5922
|
}
|
|
5735
|
-
},
|
|
5923
|
+
}, fn = {
|
|
5736
5924
|
collapsed: {
|
|
5737
5925
|
bgColor: e.semantic.color.background.neutral100,
|
|
5738
5926
|
shadow: "none",
|
|
@@ -5839,7 +6027,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5839
6027
|
}
|
|
5840
6028
|
}
|
|
5841
6029
|
}
|
|
5842
|
-
},
|
|
6030
|
+
}, yn = {
|
|
5843
6031
|
card: {
|
|
5844
6032
|
gap: "2.4rem",
|
|
5845
6033
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -5866,7 +6054,72 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5866
6054
|
grid: {
|
|
5867
6055
|
gap: "1.6rem"
|
|
5868
6056
|
}
|
|
5869
|
-
},
|
|
6057
|
+
}, kn = {
|
|
6058
|
+
gap: e.core.space.space150,
|
|
6059
|
+
controlsHeight: "2rem",
|
|
6060
|
+
track: {
|
|
6061
|
+
height: "0.4rem",
|
|
6062
|
+
states: {
|
|
6063
|
+
normal: {
|
|
6064
|
+
bgColor: e.semantic.color.background.secondary800
|
|
6065
|
+
},
|
|
6066
|
+
disabled: {
|
|
6067
|
+
bgColor: e.semantic.color.background.secondary800
|
|
6068
|
+
}
|
|
6069
|
+
}
|
|
6070
|
+
},
|
|
6071
|
+
range: {
|
|
6072
|
+
states: {
|
|
6073
|
+
normal: {
|
|
6074
|
+
bgColor: e.semantic.color.background.primary400
|
|
6075
|
+
},
|
|
6076
|
+
disabled: {
|
|
6077
|
+
bgColor: e.semantic.color.background.neutral900
|
|
6078
|
+
}
|
|
6079
|
+
}
|
|
6080
|
+
},
|
|
6081
|
+
thumb: {
|
|
6082
|
+
width: "2.4rem",
|
|
6083
|
+
height: "2.4rem",
|
|
6084
|
+
borderWidth: "0.8rem",
|
|
6085
|
+
borderRadius: "50%",
|
|
6086
|
+
states: {
|
|
6087
|
+
normal: {
|
|
6088
|
+
bgColor: e.semantic.color.background.secondary0,
|
|
6089
|
+
borderColor: e.semantic.color.border.primary400
|
|
6090
|
+
},
|
|
6091
|
+
disabled: {
|
|
6092
|
+
bgColor: e.semantic.color.background.neutral600,
|
|
6093
|
+
borderColor: e.semantic.color.border.neutral900
|
|
6094
|
+
}
|
|
6095
|
+
}
|
|
6096
|
+
},
|
|
6097
|
+
mark: {
|
|
6098
|
+
width: "0.4rem",
|
|
6099
|
+
height: "0.4rem",
|
|
6100
|
+
rangeStates: {
|
|
6101
|
+
inRange: {
|
|
6102
|
+
normal: {
|
|
6103
|
+
bgColor: e.semantic.color.background.primary100
|
|
6104
|
+
},
|
|
6105
|
+
disabled: {
|
|
6106
|
+
bgColor: e.semantic.color.background.secondary600
|
|
6107
|
+
}
|
|
6108
|
+
},
|
|
6109
|
+
outOfRange: {
|
|
6110
|
+
normal: {
|
|
6111
|
+
bgColor: e.semantic.color.background.secondary600
|
|
6112
|
+
},
|
|
6113
|
+
disabled: {
|
|
6114
|
+
bgColor: e.semantic.color.background.secondary700
|
|
6115
|
+
}
|
|
6116
|
+
}
|
|
6117
|
+
}
|
|
6118
|
+
},
|
|
6119
|
+
label: {
|
|
6120
|
+
offset: e.core.space.space200
|
|
6121
|
+
}
|
|
6122
|
+
}, vn = {
|
|
5870
6123
|
gap: "2.4rem",
|
|
5871
6124
|
step: {
|
|
5872
6125
|
gap: "0.8rem",
|
|
@@ -5913,7 +6166,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5913
6166
|
}
|
|
5914
6167
|
}
|
|
5915
6168
|
}
|
|
5916
|
-
},
|
|
6169
|
+
}, wn = {
|
|
5917
6170
|
width: "3.2rem",
|
|
5918
6171
|
height: "1.8rem",
|
|
5919
6172
|
padding: "0.2rem",
|
|
@@ -5965,7 +6218,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
5965
6218
|
}
|
|
5966
6219
|
}
|
|
5967
6220
|
}
|
|
5968
|
-
},
|
|
6221
|
+
}, Sn = {
|
|
5969
6222
|
table: {
|
|
5970
6223
|
tableContainer: {
|
|
5971
6224
|
borderRadius: "0.8rem",
|
|
@@ -6053,7 +6306,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6053
6306
|
textColor: e.semantic.color.text.neutral700
|
|
6054
6307
|
}
|
|
6055
6308
|
}
|
|
6056
|
-
},
|
|
6309
|
+
}, $n = {
|
|
6057
6310
|
bgColor: "transparent",
|
|
6058
6311
|
padding: "1rem 1.6rem",
|
|
6059
6312
|
gap: "3.2rem",
|
|
@@ -6076,7 +6329,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6076
6329
|
actionsBar: {
|
|
6077
6330
|
gap: "1.6rem"
|
|
6078
6331
|
}
|
|
6079
|
-
},
|
|
6332
|
+
}, Rn = {
|
|
6080
6333
|
variants: {
|
|
6081
6334
|
default: {
|
|
6082
6335
|
gap: "4rem",
|
|
@@ -6162,22 +6415,36 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6162
6415
|
}
|
|
6163
6416
|
}
|
|
6164
6417
|
}
|
|
6165
|
-
}, Y = "transparent",
|
|
6418
|
+
}, Y = "transparent", zn = {
|
|
6166
6419
|
layouts: {
|
|
6167
6420
|
block: {
|
|
6168
6421
|
sizes: {
|
|
6169
|
-
|
|
6422
|
+
medium: {
|
|
6170
6423
|
height: "2.6rem",
|
|
6171
6424
|
lineHeight: "1.9rem",
|
|
6172
6425
|
gap: "0.2rem",
|
|
6173
6426
|
padding: "0.4rem 0.6rem",
|
|
6174
6427
|
borderRadius: "0.4rem"
|
|
6428
|
+
},
|
|
6429
|
+
small: {
|
|
6430
|
+
height: "2.4rem",
|
|
6431
|
+
lineHeight: "1.9rem",
|
|
6432
|
+
gap: "0.2rem",
|
|
6433
|
+
padding: "0.4rem 0.6rem",
|
|
6434
|
+
borderRadius: "0.4rem"
|
|
6175
6435
|
}
|
|
6176
6436
|
}
|
|
6177
6437
|
},
|
|
6178
6438
|
inline: {
|
|
6179
6439
|
sizes: {
|
|
6180
|
-
|
|
6440
|
+
medium: {
|
|
6441
|
+
height: "unset",
|
|
6442
|
+
lineHeight: "inherit",
|
|
6443
|
+
gap: "0.2rem",
|
|
6444
|
+
padding: "0",
|
|
6445
|
+
borderRadius: "0"
|
|
6446
|
+
},
|
|
6447
|
+
small: {
|
|
6181
6448
|
height: "unset",
|
|
6182
6449
|
lineHeight: "inherit",
|
|
6183
6450
|
gap: "0.2rem",
|
|
@@ -6262,7 +6529,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6262
6529
|
}
|
|
6263
6530
|
}
|
|
6264
6531
|
}
|
|
6265
|
-
},
|
|
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 = {
|
|
6266
6533
|
width: "3.6rem",
|
|
6267
6534
|
height: "2.2rem",
|
|
6268
6535
|
padding: "0.1rem",
|
|
@@ -6271,12 +6538,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6271
6538
|
borderColor: e.semantic.color.border.neutral600,
|
|
6272
6539
|
bgColor: e.semantic.color.background.neutral300,
|
|
6273
6540
|
thumb: {
|
|
6274
|
-
icon: `url("${
|
|
6541
|
+
icon: `url("${Wn}")`,
|
|
6275
6542
|
iconAspectRatio: "1/1",
|
|
6276
6543
|
borderRadius: "0",
|
|
6277
6544
|
bgColor: "transparent"
|
|
6278
6545
|
}
|
|
6279
|
-
},
|
|
6546
|
+
}, Pn = {
|
|
6280
6547
|
width: "clamp(400px, 33vw, 640px)",
|
|
6281
6548
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
6282
6549
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
@@ -6288,7 +6555,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6288
6555
|
toaster: {
|
|
6289
6556
|
gap: "2rem"
|
|
6290
6557
|
}
|
|
6291
|
-
}, So = "transparent",
|
|
6558
|
+
}, So = "transparent", Fn = {
|
|
6292
6559
|
gap: "0.4rem",
|
|
6293
6560
|
height: "2.7rem",
|
|
6294
6561
|
lineHeight: "1.9rem",
|
|
@@ -6343,7 +6610,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6343
6610
|
minWidth: "2rem",
|
|
6344
6611
|
borderRadius: "99rem"
|
|
6345
6612
|
}
|
|
6346
|
-
},
|
|
6613
|
+
}, Ln = {
|
|
6347
6614
|
textColor: e.semantic.color.text.neutral800,
|
|
6348
6615
|
bgColor: e.semantic.color.background.neutral200,
|
|
6349
6616
|
shadow: `0 0 0.5px 1px ${e.semantic.color.border.neutral400}`,
|
|
@@ -6357,7 +6624,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6357
6624
|
height: "8px",
|
|
6358
6625
|
shadow: `${e.semantic.color.border.neutral400} 0px 1.5px`
|
|
6359
6626
|
}
|
|
6360
|
-
},
|
|
6627
|
+
}, Mn = {
|
|
6361
6628
|
levelOffset: "1.8rem",
|
|
6362
6629
|
item: {
|
|
6363
6630
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -6370,7 +6637,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6370
6637
|
iconColor: e.semantic.color.icon.neutral800,
|
|
6371
6638
|
gap: "0.4rem"
|
|
6372
6639
|
}
|
|
6373
|
-
},
|
|
6640
|
+
}, Hn = {
|
|
6374
6641
|
colors: {
|
|
6375
6642
|
primary: e.semantic.color.text.neutral800,
|
|
6376
6643
|
secondary: e.semantic.color.text.neutral700
|
|
@@ -6440,7 +6707,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6440
6707
|
semiBold: e.core.font.fontWeight.semiBold
|
|
6441
6708
|
}
|
|
6442
6709
|
}
|
|
6443
|
-
},
|
|
6710
|
+
}, Tn = {
|
|
6444
6711
|
gap: "1.6rem",
|
|
6445
6712
|
header: {
|
|
6446
6713
|
gap: "0.8rem"
|
|
@@ -6492,13 +6759,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6492
6759
|
borderColor: e.semantic.color.border.neutral300
|
|
6493
6760
|
}
|
|
6494
6761
|
}
|
|
6495
|
-
},
|
|
6762
|
+
}, In = {
|
|
6496
6763
|
bgColor: e.semantic.color.background.neutral100,
|
|
6497
6764
|
textColor: e.semantic.color.background.neutral700,
|
|
6498
6765
|
fontFamily: e.core.font.fontFamily.regular,
|
|
6499
6766
|
fontSize: e.core.font.fontSize.s14,
|
|
6500
6767
|
lineHeight: "1.4"
|
|
6501
|
-
},
|
|
6768
|
+
}, En = {
|
|
6502
6769
|
width: "0.5rem",
|
|
6503
6770
|
height: "0.5rem",
|
|
6504
6771
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -6507,69 +6774,72 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6507
6774
|
bgColor: e.semantic.color.background.neutral400,
|
|
6508
6775
|
borderRadius: "99rem"
|
|
6509
6776
|
}
|
|
6510
|
-
},
|
|
6777
|
+
}, Xn = {
|
|
6511
6778
|
name: "dark",
|
|
6512
6779
|
mode: "dark",
|
|
6513
6780
|
...e,
|
|
6514
6781
|
components: {
|
|
6515
|
-
actionIconButton:
|
|
6516
|
-
appBar:
|
|
6517
|
-
appSelectionMenu:
|
|
6518
|
-
autoComplete:
|
|
6519
|
-
badge:
|
|
6520
|
-
banner:
|
|
6521
|
-
boxSelectionGroup:
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
|
|
6527
|
-
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
|
|
6542
|
-
|
|
6543
|
-
|
|
6544
|
-
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
|
|
6550
|
-
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
|
|
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
|
|
6569
6839
|
},
|
|
6570
6840
|
globals: {
|
|
6571
|
-
body:
|
|
6572
|
-
scrollbar:
|
|
6841
|
+
body: In,
|
|
6842
|
+
scrollbar: En
|
|
6573
6843
|
}
|
|
6574
6844
|
}, mo = {
|
|
6575
6845
|
transparent: "#00000000",
|
|
@@ -6776,7 +7046,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6776
7046
|
color: mo.primary600
|
|
6777
7047
|
}
|
|
6778
7048
|
}
|
|
6779
|
-
},
|
|
7049
|
+
}, On = {
|
|
6780
7050
|
sizes: {
|
|
6781
7051
|
L: {
|
|
6782
7052
|
size: "3rem",
|
|
@@ -6829,7 +7099,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6829
7099
|
}
|
|
6830
7100
|
}
|
|
6831
7101
|
}
|
|
6832
|
-
},
|
|
7102
|
+
}, _n = {
|
|
6833
7103
|
height: "7rem",
|
|
6834
7104
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
6835
7105
|
separator: `1px solid ${o.semantic.color.border.secondary200}`,
|
|
@@ -6851,7 +7121,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6851
7121
|
accountNameColor: o.semantic.color.text.secondary950
|
|
6852
7122
|
}
|
|
6853
7123
|
}
|
|
6854
|
-
},
|
|
7124
|
+
}, An = {
|
|
6855
7125
|
trigger: {
|
|
6856
7126
|
borderRadius: "0.4rem",
|
|
6857
7127
|
height: "3.2rem",
|
|
@@ -6894,12 +7164,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6894
7164
|
color: o.semantic.color.text.neutral800
|
|
6895
7165
|
}
|
|
6896
7166
|
}
|
|
6897
|
-
},
|
|
7167
|
+
}, jn = {
|
|
6898
7168
|
dropdown: {
|
|
6899
7169
|
screenMarginHeight: "6px",
|
|
6900
7170
|
maxHeight: "50vh"
|
|
6901
7171
|
}
|
|
6902
|
-
}, Fr = "1px",
|
|
7172
|
+
}, Fr = "1px", Dn = {
|
|
6903
7173
|
padding: `${o.core.space.space025} ${o.core.space.space050}`,
|
|
6904
7174
|
gap: o.core.space.space025,
|
|
6905
7175
|
borderRadius: "2px",
|
|
@@ -6962,7 +7232,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6962
7232
|
iconColor: o.semantic.color.text.secondary800
|
|
6963
7233
|
}
|
|
6964
7234
|
}
|
|
6965
|
-
},
|
|
7235
|
+
}, Gn = {
|
|
6966
7236
|
sizes: {
|
|
6967
7237
|
S: {
|
|
6968
7238
|
gap: "0.8rem",
|
|
@@ -6980,7 +7250,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
6980
7250
|
split: {
|
|
6981
7251
|
minWidth: "0.8rem"
|
|
6982
7252
|
}
|
|
6983
|
-
},
|
|
7253
|
+
}, Nn = {
|
|
6984
7254
|
gap: o.core.space.space300,
|
|
6985
7255
|
item: {
|
|
6986
7256
|
borderRadius: "4px",
|
|
@@ -7035,7 +7305,32 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7035
7305
|
defaultItem: {
|
|
7036
7306
|
gap: "0.4rem"
|
|
7037
7307
|
}
|
|
7038
|
-
},
|
|
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 = {
|
|
7039
7334
|
gap: "0.2rem",
|
|
7040
7335
|
sizes: {
|
|
7041
7336
|
small: {
|
|
@@ -7190,7 +7485,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7190
7485
|
}
|
|
7191
7486
|
}
|
|
7192
7487
|
}
|
|
7193
|
-
},
|
|
7488
|
+
}, Un = {
|
|
7194
7489
|
borderRadius: "0.4rem",
|
|
7195
7490
|
border: `1px solid ${o.semantic.color.border.transparent}`,
|
|
7196
7491
|
fontSize: "1.4rem",
|
|
@@ -7233,13 +7528,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7233
7528
|
}
|
|
7234
7529
|
}
|
|
7235
7530
|
}
|
|
7236
|
-
},
|
|
7531
|
+
}, Zn = {
|
|
7237
7532
|
width: "100%",
|
|
7238
7533
|
height: "fit-content",
|
|
7239
7534
|
bgColor: o.semantic.color.background.neutral100,
|
|
7240
7535
|
shadow: o.core.shadow.shadow4,
|
|
7241
7536
|
borderRadius: "0.8rem"
|
|
7242
|
-
},
|
|
7537
|
+
}, Vn = {
|
|
7243
7538
|
width: "1.8rem",
|
|
7244
7539
|
height: "1.8rem",
|
|
7245
7540
|
padding: "0",
|
|
@@ -7303,7 +7598,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7303
7598
|
}
|
|
7304
7599
|
}
|
|
7305
7600
|
}
|
|
7306
|
-
},
|
|
7601
|
+
}, Jn = {
|
|
7307
7602
|
sizes: {
|
|
7308
7603
|
M: {
|
|
7309
7604
|
height: "2.8rem",
|
|
@@ -7360,7 +7655,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7360
7655
|
}
|
|
7361
7656
|
}
|
|
7362
7657
|
}
|
|
7363
|
-
},
|
|
7658
|
+
}, Kn = {
|
|
7364
7659
|
sizes: {
|
|
7365
7660
|
M: {
|
|
7366
7661
|
gap: "0.8rem 5px"
|
|
@@ -7378,13 +7673,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7378
7673
|
gap: "0.4rem",
|
|
7379
7674
|
padding: "1.2rem 1.6rem"
|
|
7380
7675
|
}
|
|
7381
|
-
},
|
|
7676
|
+
}, Qn = {
|
|
7382
7677
|
width: "2.7rem",
|
|
7383
7678
|
height: "2rem",
|
|
7384
7679
|
borderRadius: "5px",
|
|
7385
7680
|
borderWidth: "0.1px",
|
|
7386
7681
|
borderColor: o.semantic.color.border.secondary400
|
|
7387
|
-
},
|
|
7682
|
+
}, oc = {
|
|
7388
7683
|
fontSize: o.core.font.fontSize.s14,
|
|
7389
7684
|
fontWeight: o.core.font.fontWeight.normal,
|
|
7390
7685
|
fontFamily: o.core.font.fontFamily.regular,
|
|
@@ -7448,7 +7743,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7448
7743
|
weekNumCell: {
|
|
7449
7744
|
fontSize: "1rem"
|
|
7450
7745
|
}
|
|
7451
|
-
},
|
|
7746
|
+
}, rc = {
|
|
7452
7747
|
shadow: o.core.shadow.shadow500,
|
|
7453
7748
|
bgColor: o.semantic.color.background.neutral0,
|
|
7454
7749
|
sidePadding: "3.2rem",
|
|
@@ -7474,7 +7769,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7474
7769
|
overlay: {
|
|
7475
7770
|
bgColor: V(o.semantic.color.background.secondary0, 0.8)
|
|
7476
7771
|
}
|
|
7477
|
-
},
|
|
7772
|
+
}, ec = {
|
|
7478
7773
|
chipList: {
|
|
7479
7774
|
padding: "0.8rem 1.6rem",
|
|
7480
7775
|
border: `1px solid ${o.semantic.color.border.secondary300}`
|
|
@@ -7507,7 +7802,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7507
7802
|
padding: "0.8rem 1.6rem"
|
|
7508
7803
|
}
|
|
7509
7804
|
}
|
|
7510
|
-
},
|
|
7805
|
+
}, tc = {
|
|
7511
7806
|
columnGap: "1.6rem",
|
|
7512
7807
|
group: {
|
|
7513
7808
|
rowGap: "1rem"
|
|
@@ -7521,7 +7816,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7521
7816
|
textColor: o.semantic.color.text.danger400
|
|
7522
7817
|
}
|
|
7523
7818
|
}
|
|
7524
|
-
},
|
|
7819
|
+
}, ac = {
|
|
7525
7820
|
sizes: {
|
|
7526
7821
|
XXL: {
|
|
7527
7822
|
width: "3.2rem",
|
|
@@ -7567,7 +7862,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7567
7862
|
}
|
|
7568
7863
|
},
|
|
7569
7864
|
borderRadius: "0.4rem"
|
|
7570
|
-
},
|
|
7865
|
+
}, nc = {
|
|
7571
7866
|
padding: "0 0.8rem 0 1rem",
|
|
7572
7867
|
height: "3.6rem",
|
|
7573
7868
|
gap: "0.5rem",
|
|
@@ -7661,7 +7956,34 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7661
7956
|
textColor: o.semantic.color.text.secondary600
|
|
7662
7957
|
}
|
|
7663
7958
|
}
|
|
7664
|
-
},
|
|
7959
|
+
}, cc = {
|
|
7960
|
+
container: {
|
|
7961
|
+
borderRadius: "0.8rem",
|
|
7962
|
+
backgroundColor: o.semantic.color.background.secondary0,
|
|
7963
|
+
boxShadow: `0px 0px 0px 1px ${o.semantic.color.border.secondary300}`
|
|
7964
|
+
},
|
|
7965
|
+
headerRow: {
|
|
7966
|
+
minHeight: "5.6rem",
|
|
7967
|
+
bgColor: o.semantic.color.background.secondary0,
|
|
7968
|
+
separator: {
|
|
7969
|
+
color: o.semantic.color.border.secondary300,
|
|
7970
|
+
width: "1px"
|
|
7971
|
+
}
|
|
7972
|
+
},
|
|
7973
|
+
headerCell: {
|
|
7974
|
+
padding: "1rem 1.2rem",
|
|
7975
|
+
color: o.semantic.color.text.secondary950,
|
|
7976
|
+
separator: {
|
|
7977
|
+
color: o.semantic.color.border.secondary300,
|
|
7978
|
+
width: "1px",
|
|
7979
|
+
blockPadding: "1rem"
|
|
7980
|
+
}
|
|
7981
|
+
},
|
|
7982
|
+
bodyCell: {
|
|
7983
|
+
padding: "0.4rem 1.2rem",
|
|
7984
|
+
color: o.semantic.color.text.secondary900
|
|
7985
|
+
}
|
|
7986
|
+
}, ic = {
|
|
7665
7987
|
gap: "0.5rem",
|
|
7666
7988
|
margin: "0 0 0.2rem 0",
|
|
7667
7989
|
minHeight: "20px",
|
|
@@ -7682,7 +8004,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7682
8004
|
required: {
|
|
7683
8005
|
textColor: o.semantic.color.text.danger500
|
|
7684
8006
|
}
|
|
7685
|
-
},
|
|
8007
|
+
}, lc = {
|
|
7686
8008
|
flexGroup: {
|
|
7687
8009
|
gap: {
|
|
7688
8010
|
XXS: o.core.space.space025,
|
|
@@ -7718,7 +8040,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7718
8040
|
XXL: o.core.space.space300
|
|
7719
8041
|
}
|
|
7720
8042
|
}
|
|
7721
|
-
},
|
|
8043
|
+
}, sc = {
|
|
7722
8044
|
variants: {
|
|
7723
8045
|
block: {
|
|
7724
8046
|
sizes: {
|
|
@@ -7787,7 +8109,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7787
8109
|
}
|
|
7788
8110
|
}
|
|
7789
8111
|
}
|
|
7790
|
-
},
|
|
8112
|
+
}, dc = {
|
|
7791
8113
|
size: "5rem",
|
|
7792
8114
|
gap: "0.5rem",
|
|
7793
8115
|
variants: {
|
|
@@ -7807,7 +8129,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7807
8129
|
textColor: o.semantic.color.icon.secondary0
|
|
7808
8130
|
}
|
|
7809
8131
|
}
|
|
7810
|
-
},
|
|
8132
|
+
}, mc = {
|
|
7811
8133
|
dropDown: {
|
|
7812
8134
|
minWidth: "16rem",
|
|
7813
8135
|
maxWidth: "40rem",
|
|
@@ -7883,7 +8205,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7883
8205
|
}
|
|
7884
8206
|
}
|
|
7885
8207
|
}
|
|
7886
|
-
},
|
|
8208
|
+
}, bc = {
|
|
7887
8209
|
header: {
|
|
7888
8210
|
height: "6.2rem",
|
|
7889
8211
|
paddingInline: "1.6rem",
|
|
@@ -7895,7 +8217,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7895
8217
|
gap: "0.8rem"
|
|
7896
8218
|
}
|
|
7897
8219
|
}
|
|
7898
|
-
},
|
|
8220
|
+
}, gc = {
|
|
7899
8221
|
blockScreenMargin: "20px",
|
|
7900
8222
|
inlineScreenMargin: "20px",
|
|
7901
8223
|
inlinePadding: "4rem",
|
|
@@ -7925,9 +8247,9 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7925
8247
|
overlay: {
|
|
7926
8248
|
bgColor: V(o.semantic.color.background.secondary0, 0.8)
|
|
7927
8249
|
}
|
|
7928
|
-
},
|
|
8250
|
+
}, uc = {
|
|
7929
8251
|
iconColor: o.semantic.color.icon.secondary600
|
|
7930
|
-
},
|
|
8252
|
+
}, pc = {
|
|
7931
8253
|
bgColor: o.semantic.color.background.neutral100,
|
|
7932
8254
|
shadow: o.core.shadow.shadow400,
|
|
7933
8255
|
borderRadius: "0.8rem",
|
|
@@ -7940,7 +8262,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7940
8262
|
height: "8px",
|
|
7941
8263
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
7942
8264
|
}
|
|
7943
|
-
},
|
|
8265
|
+
}, Cc = {
|
|
7944
8266
|
closeButton: {
|
|
7945
8267
|
iconColor: o.semantic.color.icon.neutral700
|
|
7946
8268
|
},
|
|
@@ -7959,7 +8281,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7959
8281
|
margin: "0 0 1.2rem 0",
|
|
7960
8282
|
padding: "1.6rem"
|
|
7961
8283
|
}
|
|
7962
|
-
},
|
|
8284
|
+
}, xc = {
|
|
7963
8285
|
textColor: o.semantic.color.text.secondary950,
|
|
7964
8286
|
border: "solid 1px transparent",
|
|
7965
8287
|
colorGroups: [{
|
|
@@ -7989,7 +8311,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
7989
8311
|
L: "4.4rem"
|
|
7990
8312
|
},
|
|
7991
8313
|
fontWeight: o.core.font.fontWeight.bold
|
|
7992
|
-
},
|
|
8314
|
+
}, hc = {
|
|
7993
8315
|
borderRadius: "1px",
|
|
7994
8316
|
textPosition: {
|
|
7995
8317
|
left: {
|
|
@@ -8043,7 +8365,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8043
8365
|
text: {
|
|
8044
8366
|
color: o.semantic.color.text.secondary950
|
|
8045
8367
|
}
|
|
8046
|
-
},
|
|
8368
|
+
}, fc = {
|
|
8047
8369
|
size: "1.8rem",
|
|
8048
8370
|
iconSize: "0.6rem",
|
|
8049
8371
|
padding: "0",
|
|
@@ -8091,7 +8413,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8091
8413
|
}
|
|
8092
8414
|
}
|
|
8093
8415
|
}
|
|
8094
|
-
},
|
|
8416
|
+
}, yc = {
|
|
8095
8417
|
bgColor: o.semantic.color.background.secondary0,
|
|
8096
8418
|
shadow: `0px 0px 0px 1px ${o.semantic.color.border.secondary300}`,
|
|
8097
8419
|
borderRadius: "0.8rem",
|
|
@@ -8113,7 +8435,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8113
8435
|
gap: "0.8rem"
|
|
8114
8436
|
}
|
|
8115
8437
|
}
|
|
8116
|
-
},
|
|
8438
|
+
}, kc = {
|
|
8117
8439
|
width: "100%",
|
|
8118
8440
|
height: "fit-content",
|
|
8119
8441
|
bgColor: o.semantic.color.background.secondary0,
|
|
@@ -8162,7 +8484,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8162
8484
|
width: "1px",
|
|
8163
8485
|
color: o.semantic.color.border.secondary200
|
|
8164
8486
|
}
|
|
8165
|
-
},
|
|
8487
|
+
}, vc = {
|
|
8166
8488
|
padding: "0 1rem",
|
|
8167
8489
|
height: "3.6rem",
|
|
8168
8490
|
gap: "0.6rem",
|
|
@@ -8262,7 +8584,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8262
8584
|
}
|
|
8263
8585
|
}
|
|
8264
8586
|
}
|
|
8265
|
-
},
|
|
8587
|
+
}, wc = {
|
|
8266
8588
|
sizes: {
|
|
8267
8589
|
S: {
|
|
8268
8590
|
borderRadius: "99rem",
|
|
@@ -8509,7 +8831,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8509
8831
|
}
|
|
8510
8832
|
}
|
|
8511
8833
|
}
|
|
8512
|
-
},
|
|
8834
|
+
}, Sc = {
|
|
8513
8835
|
sizes: {
|
|
8514
8836
|
M: {
|
|
8515
8837
|
borderRadius: o.core.space.space100,
|
|
@@ -8549,7 +8871,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8549
8871
|
borderColor: o.semantic.color.border.attention300
|
|
8550
8872
|
}
|
|
8551
8873
|
}
|
|
8552
|
-
},
|
|
8874
|
+
}, $c = {
|
|
8553
8875
|
variants: {
|
|
8554
8876
|
informative: {
|
|
8555
8877
|
iconColor: o.semantic.color.icon.informative600
|
|
@@ -8567,7 +8889,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8567
8889
|
iconColor: o.semantic.color.icon.success600
|
|
8568
8890
|
}
|
|
8569
8891
|
}
|
|
8570
|
-
},
|
|
8892
|
+
}, Rc = {
|
|
8571
8893
|
collapsed: {
|
|
8572
8894
|
bgColor: o.semantic.color.background.secondary50,
|
|
8573
8895
|
shadow: "none",
|
|
@@ -8674,7 +8996,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8674
8996
|
}
|
|
8675
8997
|
}
|
|
8676
8998
|
}
|
|
8677
|
-
},
|
|
8999
|
+
}, zc = {
|
|
8678
9000
|
card: {
|
|
8679
9001
|
gap: "2.4rem",
|
|
8680
9002
|
bgColor: o.semantic.color.background.neutral100,
|
|
@@ -8701,7 +9023,72 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8701
9023
|
grid: {
|
|
8702
9024
|
gap: "1.6rem"
|
|
8703
9025
|
}
|
|
8704
|
-
},
|
|
9026
|
+
}, Wc = {
|
|
9027
|
+
gap: o.core.space.space150,
|
|
9028
|
+
controlsHeight: "2rem",
|
|
9029
|
+
track: {
|
|
9030
|
+
height: "0.4rem",
|
|
9031
|
+
states: {
|
|
9032
|
+
normal: {
|
|
9033
|
+
bgColor: o.semantic.color.background.secondary300
|
|
9034
|
+
},
|
|
9035
|
+
disabled: {
|
|
9036
|
+
bgColor: o.semantic.color.background.secondary300
|
|
9037
|
+
}
|
|
9038
|
+
}
|
|
9039
|
+
},
|
|
9040
|
+
range: {
|
|
9041
|
+
states: {
|
|
9042
|
+
normal: {
|
|
9043
|
+
bgColor: o.semantic.color.background.primary400
|
|
9044
|
+
},
|
|
9045
|
+
disabled: {
|
|
9046
|
+
bgColor: o.semantic.color.background.neutral500
|
|
9047
|
+
}
|
|
9048
|
+
}
|
|
9049
|
+
},
|
|
9050
|
+
thumb: {
|
|
9051
|
+
width: "2.4rem",
|
|
9052
|
+
height: "2.4rem",
|
|
9053
|
+
borderWidth: "0.8rem",
|
|
9054
|
+
borderRadius: "50%",
|
|
9055
|
+
states: {
|
|
9056
|
+
normal: {
|
|
9057
|
+
bgColor: o.semantic.color.background.secondary0,
|
|
9058
|
+
borderColor: o.semantic.color.background.primary400
|
|
9059
|
+
},
|
|
9060
|
+
disabled: {
|
|
9061
|
+
bgColor: o.semantic.color.background.secondary0,
|
|
9062
|
+
borderColor: o.semantic.color.background.neutral500
|
|
9063
|
+
}
|
|
9064
|
+
}
|
|
9065
|
+
},
|
|
9066
|
+
mark: {
|
|
9067
|
+
width: "0.4rem",
|
|
9068
|
+
height: "0.4rem",
|
|
9069
|
+
rangeStates: {
|
|
9070
|
+
inRange: {
|
|
9071
|
+
normal: {
|
|
9072
|
+
bgColor: o.semantic.color.background.primary100
|
|
9073
|
+
},
|
|
9074
|
+
disabled: {
|
|
9075
|
+
bgColor: o.semantic.color.background.secondary500
|
|
9076
|
+
}
|
|
9077
|
+
},
|
|
9078
|
+
outOfRange: {
|
|
9079
|
+
normal: {
|
|
9080
|
+
bgColor: o.semantic.color.background.secondary500
|
|
9081
|
+
},
|
|
9082
|
+
disabled: {
|
|
9083
|
+
bgColor: o.semantic.color.background.secondary500
|
|
9084
|
+
}
|
|
9085
|
+
}
|
|
9086
|
+
}
|
|
9087
|
+
},
|
|
9088
|
+
label: {
|
|
9089
|
+
offset: o.core.space.space200
|
|
9090
|
+
}
|
|
9091
|
+
}, Bc = {
|
|
8705
9092
|
gap: "2.4rem",
|
|
8706
9093
|
step: {
|
|
8707
9094
|
gap: "0.8rem",
|
|
@@ -8748,7 +9135,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8748
9135
|
}
|
|
8749
9136
|
}
|
|
8750
9137
|
}
|
|
8751
|
-
},
|
|
9138
|
+
}, Pc = {
|
|
8752
9139
|
width: "3.2rem",
|
|
8753
9140
|
height: "1.8rem",
|
|
8754
9141
|
padding: "0.2rem",
|
|
@@ -8800,7 +9187,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8800
9187
|
}
|
|
8801
9188
|
}
|
|
8802
9189
|
}
|
|
8803
|
-
},
|
|
9190
|
+
}, Fc = {
|
|
8804
9191
|
table: {
|
|
8805
9192
|
tableContainer: {
|
|
8806
9193
|
borderRadius: "0.8rem",
|
|
@@ -8888,7 +9275,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8888
9275
|
textColor: o.semantic.color.text.secondary950
|
|
8889
9276
|
}
|
|
8890
9277
|
}
|
|
8891
|
-
},
|
|
9278
|
+
}, Lc = {
|
|
8892
9279
|
bgColor: "transparent",
|
|
8893
9280
|
padding: "1rem 1.6rem",
|
|
8894
9281
|
gap: "3.2rem",
|
|
@@ -8911,7 +9298,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8911
9298
|
actionsBar: {
|
|
8912
9299
|
gap: "1.6rem"
|
|
8913
9300
|
}
|
|
8914
|
-
},
|
|
9301
|
+
}, Mc = {
|
|
8915
9302
|
variants: {
|
|
8916
9303
|
default: {
|
|
8917
9304
|
gap: "4rem",
|
|
@@ -8994,22 +9381,36 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
8994
9381
|
}
|
|
8995
9382
|
}
|
|
8996
9383
|
}
|
|
8997
|
-
}, X = "transparent",
|
|
9384
|
+
}, X = "transparent", Hc = {
|
|
8998
9385
|
layouts: {
|
|
8999
9386
|
block: {
|
|
9000
9387
|
sizes: {
|
|
9001
|
-
|
|
9388
|
+
medium: {
|
|
9002
9389
|
height: "2.6rem",
|
|
9003
9390
|
lineHeight: "1.9rem",
|
|
9004
9391
|
gap: "0.2rem",
|
|
9005
9392
|
padding: "0.4rem 0.6rem",
|
|
9006
9393
|
borderRadius: "0.4rem"
|
|
9394
|
+
},
|
|
9395
|
+
small: {
|
|
9396
|
+
height: "2.4rem",
|
|
9397
|
+
lineHeight: "1.9rem",
|
|
9398
|
+
gap: "0.2rem",
|
|
9399
|
+
padding: "0.4rem 0.6rem",
|
|
9400
|
+
borderRadius: "0.4rem"
|
|
9007
9401
|
}
|
|
9008
9402
|
}
|
|
9009
9403
|
},
|
|
9010
9404
|
inline: {
|
|
9011
9405
|
sizes: {
|
|
9012
|
-
|
|
9406
|
+
medium: {
|
|
9407
|
+
height: "unset",
|
|
9408
|
+
lineHeight: "inherit",
|
|
9409
|
+
gap: "0.2rem",
|
|
9410
|
+
padding: "0",
|
|
9411
|
+
borderRadius: "0"
|
|
9412
|
+
},
|
|
9413
|
+
small: {
|
|
9013
9414
|
height: "unset",
|
|
9014
9415
|
lineHeight: "inherit",
|
|
9015
9416
|
gap: "0.2rem",
|
|
@@ -9101,7 +9502,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9101
9502
|
}
|
|
9102
9503
|
}
|
|
9103
9504
|
}
|
|
9104
|
-
},
|
|
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 = {
|
|
9105
9506
|
width: "3.6rem",
|
|
9106
9507
|
height: "2.2rem",
|
|
9107
9508
|
padding: "0.1rem",
|
|
@@ -9110,12 +9511,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9110
9511
|
borderColor: o.semantic.color.border.transparent,
|
|
9111
9512
|
bgColor: o.semantic.color.background.secondary200,
|
|
9112
9513
|
thumb: {
|
|
9113
|
-
icon: `url("${
|
|
9514
|
+
icon: `url("${Tc}")`,
|
|
9114
9515
|
iconAspectRatio: "1/1",
|
|
9115
9516
|
borderRadius: "0",
|
|
9116
9517
|
bgColor: "transparent"
|
|
9117
9518
|
}
|
|
9118
|
-
},
|
|
9519
|
+
}, Ec = {
|
|
9119
9520
|
width: "clamp(400px, 33vw, 640px)",
|
|
9120
9521
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
9121
9522
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
@@ -9127,7 +9528,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9127
9528
|
toaster: {
|
|
9128
9529
|
gap: "2rem"
|
|
9129
9530
|
}
|
|
9130
|
-
}, $o = "transparent",
|
|
9531
|
+
}, $o = "transparent", Xc = {
|
|
9131
9532
|
gap: "0.4rem",
|
|
9132
9533
|
height: "3rem",
|
|
9133
9534
|
lineHeight: "1.9rem",
|
|
@@ -9180,7 +9581,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9180
9581
|
minWidth: "2rem",
|
|
9181
9582
|
borderRadius: "99rem"
|
|
9182
9583
|
}
|
|
9183
|
-
},
|
|
9584
|
+
}, Oc = {
|
|
9184
9585
|
textColor: o.semantic.color.text.secondary950,
|
|
9185
9586
|
bgColor: o.semantic.color.background.secondary0,
|
|
9186
9587
|
shadow: o.core.shadow.shadow400,
|
|
@@ -9194,7 +9595,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9194
9595
|
height: "8px",
|
|
9195
9596
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
9196
9597
|
}
|
|
9197
|
-
},
|
|
9598
|
+
}, _c = {
|
|
9198
9599
|
levelOffset: "1.8rem",
|
|
9199
9600
|
item: {
|
|
9200
9601
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -9207,10 +9608,10 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9207
9608
|
iconColor: o.semantic.color.icon.neutral800,
|
|
9208
9609
|
gap: "0.4rem"
|
|
9209
9610
|
}
|
|
9210
|
-
},
|
|
9611
|
+
}, Ac = {
|
|
9211
9612
|
colors: {
|
|
9212
|
-
primary: o.semantic.color.text.
|
|
9213
|
-
secondary: o.semantic.color.text.
|
|
9613
|
+
primary: o.semantic.color.text.secondary950,
|
|
9614
|
+
secondary: o.semantic.color.text.secondary700
|
|
9214
9615
|
},
|
|
9215
9616
|
heading: {
|
|
9216
9617
|
fontFamily: o.core.font.fontFamily.regular,
|
|
@@ -9277,7 +9678,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9277
9678
|
semiBold: o.core.font.fontWeight.semiBold
|
|
9278
9679
|
}
|
|
9279
9680
|
}
|
|
9280
|
-
},
|
|
9681
|
+
}, jc = {
|
|
9281
9682
|
gap: "1.6rem",
|
|
9282
9683
|
header: {
|
|
9283
9684
|
gap: "0.8rem"
|
|
@@ -9329,13 +9730,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9329
9730
|
borderColor: o.semantic.color.border.neutral300
|
|
9330
9731
|
}
|
|
9331
9732
|
}
|
|
9332
|
-
},
|
|
9733
|
+
}, Dc = {
|
|
9333
9734
|
bgColor: o.semantic.color.background.secondary0,
|
|
9334
9735
|
textColor: o.semantic.color.background.secondary990,
|
|
9335
9736
|
fontFamily: o.core.font.fontFamily.regular,
|
|
9336
9737
|
fontSize: o.core.font.fontSize.s14,
|
|
9337
9738
|
lineHeight: "1.4"
|
|
9338
|
-
},
|
|
9739
|
+
}, Gc = {
|
|
9339
9740
|
width: "0.5rem",
|
|
9340
9741
|
height: "0.5rem",
|
|
9341
9742
|
bgColor: o.semantic.color.background.secondary100,
|
|
@@ -9344,69 +9745,72 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9344
9745
|
bgColor: o.semantic.color.background.secondary600,
|
|
9345
9746
|
borderRadius: "99rem"
|
|
9346
9747
|
}
|
|
9347
|
-
},
|
|
9748
|
+
}, Nc = {
|
|
9348
9749
|
name: "light-2",
|
|
9349
9750
|
mode: "light",
|
|
9350
9751
|
...o,
|
|
9351
9752
|
components: {
|
|
9352
|
-
actionIconButton:
|
|
9353
|
-
appBar:
|
|
9354
|
-
appSelectionMenu:
|
|
9355
|
-
autoComplete:
|
|
9356
|
-
badge:
|
|
9357
|
-
banner:
|
|
9358
|
-
boxSelectionGroup:
|
|
9359
|
-
|
|
9360
|
-
|
|
9361
|
-
|
|
9362
|
-
|
|
9363
|
-
|
|
9364
|
-
|
|
9365
|
-
|
|
9366
|
-
|
|
9367
|
-
|
|
9368
|
-
|
|
9369
|
-
|
|
9370
|
-
|
|
9371
|
-
|
|
9372
|
-
|
|
9373
|
-
|
|
9374
|
-
|
|
9375
|
-
|
|
9376
|
-
|
|
9377
|
-
|
|
9378
|
-
|
|
9379
|
-
|
|
9380
|
-
|
|
9381
|
-
|
|
9382
|
-
|
|
9383
|
-
|
|
9384
|
-
|
|
9385
|
-
|
|
9386
|
-
|
|
9387
|
-
|
|
9388
|
-
|
|
9389
|
-
|
|
9390
|
-
|
|
9391
|
-
|
|
9392
|
-
|
|
9393
|
-
|
|
9394
|
-
|
|
9395
|
-
|
|
9396
|
-
|
|
9397
|
-
|
|
9398
|
-
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
|
|
9402
|
-
|
|
9403
|
-
|
|
9404
|
-
|
|
9405
|
-
|
|
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
|
|
9406
9810
|
},
|
|
9407
9811
|
globals: {
|
|
9408
|
-
body:
|
|
9409
|
-
scrollbar:
|
|
9812
|
+
body: Dc,
|
|
9813
|
+
scrollbar: Gc
|
|
9410
9814
|
}
|
|
9411
9815
|
}, bo = {
|
|
9412
9816
|
transparent: "#00000000",
|
|
@@ -9613,7 +10017,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9613
10017
|
color: bo.primary200
|
|
9614
10018
|
}
|
|
9615
10019
|
}
|
|
9616
|
-
},
|
|
10020
|
+
}, qc = {
|
|
9617
10021
|
sizes: {
|
|
9618
10022
|
L: {
|
|
9619
10023
|
size: "3rem",
|
|
@@ -9666,7 +10070,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9666
10070
|
}
|
|
9667
10071
|
}
|
|
9668
10072
|
}
|
|
9669
|
-
},
|
|
10073
|
+
}, Yc = {
|
|
9670
10074
|
height: "7rem",
|
|
9671
10075
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
9672
10076
|
separator: `1px solid ${r.semantic.color.border.secondary800}`,
|
|
@@ -9688,7 +10092,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9688
10092
|
accountNameColor: r.semantic.color.text.secondary950
|
|
9689
10093
|
}
|
|
9690
10094
|
}
|
|
9691
|
-
},
|
|
10095
|
+
}, Uc = {
|
|
9692
10096
|
trigger: {
|
|
9693
10097
|
borderRadius: "0.4rem",
|
|
9694
10098
|
height: "3.2rem",
|
|
@@ -9731,17 +10135,17 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9731
10135
|
color: r.semantic.color.text.neutral800
|
|
9732
10136
|
}
|
|
9733
10137
|
}
|
|
9734
|
-
},
|
|
10138
|
+
}, Zc = {
|
|
9735
10139
|
dropdown: {
|
|
9736
10140
|
screenMarginHeight: "6px",
|
|
9737
10141
|
maxHeight: "50vh"
|
|
9738
10142
|
}
|
|
9739
|
-
},
|
|
10143
|
+
}, Lr = "1px", Vc = {
|
|
9740
10144
|
padding: `${r.core.space.space025} ${r.core.space.space050}`,
|
|
9741
10145
|
gap: r.core.space.space025,
|
|
9742
10146
|
borderRadius: "2px",
|
|
9743
|
-
height: `calc(${r.core.space.space200} + ${
|
|
9744
|
-
borderWidth:
|
|
10147
|
+
height: `calc(${r.core.space.space200} + ${Lr} * 2)`,
|
|
10148
|
+
borderWidth: Lr,
|
|
9745
10149
|
borderStyle: "solid",
|
|
9746
10150
|
variants: {
|
|
9747
10151
|
white: {
|
|
@@ -9799,7 +10203,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9799
10203
|
iconColor: r.semantic.color.text.secondary700
|
|
9800
10204
|
}
|
|
9801
10205
|
}
|
|
9802
|
-
},
|
|
10206
|
+
}, Jc = {
|
|
9803
10207
|
sizes: {
|
|
9804
10208
|
S: {
|
|
9805
10209
|
gap: "0.8rem",
|
|
@@ -9817,7 +10221,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9817
10221
|
split: {
|
|
9818
10222
|
minWidth: "0.8rem"
|
|
9819
10223
|
}
|
|
9820
|
-
},
|
|
10224
|
+
}, Kc = {
|
|
9821
10225
|
gap: r.core.space.space300,
|
|
9822
10226
|
item: {
|
|
9823
10227
|
borderRadius: "4px",
|
|
@@ -9872,7 +10276,32 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
9872
10276
|
defaultItem: {
|
|
9873
10277
|
gap: "0.4rem"
|
|
9874
10278
|
}
|
|
9875
|
-
},
|
|
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 = {
|
|
9876
10305
|
gap: "0.2rem",
|
|
9877
10306
|
sizes: {
|
|
9878
10307
|
small: {
|
|
@@ -10027,7 +10456,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10027
10456
|
}
|
|
10028
10457
|
}
|
|
10029
10458
|
}
|
|
10030
|
-
},
|
|
10459
|
+
}, r0 = {
|
|
10031
10460
|
borderRadius: "0.4rem",
|
|
10032
10461
|
border: `1px solid ${r.semantic.color.border.transparent}`,
|
|
10033
10462
|
fontSize: "1.4rem",
|
|
@@ -10070,13 +10499,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10070
10499
|
}
|
|
10071
10500
|
}
|
|
10072
10501
|
}
|
|
10073
|
-
},
|
|
10502
|
+
}, e0 = {
|
|
10074
10503
|
width: "100%",
|
|
10075
10504
|
height: "fit-content",
|
|
10076
10505
|
bgColor: r.semantic.color.background.secondary900,
|
|
10077
10506
|
shadow: r.core.shadow.shadow4,
|
|
10078
10507
|
borderRadius: "0.8rem"
|
|
10079
|
-
},
|
|
10508
|
+
}, t0 = {
|
|
10080
10509
|
width: "1.8rem",
|
|
10081
10510
|
height: "1.8rem",
|
|
10082
10511
|
padding: "0",
|
|
@@ -10140,7 +10569,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10140
10569
|
}
|
|
10141
10570
|
}
|
|
10142
10571
|
}
|
|
10143
|
-
},
|
|
10572
|
+
}, a0 = {
|
|
10144
10573
|
sizes: {
|
|
10145
10574
|
M: {
|
|
10146
10575
|
height: "2.8rem",
|
|
@@ -10197,7 +10626,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10197
10626
|
}
|
|
10198
10627
|
}
|
|
10199
10628
|
}
|
|
10200
|
-
},
|
|
10629
|
+
}, n0 = {
|
|
10201
10630
|
sizes: {
|
|
10202
10631
|
M: {
|
|
10203
10632
|
gap: "0.8rem 5px"
|
|
@@ -10215,13 +10644,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10215
10644
|
gap: "0.4rem",
|
|
10216
10645
|
padding: "1.2rem 1.6rem"
|
|
10217
10646
|
}
|
|
10218
|
-
},
|
|
10647
|
+
}, c0 = {
|
|
10219
10648
|
width: "2.7rem",
|
|
10220
10649
|
height: "2rem",
|
|
10221
10650
|
borderRadius: "5px",
|
|
10222
10651
|
borderWidth: "0.1px",
|
|
10223
10652
|
borderColor: r.semantic.color.border.secondary700
|
|
10224
|
-
},
|
|
10653
|
+
}, i0 = {
|
|
10225
10654
|
fontSize: r.core.font.fontSize.s14,
|
|
10226
10655
|
fontWeight: r.core.font.fontWeight.normal,
|
|
10227
10656
|
fontFamily: r.core.font.fontFamily.regular,
|
|
@@ -10285,7 +10714,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10285
10714
|
weekNumCell: {
|
|
10286
10715
|
fontSize: "1rem"
|
|
10287
10716
|
}
|
|
10288
|
-
},
|
|
10717
|
+
}, l0 = {
|
|
10289
10718
|
shadow: r.core.shadow.shadow500,
|
|
10290
10719
|
bgColor: r.semantic.color.background.secondary900,
|
|
10291
10720
|
sidePadding: "3.2rem",
|
|
@@ -10311,7 +10740,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10311
10740
|
overlay: {
|
|
10312
10741
|
bgColor: V(r.semantic.color.background.secondary990, 0.8)
|
|
10313
10742
|
}
|
|
10314
|
-
},
|
|
10743
|
+
}, s0 = {
|
|
10315
10744
|
chipList: {
|
|
10316
10745
|
padding: "0.8rem 1.6rem",
|
|
10317
10746
|
border: `1px solid ${r.semantic.color.border.secondary800}`
|
|
@@ -10344,7 +10773,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10344
10773
|
padding: "0.8rem 1.6rem"
|
|
10345
10774
|
}
|
|
10346
10775
|
}
|
|
10347
|
-
},
|
|
10776
|
+
}, d0 = {
|
|
10348
10777
|
columnGap: "1.6rem",
|
|
10349
10778
|
group: {
|
|
10350
10779
|
rowGap: "1rem"
|
|
@@ -10358,7 +10787,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10358
10787
|
textColor: r.semantic.color.text.danger400
|
|
10359
10788
|
}
|
|
10360
10789
|
}
|
|
10361
|
-
},
|
|
10790
|
+
}, m0 = {
|
|
10362
10791
|
sizes: {
|
|
10363
10792
|
XXL: {
|
|
10364
10793
|
width: "3.2rem",
|
|
@@ -10404,7 +10833,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10404
10833
|
}
|
|
10405
10834
|
},
|
|
10406
10835
|
borderRadius: "0.4rem"
|
|
10407
|
-
},
|
|
10836
|
+
}, b0 = {
|
|
10408
10837
|
padding: "0 0.8rem 0 1rem",
|
|
10409
10838
|
height: "3.6rem",
|
|
10410
10839
|
gap: "0.5rem",
|
|
@@ -10498,7 +10927,34 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10498
10927
|
textColor: r.semantic.color.text.secondary500
|
|
10499
10928
|
}
|
|
10500
10929
|
}
|
|
10501
|
-
},
|
|
10930
|
+
}, g0 = {
|
|
10931
|
+
container: {
|
|
10932
|
+
borderRadius: "0.8rem",
|
|
10933
|
+
backgroundColor: r.semantic.color.background.secondary950,
|
|
10934
|
+
boxShadow: `0px 0px 0px 1px ${r.semantic.color.border.secondary800}`
|
|
10935
|
+
},
|
|
10936
|
+
headerRow: {
|
|
10937
|
+
minHeight: "5.6rem",
|
|
10938
|
+
bgColor: r.semantic.color.background.secondary950,
|
|
10939
|
+
separator: {
|
|
10940
|
+
color: r.semantic.color.border.secondary800,
|
|
10941
|
+
width: "1px"
|
|
10942
|
+
}
|
|
10943
|
+
},
|
|
10944
|
+
headerCell: {
|
|
10945
|
+
padding: "1rem 1.2rem",
|
|
10946
|
+
color: r.semantic.color.text.secondary200,
|
|
10947
|
+
separator: {
|
|
10948
|
+
color: r.semantic.color.border.secondary800,
|
|
10949
|
+
width: "1px",
|
|
10950
|
+
blockPadding: "1rem"
|
|
10951
|
+
}
|
|
10952
|
+
},
|
|
10953
|
+
bodyCell: {
|
|
10954
|
+
padding: "0.4rem 1.2rem",
|
|
10955
|
+
color: r.semantic.color.text.secondary300
|
|
10956
|
+
}
|
|
10957
|
+
}, u0 = {
|
|
10502
10958
|
gap: "0.5rem",
|
|
10503
10959
|
margin: "0 0 0.2rem 0",
|
|
10504
10960
|
minHeight: "20px",
|
|
@@ -10519,7 +10975,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10519
10975
|
required: {
|
|
10520
10976
|
textColor: r.semantic.color.text.danger500
|
|
10521
10977
|
}
|
|
10522
|
-
},
|
|
10978
|
+
}, p0 = {
|
|
10523
10979
|
flexGroup: {
|
|
10524
10980
|
gap: {
|
|
10525
10981
|
XXS: r.core.space.space025,
|
|
@@ -10555,7 +11011,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10555
11011
|
XXL: r.core.space.space300
|
|
10556
11012
|
}
|
|
10557
11013
|
}
|
|
10558
|
-
},
|
|
11014
|
+
}, C0 = {
|
|
10559
11015
|
variants: {
|
|
10560
11016
|
block: {
|
|
10561
11017
|
sizes: {
|
|
@@ -10624,7 +11080,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10624
11080
|
}
|
|
10625
11081
|
}
|
|
10626
11082
|
}
|
|
10627
|
-
},
|
|
11083
|
+
}, x0 = {
|
|
10628
11084
|
size: "5rem",
|
|
10629
11085
|
gap: "0.5rem",
|
|
10630
11086
|
variants: {
|
|
@@ -10644,7 +11100,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10644
11100
|
textColor: r.semantic.color.icon.secondary950
|
|
10645
11101
|
}
|
|
10646
11102
|
}
|
|
10647
|
-
},
|
|
11103
|
+
}, h0 = {
|
|
10648
11104
|
dropDown: {
|
|
10649
11105
|
minWidth: "16rem",
|
|
10650
11106
|
maxWidth: "40rem",
|
|
@@ -10709,7 +11165,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10709
11165
|
textColor: r.semantic.color.text.danger400
|
|
10710
11166
|
},
|
|
10711
11167
|
hover: {
|
|
10712
|
-
bgColor: r.semantic.color.background.
|
|
11168
|
+
bgColor: r.semantic.color.background.danger900
|
|
10713
11169
|
},
|
|
10714
11170
|
selected: {
|
|
10715
11171
|
textColor: r.semantic.color.text.danger400
|
|
@@ -10720,7 +11176,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10720
11176
|
}
|
|
10721
11177
|
}
|
|
10722
11178
|
}
|
|
10723
|
-
},
|
|
11179
|
+
}, f0 = {
|
|
10724
11180
|
header: {
|
|
10725
11181
|
height: "6.2rem",
|
|
10726
11182
|
paddingInline: "1.6rem",
|
|
@@ -10732,7 +11188,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10732
11188
|
gap: "0.8rem"
|
|
10733
11189
|
}
|
|
10734
11190
|
}
|
|
10735
|
-
},
|
|
11191
|
+
}, y0 = {
|
|
10736
11192
|
blockScreenMargin: "20px",
|
|
10737
11193
|
inlineScreenMargin: "20px",
|
|
10738
11194
|
inlinePadding: "4rem",
|
|
@@ -10762,9 +11218,9 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10762
11218
|
overlay: {
|
|
10763
11219
|
bgColor: V(r.semantic.color.background.secondary990, 0.8)
|
|
10764
11220
|
}
|
|
10765
|
-
},
|
|
11221
|
+
}, k0 = {
|
|
10766
11222
|
iconColor: r.semantic.color.icon.secondary500
|
|
10767
|
-
},
|
|
11223
|
+
}, v0 = {
|
|
10768
11224
|
bgColor: r.semantic.color.background.secondary900,
|
|
10769
11225
|
shadow: r.core.shadow.shadow400,
|
|
10770
11226
|
borderRadius: "0.8rem",
|
|
@@ -10777,7 +11233,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10777
11233
|
height: "8px",
|
|
10778
11234
|
shadow: r.core.shadow.shadow400
|
|
10779
11235
|
}
|
|
10780
|
-
},
|
|
11236
|
+
}, w0 = {
|
|
10781
11237
|
closeButton: {
|
|
10782
11238
|
iconColor: r.semantic.color.icon.neutral700
|
|
10783
11239
|
},
|
|
@@ -10796,7 +11252,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10796
11252
|
margin: "0 0 1.2rem 0",
|
|
10797
11253
|
padding: "1.6rem"
|
|
10798
11254
|
}
|
|
10799
|
-
},
|
|
11255
|
+
}, S0 = {
|
|
10800
11256
|
textColor: r.semantic.color.text.secondary950,
|
|
10801
11257
|
border: "solid 1px transparent",
|
|
10802
11258
|
colorGroups: [{
|
|
@@ -10826,7 +11282,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10826
11282
|
L: "4.4rem"
|
|
10827
11283
|
},
|
|
10828
11284
|
fontWeight: r.core.font.fontWeight.bold
|
|
10829
|
-
},
|
|
11285
|
+
}, $0 = {
|
|
10830
11286
|
borderRadius: "1px",
|
|
10831
11287
|
textPosition: {
|
|
10832
11288
|
left: {
|
|
@@ -10880,7 +11336,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10880
11336
|
text: {
|
|
10881
11337
|
color: r.semantic.color.text.secondary200
|
|
10882
11338
|
}
|
|
10883
|
-
},
|
|
11339
|
+
}, R0 = {
|
|
10884
11340
|
size: "1.8rem",
|
|
10885
11341
|
iconSize: "0.6rem",
|
|
10886
11342
|
padding: "0",
|
|
@@ -10928,7 +11384,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10928
11384
|
}
|
|
10929
11385
|
}
|
|
10930
11386
|
}
|
|
10931
|
-
},
|
|
11387
|
+
}, z0 = {
|
|
10932
11388
|
bgColor: r.semantic.color.background.secondary950,
|
|
10933
11389
|
shadow: `0px 0px 0px 1px ${r.semantic.color.border.secondary800}`,
|
|
10934
11390
|
borderRadius: "0.8rem",
|
|
@@ -10950,7 +11406,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10950
11406
|
gap: "0.8rem"
|
|
10951
11407
|
}
|
|
10952
11408
|
}
|
|
10953
|
-
},
|
|
11409
|
+
}, W0 = {
|
|
10954
11410
|
width: "100%",
|
|
10955
11411
|
height: "fit-content",
|
|
10956
11412
|
bgColor: r.semantic.color.background.secondary950,
|
|
@@ -10999,7 +11455,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
10999
11455
|
width: "1px",
|
|
11000
11456
|
color: r.semantic.color.border.secondary800
|
|
11001
11457
|
}
|
|
11002
|
-
},
|
|
11458
|
+
}, B0 = {
|
|
11003
11459
|
padding: "0 1rem",
|
|
11004
11460
|
height: "3.6rem",
|
|
11005
11461
|
gap: "0.6rem",
|
|
@@ -11100,7 +11556,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11100
11556
|
}
|
|
11101
11557
|
}
|
|
11102
11558
|
}
|
|
11103
|
-
},
|
|
11559
|
+
}, P0 = {
|
|
11104
11560
|
sizes: {
|
|
11105
11561
|
S: {
|
|
11106
11562
|
borderRadius: "99rem",
|
|
@@ -11347,7 +11803,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11347
11803
|
}
|
|
11348
11804
|
}
|
|
11349
11805
|
}
|
|
11350
|
-
},
|
|
11806
|
+
}, F0 = {
|
|
11351
11807
|
sizes: {
|
|
11352
11808
|
M: {
|
|
11353
11809
|
borderRadius: r.core.space.space100,
|
|
@@ -11387,7 +11843,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11387
11843
|
borderColor: r.semantic.color.border.attention600
|
|
11388
11844
|
}
|
|
11389
11845
|
}
|
|
11390
|
-
},
|
|
11846
|
+
}, L0 = {
|
|
11391
11847
|
variants: {
|
|
11392
11848
|
informative: {
|
|
11393
11849
|
iconColor: r.semantic.color.icon.informative600
|
|
@@ -11405,7 +11861,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11405
11861
|
iconColor: r.semantic.color.icon.success600
|
|
11406
11862
|
}
|
|
11407
11863
|
}
|
|
11408
|
-
},
|
|
11864
|
+
}, M0 = {
|
|
11409
11865
|
collapsed: {
|
|
11410
11866
|
bgColor: r.semantic.color.background.secondary950,
|
|
11411
11867
|
shadow: "none",
|
|
@@ -11512,7 +11968,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11512
11968
|
}
|
|
11513
11969
|
}
|
|
11514
11970
|
}
|
|
11515
|
-
},
|
|
11971
|
+
}, H0 = {
|
|
11516
11972
|
card: {
|
|
11517
11973
|
gap: "2.4rem",
|
|
11518
11974
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -11539,7 +11995,72 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11539
11995
|
grid: {
|
|
11540
11996
|
gap: "1.6rem"
|
|
11541
11997
|
}
|
|
11542
|
-
},
|
|
11998
|
+
}, T0 = {
|
|
11999
|
+
gap: r.core.space.space150,
|
|
12000
|
+
controlsHeight: "2rem",
|
|
12001
|
+
track: {
|
|
12002
|
+
height: "0.4rem",
|
|
12003
|
+
states: {
|
|
12004
|
+
normal: {
|
|
12005
|
+
bgColor: r.semantic.color.background.secondary800
|
|
12006
|
+
},
|
|
12007
|
+
disabled: {
|
|
12008
|
+
bgColor: r.semantic.color.background.secondary800
|
|
12009
|
+
}
|
|
12010
|
+
}
|
|
12011
|
+
},
|
|
12012
|
+
range: {
|
|
12013
|
+
states: {
|
|
12014
|
+
normal: {
|
|
12015
|
+
bgColor: r.semantic.color.background.primary400
|
|
12016
|
+
},
|
|
12017
|
+
disabled: {
|
|
12018
|
+
bgColor: r.semantic.color.background.neutral900
|
|
12019
|
+
}
|
|
12020
|
+
}
|
|
12021
|
+
},
|
|
12022
|
+
thumb: {
|
|
12023
|
+
width: "2.4rem",
|
|
12024
|
+
height: "2.4rem",
|
|
12025
|
+
borderWidth: "0.8rem",
|
|
12026
|
+
borderRadius: "50%",
|
|
12027
|
+
states: {
|
|
12028
|
+
normal: {
|
|
12029
|
+
bgColor: r.semantic.color.background.secondary0,
|
|
12030
|
+
borderColor: r.semantic.color.border.primary400
|
|
12031
|
+
},
|
|
12032
|
+
disabled: {
|
|
12033
|
+
bgColor: r.semantic.color.background.neutral600,
|
|
12034
|
+
borderColor: r.semantic.color.border.neutral900
|
|
12035
|
+
}
|
|
12036
|
+
}
|
|
12037
|
+
},
|
|
12038
|
+
mark: {
|
|
12039
|
+
width: "0.4rem",
|
|
12040
|
+
height: "0.4rem",
|
|
12041
|
+
rangeStates: {
|
|
12042
|
+
inRange: {
|
|
12043
|
+
normal: {
|
|
12044
|
+
bgColor: r.semantic.color.background.primary100
|
|
12045
|
+
},
|
|
12046
|
+
disabled: {
|
|
12047
|
+
bgColor: r.semantic.color.background.secondary600
|
|
12048
|
+
}
|
|
12049
|
+
},
|
|
12050
|
+
outOfRange: {
|
|
12051
|
+
normal: {
|
|
12052
|
+
bgColor: r.semantic.color.background.secondary600
|
|
12053
|
+
},
|
|
12054
|
+
disabled: {
|
|
12055
|
+
bgColor: r.semantic.color.background.secondary700
|
|
12056
|
+
}
|
|
12057
|
+
}
|
|
12058
|
+
}
|
|
12059
|
+
},
|
|
12060
|
+
label: {
|
|
12061
|
+
offset: r.core.space.space200
|
|
12062
|
+
}
|
|
12063
|
+
}, I0 = {
|
|
11543
12064
|
gap: "2.4rem",
|
|
11544
12065
|
step: {
|
|
11545
12066
|
gap: "0.8rem",
|
|
@@ -11586,7 +12107,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11586
12107
|
}
|
|
11587
12108
|
}
|
|
11588
12109
|
}
|
|
11589
|
-
},
|
|
12110
|
+
}, E0 = {
|
|
11590
12111
|
width: "3.2rem",
|
|
11591
12112
|
height: "1.8rem",
|
|
11592
12113
|
padding: "0.2rem",
|
|
@@ -11638,7 +12159,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11638
12159
|
}
|
|
11639
12160
|
}
|
|
11640
12161
|
}
|
|
11641
|
-
},
|
|
12162
|
+
}, X0 = {
|
|
11642
12163
|
table: {
|
|
11643
12164
|
tableContainer: {
|
|
11644
12165
|
borderRadius: "0.8rem",
|
|
@@ -11726,7 +12247,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11726
12247
|
textColor: r.semantic.color.text.secondary200
|
|
11727
12248
|
}
|
|
11728
12249
|
}
|
|
11729
|
-
},
|
|
12250
|
+
}, O0 = {
|
|
11730
12251
|
bgColor: "transparent",
|
|
11731
12252
|
padding: "1rem 1.6rem",
|
|
11732
12253
|
gap: "3.2rem",
|
|
@@ -11749,7 +12270,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11749
12270
|
actionsBar: {
|
|
11750
12271
|
gap: "1.6rem"
|
|
11751
12272
|
}
|
|
11752
|
-
},
|
|
12273
|
+
}, _0 = {
|
|
11753
12274
|
variants: {
|
|
11754
12275
|
default: {
|
|
11755
12276
|
gap: "4rem",
|
|
@@ -11835,22 +12356,36 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11835
12356
|
}
|
|
11836
12357
|
}
|
|
11837
12358
|
}
|
|
11838
|
-
},
|
|
12359
|
+
}, H = "transparent", A0 = {
|
|
11839
12360
|
layouts: {
|
|
11840
12361
|
block: {
|
|
11841
12362
|
sizes: {
|
|
11842
|
-
|
|
12363
|
+
medium: {
|
|
11843
12364
|
height: "2.6rem",
|
|
11844
12365
|
lineHeight: "1.9rem",
|
|
11845
12366
|
gap: "0.2rem",
|
|
11846
12367
|
padding: "0.4rem 0.6rem",
|
|
11847
12368
|
borderRadius: "0.4rem"
|
|
12369
|
+
},
|
|
12370
|
+
small: {
|
|
12371
|
+
height: "2.4rem",
|
|
12372
|
+
lineHeight: "1.9rem",
|
|
12373
|
+
gap: "0.2rem",
|
|
12374
|
+
padding: "0.4rem 0.6rem",
|
|
12375
|
+
borderRadius: "0.4rem"
|
|
11848
12376
|
}
|
|
11849
12377
|
}
|
|
11850
12378
|
},
|
|
11851
12379
|
inline: {
|
|
11852
12380
|
sizes: {
|
|
11853
|
-
|
|
12381
|
+
medium: {
|
|
12382
|
+
height: "unset",
|
|
12383
|
+
lineHeight: "inherit",
|
|
12384
|
+
gap: "0.2rem",
|
|
12385
|
+
padding: "0",
|
|
12386
|
+
borderRadius: "0"
|
|
12387
|
+
},
|
|
12388
|
+
small: {
|
|
11854
12389
|
height: "unset",
|
|
11855
12390
|
lineHeight: "inherit",
|
|
11856
12391
|
gap: "0.2rem",
|
|
@@ -11864,7 +12399,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11864
12399
|
primary: {
|
|
11865
12400
|
states: {
|
|
11866
12401
|
normal: {
|
|
11867
|
-
bgColor:
|
|
12402
|
+
bgColor: H,
|
|
11868
12403
|
textColor: r.semantic.color.text.primary300
|
|
11869
12404
|
},
|
|
11870
12405
|
hover: {
|
|
@@ -11872,11 +12407,11 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11872
12407
|
textColor: r.semantic.color.background.primary200
|
|
11873
12408
|
},
|
|
11874
12409
|
active: {
|
|
11875
|
-
bgColor:
|
|
12410
|
+
bgColor: H,
|
|
11876
12411
|
textColor: r.semantic.color.text.primary300
|
|
11877
12412
|
},
|
|
11878
12413
|
disabled: {
|
|
11879
|
-
bgColor:
|
|
12414
|
+
bgColor: H,
|
|
11880
12415
|
textColor: r.semantic.color.text.secondary600
|
|
11881
12416
|
}
|
|
11882
12417
|
}
|
|
@@ -11884,7 +12419,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11884
12419
|
destructive: {
|
|
11885
12420
|
states: {
|
|
11886
12421
|
normal: {
|
|
11887
|
-
bgColor:
|
|
12422
|
+
bgColor: H,
|
|
11888
12423
|
textColor: r.semantic.color.text.danger400
|
|
11889
12424
|
},
|
|
11890
12425
|
hover: {
|
|
@@ -11892,11 +12427,11 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11892
12427
|
textColor: r.semantic.color.text.danger300
|
|
11893
12428
|
},
|
|
11894
12429
|
active: {
|
|
11895
|
-
bgColor:
|
|
12430
|
+
bgColor: H,
|
|
11896
12431
|
textColor: r.semantic.color.text.danger400
|
|
11897
12432
|
},
|
|
11898
12433
|
disabled: {
|
|
11899
|
-
bgColor:
|
|
12434
|
+
bgColor: H,
|
|
11900
12435
|
textColor: r.semantic.color.text.secondary600
|
|
11901
12436
|
}
|
|
11902
12437
|
}
|
|
@@ -11904,19 +12439,19 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11904
12439
|
"primary-inline": {
|
|
11905
12440
|
states: {
|
|
11906
12441
|
normal: {
|
|
11907
|
-
bgColor:
|
|
12442
|
+
bgColor: H,
|
|
11908
12443
|
textColor: r.semantic.color.text.primary300
|
|
11909
12444
|
},
|
|
11910
12445
|
hover: {
|
|
11911
|
-
bgColor:
|
|
12446
|
+
bgColor: H,
|
|
11912
12447
|
textColor: r.semantic.color.text.primary200
|
|
11913
12448
|
},
|
|
11914
12449
|
active: {
|
|
11915
|
-
bgColor:
|
|
12450
|
+
bgColor: H,
|
|
11916
12451
|
textColor: r.semantic.color.text.primary300
|
|
11917
12452
|
},
|
|
11918
12453
|
disabled: {
|
|
11919
|
-
bgColor:
|
|
12454
|
+
bgColor: H,
|
|
11920
12455
|
textColor: r.semantic.color.text.secondary600
|
|
11921
12456
|
}
|
|
11922
12457
|
}
|
|
@@ -11924,25 +12459,25 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11924
12459
|
"destructive-inline": {
|
|
11925
12460
|
states: {
|
|
11926
12461
|
normal: {
|
|
11927
|
-
bgColor:
|
|
12462
|
+
bgColor: H,
|
|
11928
12463
|
textColor: r.semantic.color.text.danger400
|
|
11929
12464
|
},
|
|
11930
12465
|
hover: {
|
|
11931
|
-
bgColor:
|
|
12466
|
+
bgColor: H,
|
|
11932
12467
|
textColor: r.semantic.color.text.danger300
|
|
11933
12468
|
},
|
|
11934
12469
|
active: {
|
|
11935
|
-
bgColor:
|
|
12470
|
+
bgColor: H,
|
|
11936
12471
|
textColor: r.semantic.color.text.danger400
|
|
11937
12472
|
},
|
|
11938
12473
|
disabled: {
|
|
11939
|
-
bgColor:
|
|
12474
|
+
bgColor: H,
|
|
11940
12475
|
textColor: r.semantic.color.text.secondary600
|
|
11941
12476
|
}
|
|
11942
12477
|
}
|
|
11943
12478
|
}
|
|
11944
12479
|
}
|
|
11945
|
-
},
|
|
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 = {
|
|
11946
12481
|
width: "3.6rem",
|
|
11947
12482
|
height: "2.2rem",
|
|
11948
12483
|
padding: "0.1rem",
|
|
@@ -11951,12 +12486,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11951
12486
|
borderColor: r.semantic.color.border.transparent,
|
|
11952
12487
|
bgColor: r.semantic.color.background.secondary700,
|
|
11953
12488
|
thumb: {
|
|
11954
|
-
icon: `url("${
|
|
12489
|
+
icon: `url("${j0}")`,
|
|
11955
12490
|
iconAspectRatio: "1/1",
|
|
11956
12491
|
borderRadius: "0",
|
|
11957
12492
|
bgColor: "transparent"
|
|
11958
12493
|
}
|
|
11959
|
-
},
|
|
12494
|
+
}, G0 = {
|
|
11960
12495
|
width: "clamp(400px, 33vw, 640px)",
|
|
11961
12496
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
11962
12497
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
@@ -11968,7 +12503,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11968
12503
|
toaster: {
|
|
11969
12504
|
gap: "2rem"
|
|
11970
12505
|
}
|
|
11971
|
-
},
|
|
12506
|
+
}, Ro = "transparent", N0 = {
|
|
11972
12507
|
gap: "0.4rem",
|
|
11973
12508
|
height: "3rem",
|
|
11974
12509
|
lineHeight: "1.9rem",
|
|
@@ -11985,17 +12520,17 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
11985
12520
|
textColor: r.semantic.color.text.secondary100
|
|
11986
12521
|
},
|
|
11987
12522
|
active: {
|
|
11988
|
-
bgColor:
|
|
12523
|
+
bgColor: Ro,
|
|
11989
12524
|
textColor: r.semantic.color.text.secondary200
|
|
11990
12525
|
},
|
|
11991
12526
|
disabled: {
|
|
11992
|
-
bgColor:
|
|
12527
|
+
bgColor: Ro,
|
|
11993
12528
|
textColor: r.semantic.color.text.secondary600
|
|
11994
12529
|
}
|
|
11995
12530
|
},
|
|
11996
12531
|
off: {
|
|
11997
12532
|
normal: {
|
|
11998
|
-
bgColor:
|
|
12533
|
+
bgColor: Ro,
|
|
11999
12534
|
textColor: r.semantic.color.text.secondary200
|
|
12000
12535
|
},
|
|
12001
12536
|
hover: {
|
|
@@ -12007,7 +12542,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12007
12542
|
textColor: r.semantic.color.text.secondary100
|
|
12008
12543
|
},
|
|
12009
12544
|
disabled: {
|
|
12010
|
-
bgColor:
|
|
12545
|
+
bgColor: Ro,
|
|
12011
12546
|
textColor: r.semantic.color.text.secondary600
|
|
12012
12547
|
}
|
|
12013
12548
|
}
|
|
@@ -12021,7 +12556,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12021
12556
|
minWidth: "2rem",
|
|
12022
12557
|
borderRadius: "99rem"
|
|
12023
12558
|
}
|
|
12024
|
-
},
|
|
12559
|
+
}, q0 = {
|
|
12025
12560
|
textColor: r.semantic.color.text.secondary200,
|
|
12026
12561
|
bgColor: r.semantic.color.background.secondary900,
|
|
12027
12562
|
shadow: `0 0 0.5px 1px ${r.semantic.color.border.neutral400}`,
|
|
@@ -12035,7 +12570,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12035
12570
|
height: "8px",
|
|
12036
12571
|
shadow: `${r.semantic.color.border.neutral400} 0px 1.5px`
|
|
12037
12572
|
}
|
|
12038
|
-
},
|
|
12573
|
+
}, Y0 = {
|
|
12039
12574
|
levelOffset: "1.8rem",
|
|
12040
12575
|
item: {
|
|
12041
12576
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -12048,10 +12583,10 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12048
12583
|
iconColor: r.semantic.color.icon.neutral800,
|
|
12049
12584
|
gap: "0.4rem"
|
|
12050
12585
|
}
|
|
12051
|
-
},
|
|
12586
|
+
}, U0 = {
|
|
12052
12587
|
colors: {
|
|
12053
|
-
primary: r.semantic.color.text.
|
|
12054
|
-
secondary: r.semantic.color.text.
|
|
12588
|
+
primary: r.semantic.color.text.secondary200,
|
|
12589
|
+
secondary: r.semantic.color.text.secondary400
|
|
12055
12590
|
},
|
|
12056
12591
|
heading: {
|
|
12057
12592
|
fontFamily: r.core.font.fontFamily.regular,
|
|
@@ -12118,7 +12653,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12118
12653
|
semiBold: r.core.font.fontWeight.semiBold
|
|
12119
12654
|
}
|
|
12120
12655
|
}
|
|
12121
|
-
},
|
|
12656
|
+
}, Z0 = {
|
|
12122
12657
|
gap: "1.6rem",
|
|
12123
12658
|
header: {
|
|
12124
12659
|
gap: "0.8rem"
|
|
@@ -12170,13 +12705,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12170
12705
|
borderColor: r.semantic.color.border.neutral300
|
|
12171
12706
|
}
|
|
12172
12707
|
}
|
|
12173
|
-
},
|
|
12708
|
+
}, V0 = {
|
|
12174
12709
|
bgColor: r.semantic.color.background.secondary990,
|
|
12175
12710
|
textColor: r.semantic.color.background.secondary50,
|
|
12176
12711
|
fontFamily: r.core.font.fontFamily.regular,
|
|
12177
12712
|
fontSize: r.core.font.fontSize.s14,
|
|
12178
12713
|
lineHeight: "1.4"
|
|
12179
|
-
},
|
|
12714
|
+
}, J0 = {
|
|
12180
12715
|
width: "0.5rem",
|
|
12181
12716
|
height: "0.5rem",
|
|
12182
12717
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -12185,88 +12720,91 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12185
12720
|
bgColor: r.semantic.color.background.neutral400,
|
|
12186
12721
|
borderRadius: "99rem"
|
|
12187
12722
|
}
|
|
12188
|
-
},
|
|
12723
|
+
}, K0 = {
|
|
12189
12724
|
name: "dark-2",
|
|
12190
12725
|
mode: "dark",
|
|
12191
12726
|
...r,
|
|
12192
12727
|
components: {
|
|
12193
|
-
actionIconButton:
|
|
12194
|
-
appBar:
|
|
12195
|
-
appSelectionMenu:
|
|
12196
|
-
autoComplete:
|
|
12197
|
-
badge:
|
|
12198
|
-
banner:
|
|
12199
|
-
boxSelectionGroup:
|
|
12200
|
-
|
|
12201
|
-
|
|
12202
|
-
|
|
12203
|
-
|
|
12204
|
-
|
|
12205
|
-
|
|
12206
|
-
|
|
12207
|
-
|
|
12208
|
-
|
|
12209
|
-
|
|
12210
|
-
|
|
12211
|
-
|
|
12212
|
-
|
|
12213
|
-
|
|
12214
|
-
|
|
12215
|
-
|
|
12216
|
-
|
|
12217
|
-
|
|
12218
|
-
|
|
12219
|
-
|
|
12220
|
-
|
|
12221
|
-
|
|
12222
|
-
|
|
12223
|
-
|
|
12224
|
-
|
|
12225
|
-
|
|
12226
|
-
|
|
12227
|
-
|
|
12228
|
-
|
|
12229
|
-
|
|
12230
|
-
|
|
12231
|
-
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
|
|
12235
|
-
|
|
12236
|
-
|
|
12237
|
-
|
|
12238
|
-
|
|
12239
|
-
|
|
12240
|
-
|
|
12241
|
-
|
|
12242
|
-
|
|
12243
|
-
|
|
12244
|
-
|
|
12245
|
-
|
|
12246
|
-
|
|
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
|
|
12247
12785
|
},
|
|
12248
12786
|
globals: {
|
|
12249
|
-
body:
|
|
12250
|
-
scrollbar:
|
|
12787
|
+
body: V0,
|
|
12788
|
+
scrollbar: J0
|
|
12251
12789
|
}
|
|
12252
|
-
},
|
|
12790
|
+
}, Q0 = Ar, pi = {
|
|
12253
12791
|
light: Ar,
|
|
12254
|
-
dark:
|
|
12255
|
-
},
|
|
12256
|
-
light:
|
|
12257
|
-
dark:
|
|
12258
|
-
}, to = () =>
|
|
12792
|
+
dark: Xn
|
|
12793
|
+
}, Ci = {
|
|
12794
|
+
light: Nc,
|
|
12795
|
+
dark: K0
|
|
12796
|
+
}, to = () => Re() || Q0, oi = ({
|
|
12259
12797
|
value: a,
|
|
12260
12798
|
storageKey: n,
|
|
12261
12799
|
onChange: i
|
|
12262
12800
|
}) => {
|
|
12263
|
-
const s =
|
|
12801
|
+
const s = zo(() => {
|
|
12264
12802
|
try {
|
|
12265
12803
|
return localStorage.getItem(n) ?? void 0;
|
|
12266
12804
|
} catch {
|
|
12267
12805
|
return;
|
|
12268
12806
|
}
|
|
12269
|
-
}, [n]), l =
|
|
12807
|
+
}, [n]), l = zo((C) => {
|
|
12270
12808
|
try {
|
|
12271
12809
|
C == null ? localStorage.removeItem(n) : localStorage.setItem(n, C);
|
|
12272
12810
|
} catch {
|
|
@@ -12297,55 +12835,56 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
|
|
|
12297
12835
|
readFromStorage: s,
|
|
12298
12836
|
saveToStorage: l
|
|
12299
12837
|
};
|
|
12300
|
-
},
|
|
12838
|
+
}, xi = (a) => Po`
|
|
12301
12839
|
&:focus-visible {
|
|
12302
12840
|
outline: ${() => to().core.focus.size} solid ${() => to().core.focus.color};
|
|
12303
12841
|
outline-offset: ${() => a || to().core.focus.margin};
|
|
12304
12842
|
}
|
|
12305
|
-
`,
|
|
12843
|
+
`, hi = (a) => Po`
|
|
12306
12844
|
outline: ${() => to().core.focus.size} solid ${() => to().core.focus.color};
|
|
12307
12845
|
outline-offset: ${() => a || to().core.focus.margin};
|
|
12308
|
-
`,
|
|
12846
|
+
`, L = {
|
|
12309
12847
|
System: "system",
|
|
12310
12848
|
Light: "light",
|
|
12311
12849
|
Dark: "dark"
|
|
12312
|
-
}, jr = [
|
|
12850
|
+
}, jr = [L.Light, L.Dark], ri = [...jr, L.System], Vo = (a, n) => !!a && (n ? ri : jr).includes(a), Dr = () => typeof window > "u" ? {
|
|
12313
12851
|
matches: !1
|
|
12314
|
-
} : window.matchMedia("(prefers-color-scheme: dark)"), Bo = (a) =>
|
|
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 = ({
|
|
12315
12853
|
allowSystemThemeMode: a,
|
|
12316
12854
|
defaultThemeMode: n
|
|
12317
12855
|
}) => {
|
|
12318
|
-
const [i, s] = $r(() =>
|
|
12856
|
+
const [i, s] = $r(() => Mr(n, a)), [l, m] = $r(() => i && Bo(i)), g = Vo(i, a);
|
|
12319
12857
|
No(() => {
|
|
12320
12858
|
!g && l && s(l);
|
|
12321
12859
|
}, [l, g]);
|
|
12322
|
-
const C =
|
|
12860
|
+
const C = zo((k) => {
|
|
12323
12861
|
let h;
|
|
12324
12862
|
if (Vo(k, a))
|
|
12325
12863
|
h = k;
|
|
12326
12864
|
else {
|
|
12327
12865
|
if (g)
|
|
12328
12866
|
return !1;
|
|
12329
|
-
h =
|
|
12867
|
+
h = Mr(n, a);
|
|
12330
12868
|
}
|
|
12331
12869
|
return s(h), m(Bo(h)), !0;
|
|
12332
|
-
}, [g, a, n]), x =
|
|
12870
|
+
}, [g, a, n]), x = zo(() => {
|
|
12333
12871
|
m((k) => {
|
|
12334
12872
|
if (!k) return k;
|
|
12335
|
-
const h =
|
|
12873
|
+
const h = Hr(k);
|
|
12336
12874
|
return s(h), h;
|
|
12337
12875
|
});
|
|
12338
12876
|
}, []);
|
|
12339
12877
|
return No(() => {
|
|
12340
|
-
if (!a ||
|
|
12878
|
+
if (!a || L.System !== i)
|
|
12341
12879
|
return;
|
|
12342
|
-
const k = Dr(), h = (S) => m(S.matches ?
|
|
12880
|
+
const k = Dr(), h = (S) => m(S.matches ? L.Dark : L.Light);
|
|
12343
12881
|
return k.addEventListener("change", h), () => k == null ? void 0 : k.removeEventListener("change", h);
|
|
12344
12882
|
}, [i, a]), {
|
|
12345
12883
|
setUserThemeMode: C,
|
|
12346
12884
|
toggleAppThemeMode: x,
|
|
12347
|
-
getNextThemeModeToToggle:
|
|
12885
|
+
getNextThemeModeToToggle: Hr,
|
|
12348
12886
|
userThemeMode: i,
|
|
12887
|
+
// theme selected by user or got from storage (dark/light/system)
|
|
12349
12888
|
appThemeMode: l
|
|
12350
12889
|
// resolved theme (dark/light - selected or current system)
|
|
12351
12890
|
};
|
|
@@ -12360,17 +12899,17 @@ var Jo = { exports: {} }, go = {};
|
|
|
12360
12899
|
* This source code is licensed under the MIT license found in the
|
|
12361
12900
|
* LICENSE file in the root directory of this source tree.
|
|
12362
12901
|
*/
|
|
12363
|
-
var
|
|
12364
|
-
function
|
|
12365
|
-
if (
|
|
12366
|
-
|
|
12902
|
+
var Tr;
|
|
12903
|
+
function ti() {
|
|
12904
|
+
if (Tr) return go;
|
|
12905
|
+
Tr = 1;
|
|
12367
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 };
|
|
12368
12907
|
function g(C, x, k) {
|
|
12369
|
-
var h, S = {}, u = null,
|
|
12370
|
-
k !== void 0 && (u = "" + k), x.key !== void 0 && (u = "" + x.key), x.ref !== void 0 && (
|
|
12908
|
+
var h, S = {}, u = null, z = null;
|
|
12909
|
+
k !== void 0 && (u = "" + k), x.key !== void 0 && (u = "" + x.key), x.ref !== void 0 && (z = x.ref);
|
|
12371
12910
|
for (h in x) s.call(x, h) && !m.hasOwnProperty(h) && (S[h] = x[h]);
|
|
12372
12911
|
if (C && C.defaultProps) for (h in x = C.defaultProps, x) S[h] === void 0 && (S[h] = x[h]);
|
|
12373
|
-
return { $$typeof: n, type: C, key: u, ref:
|
|
12912
|
+
return { $$typeof: n, type: C, key: u, ref: z, props: S, _owner: l.current };
|
|
12374
12913
|
}
|
|
12375
12914
|
return go.Fragment = i, go.jsx = g, go.jsxs = g, go;
|
|
12376
12915
|
}
|
|
@@ -12385,13 +12924,13 @@ var uo = {};
|
|
|
12385
12924
|
* LICENSE file in the root directory of this source tree.
|
|
12386
12925
|
*/
|
|
12387
12926
|
var Ir;
|
|
12388
|
-
function
|
|
12927
|
+
function ai() {
|
|
12389
12928
|
return Ir || (Ir = 1, process.env.NODE_ENV !== "production" && function() {
|
|
12390
|
-
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"),
|
|
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";
|
|
12391
12930
|
function ho(c) {
|
|
12392
12931
|
if (c === null || typeof c != "object")
|
|
12393
12932
|
return null;
|
|
12394
|
-
var d = xo && c[xo] || c[
|
|
12933
|
+
var d = xo && c[xo] || c[Lo];
|
|
12395
12934
|
return typeof d == "function" ? d : null;
|
|
12396
12935
|
}
|
|
12397
12936
|
var O = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
@@ -12415,7 +12954,7 @@ function q0() {
|
|
|
12415
12954
|
var qr = !1, Yr = !1, Ur = !1, Zr = !1, Vr = !1, Qo;
|
|
12416
12955
|
Qo = Symbol.for("react.module.reference");
|
|
12417
12956
|
function Jr(c) {
|
|
12418
|
-
return !!(typeof c == "string" || typeof c == "function" || c === s || c === m || Vr || c === l || c === k || c === h || Zr || c ===
|
|
12957
|
+
return !!(typeof c == "string" || typeof c == "function" || c === s || c === m || Vr || c === l || c === k || c === h || Zr || c === z || qr || Yr || Ur || typeof c == "object" && c !== null && (c.$$typeof === u || c.$$typeof === S || c.$$typeof === g || c.$$typeof === C || c.$$typeof === x || // This needs to include all possible module reference object
|
|
12419
12958
|
// types supported by any Flight configuration anywhere since
|
|
12420
12959
|
// we don't know which Flight build this will end up being used
|
|
12421
12960
|
// with.
|
|
@@ -12538,27 +13077,27 @@ function q0() {
|
|
|
12538
13077
|
no < 0 && W("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
12539
13078
|
}
|
|
12540
13079
|
}
|
|
12541
|
-
var
|
|
13080
|
+
var Mo = O.ReactCurrentDispatcher, Ho;
|
|
12542
13081
|
function fo(c, d, b) {
|
|
12543
13082
|
{
|
|
12544
|
-
if (
|
|
13083
|
+
if (Ho === void 0)
|
|
12545
13084
|
try {
|
|
12546
13085
|
throw Error();
|
|
12547
13086
|
} catch (v) {
|
|
12548
13087
|
var p = v.stack.trim().match(/\n( *(at )?)/);
|
|
12549
|
-
|
|
13088
|
+
Ho = p && p[1] || "";
|
|
12550
13089
|
}
|
|
12551
13090
|
return `
|
|
12552
|
-
` +
|
|
13091
|
+
` + Ho + c;
|
|
12553
13092
|
}
|
|
12554
13093
|
}
|
|
12555
|
-
var
|
|
13094
|
+
var To = !1, yo;
|
|
12556
13095
|
{
|
|
12557
13096
|
var re = typeof WeakMap == "function" ? WeakMap : Map;
|
|
12558
13097
|
yo = new re();
|
|
12559
13098
|
}
|
|
12560
13099
|
function sr(c, d) {
|
|
12561
|
-
if (!c ||
|
|
13100
|
+
if (!c || To)
|
|
12562
13101
|
return "";
|
|
12563
13102
|
{
|
|
12564
13103
|
var b = yo.get(c);
|
|
@@ -12566,11 +13105,11 @@ function q0() {
|
|
|
12566
13105
|
return b;
|
|
12567
13106
|
}
|
|
12568
13107
|
var p;
|
|
12569
|
-
|
|
13108
|
+
To = !0;
|
|
12570
13109
|
var v = Error.prepareStackTrace;
|
|
12571
13110
|
Error.prepareStackTrace = void 0;
|
|
12572
13111
|
var w;
|
|
12573
|
-
w =
|
|
13112
|
+
w = Mo.current, Mo.current = null, Qr();
|
|
12574
13113
|
try {
|
|
12575
13114
|
if (d) {
|
|
12576
13115
|
var y = function() {
|
|
@@ -12583,47 +13122,47 @@ function q0() {
|
|
|
12583
13122
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
12584
13123
|
try {
|
|
12585
13124
|
Reflect.construct(y, []);
|
|
12586
|
-
} catch (
|
|
12587
|
-
p =
|
|
13125
|
+
} catch (M) {
|
|
13126
|
+
p = M;
|
|
12588
13127
|
}
|
|
12589
13128
|
Reflect.construct(c, [], y);
|
|
12590
13129
|
} else {
|
|
12591
13130
|
try {
|
|
12592
13131
|
y.call();
|
|
12593
|
-
} catch (
|
|
12594
|
-
p =
|
|
13132
|
+
} catch (M) {
|
|
13133
|
+
p = M;
|
|
12595
13134
|
}
|
|
12596
13135
|
c.call(y.prototype);
|
|
12597
13136
|
}
|
|
12598
13137
|
} else {
|
|
12599
13138
|
try {
|
|
12600
13139
|
throw Error();
|
|
12601
|
-
} catch (
|
|
12602
|
-
p =
|
|
13140
|
+
} catch (M) {
|
|
13141
|
+
p = M;
|
|
12603
13142
|
}
|
|
12604
13143
|
c();
|
|
12605
13144
|
}
|
|
12606
|
-
} catch (
|
|
12607
|
-
if (
|
|
12608
|
-
for (var f =
|
|
13145
|
+
} catch (M) {
|
|
13146
|
+
if (M && p && typeof M.stack == "string") {
|
|
13147
|
+
for (var f = M.stack.split(`
|
|
12609
13148
|
`), B = p.stack.split(`
|
|
12610
|
-
`), $ = f.length - 1,
|
|
12611
|
-
|
|
12612
|
-
for (; $ >= 1 &&
|
|
12613
|
-
if (f[$] !== B[
|
|
12614
|
-
if ($ !== 1 ||
|
|
13149
|
+
`), $ = f.length - 1, R = B.length - 1; $ >= 1 && R >= 0 && f[$] !== B[R]; )
|
|
13150
|
+
R--;
|
|
13151
|
+
for (; $ >= 1 && R >= 0; $--, R--)
|
|
13152
|
+
if (f[$] !== B[R]) {
|
|
13153
|
+
if ($ !== 1 || R !== 1)
|
|
12615
13154
|
do
|
|
12616
|
-
if ($--,
|
|
13155
|
+
if ($--, R--, R < 0 || f[$] !== B[R]) {
|
|
12617
13156
|
var E = `
|
|
12618
13157
|
` + f[$].replace(" at new ", " at ");
|
|
12619
13158
|
return c.displayName && E.includes("<anonymous>") && (E = E.replace("<anonymous>", c.displayName)), typeof c == "function" && yo.set(c, E), E;
|
|
12620
13159
|
}
|
|
12621
|
-
while ($ >= 1 &&
|
|
13160
|
+
while ($ >= 1 && R >= 0);
|
|
12622
13161
|
break;
|
|
12623
13162
|
}
|
|
12624
13163
|
}
|
|
12625
13164
|
} finally {
|
|
12626
|
-
|
|
13165
|
+
To = !1, Mo.current = w, oe(), Error.prepareStackTrace = v;
|
|
12627
13166
|
}
|
|
12628
13167
|
var eo = c ? c.displayName || c.name : "", K = eo ? fo(eo) : "";
|
|
12629
13168
|
return typeof c == "function" && yo.set(c, K), K;
|
|
@@ -12807,8 +13346,8 @@ function q0() {
|
|
|
12807
13346
|
y[w] === void 0 && (y[w] = $[w]);
|
|
12808
13347
|
}
|
|
12809
13348
|
if (f || B) {
|
|
12810
|
-
var
|
|
12811
|
-
f && be(y,
|
|
13349
|
+
var R = typeof c == "function" ? c.displayName || c.name || "Unknown" : c;
|
|
13350
|
+
f && be(y, R), B && ge(y, R);
|
|
12812
13351
|
}
|
|
12813
13352
|
return ue(c, f, B, v, p, io.current, y);
|
|
12814
13353
|
}
|
|
@@ -12935,9 +13474,9 @@ Check the top-level render call using <` + b + ">.");
|
|
|
12935
13474
|
var $;
|
|
12936
13475
|
c === null ? $ = "null" : Io(c) ? $ = "array" : c !== void 0 && c.$$typeof === n ? ($ = "<" + (_(c.type) || "Unknown") + " />", f = " Did you accidentally export a JSX literal instead of a component?") : $ = typeof c, W("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", $, f);
|
|
12937
13476
|
}
|
|
12938
|
-
var
|
|
12939
|
-
if (
|
|
12940
|
-
return
|
|
13477
|
+
var R = pe(c, d, b, v, w);
|
|
13478
|
+
if (R == null)
|
|
13479
|
+
return R;
|
|
12941
13480
|
if (y) {
|
|
12942
13481
|
var E = d.children;
|
|
12943
13482
|
if (E !== void 0)
|
|
@@ -12952,11 +13491,11 @@ Check the top-level render call using <` + b + ">.");
|
|
|
12952
13491
|
yr(E, c);
|
|
12953
13492
|
}
|
|
12954
13493
|
if (co.call(d, "key")) {
|
|
12955
|
-
var K = _(c),
|
|
13494
|
+
var K = _(c), M = Object.keys(d).filter(function($e) {
|
|
12956
13495
|
return $e !== "key";
|
|
12957
|
-
}), Ao =
|
|
13496
|
+
}), Ao = M.length > 0 ? "{key: someKey, " + M.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
12958
13497
|
if (!kr[K + Ao]) {
|
|
12959
|
-
var Se =
|
|
13498
|
+
var Se = M.length > 0 ? "{" + M.join(": ..., ") + ": ...}" : "{}";
|
|
12960
13499
|
W(`A props object containing a "key" prop is being spread into JSX:
|
|
12961
13500
|
let props = %s;
|
|
12962
13501
|
<%s {...props} />
|
|
@@ -12965,7 +13504,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
12965
13504
|
<%s key={someKey} {...props} />`, Ao, K, Se, K), kr[K + Ao] = !0;
|
|
12966
13505
|
}
|
|
12967
13506
|
}
|
|
12968
|
-
return c === s ? fe(
|
|
13507
|
+
return c === s ? fe(R) : he(R), R;
|
|
12969
13508
|
}
|
|
12970
13509
|
}
|
|
12971
13510
|
function ye(c, d, b) {
|
|
@@ -12978,9 +13517,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
12978
13517
|
uo.Fragment = s, uo.jsx = ve, uo.jsxs = we;
|
|
12979
13518
|
}()), uo;
|
|
12980
13519
|
}
|
|
12981
|
-
process.env.NODE_ENV === "production" ? Jo.exports =
|
|
13520
|
+
process.env.NODE_ENV === "production" ? Jo.exports = ti() : Jo.exports = ai();
|
|
12982
13521
|
var Ko = Jo.exports;
|
|
12983
|
-
const Gr = Be(null),
|
|
13522
|
+
const Gr = Be(null), ni = ({
|
|
12984
13523
|
children: a,
|
|
12985
13524
|
...n
|
|
12986
13525
|
}) => {
|
|
@@ -12989,12 +13528,12 @@ const Gr = Be(null), Y0 = ({
|
|
|
12989
13528
|
value: i,
|
|
12990
13529
|
children: a
|
|
12991
13530
|
});
|
|
12992
|
-
},
|
|
13531
|
+
}, fi = () => {
|
|
12993
13532
|
const a = Fe(Gr);
|
|
12994
13533
|
if (!a)
|
|
12995
13534
|
throw new Error("Missing ThemeSwitchContext");
|
|
12996
13535
|
return a;
|
|
12997
|
-
},
|
|
13536
|
+
}, yi = ({
|
|
12998
13537
|
children: a,
|
|
12999
13538
|
storageKey: n,
|
|
13000
13539
|
lightTheme: i,
|
|
@@ -13005,23 +13544,23 @@ const Gr = Be(null), Y0 = ({
|
|
|
13005
13544
|
const {
|
|
13006
13545
|
appThemeMode: g,
|
|
13007
13546
|
...C
|
|
13008
|
-
} =
|
|
13547
|
+
} = ei({
|
|
13009
13548
|
allowSystemThemeMode: l,
|
|
13010
13549
|
defaultThemeMode: m
|
|
13011
13550
|
});
|
|
13012
|
-
return
|
|
13551
|
+
return oi({
|
|
13013
13552
|
storageKey: n,
|
|
13014
13553
|
value: C.userThemeMode,
|
|
13015
13554
|
onChange: C.setUserThemeMode
|
|
13016
|
-
}), Ko.jsx(
|
|
13017
|
-
theme: g ===
|
|
13018
|
-
children: Ko.jsx(
|
|
13555
|
+
}), Ko.jsx(ze, {
|
|
13556
|
+
theme: g === L.Dark ? s : i,
|
|
13557
|
+
children: Ko.jsx(ni, {
|
|
13019
13558
|
...C,
|
|
13020
13559
|
allowSystemThemeMode: l,
|
|
13021
13560
|
children: a
|
|
13022
13561
|
})
|
|
13023
13562
|
});
|
|
13024
|
-
},
|
|
13563
|
+
}, ci = Po`
|
|
13025
13564
|
body {
|
|
13026
13565
|
background: ${({
|
|
13027
13566
|
theme: a
|
|
@@ -13045,7 +13584,7 @@ const Gr = Be(null), Y0 = ({
|
|
|
13045
13584
|
}) => a.mode};
|
|
13046
13585
|
}
|
|
13047
13586
|
}
|
|
13048
|
-
`,
|
|
13587
|
+
`, ii = Po`
|
|
13049
13588
|
@media (pointer: fine) {
|
|
13050
13589
|
@-moz-document url-prefix() {
|
|
13051
13590
|
* {
|
|
@@ -13098,30 +13637,30 @@ const Gr = Be(null), Y0 = ({
|
|
|
13098
13637
|
background-color: transparent;
|
|
13099
13638
|
}
|
|
13100
13639
|
}
|
|
13101
|
-
`,
|
|
13102
|
-
${
|
|
13103
|
-
${
|
|
13640
|
+
`, ki = We`
|
|
13641
|
+
${ci};
|
|
13642
|
+
${ii};
|
|
13104
13643
|
`;
|
|
13105
13644
|
export {
|
|
13106
|
-
|
|
13107
|
-
|
|
13108
|
-
|
|
13109
|
-
|
|
13110
|
-
|
|
13111
|
-
|
|
13112
|
-
|
|
13113
|
-
|
|
13114
|
-
|
|
13115
|
-
|
|
13116
|
-
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13645
|
+
ki as CommonStyles,
|
|
13646
|
+
yi as SwitchableModeThemeProvider,
|
|
13647
|
+
ni as ThemeModeSwitchingProvider,
|
|
13648
|
+
L as ThemeModes,
|
|
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,
|
|
13122
13661
|
to as useTheme,
|
|
13123
|
-
|
|
13124
|
-
|
|
13125
|
-
|
|
13662
|
+
fi as useThemeModeSwitchingContext,
|
|
13663
|
+
ei as useThemeModeSwitchingManager,
|
|
13664
|
+
di as withContrast,
|
|
13126
13665
|
V as withOpacity
|
|
13127
13666
|
};
|