rechtspilot-ui 0.0.13 → 0.0.14

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.
@@ -15,11 +15,11 @@ function A3() {
15
15
  J1 = 1;
16
16
  var r = Q1, t = Symbol.for("react.element"), o = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, d = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, c = { key: !0, ref: !0, __self: !0, __source: !0 };
17
17
  function f(l, p, M) {
18
- var m, L = {}, H = null, T = null;
19
- M !== void 0 && (H = "" + M), p.key !== void 0 && (H = "" + p.key), p.ref !== void 0 && (T = p.ref);
18
+ var m, L = {}, H = null, P = null;
19
+ M !== void 0 && (H = "" + M), p.key !== void 0 && (H = "" + p.key), p.ref !== void 0 && (P = p.ref);
20
20
  for (m in p) s.call(p, m) && !c.hasOwnProperty(m) && (L[m] = p[m]);
21
21
  if (l && l.defaultProps) for (m in p = l.defaultProps, p) L[m] === void 0 && (L[m] = p[m]);
22
- return { $$typeof: t, type: l, key: H, ref: T, props: L, _owner: d.current };
22
+ return { $$typeof: t, type: l, key: H, ref: P, props: L, _owner: d.current };
23
23
  }
24
24
  return c1.Fragment = o, c1.jsx = f, c1.jsxs = f, c1;
25
25
  }
@@ -36,7 +36,7 @@ var d1 = {};
36
36
  var q1;
