@snmt-react-ui/user-select 2.9.7 → 2.9.8

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.
Files changed (2) hide show
  1. package/dist/user-select.js +479 -611
  2. package/package.json +4 -4
@@ -3,7 +3,7 @@ var k2 = (i, e, t) => e in i ? L2(i, e, { enumerable: !0, configurable: !0, writ
3
3
  var T1 = (i, e, t) => k2(i, typeof e != "symbol" ? e + "" : e, t);
4
4
  import "./index.css";
5
5
  import { jsx as r, Fragment as i1, jsxs as u } from "react/jsx-runtime";
6
- import { forwardRef as L1, useState as Z, useRef as q, useCallback as j, useEffect as K, useMemo as v2, useImperativeHandle as H1, useContext as r1, createContext as d1 } from "react";
6
+ import { forwardRef as L1, useState as S, useRef as q, useCallback as $, useEffect as K, useMemo as v2, useImperativeHandle as H1, useContext as r1, createContext as d1 } from "react";
7
7
  import { Select as N2, Tag as R2, Flex as x2, Checkbox as M2, Avatar as b2, Typography as a2, Popover as _2 } from "antd";
8
8
  import { SNMTUiContext as y2 } from "@snmt-react-ui/core";
9
9
  var H2 = Object.defineProperty, V2 = (i, e, t) => e in i ? H2(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, E2 = (i, e, t) => V2(i, e + "", t), I2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
@@ -46,7 +46,7 @@ const l2 = (i, e) => () => {
46
46
  return d === -1 || d === 2;
47
47
  };
48
48
  return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(o, i)));
49
- }, S2 = function(i, e) {
49
+ }, Z2 = function(i, e) {
50
50
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
51
51
  return !e.languages || !e.languages.length ? (O1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
52
52
  lng: t.lng,
@@ -54,7 +54,7 @@ const l2 = (i, e) => () => {
54
54
  if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !n(s.isLanguageChangingTo, i)) return !1;
55
55
  }
56
56
  }) : O2(i, e, t);
