@redis-ui/styles 12.3.1 → 12.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +623 -557
- package/dist/index.umd.cjs +18 -18
- package/dist/themes/themeDark/theme/components/moreInfoIcon.d.ts +3 -0
- package/dist/themes/themeLight/theme/components/moreInfoIcon.d.ts +3 -0
- package/dist/themes/themeOld/components/moreInfoIcon.d.ts +3 -0
- package/dist/themes/types/theme/components/drawer.types.d.ts +4 -0
- package/dist/themes/types/theme/components/index.d.ts +1 -0
- package/dist/themes/types/theme/components/link.types.d.ts +1 -0
- package/dist/themes/types/theme/components/menu.types.d.ts +9 -0
- package/dist/themes/types/theme/components/modal.types.d.ts +4 -0
- package/dist/themes/types/theme/components/moreInfoIcon.types.d.ts +3 -0
- package/dist/themes/types/theme/theme.types.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useTheme as To, css as $r, ThemeProvider as Fo, createGlobalStyle as
|
|
2
|
-
import Ae, { useRef as Ge, useCallback as wr, useState as
|
|
1
|
+
import { useTheme as To, css as $r, ThemeProvider as Fo, createGlobalStyle as Io } from "styled-components";
|
|
2
|
+
import Ae, { useRef as Ge, useCallback as wr, useState as Ce, useEffect as Dr, useLayoutEffect as Eo, createContext as Oo, useMemo as Mo, useContext as _o } from "react";
|
|
3
3
|
const l = {
|
|
4
4
|
transparent: "#00000000",
|
|
5
5
|
pink500: "#de47bb",
|
|
@@ -391,7 +391,7 @@ const l = {
|
|
|
391
391
|
color: l.blue600
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
|
-
},
|
|
394
|
+
}, Bo = {
|
|
395
395
|
sizes: {
|
|
396
396
|
L: {
|
|
397
397
|
size: "3rem",
|
|
@@ -1163,19 +1163,19 @@ function Zo(t) {
|
|
|
1163
1163
|
else if (t === "transparent")
|
|
1164
1164
|
u = 0, d = "rgb", s = [0, 0, 0];
|
|
1165
1165
|
else if (t[0] === "#") {
|
|
1166
|
-
var g = t.slice(1),
|
|
1166
|
+
var g = t.slice(1), f = g.length, h = f <= 4;
|
|
1167
1167
|
u = 1, h ? (s = [
|
|
1168
1168
|
parseInt(g[0] + g[0], 16),
|
|
1169
1169
|
parseInt(g[1] + g[1], 16),
|
|
1170
1170
|
parseInt(g[2] + g[2], 16)
|
|
1171
|
-
],
|
|
1171
|
+
], f === 4 && (u = parseInt(g[3] + g[3], 16) / 255)) : (s = [
|
|
1172
1172
|
parseInt(g[0] + g[1], 16),
|
|
1173
1173
|
parseInt(g[2] + g[3], 16),
|
|
1174
1174
|
parseInt(g[4] + g[5], 16)
|
|
1175
|
-
],
|
|
1175
|
+
], f === 8 && (u = parseInt(g[6] + g[7], 16) / 255)), s[0] || (s[0] = 0), s[1] || (s[1] = 0), s[2] || (s[2] = 0), d = "rgb";
|
|
1176
1176
|
} else if (a = /^((?:rgba?|hs[lvb]a?|hwba?|cmyk?|xy[zy]|gray|lab|lchu?v?|[ly]uv|lms|oklch|oklab|color))\s*\(([^\)]*)\)/.exec(t)) {
|
|
1177
|
-
var
|
|
1178
|
-
d =
|
|
1177
|
+
var C = a[1];
|
|
1178
|
+
d = C.replace(/a$/, "");
|
|
1179
1179
|
var y = d === "cmyk" ? 4 : d === "gray" ? 1 : 3;
|
|
1180
1180
|
s = a[2].trim().split(/\s*[,\/]\s*|\s+/), d === "color" && (d = s.shift()), s = s.map(function(p, R) {
|
|
1181
1181
|
if (p[p.length - 1] === "%")
|
|
@@ -1202,14 +1202,14 @@ function Qo(t, a) {
|
|
|
1202
1202
|
var { space: s, values: u, alpha: d } = Zo(t);
|
|
1203
1203
|
return s[0] === "h" ? `${s}a(${u[0]}, ${u[1]}%, ${u[2]}%, ${a})` : `${s}a(${u}, ${a})`;
|
|
1204
1204
|
}
|
|
1205
|
-
function
|
|
1206
|
-
return
|
|
1205
|
+
function B() {
|
|
1206
|
+
return B = Object.assign ? Object.assign.bind() : function(t) {
|
|
1207
1207
|
for (var a = 1; a < arguments.length; a++) {
|
|
1208
1208
|
var s = arguments[a];
|
|
1209
1209
|
for (var u in s) ({}).hasOwnProperty.call(s, u) && (t[u] = s[u]);
|
|
1210
1210
|
}
|
|
1211
1211
|
return t;
|
|
1212
|
-
},
|
|
1212
|
+
}, B.apply(null, arguments);
|
|
1213
1213
|
}
|
|
1214
1214
|
function rt(t) {
|
|
1215
1215
|
if (t === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
@@ -1508,8 +1508,8 @@ function nt() {
|
|
|
1508
1508
|
var u = a[0], d = [], g;
|
|
1509
1509
|
for (g = 1; g < a.length; g += 1)
|
|
1510
1510
|
d.push(a[g]);
|
|
1511
|
-
return d.forEach(function(
|
|
1512
|
-
u = u.replace(/%[a-z]/,
|
|
1511
|
+
return d.forEach(function(f) {
|
|
1512
|
+
u = u.replace(/%[a-z]/, f);
|
|
1513
1513
|
}), u;
|
|
1514
1514
|
}
|
|
1515
1515
|
var Y = /* @__PURE__ */ function(t) {
|
|
@@ -1519,26 +1519,26 @@ var Y = /* @__PURE__ */ function(t) {
|
|
|
1519
1519
|
if (process.env.NODE_ENV === "production")
|
|
1520
1520
|
u = t.call(this, "An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#" + s + " for more information.") || this;
|
|
1521
1521
|
else {
|
|
1522
|
-
for (var d = arguments.length, g = new Array(d > 1 ? d - 1 : 0),
|
|
1523
|
-
g[
|
|
1522
|
+
for (var d = arguments.length, g = new Array(d > 1 ? d - 1 : 0), f = 1; f < d; f++)
|
|
1523
|
+
g[f - 1] = arguments[f];
|
|
1524
1524
|
u = t.call(this, nt.apply(void 0, [at[s]].concat(g))) || this;
|
|
1525
1525
|
}
|
|
1526
1526
|
return rt(u);
|
|
1527
1527
|
}
|
|
1528
1528
|
return a;
|
|
1529
1529
|
}(/* @__PURE__ */ Gr(Error));
|
|
1530
|
-
function
|
|
1530
|
+
function Br(t) {
|
|
1531
1531
|
return Math.round(t * 255);
|
|
1532
1532
|
}
|
|
1533
1533
|
function lt(t, a, s) {
|
|
1534
|
-
return
|
|
1534
|
+
return Br(t) + "," + Br(a) + "," + Br(s);
|
|
1535
1535
|
}
|
|
1536
1536
|
function br(t, a, s, u) {
|
|
1537
1537
|
if (u === void 0 && (u = lt), a === 0)
|
|
1538
1538
|
return u(s, s, s);
|
|
1539
|
-
var d = (t % 360 + 360) % 360 / 60, g = (1 - Math.abs(2 * s - 1)) * a,
|
|
1540
|
-
d >= 0 && d < 1 ? (h = g,
|
|
1541
|
-
var k = s - g / 2, S = h + k, p =
|
|
1539
|
+
var d = (t % 360 + 360) % 360 / 60, g = (1 - Math.abs(2 * s - 1)) * a, f = g * (1 - Math.abs(d % 2 - 1)), h = 0, C = 0, y = 0;
|
|
1540
|
+
d >= 0 && d < 1 ? (h = g, C = f) : d >= 1 && d < 2 ? (h = f, C = g) : d >= 2 && d < 3 ? (C = g, y = f) : d >= 3 && d < 4 ? (C = f, y = g) : d >= 4 && d < 5 ? (h = f, y = g) : d >= 5 && d < 6 && (h = g, y = f);
|
|
1541
|
+
var k = s - g / 2, S = h + k, p = C + k, R = y + k;
|
|
1542
1542
|
return u(S, p, R);
|
|
1543
1543
|
}
|
|
1544
1544
|
var we = {
|
|
@@ -1746,9 +1746,9 @@ function tr(t) {
|
|
|
1746
1746
|
blue: parseInt("" + g[3], 10),
|
|
1747
1747
|
alpha: parseFloat("" + g[4]) > 1 ? parseFloat("" + g[4]) / 100 : parseFloat("" + g[4])
|
|
1748
1748
|
};
|
|
1749
|
-
var
|
|
1750
|
-
if (
|
|
1751
|
-
var h = parseInt("" +
|
|
1749
|
+
var f = gt.exec(a);
|
|
1750
|
+
if (f) {
|
|
1751
|
+
var h = parseInt("" + f[1], 10), C = parseInt("" + f[2], 10) / 100, y = parseInt("" + f[3], 10) / 100, k = "rgb(" + br(h, C, y) + ")", S = Hr.exec(k);
|
|
1752
1752
|
if (!S)
|
|
1753
1753
|
throw new Y(4, a, k);
|
|
1754
1754
|
return {
|
|
@@ -1772,47 +1772,47 @@ function tr(t) {
|
|
|
1772
1772
|
throw new Y(5);
|
|
1773
1773
|
}
|
|
1774
1774
|
function pt(t) {
|
|
1775
|
-
var a = t.red / 255, s = t.green / 255, u = t.blue / 255, d = Math.max(a, s, u), g = Math.min(a, s, u),
|
|
1775
|
+
var a = t.red / 255, s = t.green / 255, u = t.blue / 255, d = Math.max(a, s, u), g = Math.min(a, s, u), f = (d + g) / 2;
|
|
1776
1776
|
if (d === g)
|
|
1777
1777
|
return t.alpha !== void 0 ? {
|
|
1778
1778
|
hue: 0,
|
|
1779
1779
|
saturation: 0,
|
|
1780
|
-
lightness:
|
|
1780
|
+
lightness: f,
|
|
1781
1781
|
alpha: t.alpha
|
|
1782
1782
|
} : {
|
|
1783
1783
|
hue: 0,
|
|
1784
1784
|
saturation: 0,
|
|
1785
|
-
lightness:
|
|
1785
|
+
lightness: f
|
|
1786
1786
|
};
|
|
1787
|
-
var h,
|
|
1787
|
+
var h, C = d - g, y = f > 0.5 ? C / (2 - d - g) : C / (d + g);
|
|
1788
1788
|
switch (d) {
|
|
1789
1789
|
case a:
|
|
1790
|
-
h = (s - u) /
|
|
1790
|
+
h = (s - u) / C + (s < u ? 6 : 0);
|
|
1791
1791
|
break;
|
|
1792
1792
|
case s:
|
|
1793
|
-
h = (u - a) /
|
|
1793
|
+
h = (u - a) / C + 2;
|
|
1794
1794
|
break;
|
|
1795
1795
|
default:
|
|
1796
|
-
h = (a - s) /
|
|
1796
|
+
h = (a - s) / C + 4;
|
|
1797
1797
|
break;
|
|
1798
1798
|
}
|
|
1799
1799
|
return h *= 60, t.alpha !== void 0 ? {
|
|
1800
1800
|
hue: h,
|
|
1801
1801
|
saturation: y,
|
|
1802
|
-
lightness:
|
|
1802
|
+
lightness: f,
|
|
1803
1803
|
alpha: t.alpha
|
|
1804
1804
|
} : {
|
|
1805
1805
|
hue: h,
|
|
1806
1806
|
saturation: y,
|
|
1807
|
-
lightness:
|
|
1807
|
+
lightness: f
|
|
1808
1808
|
};
|
|
1809
1809
|
}
|
|
1810
1810
|
function Z(t) {
|
|
1811
1811
|
return pt(tr(t));
|
|
1812
1812
|
}
|
|
1813
|
-
var
|
|
1813
|
+
var ft = function(a) {
|
|
1814
1814
|
return a.length === 7 && a[1] === a[2] && a[3] === a[4] && a[5] === a[6] ? "#" + a[1] + a[3] + a[5] : a;
|
|
1815
|
-
}, Xr =
|
|
1815
|
+
}, Xr = ft;
|
|
1816
1816
|
function or(t) {
|
|
1817
1817
|
var a = t.toString(16);
|
|
1818
1818
|
return a.length === 1 ? "0" + a : a;
|
|
@@ -1820,13 +1820,13 @@ function or(t) {
|
|
|
1820
1820
|
function jr(t) {
|
|
1821
1821
|
return or(Math.round(t * 255));
|
|
1822
1822
|
}
|
|
1823
|
-
function
|
|
1823
|
+
function xt(t, a, s) {
|
|
1824
1824
|
return Xr("#" + jr(t) + jr(a) + jr(s));
|
|
1825
1825
|
}
|
|
1826
1826
|
function Sr(t, a, s) {
|
|
1827
|
-
return br(t, a, s,
|
|
1827
|
+
return br(t, a, s, xt);
|
|
1828
1828
|
}
|
|
1829
|
-
function
|
|
1829
|
+
function Ct(t, a, s) {
|
|
1830
1830
|
if (typeof t == "number" && typeof a == "number" && typeof s == "number")
|
|
1831
1831
|
return Sr(t, a, s);
|
|
1832
1832
|
if (typeof t == "object" && a === void 0 && s === void 0)
|
|
@@ -1873,7 +1873,7 @@ function Q(t) {
|
|
|
1873
1873
|
if (kt(t)) return zr(t);
|
|
1874
1874
|
if (yt(t)) return qr(t);
|
|
1875
1875
|
if (wt(t)) return ht(t);
|
|
1876
|
-
if (vt(t)) return
|
|
1876
|
+
if (vt(t)) return Ct(t);
|
|
1877
1877
|
throw new Y(8);
|
|
1878
1878
|
}
|
|
1879
1879
|
function qe(t, a, s) {
|
|
@@ -1888,7 +1888,7 @@ function H(t) {
|
|
|
1888
1888
|
function St(t, a) {
|
|
1889
1889
|
if (a === "transparent") return a;
|
|
1890
1890
|
var s = Z(a);
|
|
1891
|
-
return Q(
|
|
1891
|
+
return Q(B({}, s, {
|
|
1892
1892
|
hue: s.hue + parseFloat(t)
|
|
1893
1893
|
}));
|
|
1894
1894
|
}
|
|
@@ -1899,7 +1899,7 @@ function cr(t, a, s) {
|
|
|
1899
1899
|
function $t(t, a) {
|
|
1900
1900
|
if (a === "transparent") return a;
|
|
1901
1901
|
var s = Z(a);
|
|
1902
|
-
return Q(
|
|
1902
|
+
return Q(B({}, s, {
|
|
1903
1903
|
lightness: cr(0, 1, s.lightness - parseFloat(t))
|
|
1904
1904
|
}));
|
|
1905
1905
|
}
|
|
@@ -1907,15 +1907,15 @@ var zt = H($t), Rt = zt;
|
|
|
1907
1907
|
function Pt(t, a) {
|
|
1908
1908
|
if (a === "transparent") return a;
|
|
1909
1909
|
var s = Z(a);
|
|
1910
|
-
return Q(
|
|
1910
|
+
return Q(B({}, s, {
|
|
1911
1911
|
saturation: cr(0, 1, s.saturation - parseFloat(t))
|
|
1912
1912
|
}));
|
|
1913
1913
|
}
|
|
1914
1914
|
H(Pt);
|
|
1915
1915
|
function Wt(t) {
|
|
1916
1916
|
if (t === "transparent") return 0;
|
|
1917
|
-
var a = tr(t), s = Object.keys(a).map(function(
|
|
1918
|
-
var h = a[
|
|
1917
|
+
var a = tr(t), s = Object.keys(a).map(function(f) {
|
|
1918
|
+
var h = a[f] / 255;
|
|
1919
1919
|
return h <= 0.03928 ? h / 12.92 : Math.pow((h + 0.055) / 1.055, 2.4);
|
|
1920
1920
|
}), u = s[0], d = s[1], g = s[2];
|
|
1921
1921
|
return parseFloat((0.2126 * u + 0.7152 * d + 0.0722 * g).toFixed(3));
|
|
@@ -1923,58 +1923,58 @@ function Wt(t) {
|
|
|
1923
1923
|
function Tt(t, a) {
|
|
1924
1924
|
if (a === "transparent") return a;
|
|
1925
1925
|
var s = Z(a);
|
|
1926
|
-
return Q(
|
|
1926
|
+
return Q(B({}, s, {
|
|
1927
1927
|
lightness: cr(0, 1, s.lightness + parseFloat(t))
|
|
1928
1928
|
}));
|
|
1929
1929
|
}
|
|
1930
|
-
var Ft = H(Tt),
|
|
1931
|
-
function
|
|
1930
|
+
var Ft = H(Tt), It = Ft;
|
|
1931
|
+
function Et(t, a, s) {
|
|
1932
1932
|
if (a === "transparent") return s;
|
|
1933
1933
|
if (s === "transparent") return a;
|
|
1934
1934
|
if (t === 0) return s;
|
|
1935
|
-
var u = tr(a), d =
|
|
1935
|
+
var u = tr(a), d = B({}, u, {
|
|
1936
1936
|
alpha: typeof u.alpha == "number" ? u.alpha : 1
|
|
1937
|
-
}), g = tr(s),
|
|
1937
|
+
}), g = tr(s), f = B({}, g, {
|
|
1938
1938
|
alpha: typeof g.alpha == "number" ? g.alpha : 1
|
|
1939
|
-
}), h = d.alpha -
|
|
1940
|
-
red: Math.floor(d.red * S +
|
|
1941
|
-
green: Math.floor(d.green * S +
|
|
1942
|
-
blue: Math.floor(d.blue * S +
|
|
1943
|
-
alpha: d.alpha * parseFloat(t) +
|
|
1939
|
+
}), h = d.alpha - f.alpha, C = parseFloat(t) * 2 - 1, y = C * h === -1 ? C : C + h, k = 1 + C * h, S = (y / k + 1) / 2, p = 1 - S, R = {
|
|
1940
|
+
red: Math.floor(d.red * S + f.red * p),
|
|
1941
|
+
green: Math.floor(d.green * S + f.green * p),
|
|
1942
|
+
blue: Math.floor(d.blue * S + f.blue * p),
|
|
1943
|
+
alpha: d.alpha * parseFloat(t) + f.alpha * (1 - parseFloat(t))
|
|
1944
1944
|
};
|
|
1945
1945
|
return zr(R);
|
|
1946
1946
|
}
|
|
1947
|
-
var
|
|
1948
|
-
function
|
|
1947
|
+
var Ot = H(Et), Ne = Ot;
|
|
1948
|
+
function Mt(t, a) {
|
|
1949
1949
|
if (a === "transparent") return a;
|
|
1950
|
-
var s = tr(a), u = typeof s.alpha == "number" ? s.alpha : 1, d =
|
|
1950
|
+
var s = tr(a), u = typeof s.alpha == "number" ? s.alpha : 1, d = B({}, s, {
|
|
1951
1951
|
alpha: cr(0, 1, (u * 100 + parseFloat(t) * 100) / 100)
|
|
1952
1952
|
});
|
|
1953
1953
|
return zr(d);
|
|
1954
1954
|
}
|
|
1955
|
-
H(
|
|
1956
|
-
function
|
|
1955
|
+
H(Mt);
|
|
1956
|
+
function _t(t, a) {
|
|
1957
1957
|
if (a === "transparent") return a;
|
|
1958
1958
|
var s = Z(a);
|
|
1959
|
-
return Q(
|
|
1959
|
+
return Q(B({}, s, {
|
|
1960
1960
|
saturation: cr(0, 1, s.saturation + parseFloat(t))
|
|
1961
1961
|
}));
|
|
1962
1962
|
}
|
|
1963
|
-
H(
|
|
1964
|
-
function
|
|
1965
|
-
return a === "transparent" ? a : Q(
|
|
1963
|
+
H(_t);
|
|
1964
|
+
function Bt(t, a) {
|
|
1965
|
+
return a === "transparent" ? a : Q(B({}, Z(a), {
|
|
1966
1966
|
hue: parseFloat(t)
|
|
1967
1967
|
}));
|
|
1968
1968
|
}
|
|
1969
|
-
H(
|
|
1969
|
+
H(Bt);
|
|
1970
1970
|
function Ht(t, a) {
|
|
1971
|
-
return a === "transparent" ? a : Q(
|
|
1971
|
+
return a === "transparent" ? a : Q(B({}, Z(a), {
|
|
1972
1972
|
lightness: parseFloat(t)
|
|
1973
1973
|
}));
|
|
1974
1974
|
}
|
|
1975
1975
|
H(Ht);
|
|
1976
1976
|
function jt(t, a) {
|
|
1977
|
-
return a === "transparent" ? a : Q(
|
|
1977
|
+
return a === "transparent" ? a : Q(B({}, Z(a), {
|
|
1978
1978
|
saturation: parseFloat(t)
|
|
1979
1979
|
}));
|
|
1980
1980
|
}
|
|
@@ -1989,16 +1989,16 @@ function Dt(t, a) {
|
|
|
1989
1989
|
H(Dt);
|
|
1990
1990
|
function At(t, a) {
|
|
1991
1991
|
if (a === "transparent") return a;
|
|
1992
|
-
var s = tr(a), u = typeof s.alpha == "number" ? s.alpha : 1, d =
|
|
1992
|
+
var s = tr(a), u = typeof s.alpha == "number" ? s.alpha : 1, d = B({}, s, {
|
|
1993
1993
|
alpha: cr(0, 1, +(u * 100 - parseFloat(t) * 100).toFixed(2) / 100)
|
|
1994
1994
|
});
|
|
1995
1995
|
return zr(d);
|
|
1996
1996
|
}
|
|
1997
1997
|
H(At);
|
|
1998
1998
|
const F = (t, a) => Qo(t, a);
|
|
1999
|
-
function
|
|
1999
|
+
function _n(t) {
|
|
2000
2000
|
const a = Wt(t), s = Math.max(Math.abs(a - 0.5) * 1.2, 0.3);
|
|
2001
|
-
return a < 0.5 ?
|
|
2001
|
+
return a < 0.5 ? It(s, t) : Rt(s, t);
|
|
2002
2002
|
}
|
|
2003
2003
|
const Gt = {
|
|
2004
2004
|
shadow: o.core.shadow.shadow500,
|
|
@@ -2011,6 +2011,10 @@ const Gt = {
|
|
|
2011
2011
|
closeIconColor: o.semantic.color.icon.neutral800,
|
|
2012
2012
|
textColor: o.semantic.color.text.neutral800
|
|
2013
2013
|
},
|
|
2014
|
+
description: {
|
|
2015
|
+
blockPadding: "3rem 0",
|
|
2016
|
+
textColor: o.semantic.color.text.neutral800
|
|
2017
|
+
},
|
|
2014
2018
|
body: {
|
|
2015
2019
|
blockPadding: "4rem 1.6rem"
|
|
2016
2020
|
},
|
|
@@ -2228,11 +2232,13 @@ const Gt = {
|
|
|
2228
2232
|
block: {
|
|
2229
2233
|
sizes: {
|
|
2230
2234
|
regular: {
|
|
2235
|
+
fontWeight: "600",
|
|
2231
2236
|
padding: "0.4rem 0.6rem",
|
|
2232
2237
|
borderRadius: "3px",
|
|
2233
2238
|
gap: "0.2rem"
|
|
2234
2239
|
},
|
|
2235
2240
|
small: {
|
|
2241
|
+
fontWeight: "600",
|
|
2236
2242
|
padding: "0.2rem 0.4rem",
|
|
2237
2243
|
borderRadius: "3px",
|
|
2238
2244
|
gap: "0.2rem"
|
|
@@ -2258,11 +2264,13 @@ const Gt = {
|
|
|
2258
2264
|
inline: {
|
|
2259
2265
|
sizes: {
|
|
2260
2266
|
regular: {
|
|
2267
|
+
fontWeight: "600",
|
|
2261
2268
|
padding: "0",
|
|
2262
2269
|
borderRadius: "0",
|
|
2263
2270
|
gap: "0.2rem"
|
|
2264
2271
|
},
|
|
2265
2272
|
small: {
|
|
2273
|
+
fontWeight: "600",
|
|
2266
2274
|
padding: "0",
|
|
2267
2275
|
borderRadius: "0",
|
|
2268
2276
|
gap: "0.2rem"
|
|
@@ -2326,10 +2334,17 @@ const Gt = {
|
|
|
2326
2334
|
},
|
|
2327
2335
|
label: {
|
|
2328
2336
|
color: o.semantic.color.text.neutral800,
|
|
2329
|
-
padding: "1rem 1.6rem"
|
|
2337
|
+
padding: "1rem 1.6rem",
|
|
2338
|
+
levelOffset: "1.6rem",
|
|
2339
|
+
gap: "1rem",
|
|
2340
|
+
variants: {
|
|
2341
|
+
header: { textColor: o.semantic.color.text.neutral800, fontWeight: "600" },
|
|
2342
|
+
sub: { textColor: o.semantic.color.text.neutral600, fontWeight: "600" }
|
|
2343
|
+
}
|
|
2330
2344
|
},
|
|
2331
2345
|
item: {
|
|
2332
2346
|
padding: "1rem 1.6rem",
|
|
2347
|
+
levelOffset: "1.6rem",
|
|
2333
2348
|
gap: "1rem",
|
|
2334
2349
|
subHead: {
|
|
2335
2350
|
textColor: o.semantic.color.text.neutral800
|
|
@@ -2385,6 +2400,10 @@ const Gt = {
|
|
|
2385
2400
|
textColor: o.semantic.color.text.neutral800,
|
|
2386
2401
|
gap: "0.8rem"
|
|
2387
2402
|
},
|
|
2403
|
+
description: {
|
|
2404
|
+
blockPadding: "0 1.2rem",
|
|
2405
|
+
textColor: o.semantic.color.text.neutral800
|
|
2406
|
+
},
|
|
2388
2407
|
body: {
|
|
2389
2408
|
minWidth: "30rem",
|
|
2390
2409
|
maxWidth: "50rem",
|
|
@@ -2396,6 +2415,8 @@ const Gt = {
|
|
|
2396
2415
|
},
|
|
2397
2416
|
overlay: { bgColor: F(o.semantic.color.background.neutral100, 0.9) }
|
|
2398
2417
|
}, Qt = {
|
|
2418
|
+
iconColor: o.semantic.color.icon.neutral700
|
|
2419
|
+
}, ra = {
|
|
2399
2420
|
bgColor: o.semantic.color.background.neutral100,
|
|
2400
2421
|
shadow: o.core.shadow.shadow400,
|
|
2401
2422
|
borderRadius: "0.8rem",
|
|
@@ -2408,7 +2429,7 @@ const Gt = {
|
|
|
2408
2429
|
height: "8px",
|
|
2409
2430
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
2410
2431
|
}
|
|
2411
|
-
},
|
|
2432
|
+
}, ea = {
|
|
2412
2433
|
closeButton: {
|
|
2413
2434
|
iconColor: o.semantic.color.icon.neutral700
|
|
2414
2435
|
},
|
|
@@ -2427,7 +2448,7 @@ const Gt = {
|
|
|
2427
2448
|
margin: "0 0 1.2rem 0",
|
|
2428
2449
|
padding: "1.6rem"
|
|
2429
2450
|
}
|
|
2430
|
-
},
|
|
2451
|
+
}, oa = {
|
|
2431
2452
|
textColor: o.semantic.color.text.neutral100,
|
|
2432
2453
|
border: "none",
|
|
2433
2454
|
colorGroups: [
|
|
@@ -2442,7 +2463,7 @@ const Gt = {
|
|
|
2442
2463
|
M: "3.2rem",
|
|
2443
2464
|
L: "4.4rem"
|
|
2444
2465
|
}
|
|
2445
|
-
},
|
|
2466
|
+
}, ta = {
|
|
2446
2467
|
borderRadius: "1px",
|
|
2447
2468
|
textPosition: {
|
|
2448
2469
|
left: {
|
|
@@ -2496,7 +2517,7 @@ const Gt = {
|
|
|
2496
2517
|
text: {
|
|
2497
2518
|
color: o.semantic.color.text.neutral800
|
|
2498
2519
|
}
|
|
2499
|
-
},
|
|
2520
|
+
}, aa = {
|
|
2500
2521
|
size: "1.8rem",
|
|
2501
2522
|
iconSize: "0.6rem",
|
|
2502
2523
|
padding: "0",
|
|
@@ -2545,7 +2566,7 @@ const Gt = {
|
|
|
2545
2566
|
}
|
|
2546
2567
|
}
|
|
2547
2568
|
}
|
|
2548
|
-
},
|
|
2569
|
+
}, na = {
|
|
2549
2570
|
bgColor: o.semantic.color.background.neutral100,
|
|
2550
2571
|
shadow: o.core.shadow.shadow200,
|
|
2551
2572
|
borderRadius: "0.8rem",
|
|
@@ -2565,7 +2586,7 @@ const Gt = {
|
|
|
2565
2586
|
},
|
|
2566
2587
|
customActions: { gap: "0.8rem" }
|
|
2567
2588
|
}
|
|
2568
|
-
},
|
|
2589
|
+
}, la = {
|
|
2569
2590
|
width: "100%",
|
|
2570
2591
|
height: "fit-content",
|
|
2571
2592
|
bgColor: o.semantic.color.background.neutral100,
|
|
@@ -2609,7 +2630,7 @@ const Gt = {
|
|
|
2609
2630
|
width: "1px",
|
|
2610
2631
|
color: o.semantic.color.border.neutral400
|
|
2611
2632
|
}
|
|
2612
|
-
},
|
|
2633
|
+
}, ca = {
|
|
2613
2634
|
padding: "0 1rem",
|
|
2614
2635
|
height: "3.6rem",
|
|
2615
2636
|
gap: "0.6rem",
|
|
@@ -2712,11 +2733,11 @@ const Gt = {
|
|
|
2712
2733
|
}, A = {
|
|
2713
2734
|
bgColor: { disabled: o.semantic.color.background.neutral400 },
|
|
2714
2735
|
textColor: { disabled: o.semantic.color.text.neutral600 }
|
|
2715
|
-
},
|
|
2736
|
+
}, E = {
|
|
2716
2737
|
borderColor: { disabled: o.semantic.color.border.neutral500 },
|
|
2717
2738
|
bgColor: { disabled: "transparent" },
|
|
2718
2739
|
textColor: { disabled: o.semantic.color.text.neutral500 }
|
|
2719
|
-
},
|
|
2740
|
+
}, ia = {
|
|
2720
2741
|
sizes: {
|
|
2721
2742
|
S: {
|
|
2722
2743
|
borderRadius: "99rem",
|
|
@@ -2755,9 +2776,9 @@ const Gt = {
|
|
|
2755
2776
|
bgColor: F(o.semantic.color.background.success700, 0.12)
|
|
2756
2777
|
},
|
|
2757
2778
|
disabled: {
|
|
2758
|
-
borderColor:
|
|
2759
|
-
bgColor:
|
|
2760
|
-
textColor:
|
|
2779
|
+
borderColor: E.borderColor.disabled,
|
|
2780
|
+
bgColor: E.bgColor.disabled,
|
|
2781
|
+
textColor: E.textColor.disabled
|
|
2761
2782
|
}
|
|
2762
2783
|
}
|
|
2763
2784
|
},
|
|
@@ -2791,9 +2812,9 @@ const Gt = {
|
|
|
2791
2812
|
bgColor: F(o.semantic.color.background.attention700, 0.12)
|
|
2792
2813
|
},
|
|
2793
2814
|
disabled: {
|
|
2794
|
-
borderColor:
|
|
2795
|
-
bgColor:
|
|
2796
|
-
textColor:
|
|
2815
|
+
borderColor: E.borderColor.disabled,
|
|
2816
|
+
bgColor: E.bgColor.disabled,
|
|
2817
|
+
textColor: E.textColor.disabled
|
|
2797
2818
|
}
|
|
2798
2819
|
}
|
|
2799
2820
|
},
|
|
@@ -2827,9 +2848,9 @@ const Gt = {
|
|
|
2827
2848
|
bgColor: F(o.semantic.color.background.danger700, 0.12)
|
|
2828
2849
|
},
|
|
2829
2850
|
disabled: {
|
|
2830
|
-
borderColor:
|
|
2831
|
-
bgColor:
|
|
2832
|
-
textColor:
|
|
2851
|
+
borderColor: E.borderColor.disabled,
|
|
2852
|
+
bgColor: E.bgColor.disabled,
|
|
2853
|
+
textColor: E.textColor.disabled
|
|
2833
2854
|
}
|
|
2834
2855
|
}
|
|
2835
2856
|
},
|
|
@@ -2863,9 +2884,9 @@ const Gt = {
|
|
|
2863
2884
|
bgColor: F(o.semantic.color.background.notice700, 0.12)
|
|
2864
2885
|
},
|
|
2865
2886
|
disabled: {
|
|
2866
|
-
borderColor:
|
|
2867
|
-
bgColor:
|
|
2868
|
-
textColor:
|
|
2887
|
+
borderColor: E.borderColor.disabled,
|
|
2888
|
+
bgColor: E.bgColor.disabled,
|
|
2889
|
+
textColor: E.textColor.disabled
|
|
2869
2890
|
}
|
|
2870
2891
|
}
|
|
2871
2892
|
},
|
|
@@ -2899,14 +2920,14 @@ const Gt = {
|
|
|
2899
2920
|
bgColor: F(o.semantic.color.background.informative700, 0.12)
|
|
2900
2921
|
},
|
|
2901
2922
|
disabled: {
|
|
2902
|
-
borderColor:
|
|
2903
|
-
bgColor:
|
|
2904
|
-
textColor:
|
|
2923
|
+
borderColor: E.borderColor.disabled,
|
|
2924
|
+
bgColor: E.bgColor.disabled,
|
|
2925
|
+
textColor: E.textColor.disabled
|
|
2905
2926
|
}
|
|
2906
2927
|
}
|
|
2907
2928
|
}
|
|
2908
2929
|
}
|
|
2909
|
-
},
|
|
2930
|
+
}, sa = {
|
|
2910
2931
|
sizes: {
|
|
2911
2932
|
M: {
|
|
2912
2933
|
borderRadius: o.core.space.space100,
|
|
@@ -2946,7 +2967,7 @@ const Gt = {
|
|
|
2946
2967
|
borderColor: o.semantic.color.border.attention300
|
|
2947
2968
|
}
|
|
2948
2969
|
}
|
|
2949
|
-
},
|
|
2970
|
+
}, da = {
|
|
2950
2971
|
variants: {
|
|
2951
2972
|
informative: { iconColor: o.semantic.color.icon.informative600 },
|
|
2952
2973
|
danger: { iconColor: o.semantic.color.icon.danger600 },
|
|
@@ -2954,7 +2975,7 @@ const Gt = {
|
|
|
2954
2975
|
notice: { iconColor: o.semantic.color.icon.notice600 },
|
|
2955
2976
|
success: { iconColor: o.semantic.color.icon.success600 }
|
|
2956
2977
|
}
|
|
2957
|
-
},
|
|
2978
|
+
}, ma = {
|
|
2958
2979
|
collapsed: {
|
|
2959
2980
|
bgColor: o.semantic.color.background.neutral100,
|
|
2960
2981
|
shadow: o.core.shadow.shadow100,
|
|
@@ -3058,7 +3079,7 @@ const Gt = {
|
|
|
3058
3079
|
}
|
|
3059
3080
|
}
|
|
3060
3081
|
}
|
|
3061
|
-
},
|
|
3082
|
+
}, ua = {
|
|
3062
3083
|
card: {
|
|
3063
3084
|
gap: "2.4rem",
|
|
3064
3085
|
bgColor: o.semantic.color.background.neutral100,
|
|
@@ -3085,7 +3106,7 @@ const Gt = {
|
|
|
3085
3106
|
grid: {
|
|
3086
3107
|
gap: "1.6rem"
|
|
3087
3108
|
}
|
|
3088
|
-
},
|
|
3109
|
+
}, ga = {
|
|
3089
3110
|
gap: "2.4rem",
|
|
3090
3111
|
step: {
|
|
3091
3112
|
gap: "0.8rem",
|
|
@@ -3129,7 +3150,7 @@ const Gt = {
|
|
|
3129
3150
|
}
|
|
3130
3151
|
}
|
|
3131
3152
|
}
|
|
3132
|
-
},
|
|
3153
|
+
}, ba = {
|
|
3133
3154
|
width: "3rem",
|
|
3134
3155
|
height: "1.8rem",
|
|
3135
3156
|
padding: "0.2rem",
|
|
@@ -3181,7 +3202,7 @@ const Gt = {
|
|
|
3181
3202
|
}
|
|
3182
3203
|
}
|
|
3183
3204
|
}
|
|
3184
|
-
},
|
|
3205
|
+
}, pa = {
|
|
3185
3206
|
table: {
|
|
3186
3207
|
tableContainer: {
|
|
3187
3208
|
backgroundColor: o.semantic.color.background.neutral100,
|
|
@@ -3226,7 +3247,7 @@ const Gt = {
|
|
|
3226
3247
|
}
|
|
3227
3248
|
}
|
|
3228
3249
|
}
|
|
3229
|
-
},
|
|
3250
|
+
}, fa = {
|
|
3230
3251
|
bgColor: "transparent",
|
|
3231
3252
|
padding: "1rem 1.6rem",
|
|
3232
3253
|
gap: "3.2rem",
|
|
@@ -3410,14 +3431,14 @@ const Gt = {
|
|
|
3410
3431
|
}
|
|
3411
3432
|
}
|
|
3412
3433
|
}
|
|
3413
|
-
},
|
|
3434
|
+
}, ha = {
|
|
3414
3435
|
width: "clamp(400px, 33vw, 640px)",
|
|
3415
3436
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
3416
3437
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
3417
3438
|
gap: "1.2rem",
|
|
3418
3439
|
actions: { gap: "0.8rem", inlineMargin: "2.4rem 0" },
|
|
3419
3440
|
toaster: { gap: "2rem" }
|
|
3420
|
-
}, We = "transparent",
|
|
3441
|
+
}, We = "transparent", ya = {
|
|
3421
3442
|
gap: "0.4rem",
|
|
3422
3443
|
height: "2.7rem",
|
|
3423
3444
|
lineHeight: "1.9rem",
|
|
@@ -3459,7 +3480,7 @@ const Gt = {
|
|
|
3459
3480
|
minWidth: "2rem",
|
|
3460
3481
|
borderRadius: "99rem"
|
|
3461
3482
|
}
|
|
3462
|
-
},
|
|
3483
|
+
}, ka = {
|
|
3463
3484
|
textColor: o.semantic.color.text.neutral800,
|
|
3464
3485
|
bgColor: o.semantic.color.background.neutral100,
|
|
3465
3486
|
shadow: o.core.shadow.shadow400,
|
|
@@ -3473,7 +3494,7 @@ const Gt = {
|
|
|
3473
3494
|
height: "8px",
|
|
3474
3495
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
3475
3496
|
}
|
|
3476
|
-
},
|
|
3497
|
+
}, va = {
|
|
3477
3498
|
levelOffset: "1.8rem",
|
|
3478
3499
|
item: {
|
|
3479
3500
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -3486,7 +3507,7 @@ const Gt = {
|
|
|
3486
3507
|
iconColor: o.semantic.color.icon.neutral800,
|
|
3487
3508
|
gap: "0.4rem"
|
|
3488
3509
|
}
|
|
3489
|
-
},
|
|
3510
|
+
}, wa = {
|
|
3490
3511
|
colors: {
|
|
3491
3512
|
primary: o.semantic.color.text.neutral800,
|
|
3492
3513
|
secondary: o.semantic.color.text.neutral700
|
|
@@ -3530,13 +3551,13 @@ const Gt = {
|
|
|
3530
3551
|
XS: o.core.font.fontSize.s10
|
|
3531
3552
|
},
|
|
3532
3553
|
fontWeight: {
|
|
3533
|
-
regular: "
|
|
3554
|
+
regular: "inherit",
|
|
3534
3555
|
semiBold: "600",
|
|
3535
|
-
italic: "
|
|
3556
|
+
italic: "inherit"
|
|
3536
3557
|
},
|
|
3537
3558
|
fontStyle: {
|
|
3538
|
-
regular: "
|
|
3539
|
-
semiBold: "
|
|
3559
|
+
regular: "inherit",
|
|
3560
|
+
semiBold: "inherit",
|
|
3540
3561
|
italic: "italic"
|
|
3541
3562
|
}
|
|
3542
3563
|
},
|
|
@@ -3552,7 +3573,7 @@ const Gt = {
|
|
|
3552
3573
|
semiBold: "600"
|
|
3553
3574
|
}
|
|
3554
3575
|
}
|
|
3555
|
-
},
|
|
3576
|
+
}, Sa = {
|
|
3556
3577
|
gap: "1.6rem",
|
|
3557
3578
|
header: {
|
|
3558
3579
|
gap: "0.8rem"
|
|
@@ -3604,13 +3625,13 @@ const Gt = {
|
|
|
3604
3625
|
borderColor: o.semantic.color.border.neutral300
|
|
3605
3626
|
}
|
|
3606
3627
|
}
|
|
3607
|
-
},
|
|
3628
|
+
}, $a = {
|
|
3608
3629
|
bgColor: o.semantic.color.background.neutral100,
|
|
3609
3630
|
textColor: o.semantic.color.background.neutral700,
|
|
3610
3631
|
fontFamily: o.core.font.fontFamily.regular,
|
|
3611
3632
|
fontSize: o.core.font.fontSize.s14,
|
|
3612
3633
|
lineHeight: "1.4"
|
|
3613
|
-
},
|
|
3634
|
+
}, za = {
|
|
3614
3635
|
width: "0.5rem",
|
|
3615
3636
|
height: "0.5rem",
|
|
3616
3637
|
bgColor: o.semantic.color.background.neutral300,
|
|
@@ -3619,11 +3640,11 @@ const Gt = {
|
|
|
3619
3640
|
bgColor: o.semantic.color.background.neutral600,
|
|
3620
3641
|
borderRadius: "99rem"
|
|
3621
3642
|
}
|
|
3622
|
-
},
|
|
3643
|
+
}, Bn = {
|
|
3623
3644
|
name: "old",
|
|
3624
3645
|
...o,
|
|
3625
3646
|
components: {
|
|
3626
|
-
actionIconButton:
|
|
3647
|
+
actionIconButton: Bo,
|
|
3627
3648
|
appBar: Ho,
|
|
3628
3649
|
appSelectionMenu: jo,
|
|
3629
3650
|
autoComplete: Lo,
|
|
@@ -3648,35 +3669,36 @@ const Gt = {
|
|
|
3648
3669
|
loader: Jt,
|
|
3649
3670
|
menu: Vt,
|
|
3650
3671
|
modal: Zt,
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3672
|
+
moreInfoIcon: Qt,
|
|
3673
|
+
popover: ra,
|
|
3674
|
+
popupCard: ea,
|
|
3675
|
+
profileIcon: oa,
|
|
3676
|
+
progressBar: ta,
|
|
3677
|
+
radio: aa,
|
|
3678
|
+
searchBar: na,
|
|
3679
|
+
section: la,
|
|
3680
|
+
select: ca,
|
|
3681
|
+
semanticButton: ia,
|
|
3682
|
+
semanticContainer: sa,
|
|
3683
|
+
semanticIcon: da,
|
|
3684
|
+
sideBar: ma,
|
|
3685
|
+
skeleton: ua,
|
|
3686
|
+
stepper: ga,
|
|
3687
|
+
switchButton: ba,
|
|
3688
|
+
table: pa,
|
|
3689
|
+
tableHeading: fa,
|
|
3668
3690
|
tabs: xa,
|
|
3669
3691
|
textButton: Ca,
|
|
3670
|
-
toast:
|
|
3671
|
-
toggleButton:
|
|
3672
|
-
tooltip:
|
|
3673
|
-
treeView:
|
|
3674
|
-
typography:
|
|
3675
|
-
windowBar:
|
|
3692
|
+
toast: ha,
|
|
3693
|
+
toggleButton: ya,
|
|
3694
|
+
tooltip: ka,
|
|
3695
|
+
treeView: va,
|
|
3696
|
+
typography: wa,
|
|
3697
|
+
windowBar: Sa
|
|
3676
3698
|
},
|
|
3677
3699
|
globals: {
|
|
3678
|
-
body:
|
|
3679
|
-
scrollbar:
|
|
3700
|
+
body: $a,
|
|
3701
|
+
scrollbar: za
|
|
3680
3702
|
}
|
|
3681
3703
|
}, c = {
|
|
3682
3704
|
transparent: "#00000000",
|
|
@@ -4069,7 +4091,7 @@ const Gt = {
|
|
|
4069
4091
|
color: c.blue600
|
|
4070
4092
|
}
|
|
4071
4093
|
}
|
|
4072
|
-
},
|
|
4094
|
+
}, Ra = {
|
|
4073
4095
|
sizes: {
|
|
4074
4096
|
L: {
|
|
4075
4097
|
size: "3rem",
|
|
@@ -4122,7 +4144,7 @@ const Gt = {
|
|
|
4122
4144
|
}
|
|
4123
4145
|
}
|
|
4124
4146
|
}
|
|
4125
|
-
},
|
|
4147
|
+
}, Pa = {
|
|
4126
4148
|
height: "7rem",
|
|
4127
4149
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
4128
4150
|
separator: `1px solid ${e.semantic.color.border.neutral400}`,
|
|
@@ -4140,7 +4162,7 @@ const Gt = {
|
|
|
4140
4162
|
color: e.semantic.color.text.neutral100
|
|
4141
4163
|
}
|
|
4142
4164
|
}
|
|
4143
|
-
},
|
|
4165
|
+
}, Wa = {
|
|
4144
4166
|
trigger: {
|
|
4145
4167
|
borderRadius: "0.4rem",
|
|
4146
4168
|
height: "3.2rem",
|
|
@@ -4177,12 +4199,12 @@ const Gt = {
|
|
|
4177
4199
|
color: e.semantic.color.text.neutral800
|
|
4178
4200
|
}
|
|
4179
4201
|
}
|
|
4180
|
-
},
|
|
4202
|
+
}, Ta = {
|
|
4181
4203
|
dropdown: {
|
|
4182
4204
|
screenMarginHeight: "6px",
|
|
4183
4205
|
maxHeight: "50vh"
|
|
4184
4206
|
}
|
|
4185
|
-
}, Te = "1px",
|
|
4207
|
+
}, Te = "1px", Fa = {
|
|
4186
4208
|
padding: `${e.core.space.space025} ${e.core.space.space050}`,
|
|
4187
4209
|
gap: e.core.space.space025,
|
|
4188
4210
|
borderRadius: "2px",
|
|
@@ -4245,7 +4267,7 @@ const Gt = {
|
|
|
4245
4267
|
iconColor: e.semantic.color.text.neutral500
|
|
4246
4268
|
}
|
|
4247
4269
|
}
|
|
4248
|
-
},
|
|
4270
|
+
}, Ia = {
|
|
4249
4271
|
sizes: {
|
|
4250
4272
|
S: {
|
|
4251
4273
|
gap: "0.8rem",
|
|
@@ -4286,8 +4308,8 @@ const Gt = {
|
|
|
4286
4308
|
checked: {
|
|
4287
4309
|
normal: {
|
|
4288
4310
|
bgColor: e.semantic.color.background.neutral100,
|
|
4289
|
-
borderColor: e.
|
|
4290
|
-
markerColor: e.
|
|
4311
|
+
borderColor: e.color.azure600,
|
|
4312
|
+
markerColor: e.color.azure600,
|
|
4291
4313
|
textColor: e.semantic.color.text.neutral800,
|
|
4292
4314
|
iconColor: e.semantic.color.icon.neutral700
|
|
4293
4315
|
},
|
|
@@ -4303,7 +4325,7 @@ const Gt = {
|
|
|
4303
4325
|
defaultItem: {
|
|
4304
4326
|
gap: "0.4rem"
|
|
4305
4327
|
}
|
|
4306
|
-
},
|
|
4328
|
+
}, Oa = {
|
|
4307
4329
|
gap: "0.2rem",
|
|
4308
4330
|
sizes: {
|
|
4309
4331
|
small: {
|
|
@@ -4526,7 +4548,7 @@ const Gt = {
|
|
|
4526
4548
|
}
|
|
4527
4549
|
}
|
|
4528
4550
|
}
|
|
4529
|
-
},
|
|
4551
|
+
}, Ha = {
|
|
4530
4552
|
sizes: {
|
|
4531
4553
|
M: {
|
|
4532
4554
|
height: "2.8rem",
|
|
@@ -4583,7 +4605,7 @@ const Gt = {
|
|
|
4583
4605
|
}
|
|
4584
4606
|
}
|
|
4585
4607
|
}
|
|
4586
|
-
},
|
|
4608
|
+
}, ja = {
|
|
4587
4609
|
sizes: {
|
|
4588
4610
|
M: {
|
|
4589
4611
|
gap: "0.8rem 5px"
|
|
@@ -4600,13 +4622,13 @@ const Gt = {
|
|
|
4600
4622
|
gap: "0.4rem",
|
|
4601
4623
|
padding: "1.2rem 1.6rem"
|
|
4602
4624
|
}
|
|
4603
|
-
},
|
|
4625
|
+
}, La = {
|
|
4604
4626
|
width: "2.7rem",
|
|
4605
4627
|
height: "2rem",
|
|
4606
4628
|
borderRadius: "5px",
|
|
4607
4629
|
borderWidth: "0.1px",
|
|
4608
4630
|
borderColor: e.semantic.color.border.neutral500
|
|
4609
|
-
},
|
|
4631
|
+
}, Da = {
|
|
4610
4632
|
fontSize: e.core.font.fontSize.s14,
|
|
4611
4633
|
fontWeight: "400",
|
|
4612
4634
|
fontFamily: e.core.font.fontFamily.regular,
|
|
@@ -4670,7 +4692,7 @@ const Gt = {
|
|
|
4670
4692
|
weekNumCell: {
|
|
4671
4693
|
fontSize: "1rem"
|
|
4672
4694
|
}
|
|
4673
|
-
},
|
|
4695
|
+
}, Aa = {
|
|
4674
4696
|
shadow: e.core.shadow.shadow500,
|
|
4675
4697
|
bgColor: e.semantic.color.background.neutral100,
|
|
4676
4698
|
sidePadding: "3.2rem",
|
|
@@ -4681,6 +4703,10 @@ const Gt = {
|
|
|
4681
4703
|
closeIconColor: e.semantic.color.icon.neutral800,
|
|
4682
4704
|
textColor: e.semantic.color.text.neutral800
|
|
4683
4705
|
},
|
|
4706
|
+
description: {
|
|
4707
|
+
blockPadding: "3rem 0",
|
|
4708
|
+
textColor: e.semantic.color.text.neutral800
|
|
4709
|
+
},
|
|
4684
4710
|
body: {
|
|
4685
4711
|
blockPadding: "4rem 1.6rem"
|
|
4686
4712
|
},
|
|
@@ -4690,7 +4716,7 @@ const Gt = {
|
|
|
4690
4716
|
buttonsGap: "1.6rem"
|
|
4691
4717
|
},
|
|
4692
4718
|
overlay: { bgColor: F(e.semantic.color.background.neutral100, 0.8) }
|
|
4693
|
-
},
|
|
4719
|
+
}, Ga = {
|
|
4694
4720
|
chipList: {
|
|
4695
4721
|
padding: "0.8rem 1.6rem",
|
|
4696
4722
|
border: `1px solid ${e.semantic.color.border.neutral400}`
|
|
@@ -4723,7 +4749,7 @@ const Gt = {
|
|
|
4723
4749
|
padding: "0.8rem 1.6rem"
|
|
4724
4750
|
}
|
|
4725
4751
|
}
|
|
4726
|
-
},
|
|
4752
|
+
}, Xa = {
|
|
4727
4753
|
columnGap: "1.6rem",
|
|
4728
4754
|
group: {
|
|
4729
4755
|
rowGap: "1rem"
|
|
@@ -4737,7 +4763,7 @@ const Gt = {
|
|
|
4737
4763
|
textColor: e.semantic.color.text.danger500
|
|
4738
4764
|
}
|
|
4739
4765
|
}
|
|
4740
|
-
},
|
|
4766
|
+
}, qa = {
|
|
4741
4767
|
sizes: {
|
|
4742
4768
|
XXL: {
|
|
4743
4769
|
width: "3.2rem",
|
|
@@ -4781,7 +4807,7 @@ const Gt = {
|
|
|
4781
4807
|
}
|
|
4782
4808
|
},
|
|
4783
4809
|
borderRadius: "0.4rem"
|
|
4784
|
-
},
|
|
4810
|
+
}, Na = {
|
|
4785
4811
|
padding: "0 0.8rem 0 1rem",
|
|
4786
4812
|
height: "3.6rem",
|
|
4787
4813
|
gap: "0.5rem",
|
|
@@ -4872,7 +4898,7 @@ const Gt = {
|
|
|
4872
4898
|
textColor: e.semantic.color.text.danger500
|
|
4873
4899
|
}
|
|
4874
4900
|
}
|
|
4875
|
-
},
|
|
4901
|
+
}, Ya = {
|
|
4876
4902
|
gap: "0.5rem",
|
|
4877
4903
|
margin: "0 0 0.2rem 0",
|
|
4878
4904
|
minHeight: "20px",
|
|
@@ -4893,17 +4919,19 @@ const Gt = {
|
|
|
4893
4919
|
required: {
|
|
4894
4920
|
textColor: e.semantic.color.text.danger500
|
|
4895
4921
|
}
|
|
4896
|
-
},
|
|
4922
|
+
}, Ua = {
|
|
4897
4923
|
variants: {
|
|
4898
4924
|
block: {
|
|
4899
4925
|
sizes: {
|
|
4900
4926
|
regular: {
|
|
4927
|
+
fontWeight: "600",
|
|
4901
4928
|
padding: "0.4rem 0.6rem",
|
|
4902
4929
|
borderRadius: "0.4rem",
|
|
4903
4930
|
minHeight: "2.8rem",
|
|
4904
4931
|
gap: "0"
|
|
4905
4932
|
},
|
|
4906
4933
|
small: {
|
|
4934
|
+
fontWeight: "600",
|
|
4907
4935
|
padding: "0.2rem 0.4rem",
|
|
4908
4936
|
borderRadius: "0.4rem",
|
|
4909
4937
|
minHeight: "2.2rem",
|
|
@@ -4932,11 +4960,13 @@ const Gt = {
|
|
|
4932
4960
|
inline: {
|
|
4933
4961
|
sizes: {
|
|
4934
4962
|
regular: {
|
|
4963
|
+
fontWeight: "600",
|
|
4935
4964
|
padding: "0",
|
|
4936
4965
|
borderRadius: "0",
|
|
4937
4966
|
gap: "0"
|
|
4938
4967
|
},
|
|
4939
4968
|
small: {
|
|
4969
|
+
fontWeight: "600",
|
|
4940
4970
|
padding: "0",
|
|
4941
4971
|
borderRadius: "0",
|
|
4942
4972
|
gap: "0"
|
|
@@ -4960,7 +4990,7 @@ const Gt = {
|
|
|
4960
4990
|
}
|
|
4961
4991
|
}
|
|
4962
4992
|
}
|
|
4963
|
-
},
|
|
4993
|
+
}, Ka = {
|
|
4964
4994
|
size: "5rem",
|
|
4965
4995
|
gap: "0.5rem",
|
|
4966
4996
|
textColor: e.semantic.color.icon.neutral700,
|
|
@@ -4981,7 +5011,7 @@ const Gt = {
|
|
|
4981
5011
|
textColor: e.semantic.color.icon.neutral100
|
|
4982
5012
|
}
|
|
4983
5013
|
}
|
|
4984
|
-
},
|
|
5014
|
+
}, Ja = {
|
|
4985
5015
|
dropDown: {
|
|
4986
5016
|
minWidth: "16rem",
|
|
4987
5017
|
maxWidth: "40rem",
|
|
@@ -5000,10 +5030,17 @@ const Gt = {
|
|
|
5000
5030
|
},
|
|
5001
5031
|
label: {
|
|
5002
5032
|
color: e.semantic.color.text.neutral800,
|
|
5003
|
-
padding: "1rem 1.6rem"
|
|
5033
|
+
padding: "1rem 1.6rem",
|
|
5034
|
+
levelOffset: "1.6rem",
|
|
5035
|
+
gap: "1rem",
|
|
5036
|
+
variants: {
|
|
5037
|
+
header: { textColor: e.semantic.color.text.neutral800, fontWeight: "600" },
|
|
5038
|
+
sub: { textColor: e.color.dusk600, fontWeight: "600" }
|
|
5039
|
+
}
|
|
5004
5040
|
},
|
|
5005
5041
|
item: {
|
|
5006
5042
|
padding: "1rem 1.6rem",
|
|
5043
|
+
levelOffset: "1.6rem",
|
|
5007
5044
|
gap: "1rem",
|
|
5008
5045
|
subHead: {
|
|
5009
5046
|
textColor: e.semantic.color.text.neutral800
|
|
@@ -5045,7 +5082,7 @@ const Gt = {
|
|
|
5045
5082
|
}
|
|
5046
5083
|
}
|
|
5047
5084
|
}
|
|
5048
|
-
},
|
|
5085
|
+
}, Va = {
|
|
5049
5086
|
blockScreenMargin: "20px",
|
|
5050
5087
|
inlineScreenMargin: "20px",
|
|
5051
5088
|
inlinePadding: "4rem",
|
|
@@ -5059,6 +5096,10 @@ const Gt = {
|
|
|
5059
5096
|
textColor: e.semantic.color.text.neutral800,
|
|
5060
5097
|
gap: "0.8rem"
|
|
5061
5098
|
},
|
|
5099
|
+
description: {
|
|
5100
|
+
blockPadding: "0 1.2rem",
|
|
5101
|
+
textColor: e.semantic.color.text.neutral800
|
|
5102
|
+
},
|
|
5062
5103
|
body: {
|
|
5063
5104
|
minWidth: "30rem",
|
|
5064
5105
|
maxWidth: "50rem",
|
|
@@ -5069,7 +5110,9 @@ const Gt = {
|
|
|
5069
5110
|
buttonsGap: "0.8rem"
|
|
5070
5111
|
},
|
|
5071
5112
|
overlay: { bgColor: "rgba(255, 255, 255, 0.9)" }
|
|
5072
|
-
},
|
|
5113
|
+
}, Za = {
|
|
5114
|
+
iconColor: e.semantic.color.icon.neutral700
|
|
5115
|
+
}, Qa = {
|
|
5073
5116
|
bgColor: e.semantic.color.background.neutral100,
|
|
5074
5117
|
shadow: e.core.shadow.shadow400,
|
|
5075
5118
|
borderRadius: "0.8rem",
|
|
@@ -5082,7 +5125,7 @@ const Gt = {
|
|
|
5082
5125
|
height: "8px",
|
|
5083
5126
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
5084
5127
|
}
|
|
5085
|
-
},
|
|
5128
|
+
}, r0 = {
|
|
5086
5129
|
closeButton: {
|
|
5087
5130
|
iconColor: e.semantic.color.icon.neutral700
|
|
5088
5131
|
},
|
|
@@ -5101,7 +5144,7 @@ const Gt = {
|
|
|
5101
5144
|
margin: "0 0 1.2rem 0",
|
|
5102
5145
|
padding: "1.6rem"
|
|
5103
5146
|
}
|
|
5104
|
-
},
|
|
5147
|
+
}, e0 = {
|
|
5105
5148
|
textColor: e.semantic.color.text.primary600,
|
|
5106
5149
|
border: "solid 1px transparent",
|
|
5107
5150
|
colorGroups: [
|
|
@@ -5136,7 +5179,7 @@ const Gt = {
|
|
|
5136
5179
|
M: "3.2rem",
|
|
5137
5180
|
L: "4.4rem"
|
|
5138
5181
|
}
|
|
5139
|
-
},
|
|
5182
|
+
}, o0 = {
|
|
5140
5183
|
borderRadius: "1px",
|
|
5141
5184
|
textPosition: {
|
|
5142
5185
|
left: {
|
|
@@ -5190,7 +5233,7 @@ const Gt = {
|
|
|
5190
5233
|
text: {
|
|
5191
5234
|
color: e.semantic.color.text.neutral800
|
|
5192
5235
|
}
|
|
5193
|
-
},
|
|
5236
|
+
}, t0 = {
|
|
5194
5237
|
size: "1.8rem",
|
|
5195
5238
|
iconSize: "0.6rem",
|
|
5196
5239
|
padding: "0",
|
|
@@ -5239,7 +5282,7 @@ const Gt = {
|
|
|
5239
5282
|
}
|
|
5240
5283
|
}
|
|
5241
5284
|
}
|
|
5242
|
-
},
|
|
5285
|
+
}, a0 = {
|
|
5243
5286
|
bgColor: e.semantic.color.background.neutral100,
|
|
5244
5287
|
shadow: `0px 0px 0px 1px ${e.semantic.color.border.neutral600}`,
|
|
5245
5288
|
borderRadius: "0.8rem",
|
|
@@ -5259,7 +5302,7 @@ const Gt = {
|
|
|
5259
5302
|
},
|
|
5260
5303
|
customActions: { gap: "0.8rem" }
|
|
5261
5304
|
}
|
|
5262
|
-
},
|
|
5305
|
+
}, n0 = {
|
|
5263
5306
|
width: "100%",
|
|
5264
5307
|
height: "fit-content",
|
|
5265
5308
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -5303,7 +5346,7 @@ const Gt = {
|
|
|
5303
5346
|
width: "1px",
|
|
5304
5347
|
color: e.semantic.color.border.neutral600
|
|
5305
5348
|
}
|
|
5306
|
-
},
|
|
5349
|
+
}, l0 = {
|
|
5307
5350
|
padding: "0 1rem",
|
|
5308
5351
|
height: "3.6rem",
|
|
5309
5352
|
gap: "0.6rem",
|
|
@@ -5406,11 +5449,11 @@ const Gt = {
|
|
|
5406
5449
|
}, G = {
|
|
5407
5450
|
bgColor: { disabled: e.semantic.color.background.neutral400 },
|
|
5408
5451
|
textColor: { disabled: e.semantic.color.text.neutral600 }
|
|
5409
|
-
},
|
|
5452
|
+
}, O = {
|
|
5410
5453
|
borderColor: { disabled: e.semantic.color.border.neutral500 },
|
|
5411
5454
|
bgColor: { disabled: "transparent" },
|
|
5412
5455
|
textColor: { disabled: e.semantic.color.text.neutral500 }
|
|
5413
|
-
}, X = (t, a) => `color-mix(in srgb-linear, ${t} ${a}%, transparent)`,
|
|
5456
|
+
}, X = (t, a) => `color-mix(in srgb-linear, ${t} ${a}%, transparent)`, c0 = {
|
|
5414
5457
|
sizes: {
|
|
5415
5458
|
S: {
|
|
5416
5459
|
borderRadius: "99rem",
|
|
@@ -5449,9 +5492,9 @@ const Gt = {
|
|
|
5449
5492
|
bgColor: X(e.semantic.color.background.success700, 12)
|
|
5450
5493
|
},
|
|
5451
5494
|
disabled: {
|
|
5452
|
-
borderColor:
|
|
5453
|
-
bgColor:
|
|
5454
|
-
textColor:
|
|
5495
|
+
borderColor: O.borderColor.disabled,
|
|
5496
|
+
bgColor: O.bgColor.disabled,
|
|
5497
|
+
textColor: O.textColor.disabled
|
|
5455
5498
|
}
|
|
5456
5499
|
}
|
|
5457
5500
|
},
|
|
@@ -5485,9 +5528,9 @@ const Gt = {
|
|
|
5485
5528
|
bgColor: X(e.semantic.color.background.attention700, 12)
|
|
5486
5529
|
},
|
|
5487
5530
|
disabled: {
|
|
5488
|
-
borderColor:
|
|
5489
|
-
bgColor:
|
|
5490
|
-
textColor:
|
|
5531
|
+
borderColor: O.borderColor.disabled,
|
|
5532
|
+
bgColor: O.bgColor.disabled,
|
|
5533
|
+
textColor: O.textColor.disabled
|
|
5491
5534
|
}
|
|
5492
5535
|
}
|
|
5493
5536
|
},
|
|
@@ -5521,9 +5564,9 @@ const Gt = {
|
|
|
5521
5564
|
bgColor: X(e.semantic.color.background.danger700, 12)
|
|
5522
5565
|
},
|
|
5523
5566
|
disabled: {
|
|
5524
|
-
borderColor:
|
|
5525
|
-
bgColor:
|
|
5526
|
-
textColor:
|
|
5567
|
+
borderColor: O.borderColor.disabled,
|
|
5568
|
+
bgColor: O.bgColor.disabled,
|
|
5569
|
+
textColor: O.textColor.disabled
|
|
5527
5570
|
}
|
|
5528
5571
|
}
|
|
5529
5572
|
},
|
|
@@ -5557,9 +5600,9 @@ const Gt = {
|
|
|
5557
5600
|
bgColor: X(e.semantic.color.background.notice700, 12)
|
|
5558
5601
|
},
|
|
5559
5602
|
disabled: {
|
|
5560
|
-
borderColor:
|
|
5561
|
-
bgColor:
|
|
5562
|
-
textColor:
|
|
5603
|
+
borderColor: O.borderColor.disabled,
|
|
5604
|
+
bgColor: O.bgColor.disabled,
|
|
5605
|
+
textColor: O.textColor.disabled
|
|
5563
5606
|
}
|
|
5564
5607
|
}
|
|
5565
5608
|
},
|
|
@@ -5593,14 +5636,14 @@ const Gt = {
|
|
|
5593
5636
|
bgColor: X(e.semantic.color.background.informative700, 12)
|
|
5594
5637
|
},
|
|
5595
5638
|
disabled: {
|
|
5596
|
-
borderColor:
|
|
5597
|
-
bgColor:
|
|
5598
|
-
textColor:
|
|
5639
|
+
borderColor: O.borderColor.disabled,
|
|
5640
|
+
bgColor: O.bgColor.disabled,
|
|
5641
|
+
textColor: O.textColor.disabled
|
|
5599
5642
|
}
|
|
5600
5643
|
}
|
|
5601
5644
|
}
|
|
5602
5645
|
}
|
|
5603
|
-
},
|
|
5646
|
+
}, i0 = {
|
|
5604
5647
|
sizes: {
|
|
5605
5648
|
M: {
|
|
5606
5649
|
borderRadius: e.core.space.space100,
|
|
@@ -5640,7 +5683,7 @@ const Gt = {
|
|
|
5640
5683
|
borderColor: e.semantic.color.border.attention300
|
|
5641
5684
|
}
|
|
5642
5685
|
}
|
|
5643
|
-
},
|
|
5686
|
+
}, s0 = {
|
|
5644
5687
|
variants: {
|
|
5645
5688
|
informative: { iconColor: e.semantic.color.icon.informative600 },
|
|
5646
5689
|
danger: { iconColor: e.semantic.color.icon.danger600 },
|
|
@@ -5648,7 +5691,7 @@ const Gt = {
|
|
|
5648
5691
|
notice: { iconColor: e.semantic.color.icon.notice600 },
|
|
5649
5692
|
success: { iconColor: e.semantic.color.icon.success600 }
|
|
5650
5693
|
}
|
|
5651
|
-
},
|
|
5694
|
+
}, d0 = {
|
|
5652
5695
|
collapsed: {
|
|
5653
5696
|
bgColor: e.semantic.color.background.neutral300,
|
|
5654
5697
|
shadow: "none",
|
|
@@ -5753,7 +5796,7 @@ const Gt = {
|
|
|
5753
5796
|
}
|
|
5754
5797
|
}
|
|
5755
5798
|
}
|
|
5756
|
-
},
|
|
5799
|
+
}, m0 = {
|
|
5757
5800
|
card: {
|
|
5758
5801
|
gap: "2.4rem",
|
|
5759
5802
|
bgColor: e.semantic.color.background.neutral100,
|
|
@@ -5780,7 +5823,7 @@ const Gt = {
|
|
|
5780
5823
|
grid: {
|
|
5781
5824
|
gap: "1.6rem"
|
|
5782
5825
|
}
|
|
5783
|
-
},
|
|
5826
|
+
}, u0 = {
|
|
5784
5827
|
gap: "2.4rem",
|
|
5785
5828
|
step: {
|
|
5786
5829
|
gap: "0.8rem",
|
|
@@ -5824,7 +5867,7 @@ const Gt = {
|
|
|
5824
5867
|
}
|
|
5825
5868
|
}
|
|
5826
5869
|
}
|
|
5827
|
-
},
|
|
5870
|
+
}, g0 = {
|
|
5828
5871
|
width: "3.2rem",
|
|
5829
5872
|
height: "1.8rem",
|
|
5830
5873
|
padding: "0.2rem",
|
|
@@ -5876,7 +5919,7 @@ const Gt = {
|
|
|
5876
5919
|
}
|
|
5877
5920
|
}
|
|
5878
5921
|
}
|
|
5879
|
-
},
|
|
5922
|
+
}, b0 = {
|
|
5880
5923
|
table: {
|
|
5881
5924
|
tableContainer: {
|
|
5882
5925
|
backgroundColor: e.semantic.color.background.neutral100,
|
|
@@ -5921,7 +5964,7 @@ const Gt = {
|
|
|
5921
5964
|
}
|
|
5922
5965
|
}
|
|
5923
5966
|
}
|
|
5924
|
-
},
|
|
5967
|
+
}, p0 = {
|
|
5925
5968
|
bgColor: "transparent",
|
|
5926
5969
|
padding: "1rem 1.6rem",
|
|
5927
5970
|
gap: "3.2rem",
|
|
@@ -5944,7 +5987,7 @@ const Gt = {
|
|
|
5944
5987
|
actionsBar: {
|
|
5945
5988
|
gap: "1.6rem"
|
|
5946
5989
|
}
|
|
5947
|
-
},
|
|
5990
|
+
}, f0 = {
|
|
5948
5991
|
variants: {
|
|
5949
5992
|
default: {
|
|
5950
5993
|
gap: "4rem",
|
|
@@ -6027,14 +6070,14 @@ const Gt = {
|
|
|
6027
6070
|
}
|
|
6028
6071
|
}
|
|
6029
6072
|
}
|
|
6030
|
-
}, J = "transparent", Fe = "0.4rem 0.6rem",
|
|
6073
|
+
}, J = "transparent", Fe = "0.4rem 0.6rem", Ie = "0", Ee = "0.4rem", Oe = "0", x0 = {
|
|
6031
6074
|
gap: "0.4rem",
|
|
6032
6075
|
height: "2.7rem",
|
|
6033
6076
|
lineHeight: "1.9rem",
|
|
6034
6077
|
variants: {
|
|
6035
6078
|
primary: {
|
|
6036
6079
|
padding: Fe,
|
|
6037
|
-
borderRadius:
|
|
6080
|
+
borderRadius: Ee,
|
|
6038
6081
|
states: {
|
|
6039
6082
|
normal: {
|
|
6040
6083
|
bgColor: J,
|
|
@@ -6055,7 +6098,7 @@ const Gt = {
|
|
|
6055
6098
|
},
|
|
6056
6099
|
destructive: {
|
|
6057
6100
|
padding: Fe,
|
|
6058
|
-
borderRadius:
|
|
6101
|
+
borderRadius: Ee,
|
|
6059
6102
|
states: {
|
|
6060
6103
|
normal: {
|
|
6061
6104
|
bgColor: J,
|
|
@@ -6074,8 +6117,8 @@ const Gt = {
|
|
|
6074
6117
|
}
|
|
6075
6118
|
},
|
|
6076
6119
|
"primary-inline": {
|
|
6077
|
-
padding:
|
|
6078
|
-
borderRadius:
|
|
6120
|
+
padding: Ie,
|
|
6121
|
+
borderRadius: Oe,
|
|
6079
6122
|
states: {
|
|
6080
6123
|
normal: {
|
|
6081
6124
|
bgColor: J,
|
|
@@ -6094,8 +6137,8 @@ const Gt = {
|
|
|
6094
6137
|
}
|
|
6095
6138
|
},
|
|
6096
6139
|
"destructive-inline": {
|
|
6097
|
-
padding:
|
|
6098
|
-
borderRadius:
|
|
6140
|
+
padding: Ie,
|
|
6141
|
+
borderRadius: Oe,
|
|
6099
6142
|
states: {
|
|
6100
6143
|
normal: {
|
|
6101
6144
|
bgColor: J,
|
|
@@ -6114,14 +6157,14 @@ const Gt = {
|
|
|
6114
6157
|
}
|
|
6115
6158
|
}
|
|
6116
6159
|
}
|
|
6117
|
-
},
|
|
6160
|
+
}, C0 = {
|
|
6118
6161
|
width: "clamp(400px, 33vw, 640px)",
|
|
6119
6162
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
6120
6163
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
6121
6164
|
gap: "1.2rem",
|
|
6122
6165
|
actions: { gap: "0.8rem", inlineMargin: "2.4rem 0" },
|
|
6123
6166
|
toaster: { gap: "2rem" }
|
|
6124
|
-
}, kr = "transparent",
|
|
6167
|
+
}, kr = "transparent", h0 = {
|
|
6125
6168
|
gap: "0.4rem",
|
|
6126
6169
|
height: "2.7rem",
|
|
6127
6170
|
lineHeight: "1.9rem",
|
|
@@ -6176,7 +6219,7 @@ const Gt = {
|
|
|
6176
6219
|
minWidth: "2rem",
|
|
6177
6220
|
borderRadius: "99rem"
|
|
6178
6221
|
}
|
|
6179
|
-
},
|
|
6222
|
+
}, y0 = {
|
|
6180
6223
|
textColor: e.semantic.color.text.neutral800,
|
|
6181
6224
|
bgColor: e.semantic.color.background.neutral100,
|
|
6182
6225
|
shadow: e.core.shadow.shadow400,
|
|
@@ -6190,7 +6233,7 @@ const Gt = {
|
|
|
6190
6233
|
height: "8px",
|
|
6191
6234
|
shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
|
|
6192
6235
|
}
|
|
6193
|
-
},
|
|
6236
|
+
}, k0 = {
|
|
6194
6237
|
levelOffset: "1.8rem",
|
|
6195
6238
|
item: {
|
|
6196
6239
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -6203,7 +6246,7 @@ const Gt = {
|
|
|
6203
6246
|
iconColor: e.semantic.color.icon.neutral800,
|
|
6204
6247
|
gap: "0.4rem"
|
|
6205
6248
|
}
|
|
6206
|
-
},
|
|
6249
|
+
}, v0 = {
|
|
6207
6250
|
colors: {
|
|
6208
6251
|
primary: e.semantic.color.text.neutral800,
|
|
6209
6252
|
secondary: e.semantic.color.text.neutral700
|
|
@@ -6247,13 +6290,13 @@ const Gt = {
|
|
|
6247
6290
|
XS: e.core.font.fontSize.s10
|
|
6248
6291
|
},
|
|
6249
6292
|
fontWeight: {
|
|
6250
|
-
regular: "
|
|
6293
|
+
regular: "inherit",
|
|
6251
6294
|
semiBold: "600",
|
|
6252
|
-
italic: "
|
|
6295
|
+
italic: "inherit"
|
|
6253
6296
|
},
|
|
6254
6297
|
fontStyle: {
|
|
6255
|
-
regular: "
|
|
6256
|
-
semiBold: "
|
|
6298
|
+
regular: "inherit",
|
|
6299
|
+
semiBold: "inherit",
|
|
6257
6300
|
italic: "italic"
|
|
6258
6301
|
}
|
|
6259
6302
|
},
|
|
@@ -6269,7 +6312,7 @@ const Gt = {
|
|
|
6269
6312
|
semiBold: "600"
|
|
6270
6313
|
}
|
|
6271
6314
|
}
|
|
6272
|
-
},
|
|
6315
|
+
}, w0 = {
|
|
6273
6316
|
gap: "1.6rem",
|
|
6274
6317
|
header: {
|
|
6275
6318
|
gap: "0.8rem"
|
|
@@ -6321,13 +6364,13 @@ const Gt = {
|
|
|
6321
6364
|
borderColor: e.semantic.color.border.neutral300
|
|
6322
6365
|
}
|
|
6323
6366
|
}
|
|
6324
|
-
},
|
|
6367
|
+
}, S0 = {
|
|
6325
6368
|
bgColor: e.semantic.color.background.neutral100,
|
|
6326
6369
|
textColor: e.semantic.color.background.neutral700,
|
|
6327
6370
|
fontFamily: e.core.font.fontFamily.regular,
|
|
6328
6371
|
fontSize: e.core.font.fontSize.s14,
|
|
6329
6372
|
lineHeight: "1.4"
|
|
6330
|
-
},
|
|
6373
|
+
}, $0 = {
|
|
6331
6374
|
width: "0.5rem",
|
|
6332
6375
|
height: "0.5rem",
|
|
6333
6376
|
bgColor: e.color.dusk100,
|
|
@@ -6336,64 +6379,65 @@ const Gt = {
|
|
|
6336
6379
|
bgColor: e.color.dusk400,
|
|
6337
6380
|
borderRadius: "99rem"
|
|
6338
6381
|
}
|
|
6339
|
-
},
|
|
6382
|
+
}, z0 = {
|
|
6340
6383
|
name: "light",
|
|
6341
6384
|
...e,
|
|
6342
6385
|
components: {
|
|
6343
|
-
actionIconButton:
|
|
6344
|
-
appBar:
|
|
6345
|
-
appSelectionMenu:
|
|
6346
|
-
autoComplete:
|
|
6347
|
-
badge:
|
|
6348
|
-
banner:
|
|
6386
|
+
actionIconButton: Ra,
|
|
6387
|
+
appBar: Pa,
|
|
6388
|
+
appSelectionMenu: Wa,
|
|
6389
|
+
autoComplete: Ta,
|
|
6390
|
+
badge: Fa,
|
|
6391
|
+
banner: Ia,
|
|
6349
6392
|
boxSelectionGroup: Ea,
|
|
6350
|
-
button:
|
|
6393
|
+
button: Oa,
|
|
6351
6394
|
buttonGroup: Ma,
|
|
6352
6395
|
card: _a,
|
|
6353
6396
|
checkbox: Ba,
|
|
6354
|
-
chip:
|
|
6355
|
-
chipList:
|
|
6356
|
-
countryFlag:
|
|
6357
|
-
datePicker:
|
|
6358
|
-
drawer:
|
|
6359
|
-
filters:
|
|
6360
|
-
formField:
|
|
6361
|
-
iconButton:
|
|
6362
|
-
input:
|
|
6363
|
-
label:
|
|
6364
|
-
link:
|
|
6365
|
-
loader:
|
|
6366
|
-
menu:
|
|
6367
|
-
modal:
|
|
6368
|
-
|
|
6369
|
-
|
|
6370
|
-
|
|
6371
|
-
|
|
6372
|
-
|
|
6373
|
-
|
|
6374
|
-
|
|
6375
|
-
|
|
6376
|
-
|
|
6377
|
-
|
|
6378
|
-
|
|
6379
|
-
|
|
6380
|
-
|
|
6381
|
-
|
|
6382
|
-
|
|
6383
|
-
|
|
6384
|
-
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
|
|
6397
|
+
chip: Ha,
|
|
6398
|
+
chipList: ja,
|
|
6399
|
+
countryFlag: La,
|
|
6400
|
+
datePicker: Da,
|
|
6401
|
+
drawer: Aa,
|
|
6402
|
+
filters: Ga,
|
|
6403
|
+
formField: Xa,
|
|
6404
|
+
iconButton: qa,
|
|
6405
|
+
input: Na,
|
|
6406
|
+
label: Ya,
|
|
6407
|
+
link: Ua,
|
|
6408
|
+
loader: Ka,
|
|
6409
|
+
menu: Ja,
|
|
6410
|
+
modal: Va,
|
|
6411
|
+
moreInfoIcon: Za,
|
|
6412
|
+
popover: Qa,
|
|
6413
|
+
popupCard: r0,
|
|
6414
|
+
profileIcon: e0,
|
|
6415
|
+
progressBar: o0,
|
|
6416
|
+
radio: t0,
|
|
6417
|
+
searchBar: a0,
|
|
6418
|
+
section: n0,
|
|
6419
|
+
select: l0,
|
|
6420
|
+
semanticButton: c0,
|
|
6421
|
+
semanticContainer: i0,
|
|
6422
|
+
semanticIcon: s0,
|
|
6423
|
+
sideBar: d0,
|
|
6424
|
+
skeleton: m0,
|
|
6425
|
+
stepper: u0,
|
|
6426
|
+
switchButton: g0,
|
|
6427
|
+
table: b0,
|
|
6428
|
+
tableHeading: p0,
|
|
6429
|
+
tabs: f0,
|
|
6430
|
+
textButton: x0,
|
|
6431
|
+
toast: C0,
|
|
6432
|
+
toggleButton: h0,
|
|
6433
|
+
tooltip: y0,
|
|
6434
|
+
treeView: k0,
|
|
6435
|
+
typography: v0,
|
|
6436
|
+
windowBar: w0
|
|
6393
6437
|
},
|
|
6394
6438
|
globals: {
|
|
6395
|
-
body:
|
|
6396
|
-
scrollbar:
|
|
6439
|
+
body: S0,
|
|
6440
|
+
scrollbar: $0
|
|
6397
6441
|
}
|
|
6398
6442
|
}, i = {
|
|
6399
6443
|
transparent: "#00000000",
|
|
@@ -6421,20 +6465,20 @@ const Gt = {
|
|
|
6421
6465
|
teal600: "#37999d",
|
|
6422
6466
|
teal700: "#20575a",
|
|
6423
6467
|
teal800: "#102c2d",
|
|
6424
|
-
green100: "#
|
|
6425
|
-
green200: "#
|
|
6426
|
-
green300: "#
|
|
6427
|
-
green500: "#
|
|
6428
|
-
green600: "#
|
|
6429
|
-
green700: "#
|
|
6430
|
-
green800: "#
|
|
6431
|
-
purple100: "#
|
|
6432
|
-
purple200: "#
|
|
6433
|
-
purple300: "#
|
|
6434
|
-
purple500: "#
|
|
6435
|
-
purple600: "#
|
|
6436
|
-
purple700: "#
|
|
6437
|
-
purple800: "#
|
|
6468
|
+
green100: "#12281f",
|
|
6469
|
+
green200: "#244f3e",
|
|
6470
|
+
green300: "#3a8365",
|
|
6471
|
+
green500: "#5bc69b",
|
|
6472
|
+
green600: "#8cd7b9",
|
|
6473
|
+
green700: "#bde8d7",
|
|
6474
|
+
green800: "#eff9f5",
|
|
6475
|
+
purple100: "#170e2c",
|
|
6476
|
+
purple200: "#2f1c59",
|
|
6477
|
+
purple300: "#52329b",
|
|
6478
|
+
purple500: "#7547de",
|
|
6479
|
+
purple600: "#9e7ee8",
|
|
6480
|
+
purple700: "#c8b5f2",
|
|
6481
|
+
purple800: "#f1edfc",
|
|
6438
6482
|
red100: "#4a2a2a",
|
|
6439
6483
|
red200: "#6a3a3a",
|
|
6440
6484
|
red300: "#8a4a4a",
|
|
@@ -6786,7 +6830,7 @@ const Gt = {
|
|
|
6786
6830
|
color: i.blue600
|
|
6787
6831
|
}
|
|
6788
6832
|
}
|
|
6789
|
-
},
|
|
6833
|
+
}, R0 = {
|
|
6790
6834
|
sizes: {
|
|
6791
6835
|
L: {
|
|
6792
6836
|
size: "3rem",
|
|
@@ -6839,7 +6883,7 @@ const Gt = {
|
|
|
6839
6883
|
}
|
|
6840
6884
|
}
|
|
6841
6885
|
}
|
|
6842
|
-
},
|
|
6886
|
+
}, P0 = {
|
|
6843
6887
|
height: "7rem",
|
|
6844
6888
|
padding: "1.4rem 1.4rem 1.4rem 2.4rem",
|
|
6845
6889
|
separator: `1px solid ${r.semantic.color.border.neutral400}`,
|
|
@@ -6857,7 +6901,7 @@ const Gt = {
|
|
|
6857
6901
|
color: r.semantic.color.text.neutral100
|
|
6858
6902
|
}
|
|
6859
6903
|
}
|
|
6860
|
-
},
|
|
6904
|
+
}, W0 = {
|
|
6861
6905
|
trigger: {
|
|
6862
6906
|
borderRadius: "0.4rem",
|
|
6863
6907
|
height: "3.2rem",
|
|
@@ -6894,17 +6938,17 @@ const Gt = {
|
|
|
6894
6938
|
color: r.semantic.color.text.neutral800
|
|
6895
6939
|
}
|
|
6896
6940
|
}
|
|
6897
|
-
},
|
|
6941
|
+
}, T0 = {
|
|
6898
6942
|
dropdown: {
|
|
6899
6943
|
screenMarginHeight: "6px",
|
|
6900
6944
|
maxHeight: "50vh"
|
|
6901
6945
|
}
|
|
6902
|
-
},
|
|
6946
|
+
}, Me = "1px", F0 = {
|
|
6903
6947
|
padding: `${r.core.space.space025} ${r.core.space.space050}`,
|
|
6904
6948
|
gap: r.core.space.space025,
|
|
6905
6949
|
borderRadius: "2px",
|
|
6906
|
-
height: `calc(${r.core.space.space200} + ${
|
|
6907
|
-
borderWidth:
|
|
6950
|
+
height: `calc(${r.core.space.space200} + ${Me} * 2)`,
|
|
6951
|
+
borderWidth: Me,
|
|
6908
6952
|
borderStyle: "solid",
|
|
6909
6953
|
variants: {
|
|
6910
6954
|
white: {
|
|
@@ -6962,7 +7006,7 @@ const Gt = {
|
|
|
6962
7006
|
iconColor: r.semantic.color.text.neutral500
|
|
6963
7007
|
}
|
|
6964
7008
|
}
|
|
6965
|
-
},
|
|
7009
|
+
}, I0 = {
|
|
6966
7010
|
sizes: {
|
|
6967
7011
|
S: {
|
|
6968
7012
|
gap: "0.8rem",
|
|
@@ -6974,7 +7018,7 @@ const Gt = {
|
|
|
6974
7018
|
}
|
|
6975
7019
|
},
|
|
6976
7020
|
split: { minWidth: "0.8rem" }
|
|
6977
|
-
},
|
|
7021
|
+
}, E0 = {
|
|
6978
7022
|
gap: r.core.space.space300,
|
|
6979
7023
|
item: {
|
|
6980
7024
|
borderRadius: "4px",
|
|
@@ -7003,8 +7047,8 @@ const Gt = {
|
|
|
7003
7047
|
checked: {
|
|
7004
7048
|
normal: {
|
|
7005
7049
|
bgColor: r.semantic.color.background.neutral100,
|
|
7006
|
-
borderColor: r.
|
|
7007
|
-
markerColor: r.
|
|
7050
|
+
borderColor: r.color.azure600,
|
|
7051
|
+
markerColor: r.color.azure600,
|
|
7008
7052
|
textColor: r.semantic.color.text.neutral800,
|
|
7009
7053
|
iconColor: r.semantic.color.icon.neutral700
|
|
7010
7054
|
},
|
|
@@ -7020,7 +7064,7 @@ const Gt = {
|
|
|
7020
7064
|
defaultItem: {
|
|
7021
7065
|
gap: "0.4rem"
|
|
7022
7066
|
}
|
|
7023
|
-
},
|
|
7067
|
+
}, O0 = {
|
|
7024
7068
|
gap: "0.2rem",
|
|
7025
7069
|
sizes: {
|
|
7026
7070
|
small: {
|
|
@@ -7134,7 +7178,7 @@ const Gt = {
|
|
|
7134
7178
|
}
|
|
7135
7179
|
}
|
|
7136
7180
|
}
|
|
7137
|
-
},
|
|
7181
|
+
}, M0 = {
|
|
7138
7182
|
borderRadius: "0.4rem",
|
|
7139
7183
|
border: `1px solid ${r.semantic.color.border.neutral600}`,
|
|
7140
7184
|
fontSize: "1.4rem",
|
|
@@ -7177,13 +7221,13 @@ const Gt = {
|
|
|
7177
7221
|
}
|
|
7178
7222
|
}
|
|
7179
7223
|
}
|
|
7180
|
-
},
|
|
7224
|
+
}, _0 = {
|
|
7181
7225
|
width: "100%",
|
|
7182
7226
|
height: "fit-content",
|
|
7183
7227
|
bgColor: r.semantic.color.background.neutral100,
|
|
7184
7228
|
shadow: r.core.shadow.shadow4,
|
|
7185
7229
|
borderRadius: "0.8rem"
|
|
7186
|
-
},
|
|
7230
|
+
}, B0 = {
|
|
7187
7231
|
width: "1.8rem",
|
|
7188
7232
|
height: "1.8rem",
|
|
7189
7233
|
padding: "0",
|
|
@@ -7247,7 +7291,7 @@ const Gt = {
|
|
|
7247
7291
|
}
|
|
7248
7292
|
}
|
|
7249
7293
|
}
|
|
7250
|
-
},
|
|
7294
|
+
}, H0 = {
|
|
7251
7295
|
sizes: {
|
|
7252
7296
|
M: {
|
|
7253
7297
|
height: "2.8rem",
|
|
@@ -7304,7 +7348,7 @@ const Gt = {
|
|
|
7304
7348
|
}
|
|
7305
7349
|
}
|
|
7306
7350
|
}
|
|
7307
|
-
},
|
|
7351
|
+
}, j0 = {
|
|
7308
7352
|
sizes: {
|
|
7309
7353
|
M: {
|
|
7310
7354
|
gap: "0.8rem 5px"
|
|
@@ -7321,13 +7365,13 @@ const Gt = {
|
|
|
7321
7365
|
gap: "0.4rem",
|
|
7322
7366
|
padding: "1.2rem 1.6rem"
|
|
7323
7367
|
}
|
|
7324
|
-
},
|
|
7368
|
+
}, L0 = {
|
|
7325
7369
|
width: "2.7rem",
|
|
7326
7370
|
height: "2rem",
|
|
7327
7371
|
borderRadius: "5px",
|
|
7328
7372
|
borderWidth: "0.1px",
|
|
7329
7373
|
borderColor: r.semantic.color.border.neutral500
|
|
7330
|
-
},
|
|
7374
|
+
}, D0 = {
|
|
7331
7375
|
fontSize: r.core.font.fontSize.s14,
|
|
7332
7376
|
fontWeight: "400",
|
|
7333
7377
|
fontFamily: r.core.font.fontFamily.regular,
|
|
@@ -7391,7 +7435,7 @@ const Gt = {
|
|
|
7391
7435
|
weekNumCell: {
|
|
7392
7436
|
fontSize: "1rem"
|
|
7393
7437
|
}
|
|
7394
|
-
},
|
|
7438
|
+
}, A0 = {
|
|
7395
7439
|
shadow: `0 0 0.5px 1px ${r.color.dark600}, -8px 0 16px 0 ${r.color.dark900}`,
|
|
7396
7440
|
bgColor: r.color.dark700,
|
|
7397
7441
|
sidePadding: "3.2rem",
|
|
@@ -7402,6 +7446,10 @@ const Gt = {
|
|
|
7402
7446
|
closeIconColor: r.semantic.color.icon.neutral800,
|
|
7403
7447
|
textColor: r.semantic.color.text.neutral800
|
|
7404
7448
|
},
|
|
7449
|
+
description: {
|
|
7450
|
+
blockPadding: "3rem 0",
|
|
7451
|
+
textColor: r.semantic.color.text.neutral800
|
|
7452
|
+
},
|
|
7405
7453
|
body: {
|
|
7406
7454
|
blockPadding: "4rem 1.6rem"
|
|
7407
7455
|
},
|
|
@@ -7411,7 +7459,7 @@ const Gt = {
|
|
|
7411
7459
|
buttonsGap: "1.6rem"
|
|
7412
7460
|
},
|
|
7413
7461
|
overlay: { bgColor: F(r.color.dark900, 0.8) }
|
|
7414
|
-
},
|
|
7462
|
+
}, G0 = {
|
|
7415
7463
|
chipList: {
|
|
7416
7464
|
padding: "0.8rem 1.6rem",
|
|
7417
7465
|
border: `1px solid ${r.semantic.color.border.neutral400}`
|
|
@@ -7444,7 +7492,7 @@ const Gt = {
|
|
|
7444
7492
|
padding: "0.8rem 1.6rem"
|
|
7445
7493
|
}
|
|
7446
7494
|
}
|
|
7447
|
-
},
|
|
7495
|
+
}, X0 = {
|
|
7448
7496
|
columnGap: "1.6rem",
|
|
7449
7497
|
group: {
|
|
7450
7498
|
rowGap: "1rem"
|
|
@@ -7458,7 +7506,7 @@ const Gt = {
|
|
|
7458
7506
|
textColor: r.semantic.color.text.danger500
|
|
7459
7507
|
}
|
|
7460
7508
|
}
|
|
7461
|
-
},
|
|
7509
|
+
}, q0 = {
|
|
7462
7510
|
sizes: {
|
|
7463
7511
|
XXL: {
|
|
7464
7512
|
width: "3.2rem",
|
|
@@ -7502,7 +7550,7 @@ const Gt = {
|
|
|
7502
7550
|
}
|
|
7503
7551
|
},
|
|
7504
7552
|
borderRadius: "0.4rem"
|
|
7505
|
-
},
|
|
7553
|
+
}, N0 = {
|
|
7506
7554
|
padding: "0 0.8rem 0 1rem",
|
|
7507
7555
|
height: "3.6rem",
|
|
7508
7556
|
gap: "0.5rem",
|
|
@@ -7593,7 +7641,7 @@ const Gt = {
|
|
|
7593
7641
|
textColor: r.semantic.color.text.danger500
|
|
7594
7642
|
}
|
|
7595
7643
|
}
|
|
7596
|
-
},
|
|
7644
|
+
}, Y0 = {
|
|
7597
7645
|
gap: "0.5rem",
|
|
7598
7646
|
margin: "0 0 0.2rem 0",
|
|
7599
7647
|
minHeight: "20px",
|
|
@@ -7614,17 +7662,19 @@ const Gt = {
|
|
|
7614
7662
|
required: {
|
|
7615
7663
|
textColor: r.semantic.color.text.danger500
|
|
7616
7664
|
}
|
|
7617
|
-
},
|
|
7665
|
+
}, U0 = {
|
|
7618
7666
|
variants: {
|
|
7619
7667
|
block: {
|
|
7620
7668
|
sizes: {
|
|
7621
7669
|
regular: {
|
|
7670
|
+
fontWeight: "600",
|
|
7622
7671
|
padding: "0.4rem 0.6rem",
|
|
7623
7672
|
borderRadius: "0.4rem",
|
|
7624
7673
|
minHeight: "2.8rem",
|
|
7625
7674
|
gap: "0"
|
|
7626
7675
|
},
|
|
7627
7676
|
small: {
|
|
7677
|
+
fontWeight: "600",
|
|
7628
7678
|
padding: "0.2rem 0.4rem",
|
|
7629
7679
|
borderRadius: "0.4rem",
|
|
7630
7680
|
minHeight: "2.2rem",
|
|
@@ -7652,11 +7702,13 @@ const Gt = {
|
|
|
7652
7702
|
inline: {
|
|
7653
7703
|
sizes: {
|
|
7654
7704
|
regular: {
|
|
7705
|
+
fontWeight: "600",
|
|
7655
7706
|
padding: "0",
|
|
7656
7707
|
borderRadius: "0",
|
|
7657
7708
|
gap: "0"
|
|
7658
7709
|
},
|
|
7659
7710
|
small: {
|
|
7711
|
+
fontWeight: "600",
|
|
7660
7712
|
padding: "0",
|
|
7661
7713
|
borderRadius: "0",
|
|
7662
7714
|
gap: "0"
|
|
@@ -7680,7 +7732,7 @@ const Gt = {
|
|
|
7680
7732
|
}
|
|
7681
7733
|
}
|
|
7682
7734
|
}
|
|
7683
|
-
},
|
|
7735
|
+
}, K0 = {
|
|
7684
7736
|
size: "5rem",
|
|
7685
7737
|
gap: "0.5rem",
|
|
7686
7738
|
textColor: r.semantic.color.icon.neutral700,
|
|
@@ -7701,7 +7753,7 @@ const Gt = {
|
|
|
7701
7753
|
textColor: r.semantic.color.icon.neutral100
|
|
7702
7754
|
}
|
|
7703
7755
|
}
|
|
7704
|
-
},
|
|
7756
|
+
}, J0 = {
|
|
7705
7757
|
dropDown: {
|
|
7706
7758
|
minWidth: "16rem",
|
|
7707
7759
|
maxWidth: "40rem",
|
|
@@ -7720,10 +7772,17 @@ const Gt = {
|
|
|
7720
7772
|
},
|
|
7721
7773
|
label: {
|
|
7722
7774
|
color: r.semantic.color.text.neutral800,
|
|
7723
|
-
padding: "1rem 1.6rem"
|
|
7775
|
+
padding: "1rem 1.6rem",
|
|
7776
|
+
levelOffset: "1.6rem",
|
|
7777
|
+
gap: "1rem",
|
|
7778
|
+
variants: {
|
|
7779
|
+
header: { textColor: r.semantic.color.text.neutral800, fontWeight: "600" },
|
|
7780
|
+
sub: { textColor: r.semantic.color.text.neutral600, fontWeight: "600" }
|
|
7781
|
+
}
|
|
7724
7782
|
},
|
|
7725
7783
|
item: {
|
|
7726
7784
|
padding: "1rem 1.6rem",
|
|
7785
|
+
levelOffset: "1.6rem",
|
|
7727
7786
|
gap: "1rem",
|
|
7728
7787
|
subHead: {
|
|
7729
7788
|
textColor: r.semantic.color.text.neutral800
|
|
@@ -7765,7 +7824,7 @@ const Gt = {
|
|
|
7765
7824
|
}
|
|
7766
7825
|
}
|
|
7767
7826
|
}
|
|
7768
|
-
},
|
|
7827
|
+
}, V0 = {
|
|
7769
7828
|
blockScreenMargin: "20px",
|
|
7770
7829
|
inlineScreenMargin: "20px",
|
|
7771
7830
|
inlinePadding: "4rem",
|
|
@@ -7779,6 +7838,10 @@ const Gt = {
|
|
|
7779
7838
|
textColor: r.semantic.color.text.neutral800,
|
|
7780
7839
|
gap: "0.8rem"
|
|
7781
7840
|
},
|
|
7841
|
+
description: {
|
|
7842
|
+
blockPadding: "0 1.2rem",
|
|
7843
|
+
textColor: r.semantic.color.text.neutral800
|
|
7844
|
+
},
|
|
7782
7845
|
body: {
|
|
7783
7846
|
minWidth: "30rem",
|
|
7784
7847
|
maxWidth: "50rem",
|
|
@@ -7789,7 +7852,9 @@ const Gt = {
|
|
|
7789
7852
|
buttonsGap: "0.8rem"
|
|
7790
7853
|
},
|
|
7791
7854
|
overlay: { bgColor: "rgba(0, 0, 0, 0.9)" }
|
|
7792
|
-
},
|
|
7855
|
+
}, Z0 = {
|
|
7856
|
+
iconColor: r.semantic.color.icon.neutral700
|
|
7857
|
+
}, Q0 = {
|
|
7793
7858
|
bgColor: r.color.dark700,
|
|
7794
7859
|
shadow: `0 0 0.5px 1px ${r.color.dark600}, 0 0 16px 8px ${r.color.dark900}`,
|
|
7795
7860
|
borderRadius: "0.8rem",
|
|
@@ -7802,7 +7867,7 @@ const Gt = {
|
|
|
7802
7867
|
height: "8px",
|
|
7803
7868
|
shadow: `${r.color.dark600} 0px 1.5px`
|
|
7804
7869
|
}
|
|
7805
|
-
},
|
|
7870
|
+
}, rn = {
|
|
7806
7871
|
closeButton: {
|
|
7807
7872
|
iconColor: r.semantic.color.icon.neutral700
|
|
7808
7873
|
},
|
|
@@ -7821,7 +7886,7 @@ const Gt = {
|
|
|
7821
7886
|
margin: "0 0 1.2rem 0",
|
|
7822
7887
|
padding: "1.6rem"
|
|
7823
7888
|
}
|
|
7824
|
-
},
|
|
7889
|
+
}, en = {
|
|
7825
7890
|
textColor: r.semantic.color.text.neutral100,
|
|
7826
7891
|
border: "solid 1px transparent",
|
|
7827
7892
|
colorGroups: [
|
|
@@ -7836,7 +7901,7 @@ const Gt = {
|
|
|
7836
7901
|
M: "3.2rem",
|
|
7837
7902
|
L: "4.4rem"
|
|
7838
7903
|
}
|
|
7839
|
-
},
|
|
7904
|
+
}, on = {
|
|
7840
7905
|
borderRadius: "1px",
|
|
7841
7906
|
textPosition: {
|
|
7842
7907
|
left: {
|
|
@@ -7890,7 +7955,7 @@ const Gt = {
|
|
|
7890
7955
|
text: {
|
|
7891
7956
|
color: r.semantic.color.text.neutral800
|
|
7892
7957
|
}
|
|
7893
|
-
},
|
|
7958
|
+
}, tn = {
|
|
7894
7959
|
size: "1.8rem",
|
|
7895
7960
|
iconSize: "0.6rem",
|
|
7896
7961
|
padding: "0",
|
|
@@ -7939,7 +8004,7 @@ const Gt = {
|
|
|
7939
8004
|
}
|
|
7940
8005
|
}
|
|
7941
8006
|
}
|
|
7942
|
-
},
|
|
8007
|
+
}, an = {
|
|
7943
8008
|
bgColor: r.semantic.color.background.neutral100,
|
|
7944
8009
|
shadow: `0px 0px 0px 1px ${r.semantic.color.border.neutral600}`,
|
|
7945
8010
|
borderRadius: "0.8rem",
|
|
@@ -7959,7 +8024,7 @@ const Gt = {
|
|
|
7959
8024
|
},
|
|
7960
8025
|
customActions: { gap: "0.8rem" }
|
|
7961
8026
|
}
|
|
7962
|
-
},
|
|
8027
|
+
}, nn = {
|
|
7963
8028
|
width: "100%",
|
|
7964
8029
|
height: "fit-content",
|
|
7965
8030
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -8003,7 +8068,7 @@ const Gt = {
|
|
|
8003
8068
|
width: "1px",
|
|
8004
8069
|
color: r.semantic.color.border.neutral600
|
|
8005
8070
|
}
|
|
8006
|
-
},
|
|
8071
|
+
}, ln = {
|
|
8007
8072
|
padding: "0 1rem",
|
|
8008
8073
|
height: "3.6rem",
|
|
8009
8074
|
gap: "0.6rem",
|
|
@@ -8106,11 +8171,11 @@ const Gt = {
|
|
|
8106
8171
|
}, q = {
|
|
8107
8172
|
bgColor: { disabled: r.semantic.color.background.neutral400 },
|
|
8108
8173
|
textColor: { disabled: r.semantic.color.text.neutral600 }
|
|
8109
|
-
},
|
|
8174
|
+
}, M = {
|
|
8110
8175
|
borderColor: { disabled: r.semantic.color.border.neutral500 },
|
|
8111
8176
|
bgColor: { disabled: "transparent" },
|
|
8112
8177
|
textColor: { disabled: r.semantic.color.text.neutral500 }
|
|
8113
|
-
}, N = (t, a) => `color-mix(in srgb-linear, ${t} ${a}%, transparent)`,
|
|
8178
|
+
}, N = (t, a) => `color-mix(in srgb-linear, ${t} ${a}%, transparent)`, cn = {
|
|
8114
8179
|
sizes: {
|
|
8115
8180
|
S: {
|
|
8116
8181
|
borderRadius: "99rem",
|
|
@@ -8149,9 +8214,9 @@ const Gt = {
|
|
|
8149
8214
|
bgColor: N(r.semantic.color.background.success700, 12)
|
|
8150
8215
|
},
|
|
8151
8216
|
disabled: {
|
|
8152
|
-
borderColor:
|
|
8153
|
-
bgColor:
|
|
8154
|
-
textColor:
|
|
8217
|
+
borderColor: M.borderColor.disabled,
|
|
8218
|
+
bgColor: M.bgColor.disabled,
|
|
8219
|
+
textColor: M.textColor.disabled
|
|
8155
8220
|
}
|
|
8156
8221
|
}
|
|
8157
8222
|
},
|
|
@@ -8185,9 +8250,9 @@ const Gt = {
|
|
|
8185
8250
|
bgColor: N(r.semantic.color.background.attention700, 12)
|
|
8186
8251
|
},
|
|
8187
8252
|
disabled: {
|
|
8188
|
-
borderColor:
|
|
8189
|
-
bgColor:
|
|
8190
|
-
textColor:
|
|
8253
|
+
borderColor: M.borderColor.disabled,
|
|
8254
|
+
bgColor: M.bgColor.disabled,
|
|
8255
|
+
textColor: M.textColor.disabled
|
|
8191
8256
|
}
|
|
8192
8257
|
}
|
|
8193
8258
|
},
|
|
@@ -8221,9 +8286,9 @@ const Gt = {
|
|
|
8221
8286
|
bgColor: N(r.semantic.color.background.danger700, 12)
|
|
8222
8287
|
},
|
|
8223
8288
|
disabled: {
|
|
8224
|
-
borderColor:
|
|
8225
|
-
bgColor:
|
|
8226
|
-
textColor:
|
|
8289
|
+
borderColor: M.borderColor.disabled,
|
|
8290
|
+
bgColor: M.bgColor.disabled,
|
|
8291
|
+
textColor: M.textColor.disabled
|
|
8227
8292
|
}
|
|
8228
8293
|
}
|
|
8229
8294
|
},
|
|
@@ -8257,9 +8322,9 @@ const Gt = {
|
|
|
8257
8322
|
bgColor: N(r.semantic.color.background.notice700, 12)
|
|
8258
8323
|
},
|
|
8259
8324
|
disabled: {
|
|
8260
|
-
borderColor:
|
|
8261
|
-
bgColor:
|
|
8262
|
-
textColor:
|
|
8325
|
+
borderColor: M.borderColor.disabled,
|
|
8326
|
+
bgColor: M.bgColor.disabled,
|
|
8327
|
+
textColor: M.textColor.disabled
|
|
8263
8328
|
}
|
|
8264
8329
|
}
|
|
8265
8330
|
},
|
|
@@ -8293,14 +8358,14 @@ const Gt = {
|
|
|
8293
8358
|
bgColor: N(r.semantic.color.background.informative700, 12)
|
|
8294
8359
|
},
|
|
8295
8360
|
disabled: {
|
|
8296
|
-
borderColor:
|
|
8297
|
-
bgColor:
|
|
8298
|
-
textColor:
|
|
8361
|
+
borderColor: M.borderColor.disabled,
|
|
8362
|
+
bgColor: M.bgColor.disabled,
|
|
8363
|
+
textColor: M.textColor.disabled
|
|
8299
8364
|
}
|
|
8300
8365
|
}
|
|
8301
8366
|
}
|
|
8302
8367
|
}
|
|
8303
|
-
},
|
|
8368
|
+
}, sn = {
|
|
8304
8369
|
sizes: {
|
|
8305
8370
|
M: {
|
|
8306
8371
|
borderRadius: r.core.space.space100,
|
|
@@ -8340,7 +8405,7 @@ const Gt = {
|
|
|
8340
8405
|
borderColor: r.semantic.color.border.attention300
|
|
8341
8406
|
}
|
|
8342
8407
|
}
|
|
8343
|
-
},
|
|
8408
|
+
}, dn = {
|
|
8344
8409
|
variants: {
|
|
8345
8410
|
informative: { iconColor: r.semantic.color.icon.informative600 },
|
|
8346
8411
|
danger: { iconColor: r.semantic.color.icon.danger600 },
|
|
@@ -8348,7 +8413,7 @@ const Gt = {
|
|
|
8348
8413
|
notice: { iconColor: r.semantic.color.icon.notice600 },
|
|
8349
8414
|
success: { iconColor: r.semantic.color.icon.success600 }
|
|
8350
8415
|
}
|
|
8351
|
-
},
|
|
8416
|
+
}, mn = {
|
|
8352
8417
|
collapsed: {
|
|
8353
8418
|
bgColor: r.semantic.color.background.neutral100,
|
|
8354
8419
|
shadow: "none",
|
|
@@ -8453,7 +8518,7 @@ const Gt = {
|
|
|
8453
8518
|
}
|
|
8454
8519
|
}
|
|
8455
8520
|
}
|
|
8456
|
-
},
|
|
8521
|
+
}, un = {
|
|
8457
8522
|
card: {
|
|
8458
8523
|
gap: "2.4rem",
|
|
8459
8524
|
bgColor: r.semantic.color.background.neutral100,
|
|
@@ -8480,7 +8545,7 @@ const Gt = {
|
|
|
8480
8545
|
grid: {
|
|
8481
8546
|
gap: "1.6rem"
|
|
8482
8547
|
}
|
|
8483
|
-
},
|
|
8548
|
+
}, gn = {
|
|
8484
8549
|
gap: "2.4rem",
|
|
8485
8550
|
step: {
|
|
8486
8551
|
gap: "0.8rem",
|
|
@@ -8524,7 +8589,7 @@ const Gt = {
|
|
|
8524
8589
|
}
|
|
8525
8590
|
}
|
|
8526
8591
|
}
|
|
8527
|
-
},
|
|
8592
|
+
}, bn = {
|
|
8528
8593
|
width: "3.2rem",
|
|
8529
8594
|
height: "1.8rem",
|
|
8530
8595
|
padding: "0.2rem",
|
|
@@ -8576,7 +8641,7 @@ const Gt = {
|
|
|
8576
8641
|
}
|
|
8577
8642
|
}
|
|
8578
8643
|
}
|
|
8579
|
-
},
|
|
8644
|
+
}, pn = {
|
|
8580
8645
|
table: {
|
|
8581
8646
|
tableContainer: {
|
|
8582
8647
|
backgroundColor: r.semantic.color.background.neutral100,
|
|
@@ -8621,7 +8686,7 @@ const Gt = {
|
|
|
8621
8686
|
}
|
|
8622
8687
|
}
|
|
8623
8688
|
}
|
|
8624
|
-
},
|
|
8689
|
+
}, fn = {
|
|
8625
8690
|
bgColor: "transparent",
|
|
8626
8691
|
padding: "1rem 1.6rem",
|
|
8627
8692
|
gap: "3.2rem",
|
|
@@ -8644,7 +8709,7 @@ const Gt = {
|
|
|
8644
8709
|
actionsBar: {
|
|
8645
8710
|
gap: "1.6rem"
|
|
8646
8711
|
}
|
|
8647
|
-
},
|
|
8712
|
+
}, xn = {
|
|
8648
8713
|
variants: {
|
|
8649
8714
|
default: {
|
|
8650
8715
|
gap: "4rem",
|
|
@@ -8730,13 +8795,13 @@ const Gt = {
|
|
|
8730
8795
|
}
|
|
8731
8796
|
}
|
|
8732
8797
|
}
|
|
8733
|
-
}, V = "transparent",
|
|
8798
|
+
}, V = "transparent", _e = "0.4rem 0.6rem", Be = "0", He = "0.4rem", je = "0", Cn = {
|
|
8734
8799
|
gap: "0.4rem",
|
|
8735
8800
|
height: "2.7rem",
|
|
8736
8801
|
lineHeight: "1.9rem",
|
|
8737
8802
|
variants: {
|
|
8738
8803
|
primary: {
|
|
8739
|
-
padding:
|
|
8804
|
+
padding: _e,
|
|
8740
8805
|
borderRadius: He,
|
|
8741
8806
|
states: {
|
|
8742
8807
|
normal: {
|
|
@@ -8757,7 +8822,7 @@ const Gt = {
|
|
|
8757
8822
|
}
|
|
8758
8823
|
},
|
|
8759
8824
|
destructive: {
|
|
8760
|
-
padding:
|
|
8825
|
+
padding: _e,
|
|
8761
8826
|
borderRadius: He,
|
|
8762
8827
|
states: {
|
|
8763
8828
|
normal: {
|
|
@@ -8777,7 +8842,7 @@ const Gt = {
|
|
|
8777
8842
|
}
|
|
8778
8843
|
},
|
|
8779
8844
|
"primary-inline": {
|
|
8780
|
-
padding:
|
|
8845
|
+
padding: Be,
|
|
8781
8846
|
borderRadius: je,
|
|
8782
8847
|
states: {
|
|
8783
8848
|
normal: {
|
|
@@ -8797,7 +8862,7 @@ const Gt = {
|
|
|
8797
8862
|
}
|
|
8798
8863
|
},
|
|
8799
8864
|
"destructive-inline": {
|
|
8800
|
-
padding:
|
|
8865
|
+
padding: Be,
|
|
8801
8866
|
borderRadius: je,
|
|
8802
8867
|
states: {
|
|
8803
8868
|
normal: {
|
|
@@ -8817,14 +8882,14 @@ const Gt = {
|
|
|
8817
8882
|
}
|
|
8818
8883
|
}
|
|
8819
8884
|
}
|
|
8820
|
-
},
|
|
8885
|
+
}, hn = {
|
|
8821
8886
|
width: "clamp(400px, 33vw, 640px)",
|
|
8822
8887
|
padding: "12px max(12px, calc(20 * (100vw / 1920)))",
|
|
8823
8888
|
shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
|
|
8824
8889
|
gap: "1.2rem",
|
|
8825
8890
|
actions: { gap: "0.8rem", inlineMargin: "2.4rem 0" },
|
|
8826
8891
|
toaster: { gap: "2rem" }
|
|
8827
|
-
}, vr = "transparent",
|
|
8892
|
+
}, vr = "transparent", yn = {
|
|
8828
8893
|
gap: "0.4rem",
|
|
8829
8894
|
height: "2.7rem",
|
|
8830
8895
|
lineHeight: "1.9rem",
|
|
@@ -8879,7 +8944,7 @@ const Gt = {
|
|
|
8879
8944
|
minWidth: "2rem",
|
|
8880
8945
|
borderRadius: "99rem"
|
|
8881
8946
|
}
|
|
8882
|
-
},
|
|
8947
|
+
}, kn = {
|
|
8883
8948
|
textColor: r.semantic.color.text.neutral800,
|
|
8884
8949
|
bgColor: r.color.dark600,
|
|
8885
8950
|
shadow: `0 0 0.5px 1px ${r.color.dark700}`,
|
|
@@ -8893,7 +8958,7 @@ const Gt = {
|
|
|
8893
8958
|
height: "8px",
|
|
8894
8959
|
shadow: `${r.color.dark700} 0px 1.5px`
|
|
8895
8960
|
}
|
|
8896
|
-
},
|
|
8961
|
+
}, vn = {
|
|
8897
8962
|
levelOffset: "1.8rem",
|
|
8898
8963
|
item: {
|
|
8899
8964
|
inlinePadding: "0.8rem 1.6rem",
|
|
@@ -8906,7 +8971,7 @@ const Gt = {
|
|
|
8906
8971
|
iconColor: r.semantic.color.icon.neutral800,
|
|
8907
8972
|
gap: "0.4rem"
|
|
8908
8973
|
}
|
|
8909
|
-
},
|
|
8974
|
+
}, wn = {
|
|
8910
8975
|
colors: {
|
|
8911
8976
|
primary: r.semantic.color.text.neutral800,
|
|
8912
8977
|
secondary: r.semantic.color.text.neutral700
|
|
@@ -8950,13 +9015,13 @@ const Gt = {
|
|
|
8950
9015
|
XS: r.core.font.fontSize.s10
|
|
8951
9016
|
},
|
|
8952
9017
|
fontWeight: {
|
|
8953
|
-
regular: "
|
|
9018
|
+
regular: "inherit",
|
|
8954
9019
|
semiBold: "600",
|
|
8955
|
-
italic: "
|
|
9020
|
+
italic: "inherit"
|
|
8956
9021
|
},
|
|
8957
9022
|
fontStyle: {
|
|
8958
|
-
regular: "
|
|
8959
|
-
semiBold: "
|
|
9023
|
+
regular: "inherit",
|
|
9024
|
+
semiBold: "inherit",
|
|
8960
9025
|
italic: "italic"
|
|
8961
9026
|
}
|
|
8962
9027
|
},
|
|
@@ -8972,7 +9037,7 @@ const Gt = {
|
|
|
8972
9037
|
semiBold: "600"
|
|
8973
9038
|
}
|
|
8974
9039
|
}
|
|
8975
|
-
},
|
|
9040
|
+
}, Sn = {
|
|
8976
9041
|
gap: "1.6rem",
|
|
8977
9042
|
header: {
|
|
8978
9043
|
gap: "0.8rem"
|
|
@@ -9024,13 +9089,13 @@ const Gt = {
|
|
|
9024
9089
|
borderColor: r.semantic.color.border.neutral300
|
|
9025
9090
|
}
|
|
9026
9091
|
}
|
|
9027
|
-
},
|
|
9092
|
+
}, $n = {
|
|
9028
9093
|
bgColor: r.semantic.color.background.neutral100,
|
|
9029
9094
|
textColor: r.semantic.color.background.neutral700,
|
|
9030
9095
|
fontFamily: r.core.font.fontFamily.regular,
|
|
9031
9096
|
fontSize: r.core.font.fontSize.s14,
|
|
9032
9097
|
lineHeight: "1.4"
|
|
9033
|
-
},
|
|
9098
|
+
}, zn = {
|
|
9034
9099
|
width: "0.5rem",
|
|
9035
9100
|
height: "0.5rem",
|
|
9036
9101
|
bgColor: r.color.dark700,
|
|
@@ -9039,117 +9104,118 @@ const Gt = {
|
|
|
9039
9104
|
bgColor: r.color.dark300,
|
|
9040
9105
|
borderRadius: "99rem"
|
|
9041
9106
|
}
|
|
9042
|
-
},
|
|
9107
|
+
}, Hn = {
|
|
9043
9108
|
name: "dark",
|
|
9044
9109
|
...r,
|
|
9045
9110
|
components: {
|
|
9046
|
-
actionIconButton:
|
|
9047
|
-
appBar:
|
|
9048
|
-
appSelectionMenu:
|
|
9049
|
-
autoComplete:
|
|
9050
|
-
badge:
|
|
9051
|
-
banner:
|
|
9052
|
-
boxSelectionGroup:
|
|
9053
|
-
button:
|
|
9054
|
-
buttonGroup:
|
|
9055
|
-
card:
|
|
9056
|
-
checkbox:
|
|
9057
|
-
chip:
|
|
9058
|
-
chipList:
|
|
9059
|
-
countryFlag:
|
|
9060
|
-
datePicker:
|
|
9061
|
-
drawer:
|
|
9062
|
-
filters:
|
|
9063
|
-
formField:
|
|
9064
|
-
iconButton:
|
|
9065
|
-
input:
|
|
9066
|
-
label:
|
|
9067
|
-
link:
|
|
9068
|
-
loader:
|
|
9069
|
-
menu:
|
|
9070
|
-
modal:
|
|
9071
|
-
|
|
9072
|
-
|
|
9073
|
-
|
|
9074
|
-
|
|
9075
|
-
|
|
9076
|
-
|
|
9077
|
-
|
|
9078
|
-
|
|
9079
|
-
|
|
9080
|
-
|
|
9081
|
-
|
|
9082
|
-
|
|
9083
|
-
|
|
9084
|
-
|
|
9085
|
-
|
|
9086
|
-
|
|
9087
|
-
|
|
9088
|
-
|
|
9089
|
-
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
|
|
9095
|
-
|
|
9111
|
+
actionIconButton: R0,
|
|
9112
|
+
appBar: P0,
|
|
9113
|
+
appSelectionMenu: W0,
|
|
9114
|
+
autoComplete: T0,
|
|
9115
|
+
badge: F0,
|
|
9116
|
+
banner: I0,
|
|
9117
|
+
boxSelectionGroup: E0,
|
|
9118
|
+
button: O0,
|
|
9119
|
+
buttonGroup: M0,
|
|
9120
|
+
card: _0,
|
|
9121
|
+
checkbox: B0,
|
|
9122
|
+
chip: H0,
|
|
9123
|
+
chipList: j0,
|
|
9124
|
+
countryFlag: L0,
|
|
9125
|
+
datePicker: D0,
|
|
9126
|
+
drawer: A0,
|
|
9127
|
+
filters: G0,
|
|
9128
|
+
formField: X0,
|
|
9129
|
+
iconButton: q0,
|
|
9130
|
+
input: N0,
|
|
9131
|
+
label: Y0,
|
|
9132
|
+
link: U0,
|
|
9133
|
+
loader: K0,
|
|
9134
|
+
menu: J0,
|
|
9135
|
+
modal: V0,
|
|
9136
|
+
moreInfoIcon: Z0,
|
|
9137
|
+
popover: Q0,
|
|
9138
|
+
popupCard: rn,
|
|
9139
|
+
profileIcon: en,
|
|
9140
|
+
progressBar: on,
|
|
9141
|
+
radio: tn,
|
|
9142
|
+
searchBar: an,
|
|
9143
|
+
section: nn,
|
|
9144
|
+
select: ln,
|
|
9145
|
+
semanticButton: cn,
|
|
9146
|
+
semanticContainer: sn,
|
|
9147
|
+
semanticIcon: dn,
|
|
9148
|
+
sideBar: mn,
|
|
9149
|
+
skeleton: un,
|
|
9150
|
+
stepper: gn,
|
|
9151
|
+
switchButton: bn,
|
|
9152
|
+
table: pn,
|
|
9153
|
+
tableHeading: fn,
|
|
9154
|
+
tabs: xn,
|
|
9155
|
+
textButton: Cn,
|
|
9156
|
+
toast: hn,
|
|
9157
|
+
toggleButton: yn,
|
|
9158
|
+
tooltip: kn,
|
|
9159
|
+
treeView: vn,
|
|
9160
|
+
typography: wn,
|
|
9161
|
+
windowBar: Sn
|
|
9096
9162
|
},
|
|
9097
9163
|
globals: {
|
|
9098
|
-
body:
|
|
9099
|
-
scrollbar:
|
|
9164
|
+
body: $n,
|
|
9165
|
+
scrollbar: zn
|
|
9100
9166
|
}
|
|
9101
|
-
}, lr = () => To() ||
|
|
9167
|
+
}, lr = () => To() || z0, jn = (t) => $r`
|
|
9102
9168
|
&:focus-visible {
|
|
9103
9169
|
outline: ${() => lr().core.focus.size} solid ${() => lr().core.focus.color};
|
|
9104
9170
|
outline-offset: ${() => t || lr().core.focus.margin};
|
|
9105
9171
|
}
|
|
9106
|
-
`,
|
|
9172
|
+
`, Ln = (t) => $r`
|
|
9107
9173
|
outline: ${() => lr().core.focus.size} solid ${() => lr().core.focus.color};
|
|
9108
9174
|
outline-offset: ${() => t || lr().core.focus.margin};
|
|
9109
|
-
`, Lr = () => window.matchMedia("(prefers-color-scheme: dark)"),
|
|
9175
|
+
`, Lr = () => window.matchMedia("(prefers-color-scheme: dark)"), Rn = (t) => {
|
|
9110
9176
|
const a = Ge(t);
|
|
9111
9177
|
a.current = t;
|
|
9112
9178
|
const s = wr((y) => {
|
|
9113
9179
|
const { systemThemeName: k, lightThemeName: S, darkThemeName: p } = a.current;
|
|
9114
9180
|
return !k || k !== y ? y : Lr().matches ? p : S;
|
|
9115
|
-
}, []), [u, d] =
|
|
9181
|
+
}, []), [u, d] = Ce(""), [g, f] = Ce(
|
|
9116
9182
|
""
|
|
9117
9183
|
/* () => resolveTheme(selectedTheme) */
|
|
9118
|
-
), h = !!u,
|
|
9184
|
+
), h = !!u, C = wr((y) => {
|
|
9119
9185
|
const { initialThemeName: k, lightThemeName: S, darkThemeName: p, systemThemeName: R } = a.current, U = [S, p, R].filter(Boolean);
|
|
9120
9186
|
if (!y || !U.includes(y)) {
|
|
9121
9187
|
if (h)
|
|
9122
9188
|
return !1;
|
|
9123
9189
|
y = U.includes(k) && k || (Lr().matches ? p : S);
|
|
9124
9190
|
}
|
|
9125
|
-
return d(y),
|
|
9191
|
+
return d(y), f(s(y)), !0;
|
|
9126
9192
|
}, [h, s]);
|
|
9127
9193
|
return Dr(() => {
|
|
9128
9194
|
const { systemThemeName: y, lightThemeName: k, darkThemeName: S } = a.current;
|
|
9129
9195
|
if (!y || y !== u)
|
|
9130
9196
|
return;
|
|
9131
|
-
const p = Lr(), R = (U) =>
|
|
9197
|
+
const p = Lr(), R = (U) => f(U.matches ? S : k);
|
|
9132
9198
|
return p.addEventListener("change", R), () => p == null ? void 0 : p.removeEventListener("change", R);
|
|
9133
9199
|
}, [u]), {
|
|
9134
|
-
setSelectedTheme:
|
|
9200
|
+
setSelectedTheme: C,
|
|
9135
9201
|
selectedTheme: u,
|
|
9136
9202
|
currentTheme: g
|
|
9137
9203
|
// resolved theme (dark/light - selected or current system)
|
|
9138
9204
|
};
|
|
9139
|
-
},
|
|
9205
|
+
}, Pn = ({ value: t, ...a }) => {
|
|
9140
9206
|
const s = Ge(a);
|
|
9141
9207
|
s.current = a;
|
|
9142
9208
|
const u = wr(() => localStorage.getItem(s.current.storageKey) || "", []), d = wr((g) => {
|
|
9143
9209
|
localStorage.setItem(s.current.storageKey, g);
|
|
9144
9210
|
}, []);
|
|
9145
|
-
return
|
|
9211
|
+
return Eo(() => {
|
|
9146
9212
|
s.current.onChange(u());
|
|
9147
9213
|
}, [u]), Dr(() => {
|
|
9148
9214
|
t && d(t);
|
|
9149
9215
|
}, [t, d]), Dr(() => {
|
|
9150
|
-
const g = (
|
|
9151
|
-
const { storageKey: h, onChange:
|
|
9152
|
-
|
|
9216
|
+
const g = (f) => {
|
|
9217
|
+
const { storageKey: h, onChange: C } = s.current;
|
|
9218
|
+
f.key === h && C(f.newValue || "");
|
|
9153
9219
|
};
|
|
9154
9220
|
return window.addEventListener("storage", g), () => window.removeEventListener("storage", g);
|
|
9155
9221
|
}, []), {
|
|
@@ -9168,18 +9234,18 @@ var Nr = { exports: {} }, mr = {};
|
|
|
9168
9234
|
* LICENSE file in the root directory of this source tree.
|
|
9169
9235
|
*/
|
|
9170
9236
|
var Le;
|
|
9171
|
-
function
|
|
9237
|
+
function Wn() {
|
|
9172
9238
|
if (Le) return mr;
|
|
9173
9239
|
Le = 1;
|
|
9174
9240
|
var t = Ae, a = Symbol.for("react.element"), s = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, d = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, g = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
9175
|
-
function
|
|
9241
|
+
function f(h, C, y) {
|
|
9176
9242
|
var k, S = {}, p = null, R = null;
|
|
9177
|
-
y !== void 0 && (p = "" + y),
|
|
9178
|
-
for (k in
|
|
9179
|
-
if (h && h.defaultProps) for (k in
|
|
9243
|
+
y !== void 0 && (p = "" + y), C.key !== void 0 && (p = "" + C.key), C.ref !== void 0 && (R = C.ref);
|
|
9244
|
+
for (k in C) u.call(C, k) && !g.hasOwnProperty(k) && (S[k] = C[k]);
|
|
9245
|
+
if (h && h.defaultProps) for (k in C = h.defaultProps, C) S[k] === void 0 && (S[k] = C[k]);
|
|
9180
9246
|
return { $$typeof: a, type: h, key: p, ref: R, props: S, _owner: d.current };
|
|
9181
9247
|
}
|
|
9182
|
-
return mr.Fragment = s, mr.jsx =
|
|
9248
|
+
return mr.Fragment = s, mr.jsx = f, mr.jsxs = f, mr;
|
|
9183
9249
|
}
|
|
9184
9250
|
var ur = {};
|
|
9185
9251
|
/**
|
|
@@ -9192,9 +9258,9 @@ var ur = {};
|
|
|
9192
9258
|
* LICENSE file in the root directory of this source tree.
|
|
9193
9259
|
*/
|
|
9194
9260
|
var De;
|
|
9195
|
-
function
|
|
9261
|
+
function Tn() {
|
|
9196
9262
|
return De || (De = 1, process.env.NODE_ENV !== "production" && function() {
|
|
9197
|
-
var t = Ae, a = Symbol.for("react.element"), s = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), g = Symbol.for("react.profiler"),
|
|
9263
|
+
var t = Ae, a = Symbol.for("react.element"), s = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), g = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), h = Symbol.for("react.context"), C = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), k = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), R = Symbol.for("react.offscreen"), U = Symbol.iterator, Rr = "@@iterator";
|
|
9198
9264
|
function pr(n) {
|
|
9199
9265
|
if (n === null || typeof n != "object")
|
|
9200
9266
|
return null;
|
|
@@ -9204,14 +9270,14 @@ function Rn() {
|
|
|
9204
9270
|
var L = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
9205
9271
|
function T(n) {
|
|
9206
9272
|
{
|
|
9207
|
-
for (var m = arguments.length, b = new Array(m > 1 ? m - 1 : 0),
|
|
9208
|
-
b[
|
|
9273
|
+
for (var m = arguments.length, b = new Array(m > 1 ? m - 1 : 0), x = 1; x < m; x++)
|
|
9274
|
+
b[x - 1] = arguments[x];
|
|
9209
9275
|
Ue("error", n, b);
|
|
9210
9276
|
}
|
|
9211
9277
|
}
|
|
9212
9278
|
function Ue(n, m, b) {
|
|
9213
9279
|
{
|
|
9214
|
-
var
|
|
9280
|
+
var x = L.ReactDebugCurrentFrame, $ = x.getStackAddendum();
|
|
9215
9281
|
$ !== "" && (m += "%s", b = b.concat([$]));
|
|
9216
9282
|
var z = b.map(function(w) {
|
|
9217
9283
|
return String(w);
|
|
@@ -9222,16 +9288,16 @@ function Rn() {
|
|
|
9222
9288
|
var Ke = !1, Je = !1, Ve = !1, Ze = !1, Qe = !1, Ur;
|
|
9223
9289
|
Ur = Symbol.for("react.module.reference");
|
|
9224
9290
|
function ro(n) {
|
|
9225
|
-
return !!(typeof n == "string" || typeof n == "function" || n === u || n === g || Qe || n === d || n === y || n === k || Ze || n === R || Ke || Je || Ve || typeof n == "object" && n !== null && (n.$$typeof === p || n.$$typeof === S || n.$$typeof ===
|
|
9291
|
+
return !!(typeof n == "string" || typeof n == "function" || n === u || n === g || Qe || n === d || n === y || n === k || Ze || n === R || Ke || Je || Ve || typeof n == "object" && n !== null && (n.$$typeof === p || n.$$typeof === S || n.$$typeof === f || n.$$typeof === h || n.$$typeof === C || // This needs to include all possible module reference object
|
|
9226
9292
|
// types supported by any Flight configuration anywhere since
|
|
9227
9293
|
// we don't know which Flight build this will end up being used
|
|
9228
9294
|
// with.
|
|
9229
9295
|
n.$$typeof === Ur || n.getModuleId !== void 0));
|
|
9230
9296
|
}
|
|
9231
9297
|
function eo(n, m, b) {
|
|
9232
|
-
var
|
|
9233
|
-
if (
|
|
9234
|
-
return
|
|
9298
|
+
var x = n.displayName;
|
|
9299
|
+
if (x)
|
|
9300
|
+
return x;
|
|
9235
9301
|
var $ = m.displayName || m.name || "";
|
|
9236
9302
|
return $ !== "" ? b + "(" + $ + ")" : b;
|
|
9237
9303
|
}
|
|
@@ -9264,14 +9330,14 @@ function Rn() {
|
|
|
9264
9330
|
case h:
|
|
9265
9331
|
var m = n;
|
|
9266
9332
|
return Kr(m) + ".Consumer";
|
|
9267
|
-
case
|
|
9333
|
+
case f:
|
|
9268
9334
|
var b = n;
|
|
9269
9335
|
return Kr(b._context) + ".Provider";
|
|
9270
|
-
case
|
|
9336
|
+
case C:
|
|
9271
9337
|
return eo(n, n.render, "ForwardRef");
|
|
9272
9338
|
case S:
|
|
9273
|
-
var
|
|
9274
|
-
return
|
|
9339
|
+
var x = n.displayName || null;
|
|
9340
|
+
return x !== null ? x : D(n.type) || "Memo";
|
|
9275
9341
|
case p: {
|
|
9276
9342
|
var $ = n, z = $._payload, w = $._init;
|
|
9277
9343
|
try {
|
|
@@ -9346,33 +9412,33 @@ function Rn() {
|
|
|
9346
9412
|
}
|
|
9347
9413
|
}
|
|
9348
9414
|
var Pr = L.ReactCurrentDispatcher, Wr;
|
|
9349
|
-
function
|
|
9415
|
+
function fr(n, m, b) {
|
|
9350
9416
|
{
|
|
9351
9417
|
if (Wr === void 0)
|
|
9352
9418
|
try {
|
|
9353
9419
|
throw Error();
|
|
9354
9420
|
} catch ($) {
|
|
9355
|
-
var
|
|
9356
|
-
Wr =
|
|
9421
|
+
var x = $.stack.trim().match(/\n( *(at )?)/);
|
|
9422
|
+
Wr = x && x[1] || "";
|
|
9357
9423
|
}
|
|
9358
9424
|
return `
|
|
9359
9425
|
` + Wr + n;
|
|
9360
9426
|
}
|
|
9361
9427
|
}
|
|
9362
|
-
var Tr = !1,
|
|
9428
|
+
var Tr = !1, xr;
|
|
9363
9429
|
{
|
|
9364
9430
|
var ao = typeof WeakMap == "function" ? WeakMap : Map;
|
|
9365
|
-
|
|
9431
|
+
xr = new ao();
|
|
9366
9432
|
}
|
|
9367
9433
|
function ae(n, m) {
|
|
9368
9434
|
if (!n || Tr)
|
|
9369
9435
|
return "";
|
|
9370
9436
|
{
|
|
9371
|
-
var b =
|
|
9437
|
+
var b = xr.get(n);
|
|
9372
9438
|
if (b !== void 0)
|
|
9373
9439
|
return b;
|
|
9374
9440
|
}
|
|
9375
|
-
var
|
|
9441
|
+
var x;
|
|
9376
9442
|
Tr = !0;
|
|
9377
9443
|
var $ = Error.prepareStackTrace;
|
|
9378
9444
|
Error.prepareStackTrace = void 0;
|
|
@@ -9390,40 +9456,40 @@ function Rn() {
|
|
|
9390
9456
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
9391
9457
|
try {
|
|
9392
9458
|
Reflect.construct(w, []);
|
|
9393
|
-
} catch (
|
|
9394
|
-
|
|
9459
|
+
} catch (_) {
|
|
9460
|
+
x = _;
|
|
9395
9461
|
}
|
|
9396
9462
|
Reflect.construct(n, [], w);
|
|
9397
9463
|
} else {
|
|
9398
9464
|
try {
|
|
9399
9465
|
w.call();
|
|
9400
|
-
} catch (
|
|
9401
|
-
|
|
9466
|
+
} catch (_) {
|
|
9467
|
+
x = _;
|
|
9402
9468
|
}
|
|
9403
9469
|
n.call(w.prototype);
|
|
9404
9470
|
}
|
|
9405
9471
|
} else {
|
|
9406
9472
|
try {
|
|
9407
9473
|
throw Error();
|
|
9408
|
-
} catch (
|
|
9409
|
-
|
|
9474
|
+
} catch (_) {
|
|
9475
|
+
x = _;
|
|
9410
9476
|
}
|
|
9411
9477
|
n();
|
|
9412
9478
|
}
|
|
9413
|
-
} catch (
|
|
9414
|
-
if (
|
|
9415
|
-
for (var v =
|
|
9416
|
-
`),
|
|
9417
|
-
`), P = v.length - 1, W =
|
|
9479
|
+
} catch (_) {
|
|
9480
|
+
if (_ && x && typeof _.stack == "string") {
|
|
9481
|
+
for (var v = _.stack.split(`
|
|
9482
|
+
`), I = x.stack.split(`
|
|
9483
|
+
`), P = v.length - 1, W = I.length - 1; P >= 1 && W >= 0 && v[P] !== I[W]; )
|
|
9418
9484
|
W--;
|
|
9419
9485
|
for (; P >= 1 && W >= 0; P--, W--)
|
|
9420
|
-
if (v[P] !==
|
|
9486
|
+
if (v[P] !== I[W]) {
|
|
9421
9487
|
if (P !== 1 || W !== 1)
|
|
9422
9488
|
do
|
|
9423
|
-
if (P--, W--, W < 0 || v[P] !==
|
|
9489
|
+
if (P--, W--, W < 0 || v[P] !== I[W]) {
|
|
9424
9490
|
var j = `
|
|
9425
9491
|
` + v[P].replace(" at new ", " at ");
|
|
9426
|
-
return n.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", n.displayName)), typeof n == "function" &&
|
|
9492
|
+
return n.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", n.displayName)), typeof n == "function" && xr.set(n, j), j;
|
|
9427
9493
|
}
|
|
9428
9494
|
while (P >= 1 && W >= 0);
|
|
9429
9495
|
break;
|
|
@@ -9432,8 +9498,8 @@ function Rn() {
|
|
|
9432
9498
|
} finally {
|
|
9433
9499
|
Tr = !1, Pr.current = z, to(), Error.prepareStackTrace = $;
|
|
9434
9500
|
}
|
|
9435
|
-
var nr = n ? n.displayName || n.name : "", er = nr ?
|
|
9436
|
-
return typeof n == "function" &&
|
|
9501
|
+
var nr = n ? n.displayName || n.name : "", er = nr ? fr(nr) : "";
|
|
9502
|
+
return typeof n == "function" && xr.set(n, er), er;
|
|
9437
9503
|
}
|
|
9438
9504
|
function no(n, m, b) {
|
|
9439
9505
|
return ae(n, !1);
|
|
@@ -9442,29 +9508,29 @@ function Rn() {
|
|
|
9442
9508
|
var m = n.prototype;
|
|
9443
9509
|
return !!(m && m.isReactComponent);
|
|
9444
9510
|
}
|
|
9445
|
-
function
|
|
9511
|
+
function Cr(n, m, b) {
|
|
9446
9512
|
if (n == null)
|
|
9447
9513
|
return "";
|
|
9448
9514
|
if (typeof n == "function")
|
|
9449
9515
|
return ae(n, lo(n));
|
|
9450
9516
|
if (typeof n == "string")
|
|
9451
|
-
return
|
|
9517
|
+
return fr(n);
|
|
9452
9518
|
switch (n) {
|
|
9453
9519
|
case y:
|
|
9454
|
-
return
|
|
9520
|
+
return fr("Suspense");
|
|
9455
9521
|
case k:
|
|
9456
|
-
return
|
|
9522
|
+
return fr("SuspenseList");
|
|
9457
9523
|
}
|
|
9458
9524
|
if (typeof n == "object")
|
|
9459
9525
|
switch (n.$$typeof) {
|
|
9460
|
-
case
|
|
9526
|
+
case C:
|
|
9461
9527
|
return no(n.render);
|
|
9462
9528
|
case S:
|
|
9463
|
-
return
|
|
9529
|
+
return Cr(n.type, m, b);
|
|
9464
9530
|
case p: {
|
|
9465
|
-
var
|
|
9531
|
+
var x = n, $ = x._payload, z = x._init;
|
|
9466
9532
|
try {
|
|
9467
|
-
return
|
|
9533
|
+
return Cr(z($), m, b);
|
|
9468
9534
|
} catch {
|
|
9469
9535
|
}
|
|
9470
9536
|
}
|
|
@@ -9474,12 +9540,12 @@ function Rn() {
|
|
|
9474
9540
|
var sr = Object.prototype.hasOwnProperty, ne = {}, le = L.ReactDebugCurrentFrame;
|
|
9475
9541
|
function hr(n) {
|
|
9476
9542
|
if (n) {
|
|
9477
|
-
var m = n._owner, b =
|
|
9543
|
+
var m = n._owner, b = Cr(n.type, n._source, m ? m.type : null);
|
|
9478
9544
|
le.setExtraStackFrame(b);
|
|
9479
9545
|
} else
|
|
9480
9546
|
le.setExtraStackFrame(null);
|
|
9481
9547
|
}
|
|
9482
|
-
function co(n, m, b,
|
|
9548
|
+
function co(n, m, b, x, $) {
|
|
9483
9549
|
{
|
|
9484
9550
|
var z = Function.call.bind(sr);
|
|
9485
9551
|
for (var w in n)
|
|
@@ -9487,14 +9553,14 @@ function Rn() {
|
|
|
9487
9553
|
var v = void 0;
|
|
9488
9554
|
try {
|
|
9489
9555
|
if (typeof n[w] != "function") {
|
|
9490
|
-
var
|
|
9491
|
-
throw
|
|
9556
|
+
var I = Error((x || "React class") + ": " + b + " type `" + w + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof n[w] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
9557
|
+
throw I.name = "Invariant Violation", I;
|
|
9492
9558
|
}
|
|
9493
|
-
v = n[w](m, w,
|
|
9559
|
+
v = n[w](m, w, x, b, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
9494
9560
|
} catch (P) {
|
|
9495
9561
|
v = P;
|
|
9496
9562
|
}
|
|
9497
|
-
v && !(v instanceof Error) && (hr($), T("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",
|
|
9563
|
+
v && !(v instanceof Error) && (hr($), T("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", x || "React class", b, w, typeof v), hr(null)), v instanceof Error && !(v.message in ne) && (ne[v.message] = !0, hr($), T("Failed %s type: %s", b, v.message), hr(null));
|
|
9498
9564
|
}
|
|
9499
9565
|
}
|
|
9500
9566
|
}
|
|
@@ -9527,8 +9593,8 @@ function Rn() {
|
|
|
9527
9593
|
ref: !0,
|
|
9528
9594
|
__self: !0,
|
|
9529
9595
|
__source: !0
|
|
9530
|
-
}, se, de,
|
|
9531
|
-
|
|
9596
|
+
}, se, de, Ir;
|
|
9597
|
+
Ir = {};
|
|
9532
9598
|
function go(n) {
|
|
9533
9599
|
if (sr.call(n, "ref")) {
|
|
9534
9600
|
var m = Object.getOwnPropertyDescriptor(n, "ref").get;
|
|
@@ -9548,10 +9614,10 @@ function Rn() {
|
|
|
9548
9614
|
function po(n, m) {
|
|
9549
9615
|
if (typeof n.ref == "string" && dr.current && m && dr.current.stateNode !== m) {
|
|
9550
9616
|
var b = D(dr.current.type);
|
|
9551
|
-
|
|
9617
|
+
Ir[b] || (T('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', D(dr.current.type), n.ref), Ir[b] = !0);
|
|
9552
9618
|
}
|
|
9553
9619
|
}
|
|
9554
|
-
function
|
|
9620
|
+
function fo(n, m) {
|
|
9555
9621
|
{
|
|
9556
9622
|
var b = function() {
|
|
9557
9623
|
se || (se = !0, T("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", m));
|
|
@@ -9562,7 +9628,7 @@ function Rn() {
|
|
|
9562
9628
|
});
|
|
9563
9629
|
}
|
|
9564
9630
|
}
|
|
9565
|
-
function
|
|
9631
|
+
function xo(n, m) {
|
|
9566
9632
|
{
|
|
9567
9633
|
var b = function() {
|
|
9568
9634
|
de || (de = !0, T("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", m));
|
|
@@ -9573,7 +9639,7 @@ function Rn() {
|
|
|
9573
9639
|
});
|
|
9574
9640
|
}
|
|
9575
9641
|
}
|
|
9576
|
-
var
|
|
9642
|
+
var Co = function(n, m, b, x, $, z, w) {
|
|
9577
9643
|
var v = {
|
|
9578
9644
|
// This tag allows us to uniquely identify this as a React Element
|
|
9579
9645
|
$$typeof: a,
|
|
@@ -9594,7 +9660,7 @@ function Rn() {
|
|
|
9594
9660
|
configurable: !1,
|
|
9595
9661
|
enumerable: !1,
|
|
9596
9662
|
writable: !1,
|
|
9597
|
-
value:
|
|
9663
|
+
value: x
|
|
9598
9664
|
}), Object.defineProperty(v, "_source", {
|
|
9599
9665
|
configurable: !1,
|
|
9600
9666
|
enumerable: !1,
|
|
@@ -9602,10 +9668,10 @@ function Rn() {
|
|
|
9602
9668
|
value: $
|
|
9603
9669
|
}), Object.freeze && (Object.freeze(v.props), Object.freeze(v)), v;
|
|
9604
9670
|
};
|
|
9605
|
-
function ho(n, m, b,
|
|
9671
|
+
function ho(n, m, b, x, $) {
|
|
9606
9672
|
{
|
|
9607
|
-
var z, w = {}, v = null,
|
|
9608
|
-
b !== void 0 && (ie(b), v = "" + b), bo(m) && (ie(m.key), v = "" + m.key), go(m) && (
|
|
9673
|
+
var z, w = {}, v = null, I = null;
|
|
9674
|
+
b !== void 0 && (ie(b), v = "" + b), bo(m) && (ie(m.key), v = "" + m.key), go(m) && (I = m.ref, po(m, $));
|
|
9609
9675
|
for (z in m)
|
|
9610
9676
|
sr.call(m, z) && !uo.hasOwnProperty(z) && (w[z] = m[z]);
|
|
9611
9677
|
if (n && n.defaultProps) {
|
|
@@ -9613,30 +9679,30 @@ function Rn() {
|
|
|
9613
9679
|
for (z in P)
|
|
9614
9680
|
w[z] === void 0 && (w[z] = P[z]);
|
|
9615
9681
|
}
|
|
9616
|
-
if (v ||
|
|
9682
|
+
if (v || I) {
|
|
9617
9683
|
var W = typeof n == "function" ? n.displayName || n.name || "Unknown" : n;
|
|
9618
|
-
v &&
|
|
9684
|
+
v && fo(w, W), I && xo(w, W);
|
|
9619
9685
|
}
|
|
9620
|
-
return
|
|
9686
|
+
return Co(n, v, I, $, x, dr.current, w);
|
|
9621
9687
|
}
|
|
9622
9688
|
}
|
|
9623
|
-
var
|
|
9689
|
+
var Er = L.ReactCurrentOwner, me = L.ReactDebugCurrentFrame;
|
|
9624
9690
|
function ar(n) {
|
|
9625
9691
|
if (n) {
|
|
9626
|
-
var m = n._owner, b =
|
|
9692
|
+
var m = n._owner, b = Cr(n.type, n._source, m ? m.type : null);
|
|
9627
9693
|
me.setExtraStackFrame(b);
|
|
9628
9694
|
} else
|
|
9629
9695
|
me.setExtraStackFrame(null);
|
|
9630
9696
|
}
|
|
9631
|
-
var
|
|
9632
|
-
|
|
9633
|
-
function
|
|
9697
|
+
var Or;
|
|
9698
|
+
Or = !1;
|
|
9699
|
+
function Mr(n) {
|
|
9634
9700
|
return typeof n == "object" && n !== null && n.$$typeof === a;
|
|
9635
9701
|
}
|
|
9636
9702
|
function ue() {
|
|
9637
9703
|
{
|
|
9638
|
-
if (
|
|
9639
|
-
var n = D(
|
|
9704
|
+
if (Er.current) {
|
|
9705
|
+
var n = D(Er.current.type);
|
|
9640
9706
|
if (n)
|
|
9641
9707
|
return `
|
|
9642
9708
|
|
|
@@ -9670,8 +9736,8 @@ Check the top-level render call using <` + b + ">.");
|
|
|
9670
9736
|
if (ge[b])
|
|
9671
9737
|
return;
|
|
9672
9738
|
ge[b] = !0;
|
|
9673
|
-
var
|
|
9674
|
-
n && n._owner && n._owner !==
|
|
9739
|
+
var x = "";
|
|
9740
|
+
n && n._owner && n._owner !== Er.current && (x = " It was passed a child from " + D(n._owner.type) + "."), ar(n), T('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', b, x), ar(null);
|
|
9675
9741
|
}
|
|
9676
9742
|
}
|
|
9677
9743
|
function pe(n, m) {
|
|
@@ -9680,16 +9746,16 @@ Check the top-level render call using <` + b + ">.");
|
|
|
9680
9746
|
return;
|
|
9681
9747
|
if (Fr(n))
|
|
9682
9748
|
for (var b = 0; b < n.length; b++) {
|
|
9683
|
-
var
|
|
9684
|
-
|
|
9749
|
+
var x = n[b];
|
|
9750
|
+
Mr(x) && be(x, m);
|
|
9685
9751
|
}
|
|
9686
|
-
else if (
|
|
9752
|
+
else if (Mr(n))
|
|
9687
9753
|
n._store && (n._store.validated = !0);
|
|
9688
9754
|
else if (n) {
|
|
9689
9755
|
var $ = pr(n);
|
|
9690
9756
|
if (typeof $ == "function" && $ !== n.entries)
|
|
9691
9757
|
for (var z = $.call(n), w; !(w = z.next()).done; )
|
|
9692
|
-
|
|
9758
|
+
Mr(w.value) && be(w.value, m);
|
|
9693
9759
|
}
|
|
9694
9760
|
}
|
|
9695
9761
|
}
|
|
@@ -9701,17 +9767,17 @@ Check the top-level render call using <` + b + ">.");
|
|
|
9701
9767
|
var b;
|
|
9702
9768
|
if (typeof m == "function")
|
|
9703
9769
|
b = m.propTypes;
|
|
9704
|
-
else if (typeof m == "object" && (m.$$typeof ===
|
|
9770
|
+
else if (typeof m == "object" && (m.$$typeof === C || // Note: Memo only checks outer props here.
|
|
9705
9771
|
// Inner props are checked in the reconciler.
|
|
9706
9772
|
m.$$typeof === S))
|
|
9707
9773
|
b = m.propTypes;
|
|
9708
9774
|
else
|
|
9709
9775
|
return;
|
|
9710
9776
|
if (b) {
|
|
9711
|
-
var
|
|
9712
|
-
co(b, n.props, "prop",
|
|
9713
|
-
} else if (m.PropTypes !== void 0 && !
|
|
9714
|
-
|
|
9777
|
+
var x = D(m);
|
|
9778
|
+
co(b, n.props, "prop", x, n);
|
|
9779
|
+
} else if (m.PropTypes !== void 0 && !Or) {
|
|
9780
|
+
Or = !0;
|
|
9715
9781
|
var $ = D(m);
|
|
9716
9782
|
T("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", $ || "Unknown");
|
|
9717
9783
|
}
|
|
@@ -9721,24 +9787,24 @@ Check the top-level render call using <` + b + ">.");
|
|
|
9721
9787
|
function wo(n) {
|
|
9722
9788
|
{
|
|
9723
9789
|
for (var m = Object.keys(n.props), b = 0; b < m.length; b++) {
|
|
9724
|
-
var
|
|
9725
|
-
if (
|
|
9726
|
-
ar(n), T("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",
|
|
9790
|
+
var x = m[b];
|
|
9791
|
+
if (x !== "children" && x !== "key") {
|
|
9792
|
+
ar(n), T("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", x), ar(null);
|
|
9727
9793
|
break;
|
|
9728
9794
|
}
|
|
9729
9795
|
}
|
|
9730
9796
|
n.ref !== null && (ar(n), T("Invalid attribute `ref` supplied to `React.Fragment`."), ar(null));
|
|
9731
9797
|
}
|
|
9732
9798
|
}
|
|
9733
|
-
var
|
|
9734
|
-
function
|
|
9799
|
+
var fe = {};
|
|
9800
|
+
function xe(n, m, b, x, $, z) {
|
|
9735
9801
|
{
|
|
9736
9802
|
var w = ro(n);
|
|
9737
9803
|
if (!w) {
|
|
9738
9804
|
var v = "";
|
|
9739
9805
|
(n === void 0 || typeof n == "object" && n !== null && Object.keys(n).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
9740
|
-
var
|
|
9741
|
-
|
|
9806
|
+
var I = yo();
|
|
9807
|
+
I ? v += I : v += ue();
|
|
9742
9808
|
var P;
|
|
9743
9809
|
n === null ? P = "null" : Fr(n) ? P = "array" : n !== void 0 && n.$$typeof === a ? (P = "<" + (D(n.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : P = typeof n, T("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", P, v);
|
|
9744
9810
|
}
|
|
@@ -9748,7 +9814,7 @@ Check the top-level render call using <` + b + ">.");
|
|
|
9748
9814
|
if (w) {
|
|
9749
9815
|
var j = m.children;
|
|
9750
9816
|
if (j !== void 0)
|
|
9751
|
-
if (
|
|
9817
|
+
if (x)
|
|
9752
9818
|
if (Fr(j)) {
|
|
9753
9819
|
for (var nr = 0; nr < j.length; nr++)
|
|
9754
9820
|
pe(j[nr], n);
|
|
@@ -9759,49 +9825,49 @@ Check the top-level render call using <` + b + ">.");
|
|
|
9759
9825
|
pe(j, n);
|
|
9760
9826
|
}
|
|
9761
9827
|
if (sr.call(m, "key")) {
|
|
9762
|
-
var er = D(n),
|
|
9828
|
+
var er = D(n), _ = Object.keys(m).filter(function(Wo) {
|
|
9763
9829
|
return Wo !== "key";
|
|
9764
|
-
}),
|
|
9765
|
-
if (!
|
|
9766
|
-
var Po =
|
|
9830
|
+
}), _r = _.length > 0 ? "{key: someKey, " + _.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
9831
|
+
if (!fe[er + _r]) {
|
|
9832
|
+
var Po = _.length > 0 ? "{" + _.join(": ..., ") + ": ...}" : "{}";
|
|
9767
9833
|
T(`A props object containing a "key" prop is being spread into JSX:
|
|
9768
9834
|
let props = %s;
|
|
9769
9835
|
<%s {...props} />
|
|
9770
9836
|
React keys must be passed directly to JSX without using spread:
|
|
9771
9837
|
let props = %s;
|
|
9772
|
-
<%s key={someKey} {...props} />`,
|
|
9838
|
+
<%s key={someKey} {...props} />`, _r, er, Po, er), fe[er + _r] = !0;
|
|
9773
9839
|
}
|
|
9774
9840
|
}
|
|
9775
9841
|
return n === u ? wo(W) : vo(W), W;
|
|
9776
9842
|
}
|
|
9777
9843
|
}
|
|
9778
9844
|
function So(n, m, b) {
|
|
9779
|
-
return
|
|
9845
|
+
return xe(n, m, b, !0);
|
|
9780
9846
|
}
|
|
9781
9847
|
function $o(n, m, b) {
|
|
9782
|
-
return
|
|
9848
|
+
return xe(n, m, b, !1);
|
|
9783
9849
|
}
|
|
9784
9850
|
var zo = $o, Ro = So;
|
|
9785
9851
|
ur.Fragment = u, ur.jsx = zo, ur.jsxs = Ro;
|
|
9786
9852
|
}()), ur;
|
|
9787
9853
|
}
|
|
9788
|
-
process.env.NODE_ENV === "production" ? Nr.exports =
|
|
9854
|
+
process.env.NODE_ENV === "production" ? Nr.exports = Wn() : Nr.exports = Tn();
|
|
9789
9855
|
var Yr = Nr.exports;
|
|
9790
|
-
const Ye =
|
|
9791
|
-
const
|
|
9792
|
-
return Yr.jsx(Ye.Provider, { value:
|
|
9793
|
-
},
|
|
9794
|
-
const t =
|
|
9856
|
+
const Ye = Oo(null), Fn = ({ children: t, selectedTheme: a, setSelectedTheme: s, lightThemeName: u, darkThemeName: d, systemThemeName: g }) => {
|
|
9857
|
+
const f = Mo(() => ({ selectedTheme: a, setSelectedTheme: s, lightThemeName: u, darkThemeName: d, systemThemeName: g }), [a, s, u, d, g]);
|
|
9858
|
+
return Yr.jsx(Ye.Provider, { value: f, children: t });
|
|
9859
|
+
}, Dn = () => {
|
|
9860
|
+
const t = _o(Ye);
|
|
9795
9861
|
if (!t)
|
|
9796
9862
|
throw new Error("Missing ThemeSwitchContext");
|
|
9797
9863
|
return t;
|
|
9798
|
-
},
|
|
9799
|
-
const
|
|
9864
|
+
}, An = ({ children: t, lightTheme: a, darkTheme: s, systemThemeName: u, initialThemeName: d, storageKey: g }) => {
|
|
9865
|
+
const f = a == null ? void 0 : a.name, h = s == null ? void 0 : s.name, C = { lightThemeName: f, darkThemeName: h, systemThemeName: u }, { selectedTheme: y, setSelectedTheme: k, currentTheme: S } = Rn({
|
|
9800
9866
|
initialThemeName: d,
|
|
9801
|
-
...
|
|
9867
|
+
...C
|
|
9802
9868
|
});
|
|
9803
|
-
return
|
|
9804
|
-
},
|
|
9869
|
+
return Pn({ storageKey: g, value: y, onChange: k }), Yr.jsx(Fo, { theme: S === (s == null ? void 0 : s.name) ? s : a, children: Yr.jsx(Fn, { selectedTheme: y, setSelectedTheme: k, ...C, children: t }) });
|
|
9870
|
+
}, In = $r`
|
|
9805
9871
|
body {
|
|
9806
9872
|
background: ${({ theme: t }) => t.globals.body.bgColor};
|
|
9807
9873
|
color: ${({ theme: t }) => t.globals.body.textColor};
|
|
@@ -9811,7 +9877,7 @@ const Ye = Mo(null), Pn = ({ children: t, selectedTheme: a, setSelectedTheme: s,
|
|
|
9811
9877
|
|
|
9812
9878
|
color-scheme: only ${({ theme: t }) => t.name === "dark" ? "dark" : "light"};
|
|
9813
9879
|
}
|
|
9814
|
-
`,
|
|
9880
|
+
`, En = $r`
|
|
9815
9881
|
@media (pointer: fine) {
|
|
9816
9882
|
@-moz-document url-prefix() {
|
|
9817
9883
|
* {
|
|
@@ -9848,24 +9914,24 @@ const Ye = Mo(null), Pn = ({ children: t, selectedTheme: a, setSelectedTheme: s,
|
|
|
9848
9914
|
background-color: transparent;
|
|
9849
9915
|
}
|
|
9850
9916
|
}
|
|
9851
|
-
`,
|
|
9852
|
-
${
|
|
9853
|
-
${
|
|
9917
|
+
`, Gn = Io`
|
|
9918
|
+
${In};
|
|
9919
|
+
${En};
|
|
9854
9920
|
`;
|
|
9855
9921
|
export {
|
|
9856
|
-
|
|
9857
|
-
|
|
9858
|
-
|
|
9859
|
-
|
|
9860
|
-
|
|
9861
|
-
|
|
9862
|
-
|
|
9863
|
-
|
|
9864
|
-
|
|
9865
|
-
|
|
9922
|
+
Gn as CommonStyles,
|
|
9923
|
+
An as SwitchableThemeProvider,
|
|
9924
|
+
Fn as ThemeSwitchProvider,
|
|
9925
|
+
jn as getFocusStyle,
|
|
9926
|
+
Ln as getFocusStyleProperties,
|
|
9927
|
+
z0 as theme,
|
|
9928
|
+
Hn as themeDark,
|
|
9929
|
+
z0 as themeLight,
|
|
9930
|
+
Bn as themeOld,
|
|
9931
|
+
Pn as useStorage,
|
|
9866
9932
|
lr as useTheme,
|
|
9867
|
-
|
|
9868
|
-
|
|
9869
|
-
|
|
9933
|
+
Rn as useThemeSelector,
|
|
9934
|
+
Dn as useThemeSwitchContext,
|
|
9935
|
+
_n as withContrast,
|
|
9870
9936
|
F as withOpacity
|
|
9871
9937
|
};
|