37
37
  function O3() {
38
38
  return q1 || (q1 = 1, process.env.NODE_ENV !== "production" && function() {
39
- var r = Q1, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), l = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), L = Symbol.for("react.memo"), H = Symbol.for("react.lazy"), T = Symbol.for("react.offscreen"), A = Symbol.iterator, _ = "@@iterator";
39
+ var r = Q1, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), d = Symbol.for("react.strict_mode"), c = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), l = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), M = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), L = Symbol.for("react.memo"), H = Symbol.for("react.lazy"), P = Symbol.for("react.offscreen"), A = Symbol.iterator, _ = "@@iterator";
40
40
  function k(e) {
41
41
  if (e === null || typeof e != "object")
42
42
  return null;
@@ -55,16 +55,16 @@ function O3() {
55
55
  {
56
56
  var u = j.ReactDebugCurrentFrame, b = u.getStackAddendum();
57
57
  b !== "" && (n += "%s", a = a.concat([b]));
58
- var y = a.map(function(g) {
58
+ var x = a.map(function(g) {
59
59
  return String(g);
60
60
  });
61
- y.unshift("Warning: " + n), Function.prototype.apply.call(console[e], console, y);
61
+ x.unshift("Warning: " + n), Function.prototype.apply.call(console[e], console, x);
62
62
  }
63
63
  }
64
64
  var B = !1, q = !1, C1 = !1, p1 = !1, h1 = !1, K;
65
65
  K = Symbol.for("react.module.reference");
66
66
  function o1(e) {
67
- return !!(typeof e == "string" || typeof e == "function" || e === s || e === c || h1 || e === d || e === M || e === m || p1 || e === T || B || q || C1 || typeof e == "object" && e !== null && (e.$$typeof === H || e.$$typeof === L || e.$$typeof === f || e.$$typeof === l || e.$$typeof === p || // This needs to include all possible module reference object
67
+ return !!(typeof e == "string" || typeof e == "function" || e === s || e === c || h1 || e === d || e === M || e === m || p1 || e === P || B || q || C1 || typeof e == "object" && e !== null && (e.$$typeof === H || e.$$typeof === L || e.$$typeof === f || e.$$typeof === l || e.$$typeof === p || // This needs to include all possible module reference object
68
68
  // types supported by any Flight configuration anywhere since
69
69
  // we don't know which Flight build this will end up being used
70
70
  // with.
@@ -115,9 +115,9 @@ function O3() {
115
115
  var u = e.displayName || null;
116
116
  return u !== null ? u : O(e.type) || "Memo";
117
117
  case H: {
118
- var b = e, y = b._payload, g = b._init;
118
+ var b = e, x = b._payload, g = b._init;
119
119
  try {
120
- return O(g(y));
120
+ return O(g(x));
121
121
  } catch {
122
122
  return null;
123
123
  }
@@ -187,27 +187,27 @@ function O3() {
187
187
  G < 0 && v("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
188
  }
189
189
  }
190
- var w1 = j.ReactCurrentDispatcher, y1;
190
+ var w1 = j.ReactCurrentDispatcher, x1;
191
191
  function g1(e, n, a) {
192
192
  {
193
- if (y1 === void 0)
193
+ if (x1 === void 0)
194
194
  try {
195
195
  throw Error();
196
196
  } catch (b) {
197
197
  var u = b.stack.trim().match(/\n( *(at )?)/);
198
- y1 = u && u[1] || "";
198
+ x1 = u && u[1] || "";
199
199
  }
200
200
  return `
201
- ` + y1 + e;
201
+ ` + x1 + e;
202
202
  }
203
203
  }
204
- var x1 = !1, b1;
204
+ var y1 = !1, b1;
205
205
  {
206
206
  var l3 = typeof WeakMap == "function" ? WeakMap : Map;
207
207
  b1 = new l3();
208
208
  }
209
209
  function Z1(e, n) {
210
- if (!e || x1)
210
+ if (!e || y1)
211
211
  return "";
212
212
  {
213
213
  var a = b1.get(e);
@@ -215,11 +215,11 @@ function O3() {
215
215
  return a;
216
216
  }
217
217
  var u;
218
- x1 = !0;
218
+ y1 = !0;
219
219
  var b = Error.prepareStackTrace;
220
220
  Error.prepareStackTrace = void 0;
221
- var y;
222
- y = w1.current, w1.current = null, a3();
221
+ var x;
222
+ x = w1.current, w1.current = null, a3();
223
223
  try {
224
224
  if (n) {
225
225
  var g = function() {
@@ -232,29 +232,29 @@ function O3() {
232
232
  }), typeof Reflect == "object" && Reflect.construct) {
233
233
  try {
234
234
  Reflect.construct(g, []);
235
- } catch (P) {
236
- u = P;
235
+ } catch (Z) {
236
+ u = Z;
237
237
  }
238
238
  Reflect.construct(e, [], g);
239
239
  } else {
240
240
  try {
241
241
  g.call();
242
- } catch (P) {
243
- u = P;
242
+ } catch (Z) {
243
+ u = Z;
244
244
  }
245
245
  e.call(g.prototype);
246
246
  }
247
247
  } else {
248
248
  try {
249
249
  throw Error();
250
- } catch (P) {
251
- u = P;
250
+ } catch (Z) {
251
+ u = Z;
252
252
  }
253
253
  e();
254
254
  }
255
- } catch (P) {
256
- if (P && u && typeof P.stack == "string") {
257
- for (var h = P.stack.split(`
255
+ } catch (Z) {
256
+ if (Z && u && typeof Z.stack == "string") {
257
+ for (var h = Z.stack.split(`
258
258
  `), S = u.stack.split(`
259
259
  `), R = h.length - 1, E = S.length - 1; R >= 1 && E >= 0 && h[R] !== S[E]; )
260
260
  E--;
@@ -272,7 +272,7 @@ function O3() {
272
272
  }
273
273
  }
274
274
  } finally {
275
- x1 = !1, w1.current = y, i3(), Error.prepareStackTrace = b;
275
+ y1 = !1, w1.current = x, i3(), Error.prepareStackTrace = b;
276
276
  }
277
277
  var e1 = e ? e.displayName || e.name : "", J = e1 ? g1(e1) : "";
278
278
  return typeof e == "function" && b1.set(e, J), J;
@@ -304,9 +304,9 @@ function O3() {
304
304
  case L:
305
305
  return m1(e.type, n, a);
306
306
  case H: {
307
- var u = e, b = u._payload, y = u._init;
307
+ var u = e, b = u._payload, x = u._init;
308
308
  try {
309
- return m1(y(b), n, a);
309
+ return m1(x(b), n, a);
310
310
  } catch {
311
311
  }
312
312
  }
@@ -323,9 +323,9 @@ function O3() {
323
323
  }
324
324
  function u3(e, n, a, u, b) {
325
325
  {
326
- var y = Function.call.bind(i1);
326
+ var x = Function.call.bind(i1);
327
327
  for (var g in e)
328
- if (y(e, g)) {
328
+ if (x(e, g)) {
329
329
  var h = void 0;
330
330
  try {
331
331
  if (typeof e[g] != "function") {
@@ -415,7 +415,7 @@ function O3() {
415
415
  });
416
416
  }
417
417
  }
418
- var y3 = function(e, n, a, u, b, y, g) {
418
+ var x3 = function(e, n, a, u, b, x, g) {
419
419
  var h = {
420
420
  // This tag allows us to uniquely identify this as a React Element
421
421
  $$typeof: t,
@@ -425,7 +425,7 @@ function O3() {
425
425
  ref: a,
426
426
  props: g,
427
427
  // Record the component responsible for creating this element.
428
- _owner: y
428
+ _owner: x
429
429
  };
430
430
  return h._store = {}, Object.defineProperty(h._store, "validated", {
431
431
  configurable: !1,
@@ -444,22 +444,22 @@ function O3() {
444
444
  value: b
445
445
  }), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
446
446
  };
447
- function x3(e, n, a, u, b) {
447
+ function y3(e, n, a, u, b) {
448
448
  {
449
- var y, g = {}, h = null, S = null;
449
+ var x, g = {}, h = null, S = null;
450
450
  a !== void 0 && (I1(a), h = "" + a), b3(n) && (I1(n.key), h = "" + n.key), g3(n) && (S = n.ref, m3(n, b));
451
- for (y in n)
452
- i1.call(n, y) && !h3.hasOwnProperty(y) && (g[y] = n[y]);
451
+ for (x in n)
452
+ i1.call(n, x) && !h3.hasOwnProperty(x) && (g[x] = n[x]);
453
453
  if (e && e.defaultProps) {
454
454
  var R = e.defaultProps;
455
- for (y in R)
456
- g[y] === void 0 && (g[y] = R[y]);
455
+ for (x in R)
456
+ g[x] === void 0 && (g[x] = R[x]);
457
457
  }
458
458
  if (h || S) {
459
459
  var E = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
460
460
  h && v3(g, E), S && w3(g, E);
461
461
  }
462
- return y3(e, h, S, b, u, l1.current, g);
462
+ return x3(e, h, S, b, u, l1.current, g);
463
463
  }
464
464
  }
465
465
  var k1 = j.ReactCurrentOwner, z1 = j.ReactDebugCurrentFrame;
@@ -530,7 +530,7 @@ Check the top-level render call using <` + a + ">.");
530
530
  else if (e) {
531
531
  var b = k(e);
532
532
  if (typeof b == "function" && b !== e.entries)
533
- for (var y = b.call(e), g; !(g = y.next()).done; )
533
+ for (var x = b.call(e), g; !(g = x.next()).done; )
534
534
  L1(g.value) && D1(g.value, n);
535
535
  }
536
536
  }
@@ -573,7 +573,7 @@ Check the top-level render call using <` + a + ">.");
573
573
  }
574
574
  }
575
575
  var U1 = {};
576
- function Y1(e, n, a, u, b, y) {
576
+ function Y1(e, n, a, u, b, x) {
577
577
  {
578
578
  var g = o1(e);
579
579
  if (!g) {
@@ -584,7 +584,7 @@ Check the top-level render call using <` + a + ">.");
584
584
  var R;
585
585
  e === null ? R = "null" : V1(e) ? R = "array" : e !== void 0 && e.$$typeof === t ? (R = "<" + (O(e.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : R = typeof e, v("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", R, h);
586
586
  }
587
- var E = x3(e, n, a, b, y);
587
+ var E = y3(e, n, a, b, x);
588
588
  if (E == null)
589
589
  return E;
590
590
  if (g) {
@@ -601,11 +601,11 @@ Check the top-level render call using <` + a + ">.");
601
601
  N1(F, e);
602
602
  }
603
603
  if (i1.call(n, "key")) {
604
- var J = O(e), P = Object.keys(n).filter(function(S3) {
604
+ var J = O(e), Z = Object.keys(n).filter(function(S3) {
605
605
  return S3 !== "key";
606
- }), R1 = P.length > 0 ? "{key: someKey, " + P.join(": ..., ") + ": ...}" : "{key: someKey}";
606
+ }), R1 = Z.length > 0 ? "{key: someKey, " + Z.join(": ..., ") + ": ...}" : "{key: someKey}";
607
607
  if (!U1[J + R1]) {
608
- var _3 = P.length > 0 ? "{" + P.join(": ..., ") + ": ...}" : "{}";
608
+ var _3 = Z.length > 0 ? "{" + Z.join(": ..., ") + ": ...}" : "{}";
609
609
  v(`A props object containing a "key" prop is being spread into JSX:
610
610
  let props = %s;
611
611
  <%s {...props} />
@@ -629,7 +629,7 @@ React keys must be passed directly to JSX without using spread:
629
629
  }
630
630
  process.env.NODE_ENV === "production" ? H1.exports = A3() : H1.exports = O3();
631
631
  var i = H1.exports;
632
- const Z = {
632
+ const T = {
633
633
  primary: {
634
634
  25: "hsla(100, 71%, 96%, 1)",
635
635
  50: "hsla(100, 31%, 92%, 1)",
@@ -687,7 +687,9 @@ const Z = {
687
687
  action: "hsla(100, 71%, 96%, 1)",
688
688
  error: "hsla(17, 100%, 97%, 1)"
689
689
  },
690
- disabled: "hsla(100, 71%, 58%, 0.4)"
690
+ base: "hsla(150, 7%, 16%, 0.04)",
691
+ disabled: "hsla(100, 71%, 58%, 0.4)",
692
+ inverseBase: "hsla(0, 0%, 100%, 0.08)"
691
693
  },
692
694
  border: {
693
695
  default: "hsla(150, 5%, 91%, 1)",
@@ -854,10 +856,10 @@ const S1 = "-", I3 = (r) => {
854
856
  }
855
857
  j === "[" ? M++ : j === "]" && M--;
856
858
  }
857
- const H = p.length === 0 ? l : l.substring(m), T = H.startsWith(t3), A = T ? H.substring(1) : H, _ = L && L > m ? L - m : void 0;
859
+ const H = p.length === 0 ? l : l.substring(m), P = H.startsWith(t3), A = P ? H.substring(1) : H, _ = L && L > m ? L - m : void 0;
858
860
  return {
859
861
  modifiers: p,
860
- hasImportantModifier: T,
862
+ hasImportantModifier: P,
861
863
  baseClassName: A,
862
864
  maybePostfixModifierPosition: _
863
865
  };
@@ -890,9 +892,9 @@ const S1 = "-", I3 = (r) => {
890
892
  modifiers: m,
891
893
  hasImportantModifier: L,
892
894
  baseClassName: H,
893
- maybePostfixModifierPosition: T
895
+ maybePostfixModifierPosition: P
894
896
  } = o(M);
895
- let A = !!T, _ = s(A ? H.substring(0, T) : H);
897
+ let A = !!P, _ = s(A ? H.substring(0, P) : H);
896
898
  if (!_) {
897
899
  if (!A) {
898
900
  l = M + (l.length > 0 ? " " + l : l);
@@ -948,7 +950,7 @@ function K3(r, ...t) {
948
950
  return c(q3.apply(null, arguments));
949
951
  };
950
952
  }
951
- const x = (r) => {
953
+ const V = (r) => {
952
954
  const t = (o) => o[r] || [];
953
955
  return t.isThemeGetter = !0, t;
954
956
  }, n3 = /^\[(?:([a-z-]+):)?(.+)\]$/i, X3 = /^\d+\/\d+$/, Q3 = /* @__PURE__ */ new Set(["px", "full", "screen"]), e2 = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, r2 = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, t2 = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, o2 = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, n2 = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, z = (r) => r1(r) || Q3.has(r) || X3.test(r), D = (r) => t1(r, "length", f2), r1 = (r) => !!r && !Number.isNaN(Number(r)), E1 = (r) => t1(r, "number", r1), u1 = (r) => !!r && Number.isInteger(Number(r)), s2 = (r) => r.endsWith("%") && r1(r.slice(0, -1)), C = (r) => n3.test(r), N = (r) => e2.test(r), a2 = /* @__PURE__ */ new Set(["length", "size", "percentage"]), i2 = (r) => t1(r, a2, s3), l2 = (r) => t1(r, "position", s3), c2 = /* @__PURE__ */ new Set(["image", "url"]), d2 = (r) => t1(r, c2, p2), u2 = (r) => t1(r, "", C2), f1 = () => !0, t1 = (r, t, o) => {
@@ -960,7 +962,7 @@ const x = (r) => {
960
962
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
961
963
  r2.test(r) && !t2.test(r)
962
964
  ), s3 = () => !1, C2 = (r) => o2.test(r), p2 = (r) => n2.test(r), h2 = () => {
963
- const r = x("colors"), t = x("spacing"), o = x("blur"), s = x("brightness"), d = x("borderColor"), c = x("borderRadius"), f = x("borderSpacing"), l = x("borderWidth"), p = x("contrast"), M = x("grayscale"), m = x("hueRotate"), L = x("invert"), H = x("gap"), T = x("gradientColorStops"), A = x("gradientColorStopPositions"), _ = x("inset"), k = x("margin"), j = x("opacity"), v = x("padding"), U = x("saturate"), B = x("scale"), q = x("sepia"), C1 = x("skew"), p1 = x("space"), h1 = x("translate"), K = () => ["auto", "contain", "none"], o1 = () => ["auto", "hidden", "clip", "visible", "scroll"], n1 = () => ["auto", C, t], w = () => [C, t], O = () => ["", z, D], W = () => ["auto", r1, C], G = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Y = () => ["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", C], a1 = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], I = () => [r1, C];
965
+ const r = V("colors"), t = V("spacing"), o = V("blur"), s = V("brightness"), d = V("borderColor"), c = V("borderRadius"), f = V("borderSpacing"), l = V("borderWidth"), p = V("contrast"), M = V("grayscale"), m = V("hueRotate"), L = V("invert"), H = V("gap"), P = V("gradientColorStops"), A = V("gradientColorStopPositions"), _ = V("inset"), k = V("margin"), j = V("opacity"), v = V("padding"), U = V("saturate"), B = V("scale"), q = V("sepia"), C1 = V("skew"), p1 = V("space"), h1 = V("translate"), K = () => ["auto", "contain", "none"], o1 = () => ["auto", "hidden", "clip", "visible", "scroll"], n1 = () => ["auto", C, t], w = () => [C, t], O = () => ["", z, D], W = () => ["auto", r1, C], G = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], Y = () => ["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", C], a1 = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], I = () => [r1, C];
964
966
  return {
965
967
  cacheSize: 500,
966
968
  separator: ":",
@@ -1952,21 +1954,21 @@ const x = (r) => {
1952
1954
  * @see https://tailwindcss.com/docs/gradient-color-stops
1953
1955
  */
1954
1956
  "gradient-from": [{
1955
- from: [T]
1957
+ from: [P]
1956
1958
  }],
1957
1959
  /**
1958
1960
  * Gradient Color Stops Via
1959
1961
  * @see https://tailwindcss.com/docs/gradient-color-stops
1960
1962
  */
1961
1963
  "gradient-via": [{
1962
- via: [T]
1964
+ via: [P]
1963
1965
  }],
1964
1966
  /**
1965
1967
  * Gradient Color Stops To
1966
1968
  * @see https://tailwindcss.com/docs/gradient-color-stops
1967
1969
  */
1968
1970
  "gradient-to": [{
1969
- to: [T]
1971
+ to: [P]
1970
1972
  }],
1971
1973
  // Borders
1972
1974
  /**
@@ -2987,9 +2989,9 @@ const w2 = () => {
2987
2989
  };
2988
2990
  return window.addEventListener("resize", s), () => window.removeEventListener("resize", s);
2989
2991
  }, []), r;
2990
- }, V = (r) => r === "small" ? "24" : r === "large" ? "64" : isNaN(Number(r)) ? "24" : `${r}`;
2991
- function y2({
2992
- color: r = Z.primary[900],
2992
+ }, y = (r) => r === "small" ? "24" : r === "large" ? "64" : isNaN(Number(r)) ? "24" : `${r}`;
2993
+ function x2({
2994
+ color: r = T.primary[900],
2993
2995
  size: t = "small",
2994
2996
  direction: o = "right",
2995
2997
  ...s
@@ -2998,8 +3000,8 @@ function y2({
2998
3000
  "svg",
2999
3001
  {
3000
3002
  xmlns: "http://www.w3.org/2000/svg",
3001
- width: V(t),
3002
- height: V(t),
3003
+ width: y(t),
3004
+ height: y(t),
3003
3005
  viewBox: "0 0 24 24",
3004
3006
  fill: "none",
3005
3007
  style: { transform: `${o === "right" && "rotate(180deg)"}` },
@@ -3014,13 +3016,13 @@ function y2({
3014
3016
  }
3015
3017
  );
3016
3018
  }
3017
- function x2({ color: r = Z.primary[900], size: t = "small", ...o }) {
3019
+ function y2({ color: r = T.primary[900], size: t = "small", ...o }) {
3018
3020
  return /* @__PURE__ */ i.jsx(
3019
3021
  "svg",
3020
3022
  {
3021
3023
  xmlns: "http://www.w3.org/2000/svg",
3022
- width: V(t),
3023
- height: V(t),
3024
+ width: y(t),
3025
+ height: y(t),
3024
3026
  viewBox: "0 0 24 24",
3025
3027
  fill: "none",
3026
3028
  ...o,
@@ -3037,7 +3039,7 @@ function x2({ color: r = Z.primary[900], size: t = "small", ...o }) {
3037
3039
  }
3038
3040
  );
3039
3041
  }
3040
- function V2({ color: r = Z.darkGreen, size: t = "small", ...o }) {
3042
+ function V2({ color: r = T.darkGreen, size: t = "small", ...o }) {
3041
3043
  return /* @__PURE__ */ i.jsxs(
3042
3044
  "svg",
3043
3045
  {
@@ -3097,7 +3099,7 @@ function V2({ color: r = Z.darkGreen, size: t = "small", ...o }) {
3097
3099
  }
3098
3100
  );
3099
3101
  }
3100
- function M2({ color: r = Z.fg.tertiary, ...t }) {
3102
+ function M2({ color: r = T.fg.tertiary, ...t }) {
3101
3103
  return /* @__PURE__ */ i.jsx("svg", { width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t, children: /* @__PURE__ */ i.jsx("g", { id: "icon / 20 / edit", children: /* @__PURE__ */ i.jsxs("g", { id: "Icon", children: [
3102
3104
  /* @__PURE__ */ i.jsx(
3103
3105
  "path",
@@ -3120,8 +3122,8 @@ function k2({ color: r = "#E6F0E2", size: t = "large", ...o }) {
3120
3122
  "svg",
3121
3123
  {
3122
3124
  xmlns: "http://www.w3.org/2000/svg",
3123
- width: V(t),
3124
- height: V(t),
3125
+ width: y(t),
3126
+ height: y(t),
3125
3127
  viewBox: "0 0 64 64",
3126
3128
  fill: "none",
3127
3129
  ...o,
@@ -3137,13 +3139,13 @@ function k2({ color: r = "#E6F0E2", size: t = "large", ...o }) {
3137
3139
  }
3138
3140
  );
3139
3141
  }
3140
- function j2({ color: r = Z.fg.tertiary, size: t = "small", ...o }) {
3142
+ function j2({ color: r = T.fg.tertiary, size: t = "small", ...o }) {
3141
3143
  return /* @__PURE__ */ i.jsx(
3142
3144
  "svg",
3143
3145
  {
3144
3146
  xmlns: "http://www.w3.org/2000/svg",
3145
- width: V(t),
3146
- height: V(t),
3147
+ width: y(t),
3148
+ height: y(t),
3147
3149
  viewBox: "0 0 24 24",
3148
3150
  fill: "none",
3149
3151
  ...o,
@@ -3157,13 +3159,13 @@ function j2({ color: r = Z.fg.tertiary, size: t = "small", ...o }) {
3157
3159
  }
3158
3160
  );
3159
3161
  }
3160
- function L2({ color: r = Z.sf.primary, size: t = "small", ...o }) {
3162
+ function L2({ color: r = T.sf.primary, size: t = "small", ...o }) {
3161
3163
  return /* @__PURE__ */ i.jsx(
3162
3164
  "svg",
3163
3165
  {
3164
3166
  xmlns: "http://www.w3.org/2000/svg",
3165
- width: V(t),
3166
- height: V(t),
3167
+ width: y(t),
3168
+ height: y(t),
3167
3169
  viewBox: "0 0 24 24",
3168
3170
  fill: "none",
3169
3171
  ...o,
@@ -3171,13 +3173,45 @@ function L2({ color: r = Z.sf.primary, size: t = "small", ...o }) {
3171
3173
  }
3172
3174
  );
3173
3175
  }
3174
- function R2({ color: r = Z.primary[900], size: t = "small", ...o }) {
3176
+ function R2({ color: r = T.primary[900], size: t = "small", ...o }) {
3175
3177
  return /* @__PURE__ */ i.jsxs(
3176
3178
  "svg",
3177
3179
  {
3178
3180
  xmlns: "http://www.w3.org/2000/svg",
3179
- width: V(t),
3180
- height: V(t),
3181
+ width: y(t),
3182
+ height: y(t),
3183
+ viewBox: "0 0 24 24",
3184
+ fill: "none",
3185
+ ...o,
3186
+ children: [
3187
+ /* @__PURE__ */ i.jsx(
3188
+ "path",
3189
+ {
3190
+ d: "M17.1923 3.70714C17.5828 3.31661 18.216 3.31661 18.6065 3.70714L20.0207 5.12135C20.4113 5.51188 20.4113 6.14504 20.0207 6.53556L12.2426 14.3137H9.41413V11.4853L17.1923 3.70714Z",
3191
+ stroke: r,
3192
+ "stroke-width": "2"
3193
+ }
3194
+ ),
3195
+ /* @__PURE__ */ i.jsx(
3196
+ "path",
3197
+ {
3198
+ d: "M11 4.00003H6C4.89543 4.00003 4 4.89546 4 6.00003V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V13",
3199
+ stroke: r,
3200
+ "stroke-width": "2",
3201
+ "stroke-linecap": "round"
3202
+ }
3203
+ )
3204
+ ]
3205
+ }
3206
+ );
3207
+ }
3208
+ function E2({ color: r = T.primary[900], size: t = "small", ...o }) {
3209
+ return /* @__PURE__ */ i.jsxs(
3210
+ "svg",
3211
+ {
3212
+ xmlns: "http://www.w3.org/2000/svg",
3213
+ width: y(t),
3214
+ height: y(t),
3181
3215
  viewBox: "0 0 24 24",
3182
3216
  fill: "none",
3183
3217
  ...o,
@@ -3203,8 +3237,8 @@ function R2({ color: r = Z.primary[900], size: t = "small", ...o }) {
3203
3237
  }
3204
3238
  );
3205
3239
  }
3206
- function E2({
3207
- color: r = Z.primary[900],
3240
+ function H2({
3241
+ color: r = T.primary[900],
3208
3242
  size: t = "small",
3209
3243
  direction: o = "right",
3210
3244
  ...s
@@ -3213,8 +3247,8 @@ function E2({
3213
3247
  "svg",
3214
3248
  {
3215
3249
  xmlns: "http://www.w3.org/2000/svg",
3216
- width: V(t),
3217
- height: V(t),
3250
+ width: y(t),
3251
+ height: y(t),
3218
3252
  viewBox: "0 0 24 24",
3219
3253
  fill: "none",
3220
3254
  style: { transform: `${o === "left" && "rotate(180deg)"}` },
@@ -3231,13 +3265,13 @@ function E2({
3231
3265
  }
3232
3266
  );
3233
3267
  }
3234
- function H2({ color: r = Z.primary[900], size: t = "small", ...o }) {
3268
+ function _2({ color: r = T.primary[900], size: t = "small", ...o }) {
3235
3269
  return /* @__PURE__ */ i.jsx(
3236
3270
  "svg",
3237
3271
  {
3238
3272
  xmlns: "http://www.w3.org/2000/svg",
3239
- width: V(t),
3240
- height: V(t),
3273
+ width: y(t),
3274
+ height: y(t),
3241
3275
  viewBox: "0 0 24 24",
3242
3276
  fill: "none",
3243
3277
  ...o,
@@ -3251,13 +3285,13 @@ function H2({ color: r = Z.primary[900], size: t = "small", ...o }) {
3251
3285
  }
3252
3286
  );
3253
3287
  }
3254
- function _2({ color: r = Z.fg.tertiary, size: t = "small", ...o }) {
3288
+ function S2({ color: r = T.fg.tertiary, size: t = "small", ...o }) {
3255
3289
  return /* @__PURE__ */ i.jsx(
3256
3290
  "svg",
3257
3291
  {
3258
3292
  xmlns: "http://www.w3.org/2000/svg",
3259
- width: V(t),
3260
- height: V(t),
3293
+ width: y(t),
3294
+ height: y(t),
3261
3295
  viewBox: "0 0 24 24",
3262
3296
  fill: "none",
3263
3297
  ...o,
@@ -3274,13 +3308,13 @@ function _2({ color: r = Z.fg.tertiary, size: t = "small", ...o }) {
3274
3308
  }
3275
3309
  );
3276
3310
  }
3277
- function S2({ color: r = Z.white, size: t = "small", ...o }) {
3311
+ function T2({ color: r = T.white, size: t = "small", ...o }) {
3278
3312
  return /* @__PURE__ */ i.jsxs(
3279
3313
  "svg",
3280
3314
  {
3281
3315
  xmlns: "http://www.w3.org/2000/svg",
3282
- width: V(t),
3283
- height: V(t),
3316
+ width: y(t),
3317
+ height: y(t),
3284
3318
  viewBox: "0 0 32 32",
3285
3319
  fill: "none",
3286
3320
  ...o,
@@ -3299,96 +3333,98 @@ function S2({ color: r = Z.white, size: t = "small", ...o }) {
3299
3333
  }
3300
3334
  );
3301
3335
  }
3302
- function T2() {
3303
- return /* @__PURE__ */ i.jsxs("svg", { width: "135", height: "40", viewBox: "0 0 135 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3304
- /* @__PURE__ */ i.jsx(
3305
- "path",
3306
- {
3307
- d: "M47.9119 32.4545V33.4773H44.3366V32.4545H47.9119ZM45.2955 30.8864H46.5696V37.0781C46.5696 37.3253 46.6065 37.5114 46.6804 37.6364C46.7543 37.7585 46.8494 37.8423 46.9659 37.8878C47.0852 37.9304 47.2145 37.9517 47.3537 37.9517C47.456 37.9517 47.5455 37.9446 47.6222 37.9304C47.6989 37.9162 47.7585 37.9048 47.8011 37.8963L48.0312 38.9489C47.9574 38.9773 47.8523 39.0057 47.7159 39.0341C47.5795 39.0653 47.4091 39.0824 47.2045 39.0852C46.8693 39.0909 46.5568 39.0312 46.267 38.9062C45.9773 38.7812 45.7429 38.5881 45.5639 38.3267C45.3849 38.0653 45.2955 37.7372 45.2955 37.3423V30.8864ZM51.5921 39.1321C50.9472 39.1321 50.3918 38.9943 49.9259 38.7188C49.4628 38.4403 49.1049 38.0497 48.852 37.5469C48.602 37.0412 48.477 36.4489 48.477 35.7699C48.477 35.0994 48.602 34.5085 48.852 33.9972C49.1049 33.4858 49.4571 33.0866 49.9088 32.7997C50.3634 32.5128 50.8946 32.3693 51.5026 32.3693C51.8719 32.3693 52.2299 32.4304 52.5765 32.5526C52.9231 32.6747 53.2341 32.8665 53.5097 33.1278C53.7853 33.3892 54.0026 33.7287 54.1617 34.1463C54.3208 34.5611 54.4003 35.0653 54.4003 35.6591V36.1108H49.1972V35.1562H53.1517C53.1517 34.821 53.0836 34.5241 52.9472 34.2656C52.8108 34.0043 52.6191 33.7983 52.3719 33.6477C52.1276 33.4972 51.8407 33.4219 51.5111 33.4219C51.1532 33.4219 50.8407 33.5099 50.5736 33.6861C50.3094 33.8594 50.1049 34.0866 49.96 34.3679C49.8179 34.6463 49.7469 34.9489 49.7469 35.2756V36.0213C49.7469 36.4588 49.8236 36.831 49.977 37.1378C50.1333 37.4446 50.3506 37.679 50.629 37.8409C50.9074 38 51.2327 38.0795 51.6049 38.0795C51.8463 38.0795 52.0665 38.0455 52.2654 37.9773C52.4642 37.9062 52.6361 37.8011 52.781 37.6619C52.9259 37.5227 53.0367 37.3509 53.1134 37.1463L54.3194 37.3636C54.2228 37.7187 54.0495 38.0298 53.7995 38.2969C53.5523 38.5611 53.2412 38.767 52.8662 38.9148C52.4941 39.0597 52.0694 39.1321 51.5921 39.1321ZM55.334 39V32.4545H56.6082V39H55.334ZM55.9775 31.4446C55.7559 31.4446 55.5656 31.3707 55.4065 31.223C55.2502 31.0724 55.1721 30.8935 55.1721 30.6861C55.1721 30.4759 55.2502 30.2969 55.4065 30.1491C55.5656 29.9986 55.7559 29.9233 55.9775 29.9233C56.1991 29.9233 56.388 29.9986 56.5443 30.1491C56.7034 30.2969 56.7829 30.4759 56.7829 30.6861C56.7829 30.8935 56.7034 31.0724 56.5443 31.223C56.388 31.3707 56.1991 31.4446 55.9775 31.4446ZM59.1165 30.2727V39H57.8423V30.2727H59.1165ZM68.6458 32.4545L66.2722 39H64.9086L62.5308 32.4545H63.8987L65.5563 37.4915H65.6245L67.2779 32.4545H68.6458ZM71.8977 39.1321C71.2841 39.1321 70.7486 38.9915 70.2912 38.7102C69.8338 38.429 69.4787 38.0355 69.2258 37.5298C68.973 37.0241 68.8466 36.4332 68.8466 35.7571C68.8466 35.0781 68.973 34.4844 69.2258 33.9759C69.4787 33.4673 69.8338 33.0724 70.2912 32.7912C70.7486 32.5099 71.2841 32.3693 71.8977 32.3693C72.5113 32.3693 73.0468 32.5099 73.5042 32.7912C73.9616 33.0724 74.3167 33.4673 74.5696 33.9759C74.8224 34.4844 74.9488 35.0781 74.9488 35.7571C74.9488 36.4332 74.8224 37.0241 74.5696 37.5298C74.3167 38.0355 73.9616 38.429 73.5042 38.7102C73.0468 38.9915 72.5113 39.1321 71.8977 39.1321ZM71.902 38.0625C72.2997 38.0625 72.6292 37.9574 72.8906 37.7472C73.152 37.5369 73.3451 37.2571 73.4701 36.9077C73.598 36.5582 73.6619 36.1733 73.6619 35.7528C73.6619 35.3352 73.598 34.9517 73.4701 34.6023C73.3451 34.25 73.152 33.9673 72.8906 33.7543C72.6292 33.5412 72.2997 33.4347 71.902 33.4347C71.5014 33.4347 71.169 33.5412 70.9048 33.7543C70.6434 33.9673 70.4488 34.25 70.321 34.6023C70.196 34.9517 70.1335 35.3352 70.1335 35.7528C70.1335 36.1733 70.196 36.5582 70.321 36.9077C70.4488 37.2571 70.6434 37.5369 70.9048 37.7472C71.169 37.9574 71.5014 38.0625 71.902 38.0625ZM77.1652 35.1136V39H75.8911V32.4545H77.1141V33.5199H77.195C77.3456 33.1733 77.5814 32.8949 77.9024 32.6847C78.2263 32.4744 78.634 32.3693 79.1254 32.3693C79.5715 32.3693 79.9621 32.4631 80.2973 32.6506C80.6325 32.8352 80.8925 33.1108 81.0771 33.4773C81.2618 33.8437 81.3541 34.2969 81.3541 34.8366V39H80.08V34.9901C80.08 34.5156 79.9564 34.1449 79.7092 33.8778C79.4621 33.608 79.1226 33.473 78.6908 33.473C78.3953 33.473 78.1325 33.5369 77.9024 33.6648C77.6752 33.7926 77.4948 33.9801 77.3612 34.2273C77.2306 34.4716 77.1652 34.767 77.1652 35.1136ZM87.1836 39.1449C86.7688 39.1449 86.3938 39.0682 86.0586 38.9148C85.7233 38.7585 85.4577 38.5327 85.2617 38.2372C85.0685 37.9418 84.9719 37.5795 84.9719 37.1506C84.9719 36.7812 85.0429 36.4773 85.185 36.2386C85.327 36 85.5188 35.8111 85.7603 35.6719C86.0017 35.5327 86.2716 35.4276 86.5699 35.3565C86.8682 35.2855 87.1722 35.2315 87.4818 35.1946C87.8739 35.1491 88.1921 35.1122 88.4364 35.0838C88.6807 35.0526 88.8583 35.0028 88.9691 34.9347C89.0799 34.8665 89.1353 34.7557 89.1353 34.6023V34.5724C89.1353 34.2003 89.0301 33.9119 88.8199 33.7074C88.6125 33.5028 88.3029 33.4006 87.8909 33.4006C87.462 33.4006 87.1239 33.4957 86.8767 33.6861C86.6324 33.8736 86.4634 34.0824 86.3696 34.3125L85.1722 34.0398C85.3142 33.642 85.5216 33.321 85.7943 33.0767C86.0699 32.8295 86.3867 32.6506 86.7446 32.5398C87.1026 32.4261 87.479 32.3693 87.8739 32.3693C88.1353 32.3693 88.4122 32.4006 88.7049 32.4631C89.0003 32.5227 89.2759 32.6335 89.5316 32.7955C89.7901 32.9574 90.0017 33.1889 90.1665 33.4901C90.3313 33.7884 90.4137 34.1761 90.4137 34.6534V39H89.1693V38.1051H89.1182C89.0358 38.2699 88.9122 38.4318 88.7475 38.5909C88.5827 38.75 88.3711 38.8821 88.1125 38.9872C87.854 39.0923 87.5443 39.1449 87.1836 39.1449ZM87.4605 38.1222C87.8128 38.1222 88.1139 38.0526 88.3639 37.9134C88.6168 37.7741 88.8086 37.5923 88.9392 37.3679C89.0728 37.1406 89.1395 36.8977 89.1395 36.6392V35.7955C89.0941 35.8409 89.006 35.8835 88.8753 35.9233C88.7475 35.9602 88.6012 35.9929 88.4364 36.0213C88.2716 36.0469 88.1111 36.071 87.9549 36.0938C87.7986 36.1136 87.6679 36.1307 87.5628 36.1449C87.3157 36.1761 87.0898 36.2287 86.8853 36.3026C86.6836 36.3764 86.5216 36.483 86.3995 36.6222C86.2801 36.7585 86.2205 36.9403 86.2205 37.1676C86.2205 37.483 86.337 37.7216 86.5699 37.8835C86.8029 38.0426 87.0997 38.1222 87.4605 38.1222ZM91.733 39V30.2727H93.0072V33.5156H93.0839C93.1577 33.3793 93.2643 33.2216 93.4035 33.0426C93.5427 32.8636 93.7359 32.7074 93.983 32.5739C94.2302 32.4375 94.5569 32.3693 94.9631 32.3693C95.4915 32.3693 95.9631 32.5028 96.3779 32.7699C96.7927 33.0369 97.118 33.4219 97.3538 33.9247C97.5924 34.4276 97.7117 35.0327 97.7117 35.7401C97.7117 36.4474 97.5938 37.054 97.358 37.5597C97.1222 38.0625 96.7984 38.4503 96.3864 38.723C95.9745 38.9929 95.5043 39.1278 94.9759 39.1278C94.5782 39.1278 94.2529 39.0611 94.0001 38.9276C93.7501 38.794 93.554 38.6378 93.412 38.4588C93.27 38.2798 93.1606 38.1207 93.0839 37.9815H92.9773V39H91.733ZM92.9816 35.7273C92.9816 36.1875 93.0484 36.5909 93.1819 36.9375C93.3154 37.2841 93.5086 37.5554 93.7614 37.7514C94.0143 37.9446 94.3239 38.0412 94.6904 38.0412C95.0711 38.0412 95.3893 37.9403 95.645 37.7386C95.9006 37.5341 96.0938 37.2571 96.2245 36.9077C96.358 36.5582 96.4248 36.1648 96.4248 35.7273C96.4248 35.2955 96.3594 34.9077 96.2288 34.5639C96.1009 34.2202 95.9077 33.9489 95.6492 33.75C95.3935 33.5511 95.0739 33.4517 94.6904 33.4517C94.3211 33.4517 94.0086 33.5469 93.7529 33.7372C93.5001 33.9276 93.3083 34.1932 93.1776 34.5341C93.0469 34.875 92.9816 35.2727 92.9816 35.7273ZM101.42 39.1321C100.806 39.1321 100.27 38.9915 99.813 38.7102C99.3557 38.429 99.0005 38.0355 98.7477 37.5298C98.4949 37.0241 98.3684 36.4332 98.3684 35.7571C98.3684 35.0781 98.4949 34.4844 98.7477 33.9759C99.0005 33.4673 99.3557 33.0724 99.813 32.7912C100.27 32.5099 100.806 32.3693 101.42 32.3693C102.033 32.3693 102.569 32.5099 103.026 32.7912C103.483 33.0724 103.839 33.4673 104.091 33.9759C104.344 34.4844 104.471 35.0781 104.471 35.7571C104.471 36.4332 104.344 37.0241 104.091 37.5298C103.839 38.0355 103.483 38.429 103.026 38.7102C102.569 38.9915 102.033 39.1321 101.42 39.1321ZM101.424 38.0625C101.822 38.0625 102.151 37.9574 102.412 37.7472C102.674 37.5369 102.867 37.2571 102.992 36.9077C103.12 36.5582 103.184 36.1733 103.184 35.7528C103.184 35.3352 103.12 34.9517 102.992 34.6023C102.867 34.25 102.674 33.9673 102.412 33.7543C102.151 33.5412 101.822 33.4347 101.424 33.4347C101.023 33.4347 100.691 33.5412 100.427 33.7543C100.165 33.9673 99.9707 34.25 99.8429 34.6023C99.7179 34.9517 99.6554 35.3352 99.6554 35.7528C99.6554 36.1733 99.7179 36.5582 99.8429 36.9077C99.9707 37.2571 100.165 37.5369 100.427 37.7472C100.691 37.9574 101.023 38.0625 101.424 38.0625ZM107.318 39.1449C106.903 39.1449 106.528 39.0682 106.193 38.9148C105.858 38.7585 105.592 38.5327 105.396 38.2372C105.203 37.9418 105.106 37.5795 105.106 37.1506C105.106 36.7812 105.177 36.4773 105.319 36.2386C105.461 36 105.653 35.8111 105.894 35.6719C106.136 35.5327 106.406 35.4276 106.704 35.3565C107.002 35.2855 107.306 35.2315 107.616 35.1946C108.008 35.1491 108.326 35.1122 108.571 35.0838C108.815 35.0526 108.992 35.0028 109.103 34.9347C109.214 34.8665 109.269 34.7557 109.269 34.6023V34.5724C109.269 34.2003 109.164 33.9119 108.954 33.7074C108.747 33.5028 108.437 33.4006 108.025 33.4006C107.596 33.4006 107.258 33.4957 107.011 33.6861C106.767 33.8736 106.598 34.0824 106.504 34.3125L105.306 34.0398C105.448 33.642 105.656 33.321 105.929 33.0767C106.204 32.8295 106.521 32.6506 106.879 32.5398C107.237 32.4261 107.613 32.3693 108.008 32.3693C108.269 32.3693 108.546 32.4006 108.839 32.4631C109.135 32.5227 109.41 32.6335 109.666 32.7955C109.924 32.9574 110.136 33.1889 110.301 33.4901C110.465 33.7884 110.548 34.1761 110.548 34.6534V39H109.304V38.1051H109.252C109.17 38.2699 109.046 38.4318 108.882 38.5909C108.717 38.75 108.505 38.8821 108.247 38.9872C107.988 39.0923 107.679 39.1449 107.318 39.1449ZM107.595 38.1222C107.947 38.1222 108.248 38.0526 108.498 37.9134C108.751 37.7741 108.943 37.5923 109.073 37.3679C109.207 37.1406 109.274 36.8977 109.274 36.6392V35.7955C109.228 35.8409 109.14 35.8835 109.01 35.9233C108.882 35.9602 108.735 35.9929 108.571 36.0213C108.406 36.0469 108.245 36.071 108.089 36.0938C107.933 36.1136 107.802 36.1307 107.697 36.1449C107.45 36.1761 107.224 36.2287 107.019 36.3026C106.818 36.3764 106.656 36.483 106.534 36.6222C106.414 36.7585 106.355 36.9403 106.355 37.1676C106.355 37.483 106.471 37.7216 106.704 37.8835C106.937 38.0426 107.234 38.1222 107.595 38.1222ZM113.039 30.2727V39H111.765V30.2727H113.039ZM116.178 39.1449C115.763 39.1449 115.388 39.0682 115.053 38.9148C114.718 38.7585 114.452 38.5327 114.256 38.2372C114.063 37.9418 113.966 37.5795 113.966 37.1506C113.966 36.7812 114.037 36.4773 114.18 36.2386C114.322 36 114.513 35.8111 114.755 35.6719C114.996 35.5327 115.266 35.4276 115.564 35.3565C115.863 35.2855 116.167 35.2315 116.476 35.1946C116.868 35.1491 117.187 35.1122 117.431 35.0838C117.675 35.0526 117.853 35.0028 117.964 34.9347C118.074 34.8665 118.13 34.7557 118.13 34.6023V34.5724C118.13 34.2003 118.025 33.9119 117.814 33.7074C117.607 33.5028 117.297 33.4006 116.885 33.4006C116.456 33.4006 116.118 33.4957 115.871 33.6861C115.627 33.8736 115.458 34.0824 115.364 34.3125L114.167 34.0398C114.309 33.642 114.516 33.321 114.789 33.0767C115.064 32.8295 115.381 32.6506 115.739 32.5398C116.097 32.4261 116.474 32.3693 116.868 32.3693C117.13 32.3693 117.407 32.4006 117.699 32.4631C117.995 32.5227 118.27 32.6335 118.526 32.7955C118.785 32.9574 118.996 33.1889 119.161 33.4901C119.326 33.7884 119.408 34.1761 119.408 34.6534V39H118.164V38.1051H118.113C118.03 38.2699 117.907 38.4318 117.742 38.5909C117.577 38.75 117.366 38.8821 117.107 38.9872C116.849 39.0923 116.539 39.1449 116.178 39.1449ZM116.455 38.1222C116.807 38.1222 117.108 38.0526 117.358 37.9134C117.611 37.7741 117.803 37.5923 117.934 37.3679C118.067 37.1406 118.134 36.8977 118.134 36.6392V35.7955C118.089 35.8409 118.001 35.8835 117.87 35.9233C117.742 35.9602 117.596 35.9929 117.431 36.0213C117.266 36.0469 117.106 36.071 116.949 36.0938C116.793 36.1136 116.662 36.1307 116.557 36.1449C116.31 36.1761 116.084 36.2287 115.88 36.3026C115.678 36.3764 115.516 36.483 115.394 36.6222C115.275 36.7585 115.215 36.9403 115.215 37.1676C115.215 37.483 115.331 37.7216 115.564 37.8835C115.797 38.0426 116.094 38.1222 116.455 38.1222ZM120.625 39V32.4545H121.857V33.4943H121.925C122.044 33.142 122.255 32.8651 122.556 32.6634C122.86 32.4588 123.203 32.3565 123.587 32.3565C123.666 32.3565 123.76 32.3594 123.868 32.3651C123.979 32.3707 124.066 32.3778 124.128 32.3864V33.6051C124.077 33.5909 123.986 33.5753 123.855 33.5582C123.725 33.5384 123.594 33.5284 123.463 33.5284C123.162 33.5284 122.894 33.5923 122.658 33.7202C122.425 33.8452 122.24 34.0199 122.104 34.2443C121.968 34.4659 121.899 34.7187 121.899 35.0028V39H120.625ZM124.751 39V32.4545H125.974V33.5199H126.055C126.191 33.1591 126.414 32.8778 126.724 32.6761C127.033 32.4716 127.404 32.3693 127.836 32.3693C128.273 32.3693 128.64 32.4716 128.935 32.6761C129.234 32.8807 129.454 33.1619 129.596 33.5199H129.664C129.82 33.1705 130.069 32.892 130.41 32.6847C130.751 32.4744 131.157 32.3693 131.629 32.3693C132.222 32.3693 132.707 32.5554 133.082 32.9276C133.46 33.2997 133.648 33.8608 133.648 34.6108V39H132.374V34.7301C132.374 34.2869 132.254 33.9659 132.012 33.767C131.771 33.5682 131.482 33.4688 131.147 33.4688C130.732 33.4688 130.41 33.5966 130.18 33.8523C129.95 34.1051 129.835 34.4304 129.835 34.8281V39H128.565V34.6491C128.565 34.294 128.454 34.0085 128.232 33.7926C128.011 33.5767 127.722 33.4688 127.367 33.4688C127.126 33.4688 126.903 33.5327 126.698 33.6605C126.496 33.7855 126.333 33.9602 126.208 34.1847C126.086 34.4091 126.025 34.669 126.025 34.9645V39H124.751Z",
3308
- fill: "#134B33",
3309
- fillOpacity: "0.6"
3310
- }
3311
- ),
3312
- /* @__PURE__ */ i.jsx(
3313
- "path",
3314
- {
3315
- d: "M42.8828 24.6605L38.5744 19.8648H37.1901V24.6605H34.5391V11.5986H40.7971C43.6039 11.5986 45.4759 13.256 45.4759 15.7317C45.4759 17.9157 44.0141 19.4747 41.7329 19.8069L46.1195 24.661H42.8834L42.8828 24.6605ZM40.7971 17.4666C42.0252 17.4666 42.8435 16.7647 42.8435 15.7311C42.8435 14.6976 42.0252 13.9962 40.7971 13.9962H37.1901V17.4666H40.7971Z",
3316
- fill: "#134B33"
3317
- }
3318
- ),
3319
- /* @__PURE__ */ i.jsx(
3320
- "path",
3321
- {
3322
- d: "M55.6923 20.4886H48.2843C48.5372 21.892 49.532 22.7502 50.7212 22.7502C51.4811 22.7502 52.4365 22.6524 53.1384 21.4631L55.4393 21.951C54.5817 23.9782 52.8462 24.9533 50.7212 24.9533C47.9718 24.9533 45.7305 22.8676 45.7305 19.8068C45.7305 16.7461 47.9724 14.6408 50.76 14.6408C53.3526 14.6408 55.595 16.6483 55.6923 19.6118V20.4897V20.4886ZM48.3619 18.6755H53.0603C52.7287 17.4278 51.7935 16.8816 50.76 16.8816C49.7849 16.8816 48.6743 17.4666 48.3619 18.6755Z",
3323
- fill: "#134B33"
3324
- }
3325
- ),
3326
- /* @__PURE__ */ i.jsx(
3327
- "path",
3328
- {
3329
- d: "M64.1299 20.7033L66.5084 21.3075C65.9627 23.5302 63.9546 24.9533 61.6346 24.9533C58.7879 24.9533 56.4297 22.8676 56.4297 19.8068C56.4297 16.7461 58.7885 14.6408 61.6346 14.6408C63.8961 14.6408 65.8649 16.0441 66.5084 18.2276L64.0327 18.9295C63.6814 17.565 62.7653 16.9996 61.6346 16.9996C60.016 16.9996 58.9251 18.15 58.9251 19.8074C58.9251 21.4648 60.0165 22.5945 61.6346 22.5945C62.7653 22.5945 63.6814 22.0487 64.1299 20.7038V20.7033Z",
3330
- fill: "#134B33"
3331
- }
3332
- ),
3333
- /* @__PURE__ */ i.jsx(
3334
- "path",
3335
- {
3336
- d: "M77.2127 18.7334V24.6605H74.6392V19.2797C74.6392 17.9151 73.8596 16.9985 72.6704 16.9985C71.2086 16.9985 70.2532 17.9736 70.2532 20.352V24.6605H67.6797V10.624H70.2532V15.8092C71.013 15.0488 72.0269 14.6397 73.3139 14.6397C75.6531 14.6397 77.2127 16.3162 77.2127 18.7334Z",
3337
- fill: "#134B33"
3338
- }
3339
- ),
3340
- /* @__PURE__ */ i.jsx(
3341
- "path",
3342
- {
3343
- d: "M88.6166 21.5609C88.7526 22.5551 89.6108 22.8862 90.6241 22.8862C91.5796 22.8862 92.1444 22.4574 92.1444 21.9111C92.1444 21.5609 91.9112 21.2097 91.0721 21.0343L89.0836 20.6246C87.329 20.2548 86.3354 19.26 86.3354 17.8567C86.3354 15.9851 87.8556 14.6402 90.3128 14.6402C92.6131 14.6402 94.2115 15.8295 94.5431 17.5256L92.0865 18.0129C91.9893 17.2334 91.307 16.668 90.2346 16.668C89.1623 16.668 88.9094 17.1749 88.9094 17.6234C88.9094 17.9359 89.0257 18.2669 89.7862 18.4423L92.1062 18.9492C93.822 19.319 94.66 20.3914 94.66 21.6975C94.66 23.8416 92.925 24.9533 90.3903 24.9533C88.2462 24.9533 86.2769 24.1153 86.0234 22.087L88.6166 21.5609Z",
3344
- fill: "#134B33"
3345
- }
3346
- ),
3347
- /* @__PURE__ */ i.jsx(
3348
- "path",
3349
- {
3350
- d: "M106.434 19.8063C106.434 22.8671 104.133 24.9527 101.657 24.9527C100.331 24.9527 99.259 24.5627 98.4407 23.8995V27.9747H95.8672V14.9325H98.4407V15.712C99.259 15.0297 100.331 14.6397 101.657 14.6397C104.133 14.6397 106.434 16.745 106.434 19.8058V19.8063ZM103.938 19.8063C103.938 18.0123 102.768 16.8816 101.208 16.8816C99.8238 16.8816 98.4401 18.0123 98.4401 19.8063C98.4401 21.6003 99.8238 22.7108 101.208 22.7108C102.767 22.7108 103.938 21.5997 103.938 19.8063Z",
3351
- fill: "#134B33"
3352
- }
3353
- ),
3354
- /* @__PURE__ */ i.jsx(
3355
- "path",
3356
- {
3357
- d: "M110.588 12.0274C110.588 12.885 109.925 13.528 109.029 13.528C108.132 13.528 107.469 12.885 107.469 12.0274C107.469 11.1698 108.112 10.4869 109.029 10.4869C109.946 10.4869 110.588 11.208 110.588 12.0274ZM107.742 24.6605V14.9325H110.315V24.6605H107.742Z",
3358
- fill: "#134B33"
3359
- }
3360
- ),
3361
- /* @__PURE__ */ i.jsx("path", { d: "M112.402 24.6605V10.624H114.976V24.6605H112.402Z", fill: "#134B33" }),
3362
- /* @__PURE__ */ i.jsx(
3363
- "path",
3364
- {
3365
- d: "M126.692 19.8063C126.692 22.8671 124.294 24.9139 121.447 24.9139C118.601 24.9139 116.145 22.8671 116.145 19.8063C116.145 16.7455 118.542 14.6987 121.447 14.6987C124.352 14.6987 126.692 16.7455 126.692 19.8063ZM124.197 19.8063C124.197 17.9932 122.793 16.9012 121.447 16.9012C120.102 16.9012 118.64 17.9932 118.64 19.8063C118.64 21.6194 120.044 22.7108 121.447 22.7108C122.851 22.7108 124.197 21.6194 124.197 19.8063Z",
3366
- fill: "#134B33"
3367
- }
3368
- ),
3369
- /* @__PURE__ */ i.jsx(
3370
- "path",
3371
- {
3372
- d: "M83.6447 22.5546C82.787 22.5464 82.2216 22.0477 82.2216 20.8781V17.0373H85.3993V14.9325H82.2216V11.9881H79.6482V14.9325H77.5625V17.0373H79.6482V21.0731C79.6482 23.7438 81.1684 24.9527 83.4693 24.9527C84.2876 24.9527 84.9896 24.7774 86.0035 24.2316L85.2939 22.1766C85.2939 22.1766 84.2488 22.5601 83.6447 22.5546Z",
3373
- fill: "#134B33"
3374
- }
3375
- ),
3376
- /* @__PURE__ */ i.jsx(
3377
- "path",
3378
- {
3379
- d: "M132.578 22.5546C131.721 22.5464 131.155 22.0477 131.155 20.8781V17.0373H134.333V14.9325H131.155V11.9881H128.582V14.9325H126.496V17.0373H128.582V21.0731C128.582 23.7438 130.102 24.9527 132.403 24.9527C133.221 24.9527 133.923 24.7774 134.937 24.2316L134.227 22.1766C134.227 22.1766 133.182 22.5601 132.578 22.5546Z",
3380
- fill: "#134B33"
3381
- }
3382
- ),
3383
- /* @__PURE__ */ i.jsx(
3384
- "path",
3385
- {
3386
- fillRule: "evenodd",
3387
- clipRule: "evenodd",
3388
- d: "M13.9665 32.5C11.6771 32.5 9.49965 31.4823 7.30965 29.389L7.19384 29.2786C6.10021 28.2342 4.77495 26.9685 4.06699 25.3089C1.80215 25.1794 0 23.2959 0 20.9999V17.7911C0 15.7027 1.49132 13.9557 3.46554 13.5597V13.0418C1.13133 11.7417 0.747299 10.8524 0.614555 10.5454C0.0109254 9.1431 0.295534 7.74355 1.41484 6.60239C2.80456 5.18646 4.40349 4.17476 5.94943 3.19639L6.021 3.1505C7.80184 2.02409 9.4849 1.28991 11.1701 0.904785C11.1887 0.900415 11.2133 0.894953 11.245 0.888398C11.4318 0.846881 11.6749 0.794439 11.9344 0.751283C12.786 0.581939 13.5672 0.5 14.3238 0.5C15.0804 0.5 15.8561 0.581394 16.735 0.755654C16.9797 0.796078 17.2354 0.851252 17.408 0.889491L17.4282 0.894406C17.4544 0.899869 17.4839 0.906424 17.5167 0.914618C19.1807 1.29646 20.8512 2.02737 22.6227 3.14887L22.697 3.19585C24.2451 4.17586 25.8435 5.18755 27.2321 6.60184C28.352 7.743 28.6366 9.14255 28.0341 10.5437C27.9008 10.8524 27.5168 11.7417 25.182 13.0418V13.5597C27.1562 13.9557 28.6481 15.7027 28.6481 17.7911V20.9999C28.6481 23.2964 26.8454 25.1794 24.5806 25.3089C23.8726 26.9685 22.5473 28.2336 21.4537 29.2781L21.3368 29.3895C19.1473 31.4823 16.9694 32.5 14.6805 32.5H13.9671H13.9665Z",
3389
- fill: "white"
3390
- }
3391
- ),
3336
+ function P2({ full: r = !0 }) {
3337
+ const t = () => r ? {
3338
+ width: "135",
3339
+ height: "40",
3340
+ viewBox: "0 0 135 40"
3341
+ } : {
3342
+ width: "28.7",
3343
+ height: "32",
3344
+ viewBox: "0 0 28.7 32"
3345
+ };
3346
+ return /* @__PURE__ */ i.jsxs("svg", { ...t(), fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3347
+ r && /* @__PURE__ */ i.jsxs(i.Fragment, { children: [
3348
+ /* @__PURE__ */ i.jsx(
3349
+ "path",
3350
+ {
3351
+ d: "M47.9119 32.4545V33.4773H44.3366V32.4545H47.9119ZM45.2955 30.8864H46.5696V37.0781C46.5696 37.3253 46.6065 37.5114 46.6804 37.6364C46.7543 37.7585 46.8494 37.8423 46.9659 37.8878C47.0852 37.9304 47.2145 37.9517 47.3537 37.9517C47.456 37.9517 47.5455 37.9446 47.6222 37.9304C47.6989 37.9162 47.7585 37.9048 47.8011 37.8963L48.0312 38.9489C47.9574 38.9773 47.8523 39.0057 47.7159 39.0341C47.5795 39.0653 47.4091 39.0824 47.2045 39.0852C46.8693 39.0909 46.5568 39.0312 46.267 38.9062C45.9773 38.7812 45.7429 38.5881 45.5639 38.3267C45.3849 38.0653 45.2955 37.7372 45.2955 37.3423V30.8864ZM51.5921 39.1321C50.9472 39.1321 50.3918 38.9943 49.9259 38.7188C49.4628 38.4403 49.1049 38.0497 48.852 37.5469C48.602 37.0412 48.477 36.4489 48.477 35.7699C48.477 35.0994 48.602 34.5085 48.852 33.9972C49.1049 33.4858 49.4571 33.0866 49.9088 32.7997C50.3634 32.5128 50.8946 32.3693 51.5026 32.3693C51.8719 32.3693 52.2299 32.4304 52.5765 32.5526C52.9231 32.6747 53.2341 32.8665 53.5097 33.1278C53.7853 33.3892 54.0026 33.7287 54.1617 34.1463C54.3208 34.5611 54.4003 35.0653 54.4003 35.6591V36.1108H49.1972V35.1562H53.1517C53.1517 34.821 53.0836 34.5241 52.9472 34.2656C52.8108 34.0043 52.6191 33.7983 52.3719 33.6477C52.1276 33.4972 51.8407 33.4219 51.5111 33.4219C51.1532 33.4219 50.8407 33.5099 50.5736 33.6861C50.3094 33.8594 50.1049 34.0866 49.96 34.3679C49.8179 34.6463 49.7469 34.9489 49.7469 35.2756V36.0213C49.7469 36.4588 49.8236 36.831 49.977 37.1378C50.1333 37.4446 50.3506 37.679 50.629 37.8409C50.9074 38 51.2327 38.0795 51.6049 38.0795C51.8463 38.0795 52.0665 38.0455 52.2654 37.9773C52.4642 37.9062 52.6361 37.8011 52.781 37.6619C52.9259 37.5227 53.0367 37.3509 53.1134 37.1463L54.3194 37.3636C54.2228 37.7187 54.0495 38.0298 53.7995 38.2969C53.5523 38.5611 53.2412 38.767 52.8662 38.9148C52.4941 39.0597 52.0694 39.1321 51.5921 39.1321ZM55.334 39V32.4545H56.6082V39H55.334ZM55.9775 31.4446C55.7559 31.4446 55.5656 31.3707 55.4065 31.223C55.2502 31.0724 55.1721 30.8935 55.1721 30.6861C55.1721 30.4759 55.2502 30.2969 55.4065 30.1491C55.5656 29.9986 55.7559 29.9233 55.9775 29.9233C56.1991 29.9233 56.388 29.9986 56.5443 30.1491C56.7034 30.2969 56.7829 30.4759 56.7829 30.6861C56.7829 30.8935 56.7034 31.0724 56.5443 31.223C56.388 31.3707 56.1991 31.4446 55.9775 31.4446ZM59.1165 30.2727V39H57.8423V30.2727H59.1165ZM68.6458 32.4545L66.2722 39H64.9086L62.5308 32.4545H63.8987L65.5563 37.4915H65.6245L67.2779 32.4545H68.6458ZM71.8977 39.1321C71.2841 39.1321 70.7486 38.9915 70.2912 38.7102C69.8338 38.429 69.4787 38.0355 69.2258 37.5298C68.973 37.0241 68.8466 36.4332 68.8466 35.7571C68.8466 35.0781 68.973 34.4844 69.2258 33.9759C69.4787 33.4673 69.8338 33.0724 70.2912 32.7912C70.7486 32.5099 71.2841 32.3693 71.8977 32.3693C72.5113 32.3693 73.0468 32.5099 73.5042 32.7912C73.9616 33.0724 74.3167 33.4673 74.5696 33.9759C74.8224 34.4844 74.9488 35.0781 74.9488 35.7571C74.9488 36.4332 74.8224 37.0241 74.5696 37.5298C74.3167 38.0355 73.9616 38.429 73.5042 38.7102C73.0468 38.9915 72.5113 39.1321 71.8977 39.1321ZM71.902 38.0625C72.2997 38.0625 72.6292 37.9574 72.8906 37.7472C73.152 37.5369 73.3451 37.2571 73.4701 36.9077C73.598 36.5582 73.6619 36.1733 73.6619 35.7528C73.6619 35.3352 73.598 34.9517 73.4701 34.6023C73.3451 34.25 73.152 33.9673 72.8906 33.7543C72.6292 33.5412 72.2997 33.4347 71.902 33.4347C71.5014 33.4347 71.169 33.5412 70.9048 33.7543C70.6434 33.9673 70.4488 34.25 70.321 34.6023C70.196 34.9517 70.1335 35.3352 70.1335 35.7528C70.1335 36.1733 70.196 36.5582 70.321 36.9077C70.4488 37.2571 70.6434 37.5369 70.9048 37.7472C71.169 37.9574 71.5014 38.0625 71.902 38.0625ZM77.1652 35.1136V39H75.8911V32.4545H77.1141V33.5199H77.195C77.3456 33.1733 77.5814 32.8949 77.9024 32.6847C78.2263 32.4744 78.634 32.3693 79.1254 32.3693C79.5715 32.3693 79.9621 32.4631 80.2973 32.6506C80.6325 32.8352 80.8925 33.1108 81.0771 33.4773C81.2618 33.8437 81.3541 34.2969 81.3541 34.8366V39H80.08V34.9901C80.08 34.5156 79.9564 34.1449 79.7092 33.8778C79.4621 33.608 79.1226 33.473 78.6908 33.473C78.3953 33.473 78.1325 33.5369 77.9024 33.6648C77.6752 33.7926 77.4948 33.9801 77.3612 34.2273C77.2306 34.4716 77.1652 34.767 77.1652 35.1136ZM87.1836 39.1449C86.7688 39.1449 86.3938 39.0682 86.0586 38.9148C85.7233 38.7585 85.4577 38.5327 85.2617 38.2372C85.0685 37.9418 84.9719 37.5795 84.9719 37.1506C84.9719 36.7812 85.0429 36.4773 85.185 36.2386C85.327 36 85.5188 35.8111 85.7603 35.6719C86.0017 35.5327 86.2716 35.4276 86.5699 35.3565C86.8682 35.2855 87.1722 35.2315 87.4818 35.1946C87.8739 35.1491 88.1921 35.1122 88.4364 35.0838C88.6807 35.0526 88.8583 35.0028 88.9691 34.9347C89.0799 34.8665 89.1353 34.7557 89.1353 34.6023V34.5724C89.1353 34.2003 89.0301 33.9119 88.8199 33.7074C88.6125 33.5028 88.3029 33.4006 87.8909 33.4006C87.462 33.4006 87.1239 33.4957 86.8767 33.6861C86.6324 33.8736 86.4634 34.0824 86.3696 34.3125L85.1722 34.0398C85.3142 33.642 85.5216 33.321 85.7943 33.0767C86.0699 32.8295 86.3867 32.6506 86.7446 32.5398C87.1026 32.4261 87.479 32.3693 87.8739 32.3693C88.1353 32.3693 88.4122 32.4006 88.7049 32.4631C89.0003 32.5227 89.2759 32.6335 89.5316 32.7955C89.7901 32.9574 90.0017 33.1889 90.1665 33.4901C90.3313 33.7884 90.4137 34.1761 90.4137 34.6534V39H89.1693V38.1051H89.1182C89.0358 38.2699 88.9122 38.4318 88.7475 38.5909C88.5827 38.75 88.3711 38.8821 88.1125 38.9872C87.854 39.0923 87.5443 39.1449 87.1836 39.1449ZM87.4605 38.1222C87.8128 38.1222 88.1139 38.0526 88.3639 37.9134C88.6168 37.7741 88.8086 37.5923 88.9392 37.3679C89.0728 37.1406 89.1395 36.8977 89.1395 36.6392V35.7955C89.0941 35.8409 89.006 35.8835 88.8753 35.9233C88.7475 35.9602 88.6012 35.9929 88.4364 36.0213C88.2716 36.0469 88.1111 36.071 87.9549 36.0938C87.7986 36.1136 87.6679 36.1307 87.5628 36.1449C87.3157 36.1761 87.0898 36.2287 86.8853 36.3026C86.6836 36.3764 86.5216 36.483 86.3995 36.6222C86.2801 36.7585 86.2205 36.9403 86.2205 37.1676C86.2205 37.483 86.337 37.7216 86.5699 37.8835C86.8029 38.0426 87.0997 38.1222 87.4605 38.1222ZM91.733 39V30.2727H93.0072V33.5156H93.0839C93.1577 33.3793 93.2643 33.2216 93.4035 33.0426C93.5427 32.8636 93.7359 32.7074 93.983 32.5739C94.2302 32.4375 94.5569 32.3693 94.9631 32.3693C95.4915 32.3693 95.9631 32.5028 96.3779 32.7699C96.7927 33.0369 97.118 33.4219 97.3538 33.9247C97.5924 34.4276 97.7117 35.0327 97.7117 35.7401C97.7117 36.4474 97.5938 37.054 97.358 37.5597C97.1222 38.0625 96.7984 38.4503 96.3864 38.723C95.9745 38.9929 95.5043 39.1278 94.9759 39.1278C94.5782 39.1278 94.2529 39.0611 94.0001 38.9276C93.7501 38.794 93.554 38.6378 93.412 38.4588C93.27 38.2798 93.1606 38.1207 93.0839 37.9815H92.9773V39H91.733ZM92.9816 35.7273C92.9816 36.1875 93.0484 36.5909 93.1819 36.9375C93.3154 37.2841 93.5086 37.5554 93.7614 37.7514C94.0143 37.9446 94.3239 38.0412 94.6904 38.0412C95.0711 38.0412 95.3893 37.9403 95.645 37.7386C95.9006 37.5341 96.0938 37.2571 96.2245 36.9077C96.358 36.5582 96.4248 36.1648 96.4248 35.7273C96.4248 35.2955 96.3594 34.9077 96.2288 34.5639C96.1009 34.2202 95.9077 33.9489 95.6492 33.75C95.3935 33.5511 95.0739 33.4517 94.6904 33.4517C94.3211 33.4517 94.0086 33.5469 93.7529 33.7372C93.5001 33.9276 93.3083 34.1932 93.1776 34.5341C93.0469 34.875 92.9816 35.2727 92.9816 35.7273ZM101.42 39.1321C100.806 39.1321 100.27 38.9915 99.813 38.7102C99.3557 38.429 99.0005 38.0355 98.7477 37.5298C98.4949 37.0241 98.3684 36.4332 98.3684 35.7571C98.3684 35.0781 98.4949 34.4844 98.7477 33.9759C99.0005 33.4673 99.3557 33.0724 99.813 32.7912C100.27 32.5099 100.806 32.3693 101.42 32.3693C102.033 32.3693 102.569 32.5099 103.026 32.7912C103.483 33.0724 103.839 33.4673 104.091 33.9759C104.344 34.4844 104.471 35.0781 104.471 35.7571C104.471 36.4332 104.344 37.0241 104.091 37.5298C103.839 38.0355 103.483 38.429 103.026 38.7102C102.569 38.9915 102.033 39.1321 101.42 39.1321ZM101.424 38.0625C101.822 38.0625 102.151 37.9574 102.412 37.7472C102.674 37.5369 102.867 37.2571 102.992 36.9077C103.12 36.5582 103.184 36.1733 103.184 35.7528C103.184 35.3352 103.12 34.9517 102.992 34.6023C102.867 34.25 102.674 33.9673 102.412 33.7543C102.151 33.5412 101.822 33.4347 101.424 33.4347C101.023 33.4347 100.691 33.5412 100.427 33.7543C100.165 33.9673 99.9707 34.25 99.8429 34.6023C99.7179 34.9517 99.6554 35.3352 99.6554 35.7528C99.6554 36.1733 99.7179 36.5582 99.8429 36.9077C99.9707 37.2571 100.165 37.5369 100.427 37.7472C100.691 37.9574 101.023 38.0625 101.424 38.0625ZM107.318 39.1449C106.903 39.1449 106.528 39.0682 106.193 38.9148C105.858 38.7585 105.592 38.5327 105.396 38.2372C105.203 37.9418 105.106 37.5795 105.106 37.1506C105.106 36.7812 105.177 36.4773 105.319 36.2386C105.461 36 105.653 35.8111 105.894 35.6719C106.136 35.5327 106.406 35.4276 106.704 35.3565C107.002 35.2855 107.306 35.2315 107.616 35.1946C108.008 35.1491 108.326 35.1122 108.571 35.0838C108.815 35.0526 108.992 35.0028 109.103 34.9347C109.214 34.8665 109.269 34.7557 109.269 34.6023V34.5724C109.269 34.2003 109.164 33.9119 108.954 33.7074C108.747 33.5028 108.437 33.4006 108.025 33.4006C107.596 33.4006 107.258 33.4957 107.011 33.6861C106.767 33.8736 106.598 34.0824 106.504 34.3125L105.306 34.0398C105.448 33.642 105.656 33.321 105.929 33.0767C106.204 32.8295 106.521 32.6506 106.879 32.5398C107.237 32.4261 107.613 32.3693 108.008 32.3693C108.269 32.3693 108.546 32.4006 108.839 32.4631C109.135 32.5227 109.41 32.6335 109.666 32.7955C109.924 32.9574 110.136 33.1889 110.301 33.4901C110.465 33.7884 110.548 34.1761 110.548 34.6534V39H109.304V38.1051H109.252C109.17 38.2699 109.046 38.4318 108.882 38.5909C108.717 38.75 108.505 38.8821 108.247 38.9872C107.988 39.0923 107.679 39.1449 107.318 39.1449ZM107.595 38.1222C107.947 38.1222 108.248 38.0526 108.498 37.9134C108.751 37.7741 108.943 37.5923 109.073 37.3679C109.207 37.1406 109.274 36.8977 109.274 36.6392V35.7955C109.228 35.8409 109.14 35.8835 109.01 35.9233C108.882 35.9602 108.735 35.9929 108.571 36.0213C108.406 36.0469 108.245 36.071 108.089 36.0938C107.933 36.1136 107.802 36.1307 107.697 36.1449C107.45 36.1761 107.224 36.2287 107.019 36.3026C106.818 36.3764 106.656 36.483 106.534 36.6222C106.414 36.7585 106.355 36.9403 106.355 37.1676C106.355 37.483 106.471 37.7216 106.704 37.8835C106.937 38.0426 107.234 38.1222 107.595 38.1222ZM113.039 30.2727V39H111.765V30.2727H113.039ZM116.178 39.1449C115.763 39.1449 115.388 39.0682 115.053 38.9148C114.718 38.7585 114.452 38.5327 114.256 38.2372C114.063 37.9418 113.966 37.5795 113.966 37.1506C113.966 36.7812 114.037 36.4773 114.18 36.2386C114.322 36 114.513 35.8111 114.755 35.6719C114.996 35.5327 115.266 35.4276 115.564 35.3565C115.863 35.2855 116.167 35.2315 116.476 35.1946C116.868 35.1491 117.187 35.1122 117.431 35.0838C117.675 35.0526 117.853 35.0028 117.964 34.9347C118.074 34.8665 118.13 34.7557 118.13 34.6023V34.5724C118.13 34.2003 118.025 33.9119 117.814 33.7074C117.607 33.5028 117.297 33.4006 116.885 33.4006C116.456 33.4006 116.118 33.4957 115.871 33.6861C115.627 33.8736 115.458 34.0824 115.364 34.3125L114.167 34.0398C114.309 33.642 114.516 33.321 114.789 33.0767C115.064 32.8295 115.381 32.6506 115.739 32.5398C116.097 32.4261 116.474 32.3693 116.868 32.3693C117.13 32.3693 117.407 32.4006 117.699 32.4631C117.995 32.5227 118.27 32.6335 118.526 32.7955C118.785 32.9574 118.996 33.1889 119.161 33.4901C119.326 33.7884 119.408 34.1761 119.408 34.6534V39H118.164V38.1051H118.113C118.03 38.2699 117.907 38.4318 117.742 38.5909C117.577 38.75 117.366 38.8821 117.107 38.9872C116.849 39.0923 116.539 39.1449 116.178 39.1449ZM116.455 38.1222C116.807 38.1222 117.108 38.0526 117.358 37.9134C117.611 37.7741 117.803 37.5923 117.934 37.3679C118.067 37.1406 118.134 36.8977 118.134 36.6392V35.7955C118.089 35.8409 118.001 35.8835 117.87 35.9233C117.742 35.9602 117.596 35.9929 117.431 36.0213C117.266 36.0469 117.106 36.071 116.949 36.0938C116.793 36.1136 116.662 36.1307 116.557 36.1449C116.31 36.1761 116.084 36.2287 115.88 36.3026C115.678 36.3764 115.516 36.483 115.394 36.6222C115.275 36.7585 115.215 36.9403 115.215 37.1676C115.215 37.483 115.331 37.7216 115.564 37.8835C115.797 38.0426 116.094 38.1222 116.455 38.1222ZM120.625 39V32.4545H121.857V33.4943H121.925C122.044 33.142 122.255 32.8651 122.556 32.6634C122.86 32.4588 123.203 32.3565 123.587 32.3565C123.666 32.3565 123.76 32.3594 123.868 32.3651C123.979 32.3707 124.066 32.3778 124.128 32.3864V33.6051C124.077 33.5909 123.986 33.5753 123.855 33.5582C123.725 33.5384 123.594 33.5284 123.463 33.5284C123.162 33.5284 122.894 33.5923 122.658 33.7202C122.425 33.8452 122.24 34.0199 122.104 34.2443C121.968 34.4659 121.899 34.7187 121.899 35.0028V39H120.625ZM124.751 39V32.4545H125.974V33.5199H126.055C126.191 33.1591 126.414 32.8778 126.724 32.6761C127.033 32.4716 127.404 32.3693 127.836 32.3693C128.273 32.3693 128.64 32.4716 128.935 32.6761C129.234 32.8807 129.454 33.1619 129.596 33.5199H129.664C129.82 33.1705 130.069 32.892 130.41 32.6847C130.751 32.4744 131.157 32.3693 131.629 32.3693C132.222 32.3693 132.707 32.5554 133.082 32.9276C133.46 33.2997 133.648 33.8608 133.648 34.6108V39H132.374V34.7301C132.374 34.2869 132.254 33.9659 132.012 33.767C131.771 33.5682 131.482 33.4688 131.147 33.4688C130.732 33.4688 130.41 33.5966 130.18 33.8523C129.95 34.1051 129.835 34.4304 129.835 34.8281V39H128.565V34.6491C128.565 34.294 128.454 34.0085 128.232 33.7926C128.011 33.5767 127.722 33.4688 127.367 33.4688C127.126 33.4688 126.903 33.5327 126.698 33.6605C126.496 33.7855 126.333 33.9602 126.208 34.1847C126.086 34.4091 126.025 34.669 126.025 34.9645V39H124.751Z",
3352
+ fill: "#134B33",
3353
+ "fill-opacity": "0.6"
3354
+ }
3355
+ ),
3356
+ /* @__PURE__ */ i.jsx(
3357
+ "path",
3358
+ {
3359
+ d: "M42.8828 24.6605L38.5744 19.8648H37.1901V24.6605H34.5391V11.5986H40.7971C43.6039 11.5986 45.4759 13.256 45.4759 15.7317C45.4759 17.9157 44.0141 19.4747 41.7329 19.8069L46.1195 24.661H42.8834L42.8828 24.6605ZM40.7971 17.4666C42.0252 17.4666 42.8435 16.7647 42.8435 15.7311C42.8435 14.6976 42.0252 13.9962 40.7971 13.9962H37.1901V17.4666H40.7971Z",
3360
+ fill: "#134B33"
3361
+ }
3362
+ ),
3363
+ /* @__PURE__ */ i.jsx(
3364
+ "path",
3365
+ {
3366
+ d: "M55.6923 20.4886H48.2843C48.5372 21.892 49.532 22.7502 50.7212 22.7502C51.4811 22.7502 52.4365 22.6524 53.1384 21.4631L55.4393 21.951C54.5817 23.9782 52.8462 24.9533 50.7212 24.9533C47.9718 24.9533 45.7305 22.8676 45.7305 19.8068C45.7305 16.7461 47.9724 14.6408 50.76 14.6408C53.3526 14.6408 55.595 16.6483 55.6923 19.6118V20.4897V20.4886ZM48.3619 18.6755H53.0603C52.7287 17.4278 51.7935 16.8816 50.76 16.8816C49.7849 16.8816 48.6743 17.4666 48.3619 18.6755Z",
3367
+ fill: "#134B33"
3368
+ }
3369
+ ),
3370
+ /* @__PURE__ */ i.jsx(
3371
+ "path",
3372
+ {
3373
+ d: "M64.1299 20.7033L66.5084 21.3075C65.9627 23.5302 63.9546 24.9533 61.6346 24.9533C58.7879 24.9533 56.4297 22.8676 56.4297 19.8068C56.4297 16.7461 58.7885 14.6408 61.6346 14.6408C63.8961 14.6408 65.8649 16.0441 66.5084 18.2276L64.0327 18.9295C63.6814 17.565 62.7653 16.9996 61.6346 16.9996C60.016 16.9996 58.9251 18.15 58.9251 19.8074C58.9251 21.4648 60.0165 22.5945 61.6346 22.5945C62.7653 22.5945 63.6814 22.0487 64.1299 20.7038V20.7033Z",
3374
+ fill: "#134B33"
3375
+ }
3376
+ ),
3377
+ /* @__PURE__ */ i.jsx(
3378
+ "path",
3379
+ {
3380
+ d: "M77.2127 18.7334V24.6605H74.6392V19.2797C74.6392 17.9151 73.8596 16.9985 72.6704 16.9985C71.2086 16.9985 70.2532 17.9736 70.2532 20.352V24.6605H67.6797V10.624H70.2532V15.8092C71.013 15.0488 72.0269 14.6397 73.3139 14.6397C75.6531 14.6397 77.2127 16.3162 77.2127 18.7334Z",
3381
+ fill: "#134B33"
3382
+ }
3383
+ ),
3384
+ /* @__PURE__ */ i.jsx(
3385
+ "path",
3386
+ {
3387
+ d: "M88.6166 21.5609C88.7526 22.5551 89.6108 22.8862 90.6241 22.8862C91.5796 22.8862 92.1444 22.4574 92.1444 21.9111C92.1444 21.5609 91.9112 21.2097 91.0721 21.0343L89.0836 20.6246C87.329 20.2548 86.3354 19.26 86.3354 17.8567C86.3354 15.9851 87.8556 14.6402 90.3128 14.6402C92.6131 14.6402 94.2115 15.8295 94.5431 17.5256L92.0865 18.0129C91.9893 17.2334 91.307 16.668 90.2346 16.668C89.1623 16.668 88.9094 17.1749 88.9094 17.6234C88.9094 17.9359 89.0257 18.2669 89.7862 18.4423L92.1062 18.9492C93.822 19.319 94.66 20.3914 94.66 21.6975C94.66 23.8416 92.925 24.9533 90.3903 24.9533C88.2462 24.9533 86.2769 24.1153 86.0234 22.087L88.6166 21.5609Z",
3388
+ fill: "#134B33"
3389
+ }
3390
+ ),
3391
+ /* @__PURE__ */ i.jsx(
3392
+ "path",
3393
+ {
3394
+ d: "M106.434 19.8063C106.434 22.8671 104.133 24.9527 101.657 24.9527C100.331 24.9527 99.259 24.5627 98.4407 23.8995V27.9747H95.8672V14.9325H98.4407V15.712C99.259 15.0297 100.331 14.6397 101.657 14.6397C104.133 14.6397 106.434 16.745 106.434 19.8058V19.8063ZM103.938 19.8063C103.938 18.0123 102.768 16.8816 101.208 16.8816C99.8238 16.8816 98.4401 18.0123 98.4401 19.8063C98.4401 21.6003 99.8238 22.7108 101.208 22.7108C102.767 22.7108 103.938 21.5997 103.938 19.8063Z",
3395
+ fill: "#134B33"
3396
+ }
3397
+ ),
3398
+ /* @__PURE__ */ i.jsx(
3399
+ "path",
3400
+ {
3401
+ d: "M110.588 12.0274C110.588 12.885 109.925 13.528 109.029 13.528C108.132 13.528 107.469 12.885 107.469 12.0274C107.469 11.1698 108.112 10.4869 109.029 10.4869C109.946 10.4869 110.588 11.208 110.588 12.0274ZM107.742 24.6605V14.9325H110.315V24.6605H107.742Z",
3402
+ fill: "#134B33"
3403
+ }
3404
+ ),
3405
+ /* @__PURE__ */ i.jsx("path", { d: "M112.402 24.6605V10.624H114.976V24.6605H112.402Z", fill: "#134B33" }),
3406
+ /* @__PURE__ */ i.jsx(
3407
+ "path",
3408
+ {
3409
+ d: "M126.692 19.8063C126.692 22.8671 124.294 24.9139 121.447 24.9139C118.601 24.9139 116.145 22.8671 116.145 19.8063C116.145 16.7455 118.542 14.6987 121.447 14.6987C124.352 14.6987 126.692 16.7455 126.692 19.8063ZM124.197 19.8063C124.197 17.9932 122.793 16.9012 121.447 16.9012C120.102 16.9012 118.64 17.9932 118.64 19.8063C118.64 21.6194 120.044 22.7108 121.447 22.7108C122.851 22.7108 124.197 21.6194 124.197 19.8063Z",
3410
+ fill: "#134B33"
3411
+ }
3412
+ ),
3413
+ /* @__PURE__ */ i.jsx(
3414
+ "path",
3415
+ {
3416
+ d: "M83.6447 22.5546C82.787 22.5464 82.2216 22.0477 82.2216 20.8781V17.0373H85.3993V14.9325H82.2216V11.9881H79.6482V14.9325H77.5625V17.0373H79.6482V21.0731C79.6482 23.7438 81.1684 24.9527 83.4693 24.9527C84.2876 24.9527 84.9896 24.7774 86.0035 24.2316L85.2939 22.1766C85.2939 22.1766 84.2488 22.5601 83.6447 22.5546Z",
3417
+ fill: "#134B33"
3418
+ }
3419
+ ),
3420
+ /* @__PURE__ */ i.jsx(
3421
+ "path",
3422
+ {
3423
+ d: "M132.578 22.5546C131.721 22.5464 131.155 22.0477 131.155 20.8781V17.0373H134.333V14.9325H131.155V11.9881H128.582V14.9325H126.496V17.0373H128.582V21.0731C128.582 23.7438 130.102 24.9527 132.403 24.9527C133.221 24.9527 133.923 24.7774 134.937 24.2316L134.227 22.1766C134.227 22.1766 133.182 22.5601 132.578 22.5546Z",
3424
+ fill: "#134B33"
3425
+ }
3426
+ )
3427
+ ] }),
3392
3428
  /* @__PURE__ */ i.jsx(
3393
3429
  "path",
3394
3430
  {
@@ -3426,13 +3462,13 @@ function T2() {
3426
3462
  )
3427
3463
  ] });
3428
3464
  }
3429
- function P2({ color: r = Z.primary[900], size: t = "small", ...o }) {
3465
+ function Z2({ color: r = T.primary[900], size: t = "small", ...o }) {
3430
3466
  return /* @__PURE__ */ i.jsx(
3431
3467
  "svg",
3432
3468
  {
3433
3469
  xmlns: "http://www.w3.org/2000/svg",
3434
- width: V(t),
3435
- height: V(t),
3470
+ width: y(t),
3471
+ height: y(t),
3436
3472
  viewBox: "0 0 24 24",
3437
3473
  fill: "none",
3438
3474
  ...o,
@@ -3440,13 +3476,13 @@ function P2({ color: r = Z.primary[900], size: t = "small", ...o }) {
3440
3476
  }
3441
3477
  );
3442
3478
  }
3443
- function Z2({ color: r = Z.white, size: t = "small", ...o }) {
3479
+ function A2({ color: r = T.white, size: t = "small", ...o }) {
3444
3480
  return /* @__PURE__ */ i.jsx(
3445
3481
  "svg",
3446
3482
  {
3447
3483
  xmlns: "http://www.w3.org/2000/svg",
3448
- width: V(t),
3449
- height: V(t),
3484
+ width: y(t),
3485
+ height: y(t),
3450
3486
  viewBox: "0 0 32 32",
3451
3487
  fill: "none",
3452
3488
  ...o,
@@ -3463,7 +3499,7 @@ function Z2({ color: r = Z.white, size: t = "small", ...o }) {
3463
3499
  }
3464
3500
  );
3465
3501
  }
3466
- function A2({ color: r = Z.white, size: t = "small", ...o }) {
3502
+ function O2({ color: r = T.white, size: t = "small", ...o }) {
3467
3503
  return t === "small" ? /* @__PURE__ */ i.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", ...o, children: /* @__PURE__ */ i.jsx(
3468
3504
  "path",
3469
3505
  {
@@ -3484,24 +3520,25 @@ function A2({ color: r = Z.white, size: t = "small", ...o }) {
3484
3520
  }
3485
3521
  export {
3486
3522
  k2 as A,
3487
- y2 as C,
3488
- R2 as D,
3523
+ x2 as C,
3524
+ E2 as D,
3489
3525
  M2 as E,
3490
- S2 as H,
3491
- T2 as L,
3492
- P2 as M,
3526
+ T2 as H,
3527
+ P2 as L,
3528
+ Z2 as M,
3493
3529
  V2 as P,
3494
- A2 as U,
3530
+ O2 as U,
3495
3531
  j2 as a,
3496
3532
  L2 as b,
3497
- x2 as c,
3498
- E2 as d,
3533
+ y2 as c,
3534
+ R2 as d,
3499
3535
  H2 as e,
3500
3536
  _2 as f,
3501
- Z2 as g,
3502
- Z as h,
3503
- v2 as i,
3537
+ S2 as g,
3538
+ A2 as h,
3539
+ T as i,
3504
3540
  i as j,
3541
+ v2 as k,
3505
3542
  m2 as t,
3506
3543
  w2 as u
3507
3544
  };
@@ -1,7 +1,8 @@
1
1
  import { ButtonHTMLAttributes } from 'react';
2
2
  type IconButtonProps = ButtonHTMLAttributes<HTMLButtonElement> & {
3
3
  onClick?: () => void;
4
+ variant?: 'light' | 'dark';
4
5
  children: React.ReactNode;
5
6
  };
6
- export default function IconButton({ onClick, children, ...props }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ export default function IconButton({ onClick, variant, children, ...props }: IconButtonProps): import("react/jsx-runtime").JSX.Element;
7
8
  export {};
@@ -0,0 +1,2 @@
1
+ import { IconProps } from '../lib/types';
2
+ export default function Compose({ color, size, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
@@ -1 +1,5 @@
1
- export default function Logo(): import("react/jsx-runtime").JSX.Element;
1
+ type LogoProps = {
2
+ full?: boolean;
3
+ };
4
+ export default function Logo({ full }: LogoProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
@@ -3,6 +3,7 @@ export { default as AttachIcon } from './Attach';
3
3
  export { default as ChevronIcon } from './Chevron';
4
4
  export { default as CheckmarkIcon } from './Checkmark';
5
5
  export { default as CloseIcon } from './Close';
6
+ export { default as ComposeIcon } from './Compose';
6
7
  export { default as DataIcon } from './Data';
7
8
  export { default as DoubleChevronIcon } from './DoubleChevron';
8
9
  export { default as EditIcon } from './Edit';
package/dist/icons.es.js CHANGED
@@ -1,19 +1,20 @@
1
- import { A as c, a as n, b as s, C as I, c as e, D as r, d as t, E as C, e as l, f as h, H as i, L as m, M as E, g, P as u, U as A } from "./UserCircle-DILAhGf2.js";
1
+ import { A as c, a as n, b as s, C as I, c as e, d as r, D as t, e as C, E as h, f as l, g as m, H as i, L as E, M as g, h as u, P as A, U as D } from "./UserCircle-ByYJZ04x.js";
2
2
  export {
3
3
  c as AccountIcon,
4
4
  n as AttachIcon,
5
5
  s as CheckmarkIcon,
6
6
  I as ChevronIcon,
7
7
  e as CloseIcon,
8
- r as DataIcon,
9
- t as DoubleChevronIcon,
10
- C as EditIcon,
8
+ r as ComposeIcon,
9
+ t as DataIcon,
10
+ C as DoubleChevronIcon,
11
+ h as EditIcon,
11
12
  l as EmailIcon,
12
- h as EnterIcon,
13
+ m as EnterIcon,
13
14
  i as HomeIcon,
14
- m as LogoIcon,
15
- E as MenuIcon,
16
- g as MessageIcon,
17
- u as PilotIcon,
18
- A as UserCircleIcon
15
+ E as LogoIcon,
16
+ g as MenuIcon,
17
+ u as MessageIcon,
18
+ A as PilotIcon,
19
+ D as UserCircleIcon
19
20
  };
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}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-1\\/2,.left-\\[50\\%\\]{left:50%}.right-4{right:1rem}.top-1\\/2{top:50%}.top-4{top:1rem}.top-\\[50\\%\\]{top:50%}.z-50{z-index:50}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-4{height:1rem}.w-4{width:1rem}.w-full{width:100%}.-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}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.resize{resize:both}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.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))}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.border{border-width:1px}.bg-black\\/30{background-color:#0000004d}.bg-black\\/80{background-color:#000c}.bg-neutral-100{background-color:#cfd3d2}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-neutral-500{color:#5b6b63}.opacity-70{opacity:.7}.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)}.outline{outline-style:solid}.ring-offset-white{--tw-ring-offset-color: hsla(0, 0%, 100%, 1)}.invert{--tw-invert: invert(100%);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)}.sepia{--tw-sepia: sepia(100%);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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;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))}}.duration-200{animation-duration:.2s}.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}.data-\\[state\\=open\\]\\:bg-neutral-100[data-state=open]{background-color:#cfd3d2}.data-\\[state\\=open\\]\\:text-neutral-500[data-state=open]{color:#5b6b63}.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]{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\\=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-\\[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-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\\:ring-offset-neutral-950:is(.dark *){--tw-ring-offset-color: hsla(150, 10%, 8%, 1)}.dark\\:focus\\:ring-neutral-300:focus:is(.dark *){--tw-ring-color: hsla(150, 5%, 64%, 1)}.dark\\:data-\\[state\\=open\\]\\:bg-neutral-800[data-state=open]:is(.dark *){background-color:#262c29}.dark\\:data-\\[state\\=open\\]\\:text-neutral-400[data-state=open]:is(.dark *){color:#7c8882}@media (min-width: 640px){.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}}')),document.head.appendChild(t)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
2
- import { t as K, j as h, h as P, i as ve, C as Wr, c as Br, u as zr, P as Ur, E as Vr } from "./UserCircle-DILAhGf2.js";
3
- import { A as Ns, a as Ps, b as As, D as Rs, d as Ds, e as Os, f as Is, H as Ts, L as $s, M as _s, g as js, U as Ms } from "./UserCircle-DILAhGf2.js";
2
+ import { t as K, j as h, i as P, k as ve, C as Wr, c as Br, u as zr, P as Ur, E as Vr } from "./UserCircle-ByYJZ04x.js";
3
+ import { A as Ns, a as Ps, b as As, d as Rs, D as Ds, e as Os, f as Is, g as Ts, H as $s, L as _s, M as js, h as Ms, U as Ls } from "./UserCircle-ByYJZ04x.js";
4
4
  import * as c from "react";
5
5
  import Ne, { forwardRef as Qe, createElement as Ge, useRef as Hr, useDebugValue as Zt, useContext as Gr, useState as Yr } from "react";
6
6
  import * as qr from "react-dom";
@@ -2624,14 +2624,14 @@ const Zi = O.button`
2624
2624
  height: 36px;
2625
2625
  width: 36px;
2626
2626
  border-radius: 50%;
2627
- background: ${P.sf.tertiary};
2627
+ background: ${({ $variant: e }) => e === "light" ? P.sf.tertiary : "rgba(37, 43, 40, 0.04)"};
2628
2628
  transition: background 0.2s;
2629
2629
  &:hover {
2630
2630
  background: ${P.sf.tertiaryHover};
2631
2631
  }
2632
2632
  `;
2633
- function Rn({ onClick: e, children: t, ...n }) {
2634
- return /* @__PURE__ */ h.jsx(Zi, { onClick: e, ...n, children: t });
2633
+ function Rn({ onClick: e, variant: t = "light", children: n, ...r }) {
2634
+ return /* @__PURE__ */ h.jsx(Zi, { onClick: e, $variant: t, ...r, children: n });
2635
2635
  }
2636
2636
  const Qi = O.div`
2637
2637
  padding: 20px;
@@ -2856,26 +2856,27 @@ export {
2856
2856
  As as CheckmarkIcon,
2857
2857
  Wr as ChevronIcon,
2858
2858
  Br as CloseIcon,
2859
- Rs as DataIcon,
2859
+ Rs as ComposeIcon,
2860
+ Ds as DataIcon,
2860
2861
  vs as Dialog,
2861
2862
  Ki as DialogContent,
2862
2863
  ys as DialogDetails,
2863
2864
  bs as DialogHeader,
2864
2865
  ws as Divider,
2865
- Ds as DoubleChevronIcon,
2866
+ Os as DoubleChevronIcon,
2866
2867
  Vr as EditIcon,
2867
- Os as EmailIcon,
2868
- Is as EnterIcon,
2869
- Ts as HomeIcon,
2868
+ Is as EmailIcon,
2869
+ Ts as EnterIcon,
2870
+ $s as HomeIcon,
2870
2871
  Rn as IconButton,
2871
2872
  Ss as Input,
2872
- $s as LogoIcon,
2873
- _s as MenuIcon,
2873
+ _s as LogoIcon,
2874
+ js as MenuIcon,
2874
2875
  xs as Message,
2875
- js as MessageIcon,
2876
+ Ms as MessageIcon,
2876
2877
  Es as MessageOption,
2877
2878
  Ur as PilotIcon,
2878
- Ms as UserCircleIcon,
2879
+ Ls as UserCircleIcon,
2879
2880
  P as colors,
2880
2881
  K as typography,
2881
2882
  zr as useIsMobile
@@ -56,7 +56,9 @@ export declare const colors: {
56
56
  action: string;
57
57
  error: string;
58
58
  };
59
+ base: string;
59
60
  disabled: string;
61
+ inverseBase: string;
60
62
  };
61
63
  border: {
62
64
  default: string;
@@ -1,4 +1,4 @@
1
- export type IconProps = {
1
+ export type IconProps = React.SVGProps<SVGSVGElement> & {
2
2
  color?: string;
3
3
  size?: number | 'small' | 'large';
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rechtspilot-ui",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "type": "module",
5
5
  "description": "Rechtspilot UI Library",
6
6
  "module": "dist/index.es.js",