@snmt-react-ui/user-select 2.9.6 → 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 -613
  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`);
@@ -2519,7 +2455,6 @@ const Q2 = ({
2519
2455
  return w5({ width: e, height: t, color: l, className: a, onClick: h });
2520
2456
  case "cancelCircle":
2521
2457
  return L5({ width: e, height: t, color: l, className: a, onClick: h });
2522
- case "infoMedium":
2523
2458
  case "visibilityIcon":
2524
2459
  return k5({
2525
2460
  width: e,
@@ -2575,11 +2510,11 @@ const Q2 = ({
2575
2510
  case "telegram":
2576
2511
  return O5({ width: e, height: t, color: l, className: a, onClick: h });
2577
2512
  case "mail":
2578
- 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 });
2579
2514
  case "github":
2580
2515
  return A5({ width: e, height: t, color: l, className: a, onClick: h });
2581
2516
  case "linkedIn":
2582
- 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 });
2583
2518
  case "emptyStateIcon":
2584
2519
  return D5({ width: e, height: t, color: l, className: a, onClick: h });
2585
2520
  case "filtersIcon":
@@ -2593,11 +2528,11 @@ const Q2 = ({
2593
2528
  case "back":
2594
2529
  return P5({ width: e, height: t, color: l, className: a, onClick: h });
2595
2530
  case "bell":
2596
- 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 });
2597
2532
  case "copy":
2598
- 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 });
2599
2534
  case "contract":
2600
- 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 });
2601
2536
  case "resourceManager":
2602
2537
  return F5({ width: e, height: t, color: l, className: a, onClick: h });
2603
2538
  case "image":
@@ -2612,12 +2547,10 @@ const Q2 = ({
2612
2547
  return q5({ width: e, height: t, color: l, className: a, onClick: h });
2613
2548
  case "projects":
2614
2549
  return Q5({ width: e, height: t, color: l, className: a, onClick: h });
2615
- case "profile":
2616
- 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 });
2617
2552
  case "exit":
2618
2553
  return X5({ width: e, height: t, color: l, className: a, onClick: h });
2619
- case "client":
2620
- return ee({ width: e, height: t, color: l, className: a, onClick: h });
2621
2554
  case "openPointCircle":
2622
2555
  return te({ width: e, height: t, color: l, className: a, onClick: h });
2623
2556
  case "community":
@@ -2628,12 +2561,12 @@ const Q2 = ({
2628
2561
  return /* @__PURE__ */ r(i1, { children: "No Icon provided" });
2629
2562
  }
2630
2563
  })() });
2631
- }, { Title: re, Text: oe } = a2, ae = {
2564
+ }, { Title: ne, Text: re } = a2, oe = {
2632
2565
  h1: 1,
2633
2566
  h2: 2,
2634
2567
  h3: 3,
2635
2568
  h4: 4
2636
- }, le = L1(
2569
+ }, ae = L1(
2637
2570
  ({
2638
2571
  align: i = "inherit",
2639
2572
  variant: e = "body1",
@@ -2647,7 +2580,7 @@ const Q2 = ({
2647
2580
  }, C) => {
2648
2581
  const d = q(null);
2649
2582
  H1(C, () => d.current);
2650
- const [l, h] = Z(!1);
2583
+ const [l, h] = S(!1);
2651
2584
  K(() => {
2652
2585
  var L;
2653
2586
  if (!a) return;
@@ -2675,16 +2608,16 @@ const Q2 = ({
2675
2608
  }
2676
2609
  } : void 0
2677
2610
  };
2678
- 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 });
2679
2612
  }
2680
2613
  );
2681
- 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 || {});
2682
2615
  const d2 = d1({
2683
2616
  locale: "en",
2684
2617
  theme: "light"
2685
2618
  });
2686
2619
  d2.Provider;
2687
- const ce = ({
2620
+ const le = ({
2688
2621
  width: i = 20,
2689
2622
  height: e = 20,
2690
2623
  color: t = "#001E52",
@@ -2711,10 +2644,10 @@ const ce = ({
2711
2644
  }
2712
2645
  )
2713
2646
  }
2714
- ), he = ({
2647
+ ), ce = ({
2715
2648
  width: i = 20,
2716
2649
  height: e = 20,
2717
- color: t = N.GREY_DARK_5,
2650
+ color: t = v.GREY_DARK_5,
2718
2651
  className: s,
2719
2652
  onClick: n
2720
2653
  }) => /* @__PURE__ */ u(
@@ -2751,7 +2684,7 @@ const ce = ({
2751
2684
  )
2752
2685
  ]
2753
2686
  }
2754
- ), de = ({
2687
+ ), he = ({
2755
2688
  width: i = 20,
2756
2689
  height: e = 20,
2757
2690
  color: t = "#001E52",
@@ -2786,10 +2719,10 @@ const ce = ({
2786
2719
  )
2787
2720
  ]
2788
2721
  }
2789
- ), Ce = ({
2722
+ ), de = ({
2790
2723
  width: i = 20,
2791
2724
  height: e = 20,
2792
- color: t = N.GREY_DARK_5,
2725
+ color: t = v.GREY_DARK_5,
2793
2726
  className: s,
2794
2727
  onClick: n
2795
2728
  }) => /* @__PURE__ */ u(
@@ -2833,10 +2766,10 @@ const ce = ({
2833
2766
  )
2834
2767
  ]
2835
2768
  }
2836
- ), ge = ({
2769
+ ), Ce = ({
2837
2770
  width: i = 20,
2838
2771
  height: e = 20,
2839
- color: t = N.GREY_DARK_5,
2772
+ color: t = v.GREY_DARK_5,
2840
2773
  className: s,
2841
2774
  onClick: n
2842
2775
  }) => /* @__PURE__ */ r(
@@ -2857,10 +2790,10 @@ const ce = ({
2857
2790
  }
2858
2791
  )
2859
2792
  }
2860
- ), ue = ({
2793
+ ), ge = ({
2861
2794
  width: i = 20,
2862
2795
  height: e = 20,
2863
- color: t = N.GREY_DARK_5,
2796
+ color: t = v.GREY_DARK_5,
2864
2797
  className: s,
2865
2798
  onClick: n
2866
2799
  }) => /* @__PURE__ */ r(
@@ -2881,10 +2814,10 @@ const ce = ({
2881
2814
  }
2882
2815
  )
2883
2816
  }
2884
- ), fe = ({
2817
+ ), ue = ({
2885
2818
  width: i = 20,
2886
2819
  height: e = 20,
2887
- color: t = N.GREY_DARK_5,
2820
+ color: t = v.GREY_DARK_5,
2888
2821
  className: s,
2889
2822
  onClick: n
2890
2823
  }) => /* @__PURE__ */ r(
@@ -2905,10 +2838,10 @@ const ce = ({
2905
2838
  }
2906
2839
  )
2907
2840
  }
2908
- ), pe = ({
2841
+ ), fe = ({
2909
2842
  width: i = 20,
2910
2843
  height: e = 20,
2911
- color: t = N.GREY_DARK_5,
2844
+ color: t = v.GREY_DARK_5,
2912
2845
  className: s,
2913
2846
  onClick: n
2914
2847
  }) => /* @__PURE__ */ u(
@@ -2966,10 +2899,10 @@ const ce = ({
2966
2899
  )
2967
2900
  ]
2968
2901
  }
2969
- ), me = ({
2902
+ ), pe = ({
2970
2903
  width: i = 20,
2971
2904
  height: e = 20,
2972
- color: t = N.GREY_DARK_5,
2905
+ color: t = v.GREY_DARK_5,
2973
2906
  className: s,
2974
2907
  onClick: n
2975
2908
  }) => /* @__PURE__ */ u(
@@ -3013,10 +2946,10 @@ const ce = ({
3013
2946
  )
3014
2947
  ]
3015
2948
  }
3016
- ), we = ({
2949
+ ), me = ({
3017
2950
  width: i = 20,
3018
2951
  height: e = 20,
3019
- color: t = N.GREY_DARK_5,
2952
+ color: t = v.GREY_DARK_5,
3020
2953
  className: s,
3021
2954
  onClick: n
3022
2955
  }) => /* @__PURE__ */ u(
@@ -3053,10 +2986,10 @@ const ce = ({
3053
2986
  )
3054
2987
  ]
3055
2988
  }
3056
- ), Le = ({
2989
+ ), we = ({
3057
2990
  width: i = 20,
3058
2991
  height: e = 20,
3059
- color: t = N.GREY_DARK_5,
2992
+ color: t = v.GREY_DARK_5,
3060
2993
  className: s,
3061
2994
  onClick: n
3062
2995
  }) => /* @__PURE__ */ u(
@@ -3093,10 +3026,10 @@ const ce = ({
3093
3026
  )
3094
3027
  ]
3095
3028
  }
3096
- ), ke = ({
3029
+ ), Le = ({
3097
3030
  width: i = 20,
3098
3031
  height: e = 20,
3099
- color: t = N.GREY_DARK_5,
3032
+ color: t = v.GREY_DARK_5,
3100
3033
  className: s,
3101
3034
  onClick: n
3102
3035
  }) => /* @__PURE__ */ u(
@@ -3140,10 +3073,10 @@ const ce = ({
3140
3073
  )
3141
3074
  ]
3142
3075
  }
3143
- ), ve = ({
3076
+ ), ke = ({
3144
3077
  width: i = 20,
3145
3078
  height: e = 20,
3146
- color: t = N.GREY_DARK_5,
3079
+ color: t = v.GREY_DARK_5,
3147
3080
  className: s,
3148
3081
  onClick: n
3149
3082
  }) => /* @__PURE__ */ u(
@@ -3187,10 +3120,10 @@ const ce = ({
3187
3120
  )
3188
3121
  ]
3189
3122
  }
3190
- ), Ne = ({
3123
+ ), ve = ({
3191
3124
  width: i = 20,
3192
3125
  height: e = 20,
3193
- color: t = N.GREY_DARK_5,
3126
+ color: t = v.GREY_DARK_5,
3194
3127
  className: s,
3195
3128
  onClick: n
3196
3129
  }) => /* @__PURE__ */ u(
@@ -3234,10 +3167,10 @@ const ce = ({
3234
3167
  )
3235
3168
  ]
3236
3169
  }
3237
- ), Re = ({
3170
+ ), Ne = ({
3238
3171
  width: i = 20,
3239
3172
  height: e = 20,
3240
- color: t = N.GREY_DARK_5,
3173
+ color: t = v.GREY_DARK_5,
3241
3174
  className: s,
3242
3175
  onClick: n
3243
3176
  }) => /* @__PURE__ */ u(
@@ -3274,10 +3207,10 @@ const ce = ({
3274
3207
  )
3275
3208
  ]
3276
3209
  }
3277
- ), xe = ({
3210
+ ), Re = ({
3278
3211
  width: i = 20,
3279
3212
  height: e = 20,
3280
- color: t = N.GREY_DARK_5,
3213
+ color: t = v.GREY_DARK_5,
3281
3214
  className: s,
3282
3215
  onClick: n
3283
3216
  }) => /* @__PURE__ */ u(
@@ -3307,10 +3240,10 @@ const ce = ({
3307
3240
  )
3308
3241
  ]
3309
3242
  }
3310
- ), Me = ({
3243
+ ), xe = ({
3311
3244
  width: i = 20,
3312
3245
  height: e = 20,
3313
- color: t = N.GREY_DARK_5,
3246
+ color: t = v.GREY_DARK_5,
3314
3247
  className: s,
3315
3248
  onClick: n
3316
3249
  }) => /* @__PURE__ */ u(
@@ -3340,10 +3273,10 @@ const ce = ({
3340
3273
  )
3341
3274
  ]
3342
3275
  }
3343
- ), be = ({
3276
+ ), Me = ({
3344
3277
  width: i = 20,
3345
3278
  height: e = 20,
3346
- color: t = N.GREY_DARK_5,
3279
+ color: t = v.GREY_DARK_5,
3347
3280
  className: s,
3348
3281
  onClick: n
3349
3282
  }) => /* @__PURE__ */ u(
@@ -3373,10 +3306,10 @@ const ce = ({
3373
3306
  )
3374
3307
  ]
3375
3308
  }
3376
- ), _e = ({
3309
+ ), be = ({
3377
3310
  width: i = 20,
3378
3311
  height: e = 20,
3379
- color: t = N.GREY_DARK_5,
3312
+ color: t = v.GREY_DARK_5,
3380
3313
  className: s,
3381
3314
  onClick: n
3382
3315
  }) => /* @__PURE__ */ u(
@@ -3406,10 +3339,10 @@ const ce = ({
3406
3339
  )
3407
3340
  ]
3408
3341
  }
3409
- ), ye = ({
3342
+ ), _e = ({
3410
3343
  width: i = 20,
3411
3344
  height: e = 20,
3412
- color: t = N.GREY_DARK_5,
3345
+ color: t = v.GREY_DARK_5,
3413
3346
  className: s,
3414
3347
  onClick: n
3415
3348
  }) => /* @__PURE__ */ u(
@@ -3446,10 +3379,10 @@ const ce = ({
3446
3379
  )
3447
3380
  ]
3448
3381
  }
3449
- ), He = ({
3382
+ ), ye = ({
3450
3383
  width: i = 20,
3451
3384
  height: e = 20,
3452
- color: t = N.GREY_DARK_5,
3385
+ color: t = v.GREY_DARK_5,
3453
3386
  className: s,
3454
3387
  onClick: n
3455
3388
  }) => /* @__PURE__ */ u(
@@ -3479,10 +3412,10 @@ const ce = ({
3479
3412
  )
3480
3413
  ]
3481
3414
  }
3482
- ), Ve = ({
3415
+ ), He = ({
3483
3416
  width: i = 20,
3484
3417
  height: e = 20,
3485
- color: t = N.GREY_DARK_5,
3418
+ color: t = v.GREY_DARK_5,
3486
3419
  className: s,
3487
3420
  onClick: n
3488
3421
  }) => /* @__PURE__ */ u(
@@ -3512,7 +3445,7 @@ const ce = ({
3512
3445
  )
3513
3446
  ]
3514
3447
  }
3515
- ), Ee = ({
3448
+ ), Ve = ({
3516
3449
  width: i = 20,
3517
3450
  height: e = 20,
3518
3451
  color: t = "#070739",
@@ -3542,7 +3475,7 @@ const ce = ({
3542
3475
  /* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
3543
3476
  ]
3544
3477
  }
3545
- ), Ie = ({
3478
+ ), Ee = ({
3546
3479
  width: i = 20,
3547
3480
  height: e = 20,
3548
3481
  color: t = "#070739",
@@ -3580,7 +3513,7 @@ const ce = ({
3580
3513
  )
3581
3514
  ]
3582
3515
  }
3583
- ), Ae = ({
3516
+ ), Ie = ({
3584
3517
  width: i = 9,
3585
3518
  height: e = 5,
3586
3519
  color: t = "#001E52",
@@ -3606,7 +3539,7 @@ const ce = ({
3606
3539
  }
3607
3540
  )
3608
3541
  }
3609
- ), Oe = ({
3542
+ ), Ae = ({
3610
3543
  width: i = 20,
3611
3544
  height: e = 20,
3612
3545
  color: t = "#F2F2F7",
@@ -3635,7 +3568,7 @@ const ce = ({
3635
3568
  )
3636
3569
  ]
3637
3570
  }
3638
- ), Se = ({
3571
+ ), Oe = ({
3639
3572
  width: i = 20,
3640
3573
  height: e = 20,
3641
3574
  color: t = "#004ED7",
@@ -3693,7 +3626,7 @@ const ce = ({
3693
3626
  )
3694
3627
  ]
3695
3628
  }
3696
- ), De = ({
3629
+ ), Se = ({
3697
3630
  width: i = 10,
3698
3631
  height: e = 10,
3699
3632
  color: t = "#001E52",
@@ -3730,9 +3663,9 @@ const ce = ({
3730
3663
  )
3731
3664
  ]
3732
3665
  }
3733
- ), Ge = ({
3666
+ ), De = ({
3734
3667
  className: i,
3735
- color: e = N.GREY_DARK_5,
3668
+ color: e = v.GREY_DARK_5,
3736
3669
  height: t = 20,
3737
3670
  width: s = 20,
3738
3671
  onClick: n
@@ -3763,9 +3696,9 @@ const ce = ({
3763
3696
  )
3764
3697
  ]
3765
3698
  }
3766
- ), Te = ({
3699
+ ), Ge = ({
3767
3700
  className: i,
3768
- color: e = N.GREY_DARK_5,
3701
+ color: e = v.GREY_DARK_5,
3769
3702
  height: t = 20,
3770
3703
  width: s = 20,
3771
3704
  onClick: n
@@ -3790,9 +3723,9 @@ const ce = ({
3790
3723
  }
3791
3724
  )
3792
3725
  }
3793
- ), Ke = ({
3726
+ ), Te = ({
3794
3727
  className: i,
3795
- color: e = N.GREY_DARK_5,
3728
+ color: e = v.GREY_DARK_5,
3796
3729
  height: t = 20,
3797
3730
  width: s = 20,
3798
3731
  onClick: n
@@ -3817,9 +3750,9 @@ const ce = ({
3817
3750
  }
3818
3751
  )
3819
3752
  }
3820
- ), Be = ({
3753
+ ), Ke = ({
3821
3754
  className: i,
3822
- color: e = N.GREY_DARK_5,
3755
+ color: e = v.GREY_DARK_5,
3823
3756
  height: t = 5,
3824
3757
  width: s = 10,
3825
3758
  onClick: n
@@ -3841,9 +3774,9 @@ const ce = ({
3841
3774
  }
3842
3775
  )
3843
3776
  }
3844
- ), Pe = ({
3777
+ ), Be = ({
3845
3778
  className: i,
3846
- color: e = N.GREY_DARK_5,
3779
+ color: e = v.GREY_DARK_5,
3847
3780
  height: t = 5,
3848
3781
  width: s = 10,
3849
3782
  onClick: n
@@ -3866,9 +3799,9 @@ const ce = ({
3866
3799
  }
3867
3800
  )
3868
3801
  }
3869
- ), $e = ({
3802
+ ), Pe = ({
3870
3803
  className: i,
3871
- color: e = N.GREY_DARK_5,
3804
+ color: e = v.GREY_DARK_5,
3872
3805
  height: t = 20,
3873
3806
  width: s = 20,
3874
3807
  onClick: n
@@ -3899,9 +3832,9 @@ const ce = ({
3899
3832
  )
3900
3833
  ]
3901
3834
  }
3902
- ), je = ({
3835
+ ), Ye = ({
3903
3836
  className: i,
3904
- color: e = N.GREY_DARK_5,
3837
+ color: e = v.GREY_DARK_5,
3905
3838
  height: t = 24,
3906
3839
  width: s = 24,
3907
3840
  onClick: n
@@ -3938,9 +3871,9 @@ const ce = ({
3938
3871
  )
3939
3872
  ]
3940
3873
  }
3941
- ), Ye = ({
3874
+ ), $e = ({
3942
3875
  className: i,
3943
- color: e = N.GREY_DARK_5,
3876
+ color: e = v.GREY_DARK_5,
3944
3877
  height: t = 24,
3945
3878
  width: s = 24,
3946
3879
  onClick: n
@@ -3965,9 +3898,9 @@ const ce = ({
3965
3898
  }
3966
3899
  )
3967
3900
  }
3968
- ), Fe = ({
3901
+ ), je = ({
3969
3902
  className: i,
3970
- color: e = N.GREY_DARK_5,
3903
+ color: e = v.GREY_DARK_5,
3971
3904
  height: t = 24,
3972
3905
  width: s = 24,
3973
3906
  onClick: n
@@ -4024,9 +3957,9 @@ const ce = ({
4024
3957
  )
4025
3958
  ]
4026
3959
  }
4027
- ), We = ({
3960
+ ), Fe = ({
4028
3961
  className: i,
4029
- color: e = N.GREY_DARK_5,
3962
+ color: e = v.GREY_DARK_5,
4030
3963
  height: t = 24,
4031
3964
  width: s = 24,
4032
3965
  onClick: n
@@ -4061,9 +3994,9 @@ const ce = ({
4061
3994
  )
4062
3995
  ]
4063
3996
  }
4064
- ), Ue = ({
3997
+ ), We = ({
4065
3998
  className: i,
4066
- color: e = N.GREY_DARK_3,
3999
+ color: e = v.GREY_DARK_3,
4067
4000
  height: t = 14,
4068
4001
  width: s = 14,
4069
4002
  onClick: n
@@ -4098,9 +4031,9 @@ const ce = ({
4098
4031
  )
4099
4032
  ]
4100
4033
  }
4101
- ), ze = ({
4034
+ ), Ue = ({
4102
4035
  className: i,
4103
- color: e = N.GREY_DARK_5,
4036
+ color: e = v.GREY_DARK_5,
4104
4037
  height: t = 18,
4105
4038
  onClick: s,
4106
4039
  width: n = 18
@@ -4125,9 +4058,9 @@ const ce = ({
4125
4058
  }
4126
4059
  )
4127
4060
  }
4128
- ), Je = ({
4061
+ ), ze = ({
4129
4062
  className: i,
4130
- color: e = N.GREY_DARK_5,
4063
+ color: e = v.GREY_DARK_5,
4131
4064
  height: t = 24,
4132
4065
  width: s = 24,
4133
4066
  onClick: n
@@ -4177,9 +4110,9 @@ const ce = ({
4177
4110
  )
4178
4111
  ]
4179
4112
  }
4180
- ), qe = ({
4113
+ ), Je = ({
4181
4114
  className: i,
4182
- color: e = N.GREY_DARK_5,
4115
+ color: e = v.GREY_DARK_5,
4183
4116
  height: t = 24,
4184
4117
  width: s = 24,
4185
4118
  onClick: n
@@ -4214,9 +4147,9 @@ const ce = ({
4214
4147
  )
4215
4148
  ]
4216
4149
  }
4217
- ), Qe = ({
4150
+ ), qe = ({
4218
4151
  className: i,
4219
- color: e = N.NOTIFICATION_WARNING_DARK,
4152
+ color: e = v.NOTIFICATION_WARNING_DARK,
4220
4153
  height: t = 37,
4221
4154
  width: s = 36,
4222
4155
  onClick: n
@@ -4253,9 +4186,9 @@ const ce = ({
4253
4186
  )
4254
4187
  ]
4255
4188
  }
4256
- ), Xe = ({
4189
+ ), Qe = ({
4257
4190
  className: i,
4258
- color: e = N.GREY_DARK_5,
4191
+ color: e = v.GREY_DARK_5,
4259
4192
  height: t = 24,
4260
4193
  width: s = 24,
4261
4194
  onClick: n
@@ -4279,9 +4212,9 @@ const ce = ({
4279
4212
  }
4280
4213
  )
4281
4214
  }
4282
- ), et = ({
4215
+ ), Xe = ({
4283
4216
  className: i,
4284
- color: e = N.GREY_DARK_5,
4217
+ color: e = v.GREY_DARK_5,
4285
4218
  height: t = 24,
4286
4219
  width: s = 24,
4287
4220
  onClick: n
@@ -4318,9 +4251,9 @@ const ce = ({
4318
4251
  )
4319
4252
  ]
4320
4253
  }
4321
- ), tt = ({
4254
+ ), et = ({
4322
4255
  className: i,
4323
- color: e = N.GREY_DARK_5,
4256
+ color: e = v.GREY_DARK_5,
4324
4257
  height: t = 20,
4325
4258
  width: s = 20,
4326
4259
  onClick: n
@@ -4351,9 +4284,9 @@ const ce = ({
4351
4284
  )
4352
4285
  ]
4353
4286
  }
4354
- ), it = ({
4287
+ ), tt = ({
4355
4288
  className: i,
4356
- color: e = N.GREY_DARK_5,
4289
+ color: e = v.GREY_DARK_5,
4357
4290
  height: t = 24,
4358
4291
  width: s = 24,
4359
4292
  onClick: n
@@ -4420,9 +4353,9 @@ const ce = ({
4420
4353
  )
4421
4354
  ]
4422
4355
  }
4423
- ), st = ({
4356
+ ), it = ({
4424
4357
  className: i,
4425
- color: e = N.GREY_DARK_5,
4358
+ color: e = v.GREY_DARK_5,
4426
4359
  height: t = 24,
4427
4360
  width: s = 24,
4428
4361
  onClick: n
@@ -4477,9 +4410,9 @@ const ce = ({
4477
4410
  )
4478
4411
  ]
4479
4412
  }
4480
- ), nt = ({
4413
+ ), st = ({
4481
4414
  className: i,
4482
- color: e = N.GREY_DARK_5,
4415
+ color: e = v.GREY_DARK_5,
4483
4416
  height: t = 24,
4484
4417
  width: s = 24,
4485
4418
  onClick: n
@@ -4526,9 +4459,9 @@ const ce = ({
4526
4459
  )
4527
4460
  ]
4528
4461
  }
4529
- ), rt = ({
4462
+ ), nt = ({
4530
4463
  className: i,
4531
- color: e = N.GREY_DARK_5,
4464
+ color: e = v.GREY_DARK_5,
4532
4465
  height: t = 24,
4533
4466
  width: s = 24,
4534
4467
  onClick: n
@@ -4553,9 +4486,9 @@ const ce = ({
4553
4486
  }
4554
4487
  )
4555
4488
  }
4556
- ), ot = ({
4489
+ ), rt = ({
4557
4490
  className: i,
4558
- color: e = N.GREY_DARK_5,
4491
+ color: e = v.GREY_DARK_5,
4559
4492
  height: t = 20,
4560
4493
  width: s = 20,
4561
4494
  onClick: n
@@ -4570,7 +4503,7 @@ const ce = ({
4570
4503
  fill: "none",
4571
4504
  xmlns: "http://www.w3.org/2000/svg",
4572
4505
  children: [
4573
- /* @__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 }),
4574
4507
  /* @__PURE__ */ r(
4575
4508
  "path",
4576
4509
  {
@@ -4582,7 +4515,7 @@ const ce = ({
4582
4515
  )
4583
4516
  ]
4584
4517
  }
4585
- ), at = ({
4518
+ ), ot = ({
4586
4519
  className: i,
4587
4520
  color: e = "#001E52",
4588
4521
  height: t = 24,
@@ -4608,7 +4541,7 @@ const ce = ({
4608
4541
  }
4609
4542
  )
4610
4543
  }
4611
- ), lt = ({
4544
+ ), at = ({
4612
4545
  className: i,
4613
4546
  color: e = "#001E52",
4614
4547
  height: t = 24,
@@ -4646,63 +4579,31 @@ const ce = ({
4646
4579
  )
4647
4580
  ] }) })
4648
4581
  }
4649
- ), ct = ({
4582
+ ), lt = ({
4650
4583
  width: i = 20,
4651
4584
  height: e = 20,
4652
- color: t = "#001E52",
4585
+ color: t = v.GREY_DARK_5,
4653
4586
  className: s,
4654
4587
  onClick: n
4655
4588
  }) => /* @__PURE__ */ r(
4656
4589
  "svg",
4657
4590
  {
4658
- xmlns: "http://www.w3.org/2000/svg",
4659
4591
  width: i,
4660
4592
  height: e,
4661
- className: s,
4662
4593
  onClick: n,
4663
- viewBox: "0 0 20 20",
4594
+ className: s,
4595
+ viewBox: "0 0 24 24",
4664
4596
  fill: "none",
4597
+ xmlns: "http://www.w3.org/2000/svg",
4665
4598
  children: /* @__PURE__ */ r(
4666
4599
  "path",
4667
4600
  {
4668
- fillRule: "evenodd",
4669
- clipRule: "evenodd",
4670
- d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
4671
- 2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
4672
- 17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
4673
- 1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
4674
- 6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
4675
- 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
4676
- 8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
4677
- 5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
4678
- 6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
4679
- 4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
4680
- 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
4681
- 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
4682
- 8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
4683
- 6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
4684
- 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
4685
- 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
4686
- 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
4687
- 6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
4688
- 8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
4689
- 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
4690
- 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
4691
- 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
4692
- 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
4693
- 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
4694
- 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
4695
- 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
4696
- 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
4697
- 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
4698
- 13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
4699
- 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
4700
- 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",
4701
4602
  fill: t
4702
4603
  }
4703
4604
  )
4704
4605
  }
4705
- ), ht = ({
4606
+ ), ct = ({
4706
4607
  width: i = 24,
4707
4608
  height: e = 24,
4708
4609
  color: t = "#131314",
@@ -4735,10 +4636,10 @@ const ce = ({
4735
4636
  )
4736
4637
  ]
4737
4638
  }
4738
- ), dt = ({
4739
- width: i = 24,
4740
- height: e = 24,
4741
- color: t = N.GREY_DARK_2,
4639
+ ), ht = ({
4640
+ width: i = 20,
4641
+ height: e = 20,
4642
+ color: t = v.GREY_DARK_5,
4742
4643
  className: s,
4743
4644
  onClick: n
4744
4645
  }) => /* @__PURE__ */ u(
@@ -4746,38 +4647,32 @@ const ce = ({
4746
4647
  {
4747
4648
  width: i,
4748
4649
  height: e,
4650
+ className: s,
4651
+ onClick: n,
4749
4652
  viewBox: "0 0 24 24",
4750
4653
  fill: "none",
4751
4654
  xmlns: "http://www.w3.org/2000/svg",
4752
- className: s,
4753
- onClick: n,
4754
4655
  children: [
4755
4656
  /* @__PURE__ */ r(
4756
4657
  "path",
4757
4658
  {
4758
- d: "M5 20V19C5 15.134 8.13401 12 12 12V12C15.866 12 19 15.134 19 19V20",
4759
- stroke: t,
4760
- strokeWidth: "1.5",
4761
- strokeLinecap: "round",
4762
- 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
4763
4661
  }
4764
4662
  ),
4765
4663
  /* @__PURE__ */ r(
4766
4664
  "path",
4767
4665
  {
4768
- 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",
4769
- stroke: t,
4770
- strokeWidth: "1.5",
4771
- strokeLinecap: "round",
4772
- 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
4773
4668
  }
4774
4669
  )
4775
4670
  ]
4776
4671
  }
4777
- ), Ct = ({
4672
+ ), dt = ({
4778
4673
  width: i = 24,
4779
4674
  height: e = 24,
4780
- color: t = N.GREY_DARK_2,
4675
+ color: t = v.GREY_DARK_2,
4781
4676
  className: s,
4782
4677
  onClick: n
4783
4678
  }) => /* @__PURE__ */ u(
@@ -4814,10 +4709,10 @@ const ce = ({
4814
4709
  )
4815
4710
  ]
4816
4711
  }
4817
- ), gt = ({
4712
+ ), Ct = ({
4818
4713
  width: i = 24,
4819
4714
  height: e = 24,
4820
- color: t = N.GREY_DARK_2,
4715
+ color: t = v.GREY_DARK_2,
4821
4716
  className: s,
4822
4717
  onClick: n
4823
4718
  }) => /* @__PURE__ */ r(
@@ -4841,10 +4736,10 @@ const ce = ({
4841
4736
  }
4842
4737
  )
4843
4738
  }
4844
- ), ut = ({
4739
+ ), gt = ({
4845
4740
  width: i = 24,
4846
4741
  height: e = 24,
4847
- color: t = N.GREY_DARK_2,
4742
+ color: t = v.GREY_DARK_2,
4848
4743
  className: s,
4849
4744
  onClick: n
4850
4745
  }) => /* @__PURE__ */ r(
@@ -4868,33 +4763,7 @@ const ce = ({
4868
4763
  }
4869
4764
  )
4870
4765
  }
4871
- ), ft = ({
4872
- width: i = 20,
4873
- height: e = 20,
4874
- color: t = "#001E52",
4875
- className: s,
4876
- onClick: n
4877
- }) => /* @__PURE__ */ r(
4878
- "svg",
4879
- {
4880
- width: i,
4881
- height: e,
4882
- viewBox: "0 0 20 20",
4883
- fill: "none",
4884
- xmlns: "http://www.w3.org/2000/svg",
4885
- className: s,
4886
- onClick: n,
4887
- children: /* @__PURE__ */ r(
4888
- "path",
4889
- {
4890
- fillRule: "evenodd",
4891
- clipRule: "evenodd",
4892
- 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",
4893
- fill: t
4894
- }
4895
- )
4896
- }
4897
- ), pt = ({
4766
+ ), ut = ({
4898
4767
  name: i,
4899
4768
  width: e,
4900
4769
  height: t,
@@ -4903,7 +4772,7 @@ const ce = ({
4903
4772
  disabled: o = !1,
4904
4773
  onClick: c
4905
4774
  }) => {
4906
- 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;
4907
4776
  return K(() => {
4908
4777
  if (n) {
4909
4778
  h && !o && C(`${n} clickable`);
@@ -4913,35 +4782,35 @@ const ce = ({
4913
4782
  }, [h, n, o]), /* @__PURE__ */ r(i1, { children: (() => {
4914
4783
  switch (i) {
4915
4784
  case "nextIcon":
4916
- 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 });
4917
4786
  case "prevIcon":
4918
- 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 });
4919
4788
  case "arrowDown":
4920
- 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 });
4921
4790
  case "info":
4922
- 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 });
4923
4792
  case "arrowRight":
4924
- 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 });
4925
4794
  case "calendar":
4926
- 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 });
4927
4796
  case "check":
4928
- 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 });
4929
4798
  case "cancel":
4930
- 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 });
4931
4800
  case "add":
4932
- 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 });
4933
4802
  case "list":
4934
- 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 });
4935
4804
  case "dragAndDrop":
4936
- 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 });
4937
4806
  case "filter":
4938
- 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 });
4939
4808
  case "attention":
4940
- 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 });
4941
4810
  case "users":
4942
- 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 });
4943
4812
  case "mySkillsMatrix":
4944
- return ve({
4813
+ return ke({
4945
4814
  width: e,
4946
4815
  height: t,
4947
4816
  color: l,
@@ -4949,9 +4818,9 @@ const ce = ({
4949
4818
  onClick: h
4950
4819
  });
4951
4820
  case "skills":
4952
- 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 });
4953
4822
  case "skillsMatrices":
4954
- return Re({
4823
+ return Ne({
4955
4824
  width: e,
4956
4825
  height: t,
4957
4826
  color: l,
@@ -4959,22 +4828,21 @@ const ce = ({
4959
4828
  onClick: h
4960
4829
  });
4961
4830
  case "history":
4962
- 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 });
4963
4832
  case "logOut":
4964
- 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 });
4965
4834
  case "settings":
4966
- 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 });
4967
4836
  case "trash":
4968
- 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 });
4969
4838
  case "settings2":
4970
- 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 });
4971
4840
  case "checkCircle":
4972
- 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 });
4973
4842
  case "cancelCircle":
4974
- return Ve({ width: e, height: t, color: l, className: a, onClick: h });
4975
- case "infoMedium":
4843
+ return He({ width: e, height: t, color: l, className: a, onClick: h });
4976
4844
  case "visibilityIcon":
4977
- return Ee({
4845
+ return Ve({
4978
4846
  width: e,
4979
4847
  height: t,
4980
4848
  color: l,
@@ -4982,7 +4850,7 @@ const ce = ({
4982
4850
  onClick: h
4983
4851
  });
4984
4852
  case "visibilityOffIcon":
4985
- return Ie({
4853
+ return Ee({
4986
4854
  width: e,
4987
4855
  height: t,
4988
4856
  color: l,
@@ -4990,7 +4858,7 @@ const ce = ({
4990
4858
  onClick: h
4991
4859
  });
4992
4860
  case "selectArrowIcon":
4993
- return Ae({
4861
+ return Ie({
4994
4862
  width: e,
4995
4863
  height: t,
4996
4864
  color: l,
@@ -4998,7 +4866,7 @@ const ce = ({
4998
4866
  onClick: h
4999
4867
  });
5000
4868
  case "expandArrowIcon":
5001
- return Oe({
4869
+ return Ae({
5002
4870
  width: e,
5003
4871
  height: t,
5004
4872
  color: l,
@@ -5006,7 +4874,7 @@ const ce = ({
5006
4874
  onClick: h
5007
4875
  });
5008
4876
  case "expandActiveArrowIcon":
5009
- return Se({
4877
+ return Oe({
5010
4878
  width: e,
5011
4879
  height: t,
5012
4880
  color: l,
@@ -5016,78 +4884,76 @@ const ce = ({
5016
4884
  case "sortUp":
5017
4885
  return Ze({ width: e, height: t, color: l, className: a, onClick: h });
5018
4886
  case "sortDown":
5019
- 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 });
5020
4888
  case "search":
5021
- 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 });
5022
4890
  case "arrowUpFilled":
5023
- return Pe({ width: e, height: t, color: l, className: a, onClick: h });
5024
- case "arrowDownFilled":
5025
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 });
5026
4894
  case "link":
5027
- 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 });
5028
4896
  case "telegram":
5029
- 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 });
5030
4898
  case "mail":
5031
- 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 });
5032
4900
  case "github":
5033
- 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 });
5034
4902
  case "linkedIn":
5035
- 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 });
5036
4904
  case "emptyStateIcon":
5037
- 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 });
5038
4906
  case "filtersIcon":
5039
- 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 });
5040
4908
  case "dotMenuIcon":
5041
- 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 });
5042
4910
  case "plusCircle":
5043
- 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 });
5044
4912
  case "warning":
5045
- 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 });
5046
4914
  case "back":
5047
- 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 });
5048
4916
  case "bell":
5049
- 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 });
5050
4918
  case "copy":
5051
- 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 });
5052
4920
  case "contract":
5053
- 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 });
5054
4922
  case "resourceManager":
5055
- 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 });
5056
4924
  case "image":
5057
- 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 });
5058
4926
  case "edit":
5059
- 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 });
5060
4928
  case "filledArrowRight":
5061
- 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 });
5062
4930
  case "burgerMenu":
5063
- 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 });
5064
4932
  case "refresh":
5065
- 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 });
5066
4934
  case "projects":
5067
- return ct({ width: e, height: t, color: l, className: a, onClick: h });
5068
- case "profile":
5069
- return ft({ width: e, height: t, color: l, className: a, onClick: h });
5070
- case "exit":
4935
+ return lt({ width: e, height: t, color: l, className: a, onClick: h });
4936
+ case "user":
5071
4937
  return ht({ width: e, height: t, color: l, className: a, onClick: h });
5072
- case "client":
5073
- 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 });
5074
4940
  case "openPointCircle":
5075
- 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 });
5076
4942
  case "community":
5077
- 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 });
5078
4944
  case "docs":
5079
- 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 });
5080
4946
  default:
5081
4947
  return /* @__PURE__ */ r(i1, { children: "No Icon provided" });
5082
4948
  }
5083
4949
  })() });
5084
4950
  };
5085
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 || {});
5086
- const mt = d1({
4952
+ const ft = d1({
5087
4953
  locale: "en",
5088
4954
  theme: "light"
5089
4955
  });
5090
- mt.Provider;
4956
+ ft.Provider;
5091
4957
  const C2 = ({
5092
4958
  children: i,
5093
4959
  width: e,
@@ -5104,7 +4970,7 @@ const C2 = ({
5104
4970
  {
5105
4971
  className: `snmt-tag ${t} ${o ? "disabled" : ""}`,
5106
4972
  closeIcon: /* @__PURE__ */ r(
5107
- pt,
4973
+ ut,
5108
4974
  {
5109
4975
  name: "cancelCircle",
5110
4976
  color: o ? p1.GREY_DARK_1 : p1.GREY_DARK_2,
@@ -5117,7 +4983,7 @@ const C2 = ({
5117
4983
  style: { width: e ?? "fit-content" },
5118
4984
  closable: n,
5119
4985
  children: typeof i == "string" ? /* @__PURE__ */ r(
5120
- le,
4986
+ ae,
5121
4987
  {
5122
4988
  variant: t === "small" ? "body4" : "body2",
5123
4989
  color: o ? p1.GREY_DARK_2 : p1.GREY_DARK_5,
@@ -5126,12 +4992,12 @@ const C2 = ({
5126
4992
  ) : i
5127
4993
  }
5128
4994
  );
5129
- }, { Title: wt, Text: Lt } = a2, kt = {
4995
+ }, { Title: pt, Text: mt } = a2, wt = {
5130
4996
  h1: 1,
5131
4997
  h2: 2,
5132
4998
  h3: 3,
5133
4999
  h4: 4
5134
- }, vt = L1(
5000
+ }, Lt = L1(
5135
5001
  ({
5136
5002
  align: i = "inherit",
5137
5003
  variant: e = "body1",
@@ -5145,7 +5011,7 @@ const C2 = ({
5145
5011
  }, C) => {
5146
5012
  const d = q(null);
5147
5013
  H1(C, () => d.current);
5148
- const [l, h] = Z(!1);
5014
+ const [l, h] = S(!1);
5149
5015
  K(() => {
5150
5016
  var L;
5151
5017
  if (!a) return;
@@ -5173,9 +5039,9 @@ const C2 = ({
5173
5039
  }
5174
5040
  } : void 0
5175
5041
  };
5176
- 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 });
5177
5043
  }
5178
- ), Nt = ({
5044
+ ), kt = ({
5179
5045
  children: i,
5180
5046
  content: e,
5181
5047
  isOpen: t,
@@ -5183,7 +5049,7 @@ const C2 = ({
5183
5049
  placement: n = "topRight",
5184
5050
  noPadding: o = !1
5185
5051
  }) => {
5186
- const [c, a] = Z(!1);
5052
+ const [c, a] = S(!1);
5187
5053
  return /* @__PURE__ */ r(
5188
5054
  _2,
5189
5055
  {
@@ -5200,7 +5066,7 @@ const C2 = ({
5200
5066
  }
5201
5067
  );
5202
5068
  };
5203
- var Rt = { exports: {} };
5069
+ var vt = { exports: {} };
5204
5070
  (function(i, e) {
5205
5071
  (function(t, s) {
5206
5072
  i.exports = s();
@@ -5210,8 +5076,8 @@ var Rt = { exports: {} };
5210
5076
  return "[" + t + (s[(n - 20) % 10] || s[n] || s[0]) + "]";
5211
5077
  } };
5212
5078
  });
5213
- })(Rt);
5214
- const xt = ({
5079
+ })(vt);
5080
+ const Nt = ({
5215
5081
  values: i,
5216
5082
  onTagClose: e,
5217
5083
  maxWidth: t,
@@ -5220,7 +5086,7 @@ const xt = ({
5220
5086
  options: o,
5221
5087
  extraOptions: c
5222
5088
  }) => {
5223
- 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);
5224
5090
  if (K(() => {
5225
5091
  i.length || l(!1);
5226
5092
  }, [i]), !i.length)
@@ -5230,7 +5096,7 @@ const xt = ({
5230
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;
5231
5097
  };
5232
5098
  return /* @__PURE__ */ u(
5233
- Nt,
5099
+ kt,
5234
5100
  {
5235
5101
  content: (
5236
5102
  // 90: paddings + margins + gaps and so on
@@ -5255,19 +5121,19 @@ const xt = ({
5255
5121
  ]
5256
5122
  }
5257
5123
  );
5258
- }, Mt = {
5124
+ }, Rt = {
5259
5125
  small: 20,
5260
5126
  medium: 28,
5261
5127
  large: 48
5262
- }, $1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
5263
- 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}
5264
5130
  calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
5265
5131
  width: t,
5266
5132
  background: `${s} 0% 100%, ${s} 50% 100%, ${s} 100% 100%`,
5267
5133
  backgroundSize: "20% calc(200% + 20px)"
5268
5134
  };
5269
5135
  return /* @__PURE__ */ r("span", { className: "snmt-loader", style: n });
5270
- }, j1 = L1(
5136
+ }, $1 = L1(
5271
5137
  ({
5272
5138
  value: i,
5273
5139
  onChange: e,
@@ -5292,31 +5158,31 @@ const xt = ({
5292
5158
  readOnly: p,
5293
5159
  error: x
5294
5160
  }, M) => {
5295
- 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);
5296
5162
  K(() => {
5297
5163
  O(i);
5298
5164
  }, [i]);
5299
- const B = (k) => {
5300
- Y(k), g && g(k);
5301
- }, U = (k, y) => {
5165
+ const B = (N) => {
5166
+ j(N), g && g(N);
5167
+ }, U = (N, y) => {
5302
5168
  var T;
5303
- 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()));
5304
5170
  }, I = () => {
5305
5171
  F(!0);
5306
- }, $ = () => {
5172
+ }, Y = () => {
5307
5173
  F(!1);
5308
- }, P = j(
5309
- (k) => {
5310
- if (O(k), s) {
5311
- const T = k;
5174
+ }, P = $(
5175
+ (N) => {
5176
+ if (O(N), s) {
5177
+ const T = N;
5312
5178
  e == null || e(T);
5313
5179
  return;
5314
5180
  }
5315
- const y = k;
5181
+ const y = N;
5316
5182
  e == null || e(y);
5317
5183
  },
5318
5184
  [s, e]
5319
- ), e1 = j(() => {
5185
+ ), e1 = $(() => {
5320
5186
  if (!(p || a)) {
5321
5187
  if (s) {
5322
5188
  P([]);
@@ -5324,39 +5190,39 @@ const xt = ({
5324
5190
  }
5325
5191
  P("");
5326
5192
  }
5327
- }, [a, P, s, p]), t1 = j(
5328
- (k) => {
5329
- const y = E.filter((T) => T !== k);
5193
+ }, [a, P, s, p]), t1 = $(
5194
+ (N) => {
5195
+ const y = E.filter((T) => T !== N);
5330
5196
  P(y), O(y);
5331
5197
  },
5332
5198
  [P, E]
5333
- ), C1 = j(
5334
- (k) => (E == null ? void 0 : E.indexOf(k)) === 0 ? (
5199
+ ), C1 = $(
5200
+ (N) => (E == null ? void 0 : E.indexOf(N)) === 0 ? (
5335
5201
  // if the search input is empty
5336
5202
  // then display the placeholder, else do not display it
5337
5203
  /* @__PURE__ */ r("span", { className: "custom-placeholder", children: V ? t : "" })
5338
5204
  ) : /* @__PURE__ */ r(i1, {}),
5339
5205
  [V, E, t]
5340
- ), k1 = (k) => {
5341
- k.preventDefault(), k.stopPropagation();
5342
- }, v1 = async (k) => {
5343
- const { target: y } = k;
5344
- y.scrollTop + y.offsetHeight >= y.scrollHeight - l && (f == null || f(!0)), w && await w(k);
5345
- }, o1 = j(
5346
- (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) => {
5347
5213
  var y, T;
5348
- return ((y = o.find((a1) => a1.value === k)) == null ? void 0 : y.label) || ((T = m == null ? void 0 : m.find(
5349
- (a1) => a1.value === k
5350
- )) == 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;
5351
5217
  },
5352
5218
  [m, o]
5353
- ), N1 = j(
5354
- (k) => {
5219
+ ), N1 = $(
5220
+ (N) => {
5355
5221
  var y;
5356
5222
  return /* @__PURE__ */ r(
5357
- xt,
5223
+ Nt,
5358
5224
  {
5359
- values: k,
5225
+ values: N,
5360
5226
  onTagClose: t1,
5361
5227
  maxWidth: ((y = D.current) == null ? void 0 : y.clientWidth) || 0,
5362
5228
  disabled: a,
@@ -5367,8 +5233,8 @@ const xt = ({
5367
5233
  );
5368
5234
  },
5369
5235
  [a, m, t1, o, p]
5370
- ), S = j(
5371
- ({ 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) }) }),
5372
5238
  [a, o1, t1, C1]
5373
5239
  ), z = Array.isArray(E) && E.length > 0 || !!E && typeof E == "string" && E.trim() !== "";
5374
5240
  return /* @__PURE__ */ u("div", { className: "snmt-select-container", children: [
@@ -5392,24 +5258,24 @@ const xt = ({
5392
5258
  onDropdownVisibleChange: B,
5393
5259
  disabled: a,
5394
5260
  value: E || void 0,
5395
- labelRender: (k) => {
5396
- const y = o1(k.value);
5261
+ labelRender: (N) => {
5262
+ const y = o1(N.value);
5397
5263
  return a ? /* @__PURE__ */ r("span", { style: { color: Q.GREY_DARK_1 }, children: y }) : y;
5398
5264
  },
5399
5265
  mode: s === "filter" ? "multiple" : s,
5400
5266
  onChange: P,
5401
5267
  onFocus: I,
5402
- onBlur: $,
5403
- onSearch: (k) => {
5404
- G(!k), h && h(k);
5268
+ onBlur: Y,
5269
+ onSearch: (N) => {
5270
+ G(!N), h && h(N);
5405
5271
  },
5406
5272
  onSelect: () => G(!0),
5407
5273
  onDeselect: () => G(!0),
5408
- tagRender: (k) => S({ ...k, mode: s }),
5274
+ tagRender: (N) => Z({ ...N, mode: s }),
5409
5275
  maxTagCount: "responsive",
5410
5276
  maxTagPlaceholder: N1,
5411
5277
  onPopupScroll: v1,
5412
- prefix: A && /* @__PURE__ */ r($1, { size: "small" }),
5278
+ prefix: A && /* @__PURE__ */ r(Y1, { size: "small" }),
5413
5279
  suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ u(i1, { children: [
5414
5280
  E && !!E.length && (s || d) && /* @__PURE__ */ r(
5415
5281
  "div",
@@ -5433,30 +5299,30 @@ const xt = ({
5433
5299
  name: "selectArrowIcon",
5434
5300
  color: a ? Q.GREY_DARK_1 : Q.GREY_DARK_5,
5435
5301
  className: R ? "select-arrow-rotated" : "select-arrow",
5436
- onClick: () => Y(!R)
5302
+ onClick: () => j(!R)
5437
5303
  }
5438
5304
  )
5439
5305
  ] }) }),
5440
5306
  removeIcon: /* @__PURE__ */ r(g1, { name: "cancelCircle", color: Q.GREY_DARK_1 }),
5441
5307
  options: o,
5442
- 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: [
5443
5309
  /* @__PURE__ */ u(f1, { alignItems: "center", gap: 12, children: [
5444
5310
  s && /* @__PURE__ */ r(
5445
5311
  q2,
5446
5312
  {
5447
- checked: !!(E != null && E.includes(k.value))
5313
+ checked: !!(E != null && E.includes(N.value))
5448
5314
  }
5449
5315
  ),
5450
5316
  /* @__PURE__ */ u(f1, { alignItems: "center", gap: 8, children: [
5451
- k.data.image && /* @__PURE__ */ r(J2, { src: k.data.image, size: 20 }),
5452
- /* @__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 })
5453
5319
  ] })
5454
5320
  ] }),
5455
- !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 })
5456
5322
  ] }),
5457
- dropdownRender: (k) => /* @__PURE__ */ u("div", { className: "dropdown-container", children: [
5458
- /* @__PURE__ */ r("div", { className: "dropdown-menu", children: H ? H(k) : k }),
5459
- 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, {}) })
5460
5326
  ] })
5461
5327
  }
5462
5328
  ),
@@ -5489,12 +5355,12 @@ const xt = ({
5489
5355
  width: 16
5490
5356
  }
5491
5357
  ),
5492
- 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
5493
5359
  ] })
5494
5360
  ] });
5495
5361
  }
5496
5362
  );
5497
- function bt(i, e = 500) {
5363
+ function xt(i, e = 500) {
5498
5364
  const t = q();
5499
5365
  return K(() => () => {
5500
5366
  t.current && clearTimeout(t.current);
@@ -5505,7 +5371,7 @@ function bt(i, e = 500) {
5505
5371
  clearTimeout(t.current), t.current = n;
5506
5372
  };
5507
5373
  }
5508
- function Y1(i) {
5374
+ function j1(i) {
5509
5375
  const e = q(i);
5510
5376
  return K(() => {
5511
5377
  e.current = i;
@@ -5535,20 +5401,20 @@ const E1 = 100, l1 = {
5535
5401
  required: H = !1,
5536
5402
  error: _
5537
5403
  }, A) => {
5538
- 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(
5539
5405
  h ?? []
5540
- ), 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 = $(
5541
5407
  async ({
5542
- limit: S = E1,
5408
+ limit: Z = E1,
5543
5409
  offset: z,
5544
- search: k
5410
+ search: N
5545
5411
  }) => {
5546
5412
  J(!0);
5547
5413
  try {
5548
5414
  const y = await i({
5549
- limit: S,
5415
+ limit: Z,
5550
5416
  offset: z,
5551
- search: k
5417
+ search: N
5552
5418
  });
5553
5419
  x(
5554
5420
  (T) => z === 0 ? y.options : [...T ?? [], ...y.options]
@@ -5563,55 +5429,55 @@ const E1 = 100, l1 = {
5563
5429
  }
5564
5430
  },
5565
5431
  [i]
5566
- ), t1 = bt((S) => {
5567
- V(S), S || R(l1);
5568
- }), C1 = j(
5569
- (S) => t1(S),
5432
+ ), t1 = xt((Z) => {
5433
+ V(Z), Z || R(l1);
5434
+ }), C1 = $(
5435
+ (Z) => t1(Z),
5570
5436
  [t1]
5571
- ), k1 = j(
5572
- async (S) => {
5573
- 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) => ({
5574
5440
  ...z,
5575
5441
  offset: z.offset + E1
5576
5442
  }));
5577
5443
  },
5578
- [Y, p == null ? void 0 : p.length, M.count]
5579
- ), v1 = j(
5580
- (S) => {
5581
- 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);
5582
5448
  },
5583
5449
  [g, F]
5584
5450
  );
5585
5451
  K(() => {
5586
- !P.current || Y || (I || G && (B !== M.offset || U !== F || !p)) && (e1({ offset: M.offset, limit: E1, search: F }), I && $(!1));
5587
- }, [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(() => {
5588
5454
  (d || l) && e1(l1), P.current = !0;
5589
5455
  }, []), K(() => {
5590
- h && D((S) => {
5456
+ h && D((Z) => {
5591
5457
  const z = h.filter(
5592
- (k) => !S.some((y) => y.value === k.value)
5458
+ (N) => !Z.some((y) => y.value === N.value)
5593
5459
  );
5594
- return [...S, ...z];
5460
+ return [...Z, ...z];
5595
5461
  });
5596
5462
  }, [h]);
5597
- const o1 = j(
5598
- (S) => {
5599
- t && t(S);
5463
+ const o1 = $(
5464
+ (Z) => {
5465
+ t && t(Z);
5600
5466
  let z = [];
5601
- if (C ? z = Array.isArray(S) ? S : [] : z = S ? [S] : [], F) {
5602
- const k = z.filter(
5467
+ if (C ? z = Array.isArray(Z) ? Z : [] : z = Z ? [Z] : [], F) {
5468
+ const N = z.filter(
5603
5469
  (y) => !(O != null && O.some((T) => T.value === y))
5604
5470
  );
5605
- k.length > 0 && D((y = []) => [
5471
+ N.length > 0 && D((y = []) => [
5606
5472
  ...y,
5607
- ...k.map((T) => {
5473
+ ...N.map((T) => {
5608
5474
  const a1 = p == null ? void 0 : p.find((w2) => w2.value === T);
5609
5475
  return {
5610
5476
  value: T,
5611
5477
  label: (a1 == null ? void 0 : a1.label) ?? T
5612
5478
  };
5613
5479
  })
5614
- ]), V(void 0), R(l1), $(!0);
5480
+ ]), V(void 0), R(l1), Y(!0);
5615
5481
  }
5616
5482
  },
5617
5483
  [t, F, C, p, O]
@@ -5631,7 +5497,7 @@ const E1 = 100, l1 = {
5631
5497
  onScrollToEnd: k1,
5632
5498
  disabled: o,
5633
5499
  extraOptions: O,
5634
- isLoading: Y,
5500
+ isLoading: j,
5635
5501
  optionRender: f,
5636
5502
  dropdownRender: w,
5637
5503
  readOnly: L,
@@ -5653,7 +5519,7 @@ const E1 = 100, l1 = {
5653
5519
  k1,
5654
5520
  o,
5655
5521
  O,
5656
- Y,
5522
+ j,
5657
5523
  f,
5658
5524
  w,
5659
5525
  L,
@@ -5664,18 +5530,18 @@ const E1 = 100, l1 = {
5664
5530
  );
5665
5531
  return H1(A, () => ({
5666
5532
  refetchOptions: async () => {
5667
- R(l1), V(void 0), $(!0);
5533
+ R(l1), V(void 0), Y(!0);
5668
5534
  }
5669
- })), 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 }) });
5670
5536
  }
5671
5537
  );
5672
5538
  var x1 = /* @__PURE__ */ ((i) => (i.ACTIVE = "Active", i.ARCHIVED = "Archived", i))(x1 || {});
5673
- const _t = {
5539
+ const Mt = {
5674
5540
  small: 20,
5675
5541
  medium: 28,
5676
5542
  large: 48
5677
- }, yt = ({ size: i = "medium", color: e = "#004ed7" }) => {
5678
- 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}
5679
5545
  calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
5680
5546
  width: t,
5681
5547
  background: `${s} 0% 100%, ${s} 50% 100%, ${s} 100% 100%`,
@@ -5683,7 +5549,7 @@ const _t = {
5683
5549
  };
5684
5550
  return /* @__PURE__ */ r("span", { className: "snmt-loader", style: n });
5685
5551
  };
5686
- function Ht() {
5552
+ function _t() {
5687
5553
  if (console && console.warn) {
5688
5554
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
5689
5555
  e[t] = arguments[t];
@@ -5691,10 +5557,10 @@ function Ht() {
5691
5557
  }
5692
5558
  }
5693
5559
  const W1 = {};
5694
- function S1() {
5560
+ function Z1() {
5695
5561
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
5696
5562
  e[t] = arguments[t];
5697
- 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));
5698
5564
  }
5699
5565
  const g2 = (i, e) => () => {
5700
5566
  if (i.isInitialized)
@@ -5713,7 +5579,7 @@ const g2 = (i, e) => () => {
5713
5579
  n1(t) && (t = [t]), t.forEach((n) => {
5714
5580
  i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
5715
5581
  }), i.loadLanguages(e, g2(i, s));
5716
- }, Vt = function(i, e) {
5582
+ }, yt = function(i, e) {
5717
5583
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5718
5584
  const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
5719
5585
  if (s.toLowerCase() === "cimode") return !0;
@@ -5722,15 +5588,15 @@ const g2 = (i, e) => () => {
5722
5588
  return d === -1 || d === 2;
5723
5589
  };
5724
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)));
5725
- }, Et = function(i, e) {
5591
+ }, Ht = function(i, e) {
5726
5592
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5727
- 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, {
5728
5594
  lng: t.lng,
5729
5595
  precheck: (n, o) => {
5730
5596
  if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !o(n.isLanguageChangingTo, i)) return !1;
5731
5597
  }
5732
- }) : Vt(i, e, t);
5733
- }, 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 = {
5734
5600
  "&amp;": "&",
5735
5601
  "&#38;": "&",
5736
5602
  "&lt;": "<",
@@ -5751,8 +5617,8 @@ const g2 = (i, e) => () => {
5751
5617
  "&#8230;": "…",
5752
5618
  "&#x2F;": "/",
5753
5619
  "&#47;": "/"
5754
- }, St = (i) => Ot[i], Zt = (i) => i.replace(At, St);
5755
- let Z1 = {
5620
+ }, At = (i) => It[i], Ot = (i) => i.replace(Et, At);
5621
+ let S1 = {
5756
5622
  bindI18n: "languageChanged",
5757
5623
  bindI18nStore: "",
5758
5624
  transEmptyNodeValue: "",
@@ -5760,25 +5626,25 @@ let Z1 = {
5760
5626
  transWrapTextNodes: "",
5761
5627
  transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
5762
5628
  useSuspense: !0,
5763
- unescape: Zt
5629
+ unescape: Ot
5764
5630
  };
5765
- const Dt = function() {
5631
+ const Zt = function() {
5766
5632
  let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
5767
- Z1 = {
5768
- ...Z1,
5633
+ S1 = {
5634
+ ...S1,
5769
5635
  ...i
5770
5636
  };
5771
- }, Gt = () => Z1;
5637
+ }, St = () => S1;
5772
5638
  let u2;
5773
- const Tt = (i) => {
5639
+ const Dt = (i) => {
5774
5640
  u2 = i;
5775
- }, Kt = () => u2, Bt = {
5641
+ }, Gt = () => u2, Tt = {
5776
5642
  type: "3rdParty",
5777
5643
  init(i) {
5778
- Dt(i.options.react), Tt(i);
5644
+ Zt(i.options.react), Dt(i);
5779
5645
  }
5780
- }, Pt = d1();
5781
- class $t {
5646
+ }, Kt = d1();
5647
+ class Bt {
5782
5648
  constructor() {
5783
5649
  T1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
5784
5650
  this.usedNamespaces = {};
@@ -5789,27 +5655,27 @@ class $t {
5789
5655
  });
5790
5656
  }
5791
5657
  }
5792
- const jt = (i, e) => {
5658
+ const Pt = (i, e) => {
5793
5659
  const t = q();
5794
5660
  return K(() => {
5795
5661
  t.current = i;
5796
5662
  }, [i, e]), t.current;
5797
- }, 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) {
5798
5664
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5799
5665
  const {
5800
5666
  i18n: t
5801
5667
  } = e, {
5802
5668
  i18n: s,
5803
5669
  defaultNS: n
5804
- } = r1(Pt) || {}, o = t || s || Kt();
5805
- if (o && !o.reportNamespaces && (o.reportNamespaces = new $t()), !o) {
5806
- S1("You will need to pass in an i18next instance by using initReactI18next");
5807
- 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];
5808
5674
  return x.t = p, x.i18n = {}, x.ready = !1, x;
5809
5675
  }
5810
- 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.");
5811
5677
  const c = {
5812
- ...Gt(),
5678
+ ...St(),
5813
5679
  ...o.options.react,
5814
5680
  ...e
5815
5681
  }, {
@@ -5818,10 +5684,10 @@ const jt = (i, e) => {
5818
5684
  } = c;
5819
5685
  let d = i;
5820
5686
  d = n1(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
5821
- 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);
5822
5688
  let m = d.join();
5823
5689
  e.lng && (m = `${e.lng}${m}`);
5824
- const H = jt(m), _ = q(!0);
5690
+ const H = Pt(m), _ = q(!0);
5825
5691
  K(() => {
5826
5692
  const {
5827
5693
  bindI18n: p,
@@ -5852,11 +5718,11 @@ const jt = (i, e) => {
5852
5718
  i = s, e = n;
5853
5719
  });
5854
5720
  return t.resolve = i, t.reject = e, t;
5855
- }, J1 = (i) => i == null ? "" : "" + i, Wt = (i, e, t) => {
5721
+ }, J1 = (i) => i == null ? "" : "" + i, jt = (i, e, t) => {
5856
5722
  i.forEach((s) => {
5857
5723
  e[s] && (t[s] = e[s]);
5858
5724
  });
5859
- }, 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) => {
5860
5726
  const s = b(e) ? e.split(".") : e;
5861
5727
  let n = 0;
5862
5728
  for (; n < s.length - 1; ) {
@@ -5881,7 +5747,7 @@ const jt = (i, e) => {
5881
5747
  for (; a.obj === void 0 && c.length; )
5882
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);
5883
5749
  a.obj[`${a.k}.${o}`] = t;
5884
- }, zt = (i, e, t, s) => {
5750
+ }, Wt = (i, e, t, s) => {
5885
5751
  const {
5886
5752
  obj: n,
5887
5753
  k: o
@@ -5894,7 +5760,7 @@ const jt = (i, e) => {
5894
5760
  } = m1(i, e);
5895
5761
  if (t)
5896
5762
  return t[s];
5897
- }, Jt = (i, e, t) => {
5763
+ }, Ut = (i, e, t) => {
5898
5764
  const s = M1(i, t);
5899
5765
  return s !== void 0 ? s : M1(e, t);
5900
5766
  }, p2 = (i, e, t) => {
@@ -5902,7 +5768,7 @@ const jt = (i, e) => {
5902
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]);
5903
5769
  return i;
5904
5770
  }, c1 = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
5905
- var qt = {
5771
+ var zt = {
5906
5772
  "&": "&amp;",
5907
5773
  "<": "&lt;",
5908
5774
  ">": "&gt;",
@@ -5910,8 +5776,8 @@ var qt = {
5910
5776
  "'": "&#39;",
5911
5777
  "/": "&#x2F;"
5912
5778
  };
5913
- const Qt = (i) => b(i) ? i.replace(/[&<>"'\/]/g, (e) => qt[e]) : i;
5914
- class Xt {
5779
+ const Jt = (i) => b(i) ? i.replace(/[&<>"'\/]/g, (e) => zt[e]) : i;
5780
+ class qt {
5915
5781
  constructor(e) {
5916
5782
  this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
5917
5783
  }
@@ -5923,11 +5789,11 @@ class Xt {
5923
5789
  return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
5924
5790
  }
5925
5791
  }
5926
- const e7 = [" ", ",", "?", "!", ";"], t7 = new Xt(20), i7 = (i, e, t) => {
5792
+ const Qt = [" ", ",", "?", "!", ";"], Xt = new qt(20), e7 = (i, e, t) => {
5927
5793
  e = e || "", t = t || "";
5928
- 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);
5929
5795
  if (s.length === 0) return !0;
5930
- const n = t7.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
5796
+ const n = Xt.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
5931
5797
  let o = !n.test(i);
5932
5798
  if (!o) {
5933
5799
  const c = i.indexOf(t);
@@ -5954,7 +5820,7 @@ const e7 = [" ", ",", "?", "!", ";"], t7 = new Xt(20), i7 = (i, e, t) => {
5954
5820
  n = c;
5955
5821
  }
5956
5822
  return n;
5957
- }, b1 = (i) => i && i.replace("_", "-"), s7 = {
5823
+ }, b1 = (i) => i && i.replace("_", "-"), t7 = {
5958
5824
  type: "logger",
5959
5825
  log(i) {
5960
5826
  this.output("log", i);
@@ -5976,7 +5842,7 @@ class _1 {
5976
5842
  }
5977
5843
  init(e) {
5978
5844
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5979
- 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;
5980
5846
  }
5981
5847
  log() {
5982
5848
  for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
@@ -6136,7 +6002,7 @@ const t2 = {};
6136
6002
  class y1 extends V1 {
6137
6003
  constructor(e) {
6138
6004
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6139
- 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");
6140
6006
  }
6141
6007
  changeLanguage(e) {
6142
6008
  e && (this.language = e);
@@ -6155,7 +6021,7 @@ class y1 extends V1 {
6155
6021
  s === void 0 && (s = ":");
6156
6022
  const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
6157
6023
  let o = t.ns || this.options.defaultNS || [];
6158
- 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);
6159
6025
  if (c && !a) {
6160
6026
  const C = e.match(this.interpolator.nestingRegexp);
6161
6027
  if (C && C.length > 0)
@@ -6217,12 +6083,12 @@ class y1 extends V1 {
6217
6083
  const p = Array.isArray(g), x = p ? [] : {}, M = p ? w : f;
6218
6084
  for (const R in g)
6219
6085
  if (Object.prototype.hasOwnProperty.call(g, R)) {
6220
- const Y = `${M}${o}${R}`;
6221
- x[R] = this.translate(Y, {
6086
+ const j = `${M}${o}${R}`;
6087
+ x[R] = this.translate(j, {
6222
6088
  ...t,
6223
6089
  joinArrays: !1,
6224
6090
  ns: a
6225
- }), x[R] === Y && (x[R] = g[R]);
6091
+ }), x[R] === j && (x[R] = g[R]);
6226
6092
  }
6227
6093
  g = x;
6228
6094
  }
@@ -6230,9 +6096,9 @@ class y1 extends V1 {
6230
6096
  g = g.join(H), g && (g = this.extendTranslation(g, e, t, s));
6231
6097
  else {
6232
6098
  let p = !1, x = !1;
6233
- 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, {
6234
6100
  ordinal: !1
6235
- }) : "", 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;
6236
6102
  !this.isValidLookup(g) && R && (p = !0, g = V), this.isValidLookup(g) || (x = !0, g = c);
6237
6103
  const E = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && x ? void 0 : g, O = R && V !== g && this.options.updateMissing;
6238
6104
  if (x || p || O) {
@@ -6249,13 +6115,13 @@ class y1 extends V1 {
6249
6115
  for (let I = 0; I < B.length; I++)
6250
6116
  D.push(B[I]);
6251
6117
  else this.options.saveMissingTo === "all" ? D = this.languageUtils.toResolveHierarchy(t.lng || this.language) : D.push(t.lng || this.language);
6252
- const U = (I, $, P) => {
6118
+ const U = (I, Y, P) => {
6253
6119
  const e1 = R && P !== g ? P : E;
6254
- 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);
6255
6121
  };
6256
6122
  this.options.saveMissing && (this.options.saveMissingPlurals && M ? D.forEach((I) => {
6257
- const $ = this.pluralResolver.getSuffixes(I, t);
6258
- 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) => {
6259
6125
  U([I], c + P, t[`defaultValue${P}`] || V);
6260
6126
  });
6261
6127
  }) : U(D, c, V));
@@ -6445,7 +6311,7 @@ class i2 {
6445
6311
  }), n;
6446
6312
  }
6447
6313
  }
6448
- let n7 = [{
6314
+ let i7 = [{
6449
6315
  lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
6450
6316
  nr: [1, 2],
6451
6317
  fc: 1
@@ -6537,7 +6403,7 @@ let n7 = [{
6537
6403
  lngs: ["he", "iw"],
6538
6404
  nr: [1, 2, 20, 21],
6539
6405
  fc: 22
6540
- }], r7 = {
6406
+ }], s7 = {
6541
6407
  1: (i) => +(i > 1),
6542
6408
  2: (i) => +(i != 1),
6543
6409
  3: (i) => 0,
@@ -6561,28 +6427,28 @@ let n7 = [{
6561
6427
  21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
6562
6428
  22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
6563
6429
  };
6564
- const o7 = ["v1", "v2", "v3"], a7 = ["v4"], s2 = {
6430
+ const n7 = ["v1", "v2", "v3"], r7 = ["v4"], s2 = {
6565
6431
  zero: 0,
6566
6432
  one: 1,
6567
6433
  two: 2,
6568
6434
  few: 3,
6569
6435
  many: 4,
6570
6436
  other: 5
6571
- }, l7 = () => {
6437
+ }, o7 = () => {
6572
6438
  const i = {};
6573
- return n7.forEach((e) => {
6439
+ return i7.forEach((e) => {
6574
6440
  e.lngs.forEach((t) => {
6575
6441
  i[t] = {
6576
6442
  numbers: e.nr,
6577
- plurals: r7[e.fc]
6443
+ plurals: s7[e.fc]
6578
6444
  };
6579
6445
  });
6580
6446
  }), i;
6581
6447
  };
6582
- class c7 {
6448
+ class a7 {
6583
6449
  constructor(e) {
6584
6450
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6585
- 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 = {};
6586
6452
  }
6587
6453
  addRule(e, t) {
6588
6454
  this.rules[e] = t;
@@ -6640,14 +6506,14 @@ class c7 {
6640
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();
6641
6507
  }
6642
6508
  shouldUseIntlApi() {
6643
- return !o7.includes(this.options.compatibilityJSON);
6509
+ return !n7.includes(this.options.compatibilityJSON);
6644
6510
  }
6645
6511
  }
6646
6512
  const n2 = function(i, e, t) {
6647
- 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);
6648
6514
  return !o && n && b(t) && (o = D1(i, t, s), o === void 0 && (o = D1(e, t, s))), o;
6649
6515
  }, A1 = (i) => i.replace(/\$/g, "$$$$");
6650
- class h7 {
6516
+ class l7 {
6651
6517
  constructor() {
6652
6518
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6653
6519
  this.logger = X.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
@@ -6676,7 +6542,7 @@ class h7 {
6676
6542
  maxReplaces: H,
6677
6543
  alwaysFormat: _
6678
6544
  } = e.interpolation;
6679
- 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();
6680
6546
  }
6681
6547
  reset() {
6682
6548
  this.options && this.init(this.options);
@@ -6771,7 +6637,7 @@ class h7 {
6771
6637
  return e;
6772
6638
  }
6773
6639
  }
6774
- const d7 = (i) => {
6640
+ const c7 = (i) => {
6775
6641
  let e = i.toLowerCase().trim();
6776
6642
  const t = {};
6777
6643
  if (i.indexOf("(") > -1) {
@@ -6802,7 +6668,7 @@ const d7 = (i) => {
6802
6668
  return a || (a = i(b1(s), n), e[c] = a), a(t);
6803
6669
  };
6804
6670
  };
6805
- class C7 {
6671
+ class h7 {
6806
6672
  constructor() {
6807
6673
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6808
6674
  this.logger = X.create("formatter"), this.options = e, this.formats = {
@@ -6862,7 +6728,7 @@ class C7 {
6862
6728
  const {
6863
6729
  formatName: d,
6864
6730
  formatOptions: l
6865
- } = d7(C);
6731
+ } = c7(C);
6866
6732
  if (this.formats[d]) {
6867
6733
  let h = a;
6868
6734
  try {
@@ -6882,10 +6748,10 @@ class C7 {
6882
6748
  }, e);
6883
6749
  }
6884
6750
  }
6885
- const g7 = (i, e) => {
6751
+ const d7 = (i, e) => {
6886
6752
  i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
6887
6753
  };
6888
- class u7 extends V1 {
6754
+ class C7 extends V1 {
6889
6755
  constructor(e, t, s) {
6890
6756
  let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6891
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);
@@ -6918,7 +6784,7 @@ class u7 extends V1 {
6918
6784
  }), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
6919
6785
  const a = {};
6920
6786
  this.queue.forEach((C) => {
6921
- 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) => {
6922
6788
  a[d] || (a[d] = {});
6923
6789
  const l = C.loaded[d];
6924
6790
  l.length && l.forEach((h) => {
@@ -7077,7 +6943,7 @@ const r2 = () => ({
7077
6943
  skipOnVariables: !0
7078
6944
  }
7079
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 = () => {
7080
- }, f7 = (i) => {
6946
+ }, g7 = (i) => {
7081
6947
  Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
7082
6948
  typeof i[t] == "function" && (i[t] = i[t].bind(i));
7083
6949
  });
@@ -7087,7 +6953,7 @@ class w1 extends V1 {
7087
6953
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
7088
6954
  if (super(), this.options = o2(e), this.services = {}, this.logger = X, this.modules = {
7089
6955
  external: []
7090
- }, f7(this), t && !this.isInitialized && !e.isClone) {
6956
+ }, g7(this), t && !this.isInitialized && !e.isClone) {
7091
6957
  if (!this.options.initImmediate)
7092
6958
  return this.init(e, t), this;
7093
6959
  setTimeout(() => {
@@ -7112,17 +6978,17 @@ class w1 extends V1 {
7112
6978
  if (!this.options.isClone) {
7113
6979
  this.modules.logger ? X.init(o(this.modules.logger), this.options) : X.init(null, this.options);
7114
6980
  let l;
7115
- 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);
7116
6982
  const h = new i2(this.options);
7117
6983
  this.store = new e2(this.options.resources, this.options);
7118
6984
  const g = this.services;
7119
- 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, {
7120
6986
  prepend: this.options.pluralSeparator,
7121
6987
  compatibilityJSON: this.options.compatibilityJSON,
7122
6988
  simplifyPluralSuffix: this.options.simplifyPluralSuffix
7123
- }), 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 = {
7124
6990
  hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
7125
- }, 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) {
7126
6992
  for (var w = arguments.length, L = new Array(w > 1 ? w - 1 : 0), m = 1; m < w; m++)
7127
6993
  L[m - 1] = arguments[m];
7128
6994
  e.emit(f, ...L);
@@ -7336,26 +7202,26 @@ W.setDefaultNamespace;
7336
7202
  W.hasLoadedNamespace;
7337
7203
  W.loadNamespaces;
7338
7204
  W.loadLanguages;
7339
- const p7 = "Archived", m7 = "Deleted", w7 = {
7340
- archived: p7,
7341
- deleted: m7
7342
- }, L7 = "Заархивирован", k7 = "Удалён", v7 = {
7343
- archived: L7,
7344
- 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
7345
7211
  };
7346
- W.use(Bt).init({
7212
+ W.use(Tt).init({
7347
7213
  defaultNS: "common",
7348
7214
  lng: "en",
7349
7215
  resources: {
7350
7216
  en: {
7351
- common: w7
7217
+ common: p7
7352
7218
  },
7353
7219
  ru: {
7354
- common: v7
7220
+ common: L7
7355
7221
  }
7356
7222
  }
7357
7223
  });
7358
- const y7 = L1(
7224
+ const b7 = L1(
7359
7225
  ({
7360
7226
  fetchParams: i,
7361
7227
  mode: e = void 0,
@@ -7370,19 +7236,19 @@ const y7 = L1(
7370
7236
  required: l,
7371
7237
  error: h
7372
7238
  }, g) => {
7373
- 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);
7374
7240
  if (H1(g, () => x.current), !f)
7375
7241
  throw new Error(
7376
7242
  `UserSelect requires "axiosPeople" to fetch users.
