@redis-ui/styles 14.6.0 → 14.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { useTheme as ze, css as Po, ThemeProvider as Re, createGlobalStyle as We } from "styled-components";
2
- import Er, { useCallback as Ro, useRef as wr, useLayoutEffect as Sr, useEffect as No, useState as $r, createContext as Be, useMemo as Pe, useContext as Fe } from "react";
1
+ import { useTheme as Re, css as Po, ThemeProvider as ze, createGlobalStyle as We } from "styled-components";
2
+ import Er, { useCallback as zo, useRef as wr, useLayoutEffect as Sr, useEffect as No, useState as $r, createContext as Be, useMemo as Pe, useContext as Fe } from "react";
3
3
  const lo = {
4
4
  transparent: "#00000000",
5
5
  neutral0: "#00000000",
@@ -205,7 +205,7 @@ const lo = {
205
205
  color: lo.primary600
206
206
  }
207
207
  }
208
- }, Me = {
208
+ }, Le = {
209
209
  sizes: {
210
210
  L: {
211
211
  size: "3rem",
@@ -258,7 +258,7 @@ const lo = {
258
258
  }
259
259
  }
260
260
  }
261
- }, Le = {
261
+ }, Me = {
262
262
  height: "7rem",
263
263
  padding: "1.4rem 1.4rem 1.4rem 2.4rem",
264
264
  separator: `1px solid ${t.semantic.color.border.neutral400}`,
@@ -280,7 +280,7 @@ const lo = {
280
280
  accountNameColor: t.semantic.color.text.neutral100
281
281
  }
282
282
  }
