rechtspilot-ui 0.0.44 → 0.0.45

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.
@@ -37,13 +37,13 @@ var X1;
37
37
  function A3() {
38
38
  return X1 || (X1 = 1, process.env.NODE_ENV !== "production" && function() {
39
39
  var r = r3, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), u = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), l = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), b = Symbol.for("react.suspense_list"), H = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), T = Symbol.for("react.offscreen"), A = Symbol.iterator, S = "@@iterator";
40
- function j(e) {
40
+ function L(e) {
41
41
  if (e === null || typeof e != "object")
42
42
  return null;
43
43
  var s = A && e[A] || e[S];
44
44
  return typeof s == "function" ? s : null;
45
45
  }
46
- var L = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
46
+ var j = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
47
  function w(e) {
48
48
  {
49
49
  for (var s = arguments.length, a = new Array(s > 1 ? s - 1 : 0), C = 1; C < s; C++)
@@ -53,7 +53,7 @@ function A3() {
53
53
  }
54
54
  function Y(e, s, a) {
55
55
  {
56
- var C = L.ReactDebugCurrentFrame, m = C.getStackAddendum();
56
+ var C = j.ReactDebugCurrentFrame, m = C.getStackAddendum();
57
57
  m !== "" && (s += "%s", a = a.concat([m]));
58
58
  var k = a.map(function(v) {
59
59
  return String(v);
@@ -187,7 +187,7 @@ function A3() {
187
187
  G < 0 && w("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
188
  }
189
189
  }
190
- var w1 = L.ReactCurrentDispatcher, x1;
190
+ var w1 = j.ReactCurrentDispatcher, x1;
191
191
  function g1(e, s, a) {
192
192
  {
193
193
  if (x1 === void 0)
@@ -313,7 +313,7 @@ function A3() {
313
313
  }
314
314
  return "";
315
315
  }
316
- var a1 = Object.prototype.hasOwnProperty, W1 = {}, B1 = L.ReactDebugCurrentFrame;
316
+ var a1 = Object.prototype.hasOwnProperty, W1 = {}, B1 = j.ReactDebugCurrentFrame;
317
317
  function b1(e) {
318
318
  if (e) {
319
319
  var s = e._owner, a = m1(e.type, e._source, s ? s.type : null);
@@ -364,7 +364,7 @@ function A3() {
364
364
  if (g3(e))
365
365
  return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", h3(e)), I1(e);
366
366
  }
367
- var l1 = L.ReactCurrentOwner, v3 = {
367
+ var l1 = j.ReactCurrentOwner, v3 = {
368
368
  key: !0,
369
369
  ref: !0,
370
370
  __self: !0,
@@ -462,7 +462,7 @@ function A3() {
462
462
  return k3(e, g, Z, m, C, l1.current, v);
463
463
  }
464
464
  }
465
- var V1 = L.ReactCurrentOwner, $1 = L.ReactDebugCurrentFrame;
465
+ var V1 = j.ReactCurrentOwner, $1 = j.ReactDebugCurrentFrame;
466
466
  function Q(e) {
467
467
  if (e) {
468
468
  var s = e._owner, a = m1(e.type, e._source, s ? s.type : null);
@@ -470,9 +470,9 @@ function A3() {
470
470
  } else
471
471
  $1.setExtraStackFrame(null);
472
472
  }
473
- var j1;
474
- j1 = !1;
475
- function L1(e) {
473
+ var L1;
474
+ L1 = !1;
475
+ function j1(e) {
476
476
  return typeof e == "object" && e !== null && e.$$typeof === t;
477
477
  }
478
478
  function N1() {
@@ -491,7 +491,7 @@ Check the render method of \`` + e + "`.";
491
491
  return "";
492
492
  }
493
493
  var U1 = {};
494
- function j3(e) {
494
+ function L3(e) {
495
495
  {
496
496
  var s = N1();
497
497
  if (!s) {
@@ -508,7 +508,7 @@ Check the top-level render call using <` + a + ">.");
508
508
  if (!e._store || e._store.validated || e.key != null)
509
509
  return;
510
510
  e._store.validated = !0;
511
- var a = j3(s);
511
+ var a = L3(s);
512
512
  if (U1[a])
513
513
  return;
514
514
  U1[a] = !0;
@@ -523,19 +523,19 @@ Check the top-level render call using <` + a + ">.");
523
523
  if (k1(e))
524
524
  for (var a = 0; a < e.length; a++) {
525
525
  var C = e[a];
526
- L1(C) && Y1(C, s);
526
+ j1(C) && Y1(C, s);
527
527
  }
528
- else if (L1(e))
528
+ else if (j1(e))
529
529
  e._store && (e._store.validated = !0);
530
530
  else if (e) {
531
- var m = j(e);
531
+ var m = L(e);
532
532
  if (typeof m == "function" && m !== e.entries)
533
533
  for (var k = m.call(e), v; !(v = k.next()).done; )
534
- L1(v.value) && Y1(v.value, s);
534
+ j1(v.value) && Y1(v.value, s);
535
535
  }
536
536
  }
537
537
  }
538
- function L3(e) {
538
+ function j3(e) {
539
539
  {
540
540
  var s = e.type;
541
541
  if (s == null || typeof s == "string")
@@ -552,8 +552,8 @@ Check the top-level render call using <` + a + ">.");
552
552
  if (a) {
553
553
  var C = O(s);
554
554
  f3(a, e.props, "prop", C, e);
555
- } else if (s.PropTypes !== void 0 && !j1) {
556
- j1 = !0;
555
+ } else if (s.PropTypes !== void 0 && !L1) {
556
+ L1 = !0;
557
557
  var m = O(s);
558
558
  w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", m || "Unknown");
559
559
  }
@@ -614,7 +614,7 @@ React keys must be passed directly to JSX without using spread:
614
614
  <%s key={someKey} {...props} />`, H1, q, Z3, q), q1[q + H1] = !0;
615
615
  }
616
616
  }
617
- return e === i ? H3(E) : L3(E), E;
617
+ return e === i ? H3(E) : j3(E), E;
618
618
  }
619
619
  }
620
620
  function R3(e, s, a) {
@@ -849,19 +849,19 @@ const T1 = "-", W3 = (r) => {
849
849
  } = r, i = t.length === 1, u = t[0], c = t.length, f = (l) => {
850
850
  const h = [];
851
851
  let V = 0, b = 0, H;
852
- for (let j = 0; j < l.length; j++) {
853
- let L = l[j];
852
+ for (let L = 0; L < l.length; L++) {
853
+ let j = l[L];
854
854
  if (V === 0) {
855
- if (L === u && (i || l.slice(j, j + c) === t)) {
856
- h.push(l.slice(b, j)), b = j + c;
855
+ if (j === u && (i || l.slice(L, L + c) === t)) {
856
+ h.push(l.slice(b, L)), b = L + c;
857
857
  continue;
858
858
  }
859
- if (L === "/") {
860
- H = j;
859
+ if (j === "/") {
860
+ H = L;
861
861
  continue;
862
862
  }
863
863
  }
864
- L === "[" ? V++ : L === "]" && V--;
864
+ j === "[" ? V++ : j === "]" && V--;
865
865
  }
866
866
  const _ = h.length === 0 ? l : l.substring(b), T = _.startsWith(n3), A = T ? _.substring(1) : _, S = H && H > b ? H - b : void 0;
867
867
  return {
@@ -913,14 +913,14 @@ const T1 = "-", W3 = (r) => {
913
913
  }
914
914
  A = !1;
915
915
  }
916
- const j = N3(b).join(":"), L = H ? j + n3 : j, w = L + S;
916
+ const L = N3(b).join(":"), j = H ? L + n3 : L, w = j + S;
917
917
  if (c.includes(w))
918
918
  continue;
919
919
  c.push(w);
920
920
  const Y = u(S, A);
921
921
  for (let F = 0; F < Y.length; ++F) {
922
922
  const J = Y[F];
923
- c.push(L + J);
923
+ c.push(j + J);
924
924
  }
925
925
  l = V + (l.length > 0 ? " " + l : l);
926
926
  }
@@ -969,7 +969,7 @@ const M = (r) => {
969
969
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
970
970
  e2.test(r) && !r2.test(r)
971
971
  ), a3 = () => !1, C2 = (r) => t2.test(r), f2 = (r) => o2.test(r), p2 = () => {
972
- const r = M("colors"), t = M("spacing"), o = M("blur"), i = M("brightness"), u = M("borderColor"), c = M("borderRadius"), f = M("borderSpacing"), l = M("borderWidth"), h = M("contrast"), V = M("grayscale"), b = M("hueRotate"), H = M("invert"), _ = M("gap"), T = M("gradientColorStops"), A = M("gradientColorStopPositions"), S = M("inset"), j = M("margin"), L = M("opacity"), w = M("padding"), Y = M("saturate"), F = M("scale"), J = M("sepia"), f1 = M("skew"), p1 = M("space"), h1 = M("translate"), K = () => ["auto", "contain", "none"], o1 = () => ["auto", "hidden", "clip", "visible", "scroll"], n1 = () => ["auto", p, t], y = () => [p, t], O = () => ["", D, N], W = () => ["auto", r1, p], G = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], z = () => ["solid", "dashed", "dotted", "double", "none"], s1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], X = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], $ = () => ["", "0", p], i1 = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], B = () => [r1, p];
972
+ const r = M("colors"), t = M("spacing"), o = M("blur"), i = M("brightness"), u = M("borderColor"), c = M("borderRadius"), f = M("borderSpacing"), l = M("borderWidth"), h = M("contrast"), V = M("grayscale"), b = M("hueRotate"), H = M("invert"), _ = M("gap"), T = M("gradientColorStops"), A = M("gradientColorStopPositions"), S = M("inset"), L = M("margin"), j = M("opacity"), w = M("padding"), Y = M("saturate"), F = M("scale"), J = M("sepia"), f1 = M("skew"), p1 = M("space"), h1 = M("translate"), K = () => ["auto", "contain", "none"], o1 = () => ["auto", "hidden", "clip", "visible", "scroll"], n1 = () => ["auto", p, t], y = () => [p, t], O = () => ["", D, N], W = () => ["auto", r1, p], G = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], z = () => ["solid", "dashed", "dotted", "double", "none"], s1 = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], X = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], $ = () => ["", "0", p], i1 = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], B = () => [r1, p];
973
973
  return {
974
974
  cacheSize: 500,
975
975
  separator: ":",
@@ -1500,63 +1500,63 @@ const M = (r) => {
1500
1500
  * @see https://tailwindcss.com/docs/margin
1501
1501
  */
1502
1502
  m: [{
1503
- m: [j]
1503
+ m: [L]
1504
1504
  }],
1505
1505
  /**
1506
1506
  * Margin X
1507
1507
  * @see https://tailwindcss.com/docs/margin
1508
1508
  */
1509
1509
  mx: [{
1510
- mx: [j]
1510
+ mx: [L]
1511
1511
  }],
1512
1512
  /**
1513
1513
  * Margin Y
1514
1514
  * @see https://tailwindcss.com/docs/margin
1515
1515
  */
1516
1516
  my: [{
1517
- my: [j]
1517
+ my: [L]
1518
1518
  }],
1519
1519
  /**
1520
1520
  * Margin Start
1521
1521
  * @see https://tailwindcss.com/docs/margin
1522
1522
  */
1523
1523
  ms: [{
1524
- ms: [j]
1524
+ ms: [L]
1525
1525
  }],
1526
1526
  /**
1527
1527
  * Margin End
1528
1528
  * @see https://tailwindcss.com/docs/margin
1529
1529
  */
1530
1530
  me: [{
1531
- me: [j]
1531
+ me: [L]
1532
1532
  }],
1533
1533
  /**
1534
1534
  * Margin Top
1535
1535
  * @see https://tailwindcss.com/docs/margin
1536
1536
  */
1537
1537
  mt: [{
1538
- mt: [j]
1538
+ mt: [L]
1539
1539
  }],
1540
1540
  /**
1541
1541
  * Margin Right
1542
1542
  * @see https://tailwindcss.com/docs/margin
1543
1543
  */
1544
1544
  mr: [{
1545
- mr: [j]
1545
+ mr: [L]
1546
1546
  }],
1547
1547
  /**
1548
1548
  * Margin Bottom
1549
1549
  * @see https://tailwindcss.com/docs/margin
1550
1550
  */
1551
1551
  mb: [{
1552
- mb: [j]
1552
+ mb: [L]
1553
1553
  }],
1554
1554
  /**
1555
1555
  * Margin Left
1556
1556
  * @see https://tailwindcss.com/docs/margin
1557
1557
  */
1558
1558
  ml: [{
1559
- ml: [j]
1559
+ ml: [L]
1560
1560
  }],
1561
1561
  /**
1562
1562
  * Space Between X
@@ -1751,7 +1751,7 @@ const M = (r) => {
1751
1751
  * @see https://tailwindcss.com/docs/placeholder-opacity
1752
1752
  */
1753
1753
  "placeholder-opacity": [{
1754
- "placeholder-opacity": [L]
1754
+ "placeholder-opacity": [j]
1755
1755
  }],
1756
1756
  /**
1757
1757
  * Text Alignment
@@ -1772,7 +1772,7 @@ const M = (r) => {
1772
1772
  * @see https://tailwindcss.com/docs/text-opacity
1773
1773
  */
1774
1774
  "text-opacity": [{
1775
- "text-opacity": [L]
1775
+ "text-opacity": [j]
1776
1776
  }],
1777
1777
  /**
1778
1778
  * Text Decoration
@@ -1887,7 +1887,7 @@ const M = (r) => {
1887
1887
  * @see https://tailwindcss.com/docs/background-opacity
1888
1888
  */
1889
1889
  "bg-opacity": [{
1890
- "bg-opacity": [L]
1890
+ "bg-opacity": [j]
1891
1891
  }],
1892
1892
  /**
1893
1893
  * Background Origin
@@ -2151,7 +2151,7 @@ const M = (r) => {
2151
2151
  * @see https://tailwindcss.com/docs/border-opacity
2152
2152
  */
2153
2153
  "border-opacity": [{
2154
- "border-opacity": [L]
2154
+ "border-opacity": [j]
2155
2155
  }],
2156
2156
  /**
2157
2157
  * Border Style
@@ -2189,7 +2189,7 @@ const M = (r) => {
2189
2189
  * @see https://tailwindcss.com/docs/divide-opacity
2190
2190
  */
2191
2191
  "divide-opacity": [{
2192
- "divide-opacity": [L]
2192
+ "divide-opacity": [j]
2193
2193
  }],
2194
2194
  /**
2195
2195
  * Divide Style
@@ -2306,7 +2306,7 @@ const M = (r) => {
2306
2306
  * @see https://tailwindcss.com/docs/ring-opacity
2307
2307
  */
2308
2308
  "ring-opacity": [{
2309
- "ring-opacity": [L]
2309
+ "ring-opacity": [j]
2310
2310
  }],
2311
2311
  /**
2312
2312
  * Ring Offset Width
@@ -2342,7 +2342,7 @@ const M = (r) => {
2342
2342
  * @see https://tailwindcss.com/docs/opacity
2343
2343
  */
2344
2344
  opacity: [{
2345
- opacity: [L]
2345
+ opacity: [j]
2346
2346
  }],
2347
2347
  /**
2348
2348
  * Mix Blend Mode
@@ -2485,7 +2485,7 @@ const M = (r) => {
2485
2485
  * @see https://tailwindcss.com/docs/backdrop-opacity
2486
2486
  */
2487
2487
  "backdrop-opacity": [{
2488
- "backdrop-opacity": [L]
2488
+ "backdrop-opacity": [j]
2489
2489
  }],
2490
2490
  /**
2491
2491
  * Backdrop Saturate
@@ -3194,7 +3194,7 @@ function V2({ color: r = "#E6F0E2", size: t = "large", ...o }) {
3194
3194
  }
3195
3195
  );
3196
3196
  }
3197
- function j2({ color: r = x.primary[800] }) {
3197
+ function L2({ color: r = x.primary[800] }) {
3198
3198
  return /* @__PURE__ */ n.jsx("svg", { width: "14", height: "18", viewBox: "0 0 14 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n.jsx(
3199
3199
  "path",
3200
3200
  {
@@ -3207,7 +3207,7 @@ function j2({ color: r = x.primary[800] }) {
3207
3207
  }
3208
3208
  ) });
3209
3209
  }
3210
- function L2({ color: r = x.fg.tertiary, size: t = "small", ...o }) {
3210
+ function j2({ color: r = x.fg.tertiary, size: t = "small", ...o }) {
3211
3211
  return /* @__PURE__ */ n.jsx(
3212
3212
  "svg",
3213
3213
  {
@@ -3365,23 +3365,30 @@ function S2({
3365
3365
  }
3366
3366
  );
3367
3367
  }
3368
- function Z2({ color: r = x.fg.tertiary, ...t }) {
3369
- return /* @__PURE__ */ n.jsx("svg", { width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t, children: /* @__PURE__ */ n.jsx("g", { id: "icon / 20 / edit", children: /* @__PURE__ */ n.jsxs("g", { id: "Icon", children: [
3370
- /* @__PURE__ */ n.jsx(
3371
- "path",
3372
- {
3373
- d: "M12.9597 4.06902C13.3502 3.67849 13.9834 3.67849 14.3739 4.06902L16.4311 6.12621C16.8217 6.51673 16.8217 7.1499 16.4311 7.54042L14.4716 9.49998L11.0002 6.02858L12.9597 4.06902Z",
3374
- fill: r
3375
- }
3376
- ),
3377
- /* @__PURE__ */ n.jsx(
3378
- "path",
3379
- {
3380
- d: "M10.5288 6.49998L3.62639 13.4023C3.43885 13.5899 3.3335 13.8442 3.3335 14.1095V16.8333C3.3335 17.0174 3.48273 17.1666 3.66683 17.1666H6.39069C6.6559 17.1666 6.91026 17.0613 7.09779 16.8738L14.0002 9.97139L10.5288 6.49998Z",
3381
- fill: r
3382
- }
3383
- )
3384
- ] }) }) });
3368
+ function Z2({ size: r = "small", color: t = x.fg.tertiary, ...o }) {
3369
+ return /* @__PURE__ */ n.jsxs(
3370
+ "svg",
3371
+ {
3372
+ xmlns: "http://www.w3.org/2000/svg",
3373
+ width: d(r),
3374
+ height: d(r),
3375
+ viewBox: "0 0 20 20",
3376
+ fill: "none",
3377
+ ...o,
3378
+ children: [
3379
+ /* @__PURE__ */ n.jsx("path", { d: "M11 16H17", stroke: t, strokeWidth: "1.5", strokeLinecap: "round" }),
3380
+ /* @__PURE__ */ n.jsx(
3381
+ "path",
3382
+ {
3383
+ fillRule: "evenodd",
3384
+ clipRule: "evenodd",
3385
+ d: "M14.9493 4.63606C14.5588 4.24554 13.9256 4.24554 13.5351 4.63606L12.1209 6.05028L14.9493 8.8787L16.3635 7.46449C16.754 7.07396 16.754 6.4408 16.3635 6.05028L14.9493 4.63606ZM14.2422 9.58581L11.4138 6.75738L4.63559 13.5356C4.44805 13.7231 4.34269 13.9774 4.34269 14.2427L4.34269 16.6569L6.75691 16.6569C7.02212 16.6569 7.27648 16.5515 7.46401 16.364L14.2422 9.58581Z",
3386
+ fill: t
3387
+ }
3388
+ )
3389
+ ]
3390
+ }
3391
+ );
3385
3392
  }
3386
3393
  function T2({ color: r = x.primary[900], size: t = "small", ...o }) {
3387
3394
  return /* @__PURE__ */ n.jsx(
@@ -3906,8 +3913,8 @@ export {
3906
3913
  $2 as R,
3907
3914
  G2 as S,
3908
3915
  N2 as U,
3909
- j2 as a,
3910
- L2 as b,
3916
+ L2 as a,
3917
+ j2 as b,
3911
3918
  x2 as c,
3912
3919
  k2 as d,
3913
3920
  H2 as e,
@@ -1,2 +1,2 @@
1
1
  import { IconProps } from '../lib/types';
2
- export default function Edit({ color, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
2
+ export default function Edit({ size, color, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
package/dist/icons.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A as a, a as c, b as s, C as I, e, d as r, c as l, f as t, g as C, h as i, t as d, D as p, i as h, p as E, E as g, s as m, j as u, k, l as A, H as D, I as L, L as f, m as M, n as R, M as S, o as U, P as b, S as v, R as w, q as y, r as H, U as P } from "./Copy-Bi5gCJN6.js";
1
+ import { A as a, a as c, b as s, C as I, e, d as r, c as l, f as t, g as C, h as i, t as d, D as p, i as h, p as E, E as g, s as m, j as u, k, l as A, H as D, I as L, L as f, m as M, n as R, M as S, o as U, P as b, S as v, R as w, q as y, r as H, U as P } from "./Copy-BeRKAmRC.js";
2
2
  export {
3
3
  a as AccountIcon,
4
4
  c as ArrowUpIcon,
package/dist/index.es.js CHANGED
@@ -1,6 +1,6 @@
1
1
  (function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode(`@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap";*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.left-1\\/2,.left-\\[50\\%\\]{left:50%}.right-0{right:0}.right-4{right:1rem}.right-6{right:1.5rem}.top-1\\/2{top:50%}.top-4{top:1rem}.top-\\[50\\%\\]{top:50%}.z-50{z-index:50}.z-\\[100\\]{z-index:100}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.ml-auto{margin-left:auto}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-3\\.5{height:.875rem}.h-4{height:1rem}.h-8{height:2rem}.h-\\[var\\(--radix-select-trigger-height\\)\\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-96{max-height:24rem}.max-h-\\[300px\\]{max-height:300px}.max-h-screen{max-height:100vh}.w-3\\.5{width:.875rem}.w-4{width:1rem}.w-72{width:18rem}.w-full{width:100%}.min-w-\\[8rem\\]{min-width:8rem}.min-w-\\[var\\(--radix-select-trigger-width\\)\\]{min-width:var(--radix-select-trigger-width)}.shrink-0{flex-shrink:0}.origin-\\[--radix-popover-content-transform-origin\\]{transform-origin:var(--radix-popover-content-transform-origin)}.-translate-x-1\\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\\[-50\\%\\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\\[-50\\%\\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.space-y-1\\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-neutral-200{border-color:#bfc5c2}.bg-black\\/30{background-color:#0000004d}.bg-black\\/80{background-color:#000c}.bg-neutral-100{background-color:#cfd3d2}.bg-neutral-200{background-color:#bfc5c2}.bg-neutral-800{background-color:#262c29}.bg-transparent{background-color:transparent}.bg-white{background-color:#fff}.p-0{padding:0}.p-1{padding:.25rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\\.5{padding-top:.375rem;padding-bottom:.375rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pr-8{padding-right:2rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-neutral-500{color:#5b6b63}.text-neutral-950{color:#121614}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-offset-white{--tw-ring-offset-color: hsla(0, 0%, 100%, 1)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-200{animation-duration:.2s}.placeholder\\:text-neutral-100::placeholder{color:#cfd3d2}.placeholder\\:text-neutral-500::placeholder{color:#5b6b63}.hover\\:bg-neutral-100:hover{background-color:#cfd3d2}.hover\\:opacity-100:hover{opacity:1}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\\:ring-neutral-950:focus{--tw-ring-color: hsla(150, 10%, 8%, 1)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:opacity-50:disabled{opacity:.5}.group.destructive .group-\\[\\.destructive\\]\\:border-neutral-100\\/40{border-color:#cfd3d266}.group.destructive .group-\\[\\.destructive\\]\\:hover\\:border-red-500\\/30:hover{border-color:#ef44444d}.group.destructive .group-\\[\\.destructive\\]\\:hover\\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.group.destructive .group-\\[\\.destructive\\]\\:hover\\:text-neutral-50:hover{color:#f1f3f2}.group.destructive .group-\\[\\.destructive\\]\\:focus\\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity))}.data-\\[disabled\\=true\\]\\:pointer-events-none[data-disabled=true],.data-\\[disabled\\]\\:pointer-events-none[data-disabled]{pointer-events:none}.data-\\[side\\=bottom\\]\\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\\[side\\=left\\]\\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\\[side\\=right\\]\\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\\[side\\=top\\]\\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\\[swipe\\=cancel\\]\\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\\[swipe\\=end\\]\\:translate-x-\\[var\\(--radix-toast-swipe-end-x\\)\\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\\[swipe\\=move\\]\\:translate-x-\\[var\\(--radix-toast-swipe-move-x\\)\\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\\[selected\\=\\'true\\'\\]\\:bg-neutral-100[data-selected=true],.data-\\[state\\=open\\]\\:bg-neutral-100[data-state=open]{background-color:#cfd3d2}.data-\\[selected\\=true\\]\\:text-neutral-900[data-selected=true]{color:#1c211f}.data-\\[state\\=open\\]\\:text-neutral-500[data-state=open]{color:#5b6b63}.data-\\[disabled\\=true\\]\\:opacity-50[data-disabled=true],.data-\\[disabled\\]\\:opacity-50[data-disabled]{opacity:.5}.data-\\[swipe\\=move\\]\\:transition-none[data-swipe=move]{transition-property:none}.data-\\[state\\=open\\]\\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\\[state\\=closed\\]\\:animate-out[data-state=closed],.data-\\[swipe\\=end\\]\\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\\[state\\=closed\\]\\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\\[state\\=closed\\]\\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\\[state\\=open\\]\\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\\[state\\=closed\\]\\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\\[state\\=open\\]\\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\\[side\\=bottom\\]\\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\\[side\\=left\\]\\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\\[side\\=right\\]\\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\\[side\\=top\\]\\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\\[state\\=closed\\]\\:slide-out-to-bottom-full[data-state=closed]{--tw-exit-translate-y: 100%}.data-\\[state\\=closed\\]\\:slide-out-to-left-1\\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\\[state\\=closed\\]\\:slide-out-to-top-\\[48\\%\\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\\[state\\=open\\]\\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}.data-\\[state\\=open\\]\\:slide-in-from-left-1\\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\\[state\\=open\\]\\:slide-in-from-top-\\[48\\%\\][data-state=open]{--tw-enter-translate-y: -48%}.dark\\:border-neutral-800:is(.dark *){border-color:#262c29}.dark\\:bg-neutral-800:is(.dark *){background-color:#262c29}.dark\\:bg-neutral-950:is(.dark *){background-color:#121614}.dark\\:text-neutral-400:is(.dark *){color:#7c8882}.dark\\:text-neutral-50:is(.dark *){color:#f1f3f2}.dark\\:ring-offset-neutral-950:is(.dark *){--tw-ring-offset-color: hsla(150, 10%, 8%, 1)}.dark\\:placeholder\\:text-neutral-400:is(.dark *)::placeholder{color:#7c8882}.dark\\:hover\\:bg-neutral-800:hover:is(.dark *){background-color:#262c29}.dark\\:focus\\:ring-neutral-300:focus:is(.dark *){--tw-ring-color: hsla(150, 5%, 64%, 1)}.group.destructive .dark\\:group-\\[\\.destructive\\]\\:border-neutral-800\\/40:is(.dark *){border-color:#262c2966}.group.destructive .dark\\:group-\\[\\.destructive\\]\\:hover\\:border-red-900\\/30:hover:is(.dark *){border-color:#7f1d1d4d}.group.destructive .dark\\:group-\\[\\.destructive\\]\\:hover\\:bg-red-900:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.group.destructive .dark\\:group-\\[\\.destructive\\]\\:hover\\:text-neutral-50:hover:is(.dark *){color:#f1f3f2}.group.destructive .dark\\:group-\\[\\.destructive\\]\\:focus\\:ring-red-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity))}.dark\\:data-\\[selected\\=\\'true\\'\\]\\:bg-neutral-800[data-selected=true]:is(.dark *){background-color:#262c29}.dark\\:data-\\[state\\=open\\]\\:bg-neutral-800[data-state=open]:is(.dark *){background-color:#262c29}.dark\\:data-\\[selected\\=true\\]\\:text-neutral-50[data-selected=true]:is(.dark *){color:#f1f3f2}.dark\\:data-\\[state\\=open\\]\\:text-neutral-400[data-state=open]:is(.dark *){color:#7c8882}@media (min-width: 640px){.sm\\:w-fit{width:fit-content}.sm\\:min-w-\\[300px\\]{min-width:300px}.sm\\:max-w-\\[420px\\]{max-width:420px}.sm\\:flex-row{flex-direction:row}.sm\\:justify-end{justify-content:flex-end}.sm\\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\\:text-left{text-align:left}}.\\[\\&\\>span\\]\\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:py-1\\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:font-medium [cmdk-group-heading]{font-weight:500}.\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-neutral-500 [cmdk-group-heading]{color:#5b6b63}.dark\\:\\[\\&_\\[cmdk-group-heading\\]\\]\\:text-neutral-400 [cmdk-group-heading]:is(.dark *){color:#7c8882}.\\[\\&_\\[cmdk-group\\]\\:not\\(\\[hidden\\]\\)_\\~\\[cmdk-group\\]\\]\\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\\[\\&_\\[cmdk-group\\]\\]\\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\\[\\&_\\[cmdk-input-wrapper\\]_svg\\]\\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\\[\\&_\\[cmdk-input-wrapper\\]_svg\\]\\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\\[\\&_\\[cmdk-input\\]\\]\\:h-12 [cmdk-input]{height:3rem}.\\[\\&_\\[cmdk-item\\]\\]\\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\\[\\&_\\[cmdk-item\\]\\]\\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\\[\\&_\\[cmdk-item\\]_svg\\]\\:h-5 [cmdk-item] svg{height:1.25rem}.\\[\\&_\\[cmdk-item\\]_svg\\]\\:w-5 [cmdk-item] svg{width:1.25rem}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:size-6 svg{width:1.5rem;height:1.5rem}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}`)),document.head.appendChild(t)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
2
- import { u as p, v as A, w as pe, C as ef, x as oe, f as jo, c as on, n as tf, d as da, I as nf } from "./Copy-Bi5gCJN6.js";
3
- import { A as R0, a as T0, b as A0, e as $0, g as N0, h as O0, t as D0, D as I0, i as k0, p as M0, E as _0, s as L0, j as j0, k as F0, l as W0, H as B0, L as V0, m as H0, M as U0, o as z0, P as Y0, S as K0, R as X0, q as G0, r as q0, U as Z0 } from "./Copy-Bi5gCJN6.js";
2
+ import { u as p, v as A, w as pe, C as ef, x as oe, f as jo, c as on, n as tf, d as da, I as nf } from "./Copy-BeRKAmRC.js";
3
+ import { A as R0, a as T0, b as A0, e as $0, g as N0, h as O0, t as D0, D as I0, i as k0, p as M0, E as _0, s as L0, j as j0, k as F0, l as W0, H as B0, L as V0, m as H0, M as U0, o as z0, P as Y0, S as K0, R as X0, q as G0, r as q0, U as Z0 } from "./Copy-BeRKAmRC.js";
4
4
  import * as s from "react";
5
5
  import Ce, { useRef as Fo, useDebugValue as Ki, createElement as rf, useContext as of, useId as Wo, useState as Ft, forwardRef as Bo, useEffect as qn, useLayoutEffect as sf } from "react";
6
6
  import * as et from "react-dom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rechtspilot-ui",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "type": "module",
5
5
  "description": "Rechtspilot UI Library",
6
6
  "module": "dist/index.es.js",
@@ -72,6 +72,7 @@
72
72
  "eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
73
73
  "eslint-plugin-react-refresh": "^0.4.12",
74
74
  "eslint-plugin-storybook": "^0.12.0",
75
+ "eslint-plugin-svg-jsx": "^1.2.4",
75
76
  "globals": "^15.10.0",
76
77
  "husky": "^9.1.7",
77
78
  "postcss": "^8.4.47",