7377
7243
  Please provide it via SNMTUiContext.`
7378
7244
  );
7379
- const M = j(
7245
+ const M = $(
7380
7246
  (V) => {
7381
7247
  let G = "";
7382
7248
  return V.deletedAt && (G += `[${L("deleted")}] `), V.status === x1.ARCHIVED && (G += `[${L("archived")}] `), `${G}${V.firstName} ${V.lastName}`;
7383
7249
  },
7384
7250
  [L]
7385
- ), R = j(
7251
+ ), R = $(
7386
7252
  async ({
7387
7253
  offset: V,
7388
7254
  limit: G,
@@ -7396,14 +7262,14 @@ const y7 = L1(
7396
7262
  search: E,
7397
7263
  ...i,
7398
7264
  includeCount: !0
7399
- }), { data: I, metadata: $ } = U.data;
7265
+ }), { data: I, metadata: Y } = U.data;
7400
7266
  return {
7401
7267
  options: I.map((P) => ({
7402
7268
  value: P.id,
7403
7269
  label: M(P),
7404
7270
  image: C ? P.avatarUrl : void 0
7405
7271
  })),
7406
- count: $.count
7272
+ count: Y.count
7407
7273
  };
7408
7274
  } catch (U) {
7409
7275
  return c && c({
@@ -7416,12 +7282,12 @@ const y7 = L1(
7416
7282
  }
7417
7283
  },
7418
7284
  [f, i, M, C, c]
7419
- ), Y = j(
7285
+ ), j = $(
7420
7286
  async (V) => {
7421
7287
  var G, E, O;
7422
7288
  try {
7423
7289
  const D = V.filter(
7424
- (I) => !p.current.some(($) => $.value === I)
7290
+ (I) => !p.current.some((Y) => Y.value === I)
7425
7291
  );
7426
7292
  let B = [];
7427
7293
  D.length && (B = (await f.post("v1/users/search", {
@@ -7456,11 +7322,11 @@ const y7 = L1(
7456
7322
  return;
7457
7323
  }
7458
7324
  (async () => {
7459
- const G = Array.isArray(n) ? n : [n], E = await Y(G);
7325
+ const G = Array.isArray(n) ? n : [n], E = await j(G);
7460
7326
  H(E), A(!1);
7461
7327
  })();
7462
- }, [Y, n]);
7463
- const J = j(
7328
+ }, [j, n]);
7329
+ const J = $(
7464
7330
  async ({
7465
7331
  limit: V,
7466
7332
  offset: G,
@@ -7481,7 +7347,7 @@ const y7 = L1(
7481
7347
  [a, R]
7482
7348
  );
7483
7349
  if (_)
7484
- return /* @__PURE__ */ r(yt, {});
7350
+ return /* @__PURE__ */ r(bt, {});
7485
7351
  const F = {
7486
7352
  ref: x,
7487
7353
  placeholder: t,
@@ -7516,5 +7382,5 @@ const y7 = L1(
7516
7382
  }
7517
7383
  );
7518
7384
  export {
7519
- y7 as UserSelect
7385
+ b7 as UserSelect
7520
7386
  };