283
- }, Te = {
283
+ }, He = {
284
284
  trigger: {
285
285
  borderRadius: "0.4rem",
286
286
  height: "3.2rem",
@@ -323,17 +323,17 @@ const lo = {
323
323
  color: t.semantic.color.text.neutral800
324
324
  }
325
325
  }
326
- }, He = {
326
+ }, Te = {
327
327
  dropdown: {
328
328
  screenMarginHeight: "6px",
329
329
  maxHeight: "50vh"
330
330
  }
331
- }, zr = "1px", Ie = {
331
+ }, Rr = "1px", Ie = {
332
332
  padding: `${t.core.space.space025} ${t.core.space.space050}`,
333
333
  gap: t.core.space.space025,
334
334
  borderRadius: "2px",
335
- height: `calc(${t.core.space.space200} + ${zr} * 2)`,
336
- borderWidth: zr,
335
+ height: `calc(${t.core.space.space200} + ${Rr} * 2)`,
336
+ borderWidth: Rr,
337
337
  borderStyle: "solid",
338
338
  variants: {
339
339
  white: {
@@ -848,7 +848,7 @@ const lo = {
848
848
  weekNumCell: {
849
849
  fontSize: "1rem"
850
850
  }
851
- }, Rr = {
851
+ }, zr = {
852
852
  aliceblue: [240, 248, 255],
853
853
  antiquewhite: [250, 235, 215],
854
854
  aqua: [0, 255, 255],
@@ -1012,8 +1012,8 @@ function Ye(a) {
1012
1012
  if (typeof a == "number")
1013
1013
  return { space: "rgb", values: [a >>> 16, (a & 65280) >>> 8, a & 255], alpha: 1 };
1014
1014
  if (typeof a == "number") return { space: "rgb", values: [a >>> 16, (a & 65280) >>> 8, a & 255], alpha: 1 };
1015
- if (a = String(a).toLowerCase(), Rr[a])
1016
- i = Rr[a].slice(), l = "rgb";
1015
+ if (a = String(a).toLowerCase(), zr[a])
1016
+ i = zr[a].slice(), l = "rgb";
1017
1017
  else if (a === "transparent")
1018
1018
  s = 0, l = "rgb", i = [0, 0, 0];
1019
1019
  else if (a[0] === "#") {
@@ -1031,10 +1031,10 @@ function Ye(a) {
1031
1031
  var x = n[1];
1032
1032
  l = x.replace(/a$/, "");
1033
1033
  var k = l === "cmyk" ? 4 : l === "gray" ? 1 : 3;
1034
- i = n[2].trim().split(/\s*[,\/]\s*|\s+/), l === "color" && (l = i.shift()), i = i.map(function(u, R) {
1034
+ i = n[2].trim().split(/\s*[,\/]\s*|\s+/), l === "color" && (l = i.shift()), i = i.map(function(u, z) {
1035
1035
  if (u[u.length - 1] === "%")
1036
- return u = parseFloat(u) / 100, R === 3 ? u : l === "rgb" ? u * 255 : l[0] === "h" || l[0] === "l" && !R ? u * 100 : l === "lab" ? u * 125 : l === "lch" ? R < 2 ? u * 150 : u * 360 : l[0] === "o" && !R ? u : l === "oklab" ? u * 0.4 : l === "oklch" ? R < 2 ? u * 0.4 : u * 360 : u;
1037
- if (l[R] === "h" || R === 2 && l[l.length - 1] === "h") {
1036
+ return u = parseFloat(u) / 100, z === 3 ? u : l === "rgb" ? u * 255 : l[0] === "h" || l[0] === "l" && !z ? u * 100 : l === "lab" ? u * 125 : l === "lch" ? z < 2 ? u * 150 : u * 360 : l[0] === "o" && !z ? u : l === "oklab" ? u * 0.4 : l === "oklch" ? z < 2 ? u * 0.4 : u * 360 : u;
1037
+ if (l[z] === "h" || z === 2 && l[l.length - 1] === "h") {
1038
1038
  if (Wr[u] !== void 0) return Wr[u];
1039
1039
  if (u.endsWith("deg")) return parseFloat(u);
1040
1040
  if (u.endsWith("turn")) return parseFloat(u) * 360;
@@ -1056,14 +1056,14 @@ function Ue(a, n) {
1056
1056
  var { space: i, values: s, alpha: l } = Ye(a);
1057
1057
  return i[0] === "h" ? `${i}a(${s[0]}, ${s[1]}%, ${s[2]}%, ${n})` : `${i}a(${s}, ${n})`;
1058
1058
  }
1059
- function H() {
1060
- return H = Object.assign ? Object.assign.bind() : function(a) {
1059
+ function T() {
1060
+ return T = Object.assign ? Object.assign.bind() : function(a) {
1061
1061
  for (var n = 1; n < arguments.length; n++) {
1062
1062
  var i = arguments[n];
1063
1063
  for (var s in i) ({}).hasOwnProperty.call(i, s) && (a[s] = i[s]);
1064
1064
  }
1065
1065
  return a;
1066
- }, H.apply(null, arguments);
1066
+ }, T.apply(null, arguments);
1067
1067
  }
1068
1068
  function Ze(a) {
1069
1069
  if (a === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
@@ -1392,8 +1392,8 @@ function Co(a, n, i, s) {
1392
1392
  return s(i, i, i);
1393
1393
  var l = (a % 360 + 360) % 360 / 60, m = (1 - Math.abs(2 * i - 1)) * n, g = m * (1 - Math.abs(l % 2 - 1)), C = 0, x = 0, k = 0;
1394
1394
  l >= 0 && l < 1 ? (C = m, x = g) : l >= 1 && l < 2 ? (C = g, x = m) : l >= 2 && l < 3 ? (x = m, k = g) : l >= 3 && l < 4 ? (x = g, k = m) : l >= 4 && l < 5 ? (C = g, k = m) : l >= 5 && l < 6 && (C = m, k = g);
1395
- var h = i - m / 2, S = C + h, u = x + h, R = k + h;
1396
- return s(S, u, R);
1395
+ var h = i - m / 2, S = C + h, u = x + h, z = k + h;
1396
+ return s(S, u, z);
1397
1397
  }
1398
1398
  var Br = {
1399
1399
  aliceblue: "f0f8ff",
@@ -1613,7 +1613,7 @@ function oo(a) {
1613
1613
  }
1614
1614
  var u = st.exec(n.substring(0, 50));
1615
1615
  if (u) {
1616
- var R = parseInt("" + u[1], 10), xo = parseInt("" + u[2], 10) / 100, Mo = parseInt("" + u[3], 10) / 100, ho = "rgb(" + Co(R, xo, Mo) + ")", O = Do.exec(ho);
1616
+ var z = parseInt("" + u[1], 10), xo = parseInt("" + u[2], 10) / 100, Lo = parseInt("" + u[3], 10) / 100, ho = "rgb(" + Co(z, xo, Lo) + ")", O = Do.exec(ho);
1617
1617
  if (!O)
1618
1618
  throw new N(4, n, ho);
1619
1619
  return {
@@ -1742,7 +1742,7 @@ function I(a) {
1742
1742
  function ft(a, n) {
1743
1743
  if (n === "transparent") return n;
1744
1744
  var i = U(n);
1745
- return Z(H({}, i, {
1745
+ return Z(T({}, i, {
1746
1746
  hue: i.hue + parseFloat(a)
1747
1747
  }));
1748
1748
  }
@@ -1753,7 +1753,7 @@ function ao(a, n, i) {
1753
1753
  function yt(a, n) {
1754
1754
  if (n === "transparent") return n;
1755
1755
  var i = U(n);
1756
- return Z(H({}, i, {
1756
+ return Z(T({}, i, {
1757
1757
  lightness: ao(0, 1, i.lightness - parseFloat(a))
1758
1758
  }));
1759
1759
  }
@@ -1761,7 +1761,7 @@ var kt = I(yt), vt = kt;
1761
1761
  function wt(a, n) {
1762
1762
  if (n === "transparent") return n;
1763
1763
  var i = U(n);
1764
- return Z(H({}, i, {
1764
+ return Z(T({}, i, {
1765
1765
  saturation: ao(0, 1, i.saturation - parseFloat(a))
1766
1766
  }));
1767
1767
  }
@@ -1777,31 +1777,31 @@ function St(a) {
1777
1777
  function $t(a, n) {
1778
1778
  if (n === "transparent") return n;
1779
1779
  var i = U(n);
1780
- return Z(H({}, i, {
1780
+ return Z(T({}, i, {
1781
1781
  lightness: ao(0, 1, i.lightness + parseFloat(a))
1782
1782
  }));
1783
1783
  }
1784
- var zt = I($t), Rt = zt;
1784
+ var Rt = I($t), zt = Rt;
1785
1785
  function Wt(a, n, i) {
1786
1786
  if (n === "transparent") return i;
1787
1787
  if (i === "transparent") return n;
1788
1788
  if (a === 0) return i;
1789
- var s = oo(n), l = H({}, s, {
1789
+ var s = oo(n), l = T({}, s, {
1790
1790
  alpha: typeof s.alpha == "number" ? s.alpha : 1
1791
- }), m = oo(i), g = H({}, m, {
1791
+ }), m = oo(i), g = T({}, m, {
1792
1792
  alpha: typeof m.alpha == "number" ? m.alpha : 1
1793
- }), C = l.alpha - g.alpha, x = parseFloat(a) * 2 - 1, k = x * C === -1 ? x : x + C, h = 1 + x * C, S = (k / h + 1) / 2, u = 1 - S, R = {
1793
+ }), C = l.alpha - g.alpha, x = parseFloat(a) * 2 - 1, k = x * C === -1 ? x : x + C, h = 1 + x * C, S = (k / h + 1) / 2, u = 1 - S, z = {
1794
1794
  red: Math.floor(l.red * S + g.red * u),
1795
1795
  green: Math.floor(l.green * S + g.green * u),
1796
1796
  blue: Math.floor(l.blue * S + g.blue * u),
1797
1797
  alpha: l.alpha * parseFloat(a) + g.alpha * (1 - parseFloat(a))
1798
1798
  };
1799
- return Fo(R);
1799
+ return Fo(z);
1800
1800
  }
1801
1801
  var Bt = I(Wt), _r = Bt;
1802
1802
  function Pt(a, n) {
1803
1803
  if (n === "transparent") return n;
1804
- var i = oo(n), s = typeof i.alpha == "number" ? i.alpha : 1, l = H({}, i, {
1804
+ var i = oo(n), s = typeof i.alpha == "number" ? i.alpha : 1, l = T({}, i, {
1805
1805
  alpha: ao(0, 1, (s * 100 + parseFloat(a) * 100) / 100)
1806
1806
  });
1807
1807
  return Fo(l);
@@ -1810,63 +1810,63 @@ I(Pt);
1810
1810
  function Ft(a, n) {
1811
1811
  if (n === "transparent") return n;
1812
1812
  var i = U(n);
1813
- return Z(H({}, i, {
1813
+ return Z(T({}, i, {
1814
1814
  saturation: ao(0, 1, i.saturation + parseFloat(a))
1815
1815
  }));
1816
1816
  }
1817
1817
  I(Ft);
1818
- function Mt(a, n) {
1819
- return n === "transparent" ? n : Z(H({}, U(n), {
1818
+ function Lt(a, n) {
1819
+ return n === "transparent" ? n : Z(T({}, U(n), {
1820
1820
  hue: parseFloat(a)
1821
1821
  }));
1822
1822
  }
1823
- I(Mt);
1824
- function Lt(a, n) {
1825
- return n === "transparent" ? n : Z(H({}, U(n), {
1823
+ I(Lt);
1824
+ function Mt(a, n) {
1825
+ return n === "transparent" ? n : Z(T({}, U(n), {
1826
1826
  lightness: parseFloat(a)
1827
1827
  }));
1828
1828
  }
1829
- I(Lt);
1830
- function Tt(a, n) {
1831
- return n === "transparent" ? n : Z(H({}, U(n), {
1829
+ I(Mt);
1830
+ function Ht(a, n) {
1831
+ return n === "transparent" ? n : Z(T({}, U(n), {
1832
1832
  saturation: parseFloat(a)
1833
1833
  }));
1834
1834
  }
1835
- I(Tt);
1836
- function Ht(a, n) {
1835
+ I(Ht);
1836
+ function Tt(a, n) {
1837
1837
  return n === "transparent" ? n : _r(parseFloat(a), "rgb(0, 0, 0)", n);
1838
1838
  }
1839
- I(Ht);
1839
+ I(Tt);
1840
1840
  function It(a, n) {
1841
1841
  return n === "transparent" ? n : _r(parseFloat(a), "rgb(255, 255, 255)", n);
1842
1842
  }
1843
1843
  I(It);
1844
1844
  function Et(a, n) {
1845
1845
  if (n === "transparent") return n;
1846
- var i = oo(n), s = typeof i.alpha == "number" ? i.alpha : 1, l = H({}, i, {
1846
+ var i = oo(n), s = typeof i.alpha == "number" ? i.alpha : 1, l = T({}, i, {
1847
1847
  alpha: ao(0, 1, +(s * 100 - parseFloat(a) * 100).toFixed(2) / 100)
1848
1848
  });
1849
1849
  return Fo(l);
1850
1850
  }
1851
1851
  I(Et);
1852
1852
  const V = (a, n) => Ue(a, n);
1853
- function K0(a) {
1853
+ function ci(a) {
1854
1854
  const n = St(a), i = Math.max(Math.abs(n - 0.5) * 1.2, 0.3);
1855
- return n < 0.5 ? Rt(i, a) : vt(i, a);
1855
+ return n < 0.5 ? zt(i, a) : vt(i, a);
1856
1856
  }
1857
- const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark), n), {
1857
+ const ii = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark), n), {
1858
1858
  light: [],
1859
1859
  dark: []
1860
- }), oi = (a) => a.flatMap((n) => Object.values(n)), Xt = (a) => a.reduce((n, i) => {
1860
+ }), li = (a) => a.flatMap((n) => Object.values(n)), Xt = (a) => a.reduce((n, i) => {
1861
1861
  const s = n[i.name] || {};
1862
1862
  return s[i.mode] = i, n[i.name] = s, n;
1863
1863
  }, {}), Ot = (a) => a.reduce((n, i) => (n[i.mode].push(i), n), {
1864
1864
  light: [],
1865
1865
  dark: []
1866
- }), ri = (a) => ({
1866
+ }), si = (a) => ({
1867
1867
  groupedByName: Xt(a),
1868
1868
  groupedByMode: Ot(a)
1869
- }), ei = (a, n, i) => {
1869
+ }), di = (a, n, i) => {
1870
1870
  var l, m;
1871
1871
  const s = a.groupedByName[n];
1872
1872
  if (s)
@@ -2083,6 +2083,33 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2083
2083
  }
2084
2084
  }
2085
2085
  }, Nt = {
2086
+ container: {
2087
+ borderRadius: "0.8rem",
2088
+ backgroundColor: t.semantic.color.background.neutral100,
2089
+ boxShadow: `0px 0px 0px 1px ${t.semantic.color.border.neutral600}`
2090
+ },
2091
+ headerRow: {
2092
+ minHeight: "5.6rem",
2093
+ bgColor: t.semantic.color.background.neutral100,
2094
+ separator: {
2095
+ color: t.semantic.color.border.neutral400,
2096
+ width: "1px"
2097
+ }
2098
+ },
2099
+ headerCell: {
2100
+ padding: "1rem 1.2rem",
2101
+ color: t.semantic.color.text.neutral800,
2102
+ separator: {
2103
+ color: t.semantic.color.border.neutral400,
2104
+ width: "1px",
2105
+ blockPadding: "1rem"
2106
+ }
2107
+ },
2108
+ bodyCell: {
2109
+ padding: "0.4rem 1.2rem",
2110
+ color: t.semantic.color.text.neutral700
2111
+ }
2112
+ }, qt = {
2086
2113
  gap: "0.5rem",
2087
2114
  margin: "0 0 0.2rem 0",
2088
2115
  minHeight: "20px",
@@ -2103,7 +2130,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2103
2130
  required: {
2104
2131
  textColor: t.semantic.color.text.danger500
2105
2132
  }
2106
- }, qt = {
2133
+ }, Yt = {
2107
2134
  flexGroup: {
2108
2135
  gap: {
2109
2136
  XXS: t.core.space.space025,
@@ -2139,7 +2166,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2139
2166
  XXL: t.core.space.space300
2140
2167
  }
2141
2168
  }
2142
- }, Yt = {
2169
+ }, Ut = {
2143
2170
  variants: {
2144
2171
  block: {
2145
2172
  sizes: {
@@ -2210,7 +2237,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2210
2237
  }
2211
2238
  }
2212
2239
  }
2213
- }, Ut = {
2240
+ }, Zt = {
2214
2241
  size: "5rem",
2215
2242
  gap: "0.5rem",
2216
2243
  variants: {
@@ -2226,11 +2253,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2226
2253
  },
2227
2254
  inverse: {
2228
2255
  bgColor: "rgba(255, 255, 255, 0.2)",
2256
+ // todo: REPLACE ONCE ADDED TO COLOR PALETTE
2229
2257
  color: t.semantic.color.icon.neutral100,
2230
2258
  textColor: t.semantic.color.icon.neutral100
2231
2259
  }
2232
2260
  }
2233
- }, Zt = {
2261
+ }, Vt = {
2234
2262
  dropDown: {
2235
2263
  minWidth: "16rem",
2236
2264
  maxWidth: "40rem",
@@ -2306,7 +2334,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2306
2334
  }
2307
2335
  }
2308
2336
  }
2309
- }, Vt = {
2337
+ }, Jt = {
2310
2338
  header: {
2311
2339
  height: "6.2rem",
2312
2340
  paddingInline: "1.6rem",
@@ -2318,7 +2346,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2318
2346
  gap: "0.8rem"
2319
2347
  }
2320
2348
  }
2321
- }, Jt = {
2349
+ }, Kt = {
2322
2350
  blockScreenMargin: "20px",
2323
2351
  inlineScreenMargin: "20px",
2324
2352
  inlinePadding: "4rem",
@@ -2348,9 +2376,9 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2348
2376
  overlay: {
2349
2377
  bgColor: "rgba(255, 255, 255, 0.9)"
2350
2378
  }
2351
- }, Kt = {
2352
- iconColor: t.semantic.color.icon.neutral700
2353
2379
  }, Qt = {
2380
+ iconColor: t.semantic.color.icon.neutral700
2381
+ }, oa = {
2354
2382
  bgColor: t.semantic.color.background.neutral100,
2355
2383
  shadow: t.core.shadow.shadow400,
2356
2384
  borderRadius: "0.8rem",
@@ -2363,7 +2391,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2363
2391
  height: "8px",
2364
2392
  shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
2365
2393
  }
2366
- }, oa = {
2394
+ }, ra = {
2367
2395
  closeButton: {
2368
2396
  iconColor: t.semantic.color.icon.neutral700
2369
2397
  },
@@ -2382,7 +2410,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2382
2410
  margin: "0 0 1.2rem 0",
2383
2411
  padding: "1.6rem"
2384
2412
  }
2385
- }, ra = {
2413
+ }, ea = {
2386
2414
  textColor: t.semantic.color.text.primary600,
2387
2415
  border: "solid 1px transparent",
2388
2416
  colorGroups: [{
@@ -2412,7 +2440,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2412
2440
  L: "4.4rem"
2413
2441
  },
2414
2442
  fontWeight: t.core.font.fontWeight.bold
2415
- }, ea = {
2443
+ }, ta = {
2416
2444
  borderRadius: "1px",
2417
2445
  textPosition: {
2418
2446
  left: {
@@ -2466,7 +2494,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2466
2494
  text: {
2467
2495
  color: t.semantic.color.text.neutral800
2468
2496
  }
2469
- }, ta = {
2497
+ }, aa = {
2470
2498
  size: "1.8rem",
2471
2499
  iconSize: "0.6rem",
2472
2500
  padding: "0",
@@ -2514,7 +2542,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2514
2542
  }
2515
2543
  }
2516
2544
  }
2517
- }, aa = {
2545
+ }, na = {
2518
2546
  bgColor: t.semantic.color.background.neutral100,
2519
2547
  shadow: `0px 0px 0px 1px ${t.semantic.color.border.neutral600}`,
2520
2548
  borderRadius: "0.8rem",
@@ -2536,7 +2564,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2536
2564
  gap: "0.8rem"
2537
2565
  }
2538
2566
  }
2539
- }, na = {
2567
+ }, ca = {
2540
2568
  width: "100%",
2541
2569
  height: "fit-content",
2542
2570
  bgColor: t.semantic.color.background.neutral100,
@@ -2585,7 +2613,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2585
2613
  width: "1px",
2586
2614
  color: t.semantic.color.border.neutral600
2587
2615
  }
2588
- }, ca = {
2616
+ }, ia = {
2589
2617
  padding: "0 1rem",
2590
2618
  height: "3.6rem",
2591
2619
  gap: "0.6rem",
@@ -2702,7 +2730,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2702
2730
  textColor: {
2703
2731
  disabled: t.semantic.color.text.neutral500
2704
2732
  }
2705
- }, j = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`, ia = {
2733
+ }, j = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`, la = {
2706
2734
  sizes: {
2707
2735
  S: {
2708
2736
  borderRadius: "99rem",
@@ -2901,7 +2929,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2901
2929
  }
2902
2930
  }
2903
2931
  }
2904
- }, la = {
2932
+ }, sa = {
2905
2933
  sizes: {
2906
2934
  M: {
2907
2935
  borderRadius: t.core.space.space100,
@@ -2941,7 +2969,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2941
2969
  borderColor: t.semantic.color.border.attention300
2942
2970
  }
2943
2971
  }
2944
- }, sa = {
2972
+ }, da = {
2945
2973
  variants: {
2946
2974
  informative: {
2947
2975
  iconColor: t.semantic.color.icon.informative600
@@ -2959,7 +2987,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
2959
2987
  iconColor: t.semantic.color.icon.success600
2960
2988
  }
2961
2989
  }
2962
- }, da = {
2990
+ }, ma = {
2963
2991
  collapsed: {
2964
2992
  bgColor: t.semantic.color.background.neutral300,
2965
2993
  shadow: "none",
@@ -3066,7 +3094,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3066
3094
  }
3067
3095
  }
3068
3096
  }
3069
- }, ma = {
3097
+ }, ba = {
3070
3098
  card: {
3071
3099
  gap: "2.4rem",
3072
3100
  bgColor: t.semantic.color.background.neutral100,
@@ -3093,7 +3121,72 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3093
3121
  grid: {
3094
3122
  gap: "1.6rem"
3095
3123
  }
3096
- }, ba = {
3124
+ }, ga = {
3125
+ gap: t.core.space.space150,
3126
+ controlsHeight: "2rem",
3127
+ track: {
3128
+ height: "0.4rem",
3129
+ states: {
3130
+ normal: {
3131
+ bgColor: t.semantic.color.background.secondary300
3132
+ },
3133
+ disabled: {
3134
+ bgColor: t.semantic.color.background.secondary300
3135
+ }
3136
+ }
3137
+ },
3138
+ range: {
3139
+ states: {
3140
+ normal: {
3141
+ bgColor: t.semantic.color.background.primary400
3142
+ },
3143
+ disabled: {
3144
+ bgColor: t.semantic.color.background.neutral500
3145
+ }
3146
+ }
3147
+ },
3148
+ thumb: {
3149
+ width: "2.4rem",
3150
+ height: "2.4rem",
3151
+ borderWidth: "0.8rem",
3152
+ borderRadius: "50%",
3153
+ states: {
3154
+ normal: {
3155
+ bgColor: t.semantic.color.background.secondary0,
3156
+ borderColor: t.semantic.color.background.primary400
3157
+ },
3158
+ disabled: {
3159
+ bgColor: t.semantic.color.background.secondary0,
3160
+ borderColor: t.semantic.color.background.neutral500
3161
+ }
3162
+ }
3163
+ },
3164
+ mark: {
3165
+ width: "0.4rem",
3166
+ height: "0.4rem",
3167
+ rangeStates: {
3168
+ inRange: {
3169
+ normal: {
3170
+ bgColor: t.semantic.color.background.primary100
3171
+ },
3172
+ disabled: {
3173
+ bgColor: t.semantic.color.background.secondary500
3174
+ }
3175
+ },
3176
+ outOfRange: {
3177
+ normal: {
3178
+ bgColor: t.semantic.color.background.secondary500
3179
+ },
3180
+ disabled: {
3181
+ bgColor: t.semantic.color.background.secondary500
3182
+ }
3183
+ }
3184
+ }
3185
+ },
3186
+ label: {
3187
+ offset: t.core.space.space200
3188
+ }
3189
+ }, ua = {
3097
3190
  gap: "2.4rem",
3098
3191
  step: {
3099
3192
  gap: "0.8rem",
@@ -3140,7 +3233,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3140
3233
  }
3141
3234
  }
3142
3235
  }
3143
- }, ga = {
3236
+ }, pa = {
3144
3237
  width: "3.2rem",
3145
3238
  height: "1.8rem",
3146
3239
  padding: "0.2rem",
@@ -3192,7 +3285,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3192
3285
  }
3193
3286
  }
3194
3287
  }
3195
- }, ua = {
3288
+ }, Ca = {
3196
3289
  table: {
3197
3290
  tableContainer: {
3198
3291
  borderRadius: "0.8rem",
@@ -3280,7 +3373,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3280
3373
  textColor: t.semantic.color.text.secondary800
3281
3374
  }
3282
3375
  }
3283
- }, pa = {
3376
+ }, xa = {
3284
3377
  bgColor: "transparent",
3285
3378
  padding: "1rem 1.6rem",
3286
3379
  gap: "3.2rem",
@@ -3303,7 +3396,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3303
3396
  actionsBar: {
3304
3397
  gap: "1.6rem"
3305
3398
  }
3306
- }, Ca = {
3399
+ }, ha = {
3307
3400
  variants: {
3308
3401
  default: {
3309
3402
  gap: "4rem",
@@ -3386,22 +3479,36 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3386
3479
  }
3387
3480
  }
3388
3481
  }
3389
- }, q = "transparent", xa = {
3482
+ }, q = "transparent", fa = {
3390
3483
  layouts: {
3391
3484
  block: {
3392
3485
  sizes: {
3393
- M: {
3486
+ medium: {
3394
3487
  height: "2.6rem",
3395
3488
  lineHeight: "1.9rem",
3396
3489
  gap: "0.2rem",
3397
3490
  padding: "0.4rem 0.6rem",
3398
3491
  borderRadius: "0.4rem"
3492
+ },
3493
+ small: {
3494
+ height: "2.4rem",
3495
+ lineHeight: "1.9rem",
3496
+ gap: "0.2rem",
3497
+ padding: "0.4rem 0.6rem",
3498
+ borderRadius: "0.4rem"
3399
3499
  }
3400
3500
  }
3401
3501
  },
3402
3502
  inline: {
3403
3503
  sizes: {
3404
- M: {
3504
+ medium: {
3505
+ height: "unset",
3506
+ lineHeight: "inherit",
3507
+ gap: "0.2rem",
3508
+ padding: "0",
3509
+ borderRadius: "0"
3510
+ },
3511
+ small: {
3405
3512
  height: "unset",
3406
3513
  lineHeight: "inherit",
3407
3514
  gap: "0.2rem",
@@ -3486,7 +3593,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3486
3593
  }
3487
3594
  }
3488
3595
  }
3489
- }, ha = "data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209C18%2013.9706%2013.9706%2018%209%2018C4.02944%2018%200%2013.9706%200%209C0%204.02944%204.02944%200%209%200C13.9706%200%2018%204.02944%2018%209Z'%20fill='%23FFCD01'/%3e%3cpath%20d='M17%209C17%2013.4183%2013.4183%2017%209%2017C4.58172%2017%201%2013.4183%201%209C1%204.58172%204.58172%201%209%201C13.4183%201%2017%204.58172%2017%209Z'%20fill='%23FFCD01'/%3e%3cpath%20d='M16.4185%2012C16.7935%2011.0736%2017%2010.0609%2017%209C17%208.3094%2016.9125%207.63924%2016.748%207H1.25203C1.08751%207.63924%201%208.3094%201%209C1%2010.0609%201.20651%2011.0736%201.58152%2012H16.4185Z'%20fill='%23FFBE01'/%3e%3cpath%20d='M3.70838%2015C2.78496%2014.185%202.05111%2013.1601%201.58152%2012H16.4185C15.9489%2013.1601%2015.2151%2014.185%2014.2917%2015H3.70838Z'%20fill='%23FFB001'/%3e%3cpath%20d='M14.2917%2015C12.8814%2016.2447%2011.0289%2017%209%2017C6.97111%2017%205.11864%2016.2447%203.70838%2015H14.2917Z'%20fill='%23FFA101'/%3e%3c/svg%3e", fa = {
3596
+ }, ya = "data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209C18%2013.9706%2013.9706%2018%209%2018C4.02944%2018%200%2013.9706%200%209C0%204.02944%204.02944%200%209%200C13.9706%200%2018%204.02944%2018%209Z'%20fill='%23FFCD01'/%3e%3cpath%20d='M17%209C17%2013.4183%2013.4183%2017%209%2017C4.58172%2017%201%2013.4183%201%209C1%204.58172%204.58172%201%209%201C13.4183%201%2017%204.58172%2017%209Z'%20fill='%23FFCD01'/%3e%3cpath%20d='M16.4185%2012C16.7935%2011.0736%2017%2010.0609%2017%209C17%208.3094%2016.9125%207.63924%2016.748%207H1.25203C1.08751%207.63924%201%208.3094%201%209C1%2010.0609%201.20651%2011.0736%201.58152%2012H16.4185Z'%20fill='%23FFBE01'/%3e%3cpath%20d='M3.70838%2015C2.78496%2014.185%202.05111%2013.1601%201.58152%2012H16.4185C15.9489%2013.1601%2015.2151%2014.185%2014.2917%2015H3.70838Z'%20fill='%23FFB001'/%3e%3cpath%20d='M14.2917%2015C12.8814%2016.2447%2011.0289%2017%209%2017C6.97111%2017%205.11864%2016.2447%203.70838%2015H14.2917Z'%20fill='%23FFA101'/%3e%3c/svg%3e", ka = {
3490
3597
  width: "3.6rem",
3491
3598
  height: "2.2rem",
3492
3599
  padding: "0.1rem",
@@ -3495,12 +3602,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3495
3602
  borderColor: t.semantic.color.border.neutral600,
3496
3603
  bgColor: t.semantic.color.background.neutral300,
3497
3604
  thumb: {
3498
- icon: `url("${ha}")`,
3605
+ icon: `url("${ya}")`,
3499
3606
  iconAspectRatio: "1/1",
3500
3607
  borderRadius: "0",
3501
3608
  bgColor: "transparent"
3502
3609
  }
3503
- }, ya = {
3610
+ }, va = {
3504
3611
  width: "clamp(400px, 33vw, 640px)",
3505
3612
  padding: "12px max(12px, calc(20 * (100vw / 1920)))",
3506
3613
  shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
@@ -3512,7 +3619,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3512
3619
  toaster: {
3513
3620
  gap: "2rem"
3514
3621
  }
3515
- }, wo = "transparent", ka = {
3622
+ }, wo = "transparent", wa = {
3516
3623
  gap: "0.4rem",
3517
3624
  height: "2.7rem",
3518
3625
  lineHeight: "1.9rem",
@@ -3567,7 +3674,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3567
3674
  minWidth: "2rem",
3568
3675
  borderRadius: "99rem"
3569
3676
  }
3570
- }, va = {
3677
+ }, Sa = {
3571
3678
  textColor: t.semantic.color.text.neutral800,
3572
3679
  bgColor: t.semantic.color.background.neutral100,
3573
3680
  shadow: t.core.shadow.shadow400,
@@ -3581,7 +3688,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3581
3688
  height: "8px",
3582
3689
  shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
3583
3690
  }
3584
- }, wa = {
3691
+ }, $a = {
3585
3692
  levelOffset: "1.8rem",
3586
3693
  item: {
3587
3694
  inlinePadding: "0.8rem 1.6rem",
@@ -3594,7 +3701,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3594
3701
  iconColor: t.semantic.color.icon.neutral800,
3595
3702
  gap: "0.4rem"
3596
3703
  }
3597
- }, Sa = {
3704
+ }, Ra = {
3598
3705
  colors: {
3599
3706
  primary: t.semantic.color.text.neutral800,
3600
3707
  secondary: t.semantic.color.text.neutral700
@@ -3664,7 +3771,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3664
3771
  semiBold: t.core.font.fontWeight.semiBold
3665
3772
  }
3666
3773
  }
3667
- }, $a = {
3774
+ }, za = {
3668
3775
  gap: "1.6rem",
3669
3776
  header: {
3670
3777
  gap: "0.8rem"
@@ -3716,13 +3823,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3716
3823
  borderColor: t.semantic.color.border.neutral300
3717
3824
  }
3718
3825
  }
3719
- }, za = {
3826
+ }, Wa = {
3720
3827
  bgColor: t.semantic.color.background.neutral100,
3721
3828
  textColor: t.semantic.color.background.neutral700,
3722
3829
  fontFamily: t.core.font.fontFamily.regular,
3723
3830
  fontSize: t.core.font.fontSize.s14,
3724
3831
  lineHeight: "1.4"
3725
- }, Ra = {
3832
+ }, Ba = {
3726
3833
  width: "0.5rem",
3727
3834
  height: "0.5rem",
3728
3835
  bgColor: t.semantic.color.background.secondary100,
@@ -3736,10 +3843,10 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3736
3843
  mode: "light",
3737
3844
  ...t,
3738
3845
  components: {
3739
- actionIconButton: Me,
3740
- appBar: Le,
3741
- appSelectionMenu: Te,
3742
- autoComplete: He,
3846
+ actionIconButton: Le,
3847
+ appBar: Me,
3848
+ appSelectionMenu: He,
3849
+ autoComplete: Te,
3743
3850
  badge: Ie,
3744
3851
  banner: Ee,
3745
3852
  boxSelectionGroup: Xe,
@@ -3756,44 +3863,46 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
3756
3863
  formField: jt,
3757
3864
  iconButton: Dt,
3758
3865
  input: Gt,
3759
- label: Nt,
3760
- layouts: qt,
3761
- link: Yt,
3762
- loader: Ut,
3763
- menu: Zt,
3764
- midBar: Vt,
3765
- modal: Jt,
3766
- moreInfoIcon: Kt,
3767
- popover: Qt,
3768
- popupCard: oa,
3769
- profileIcon: ra,
3770
- progressBar: ea,
3771
- radio: ta,
3772
- searchBar: aa,
3773
- section: na,
3774
- select: ca,
3775
- semanticButton: ia,
3776
- semanticContainer: la,
3777
- semanticIcon: sa,
3778
- sideBar: da,
3779
- skeleton: ma,
3780
- stepper: ba,
3781
- switchButton: ga,
3782
- table: ua,
3783
- tableHeading: pa,
3784
- tabs: Ca,
3785
- textButton: xa,
3786
- themeModeSwitch: fa,
3787
- toast: ya,
3788
- toggleButton: ka,
3789
- tooltip: va,
3790
- treeView: wa,
3791
- typography: Sa,
3792
- windowBar: $a
3866
+ keyValueList: Nt,
3867
+ label: qt,
3868
+ layouts: Yt,
3869
+ link: Ut,
3870
+ loader: Zt,
3871
+ menu: Vt,
3872
+ midBar: Jt,
3873
+ modal: Kt,
3874
+ moreInfoIcon: Qt,
3875
+ popover: oa,
3876
+ popupCard: ra,
3877
+ profileIcon: ea,
3878
+ progressBar: ta,
3879
+ radio: aa,
3880
+ searchBar: na,
3881
+ section: ca,
3882
+ select: ia,
3883
+ semanticButton: la,
3884
+ semanticContainer: sa,
3885
+ semanticIcon: da,
3886
+ sideBar: ma,
3887
+ skeleton: ba,
3888
+ slider: ga,
3889
+ stepper: ua,
3890
+ switchButton: pa,
3891
+ table: Ca,
3892
+ tableHeading: xa,
3893
+ tabs: ha,
3894
+ textButton: fa,
3895
+ themeModeSwitch: ka,
3896
+ toast: va,
3897
+ toggleButton: wa,
3898
+ tooltip: Sa,
3899
+ treeView: $a,
3900
+ typography: Ra,
3901
+ windowBar: za
3793
3902
  },
3794
3903
  globals: {
3795
- body: za,
3796
- scrollbar: Ra
3904
+ body: Wa,
3905
+ scrollbar: Ba
3797
3906
  }
3798
3907
  }, so = {
3799
3908
  transparent: "#00000000",
@@ -4000,7 +4109,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4000
4109
  color: so.primary200
4001
4110
  }
4002
4111
  }
4003
- }, Wa = {
4112
+ }, Pa = {
4004
4113
  sizes: {
4005
4114
  L: {
4006
4115
  size: "3rem",
@@ -4053,7 +4162,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4053
4162
  }
4054
4163
  }
4055
4164
  }
4056
- }, Ba = {
4165
+ }, Fa = {
4057
4166
  height: "7rem",
4058
4167
  padding: "1.4rem 1.4rem 1.4rem 2.4rem",
4059
4168
  separator: `1px solid ${e.semantic.color.border.neutral400}`,
@@ -4075,7 +4184,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4075
4184
  accountNameColor: e.semantic.color.text.neutral950
4076
4185
  }
4077
4186
  }
4078
- }, Pa = {
4187
+ }, La = {
4079
4188
  trigger: {
4080
4189
  borderRadius: "0.4rem",
4081
4190
  height: "3.2rem",
@@ -4118,12 +4227,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4118
4227
  color: e.semantic.color.text.neutral800
4119
4228
  }
4120
4229
  }
4121
- }, Fa = {
4230
+ }, Ma = {
4122
4231
  dropdown: {
4123
4232
  screenMarginHeight: "6px",
4124
4233
  maxHeight: "50vh"
4125
4234
  }
4126
- }, Pr = "1px", Ma = {
4235
+ }, Pr = "1px", Ha = {
4127
4236
  padding: `${e.core.space.space025} ${e.core.space.space050}`,
4128
4237
  gap: e.core.space.space025,
4129
4238
  borderRadius: "2px",
@@ -4186,7 +4295,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4186
4295
  iconColor: e.semantic.color.text.neutral500
4187
4296
  }
4188
4297
  }
4189
- }, La = {
4298
+ }, Ta = {
4190
4299
  sizes: {
4191
4300
  S: {
4192
4301
  gap: "0.8rem",
@@ -4204,7 +4313,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4204
4313
  split: {
4205
4314
  minWidth: "0.8rem"
4206
4315
  }
4207
- }, Ta = {
4316
+ }, Ia = {
4208
4317
  gap: e.core.space.space300,
4209
4318
  item: {
4210
4319
  borderRadius: "4px",
@@ -4250,7 +4359,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4250
4359
  defaultItem: {
4251
4360
  gap: "0.4rem"
4252
4361
  }
4253
- }, Ha = {
4362
+ }, Ea = {
4254
4363
  gap: "0.2rem",
4255
4364
  sizes: {
4256
4365
  small: {
@@ -4388,7 +4497,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4388
4497
  }
4389
4498
  }
4390
4499
  }
4391
- }, Ia = {
4500
+ }, Xa = {
4392
4501
  borderRadius: "0.4rem",
4393
4502
  border: `1px solid ${e.semantic.color.border.neutral600}`,
4394
4503
  fontSize: "1.4rem",
@@ -4431,13 +4540,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4431
4540
  }
4432
4541
  }
4433
4542
  }
4434
- }, Ea = {
4543
+ }, Oa = {
4435
4544
  width: "100%",
4436
4545
  height: "fit-content",
4437
4546
  bgColor: e.semantic.color.background.neutral100,
4438
4547
  shadow: e.core.shadow.shadow4,
4439
4548
  borderRadius: "0.8rem"
4440
- }, Xa = {
4549
+ }, _a = {
4441
4550
  width: "1.8rem",
4442
4551
  height: "1.8rem",
4443
4552
  padding: "0",
@@ -4501,7 +4610,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4501
4610
  }
4502
4611
  }
4503
4612
  }
4504
- }, Oa = {
4613
+ }, Aa = {
4505
4614
  sizes: {
4506
4615
  M: {
4507
4616
  height: "2.8rem",
@@ -4558,7 +4667,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4558
4667
  }
4559
4668
  }
4560
4669
  }
4561
- }, _a = {
4670
+ }, ja = {
4562
4671
  sizes: {
4563
4672
  M: {
4564
4673
  gap: "0.8rem 5px"
@@ -4576,13 +4685,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4576
4685
  gap: "0.4rem",
4577
4686
  padding: "1.2rem 1.6rem"
4578
4687
  }
4579
- }, Aa = {
4688
+ }, Da = {
4580
4689
  width: "2.7rem",
4581
4690
  height: "2rem",
4582
4691
  borderRadius: "5px",
4583
4692
  borderWidth: "0.1px",
4584
4693
  borderColor: e.semantic.color.border.neutral500
4585
- }, ja = {
4694
+ }, Ga = {
4586
4695
  fontSize: e.core.font.fontSize.s14,
4587
4696
  fontWeight: e.core.font.fontWeight.normal,
4588
4697
  fontFamily: e.core.font.fontFamily.regular,
@@ -4646,7 +4755,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4646
4755
  weekNumCell: {
4647
4756
  fontSize: "1rem"
4648
4757
  }
4649
- }, Da = {
4758
+ }, Na = {
4650
4759
  shadow: `0 0 0.5px 1px ${e.semantic.color.border.neutral400}, -8px 0 16px 0 ${e.semantic.color.border.neutral100}`,
4651
4760
  bgColor: e.semantic.color.background.neutral200,
4652
4761
  sidePadding: "3.2rem",
@@ -4672,7 +4781,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4672
4781
  overlay: {
4673
4782
  bgColor: V(e.semantic.color.background.neutral200, 0.8)
4674
4783
  }
4675
- }, Ga = {
4784
+ }, qa = {
4676
4785
  chipList: {
4677
4786
  padding: "0.8rem 1.6rem",
4678
4787
  border: `1px solid ${e.semantic.color.border.neutral400}`
@@ -4705,7 +4814,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4705
4814
  padding: "0.8rem 1.6rem"
4706
4815
  }
4707
4816
  }
4708
- }, Na = {
4817
+ }, Ya = {
4709
4818
  columnGap: "1.6rem",
4710
4819
  group: {
4711
4820
  rowGap: "1rem"
@@ -4719,7 +4828,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4719
4828
  textColor: e.semantic.color.text.danger500
4720
4829
  }
4721
4830
  }
4722
- }, qa = {
4831
+ }, Ua = {
4723
4832
  sizes: {
4724
4833
  XXL: {
4725
4834
  width: "3.2rem",
@@ -4763,7 +4872,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4763
4872
  }
4764
4873
  },
4765
4874
  borderRadius: "0.4rem"
4766
- }, Ya = {
4875
+ }, Za = {
4767
4876
  padding: "0 0.8rem 0 1rem",
4768
4877
  height: "3.6rem",
4769
4878
  gap: "0.5rem",
@@ -4856,7 +4965,34 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4856
4965
  textColor: e.semantic.color.text.danger500
4857
4966
  }
4858
4967
  }
4859
- }, Ua = {
4968
+ }, Va = {
4969
+ container: {
4970
+ borderRadius: "0.8rem",
4971
+ backgroundColor: e.semantic.color.background.neutral100,
4972
+ boxShadow: `0px 0px 0px 1px ${e.semantic.color.border.neutral600}`
4973
+ },
4974
+ headerRow: {
4975
+ minHeight: "5.6rem",
4976
+ bgColor: e.semantic.color.background.neutral100,
4977
+ separator: {
4978
+ color: e.semantic.color.border.neutral400,
4979
+ width: "1px"
4980
+ }
4981
+ },
4982
+ headerCell: {
4983
+ padding: "1rem 1.2rem",
4984
+ color: e.semantic.color.text.neutral800,
4985
+ separator: {
4986
+ color: e.semantic.color.border.neutral400,
4987
+ width: "1px",
4988
+ blockPadding: "1rem"
4989
+ }
4990
+ },
4991
+ bodyCell: {
4992
+ padding: "0.4rem 1.2rem",
4993
+ color: e.semantic.color.text.neutral700
4994
+ }
4995
+ }, Ja = {
4860
4996
  gap: "0.5rem",
4861
4997
  margin: "0 0 0.2rem 0",
4862
4998
  minHeight: "20px",
@@ -4877,7 +5013,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4877
5013
  required: {
4878
5014
  textColor: e.semantic.color.text.danger500
4879
5015
  }
4880
- }, Za = {
5016
+ }, Ka = {
4881
5017
  flexGroup: {
4882
5018
  gap: {
4883
5019
  XXS: e.core.space.space025,
@@ -4913,7 +5049,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4913
5049
  XXL: e.core.space.space300
4914
5050
  }
4915
5051
  }
4916
- }, Va = {
5052
+ }, Qa = {
4917
5053
  variants: {
4918
5054
  block: {
4919
5055
  sizes: {
@@ -4983,7 +5119,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4983
5119
  }
4984
5120
  }
4985
5121
  }
4986
- }, Ja = {
5122
+ }, on = {
4987
5123
  size: "5rem",
4988
5124
  gap: "0.5rem",
4989
5125
  variants: {
@@ -4999,11 +5135,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
4999
5135
  },
5000
5136
  inverse: {
5001
5137
  bgColor: "rgba(255, 255, 255, 0.2)",
5138
+ // todo: REPLACE ONCE ADDED TO COLOR PALETTE
5002
5139
  color: e.semantic.color.icon.neutral100,
5003
5140
  textColor: e.semantic.color.icon.neutral100
5004
5141
  }
5005
5142
  }
5006
- }, Ka = {
5143
+ }, rn = {
5007
5144
  dropDown: {
5008
5145
  minWidth: "16rem",
5009
5146
  maxWidth: "40rem",
@@ -5079,7 +5216,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5079
5216
  }
5080
5217
  }
5081
5218
  }
5082
- }, Qa = {
5219
+ }, en = {
5083
5220
  header: {
5084
5221
  height: "6.2rem",
5085
5222
  paddingInline: "1.6rem",
@@ -5091,7 +5228,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5091
5228
  gap: "0.8rem"
5092
5229
  }
5093
5230
  }
5094
- }, on = {
5231
+ }, tn = {
5095
5232
  blockScreenMargin: "20px",
5096
5233
  inlineScreenMargin: "20px",
5097
5234
  inlinePadding: "4rem",
@@ -5121,9 +5258,9 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5121
5258
  overlay: {
5122
5259
  bgColor: "rgba(0, 0, 0, 0.9)"
5123
5260
  }
5124
- }, rn = {
5261
+ }, an = {
5125
5262
  iconColor: e.semantic.color.icon.neutral700
5126
- }, en = {
5263
+ }, nn = {
5127
5264
  bgColor: e.semantic.color.background.neutral200,
5128
5265
  shadow: `0 0 0.5px 1px ${e.semantic.color.border.neutral400}, 0 0 16px 8px ${e.semantic.color.border.neutral100}`,
5129
5266
  borderRadius: "0.8rem",
@@ -5136,7 +5273,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5136
5273
  height: "8px",
5137
5274
  shadow: `${e.semantic.color.border.neutral400} 0px 1.5px`
5138
5275
  }
5139
- }, tn = {
5276
+ }, cn = {
5140
5277
  closeButton: {
5141
5278
  iconColor: e.semantic.color.icon.neutral700
5142
5279
  },
@@ -5155,7 +5292,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5155
5292
  margin: "0 0 1.2rem 0",
5156
5293
  padding: "1.6rem"
5157
5294
  }
5158
- }, an = {
5295
+ }, ln = {
5159
5296
  textColor: e.semantic.color.text.neutral100,
5160
5297
  border: "solid 1px transparent",
5161
5298
  colorGroups: [{
@@ -5185,7 +5322,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5185
5322
  L: "4.4rem"
5186
5323
  },
5187
5324
  fontWeight: e.core.font.fontWeight.bold
5188
- }, nn = {
5325
+ }, sn = {
5189
5326
  borderRadius: "1px",
5190
5327
  textPosition: {
5191
5328
  left: {
@@ -5239,7 +5376,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5239
5376
  text: {
5240
5377
  color: e.semantic.color.text.neutral800
5241
5378
  }
5242
- }, cn = {
5379
+ }, dn = {
5243
5380
  size: "1.8rem",
5244
5381
  iconSize: "0.6rem",
5245
5382
  padding: "0",
@@ -5287,7 +5424,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5287
5424
  }
5288
5425
  }
5289
5426
  }
5290
- }, ln = {
5427
+ }, mn = {
5291
5428
  bgColor: e.semantic.color.background.neutral100,
5292
5429
  shadow: `0px 0px 0px 1px ${e.semantic.color.border.neutral600}`,
5293
5430
  borderRadius: "0.8rem",
@@ -5309,7 +5446,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5309
5446
  gap: "0.8rem"
5310
5447
  }
5311
5448
  }
5312
- }, sn = {
5449
+ }, bn = {
5313
5450
  width: "100%",
5314
5451
  height: "fit-content",
5315
5452
  bgColor: e.semantic.color.background.neutral100,
@@ -5358,7 +5495,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5358
5495
  width: "1px",
5359
5496
  color: e.semantic.color.border.neutral600
5360
5497
  }
5361
- }, dn = {
5498
+ }, gn = {
5362
5499
  padding: "0 1rem",
5363
5500
  height: "3.6rem",
5364
5501
  gap: "0.6rem",
@@ -5475,7 +5612,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5475
5612
  textColor: {
5476
5613
  disabled: e.semantic.color.text.neutral500
5477
5614
  }
5478
- }, G = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`, mn = {
5615
+ }, G = (a, n) => `color-mix(in srgb-linear, ${a} ${n}%, transparent)`, un = {
5479
5616
  sizes: {
5480
5617
  S: {
5481
5618
  borderRadius: "99rem",
@@ -5674,7 +5811,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5674
5811
  }
5675
5812
  }
5676
5813
  }
5677
- }, bn = {
5814
+ }, pn = {
5678
5815
  sizes: {
5679
5816
  M: {
5680
5817
  borderRadius: e.core.space.space100,
@@ -5714,7 +5851,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5714
5851
  borderColor: e.semantic.color.border.attention300
5715
5852
  }
5716
5853
  }
5717
- }, gn = {
5854
+ }, Cn = {
5718
5855
  variants: {
5719
5856
  informative: {
5720
5857
  iconColor: e.semantic.color.icon.informative600
@@ -5732,7 +5869,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5732
5869
  iconColor: e.semantic.color.icon.success600
5733
5870
  }
5734
5871
  }
5735
- }, un = {
5872
+ }, xn = {
5736
5873
  collapsed: {
5737
5874
  bgColor: e.semantic.color.background.neutral100,
5738
5875
  shadow: "none",
@@ -5839,7 +5976,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5839
5976
  }
5840
5977
  }
5841
5978
  }
5842
- }, pn = {
5979
+ }, hn = {
5843
5980
  card: {
5844
5981
  gap: "2.4rem",
5845
5982
  bgColor: e.semantic.color.background.neutral100,
@@ -5866,30 +6003,95 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5866
6003
  grid: {
5867
6004
  gap: "1.6rem"
5868
6005
  }
5869
- }, Cn = {
5870
- gap: "2.4rem",
5871
- step: {
5872
- gap: "0.8rem",
5873
- indicator: {
5874
- size: "2rem"
5875
- },
6006
+ }, fn = {
6007
+ gap: e.core.space.space150,
6008
+ controlsHeight: "2rem",
6009
+ track: {
6010
+ height: "0.4rem",
5876
6011
  states: {
5877
- idle: {
5878
- indicator: {
5879
- bgColor: e.semantic.color.background.neutral600,
5880
- iconColor: e.semantic.color.text.neutral100,
5881
- borderRadius: "100%"
5882
- },
5883
- label: {
5884
- textColor: e.semantic.color.text.neutral700,
5885
- letterSpacing: "0",
5886
- fontWeight: e.core.font.fontWeight.normal
5887
- }
6012
+ normal: {
6013
+ bgColor: e.semantic.color.background.secondary800
5888
6014
  },
5889
- focused: {
5890
- indicator: {
5891
- bgColor: e.semantic.color.background.primary600,
5892
- iconColor: e.semantic.color.text.neutral100,
6015
+ disabled: {
6016
+ bgColor: e.semantic.color.background.secondary800
6017
+ }
6018
+ }
6019
+ },
6020
+ range: {
6021
+ states: {
6022
+ normal: {
6023
+ bgColor: e.semantic.color.background.primary400
6024
+ },
6025
+ disabled: {
6026
+ bgColor: e.semantic.color.background.neutral900
6027
+ }
6028
+ }
6029
+ },
6030
+ thumb: {
6031
+ width: "2.4rem",
6032
+ height: "2.4rem",
6033
+ borderWidth: "0.8rem",
6034
+ borderRadius: "50%",
6035
+ states: {
6036
+ normal: {
6037
+ bgColor: e.semantic.color.background.secondary0,
6038
+ borderColor: e.semantic.color.border.primary400
6039
+ },
6040
+ disabled: {
6041
+ bgColor: e.semantic.color.background.neutral600,
6042
+ borderColor: e.semantic.color.border.neutral900
6043
+ }
6044
+ }
6045
+ },
6046
+ mark: {
6047
+ width: "0.4rem",
6048
+ height: "0.4rem",
6049
+ rangeStates: {
6050
+ inRange: {
6051
+ normal: {
6052
+ bgColor: e.semantic.color.background.primary100
6053
+ },
6054
+ disabled: {
6055
+ bgColor: e.semantic.color.background.secondary600
6056
+ }
6057
+ },
6058
+ outOfRange: {
6059
+ normal: {
6060
+ bgColor: e.semantic.color.background.secondary600
6061
+ },
6062
+ disabled: {
6063
+ bgColor: e.semantic.color.background.secondary700
6064
+ }
6065
+ }
6066
+ }
6067
+ },
6068
+ label: {
6069
+ offset: e.core.space.space200
6070
+ }
6071
+ }, yn = {
6072
+ gap: "2.4rem",
6073
+ step: {
6074
+ gap: "0.8rem",
6075
+ indicator: {
6076
+ size: "2rem"
6077
+ },
6078
+ states: {
6079
+ idle: {
6080
+ indicator: {
6081
+ bgColor: e.semantic.color.background.neutral600,
6082
+ iconColor: e.semantic.color.text.neutral100,
6083
+ borderRadius: "100%"
6084
+ },
6085
+ label: {
6086
+ textColor: e.semantic.color.text.neutral700,
6087
+ letterSpacing: "0",
6088
+ fontWeight: e.core.font.fontWeight.normal
6089
+ }
6090
+ },
6091
+ focused: {
6092
+ indicator: {
6093
+ bgColor: e.semantic.color.background.primary600,
6094
+ iconColor: e.semantic.color.text.neutral100,
5893
6095
  borderRadius: "100%"
5894
6096
  },
5895
6097
  label: {
@@ -5913,7 +6115,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5913
6115
  }
5914
6116
  }
5915
6117
  }
5916
- }, xn = {
6118
+ }, kn = {
5917
6119
  width: "3.2rem",
5918
6120
  height: "1.8rem",
5919
6121
  padding: "0.2rem",
@@ -5965,7 +6167,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
5965
6167
  }
5966
6168
  }
5967
6169
  }
5968
- }, hn = {
6170
+ }, vn = {
5969
6171
  table: {
5970
6172
  tableContainer: {
5971
6173
  borderRadius: "0.8rem",
@@ -6053,7 +6255,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6053
6255
  textColor: e.semantic.color.text.neutral700
6054
6256
  }
6055
6257
  }
6056
- }, fn = {
6258
+ }, wn = {
6057
6259
  bgColor: "transparent",
6058
6260
  padding: "1rem 1.6rem",
6059
6261
  gap: "3.2rem",
@@ -6076,7 +6278,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6076
6278
  actionsBar: {
6077
6279
  gap: "1.6rem"
6078
6280
  }
6079
- }, yn = {
6281
+ }, Sn = {
6080
6282
  variants: {
6081
6283
  default: {
6082
6284
  gap: "4rem",
@@ -6162,22 +6364,36 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6162
6364
  }
6163
6365
  }
6164
6366
  }
6165
- }, Y = "transparent", kn = {
6367
+ }, Y = "transparent", $n = {
6166
6368
  layouts: {
6167
6369
  block: {
6168
6370
  sizes: {
6169
- M: {
6371
+ medium: {
6170
6372
  height: "2.6rem",
6171
6373
  lineHeight: "1.9rem",
6172
6374
  gap: "0.2rem",
6173
6375
  padding: "0.4rem 0.6rem",
6174
6376
  borderRadius: "0.4rem"
6377
+ },
6378
+ small: {
6379
+ height: "2.4rem",
6380
+ lineHeight: "1.9rem",
6381
+ gap: "0.2rem",
6382
+ padding: "0.4rem 0.6rem",
6383
+ borderRadius: "0.4rem"
6175
6384
  }
6176
6385
  }
6177
6386
  },
6178
6387
  inline: {
6179
6388
  sizes: {
6180
- M: {
6389
+ medium: {
6390
+ height: "unset",
6391
+ lineHeight: "inherit",
6392
+ gap: "0.2rem",
6393
+ padding: "0",
6394
+ borderRadius: "0"
6395
+ },
6396
+ small: {
6181
6397
  height: "unset",
6182
6398
  lineHeight: "inherit",
6183
6399
  gap: "0.2rem",
@@ -6262,7 +6478,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6262
6478
  }
6263
6479
  }
6264
6480
  }
6265
- }, vn = "data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209C18%2013.9706%2013.9706%2018%209%2018C4.02944%2018%200%2013.9706%200%209C0%204.02944%204.02944%200%209%200C13.9706%200%2018%204.02944%2018%209Z'%20fill='%23F1F5FA'/%3e%3cpath%20d='M3%2014C7.97056%2014%2012%209.97056%2012%205C12%203.20867%2011.4767%201.53958%2010.5745%200.137268C10.0633%200.0470571%209.53713%200%209%200C4.02944%200%200%204.02944%200%209C0%2010.7913%200.523342%2012.4604%201.42547%2013.8627C1.93672%2013.9529%202.46287%2014%203%2014Z'%20fill='%23BDD0E7'/%3e%3cpath%20d='M2%2013C6.97056%2013%2011%208.97056%2011%204C11%202.58941%2010.6755%201.25461%2010.097%200.0661876C9.73747%200.0224918%209.37136%200%209%200C4.02944%200%200%204.02944%200%209C0%2010.4106%200.324521%2011.7454%200.902969%2012.9338C1.26253%2012.9775%201.62864%2013%202%2013Z'%20fill='%231C324D'/%3e%3cpath%20d='M7.10199%203.62067C7.04777%203.47308%206.90723%203.375%206.75%203.375C6.59277%203.375%206.45223%203.47308%206.39801%203.62067L6.25631%204.00631L5.87067%204.14801C5.72308%204.20223%205.625%204.34277%205.625%204.5C5.625%204.65723%205.72308%204.79777%205.87067%204.85199L6.25631%204.99369L6.39801%205.37933C6.45223%205.52692%206.59277%205.625%206.75%205.625C6.90723%205.625%207.04777%205.52692%207.10199%205.37933L7.24369%204.99369L7.62933%204.85199C7.77692%204.79777%207.875%204.65723%207.875%204.5C7.875%204.34277%207.77692%204.20223%207.62933%204.14801L7.24369%204.00631L7.10199%203.62067Z'%20fill='%23F1F5FA'/%3e%3cpath%20d='M4.47699%205.87067C4.42277%205.72308%204.28223%205.625%204.125%205.625C3.96777%205.625%203.82723%205.72308%203.77301%205.87067L3.32902%207.07902L2.12067%207.52301C1.97308%207.57723%201.875%207.71777%201.875%207.875C1.875%208.03223%201.97308%208.17277%202.12067%208.22699L3.32902%208.67098L3.77301%209.87933C3.82723%2010.0269%203.96777%2010.125%204.125%2010.125C4.28223%2010.125%204.42277%2010.0269%204.47699%209.87933L4.92098%208.67098L6.12933%208.22699C6.27692%208.17277%206.375%208.03223%206.375%207.875C6.375%207.71777%206.27692%207.57723%206.12933%207.52301L4.92098%207.07902L4.47699%205.87067Z'%20fill='%23F1F5FA'/%3e%3c/svg%3e", wn = {
6481
+ }, Rn = "data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209C18%2013.9706%2013.9706%2018%209%2018C4.02944%2018%200%2013.9706%200%209C0%204.02944%204.02944%200%209%200C13.9706%200%2018%204.02944%2018%209Z'%20fill='%23F1F5FA'/%3e%3cpath%20d='M3%2014C7.97056%2014%2012%209.97056%2012%205C12%203.20867%2011.4767%201.53958%2010.5745%200.137268C10.0633%200.0470571%209.53713%200%209%200C4.02944%200%200%204.02944%200%209C0%2010.7913%200.523342%2012.4604%201.42547%2013.8627C1.93672%2013.9529%202.46287%2014%203%2014Z'%20fill='%23BDD0E7'/%3e%3cpath%20d='M2%2013C6.97056%2013%2011%208.97056%2011%204C11%202.58941%2010.6755%201.25461%2010.097%200.0661876C9.73747%200.0224918%209.37136%200%209%200C4.02944%200%200%204.02944%200%209C0%2010.4106%200.324521%2011.7454%200.902969%2012.9338C1.26253%2012.9775%201.62864%2013%202%2013Z'%20fill='%231C324D'/%3e%3cpath%20d='M7.10199%203.62067C7.04777%203.47308%206.90723%203.375%206.75%203.375C6.59277%203.375%206.45223%203.47308%206.39801%203.62067L6.25631%204.00631L5.87067%204.14801C5.72308%204.20223%205.625%204.34277%205.625%204.5C5.625%204.65723%205.72308%204.79777%205.87067%204.85199L6.25631%204.99369L6.39801%205.37933C6.45223%205.52692%206.59277%205.625%206.75%205.625C6.90723%205.625%207.04777%205.52692%207.10199%205.37933L7.24369%204.99369L7.62933%204.85199C7.77692%204.79777%207.875%204.65723%207.875%204.5C7.875%204.34277%207.77692%204.20223%207.62933%204.14801L7.24369%204.00631L7.10199%203.62067Z'%20fill='%23F1F5FA'/%3e%3cpath%20d='M4.47699%205.87067C4.42277%205.72308%204.28223%205.625%204.125%205.625C3.96777%205.625%203.82723%205.72308%203.77301%205.87067L3.32902%207.07902L2.12067%207.52301C1.97308%207.57723%201.875%207.71777%201.875%207.875C1.875%208.03223%201.97308%208.17277%202.12067%208.22699L3.32902%208.67098L3.77301%209.87933C3.82723%2010.0269%203.96777%2010.125%204.125%2010.125C4.28223%2010.125%204.42277%2010.0269%204.47699%209.87933L4.92098%208.67098L6.12933%208.22699C6.27692%208.17277%206.375%208.03223%206.375%207.875C6.375%207.71777%206.27692%207.57723%206.12933%207.52301L4.92098%207.07902L4.47699%205.87067Z'%20fill='%23F1F5FA'/%3e%3c/svg%3e", zn = {
6266
6482
  width: "3.6rem",
6267
6483
  height: "2.2rem",
6268
6484
  padding: "0.1rem",
@@ -6271,12 +6487,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6271
6487
  borderColor: e.semantic.color.border.neutral600,
6272
6488
  bgColor: e.semantic.color.background.neutral300,
6273
6489
  thumb: {
6274
- icon: `url("${vn}")`,
6490
+ icon: `url("${Rn}")`,
6275
6491
  iconAspectRatio: "1/1",
6276
6492
  borderRadius: "0",
6277
6493
  bgColor: "transparent"
6278
6494
  }
6279
- }, Sn = {
6495
+ }, Wn = {
6280
6496
  width: "clamp(400px, 33vw, 640px)",
6281
6497
  padding: "12px max(12px, calc(20 * (100vw / 1920)))",
6282
6498
  shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
@@ -6288,7 +6504,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6288
6504
  toaster: {
6289
6505
  gap: "2rem"
6290
6506
  }
6291
- }, So = "transparent", $n = {
6507
+ }, So = "transparent", Bn = {
6292
6508
  gap: "0.4rem",
6293
6509
  height: "2.7rem",
6294
6510
  lineHeight: "1.9rem",
@@ -6343,7 +6559,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6343
6559
  minWidth: "2rem",
6344
6560
  borderRadius: "99rem"
6345
6561
  }
6346
- }, zn = {
6562
+ }, Pn = {
6347
6563
  textColor: e.semantic.color.text.neutral800,
6348
6564
  bgColor: e.semantic.color.background.neutral200,
6349
6565
  shadow: `0 0 0.5px 1px ${e.semantic.color.border.neutral400}`,
@@ -6357,7 +6573,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6357
6573
  height: "8px",
6358
6574
  shadow: `${e.semantic.color.border.neutral400} 0px 1.5px`
6359
6575
  }
6360
- }, Rn = {
6576
+ }, Fn = {
6361
6577
  levelOffset: "1.8rem",
6362
6578
  item: {
6363
6579
  inlinePadding: "0.8rem 1.6rem",
@@ -6370,7 +6586,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6370
6586
  iconColor: e.semantic.color.icon.neutral800,
6371
6587
  gap: "0.4rem"
6372
6588
  }
6373
- }, Wn = {
6589
+ }, Ln = {
6374
6590
  colors: {
6375
6591
  primary: e.semantic.color.text.neutral800,
6376
6592
  secondary: e.semantic.color.text.neutral700
@@ -6440,7 +6656,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6440
6656
  semiBold: e.core.font.fontWeight.semiBold
6441
6657
  }
6442
6658
  }
6443
- }, Bn = {
6659
+ }, Mn = {
6444
6660
  gap: "1.6rem",
6445
6661
  header: {
6446
6662
  gap: "0.8rem"
@@ -6492,13 +6708,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6492
6708
  borderColor: e.semantic.color.border.neutral300
6493
6709
  }
6494
6710
  }
6495
- }, Pn = {
6711
+ }, Hn = {
6496
6712
  bgColor: e.semantic.color.background.neutral100,
6497
6713
  textColor: e.semantic.color.background.neutral700,
6498
6714
  fontFamily: e.core.font.fontFamily.regular,
6499
6715
  fontSize: e.core.font.fontSize.s14,
6500
6716
  lineHeight: "1.4"
6501
- }, Fn = {
6717
+ }, Tn = {
6502
6718
  width: "0.5rem",
6503
6719
  height: "0.5rem",
6504
6720
  bgColor: e.semantic.color.background.neutral100,
@@ -6507,69 +6723,71 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6507
6723
  bgColor: e.semantic.color.background.neutral400,
6508
6724
  borderRadius: "99rem"
6509
6725
  }
6510
- }, Mn = {
6726
+ }, In = {
6511
6727
  name: "dark",
6512
6728
  mode: "dark",
6513
6729
  ...e,
6514
6730
  components: {
6515
- actionIconButton: Wa,
6516
- appBar: Ba,
6517
- appSelectionMenu: Pa,
6518
- autoComplete: Fa,
6519
- badge: Ma,
6520
- banner: La,
6521
- boxSelectionGroup: Ta,
6522
- button: Ha,
6523
- buttonGroup: Ia,
6524
- card: Ea,
6525
- checkbox: Xa,
6526
- chip: Oa,
6527
- chipList: _a,
6528
- countryFlag: Aa,
6529
- datePicker: ja,
6530
- drawer: Da,
6531
- filters: Ga,
6532
- formField: Na,
6533
- iconButton: qa,
6534
- input: Ya,
6535
- label: Ua,
6536
- layouts: Za,
6537
- link: Va,
6538
- loader: Ja,
6539
- menu: Ka,
6540
- midBar: Qa,
6541
- modal: on,
6542
- moreInfoIcon: rn,
6543
- popover: en,
6544
- popupCard: tn,
6545
- profileIcon: an,
6546
- progressBar: nn,
6547
- radio: cn,
6548
- searchBar: ln,
6549
- section: sn,
6550
- select: dn,
6551
- semanticButton: mn,
6552
- semanticContainer: bn,
6553
- semanticIcon: gn,
6554
- sideBar: un,
6555
- skeleton: pn,
6556
- stepper: Cn,
6557
- switchButton: xn,
6558
- table: hn,
6559
- tableHeading: fn,
6560
- tabs: yn,
6561
- textButton: kn,
6562
- themeModeSwitch: wn,
6563
- toast: Sn,
6564
- toggleButton: $n,
6565
- tooltip: zn,
6566
- treeView: Rn,
6567
- typography: Wn,
6568
- windowBar: Bn
6731
+ actionIconButton: Pa,
6732
+ appBar: Fa,
6733
+ appSelectionMenu: La,
6734
+ autoComplete: Ma,
6735
+ badge: Ha,
6736
+ banner: Ta,
6737
+ boxSelectionGroup: Ia,
6738
+ button: Ea,
6739
+ buttonGroup: Xa,
6740
+ card: Oa,
6741
+ checkbox: _a,
6742
+ chip: Aa,
6743
+ chipList: ja,
6744
+ countryFlag: Da,
6745
+ datePicker: Ga,
6746
+ drawer: Na,
6747
+ filters: qa,
6748
+ formField: Ya,
6749
+ iconButton: Ua,
6750
+ input: Za,
6751
+ keyValueList: Va,
6752
+ label: Ja,
6753
+ layouts: Ka,
6754
+ link: Qa,
6755
+ loader: on,
6756
+ menu: rn,
6757
+ midBar: en,
6758
+ modal: tn,
6759
+ moreInfoIcon: an,
6760
+ popover: nn,
6761
+ popupCard: cn,
6762
+ profileIcon: ln,
6763
+ progressBar: sn,
6764
+ radio: dn,
6765
+ searchBar: mn,
6766
+ section: bn,
6767
+ select: gn,
6768
+ semanticButton: un,
6769
+ semanticContainer: pn,
6770
+ semanticIcon: Cn,
6771
+ sideBar: xn,
6772
+ skeleton: hn,
6773
+ slider: fn,
6774
+ stepper: yn,
6775
+ switchButton: kn,
6776
+ table: vn,
6777
+ tableHeading: wn,
6778
+ tabs: Sn,
6779
+ textButton: $n,
6780
+ themeModeSwitch: zn,
6781
+ toast: Wn,
6782
+ toggleButton: Bn,
6783
+ tooltip: Pn,
6784
+ treeView: Fn,
6785
+ typography: Ln,
6786
+ windowBar: Mn
6569
6787
  },
6570
6788
  globals: {
6571
- body: Pn,
6572
- scrollbar: Fn
6789
+ body: Hn,
6790
+ scrollbar: Tn
6573
6791
  }
6574
6792
  }, mo = {
6575
6793
  transparent: "#00000000",
@@ -6776,7 +6994,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6776
6994
  color: mo.primary600
6777
6995
  }
6778
6996
  }
6779
- }, Ln = {
6997
+ }, En = {
6780
6998
  sizes: {
6781
6999
  L: {
6782
7000
  size: "3rem",
@@ -6829,7 +7047,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6829
7047
  }
6830
7048
  }
6831
7049
  }
6832
- }, Tn = {
7050
+ }, Xn = {
6833
7051
  height: "7rem",
6834
7052
  padding: "1.4rem 1.4rem 1.4rem 2.4rem",
6835
7053
  separator: `1px solid ${o.semantic.color.border.secondary200}`,
@@ -6851,7 +7069,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6851
7069
  accountNameColor: o.semantic.color.text.secondary950
6852
7070
  }
6853
7071
  }
6854
- }, Hn = {
7072
+ }, On = {
6855
7073
  trigger: {
6856
7074
  borderRadius: "0.4rem",
6857
7075
  height: "3.2rem",
@@ -6894,12 +7112,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6894
7112
  color: o.semantic.color.text.neutral800
6895
7113
  }
6896
7114
  }
6897
- }, In = {
7115
+ }, _n = {
6898
7116
  dropdown: {
6899
7117
  screenMarginHeight: "6px",
6900
7118
  maxHeight: "50vh"
6901
7119
  }
6902
- }, Fr = "1px", En = {
7120
+ }, Fr = "1px", An = {
6903
7121
  padding: `${o.core.space.space025} ${o.core.space.space050}`,
6904
7122
  gap: o.core.space.space025,
6905
7123
  borderRadius: "2px",
@@ -6962,7 +7180,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6962
7180
  iconColor: o.semantic.color.text.secondary800
6963
7181
  }
6964
7182
  }
6965
- }, Xn = {
7183
+ }, jn = {
6966
7184
  sizes: {
6967
7185
  S: {
6968
7186
  gap: "0.8rem",
@@ -6980,7 +7198,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
6980
7198
  split: {
6981
7199
  minWidth: "0.8rem"
6982
7200
  }
6983
- }, On = {
7201
+ }, Dn = {
6984
7202
  gap: o.core.space.space300,
6985
7203
  item: {
6986
7204
  borderRadius: "4px",
@@ -7035,7 +7253,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7035
7253
  defaultItem: {
7036
7254
  gap: "0.4rem"
7037
7255
  }
7038
- }, _n = {
7256
+ }, Gn = {
7039
7257
  gap: "0.2rem",
7040
7258
  sizes: {
7041
7259
  small: {
@@ -7190,7 +7408,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7190
7408
  }
7191
7409
  }
7192
7410
  }
7193
- }, An = {
7411
+ }, Nn = {
7194
7412
  borderRadius: "0.4rem",
7195
7413
  border: `1px solid ${o.semantic.color.border.transparent}`,
7196
7414
  fontSize: "1.4rem",
@@ -7233,13 +7451,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7233
7451
  }
7234
7452
  }
7235
7453
  }
7236
- }, jn = {
7454
+ }, qn = {
7237
7455
  width: "100%",
7238
7456
  height: "fit-content",
7239
7457
  bgColor: o.semantic.color.background.neutral100,
7240
7458
  shadow: o.core.shadow.shadow4,
7241
7459
  borderRadius: "0.8rem"
7242
- }, Dn = {
7460
+ }, Yn = {
7243
7461
  width: "1.8rem",
7244
7462
  height: "1.8rem",
7245
7463
  padding: "0",
@@ -7303,7 +7521,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7303
7521
  }
7304
7522
  }
7305
7523
  }
7306
- }, Gn = {
7524
+ }, Un = {
7307
7525
  sizes: {
7308
7526
  M: {
7309
7527
  height: "2.8rem",
@@ -7360,7 +7578,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7360
7578
  }
7361
7579
  }
7362
7580
  }
7363
- }, Nn = {
7581
+ }, Zn = {
7364
7582
  sizes: {
7365
7583
  M: {
7366
7584
  gap: "0.8rem 5px"
@@ -7378,13 +7596,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7378
7596
  gap: "0.4rem",
7379
7597
  padding: "1.2rem 1.6rem"
7380
7598
  }
7381
- }, qn = {
7599
+ }, Vn = {
7382
7600
  width: "2.7rem",
7383
7601
  height: "2rem",
7384
7602
  borderRadius: "5px",
7385
7603
  borderWidth: "0.1px",
7386
7604
  borderColor: o.semantic.color.border.secondary400
7387
- }, Yn = {
7605
+ }, Jn = {
7388
7606
  fontSize: o.core.font.fontSize.s14,
7389
7607
  fontWeight: o.core.font.fontWeight.normal,
7390
7608
  fontFamily: o.core.font.fontFamily.regular,
@@ -7448,7 +7666,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7448
7666
  weekNumCell: {
7449
7667
  fontSize: "1rem"
7450
7668
  }
7451
- }, Un = {
7669
+ }, Kn = {
7452
7670
  shadow: o.core.shadow.shadow500,
7453
7671
  bgColor: o.semantic.color.background.neutral0,
7454
7672
  sidePadding: "3.2rem",
@@ -7474,7 +7692,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7474
7692
  overlay: {
7475
7693
  bgColor: V(o.semantic.color.background.secondary0, 0.8)
7476
7694
  }
7477
- }, Zn = {
7695
+ }, Qn = {
7478
7696
  chipList: {
7479
7697
  padding: "0.8rem 1.6rem",
7480
7698
  border: `1px solid ${o.semantic.color.border.secondary300}`
@@ -7507,7 +7725,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7507
7725
  padding: "0.8rem 1.6rem"
7508
7726
  }
7509
7727
  }
7510
- }, Vn = {
7728
+ }, oc = {
7511
7729
  columnGap: "1.6rem",
7512
7730
  group: {
7513
7731
  rowGap: "1rem"
@@ -7521,7 +7739,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7521
7739
  textColor: o.semantic.color.text.danger400
7522
7740
  }
7523
7741
  }
7524
- }, Jn = {
7742
+ }, rc = {
7525
7743
  sizes: {
7526
7744
  XXL: {
7527
7745
  width: "3.2rem",
@@ -7567,7 +7785,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7567
7785
  }
7568
7786
  },
7569
7787
  borderRadius: "0.4rem"
7570
- }, Kn = {
7788
+ }, ec = {
7571
7789
  padding: "0 0.8rem 0 1rem",
7572
7790
  height: "3.6rem",
7573
7791
  gap: "0.5rem",
@@ -7661,7 +7879,34 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7661
7879
  textColor: o.semantic.color.text.secondary600
7662
7880
  }
7663
7881
  }
7664
- }, Qn = {
7882
+ }, tc = {
7883
+ container: {
7884
+ borderRadius: "0.8rem",
7885
+ backgroundColor: o.semantic.color.background.secondary0,
7886
+ boxShadow: `0px 0px 0px 1px ${o.semantic.color.border.secondary300}`
7887
+ },
7888
+ headerRow: {
7889
+ minHeight: "5.6rem",
7890
+ bgColor: o.semantic.color.background.secondary0,
7891
+ separator: {
7892
+ color: o.semantic.color.border.secondary300,
7893
+ width: "1px"
7894
+ }
7895
+ },
7896
+ headerCell: {
7897
+ padding: "1rem 1.2rem",
7898
+ color: o.semantic.color.text.secondary950,
7899
+ separator: {
7900
+ color: o.semantic.color.border.secondary300,
7901
+ width: "1px",
7902
+ blockPadding: "1rem"
7903
+ }
7904
+ },
7905
+ bodyCell: {
7906
+ padding: "0.4rem 1.2rem",
7907
+ color: o.semantic.color.text.secondary900
7908
+ }
7909
+ }, ac = {
7665
7910
  gap: "0.5rem",
7666
7911
  margin: "0 0 0.2rem 0",
7667
7912
  minHeight: "20px",
@@ -7682,7 +7927,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7682
7927
  required: {
7683
7928
  textColor: o.semantic.color.text.danger500
7684
7929
  }
7685
- }, oc = {
7930
+ }, nc = {
7686
7931
  flexGroup: {
7687
7932
  gap: {
7688
7933
  XXS: o.core.space.space025,
@@ -7718,7 +7963,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7718
7963
  XXL: o.core.space.space300
7719
7964
  }
7720
7965
  }
7721
- }, rc = {
7966
+ }, cc = {
7722
7967
  variants: {
7723
7968
  block: {
7724
7969
  sizes: {
@@ -7787,7 +8032,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7787
8032
  }
7788
8033
  }
7789
8034
  }
7790
- }, ec = {
8035
+ }, ic = {
7791
8036
  size: "5rem",
7792
8037
  gap: "0.5rem",
7793
8038
  variants: {
@@ -7807,7 +8052,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7807
8052
  textColor: o.semantic.color.icon.secondary0
7808
8053
  }
7809
8054
  }
7810
- }, tc = {
8055
+ }, lc = {
7811
8056
  dropDown: {
7812
8057
  minWidth: "16rem",
7813
8058
  maxWidth: "40rem",
@@ -7883,7 +8128,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7883
8128
  }
7884
8129
  }
7885
8130
  }
7886
- }, ac = {
8131
+ }, sc = {
7887
8132
  header: {
7888
8133
  height: "6.2rem",
7889
8134
  paddingInline: "1.6rem",
@@ -7895,7 +8140,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7895
8140
  gap: "0.8rem"
7896
8141
  }
7897
8142
  }
7898
- }, nc = {
8143
+ }, dc = {
7899
8144
  blockScreenMargin: "20px",
7900
8145
  inlineScreenMargin: "20px",
7901
8146
  inlinePadding: "4rem",
@@ -7925,9 +8170,9 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7925
8170
  overlay: {
7926
8171
  bgColor: V(o.semantic.color.background.secondary0, 0.8)
7927
8172
  }
7928
- }, cc = {
8173
+ }, mc = {
7929
8174
  iconColor: o.semantic.color.icon.secondary600
7930
- }, ic = {
8175
+ }, bc = {
7931
8176
  bgColor: o.semantic.color.background.neutral100,
7932
8177
  shadow: o.core.shadow.shadow400,
7933
8178
  borderRadius: "0.8rem",
@@ -7940,7 +8185,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7940
8185
  height: "8px",
7941
8186
  shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
7942
8187
  }
7943
- }, lc = {
8188
+ }, gc = {
7944
8189
  closeButton: {
7945
8190
  iconColor: o.semantic.color.icon.neutral700
7946
8191
  },
@@ -7959,7 +8204,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7959
8204
  margin: "0 0 1.2rem 0",
7960
8205
  padding: "1.6rem"
7961
8206
  }
7962
- }, sc = {
8207
+ }, uc = {
7963
8208
  textColor: o.semantic.color.text.secondary950,
7964
8209
  border: "solid 1px transparent",
7965
8210
  colorGroups: [{
@@ -7989,7 +8234,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
7989
8234
  L: "4.4rem"
7990
8235
  },
7991
8236
  fontWeight: o.core.font.fontWeight.bold
7992
- }, dc = {
8237
+ }, pc = {
7993
8238
  borderRadius: "1px",
7994
8239
  textPosition: {
7995
8240
  left: {
@@ -8043,7 +8288,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8043
8288
  text: {
8044
8289
  color: o.semantic.color.text.secondary950
8045
8290
  }
8046
- }, mc = {
8291
+ }, Cc = {
8047
8292
  size: "1.8rem",
8048
8293
  iconSize: "0.6rem",
8049
8294
  padding: "0",
@@ -8091,7 +8336,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8091
8336
  }
8092
8337
  }
8093
8338
  }
8094
- }, bc = {
8339
+ }, xc = {
8095
8340
  bgColor: o.semantic.color.background.secondary0,
8096
8341
  shadow: `0px 0px 0px 1px ${o.semantic.color.border.secondary300}`,
8097
8342
  borderRadius: "0.8rem",
@@ -8113,7 +8358,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8113
8358
  gap: "0.8rem"
8114
8359
  }
8115
8360
  }
8116
- }, gc = {
8361
+ }, hc = {
8117
8362
  width: "100%",
8118
8363
  height: "fit-content",
8119
8364
  bgColor: o.semantic.color.background.secondary0,
@@ -8162,7 +8407,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8162
8407
  width: "1px",
8163
8408
  color: o.semantic.color.border.secondary200
8164
8409
  }
8165
- }, uc = {
8410
+ }, fc = {
8166
8411
  padding: "0 1rem",
8167
8412
  height: "3.6rem",
8168
8413
  gap: "0.6rem",
@@ -8262,7 +8507,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8262
8507
  }
8263
8508
  }
8264
8509
  }
8265
- }, pc = {
8510
+ }, yc = {
8266
8511
  sizes: {
8267
8512
  S: {
8268
8513
  borderRadius: "99rem",
@@ -8509,7 +8754,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8509
8754
  }
8510
8755
  }
8511
8756
  }
8512
- }, Cc = {
8757
+ }, kc = {
8513
8758
  sizes: {
8514
8759
  M: {
8515
8760
  borderRadius: o.core.space.space100,
@@ -8549,7 +8794,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8549
8794
  borderColor: o.semantic.color.border.attention300
8550
8795
  }
8551
8796
  }
8552
- }, xc = {
8797
+ }, vc = {
8553
8798
  variants: {
8554
8799
  informative: {
8555
8800
  iconColor: o.semantic.color.icon.informative600
@@ -8567,7 +8812,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8567
8812
  iconColor: o.semantic.color.icon.success600
8568
8813
  }
8569
8814
  }
8570
- }, hc = {
8815
+ }, wc = {
8571
8816
  collapsed: {
8572
8817
  bgColor: o.semantic.color.background.secondary50,
8573
8818
  shadow: "none",
@@ -8674,7 +8919,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8674
8919
  }
8675
8920
  }
8676
8921
  }
8677
- }, fc = {
8922
+ }, Sc = {
8678
8923
  card: {
8679
8924
  gap: "2.4rem",
8680
8925
  bgColor: o.semantic.color.background.neutral100,
@@ -8701,7 +8946,72 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8701
8946
  grid: {
8702
8947
  gap: "1.6rem"
8703
8948
  }
8704
- }, yc = {
8949
+ }, $c = {
8950
+ gap: o.core.space.space150,
8951
+ controlsHeight: "2rem",
8952
+ track: {
8953
+ height: "0.4rem",
8954
+ states: {
8955
+ normal: {
8956
+ bgColor: o.semantic.color.background.secondary300
8957
+ },
8958
+ disabled: {
8959
+ bgColor: o.semantic.color.background.secondary300
8960
+ }
8961
+ }
8962
+ },
8963
+ range: {
8964
+ states: {
8965
+ normal: {
8966
+ bgColor: o.semantic.color.background.primary400
8967
+ },
8968
+ disabled: {
8969
+ bgColor: o.semantic.color.background.neutral500
8970
+ }
8971
+ }
8972
+ },
8973
+ thumb: {
8974
+ width: "2.4rem",
8975
+ height: "2.4rem",
8976
+ borderWidth: "0.8rem",
8977
+ borderRadius: "50%",
8978
+ states: {
8979
+ normal: {
8980
+ bgColor: o.semantic.color.background.secondary0,
8981
+ borderColor: o.semantic.color.background.primary400
8982
+ },
8983
+ disabled: {
8984
+ bgColor: o.semantic.color.background.secondary0,
8985
+ borderColor: o.semantic.color.background.neutral500
8986
+ }
8987
+ }
8988
+ },
8989
+ mark: {
8990
+ width: "0.4rem",
8991
+ height: "0.4rem",
8992
+ rangeStates: {
8993
+ inRange: {
8994
+ normal: {
8995
+ bgColor: o.semantic.color.background.primary100
8996
+ },
8997
+ disabled: {
8998
+ bgColor: o.semantic.color.background.secondary500
8999
+ }
9000
+ },
9001
+ outOfRange: {
9002
+ normal: {
9003
+ bgColor: o.semantic.color.background.secondary500
9004
+ },
9005
+ disabled: {
9006
+ bgColor: o.semantic.color.background.secondary500
9007
+ }
9008
+ }
9009
+ }
9010
+ },
9011
+ label: {
9012
+ offset: o.core.space.space200
9013
+ }
9014
+ }, Rc = {
8705
9015
  gap: "2.4rem",
8706
9016
  step: {
8707
9017
  gap: "0.8rem",
@@ -8748,7 +9058,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8748
9058
  }
8749
9059
  }
8750
9060
  }
8751
- }, kc = {
9061
+ }, zc = {
8752
9062
  width: "3.2rem",
8753
9063
  height: "1.8rem",
8754
9064
  padding: "0.2rem",
@@ -8800,7 +9110,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8800
9110
  }
8801
9111
  }
8802
9112
  }
8803
- }, vc = {
9113
+ }, Wc = {
8804
9114
  table: {
8805
9115
  tableContainer: {
8806
9116
  borderRadius: "0.8rem",
@@ -8888,7 +9198,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8888
9198
  textColor: o.semantic.color.text.secondary950
8889
9199
  }
8890
9200
  }
8891
- }, wc = {
9201
+ }, Bc = {
8892
9202
  bgColor: "transparent",
8893
9203
  padding: "1rem 1.6rem",
8894
9204
  gap: "3.2rem",
@@ -8911,7 +9221,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8911
9221
  actionsBar: {
8912
9222
  gap: "1.6rem"
8913
9223
  }
8914
- }, Sc = {
9224
+ }, Pc = {
8915
9225
  variants: {
8916
9226
  default: {
8917
9227
  gap: "4rem",
@@ -8994,22 +9304,36 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
8994
9304
  }
8995
9305
  }
8996
9306
  }
8997
- }, X = "transparent", $c = {
9307
+ }, X = "transparent", Fc = {
8998
9308
  layouts: {
8999
9309
  block: {
9000
9310
  sizes: {
9001
- M: {
9311
+ medium: {
9002
9312
  height: "2.6rem",
9003
9313
  lineHeight: "1.9rem",
9004
9314
  gap: "0.2rem",
9005
9315
  padding: "0.4rem 0.6rem",
9006
9316
  borderRadius: "0.4rem"
9317
+ },
9318
+ small: {
9319
+ height: "2.4rem",
9320
+ lineHeight: "1.9rem",
9321
+ gap: "0.2rem",
9322
+ padding: "0.4rem 0.6rem",
9323
+ borderRadius: "0.4rem"
9007
9324
  }
9008
9325
  }
9009
9326
  },
9010
9327
  inline: {
9011
9328
  sizes: {
9012
- M: {
9329
+ medium: {
9330
+ height: "unset",
9331
+ lineHeight: "inherit",
9332
+ gap: "0.2rem",
9333
+ padding: "0",
9334
+ borderRadius: "0"
9335
+ },
9336
+ small: {
9013
9337
  height: "unset",
9014
9338
  lineHeight: "inherit",
9015
9339
  gap: "0.2rem",
@@ -9101,7 +9425,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9101
9425
  }
9102
9426
  }
9103
9427
  }
9104
- }, zc = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_20208_3890)'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='%23F9FAFA'%20/%3e%3cpath%20d='M13.0002%2010C13.0002%208.34315%2011.6571%207%2010.0002%207C8.34339%207%207.00024%208.34315%207.00024%2010C7.00024%2011.6569%208.34339%2013%2010.0002%2013C11.6571%2013%2013.0002%2011.6569%2013.0002%2010ZM14.0002%2010C14.0002%2012.2091%2012.2094%2014%2010.0002%2014C7.79111%2014%206.00024%2012.2091%206.00024%2010C6.00024%207.79086%207.79111%206%2010.0002%206C12.2094%206%2014.0002%207.79086%2014.0002%2010Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M16.9998%209.5L17.1013%209.50977C17.329%209.55649%2017.4998%209.75847%2017.4998%2010C17.4998%2010.2415%2017.329%2010.4435%2017.1013%2010.4902L16.9998%2010.5H15.5457C15.2695%2010.5%2015.0457%2010.2761%2015.0457%2010C15.0457%209.72386%2015.2695%209.5%2015.5457%209.5H16.9998Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M4.50024%209.5L4.60083%209.50977C4.82874%209.55634%205.00024%209.75833%205.00024%2010C5.00024%2010.2417%204.82874%2010.4437%204.60083%2010.4902L4.50024%2010.5H3.00024C2.7241%2010.5%202.50024%2010.2761%202.50024%2010C2.50024%209.72386%202.7241%209.5%203.00024%209.5H4.50024Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M10.5002%2017L10.4905%2017.1006C10.444%2017.3286%2010.242%2017.5%2010.0002%2017.5C9.75852%2017.5%209.55653%2017.3286%209.51001%2017.1006L9.50024%2017V15.5C9.50024%2015.2239%209.7241%2015%2010.0002%2015C10.2764%2015%2010.5002%2015.2239%2010.5002%2015.5V17Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M10.5002%204.5L10.4905%204.60059C10.444%204.82855%2010.242%205%2010.0002%205C9.75853%205%209.55654%204.82855%209.51001%204.60059L9.50024%204.5V3C9.50024%202.72386%209.7241%202.5%2010.0002%202.5C10.2764%202.5%2010.5002%202.72386%2010.5002%203V4.5Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M14.6466%204.64655L14.7246%204.58233C14.9187%204.45395%2015.1827%204.4756%2015.3537%204.64655C15.5246%204.81751%2015.5463%205.08152%2015.4179%205.27563L15.3537%205.35366L14.3538%206.35355C14.1585%206.54882%2013.842%206.54882%2013.6467%206.35355C13.4514%206.15829%2013.4514%205.84171%2013.6467%205.64645L14.6466%204.64655Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M5.64658%2013.6466L5.72461%2013.5823C5.91872%2013.4539%206.18274%2013.4756%206.35369%2013.6466C6.52464%2013.8175%206.5463%2014.0815%206.41791%2014.2756L6.35369%2014.3537L5.3538%2015.3536C5.15854%2015.5488%204.84195%2015.5488%204.64669%2015.3536C4.45143%2015.1583%204.45143%2014.8417%204.64669%2014.6464L5.64658%2013.6466Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M15.3537%2014.6463L15.4179%2014.7244C15.5463%2014.9185%2015.5246%2015.1825%2015.3537%2015.3534C15.1827%2015.5244%2014.9187%2015.5461%2014.7246%2015.4177L14.6466%2015.3534L13.6467%2014.3536C13.4514%2014.1583%2013.4514%2013.8417%2013.6467%2013.6464C13.842%2013.4512%2014.1585%2013.4512%2014.3538%2013.6464L15.3537%2014.6463Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M6.35369%205.64634L6.41791%205.72437C6.5463%205.91848%206.52464%206.18249%206.35369%206.35345C6.18274%206.5244%205.91872%206.54605%205.72461%206.41767L5.64658%206.35345L4.64669%205.35355C4.45143%205.15829%204.45143%204.84171%204.64669%204.64645C4.84195%204.45118%205.15854%204.45118%205.3538%204.64645L6.35369%205.64634Z'%20fill='%23091A23'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_20208_3890'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Rc = {
9428
+ }, Lc = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_20208_3890)'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='%23F9FAFA'%20/%3e%3cpath%20d='M13.0002%2010C13.0002%208.34315%2011.6571%207%2010.0002%207C8.34339%207%207.00024%208.34315%207.00024%2010C7.00024%2011.6569%208.34339%2013%2010.0002%2013C11.6571%2013%2013.0002%2011.6569%2013.0002%2010ZM14.0002%2010C14.0002%2012.2091%2012.2094%2014%2010.0002%2014C7.79111%2014%206.00024%2012.2091%206.00024%2010C6.00024%207.79086%207.79111%206%2010.0002%206C12.2094%206%2014.0002%207.79086%2014.0002%2010Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M16.9998%209.5L17.1013%209.50977C17.329%209.55649%2017.4998%209.75847%2017.4998%2010C17.4998%2010.2415%2017.329%2010.4435%2017.1013%2010.4902L16.9998%2010.5H15.5457C15.2695%2010.5%2015.0457%2010.2761%2015.0457%2010C15.0457%209.72386%2015.2695%209.5%2015.5457%209.5H16.9998Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M4.50024%209.5L4.60083%209.50977C4.82874%209.55634%205.00024%209.75833%205.00024%2010C5.00024%2010.2417%204.82874%2010.4437%204.60083%2010.4902L4.50024%2010.5H3.00024C2.7241%2010.5%202.50024%2010.2761%202.50024%2010C2.50024%209.72386%202.7241%209.5%203.00024%209.5H4.50024Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M10.5002%2017L10.4905%2017.1006C10.444%2017.3286%2010.242%2017.5%2010.0002%2017.5C9.75852%2017.5%209.55653%2017.3286%209.51001%2017.1006L9.50024%2017V15.5C9.50024%2015.2239%209.7241%2015%2010.0002%2015C10.2764%2015%2010.5002%2015.2239%2010.5002%2015.5V17Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M10.5002%204.5L10.4905%204.60059C10.444%204.82855%2010.242%205%2010.0002%205C9.75853%205%209.55654%204.82855%209.51001%204.60059L9.50024%204.5V3C9.50024%202.72386%209.7241%202.5%2010.0002%202.5C10.2764%202.5%2010.5002%202.72386%2010.5002%203V4.5Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M14.6466%204.64655L14.7246%204.58233C14.9187%204.45395%2015.1827%204.4756%2015.3537%204.64655C15.5246%204.81751%2015.5463%205.08152%2015.4179%205.27563L15.3537%205.35366L14.3538%206.35355C14.1585%206.54882%2013.842%206.54882%2013.6467%206.35355C13.4514%206.15829%2013.4514%205.84171%2013.6467%205.64645L14.6466%204.64655Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M5.64658%2013.6466L5.72461%2013.5823C5.91872%2013.4539%206.18274%2013.4756%206.35369%2013.6466C6.52464%2013.8175%206.5463%2014.0815%206.41791%2014.2756L6.35369%2014.3537L5.3538%2015.3536C5.15854%2015.5488%204.84195%2015.5488%204.64669%2015.3536C4.45143%2015.1583%204.45143%2014.8417%204.64669%2014.6464L5.64658%2013.6466Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M15.3537%2014.6463L15.4179%2014.7244C15.5463%2014.9185%2015.5246%2015.1825%2015.3537%2015.3534C15.1827%2015.5244%2014.9187%2015.5461%2014.7246%2015.4177L14.6466%2015.3534L13.6467%2014.3536C13.4514%2014.1583%2013.4514%2013.8417%2013.6467%2013.6464C13.842%2013.4512%2014.1585%2013.4512%2014.3538%2013.6464L15.3537%2014.6463Z'%20fill='%23091A23'%20/%3e%3cpath%20d='M6.35369%205.64634L6.41791%205.72437C6.5463%205.91848%206.52464%206.18249%206.35369%206.35345C6.18274%206.5244%205.91872%206.54605%205.72461%206.41767L5.64658%206.35345L4.64669%205.35355C4.45143%205.15829%204.45143%204.84171%204.64669%204.64645C4.84195%204.45118%205.15854%204.45118%205.3538%204.64645L6.35369%205.64634Z'%20fill='%23091A23'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_20208_3890'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Mc = {
9105
9429
  width: "3.6rem",
9106
9430
  height: "2.2rem",
9107
9431
  padding: "0.1rem",
@@ -9110,12 +9434,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9110
9434
  borderColor: o.semantic.color.border.transparent,
9111
9435
  bgColor: o.semantic.color.background.secondary200,
9112
9436
  thumb: {
9113
- icon: `url("${zc}")`,
9437
+ icon: `url("${Lc}")`,
9114
9438
  iconAspectRatio: "1/1",
9115
9439
  borderRadius: "0",
9116
9440
  bgColor: "transparent"
9117
9441
  }
9118
- }, Wc = {
9442
+ }, Hc = {
9119
9443
  width: "clamp(400px, 33vw, 640px)",
9120
9444
  padding: "12px max(12px, calc(20 * (100vw / 1920)))",
9121
9445
  shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
@@ -9127,7 +9451,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9127
9451
  toaster: {
9128
9452
  gap: "2rem"
9129
9453
  }
9130
- }, $o = "transparent", Bc = {
9454
+ }, $o = "transparent", Tc = {
9131
9455
  gap: "0.4rem",
9132
9456
  height: "3rem",
9133
9457
  lineHeight: "1.9rem",
@@ -9180,7 +9504,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9180
9504
  minWidth: "2rem",
9181
9505
  borderRadius: "99rem"
9182
9506
  }
9183
- }, Pc = {
9507
+ }, Ic = {
9184
9508
  textColor: o.semantic.color.text.secondary950,
9185
9509
  bgColor: o.semantic.color.background.secondary0,
9186
9510
  shadow: o.core.shadow.shadow400,
@@ -9194,7 +9518,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9194
9518
  height: "8px",
9195
9519
  shadow: "rgba(0, 0, 0, 0.03) 0px 2px 1px"
9196
9520
  }
9197
- }, Fc = {
9521
+ }, Ec = {
9198
9522
  levelOffset: "1.8rem",
9199
9523
  item: {
9200
9524
  inlinePadding: "0.8rem 1.6rem",
@@ -9207,10 +9531,10 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9207
9531
  iconColor: o.semantic.color.icon.neutral800,
9208
9532
  gap: "0.4rem"
9209
9533
  }
9210
- }, Mc = {
9534
+ }, Xc = {
9211
9535
  colors: {
9212
- primary: o.semantic.color.text.secondary990,
9213
- secondary: o.semantic.color.text.secondary500
9536
+ primary: o.semantic.color.text.secondary950,
9537
+ secondary: o.semantic.color.text.secondary700
9214
9538
  },
9215
9539
  heading: {
9216
9540
  fontFamily: o.core.font.fontFamily.regular,
@@ -9277,7 +9601,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9277
9601
  semiBold: o.core.font.fontWeight.semiBold
9278
9602
  }
9279
9603
  }
9280
- }, Lc = {
9604
+ }, Oc = {
9281
9605
  gap: "1.6rem",
9282
9606
  header: {
9283
9607
  gap: "0.8rem"
@@ -9329,13 +9653,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9329
9653
  borderColor: o.semantic.color.border.neutral300
9330
9654
  }
9331
9655
  }
9332
- }, Tc = {
9656
+ }, _c = {
9333
9657
  bgColor: o.semantic.color.background.secondary0,
9334
9658
  textColor: o.semantic.color.background.secondary990,
9335
9659
  fontFamily: o.core.font.fontFamily.regular,
9336
9660
  fontSize: o.core.font.fontSize.s14,
9337
9661
  lineHeight: "1.4"
9338
- }, Hc = {
9662
+ }, Ac = {
9339
9663
  width: "0.5rem",
9340
9664
  height: "0.5rem",
9341
9665
  bgColor: o.semantic.color.background.secondary100,
@@ -9344,69 +9668,71 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9344
9668
  bgColor: o.semantic.color.background.secondary600,
9345
9669
  borderRadius: "99rem"
9346
9670
  }
9347
- }, Ic = {
9671
+ }, jc = {
9348
9672
  name: "light-2",
9349
9673
  mode: "light",
9350
9674
  ...o,
9351
9675
  components: {
9352
- actionIconButton: Ln,
9353
- appBar: Tn,
9354
- appSelectionMenu: Hn,
9355
- autoComplete: In,
9356
- badge: En,
9357
- banner: Xn,
9358
- boxSelectionGroup: On,
9359
- button: _n,
9360
- buttonGroup: An,
9361
- card: jn,
9362
- checkbox: Dn,
9363
- chip: Gn,
9364
- chipList: Nn,
9365
- countryFlag: qn,
9366
- datePicker: Yn,
9367
- drawer: Un,
9368
- filters: Zn,
9369
- formField: Vn,
9370
- iconButton: Jn,
9371
- input: Kn,
9372
- label: Qn,
9373
- layouts: oc,
9374
- link: rc,
9375
- loader: ec,
9376
- menu: tc,
9377
- midBar: ac,
9378
- modal: nc,
9379
- moreInfoIcon: cc,
9380
- popover: ic,
9381
- popupCard: lc,
9382
- profileIcon: sc,
9383
- progressBar: dc,
9384
- radio: mc,
9385
- searchBar: bc,
9386
- section: gc,
9387
- select: uc,
9388
- semanticButton: pc,
9389
- semanticContainer: Cc,
9390
- semanticIcon: xc,
9391
- sideBar: hc,
9392
- skeleton: fc,
9393
- stepper: yc,
9394
- switchButton: kc,
9395
- table: vc,
9396
- tableHeading: wc,
9397
- tabs: Sc,
9398
- textButton: $c,
9399
- themeModeSwitch: Rc,
9400
- toast: Wc,
9401
- toggleButton: Bc,
9402
- tooltip: Pc,
9403
- treeView: Fc,
9404
- typography: Mc,
9405
- windowBar: Lc
9676
+ actionIconButton: En,
9677
+ appBar: Xn,
9678
+ appSelectionMenu: On,
9679
+ autoComplete: _n,
9680
+ badge: An,
9681
+ banner: jn,
9682
+ boxSelectionGroup: Dn,
9683
+ button: Gn,
9684
+ buttonGroup: Nn,
9685
+ card: qn,
9686
+ checkbox: Yn,
9687
+ chip: Un,
9688
+ chipList: Zn,
9689
+ countryFlag: Vn,
9690
+ datePicker: Jn,
9691
+ drawer: Kn,
9692
+ filters: Qn,
9693
+ formField: oc,
9694
+ iconButton: rc,
9695
+ input: ec,
9696
+ keyValueList: tc,
9697
+ label: ac,
9698
+ layouts: nc,
9699
+ link: cc,
9700
+ loader: ic,
9701
+ menu: lc,
9702
+ midBar: sc,
9703
+ modal: dc,
9704
+ moreInfoIcon: mc,
9705
+ popover: bc,
9706
+ popupCard: gc,
9707
+ profileIcon: uc,
9708
+ progressBar: pc,
9709
+ radio: Cc,
9710
+ searchBar: xc,
9711
+ section: hc,
9712
+ select: fc,
9713
+ semanticButton: yc,
9714
+ semanticContainer: kc,
9715
+ semanticIcon: vc,
9716
+ sideBar: wc,
9717
+ skeleton: Sc,
9718
+ slider: $c,
9719
+ stepper: Rc,
9720
+ switchButton: zc,
9721
+ table: Wc,
9722
+ tableHeading: Bc,
9723
+ tabs: Pc,
9724
+ textButton: Fc,
9725
+ themeModeSwitch: Mc,
9726
+ toast: Hc,
9727
+ toggleButton: Tc,
9728
+ tooltip: Ic,
9729
+ treeView: Ec,
9730
+ typography: Xc,
9731
+ windowBar: Oc
9406
9732
  },
9407
9733
  globals: {
9408
- body: Tc,
9409
- scrollbar: Hc
9734
+ body: _c,
9735
+ scrollbar: Ac
9410
9736
  }
9411
9737
  }, bo = {
9412
9738
  transparent: "#00000000",
@@ -9613,7 +9939,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9613
9939
  color: bo.primary200
9614
9940
  }
9615
9941
  }
9616
- }, Ec = {
9942
+ }, Dc = {
9617
9943
  sizes: {
9618
9944
  L: {
9619
9945
  size: "3rem",
@@ -9666,7 +9992,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9666
9992
  }
9667
9993
  }
9668
9994
  }
9669
- }, Xc = {
9995
+ }, Gc = {
9670
9996
  height: "7rem",
9671
9997
  padding: "1.4rem 1.4rem 1.4rem 2.4rem",
9672
9998
  separator: `1px solid ${r.semantic.color.border.secondary800}`,
@@ -9688,7 +10014,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9688
10014
  accountNameColor: r.semantic.color.text.secondary950
9689
10015
  }
9690
10016
  }
9691
- }, Oc = {
10017
+ }, Nc = {
9692
10018
  trigger: {
9693
10019
  borderRadius: "0.4rem",
9694
10020
  height: "3.2rem",
@@ -9731,17 +10057,17 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9731
10057
  color: r.semantic.color.text.neutral800
9732
10058
  }
9733
10059
  }
9734
- }, _c = {
10060
+ }, qc = {
9735
10061
  dropdown: {
9736
10062
  screenMarginHeight: "6px",
9737
10063
  maxHeight: "50vh"
9738
10064
  }
9739
- }, Mr = "1px", Ac = {
10065
+ }, Lr = "1px", Yc = {
9740
10066
  padding: `${r.core.space.space025} ${r.core.space.space050}`,
9741
10067
  gap: r.core.space.space025,
9742
10068
  borderRadius: "2px",
9743
- height: `calc(${r.core.space.space200} + ${Mr} * 2)`,
9744
- borderWidth: Mr,
10069
+ height: `calc(${r.core.space.space200} + ${Lr} * 2)`,
10070
+ borderWidth: Lr,
9745
10071
  borderStyle: "solid",
9746
10072
  variants: {
9747
10073
  white: {
@@ -9799,7 +10125,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9799
10125
  iconColor: r.semantic.color.text.secondary700
9800
10126
  }
9801
10127
  }
9802
- }, jc = {
10128
+ }, Uc = {
9803
10129
  sizes: {
9804
10130
  S: {
9805
10131
  gap: "0.8rem",
@@ -9817,7 +10143,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9817
10143
  split: {
9818
10144
  minWidth: "0.8rem"
9819
10145
  }
9820
- }, Dc = {
10146
+ }, Zc = {
9821
10147
  gap: r.core.space.space300,
9822
10148
  item: {
9823
10149
  borderRadius: "4px",
@@ -9872,7 +10198,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
9872
10198
  defaultItem: {
9873
10199
  gap: "0.4rem"
9874
10200
  }
9875
- }, Gc = {
10201
+ }, Vc = {
9876
10202
  gap: "0.2rem",
9877
10203
  sizes: {
9878
10204
  small: {
@@ -10027,7 +10353,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10027
10353
  }
10028
10354
  }
10029
10355
  }
10030
- }, Nc = {
10356
+ }, Jc = {
10031
10357
  borderRadius: "0.4rem",
10032
10358
  border: `1px solid ${r.semantic.color.border.transparent}`,
10033
10359
  fontSize: "1.4rem",
@@ -10070,13 +10396,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10070
10396
  }
10071
10397
  }
10072
10398
  }
10073
- }, qc = {
10399
+ }, Kc = {
10074
10400
  width: "100%",
10075
10401
  height: "fit-content",
10076
10402
  bgColor: r.semantic.color.background.secondary900,
10077
10403
  shadow: r.core.shadow.shadow4,
10078
10404
  borderRadius: "0.8rem"
10079
- }, Yc = {
10405
+ }, Qc = {
10080
10406
  width: "1.8rem",
10081
10407
  height: "1.8rem",
10082
10408
  padding: "0",
@@ -10140,7 +10466,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10140
10466
  }
10141
10467
  }
10142
10468
  }
10143
- }, Uc = {
10469
+ }, o0 = {
10144
10470
  sizes: {
10145
10471
  M: {
10146
10472
  height: "2.8rem",
@@ -10197,7 +10523,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10197
10523
  }
10198
10524
  }
10199
10525
  }
10200
- }, Zc = {
10526
+ }, r0 = {
10201
10527
  sizes: {
10202
10528
  M: {
10203
10529
  gap: "0.8rem 5px"
@@ -10215,13 +10541,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10215
10541
  gap: "0.4rem",
10216
10542
  padding: "1.2rem 1.6rem"
10217
10543
  }
10218
- }, Vc = {
10544
+ }, e0 = {
10219
10545
  width: "2.7rem",
10220
10546
  height: "2rem",
10221
10547
  borderRadius: "5px",
10222
10548
  borderWidth: "0.1px",
10223
10549
  borderColor: r.semantic.color.border.secondary700
10224
- }, Jc = {
10550
+ }, t0 = {
10225
10551
  fontSize: r.core.font.fontSize.s14,
10226
10552
  fontWeight: r.core.font.fontWeight.normal,
10227
10553
  fontFamily: r.core.font.fontFamily.regular,
@@ -10285,7 +10611,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10285
10611
  weekNumCell: {
10286
10612
  fontSize: "1rem"
10287
10613
  }
10288
- }, Kc = {
10614
+ }, a0 = {
10289
10615
  shadow: r.core.shadow.shadow500,
10290
10616
  bgColor: r.semantic.color.background.secondary900,
10291
10617
  sidePadding: "3.2rem",
@@ -10311,7 +10637,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10311
10637
  overlay: {
10312
10638
  bgColor: V(r.semantic.color.background.secondary990, 0.8)
10313
10639
  }
10314
- }, Qc = {
10640
+ }, n0 = {
10315
10641
  chipList: {
10316
10642
  padding: "0.8rem 1.6rem",
10317
10643
  border: `1px solid ${r.semantic.color.border.secondary800}`
@@ -10344,7 +10670,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10344
10670
  padding: "0.8rem 1.6rem"
10345
10671
  }
10346
10672
  }
10347
- }, o0 = {
10673
+ }, c0 = {
10348
10674
  columnGap: "1.6rem",
10349
10675
  group: {
10350
10676
  rowGap: "1rem"
@@ -10358,7 +10684,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10358
10684
  textColor: r.semantic.color.text.danger400
10359
10685
  }
10360
10686
  }
10361
- }, r0 = {
10687
+ }, i0 = {
10362
10688
  sizes: {
10363
10689
  XXL: {
10364
10690
  width: "3.2rem",
@@ -10404,7 +10730,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10404
10730
  }
10405
10731
  },
10406
10732
  borderRadius: "0.4rem"
10407
- }, e0 = {
10733
+ }, l0 = {
10408
10734
  padding: "0 0.8rem 0 1rem",
10409
10735
  height: "3.6rem",
10410
10736
  gap: "0.5rem",
@@ -10498,7 +10824,34 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10498
10824
  textColor: r.semantic.color.text.secondary500
10499
10825
  }
10500
10826
  }
10501
- }, t0 = {
10827
+ }, s0 = {
10828
+ container: {
10829
+ borderRadius: "0.8rem",
10830
+ backgroundColor: r.semantic.color.background.secondary950,
10831
+ boxShadow: `0px 0px 0px 1px ${r.semantic.color.border.secondary800}`
10832
+ },
10833
+ headerRow: {
10834
+ minHeight: "5.6rem",
10835
+ bgColor: r.semantic.color.background.secondary950,
10836
+ separator: {
10837
+ color: r.semantic.color.border.secondary800,
10838
+ width: "1px"
10839
+ }
10840
+ },
10841
+ headerCell: {
10842
+ padding: "1rem 1.2rem",
10843
+ color: r.semantic.color.text.secondary200,
10844
+ separator: {
10845
+ color: r.semantic.color.border.secondary800,
10846
+ width: "1px",
10847
+ blockPadding: "1rem"
10848
+ }
10849
+ },
10850
+ bodyCell: {
10851
+ padding: "0.4rem 1.2rem",
10852
+ color: r.semantic.color.text.secondary300
10853
+ }
10854
+ }, d0 = {
10502
10855
  gap: "0.5rem",
10503
10856
  margin: "0 0 0.2rem 0",
10504
10857
  minHeight: "20px",
@@ -10519,7 +10872,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10519
10872
  required: {
10520
10873
  textColor: r.semantic.color.text.danger500
10521
10874
  }
10522
- }, a0 = {
10875
+ }, m0 = {
10523
10876
  flexGroup: {
10524
10877
  gap: {
10525
10878
  XXS: r.core.space.space025,
@@ -10555,7 +10908,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10555
10908
  XXL: r.core.space.space300
10556
10909
  }
10557
10910
  }
10558
- }, n0 = {
10911
+ }, b0 = {
10559
10912
  variants: {
10560
10913
  block: {
10561
10914
  sizes: {
@@ -10624,7 +10977,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10624
10977
  }
10625
10978
  }
10626
10979
  }
10627
- }, c0 = {
10980
+ }, g0 = {
10628
10981
  size: "5rem",
10629
10982
  gap: "0.5rem",
10630
10983
  variants: {
@@ -10644,7 +10997,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10644
10997
  textColor: r.semantic.color.icon.secondary950
10645
10998
  }
10646
10999
  }
10647
- }, i0 = {
11000
+ }, u0 = {
10648
11001
  dropDown: {
10649
11002
  minWidth: "16rem",
10650
11003
  maxWidth: "40rem",
@@ -10709,7 +11062,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10709
11062
  textColor: r.semantic.color.text.danger400
10710
11063
  },
10711
11064
  hover: {
10712
- bgColor: r.semantic.color.background.danger400
11065
+ bgColor: r.semantic.color.background.danger900
10713
11066
  },
10714
11067
  selected: {
10715
11068
  textColor: r.semantic.color.text.danger400
@@ -10720,7 +11073,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10720
11073
  }
10721
11074
  }
10722
11075
  }
10723
- }, l0 = {
11076
+ }, p0 = {
10724
11077
  header: {
10725
11078
  height: "6.2rem",
10726
11079
  paddingInline: "1.6rem",
@@ -10732,7 +11085,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10732
11085
  gap: "0.8rem"
10733
11086
  }
10734
11087
  }
10735
- }, s0 = {
11088
+ }, C0 = {
10736
11089
  blockScreenMargin: "20px",
10737
11090
  inlineScreenMargin: "20px",
10738
11091
  inlinePadding: "4rem",
@@ -10762,9 +11115,9 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10762
11115
  overlay: {
10763
11116
  bgColor: V(r.semantic.color.background.secondary990, 0.8)
10764
11117
  }
10765
- }, d0 = {
11118
+ }, x0 = {
10766
11119
  iconColor: r.semantic.color.icon.secondary500
10767
- }, m0 = {
11120
+ }, h0 = {
10768
11121
  bgColor: r.semantic.color.background.secondary900,
10769
11122
  shadow: r.core.shadow.shadow400,
10770
11123
  borderRadius: "0.8rem",
@@ -10777,7 +11130,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10777
11130
  height: "8px",
10778
11131
  shadow: r.core.shadow.shadow400
10779
11132
  }
10780
- }, b0 = {
11133
+ }, f0 = {
10781
11134
  closeButton: {
10782
11135
  iconColor: r.semantic.color.icon.neutral700
10783
11136
  },
@@ -10796,7 +11149,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10796
11149
  margin: "0 0 1.2rem 0",
10797
11150
  padding: "1.6rem"
10798
11151
  }
10799
- }, g0 = {
11152
+ }, y0 = {
10800
11153
  textColor: r.semantic.color.text.secondary950,
10801
11154
  border: "solid 1px transparent",
10802
11155
  colorGroups: [{
@@ -10826,7 +11179,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10826
11179
  L: "4.4rem"
10827
11180
  },
10828
11181
  fontWeight: r.core.font.fontWeight.bold
10829
- }, u0 = {
11182
+ }, k0 = {
10830
11183
  borderRadius: "1px",
10831
11184
  textPosition: {
10832
11185
  left: {
@@ -10880,7 +11233,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10880
11233
  text: {
10881
11234
  color: r.semantic.color.text.secondary200
10882
11235
  }
10883
- }, p0 = {
11236
+ }, v0 = {
10884
11237
  size: "1.8rem",
10885
11238
  iconSize: "0.6rem",
10886
11239
  padding: "0",
@@ -10928,7 +11281,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10928
11281
  }
10929
11282
  }
10930
11283
  }
10931
- }, C0 = {
11284
+ }, w0 = {
10932
11285
  bgColor: r.semantic.color.background.secondary950,
10933
11286
  shadow: `0px 0px 0px 1px ${r.semantic.color.border.secondary800}`,
10934
11287
  borderRadius: "0.8rem",
@@ -10950,7 +11303,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10950
11303
  gap: "0.8rem"
10951
11304
  }
10952
11305
  }
10953
- }, x0 = {
11306
+ }, S0 = {
10954
11307
  width: "100%",
10955
11308
  height: "fit-content",
10956
11309
  bgColor: r.semantic.color.background.secondary950,
@@ -10999,7 +11352,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
10999
11352
  width: "1px",
11000
11353
  color: r.semantic.color.border.secondary800
11001
11354
  }
11002
- }, h0 = {
11355
+ }, $0 = {
11003
11356
  padding: "0 1rem",
11004
11357
  height: "3.6rem",
11005
11358
  gap: "0.6rem",
@@ -11100,7 +11453,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11100
11453
  }
11101
11454
  }
11102
11455
  }
11103
- }, f0 = {
11456
+ }, R0 = {
11104
11457
  sizes: {
11105
11458
  S: {
11106
11459
  borderRadius: "99rem",
@@ -11347,7 +11700,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11347
11700
  }
11348
11701
  }
11349
11702
  }
11350
- }, y0 = {
11703
+ }, z0 = {
11351
11704
  sizes: {
11352
11705
  M: {
11353
11706
  borderRadius: r.core.space.space100,
@@ -11387,7 +11740,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11387
11740
  borderColor: r.semantic.color.border.attention600
11388
11741
  }
11389
11742
  }
11390
- }, k0 = {
11743
+ }, W0 = {
11391
11744
  variants: {
11392
11745
  informative: {
11393
11746
  iconColor: r.semantic.color.icon.informative600
@@ -11405,7 +11758,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11405
11758
  iconColor: r.semantic.color.icon.success600
11406
11759
  }
11407
11760
  }
11408
- }, v0 = {
11761
+ }, B0 = {
11409
11762
  collapsed: {
11410
11763
  bgColor: r.semantic.color.background.secondary950,
11411
11764
  shadow: "none",
@@ -11512,7 +11865,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11512
11865
  }
11513
11866
  }
11514
11867
  }
11515
- }, w0 = {
11868
+ }, P0 = {
11516
11869
  card: {
11517
11870
  gap: "2.4rem",
11518
11871
  bgColor: r.semantic.color.background.neutral100,
@@ -11539,7 +11892,72 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11539
11892
  grid: {
11540
11893
  gap: "1.6rem"
11541
11894
  }
11542
- }, S0 = {
11895
+ }, F0 = {
11896
+ gap: r.core.space.space150,
11897
+ controlsHeight: "2rem",
11898
+ track: {
11899
+ height: "0.4rem",
11900
+ states: {
11901
+ normal: {
11902
+ bgColor: r.semantic.color.background.secondary800
11903
+ },
11904
+ disabled: {
11905
+ bgColor: r.semantic.color.background.secondary800
11906
+ }
11907
+ }
11908
+ },
11909
+ range: {
11910
+ states: {
11911
+ normal: {
11912
+ bgColor: r.semantic.color.background.primary400
11913
+ },
11914
+ disabled: {
11915
+ bgColor: r.semantic.color.background.neutral900
11916
+ }
11917
+ }
11918
+ },
11919
+ thumb: {
11920
+ width: "2.4rem",
11921
+ height: "2.4rem",
11922
+ borderWidth: "0.8rem",
11923
+ borderRadius: "50%",
11924
+ states: {
11925
+ normal: {
11926
+ bgColor: r.semantic.color.background.secondary0,
11927
+ borderColor: r.semantic.color.border.primary400
11928
+ },
11929
+ disabled: {
11930
+ bgColor: r.semantic.color.background.neutral600,
11931
+ borderColor: r.semantic.color.border.neutral900
11932
+ }
11933
+ }
11934
+ },
11935
+ mark: {
11936
+ width: "0.4rem",
11937
+ height: "0.4rem",
11938
+ rangeStates: {
11939
+ inRange: {
11940
+ normal: {
11941
+ bgColor: r.semantic.color.background.primary100
11942
+ },
11943
+ disabled: {
11944
+ bgColor: r.semantic.color.background.secondary600
11945
+ }
11946
+ },
11947
+ outOfRange: {
11948
+ normal: {
11949
+ bgColor: r.semantic.color.background.secondary600
11950
+ },
11951
+ disabled: {
11952
+ bgColor: r.semantic.color.background.secondary700
11953
+ }
11954
+ }
11955
+ }
11956
+ },
11957
+ label: {
11958
+ offset: r.core.space.space200
11959
+ }
11960
+ }, L0 = {
11543
11961
  gap: "2.4rem",
11544
11962
  step: {
11545
11963
  gap: "0.8rem",
@@ -11586,7 +12004,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11586
12004
  }
11587
12005
  }
11588
12006
  }
11589
- }, $0 = {
12007
+ }, M0 = {
11590
12008
  width: "3.2rem",
11591
12009
  height: "1.8rem",
11592
12010
  padding: "0.2rem",
@@ -11638,7 +12056,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11638
12056
  }
11639
12057
  }
11640
12058
  }
11641
- }, z0 = {
12059
+ }, H0 = {
11642
12060
  table: {
11643
12061
  tableContainer: {
11644
12062
  borderRadius: "0.8rem",
@@ -11726,7 +12144,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11726
12144
  textColor: r.semantic.color.text.secondary200
11727
12145
  }
11728
12146
  }
11729
- }, R0 = {
12147
+ }, T0 = {
11730
12148
  bgColor: "transparent",
11731
12149
  padding: "1rem 1.6rem",
11732
12150
  gap: "3.2rem",
@@ -11749,7 +12167,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11749
12167
  actionsBar: {
11750
12168
  gap: "1.6rem"
11751
12169
  }
11752
- }, W0 = {
12170
+ }, I0 = {
11753
12171
  variants: {
11754
12172
  default: {
11755
12173
  gap: "4rem",
@@ -11835,22 +12253,36 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11835
12253
  }
11836
12254
  }
11837
12255
  }
11838
- }, T = "transparent", B0 = {
12256
+ }, H = "transparent", E0 = {
11839
12257
  layouts: {
11840
12258
  block: {
11841
12259
  sizes: {
11842
- M: {
12260
+ medium: {
11843
12261
  height: "2.6rem",
11844
12262
  lineHeight: "1.9rem",
11845
12263
  gap: "0.2rem",
11846
12264
  padding: "0.4rem 0.6rem",
11847
12265
  borderRadius: "0.4rem"
12266
+ },
12267
+ small: {
12268
+ height: "2.4rem",
12269
+ lineHeight: "1.9rem",
12270
+ gap: "0.2rem",
12271
+ padding: "0.4rem 0.6rem",
12272
+ borderRadius: "0.4rem"
11848
12273
  }
11849
12274
  }
11850
12275
  },
11851
12276
  inline: {
11852
12277
  sizes: {
11853
- M: {
12278
+ medium: {
12279
+ height: "unset",
12280
+ lineHeight: "inherit",
12281
+ gap: "0.2rem",
12282
+ padding: "0",
12283
+ borderRadius: "0"
12284
+ },
12285
+ small: {
11854
12286
  height: "unset",
11855
12287
  lineHeight: "inherit",
11856
12288
  gap: "0.2rem",
@@ -11864,7 +12296,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11864
12296
  primary: {
11865
12297
  states: {
11866
12298
  normal: {
11867
- bgColor: T,
12299
+ bgColor: H,
11868
12300
  textColor: r.semantic.color.text.primary300
11869
12301
  },
11870
12302
  hover: {
@@ -11872,11 +12304,11 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11872
12304
  textColor: r.semantic.color.background.primary200
11873
12305
  },
11874
12306
  active: {
11875
- bgColor: T,
12307
+ bgColor: H,
11876
12308
  textColor: r.semantic.color.text.primary300
11877
12309
  },
11878
12310
  disabled: {
11879
- bgColor: T,
12311
+ bgColor: H,
11880
12312
  textColor: r.semantic.color.text.secondary600
11881
12313
  }
11882
12314
  }
@@ -11884,7 +12316,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11884
12316
  destructive: {
11885
12317
  states: {
11886
12318
  normal: {
11887
- bgColor: T,
12319
+ bgColor: H,
11888
12320
  textColor: r.semantic.color.text.danger400
11889
12321
  },
11890
12322
  hover: {
@@ -11892,11 +12324,11 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11892
12324
  textColor: r.semantic.color.text.danger300
11893
12325
  },
11894
12326
  active: {
11895
- bgColor: T,
12327
+ bgColor: H,
11896
12328
  textColor: r.semantic.color.text.danger400
11897
12329
  },
11898
12330
  disabled: {
11899
- bgColor: T,
12331
+ bgColor: H,
11900
12332
  textColor: r.semantic.color.text.secondary600
11901
12333
  }
11902
12334
  }
@@ -11904,19 +12336,19 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11904
12336
  "primary-inline": {
11905
12337
  states: {
11906
12338
  normal: {
11907
- bgColor: T,
12339
+ bgColor: H,
11908
12340
  textColor: r.semantic.color.text.primary300
11909
12341
  },
11910
12342
  hover: {
11911
- bgColor: T,
12343
+ bgColor: H,
11912
12344
  textColor: r.semantic.color.text.primary200
11913
12345
  },
11914
12346
  active: {
11915
- bgColor: T,
12347
+ bgColor: H,
11916
12348
  textColor: r.semantic.color.text.primary300
11917
12349
  },
11918
12350
  disabled: {
11919
- bgColor: T,
12351
+ bgColor: H,
11920
12352
  textColor: r.semantic.color.text.secondary600
11921
12353
  }
11922
12354
  }
@@ -11924,25 +12356,25 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11924
12356
  "destructive-inline": {
11925
12357
  states: {
11926
12358
  normal: {
11927
- bgColor: T,
12359
+ bgColor: H,
11928
12360
  textColor: r.semantic.color.text.danger400
11929
12361
  },
11930
12362
  hover: {
11931
- bgColor: T,
12363
+ bgColor: H,
11932
12364
  textColor: r.semantic.color.text.danger300
11933
12365
  },
11934
12366
  active: {
11935
- bgColor: T,
12367
+ bgColor: H,
11936
12368
  textColor: r.semantic.color.text.danger400
11937
12369
  },
11938
12370
  disabled: {
11939
- bgColor: T,
12371
+ bgColor: H,
11940
12372
  textColor: r.semantic.color.text.secondary600
11941
12373
  }
11942
12374
  }
11943
12375
  }
11944
12376
  }
11945
- }, P0 = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_20208_5211)'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='%23091A23'%20/%3e%3cpath%20d='M8.44141%207.17676C8.44141%206.18781%208.77004%205.276%209.32227%204.54297C6.60456%204.87704%204.50004%207.19197%204.5%2010C4.5%2013.0376%206.96241%2015.5%2010%2015.5C12.8087%2015.5%2015.1238%2013.3945%2015.457%2010.6758C14.7923%2011.1774%2013.9809%2011.4954%2013.0967%2011.5498L12.8242%2011.5586C10.4797%2011.5586%208.56481%209.71782%208.44727%207.40234L8.44141%207.17676ZM9.44629%207.35059C9.53691%209.1376%2011.0144%2010.5586%2012.8242%2010.5586L13.0342%2010.5518C14.0764%2010.4877%2014.9905%209.951%2015.5674%209.15137L15.6172%209.09277C15.7426%208.96585%2015.9285%208.91385%2016.1045%208.96191C16.3056%209.01686%2016.4516%209.19088%2016.4707%209.39844C16.4886%209.59298%2016.5%209.79401%2016.5%2010C16.5%2013.5899%2013.5899%2016.5%2010%2016.5C6.41013%2016.5%203.5%2013.5899%203.5%2010C3.50005%206.41017%206.41015%203.50001%2010%203.5C10.2042%203.5%2010.4047%203.51036%2010.6006%203.52832L10.6768%203.54102C10.8498%203.58449%2010.989%203.7186%2011.0371%203.89453C11.092%204.09552%2011.0165%204.30959%2010.8477%204.43164C9.99518%205.0468%209.44141%206.04731%209.44141%207.17676L9.44629%207.35059Z'%20fill='%23E8EBEC'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_20208_5211'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", F0 = {
12377
+ }, X0 = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_20208_5211)'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='%23091A23'%20/%3e%3cpath%20d='M8.44141%207.17676C8.44141%206.18781%208.77004%205.276%209.32227%204.54297C6.60456%204.87704%204.50004%207.19197%204.5%2010C4.5%2013.0376%206.96241%2015.5%2010%2015.5C12.8087%2015.5%2015.1238%2013.3945%2015.457%2010.6758C14.7923%2011.1774%2013.9809%2011.4954%2013.0967%2011.5498L12.8242%2011.5586C10.4797%2011.5586%208.56481%209.71782%208.44727%207.40234L8.44141%207.17676ZM9.44629%207.35059C9.53691%209.1376%2011.0144%2010.5586%2012.8242%2010.5586L13.0342%2010.5518C14.0764%2010.4877%2014.9905%209.951%2015.5674%209.15137L15.6172%209.09277C15.7426%208.96585%2015.9285%208.91385%2016.1045%208.96191C16.3056%209.01686%2016.4516%209.19088%2016.4707%209.39844C16.4886%209.59298%2016.5%209.79401%2016.5%2010C16.5%2013.5899%2013.5899%2016.5%2010%2016.5C6.41013%2016.5%203.5%2013.5899%203.5%2010C3.50005%206.41017%206.41015%203.50001%2010%203.5C10.2042%203.5%2010.4047%203.51036%2010.6006%203.52832L10.6768%203.54102C10.8498%203.58449%2010.989%203.7186%2011.0371%203.89453C11.092%204.09552%2011.0165%204.30959%2010.8477%204.43164C9.99518%205.0468%209.44141%206.04731%209.44141%207.17676L9.44629%207.35059Z'%20fill='%23E8EBEC'%20/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_20208_5211'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", O0 = {
11946
12378
  width: "3.6rem",
11947
12379
  height: "2.2rem",
11948
12380
  padding: "0.1rem",
@@ -11951,12 +12383,12 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11951
12383
  borderColor: r.semantic.color.border.transparent,
11952
12384
  bgColor: r.semantic.color.background.secondary700,
11953
12385
  thumb: {
11954
- icon: `url("${P0}")`,
12386
+ icon: `url("${X0}")`,
11955
12387
  iconAspectRatio: "1/1",
11956
12388
  borderRadius: "0",
11957
12389
  bgColor: "transparent"
11958
12390
  }
11959
- }, M0 = {
12391
+ }, _0 = {
11960
12392
  width: "clamp(400px, 33vw, 640px)",
11961
12393
  padding: "12px max(12px, calc(20 * (100vw / 1920)))",
11962
12394
  shadow: "0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05)",
@@ -11968,7 +12400,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11968
12400
  toaster: {
11969
12401
  gap: "2rem"
11970
12402
  }
11971
- }, zo = "transparent", L0 = {
12403
+ }, Ro = "transparent", A0 = {
11972
12404
  gap: "0.4rem",
11973
12405
  height: "3rem",
11974
12406
  lineHeight: "1.9rem",
@@ -11985,17 +12417,17 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
11985
12417
  textColor: r.semantic.color.text.secondary100
11986
12418
  },
11987
12419
  active: {
11988
- bgColor: zo,
12420
+ bgColor: Ro,
11989
12421
  textColor: r.semantic.color.text.secondary200
11990
12422
  },
11991
12423
  disabled: {
11992
- bgColor: zo,
12424
+ bgColor: Ro,
11993
12425
  textColor: r.semantic.color.text.secondary600
11994
12426
  }
11995
12427
  },
11996
12428
  off: {
11997
12429
  normal: {
11998
- bgColor: zo,
12430
+ bgColor: Ro,
11999
12431
  textColor: r.semantic.color.text.secondary200
12000
12432
  },
12001
12433
  hover: {
@@ -12007,7 +12439,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
12007
12439
  textColor: r.semantic.color.text.secondary100
12008
12440
  },
12009
12441
  disabled: {
12010
- bgColor: zo,
12442
+ bgColor: Ro,
12011
12443
  textColor: r.semantic.color.text.secondary600
12012
12444
  }
12013
12445
  }
@@ -12021,7 +12453,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
12021
12453
  minWidth: "2rem",
12022
12454
  borderRadius: "99rem"
12023
12455
  }
12024
- }, T0 = {
12456
+ }, j0 = {
12025
12457
  textColor: r.semantic.color.text.secondary200,
12026
12458
  bgColor: r.semantic.color.background.secondary900,
12027
12459
  shadow: `0 0 0.5px 1px ${r.semantic.color.border.neutral400}`,
@@ -12035,7 +12467,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
12035
12467
  height: "8px",
12036
12468
  shadow: `${r.semantic.color.border.neutral400} 0px 1.5px`
12037
12469
  }
12038
- }, H0 = {
12470
+ }, D0 = {
12039
12471
  levelOffset: "1.8rem",
12040
12472
  item: {
12041
12473
  inlinePadding: "0.8rem 1.6rem",
@@ -12048,10 +12480,10 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
12048
12480
  iconColor: r.semantic.color.icon.neutral800,
12049
12481
  gap: "0.4rem"
12050
12482
  }
12051
- }, I0 = {
12483
+ }, G0 = {
12052
12484
  colors: {
12053
- primary: r.semantic.color.text.secondary50,
12054
- secondary: r.semantic.color.text.secondary200
12485
+ primary: r.semantic.color.text.secondary200,
12486
+ secondary: r.semantic.color.text.secondary400
12055
12487
  },
12056
12488
  heading: {
12057
12489
  fontFamily: r.core.font.fontFamily.regular,
@@ -12118,7 +12550,7 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
12118
12550
  semiBold: r.core.font.fontWeight.semiBold
12119
12551
  }
12120
12552
  }
12121
- }, E0 = {
12553
+ }, N0 = {
12122
12554
  gap: "1.6rem",
12123
12555
  header: {
12124
12556
  gap: "0.8rem"
@@ -12170,13 +12602,13 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
12170
12602
  borderColor: r.semantic.color.border.neutral300
12171
12603
  }
12172
12604
  }
12173
- }, X0 = {
12605
+ }, q0 = {
12174
12606
  bgColor: r.semantic.color.background.secondary990,
12175
12607
  textColor: r.semantic.color.background.secondary50,
12176
12608
  fontFamily: r.core.font.fontFamily.regular,
12177
12609
  fontSize: r.core.font.fontSize.s14,
12178
12610
  lineHeight: "1.4"
12179
- }, O0 = {
12611
+ }, Y0 = {
12180
12612
  width: "0.5rem",
12181
12613
  height: "0.5rem",
12182
12614
  bgColor: r.semantic.color.background.neutral100,
@@ -12185,88 +12617,90 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
12185
12617
  bgColor: r.semantic.color.background.neutral400,
12186
12618
  borderRadius: "99rem"
12187
12619
  }
12188
- }, _0 = {
12620
+ }, U0 = {
12189
12621
  name: "dark-2",
12190
12622
  mode: "dark",
12191
12623
  ...r,
12192
12624
  components: {
12193
- actionIconButton: Ec,
12194
- appBar: Xc,
12195
- appSelectionMenu: Oc,
12196
- autoComplete: _c,
12197
- badge: Ac,
12198
- banner: jc,
12199
- boxSelectionGroup: Dc,
12200
- button: Gc,
12201
- buttonGroup: Nc,
12202
- card: qc,
12203
- checkbox: Yc,
12204
- chip: Uc,
12205
- chipList: Zc,
12206
- countryFlag: Vc,
12207
- datePicker: Jc,
12208
- drawer: Kc,
12209
- filters: Qc,
12210
- formField: o0,
12211
- iconButton: r0,
12212
- input: e0,
12213
- label: t0,
12214
- layouts: a0,
12215
- link: n0,
12216
- loader: c0,
12217
- menu: i0,
12218
- midBar: l0,
12219
- modal: s0,
12220
- moreInfoIcon: d0,
12221
- popover: m0,
12222
- popupCard: b0,
12223
- profileIcon: g0,
12224
- progressBar: u0,
12225
- radio: p0,
12226
- searchBar: C0,
12227
- section: x0,
12228
- select: h0,
12229
- semanticButton: f0,
12230
- semanticContainer: y0,
12231
- semanticIcon: k0,
12232
- sideBar: v0,
12233
- skeleton: w0,
12234
- stepper: S0,
12235
- switchButton: $0,
12236
- table: z0,
12237
- tableHeading: R0,
12238
- tabs: W0,
12239
- textButton: B0,
12240
- themeModeSwitch: F0,
12241
- toast: M0,
12242
- toggleButton: L0,
12243
- tooltip: T0,
12244
- treeView: H0,
12245
- typography: I0,
12246
- windowBar: E0
12625
+ actionIconButton: Dc,
12626
+ appBar: Gc,
12627
+ appSelectionMenu: Nc,
12628
+ autoComplete: qc,
12629
+ badge: Yc,
12630
+ banner: Uc,
12631
+ boxSelectionGroup: Zc,
12632
+ button: Vc,
12633
+ buttonGroup: Jc,
12634
+ card: Kc,
12635
+ checkbox: Qc,
12636
+ chip: o0,
12637
+ chipList: r0,
12638
+ countryFlag: e0,
12639
+ datePicker: t0,
12640
+ drawer: a0,
12641
+ filters: n0,
12642
+ formField: c0,
12643
+ iconButton: i0,
12644
+ input: l0,
12645
+ keyValueList: s0,
12646
+ label: d0,
12647
+ layouts: m0,
12648
+ link: b0,
12649
+ loader: g0,
12650
+ menu: u0,
12651
+ midBar: p0,
12652
+ modal: C0,
12653
+ moreInfoIcon: x0,
12654
+ popover: h0,
12655
+ popupCard: f0,
12656
+ profileIcon: y0,
12657
+ progressBar: k0,
12658
+ radio: v0,
12659
+ searchBar: w0,
12660
+ section: S0,
12661
+ select: $0,
12662
+ semanticButton: R0,
12663
+ semanticContainer: z0,
12664
+ semanticIcon: W0,
12665
+ sideBar: B0,
12666
+ skeleton: P0,
12667
+ slider: F0,
12668
+ stepper: L0,
12669
+ switchButton: M0,
12670
+ table: H0,
12671
+ tableHeading: T0,
12672
+ tabs: I0,
12673
+ textButton: E0,
12674
+ themeModeSwitch: O0,
12675
+ toast: _0,
12676
+ toggleButton: A0,
12677
+ tooltip: j0,
12678
+ treeView: D0,
12679
+ typography: G0,
12680
+ windowBar: N0
12247
12681
  },
12248
12682
  globals: {
12249
- body: X0,
12250
- scrollbar: O0
12683
+ body: q0,
12684
+ scrollbar: Y0
12251
12685
  }
12252
- }, A0 = Ar, ti = {
12686
+ }, Z0 = Ar, mi = {
12253
12687
  light: Ar,
12254
- dark: Mn
12255
- }, ai = {
12256
- light: Ic,
12257
- dark: _0
12258
- }, to = () => ze() || A0, j0 = ({
12688
+ dark: In
12689
+ }, bi = {
12690
+ light: jc,
12691
+ dark: U0
12692
+ }, to = () => Re() || Z0, V0 = ({
12259
12693
  value: a,
12260
12694
  storageKey: n,
12261
12695
  onChange: i
12262
12696
  }) => {
12263
- const s = Ro(() => {
12697
+ const s = zo(() => {
12264
12698
  try {
12265
12699
  return localStorage.getItem(n) ?? void 0;
12266
12700
  } catch {
12267
12701
  return;
12268
12702
  }
12269
- }, [n]), l = Ro((C) => {
12703
+ }, [n]), l = zo((C) => {
12270
12704
  try {
12271
12705
  C == null ? localStorage.removeItem(n) : localStorage.setItem(n, C);
12272
12706
  } catch {
@@ -12297,55 +12731,56 @@ const Q0 = (a) => a.reduce((n, i) => (n.light.push(i.light), n.dark.push(i.dark)
12297
12731
  readFromStorage: s,
12298
12732
  saveToStorage: l
12299
12733
  };
12300
- }, ni = (a) => Po`
12734
+ }, gi = (a) => Po`
12301
12735
  &:focus-visible {
12302
12736
  outline: ${() => to().core.focus.size} solid ${() => to().core.focus.color};
12303
12737
  outline-offset: ${() => a || to().core.focus.margin};
12304
12738
  }
12305
- `, ci = (a) => Po`
12739
+ `, ui = (a) => Po`
12306
12740
  outline: ${() => to().core.focus.size} solid ${() => to().core.focus.color};
12307
12741
  outline-offset: ${() => a || to().core.focus.margin};
12308
- `, M = {
12742
+ `, L = {
12309
12743
  System: "system",
12310
12744
  Light: "light",
12311
12745
  Dark: "dark"
12312
- }, jr = [M.Light, M.Dark], D0 = [...jr, M.System], Vo = (a, n) => !!a && (n ? D0 : jr).includes(a), Dr = () => typeof window > "u" ? {
12746
+ }, jr = [L.Light, L.Dark], J0 = [...jr, L.System], Vo = (a, n) => !!a && (n ? J0 : jr).includes(a), Dr = () => typeof window > "u" ? {
12313
12747
  matches: !1
12314
- } : window.matchMedia("(prefers-color-scheme: dark)"), Bo = (a) => M.System === a ? Dr().matches ? M.Dark : M.Light : a, Lr = (a, n) => Vo(a, n) ? a : Bo(M.System), Tr = (a) => Bo(a ?? M.System) === M.Dark ? M.Light : M.Dark, G0 = ({
12748
+ } : window.matchMedia("(prefers-color-scheme: dark)"), Bo = (a) => L.System === a ? Dr().matches ? L.Dark : L.Light : a, Mr = (a, n) => Vo(a, n) ? a : Bo(L.System), Hr = (a) => Bo(a ?? L.System) === L.Dark ? L.Light : L.Dark, K0 = ({
12315
12749
  allowSystemThemeMode: a,
12316
12750
  defaultThemeMode: n
12317
12751
  }) => {
12318
- const [i, s] = $r(() => Lr(n, a)), [l, m] = $r(() => i && Bo(i)), g = Vo(i, a);
12752
+ const [i, s] = $r(() => Mr(n, a)), [l, m] = $r(() => i && Bo(i)), g = Vo(i, a);
12319
12753
  No(() => {
12320
12754
  !g && l && s(l);
12321
12755
  }, [l, g]);
12322
- const C = Ro((k) => {
12756
+ const C = zo((k) => {
12323
12757
  let h;
12324
12758
  if (Vo(k, a))
12325
12759
  h = k;
12326
12760
  else {
12327
12761
  if (g)
12328
12762
  return !1;
12329
- h = Lr(n, a);
12763
+ h = Mr(n, a);
12330
12764
  }
12331
12765
  return s(h), m(Bo(h)), !0;
12332
- }, [g, a, n]), x = Ro(() => {
12766
+ }, [g, a, n]), x = zo(() => {
12333
12767
  m((k) => {
12334
12768
  if (!k) return k;
12335
- const h = Tr(k);
12769
+ const h = Hr(k);
12336
12770
  return s(h), h;
12337
12771
  });
12338
12772
  }, []);
12339
12773
  return No(() => {
12340
- if (!a || M.System !== i)
12774
+ if (!a || L.System !== i)
12341
12775
  return;
12342
- const k = Dr(), h = (S) => m(S.matches ? M.Dark : M.Light);
12776
+ const k = Dr(), h = (S) => m(S.matches ? L.Dark : L.Light);
12343
12777
  return k.addEventListener("change", h), () => k == null ? void 0 : k.removeEventListener("change", h);
12344
12778
  }, [i, a]), {
12345
12779
  setUserThemeMode: C,
12346
12780
  toggleAppThemeMode: x,
12347
- getNextThemeModeToToggle: Tr,
12781
+ getNextThemeModeToToggle: Hr,
12348
12782
  userThemeMode: i,
12783
+ // theme selected by user or got from storage (dark/light/system)
12349
12784
  appThemeMode: l
12350
12785
  // resolved theme (dark/light - selected or current system)
12351
12786
  };
@@ -12360,17 +12795,17 @@ var Jo = { exports: {} }, go = {};
12360
12795
  * This source code is licensed under the MIT license found in the
12361
12796
  * LICENSE file in the root directory of this source tree.
12362
12797
  */
12363
- var Hr;
12364
- function N0() {
12365
- if (Hr) return go;
12366
- Hr = 1;
12798
+ var Tr;
12799
+ function Q0() {
12800
+ if (Tr) return go;
12801
+ Tr = 1;
12367
12802
  var a = Er, n = Symbol.for("react.element"), i = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, l = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, m = { key: !0, ref: !0, __self: !0, __source: !0 };
12368
12803
  function g(C, x, k) {
12369
- var h, S = {}, u = null, R = null;
12370
- k !== void 0 && (u = "" + k), x.key !== void 0 && (u = "" + x.key), x.ref !== void 0 && (R = x.ref);
12804
+ var h, S = {}, u = null, z = null;
12805
+ k !== void 0 && (u = "" + k), x.key !== void 0 && (u = "" + x.key), x.ref !== void 0 && (z = x.ref);
12371
12806
  for (h in x) s.call(x, h) && !m.hasOwnProperty(h) && (S[h] = x[h]);
12372
12807
  if (C && C.defaultProps) for (h in x = C.defaultProps, x) S[h] === void 0 && (S[h] = x[h]);
12373
- return { $$typeof: n, type: C, key: u, ref: R, props: S, _owner: l.current };
12808
+ return { $$typeof: n, type: C, key: u, ref: z, props: S, _owner: l.current };
12374
12809
  }
12375
12810
  return go.Fragment = i, go.jsx = g, go.jsxs = g, go;
12376
12811
  }
@@ -12385,13 +12820,13 @@ var uo = {};
12385
12820
  * LICENSE file in the root directory of this source tree.
12386
12821
  */
12387
12822
  var Ir;
12388
- function q0() {
12823
+ function oi() {
12389
12824
  return Ir || (Ir = 1, process.env.NODE_ENV !== "production" && function() {
12390
- var a = Er, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), g = Symbol.for("react.provider"), C = Symbol.for("react.context"), x = Symbol.for("react.forward_ref"), k = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), u = Symbol.for("react.lazy"), R = Symbol.for("react.offscreen"), xo = Symbol.iterator, Mo = "@@iterator";
12825
+ var a = Er, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), m = Symbol.for("react.profiler"), g = Symbol.for("react.provider"), C = Symbol.for("react.context"), x = Symbol.for("react.forward_ref"), k = Symbol.for("react.suspense"), h = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), u = Symbol.for("react.lazy"), z = Symbol.for("react.offscreen"), xo = Symbol.iterator, Lo = "@@iterator";
12391
12826
  function ho(c) {
12392
12827
  if (c === null || typeof c != "object")
12393
12828
  return null;
12394
- var d = xo && c[xo] || c[Mo];
12829
+ var d = xo && c[xo] || c[Lo];
12395
12830
  return typeof d == "function" ? d : null;
12396
12831
  }
12397
12832
  var O = a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
@@ -12415,7 +12850,7 @@ function q0() {
12415
12850
  var qr = !1, Yr = !1, Ur = !1, Zr = !1, Vr = !1, Qo;
12416
12851
  Qo = Symbol.for("react.module.reference");
12417
12852
  function Jr(c) {
12418
- return !!(typeof c == "string" || typeof c == "function" || c === s || c === m || Vr || c === l || c === k || c === h || Zr || c === R || qr || Yr || Ur || typeof c == "object" && c !== null && (c.$$typeof === u || c.$$typeof === S || c.$$typeof === g || c.$$typeof === C || c.$$typeof === x || // This needs to include all possible module reference object
12853
+ return !!(typeof c == "string" || typeof c == "function" || c === s || c === m || Vr || c === l || c === k || c === h || Zr || c === z || qr || Yr || Ur || typeof c == "object" && c !== null && (c.$$typeof === u || c.$$typeof === S || c.$$typeof === g || c.$$typeof === C || c.$$typeof === x || // This needs to include all possible module reference object
12419
12854
  // types supported by any Flight configuration anywhere since
12420
12855
  // we don't know which Flight build this will end up being used
12421
12856
  // with.
@@ -12538,27 +12973,27 @@ function q0() {
12538
12973
  no < 0 && W("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
12539
12974
  }
12540
12975
  }
12541
- var Lo = O.ReactCurrentDispatcher, To;
12976
+ var Mo = O.ReactCurrentDispatcher, Ho;
12542
12977
  function fo(c, d, b) {
12543
12978
  {
12544
- if (To === void 0)
12979
+ if (Ho === void 0)
12545
12980
  try {
12546
12981
  throw Error();
12547
12982
  } catch (v) {
12548
12983
  var p = v.stack.trim().match(/\n( *(at )?)/);
12549
- To = p && p[1] || "";
12984
+ Ho = p && p[1] || "";
12550
12985
  }
12551
12986
  return `
12552
- ` + To + c;
12987
+ ` + Ho + c;
12553
12988
  }
12554
12989
  }
12555
- var Ho = !1, yo;
12990
+ var To = !1, yo;
12556
12991
  {
12557
12992
  var re = typeof WeakMap == "function" ? WeakMap : Map;
12558
12993
  yo = new re();
12559
12994
  }
12560
12995
  function sr(c, d) {
12561
- if (!c || Ho)
12996
+ if (!c || To)
12562
12997
  return "";
12563
12998
  {
12564
12999
  var b = yo.get(c);
@@ -12566,11 +13001,11 @@ function q0() {
12566
13001
  return b;
12567
13002
  }
12568
13003
  var p;
12569
- Ho = !0;
13004
+ To = !0;
12570
13005
  var v = Error.prepareStackTrace;
12571
13006
  Error.prepareStackTrace = void 0;
12572
13007
  var w;
12573
- w = Lo.current, Lo.current = null, Qr();
13008
+ w = Mo.current, Mo.current = null, Qr();
12574
13009
  try {
12575
13010
  if (d) {
12576
13011
  var y = function() {
@@ -12583,47 +13018,47 @@ function q0() {
12583
13018
  }), typeof Reflect == "object" && Reflect.construct) {
12584
13019
  try {
12585
13020
  Reflect.construct(y, []);
12586
- } catch (L) {
12587
- p = L;
13021
+ } catch (M) {
13022
+ p = M;
12588
13023
  }
12589
13024
  Reflect.construct(c, [], y);
12590
13025
  } else {
12591
13026
  try {
12592
13027
  y.call();
12593
- } catch (L) {
12594
- p = L;
13028
+ } catch (M) {
13029
+ p = M;
12595
13030
  }
12596
13031
  c.call(y.prototype);
12597
13032
  }
12598
13033
  } else {
12599
13034
  try {
12600
13035
  throw Error();
12601
- } catch (L) {
12602
- p = L;
13036
+ } catch (M) {
13037
+ p = M;
12603
13038
  }
12604
13039
  c();
12605
13040
  }
12606
- } catch (L) {
12607
- if (L && p && typeof L.stack == "string") {
12608
- for (var f = L.stack.split(`
13041
+ } catch (M) {
13042
+ if (M && p && typeof M.stack == "string") {
13043
+ for (var f = M.stack.split(`
12609
13044
  `), B = p.stack.split(`
12610
- `), $ = f.length - 1, z = B.length - 1; $ >= 1 && z >= 0 && f[$] !== B[z]; )
12611
- z--;
12612
- for (; $ >= 1 && z >= 0; $--, z--)
12613
- if (f[$] !== B[z]) {
12614
- if ($ !== 1 || z !== 1)
13045
+ `), $ = f.length - 1, R = B.length - 1; $ >= 1 && R >= 0 && f[$] !== B[R]; )
13046
+ R--;
13047
+ for (; $ >= 1 && R >= 0; $--, R--)
13048
+ if (f[$] !== B[R]) {
13049
+ if ($ !== 1 || R !== 1)
12615
13050
  do
12616
- if ($--, z--, z < 0 || f[$] !== B[z]) {
13051
+ if ($--, R--, R < 0 || f[$] !== B[R]) {
12617
13052
  var E = `
12618
13053
  ` + f[$].replace(" at new ", " at ");
12619
13054
  return c.displayName && E.includes("<anonymous>") && (E = E.replace("<anonymous>", c.displayName)), typeof c == "function" && yo.set(c, E), E;
12620
13055
  }
12621
- while ($ >= 1 && z >= 0);
13056
+ while ($ >= 1 && R >= 0);
12622
13057
  break;
12623
13058
  }
12624
13059
  }
12625
13060
  } finally {
12626
- Ho = !1, Lo.current = w, oe(), Error.prepareStackTrace = v;
13061
+ To = !1, Mo.current = w, oe(), Error.prepareStackTrace = v;
12627
13062
  }
12628
13063
  var eo = c ? c.displayName || c.name : "", K = eo ? fo(eo) : "";
12629
13064
  return typeof c == "function" && yo.set(c, K), K;
@@ -12807,8 +13242,8 @@ function q0() {
12807
13242
  y[w] === void 0 && (y[w] = $[w]);
12808
13243
  }
12809
13244
  if (f || B) {
12810
- var z = typeof c == "function" ? c.displayName || c.name || "Unknown" : c;
12811
- f && be(y, z), B && ge(y, z);
13245
+ var R = typeof c == "function" ? c.displayName || c.name || "Unknown" : c;
13246
+ f && be(y, R), B && ge(y, R);
12812
13247
  }
12813
13248
  return ue(c, f, B, v, p, io.current, y);
12814
13249
  }
@@ -12935,9 +13370,9 @@ Check the top-level render call using <` + b + ">.");
12935
13370
  var $;
12936
13371
  c === null ? $ = "null" : Io(c) ? $ = "array" : c !== void 0 && c.$$typeof === n ? ($ = "<" + (_(c.type) || "Unknown") + " />", f = " Did you accidentally export a JSX literal instead of a component?") : $ = typeof c, W("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", $, f);
12937
13372
  }
12938
- var z = pe(c, d, b, v, w);
12939
- if (z == null)
12940
- return z;
13373
+ var R = pe(c, d, b, v, w);
13374
+ if (R == null)
13375
+ return R;
12941
13376
  if (y) {
12942
13377
  var E = d.children;
12943
13378
  if (E !== void 0)
@@ -12952,11 +13387,11 @@ Check the top-level render call using <` + b + ">.");
12952
13387
  yr(E, c);
12953
13388
  }
12954
13389
  if (co.call(d, "key")) {
12955
- var K = _(c), L = Object.keys(d).filter(function($e) {
13390
+ var K = _(c), M = Object.keys(d).filter(function($e) {
12956
13391
  return $e !== "key";
12957
- }), Ao = L.length > 0 ? "{key: someKey, " + L.join(": ..., ") + ": ...}" : "{key: someKey}";
13392
+ }), Ao = M.length > 0 ? "{key: someKey, " + M.join(": ..., ") + ": ...}" : "{key: someKey}";
12958
13393
  if (!kr[K + Ao]) {
12959
- var Se = L.length > 0 ? "{" + L.join(": ..., ") + ": ...}" : "{}";
13394
+ var Se = M.length > 0 ? "{" + M.join(": ..., ") + ": ...}" : "{}";
12960
13395
  W(`A props object containing a "key" prop is being spread into JSX:
12961
13396
  let props = %s;
12962
13397
  <%s {...props} />
@@ -12965,7 +13400,7 @@ React keys must be passed directly to JSX without using spread:
12965
13400
  <%s key={someKey} {...props} />`, Ao, K, Se, K), kr[K + Ao] = !0;
12966
13401
  }
12967
13402
  }
12968
- return c === s ? fe(z) : he(z), z;
13403
+ return c === s ? fe(R) : he(R), R;
12969
13404
  }
12970
13405
  }
12971
13406
  function ye(c, d, b) {
@@ -12978,9 +13413,9 @@ React keys must be passed directly to JSX without using spread:
12978
13413
  uo.Fragment = s, uo.jsx = ve, uo.jsxs = we;
12979
13414
  }()), uo;
12980
13415
  }