57
- }, s1 = (i) => typeof i == "string", Z2 = (i) => typeof i == "object" && i !== null, D2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, G2 = {
57
+ }, s1 = (i) => typeof i == "string", S2 = (i) => typeof i == "object" && i !== null, D2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, G2 = {
58
58
  "&amp;": "&",
59
59
  "&#38;": "&",
60
60
  "&lt;": "<",
@@ -87,8 +87,8 @@ let B2 = {
87
87
  unescape: K2
88
88
  };
89
89
  const P2 = () => B2;
90
- let $2;
91
- const j2 = () => $2, Y2 = d1();
90
+ let Y2;
91
+ const $2 = () => Y2, j2 = d1();
92
92
  class F2 {
93
93
  constructor() {
94
94
  E2(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
@@ -104,17 +104,17 @@ const W2 = (i, e) => {
104
104
  return K(() => {
105
105
  t.current = i;
106
106
  }, [i, e]), t.current;
107
- }, c2 = (i, e, t, s) => i.getFixedT(e, t, s), U2 = (i, e, t, s) => j(c2(i, e, t, s), [i, e, t, s]), z2 = function(i) {
107
+ }, c2 = (i, e, t, s) => i.getFixedT(e, t, s), U2 = (i, e, t, s) => $(c2(i, e, t, s), [i, e, t, s]), z2 = function(i) {
108
108
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
109
109
  const {
110
110
  i18n: t
111
111
  } = e, {
112
112
  i18n: s,
113
113
  defaultNS: n
114
- } = r1(Y2) || {}, o = t || s || j2();
114
+ } = r1(j2) || {}, o = t || s || $2();
115
115
  if (o && !o.reportNamespaces && (o.reportNamespaces = new F2()), !o) {
116
116
  O1("You will need to pass in an i18next instance by using initReactI18next");
117
- const p = (M, R) => s1(R) ? R : Z2(R) && s1(R.defaultValue) ? R.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, x = [p, {}, !1];
117
+ const p = (M, R) => s1(R) ? R : S2(R) && s1(R.defaultValue) ? R.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, x = [p, {}, !1];
118
118
  return x.t = p, x.i18n = {}, x.ready = !1, x;
119
119
  }
120
120
  o.options.react && o.options.react.wait !== void 0 && O1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
@@ -128,7 +128,7 @@ const W2 = (i, e) => {
128
128
  } = c;
129
129
  let d = i;
130
130
  d = s1(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
131
- const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => S2(p, o, c)), h = U2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, f = () => c2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [w, L] = Z(g);
131
+ const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => Z2(p, o, c)), h = U2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, f = () => c2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [w, L] = S(g);
132
132
  let m = d.join();
133
133
  e.lng && (m = `${e.lng}${m}`);
134
134
  const H = W2(m), _ = q(!0);
@@ -206,7 +206,7 @@ const q2 = ({
206
206
  disabled: n = !1,
207
207
  disableUncheck: o = !1
208
208
  }) => {
209
- const [c, a] = Z(i), [C, d] = Z(e);
209
+ const [c, a] = S(i), [C, d] = S(e);
210
210
  K(() => {
211
211
  a(i), d(e);
212
212
  }, [i, e]);
@@ -225,7 +225,7 @@ const q2 = ({
225
225
  }
226
226
  );
227
227
  };
228
- var v = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(v || {});
228
+ var k = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(k || {});
229
229
  const h2 = d1({
230
230
  locale: "en",
231
231
  theme: "light"
@@ -261,7 +261,7 @@ const Q2 = ({
261
261
  ), X2 = ({
262
262
  width: i = 20,
263
263
  height: e = 20,
264
- color: t = v.GREY_DARK_5,
264
+ color: t = k.GREY_DARK_5,
265
265
  className: s,
266
266
  onClick: n
267
267
  }) => /* @__PURE__ */ u(
@@ -336,7 +336,7 @@ const Q2 = ({
336
336
  ), t5 = ({
337
337
  width: i = 20,
338
338
  height: e = 20,
339
- color: t = v.GREY_DARK_5,
339
+ color: t = k.GREY_DARK_5,
340
340
  className: s,
341
341
  onClick: n
342
342
  }) => /* @__PURE__ */ u(
@@ -383,7 +383,7 @@ const Q2 = ({
383
383
  ), i5 = ({
384
384
  width: i = 20,
385
385
  height: e = 20,
386
- color: t = v.GREY_DARK_5,
386
+ color: t = k.GREY_DARK_5,
387
387
  className: s,
388
388
  onClick: n
389
389
  }) => /* @__PURE__ */ r(
@@ -407,7 +407,7 @@ const Q2 = ({
407
407
  ), s5 = ({
408
408
  width: i = 20,
409
409
  height: e = 20,
410
- color: t = v.GREY_DARK_5,
410
+ color: t = k.GREY_DARK_5,
411
411
  className: s,
412
412
  onClick: n
413
413
  }) => /* @__PURE__ */ r(
@@ -431,7 +431,7 @@ const Q2 = ({
431
431
  ), n5 = ({
432
432
  width: i = 20,
433
433
  height: e = 20,
434
- color: t = v.GREY_DARK_5,
434
+ color: t = k.GREY_DARK_5,
435
435
  className: s,
436
436
  onClick: n
437
437
  }) => /* @__PURE__ */ r(
@@ -455,7 +455,7 @@ const Q2 = ({
455
455
  ), r5 = ({
456
456
  width: i = 20,
457
457
  height: e = 20,
458
- color: t = v.GREY_DARK_5,
458
+ color: t = k.GREY_DARK_5,
459
459
  className: s,
460
460
  onClick: n
461
461
  }) => /* @__PURE__ */ u(
@@ -516,7 +516,7 @@ const Q2 = ({
516
516
  ), o5 = ({
517
517
  width: i = 20,
518
518
  height: e = 20,
519
- color: t = v.GREY_DARK_5,
519
+ color: t = k.GREY_DARK_5,
520
520
  className: s,
521
521
  onClick: n
522
522
  }) => /* @__PURE__ */ u(
@@ -563,7 +563,7 @@ const Q2 = ({
563
563
  ), a5 = ({
564
564
  width: i = 20,
565
565
  height: e = 20,
566
- color: t = v.GREY_DARK_5,
566
+ color: t = k.GREY_DARK_5,
567
567
  className: s,
568
568
  onClick: n
569
569
  }) => /* @__PURE__ */ u(
@@ -603,7 +603,7 @@ const Q2 = ({
603
603
  ), l5 = ({
604
604
  width: i = 20,
605
605
  height: e = 20,
606
- color: t = v.GREY_DARK_5,
606
+ color: t = k.GREY_DARK_5,
607
607
  className: s,
608
608
  onClick: n
609
609
  }) => /* @__PURE__ */ u(
@@ -643,7 +643,7 @@ const Q2 = ({
643
643
  ), c5 = ({
644
644
  width: i = 20,
645
645
  height: e = 20,
646
- color: t = v.GREY_DARK_5,
646
+ color: t = k.GREY_DARK_5,
647
647
  className: s,
648
648
  onClick: n
649
649
  }) => /* @__PURE__ */ u(
@@ -690,7 +690,7 @@ const Q2 = ({
690
690
  ), h5 = ({
691
691
  width: i = 20,
692
692
  height: e = 20,
693
- color: t = v.GREY_DARK_5,
693
+ color: t = k.GREY_DARK_5,
694
694
  className: s,
695
695
  onClick: n
696
696
  }) => /* @__PURE__ */ u(
@@ -737,7 +737,7 @@ const Q2 = ({
737
737
  ), d5 = ({
738
738
  width: i = 20,
739
739
  height: e = 20,
740
- color: t = v.GREY_DARK_5,
740
+ color: t = k.GREY_DARK_5,
741
741
  className: s,
742
742
  onClick: n
743
743
  }) => /* @__PURE__ */ u(
@@ -784,7 +784,7 @@ const Q2 = ({
784
784
  ), C5 = ({
785
785
  width: i = 20,
786
786
  height: e = 20,
787
- color: t = v.GREY_DARK_5,
787
+ color: t = k.GREY_DARK_5,
788
788
  className: s,
789
789
  onClick: n
790
790
  }) => /* @__PURE__ */ u(
@@ -824,7 +824,7 @@ const Q2 = ({
824
824
  ), g5 = ({
825
825
  width: i = 20,
826
826
  height: e = 20,
827
- color: t = v.GREY_DARK_5,
827
+ color: t = k.GREY_DARK_5,
828
828
  className: s,
829
829
  onClick: n
830
830
  }) => /* @__PURE__ */ u(
@@ -857,7 +857,7 @@ const Q2 = ({
857
857
  ), u5 = ({
858
858
  width: i = 20,
859
859
  height: e = 20,
860
- color: t = v.GREY_DARK_5,
860
+ color: t = k.GREY_DARK_5,
861
861
  className: s,
862
862
  onClick: n
863
863
  }) => /* @__PURE__ */ u(
@@ -890,7 +890,7 @@ const Q2 = ({
890
890
  ), f5 = ({
891
891
  width: i = 20,
892
892
  height: e = 20,
893
- color: t = v.GREY_DARK_5,
893
+ color: t = k.GREY_DARK_5,
894
894
  className: s,
895
895
  onClick: n
896
896
  }) => /* @__PURE__ */ u(
@@ -923,7 +923,7 @@ const Q2 = ({
923
923
  ), p5 = ({
924
924
  width: i = 20,
925
925
  height: e = 20,
926
- color: t = v.GREY_DARK_5,
926
+ color: t = k.GREY_DARK_5,
927
927
  className: s,
928
928
  onClick: n
929
929
  }) => /* @__PURE__ */ u(
@@ -956,7 +956,7 @@ const Q2 = ({
956
956
  ), m5 = ({
957
957
  width: i = 20,
958
958
  height: e = 20,
959
- color: t = v.GREY_DARK_5,
959
+ color: t = k.GREY_DARK_5,
960
960
  className: s,
961
961
  onClick: n
962
962
  }) => /* @__PURE__ */ u(
@@ -996,7 +996,7 @@ const Q2 = ({
996
996
  ), w5 = ({
997
997
  width: i = 20,
998
998
  height: e = 20,
999
- color: t = v.GREY_DARK_5,
999
+ color: t = k.GREY_DARK_5,
1000
1000
  className: s,
1001
1001
  onClick: n
1002
1002
  }) => /* @__PURE__ */ u(
@@ -1029,7 +1029,7 @@ const Q2 = ({
1029
1029
  ), L5 = ({
1030
1030
  width: i = 20,
1031
1031
  height: e = 20,
1032
- color: t = v.GREY_DARK_5,
1032
+ color: t = k.GREY_DARK_5,
1033
1033
  className: s,
1034
1034
  onClick: n
1035
1035
  }) => /* @__PURE__ */ u(
@@ -1279,7 +1279,7 @@ const Q2 = ({
1279
1279
  }
1280
1280
  ), _5 = ({
1281
1281
  className: i,
1282
- color: e = v.GREY_DARK_5,
1282
+ color: e = k.GREY_DARK_5,
1283
1283
  height: t = 20,
1284
1284
  width: s = 20,
1285
1285
  onClick: n
@@ -1312,7 +1312,7 @@ const Q2 = ({
1312
1312
  }
1313
1313
  ), y5 = ({
1314
1314
  className: i,
1315
- color: e = v.GREY_DARK_5,
1315
+ color: e = k.GREY_DARK_5,
1316
1316
  height: t = 20,
1317
1317
  width: s = 20,
1318
1318
  onClick: n
@@ -1339,7 +1339,7 @@ const Q2 = ({
1339
1339
  }
1340
1340
  ), H5 = ({
1341
1341
  className: i,
1342
- color: e = v.GREY_DARK_5,
1342
+ color: e = k.GREY_DARK_5,
1343
1343
  height: t = 20,
1344
1344
  width: s = 20,
1345
1345
  onClick: n
@@ -1366,7 +1366,7 @@ const Q2 = ({
1366
1366
  }
1367
1367
  ), V5 = ({
1368
1368
  className: i,
1369
- color: e = v.GREY_DARK_5,
1369
+ color: e = k.GREY_DARK_5,
1370
1370
  height: t = 5,
1371
1371
  width: s = 10,
1372
1372
  onClick: n
@@ -1390,7 +1390,7 @@ const Q2 = ({
1390
1390
  }
1391
1391
  ), E5 = ({
1392
1392
  className: i,
1393
- color: e = v.GREY_DARK_5,
1393
+ color: e = k.GREY_DARK_5,
1394
1394
  height: t = 5,
1395
1395
  width: s = 10,
1396
1396
  onClick: n
@@ -1415,7 +1415,7 @@ const Q2 = ({
1415
1415
  }
1416
1416
  ), I5 = ({
1417
1417
  className: i,
1418
- color: e = v.GREY_DARK_5,
1418
+ color: e = k.GREY_DARK_5,
1419
1419
  height: t = 20,
1420
1420
  width: s = 20,
1421
1421
  onClick: n
@@ -1448,7 +1448,7 @@ const Q2 = ({
1448
1448
  }
1449
1449
  ), A5 = ({
1450
1450
  className: i,
1451
- color: e = v.GREY_DARK_5,
1451
+ color: e = k.GREY_DARK_5,
1452
1452
  height: t = 24,
1453
1453
  width: s = 24,
1454
1454
  onClick: n
@@ -1487,7 +1487,7 @@ const Q2 = ({
1487
1487
  }
1488
1488
  ), O5 = ({
1489
1489
  className: i,
1490
- color: e = v.GREY_DARK_5,
1490
+ color: e = k.GREY_DARK_5,
1491
1491
  height: t = 24,
1492
1492
  width: s = 24,
1493
1493
  onClick: n
@@ -1512,9 +1512,9 @@ const Q2 = ({
1512
1512
  }
1513
1513
  )
1514
1514
  }
1515
- ), S5 = ({
1515
+ ), Z5 = ({
1516
1516
  className: i,
1517
- color: e = v.GREY_DARK_5,
1517
+ color: e = k.GREY_DARK_5,
1518
1518
  height: t = 24,
1519
1519
  width: s = 24,
1520
1520
  onClick: n
@@ -1571,9 +1571,9 @@ const Q2 = ({
1571
1571
  )
1572
1572
  ]
1573
1573
  }
1574
- ), Z5 = ({
1574
+ ), S5 = ({
1575
1575
  className: i,
1576
- color: e = v.GREY_DARK_5,
1576
+ color: e = k.GREY_DARK_5,
1577
1577
  height: t = 24,
1578
1578
  width: s = 24,
1579
1579
  onClick: n
@@ -1610,7 +1610,7 @@ const Q2 = ({
1610
1610
  }
1611
1611
  ), D5 = ({
1612
1612
  className: i,
1613
- color: e = v.GREY_DARK_3,
1613
+ color: e = k.GREY_DARK_3,
1614
1614
  height: t = 14,
1615
1615
  width: s = 14,
1616
1616
  onClick: n
@@ -1647,7 +1647,7 @@ const Q2 = ({
1647
1647
  }
1648
1648
  ), G5 = ({
1649
1649
  className: i,
1650
- color: e = v.GREY_DARK_5,
1650
+ color: e = k.GREY_DARK_5,
1651
1651
  height: t = 18,
1652
1652
  onClick: s,
1653
1653
  width: n = 18
@@ -1674,7 +1674,7 @@ const Q2 = ({
1674
1674
  }
1675
1675
  ), T5 = ({
1676
1676
  className: i,
1677
- color: e = v.GREY_DARK_5,
1677
+ color: e = k.GREY_DARK_5,
1678
1678
  height: t = 24,
1679
1679
  width: s = 24,
1680
1680
  onClick: n
@@ -1726,7 +1726,7 @@ const Q2 = ({
1726
1726
  }
1727
1727
  ), K5 = ({
1728
1728
  className: i,
1729
- color: e = v.GREY_DARK_5,
1729
+ color: e = k.GREY_DARK_5,
1730
1730
  height: t = 24,
1731
1731
  width: s = 24,
1732
1732
  onClick: n
@@ -1763,7 +1763,7 @@ const Q2 = ({
1763
1763
  }
1764
1764
  ), B5 = ({
1765
1765
  className: i,
1766
- color: e = v.NOTIFICATION_WARNING_DARK,
1766
+ color: e = k.NOTIFICATION_WARNING_DARK,
1767
1767
  height: t = 37,
1768
1768
  width: s = 36,
1769
1769
  onClick: n
@@ -1802,7 +1802,7 @@ const Q2 = ({
1802
1802
  }
1803
1803
  ), P5 = ({
1804
1804
  className: i,
1805
- color: e = v.GREY_DARK_5,
1805
+ color: e = k.GREY_DARK_5,
1806
1806
  height: t = 24,
1807
1807
  width: s = 24,
1808
1808
  onClick: n
@@ -1826,9 +1826,9 @@ const Q2 = ({
1826
1826
  }
1827
1827
  )
1828
1828
  }
1829
- ), $5 = ({
1829
+ ), Y5 = ({
1830
1830
  className: i,
1831
- color: e = v.GREY_DARK_5,
1831
+ color: e = k.GREY_DARK_5,
1832
1832
  height: t = 24,
1833
1833
  width: s = 24,
1834
1834
  onClick: n
@@ -1865,9 +1865,9 @@ const Q2 = ({
1865
1865
  )
1866
1866
  ]
1867
1867
  }
1868
- ), j5 = ({
1868
+ ), $5 = ({
1869
1869
  className: i,
1870
- color: e = v.GREY_DARK_5,
1870
+ color: e = k.GREY_DARK_5,
1871
1871
  height: t = 20,
1872
1872
  width: s = 20,
1873
1873
  onClick: n
@@ -1898,9 +1898,9 @@ const Q2 = ({
1898
1898
  )
1899
1899
  ]
1900
1900
  }
1901
- ), Y5 = ({
1901
+ ), j5 = ({
1902
1902
  className: i,
1903
- color: e = v.GREY_DARK_5,
1903
+ color: e = k.GREY_DARK_5,
1904
1904
  height: t = 24,
1905
1905
  width: s = 24,
1906
1906
  onClick: n
@@ -1969,7 +1969,7 @@ const Q2 = ({
1969
1969
  }
1970
1970
  ), F5 = ({
1971
1971
  className: i,
1972
- color: e = v.GREY_DARK_5,
1972
+ color: e = k.GREY_DARK_5,
1973
1973
  height: t = 24,
1974
1974
  width: s = 24,
1975
1975
  onClick: n
@@ -2026,7 +2026,7 @@ const Q2 = ({
2026
2026
  }
2027
2027
  ), W5 = ({
2028
2028
  className: i,
2029
- color: e = v.GREY_DARK_5,
2029
+ color: e = k.GREY_DARK_5,
2030
2030
  height: t = 24,
2031
2031
  width: s = 24,
2032
2032
  onClick: n
@@ -2075,7 +2075,7 @@ const Q2 = ({
2075
2075
  }
2076
2076
  ), U5 = ({
2077
2077
  className: i,
2078
- color: e = v.GREY_DARK_5,
2078
+ color: e = k.GREY_DARK_5,
2079
2079
  height: t = 24,
2080
2080
  width: s = 24,
2081
2081
  onClick: n
@@ -2102,7 +2102,7 @@ const Q2 = ({
2102
2102
  }
2103
2103
  ), z5 = ({
2104
2104
  className: i,
2105
- color: e = v.GREY_DARK_5,
2105
+ color: e = k.GREY_DARK_5,
2106
2106
  height: t = 20,
2107
2107
  width: s = 20,
2108
2108
  onClick: n
@@ -2117,7 +2117,7 @@ const Q2 = ({
2117
2117
  fill: "none",
2118
2118
  xmlns: "http://www.w3.org/2000/svg",
2119
2119
  children: [
2120
- /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: v.GREY_LIGHT_2 }),
2120
+ /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: k.GREY_LIGHT_2 }),
2121
2121
  /* @__PURE__ */ r(
2122
2122
  "path",
2123
2123
  {
@@ -2196,55 +2196,23 @@ const Q2 = ({
2196
2196
  ), Q5 = ({
2197
2197
  width: i = 20,
2198
2198
  height: e = 20,
2199
- color: t = "#001E52",
2199
+ color: t = k.GREY_DARK_5,
2200
2200
  className: s,
2201
2201
  onClick: n
2202
2202
  }) => /* @__PURE__ */ r(
2203
2203
  "svg",
2204
2204
  {
2205
- xmlns: "http://www.w3.org/2000/svg",
2206
2205
  width: i,
2207
2206
  height: e,
2208
- className: s,
2209
2207
  onClick: n,
2210
- viewBox: "0 0 20 20",
2208
+ className: s,
2209
+ viewBox: "0 0 24 24",
2211
2210
  fill: "none",
2211
+ xmlns: "http://www.w3.org/2000/svg",
2212
2212
  children: /* @__PURE__ */ r(
2213
2213
  "path",
2214
2214
  {
2215
- fillRule: "evenodd",
2216
- clipRule: "evenodd",
2217
- d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
2218
- 2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
2219
- 17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
2220
- 1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
2221
- 6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
2222
- 8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
2223
- 8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
2224
- 5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
2225
- 6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
2226
- 4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
2227
- 7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
2228
- 7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
2229
- 8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
2230
- 6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
2231
- 7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
2232
- 8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
2233
- 7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
2234
- 6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
2235
- 8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
2236
- 11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
2237
- 11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
2238
- 12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
2239
- 12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
2240
- 12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
2241
- 13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
2242
- 14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
2243
- 14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
2244
- 12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
2245
- 13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
2246
- 15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
2247
- 15 12.7083H10.8333Z`,
2215
+ d: "M6.06939 16.5692C6.3622 16.2765 6.83706 16.2767 7.12994 16.5692C7.4228 16.8621 7.42273 17.3369 7.12994 17.6298L5.12994 19.6298C4.98929 19.7704 4.79858 19.8495 4.59967 19.8495C4.45045 19.8495 4.30597 19.8052 4.18365 19.7235L4.06939 19.6298L3.26959 18.83L3.21783 18.7733C2.97763 18.4787 2.99503 18.044 3.26959 17.7694C3.54417 17.495 3.97896 17.4775 4.2735 17.7177L4.33014 17.7694L4.59967 18.0389L6.06939 16.5692ZM20.0001 17.7499L20.0762 17.7538C20.4546 17.7921 20.75 18.1115 20.7501 18.4999C20.7501 18.8883 20.4546 19.2077 20.0762 19.246L20.0001 19.2499H9.00006C8.58584 19.2499 8.25006 18.9141 8.25006 18.4999C8.25007 18.0857 8.58585 17.7499 9.00006 17.7499H20.0001ZM5.55475 13.0145C5.27614 13.3209 4.80164 13.3438 4.49518 13.0653C4.18868 12.7867 4.16675 12.3122 4.44537 12.0057L5.55475 13.0145ZM20.0001 11.7499L20.0762 11.7538C20.4546 11.7921 20.75 12.1115 20.7501 12.4999C20.7501 12.8883 20.4546 13.2077 20.0762 13.246L20.0001 13.2499H9.00006C8.58584 13.2499 8.25006 12.9141 8.25006 12.4999C8.25007 12.0857 8.58585 11.7499 9.00006 11.7499H20.0001ZM4.50982 11.9403C4.79264 11.6865 5.22745 11.6831 5.51471 11.9442C5.80181 12.2055 5.8394 12.6386 5.61334 12.9442L5.56451 13.0038L5.55475 13.0145L4.44537 12.0057L4.45514 11.994L4.50982 11.9403ZM5.55475 7.01453C5.27614 7.32089 4.80164 7.3438 4.49518 7.06532C4.18868 6.78668 4.16674 6.31224 4.44537 6.00575L5.55475 7.01453ZM20.0001 5.74989L20.0762 5.75379C20.4546 5.79206 20.75 6.11146 20.7501 6.49989C20.7501 6.88832 20.4546 7.20771 20.0762 7.24598L20.0001 7.24989H9.00006C8.58584 7.24989 8.25006 6.9141 8.25006 6.49989C8.25007 6.08568 8.58585 5.74989 9.00006 5.74989H20.0001ZM4.45514 5.99403C4.73381 5.68784 5.20832 5.66569 5.51471 5.94422C5.8209 6.22289 5.84305 6.69741 5.56451 7.00379L5.55475 7.01453L4.44537 6.00575L4.45514 5.99403Z",
2248
2216
  fill: t
2249
2217
  }
2250
2218
  )
@@ -2283,9 +2251,9 @@ const Q2 = ({
2283
2251
  ]
2284
2252
  }
2285
2253
  ), ee = ({
2286
- width: i = 24,
2287
- height: e = 24,
2288
- color: t = v.GREY_DARK_2,
2254
+ width: i = 20,
2255
+ height: e = 20,
2256
+ color: t = k.GREY_DARK_5,
2289
2257
  className: s,
2290
2258
  onClick: n
2291
2259
  }) => /* @__PURE__ */ u(
@@ -2293,30 +2261,24 @@ const Q2 = ({
2293
2261
  {
2294
2262
  width: i,
2295
2263
  height: e,
2264
+ className: s,
2265
+ onClick: n,
2296
2266
  viewBox: "0 0 24 24",
2297
2267
  fill: "none",
2298
2268
  xmlns: "http://www.w3.org/2000/svg",
2299
- className: s,
2300
- onClick: n,
2301
2269
  children: [
2302
2270
  /* @__PURE__ */ r(
2303
2271
  "path",
2304
2272
  {
2305
- d: "M5 20V19C5 15.134 8.13401 12 12 12V12C15.866 12 19 15.134 19 19V20",
2306
- stroke: t,
2307
- strokeWidth: "1.5",
2308
- strokeLinecap: "round",
2309
- strokeLinejoin: "round"
2273
+ d: "M18.25 20.5V19.5C18.25 16.0482 15.4518 13.25 12 13.25C8.54822 13.25 5.75 16.0482 5.75 19.5V20.5C5.75 20.9142 5.41421 21.25 5 21.25C4.58579 21.25 4.25 20.9142 4.25 20.5V19.5C4.25 15.2198 7.71979 11.75 12 11.75C16.2802 11.75 19.75 15.2198 19.75 19.5V20.5C19.75 20.9142 19.4142 21.25 19 21.25C18.5858 21.25 18.25 20.9142 18.25 20.5Z",
2274
+ fill: t
2310
2275
  }
2311
2276
  ),
2312
2277
  /* @__PURE__ */ r(
2313
2278
  "path",
2314
2279
  {
2315
- d: "M12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12Z",
2316
- stroke: t,
2317
- strokeWidth: "1.5",
2318
- strokeLinecap: "round",
2319
- strokeLinejoin: "round"
2280
+ d: "M15.25 8.5C15.25 6.70507 13.7949 5.25 12 5.25C10.2051 5.25 8.75 6.70507 8.75 8.5C8.75 10.2949 10.2051 11.75 12 11.75C13.7949 11.75 15.25 10.2949 15.25 8.5ZM16.75 8.5C16.75 11.1234 14.6234 13.25 12 13.25C9.37665 13.25 7.25 11.1234 7.25 8.5C7.25 5.87665 9.37665 3.75 12 3.75C14.6234 3.75 16.75 5.87665 16.75 8.5Z",
2281
+ fill: t
2320
2282
  }
2321
2283
  )
2322
2284
  ]
@@ -2324,7 +2286,7 @@ const Q2 = ({
2324
2286
  ), te = ({
2325
2287
  width: i = 24,
2326
2288
  height: e = 24,
2327
- color: t = v.GREY_DARK_2,
2289
+ color: t = k.GREY_DARK_2,
2328
2290
  className: s,
2329
2291
  onClick: n
2330
2292
  }) => /* @__PURE__ */ u(
@@ -2364,7 +2326,7 @@ const Q2 = ({
2364
2326
  ), ie = ({
2365
2327
  width: i = 24,
2366
2328
  height: e = 24,
2367
- color: t = v.GREY_DARK_2,
2329
+ color: t = k.GREY_DARK_2,
2368
2330
  className: s,
2369
2331
  onClick: n
2370
2332
  }) => /* @__PURE__ */ r(
@@ -2391,7 +2353,7 @@ const Q2 = ({
2391
2353
  ), se = ({
2392
2354
  width: i = 24,
2393
2355
  height: e = 24,
2394
- color: t = v.GREY_DARK_2,
2356
+ color: t = k.GREY_DARK_2,
2395
2357
  className: s,
2396
2358
  onClick: n
2397
2359
  }) => /* @__PURE__ */ r(
@@ -2415,32 +2377,6 @@ const Q2 = ({
2415
2377
  }
2416
2378
  )
2417
2379
  }
2418
- ), ne = ({
2419
- width: i = 20,
2420
- height: e = 20,
2421
- color: t = "#001E52",
2422
- className: s,
2423
- onClick: n
2424
- }) => /* @__PURE__ */ r(
2425
- "svg",
2426
- {
2427
- width: i,
2428
- height: e,
2429
- viewBox: "0 0 20 20",
2430
- fill: "none",
2431
- xmlns: "http://www.w3.org/2000/svg",
2432
- className: s,
2433
- onClick: n,
2434
- children: /* @__PURE__ */ r(
2435
- "path",
2436
- {
2437
- fillRule: "evenodd",
2438
- clipRule: "evenodd",
2439
- d: "M18.3337 10.0001C18.3337 14.6026 14.6028 18.3334 10.0003 18.3334C5.39783 18.3334 1.66699 14.6026 1.66699 10.0001C1.66699 5.39758 5.39783 1.66675 10.0003 1.66675C14.6028 1.66675 18.3337 5.39758 18.3337 10.0001ZM12.5003 7.50008C12.5003 8.16312 12.2369 8.79901 11.7681 9.26785C11.2993 9.73669 10.6634 10.0001 10.0003 10.0001C9.33728 10.0001 8.7014 9.73669 8.23256 9.26785C7.76372 8.79901 7.50033 8.16312 7.50033 7.50008C7.50033 6.83704 7.76372 6.20116 8.23256 5.73231C8.7014 5.26347 9.33728 5.00008 10.0003 5.00008C10.6634 5.00008 11.2993 5.26347 11.7681 5.73231C12.2369 6.20116 12.5003 6.83704 12.5003 7.50008ZM10.0003 17.0834C11.4306 17.0857 12.8277 16.6529 14.0062 15.8426C14.5095 15.4967 14.7245 14.8384 14.4312 14.3026C13.8253 13.1917 12.5753 12.5001 10.0003 12.5001C7.42533 12.5001 6.17533 13.1917 5.56866 14.3026C5.27616 14.8384 5.49116 15.4967 5.99449 15.8426C7.17299 16.6529 8.5701 17.0857 10.0003 17.0834Z",
2440
- fill: t
2441
- }
2442
- )
2443
- }
2444
2380
  ), g1 = ({
2445
2381
  name: i,
2446
2382
  width: e,
@@ -2450,7 +2386,7 @@ const Q2 = ({
2450
2386
  disabled: o = !1,
2451
2387
  onClick: c
2452
2388
  }) => {
2453
- const [a, C] = Z(n), { theme: d } = r1(h2), l = o ? d && d === "dark" ? v.GREY_LIGHT_4 : v.GREY_DARK_1 : s, h = o ? void 0 : c;
2389
+ const [a, C] = S(n), { theme: d } = r1(h2), l = o ? d && d === "dark" ? k.GREY_LIGHT_4 : k.GREY_DARK_1 : s, h = o ? void 0 : c;
2454
2390
  return K(() => {
2455
2391
  if (n) {
2456
2392
  h && !o && C(`${n} clickable`);
@@ -2574,11 +2510,11 @@ const Q2 = ({
2574
2510
  case "telegram":
2575
2511
  return O5({ width: e, height: t, color: l, className: a, onClick: h });
2576
2512
  case "mail":
2577
- return Z5({ width: e, height: t, color: l, className: a, onClick: h });
2513
+ return S5({ width: e, height: t, color: l, className: a, onClick: h });
2578
2514
  case "github":
2579
2515
  return A5({ width: e, height: t, color: l, className: a, onClick: h });
2580
2516
  case "linkedIn":
2581
- return S5({ width: e, height: t, color: l, className: a, onClick: h });
2517
+ return Z5({ width: e, height: t, color: l, className: a, onClick: h });
2582
2518
  case "emptyStateIcon":
2583
2519
  return D5({ width: e, height: t, color: l, className: a, onClick: h });
2584
2520
  case "filtersIcon":
@@ -2592,11 +2528,11 @@ const Q2 = ({
2592
2528
  case "back":
2593
2529
  return P5({ width: e, height: t, color: l, className: a, onClick: h });
2594
2530
  case "bell":
2595
- return $5({ width: e, height: t, color: l, className: a, onClick: h });
2531
+ return Y5({ width: e, height: t, color: l, className: a, onClick: h });
2596
2532
  case "copy":
2597
- return j5({ width: e, height: t, color: l, className: a, onClick: h });
2533
+ return $5({ width: e, height: t, color: l, className: a, onClick: h });
2598
2534
  case "contract":
2599
- return Y5({ width: e, height: t, color: l, className: a, onClick: h });
2535
+ return j5({ width: e, height: t, color: l, className: a, onClick: h });
2600
2536
  case "resourceManager":
2601
2537
  return F5({ width: e, height: t, color: l, className: a, onClick: h });
2602
2538
  case "image":
@@ -2611,12 +2547,10 @@ const Q2 = ({
2611
2547
  return q5({ width: e, height: t, color: l, className: a, onClick: h });
2612
2548
  case "projects":
2613
2549
  return Q5({ width: e, height: t, color: l, className: a, onClick: h });
2614
- case "profile":
2615
- return ne({ width: e, height: t, color: l, className: a, onClick: h });
2550
+ case "user":
2551
+ return ee({ width: e, height: t, color: l, className: a, onClick: h });
2616
2552
  case "exit":
2617
2553
  return X5({ width: e, height: t, color: l, className: a, onClick: h });
2618
- case "client":
2619
- return ee({ width: e, height: t, color: l, className: a, onClick: h });
2620
2554
  case "openPointCircle":
2621
2555
  return te({ width: e, height: t, color: l, className: a, onClick: h });
2622
2556
  case "community":
@@ -2627,12 +2561,12 @@ const Q2 = ({
2627
2561
  return /* @__PURE__ */ r(i1, { children: "No Icon provided" });
2628
2562
  }
2629
2563
  })() });
2630
- }, { Title: re, Text: oe } = a2, ae = {
2564
+ }, { Title: ne, Text: re } = a2, oe = {
2631
2565
  h1: 1,
2632
2566
  h2: 2,
2633
2567
  h3: 3,
2634
2568
  h4: 4
2635
- }, le = L1(
2569
+ }, ae = L1(
2636
2570
  ({
2637
2571
  align: i = "inherit",
2638
2572
  variant: e = "body1",
@@ -2646,7 +2580,7 @@ const Q2 = ({
2646
2580
  }, C) => {
2647
2581
  const d = q(null);
2648
2582
  H1(C, () => d.current);
2649
- const [l, h] = Z(!1);
2583
+ const [l, h] = S(!1);
2650
2584
  K(() => {
2651
2585
  var L;
2652
2586
  if (!a) return;
@@ -2674,16 +2608,16 @@ const Q2 = ({
2674
2608
  }
2675
2609
  } : void 0
2676
2610
  };
2677
- return g ? /* @__PURE__ */ r(re, { level: ae[e], ...w, children: s }) : /* @__PURE__ */ r(oe, { ...w, children: s });
2611
+ return g ? /* @__PURE__ */ r(ne, { level: oe[e], ...w, children: s }) : /* @__PURE__ */ r(re, { ...w, children: s });
2678
2612
  }
2679
2613
  );
2680
- var N = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(N || {});
2614
+ var v = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(v || {});
2681
2615
  const d2 = d1({
2682
2616
  locale: "en",
2683
2617
  theme: "light"
2684
2618
  });
2685
2619
  d2.Provider;
2686
- const ce = ({
2620
+ const le = ({
2687
2621
  width: i = 20,
2688
2622
  height: e = 20,
2689
2623
  color: t = "#001E52",
@@ -2710,10 +2644,10 @@ const ce = ({
2710
2644
  }
2711
2645
  )
2712
2646
  }
2713
- ), he = ({
2647
+ ), ce = ({
2714
2648
  width: i = 20,
2715
2649
  height: e = 20,
2716
- color: t = N.GREY_DARK_5,
2650
+ color: t = v.GREY_DARK_5,
2717
2651
  className: s,
2718
2652
  onClick: n
2719
2653
  }) => /* @__PURE__ */ u(
@@ -2750,7 +2684,7 @@ const ce = ({
2750
2684
  )
2751
2685
  ]
2752
2686
  }
2753
- ), de = ({
2687
+ ), he = ({
2754
2688
  width: i = 20,
2755
2689
  height: e = 20,
2756
2690
  color: t = "#001E52",
@@ -2785,10 +2719,10 @@ const ce = ({
2785
2719
  )
2786
2720
  ]
2787
2721
  }
2788
- ), Ce = ({
2722
+ ), de = ({
2789
2723
  width: i = 20,
2790
2724
  height: e = 20,
2791
- color: t = N.GREY_DARK_5,
2725
+ color: t = v.GREY_DARK_5,
2792
2726
  className: s,
2793
2727
  onClick: n
2794
2728
  }) => /* @__PURE__ */ u(
@@ -2832,10 +2766,10 @@ const ce = ({
2832
2766
  )
2833
2767
  ]
2834
2768
  }
2835
- ), ge = ({
2769
+ ), Ce = ({
2836
2770
  width: i = 20,
2837
2771
  height: e = 20,
2838
- color: t = N.GREY_DARK_5,
2772
+ color: t = v.GREY_DARK_5,
2839
2773
  className: s,
2840
2774
  onClick: n
2841
2775
  }) => /* @__PURE__ */ r(
@@ -2856,10 +2790,10 @@ const ce = ({
2856
2790
  }
2857
2791
  )
2858
2792
  }
2859
- ), ue = ({
2793
+ ), ge = ({
2860
2794
  width: i = 20,
2861
2795
  height: e = 20,
2862
- color: t = N.GREY_DARK_5,
2796
+ color: t = v.GREY_DARK_5,
2863
2797
  className: s,
2864
2798
  onClick: n
2865
2799
  }) => /* @__PURE__ */ r(
@@ -2880,10 +2814,10 @@ const ce = ({
2880
2814
  }
2881
2815
  )
2882
2816
  }
2883
- ), fe = ({
2817
+ ), ue = ({
2884
2818
  width: i = 20,
2885
2819
  height: e = 20,
2886
- color: t = N.GREY_DARK_5,
2820
+ color: t = v.GREY_DARK_5,
2887
2821
  className: s,
2888
2822
  onClick: n
2889
2823
  }) => /* @__PURE__ */ r(
@@ -2904,10 +2838,10 @@ const ce = ({
2904
2838
  }
2905
2839
  )
2906
2840
  }
2907
- ), pe = ({
2841
+ ), fe = ({
2908
2842
  width: i = 20,
2909
2843
  height: e = 20,
2910
- color: t = N.GREY_DARK_5,
2844
+ color: t = v.GREY_DARK_5,
2911
2845
  className: s,
2912
2846
  onClick: n
2913
2847
  }) => /* @__PURE__ */ u(
@@ -2965,10 +2899,10 @@ const ce = ({
2965
2899
  )
2966
2900
  ]
2967
2901
  }
2968
- ), me = ({
2902
+ ), pe = ({
2969
2903
  width: i = 20,
2970
2904
  height: e = 20,
2971
- color: t = N.GREY_DARK_5,
2905
+ color: t = v.GREY_DARK_5,
2972
2906
  className: s,
2973
2907
  onClick: n
2974
2908
  }) => /* @__PURE__ */ u(
@@ -3012,10 +2946,10 @@ const ce = ({
3012
2946
  )
3013
2947
  ]
3014
2948
  }
3015
- ), we = ({
2949
+ ), me = ({
3016
2950
  width: i = 20,
3017
2951
  height: e = 20,
3018
- color: t = N.GREY_DARK_5,
2952
+ color: t = v.GREY_DARK_5,
3019
2953
  className: s,
3020
2954
  onClick: n
3021
2955
  }) => /* @__PURE__ */ u(
@@ -3052,10 +2986,10 @@ const ce = ({
3052
2986
  )
3053
2987
  ]
3054
2988
  }
3055
- ), Le = ({
2989
+ ), we = ({
3056
2990
  width: i = 20,
3057
2991
  height: e = 20,
3058
- color: t = N.GREY_DARK_5,
2992
+ color: t = v.GREY_DARK_5,
3059
2993
  className: s,
3060
2994
  onClick: n
3061
2995
  }) => /* @__PURE__ */ u(
@@ -3092,10 +3026,10 @@ const ce = ({
3092
3026
  )
3093
3027
  ]
3094
3028
  }
3095
- ), ke = ({
3029
+ ), Le = ({
3096
3030
  width: i = 20,
3097
3031
  height: e = 20,
3098
- color: t = N.GREY_DARK_5,
3032
+ color: t = v.GREY_DARK_5,
3099
3033
  className: s,
3100
3034
  onClick: n
3101
3035
  }) => /* @__PURE__ */ u(
@@ -3139,10 +3073,10 @@ const ce = ({
3139
3073
  )
3140
3074
  ]
3141
3075
  }
3142
- ), ve = ({
3076
+ ), ke = ({
3143
3077
  width: i = 20,
3144
3078
  height: e = 20,
3145
- color: t = N.GREY_DARK_5,
3079
+ color: t = v.GREY_DARK_5,
3146
3080
  className: s,
3147
3081
  onClick: n
3148
3082
  }) => /* @__PURE__ */ u(
@@ -3186,10 +3120,10 @@ const ce = ({
3186
3120
  )
3187
3121
  ]
3188
3122
  }
3189
- ), Ne = ({
3123
+ ), ve = ({
3190
3124
  width: i = 20,
3191
3125
  height: e = 20,
3192
- color: t = N.GREY_DARK_5,
3126
+ color: t = v.GREY_DARK_5,
3193
3127
  className: s,
3194
3128
  onClick: n
3195
3129
  }) => /* @__PURE__ */ u(
@@ -3233,10 +3167,10 @@ const ce = ({
3233
3167
  )
3234
3168
  ]
3235
3169
  }
3236
- ), Re = ({
3170
+ ), Ne = ({
3237
3171
  width: i = 20,
3238
3172
  height: e = 20,
3239
- color: t = N.GREY_DARK_5,
3173
+ color: t = v.GREY_DARK_5,
3240
3174
  className: s,
3241
3175
  onClick: n
3242
3176
  }) => /* @__PURE__ */ u(
@@ -3273,10 +3207,10 @@ const ce = ({
3273
3207
  )
3274
3208
  ]
3275
3209
  }
3276
- ), xe = ({
3210
+ ), Re = ({
3277
3211
  width: i = 20,
3278
3212
  height: e = 20,
3279
- color: t = N.GREY_DARK_5,
3213
+ color: t = v.GREY_DARK_5,
3280
3214
  className: s,
3281
3215
  onClick: n
3282
3216
  }) => /* @__PURE__ */ u(
@@ -3306,10 +3240,10 @@ const ce = ({
3306
3240
  )
3307
3241
  ]
3308
3242
  }
3309
- ), Me = ({
3243
+ ), xe = ({
3310
3244
  width: i = 20,
3311
3245
  height: e = 20,
3312
- color: t = N.GREY_DARK_5,
3246
+ color: t = v.GREY_DARK_5,
3313
3247
  className: s,
3314
3248
  onClick: n
3315
3249
  }) => /* @__PURE__ */ u(
@@ -3339,10 +3273,10 @@ const ce = ({
3339
3273
  )
3340
3274
  ]
3341
3275
  }
3342
- ), be = ({
3276
+ ), Me = ({
3343
3277
  width: i = 20,
3344
3278
  height: e = 20,
3345
- color: t = N.GREY_DARK_5,
3279
+ color: t = v.GREY_DARK_5,
3346
3280
  className: s,
3347
3281
  onClick: n
3348
3282
  }) => /* @__PURE__ */ u(
@@ -3372,10 +3306,10 @@ const ce = ({
3372
3306
  )
3373
3307
  ]
3374
3308
  }
3375
- ), _e = ({
3309
+ ), be = ({
3376
3310
  width: i = 20,
3377
3311
  height: e = 20,
3378
- color: t = N.GREY_DARK_5,
3312
+ color: t = v.GREY_DARK_5,
3379
3313
  className: s,
3380
3314
  onClick: n
3381
3315
  }) => /* @__PURE__ */ u(
@@ -3405,10 +3339,10 @@ const ce = ({
3405
3339
  )
3406
3340
  ]
3407
3341
  }
3408
- ), ye = ({
3342
+ ), _e = ({
3409
3343
  width: i = 20,
3410
3344
  height: e = 20,
3411
- color: t = N.GREY_DARK_5,
3345
+ color: t = v.GREY_DARK_5,
3412
3346
  className: s,
3413
3347
  onClick: n
3414
3348
  }) => /* @__PURE__ */ u(
@@ -3445,10 +3379,10 @@ const ce = ({
3445
3379
  )
3446
3380
  ]
3447
3381
  }
3448
- ), He = ({
3382
+ ), ye = ({
3449
3383
  width: i = 20,
3450
3384
  height: e = 20,
3451
- color: t = N.GREY_DARK_5,
3385
+ color: t = v.GREY_DARK_5,
3452
3386
  className: s,
3453
3387
  onClick: n
3454
3388
  }) => /* @__PURE__ */ u(
@@ -3478,10 +3412,10 @@ const ce = ({
3478
3412
  )
3479
3413
  ]
3480
3414
  }
3481
- ), Ve = ({
3415
+ ), He = ({
3482
3416
  width: i = 20,
3483
3417
  height: e = 20,
3484
- color: t = N.GREY_DARK_5,
3418
+ color: t = v.GREY_DARK_5,
3485
3419
  className: s,
3486
3420
  onClick: n
3487
3421
  }) => /* @__PURE__ */ u(
@@ -3511,7 +3445,7 @@ const ce = ({
3511
3445
  )
3512
3446
  ]
3513
3447
  }
3514
- ), Ee = ({
3448
+ ), Ve = ({
3515
3449
  width: i = 20,
3516
3450
  height: e = 20,
3517
3451
  color: t = "#070739",
@@ -3541,7 +3475,7 @@ const ce = ({
3541
3475
  /* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
3542
3476
  ]
3543
3477
  }
3544
- ), Ie = ({
3478
+ ), Ee = ({
3545
3479
  width: i = 20,
3546
3480
  height: e = 20,
3547
3481
  color: t = "#070739",
@@ -3579,7 +3513,7 @@ const ce = ({
3579
3513
  )
3580
3514
  ]
3581
3515
  }
3582
- ), Ae = ({
3516
+ ), Ie = ({
3583
3517
  width: i = 9,
3584
3518
  height: e = 5,
3585
3519
  color: t = "#001E52",
@@ -3605,7 +3539,7 @@ const ce = ({
3605
3539
  }
3606
3540
  )
3607
3541
  }
3608
- ), Oe = ({
3542
+ ), Ae = ({
3609
3543
  width: i = 20,
3610
3544
  height: e = 20,
3611
3545
  color: t = "#F2F2F7",
@@ -3634,7 +3568,7 @@ const ce = ({
3634
3568
  )
3635
3569
  ]
3636
3570
  }
3637
- ), Se = ({
3571
+ ), Oe = ({
3638
3572
  width: i = 20,
3639
3573
  height: e = 20,
3640
3574
  color: t = "#004ED7",
@@ -3692,7 +3626,7 @@ const ce = ({
3692
3626
  )
3693
3627
  ]
3694
3628
  }
3695
- ), De = ({
3629
+ ), Se = ({
3696
3630
  width: i = 10,
3697
3631
  height: e = 10,
3698
3632
  color: t = "#001E52",
@@ -3729,9 +3663,9 @@ const ce = ({
3729
3663
  )
3730
3664
  ]
3731
3665
  }
3732
- ), Ge = ({
3666
+ ), De = ({
3733
3667
  className: i,
3734
- color: e = N.GREY_DARK_5,
3668
+ color: e = v.GREY_DARK_5,
3735
3669
  height: t = 20,
3736
3670
  width: s = 20,
3737
3671
  onClick: n
@@ -3762,9 +3696,9 @@ const ce = ({
3762
3696
  )
3763
3697
  ]
3764
3698
  }
3765
- ), Te = ({
3699
+ ), Ge = ({
3766
3700
  className: i,
3767
- color: e = N.GREY_DARK_5,
3701
+ color: e = v.GREY_DARK_5,
3768
3702
  height: t = 20,
3769
3703
  width: s = 20,
3770
3704
  onClick: n
@@ -3789,9 +3723,9 @@ const ce = ({
3789
3723
  }
3790
3724
  )
3791
3725
  }
3792
- ), Ke = ({
3726
+ ), Te = ({
3793
3727
  className: i,
3794
- color: e = N.GREY_DARK_5,
3728
+ color: e = v.GREY_DARK_5,
3795
3729
  height: t = 20,
3796
3730
  width: s = 20,
3797
3731
  onClick: n
@@ -3816,9 +3750,9 @@ const ce = ({
3816
3750
  }
3817
3751
  )
3818
3752
  }
3819
- ), Be = ({
3753
+ ), Ke = ({
3820
3754
  className: i,
3821
- color: e = N.GREY_DARK_5,
3755
+ color: e = v.GREY_DARK_5,
3822
3756
  height: t = 5,
3823
3757
  width: s = 10,
3824
3758
  onClick: n
@@ -3840,9 +3774,9 @@ const ce = ({
3840
3774
  }
3841
3775
  )
3842
3776
  }
3843
- ), Pe = ({
3777
+ ), Be = ({
3844
3778
  className: i,
3845
- color: e = N.GREY_DARK_5,
3779
+ color: e = v.GREY_DARK_5,
3846
3780
  height: t = 5,
3847
3781
  width: s = 10,
3848
3782
  onClick: n
@@ -3865,9 +3799,9 @@ const ce = ({
3865
3799
  }
3866
3800
  )
3867
3801
  }
3868
- ), $e = ({
3802
+ ), Pe = ({
3869
3803
  className: i,
3870
- color: e = N.GREY_DARK_5,
3804
+ color: e = v.GREY_DARK_5,
3871
3805
  height: t = 20,
3872
3806
  width: s = 20,
3873
3807
  onClick: n
@@ -3898,9 +3832,9 @@ const ce = ({
3898
3832
  )
3899
3833
  ]
3900
3834
  }
3901
- ), je = ({
3835
+ ), Ye = ({
3902
3836
  className: i,
3903
- color: e = N.GREY_DARK_5,
3837
+ color: e = v.GREY_DARK_5,
3904
3838
  height: t = 24,
3905
3839
  width: s = 24,
3906
3840
  onClick: n
@@ -3937,9 +3871,9 @@ const ce = ({
3937
3871
  )
3938
3872
  ]
3939
3873
  }
3940
- ), Ye = ({
3874
+ ), $e = ({
3941
3875
  className: i,
3942
- color: e = N.GREY_DARK_5,
3876
+ color: e = v.GREY_DARK_5,
3943
3877
  height: t = 24,
3944
3878
  width: s = 24,
3945
3879
  onClick: n
@@ -3964,9 +3898,9 @@ const ce = ({
3964
3898
  }
3965
3899
  )
3966
3900
  }
3967
- ), Fe = ({
3901
+ ), je = ({
3968
3902
  className: i,
3969
- color: e = N.GREY_DARK_5,
3903
+ color: e = v.GREY_DARK_5,
3970
3904
  height: t = 24,
3971
3905
  width: s = 24,
3972
3906
  onClick: n
@@ -4023,9 +3957,9 @@ const ce = ({
4023
3957
  )
4024
3958
  ]
4025
3959
  }
4026
- ), We = ({
3960
+ ), Fe = ({
4027
3961
  className: i,
4028
- color: e = N.GREY_DARK_5,
3962
+ color: e = v.GREY_DARK_5,
4029
3963
  height: t = 24,
4030
3964
  width: s = 24,
4031
3965
  onClick: n
@@ -4060,9 +3994,9 @@ const ce = ({
4060
3994
  )
4061
3995
  ]
4062
3996
  }
4063
- ), Ue = ({
3997
+ ), We = ({
4064
3998
  className: i,
4065
- color: e = N.GREY_DARK_3,
3999
+ color: e = v.GREY_DARK_3,
4066
4000
  height: t = 14,
4067
4001
  width: s = 14,
4068
4002
  onClick: n
@@ -4097,9 +4031,9 @@ const ce = ({
4097
4031
  )
4098
4032
  ]
4099
4033
  }
4100
- ), ze = ({
4034
+ ), Ue = ({
4101
4035
  className: i,
4102
- color: e = N.GREY_DARK_5,
4036
+ color: e = v.GREY_DARK_5,
4103
4037
  height: t = 18,
4104
4038
  onClick: s,
4105
4039
  width: n = 18
@@ -4124,9 +4058,9 @@ const ce = ({
4124
4058
  }
4125
4059
  )
4126
4060
  }
4127
- ), Je = ({
4061
+ ), ze = ({
4128
4062
  className: i,
4129
- color: e = N.GREY_DARK_5,
4063
+ color: e = v.GREY_DARK_5,
4130
4064
  height: t = 24,
4131
4065
  width: s = 24,
4132
4066
  onClick: n
@@ -4176,9 +4110,9 @@ const ce = ({
4176
4110
  )
4177
4111
  ]
4178
4112
  }
4179
- ), qe = ({
4113
+ ), Je = ({
4180
4114
  className: i,
4181
- color: e = N.GREY_DARK_5,
4115
+ color: e = v.GREY_DARK_5,
4182
4116
  height: t = 24,
4183
4117
  width: s = 24,
4184
4118
  onClick: n
@@ -4213,9 +4147,9 @@ const ce = ({
4213
4147
  )
4214
4148
  ]
4215
4149
  }
4216
- ), Qe = ({
4150
+ ), qe = ({
4217
4151
  className: i,
4218
- color: e = N.NOTIFICATION_WARNING_DARK,
4152
+ color: e = v.NOTIFICATION_WARNING_DARK,
4219
4153
  height: t = 37,
4220
4154
  width: s = 36,
4221
4155
  onClick: n
@@ -4252,9 +4186,9 @@ const ce = ({
4252
4186
  )
4253
4187
  ]
4254
4188
  }
4255
- ), Xe = ({
4189
+ ), Qe = ({
4256
4190
  className: i,
4257
- color: e = N.GREY_DARK_5,
4191
+ color: e = v.GREY_DARK_5,
4258
4192
  height: t = 24,
4259
4193
  width: s = 24,
4260
4194
  onClick: n
@@ -4278,9 +4212,9 @@ const ce = ({
4278
4212
  }
4279
4213
  )
4280
4214
  }
4281
- ), et = ({
4215
+ ), Xe = ({
4282
4216
  className: i,
4283
- color: e = N.GREY_DARK_5,
4217
+ color: e = v.GREY_DARK_5,
4284
4218
  height: t = 24,
4285
4219
  width: s = 24,
4286
4220
  onClick: n
@@ -4317,9 +4251,9 @@ const ce = ({
4317
4251
  )
4318
4252
  ]
4319
4253
  }
4320
- ), tt = ({
4254
+ ), et = ({
4321
4255
  className: i,
4322
- color: e = N.GREY_DARK_5,
4256
+ color: e = v.GREY_DARK_5,
4323
4257
  height: t = 20,
4324
4258
  width: s = 20,
4325
4259
  onClick: n
@@ -4350,9 +4284,9 @@ const ce = ({
4350
4284
  )
4351
4285
  ]
4352
4286
  }
4353
- ), it = ({
4287
+ ), tt = ({
4354
4288
  className: i,
4355
- color: e = N.GREY_DARK_5,
4289
+ color: e = v.GREY_DARK_5,
4356
4290
  height: t = 24,
4357
4291
  width: s = 24,
4358
4292
  onClick: n
@@ -4419,9 +4353,9 @@ const ce = ({
4419
4353
  )
4420
4354
  ]
4421
4355
  }
4422
- ), st = ({
4356
+ ), it = ({
4423
4357
  className: i,
4424
- color: e = N.GREY_DARK_5,
4358
+ color: e = v.GREY_DARK_5,
4425
4359
  height: t = 24,
4426
4360
  width: s = 24,
4427
4361
  onClick: n
@@ -4476,9 +4410,9 @@ const ce = ({
4476
4410
  )
4477
4411
  ]
4478
4412
  }
4479
- ), nt = ({
4413
+ ), st = ({
4480
4414
  className: i,
4481
- color: e = N.GREY_DARK_5,
4415
+ color: e = v.GREY_DARK_5,
4482
4416
  height: t = 24,
4483
4417
  width: s = 24,
4484
4418
  onClick: n
@@ -4525,9 +4459,9 @@ const ce = ({
4525
4459
  )
4526
4460
  ]
4527
4461
  }
4528
- ), rt = ({
4462
+ ), nt = ({
4529
4463
  className: i,
4530
- color: e = N.GREY_DARK_5,
4464
+ color: e = v.GREY_DARK_5,
4531
4465
  height: t = 24,
4532
4466
  width: s = 24,
4533
4467
  onClick: n
@@ -4552,9 +4486,9 @@ const ce = ({
4552
4486
  }
4553
4487
  )
4554
4488
  }
4555
- ), ot = ({
4489
+ ), rt = ({
4556
4490
  className: i,
4557
- color: e = N.GREY_DARK_5,
4491
+ color: e = v.GREY_DARK_5,
4558
4492
  height: t = 20,
4559
4493
  width: s = 20,
4560
4494
  onClick: n
@@ -4569,7 +4503,7 @@ const ce = ({
4569
4503
  fill: "none",
4570
4504
  xmlns: "http://www.w3.org/2000/svg",
4571
4505
  children: [
4572
- /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: N.GREY_LIGHT_2 }),
4506
+ /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: v.GREY_LIGHT_2 }),
4573
4507
  /* @__PURE__ */ r(
4574
4508
  "path",
4575
4509
  {
@@ -4581,7 +4515,7 @@ const ce = ({
4581
4515
  )
4582
4516
  ]
4583
4517
  }
4584
- ), at = ({
4518
+ ), ot = ({
4585
4519
  className: i,
4586
4520
  color: e = "#001E52",
4587
4521
  height: t = 24,
@@ -4607,7 +4541,7 @@ const ce = ({
4607
4541
  }
4608
4542
  )
4609
4543
  }
4610
- ), lt = ({
4544
+ ), at = ({
4611
4545
  className: i,
4612
4546
  color: e = "#001E52",
4613
4547
  height: t = 24,
@@ -4645,63 +4579,31 @@ const ce = ({
4645
4579
  )
4646
4580
  ] }) })
4647
4581
  }
4648
- ), ct = ({
4582
+ ), lt = ({
4649
4583
  width: i = 20,
4650
4584
  height: e = 20,
4651
- color: t = "#001E52",
4585
+ color: t = v.GREY_DARK_5,
4652
4586
  className: s,
4653
4587
  onClick: n
4654
4588
  }) => /* @__PURE__ */ r(
4655
4589
  "svg",
4656
4590
  {
4657
- xmlns: "http://www.w3.org/2000/svg",
4658
4591
  width: i,
4659
4592
  height: e,
4660
- className: s,
4661
4593
  onClick: n,
4662
- viewBox: "0 0 20 20",
4594
+ className: s,
4595
+ viewBox: "0 0 24 24",
4663
4596
  fill: "none",
4597
+ xmlns: "http://www.w3.org/2000/svg",
4664
4598
  children: /* @__PURE__ */ r(
4665
4599
  "path",
4666
4600
  {
4667
- fillRule: "evenodd",
4668
- clipRule: "evenodd",
4669
- d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
4670
- 2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
4671
- 17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
4672
- 1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
4673
- 6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
4674
- 8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
4675
- 8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
4676
- 5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
4677
- 6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
4678
- 4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
4679
- 7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
4680
- 7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
4681
- 8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
4682
- 6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
4683
- 7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
4684
- 8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
4685
- 7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
4686
- 6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
4687
- 8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
4688
- 11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
4689
- 11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
4690
- 12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
4691
- 12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
4692
- 12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
4693
- 13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
4694
- 14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
4695
- 14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
4696
- 12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
4697
- 13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
4698
- 15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
4699
- 15 12.7083H10.8333Z`,
4601
+ d: "M6.06939 16.5692C6.3622 16.2765 6.83706 16.2767 7.12994 16.5692C7.4228 16.8621 7.42273 17.3369 7.12994 17.6298L5.12994 19.6298C4.98929 19.7704 4.79858 19.8495 4.59967 19.8495C4.45045 19.8495 4.30597 19.8052 4.18365 19.7235L4.06939 19.6298L3.26959 18.83L3.21783 18.7733C2.97763 18.4787 2.99503 18.044 3.26959 17.7694C3.54417 17.495 3.97896 17.4775 4.2735 17.7177L4.33014 17.7694L4.59967 18.0389L6.06939 16.5692ZM20.0001 17.7499L20.0762 17.7538C20.4546 17.7921 20.75 18.1115 20.7501 18.4999C20.7501 18.8883 20.4546 19.2077 20.0762 19.246L20.0001 19.2499H9.00006C8.58584 19.2499 8.25006 18.9141 8.25006 18.4999C8.25007 18.0857 8.58585 17.7499 9.00006 17.7499H20.0001ZM5.55475 13.0145C5.27614 13.3209 4.80164 13.3438 4.49518 13.0653C4.18868 12.7867 4.16675 12.3122 4.44537 12.0057L5.55475 13.0145ZM20.0001 11.7499L20.0762 11.7538C20.4546 11.7921 20.75 12.1115 20.7501 12.4999C20.7501 12.8883 20.4546 13.2077 20.0762 13.246L20.0001 13.2499H9.00006C8.58584 13.2499 8.25006 12.9141 8.25006 12.4999C8.25007 12.0857 8.58585 11.7499 9.00006 11.7499H20.0001ZM4.50982 11.9403C4.79264 11.6865 5.22745 11.6831 5.51471 11.9442C5.80181 12.2055 5.8394 12.6386 5.61334 12.9442L5.56451 13.0038L5.55475 13.0145L4.44537 12.0057L4.45514 11.994L4.50982 11.9403ZM5.55475 7.01453C5.27614 7.32089 4.80164 7.3438 4.49518 7.06532C4.18868 6.78668 4.16674 6.31224 4.44537 6.00575L5.55475 7.01453ZM20.0001 5.74989L20.0762 5.75379C20.4546 5.79206 20.75 6.11146 20.7501 6.49989C20.7501 6.88832 20.4546 7.20771 20.0762 7.24598L20.0001 7.24989H9.00006C8.58584 7.24989 8.25006 6.9141 8.25006 6.49989C8.25007 6.08568 8.58585 5.74989 9.00006 5.74989H20.0001ZM4.45514 5.99403C4.73381 5.68784 5.20832 5.66569 5.51471 5.94422C5.8209 6.22289 5.84305 6.69741 5.56451 7.00379L5.55475 7.01453L4.44537 6.00575L4.45514 5.99403Z",
4700
4602
  fill: t
4701
4603
  }
4702
4604
  )
4703
4605
  }
4704
- ), ht = ({
4606
+ ), ct = ({
4705
4607
  width: i = 24,
4706
4608
  height: e = 24,
4707
4609
  color: t = "#131314",
@@ -4734,10 +4636,10 @@ const ce = ({
4734
4636
  )
4735
4637
  ]
4736
4638
  }
4737
- ), dt = ({
4738
- width: i = 24,
4739
- height: e = 24,
4740
- color: t = N.GREY_DARK_2,
4639
+ ), ht = ({
4640
+ width: i = 20,
4641
+ height: e = 20,
4642
+ color: t = v.GREY_DARK_5,
4741
4643
  className: s,
4742
4644
  onClick: n
4743
4645
  }) => /* @__PURE__ */ u(
@@ -4745,38 +4647,32 @@ const ce = ({
4745
4647
  {
4746
4648
  width: i,
4747
4649
  height: e,
4650
+ className: s,
4651
+ onClick: n,
4748
4652
  viewBox: "0 0 24 24",
4749
4653
  fill: "none",
4750
4654
  xmlns: "http://www.w3.org/2000/svg",
4751
- className: s,
4752
- onClick: n,
4753
4655
  children: [
4754
4656
  /* @__PURE__ */ r(
4755
4657
  "path",
4756
4658
  {
4757
- d: "M5 20V19C5 15.134 8.13401 12 12 12V12C15.866 12 19 15.134 19 19V20",
4758
- stroke: t,
4759
- strokeWidth: "1.5",
4760
- strokeLinecap: "round",
4761
- strokeLinejoin: "round"
4659
+ d: "M18.25 20.5V19.5C18.25 16.0482 15.4518 13.25 12 13.25C8.54822 13.25 5.75 16.0482 5.75 19.5V20.5C5.75 20.9142 5.41421 21.25 5 21.25C4.58579 21.25 4.25 20.9142 4.25 20.5V19.5C4.25 15.2198 7.71979 11.75 12 11.75C16.2802 11.75 19.75 15.2198 19.75 19.5V20.5C19.75 20.9142 19.4142 21.25 19 21.25C18.5858 21.25 18.25 20.9142 18.25 20.5Z",
4660
+ fill: t
4762
4661
  }
4763
4662
  ),
4764
4663
  /* @__PURE__ */ r(
4765
4664
  "path",
4766
4665
  {
4767
- d: "M12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12Z",
4768
- stroke: t,
4769
- strokeWidth: "1.5",
4770
- strokeLinecap: "round",
4771
- strokeLinejoin: "round"
4666
+ d: "M15.25 8.5C15.25 6.70507 13.7949 5.25 12 5.25C10.2051 5.25 8.75 6.70507 8.75 8.5C8.75 10.2949 10.2051 11.75 12 11.75C13.7949 11.75 15.25 10.2949 15.25 8.5ZM16.75 8.5C16.75 11.1234 14.6234 13.25 12 13.25C9.37665 13.25 7.25 11.1234 7.25 8.5C7.25 5.87665 9.37665 3.75 12 3.75C14.6234 3.75 16.75 5.87665 16.75 8.5Z",
4667
+ fill: t
4772
4668
  }
4773
4669
  )
4774
4670
  ]
4775
4671
  }
4776
- ), Ct = ({
4672
+ ), dt = ({
4777
4673
  width: i = 24,
4778
4674
  height: e = 24,
4779
- color: t = N.GREY_DARK_2,
4675
+ color: t = v.GREY_DARK_2,
4780
4676
  className: s,
4781
4677
  onClick: n
4782
4678
  }) => /* @__PURE__ */ u(
@@ -4813,10 +4709,10 @@ const ce = ({
4813
4709
  )
4814
4710
  ]
4815
4711
  }
4816
- ), gt = ({
4712
+ ), Ct = ({
4817
4713
  width: i = 24,
4818
4714
  height: e = 24,
4819
- color: t = N.GREY_DARK_2,
4715
+ color: t = v.GREY_DARK_2,
4820
4716
  className: s,
4821
4717
  onClick: n
4822
4718
  }) => /* @__PURE__ */ r(
@@ -4840,10 +4736,10 @@ const ce = ({
4840
4736
  }
4841
4737
  )
4842
4738
  }
4843
- ), ut = ({
4739
+ ), gt = ({
4844
4740
  width: i = 24,
4845
4741
  height: e = 24,
4846
- color: t = N.GREY_DARK_2,
4742
+ color: t = v.GREY_DARK_2,
4847
4743
  className: s,
4848
4744
  onClick: n
4849
4745
  }) => /* @__PURE__ */ r(
@@ -4867,33 +4763,7 @@ const ce = ({
4867
4763
  }
4868
4764
  )
4869
4765
  }
4870
- ), ft = ({
4871
- width: i = 20,
4872
- height: e = 20,
4873
- color: t = "#001E52",
4874
- className: s,
4875
- onClick: n
4876
- }) => /* @__PURE__ */ r(
4877
- "svg",
4878
- {
4879
- width: i,
4880
- height: e,
4881
- viewBox: "0 0 20 20",
4882
- fill: "none",
4883
- xmlns: "http://www.w3.org/2000/svg",
4884
- className: s,
4885
- onClick: n,
4886
- children: /* @__PURE__ */ r(
4887
- "path",
4888
- {
4889
- fillRule: "evenodd",
4890
- clipRule: "evenodd",
4891
- d: "M18.3337 10.0001C18.3337 14.6026 14.6028 18.3334 10.0003 18.3334C5.39783 18.3334 1.66699 14.6026 1.66699 10.0001C1.66699 5.39758 5.39783 1.66675 10.0003 1.66675C14.6028 1.66675 18.3337 5.39758 18.3337 10.0001ZM12.5003 7.50008C12.5003 8.16312 12.2369 8.79901 11.7681 9.26785C11.2993 9.73669 10.6634 10.0001 10.0003 10.0001C9.33728 10.0001 8.7014 9.73669 8.23256 9.26785C7.76372 8.79901 7.50033 8.16312 7.50033 7.50008C7.50033 6.83704 7.76372 6.20116 8.23256 5.73231C8.7014 5.26347 9.33728 5.00008 10.0003 5.00008C10.6634 5.00008 11.2993 5.26347 11.7681 5.73231C12.2369 6.20116 12.5003 6.83704 12.5003 7.50008ZM10.0003 17.0834C11.4306 17.0857 12.8277 16.6529 14.0062 15.8426C14.5095 15.4967 14.7245 14.8384 14.4312 14.3026C13.8253 13.1917 12.5753 12.5001 10.0003 12.5001C7.42533 12.5001 6.17533 13.1917 5.56866 14.3026C5.27616 14.8384 5.49116 15.4967 5.99449 15.8426C7.17299 16.6529 8.5701 17.0857 10.0003 17.0834Z",
4892
- fill: t
4893
- }
4894
- )
4895
- }
4896
- ), pt = ({
4766
+ ), ut = ({
4897
4767
  name: i,
4898
4768
  width: e,
4899
4769
  height: t,
@@ -4902,7 +4772,7 @@ const ce = ({
4902
4772
  disabled: o = !1,
4903
4773
  onClick: c
4904
4774
  }) => {
4905
- const [a, C] = Z(n), { theme: d } = r1(d2), l = o ? d && d === "dark" ? N.GREY_LIGHT_4 : N.GREY_DARK_1 : s, h = o ? void 0 : c;
4775
+ const [a, C] = S(n), { theme: d } = r1(d2), l = o ? d && d === "dark" ? v.GREY_LIGHT_4 : v.GREY_DARK_1 : s, h = o ? void 0 : c;
4906
4776
  return K(() => {
4907
4777
  if (n) {
4908
4778
  h && !o && C(`${n} clickable`);
@@ -4912,35 +4782,35 @@ const ce = ({
4912
4782
  }, [h, n, o]), /* @__PURE__ */ r(i1, { children: (() => {
4913
4783
  switch (i) {
4914
4784
  case "nextIcon":
4915
- return Te({ width: e, height: t, color: l, className: a, onClick: h });
4785
+ return Ge({ width: e, height: t, color: l, className: a, onClick: h });
4916
4786
  case "prevIcon":
4917
- return Ke({ width: e, height: t, color: l, className: a, onClick: h });
4787
+ return Te({ width: e, height: t, color: l, className: a, onClick: h });
4918
4788
  case "arrowDown":
4919
- return ce({ width: e, height: t, color: l, className: a, onClick: h });
4789
+ return le({ width: e, height: t, color: l, className: a, onClick: h });
4920
4790
  case "info":
4921
- return he({ width: e, height: t, color: l, className: a, onClick: h });
4791
+ return ce({ width: e, height: t, color: l, className: a, onClick: h });
4922
4792
  case "arrowRight":
4923
- return de({ width: e, height: t, color: l, className: a, onClick: h });
4793
+ return he({ width: e, height: t, color: l, className: a, onClick: h });
4924
4794
  case "calendar":
4925
- return Ce({ width: e, height: t, color: l, className: a, onClick: h });
4795
+ return de({ width: e, height: t, color: l, className: a, onClick: h });
4926
4796
  case "check":
4927
- return ge({ width: e, height: t, color: l, className: a, onClick: h });
4797
+ return Ce({ width: e, height: t, color: l, className: a, onClick: h });
4928
4798
  case "cancel":
4929
- return ue({ width: e, height: t, color: l, className: a, onClick: h });
4799
+ return ge({ width: e, height: t, color: l, className: a, onClick: h });
4930
4800
  case "add":
4931
- return fe({ width: e, height: t, color: l, className: a, onClick: h });
4801
+ return ue({ width: e, height: t, color: l, className: a, onClick: h });
4932
4802
  case "list":
4933
- return pe({ width: e, height: t, color: l, className: a, onClick: h });
4803
+ return fe({ width: e, height: t, color: l, className: a, onClick: h });
4934
4804
  case "dragAndDrop":
4935
- return me({ width: e, height: t, color: l, className: a, onClick: h });
4805
+ return pe({ width: e, height: t, color: l, className: a, onClick: h });
4936
4806
  case "filter":
4937
- return we({ width: e, height: t, color: l, className: a, onClick: h });
4807
+ return me({ width: e, height: t, color: l, className: a, onClick: h });
4938
4808
  case "attention":
4939
- return Le({ width: e, height: t, color: l, className: a, onClick: h });
4809
+ return we({ width: e, height: t, color: l, className: a, onClick: h });
4940
4810
  case "users":
4941
- return ke({ width: e, height: t, color: l, className: a, onClick: h });
4811
+ return Le({ width: e, height: t, color: l, className: a, onClick: h });
4942
4812
  case "mySkillsMatrix":
4943
- return ve({
4813
+ return ke({
4944
4814
  width: e,
4945
4815
  height: t,
4946
4816
  color: l,
@@ -4948,9 +4818,9 @@ const ce = ({
4948
4818
  onClick: h
4949
4819
  });
4950
4820
  case "skills":
4951
- return Ne({ width: e, height: t, color: l, className: a, onClick: h });
4821
+ return ve({ width: e, height: t, color: l, className: a, onClick: h });
4952
4822
  case "skillsMatrices":
4953
- return Re({
4823
+ return Ne({
4954
4824
  width: e,
4955
4825
  height: t,
4956
4826
  color: l,
@@ -4958,21 +4828,21 @@ const ce = ({
4958
4828
  onClick: h
4959
4829
  });
4960
4830
  case "history":
4961
- return xe({ width: e, height: t, color: l, className: a, onClick: h });
4831
+ return Re({ width: e, height: t, color: l, className: a, onClick: h });
4962
4832
  case "logOut":
4963
- return Me({ width: e, height: t, color: l, className: a, onClick: h });
4833
+ return xe({ width: e, height: t, color: l, className: a, onClick: h });
4964
4834
  case "settings":
4965
- return be({ width: e, height: t, color: l, className: a, onClick: h });
4835
+ return Me({ width: e, height: t, color: l, className: a, onClick: h });
4966
4836
  case "trash":
4967
- return _e({ width: e, height: t, color: l, className: a, onClick: h });
4837
+ return be({ width: e, height: t, color: l, className: a, onClick: h });
4968
4838
  case "settings2":
4969
- return ye({ width: e, height: t, color: l, className: a, onClick: h });
4839
+ return _e({ width: e, height: t, color: l, className: a, onClick: h });
4970
4840
  case "checkCircle":
4971
- return He({ width: e, height: t, color: l, className: a, onClick: h });
4841
+ return ye({ width: e, height: t, color: l, className: a, onClick: h });
4972
4842
  case "cancelCircle":
4973
- return Ve({ width: e, height: t, color: l, className: a, onClick: h });
4843
+ return He({ width: e, height: t, color: l, className: a, onClick: h });
4974
4844
  case "visibilityIcon":
4975
- return Ee({
4845
+ return Ve({
4976
4846
  width: e,
4977
4847
  height: t,
4978
4848
  color: l,
@@ -4980,7 +4850,7 @@ const ce = ({
4980
4850
  onClick: h
4981
4851
  });
4982
4852
  case "visibilityOffIcon":
4983
- return Ie({
4853
+ return Ee({
4984
4854
  width: e,
4985
4855
  height: t,
4986
4856
  color: l,
@@ -4988,7 +4858,7 @@ const ce = ({
4988
4858
  onClick: h
4989
4859
  });
4990
4860
  case "selectArrowIcon":
4991
- return Ae({
4861
+ return Ie({
4992
4862
  width: e,
4993
4863
  height: t,
4994
4864
  color: l,
@@ -4996,7 +4866,7 @@ const ce = ({
4996
4866
  onClick: h
4997
4867
  });
4998
4868
  case "expandArrowIcon":
4999
- return Oe({
4869
+ return Ae({
5000
4870
  width: e,
5001
4871
  height: t,
5002
4872
  color: l,
@@ -5004,7 +4874,7 @@ const ce = ({
5004
4874
  onClick: h
5005
4875
  });
5006
4876
  case "expandActiveArrowIcon":
5007
- return Se({
4877
+ return Oe({
5008
4878
  width: e,
5009
4879
  height: t,
5010
4880
  color: l,
@@ -5014,78 +4884,76 @@ const ce = ({
5014
4884
  case "sortUp":
5015
4885
  return Ze({ width: e, height: t, color: l, className: a, onClick: h });
5016
4886
  case "sortDown":
5017
- return De({ width: e, height: t, color: l, className: a, onClick: h });
4887
+ return Se({ width: e, height: t, color: l, className: a, onClick: h });
5018
4888
  case "search":
5019
- return Ge({ width: e, height: t, color: l, className: a, onClick: h });
4889
+ return De({ width: e, height: t, color: l, className: a, onClick: h });
5020
4890
  case "arrowUpFilled":
5021
- return Pe({ width: e, height: t, color: l, className: a, onClick: h });
5022
- case "arrowDownFilled":
5023
4891
  return Be({ width: e, height: t, color: l, className: a, onClick: h });
4892
+ case "arrowDownFilled":
4893
+ return Ke({ width: e, height: t, color: l, className: a, onClick: h });
5024
4894
  case "link":
5025
- return $e({ width: e, height: t, color: l, className: a, onClick: h });
4895
+ return Pe({ width: e, height: t, color: l, className: a, onClick: h });
5026
4896
  case "telegram":
5027
- return Ye({ width: e, height: t, color: l, className: a, onClick: h });
4897
+ return $e({ width: e, height: t, color: l, className: a, onClick: h });
5028
4898
  case "mail":
5029
- return We({ width: e, height: t, color: l, className: a, onClick: h });
4899
+ return Fe({ width: e, height: t, color: l, className: a, onClick: h });
5030
4900
  case "github":
5031
- return je({ width: e, height: t, color: l, className: a, onClick: h });
4901
+ return Ye({ width: e, height: t, color: l, className: a, onClick: h });
5032
4902
  case "linkedIn":
5033
- return Fe({ width: e, height: t, color: l, className: a, onClick: h });
4903
+ return je({ width: e, height: t, color: l, className: a, onClick: h });
5034
4904
  case "emptyStateIcon":
5035
- return Ue({ width: e, height: t, color: l, className: a, onClick: h });
4905
+ return We({ width: e, height: t, color: l, className: a, onClick: h });
5036
4906
  case "filtersIcon":
5037
- return ze({ width: e, height: t, color: l, className: a, onClick: h });
4907
+ return Ue({ width: e, height: t, color: l, className: a, onClick: h });
5038
4908
  case "dotMenuIcon":
5039
- return Je({ width: e, height: t, color: l, className: a, onClick: h });
4909
+ return ze({ width: e, height: t, color: l, className: a, onClick: h });
5040
4910
  case "plusCircle":
5041
- return qe({ width: e, height: t, color: l, className: a, onClick: h });
4911
+ return Je({ width: e, height: t, color: l, className: a, onClick: h });
5042
4912
  case "warning":
5043
- return Qe({ width: e, height: t, color: l, className: a, onClick: h });
4913
+ return qe({ width: e, height: t, color: l, className: a, onClick: h });
5044
4914
  case "back":
5045
- return Xe({ width: e, height: t, color: l, className: a, onClick: h });
4915
+ return Qe({ width: e, height: t, color: l, className: a, onClick: h });
5046
4916
  case "bell":
5047
- return et({ width: e, height: t, color: l, className: a, onClick: h });
4917
+ return Xe({ width: e, height: t, color: l, className: a, onClick: h });
5048
4918
  case "copy":
5049
- return tt({ width: e, height: t, color: l, className: a, onClick: h });
4919
+ return et({ width: e, height: t, color: l, className: a, onClick: h });
5050
4920
  case "contract":
5051
- return it({ width: e, height: t, color: l, className: a, onClick: h });
4921
+ return tt({ width: e, height: t, color: l, className: a, onClick: h });
5052
4922
  case "resourceManager":
5053
- return st({ width: e, height: t, color: l, className: a, onClick: h });
4923
+ return it({ width: e, height: t, color: l, className: a, onClick: h });
5054
4924
  case "image":
5055
- return nt({ width: e, height: t, color: l, className: a, onClick: h });
4925
+ return st({ width: e, height: t, color: l, className: a, onClick: h });
5056
4926
  case "edit":
5057
- return rt({ width: e, height: t, color: l, className: a, onClick: h });
4927
+ return nt({ width: e, height: t, color: l, className: a, onClick: h });
5058
4928
  case "filledArrowRight":
5059
- return ot({ width: e, height: t, color: l, className: a, onClick: h });
4929
+ return rt({ width: e, height: t, color: l, className: a, onClick: h });
5060
4930
  case "burgerMenu":
5061
- return at({ width: e, height: t, color: l, className: a, onClick: h });
4931
+ return ot({ width: e, height: t, color: l, className: a, onClick: h });
5062
4932
  case "refresh":
5063
- return lt({ width: e, height: t, color: l, className: a, onClick: h });
4933
+ return at({ width: e, height: t, color: l, className: a, onClick: h });
5064
4934
  case "projects":
5065
- return ct({ width: e, height: t, color: l, className: a, onClick: h });
5066
- case "profile":
5067
- return ft({ width: e, height: t, color: l, className: a, onClick: h });
5068
- case "exit":
4935
+ return lt({ width: e, height: t, color: l, className: a, onClick: h });
4936
+ case "user":
5069
4937
  return ht({ width: e, height: t, color: l, className: a, onClick: h });
5070
- case "client":
5071
- return dt({ width: e, height: t, color: l, className: a, onClick: h });
4938
+ case "exit":
4939
+ return ct({ width: e, height: t, color: l, className: a, onClick: h });
5072
4940
  case "openPointCircle":
5073
- return Ct({ width: e, height: t, color: l, className: a, onClick: h });
4941
+ return dt({ width: e, height: t, color: l, className: a, onClick: h });
5074
4942
  case "community":
5075
- return gt({ width: e, height: t, color: l, className: a, onClick: h });
4943
+ return Ct({ width: e, height: t, color: l, className: a, onClick: h });
5076
4944
  case "docs":
5077
- return ut({ width: e, height: t, color: l, className: a, onClick: h });
4945
+ return gt({ width: e, height: t, color: l, className: a, onClick: h });
5078
4946
  default:
5079
4947
  return /* @__PURE__ */ r(i1, { children: "No Icon provided" });
5080
4948
  }
5081
4949
  })() });
5082
4950
  };
5083
4951
  var p1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(p1 || {});
5084
- const mt = d1({
4952
+ const ft = d1({
5085
4953
  locale: "en",
5086
4954
  theme: "light"
5087
4955
  });
5088
- mt.Provider;
4956
+ ft.Provider;
5089
4957
  const C2 = ({
5090
4958
  children: i,
5091
4959
  width: e,
@@ -5102,7 +4970,7 @@ const C2 = ({
5102
4970
  {
5103
4971
  className: `snmt-tag ${t} ${o ? "disabled" : ""}`,
5104
4972
  closeIcon: /* @__PURE__ */ r(
5105
- pt,
4973
+ ut,
5106
4974
  {
5107
4975
  name: "cancelCircle",
5108
4976
  color: o ? p1.GREY_DARK_1 : p1.GREY_DARK_2,
@@ -5115,7 +4983,7 @@ const C2 = ({
5115
4983
  style: { width: e ?? "fit-content" },
5116
4984
  closable: n,
5117
4985
  children: typeof i == "string" ? /* @__PURE__ */ r(
5118
- le,
4986
+ ae,
5119
4987
  {
5120
4988
  variant: t === "small" ? "body4" : "body2",
5121
4989
  color: o ? p1.GREY_DARK_2 : p1.GREY_DARK_5,
@@ -5124,12 +4992,12 @@ const C2 = ({
5124
4992
  ) : i
5125
4993
  }
5126
4994
  );
5127
- }, { Title: wt, Text: Lt } = a2, kt = {
4995
+ }, { Title: pt, Text: mt } = a2, wt = {
5128
4996
  h1: 1,
5129
4997
  h2: 2,
5130
4998
  h3: 3,
5131
4999
  h4: 4
5132
- }, vt = L1(
5000
+ }, Lt = L1(
5133
5001
  ({
5134
5002
  align: i = "inherit",
5135
5003
  variant: e = "body1",
@@ -5143,7 +5011,7 @@ const C2 = ({
5143
5011
  }, C) => {
5144
5012
  const d = q(null);
5145
5013
  H1(C, () => d.current);
5146
- const [l, h] = Z(!1);
5014
+ const [l, h] = S(!1);
5147
5015
  K(() => {
5148
5016
  var L;
5149
5017
  if (!a) return;
@@ -5171,9 +5039,9 @@ const C2 = ({
5171
5039
  }
5172
5040
  } : void 0
5173
5041
  };
5174
- return g ? /* @__PURE__ */ r(wt, { level: kt[e], ...w, children: s }) : /* @__PURE__ */ r(Lt, { ...w, children: s });
5042
+ return g ? /* @__PURE__ */ r(pt, { level: wt[e], ...w, children: s }) : /* @__PURE__ */ r(mt, { ...w, children: s });
5175
5043
  }
5176
- ), Nt = ({
5044
+ ), kt = ({
5177
5045
  children: i,
5178
5046
  content: e,
5179
5047
  isOpen: t,
@@ -5181,7 +5049,7 @@ const C2 = ({
5181
5049
  placement: n = "topRight",
5182
5050
  noPadding: o = !1
5183
5051
  }) => {
5184
- const [c, a] = Z(!1);
5052
+ const [c, a] = S(!1);
5185
5053
  return /* @__PURE__ */ r(
5186
5054
  _2,
5187
5055
  {
@@ -5198,7 +5066,7 @@ const C2 = ({
5198
5066
  }
5199
5067
  );
5200
5068
  };
5201
- var Rt = { exports: {} };
5069
+ var vt = { exports: {} };
5202
5070
  (function(i, e) {
5203
5071
  (function(t, s) {
5204
5072
  i.exports = s();
@@ -5208,8 +5076,8 @@ var Rt = { exports: {} };
5208
5076
  return "[" + t + (s[(n - 20) % 10] || s[n] || s[0]) + "]";
5209
5077
  } };
5210
5078
  });
5211
- })(Rt);
5212
- const xt = ({
5079
+ })(vt);
5080
+ const Nt = ({
5213
5081
  values: i,
5214
5082
  onTagClose: e,
5215
5083
  maxWidth: t,
@@ -5218,7 +5086,7 @@ const xt = ({
5218
5086
  options: o,
5219
5087
  extraOptions: c
5220
5088
  }) => {
5221
- const { locale: a } = r1(G1), { t: C } = z2("common", { lng: a }), [d, l] = Z(!1);
5089
+ const { locale: a } = r1(G1), { t: C } = z2("common", { lng: a }), [d, l] = S(!1);
5222
5090
  if (K(() => {
5223
5091
  i.length || l(!1);
5224
5092
  }, [i]), !i.length)
@@ -5228,7 +5096,7 @@ const xt = ({
5228
5096
  return ((f = o == null ? void 0 : o.find((L) => L.value === g)) == null ? void 0 : f.label) || ((w = c == null ? void 0 : c.find((L) => L.value === g)) == null ? void 0 : w.label) || g;
5229
5097
  };
5230
5098
  return /* @__PURE__ */ u(
5231
- Nt,
5099
+ kt,
5232
5100
  {
5233
5101
  content: (
5234
5102
  // 90: paddings + margins + gaps and so on
@@ -5253,19 +5121,19 @@ const xt = ({
5253
5121
  ]
5254
5122
  }
5255
5123
  );
5256
- }, Mt = {
5124
+ }, Rt = {
5257
5125
  small: 20,
5258
5126
  medium: 28,
5259
5127
  large: 48
5260
- }, $1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
5261
- const t = Mt[i], s = `no-repeat linear-gradient(${e}
5128
+ }, Y1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
5129
+ const t = Rt[i], s = `no-repeat linear-gradient(${e}
5262
5130
  calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
5263
5131
  width: t,
5264
5132
  background: `${s} 0% 100%, ${s} 50% 100%, ${s} 100% 100%`,
5265
5133
  backgroundSize: "20% calc(200% + 20px)"
5266
5134
  };
5267
5135
  return /* @__PURE__ */ r("span", { className: "snmt-loader", style: n });
5268
- }, j1 = L1(
5136
+ }, $1 = L1(
5269
5137
  ({
5270
5138
  value: i,
5271
5139
  onChange: e,
@@ -5290,31 +5158,31 @@ const xt = ({
5290
5158
  readOnly: p,
5291
5159
  error: x
5292
5160
  }, M) => {
5293
- const [R, Y] = Z(!1), [J, F] = Z(!1), [V, G] = Z(!0), [E, O] = Z(i), D = q(null);
5161
+ const [R, j] = S(!1), [J, F] = S(!1), [V, G] = S(!0), [E, O] = S(i), D = q(null);
5294
5162
  K(() => {
5295
5163
  O(i);
5296
5164
  }, [i]);
5297
- const B = (k) => {
5298
- Y(k), g && g(k);
5299
- }, U = (k, y) => {
5165
+ const B = (N) => {
5166
+ j(N), g && g(N);
5167
+ }, U = (N, y) => {
5300
5168
  var T;
5301
- return !!((T = y == null ? void 0 : y.label) != null && T.toString().toLowerCase().includes(k.toLowerCase()));
5169
+ return !!((T = y == null ? void 0 : y.label) != null && T.toString().toLowerCase().includes(N.toLowerCase()));
5302
5170
  }, I = () => {
5303
5171
  F(!0);
5304
- }, $ = () => {
5172
+ }, Y = () => {
5305
5173
  F(!1);
5306
- }, P = j(
5307
- (k) => {
5308
- if (O(k), s) {
5309
- const T = k;
5174
+ }, P = $(
5175
+ (N) => {
5176
+ if (O(N), s) {
5177
+ const T = N;
5310
5178
  e == null || e(T);
5311
5179
  return;
5312
5180
  }
5313
- const y = k;
5181
+ const y = N;
5314
5182
  e == null || e(y);
5315
5183
  },
5316
5184
  [s, e]
5317
- ), e1 = j(() => {
5185
+ ), e1 = $(() => {
5318
5186
  if (!(p || a)) {
5319
5187
  if (s) {
5320
5188
  P([]);
@@ -5322,39 +5190,39 @@ const xt = ({
5322
5190
  }
5323
5191
  P("");
5324
5192
  }
5325
- }, [a, P, s, p]), t1 = j(
5326
- (k) => {
5327
- const y = E.filter((T) => T !== k);
5193
+ }, [a, P, s, p]), t1 = $(
5194
+ (N) => {
5195
+ const y = E.filter((T) => T !== N);
5328
5196
  P(y), O(y);
5329
5197
  },
5330
5198
  [P, E]
5331
- ), C1 = j(
5332
- (k) => (E == null ? void 0 : E.indexOf(k)) === 0 ? (
5199
+ ), C1 = $(
5200
+ (N) => (E == null ? void 0 : E.indexOf(N)) === 0 ? (
5333
5201
  // if the search input is empty
5334
5202
  // then display the placeholder, else do not display it
5335
5203
  /* @__PURE__ */ r("span", { className: "custom-placeholder", children: V ? t : "" })
5336
5204
  ) : /* @__PURE__ */ r(i1, {}),
5337
5205
  [V, E, t]
5338
- ), k1 = (k) => {
5339
- k.preventDefault(), k.stopPropagation();
5340
- }, v1 = async (k) => {
5341
- const { target: y } = k;
5342
- y.scrollTop + y.offsetHeight >= y.scrollHeight - l && (f == null || f(!0)), w && await w(k);
5343
- }, o1 = j(
5344
- (k) => {
5206
+ ), k1 = (N) => {
5207
+ N.preventDefault(), N.stopPropagation();
5208
+ }, v1 = async (N) => {
5209
+ const { target: y } = N;
5210
+ y.scrollTop + y.offsetHeight >= y.scrollHeight - l && (f == null || f(!0)), w && await w(N);
5211
+ }, o1 = $(
5212
+ (N) => {
5345
5213
  var y, T;
5346
- return ((y = o.find((a1) => a1.value === k)) == null ? void 0 : y.label) || ((T = m == null ? void 0 : m.find(
5347
- (a1) => a1.value === k
5348
- )) == null ? void 0 : T.label) || k;
5214
+ return ((y = o.find((a1) => a1.value === N)) == null ? void 0 : y.label) || ((T = m == null ? void 0 : m.find(
5215
+ (a1) => a1.value === N
5216
+ )) == null ? void 0 : T.label) || N;
5349
5217
  },
5350
5218
  [m, o]
5351
- ), N1 = j(
5352
- (k) => {
5219
+ ), N1 = $(
5220
+ (N) => {
5353
5221
  var y;
5354
5222
  return /* @__PURE__ */ r(
5355
- xt,
5223
+ Nt,
5356
5224
  {
5357
- values: k,
5225
+ values: N,
5358
5226
  onTagClose: t1,
5359
5227
  maxWidth: ((y = D.current) == null ? void 0 : y.clientWidth) || 0,
5360
5228
  disabled: a,
@@ -5365,8 +5233,8 @@ const xt = ({
5365
5233
  );
5366
5234
  },
5367
5235
  [a, m, t1, o, p]
5368
- ), S = j(
5369
- ({ label: k, value: y, mode: T }) => T === "filter" ? C1(y) : /* @__PURE__ */ r("div", { onMouseDown: k1, className: "tag-wrapper", children: /* @__PURE__ */ r(C2, { onClose: () => t1(y), disabled: a, children: typeof k == "object" ? k : o1(y) }) }),
5236
+ ), Z = $(
5237
+ ({ label: N, value: y, mode: T }) => T === "filter" ? C1(y) : /* @__PURE__ */ r("div", { onMouseDown: k1, className: "tag-wrapper", children: /* @__PURE__ */ r(C2, { onClose: () => t1(y), disabled: a, children: typeof N == "object" ? N : o1(y) }) }),
5370
5238
  [a, o1, t1, C1]
5371
5239
  ), z = Array.isArray(E) && E.length > 0 || !!E && typeof E == "string" && E.trim() !== "";
5372
5240
  return /* @__PURE__ */ u("div", { className: "snmt-select-container", children: [
@@ -5390,24 +5258,24 @@ const xt = ({
5390
5258
  onDropdownVisibleChange: B,
5391
5259
  disabled: a,
5392
5260
  value: E || void 0,
5393
- labelRender: (k) => {
5394
- const y = o1(k.value);
5261
+ labelRender: (N) => {
5262
+ const y = o1(N.value);
5395
5263
  return a ? /* @__PURE__ */ r("span", { style: { color: Q.GREY_DARK_1 }, children: y }) : y;
5396
5264
  },
5397
5265
  mode: s === "filter" ? "multiple" : s,
5398
5266
  onChange: P,
5399
5267
  onFocus: I,
5400
- onBlur: $,
5401
- onSearch: (k) => {
5402
- G(!k), h && h(k);
5268
+ onBlur: Y,
5269
+ onSearch: (N) => {
5270
+ G(!N), h && h(N);
5403
5271
  },
5404
5272
  onSelect: () => G(!0),
5405
5273
  onDeselect: () => G(!0),
5406
- tagRender: (k) => S({ ...k, mode: s }),
5274
+ tagRender: (N) => Z({ ...N, mode: s }),
5407
5275
  maxTagCount: "responsive",
5408
5276
  maxTagPlaceholder: N1,
5409
5277
  onPopupScroll: v1,
5410
- prefix: A && /* @__PURE__ */ r($1, { size: "small" }),
5278
+ prefix: A && /* @__PURE__ */ r(Y1, { size: "small" }),
5411
5279
  suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ u(i1, { children: [
5412
5280
  E && !!E.length && (s || d) && /* @__PURE__ */ r(
5413
5281
  "div",
@@ -5431,30 +5299,30 @@ const xt = ({
5431
5299
  name: "selectArrowIcon",
5432
5300
  color: a ? Q.GREY_DARK_1 : Q.GREY_DARK_5,
5433
5301
  className: R ? "select-arrow-rotated" : "select-arrow",
5434
- onClick: () => Y(!R)
5302
+ onClick: () => j(!R)
5435
5303
  }
5436
5304
  )
5437
5305
  ] }) }),
5438
5306
  removeIcon: /* @__PURE__ */ r(g1, { name: "cancelCircle", color: Q.GREY_DARK_1 }),
5439
5307
  options: o,
5440
- optionRender: (k) => _ ? _(k.data) : /* @__PURE__ */ u(f1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
5308
+ optionRender: (N) => _ ? _(N.data) : /* @__PURE__ */ u(f1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
5441
5309
  /* @__PURE__ */ u(f1, { alignItems: "center", gap: 12, children: [
5442
5310
  s && /* @__PURE__ */ r(
5443
5311
  q2,
5444
5312
  {
5445
- checked: !!(E != null && E.includes(k.value))
5313
+ checked: !!(E != null && E.includes(N.value))
5446
5314
  }
5447
5315
  ),
5448
5316
  /* @__PURE__ */ u(f1, { alignItems: "center", gap: 8, children: [
5449
- k.data.image && /* @__PURE__ */ r(J2, { src: k.data.image, size: 20 }),
5450
- /* @__PURE__ */ r("span", { children: k.label })
5317
+ N.data.image && /* @__PURE__ */ r(J2, { src: N.data.image, size: 20 }),
5318
+ /* @__PURE__ */ r("span", { children: N.label })
5451
5319
  ] })
5452
5320
  ] }),
5453
- !s && E === k.value && /* @__PURE__ */ r(g1, { name: "check", color: Q.BLUE_DARK_1 })
5321
+ !s && E === N.value && /* @__PURE__ */ r(g1, { name: "check", color: Q.BLUE_DARK_1 })
5454
5322
  ] }),
5455
- dropdownRender: (k) => /* @__PURE__ */ u("div", { className: "dropdown-container", children: [
5456
- /* @__PURE__ */ r("div", { className: "dropdown-menu", children: H ? H(k) : k }),
5457
- A && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r($1, {}) })
5323
+ dropdownRender: (N) => /* @__PURE__ */ u("div", { className: "dropdown-container", children: [
5324
+ /* @__PURE__ */ r("div", { className: "dropdown-menu", children: H ? H(N) : N }),
5325
+ A && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(Y1, {}) })
5458
5326
  ] })
5459
5327
  }
5460
5328
  ),
@@ -5487,12 +5355,12 @@ const xt = ({
5487
5355
  width: 16
5488
5356
  }
5489
5357
  ),
5490
- typeof x == "string" ? /* @__PURE__ */ r(vt, { color: Q.NOTIFICATION_ERROR_DARK, variant: "body4", children: x }) : x
5358
+ typeof x == "string" ? /* @__PURE__ */ r(Lt, { color: Q.NOTIFICATION_ERROR_DARK, variant: "body4", children: x }) : x
5491
5359
  ] })
5492
5360
  ] });
5493
5361
  }
5494
5362
  );
5495
- function bt(i, e = 500) {
5363
+ function xt(i, e = 500) {
5496
5364
  const t = q();
5497
5365
  return K(() => () => {
5498
5366
  t.current && clearTimeout(t.current);
@@ -5503,7 +5371,7 @@ function bt(i, e = 500) {
5503
5371
  clearTimeout(t.current), t.current = n;
5504
5372
  };
5505
5373
  }
5506
- function Y1(i) {
5374
+ function j1(i) {
5507
5375
  const e = q(i);
5508
5376
  return K(() => {
5509
5377
  e.current = i;
@@ -5533,20 +5401,20 @@ const E1 = 100, l1 = {
5533
5401
  required: H = !1,
5534
5402
  error: _
5535
5403
  }, A) => {
5536
- const [p, x] = Z(), [M, R] = Z(l1), [Y, J] = Z(!1), [F, V] = Z(), [G, E] = Z(!1), [O, D] = Z(
5404
+ const [p, x] = S(), [M, R] = S(l1), [j, J] = S(!1), [F, V] = S(), [G, E] = S(!1), [O, D] = S(
5537
5405
  h ?? []
5538
- ), B = Y1(M.offset), U = Y1(F), [I, $] = Z(!1), P = q(!1), e1 = j(
5406
+ ), B = j1(M.offset), U = j1(F), [I, Y] = S(!1), P = q(!1), e1 = $(
5539
5407
  async ({
5540
- limit: S = E1,
5408
+ limit: Z = E1,
5541
5409
  offset: z,
5542
- search: k
5410
+ search: N
5543
5411
  }) => {
5544
5412
  J(!0);
5545
5413
  try {
5546
5414
  const y = await i({
5547
- limit: S,
5415
+ limit: Z,
5548
5416
  offset: z,
5549
- search: k
5417
+ search: N
5550
5418
  });
5551
5419
  x(
5552
5420
  (T) => z === 0 ? y.options : [...T ?? [], ...y.options]
@@ -5561,55 +5429,55 @@ const E1 = 100, l1 = {
5561
5429
  }
5562
5430
  },
5563
5431
  [i]
5564
- ), t1 = bt((S) => {
5565
- V(S), S || R(l1);
5566
- }), C1 = j(
5567
- (S) => t1(S),
5432
+ ), t1 = xt((Z) => {
5433
+ V(Z), Z || R(l1);
5434
+ }), C1 = $(
5435
+ (Z) => t1(Z),
5568
5436
  [t1]
5569
- ), k1 = j(
5570
- async (S) => {
5571
- Y || S && M.count && M.count > ((p == null ? void 0 : p.length) ?? 0) && R((z) => ({
5437
+ ), k1 = $(
5438
+ async (Z) => {
5439
+ j || Z && M.count && M.count > ((p == null ? void 0 : p.length) ?? 0) && R((z) => ({
5572
5440
  ...z,
5573
5441
  offset: z.offset + E1
5574
5442
  }));
5575
5443
  },
5576
- [Y, p == null ? void 0 : p.length, M.count]
5577
- ), v1 = j(
5578
- (S) => {
5579
- E(S), !S && F && (V(void 0), R(l1), $(!0)), g == null || g(S);
5444
+ [j, p == null ? void 0 : p.length, M.count]
5445
+ ), v1 = $(
5446
+ (Z) => {
5447
+ E(Z), !Z && F && (V(void 0), R(l1), Y(!0)), g == null || g(Z);
5580
5448
  },
5581
5449
  [g, F]
5582
5450
  );
5583
5451
  K(() => {
5584
- !P.current || Y || (I || G && (B !== M.offset || U !== F || !p)) && (e1({ offset: M.offset, limit: E1, search: F }), I && $(!1));
5585
- }, [I, G, M.offset, F, B, U, p, Y]), K(() => {
5452
+ !P.current || j || (I || G && (B !== M.offset || U !== F || !p)) && (e1({ offset: M.offset, limit: E1, search: F }), I && Y(!1));
5453
+ }, [I, G, M.offset, F, B, U, p, j]), K(() => {
5586
5454
  (d || l) && e1(l1), P.current = !0;
5587
5455
  }, []), K(() => {
5588
- h && D((S) => {
5456
+ h && D((Z) => {
5589
5457
  const z = h.filter(
5590
- (k) => !S.some((y) => y.value === k.value)
5458
+ (N) => !Z.some((y) => y.value === N.value)
5591
5459
  );
5592
- return [...S, ...z];
5460
+ return [...Z, ...z];
5593
5461
  });
5594
5462
  }, [h]);
5595
- const o1 = j(
5596
- (S) => {
5597
- t && t(S);
5463
+ const o1 = $(
5464
+ (Z) => {
5465
+ t && t(Z);
5598
5466
  let z = [];
5599
- if (C ? z = Array.isArray(S) ? S : [] : z = S ? [S] : [], F) {
5600
- const k = z.filter(
5467
+ if (C ? z = Array.isArray(Z) ? Z : [] : z = Z ? [Z] : [], F) {
5468
+ const N = z.filter(
5601
5469
  (y) => !(O != null && O.some((T) => T.value === y))
5602
5470
  );
5603
- k.length > 0 && D((y = []) => [
5471
+ N.length > 0 && D((y = []) => [
5604
5472
  ...y,
5605
- ...k.map((T) => {
5473
+ ...N.map((T) => {
5606
5474
  const a1 = p == null ? void 0 : p.find((w2) => w2.value === T);
5607
5475
  return {
5608
5476
  value: T,
5609
5477
  label: (a1 == null ? void 0 : a1.label) ?? T
5610
5478
  };
5611
5479
  })
5612
- ]), V(void 0), R(l1), $(!0);
5480
+ ]), V(void 0), R(l1), Y(!0);
5613
5481
  }
5614
5482
  },
5615
5483
  [t, F, C, p, O]
@@ -5629,7 +5497,7 @@ const E1 = 100, l1 = {
5629
5497
  onScrollToEnd: k1,
5630
5498
  disabled: o,
5631
5499
  extraOptions: O,
5632
- isLoading: Y,
5500
+ isLoading: j,
5633
5501
  optionRender: f,
5634
5502
  dropdownRender: w,
5635
5503
  readOnly: L,
@@ -5651,7 +5519,7 @@ const E1 = 100, l1 = {
5651
5519
  k1,
5652
5520
  o,
5653
5521
  O,
5654
- Y,
5522
+ j,
5655
5523
  f,
5656
5524
  w,
5657
5525
  L,
@@ -5662,18 +5530,18 @@ const E1 = 100, l1 = {
5662
5530
  );
5663
5531
  return H1(A, () => ({
5664
5532
  refetchOptions: async () => {
5665
- R(l1), V(void 0), $(!0);
5533
+ R(l1), V(void 0), Y(!0);
5666
5534
  }
5667
- })), C ? /* @__PURE__ */ r(j1, { ...N1, value: s, mode: C }) : /* @__PURE__ */ r("div", { className: "snmt-async-select", children: /* @__PURE__ */ r(j1, { ...N1, value: s }) });
5535
+ })), C ? /* @__PURE__ */ r($1, { ...N1, value: s, mode: C }) : /* @__PURE__ */ r("div", { className: "snmt-async-select", children: /* @__PURE__ */ r($1, { ...N1, value: s }) });
5668
5536
  }
5669
5537
  );
5670
5538
  var x1 = /* @__PURE__ */ ((i) => (i.ACTIVE = "Active", i.ARCHIVED = "Archived", i))(x1 || {});
5671
- const _t = {
5539
+ const Mt = {
5672
5540
  small: 20,
5673
5541
  medium: 28,
5674
5542
  large: 48
5675
- }, yt = ({ size: i = "medium", color: e = "#004ed7" }) => {
5676
- const t = _t[i], s = `no-repeat linear-gradient(${e}
5543
+ }, bt = ({ size: i = "medium", color: e = "#004ed7" }) => {
5544
+ const t = Mt[i], s = `no-repeat linear-gradient(${e}
5677
5545
  calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
5678
5546
  width: t,
5679
5547
  background: `${s} 0% 100%, ${s} 50% 100%, ${s} 100% 100%`,
@@ -5681,7 +5549,7 @@ const _t = {
5681
5549
  };
5682
5550
  return /* @__PURE__ */ r("span", { className: "snmt-loader", style: n });
5683
5551
  };
5684
- function Ht() {
5552
+ function _t() {
5685
5553
  if (console && console.warn) {
5686
5554
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
5687
5555
  e[t] = arguments[t];
@@ -5689,10 +5557,10 @@ function Ht() {
5689
5557
  }
5690
5558
  }
5691
5559
  const W1 = {};
5692
- function S1() {
5560
+ function Z1() {
5693
5561
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
5694
5562
  e[t] = arguments[t];
5695
- n1(e[0]) && W1[e[0]] || (n1(e[0]) && (W1[e[0]] = /* @__PURE__ */ new Date()), Ht(...e));
5563
+ n1(e[0]) && W1[e[0]] || (n1(e[0]) && (W1[e[0]] = /* @__PURE__ */ new Date()), _t(...e));
5696
5564
  }
5697
5565
  const g2 = (i, e) => () => {
5698
5566
  if (i.isInitialized)
@@ -5711,7 +5579,7 @@ const g2 = (i, e) => () => {
5711
5579
  n1(t) && (t = [t]), t.forEach((n) => {
5712
5580
  i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
5713
5581
  }), i.loadLanguages(e, g2(i, s));
5714
- }, Vt = function(i, e) {
5582
+ }, yt = function(i, e) {
5715
5583
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5716
5584
  const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
5717
5585
  if (s.toLowerCase() === "cimode") return !0;
@@ -5720,15 +5588,15 @@ const g2 = (i, e) => () => {
5720
5588
  return d === -1 || d === 2;
5721
5589
  };
5722
5590
  return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(o, i)));
5723
- }, Et = function(i, e) {
5591
+ }, Ht = function(i, e) {
5724
5592
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5725
- return !e.languages || !e.languages.length ? (S1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
5593
+ return !e.languages || !e.languages.length ? (Z1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
5726
5594
  lng: t.lng,
5727
5595
  precheck: (n, o) => {
5728
5596
  if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !o(n.isLanguageChangingTo, i)) return !1;
5729
5597
  }
5730
- }) : Vt(i, e, t);
5731
- }, n1 = (i) => typeof i == "string", It = (i) => typeof i == "object" && i !== null, At = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Ot = {
5598
+ }) : yt(i, e, t);
5599
+ }, n1 = (i) => typeof i == "string", Vt = (i) => typeof i == "object" && i !== null, Et = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, It = {
5732
5600
  "&amp;": "&",
5733
5601
  "&#38;": "&",
5734
5602
  "&lt;": "<",
@@ -5749,8 +5617,8 @@ const g2 = (i, e) => () => {
5749
5617
  "&#8230;": "…",
5750
5618
  "&#x2F;": "/",
5751
5619
  "&#47;": "/"
5752
- }, St = (i) => Ot[i], Zt = (i) => i.replace(At, St);
5753
- let Z1 = {
5620
+ }, At = (i) => It[i], Ot = (i) => i.replace(Et, At);
5621
+ let S1 = {
5754
5622
  bindI18n: "languageChanged",
5755
5623
  bindI18nStore: "",
5756
5624
  transEmptyNodeValue: "",
@@ -5758,25 +5626,25 @@ let Z1 = {
5758
5626
  transWrapTextNodes: "",
5759
5627
  transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
5760
5628
  useSuspense: !0,
5761
- unescape: Zt
5629
+ unescape: Ot
5762
5630
  };
5763
- const Dt = function() {
5631
+ const Zt = function() {
5764
5632
  let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
5765
- Z1 = {
5766
- ...Z1,
5633
+ S1 = {
5634
+ ...S1,
5767
5635
  ...i
5768
5636
  };
5769
- }, Gt = () => Z1;
5637
+ }, St = () => S1;
5770
5638
  let u2;
5771
- const Tt = (i) => {
5639
+ const Dt = (i) => {
5772
5640
  u2 = i;
5773
- }, Kt = () => u2, Bt = {
5641
+ }, Gt = () => u2, Tt = {
5774
5642
  type: "3rdParty",
5775
5643
  init(i) {
5776
- Dt(i.options.react), Tt(i);
5644
+ Zt(i.options.react), Dt(i);
5777
5645
  }
5778
- }, Pt = d1();
5779
- class $t {
5646
+ }, Kt = d1();
5647
+ class Bt {
5780
5648
  constructor() {
5781
5649
  T1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
5782
5650
  this.usedNamespaces = {};
@@ -5787,27 +5655,27 @@ class $t {
5787
5655
  });
5788
5656
  }
5789
5657
  }
5790
- const jt = (i, e) => {
5658
+ const Pt = (i, e) => {
5791
5659
  const t = q();
5792
5660
  return K(() => {
5793
5661
  t.current = i;
5794
5662
  }, [i, e]), t.current;
5795
- }, f2 = (i, e, t, s) => i.getFixedT(e, t, s), Yt = (i, e, t, s) => j(f2(i, e, t, s), [i, e, t, s]), Ft = function(i) {
5663
+ }, f2 = (i, e, t, s) => i.getFixedT(e, t, s), Yt = (i, e, t, s) => $(f2(i, e, t, s), [i, e, t, s]), $t = function(i) {
5796
5664
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5797
5665
  const {
5798
5666
  i18n: t
5799
5667
  } = e, {
5800
5668
  i18n: s,
5801
5669
  defaultNS: n
5802
- } = r1(Pt) || {}, o = t || s || Kt();
5803
- if (o && !o.reportNamespaces && (o.reportNamespaces = new $t()), !o) {
5804
- S1("You will need to pass in an i18next instance by using initReactI18next");
5805
- const p = (M, R) => n1(R) ? R : It(R) && n1(R.defaultValue) ? R.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, x = [p, {}, !1];
5670
+ } = r1(Kt) || {}, o = t || s || Gt();
5671
+ if (o && !o.reportNamespaces && (o.reportNamespaces = new Bt()), !o) {
5672
+ Z1("You will need to pass in an i18next instance by using initReactI18next");
5673
+ const p = (M, R) => n1(R) ? R : Vt(R) && n1(R.defaultValue) ? R.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, x = [p, {}, !1];
5806
5674
  return x.t = p, x.i18n = {}, x.ready = !1, x;
5807
5675
  }
5808
- o.options.react && o.options.react.wait !== void 0 && S1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
5676
+ o.options.react && o.options.react.wait !== void 0 && Z1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
5809
5677
  const c = {
5810
- ...Gt(),
5678
+ ...St(),
5811
5679
  ...o.options.react,
5812
5680
  ...e
5813
5681
  }, {
@@ -5816,10 +5684,10 @@ const jt = (i, e) => {
5816
5684
  } = c;
5817
5685
  let d = i;
5818
5686
  d = n1(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
5819
- const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => Et(p, o, c)), h = Yt(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, f = () => f2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [w, L] = Z(g);
5687
+ const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => Ht(p, o, c)), h = Yt(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, f = () => f2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [w, L] = S(g);
5820
5688
  let m = d.join();
5821
5689
  e.lng && (m = `${e.lng}${m}`);
5822
- const H = jt(m), _ = q(!0);
5690
+ const H = Pt(m), _ = q(!0);
5823
5691
  K(() => {
5824
5692
  const {
5825
5693
  bindI18n: p,
@@ -5850,11 +5718,11 @@ const jt = (i, e) => {
5850
5718
  i = s, e = n;
5851
5719
  });
5852
5720
  return t.resolve = i, t.reject = e, t;
5853
- }, J1 = (i) => i == null ? "" : "" + i, Wt = (i, e, t) => {
5721
+ }, J1 = (i) => i == null ? "" : "" + i, jt = (i, e, t) => {
5854
5722
  i.forEach((s) => {
5855
5723
  e[s] && (t[s] = e[s]);
5856
5724
  });
5857
- }, Ut = /###/g, q1 = (i) => i && i.indexOf("###") > -1 ? i.replace(Ut, ".") : i, Q1 = (i) => !i || b(i), m1 = (i, e, t) => {
5725
+ }, Ft = /###/g, q1 = (i) => i && i.indexOf("###") > -1 ? i.replace(Ft, ".") : i, Q1 = (i) => !i || b(i), m1 = (i, e, t) => {
5858
5726
  const s = b(e) ? e.split(".") : e;
5859
5727
  let n = 0;
5860
5728
  for (; n < s.length - 1; ) {
@@ -5879,7 +5747,7 @@ const jt = (i, e) => {
5879
5747
  for (; a.obj === void 0 && c.length; )
5880
5748
  o = `${c[c.length - 1]}.${o}`, c = c.slice(0, c.length - 1), a = m1(i, c, Object), a && a.obj && typeof a.obj[`${a.k}.${o}`] < "u" && (a.obj = void 0);
5881
5749
  a.obj[`${a.k}.${o}`] = t;
5882
- }, zt = (i, e, t, s) => {
5750
+ }, Wt = (i, e, t, s) => {
5883
5751
  const {
5884
5752
  obj: n,
5885
5753
  k: o
@@ -5892,7 +5760,7 @@ const jt = (i, e) => {
5892
5760
  } = m1(i, e);
5893
5761
  if (t)
5894
5762
  return t[s];
5895
- }, Jt = (i, e, t) => {
5763
+ }, Ut = (i, e, t) => {
5896
5764
  const s = M1(i, t);
5897
5765
  return s !== void 0 ? s : M1(e, t);
5898
5766
  }, p2 = (i, e, t) => {
@@ -5900,7 +5768,7 @@ const jt = (i, e) => {
5900
5768
  s !== "__proto__" && s !== "constructor" && (s in i ? b(i[s]) || i[s] instanceof String || b(e[s]) || e[s] instanceof String ? t && (i[s] = e[s]) : p2(i[s], e[s], t) : i[s] = e[s]);
5901
5769
  return i;
5902
5770
  }, c1 = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
5903
- var qt = {
5771
+ var zt = {
5904
5772
  "&": "&amp;",
5905
5773
  "<": "&lt;",
5906
5774
  ">": "&gt;",
@@ -5908,8 +5776,8 @@ var qt = {
5908
5776
  "'": "&#39;",
5909
5777
  "/": "&#x2F;"
5910
5778
  };
5911
- const Qt = (i) => b(i) ? i.replace(/[&<>"'\/]/g, (e) => qt[e]) : i;
5912
- class Xt {
5779
+ const Jt = (i) => b(i) ? i.replace(/[&<>"'\/]/g, (e) => zt[e]) : i;
5780
+ class qt {
5913
5781
  constructor(e) {
5914
5782
  this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
5915
5783
  }
@@ -5921,11 +5789,11 @@ class Xt {
5921
5789
  return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
5922
5790
  }
5923
5791
  }
5924
- const e7 = [" ", ",", "?", "!", ";"], t7 = new Xt(20), i7 = (i, e, t) => {
5792
+ const Qt = [" ", ",", "?", "!", ";"], Xt = new qt(20), e7 = (i, e, t) => {
5925
5793
  e = e || "", t = t || "";
5926
- const s = e7.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
5794
+ const s = Qt.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
5927
5795
  if (s.length === 0) return !0;
5928
- const n = t7.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
5796
+ const n = Xt.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
5929
5797
  let o = !n.test(i);
5930
5798
  if (!o) {
5931
5799
  const c = i.indexOf(t);
@@ -5952,7 +5820,7 @@ const e7 = [" ", ",", "?", "!", ";"], t7 = new Xt(20), i7 = (i, e, t) => {
5952
5820
  n = c;
5953
5821
  }
5954
5822
  return n;
5955
- }, b1 = (i) => i && i.replace("_", "-"), s7 = {
5823
+ }, b1 = (i) => i && i.replace("_", "-"), t7 = {
5956
5824
  type: "logger",
5957
5825
  log(i) {
5958
5826
  this.output("log", i);
@@ -5974,7 +5842,7 @@ class _1 {
5974
5842
  }
5975
5843
  init(e) {
5976
5844
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5977
- this.prefix = t.prefix || "i18next:", this.logger = e || s7, this.options = t, this.debug = t.debug;
5845
+ this.prefix = t.prefix || "i18next:", this.logger = e || t7, this.options = t, this.debug = t.debug;
5978
5846
  }
5979
5847
  log() {
5980
5848
  for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
@@ -6134,7 +6002,7 @@ const t2 = {};
6134
6002
  class y1 extends V1 {
6135
6003
  constructor(e) {
6136
6004
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6137
- super(), Wt(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = X.create("translator");
6005
+ super(), jt(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = X.create("translator");
6138
6006
  }
6139
6007
  changeLanguage(e) {
6140
6008
  e && (this.language = e);
@@ -6153,7 +6021,7 @@ class y1 extends V1 {
6153
6021
  s === void 0 && (s = ":");
6154
6022
  const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
6155
6023
  let o = t.ns || this.options.defaultNS || [];
6156
- const c = s && e.indexOf(s) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !i7(e, s, n);
6024
+ const c = s && e.indexOf(s) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !e7(e, s, n);
6157
6025
  if (c && !a) {
6158
6026
  const C = e.match(this.interpolator.nestingRegexp);
6159
6027
  if (C && C.length > 0)
@@ -6215,12 +6083,12 @@ class y1 extends V1 {
6215
6083
  const p = Array.isArray(g), x = p ? [] : {}, M = p ? w : f;
6216
6084
  for (const R in g)
6217
6085
  if (Object.prototype.hasOwnProperty.call(g, R)) {
6218
- const Y = `${M}${o}${R}`;
6219
- x[R] = this.translate(Y, {
6086
+ const j = `${M}${o}${R}`;
6087
+ x[R] = this.translate(j, {
6220
6088
  ...t,
6221
6089
  joinArrays: !1,
6222
6090
  ns: a
6223
- }), x[R] === Y && (x[R] = g[R]);
6091
+ }), x[R] === j && (x[R] = g[R]);
6224
6092
  }
6225
6093
  g = x;
6226
6094
  }
@@ -6228,9 +6096,9 @@ class y1 extends V1 {
6228
6096
  g = g.join(H), g && (g = this.extendTranslation(g, e, t, s));
6229
6097
  else {
6230
6098
  let p = !1, x = !1;
6231
- const M = t.count !== void 0 && !b(t.count), R = y1.hasDefaultValue(t), Y = M ? this.pluralResolver.getSuffix(d, t.count, t) : "", J = t.ordinal && M ? this.pluralResolver.getSuffix(d, t.count, {
6099
+ const M = t.count !== void 0 && !b(t.count), R = y1.hasDefaultValue(t), j = M ? this.pluralResolver.getSuffix(d, t.count, t) : "", J = t.ordinal && M ? this.pluralResolver.getSuffix(d, t.count, {
6232
6100
  ordinal: !1
6233
- }) : "", F = M && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), V = F && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${Y}`] || t[`defaultValue${J}`] || t.defaultValue;
6101
+ }) : "", F = M && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), V = F && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${j}`] || t[`defaultValue${J}`] || t.defaultValue;
6234
6102
  !this.isValidLookup(g) && R && (p = !0, g = V), this.isValidLookup(g) || (x = !0, g = c);
6235
6103
  const E = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && x ? void 0 : g, O = R && V !== g && this.options.updateMissing;
6236
6104
  if (x || p || O) {
@@ -6247,13 +6115,13 @@ class y1 extends V1 {
6247
6115
  for (let I = 0; I < B.length; I++)
6248
6116
  D.push(B[I]);
6249
6117
  else this.options.saveMissingTo === "all" ? D = this.languageUtils.toResolveHierarchy(t.lng || this.language) : D.push(t.lng || this.language);
6250
- const U = (I, $, P) => {
6118
+ const U = (I, Y, P) => {
6251
6119
  const e1 = R && P !== g ? P : E;
6252
- this.options.missingKeyHandler ? this.options.missingKeyHandler(I, C, $, e1, O, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(I, C, $, e1, O, t), this.emit("missingKey", I, C, $, g);
6120
+ this.options.missingKeyHandler ? this.options.missingKeyHandler(I, C, Y, e1, O, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(I, C, Y, e1, O, t), this.emit("missingKey", I, C, Y, g);
6253
6121
  };
6254
6122
  this.options.saveMissing && (this.options.saveMissingPlurals && M ? D.forEach((I) => {
6255
- const $ = this.pluralResolver.getSuffixes(I, t);
6256
- F && t[`defaultValue${this.options.pluralSeparator}zero`] && $.indexOf(`${this.options.pluralSeparator}zero`) < 0 && $.push(`${this.options.pluralSeparator}zero`), $.forEach((P) => {
6123
+ const Y = this.pluralResolver.getSuffixes(I, t);
6124
+ F && t[`defaultValue${this.options.pluralSeparator}zero`] && Y.indexOf(`${this.options.pluralSeparator}zero`) < 0 && Y.push(`${this.options.pluralSeparator}zero`), Y.forEach((P) => {
6257
6125
  U([I], c + P, t[`defaultValue${P}`] || V);
6258
6126
  });
6259
6127
  }) : U(D, c, V));
@@ -6443,7 +6311,7 @@ class i2 {
6443
6311
  }), n;
6444
6312
  }
6445
6313
  }
6446
- let n7 = [{
6314
+ let i7 = [{
6447
6315
  lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
6448
6316
  nr: [1, 2],
6449
6317
  fc: 1
@@ -6535,7 +6403,7 @@ let n7 = [{
6535
6403
  lngs: ["he", "iw"],
6536
6404
  nr: [1, 2, 20, 21],
6537
6405
  fc: 22
6538
- }], r7 = {
6406
+ }], s7 = {
6539
6407
  1: (i) => +(i > 1),
6540
6408
  2: (i) => +(i != 1),
6541
6409
  3: (i) => 0,
@@ -6559,28 +6427,28 @@ let n7 = [{
6559
6427
  21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
6560
6428
  22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
6561
6429
  };
6562
- const o7 = ["v1", "v2", "v3"], a7 = ["v4"], s2 = {
6430
+ const n7 = ["v1", "v2", "v3"], r7 = ["v4"], s2 = {
6563
6431
  zero: 0,
6564
6432
  one: 1,
6565
6433
  two: 2,
6566
6434
  few: 3,
6567
6435
  many: 4,
6568
6436
  other: 5
6569
- }, l7 = () => {
6437
+ }, o7 = () => {
6570
6438
  const i = {};
6571
- return n7.forEach((e) => {
6439
+ return i7.forEach((e) => {
6572
6440
  e.lngs.forEach((t) => {
6573
6441
  i[t] = {
6574
6442
  numbers: e.nr,
6575
- plurals: r7[e.fc]
6443
+ plurals: s7[e.fc]
6576
6444
  };
6577
6445
  });
6578
6446
  }), i;
6579
6447
  };
6580
- class c7 {
6448
+ class a7 {
6581
6449
  constructor(e) {
6582
6450
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6583
- this.languageUtils = e, this.options = t, this.logger = X.create("pluralResolver"), (!this.options.compatibilityJSON || a7.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = l7(), this.pluralRulesCache = {};
6451
+ this.languageUtils = e, this.options = t, this.logger = X.create("pluralResolver"), (!this.options.compatibilityJSON || r7.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = o7(), this.pluralRulesCache = {};
6584
6452
  }
6585
6453
  addRule(e, t) {
6586
6454
  this.rules[e] = t;
@@ -6638,14 +6506,14 @@ class c7 {
6638
6506
  return this.options.compatibilityJSON === "v1" ? n === 1 ? "" : typeof n == "number" ? `_plural_${n.toString()}` : o() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? o() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
6639
6507
  }
6640
6508
  shouldUseIntlApi() {
6641
- return !o7.includes(this.options.compatibilityJSON);
6509
+ return !n7.includes(this.options.compatibilityJSON);
6642
6510
  }
6643
6511
  }
6644
6512
  const n2 = function(i, e, t) {
6645
- let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = Jt(i, e, t);
6513
+ let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = Ut(i, e, t);
6646
6514
  return !o && n && b(t) && (o = D1(i, t, s), o === void 0 && (o = D1(e, t, s))), o;
6647
6515
  }, A1 = (i) => i.replace(/\$/g, "$$$$");
6648
- class h7 {
6516
+ class l7 {
6649
6517
  constructor() {
6650
6518
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6651
6519
  this.logger = X.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
@@ -6674,7 +6542,7 @@ class h7 {
6674
6542
  maxReplaces: H,
6675
6543
  alwaysFormat: _
6676
6544
  } = e.interpolation;
6677
- this.escape = t !== void 0 ? t : Qt, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = o ? c1(o) : c || "{{", this.suffix = a ? c1(a) : C || "}}", this.formatSeparator = d || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = g ? c1(g) : f || c1("$t("), this.nestingSuffix = w ? c1(w) : L || c1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = H || 1e3, this.alwaysFormat = _ !== void 0 ? _ : !1, this.resetRegExp();
6545
+ this.escape = t !== void 0 ? t : Jt, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = o ? c1(o) : c || "{{", this.suffix = a ? c1(a) : C || "}}", this.formatSeparator = d || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = g ? c1(g) : f || c1("$t("), this.nestingSuffix = w ? c1(w) : L || c1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = H || 1e3, this.alwaysFormat = _ !== void 0 ? _ : !1, this.resetRegExp();
6678
6546
  }
6679
6547
  reset() {
6680
6548
  this.options && this.init(this.options);
@@ -6769,7 +6637,7 @@ class h7 {
6769
6637
  return e;
6770
6638
  }
6771
6639
  }
6772
- const d7 = (i) => {
6640
+ const c7 = (i) => {
6773
6641
  let e = i.toLowerCase().trim();
6774
6642
  const t = {};
6775
6643
  if (i.indexOf("(") > -1) {
@@ -6800,7 +6668,7 @@ const d7 = (i) => {
6800
6668
  return a || (a = i(b1(s), n), e[c] = a), a(t);
6801
6669
  };
6802
6670
  };
6803
- class C7 {
6671
+ class h7 {
6804
6672
  constructor() {
6805
6673
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6806
6674
  this.logger = X.create("formatter"), this.options = e, this.formats = {
@@ -6860,7 +6728,7 @@ class C7 {
6860
6728
  const {
6861
6729
  formatName: d,
6862
6730
  formatOptions: l
6863
- } = d7(C);
6731
+ } = c7(C);
6864
6732
  if (this.formats[d]) {
6865
6733
  let h = a;
6866
6734
  try {
@@ -6880,10 +6748,10 @@ class C7 {
6880
6748
  }, e);
6881
6749
  }
6882
6750
  }
6883
- const g7 = (i, e) => {
6751
+ const d7 = (i, e) => {
6884
6752
  i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
6885
6753
  };
6886
- class u7 extends V1 {
6754
+ class C7 extends V1 {
6887
6755
  constructor(e, t, s) {
6888
6756
  let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6889
6757
  super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger = X.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = n.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = n.maxRetries >= 0 ? n.maxRetries : 5, this.retryTimeout = n.retryTimeout >= 1 ? n.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(s, n.backend, n);
@@ -6916,7 +6784,7 @@ class u7 extends V1 {
6916
6784
  }), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
6917
6785
  const a = {};
6918
6786
  this.queue.forEach((C) => {
6919
- zt(C.loaded, [o], c), g7(C, e), t && C.errors.push(t), C.pendingCount === 0 && !C.done && (Object.keys(C.loaded).forEach((d) => {
6787
+ Wt(C.loaded, [o], c), d7(C, e), t && C.errors.push(t), C.pendingCount === 0 && !C.done && (Object.keys(C.loaded).forEach((d) => {
6920
6788
  a[d] || (a[d] = {});
6921
6789
  const l = C.loaded[d];
6922
6790
  l.length && l.forEach((h) => {
@@ -7075,7 +6943,7 @@ const r2 = () => ({
7075
6943
  skipOnVariables: !0
7076
6944
  }
7077
6945
  }), o2 = (i) => (b(i.ns) && (i.ns = [i.ns]), b(i.fallbackLng) && (i.fallbackLng = [i.fallbackLng]), b(i.fallbackNS) && (i.fallbackNS = [i.fallbackNS]), i.supportedLngs && i.supportedLngs.indexOf("cimode") < 0 && (i.supportedLngs = i.supportedLngs.concat(["cimode"])), i), R1 = () => {
7078
- }, f7 = (i) => {
6946
+ }, g7 = (i) => {
7079
6947
  Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
7080
6948
  typeof i[t] == "function" && (i[t] = i[t].bind(i));
7081
6949
  });
@@ -7085,7 +6953,7 @@ class w1 extends V1 {
7085
6953
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
7086
6954
  if (super(), this.options = o2(e), this.services = {}, this.logger = X, this.modules = {
7087
6955
  external: []
7088
- }, f7(this), t && !this.isInitialized && !e.isClone) {
6956
+ }, g7(this), t && !this.isInitialized && !e.isClone) {
7089
6957
  if (!this.options.initImmediate)
7090
6958
  return this.init(e, t), this;
7091
6959
  setTimeout(() => {
@@ -7110,17 +6978,17 @@ class w1 extends V1 {
7110
6978
  if (!this.options.isClone) {
7111
6979
  this.modules.logger ? X.init(o(this.modules.logger), this.options) : X.init(null, this.options);
7112
6980
  let l;
7113
- this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l = C7);
6981
+ this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l = h7);
7114
6982
  const h = new i2(this.options);
7115
6983
  this.store = new e2(this.options.resources, this.options);
7116
6984
  const g = this.services;
7117
- g.logger = X, g.resourceStore = this.store, g.languageUtils = h, g.pluralResolver = new c7(h, {
6985
+ g.logger = X, g.resourceStore = this.store, g.languageUtils = h, g.pluralResolver = new a7(h, {
7118
6986
  prepend: this.options.pluralSeparator,
7119
6987
  compatibilityJSON: this.options.compatibilityJSON,
7120
6988
  simplifyPluralSuffix: this.options.simplifyPluralSuffix
7121
- }), l && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (g.formatter = o(l), g.formatter.init(g, this.options), this.options.interpolation.format = g.formatter.format.bind(g.formatter)), g.interpolator = new h7(this.options), g.utils = {
6989
+ }), l && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (g.formatter = o(l), g.formatter.init(g, this.options), this.options.interpolation.format = g.formatter.format.bind(g.formatter)), g.interpolator = new l7(this.options), g.utils = {
7122
6990
  hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
7123
- }, g.backendConnector = new u7(o(this.modules.backend), g.resourceStore, g, this.options), g.backendConnector.on("*", function(f) {
6991
+ }, g.backendConnector = new C7(o(this.modules.backend), g.resourceStore, g, this.options), g.backendConnector.on("*", function(f) {
7124
6992
  for (var w = arguments.length, L = new Array(w > 1 ? w - 1 : 0), m = 1; m < w; m++)
7125
6993
  L[m - 1] = arguments[m];
7126
6994
  e.emit(f, ...L);
@@ -7334,26 +7202,26 @@ W.setDefaultNamespace;
7334
7202
  W.hasLoadedNamespace;
7335
7203
  W.loadNamespaces;
7336
7204
  W.loadLanguages;
7337
- const p7 = "Archived", m7 = "Deleted", w7 = {
7338
- archived: p7,
7339
- deleted: m7
7340
- }, L7 = "Заархивирован", k7 = "Удалён", v7 = {
7341
- archived: L7,
7342
- deleted: k7
7205
+ const u7 = "Archived", f7 = "Deleted", p7 = {
7206
+ archived: u7,
7207
+ deleted: f7
7208
+ }, m7 = "Заархивирован", w7 = "Удалён", L7 = {
7209
+ archived: m7,
7210
+ deleted: w7
7343
7211
  };
7344
- W.use(Bt).init({
7212
+ W.use(Tt).init({
7345
7213
  defaultNS: "common",
7346
7214
  lng: "en",
7347
7215
  resources: {
7348
7216
  en: {
7349
- common: w7
7217
+ common: p7
7350
7218
  },
7351
7219
  ru: {
7352
- common: v7
7220
+ common: L7
7353
7221
  }
7354
7222
  }
7355
7223
  });
7356
- const y7 = L1(
7224
+ const b7 = L1(
7357
7225
  ({
7358
7226
  fetchParams: i,
7359
7227
  mode: e = void 0,
@@ -7368,19 +7236,19 @@ const y7 = L1(
7368
7236
  required: l,
7369
7237
  error: h
7370
7238
  }, g) => {
7371
- const { axiosPeople: f, locale: w } = r1(y2), { t: L } = Ft("common", { lng: w }), [m, H] = Z([]), [_, A] = Z(!0), p = q(m), x = q(null);
7239
+ const { axiosPeople: f, locale: w } = r1(y2), { t: L } = $t("common", { lng: w }), [m, H] = S([]), [_, A] = S(!0), p = q(m), x = q(null);
7372
7240
  if (H1(g, () => x.current), !f)
7373
7241
  throw new Error(
7374
7242
  `UserSelect requires "axiosPeople" to fetch users.
7375
7243
  Please provide it via SNMTUiContext.`
7376
7244
  );
7377
- const M = j(
7245
+ const M = $(
7378
7246
  (V) => {
7379
7247
  let G = "";
7380
7248
  return V.deletedAt && (G += `[${L("deleted")}] `), V.status === x1.ARCHIVED && (G += `[${L("archived")}] `), `${G}${V.firstName} ${V.lastName}`;
7381
7249
  },
7382
7250
  [L]
7383
- ), R = j(
7251
+ ), R = $(
7384
7252
  async ({
7385
7253
  offset: V,
7386
7254
  limit: G,
@@ -7394,14 +7262,14 @@ const y7 = L1(
7394
7262
  search: E,
7395
7263
  ...i,
7396
7264
  includeCount: !0
7397
- }), { data: I, metadata: $ } = U.data;
7265
+ }), { data: I, metadata: Y } = U.data;
7398
7266
  return {
7399
7267
  options: I.map((P) => ({
7400
7268
  value: P.id,
7401
7269
  label: M(P),
7402
7270
  image: C ? P.avatarUrl : void 0
7403
7271
  })),
7404
- count: $.count
7272
+ count: Y.count
7405
7273
  };
7406
7274
  } catch (U) {
7407
7275
  return c && c({
@@ -7414,12 +7282,12 @@ const y7 = L1(
7414
7282
  }
7415
7283
  },
7416
7284
  [f, i, M, C, c]
7417
- ), Y = j(
7285
+ ), j = $(
7418
7286
  async (V) => {
7419
7287
  var G, E, O;
7420
7288
  try {
7421
7289
  const D = V.filter(
7422
- (I) => !p.current.some(($) => $.value === I)
7290
+ (I) => !p.current.some((Y) => Y.value === I)
7423
7291
  );
7424
7292
  let B = [];
7425
7293
  D.length && (B = (await f.post("v1/users/search", {
@@ -7454,11 +7322,11 @@ const y7 = L1(
7454
7322
  return;
7455
7323
  }
7456
7324
  (async () => {
7457
- const G = Array.isArray(n) ? n : [n], E = await Y(G);
7325
+ const G = Array.isArray(n) ? n : [n], E = await j(G);
7458
7326
  H(E), A(!1);
7459
7327
  })();
7460
- }, [Y, n]);
7461
- const J = j(
7328
+ }, [j, n]);
7329
+ const J = $(
7462
7330
  async ({
7463
7331
  limit: V,
7464
7332
  offset: G,
@@ -7479,7 +7347,7 @@ const y7 = L1(
7479
7347
  [a, R]
7480
7348
  );
7481
7349
  if (_)
7482
- return /* @__PURE__ */ r(yt, {});
7350
+ return /* @__PURE__ */ r(bt, {});
7483
7351
  const F = {
7484
7352
  ref: x,
7485
7353
  placeholder: t,
@@ -7514,5 +7382,5 @@ const y7 = L1(
7514
7382
  }
7515
7383
  );
7516
7384
  export {
7517
- y7 as UserSelect
7385
+ b7 as UserSelect
7518
7386
  };