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