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

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