@snmt-react-ui/async-select 1.7.2 → 1.7.4
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 +1216 -846
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import "./index.css";
|
|
2
|
-
import { jsx as t, Fragment as
|
|
3
|
-
import { createContext as
|
|
4
|
-
import { Select as
|
|
5
|
-
var
|
|
6
|
-
function
|
|
2
|
+
import { jsx as t, Fragment as z, jsxs as c } from "react/jsx-runtime";
|
|
3
|
+
import { createContext as i1, forwardRef as k1, useState as H, useRef as J, useEffect as B, useCallback as W, useContext as t1, useMemo as V1, useImperativeHandle as E1 } from "react";
|
|
4
|
+
import { Select as Z1, Flex as W1, Avatar as B1, Checkbox as A1, Typography as I1, Tag as G1, Popover as D1 } from "antd";
|
|
5
|
+
var j1 = Object.defineProperty, y1 = (i, o, e) => o in i ? j1(i, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[o] = e, T1 = (i, o, e) => y1(i, o + "", e), Y1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
6
|
+
function K1() {
|
|
7
7
|
if (console && console.warn) {
|
|
8
8
|
for (var i = arguments.length, o = new Array(i), e = 0; e < i; e++)
|
|
9
9
|
o[e] = arguments[e];
|
|
10
|
-
|
|
10
|
+
F(o[0]) && (o[0] = `react-i18next:: ${o[0]}`), console.warn(...o);
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
const
|
|
14
|
-
function
|
|
13
|
+
const p1 = {};
|
|
14
|
+
function w1() {
|
|
15
15
|
for (var i = arguments.length, o = new Array(i), e = 0; e < i; e++)
|
|
16
16
|
o[e] = arguments[e];
|
|
17
|
-
|
|
17
|
+
F(o[0]) && p1[o[0]] || (F(o[0]) && (p1[o[0]] = /* @__PURE__ */ new Date()), K1(...o));
|
|
18
18
|
}
|
|
19
|
-
const
|
|
19
|
+
const f1 = (i, o) => () => {
|
|
20
20
|
if (i.isInitialized)
|
|
21
21
|
o();
|
|
22
22
|
else {
|
|
@@ -27,30 +27,30 @@ const N1 = (i, o) => () => {
|
|
|
27
27
|
};
|
|
28
28
|
i.on("initialized", e);
|
|
29
29
|
}
|
|
30
|
-
},
|
|
31
|
-
i.loadNamespaces(o,
|
|
32
|
-
},
|
|
33
|
-
|
|
30
|
+
}, L1 = (i, o, e) => {
|
|
31
|
+
i.loadNamespaces(o, f1(i, e));
|
|
32
|
+
}, m1 = (i, o, e, l) => {
|
|
33
|
+
F(e) && (e = [e]), e.forEach((r) => {
|
|
34
34
|
i.options.ns.indexOf(r) < 0 && i.options.ns.push(r);
|
|
35
|
-
}), i.loadLanguages(o,
|
|
36
|
-
},
|
|
35
|
+
}), i.loadLanguages(o, f1(i, l));
|
|
36
|
+
}, b1 = function(i, o) {
|
|
37
37
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
38
38
|
const l = o.languages[0], r = o.options ? o.options.fallbackLng : !1, a = o.languages[o.languages.length - 1];
|
|
39
39
|
if (l.toLowerCase() === "cimode") return !0;
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
return
|
|
40
|
+
const g = (n, p) => {
|
|
41
|
+
const k = o.services.backendConnector.state[`${n}|${p}`];
|
|
42
|
+
return k === -1 || k === 2;
|
|
43
43
|
};
|
|
44
|
-
return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !
|
|
45
|
-
},
|
|
44
|
+
return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && o.services.backendConnector.backend && o.isLanguageChangingTo && !g(o.isLanguageChangingTo, i) ? !1 : !!(o.hasResourceBundle(l, i) || !o.services.backendConnector.backend || o.options.resources && !o.options.partialBundledLanguages || g(l, i) && (!r || g(a, i)));
|
|
45
|
+
}, O1 = function(i, o) {
|
|
46
46
|
let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
47
|
-
return !o.languages || !o.languages.length ? (
|
|
47
|
+
return !o.languages || !o.languages.length ? (w1("i18n.languages were undefined or empty", o.languages), !0) : o.options.ignoreJSONStructure !== void 0 ? o.hasLoadedNamespace(i, {
|
|
48
48
|
lng: e.lng,
|
|
49
49
|
precheck: (l, r) => {
|
|
50
50
|
if (e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !r(l.isLanguageChangingTo, i)) return !1;
|
|
51
51
|
}
|
|
52
|
-
}) :
|
|
53
|
-
},
|
|
52
|
+
}) : b1(i, o, e);
|
|
53
|
+
}, F = (i) => typeof i == "string", F1 = (i) => typeof i == "object" && i !== null, S1 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, U1 = {
|
|
54
54
|
"&": "&",
|
|
55
55
|
"&": "&",
|
|
56
56
|
"<": "<",
|
|
@@ -71,8 +71,8 @@ const N1 = (i, o) => () => {
|
|
|
71
71
|
"…": "…",
|
|
72
72
|
"/": "/",
|
|
73
73
|
"/": "/"
|
|
74
|
-
},
|
|
75
|
-
let
|
|
74
|
+
}, P1 = (i) => U1[i], $1 = (i) => i.replace(S1, P1);
|
|
75
|
+
let z1 = {
|
|
76
76
|
bindI18n: "languageChanged",
|
|
77
77
|
bindI18nStore: "",
|
|
78
78
|
transEmptyNodeValue: "",
|
|
@@ -80,14 +80,14 @@ let P1 = {
|
|
|
80
80
|
transWrapTextNodes: "",
|
|
81
81
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
82
82
|
useSuspense: !0,
|
|
83
|
-
unescape:
|
|
83
|
+
unescape: $1
|
|
84
84
|
};
|
|
85
|
-
const
|
|
86
|
-
let
|
|
87
|
-
const
|
|
88
|
-
class
|
|
85
|
+
const J1 = () => z1;
|
|
86
|
+
let q1;
|
|
87
|
+
const Q1 = () => q1, X1 = i1();
|
|
88
|
+
class e2 {
|
|
89
89
|
constructor() {
|
|
90
|
-
|
|
90
|
+
T1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
|
|
91
91
|
}
|
|
92
92
|
addUsedNamespaces(o) {
|
|
93
93
|
o.forEach((e) => {
|
|
@@ -95,74 +95,74 @@ class Q1 {
|
|
|
95
95
|
});
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
-
const
|
|
99
|
-
const e =
|
|
100
|
-
return
|
|
98
|
+
const o2 = (i, o) => {
|
|
99
|
+
const e = J();
|
|
100
|
+
return B(() => {
|
|
101
101
|
e.current = i;
|
|
102
102
|
}, [i, o]), e.current;
|
|
103
|
-
},
|
|
103
|
+
}, M1 = (i, o, e, l) => i.getFixedT(o, e, l), i2 = (i, o, e, l) => W(M1(i, o, e, l), [i, o, e, l]), t2 = function(i) {
|
|
104
104
|
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
105
105
|
const {
|
|
106
106
|
i18n: e
|
|
107
107
|
} = o, {
|
|
108
108
|
i18n: l,
|
|
109
109
|
defaultNS: r
|
|
110
|
-
} =
|
|
111
|
-
if (a && !a.reportNamespaces && (a.reportNamespaces = new
|
|
112
|
-
|
|
113
|
-
const
|
|
114
|
-
return
|
|
115
|
-
}
|
|
116
|
-
a.options.react && a.options.react.wait !== void 0 &&
|
|
117
|
-
const
|
|
118
|
-
|
|
110
|
+
} = t1(X1) || {}, a = e || l || Q1();
|
|
111
|
+
if (a && !a.reportNamespaces && (a.reportNamespaces = new e2()), !a) {
|
|
112
|
+
w1("You will need to pass in an i18next instance by using initReactI18next");
|
|
113
|
+
const N = (M, x) => F(x) ? x : F1(x) && F(x.defaultValue) ? x.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, f = [N, {}, !1];
|
|
114
|
+
return f.t = N, f.i18n = {}, f.ready = !1, f;
|
|
115
|
+
}
|
|
116
|
+
a.options.react && a.options.react.wait !== void 0 && w1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
117
|
+
const g = {
|
|
118
|
+
...J1(),
|
|
119
119
|
...a.options.react,
|
|
120
120
|
...o
|
|
121
121
|
}, {
|
|
122
122
|
useSuspense: n,
|
|
123
123
|
keyPrefix: p
|
|
124
|
-
} =
|
|
125
|
-
let
|
|
126
|
-
|
|
127
|
-
const h = (a.isInitialized || a.initializedStoreOnce) &&
|
|
128
|
-
let
|
|
129
|
-
o.lng && (
|
|
130
|
-
const
|
|
131
|
-
|
|
124
|
+
} = g;
|
|
125
|
+
let k = i;
|
|
126
|
+
k = F(k) ? [k] : k || ["translation"], a.reportNamespaces.addUsedNamespaces && a.reportNamespaces.addUsedNamespaces(k);
|
|
127
|
+
const h = (a.isInitialized || a.initializedStoreOnce) && k.every((N) => O1(N, a, g)), s = i2(a, o.lng || null, g.nsMode === "fallback" ? k : k[0], p), _ = () => s, E = () => M1(a, o.lng || null, g.nsMode === "fallback" ? k : k[0], p), [A, I] = H(_);
|
|
128
|
+
let R = k.join();
|
|
129
|
+
o.lng && (R = `${o.lng}${R}`);
|
|
130
|
+
const T = o2(R), V = J(!0);
|
|
131
|
+
B(() => {
|
|
132
132
|
const {
|
|
133
|
-
bindI18n:
|
|
134
|
-
bindI18nStore:
|
|
135
|
-
} =
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}) :
|
|
139
|
-
|
|
140
|
-
})), h &&
|
|
141
|
-
const
|
|
142
|
-
|
|
133
|
+
bindI18n: N,
|
|
134
|
+
bindI18nStore: f
|
|
135
|
+
} = g;
|
|
136
|
+
V.current = !0, !h && !n && (o.lng ? m1(a, o.lng, k, () => {
|
|
137
|
+
V.current && I(E);
|
|
138
|
+
}) : L1(a, k, () => {
|
|
139
|
+
V.current && I(E);
|
|
140
|
+
})), h && T && T !== R && V.current && I(E);
|
|
141
|
+
const M = () => {
|
|
142
|
+
V.current && I(E);
|
|
143
143
|
};
|
|
144
|
-
return
|
|
145
|
-
|
|
144
|
+
return N && a && a.on(N, M), f && a && a.store.on(f, M), () => {
|
|
145
|
+
V.current = !1, N && a && N.split(" ").forEach((x) => a.off(x, M)), f && a && f.split(" ").forEach((x) => a.store.off(x, M));
|
|
146
146
|
};
|
|
147
|
-
}, [a,
|
|
148
|
-
|
|
147
|
+
}, [a, R]), B(() => {
|
|
148
|
+
V.current && h && I(_);
|
|
149
149
|
}, [a, p, h]);
|
|
150
|
-
const
|
|
151
|
-
if (
|
|
152
|
-
throw new Promise((
|
|
153
|
-
o.lng ?
|
|
150
|
+
const v = [A, a, h];
|
|
151
|
+
if (v.t = A, v.i18n = a, v.ready = h, h || !h && !n) return v;
|
|
152
|
+
throw new Promise((N) => {
|
|
153
|
+
o.lng ? m1(a, o.lng, k, () => N()) : L1(a, k, () => N());
|
|
154
154
|
});
|
|
155
|
-
},
|
|
155
|
+
}, C1 = ({
|
|
156
156
|
children: i,
|
|
157
157
|
direction: o = "row",
|
|
158
158
|
flexWrap: e = "nowrap",
|
|
159
159
|
alignItems: l = "normal",
|
|
160
160
|
justifyContent: r = "normal",
|
|
161
161
|
flex: a,
|
|
162
|
-
gap:
|
|
162
|
+
gap: g,
|
|
163
163
|
padding: n
|
|
164
164
|
}) => /* @__PURE__ */ t(
|
|
165
|
-
|
|
165
|
+
W1,
|
|
166
166
|
{
|
|
167
167
|
className: `snmt-flex${e === "inherit" ? " inherit" : ""}`,
|
|
168
168
|
vertical: o === "column",
|
|
@@ -170,14 +170,14 @@ const X1 = (i, o) => {
|
|
|
170
170
|
align: l,
|
|
171
171
|
justify: r,
|
|
172
172
|
flex: a,
|
|
173
|
-
gap:
|
|
173
|
+
gap: g,
|
|
174
174
|
style: { padding: n },
|
|
175
175
|
children: i
|
|
176
176
|
}
|
|
177
|
-
),
|
|
177
|
+
), l2 = ({ shape: i = "circle", size: o = 32, children: e, ...l }) => {
|
|
178
178
|
const r = typeof l.src == "string";
|
|
179
179
|
return /* @__PURE__ */ t(
|
|
180
|
-
|
|
180
|
+
B1,
|
|
181
181
|
{
|
|
182
182
|
className: `snmt-avatar ${r ? "image" : ""}`,
|
|
183
183
|
shape: i,
|
|
@@ -188,13 +188,13 @@ const X1 = (i, o) => {
|
|
|
188
188
|
}
|
|
189
189
|
);
|
|
190
190
|
};
|
|
191
|
-
var
|
|
192
|
-
const g1 =
|
|
191
|
+
var O = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(O || {});
|
|
192
|
+
const g1 = i1({
|
|
193
193
|
locale: "en",
|
|
194
194
|
theme: "light"
|
|
195
195
|
});
|
|
196
196
|
g1.Provider;
|
|
197
|
-
const
|
|
197
|
+
const r2 = ({
|
|
198
198
|
checked: i = !0,
|
|
199
199
|
indeterminate: o = !1,
|
|
200
200
|
children: e,
|
|
@@ -202,32 +202,32 @@ const t2 = ({
|
|
|
202
202
|
disabled: r = !1,
|
|
203
203
|
disableUncheck: a = !1
|
|
204
204
|
}) => {
|
|
205
|
-
const [
|
|
206
|
-
|
|
207
|
-
n(i),
|
|
205
|
+
const [g, n] = H(i), [p, k] = H(o);
|
|
206
|
+
B(() => {
|
|
207
|
+
n(i), k(o);
|
|
208
208
|
}, [i, o]);
|
|
209
|
-
const { theme: h } =
|
|
209
|
+
const { theme: h } = t1(g1);
|
|
210
210
|
return /* @__PURE__ */ t(
|
|
211
|
-
|
|
211
|
+
A1,
|
|
212
212
|
{
|
|
213
213
|
className: `snmt-checkbox snmt-checkbox-${h}`,
|
|
214
|
-
checked:
|
|
214
|
+
checked: g,
|
|
215
215
|
indeterminate: p,
|
|
216
216
|
onChange: (s) => {
|
|
217
|
-
a &&
|
|
217
|
+
a && g || (k(!1), n(s.target.checked), l && l(s));
|
|
218
218
|
},
|
|
219
219
|
disabled: r,
|
|
220
220
|
children: e
|
|
221
221
|
}
|
|
222
222
|
);
|
|
223
223
|
};
|
|
224
|
-
var
|
|
225
|
-
const
|
|
224
|
+
var d = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(d || {});
|
|
225
|
+
const x1 = i1({
|
|
226
226
|
locale: "en",
|
|
227
227
|
theme: "light"
|
|
228
228
|
});
|
|
229
|
-
|
|
230
|
-
const
|
|
229
|
+
x1.Provider;
|
|
230
|
+
const n2 = ({
|
|
231
231
|
width: i = 20,
|
|
232
232
|
height: o = 20,
|
|
233
233
|
color: e = "#001E52",
|
|
@@ -254,7 +254,7 @@ const l2 = ({
|
|
|
254
254
|
}
|
|
255
255
|
)
|
|
256
256
|
}
|
|
257
|
-
),
|
|
257
|
+
), s2 = ({
|
|
258
258
|
width: i = 20,
|
|
259
259
|
height: o = 20,
|
|
260
260
|
color: e = "#001E52",
|
|
@@ -281,7 +281,7 @@ const l2 = ({
|
|
|
281
281
|
}
|
|
282
282
|
)
|
|
283
283
|
}
|
|
284
|
-
),
|
|
284
|
+
), h2 = ({
|
|
285
285
|
width: i = 16,
|
|
286
286
|
height: o = 16,
|
|
287
287
|
color: e = "#001E52",
|
|
@@ -309,7 +309,7 @@ const l2 = ({
|
|
|
309
309
|
)
|
|
310
310
|
]
|
|
311
311
|
}
|
|
312
|
-
),
|
|
312
|
+
), c2 = ({
|
|
313
313
|
width: i = 20,
|
|
314
314
|
height: o = 20,
|
|
315
315
|
color: e = "#001E52",
|
|
@@ -344,7 +344,7 @@ const l2 = ({
|
|
|
344
344
|
)
|
|
345
345
|
]
|
|
346
346
|
}
|
|
347
|
-
),
|
|
347
|
+
), a2 = ({
|
|
348
348
|
width: i = 18,
|
|
349
349
|
height: o = 18,
|
|
350
350
|
color: e = "#001E52",
|
|
@@ -383,7 +383,7 @@ const l2 = ({
|
|
|
383
383
|
)
|
|
384
384
|
]
|
|
385
385
|
}
|
|
386
|
-
),
|
|
386
|
+
), C2 = ({
|
|
387
387
|
width: i = 20,
|
|
388
388
|
height: o = 20,
|
|
389
389
|
color: e = "#001E52",
|
|
@@ -409,7 +409,7 @@ const l2 = ({
|
|
|
409
409
|
}
|
|
410
410
|
)
|
|
411
411
|
}
|
|
412
|
-
),
|
|
412
|
+
), d2 = ({
|
|
413
413
|
width: i = 20,
|
|
414
414
|
height: o = 20,
|
|
415
415
|
color: e = "#001E52",
|
|
@@ -430,7 +430,7 @@ const l2 = ({
|
|
|
430
430
|
/* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
431
431
|
]
|
|
432
432
|
}
|
|
433
|
-
),
|
|
433
|
+
), w2 = ({
|
|
434
434
|
width: i = 20,
|
|
435
435
|
height: o = 20,
|
|
436
436
|
color: e = "#001E52",
|
|
@@ -462,7 +462,7 @@ const l2 = ({
|
|
|
462
462
|
)
|
|
463
463
|
]
|
|
464
464
|
}
|
|
465
|
-
),
|
|
465
|
+
), k2 = ({
|
|
466
466
|
width: i = 20,
|
|
467
467
|
height: o = 20,
|
|
468
468
|
color: e = "#001E52",
|
|
@@ -516,7 +516,7 @@ const l2 = ({
|
|
|
516
516
|
)
|
|
517
517
|
]
|
|
518
518
|
}
|
|
519
|
-
),
|
|
519
|
+
), g2 = ({
|
|
520
520
|
width: i = 20,
|
|
521
521
|
height: o = 20,
|
|
522
522
|
color: e = "#001E52",
|
|
@@ -555,7 +555,7 @@ const l2 = ({
|
|
|
555
555
|
/* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
|
|
556
556
|
]
|
|
557
557
|
}
|
|
558
|
-
),
|
|
558
|
+
), p2 = ({
|
|
559
559
|
width: i = 16,
|
|
560
560
|
height: o = 12,
|
|
561
561
|
color: e = "#001E52",
|
|
@@ -604,7 +604,7 @@ const l2 = ({
|
|
|
604
604
|
)
|
|
605
605
|
] })
|
|
606
606
|
}
|
|
607
|
-
),
|
|
607
|
+
), L2 = ({
|
|
608
608
|
width: i = 16,
|
|
609
609
|
height: o = 16,
|
|
610
610
|
color: e = "#001E52",
|
|
@@ -638,7 +638,7 @@ const l2 = ({
|
|
|
638
638
|
)
|
|
639
639
|
]
|
|
640
640
|
}
|
|
641
|
-
),
|
|
641
|
+
), m2 = ({
|
|
642
642
|
width: i = 10,
|
|
643
643
|
height: o = 10,
|
|
644
644
|
color: e = "#001E52",
|
|
@@ -677,7 +677,7 @@ const l2 = ({
|
|
|
677
677
|
)
|
|
678
678
|
] })
|
|
679
679
|
}
|
|
680
|
-
),
|
|
680
|
+
), u2 = ({
|
|
681
681
|
width: i = 16,
|
|
682
682
|
height: o = 16,
|
|
683
683
|
color: e = "#001E52",
|
|
@@ -713,7 +713,7 @@ const l2 = ({
|
|
|
713
713
|
)
|
|
714
714
|
]
|
|
715
715
|
}
|
|
716
|
-
),
|
|
716
|
+
), v2 = ({
|
|
717
717
|
width: i = 11,
|
|
718
718
|
height: o = 32,
|
|
719
719
|
color: e = "#001E52",
|
|
@@ -751,7 +751,7 @@ const l2 = ({
|
|
|
751
751
|
/* @__PURE__ */ t("circle", { cx: "3", cy: "3", r: "3", fill: e })
|
|
752
752
|
]
|
|
753
753
|
}
|
|
754
|
-
),
|
|
754
|
+
), N2 = ({
|
|
755
755
|
width: i = 20,
|
|
756
756
|
height: o = 20,
|
|
757
757
|
color: e = "#001E52",
|
|
@@ -798,7 +798,7 @@ const l2 = ({
|
|
|
798
798
|
)
|
|
799
799
|
]
|
|
800
800
|
}
|
|
801
|
-
),
|
|
801
|
+
), f2 = ({
|
|
802
802
|
width: i = 20,
|
|
803
803
|
height: o = 20,
|
|
804
804
|
color: e = "#001E52",
|
|
@@ -831,7 +831,7 @@ const l2 = ({
|
|
|
831
831
|
)
|
|
832
832
|
]
|
|
833
833
|
}
|
|
834
|
-
),
|
|
834
|
+
), M2 = ({
|
|
835
835
|
width: i = 20,
|
|
836
836
|
height: o = 20,
|
|
837
837
|
color: e = "#001E52",
|
|
@@ -878,7 +878,7 @@ const l2 = ({
|
|
|
878
878
|
)
|
|
879
879
|
]
|
|
880
880
|
}
|
|
881
|
-
),
|
|
881
|
+
), x2 = ({
|
|
882
882
|
width: i = 20,
|
|
883
883
|
height: o = 20,
|
|
884
884
|
color: e = "#001E52",
|
|
@@ -911,7 +911,7 @@ const l2 = ({
|
|
|
911
911
|
)
|
|
912
912
|
]
|
|
913
913
|
}
|
|
914
|
-
),
|
|
914
|
+
), _2 = ({
|
|
915
915
|
width: i = 18,
|
|
916
916
|
height: o = 16,
|
|
917
917
|
color: e = "#001E52",
|
|
@@ -950,7 +950,7 @@ const l2 = ({
|
|
|
950
950
|
)
|
|
951
951
|
]
|
|
952
952
|
}
|
|
953
|
-
),
|
|
953
|
+
), R2 = ({
|
|
954
954
|
width: i = 20,
|
|
955
955
|
height: o = 20,
|
|
956
956
|
color: e = "#001E52",
|
|
@@ -983,7 +983,7 @@ const l2 = ({
|
|
|
983
983
|
)
|
|
984
984
|
]
|
|
985
985
|
}
|
|
986
|
-
),
|
|
986
|
+
), H2 = ({
|
|
987
987
|
width: i = 20,
|
|
988
988
|
height: o = 20,
|
|
989
989
|
color: e = "#001E52",
|
|
@@ -1007,7 +1007,7 @@ const l2 = ({
|
|
|
1007
1007
|
}
|
|
1008
1008
|
)
|
|
1009
1009
|
}
|
|
1010
|
-
),
|
|
1010
|
+
), V2 = ({
|
|
1011
1011
|
width: i = 20,
|
|
1012
1012
|
height: o = 20,
|
|
1013
1013
|
color: e = "#001E52",
|
|
@@ -1054,7 +1054,7 @@ const l2 = ({
|
|
|
1054
1054
|
)
|
|
1055
1055
|
]
|
|
1056
1056
|
}
|
|
1057
|
-
),
|
|
1057
|
+
), E2 = ({
|
|
1058
1058
|
width: i = 20,
|
|
1059
1059
|
height: o = 20,
|
|
1060
1060
|
color: e = "#001E52",
|
|
@@ -1087,7 +1087,7 @@ const l2 = ({
|
|
|
1087
1087
|
)
|
|
1088
1088
|
]
|
|
1089
1089
|
}
|
|
1090
|
-
),
|
|
1090
|
+
), Z2 = ({
|
|
1091
1091
|
width: i = 20,
|
|
1092
1092
|
height: o = 20,
|
|
1093
1093
|
color: e = "#001E52",
|
|
@@ -1120,7 +1120,7 @@ const l2 = ({
|
|
|
1120
1120
|
)
|
|
1121
1121
|
]
|
|
1122
1122
|
}
|
|
1123
|
-
),
|
|
1123
|
+
), W2 = ({
|
|
1124
1124
|
width: i = 20,
|
|
1125
1125
|
height: o = 23,
|
|
1126
1126
|
color: e = "#001E52",
|
|
@@ -1181,7 +1181,7 @@ const l2 = ({
|
|
|
1181
1181
|
)
|
|
1182
1182
|
]
|
|
1183
1183
|
}
|
|
1184
|
-
),
|
|
1184
|
+
), B2 = ({
|
|
1185
1185
|
width: i = 20,
|
|
1186
1186
|
height: o = 20,
|
|
1187
1187
|
color: e = "#001E52",
|
|
@@ -1221,7 +1221,7 @@ const l2 = ({
|
|
|
1221
1221
|
)
|
|
1222
1222
|
]
|
|
1223
1223
|
}
|
|
1224
|
-
),
|
|
1224
|
+
), A2 = ({
|
|
1225
1225
|
width: i = 32,
|
|
1226
1226
|
height: o = 25,
|
|
1227
1227
|
color: e = "#001E52",
|
|
@@ -1249,7 +1249,7 @@ const l2 = ({
|
|
|
1249
1249
|
)
|
|
1250
1250
|
]
|
|
1251
1251
|
}
|
|
1252
|
-
),
|
|
1252
|
+
), I2 = ({
|
|
1253
1253
|
width: i = 14,
|
|
1254
1254
|
height: o = 14,
|
|
1255
1255
|
color: e = "#10B981",
|
|
@@ -1278,7 +1278,7 @@ const l2 = ({
|
|
|
1278
1278
|
)
|
|
1279
1279
|
]
|
|
1280
1280
|
}
|
|
1281
|
-
),
|
|
1281
|
+
), G2 = ({
|
|
1282
1282
|
width: i = 11,
|
|
1283
1283
|
height: o = 11,
|
|
1284
1284
|
color: e = "#FFB020",
|
|
@@ -1312,7 +1312,7 @@ const l2 = ({
|
|
|
1312
1312
|
)
|
|
1313
1313
|
]
|
|
1314
1314
|
}
|
|
1315
|
-
),
|
|
1315
|
+
), D2 = ({
|
|
1316
1316
|
width: i = 10,
|
|
1317
1317
|
height: o = 10,
|
|
1318
1318
|
color: e = "#88A4FF",
|
|
@@ -1360,7 +1360,7 @@ const l2 = ({
|
|
|
1360
1360
|
)
|
|
1361
1361
|
]
|
|
1362
1362
|
}
|
|
1363
|
-
),
|
|
1363
|
+
), j2 = ({
|
|
1364
1364
|
width: i = 14,
|
|
1365
1365
|
height: o = 14,
|
|
1366
1366
|
color: e = "#8E8E93",
|
|
@@ -1422,7 +1422,7 @@ const l2 = ({
|
|
|
1422
1422
|
)
|
|
1423
1423
|
]
|
|
1424
1424
|
}
|
|
1425
|
-
),
|
|
1425
|
+
), T2 = ({
|
|
1426
1426
|
width: i = 14,
|
|
1427
1427
|
height: o = 14,
|
|
1428
1428
|
color: e = "#D0421B",
|
|
@@ -1470,7 +1470,7 @@ const l2 = ({
|
|
|
1470
1470
|
)
|
|
1471
1471
|
]
|
|
1472
1472
|
}
|
|
1473
|
-
),
|
|
1473
|
+
), Y2 = ({
|
|
1474
1474
|
width: i = 20,
|
|
1475
1475
|
height: o = 20,
|
|
1476
1476
|
color: e = "#070739",
|
|
@@ -1500,7 +1500,7 @@ const l2 = ({
|
|
|
1500
1500
|
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
1501
1501
|
]
|
|
1502
1502
|
}
|
|
1503
|
-
),
|
|
1503
|
+
), K2 = ({
|
|
1504
1504
|
width: i = 20,
|
|
1505
1505
|
height: o = 20,
|
|
1506
1506
|
color: e = "#070739",
|
|
@@ -1538,7 +1538,7 @@ const l2 = ({
|
|
|
1538
1538
|
)
|
|
1539
1539
|
]
|
|
1540
1540
|
}
|
|
1541
|
-
),
|
|
1541
|
+
), b2 = ({
|
|
1542
1542
|
width: i = 9,
|
|
1543
1543
|
height: o = 5,
|
|
1544
1544
|
color: e = "#001E52",
|
|
@@ -1564,7 +1564,7 @@ const l2 = ({
|
|
|
1564
1564
|
}
|
|
1565
1565
|
)
|
|
1566
1566
|
}
|
|
1567
|
-
),
|
|
1567
|
+
), O2 = ({
|
|
1568
1568
|
width: i = 20,
|
|
1569
1569
|
height: o = 20,
|
|
1570
1570
|
color: e = "#F2F2F7",
|
|
@@ -1593,7 +1593,7 @@ const l2 = ({
|
|
|
1593
1593
|
)
|
|
1594
1594
|
]
|
|
1595
1595
|
}
|
|
1596
|
-
),
|
|
1596
|
+
), F2 = ({
|
|
1597
1597
|
width: i = 20,
|
|
1598
1598
|
height: o = 20,
|
|
1599
1599
|
color: e = "#004ED7",
|
|
@@ -1622,7 +1622,7 @@ const l2 = ({
|
|
|
1622
1622
|
)
|
|
1623
1623
|
]
|
|
1624
1624
|
}
|
|
1625
|
-
),
|
|
1625
|
+
), S2 = ({
|
|
1626
1626
|
width: i = 248,
|
|
1627
1627
|
height: o = 248,
|
|
1628
1628
|
color: e = "#070739",
|
|
@@ -1659,7 +1659,7 @@ const l2 = ({
|
|
|
1659
1659
|
)
|
|
1660
1660
|
]
|
|
1661
1661
|
}
|
|
1662
|
-
),
|
|
1662
|
+
), U2 = ({
|
|
1663
1663
|
width: i = 24,
|
|
1664
1664
|
height: o = 24,
|
|
1665
1665
|
color: e = "#001E52",
|
|
@@ -1698,7 +1698,7 @@ const l2 = ({
|
|
|
1698
1698
|
)
|
|
1699
1699
|
]
|
|
1700
1700
|
}
|
|
1701
|
-
),
|
|
1701
|
+
), P2 = ({
|
|
1702
1702
|
width: i = 10,
|
|
1703
1703
|
height: o = 10,
|
|
1704
1704
|
color: e = "#001E52",
|
|
@@ -1727,7 +1727,7 @@ const l2 = ({
|
|
|
1727
1727
|
)
|
|
1728
1728
|
]
|
|
1729
1729
|
}
|
|
1730
|
-
),
|
|
1730
|
+
), $2 = ({
|
|
1731
1731
|
width: i = 10,
|
|
1732
1732
|
height: o = 10,
|
|
1733
1733
|
color: e = "#001E52",
|
|
@@ -1764,10 +1764,10 @@ const l2 = ({
|
|
|
1764
1764
|
)
|
|
1765
1765
|
]
|
|
1766
1766
|
}
|
|
1767
|
-
),
|
|
1767
|
+
), z2 = ({
|
|
1768
1768
|
width: i = 24,
|
|
1769
1769
|
height: o = 24,
|
|
1770
|
-
color: e =
|
|
1770
|
+
color: e = d.GREY_DARK_5,
|
|
1771
1771
|
className: l,
|
|
1772
1772
|
onClick: r
|
|
1773
1773
|
}) => /* @__PURE__ */ c(
|
|
@@ -1803,10 +1803,10 @@ const l2 = ({
|
|
|
1803
1803
|
)
|
|
1804
1804
|
]
|
|
1805
1805
|
}
|
|
1806
|
-
),
|
|
1806
|
+
), J2 = ({
|
|
1807
1807
|
width: i = 20,
|
|
1808
1808
|
height: o = 20,
|
|
1809
|
-
color: e =
|
|
1809
|
+
color: e = d.GREY_DARK_1,
|
|
1810
1810
|
className: l,
|
|
1811
1811
|
onClick: r
|
|
1812
1812
|
}) => /* @__PURE__ */ c(
|
|
@@ -1836,10 +1836,10 @@ const l2 = ({
|
|
|
1836
1836
|
)
|
|
1837
1837
|
]
|
|
1838
1838
|
}
|
|
1839
|
-
),
|
|
1839
|
+
), q2 = ({
|
|
1840
1840
|
width: i = 81,
|
|
1841
1841
|
height: o = 80,
|
|
1842
|
-
color: e =
|
|
1842
|
+
color: e = d.GREY_DARK_5,
|
|
1843
1843
|
className: l,
|
|
1844
1844
|
onClick: r
|
|
1845
1845
|
}) => /* @__PURE__ */ c(
|
|
@@ -1885,9 +1885,9 @@ const l2 = ({
|
|
|
1885
1885
|
)
|
|
1886
1886
|
]
|
|
1887
1887
|
}
|
|
1888
|
-
),
|
|
1888
|
+
), Q2 = ({
|
|
1889
1889
|
className: i,
|
|
1890
|
-
color: o =
|
|
1890
|
+
color: o = d.GREY_DARK_5,
|
|
1891
1891
|
height: e = 20,
|
|
1892
1892
|
width: l = 20,
|
|
1893
1893
|
onClick: r
|
|
@@ -1912,9 +1912,9 @@ const l2 = ({
|
|
|
1912
1912
|
}
|
|
1913
1913
|
)
|
|
1914
1914
|
}
|
|
1915
|
-
),
|
|
1915
|
+
), X2 = ({
|
|
1916
1916
|
className: i,
|
|
1917
|
-
color: o =
|
|
1917
|
+
color: o = d.GREY_DARK_5,
|
|
1918
1918
|
height: e = 20,
|
|
1919
1919
|
width: l = 20,
|
|
1920
1920
|
onClick: r
|
|
@@ -1939,9 +1939,9 @@ const l2 = ({
|
|
|
1939
1939
|
}
|
|
1940
1940
|
)
|
|
1941
1941
|
}
|
|
1942
|
-
),
|
|
1942
|
+
), e5 = ({
|
|
1943
1943
|
className: i,
|
|
1944
|
-
color: o =
|
|
1944
|
+
color: o = d.GREY_DARK_5,
|
|
1945
1945
|
height: e = 5,
|
|
1946
1946
|
width: l = 10,
|
|
1947
1947
|
onClick: r
|
|
@@ -1963,9 +1963,9 @@ const l2 = ({
|
|
|
1963
1963
|
}
|
|
1964
1964
|
)
|
|
1965
1965
|
}
|
|
1966
|
-
),
|
|
1966
|
+
), o5 = ({
|
|
1967
1967
|
className: i,
|
|
1968
|
-
color: o =
|
|
1968
|
+
color: o = d.GREY_DARK_5,
|
|
1969
1969
|
height: e = 5,
|
|
1970
1970
|
width: l = 10,
|
|
1971
1971
|
onClick: r
|
|
@@ -1988,9 +1988,9 @@ const l2 = ({
|
|
|
1988
1988
|
}
|
|
1989
1989
|
)
|
|
1990
1990
|
}
|
|
1991
|
-
),
|
|
1991
|
+
), i5 = ({
|
|
1992
1992
|
className: i,
|
|
1993
|
-
color: o =
|
|
1993
|
+
color: o = d.GREY_DARK_5,
|
|
1994
1994
|
height: e = 24,
|
|
1995
1995
|
width: l = 24,
|
|
1996
1996
|
onClick: r
|
|
@@ -2027,9 +2027,9 @@ const l2 = ({
|
|
|
2027
2027
|
)
|
|
2028
2028
|
]
|
|
2029
2029
|
}
|
|
2030
|
-
),
|
|
2030
|
+
), t5 = ({
|
|
2031
2031
|
className: i,
|
|
2032
|
-
color: o =
|
|
2032
|
+
color: o = d.GREY_DARK_5,
|
|
2033
2033
|
height: e = 24,
|
|
2034
2034
|
width: l = 24,
|
|
2035
2035
|
onClick: r
|
|
@@ -2066,9 +2066,9 @@ const l2 = ({
|
|
|
2066
2066
|
)
|
|
2067
2067
|
]
|
|
2068
2068
|
}
|
|
2069
|
-
),
|
|
2069
|
+
), l5 = ({
|
|
2070
2070
|
className: i,
|
|
2071
|
-
color: o =
|
|
2071
|
+
color: o = d.GREY_DARK_5,
|
|
2072
2072
|
height: e = 24,
|
|
2073
2073
|
width: l = 24,
|
|
2074
2074
|
onClick: r
|
|
@@ -2093,9 +2093,9 @@ const l2 = ({
|
|
|
2093
2093
|
}
|
|
2094
2094
|
)
|
|
2095
2095
|
}
|
|
2096
|
-
),
|
|
2096
|
+
), r5 = ({
|
|
2097
2097
|
className: i,
|
|
2098
|
-
color: o =
|
|
2098
|
+
color: o = d.GREY_DARK_5,
|
|
2099
2099
|
height: e = 24,
|
|
2100
2100
|
width: l = 24,
|
|
2101
2101
|
onClick: r
|
|
@@ -2152,9 +2152,9 @@ const l2 = ({
|
|
|
2152
2152
|
)
|
|
2153
2153
|
]
|
|
2154
2154
|
}
|
|
2155
|
-
),
|
|
2155
|
+
), n5 = ({
|
|
2156
2156
|
className: i,
|
|
2157
|
-
color: o =
|
|
2157
|
+
color: o = d.GREY_DARK_5,
|
|
2158
2158
|
height: e = 24,
|
|
2159
2159
|
width: l = 24,
|
|
2160
2160
|
onClick: r
|
|
@@ -2189,9 +2189,9 @@ const l2 = ({
|
|
|
2189
2189
|
)
|
|
2190
2190
|
]
|
|
2191
2191
|
}
|
|
2192
|
-
),
|
|
2192
|
+
), s5 = ({
|
|
2193
2193
|
className: i,
|
|
2194
|
-
color: o =
|
|
2194
|
+
color: o = d.GREY_DARK_3,
|
|
2195
2195
|
height: e = 14,
|
|
2196
2196
|
width: l = 14,
|
|
2197
2197
|
onClick: r
|
|
@@ -2226,9 +2226,9 @@ const l2 = ({
|
|
|
2226
2226
|
)
|
|
2227
2227
|
]
|
|
2228
2228
|
}
|
|
2229
|
-
),
|
|
2229
|
+
), h5 = ({
|
|
2230
2230
|
className: i,
|
|
2231
|
-
color: o =
|
|
2231
|
+
color: o = d.GREY_DARK_5,
|
|
2232
2232
|
height: e = 18,
|
|
2233
2233
|
onClick: l,
|
|
2234
2234
|
width: r = 18
|
|
@@ -2253,9 +2253,9 @@ const l2 = ({
|
|
|
2253
2253
|
}
|
|
2254
2254
|
)
|
|
2255
2255
|
}
|
|
2256
|
-
),
|
|
2256
|
+
), c5 = ({
|
|
2257
2257
|
className: i,
|
|
2258
|
-
color: o =
|
|
2258
|
+
color: o = d.GREY_DARK_5,
|
|
2259
2259
|
height: e = 24,
|
|
2260
2260
|
width: l = 24,
|
|
2261
2261
|
onClick: r
|
|
@@ -2305,9 +2305,9 @@ const l2 = ({
|
|
|
2305
2305
|
)
|
|
2306
2306
|
]
|
|
2307
2307
|
}
|
|
2308
|
-
),
|
|
2308
|
+
), a5 = ({
|
|
2309
2309
|
className: i,
|
|
2310
|
-
color: o =
|
|
2310
|
+
color: o = d.GREY_DARK_5,
|
|
2311
2311
|
height: e = 24,
|
|
2312
2312
|
width: l = 24,
|
|
2313
2313
|
onClick: r
|
|
@@ -2342,9 +2342,9 @@ const l2 = ({
|
|
|
2342
2342
|
)
|
|
2343
2343
|
]
|
|
2344
2344
|
}
|
|
2345
|
-
),
|
|
2345
|
+
), C5 = ({
|
|
2346
2346
|
className: i,
|
|
2347
|
-
color: o =
|
|
2347
|
+
color: o = d.NOTIFICATION_WARNING_DARK,
|
|
2348
2348
|
height: e = 37,
|
|
2349
2349
|
width: l = 36,
|
|
2350
2350
|
onClick: r
|
|
@@ -2381,9 +2381,9 @@ const l2 = ({
|
|
|
2381
2381
|
)
|
|
2382
2382
|
]
|
|
2383
2383
|
}
|
|
2384
|
-
),
|
|
2384
|
+
), d5 = ({
|
|
2385
2385
|
className: i,
|
|
2386
|
-
color: o =
|
|
2386
|
+
color: o = d.GREY_DARK_5,
|
|
2387
2387
|
height: e = 24,
|
|
2388
2388
|
width: l = 24,
|
|
2389
2389
|
onClick: r
|
|
@@ -2407,9 +2407,9 @@ const l2 = ({
|
|
|
2407
2407
|
}
|
|
2408
2408
|
)
|
|
2409
2409
|
}
|
|
2410
|
-
),
|
|
2410
|
+
), w5 = ({
|
|
2411
2411
|
className: i,
|
|
2412
|
-
color: o =
|
|
2412
|
+
color: o = d.GREY_DARK_5,
|
|
2413
2413
|
height: e = 24,
|
|
2414
2414
|
width: l = 24,
|
|
2415
2415
|
onClick: r
|
|
@@ -2446,9 +2446,9 @@ const l2 = ({
|
|
|
2446
2446
|
)
|
|
2447
2447
|
]
|
|
2448
2448
|
}
|
|
2449
|
-
),
|
|
2449
|
+
), k5 = ({
|
|
2450
2450
|
className: i,
|
|
2451
|
-
color: o =
|
|
2451
|
+
color: o = d.GREY_DARK_5,
|
|
2452
2452
|
height: e = 24,
|
|
2453
2453
|
width: l = 24,
|
|
2454
2454
|
onClick: r
|
|
@@ -2485,9 +2485,9 @@ const l2 = ({
|
|
|
2485
2485
|
)
|
|
2486
2486
|
]
|
|
2487
2487
|
}
|
|
2488
|
-
),
|
|
2488
|
+
), g5 = ({
|
|
2489
2489
|
className: i,
|
|
2490
|
-
color: o =
|
|
2490
|
+
color: o = d.GREY_DARK_5,
|
|
2491
2491
|
height: e = 24,
|
|
2492
2492
|
width: l = 24,
|
|
2493
2493
|
onClick: r
|
|
@@ -2554,9 +2554,9 @@ const l2 = ({
|
|
|
2554
2554
|
)
|
|
2555
2555
|
]
|
|
2556
2556
|
}
|
|
2557
|
-
),
|
|
2557
|
+
), p5 = ({
|
|
2558
2558
|
className: i,
|
|
2559
|
-
color: o =
|
|
2559
|
+
color: o = d.GREY_DARK_5,
|
|
2560
2560
|
height: e = 24,
|
|
2561
2561
|
width: l = 24,
|
|
2562
2562
|
onClick: r
|
|
@@ -2593,9 +2593,9 @@ const l2 = ({
|
|
|
2593
2593
|
)
|
|
2594
2594
|
]
|
|
2595
2595
|
}
|
|
2596
|
-
),
|
|
2596
|
+
), L5 = ({
|
|
2597
2597
|
className: i,
|
|
2598
|
-
color: o =
|
|
2598
|
+
color: o = d.GREY_DARK_5,
|
|
2599
2599
|
height: e = 24,
|
|
2600
2600
|
width: l = 24,
|
|
2601
2601
|
onClick: r
|
|
@@ -2650,9 +2650,9 @@ const l2 = ({
|
|
|
2650
2650
|
)
|
|
2651
2651
|
]
|
|
2652
2652
|
}
|
|
2653
|
-
),
|
|
2653
|
+
), m5 = ({
|
|
2654
2654
|
className: i,
|
|
2655
|
-
color: o =
|
|
2655
|
+
color: o = d.GREY_DARK_5,
|
|
2656
2656
|
height: e = 24,
|
|
2657
2657
|
width: l = 24,
|
|
2658
2658
|
onClick: r
|
|
@@ -2689,9 +2689,9 @@ const l2 = ({
|
|
|
2689
2689
|
)
|
|
2690
2690
|
]
|
|
2691
2691
|
}
|
|
2692
|
-
),
|
|
2692
|
+
), u5 = ({
|
|
2693
2693
|
className: i,
|
|
2694
|
-
color: o =
|
|
2694
|
+
color: o = d.GREY_DARK_5,
|
|
2695
2695
|
height: e = 24,
|
|
2696
2696
|
width: l = 24,
|
|
2697
2697
|
onClick: r
|
|
@@ -2738,9 +2738,9 @@ const l2 = ({
|
|
|
2738
2738
|
)
|
|
2739
2739
|
]
|
|
2740
2740
|
}
|
|
2741
|
-
),
|
|
2741
|
+
), v5 = ({
|
|
2742
2742
|
className: i,
|
|
2743
|
-
color: o =
|
|
2743
|
+
color: o = d.GREY_DARK_5,
|
|
2744
2744
|
height: e = 24,
|
|
2745
2745
|
width: l = 24,
|
|
2746
2746
|
onClick: r
|
|
@@ -2777,9 +2777,9 @@ const l2 = ({
|
|
|
2777
2777
|
)
|
|
2778
2778
|
]
|
|
2779
2779
|
}
|
|
2780
|
-
),
|
|
2780
|
+
), N5 = ({
|
|
2781
2781
|
className: i,
|
|
2782
|
-
color: o =
|
|
2782
|
+
color: o = d.GREY_DARK_5,
|
|
2783
2783
|
height: e = 24,
|
|
2784
2784
|
width: l = 24,
|
|
2785
2785
|
onClick: r
|
|
@@ -2804,9 +2804,9 @@ const l2 = ({
|
|
|
2804
2804
|
}
|
|
2805
2805
|
)
|
|
2806
2806
|
}
|
|
2807
|
-
),
|
|
2807
|
+
), f5 = ({
|
|
2808
2808
|
className: i,
|
|
2809
|
-
color: o =
|
|
2809
|
+
color: o = d.GREY_DARK_5,
|
|
2810
2810
|
height: e = 24,
|
|
2811
2811
|
width: l = 24,
|
|
2812
2812
|
onClick: r
|
|
@@ -2842,9 +2842,9 @@ const l2 = ({
|
|
|
2842
2842
|
)
|
|
2843
2843
|
]
|
|
2844
2844
|
}
|
|
2845
|
-
),
|
|
2845
|
+
), M5 = ({
|
|
2846
2846
|
className: i,
|
|
2847
|
-
color: o =
|
|
2847
|
+
color: o = d.GREY_DARK_5,
|
|
2848
2848
|
height: e = 24,
|
|
2849
2849
|
width: l = 24,
|
|
2850
2850
|
onClick: r
|
|
@@ -2863,9 +2863,9 @@ const l2 = ({
|
|
|
2863
2863
|
/* @__PURE__ */ t("path", { d: "M12 8L4 8", stroke: o, strokeWidth: "1.7", strokeLinecap: "round" })
|
|
2864
2864
|
]
|
|
2865
2865
|
}
|
|
2866
|
-
),
|
|
2866
|
+
), x5 = ({
|
|
2867
2867
|
className: i,
|
|
2868
|
-
color: o =
|
|
2868
|
+
color: o = d.GREY_DARK_5,
|
|
2869
2869
|
height: e = 24,
|
|
2870
2870
|
width: l = 24,
|
|
2871
2871
|
onClick: r
|
|
@@ -2902,9 +2902,9 @@ const l2 = ({
|
|
|
2902
2902
|
)
|
|
2903
2903
|
]
|
|
2904
2904
|
}
|
|
2905
|
-
),
|
|
2905
|
+
), _5 = ({
|
|
2906
2906
|
className: i,
|
|
2907
|
-
color: o =
|
|
2907
|
+
color: o = d.GREY_DARK_5,
|
|
2908
2908
|
height: e = 24,
|
|
2909
2909
|
width: l = 24,
|
|
2910
2910
|
onClick: r
|
|
@@ -2941,9 +2941,9 @@ const l2 = ({
|
|
|
2941
2941
|
)
|
|
2942
2942
|
]
|
|
2943
2943
|
}
|
|
2944
|
-
),
|
|
2944
|
+
), R5 = ({
|
|
2945
2945
|
className: i,
|
|
2946
|
-
color: o =
|
|
2946
|
+
color: o = d.GREY_DARK_5,
|
|
2947
2947
|
height: e = 24,
|
|
2948
2948
|
width: l = 24,
|
|
2949
2949
|
onClick: r
|
|
@@ -2980,9 +2980,9 @@ const l2 = ({
|
|
|
2980
2980
|
)
|
|
2981
2981
|
]
|
|
2982
2982
|
}
|
|
2983
|
-
),
|
|
2983
|
+
), H5 = ({
|
|
2984
2984
|
className: i,
|
|
2985
|
-
color: o =
|
|
2985
|
+
color: o = d.GREY_DARK_2,
|
|
2986
2986
|
height: e = 16,
|
|
2987
2987
|
width: l = 16,
|
|
2988
2988
|
onClick: r
|
|
@@ -3006,9 +3006,9 @@ const l2 = ({
|
|
|
3006
3006
|
}
|
|
3007
3007
|
)
|
|
3008
3008
|
}
|
|
3009
|
-
),
|
|
3009
|
+
), V5 = ({
|
|
3010
3010
|
className: i,
|
|
3011
|
-
color: o =
|
|
3011
|
+
color: o = d.GREY_DARK_5,
|
|
3012
3012
|
height: e = 20,
|
|
3013
3013
|
width: l = 20,
|
|
3014
3014
|
onClick: r
|
|
@@ -3035,9 +3035,9 @@ const l2 = ({
|
|
|
3035
3035
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
3036
3036
|
]
|
|
3037
3037
|
}
|
|
3038
|
-
),
|
|
3038
|
+
), E5 = ({
|
|
3039
3039
|
className: i,
|
|
3040
|
-
color: o =
|
|
3040
|
+
color: o = d.GREY_DARK_5,
|
|
3041
3041
|
height: e = 20,
|
|
3042
3042
|
width: l = 20,
|
|
3043
3043
|
onClick: r
|
|
@@ -3064,9 +3064,9 @@ const l2 = ({
|
|
|
3064
3064
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
3065
3065
|
]
|
|
3066
3066
|
}
|
|
3067
|
-
),
|
|
3067
|
+
), Z5 = ({
|
|
3068
3068
|
className: i,
|
|
3069
|
-
color: o =
|
|
3069
|
+
color: o = d.GREY_DARK_5,
|
|
3070
3070
|
height: e = 20,
|
|
3071
3071
|
width: l = 20,
|
|
3072
3072
|
onClick: r
|
|
@@ -3081,7 +3081,7 @@ const l2 = ({
|
|
|
3081
3081
|
fill: "none",
|
|
3082
3082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3083
3083
|
children: [
|
|
3084
|
-
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill:
|
|
3084
|
+
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: d.GREY_LIGHT_2 }),
|
|
3085
3085
|
/* @__PURE__ */ t(
|
|
3086
3086
|
"path",
|
|
3087
3087
|
{
|
|
@@ -3093,9 +3093,9 @@ const l2 = ({
|
|
|
3093
3093
|
)
|
|
3094
3094
|
]
|
|
3095
3095
|
}
|
|
3096
|
-
),
|
|
3096
|
+
), W5 = ({
|
|
3097
3097
|
className: i,
|
|
3098
|
-
color: o =
|
|
3098
|
+
color: o = d.GREY_DARK_5,
|
|
3099
3099
|
height: e = 20,
|
|
3100
3100
|
width: l = 20,
|
|
3101
3101
|
onClick: r
|
|
@@ -3110,7 +3110,7 @@ const l2 = ({
|
|
|
3110
3110
|
fill: "none",
|
|
3111
3111
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3112
3112
|
children: [
|
|
3113
|
-
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill:
|
|
3113
|
+
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: d.GREY_LIGHT_2 }),
|
|
3114
3114
|
/* @__PURE__ */ t(
|
|
3115
3115
|
"path",
|
|
3116
3116
|
{
|
|
@@ -3122,7 +3122,7 @@ const l2 = ({
|
|
|
3122
3122
|
)
|
|
3123
3123
|
]
|
|
3124
3124
|
}
|
|
3125
|
-
),
|
|
3125
|
+
), B5 = ({
|
|
3126
3126
|
className: i,
|
|
3127
3127
|
color: o = "#001E52",
|
|
3128
3128
|
height: e = 24,
|
|
@@ -3148,7 +3148,7 @@ const l2 = ({
|
|
|
3148
3148
|
}
|
|
3149
3149
|
)
|
|
3150
3150
|
}
|
|
3151
|
-
),
|
|
3151
|
+
), A5 = ({
|
|
3152
3152
|
className: i,
|
|
3153
3153
|
color: o = "#131314",
|
|
3154
3154
|
height: e = 20,
|
|
@@ -3169,14 +3169,14 @@ const l2 = ({
|
|
|
3169
3169
|
{
|
|
3170
3170
|
d: "M13.3333 14.6667L17.5 10.5M17.5 10.5L13.3333 6.33333M17.5 10.5H7.5M7.5 3H6.5C5.09987 3 4.3998 3 3.86502 3.27248C3.39462 3.51217 3.01217 3.89462 2.77248 4.36502C2.5 4.8998 2.5 5.59987 2.5 7V14C2.5 15.4001 2.5 16.1002 2.77248 16.635C3.01217 17.1054 3.39462 17.4878 3.86502 17.7275C4.3998 18 5.09987 18 6.5 18H7.5",
|
|
3171
3171
|
stroke: o,
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3172
|
+
strokeOpacity: "0.8",
|
|
3173
|
+
strokeWidth: "2",
|
|
3174
|
+
strokeLinecap: "round",
|
|
3175
|
+
strokeLinejoin: "round"
|
|
3176
3176
|
}
|
|
3177
3177
|
)
|
|
3178
3178
|
}
|
|
3179
|
-
),
|
|
3179
|
+
), I5 = ({
|
|
3180
3180
|
className: i,
|
|
3181
3181
|
color: o = "#001E52",
|
|
3182
3182
|
height: e = 24,
|
|
@@ -3214,7 +3214,7 @@ const l2 = ({
|
|
|
3214
3214
|
)
|
|
3215
3215
|
] }) })
|
|
3216
3216
|
}
|
|
3217
|
-
),
|
|
3217
|
+
), G5 = ({
|
|
3218
3218
|
width: i = 20,
|
|
3219
3219
|
height: o = 20,
|
|
3220
3220
|
color: e = "#001E52",
|
|
@@ -3270,7 +3270,7 @@ const l2 = ({
|
|
|
3270
3270
|
}
|
|
3271
3271
|
)
|
|
3272
3272
|
}
|
|
3273
|
-
),
|
|
3273
|
+
), D5 = ({
|
|
3274
3274
|
width: i = 24,
|
|
3275
3275
|
height: o = 24,
|
|
3276
3276
|
color: e = "#131314",
|
|
@@ -3303,112 +3303,272 @@ const l2 = ({
|
|
|
3303
3303
|
)
|
|
3304
3304
|
]
|
|
3305
3305
|
}
|
|
3306
|
-
),
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3306
|
+
), j5 = ({
|
|
3307
|
+
width: i = 24,
|
|
3308
|
+
height: o = 24,
|
|
3309
|
+
color: e = d.GREY_DARK_2,
|
|
3310
|
+
className: l,
|
|
3311
|
+
onClick: r
|
|
3312
|
+
}) => /* @__PURE__ */ c(
|
|
3313
|
+
"svg",
|
|
3314
|
+
{
|
|
3315
|
+
width: i,
|
|
3316
|
+
height: o,
|
|
3317
|
+
viewBox: "0 0 24 24",
|
|
3318
|
+
fill: "none",
|
|
3319
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3320
|
+
className: l,
|
|
3321
|
+
onClick: r,
|
|
3322
|
+
children: [
|
|
3323
|
+
/* @__PURE__ */ t(
|
|
3324
|
+
"path",
|
|
3325
|
+
{
|
|
3326
|
+
d: "M5 20V19C5 15.134 8.13401 12 12 12V12C15.866 12 19 15.134 19 19V20",
|
|
3327
|
+
stroke: e,
|
|
3328
|
+
strokeWidth: "1.5",
|
|
3329
|
+
strokeLinecap: "round",
|
|
3330
|
+
strokeLinejoin: "round"
|
|
3331
|
+
}
|
|
3332
|
+
),
|
|
3333
|
+
/* @__PURE__ */ t(
|
|
3334
|
+
"path",
|
|
3335
|
+
{
|
|
3336
|
+
d: "M12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12Z",
|
|
3337
|
+
stroke: e,
|
|
3338
|
+
strokeWidth: "1.5",
|
|
3339
|
+
strokeLinecap: "round",
|
|
3340
|
+
strokeLinejoin: "round"
|
|
3341
|
+
}
|
|
3342
|
+
)
|
|
3343
|
+
]
|
|
3344
|
+
}
|
|
3345
|
+
), y5 = ({
|
|
3346
|
+
width: i = 24,
|
|
3347
|
+
height: o = 24,
|
|
3348
|
+
color: e = d.GREY_DARK_2,
|
|
3349
|
+
className: l,
|
|
3350
|
+
onClick: r
|
|
3351
|
+
}) => /* @__PURE__ */ t(
|
|
3352
|
+
"svg",
|
|
3353
|
+
{
|
|
3354
|
+
width: i,
|
|
3355
|
+
height: o,
|
|
3356
|
+
viewBox: "0 0 24 24",
|
|
3357
|
+
fill: "none",
|
|
3358
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3359
|
+
className: l,
|
|
3360
|
+
onClick: r,
|
|
3361
|
+
children: /* @__PURE__ */ t(
|
|
3362
|
+
"path",
|
|
3363
|
+
{
|
|
3364
|
+
d: "M15 4V2M15 4V6M15 4H10.5M3 10V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V10M3 10H21M3 10V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H7M21 10V6C21 5.46957 20.7893 4.96086 20.4142 4.58579C20.0391 4.21071 19.5304 4 19 4H18.5M7 2V6",
|
|
3365
|
+
stroke: e,
|
|
3366
|
+
strokeWidth: "1.5",
|
|
3367
|
+
strokeLinecap: "round",
|
|
3368
|
+
strokeLinejoin: "round"
|
|
3369
|
+
}
|
|
3370
|
+
)
|
|
3371
|
+
}
|
|
3372
|
+
), T5 = ({
|
|
3373
|
+
width: i = 24,
|
|
3374
|
+
height: o = 24,
|
|
3375
|
+
color: e = d.GREY_DARK_2,
|
|
3376
|
+
className: l,
|
|
3377
|
+
onClick: r
|
|
3378
|
+
}) => /* @__PURE__ */ c(
|
|
3379
|
+
"svg",
|
|
3380
|
+
{
|
|
3381
|
+
width: i,
|
|
3382
|
+
height: o,
|
|
3383
|
+
viewBox: "0 0 24 24",
|
|
3384
|
+
fill: "none",
|
|
3385
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3386
|
+
className: l,
|
|
3387
|
+
onClick: r,
|
|
3388
|
+
children: [
|
|
3389
|
+
/* @__PURE__ */ t(
|
|
3390
|
+
"path",
|
|
3391
|
+
{
|
|
3392
|
+
d: "M12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22Z",
|
|
3393
|
+
stroke: e,
|
|
3394
|
+
strokeWidth: "1.5",
|
|
3395
|
+
strokeLinecap: "round",
|
|
3396
|
+
strokeLinejoin: "round"
|
|
3397
|
+
}
|
|
3398
|
+
),
|
|
3399
|
+
/* @__PURE__ */ t(
|
|
3400
|
+
"path",
|
|
3401
|
+
{
|
|
3402
|
+
d: "M12 13C12.2652 13 12.5196 12.8946 12.7071 12.7071C12.8946 12.5196 13 12.2652 13 12C13 11.7348 12.8946 11.4804 12.7071 11.2929C12.5196 11.1054 12.2652 11 12 11C11.7348 11 11.4804 11.1054 11.2929 11.2929C11.1054 11.4804 11 11.7348 11 12C11 12.2652 11.1054 12.5196 11.2929 12.7071C11.4804 12.8946 11.7348 13 12 13Z",
|
|
3403
|
+
fill: e,
|
|
3404
|
+
stroke: e,
|
|
3405
|
+
strokeWidth: "1.5",
|
|
3406
|
+
strokeLinecap: "round",
|
|
3407
|
+
strokeLinejoin: "round"
|
|
3408
|
+
}
|
|
3409
|
+
)
|
|
3410
|
+
]
|
|
3411
|
+
}
|
|
3412
|
+
), Y5 = ({
|
|
3413
|
+
width: i = 24,
|
|
3414
|
+
height: o = 24,
|
|
3415
|
+
color: e = d.GREY_DARK_2,
|
|
3416
|
+
className: l,
|
|
3417
|
+
onClick: r
|
|
3418
|
+
}) => /* @__PURE__ */ t(
|
|
3419
|
+
"svg",
|
|
3420
|
+
{
|
|
3421
|
+
width: i,
|
|
3422
|
+
height: o,
|
|
3423
|
+
viewBox: "0 0 24 24",
|
|
3424
|
+
fill: "none",
|
|
3425
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3426
|
+
className: l,
|
|
3427
|
+
onClick: r,
|
|
3428
|
+
children: /* @__PURE__ */ t(
|
|
3429
|
+
"path",
|
|
3430
|
+
{
|
|
3431
|
+
d: "M7 18V17C7 15.6739 7.52678 14.4021 8.46447 13.4645C9.40215 12.5268 10.6739 12 12 12M12 12C13.3261 12 14.5979 12.5268 15.5355 13.4645C16.4732 14.4021 17 15.6739 17 17V18M12 12C12.7956 12 13.5587 11.6839 14.1213 11.1213C14.6839 10.5587 15 9.79565 15 9C15 8.20435 14.6839 7.44129 14.1213 6.87868C13.5587 6.31607 12.7956 6 12 6C11.2044 6 10.4413 6.31607 9.87868 6.87868C9.31607 7.44129 9 8.20435 9 9C9 9.79565 9.31607 10.5587 9.87868 11.1213C10.4413 11.6839 11.2044 12 12 12ZM1 18V17C1 16.2044 1.31607 15.4413 1.87868 14.8787C2.44129 14.3161 3.20435 14 4 14M4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14ZM23 18V17C23 16.2044 22.6839 15.4413 22.1213 14.8787C21.5587 14.3161 20.7956 14 20 14M20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14Z",
|
|
3432
|
+
stroke: e,
|
|
3433
|
+
strokeWidth: "1.5",
|
|
3434
|
+
strokeLinecap: "round",
|
|
3435
|
+
strokeLinejoin: "round"
|
|
3436
|
+
}
|
|
3437
|
+
)
|
|
3438
|
+
}
|
|
3439
|
+
), K5 = ({
|
|
3440
|
+
width: i = 24,
|
|
3441
|
+
height: o = 24,
|
|
3442
|
+
color: e = d.GREY_DARK_2,
|
|
3443
|
+
className: l,
|
|
3444
|
+
onClick: r
|
|
3445
|
+
}) => /* @__PURE__ */ t(
|
|
3446
|
+
"svg",
|
|
3447
|
+
{
|
|
3448
|
+
width: i,
|
|
3449
|
+
height: o,
|
|
3450
|
+
viewBox: "0 0 24 24",
|
|
3451
|
+
fill: "none",
|
|
3452
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3453
|
+
className: l,
|
|
3454
|
+
onClick: r,
|
|
3455
|
+
children: /* @__PURE__ */ t(
|
|
3456
|
+
"path",
|
|
3457
|
+
{
|
|
3458
|
+
d: "M7 7H17M7 12H17M7 17H13M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3Z",
|
|
3459
|
+
stroke: e,
|
|
3460
|
+
strokeWidth: "1.5",
|
|
3461
|
+
strokeLinecap: "round",
|
|
3462
|
+
strokeLinejoin: "round"
|
|
3463
|
+
}
|
|
3464
|
+
)
|
|
3465
|
+
}
|
|
3466
|
+
), a1 = ({
|
|
3467
|
+
name: i,
|
|
3468
|
+
width: o,
|
|
3469
|
+
height: e,
|
|
3470
|
+
color: l,
|
|
3471
|
+
className: r,
|
|
3472
|
+
disabled: a = !1,
|
|
3473
|
+
onClick: g
|
|
3474
|
+
}) => {
|
|
3475
|
+
const [n, p] = H(r), { theme: k } = t1(x1), h = a ? k && k === "dark" ? d.GREY_LIGHT_4 : d.GREY_DARK_1 : l, s = a ? void 0 : g;
|
|
3476
|
+
return B(() => {
|
|
3477
|
+
if (r) {
|
|
3478
|
+
s && !a && p(`${r} clickable`);
|
|
3479
|
+
return;
|
|
3480
|
+
}
|
|
3481
|
+
s && !a && p("clickable");
|
|
3482
|
+
}, [s, r, a]), /* @__PURE__ */ t(z, { children: (() => {
|
|
3483
|
+
switch (i) {
|
|
3484
|
+
case "nextIcon":
|
|
3485
|
+
return Q2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3486
|
+
case "prevIcon":
|
|
3487
|
+
return X2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3488
|
+
case "arrowUp":
|
|
3489
|
+
return n2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3490
|
+
case "arrowDown":
|
|
3491
|
+
return s2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3492
|
+
case "info":
|
|
3493
|
+
return h2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3494
|
+
case "arrowRight":
|
|
3495
|
+
return c2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3496
|
+
case "calendar":
|
|
3497
|
+
return a2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3498
|
+
case "ok":
|
|
3499
|
+
return C2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3500
|
+
case "cancel":
|
|
3501
|
+
return d2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3502
|
+
case "add":
|
|
3503
|
+
return w2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3504
|
+
case "list":
|
|
3505
|
+
return k2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3506
|
+
case "dragAndDrop":
|
|
3507
|
+
return g2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3508
|
+
case "filter":
|
|
3509
|
+
return p2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3510
|
+
case "attention":
|
|
3511
|
+
return L2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3512
|
+
case "plus":
|
|
3513
|
+
return m2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3514
|
+
case "time":
|
|
3515
|
+
return u2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3516
|
+
case "arrowDownLong":
|
|
3517
|
+
return v2({
|
|
3518
|
+
width: o,
|
|
3519
|
+
height: e,
|
|
3520
|
+
color: h,
|
|
3405
3521
|
className: n,
|
|
3406
3522
|
onClick: s
|
|
3407
3523
|
});
|
|
3408
|
-
case "
|
|
3524
|
+
case "users":
|
|
3525
|
+
return N2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3526
|
+
case "mySkillsMatrix":
|
|
3527
|
+
return f2({
|
|
3528
|
+
width: o,
|
|
3529
|
+
height: e,
|
|
3530
|
+
color: h,
|
|
3531
|
+
className: n,
|
|
3532
|
+
onClick: s
|
|
3533
|
+
});
|
|
3534
|
+
case "skills":
|
|
3535
|
+
return M2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3536
|
+
case "skillsMatrices":
|
|
3537
|
+
return x2({
|
|
3538
|
+
width: o,
|
|
3539
|
+
height: e,
|
|
3540
|
+
color: h,
|
|
3541
|
+
className: n,
|
|
3542
|
+
onClick: s
|
|
3543
|
+
});
|
|
3544
|
+
case "history":
|
|
3545
|
+
return _2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3546
|
+
case "logOut":
|
|
3547
|
+
return R2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3548
|
+
case "settings":
|
|
3549
|
+
return H2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3550
|
+
case "addSkill":
|
|
3551
|
+
return V2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3552
|
+
case "conversation":
|
|
3553
|
+
return E2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3554
|
+
case "trash":
|
|
3555
|
+
return Z2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3556
|
+
case "settings4":
|
|
3409
3557
|
return W2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3558
|
+
case "edit2":
|
|
3559
|
+
return B2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3560
|
+
case "notifications":
|
|
3561
|
+
return A2({
|
|
3562
|
+
width: o,
|
|
3563
|
+
height: e,
|
|
3564
|
+
color: h,
|
|
3565
|
+
className: n,
|
|
3566
|
+
onClick: s
|
|
3567
|
+
});
|
|
3568
|
+
case "success":
|
|
3569
|
+
return I2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3410
3570
|
case "attentionSmall":
|
|
3411
|
-
return
|
|
3571
|
+
return G2({
|
|
3412
3572
|
width: o,
|
|
3413
3573
|
height: e,
|
|
3414
3574
|
color: h,
|
|
@@ -3416,9 +3576,9 @@ const l2 = ({
|
|
|
3416
3576
|
onClick: s
|
|
3417
3577
|
});
|
|
3418
3578
|
case "errorSmall":
|
|
3419
|
-
return
|
|
3579
|
+
return D2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3420
3580
|
case "infoMedium":
|
|
3421
|
-
return
|
|
3581
|
+
return j2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3422
3582
|
case "attentionMedium":
|
|
3423
3583
|
return y2({
|
|
3424
3584
|
width: o,
|
|
@@ -3428,9 +3588,9 @@ const l2 = ({
|
|
|
3428
3588
|
onClick: s
|
|
3429
3589
|
});
|
|
3430
3590
|
case "errorMedium":
|
|
3431
|
-
return
|
|
3591
|
+
return T2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3432
3592
|
case "faviconSkills":
|
|
3433
|
-
return
|
|
3593
|
+
return S2({
|
|
3434
3594
|
width: o,
|
|
3435
3595
|
height: e,
|
|
3436
3596
|
color: h,
|
|
@@ -3438,7 +3598,7 @@ const l2 = ({
|
|
|
3438
3598
|
onClick: s
|
|
3439
3599
|
});
|
|
3440
3600
|
case "visibilityIcon":
|
|
3441
|
-
return
|
|
3601
|
+
return Y2({
|
|
3442
3602
|
width: o,
|
|
3443
3603
|
height: e,
|
|
3444
3604
|
color: h,
|
|
@@ -3446,7 +3606,7 @@ const l2 = ({
|
|
|
3446
3606
|
onClick: s
|
|
3447
3607
|
});
|
|
3448
3608
|
case "visibilityOffIcon":
|
|
3449
|
-
return
|
|
3609
|
+
return K2({
|
|
3450
3610
|
width: o,
|
|
3451
3611
|
height: e,
|
|
3452
3612
|
color: h,
|
|
@@ -3454,7 +3614,7 @@ const l2 = ({
|
|
|
3454
3614
|
onClick: s
|
|
3455
3615
|
});
|
|
3456
3616
|
case "selectArrowIcon":
|
|
3457
|
-
return
|
|
3617
|
+
return b2({
|
|
3458
3618
|
width: o,
|
|
3459
3619
|
height: e,
|
|
3460
3620
|
color: h,
|
|
@@ -3462,7 +3622,7 @@ const l2 = ({
|
|
|
3462
3622
|
onClick: s
|
|
3463
3623
|
});
|
|
3464
3624
|
case "expandArrowIcon":
|
|
3465
|
-
return
|
|
3625
|
+
return O2({
|
|
3466
3626
|
width: o,
|
|
3467
3627
|
height: e,
|
|
3468
3628
|
color: h,
|
|
@@ -3470,7 +3630,7 @@ const l2 = ({
|
|
|
3470
3630
|
onClick: s
|
|
3471
3631
|
});
|
|
3472
3632
|
case "expandActiveArrowIcon":
|
|
3473
|
-
return
|
|
3633
|
+
return F2({
|
|
3474
3634
|
width: o,
|
|
3475
3635
|
height: e,
|
|
3476
3636
|
color: h,
|
|
@@ -3478,101 +3638,111 @@ const l2 = ({
|
|
|
3478
3638
|
onClick: s
|
|
3479
3639
|
});
|
|
3480
3640
|
case "camera":
|
|
3481
|
-
return
|
|
3641
|
+
return U2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3482
3642
|
case "sortUp":
|
|
3483
|
-
return
|
|
3643
|
+
return P2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3484
3644
|
case "sortDown":
|
|
3485
|
-
return
|
|
3645
|
+
return $2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3486
3646
|
case "logOut2":
|
|
3487
|
-
return
|
|
3647
|
+
return z2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3488
3648
|
case "search":
|
|
3489
|
-
return
|
|
3649
|
+
return J2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3490
3650
|
case "handRock":
|
|
3491
|
-
return
|
|
3651
|
+
return q2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3492
3652
|
case "arrowUpFilled":
|
|
3493
|
-
return
|
|
3653
|
+
return o5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3494
3654
|
case "arrowDownFilled":
|
|
3495
|
-
return Q2({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3496
|
-
case "link":
|
|
3497
3655
|
return e5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3498
|
-
case "
|
|
3656
|
+
case "link":
|
|
3499
3657
|
return i5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3500
|
-
case "
|
|
3658
|
+
case "telegram":
|
|
3501
3659
|
return l5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3660
|
+
case "mail":
|
|
3661
|
+
return n5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3502
3662
|
case "github":
|
|
3503
|
-
return o5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3504
|
-
case "linkedIn":
|
|
3505
3663
|
return t5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3506
|
-
case "
|
|
3664
|
+
case "linkedIn":
|
|
3507
3665
|
return r5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3666
|
+
case "emptyStateIcon":
|
|
3667
|
+
return s5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3508
3668
|
case "filtersIcon":
|
|
3509
|
-
return
|
|
3669
|
+
return h5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3510
3670
|
case "dotMenuIcon":
|
|
3511
|
-
return
|
|
3671
|
+
return c5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3512
3672
|
case "plusCircle":
|
|
3513
|
-
return
|
|
3673
|
+
return a5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3514
3674
|
case "warning":
|
|
3515
|
-
return
|
|
3675
|
+
return C5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3516
3676
|
case "back":
|
|
3517
|
-
return a5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3518
|
-
case "bell":
|
|
3519
3677
|
return d5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3520
|
-
case "
|
|
3678
|
+
case "bell":
|
|
3521
3679
|
return w5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3680
|
+
case "contract":
|
|
3681
|
+
return g5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3522
3682
|
case "trash2":
|
|
3523
|
-
return
|
|
3683
|
+
return k5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3524
3684
|
case "manager":
|
|
3525
|
-
return
|
|
3685
|
+
return p5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3526
3686
|
case "resourceManager":
|
|
3527
|
-
return
|
|
3687
|
+
return L5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3528
3688
|
case "settings2":
|
|
3529
|
-
return
|
|
3689
|
+
return m5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3530
3690
|
case "image":
|
|
3531
|
-
return
|
|
3691
|
+
return u5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3532
3692
|
case "upload":
|
|
3533
|
-
return
|
|
3693
|
+
return v5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3534
3694
|
case "edit":
|
|
3535
|
-
return
|
|
3695
|
+
return N5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3536
3696
|
case "location":
|
|
3537
|
-
return
|
|
3697
|
+
return f5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3538
3698
|
case "plus2":
|
|
3539
|
-
return
|
|
3699
|
+
return M5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3540
3700
|
case "search2":
|
|
3541
|
-
return
|
|
3701
|
+
return x5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3542
3702
|
case "fastArrowLeft":
|
|
3543
|
-
return
|
|
3703
|
+
return _5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3544
3704
|
case "fastArrowRight":
|
|
3545
|
-
return
|
|
3705
|
+
return R5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3546
3706
|
case "crossInCircle":
|
|
3547
|
-
return _5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3548
|
-
case "arrowUp2":
|
|
3549
3707
|
return H5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3708
|
+
case "arrowUp2":
|
|
3709
|
+
return E5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3550
3710
|
case "arrowDown2":
|
|
3551
|
-
return
|
|
3711
|
+
return V5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3552
3712
|
case "filledArrowLeft":
|
|
3553
|
-
return
|
|
3713
|
+
return Z5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3554
3714
|
case "filledArrowRight":
|
|
3555
|
-
return
|
|
3715
|
+
return W5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3556
3716
|
case "burgerMenu":
|
|
3557
|
-
return
|
|
3717
|
+
return B5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3558
3718
|
case "signOut":
|
|
3559
|
-
return
|
|
3719
|
+
return A5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3560
3720
|
case "refresh":
|
|
3561
|
-
return
|
|
3721
|
+
return I5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3562
3722
|
case "projects":
|
|
3563
|
-
return
|
|
3723
|
+
return G5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3564
3724
|
case "exit":
|
|
3565
|
-
return
|
|
3725
|
+
return D5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3726
|
+
case "client":
|
|
3727
|
+
return j5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3728
|
+
case "calendar2":
|
|
3729
|
+
return y5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3730
|
+
case "openPointCircle":
|
|
3731
|
+
return T5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3732
|
+
case "community":
|
|
3733
|
+
return Y5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3734
|
+
case "docs":
|
|
3735
|
+
return K5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
3566
3736
|
default:
|
|
3567
|
-
return /* @__PURE__ */ t(
|
|
3737
|
+
return /* @__PURE__ */ t(z, { children: "No Icon provided" });
|
|
3568
3738
|
}
|
|
3569
3739
|
})() });
|
|
3570
|
-
}, { Title:
|
|
3740
|
+
}, { Title: b5, Text: O5 } = I1, F5 = {
|
|
3571
3741
|
h1: 1,
|
|
3572
3742
|
h2: 2,
|
|
3573
3743
|
h3: 3,
|
|
3574
3744
|
h4: 4
|
|
3575
|
-
},
|
|
3745
|
+
}, S5 = k1(
|
|
3576
3746
|
({
|
|
3577
3747
|
align: i = "inherit",
|
|
3578
3748
|
variant: o = "body1",
|
|
@@ -3580,25 +3750,25 @@ const l2 = ({
|
|
|
3580
3750
|
children: l,
|
|
3581
3751
|
onClick: r,
|
|
3582
3752
|
collapsed: a,
|
|
3583
|
-
whiteSpace:
|
|
3753
|
+
whiteSpace: g = "normal"
|
|
3584
3754
|
}, n) => {
|
|
3585
3755
|
const p = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
|
3586
|
-
let
|
|
3587
|
-
return i && i !== "inherit" && (
|
|
3588
|
-
|
|
3756
|
+
let k = `snmt-typography snmt-typography-${o}`;
|
|
3757
|
+
return i && i !== "inherit" && (k += ` snmt-typography-align-${i}`), a && (k += " collapsed"), p ? /* @__PURE__ */ t(
|
|
3758
|
+
b5,
|
|
3589
3759
|
{
|
|
3590
|
-
className:
|
|
3591
|
-
style: { color: e, whiteSpace:
|
|
3760
|
+
className: k,
|
|
3761
|
+
style: { color: e, whiteSpace: g },
|
|
3592
3762
|
onClick: r,
|
|
3593
|
-
level:
|
|
3763
|
+
level: F5[o],
|
|
3594
3764
|
ref: n,
|
|
3595
3765
|
children: l
|
|
3596
3766
|
}
|
|
3597
3767
|
) : /* @__PURE__ */ t(
|
|
3598
|
-
|
|
3768
|
+
O5,
|
|
3599
3769
|
{
|
|
3600
|
-
className:
|
|
3601
|
-
style: { color: e, whiteSpace:
|
|
3770
|
+
className: k,
|
|
3771
|
+
style: { color: e, whiteSpace: g },
|
|
3602
3772
|
onClick: r,
|
|
3603
3773
|
ref: n,
|
|
3604
3774
|
children: l
|
|
@@ -3607,12 +3777,12 @@ const l2 = ({
|
|
|
3607
3777
|
}
|
|
3608
3778
|
);
|
|
3609
3779
|
var w = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(w || {});
|
|
3610
|
-
const
|
|
3780
|
+
const _1 = i1({
|
|
3611
3781
|
locale: "en",
|
|
3612
3782
|
theme: "light"
|
|
3613
3783
|
});
|
|
3614
|
-
|
|
3615
|
-
const
|
|
3784
|
+
_1.Provider;
|
|
3785
|
+
const U5 = ({
|
|
3616
3786
|
width: i = 20,
|
|
3617
3787
|
height: o = 20,
|
|
3618
3788
|
color: e = "#001E52",
|
|
@@ -3639,7 +3809,7 @@ const T5 = ({
|
|
|
3639
3809
|
}
|
|
3640
3810
|
)
|
|
3641
3811
|
}
|
|
3642
|
-
),
|
|
3812
|
+
), P5 = ({
|
|
3643
3813
|
width: i = 20,
|
|
3644
3814
|
height: o = 20,
|
|
3645
3815
|
color: e = "#001E52",
|
|
@@ -3666,7 +3836,7 @@ const T5 = ({
|
|
|
3666
3836
|
}
|
|
3667
3837
|
)
|
|
3668
3838
|
}
|
|
3669
|
-
),
|
|
3839
|
+
), $5 = ({
|
|
3670
3840
|
width: i = 16,
|
|
3671
3841
|
height: o = 16,
|
|
3672
3842
|
color: e = "#001E52",
|
|
@@ -3694,7 +3864,7 @@ const T5 = ({
|
|
|
3694
3864
|
)
|
|
3695
3865
|
]
|
|
3696
3866
|
}
|
|
3697
|
-
),
|
|
3867
|
+
), z5 = ({
|
|
3698
3868
|
width: i = 20,
|
|
3699
3869
|
height: o = 20,
|
|
3700
3870
|
color: e = "#001E52",
|
|
@@ -3729,7 +3899,7 @@ const T5 = ({
|
|
|
3729
3899
|
)
|
|
3730
3900
|
]
|
|
3731
3901
|
}
|
|
3732
|
-
),
|
|
3902
|
+
), J5 = ({
|
|
3733
3903
|
width: i = 18,
|
|
3734
3904
|
height: o = 18,
|
|
3735
3905
|
color: e = "#001E52",
|
|
@@ -3768,7 +3938,7 @@ const T5 = ({
|
|
|
3768
3938
|
)
|
|
3769
3939
|
]
|
|
3770
3940
|
}
|
|
3771
|
-
),
|
|
3941
|
+
), q5 = ({
|
|
3772
3942
|
width: i = 20,
|
|
3773
3943
|
height: o = 20,
|
|
3774
3944
|
color: e = "#001E52",
|
|
@@ -3794,7 +3964,7 @@ const T5 = ({
|
|
|
3794
3964
|
}
|
|
3795
3965
|
)
|
|
3796
3966
|
}
|
|
3797
|
-
),
|
|
3967
|
+
), Q5 = ({
|
|
3798
3968
|
width: i = 20,
|
|
3799
3969
|
height: o = 20,
|
|
3800
3970
|
color: e = "#001E52",
|
|
@@ -3815,7 +3985,7 @@ const T5 = ({
|
|
|
3815
3985
|
/* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
3816
3986
|
]
|
|
3817
3987
|
}
|
|
3818
|
-
),
|
|
3988
|
+
), X5 = ({
|
|
3819
3989
|
width: i = 20,
|
|
3820
3990
|
height: o = 20,
|
|
3821
3991
|
color: e = "#001E52",
|
|
@@ -3847,7 +4017,7 @@ const T5 = ({
|
|
|
3847
4017
|
)
|
|
3848
4018
|
]
|
|
3849
4019
|
}
|
|
3850
|
-
),
|
|
4020
|
+
), e3 = ({
|
|
3851
4021
|
width: i = 20,
|
|
3852
4022
|
height: o = 20,
|
|
3853
4023
|
color: e = "#001E52",
|
|
@@ -3901,7 +4071,7 @@ const T5 = ({
|
|
|
3901
4071
|
)
|
|
3902
4072
|
]
|
|
3903
4073
|
}
|
|
3904
|
-
),
|
|
4074
|
+
), o3 = ({
|
|
3905
4075
|
width: i = 20,
|
|
3906
4076
|
height: o = 20,
|
|
3907
4077
|
color: e = "#001E52",
|
|
@@ -3940,7 +4110,7 @@ const T5 = ({
|
|
|
3940
4110
|
/* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
|
|
3941
4111
|
]
|
|
3942
4112
|
}
|
|
3943
|
-
),
|
|
4113
|
+
), i3 = ({
|
|
3944
4114
|
width: i = 16,
|
|
3945
4115
|
height: o = 12,
|
|
3946
4116
|
color: e = "#001E52",
|
|
@@ -3989,7 +4159,7 @@ const T5 = ({
|
|
|
3989
4159
|
)
|
|
3990
4160
|
] })
|
|
3991
4161
|
}
|
|
3992
|
-
),
|
|
4162
|
+
), t3 = ({
|
|
3993
4163
|
width: i = 16,
|
|
3994
4164
|
height: o = 16,
|
|
3995
4165
|
color: e = "#001E52",
|
|
@@ -4023,7 +4193,7 @@ const T5 = ({
|
|
|
4023
4193
|
)
|
|
4024
4194
|
]
|
|
4025
4195
|
}
|
|
4026
|
-
),
|
|
4196
|
+
), l3 = ({
|
|
4027
4197
|
width: i = 10,
|
|
4028
4198
|
height: o = 10,
|
|
4029
4199
|
color: e = "#001E52",
|
|
@@ -4062,7 +4232,7 @@ const T5 = ({
|
|
|
4062
4232
|
)
|
|
4063
4233
|
] })
|
|
4064
4234
|
}
|
|
4065
|
-
),
|
|
4235
|
+
), r3 = ({
|
|
4066
4236
|
width: i = 16,
|
|
4067
4237
|
height: o = 16,
|
|
4068
4238
|
color: e = "#001E52",
|
|
@@ -4098,7 +4268,7 @@ const T5 = ({
|
|
|
4098
4268
|
)
|
|
4099
4269
|
]
|
|
4100
4270
|
}
|
|
4101
|
-
),
|
|
4271
|
+
), n3 = ({
|
|
4102
4272
|
width: i = 11,
|
|
4103
4273
|
height: o = 32,
|
|
4104
4274
|
color: e = "#001E52",
|
|
@@ -4136,7 +4306,7 @@ const T5 = ({
|
|
|
4136
4306
|
/* @__PURE__ */ t("circle", { cx: "3", cy: "3", r: "3", fill: e })
|
|
4137
4307
|
]
|
|
4138
4308
|
}
|
|
4139
|
-
),
|
|
4309
|
+
), s3 = ({
|
|
4140
4310
|
width: i = 20,
|
|
4141
4311
|
height: o = 20,
|
|
4142
4312
|
color: e = "#001E52",
|
|
@@ -4183,7 +4353,7 @@ const T5 = ({
|
|
|
4183
4353
|
)
|
|
4184
4354
|
]
|
|
4185
4355
|
}
|
|
4186
|
-
),
|
|
4356
|
+
), h3 = ({
|
|
4187
4357
|
width: i = 20,
|
|
4188
4358
|
height: o = 20,
|
|
4189
4359
|
color: e = "#001E52",
|
|
@@ -4216,7 +4386,7 @@ const T5 = ({
|
|
|
4216
4386
|
)
|
|
4217
4387
|
]
|
|
4218
4388
|
}
|
|
4219
|
-
),
|
|
4389
|
+
), c3 = ({
|
|
4220
4390
|
width: i = 20,
|
|
4221
4391
|
height: o = 20,
|
|
4222
4392
|
color: e = "#001E52",
|
|
@@ -4263,7 +4433,7 @@ const T5 = ({
|
|
|
4263
4433
|
)
|
|
4264
4434
|
]
|
|
4265
4435
|
}
|
|
4266
|
-
),
|
|
4436
|
+
), a3 = ({
|
|
4267
4437
|
width: i = 20,
|
|
4268
4438
|
height: o = 20,
|
|
4269
4439
|
color: e = "#001E52",
|
|
@@ -4296,7 +4466,7 @@ const T5 = ({
|
|
|
4296
4466
|
)
|
|
4297
4467
|
]
|
|
4298
4468
|
}
|
|
4299
|
-
),
|
|
4469
|
+
), C3 = ({
|
|
4300
4470
|
width: i = 18,
|
|
4301
4471
|
height: o = 16,
|
|
4302
4472
|
color: e = "#001E52",
|
|
@@ -4335,7 +4505,7 @@ const T5 = ({
|
|
|
4335
4505
|
)
|
|
4336
4506
|
]
|
|
4337
4507
|
}
|
|
4338
|
-
),
|
|
4508
|
+
), d3 = ({
|
|
4339
4509
|
width: i = 20,
|
|
4340
4510
|
height: o = 20,
|
|
4341
4511
|
color: e = "#001E52",
|
|
@@ -4368,7 +4538,7 @@ const T5 = ({
|
|
|
4368
4538
|
)
|
|
4369
4539
|
]
|
|
4370
4540
|
}
|
|
4371
|
-
),
|
|
4541
|
+
), w3 = ({
|
|
4372
4542
|
width: i = 20,
|
|
4373
4543
|
height: o = 20,
|
|
4374
4544
|
color: e = "#001E52",
|
|
@@ -4392,7 +4562,7 @@ const T5 = ({
|
|
|
4392
4562
|
}
|
|
4393
4563
|
)
|
|
4394
4564
|
}
|
|
4395
|
-
),
|
|
4565
|
+
), k3 = ({
|
|
4396
4566
|
width: i = 20,
|
|
4397
4567
|
height: o = 20,
|
|
4398
4568
|
color: e = "#001E52",
|
|
@@ -4439,7 +4609,7 @@ const T5 = ({
|
|
|
4439
4609
|
)
|
|
4440
4610
|
]
|
|
4441
4611
|
}
|
|
4442
|
-
),
|
|
4612
|
+
), g3 = ({
|
|
4443
4613
|
width: i = 20,
|
|
4444
4614
|
height: o = 20,
|
|
4445
4615
|
color: e = "#001E52",
|
|
@@ -4472,7 +4642,7 @@ const T5 = ({
|
|
|
4472
4642
|
)
|
|
4473
4643
|
]
|
|
4474
4644
|
}
|
|
4475
|
-
),
|
|
4645
|
+
), p3 = ({
|
|
4476
4646
|
width: i = 20,
|
|
4477
4647
|
height: o = 20,
|
|
4478
4648
|
color: e = "#001E52",
|
|
@@ -4505,7 +4675,7 @@ const T5 = ({
|
|
|
4505
4675
|
)
|
|
4506
4676
|
]
|
|
4507
4677
|
}
|
|
4508
|
-
),
|
|
4678
|
+
), L3 = ({
|
|
4509
4679
|
width: i = 20,
|
|
4510
4680
|
height: o = 23,
|
|
4511
4681
|
color: e = "#001E52",
|
|
@@ -4566,7 +4736,7 @@ const T5 = ({
|
|
|
4566
4736
|
)
|
|
4567
4737
|
]
|
|
4568
4738
|
}
|
|
4569
|
-
),
|
|
4739
|
+
), m3 = ({
|
|
4570
4740
|
width: i = 20,
|
|
4571
4741
|
height: o = 20,
|
|
4572
4742
|
color: e = "#001E52",
|
|
@@ -4606,7 +4776,7 @@ const T5 = ({
|
|
|
4606
4776
|
)
|
|
4607
4777
|
]
|
|
4608
4778
|
}
|
|
4609
|
-
),
|
|
4779
|
+
), u3 = ({
|
|
4610
4780
|
width: i = 32,
|
|
4611
4781
|
height: o = 25,
|
|
4612
4782
|
color: e = "#001E52",
|
|
@@ -4634,7 +4804,7 @@ const T5 = ({
|
|
|
4634
4804
|
)
|
|
4635
4805
|
]
|
|
4636
4806
|
}
|
|
4637
|
-
),
|
|
4807
|
+
), v3 = ({
|
|
4638
4808
|
width: i = 14,
|
|
4639
4809
|
height: o = 14,
|
|
4640
4810
|
color: e = "#10B981",
|
|
@@ -4663,7 +4833,7 @@ const T5 = ({
|
|
|
4663
4833
|
)
|
|
4664
4834
|
]
|
|
4665
4835
|
}
|
|
4666
|
-
),
|
|
4836
|
+
), N3 = ({
|
|
4667
4837
|
width: i = 11,
|
|
4668
4838
|
height: o = 11,
|
|
4669
4839
|
color: e = "#FFB020",
|
|
@@ -4697,7 +4867,7 @@ const T5 = ({
|
|
|
4697
4867
|
)
|
|
4698
4868
|
]
|
|
4699
4869
|
}
|
|
4700
|
-
),
|
|
4870
|
+
), f3 = ({
|
|
4701
4871
|
width: i = 10,
|
|
4702
4872
|
height: o = 10,
|
|
4703
4873
|
color: e = "#88A4FF",
|
|
@@ -4745,7 +4915,7 @@ const T5 = ({
|
|
|
4745
4915
|
)
|
|
4746
4916
|
]
|
|
4747
4917
|
}
|
|
4748
|
-
),
|
|
4918
|
+
), M3 = ({
|
|
4749
4919
|
width: i = 14,
|
|
4750
4920
|
height: o = 14,
|
|
4751
4921
|
color: e = "#8E8E93",
|
|
@@ -4773,7 +4943,7 @@ const T5 = ({
|
|
|
4773
4943
|
)
|
|
4774
4944
|
]
|
|
4775
4945
|
}
|
|
4776
|
-
),
|
|
4946
|
+
), x3 = ({
|
|
4777
4947
|
width: i = 14,
|
|
4778
4948
|
height: o = 14,
|
|
4779
4949
|
color: e = "#FFB020",
|
|
@@ -4807,7 +4977,7 @@ const T5 = ({
|
|
|
4807
4977
|
)
|
|
4808
4978
|
]
|
|
4809
4979
|
}
|
|
4810
|
-
),
|
|
4980
|
+
), _3 = ({
|
|
4811
4981
|
width: i = 14,
|
|
4812
4982
|
height: o = 14,
|
|
4813
4983
|
color: e = "#D0421B",
|
|
@@ -4855,7 +5025,7 @@ const T5 = ({
|
|
|
4855
5025
|
)
|
|
4856
5026
|
]
|
|
4857
5027
|
}
|
|
4858
|
-
),
|
|
5028
|
+
), R3 = ({
|
|
4859
5029
|
width: i = 20,
|
|
4860
5030
|
height: o = 20,
|
|
4861
5031
|
color: e = "#070739",
|
|
@@ -4885,7 +5055,7 @@ const T5 = ({
|
|
|
4885
5055
|
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
4886
5056
|
]
|
|
4887
5057
|
}
|
|
4888
|
-
),
|
|
5058
|
+
), H3 = ({
|
|
4889
5059
|
width: i = 20,
|
|
4890
5060
|
height: o = 20,
|
|
4891
5061
|
color: e = "#070739",
|
|
@@ -4923,7 +5093,7 @@ const T5 = ({
|
|
|
4923
5093
|
)
|
|
4924
5094
|
]
|
|
4925
5095
|
}
|
|
4926
|
-
),
|
|
5096
|
+
), V3 = ({
|
|
4927
5097
|
width: i = 9,
|
|
4928
5098
|
height: o = 5,
|
|
4929
5099
|
color: e = "#001E52",
|
|
@@ -4949,7 +5119,7 @@ const T5 = ({
|
|
|
4949
5119
|
}
|
|
4950
5120
|
)
|
|
4951
5121
|
}
|
|
4952
|
-
),
|
|
5122
|
+
), E3 = ({
|
|
4953
5123
|
width: i = 20,
|
|
4954
5124
|
height: o = 20,
|
|
4955
5125
|
color: e = "#F2F2F7",
|
|
@@ -4978,7 +5148,7 @@ const T5 = ({
|
|
|
4978
5148
|
)
|
|
4979
5149
|
]
|
|
4980
5150
|
}
|
|
4981
|
-
),
|
|
5151
|
+
), Z3 = ({
|
|
4982
5152
|
width: i = 20,
|
|
4983
5153
|
height: o = 20,
|
|
4984
5154
|
color: e = "#004ED7",
|
|
@@ -5007,7 +5177,7 @@ const T5 = ({
|
|
|
5007
5177
|
)
|
|
5008
5178
|
]
|
|
5009
5179
|
}
|
|
5010
|
-
),
|
|
5180
|
+
), W3 = ({
|
|
5011
5181
|
width: i = 248,
|
|
5012
5182
|
height: o = 248,
|
|
5013
5183
|
color: e = "#070739",
|
|
@@ -5044,7 +5214,7 @@ const T5 = ({
|
|
|
5044
5214
|
)
|
|
5045
5215
|
]
|
|
5046
5216
|
}
|
|
5047
|
-
),
|
|
5217
|
+
), B3 = ({
|
|
5048
5218
|
width: i = 24,
|
|
5049
5219
|
height: o = 24,
|
|
5050
5220
|
color: e = "#001E52",
|
|
@@ -5083,7 +5253,7 @@ const T5 = ({
|
|
|
5083
5253
|
)
|
|
5084
5254
|
]
|
|
5085
5255
|
}
|
|
5086
|
-
),
|
|
5256
|
+
), A3 = ({
|
|
5087
5257
|
width: i = 10,
|
|
5088
5258
|
height: o = 10,
|
|
5089
5259
|
color: e = "#001E52",
|
|
@@ -5112,7 +5282,7 @@ const T5 = ({
|
|
|
5112
5282
|
)
|
|
5113
5283
|
]
|
|
5114
5284
|
}
|
|
5115
|
-
),
|
|
5285
|
+
), I3 = ({
|
|
5116
5286
|
width: i = 10,
|
|
5117
5287
|
height: o = 10,
|
|
5118
5288
|
color: e = "#001E52",
|
|
@@ -5149,7 +5319,7 @@ const T5 = ({
|
|
|
5149
5319
|
)
|
|
5150
5320
|
]
|
|
5151
5321
|
}
|
|
5152
|
-
),
|
|
5322
|
+
), G3 = ({
|
|
5153
5323
|
width: i = 24,
|
|
5154
5324
|
height: o = 24,
|
|
5155
5325
|
color: e = w.GREY_DARK_5,
|
|
@@ -5188,7 +5358,7 @@ const T5 = ({
|
|
|
5188
5358
|
)
|
|
5189
5359
|
]
|
|
5190
5360
|
}
|
|
5191
|
-
),
|
|
5361
|
+
), D3 = ({
|
|
5192
5362
|
width: i = 20,
|
|
5193
5363
|
height: o = 20,
|
|
5194
5364
|
color: e = w.GREY_DARK_1,
|
|
@@ -5221,7 +5391,7 @@ const T5 = ({
|
|
|
5221
5391
|
)
|
|
5222
5392
|
]
|
|
5223
5393
|
}
|
|
5224
|
-
),
|
|
5394
|
+
), j3 = ({
|
|
5225
5395
|
width: i = 81,
|
|
5226
5396
|
height: o = 80,
|
|
5227
5397
|
color: e = w.GREY_DARK_5,
|
|
@@ -5270,7 +5440,7 @@ const T5 = ({
|
|
|
5270
5440
|
)
|
|
5271
5441
|
]
|
|
5272
5442
|
}
|
|
5273
|
-
),
|
|
5443
|
+
), y3 = ({
|
|
5274
5444
|
className: i,
|
|
5275
5445
|
color: o = w.GREY_DARK_5,
|
|
5276
5446
|
height: e = 20,
|
|
@@ -5297,7 +5467,7 @@ const T5 = ({
|
|
|
5297
5467
|
}
|
|
5298
5468
|
)
|
|
5299
5469
|
}
|
|
5300
|
-
),
|
|
5470
|
+
), T3 = ({
|
|
5301
5471
|
className: i,
|
|
5302
5472
|
color: o = w.GREY_DARK_5,
|
|
5303
5473
|
height: e = 20,
|
|
@@ -5324,7 +5494,7 @@ const T5 = ({
|
|
|
5324
5494
|
}
|
|
5325
5495
|
)
|
|
5326
5496
|
}
|
|
5327
|
-
),
|
|
5497
|
+
), Y3 = ({
|
|
5328
5498
|
className: i,
|
|
5329
5499
|
color: o = w.GREY_DARK_5,
|
|
5330
5500
|
height: e = 5,
|
|
@@ -5348,7 +5518,7 @@ const T5 = ({
|
|
|
5348
5518
|
}
|
|
5349
5519
|
)
|
|
5350
5520
|
}
|
|
5351
|
-
),
|
|
5521
|
+
), K3 = ({
|
|
5352
5522
|
className: i,
|
|
5353
5523
|
color: o = w.GREY_DARK_5,
|
|
5354
5524
|
height: e = 5,
|
|
@@ -5373,7 +5543,7 @@ const T5 = ({
|
|
|
5373
5543
|
}
|
|
5374
5544
|
)
|
|
5375
5545
|
}
|
|
5376
|
-
),
|
|
5546
|
+
), b3 = ({
|
|
5377
5547
|
className: i,
|
|
5378
5548
|
color: o = w.GREY_DARK_5,
|
|
5379
5549
|
height: e = 24,
|
|
@@ -5412,7 +5582,7 @@ const T5 = ({
|
|
|
5412
5582
|
)
|
|
5413
5583
|
]
|
|
5414
5584
|
}
|
|
5415
|
-
),
|
|
5585
|
+
), O3 = ({
|
|
5416
5586
|
className: i,
|
|
5417
5587
|
color: o = w.GREY_DARK_5,
|
|
5418
5588
|
height: e = 24,
|
|
@@ -5451,7 +5621,7 @@ const T5 = ({
|
|
|
5451
5621
|
)
|
|
5452
5622
|
]
|
|
5453
5623
|
}
|
|
5454
|
-
),
|
|
5624
|
+
), F3 = ({
|
|
5455
5625
|
className: i,
|
|
5456
5626
|
color: o = w.GREY_DARK_5,
|
|
5457
5627
|
height: e = 24,
|
|
@@ -5478,7 +5648,7 @@ const T5 = ({
|
|
|
5478
5648
|
}
|
|
5479
5649
|
)
|
|
5480
5650
|
}
|
|
5481
|
-
),
|
|
5651
|
+
), S3 = ({
|
|
5482
5652
|
className: i,
|
|
5483
5653
|
color: o = w.GREY_DARK_5,
|
|
5484
5654
|
height: e = 24,
|
|
@@ -5537,7 +5707,7 @@ const T5 = ({
|
|
|
5537
5707
|
)
|
|
5538
5708
|
]
|
|
5539
5709
|
}
|
|
5540
|
-
),
|
|
5710
|
+
), U3 = ({
|
|
5541
5711
|
className: i,
|
|
5542
5712
|
color: o = w.GREY_DARK_5,
|
|
5543
5713
|
height: e = 24,
|
|
@@ -5574,7 +5744,7 @@ const T5 = ({
|
|
|
5574
5744
|
)
|
|
5575
5745
|
]
|
|
5576
5746
|
}
|
|
5577
|
-
),
|
|
5747
|
+
), P3 = ({
|
|
5578
5748
|
className: i,
|
|
5579
5749
|
color: o = w.GREY_DARK_3,
|
|
5580
5750
|
height: e = 14,
|
|
@@ -5611,7 +5781,7 @@ const T5 = ({
|
|
|
5611
5781
|
)
|
|
5612
5782
|
]
|
|
5613
5783
|
}
|
|
5614
|
-
),
|
|
5784
|
+
), $3 = ({
|
|
5615
5785
|
className: i,
|
|
5616
5786
|
color: o = w.GREY_DARK_5,
|
|
5617
5787
|
height: e = 18,
|
|
@@ -5638,7 +5808,7 @@ const T5 = ({
|
|
|
5638
5808
|
}
|
|
5639
5809
|
)
|
|
5640
5810
|
}
|
|
5641
|
-
),
|
|
5811
|
+
), z3 = ({
|
|
5642
5812
|
className: i,
|
|
5643
5813
|
color: o = w.GREY_DARK_5,
|
|
5644
5814
|
height: e = 24,
|
|
@@ -5690,7 +5860,7 @@ const T5 = ({
|
|
|
5690
5860
|
)
|
|
5691
5861
|
]
|
|
5692
5862
|
}
|
|
5693
|
-
),
|
|
5863
|
+
), J3 = ({
|
|
5694
5864
|
className: i,
|
|
5695
5865
|
color: o = w.GREY_DARK_5,
|
|
5696
5866
|
height: e = 24,
|
|
@@ -5727,7 +5897,7 @@ const T5 = ({
|
|
|
5727
5897
|
)
|
|
5728
5898
|
]
|
|
5729
5899
|
}
|
|
5730
|
-
),
|
|
5900
|
+
), q3 = ({
|
|
5731
5901
|
className: i,
|
|
5732
5902
|
color: o = w.NOTIFICATION_WARNING_DARK,
|
|
5733
5903
|
height: e = 37,
|
|
@@ -5766,7 +5936,7 @@ const T5 = ({
|
|
|
5766
5936
|
)
|
|
5767
5937
|
]
|
|
5768
5938
|
}
|
|
5769
|
-
),
|
|
5939
|
+
), Q3 = ({
|
|
5770
5940
|
className: i,
|
|
5771
5941
|
color: o = w.GREY_DARK_5,
|
|
5772
5942
|
height: e = 24,
|
|
@@ -5792,7 +5962,7 @@ const T5 = ({
|
|
|
5792
5962
|
}
|
|
5793
5963
|
)
|
|
5794
5964
|
}
|
|
5795
|
-
),
|
|
5965
|
+
), X3 = ({
|
|
5796
5966
|
className: i,
|
|
5797
5967
|
color: o = w.GREY_DARK_5,
|
|
5798
5968
|
height: e = 24,
|
|
@@ -5831,7 +6001,7 @@ const T5 = ({
|
|
|
5831
6001
|
)
|
|
5832
6002
|
]
|
|
5833
6003
|
}
|
|
5834
|
-
),
|
|
6004
|
+
), e0 = ({
|
|
5835
6005
|
className: i,
|
|
5836
6006
|
color: o = w.GREY_DARK_5,
|
|
5837
6007
|
height: e = 24,
|
|
@@ -5870,7 +6040,7 @@ const T5 = ({
|
|
|
5870
6040
|
)
|
|
5871
6041
|
]
|
|
5872
6042
|
}
|
|
5873
|
-
),
|
|
6043
|
+
), o0 = ({
|
|
5874
6044
|
className: i,
|
|
5875
6045
|
color: o = w.GREY_DARK_5,
|
|
5876
6046
|
height: e = 24,
|
|
@@ -5939,7 +6109,7 @@ const T5 = ({
|
|
|
5939
6109
|
)
|
|
5940
6110
|
]
|
|
5941
6111
|
}
|
|
5942
|
-
),
|
|
6112
|
+
), i0 = ({
|
|
5943
6113
|
className: i,
|
|
5944
6114
|
color: o = w.GREY_DARK_5,
|
|
5945
6115
|
height: e = 24,
|
|
@@ -5978,7 +6148,7 @@ const T5 = ({
|
|
|
5978
6148
|
)
|
|
5979
6149
|
]
|
|
5980
6150
|
}
|
|
5981
|
-
),
|
|
6151
|
+
), t0 = ({
|
|
5982
6152
|
className: i,
|
|
5983
6153
|
color: o = w.GREY_DARK_5,
|
|
5984
6154
|
height: e = 24,
|
|
@@ -6035,7 +6205,7 @@ const T5 = ({
|
|
|
6035
6205
|
)
|
|
6036
6206
|
]
|
|
6037
6207
|
}
|
|
6038
|
-
),
|
|
6208
|
+
), l0 = ({
|
|
6039
6209
|
className: i,
|
|
6040
6210
|
color: o = w.GREY_DARK_5,
|
|
6041
6211
|
height: e = 24,
|
|
@@ -6074,7 +6244,7 @@ const T5 = ({
|
|
|
6074
6244
|
)
|
|
6075
6245
|
]
|
|
6076
6246
|
}
|
|
6077
|
-
),
|
|
6247
|
+
), r0 = ({
|
|
6078
6248
|
className: i,
|
|
6079
6249
|
color: o = w.GREY_DARK_5,
|
|
6080
6250
|
height: e = 24,
|
|
@@ -6123,7 +6293,7 @@ const T5 = ({
|
|
|
6123
6293
|
)
|
|
6124
6294
|
]
|
|
6125
6295
|
}
|
|
6126
|
-
),
|
|
6296
|
+
), n0 = ({
|
|
6127
6297
|
className: i,
|
|
6128
6298
|
color: o = w.GREY_DARK_5,
|
|
6129
6299
|
height: e = 24,
|
|
@@ -6162,7 +6332,7 @@ const T5 = ({
|
|
|
6162
6332
|
)
|
|
6163
6333
|
]
|
|
6164
6334
|
}
|
|
6165
|
-
),
|
|
6335
|
+
), s0 = ({
|
|
6166
6336
|
className: i,
|
|
6167
6337
|
color: o = w.GREY_DARK_5,
|
|
6168
6338
|
height: e = 24,
|
|
@@ -6189,7 +6359,7 @@ const T5 = ({
|
|
|
6189
6359
|
}
|
|
6190
6360
|
)
|
|
6191
6361
|
}
|
|
6192
|
-
),
|
|
6362
|
+
), h0 = ({
|
|
6193
6363
|
className: i,
|
|
6194
6364
|
color: o = w.GREY_DARK_5,
|
|
6195
6365
|
height: e = 24,
|
|
@@ -6227,7 +6397,7 @@ const T5 = ({
|
|
|
6227
6397
|
)
|
|
6228
6398
|
]
|
|
6229
6399
|
}
|
|
6230
|
-
),
|
|
6400
|
+
), c0 = ({
|
|
6231
6401
|
className: i,
|
|
6232
6402
|
color: o = w.GREY_DARK_5,
|
|
6233
6403
|
height: e = 24,
|
|
@@ -6248,7 +6418,7 @@ const T5 = ({
|
|
|
6248
6418
|
/* @__PURE__ */ t("path", { d: "M12 8L4 8", stroke: o, strokeWidth: "1.7", strokeLinecap: "round" })
|
|
6249
6419
|
]
|
|
6250
6420
|
}
|
|
6251
|
-
),
|
|
6421
|
+
), a0 = ({
|
|
6252
6422
|
className: i,
|
|
6253
6423
|
color: o = w.GREY_DARK_5,
|
|
6254
6424
|
height: e = 24,
|
|
@@ -6287,7 +6457,7 @@ const T5 = ({
|
|
|
6287
6457
|
)
|
|
6288
6458
|
]
|
|
6289
6459
|
}
|
|
6290
|
-
),
|
|
6460
|
+
), C0 = ({
|
|
6291
6461
|
className: i,
|
|
6292
6462
|
color: o = w.GREY_DARK_5,
|
|
6293
6463
|
height: e = 24,
|
|
@@ -6326,7 +6496,7 @@ const T5 = ({
|
|
|
6326
6496
|
)
|
|
6327
6497
|
]
|
|
6328
6498
|
}
|
|
6329
|
-
),
|
|
6499
|
+
), d0 = ({
|
|
6330
6500
|
className: i,
|
|
6331
6501
|
color: o = w.GREY_DARK_5,
|
|
6332
6502
|
height: e = 24,
|
|
@@ -6365,7 +6535,7 @@ const T5 = ({
|
|
|
6365
6535
|
)
|
|
6366
6536
|
]
|
|
6367
6537
|
}
|
|
6368
|
-
),
|
|
6538
|
+
), w0 = ({
|
|
6369
6539
|
className: i,
|
|
6370
6540
|
color: o = w.GREY_DARK_2,
|
|
6371
6541
|
height: e = 16,
|
|
@@ -6391,7 +6561,7 @@ const T5 = ({
|
|
|
6391
6561
|
}
|
|
6392
6562
|
)
|
|
6393
6563
|
}
|
|
6394
|
-
),
|
|
6564
|
+
), k0 = ({
|
|
6395
6565
|
className: i,
|
|
6396
6566
|
color: o = w.GREY_DARK_5,
|
|
6397
6567
|
height: e = 20,
|
|
@@ -6420,7 +6590,7 @@ const T5 = ({
|
|
|
6420
6590
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6421
6591
|
]
|
|
6422
6592
|
}
|
|
6423
|
-
),
|
|
6593
|
+
), g0 = ({
|
|
6424
6594
|
className: i,
|
|
6425
6595
|
color: o = w.GREY_DARK_5,
|
|
6426
6596
|
height: e = 20,
|
|
@@ -6449,7 +6619,7 @@ const T5 = ({
|
|
|
6449
6619
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6450
6620
|
]
|
|
6451
6621
|
}
|
|
6452
|
-
),
|
|
6622
|
+
), p0 = ({
|
|
6453
6623
|
className: i,
|
|
6454
6624
|
color: o = w.GREY_DARK_5,
|
|
6455
6625
|
height: e = 20,
|
|
@@ -6478,7 +6648,7 @@ const T5 = ({
|
|
|
6478
6648
|
)
|
|
6479
6649
|
]
|
|
6480
6650
|
}
|
|
6481
|
-
),
|
|
6651
|
+
), L0 = ({
|
|
6482
6652
|
className: i,
|
|
6483
6653
|
color: o = w.GREY_DARK_5,
|
|
6484
6654
|
height: e = 20,
|
|
@@ -6507,7 +6677,7 @@ const T5 = ({
|
|
|
6507
6677
|
)
|
|
6508
6678
|
]
|
|
6509
6679
|
}
|
|
6510
|
-
),
|
|
6680
|
+
), m0 = ({
|
|
6511
6681
|
className: i,
|
|
6512
6682
|
color: o = "#001E52",
|
|
6513
6683
|
height: e = 24,
|
|
@@ -6533,7 +6703,7 @@ const T5 = ({
|
|
|
6533
6703
|
}
|
|
6534
6704
|
)
|
|
6535
6705
|
}
|
|
6536
|
-
),
|
|
6706
|
+
), u0 = ({
|
|
6537
6707
|
className: i,
|
|
6538
6708
|
color: o = "#131314",
|
|
6539
6709
|
height: e = 20,
|
|
@@ -6554,14 +6724,14 @@ const T5 = ({
|
|
|
6554
6724
|
{
|
|
6555
6725
|
d: "M13.3333 14.6667L17.5 10.5M17.5 10.5L13.3333 6.33333M17.5 10.5H7.5M7.5 3H6.5C5.09987 3 4.3998 3 3.86502 3.27248C3.39462 3.51217 3.01217 3.89462 2.77248 4.36502C2.5 4.8998 2.5 5.59987 2.5 7V14C2.5 15.4001 2.5 16.1002 2.77248 16.635C3.01217 17.1054 3.39462 17.4878 3.86502 17.7275C4.3998 18 5.09987 18 6.5 18H7.5",
|
|
6556
6726
|
stroke: o,
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
|
|
6727
|
+
strokeOpacity: "0.8",
|
|
6728
|
+
strokeWidth: "2",
|
|
6729
|
+
strokeLinecap: "round",
|
|
6730
|
+
strokeLinejoin: "round"
|
|
6561
6731
|
}
|
|
6562
6732
|
)
|
|
6563
6733
|
}
|
|
6564
|
-
),
|
|
6734
|
+
), v0 = ({
|
|
6565
6735
|
className: i,
|
|
6566
6736
|
color: o = "#001E52",
|
|
6567
6737
|
height: e = 24,
|
|
@@ -6597,68 +6767,167 @@ const T5 = ({
|
|
|
6597
6767
|
c-80.1,42.6-131.1,124.8-132.2,215.3C0.799,252.574,9.199,261.874,20.599,261.874z`
|
|
6598
6768
|
}
|
|
6599
6769
|
)
|
|
6600
|
-
] }) })
|
|
6770
|
+
] }) })
|
|
6771
|
+
}
|
|
6772
|
+
), N0 = ({
|
|
6773
|
+
width: i = 20,
|
|
6774
|
+
height: o = 20,
|
|
6775
|
+
color: e = "#001E52",
|
|
6776
|
+
className: l,
|
|
6777
|
+
onClick: r
|
|
6778
|
+
}) => /* @__PURE__ */ t(
|
|
6779
|
+
"svg",
|
|
6780
|
+
{
|
|
6781
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6782
|
+
width: i,
|
|
6783
|
+
height: o,
|
|
6784
|
+
className: l,
|
|
6785
|
+
onClick: r,
|
|
6786
|
+
viewBox: "0 0 20 20",
|
|
6787
|
+
fill: "none",
|
|
6788
|
+
children: /* @__PURE__ */ t(
|
|
6789
|
+
"path",
|
|
6790
|
+
{
|
|
6791
|
+
fillRule: "evenodd",
|
|
6792
|
+
clipRule: "evenodd",
|
|
6793
|
+
d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
|
|
6794
|
+
2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
|
|
6795
|
+
17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
|
|
6796
|
+
1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
|
|
6797
|
+
6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
|
|
6798
|
+
8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
|
|
6799
|
+
8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
|
|
6800
|
+
5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
|
|
6801
|
+
6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
|
|
6802
|
+
4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
|
|
6803
|
+
7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
|
|
6804
|
+
7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
|
|
6805
|
+
8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
|
|
6806
|
+
6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
|
|
6807
|
+
7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
|
|
6808
|
+
8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
|
|
6809
|
+
7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
|
|
6810
|
+
6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
|
|
6811
|
+
8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
|
|
6812
|
+
11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
|
|
6813
|
+
11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
|
|
6814
|
+
12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
|
|
6815
|
+
12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
|
|
6816
|
+
12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
|
|
6817
|
+
13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
|
|
6818
|
+
14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
|
|
6819
|
+
14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
|
|
6820
|
+
12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
|
|
6821
|
+
13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
|
|
6822
|
+
15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
|
|
6823
|
+
15 12.7083H10.8333Z`,
|
|
6824
|
+
fill: e
|
|
6825
|
+
}
|
|
6826
|
+
)
|
|
6827
|
+
}
|
|
6828
|
+
), f0 = ({
|
|
6829
|
+
width: i = 24,
|
|
6830
|
+
height: o = 24,
|
|
6831
|
+
color: e = "#131314",
|
|
6832
|
+
className: l,
|
|
6833
|
+
onClick: r
|
|
6834
|
+
}) => /* @__PURE__ */ c(
|
|
6835
|
+
"svg",
|
|
6836
|
+
{
|
|
6837
|
+
width: i,
|
|
6838
|
+
height: o,
|
|
6839
|
+
viewBox: "0 0 24 24",
|
|
6840
|
+
fill: "none",
|
|
6841
|
+
className: l,
|
|
6842
|
+
onClick: r,
|
|
6843
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6844
|
+
children: [
|
|
6845
|
+
/* @__PURE__ */ t(
|
|
6846
|
+
"path",
|
|
6847
|
+
{
|
|
6848
|
+
d: "M19.2598 20V4C19.2598 3.58579 19.5956 3.25 20.0098 3.25C20.424 3.25 20.7598 3.58579 20.7598 4V20C20.7598 20.4142 20.424 20.75 20.0098 20.75C19.5956 20.75 19.2598 20.4142 19.2598 20Z",
|
|
6849
|
+
fill: e
|
|
6850
|
+
}
|
|
6851
|
+
),
|
|
6852
|
+
/* @__PURE__ */ t(
|
|
6853
|
+
"path",
|
|
6854
|
+
{
|
|
6855
|
+
d: "M9.96973 5.46972C10.2443 5.19512 10.6791 5.17765 10.9736 5.41796L11.0303 5.46972L17.5303 11.9697L17.582 12.0264C17.8063 12.3013 17.8063 12.6987 17.582 12.9736L17.5303 13.0303L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L15.1895 13.25H4C3.58579 13.25 3.25 12.9142 3.25 12.5C3.25 12.0858 3.58579 11.75 4 11.75H15.1895L9.96973 6.53027L9.91797 6.47363C9.67766 6.17905 9.69512 5.74433 9.96973 5.46972Z",
|
|
6856
|
+
fill: e
|
|
6857
|
+
}
|
|
6858
|
+
)
|
|
6859
|
+
]
|
|
6860
|
+
}
|
|
6861
|
+
), M0 = ({
|
|
6862
|
+
width: i = 24,
|
|
6863
|
+
height: o = 24,
|
|
6864
|
+
color: e = w.GREY_DARK_2,
|
|
6865
|
+
className: l,
|
|
6866
|
+
onClick: r
|
|
6867
|
+
}) => /* @__PURE__ */ c(
|
|
6868
|
+
"svg",
|
|
6869
|
+
{
|
|
6870
|
+
width: i,
|
|
6871
|
+
height: o,
|
|
6872
|
+
viewBox: "0 0 24 24",
|
|
6873
|
+
fill: "none",
|
|
6874
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6875
|
+
className: l,
|
|
6876
|
+
onClick: r,
|
|
6877
|
+
children: [
|
|
6878
|
+
/* @__PURE__ */ t(
|
|
6879
|
+
"path",
|
|
6880
|
+
{
|
|
6881
|
+
d: "M5 20V19C5 15.134 8.13401 12 12 12V12C15.866 12 19 15.134 19 19V20",
|
|
6882
|
+
stroke: e,
|
|
6883
|
+
strokeWidth: "1.5",
|
|
6884
|
+
strokeLinecap: "round",
|
|
6885
|
+
strokeLinejoin: "round"
|
|
6886
|
+
}
|
|
6887
|
+
),
|
|
6888
|
+
/* @__PURE__ */ t(
|
|
6889
|
+
"path",
|
|
6890
|
+
{
|
|
6891
|
+
d: "M12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12Z",
|
|
6892
|
+
stroke: e,
|
|
6893
|
+
strokeWidth: "1.5",
|
|
6894
|
+
strokeLinecap: "round",
|
|
6895
|
+
strokeLinejoin: "round"
|
|
6896
|
+
}
|
|
6897
|
+
)
|
|
6898
|
+
]
|
|
6601
6899
|
}
|
|
6602
|
-
),
|
|
6603
|
-
width: i =
|
|
6604
|
-
height: o =
|
|
6605
|
-
color: e =
|
|
6900
|
+
), x0 = ({
|
|
6901
|
+
width: i = 24,
|
|
6902
|
+
height: o = 24,
|
|
6903
|
+
color: e = w.GREY_DARK_2,
|
|
6606
6904
|
className: l,
|
|
6607
6905
|
onClick: r
|
|
6608
6906
|
}) => /* @__PURE__ */ t(
|
|
6609
6907
|
"svg",
|
|
6610
6908
|
{
|
|
6611
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6612
6909
|
width: i,
|
|
6613
6910
|
height: o,
|
|
6911
|
+
viewBox: "0 0 24 24",
|
|
6912
|
+
fill: "none",
|
|
6913
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6614
6914
|
className: l,
|
|
6615
6915
|
onClick: r,
|
|
6616
|
-
viewBox: "0 0 20 20",
|
|
6617
|
-
fill: "none",
|
|
6618
6916
|
children: /* @__PURE__ */ t(
|
|
6619
6917
|
"path",
|
|
6620
6918
|
{
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
|
|
6627
|
-
6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
|
|
6628
|
-
8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
|
|
6629
|
-
8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
|
|
6630
|
-
5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
|
|
6631
|
-
6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
|
|
6632
|
-
4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
|
|
6633
|
-
7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
|
|
6634
|
-
7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
|
|
6635
|
-
8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
|
|
6636
|
-
6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
|
|
6637
|
-
7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
|
|
6638
|
-
8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
|
|
6639
|
-
7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
|
|
6640
|
-
6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
|
|
6641
|
-
8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
|
|
6642
|
-
11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
|
|
6643
|
-
11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
|
|
6644
|
-
12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
|
|
6645
|
-
12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
|
|
6646
|
-
12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
|
|
6647
|
-
13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
|
|
6648
|
-
14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
|
|
6649
|
-
14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
|
|
6650
|
-
12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
|
|
6651
|
-
13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
|
|
6652
|
-
15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
|
|
6653
|
-
15 12.7083H10.8333Z`,
|
|
6654
|
-
fill: e
|
|
6919
|
+
d: "M15 4V2M15 4V6M15 4H10.5M3 10V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V10M3 10H21M3 10V6C3 5.46957 3.21071 4.96086 3.58579 4.58579C3.96086 4.21071 4.46957 4 5 4H7M21 10V6C21 5.46957 20.7893 4.96086 20.4142 4.58579C20.0391 4.21071 19.5304 4 19 4H18.5M7 2V6",
|
|
6920
|
+
stroke: e,
|
|
6921
|
+
strokeWidth: "1.5",
|
|
6922
|
+
strokeLinecap: "round",
|
|
6923
|
+
strokeLinejoin: "round"
|
|
6655
6924
|
}
|
|
6656
6925
|
)
|
|
6657
6926
|
}
|
|
6658
|
-
),
|
|
6927
|
+
), _0 = ({
|
|
6659
6928
|
width: i = 24,
|
|
6660
6929
|
height: o = 24,
|
|
6661
|
-
color: e =
|
|
6930
|
+
color: e = w.GREY_DARK_2,
|
|
6662
6931
|
className: l,
|
|
6663
6932
|
onClick: r
|
|
6664
6933
|
}) => /* @__PURE__ */ c(
|
|
@@ -6668,78 +6937,139 @@ const T5 = ({
|
|
|
6668
6937
|
height: o,
|
|
6669
6938
|
viewBox: "0 0 24 24",
|
|
6670
6939
|
fill: "none",
|
|
6940
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6671
6941
|
className: l,
|
|
6672
6942
|
onClick: r,
|
|
6673
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6674
6943
|
children: [
|
|
6675
6944
|
/* @__PURE__ */ t(
|
|
6676
6945
|
"path",
|
|
6677
6946
|
{
|
|
6678
|
-
d: "
|
|
6679
|
-
|
|
6947
|
+
d: "M12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22Z",
|
|
6948
|
+
stroke: e,
|
|
6949
|
+
strokeWidth: "1.5",
|
|
6950
|
+
strokeLinecap: "round",
|
|
6951
|
+
strokeLinejoin: "round"
|
|
6680
6952
|
}
|
|
6681
6953
|
),
|
|
6682
6954
|
/* @__PURE__ */ t(
|
|
6683
6955
|
"path",
|
|
6684
6956
|
{
|
|
6685
|
-
d: "
|
|
6686
|
-
fill: e
|
|
6957
|
+
d: "M12 13C12.2652 13 12.5196 12.8946 12.7071 12.7071C12.8946 12.5196 13 12.2652 13 12C13 11.7348 12.8946 11.4804 12.7071 11.2929C12.5196 11.1054 12.2652 11 12 11C11.7348 11 11.4804 11.1054 11.2929 11.2929C11.1054 11.4804 11 11.7348 11 12C11 12.2652 11.1054 12.5196 11.2929 12.7071C11.4804 12.8946 11.7348 13 12 13Z",
|
|
6958
|
+
fill: e,
|
|
6959
|
+
stroke: e,
|
|
6960
|
+
strokeWidth: "1.5",
|
|
6961
|
+
strokeLinecap: "round",
|
|
6962
|
+
strokeLinejoin: "round"
|
|
6687
6963
|
}
|
|
6688
6964
|
)
|
|
6689
6965
|
]
|
|
6690
6966
|
}
|
|
6691
|
-
),
|
|
6967
|
+
), R0 = ({
|
|
6968
|
+
width: i = 24,
|
|
6969
|
+
height: o = 24,
|
|
6970
|
+
color: e = w.GREY_DARK_2,
|
|
6971
|
+
className: l,
|
|
6972
|
+
onClick: r
|
|
6973
|
+
}) => /* @__PURE__ */ t(
|
|
6974
|
+
"svg",
|
|
6975
|
+
{
|
|
6976
|
+
width: i,
|
|
6977
|
+
height: o,
|
|
6978
|
+
viewBox: "0 0 24 24",
|
|
6979
|
+
fill: "none",
|
|
6980
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6981
|
+
className: l,
|
|
6982
|
+
onClick: r,
|
|
6983
|
+
children: /* @__PURE__ */ t(
|
|
6984
|
+
"path",
|
|
6985
|
+
{
|
|
6986
|
+
d: "M7 18V17C7 15.6739 7.52678 14.4021 8.46447 13.4645C9.40215 12.5268 10.6739 12 12 12M12 12C13.3261 12 14.5979 12.5268 15.5355 13.4645C16.4732 14.4021 17 15.6739 17 17V18M12 12C12.7956 12 13.5587 11.6839 14.1213 11.1213C14.6839 10.5587 15 9.79565 15 9C15 8.20435 14.6839 7.44129 14.1213 6.87868C13.5587 6.31607 12.7956 6 12 6C11.2044 6 10.4413 6.31607 9.87868 6.87868C9.31607 7.44129 9 8.20435 9 9C9 9.79565 9.31607 10.5587 9.87868 11.1213C10.4413 11.6839 11.2044 12 12 12ZM1 18V17C1 16.2044 1.31607 15.4413 1.87868 14.8787C2.44129 14.3161 3.20435 14 4 14M4 14C4.53043 14 5.03914 13.7893 5.41421 13.4142C5.78929 13.0391 6 12.5304 6 12C6 11.4696 5.78929 10.9609 5.41421 10.5858C5.03914 10.2107 4.53043 10 4 10C3.46957 10 2.96086 10.2107 2.58579 10.5858C2.21071 10.9609 2 11.4696 2 12C2 12.5304 2.21071 13.0391 2.58579 13.4142C2.96086 13.7893 3.46957 14 4 14ZM23 18V17C23 16.2044 22.6839 15.4413 22.1213 14.8787C21.5587 14.3161 20.7956 14 20 14M20 14C20.5304 14 21.0391 13.7893 21.4142 13.4142C21.7893 13.0391 22 12.5304 22 12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10C19.4696 10 18.9609 10.2107 18.5858 10.5858C18.2107 10.9609 18 11.4696 18 12C18 12.5304 18.2107 13.0391 18.5858 13.4142C18.9609 13.7893 19.4696 14 20 14Z",
|
|
6987
|
+
stroke: e,
|
|
6988
|
+
strokeWidth: "1.5",
|
|
6989
|
+
strokeLinecap: "round",
|
|
6990
|
+
strokeLinejoin: "round"
|
|
6991
|
+
}
|
|
6992
|
+
)
|
|
6993
|
+
}
|
|
6994
|
+
), H0 = ({
|
|
6995
|
+
width: i = 24,
|
|
6996
|
+
height: o = 24,
|
|
6997
|
+
color: e = w.GREY_DARK_2,
|
|
6998
|
+
className: l,
|
|
6999
|
+
onClick: r
|
|
7000
|
+
}) => /* @__PURE__ */ t(
|
|
7001
|
+
"svg",
|
|
7002
|
+
{
|
|
7003
|
+
width: i,
|
|
7004
|
+
height: o,
|
|
7005
|
+
viewBox: "0 0 24 24",
|
|
7006
|
+
fill: "none",
|
|
7007
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7008
|
+
className: l,
|
|
7009
|
+
onClick: r,
|
|
7010
|
+
children: /* @__PURE__ */ t(
|
|
7011
|
+
"path",
|
|
7012
|
+
{
|
|
7013
|
+
d: "M7 7H17M7 12H17M7 17H13M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3Z",
|
|
7014
|
+
stroke: e,
|
|
7015
|
+
strokeWidth: "1.5",
|
|
7016
|
+
strokeLinecap: "round",
|
|
7017
|
+
strokeLinejoin: "round"
|
|
7018
|
+
}
|
|
7019
|
+
)
|
|
7020
|
+
}
|
|
7021
|
+
), V0 = ({
|
|
6692
7022
|
name: i,
|
|
6693
7023
|
width: o,
|
|
6694
7024
|
height: e,
|
|
6695
7025
|
color: l,
|
|
6696
7026
|
className: r,
|
|
6697
7027
|
disabled: a = !1,
|
|
6698
|
-
onClick:
|
|
7028
|
+
onClick: g
|
|
6699
7029
|
}) => {
|
|
6700
|
-
const [n, p] =
|
|
6701
|
-
return
|
|
7030
|
+
const [n, p] = H(r), { theme: k } = t1(_1), h = a ? k && k === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : l, s = a ? void 0 : g;
|
|
7031
|
+
return B(() => {
|
|
6702
7032
|
if (r) {
|
|
6703
7033
|
s && !a && p(`${r} clickable`);
|
|
6704
7034
|
return;
|
|
6705
7035
|
}
|
|
6706
7036
|
s && !a && p("clickable");
|
|
6707
|
-
}, [s, r, a]), /* @__PURE__ */ t(
|
|
7037
|
+
}, [s, r, a]), /* @__PURE__ */ t(z, { children: (() => {
|
|
6708
7038
|
switch (i) {
|
|
6709
7039
|
case "nextIcon":
|
|
6710
|
-
return
|
|
7040
|
+
return y3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6711
7041
|
case "prevIcon":
|
|
6712
|
-
return
|
|
7042
|
+
return T3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6713
7043
|
case "arrowUp":
|
|
6714
|
-
return
|
|
7044
|
+
return U5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6715
7045
|
case "arrowDown":
|
|
6716
|
-
return
|
|
7046
|
+
return P5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6717
7047
|
case "info":
|
|
6718
|
-
return
|
|
7048
|
+
return $5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6719
7049
|
case "arrowRight":
|
|
6720
|
-
return
|
|
7050
|
+
return z5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6721
7051
|
case "calendar":
|
|
6722
|
-
return
|
|
7052
|
+
return J5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6723
7053
|
case "ok":
|
|
6724
|
-
return
|
|
7054
|
+
return q5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6725
7055
|
case "cancel":
|
|
6726
|
-
return
|
|
7056
|
+
return Q5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6727
7057
|
case "add":
|
|
6728
|
-
return
|
|
7058
|
+
return X5({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6729
7059
|
case "list":
|
|
6730
|
-
return
|
|
7060
|
+
return e3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6731
7061
|
case "dragAndDrop":
|
|
6732
|
-
return
|
|
7062
|
+
return o3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6733
7063
|
case "filter":
|
|
6734
|
-
return
|
|
7064
|
+
return i3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6735
7065
|
case "attention":
|
|
6736
|
-
return
|
|
7066
|
+
return t3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6737
7067
|
case "plus":
|
|
6738
|
-
return
|
|
7068
|
+
return l3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6739
7069
|
case "time":
|
|
6740
|
-
return
|
|
7070
|
+
return r3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6741
7071
|
case "arrowDownLong":
|
|
6742
|
-
return
|
|
7072
|
+
return n3({
|
|
6743
7073
|
width: o,
|
|
6744
7074
|
height: e,
|
|
6745
7075
|
color: h,
|
|
@@ -6747,9 +7077,9 @@ const T5 = ({
|
|
|
6747
7077
|
onClick: s
|
|
6748
7078
|
});
|
|
6749
7079
|
case "users":
|
|
6750
|
-
return
|
|
7080
|
+
return s3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6751
7081
|
case "mySkillsMatrix":
|
|
6752
|
-
return
|
|
7082
|
+
return h3({
|
|
6753
7083
|
width: o,
|
|
6754
7084
|
height: e,
|
|
6755
7085
|
color: h,
|
|
@@ -6757,9 +7087,9 @@ const T5 = ({
|
|
|
6757
7087
|
onClick: s
|
|
6758
7088
|
});
|
|
6759
7089
|
case "skills":
|
|
6760
|
-
return
|
|
7090
|
+
return c3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6761
7091
|
case "skillsMatrices":
|
|
6762
|
-
return
|
|
7092
|
+
return a3({
|
|
6763
7093
|
width: o,
|
|
6764
7094
|
height: e,
|
|
6765
7095
|
color: h,
|
|
@@ -6767,23 +7097,23 @@ const T5 = ({
|
|
|
6767
7097
|
onClick: s
|
|
6768
7098
|
});
|
|
6769
7099
|
case "history":
|
|
6770
|
-
return
|
|
7100
|
+
return C3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6771
7101
|
case "logOut":
|
|
6772
|
-
return
|
|
7102
|
+
return d3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6773
7103
|
case "settings":
|
|
6774
|
-
return
|
|
7104
|
+
return w3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6775
7105
|
case "addSkill":
|
|
6776
|
-
return
|
|
7106
|
+
return k3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6777
7107
|
case "conversation":
|
|
6778
|
-
return
|
|
7108
|
+
return g3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6779
7109
|
case "trash":
|
|
6780
|
-
return
|
|
7110
|
+
return p3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6781
7111
|
case "settings4":
|
|
6782
|
-
return
|
|
7112
|
+
return L3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6783
7113
|
case "edit2":
|
|
6784
|
-
return
|
|
7114
|
+
return m3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6785
7115
|
case "notifications":
|
|
6786
|
-
return
|
|
7116
|
+
return u3({
|
|
6787
7117
|
width: o,
|
|
6788
7118
|
height: e,
|
|
6789
7119
|
color: h,
|
|
@@ -6791,9 +7121,9 @@ const T5 = ({
|
|
|
6791
7121
|
onClick: s
|
|
6792
7122
|
});
|
|
6793
7123
|
case "success":
|
|
6794
|
-
return
|
|
7124
|
+
return v3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6795
7125
|
case "attentionSmall":
|
|
6796
|
-
return
|
|
7126
|
+
return N3({
|
|
6797
7127
|
width: o,
|
|
6798
7128
|
height: e,
|
|
6799
7129
|
color: h,
|
|
@@ -6801,11 +7131,11 @@ const T5 = ({
|
|
|
6801
7131
|
onClick: s
|
|
6802
7132
|
});
|
|
6803
7133
|
case "errorSmall":
|
|
6804
|
-
return
|
|
7134
|
+
return f3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6805
7135
|
case "infoMedium":
|
|
6806
|
-
return
|
|
7136
|
+
return M3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6807
7137
|
case "attentionMedium":
|
|
6808
|
-
return
|
|
7138
|
+
return x3({
|
|
6809
7139
|
width: o,
|
|
6810
7140
|
height: e,
|
|
6811
7141
|
color: h,
|
|
@@ -6813,9 +7143,9 @@ const T5 = ({
|
|
|
6813
7143
|
onClick: s
|
|
6814
7144
|
});
|
|
6815
7145
|
case "errorMedium":
|
|
6816
|
-
return
|
|
7146
|
+
return _3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6817
7147
|
case "faviconSkills":
|
|
6818
|
-
return
|
|
7148
|
+
return W3({
|
|
6819
7149
|
width: o,
|
|
6820
7150
|
height: e,
|
|
6821
7151
|
color: h,
|
|
@@ -6823,7 +7153,7 @@ const T5 = ({
|
|
|
6823
7153
|
onClick: s
|
|
6824
7154
|
});
|
|
6825
7155
|
case "visibilityIcon":
|
|
6826
|
-
return
|
|
7156
|
+
return R3({
|
|
6827
7157
|
width: o,
|
|
6828
7158
|
height: e,
|
|
6829
7159
|
color: h,
|
|
@@ -6831,7 +7161,7 @@ const T5 = ({
|
|
|
6831
7161
|
onClick: s
|
|
6832
7162
|
});
|
|
6833
7163
|
case "visibilityOffIcon":
|
|
6834
|
-
return
|
|
7164
|
+
return H3({
|
|
6835
7165
|
width: o,
|
|
6836
7166
|
height: e,
|
|
6837
7167
|
color: h,
|
|
@@ -6839,7 +7169,7 @@ const T5 = ({
|
|
|
6839
7169
|
onClick: s
|
|
6840
7170
|
});
|
|
6841
7171
|
case "selectArrowIcon":
|
|
6842
|
-
return
|
|
7172
|
+
return V3({
|
|
6843
7173
|
width: o,
|
|
6844
7174
|
height: e,
|
|
6845
7175
|
color: h,
|
|
@@ -6847,7 +7177,7 @@ const T5 = ({
|
|
|
6847
7177
|
onClick: s
|
|
6848
7178
|
});
|
|
6849
7179
|
case "expandArrowIcon":
|
|
6850
|
-
return
|
|
7180
|
+
return E3({
|
|
6851
7181
|
width: o,
|
|
6852
7182
|
height: e,
|
|
6853
7183
|
color: h,
|
|
@@ -6855,7 +7185,7 @@ const T5 = ({
|
|
|
6855
7185
|
onClick: s
|
|
6856
7186
|
});
|
|
6857
7187
|
case "expandActiveArrowIcon":
|
|
6858
|
-
return
|
|
7188
|
+
return Z3({
|
|
6859
7189
|
width: o,
|
|
6860
7190
|
height: e,
|
|
6861
7191
|
color: h,
|
|
@@ -6863,103 +7193,113 @@ const T5 = ({
|
|
|
6863
7193
|
onClick: s
|
|
6864
7194
|
});
|
|
6865
7195
|
case "camera":
|
|
6866
|
-
return
|
|
7196
|
+
return B3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6867
7197
|
case "sortUp":
|
|
6868
|
-
return
|
|
7198
|
+
return A3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6869
7199
|
case "sortDown":
|
|
6870
|
-
return
|
|
7200
|
+
return I3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6871
7201
|
case "logOut2":
|
|
6872
|
-
return
|
|
7202
|
+
return G3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6873
7203
|
case "search":
|
|
6874
|
-
return
|
|
7204
|
+
return D3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6875
7205
|
case "handRock":
|
|
6876
|
-
return
|
|
7206
|
+
return j3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6877
7207
|
case "arrowUpFilled":
|
|
6878
|
-
return
|
|
7208
|
+
return K3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6879
7209
|
case "arrowDownFilled":
|
|
6880
|
-
return
|
|
7210
|
+
return Y3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6881
7211
|
case "link":
|
|
6882
|
-
return
|
|
7212
|
+
return b3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6883
7213
|
case "telegram":
|
|
6884
|
-
return
|
|
7214
|
+
return F3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6885
7215
|
case "mail":
|
|
6886
|
-
return
|
|
7216
|
+
return U3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6887
7217
|
case "github":
|
|
6888
|
-
return
|
|
7218
|
+
return O3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6889
7219
|
case "linkedIn":
|
|
6890
|
-
return
|
|
7220
|
+
return S3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6891
7221
|
case "emptyStateIcon":
|
|
6892
|
-
return
|
|
7222
|
+
return P3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6893
7223
|
case "filtersIcon":
|
|
6894
|
-
return
|
|
7224
|
+
return $3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6895
7225
|
case "dotMenuIcon":
|
|
6896
|
-
return
|
|
7226
|
+
return z3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6897
7227
|
case "plusCircle":
|
|
6898
|
-
return
|
|
7228
|
+
return J3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6899
7229
|
case "warning":
|
|
6900
|
-
return
|
|
7230
|
+
return q3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6901
7231
|
case "back":
|
|
6902
|
-
return
|
|
7232
|
+
return Q3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6903
7233
|
case "bell":
|
|
6904
|
-
return
|
|
7234
|
+
return X3({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6905
7235
|
case "contract":
|
|
6906
|
-
return
|
|
7236
|
+
return o0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6907
7237
|
case "trash2":
|
|
6908
|
-
return
|
|
7238
|
+
return e0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6909
7239
|
case "manager":
|
|
6910
|
-
return
|
|
7240
|
+
return i0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6911
7241
|
case "resourceManager":
|
|
6912
|
-
return
|
|
7242
|
+
return t0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6913
7243
|
case "settings2":
|
|
6914
|
-
return
|
|
7244
|
+
return l0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6915
7245
|
case "image":
|
|
6916
|
-
return
|
|
7246
|
+
return r0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6917
7247
|
case "upload":
|
|
6918
|
-
return
|
|
7248
|
+
return n0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6919
7249
|
case "edit":
|
|
6920
|
-
return
|
|
7250
|
+
return s0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6921
7251
|
case "location":
|
|
6922
|
-
return
|
|
7252
|
+
return h0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6923
7253
|
case "plus2":
|
|
6924
|
-
return
|
|
7254
|
+
return c0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6925
7255
|
case "search2":
|
|
6926
|
-
return
|
|
7256
|
+
return a0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6927
7257
|
case "fastArrowLeft":
|
|
6928
|
-
return
|
|
7258
|
+
return C0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6929
7259
|
case "fastArrowRight":
|
|
6930
|
-
return
|
|
7260
|
+
return d0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6931
7261
|
case "crossInCircle":
|
|
6932
|
-
return
|
|
7262
|
+
return w0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6933
7263
|
case "arrowUp2":
|
|
6934
|
-
return
|
|
7264
|
+
return g0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6935
7265
|
case "arrowDown2":
|
|
6936
|
-
return
|
|
7266
|
+
return k0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6937
7267
|
case "filledArrowLeft":
|
|
6938
|
-
return
|
|
7268
|
+
return p0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6939
7269
|
case "filledArrowRight":
|
|
6940
|
-
return
|
|
7270
|
+
return L0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6941
7271
|
case "burgerMenu":
|
|
6942
|
-
return
|
|
7272
|
+
return m0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6943
7273
|
case "signOut":
|
|
6944
|
-
return
|
|
7274
|
+
return u0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6945
7275
|
case "refresh":
|
|
6946
|
-
return
|
|
7276
|
+
return v0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6947
7277
|
case "projects":
|
|
6948
|
-
return
|
|
7278
|
+
return N0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6949
7279
|
case "exit":
|
|
6950
|
-
return
|
|
7280
|
+
return f0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7281
|
+
case "client":
|
|
7282
|
+
return M0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7283
|
+
case "calendar2":
|
|
7284
|
+
return x0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7285
|
+
case "openPointCircle":
|
|
7286
|
+
return _0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7287
|
+
case "community":
|
|
7288
|
+
return R0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
7289
|
+
case "docs":
|
|
7290
|
+
return H0({ width: o, height: e, color: h, className: n, onClick: s });
|
|
6951
7291
|
default:
|
|
6952
|
-
return /* @__PURE__ */ t(
|
|
7292
|
+
return /* @__PURE__ */ t(z, { children: "No Icon provided" });
|
|
6953
7293
|
}
|
|
6954
7294
|
})() });
|
|
6955
7295
|
};
|
|
6956
|
-
var
|
|
6957
|
-
const
|
|
7296
|
+
var o1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(o1 || {});
|
|
7297
|
+
const E0 = i1({
|
|
6958
7298
|
locale: "en",
|
|
6959
7299
|
theme: "light"
|
|
6960
7300
|
});
|
|
6961
|
-
|
|
6962
|
-
const
|
|
7301
|
+
E0.Provider;
|
|
7302
|
+
const R1 = ({
|
|
6963
7303
|
children: i,
|
|
6964
7304
|
width: o,
|
|
6965
7305
|
size: e = "small",
|
|
@@ -6967,20 +7307,20 @@ const _1 = ({
|
|
|
6967
7307
|
closable: r = !0,
|
|
6968
7308
|
disabled: a = !1
|
|
6969
7309
|
}) => {
|
|
6970
|
-
const
|
|
7310
|
+
const g = e === "small" ? 10 : 12.5, n = () => {
|
|
6971
7311
|
a || l == null || l();
|
|
6972
7312
|
};
|
|
6973
7313
|
return /* @__PURE__ */ t(
|
|
6974
|
-
|
|
7314
|
+
G1,
|
|
6975
7315
|
{
|
|
6976
7316
|
className: `snmt-tag ${e} ${a ? "disabled" : ""}`,
|
|
6977
7317
|
closeIcon: /* @__PURE__ */ t(
|
|
6978
|
-
|
|
7318
|
+
V0,
|
|
6979
7319
|
{
|
|
6980
7320
|
name: "errorSmall",
|
|
6981
|
-
color: a ?
|
|
6982
|
-
width:
|
|
6983
|
-
height:
|
|
7321
|
+
color: a ? o1.GREY_DARK_1 : o1.GREY_DARK_2,
|
|
7322
|
+
width: g,
|
|
7323
|
+
height: g,
|
|
6984
7324
|
onClick: n
|
|
6985
7325
|
}
|
|
6986
7326
|
),
|
|
@@ -6988,16 +7328,16 @@ const _1 = ({
|
|
|
6988
7328
|
style: { width: o ?? "fit-content" },
|
|
6989
7329
|
closable: r,
|
|
6990
7330
|
children: typeof i == "string" ? /* @__PURE__ */ t(
|
|
6991
|
-
|
|
7331
|
+
S5,
|
|
6992
7332
|
{
|
|
6993
7333
|
variant: e === "small" ? "body4" : "body2",
|
|
6994
|
-
color: a ?
|
|
7334
|
+
color: a ? o1.GREY_DARK_2 : o1.GREY_DARK_5,
|
|
6995
7335
|
children: i
|
|
6996
7336
|
}
|
|
6997
7337
|
) : i
|
|
6998
7338
|
}
|
|
6999
7339
|
);
|
|
7000
|
-
},
|
|
7340
|
+
}, Z0 = ({
|
|
7001
7341
|
children: i,
|
|
7002
7342
|
content: o,
|
|
7003
7343
|
isOpen: e,
|
|
@@ -7005,16 +7345,16 @@ const _1 = ({
|
|
|
7005
7345
|
placement: r = "topRight",
|
|
7006
7346
|
noPadding: a = !1
|
|
7007
7347
|
}) => {
|
|
7008
|
-
const [
|
|
7348
|
+
const [g, n] = H(!1);
|
|
7009
7349
|
return /* @__PURE__ */ t(
|
|
7010
|
-
|
|
7350
|
+
D1,
|
|
7011
7351
|
{
|
|
7012
7352
|
content: o,
|
|
7013
7353
|
arrow: !1,
|
|
7014
7354
|
placement: r,
|
|
7015
7355
|
trigger: "click",
|
|
7016
7356
|
overlayClassName: `snmt-popover ${a ? "" : "padding"}`,
|
|
7017
|
-
open: e ??
|
|
7357
|
+
open: e ?? g,
|
|
7018
7358
|
onOpenChange: (p) => {
|
|
7019
7359
|
n(p), l == null || l(p);
|
|
7020
7360
|
},
|
|
@@ -7022,53 +7362,53 @@ const _1 = ({
|
|
|
7022
7362
|
}
|
|
7023
7363
|
);
|
|
7024
7364
|
};
|
|
7025
|
-
var
|
|
7365
|
+
var W0 = { exports: {} };
|
|
7026
7366
|
(function(i, o) {
|
|
7027
7367
|
(function(e, l) {
|
|
7028
7368
|
i.exports = l();
|
|
7029
|
-
})(
|
|
7369
|
+
})(Y1, function() {
|
|
7030
7370
|
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(e) {
|
|
7031
7371
|
var l = ["th", "st", "nd", "rd"], r = e % 100;
|
|
7032
7372
|
return "[" + e + (l[(r - 20) % 10] || l[r] || l[0]) + "]";
|
|
7033
7373
|
} };
|
|
7034
7374
|
});
|
|
7035
|
-
})(
|
|
7036
|
-
const
|
|
7375
|
+
})(W0);
|
|
7376
|
+
const B0 = ({
|
|
7037
7377
|
values: i,
|
|
7038
7378
|
onTagClose: o,
|
|
7039
7379
|
maxWidth: e,
|
|
7040
7380
|
closable: l = !0,
|
|
7041
7381
|
disabled: r,
|
|
7042
7382
|
options: a,
|
|
7043
|
-
extraOptions:
|
|
7383
|
+
extraOptions: g
|
|
7044
7384
|
}) => {
|
|
7045
|
-
const { locale: n } =
|
|
7046
|
-
if (
|
|
7385
|
+
const { locale: n } = t1(g1), { t: p } = t2("common", { lng: n }), [k, h] = H(!1);
|
|
7386
|
+
if (B(() => {
|
|
7047
7387
|
i.length || h(!1);
|
|
7048
7388
|
}, [i]), !i.length)
|
|
7049
7389
|
return null;
|
|
7050
|
-
const s = (
|
|
7051
|
-
var E,
|
|
7052
|
-
return ((E = a == null ? void 0 : a.find((
|
|
7390
|
+
const s = (_) => {
|
|
7391
|
+
var E, A;
|
|
7392
|
+
return ((E = a == null ? void 0 : a.find((R) => R.value === _)) == null ? void 0 : E.label) || ((A = g == null ? void 0 : g.find((R) => R.value === _)) == null ? void 0 : A.label) || _;
|
|
7053
7393
|
};
|
|
7054
7394
|
return /* @__PURE__ */ c(
|
|
7055
|
-
|
|
7395
|
+
Z0,
|
|
7056
7396
|
{
|
|
7057
7397
|
content: (
|
|
7058
7398
|
// 90: paddings + margins + gaps and so on
|
|
7059
|
-
/* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ t(
|
|
7060
|
-
|
|
7399
|
+
/* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ t(C1, { gap: 6, flexWrap: "wrap", children: i.map(({ value: _ }) => /* @__PURE__ */ t(
|
|
7400
|
+
R1,
|
|
7061
7401
|
{
|
|
7062
|
-
onClose: () => o(
|
|
7402
|
+
onClose: () => o(_),
|
|
7063
7403
|
closable: l,
|
|
7064
7404
|
disabled: r,
|
|
7065
|
-
children: s(
|
|
7405
|
+
children: s(_)
|
|
7066
7406
|
},
|
|
7067
|
-
|
|
7407
|
+
_
|
|
7068
7408
|
)) }) })
|
|
7069
7409
|
),
|
|
7070
7410
|
placement: "bottomRight",
|
|
7071
|
-
isOpen:
|
|
7411
|
+
isOpen: k,
|
|
7072
7412
|
setIsOpen: h,
|
|
7073
7413
|
children: [
|
|
7074
7414
|
i.length,
|
|
@@ -7077,7 +7417,7 @@ const v0 = ({
|
|
|
7077
7417
|
]
|
|
7078
7418
|
}
|
|
7079
7419
|
);
|
|
7080
|
-
},
|
|
7420
|
+
}, u1 = ({ size: i = 30, color: o = "#004ed7" }) => {
|
|
7081
7421
|
const e = `no-repeat linear-gradient(${o}
|
|
7082
7422
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${o} 0)`, l = {
|
|
7083
7423
|
width: i,
|
|
@@ -7085,7 +7425,7 @@ const v0 = ({
|
|
|
7085
7425
|
backgroundSize: "20% calc(200% + 20px)"
|
|
7086
7426
|
};
|
|
7087
7427
|
return /* @__PURE__ */ t("span", { className: "snmt-loader", style: l });
|
|
7088
|
-
},
|
|
7428
|
+
}, v1 = k1(
|
|
7089
7429
|
({
|
|
7090
7430
|
value: i,
|
|
7091
7431
|
onChange: o,
|
|
@@ -7093,190 +7433,190 @@ const v0 = ({
|
|
|
7093
7433
|
mode: l,
|
|
7094
7434
|
search: r = !1,
|
|
7095
7435
|
options: a,
|
|
7096
|
-
width:
|
|
7436
|
+
width: g,
|
|
7097
7437
|
disabled: n = !1,
|
|
7098
7438
|
required: p = !1,
|
|
7099
|
-
clearable:
|
|
7439
|
+
clearable: k = !1,
|
|
7100
7440
|
scrollThresholdValue: h = 50,
|
|
7101
7441
|
onSearchChange: s,
|
|
7102
|
-
onDropdownVisibleChange:
|
|
7442
|
+
onDropdownVisibleChange: _,
|
|
7103
7443
|
onScrollToEnd: E,
|
|
7104
|
-
onPopupScroll:
|
|
7105
|
-
id:
|
|
7106
|
-
extraOptions:
|
|
7107
|
-
dropdownRender:
|
|
7108
|
-
optionRender:
|
|
7109
|
-
isLoading:
|
|
7110
|
-
readOnly:
|
|
7111
|
-
},
|
|
7112
|
-
const [
|
|
7113
|
-
|
|
7114
|
-
|
|
7444
|
+
onPopupScroll: A,
|
|
7445
|
+
id: I,
|
|
7446
|
+
extraOptions: R,
|
|
7447
|
+
dropdownRender: T,
|
|
7448
|
+
optionRender: V,
|
|
7449
|
+
isLoading: v,
|
|
7450
|
+
readOnly: N
|
|
7451
|
+
}, f) => {
|
|
7452
|
+
const [M, x] = H(!1), [q, G] = H(!1), [Y, S] = H(!0), [Z, D] = H(i), Q = J(null);
|
|
7453
|
+
B(() => {
|
|
7454
|
+
D(i);
|
|
7115
7455
|
}, [i]);
|
|
7116
|
-
const
|
|
7117
|
-
|
|
7118
|
-
},
|
|
7119
|
-
var
|
|
7120
|
-
return !!((
|
|
7121
|
-
},
|
|
7122
|
-
|
|
7123
|
-
},
|
|
7124
|
-
|
|
7125
|
-
},
|
|
7126
|
-
(
|
|
7127
|
-
if (
|
|
7128
|
-
const
|
|
7129
|
-
o == null || o(
|
|
7456
|
+
const l1 = (C) => {
|
|
7457
|
+
x(C), _ && _(C);
|
|
7458
|
+
}, r1 = (C, L) => {
|
|
7459
|
+
var u;
|
|
7460
|
+
return !!((u = L == null ? void 0 : L.label) != null && u.toString().toLowerCase().includes(C.toLowerCase()));
|
|
7461
|
+
}, X = () => {
|
|
7462
|
+
G(!0);
|
|
7463
|
+
}, U = () => {
|
|
7464
|
+
G(!1);
|
|
7465
|
+
}, y = W(
|
|
7466
|
+
(C) => {
|
|
7467
|
+
if (D(C), l) {
|
|
7468
|
+
const u = C;
|
|
7469
|
+
o == null || o(u);
|
|
7130
7470
|
return;
|
|
7131
7471
|
}
|
|
7132
|
-
const
|
|
7133
|
-
o == null || o(
|
|
7472
|
+
const L = C;
|
|
7473
|
+
o == null || o(L);
|
|
7134
7474
|
},
|
|
7135
7475
|
[l, o]
|
|
7136
|
-
),
|
|
7137
|
-
if (!
|
|
7476
|
+
), n1 = W(() => {
|
|
7477
|
+
if (!N) {
|
|
7138
7478
|
if (l) {
|
|
7139
|
-
|
|
7479
|
+
y([]);
|
|
7140
7480
|
return;
|
|
7141
7481
|
}
|
|
7142
|
-
|
|
7482
|
+
y("");
|
|
7143
7483
|
}
|
|
7144
|
-
}, [
|
|
7145
|
-
(
|
|
7146
|
-
const
|
|
7147
|
-
|
|
7484
|
+
}, [y, l, N]), K = W(
|
|
7485
|
+
(C) => {
|
|
7486
|
+
const L = Z.filter((u) => u !== C);
|
|
7487
|
+
y(L), D(L);
|
|
7148
7488
|
},
|
|
7149
|
-
[
|
|
7150
|
-
),
|
|
7151
|
-
(
|
|
7489
|
+
[y, Z]
|
|
7490
|
+
), e1 = W(
|
|
7491
|
+
(C) => (Z == null ? void 0 : Z.indexOf(C)) === 0 ? (
|
|
7152
7492
|
// if the search input is empty
|
|
7153
7493
|
// then display the placeholder, else do not display it
|
|
7154
|
-
/* @__PURE__ */ t("span", { className: "custom-placeholder", children:
|
|
7155
|
-
) : /* @__PURE__ */ t(
|
|
7156
|
-
[
|
|
7157
|
-
),
|
|
7158
|
-
|
|
7159
|
-
},
|
|
7160
|
-
const { target:
|
|
7161
|
-
|
|
7162
|
-
},
|
|
7163
|
-
(
|
|
7164
|
-
var
|
|
7165
|
-
return ((
|
|
7166
|
-
(
|
|
7167
|
-
)) == null ? void 0 :
|
|
7494
|
+
/* @__PURE__ */ t("span", { className: "custom-placeholder", children: Y ? e : "" })
|
|
7495
|
+
) : /* @__PURE__ */ t(z, {}),
|
|
7496
|
+
[Y, Z, e]
|
|
7497
|
+
), s1 = (C) => {
|
|
7498
|
+
C.preventDefault(), C.stopPropagation();
|
|
7499
|
+
}, h1 = async (C) => {
|
|
7500
|
+
const { target: L } = C;
|
|
7501
|
+
L.scrollTop + L.offsetHeight >= L.scrollHeight - h && (E == null || E(!0)), A && await A(C);
|
|
7502
|
+
}, P = W(
|
|
7503
|
+
(C) => {
|
|
7504
|
+
var L, u;
|
|
7505
|
+
return ((L = a.find((b) => b.value === C)) == null ? void 0 : L.label) || ((u = R == null ? void 0 : R.find(
|
|
7506
|
+
(b) => b.value === C
|
|
7507
|
+
)) == null ? void 0 : u.label) || C;
|
|
7168
7508
|
},
|
|
7169
|
-
[
|
|
7170
|
-
), c1 =
|
|
7171
|
-
(
|
|
7172
|
-
var
|
|
7509
|
+
[R, a]
|
|
7510
|
+
), c1 = W(
|
|
7511
|
+
(C) => {
|
|
7512
|
+
var L;
|
|
7173
7513
|
return /* @__PURE__ */ t(
|
|
7174
|
-
|
|
7514
|
+
B0,
|
|
7175
7515
|
{
|
|
7176
|
-
values:
|
|
7177
|
-
onTagClose:
|
|
7178
|
-
maxWidth: ((
|
|
7516
|
+
values: C,
|
|
7517
|
+
onTagClose: K,
|
|
7518
|
+
maxWidth: ((L = Q.current) == null ? void 0 : L.clientWidth) || 0,
|
|
7179
7519
|
disabled: n,
|
|
7180
|
-
closable: !
|
|
7520
|
+
closable: !N,
|
|
7181
7521
|
options: a,
|
|
7182
|
-
extraOptions:
|
|
7522
|
+
extraOptions: R
|
|
7183
7523
|
}
|
|
7184
7524
|
);
|
|
7185
7525
|
},
|
|
7186
|
-
[n,
|
|
7187
|
-
),
|
|
7188
|
-
({ label:
|
|
7189
|
-
[n,
|
|
7526
|
+
[n, R, K, a, N]
|
|
7527
|
+
), m = W(
|
|
7528
|
+
({ label: C, value: L, mode: u }) => u === "filter" ? e1(L) : /* @__PURE__ */ t("div", { onMouseDown: s1, className: "tag-wrapper", children: /* @__PURE__ */ t(R1, { onClose: () => K(L), disabled: n, children: typeof C == "object" ? C : P(L) }) }),
|
|
7529
|
+
[n, P, K, e1]
|
|
7190
7530
|
);
|
|
7191
7531
|
return /* @__PURE__ */ c(
|
|
7192
7532
|
"div",
|
|
7193
7533
|
{
|
|
7194
|
-
className: `snmt-select ${
|
|
7195
|
-
${l ? "" : "snmt-select-single"} ${
|
|
7196
|
-
ref:
|
|
7197
|
-
style: { width:
|
|
7534
|
+
className: `snmt-select ${q ? "snmt-select-focused" : ""}
|
|
7535
|
+
${l ? "" : "snmt-select-single"} ${N ? "snmt-select-read-only" : ""}`,
|
|
7536
|
+
ref: Q,
|
|
7537
|
+
style: { width: g },
|
|
7198
7538
|
children: [
|
|
7199
7539
|
/* @__PURE__ */ t(
|
|
7200
|
-
|
|
7540
|
+
Z1,
|
|
7201
7541
|
{
|
|
7202
7542
|
className: "snmt-select-blank",
|
|
7203
|
-
popupClassName:
|
|
7204
|
-
id:
|
|
7205
|
-
ref:
|
|
7543
|
+
popupClassName: N ? "dropdown-read-only" : "",
|
|
7544
|
+
id: I,
|
|
7545
|
+
ref: f,
|
|
7206
7546
|
showSearch: !!r,
|
|
7207
|
-
filterOption: r &&
|
|
7208
|
-
onDropdownVisibleChange:
|
|
7547
|
+
filterOption: r && r1,
|
|
7548
|
+
onDropdownVisibleChange: l1,
|
|
7209
7549
|
placeholder: e ? p ? `${e}*` : e : void 0,
|
|
7210
7550
|
disabled: n,
|
|
7211
|
-
value:
|
|
7212
|
-
labelRender: (
|
|
7551
|
+
value: Z || void 0,
|
|
7552
|
+
labelRender: (C) => P(C.value),
|
|
7213
7553
|
mode: l === "filter" ? "multiple" : l,
|
|
7214
|
-
onChange:
|
|
7215
|
-
onFocus:
|
|
7216
|
-
onBlur:
|
|
7217
|
-
onSearch: (
|
|
7218
|
-
|
|
7554
|
+
onChange: y,
|
|
7555
|
+
onFocus: X,
|
|
7556
|
+
onBlur: U,
|
|
7557
|
+
onSearch: (C) => {
|
|
7558
|
+
S(!C), s && s(C);
|
|
7219
7559
|
},
|
|
7220
|
-
onSelect: () =>
|
|
7221
|
-
onDeselect: () =>
|
|
7222
|
-
tagRender: (
|
|
7560
|
+
onSelect: () => S(!0),
|
|
7561
|
+
onDeselect: () => S(!0),
|
|
7562
|
+
tagRender: (C) => m({ ...C, mode: l }),
|
|
7223
7563
|
maxTagCount: "responsive",
|
|
7224
7564
|
maxTagPlaceholder: c1,
|
|
7225
|
-
onPopupScroll:
|
|
7226
|
-
prefix:
|
|
7227
|
-
suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(
|
|
7228
|
-
|
|
7229
|
-
|
|
7565
|
+
onPopupScroll: h1,
|
|
7566
|
+
prefix: v && /* @__PURE__ */ t(u1, { size: 15 }),
|
|
7567
|
+
suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(z, { children: [
|
|
7568
|
+
Z && !!Z.length && (l || k) && /* @__PURE__ */ t("div", { onClick: n1, children: /* @__PURE__ */ t(
|
|
7569
|
+
a1,
|
|
7230
7570
|
{
|
|
7231
7571
|
name: "cancel",
|
|
7232
|
-
color: n ?
|
|
7572
|
+
color: n ? O.GREY_DARK_1 : O.GREY_DARK_5
|
|
7233
7573
|
}
|
|
7234
7574
|
) }),
|
|
7235
7575
|
/* @__PURE__ */ t(
|
|
7236
|
-
|
|
7576
|
+
a1,
|
|
7237
7577
|
{
|
|
7238
7578
|
name: "selectArrowIcon",
|
|
7239
|
-
color: n ?
|
|
7240
|
-
className:
|
|
7241
|
-
onClick: () =>
|
|
7579
|
+
color: n ? O.GREY_DARK_1 : O.GREY_DARK_5,
|
|
7580
|
+
className: M ? "select-arrow-rotated" : "select-arrow",
|
|
7581
|
+
onClick: () => x(!M)
|
|
7242
7582
|
}
|
|
7243
7583
|
)
|
|
7244
7584
|
] }) }),
|
|
7245
|
-
removeIcon: /* @__PURE__ */ t(
|
|
7585
|
+
removeIcon: /* @__PURE__ */ t(a1, { name: "errorSmall", color: O.GREY_DARK_2 }),
|
|
7246
7586
|
options: a,
|
|
7247
|
-
optionRender: (
|
|
7248
|
-
/* @__PURE__ */ c(
|
|
7587
|
+
optionRender: (C) => V ? V(C.data) : /* @__PURE__ */ c(C1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
|
|
7588
|
+
/* @__PURE__ */ c(C1, { alignItems: "center", gap: 12, children: [
|
|
7249
7589
|
l && /* @__PURE__ */ t(
|
|
7250
|
-
|
|
7590
|
+
r2,
|
|
7251
7591
|
{
|
|
7252
|
-
checked: !!(
|
|
7592
|
+
checked: !!(Z != null && Z.includes(C.value))
|
|
7253
7593
|
}
|
|
7254
7594
|
),
|
|
7255
|
-
/* @__PURE__ */ c(
|
|
7256
|
-
|
|
7257
|
-
/* @__PURE__ */ t("span", { children:
|
|
7595
|
+
/* @__PURE__ */ c(C1, { alignItems: "center", gap: 8, children: [
|
|
7596
|
+
C.data.image && /* @__PURE__ */ t(l2, { src: C.data.image, size: 20 }),
|
|
7597
|
+
/* @__PURE__ */ t("span", { children: C.label })
|
|
7258
7598
|
] })
|
|
7259
7599
|
] }),
|
|
7260
|
-
!l &&
|
|
7261
|
-
|
|
7600
|
+
!l && Z === C.value && /* @__PURE__ */ t(
|
|
7601
|
+
a1,
|
|
7262
7602
|
{
|
|
7263
7603
|
name: "ok",
|
|
7264
|
-
color:
|
|
7604
|
+
color: O.BLUE_PRIMARY,
|
|
7265
7605
|
width: 16,
|
|
7266
7606
|
height: 16
|
|
7267
7607
|
}
|
|
7268
7608
|
)
|
|
7269
7609
|
] }),
|
|
7270
|
-
dropdownRender: (
|
|
7271
|
-
/* @__PURE__ */ t("div", { className: "dropdown-menu", children:
|
|
7272
|
-
|
|
7610
|
+
dropdownRender: (C) => /* @__PURE__ */ c("div", { className: "dropdown-container", children: [
|
|
7611
|
+
/* @__PURE__ */ t("div", { className: "dropdown-menu", children: T ? T(C) : C }),
|
|
7612
|
+
v && /* @__PURE__ */ t("div", { className: "loading-overlay", children: /* @__PURE__ */ t(u1, { size: 28 }) })
|
|
7273
7613
|
] })
|
|
7274
7614
|
}
|
|
7275
7615
|
),
|
|
7276
7616
|
/* @__PURE__ */ t(
|
|
7277
7617
|
"fieldset",
|
|
7278
7618
|
{
|
|
7279
|
-
className: `${
|
|
7619
|
+
className: `${q ? "fieldset-focused" : ""}
|
|
7280
7620
|
${n ? "fieldset-disabled" : ""}
|
|
7281
7621
|
${typeof i == "string" && i ? "fieldset-filled" : ""}
|
|
7282
7622
|
${typeof i == "object" && i != null && i.length ? "fieldset-filled" : ""}`,
|
|
@@ -7288,9 +7628,9 @@ const v0 = ({
|
|
|
7288
7628
|
);
|
|
7289
7629
|
}
|
|
7290
7630
|
);
|
|
7291
|
-
function
|
|
7292
|
-
const e =
|
|
7293
|
-
return
|
|
7631
|
+
function A0(i, o = 500) {
|
|
7632
|
+
const e = J();
|
|
7633
|
+
return B(() => () => {
|
|
7294
7634
|
e.current && clearTimeout(e.current);
|
|
7295
7635
|
}, []), (...r) => {
|
|
7296
7636
|
const a = setTimeout(() => {
|
|
@@ -7299,15 +7639,15 @@ function N0(i, o = 500) {
|
|
|
7299
7639
|
clearTimeout(e.current), e.current = a;
|
|
7300
7640
|
};
|
|
7301
7641
|
}
|
|
7302
|
-
function
|
|
7303
|
-
const o =
|
|
7304
|
-
return
|
|
7642
|
+
function N1(i) {
|
|
7643
|
+
const o = J(i);
|
|
7644
|
+
return B(() => {
|
|
7305
7645
|
o.current = i;
|
|
7306
7646
|
}, [i]), o.current;
|
|
7307
7647
|
}
|
|
7308
|
-
const d1 = 100,
|
|
7648
|
+
const d1 = 100, $ = {
|
|
7309
7649
|
offset: 0
|
|
7310
|
-
},
|
|
7650
|
+
}, y0 = k1(
|
|
7311
7651
|
({
|
|
7312
7652
|
loadOptions: i,
|
|
7313
7653
|
width: o,
|
|
@@ -7315,122 +7655,152 @@ const d1 = 100, s1 = {
|
|
|
7315
7655
|
value: l,
|
|
7316
7656
|
id: r,
|
|
7317
7657
|
disabled: a,
|
|
7318
|
-
scrollThresholdValue:
|
|
7658
|
+
scrollThresholdValue: g,
|
|
7319
7659
|
placeholder: n,
|
|
7320
7660
|
mode: p,
|
|
7321
|
-
loadOnClosedState:
|
|
7661
|
+
loadOnClosedState: k,
|
|
7322
7662
|
preloadOptions: h,
|
|
7323
7663
|
extraOptions: s,
|
|
7324
|
-
onDropdownVisibleChange:
|
|
7664
|
+
onDropdownVisibleChange: _,
|
|
7325
7665
|
optionRender: E,
|
|
7326
|
-
dropdownRender:
|
|
7327
|
-
readOnly:
|
|
7328
|
-
clearable:
|
|
7329
|
-
required:
|
|
7330
|
-
},
|
|
7331
|
-
const [
|
|
7666
|
+
dropdownRender: A,
|
|
7667
|
+
readOnly: I,
|
|
7668
|
+
clearable: R,
|
|
7669
|
+
required: T = !1
|
|
7670
|
+
}, V) => {
|
|
7671
|
+
const [v, N] = H(), [f, M] = H($), [x, q] = H(!1), [G, Y] = H(), [S, Z] = H(!1), [D, Q] = H(
|
|
7672
|
+
s ?? []
|
|
7673
|
+
), l1 = N1(f.offset), r1 = N1(G), [X, U] = H(!1), y = J(!1), n1 = W(
|
|
7332
7674
|
async ({
|
|
7333
|
-
limit:
|
|
7334
|
-
offset:
|
|
7335
|
-
search:
|
|
7675
|
+
limit: m = d1,
|
|
7676
|
+
offset: C,
|
|
7677
|
+
search: L
|
|
7336
7678
|
}) => {
|
|
7337
|
-
|
|
7679
|
+
q(!0);
|
|
7338
7680
|
try {
|
|
7339
|
-
const
|
|
7340
|
-
limit:
|
|
7341
|
-
offset:
|
|
7342
|
-
search:
|
|
7681
|
+
const u = await i({
|
|
7682
|
+
limit: m,
|
|
7683
|
+
offset: C,
|
|
7684
|
+
search: L
|
|
7343
7685
|
});
|
|
7344
|
-
|
|
7345
|
-
(
|
|
7346
|
-
),
|
|
7347
|
-
...
|
|
7348
|
-
count:
|
|
7686
|
+
N(
|
|
7687
|
+
(j) => C === 0 ? u.options : [...j ?? [], ...u.options]
|
|
7688
|
+
), M((j) => ({
|
|
7689
|
+
...j,
|
|
7690
|
+
count: u.count
|
|
7349
7691
|
}));
|
|
7350
|
-
} catch (
|
|
7351
|
-
return console.error("AsyncSelect. fetchOptions error",
|
|
7692
|
+
} catch (u) {
|
|
7693
|
+
return console.error("AsyncSelect. fetchOptions error", u), [];
|
|
7352
7694
|
} finally {
|
|
7353
|
-
|
|
7695
|
+
q(!1);
|
|
7354
7696
|
}
|
|
7355
7697
|
},
|
|
7356
7698
|
[i]
|
|
7357
|
-
),
|
|
7358
|
-
|
|
7359
|
-
}),
|
|
7360
|
-
(
|
|
7361
|
-
[
|
|
7362
|
-
),
|
|
7363
|
-
async (
|
|
7364
|
-
|
|
7365
|
-
...
|
|
7366
|
-
offset:
|
|
7699
|
+
), K = A0((m) => {
|
|
7700
|
+
Y(m), m || M($);
|
|
7701
|
+
}), e1 = W(
|
|
7702
|
+
(m) => K(m),
|
|
7703
|
+
[K]
|
|
7704
|
+
), s1 = W(
|
|
7705
|
+
async (m) => {
|
|
7706
|
+
x || m && f.count && f.count > ((v == null ? void 0 : v.length) ?? 0) && M((C) => ({
|
|
7707
|
+
...C,
|
|
7708
|
+
offset: C.offset + d1
|
|
7367
7709
|
}));
|
|
7368
7710
|
},
|
|
7369
|
-
[
|
|
7370
|
-
),
|
|
7371
|
-
(
|
|
7372
|
-
|
|
7711
|
+
[x, v == null ? void 0 : v.length, f.count]
|
|
7712
|
+
), h1 = W(
|
|
7713
|
+
(m) => {
|
|
7714
|
+
Z(m), !m && G && (Y(void 0), M($), U(!0)), _ == null || _(m);
|
|
7373
7715
|
},
|
|
7374
|
-
[
|
|
7716
|
+
[_, G]
|
|
7375
7717
|
);
|
|
7376
|
-
|
|
7377
|
-
if (!
|
|
7378
|
-
(
|
|
7379
|
-
}, [
|
|
7380
|
-
(
|
|
7381
|
-
}, [])
|
|
7382
|
-
|
|
7718
|
+
B(() => {
|
|
7719
|
+
if (!y.current || x) return;
|
|
7720
|
+
(X || S && (l1 !== f.offset || r1 !== G || !v)) && (n1({ offset: f.offset, limit: d1, search: G }), X && U(!1));
|
|
7721
|
+
}, [X, S, f.offset, G, l1, r1, v, x]), B(() => {
|
|
7722
|
+
(k || h) && n1($), y.current = !0;
|
|
7723
|
+
}, []), B(() => {
|
|
7724
|
+
s && Q((m) => {
|
|
7725
|
+
const C = s.filter(
|
|
7726
|
+
(L) => !m.some((u) => u.value === L.value)
|
|
7727
|
+
);
|
|
7728
|
+
return [...m, ...C];
|
|
7729
|
+
});
|
|
7730
|
+
}, [s]);
|
|
7731
|
+
const P = W(
|
|
7732
|
+
(m) => {
|
|
7733
|
+
e && e(m);
|
|
7734
|
+
let C = [];
|
|
7735
|
+
if (p ? C = Array.isArray(m) ? m : [] : C = m ? [m] : [], G) {
|
|
7736
|
+
const L = C.filter(
|
|
7737
|
+
(u) => !(D != null && D.some((j) => j.value === u))
|
|
7738
|
+
);
|
|
7739
|
+
L.length > 0 && Q((u = []) => [
|
|
7740
|
+
...u,
|
|
7741
|
+
...L.map((j) => {
|
|
7742
|
+
const b = v == null ? void 0 : v.find((H1) => H1.value === j);
|
|
7743
|
+
return {
|
|
7744
|
+
value: j,
|
|
7745
|
+
label: (b == null ? void 0 : b.label) ?? j
|
|
7746
|
+
};
|
|
7747
|
+
})
|
|
7748
|
+
]), Y(void 0), M($), U(!0);
|
|
7749
|
+
}
|
|
7750
|
+
},
|
|
7751
|
+
[e, G, p, v, D]
|
|
7752
|
+
), c1 = V1(
|
|
7383
7753
|
() => ({
|
|
7384
7754
|
id: r,
|
|
7385
7755
|
width: o,
|
|
7386
|
-
options:
|
|
7387
|
-
onChange:
|
|
7388
|
-
ref:
|
|
7756
|
+
options: v || [],
|
|
7757
|
+
onChange: P,
|
|
7758
|
+
ref: V,
|
|
7389
7759
|
placeholder: n,
|
|
7390
7760
|
search: !0,
|
|
7391
7761
|
value: l,
|
|
7392
|
-
onSearchChange:
|
|
7393
|
-
onDropdownVisibleChange:
|
|
7394
|
-
scrollThresholdValue:
|
|
7395
|
-
onScrollToEnd:
|
|
7762
|
+
onSearchChange: e1,
|
|
7763
|
+
onDropdownVisibleChange: h1,
|
|
7764
|
+
scrollThresholdValue: g,
|
|
7765
|
+
onScrollToEnd: s1,
|
|
7396
7766
|
disabled: a,
|
|
7397
|
-
extraOptions:
|
|
7398
|
-
isLoading:
|
|
7767
|
+
extraOptions: D,
|
|
7768
|
+
isLoading: x,
|
|
7399
7769
|
optionRender: E,
|
|
7400
|
-
dropdownRender:
|
|
7401
|
-
readOnly:
|
|
7402
|
-
clearable:
|
|
7403
|
-
required:
|
|
7770
|
+
dropdownRender: A,
|
|
7771
|
+
readOnly: I,
|
|
7772
|
+
clearable: R,
|
|
7773
|
+
required: T
|
|
7404
7774
|
}),
|
|
7405
7775
|
[
|
|
7406
7776
|
r,
|
|
7407
7777
|
o,
|
|
7408
|
-
|
|
7409
|
-
|
|
7410
|
-
|
|
7778
|
+
v,
|
|
7779
|
+
P,
|
|
7780
|
+
V,
|
|
7411
7781
|
n,
|
|
7412
7782
|
l,
|
|
7413
|
-
|
|
7414
|
-
|
|
7415
|
-
|
|
7416
|
-
|
|
7783
|
+
e1,
|
|
7784
|
+
h1,
|
|
7785
|
+
g,
|
|
7786
|
+
s1,
|
|
7417
7787
|
a,
|
|
7418
|
-
|
|
7419
|
-
|
|
7788
|
+
D,
|
|
7789
|
+
x,
|
|
7420
7790
|
E,
|
|
7421
|
-
|
|
7422
|
-
|
|
7423
|
-
|
|
7424
|
-
|
|
7791
|
+
A,
|
|
7792
|
+
I,
|
|
7793
|
+
R,
|
|
7794
|
+
T
|
|
7425
7795
|
]
|
|
7426
7796
|
);
|
|
7427
|
-
return
|
|
7797
|
+
return E1(V, () => ({
|
|
7428
7798
|
refetchOptions: async () => {
|
|
7429
|
-
|
|
7799
|
+
M($), Y(void 0), U(!0);
|
|
7430
7800
|
}
|
|
7431
|
-
})), p ? /* @__PURE__ */ t(
|
|
7801
|
+
})), p ? /* @__PURE__ */ t(v1, { ...c1, value: l, mode: p }) : /* @__PURE__ */ t("div", { className: "snmt-async-select", children: /* @__PURE__ */ t(v1, { ...c1, value: l }) });
|
|
7432
7802
|
}
|
|
7433
7803
|
);
|
|
7434
7804
|
export {
|
|
7435
|
-
|
|
7805
|
+
y0 as AsyncSelect
|
|
7436
7806
|
};
|