@snmt-react-ui/city-select 2.8.6 → 2.8.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/city-select.js +469 -603
  2. package/package.json +3 -3
@@ -6,8 +6,8 @@ import { jsx as r, Fragment as i1, jsxs as g } from "react/jsx-runtime";
6
6
  import { SNMTUiContext as L2 } from "@snmt-react-ui/core";
7
7
  import { forwardRef as L1, useState as O, useRef as W, useCallback as K, useEffect as Z, useMemo as k2, useImperativeHandle as y1, useContext as r1, createContext as d1 } from "react";
8
8
  import { Select as v2, Tag as N2, Flex as R2, Checkbox as x2, Avatar as M2, Typography as r2, Popover as b2 } from "antd";
9
- var _2 = Object.defineProperty, y2 = (i, e, t) => e in i ? _2(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, H2 = (i, e, t) => y2(i, e + "", t), E2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
10
- function V2() {
9
+ var _2 = Object.defineProperty, y2 = (i, e, t) => e in i ? _2(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, H2 = (i, e, t) => y2(i, e + "", t), V2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
10
+ function E2() {
11
11
  if (console && console.warn) {
12
12
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
13
13
  e[t] = arguments[t];
@@ -18,7 +18,7 @@ const T1 = {};
18
18
  function A1() {
19
19
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
20
20
  e[t] = arguments[t];
21
- s1(e[0]) && T1[e[0]] || (s1(e[0]) && (T1[e[0]] = /* @__PURE__ */ new Date()), V2(...e));
21
+ s1(e[0]) && T1[e[0]] || (s1(e[0]) && (T1[e[0]] = /* @__PURE__ */ new Date()), E2(...e));
22
22
  }
23
23
  const o2 = (i, e) => () => {
24
24
  if (i.isInitialized)
@@ -88,8 +88,8 @@ let T2 = {
88
88
  };
89
89
  const K2 = () => T2;
90
90
  let B2;
91
- const P2 = () => B2, j2 = d1();
92
- class Y2 {
91
+ const P2 = () => B2, Y2 = d1();
92
+ class j2 {
93
93
  constructor() {
94
94
  H2(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
95
95
  }
@@ -111,8 +111,8 @@ const $2 = (i, e) => {
111
111
  } = e, {
112
112
  i18n: s,
113
113
  defaultNS: n
114
- } = r1(j2) || {}, o = t || s || P2();
115
- if (o && !o.reportNamespaces && (o.reportNamespaces = new Y2()), !o) {
114
+ } = r1(Y2) || {}, o = t || s || P2();
115
+ if (o && !o.reportNamespaces && (o.reportNamespaces = new j2()), !o) {
116
116
  A1("You will need to pass in an i18next instance by using initReactI18next");
117
117
  const p = (M, k) => s1(k) ? k : O2(k) && s1(k.defaultValue) ? k.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, L = [p, {}, !1];
118
118
  return L.t = p, L.i18n = {}, L.ready = !1, L;
@@ -151,8 +151,8 @@ const $2 = (i, e) => {
151
151
  }, [o, m]), Z(() => {
152
152
  _.current && l && v(u);
153
153
  }, [o, C, l]);
154
- const E = [w, o, l];
155
- if (E.t = w, E.i18n = o, E.ready = l, l || !l && !a) return E;
154
+ const V = [w, o, l];
155
+ if (V.t = w, V.i18n = o, V.ready = l, l || !l && !a) return V;
156
156
  throw new Promise((p) => {
157
157
  e.lng ? B1(o, e.lng, d, () => p()) : K1(o, d, () => p());
158
158
  });
@@ -225,7 +225,7 @@ const z2 = ({
225
225
  }
226
226
  );
227
227
  };
228
- var R = /* @__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))(R || {});
228
+ 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 || {});
229
229
  const l2 = d1({
230
230
  locale: "en",
231
231
  theme: "light"
@@ -261,7 +261,7 @@ const J2 = ({
261
261
  ), q2 = ({
262
262
  width: i = 20,
263
263
  height: e = 20,
264
- color: t = R.GREY_DARK_5,
264
+ color: t = N.GREY_DARK_5,
265
265
  className: s,
266
266
  onClick: n
267
267
  }) => /* @__PURE__ */ g(
@@ -336,7 +336,7 @@ const J2 = ({
336
336
  ), X2 = ({
337
337
  width: i = 20,
338
338
  height: e = 20,
339
- color: t = R.GREY_DARK_5,
339
+ color: t = N.GREY_DARK_5,
340
340
  className: s,
341
341
  onClick: n
342
342
  }) => /* @__PURE__ */ g(
@@ -383,7 +383,7 @@ const J2 = ({
383
383
  ), e5 = ({
384
384
  width: i = 20,
385
385
  height: e = 20,
386
- color: t = R.GREY_DARK_5,
386
+ color: t = N.GREY_DARK_5,
387
387
  className: s,
388
388
  onClick: n
389
389
  }) => /* @__PURE__ */ r(
@@ -407,7 +407,7 @@ const J2 = ({
407
407
  ), t5 = ({
408
408
  width: i = 20,
409
409
  height: e = 20,
410
- color: t = R.GREY_DARK_5,
410
+ color: t = N.GREY_DARK_5,
411
411
  className: s,
412
412
  onClick: n
413
413
  }) => /* @__PURE__ */ r(
@@ -431,7 +431,7 @@ const J2 = ({
431
431
  ), i5 = ({
432
432
  width: i = 20,
433
433
  height: e = 20,
434
- color: t = R.GREY_DARK_5,
434
+ color: t = N.GREY_DARK_5,
435
435
  className: s,
436
436
  onClick: n
437
437
  }) => /* @__PURE__ */ r(
@@ -455,7 +455,7 @@ const J2 = ({
455
455
  ), s5 = ({
456
456
  width: i = 20,
457
457
  height: e = 20,
458
- color: t = R.GREY_DARK_5,
458
+ color: t = N.GREY_DARK_5,
459
459
  className: s,
460
460
  onClick: n
461
461
  }) => /* @__PURE__ */ g(
@@ -516,7 +516,7 @@ const J2 = ({
516
516
  ), n5 = ({
517
517
  width: i = 20,
518
518
  height: e = 20,
519
- color: t = R.GREY_DARK_5,
519
+ color: t = N.GREY_DARK_5,
520
520
  className: s,
521
521
  onClick: n
522
522
  }) => /* @__PURE__ */ g(
@@ -563,7 +563,7 @@ const J2 = ({
563
563
  ), r5 = ({
564
564
  width: i = 20,
565
565
  height: e = 20,
566
- color: t = R.GREY_DARK_5,
566
+ color: t = N.GREY_DARK_5,
567
567
  className: s,
568
568
  onClick: n
569
569
  }) => /* @__PURE__ */ g(
@@ -603,7 +603,7 @@ const J2 = ({
603
603
  ), o5 = ({
604
604
  width: i = 20,
605
605
  height: e = 20,
606
- color: t = R.GREY_DARK_5,
606
+ color: t = N.GREY_DARK_5,
607
607
  className: s,
608
608
  onClick: n
609
609
  }) => /* @__PURE__ */ g(
@@ -643,7 +643,7 @@ const J2 = ({
643
643
  ), a5 = ({
644
644
  width: i = 20,
645
645
  height: e = 20,
646
- color: t = R.GREY_DARK_5,
646
+ color: t = N.GREY_DARK_5,
647
647
  className: s,
648
648
  onClick: n
649
649
  }) => /* @__PURE__ */ g(
@@ -690,7 +690,7 @@ const J2 = ({
690
690
  ), l5 = ({
691
691
  width: i = 20,
692
692
  height: e = 20,
693
- color: t = R.GREY_DARK_5,
693
+ color: t = N.GREY_DARK_5,
694
694
  className: s,
695
695
  onClick: n
696
696
  }) => /* @__PURE__ */ g(
@@ -737,7 +737,7 @@ const J2 = ({
737
737
  ), c5 = ({
738
738
  width: i = 20,
739
739
  height: e = 20,
740
- color: t = R.GREY_DARK_5,
740
+ color: t = N.GREY_DARK_5,
741
741
  className: s,
742
742
  onClick: n
743
743
  }) => /* @__PURE__ */ g(
@@ -784,7 +784,7 @@ const J2 = ({
784
784
  ), h5 = ({
785
785
  width: i = 20,
786
786
  height: e = 20,
787
- color: t = R.GREY_DARK_5,
787
+ color: t = N.GREY_DARK_5,
788
788
  className: s,
789
789
  onClick: n
790
790
  }) => /* @__PURE__ */ g(
@@ -824,7 +824,7 @@ const J2 = ({
824
824
  ), d5 = ({
825
825
  width: i = 20,
826
826
  height: e = 20,
827
- color: t = R.GREY_DARK_5,
827
+ color: t = N.GREY_DARK_5,
828
828
  className: s,
829
829
  onClick: n
830
830
  }) => /* @__PURE__ */ g(
@@ -857,7 +857,7 @@ const J2 = ({
857
857
  ), C5 = ({
858
858
  width: i = 20,
859
859
  height: e = 20,
860
- color: t = R.GREY_DARK_5,
860
+ color: t = N.GREY_DARK_5,
861
861
  className: s,
862
862
  onClick: n
863
863
  }) => /* @__PURE__ */ g(
@@ -890,7 +890,7 @@ const J2 = ({
890
890
  ), u5 = ({
891
891
  width: i = 20,
892
892
  height: e = 20,
893
- color: t = R.GREY_DARK_5,
893
+ color: t = N.GREY_DARK_5,
894
894
  className: s,
895
895
  onClick: n
896
896
  }) => /* @__PURE__ */ g(
@@ -923,7 +923,7 @@ const J2 = ({
923
923
  ), g5 = ({
924
924
  width: i = 20,
925
925
  height: e = 20,
926
- color: t = R.GREY_DARK_5,
926
+ color: t = N.GREY_DARK_5,
927
927
  className: s,
928
928
  onClick: n
929
929
  }) => /* @__PURE__ */ g(
@@ -956,7 +956,7 @@ const J2 = ({
956
956
  ), f5 = ({
957
957
  width: i = 20,
958
958
  height: e = 20,
959
- color: t = R.GREY_DARK_5,
959
+ color: t = N.GREY_DARK_5,
960
960
  className: s,
961
961
  onClick: n
962
962
  }) => /* @__PURE__ */ g(
@@ -996,7 +996,7 @@ const J2 = ({
996
996
  ), p5 = ({
997
997
  width: i = 20,
998
998
  height: e = 20,
999
- color: t = R.GREY_DARK_5,
999
+ color: t = N.GREY_DARK_5,
1000
1000
  className: s,
1001
1001
  onClick: n
1002
1002
  }) => /* @__PURE__ */ g(
@@ -1029,7 +1029,7 @@ const J2 = ({
1029
1029
  ), m5 = ({
1030
1030
  width: i = 20,
1031
1031
  height: e = 20,
1032
- color: t = R.GREY_DARK_5,
1032
+ color: t = N.GREY_DARK_5,
1033
1033
  className: s,
1034
1034
  onClick: n
1035
1035
  }) => /* @__PURE__ */ g(
@@ -1279,7 +1279,7 @@ const J2 = ({
1279
1279
  }
1280
1280
  ), M5 = ({
1281
1281
  className: i,
1282
- color: e = R.GREY_DARK_5,
1282
+ color: e = N.GREY_DARK_5,
1283
1283
  height: t = 20,
1284
1284
  width: s = 20,
1285
1285
  onClick: n
@@ -1312,7 +1312,7 @@ const J2 = ({
1312
1312
  }
1313
1313
  ), b5 = ({
1314
1314
  className: i,
1315
- color: e = R.GREY_DARK_5,
1315
+ color: e = N.GREY_DARK_5,
1316
1316
  height: t = 20,
1317
1317
  width: s = 20,
1318
1318
  onClick: n
@@ -1339,7 +1339,7 @@ const J2 = ({
1339
1339
  }
1340
1340
  ), _5 = ({
1341
1341
  className: i,
1342
- color: e = R.GREY_DARK_5,
1342
+ color: e = N.GREY_DARK_5,
1343
1343
  height: t = 20,
1344
1344
  width: s = 20,
1345
1345
  onClick: n
@@ -1366,7 +1366,7 @@ const J2 = ({
1366
1366
  }
1367
1367
  ), y5 = ({
1368
1368
  className: i,
1369
- color: e = R.GREY_DARK_5,
1369
+ color: e = N.GREY_DARK_5,
1370
1370
  height: t = 5,
1371
1371
  width: s = 10,
1372
1372
  onClick: n
@@ -1390,7 +1390,7 @@ const J2 = ({
1390
1390
  }
1391
1391
  ), H5 = ({
1392
1392
  className: i,
1393
- color: e = R.GREY_DARK_5,
1393
+ color: e = N.GREY_DARK_5,
1394
1394
  height: t = 5,
1395
1395
  width: s = 10,
1396
1396
  onClick: n
@@ -1413,9 +1413,9 @@ const J2 = ({
1413
1413
  }
1414
1414
  )
1415
1415
  }
1416
- ), E5 = ({
1416
+ ), V5 = ({
1417
1417
  className: i,
1418
- color: e = R.GREY_DARK_5,
1418
+ color: e = N.GREY_DARK_5,
1419
1419
  height: t = 20,
1420
1420
  width: s = 20,
1421
1421
  onClick: n
@@ -1446,9 +1446,9 @@ const J2 = ({
1446
1446
  )
1447
1447
  ]
1448
1448
  }
1449
- ), V5 = ({
1449
+ ), E5 = ({
1450
1450
  className: i,
1451
- color: e = R.GREY_DARK_5,
1451
+ color: e = N.GREY_DARK_5,
1452
1452
  height: t = 24,
1453
1453
  width: s = 24,
1454
1454
  onClick: n
@@ -1487,7 +1487,7 @@ const J2 = ({
1487
1487
  }
1488
1488
  ), I5 = ({
1489
1489
  className: i,
1490
- color: e = R.GREY_DARK_5,
1490
+ color: e = N.GREY_DARK_5,
1491
1491
  height: t = 24,
1492
1492
  width: s = 24,
1493
1493
  onClick: n
@@ -1514,7 +1514,7 @@ const J2 = ({
1514
1514
  }
1515
1515
  ), A5 = ({
1516
1516
  className: i,
1517
- color: e = R.GREY_DARK_5,
1517
+ color: e = N.GREY_DARK_5,
1518
1518
  height: t = 24,
1519
1519
  width: s = 24,
1520
1520
  onClick: n
@@ -1573,7 +1573,7 @@ const J2 = ({
1573
1573
  }
1574
1574
  ), O5 = ({
1575
1575
  className: i,
1576
- color: e = R.GREY_DARK_5,
1576
+ color: e = N.GREY_DARK_5,
1577
1577
  height: t = 24,
1578
1578
  width: s = 24,
1579
1579
  onClick: n
@@ -1610,7 +1610,7 @@ const J2 = ({
1610
1610
  }
1611
1611
  ), S5 = ({
1612
1612
  className: i,
1613
- color: e = R.GREY_DARK_3,
1613
+ color: e = N.GREY_DARK_3,
1614
1614
  height: t = 14,
1615
1615
  width: s = 14,
1616
1616
  onClick: n
@@ -1647,7 +1647,7 @@ const J2 = ({
1647
1647
  }
1648
1648
  ), Z5 = ({
1649
1649
  className: i,
1650
- color: e = R.GREY_DARK_5,
1650
+ color: e = N.GREY_DARK_5,
1651
1651
  height: t = 18,
1652
1652
  onClick: s,
1653
1653
  width: n = 18
@@ -1674,7 +1674,7 @@ const J2 = ({
1674
1674
  }
1675
1675
  ), D5 = ({
1676
1676
  className: i,
1677
- color: e = R.GREY_DARK_5,
1677
+ color: e = N.GREY_DARK_5,
1678
1678
  height: t = 24,
1679
1679
  width: s = 24,
1680
1680
  onClick: n
@@ -1726,7 +1726,7 @@ const J2 = ({
1726
1726
  }
1727
1727
  ), G5 = ({
1728
1728
  className: i,
1729
- color: e = R.GREY_DARK_5,
1729
+ color: e = N.GREY_DARK_5,
1730
1730
  height: t = 24,
1731
1731
  width: s = 24,
1732
1732
  onClick: n
@@ -1763,7 +1763,7 @@ const J2 = ({
1763
1763
  }
1764
1764
  ), T5 = ({
1765
1765
  className: i,
1766
- color: e = R.NOTIFICATION_WARNING_DARK,
1766
+ color: e = N.NOTIFICATION_WARNING_DARK,
1767
1767
  height: t = 37,
1768
1768
  width: s = 36,
1769
1769
  onClick: n
@@ -1802,7 +1802,7 @@ const J2 = ({
1802
1802
  }
1803
1803
  ), K5 = ({
1804
1804
  className: i,
1805
- color: e = R.GREY_DARK_5,
1805
+ color: e = N.GREY_DARK_5,
1806
1806
  height: t = 24,
1807
1807
  width: s = 24,
1808
1808
  onClick: n
@@ -1828,7 +1828,7 @@ const J2 = ({
1828
1828
  }
1829
1829
  ), B5 = ({
1830
1830
  className: i,
1831
- color: e = R.GREY_DARK_5,
1831
+ color: e = N.GREY_DARK_5,
1832
1832
  height: t = 24,
1833
1833
  width: s = 24,
1834
1834
  onClick: n
@@ -1867,7 +1867,7 @@ const J2 = ({
1867
1867
  }
1868
1868
  ), P5 = ({
1869
1869
  className: i,
1870
- color: e = R.GREY_DARK_5,
1870
+ color: e = N.GREY_DARK_5,
1871
1871
  height: t = 20,
1872
1872
  width: s = 20,
1873
1873
  onClick: n
@@ -1898,9 +1898,9 @@ const J2 = ({
1898
1898
  )
1899
1899
  ]
1900
1900
  }
1901
- ), j5 = ({
1901
+ ), Y5 = ({
1902
1902
  className: i,
1903
- color: e = R.GREY_DARK_5,
1903
+ color: e = N.GREY_DARK_5,
1904
1904
  height: t = 24,
1905
1905
  width: s = 24,
1906
1906
  onClick: n
@@ -1967,9 +1967,9 @@ const J2 = ({
1967
1967
  )
1968
1968
  ]
1969
1969
  }
1970
- ), Y5 = ({
1970
+ ), j5 = ({
1971
1971
  className: i,
1972
- color: e = R.GREY_DARK_5,
1972
+ color: e = N.GREY_DARK_5,
1973
1973
  height: t = 24,
1974
1974
  width: s = 24,
1975
1975
  onClick: n
@@ -2026,7 +2026,7 @@ const J2 = ({
2026
2026
  }
2027
2027
  ), $5 = ({
2028
2028
  className: i,
2029
- color: e = R.GREY_DARK_5,
2029
+ color: e = N.GREY_DARK_5,
2030
2030
  height: t = 24,
2031
2031
  width: s = 24,
2032
2032
  onClick: n
@@ -2075,7 +2075,7 @@ const J2 = ({
2075
2075
  }
2076
2076
  ), F5 = ({
2077
2077
  className: i,
2078
- color: e = R.GREY_DARK_5,
2078
+ color: e = N.GREY_DARK_5,
2079
2079
  height: t = 24,
2080
2080
  width: s = 24,
2081
2081
  onClick: n
@@ -2102,7 +2102,7 @@ const J2 = ({
2102
2102
  }
2103
2103
  ), W5 = ({
2104
2104
  className: i,
2105
- color: e = R.GREY_DARK_5,
2105
+ color: e = N.GREY_DARK_5,
2106
2106
  height: t = 20,
2107
2107
  width: s = 20,
2108
2108
  onClick: n
@@ -2117,7 +2117,7 @@ const J2 = ({
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: R.GREY_LIGHT_2 }),
2120
+ /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: N.GREY_LIGHT_2 }),
2121
2121
  /* @__PURE__ */ r(
2122
2122
  "path",
2123
2123
  {
@@ -2196,55 +2196,23 @@ const J2 = ({
2196
2196
  ), J5 = ({
2197
2197
  width: i = 20,
2198
2198
  height: e = 20,
2199
- color: t = "#001E52",
2199
+ color: t = N.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 J2 = ({
2283
2251
  ]
2284
2252
  }
2285
2253
  ), Q5 = ({
2286
- width: i = 24,
2287
- height: e = 24,
2288
- color: t = R.GREY_DARK_2,
2254
+ width: i = 20,
2255
+ height: e = 20,
2256
+ color: t = N.GREY_DARK_5,
2289
2257
  className: s,
2290
2258
  onClick: n
2291
2259
  }) => /* @__PURE__ */ g(
@@ -2293,30 +2261,24 @@ const J2 = ({
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 J2 = ({
2324
2286
  ), X5 = ({
2325
2287
  width: i = 24,
2326
2288
  height: e = 24,
2327
- color: t = R.GREY_DARK_2,
2289
+ color: t = N.GREY_DARK_2,
2328
2290
  className: s,
2329
2291
  onClick: n
2330
2292
  }) => /* @__PURE__ */ g(
@@ -2364,7 +2326,7 @@ const J2 = ({
2364
2326
  ), ee = ({
2365
2327
  width: i = 24,
2366
2328
  height: e = 24,
2367
- color: t = R.GREY_DARK_2,
2329
+ color: t = N.GREY_DARK_2,
2368
2330
  className: s,
2369
2331
  onClick: n
2370
2332
  }) => /* @__PURE__ */ r(
@@ -2391,7 +2353,7 @@ const J2 = ({
2391
2353
  ), te = ({
2392
2354
  width: i = 24,
2393
2355
  height: e = 24,
2394
- color: t = R.GREY_DARK_2,
2356
+ color: t = N.GREY_DARK_2,
2395
2357
  className: s,
2396
2358
  onClick: n
2397
2359
  }) => /* @__PURE__ */ r(
@@ -2415,32 +2377,6 @@ const J2 = ({
2415
2377
  }
2416
2378
  )
2417
2379
  }
2418
- ), ie = ({
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
  ), u1 = ({
2445
2381
  name: i,
2446
2382
  width: e,
@@ -2450,7 +2386,7 @@ const J2 = ({
2450
2386
  disabled: o = !1,
2451
2387
  onClick: h
2452
2388
  }) => {
2453
- const [a, C] = O(n), { theme: d } = r1(l2), l = o ? d && d === "dark" ? R.GREY_LIGHT_4 : R.GREY_DARK_1 : s, c = o ? void 0 : h;
2389
+ const [a, C] = O(n), { theme: d } = r1(l2), l = o ? d && d === "dark" ? N.GREY_LIGHT_4 : N.GREY_DARK_1 : s, c = o ? void 0 : h;
2454
2390
  return Z(() => {
2455
2391
  if (n) {
2456
2392
  c && !o && C(`${n} clickable`);
@@ -2519,7 +2455,6 @@ const J2 = ({
2519
2455
  return p5({ width: e, height: t, color: l, className: a, onClick: c });
2520
2456
  case "cancelCircle":
2521
2457
  return m5({ width: e, height: t, color: l, className: a, onClick: c });
2522
- case "infoMedium":
2523
2458
  case "visibilityIcon":
2524
2459
  return w5({
2525
2460
  width: e,
@@ -2571,13 +2506,13 @@ const J2 = ({
2571
2506
  case "arrowDownFilled":
2572
2507
  return y5({ width: e, height: t, color: l, className: a, onClick: c });
2573
2508
  case "link":
2574
- return E5({ width: e, height: t, color: l, className: a, onClick: c });
2509
+ return V5({ width: e, height: t, color: l, className: a, onClick: c });
2575
2510
  case "telegram":
2576
2511
  return I5({ width: e, height: t, color: l, className: a, onClick: c });
2577
2512
  case "mail":
2578
2513
  return O5({ width: e, height: t, color: l, className: a, onClick: c });
2579
2514
  case "github":
2580
- return V5({ width: e, height: t, color: l, className: a, onClick: c });
2515
+ return E5({ width: e, height: t, color: l, className: a, onClick: c });
2581
2516
  case "linkedIn":
2582
2517
  return A5({ width: e, height: t, color: l, className: a, onClick: c });
2583
2518
  case "emptyStateIcon":
@@ -2597,9 +2532,9 @@ const J2 = ({
2597
2532
  case "copy":
2598
2533
  return P5({ width: e, height: t, color: l, className: a, onClick: c });
2599
2534
  case "contract":
2600
- return j5({ width: e, height: t, color: l, className: a, onClick: c });
2601
- case "resourceManager":
2602
2535
  return Y5({ width: e, height: t, color: l, className: a, onClick: c });
2536
+ case "resourceManager":
2537
+ return j5({ width: e, height: t, color: l, className: a, onClick: c });
2603
2538
  case "image":
2604
2539
  return $5({ width: e, height: t, color: l, className: a, onClick: c });
2605
2540
  case "edit":
@@ -2612,12 +2547,10 @@ const J2 = ({
2612
2547
  return z5({ width: e, height: t, color: l, className: a, onClick: c });
2613
2548
  case "projects":
2614
2549
  return J5({ width: e, height: t, color: l, className: a, onClick: c });
2615
- case "profile":
2616
- return ie({ width: e, height: t, color: l, className: a, onClick: c });
2550
+ case "user":
2551
+ return Q5({ width: e, height: t, color: l, className: a, onClick: c });
2617
2552
  case "exit":
2618
2553
  return q5({ width: e, height: t, color: l, className: a, onClick: c });
2619
- case "client":
2620
- return Q5({ width: e, height: t, color: l, className: a, onClick: c });
2621
2554
  case "openPointCircle":
2622
2555
  return X5({ width: e, height: t, color: l, className: a, onClick: c });
2623
2556
  case "community":
@@ -2628,12 +2561,12 @@ const J2 = ({
2628
2561
  return /* @__PURE__ */ r(i1, { children: "No Icon provided" });
2629
2562
  }
2630
2563
  })() });
2631
- }, { Title: se, Text: ne } = r2, re = {
2564
+ }, { Title: ie, Text: se } = r2, ne = {
2632
2565
  h1: 1,
2633
2566
  h2: 2,
2634
2567
  h3: 3,
2635
2568
  h4: 4
2636
- }, oe = L1(
2569
+ }, re = L1(
2637
2570
  ({
2638
2571
  align: i = "inherit",
2639
2572
  variant: e = "body1",
@@ -2675,16 +2608,16 @@ const J2 = ({
2675
2608
  }
2676
2609
  } : void 0
2677
2610
  };
2678
- return u ? /* @__PURE__ */ r(se, { level: re[e], ...w, children: s }) : /* @__PURE__ */ r(ne, { ...w, children: s });
2611
+ return u ? /* @__PURE__ */ r(ie, { level: ne[e], ...w, children: s }) : /* @__PURE__ */ r(se, { ...w, children: s });
2679
2612
  }
2680
2613
  );
2681
- var x = /* @__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))(x || {});
2614
+ var R = /* @__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))(R || {});
2682
2615
  const c2 = d1({
2683
2616
  locale: "en",
2684
2617
  theme: "light"
2685
2618
  });
2686
2619
  c2.Provider;
2687
- const ae = ({
2620
+ const oe = ({
2688
2621
  width: i = 20,
2689
2622
  height: e = 20,
2690
2623
  color: t = "#001E52",
@@ -2711,10 +2644,10 @@ const ae = ({
2711
2644
  }
2712
2645
  )
2713
2646
  }
2714
- ), le = ({
2647
+ ), ae = ({
2715
2648
  width: i = 20,
2716
2649
  height: e = 20,
2717
- color: t = x.GREY_DARK_5,
2650
+ color: t = R.GREY_DARK_5,
2718
2651
  className: s,
2719
2652
  onClick: n
2720
2653
  }) => /* @__PURE__ */ g(
@@ -2751,7 +2684,7 @@ const ae = ({
2751
2684
  )
2752
2685
  ]
2753
2686
  }
2754
- ), ce = ({
2687
+ ), le = ({
2755
2688
  width: i = 20,
2756
2689
  height: e = 20,
2757
2690
  color: t = "#001E52",
@@ -2786,10 +2719,10 @@ const ae = ({
2786
2719
  )
2787
2720
  ]
2788
2721
  }
2789
- ), he = ({
2722
+ ), ce = ({
2790
2723
  width: i = 20,
2791
2724
  height: e = 20,
2792
- color: t = x.GREY_DARK_5,
2725
+ color: t = R.GREY_DARK_5,
2793
2726
  className: s,
2794
2727
  onClick: n
2795
2728
  }) => /* @__PURE__ */ g(
@@ -2833,10 +2766,10 @@ const ae = ({
2833
2766
  )
2834
2767
  ]
2835
2768
  }
2836
- ), de = ({
2769
+ ), he = ({
2837
2770
  width: i = 20,
2838
2771
  height: e = 20,
2839
- color: t = x.GREY_DARK_5,
2772
+ color: t = R.GREY_DARK_5,
2840
2773
  className: s,
2841
2774
  onClick: n
2842
2775
  }) => /* @__PURE__ */ r(
@@ -2857,10 +2790,10 @@ const ae = ({
2857
2790
  }
2858
2791
  )
2859
2792
  }
2860
- ), Ce = ({
2793
+ ), de = ({
2861
2794
  width: i = 20,
2862
2795
  height: e = 20,
2863
- color: t = x.GREY_DARK_5,
2796
+ color: t = R.GREY_DARK_5,
2864
2797
  className: s,
2865
2798
  onClick: n
2866
2799
  }) => /* @__PURE__ */ r(
@@ -2881,10 +2814,10 @@ const ae = ({
2881
2814
  }
2882
2815
  )
2883
2816
  }
2884
- ), ue = ({
2817
+ ), Ce = ({
2885
2818
  width: i = 20,
2886
2819
  height: e = 20,
2887
- color: t = x.GREY_DARK_5,
2820
+ color: t = R.GREY_DARK_5,
2888
2821
  className: s,
2889
2822
  onClick: n
2890
2823
  }) => /* @__PURE__ */ r(
@@ -2905,10 +2838,10 @@ const ae = ({
2905
2838
  }
2906
2839
  )
2907
2840
  }
2908
- ), ge = ({
2841
+ ), ue = ({
2909
2842
  width: i = 20,
2910
2843
  height: e = 20,
2911
- color: t = x.GREY_DARK_5,
2844
+ color: t = R.GREY_DARK_5,
2912
2845
  className: s,
2913
2846
  onClick: n
2914
2847
  }) => /* @__PURE__ */ g(
@@ -2966,10 +2899,10 @@ const ae = ({
2966
2899
  )
2967
2900
  ]
2968
2901
  }
2969
- ), fe = ({
2902
+ ), ge = ({
2970
2903
  width: i = 20,
2971
2904
  height: e = 20,
2972
- color: t = x.GREY_DARK_5,
2905
+ color: t = R.GREY_DARK_5,
2973
2906
  className: s,
2974
2907
  onClick: n
2975
2908
  }) => /* @__PURE__ */ g(
@@ -3013,10 +2946,10 @@ const ae = ({
3013
2946
  )
3014
2947
  ]
3015
2948
  }
3016
- ), pe = ({
2949
+ ), fe = ({
3017
2950
  width: i = 20,
3018
2951
  height: e = 20,
3019
- color: t = x.GREY_DARK_5,
2952
+ color: t = R.GREY_DARK_5,
3020
2953
  className: s,
3021
2954
  onClick: n
3022
2955
  }) => /* @__PURE__ */ g(
@@ -3053,10 +2986,10 @@ const ae = ({
3053
2986
  )
3054
2987
  ]
3055
2988
  }
3056
- ), me = ({
2989
+ ), pe = ({
3057
2990
  width: i = 20,
3058
2991
  height: e = 20,
3059
- color: t = x.GREY_DARK_5,
2992
+ color: t = R.GREY_DARK_5,
3060
2993
  className: s,
3061
2994
  onClick: n
3062
2995
  }) => /* @__PURE__ */ g(
@@ -3093,10 +3026,10 @@ const ae = ({
3093
3026
  )
3094
3027
  ]
3095
3028
  }
3096
- ), we = ({
3029
+ ), me = ({
3097
3030
  width: i = 20,
3098
3031
  height: e = 20,
3099
- color: t = x.GREY_DARK_5,
3032
+ color: t = R.GREY_DARK_5,
3100
3033
  className: s,
3101
3034
  onClick: n
3102
3035
  }) => /* @__PURE__ */ g(
@@ -3140,10 +3073,10 @@ const ae = ({
3140
3073
  )
3141
3074
  ]
3142
3075
  }
3143
- ), Le = ({
3076
+ ), we = ({
3144
3077
  width: i = 20,
3145
3078
  height: e = 20,
3146
- color: t = x.GREY_DARK_5,
3079
+ color: t = R.GREY_DARK_5,
3147
3080
  className: s,
3148
3081
  onClick: n
3149
3082
  }) => /* @__PURE__ */ g(
@@ -3187,10 +3120,10 @@ const ae = ({
3187
3120
  )
3188
3121
  ]
3189
3122
  }
3190
- ), ke = ({
3123
+ ), Le = ({
3191
3124
  width: i = 20,
3192
3125
  height: e = 20,
3193
- color: t = x.GREY_DARK_5,
3126
+ color: t = R.GREY_DARK_5,
3194
3127
  className: s,
3195
3128
  onClick: n
3196
3129
  }) => /* @__PURE__ */ g(
@@ -3234,10 +3167,10 @@ const ae = ({
3234
3167
  )
3235
3168
  ]
3236
3169
  }
3237
- ), ve = ({
3170
+ ), ke = ({
3238
3171
  width: i = 20,
3239
3172
  height: e = 20,
3240
- color: t = x.GREY_DARK_5,
3173
+ color: t = R.GREY_DARK_5,
3241
3174
  className: s,
3242
3175
  onClick: n
3243
3176
  }) => /* @__PURE__ */ g(
@@ -3274,10 +3207,10 @@ const ae = ({
3274
3207
  )
3275
3208
  ]
3276
3209
  }
3277
- ), Ne = ({
3210
+ ), ve = ({
3278
3211
  width: i = 20,
3279
3212
  height: e = 20,
3280
- color: t = x.GREY_DARK_5,
3213
+ color: t = R.GREY_DARK_5,
3281
3214
  className: s,
3282
3215
  onClick: n
3283
3216
  }) => /* @__PURE__ */ g(
@@ -3307,10 +3240,10 @@ const ae = ({
3307
3240
  )
3308
3241
  ]
3309
3242
  }
3310
- ), Re = ({
3243
+ ), Ne = ({
3311
3244
  width: i = 20,
3312
3245
  height: e = 20,
3313
- color: t = x.GREY_DARK_5,
3246
+ color: t = R.GREY_DARK_5,
3314
3247
  className: s,
3315
3248
  onClick: n
3316
3249
  }) => /* @__PURE__ */ g(
@@ -3340,10 +3273,10 @@ const ae = ({
3340
3273
  )
3341
3274
  ]
3342
3275
  }
3343
- ), xe = ({
3276
+ ), Re = ({
3344
3277
  width: i = 20,
3345
3278
  height: e = 20,
3346
- color: t = x.GREY_DARK_5,
3279
+ color: t = R.GREY_DARK_5,
3347
3280
  className: s,
3348
3281
  onClick: n
3349
3282
  }) => /* @__PURE__ */ g(
@@ -3373,10 +3306,10 @@ const ae = ({
3373
3306
  )
3374
3307
  ]
3375
3308
  }
3376
- ), Me = ({
3309
+ ), xe = ({
3377
3310
  width: i = 20,
3378
3311
  height: e = 20,
3379
- color: t = x.GREY_DARK_5,
3312
+ color: t = R.GREY_DARK_5,
3380
3313
  className: s,
3381
3314
  onClick: n
3382
3315
  }) => /* @__PURE__ */ g(
@@ -3406,10 +3339,10 @@ const ae = ({
3406
3339
  )
3407
3340
  ]
3408
3341
  }
3409
- ), be = ({
3342
+ ), Me = ({
3410
3343
  width: i = 20,
3411
3344
  height: e = 20,
3412
- color: t = x.GREY_DARK_5,
3345
+ color: t = R.GREY_DARK_5,
3413
3346
  className: s,
3414
3347
  onClick: n
3415
3348
  }) => /* @__PURE__ */ g(
@@ -3446,10 +3379,10 @@ const ae = ({
3446
3379
  )
3447
3380
  ]
3448
3381
  }
3449
- ), _e = ({
3382
+ ), be = ({
3450
3383
  width: i = 20,
3451
3384
  height: e = 20,
3452
- color: t = x.GREY_DARK_5,
3385
+ color: t = R.GREY_DARK_5,
3453
3386
  className: s,
3454
3387
  onClick: n
3455
3388
  }) => /* @__PURE__ */ g(
@@ -3479,10 +3412,10 @@ const ae = ({
3479
3412
  )
3480
3413
  ]
3481
3414
  }
3482
- ), ye = ({
3415
+ ), _e = ({
3483
3416
  width: i = 20,
3484
3417
  height: e = 20,
3485
- color: t = x.GREY_DARK_5,
3418
+ color: t = R.GREY_DARK_5,
3486
3419
  className: s,
3487
3420
  onClick: n
3488
3421
  }) => /* @__PURE__ */ g(
@@ -3512,7 +3445,7 @@ const ae = ({
3512
3445
  )
3513
3446
  ]
3514
3447
  }
3515
- ), He = ({
3448
+ ), ye = ({
3516
3449
  width: i = 20,
3517
3450
  height: e = 20,
3518
3451
  color: t = "#070739",
@@ -3542,7 +3475,7 @@ const ae = ({
3542
3475
  /* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
3543
3476
  ]
3544
3477
  }
3545
- ), Ee = ({
3478
+ ), He = ({
3546
3479
  width: i = 20,
3547
3480
  height: e = 20,
3548
3481
  color: t = "#070739",
@@ -3606,7 +3539,7 @@ const ae = ({
3606
3539
  }
3607
3540
  )
3608
3541
  }
3609
- ), Ie = ({
3542
+ ), Ee = ({
3610
3543
  width: i = 20,
3611
3544
  height: e = 20,
3612
3545
  color: t = "#F2F2F7",
@@ -3635,7 +3568,7 @@ const ae = ({
3635
3568
  )
3636
3569
  ]
3637
3570
  }
3638
- ), Ae = ({
3571
+ ), Ie = ({
3639
3572
  width: i = 20,
3640
3573
  height: e = 20,
3641
3574
  color: t = "#004ED7",
@@ -3664,7 +3597,7 @@ const ae = ({
3664
3597
  )
3665
3598
  ]
3666
3599
  }
3667
- ), Oe = ({
3600
+ ), Ae = ({
3668
3601
  width: i = 10,
3669
3602
  height: e = 10,
3670
3603
  color: t = "#001E52",
@@ -3693,7 +3626,7 @@ const ae = ({
3693
3626
  )
3694
3627
  ]
3695
3628
  }
3696
- ), Se = ({
3629
+ ), Oe = ({
3697
3630
  width: i = 10,
3698
3631
  height: e = 10,
3699
3632
  color: t = "#001E52",
@@ -3730,9 +3663,9 @@ const ae = ({
3730
3663
  )
3731
3664
  ]
3732
3665
  }
3733
- ), Ze = ({
3666
+ ), Se = ({
3734
3667
  className: i,
3735
- color: e = x.GREY_DARK_5,
3668
+ color: e = R.GREY_DARK_5,
3736
3669
  height: t = 20,
3737
3670
  width: s = 20,
3738
3671
  onClick: n
@@ -3763,9 +3696,9 @@ const ae = ({
3763
3696
  )
3764
3697
  ]
3765
3698
  }
3766
- ), De = ({
3699
+ ), Ze = ({
3767
3700
  className: i,
3768
- color: e = x.GREY_DARK_5,
3701
+ color: e = R.GREY_DARK_5,
3769
3702
  height: t = 20,
3770
3703
  width: s = 20,
3771
3704
  onClick: n
@@ -3790,9 +3723,9 @@ const ae = ({
3790
3723
  }
3791
3724
  )
3792
3725
  }
3793
- ), Ge = ({
3726
+ ), De = ({
3794
3727
  className: i,
3795
- color: e = x.GREY_DARK_5,
3728
+ color: e = R.GREY_DARK_5,
3796
3729
  height: t = 20,
3797
3730
  width: s = 20,
3798
3731
  onClick: n
@@ -3817,9 +3750,9 @@ const ae = ({
3817
3750
  }
3818
3751
  )
3819
3752
  }
3820
- ), Te = ({
3753
+ ), Ge = ({
3821
3754
  className: i,
3822
- color: e = x.GREY_DARK_5,
3755
+ color: e = R.GREY_DARK_5,
3823
3756
  height: t = 5,
3824
3757
  width: s = 10,
3825
3758
  onClick: n
@@ -3841,9 +3774,9 @@ const ae = ({
3841
3774
  }
3842
3775
  )
3843
3776
  }
3844
- ), Ke = ({
3777
+ ), Te = ({
3845
3778
  className: i,
3846
- color: e = x.GREY_DARK_5,
3779
+ color: e = R.GREY_DARK_5,
3847
3780
  height: t = 5,
3848
3781
  width: s = 10,
3849
3782
  onClick: n
@@ -3866,9 +3799,9 @@ const ae = ({
3866
3799
  }
3867
3800
  )
3868
3801
  }
3869
- ), Be = ({
3802
+ ), Ke = ({
3870
3803
  className: i,
3871
- color: e = x.GREY_DARK_5,
3804
+ color: e = R.GREY_DARK_5,
3872
3805
  height: t = 20,
3873
3806
  width: s = 20,
3874
3807
  onClick: n
@@ -3899,9 +3832,9 @@ const ae = ({
3899
3832
  )
3900
3833
  ]
3901
3834
  }
3902
- ), Pe = ({
3835
+ ), Be = ({
3903
3836
  className: i,
3904
- color: e = x.GREY_DARK_5,
3837
+ color: e = R.GREY_DARK_5,
3905
3838
  height: t = 24,
3906
3839
  width: s = 24,
3907
3840
  onClick: n
@@ -3938,9 +3871,9 @@ const ae = ({
3938
3871
  )
3939
3872
  ]
3940
3873
  }
3941
- ), je = ({
3874
+ ), Pe = ({
3942
3875
  className: i,
3943
- color: e = x.GREY_DARK_5,
3876
+ color: e = R.GREY_DARK_5,
3944
3877
  height: t = 24,
3945
3878
  width: s = 24,
3946
3879
  onClick: n
@@ -3967,7 +3900,7 @@ const ae = ({
3967
3900
  }
3968
3901
  ), Ye = ({
3969
3902
  className: i,
3970
- color: e = x.GREY_DARK_5,
3903
+ color: e = R.GREY_DARK_5,
3971
3904
  height: t = 24,
3972
3905
  width: s = 24,
3973
3906
  onClick: n
@@ -4024,9 +3957,9 @@ const ae = ({
4024
3957
  )
4025
3958
  ]
4026
3959
  }
4027
- ), $e = ({
3960
+ ), je = ({
4028
3961
  className: i,
4029
- color: e = x.GREY_DARK_5,
3962
+ color: e = R.GREY_DARK_5,
4030
3963
  height: t = 24,
4031
3964
  width: s = 24,
4032
3965
  onClick: n
@@ -4061,9 +3994,9 @@ const ae = ({
4061
3994
  )
4062
3995
  ]
4063
3996
  }
4064
- ), Fe = ({
3997
+ ), $e = ({
4065
3998
  className: i,
4066
- color: e = x.GREY_DARK_3,
3999
+ color: e = R.GREY_DARK_3,
4067
4000
  height: t = 14,
4068
4001
  width: s = 14,
4069
4002
  onClick: n
@@ -4098,9 +4031,9 @@ const ae = ({
4098
4031
  )
4099
4032
  ]
4100
4033
  }
4101
- ), We = ({
4034
+ ), Fe = ({
4102
4035
  className: i,
4103
- color: e = x.GREY_DARK_5,
4036
+ color: e = R.GREY_DARK_5,
4104
4037
  height: t = 18,
4105
4038
  onClick: s,
4106
4039
  width: n = 18
@@ -4125,9 +4058,9 @@ const ae = ({
4125
4058
  }
4126
4059
  )
4127
4060
  }
4128
- ), Ue = ({
4061
+ ), We = ({
4129
4062
  className: i,
4130
- color: e = x.GREY_DARK_5,
4063
+ color: e = R.GREY_DARK_5,
4131
4064
  height: t = 24,
4132
4065
  width: s = 24,
4133
4066
  onClick: n
@@ -4177,9 +4110,9 @@ const ae = ({
4177
4110
  )
4178
4111
  ]
4179
4112
  }
4180
- ), ze = ({
4113
+ ), Ue = ({
4181
4114
  className: i,
4182
- color: e = x.GREY_DARK_5,
4115
+ color: e = R.GREY_DARK_5,
4183
4116
  height: t = 24,
4184
4117
  width: s = 24,
4185
4118
  onClick: n
@@ -4214,9 +4147,9 @@ const ae = ({
4214
4147
  )
4215
4148
  ]
4216
4149
  }
4217
- ), Je = ({
4150
+ ), ze = ({
4218
4151
  className: i,
4219
- color: e = x.NOTIFICATION_WARNING_DARK,
4152
+ color: e = R.NOTIFICATION_WARNING_DARK,
4220
4153
  height: t = 37,
4221
4154
  width: s = 36,
4222
4155
  onClick: n
@@ -4253,9 +4186,9 @@ const ae = ({
4253
4186
  )
4254
4187
  ]
4255
4188
  }
4256
- ), qe = ({
4189
+ ), Je = ({
4257
4190
  className: i,
4258
- color: e = x.GREY_DARK_5,
4191
+ color: e = R.GREY_DARK_5,
4259
4192
  height: t = 24,
4260
4193
  width: s = 24,
4261
4194
  onClick: n
@@ -4279,9 +4212,9 @@ const ae = ({
4279
4212
  }
4280
4213
  )
4281
4214
  }
4282
- ), Qe = ({
4215
+ ), qe = ({
4283
4216
  className: i,
4284
- color: e = x.GREY_DARK_5,
4217
+ color: e = R.GREY_DARK_5,
4285
4218
  height: t = 24,
4286
4219
  width: s = 24,
4287
4220
  onClick: n
@@ -4318,9 +4251,9 @@ const ae = ({
4318
4251
  )
4319
4252
  ]
4320
4253
  }
4321
- ), Xe = ({
4254
+ ), Qe = ({
4322
4255
  className: i,
4323
- color: e = x.GREY_DARK_5,
4256
+ color: e = R.GREY_DARK_5,
4324
4257
  height: t = 20,
4325
4258
  width: s = 20,
4326
4259
  onClick: n
@@ -4351,9 +4284,9 @@ const ae = ({
4351
4284
  )
4352
4285
  ]
4353
4286
  }
4354
- ), et = ({
4287
+ ), Xe = ({
4355
4288
  className: i,
4356
- color: e = x.GREY_DARK_5,
4289
+ color: e = R.GREY_DARK_5,
4357
4290
  height: t = 24,
4358
4291
  width: s = 24,
4359
4292
  onClick: n
@@ -4420,9 +4353,9 @@ const ae = ({
4420
4353
  )
4421
4354
  ]
4422
4355
  }
4423
- ), tt = ({
4356
+ ), et = ({
4424
4357
  className: i,
4425
- color: e = x.GREY_DARK_5,
4358
+ color: e = R.GREY_DARK_5,
4426
4359
  height: t = 24,
4427
4360
  width: s = 24,
4428
4361
  onClick: n
@@ -4477,9 +4410,9 @@ const ae = ({
4477
4410
  )
4478
4411
  ]
4479
4412
  }
4480
- ), it = ({
4413
+ ), tt = ({
4481
4414
  className: i,
4482
- color: e = x.GREY_DARK_5,
4415
+ color: e = R.GREY_DARK_5,
4483
4416
  height: t = 24,
4484
4417
  width: s = 24,
4485
4418
  onClick: n
@@ -4526,9 +4459,9 @@ const ae = ({
4526
4459
  )
4527
4460
  ]
4528
4461
  }
4529
- ), st = ({
4462
+ ), it = ({
4530
4463
  className: i,
4531
- color: e = x.GREY_DARK_5,
4464
+ color: e = R.GREY_DARK_5,
4532
4465
  height: t = 24,
4533
4466
  width: s = 24,
4534
4467
  onClick: n
@@ -4553,9 +4486,9 @@ const ae = ({
4553
4486
  }
4554
4487
  )
4555
4488
  }
4556
- ), nt = ({
4489
+ ), st = ({
4557
4490
  className: i,
4558
- color: e = x.GREY_DARK_5,
4491
+ color: e = R.GREY_DARK_5,
4559
4492
  height: t = 20,
4560
4493
  width: s = 20,
4561
4494
  onClick: n
@@ -4570,7 +4503,7 @@ const ae = ({
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: x.GREY_LIGHT_2 }),
4506
+ /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: R.GREY_LIGHT_2 }),
4574
4507
  /* @__PURE__ */ r(
4575
4508
  "path",
4576
4509
  {
@@ -4582,7 +4515,7 @@ const ae = ({
4582
4515
  )
4583
4516
  ]
4584
4517
  }
4585
- ), rt = ({
4518
+ ), nt = ({
4586
4519
  className: i,
4587
4520
  color: e = "#001E52",
4588
4521
  height: t = 24,
@@ -4608,7 +4541,7 @@ const ae = ({
4608
4541
  }
4609
4542
  )
4610
4543
  }
4611
- ), ot = ({
4544
+ ), rt = ({
4612
4545
  className: i,
4613
4546
  color: e = "#001E52",
4614
4547
  height: t = 24,
@@ -4646,63 +4579,31 @@ const ae = ({
4646
4579
  )
4647
4580
  ] }) })
4648
4581
  }
4649
- ), at = ({
4582
+ ), ot = ({
4650
4583
  width: i = 20,
4651
4584
  height: e = 20,
4652
- color: t = "#001E52",
4585
+ color: t = R.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
- ), lt = ({
4606
+ ), at = ({
4706
4607
  width: i = 24,
4707
4608
  height: e = 24,
4708
4609
  color: t = "#131314",
@@ -4735,10 +4636,10 @@ const ae = ({
4735
4636
  )
4736
4637
  ]
4737
4638
  }
4738
- ), ct = ({
4739
- width: i = 24,
4740
- height: e = 24,
4741
- color: t = x.GREY_DARK_2,
4639
+ ), lt = ({
4640
+ width: i = 20,
4641
+ height: e = 20,
4642
+ color: t = R.GREY_DARK_5,
4742
4643
  className: s,
4743
4644
  onClick: n
4744
4645
  }) => /* @__PURE__ */ g(
@@ -4746,38 +4647,32 @@ const ae = ({
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
- ), ht = ({
4672
+ ), ct = ({
4778
4673
  width: i = 24,
4779
4674
  height: e = 24,
4780
- color: t = x.GREY_DARK_2,
4675
+ color: t = R.GREY_DARK_2,
4781
4676
  className: s,
4782
4677
  onClick: n
4783
4678
  }) => /* @__PURE__ */ g(
@@ -4814,10 +4709,10 @@ const ae = ({
4814
4709
  )
4815
4710
  ]
4816
4711
  }
4817
- ), dt = ({
4712
+ ), ht = ({
4818
4713
  width: i = 24,
4819
4714
  height: e = 24,
4820
- color: t = x.GREY_DARK_2,
4715
+ color: t = R.GREY_DARK_2,
4821
4716
  className: s,
4822
4717
  onClick: n
4823
4718
  }) => /* @__PURE__ */ r(
@@ -4841,10 +4736,10 @@ const ae = ({
4841
4736
  }
4842
4737
  )
4843
4738
  }
4844
- ), Ct = ({
4739
+ ), dt = ({
4845
4740
  width: i = 24,
4846
4741
  height: e = 24,
4847
- color: t = x.GREY_DARK_2,
4742
+ color: t = R.GREY_DARK_2,
4848
4743
  className: s,
4849
4744
  onClick: n
4850
4745
  }) => /* @__PURE__ */ r(
@@ -4868,33 +4763,7 @@ const ae = ({
4868
4763
  }
4869
4764
  )
4870
4765
  }
4871
- ), ut = ({
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
- ), gt = ({
4766
+ ), Ct = ({
4898
4767
  name: i,
4899
4768
  width: e,
4900
4769
  height: t,
@@ -4903,7 +4772,7 @@ const ae = ({
4903
4772
  disabled: o = !1,
4904
4773
  onClick: h
4905
4774
  }) => {
4906
- const [a, C] = O(n), { theme: d } = r1(c2), l = o ? d && d === "dark" ? x.GREY_LIGHT_4 : x.GREY_DARK_1 : s, c = o ? void 0 : h;
4775
+ const [a, C] = O(n), { theme: d } = r1(c2), l = o ? d && d === "dark" ? R.GREY_LIGHT_4 : R.GREY_DARK_1 : s, c = o ? void 0 : h;
4907
4776
  return Z(() => {
4908
4777
  if (n) {
4909
4778
  c && !o && C(`${n} clickable`);
@@ -4913,35 +4782,35 @@ const ae = ({
4913
4782
  }, [c, n, o]), /* @__PURE__ */ r(i1, { children: (() => {
4914
4783
  switch (i) {
4915
4784
  case "nextIcon":
4916
- return De({ width: e, height: t, color: l, className: a, onClick: c });
4785
+ return Ze({ width: e, height: t, color: l, className: a, onClick: c });
4917
4786
  case "prevIcon":
4918
- return Ge({ width: e, height: t, color: l, className: a, onClick: c });
4787
+ return De({ width: e, height: t, color: l, className: a, onClick: c });
4919
4788
  case "arrowDown":
4920
- return ae({ width: e, height: t, color: l, className: a, onClick: c });
4789
+ return oe({ width: e, height: t, color: l, className: a, onClick: c });
4921
4790
  case "info":
4922
- return le({ width: e, height: t, color: l, className: a, onClick: c });
4791
+ return ae({ width: e, height: t, color: l, className: a, onClick: c });
4923
4792
  case "arrowRight":
4924
- return ce({ width: e, height: t, color: l, className: a, onClick: c });
4793
+ return le({ width: e, height: t, color: l, className: a, onClick: c });
4925
4794
  case "calendar":
4926
- return he({ width: e, height: t, color: l, className: a, onClick: c });
4795
+ return ce({ width: e, height: t, color: l, className: a, onClick: c });
4927
4796
  case "check":
4928
- return de({ width: e, height: t, color: l, className: a, onClick: c });
4797
+ return he({ width: e, height: t, color: l, className: a, onClick: c });
4929
4798
  case "cancel":
4930
- return Ce({ width: e, height: t, color: l, className: a, onClick: c });
4799
+ return de({ width: e, height: t, color: l, className: a, onClick: c });
4931
4800
  case "add":
4932
- return ue({ width: e, height: t, color: l, className: a, onClick: c });
4801
+ return Ce({ width: e, height: t, color: l, className: a, onClick: c });
4933
4802
  case "list":
4934
- return ge({ width: e, height: t, color: l, className: a, onClick: c });
4803
+ return ue({ width: e, height: t, color: l, className: a, onClick: c });
4935
4804
  case "dragAndDrop":
4936
- return fe({ width: e, height: t, color: l, className: a, onClick: c });
4805
+ return ge({ width: e, height: t, color: l, className: a, onClick: c });
4937
4806
  case "filter":
4938
- return pe({ width: e, height: t, color: l, className: a, onClick: c });
4807
+ return fe({ width: e, height: t, color: l, className: a, onClick: c });
4939
4808
  case "attention":
4940
- return me({ width: e, height: t, color: l, className: a, onClick: c });
4809
+ return pe({ width: e, height: t, color: l, className: a, onClick: c });
4941
4810
  case "users":
4942
- return we({ width: e, height: t, color: l, className: a, onClick: c });
4811
+ return me({ width: e, height: t, color: l, className: a, onClick: c });
4943
4812
  case "mySkillsMatrix":
4944
- return Le({
4813
+ return we({
4945
4814
  width: e,
4946
4815
  height: t,
4947
4816
  color: l,
@@ -4949,9 +4818,9 @@ const ae = ({
4949
4818
  onClick: c
4950
4819
  });
4951
4820
  case "skills":
4952
- return ke({ width: e, height: t, color: l, className: a, onClick: c });
4821
+ return Le({ width: e, height: t, color: l, className: a, onClick: c });
4953
4822
  case "skillsMatrices":
4954
- return ve({
4823
+ return ke({
4955
4824
  width: e,
4956
4825
  height: t,
4957
4826
  color: l,
@@ -4959,22 +4828,21 @@ const ae = ({
4959
4828
  onClick: c
4960
4829
  });
4961
4830
  case "history":
4962
- return Ne({ width: e, height: t, color: l, className: a, onClick: c });
4831
+ return ve({ width: e, height: t, color: l, className: a, onClick: c });
4963
4832
  case "logOut":
4964
- return Re({ width: e, height: t, color: l, className: a, onClick: c });
4833
+ return Ne({ width: e, height: t, color: l, className: a, onClick: c });
4965
4834
  case "settings":
4966
- return xe({ width: e, height: t, color: l, className: a, onClick: c });
4835
+ return Re({ width: e, height: t, color: l, className: a, onClick: c });
4967
4836
  case "trash":
4968
- return Me({ width: e, height: t, color: l, className: a, onClick: c });
4837
+ return xe({ width: e, height: t, color: l, className: a, onClick: c });
4969
4838
  case "settings2":
4970
- return be({ width: e, height: t, color: l, className: a, onClick: c });
4839
+ return Me({ width: e, height: t, color: l, className: a, onClick: c });
4971
4840
  case "checkCircle":
4972
- return _e({ width: e, height: t, color: l, className: a, onClick: c });
4841
+ return be({ width: e, height: t, color: l, className: a, onClick: c });
4973
4842
  case "cancelCircle":
4974
- return ye({ width: e, height: t, color: l, className: a, onClick: c });
4975
- case "infoMedium":
4843
+ return _e({ width: e, height: t, color: l, className: a, onClick: c });
4976
4844
  case "visibilityIcon":
4977
- return He({
4845
+ return ye({
4978
4846
  width: e,
4979
4847
  height: t,
4980
4848
  color: l,
@@ -4982,7 +4850,7 @@ const ae = ({
4982
4850
  onClick: c
4983
4851
  });
4984
4852
  case "visibilityOffIcon":
4985
- return Ee({
4853
+ return He({
4986
4854
  width: e,
4987
4855
  height: t,
4988
4856
  color: l,
@@ -4998,7 +4866,7 @@ const ae = ({
4998
4866
  onClick: c
4999
4867
  });
5000
4868
  case "expandArrowIcon":
5001
- return Ie({
4869
+ return Ee({
5002
4870
  width: e,
5003
4871
  height: t,
5004
4872
  color: l,
@@ -5006,7 +4874,7 @@ const ae = ({
5006
4874
  onClick: c
5007
4875
  });
5008
4876
  case "expandActiveArrowIcon":
5009
- return Ae({
4877
+ return Ie({
5010
4878
  width: e,
5011
4879
  height: t,
5012
4880
  color: l,
@@ -5014,80 +4882,78 @@ const ae = ({
5014
4882
  onClick: c
5015
4883
  });
5016
4884
  case "sortUp":
5017
- return Oe({ width: e, height: t, color: l, className: a, onClick: c });
4885
+ return Ae({ width: e, height: t, color: l, className: a, onClick: c });
5018
4886
  case "sortDown":
5019
- return Se({ width: e, height: t, color: l, className: a, onClick: c });
4887
+ return Oe({ width: e, height: t, color: l, className: a, onClick: c });
5020
4888
  case "search":
5021
- return Ze({ width: e, height: t, color: l, className: a, onClick: c });
4889
+ return Se({ width: e, height: t, color: l, className: a, onClick: c });
5022
4890
  case "arrowUpFilled":
5023
- return Ke({ width: e, height: t, color: l, className: a, onClick: c });
5024
- case "arrowDownFilled":
5025
4891
  return Te({ width: e, height: t, color: l, className: a, onClick: c });
4892
+ case "arrowDownFilled":
4893
+ return Ge({ width: e, height: t, color: l, className: a, onClick: c });
5026
4894
  case "link":
5027
- return Be({ width: e, height: t, color: l, className: a, onClick: c });
4895
+ return Ke({ width: e, height: t, color: l, className: a, onClick: c });
5028
4896
  case "telegram":
5029
- return je({ width: e, height: t, color: l, className: a, onClick: c });
4897
+ return Pe({ width: e, height: t, color: l, className: a, onClick: c });
5030
4898
  case "mail":
5031
- return $e({ width: e, height: t, color: l, className: a, onClick: c });
4899
+ return je({ width: e, height: t, color: l, className: a, onClick: c });
5032
4900
  case "github":
5033
- return Pe({ width: e, height: t, color: l, className: a, onClick: c });
4901
+ return Be({ width: e, height: t, color: l, className: a, onClick: c });
5034
4902
  case "linkedIn":
5035
4903
  return Ye({ width: e, height: t, color: l, className: a, onClick: c });
5036
4904
  case "emptyStateIcon":
5037
- return Fe({ width: e, height: t, color: l, className: a, onClick: c });
4905
+ return $e({ width: e, height: t, color: l, className: a, onClick: c });
5038
4906
  case "filtersIcon":
5039
- return We({ width: e, height: t, color: l, className: a, onClick: c });
4907
+ return Fe({ width: e, height: t, color: l, className: a, onClick: c });
5040
4908
  case "dotMenuIcon":
5041
- return Ue({ width: e, height: t, color: l, className: a, onClick: c });
4909
+ return We({ width: e, height: t, color: l, className: a, onClick: c });
5042
4910
  case "plusCircle":
5043
- return ze({ width: e, height: t, color: l, className: a, onClick: c });
4911
+ return Ue({ width: e, height: t, color: l, className: a, onClick: c });
5044
4912
  case "warning":
5045
- return Je({ width: e, height: t, color: l, className: a, onClick: c });
4913
+ return ze({ width: e, height: t, color: l, className: a, onClick: c });
5046
4914
  case "back":
5047
- return qe({ width: e, height: t, color: l, className: a, onClick: c });
4915
+ return Je({ width: e, height: t, color: l, className: a, onClick: c });
5048
4916
  case "bell":
5049
- return Qe({ width: e, height: t, color: l, className: a, onClick: c });
4917
+ return qe({ width: e, height: t, color: l, className: a, onClick: c });
5050
4918
  case "copy":
5051
- return Xe({ width: e, height: t, color: l, className: a, onClick: c });
4919
+ return Qe({ width: e, height: t, color: l, className: a, onClick: c });
5052
4920
  case "contract":
5053
- return et({ width: e, height: t, color: l, className: a, onClick: c });
4921
+ return Xe({ width: e, height: t, color: l, className: a, onClick: c });
5054
4922
  case "resourceManager":
5055
- return tt({ width: e, height: t, color: l, className: a, onClick: c });
4923
+ return et({ width: e, height: t, color: l, className: a, onClick: c });
5056
4924
  case "image":
5057
- return it({ width: e, height: t, color: l, className: a, onClick: c });
4925
+ return tt({ width: e, height: t, color: l, className: a, onClick: c });
5058
4926
  case "edit":
5059
- return st({ width: e, height: t, color: l, className: a, onClick: c });
4927
+ return it({ width: e, height: t, color: l, className: a, onClick: c });
5060
4928
  case "filledArrowRight":
5061
- return nt({ width: e, height: t, color: l, className: a, onClick: c });
4929
+ return st({ width: e, height: t, color: l, className: a, onClick: c });
5062
4930
  case "burgerMenu":
5063
- return rt({ width: e, height: t, color: l, className: a, onClick: c });
4931
+ return nt({ width: e, height: t, color: l, className: a, onClick: c });
5064
4932
  case "refresh":
5065
- return ot({ width: e, height: t, color: l, className: a, onClick: c });
4933
+ return rt({ width: e, height: t, color: l, className: a, onClick: c });
5066
4934
  case "projects":
5067
- return at({ width: e, height: t, color: l, className: a, onClick: c });
5068
- case "profile":
5069
- return ut({ width: e, height: t, color: l, className: a, onClick: c });
5070
- case "exit":
4935
+ return ot({ width: e, height: t, color: l, className: a, onClick: c });
4936
+ case "user":
5071
4937
  return lt({ width: e, height: t, color: l, className: a, onClick: c });
5072
- case "client":
5073
- return ct({ width: e, height: t, color: l, className: a, onClick: c });
4938
+ case "exit":
4939
+ return at({ width: e, height: t, color: l, className: a, onClick: c });
5074
4940
  case "openPointCircle":
5075
- return ht({ width: e, height: t, color: l, className: a, onClick: c });
4941
+ return ct({ width: e, height: t, color: l, className: a, onClick: c });
5076
4942
  case "community":
5077
- return dt({ width: e, height: t, color: l, className: a, onClick: c });
4943
+ return ht({ width: e, height: t, color: l, className: a, onClick: c });
5078
4944
  case "docs":
5079
- return Ct({ width: e, height: t, color: l, className: a, onClick: c });
4945
+ return dt({ width: e, height: t, color: l, className: a, onClick: c });
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 ft = d1({
4952
+ const ut = d1({
5087
4953
  locale: "en",
5088
4954
  theme: "light"
5089
4955
  });
5090
- ft.Provider;
4956
+ ut.Provider;
5091
4957
  const h2 = ({
5092
4958
  children: i,
5093
4959
  width: e,
@@ -5104,7 +4970,7 @@ const h2 = ({
5104
4970
  {
5105
4971
  className: `snmt-tag ${t} ${o ? "disabled" : ""}`,
5106
4972
  closeIcon: /* @__PURE__ */ r(
5107
- gt,
4973
+ Ct,
5108
4974
  {
5109
4975
  name: "cancelCircle",
5110
4976
  color: o ? p1.GREY_DARK_1 : p1.GREY_DARK_2,
@@ -5117,7 +4983,7 @@ const h2 = ({
5117
4983
  style: { width: e ?? "fit-content" },
5118
4984
  closable: n,
5119
4985
  children: typeof i == "string" ? /* @__PURE__ */ r(
5120
- oe,
4986
+ re,
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 h2 = ({
5126
4992
  ) : i
5127
4993
  }
5128
4994
  );
5129
- }, { Title: pt, Text: mt } = r2, wt = {
4995
+ }, { Title: gt, Text: ft } = r2, pt = {
5130
4996
  h1: 1,
5131
4997
  h2: 2,
5132
4998
  h3: 3,
5133
4999
  h4: 4
5134
- }, Lt = L1(
5000
+ }, mt = L1(
5135
5001
  ({
5136
5002
  align: i = "inherit",
5137
5003
  variant: e = "body1",
@@ -5173,9 +5039,9 @@ const h2 = ({
5173
5039
  }
5174
5040
  } : void 0
5175
5041
  };
5176
- return u ? /* @__PURE__ */ r(pt, { level: wt[e], ...w, children: s }) : /* @__PURE__ */ r(mt, { ...w, children: s });
5042
+ return u ? /* @__PURE__ */ r(gt, { level: pt[e], ...w, children: s }) : /* @__PURE__ */ r(ft, { ...w, children: s });
5177
5043
  }
5178
- ), kt = ({
5044
+ ), wt = ({
5179
5045
  children: i,
5180
5046
  content: e,
5181
5047
  isOpen: t,
@@ -5200,18 +5066,18 @@ const h2 = ({
5200
5066
  }
5201
5067
  );
5202
5068
  };
5203
- var vt = { exports: {} };
5069
+ var Lt = { exports: {} };
5204
5070
  (function(i, e) {
5205
5071
  (function(t, s) {
5206
5072
  i.exports = s();
5207
- })(E2, function() {
5073
+ })(V2, function() {
5208
5074
  return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t) {
5209
5075
  var s = ["th", "st", "nd", "rd"], n = t % 100;
5210
5076
  return "[" + t + (s[(n - 20) % 10] || s[n] || s[0]) + "]";
5211
5077
  } };
5212
5078
  });
5213
- })(vt);
5214
- const Nt = ({
5079
+ })(Lt);
5080
+ const kt = ({
5215
5081
  values: i,
5216
5082
  onTagClose: e,
5217
5083
  maxWidth: t,
@@ -5230,7 +5096,7 @@ const Nt = ({
5230
5096
  return ((f = o == null ? void 0 : o.find((v) => v.value === u)) == null ? void 0 : f.label) || ((w = h == null ? void 0 : h.find((v) => v.value === u)) == null ? void 0 : w.label) || u;
5231
5097
  };
5232
5098
  return /* @__PURE__ */ g(
5233
- kt,
5099
+ wt,
5234
5100
  {
5235
5101
  content: (
5236
5102
  // 90: paddings + margins + gaps and so on
@@ -5255,19 +5121,19 @@ const Nt = ({
5255
5121
  ]
5256
5122
  }
5257
5123
  );
5258
- }, Rt = {
5124
+ }, vt = {
5259
5125
  small: 20,
5260
5126
  medium: 28,
5261
5127
  large: 48
5262
5128
  }, P1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
5263
- const t = Rt[i], s = `no-repeat linear-gradient(${e}
5129
+ const t = vt[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
+ }, Y1 = L1(
5271
5137
  ({
5272
5138
  value: i,
5273
5139
  onChange: e,
@@ -5288,75 +5154,75 @@ const Nt = ({
5288
5154
  extraOptions: m,
5289
5155
  dropdownRender: y,
5290
5156
  optionRender: _,
5291
- isLoading: E,
5157
+ isLoading: V,
5292
5158
  readOnly: p,
5293
5159
  error: L
5294
5160
  }, M) => {
5295
- const [k, V] = O(!1), [D, T] = O(!1), [P, Q] = O(!0), [I, j] = O(i), U = W(null);
5161
+ const [k, E] = O(!1), [D, T] = O(!1), [P, Q] = O(!0), [I, Y] = O(i), U = W(null);
5296
5162
  Z(() => {
5297
- j(i);
5163
+ Y(i);
5298
5164
  }, [i]);
5299
- const q = (N) => {
5300
- V(N), u && u(N);
5301
- }, X = (N, H) => {
5165
+ const q = (x) => {
5166
+ E(x), u && u(x);
5167
+ }, X = (x, H) => {
5302
5168
  var S;
5303
- return !!((S = H == null ? void 0 : H.label) != null && S.toString().toLowerCase().includes(N.toLowerCase()));
5169
+ return !!((S = H == null ? void 0 : H.label) != null && S.toString().toLowerCase().includes(x.toLowerCase()));
5304
5170
  }, G = () => {
5305
5171
  T(!0);
5306
5172
  }, $ = () => {
5307
5173
  T(!1);
5308
- }, Y = K(
5309
- (N) => {
5310
- if (j(N), s) {
5311
- const S = N;
5174
+ }, j = K(
5175
+ (x) => {
5176
+ if (Y(x), s) {
5177
+ const S = x;
5312
5178
  e == null || e(S);
5313
5179
  return;
5314
5180
  }
5315
- const H = N;
5181
+ const H = x;
5316
5182
  e == null || e(H);
5317
5183
  },
5318
5184
  [s, e]
5319
5185
  ), e1 = K(() => {
5320
5186
  if (!(p || a)) {
5321
5187
  if (s) {
5322
- Y([]);
5188
+ j([]);
5323
5189
  return;
5324
5190
  }
5325
- Y("");
5191
+ j("");
5326
5192
  }
5327
- }, [a, Y, s, p]), t1 = K(
5328
- (N) => {
5329
- const H = I.filter((S) => S !== N);
5330
- Y(H), j(H);
5193
+ }, [a, j, s, p]), t1 = K(
5194
+ (x) => {
5195
+ const H = I.filter((S) => S !== x);
5196
+ j(H), Y(H);
5331
5197
  },
5332
- [Y, I]
5198
+ [j, I]
5333
5199
  ), C1 = K(
5334
- (N) => (I == null ? void 0 : I.indexOf(N)) === 0 ? (
5200
+ (x) => (I == null ? void 0 : I.indexOf(x)) === 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: P ? t : "" })
5338
5204
  ) : /* @__PURE__ */ r(i1, {}),
5339
5205
  [P, I, t]
5340
- ), k1 = (N) => {
5341
- N.preventDefault(), N.stopPropagation();
5342
- }, v1 = async (N) => {
5343
- const { target: H } = N;
5344
- H.scrollTop + H.offsetHeight >= H.scrollHeight - l && (f == null || f(!0)), w && await w(N);
5206
+ ), k1 = (x) => {
5207
+ x.preventDefault(), x.stopPropagation();
5208
+ }, v1 = async (x) => {
5209
+ const { target: H } = x;
5210
+ H.scrollTop + H.offsetHeight >= H.scrollHeight - l && (f == null || f(!0)), w && await w(x);
5345
5211
  }, o1 = K(
5346
- (N) => {
5212
+ (x) => {
5347
5213
  var H, S;
5348
- return ((H = o.find((a1) => a1.value === N)) == null ? void 0 : H.label) || ((S = m == null ? void 0 : m.find(
5349
- (a1) => a1.value === N
5350
- )) == null ? void 0 : S.label) || N;
5214
+ return ((H = o.find((a1) => a1.value === x)) == null ? void 0 : H.label) || ((S = m == null ? void 0 : m.find(
5215
+ (a1) => a1.value === x
5216
+ )) == null ? void 0 : S.label) || x;
5351
5217
  },
5352
5218
  [m, o]
5353
5219
  ), N1 = K(
5354
- (N) => {
5220
+ (x) => {
5355
5221
  var H;
5356
5222
  return /* @__PURE__ */ r(
5357
- Nt,
5223
+ kt,
5358
5224
  {
5359
- values: N,
5225
+ values: x,
5360
5226
  onTagClose: t1,
5361
5227
  maxWidth: ((H = U.current) == null ? void 0 : H.clientWidth) || 0,
5362
5228
  disabled: a,
@@ -5368,7 +5234,7 @@ const Nt = ({
5368
5234
  },
5369
5235
  [a, m, t1, o, p]
5370
5236
  ), A = K(
5371
- ({ label: N, value: H, mode: S }) => S === "filter" ? C1(H) : /* @__PURE__ */ r("div", { onMouseDown: k1, className: "tag-wrapper", children: /* @__PURE__ */ r(h2, { onClose: () => t1(H), disabled: a, children: typeof N == "object" ? N : o1(H) }) }),
5237
+ ({ label: x, value: H, mode: S }) => S === "filter" ? C1(H) : /* @__PURE__ */ r("div", { onMouseDown: k1, className: "tag-wrapper", children: /* @__PURE__ */ r(h2, { onClose: () => t1(H), disabled: a, children: typeof x == "object" ? x : o1(H) }) }),
5372
5238
  [a, o1, t1, C1]
5373
5239
  ), F = Array.isArray(I) && I.length > 0 || !!I && typeof I == "string" && I.trim() !== "";
5374
5240
  return /* @__PURE__ */ g("div", { className: "snmt-select-container", children: [
@@ -5392,24 +5258,24 @@ const Nt = ({
5392
5258
  onDropdownVisibleChange: q,
5393
5259
  disabled: a,
5394
5260
  value: I || void 0,
5395
- labelRender: (N) => {
5396
- const H = o1(N.value);
5261
+ labelRender: (x) => {
5262
+ const H = o1(x.value);
5397
5263
  return a ? /* @__PURE__ */ r("span", { style: { color: z.GREY_DARK_1 }, children: H }) : H;
5398
5264
  },
5399
5265
  mode: s === "filter" ? "multiple" : s,
5400
- onChange: Y,
5266
+ onChange: j,
5401
5267
  onFocus: G,
5402
5268
  onBlur: $,
5403
- onSearch: (N) => {
5404
- Q(!N), c && c(N);
5269
+ onSearch: (x) => {
5270
+ Q(!x), c && c(x);
5405
5271
  },
5406
5272
  onSelect: () => Q(!0),
5407
5273
  onDeselect: () => Q(!0),
5408
- tagRender: (N) => A({ ...N, mode: s }),
5274
+ tagRender: (x) => A({ ...x, mode: s }),
5409
5275
  maxTagCount: "responsive",
5410
5276
  maxTagPlaceholder: N1,
5411
5277
  onPopupScroll: v1,
5412
- prefix: E && /* @__PURE__ */ r(P1, { size: "small" }),
5278
+ prefix: V && /* @__PURE__ */ r(P1, { size: "small" }),
5413
5279
  suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ g(i1, { children: [
5414
5280
  I && !!I.length && (s || d) && /* @__PURE__ */ r(
5415
5281
  "div",
@@ -5433,30 +5299,30 @@ const Nt = ({
5433
5299
  name: "selectArrowIcon",
5434
5300
  color: a ? z.GREY_DARK_1 : z.GREY_DARK_5,
5435
5301
  className: k ? "select-arrow-rotated" : "select-arrow",
5436
- onClick: () => V(!k)
5302
+ onClick: () => E(!k)
5437
5303
  }
5438
5304
  )
5439
5305
  ] }) }),
5440
5306
  removeIcon: /* @__PURE__ */ r(u1, { name: "cancelCircle", color: z.GREY_DARK_1 }),
5441
5307
  options: o,
5442
- optionRender: (N) => _ ? _(N.data) : /* @__PURE__ */ g(f1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
5308
+ optionRender: (x) => _ ? _(x.data) : /* @__PURE__ */ g(f1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
5443
5309
  /* @__PURE__ */ g(f1, { alignItems: "center", gap: 12, children: [
5444
5310
  s && /* @__PURE__ */ r(
5445
5311
  z2,
5446
5312
  {
5447
- checked: !!(I != null && I.includes(N.value))
5313
+ checked: !!(I != null && I.includes(x.value))
5448
5314
  }
5449
5315
  ),
5450
5316
  /* @__PURE__ */ g(f1, { alignItems: "center", gap: 8, children: [
5451
- N.data.image && /* @__PURE__ */ r(U2, { src: N.data.image, size: 20 }),
5452
- /* @__PURE__ */ r("span", { children: N.label })
5317
+ x.data.image && /* @__PURE__ */ r(U2, { src: x.data.image, size: 20 }),
5318
+ /* @__PURE__ */ r("span", { children: x.label })
5453
5319
  ] })
5454
5320
  ] }),
5455
- !s && I === N.value && /* @__PURE__ */ r(u1, { name: "check", color: z.BLUE_DARK_1 })
5321
+ !s && I === x.value && /* @__PURE__ */ r(u1, { name: "check", color: z.BLUE_DARK_1 })
5456
5322
  ] }),
5457
- dropdownRender: (N) => /* @__PURE__ */ g("div", { className: "dropdown-container", children: [
5458
- /* @__PURE__ */ r("div", { className: "dropdown-menu", children: y ? y(N) : N }),
5459
- E && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(P1, {}) })
5323
+ dropdownRender: (x) => /* @__PURE__ */ g("div", { className: "dropdown-container", children: [
5324
+ /* @__PURE__ */ r("div", { className: "dropdown-menu", children: y ? y(x) : x }),
5325
+ V && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(P1, {}) })
5460
5326
  ] })
5461
5327
  }
5462
5328
  ),
@@ -5464,7 +5330,7 @@ const Nt = ({
5464
5330
  /* @__PURE__ */ r(
5465
5331
  "label",
5466
5332
  {
5467
- className: `${D || F ? "label-floating" : ""} ${a ? "label-disabled" : ""} ${D ? "label-focused" : ""} ${E ? "label-loading" : ""} ${L ? "label-error" : ""}`,
5333
+ className: `${D || F ? "label-floating" : ""} ${a ? "label-disabled" : ""} ${D ? "label-focused" : ""} ${V ? "label-loading" : ""} ${L ? "label-error" : ""}`,
5468
5334
  children: C ? `${t}*` : t
5469
5335
  }
5470
5336
  ),
@@ -5489,12 +5355,12 @@ const Nt = ({
5489
5355
  width: 16
5490
5356
  }
5491
5357
  ),
5492
- typeof L == "string" ? /* @__PURE__ */ r(Lt, { color: z.NOTIFICATION_ERROR_DARK, variant: "body4", children: L }) : L
5358
+ typeof L == "string" ? /* @__PURE__ */ r(mt, { color: z.NOTIFICATION_ERROR_DARK, variant: "body4", children: L }) : L
5493
5359
  ] })
5494
5360
  ] });
5495
5361
  }
5496
5362
  );
5497
- function xt(i, e = 500) {
5363
+ function Nt(i, e = 500) {
5498
5364
  const t = W();
5499
5365
  return Z(() => () => {
5500
5366
  t.current && clearTimeout(t.current);
@@ -5505,15 +5371,15 @@ function xt(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 = W(i);
5510
5376
  return Z(() => {
5511
5377
  e.current = i;
5512
5378
  }, [i]), e.current;
5513
5379
  }
5514
- const E1 = 100, l1 = {
5380
+ const V1 = 100, l1 = {
5515
5381
  offset: 0
5516
- }, Mt = L1(
5382
+ }, Rt = L1(
5517
5383
  ({
5518
5384
  loadOptions: i,
5519
5385
  width: e,
@@ -5534,21 +5400,21 @@ const E1 = 100, l1 = {
5534
5400
  clearable: m = !1,
5535
5401
  required: y = !1,
5536
5402
  error: _
5537
- }, E) => {
5538
- const [p, L] = O(), [M, k] = O(l1), [V, D] = O(!1), [T, P] = O(), [Q, I] = O(!1), [j, U] = O(
5403
+ }, V) => {
5404
+ const [p, L] = O(), [M, k] = O(l1), [E, D] = O(!1), [T, P] = O(), [Q, I] = O(!1), [Y, U] = O(
5539
5405
  c ?? []
5540
- ), q = Y1(M.offset), X = Y1(T), [G, $] = O(!1), Y = W(!1), e1 = K(
5406
+ ), q = j1(M.offset), X = j1(T), [G, $] = O(!1), j = W(!1), e1 = K(
5541
5407
  async ({
5542
- limit: A = E1,
5408
+ limit: A = V1,
5543
5409
  offset: F,
5544
- search: N
5410
+ search: x
5545
5411
  }) => {
5546
5412
  D(!0);
5547
5413
  try {
5548
5414
  const H = await i({
5549
5415
  limit: A,
5550
5416
  offset: F,
5551
- search: N
5417
+ search: x
5552
5418
  });
5553
5419
  L(
5554
5420
  (S) => F === 0 ? H.options : [...S ?? [], ...H.options]
@@ -5563,19 +5429,19 @@ const E1 = 100, l1 = {
5563
5429
  }
5564
5430
  },
5565
5431
  [i]
5566
- ), t1 = xt((A) => {
5432
+ ), t1 = Nt((A) => {
5567
5433
  P(A), A || k(l1);
5568
5434
  }), C1 = K(
5569
5435
  (A) => t1(A),
5570
5436
  [t1]
5571
5437
  ), k1 = K(
5572
5438
  async (A) => {
5573
- V || A && M.count && M.count > ((p == null ? void 0 : p.length) ?? 0) && k((F) => ({
5439
+ E || A && M.count && M.count > ((p == null ? void 0 : p.length) ?? 0) && k((F) => ({
5574
5440
  ...F,
5575
- offset: F.offset + E1
5441
+ offset: F.offset + V1
5576
5442
  }));
5577
5443
  },
5578
- [V, p == null ? void 0 : p.length, M.count]
5444
+ [E, p == null ? void 0 : p.length, M.count]
5579
5445
  ), v1 = K(
5580
5446
  (A) => {
5581
5447
  I(A), !A && T && (P(void 0), k(l1), $(!0)), u == null || u(A);
@@ -5583,13 +5449,13 @@ const E1 = 100, l1 = {
5583
5449
  [u, T]
5584
5450
  );
5585
5451
  Z(() => {
5586
- !Y.current || V || (G || Q && (q !== M.offset || X !== T || !p)) && (e1({ offset: M.offset, limit: E1, search: T }), G && $(!1));
5587
- }, [G, Q, M.offset, T, q, X, p, V]), Z(() => {
5588
- (d || l) && e1(l1), Y.current = !0;
5452
+ !j.current || E || (G || Q && (q !== M.offset || X !== T || !p)) && (e1({ offset: M.offset, limit: V1, search: T }), G && $(!1));
5453
+ }, [G, Q, M.offset, T, q, X, p, E]), Z(() => {
5454
+ (d || l) && e1(l1), j.current = !0;
5589
5455
  }, []), Z(() => {
5590
5456
  c && U((A) => {
5591
5457
  const F = c.filter(
5592
- (N) => !A.some((H) => H.value === N.value)
5458
+ (x) => !A.some((H) => H.value === x.value)
5593
5459
  );
5594
5460
  return [...A, ...F];
5595
5461
  });
@@ -5599,12 +5465,12 @@ const E1 = 100, l1 = {
5599
5465
  t && t(A);
5600
5466
  let F = [];
5601
5467
  if (C ? F = Array.isArray(A) ? A : [] : F = A ? [A] : [], T) {
5602
- const N = F.filter(
5603
- (H) => !(j != null && j.some((S) => S.value === H))
5468
+ const x = F.filter(
5469
+ (H) => !(Y != null && Y.some((S) => S.value === H))
5604
5470
  );
5605
- N.length > 0 && U((H = []) => [
5471
+ x.length > 0 && U((H = []) => [
5606
5472
  ...H,
5607
- ...N.map((S) => {
5473
+ ...x.map((S) => {
5608
5474
  const a1 = p == null ? void 0 : p.find((p2) => p2.value === S);
5609
5475
  return {
5610
5476
  value: S,
@@ -5614,14 +5480,14 @@ const E1 = 100, l1 = {
5614
5480
  ]), P(void 0), k(l1), $(!0);
5615
5481
  }
5616
5482
  },
5617
- [t, T, C, p, j]
5483
+ [t, T, C, p, Y]
5618
5484
  ), N1 = k2(
5619
5485
  () => ({
5620
5486
  id: n,
5621
5487
  width: e,
5622
5488
  options: p || [],
5623
5489
  onChange: o1,
5624
- ref: E,
5490
+ ref: V,
5625
5491
  placeholder: a,
5626
5492
  search: !0,
5627
5493
  value: s,
@@ -5630,8 +5496,8 @@ const E1 = 100, l1 = {
5630
5496
  scrollThresholdValue: h,
5631
5497
  onScrollToEnd: k1,
5632
5498
  disabled: o,
5633
- extraOptions: j,
5634
- isLoading: V,
5499
+ extraOptions: Y,
5500
+ isLoading: E,
5635
5501
  optionRender: f,
5636
5502
  dropdownRender: w,
5637
5503
  readOnly: v,
@@ -5644,7 +5510,7 @@ const E1 = 100, l1 = {
5644
5510
  e,
5645
5511
  p,
5646
5512
  o1,
5647
- E,
5513
+ V,
5648
5514
  a,
5649
5515
  s,
5650
5516
  C1,
@@ -5652,8 +5518,8 @@ const E1 = 100, l1 = {
5652
5518
  h,
5653
5519
  k1,
5654
5520
  o,
5655
- j,
5656
- V,
5521
+ Y,
5522
+ E,
5657
5523
  f,
5658
5524
  w,
5659
5525
  v,
@@ -5662,11 +5528,11 @@ const E1 = 100, l1 = {
5662
5528
  _
5663
5529
  ]
5664
5530
  );
5665
- return y1(E, () => ({
5531
+ return y1(V, () => ({
5666
5532
  refetchOptions: async () => {
5667
5533
  k(l1), P(void 0), $(!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(Y1, { ...N1, value: s, mode: C }) : /* @__PURE__ */ r("div", { className: "snmt-async-select", children: /* @__PURE__ */ r(Y1, { ...N1, value: s }) });
5670
5536
  }
5671
5537
  ), b = (i) => typeof i == "string", g1 = () => {
5672
5538
  let i, e;
@@ -5674,11 +5540,11 @@ const E1 = 100, l1 = {
5674
5540
  i = s, e = n;
5675
5541
  });
5676
5542
  return t.resolve = i, t.reject = e, t;
5677
- }, $1 = (i) => i == null ? "" : "" + i, bt = (i, e, t) => {
5543
+ }, $1 = (i) => i == null ? "" : "" + i, xt = (i, e, t) => {
5678
5544
  i.forEach((s) => {
5679
5545
  e[s] && (t[s] = e[s]);
5680
5546
  });
5681
- }, _t = /###/g, F1 = (i) => i && i.indexOf("###") > -1 ? i.replace(_t, ".") : i, W1 = (i) => !i || b(i), m1 = (i, e, t) => {
5547
+ }, Mt = /###/g, F1 = (i) => i && i.indexOf("###") > -1 ? i.replace(Mt, ".") : i, W1 = (i) => !i || b(i), m1 = (i, e, t) => {
5682
5548
  const s = b(e) ? e.split(".") : e;
5683
5549
  let n = 0;
5684
5550
  for (; n < s.length - 1; ) {
@@ -5703,7 +5569,7 @@ const E1 = 100, l1 = {
5703
5569
  for (; a.obj === void 0 && h.length; )
5704
5570
  o = `${h[h.length - 1]}.${o}`, h = h.slice(0, h.length - 1), a = m1(i, h, Object), a && a.obj && typeof a.obj[`${a.k}.${o}`] < "u" && (a.obj = void 0);
5705
5571
  a.obj[`${a.k}.${o}`] = t;
5706
- }, yt = (i, e, t, s) => {
5572
+ }, bt = (i, e, t, s) => {
5707
5573
  const {
5708
5574
  obj: n,
5709
5575
  k: o
@@ -5716,7 +5582,7 @@ const E1 = 100, l1 = {
5716
5582
  } = m1(i, e);
5717
5583
  if (t)
5718
5584
  return t[s];
5719
- }, Ht = (i, e, t) => {
5585
+ }, _t = (i, e, t) => {
5720
5586
  const s = x1(i, t);
5721
5587
  return s !== void 0 ? s : x1(e, t);
5722
5588
  }, d2 = (i, e, t) => {
@@ -5724,7 +5590,7 @@ const E1 = 100, l1 = {
5724
5590
  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]) : d2(i[s], e[s], t) : i[s] = e[s]);
5725
5591
  return i;
5726
5592
  }, c1 = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
5727
- var Et = {
5593
+ var yt = {
5728
5594
  "&": "&amp;",
5729
5595
  "<": "&lt;",
5730
5596
  ">": "&gt;",
@@ -5732,8 +5598,8 @@ var Et = {
5732
5598
  "'": "&#39;",
5733
5599
  "/": "&#x2F;"
5734
5600
  };
5735
- const Vt = (i) => b(i) ? i.replace(/[&<>"'\/]/g, (e) => Et[e]) : i;
5736
- class It {
5601
+ const Ht = (i) => b(i) ? i.replace(/[&<>"'\/]/g, (e) => yt[e]) : i;
5602
+ class Vt {
5737
5603
  constructor(e) {
5738
5604
  this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
5739
5605
  }
@@ -5745,11 +5611,11 @@ class It {
5745
5611
  return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
5746
5612
  }
5747
5613
  }
5748
- const At = [" ", ",", "?", "!", ";"], Ot = new It(20), St = (i, e, t) => {
5614
+ const Et = [" ", ",", "?", "!", ";"], It = new Vt(20), At = (i, e, t) => {
5749
5615
  e = e || "", t = t || "";
5750
- const s = At.filter((h) => e.indexOf(h) < 0 && t.indexOf(h) < 0);
5616
+ const s = Et.filter((h) => e.indexOf(h) < 0 && t.indexOf(h) < 0);
5751
5617
  if (s.length === 0) return !0;
5752
- const n = Ot.getRegExp(`(${s.map((h) => h === "?" ? "\\?" : h).join("|")})`);
5618
+ const n = It.getRegExp(`(${s.map((h) => h === "?" ? "\\?" : h).join("|")})`);
5753
5619
  let o = !n.test(i);
5754
5620
  if (!o) {
5755
5621
  const h = i.indexOf(t);
@@ -5776,7 +5642,7 @@ const At = [" ", ",", "?", "!", ";"], Ot = new It(20), St = (i, e, t) => {
5776
5642
  n = h;
5777
5643
  }
5778
5644
  return n;
5779
- }, M1 = (i) => i && i.replace("_", "-"), Zt = {
5645
+ }, M1 = (i) => i && i.replace("_", "-"), Ot = {
5780
5646
  type: "logger",
5781
5647
  log(i) {
5782
5648
  this.output("log", i);
@@ -5798,7 +5664,7 @@ class b1 {
5798
5664
  }
5799
5665
  init(e) {
5800
5666
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5801
- this.prefix = t.prefix || "i18next:", this.logger = e || Zt, this.options = t, this.debug = t.debug;
5667
+ this.prefix = t.prefix || "i18next:", this.logger = e || Ot, this.options = t, this.debug = t.debug;
5802
5668
  }
5803
5669
  log() {
5804
5670
  for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
@@ -5958,7 +5824,7 @@ const J1 = {};
5958
5824
  class _1 extends H1 {
5959
5825
  constructor(e) {
5960
5826
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5961
- super(), bt(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = J.create("translator");
5827
+ super(), xt(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = J.create("translator");
5962
5828
  }
5963
5829
  changeLanguage(e) {
5964
5830
  e && (this.language = e);
@@ -5977,7 +5843,7 @@ class _1 extends H1 {
5977
5843
  s === void 0 && (s = ":");
5978
5844
  const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
5979
5845
  let o = t.ns || this.options.defaultNS || [];
5980
- const h = s && e.indexOf(s) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !St(e, s, n);
5846
+ const h = s && e.indexOf(s) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !At(e, s, n);
5981
5847
  if (h && !a) {
5982
5848
  const C = e.match(this.interpolator.nestingRegexp);
5983
5849
  if (C && C.length > 0)
@@ -6025,8 +5891,8 @@ class _1 extends H1 {
6025
5891
  }
6026
5892
  const c = this.resolve(e, t);
6027
5893
  let u = c && c.res;
6028
- const f = c && c.usedKey || h, w = c && c.exactUsedKey || h, v = Object.prototype.toString.apply(u), m = ["[object Number]", "[object Function]", "[object RegExp]"], y = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, _ = !this.i18nFormat || this.i18nFormat.handleAsObject, E = !b(u) && typeof u != "boolean" && typeof u != "number";
6029
- if (_ && u && E && m.indexOf(v) < 0 && !(b(y) && Array.isArray(u))) {
5894
+ const f = c && c.usedKey || h, w = c && c.exactUsedKey || h, v = Object.prototype.toString.apply(u), m = ["[object Number]", "[object Function]", "[object RegExp]"], y = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, _ = !this.i18nFormat || this.i18nFormat.handleAsObject, V = !b(u) && typeof u != "boolean" && typeof u != "number";
5895
+ if (_ && u && V && m.indexOf(v) < 0 && !(b(y) && Array.isArray(u))) {
6030
5896
  if (!t.returnObjects && !this.options.returnObjects) {
6031
5897
  this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
6032
5898
  const p = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(f, u, {
@@ -6039,12 +5905,12 @@ class _1 extends H1 {
6039
5905
  const p = Array.isArray(u), L = p ? [] : {}, M = p ? w : f;
6040
5906
  for (const k in u)
6041
5907
  if (Object.prototype.hasOwnProperty.call(u, k)) {
6042
- const V = `${M}${o}${k}`;
6043
- L[k] = this.translate(V, {
5908
+ const E = `${M}${o}${k}`;
5909
+ L[k] = this.translate(E, {
6044
5910
  ...t,
6045
5911
  joinArrays: !1,
6046
5912
  ns: a
6047
- }), L[k] === V && (L[k] = u[k]);
5913
+ }), L[k] === E && (L[k] = u[k]);
6048
5914
  }
6049
5915
  u = L;
6050
5916
  }
@@ -6052,13 +5918,13 @@ class _1 extends H1 {
6052
5918
  u = u.join(y), u && (u = this.extendTranslation(u, e, t, s));
6053
5919
  else {
6054
5920
  let p = !1, L = !1;
6055
- const M = t.count !== void 0 && !b(t.count), k = _1.hasDefaultValue(t), V = M ? this.pluralResolver.getSuffix(d, t.count, t) : "", D = t.ordinal && M ? this.pluralResolver.getSuffix(d, t.count, {
5921
+ const M = t.count !== void 0 && !b(t.count), k = _1.hasDefaultValue(t), E = M ? this.pluralResolver.getSuffix(d, t.count, t) : "", D = t.ordinal && M ? this.pluralResolver.getSuffix(d, t.count, {
6056
5922
  ordinal: !1
6057
- }) : "", T = M && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), P = T && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${V}`] || t[`defaultValue${D}`] || t.defaultValue;
5923
+ }) : "", T = M && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), P = T && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${E}`] || t[`defaultValue${D}`] || t.defaultValue;
6058
5924
  !this.isValidLookup(u) && k && (p = !0, u = P), this.isValidLookup(u) || (L = !0, u = h);
6059
- const I = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && L ? void 0 : u, j = k && P !== u && this.options.updateMissing;
6060
- if (L || p || j) {
6061
- if (this.logger.log(j ? "updateKey" : "missingKey", d, C, h, j ? P : u), o) {
5925
+ const I = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && L ? void 0 : u, Y = k && P !== u && this.options.updateMissing;
5926
+ if (L || p || Y) {
5927
+ if (this.logger.log(Y ? "updateKey" : "missingKey", d, C, h, Y ? P : u), o) {
6062
5928
  const G = this.resolve(h, {
6063
5929
  ...t,
6064
5930
  keySeparator: !1
@@ -6071,14 +5937,14 @@ class _1 extends H1 {
6071
5937
  for (let G = 0; G < q.length; G++)
6072
5938
  U.push(q[G]);
6073
5939
  else this.options.saveMissingTo === "all" ? U = this.languageUtils.toResolveHierarchy(t.lng || this.language) : U.push(t.lng || this.language);
6074
- const X = (G, $, Y) => {
6075
- const e1 = k && Y !== u ? Y : I;
6076
- this.options.missingKeyHandler ? this.options.missingKeyHandler(G, C, $, e1, j, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(G, C, $, e1, j, t), this.emit("missingKey", G, C, $, u);
5940
+ const X = (G, $, j) => {
5941
+ const e1 = k && j !== u ? j : I;
5942
+ this.options.missingKeyHandler ? this.options.missingKeyHandler(G, C, $, e1, Y, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(G, C, $, e1, Y, t), this.emit("missingKey", G, C, $, u);
6077
5943
  };
6078
5944
  this.options.saveMissing && (this.options.saveMissingPlurals && M ? U.forEach((G) => {
6079
5945
  const $ = this.pluralResolver.getSuffixes(G, t);
6080
- T && t[`defaultValue${this.options.pluralSeparator}zero`] && $.indexOf(`${this.options.pluralSeparator}zero`) < 0 && $.push(`${this.options.pluralSeparator}zero`), $.forEach((Y) => {
6081
- X([G], h + Y, t[`defaultValue${Y}`] || P);
5946
+ T && t[`defaultValue${this.options.pluralSeparator}zero`] && $.indexOf(`${this.options.pluralSeparator}zero`) < 0 && $.push(`${this.options.pluralSeparator}zero`), $.forEach((j) => {
5947
+ X([G], h + j, t[`defaultValue${j}`] || P);
6082
5948
  });
6083
5949
  }) : X(U, h, P));
6084
5950
  }
@@ -6157,9 +6023,9 @@ class _1 extends H1 {
6157
6023
  _.push(k), u && (_.push(k + p), t.ordinal && p.indexOf(M) === 0 && _.push(k + p.replace(M, this.options.pluralSeparator)), f && _.push(k + L));
6158
6024
  }
6159
6025
  }
6160
- let E;
6161
- for (; E = _.pop(); )
6162
- this.isValidLookup(s) || (o = E, s = this.getResource(y, m, E, t));
6026
+ let V;
6027
+ for (; V = _.pop(); )
6028
+ this.isValidLookup(s) || (o = V, s = this.getResource(y, m, V, t));
6163
6029
  }));
6164
6030
  });
6165
6031
  }), {
@@ -6201,7 +6067,7 @@ class _1 extends H1 {
6201
6067
  return !1;
6202
6068
  }
6203
6069
  }
6204
- const V1 = (i) => i.charAt(0).toUpperCase() + i.slice(1);
6070
+ const E1 = (i) => i.charAt(0).toUpperCase() + i.slice(1);
6205
6071
  class q1 {
6206
6072
  constructor(e) {
6207
6073
  this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = J.create("languageUtils");
@@ -6226,7 +6092,7 @@ class q1 {
6226
6092
  }
6227
6093
  const t = ["hans", "hant", "latn", "cyrl", "cans", "mong", "arab"];
6228
6094
  let s = e.split("-");
6229
- return this.options.lowerCaseLng ? s = s.map((n) => n.toLowerCase()) : s.length === 2 ? (s[0] = s[0].toLowerCase(), s[1] = s[1].toUpperCase(), t.indexOf(s[1].toLowerCase()) > -1 && (s[1] = V1(s[1].toLowerCase()))) : s.length === 3 && (s[0] = s[0].toLowerCase(), s[1].length === 2 && (s[1] = s[1].toUpperCase()), s[0] !== "sgn" && s[2].length === 2 && (s[2] = s[2].toUpperCase()), t.indexOf(s[1].toLowerCase()) > -1 && (s[1] = V1(s[1].toLowerCase())), t.indexOf(s[2].toLowerCase()) > -1 && (s[2] = V1(s[2].toLowerCase()))), s.join("-");
6095
+ return this.options.lowerCaseLng ? s = s.map((n) => n.toLowerCase()) : s.length === 2 ? (s[0] = s[0].toLowerCase(), s[1] = s[1].toUpperCase(), t.indexOf(s[1].toLowerCase()) > -1 && (s[1] = E1(s[1].toLowerCase()))) : s.length === 3 && (s[0] = s[0].toLowerCase(), s[1].length === 2 && (s[1] = s[1].toUpperCase()), s[0] !== "sgn" && s[2].length === 2 && (s[2] = s[2].toUpperCase()), t.indexOf(s[1].toLowerCase()) > -1 && (s[1] = E1(s[1].toLowerCase())), t.indexOf(s[2].toLowerCase()) > -1 && (s[2] = E1(s[2].toLowerCase()))), s.join("-");
6230
6096
  }
6231
6097
  return this.options.cleanCode || this.options.lowerCaseLng ? e.toLowerCase() : e;
6232
6098
  }
@@ -6267,7 +6133,7 @@ class q1 {
6267
6133
  }), n;
6268
6134
  }
6269
6135
  }
6270
- let Dt = [{
6136
+ let St = [{
6271
6137
  lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
6272
6138
  nr: [1, 2],
6273
6139
  fc: 1
@@ -6359,7 +6225,7 @@ let Dt = [{
6359
6225
  lngs: ["he", "iw"],
6360
6226
  nr: [1, 2, 20, 21],
6361
6227
  fc: 22
6362
- }], Gt = {
6228
+ }], Zt = {
6363
6229
  1: (i) => +(i > 1),
6364
6230
  2: (i) => +(i != 1),
6365
6231
  3: (i) => 0,
@@ -6383,28 +6249,28 @@ let Dt = [{
6383
6249
  21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
6384
6250
  22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
6385
6251
  };
6386
- const Tt = ["v1", "v2", "v3"], Kt = ["v4"], Q1 = {
6252
+ const Dt = ["v1", "v2", "v3"], Gt = ["v4"], Q1 = {
6387
6253
  zero: 0,
6388
6254
  one: 1,
6389
6255
  two: 2,
6390
6256
  few: 3,
6391
6257
  many: 4,
6392
6258
  other: 5
6393
- }, Bt = () => {
6259
+ }, Tt = () => {
6394
6260
  const i = {};
6395
- return Dt.forEach((e) => {
6261
+ return St.forEach((e) => {
6396
6262
  e.lngs.forEach((t) => {
6397
6263
  i[t] = {
6398
6264
  numbers: e.nr,
6399
- plurals: Gt[e.fc]
6265
+ plurals: Zt[e.fc]
6400
6266
  };
6401
6267
  });
6402
6268
  }), i;
6403
6269
  };
6404
- class Pt {
6270
+ class Kt {
6405
6271
  constructor(e) {
6406
6272
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6407
- this.languageUtils = e, this.options = t, this.logger = J.create("pluralResolver"), (!this.options.compatibilityJSON || Kt.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 = Bt(), this.pluralRulesCache = {};
6273
+ this.languageUtils = e, this.options = t, this.logger = J.create("pluralResolver"), (!this.options.compatibilityJSON || Gt.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 = Tt(), this.pluralRulesCache = {};
6408
6274
  }
6409
6275
  addRule(e, t) {
6410
6276
  this.rules[e] = t;
@@ -6462,14 +6328,14 @@ class Pt {
6462
6328
  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();
6463
6329
  }
6464
6330
  shouldUseIntlApi() {
6465
- return !Tt.includes(this.options.compatibilityJSON);
6331
+ return !Dt.includes(this.options.compatibilityJSON);
6466
6332
  }
6467
6333
  }
6468
6334
  const X1 = function(i, e, t) {
6469
- let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = Ht(i, e, t);
6335
+ let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = _t(i, e, t);
6470
6336
  return !o && n && b(t) && (o = O1(i, t, s), o === void 0 && (o = O1(e, t, s))), o;
6471
6337
  }, I1 = (i) => i.replace(/\$/g, "$$$$");
6472
- class jt {
6338
+ class Bt {
6473
6339
  constructor() {
6474
6340
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6475
6341
  this.logger = J.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
@@ -6498,7 +6364,7 @@ class jt {
6498
6364
  maxReplaces: y,
6499
6365
  alwaysFormat: _
6500
6366
  } = e.interpolation;
6501
- this.escape = t !== void 0 ? t : Vt, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = o ? c1(o) : h || "{{", this.suffix = a ? c1(a) : C || "}}", this.formatSeparator = d || ",", this.unescapePrefix = l ? "" : c || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = u ? c1(u) : f || c1("$t("), this.nestingSuffix = w ? c1(w) : v || c1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = y || 1e3, this.alwaysFormat = _ !== void 0 ? _ : !1, this.resetRegExp();
6367
+ this.escape = t !== void 0 ? t : Ht, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = o ? c1(o) : h || "{{", this.suffix = a ? c1(a) : C || "}}", this.formatSeparator = d || ",", this.unescapePrefix = l ? "" : c || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = u ? c1(u) : f || c1("$t("), this.nestingSuffix = w ? c1(w) : v || c1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = y || 1e3, this.alwaysFormat = _ !== void 0 ? _ : !1, this.resetRegExp();
6502
6368
  }
6503
6369
  reset() {
6504
6370
  this.options && this.init(this.options);
@@ -6593,7 +6459,7 @@ class jt {
6593
6459
  return e;
6594
6460
  }
6595
6461
  }
6596
- const Yt = (i) => {
6462
+ const Pt = (i) => {
6597
6463
  let e = i.toLowerCase().trim();
6598
6464
  const t = {};
6599
6465
  if (i.indexOf("(") > -1) {
@@ -6624,7 +6490,7 @@ const Yt = (i) => {
6624
6490
  return a || (a = i(M1(s), n), e[h] = a), a(t);
6625
6491
  };
6626
6492
  };
6627
- class $t {
6493
+ class Yt {
6628
6494
  constructor() {
6629
6495
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6630
6496
  this.logger = J.create("formatter"), this.options = e, this.formats = {
@@ -6684,7 +6550,7 @@ class $t {
6684
6550
  const {
6685
6551
  formatName: d,
6686
6552
  formatOptions: l
6687
- } = Yt(C);
6553
+ } = Pt(C);
6688
6554
  if (this.formats[d]) {
6689
6555
  let c = a;
6690
6556
  try {
@@ -6704,10 +6570,10 @@ class $t {
6704
6570
  }, e);
6705
6571
  }
6706
6572
  }
6707
- const Ft = (i, e) => {
6573
+ const jt = (i, e) => {
6708
6574
  i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
6709
6575
  };
6710
- class Wt extends H1 {
6576
+ class $t extends H1 {
6711
6577
  constructor(e, t, s) {
6712
6578
  let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6713
6579
  super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger = J.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);
@@ -6740,7 +6606,7 @@ class Wt extends H1 {
6740
6606
  }), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
6741
6607
  const a = {};
6742
6608
  this.queue.forEach((C) => {
6743
- yt(C.loaded, [o], h), Ft(C, e), t && C.errors.push(t), C.pendingCount === 0 && !C.done && (Object.keys(C.loaded).forEach((d) => {
6609
+ bt(C.loaded, [o], h), jt(C, e), t && C.errors.push(t), C.pendingCount === 0 && !C.done && (Object.keys(C.loaded).forEach((d) => {
6744
6610
  a[d] || (a[d] = {});
6745
6611
  const l = C.loaded[d];
6746
6612
  l.length && l.forEach((c) => {
@@ -6899,7 +6765,7 @@ const e2 = () => ({
6899
6765
  skipOnVariables: !0
6900
6766
  }
6901
6767
  }), t2 = (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 = () => {
6902
- }, Ut = (i) => {
6768
+ }, Ft = (i) => {
6903
6769
  Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
6904
6770
  typeof i[t] == "function" && (i[t] = i[t].bind(i));
6905
6771
  });
@@ -6909,7 +6775,7 @@ class w1 extends H1 {
6909
6775
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
6910
6776
  if (super(), this.options = t2(e), this.services = {}, this.logger = J, this.modules = {
6911
6777
  external: []
6912
- }, Ut(this), t && !this.isInitialized && !e.isClone) {
6778
+ }, Ft(this), t && !this.isInitialized && !e.isClone) {
6913
6779
  if (!this.options.initImmediate)
6914
6780
  return this.init(e, t), this;
6915
6781
  setTimeout(() => {
@@ -6934,17 +6800,17 @@ class w1 extends H1 {
6934
6800
  if (!this.options.isClone) {
6935
6801
  this.modules.logger ? J.init(o(this.modules.logger), this.options) : J.init(null, this.options);
6936
6802
  let l;
6937
- this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l = $t);
6803
+ this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l = Yt);
6938
6804
  const c = new q1(this.options);
6939
6805
  this.store = new z1(this.options.resources, this.options);
6940
6806
  const u = this.services;
6941
- u.logger = J, u.resourceStore = this.store, u.languageUtils = c, u.pluralResolver = new Pt(c, {
6807
+ u.logger = J, u.resourceStore = this.store, u.languageUtils = c, u.pluralResolver = new Kt(c, {
6942
6808
  prepend: this.options.pluralSeparator,
6943
6809
  compatibilityJSON: this.options.compatibilityJSON,
6944
6810
  simplifyPluralSuffix: this.options.simplifyPluralSuffix
6945
- }), l && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = o(l), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new jt(this.options), u.utils = {
6811
+ }), l && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = o(l), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new Bt(this.options), u.utils = {
6946
6812
  hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
6947
- }, u.backendConnector = new Wt(o(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(f) {
6813
+ }, u.backendConnector = new $t(o(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(f) {
6948
6814
  for (var w = arguments.length, v = new Array(w > 1 ? w - 1 : 0), m = 1; m < w; m++)
6949
6815
  v[m - 1] = arguments[m];
6950
6816
  e.emit(f, ...v);
@@ -7158,7 +7024,7 @@ B.setDefaultNamespace;
7158
7024
  B.hasLoadedNamespace;
7159
7025
  B.loadNamespaces;
7160
7026
  B.loadLanguages;
7161
- function zt() {
7027
+ function Wt() {
7162
7028
  if (console && console.warn) {
7163
7029
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
7164
7030
  e[t] = arguments[t];
@@ -7169,7 +7035,7 @@ const i2 = {};
7169
7035
  function S1() {
7170
7036
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
7171
7037
  e[t] = arguments[t];
7172
- n1(e[0]) && i2[e[0]] || (n1(e[0]) && (i2[e[0]] = /* @__PURE__ */ new Date()), zt(...e));
7038
+ n1(e[0]) && i2[e[0]] || (n1(e[0]) && (i2[e[0]] = /* @__PURE__ */ new Date()), Wt(...e));
7173
7039
  }
7174
7040
  const u2 = (i, e) => () => {
7175
7041
  if (i.isInitialized)
@@ -7188,7 +7054,7 @@ const u2 = (i, e) => () => {
7188
7054
  n1(t) && (t = [t]), t.forEach((n) => {
7189
7055
  i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
7190
7056
  }), i.loadLanguages(e, u2(i, s));
7191
- }, Jt = function(i, e) {
7057
+ }, Ut = function(i, e) {
7192
7058
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
7193
7059
  const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
7194
7060
  if (s.toLowerCase() === "cimode") return !0;
@@ -7197,15 +7063,15 @@ const u2 = (i, e) => () => {
7197
7063
  return d === -1 || d === 2;
7198
7064
  };
7199
7065
  return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !h(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || h(s, i) && (!n || h(o, i)));
7200
- }, qt = function(i, e) {
7066
+ }, zt = function(i, e) {
7201
7067
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
7202
7068
  return !e.languages || !e.languages.length ? (S1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
7203
7069
  lng: t.lng,
7204
7070
  precheck: (n, o) => {
7205
7071
  if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !o(n.isLanguageChangingTo, i)) return !1;
7206
7072
  }
7207
- }) : Jt(i, e, t);
7208
- }, n1 = (i) => typeof i == "string", Qt = (i) => typeof i == "object" && i !== null, Xt = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, e7 = {
7073
+ }) : Ut(i, e, t);
7074
+ }, n1 = (i) => typeof i == "string", Jt = (i) => typeof i == "object" && i !== null, qt = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Qt = {
7209
7075
  "&amp;": "&",
7210
7076
  "&#38;": "&",
7211
7077
  "&lt;": "<",
@@ -7226,7 +7092,7 @@ const u2 = (i, e) => () => {
7226
7092
  "&#8230;": "…",
7227
7093
  "&#x2F;": "/",
7228
7094
  "&#47;": "/"
7229
- }, t7 = (i) => e7[i], i7 = (i) => i.replace(Xt, t7);
7095
+ }, Xt = (i) => Qt[i], e7 = (i) => i.replace(qt, Xt);
7230
7096
  let Z1 = {
7231
7097
  bindI18n: "languageChanged",
7232
7098
  bindI18nStore: "",
@@ -7235,25 +7101,25 @@ let Z1 = {
7235
7101
  transWrapTextNodes: "",
7236
7102
  transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
7237
7103
  useSuspense: !0,
7238
- unescape: i7
7104
+ unescape: e7
7239
7105
  };
7240
- const s7 = function() {
7106
+ const t7 = function() {
7241
7107
  let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
7242
7108
  Z1 = {
7243
7109
  ...Z1,
7244
7110
  ...i
7245
7111
  };
7246
- }, n7 = () => Z1;
7112
+ }, i7 = () => Z1;
7247
7113
  let g2;
7248
- const r7 = (i) => {
7114
+ const s7 = (i) => {
7249
7115
  g2 = i;
7250
- }, o7 = () => g2, a7 = {
7116
+ }, n7 = () => g2, r7 = {
7251
7117
  type: "3rdParty",
7252
7118
  init(i) {
7253
- s7(i.options.react), r7(i);
7119
+ t7(i.options.react), s7(i);
7254
7120
  }
7255
- }, l7 = d1();
7256
- class c7 {
7121
+ }, o7 = d1();
7122
+ class a7 {
7257
7123
  constructor() {
7258
7124
  G1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
7259
7125
  this.usedNamespaces = {};
@@ -7264,27 +7130,27 @@ class c7 {
7264
7130
  });
7265
7131
  }
7266
7132
  }
7267
- const h7 = (i, e) => {
7133
+ const l7 = (i, e) => {
7268
7134
  const t = W();
7269
7135
  return Z(() => {
7270
7136
  t.current = i;
7271
7137
  }, [i, e]), t.current;
7272
- }, f2 = (i, e, t, s) => i.getFixedT(e, t, s), d7 = (i, e, t, s) => K(f2(i, e, t, s), [i, e, t, s]), C7 = function(i) {
7138
+ }, f2 = (i, e, t, s) => i.getFixedT(e, t, s), c7 = (i, e, t, s) => K(f2(i, e, t, s), [i, e, t, s]), h7 = function(i) {
7273
7139
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
7274
7140
  const {
7275
7141
  i18n: t
7276
7142
  } = e, {
7277
7143
  i18n: s,
7278
7144
  defaultNS: n
7279
- } = r1(l7) || {}, o = t || s || o7();
7280
- if (o && !o.reportNamespaces && (o.reportNamespaces = new c7()), !o) {
7145
+ } = r1(o7) || {}, o = t || s || n7();
7146
+ if (o && !o.reportNamespaces && (o.reportNamespaces = new a7()), !o) {
7281
7147
  S1("You will need to pass in an i18next instance by using initReactI18next");
7282
- const p = (M, k) => n1(k) ? k : Qt(k) && n1(k.defaultValue) ? k.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, L = [p, {}, !1];
7148
+ const p = (M, k) => n1(k) ? k : Jt(k) && n1(k.defaultValue) ? k.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, L = [p, {}, !1];
7283
7149
  return L.t = p, L.i18n = {}, L.ready = !1, L;
7284
7150
  }
7285
7151
  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.");
7286
7152
  const h = {
7287
- ...n7(),
7153
+ ...i7(),
7288
7154
  ...o.options.react,
7289
7155
  ...e
7290
7156
  }, {
@@ -7293,10 +7159,10 @@ const h7 = (i, e) => {
7293
7159
  } = h;
7294
7160
  let d = i;
7295
7161
  d = n1(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
7296
- const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => qt(p, o, h)), c = d7(o, e.lng || null, h.nsMode === "fallback" ? d : d[0], C), u = () => c, f = () => f2(o, e.lng || null, h.nsMode === "fallback" ? d : d[0], C), [w, v] = O(u);
7162
+ const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => zt(p, o, h)), c = c7(o, e.lng || null, h.nsMode === "fallback" ? d : d[0], C), u = () => c, f = () => f2(o, e.lng || null, h.nsMode === "fallback" ? d : d[0], C), [w, v] = O(u);
7297
7163
  let m = d.join();
7298
7164
  e.lng && (m = `${e.lng}${m}`);
7299
- const y = h7(m), _ = W(!0);
7165
+ const y = l7(m), _ = W(!0);
7300
7166
  Z(() => {
7301
7167
  const {
7302
7168
  bindI18n: p,
@@ -7316,61 +7182,61 @@ const h7 = (i, e) => {
7316
7182
  }, [o, m]), Z(() => {
7317
7183
  _.current && l && v(u);
7318
7184
  }, [o, C, l]);
7319
- const E = [w, o, l];
7320
- if (E.t = w, E.i18n = o, E.ready = l, l || !l && !a) return E;
7185
+ const V = [w, o, l];
7186
+ if (V.t = w, V.i18n = o, V.ready = l, l || !l && !a) return V;
7321
7187
  throw new Promise((p) => {
7322
7188
  e.lng ? n2(o, e.lng, d, () => p()) : s2(o, d, () => p());
7323
7189
  });
7324
- }, u7 = "City", g7 = {
7190
+ }, d7 = "City", C7 = {
7191
+ placeholder: d7
7192
+ }, u7 = "Город", g7 = {
7325
7193
  placeholder: u7
7326
- }, f7 = "Город", p7 = {
7327
- placeholder: f7
7328
7194
  };
7329
- function m7(i) {
7195
+ function f7(i) {
7330
7196
  const e = W(i);
7331
7197
  return Z(() => {
7332
7198
  e.current = i;
7333
7199
  }, [i]), e.current;
7334
7200
  }
7335
- B.use(a7).init({
7201
+ B.use(r7).init({
7336
7202
  defaultNS: "common",
7337
7203
  lng: "en",
7338
7204
  resources: {
7339
7205
  en: {
7340
- common: g7
7206
+ common: C7
7341
7207
  },
7342
7208
  ru: {
7343
- common: p7
7209
+ common: g7
7344
7210
  }
7345
7211
  }
7346
7212
  });
7347
- const x7 = L1(
7213
+ const N7 = L1(
7348
7214
  ({ width: i, selectedCountry: e, onChange: t, value: s, id: n, disabled: o, clearable: h }, a) => {
7349
7215
  const [C, d] = O(
7350
7216
  []
7351
- ), [l, c] = O(!1), { locale: u, axiosPeople: f } = r1(L2), w = W(!1), v = W(null), m = W(C), y = m7(e);
7217
+ ), [l, c] = O(!1), { locale: u, axiosPeople: f } = r1(L2), w = W(!1), v = W(null), m = W(C), y = f7(e);
7352
7218
  if (!f)
7353
7219
  throw new Error(
7354
7220
  `CitySelect requires "axiosPeople" to fetch cities.
7355
7221
  Please provide it via SNMTUiContext.`
7356
7222
  );
7357
- const { t: _ } = C7("common", { lng: u }), E = K(
7223
+ const { t: _ } = h7("common", { lng: u }), V = K(
7358
7224
  async (L) => {
7359
7225
  const M = m.current.find((k) => k.value === L);
7360
7226
  if (M)
7361
7227
  return [M];
7362
7228
  try {
7363
- const V = (await f.post("v1/cities/search", {
7229
+ const E = (await f.post("v1/cities/search", {
7364
7230
  filters: {
7365
7231
  geoNameId: [L],
7366
7232
  countryId: [e]
7367
7233
  }
7368
7234
  })).data.data;
7369
- if (!V.length)
7235
+ if (!E.length)
7370
7236
  return t(null), [];
7371
7237
  const D = {
7372
- value: V[0].geoNameId,
7373
- label: V[0].name
7238
+ value: E[0].geoNameId,
7239
+ label: E[0].name
7374
7240
  };
7375
7241
  return m.current = [...m.current, D], [D];
7376
7242
  } catch (k) {
@@ -7382,7 +7248,7 @@ const x7 = L1(
7382
7248
  Z(() => {
7383
7249
  (async () => {
7384
7250
  if (!s) return;
7385
- const M = await E(s);
7251
+ const M = await V(s);
7386
7252
  d(M);
7387
7253
  })();
7388
7254
  }, []), Z(() => {
@@ -7397,13 +7263,13 @@ const x7 = L1(
7397
7263
  }) => {
7398
7264
  try {
7399
7265
  c(!0);
7400
- const V = {
7266
+ const E = {
7401
7267
  offset: M,
7402
7268
  limit: L,
7403
7269
  includeCount: !0
7404
7270
  };
7405
- V.filters = {}, e && e.length > 0 && (V.filters.countryId = [e]), k && (V.search = k);
7406
- const D = await f.post("v1/cities/search", V), T = (D == null ? void 0 : D.data.data) || [], P = D == null ? void 0 : D.data.metadata.count;
7271
+ E.filters = {}, e && e.length > 0 && (E.filters.countryId = [e]), k && (E.search = k);
7272
+ const D = await f.post("v1/cities/search", E), T = (D == null ? void 0 : D.data.data) || [], P = D == null ? void 0 : D.data.metadata.count;
7407
7273
  return {
7408
7274
  options: T.map((I) => ({
7409
7275
  value: I.geoNameId,
@@ -7412,8 +7278,8 @@ const x7 = L1(
7412
7278
  count: P,
7413
7279
  limit: L
7414
7280
  };
7415
- } catch (V) {
7416
- return console.error("CitySelect. loadOptions error", V), {
7281
+ } catch (E) {
7282
+ return console.error("CitySelect. loadOptions error", E), {
7417
7283
  options: [],
7418
7284
  count: 0,
7419
7285
  limit: L
@@ -7425,7 +7291,7 @@ const x7 = L1(
7425
7291
  [f, e]
7426
7292
  );
7427
7293
  return y1(a, () => v.current), /* @__PURE__ */ r("div", { className: "snmt-city-select", children: /* @__PURE__ */ r(
7428
- Mt,
7294
+ Rt,
7429
7295
  {
7430
7296
  id: n,
7431
7297
  width: i,
@@ -7445,5 +7311,5 @@ const x7 = L1(
7445
7311
  }
7446
7312
  );
7447
7313
  export {
7448
- x7 as CitySelect
7314
+ N7 as CitySelect
7449
7315
  };