12981
- process.env.NODE_ENV === "production" ? Jo.exports = N0() : Jo.exports = q0();
13416
+ process.env.NODE_ENV === "production" ? Jo.exports = Q0() : Jo.exports = oi();
12982
13417
  var Ko = Jo.exports;
12983
- const Gr = Be(null), Y0 = ({
13418
+ const Gr = Be(null), ri = ({
12984
13419
  children: a,
12985
13420
  ...n
12986
13421
  }) => {
@@ -12989,12 +13424,12 @@ const Gr = Be(null), Y0 = ({
12989
13424
  value: i,
12990
13425
  children: a
12991
13426
  });
12992
- }, ii = () => {
13427
+ }, pi = () => {
12993
13428
  const a = Fe(Gr);
12994
13429
  if (!a)
12995
13430
  throw new Error("Missing ThemeSwitchContext");
12996
13431
  return a;
12997
- }, li = ({
13432
+ }, Ci = ({
12998
13433
  children: a,
12999
13434
  storageKey: n,
13000
13435
  lightTheme: i,
@@ -13005,23 +13440,23 @@ const Gr = Be(null), Y0 = ({
13005
13440
  const {
13006
13441
  appThemeMode: g,
13007
13442
  ...C
13008
- } = G0({
13443
+ } = K0({
13009
13444
  allowSystemThemeMode: l,
13010
13445
  defaultThemeMode: m
13011
13446
  });
13012
- return j0({
13447
+ return V0({
13013
13448
  storageKey: n,
13014
13449
  value: C.userThemeMode,
13015
13450
  onChange: C.setUserThemeMode
13016
- }), Ko.jsx(Re, {
13017
- theme: g === M.Dark ? s : i,
13018
- children: Ko.jsx(Y0, {
13451
+ }), Ko.jsx(ze, {
13452
+ theme: g === L.Dark ? s : i,
13453
+ children: Ko.jsx(ri, {
13019
13454
  ...C,
13020
13455
  allowSystemThemeMode: l,
13021
13456
  children: a
13022
13457
  })
13023
13458
  });
13024
- }, U0 = Po`
13459
+ }, ei = Po`
13025
13460
  body {
13026
13461
  background: ${({
13027
13462
  theme: a
@@ -13045,7 +13480,7 @@ const Gr = Be(null), Y0 = ({
13045
13480
  }) => a.mode};
13046
13481
  }
13047
13482
  }
13048
- `, Z0 = Po`
13483
+ `, ti = Po`
13049
13484
  @media (pointer: fine) {
13050
13485
  @-moz-document url-prefix() {
13051
13486
  * {
@@ -13098,30 +13533,30 @@ const Gr = Be(null), Y0 = ({
13098
13533
  background-color: transparent;
13099
13534
  }
13100
13535
  }
13101
- `, si = We`
13102
- ${U0};
13103
- ${Z0};
13536
+ `, xi = We`
13537
+ ${ei};
13538
+ ${ti};
13104
13539
  `;
13105
13540
  export {
13106
- si as CommonStyles,
13107
- li as SwitchableModeThemeProvider,
13108
- Y0 as ThemeModeSwitchingProvider,
13109
- M as ThemeModes,
13110
- ei as findThemeByNameAndMode,
13111
- ni as getFocusStyle,
13112
- ci as getFocusStyleProperties,
13113
- oi as getThemesFlatList,
13541
+ xi as CommonStyles,
13542
+ Ci as SwitchableModeThemeProvider,
13543
+ ri as ThemeModeSwitchingProvider,
13544
+ L as ThemeModes,
13545
+ di as findThemeByNameAndMode,
13546
+ gi as getFocusStyle,
13547
+ ui as getFocusStyleProperties,
13548
+ li as getThemesFlatList,
13114
13549
  Ot as groupFlatByMode,
13115
13550
  Xt as groupFlatByNameAndMode,
13116
- Q0 as groupThemesByMode,
13117
- ri as prepareThemesForSearch,
13118
- A0 as theme,
13119
- ti as themesDefault,
13120
- ai as themesRebrand,
13121
- j0 as useStorage,
13551
+ ii as groupThemesByMode,
13552
+ si as prepareThemesForSearch,
13553
+ Z0 as theme,
13554
+ mi as themesDefault,
13555
+ bi as themesRebrand,
13556
+ V0 as useStorage,
13122
13557
  to as useTheme,
13123
- ii as useThemeModeSwitchingContext,
13124
- G0 as useThemeModeSwitchingManager,
13125
- K0 as withContrast,
13558
+ pi as useThemeModeSwitchingContext,
13559
+ K0 as useThemeModeSwitchingManager,
13560
+ ci as withContrast,
13126
13561
  V as withOpacity
13127
13562
  };