@snmt-react-ui/async-select 1.3.0 → 1.3.2

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/async-select.js +586 -594
  2. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  import "./index.css";
2
2
  import { jsx as t, jsxs as c, Fragment as W } from "react/jsx-runtime";
3
- import { createContext as O, forwardRef as b, useState as v, useRef as e1, useEffect as R, useContext as q, useCallback as $ } from "react";
4
- import { Select as w1, Flex as k1, Avatar as g1, Checkbox as p1, Typography as o1, Tag as i1, Popover as L1 } from "antd";
3
+ import { createContext as O, forwardRef as b, useState as u, useRef as e1, useEffect as R, useContext as q, useCallback as $ } from "react";
4
+ import { Select as g1, Flex as p1, Avatar as L1, Checkbox as m1, Typography as o1, Tag as i1, Popover as u1 } from "antd";
5
5
  const K = ({
6
6
  children: i,
7
7
  direction: o = "row",
@@ -10,9 +10,9 @@ const K = ({
10
10
  justifyContent: r = "normal",
11
11
  flex: w,
12
12
  gap: g,
13
- padding: s
13
+ padding: n
14
14
  }) => /* @__PURE__ */ t(
15
- k1,
15
+ p1,
16
16
  {
17
17
  className: `snmt-flex${e === "inherit" ? " inherit" : ""}`,
18
18
  vertical: o === "column",
@@ -21,17 +21,18 @@ const K = ({
21
21
  justify: r,
22
22
  flex: w,
23
23
  gap: g,
24
- style: { padding: s },
24
+ style: { padding: n },
25
25
  children: i
26
26
  }
27
- ), m1 = ({ shape: i = "circle", size: o = 32, children: e, ...l }) => {
27
+ ), v1 = ({ shape: i = "circle", size: o = 32, children: e, ...l }) => {
28
28
  const r = typeof l.src == "string";
29
29
  return /* @__PURE__ */ t(
30
- g1,
30
+ L1,
31
31
  {
32
32
  className: `snmt-avatar ${r ? "image" : ""}`,
33
33
  shape: i,
34
34
  size: o,
35
+ style: { minWidth: o, minHeight: o },
35
36
  ...l,
36
37
  children: e
37
38
  }
@@ -43,7 +44,7 @@ const t1 = O({
43
44
  theme: "light"
44
45
  });
45
46
  t1.Provider;
46
- const v1 = ({
47
+ const N1 = ({
47
48
  checked: i = !0,
48
49
  indeterminate: o = !1,
49
50
  children: e,
@@ -51,32 +52,32 @@ const v1 = ({
51
52
  disabled: r = !1,
52
53
  disableUncheck: w = !1
53
54
  }) => {
54
- const [g, s] = v(i), [p, k] = v(o);
55
+ const [g, n] = u(i), [p, k] = u(o);
55
56
  R(() => {
56
- s(i), k(o);
57
+ n(i), k(o);
57
58
  }, [i, o]);
58
- const { theme: n } = q(t1);
59
+ const { theme: s } = q(t1);
59
60
  return /* @__PURE__ */ t(
60
- p1,
61
+ m1,
61
62
  {
62
- className: `snmt-checkbox snmt-checkbox-${n}`,
63
+ className: `snmt-checkbox snmt-checkbox-${s}`,
63
64
  checked: g,
64
65
  indeterminate: p,
65
66
  onChange: (h) => {
66
- w && g || (k(!1), s(h.target.checked), l && l(h));
67
+ w && g || (k(!1), n(h.target.checked), l && l(h));
67
68
  },
68
69
  disabled: r,
69
70
  children: e
70
71
  }
71
72
  );
72
73
  };
73
- var d = /* @__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.PURPLE_LIGHT = "var(--purple-light)", 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))(d || {});
74
+ var a = /* @__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.PURPLE_LIGHT = "var(--purple-light)", 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))(a || {});
74
75
  const l1 = O({
75
76
  locale: "en",
76
77
  theme: "light"
77
78
  });
78
79
  l1.Provider;
79
- const u1 = ({
80
+ const f1 = ({
80
81
  width: i = 20,
81
82
  height: o = 20,
82
83
  color: e = "#001E52",
@@ -103,7 +104,7 @@ const u1 = ({
103
104
  }
104
105
  )
105
106
  }
106
- ), N1 = ({
107
+ ), M1 = ({
107
108
  width: i = 20,
108
109
  height: o = 20,
109
110
  color: e = "#001E52",
@@ -130,7 +131,7 @@ const u1 = ({
130
131
  }
131
132
  )
132
133
  }
133
- ), f1 = ({
134
+ ), x1 = ({
134
135
  width: i = 16,
135
136
  height: o = 16,
136
137
  color: e = "#001E52",
@@ -158,7 +159,7 @@ const u1 = ({
158
159
  )
159
160
  ]
160
161
  }
161
- ), M1 = ({
162
+ ), _1 = ({
162
163
  width: i = 20,
163
164
  height: o = 20,
164
165
  color: e = "#001E52",
@@ -193,7 +194,7 @@ const u1 = ({
193
194
  )
194
195
  ]
195
196
  }
196
- ), x1 = ({
197
+ ), R1 = ({
197
198
  width: i = 18,
198
199
  height: o = 18,
199
200
  color: e = "#001E52",
@@ -232,7 +233,7 @@ const u1 = ({
232
233
  )
233
234
  ]
234
235
  }
235
- ), _1 = ({
236
+ ), H1 = ({
236
237
  width: i = 20,
237
238
  height: o = 20,
238
239
  color: e = "#001E52",
@@ -258,7 +259,7 @@ const u1 = ({
258
259
  }
259
260
  )
260
261
  }
261
- ), R1 = ({
262
+ ), V1 = ({
262
263
  width: i = 20,
263
264
  height: o = 20,
264
265
  color: e = "#001E52",
@@ -279,7 +280,7 @@ const u1 = ({
279
280
  /* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
280
281
  ]
281
282
  }
282
- ), H1 = ({
283
+ ), E1 = ({
283
284
  width: i = 20,
284
285
  height: o = 20,
285
286
  color: e = "#001E52",
@@ -311,7 +312,7 @@ const u1 = ({
311
312
  )
312
313
  ]
313
314
  }
314
- ), V1 = ({
315
+ ), Z1 = ({
315
316
  width: i = 20,
316
317
  height: o = 20,
317
318
  color: e = "#001E52",
@@ -365,7 +366,7 @@ const u1 = ({
365
366
  )
366
367
  ]
367
368
  }
368
- ), E1 = ({
369
+ ), W1 = ({
369
370
  width: i = 20,
370
371
  height: o = 20,
371
372
  color: e = "#001E52",
@@ -404,7 +405,7 @@ const u1 = ({
404
405
  /* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
405
406
  ]
406
407
  }
407
- ), Z1 = ({
408
+ ), I1 = ({
408
409
  width: i = 16,
409
410
  height: o = 12,
410
411
  color: e = "#001E52",
@@ -453,7 +454,7 @@ const u1 = ({
453
454
  )
454
455
  ] })
455
456
  }
456
- ), W1 = ({
457
+ ), B1 = ({
457
458
  width: i = 16,
458
459
  height: o = 16,
459
460
  color: e = "#001E52",
@@ -487,7 +488,7 @@ const u1 = ({
487
488
  )
488
489
  ]
489
490
  }
490
- ), I1 = ({
491
+ ), A1 = ({
491
492
  width: i = 10,
492
493
  height: o = 10,
493
494
  color: e = "#001E52",
@@ -526,7 +527,7 @@ const u1 = ({
526
527
  )
527
528
  ] })
528
529
  }
529
- ), B1 = ({
530
+ ), G1 = ({
530
531
  width: i = 16,
531
532
  height: o = 16,
532
533
  color: e = "#001E52",
@@ -562,7 +563,7 @@ const u1 = ({
562
563
  )
563
564
  ]
564
565
  }
565
- ), A1 = ({
566
+ ), D1 = ({
566
567
  width: i = 11,
567
568
  height: o = 32,
568
569
  color: e = "#001E52",
@@ -600,7 +601,7 @@ const u1 = ({
600
601
  /* @__PURE__ */ t("circle", { cx: "3", cy: "3", r: "3", fill: e })
601
602
  ]
602
603
  }
603
- ), G1 = ({
604
+ ), j1 = ({
604
605
  width: i = 20,
605
606
  height: o = 20,
606
607
  color: e = "#001E52",
@@ -647,7 +648,7 @@ const u1 = ({
647
648
  )
648
649
  ]
649
650
  }
650
- ), D1 = ({
651
+ ), T1 = ({
651
652
  width: i = 20,
652
653
  height: o = 20,
653
654
  color: e = "#001E52",
@@ -680,7 +681,7 @@ const u1 = ({
680
681
  )
681
682
  ]
682
683
  }
683
- ), j1 = ({
684
+ ), y1 = ({
684
685
  width: i = 20,
685
686
  height: o = 20,
686
687
  color: e = "#001E52",
@@ -727,7 +728,7 @@ const u1 = ({
727
728
  )
728
729
  ]
729
730
  }
730
- ), T1 = ({
731
+ ), Y1 = ({
731
732
  width: i = 20,
732
733
  height: o = 20,
733
734
  color: e = "#001E52",
@@ -760,7 +761,7 @@ const u1 = ({
760
761
  )
761
762
  ]
762
763
  }
763
- ), y1 = ({
764
+ ), K1 = ({
764
765
  width: i = 18,
765
766
  height: o = 16,
766
767
  color: e = "#001E52",
@@ -799,7 +800,7 @@ const u1 = ({
799
800
  )
800
801
  ]
801
802
  }
802
- ), Y1 = ({
803
+ ), O1 = ({
803
804
  width: i = 20,
804
805
  height: o = 20,
805
806
  color: e = "#001E52",
@@ -832,7 +833,7 @@ const u1 = ({
832
833
  )
833
834
  ]
834
835
  }
835
- ), K1 = ({
836
+ ), b1 = ({
836
837
  width: i = 20,
837
838
  height: o = 20,
838
839
  color: e = "#001E52",
@@ -856,7 +857,7 @@ const u1 = ({
856
857
  }
857
858
  )
858
859
  }
859
- ), O1 = ({
860
+ ), F1 = ({
860
861
  width: i = 20,
861
862
  height: o = 20,
862
863
  color: e = "#001E52",
@@ -903,7 +904,7 @@ const u1 = ({
903
904
  )
904
905
  ]
905
906
  }
906
- ), b1 = ({
907
+ ), S1 = ({
907
908
  width: i = 20,
908
909
  height: o = 20,
909
910
  color: e = "#001E52",
@@ -936,7 +937,7 @@ const u1 = ({
936
937
  )
937
938
  ]
938
939
  }
939
- ), F1 = ({
940
+ ), U1 = ({
940
941
  width: i = 20,
941
942
  height: o = 20,
942
943
  color: e = "#001E52",
@@ -969,7 +970,7 @@ const u1 = ({
969
970
  )
970
971
  ]
971
972
  }
972
- ), S1 = ({
973
+ ), P1 = ({
973
974
  width: i = 20,
974
975
  height: o = 23,
975
976
  color: e = "#001E52",
@@ -1030,7 +1031,7 @@ const u1 = ({
1030
1031
  )
1031
1032
  ]
1032
1033
  }
1033
- ), U1 = ({
1034
+ ), $1 = ({
1034
1035
  width: i = 20,
1035
1036
  height: o = 20,
1036
1037
  color: e = "#001E52",
@@ -1070,7 +1071,7 @@ const u1 = ({
1070
1071
  )
1071
1072
  ]
1072
1073
  }
1073
- ), P1 = ({
1074
+ ), z1 = ({
1074
1075
  width: i = 32,
1075
1076
  height: o = 25,
1076
1077
  color: e = "#001E52",
@@ -1098,7 +1099,7 @@ const u1 = ({
1098
1099
  )
1099
1100
  ]
1100
1101
  }
1101
- ), $1 = ({
1102
+ ), q1 = ({
1102
1103
  width: i = 14,
1103
1104
  height: o = 14,
1104
1105
  color: e = "#10B981",
@@ -1127,7 +1128,7 @@ const u1 = ({
1127
1128
  )
1128
1129
  ]
1129
1130
  }
1130
- ), z1 = ({
1131
+ ), J1 = ({
1131
1132
  width: i = 11,
1132
1133
  height: o = 11,
1133
1134
  color: e = "#FFB020",
@@ -1161,7 +1162,7 @@ const u1 = ({
1161
1162
  )
1162
1163
  ]
1163
1164
  }
1164
- ), q1 = ({
1165
+ ), Q1 = ({
1165
1166
  width: i = 10,
1166
1167
  height: o = 10,
1167
1168
  color: e = "#88A4FF",
@@ -1209,7 +1210,7 @@ const u1 = ({
1209
1210
  )
1210
1211
  ]
1211
1212
  }
1212
- ), J1 = ({
1213
+ ), X1 = ({
1213
1214
  width: i = 14,
1214
1215
  height: o = 14,
1215
1216
  color: e = "#8E8E93",
@@ -1237,7 +1238,7 @@ const u1 = ({
1237
1238
  )
1238
1239
  ]
1239
1240
  }
1240
- ), Q1 = ({
1241
+ ), e2 = ({
1241
1242
  width: i = 14,
1242
1243
  height: o = 14,
1243
1244
  color: e = "#FFB020",
@@ -1271,7 +1272,7 @@ const u1 = ({
1271
1272
  )
1272
1273
  ]
1273
1274
  }
1274
- ), X1 = ({
1275
+ ), o2 = ({
1275
1276
  width: i = 14,
1276
1277
  height: o = 14,
1277
1278
  color: e = "#D0421B",
@@ -1319,7 +1320,7 @@ const u1 = ({
1319
1320
  )
1320
1321
  ]
1321
1322
  }
1322
- ), e2 = ({
1323
+ ), i2 = ({
1323
1324
  width: i = 20,
1324
1325
  height: o = 20,
1325
1326
  color: e = "#070739",
@@ -1349,7 +1350,7 @@ const u1 = ({
1349
1350
  /* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
1350
1351
  ]
1351
1352
  }
1352
- ), o2 = ({
1353
+ ), t2 = ({
1353
1354
  width: i = 20,
1354
1355
  height: o = 20,
1355
1356
  color: e = "#070739",
@@ -1387,7 +1388,7 @@ const u1 = ({
1387
1388
  )
1388
1389
  ]
1389
1390
  }
1390
- ), i2 = ({
1391
+ ), l2 = ({
1391
1392
  width: i = 9,
1392
1393
  height: o = 5,
1393
1394
  color: e = "#001E52",
@@ -1413,7 +1414,7 @@ const u1 = ({
1413
1414
  }
1414
1415
  )
1415
1416
  }
1416
- ), t2 = ({
1417
+ ), r2 = ({
1417
1418
  width: i = 20,
1418
1419
  height: o = 20,
1419
1420
  color: e = "#F2F2F7",
@@ -1442,7 +1443,7 @@ const u1 = ({
1442
1443
  )
1443
1444
  ]
1444
1445
  }
1445
- ), l2 = ({
1446
+ ), n2 = ({
1446
1447
  width: i = 20,
1447
1448
  height: o = 20,
1448
1449
  color: e = "#004ED7",
@@ -1471,7 +1472,7 @@ const u1 = ({
1471
1472
  )
1472
1473
  ]
1473
1474
  }
1474
- ), r2 = ({
1475
+ ), s2 = ({
1475
1476
  width: i = 248,
1476
1477
  height: o = 248,
1477
1478
  color: e = "#070739",
@@ -1508,7 +1509,7 @@ const u1 = ({
1508
1509
  )
1509
1510
  ]
1510
1511
  }
1511
- ), s2 = ({
1512
+ ), h2 = ({
1512
1513
  width: i = 24,
1513
1514
  height: o = 24,
1514
1515
  color: e = "#001E52",
@@ -1547,7 +1548,7 @@ const u1 = ({
1547
1548
  )
1548
1549
  ]
1549
1550
  }
1550
- ), n2 = ({
1551
+ ), c2 = ({
1551
1552
  width: i = 10,
1552
1553
  height: o = 10,
1553
1554
  color: e = "#001E52",
@@ -1576,7 +1577,7 @@ const u1 = ({
1576
1577
  )
1577
1578
  ]
1578
1579
  }
1579
- ), h2 = ({
1580
+ ), a2 = ({
1580
1581
  width: i = 10,
1581
1582
  height: o = 10,
1582
1583
  color: e = "#001E52",
@@ -1613,10 +1614,10 @@ const u1 = ({
1613
1614
  )
1614
1615
  ]
1615
1616
  }
1616
- ), c2 = ({
1617
+ ), d2 = ({
1617
1618
  width: i = 24,
1618
1619
  height: o = 24,
1619
- color: e = d.GREY_DARK_5,
1620
+ color: e = a.GREY_DARK_5,
1620
1621
  className: l,
1621
1622
  onClick: r
1622
1623
  }) => /* @__PURE__ */ c(
@@ -1652,10 +1653,10 @@ const u1 = ({
1652
1653
  )
1653
1654
  ]
1654
1655
  }
1655
- ), a2 = ({
1656
+ ), C2 = ({
1656
1657
  width: i = 20,
1657
1658
  height: o = 20,
1658
- color: e = d.GREY_DARK_1,
1659
+ color: e = a.GREY_DARK_1,
1659
1660
  className: l,
1660
1661
  onClick: r
1661
1662
  }) => /* @__PURE__ */ c(
@@ -1685,10 +1686,10 @@ const u1 = ({
1685
1686
  )
1686
1687
  ]
1687
1688
  }
1688
- ), d2 = ({
1689
+ ), w2 = ({
1689
1690
  width: i = 81,
1690
1691
  height: o = 80,
1691
- color: e = d.GREY_DARK_5,
1692
+ color: e = a.GREY_DARK_5,
1692
1693
  className: l,
1693
1694
  onClick: r
1694
1695
  }) => /* @__PURE__ */ c(
@@ -1734,9 +1735,9 @@ const u1 = ({
1734
1735
  )
1735
1736
  ]
1736
1737
  }
1737
- ), C2 = ({
1738
+ ), k2 = ({
1738
1739
  className: i,
1739
- color: o = d.GREY_DARK_5,
1740
+ color: o = a.GREY_DARK_5,
1740
1741
  height: e = 20,
1741
1742
  width: l = 20,
1742
1743
  onClick: r
@@ -1761,9 +1762,9 @@ const u1 = ({
1761
1762
  }
1762
1763
  )
1763
1764
  }
1764
- ), w2 = ({
1765
+ ), g2 = ({
1765
1766
  className: i,
1766
- color: o = d.GREY_DARK_5,
1767
+ color: o = a.GREY_DARK_5,
1767
1768
  height: e = 20,
1768
1769
  width: l = 20,
1769
1770
  onClick: r
@@ -1788,9 +1789,9 @@ const u1 = ({
1788
1789
  }
1789
1790
  )
1790
1791
  }
1791
- ), k2 = ({
1792
+ ), p2 = ({
1792
1793
  className: i,
1793
- color: o = d.GREY_DARK_5,
1794
+ color: o = a.GREY_DARK_5,
1794
1795
  height: e = 5,
1795
1796
  width: l = 10,
1796
1797
  onClick: r
@@ -1812,9 +1813,9 @@ const u1 = ({
1812
1813
  }
1813
1814
  )
1814
1815
  }
1815
- ), g2 = ({
1816
+ ), L2 = ({
1816
1817
  className: i,
1817
- color: o = d.GREY_DARK_5,
1818
+ color: o = a.GREY_DARK_5,
1818
1819
  height: e = 5,
1819
1820
  width: l = 10,
1820
1821
  onClick: r
@@ -1837,9 +1838,9 @@ const u1 = ({
1837
1838
  }
1838
1839
  )
1839
1840
  }
1840
- ), p2 = ({
1841
+ ), m2 = ({
1841
1842
  className: i,
1842
- color: o = d.GREY_DARK_5,
1843
+ color: o = a.GREY_DARK_5,
1843
1844
  height: e = 24,
1844
1845
  width: l = 24,
1845
1846
  onClick: r
@@ -1876,9 +1877,9 @@ const u1 = ({
1876
1877
  )
1877
1878
  ]
1878
1879
  }
1879
- ), L2 = ({
1880
+ ), u2 = ({
1880
1881
  className: i,
1881
- color: o = d.GREY_DARK_5,
1882
+ color: o = a.GREY_DARK_5,
1882
1883
  height: e = 24,
1883
1884
  width: l = 24,
1884
1885
  onClick: r
@@ -1915,9 +1916,9 @@ const u1 = ({
1915
1916
  )
1916
1917
  ]
1917
1918
  }
1918
- ), m2 = ({
1919
+ ), v2 = ({
1919
1920
  className: i,
1920
- color: o = d.GREY_DARK_5,
1921
+ color: o = a.GREY_DARK_5,
1921
1922
  height: e = 24,
1922
1923
  width: l = 24,
1923
1924
  onClick: r
@@ -1942,9 +1943,9 @@ const u1 = ({
1942
1943
  }
1943
1944
  )
1944
1945
  }
1945
- ), v2 = ({
1946
+ ), N2 = ({
1946
1947
  className: i,
1947
- color: o = d.GREY_DARK_5,
1948
+ color: o = a.GREY_DARK_5,
1948
1949
  height: e = 24,
1949
1950
  width: l = 24,
1950
1951
  onClick: r
@@ -2001,9 +2002,9 @@ const u1 = ({
2001
2002
  )
2002
2003
  ]
2003
2004
  }
2004
- ), u2 = ({
2005
+ ), f2 = ({
2005
2006
  className: i,
2006
- color: o = d.GREY_DARK_5,
2007
+ color: o = a.GREY_DARK_5,
2007
2008
  height: e = 24,
2008
2009
  width: l = 24,
2009
2010
  onClick: r
@@ -2038,9 +2039,9 @@ const u1 = ({
2038
2039
  )
2039
2040
  ]
2040
2041
  }
2041
- ), N2 = ({
2042
+ ), M2 = ({
2042
2043
  className: i,
2043
- color: o = d.GREY_DARK_3,
2044
+ color: o = a.GREY_DARK_3,
2044
2045
  height: e = 14,
2045
2046
  width: l = 14,
2046
2047
  onClick: r
@@ -2075,9 +2076,9 @@ const u1 = ({
2075
2076
  )
2076
2077
  ]
2077
2078
  }
2078
- ), f2 = ({
2079
+ ), x2 = ({
2079
2080
  className: i,
2080
- color: o = d.GREY_DARK_5,
2081
+ color: o = a.GREY_DARK_5,
2081
2082
  height: e = 18,
2082
2083
  onClick: l,
2083
2084
  width: r = 18
@@ -2102,9 +2103,9 @@ const u1 = ({
2102
2103
  }
2103
2104
  )
2104
2105
  }
2105
- ), M2 = ({
2106
+ ), _2 = ({
2106
2107
  className: i,
2107
- color: o = d.GREY_DARK_5,
2108
+ color: o = a.GREY_DARK_5,
2108
2109
  height: e = 24,
2109
2110
  width: l = 24,
2110
2111
  onClick: r
@@ -2154,9 +2155,9 @@ const u1 = ({
2154
2155
  )
2155
2156
  ]
2156
2157
  }
2157
- ), x2 = ({
2158
+ ), R2 = ({
2158
2159
  className: i,
2159
- color: o = d.GREY_DARK_5,
2160
+ color: o = a.GREY_DARK_5,
2160
2161
  height: e = 24,
2161
2162
  width: l = 24,
2162
2163
  onClick: r
@@ -2191,9 +2192,9 @@ const u1 = ({
2191
2192
  )
2192
2193
  ]
2193
2194
  }
2194
- ), _2 = ({
2195
+ ), H2 = ({
2195
2196
  className: i,
2196
- color: o = d.NOTIFICATION_WARNING_DARK,
2197
+ color: o = a.NOTIFICATION_WARNING_DARK,
2197
2198
  height: e = 37,
2198
2199
  width: l = 36,
2199
2200
  onClick: r
@@ -2230,9 +2231,9 @@ const u1 = ({
2230
2231
  )
2231
2232
  ]
2232
2233
  }
2233
- ), R2 = ({
2234
+ ), V2 = ({
2234
2235
  className: i,
2235
- color: o = d.GREY_DARK_5,
2236
+ color: o = a.GREY_DARK_5,
2236
2237
  height: e = 24,
2237
2238
  width: l = 24,
2238
2239
  onClick: r
@@ -2256,9 +2257,9 @@ const u1 = ({
2256
2257
  }
2257
2258
  )
2258
2259
  }
2259
- ), H2 = ({
2260
+ ), E2 = ({
2260
2261
  className: i,
2261
- color: o = d.GREY_DARK_5,
2262
+ color: o = a.GREY_DARK_5,
2262
2263
  height: e = 24,
2263
2264
  width: l = 24,
2264
2265
  onClick: r
@@ -2295,9 +2296,9 @@ const u1 = ({
2295
2296
  )
2296
2297
  ]
2297
2298
  }
2298
- ), V2 = ({
2299
+ ), Z2 = ({
2299
2300
  className: i,
2300
- color: o = d.GREY_DARK_5,
2301
+ color: o = a.GREY_DARK_5,
2301
2302
  height: e = 24,
2302
2303
  width: l = 24,
2303
2304
  onClick: r
@@ -2334,9 +2335,9 @@ const u1 = ({
2334
2335
  )
2335
2336
  ]
2336
2337
  }
2337
- ), E2 = ({
2338
+ ), W2 = ({
2338
2339
  className: i,
2339
- color: o = d.GREY_DARK_5,
2340
+ color: o = a.GREY_DARK_5,
2340
2341
  height: e = 24,
2341
2342
  width: l = 24,
2342
2343
  onClick: r
@@ -2403,9 +2404,9 @@ const u1 = ({
2403
2404
  )
2404
2405
  ]
2405
2406
  }
2406
- ), Z2 = ({
2407
+ ), I2 = ({
2407
2408
  className: i,
2408
- color: o = d.GREY_DARK_5,
2409
+ color: o = a.GREY_DARK_5,
2409
2410
  height: e = 24,
2410
2411
  width: l = 24,
2411
2412
  onClick: r
@@ -2442,9 +2443,9 @@ const u1 = ({
2442
2443
  )
2443
2444
  ]
2444
2445
  }
2445
- ), W2 = ({
2446
+ ), B2 = ({
2446
2447
  className: i,
2447
- color: o = d.GREY_DARK_5,
2448
+ color: o = a.GREY_DARK_5,
2448
2449
  height: e = 24,
2449
2450
  width: l = 24,
2450
2451
  onClick: r
@@ -2499,9 +2500,9 @@ const u1 = ({
2499
2500
  )
2500
2501
  ]
2501
2502
  }
2502
- ), I2 = ({
2503
+ ), A2 = ({
2503
2504
  className: i,
2504
- color: o = d.GREY_DARK_5,
2505
+ color: o = a.GREY_DARK_5,
2505
2506
  height: e = 24,
2506
2507
  width: l = 24,
2507
2508
  onClick: r
@@ -2538,9 +2539,9 @@ const u1 = ({
2538
2539
  )
2539
2540
  ]
2540
2541
  }
2541
- ), B2 = ({
2542
+ ), G2 = ({
2542
2543
  className: i,
2543
- color: o = d.GREY_DARK_5,
2544
+ color: o = a.GREY_DARK_5,
2544
2545
  height: e = 24,
2545
2546
  width: l = 24,
2546
2547
  onClick: r
@@ -2587,9 +2588,9 @@ const u1 = ({
2587
2588
  )
2588
2589
  ]
2589
2590
  }
2590
- ), A2 = ({
2591
+ ), D2 = ({
2591
2592
  className: i,
2592
- color: o = d.GREY_DARK_5,
2593
+ color: o = a.GREY_DARK_5,
2593
2594
  height: e = 24,
2594
2595
  width: l = 24,
2595
2596
  onClick: r
@@ -2626,9 +2627,9 @@ const u1 = ({
2626
2627
  )
2627
2628
  ]
2628
2629
  }
2629
- ), G2 = ({
2630
+ ), j2 = ({
2630
2631
  className: i,
2631
- color: o = d.GREY_DARK_5,
2632
+ color: o = a.GREY_DARK_5,
2632
2633
  height: e = 24,
2633
2634
  width: l = 24,
2634
2635
  onClick: r
@@ -2653,9 +2654,9 @@ const u1 = ({
2653
2654
  }
2654
2655
  )
2655
2656
  }
2656
- ), D2 = ({
2657
+ ), T2 = ({
2657
2658
  className: i,
2658
- color: o = d.GREY_DARK_5,
2659
+ color: o = a.GREY_DARK_5,
2659
2660
  height: e = 24,
2660
2661
  width: l = 24,
2661
2662
  onClick: r
@@ -2691,9 +2692,9 @@ const u1 = ({
2691
2692
  )
2692
2693
  ]
2693
2694
  }
2694
- ), j2 = ({
2695
+ ), y2 = ({
2695
2696
  className: i,
2696
- color: o = d.GREY_DARK_5,
2697
+ color: o = a.GREY_DARK_5,
2697
2698
  height: e = 24,
2698
2699
  width: l = 24,
2699
2700
  onClick: r
@@ -2712,9 +2713,9 @@ const u1 = ({
2712
2713
  /* @__PURE__ */ t("path", { d: "M12 8L4 8", stroke: o, strokeWidth: "1.7", strokeLinecap: "round" })
2713
2714
  ]
2714
2715
  }
2715
- ), T2 = ({
2716
+ ), Y2 = ({
2716
2717
  className: i,
2717
- color: o = d.GREY_DARK_5,
2718
+ color: o = a.GREY_DARK_5,
2718
2719
  height: e = 24,
2719
2720
  width: l = 24,
2720
2721
  onClick: r
@@ -2751,9 +2752,9 @@ const u1 = ({
2751
2752
  )
2752
2753
  ]
2753
2754
  }
2754
- ), y2 = ({
2755
+ ), K2 = ({
2755
2756
  className: i,
2756
- color: o = d.GREY_DARK_5,
2757
+ color: o = a.GREY_DARK_5,
2757
2758
  height: e = 24,
2758
2759
  width: l = 24,
2759
2760
  onClick: r
@@ -2790,9 +2791,9 @@ const u1 = ({
2790
2791
  )
2791
2792
  ]
2792
2793
  }
2793
- ), Y2 = ({
2794
+ ), O2 = ({
2794
2795
  className: i,
2795
- color: o = d.GREY_DARK_5,
2796
+ color: o = a.GREY_DARK_5,
2796
2797
  height: e = 24,
2797
2798
  width: l = 24,
2798
2799
  onClick: r
@@ -2829,9 +2830,9 @@ const u1 = ({
2829
2830
  )
2830
2831
  ]
2831
2832
  }
2832
- ), K2 = ({
2833
+ ), b2 = ({
2833
2834
  className: i,
2834
- color: o = d.GREY_DARK_2,
2835
+ color: o = a.GREY_DARK_2,
2835
2836
  height: e = 16,
2836
2837
  width: l = 16,
2837
2838
  onClick: r
@@ -2855,9 +2856,9 @@ const u1 = ({
2855
2856
  }
2856
2857
  )
2857
2858
  }
2858
- ), O2 = ({
2859
+ ), F2 = ({
2859
2860
  className: i,
2860
- color: o = d.GREY_DARK_5,
2861
+ color: o = a.GREY_DARK_5,
2861
2862
  height: e = 20,
2862
2863
  width: l = 20,
2863
2864
  onClick: r
@@ -2884,9 +2885,9 @@ const u1 = ({
2884
2885
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
2885
2886
  ]
2886
2887
  }
2887
- ), b2 = ({
2888
+ ), S2 = ({
2888
2889
  className: i,
2889
- color: o = d.GREY_DARK_5,
2890
+ color: o = a.GREY_DARK_5,
2890
2891
  height: e = 20,
2891
2892
  width: l = 20,
2892
2893
  onClick: r
@@ -2913,9 +2914,9 @@ const u1 = ({
2913
2914
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
2914
2915
  ]
2915
2916
  }
2916
- ), F2 = ({
2917
+ ), U2 = ({
2917
2918
  className: i,
2918
- color: o = d.GREY_DARK_5,
2919
+ color: o = a.GREY_DARK_5,
2919
2920
  height: e = 20,
2920
2921
  width: l = 20,
2921
2922
  onClick: r
@@ -2930,7 +2931,7 @@ const u1 = ({
2930
2931
  fill: "none",
2931
2932
  xmlns: "http://www.w3.org/2000/svg",
2932
2933
  children: [
2933
- /* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: d.GREY_LIGHT_2 }),
2934
+ /* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: a.GREY_LIGHT_2 }),
2934
2935
  /* @__PURE__ */ t(
2935
2936
  "path",
2936
2937
  {
@@ -2942,9 +2943,9 @@ const u1 = ({
2942
2943
  )
2943
2944
  ]
2944
2945
  }
2945
- ), S2 = ({
2946
+ ), P2 = ({
2946
2947
  className: i,
2947
- color: o = d.GREY_DARK_5,
2948
+ color: o = a.GREY_DARK_5,
2948
2949
  height: e = 20,
2949
2950
  width: l = 20,
2950
2951
  onClick: r
@@ -2959,7 +2960,7 @@ const u1 = ({
2959
2960
  fill: "none",
2960
2961
  xmlns: "http://www.w3.org/2000/svg",
2961
2962
  children: [
2962
- /* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: d.GREY_LIGHT_2 }),
2963
+ /* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: a.GREY_LIGHT_2 }),
2963
2964
  /* @__PURE__ */ t(
2964
2965
  "path",
2965
2966
  {
@@ -2971,7 +2972,7 @@ const u1 = ({
2971
2972
  )
2972
2973
  ]
2973
2974
  }
2974
- ), U2 = ({
2975
+ ), $2 = ({
2975
2976
  className: i,
2976
2977
  color: o = "#001E52",
2977
2978
  height: e = 24,
@@ -2997,7 +2998,7 @@ const u1 = ({
2997
2998
  }
2998
2999
  )
2999
3000
  }
3000
- ), P2 = ({
3001
+ ), z2 = ({
3001
3002
  className: i,
3002
3003
  color: o = "#131314",
3003
3004
  height: e = 20,
@@ -3025,7 +3026,7 @@ const u1 = ({
3025
3026
  }
3026
3027
  )
3027
3028
  }
3028
- ), $2 = ({
3029
+ ), q2 = ({
3029
3030
  className: i,
3030
3031
  color: o = "#001E52",
3031
3032
  height: e = 24,
@@ -3072,7 +3073,7 @@ const u1 = ({
3072
3073
  disabled: w = !1,
3073
3074
  onClick: g
3074
3075
  }) => {
3075
- const [s, p] = v(r), { theme: k } = q(l1), n = w ? k && k === "dark" ? d.GREY_LIGHT_4 : d.GREY_DARK_1 : l, h = w ? void 0 : g;
3076
+ const [n, p] = u(r), { theme: k } = q(l1), s = w ? k && k === "dark" ? a.GREY_LIGHT_4 : a.GREY_DARK_1 : l, h = w ? void 0 : g;
3076
3077
  return R(() => {
3077
3078
  if (r) {
3078
3079
  h && !w && p(`${r} clickable`);
@@ -3082,253 +3083,253 @@ const u1 = ({
3082
3083
  }, [h, r, w]), /* @__PURE__ */ t(W, { children: (() => {
3083
3084
  switch (i) {
3084
3085
  case "nextIcon":
3085
- return C2({ width: o, height: e, color: n, className: s, onClick: h });
3086
+ return k2({ width: o, height: e, color: s, className: n, onClick: h });
3086
3087
  case "prevIcon":
3087
- return w2({ width: o, height: e, color: n, className: s, onClick: h });
3088
+ return g2({ width: o, height: e, color: s, className: n, onClick: h });
3088
3089
  case "arrowUp":
3089
- return u1({ width: o, height: e, color: n, className: s, onClick: h });
3090
+ return f1({ width: o, height: e, color: s, className: n, onClick: h });
3090
3091
  case "arrowDown":
3091
- return N1({ width: o, height: e, color: n, className: s, onClick: h });
3092
+ return M1({ width: o, height: e, color: s, className: n, onClick: h });
3092
3093
  case "info":
3093
- return f1({ width: o, height: e, color: n, className: s, onClick: h });
3094
+ return x1({ width: o, height: e, color: s, className: n, onClick: h });
3094
3095
  case "arrowRight":
3095
- return M1({ width: o, height: e, color: n, className: s, onClick: h });
3096
+ return _1({ width: o, height: e, color: s, className: n, onClick: h });
3096
3097
  case "calendar":
3097
- return x1({ width: o, height: e, color: n, className: s, onClick: h });
3098
+ return R1({ width: o, height: e, color: s, className: n, onClick: h });
3098
3099
  case "ok":
3099
- return _1({ width: o, height: e, color: n, className: s, onClick: h });
3100
+ return H1({ width: o, height: e, color: s, className: n, onClick: h });
3100
3101
  case "cancel":
3101
- return R1({ width: o, height: e, color: n, className: s, onClick: h });
3102
+ return V1({ width: o, height: e, color: s, className: n, onClick: h });
3102
3103
  case "add":
3103
- return H1({ width: o, height: e, color: n, className: s, onClick: h });
3104
+ return E1({ width: o, height: e, color: s, className: n, onClick: h });
3104
3105
  case "list":
3105
- return V1({ width: o, height: e, color: n, className: s, onClick: h });
3106
+ return Z1({ width: o, height: e, color: s, className: n, onClick: h });
3106
3107
  case "dragAndDrop":
3107
- return E1({ width: o, height: e, color: n, className: s, onClick: h });
3108
+ return W1({ width: o, height: e, color: s, className: n, onClick: h });
3108
3109
  case "filter":
3109
- return Z1({ width: o, height: e, color: n, className: s, onClick: h });
3110
+ return I1({ width: o, height: e, color: s, className: n, onClick: h });
3110
3111
  case "attention":
3111
- return W1({ width: o, height: e, color: n, className: s, onClick: h });
3112
+ return B1({ width: o, height: e, color: s, className: n, onClick: h });
3112
3113
  case "plus":
3113
- return I1({ width: o, height: e, color: n, className: s, onClick: h });
3114
+ return A1({ width: o, height: e, color: s, className: n, onClick: h });
3114
3115
  case "time":
3115
- return B1({ width: o, height: e, color: n, className: s, onClick: h });
3116
+ return G1({ width: o, height: e, color: s, className: n, onClick: h });
3116
3117
  case "arrowDownLong":
3117
- return A1({
3118
+ return D1({
3118
3119
  width: o,
3119
3120
  height: e,
3120
- color: n,
3121
- className: s,
3121
+ color: s,
3122
+ className: n,
3122
3123
  onClick: h
3123
3124
  });
3124
3125
  case "users":
3125
- return G1({ width: o, height: e, color: n, className: s, onClick: h });
3126
+ return j1({ width: o, height: e, color: s, className: n, onClick: h });
3126
3127
  case "mySkillsMatrix":
3127
- return D1({
3128
+ return T1({
3128
3129
  width: o,
3129
3130
  height: e,
3130
- color: n,
3131
- className: s,
3131
+ color: s,
3132
+ className: n,
3132
3133
  onClick: h
3133
3134
  });
3134
3135
  case "skills":
3135
- return j1({ width: o, height: e, color: n, className: s, onClick: h });
3136
+ return y1({ width: o, height: e, color: s, className: n, onClick: h });
3136
3137
  case "skillsMatrices":
3137
- return T1({
3138
+ return Y1({
3138
3139
  width: o,
3139
3140
  height: e,
3140
- color: n,
3141
- className: s,
3141
+ color: s,
3142
+ className: n,
3142
3143
  onClick: h
3143
3144
  });
3144
3145
  case "history":
3145
- return y1({ width: o, height: e, color: n, className: s, onClick: h });
3146
+ return K1({ width: o, height: e, color: s, className: n, onClick: h });
3146
3147
  case "logOut":
3147
- return Y1({ width: o, height: e, color: n, className: s, onClick: h });
3148
+ return O1({ width: o, height: e, color: s, className: n, onClick: h });
3148
3149
  case "settings":
3149
- return K1({ width: o, height: e, color: n, className: s, onClick: h });
3150
+ return b1({ width: o, height: e, color: s, className: n, onClick: h });
3150
3151
  case "addSkill":
3151
- return O1({ width: o, height: e, color: n, className: s, onClick: h });
3152
+ return F1({ width: o, height: e, color: s, className: n, onClick: h });
3152
3153
  case "conversation":
3153
- return b1({ width: o, height: e, color: n, className: s, onClick: h });
3154
+ return S1({ width: o, height: e, color: s, className: n, onClick: h });
3154
3155
  case "trash":
3155
- return F1({ width: o, height: e, color: n, className: s, onClick: h });
3156
+ return U1({ width: o, height: e, color: s, className: n, onClick: h });
3156
3157
  case "settings4":
3157
- return S1({ width: o, height: e, color: n, className: s, onClick: h });
3158
+ return P1({ width: o, height: e, color: s, className: n, onClick: h });
3158
3159
  case "edit2":
3159
- return U1({ width: o, height: e, color: n, className: s, onClick: h });
3160
+ return $1({ width: o, height: e, color: s, className: n, onClick: h });
3160
3161
  case "notifications":
3161
- return P1({
3162
+ return z1({
3162
3163
  width: o,
3163
3164
  height: e,
3164
- color: n,
3165
- className: s,
3165
+ color: s,
3166
+ className: n,
3166
3167
  onClick: h
3167
3168
  });
3168
3169
  case "success":
3169
- return $1({ width: o, height: e, color: n, className: s, onClick: h });
3170
+ return q1({ width: o, height: e, color: s, className: n, onClick: h });
3170
3171
  case "attentionSmall":
3171
- return z1({
3172
+ return J1({
3172
3173
  width: o,
3173
3174
  height: e,
3174
- color: n,
3175
- className: s,
3175
+ color: s,
3176
+ className: n,
3176
3177
  onClick: h
3177
3178
  });
3178
3179
  case "errorSmall":
3179
- return q1({ width: o, height: e, color: n, className: s, onClick: h });
3180
+ return Q1({ width: o, height: e, color: s, className: n, onClick: h });
3180
3181
  case "infoMedium":
3181
- return J1({ width: o, height: e, color: n, className: s, onClick: h });
3182
+ return X1({ width: o, height: e, color: s, className: n, onClick: h });
3182
3183
  case "attentionMedium":
3183
- return Q1({
3184
+ return e2({
3184
3185
  width: o,
3185
3186
  height: e,
3186
- color: n,
3187
- className: s,
3187
+ color: s,
3188
+ className: n,
3188
3189
  onClick: h
3189
3190
  });
3190
3191
  case "errorMedium":
3191
- return X1({ width: o, height: e, color: n, className: s, onClick: h });
3192
+ return o2({ width: o, height: e, color: s, className: n, onClick: h });
3192
3193
  case "faviconSkills":
3193
- return r2({
3194
+ return s2({
3194
3195
  width: o,
3195
3196
  height: e,
3196
- color: n,
3197
- className: s,
3197
+ color: s,
3198
+ className: n,
3198
3199
  onClick: h
3199
3200
  });
3200
3201
  case "visibilityIcon":
3201
- return e2({
3202
+ return i2({
3202
3203
  width: o,
3203
3204
  height: e,
3204
- color: n,
3205
- className: s,
3205
+ color: s,
3206
+ className: n,
3206
3207
  onClick: h
3207
3208
  });
3208
3209
  case "visibilityOffIcon":
3209
- return o2({
3210
+ return t2({
3210
3211
  width: o,
3211
3212
  height: e,
3212
- color: n,
3213
- className: s,
3213
+ color: s,
3214
+ className: n,
3214
3215
  onClick: h
3215
3216
  });
3216
3217
  case "selectArrowIcon":
3217
- return i2({
3218
+ return l2({
3218
3219
  width: o,
3219
3220
  height: e,
3220
- color: n,
3221
- className: s,
3221
+ color: s,
3222
+ className: n,
3222
3223
  onClick: h
3223
3224
  });
3224
3225
  case "expandArrowIcon":
3225
- return t2({
3226
+ return r2({
3226
3227
  width: o,
3227
3228
  height: e,
3228
- color: n,
3229
- className: s,
3229
+ color: s,
3230
+ className: n,
3230
3231
  onClick: h
3231
3232
  });
3232
3233
  case "expandActiveArrowIcon":
3233
- return l2({
3234
+ return n2({
3234
3235
  width: o,
3235
3236
  height: e,
3236
- color: n,
3237
- className: s,
3237
+ color: s,
3238
+ className: n,
3238
3239
  onClick: h
3239
3240
  });
3240
3241
  case "camera":
3241
- return s2({ width: o, height: e, color: n, className: s, onClick: h });
3242
+ return h2({ width: o, height: e, color: s, className: n, onClick: h });
3242
3243
  case "sortUp":
3243
- return n2({ width: o, height: e, color: n, className: s, onClick: h });
3244
+ return c2({ width: o, height: e, color: s, className: n, onClick: h });
3244
3245
  case "sortDown":
3245
- return h2({ width: o, height: e, color: n, className: s, onClick: h });
3246
+ return a2({ width: o, height: e, color: s, className: n, onClick: h });
3246
3247
  case "logOut2":
3247
- return c2({ width: o, height: e, color: n, className: s, onClick: h });
3248
+ return d2({ width: o, height: e, color: s, className: n, onClick: h });
3248
3249
  case "search":
3249
- return a2({ width: o, height: e, color: n, className: s, onClick: h });
3250
+ return C2({ width: o, height: e, color: s, className: n, onClick: h });
3250
3251
  case "handRock":
3251
- return d2({ width: o, height: e, color: n, className: s, onClick: h });
3252
+ return w2({ width: o, height: e, color: s, className: n, onClick: h });
3252
3253
  case "arrowUpFilled":
3253
- return g2({ width: o, height: e, color: n, className: s, onClick: h });
3254
+ return L2({ width: o, height: e, color: s, className: n, onClick: h });
3254
3255
  case "arrowDownFilled":
3255
- return k2({ width: o, height: e, color: n, className: s, onClick: h });
3256
+ return p2({ width: o, height: e, color: s, className: n, onClick: h });
3256
3257
  case "link":
3257
- return p2({ width: o, height: e, color: n, className: s, onClick: h });
3258
+ return m2({ width: o, height: e, color: s, className: n, onClick: h });
3258
3259
  case "telegram":
3259
- return m2({ width: o, height: e, color: n, className: s, onClick: h });
3260
+ return v2({ width: o, height: e, color: s, className: n, onClick: h });
3260
3261
  case "mail":
3261
- return u2({ width: o, height: e, color: n, className: s, onClick: h });
3262
+ return f2({ width: o, height: e, color: s, className: n, onClick: h });
3262
3263
  case "github":
3263
- return L2({ width: o, height: e, color: n, className: s, onClick: h });
3264
+ return u2({ width: o, height: e, color: s, className: n, onClick: h });
3264
3265
  case "linkedIn":
3265
- return v2({ width: o, height: e, color: n, className: s, onClick: h });
3266
+ return N2({ width: o, height: e, color: s, className: n, onClick: h });
3266
3267
  case "emptyStateIcon":
3267
- return N2({ width: o, height: e, color: n, className: s, onClick: h });
3268
+ return M2({ width: o, height: e, color: s, className: n, onClick: h });
3268
3269
  case "filtersIcon":
3269
- return f2({ width: o, height: e, color: n, className: s, onClick: h });
3270
+ return x2({ width: o, height: e, color: s, className: n, onClick: h });
3270
3271
  case "dotMenuIcon":
3271
- return M2({ width: o, height: e, color: n, className: s, onClick: h });
3272
+ return _2({ width: o, height: e, color: s, className: n, onClick: h });
3272
3273
  case "plusCircle":
3273
- return x2({ width: o, height: e, color: n, className: s, onClick: h });
3274
+ return R2({ width: o, height: e, color: s, className: n, onClick: h });
3274
3275
  case "warning":
3275
- return _2({ width: o, height: e, color: n, className: s, onClick: h });
3276
+ return H2({ width: o, height: e, color: s, className: n, onClick: h });
3276
3277
  case "back":
3277
- return R2({ width: o, height: e, color: n, className: s, onClick: h });
3278
+ return V2({ width: o, height: e, color: s, className: n, onClick: h });
3278
3279
  case "bell":
3279
- return H2({ width: o, height: e, color: n, className: s, onClick: h });
3280
+ return E2({ width: o, height: e, color: s, className: n, onClick: h });
3280
3281
  case "contract":
3281
- return E2({ width: o, height: e, color: n, className: s, onClick: h });
3282
+ return W2({ width: o, height: e, color: s, className: n, onClick: h });
3282
3283
  case "trash2":
3283
- return V2({ width: o, height: e, color: n, className: s, onClick: h });
3284
+ return Z2({ width: o, height: e, color: s, className: n, onClick: h });
3284
3285
  case "manager":
3285
- return Z2({ width: o, height: e, color: n, className: s, onClick: h });
3286
+ return I2({ width: o, height: e, color: s, className: n, onClick: h });
3286
3287
  case "resourceManager":
3287
- return W2({ width: o, height: e, color: n, className: s, onClick: h });
3288
+ return B2({ width: o, height: e, color: s, className: n, onClick: h });
3288
3289
  case "settings2":
3289
- return I2({ width: o, height: e, color: n, className: s, onClick: h });
3290
+ return A2({ width: o, height: e, color: s, className: n, onClick: h });
3290
3291
  case "image":
3291
- return B2({ width: o, height: e, color: n, className: s, onClick: h });
3292
+ return G2({ width: o, height: e, color: s, className: n, onClick: h });
3292
3293
  case "upload":
3293
- return A2({ width: o, height: e, color: n, className: s, onClick: h });
3294
+ return D2({ width: o, height: e, color: s, className: n, onClick: h });
3294
3295
  case "edit":
3295
- return G2({ width: o, height: e, color: n, className: s, onClick: h });
3296
+ return j2({ width: o, height: e, color: s, className: n, onClick: h });
3296
3297
  case "location":
3297
- return D2({ width: o, height: e, color: n, className: s, onClick: h });
3298
+ return T2({ width: o, height: e, color: s, className: n, onClick: h });
3298
3299
  case "plus2":
3299
- return j2({ width: o, height: e, color: n, className: s, onClick: h });
3300
+ return y2({ width: o, height: e, color: s, className: n, onClick: h });
3300
3301
  case "search2":
3301
- return T2({ width: o, height: e, color: n, className: s, onClick: h });
3302
+ return Y2({ width: o, height: e, color: s, className: n, onClick: h });
3302
3303
  case "fastArrowLeft":
3303
- return y2({ width: o, height: e, color: n, className: s, onClick: h });
3304
+ return K2({ width: o, height: e, color: s, className: n, onClick: h });
3304
3305
  case "fastArrowRight":
3305
- return Y2({ width: o, height: e, color: n, className: s, onClick: h });
3306
+ return O2({ width: o, height: e, color: s, className: n, onClick: h });
3306
3307
  case "crossInCircle":
3307
- return K2({ width: o, height: e, color: n, className: s, onClick: h });
3308
+ return b2({ width: o, height: e, color: s, className: n, onClick: h });
3308
3309
  case "arrowUp2":
3309
- return b2({ width: o, height: e, color: n, className: s, onClick: h });
3310
+ return S2({ width: o, height: e, color: s, className: n, onClick: h });
3310
3311
  case "arrowDown2":
3311
- return O2({ width: o, height: e, color: n, className: s, onClick: h });
3312
+ return F2({ width: o, height: e, color: s, className: n, onClick: h });
3312
3313
  case "filledArrowLeft":
3313
- return F2({ width: o, height: e, color: n, className: s, onClick: h });
3314
+ return U2({ width: o, height: e, color: s, className: n, onClick: h });
3314
3315
  case "filledArrowRight":
3315
- return S2({ width: o, height: e, color: n, className: s, onClick: h });
3316
+ return P2({ width: o, height: e, color: s, className: n, onClick: h });
3316
3317
  case "burgerMenu":
3317
- return U2({ width: o, height: e, color: n, className: s, onClick: h });
3318
+ return $2({ width: o, height: e, color: s, className: n, onClick: h });
3318
3319
  case "signOut":
3319
- return P2({ width: o, height: e, color: n, className: s, onClick: h });
3320
+ return z2({ width: o, height: e, color: s, className: n, onClick: h });
3320
3321
  case "refresh":
3321
- return $2({ width: o, height: e, color: n, className: s, onClick: h });
3322
+ return q2({ width: o, height: e, color: s, className: n, onClick: h });
3322
3323
  default:
3323
3324
  return /* @__PURE__ */ t(W, { children: "No Icon provided" });
3324
3325
  }
3325
3326
  })() });
3326
- }, { Title: z2, Text: q2 } = o1, J2 = {
3327
+ }, { Title: J2, Text: Q2 } = o1, X2 = {
3327
3328
  h1: 1,
3328
3329
  h2: 2,
3329
3330
  h3: 3,
3330
3331
  h4: 4
3331
- }, Q2 = b(
3332
+ }, e5 = b(
3332
3333
  ({
3333
3334
  align: i = "inherit",
3334
3335
  variant: o = "body1",
@@ -3337,38 +3338,38 @@ const u1 = ({
3337
3338
  onClick: r,
3338
3339
  collapsed: w,
3339
3340
  whiteSpace: g = "normal"
3340
- }, s) => {
3341
+ }, n) => {
3341
3342
  const p = o === "h1" || o === "h2" || o === "h3" || o === "h4";
3342
3343
  let k = `snmt-typography snmt-typography-${o}`;
3343
3344
  return i && i !== "inherit" && (k += ` snmt-typography-align-${i}`), w && (k += " collapsed"), p ? /* @__PURE__ */ t(
3344
- z2,
3345
+ J2,
3345
3346
  {
3346
3347
  className: k,
3347
3348
  style: { color: e, whiteSpace: g },
3348
3349
  onClick: r,
3349
- level: J2[o],
3350
- ref: s,
3350
+ level: X2[o],
3351
+ ref: n,
3351
3352
  children: l
3352
3353
  }
3353
3354
  ) : /* @__PURE__ */ t(
3354
- q2,
3355
+ Q2,
3355
3356
  {
3356
3357
  className: k,
3357
3358
  style: { color: e, whiteSpace: g },
3358
3359
  onClick: r,
3359
- ref: s,
3360
+ ref: n,
3360
3361
  children: l
3361
3362
  }
3362
3363
  );
3363
3364
  }
3364
3365
  );
3365
- var C = /* @__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.PURPLE_LIGHT = "var(--purple-light)", 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))(C || {});
3366
+ var d = /* @__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.PURPLE_LIGHT = "var(--purple-light)", 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))(d || {});
3366
3367
  const r1 = O({
3367
3368
  locale: "en",
3368
3369
  theme: "light"
3369
3370
  });
3370
3371
  r1.Provider;
3371
- const X2 = ({
3372
+ const o5 = ({
3372
3373
  width: i = 20,
3373
3374
  height: o = 20,
3374
3375
  color: e = "#001E52",
@@ -3395,7 +3396,7 @@ const X2 = ({
3395
3396
  }
3396
3397
  )
3397
3398
  }
3398
- ), e5 = ({
3399
+ ), i5 = ({
3399
3400
  width: i = 20,
3400
3401
  height: o = 20,
3401
3402
  color: e = "#001E52",
@@ -3422,7 +3423,7 @@ const X2 = ({
3422
3423
  }
3423
3424
  )
3424
3425
  }
3425
- ), o5 = ({
3426
+ ), t5 = ({
3426
3427
  width: i = 16,
3427
3428
  height: o = 16,
3428
3429
  color: e = "#001E52",
@@ -3450,7 +3451,7 @@ const X2 = ({
3450
3451
  )
3451
3452
  ]
3452
3453
  }
3453
- ), i5 = ({
3454
+ ), l5 = ({
3454
3455
  width: i = 20,
3455
3456
  height: o = 20,
3456
3457
  color: e = "#001E52",
@@ -3485,7 +3486,7 @@ const X2 = ({
3485
3486
  )
3486
3487
  ]
3487
3488
  }
3488
- ), t5 = ({
3489
+ ), r5 = ({
3489
3490
  width: i = 18,
3490
3491
  height: o = 18,
3491
3492
  color: e = "#001E52",
@@ -3524,7 +3525,7 @@ const X2 = ({
3524
3525
  )
3525
3526
  ]
3526
3527
  }
3527
- ), l5 = ({
3528
+ ), n5 = ({
3528
3529
  width: i = 20,
3529
3530
  height: o = 20,
3530
3531
  color: e = "#001E52",
@@ -3550,7 +3551,7 @@ const X2 = ({
3550
3551
  }
3551
3552
  )
3552
3553
  }
3553
- ), r5 = ({
3554
+ ), s5 = ({
3554
3555
  width: i = 20,
3555
3556
  height: o = 20,
3556
3557
  color: e = "#001E52",
@@ -3571,7 +3572,7 @@ const X2 = ({
3571
3572
  /* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
3572
3573
  ]
3573
3574
  }
3574
- ), s5 = ({
3575
+ ), h5 = ({
3575
3576
  width: i = 20,
3576
3577
  height: o = 20,
3577
3578
  color: e = "#001E52",
@@ -3603,7 +3604,7 @@ const X2 = ({
3603
3604
  )
3604
3605
  ]
3605
3606
  }
3606
- ), n5 = ({
3607
+ ), c5 = ({
3607
3608
  width: i = 20,
3608
3609
  height: o = 20,
3609
3610
  color: e = "#001E52",
@@ -3657,7 +3658,7 @@ const X2 = ({
3657
3658
  )
3658
3659
  ]
3659
3660
  }
3660
- ), h5 = ({
3661
+ ), a5 = ({
3661
3662
  width: i = 20,
3662
3663
  height: o = 20,
3663
3664
  color: e = "#001E52",
@@ -3696,7 +3697,7 @@ const X2 = ({
3696
3697
  /* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
3697
3698
  ]
3698
3699
  }
3699
- ), c5 = ({
3700
+ ), d5 = ({
3700
3701
  width: i = 16,
3701
3702
  height: o = 12,
3702
3703
  color: e = "#001E52",
@@ -3745,7 +3746,7 @@ const X2 = ({
3745
3746
  )
3746
3747
  ] })
3747
3748
  }
3748
- ), a5 = ({
3749
+ ), C5 = ({
3749
3750
  width: i = 16,
3750
3751
  height: o = 16,
3751
3752
  color: e = "#001E52",
@@ -3779,7 +3780,7 @@ const X2 = ({
3779
3780
  )
3780
3781
  ]
3781
3782
  }
3782
- ), d5 = ({
3783
+ ), w5 = ({
3783
3784
  width: i = 10,
3784
3785
  height: o = 10,
3785
3786
  color: e = "#001E52",
@@ -3818,7 +3819,7 @@ const X2 = ({
3818
3819
  )
3819
3820
  ] })
3820
3821
  }
3821
- ), C5 = ({
3822
+ ), k5 = ({
3822
3823
  width: i = 16,
3823
3824
  height: o = 16,
3824
3825
  color: e = "#001E52",
@@ -3854,7 +3855,7 @@ const X2 = ({
3854
3855
  )
3855
3856
  ]
3856
3857
  }
3857
- ), w5 = ({
3858
+ ), g5 = ({
3858
3859
  width: i = 11,
3859
3860
  height: o = 32,
3860
3861
  color: e = "#001E52",
@@ -3892,7 +3893,7 @@ const X2 = ({
3892
3893
  /* @__PURE__ */ t("circle", { cx: "3", cy: "3", r: "3", fill: e })
3893
3894
  ]
3894
3895
  }
3895
- ), k5 = ({
3896
+ ), p5 = ({
3896
3897
  width: i = 20,
3897
3898
  height: o = 20,
3898
3899
  color: e = "#001E52",
@@ -3939,7 +3940,7 @@ const X2 = ({
3939
3940
  )
3940
3941
  ]
3941
3942
  }
3942
- ), g5 = ({
3943
+ ), L5 = ({
3943
3944
  width: i = 20,
3944
3945
  height: o = 20,
3945
3946
  color: e = "#001E52",
@@ -3972,7 +3973,7 @@ const X2 = ({
3972
3973
  )
3973
3974
  ]
3974
3975
  }
3975
- ), p5 = ({
3976
+ ), m5 = ({
3976
3977
  width: i = 20,
3977
3978
  height: o = 20,
3978
3979
  color: e = "#001E52",
@@ -4019,7 +4020,7 @@ const X2 = ({
4019
4020
  )
4020
4021
  ]
4021
4022
  }
4022
- ), L5 = ({
4023
+ ), u5 = ({
4023
4024
  width: i = 20,
4024
4025
  height: o = 20,
4025
4026
  color: e = "#001E52",
@@ -4052,7 +4053,7 @@ const X2 = ({
4052
4053
  )
4053
4054
  ]
4054
4055
  }
4055
- ), m5 = ({
4056
+ ), v5 = ({
4056
4057
  width: i = 18,
4057
4058
  height: o = 16,
4058
4059
  color: e = "#001E52",
@@ -4091,7 +4092,7 @@ const X2 = ({
4091
4092
  )
4092
4093
  ]
4093
4094
  }
4094
- ), v5 = ({
4095
+ ), N5 = ({
4095
4096
  width: i = 20,
4096
4097
  height: o = 20,
4097
4098
  color: e = "#001E52",
@@ -4124,7 +4125,7 @@ const X2 = ({
4124
4125
  )
4125
4126
  ]
4126
4127
  }
4127
- ), u5 = ({
4128
+ ), f5 = ({
4128
4129
  width: i = 20,
4129
4130
  height: o = 20,
4130
4131
  color: e = "#001E52",
@@ -4148,7 +4149,7 @@ const X2 = ({
4148
4149
  }
4149
4150
  )
4150
4151
  }
4151
- ), N5 = ({
4152
+ ), M5 = ({
4152
4153
  width: i = 20,
4153
4154
  height: o = 20,
4154
4155
  color: e = "#001E52",
@@ -4195,7 +4196,7 @@ const X2 = ({
4195
4196
  )
4196
4197
  ]
4197
4198
  }
4198
- ), f5 = ({
4199
+ ), x5 = ({
4199
4200
  width: i = 20,
4200
4201
  height: o = 20,
4201
4202
  color: e = "#001E52",
@@ -4228,7 +4229,7 @@ const X2 = ({
4228
4229
  )
4229
4230
  ]
4230
4231
  }
4231
- ), M5 = ({
4232
+ ), _5 = ({
4232
4233
  width: i = 20,
4233
4234
  height: o = 20,
4234
4235
  color: e = "#001E52",
@@ -4261,7 +4262,7 @@ const X2 = ({
4261
4262
  )
4262
4263
  ]
4263
4264
  }
4264
- ), x5 = ({
4265
+ ), R5 = ({
4265
4266
  width: i = 20,
4266
4267
  height: o = 23,
4267
4268
  color: e = "#001E52",
@@ -4322,7 +4323,7 @@ const X2 = ({
4322
4323
  )
4323
4324
  ]
4324
4325
  }
4325
- ), _5 = ({
4326
+ ), H5 = ({
4326
4327
  width: i = 20,
4327
4328
  height: o = 20,
4328
4329
  color: e = "#001E52",
@@ -4362,7 +4363,7 @@ const X2 = ({
4362
4363
  )
4363
4364
  ]
4364
4365
  }
4365
- ), R5 = ({
4366
+ ), V5 = ({
4366
4367
  width: i = 32,
4367
4368
  height: o = 25,
4368
4369
  color: e = "#001E52",
@@ -4390,7 +4391,7 @@ const X2 = ({
4390
4391
  )
4391
4392
  ]
4392
4393
  }
4393
- ), H5 = ({
4394
+ ), E5 = ({
4394
4395
  width: i = 14,
4395
4396
  height: o = 14,
4396
4397
  color: e = "#10B981",
@@ -4419,7 +4420,7 @@ const X2 = ({
4419
4420
  )
4420
4421
  ]
4421
4422
  }
4422
- ), V5 = ({
4423
+ ), Z5 = ({
4423
4424
  width: i = 11,
4424
4425
  height: o = 11,
4425
4426
  color: e = "#FFB020",
@@ -4453,7 +4454,7 @@ const X2 = ({
4453
4454
  )
4454
4455
  ]
4455
4456
  }
4456
- ), E5 = ({
4457
+ ), W5 = ({
4457
4458
  width: i = 10,
4458
4459
  height: o = 10,
4459
4460
  color: e = "#88A4FF",
@@ -4501,7 +4502,7 @@ const X2 = ({
4501
4502
  )
4502
4503
  ]
4503
4504
  }
4504
- ), Z5 = ({
4505
+ ), I5 = ({
4505
4506
  width: i = 14,
4506
4507
  height: o = 14,
4507
4508
  color: e = "#8E8E93",
@@ -4529,7 +4530,7 @@ const X2 = ({
4529
4530
  )
4530
4531
  ]
4531
4532
  }
4532
- ), W5 = ({
4533
+ ), B5 = ({
4533
4534
  width: i = 14,
4534
4535
  height: o = 14,
4535
4536
  color: e = "#FFB020",
@@ -4563,7 +4564,7 @@ const X2 = ({
4563
4564
  )
4564
4565
  ]
4565
4566
  }
4566
- ), I5 = ({
4567
+ ), A5 = ({
4567
4568
  width: i = 14,
4568
4569
  height: o = 14,
4569
4570
  color: e = "#D0421B",
@@ -4611,7 +4612,7 @@ const X2 = ({
4611
4612
  )
4612
4613
  ]
4613
4614
  }
4614
- ), B5 = ({
4615
+ ), G5 = ({
4615
4616
  width: i = 20,
4616
4617
  height: o = 20,
4617
4618
  color: e = "#070739",
@@ -4641,7 +4642,7 @@ const X2 = ({
4641
4642
  /* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
4642
4643
  ]
4643
4644
  }
4644
- ), A5 = ({
4645
+ ), D5 = ({
4645
4646
  width: i = 20,
4646
4647
  height: o = 20,
4647
4648
  color: e = "#070739",
@@ -4679,7 +4680,7 @@ const X2 = ({
4679
4680
  )
4680
4681
  ]
4681
4682
  }
4682
- ), G5 = ({
4683
+ ), j5 = ({
4683
4684
  width: i = 9,
4684
4685
  height: o = 5,
4685
4686
  color: e = "#001E52",
@@ -4705,7 +4706,7 @@ const X2 = ({
4705
4706
  }
4706
4707
  )
4707
4708
  }
4708
- ), D5 = ({
4709
+ ), T5 = ({
4709
4710
  width: i = 20,
4710
4711
  height: o = 20,
4711
4712
  color: e = "#F2F2F7",
@@ -4734,7 +4735,7 @@ const X2 = ({
4734
4735
  )
4735
4736
  ]
4736
4737
  }
4737
- ), j5 = ({
4738
+ ), y5 = ({
4738
4739
  width: i = 20,
4739
4740
  height: o = 20,
4740
4741
  color: e = "#004ED7",
@@ -4763,7 +4764,7 @@ const X2 = ({
4763
4764
  )
4764
4765
  ]
4765
4766
  }
4766
- ), T5 = ({
4767
+ ), Y5 = ({
4767
4768
  width: i = 248,
4768
4769
  height: o = 248,
4769
4770
  color: e = "#070739",
@@ -4800,7 +4801,7 @@ const X2 = ({
4800
4801
  )
4801
4802
  ]
4802
4803
  }
4803
- ), y5 = ({
4804
+ ), K5 = ({
4804
4805
  width: i = 24,
4805
4806
  height: o = 24,
4806
4807
  color: e = "#001E52",
@@ -4839,7 +4840,7 @@ const X2 = ({
4839
4840
  )
4840
4841
  ]
4841
4842
  }
4842
- ), Y5 = ({
4843
+ ), O5 = ({
4843
4844
  width: i = 10,
4844
4845
  height: o = 10,
4845
4846
  color: e = "#001E52",
@@ -4868,7 +4869,7 @@ const X2 = ({
4868
4869
  )
4869
4870
  ]
4870
4871
  }
4871
- ), K5 = ({
4872
+ ), b5 = ({
4872
4873
  width: i = 10,
4873
4874
  height: o = 10,
4874
4875
  color: e = "#001E52",
@@ -4905,10 +4906,10 @@ const X2 = ({
4905
4906
  )
4906
4907
  ]
4907
4908
  }
4908
- ), O5 = ({
4909
+ ), F5 = ({
4909
4910
  width: i = 24,
4910
4911
  height: o = 24,
4911
- color: e = C.GREY_DARK_5,
4912
+ color: e = d.GREY_DARK_5,
4912
4913
  className: l,
4913
4914
  onClick: r
4914
4915
  }) => /* @__PURE__ */ c(
@@ -4944,10 +4945,10 @@ const X2 = ({
4944
4945
  )
4945
4946
  ]
4946
4947
  }
4947
- ), b5 = ({
4948
+ ), S5 = ({
4948
4949
  width: i = 20,
4949
4950
  height: o = 20,
4950
- color: e = C.GREY_DARK_1,
4951
+ color: e = d.GREY_DARK_1,
4951
4952
  className: l,
4952
4953
  onClick: r
4953
4954
  }) => /* @__PURE__ */ c(
@@ -4977,10 +4978,10 @@ const X2 = ({
4977
4978
  )
4978
4979
  ]
4979
4980
  }
4980
- ), F5 = ({
4981
+ ), U5 = ({
4981
4982
  width: i = 81,
4982
4983
  height: o = 80,
4983
- color: e = C.GREY_DARK_5,
4984
+ color: e = d.GREY_DARK_5,
4984
4985
  className: l,
4985
4986
  onClick: r
4986
4987
  }) => /* @__PURE__ */ c(
@@ -5026,9 +5027,9 @@ const X2 = ({
5026
5027
  )
5027
5028
  ]
5028
5029
  }
5029
- ), S5 = ({
5030
+ ), P5 = ({
5030
5031
  className: i,
5031
- color: o = C.GREY_DARK_5,
5032
+ color: o = d.GREY_DARK_5,
5032
5033
  height: e = 20,
5033
5034
  width: l = 20,
5034
5035
  onClick: r
@@ -5053,9 +5054,9 @@ const X2 = ({
5053
5054
  }
5054
5055
  )
5055
5056
  }
5056
- ), U5 = ({
5057
+ ), $5 = ({
5057
5058
  className: i,
5058
- color: o = C.GREY_DARK_5,
5059
+ color: o = d.GREY_DARK_5,
5059
5060
  height: e = 20,
5060
5061
  width: l = 20,
5061
5062
  onClick: r
@@ -5080,9 +5081,9 @@ const X2 = ({
5080
5081
  }
5081
5082
  )
5082
5083
  }
5083
- ), P5 = ({
5084
+ ), z5 = ({
5084
5085
  className: i,
5085
- color: o = C.GREY_DARK_5,
5086
+ color: o = d.GREY_DARK_5,
5086
5087
  height: e = 5,
5087
5088
  width: l = 10,
5088
5089
  onClick: r
@@ -5104,9 +5105,9 @@ const X2 = ({
5104
5105
  }
5105
5106
  )
5106
5107
  }
5107
- ), $5 = ({
5108
+ ), q5 = ({
5108
5109
  className: i,
5109
- color: o = C.GREY_DARK_5,
5110
+ color: o = d.GREY_DARK_5,
5110
5111
  height: e = 5,
5111
5112
  width: l = 10,
5112
5113
  onClick: r
@@ -5129,9 +5130,9 @@ const X2 = ({
5129
5130
  }
5130
5131
  )
5131
5132
  }
5132
- ), z5 = ({
5133
+ ), J5 = ({
5133
5134
  className: i,
5134
- color: o = C.GREY_DARK_5,
5135
+ color: o = d.GREY_DARK_5,
5135
5136
  height: e = 24,
5136
5137
  width: l = 24,
5137
5138
  onClick: r
@@ -5168,9 +5169,9 @@ const X2 = ({
5168
5169
  )
5169
5170
  ]
5170
5171
  }
5171
- ), q5 = ({
5172
+ ), Q5 = ({
5172
5173
  className: i,
5173
- color: o = C.GREY_DARK_5,
5174
+ color: o = d.GREY_DARK_5,
5174
5175
  height: e = 24,
5175
5176
  width: l = 24,
5176
5177
  onClick: r
@@ -5207,9 +5208,9 @@ const X2 = ({
5207
5208
  )
5208
5209
  ]
5209
5210
  }
5210
- ), J5 = ({
5211
+ ), X5 = ({
5211
5212
  className: i,
5212
- color: o = C.GREY_DARK_5,
5213
+ color: o = d.GREY_DARK_5,
5213
5214
  height: e = 24,
5214
5215
  width: l = 24,
5215
5216
  onClick: r
@@ -5234,9 +5235,9 @@ const X2 = ({
5234
5235
  }
5235
5236
  )
5236
5237
  }
5237
- ), Q5 = ({
5238
+ ), e3 = ({
5238
5239
  className: i,
5239
- color: o = C.GREY_DARK_5,
5240
+ color: o = d.GREY_DARK_5,
5240
5241
  height: e = 24,
5241
5242
  width: l = 24,
5242
5243
  onClick: r
@@ -5293,9 +5294,9 @@ const X2 = ({
5293
5294
  )
5294
5295
  ]
5295
5296
  }
5296
- ), X5 = ({
5297
+ ), o3 = ({
5297
5298
  className: i,
5298
- color: o = C.GREY_DARK_5,
5299
+ color: o = d.GREY_DARK_5,
5299
5300
  height: e = 24,
5300
5301
  width: l = 24,
5301
5302
  onClick: r
@@ -5330,9 +5331,9 @@ const X2 = ({
5330
5331
  )
5331
5332
  ]
5332
5333
  }
5333
- ), e3 = ({
5334
+ ), i3 = ({
5334
5335
  className: i,
5335
- color: o = C.GREY_DARK_3,
5336
+ color: o = d.GREY_DARK_3,
5336
5337
  height: e = 14,
5337
5338
  width: l = 14,
5338
5339
  onClick: r
@@ -5367,9 +5368,9 @@ const X2 = ({
5367
5368
  )
5368
5369
  ]
5369
5370
  }
5370
- ), o3 = ({
5371
+ ), t3 = ({
5371
5372
  className: i,
5372
- color: o = C.GREY_DARK_5,
5373
+ color: o = d.GREY_DARK_5,
5373
5374
  height: e = 18,
5374
5375
  onClick: l,
5375
5376
  width: r = 18
@@ -5394,9 +5395,9 @@ const X2 = ({
5394
5395
  }
5395
5396
  )
5396
5397
  }
5397
- ), i3 = ({
5398
+ ), l3 = ({
5398
5399
  className: i,
5399
- color: o = C.GREY_DARK_5,
5400
+ color: o = d.GREY_DARK_5,
5400
5401
  height: e = 24,
5401
5402
  width: l = 24,
5402
5403
  onClick: r
@@ -5446,9 +5447,9 @@ const X2 = ({
5446
5447
  )
5447
5448
  ]
5448
5449
  }
5449
- ), t3 = ({
5450
+ ), r3 = ({
5450
5451
  className: i,
5451
- color: o = C.GREY_DARK_5,
5452
+ color: o = d.GREY_DARK_5,
5452
5453
  height: e = 24,
5453
5454
  width: l = 24,
5454
5455
  onClick: r
@@ -5483,9 +5484,9 @@ const X2 = ({
5483
5484
  )
5484
5485
  ]
5485
5486
  }
5486
- ), l3 = ({
5487
+ ), n3 = ({
5487
5488
  className: i,
5488
- color: o = C.NOTIFICATION_WARNING_DARK,
5489
+ color: o = d.NOTIFICATION_WARNING_DARK,
5489
5490
  height: e = 37,
5490
5491
  width: l = 36,
5491
5492
  onClick: r
@@ -5522,9 +5523,9 @@ const X2 = ({
5522
5523
  )
5523
5524
  ]
5524
5525
  }
5525
- ), r3 = ({
5526
+ ), s3 = ({
5526
5527
  className: i,
5527
- color: o = C.GREY_DARK_5,
5528
+ color: o = d.GREY_DARK_5,
5528
5529
  height: e = 24,
5529
5530
  width: l = 24,
5530
5531
  onClick: r
@@ -5548,9 +5549,9 @@ const X2 = ({
5548
5549
  }
5549
5550
  )
5550
5551
  }
5551
- ), s3 = ({
5552
+ ), h3 = ({
5552
5553
  className: i,
5553
- color: o = C.GREY_DARK_5,
5554
+ color: o = d.GREY_DARK_5,
5554
5555
  height: e = 24,
5555
5556
  width: l = 24,
5556
5557
  onClick: r
@@ -5587,9 +5588,9 @@ const X2 = ({
5587
5588
  )
5588
5589
  ]
5589
5590
  }
5590
- ), n3 = ({
5591
+ ), c3 = ({
5591
5592
  className: i,
5592
- color: o = C.GREY_DARK_5,
5593
+ color: o = d.GREY_DARK_5,
5593
5594
  height: e = 24,
5594
5595
  width: l = 24,
5595
5596
  onClick: r
@@ -5626,9 +5627,9 @@ const X2 = ({
5626
5627
  )
5627
5628
  ]
5628
5629
  }
5629
- ), h3 = ({
5630
+ ), a3 = ({
5630
5631
  className: i,
5631
- color: o = C.GREY_DARK_5,
5632
+ color: o = d.GREY_DARK_5,
5632
5633
  height: e = 24,
5633
5634
  width: l = 24,
5634
5635
  onClick: r
@@ -5695,9 +5696,9 @@ const X2 = ({
5695
5696
  )
5696
5697
  ]
5697
5698
  }
5698
- ), c3 = ({
5699
+ ), d3 = ({
5699
5700
  className: i,
5700
- color: o = C.GREY_DARK_5,
5701
+ color: o = d.GREY_DARK_5,
5701
5702
  height: e = 24,
5702
5703
  width: l = 24,
5703
5704
  onClick: r
@@ -5734,9 +5735,9 @@ const X2 = ({
5734
5735
  )
5735
5736
  ]
5736
5737
  }
5737
- ), a3 = ({
5738
+ ), C3 = ({
5738
5739
  className: i,
5739
- color: o = C.GREY_DARK_5,
5740
+ color: o = d.GREY_DARK_5,
5740
5741
  height: e = 24,
5741
5742
  width: l = 24,
5742
5743
  onClick: r
@@ -5791,9 +5792,9 @@ const X2 = ({
5791
5792
  )
5792
5793
  ]
5793
5794
  }
5794
- ), d3 = ({
5795
+ ), w3 = ({
5795
5796
  className: i,
5796
- color: o = C.GREY_DARK_5,
5797
+ color: o = d.GREY_DARK_5,
5797
5798
  height: e = 24,
5798
5799
  width: l = 24,
5799
5800
  onClick: r
@@ -5830,9 +5831,9 @@ const X2 = ({
5830
5831
  )
5831
5832
  ]
5832
5833
  }
5833
- ), C3 = ({
5834
+ ), k3 = ({
5834
5835
  className: i,
5835
- color: o = C.GREY_DARK_5,
5836
+ color: o = d.GREY_DARK_5,
5836
5837
  height: e = 24,
5837
5838
  width: l = 24,
5838
5839
  onClick: r
@@ -5879,9 +5880,9 @@ const X2 = ({
5879
5880
  )
5880
5881
  ]
5881
5882
  }
5882
- ), w3 = ({
5883
+ ), g3 = ({
5883
5884
  className: i,
5884
- color: o = C.GREY_DARK_5,
5885
+ color: o = d.GREY_DARK_5,
5885
5886
  height: e = 24,
5886
5887
  width: l = 24,
5887
5888
  onClick: r
@@ -5918,9 +5919,9 @@ const X2 = ({
5918
5919
  )
5919
5920
  ]
5920
5921
  }
5921
- ), k3 = ({
5922
+ ), p3 = ({
5922
5923
  className: i,
5923
- color: o = C.GREY_DARK_5,
5924
+ color: o = d.GREY_DARK_5,
5924
5925
  height: e = 24,
5925
5926
  width: l = 24,
5926
5927
  onClick: r
@@ -5945,9 +5946,9 @@ const X2 = ({
5945
5946
  }
5946
5947
  )
5947
5948
  }
5948
- ), g3 = ({
5949
+ ), L3 = ({
5949
5950
  className: i,
5950
- color: o = C.GREY_DARK_5,
5951
+ color: o = d.GREY_DARK_5,
5951
5952
  height: e = 24,
5952
5953
  width: l = 24,
5953
5954
  onClick: r
@@ -5983,9 +5984,9 @@ const X2 = ({
5983
5984
  )
5984
5985
  ]
5985
5986
  }
5986
- ), p3 = ({
5987
+ ), m3 = ({
5987
5988
  className: i,
5988
- color: o = C.GREY_DARK_5,
5989
+ color: o = d.GREY_DARK_5,
5989
5990
  height: e = 24,
5990
5991
  width: l = 24,
5991
5992
  onClick: r
@@ -6004,9 +6005,9 @@ const X2 = ({
6004
6005
  /* @__PURE__ */ t("path", { d: "M12 8L4 8", stroke: o, strokeWidth: "1.7", strokeLinecap: "round" })
6005
6006
  ]
6006
6007
  }
6007
- ), L3 = ({
6008
+ ), u3 = ({
6008
6009
  className: i,
6009
- color: o = C.GREY_DARK_5,
6010
+ color: o = d.GREY_DARK_5,
6010
6011
  height: e = 24,
6011
6012
  width: l = 24,
6012
6013
  onClick: r
@@ -6043,9 +6044,9 @@ const X2 = ({
6043
6044
  )
6044
6045
  ]
6045
6046
  }
6046
- ), m3 = ({
6047
+ ), v3 = ({
6047
6048
  className: i,
6048
- color: o = C.GREY_DARK_5,
6049
+ color: o = d.GREY_DARK_5,
6049
6050
  height: e = 24,
6050
6051
  width: l = 24,
6051
6052
  onClick: r
@@ -6082,9 +6083,9 @@ const X2 = ({
6082
6083
  )
6083
6084
  ]
6084
6085
  }
6085
- ), v3 = ({
6086
+ ), N3 = ({
6086
6087
  className: i,
6087
- color: o = C.GREY_DARK_5,
6088
+ color: o = d.GREY_DARK_5,
6088
6089
  height: e = 24,
6089
6090
  width: l = 24,
6090
6091
  onClick: r
@@ -6121,9 +6122,9 @@ const X2 = ({
6121
6122
  )
6122
6123
  ]
6123
6124
  }
6124
- ), u3 = ({
6125
+ ), f3 = ({
6125
6126
  className: i,
6126
- color: o = C.GREY_DARK_2,
6127
+ color: o = d.GREY_DARK_2,
6127
6128
  height: e = 16,
6128
6129
  width: l = 16,
6129
6130
  onClick: r
@@ -6147,9 +6148,9 @@ const X2 = ({
6147
6148
  }
6148
6149
  )
6149
6150
  }
6150
- ), N3 = ({
6151
+ ), M3 = ({
6151
6152
  className: i,
6152
- color: o = C.GREY_DARK_5,
6153
+ color: o = d.GREY_DARK_5,
6153
6154
  height: e = 20,
6154
6155
  width: l = 20,
6155
6156
  onClick: r
@@ -6176,9 +6177,9 @@ const X2 = ({
6176
6177
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
6177
6178
  ]
6178
6179
  }
6179
- ), f3 = ({
6180
+ ), x3 = ({
6180
6181
  className: i,
6181
- color: o = C.GREY_DARK_5,
6182
+ color: o = d.GREY_DARK_5,
6182
6183
  height: e = 20,
6183
6184
  width: l = 20,
6184
6185
  onClick: r
@@ -6205,9 +6206,9 @@ const X2 = ({
6205
6206
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
6206
6207
  ]
6207
6208
  }
6208
- ), M3 = ({
6209
+ ), _3 = ({
6209
6210
  className: i,
6210
- color: o = C.GREY_DARK_5,
6211
+ color: o = d.GREY_DARK_5,
6211
6212
  height: e = 20,
6212
6213
  width: l = 20,
6213
6214
  onClick: r
@@ -6222,7 +6223,7 @@ const X2 = ({
6222
6223
  fill: "none",
6223
6224
  xmlns: "http://www.w3.org/2000/svg",
6224
6225
  children: [
6225
- /* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: C.GREY_LIGHT_2 }),
6226
+ /* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: d.GREY_LIGHT_2 }),
6226
6227
  /* @__PURE__ */ t(
6227
6228
  "path",
6228
6229
  {
@@ -6234,9 +6235,9 @@ const X2 = ({
6234
6235
  )
6235
6236
  ]
6236
6237
  }
6237
- ), x3 = ({
6238
+ ), R3 = ({
6238
6239
  className: i,
6239
- color: o = C.GREY_DARK_5,
6240
+ color: o = d.GREY_DARK_5,
6240
6241
  height: e = 20,
6241
6242
  width: l = 20,
6242
6243
  onClick: r
@@ -6251,7 +6252,7 @@ const X2 = ({
6251
6252
  fill: "none",
6252
6253
  xmlns: "http://www.w3.org/2000/svg",
6253
6254
  children: [
6254
- /* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: C.GREY_LIGHT_2 }),
6255
+ /* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: d.GREY_LIGHT_2 }),
6255
6256
  /* @__PURE__ */ t(
6256
6257
  "path",
6257
6258
  {
@@ -6263,7 +6264,7 @@ const X2 = ({
6263
6264
  )
6264
6265
  ]
6265
6266
  }
6266
- ), _3 = ({
6267
+ ), H3 = ({
6267
6268
  className: i,
6268
6269
  color: o = "#001E52",
6269
6270
  height: e = 24,
@@ -6289,7 +6290,7 @@ const X2 = ({
6289
6290
  }
6290
6291
  )
6291
6292
  }
6292
- ), R3 = ({
6293
+ ), V3 = ({
6293
6294
  className: i,
6294
6295
  color: o = "#131314",
6295
6296
  height: e = 20,
@@ -6317,7 +6318,7 @@ const X2 = ({
6317
6318
  }
6318
6319
  )
6319
6320
  }
6320
- ), H3 = ({
6321
+ ), E3 = ({
6321
6322
  className: i,
6322
6323
  color: o = "#001E52",
6323
6324
  height: e = 24,
@@ -6355,7 +6356,7 @@ const X2 = ({
6355
6356
  )
6356
6357
  ] }) })
6357
6358
  }
6358
- ), V3 = ({
6359
+ ), Z3 = ({
6359
6360
  name: i,
6360
6361
  width: o,
6361
6362
  height: e,
@@ -6364,7 +6365,7 @@ const X2 = ({
6364
6365
  disabled: w = !1,
6365
6366
  onClick: g
6366
6367
  }) => {
6367
- const [s, p] = v(r), { theme: k } = q(r1), n = w ? k && k === "dark" ? C.GREY_LIGHT_4 : C.GREY_DARK_1 : l, h = w ? void 0 : g;
6368
+ const [n, p] = u(r), { theme: k } = q(r1), s = w ? k && k === "dark" ? d.GREY_LIGHT_4 : d.GREY_DARK_1 : l, h = w ? void 0 : g;
6368
6369
  return R(() => {
6369
6370
  if (r) {
6370
6371
  h && !w && p(`${r} clickable`);
@@ -6374,265 +6375,265 @@ const X2 = ({
6374
6375
  }, [h, r, w]), /* @__PURE__ */ t(W, { children: (() => {
6375
6376
  switch (i) {
6376
6377
  case "nextIcon":
6377
- return S5({ width: o, height: e, color: n, className: s, onClick: h });
6378
+ return P5({ width: o, height: e, color: s, className: n, onClick: h });
6378
6379
  case "prevIcon":
6379
- return U5({ width: o, height: e, color: n, className: s, onClick: h });
6380
+ return $5({ width: o, height: e, color: s, className: n, onClick: h });
6380
6381
  case "arrowUp":
6381
- return X2({ width: o, height: e, color: n, className: s, onClick: h });
6382
+ return o5({ width: o, height: e, color: s, className: n, onClick: h });
6382
6383
  case "arrowDown":
6383
- return e5({ width: o, height: e, color: n, className: s, onClick: h });
6384
+ return i5({ width: o, height: e, color: s, className: n, onClick: h });
6384
6385
  case "info":
6385
- return o5({ width: o, height: e, color: n, className: s, onClick: h });
6386
+ return t5({ width: o, height: e, color: s, className: n, onClick: h });
6386
6387
  case "arrowRight":
6387
- return i5({ width: o, height: e, color: n, className: s, onClick: h });
6388
+ return l5({ width: o, height: e, color: s, className: n, onClick: h });
6388
6389
  case "calendar":
6389
- return t5({ width: o, height: e, color: n, className: s, onClick: h });
6390
+ return r5({ width: o, height: e, color: s, className: n, onClick: h });
6390
6391
  case "ok":
6391
- return l5({ width: o, height: e, color: n, className: s, onClick: h });
6392
+ return n5({ width: o, height: e, color: s, className: n, onClick: h });
6392
6393
  case "cancel":
6393
- return r5({ width: o, height: e, color: n, className: s, onClick: h });
6394
+ return s5({ width: o, height: e, color: s, className: n, onClick: h });
6394
6395
  case "add":
6395
- return s5({ width: o, height: e, color: n, className: s, onClick: h });
6396
+ return h5({ width: o, height: e, color: s, className: n, onClick: h });
6396
6397
  case "list":
6397
- return n5({ width: o, height: e, color: n, className: s, onClick: h });
6398
+ return c5({ width: o, height: e, color: s, className: n, onClick: h });
6398
6399
  case "dragAndDrop":
6399
- return h5({ width: o, height: e, color: n, className: s, onClick: h });
6400
+ return a5({ width: o, height: e, color: s, className: n, onClick: h });
6400
6401
  case "filter":
6401
- return c5({ width: o, height: e, color: n, className: s, onClick: h });
6402
+ return d5({ width: o, height: e, color: s, className: n, onClick: h });
6402
6403
  case "attention":
6403
- return a5({ width: o, height: e, color: n, className: s, onClick: h });
6404
+ return C5({ width: o, height: e, color: s, className: n, onClick: h });
6404
6405
  case "plus":
6405
- return d5({ width: o, height: e, color: n, className: s, onClick: h });
6406
+ return w5({ width: o, height: e, color: s, className: n, onClick: h });
6406
6407
  case "time":
6407
- return C5({ width: o, height: e, color: n, className: s, onClick: h });
6408
+ return k5({ width: o, height: e, color: s, className: n, onClick: h });
6408
6409
  case "arrowDownLong":
6409
- return w5({
6410
+ return g5({
6410
6411
  width: o,
6411
6412
  height: e,
6412
- color: n,
6413
- className: s,
6413
+ color: s,
6414
+ className: n,
6414
6415
  onClick: h
6415
6416
  });
6416
6417
  case "users":
6417
- return k5({ width: o, height: e, color: n, className: s, onClick: h });
6418
+ return p5({ width: o, height: e, color: s, className: n, onClick: h });
6418
6419
  case "mySkillsMatrix":
6419
- return g5({
6420
+ return L5({
6420
6421
  width: o,
6421
6422
  height: e,
6422
- color: n,
6423
- className: s,
6423
+ color: s,
6424
+ className: n,
6424
6425
  onClick: h
6425
6426
  });
6426
6427
  case "skills":
6427
- return p5({ width: o, height: e, color: n, className: s, onClick: h });
6428
+ return m5({ width: o, height: e, color: s, className: n, onClick: h });
6428
6429
  case "skillsMatrices":
6429
- return L5({
6430
+ return u5({
6430
6431
  width: o,
6431
6432
  height: e,
6432
- color: n,
6433
- className: s,
6433
+ color: s,
6434
+ className: n,
6434
6435
  onClick: h
6435
6436
  });
6436
6437
  case "history":
6437
- return m5({ width: o, height: e, color: n, className: s, onClick: h });
6438
+ return v5({ width: o, height: e, color: s, className: n, onClick: h });
6438
6439
  case "logOut":
6439
- return v5({ width: o, height: e, color: n, className: s, onClick: h });
6440
+ return N5({ width: o, height: e, color: s, className: n, onClick: h });
6440
6441
  case "settings":
6441
- return u5({ width: o, height: e, color: n, className: s, onClick: h });
6442
+ return f5({ width: o, height: e, color: s, className: n, onClick: h });
6442
6443
  case "addSkill":
6443
- return N5({ width: o, height: e, color: n, className: s, onClick: h });
6444
+ return M5({ width: o, height: e, color: s, className: n, onClick: h });
6444
6445
  case "conversation":
6445
- return f5({ width: o, height: e, color: n, className: s, onClick: h });
6446
+ return x5({ width: o, height: e, color: s, className: n, onClick: h });
6446
6447
  case "trash":
6447
- return M5({ width: o, height: e, color: n, className: s, onClick: h });
6448
+ return _5({ width: o, height: e, color: s, className: n, onClick: h });
6448
6449
  case "settings4":
6449
- return x5({ width: o, height: e, color: n, className: s, onClick: h });
6450
+ return R5({ width: o, height: e, color: s, className: n, onClick: h });
6450
6451
  case "edit2":
6451
- return _5({ width: o, height: e, color: n, className: s, onClick: h });
6452
+ return H5({ width: o, height: e, color: s, className: n, onClick: h });
6452
6453
  case "notifications":
6453
- return R5({
6454
+ return V5({
6454
6455
  width: o,
6455
6456
  height: e,
6456
- color: n,
6457
- className: s,
6457
+ color: s,
6458
+ className: n,
6458
6459
  onClick: h
6459
6460
  });
6460
6461
  case "success":
6461
- return H5({ width: o, height: e, color: n, className: s, onClick: h });
6462
+ return E5({ width: o, height: e, color: s, className: n, onClick: h });
6462
6463
  case "attentionSmall":
6463
- return V5({
6464
+ return Z5({
6464
6465
  width: o,
6465
6466
  height: e,
6466
- color: n,
6467
- className: s,
6467
+ color: s,
6468
+ className: n,
6468
6469
  onClick: h
6469
6470
  });
6470
6471
  case "errorSmall":
6471
- return E5({ width: o, height: e, color: n, className: s, onClick: h });
6472
+ return W5({ width: o, height: e, color: s, className: n, onClick: h });
6472
6473
  case "infoMedium":
6473
- return Z5({ width: o, height: e, color: n, className: s, onClick: h });
6474
+ return I5({ width: o, height: e, color: s, className: n, onClick: h });
6474
6475
  case "attentionMedium":
6475
- return W5({
6476
+ return B5({
6476
6477
  width: o,
6477
6478
  height: e,
6478
- color: n,
6479
- className: s,
6479
+ color: s,
6480
+ className: n,
6480
6481
  onClick: h
6481
6482
  });
6482
6483
  case "errorMedium":
6483
- return I5({ width: o, height: e, color: n, className: s, onClick: h });
6484
+ return A5({ width: o, height: e, color: s, className: n, onClick: h });
6484
6485
  case "faviconSkills":
6485
- return T5({
6486
+ return Y5({
6486
6487
  width: o,
6487
6488
  height: e,
6488
- color: n,
6489
- className: s,
6489
+ color: s,
6490
+ className: n,
6490
6491
  onClick: h
6491
6492
  });
6492
6493
  case "visibilityIcon":
6493
- return B5({
6494
+ return G5({
6494
6495
  width: o,
6495
6496
  height: e,
6496
- color: n,
6497
- className: s,
6497
+ color: s,
6498
+ className: n,
6498
6499
  onClick: h
6499
6500
  });
6500
6501
  case "visibilityOffIcon":
6501
- return A5({
6502
+ return D5({
6502
6503
  width: o,
6503
6504
  height: e,
6504
- color: n,
6505
- className: s,
6505
+ color: s,
6506
+ className: n,
6506
6507
  onClick: h
6507
6508
  });
6508
6509
  case "selectArrowIcon":
6509
- return G5({
6510
+ return j5({
6510
6511
  width: o,
6511
6512
  height: e,
6512
- color: n,
6513
- className: s,
6513
+ color: s,
6514
+ className: n,
6514
6515
  onClick: h
6515
6516
  });
6516
6517
  case "expandArrowIcon":
6517
- return D5({
6518
+ return T5({
6518
6519
  width: o,
6519
6520
  height: e,
6520
- color: n,
6521
- className: s,
6521
+ color: s,
6522
+ className: n,
6522
6523
  onClick: h
6523
6524
  });
6524
6525
  case "expandActiveArrowIcon":
6525
- return j5({
6526
+ return y5({
6526
6527
  width: o,
6527
6528
  height: e,
6528
- color: n,
6529
- className: s,
6529
+ color: s,
6530
+ className: n,
6530
6531
  onClick: h
6531
6532
  });
6532
6533
  case "camera":
6533
- return y5({ width: o, height: e, color: n, className: s, onClick: h });
6534
+ return K5({ width: o, height: e, color: s, className: n, onClick: h });
6534
6535
  case "sortUp":
6535
- return Y5({ width: o, height: e, color: n, className: s, onClick: h });
6536
+ return O5({ width: o, height: e, color: s, className: n, onClick: h });
6536
6537
  case "sortDown":
6537
- return K5({ width: o, height: e, color: n, className: s, onClick: h });
6538
+ return b5({ width: o, height: e, color: s, className: n, onClick: h });
6538
6539
  case "logOut2":
6539
- return O5({ width: o, height: e, color: n, className: s, onClick: h });
6540
+ return F5({ width: o, height: e, color: s, className: n, onClick: h });
6540
6541
  case "search":
6541
- return b5({ width: o, height: e, color: n, className: s, onClick: h });
6542
+ return S5({ width: o, height: e, color: s, className: n, onClick: h });
6542
6543
  case "handRock":
6543
- return F5({ width: o, height: e, color: n, className: s, onClick: h });
6544
+ return U5({ width: o, height: e, color: s, className: n, onClick: h });
6544
6545
  case "arrowUpFilled":
6545
- return $5({ width: o, height: e, color: n, className: s, onClick: h });
6546
+ return q5({ width: o, height: e, color: s, className: n, onClick: h });
6546
6547
  case "arrowDownFilled":
6547
- return P5({ width: o, height: e, color: n, className: s, onClick: h });
6548
+ return z5({ width: o, height: e, color: s, className: n, onClick: h });
6548
6549
  case "link":
6549
- return z5({ width: o, height: e, color: n, className: s, onClick: h });
6550
+ return J5({ width: o, height: e, color: s, className: n, onClick: h });
6550
6551
  case "telegram":
6551
- return J5({ width: o, height: e, color: n, className: s, onClick: h });
6552
+ return X5({ width: o, height: e, color: s, className: n, onClick: h });
6552
6553
  case "mail":
6553
- return X5({ width: o, height: e, color: n, className: s, onClick: h });
6554
+ return o3({ width: o, height: e, color: s, className: n, onClick: h });
6554
6555
  case "github":
6555
- return q5({ width: o, height: e, color: n, className: s, onClick: h });
6556
+ return Q5({ width: o, height: e, color: s, className: n, onClick: h });
6556
6557
  case "linkedIn":
6557
- return Q5({ width: o, height: e, color: n, className: s, onClick: h });
6558
+ return e3({ width: o, height: e, color: s, className: n, onClick: h });
6558
6559
  case "emptyStateIcon":
6559
- return e3({ width: o, height: e, color: n, className: s, onClick: h });
6560
+ return i3({ width: o, height: e, color: s, className: n, onClick: h });
6560
6561
  case "filtersIcon":
6561
- return o3({ width: o, height: e, color: n, className: s, onClick: h });
6562
+ return t3({ width: o, height: e, color: s, className: n, onClick: h });
6562
6563
  case "dotMenuIcon":
6563
- return i3({ width: o, height: e, color: n, className: s, onClick: h });
6564
+ return l3({ width: o, height: e, color: s, className: n, onClick: h });
6564
6565
  case "plusCircle":
6565
- return t3({ width: o, height: e, color: n, className: s, onClick: h });
6566
+ return r3({ width: o, height: e, color: s, className: n, onClick: h });
6566
6567
  case "warning":
6567
- return l3({ width: o, height: e, color: n, className: s, onClick: h });
6568
+ return n3({ width: o, height: e, color: s, className: n, onClick: h });
6568
6569
  case "back":
6569
- return r3({ width: o, height: e, color: n, className: s, onClick: h });
6570
+ return s3({ width: o, height: e, color: s, className: n, onClick: h });
6570
6571
  case "bell":
6571
- return s3({ width: o, height: e, color: n, className: s, onClick: h });
6572
+ return h3({ width: o, height: e, color: s, className: n, onClick: h });
6572
6573
  case "contract":
6573
- return h3({ width: o, height: e, color: n, className: s, onClick: h });
6574
+ return a3({ width: o, height: e, color: s, className: n, onClick: h });
6574
6575
  case "trash2":
6575
- return n3({ width: o, height: e, color: n, className: s, onClick: h });
6576
+ return c3({ width: o, height: e, color: s, className: n, onClick: h });
6576
6577
  case "manager":
6577
- return c3({ width: o, height: e, color: n, className: s, onClick: h });
6578
+ return d3({ width: o, height: e, color: s, className: n, onClick: h });
6578
6579
  case "resourceManager":
6579
- return a3({ width: o, height: e, color: n, className: s, onClick: h });
6580
+ return C3({ width: o, height: e, color: s, className: n, onClick: h });
6580
6581
  case "settings2":
6581
- return d3({ width: o, height: e, color: n, className: s, onClick: h });
6582
+ return w3({ width: o, height: e, color: s, className: n, onClick: h });
6582
6583
  case "image":
6583
- return C3({ width: o, height: e, color: n, className: s, onClick: h });
6584
+ return k3({ width: o, height: e, color: s, className: n, onClick: h });
6584
6585
  case "upload":
6585
- return w3({ width: o, height: e, color: n, className: s, onClick: h });
6586
+ return g3({ width: o, height: e, color: s, className: n, onClick: h });
6586
6587
  case "edit":
6587
- return k3({ width: o, height: e, color: n, className: s, onClick: h });
6588
+ return p3({ width: o, height: e, color: s, className: n, onClick: h });
6588
6589
  case "location":
6589
- return g3({ width: o, height: e, color: n, className: s, onClick: h });
6590
+ return L3({ width: o, height: e, color: s, className: n, onClick: h });
6590
6591
  case "plus2":
6591
- return p3({ width: o, height: e, color: n, className: s, onClick: h });
6592
+ return m3({ width: o, height: e, color: s, className: n, onClick: h });
6592
6593
  case "search2":
6593
- return L3({ width: o, height: e, color: n, className: s, onClick: h });
6594
+ return u3({ width: o, height: e, color: s, className: n, onClick: h });
6594
6595
  case "fastArrowLeft":
6595
- return m3({ width: o, height: e, color: n, className: s, onClick: h });
6596
+ return v3({ width: o, height: e, color: s, className: n, onClick: h });
6596
6597
  case "fastArrowRight":
6597
- return v3({ width: o, height: e, color: n, className: s, onClick: h });
6598
+ return N3({ width: o, height: e, color: s, className: n, onClick: h });
6598
6599
  case "crossInCircle":
6599
- return u3({ width: o, height: e, color: n, className: s, onClick: h });
6600
+ return f3({ width: o, height: e, color: s, className: n, onClick: h });
6600
6601
  case "arrowUp2":
6601
- return f3({ width: o, height: e, color: n, className: s, onClick: h });
6602
+ return x3({ width: o, height: e, color: s, className: n, onClick: h });
6602
6603
  case "arrowDown2":
6603
- return N3({ width: o, height: e, color: n, className: s, onClick: h });
6604
+ return M3({ width: o, height: e, color: s, className: n, onClick: h });
6604
6605
  case "filledArrowLeft":
6605
- return M3({ width: o, height: e, color: n, className: s, onClick: h });
6606
+ return _3({ width: o, height: e, color: s, className: n, onClick: h });
6606
6607
  case "filledArrowRight":
6607
- return x3({ width: o, height: e, color: n, className: s, onClick: h });
6608
+ return R3({ width: o, height: e, color: s, className: n, onClick: h });
6608
6609
  case "burgerMenu":
6609
- return _3({ width: o, height: e, color: n, className: s, onClick: h });
6610
+ return H3({ width: o, height: e, color: s, className: n, onClick: h });
6610
6611
  case "signOut":
6611
- return R3({ width: o, height: e, color: n, className: s, onClick: h });
6612
+ return V3({ width: o, height: e, color: s, className: n, onClick: h });
6612
6613
  case "refresh":
6613
- return H3({ width: o, height: e, color: n, className: s, onClick: h });
6614
+ return E3({ width: o, height: e, color: s, className: n, onClick: h });
6614
6615
  default:
6615
6616
  return /* @__PURE__ */ t(W, { children: "No Icon provided" });
6616
6617
  }
6617
6618
  })() });
6618
6619
  };
6619
- var s1 = /* @__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.PURPLE_LIGHT = "var(--purple-light)", 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))(s1 || {});
6620
- const E3 = O({
6620
+ var n1 = /* @__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.PURPLE_LIGHT = "var(--purple-light)", 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))(n1 || {});
6621
+ const W3 = O({
6621
6622
  locale: "en",
6622
6623
  theme: "light"
6623
6624
  });
6624
- E3.Provider;
6625
- const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r = !0 }) => {
6625
+ W3.Provider;
6626
+ const s1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r = !0 }) => {
6626
6627
  const w = e === "small" ? 10 : 12.5;
6627
6628
  return /* @__PURE__ */ t(
6628
6629
  i1,
6629
6630
  {
6630
6631
  className: `snmt-tag ${e}`,
6631
6632
  closeIcon: /* @__PURE__ */ t(
6632
- V3,
6633
+ Z3,
6633
6634
  {
6634
6635
  name: "errorSmall",
6635
- color: s1.GREY_DARK_2,
6636
+ color: n1.GREY_DARK_2,
6636
6637
  width: w,
6637
6638
  height: w,
6638
6639
  onClick: l
@@ -6641,10 +6642,10 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6641
6642
  bordered: !1,
6642
6643
  style: { width: o ?? "fit-content" },
6643
6644
  closable: r,
6644
- children: typeof i == "string" ? /* @__PURE__ */ t(Q2, { variant: e === "small" ? "body4" : "body2", children: i }) : i
6645
+ children: typeof i == "string" ? /* @__PURE__ */ t(e5, { variant: e === "small" ? "body4" : "body2", children: i }) : i
6645
6646
  }
6646
6647
  );
6647
- }, { Title: Z3, Text: W3 } = o1, I3 = {
6648
+ }, { Title: I3, Text: B3 } = o1, A3 = {
6648
6649
  h1: 1,
6649
6650
  h2: 2,
6650
6651
  h3: 3,
@@ -6658,31 +6659,31 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6658
6659
  onClick: r,
6659
6660
  collapsed: w,
6660
6661
  whiteSpace: g = "normal"
6661
- }, s) => {
6662
+ }, n) => {
6662
6663
  const p = o === "h1" || o === "h2" || o === "h3" || o === "h4";
6663
6664
  let k = `snmt-typography snmt-typography-${o}`;
6664
6665
  return i && i !== "inherit" && (k += ` snmt-typography-align-${i}`), w && (k += " collapsed"), p ? /* @__PURE__ */ t(
6665
- Z3,
6666
+ I3,
6666
6667
  {
6667
6668
  className: k,
6668
6669
  style: { color: e, whiteSpace: g },
6669
6670
  onClick: r,
6670
- level: I3[o],
6671
- ref: s,
6671
+ level: A3[o],
6672
+ ref: n,
6672
6673
  children: l
6673
6674
  }
6674
6675
  ) : /* @__PURE__ */ t(
6675
- W3,
6676
+ B3,
6676
6677
  {
6677
6678
  className: k,
6678
6679
  style: { color: e, whiteSpace: g },
6679
6680
  onClick: r,
6680
- ref: s,
6681
+ ref: n,
6681
6682
  children: l
6682
6683
  }
6683
6684
  );
6684
6685
  }
6685
- ), B3 = ({
6686
+ ), G3 = ({
6686
6687
  children: i,
6687
6688
  content: o,
6688
6689
  isOpen: e,
@@ -6690,9 +6691,9 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6690
6691
  placement: r = "topRight",
6691
6692
  noPadding: w = !1
6692
6693
  }) => {
6693
- const [g, s] = v(!1);
6694
+ const [g, n] = u(!1);
6694
6695
  return /* @__PURE__ */ t(
6695
- L1,
6696
+ u1,
6696
6697
  {
6697
6698
  content: o,
6698
6699
  arrow: !1,
@@ -6701,12 +6702,12 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6701
6702
  overlayClassName: `snmt-popover ${w ? "" : "padding"}`,
6702
6703
  open: e ?? g,
6703
6704
  onOpenChange: (p) => {
6704
- s(p), l == null || l(p);
6705
+ n(p), l == null || l(p);
6705
6706
  },
6706
6707
  children: /* @__PURE__ */ t("div", { className: "wrapper", children: i })
6707
6708
  }
6708
6709
  );
6709
- }, A3 = ({
6710
+ }, D3 = ({
6710
6711
  values: i,
6711
6712
  onTagClose: o,
6712
6713
  maxWidth: e,
@@ -6714,44 +6715,44 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6714
6715
  options: r,
6715
6716
  extraOptions: w
6716
6717
  }) => {
6717
- const [g, s] = v(!1);
6718
+ const [g, n] = u(!1);
6718
6719
  R(() => {
6719
- i.length || s(!1);
6720
+ i.length || n(!1);
6720
6721
  }, [i]);
6721
- const p = (n) => {
6722
- n.preventDefault(), n.stopPropagation();
6722
+ const p = (s) => {
6723
+ s.preventDefault(), s.stopPropagation();
6723
6724
  };
6724
6725
  if (!i.length)
6725
6726
  return null;
6726
- const k = (n) => {
6727
+ const k = (s) => {
6727
6728
  var h, f;
6728
- return ((h = r == null ? void 0 : r.find((M) => M.value === n)) == null ? void 0 : h.label) || ((f = w == null ? void 0 : w.find((M) => M.value === n)) == null ? void 0 : f.label) || n;
6729
+ return ((h = r == null ? void 0 : r.find((M) => M.value === s)) == null ? void 0 : h.label) || ((f = w == null ? void 0 : w.find((M) => M.value === s)) == null ? void 0 : f.label) || s;
6729
6730
  };
6730
6731
  return /* @__PURE__ */ t("div", { onMouseDown: p, className: "wrapper", children: /* @__PURE__ */ t(
6731
- B3,
6732
+ G3,
6732
6733
  {
6733
6734
  content: (
6734
6735
  // 90: paddings + margins + gaps and so on
6735
- /* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, children: /* @__PURE__ */ t(K, { gap: 6, flexWrap: "wrap", children: i.map(({ value: n }) => /* @__PURE__ */ t(
6736
- n1,
6736
+ /* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, children: /* @__PURE__ */ t(K, { gap: 6, flexWrap: "wrap", children: i.map(({ value: s }) => /* @__PURE__ */ t(
6737
+ s1,
6737
6738
  {
6738
- onClose: () => o(n),
6739
+ onClose: () => o(s),
6739
6740
  closable: !l,
6740
- children: k(n)
6741
+ children: k(s)
6741
6742
  },
6742
- n
6743
+ s
6743
6744
  )) }) })
6744
6745
  ),
6745
6746
  placement: "bottomRight",
6746
6747
  isOpen: g,
6747
- setIsOpen: s,
6748
+ setIsOpen: n,
6748
6749
  children: /* @__PURE__ */ t(i1, { className: `overflow-button ${g ? "open" : ""}`, bordered: !1, children: /* @__PURE__ */ c(h1, { variant: "body4", color: g ? Z.BLUE_PRIMARY : void 0, children: [
6749
6750
  i.length,
6750
6751
  " more"
6751
6752
  ] }) })
6752
6753
  }
6753
6754
  ) });
6754
- }, G3 = ({ size: i = 30, color: o = "#004ed7" }) => {
6755
+ }, j3 = ({ size: i = 30, color: o = "#004ed7" }) => {
6755
6756
  const e = `no-repeat linear-gradient(${o}
6756
6757
  calc(50% - 10px), #0000 0 calc(50% + 10px), ${o} 0)`, l = {
6757
6758
  width: i,
@@ -6768,10 +6769,10 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6768
6769
  search: r = !1,
6769
6770
  options: w,
6770
6771
  width: g,
6771
- disabled: s = !1,
6772
+ disabled: n = !1,
6772
6773
  required: p = !1,
6773
6774
  scrollThresholdValue: k = 50,
6774
- onSearchChange: n,
6775
+ onSearchChange: s,
6775
6776
  onDropdownVisibleChange: h,
6776
6777
  onScrollToEnd: f,
6777
6778
  onPopupScroll: I,
@@ -6779,26 +6780,26 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6779
6780
  extraOptions: H,
6780
6781
  isLoading: B
6781
6782
  }, j) => {
6782
- const [A, T] = v(!1), [x, V] = v(!1), [F, G] = v(!0), [u, E] = v(i), m = e1(null);
6783
+ const [A, T] = u(!1), [x, V] = u(!1), [F, G] = u(!0), [v, E] = u(i), m = e1(null);
6783
6784
  R(() => {
6784
6785
  E(i);
6785
6786
  }, [i]);
6786
- const S = (a) => {
6787
- T(a), h && h(a);
6788
- }, U = (a, L) => {
6787
+ const S = (C) => {
6788
+ T(C), h && h(C);
6789
+ }, U = (C, L) => {
6789
6790
  var N;
6790
- return !!((N = L == null ? void 0 : L.label) != null && N.toString().toLowerCase().includes(a.toLowerCase()));
6791
+ return !!((N = L == null ? void 0 : L.label) != null && N.toString().toLowerCase().includes(C.toLowerCase()));
6791
6792
  }, D = () => {
6792
6793
  V(!0);
6793
6794
  }, _ = () => {
6794
6795
  V(!1);
6795
- }, y = (a) => {
6796
- if (E(a), l) {
6797
- const N = a;
6796
+ }, y = (C) => {
6797
+ if (E(C), l) {
6798
+ const N = C;
6798
6799
  o == null || o(N);
6799
6800
  return;
6800
6801
  }
6801
- const L = a;
6802
+ const L = C;
6802
6803
  o == null || o(L);
6803
6804
  }, c1 = () => {
6804
6805
  if (l) {
@@ -6806,22 +6807,39 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6806
6807
  return;
6807
6808
  }
6808
6809
  y("");
6809
- }, J = (a) => {
6810
- const L = u.filter((N) => N !== a);
6810
+ }, J = (C) => {
6811
+ const L = v.filter((N) => N !== C);
6811
6812
  y(L), E(L);
6812
- }, a1 = (a) => (u == null ? void 0 : u.indexOf(a)) === 0 ? (
6813
+ }, a1 = (C) => (v == null ? void 0 : v.indexOf(C)) === 0 ? (
6813
6814
  // if the search input is empty
6814
6815
  // then display the placeholder, else do not display it
6815
6816
  /* @__PURE__ */ t("span", { className: "custom-placeholder", children: F ? e : "" })
6816
- ) : /* @__PURE__ */ t(W, {}), d1 = (a) => {
6817
- a.preventDefault(), a.stopPropagation();
6818
- }, C1 = async (a) => {
6819
- const { target: L } = a;
6820
- L.scrollTop + L.offsetHeight >= L.scrollHeight - k && (f == null || f(!0)), I && await I(a);
6821
- }, Q = (a) => {
6817
+ ) : /* @__PURE__ */ t(W, {}), d1 = (C) => {
6818
+ C.preventDefault(), C.stopPropagation();
6819
+ }, C1 = async (C) => {
6820
+ const { target: L } = C;
6821
+ L.scrollTop + L.offsetHeight >= L.scrollHeight - k && (f == null || f(!0)), I && await I(C);
6822
+ }, Q = (C) => {
6822
6823
  var L, N;
6823
- return ((L = w.find((P) => P.value === a)) == null ? void 0 : L.label) || ((N = H == null ? void 0 : H.find((P) => P.value === a)) == null ? void 0 : N.label) || a;
6824
+ return ((L = w.find((P) => P.value === C)) == null ? void 0 : L.label) || ((N = H == null ? void 0 : H.find((P) => P.value === C)) == null ? void 0 : N.label) || C;
6824
6825
  };
6826
+ function w1(C) {
6827
+ var L;
6828
+ return /* @__PURE__ */ t(
6829
+ D3,
6830
+ {
6831
+ values: C,
6832
+ onTagClose: J,
6833
+ maxWidth: ((L = m.current) == null ? void 0 : L.clientWidth) || 0,
6834
+ disabled: n,
6835
+ options: w,
6836
+ extraOptions: H
6837
+ }
6838
+ );
6839
+ }
6840
+ function k1({ label: C, value: L, mode: N }) {
6841
+ return N === "filter" ? a1(L) : /* @__PURE__ */ t("div", { onMouseDown: d1, className: "tag-wrapper", children: /* @__PURE__ */ t(s1, { onClose: () => J(L), closable: !n, children: /* @__PURE__ */ t(h1, { variant: "body4", children: typeof C == "object" ? C : Q(L) }) }) });
6842
+ }
6825
6843
  return /* @__PURE__ */ c(
6826
6844
  "div",
6827
6845
  {
@@ -6831,7 +6849,7 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6831
6849
  style: { width: g },
6832
6850
  children: [
6833
6851
  /* @__PURE__ */ t(
6834
- w1,
6852
+ g1,
6835
6853
  {
6836
6854
  className: "snmt-select-blank",
6837
6855
  id: M,
@@ -6840,55 +6858,29 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6840
6858
  filterOption: r && U,
6841
6859
  onDropdownVisibleChange: S,
6842
6860
  placeholder: e ? p ? `${e}*` : e : void 0,
6843
- disabled: s,
6844
- value: u || void 0,
6845
- labelRender: (a) => Q(a.value),
6861
+ disabled: n,
6862
+ value: v || void 0,
6863
+ labelRender: (C) => Q(C.value),
6846
6864
  mode: l === "filter" ? "multiple" : l,
6847
6865
  onChange: y,
6848
6866
  onFocus: D,
6849
6867
  onBlur: _,
6850
- onSearch: (a) => {
6851
- G(!a), n && n(a);
6868
+ onSearch: (C) => {
6869
+ G(!C), s && s(C);
6852
6870
  },
6853
6871
  onSelect: () => G(!0),
6854
6872
  onDeselect: () => G(!0),
6855
- tagRender: l === "filter" ? (
6856
- // HACK to prevent showing selected options in input
6857
- (a) => a1(a.value)
6858
- ) : (a) => {
6859
- const L = typeof a.label == "object";
6860
- return /* @__PURE__ */ t("div", { onMouseDown: d1, className: "tag-wrapper", children: /* @__PURE__ */ t(
6861
- n1,
6862
- {
6863
- onClose: () => J(a.value),
6864
- closable: !s,
6865
- children: /* @__PURE__ */ t(h1, { variant: "body4", children: L ? a.label : Q(a.value) })
6866
- }
6867
- ) });
6868
- },
6873
+ tagRender: (C) => k1({ ...C, mode: l }),
6869
6874
  maxTagCount: "responsive",
6870
- maxTagPlaceholder: (a) => {
6871
- var L;
6872
- return /* @__PURE__ */ t(
6873
- A3,
6874
- {
6875
- values: a,
6876
- onTagClose: J,
6877
- maxWidth: ((L = m.current) == null ? void 0 : L.clientWidth) || 0,
6878
- disabled: s,
6879
- options: w,
6880
- extraOptions: H
6881
- }
6882
- );
6883
- },
6875
+ maxTagPlaceholder: w1,
6884
6876
  onPopupScroll: C1,
6885
6877
  suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(W, { children: [
6886
- l && u && !!u.length && /* @__PURE__ */ t("div", { onClick: c1, children: /* @__PURE__ */ t(Y, { name: "cancel" }) }),
6878
+ l && v && !!v.length && /* @__PURE__ */ t("div", { onClick: c1, children: /* @__PURE__ */ t(Y, { name: "cancel" }) }),
6887
6879
  /* @__PURE__ */ t(
6888
6880
  Y,
6889
6881
  {
6890
6882
  name: "selectArrowIcon",
6891
- color: s ? Z.GREY_DARK_1 : Z.GREY_DARK_5,
6883
+ color: n ? Z.GREY_DARK_1 : Z.GREY_DARK_5,
6892
6884
  className: A ? "select-arrow-rotated" : "select-arrow",
6893
6885
  onClick: () => T(!A)
6894
6886
  }
@@ -6896,20 +6888,20 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6896
6888
  ] }) }),
6897
6889
  removeIcon: /* @__PURE__ */ t(Y, { name: "errorSmall", color: Z.GREY_DARK_2 }),
6898
6890
  options: w,
6899
- optionRender: (a) => /* @__PURE__ */ c(K, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
6891
+ optionRender: (C) => /* @__PURE__ */ c(K, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
6900
6892
  /* @__PURE__ */ c(K, { alignItems: "center", gap: 12, children: [
6901
6893
  l && /* @__PURE__ */ t(
6902
- v1,
6894
+ N1,
6903
6895
  {
6904
- checked: !!(u != null && u.includes(a.value))
6896
+ checked: !!(v != null && v.includes(C.value))
6905
6897
  }
6906
6898
  ),
6907
6899
  /* @__PURE__ */ c(K, { alignItems: "center", gap: 8, children: [
6908
- a.data.image && /* @__PURE__ */ t(m1, { src: a.data.image, size: 20 }),
6909
- /* @__PURE__ */ t("span", { children: a.label })
6900
+ C.data.image && /* @__PURE__ */ t(v1, { src: C.data.image, size: 20 }),
6901
+ /* @__PURE__ */ t("span", { children: C.label })
6910
6902
  ] })
6911
6903
  ] }),
6912
- !l && u === a.value && /* @__PURE__ */ t(
6904
+ !l && v === C.value && /* @__PURE__ */ t(
6913
6905
  Y,
6914
6906
  {
6915
6907
  name: "ok",
@@ -6927,7 +6919,7 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6927
6919
  display: "grid",
6928
6920
  justifyContent: "center"
6929
6921
  },
6930
- children: /* @__PURE__ */ t(G3, { size: 28 })
6922
+ children: /* @__PURE__ */ t(j3, { size: 28 })
6931
6923
  }
6932
6924
  ) : void 0
6933
6925
  }
@@ -6936,7 +6928,7 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6936
6928
  "fieldset",
6937
6929
  {
6938
6930
  className: `${x ? "fieldset-focused" : ""}
6939
- ${s ? "fieldset-disabled" : ""}
6931
+ ${n ? "fieldset-disabled" : ""}
6940
6932
  ${typeof i == "string" && i ? "fieldset-filled" : ""}
6941
6933
  ${typeof i == "object" && i != null && i.length ? "fieldset-filled" : ""}`,
6942
6934
  children: /* @__PURE__ */ t("legend", { children: e ? /* @__PURE__ */ t("span", { children: p ? `${e}*` : e }) : "" })
@@ -6947,7 +6939,7 @@ const n1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
6947
6939
  );
6948
6940
  }
6949
6941
  );
6950
- function D3(i, o = 500) {
6942
+ function T3(i, o = 500) {
6951
6943
  const e = e1();
6952
6944
  return R(() => () => {
6953
6945
  e.current && clearTimeout(e.current);
@@ -6961,7 +6953,7 @@ function D3(i, o = 500) {
6961
6953
  const z = {
6962
6954
  limit: 100,
6963
6955
  offset: 0
6964
- }, O3 = b(
6956
+ }, F3 = b(
6965
6957
  ({
6966
6958
  loadOptions: i,
6967
6959
  width: o,
@@ -6970,12 +6962,12 @@ const z = {
6970
6962
  id: r,
6971
6963
  disabled: w,
6972
6964
  scrollThresholdValue: g,
6973
- placeholder: s,
6965
+ placeholder: n,
6974
6966
  mode: p,
6975
6967
  loadOnClosedState: k,
6976
- extraOptions: n
6968
+ extraOptions: s
6977
6969
  }, h) => {
6978
- const [f, I] = v([]), [M, H] = v(z), [B, j] = v(!1), [A, T] = v(null), x = $(
6970
+ const [f, I] = u([]), [M, H] = u(z), [B, j] = u(!1), [A, T] = u(null), x = $(
6979
6971
  async (m = !1, S) => {
6980
6972
  if (!B) {
6981
6973
  j(!0);
@@ -6993,14 +6985,14 @@ const z = {
6993
6985
  }
6994
6986
  },
6995
6987
  [M, i, B]
6996
- ), V = D3(x), F = $(
6988
+ ), V = T3(x), F = $(
6997
6989
  (m) => {
6998
6990
  (m === "" || m === void 0 || m === null) && H(z), V(!0, m);
6999
6991
  },
7000
6992
  [V]
7001
6993
  ), G = async (m) => {
7002
6994
  m && A !== null && A > f.length && await x(!1);
7003
- }, u = $(
6995
+ }, v = $(
7004
6996
  (m) => {
7005
6997
  m && !k && x(!1);
7006
6998
  },
@@ -7016,21 +7008,21 @@ const z = {
7016
7008
  options: f,
7017
7009
  onChange: e,
7018
7010
  ref: h,
7019
- placeholder: s,
7011
+ placeholder: n,
7020
7012
  search: !0,
7021
7013
  value: l,
7022
7014
  onSearchChange: F,
7023
- onDropdownVisibleChange: u,
7015
+ onDropdownVisibleChange: v,
7024
7016
  scrollThresholdValue: g,
7025
7017
  onScrollToEnd: G,
7026
7018
  loadOnClosedState: k,
7027
7019
  disabled: w,
7028
- extraOptions: n,
7020
+ extraOptions: s,
7029
7021
  isLoading: B
7030
7022
  };
7031
7023
  return p ? /* @__PURE__ */ t(X, { ...E, onChange: e, value: l, mode: p }) : /* @__PURE__ */ t("div", { className: "snmt-async-select", children: /* @__PURE__ */ t(X, { ...E, onChange: e, value: l }) });
7032
7024
  }
7033
7025
  );
7034
7026
  export {
7035
- O3 as AsyncSelect
7027
+ F3 as AsyncSelect
7036
7028
  };