@snmt-react-ui/async-select 1.13.15 → 1.13.17
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 +1126 -961
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "./index.css";
|
|
2
|
-
import { jsx as e, Fragment as
|
|
3
|
-
import { forwardRef as J, useState as
|
|
4
|
-
import { Select as
|
|
2
|
+
import { jsx as e, Fragment as G, jsxs as n } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as J, useState as u, useRef as S, useEffect as T, useCallback as Z, useContext as Q, useImperativeHandle as o1, createContext as O1, useLayoutEffect as L1, useMemo as H1 } from "react";
|
|
4
|
+
import { Select as T1, Tag as _1, Flex as S1, Checkbox as W1, Avatar as j1, Typography as g1, Popover as $1, Tooltip as m1 } from "antd";
|
|
5
5
|
import { COLORS as a, SNMTUiContext as s1 } from "@snmt-react-ui/core";
|
|
6
|
-
var
|
|
7
|
-
function
|
|
6
|
+
var F1 = Object.defineProperty, P1 = (i, l, C) => l in i ? F1(i, l, { enumerable: !0, configurable: !0, writable: !0, value: C }) : i[l] = C, U1 = (i, l, C) => P1(i, l + "", C), z1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
7
|
+
function q1() {
|
|
8
8
|
if (console && console.warn) {
|
|
9
9
|
for (var i = arguments.length, l = new Array(i), C = 0; C < i; C++)
|
|
10
10
|
l[C] = arguments[C];
|
|
11
11
|
q(l[0]) && (l[0] = `react-i18next:: ${l[0]}`), console.warn(...l);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
const
|
|
15
|
-
function
|
|
14
|
+
const R1 = {};
|
|
15
|
+
function V1() {
|
|
16
16
|
for (var i = arguments.length, l = new Array(i), C = 0; C < i; C++)
|
|
17
17
|
l[C] = arguments[C];
|
|
18
|
-
q(l[0]) &&
|
|
18
|
+
q(l[0]) && R1[l[0]] || (q(l[0]) && (R1[l[0]] = /* @__PURE__ */ new Date()), q1(...l));
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const Y1 = (i, l) => () => {
|
|
21
21
|
if (i.isInitialized)
|
|
22
22
|
l();
|
|
23
23
|
else {
|
|
@@ -28,13 +28,13 @@ const G1 = (i, l) => () => {
|
|
|
28
28
|
};
|
|
29
29
|
i.on("initialized", C);
|
|
30
30
|
}
|
|
31
|
-
},
|
|
32
|
-
i.loadNamespaces(l,
|
|
33
|
-
},
|
|
31
|
+
}, x1 = (i, l, C) => {
|
|
32
|
+
i.loadNamespaces(l, Y1(i, C));
|
|
33
|
+
}, A1 = (i, l, C, t) => {
|
|
34
34
|
q(C) && (C = [C]), C.forEach((h) => {
|
|
35
35
|
i.options.ns.indexOf(h) < 0 && i.options.ns.push(h);
|
|
36
|
-
}), i.loadLanguages(l,
|
|
37
|
-
},
|
|
36
|
+
}), i.loadLanguages(l, Y1(i, t));
|
|
37
|
+
}, J1 = function(i, l) {
|
|
38
38
|
let C = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
39
39
|
const t = l.languages[0], h = l.options ? l.options.fallbackLng : !1, d = l.languages[l.languages.length - 1];
|
|
40
40
|
if (t.toLowerCase() === "cimode") return !0;
|
|
@@ -43,15 +43,15 @@ const G1 = (i, l) => () => {
|
|
|
43
43
|
return o === -1 || o === 2;
|
|
44
44
|
};
|
|
45
45
|
return C.bindI18n && C.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !r(l.isLanguageChangingTo, i) ? !1 : !!(l.hasResourceBundle(t, i) || !l.services.backendConnector.backend || l.options.resources && !l.options.partialBundledLanguages || r(t, i) && (!h || r(d, i)));
|
|
46
|
-
},
|
|
46
|
+
}, Q1 = function(i, l) {
|
|
47
47
|
let C = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
48
|
-
return !l.languages || !l.languages.length ? (
|
|
48
|
+
return !l.languages || !l.languages.length ? (V1("i18n.languages were undefined or empty", l.languages), !0) : l.options.ignoreJSONStructure !== void 0 ? l.hasLoadedNamespace(i, {
|
|
49
49
|
lng: C.lng,
|
|
50
50
|
precheck: (t, h) => {
|
|
51
51
|
if (C.bindI18n && C.bindI18n.indexOf("languageChanging") > -1 && t.services.backendConnector.backend && t.isLanguageChangingTo && !h(t.isLanguageChangingTo, i)) return !1;
|
|
52
52
|
}
|
|
53
|
-
}) :
|
|
54
|
-
}, q = (i) => typeof i == "string", X1 = (i) => typeof i == "object" && i !== null,
|
|
53
|
+
}) : J1(i, l, C);
|
|
54
|
+
}, q = (i) => typeof i == "string", X1 = (i) => typeof i == "object" && i !== null, C2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, l2 = {
|
|
55
55
|
"&": "&",
|
|
56
56
|
"&": "&",
|
|
57
57
|
"<": "<",
|
|
@@ -72,8 +72,8 @@ const G1 = (i, l) => () => {
|
|
|
72
72
|
"…": "…",
|
|
73
73
|
"/": "/",
|
|
74
74
|
"/": "/"
|
|
75
|
-
},
|
|
76
|
-
let
|
|
75
|
+
}, e2 = (i) => l2[i], i2 = (i) => i.replace(C2, e2);
|
|
76
|
+
let t2 = {
|
|
77
77
|
bindI18n: "languageChanged",
|
|
78
78
|
bindI18nStore: "",
|
|
79
79
|
transEmptyNodeValue: "",
|
|
@@ -81,14 +81,14 @@ let i2 = {
|
|
|
81
81
|
transWrapTextNodes: "",
|
|
82
82
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
83
83
|
useSuspense: !0,
|
|
84
|
-
unescape:
|
|
84
|
+
unescape: i2
|
|
85
85
|
};
|
|
86
|
-
const
|
|
87
|
-
let
|
|
88
|
-
const
|
|
89
|
-
class
|
|
86
|
+
const h2 = () => t2;
|
|
87
|
+
let o2;
|
|
88
|
+
const s2 = () => o2, a2 = O1();
|
|
89
|
+
class c2 {
|
|
90
90
|
constructor() {
|
|
91
|
-
|
|
91
|
+
U1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
|
92
92
|
}
|
|
93
93
|
addUsedNamespaces(l) {
|
|
94
94
|
l.forEach((C) => {
|
|
@@ -96,27 +96,27 @@ class a2 {
|
|
|
96
96
|
});
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
-
const
|
|
100
|
-
const C =
|
|
101
|
-
return
|
|
99
|
+
const n2 = (i, l) => {
|
|
100
|
+
const C = S();
|
|
101
|
+
return T(() => {
|
|
102
102
|
C.current = i;
|
|
103
103
|
}, [i, l]), C.current;
|
|
104
|
-
}, K1 = (i, l, C, t) => i.getFixedT(l, C, t),
|
|
104
|
+
}, K1 = (i, l, C, t) => i.getFixedT(l, C, t), r2 = (i, l, C, t) => Z(K1(i, l, C, t), [i, l, C, t]), d2 = function(i) {
|
|
105
105
|
let l = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
106
106
|
const {
|
|
107
107
|
i18n: C
|
|
108
108
|
} = l, {
|
|
109
109
|
i18n: t,
|
|
110
110
|
defaultNS: h
|
|
111
|
-
} =
|
|
112
|
-
if (d && !d.reportNamespaces && (d.reportNamespaces = new
|
|
113
|
-
|
|
114
|
-
const
|
|
115
|
-
return
|
|
111
|
+
} = Q(a2) || {}, d = C || t || s2();
|
|
112
|
+
if (d && !d.reportNamespaces && (d.reportNamespaces = new c2()), !d) {
|
|
113
|
+
V1("You will need to pass in an i18next instance by using initReactI18next");
|
|
114
|
+
const H = (R, N) => q(N) ? N : X1(N) && q(N.defaultValue) ? N.defaultValue : Array.isArray(R) ? R[R.length - 1] : R, p = [H, {}, !1];
|
|
115
|
+
return p.t = H, p.i18n = {}, p.ready = !1, p;
|
|
116
116
|
}
|
|
117
|
-
d.options.react && d.options.react.wait !== void 0 &&
|
|
117
|
+
d.options.react && d.options.react.wait !== void 0 && V1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
118
118
|
const r = {
|
|
119
|
-
...
|
|
119
|
+
...h2(),
|
|
120
120
|
...d.options.react,
|
|
121
121
|
...l
|
|
122
122
|
}, {
|
|
@@ -125,33 +125,33 @@ const c2 = (i, l) => {
|
|
|
125
125
|
} = r;
|
|
126
126
|
let o = i;
|
|
127
127
|
o = q(o) ? [o] : o || ["translation"], d.reportNamespaces.addUsedNamespaces && d.reportNamespaces.addUsedNamespaces(o);
|
|
128
|
-
const c = (d.isInitialized || d.initializedStoreOnce) && o.every((
|
|
129
|
-
let
|
|
130
|
-
l.lng && (
|
|
131
|
-
const
|
|
132
|
-
|
|
128
|
+
const c = (d.isInitialized || d.initializedStoreOnce) && o.every((H) => Q1(H, d, r)), M = r2(d, l.lng || null, r.nsMode === "fallback" ? o : o[0], s), v = () => M, g = () => K1(d, l.lng || null, r.nsMode === "fallback" ? o : o[0], s), [m, A] = u(v);
|
|
129
|
+
let b = o.join();
|
|
130
|
+
l.lng && (b = `${l.lng}${b}`);
|
|
131
|
+
const O = n2(b), D = S(!0);
|
|
132
|
+
T(() => {
|
|
133
133
|
const {
|
|
134
|
-
bindI18n:
|
|
135
|
-
bindI18nStore:
|
|
134
|
+
bindI18n: H,
|
|
135
|
+
bindI18nStore: p
|
|
136
136
|
} = r;
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
}) :
|
|
140
|
-
|
|
141
|
-
})), c &&
|
|
142
|
-
const
|
|
143
|
-
|
|
137
|
+
D.current = !0, !c && !w && (l.lng ? A1(d, l.lng, o, () => {
|
|
138
|
+
D.current && A(g);
|
|
139
|
+
}) : x1(d, o, () => {
|
|
140
|
+
D.current && A(g);
|
|
141
|
+
})), c && O && O !== b && D.current && A(g);
|
|
142
|
+
const R = () => {
|
|
143
|
+
D.current && A(g);
|
|
144
144
|
};
|
|
145
|
-
return
|
|
146
|
-
|
|
145
|
+
return H && d && d.on(H, R), p && d && d.store.on(p, R), () => {
|
|
146
|
+
D.current = !1, H && d && H.split(" ").forEach((N) => d.off(N, R)), p && d && p.split(" ").forEach((N) => d.store.off(N, R));
|
|
147
147
|
};
|
|
148
|
-
}, [d,
|
|
149
|
-
|
|
148
|
+
}, [d, b]), T(() => {
|
|
149
|
+
D.current && c && A(v);
|
|
150
150
|
}, [d, s, c]);
|
|
151
|
-
const
|
|
152
|
-
if (
|
|
153
|
-
throw new Promise((
|
|
154
|
-
l.lng ?
|
|
151
|
+
const W = [m, d, c];
|
|
152
|
+
if (W.t = m, W.i18n = d, W.ready = c, c || !c && !w) return W;
|
|
153
|
+
throw new Promise((H) => {
|
|
154
|
+
l.lng ? A1(d, l.lng, o, () => H()) : x1(d, o, () => H());
|
|
155
155
|
});
|
|
156
156
|
}, w1 = ({
|
|
157
157
|
children: i,
|
|
@@ -163,7 +163,7 @@ const c2 = (i, l) => {
|
|
|
163
163
|
gap: r,
|
|
164
164
|
padding: w
|
|
165
165
|
}) => /* @__PURE__ */ e(
|
|
166
|
-
|
|
166
|
+
S1,
|
|
167
167
|
{
|
|
168
168
|
className: `snmt-flex${C === "inherit" ? " inherit" : ""}`,
|
|
169
169
|
vertical: l === "column",
|
|
@@ -175,8 +175,8 @@ const c2 = (i, l) => {
|
|
|
175
175
|
style: { padding: w },
|
|
176
176
|
children: i
|
|
177
177
|
}
|
|
178
|
-
),
|
|
179
|
-
const [C, t] =
|
|
178
|
+
), w2 = (i, { enabled: l = !0 } = {}) => {
|
|
179
|
+
const [C, t] = u(!1), h = Z(() => !l || !i || typeof i == "function" ? null : i.current, [l, i]), d = Z(() => {
|
|
180
180
|
const r = h();
|
|
181
181
|
if (!r) {
|
|
182
182
|
t(!1);
|
|
@@ -205,12 +205,22 @@ const c2 = (i, l) => {
|
|
|
205
205
|
const w = new ResizeObserver(d);
|
|
206
206
|
return w.observe(r), () => w.disconnect();
|
|
207
207
|
}, [h, d]), C;
|
|
208
|
-
}, {
|
|
208
|
+
}, L2 = ({ children: i, title: l, arrow: C = !0, open: t, placement: h = "top" }) => /* @__PURE__ */ e(
|
|
209
|
+
m1,
|
|
210
|
+
{
|
|
211
|
+
overlayClassName: "snmt-tooltip",
|
|
212
|
+
title: l,
|
|
213
|
+
arrow: C,
|
|
214
|
+
open: t,
|
|
215
|
+
placement: h,
|
|
216
|
+
children: i
|
|
217
|
+
}
|
|
218
|
+
), { Title: g2, Text: m2 } = g1, p2 = {
|
|
209
219
|
h1: 1,
|
|
210
220
|
h2: 2,
|
|
211
221
|
h3: 3,
|
|
212
222
|
h4: 4
|
|
213
|
-
},
|
|
223
|
+
}, D1 = J(
|
|
214
224
|
({
|
|
215
225
|
align: i = "inherit",
|
|
216
226
|
variant: l = "body1",
|
|
@@ -221,29 +231,24 @@ const c2 = (i, l) => {
|
|
|
221
231
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
222
232
|
trim: r = !1
|
|
223
233
|
}, w) => {
|
|
224
|
-
const s =
|
|
234
|
+
const s = S(null);
|
|
225
235
|
o1(w, () => s.current);
|
|
226
|
-
const o =
|
|
227
|
-
let
|
|
228
|
-
i && i !== "inherit" && (
|
|
229
|
-
const
|
|
230
|
-
className:
|
|
236
|
+
const o = w2(s, { enabled: r }), c = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
237
|
+
let M = `snmt-typography snmt-typography-${l}`;
|
|
238
|
+
i && i !== "inherit" && (M += ` snmt-typography-align-${i}`);
|
|
239
|
+
const v = r && o, g = {
|
|
240
|
+
className: M,
|
|
231
241
|
style: {
|
|
232
242
|
color: C,
|
|
233
243
|
whiteSpace: d
|
|
234
244
|
},
|
|
235
245
|
onClick: h,
|
|
236
246
|
ref: s,
|
|
237
|
-
ellipsis:
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
overlayClassName: "snmt-tooltip"
|
|
241
|
-
}
|
|
242
|
-
} : void 0
|
|
243
|
-
};
|
|
244
|
-
return c ? /* @__PURE__ */ e(w2, { level: g2[l], ...p, children: t }) : /* @__PURE__ */ e(L2, { ...p, children: t });
|
|
247
|
+
ellipsis: v || void 0
|
|
248
|
+
}, m = /* @__PURE__ */ e(m2, { ...g, children: t });
|
|
249
|
+
return c ? /* @__PURE__ */ e(g2, { level: p2[l], ...g, children: t }) : /* @__PURE__ */ e(G, { children: v ? /* @__PURE__ */ e(L2, { title: t, children: m }) : m });
|
|
245
250
|
}
|
|
246
|
-
),
|
|
251
|
+
), f2 = ({ label: i, variant: l = "small", src: C, fallbackText: t }) => {
|
|
247
252
|
const h = C != null && C.trim() ? C : void 0, d = {
|
|
248
253
|
large: 80,
|
|
249
254
|
medium: 48,
|
|
@@ -267,16 +272,16 @@ const c2 = (i, l) => {
|
|
|
267
272
|
style: { gap: i ? l === "large" || l === "medium" ? 12 : 8 : 0 },
|
|
268
273
|
children: [
|
|
269
274
|
/* @__PURE__ */ e(
|
|
270
|
-
|
|
275
|
+
j1,
|
|
271
276
|
{
|
|
272
277
|
className: `snmt-avatar ${h ? "image" : ""}`,
|
|
273
278
|
src: h,
|
|
274
279
|
size: d[l],
|
|
275
|
-
children: /* @__PURE__ */ e(
|
|
280
|
+
children: /* @__PURE__ */ e(D1, { color: a.GREY_LIGHT_0, variant: r[l], children: !h && t })
|
|
276
281
|
}
|
|
277
282
|
),
|
|
278
283
|
i && /* @__PURE__ */ e(
|
|
279
|
-
|
|
284
|
+
D1,
|
|
280
285
|
{
|
|
281
286
|
color: a.GREY_DARK_5,
|
|
282
287
|
variant: l ? w[l] : "body2",
|
|
@@ -286,8 +291,8 @@ const c2 = (i, l) => {
|
|
|
286
291
|
]
|
|
287
292
|
}
|
|
288
293
|
);
|
|
289
|
-
},
|
|
290
|
-
const [C, t] =
|
|
294
|
+
}, v2 = (i, { enabled: l = !0 } = {}) => {
|
|
295
|
+
const [C, t] = u(!1), h = Z(() => !l || !i || typeof i == "function" ? null : i.current, [l, i]), d = Z(() => {
|
|
291
296
|
const r = h();
|
|
292
297
|
if (!r) {
|
|
293
298
|
t(!1);
|
|
@@ -316,12 +321,22 @@ const c2 = (i, l) => {
|
|
|
316
321
|
const w = new ResizeObserver(d);
|
|
317
322
|
return w.observe(r), () => w.disconnect();
|
|
318
323
|
}, [h, d]), C;
|
|
319
|
-
}, {
|
|
324
|
+
}, k2 = ({ children: i, title: l, arrow: C = !0, open: t, placement: h = "top" }) => /* @__PURE__ */ e(
|
|
325
|
+
m1,
|
|
326
|
+
{
|
|
327
|
+
overlayClassName: "snmt-tooltip",
|
|
328
|
+
title: l,
|
|
329
|
+
arrow: C,
|
|
330
|
+
open: t,
|
|
331
|
+
placement: h,
|
|
332
|
+
children: i
|
|
333
|
+
}
|
|
334
|
+
), { Title: M2, Text: N2 } = g1, Z2 = {
|
|
320
335
|
h1: 1,
|
|
321
336
|
h2: 2,
|
|
322
337
|
h3: 3,
|
|
323
338
|
h4: 4
|
|
324
|
-
},
|
|
339
|
+
}, u2 = J(
|
|
325
340
|
({
|
|
326
341
|
align: i = "inherit",
|
|
327
342
|
variant: l = "body1",
|
|
@@ -332,29 +347,24 @@ const c2 = (i, l) => {
|
|
|
332
347
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
333
348
|
trim: r = !1
|
|
334
349
|
}, w) => {
|
|
335
|
-
const s =
|
|
350
|
+
const s = S(null);
|
|
336
351
|
o1(w, () => s.current);
|
|
337
|
-
const o =
|
|
338
|
-
let
|
|
339
|
-
i && i !== "inherit" && (
|
|
340
|
-
const
|
|
341
|
-
className:
|
|
352
|
+
const o = v2(s, { enabled: r }), c = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
353
|
+
let M = `snmt-typography snmt-typography-${l}`;
|
|
354
|
+
i && i !== "inherit" && (M += ` snmt-typography-align-${i}`);
|
|
355
|
+
const v = r && o, g = {
|
|
356
|
+
className: M,
|
|
342
357
|
style: {
|
|
343
358
|
color: C,
|
|
344
359
|
whiteSpace: d
|
|
345
360
|
},
|
|
346
361
|
onClick: h,
|
|
347
362
|
ref: s,
|
|
348
|
-
ellipsis:
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
overlayClassName: "snmt-tooltip"
|
|
352
|
-
}
|
|
353
|
-
} : void 0
|
|
354
|
-
};
|
|
355
|
-
return c ? /* @__PURE__ */ e(f2, { level: k2[l], ...p, children: t }) : /* @__PURE__ */ e(v2, { ...p, children: t });
|
|
363
|
+
ellipsis: v || void 0
|
|
364
|
+
}, m = /* @__PURE__ */ e(N2, { ...g, children: t });
|
|
365
|
+
return c ? /* @__PURE__ */ e(M2, { level: Z2[l], ...g, children: t }) : /* @__PURE__ */ e(G, { children: v ? /* @__PURE__ */ e(k2, { title: t, children: m }) : m });
|
|
356
366
|
}
|
|
357
|
-
),
|
|
367
|
+
), V2 = ({
|
|
358
368
|
checked: i = !0,
|
|
359
369
|
indeterminate: l = !1,
|
|
360
370
|
label: C,
|
|
@@ -362,23 +372,23 @@ const c2 = (i, l) => {
|
|
|
362
372
|
disabled: h = !1,
|
|
363
373
|
disableUncheck: d = !1
|
|
364
374
|
}) => {
|
|
365
|
-
const [r, w] =
|
|
366
|
-
|
|
375
|
+
const [r, w] = u(i), [s, o] = u(l);
|
|
376
|
+
T(() => {
|
|
367
377
|
w(i), o(l);
|
|
368
378
|
}, [i, l]);
|
|
369
|
-
const { theme: c } =
|
|
379
|
+
const { theme: c } = Q(s1);
|
|
370
380
|
return /* @__PURE__ */ e(
|
|
371
|
-
|
|
381
|
+
W1,
|
|
372
382
|
{
|
|
373
383
|
className: `snmt-checkbox snmt-checkbox-${c}`,
|
|
374
384
|
checked: r,
|
|
375
385
|
indeterminate: s,
|
|
376
|
-
onChange: (
|
|
377
|
-
d && r || (o(!1), w(
|
|
386
|
+
onChange: (M) => {
|
|
387
|
+
d && r || (o(!1), w(M.target.checked), t && t(M));
|
|
378
388
|
},
|
|
379
389
|
disabled: h,
|
|
380
390
|
children: C && /* @__PURE__ */ e(
|
|
381
|
-
|
|
391
|
+
u2,
|
|
382
392
|
{
|
|
383
393
|
variant: "body2",
|
|
384
394
|
color: h ? a.GREY_DARK_2 : a.GREY_DARK_5,
|
|
@@ -387,7 +397,7 @@ const c2 = (i, l) => {
|
|
|
387
397
|
)
|
|
388
398
|
}
|
|
389
399
|
);
|
|
390
|
-
},
|
|
400
|
+
}, _2 = ({
|
|
391
401
|
width: i = 20,
|
|
392
402
|
height: l = 20,
|
|
393
403
|
color: C = a.GREY_DARK_5,
|
|
@@ -411,7 +421,7 @@ const c2 = (i, l) => {
|
|
|
411
421
|
}
|
|
412
422
|
)
|
|
413
423
|
}
|
|
414
|
-
),
|
|
424
|
+
), H2 = ({
|
|
415
425
|
width: i = 20,
|
|
416
426
|
height: l = 20,
|
|
417
427
|
color: C = a.GREY_DARK_5,
|
|
@@ -435,7 +445,7 @@ const c2 = (i, l) => {
|
|
|
435
445
|
}
|
|
436
446
|
)
|
|
437
447
|
}
|
|
438
|
-
),
|
|
448
|
+
), R2 = ({
|
|
439
449
|
width: i = 20,
|
|
440
450
|
height: l = 20,
|
|
441
451
|
color: C = a.GREY_DARK_5,
|
|
@@ -459,7 +469,7 @@ const c2 = (i, l) => {
|
|
|
459
469
|
}
|
|
460
470
|
)
|
|
461
471
|
}
|
|
462
|
-
),
|
|
472
|
+
), x2 = ({
|
|
463
473
|
width: i = 20,
|
|
464
474
|
height: l = 20,
|
|
465
475
|
color: C = a.GREY_DARK_5,
|
|
@@ -484,7 +494,7 @@ const c2 = (i, l) => {
|
|
|
484
494
|
}
|
|
485
495
|
)
|
|
486
496
|
}
|
|
487
|
-
),
|
|
497
|
+
), A2 = ({
|
|
488
498
|
width: i = 20,
|
|
489
499
|
height: l = 20,
|
|
490
500
|
color: C = a.GREY_DARK_5,
|
|
@@ -524,7 +534,7 @@ const c2 = (i, l) => {
|
|
|
524
534
|
)
|
|
525
535
|
]
|
|
526
536
|
}
|
|
527
|
-
),
|
|
537
|
+
), D2 = ({
|
|
528
538
|
width: i = 20,
|
|
529
539
|
height: l = 20,
|
|
530
540
|
color: C = a.GREY_DARK_5,
|
|
@@ -551,7 +561,7 @@ const c2 = (i, l) => {
|
|
|
551
561
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
552
562
|
]
|
|
553
563
|
}
|
|
554
|
-
),
|
|
564
|
+
), E2 = ({
|
|
555
565
|
width: i = 20,
|
|
556
566
|
height: l = 20,
|
|
557
567
|
color: C = a.GREY_DARK_5,
|
|
@@ -575,7 +585,7 @@ const c2 = (i, l) => {
|
|
|
575
585
|
}
|
|
576
586
|
)
|
|
577
587
|
}
|
|
578
|
-
),
|
|
588
|
+
), G2 = ({
|
|
579
589
|
width: i = 20,
|
|
580
590
|
height: l = 20,
|
|
581
591
|
color: C = a.GREY_DARK_5,
|
|
@@ -602,7 +612,7 @@ const c2 = (i, l) => {
|
|
|
602
612
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
603
613
|
]
|
|
604
614
|
}
|
|
605
|
-
),
|
|
615
|
+
), Y2 = ({
|
|
606
616
|
width: i = 20,
|
|
607
617
|
height: l = 20,
|
|
608
618
|
color: C = a.GREY_DARK_5,
|
|
@@ -626,7 +636,7 @@ const c2 = (i, l) => {
|
|
|
626
636
|
}
|
|
627
637
|
)
|
|
628
638
|
}
|
|
629
|
-
),
|
|
639
|
+
), K2 = ({
|
|
630
640
|
width: i = 20,
|
|
631
641
|
height: l = 20,
|
|
632
642
|
color: C = a.GREY_DARK_5,
|
|
@@ -666,7 +676,7 @@ const c2 = (i, l) => {
|
|
|
666
676
|
)
|
|
667
677
|
]
|
|
668
678
|
}
|
|
669
|
-
),
|
|
679
|
+
), B2 = ({
|
|
670
680
|
width: i = 20,
|
|
671
681
|
height: l = 20,
|
|
672
682
|
color: C = a.GREY_DARK_5,
|
|
@@ -712,7 +722,7 @@ const c2 = (i, l) => {
|
|
|
712
722
|
)
|
|
713
723
|
]
|
|
714
724
|
}
|
|
715
|
-
),
|
|
725
|
+
), b2 = ({
|
|
716
726
|
width: i = 20,
|
|
717
727
|
height: l = 20,
|
|
718
728
|
color: C = a.GREY_DARK_5,
|
|
@@ -759,7 +769,7 @@ const c2 = (i, l) => {
|
|
|
759
769
|
)
|
|
760
770
|
]
|
|
761
771
|
}
|
|
762
|
-
),
|
|
772
|
+
), y2 = ({
|
|
763
773
|
width: i = 20,
|
|
764
774
|
height: l = 20,
|
|
765
775
|
color: C = a.GREY_DARK_5,
|
|
@@ -783,7 +793,7 @@ const c2 = (i, l) => {
|
|
|
783
793
|
}
|
|
784
794
|
)
|
|
785
795
|
}
|
|
786
|
-
),
|
|
796
|
+
), I2 = ({
|
|
787
797
|
width: i = 20,
|
|
788
798
|
height: l = 20,
|
|
789
799
|
color: C = a.GREY_DARK_5,
|
|
@@ -807,7 +817,7 @@ const c2 = (i, l) => {
|
|
|
807
817
|
}
|
|
808
818
|
)
|
|
809
819
|
}
|
|
810
|
-
),
|
|
820
|
+
), O2 = ({
|
|
811
821
|
width: i = 20,
|
|
812
822
|
height: l = 20,
|
|
813
823
|
color: C = a.GREY_DARK_5,
|
|
@@ -831,7 +841,7 @@ const c2 = (i, l) => {
|
|
|
831
841
|
}
|
|
832
842
|
)
|
|
833
843
|
}
|
|
834
|
-
),
|
|
844
|
+
), T2 = ({
|
|
835
845
|
width: i = 20,
|
|
836
846
|
height: l = 20,
|
|
837
847
|
color: C = a.GREY_DARK_5,
|
|
@@ -892,7 +902,7 @@ const c2 = (i, l) => {
|
|
|
892
902
|
)
|
|
893
903
|
]
|
|
894
904
|
}
|
|
895
|
-
),
|
|
905
|
+
), S2 = ({
|
|
896
906
|
width: i = 20,
|
|
897
907
|
height: l = 20,
|
|
898
908
|
color: C = a.GREY_DARK_5,
|
|
@@ -939,7 +949,7 @@ const c2 = (i, l) => {
|
|
|
939
949
|
)
|
|
940
950
|
]
|
|
941
951
|
}
|
|
942
|
-
),
|
|
952
|
+
), W2 = ({
|
|
943
953
|
width: i = 20,
|
|
944
954
|
height: l = 20,
|
|
945
955
|
color: C = a.GREY_DARK_5,
|
|
@@ -979,7 +989,7 @@ const c2 = (i, l) => {
|
|
|
979
989
|
)
|
|
980
990
|
]
|
|
981
991
|
}
|
|
982
|
-
),
|
|
992
|
+
), j2 = ({
|
|
983
993
|
width: i = 20,
|
|
984
994
|
height: l = 20,
|
|
985
995
|
color: C = a.GREY_DARK_5,
|
|
@@ -1019,7 +1029,7 @@ const c2 = (i, l) => {
|
|
|
1019
1029
|
)
|
|
1020
1030
|
]
|
|
1021
1031
|
}
|
|
1022
|
-
),
|
|
1032
|
+
), $2 = ({
|
|
1023
1033
|
width: i = 20,
|
|
1024
1034
|
height: l = 20,
|
|
1025
1035
|
color: C = a.GREY_DARK_5,
|
|
@@ -1066,7 +1076,7 @@ const c2 = (i, l) => {
|
|
|
1066
1076
|
)
|
|
1067
1077
|
]
|
|
1068
1078
|
}
|
|
1069
|
-
),
|
|
1079
|
+
), F2 = ({
|
|
1070
1080
|
width: i = 20,
|
|
1071
1081
|
height: l = 20,
|
|
1072
1082
|
color: C = a.GREY_DARK_5,
|
|
@@ -1113,7 +1123,7 @@ const c2 = (i, l) => {
|
|
|
1113
1123
|
)
|
|
1114
1124
|
]
|
|
1115
1125
|
}
|
|
1116
|
-
),
|
|
1126
|
+
), P2 = ({
|
|
1117
1127
|
width: i = 20,
|
|
1118
1128
|
height: l = 20,
|
|
1119
1129
|
color: C = a.GREY_DARK_5,
|
|
@@ -1160,7 +1170,7 @@ const c2 = (i, l) => {
|
|
|
1160
1170
|
)
|
|
1161
1171
|
]
|
|
1162
1172
|
}
|
|
1163
|
-
),
|
|
1173
|
+
), U2 = ({
|
|
1164
1174
|
width: i = 20,
|
|
1165
1175
|
height: l = 20,
|
|
1166
1176
|
color: C = a.GREY_DARK_5,
|
|
@@ -1200,7 +1210,7 @@ const c2 = (i, l) => {
|
|
|
1200
1210
|
)
|
|
1201
1211
|
]
|
|
1202
1212
|
}
|
|
1203
|
-
),
|
|
1213
|
+
), z2 = ({
|
|
1204
1214
|
width: i = 20,
|
|
1205
1215
|
height: l = 20,
|
|
1206
1216
|
color: C = a.GREY_DARK_5,
|
|
@@ -1233,7 +1243,7 @@ const c2 = (i, l) => {
|
|
|
1233
1243
|
)
|
|
1234
1244
|
]
|
|
1235
1245
|
}
|
|
1236
|
-
),
|
|
1246
|
+
), q2 = ({
|
|
1237
1247
|
width: i = 20,
|
|
1238
1248
|
height: l = 20,
|
|
1239
1249
|
color: C = a.GREY_DARK_5,
|
|
@@ -1266,7 +1276,7 @@ const c2 = (i, l) => {
|
|
|
1266
1276
|
)
|
|
1267
1277
|
]
|
|
1268
1278
|
}
|
|
1269
|
-
),
|
|
1279
|
+
), J2 = ({
|
|
1270
1280
|
width: i = 20,
|
|
1271
1281
|
height: l = 20,
|
|
1272
1282
|
color: C = a.GREY_DARK_5,
|
|
@@ -1299,7 +1309,7 @@ const c2 = (i, l) => {
|
|
|
1299
1309
|
)
|
|
1300
1310
|
]
|
|
1301
1311
|
}
|
|
1302
|
-
),
|
|
1312
|
+
), Q2 = ({
|
|
1303
1313
|
width: i = 20,
|
|
1304
1314
|
height: l = 20,
|
|
1305
1315
|
color: C = a.GREY_DARK_5,
|
|
@@ -1332,7 +1342,7 @@ const c2 = (i, l) => {
|
|
|
1332
1342
|
)
|
|
1333
1343
|
]
|
|
1334
1344
|
}
|
|
1335
|
-
),
|
|
1345
|
+
), X2 = ({
|
|
1336
1346
|
width: i = 20,
|
|
1337
1347
|
height: l = 20,
|
|
1338
1348
|
color: C = a.GREY_DARK_5,
|
|
@@ -1372,7 +1382,7 @@ const c2 = (i, l) => {
|
|
|
1372
1382
|
)
|
|
1373
1383
|
]
|
|
1374
1384
|
}
|
|
1375
|
-
),
|
|
1385
|
+
), C5 = ({
|
|
1376
1386
|
width: i = 20,
|
|
1377
1387
|
height: l = 20,
|
|
1378
1388
|
color: C = a.GREY_DARK_5,
|
|
@@ -1405,7 +1415,7 @@ const c2 = (i, l) => {
|
|
|
1405
1415
|
)
|
|
1406
1416
|
]
|
|
1407
1417
|
}
|
|
1408
|
-
),
|
|
1418
|
+
), l5 = ({
|
|
1409
1419
|
width: i = 20,
|
|
1410
1420
|
height: l = 20,
|
|
1411
1421
|
color: C = a.GREY_DARK_5,
|
|
@@ -1438,7 +1448,7 @@ const c2 = (i, l) => {
|
|
|
1438
1448
|
)
|
|
1439
1449
|
]
|
|
1440
1450
|
}
|
|
1441
|
-
),
|
|
1451
|
+
), e5 = ({
|
|
1442
1452
|
width: i = 20,
|
|
1443
1453
|
height: l = 20,
|
|
1444
1454
|
color: C = "#070739",
|
|
@@ -1468,7 +1478,7 @@ const c2 = (i, l) => {
|
|
|
1468
1478
|
/* @__PURE__ */ e("circle", { cx: "10", cy: "10", r: "2.375", stroke: C, strokeWidth: "1.25" })
|
|
1469
1479
|
]
|
|
1470
1480
|
}
|
|
1471
|
-
),
|
|
1481
|
+
), i5 = ({
|
|
1472
1482
|
width: i = 20,
|
|
1473
1483
|
height: l = 20,
|
|
1474
1484
|
color: C = "#070739",
|
|
@@ -1506,7 +1516,7 @@ const c2 = (i, l) => {
|
|
|
1506
1516
|
)
|
|
1507
1517
|
]
|
|
1508
1518
|
}
|
|
1509
|
-
),
|
|
1519
|
+
), t5 = ({
|
|
1510
1520
|
width: i = 20,
|
|
1511
1521
|
height: l = 20,
|
|
1512
1522
|
color: C = a.GREY_DARK_5,
|
|
@@ -1539,7 +1549,7 @@ const c2 = (i, l) => {
|
|
|
1539
1549
|
)
|
|
1540
1550
|
]
|
|
1541
1551
|
}
|
|
1542
|
-
),
|
|
1552
|
+
), h5 = ({
|
|
1543
1553
|
width: i = 20,
|
|
1544
1554
|
height: l = 20,
|
|
1545
1555
|
color: C = a.GREY_DARK_5,
|
|
@@ -1572,7 +1582,7 @@ const c2 = (i, l) => {
|
|
|
1572
1582
|
)
|
|
1573
1583
|
]
|
|
1574
1584
|
}
|
|
1575
|
-
),
|
|
1585
|
+
), o5 = ({
|
|
1576
1586
|
width: i = 20,
|
|
1577
1587
|
height: l = 20,
|
|
1578
1588
|
color: C = a.GREY_DARK_5,
|
|
@@ -1619,7 +1629,7 @@ const c2 = (i, l) => {
|
|
|
1619
1629
|
)
|
|
1620
1630
|
]
|
|
1621
1631
|
}
|
|
1622
|
-
),
|
|
1632
|
+
), s5 = ({
|
|
1623
1633
|
className: i,
|
|
1624
1634
|
color: l = a.GREY_DARK_5,
|
|
1625
1635
|
height: C = 20,
|
|
@@ -1652,7 +1662,7 @@ const c2 = (i, l) => {
|
|
|
1652
1662
|
)
|
|
1653
1663
|
]
|
|
1654
1664
|
}
|
|
1655
|
-
),
|
|
1665
|
+
), a5 = ({
|
|
1656
1666
|
className: i,
|
|
1657
1667
|
color: l = a.GREY_DARK_5,
|
|
1658
1668
|
height: C = 5,
|
|
@@ -1676,7 +1686,7 @@ const c2 = (i, l) => {
|
|
|
1676
1686
|
}
|
|
1677
1687
|
)
|
|
1678
1688
|
}
|
|
1679
|
-
),
|
|
1689
|
+
), c5 = ({
|
|
1680
1690
|
className: i,
|
|
1681
1691
|
color: l = a.GREY_DARK_5,
|
|
1682
1692
|
height: C = 5,
|
|
@@ -1701,7 +1711,7 @@ const c2 = (i, l) => {
|
|
|
1701
1711
|
}
|
|
1702
1712
|
)
|
|
1703
1713
|
}
|
|
1704
|
-
),
|
|
1714
|
+
), n5 = ({
|
|
1705
1715
|
className: i,
|
|
1706
1716
|
color: l = a.GREY_DARK_5,
|
|
1707
1717
|
height: C = 20,
|
|
@@ -1734,7 +1744,7 @@ const c2 = (i, l) => {
|
|
|
1734
1744
|
)
|
|
1735
1745
|
]
|
|
1736
1746
|
}
|
|
1737
|
-
),
|
|
1747
|
+
), r5 = ({
|
|
1738
1748
|
className: i,
|
|
1739
1749
|
color: l = a.GREY_DARK_5,
|
|
1740
1750
|
height: C = 20,
|
|
@@ -1773,7 +1783,7 @@ const c2 = (i, l) => {
|
|
|
1773
1783
|
)
|
|
1774
1784
|
]
|
|
1775
1785
|
}
|
|
1776
|
-
),
|
|
1786
|
+
), d5 = ({
|
|
1777
1787
|
className: i,
|
|
1778
1788
|
color: l = a.GREY_DARK_5,
|
|
1779
1789
|
height: C = 20,
|
|
@@ -1797,7 +1807,7 @@ const c2 = (i, l) => {
|
|
|
1797
1807
|
}
|
|
1798
1808
|
)
|
|
1799
1809
|
}
|
|
1800
|
-
),
|
|
1810
|
+
), w5 = ({
|
|
1801
1811
|
className: i,
|
|
1802
1812
|
color: l = a.GREY_DARK_5,
|
|
1803
1813
|
height: C = 20,
|
|
@@ -1844,7 +1854,7 @@ const c2 = (i, l) => {
|
|
|
1844
1854
|
)
|
|
1845
1855
|
]
|
|
1846
1856
|
}
|
|
1847
|
-
),
|
|
1857
|
+
), L5 = ({
|
|
1848
1858
|
className: i,
|
|
1849
1859
|
color: l = a.GREY_DARK_5,
|
|
1850
1860
|
height: C = 20,
|
|
@@ -1877,7 +1887,7 @@ const c2 = (i, l) => {
|
|
|
1877
1887
|
)
|
|
1878
1888
|
]
|
|
1879
1889
|
}
|
|
1880
|
-
),
|
|
1890
|
+
), g5 = ({
|
|
1881
1891
|
className: i,
|
|
1882
1892
|
color: l = a.GREY_DARK_5,
|
|
1883
1893
|
height: C = 20,
|
|
@@ -1914,7 +1924,7 @@ const c2 = (i, l) => {
|
|
|
1914
1924
|
)
|
|
1915
1925
|
]
|
|
1916
1926
|
}
|
|
1917
|
-
),
|
|
1927
|
+
), m5 = ({
|
|
1918
1928
|
className: i,
|
|
1919
1929
|
color: l = a.GREY_DARK_5,
|
|
1920
1930
|
height: C = 20,
|
|
@@ -1938,7 +1948,7 @@ const c2 = (i, l) => {
|
|
|
1938
1948
|
}
|
|
1939
1949
|
)
|
|
1940
1950
|
}
|
|
1941
|
-
),
|
|
1951
|
+
), p5 = ({
|
|
1942
1952
|
className: i,
|
|
1943
1953
|
color: l = a.GREY_DARK_5,
|
|
1944
1954
|
height: C = 20,
|
|
@@ -1999,7 +2009,7 @@ const c2 = (i, l) => {
|
|
|
1999
2009
|
)
|
|
2000
2010
|
]
|
|
2001
2011
|
}
|
|
2002
|
-
),
|
|
2012
|
+
), f5 = ({
|
|
2003
2013
|
className: i,
|
|
2004
2014
|
color: l = a.GREY_DARK_5,
|
|
2005
2015
|
height: C = 20,
|
|
@@ -2036,7 +2046,7 @@ const c2 = (i, l) => {
|
|
|
2036
2046
|
)
|
|
2037
2047
|
]
|
|
2038
2048
|
}
|
|
2039
|
-
),
|
|
2049
|
+
), v5 = ({
|
|
2040
2050
|
className: i,
|
|
2041
2051
|
color: l = a.GREY_DARK_5,
|
|
2042
2052
|
height: C = 20,
|
|
@@ -2076,7 +2086,7 @@ const c2 = (i, l) => {
|
|
|
2076
2086
|
)
|
|
2077
2087
|
]
|
|
2078
2088
|
}
|
|
2079
|
-
),
|
|
2089
|
+
), k5 = ({
|
|
2080
2090
|
className: i,
|
|
2081
2091
|
color: l = a.GREY_DARK_5,
|
|
2082
2092
|
height: C = 20,
|
|
@@ -2109,7 +2119,7 @@ const c2 = (i, l) => {
|
|
|
2109
2119
|
)
|
|
2110
2120
|
]
|
|
2111
2121
|
}
|
|
2112
|
-
),
|
|
2122
|
+
), M5 = ({
|
|
2113
2123
|
className: i,
|
|
2114
2124
|
color: l = a.GREY_DARK_5,
|
|
2115
2125
|
height: C = 20,
|
|
@@ -2142,7 +2152,7 @@ const c2 = (i, l) => {
|
|
|
2142
2152
|
)
|
|
2143
2153
|
]
|
|
2144
2154
|
}
|
|
2145
|
-
),
|
|
2155
|
+
), N5 = ({
|
|
2146
2156
|
className: i,
|
|
2147
2157
|
color: l = a.GREY_DARK_5,
|
|
2148
2158
|
height: C = 20,
|
|
@@ -2196,7 +2206,7 @@ const c2 = (i, l) => {
|
|
|
2196
2206
|
)
|
|
2197
2207
|
]
|
|
2198
2208
|
}
|
|
2199
|
-
),
|
|
2209
|
+
), Z5 = ({
|
|
2200
2210
|
className: i,
|
|
2201
2211
|
color: l = a.GREY_DARK_5,
|
|
2202
2212
|
height: C = 20,
|
|
@@ -2243,7 +2253,7 @@ const c2 = (i, l) => {
|
|
|
2243
2253
|
)
|
|
2244
2254
|
]
|
|
2245
2255
|
}
|
|
2246
|
-
),
|
|
2256
|
+
), u5 = ({
|
|
2247
2257
|
className: i,
|
|
2248
2258
|
color: l = a.GREY_DARK_5,
|
|
2249
2259
|
height: C = 20,
|
|
@@ -2283,7 +2293,7 @@ const c2 = (i, l) => {
|
|
|
2283
2293
|
)
|
|
2284
2294
|
]
|
|
2285
2295
|
}
|
|
2286
|
-
),
|
|
2296
|
+
), V5 = ({
|
|
2287
2297
|
className: i,
|
|
2288
2298
|
color: l = a.GREY_DARK_5,
|
|
2289
2299
|
height: C = 20,
|
|
@@ -2307,7 +2317,7 @@ const c2 = (i, l) => {
|
|
|
2307
2317
|
}
|
|
2308
2318
|
)
|
|
2309
2319
|
}
|
|
2310
|
-
),
|
|
2320
|
+
), _5 = ({
|
|
2311
2321
|
className: i,
|
|
2312
2322
|
color: l = a.GREY_DARK_5,
|
|
2313
2323
|
height: C = 20,
|
|
@@ -2347,7 +2357,7 @@ const c2 = (i, l) => {
|
|
|
2347
2357
|
)
|
|
2348
2358
|
]
|
|
2349
2359
|
}
|
|
2350
|
-
),
|
|
2360
|
+
), H5 = ({
|
|
2351
2361
|
className: i,
|
|
2352
2362
|
color: l = a.GREY_DARK_5,
|
|
2353
2363
|
height: C = 20,
|
|
@@ -2387,7 +2397,7 @@ const c2 = (i, l) => {
|
|
|
2387
2397
|
)
|
|
2388
2398
|
]
|
|
2389
2399
|
}
|
|
2390
|
-
),
|
|
2400
|
+
), R5 = ({
|
|
2391
2401
|
width: i = 20,
|
|
2392
2402
|
height: l = 20,
|
|
2393
2403
|
color: C = a.GREY_DARK_5,
|
|
@@ -2411,7 +2421,7 @@ const c2 = (i, l) => {
|
|
|
2411
2421
|
}
|
|
2412
2422
|
)
|
|
2413
2423
|
}
|
|
2414
|
-
),
|
|
2424
|
+
), x5 = ({
|
|
2415
2425
|
width: i = 24,
|
|
2416
2426
|
height: l = 24,
|
|
2417
2427
|
color: C = "#131314",
|
|
@@ -2444,7 +2454,7 @@ const c2 = (i, l) => {
|
|
|
2444
2454
|
)
|
|
2445
2455
|
]
|
|
2446
2456
|
}
|
|
2447
|
-
),
|
|
2457
|
+
), A5 = ({
|
|
2448
2458
|
width: i = 20,
|
|
2449
2459
|
height: l = 20,
|
|
2450
2460
|
color: C = a.GREY_DARK_5,
|
|
@@ -2477,7 +2487,7 @@ const c2 = (i, l) => {
|
|
|
2477
2487
|
)
|
|
2478
2488
|
]
|
|
2479
2489
|
}
|
|
2480
|
-
),
|
|
2490
|
+
), D5 = ({
|
|
2481
2491
|
width: i = 20,
|
|
2482
2492
|
height: l = 20,
|
|
2483
2493
|
color: C = a.GREY_DARK_5,
|
|
@@ -2517,7 +2527,7 @@ const c2 = (i, l) => {
|
|
|
2517
2527
|
)
|
|
2518
2528
|
]
|
|
2519
2529
|
}
|
|
2520
|
-
),
|
|
2530
|
+
), E5 = ({
|
|
2521
2531
|
width: i = 20,
|
|
2522
2532
|
height: l = 20,
|
|
2523
2533
|
color: C = a.GREY_DARK_5,
|
|
@@ -2578,7 +2588,7 @@ const c2 = (i, l) => {
|
|
|
2578
2588
|
)
|
|
2579
2589
|
]
|
|
2580
2590
|
}
|
|
2581
|
-
),
|
|
2591
|
+
), G5 = ({
|
|
2582
2592
|
width: i = 20,
|
|
2583
2593
|
height: l = 20,
|
|
2584
2594
|
color: C = a.GREY_DARK_5,
|
|
@@ -2618,7 +2628,7 @@ const c2 = (i, l) => {
|
|
|
2618
2628
|
)
|
|
2619
2629
|
]
|
|
2620
2630
|
}
|
|
2621
|
-
),
|
|
2631
|
+
), Y5 = ({
|
|
2622
2632
|
width: i = 20,
|
|
2623
2633
|
height: l = 20,
|
|
2624
2634
|
color: C = a.GREY_DARK_5,
|
|
@@ -2642,6 +2652,39 @@ const c2 = (i, l) => {
|
|
|
2642
2652
|
}
|
|
2643
2653
|
)
|
|
2644
2654
|
}
|
|
2655
|
+
), K5 = ({
|
|
2656
|
+
width: i = 20,
|
|
2657
|
+
height: l = 20,
|
|
2658
|
+
color: C = a.GREY_DARK_5,
|
|
2659
|
+
className: t,
|
|
2660
|
+
onClick: h
|
|
2661
|
+
}) => /* @__PURE__ */ n(
|
|
2662
|
+
"svg",
|
|
2663
|
+
{
|
|
2664
|
+
width: i,
|
|
2665
|
+
height: l,
|
|
2666
|
+
className: t,
|
|
2667
|
+
viewBox: "0 0 24 24",
|
|
2668
|
+
fill: "none",
|
|
2669
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2670
|
+
onClick: h,
|
|
2671
|
+
children: [
|
|
2672
|
+
/* @__PURE__ */ e(
|
|
2673
|
+
"path",
|
|
2674
|
+
{
|
|
2675
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
2676
|
+
fill: C
|
|
2677
|
+
}
|
|
2678
|
+
),
|
|
2679
|
+
/* @__PURE__ */ e(
|
|
2680
|
+
"path",
|
|
2681
|
+
{
|
|
2682
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
2683
|
+
fill: C
|
|
2684
|
+
}
|
|
2685
|
+
)
|
|
2686
|
+
]
|
|
2687
|
+
}
|
|
2645
2688
|
), d1 = ({
|
|
2646
2689
|
name: i,
|
|
2647
2690
|
width: l,
|
|
@@ -2651,45 +2694,45 @@ const c2 = (i, l) => {
|
|
|
2651
2694
|
disabled: d = !1,
|
|
2652
2695
|
onClick: r
|
|
2653
2696
|
}) => {
|
|
2654
|
-
const { theme: w } =
|
|
2655
|
-
return /* @__PURE__ */ e(
|
|
2697
|
+
const { theme: w } = Q(s1), s = d ? w && w === "dark" ? a.GREY_LIGHT_4 : a.GREY_DARK_1 : t, o = d ? void 0 : r, c = r && !d ? `${h || ""} clickable` : h;
|
|
2698
|
+
return /* @__PURE__ */ e(G, { children: (() => {
|
|
2656
2699
|
switch (i) {
|
|
2657
2700
|
case "arrow1Down":
|
|
2658
|
-
return
|
|
2701
|
+
return _2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2659
2702
|
case "arrow1Up":
|
|
2660
|
-
return
|
|
2703
|
+
return H2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2661
2704
|
case "arrow1Right":
|
|
2662
|
-
return
|
|
2705
|
+
return R2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2663
2706
|
case "arrow1Left":
|
|
2664
|
-
return
|
|
2707
|
+
return x2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2665
2708
|
case "info":
|
|
2666
|
-
return
|
|
2709
|
+
return A2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2667
2710
|
case "archive":
|
|
2668
|
-
return
|
|
2711
|
+
return K2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2669
2712
|
case "unarchive":
|
|
2670
|
-
return
|
|
2713
|
+
return B2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2671
2714
|
case "calendar":
|
|
2672
|
-
return
|
|
2715
|
+
return b2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2673
2716
|
case "check":
|
|
2674
|
-
return
|
|
2717
|
+
return y2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2675
2718
|
case "cancel":
|
|
2676
|
-
return
|
|
2719
|
+
return I2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2677
2720
|
case "add":
|
|
2678
|
-
return
|
|
2721
|
+
return O2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2679
2722
|
case "list":
|
|
2680
|
-
return
|
|
2723
|
+
return T2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2681
2724
|
case "dragAndDrop":
|
|
2682
|
-
return
|
|
2725
|
+
return S2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2683
2726
|
case "filter1":
|
|
2684
|
-
return
|
|
2727
|
+
return W2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2685
2728
|
case "filter2":
|
|
2686
|
-
return
|
|
2729
|
+
return m5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2687
2730
|
case "attention":
|
|
2688
|
-
return
|
|
2731
|
+
return j2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2689
2732
|
case "users":
|
|
2690
|
-
return
|
|
2733
|
+
return $2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2691
2734
|
case "mySkillsMatrix":
|
|
2692
|
-
return
|
|
2735
|
+
return F2({
|
|
2693
2736
|
width: l,
|
|
2694
2737
|
height: C,
|
|
2695
2738
|
color: s,
|
|
@@ -2697,9 +2740,9 @@ const c2 = (i, l) => {
|
|
|
2697
2740
|
onClick: o
|
|
2698
2741
|
});
|
|
2699
2742
|
case "skills":
|
|
2700
|
-
return
|
|
2743
|
+
return P2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2701
2744
|
case "skillsMatrices":
|
|
2702
|
-
return
|
|
2745
|
+
return U2({
|
|
2703
2746
|
width: l,
|
|
2704
2747
|
height: C,
|
|
2705
2748
|
color: s,
|
|
@@ -2707,21 +2750,21 @@ const c2 = (i, l) => {
|
|
|
2707
2750
|
onClick: o
|
|
2708
2751
|
});
|
|
2709
2752
|
case "history":
|
|
2710
|
-
return
|
|
2753
|
+
return z2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2711
2754
|
case "logOut":
|
|
2712
|
-
return
|
|
2755
|
+
return q2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2713
2756
|
case "settings":
|
|
2714
|
-
return
|
|
2757
|
+
return J2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2715
2758
|
case "trash":
|
|
2716
|
-
return
|
|
2759
|
+
return Q2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2717
2760
|
case "settings2":
|
|
2718
|
-
return
|
|
2761
|
+
return X2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2719
2762
|
case "checkCircle":
|
|
2720
|
-
return
|
|
2763
|
+
return C5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2721
2764
|
case "cancelCircle":
|
|
2722
|
-
return
|
|
2765
|
+
return l5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2723
2766
|
case "visibilityIcon":
|
|
2724
|
-
return
|
|
2767
|
+
return e5({
|
|
2725
2768
|
width: l,
|
|
2726
2769
|
height: C,
|
|
2727
2770
|
color: s,
|
|
@@ -2729,7 +2772,7 @@ const c2 = (i, l) => {
|
|
|
2729
2772
|
onClick: o
|
|
2730
2773
|
});
|
|
2731
2774
|
case "visibilityOffIcon":
|
|
2732
|
-
return
|
|
2775
|
+
return i5({
|
|
2733
2776
|
width: l,
|
|
2734
2777
|
height: C,
|
|
2735
2778
|
color: s,
|
|
@@ -2737,79 +2780,81 @@ const c2 = (i, l) => {
|
|
|
2737
2780
|
onClick: o
|
|
2738
2781
|
});
|
|
2739
2782
|
case "sortUp":
|
|
2740
|
-
return
|
|
2783
|
+
return t5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2741
2784
|
case "sortDown":
|
|
2742
|
-
return
|
|
2785
|
+
return h5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2743
2786
|
case "sortDouble":
|
|
2744
|
-
return
|
|
2787
|
+
return o5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2745
2788
|
case "search":
|
|
2746
|
-
return
|
|
2789
|
+
return s5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2747
2790
|
case "arrowUpFilled":
|
|
2748
|
-
return
|
|
2791
|
+
return c5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2749
2792
|
case "arrowDownFilled":
|
|
2750
|
-
return
|
|
2793
|
+
return a5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2751
2794
|
case "arrow2Up":
|
|
2752
|
-
return
|
|
2795
|
+
return D2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2753
2796
|
case "arrow2Right":
|
|
2754
|
-
return
|
|
2797
|
+
return E2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2755
2798
|
case "arrow2Down":
|
|
2756
|
-
return
|
|
2799
|
+
return G2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2757
2800
|
case "arrow2Left":
|
|
2758
|
-
return
|
|
2801
|
+
return Y2({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2759
2802
|
case "link":
|
|
2760
|
-
return
|
|
2803
|
+
return n5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2761
2804
|
case "telegram":
|
|
2762
|
-
return
|
|
2805
|
+
return d5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2763
2806
|
case "mail":
|
|
2764
|
-
return
|
|
2807
|
+
return L5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2765
2808
|
case "github":
|
|
2766
|
-
return
|
|
2809
|
+
return r5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2767
2810
|
case "linkedIn":
|
|
2768
|
-
return
|
|
2811
|
+
return w5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2769
2812
|
case "emptyStateIcon":
|
|
2770
|
-
return
|
|
2813
|
+
return g5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2771
2814
|
case "dotMenuIcon":
|
|
2772
|
-
return
|
|
2815
|
+
return p5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2773
2816
|
case "plusCircle":
|
|
2774
|
-
return
|
|
2817
|
+
return f5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2775
2818
|
case "warning":
|
|
2776
|
-
return
|
|
2819
|
+
return v5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2777
2820
|
case "bell":
|
|
2778
|
-
return
|
|
2821
|
+
return k5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2779
2822
|
case "copy":
|
|
2780
|
-
return
|
|
2823
|
+
return M5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2781
2824
|
case "contract":
|
|
2782
|
-
return
|
|
2825
|
+
return N5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2783
2826
|
case "resourceManager":
|
|
2784
|
-
return
|
|
2827
|
+
return Z5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2785
2828
|
case "image":
|
|
2786
|
-
return
|
|
2829
|
+
return u5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2787
2830
|
case "edit":
|
|
2788
|
-
return
|
|
2831
|
+
return V5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2789
2832
|
case "burgerMenu":
|
|
2790
|
-
return
|
|
2833
|
+
return _5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2791
2834
|
case "refresh":
|
|
2792
|
-
return
|
|
2835
|
+
return H5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2793
2836
|
case "projects":
|
|
2794
|
-
return
|
|
2837
|
+
return R5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2795
2838
|
case "user":
|
|
2796
|
-
return
|
|
2839
|
+
return A5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2797
2840
|
case "exit":
|
|
2798
|
-
return
|
|
2841
|
+
return x5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2799
2842
|
case "status":
|
|
2800
|
-
return
|
|
2843
|
+
return D5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2801
2844
|
case "community":
|
|
2802
|
-
return
|
|
2845
|
+
return E5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2803
2846
|
case "docs":
|
|
2804
|
-
return
|
|
2847
|
+
return G5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2805
2848
|
case "unpaidLeave":
|
|
2806
|
-
return
|
|
2849
|
+
return Y5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2850
|
+
case "time":
|
|
2851
|
+
return K5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
2807
2852
|
default:
|
|
2808
|
-
return /* @__PURE__ */ e(
|
|
2853
|
+
return /* @__PURE__ */ e(G, { children: "No Icon provided" });
|
|
2809
2854
|
}
|
|
2810
2855
|
})() });
|
|
2811
|
-
},
|
|
2812
|
-
const [C, t] =
|
|
2856
|
+
}, B5 = (i, { enabled: l = !0 } = {}) => {
|
|
2857
|
+
const [C, t] = u(!1), h = Z(() => !l || !i || typeof i == "function" ? null : i.current, [l, i]), d = Z(() => {
|
|
2813
2858
|
const r = h();
|
|
2814
2859
|
if (!r) {
|
|
2815
2860
|
t(!1);
|
|
@@ -2838,12 +2883,22 @@ const c2 = (i, l) => {
|
|
|
2838
2883
|
const w = new ResizeObserver(d);
|
|
2839
2884
|
return w.observe(r), () => w.disconnect();
|
|
2840
2885
|
}, [h, d]), C;
|
|
2841
|
-
}, {
|
|
2886
|
+
}, b5 = ({ children: i, title: l, arrow: C = !0, open: t, placement: h = "top" }) => /* @__PURE__ */ e(
|
|
2887
|
+
m1,
|
|
2888
|
+
{
|
|
2889
|
+
overlayClassName: "snmt-tooltip",
|
|
2890
|
+
title: l,
|
|
2891
|
+
arrow: C,
|
|
2892
|
+
open: t,
|
|
2893
|
+
placement: h,
|
|
2894
|
+
children: i
|
|
2895
|
+
}
|
|
2896
|
+
), { Title: y5, Text: I5 } = g1, O5 = {
|
|
2842
2897
|
h1: 1,
|
|
2843
2898
|
h2: 2,
|
|
2844
2899
|
h3: 3,
|
|
2845
2900
|
h4: 4
|
|
2846
|
-
},
|
|
2901
|
+
}, T5 = J(
|
|
2847
2902
|
({
|
|
2848
2903
|
align: i = "inherit",
|
|
2849
2904
|
variant: l = "body1",
|
|
@@ -2854,29 +2909,24 @@ const c2 = (i, l) => {
|
|
|
2854
2909
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
2855
2910
|
trim: r = !1
|
|
2856
2911
|
}, w) => {
|
|
2857
|
-
const s =
|
|
2912
|
+
const s = S(null);
|
|
2858
2913
|
o1(w, () => s.current);
|
|
2859
|
-
const o =
|
|
2860
|
-
let
|
|
2861
|
-
i && i !== "inherit" && (
|
|
2862
|
-
const
|
|
2863
|
-
className:
|
|
2914
|
+
const o = B5(s, { enabled: r }), c = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
2915
|
+
let M = `snmt-typography snmt-typography-${l}`;
|
|
2916
|
+
i && i !== "inherit" && (M += ` snmt-typography-align-${i}`);
|
|
2917
|
+
const v = r && o, g = {
|
|
2918
|
+
className: M,
|
|
2864
2919
|
style: {
|
|
2865
2920
|
color: C,
|
|
2866
2921
|
whiteSpace: d
|
|
2867
2922
|
},
|
|
2868
2923
|
onClick: h,
|
|
2869
2924
|
ref: s,
|
|
2870
|
-
ellipsis:
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
overlayClassName: "snmt-tooltip"
|
|
2874
|
-
}
|
|
2875
|
-
} : void 0
|
|
2876
|
-
};
|
|
2877
|
-
return c ? /* @__PURE__ */ e(G5, { level: Y5[l], ...p, children: t }) : /* @__PURE__ */ e(K5, { ...p, children: t });
|
|
2925
|
+
ellipsis: v || void 0
|
|
2926
|
+
}, m = /* @__PURE__ */ e(I5, { ...g, children: t });
|
|
2927
|
+
return c ? /* @__PURE__ */ e(y5, { level: O5[l], ...g, children: t }) : /* @__PURE__ */ e(G, { children: v ? /* @__PURE__ */ e(b5, { title: t, children: m }) : m });
|
|
2878
2928
|
}
|
|
2879
|
-
),
|
|
2929
|
+
), S5 = ({
|
|
2880
2930
|
width: i = 20,
|
|
2881
2931
|
height: l = 20,
|
|
2882
2932
|
color: C = a.GREY_DARK_5,
|
|
@@ -2900,7 +2950,7 @@ const c2 = (i, l) => {
|
|
|
2900
2950
|
}
|
|
2901
2951
|
)
|
|
2902
2952
|
}
|
|
2903
|
-
),
|
|
2953
|
+
), W5 = ({
|
|
2904
2954
|
width: i = 20,
|
|
2905
2955
|
height: l = 20,
|
|
2906
2956
|
color: C = a.GREY_DARK_5,
|
|
@@ -2924,7 +2974,7 @@ const c2 = (i, l) => {
|
|
|
2924
2974
|
}
|
|
2925
2975
|
)
|
|
2926
2976
|
}
|
|
2927
|
-
),
|
|
2977
|
+
), j5 = ({
|
|
2928
2978
|
width: i = 20,
|
|
2929
2979
|
height: l = 20,
|
|
2930
2980
|
color: C = a.GREY_DARK_5,
|
|
@@ -2948,7 +2998,7 @@ const c2 = (i, l) => {
|
|
|
2948
2998
|
}
|
|
2949
2999
|
)
|
|
2950
3000
|
}
|
|
2951
|
-
),
|
|
3001
|
+
), $5 = ({
|
|
2952
3002
|
width: i = 20,
|
|
2953
3003
|
height: l = 20,
|
|
2954
3004
|
color: C = a.GREY_DARK_5,
|
|
@@ -2973,7 +3023,7 @@ const c2 = (i, l) => {
|
|
|
2973
3023
|
}
|
|
2974
3024
|
)
|
|
2975
3025
|
}
|
|
2976
|
-
),
|
|
3026
|
+
), F5 = ({
|
|
2977
3027
|
width: i = 20,
|
|
2978
3028
|
height: l = 20,
|
|
2979
3029
|
color: C = a.GREY_DARK_5,
|
|
@@ -3013,7 +3063,7 @@ const c2 = (i, l) => {
|
|
|
3013
3063
|
)
|
|
3014
3064
|
]
|
|
3015
3065
|
}
|
|
3016
|
-
),
|
|
3066
|
+
), P5 = ({
|
|
3017
3067
|
width: i = 20,
|
|
3018
3068
|
height: l = 20,
|
|
3019
3069
|
color: C = a.GREY_DARK_5,
|
|
@@ -3040,7 +3090,7 @@ const c2 = (i, l) => {
|
|
|
3040
3090
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3041
3091
|
]
|
|
3042
3092
|
}
|
|
3043
|
-
),
|
|
3093
|
+
), U5 = ({
|
|
3044
3094
|
width: i = 20,
|
|
3045
3095
|
height: l = 20,
|
|
3046
3096
|
color: C = a.GREY_DARK_5,
|
|
@@ -3064,7 +3114,7 @@ const c2 = (i, l) => {
|
|
|
3064
3114
|
}
|
|
3065
3115
|
)
|
|
3066
3116
|
}
|
|
3067
|
-
),
|
|
3117
|
+
), z5 = ({
|
|
3068
3118
|
width: i = 20,
|
|
3069
3119
|
height: l = 20,
|
|
3070
3120
|
color: C = a.GREY_DARK_5,
|
|
@@ -3091,7 +3141,7 @@ const c2 = (i, l) => {
|
|
|
3091
3141
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3092
3142
|
]
|
|
3093
3143
|
}
|
|
3094
|
-
),
|
|
3144
|
+
), q5 = ({
|
|
3095
3145
|
width: i = 20,
|
|
3096
3146
|
height: l = 20,
|
|
3097
3147
|
color: C = a.GREY_DARK_5,
|
|
@@ -3115,7 +3165,7 @@ const c2 = (i, l) => {
|
|
|
3115
3165
|
}
|
|
3116
3166
|
)
|
|
3117
3167
|
}
|
|
3118
|
-
),
|
|
3168
|
+
), J5 = ({
|
|
3119
3169
|
width: i = 20,
|
|
3120
3170
|
height: l = 20,
|
|
3121
3171
|
color: C = a.GREY_DARK_5,
|
|
@@ -3155,7 +3205,7 @@ const c2 = (i, l) => {
|
|
|
3155
3205
|
)
|
|
3156
3206
|
]
|
|
3157
3207
|
}
|
|
3158
|
-
),
|
|
3208
|
+
), Q5 = ({
|
|
3159
3209
|
width: i = 20,
|
|
3160
3210
|
height: l = 20,
|
|
3161
3211
|
color: C = a.GREY_DARK_5,
|
|
@@ -3201,7 +3251,7 @@ const c2 = (i, l) => {
|
|
|
3201
3251
|
)
|
|
3202
3252
|
]
|
|
3203
3253
|
}
|
|
3204
|
-
),
|
|
3254
|
+
), X5 = ({
|
|
3205
3255
|
width: i = 20,
|
|
3206
3256
|
height: l = 20,
|
|
3207
3257
|
color: C = a.GREY_DARK_5,
|
|
@@ -3248,7 +3298,7 @@ const c2 = (i, l) => {
|
|
|
3248
3298
|
)
|
|
3249
3299
|
]
|
|
3250
3300
|
}
|
|
3251
|
-
),
|
|
3301
|
+
), C7 = ({
|
|
3252
3302
|
width: i = 20,
|
|
3253
3303
|
height: l = 20,
|
|
3254
3304
|
color: C = a.GREY_DARK_5,
|
|
@@ -3272,7 +3322,7 @@ const c2 = (i, l) => {
|
|
|
3272
3322
|
}
|
|
3273
3323
|
)
|
|
3274
3324
|
}
|
|
3275
|
-
),
|
|
3325
|
+
), l7 = ({
|
|
3276
3326
|
width: i = 20,
|
|
3277
3327
|
height: l = 20,
|
|
3278
3328
|
color: C = a.GREY_DARK_5,
|
|
@@ -3296,7 +3346,7 @@ const c2 = (i, l) => {
|
|
|
3296
3346
|
}
|
|
3297
3347
|
)
|
|
3298
3348
|
}
|
|
3299
|
-
),
|
|
3349
|
+
), e7 = ({
|
|
3300
3350
|
width: i = 20,
|
|
3301
3351
|
height: l = 20,
|
|
3302
3352
|
color: C = a.GREY_DARK_5,
|
|
@@ -3320,7 +3370,7 @@ const c2 = (i, l) => {
|
|
|
3320
3370
|
}
|
|
3321
3371
|
)
|
|
3322
3372
|
}
|
|
3323
|
-
),
|
|
3373
|
+
), i7 = ({
|
|
3324
3374
|
width: i = 20,
|
|
3325
3375
|
height: l = 20,
|
|
3326
3376
|
color: C = a.GREY_DARK_5,
|
|
@@ -3381,7 +3431,7 @@ const c2 = (i, l) => {
|
|
|
3381
3431
|
)
|
|
3382
3432
|
]
|
|
3383
3433
|
}
|
|
3384
|
-
),
|
|
3434
|
+
), t7 = ({
|
|
3385
3435
|
width: i = 20,
|
|
3386
3436
|
height: l = 20,
|
|
3387
3437
|
color: C = a.GREY_DARK_5,
|
|
@@ -3428,7 +3478,7 @@ const c2 = (i, l) => {
|
|
|
3428
3478
|
)
|
|
3429
3479
|
]
|
|
3430
3480
|
}
|
|
3431
|
-
),
|
|
3481
|
+
), h7 = ({
|
|
3432
3482
|
width: i = 20,
|
|
3433
3483
|
height: l = 20,
|
|
3434
3484
|
color: C = a.GREY_DARK_5,
|
|
@@ -3468,7 +3518,7 @@ const c2 = (i, l) => {
|
|
|
3468
3518
|
)
|
|
3469
3519
|
]
|
|
3470
3520
|
}
|
|
3471
|
-
),
|
|
3521
|
+
), o7 = ({
|
|
3472
3522
|
width: i = 20,
|
|
3473
3523
|
height: l = 20,
|
|
3474
3524
|
color: C = a.GREY_DARK_5,
|
|
@@ -3508,7 +3558,7 @@ const c2 = (i, l) => {
|
|
|
3508
3558
|
)
|
|
3509
3559
|
]
|
|
3510
3560
|
}
|
|
3511
|
-
),
|
|
3561
|
+
), s7 = ({
|
|
3512
3562
|
width: i = 20,
|
|
3513
3563
|
height: l = 20,
|
|
3514
3564
|
color: C = a.GREY_DARK_5,
|
|
@@ -3555,7 +3605,7 @@ const c2 = (i, l) => {
|
|
|
3555
3605
|
)
|
|
3556
3606
|
]
|
|
3557
3607
|
}
|
|
3558
|
-
),
|
|
3608
|
+
), a7 = ({
|
|
3559
3609
|
width: i = 20,
|
|
3560
3610
|
height: l = 20,
|
|
3561
3611
|
color: C = a.GREY_DARK_5,
|
|
@@ -3602,7 +3652,7 @@ const c2 = (i, l) => {
|
|
|
3602
3652
|
)
|
|
3603
3653
|
]
|
|
3604
3654
|
}
|
|
3605
|
-
),
|
|
3655
|
+
), c7 = ({
|
|
3606
3656
|
width: i = 20,
|
|
3607
3657
|
height: l = 20,
|
|
3608
3658
|
color: C = a.GREY_DARK_5,
|
|
@@ -3649,7 +3699,7 @@ const c2 = (i, l) => {
|
|
|
3649
3699
|
)
|
|
3650
3700
|
]
|
|
3651
3701
|
}
|
|
3652
|
-
),
|
|
3702
|
+
), n7 = ({
|
|
3653
3703
|
width: i = 20,
|
|
3654
3704
|
height: l = 20,
|
|
3655
3705
|
color: C = a.GREY_DARK_5,
|
|
@@ -3689,7 +3739,7 @@ const c2 = (i, l) => {
|
|
|
3689
3739
|
)
|
|
3690
3740
|
]
|
|
3691
3741
|
}
|
|
3692
|
-
),
|
|
3742
|
+
), r7 = ({
|
|
3693
3743
|
width: i = 20,
|
|
3694
3744
|
height: l = 20,
|
|
3695
3745
|
color: C = a.GREY_DARK_5,
|
|
@@ -3722,7 +3772,7 @@ const c2 = (i, l) => {
|
|
|
3722
3772
|
)
|
|
3723
3773
|
]
|
|
3724
3774
|
}
|
|
3725
|
-
),
|
|
3775
|
+
), d7 = ({
|
|
3726
3776
|
width: i = 20,
|
|
3727
3777
|
height: l = 20,
|
|
3728
3778
|
color: C = a.GREY_DARK_5,
|
|
@@ -3755,7 +3805,7 @@ const c2 = (i, l) => {
|
|
|
3755
3805
|
)
|
|
3756
3806
|
]
|
|
3757
3807
|
}
|
|
3758
|
-
),
|
|
3808
|
+
), w7 = ({
|
|
3759
3809
|
width: i = 20,
|
|
3760
3810
|
height: l = 20,
|
|
3761
3811
|
color: C = a.GREY_DARK_5,
|
|
@@ -3788,7 +3838,7 @@ const c2 = (i, l) => {
|
|
|
3788
3838
|
)
|
|
3789
3839
|
]
|
|
3790
3840
|
}
|
|
3791
|
-
),
|
|
3841
|
+
), L7 = ({
|
|
3792
3842
|
width: i = 20,
|
|
3793
3843
|
height: l = 20,
|
|
3794
3844
|
color: C = a.GREY_DARK_5,
|
|
@@ -3821,7 +3871,7 @@ const c2 = (i, l) => {
|
|
|
3821
3871
|
)
|
|
3822
3872
|
]
|
|
3823
3873
|
}
|
|
3824
|
-
),
|
|
3874
|
+
), g7 = ({
|
|
3825
3875
|
width: i = 20,
|
|
3826
3876
|
height: l = 20,
|
|
3827
3877
|
color: C = a.GREY_DARK_5,
|
|
@@ -3861,7 +3911,7 @@ const c2 = (i, l) => {
|
|
|
3861
3911
|
)
|
|
3862
3912
|
]
|
|
3863
3913
|
}
|
|
3864
|
-
),
|
|
3914
|
+
), m7 = ({
|
|
3865
3915
|
width: i = 20,
|
|
3866
3916
|
height: l = 20,
|
|
3867
3917
|
color: C = a.GREY_DARK_5,
|
|
@@ -3894,7 +3944,7 @@ const c2 = (i, l) => {
|
|
|
3894
3944
|
)
|
|
3895
3945
|
]
|
|
3896
3946
|
}
|
|
3897
|
-
),
|
|
3947
|
+
), p7 = ({
|
|
3898
3948
|
width: i = 20,
|
|
3899
3949
|
height: l = 20,
|
|
3900
3950
|
color: C = a.GREY_DARK_5,
|
|
@@ -3927,7 +3977,7 @@ const c2 = (i, l) => {
|
|
|
3927
3977
|
)
|
|
3928
3978
|
]
|
|
3929
3979
|
}
|
|
3930
|
-
),
|
|
3980
|
+
), f7 = ({
|
|
3931
3981
|
width: i = 20,
|
|
3932
3982
|
height: l = 20,
|
|
3933
3983
|
color: C = "#070739",
|
|
@@ -3957,7 +4007,7 @@ const c2 = (i, l) => {
|
|
|
3957
4007
|
/* @__PURE__ */ e("circle", { cx: "10", cy: "10", r: "2.375", stroke: C, strokeWidth: "1.25" })
|
|
3958
4008
|
]
|
|
3959
4009
|
}
|
|
3960
|
-
),
|
|
4010
|
+
), v7 = ({
|
|
3961
4011
|
width: i = 20,
|
|
3962
4012
|
height: l = 20,
|
|
3963
4013
|
color: C = "#070739",
|
|
@@ -3995,7 +4045,7 @@ const c2 = (i, l) => {
|
|
|
3995
4045
|
)
|
|
3996
4046
|
]
|
|
3997
4047
|
}
|
|
3998
|
-
),
|
|
4048
|
+
), k7 = ({
|
|
3999
4049
|
width: i = 20,
|
|
4000
4050
|
height: l = 20,
|
|
4001
4051
|
color: C = a.GREY_DARK_5,
|
|
@@ -4028,7 +4078,7 @@ const c2 = (i, l) => {
|
|
|
4028
4078
|
)
|
|
4029
4079
|
]
|
|
4030
4080
|
}
|
|
4031
|
-
),
|
|
4081
|
+
), M7 = ({
|
|
4032
4082
|
width: i = 20,
|
|
4033
4083
|
height: l = 20,
|
|
4034
4084
|
color: C = a.GREY_DARK_5,
|
|
@@ -4061,7 +4111,7 @@ const c2 = (i, l) => {
|
|
|
4061
4111
|
)
|
|
4062
4112
|
]
|
|
4063
4113
|
}
|
|
4064
|
-
),
|
|
4114
|
+
), N7 = ({
|
|
4065
4115
|
width: i = 20,
|
|
4066
4116
|
height: l = 20,
|
|
4067
4117
|
color: C = a.GREY_DARK_5,
|
|
@@ -4108,7 +4158,7 @@ const c2 = (i, l) => {
|
|
|
4108
4158
|
)
|
|
4109
4159
|
]
|
|
4110
4160
|
}
|
|
4111
|
-
),
|
|
4161
|
+
), Z7 = ({
|
|
4112
4162
|
className: i,
|
|
4113
4163
|
color: l = a.GREY_DARK_5,
|
|
4114
4164
|
height: C = 20,
|
|
@@ -4141,7 +4191,7 @@ const c2 = (i, l) => {
|
|
|
4141
4191
|
)
|
|
4142
4192
|
]
|
|
4143
4193
|
}
|
|
4144
|
-
),
|
|
4194
|
+
), u7 = ({
|
|
4145
4195
|
className: i,
|
|
4146
4196
|
color: l = a.GREY_DARK_5,
|
|
4147
4197
|
height: C = 5,
|
|
@@ -4165,7 +4215,7 @@ const c2 = (i, l) => {
|
|
|
4165
4215
|
}
|
|
4166
4216
|
)
|
|
4167
4217
|
}
|
|
4168
|
-
),
|
|
4218
|
+
), V7 = ({
|
|
4169
4219
|
className: i,
|
|
4170
4220
|
color: l = a.GREY_DARK_5,
|
|
4171
4221
|
height: C = 5,
|
|
@@ -4190,7 +4240,7 @@ const c2 = (i, l) => {
|
|
|
4190
4240
|
}
|
|
4191
4241
|
)
|
|
4192
4242
|
}
|
|
4193
|
-
),
|
|
4243
|
+
), _7 = ({
|
|
4194
4244
|
className: i,
|
|
4195
4245
|
color: l = a.GREY_DARK_5,
|
|
4196
4246
|
height: C = 20,
|
|
@@ -4223,7 +4273,7 @@ const c2 = (i, l) => {
|
|
|
4223
4273
|
)
|
|
4224
4274
|
]
|
|
4225
4275
|
}
|
|
4226
|
-
),
|
|
4276
|
+
), H7 = ({
|
|
4227
4277
|
className: i,
|
|
4228
4278
|
color: l = a.GREY_DARK_5,
|
|
4229
4279
|
height: C = 20,
|
|
@@ -4262,7 +4312,7 @@ const c2 = (i, l) => {
|
|
|
4262
4312
|
)
|
|
4263
4313
|
]
|
|
4264
4314
|
}
|
|
4265
|
-
),
|
|
4315
|
+
), R7 = ({
|
|
4266
4316
|
className: i,
|
|
4267
4317
|
color: l = a.GREY_DARK_5,
|
|
4268
4318
|
height: C = 20,
|
|
@@ -4286,7 +4336,7 @@ const c2 = (i, l) => {
|
|
|
4286
4336
|
}
|
|
4287
4337
|
)
|
|
4288
4338
|
}
|
|
4289
|
-
),
|
|
4339
|
+
), x7 = ({
|
|
4290
4340
|
className: i,
|
|
4291
4341
|
color: l = a.GREY_DARK_5,
|
|
4292
4342
|
height: C = 20,
|
|
@@ -4333,7 +4383,7 @@ const c2 = (i, l) => {
|
|
|
4333
4383
|
)
|
|
4334
4384
|
]
|
|
4335
4385
|
}
|
|
4336
|
-
),
|
|
4386
|
+
), A7 = ({
|
|
4337
4387
|
className: i,
|
|
4338
4388
|
color: l = a.GREY_DARK_5,
|
|
4339
4389
|
height: C = 20,
|
|
@@ -4366,7 +4416,7 @@ const c2 = (i, l) => {
|
|
|
4366
4416
|
)
|
|
4367
4417
|
]
|
|
4368
4418
|
}
|
|
4369
|
-
),
|
|
4419
|
+
), D7 = ({
|
|
4370
4420
|
className: i,
|
|
4371
4421
|
color: l = a.GREY_DARK_5,
|
|
4372
4422
|
height: C = 20,
|
|
@@ -4403,7 +4453,7 @@ const c2 = (i, l) => {
|
|
|
4403
4453
|
)
|
|
4404
4454
|
]
|
|
4405
4455
|
}
|
|
4406
|
-
),
|
|
4456
|
+
), E7 = ({
|
|
4407
4457
|
className: i,
|
|
4408
4458
|
color: l = a.GREY_DARK_5,
|
|
4409
4459
|
height: C = 20,
|
|
@@ -4427,7 +4477,7 @@ const c2 = (i, l) => {
|
|
|
4427
4477
|
}
|
|
4428
4478
|
)
|
|
4429
4479
|
}
|
|
4430
|
-
),
|
|
4480
|
+
), G7 = ({
|
|
4431
4481
|
className: i,
|
|
4432
4482
|
color: l = a.GREY_DARK_5,
|
|
4433
4483
|
height: C = 20,
|
|
@@ -4488,7 +4538,7 @@ const c2 = (i, l) => {
|
|
|
4488
4538
|
)
|
|
4489
4539
|
]
|
|
4490
4540
|
}
|
|
4491
|
-
),
|
|
4541
|
+
), Y7 = ({
|
|
4492
4542
|
className: i,
|
|
4493
4543
|
color: l = a.GREY_DARK_5,
|
|
4494
4544
|
height: C = 20,
|
|
@@ -4525,7 +4575,7 @@ const c2 = (i, l) => {
|
|
|
4525
4575
|
)
|
|
4526
4576
|
]
|
|
4527
4577
|
}
|
|
4528
|
-
),
|
|
4578
|
+
), K7 = ({
|
|
4529
4579
|
className: i,
|
|
4530
4580
|
color: l = a.GREY_DARK_5,
|
|
4531
4581
|
height: C = 20,
|
|
@@ -4565,7 +4615,7 @@ const c2 = (i, l) => {
|
|
|
4565
4615
|
)
|
|
4566
4616
|
]
|
|
4567
4617
|
}
|
|
4568
|
-
),
|
|
4618
|
+
), B7 = ({
|
|
4569
4619
|
className: i,
|
|
4570
4620
|
color: l = a.GREY_DARK_5,
|
|
4571
4621
|
height: C = 20,
|
|
@@ -4598,7 +4648,7 @@ const c2 = (i, l) => {
|
|
|
4598
4648
|
)
|
|
4599
4649
|
]
|
|
4600
4650
|
}
|
|
4601
|
-
),
|
|
4651
|
+
), b7 = ({
|
|
4602
4652
|
className: i,
|
|
4603
4653
|
color: l = a.GREY_DARK_5,
|
|
4604
4654
|
height: C = 20,
|
|
@@ -4631,7 +4681,7 @@ const c2 = (i, l) => {
|
|
|
4631
4681
|
)
|
|
4632
4682
|
]
|
|
4633
4683
|
}
|
|
4634
|
-
),
|
|
4684
|
+
), y7 = ({
|
|
4635
4685
|
className: i,
|
|
4636
4686
|
color: l = a.GREY_DARK_5,
|
|
4637
4687
|
height: C = 20,
|
|
@@ -4685,7 +4735,7 @@ const c2 = (i, l) => {
|
|
|
4685
4735
|
)
|
|
4686
4736
|
]
|
|
4687
4737
|
}
|
|
4688
|
-
),
|
|
4738
|
+
), I7 = ({
|
|
4689
4739
|
className: i,
|
|
4690
4740
|
color: l = a.GREY_DARK_5,
|
|
4691
4741
|
height: C = 20,
|
|
@@ -4732,7 +4782,7 @@ const c2 = (i, l) => {
|
|
|
4732
4782
|
)
|
|
4733
4783
|
]
|
|
4734
4784
|
}
|
|
4735
|
-
),
|
|
4785
|
+
), O7 = ({
|
|
4736
4786
|
className: i,
|
|
4737
4787
|
color: l = a.GREY_DARK_5,
|
|
4738
4788
|
height: C = 20,
|
|
@@ -4772,7 +4822,7 @@ const c2 = (i, l) => {
|
|
|
4772
4822
|
)
|
|
4773
4823
|
]
|
|
4774
4824
|
}
|
|
4775
|
-
),
|
|
4825
|
+
), T7 = ({
|
|
4776
4826
|
className: i,
|
|
4777
4827
|
color: l = a.GREY_DARK_5,
|
|
4778
4828
|
height: C = 20,
|
|
@@ -4796,7 +4846,7 @@ const c2 = (i, l) => {
|
|
|
4796
4846
|
}
|
|
4797
4847
|
)
|
|
4798
4848
|
}
|
|
4799
|
-
),
|
|
4849
|
+
), S7 = ({
|
|
4800
4850
|
className: i,
|
|
4801
4851
|
color: l = a.GREY_DARK_5,
|
|
4802
4852
|
height: C = 20,
|
|
@@ -4836,7 +4886,7 @@ const c2 = (i, l) => {
|
|
|
4836
4886
|
)
|
|
4837
4887
|
]
|
|
4838
4888
|
}
|
|
4839
|
-
),
|
|
4889
|
+
), W7 = ({
|
|
4840
4890
|
className: i,
|
|
4841
4891
|
color: l = a.GREY_DARK_5,
|
|
4842
4892
|
height: C = 20,
|
|
@@ -4876,7 +4926,7 @@ const c2 = (i, l) => {
|
|
|
4876
4926
|
)
|
|
4877
4927
|
]
|
|
4878
4928
|
}
|
|
4879
|
-
),
|
|
4929
|
+
), j7 = ({
|
|
4880
4930
|
width: i = 20,
|
|
4881
4931
|
height: l = 20,
|
|
4882
4932
|
color: C = a.GREY_DARK_5,
|
|
@@ -4900,7 +4950,7 @@ const c2 = (i, l) => {
|
|
|
4900
4950
|
}
|
|
4901
4951
|
)
|
|
4902
4952
|
}
|
|
4903
|
-
),
|
|
4953
|
+
), $7 = ({
|
|
4904
4954
|
width: i = 24,
|
|
4905
4955
|
height: l = 24,
|
|
4906
4956
|
color: C = "#131314",
|
|
@@ -4933,7 +4983,7 @@ const c2 = (i, l) => {
|
|
|
4933
4983
|
)
|
|
4934
4984
|
]
|
|
4935
4985
|
}
|
|
4936
|
-
),
|
|
4986
|
+
), F7 = ({
|
|
4937
4987
|
width: i = 20,
|
|
4938
4988
|
height: l = 20,
|
|
4939
4989
|
color: C = a.GREY_DARK_5,
|
|
@@ -4966,7 +5016,7 @@ const c2 = (i, l) => {
|
|
|
4966
5016
|
)
|
|
4967
5017
|
]
|
|
4968
5018
|
}
|
|
4969
|
-
),
|
|
5019
|
+
), P7 = ({
|
|
4970
5020
|
width: i = 20,
|
|
4971
5021
|
height: l = 20,
|
|
4972
5022
|
color: C = a.GREY_DARK_5,
|
|
@@ -5006,7 +5056,7 @@ const c2 = (i, l) => {
|
|
|
5006
5056
|
)
|
|
5007
5057
|
]
|
|
5008
5058
|
}
|
|
5009
|
-
),
|
|
5059
|
+
), U7 = ({
|
|
5010
5060
|
width: i = 20,
|
|
5011
5061
|
height: l = 20,
|
|
5012
5062
|
color: C = a.GREY_DARK_5,
|
|
@@ -5067,7 +5117,7 @@ const c2 = (i, l) => {
|
|
|
5067
5117
|
)
|
|
5068
5118
|
]
|
|
5069
5119
|
}
|
|
5070
|
-
),
|
|
5120
|
+
), z7 = ({
|
|
5071
5121
|
width: i = 20,
|
|
5072
5122
|
height: l = 20,
|
|
5073
5123
|
color: C = a.GREY_DARK_5,
|
|
@@ -5107,7 +5157,7 @@ const c2 = (i, l) => {
|
|
|
5107
5157
|
)
|
|
5108
5158
|
]
|
|
5109
5159
|
}
|
|
5110
|
-
),
|
|
5160
|
+
), q7 = ({
|
|
5111
5161
|
width: i = 20,
|
|
5112
5162
|
height: l = 20,
|
|
5113
5163
|
color: C = a.GREY_DARK_5,
|
|
@@ -5131,7 +5181,40 @@ const c2 = (i, l) => {
|
|
|
5131
5181
|
}
|
|
5132
5182
|
)
|
|
5133
5183
|
}
|
|
5134
|
-
),
|
|
5184
|
+
), J7 = ({
|
|
5185
|
+
width: i = 20,
|
|
5186
|
+
height: l = 20,
|
|
5187
|
+
color: C = a.GREY_DARK_5,
|
|
5188
|
+
className: t,
|
|
5189
|
+
onClick: h
|
|
5190
|
+
}) => /* @__PURE__ */ n(
|
|
5191
|
+
"svg",
|
|
5192
|
+
{
|
|
5193
|
+
width: i,
|
|
5194
|
+
height: l,
|
|
5195
|
+
className: t,
|
|
5196
|
+
viewBox: "0 0 24 24",
|
|
5197
|
+
fill: "none",
|
|
5198
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5199
|
+
onClick: h,
|
|
5200
|
+
children: [
|
|
5201
|
+
/* @__PURE__ */ e(
|
|
5202
|
+
"path",
|
|
5203
|
+
{
|
|
5204
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
5205
|
+
fill: C
|
|
5206
|
+
}
|
|
5207
|
+
),
|
|
5208
|
+
/* @__PURE__ */ e(
|
|
5209
|
+
"path",
|
|
5210
|
+
{
|
|
5211
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
5212
|
+
fill: C
|
|
5213
|
+
}
|
|
5214
|
+
)
|
|
5215
|
+
]
|
|
5216
|
+
}
|
|
5217
|
+
), Q7 = ({
|
|
5135
5218
|
name: i,
|
|
5136
5219
|
width: l,
|
|
5137
5220
|
height: C,
|
|
@@ -5140,45 +5223,45 @@ const c2 = (i, l) => {
|
|
|
5140
5223
|
disabled: d = !1,
|
|
5141
5224
|
onClick: r
|
|
5142
5225
|
}) => {
|
|
5143
|
-
const { theme: w } =
|
|
5144
|
-
return /* @__PURE__ */ e(
|
|
5226
|
+
const { theme: w } = Q(s1), s = d ? w && w === "dark" ? a.GREY_LIGHT_4 : a.GREY_DARK_1 : t, o = d ? void 0 : r, c = r && !d ? `${h || ""} clickable` : h;
|
|
5227
|
+
return /* @__PURE__ */ e(G, { children: (() => {
|
|
5145
5228
|
switch (i) {
|
|
5146
5229
|
case "arrow1Down":
|
|
5147
|
-
return
|
|
5230
|
+
return S5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5148
5231
|
case "arrow1Up":
|
|
5149
|
-
return
|
|
5232
|
+
return W5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5150
5233
|
case "arrow1Right":
|
|
5151
|
-
return
|
|
5234
|
+
return j5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5152
5235
|
case "arrow1Left":
|
|
5153
|
-
return
|
|
5236
|
+
return $5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5154
5237
|
case "info":
|
|
5155
|
-
return T5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5156
|
-
case "archive":
|
|
5157
5238
|
return F5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5239
|
+
case "archive":
|
|
5240
|
+
return J5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5158
5241
|
case "unarchive":
|
|
5159
|
-
return
|
|
5242
|
+
return Q5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5160
5243
|
case "calendar":
|
|
5161
|
-
return
|
|
5244
|
+
return X5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5162
5245
|
case "check":
|
|
5163
|
-
return
|
|
5246
|
+
return C7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5164
5247
|
case "cancel":
|
|
5165
|
-
return
|
|
5248
|
+
return l7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5166
5249
|
case "add":
|
|
5167
|
-
return
|
|
5250
|
+
return e7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5168
5251
|
case "list":
|
|
5169
|
-
return
|
|
5252
|
+
return i7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5170
5253
|
case "dragAndDrop":
|
|
5171
|
-
return
|
|
5254
|
+
return t7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5172
5255
|
case "filter1":
|
|
5173
|
-
return
|
|
5256
|
+
return h7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5174
5257
|
case "filter2":
|
|
5175
|
-
return
|
|
5258
|
+
return E7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5176
5259
|
case "attention":
|
|
5177
|
-
return
|
|
5260
|
+
return o7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5178
5261
|
case "users":
|
|
5179
|
-
return
|
|
5262
|
+
return s7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5180
5263
|
case "mySkillsMatrix":
|
|
5181
|
-
return
|
|
5264
|
+
return a7({
|
|
5182
5265
|
width: l,
|
|
5183
5266
|
height: C,
|
|
5184
5267
|
color: s,
|
|
@@ -5186,9 +5269,9 @@ const c2 = (i, l) => {
|
|
|
5186
5269
|
onClick: o
|
|
5187
5270
|
});
|
|
5188
5271
|
case "skills":
|
|
5189
|
-
return
|
|
5272
|
+
return c7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5190
5273
|
case "skillsMatrices":
|
|
5191
|
-
return
|
|
5274
|
+
return n7({
|
|
5192
5275
|
width: l,
|
|
5193
5276
|
height: C,
|
|
5194
5277
|
color: s,
|
|
@@ -5196,21 +5279,21 @@ const c2 = (i, l) => {
|
|
|
5196
5279
|
onClick: o
|
|
5197
5280
|
});
|
|
5198
5281
|
case "history":
|
|
5199
|
-
return
|
|
5282
|
+
return r7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5200
5283
|
case "logOut":
|
|
5201
|
-
return
|
|
5284
|
+
return d7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5202
5285
|
case "settings":
|
|
5203
|
-
return
|
|
5286
|
+
return w7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5204
5287
|
case "trash":
|
|
5205
|
-
return
|
|
5288
|
+
return L7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5206
5289
|
case "settings2":
|
|
5207
|
-
return
|
|
5290
|
+
return g7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5208
5291
|
case "checkCircle":
|
|
5209
|
-
return
|
|
5292
|
+
return m7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5210
5293
|
case "cancelCircle":
|
|
5211
|
-
return
|
|
5294
|
+
return p7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5212
5295
|
case "visibilityIcon":
|
|
5213
|
-
return
|
|
5296
|
+
return f7({
|
|
5214
5297
|
width: l,
|
|
5215
5298
|
height: C,
|
|
5216
5299
|
color: s,
|
|
@@ -5218,7 +5301,7 @@ const c2 = (i, l) => {
|
|
|
5218
5301
|
onClick: o
|
|
5219
5302
|
});
|
|
5220
5303
|
case "visibilityOffIcon":
|
|
5221
|
-
return
|
|
5304
|
+
return v7({
|
|
5222
5305
|
width: l,
|
|
5223
5306
|
height: C,
|
|
5224
5307
|
color: s,
|
|
@@ -5226,78 +5309,80 @@ const c2 = (i, l) => {
|
|
|
5226
5309
|
onClick: o
|
|
5227
5310
|
});
|
|
5228
5311
|
case "sortUp":
|
|
5229
|
-
return
|
|
5312
|
+
return k7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5230
5313
|
case "sortDown":
|
|
5231
|
-
return
|
|
5314
|
+
return M7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5232
5315
|
case "sortDouble":
|
|
5233
|
-
return
|
|
5316
|
+
return N7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5234
5317
|
case "search":
|
|
5235
|
-
return
|
|
5318
|
+
return Z7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5236
5319
|
case "arrowUpFilled":
|
|
5237
|
-
return
|
|
5320
|
+
return V7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5238
5321
|
case "arrowDownFilled":
|
|
5239
|
-
return
|
|
5322
|
+
return u7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5240
5323
|
case "arrow2Up":
|
|
5241
|
-
return
|
|
5324
|
+
return P5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5242
5325
|
case "arrow2Right":
|
|
5243
|
-
return
|
|
5326
|
+
return U5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5244
5327
|
case "arrow2Down":
|
|
5245
|
-
return
|
|
5328
|
+
return z5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5246
5329
|
case "arrow2Left":
|
|
5247
|
-
return
|
|
5330
|
+
return q5({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5248
5331
|
case "link":
|
|
5249
|
-
return
|
|
5332
|
+
return _7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5250
5333
|
case "telegram":
|
|
5251
|
-
return
|
|
5334
|
+
return R7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5252
5335
|
case "mail":
|
|
5253
|
-
return
|
|
5336
|
+
return A7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5254
5337
|
case "github":
|
|
5255
|
-
return
|
|
5338
|
+
return H7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5256
5339
|
case "linkedIn":
|
|
5257
|
-
return
|
|
5340
|
+
return x7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5258
5341
|
case "emptyStateIcon":
|
|
5259
|
-
return
|
|
5342
|
+
return D7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5260
5343
|
case "dotMenuIcon":
|
|
5261
|
-
return
|
|
5344
|
+
return G7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5262
5345
|
case "plusCircle":
|
|
5263
|
-
return
|
|
5346
|
+
return Y7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5264
5347
|
case "warning":
|
|
5265
|
-
return
|
|
5348
|
+
return K7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5266
5349
|
case "bell":
|
|
5267
|
-
return
|
|
5350
|
+
return B7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5268
5351
|
case "copy":
|
|
5269
|
-
return
|
|
5352
|
+
return b7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5270
5353
|
case "contract":
|
|
5271
|
-
return
|
|
5354
|
+
return y7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5272
5355
|
case "resourceManager":
|
|
5273
|
-
return
|
|
5356
|
+
return I7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5274
5357
|
case "image":
|
|
5275
|
-
return
|
|
5358
|
+
return O7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5276
5359
|
case "edit":
|
|
5277
|
-
return
|
|
5360
|
+
return T7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5278
5361
|
case "burgerMenu":
|
|
5279
|
-
return
|
|
5362
|
+
return S7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5280
5363
|
case "refresh":
|
|
5281
|
-
return
|
|
5364
|
+
return W7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5282
5365
|
case "projects":
|
|
5283
|
-
return
|
|
5366
|
+
return j7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5284
5367
|
case "user":
|
|
5285
|
-
return
|
|
5368
|
+
return F7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5286
5369
|
case "exit":
|
|
5287
|
-
return
|
|
5370
|
+
return $7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5288
5371
|
case "status":
|
|
5289
|
-
return
|
|
5372
|
+
return P7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5290
5373
|
case "community":
|
|
5291
|
-
return
|
|
5374
|
+
return U7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5292
5375
|
case "docs":
|
|
5293
|
-
return
|
|
5376
|
+
return z7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5294
5377
|
case "unpaidLeave":
|
|
5295
|
-
return
|
|
5378
|
+
return q7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5379
|
+
case "time":
|
|
5380
|
+
return J7({ width: l, height: C, color: s, className: c, onClick: o });
|
|
5296
5381
|
default:
|
|
5297
|
-
return /* @__PURE__ */ e(
|
|
5382
|
+
return /* @__PURE__ */ e(G, { children: "No Icon provided" });
|
|
5298
5383
|
}
|
|
5299
5384
|
})() });
|
|
5300
|
-
},
|
|
5385
|
+
}, B1 = ({
|
|
5301
5386
|
children: i,
|
|
5302
5387
|
width: l,
|
|
5303
5388
|
size: C = "small",
|
|
@@ -5309,11 +5394,11 @@ const c2 = (i, l) => {
|
|
|
5309
5394
|
d || t == null || t();
|
|
5310
5395
|
};
|
|
5311
5396
|
return /* @__PURE__ */ e(
|
|
5312
|
-
|
|
5397
|
+
_1,
|
|
5313
5398
|
{
|
|
5314
5399
|
className: `snmt-tag ${C} ${d ? "disabled" : ""}`,
|
|
5315
5400
|
closeIcon: /* @__PURE__ */ e(
|
|
5316
|
-
|
|
5401
|
+
Q7,
|
|
5317
5402
|
{
|
|
5318
5403
|
name: "cancelCircle",
|
|
5319
5404
|
color: d ? a.GREY_DARK_1 : a.GREY_DARK_2,
|
|
@@ -5326,7 +5411,7 @@ const c2 = (i, l) => {
|
|
|
5326
5411
|
style: { width: l ?? "fit-content" },
|
|
5327
5412
|
closable: h,
|
|
5328
5413
|
children: typeof i == "string" ? /* @__PURE__ */ e(
|
|
5329
|
-
|
|
5414
|
+
T5,
|
|
5330
5415
|
{
|
|
5331
5416
|
variant: C === "small" ? "body4" : "body2",
|
|
5332
5417
|
color: d ? a.GREY_DARK_2 : a.GREY_DARK_5,
|
|
@@ -5335,8 +5420,8 @@ const c2 = (i, l) => {
|
|
|
5335
5420
|
) : i
|
|
5336
5421
|
}
|
|
5337
5422
|
);
|
|
5338
|
-
},
|
|
5339
|
-
const [C, t] =
|
|
5423
|
+
}, X7 = (i, { enabled: l = !0 } = {}) => {
|
|
5424
|
+
const [C, t] = u(!1), h = Z(() => !l || !i || typeof i == "function" ? null : i.current, [l, i]), d = Z(() => {
|
|
5340
5425
|
const r = h();
|
|
5341
5426
|
if (!r) {
|
|
5342
5427
|
t(!1);
|
|
@@ -5365,12 +5450,22 @@ const c2 = (i, l) => {
|
|
|
5365
5450
|
const w = new ResizeObserver(d);
|
|
5366
5451
|
return w.observe(r), () => w.disconnect();
|
|
5367
5452
|
}, [h, d]), C;
|
|
5368
|
-
}, {
|
|
5453
|
+
}, C9 = ({ children: i, title: l, arrow: C = !0, open: t, placement: h = "top" }) => /* @__PURE__ */ e(
|
|
5454
|
+
m1,
|
|
5455
|
+
{
|
|
5456
|
+
overlayClassName: "snmt-tooltip",
|
|
5457
|
+
title: l,
|
|
5458
|
+
arrow: C,
|
|
5459
|
+
open: t,
|
|
5460
|
+
placement: h,
|
|
5461
|
+
children: i
|
|
5462
|
+
}
|
|
5463
|
+
), { Title: l9, Text: e9 } = g1, i9 = {
|
|
5369
5464
|
h1: 1,
|
|
5370
5465
|
h2: 2,
|
|
5371
5466
|
h3: 3,
|
|
5372
5467
|
h4: 4
|
|
5373
|
-
},
|
|
5468
|
+
}, t9 = J(
|
|
5374
5469
|
({
|
|
5375
5470
|
align: i = "inherit",
|
|
5376
5471
|
variant: l = "body1",
|
|
@@ -5381,29 +5476,24 @@ const c2 = (i, l) => {
|
|
|
5381
5476
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
5382
5477
|
trim: r = !1
|
|
5383
5478
|
}, w) => {
|
|
5384
|
-
const s =
|
|
5479
|
+
const s = S(null);
|
|
5385
5480
|
o1(w, () => s.current);
|
|
5386
|
-
const o =
|
|
5387
|
-
let
|
|
5388
|
-
i && i !== "inherit" && (
|
|
5389
|
-
const
|
|
5390
|
-
className:
|
|
5481
|
+
const o = X7(s, { enabled: r }), c = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
5482
|
+
let M = `snmt-typography snmt-typography-${l}`;
|
|
5483
|
+
i && i !== "inherit" && (M += ` snmt-typography-align-${i}`);
|
|
5484
|
+
const v = r && o, g = {
|
|
5485
|
+
className: M,
|
|
5391
5486
|
style: {
|
|
5392
5487
|
color: C,
|
|
5393
5488
|
whiteSpace: d
|
|
5394
5489
|
},
|
|
5395
5490
|
onClick: h,
|
|
5396
5491
|
ref: s,
|
|
5397
|
-
ellipsis:
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
overlayClassName: "snmt-tooltip"
|
|
5401
|
-
}
|
|
5402
|
-
} : void 0
|
|
5403
|
-
};
|
|
5404
|
-
return c ? /* @__PURE__ */ e(U7, { level: q7[l], ...p, children: t }) : /* @__PURE__ */ e(z7, { ...p, children: t });
|
|
5492
|
+
ellipsis: v || void 0
|
|
5493
|
+
}, m = /* @__PURE__ */ e(e9, { ...g, children: t });
|
|
5494
|
+
return c ? /* @__PURE__ */ e(l9, { level: i9[l], ...g, children: t }) : /* @__PURE__ */ e(G, { children: v ? /* @__PURE__ */ e(C9, { title: t, children: m }) : m });
|
|
5405
5495
|
}
|
|
5406
|
-
),
|
|
5496
|
+
), h9 = ({
|
|
5407
5497
|
children: i,
|
|
5408
5498
|
content: l,
|
|
5409
5499
|
isOpen: C,
|
|
@@ -5412,9 +5502,9 @@ const c2 = (i, l) => {
|
|
|
5412
5502
|
noPadding: d = !1,
|
|
5413
5503
|
trigger: r = "click"
|
|
5414
5504
|
}) => {
|
|
5415
|
-
const [w, s] =
|
|
5505
|
+
const [w, s] = u(!1);
|
|
5416
5506
|
return /* @__PURE__ */ e(
|
|
5417
|
-
|
|
5507
|
+
$1,
|
|
5418
5508
|
{
|
|
5419
5509
|
content: l,
|
|
5420
5510
|
arrow: !1,
|
|
@@ -5428,8 +5518,8 @@ const c2 = (i, l) => {
|
|
|
5428
5518
|
children: /* @__PURE__ */ e("div", { className: "wrapper", children: i })
|
|
5429
5519
|
}
|
|
5430
5520
|
);
|
|
5431
|
-
},
|
|
5432
|
-
const [C, t] =
|
|
5521
|
+
}, o9 = (i, { enabled: l = !0 } = {}) => {
|
|
5522
|
+
const [C, t] = u(!1), h = Z(() => !l || !i || typeof i == "function" ? null : i.current, [l, i]), d = Z(() => {
|
|
5433
5523
|
const r = h();
|
|
5434
5524
|
if (!r) {
|
|
5435
5525
|
t(!1);
|
|
@@ -5458,12 +5548,22 @@ const c2 = (i, l) => {
|
|
|
5458
5548
|
const w = new ResizeObserver(d);
|
|
5459
5549
|
return w.observe(r), () => w.disconnect();
|
|
5460
5550
|
}, [h, d]), C;
|
|
5461
|
-
}, {
|
|
5551
|
+
}, s9 = ({ children: i, title: l, arrow: C = !0, open: t, placement: h = "top" }) => /* @__PURE__ */ e(
|
|
5552
|
+
m1,
|
|
5553
|
+
{
|
|
5554
|
+
overlayClassName: "snmt-tooltip",
|
|
5555
|
+
title: l,
|
|
5556
|
+
arrow: C,
|
|
5557
|
+
open: t,
|
|
5558
|
+
placement: h,
|
|
5559
|
+
children: i
|
|
5560
|
+
}
|
|
5561
|
+
), { Title: a9, Text: c9 } = g1, n9 = {
|
|
5462
5562
|
h1: 1,
|
|
5463
5563
|
h2: 2,
|
|
5464
5564
|
h3: 3,
|
|
5465
5565
|
h4: 4
|
|
5466
|
-
},
|
|
5566
|
+
}, b1 = J(
|
|
5467
5567
|
({
|
|
5468
5568
|
align: i = "inherit",
|
|
5469
5569
|
variant: l = "body1",
|
|
@@ -5474,29 +5574,24 @@ const c2 = (i, l) => {
|
|
|
5474
5574
|
/** This prop allows you to enable tooltip if text size is too big */
|
|
5475
5575
|
trim: r = !1
|
|
5476
5576
|
}, w) => {
|
|
5477
|
-
const s =
|
|
5577
|
+
const s = S(null);
|
|
5478
5578
|
o1(w, () => s.current);
|
|
5479
|
-
const o =
|
|
5480
|
-
let
|
|
5481
|
-
i && i !== "inherit" && (
|
|
5482
|
-
const
|
|
5483
|
-
className:
|
|
5579
|
+
const o = o9(s, { enabled: r }), c = l === "h1" || l === "h2" || l === "h3" || l === "h4";
|
|
5580
|
+
let M = `snmt-typography snmt-typography-${l}`;
|
|
5581
|
+
i && i !== "inherit" && (M += ` snmt-typography-align-${i}`);
|
|
5582
|
+
const v = r && o, g = {
|
|
5583
|
+
className: M,
|
|
5484
5584
|
style: {
|
|
5485
5585
|
color: C,
|
|
5486
5586
|
whiteSpace: d
|
|
5487
5587
|
},
|
|
5488
5588
|
onClick: h,
|
|
5489
5589
|
ref: s,
|
|
5490
|
-
ellipsis:
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
overlayClassName: "snmt-tooltip"
|
|
5494
|
-
}
|
|
5495
|
-
} : void 0
|
|
5496
|
-
};
|
|
5497
|
-
return c ? /* @__PURE__ */ e(C9, { level: e9[l], ...p, children: t }) : /* @__PURE__ */ e(l9, { ...p, children: t });
|
|
5590
|
+
ellipsis: v || void 0
|
|
5591
|
+
}, m = /* @__PURE__ */ e(c9, { ...g, children: t });
|
|
5592
|
+
return c ? /* @__PURE__ */ e(a9, { level: n9[l], ...g, children: t }) : /* @__PURE__ */ e(G, { children: v ? /* @__PURE__ */ e(s9, { title: t, children: m }) : m });
|
|
5498
5593
|
}
|
|
5499
|
-
),
|
|
5594
|
+
), r9 = ({
|
|
5500
5595
|
width: i = 20,
|
|
5501
5596
|
height: l = 20,
|
|
5502
5597
|
color: C = a.GREY_DARK_5,
|
|
@@ -5520,7 +5615,7 @@ const c2 = (i, l) => {
|
|
|
5520
5615
|
}
|
|
5521
5616
|
)
|
|
5522
5617
|
}
|
|
5523
|
-
),
|
|
5618
|
+
), d9 = ({
|
|
5524
5619
|
width: i = 20,
|
|
5525
5620
|
height: l = 20,
|
|
5526
5621
|
color: C = a.GREY_DARK_5,
|
|
@@ -5544,7 +5639,7 @@ const c2 = (i, l) => {
|
|
|
5544
5639
|
}
|
|
5545
5640
|
)
|
|
5546
5641
|
}
|
|
5547
|
-
),
|
|
5642
|
+
), w9 = ({
|
|
5548
5643
|
width: i = 20,
|
|
5549
5644
|
height: l = 20,
|
|
5550
5645
|
color: C = a.GREY_DARK_5,
|
|
@@ -5568,7 +5663,7 @@ const c2 = (i, l) => {
|
|
|
5568
5663
|
}
|
|
5569
5664
|
)
|
|
5570
5665
|
}
|
|
5571
|
-
),
|
|
5666
|
+
), L9 = ({
|
|
5572
5667
|
width: i = 20,
|
|
5573
5668
|
height: l = 20,
|
|
5574
5669
|
color: C = a.GREY_DARK_5,
|
|
@@ -5593,7 +5688,7 @@ const c2 = (i, l) => {
|
|
|
5593
5688
|
}
|
|
5594
5689
|
)
|
|
5595
5690
|
}
|
|
5596
|
-
),
|
|
5691
|
+
), g9 = ({
|
|
5597
5692
|
width: i = 20,
|
|
5598
5693
|
height: l = 20,
|
|
5599
5694
|
color: C = a.GREY_DARK_5,
|
|
@@ -5633,7 +5728,7 @@ const c2 = (i, l) => {
|
|
|
5633
5728
|
)
|
|
5634
5729
|
]
|
|
5635
5730
|
}
|
|
5636
|
-
),
|
|
5731
|
+
), m9 = ({
|
|
5637
5732
|
width: i = 20,
|
|
5638
5733
|
height: l = 20,
|
|
5639
5734
|
color: C = a.GREY_DARK_5,
|
|
@@ -5660,7 +5755,7 @@ const c2 = (i, l) => {
|
|
|
5660
5755
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5661
5756
|
]
|
|
5662
5757
|
}
|
|
5663
|
-
),
|
|
5758
|
+
), p9 = ({
|
|
5664
5759
|
width: i = 20,
|
|
5665
5760
|
height: l = 20,
|
|
5666
5761
|
color: C = a.GREY_DARK_5,
|
|
@@ -5684,7 +5779,7 @@ const c2 = (i, l) => {
|
|
|
5684
5779
|
}
|
|
5685
5780
|
)
|
|
5686
5781
|
}
|
|
5687
|
-
),
|
|
5782
|
+
), f9 = ({
|
|
5688
5783
|
width: i = 20,
|
|
5689
5784
|
height: l = 20,
|
|
5690
5785
|
color: C = a.GREY_DARK_5,
|
|
@@ -5711,7 +5806,7 @@ const c2 = (i, l) => {
|
|
|
5711
5806
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5712
5807
|
]
|
|
5713
5808
|
}
|
|
5714
|
-
),
|
|
5809
|
+
), v9 = ({
|
|
5715
5810
|
width: i = 20,
|
|
5716
5811
|
height: l = 20,
|
|
5717
5812
|
color: C = a.GREY_DARK_5,
|
|
@@ -5735,7 +5830,7 @@ const c2 = (i, l) => {
|
|
|
5735
5830
|
}
|
|
5736
5831
|
)
|
|
5737
5832
|
}
|
|
5738
|
-
),
|
|
5833
|
+
), k9 = ({
|
|
5739
5834
|
width: i = 20,
|
|
5740
5835
|
height: l = 20,
|
|
5741
5836
|
color: C = a.GREY_DARK_5,
|
|
@@ -5775,7 +5870,7 @@ const c2 = (i, l) => {
|
|
|
5775
5870
|
)
|
|
5776
5871
|
]
|
|
5777
5872
|
}
|
|
5778
|
-
),
|
|
5873
|
+
), M9 = ({
|
|
5779
5874
|
width: i = 20,
|
|
5780
5875
|
height: l = 20,
|
|
5781
5876
|
color: C = a.GREY_DARK_5,
|
|
@@ -5821,7 +5916,7 @@ const c2 = (i, l) => {
|
|
|
5821
5916
|
)
|
|
5822
5917
|
]
|
|
5823
5918
|
}
|
|
5824
|
-
),
|
|
5919
|
+
), N9 = ({
|
|
5825
5920
|
width: i = 20,
|
|
5826
5921
|
height: l = 20,
|
|
5827
5922
|
color: C = a.GREY_DARK_5,
|
|
@@ -5868,7 +5963,7 @@ const c2 = (i, l) => {
|
|
|
5868
5963
|
)
|
|
5869
5964
|
]
|
|
5870
5965
|
}
|
|
5871
|
-
),
|
|
5966
|
+
), Z9 = ({
|
|
5872
5967
|
width: i = 20,
|
|
5873
5968
|
height: l = 20,
|
|
5874
5969
|
color: C = a.GREY_DARK_5,
|
|
@@ -5892,7 +5987,7 @@ const c2 = (i, l) => {
|
|
|
5892
5987
|
}
|
|
5893
5988
|
)
|
|
5894
5989
|
}
|
|
5895
|
-
),
|
|
5990
|
+
), u9 = ({
|
|
5896
5991
|
width: i = 20,
|
|
5897
5992
|
height: l = 20,
|
|
5898
5993
|
color: C = a.GREY_DARK_5,
|
|
@@ -5916,7 +6011,7 @@ const c2 = (i, l) => {
|
|
|
5916
6011
|
}
|
|
5917
6012
|
)
|
|
5918
6013
|
}
|
|
5919
|
-
),
|
|
6014
|
+
), V9 = ({
|
|
5920
6015
|
width: i = 20,
|
|
5921
6016
|
height: l = 20,
|
|
5922
6017
|
color: C = a.GREY_DARK_5,
|
|
@@ -5940,7 +6035,7 @@ const c2 = (i, l) => {
|
|
|
5940
6035
|
}
|
|
5941
6036
|
)
|
|
5942
6037
|
}
|
|
5943
|
-
),
|
|
6038
|
+
), _9 = ({
|
|
5944
6039
|
width: i = 20,
|
|
5945
6040
|
height: l = 20,
|
|
5946
6041
|
color: C = a.GREY_DARK_5,
|
|
@@ -6001,7 +6096,7 @@ const c2 = (i, l) => {
|
|
|
6001
6096
|
)
|
|
6002
6097
|
]
|
|
6003
6098
|
}
|
|
6004
|
-
),
|
|
6099
|
+
), H9 = ({
|
|
6005
6100
|
width: i = 20,
|
|
6006
6101
|
height: l = 20,
|
|
6007
6102
|
color: C = a.GREY_DARK_5,
|
|
@@ -6048,7 +6143,7 @@ const c2 = (i, l) => {
|
|
|
6048
6143
|
)
|
|
6049
6144
|
]
|
|
6050
6145
|
}
|
|
6051
|
-
),
|
|
6146
|
+
), R9 = ({
|
|
6052
6147
|
width: i = 20,
|
|
6053
6148
|
height: l = 20,
|
|
6054
6149
|
color: C = a.GREY_DARK_5,
|
|
@@ -6088,7 +6183,7 @@ const c2 = (i, l) => {
|
|
|
6088
6183
|
)
|
|
6089
6184
|
]
|
|
6090
6185
|
}
|
|
6091
|
-
),
|
|
6186
|
+
), x9 = ({
|
|
6092
6187
|
width: i = 20,
|
|
6093
6188
|
height: l = 20,
|
|
6094
6189
|
color: C = a.GREY_DARK_5,
|
|
@@ -6128,7 +6223,7 @@ const c2 = (i, l) => {
|
|
|
6128
6223
|
)
|
|
6129
6224
|
]
|
|
6130
6225
|
}
|
|
6131
|
-
),
|
|
6226
|
+
), A9 = ({
|
|
6132
6227
|
width: i = 20,
|
|
6133
6228
|
height: l = 20,
|
|
6134
6229
|
color: C = a.GREY_DARK_5,
|
|
@@ -6175,7 +6270,7 @@ const c2 = (i, l) => {
|
|
|
6175
6270
|
)
|
|
6176
6271
|
]
|
|
6177
6272
|
}
|
|
6178
|
-
),
|
|
6273
|
+
), D9 = ({
|
|
6179
6274
|
width: i = 20,
|
|
6180
6275
|
height: l = 20,
|
|
6181
6276
|
color: C = a.GREY_DARK_5,
|
|
@@ -6222,7 +6317,7 @@ const c2 = (i, l) => {
|
|
|
6222
6317
|
)
|
|
6223
6318
|
]
|
|
6224
6319
|
}
|
|
6225
|
-
),
|
|
6320
|
+
), E9 = ({
|
|
6226
6321
|
width: i = 20,
|
|
6227
6322
|
height: l = 20,
|
|
6228
6323
|
color: C = a.GREY_DARK_5,
|
|
@@ -6269,7 +6364,7 @@ const c2 = (i, l) => {
|
|
|
6269
6364
|
)
|
|
6270
6365
|
]
|
|
6271
6366
|
}
|
|
6272
|
-
),
|
|
6367
|
+
), G9 = ({
|
|
6273
6368
|
width: i = 20,
|
|
6274
6369
|
height: l = 20,
|
|
6275
6370
|
color: C = a.GREY_DARK_5,
|
|
@@ -6309,7 +6404,7 @@ const c2 = (i, l) => {
|
|
|
6309
6404
|
)
|
|
6310
6405
|
]
|
|
6311
6406
|
}
|
|
6312
|
-
),
|
|
6407
|
+
), Y9 = ({
|
|
6313
6408
|
width: i = 20,
|
|
6314
6409
|
height: l = 20,
|
|
6315
6410
|
color: C = a.GREY_DARK_5,
|
|
@@ -6342,7 +6437,7 @@ const c2 = (i, l) => {
|
|
|
6342
6437
|
)
|
|
6343
6438
|
]
|
|
6344
6439
|
}
|
|
6345
|
-
),
|
|
6440
|
+
), K9 = ({
|
|
6346
6441
|
width: i = 20,
|
|
6347
6442
|
height: l = 20,
|
|
6348
6443
|
color: C = a.GREY_DARK_5,
|
|
@@ -6375,7 +6470,7 @@ const c2 = (i, l) => {
|
|
|
6375
6470
|
)
|
|
6376
6471
|
]
|
|
6377
6472
|
}
|
|
6378
|
-
),
|
|
6473
|
+
), B9 = ({
|
|
6379
6474
|
width: i = 20,
|
|
6380
6475
|
height: l = 20,
|
|
6381
6476
|
color: C = a.GREY_DARK_5,
|
|
@@ -6408,7 +6503,7 @@ const c2 = (i, l) => {
|
|
|
6408
6503
|
)
|
|
6409
6504
|
]
|
|
6410
6505
|
}
|
|
6411
|
-
),
|
|
6506
|
+
), b9 = ({
|
|
6412
6507
|
width: i = 20,
|
|
6413
6508
|
height: l = 20,
|
|
6414
6509
|
color: C = a.GREY_DARK_5,
|
|
@@ -6441,7 +6536,7 @@ const c2 = (i, l) => {
|
|
|
6441
6536
|
)
|
|
6442
6537
|
]
|
|
6443
6538
|
}
|
|
6444
|
-
),
|
|
6539
|
+
), y9 = ({
|
|
6445
6540
|
width: i = 20,
|
|
6446
6541
|
height: l = 20,
|
|
6447
6542
|
color: C = a.GREY_DARK_5,
|
|
@@ -6481,7 +6576,7 @@ const c2 = (i, l) => {
|
|
|
6481
6576
|
)
|
|
6482
6577
|
]
|
|
6483
6578
|
}
|
|
6484
|
-
),
|
|
6579
|
+
), I9 = ({
|
|
6485
6580
|
width: i = 20,
|
|
6486
6581
|
height: l = 20,
|
|
6487
6582
|
color: C = a.GREY_DARK_5,
|
|
@@ -6514,7 +6609,7 @@ const c2 = (i, l) => {
|
|
|
6514
6609
|
)
|
|
6515
6610
|
]
|
|
6516
6611
|
}
|
|
6517
|
-
),
|
|
6612
|
+
), O9 = ({
|
|
6518
6613
|
width: i = 20,
|
|
6519
6614
|
height: l = 20,
|
|
6520
6615
|
color: C = a.GREY_DARK_5,
|
|
@@ -6547,7 +6642,7 @@ const c2 = (i, l) => {
|
|
|
6547
6642
|
)
|
|
6548
6643
|
]
|
|
6549
6644
|
}
|
|
6550
|
-
),
|
|
6645
|
+
), T9 = ({
|
|
6551
6646
|
width: i = 20,
|
|
6552
6647
|
height: l = 20,
|
|
6553
6648
|
color: C = "#070739",
|
|
@@ -6577,7 +6672,7 @@ const c2 = (i, l) => {
|
|
|
6577
6672
|
/* @__PURE__ */ e("circle", { cx: "10", cy: "10", r: "2.375", stroke: C, strokeWidth: "1.25" })
|
|
6578
6673
|
]
|
|
6579
6674
|
}
|
|
6580
|
-
),
|
|
6675
|
+
), S9 = ({
|
|
6581
6676
|
width: i = 20,
|
|
6582
6677
|
height: l = 20,
|
|
6583
6678
|
color: C = "#070739",
|
|
@@ -6615,7 +6710,7 @@ const c2 = (i, l) => {
|
|
|
6615
6710
|
)
|
|
6616
6711
|
]
|
|
6617
6712
|
}
|
|
6618
|
-
),
|
|
6713
|
+
), W9 = ({
|
|
6619
6714
|
width: i = 20,
|
|
6620
6715
|
height: l = 20,
|
|
6621
6716
|
color: C = a.GREY_DARK_5,
|
|
@@ -6648,7 +6743,7 @@ const c2 = (i, l) => {
|
|
|
6648
6743
|
)
|
|
6649
6744
|
]
|
|
6650
6745
|
}
|
|
6651
|
-
),
|
|
6746
|
+
), j9 = ({
|
|
6652
6747
|
width: i = 20,
|
|
6653
6748
|
height: l = 20,
|
|
6654
6749
|
color: C = a.GREY_DARK_5,
|
|
@@ -6681,7 +6776,7 @@ const c2 = (i, l) => {
|
|
|
6681
6776
|
)
|
|
6682
6777
|
]
|
|
6683
6778
|
}
|
|
6684
|
-
),
|
|
6779
|
+
), $9 = ({
|
|
6685
6780
|
width: i = 20,
|
|
6686
6781
|
height: l = 20,
|
|
6687
6782
|
color: C = a.GREY_DARK_5,
|
|
@@ -6728,7 +6823,7 @@ const c2 = (i, l) => {
|
|
|
6728
6823
|
)
|
|
6729
6824
|
]
|
|
6730
6825
|
}
|
|
6731
|
-
),
|
|
6826
|
+
), F9 = ({
|
|
6732
6827
|
className: i,
|
|
6733
6828
|
color: l = a.GREY_DARK_5,
|
|
6734
6829
|
height: C = 20,
|
|
@@ -6761,7 +6856,7 @@ const c2 = (i, l) => {
|
|
|
6761
6856
|
)
|
|
6762
6857
|
]
|
|
6763
6858
|
}
|
|
6764
|
-
),
|
|
6859
|
+
), P9 = ({
|
|
6765
6860
|
className: i,
|
|
6766
6861
|
color: l = a.GREY_DARK_5,
|
|
6767
6862
|
height: C = 5,
|
|
@@ -6785,7 +6880,7 @@ const c2 = (i, l) => {
|
|
|
6785
6880
|
}
|
|
6786
6881
|
)
|
|
6787
6882
|
}
|
|
6788
|
-
),
|
|
6883
|
+
), U9 = ({
|
|
6789
6884
|
className: i,
|
|
6790
6885
|
color: l = a.GREY_DARK_5,
|
|
6791
6886
|
height: C = 5,
|
|
@@ -6810,7 +6905,7 @@ const c2 = (i, l) => {
|
|
|
6810
6905
|
}
|
|
6811
6906
|
)
|
|
6812
6907
|
}
|
|
6813
|
-
),
|
|
6908
|
+
), z9 = ({
|
|
6814
6909
|
className: i,
|
|
6815
6910
|
color: l = a.GREY_DARK_5,
|
|
6816
6911
|
height: C = 20,
|
|
@@ -6843,7 +6938,7 @@ const c2 = (i, l) => {
|
|
|
6843
6938
|
)
|
|
6844
6939
|
]
|
|
6845
6940
|
}
|
|
6846
|
-
),
|
|
6941
|
+
), q9 = ({
|
|
6847
6942
|
className: i,
|
|
6848
6943
|
color: l = a.GREY_DARK_5,
|
|
6849
6944
|
height: C = 20,
|
|
@@ -6882,7 +6977,7 @@ const c2 = (i, l) => {
|
|
|
6882
6977
|
)
|
|
6883
6978
|
]
|
|
6884
6979
|
}
|
|
6885
|
-
),
|
|
6980
|
+
), J9 = ({
|
|
6886
6981
|
className: i,
|
|
6887
6982
|
color: l = a.GREY_DARK_5,
|
|
6888
6983
|
height: C = 20,
|
|
@@ -6906,7 +7001,7 @@ const c2 = (i, l) => {
|
|
|
6906
7001
|
}
|
|
6907
7002
|
)
|
|
6908
7003
|
}
|
|
6909
|
-
),
|
|
7004
|
+
), Q9 = ({
|
|
6910
7005
|
className: i,
|
|
6911
7006
|
color: l = a.GREY_DARK_5,
|
|
6912
7007
|
height: C = 20,
|
|
@@ -6953,7 +7048,7 @@ const c2 = (i, l) => {
|
|
|
6953
7048
|
)
|
|
6954
7049
|
]
|
|
6955
7050
|
}
|
|
6956
|
-
),
|
|
7051
|
+
), X9 = ({
|
|
6957
7052
|
className: i,
|
|
6958
7053
|
color: l = a.GREY_DARK_5,
|
|
6959
7054
|
height: C = 20,
|
|
@@ -6986,7 +7081,7 @@ const c2 = (i, l) => {
|
|
|
6986
7081
|
)
|
|
6987
7082
|
]
|
|
6988
7083
|
}
|
|
6989
|
-
),
|
|
7084
|
+
), C4 = ({
|
|
6990
7085
|
className: i,
|
|
6991
7086
|
color: l = a.GREY_DARK_5,
|
|
6992
7087
|
height: C = 20,
|
|
@@ -7023,7 +7118,7 @@ const c2 = (i, l) => {
|
|
|
7023
7118
|
)
|
|
7024
7119
|
]
|
|
7025
7120
|
}
|
|
7026
|
-
),
|
|
7121
|
+
), l4 = ({
|
|
7027
7122
|
className: i,
|
|
7028
7123
|
color: l = a.GREY_DARK_5,
|
|
7029
7124
|
height: C = 20,
|
|
@@ -7047,7 +7142,7 @@ const c2 = (i, l) => {
|
|
|
7047
7142
|
}
|
|
7048
7143
|
)
|
|
7049
7144
|
}
|
|
7050
|
-
),
|
|
7145
|
+
), e4 = ({
|
|
7051
7146
|
className: i,
|
|
7052
7147
|
color: l = a.GREY_DARK_5,
|
|
7053
7148
|
height: C = 20,
|
|
@@ -7108,7 +7203,7 @@ const c2 = (i, l) => {
|
|
|
7108
7203
|
)
|
|
7109
7204
|
]
|
|
7110
7205
|
}
|
|
7111
|
-
),
|
|
7206
|
+
), i4 = ({
|
|
7112
7207
|
className: i,
|
|
7113
7208
|
color: l = a.GREY_DARK_5,
|
|
7114
7209
|
height: C = 20,
|
|
@@ -7145,7 +7240,7 @@ const c2 = (i, l) => {
|
|
|
7145
7240
|
)
|
|
7146
7241
|
]
|
|
7147
7242
|
}
|
|
7148
|
-
),
|
|
7243
|
+
), t4 = ({
|
|
7149
7244
|
className: i,
|
|
7150
7245
|
color: l = a.GREY_DARK_5,
|
|
7151
7246
|
height: C = 20,
|
|
@@ -7185,7 +7280,7 @@ const c2 = (i, l) => {
|
|
|
7185
7280
|
)
|
|
7186
7281
|
]
|
|
7187
7282
|
}
|
|
7188
|
-
),
|
|
7283
|
+
), h4 = ({
|
|
7189
7284
|
className: i,
|
|
7190
7285
|
color: l = a.GREY_DARK_5,
|
|
7191
7286
|
height: C = 20,
|
|
@@ -7218,7 +7313,7 @@ const c2 = (i, l) => {
|
|
|
7218
7313
|
)
|
|
7219
7314
|
]
|
|
7220
7315
|
}
|
|
7221
|
-
),
|
|
7316
|
+
), o4 = ({
|
|
7222
7317
|
className: i,
|
|
7223
7318
|
color: l = a.GREY_DARK_5,
|
|
7224
7319
|
height: C = 20,
|
|
@@ -7251,7 +7346,7 @@ const c2 = (i, l) => {
|
|
|
7251
7346
|
)
|
|
7252
7347
|
]
|
|
7253
7348
|
}
|
|
7254
|
-
),
|
|
7349
|
+
), s4 = ({
|
|
7255
7350
|
className: i,
|
|
7256
7351
|
color: l = a.GREY_DARK_5,
|
|
7257
7352
|
height: C = 20,
|
|
@@ -7305,7 +7400,7 @@ const c2 = (i, l) => {
|
|
|
7305
7400
|
)
|
|
7306
7401
|
]
|
|
7307
7402
|
}
|
|
7308
|
-
),
|
|
7403
|
+
), a4 = ({
|
|
7309
7404
|
className: i,
|
|
7310
7405
|
color: l = a.GREY_DARK_5,
|
|
7311
7406
|
height: C = 20,
|
|
@@ -7352,7 +7447,7 @@ const c2 = (i, l) => {
|
|
|
7352
7447
|
)
|
|
7353
7448
|
]
|
|
7354
7449
|
}
|
|
7355
|
-
),
|
|
7450
|
+
), c4 = ({
|
|
7356
7451
|
className: i,
|
|
7357
7452
|
color: l = a.GREY_DARK_5,
|
|
7358
7453
|
height: C = 20,
|
|
@@ -7392,7 +7487,7 @@ const c2 = (i, l) => {
|
|
|
7392
7487
|
)
|
|
7393
7488
|
]
|
|
7394
7489
|
}
|
|
7395
|
-
),
|
|
7490
|
+
), n4 = ({
|
|
7396
7491
|
className: i,
|
|
7397
7492
|
color: l = a.GREY_DARK_5,
|
|
7398
7493
|
height: C = 20,
|
|
@@ -7416,7 +7511,7 @@ const c2 = (i, l) => {
|
|
|
7416
7511
|
}
|
|
7417
7512
|
)
|
|
7418
7513
|
}
|
|
7419
|
-
),
|
|
7514
|
+
), r4 = ({
|
|
7420
7515
|
className: i,
|
|
7421
7516
|
color: l = a.GREY_DARK_5,
|
|
7422
7517
|
height: C = 20,
|
|
@@ -7456,7 +7551,7 @@ const c2 = (i, l) => {
|
|
|
7456
7551
|
)
|
|
7457
7552
|
]
|
|
7458
7553
|
}
|
|
7459
|
-
),
|
|
7554
|
+
), d4 = ({
|
|
7460
7555
|
className: i,
|
|
7461
7556
|
color: l = a.GREY_DARK_5,
|
|
7462
7557
|
height: C = 20,
|
|
@@ -7496,7 +7591,7 @@ const c2 = (i, l) => {
|
|
|
7496
7591
|
)
|
|
7497
7592
|
]
|
|
7498
7593
|
}
|
|
7499
|
-
),
|
|
7594
|
+
), w4 = ({
|
|
7500
7595
|
width: i = 20,
|
|
7501
7596
|
height: l = 20,
|
|
7502
7597
|
color: C = a.GREY_DARK_5,
|
|
@@ -7520,7 +7615,7 @@ const c2 = (i, l) => {
|
|
|
7520
7615
|
}
|
|
7521
7616
|
)
|
|
7522
7617
|
}
|
|
7523
|
-
),
|
|
7618
|
+
), L4 = ({
|
|
7524
7619
|
width: i = 24,
|
|
7525
7620
|
height: l = 24,
|
|
7526
7621
|
color: C = "#131314",
|
|
@@ -7553,7 +7648,7 @@ const c2 = (i, l) => {
|
|
|
7553
7648
|
)
|
|
7554
7649
|
]
|
|
7555
7650
|
}
|
|
7556
|
-
),
|
|
7651
|
+
), g4 = ({
|
|
7557
7652
|
width: i = 20,
|
|
7558
7653
|
height: l = 20,
|
|
7559
7654
|
color: C = a.GREY_DARK_5,
|
|
@@ -7586,7 +7681,7 @@ const c2 = (i, l) => {
|
|
|
7586
7681
|
)
|
|
7587
7682
|
]
|
|
7588
7683
|
}
|
|
7589
|
-
),
|
|
7684
|
+
), m4 = ({
|
|
7590
7685
|
width: i = 20,
|
|
7591
7686
|
height: l = 20,
|
|
7592
7687
|
color: C = a.GREY_DARK_5,
|
|
@@ -7626,7 +7721,7 @@ const c2 = (i, l) => {
|
|
|
7626
7721
|
)
|
|
7627
7722
|
]
|
|
7628
7723
|
}
|
|
7629
|
-
),
|
|
7724
|
+
), p4 = ({
|
|
7630
7725
|
width: i = 20,
|
|
7631
7726
|
height: l = 20,
|
|
7632
7727
|
color: C = a.GREY_DARK_5,
|
|
@@ -7687,7 +7782,7 @@ const c2 = (i, l) => {
|
|
|
7687
7782
|
)
|
|
7688
7783
|
]
|
|
7689
7784
|
}
|
|
7690
|
-
),
|
|
7785
|
+
), f4 = ({
|
|
7691
7786
|
width: i = 20,
|
|
7692
7787
|
height: l = 20,
|
|
7693
7788
|
color: C = a.GREY_DARK_5,
|
|
@@ -7727,7 +7822,7 @@ const c2 = (i, l) => {
|
|
|
7727
7822
|
)
|
|
7728
7823
|
]
|
|
7729
7824
|
}
|
|
7730
|
-
),
|
|
7825
|
+
), v4 = ({
|
|
7731
7826
|
width: i = 20,
|
|
7732
7827
|
height: l = 20,
|
|
7733
7828
|
color: C = a.GREY_DARK_5,
|
|
@@ -7751,7 +7846,40 @@ const c2 = (i, l) => {
|
|
|
7751
7846
|
}
|
|
7752
7847
|
)
|
|
7753
7848
|
}
|
|
7754
|
-
),
|
|
7849
|
+
), k4 = ({
|
|
7850
|
+
width: i = 20,
|
|
7851
|
+
height: l = 20,
|
|
7852
|
+
color: C = a.GREY_DARK_5,
|
|
7853
|
+
className: t,
|
|
7854
|
+
onClick: h
|
|
7855
|
+
}) => /* @__PURE__ */ n(
|
|
7856
|
+
"svg",
|
|
7857
|
+
{
|
|
7858
|
+
width: i,
|
|
7859
|
+
height: l,
|
|
7860
|
+
className: t,
|
|
7861
|
+
viewBox: "0 0 24 24",
|
|
7862
|
+
fill: "none",
|
|
7863
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7864
|
+
onClick: h,
|
|
7865
|
+
children: [
|
|
7866
|
+
/* @__PURE__ */ e(
|
|
7867
|
+
"path",
|
|
7868
|
+
{
|
|
7869
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
7870
|
+
fill: C
|
|
7871
|
+
}
|
|
7872
|
+
),
|
|
7873
|
+
/* @__PURE__ */ e(
|
|
7874
|
+
"path",
|
|
7875
|
+
{
|
|
7876
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
7877
|
+
fill: C
|
|
7878
|
+
}
|
|
7879
|
+
)
|
|
7880
|
+
]
|
|
7881
|
+
}
|
|
7882
|
+
), Z1 = ({
|
|
7755
7883
|
name: i,
|
|
7756
7884
|
width: l,
|
|
7757
7885
|
height: C,
|
|
@@ -7760,45 +7888,45 @@ const c2 = (i, l) => {
|
|
|
7760
7888
|
disabled: d = !1,
|
|
7761
7889
|
onClick: r
|
|
7762
7890
|
}) => {
|
|
7763
|
-
const { theme: w } =
|
|
7764
|
-
return /* @__PURE__ */ e(
|
|
7891
|
+
const { theme: w } = Q(s1), s = d ? w && w === "dark" ? a.GREY_LIGHT_4 : a.GREY_DARK_1 : t, o = d ? void 0 : r, c = r && !d ? `${h || ""} clickable` : h;
|
|
7892
|
+
return /* @__PURE__ */ e(G, { children: (() => {
|
|
7765
7893
|
switch (i) {
|
|
7766
7894
|
case "arrow1Down":
|
|
7767
|
-
return
|
|
7895
|
+
return r9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7768
7896
|
case "arrow1Up":
|
|
7769
|
-
return
|
|
7897
|
+
return d9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7770
7898
|
case "arrow1Right":
|
|
7771
|
-
return
|
|
7899
|
+
return w9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7772
7900
|
case "arrow1Left":
|
|
7773
|
-
return
|
|
7901
|
+
return L9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7774
7902
|
case "info":
|
|
7775
|
-
return
|
|
7903
|
+
return g9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7776
7904
|
case "archive":
|
|
7777
|
-
return
|
|
7905
|
+
return k9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7778
7906
|
case "unarchive":
|
|
7779
|
-
return
|
|
7907
|
+
return M9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7780
7908
|
case "calendar":
|
|
7781
|
-
return
|
|
7909
|
+
return N9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7782
7910
|
case "check":
|
|
7783
|
-
return
|
|
7911
|
+
return Z9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7784
7912
|
case "cancel":
|
|
7785
|
-
return
|
|
7913
|
+
return u9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7786
7914
|
case "add":
|
|
7787
|
-
return
|
|
7915
|
+
return V9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7788
7916
|
case "list":
|
|
7789
|
-
return
|
|
7917
|
+
return _9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7790
7918
|
case "dragAndDrop":
|
|
7791
|
-
return
|
|
7919
|
+
return H9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7792
7920
|
case "filter1":
|
|
7793
|
-
return
|
|
7921
|
+
return R9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7794
7922
|
case "filter2":
|
|
7795
|
-
return
|
|
7923
|
+
return l4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7796
7924
|
case "attention":
|
|
7797
|
-
return
|
|
7925
|
+
return x9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7798
7926
|
case "users":
|
|
7799
|
-
return
|
|
7927
|
+
return A9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7800
7928
|
case "mySkillsMatrix":
|
|
7801
|
-
return
|
|
7929
|
+
return D9({
|
|
7802
7930
|
width: l,
|
|
7803
7931
|
height: C,
|
|
7804
7932
|
color: s,
|
|
@@ -7806,9 +7934,9 @@ const c2 = (i, l) => {
|
|
|
7806
7934
|
onClick: o
|
|
7807
7935
|
});
|
|
7808
7936
|
case "skills":
|
|
7809
|
-
return
|
|
7937
|
+
return E9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7810
7938
|
case "skillsMatrices":
|
|
7811
|
-
return
|
|
7939
|
+
return G9({
|
|
7812
7940
|
width: l,
|
|
7813
7941
|
height: C,
|
|
7814
7942
|
color: s,
|
|
@@ -7816,21 +7944,21 @@ const c2 = (i, l) => {
|
|
|
7816
7944
|
onClick: o
|
|
7817
7945
|
});
|
|
7818
7946
|
case "history":
|
|
7819
|
-
return
|
|
7947
|
+
return Y9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7820
7948
|
case "logOut":
|
|
7821
|
-
return
|
|
7949
|
+
return K9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7822
7950
|
case "settings":
|
|
7823
|
-
return
|
|
7951
|
+
return B9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7824
7952
|
case "trash":
|
|
7825
|
-
return
|
|
7953
|
+
return b9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7826
7954
|
case "settings2":
|
|
7827
|
-
return
|
|
7955
|
+
return y9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7828
7956
|
case "checkCircle":
|
|
7829
|
-
return
|
|
7957
|
+
return I9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7830
7958
|
case "cancelCircle":
|
|
7831
|
-
return
|
|
7959
|
+
return O9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7832
7960
|
case "visibilityIcon":
|
|
7833
|
-
return
|
|
7961
|
+
return T9({
|
|
7834
7962
|
width: l,
|
|
7835
7963
|
height: C,
|
|
7836
7964
|
color: s,
|
|
@@ -7838,7 +7966,7 @@ const c2 = (i, l) => {
|
|
|
7838
7966
|
onClick: o
|
|
7839
7967
|
});
|
|
7840
7968
|
case "visibilityOffIcon":
|
|
7841
|
-
return
|
|
7969
|
+
return S9({
|
|
7842
7970
|
width: l,
|
|
7843
7971
|
height: C,
|
|
7844
7972
|
color: s,
|
|
@@ -7846,78 +7974,80 @@ const c2 = (i, l) => {
|
|
|
7846
7974
|
onClick: o
|
|
7847
7975
|
});
|
|
7848
7976
|
case "sortUp":
|
|
7849
|
-
return
|
|
7977
|
+
return W9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7850
7978
|
case "sortDown":
|
|
7851
|
-
return
|
|
7979
|
+
return j9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7852
7980
|
case "sortDouble":
|
|
7853
|
-
return
|
|
7981
|
+
return $9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7854
7982
|
case "search":
|
|
7855
|
-
return
|
|
7983
|
+
return F9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7856
7984
|
case "arrowUpFilled":
|
|
7857
|
-
return
|
|
7985
|
+
return U9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7858
7986
|
case "arrowDownFilled":
|
|
7859
|
-
return
|
|
7987
|
+
return P9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7860
7988
|
case "arrow2Up":
|
|
7861
|
-
return
|
|
7989
|
+
return m9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7862
7990
|
case "arrow2Right":
|
|
7863
|
-
return
|
|
7991
|
+
return p9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7864
7992
|
case "arrow2Down":
|
|
7865
|
-
return
|
|
7993
|
+
return f9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7866
7994
|
case "arrow2Left":
|
|
7867
|
-
return
|
|
7995
|
+
return v9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7868
7996
|
case "link":
|
|
7869
|
-
return
|
|
7997
|
+
return z9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7870
7998
|
case "telegram":
|
|
7871
|
-
return
|
|
7999
|
+
return J9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7872
8000
|
case "mail":
|
|
7873
|
-
return
|
|
8001
|
+
return X9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7874
8002
|
case "github":
|
|
7875
|
-
return
|
|
8003
|
+
return q9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7876
8004
|
case "linkedIn":
|
|
7877
|
-
return
|
|
8005
|
+
return Q9({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7878
8006
|
case "emptyStateIcon":
|
|
7879
|
-
return
|
|
8007
|
+
return C4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7880
8008
|
case "dotMenuIcon":
|
|
7881
|
-
return
|
|
8009
|
+
return e4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7882
8010
|
case "plusCircle":
|
|
7883
|
-
return
|
|
8011
|
+
return i4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7884
8012
|
case "warning":
|
|
7885
|
-
return
|
|
8013
|
+
return t4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7886
8014
|
case "bell":
|
|
7887
|
-
return
|
|
8015
|
+
return h4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7888
8016
|
case "copy":
|
|
7889
|
-
return
|
|
8017
|
+
return o4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7890
8018
|
case "contract":
|
|
7891
|
-
return
|
|
8019
|
+
return s4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7892
8020
|
case "resourceManager":
|
|
7893
|
-
return
|
|
8021
|
+
return a4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7894
8022
|
case "image":
|
|
7895
|
-
return
|
|
8023
|
+
return c4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7896
8024
|
case "edit":
|
|
7897
|
-
return
|
|
8025
|
+
return n4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7898
8026
|
case "burgerMenu":
|
|
7899
|
-
return
|
|
8027
|
+
return r4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7900
8028
|
case "refresh":
|
|
7901
|
-
return
|
|
8029
|
+
return d4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7902
8030
|
case "projects":
|
|
7903
|
-
return
|
|
8031
|
+
return w4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7904
8032
|
case "user":
|
|
7905
|
-
return
|
|
8033
|
+
return g4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7906
8034
|
case "exit":
|
|
7907
|
-
return
|
|
8035
|
+
return L4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7908
8036
|
case "status":
|
|
7909
|
-
return
|
|
8037
|
+
return m4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7910
8038
|
case "community":
|
|
7911
|
-
return
|
|
8039
|
+
return p4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7912
8040
|
case "docs":
|
|
7913
|
-
return
|
|
8041
|
+
return f4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7914
8042
|
case "unpaidLeave":
|
|
7915
|
-
return
|
|
8043
|
+
return v4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
8044
|
+
case "time":
|
|
8045
|
+
return k4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
7916
8046
|
default:
|
|
7917
|
-
return /* @__PURE__ */ e(
|
|
8047
|
+
return /* @__PURE__ */ e(G, { children: "No Icon provided" });
|
|
7918
8048
|
}
|
|
7919
8049
|
})() });
|
|
7920
|
-
},
|
|
8050
|
+
}, M4 = ({
|
|
7921
8051
|
text: i,
|
|
7922
8052
|
color: l = "cyan",
|
|
7923
8053
|
size: C = "medium",
|
|
@@ -7933,17 +8063,17 @@ const c2 = (i, l) => {
|
|
|
7933
8063
|
purple: a.PURPLE_LIGHT
|
|
7934
8064
|
};
|
|
7935
8065
|
return /* @__PURE__ */ e(
|
|
7936
|
-
|
|
8066
|
+
_1,
|
|
7937
8067
|
{
|
|
7938
8068
|
className: `snmt-regular-badge snmt-regular-badge--${C}`,
|
|
7939
8069
|
style: {
|
|
7940
8070
|
background: r[d],
|
|
7941
8071
|
width: t ?? "fit-content"
|
|
7942
8072
|
},
|
|
7943
|
-
children: /* @__PURE__ */ e(
|
|
8073
|
+
children: /* @__PURE__ */ e(b1, { variant: h, color: a.GREY_DARK_4, children: i })
|
|
7944
8074
|
}
|
|
7945
8075
|
);
|
|
7946
|
-
},
|
|
8076
|
+
}, N4 = ({
|
|
7947
8077
|
text: i,
|
|
7948
8078
|
status: l,
|
|
7949
8079
|
withIcon: C = !1,
|
|
@@ -7951,7 +8081,7 @@ const c2 = (i, l) => {
|
|
|
7951
8081
|
}) => {
|
|
7952
8082
|
const h = {
|
|
7953
8083
|
approved: /* @__PURE__ */ e(
|
|
7954
|
-
|
|
8084
|
+
Z1,
|
|
7955
8085
|
{
|
|
7956
8086
|
name: "checkCircle",
|
|
7957
8087
|
width: 14,
|
|
@@ -7959,9 +8089,9 @@ const c2 = (i, l) => {
|
|
|
7959
8089
|
color: a.NOTIFICATION_SUCCESS_DARK
|
|
7960
8090
|
}
|
|
7961
8091
|
),
|
|
7962
|
-
pending: /* @__PURE__ */ e(
|
|
8092
|
+
pending: /* @__PURE__ */ e(Z1, { name: "time", width: 14, height: 14, color: a.NOTIFICATION_WARNING_DARK }),
|
|
7963
8093
|
rejected: /* @__PURE__ */ e(
|
|
7964
|
-
|
|
8094
|
+
Z1,
|
|
7965
8095
|
{
|
|
7966
8096
|
name: "cancelCircle",
|
|
7967
8097
|
width: 14,
|
|
@@ -7969,7 +8099,7 @@ const c2 = (i, l) => {
|
|
|
7969
8099
|
color: a.NOTIFICATION_ERROR_DARK
|
|
7970
8100
|
}
|
|
7971
8101
|
),
|
|
7972
|
-
canceled: /* @__PURE__ */ e(
|
|
8102
|
+
canceled: /* @__PURE__ */ e(Z1, { name: "cancelCircle", width: 14, height: 14, color: a.GREY_DARK_2 })
|
|
7973
8103
|
}, d = {
|
|
7974
8104
|
approved: a.NOTIFICATION_SUCCESS_LIGHT,
|
|
7975
8105
|
pending: a.NOTIFICATION_WARNING_LIGHT,
|
|
@@ -7982,29 +8112,29 @@ const c2 = (i, l) => {
|
|
|
7982
8112
|
canceled: a.GREY_DARK_3
|
|
7983
8113
|
};
|
|
7984
8114
|
return /* @__PURE__ */ n(
|
|
7985
|
-
|
|
8115
|
+
_1,
|
|
7986
8116
|
{
|
|
7987
8117
|
className: `snmt-status-badge snmt-status-badge--${C ? "with-icon" : "without-icon"}`,
|
|
7988
8118
|
style: { background: d[l], width: t ?? "fit-content" },
|
|
7989
8119
|
children: [
|
|
7990
8120
|
C && h[l],
|
|
7991
|
-
/* @__PURE__ */ e(
|
|
8121
|
+
/* @__PURE__ */ e(b1, { variant: "body4", color: r[l], children: i })
|
|
7992
8122
|
]
|
|
7993
8123
|
}
|
|
7994
8124
|
);
|
|
7995
|
-
},
|
|
7996
|
-
var
|
|
8125
|
+
}, y1 = (i) => i.variant === "status" ? /* @__PURE__ */ e(N4, { ...i }) : /* @__PURE__ */ e(M4, { ...i });
|
|
8126
|
+
var Z4 = { exports: {} };
|
|
7997
8127
|
(function(i, l) {
|
|
7998
8128
|
(function(C, t) {
|
|
7999
8129
|
i.exports = t();
|
|
8000
|
-
})(
|
|
8130
|
+
})(z1, function() {
|
|
8001
8131
|
return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(C) {
|
|
8002
8132
|
var t = ["th", "st", "nd", "rd"], h = C % 100;
|
|
8003
8133
|
return "[" + C + (t[(h - 20) % 10] || t[h] || t[0]) + "]";
|
|
8004
8134
|
} };
|
|
8005
8135
|
});
|
|
8006
|
-
})(
|
|
8007
|
-
const
|
|
8136
|
+
})(Z4);
|
|
8137
|
+
const u4 = ({
|
|
8008
8138
|
values: i,
|
|
8009
8139
|
onTagClose: l,
|
|
8010
8140
|
maxWidth: C,
|
|
@@ -8014,48 +8144,48 @@ const g4 = ({
|
|
|
8014
8144
|
extraOptions: r,
|
|
8015
8145
|
selectedItemVariant: w = "default"
|
|
8016
8146
|
}) => {
|
|
8017
|
-
const { locale: s } =
|
|
8018
|
-
if (
|
|
8019
|
-
i.length ||
|
|
8147
|
+
const { locale: s } = Q(s1), { t: o } = d2("common", { lng: s }), [c, M] = u(!1);
|
|
8148
|
+
if (T(() => {
|
|
8149
|
+
i.length || M(!1);
|
|
8020
8150
|
}, [i]), !i.length)
|
|
8021
8151
|
return null;
|
|
8022
|
-
const
|
|
8023
|
-
var
|
|
8024
|
-
return ((
|
|
8152
|
+
const v = (g) => {
|
|
8153
|
+
var m, A;
|
|
8154
|
+
return ((m = d == null ? void 0 : d.find((O) => O.value === g)) == null ? void 0 : m.label) || ((A = r == null ? void 0 : r.find((O) => O.value === g)) == null ? void 0 : A.label) || g;
|
|
8025
8155
|
};
|
|
8026
8156
|
return /* @__PURE__ */ n(
|
|
8027
|
-
|
|
8157
|
+
h9,
|
|
8028
8158
|
{
|
|
8029
8159
|
content: (
|
|
8030
8160
|
// 90: paddings + margins + gaps and so on
|
|
8031
|
-
/* @__PURE__ */ e("div", { style: { maxWidth: C - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ e(w1, { gap: 6, flexWrap: "wrap", children: i.map(({ value:
|
|
8032
|
-
const
|
|
8033
|
-
(
|
|
8161
|
+
/* @__PURE__ */ e("div", { style: { maxWidth: C - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ e(w1, { gap: 6, flexWrap: "wrap", children: i.map(({ value: g }) => {
|
|
8162
|
+
const m = w === "badge" && d.find(
|
|
8163
|
+
(A) => A.label === v(g)
|
|
8034
8164
|
);
|
|
8035
8165
|
return w === "badge" ? /* @__PURE__ */ e(
|
|
8036
|
-
|
|
8166
|
+
y1,
|
|
8037
8167
|
{
|
|
8038
8168
|
variant: "regular",
|
|
8039
8169
|
size: "small",
|
|
8040
|
-
color:
|
|
8041
|
-
text:
|
|
8170
|
+
color: m ? m.color : void 0,
|
|
8171
|
+
text: v(g)
|
|
8042
8172
|
},
|
|
8043
|
-
|
|
8173
|
+
g
|
|
8044
8174
|
) : /* @__PURE__ */ e(
|
|
8045
|
-
|
|
8175
|
+
B1,
|
|
8046
8176
|
{
|
|
8047
|
-
onClose: () => l(
|
|
8177
|
+
onClose: () => l(g),
|
|
8048
8178
|
closable: t,
|
|
8049
8179
|
disabled: h,
|
|
8050
|
-
children:
|
|
8180
|
+
children: v(g)
|
|
8051
8181
|
},
|
|
8052
|
-
|
|
8182
|
+
g
|
|
8053
8183
|
);
|
|
8054
8184
|
}) }) })
|
|
8055
8185
|
),
|
|
8056
8186
|
placement: "bottomRight",
|
|
8057
8187
|
isOpen: c,
|
|
8058
|
-
setIsOpen:
|
|
8188
|
+
setIsOpen: M,
|
|
8059
8189
|
children: [
|
|
8060
8190
|
i.length,
|
|
8061
8191
|
" ",
|
|
@@ -8063,17 +8193,17 @@ const g4 = ({
|
|
|
8063
8193
|
]
|
|
8064
8194
|
}
|
|
8065
8195
|
);
|
|
8066
|
-
},
|
|
8196
|
+
}, V4 = {
|
|
8067
8197
|
small: 20,
|
|
8068
8198
|
medium: 28,
|
|
8069
8199
|
large: 48
|
|
8070
|
-
},
|
|
8200
|
+
}, E1 = ({ size: i = "medium", color: l = a.BLUE_PRIMARY }) => {
|
|
8071
8201
|
const C = {
|
|
8072
|
-
width:
|
|
8202
|
+
width: V4[i],
|
|
8073
8203
|
"--loader-color": l
|
|
8074
8204
|
};
|
|
8075
8205
|
return /* @__PURE__ */ e("span", { className: "snmt-loader", style: C });
|
|
8076
|
-
},
|
|
8206
|
+
}, _4 = ({
|
|
8077
8207
|
width: i = 20,
|
|
8078
8208
|
height: l = 20,
|
|
8079
8209
|
color: C = a.GREY_DARK_5,
|
|
@@ -8097,7 +8227,7 @@ const g4 = ({
|
|
|
8097
8227
|
}
|
|
8098
8228
|
)
|
|
8099
8229
|
}
|
|
8100
|
-
),
|
|
8230
|
+
), H4 = ({
|
|
8101
8231
|
width: i = 20,
|
|
8102
8232
|
height: l = 20,
|
|
8103
8233
|
color: C = a.GREY_DARK_5,
|
|
@@ -8121,7 +8251,7 @@ const g4 = ({
|
|
|
8121
8251
|
}
|
|
8122
8252
|
)
|
|
8123
8253
|
}
|
|
8124
|
-
),
|
|
8254
|
+
), R4 = ({
|
|
8125
8255
|
width: i = 20,
|
|
8126
8256
|
height: l = 20,
|
|
8127
8257
|
color: C = a.GREY_DARK_5,
|
|
@@ -8145,7 +8275,7 @@ const g4 = ({
|
|
|
8145
8275
|
}
|
|
8146
8276
|
)
|
|
8147
8277
|
}
|
|
8148
|
-
),
|
|
8278
|
+
), x4 = ({
|
|
8149
8279
|
width: i = 20,
|
|
8150
8280
|
height: l = 20,
|
|
8151
8281
|
color: C = a.GREY_DARK_5,
|
|
@@ -8170,7 +8300,7 @@ const g4 = ({
|
|
|
8170
8300
|
}
|
|
8171
8301
|
)
|
|
8172
8302
|
}
|
|
8173
|
-
),
|
|
8303
|
+
), A4 = ({
|
|
8174
8304
|
width: i = 20,
|
|
8175
8305
|
height: l = 20,
|
|
8176
8306
|
color: C = a.GREY_DARK_5,
|
|
@@ -8210,7 +8340,7 @@ const g4 = ({
|
|
|
8210
8340
|
)
|
|
8211
8341
|
]
|
|
8212
8342
|
}
|
|
8213
|
-
),
|
|
8343
|
+
), D4 = ({
|
|
8214
8344
|
width: i = 20,
|
|
8215
8345
|
height: l = 20,
|
|
8216
8346
|
color: C = a.GREY_DARK_5,
|
|
@@ -8237,7 +8367,7 @@ const g4 = ({
|
|
|
8237
8367
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8238
8368
|
]
|
|
8239
8369
|
}
|
|
8240
|
-
),
|
|
8370
|
+
), E4 = ({
|
|
8241
8371
|
width: i = 20,
|
|
8242
8372
|
height: l = 20,
|
|
8243
8373
|
color: C = a.GREY_DARK_5,
|
|
@@ -8261,7 +8391,7 @@ const g4 = ({
|
|
|
8261
8391
|
}
|
|
8262
8392
|
)
|
|
8263
8393
|
}
|
|
8264
|
-
),
|
|
8394
|
+
), G4 = ({
|
|
8265
8395
|
width: i = 20,
|
|
8266
8396
|
height: l = 20,
|
|
8267
8397
|
color: C = a.GREY_DARK_5,
|
|
@@ -8288,7 +8418,7 @@ const g4 = ({
|
|
|
8288
8418
|
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ e("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8289
8419
|
]
|
|
8290
8420
|
}
|
|
8291
|
-
),
|
|
8421
|
+
), Y4 = ({
|
|
8292
8422
|
width: i = 20,
|
|
8293
8423
|
height: l = 20,
|
|
8294
8424
|
color: C = a.GREY_DARK_5,
|
|
@@ -8312,7 +8442,7 @@ const g4 = ({
|
|
|
8312
8442
|
}
|
|
8313
8443
|
)
|
|
8314
8444
|
}
|
|
8315
|
-
),
|
|
8445
|
+
), K4 = ({
|
|
8316
8446
|
width: i = 20,
|
|
8317
8447
|
height: l = 20,
|
|
8318
8448
|
color: C = a.GREY_DARK_5,
|
|
@@ -8352,7 +8482,7 @@ const g4 = ({
|
|
|
8352
8482
|
)
|
|
8353
8483
|
]
|
|
8354
8484
|
}
|
|
8355
|
-
),
|
|
8485
|
+
), B4 = ({
|
|
8356
8486
|
width: i = 20,
|
|
8357
8487
|
height: l = 20,
|
|
8358
8488
|
color: C = a.GREY_DARK_5,
|
|
@@ -8398,7 +8528,7 @@ const g4 = ({
|
|
|
8398
8528
|
)
|
|
8399
8529
|
]
|
|
8400
8530
|
}
|
|
8401
|
-
),
|
|
8531
|
+
), b4 = ({
|
|
8402
8532
|
width: i = 20,
|
|
8403
8533
|
height: l = 20,
|
|
8404
8534
|
color: C = a.GREY_DARK_5,
|
|
@@ -8445,7 +8575,7 @@ const g4 = ({
|
|
|
8445
8575
|
)
|
|
8446
8576
|
]
|
|
8447
8577
|
}
|
|
8448
|
-
),
|
|
8578
|
+
), y4 = ({
|
|
8449
8579
|
width: i = 20,
|
|
8450
8580
|
height: l = 20,
|
|
8451
8581
|
color: C = a.GREY_DARK_5,
|
|
@@ -8469,7 +8599,7 @@ const g4 = ({
|
|
|
8469
8599
|
}
|
|
8470
8600
|
)
|
|
8471
8601
|
}
|
|
8472
|
-
),
|
|
8602
|
+
), I4 = ({
|
|
8473
8603
|
width: i = 20,
|
|
8474
8604
|
height: l = 20,
|
|
8475
8605
|
color: C = a.GREY_DARK_5,
|
|
@@ -8493,7 +8623,7 @@ const g4 = ({
|
|
|
8493
8623
|
}
|
|
8494
8624
|
)
|
|
8495
8625
|
}
|
|
8496
|
-
),
|
|
8626
|
+
), O4 = ({
|
|
8497
8627
|
width: i = 20,
|
|
8498
8628
|
height: l = 20,
|
|
8499
8629
|
color: C = a.GREY_DARK_5,
|
|
@@ -8517,7 +8647,7 @@ const g4 = ({
|
|
|
8517
8647
|
}
|
|
8518
8648
|
)
|
|
8519
8649
|
}
|
|
8520
|
-
),
|
|
8650
|
+
), T4 = ({
|
|
8521
8651
|
width: i = 20,
|
|
8522
8652
|
height: l = 20,
|
|
8523
8653
|
color: C = a.GREY_DARK_5,
|
|
@@ -8578,7 +8708,7 @@ const g4 = ({
|
|
|
8578
8708
|
)
|
|
8579
8709
|
]
|
|
8580
8710
|
}
|
|
8581
|
-
),
|
|
8711
|
+
), S4 = ({
|
|
8582
8712
|
width: i = 20,
|
|
8583
8713
|
height: l = 20,
|
|
8584
8714
|
color: C = a.GREY_DARK_5,
|
|
@@ -8625,7 +8755,7 @@ const g4 = ({
|
|
|
8625
8755
|
)
|
|
8626
8756
|
]
|
|
8627
8757
|
}
|
|
8628
|
-
),
|
|
8758
|
+
), W4 = ({
|
|
8629
8759
|
width: i = 20,
|
|
8630
8760
|
height: l = 20,
|
|
8631
8761
|
color: C = a.GREY_DARK_5,
|
|
@@ -8665,7 +8795,7 @@ const g4 = ({
|
|
|
8665
8795
|
)
|
|
8666
8796
|
]
|
|
8667
8797
|
}
|
|
8668
|
-
),
|
|
8798
|
+
), j4 = ({
|
|
8669
8799
|
width: i = 20,
|
|
8670
8800
|
height: l = 20,
|
|
8671
8801
|
color: C = a.GREY_DARK_5,
|
|
@@ -8705,7 +8835,7 @@ const g4 = ({
|
|
|
8705
8835
|
)
|
|
8706
8836
|
]
|
|
8707
8837
|
}
|
|
8708
|
-
),
|
|
8838
|
+
), $4 = ({
|
|
8709
8839
|
width: i = 20,
|
|
8710
8840
|
height: l = 20,
|
|
8711
8841
|
color: C = a.GREY_DARK_5,
|
|
@@ -8752,7 +8882,7 @@ const g4 = ({
|
|
|
8752
8882
|
)
|
|
8753
8883
|
]
|
|
8754
8884
|
}
|
|
8755
|
-
),
|
|
8885
|
+
), F4 = ({
|
|
8756
8886
|
width: i = 20,
|
|
8757
8887
|
height: l = 20,
|
|
8758
8888
|
color: C = a.GREY_DARK_5,
|
|
@@ -8799,7 +8929,7 @@ const g4 = ({
|
|
|
8799
8929
|
)
|
|
8800
8930
|
]
|
|
8801
8931
|
}
|
|
8802
|
-
),
|
|
8932
|
+
), P4 = ({
|
|
8803
8933
|
width: i = 20,
|
|
8804
8934
|
height: l = 20,
|
|
8805
8935
|
color: C = a.GREY_DARK_5,
|
|
@@ -8846,7 +8976,7 @@ const g4 = ({
|
|
|
8846
8976
|
)
|
|
8847
8977
|
]
|
|
8848
8978
|
}
|
|
8849
|
-
),
|
|
8979
|
+
), U4 = ({
|
|
8850
8980
|
width: i = 20,
|
|
8851
8981
|
height: l = 20,
|
|
8852
8982
|
color: C = a.GREY_DARK_5,
|
|
@@ -8886,7 +9016,7 @@ const g4 = ({
|
|
|
8886
9016
|
)
|
|
8887
9017
|
]
|
|
8888
9018
|
}
|
|
8889
|
-
),
|
|
9019
|
+
), z4 = ({
|
|
8890
9020
|
width: i = 20,
|
|
8891
9021
|
height: l = 20,
|
|
8892
9022
|
color: C = a.GREY_DARK_5,
|
|
@@ -8919,7 +9049,7 @@ const g4 = ({
|
|
|
8919
9049
|
)
|
|
8920
9050
|
]
|
|
8921
9051
|
}
|
|
8922
|
-
),
|
|
9052
|
+
), q4 = ({
|
|
8923
9053
|
width: i = 20,
|
|
8924
9054
|
height: l = 20,
|
|
8925
9055
|
color: C = a.GREY_DARK_5,
|
|
@@ -8952,7 +9082,7 @@ const g4 = ({
|
|
|
8952
9082
|
)
|
|
8953
9083
|
]
|
|
8954
9084
|
}
|
|
8955
|
-
),
|
|
9085
|
+
), J4 = ({
|
|
8956
9086
|
width: i = 20,
|
|
8957
9087
|
height: l = 20,
|
|
8958
9088
|
color: C = a.GREY_DARK_5,
|
|
@@ -8985,7 +9115,7 @@ const g4 = ({
|
|
|
8985
9115
|
)
|
|
8986
9116
|
]
|
|
8987
9117
|
}
|
|
8988
|
-
),
|
|
9118
|
+
), Q4 = ({
|
|
8989
9119
|
width: i = 20,
|
|
8990
9120
|
height: l = 20,
|
|
8991
9121
|
color: C = a.GREY_DARK_5,
|
|
@@ -9018,7 +9148,7 @@ const g4 = ({
|
|
|
9018
9148
|
)
|
|
9019
9149
|
]
|
|
9020
9150
|
}
|
|
9021
|
-
),
|
|
9151
|
+
), X4 = ({
|
|
9022
9152
|
width: i = 20,
|
|
9023
9153
|
height: l = 20,
|
|
9024
9154
|
color: C = a.GREY_DARK_5,
|
|
@@ -9058,7 +9188,7 @@ const g4 = ({
|
|
|
9058
9188
|
)
|
|
9059
9189
|
]
|
|
9060
9190
|
}
|
|
9061
|
-
),
|
|
9191
|
+
), C0 = ({
|
|
9062
9192
|
width: i = 20,
|
|
9063
9193
|
height: l = 20,
|
|
9064
9194
|
color: C = a.GREY_DARK_5,
|
|
@@ -9091,7 +9221,7 @@ const g4 = ({
|
|
|
9091
9221
|
)
|
|
9092
9222
|
]
|
|
9093
9223
|
}
|
|
9094
|
-
),
|
|
9224
|
+
), l0 = ({
|
|
9095
9225
|
width: i = 20,
|
|
9096
9226
|
height: l = 20,
|
|
9097
9227
|
color: C = a.GREY_DARK_5,
|
|
@@ -9124,7 +9254,7 @@ const g4 = ({
|
|
|
9124
9254
|
)
|
|
9125
9255
|
]
|
|
9126
9256
|
}
|
|
9127
|
-
),
|
|
9257
|
+
), e0 = ({
|
|
9128
9258
|
width: i = 20,
|
|
9129
9259
|
height: l = 20,
|
|
9130
9260
|
color: C = "#070739",
|
|
@@ -9154,7 +9284,7 @@ const g4 = ({
|
|
|
9154
9284
|
/* @__PURE__ */ e("circle", { cx: "10", cy: "10", r: "2.375", stroke: C, strokeWidth: "1.25" })
|
|
9155
9285
|
]
|
|
9156
9286
|
}
|
|
9157
|
-
),
|
|
9287
|
+
), i0 = ({
|
|
9158
9288
|
width: i = 20,
|
|
9159
9289
|
height: l = 20,
|
|
9160
9290
|
color: C = "#070739",
|
|
@@ -9192,7 +9322,7 @@ const g4 = ({
|
|
|
9192
9322
|
)
|
|
9193
9323
|
]
|
|
9194
9324
|
}
|
|
9195
|
-
),
|
|
9325
|
+
), t0 = ({
|
|
9196
9326
|
width: i = 20,
|
|
9197
9327
|
height: l = 20,
|
|
9198
9328
|
color: C = a.GREY_DARK_5,
|
|
@@ -9225,7 +9355,7 @@ const g4 = ({
|
|
|
9225
9355
|
)
|
|
9226
9356
|
]
|
|
9227
9357
|
}
|
|
9228
|
-
),
|
|
9358
|
+
), h0 = ({
|
|
9229
9359
|
width: i = 20,
|
|
9230
9360
|
height: l = 20,
|
|
9231
9361
|
color: C = a.GREY_DARK_5,
|
|
@@ -9258,7 +9388,7 @@ const g4 = ({
|
|
|
9258
9388
|
)
|
|
9259
9389
|
]
|
|
9260
9390
|
}
|
|
9261
|
-
),
|
|
9391
|
+
), o0 = ({
|
|
9262
9392
|
width: i = 20,
|
|
9263
9393
|
height: l = 20,
|
|
9264
9394
|
color: C = a.GREY_DARK_5,
|
|
@@ -9305,7 +9435,7 @@ const g4 = ({
|
|
|
9305
9435
|
)
|
|
9306
9436
|
]
|
|
9307
9437
|
}
|
|
9308
|
-
),
|
|
9438
|
+
), s0 = ({
|
|
9309
9439
|
className: i,
|
|
9310
9440
|
color: l = a.GREY_DARK_5,
|
|
9311
9441
|
height: C = 20,
|
|
@@ -9338,7 +9468,7 @@ const g4 = ({
|
|
|
9338
9468
|
)
|
|
9339
9469
|
]
|
|
9340
9470
|
}
|
|
9341
|
-
),
|
|
9471
|
+
), a0 = ({
|
|
9342
9472
|
className: i,
|
|
9343
9473
|
color: l = a.GREY_DARK_5,
|
|
9344
9474
|
height: C = 5,
|
|
@@ -9362,7 +9492,7 @@ const g4 = ({
|
|
|
9362
9492
|
}
|
|
9363
9493
|
)
|
|
9364
9494
|
}
|
|
9365
|
-
),
|
|
9495
|
+
), c0 = ({
|
|
9366
9496
|
className: i,
|
|
9367
9497
|
color: l = a.GREY_DARK_5,
|
|
9368
9498
|
height: C = 5,
|
|
@@ -9387,7 +9517,7 @@ const g4 = ({
|
|
|
9387
9517
|
}
|
|
9388
9518
|
)
|
|
9389
9519
|
}
|
|
9390
|
-
),
|
|
9520
|
+
), n0 = ({
|
|
9391
9521
|
className: i,
|
|
9392
9522
|
color: l = a.GREY_DARK_5,
|
|
9393
9523
|
height: C = 20,
|
|
@@ -9420,7 +9550,7 @@ const g4 = ({
|
|
|
9420
9550
|
)
|
|
9421
9551
|
]
|
|
9422
9552
|
}
|
|
9423
|
-
),
|
|
9553
|
+
), r0 = ({
|
|
9424
9554
|
className: i,
|
|
9425
9555
|
color: l = a.GREY_DARK_5,
|
|
9426
9556
|
height: C = 20,
|
|
@@ -9459,7 +9589,7 @@ const g4 = ({
|
|
|
9459
9589
|
)
|
|
9460
9590
|
]
|
|
9461
9591
|
}
|
|
9462
|
-
),
|
|
9592
|
+
), d0 = ({
|
|
9463
9593
|
className: i,
|
|
9464
9594
|
color: l = a.GREY_DARK_5,
|
|
9465
9595
|
height: C = 20,
|
|
@@ -9483,7 +9613,7 @@ const g4 = ({
|
|
|
9483
9613
|
}
|
|
9484
9614
|
)
|
|
9485
9615
|
}
|
|
9486
|
-
),
|
|
9616
|
+
), w0 = ({
|
|
9487
9617
|
className: i,
|
|
9488
9618
|
color: l = a.GREY_DARK_5,
|
|
9489
9619
|
height: C = 20,
|
|
@@ -9530,7 +9660,7 @@ const g4 = ({
|
|
|
9530
9660
|
)
|
|
9531
9661
|
]
|
|
9532
9662
|
}
|
|
9533
|
-
),
|
|
9663
|
+
), L0 = ({
|
|
9534
9664
|
className: i,
|
|
9535
9665
|
color: l = a.GREY_DARK_5,
|
|
9536
9666
|
height: C = 20,
|
|
@@ -9563,7 +9693,7 @@ const g4 = ({
|
|
|
9563
9693
|
)
|
|
9564
9694
|
]
|
|
9565
9695
|
}
|
|
9566
|
-
),
|
|
9696
|
+
), g0 = ({
|
|
9567
9697
|
className: i,
|
|
9568
9698
|
color: l = a.GREY_DARK_5,
|
|
9569
9699
|
height: C = 20,
|
|
@@ -9600,7 +9730,7 @@ const g4 = ({
|
|
|
9600
9730
|
)
|
|
9601
9731
|
]
|
|
9602
9732
|
}
|
|
9603
|
-
),
|
|
9733
|
+
), m0 = ({
|
|
9604
9734
|
className: i,
|
|
9605
9735
|
color: l = a.GREY_DARK_5,
|
|
9606
9736
|
height: C = 20,
|
|
@@ -9624,7 +9754,7 @@ const g4 = ({
|
|
|
9624
9754
|
}
|
|
9625
9755
|
)
|
|
9626
9756
|
}
|
|
9627
|
-
),
|
|
9757
|
+
), p0 = ({
|
|
9628
9758
|
className: i,
|
|
9629
9759
|
color: l = a.GREY_DARK_5,
|
|
9630
9760
|
height: C = 20,
|
|
@@ -9685,7 +9815,7 @@ const g4 = ({
|
|
|
9685
9815
|
)
|
|
9686
9816
|
]
|
|
9687
9817
|
}
|
|
9688
|
-
),
|
|
9818
|
+
), f0 = ({
|
|
9689
9819
|
className: i,
|
|
9690
9820
|
color: l = a.GREY_DARK_5,
|
|
9691
9821
|
height: C = 20,
|
|
@@ -9722,7 +9852,7 @@ const g4 = ({
|
|
|
9722
9852
|
)
|
|
9723
9853
|
]
|
|
9724
9854
|
}
|
|
9725
|
-
),
|
|
9855
|
+
), v0 = ({
|
|
9726
9856
|
className: i,
|
|
9727
9857
|
color: l = a.GREY_DARK_5,
|
|
9728
9858
|
height: C = 20,
|
|
@@ -9762,7 +9892,7 @@ const g4 = ({
|
|
|
9762
9892
|
)
|
|
9763
9893
|
]
|
|
9764
9894
|
}
|
|
9765
|
-
),
|
|
9895
|
+
), k0 = ({
|
|
9766
9896
|
className: i,
|
|
9767
9897
|
color: l = a.GREY_DARK_5,
|
|
9768
9898
|
height: C = 20,
|
|
@@ -9795,7 +9925,7 @@ const g4 = ({
|
|
|
9795
9925
|
)
|
|
9796
9926
|
]
|
|
9797
9927
|
}
|
|
9798
|
-
),
|
|
9928
|
+
), M0 = ({
|
|
9799
9929
|
className: i,
|
|
9800
9930
|
color: l = a.GREY_DARK_5,
|
|
9801
9931
|
height: C = 20,
|
|
@@ -9828,7 +9958,7 @@ const g4 = ({
|
|
|
9828
9958
|
)
|
|
9829
9959
|
]
|
|
9830
9960
|
}
|
|
9831
|
-
),
|
|
9961
|
+
), N0 = ({
|
|
9832
9962
|
className: i,
|
|
9833
9963
|
color: l = a.GREY_DARK_5,
|
|
9834
9964
|
height: C = 20,
|
|
@@ -9882,7 +10012,7 @@ const g4 = ({
|
|
|
9882
10012
|
)
|
|
9883
10013
|
]
|
|
9884
10014
|
}
|
|
9885
|
-
),
|
|
10015
|
+
), Z0 = ({
|
|
9886
10016
|
className: i,
|
|
9887
10017
|
color: l = a.GREY_DARK_5,
|
|
9888
10018
|
height: C = 20,
|
|
@@ -9929,7 +10059,7 @@ const g4 = ({
|
|
|
9929
10059
|
)
|
|
9930
10060
|
]
|
|
9931
10061
|
}
|
|
9932
|
-
),
|
|
10062
|
+
), u0 = ({
|
|
9933
10063
|
className: i,
|
|
9934
10064
|
color: l = a.GREY_DARK_5,
|
|
9935
10065
|
height: C = 20,
|
|
@@ -9969,7 +10099,7 @@ const g4 = ({
|
|
|
9969
10099
|
)
|
|
9970
10100
|
]
|
|
9971
10101
|
}
|
|
9972
|
-
),
|
|
10102
|
+
), V0 = ({
|
|
9973
10103
|
className: i,
|
|
9974
10104
|
color: l = a.GREY_DARK_5,
|
|
9975
10105
|
height: C = 20,
|
|
@@ -9993,7 +10123,7 @@ const g4 = ({
|
|
|
9993
10123
|
}
|
|
9994
10124
|
)
|
|
9995
10125
|
}
|
|
9996
|
-
),
|
|
10126
|
+
), _0 = ({
|
|
9997
10127
|
className: i,
|
|
9998
10128
|
color: l = a.GREY_DARK_5,
|
|
9999
10129
|
height: C = 20,
|
|
@@ -10033,7 +10163,7 @@ const g4 = ({
|
|
|
10033
10163
|
)
|
|
10034
10164
|
]
|
|
10035
10165
|
}
|
|
10036
|
-
),
|
|
10166
|
+
), H0 = ({
|
|
10037
10167
|
className: i,
|
|
10038
10168
|
color: l = a.GREY_DARK_5,
|
|
10039
10169
|
height: C = 20,
|
|
@@ -10073,7 +10203,7 @@ const g4 = ({
|
|
|
10073
10203
|
)
|
|
10074
10204
|
]
|
|
10075
10205
|
}
|
|
10076
|
-
),
|
|
10206
|
+
), R0 = ({
|
|
10077
10207
|
width: i = 20,
|
|
10078
10208
|
height: l = 20,
|
|
10079
10209
|
color: C = a.GREY_DARK_5,
|
|
@@ -10097,7 +10227,7 @@ const g4 = ({
|
|
|
10097
10227
|
}
|
|
10098
10228
|
)
|
|
10099
10229
|
}
|
|
10100
|
-
),
|
|
10230
|
+
), x0 = ({
|
|
10101
10231
|
width: i = 24,
|
|
10102
10232
|
height: l = 24,
|
|
10103
10233
|
color: C = "#131314",
|
|
@@ -10130,7 +10260,7 @@ const g4 = ({
|
|
|
10130
10260
|
)
|
|
10131
10261
|
]
|
|
10132
10262
|
}
|
|
10133
|
-
),
|
|
10263
|
+
), A0 = ({
|
|
10134
10264
|
width: i = 20,
|
|
10135
10265
|
height: l = 20,
|
|
10136
10266
|
color: C = a.GREY_DARK_5,
|
|
@@ -10163,7 +10293,7 @@ const g4 = ({
|
|
|
10163
10293
|
)
|
|
10164
10294
|
]
|
|
10165
10295
|
}
|
|
10166
|
-
),
|
|
10296
|
+
), D0 = ({
|
|
10167
10297
|
width: i = 20,
|
|
10168
10298
|
height: l = 20,
|
|
10169
10299
|
color: C = a.GREY_DARK_5,
|
|
@@ -10203,7 +10333,7 @@ const g4 = ({
|
|
|
10203
10333
|
)
|
|
10204
10334
|
]
|
|
10205
10335
|
}
|
|
10206
|
-
),
|
|
10336
|
+
), E0 = ({
|
|
10207
10337
|
width: i = 20,
|
|
10208
10338
|
height: l = 20,
|
|
10209
10339
|
color: C = a.GREY_DARK_5,
|
|
@@ -10264,7 +10394,7 @@ const g4 = ({
|
|
|
10264
10394
|
)
|
|
10265
10395
|
]
|
|
10266
10396
|
}
|
|
10267
|
-
),
|
|
10397
|
+
), G0 = ({
|
|
10268
10398
|
width: i = 20,
|
|
10269
10399
|
height: l = 20,
|
|
10270
10400
|
color: C = a.GREY_DARK_5,
|
|
@@ -10304,7 +10434,7 @@ const g4 = ({
|
|
|
10304
10434
|
)
|
|
10305
10435
|
]
|
|
10306
10436
|
}
|
|
10307
|
-
),
|
|
10437
|
+
), Y0 = ({
|
|
10308
10438
|
width: i = 20,
|
|
10309
10439
|
height: l = 20,
|
|
10310
10440
|
color: C = a.GREY_DARK_5,
|
|
@@ -10328,7 +10458,40 @@ const g4 = ({
|
|
|
10328
10458
|
}
|
|
10329
10459
|
)
|
|
10330
10460
|
}
|
|
10331
|
-
),
|
|
10461
|
+
), K0 = ({
|
|
10462
|
+
width: i = 20,
|
|
10463
|
+
height: l = 20,
|
|
10464
|
+
color: C = a.GREY_DARK_5,
|
|
10465
|
+
className: t,
|
|
10466
|
+
onClick: h
|
|
10467
|
+
}) => /* @__PURE__ */ n(
|
|
10468
|
+
"svg",
|
|
10469
|
+
{
|
|
10470
|
+
width: i,
|
|
10471
|
+
height: l,
|
|
10472
|
+
className: t,
|
|
10473
|
+
viewBox: "0 0 24 24",
|
|
10474
|
+
fill: "none",
|
|
10475
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10476
|
+
onClick: h,
|
|
10477
|
+
children: [
|
|
10478
|
+
/* @__PURE__ */ e(
|
|
10479
|
+
"path",
|
|
10480
|
+
{
|
|
10481
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
10482
|
+
fill: C
|
|
10483
|
+
}
|
|
10484
|
+
),
|
|
10485
|
+
/* @__PURE__ */ e(
|
|
10486
|
+
"path",
|
|
10487
|
+
{
|
|
10488
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
10489
|
+
fill: C
|
|
10490
|
+
}
|
|
10491
|
+
)
|
|
10492
|
+
]
|
|
10493
|
+
}
|
|
10494
|
+
), B0 = ({
|
|
10332
10495
|
name: i,
|
|
10333
10496
|
width: l,
|
|
10334
10497
|
height: C,
|
|
@@ -10337,45 +10500,45 @@ const g4 = ({
|
|
|
10337
10500
|
disabled: d = !1,
|
|
10338
10501
|
onClick: r
|
|
10339
10502
|
}) => {
|
|
10340
|
-
const { theme: w } =
|
|
10341
|
-
return /* @__PURE__ */ e(
|
|
10503
|
+
const { theme: w } = Q(s1), s = d ? w && w === "dark" ? a.GREY_LIGHT_4 : a.GREY_DARK_1 : t, o = d ? void 0 : r, c = r && !d ? `${h || ""} clickable` : h;
|
|
10504
|
+
return /* @__PURE__ */ e(G, { children: (() => {
|
|
10342
10505
|
switch (i) {
|
|
10343
10506
|
case "arrow1Down":
|
|
10344
|
-
return
|
|
10507
|
+
return _4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10345
10508
|
case "arrow1Up":
|
|
10346
|
-
return
|
|
10509
|
+
return H4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10347
10510
|
case "arrow1Right":
|
|
10348
|
-
return
|
|
10511
|
+
return R4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10349
10512
|
case "arrow1Left":
|
|
10350
|
-
return
|
|
10513
|
+
return x4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10351
10514
|
case "info":
|
|
10352
|
-
return
|
|
10515
|
+
return A4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10353
10516
|
case "archive":
|
|
10354
|
-
return
|
|
10517
|
+
return K4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10355
10518
|
case "unarchive":
|
|
10356
|
-
return
|
|
10519
|
+
return B4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10357
10520
|
case "calendar":
|
|
10358
|
-
return
|
|
10521
|
+
return b4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10359
10522
|
case "check":
|
|
10360
|
-
return
|
|
10523
|
+
return y4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10361
10524
|
case "cancel":
|
|
10362
|
-
return
|
|
10525
|
+
return I4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10363
10526
|
case "add":
|
|
10364
|
-
return
|
|
10527
|
+
return O4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10365
10528
|
case "list":
|
|
10366
|
-
return
|
|
10529
|
+
return T4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10367
10530
|
case "dragAndDrop":
|
|
10368
|
-
return
|
|
10531
|
+
return S4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10369
10532
|
case "filter1":
|
|
10370
|
-
return
|
|
10533
|
+
return W4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10371
10534
|
case "filter2":
|
|
10372
|
-
return
|
|
10535
|
+
return m0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10373
10536
|
case "attention":
|
|
10374
|
-
return
|
|
10537
|
+
return j4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10375
10538
|
case "users":
|
|
10376
|
-
return
|
|
10539
|
+
return $4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10377
10540
|
case "mySkillsMatrix":
|
|
10378
|
-
return
|
|
10541
|
+
return F4({
|
|
10379
10542
|
width: l,
|
|
10380
10543
|
height: C,
|
|
10381
10544
|
color: s,
|
|
@@ -10383,9 +10546,9 @@ const g4 = ({
|
|
|
10383
10546
|
onClick: o
|
|
10384
10547
|
});
|
|
10385
10548
|
case "skills":
|
|
10386
|
-
return
|
|
10549
|
+
return P4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10387
10550
|
case "skillsMatrices":
|
|
10388
|
-
return
|
|
10551
|
+
return U4({
|
|
10389
10552
|
width: l,
|
|
10390
10553
|
height: C,
|
|
10391
10554
|
color: s,
|
|
@@ -10393,21 +10556,21 @@ const g4 = ({
|
|
|
10393
10556
|
onClick: o
|
|
10394
10557
|
});
|
|
10395
10558
|
case "history":
|
|
10396
|
-
return
|
|
10559
|
+
return z4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10397
10560
|
case "logOut":
|
|
10398
|
-
return
|
|
10561
|
+
return q4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10399
10562
|
case "settings":
|
|
10400
|
-
return
|
|
10563
|
+
return J4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10401
10564
|
case "trash":
|
|
10402
|
-
return
|
|
10565
|
+
return Q4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10403
10566
|
case "settings2":
|
|
10404
|
-
return
|
|
10567
|
+
return X4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10405
10568
|
case "checkCircle":
|
|
10406
|
-
return
|
|
10569
|
+
return C0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10407
10570
|
case "cancelCircle":
|
|
10408
|
-
return
|
|
10571
|
+
return l0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10409
10572
|
case "visibilityIcon":
|
|
10410
|
-
return
|
|
10573
|
+
return e0({
|
|
10411
10574
|
width: l,
|
|
10412
10575
|
height: C,
|
|
10413
10576
|
color: s,
|
|
@@ -10415,7 +10578,7 @@ const g4 = ({
|
|
|
10415
10578
|
onClick: o
|
|
10416
10579
|
});
|
|
10417
10580
|
case "visibilityOffIcon":
|
|
10418
|
-
return
|
|
10581
|
+
return i0({
|
|
10419
10582
|
width: l,
|
|
10420
10583
|
height: C,
|
|
10421
10584
|
color: s,
|
|
@@ -10423,85 +10586,87 @@ const g4 = ({
|
|
|
10423
10586
|
onClick: o
|
|
10424
10587
|
});
|
|
10425
10588
|
case "sortUp":
|
|
10426
|
-
return
|
|
10589
|
+
return t0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10427
10590
|
case "sortDown":
|
|
10428
|
-
return
|
|
10591
|
+
return h0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10429
10592
|
case "sortDouble":
|
|
10430
|
-
return
|
|
10593
|
+
return o0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10431
10594
|
case "search":
|
|
10432
|
-
return
|
|
10595
|
+
return s0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10433
10596
|
case "arrowUpFilled":
|
|
10434
|
-
return
|
|
10597
|
+
return c0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10435
10598
|
case "arrowDownFilled":
|
|
10436
|
-
return
|
|
10599
|
+
return a0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10437
10600
|
case "arrow2Up":
|
|
10438
|
-
return
|
|
10601
|
+
return D4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10439
10602
|
case "arrow2Right":
|
|
10440
|
-
return
|
|
10603
|
+
return E4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10441
10604
|
case "arrow2Down":
|
|
10442
|
-
return
|
|
10605
|
+
return G4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10443
10606
|
case "arrow2Left":
|
|
10444
|
-
return
|
|
10607
|
+
return Y4({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10445
10608
|
case "link":
|
|
10446
|
-
return
|
|
10609
|
+
return n0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10447
10610
|
case "telegram":
|
|
10448
|
-
return
|
|
10611
|
+
return d0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10449
10612
|
case "mail":
|
|
10450
|
-
return
|
|
10613
|
+
return L0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10451
10614
|
case "github":
|
|
10452
|
-
return
|
|
10615
|
+
return r0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10453
10616
|
case "linkedIn":
|
|
10454
|
-
return
|
|
10617
|
+
return w0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10455
10618
|
case "emptyStateIcon":
|
|
10456
|
-
return
|
|
10619
|
+
return g0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10457
10620
|
case "dotMenuIcon":
|
|
10458
|
-
return
|
|
10621
|
+
return p0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10459
10622
|
case "plusCircle":
|
|
10460
|
-
return
|
|
10623
|
+
return f0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10461
10624
|
case "warning":
|
|
10462
|
-
return
|
|
10625
|
+
return v0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10463
10626
|
case "bell":
|
|
10464
|
-
return
|
|
10627
|
+
return k0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10465
10628
|
case "copy":
|
|
10466
|
-
return
|
|
10629
|
+
return M0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10467
10630
|
case "contract":
|
|
10468
|
-
return
|
|
10631
|
+
return N0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10469
10632
|
case "resourceManager":
|
|
10470
|
-
return
|
|
10633
|
+
return Z0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10471
10634
|
case "image":
|
|
10472
|
-
return
|
|
10635
|
+
return u0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10473
10636
|
case "edit":
|
|
10474
|
-
return
|
|
10637
|
+
return V0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10475
10638
|
case "burgerMenu":
|
|
10476
|
-
return
|
|
10639
|
+
return _0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10477
10640
|
case "refresh":
|
|
10478
|
-
return
|
|
10641
|
+
return H0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10479
10642
|
case "projects":
|
|
10480
|
-
return
|
|
10643
|
+
return R0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10481
10644
|
case "user":
|
|
10482
|
-
return
|
|
10645
|
+
return A0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10483
10646
|
case "exit":
|
|
10484
|
-
return
|
|
10647
|
+
return x0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10485
10648
|
case "status":
|
|
10486
|
-
return
|
|
10649
|
+
return D0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10487
10650
|
case "community":
|
|
10488
|
-
return
|
|
10651
|
+
return E0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10489
10652
|
case "docs":
|
|
10490
|
-
return
|
|
10653
|
+
return G0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10491
10654
|
case "unpaidLeave":
|
|
10492
|
-
return
|
|
10655
|
+
return Y0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10656
|
+
case "time":
|
|
10657
|
+
return K0({ width: l, height: C, color: s, className: c, onClick: o });
|
|
10493
10658
|
default:
|
|
10494
|
-
return /* @__PURE__ */ e(
|
|
10659
|
+
return /* @__PURE__ */ e(G, { children: "No Icon provided" });
|
|
10495
10660
|
}
|
|
10496
10661
|
})() });
|
|
10497
|
-
},
|
|
10662
|
+
}, b0 = ({
|
|
10498
10663
|
iconName: i = "arrow2Down",
|
|
10499
10664
|
isActive: l,
|
|
10500
10665
|
rotationDirection: C = "cw",
|
|
10501
10666
|
disabled: t = !1,
|
|
10502
10667
|
onClick: h
|
|
10503
10668
|
}) => {
|
|
10504
|
-
const d =
|
|
10669
|
+
const d = I0(l, t), r = y0(l, t);
|
|
10505
10670
|
return /* @__PURE__ */ e(
|
|
10506
10671
|
"button",
|
|
10507
10672
|
{
|
|
@@ -10509,7 +10674,7 @@ const g4 = ({
|
|
|
10509
10674
|
onClick: h,
|
|
10510
10675
|
disabled: t,
|
|
10511
10676
|
children: /* @__PURE__ */ e(
|
|
10512
|
-
|
|
10677
|
+
B0,
|
|
10513
10678
|
{
|
|
10514
10679
|
name: i,
|
|
10515
10680
|
className: "snmt-arrow-button-icon-rotation" + (l && !t ? `-${C}` : "-initial"),
|
|
@@ -10519,13 +10684,13 @@ const g4 = ({
|
|
|
10519
10684
|
}
|
|
10520
10685
|
);
|
|
10521
10686
|
};
|
|
10522
|
-
function
|
|
10687
|
+
function y0(i, l) {
|
|
10523
10688
|
return i && !l ? "-active" : l ? "-disabled" : "";
|
|
10524
10689
|
}
|
|
10525
|
-
function
|
|
10690
|
+
function I0(i, l) {
|
|
10526
10691
|
return l ? a.GREY_DARK_2 : i ? a.GREY_LIGHT_0 : a.GREY_DARK_4;
|
|
10527
10692
|
}
|
|
10528
|
-
const
|
|
10693
|
+
const O0 = J((i, l) => {
|
|
10529
10694
|
const {
|
|
10530
10695
|
value: C,
|
|
10531
10696
|
onChange: t,
|
|
@@ -10536,178 +10701,178 @@ const A0 = J((i, l) => {
|
|
|
10536
10701
|
width: s,
|
|
10537
10702
|
disabled: o = !1,
|
|
10538
10703
|
required: c = !1,
|
|
10539
|
-
clearable:
|
|
10540
|
-
scrollThresholdValue:
|
|
10541
|
-
onSearchChange:
|
|
10542
|
-
onDropdownVisibleChange:
|
|
10543
|
-
onScrollToEnd:
|
|
10544
|
-
onPopupScroll:
|
|
10545
|
-
id:
|
|
10546
|
-
extraOptions:
|
|
10547
|
-
dropdownRender:
|
|
10548
|
-
optionRender:
|
|
10549
|
-
isLoading:
|
|
10550
|
-
readOnly:
|
|
10551
|
-
error:
|
|
10552
|
-
selectedItemVariant:
|
|
10553
|
-
variant:
|
|
10704
|
+
clearable: M = !0,
|
|
10705
|
+
scrollThresholdValue: v = 50,
|
|
10706
|
+
onSearchChange: g,
|
|
10707
|
+
onDropdownVisibleChange: m,
|
|
10708
|
+
onScrollToEnd: A,
|
|
10709
|
+
onPopupScroll: b,
|
|
10710
|
+
id: O,
|
|
10711
|
+
extraOptions: D,
|
|
10712
|
+
dropdownRender: W,
|
|
10713
|
+
optionRender: H,
|
|
10714
|
+
isLoading: p,
|
|
10715
|
+
readOnly: R,
|
|
10716
|
+
error: N,
|
|
10717
|
+
selectedItemVariant: y = "default",
|
|
10718
|
+
variant: Y = "outlined"
|
|
10554
10719
|
} = i;
|
|
10555
|
-
let
|
|
10556
|
-
d && d !== "single" && (
|
|
10557
|
-
const [
|
|
10558
|
-
|
|
10559
|
-
|
|
10720
|
+
let X;
|
|
10721
|
+
d && d !== "single" && (X = i.overflowBehaviour ?? "responsive");
|
|
10722
|
+
const [B, U] = u(!1), [z, p1] = u(!1), [j, a1] = u(!1), [c1, C1] = u(!0), [V, $] = u(C), n1 = S(null), l1 = d === "single" && y === "badge";
|
|
10723
|
+
T(() => {
|
|
10724
|
+
$(C);
|
|
10560
10725
|
}, [C]);
|
|
10561
|
-
const
|
|
10562
|
-
U(L),
|
|
10563
|
-
},
|
|
10564
|
-
var
|
|
10565
|
-
return !!((
|
|
10566
|
-
}, v1 = () => {
|
|
10567
|
-
m1(!0);
|
|
10726
|
+
const f1 = (L) => {
|
|
10727
|
+
U(L), m && m(L);
|
|
10728
|
+
}, v1 = (L, f) => {
|
|
10729
|
+
var _;
|
|
10730
|
+
return !!((_ = f == null ? void 0 : f.label) != null && _.toString().toLowerCase().includes(L.toLowerCase()));
|
|
10568
10731
|
}, k1 = () => {
|
|
10569
|
-
|
|
10570
|
-
},
|
|
10732
|
+
p1(!0);
|
|
10733
|
+
}, M1 = () => {
|
|
10734
|
+
p1(!1);
|
|
10735
|
+
}, P = Z(
|
|
10571
10736
|
(L) => {
|
|
10572
|
-
let
|
|
10737
|
+
let f = null;
|
|
10573
10738
|
if (l1) {
|
|
10574
|
-
const
|
|
10575
|
-
|
|
10576
|
-
const r1 =
|
|
10577
|
-
t == null || t(r1),
|
|
10739
|
+
const _ = Array.isArray(L) ? L : [];
|
|
10740
|
+
f = _.length > 1 ? [_[_.length - 1]] : _;
|
|
10741
|
+
const r1 = f.length > 0 ? f[0] : null;
|
|
10742
|
+
t == null || t(r1), $(f);
|
|
10578
10743
|
return;
|
|
10579
10744
|
}
|
|
10580
10745
|
if (d && d !== "single") {
|
|
10581
|
-
const
|
|
10582
|
-
t == null || t(
|
|
10746
|
+
const _ = L;
|
|
10747
|
+
t == null || t(_), $(_);
|
|
10583
10748
|
return;
|
|
10584
10749
|
}
|
|
10585
|
-
|
|
10750
|
+
f = Array.isArray(L) ? null : L || null, t == null || t(f), $(f);
|
|
10586
10751
|
},
|
|
10587
10752
|
[d, t, l1]
|
|
10588
|
-
),
|
|
10589
|
-
if (!(
|
|
10753
|
+
), N1 = Z(() => {
|
|
10754
|
+
if (!(R || o)) {
|
|
10590
10755
|
if (d) {
|
|
10591
10756
|
P([]);
|
|
10592
10757
|
return;
|
|
10593
10758
|
}
|
|
10594
10759
|
P("");
|
|
10595
10760
|
}
|
|
10596
|
-
}, [o, P, d,
|
|
10761
|
+
}, [o, P, d, R]), e1 = Z(
|
|
10597
10762
|
(L) => {
|
|
10598
|
-
const
|
|
10599
|
-
P(
|
|
10763
|
+
const f = V.filter((_) => _ !== L);
|
|
10764
|
+
P(f), $(f);
|
|
10600
10765
|
},
|
|
10601
|
-
[P,
|
|
10602
|
-
),
|
|
10603
|
-
(L) => (
|
|
10766
|
+
[P, V]
|
|
10767
|
+
), k = Z(
|
|
10768
|
+
(L) => (V == null ? void 0 : V.indexOf(L)) === 0 ? (
|
|
10604
10769
|
// if the search input is empty
|
|
10605
10770
|
// then display the placeholder, else do not display it
|
|
10606
10771
|
/* @__PURE__ */ e("span", { className: "custom-placeholder", children: c1 ? h : "" })
|
|
10607
|
-
) : /* @__PURE__ */ e(
|
|
10608
|
-
[c1,
|
|
10609
|
-
),
|
|
10772
|
+
) : /* @__PURE__ */ e(G, {}),
|
|
10773
|
+
[c1, V, h]
|
|
10774
|
+
), E = (L) => {
|
|
10610
10775
|
L.preventDefault(), L.stopPropagation();
|
|
10611
|
-
},
|
|
10612
|
-
const { target:
|
|
10613
|
-
|
|
10614
|
-
},
|
|
10776
|
+
}, F = async (L) => {
|
|
10777
|
+
const { target: f } = L;
|
|
10778
|
+
f.scrollTop + f.offsetHeight >= f.scrollHeight - v && (A == null || A(!0)), b && await b(L);
|
|
10779
|
+
}, x = Z(
|
|
10615
10780
|
(L) => {
|
|
10616
|
-
var
|
|
10617
|
-
return ((
|
|
10781
|
+
var f, _;
|
|
10782
|
+
return ((f = w.find((t1) => t1.value === L)) == null ? void 0 : f.label) || ((_ = D == null ? void 0 : D.find((t1) => t1.value === L)) == null ? void 0 : _.label) || L;
|
|
10618
10783
|
},
|
|
10619
|
-
[
|
|
10620
|
-
), K =
|
|
10621
|
-
(L,
|
|
10622
|
-
var
|
|
10784
|
+
[D, w]
|
|
10785
|
+
), K = Z(
|
|
10786
|
+
(L, f = "default") => {
|
|
10787
|
+
var _;
|
|
10623
10788
|
return /* @__PURE__ */ e(
|
|
10624
|
-
|
|
10789
|
+
u4,
|
|
10625
10790
|
{
|
|
10626
10791
|
values: L,
|
|
10627
10792
|
onTagClose: e1,
|
|
10628
|
-
maxWidth: ((
|
|
10793
|
+
maxWidth: ((_ = n1.current) == null ? void 0 : _.clientWidth) || 0,
|
|
10629
10794
|
disabled: o,
|
|
10630
|
-
closable: !
|
|
10795
|
+
closable: !R,
|
|
10631
10796
|
options: w,
|
|
10632
|
-
extraOptions:
|
|
10633
|
-
selectedItemVariant:
|
|
10797
|
+
extraOptions: D,
|
|
10798
|
+
selectedItemVariant: f
|
|
10634
10799
|
}
|
|
10635
10800
|
);
|
|
10636
10801
|
},
|
|
10637
|
-
[o,
|
|
10638
|
-
),
|
|
10639
|
-
({ label: L, value:
|
|
10640
|
-
if (
|
|
10641
|
-
return f
|
|
10802
|
+
[o, D, e1, w, R]
|
|
10803
|
+
), I = Z(
|
|
10804
|
+
({ label: L, value: f, mode: _ }) => {
|
|
10805
|
+
if (_ === "filter")
|
|
10806
|
+
return k(f);
|
|
10642
10807
|
{
|
|
10643
|
-
const r1 =
|
|
10644
|
-
return /* @__PURE__ */ e("div", { onMouseDown:
|
|
10645
|
-
|
|
10808
|
+
const r1 = y === "badge" && w.find((I1) => I1.label === L), t1 = typeof L == "object" ? L : x(f);
|
|
10809
|
+
return /* @__PURE__ */ e("div", { onMouseDown: E, className: "tag-wrapper", children: y === "badge" ? /* @__PURE__ */ e(
|
|
10810
|
+
y1,
|
|
10646
10811
|
{
|
|
10647
10812
|
variant: "regular",
|
|
10648
10813
|
size: "small",
|
|
10649
10814
|
color: r1 ? r1.color : "cyan",
|
|
10650
10815
|
text: t1
|
|
10651
10816
|
}
|
|
10652
|
-
) : /* @__PURE__ */ e(
|
|
10817
|
+
) : /* @__PURE__ */ e(B1, { onClose: () => e1(f), disabled: o, children: t1 }) });
|
|
10653
10818
|
}
|
|
10654
10819
|
},
|
|
10655
|
-
[o,
|
|
10656
|
-
), i1 = Array.isArray(
|
|
10820
|
+
[o, x, e1, k, y, w]
|
|
10821
|
+
), i1 = Array.isArray(V) && V.length > 0 || !!V && typeof V == "string" && V.trim() !== "";
|
|
10657
10822
|
return /* @__PURE__ */ n(
|
|
10658
10823
|
"div",
|
|
10659
10824
|
{
|
|
10660
|
-
className: `snmt-select-container ${
|
|
10825
|
+
className: `snmt-select-container ${Y === "borderless" ? "snmt-select-container-borderless" : ""}`,
|
|
10661
10826
|
children: [
|
|
10662
10827
|
/* @__PURE__ */ n(
|
|
10663
10828
|
"div",
|
|
10664
10829
|
{
|
|
10665
10830
|
className: `snmt-select ${z ? "snmt-select-focused" : ""}
|
|
10666
10831
|
${d ? "" : "snmt-select-single"}
|
|
10667
|
-
${
|
|
10668
|
-
${
|
|
10669
|
-
${
|
|
10832
|
+
${R ? "snmt-select-read-only" : ""}
|
|
10833
|
+
${X === "static" ? "snmt-select-static" : ""}
|
|
10834
|
+
${Y === "borderless" ? "snmt-select-borderless" : ""}`,
|
|
10670
10835
|
ref: n1,
|
|
10671
10836
|
style: { width: s },
|
|
10672
10837
|
children: [
|
|
10673
10838
|
/* @__PURE__ */ e(
|
|
10674
|
-
|
|
10839
|
+
T1,
|
|
10675
10840
|
{
|
|
10676
10841
|
className: "snmt-select-blank",
|
|
10677
|
-
popupClassName:
|
|
10678
|
-
id:
|
|
10842
|
+
popupClassName: R ? "dropdown-read-only" : "",
|
|
10843
|
+
id: O,
|
|
10679
10844
|
ref: l,
|
|
10680
10845
|
showSearch: !!r,
|
|
10681
|
-
filterOption: r &&
|
|
10682
|
-
onDropdownVisibleChange:
|
|
10846
|
+
filterOption: r && v1,
|
|
10847
|
+
onDropdownVisibleChange: f1,
|
|
10683
10848
|
disabled: o,
|
|
10684
|
-
value:
|
|
10849
|
+
value: V || void 0,
|
|
10685
10850
|
labelRender: (L) => {
|
|
10686
|
-
const
|
|
10687
|
-
return o ? /* @__PURE__ */ e("span", { style: { color: a.GREY_DARK_1 }, children:
|
|
10851
|
+
const f = x(L.value);
|
|
10852
|
+
return o ? /* @__PURE__ */ e("span", { style: { color: a.GREY_DARK_1 }, children: f }) : f;
|
|
10688
10853
|
},
|
|
10689
|
-
mode:
|
|
10690
|
-
variant:
|
|
10854
|
+
mode: T0(d, l1),
|
|
10855
|
+
variant: Y,
|
|
10691
10856
|
onChange: P,
|
|
10692
|
-
onFocus:
|
|
10693
|
-
onBlur:
|
|
10857
|
+
onFocus: k1,
|
|
10858
|
+
onBlur: M1,
|
|
10694
10859
|
onMouseEnter: () => a1(!0),
|
|
10695
10860
|
onMouseLeave: () => a1(!1),
|
|
10696
10861
|
onSearch: (L) => {
|
|
10697
|
-
C1(!L),
|
|
10862
|
+
C1(!L), g && g(L);
|
|
10698
10863
|
},
|
|
10699
10864
|
onSelect: () => C1(!0),
|
|
10700
10865
|
onDeselect: () => C1(!0),
|
|
10701
|
-
tagRender: (L) =>
|
|
10702
|
-
maxTagCount:
|
|
10703
|
-
maxTagPlaceholder: (L) => K(L,
|
|
10704
|
-
onPopupScroll:
|
|
10705
|
-
prefix:
|
|
10706
|
-
suffixIcon: /* @__PURE__ */ e("div", { className: "wrapper-suffix-icon", children: d !== "filter" && /* @__PURE__ */ n(
|
|
10707
|
-
|
|
10866
|
+
tagRender: (L) => I({ ...L, mode: d }),
|
|
10867
|
+
maxTagCount: X === "responsive" ? "responsive" : void 0,
|
|
10868
|
+
maxTagPlaceholder: (L) => K(L, y),
|
|
10869
|
+
onPopupScroll: F,
|
|
10870
|
+
prefix: p && /* @__PURE__ */ e(E1, { size: "small" }),
|
|
10871
|
+
suffixIcon: /* @__PURE__ */ e("div", { className: "wrapper-suffix-icon", children: d !== "filter" && /* @__PURE__ */ n(G, { children: [
|
|
10872
|
+
V && !!V.length && M && /* @__PURE__ */ e(
|
|
10708
10873
|
"div",
|
|
10709
10874
|
{
|
|
10710
|
-
onClick:
|
|
10875
|
+
onClick: N1,
|
|
10711
10876
|
style: {
|
|
10712
10877
|
cursor: o ? "not-allowed" : "pointer"
|
|
10713
10878
|
},
|
|
@@ -10720,36 +10885,36 @@ const A0 = J((i, l) => {
|
|
|
10720
10885
|
)
|
|
10721
10886
|
}
|
|
10722
10887
|
),
|
|
10723
|
-
|
|
10724
|
-
|
|
10888
|
+
Y === "borderless" && (j || z) && /* @__PURE__ */ e(
|
|
10889
|
+
b0,
|
|
10725
10890
|
{
|
|
10726
|
-
isActive:
|
|
10727
|
-
onClick: () => U(!
|
|
10891
|
+
isActive: B,
|
|
10892
|
+
onClick: () => U(!B)
|
|
10728
10893
|
}
|
|
10729
10894
|
),
|
|
10730
|
-
|
|
10895
|
+
Y === "outlined" && /* @__PURE__ */ e(
|
|
10731
10896
|
d1,
|
|
10732
10897
|
{
|
|
10733
10898
|
name: "arrow2Down",
|
|
10734
10899
|
color: o ? a.GREY_DARK_1 : a.GREY_DARK_2,
|
|
10735
|
-
className:
|
|
10736
|
-
onClick: () => U(!
|
|
10900
|
+
className: B ? "select-arrow-rotated" : "select-arrow",
|
|
10901
|
+
onClick: () => U(!B)
|
|
10737
10902
|
}
|
|
10738
10903
|
)
|
|
10739
10904
|
] }) }),
|
|
10740
10905
|
removeIcon: /* @__PURE__ */ e(d1, { name: "cancelCircle", color: a.GREY_DARK_1 }),
|
|
10741
10906
|
options: w,
|
|
10742
|
-
optionRender: (L) =>
|
|
10907
|
+
optionRender: (L) => H ? H(L.data) : /* @__PURE__ */ n(w1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
10743
10908
|
/* @__PURE__ */ n(w1, { alignItems: "center", gap: 12, children: [
|
|
10744
10909
|
d && /* @__PURE__ */ e(
|
|
10745
|
-
|
|
10910
|
+
V2,
|
|
10746
10911
|
{
|
|
10747
|
-
checked: !!(
|
|
10912
|
+
checked: !!(V != null && V.includes(L.value))
|
|
10748
10913
|
}
|
|
10749
10914
|
),
|
|
10750
10915
|
/* @__PURE__ */ n(w1, { alignItems: "center", gap: 8, children: [
|
|
10751
10916
|
L.data.image !== void 0 && /* @__PURE__ */ e(
|
|
10752
|
-
|
|
10917
|
+
f2,
|
|
10753
10918
|
{
|
|
10754
10919
|
src: L.data.image,
|
|
10755
10920
|
variant: "xsmall",
|
|
@@ -10759,33 +10924,33 @@ const A0 = J((i, l) => {
|
|
|
10759
10924
|
/* @__PURE__ */ e("span", { children: L.label })
|
|
10760
10925
|
] })
|
|
10761
10926
|
] }),
|
|
10762
|
-
!d &&
|
|
10927
|
+
!d && V === L.value && /* @__PURE__ */ e(d1, { name: "check", color: a.BLUE_DARK_1 })
|
|
10763
10928
|
] }),
|
|
10764
10929
|
dropdownRender: (L) => /* @__PURE__ */ n("div", { className: "dropdown-container", children: [
|
|
10765
|
-
/* @__PURE__ */ e("div", { className: "dropdown-menu", children:
|
|
10766
|
-
|
|
10930
|
+
/* @__PURE__ */ e("div", { className: "dropdown-menu", children: W ? W(L) : L }),
|
|
10931
|
+
p && /* @__PURE__ */ e("div", { className: "loading-overlay", children: /* @__PURE__ */ e(E1, {}) })
|
|
10767
10932
|
] })
|
|
10768
10933
|
}
|
|
10769
10934
|
),
|
|
10770
|
-
h &&
|
|
10935
|
+
h && Y !== "borderless" && /* @__PURE__ */ e(
|
|
10771
10936
|
"label",
|
|
10772
10937
|
{
|
|
10773
|
-
className: `${z || i1 ? "label-floating" : ""} ${o ? "label-disabled" : ""} ${z ? "label-focused" : ""} ${
|
|
10938
|
+
className: `${z || i1 ? "label-floating" : ""} ${o ? "label-disabled" : ""} ${z ? "label-focused" : ""} ${p ? "label-loading" : ""} ${N ? "label-error" : ""}`,
|
|
10774
10939
|
children: c ? `${h}*` : h
|
|
10775
10940
|
}
|
|
10776
10941
|
),
|
|
10777
10942
|
/* @__PURE__ */ e(
|
|
10778
10943
|
"fieldset",
|
|
10779
10944
|
{
|
|
10780
|
-
className: `${z ? "fieldset-focused" : ""} ${o ? "fieldset-disabled" : ""} ${i1 ? "fieldset-filled" : ""} ${
|
|
10781
|
-
${
|
|
10782
|
-
children: /* @__PURE__ */ e("legend", { children: h &&
|
|
10945
|
+
className: `${z ? "fieldset-focused" : ""} ${o ? "fieldset-disabled" : ""} ${i1 ? "fieldset-filled" : ""} ${N ? "fieldset-error" : ""}
|
|
10946
|
+
${j ? "fieldset-hovered" : ""}`,
|
|
10947
|
+
children: /* @__PURE__ */ e("legend", { children: h && Y !== "borderless" && /* @__PURE__ */ e("span", { children: c ? `${h}*` : h }) })
|
|
10783
10948
|
}
|
|
10784
10949
|
)
|
|
10785
10950
|
]
|
|
10786
10951
|
}
|
|
10787
10952
|
),
|
|
10788
|
-
|
|
10953
|
+
N && /* @__PURE__ */ n(w1, { justifyContent: "flex-start", gap: 6, children: [
|
|
10789
10954
|
/* @__PURE__ */ e(
|
|
10790
10955
|
d1,
|
|
10791
10956
|
{
|
|
@@ -10795,18 +10960,18 @@ const A0 = J((i, l) => {
|
|
|
10795
10960
|
width: 16
|
|
10796
10961
|
}
|
|
10797
10962
|
),
|
|
10798
|
-
typeof
|
|
10963
|
+
typeof N == "string" ? /* @__PURE__ */ e(t9, { color: a.NOTIFICATION_ERROR_DARK, variant: "body4", children: N }) : N
|
|
10799
10964
|
] })
|
|
10800
10965
|
]
|
|
10801
10966
|
}
|
|
10802
10967
|
);
|
|
10803
10968
|
});
|
|
10804
|
-
function
|
|
10969
|
+
function T0(i, l) {
|
|
10805
10970
|
return i === "filter" || l ? "multiple" : i === "single" ? void 0 : i;
|
|
10806
10971
|
}
|
|
10807
|
-
function
|
|
10808
|
-
const C =
|
|
10809
|
-
return
|
|
10972
|
+
function S0(i, l = 500) {
|
|
10973
|
+
const C = S();
|
|
10974
|
+
return T(() => () => {
|
|
10810
10975
|
C.current && clearTimeout(C.current);
|
|
10811
10976
|
}, []), (...h) => {
|
|
10812
10977
|
const d = setTimeout(() => {
|
|
@@ -10815,15 +10980,15 @@ function E0(i, l = 500) {
|
|
|
10815
10980
|
clearTimeout(C.current), C.current = d;
|
|
10816
10981
|
};
|
|
10817
10982
|
}
|
|
10818
|
-
function
|
|
10819
|
-
const l =
|
|
10820
|
-
return
|
|
10983
|
+
function G1(i) {
|
|
10984
|
+
const l = S(i);
|
|
10985
|
+
return T(() => {
|
|
10821
10986
|
l.current = i;
|
|
10822
10987
|
}, [i]), l.current;
|
|
10823
10988
|
}
|
|
10824
|
-
const
|
|
10989
|
+
const u1 = 100, h1 = {
|
|
10825
10990
|
offset: 0
|
|
10826
|
-
},
|
|
10991
|
+
}, U0 = J((i, l) => {
|
|
10827
10992
|
const {
|
|
10828
10993
|
loadOptions: C,
|
|
10829
10994
|
width: t,
|
|
@@ -10834,100 +10999,100 @@ const Z1 = 100, h1 = {
|
|
|
10834
10999
|
placeholder: s,
|
|
10835
11000
|
mode: o,
|
|
10836
11001
|
loadOnClosedState: c,
|
|
10837
|
-
preloadOptions:
|
|
10838
|
-
extraOptions:
|
|
10839
|
-
onDropdownVisibleChange:
|
|
10840
|
-
optionRender:
|
|
10841
|
-
dropdownRender:
|
|
10842
|
-
readOnly:
|
|
10843
|
-
clearable:
|
|
10844
|
-
required:
|
|
10845
|
-
error:
|
|
10846
|
-
variant:
|
|
10847
|
-
} = i, [
|
|
10848
|
-
|
|
10849
|
-
), c1 =
|
|
11002
|
+
preloadOptions: M,
|
|
11003
|
+
extraOptions: v,
|
|
11004
|
+
onDropdownVisibleChange: g,
|
|
11005
|
+
optionRender: m,
|
|
11006
|
+
dropdownRender: A,
|
|
11007
|
+
readOnly: b,
|
|
11008
|
+
clearable: O = !0,
|
|
11009
|
+
required: D = !1,
|
|
11010
|
+
error: W,
|
|
11011
|
+
variant: H = "outlined"
|
|
11012
|
+
} = i, [p, R] = u(), [N, y] = u(h1), [Y, X] = u(!1), [B, U] = u(), [z, p1] = u(!1), [j, a1] = u(
|
|
11013
|
+
v ?? []
|
|
11014
|
+
), c1 = G1(N.offset), C1 = G1(B), [V, $] = u(!1), n1 = S(!1), l1 = Z(
|
|
10850
11015
|
async ({
|
|
10851
|
-
limit:
|
|
10852
|
-
offset:
|
|
10853
|
-
search:
|
|
11016
|
+
limit: k = u1,
|
|
11017
|
+
offset: E,
|
|
11018
|
+
search: F
|
|
10854
11019
|
}) => {
|
|
10855
|
-
|
|
11020
|
+
X(!0);
|
|
10856
11021
|
try {
|
|
10857
|
-
const
|
|
10858
|
-
limit:
|
|
10859
|
-
offset:
|
|
10860
|
-
search:
|
|
11022
|
+
const x = await C({
|
|
11023
|
+
limit: k,
|
|
11024
|
+
offset: E,
|
|
11025
|
+
search: F
|
|
10861
11026
|
});
|
|
10862
|
-
|
|
10863
|
-
(K) =>
|
|
10864
|
-
),
|
|
11027
|
+
R(
|
|
11028
|
+
(K) => E === 0 ? x.options : [...K ?? [], ...x.options]
|
|
11029
|
+
), y((K) => ({
|
|
10865
11030
|
...K,
|
|
10866
|
-
count:
|
|
11031
|
+
count: x.count
|
|
10867
11032
|
}));
|
|
10868
|
-
} catch (
|
|
10869
|
-
return console.error("AsyncSelect. fetchOptions error",
|
|
11033
|
+
} catch (x) {
|
|
11034
|
+
return console.error("AsyncSelect. fetchOptions error", x), [];
|
|
10870
11035
|
} finally {
|
|
10871
|
-
|
|
11036
|
+
X(!1);
|
|
10872
11037
|
}
|
|
10873
11038
|
},
|
|
10874
11039
|
[C]
|
|
10875
|
-
),
|
|
10876
|
-
U(
|
|
10877
|
-
}),
|
|
10878
|
-
(
|
|
10879
|
-
[
|
|
10880
|
-
),
|
|
10881
|
-
async (
|
|
10882
|
-
|
|
10883
|
-
...
|
|
10884
|
-
offset:
|
|
11040
|
+
), f1 = S0((k) => {
|
|
11041
|
+
U(k), k || y(h1);
|
|
11042
|
+
}), v1 = Z(
|
|
11043
|
+
(k) => f1(k),
|
|
11044
|
+
[f1]
|
|
11045
|
+
), k1 = Z(
|
|
11046
|
+
async (k) => {
|
|
11047
|
+
Y || k && N.count && N.count > ((p == null ? void 0 : p.length) ?? 0) && y((E) => ({
|
|
11048
|
+
...E,
|
|
11049
|
+
offset: E.offset + u1
|
|
10885
11050
|
}));
|
|
10886
11051
|
},
|
|
10887
|
-
[
|
|
10888
|
-
),
|
|
10889
|
-
(
|
|
10890
|
-
|
|
11052
|
+
[Y, p == null ? void 0 : p.length, N.count]
|
|
11053
|
+
), M1 = Z(
|
|
11054
|
+
(k) => {
|
|
11055
|
+
p1(k), !k && B && (U(void 0), y(h1), $(!0)), g == null || g(k);
|
|
10891
11056
|
},
|
|
10892
|
-
[
|
|
11057
|
+
[g, B]
|
|
10893
11058
|
);
|
|
10894
|
-
|
|
10895
|
-
if (!n1.current ||
|
|
10896
|
-
(
|
|
10897
|
-
}, [
|
|
10898
|
-
(c ||
|
|
10899
|
-
}, []),
|
|
10900
|
-
|
|
10901
|
-
const
|
|
10902
|
-
(
|
|
11059
|
+
T(() => {
|
|
11060
|
+
if (!n1.current || Y) return;
|
|
11061
|
+
(V || z && (c1 !== N.offset || C1 !== B || !p)) && (l1({ offset: N.offset, limit: u1, search: B }), V && $(!1));
|
|
11062
|
+
}, [V, z, N.offset, B, c1, C1, p, Y]), T(() => {
|
|
11063
|
+
(c || M) && l1(h1), n1.current = !0;
|
|
11064
|
+
}, []), T(() => {
|
|
11065
|
+
v && a1((k) => {
|
|
11066
|
+
const E = v.filter(
|
|
11067
|
+
(F) => !k.some((x) => x.value === F.value)
|
|
10903
11068
|
);
|
|
10904
|
-
return [...
|
|
11069
|
+
return [...k, ...E];
|
|
10905
11070
|
});
|
|
10906
|
-
}, [
|
|
10907
|
-
const P =
|
|
10908
|
-
(
|
|
10909
|
-
h && h(
|
|
10910
|
-
let
|
|
10911
|
-
if (o ?
|
|
10912
|
-
const
|
|
10913
|
-
(
|
|
11071
|
+
}, [v]);
|
|
11072
|
+
const P = Z(
|
|
11073
|
+
(k) => {
|
|
11074
|
+
h && h(k);
|
|
11075
|
+
let E = [];
|
|
11076
|
+
if (o ? E = Array.isArray(k) ? k : [] : E = k ? [k] : [], B) {
|
|
11077
|
+
const F = E.filter(
|
|
11078
|
+
(x) => !(j != null && j.some((K) => K.value === x))
|
|
10914
11079
|
);
|
|
10915
|
-
|
|
10916
|
-
...
|
|
10917
|
-
|
|
10918
|
-
const
|
|
11080
|
+
F.length > 0 && a1((x = []) => [
|
|
11081
|
+
...x,
|
|
11082
|
+
...F.map((K) => {
|
|
11083
|
+
const I = p == null ? void 0 : p.find((i1) => i1.value === K);
|
|
10919
11084
|
return {
|
|
10920
11085
|
value: K,
|
|
10921
|
-
label: (
|
|
10922
|
-
imageFallbackText: (
|
|
10923
|
-
image: (
|
|
11086
|
+
label: (I == null ? void 0 : I.label) ?? K,
|
|
11087
|
+
imageFallbackText: (I == null ? void 0 : I.imageFallbackText) ?? "",
|
|
11088
|
+
image: (I == null ? void 0 : I.image) ?? void 0
|
|
10924
11089
|
};
|
|
10925
11090
|
})
|
|
10926
|
-
]), U(void 0),
|
|
11091
|
+
]), U(void 0), y(h1), $(!0);
|
|
10927
11092
|
}
|
|
10928
11093
|
},
|
|
10929
|
-
[h,
|
|
10930
|
-
),
|
|
11094
|
+
[h, B, o, p, j]
|
|
11095
|
+
), N1 = H1(
|
|
10931
11096
|
() => ({
|
|
10932
11097
|
id: d,
|
|
10933
11098
|
width: t,
|
|
@@ -10935,19 +11100,19 @@ const Z1 = 100, h1 = {
|
|
|
10935
11100
|
ref: l,
|
|
10936
11101
|
placeholder: s,
|
|
10937
11102
|
search: !0,
|
|
10938
|
-
onSearchChange:
|
|
10939
|
-
onDropdownVisibleChange:
|
|
11103
|
+
onSearchChange: v1,
|
|
11104
|
+
onDropdownVisibleChange: M1,
|
|
10940
11105
|
scrollThresholdValue: w,
|
|
10941
|
-
onScrollToEnd:
|
|
11106
|
+
onScrollToEnd: k1,
|
|
10942
11107
|
disabled: r,
|
|
10943
|
-
isLoading:
|
|
10944
|
-
optionRender:
|
|
10945
|
-
dropdownRender:
|
|
10946
|
-
readOnly:
|
|
10947
|
-
clearable:
|
|
10948
|
-
required:
|
|
10949
|
-
error:
|
|
10950
|
-
variant:
|
|
11108
|
+
isLoading: Y,
|
|
11109
|
+
optionRender: m,
|
|
11110
|
+
dropdownRender: A,
|
|
11111
|
+
readOnly: b,
|
|
11112
|
+
clearable: O,
|
|
11113
|
+
required: D,
|
|
11114
|
+
error: W,
|
|
11115
|
+
variant: H
|
|
10951
11116
|
}),
|
|
10952
11117
|
[
|
|
10953
11118
|
d,
|
|
@@ -10955,28 +11120,28 @@ const Z1 = 100, h1 = {
|
|
|
10955
11120
|
P,
|
|
10956
11121
|
l,
|
|
10957
11122
|
s,
|
|
10958
|
-
f1,
|
|
10959
|
-
k1,
|
|
10960
|
-
w,
|
|
10961
11123
|
v1,
|
|
11124
|
+
M1,
|
|
11125
|
+
w,
|
|
11126
|
+
k1,
|
|
10962
11127
|
r,
|
|
10963
|
-
|
|
10964
|
-
|
|
10965
|
-
x,
|
|
10966
|
-
B,
|
|
10967
|
-
I,
|
|
11128
|
+
Y,
|
|
11129
|
+
m,
|
|
10968
11130
|
A,
|
|
10969
|
-
|
|
10970
|
-
|
|
11131
|
+
b,
|
|
11132
|
+
O,
|
|
11133
|
+
D,
|
|
11134
|
+
W,
|
|
11135
|
+
H
|
|
10971
11136
|
]
|
|
10972
11137
|
);
|
|
10973
11138
|
o1(l, () => ({
|
|
10974
11139
|
refetchOptions: async () => {
|
|
10975
|
-
|
|
11140
|
+
y(h1), U(void 0), $(!0);
|
|
10976
11141
|
}
|
|
10977
11142
|
}));
|
|
10978
|
-
const e1 =
|
|
10979
|
-
const
|
|
11143
|
+
const e1 = H1(() => {
|
|
11144
|
+
const k = o && o !== "single", E = i.selectedItemVariant === "badge", F = E ? p || [] : p || [], x = j, K = i, i1 = k ? {
|
|
10980
11145
|
mode: o,
|
|
10981
11146
|
overflowBehaviour: K.overflowBehaviour,
|
|
10982
11147
|
value: K.value
|
|
@@ -10985,15 +11150,15 @@ const Z1 = 100, h1 = {
|
|
|
10985
11150
|
value: i.value
|
|
10986
11151
|
};
|
|
10987
11152
|
return {
|
|
10988
|
-
...
|
|
11153
|
+
...N1,
|
|
10989
11154
|
...i1,
|
|
10990
11155
|
selectedItemVariant: i.selectedItemVariant,
|
|
10991
|
-
options:
|
|
10992
|
-
extraOptions:
|
|
11156
|
+
options: F,
|
|
11157
|
+
extraOptions: x
|
|
10993
11158
|
};
|
|
10994
|
-
}, [o, i,
|
|
10995
|
-
return /* @__PURE__ */ e("div", { className: "snmt-async-select", children: /* @__PURE__ */ e(
|
|
11159
|
+
}, [o, i, N1, j, p]);
|
|
11160
|
+
return /* @__PURE__ */ e("div", { className: "snmt-async-select", children: /* @__PURE__ */ e(O0, { ...e1 }) });
|
|
10996
11161
|
});
|
|
10997
11162
|
export {
|
|
10998
|
-
|
|
11163
|
+
U0 as AsyncSelect
|
|
10999
11164
|
};
|