@snmt-react-ui/user-select 2.9.7 → 2.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/user-select.js +988 -899
  2. package/package.json +4 -4
@@ -3,8 +3,8 @@ var k2 = (i, e, t) => e in i ? L2(i, e, { enumerable: !0, configurable: !0, writ
3
3
  var T1 = (i, e, t) => k2(i, typeof e != "symbol" ? e + "" : e, t);
4
4
  import "./index.css";
5
5
  import { jsx as r, Fragment as i1, jsxs as u } from "react/jsx-runtime";
6
- import { forwardRef as L1, useState as Z, useRef as q, useCallback as j, useEffect as K, useMemo as v2, useImperativeHandle as H1, useContext as r1, createContext as d1 } from "react";
7
- import { Select as N2, Tag as R2, Flex as x2, Checkbox as M2, Avatar as b2, Typography as a2, Popover as _2 } from "antd";
6
+ import { forwardRef as L1, useState as S, useRef as q, useCallback as $, useEffect as K, useMemo as v2, useImperativeHandle as H1, useContext as r1, createContext as d1 } from "react";
7
+ import { Select as N2, Tag as R2, Flex as x2, Checkbox as _2, Avatar as M2, Typography as a2, Popover as b2 } from "antd";
8
8
  import { SNMTUiContext as y2 } from "@snmt-react-ui/core";
9
9
  var H2 = Object.defineProperty, V2 = (i, e, t) => e in i ? H2(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, E2 = (i, e, t) => V2(i, e + "", t), I2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
10
10
  function A2() {
@@ -46,7 +46,7 @@ const l2 = (i, e) => () => {
46
46
  return d === -1 || d === 2;
47
47
  };
48
48
  return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(o, i)));
49
- }, S2 = function(i, e) {
49
+ }, Z2 = function(i, e) {
50
50
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
51
51
  return !e.languages || !e.languages.length ? (O1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
52
52
  lng: t.lng,
@@ -54,7 +54,7 @@ const l2 = (i, e) => () => {
54
54
  if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !n(s.isLanguageChangingTo, i)) return !1;
55
55
  }
56
56
  }) : O2(i, e, t);
57
- }, s1 = (i) => typeof i == "string", Z2 = (i) => typeof i == "object" && i !== null, D2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, G2 = {
57
+ }, s1 = (i) => typeof i == "string", S2 = (i) => typeof i == "object" && i !== null, D2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, G2 = {
58
58
  "&amp;": "&",
59
59
  "&#38;": "&",
60
60
  "&lt;": "<",
@@ -87,8 +87,8 @@ let B2 = {
87
87
  unescape: K2
88
88
  };
89
89
  const P2 = () => B2;
90
- let $2;
91
- const j2 = () => $2, Y2 = d1();
90
+ let Y2;
91
+ const $2 = () => Y2, j2 = d1();
92
92
  class F2 {
93
93
  constructor() {
94
94
  E2(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
@@ -99,22 +99,22 @@ class F2 {
99
99
  });
100
100
  }
101
101
  }
102
- const W2 = (i, e) => {
102
+ const U2 = (i, e) => {
103
103
  const t = q();
104
104
  return K(() => {
105
105
  t.current = i;
106
106
  }, [i, e]), t.current;
107
- }, c2 = (i, e, t, s) => i.getFixedT(e, t, s), U2 = (i, e, t, s) => j(c2(i, e, t, s), [i, e, t, s]), z2 = function(i) {
107
+ }, h2 = (i, e, t, s) => i.getFixedT(e, t, s), W2 = (i, e, t, s) => $(h2(i, e, t, s), [i, e, t, s]), z2 = function(i) {
108
108
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
109
109
  const {
110
110
  i18n: t
111
111
  } = e, {
112
112
  i18n: s,
113
113
  defaultNS: n
114
- } = r1(Y2) || {}, o = t || s || j2();
114
+ } = r1(j2) || {}, o = t || s || $2();
115
115
  if (o && !o.reportNamespaces && (o.reportNamespaces = new F2()), !o) {
116
116
  O1("You will need to pass in an i18next instance by using initReactI18next");
117
- const p = (M, R) => s1(R) ? R : Z2(R) && s1(R.defaultValue) ? R.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, x = [p, {}, !1];
117
+ const p = (_, R) => s1(R) ? R : S2(R) && s1(R.defaultValue) ? R.defaultValue : Array.isArray(_) ? _[_.length - 1] : _, x = [p, {}, !1];
118
118
  return x.t = p, x.i18n = {}, x.ready = !1, x;
119
119
  }
120
120
  o.options.react && o.options.react.wait !== void 0 && O1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
@@ -128,31 +128,31 @@ const W2 = (i, e) => {
128
128
  } = c;
129
129
  let d = i;
130
130
  d = s1(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
131
- const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => S2(p, o, c)), h = U2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, f = () => c2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [w, L] = Z(g);
131
+ const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => Z2(p, o, c)), h = W2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, f = () => h2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] = S(g);
132
132
  let m = d.join();
133
133
  e.lng && (m = `${e.lng}${m}`);
134
- const H = W2(m), _ = q(!0);
134
+ const H = U2(m), b = q(!0);
135
135
  K(() => {
136
136
  const {
137
137
  bindI18n: p,
138
138
  bindI18nStore: x
139
139
  } = c;
140
- _.current = !0, !l && !a && (e.lng ? P1(o, e.lng, d, () => {
141
- _.current && L(f);
140
+ b.current = !0, !l && !a && (e.lng ? P1(o, e.lng, d, () => {
141
+ b.current && v(f);
142
142
  }) : B1(o, d, () => {
143
- _.current && L(f);
144
- })), l && H && H !== m && _.current && L(f);
145
- const M = () => {
146
- _.current && L(f);
143
+ b.current && v(f);
144
+ })), l && H && H !== m && b.current && v(f);
145
+ const _ = () => {
146
+ b.current && v(f);
147
147
  };
148
- return p && o && o.on(p, M), x && o && o.store.on(x, M), () => {
149
- _.current = !1, p && o && p.split(" ").forEach((R) => o.off(R, M)), x && o && x.split(" ").forEach((R) => o.store.off(R, M));
148
+ return p && o && o.on(p, _), x && o && o.store.on(x, _), () => {
149
+ b.current = !1, p && o && p.split(" ").forEach((R) => o.off(R, _)), x && o && x.split(" ").forEach((R) => o.store.off(R, _));
150
150
  };
151
151
  }, [o, m]), K(() => {
152
- _.current && l && L(g);
152
+ b.current && l && v(g);
153
153
  }, [o, C, l]);
154
- const A = [w, o, l];
155
- if (A.t = w, A.i18n = o, A.ready = l, l || !l && !a) return A;
154
+ const A = [k, o, l];
155
+ if (A.t = k, A.i18n = o, A.ready = l, l || !l && !a) return A;
156
156
  throw new Promise((p) => {
157
157
  e.lng ? P1(o, e.lng, d, () => p()) : B1(o, d, () => p());
158
158
  });
@@ -181,7 +181,7 @@ const W2 = (i, e) => {
181
181
  ), J2 = ({ shape: i = "circle", size: e = 32, children: t, ...s }) => {
182
182
  const n = typeof s.src == "string";
183
183
  return /* @__PURE__ */ r(
184
- b2,
184
+ M2,
185
185
  {
186
186
  className: `snmt-avatar ${n ? "image" : ""}`,
187
187
  shape: i,
@@ -206,13 +206,13 @@ const q2 = ({
206
206
  disabled: n = !1,
207
207
  disableUncheck: o = !1
208
208
  }) => {
209
- const [c, a] = Z(i), [C, d] = Z(e);
209
+ const [c, a] = S(i), [C, d] = S(e);
210
210
  K(() => {
211
211
  a(i), d(e);
212
212
  }, [i, e]);
213
213
  const { theme: l } = r1(G1);
214
214
  return /* @__PURE__ */ r(
215
- M2,
215
+ _2,
216
216
  {
217
217
  className: `snmt-checkbox snmt-checkbox-${l}`,
218
218
  checked: c,
@@ -225,12 +225,12 @@ const q2 = ({
225
225
  }
226
226
  );
227
227
  };
228
- var v = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", 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.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(v || {});
229
- const h2 = d1({
228
+ 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.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", 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.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(w || {});
229
+ const c2 = d1({
230
230
  locale: "en",
231
231
  theme: "light"
232
232
  });
233
- h2.Provider;
233
+ c2.Provider;
234
234
  const Q2 = ({
235
235
  width: i = 20,
236
236
  height: e = 20,
@@ -261,7 +261,7 @@ const Q2 = ({
261
261
  ), X2 = ({
262
262
  width: i = 20,
263
263
  height: e = 20,
264
- color: t = v.GREY_DARK_5,
264
+ color: t = w.GREY_DARK_5,
265
265
  className: s,
266
266
  onClick: n
267
267
  }) => /* @__PURE__ */ u(
@@ -336,7 +336,109 @@ const Q2 = ({
336
336
  ), t5 = ({
337
337
  width: i = 20,
338
338
  height: e = 20,
339
- color: t = v.GREY_DARK_5,
339
+ color: t = w.GREY_DARK_5,
340
+ className: s,
341
+ onClick: n
342
+ }) => /* @__PURE__ */ u(
343
+ "svg",
344
+ {
345
+ width: i,
346
+ height: e,
347
+ className: s,
348
+ onClick: n,
349
+ viewBox: "0 0 25 25",
350
+ fill: "none",
351
+ xmlns: "http://www.w3.org/2000/svg",
352
+ children: [
353
+ /* @__PURE__ */ r("g", { "clip-path": "url(#clip0_1_2043)", children: /* @__PURE__ */ r(
354
+ "path",
355
+ {
356
+ d: "M5.96967 14.9697C5.67678 15.2626 5.67678 15.7373 5.96967 16.0302C6.26256 16.3231 6.73732 16.3231 7.03022 16.0302L12.4999 10.5605L17.9697 16.0302L18.0263 16.082C18.3209 16.3223 18.7556 16.3048 19.0302 16.0302C19.3048 15.7556 19.3223 15.3209 19.082 15.0263L19.0302 14.9697L13.0302 8.96967C12.7373 8.67678 12.2626 8.67678 11.9697 8.96967L5.96967 14.9697Z",
357
+ fill: t
358
+ }
359
+ ) }),
360
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
361
+ ]
362
+ }
363
+ ), i5 = ({
364
+ width: i = 20,
365
+ height: e = 20,
366
+ color: t = w.GREY_DARK_5,
367
+ className: s,
368
+ onClick: n
369
+ }) => /* @__PURE__ */ r(
370
+ "svg",
371
+ {
372
+ width: i,
373
+ height: e,
374
+ className: s,
375
+ onClick: n,
376
+ viewBox: "0 0 25 25",
377
+ fill: "none",
378
+ xmlns: "http://www.w3.org/2000/svg",
379
+ children: /* @__PURE__ */ r(
380
+ "path",
381
+ {
382
+ d: "M10.0303 5.96967C9.73744 5.67678 9.26268 5.67678 8.96978 5.96967C8.67689 6.26256 8.67689 6.73732 8.96978 7.03022L14.4395 12.4999L8.96978 17.9697L8.91803 18.0263C8.67772 18.3209 8.69518 18.7556 8.96978 19.0302C9.24439 19.3048 9.67911 19.3223 9.97369 19.082L10.0303 19.0302L16.0303 13.0302C16.3232 12.7373 16.3232 12.2626 16.0303 11.9697L10.0303 5.96967Z",
383
+ fill: t
384
+ }
385
+ )
386
+ }
387
+ ), s5 = ({
388
+ width: i = 20,
389
+ height: e = 20,
390
+ color: t = w.GREY_DARK_5,
391
+ className: s,
392
+ onClick: n
393
+ }) => /* @__PURE__ */ u(
394
+ "svg",
395
+ {
396
+ width: i,
397
+ height: e,
398
+ className: s,
399
+ onClick: n,
400
+ viewBox: "0 0 25 25",
401
+ fill: "none",
402
+ xmlns: "http://www.w3.org/2000/svg",
403
+ children: [
404
+ /* @__PURE__ */ r("g", { "clip-path": "url(#clip0_1_2039)", children: /* @__PURE__ */ r(
405
+ "path",
406
+ {
407
+ d: "M5.96967 10.0303C5.67678 9.73744 5.67678 9.26268 5.96967 8.96978C6.26256 8.67689 6.73732 8.67689 7.03022 8.96978L12.4999 14.4395L17.9697 8.96978L18.0263 8.91803C18.3209 8.67772 18.7556 8.69518 19.0302 8.96978C19.3048 9.24439 19.3223 9.67911 19.082 9.97369L19.0302 10.0303L13.0302 16.0303C12.7373 16.3232 12.2626 16.3232 11.9697 16.0303L5.96967 10.0303Z",
408
+ fill: t
409
+ }
410
+ ) }),
411
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
412
+ ]
413
+ }
414
+ ), n5 = ({
415
+ width: i = 20,
416
+ height: e = 20,
417
+ color: t = w.GREY_DARK_5,
418
+ className: s,
419
+ onClick: n
420
+ }) => /* @__PURE__ */ r(
421
+ "svg",
422
+ {
423
+ width: i,
424
+ height: e,
425
+ className: s,
426
+ onClick: n,
427
+ viewBox: "0 0 25 25",
428
+ fill: "none",
429
+ xmlns: "http://www.w3.org/2000/svg",
430
+ children: /* @__PURE__ */ r(
431
+ "path",
432
+ {
433
+ d: "M14.9697 5.96967C15.2626 5.67678 15.7373 5.67678 16.0302 5.96967C16.3231 6.26256 16.3231 6.73732 16.0302 7.03022L10.5605 12.4999L16.0302 17.9697L16.082 18.0263C16.3223 18.3209 16.3048 18.7556 16.0302 19.0302C15.7556 19.3048 15.3209 19.3223 15.0263 19.082L14.9697 19.0302L8.96967 13.0302C8.67678 12.7373 8.67678 12.2626 8.96967 11.9697L14.9697 5.96967Z",
434
+ fill: t
435
+ }
436
+ )
437
+ }
438
+ ), r5 = ({
439
+ width: i = 20,
440
+ height: e = 20,
441
+ color: t = w.GREY_DARK_5,
340
442
  className: s,
341
443
  onClick: n
342
444
  }) => /* @__PURE__ */ u(
@@ -380,10 +482,10 @@ const Q2 = ({
380
482
  )
381
483
  ]
382
484
  }
383
- ), i5 = ({
485
+ ), o5 = ({
384
486
  width: i = 20,
385
487
  height: e = 20,
386
- color: t = v.GREY_DARK_5,
488
+ color: t = w.GREY_DARK_5,
387
489
  className: s,
388
490
  onClick: n
389
491
  }) => /* @__PURE__ */ r(
@@ -404,10 +506,10 @@ const Q2 = ({
404
506
  }
405
507
  )
406
508
  }
407
- ), s5 = ({
509
+ ), a5 = ({
408
510
  width: i = 20,
409
511
  height: e = 20,
410
- color: t = v.GREY_DARK_5,
512
+ color: t = w.GREY_DARK_5,
411
513
  className: s,
412
514
  onClick: n
413
515
  }) => /* @__PURE__ */ r(
@@ -428,10 +530,10 @@ const Q2 = ({
428
530
  }
429
531
  )
430
532
  }
431
- ), n5 = ({
533
+ ), l5 = ({
432
534
  width: i = 20,
433
535
  height: e = 20,
434
- color: t = v.GREY_DARK_5,
536
+ color: t = w.GREY_DARK_5,
435
537
  className: s,
436
538
  onClick: n
437
539
  }) => /* @__PURE__ */ r(
@@ -452,10 +554,10 @@ const Q2 = ({
452
554
  }
453
555
  )
454
556
  }
455
- ), r5 = ({
557
+ ), h5 = ({
456
558
  width: i = 20,
457
559
  height: e = 20,
458
- color: t = v.GREY_DARK_5,
560
+ color: t = w.GREY_DARK_5,
459
561
  className: s,
460
562
  onClick: n
461
563
  }) => /* @__PURE__ */ u(
@@ -513,10 +615,10 @@ const Q2 = ({
513
615
  )
514
616
  ]
515
617
  }
516
- ), o5 = ({
618
+ ), c5 = ({
517
619
  width: i = 20,
518
620
  height: e = 20,
519
- color: t = v.GREY_DARK_5,
621
+ color: t = w.GREY_DARK_5,
520
622
  className: s,
521
623
  onClick: n
522
624
  }) => /* @__PURE__ */ u(
@@ -560,10 +662,10 @@ const Q2 = ({
560
662
  )
561
663
  ]
562
664
  }
563
- ), a5 = ({
665
+ ), d5 = ({
564
666
  width: i = 20,
565
667
  height: e = 20,
566
- color: t = v.GREY_DARK_5,
668
+ color: t = w.GREY_DARK_5,
567
669
  className: s,
568
670
  onClick: n
569
671
  }) => /* @__PURE__ */ u(
@@ -600,10 +702,10 @@ const Q2 = ({
600
702
  )
601
703
  ]
602
704
  }
603
- ), l5 = ({
705
+ ), C5 = ({
604
706
  width: i = 20,
605
707
  height: e = 20,
606
- color: t = v.GREY_DARK_5,
708
+ color: t = w.GREY_DARK_5,
607
709
  className: s,
608
710
  onClick: n
609
711
  }) => /* @__PURE__ */ u(
@@ -640,10 +742,10 @@ const Q2 = ({
640
742
  )
641
743
  ]
642
744
  }
643
- ), c5 = ({
745
+ ), g5 = ({
644
746
  width: i = 20,
645
747
  height: e = 20,
646
- color: t = v.GREY_DARK_5,
748
+ color: t = w.GREY_DARK_5,
647
749
  className: s,
648
750
  onClick: n
649
751
  }) => /* @__PURE__ */ u(
@@ -687,10 +789,10 @@ const Q2 = ({
687
789
  )
688
790
  ]
689
791
  }
690
- ), h5 = ({
792
+ ), u5 = ({
691
793
  width: i = 20,
692
794
  height: e = 20,
693
- color: t = v.GREY_DARK_5,
795
+ color: t = w.GREY_DARK_5,
694
796
  className: s,
695
797
  onClick: n
696
798
  }) => /* @__PURE__ */ u(
@@ -734,10 +836,10 @@ const Q2 = ({
734
836
  )
735
837
  ]
736
838
  }
737
- ), d5 = ({
839
+ ), f5 = ({
738
840
  width: i = 20,
739
841
  height: e = 20,
740
- color: t = v.GREY_DARK_5,
842
+ color: t = w.GREY_DARK_5,
741
843
  className: s,
742
844
  onClick: n
743
845
  }) => /* @__PURE__ */ u(
@@ -781,10 +883,10 @@ const Q2 = ({
781
883
  )
782
884
  ]
783
885
  }
784
- ), C5 = ({
886
+ ), p5 = ({
785
887
  width: i = 20,
786
888
  height: e = 20,
787
- color: t = v.GREY_DARK_5,
889
+ color: t = w.GREY_DARK_5,
788
890
  className: s,
789
891
  onClick: n
790
892
  }) => /* @__PURE__ */ u(
@@ -821,10 +923,10 @@ const Q2 = ({
821
923
  )
822
924
  ]
823
925
  }
824
- ), g5 = ({
926
+ ), m5 = ({
825
927
  width: i = 20,
826
928
  height: e = 20,
827
- color: t = v.GREY_DARK_5,
929
+ color: t = w.GREY_DARK_5,
828
930
  className: s,
829
931
  onClick: n
830
932
  }) => /* @__PURE__ */ u(
@@ -854,10 +956,10 @@ const Q2 = ({
854
956
  )
855
957
  ]
856
958
  }
857
- ), u5 = ({
959
+ ), w5 = ({
858
960
  width: i = 20,
859
961
  height: e = 20,
860
- color: t = v.GREY_DARK_5,
962
+ color: t = w.GREY_DARK_5,
861
963
  className: s,
862
964
  onClick: n
863
965
  }) => /* @__PURE__ */ u(
@@ -887,10 +989,10 @@ const Q2 = ({
887
989
  )
888
990
  ]
889
991
  }
890
- ), f5 = ({
992
+ ), L5 = ({
891
993
  width: i = 20,
892
994
  height: e = 20,
893
- color: t = v.GREY_DARK_5,
995
+ color: t = w.GREY_DARK_5,
894
996
  className: s,
895
997
  onClick: n
896
998
  }) => /* @__PURE__ */ u(
@@ -920,10 +1022,10 @@ const Q2 = ({
920
1022
  )
921
1023
  ]
922
1024
  }
923
- ), p5 = ({
1025
+ ), k5 = ({
924
1026
  width: i = 20,
925
1027
  height: e = 20,
926
- color: t = v.GREY_DARK_5,
1028
+ color: t = w.GREY_DARK_5,
927
1029
  className: s,
928
1030
  onClick: n
929
1031
  }) => /* @__PURE__ */ u(
@@ -953,10 +1055,10 @@ const Q2 = ({
953
1055
  )
954
1056
  ]
955
1057
  }
956
- ), m5 = ({
1058
+ ), v5 = ({
957
1059
  width: i = 20,
958
1060
  height: e = 20,
959
- color: t = v.GREY_DARK_5,
1061
+ color: t = w.GREY_DARK_5,
960
1062
  className: s,
961
1063
  onClick: n
962
1064
  }) => /* @__PURE__ */ u(
@@ -993,10 +1095,10 @@ const Q2 = ({
993
1095
  )
994
1096
  ]
995
1097
  }
996
- ), w5 = ({
1098
+ ), N5 = ({
997
1099
  width: i = 20,
998
1100
  height: e = 20,
999
- color: t = v.GREY_DARK_5,
1101
+ color: t = w.GREY_DARK_5,
1000
1102
  className: s,
1001
1103
  onClick: n
1002
1104
  }) => /* @__PURE__ */ u(
@@ -1026,10 +1128,10 @@ const Q2 = ({
1026
1128
  )
1027
1129
  ]
1028
1130
  }
1029
- ), L5 = ({
1131
+ ), R5 = ({
1030
1132
  width: i = 20,
1031
1133
  height: e = 20,
1032
- color: t = v.GREY_DARK_5,
1134
+ color: t = w.GREY_DARK_5,
1033
1135
  className: s,
1034
1136
  onClick: n
1035
1137
  }) => /* @__PURE__ */ u(
@@ -1059,7 +1161,7 @@ const Q2 = ({
1059
1161
  )
1060
1162
  ]
1061
1163
  }
1062
- ), k5 = ({
1164
+ ), x5 = ({
1063
1165
  width: i = 20,
1064
1166
  height: e = 20,
1065
1167
  color: t = "#070739",
@@ -1089,7 +1191,7 @@ const Q2 = ({
1089
1191
  /* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
1090
1192
  ]
1091
1193
  }
1092
- ), v5 = ({
1194
+ ), _5 = ({
1093
1195
  width: i = 20,
1094
1196
  height: e = 20,
1095
1197
  color: t = "#070739",
@@ -1127,7 +1229,7 @@ const Q2 = ({
1127
1229
  )
1128
1230
  ]
1129
1231
  }
1130
- ), N5 = ({
1232
+ ), M5 = ({
1131
1233
  width: i = 9,
1132
1234
  height: e = 5,
1133
1235
  color: t = "#001E52",
@@ -1153,7 +1255,7 @@ const Q2 = ({
1153
1255
  }
1154
1256
  )
1155
1257
  }
1156
- ), R5 = ({
1258
+ ), b5 = ({
1157
1259
  width: i = 20,
1158
1260
  height: e = 20,
1159
1261
  color: t = "#F2F2F7",
@@ -1182,7 +1284,7 @@ const Q2 = ({
1182
1284
  )
1183
1285
  ]
1184
1286
  }
1185
- ), x5 = ({
1287
+ ), y5 = ({
1186
1288
  width: i = 20,
1187
1289
  height: e = 20,
1188
1290
  color: t = "#004ED7",
@@ -1211,7 +1313,7 @@ const Q2 = ({
1211
1313
  )
1212
1314
  ]
1213
1315
  }
1214
- ), M5 = ({
1316
+ ), H5 = ({
1215
1317
  width: i = 10,
1216
1318
  height: e = 10,
1217
1319
  color: t = "#001E52",
@@ -1240,7 +1342,7 @@ const Q2 = ({
1240
1342
  )
1241
1343
  ]
1242
1344
  }
1243
- ), b5 = ({
1345
+ ), V5 = ({
1244
1346
  width: i = 10,
1245
1347
  height: e = 10,
1246
1348
  color: t = "#001E52",
@@ -1277,9 +1379,9 @@ const Q2 = ({
1277
1379
  )
1278
1380
  ]
1279
1381
  }
1280
- ), _5 = ({
1382
+ ), E5 = ({
1281
1383
  className: i,
1282
- color: e = v.GREY_DARK_5,
1384
+ color: e = w.GREY_DARK_5,
1283
1385
  height: t = 20,
1284
1386
  width: s = 20,
1285
1387
  onClick: n
@@ -1310,9 +1412,9 @@ const Q2 = ({
1310
1412
  )
1311
1413
  ]
1312
1414
  }
1313
- ), y5 = ({
1415
+ ), I5 = ({
1314
1416
  className: i,
1315
- color: e = v.GREY_DARK_5,
1417
+ color: e = w.GREY_DARK_5,
1316
1418
  height: t = 20,
1317
1419
  width: s = 20,
1318
1420
  onClick: n
@@ -1337,9 +1439,9 @@ const Q2 = ({
1337
1439
  }
1338
1440
  )
1339
1441
  }
1340
- ), H5 = ({
1442
+ ), A5 = ({
1341
1443
  className: i,
1342
- color: e = v.GREY_DARK_5,
1444
+ color: e = w.GREY_DARK_5,
1343
1445
  height: t = 20,
1344
1446
  width: s = 20,
1345
1447
  onClick: n
@@ -1364,9 +1466,9 @@ const Q2 = ({
1364
1466
  }
1365
1467
  )
1366
1468
  }
1367
- ), V5 = ({
1469
+ ), O5 = ({
1368
1470
  className: i,
1369
- color: e = v.GREY_DARK_5,
1471
+ color: e = w.GREY_DARK_5,
1370
1472
  height: t = 5,
1371
1473
  width: s = 10,
1372
1474
  onClick: n
@@ -1388,9 +1490,9 @@ const Q2 = ({
1388
1490
  }
1389
1491
  )
1390
1492
  }
1391
- ), E5 = ({
1493
+ ), Z5 = ({
1392
1494
  className: i,
1393
- color: e = v.GREY_DARK_5,
1495
+ color: e = w.GREY_DARK_5,
1394
1496
  height: t = 5,
1395
1497
  width: s = 10,
1396
1498
  onClick: n
@@ -1413,9 +1515,9 @@ const Q2 = ({
1413
1515
  }
1414
1516
  )
1415
1517
  }
1416
- ), I5 = ({
1518
+ ), S5 = ({
1417
1519
  className: i,
1418
- color: e = v.GREY_DARK_5,
1520
+ color: e = w.GREY_DARK_5,
1419
1521
  height: t = 20,
1420
1522
  width: s = 20,
1421
1523
  onClick: n
@@ -1446,9 +1548,9 @@ const Q2 = ({
1446
1548
  )
1447
1549
  ]
1448
1550
  }
1449
- ), A5 = ({
1551
+ ), D5 = ({
1450
1552
  className: i,
1451
- color: e = v.GREY_DARK_5,
1553
+ color: e = w.GREY_DARK_5,
1452
1554
  height: t = 24,
1453
1555
  width: s = 24,
1454
1556
  onClick: n
@@ -1485,9 +1587,9 @@ const Q2 = ({
1485
1587
  )
1486
1588
  ]
1487
1589
  }
1488
- ), O5 = ({
1590
+ ), G5 = ({
1489
1591
  className: i,
1490
- color: e = v.GREY_DARK_5,
1592
+ color: e = w.GREY_DARK_5,
1491
1593
  height: t = 24,
1492
1594
  width: s = 24,
1493
1595
  onClick: n
@@ -1512,9 +1614,9 @@ const Q2 = ({
1512
1614
  }
1513
1615
  )
1514
1616
  }
1515
- ), S5 = ({
1617
+ ), T5 = ({
1516
1618
  className: i,
1517
- color: e = v.GREY_DARK_5,
1619
+ color: e = w.GREY_DARK_5,
1518
1620
  height: t = 24,
1519
1621
  width: s = 24,
1520
1622
  onClick: n
@@ -1571,9 +1673,9 @@ const Q2 = ({
1571
1673
  )
1572
1674
  ]
1573
1675
  }
1574
- ), Z5 = ({
1676
+ ), K5 = ({
1575
1677
  className: i,
1576
- color: e = v.GREY_DARK_5,
1678
+ color: e = w.GREY_DARK_5,
1577
1679
  height: t = 24,
1578
1680
  width: s = 24,
1579
1681
  onClick: n
@@ -1608,9 +1710,9 @@ const Q2 = ({
1608
1710
  )
1609
1711
  ]
1610
1712
  }
1611
- ), D5 = ({
1713
+ ), B5 = ({
1612
1714
  className: i,
1613
- color: e = v.GREY_DARK_3,
1715
+ color: e = w.GREY_DARK_3,
1614
1716
  height: t = 14,
1615
1717
  width: s = 14,
1616
1718
  onClick: n
@@ -1645,9 +1747,9 @@ const Q2 = ({
1645
1747
  )
1646
1748
  ]
1647
1749
  }
1648
- ), G5 = ({
1750
+ ), P5 = ({
1649
1751
  className: i,
1650
- color: e = v.GREY_DARK_5,
1752
+ color: e = w.GREY_DARK_5,
1651
1753
  height: t = 18,
1652
1754
  onClick: s,
1653
1755
  width: n = 18
@@ -1672,9 +1774,9 @@ const Q2 = ({
1672
1774
  }
1673
1775
  )
1674
1776
  }
1675
- ), T5 = ({
1777
+ ), Y5 = ({
1676
1778
  className: i,
1677
- color: e = v.GREY_DARK_5,
1779
+ color: e = w.GREY_DARK_5,
1678
1780
  height: t = 24,
1679
1781
  width: s = 24,
1680
1782
  onClick: n
@@ -1724,9 +1826,9 @@ const Q2 = ({
1724
1826
  )
1725
1827
  ]
1726
1828
  }
1727
- ), K5 = ({
1829
+ ), $5 = ({
1728
1830
  className: i,
1729
- color: e = v.GREY_DARK_5,
1831
+ color: e = w.GREY_DARK_5,
1730
1832
  height: t = 24,
1731
1833
  width: s = 24,
1732
1834
  onClick: n
@@ -1761,9 +1863,9 @@ const Q2 = ({
1761
1863
  )
1762
1864
  ]
1763
1865
  }
1764
- ), B5 = ({
1866
+ ), j5 = ({
1765
1867
  className: i,
1766
- color: e = v.NOTIFICATION_WARNING_DARK,
1868
+ color: e = w.NOTIFICATION_WARNING_DARK,
1767
1869
  height: t = 37,
1768
1870
  width: s = 36,
1769
1871
  onClick: n
@@ -1800,9 +1902,9 @@ const Q2 = ({
1800
1902
  )
1801
1903
  ]
1802
1904
  }
1803
- ), P5 = ({
1905
+ ), F5 = ({
1804
1906
  className: i,
1805
- color: e = v.GREY_DARK_5,
1907
+ color: e = w.GREY_DARK_5,
1806
1908
  height: t = 24,
1807
1909
  width: s = 24,
1808
1910
  onClick: n
@@ -1826,9 +1928,9 @@ const Q2 = ({
1826
1928
  }
1827
1929
  )
1828
1930
  }
1829
- ), $5 = ({
1931
+ ), U5 = ({
1830
1932
  className: i,
1831
- color: e = v.GREY_DARK_5,
1933
+ color: e = w.GREY_DARK_5,
1832
1934
  height: t = 24,
1833
1935
  width: s = 24,
1834
1936
  onClick: n
@@ -1865,9 +1967,9 @@ const Q2 = ({
1865
1967
  )
1866
1968
  ]
1867
1969
  }
1868
- ), j5 = ({
1970
+ ), W5 = ({
1869
1971
  className: i,
1870
- color: e = v.GREY_DARK_5,
1972
+ color: e = w.GREY_DARK_5,
1871
1973
  height: t = 20,
1872
1974
  width: s = 20,
1873
1975
  onClick: n
@@ -1898,9 +2000,9 @@ const Q2 = ({
1898
2000
  )
1899
2001
  ]
1900
2002
  }
1901
- ), Y5 = ({
2003
+ ), z5 = ({
1902
2004
  className: i,
1903
- color: e = v.GREY_DARK_5,
2005
+ color: e = w.GREY_DARK_5,
1904
2006
  height: t = 24,
1905
2007
  width: s = 24,
1906
2008
  onClick: n
@@ -1967,9 +2069,9 @@ const Q2 = ({
1967
2069
  )
1968
2070
  ]
1969
2071
  }
1970
- ), F5 = ({
2072
+ ), J5 = ({
1971
2073
  className: i,
1972
- color: e = v.GREY_DARK_5,
2074
+ color: e = w.GREY_DARK_5,
1973
2075
  height: t = 24,
1974
2076
  width: s = 24,
1975
2077
  onClick: n
@@ -2024,9 +2126,9 @@ const Q2 = ({
2024
2126
  )
2025
2127
  ]
2026
2128
  }
2027
- ), W5 = ({
2129
+ ), q5 = ({
2028
2130
  className: i,
2029
- color: e = v.GREY_DARK_5,
2131
+ color: e = w.GREY_DARK_5,
2030
2132
  height: t = 24,
2031
2133
  width: s = 24,
2032
2134
  onClick: n
@@ -2073,9 +2175,9 @@ const Q2 = ({
2073
2175
  )
2074
2176
  ]
2075
2177
  }
2076
- ), U5 = ({
2178
+ ), Q5 = ({
2077
2179
  className: i,
2078
- color: e = v.GREY_DARK_5,
2180
+ color: e = w.GREY_DARK_5,
2079
2181
  height: t = 24,
2080
2182
  width: s = 24,
2081
2183
  onClick: n
@@ -2100,9 +2202,9 @@ const Q2 = ({
2100
2202
  }
2101
2203
  )
2102
2204
  }
2103
- ), z5 = ({
2205
+ ), X5 = ({
2104
2206
  className: i,
2105
- color: e = v.GREY_DARK_5,
2207
+ color: e = w.GREY_DARK_5,
2106
2208
  height: t = 20,
2107
2209
  width: s = 20,
2108
2210
  onClick: n
@@ -2117,7 +2219,7 @@ const Q2 = ({
2117
2219
  fill: "none",
2118
2220
  xmlns: "http://www.w3.org/2000/svg",
2119
2221
  children: [
2120
- /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: v.GREY_LIGHT_2 }),
2222
+ /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: w.GREY_LIGHT_2 }),
2121
2223
  /* @__PURE__ */ r(
2122
2224
  "path",
2123
2225
  {
@@ -2129,7 +2231,7 @@ const Q2 = ({
2129
2231
  )
2130
2232
  ]
2131
2233
  }
2132
- ), J5 = ({
2234
+ ), ee = ({
2133
2235
  className: i,
2134
2236
  color: e = "#001E52",
2135
2237
  height: t = 24,
@@ -2155,7 +2257,7 @@ const Q2 = ({
2155
2257
  }
2156
2258
  )
2157
2259
  }
2158
- ), q5 = ({
2260
+ ), te = ({
2159
2261
  className: i,
2160
2262
  color: e = "#001E52",
2161
2263
  height: t = 24,
@@ -2193,63 +2295,31 @@ const Q2 = ({
2193
2295
  )
2194
2296
  ] }) })
2195
2297
  }
2196
- ), Q5 = ({
2298
+ ), ie = ({
2197
2299
  width: i = 20,
2198
2300
  height: e = 20,
2199
- color: t = "#001E52",
2301
+ color: t = w.GREY_DARK_5,
2200
2302
  className: s,
2201
2303
  onClick: n
2202
2304
  }) => /* @__PURE__ */ r(
2203
2305
  "svg",
2204
2306
  {
2205
- xmlns: "http://www.w3.org/2000/svg",
2206
2307
  width: i,
2207
2308
  height: e,
2208
- className: s,
2209
2309
  onClick: n,
2210
- viewBox: "0 0 20 20",
2310
+ className: s,
2311
+ viewBox: "0 0 24 24",
2211
2312
  fill: "none",
2313
+ xmlns: "http://www.w3.org/2000/svg",
2212
2314
  children: /* @__PURE__ */ r(
2213
2315
  "path",
2214
2316
  {
2215
- fillRule: "evenodd",
2216
- clipRule: "evenodd",
2217
- d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
2218
- 2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
2219
- 17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
2220
- 1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
2221
- 6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
2222
- 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
2223
- 8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
2224
- 5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
2225
- 6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
2226
- 4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
2227
- 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
2228
- 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
2229
- 8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
2230
- 6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
2231
- 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
2232
- 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
2233
- 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
2234
- 6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
2235
- 8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
2236
- 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
2237
- 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
2238
- 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
2239
- 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
2240
- 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
2241
- 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
2242
- 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
2243
- 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
2244
- 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
2245
- 13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
2246
- 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
2247
- 15 12.7083H10.8333Z`,
2317
+ d: "M6.06939 16.5692C6.3622 16.2765 6.83706 16.2767 7.12994 16.5692C7.4228 16.8621 7.42273 17.3369 7.12994 17.6298L5.12994 19.6298C4.98929 19.7704 4.79858 19.8495 4.59967 19.8495C4.45045 19.8495 4.30597 19.8052 4.18365 19.7235L4.06939 19.6298L3.26959 18.83L3.21783 18.7733C2.97763 18.4787 2.99503 18.044 3.26959 17.7694C3.54417 17.495 3.97896 17.4775 4.2735 17.7177L4.33014 17.7694L4.59967 18.0389L6.06939 16.5692ZM20.0001 17.7499L20.0762 17.7538C20.4546 17.7921 20.75 18.1115 20.7501 18.4999C20.7501 18.8883 20.4546 19.2077 20.0762 19.246L20.0001 19.2499H9.00006C8.58584 19.2499 8.25006 18.9141 8.25006 18.4999C8.25007 18.0857 8.58585 17.7499 9.00006 17.7499H20.0001ZM5.55475 13.0145C5.27614 13.3209 4.80164 13.3438 4.49518 13.0653C4.18868 12.7867 4.16675 12.3122 4.44537 12.0057L5.55475 13.0145ZM20.0001 11.7499L20.0762 11.7538C20.4546 11.7921 20.75 12.1115 20.7501 12.4999C20.7501 12.8883 20.4546 13.2077 20.0762 13.246L20.0001 13.2499H9.00006C8.58584 13.2499 8.25006 12.9141 8.25006 12.4999C8.25007 12.0857 8.58585 11.7499 9.00006 11.7499H20.0001ZM4.50982 11.9403C4.79264 11.6865 5.22745 11.6831 5.51471 11.9442C5.80181 12.2055 5.8394 12.6386 5.61334 12.9442L5.56451 13.0038L5.55475 13.0145L4.44537 12.0057L4.45514 11.994L4.50982 11.9403ZM5.55475 7.01453C5.27614 7.32089 4.80164 7.3438 4.49518 7.06532C4.18868 6.78668 4.16674 6.31224 4.44537 6.00575L5.55475 7.01453ZM20.0001 5.74989L20.0762 5.75379C20.4546 5.79206 20.75 6.11146 20.7501 6.49989C20.7501 6.88832 20.4546 7.20771 20.0762 7.24598L20.0001 7.24989H9.00006C8.58584 7.24989 8.25006 6.9141 8.25006 6.49989C8.25007 6.08568 8.58585 5.74989 9.00006 5.74989H20.0001ZM4.45514 5.99403C4.73381 5.68784 5.20832 5.66569 5.51471 5.94422C5.8209 6.22289 5.84305 6.69741 5.56451 7.00379L5.55475 7.01453L4.44537 6.00575L4.45514 5.99403Z",
2248
2318
  fill: t
2249
2319
  }
2250
2320
  )
2251
2321
  }
2252
- ), X5 = ({
2322
+ ), se = ({
2253
2323
  width: i = 24,
2254
2324
  height: e = 24,
2255
2325
  color: t = "#131314",
@@ -2282,10 +2352,10 @@ const Q2 = ({
2282
2352
  )
2283
2353
  ]
2284
2354
  }
2285
- ), ee = ({
2286
- width: i = 24,
2287
- height: e = 24,
2288
- color: t = v.GREY_DARK_2,
2355
+ ), ne = ({
2356
+ width: i = 20,
2357
+ height: e = 20,
2358
+ color: t = w.GREY_DARK_5,
2289
2359
  className: s,
2290
2360
  onClick: n
2291
2361
  }) => /* @__PURE__ */ u(
@@ -2293,38 +2363,32 @@ const Q2 = ({
2293
2363
  {
2294
2364
  width: i,
2295
2365
  height: e,
2366
+ className: s,
2367
+ onClick: n,
2296
2368
  viewBox: "0 0 24 24",
2297
2369
  fill: "none",
2298
2370
  xmlns: "http://www.w3.org/2000/svg",
2299
- className: s,
2300
- onClick: n,
2301
2371
  children: [
2302
2372
  /* @__PURE__ */ r(
2303
2373
  "path",
2304
2374
  {
2305
- d: "M5 20V19C5 15.134 8.13401 12 12 12V12C15.866 12 19 15.134 19 19V20",
2306
- stroke: t,
2307
- strokeWidth: "1.5",
2308
- strokeLinecap: "round",
2309
- strokeLinejoin: "round"
2375
+ d: "M18.25 20.5V19.5C18.25 16.0482 15.4518 13.25 12 13.25C8.54822 13.25 5.75 16.0482 5.75 19.5V20.5C5.75 20.9142 5.41421 21.25 5 21.25C4.58579 21.25 4.25 20.9142 4.25 20.5V19.5C4.25 15.2198 7.71979 11.75 12 11.75C16.2802 11.75 19.75 15.2198 19.75 19.5V20.5C19.75 20.9142 19.4142 21.25 19 21.25C18.5858 21.25 18.25 20.9142 18.25 20.5Z",
2376
+ fill: t
2310
2377
  }
2311
2378
  ),
2312
2379
  /* @__PURE__ */ r(
2313
2380
  "path",
2314
2381
  {
2315
- 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",
2316
- stroke: t,
2317
- strokeWidth: "1.5",
2318
- strokeLinecap: "round",
2319
- strokeLinejoin: "round"
2382
+ d: "M15.25 8.5C15.25 6.70507 13.7949 5.25 12 5.25C10.2051 5.25 8.75 6.70507 8.75 8.5C8.75 10.2949 10.2051 11.75 12 11.75C13.7949 11.75 15.25 10.2949 15.25 8.5ZM16.75 8.5C16.75 11.1234 14.6234 13.25 12 13.25C9.37665 13.25 7.25 11.1234 7.25 8.5C7.25 5.87665 9.37665 3.75 12 3.75C14.6234 3.75 16.75 5.87665 16.75 8.5Z",
2383
+ fill: t
2320
2384
  }
2321
2385
  )
2322
2386
  ]
2323
2387
  }
2324
- ), te = ({
2388
+ ), re = ({
2325
2389
  width: i = 24,
2326
2390
  height: e = 24,
2327
- color: t = v.GREY_DARK_2,
2391
+ color: t = w.GREY_DARK_2,
2328
2392
  className: s,
2329
2393
  onClick: n
2330
2394
  }) => /* @__PURE__ */ u(
@@ -2361,10 +2425,10 @@ const Q2 = ({
2361
2425
  )
2362
2426
  ]
2363
2427
  }
2364
- ), ie = ({
2428
+ ), oe = ({
2365
2429
  width: i = 24,
2366
2430
  height: e = 24,
2367
- color: t = v.GREY_DARK_2,
2431
+ color: t = w.GREY_DARK_2,
2368
2432
  className: s,
2369
2433
  onClick: n
2370
2434
  }) => /* @__PURE__ */ r(
@@ -2388,10 +2452,10 @@ const Q2 = ({
2388
2452
  }
2389
2453
  )
2390
2454
  }
2391
- ), se = ({
2455
+ ), ae = ({
2392
2456
  width: i = 24,
2393
2457
  height: e = 24,
2394
- color: t = v.GREY_DARK_2,
2458
+ color: t = w.GREY_DARK_2,
2395
2459
  className: s,
2396
2460
  onClick: n
2397
2461
  }) => /* @__PURE__ */ r(
@@ -2415,32 +2479,6 @@ const Q2 = ({
2415
2479
  }
2416
2480
  )
2417
2481
  }
2418
- ), ne = ({
2419
- width: i = 20,
2420
- height: e = 20,
2421
- color: t = "#001E52",
2422
- className: s,
2423
- onClick: n
2424
- }) => /* @__PURE__ */ r(
2425
- "svg",
2426
- {
2427
- width: i,
2428
- height: e,
2429
- viewBox: "0 0 20 20",
2430
- fill: "none",
2431
- xmlns: "http://www.w3.org/2000/svg",
2432
- className: s,
2433
- onClick: n,
2434
- children: /* @__PURE__ */ r(
2435
- "path",
2436
- {
2437
- fillRule: "evenodd",
2438
- clipRule: "evenodd",
2439
- d: "M18.3337 10.0001C18.3337 14.6026 14.6028 18.3334 10.0003 18.3334C5.39783 18.3334 1.66699 14.6026 1.66699 10.0001C1.66699 5.39758 5.39783 1.66675 10.0003 1.66675C14.6028 1.66675 18.3337 5.39758 18.3337 10.0001ZM12.5003 7.50008C12.5003 8.16312 12.2369 8.79901 11.7681 9.26785C11.2993 9.73669 10.6634 10.0001 10.0003 10.0001C9.33728 10.0001 8.7014 9.73669 8.23256 9.26785C7.76372 8.79901 7.50033 8.16312 7.50033 7.50008C7.50033 6.83704 7.76372 6.20116 8.23256 5.73231C8.7014 5.26347 9.33728 5.00008 10.0003 5.00008C10.6634 5.00008 11.2993 5.26347 11.7681 5.73231C12.2369 6.20116 12.5003 6.83704 12.5003 7.50008ZM10.0003 17.0834C11.4306 17.0857 12.8277 16.6529 14.0062 15.8426C14.5095 15.4967 14.7245 14.8384 14.4312 14.3026C13.8253 13.1917 12.5753 12.5001 10.0003 12.5001C7.42533 12.5001 6.17533 13.1917 5.56866 14.3026C5.27616 14.8384 5.49116 15.4967 5.99449 15.8426C7.17299 16.6529 8.5701 17.0857 10.0003 17.0834Z",
2440
- fill: t
2441
- }
2442
- )
2443
- }
2444
2482
  ), g1 = ({
2445
2483
  name: i,
2446
2484
  width: e,
@@ -2450,7 +2488,7 @@ const Q2 = ({
2450
2488
  disabled: o = !1,
2451
2489
  onClick: c
2452
2490
  }) => {
2453
- const [a, C] = Z(n), { theme: d } = r1(h2), l = o ? d && d === "dark" ? v.GREY_LIGHT_4 : v.GREY_DARK_1 : s, h = o ? void 0 : c;
2491
+ const [a, C] = S(n), { theme: d } = r1(c2), l = o ? d && d === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : s, h = o ? void 0 : c;
2454
2492
  return K(() => {
2455
2493
  if (n) {
2456
2494
  h && !o && C(`${n} clickable`);
@@ -2460,9 +2498,9 @@ const Q2 = ({
2460
2498
  }, [h, n, o]), /* @__PURE__ */ r(i1, { children: (() => {
2461
2499
  switch (i) {
2462
2500
  case "nextIcon":
2463
- return y5({ width: e, height: t, color: l, className: a, onClick: h });
2501
+ return I5({ width: e, height: t, color: l, className: a, onClick: h });
2464
2502
  case "prevIcon":
2465
- return H5({ width: e, height: t, color: l, className: a, onClick: h });
2503
+ return A5({ width: e, height: t, color: l, className: a, onClick: h });
2466
2504
  case "arrowDown":
2467
2505
  return Q2({ width: e, height: t, color: l, className: a, onClick: h });
2468
2506
  case "info":
@@ -2470,25 +2508,25 @@ const Q2 = ({
2470
2508
  case "arrowRight":
2471
2509
  return e5({ width: e, height: t, color: l, className: a, onClick: h });
2472
2510
  case "calendar":
2473
- return t5({ width: e, height: t, color: l, className: a, onClick: h });
2511
+ return r5({ width: e, height: t, color: l, className: a, onClick: h });
2474
2512
  case "check":
2475
- return i5({ width: e, height: t, color: l, className: a, onClick: h });
2513
+ return o5({ width: e, height: t, color: l, className: a, onClick: h });
2476
2514
  case "cancel":
2477
- return s5({ width: e, height: t, color: l, className: a, onClick: h });
2515
+ return a5({ width: e, height: t, color: l, className: a, onClick: h });
2478
2516
  case "add":
2479
- return n5({ width: e, height: t, color: l, className: a, onClick: h });
2517
+ return l5({ width: e, height: t, color: l, className: a, onClick: h });
2480
2518
  case "list":
2481
- return r5({ width: e, height: t, color: l, className: a, onClick: h });
2519
+ return h5({ width: e, height: t, color: l, className: a, onClick: h });
2482
2520
  case "dragAndDrop":
2483
- return o5({ width: e, height: t, color: l, className: a, onClick: h });
2521
+ return c5({ width: e, height: t, color: l, className: a, onClick: h });
2484
2522
  case "filter":
2485
- return a5({ width: e, height: t, color: l, className: a, onClick: h });
2523
+ return d5({ width: e, height: t, color: l, className: a, onClick: h });
2486
2524
  case "attention":
2487
- return l5({ width: e, height: t, color: l, className: a, onClick: h });
2525
+ return C5({ width: e, height: t, color: l, className: a, onClick: h });
2488
2526
  case "users":
2489
- return c5({ width: e, height: t, color: l, className: a, onClick: h });
2527
+ return g5({ width: e, height: t, color: l, className: a, onClick: h });
2490
2528
  case "mySkillsMatrix":
2491
- return h5({
2529
+ return u5({
2492
2530
  width: e,
2493
2531
  height: t,
2494
2532
  color: l,
@@ -2496,9 +2534,9 @@ const Q2 = ({
2496
2534
  onClick: h
2497
2535
  });
2498
2536
  case "skills":
2499
- return d5({ width: e, height: t, color: l, className: a, onClick: h });
2537
+ return f5({ width: e, height: t, color: l, className: a, onClick: h });
2500
2538
  case "skillsMatrices":
2501
- return C5({
2539
+ return p5({
2502
2540
  width: e,
2503
2541
  height: t,
2504
2542
  color: l,
@@ -2506,21 +2544,21 @@ const Q2 = ({
2506
2544
  onClick: h
2507
2545
  });
2508
2546
  case "history":
2509
- return g5({ width: e, height: t, color: l, className: a, onClick: h });
2547
+ return m5({ width: e, height: t, color: l, className: a, onClick: h });
2510
2548
  case "logOut":
2511
- return u5({ width: e, height: t, color: l, className: a, onClick: h });
2549
+ return w5({ width: e, height: t, color: l, className: a, onClick: h });
2512
2550
  case "settings":
2513
- return f5({ width: e, height: t, color: l, className: a, onClick: h });
2551
+ return L5({ width: e, height: t, color: l, className: a, onClick: h });
2514
2552
  case "trash":
2515
- return p5({ width: e, height: t, color: l, className: a, onClick: h });
2553
+ return k5({ width: e, height: t, color: l, className: a, onClick: h });
2516
2554
  case "settings2":
2517
- return m5({ width: e, height: t, color: l, className: a, onClick: h });
2555
+ return v5({ width: e, height: t, color: l, className: a, onClick: h });
2518
2556
  case "checkCircle":
2519
- return w5({ width: e, height: t, color: l, className: a, onClick: h });
2557
+ return N5({ width: e, height: t, color: l, className: a, onClick: h });
2520
2558
  case "cancelCircle":
2521
- return L5({ width: e, height: t, color: l, className: a, onClick: h });
2559
+ return R5({ width: e, height: t, color: l, className: a, onClick: h });
2522
2560
  case "visibilityIcon":
2523
- return k5({
2561
+ return x5({
2524
2562
  width: e,
2525
2563
  height: t,
2526
2564
  color: l,
@@ -2528,7 +2566,7 @@ const Q2 = ({
2528
2566
  onClick: h
2529
2567
  });
2530
2568
  case "visibilityOffIcon":
2531
- return v5({
2569
+ return _5({
2532
2570
  width: e,
2533
2571
  height: t,
2534
2572
  color: l,
@@ -2536,7 +2574,7 @@ const Q2 = ({
2536
2574
  onClick: h
2537
2575
  });
2538
2576
  case "selectArrowIcon":
2539
- return N5({
2577
+ return M5({
2540
2578
  width: e,
2541
2579
  height: t,
2542
2580
  color: l,
@@ -2544,7 +2582,7 @@ const Q2 = ({
2544
2582
  onClick: h
2545
2583
  });
2546
2584
  case "expandArrowIcon":
2547
- return R5({
2585
+ return b5({
2548
2586
  width: e,
2549
2587
  height: t,
2550
2588
  color: l,
@@ -2552,7 +2590,7 @@ const Q2 = ({
2552
2590
  onClick: h
2553
2591
  });
2554
2592
  case "expandActiveArrowIcon":
2555
- return x5({
2593
+ return y5({
2556
2594
  width: e,
2557
2595
  height: t,
2558
2596
  color: l,
@@ -2560,79 +2598,85 @@ const Q2 = ({
2560
2598
  onClick: h
2561
2599
  });
2562
2600
  case "sortUp":
2563
- return M5({ width: e, height: t, color: l, className: a, onClick: h });
2601
+ return H5({ width: e, height: t, color: l, className: a, onClick: h });
2564
2602
  case "sortDown":
2565
- return b5({ width: e, height: t, color: l, className: a, onClick: h });
2603
+ return V5({ width: e, height: t, color: l, className: a, onClick: h });
2566
2604
  case "search":
2567
- return _5({ width: e, height: t, color: l, className: a, onClick: h });
2568
- case "arrowUpFilled":
2569
2605
  return E5({ width: e, height: t, color: l, className: a, onClick: h });
2606
+ case "arrowUpFilled":
2607
+ return Z5({ width: e, height: t, color: l, className: a, onClick: h });
2570
2608
  case "arrowDownFilled":
2571
- return V5({ width: e, height: t, color: l, className: a, onClick: h });
2609
+ return O5({ width: e, height: t, color: l, className: a, onClick: h });
2610
+ case "arrow2Up":
2611
+ return t5({ width: e, height: t, color: l, className: a, onClick: h });
2612
+ case "arrow2Right":
2613
+ return i5({ width: e, height: t, color: l, className: a, onClick: h });
2614
+ case "arrow2Down":
2615
+ return s5({ width: e, height: t, color: l, className: a, onClick: h });
2616
+ case "arrow2Left":
2617
+ return n5({ width: e, height: t, color: l, className: a, onClick: h });
2572
2618
  case "link":
2573
- return I5({ width: e, height: t, color: l, className: a, onClick: h });
2619
+ return S5({ width: e, height: t, color: l, className: a, onClick: h });
2574
2620
  case "telegram":
2575
- return O5({ width: e, height: t, color: l, className: a, onClick: h });
2621
+ return G5({ width: e, height: t, color: l, className: a, onClick: h });
2576
2622
  case "mail":
2577
- return Z5({ width: e, height: t, color: l, className: a, onClick: h });
2623
+ return K5({ width: e, height: t, color: l, className: a, onClick: h });
2578
2624
  case "github":
2579
- return A5({ width: e, height: t, color: l, className: a, onClick: h });
2625
+ return D5({ width: e, height: t, color: l, className: a, onClick: h });
2580
2626
  case "linkedIn":
2581
- return S5({ width: e, height: t, color: l, className: a, onClick: h });
2627
+ return T5({ width: e, height: t, color: l, className: a, onClick: h });
2582
2628
  case "emptyStateIcon":
2583
- return D5({ width: e, height: t, color: l, className: a, onClick: h });
2629
+ return B5({ width: e, height: t, color: l, className: a, onClick: h });
2584
2630
  case "filtersIcon":
2585
- return G5({ width: e, height: t, color: l, className: a, onClick: h });
2631
+ return P5({ width: e, height: t, color: l, className: a, onClick: h });
2586
2632
  case "dotMenuIcon":
2587
- return T5({ width: e, height: t, color: l, className: a, onClick: h });
2633
+ return Y5({ width: e, height: t, color: l, className: a, onClick: h });
2588
2634
  case "plusCircle":
2589
- return K5({ width: e, height: t, color: l, className: a, onClick: h });
2635
+ return $5({ width: e, height: t, color: l, className: a, onClick: h });
2590
2636
  case "warning":
2591
- return B5({ width: e, height: t, color: l, className: a, onClick: h });
2637
+ return j5({ width: e, height: t, color: l, className: a, onClick: h });
2592
2638
  case "back":
2593
- return P5({ width: e, height: t, color: l, className: a, onClick: h });
2639
+ return F5({ width: e, height: t, color: l, className: a, onClick: h });
2594
2640
  case "bell":
2595
- return $5({ width: e, height: t, color: l, className: a, onClick: h });
2641
+ return U5({ width: e, height: t, color: l, className: a, onClick: h });
2596
2642
  case "copy":
2597
- return j5({ width: e, height: t, color: l, className: a, onClick: h });
2643
+ return W5({ width: e, height: t, color: l, className: a, onClick: h });
2598
2644
  case "contract":
2599
- return Y5({ width: e, height: t, color: l, className: a, onClick: h });
2645
+ return z5({ width: e, height: t, color: l, className: a, onClick: h });
2600
2646
  case "resourceManager":
2601
- return F5({ width: e, height: t, color: l, className: a, onClick: h });
2647
+ return J5({ width: e, height: t, color: l, className: a, onClick: h });
2602
2648
  case "image":
2603
- return W5({ width: e, height: t, color: l, className: a, onClick: h });
2649
+ return q5({ width: e, height: t, color: l, className: a, onClick: h });
2604
2650
  case "edit":
2605
- return U5({ width: e, height: t, color: l, className: a, onClick: h });
2651
+ return Q5({ width: e, height: t, color: l, className: a, onClick: h });
2606
2652
  case "filledArrowRight":
2607
- return z5({ width: e, height: t, color: l, className: a, onClick: h });
2653
+ return X5({ width: e, height: t, color: l, className: a, onClick: h });
2608
2654
  case "burgerMenu":
2609
- return J5({ width: e, height: t, color: l, className: a, onClick: h });
2655
+ return ee({ width: e, height: t, color: l, className: a, onClick: h });
2610
2656
  case "refresh":
2611
- return q5({ width: e, height: t, color: l, className: a, onClick: h });
2657
+ return te({ width: e, height: t, color: l, className: a, onClick: h });
2612
2658
  case "projects":
2613
- return Q5({ width: e, height: t, color: l, className: a, onClick: h });
2614
- case "profile":
2659
+ return ie({ width: e, height: t, color: l, className: a, onClick: h });
2660
+ case "user":
2615
2661
  return ne({ width: e, height: t, color: l, className: a, onClick: h });
2616
2662
  case "exit":
2617
- return X5({ width: e, height: t, color: l, className: a, onClick: h });
2618
- case "client":
2619
- return ee({ width: e, height: t, color: l, className: a, onClick: h });
2663
+ return se({ width: e, height: t, color: l, className: a, onClick: h });
2620
2664
  case "openPointCircle":
2621
- return te({ width: e, height: t, color: l, className: a, onClick: h });
2665
+ return re({ width: e, height: t, color: l, className: a, onClick: h });
2622
2666
  case "community":
2623
- return ie({ width: e, height: t, color: l, className: a, onClick: h });
2667
+ return oe({ width: e, height: t, color: l, className: a, onClick: h });
2624
2668
  case "docs":
2625
- return se({ width: e, height: t, color: l, className: a, onClick: h });
2669
+ return ae({ width: e, height: t, color: l, className: a, onClick: h });
2626
2670
  default:
2627
2671
  return /* @__PURE__ */ r(i1, { children: "No Icon provided" });
2628
2672
  }
2629
2673
  })() });
2630
- }, { Title: re, Text: oe } = a2, ae = {
2674
+ }, { Title: le, Text: he } = a2, ce = {
2631
2675
  h1: 1,
2632
2676
  h2: 2,
2633
2677
  h3: 3,
2634
2678
  h4: 4
2635
- }, le = L1(
2679
+ }, de = L1(
2636
2680
  ({
2637
2681
  align: i = "inherit",
2638
2682
  variant: e = "body1",
@@ -2646,23 +2690,23 @@ const Q2 = ({
2646
2690
  }, C) => {
2647
2691
  const d = q(null);
2648
2692
  H1(C, () => d.current);
2649
- const [l, h] = Z(!1);
2693
+ const [l, h] = S(!1);
2650
2694
  K(() => {
2651
- var L;
2695
+ var v;
2652
2696
  if (!a) return;
2653
2697
  const m = () => {
2654
2698
  d.current && h(d.current.scrollWidth > d.current.clientWidth);
2655
2699
  };
2656
2700
  m();
2657
2701
  const H = new ResizeObserver(m);
2658
- return d.current && H.observe(d.current), (L = d.current) != null && L.parentElement && H.observe(d.current.parentElement), () => {
2702
+ return d.current && H.observe(d.current), (v = d.current) != null && v.parentElement && H.observe(d.current.parentElement), () => {
2659
2703
  H.disconnect();
2660
2704
  };
2661
2705
  }, [a]);
2662
2706
  const g = e === "h1" || e === "h2" || e === "h3" || e === "h4";
2663
2707
  let f = `snmt-typography snmt-typography-${e}`;
2664
2708
  i && i !== "inherit" && (f += ` snmt-typography-align-${i}`), o && (f += " collapsed");
2665
- const w = {
2709
+ const k = {
2666
2710
  className: f,
2667
2711
  style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
2668
2712
  onClick: n,
@@ -2674,16 +2718,16 @@ const Q2 = ({
2674
2718
  }
2675
2719
  } : void 0
2676
2720
  };
2677
- return g ? /* @__PURE__ */ r(re, { level: ae[e], ...w, children: s }) : /* @__PURE__ */ r(oe, { ...w, children: s });
2721
+ return g ? /* @__PURE__ */ r(le, { level: ce[e], ...k, children: s }) : /* @__PURE__ */ r(he, { ...k, children: s });
2678
2722
  }
2679
2723
  );
2680
- var N = /* @__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.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", 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.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(N || {});
2724
+ var L = /* @__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.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", 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.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(L || {});
2681
2725
  const d2 = d1({
2682
2726
  locale: "en",
2683
2727
  theme: "light"
2684
2728
  });
2685
2729
  d2.Provider;
2686
- const ce = ({
2730
+ const Ce = ({
2687
2731
  width: i = 20,
2688
2732
  height: e = 20,
2689
2733
  color: t = "#001E52",
@@ -2710,10 +2754,10 @@ const ce = ({
2710
2754
  }
2711
2755
  )
2712
2756
  }
2713
- ), he = ({
2757
+ ), ge = ({
2714
2758
  width: i = 20,
2715
2759
  height: e = 20,
2716
- color: t = N.GREY_DARK_5,
2760
+ color: t = L.GREY_DARK_5,
2717
2761
  className: s,
2718
2762
  onClick: n
2719
2763
  }) => /* @__PURE__ */ u(
@@ -2750,7 +2794,7 @@ const ce = ({
2750
2794
  )
2751
2795
  ]
2752
2796
  }
2753
- ), de = ({
2797
+ ), ue = ({
2754
2798
  width: i = 20,
2755
2799
  height: e = 20,
2756
2800
  color: t = "#001E52",
@@ -2785,10 +2829,112 @@ const ce = ({
2785
2829
  )
2786
2830
  ]
2787
2831
  }
2788
- ), Ce = ({
2832
+ ), fe = ({
2833
+ width: i = 20,
2834
+ height: e = 20,
2835
+ color: t = L.GREY_DARK_5,
2836
+ className: s,
2837
+ onClick: n
2838
+ }) => /* @__PURE__ */ u(
2839
+ "svg",
2840
+ {
2841
+ width: i,
2842
+ height: e,
2843
+ className: s,
2844
+ onClick: n,
2845
+ viewBox: "0 0 25 25",
2846
+ fill: "none",
2847
+ xmlns: "http://www.w3.org/2000/svg",
2848
+ children: [
2849
+ /* @__PURE__ */ r("g", { "clip-path": "url(#clip0_1_2043)", children: /* @__PURE__ */ r(
2850
+ "path",
2851
+ {
2852
+ d: "M5.96967 14.9697C5.67678 15.2626 5.67678 15.7373 5.96967 16.0302C6.26256 16.3231 6.73732 16.3231 7.03022 16.0302L12.4999 10.5605L17.9697 16.0302L18.0263 16.082C18.3209 16.3223 18.7556 16.3048 19.0302 16.0302C19.3048 15.7556 19.3223 15.3209 19.082 15.0263L19.0302 14.9697L13.0302 8.96967C12.7373 8.67678 12.2626 8.67678 11.9697 8.96967L5.96967 14.9697Z",
2853
+ fill: t
2854
+ }
2855
+ ) }),
2856
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
2857
+ ]
2858
+ }
2859
+ ), pe = ({
2860
+ width: i = 20,
2861
+ height: e = 20,
2862
+ color: t = L.GREY_DARK_5,
2863
+ className: s,
2864
+ onClick: n
2865
+ }) => /* @__PURE__ */ r(
2866
+ "svg",
2867
+ {
2868
+ width: i,
2869
+ height: e,
2870
+ className: s,
2871
+ onClick: n,
2872
+ viewBox: "0 0 25 25",
2873
+ fill: "none",
2874
+ xmlns: "http://www.w3.org/2000/svg",
2875
+ children: /* @__PURE__ */ r(
2876
+ "path",
2877
+ {
2878
+ d: "M10.0303 5.96967C9.73744 5.67678 9.26268 5.67678 8.96978 5.96967C8.67689 6.26256 8.67689 6.73732 8.96978 7.03022L14.4395 12.4999L8.96978 17.9697L8.91803 18.0263C8.67772 18.3209 8.69518 18.7556 8.96978 19.0302C9.24439 19.3048 9.67911 19.3223 9.97369 19.082L10.0303 19.0302L16.0303 13.0302C16.3232 12.7373 16.3232 12.2626 16.0303 11.9697L10.0303 5.96967Z",
2879
+ fill: t
2880
+ }
2881
+ )
2882
+ }
2883
+ ), me = ({
2884
+ width: i = 20,
2885
+ height: e = 20,
2886
+ color: t = L.GREY_DARK_5,
2887
+ className: s,
2888
+ onClick: n
2889
+ }) => /* @__PURE__ */ u(
2890
+ "svg",
2891
+ {
2892
+ width: i,
2893
+ height: e,
2894
+ className: s,
2895
+ onClick: n,
2896
+ viewBox: "0 0 25 25",
2897
+ fill: "none",
2898
+ xmlns: "http://www.w3.org/2000/svg",
2899
+ children: [
2900
+ /* @__PURE__ */ r("g", { "clip-path": "url(#clip0_1_2039)", children: /* @__PURE__ */ r(
2901
+ "path",
2902
+ {
2903
+ d: "M5.96967 10.0303C5.67678 9.73744 5.67678 9.26268 5.96967 8.96978C6.26256 8.67689 6.73732 8.67689 7.03022 8.96978L12.4999 14.4395L17.9697 8.96978L18.0263 8.91803C18.3209 8.67772 18.7556 8.69518 19.0302 8.96978C19.3048 9.24439 19.3223 9.67911 19.082 9.97369L19.0302 10.0303L13.0302 16.0303C12.7373 16.3232 12.2626 16.3232 11.9697 16.0303L5.96967 10.0303Z",
2904
+ fill: t
2905
+ }
2906
+ ) }),
2907
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ r("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
2908
+ ]
2909
+ }
2910
+ ), we = ({
2911
+ width: i = 20,
2912
+ height: e = 20,
2913
+ color: t = L.GREY_DARK_5,
2914
+ className: s,
2915
+ onClick: n
2916
+ }) => /* @__PURE__ */ r(
2917
+ "svg",
2918
+ {
2919
+ width: i,
2920
+ height: e,
2921
+ className: s,
2922
+ onClick: n,
2923
+ viewBox: "0 0 25 25",
2924
+ fill: "none",
2925
+ xmlns: "http://www.w3.org/2000/svg",
2926
+ children: /* @__PURE__ */ r(
2927
+ "path",
2928
+ {
2929
+ d: "M14.9697 5.96967C15.2626 5.67678 15.7373 5.67678 16.0302 5.96967C16.3231 6.26256 16.3231 6.73732 16.0302 7.03022L10.5605 12.4999L16.0302 17.9697L16.082 18.0263C16.3223 18.3209 16.3048 18.7556 16.0302 19.0302C15.7556 19.3048 15.3209 19.3223 15.0263 19.082L14.9697 19.0302L8.96967 13.0302C8.67678 12.7373 8.67678 12.2626 8.96967 11.9697L14.9697 5.96967Z",
2930
+ fill: t
2931
+ }
2932
+ )
2933
+ }
2934
+ ), Le = ({
2789
2935
  width: i = 20,
2790
2936
  height: e = 20,
2791
- color: t = N.GREY_DARK_5,
2937
+ color: t = L.GREY_DARK_5,
2792
2938
  className: s,
2793
2939
  onClick: n
2794
2940
  }) => /* @__PURE__ */ u(
@@ -2832,10 +2978,10 @@ const ce = ({
2832
2978
  )
2833
2979
  ]
2834
2980
  }
2835
- ), ge = ({
2981
+ ), ke = ({
2836
2982
  width: i = 20,
2837
2983
  height: e = 20,
2838
- color: t = N.GREY_DARK_5,
2984
+ color: t = L.GREY_DARK_5,
2839
2985
  className: s,
2840
2986
  onClick: n
2841
2987
  }) => /* @__PURE__ */ r(
@@ -2856,10 +3002,10 @@ const ce = ({
2856
3002
  }
2857
3003
  )
2858
3004
  }
2859
- ), ue = ({
3005
+ ), ve = ({
2860
3006
  width: i = 20,
2861
3007
  height: e = 20,
2862
- color: t = N.GREY_DARK_5,
3008
+ color: t = L.GREY_DARK_5,
2863
3009
  className: s,
2864
3010
  onClick: n
2865
3011
  }) => /* @__PURE__ */ r(
@@ -2880,10 +3026,10 @@ const ce = ({
2880
3026
  }
2881
3027
  )
2882
3028
  }
2883
- ), fe = ({
3029
+ ), Ne = ({
2884
3030
  width: i = 20,
2885
3031
  height: e = 20,
2886
- color: t = N.GREY_DARK_5,
3032
+ color: t = L.GREY_DARK_5,
2887
3033
  className: s,
2888
3034
  onClick: n
2889
3035
  }) => /* @__PURE__ */ r(
@@ -2904,10 +3050,10 @@ const ce = ({
2904
3050
  }
2905
3051
  )
2906
3052
  }
2907
- ), pe = ({
3053
+ ), Re = ({
2908
3054
  width: i = 20,
2909
3055
  height: e = 20,
2910
- color: t = N.GREY_DARK_5,
3056
+ color: t = L.GREY_DARK_5,
2911
3057
  className: s,
2912
3058
  onClick: n
2913
3059
  }) => /* @__PURE__ */ u(
@@ -2965,10 +3111,10 @@ const ce = ({
2965
3111
  )
2966
3112
  ]
2967
3113
  }
2968
- ), me = ({
3114
+ ), xe = ({
2969
3115
  width: i = 20,
2970
3116
  height: e = 20,
2971
- color: t = N.GREY_DARK_5,
3117
+ color: t = L.GREY_DARK_5,
2972
3118
  className: s,
2973
3119
  onClick: n
2974
3120
  }) => /* @__PURE__ */ u(
@@ -3012,10 +3158,10 @@ const ce = ({
3012
3158
  )
3013
3159
  ]
3014
3160
  }
3015
- ), we = ({
3161
+ ), _e = ({
3016
3162
  width: i = 20,
3017
3163
  height: e = 20,
3018
- color: t = N.GREY_DARK_5,
3164
+ color: t = L.GREY_DARK_5,
3019
3165
  className: s,
3020
3166
  onClick: n
3021
3167
  }) => /* @__PURE__ */ u(
@@ -3052,10 +3198,10 @@ const ce = ({
3052
3198
  )
3053
3199
  ]
3054
3200
  }
3055
- ), Le = ({
3201
+ ), Me = ({
3056
3202
  width: i = 20,
3057
3203
  height: e = 20,
3058
- color: t = N.GREY_DARK_5,
3204
+ color: t = L.GREY_DARK_5,
3059
3205
  className: s,
3060
3206
  onClick: n
3061
3207
  }) => /* @__PURE__ */ u(
@@ -3092,10 +3238,10 @@ const ce = ({
3092
3238
  )
3093
3239
  ]
3094
3240
  }
3095
- ), ke = ({
3241
+ ), be = ({
3096
3242
  width: i = 20,
3097
3243
  height: e = 20,
3098
- color: t = N.GREY_DARK_5,
3244
+ color: t = L.GREY_DARK_5,
3099
3245
  className: s,
3100
3246
  onClick: n
3101
3247
  }) => /* @__PURE__ */ u(
@@ -3139,10 +3285,10 @@ const ce = ({
3139
3285
  )
3140
3286
  ]
3141
3287
  }
3142
- ), ve = ({
3288
+ ), ye = ({
3143
3289
  width: i = 20,
3144
3290
  height: e = 20,
3145
- color: t = N.GREY_DARK_5,
3291
+ color: t = L.GREY_DARK_5,
3146
3292
  className: s,
3147
3293
  onClick: n
3148
3294
  }) => /* @__PURE__ */ u(
@@ -3186,10 +3332,10 @@ const ce = ({
3186
3332
  )
3187
3333
  ]
3188
3334
  }
3189
- ), Ne = ({
3335
+ ), He = ({
3190
3336
  width: i = 20,
3191
3337
  height: e = 20,
3192
- color: t = N.GREY_DARK_5,
3338
+ color: t = L.GREY_DARK_5,
3193
3339
  className: s,
3194
3340
  onClick: n
3195
3341
  }) => /* @__PURE__ */ u(
@@ -3233,10 +3379,10 @@ const ce = ({
3233
3379
  )
3234
3380
  ]
3235
3381
  }
3236
- ), Re = ({
3382
+ ), Ve = ({
3237
3383
  width: i = 20,
3238
3384
  height: e = 20,
3239
- color: t = N.GREY_DARK_5,
3385
+ color: t = L.GREY_DARK_5,
3240
3386
  className: s,
3241
3387
  onClick: n
3242
3388
  }) => /* @__PURE__ */ u(
@@ -3273,10 +3419,10 @@ const ce = ({
3273
3419
  )
3274
3420
  ]
3275
3421
  }
3276
- ), xe = ({
3422
+ ), Ee = ({
3277
3423
  width: i = 20,
3278
3424
  height: e = 20,
3279
- color: t = N.GREY_DARK_5,
3425
+ color: t = L.GREY_DARK_5,
3280
3426
  className: s,
3281
3427
  onClick: n
3282
3428
  }) => /* @__PURE__ */ u(
@@ -3306,10 +3452,10 @@ const ce = ({
3306
3452
  )
3307
3453
  ]
3308
3454
  }
3309
- ), Me = ({
3455
+ ), Ie = ({
3310
3456
  width: i = 20,
3311
3457
  height: e = 20,
3312
- color: t = N.GREY_DARK_5,
3458
+ color: t = L.GREY_DARK_5,
3313
3459
  className: s,
3314
3460
  onClick: n
3315
3461
  }) => /* @__PURE__ */ u(
@@ -3339,10 +3485,10 @@ const ce = ({
3339
3485
  )
3340
3486
  ]
3341
3487
  }
3342
- ), be = ({
3488
+ ), Ae = ({
3343
3489
  width: i = 20,
3344
3490
  height: e = 20,
3345
- color: t = N.GREY_DARK_5,
3491
+ color: t = L.GREY_DARK_5,
3346
3492
  className: s,
3347
3493
  onClick: n
3348
3494
  }) => /* @__PURE__ */ u(
@@ -3372,10 +3518,10 @@ const ce = ({
3372
3518
  )
3373
3519
  ]
3374
3520
  }
3375
- ), _e = ({
3521
+ ), Oe = ({
3376
3522
  width: i = 20,
3377
3523
  height: e = 20,
3378
- color: t = N.GREY_DARK_5,
3524
+ color: t = L.GREY_DARK_5,
3379
3525
  className: s,
3380
3526
  onClick: n
3381
3527
  }) => /* @__PURE__ */ u(
@@ -3405,10 +3551,10 @@ const ce = ({
3405
3551
  )
3406
3552
  ]
3407
3553
  }
3408
- ), ye = ({
3554
+ ), Ze = ({
3409
3555
  width: i = 20,
3410
3556
  height: e = 20,
3411
- color: t = N.GREY_DARK_5,
3557
+ color: t = L.GREY_DARK_5,
3412
3558
  className: s,
3413
3559
  onClick: n
3414
3560
  }) => /* @__PURE__ */ u(
@@ -3445,10 +3591,10 @@ const ce = ({
3445
3591
  )
3446
3592
  ]
3447
3593
  }
3448
- ), He = ({
3594
+ ), Se = ({
3449
3595
  width: i = 20,
3450
3596
  height: e = 20,
3451
- color: t = N.GREY_DARK_5,
3597
+ color: t = L.GREY_DARK_5,
3452
3598
  className: s,
3453
3599
  onClick: n
3454
3600
  }) => /* @__PURE__ */ u(
@@ -3478,10 +3624,10 @@ const ce = ({
3478
3624
  )
3479
3625
  ]
3480
3626
  }
3481
- ), Ve = ({
3627
+ ), De = ({
3482
3628
  width: i = 20,
3483
3629
  height: e = 20,
3484
- color: t = N.GREY_DARK_5,
3630
+ color: t = L.GREY_DARK_5,
3485
3631
  className: s,
3486
3632
  onClick: n
3487
3633
  }) => /* @__PURE__ */ u(
@@ -3511,7 +3657,7 @@ const ce = ({
3511
3657
  )
3512
3658
  ]
3513
3659
  }
3514
- ), Ee = ({
3660
+ ), Ge = ({
3515
3661
  width: i = 20,
3516
3662
  height: e = 20,
3517
3663
  color: t = "#070739",
@@ -3541,7 +3687,7 @@ const ce = ({
3541
3687
  /* @__PURE__ */ r("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
3542
3688
  ]
3543
3689
  }
3544
- ), Ie = ({
3690
+ ), Te = ({
3545
3691
  width: i = 20,
3546
3692
  height: e = 20,
3547
3693
  color: t = "#070739",
@@ -3579,7 +3725,7 @@ const ce = ({
3579
3725
  )
3580
3726
  ]
3581
3727
  }
3582
- ), Ae = ({
3728
+ ), Ke = ({
3583
3729
  width: i = 9,
3584
3730
  height: e = 5,
3585
3731
  color: t = "#001E52",
@@ -3605,7 +3751,7 @@ const ce = ({
3605
3751
  }
3606
3752
  )
3607
3753
  }
3608
- ), Oe = ({
3754
+ ), Be = ({
3609
3755
  width: i = 20,
3610
3756
  height: e = 20,
3611
3757
  color: t = "#F2F2F7",
@@ -3634,7 +3780,7 @@ const ce = ({
3634
3780
  )
3635
3781
  ]
3636
3782
  }
3637
- ), Se = ({
3783
+ ), Pe = ({
3638
3784
  width: i = 20,
3639
3785
  height: e = 20,
3640
3786
  color: t = "#004ED7",
@@ -3663,7 +3809,7 @@ const ce = ({
3663
3809
  )
3664
3810
  ]
3665
3811
  }
3666
- ), Ze = ({
3812
+ ), Ye = ({
3667
3813
  width: i = 10,
3668
3814
  height: e = 10,
3669
3815
  color: t = "#001E52",
@@ -3692,7 +3838,7 @@ const ce = ({
3692
3838
  )
3693
3839
  ]
3694
3840
  }
3695
- ), De = ({
3841
+ ), $e = ({
3696
3842
  width: i = 10,
3697
3843
  height: e = 10,
3698
3844
  color: t = "#001E52",
@@ -3729,9 +3875,9 @@ const ce = ({
3729
3875
  )
3730
3876
  ]
3731
3877
  }
3732
- ), Ge = ({
3878
+ ), je = ({
3733
3879
  className: i,
3734
- color: e = N.GREY_DARK_5,
3880
+ color: e = L.GREY_DARK_5,
3735
3881
  height: t = 20,
3736
3882
  width: s = 20,
3737
3883
  onClick: n
@@ -3762,9 +3908,9 @@ const ce = ({
3762
3908
  )
3763
3909
  ]
3764
3910
  }
3765
- ), Te = ({
3911
+ ), Fe = ({
3766
3912
  className: i,
3767
- color: e = N.GREY_DARK_5,
3913
+ color: e = L.GREY_DARK_5,
3768
3914
  height: t = 20,
3769
3915
  width: s = 20,
3770
3916
  onClick: n
@@ -3789,9 +3935,9 @@ const ce = ({
3789
3935
  }
3790
3936
  )
3791
3937
  }
3792
- ), Ke = ({
3938
+ ), Ue = ({
3793
3939
  className: i,
3794
- color: e = N.GREY_DARK_5,
3940
+ color: e = L.GREY_DARK_5,
3795
3941
  height: t = 20,
3796
3942
  width: s = 20,
3797
3943
  onClick: n
@@ -3816,9 +3962,9 @@ const ce = ({
3816
3962
  }
3817
3963
  )
3818
3964
  }
3819
- ), Be = ({
3965
+ ), We = ({
3820
3966
  className: i,
3821
- color: e = N.GREY_DARK_5,
3967
+ color: e = L.GREY_DARK_5,
3822
3968
  height: t = 5,
3823
3969
  width: s = 10,
3824
3970
  onClick: n
@@ -3840,9 +3986,9 @@ const ce = ({
3840
3986
  }
3841
3987
  )
3842
3988
  }
3843
- ), Pe = ({
3989
+ ), ze = ({
3844
3990
  className: i,
3845
- color: e = N.GREY_DARK_5,
3991
+ color: e = L.GREY_DARK_5,
3846
3992
  height: t = 5,
3847
3993
  width: s = 10,
3848
3994
  onClick: n
@@ -3865,9 +4011,9 @@ const ce = ({
3865
4011
  }
3866
4012
  )
3867
4013
  }
3868
- ), $e = ({
4014
+ ), Je = ({
3869
4015
  className: i,
3870
- color: e = N.GREY_DARK_5,
4016
+ color: e = L.GREY_DARK_5,
3871
4017
  height: t = 20,
3872
4018
  width: s = 20,
3873
4019
  onClick: n
@@ -3898,9 +4044,9 @@ const ce = ({
3898
4044
  )
3899
4045
  ]
3900
4046
  }
3901
- ), je = ({
4047
+ ), qe = ({
3902
4048
  className: i,
3903
- color: e = N.GREY_DARK_5,
4049
+ color: e = L.GREY_DARK_5,
3904
4050
  height: t = 24,
3905
4051
  width: s = 24,
3906
4052
  onClick: n
@@ -3937,9 +4083,9 @@ const ce = ({
3937
4083
  )
3938
4084
  ]
3939
4085
  }
3940
- ), Ye = ({
4086
+ ), Qe = ({
3941
4087
  className: i,
3942
- color: e = N.GREY_DARK_5,
4088
+ color: e = L.GREY_DARK_5,
3943
4089
  height: t = 24,
3944
4090
  width: s = 24,
3945
4091
  onClick: n
@@ -3964,9 +4110,9 @@ const ce = ({
3964
4110
  }
3965
4111
  )
3966
4112
  }
3967
- ), Fe = ({
4113
+ ), Xe = ({
3968
4114
  className: i,
3969
- color: e = N.GREY_DARK_5,
4115
+ color: e = L.GREY_DARK_5,
3970
4116
  height: t = 24,
3971
4117
  width: s = 24,
3972
4118
  onClick: n
@@ -4023,9 +4169,9 @@ const ce = ({
4023
4169
  )
4024
4170
  ]
4025
4171
  }
4026
- ), We = ({
4172
+ ), et = ({
4027
4173
  className: i,
4028
- color: e = N.GREY_DARK_5,
4174
+ color: e = L.GREY_DARK_5,
4029
4175
  height: t = 24,
4030
4176
  width: s = 24,
4031
4177
  onClick: n
@@ -4060,9 +4206,9 @@ const ce = ({
4060
4206
  )
4061
4207
  ]
4062
4208
  }
4063
- ), Ue = ({
4209
+ ), tt = ({
4064
4210
  className: i,
4065
- color: e = N.GREY_DARK_3,
4211
+ color: e = L.GREY_DARK_3,
4066
4212
  height: t = 14,
4067
4213
  width: s = 14,
4068
4214
  onClick: n
@@ -4097,9 +4243,9 @@ const ce = ({
4097
4243
  )
4098
4244
  ]
4099
4245
  }
4100
- ), ze = ({
4246
+ ), it = ({
4101
4247
  className: i,
4102
- color: e = N.GREY_DARK_5,
4248
+ color: e = L.GREY_DARK_5,
4103
4249
  height: t = 18,
4104
4250
  onClick: s,
4105
4251
  width: n = 18
@@ -4124,9 +4270,9 @@ const ce = ({
4124
4270
  }
4125
4271
  )
4126
4272
  }
4127
- ), Je = ({
4273
+ ), st = ({
4128
4274
  className: i,
4129
- color: e = N.GREY_DARK_5,
4275
+ color: e = L.GREY_DARK_5,
4130
4276
  height: t = 24,
4131
4277
  width: s = 24,
4132
4278
  onClick: n
@@ -4176,9 +4322,9 @@ const ce = ({
4176
4322
  )
4177
4323
  ]
4178
4324
  }
4179
- ), qe = ({
4325
+ ), nt = ({
4180
4326
  className: i,
4181
- color: e = N.GREY_DARK_5,
4327
+ color: e = L.GREY_DARK_5,
4182
4328
  height: t = 24,
4183
4329
  width: s = 24,
4184
4330
  onClick: n
@@ -4213,9 +4359,9 @@ const ce = ({
4213
4359
  )
4214
4360
  ]
4215
4361
  }
4216
- ), Qe = ({
4362
+ ), rt = ({
4217
4363
  className: i,
4218
- color: e = N.NOTIFICATION_WARNING_DARK,
4364
+ color: e = L.NOTIFICATION_WARNING_DARK,
4219
4365
  height: t = 37,
4220
4366
  width: s = 36,
4221
4367
  onClick: n
@@ -4252,9 +4398,9 @@ const ce = ({
4252
4398
  )
4253
4399
  ]
4254
4400
  }
4255
- ), Xe = ({
4401
+ ), ot = ({
4256
4402
  className: i,
4257
- color: e = N.GREY_DARK_5,
4403
+ color: e = L.GREY_DARK_5,
4258
4404
  height: t = 24,
4259
4405
  width: s = 24,
4260
4406
  onClick: n
@@ -4278,9 +4424,9 @@ const ce = ({
4278
4424
  }
4279
4425
  )
4280
4426
  }
4281
- ), et = ({
4427
+ ), at = ({
4282
4428
  className: i,
4283
- color: e = N.GREY_DARK_5,
4429
+ color: e = L.GREY_DARK_5,
4284
4430
  height: t = 24,
4285
4431
  width: s = 24,
4286
4432
  onClick: n
@@ -4317,9 +4463,9 @@ const ce = ({
4317
4463
  )
4318
4464
  ]
4319
4465
  }
4320
- ), tt = ({
4466
+ ), lt = ({
4321
4467
  className: i,
4322
- color: e = N.GREY_DARK_5,
4468
+ color: e = L.GREY_DARK_5,
4323
4469
  height: t = 20,
4324
4470
  width: s = 20,
4325
4471
  onClick: n
@@ -4350,9 +4496,9 @@ const ce = ({
4350
4496
  )
4351
4497
  ]
4352
4498
  }
4353
- ), it = ({
4499
+ ), ht = ({
4354
4500
  className: i,
4355
- color: e = N.GREY_DARK_5,
4501
+ color: e = L.GREY_DARK_5,
4356
4502
  height: t = 24,
4357
4503
  width: s = 24,
4358
4504
  onClick: n
@@ -4419,9 +4565,9 @@ const ce = ({
4419
4565
  )
4420
4566
  ]
4421
4567
  }
4422
- ), st = ({
4568
+ ), ct = ({
4423
4569
  className: i,
4424
- color: e = N.GREY_DARK_5,
4570
+ color: e = L.GREY_DARK_5,
4425
4571
  height: t = 24,
4426
4572
  width: s = 24,
4427
4573
  onClick: n
@@ -4476,9 +4622,9 @@ const ce = ({
4476
4622
  )
4477
4623
  ]
4478
4624
  }
4479
- ), nt = ({
4625
+ ), dt = ({
4480
4626
  className: i,
4481
- color: e = N.GREY_DARK_5,
4627
+ color: e = L.GREY_DARK_5,
4482
4628
  height: t = 24,
4483
4629
  width: s = 24,
4484
4630
  onClick: n
@@ -4525,9 +4671,9 @@ const ce = ({
4525
4671
  )
4526
4672
  ]
4527
4673
  }
4528
- ), rt = ({
4674
+ ), Ct = ({
4529
4675
  className: i,
4530
- color: e = N.GREY_DARK_5,
4676
+ color: e = L.GREY_DARK_5,
4531
4677
  height: t = 24,
4532
4678
  width: s = 24,
4533
4679
  onClick: n
@@ -4552,9 +4698,9 @@ const ce = ({
4552
4698
  }
4553
4699
  )
4554
4700
  }
4555
- ), ot = ({
4701
+ ), gt = ({
4556
4702
  className: i,
4557
- color: e = N.GREY_DARK_5,
4703
+ color: e = L.GREY_DARK_5,
4558
4704
  height: t = 20,
4559
4705
  width: s = 20,
4560
4706
  onClick: n
@@ -4569,7 +4715,7 @@ const ce = ({
4569
4715
  fill: "none",
4570
4716
  xmlns: "http://www.w3.org/2000/svg",
4571
4717
  children: [
4572
- /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: N.GREY_LIGHT_2 }),
4718
+ /* @__PURE__ */ r("rect", { width: "20", height: "20", rx: "4", fill: L.GREY_LIGHT_2 }),
4573
4719
  /* @__PURE__ */ r(
4574
4720
  "path",
4575
4721
  {
@@ -4581,7 +4727,7 @@ const ce = ({
4581
4727
  )
4582
4728
  ]
4583
4729
  }
4584
- ), at = ({
4730
+ ), ut = ({
4585
4731
  className: i,
4586
4732
  color: e = "#001E52",
4587
4733
  height: t = 24,
@@ -4607,7 +4753,7 @@ const ce = ({
4607
4753
  }
4608
4754
  )
4609
4755
  }
4610
- ), lt = ({
4756
+ ), ft = ({
4611
4757
  className: i,
4612
4758
  color: e = "#001E52",
4613
4759
  height: t = 24,
@@ -4645,63 +4791,31 @@ const ce = ({
4645
4791
  )
4646
4792
  ] }) })
4647
4793
  }
4648
- ), ct = ({
4794
+ ), pt = ({
4649
4795
  width: i = 20,
4650
4796
  height: e = 20,
4651
- color: t = "#001E52",
4797
+ color: t = L.GREY_DARK_5,
4652
4798
  className: s,
4653
4799
  onClick: n
4654
4800
  }) => /* @__PURE__ */ r(
4655
4801
  "svg",
4656
4802
  {
4657
- xmlns: "http://www.w3.org/2000/svg",
4658
4803
  width: i,
4659
4804
  height: e,
4660
- className: s,
4661
4805
  onClick: n,
4662
- viewBox: "0 0 20 20",
4806
+ className: s,
4807
+ viewBox: "0 0 24 24",
4663
4808
  fill: "none",
4809
+ xmlns: "http://www.w3.org/2000/svg",
4664
4810
  children: /* @__PURE__ */ r(
4665
4811
  "path",
4666
4812
  {
4667
- fillRule: "evenodd",
4668
- clipRule: "evenodd",
4669
- d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
4670
- 2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
4671
- 17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
4672
- 1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
4673
- 6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
4674
- 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
4675
- 8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
4676
- 5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
4677
- 6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
4678
- 4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
4679
- 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
4680
- 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
4681
- 8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
4682
- 6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
4683
- 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
4684
- 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
4685
- 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
4686
- 6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
4687
- 8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
4688
- 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
4689
- 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
4690
- 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
4691
- 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
4692
- 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
4693
- 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
4694
- 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
4695
- 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
4696
- 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
4697
- 13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
4698
- 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
4699
- 15 12.7083H10.8333Z`,
4813
+ d: "M6.06939 16.5692C6.3622 16.2765 6.83706 16.2767 7.12994 16.5692C7.4228 16.8621 7.42273 17.3369 7.12994 17.6298L5.12994 19.6298C4.98929 19.7704 4.79858 19.8495 4.59967 19.8495C4.45045 19.8495 4.30597 19.8052 4.18365 19.7235L4.06939 19.6298L3.26959 18.83L3.21783 18.7733C2.97763 18.4787 2.99503 18.044 3.26959 17.7694C3.54417 17.495 3.97896 17.4775 4.2735 17.7177L4.33014 17.7694L4.59967 18.0389L6.06939 16.5692ZM20.0001 17.7499L20.0762 17.7538C20.4546 17.7921 20.75 18.1115 20.7501 18.4999C20.7501 18.8883 20.4546 19.2077 20.0762 19.246L20.0001 19.2499H9.00006C8.58584 19.2499 8.25006 18.9141 8.25006 18.4999C8.25007 18.0857 8.58585 17.7499 9.00006 17.7499H20.0001ZM5.55475 13.0145C5.27614 13.3209 4.80164 13.3438 4.49518 13.0653C4.18868 12.7867 4.16675 12.3122 4.44537 12.0057L5.55475 13.0145ZM20.0001 11.7499L20.0762 11.7538C20.4546 11.7921 20.75 12.1115 20.7501 12.4999C20.7501 12.8883 20.4546 13.2077 20.0762 13.246L20.0001 13.2499H9.00006C8.58584 13.2499 8.25006 12.9141 8.25006 12.4999C8.25007 12.0857 8.58585 11.7499 9.00006 11.7499H20.0001ZM4.50982 11.9403C4.79264 11.6865 5.22745 11.6831 5.51471 11.9442C5.80181 12.2055 5.8394 12.6386 5.61334 12.9442L5.56451 13.0038L5.55475 13.0145L4.44537 12.0057L4.45514 11.994L4.50982 11.9403ZM5.55475 7.01453C5.27614 7.32089 4.80164 7.3438 4.49518 7.06532C4.18868 6.78668 4.16674 6.31224 4.44537 6.00575L5.55475 7.01453ZM20.0001 5.74989L20.0762 5.75379C20.4546 5.79206 20.75 6.11146 20.7501 6.49989C20.7501 6.88832 20.4546 7.20771 20.0762 7.24598L20.0001 7.24989H9.00006C8.58584 7.24989 8.25006 6.9141 8.25006 6.49989C8.25007 6.08568 8.58585 5.74989 9.00006 5.74989H20.0001ZM4.45514 5.99403C4.73381 5.68784 5.20832 5.66569 5.51471 5.94422C5.8209 6.22289 5.84305 6.69741 5.56451 7.00379L5.55475 7.01453L4.44537 6.00575L4.45514 5.99403Z",
4700
4814
  fill: t
4701
4815
  }
4702
4816
  )
4703
4817
  }
4704
- ), ht = ({
4818
+ ), mt = ({
4705
4819
  width: i = 24,
4706
4820
  height: e = 24,
4707
4821
  color: t = "#131314",
@@ -4734,10 +4848,10 @@ const ce = ({
4734
4848
  )
4735
4849
  ]
4736
4850
  }
4737
- ), dt = ({
4738
- width: i = 24,
4739
- height: e = 24,
4740
- color: t = N.GREY_DARK_2,
4851
+ ), wt = ({
4852
+ width: i = 20,
4853
+ height: e = 20,
4854
+ color: t = L.GREY_DARK_5,
4741
4855
  className: s,
4742
4856
  onClick: n
4743
4857
  }) => /* @__PURE__ */ u(
@@ -4745,38 +4859,32 @@ const ce = ({
4745
4859
  {
4746
4860
  width: i,
4747
4861
  height: e,
4862
+ className: s,
4863
+ onClick: n,
4748
4864
  viewBox: "0 0 24 24",
4749
4865
  fill: "none",
4750
4866
  xmlns: "http://www.w3.org/2000/svg",
4751
- className: s,
4752
- onClick: n,
4753
4867
  children: [
4754
4868
  /* @__PURE__ */ r(
4755
4869
  "path",
4756
4870
  {
4757
- d: "M5 20V19C5 15.134 8.13401 12 12 12V12C15.866 12 19 15.134 19 19V20",
4758
- stroke: t,
4759
- strokeWidth: "1.5",
4760
- strokeLinecap: "round",
4761
- strokeLinejoin: "round"
4871
+ d: "M18.25 20.5V19.5C18.25 16.0482 15.4518 13.25 12 13.25C8.54822 13.25 5.75 16.0482 5.75 19.5V20.5C5.75 20.9142 5.41421 21.25 5 21.25C4.58579 21.25 4.25 20.9142 4.25 20.5V19.5C4.25 15.2198 7.71979 11.75 12 11.75C16.2802 11.75 19.75 15.2198 19.75 19.5V20.5C19.75 20.9142 19.4142 21.25 19 21.25C18.5858 21.25 18.25 20.9142 18.25 20.5Z",
4872
+ fill: t
4762
4873
  }
4763
4874
  ),
4764
4875
  /* @__PURE__ */ r(
4765
4876
  "path",
4766
4877
  {
4767
- 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",
4768
- stroke: t,
4769
- strokeWidth: "1.5",
4770
- strokeLinecap: "round",
4771
- strokeLinejoin: "round"
4878
+ d: "M15.25 8.5C15.25 6.70507 13.7949 5.25 12 5.25C10.2051 5.25 8.75 6.70507 8.75 8.5C8.75 10.2949 10.2051 11.75 12 11.75C13.7949 11.75 15.25 10.2949 15.25 8.5ZM16.75 8.5C16.75 11.1234 14.6234 13.25 12 13.25C9.37665 13.25 7.25 11.1234 7.25 8.5C7.25 5.87665 9.37665 3.75 12 3.75C14.6234 3.75 16.75 5.87665 16.75 8.5Z",
4879
+ fill: t
4772
4880
  }
4773
4881
  )
4774
4882
  ]
4775
4883
  }
4776
- ), Ct = ({
4884
+ ), Lt = ({
4777
4885
  width: i = 24,
4778
4886
  height: e = 24,
4779
- color: t = N.GREY_DARK_2,
4887
+ color: t = L.GREY_DARK_2,
4780
4888
  className: s,
4781
4889
  onClick: n
4782
4890
  }) => /* @__PURE__ */ u(
@@ -4813,10 +4921,10 @@ const ce = ({
4813
4921
  )
4814
4922
  ]
4815
4923
  }
4816
- ), gt = ({
4924
+ ), kt = ({
4817
4925
  width: i = 24,
4818
4926
  height: e = 24,
4819
- color: t = N.GREY_DARK_2,
4927
+ color: t = L.GREY_DARK_2,
4820
4928
  className: s,
4821
4929
  onClick: n
4822
4930
  }) => /* @__PURE__ */ r(
@@ -4840,10 +4948,10 @@ const ce = ({
4840
4948
  }
4841
4949
  )
4842
4950
  }
4843
- ), ut = ({
4951
+ ), vt = ({
4844
4952
  width: i = 24,
4845
4953
  height: e = 24,
4846
- color: t = N.GREY_DARK_2,
4954
+ color: t = L.GREY_DARK_2,
4847
4955
  className: s,
4848
4956
  onClick: n
4849
4957
  }) => /* @__PURE__ */ r(
@@ -4867,33 +4975,7 @@ const ce = ({
4867
4975
  }
4868
4976
  )
4869
4977
  }
4870
- ), ft = ({
4871
- width: i = 20,
4872
- height: e = 20,
4873
- color: t = "#001E52",
4874
- className: s,
4875
- onClick: n
4876
- }) => /* @__PURE__ */ r(
4877
- "svg",
4878
- {
4879
- width: i,
4880
- height: e,
4881
- viewBox: "0 0 20 20",
4882
- fill: "none",
4883
- xmlns: "http://www.w3.org/2000/svg",
4884
- className: s,
4885
- onClick: n,
4886
- children: /* @__PURE__ */ r(
4887
- "path",
4888
- {
4889
- fillRule: "evenodd",
4890
- clipRule: "evenodd",
4891
- d: "M18.3337 10.0001C18.3337 14.6026 14.6028 18.3334 10.0003 18.3334C5.39783 18.3334 1.66699 14.6026 1.66699 10.0001C1.66699 5.39758 5.39783 1.66675 10.0003 1.66675C14.6028 1.66675 18.3337 5.39758 18.3337 10.0001ZM12.5003 7.50008C12.5003 8.16312 12.2369 8.79901 11.7681 9.26785C11.2993 9.73669 10.6634 10.0001 10.0003 10.0001C9.33728 10.0001 8.7014 9.73669 8.23256 9.26785C7.76372 8.79901 7.50033 8.16312 7.50033 7.50008C7.50033 6.83704 7.76372 6.20116 8.23256 5.73231C8.7014 5.26347 9.33728 5.00008 10.0003 5.00008C10.6634 5.00008 11.2993 5.26347 11.7681 5.73231C12.2369 6.20116 12.5003 6.83704 12.5003 7.50008ZM10.0003 17.0834C11.4306 17.0857 12.8277 16.6529 14.0062 15.8426C14.5095 15.4967 14.7245 14.8384 14.4312 14.3026C13.8253 13.1917 12.5753 12.5001 10.0003 12.5001C7.42533 12.5001 6.17533 13.1917 5.56866 14.3026C5.27616 14.8384 5.49116 15.4967 5.99449 15.8426C7.17299 16.6529 8.5701 17.0857 10.0003 17.0834Z",
4892
- fill: t
4893
- }
4894
- )
4895
- }
4896
- ), pt = ({
4978
+ ), Nt = ({
4897
4979
  name: i,
4898
4980
  width: e,
4899
4981
  height: t,
@@ -4902,7 +4984,7 @@ const ce = ({
4902
4984
  disabled: o = !1,
4903
4985
  onClick: c
4904
4986
  }) => {
4905
- const [a, C] = Z(n), { theme: d } = r1(d2), l = o ? d && d === "dark" ? N.GREY_LIGHT_4 : N.GREY_DARK_1 : s, h = o ? void 0 : c;
4987
+ const [a, C] = S(n), { theme: d } = r1(d2), l = o ? d && d === "dark" ? L.GREY_LIGHT_4 : L.GREY_DARK_1 : s, h = o ? void 0 : c;
4906
4988
  return K(() => {
4907
4989
  if (n) {
4908
4990
  h && !o && C(`${n} clickable`);
@@ -4912,35 +4994,35 @@ const ce = ({
4912
4994
  }, [h, n, o]), /* @__PURE__ */ r(i1, { children: (() => {
4913
4995
  switch (i) {
4914
4996
  case "nextIcon":
4915
- return Te({ width: e, height: t, color: l, className: a, onClick: h });
4997
+ return Fe({ width: e, height: t, color: l, className: a, onClick: h });
4916
4998
  case "prevIcon":
4917
- return Ke({ width: e, height: t, color: l, className: a, onClick: h });
4999
+ return Ue({ width: e, height: t, color: l, className: a, onClick: h });
4918
5000
  case "arrowDown":
4919
- return ce({ width: e, height: t, color: l, className: a, onClick: h });
5001
+ return Ce({ width: e, height: t, color: l, className: a, onClick: h });
4920
5002
  case "info":
4921
- return he({ width: e, height: t, color: l, className: a, onClick: h });
5003
+ return ge({ width: e, height: t, color: l, className: a, onClick: h });
4922
5004
  case "arrowRight":
4923
- return de({ width: e, height: t, color: l, className: a, onClick: h });
5005
+ return ue({ width: e, height: t, color: l, className: a, onClick: h });
4924
5006
  case "calendar":
4925
- return Ce({ width: e, height: t, color: l, className: a, onClick: h });
5007
+ return Le({ width: e, height: t, color: l, className: a, onClick: h });
4926
5008
  case "check":
4927
- return ge({ width: e, height: t, color: l, className: a, onClick: h });
5009
+ return ke({ width: e, height: t, color: l, className: a, onClick: h });
4928
5010
  case "cancel":
4929
- return ue({ width: e, height: t, color: l, className: a, onClick: h });
5011
+ return ve({ width: e, height: t, color: l, className: a, onClick: h });
4930
5012
  case "add":
4931
- return fe({ width: e, height: t, color: l, className: a, onClick: h });
5013
+ return Ne({ width: e, height: t, color: l, className: a, onClick: h });
4932
5014
  case "list":
4933
- return pe({ width: e, height: t, color: l, className: a, onClick: h });
5015
+ return Re({ width: e, height: t, color: l, className: a, onClick: h });
4934
5016
  case "dragAndDrop":
4935
- return me({ width: e, height: t, color: l, className: a, onClick: h });
5017
+ return xe({ width: e, height: t, color: l, className: a, onClick: h });
4936
5018
  case "filter":
4937
- return we({ width: e, height: t, color: l, className: a, onClick: h });
5019
+ return _e({ width: e, height: t, color: l, className: a, onClick: h });
4938
5020
  case "attention":
4939
- return Le({ width: e, height: t, color: l, className: a, onClick: h });
5021
+ return Me({ width: e, height: t, color: l, className: a, onClick: h });
4940
5022
  case "users":
4941
- return ke({ width: e, height: t, color: l, className: a, onClick: h });
5023
+ return be({ width: e, height: t, color: l, className: a, onClick: h });
4942
5024
  case "mySkillsMatrix":
4943
- return ve({
5025
+ return ye({
4944
5026
  width: e,
4945
5027
  height: t,
4946
5028
  color: l,
@@ -4948,9 +5030,9 @@ const ce = ({
4948
5030
  onClick: h
4949
5031
  });
4950
5032
  case "skills":
4951
- return Ne({ width: e, height: t, color: l, className: a, onClick: h });
5033
+ return He({ width: e, height: t, color: l, className: a, onClick: h });
4952
5034
  case "skillsMatrices":
4953
- return Re({
5035
+ return Ve({
4954
5036
  width: e,
4955
5037
  height: t,
4956
5038
  color: l,
@@ -4958,21 +5040,21 @@ const ce = ({
4958
5040
  onClick: h
4959
5041
  });
4960
5042
  case "history":
4961
- return xe({ width: e, height: t, color: l, className: a, onClick: h });
5043
+ return Ee({ width: e, height: t, color: l, className: a, onClick: h });
4962
5044
  case "logOut":
4963
- return Me({ width: e, height: t, color: l, className: a, onClick: h });
5045
+ return Ie({ width: e, height: t, color: l, className: a, onClick: h });
4964
5046
  case "settings":
4965
- return be({ width: e, height: t, color: l, className: a, onClick: h });
5047
+ return Ae({ width: e, height: t, color: l, className: a, onClick: h });
4966
5048
  case "trash":
4967
- return _e({ width: e, height: t, color: l, className: a, onClick: h });
5049
+ return Oe({ width: e, height: t, color: l, className: a, onClick: h });
4968
5050
  case "settings2":
4969
- return ye({ width: e, height: t, color: l, className: a, onClick: h });
5051
+ return Ze({ width: e, height: t, color: l, className: a, onClick: h });
4970
5052
  case "checkCircle":
4971
- return He({ width: e, height: t, color: l, className: a, onClick: h });
5053
+ return Se({ width: e, height: t, color: l, className: a, onClick: h });
4972
5054
  case "cancelCircle":
4973
- return Ve({ width: e, height: t, color: l, className: a, onClick: h });
5055
+ return De({ width: e, height: t, color: l, className: a, onClick: h });
4974
5056
  case "visibilityIcon":
4975
- return Ee({
5057
+ return Ge({
4976
5058
  width: e,
4977
5059
  height: t,
4978
5060
  color: l,
@@ -4980,7 +5062,7 @@ const ce = ({
4980
5062
  onClick: h
4981
5063
  });
4982
5064
  case "visibilityOffIcon":
4983
- return Ie({
5065
+ return Te({
4984
5066
  width: e,
4985
5067
  height: t,
4986
5068
  color: l,
@@ -4988,7 +5070,7 @@ const ce = ({
4988
5070
  onClick: h
4989
5071
  });
4990
5072
  case "selectArrowIcon":
4991
- return Ae({
5073
+ return Ke({
4992
5074
  width: e,
4993
5075
  height: t,
4994
5076
  color: l,
@@ -4996,7 +5078,7 @@ const ce = ({
4996
5078
  onClick: h
4997
5079
  });
4998
5080
  case "expandArrowIcon":
4999
- return Oe({
5081
+ return Be({
5000
5082
  width: e,
5001
5083
  height: t,
5002
5084
  color: l,
@@ -5004,7 +5086,7 @@ const ce = ({
5004
5086
  onClick: h
5005
5087
  });
5006
5088
  case "expandActiveArrowIcon":
5007
- return Se({
5089
+ return Pe({
5008
5090
  width: e,
5009
5091
  height: t,
5010
5092
  color: l,
@@ -5012,80 +5094,86 @@ const ce = ({
5012
5094
  onClick: h
5013
5095
  });
5014
5096
  case "sortUp":
5015
- return Ze({ width: e, height: t, color: l, className: a, onClick: h });
5097
+ return Ye({ width: e, height: t, color: l, className: a, onClick: h });
5016
5098
  case "sortDown":
5017
- return De({ width: e, height: t, color: l, className: a, onClick: h });
5099
+ return $e({ width: e, height: t, color: l, className: a, onClick: h });
5018
5100
  case "search":
5019
- return Ge({ width: e, height: t, color: l, className: a, onClick: h });
5101
+ return je({ width: e, height: t, color: l, className: a, onClick: h });
5020
5102
  case "arrowUpFilled":
5021
- return Pe({ width: e, height: t, color: l, className: a, onClick: h });
5103
+ return ze({ width: e, height: t, color: l, className: a, onClick: h });
5022
5104
  case "arrowDownFilled":
5023
- return Be({ width: e, height: t, color: l, className: a, onClick: h });
5105
+ return We({ width: e, height: t, color: l, className: a, onClick: h });
5106
+ case "arrow2Up":
5107
+ return fe({ width: e, height: t, color: l, className: a, onClick: h });
5108
+ case "arrow2Right":
5109
+ return pe({ width: e, height: t, color: l, className: a, onClick: h });
5110
+ case "arrow2Down":
5111
+ return me({ width: e, height: t, color: l, className: a, onClick: h });
5112
+ case "arrow2Left":
5113
+ return we({ width: e, height: t, color: l, className: a, onClick: h });
5024
5114
  case "link":
5025
- return $e({ width: e, height: t, color: l, className: a, onClick: h });
5115
+ return Je({ width: e, height: t, color: l, className: a, onClick: h });
5026
5116
  case "telegram":
5027
- return Ye({ width: e, height: t, color: l, className: a, onClick: h });
5117
+ return Qe({ width: e, height: t, color: l, className: a, onClick: h });
5028
5118
  case "mail":
5029
- return We({ width: e, height: t, color: l, className: a, onClick: h });
5119
+ return et({ width: e, height: t, color: l, className: a, onClick: h });
5030
5120
  case "github":
5031
- return je({ width: e, height: t, color: l, className: a, onClick: h });
5121
+ return qe({ width: e, height: t, color: l, className: a, onClick: h });
5032
5122
  case "linkedIn":
5033
- return Fe({ width: e, height: t, color: l, className: a, onClick: h });
5123
+ return Xe({ width: e, height: t, color: l, className: a, onClick: h });
5034
5124
  case "emptyStateIcon":
5035
- return Ue({ width: e, height: t, color: l, className: a, onClick: h });
5125
+ return tt({ width: e, height: t, color: l, className: a, onClick: h });
5036
5126
  case "filtersIcon":
5037
- return ze({ width: e, height: t, color: l, className: a, onClick: h });
5127
+ return it({ width: e, height: t, color: l, className: a, onClick: h });
5038
5128
  case "dotMenuIcon":
5039
- return Je({ width: e, height: t, color: l, className: a, onClick: h });
5129
+ return st({ width: e, height: t, color: l, className: a, onClick: h });
5040
5130
  case "plusCircle":
5041
- return qe({ width: e, height: t, color: l, className: a, onClick: h });
5131
+ return nt({ width: e, height: t, color: l, className: a, onClick: h });
5042
5132
  case "warning":
5043
- return Qe({ width: e, height: t, color: l, className: a, onClick: h });
5133
+ return rt({ width: e, height: t, color: l, className: a, onClick: h });
5044
5134
  case "back":
5045
- return Xe({ width: e, height: t, color: l, className: a, onClick: h });
5135
+ return ot({ width: e, height: t, color: l, className: a, onClick: h });
5046
5136
  case "bell":
5047
- return et({ width: e, height: t, color: l, className: a, onClick: h });
5137
+ return at({ width: e, height: t, color: l, className: a, onClick: h });
5048
5138
  case "copy":
5049
- return tt({ width: e, height: t, color: l, className: a, onClick: h });
5139
+ return lt({ width: e, height: t, color: l, className: a, onClick: h });
5050
5140
  case "contract":
5051
- return it({ width: e, height: t, color: l, className: a, onClick: h });
5141
+ return ht({ width: e, height: t, color: l, className: a, onClick: h });
5052
5142
  case "resourceManager":
5053
- return st({ width: e, height: t, color: l, className: a, onClick: h });
5143
+ return ct({ width: e, height: t, color: l, className: a, onClick: h });
5054
5144
  case "image":
5055
- return nt({ width: e, height: t, color: l, className: a, onClick: h });
5145
+ return dt({ width: e, height: t, color: l, className: a, onClick: h });
5056
5146
  case "edit":
5057
- return rt({ width: e, height: t, color: l, className: a, onClick: h });
5147
+ return Ct({ width: e, height: t, color: l, className: a, onClick: h });
5058
5148
  case "filledArrowRight":
5059
- return ot({ width: e, height: t, color: l, className: a, onClick: h });
5149
+ return gt({ width: e, height: t, color: l, className: a, onClick: h });
5060
5150
  case "burgerMenu":
5061
- return at({ width: e, height: t, color: l, className: a, onClick: h });
5151
+ return ut({ width: e, height: t, color: l, className: a, onClick: h });
5062
5152
  case "refresh":
5063
- return lt({ width: e, height: t, color: l, className: a, onClick: h });
5064
- case "projects":
5065
- return ct({ width: e, height: t, color: l, className: a, onClick: h });
5066
- case "profile":
5067
5153
  return ft({ width: e, height: t, color: l, className: a, onClick: h });
5154
+ case "projects":
5155
+ return pt({ width: e, height: t, color: l, className: a, onClick: h });
5156
+ case "user":
5157
+ return wt({ width: e, height: t, color: l, className: a, onClick: h });
5068
5158
  case "exit":
5069
- return ht({ width: e, height: t, color: l, className: a, onClick: h });
5070
- case "client":
5071
- return dt({ width: e, height: t, color: l, className: a, onClick: h });
5159
+ return mt({ width: e, height: t, color: l, className: a, onClick: h });
5072
5160
  case "openPointCircle":
5073
- return Ct({ width: e, height: t, color: l, className: a, onClick: h });
5161
+ return Lt({ width: e, height: t, color: l, className: a, onClick: h });
5074
5162
  case "community":
5075
- return gt({ width: e, height: t, color: l, className: a, onClick: h });
5163
+ return kt({ width: e, height: t, color: l, className: a, onClick: h });
5076
5164
  case "docs":
5077
- return ut({ width: e, height: t, color: l, className: a, onClick: h });
5165
+ return vt({ width: e, height: t, color: l, className: a, onClick: h });
5078
5166
  default:
5079
5167
  return /* @__PURE__ */ r(i1, { children: "No Icon provided" });
5080
5168
  }
5081
5169
  })() });
5082
5170
  };
5083
5171
  var p1 = /* @__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.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", 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.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(p1 || {});
5084
- const mt = d1({
5172
+ const Rt = d1({
5085
5173
  locale: "en",
5086
5174
  theme: "light"
5087
5175
  });
5088
- mt.Provider;
5176
+ Rt.Provider;
5089
5177
  const C2 = ({
5090
5178
  children: i,
5091
5179
  width: e,
@@ -5102,7 +5190,7 @@ const C2 = ({
5102
5190
  {
5103
5191
  className: `snmt-tag ${t} ${o ? "disabled" : ""}`,
5104
5192
  closeIcon: /* @__PURE__ */ r(
5105
- pt,
5193
+ Nt,
5106
5194
  {
5107
5195
  name: "cancelCircle",
5108
5196
  color: o ? p1.GREY_DARK_1 : p1.GREY_DARK_2,
@@ -5115,7 +5203,7 @@ const C2 = ({
5115
5203
  style: { width: e ?? "fit-content" },
5116
5204
  closable: n,
5117
5205
  children: typeof i == "string" ? /* @__PURE__ */ r(
5118
- le,
5206
+ de,
5119
5207
  {
5120
5208
  variant: t === "small" ? "body4" : "body2",
5121
5209
  color: o ? p1.GREY_DARK_2 : p1.GREY_DARK_5,
@@ -5124,12 +5212,12 @@ const C2 = ({
5124
5212
  ) : i
5125
5213
  }
5126
5214
  );
5127
- }, { Title: wt, Text: Lt } = a2, kt = {
5215
+ }, { Title: xt, Text: _t } = a2, Mt = {
5128
5216
  h1: 1,
5129
5217
  h2: 2,
5130
5218
  h3: 3,
5131
5219
  h4: 4
5132
- }, vt = L1(
5220
+ }, bt = L1(
5133
5221
  ({
5134
5222
  align: i = "inherit",
5135
5223
  variant: e = "body1",
@@ -5143,23 +5231,23 @@ const C2 = ({
5143
5231
  }, C) => {
5144
5232
  const d = q(null);
5145
5233
  H1(C, () => d.current);
5146
- const [l, h] = Z(!1);
5234
+ const [l, h] = S(!1);
5147
5235
  K(() => {
5148
- var L;
5236
+ var v;
5149
5237
  if (!a) return;
5150
5238
  const m = () => {
5151
5239
  d.current && h(d.current.scrollWidth > d.current.clientWidth);
5152
5240
  };
5153
5241
  m();
5154
5242
  const H = new ResizeObserver(m);
5155
- return d.current && H.observe(d.current), (L = d.current) != null && L.parentElement && H.observe(d.current.parentElement), () => {
5243
+ return d.current && H.observe(d.current), (v = d.current) != null && v.parentElement && H.observe(d.current.parentElement), () => {
5156
5244
  H.disconnect();
5157
5245
  };
5158
5246
  }, [a]);
5159
5247
  const g = e === "h1" || e === "h2" || e === "h3" || e === "h4";
5160
5248
  let f = `snmt-typography snmt-typography-${e}`;
5161
5249
  i && i !== "inherit" && (f += ` snmt-typography-align-${i}`), o && (f += " collapsed");
5162
- const w = {
5250
+ const k = {
5163
5251
  className: f,
5164
5252
  style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
5165
5253
  onClick: n,
@@ -5171,34 +5259,35 @@ const C2 = ({
5171
5259
  }
5172
5260
  } : void 0
5173
5261
  };
5174
- return g ? /* @__PURE__ */ r(wt, { level: kt[e], ...w, children: s }) : /* @__PURE__ */ r(Lt, { ...w, children: s });
5262
+ return g ? /* @__PURE__ */ r(xt, { level: Mt[e], ...k, children: s }) : /* @__PURE__ */ r(_t, { ...k, children: s });
5175
5263
  }
5176
- ), Nt = ({
5264
+ ), yt = ({
5177
5265
  children: i,
5178
5266
  content: e,
5179
5267
  isOpen: t,
5180
5268
  setIsOpen: s,
5181
5269
  placement: n = "topRight",
5182
- noPadding: o = !1
5270
+ noPadding: o = !1,
5271
+ trigger: c = "click"
5183
5272
  }) => {
5184
- const [c, a] = Z(!1);
5273
+ const [a, C] = S(!1);
5185
5274
  return /* @__PURE__ */ r(
5186
- _2,
5275
+ b2,
5187
5276
  {
5188
5277
  content: e,
5189
5278
  arrow: !1,
5190
5279
  placement: n,
5191
- trigger: "click",
5280
+ trigger: c,
5192
5281
  overlayClassName: `snmt-popover ${o ? "" : "padding"}`,
5193
- open: t ?? c,
5194
- onOpenChange: (C) => {
5195
- a(C), s == null || s(C);
5282
+ open: t ?? a,
5283
+ onOpenChange: (d) => {
5284
+ C(d), s == null || s(d);
5196
5285
  },
5197
5286
  children: /* @__PURE__ */ r("div", { className: "wrapper", children: i })
5198
5287
  }
5199
5288
  );
5200
5289
  };
5201
- var Rt = { exports: {} };
5290
+ var Ht = { exports: {} };
5202
5291
  (function(i, e) {
5203
5292
  (function(t, s) {
5204
5293
  i.exports = s();
@@ -5208,8 +5297,8 @@ var Rt = { exports: {} };
5208
5297
  return "[" + t + (s[(n - 20) % 10] || s[n] || s[0]) + "]";
5209
5298
  } };
5210
5299
  });
5211
- })(Rt);
5212
- const xt = ({
5300
+ })(Ht);
5301
+ const Vt = ({
5213
5302
  values: i,
5214
5303
  onTagClose: e,
5215
5304
  maxWidth: t,
@@ -5218,17 +5307,17 @@ const xt = ({
5218
5307
  options: o,
5219
5308
  extraOptions: c
5220
5309
  }) => {
5221
- const { locale: a } = r1(G1), { t: C } = z2("common", { lng: a }), [d, l] = Z(!1);
5310
+ const { locale: a } = r1(G1), { t: C } = z2("common", { lng: a }), [d, l] = S(!1);
5222
5311
  if (K(() => {
5223
5312
  i.length || l(!1);
5224
5313
  }, [i]), !i.length)
5225
5314
  return null;
5226
5315
  const h = (g) => {
5227
- var f, w;
5228
- return ((f = o == null ? void 0 : o.find((L) => L.value === g)) == null ? void 0 : f.label) || ((w = c == null ? void 0 : c.find((L) => L.value === g)) == null ? void 0 : w.label) || g;
5316
+ var f, k;
5317
+ return ((f = o == null ? void 0 : o.find((v) => v.value === g)) == null ? void 0 : f.label) || ((k = c == null ? void 0 : c.find((v) => v.value === g)) == null ? void 0 : k.label) || g;
5229
5318
  };
5230
5319
  return /* @__PURE__ */ u(
5231
- Nt,
5320
+ yt,
5232
5321
  {
5233
5322
  content: (
5234
5323
  // 90: paddings + margins + gaps and so on
@@ -5253,19 +5342,19 @@ const xt = ({
5253
5342
  ]
5254
5343
  }
5255
5344
  );
5256
- }, Mt = {
5345
+ }, Et = {
5257
5346
  small: 20,
5258
5347
  medium: 28,
5259
5348
  large: 48
5260
- }, $1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
5261
- const t = Mt[i], s = `no-repeat linear-gradient(${e}
5349
+ }, Y1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
5350
+ const t = Et[i], s = `no-repeat linear-gradient(${e}
5262
5351
  calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
5263
5352
  width: t,
5264
5353
  background: `${s} 0% 100%, ${s} 50% 100%, ${s} 100% 100%`,
5265
5354
  backgroundSize: "20% calc(200% + 20px)"
5266
5355
  };
5267
5356
  return /* @__PURE__ */ r("span", { className: "snmt-loader", style: n });
5268
- }, j1 = L1(
5357
+ }, $1 = L1(
5269
5358
  ({
5270
5359
  value: i,
5271
5360
  onChange: e,
@@ -5281,40 +5370,40 @@ const xt = ({
5281
5370
  onSearchChange: h,
5282
5371
  onDropdownVisibleChange: g,
5283
5372
  onScrollToEnd: f,
5284
- onPopupScroll: w,
5285
- id: L,
5373
+ onPopupScroll: k,
5374
+ id: v,
5286
5375
  extraOptions: m,
5287
5376
  dropdownRender: H,
5288
- optionRender: _,
5377
+ optionRender: b,
5289
5378
  isLoading: A,
5290
5379
  readOnly: p,
5291
5380
  error: x
5292
- }, M) => {
5293
- const [R, Y] = Z(!1), [J, F] = Z(!1), [V, G] = Z(!0), [E, O] = Z(i), D = q(null);
5381
+ }, _) => {
5382
+ const [R, j] = S(!1), [J, F] = S(!1), [V, G] = S(!0), [E, O] = S(i), D = q(null);
5294
5383
  K(() => {
5295
5384
  O(i);
5296
5385
  }, [i]);
5297
- const B = (k) => {
5298
- Y(k), g && g(k);
5299
- }, U = (k, y) => {
5386
+ const B = (N) => {
5387
+ j(N), g && g(N);
5388
+ }, W = (N, y) => {
5300
5389
  var T;
5301
- return !!((T = y == null ? void 0 : y.label) != null && T.toString().toLowerCase().includes(k.toLowerCase()));
5390
+ return !!((T = y == null ? void 0 : y.label) != null && T.toString().toLowerCase().includes(N.toLowerCase()));
5302
5391
  }, I = () => {
5303
5392
  F(!0);
5304
- }, $ = () => {
5393
+ }, Y = () => {
5305
5394
  F(!1);
5306
- }, P = j(
5307
- (k) => {
5308
- if (O(k), s) {
5309
- const T = k;
5395
+ }, P = $(
5396
+ (N) => {
5397
+ if (O(N), s) {
5398
+ const T = N;
5310
5399
  e == null || e(T);
5311
5400
  return;
5312
5401
  }
5313
- const y = k;
5402
+ const y = N;
5314
5403
  e == null || e(y);
5315
5404
  },
5316
5405
  [s, e]
5317
- ), e1 = j(() => {
5406
+ ), e1 = $(() => {
5318
5407
  if (!(p || a)) {
5319
5408
  if (s) {
5320
5409
  P([]);
@@ -5322,39 +5411,39 @@ const xt = ({
5322
5411
  }
5323
5412
  P("");
5324
5413
  }
5325
- }, [a, P, s, p]), t1 = j(
5326
- (k) => {
5327
- const y = E.filter((T) => T !== k);
5414
+ }, [a, P, s, p]), t1 = $(
5415
+ (N) => {
5416
+ const y = E.filter((T) => T !== N);
5328
5417
  P(y), O(y);
5329
5418
  },
5330
5419
  [P, E]
5331
- ), C1 = j(
5332
- (k) => (E == null ? void 0 : E.indexOf(k)) === 0 ? (
5420
+ ), C1 = $(
5421
+ (N) => (E == null ? void 0 : E.indexOf(N)) === 0 ? (
5333
5422
  // if the search input is empty
5334
5423
  // then display the placeholder, else do not display it
5335
5424
  /* @__PURE__ */ r("span", { className: "custom-placeholder", children: V ? t : "" })
5336
5425
  ) : /* @__PURE__ */ r(i1, {}),
5337
5426
  [V, E, t]
5338
- ), k1 = (k) => {
5339
- k.preventDefault(), k.stopPropagation();
5340
- }, v1 = async (k) => {
5341
- const { target: y } = k;
5342
- y.scrollTop + y.offsetHeight >= y.scrollHeight - l && (f == null || f(!0)), w && await w(k);
5343
- }, o1 = j(
5344
- (k) => {
5427
+ ), k1 = (N) => {
5428
+ N.preventDefault(), N.stopPropagation();
5429
+ }, v1 = async (N) => {
5430
+ const { target: y } = N;
5431
+ y.scrollTop + y.offsetHeight >= y.scrollHeight - l && (f == null || f(!0)), k && await k(N);
5432
+ }, o1 = $(
5433
+ (N) => {
5345
5434
  var y, T;
5346
- return ((y = o.find((a1) => a1.value === k)) == null ? void 0 : y.label) || ((T = m == null ? void 0 : m.find(
5347
- (a1) => a1.value === k
5348
- )) == null ? void 0 : T.label) || k;
5435
+ return ((y = o.find((a1) => a1.value === N)) == null ? void 0 : y.label) || ((T = m == null ? void 0 : m.find(
5436
+ (a1) => a1.value === N
5437
+ )) == null ? void 0 : T.label) || N;
5349
5438
  },
5350
5439
  [m, o]
5351
- ), N1 = j(
5352
- (k) => {
5440
+ ), N1 = $(
5441
+ (N) => {
5353
5442
  var y;
5354
5443
  return /* @__PURE__ */ r(
5355
- xt,
5444
+ Vt,
5356
5445
  {
5357
- values: k,
5446
+ values: N,
5358
5447
  onTagClose: t1,
5359
5448
  maxWidth: ((y = D.current) == null ? void 0 : y.clientWidth) || 0,
5360
5449
  disabled: a,
@@ -5365,8 +5454,8 @@ const xt = ({
5365
5454
  );
5366
5455
  },
5367
5456
  [a, m, t1, o, p]
5368
- ), S = j(
5369
- ({ label: k, value: y, mode: T }) => T === "filter" ? C1(y) : /* @__PURE__ */ r("div", { onMouseDown: k1, className: "tag-wrapper", children: /* @__PURE__ */ r(C2, { onClose: () => t1(y), disabled: a, children: typeof k == "object" ? k : o1(y) }) }),
5457
+ ), Z = $(
5458
+ ({ label: N, value: y, mode: T }) => T === "filter" ? C1(y) : /* @__PURE__ */ r("div", { onMouseDown: k1, className: "tag-wrapper", children: /* @__PURE__ */ r(C2, { onClose: () => t1(y), disabled: a, children: typeof N == "object" ? N : o1(y) }) }),
5370
5459
  [a, o1, t1, C1]
5371
5460
  ), z = Array.isArray(E) && E.length > 0 || !!E && typeof E == "string" && E.trim() !== "";
5372
5461
  return /* @__PURE__ */ u("div", { className: "snmt-select-container", children: [
@@ -5383,31 +5472,31 @@ const xt = ({
5383
5472
  {
5384
5473
  className: "snmt-select-blank",
5385
5474
  popupClassName: p ? "dropdown-read-only" : "",
5386
- id: L,
5387
- ref: M,
5475
+ id: v,
5476
+ ref: _,
5388
5477
  showSearch: !!n,
5389
- filterOption: n && U,
5478
+ filterOption: n && W,
5390
5479
  onDropdownVisibleChange: B,
5391
5480
  disabled: a,
5392
5481
  value: E || void 0,
5393
- labelRender: (k) => {
5394
- const y = o1(k.value);
5482
+ labelRender: (N) => {
5483
+ const y = o1(N.value);
5395
5484
  return a ? /* @__PURE__ */ r("span", { style: { color: Q.GREY_DARK_1 }, children: y }) : y;
5396
5485
  },
5397
5486
  mode: s === "filter" ? "multiple" : s,
5398
5487
  onChange: P,
5399
5488
  onFocus: I,
5400
- onBlur: $,
5401
- onSearch: (k) => {
5402
- G(!k), h && h(k);
5489
+ onBlur: Y,
5490
+ onSearch: (N) => {
5491
+ G(!N), h && h(N);
5403
5492
  },
5404
5493
  onSelect: () => G(!0),
5405
5494
  onDeselect: () => G(!0),
5406
- tagRender: (k) => S({ ...k, mode: s }),
5495
+ tagRender: (N) => Z({ ...N, mode: s }),
5407
5496
  maxTagCount: "responsive",
5408
5497
  maxTagPlaceholder: N1,
5409
5498
  onPopupScroll: v1,
5410
- prefix: A && /* @__PURE__ */ r($1, { size: "small" }),
5499
+ prefix: A && /* @__PURE__ */ r(Y1, { size: "small" }),
5411
5500
  suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ u(i1, { children: [
5412
5501
  E && !!E.length && (s || d) && /* @__PURE__ */ r(
5413
5502
  "div",
@@ -5431,30 +5520,30 @@ const xt = ({
5431
5520
  name: "selectArrowIcon",
5432
5521
  color: a ? Q.GREY_DARK_1 : Q.GREY_DARK_5,
5433
5522
  className: R ? "select-arrow-rotated" : "select-arrow",
5434
- onClick: () => Y(!R)
5523
+ onClick: () => j(!R)
5435
5524
  }
5436
5525
  )
5437
5526
  ] }) }),
5438
5527
  removeIcon: /* @__PURE__ */ r(g1, { name: "cancelCircle", color: Q.GREY_DARK_1 }),
5439
5528
  options: o,
5440
- optionRender: (k) => _ ? _(k.data) : /* @__PURE__ */ u(f1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
5529
+ optionRender: (N) => b ? b(N.data) : /* @__PURE__ */ u(f1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
5441
5530
  /* @__PURE__ */ u(f1, { alignItems: "center", gap: 12, children: [
5442
5531
  s && /* @__PURE__ */ r(
5443
5532
  q2,
5444
5533
  {
5445
- checked: !!(E != null && E.includes(k.value))
5534
+ checked: !!(E != null && E.includes(N.value))
5446
5535
  }
5447
5536
  ),
5448
5537
  /* @__PURE__ */ u(f1, { alignItems: "center", gap: 8, children: [
5449
- k.data.image && /* @__PURE__ */ r(J2, { src: k.data.image, size: 20 }),
5450
- /* @__PURE__ */ r("span", { children: k.label })
5538
+ N.data.image && /* @__PURE__ */ r(J2, { src: N.data.image, size: 20 }),
5539
+ /* @__PURE__ */ r("span", { children: N.label })
5451
5540
  ] })
5452
5541
  ] }),
5453
- !s && E === k.value && /* @__PURE__ */ r(g1, { name: "check", color: Q.BLUE_DARK_1 })
5542
+ !s && E === N.value && /* @__PURE__ */ r(g1, { name: "check", color: Q.BLUE_DARK_1 })
5454
5543
  ] }),
5455
- dropdownRender: (k) => /* @__PURE__ */ u("div", { className: "dropdown-container", children: [
5456
- /* @__PURE__ */ r("div", { className: "dropdown-menu", children: H ? H(k) : k }),
5457
- A && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r($1, {}) })
5544
+ dropdownRender: (N) => /* @__PURE__ */ u("div", { className: "dropdown-container", children: [
5545
+ /* @__PURE__ */ r("div", { className: "dropdown-menu", children: H ? H(N) : N }),
5546
+ A && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(Y1, {}) })
5458
5547
  ] })
5459
5548
  }
5460
5549
  ),
@@ -5487,12 +5576,12 @@ const xt = ({
5487
5576
  width: 16
5488
5577
  }
5489
5578
  ),
5490
- typeof x == "string" ? /* @__PURE__ */ r(vt, { color: Q.NOTIFICATION_ERROR_DARK, variant: "body4", children: x }) : x
5579
+ typeof x == "string" ? /* @__PURE__ */ r(bt, { color: Q.NOTIFICATION_ERROR_DARK, variant: "body4", children: x }) : x
5491
5580
  ] })
5492
5581
  ] });
5493
5582
  }
5494
5583
  );
5495
- function bt(i, e = 500) {
5584
+ function It(i, e = 500) {
5496
5585
  const t = q();
5497
5586
  return K(() => () => {
5498
5587
  t.current && clearTimeout(t.current);
@@ -5503,7 +5592,7 @@ function bt(i, e = 500) {
5503
5592
  clearTimeout(t.current), t.current = n;
5504
5593
  };
5505
5594
  }
5506
- function Y1(i) {
5595
+ function j1(i) {
5507
5596
  const e = q(i);
5508
5597
  return K(() => {
5509
5598
  e.current = i;
@@ -5527,26 +5616,26 @@ const E1 = 100, l1 = {
5527
5616
  extraOptions: h,
5528
5617
  onDropdownVisibleChange: g,
5529
5618
  optionRender: f,
5530
- dropdownRender: w,
5531
- readOnly: L,
5619
+ dropdownRender: k,
5620
+ readOnly: v,
5532
5621
  clearable: m = !1,
5533
5622
  required: H = !1,
5534
- error: _
5623
+ error: b
5535
5624
  }, A) => {
5536
- const [p, x] = Z(), [M, R] = Z(l1), [Y, J] = Z(!1), [F, V] = Z(), [G, E] = Z(!1), [O, D] = Z(
5625
+ const [p, x] = S(), [_, R] = S(l1), [j, J] = S(!1), [F, V] = S(), [G, E] = S(!1), [O, D] = S(
5537
5626
  h ?? []
5538
- ), B = Y1(M.offset), U = Y1(F), [I, $] = Z(!1), P = q(!1), e1 = j(
5627
+ ), B = j1(_.offset), W = j1(F), [I, Y] = S(!1), P = q(!1), e1 = $(
5539
5628
  async ({
5540
- limit: S = E1,
5629
+ limit: Z = E1,
5541
5630
  offset: z,
5542
- search: k
5631
+ search: N
5543
5632
  }) => {
5544
5633
  J(!0);
5545
5634
  try {
5546
5635
  const y = await i({
5547
- limit: S,
5636
+ limit: Z,
5548
5637
  offset: z,
5549
- search: k
5638
+ search: N
5550
5639
  });
5551
5640
  x(
5552
5641
  (T) => z === 0 ? y.options : [...T ?? [], ...y.options]
@@ -5561,55 +5650,55 @@ const E1 = 100, l1 = {
5561
5650
  }
5562
5651
  },
5563
5652
  [i]
5564
- ), t1 = bt((S) => {
5565
- V(S), S || R(l1);
5566
- }), C1 = j(
5567
- (S) => t1(S),
5653
+ ), t1 = It((Z) => {
5654
+ V(Z), Z || R(l1);
5655
+ }), C1 = $(
5656
+ (Z) => t1(Z),
5568
5657
  [t1]
5569
- ), k1 = j(
5570
- async (S) => {
5571
- Y || S && M.count && M.count > ((p == null ? void 0 : p.length) ?? 0) && R((z) => ({
5658
+ ), k1 = $(
5659
+ async (Z) => {
5660
+ j || Z && _.count && _.count > ((p == null ? void 0 : p.length) ?? 0) && R((z) => ({
5572
5661
  ...z,
5573
5662
  offset: z.offset + E1
5574
5663
  }));
5575
5664
  },
5576
- [Y, p == null ? void 0 : p.length, M.count]
5577
- ), v1 = j(
5578
- (S) => {
5579
- E(S), !S && F && (V(void 0), R(l1), $(!0)), g == null || g(S);
5665
+ [j, p == null ? void 0 : p.length, _.count]
5666
+ ), v1 = $(
5667
+ (Z) => {
5668
+ E(Z), !Z && F && (V(void 0), R(l1), Y(!0)), g == null || g(Z);
5580
5669
  },
5581
5670
  [g, F]
5582
5671
  );
5583
5672
  K(() => {
5584
- !P.current || Y || (I || G && (B !== M.offset || U !== F || !p)) && (e1({ offset: M.offset, limit: E1, search: F }), I && $(!1));
5585
- }, [I, G, M.offset, F, B, U, p, Y]), K(() => {
5673
+ !P.current || j || (I || G && (B !== _.offset || W !== F || !p)) && (e1({ offset: _.offset, limit: E1, search: F }), I && Y(!1));
5674
+ }, [I, G, _.offset, F, B, W, p, j]), K(() => {
5586
5675
  (d || l) && e1(l1), P.current = !0;
5587
5676
  }, []), K(() => {
5588
- h && D((S) => {
5677
+ h && D((Z) => {
5589
5678
  const z = h.filter(
5590
- (k) => !S.some((y) => y.value === k.value)
5679
+ (N) => !Z.some((y) => y.value === N.value)
5591
5680
  );
5592
- return [...S, ...z];
5681
+ return [...Z, ...z];
5593
5682
  });
5594
5683
  }, [h]);
5595
- const o1 = j(
5596
- (S) => {
5597
- t && t(S);
5684
+ const o1 = $(
5685
+ (Z) => {
5686
+ t && t(Z);
5598
5687
  let z = [];
5599
- if (C ? z = Array.isArray(S) ? S : [] : z = S ? [S] : [], F) {
5600
- const k = z.filter(
5688
+ if (C ? z = Array.isArray(Z) ? Z : [] : z = Z ? [Z] : [], F) {
5689
+ const N = z.filter(
5601
5690
  (y) => !(O != null && O.some((T) => T.value === y))
5602
5691
  );
5603
- k.length > 0 && D((y = []) => [
5692
+ N.length > 0 && D((y = []) => [
5604
5693
  ...y,
5605
- ...k.map((T) => {
5694
+ ...N.map((T) => {
5606
5695
  const a1 = p == null ? void 0 : p.find((w2) => w2.value === T);
5607
5696
  return {
5608
5697
  value: T,
5609
5698
  label: (a1 == null ? void 0 : a1.label) ?? T
5610
5699
  };
5611
5700
  })
5612
- ]), V(void 0), R(l1), $(!0);
5701
+ ]), V(void 0), R(l1), Y(!0);
5613
5702
  }
5614
5703
  },
5615
5704
  [t, F, C, p, O]
@@ -5629,13 +5718,13 @@ const E1 = 100, l1 = {
5629
5718
  onScrollToEnd: k1,
5630
5719
  disabled: o,
5631
5720
  extraOptions: O,
5632
- isLoading: Y,
5721
+ isLoading: j,
5633
5722
  optionRender: f,
5634
- dropdownRender: w,
5635
- readOnly: L,
5723
+ dropdownRender: k,
5724
+ readOnly: v,
5636
5725
  clearable: m,
5637
5726
  required: H,
5638
- error: _
5727
+ error: b
5639
5728
  }),
5640
5729
  [
5641
5730
  n,
@@ -5651,29 +5740,29 @@ const E1 = 100, l1 = {
5651
5740
  k1,
5652
5741
  o,
5653
5742
  O,
5654
- Y,
5743
+ j,
5655
5744
  f,
5656
- w,
5657
- L,
5745
+ k,
5746
+ v,
5658
5747
  m,
5659
5748
  H,
5660
- _
5749
+ b
5661
5750
  ]
5662
5751
  );
5663
5752
  return H1(A, () => ({
5664
5753
  refetchOptions: async () => {
5665
- R(l1), V(void 0), $(!0);
5754
+ R(l1), V(void 0), Y(!0);
5666
5755
  }
5667
- })), C ? /* @__PURE__ */ r(j1, { ...N1, value: s, mode: C }) : /* @__PURE__ */ r("div", { className: "snmt-async-select", children: /* @__PURE__ */ r(j1, { ...N1, value: s }) });
5756
+ })), C ? /* @__PURE__ */ r($1, { ...N1, value: s, mode: C }) : /* @__PURE__ */ r("div", { className: "snmt-async-select", children: /* @__PURE__ */ r($1, { ...N1, value: s }) });
5668
5757
  }
5669
5758
  );
5670
5759
  var x1 = /* @__PURE__ */ ((i) => (i.ACTIVE = "Active", i.ARCHIVED = "Archived", i))(x1 || {});
5671
- const _t = {
5760
+ const At = {
5672
5761
  small: 20,
5673
5762
  medium: 28,
5674
5763
  large: 48
5675
- }, yt = ({ size: i = "medium", color: e = "#004ed7" }) => {
5676
- const t = _t[i], s = `no-repeat linear-gradient(${e}
5764
+ }, Ot = ({ size: i = "medium", color: e = "#004ed7" }) => {
5765
+ const t = At[i], s = `no-repeat linear-gradient(${e}
5677
5766
  calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
5678
5767
  width: t,
5679
5768
  background: `${s} 0% 100%, ${s} 50% 100%, ${s} 100% 100%`,
@@ -5681,18 +5770,18 @@ const _t = {
5681
5770
  };
5682
5771
  return /* @__PURE__ */ r("span", { className: "snmt-loader", style: n });
5683
5772
  };
5684
- function Ht() {
5773
+ function Zt() {
5685
5774
  if (console && console.warn) {
5686
5775
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
5687
5776
  e[t] = arguments[t];
5688
5777
  n1(e[0]) && (e[0] = `react-i18next:: ${e[0]}`), console.warn(...e);
5689
5778
  }
5690
5779
  }
5691
- const W1 = {};
5692
- function S1() {
5780
+ const U1 = {};
5781
+ function Z1() {
5693
5782
  for (var i = arguments.length, e = new Array(i), t = 0; t < i; t++)
5694
5783
  e[t] = arguments[t];
5695
- n1(e[0]) && W1[e[0]] || (n1(e[0]) && (W1[e[0]] = /* @__PURE__ */ new Date()), Ht(...e));
5784
+ n1(e[0]) && U1[e[0]] || (n1(e[0]) && (U1[e[0]] = /* @__PURE__ */ new Date()), Zt(...e));
5696
5785
  }
5697
5786
  const g2 = (i, e) => () => {
5698
5787
  if (i.isInitialized)
@@ -5705,13 +5794,13 @@ const g2 = (i, e) => () => {
5705
5794
  };
5706
5795
  i.on("initialized", t);
5707
5796
  }
5708
- }, U1 = (i, e, t) => {
5797
+ }, W1 = (i, e, t) => {
5709
5798
  i.loadNamespaces(e, g2(i, t));
5710
5799
  }, z1 = (i, e, t, s) => {
5711
5800
  n1(t) && (t = [t]), t.forEach((n) => {
5712
5801
  i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
5713
5802
  }), i.loadLanguages(e, g2(i, s));
5714
- }, Vt = function(i, e) {
5803
+ }, St = function(i, e) {
5715
5804
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5716
5805
  const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
5717
5806
  if (s.toLowerCase() === "cimode") return !0;
@@ -5720,15 +5809,15 @@ const g2 = (i, e) => () => {
5720
5809
  return d === -1 || d === 2;
5721
5810
  };
5722
5811
  return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(o, i)));
5723
- }, Et = function(i, e) {
5812
+ }, Dt = function(i, e) {
5724
5813
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
5725
- return !e.languages || !e.languages.length ? (S1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
5814
+ return !e.languages || !e.languages.length ? (Z1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
5726
5815
  lng: t.lng,
5727
5816
  precheck: (n, o) => {
5728
5817
  if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !o(n.isLanguageChangingTo, i)) return !1;
5729
5818
  }
5730
- }) : Vt(i, e, t);
5731
- }, n1 = (i) => typeof i == "string", It = (i) => typeof i == "object" && i !== null, At = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Ot = {
5819
+ }) : St(i, e, t);
5820
+ }, n1 = (i) => typeof i == "string", Gt = (i) => typeof i == "object" && i !== null, Tt = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Kt = {
5732
5821
  "&amp;": "&",
5733
5822
  "&#38;": "&",
5734
5823
  "&lt;": "<",
@@ -5749,8 +5838,8 @@ const g2 = (i, e) => () => {
5749
5838
  "&#8230;": "…",
5750
5839
  "&#x2F;": "/",
5751
5840
  "&#47;": "/"
5752
- }, St = (i) => Ot[i], Zt = (i) => i.replace(At, St);
5753
- let Z1 = {
5841
+ }, Bt = (i) => Kt[i], Pt = (i) => i.replace(Tt, Bt);
5842
+ let S1 = {
5754
5843
  bindI18n: "languageChanged",
5755
5844
  bindI18nStore: "",
5756
5845
  transEmptyNodeValue: "",
@@ -5758,25 +5847,25 @@ let Z1 = {
5758
5847
  transWrapTextNodes: "",
5759
5848
  transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
5760
5849
  useSuspense: !0,
5761
- unescape: Zt
5850
+ unescape: Pt
5762
5851
  };
5763
- const Dt = function() {
5852
+ const Yt = function() {
5764
5853
  let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
5765
- Z1 = {
5766
- ...Z1,
5854
+ S1 = {
5855
+ ...S1,
5767
5856
  ...i
5768
5857
  };
5769
- }, Gt = () => Z1;
5858
+ }, $t = () => S1;
5770
5859
  let u2;
5771
- const Tt = (i) => {
5860
+ const jt = (i) => {
5772
5861
  u2 = i;
5773
- }, Kt = () => u2, Bt = {
5862
+ }, Ft = () => u2, Ut = {
5774
5863
  type: "3rdParty",
5775
5864
  init(i) {
5776
- Dt(i.options.react), Tt(i);
5865
+ Yt(i.options.react), jt(i);
5777
5866
  }
5778
- }, Pt = d1();
5779
- class $t {
5867
+ }, Wt = d1();
5868
+ class zt {
5780
5869
  constructor() {
5781
5870
  T1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
5782
5871
  this.usedNamespaces = {};
@@ -5787,27 +5876,27 @@ class $t {
5787
5876
  });
5788
5877
  }
5789
5878
  }
5790
- const jt = (i, e) => {
5879
+ const Jt = (i, e) => {
5791
5880
  const t = q();
5792
5881
  return K(() => {
5793
5882
  t.current = i;
5794
5883
  }, [i, e]), t.current;
5795
- }, f2 = (i, e, t, s) => i.getFixedT(e, t, s), Yt = (i, e, t, s) => j(f2(i, e, t, s), [i, e, t, s]), Ft = function(i) {
5884
+ }, f2 = (i, e, t, s) => i.getFixedT(e, t, s), qt = (i, e, t, s) => $(f2(i, e, t, s), [i, e, t, s]), Qt = function(i) {
5796
5885
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5797
5886
  const {
5798
5887
  i18n: t
5799
5888
  } = e, {
5800
5889
  i18n: s,
5801
5890
  defaultNS: n
5802
- } = r1(Pt) || {}, o = t || s || Kt();
5803
- if (o && !o.reportNamespaces && (o.reportNamespaces = new $t()), !o) {
5804
- S1("You will need to pass in an i18next instance by using initReactI18next");
5805
- const p = (M, R) => n1(R) ? R : It(R) && n1(R.defaultValue) ? R.defaultValue : Array.isArray(M) ? M[M.length - 1] : M, x = [p, {}, !1];
5891
+ } = r1(Wt) || {}, o = t || s || Ft();
5892
+ if (o && !o.reportNamespaces && (o.reportNamespaces = new zt()), !o) {
5893
+ Z1("You will need to pass in an i18next instance by using initReactI18next");
5894
+ const p = (_, R) => n1(R) ? R : Gt(R) && n1(R.defaultValue) ? R.defaultValue : Array.isArray(_) ? _[_.length - 1] : _, x = [p, {}, !1];
5806
5895
  return x.t = p, x.i18n = {}, x.ready = !1, x;
5807
5896
  }
5808
- o.options.react && o.options.react.wait !== void 0 && S1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
5897
+ o.options.react && o.options.react.wait !== void 0 && Z1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
5809
5898
  const c = {
5810
- ...Gt(),
5899
+ ...$t(),
5811
5900
  ...o.options.react,
5812
5901
  ...e
5813
5902
  }, {
@@ -5816,46 +5905,46 @@ const jt = (i, e) => {
5816
5905
  } = c;
5817
5906
  let d = i;
5818
5907
  d = n1(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
5819
- const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => Et(p, o, c)), h = Yt(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, f = () => f2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [w, L] = Z(g);
5908
+ const l = (o.isInitialized || o.initializedStoreOnce) && d.every((p) => Dt(p, o, c)), h = qt(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, f = () => f2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] = S(g);
5820
5909
  let m = d.join();
5821
5910
  e.lng && (m = `${e.lng}${m}`);
5822
- const H = jt(m), _ = q(!0);
5911
+ const H = Jt(m), b = q(!0);
5823
5912
  K(() => {
5824
5913
  const {
5825
5914
  bindI18n: p,
5826
5915
  bindI18nStore: x
5827
5916
  } = c;
5828
- _.current = !0, !l && !a && (e.lng ? z1(o, e.lng, d, () => {
5829
- _.current && L(f);
5830
- }) : U1(o, d, () => {
5831
- _.current && L(f);
5832
- })), l && H && H !== m && _.current && L(f);
5833
- const M = () => {
5834
- _.current && L(f);
5917
+ b.current = !0, !l && !a && (e.lng ? z1(o, e.lng, d, () => {
5918
+ b.current && v(f);
5919
+ }) : W1(o, d, () => {
5920
+ b.current && v(f);
5921
+ })), l && H && H !== m && b.current && v(f);
5922
+ const _ = () => {
5923
+ b.current && v(f);
5835
5924
  };
5836
- return p && o && o.on(p, M), x && o && o.store.on(x, M), () => {
5837
- _.current = !1, p && o && p.split(" ").forEach((R) => o.off(R, M)), x && o && x.split(" ").forEach((R) => o.store.off(R, M));
5925
+ return p && o && o.on(p, _), x && o && o.store.on(x, _), () => {
5926
+ b.current = !1, p && o && p.split(" ").forEach((R) => o.off(R, _)), x && o && x.split(" ").forEach((R) => o.store.off(R, _));
5838
5927
  };
5839
5928
  }, [o, m]), K(() => {
5840
- _.current && l && L(g);
5929
+ b.current && l && v(g);
5841
5930
  }, [o, C, l]);
5842
- const A = [w, o, l];
5843
- if (A.t = w, A.i18n = o, A.ready = l, l || !l && !a) return A;
5931
+ const A = [k, o, l];
5932
+ if (A.t = k, A.i18n = o, A.ready = l, l || !l && !a) return A;
5844
5933
  throw new Promise((p) => {
5845
- e.lng ? z1(o, e.lng, d, () => p()) : U1(o, d, () => p());
5934
+ e.lng ? z1(o, e.lng, d, () => p()) : W1(o, d, () => p());
5846
5935
  });
5847
- }, b = (i) => typeof i == "string", u1 = () => {
5936
+ }, M = (i) => typeof i == "string", u1 = () => {
5848
5937
  let i, e;
5849
5938
  const t = new Promise((s, n) => {
5850
5939
  i = s, e = n;
5851
5940
  });
5852
5941
  return t.resolve = i, t.reject = e, t;
5853
- }, J1 = (i) => i == null ? "" : "" + i, Wt = (i, e, t) => {
5942
+ }, J1 = (i) => i == null ? "" : "" + i, Xt = (i, e, t) => {
5854
5943
  i.forEach((s) => {
5855
5944
  e[s] && (t[s] = e[s]);
5856
5945
  });
5857
- }, Ut = /###/g, q1 = (i) => i && i.indexOf("###") > -1 ? i.replace(Ut, ".") : i, Q1 = (i) => !i || b(i), m1 = (i, e, t) => {
5858
- const s = b(e) ? e.split(".") : e;
5946
+ }, e7 = /###/g, q1 = (i) => i && i.indexOf("###") > -1 ? i.replace(e7, ".") : i, Q1 = (i) => !i || M(i), m1 = (i, e, t) => {
5947
+ const s = M(e) ? e.split(".") : e;
5859
5948
  let n = 0;
5860
5949
  for (; n < s.length - 1; ) {
5861
5950
  if (Q1(i)) return {};
@@ -5879,28 +5968,28 @@ const jt = (i, e) => {
5879
5968
  for (; a.obj === void 0 && c.length; )
5880
5969
  o = `${c[c.length - 1]}.${o}`, c = c.slice(0, c.length - 1), a = m1(i, c, Object), a && a.obj && typeof a.obj[`${a.k}.${o}`] < "u" && (a.obj = void 0);
5881
5970
  a.obj[`${a.k}.${o}`] = t;
5882
- }, zt = (i, e, t, s) => {
5971
+ }, t7 = (i, e, t, s) => {
5883
5972
  const {
5884
5973
  obj: n,
5885
5974
  k: o
5886
5975
  } = m1(i, e, Object);
5887
5976
  n[o] = n[o] || [], n[o].push(t);
5888
- }, M1 = (i, e) => {
5977
+ }, _1 = (i, e) => {
5889
5978
  const {
5890
5979
  obj: t,
5891
5980
  k: s
5892
5981
  } = m1(i, e);
5893
5982
  if (t)
5894
5983
  return t[s];
5895
- }, Jt = (i, e, t) => {
5896
- const s = M1(i, t);
5897
- return s !== void 0 ? s : M1(e, t);
5984
+ }, i7 = (i, e, t) => {
5985
+ const s = _1(i, t);
5986
+ return s !== void 0 ? s : _1(e, t);
5898
5987
  }, p2 = (i, e, t) => {
5899
5988
  for (const s in e)
5900
- s !== "__proto__" && s !== "constructor" && (s in i ? b(i[s]) || i[s] instanceof String || b(e[s]) || e[s] instanceof String ? t && (i[s] = e[s]) : p2(i[s], e[s], t) : i[s] = e[s]);
5989
+ s !== "__proto__" && s !== "constructor" && (s in i ? M(i[s]) || i[s] instanceof String || M(e[s]) || e[s] instanceof String ? t && (i[s] = e[s]) : p2(i[s], e[s], t) : i[s] = e[s]);
5901
5990
  return i;
5902
- }, c1 = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
5903
- var qt = {
5991
+ }, h1 = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
5992
+ var s7 = {
5904
5993
  "&": "&amp;",
5905
5994
  "<": "&lt;",
5906
5995
  ">": "&gt;",
@@ -5908,8 +5997,8 @@ var qt = {
5908
5997
  "'": "&#39;",
5909
5998
  "/": "&#x2F;"
5910
5999
  };
5911
- const Qt = (i) => b(i) ? i.replace(/[&<>"'\/]/g, (e) => qt[e]) : i;
5912
- class Xt {
6000
+ const n7 = (i) => M(i) ? i.replace(/[&<>"'\/]/g, (e) => s7[e]) : i;
6001
+ class r7 {
5913
6002
  constructor(e) {
5914
6003
  this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
5915
6004
  }
@@ -5921,11 +6010,11 @@ class Xt {
5921
6010
  return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
5922
6011
  }
5923
6012
  }
5924
- const e7 = [" ", ",", "?", "!", ";"], t7 = new Xt(20), i7 = (i, e, t) => {
6013
+ const o7 = [" ", ",", "?", "!", ";"], a7 = new r7(20), l7 = (i, e, t) => {
5925
6014
  e = e || "", t = t || "";
5926
- const s = e7.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
6015
+ const s = o7.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
5927
6016
  if (s.length === 0) return !0;
5928
- const n = t7.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
6017
+ const n = a7.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
5929
6018
  let o = !n.test(i);
5930
6019
  if (!o) {
5931
6020
  const c = i.indexOf(t);
@@ -5952,7 +6041,7 @@ const e7 = [" ", ",", "?", "!", ";"], t7 = new Xt(20), i7 = (i, e, t) => {
5952
6041
  n = c;
5953
6042
  }
5954
6043
  return n;
5955
- }, b1 = (i) => i && i.replace("_", "-"), s7 = {
6044
+ }, M1 = (i) => i && i.replace("_", "-"), h7 = {
5956
6045
  type: "logger",
5957
6046
  log(i) {
5958
6047
  this.output("log", i);
@@ -5967,14 +6056,14 @@ const e7 = [" ", ",", "?", "!", ";"], t7 = new Xt(20), i7 = (i, e, t) => {
5967
6056
  console && console[i] && console[i].apply(console, e);
5968
6057
  }
5969
6058
  };
5970
- class _1 {
6059
+ class b1 {
5971
6060
  constructor(e) {
5972
6061
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5973
6062
  this.init(e, t);
5974
6063
  }
5975
6064
  init(e) {
5976
6065
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
5977
- this.prefix = t.prefix || "i18next:", this.logger = e || s7, this.options = t, this.debug = t.debug;
6066
+ this.prefix = t.prefix || "i18next:", this.logger = e || h7, this.options = t, this.debug = t.debug;
5978
6067
  }
5979
6068
  log() {
5980
6069
  for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
@@ -5997,19 +6086,19 @@ class _1 {
5997
6086
  return this.forward(t, "warn", "WARNING DEPRECATED: ", !0);
5998
6087
  }
5999
6088
  forward(e, t, s, n) {
6000
- return n && !this.debug ? null : (b(e[0]) && (e[0] = `${s}${this.prefix} ${e[0]}`), this.logger[t](e));
6089
+ return n && !this.debug ? null : (M(e[0]) && (e[0] = `${s}${this.prefix} ${e[0]}`), this.logger[t](e));
6001
6090
  }
6002
6091
  create(e) {
6003
- return new _1(this.logger, {
6092
+ return new b1(this.logger, {
6004
6093
  prefix: `${this.prefix}:${e}:`,
6005
6094
  ...this.options
6006
6095
  });
6007
6096
  }
6008
6097
  clone(e) {
6009
- return e = e || this.options, e.prefix = e.prefix || this.prefix, new _1(this.logger, e);
6098
+ return e = e || this.options, e.prefix = e.prefix || this.prefix, new b1(this.logger, e);
6010
6099
  }
6011
6100
  }
6012
- var X = new _1();
6101
+ var X = new b1();
6013
6102
  class V1 {
6014
6103
  constructor() {
6015
6104
  this.observers = {};
@@ -6063,9 +6152,9 @@ class e2 extends V1 {
6063
6152
  let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6064
6153
  const o = n.keySeparator !== void 0 ? n.keySeparator : this.options.keySeparator, c = n.ignoreJSONStructure !== void 0 ? n.ignoreJSONStructure : this.options.ignoreJSONStructure;
6065
6154
  let a;
6066
- e.indexOf(".") > -1 ? a = e.split(".") : (a = [e, t], s && (Array.isArray(s) ? a.push(...s) : b(s) && o ? a.push(...s.split(o)) : a.push(s)));
6067
- const C = M1(this.data, a);
6068
- return !C && !t && !s && e.indexOf(".") > -1 && (e = a[0], t = a[1], s = a.slice(2).join(".")), C || !c || !b(s) ? C : D1(this.data && this.data[e] && this.data[e][t], s, o);
6155
+ e.indexOf(".") > -1 ? a = e.split(".") : (a = [e, t], s && (Array.isArray(s) ? a.push(...s) : M(s) && o ? a.push(...s.split(o)) : a.push(s)));
6156
+ const C = _1(this.data, a);
6157
+ return !C && !t && !s && e.indexOf(".") > -1 && (e = a[0], t = a[1], s = a.slice(2).join(".")), C || !c || !M(s) ? C : D1(this.data && this.data[e] && this.data[e][t], s, o);
6069
6158
  }
6070
6159
  addResource(e, t, s, n) {
6071
6160
  let o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : {
@@ -6080,7 +6169,7 @@ class e2 extends V1 {
6080
6169
  silent: !1
6081
6170
  };
6082
6171
  for (const o in s)
6083
- (b(s[o]) || Array.isArray(s[o])) && this.addResource(e, t, o, s[o], {
6172
+ (M(s[o]) || Array.isArray(s[o])) && this.addResource(e, t, o, s[o], {
6084
6173
  silent: !0
6085
6174
  });
6086
6175
  n.silent || this.emit("added", e, t, s);
@@ -6091,7 +6180,7 @@ class e2 extends V1 {
6091
6180
  skipCopy: !1
6092
6181
  }, a = [e, t];
6093
6182
  e.indexOf(".") > -1 && (a = e.split("."), n = s, s = t, t = a[1]), this.addNamespaces(t);
6094
- let C = M1(this.data, a) || {};
6183
+ let C = _1(this.data, a) || {};
6095
6184
  c.skipCopy || (s = JSON.parse(JSON.stringify(s))), n ? p2(C, s, o) : C = {
6096
6185
  ...C,
6097
6186
  ...s
@@ -6134,7 +6223,7 @@ const t2 = {};
6134
6223
  class y1 extends V1 {
6135
6224
  constructor(e) {
6136
6225
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6137
- super(), Wt(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = X.create("translator");
6226
+ super(), Xt(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = X.create("translator");
6138
6227
  }
6139
6228
  changeLanguage(e) {
6140
6229
  e && (this.language = e);
@@ -6153,20 +6242,20 @@ class y1 extends V1 {
6153
6242
  s === void 0 && (s = ":");
6154
6243
  const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
6155
6244
  let o = t.ns || this.options.defaultNS || [];
6156
- const c = s && e.indexOf(s) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !i7(e, s, n);
6245
+ const c = s && e.indexOf(s) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !l7(e, s, n);
6157
6246
  if (c && !a) {
6158
6247
  const C = e.match(this.interpolator.nestingRegexp);
6159
6248
  if (C && C.length > 0)
6160
6249
  return {
6161
6250
  key: e,
6162
- namespaces: b(o) ? [o] : o
6251
+ namespaces: M(o) ? [o] : o
6163
6252
  };
6164
6253
  const d = e.split(s);
6165
6254
  (s !== n || s === n && this.options.ns.indexOf(d[0]) > -1) && (o = d.shift()), e = d.join(n);
6166
6255
  }
6167
6256
  return {
6168
6257
  key: e,
6169
- namespaces: b(o) ? [o] : o
6258
+ namespaces: M(o) ? [o] : o
6170
6259
  };
6171
6260
  }
6172
6261
  translate(e, t, s) {
@@ -6201,8 +6290,8 @@ class y1 extends V1 {
6201
6290
  }
6202
6291
  const h = this.resolve(e, t);
6203
6292
  let g = h && h.res;
6204
- const f = h && h.usedKey || c, w = h && h.exactUsedKey || c, L = Object.prototype.toString.apply(g), m = ["[object Number]", "[object Function]", "[object RegExp]"], H = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, _ = !this.i18nFormat || this.i18nFormat.handleAsObject, A = !b(g) && typeof g != "boolean" && typeof g != "number";
6205
- if (_ && g && A && m.indexOf(L) < 0 && !(b(H) && Array.isArray(g))) {
6293
+ const f = h && h.usedKey || c, k = h && h.exactUsedKey || c, v = Object.prototype.toString.apply(g), m = ["[object Number]", "[object Function]", "[object RegExp]"], H = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, b = !this.i18nFormat || this.i18nFormat.handleAsObject, A = !M(g) && typeof g != "boolean" && typeof g != "number";
6294
+ if (b && g && A && m.indexOf(v) < 0 && !(M(H) && Array.isArray(g))) {
6206
6295
  if (!t.returnObjects && !this.options.returnObjects) {
6207
6296
  this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
6208
6297
  const p = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(f, g, {
@@ -6212,25 +6301,25 @@ class y1 extends V1 {
6212
6301
  return n ? (h.res = p, h.usedParams = this.getUsedParamsDetails(t), h) : p;
6213
6302
  }
6214
6303
  if (o) {
6215
- const p = Array.isArray(g), x = p ? [] : {}, M = p ? w : f;
6304
+ const p = Array.isArray(g), x = p ? [] : {}, _ = p ? k : f;
6216
6305
  for (const R in g)
6217
6306
  if (Object.prototype.hasOwnProperty.call(g, R)) {
6218
- const Y = `${M}${o}${R}`;
6219
- x[R] = this.translate(Y, {
6307
+ const j = `${_}${o}${R}`;
6308
+ x[R] = this.translate(j, {
6220
6309
  ...t,
6221
6310
  joinArrays: !1,
6222
6311
  ns: a
6223
- }), x[R] === Y && (x[R] = g[R]);
6312
+ }), x[R] === j && (x[R] = g[R]);
6224
6313
  }
6225
6314
  g = x;
6226
6315
  }
6227
- } else if (_ && b(H) && Array.isArray(g))
6316
+ } else if (b && M(H) && Array.isArray(g))
6228
6317
  g = g.join(H), g && (g = this.extendTranslation(g, e, t, s));
6229
6318
  else {
6230
6319
  let p = !1, x = !1;
6231
- const M = t.count !== void 0 && !b(t.count), R = y1.hasDefaultValue(t), Y = M ? this.pluralResolver.getSuffix(d, t.count, t) : "", J = t.ordinal && M ? this.pluralResolver.getSuffix(d, t.count, {
6320
+ const _ = t.count !== void 0 && !M(t.count), R = y1.hasDefaultValue(t), j = _ ? this.pluralResolver.getSuffix(d, t.count, t) : "", J = t.ordinal && _ ? this.pluralResolver.getSuffix(d, t.count, {
6232
6321
  ordinal: !1
6233
- }) : "", F = M && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), V = F && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${Y}`] || t[`defaultValue${J}`] || t.defaultValue;
6322
+ }) : "", F = _ && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), V = F && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${j}`] || t[`defaultValue${J}`] || t.defaultValue;
6234
6323
  !this.isValidLookup(g) && R && (p = !0, g = V), this.isValidLookup(g) || (x = !0, g = c);
6235
6324
  const E = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && x ? void 0 : g, O = R && V !== g && this.options.updateMissing;
6236
6325
  if (x || p || O) {
@@ -6247,16 +6336,16 @@ class y1 extends V1 {
6247
6336
  for (let I = 0; I < B.length; I++)
6248
6337
  D.push(B[I]);
6249
6338
  else this.options.saveMissingTo === "all" ? D = this.languageUtils.toResolveHierarchy(t.lng || this.language) : D.push(t.lng || this.language);
6250
- const U = (I, $, P) => {
6339
+ const W = (I, Y, P) => {
6251
6340
  const e1 = R && P !== g ? P : E;
6252
- this.options.missingKeyHandler ? this.options.missingKeyHandler(I, C, $, e1, O, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(I, C, $, e1, O, t), this.emit("missingKey", I, C, $, g);
6341
+ this.options.missingKeyHandler ? this.options.missingKeyHandler(I, C, Y, e1, O, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(I, C, Y, e1, O, t), this.emit("missingKey", I, C, Y, g);
6253
6342
  };
6254
- this.options.saveMissing && (this.options.saveMissingPlurals && M ? D.forEach((I) => {
6255
- const $ = this.pluralResolver.getSuffixes(I, t);
6256
- F && t[`defaultValue${this.options.pluralSeparator}zero`] && $.indexOf(`${this.options.pluralSeparator}zero`) < 0 && $.push(`${this.options.pluralSeparator}zero`), $.forEach((P) => {
6257
- U([I], c + P, t[`defaultValue${P}`] || V);
6343
+ this.options.saveMissing && (this.options.saveMissingPlurals && _ ? D.forEach((I) => {
6344
+ const Y = this.pluralResolver.getSuffixes(I, t);
6345
+ F && t[`defaultValue${this.options.pluralSeparator}zero`] && Y.indexOf(`${this.options.pluralSeparator}zero`) < 0 && Y.push(`${this.options.pluralSeparator}zero`), Y.forEach((P) => {
6346
+ W([I], c + P, t[`defaultValue${P}`] || V);
6258
6347
  });
6259
- }) : U(D, c, V));
6348
+ }) : W(D, c, V));
6260
6349
  }
6261
6350
  g = this.extendTranslation(g, e, t, h, s), x && g === c && this.options.appendNamespaceToMissingKey && (g = `${C}:${c}`), (x || p) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? g = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${C}:${c}` : c, p ? g : void 0) : g = this.options.parseMissingKeyHandler(g));
6262
6351
  }
@@ -6279,13 +6368,13 @@ class y1 extends V1 {
6279
6368
  ...s.interpolation
6280
6369
  }
6281
6370
  });
6282
- const d = b(e) && (s && s.interpolation && s.interpolation.skipOnVariables !== void 0 ? s.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
6371
+ const d = M(e) && (s && s.interpolation && s.interpolation.skipOnVariables !== void 0 ? s.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
6283
6372
  let l;
6284
6373
  if (d) {
6285
6374
  const g = e.match(this.interpolator.nestingRegexp);
6286
6375
  l = g && g.length;
6287
6376
  }
6288
- let h = s.replace && !b(s.replace) ? s.replace : s;
6377
+ let h = s.replace && !M(s.replace) ? s.replace : s;
6289
6378
  if (this.options.interpolation.defaultVariables && (h = {
6290
6379
  ...this.options.interpolation.defaultVariables,
6291
6380
  ...h
@@ -6294,12 +6383,12 @@ class y1 extends V1 {
6294
6383
  l < f && (s.nest = !1);
6295
6384
  }
6296
6385
  !s.lng && this.options.compatibilityAPI !== "v1" && n && n.res && (s.lng = this.language || n.usedLng), s.nest !== !1 && (e = this.interpolator.nest(e, function() {
6297
- for (var g = arguments.length, f = new Array(g), w = 0; w < g; w++)
6298
- f[w] = arguments[w];
6386
+ for (var g = arguments.length, f = new Array(g), k = 0; k < g; k++)
6387
+ f[k] = arguments[k];
6299
6388
  return o && o[0] === f[0] && !s.context ? (c.logger.warn(`It seems you are nesting recursively key: ${f[0]} in key: ${t[0]}`), null) : c.translate(...f, t);
6300
6389
  }, s)), s.interpolation && this.interpolator.reset();
6301
6390
  }
6302
- const a = s.postProcess || this.options.postProcess, C = b(a) ? [a] : a;
6391
+ const a = s.postProcess || this.options.postProcess, C = M(a) ? [a] : a;
6303
6392
  return e != null && C && C.length && s.applyPostProcessor !== !1 && (e = m2.handle(C, e, t, this.options && this.options.postProcessPassResolved ? {
6304
6393
  i18nResolved: {
6305
6394
  ...n,
@@ -6310,31 +6399,31 @@ class y1 extends V1 {
6310
6399
  }
6311
6400
  resolve(e) {
6312
6401
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s, n, o, c, a;
6313
- return b(e) && (e = [e]), e.forEach((C) => {
6402
+ return M(e) && (e = [e]), e.forEach((C) => {
6314
6403
  if (this.isValidLookup(s)) return;
6315
6404
  const d = this.extractFromKey(C, t), l = d.key;
6316
6405
  n = l;
6317
6406
  let h = d.namespaces;
6318
6407
  this.options.fallbackNS && (h = h.concat(this.options.fallbackNS));
6319
- const g = t.count !== void 0 && !b(t.count), f = g && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), w = t.context !== void 0 && (b(t.context) || typeof t.context == "number") && t.context !== "", L = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
6408
+ const g = t.count !== void 0 && !M(t.count), f = g && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), k = t.context !== void 0 && (M(t.context) || typeof t.context == "number") && t.context !== "", v = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
6320
6409
  h.forEach((m) => {
6321
- this.isValidLookup(s) || (a = m, !t2[`${L[0]}-${m}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(a) && (t2[`${L[0]}-${m}`] = !0, this.logger.warn(`key "${n}" for languages "${L.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), L.forEach((H) => {
6410
+ this.isValidLookup(s) || (a = m, !t2[`${v[0]}-${m}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(a) && (t2[`${v[0]}-${m}`] = !0, this.logger.warn(`key "${n}" for languages "${v.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), v.forEach((H) => {
6322
6411
  if (this.isValidLookup(s)) return;
6323
6412
  c = H;
6324
- const _ = [l];
6413
+ const b = [l];
6325
6414
  if (this.i18nFormat && this.i18nFormat.addLookupKeys)
6326
- this.i18nFormat.addLookupKeys(_, l, H, m, t);
6415
+ this.i18nFormat.addLookupKeys(b, l, H, m, t);
6327
6416
  else {
6328
6417
  let p;
6329
6418
  g && (p = this.pluralResolver.getSuffix(H, t.count, t));
6330
- const x = `${this.options.pluralSeparator}zero`, M = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
6331
- if (g && (_.push(l + p), t.ordinal && p.indexOf(M) === 0 && _.push(l + p.replace(M, this.options.pluralSeparator)), f && _.push(l + x)), w) {
6419
+ const x = `${this.options.pluralSeparator}zero`, _ = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
6420
+ if (g && (b.push(l + p), t.ordinal && p.indexOf(_) === 0 && b.push(l + p.replace(_, this.options.pluralSeparator)), f && b.push(l + x)), k) {
6332
6421
  const R = `${l}${this.options.contextSeparator}${t.context}`;
6333
- _.push(R), g && (_.push(R + p), t.ordinal && p.indexOf(M) === 0 && _.push(R + p.replace(M, this.options.pluralSeparator)), f && _.push(R + x));
6422
+ b.push(R), g && (b.push(R + p), t.ordinal && p.indexOf(_) === 0 && b.push(R + p.replace(_, this.options.pluralSeparator)), f && b.push(R + x));
6334
6423
  }
6335
6424
  }
6336
6425
  let A;
6337
- for (; A = _.pop(); )
6426
+ for (; A = b.pop(); )
6338
6427
  this.isValidLookup(s) || (o = A, s = this.getResource(H, m, A, t));
6339
6428
  }));
6340
6429
  });
@@ -6355,7 +6444,7 @@ class y1 extends V1 {
6355
6444
  }
6356
6445
  getUsedParamsDetails() {
6357
6446
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6358
- const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], s = e.replace && !b(e.replace);
6447
+ const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], s = e.replace && !M(e.replace);
6359
6448
  let n = s ? e.replace : e;
6360
6449
  if (s && typeof e.count < "u" && (n.count = e.count), this.options.interpolation.defaultVariables && (n = {
6361
6450
  ...this.options.interpolation.defaultVariables,
@@ -6383,17 +6472,17 @@ class i2 {
6383
6472
  this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = X.create("languageUtils");
6384
6473
  }
6385
6474
  getScriptPartFromCode(e) {
6386
- if (e = b1(e), !e || e.indexOf("-") < 0) return null;
6475
+ if (e = M1(e), !e || e.indexOf("-") < 0) return null;
6387
6476
  const t = e.split("-");
6388
6477
  return t.length === 2 || (t.pop(), t[t.length - 1].toLowerCase() === "x") ? null : this.formatLanguageCode(t.join("-"));
6389
6478
  }
6390
6479
  getLanguagePartFromCode(e) {
6391
- if (e = b1(e), !e || e.indexOf("-") < 0) return e;
6480
+ if (e = M1(e), !e || e.indexOf("-") < 0) return e;
6392
6481
  const t = e.split("-");
6393
6482
  return this.formatLanguageCode(t[0]);
6394
6483
  }
6395
6484
  formatLanguageCode(e) {
6396
- if (b(e) && e.indexOf("-") > -1) {
6485
+ if (M(e) && e.indexOf("-") > -1) {
6397
6486
  if (typeof Intl < "u" && typeof Intl.getCanonicalLocales < "u")
6398
6487
  try {
6399
6488
  let n = Intl.getCanonicalLocales(e)[0];
@@ -6429,7 +6518,7 @@ class i2 {
6429
6518
  }
6430
6519
  getFallbackCodes(e, t) {
6431
6520
  if (!e) return [];
6432
- if (typeof e == "function" && (e = e(t)), b(e) && (e = [e]), Array.isArray(e)) return e;
6521
+ if (typeof e == "function" && (e = e(t)), M(e) && (e = [e]), Array.isArray(e)) return e;
6433
6522
  if (!t) return e.default || [];
6434
6523
  let s = e[t];
6435
6524
  return s || (s = e[this.getScriptPartFromCode(t)]), s || (s = e[this.formatLanguageCode(t)]), s || (s = e[this.getLanguagePartFromCode(t)]), s || (s = e.default), s || [];
@@ -6438,12 +6527,12 @@ class i2 {
6438
6527
  const s = this.getFallbackCodes(t || this.options.fallbackLng || [], e), n = [], o = (c) => {
6439
6528
  c && (this.isSupportedCode(c) ? n.push(c) : this.logger.warn(`rejecting language code not found in supportedLngs: ${c}`));
6440
6529
  };
6441
- return b(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && o(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && o(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && o(this.getLanguagePartFromCode(e))) : b(e) && o(this.formatLanguageCode(e)), s.forEach((c) => {
6530
+ return M(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && o(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && o(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && o(this.getLanguagePartFromCode(e))) : M(e) && o(this.formatLanguageCode(e)), s.forEach((c) => {
6442
6531
  n.indexOf(c) < 0 && o(this.formatLanguageCode(c));
6443
6532
  }), n;
6444
6533
  }
6445
6534
  }
6446
- let n7 = [{
6535
+ let c7 = [{
6447
6536
  lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
6448
6537
  nr: [1, 2],
6449
6538
  fc: 1
@@ -6535,7 +6624,7 @@ let n7 = [{
6535
6624
  lngs: ["he", "iw"],
6536
6625
  nr: [1, 2, 20, 21],
6537
6626
  fc: 22
6538
- }], r7 = {
6627
+ }], d7 = {
6539
6628
  1: (i) => +(i > 1),
6540
6629
  2: (i) => +(i != 1),
6541
6630
  3: (i) => 0,
@@ -6559,28 +6648,28 @@ let n7 = [{
6559
6648
  21: (i) => i % 100 == 1 ? 1 : i % 100 == 2 ? 2 : i % 100 == 3 || i % 100 == 4 ? 3 : 0,
6560
6649
  22: (i) => i == 1 ? 0 : i == 2 ? 1 : (i < 0 || i > 10) && i % 10 == 0 ? 2 : 3
6561
6650
  };
6562
- const o7 = ["v1", "v2", "v3"], a7 = ["v4"], s2 = {
6651
+ const C7 = ["v1", "v2", "v3"], g7 = ["v4"], s2 = {
6563
6652
  zero: 0,
6564
6653
  one: 1,
6565
6654
  two: 2,
6566
6655
  few: 3,
6567
6656
  many: 4,
6568
6657
  other: 5
6569
- }, l7 = () => {
6658
+ }, u7 = () => {
6570
6659
  const i = {};
6571
- return n7.forEach((e) => {
6660
+ return c7.forEach((e) => {
6572
6661
  e.lngs.forEach((t) => {
6573
6662
  i[t] = {
6574
6663
  numbers: e.nr,
6575
- plurals: r7[e.fc]
6664
+ plurals: d7[e.fc]
6576
6665
  };
6577
6666
  });
6578
6667
  }), i;
6579
6668
  };
6580
- class c7 {
6669
+ class f7 {
6581
6670
  constructor(e) {
6582
6671
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6583
- this.languageUtils = e, this.options = t, this.logger = X.create("pluralResolver"), (!this.options.compatibilityJSON || a7.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = l7(), this.pluralRulesCache = {};
6672
+ this.languageUtils = e, this.options = t, this.logger = X.create("pluralResolver"), (!this.options.compatibilityJSON || g7.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = u7(), this.pluralRulesCache = {};
6584
6673
  }
6585
6674
  addRule(e, t) {
6586
6675
  this.rules[e] = t;
@@ -6591,7 +6680,7 @@ class c7 {
6591
6680
  getRule(e) {
6592
6681
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6593
6682
  if (this.shouldUseIntlApi()) {
6594
- const s = b1(e === "dev" ? "en" : e), n = t.ordinal ? "ordinal" : "cardinal", o = JSON.stringify({
6683
+ const s = M1(e === "dev" ? "en" : e), n = t.ordinal ? "ordinal" : "cardinal", o = JSON.stringify({
6595
6684
  cleanedCode: s,
6596
6685
  type: n
6597
6686
  });
@@ -6638,14 +6727,14 @@ class c7 {
6638
6727
  return this.options.compatibilityJSON === "v1" ? n === 1 ? "" : typeof n == "number" ? `_plural_${n.toString()}` : o() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? o() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
6639
6728
  }
6640
6729
  shouldUseIntlApi() {
6641
- return !o7.includes(this.options.compatibilityJSON);
6730
+ return !C7.includes(this.options.compatibilityJSON);
6642
6731
  }
6643
6732
  }
6644
6733
  const n2 = function(i, e, t) {
6645
- let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = Jt(i, e, t);
6646
- return !o && n && b(t) && (o = D1(i, t, s), o === void 0 && (o = D1(e, t, s))), o;
6734
+ let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = i7(i, e, t);
6735
+ return !o && n && M(t) && (o = D1(i, t, s), o === void 0 && (o = D1(e, t, s))), o;
6647
6736
  }, A1 = (i) => i.replace(/\$/g, "$$$$");
6648
- class h7 {
6737
+ class p7 {
6649
6738
  constructor() {
6650
6739
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6651
6740
  this.logger = X.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
@@ -6668,13 +6757,13 @@ class h7 {
6668
6757
  unescapePrefix: h,
6669
6758
  nestingPrefix: g,
6670
6759
  nestingPrefixEscaped: f,
6671
- nestingSuffix: w,
6672
- nestingSuffixEscaped: L,
6760
+ nestingSuffix: k,
6761
+ nestingSuffixEscaped: v,
6673
6762
  nestingOptionsSeparator: m,
6674
6763
  maxReplaces: H,
6675
- alwaysFormat: _
6764
+ alwaysFormat: b
6676
6765
  } = e.interpolation;
6677
- this.escape = t !== void 0 ? t : Qt, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = o ? c1(o) : c || "{{", this.suffix = a ? c1(a) : C || "}}", this.formatSeparator = d || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = g ? c1(g) : f || c1("$t("), this.nestingSuffix = w ? c1(w) : L || c1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = H || 1e3, this.alwaysFormat = _ !== void 0 ? _ : !1, this.resetRegExp();
6766
+ this.escape = t !== void 0 ? t : n7, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = o ? h1(o) : c || "{{", this.suffix = a ? h1(a) : C || "}}", this.formatSeparator = d || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = g ? h1(g) : f || h1("$t("), this.nestingSuffix = k ? h1(k) : v || h1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = H || 1e3, this.alwaysFormat = b !== void 0 ? b : !1, this.resetRegExp();
6678
6767
  }
6679
6768
  reset() {
6680
6769
  this.options && this.init(this.options);
@@ -6694,11 +6783,11 @@ class h7 {
6694
6783
  interpolationkey: f
6695
6784
  }) : H;
6696
6785
  }
6697
- const w = f.split(this.formatSeparator), L = w.shift().trim(), m = w.join(this.formatSeparator).trim();
6698
- return this.format(n2(t, C, L, this.options.keySeparator, this.options.ignoreJSONStructure), m, s, {
6786
+ const k = f.split(this.formatSeparator), v = k.shift().trim(), m = k.join(this.formatSeparator).trim();
6787
+ return this.format(n2(t, C, v, this.options.keySeparator, this.options.ignoreJSONStructure), m, s, {
6699
6788
  ...n,
6700
6789
  ...t,
6701
- interpolationkey: L
6790
+ interpolationkey: v
6702
6791
  });
6703
6792
  };
6704
6793
  this.resetRegExp();
@@ -6711,21 +6800,21 @@ class h7 {
6711
6800
  safeValue: (f) => this.escapeValue ? A1(this.escape(f)) : A1(f)
6712
6801
  }].forEach((f) => {
6713
6802
  for (a = 0; o = f.regex.exec(e); ) {
6714
- const w = o[1].trim();
6715
- if (c = d(w), c === void 0)
6803
+ const k = o[1].trim();
6804
+ if (c = d(k), c === void 0)
6716
6805
  if (typeof l == "function") {
6717
6806
  const m = l(e, o, n);
6718
- c = b(m) ? m : "";
6719
- } else if (n && Object.prototype.hasOwnProperty.call(n, w))
6807
+ c = M(m) ? m : "";
6808
+ } else if (n && Object.prototype.hasOwnProperty.call(n, k))
6720
6809
  c = "";
6721
6810
  else if (h) {
6722
6811
  c = o[0];
6723
6812
  continue;
6724
6813
  } else
6725
- this.logger.warn(`missed to pass in variable ${w} for interpolating ${e}`), c = "";
6726
- else !b(c) && !this.useRawValueToEscape && (c = J1(c));
6727
- const L = f.safeValue(c);
6728
- if (e = e.replace(o[0], L), h ? (f.regex.lastIndex += c.length, f.regex.lastIndex -= o[0].length) : f.regex.lastIndex = 0, a++, a >= this.maxReplaces)
6814
+ this.logger.warn(`missed to pass in variable ${k} for interpolating ${e}`), c = "";
6815
+ else !M(c) && !this.useRawValueToEscape && (c = J1(c));
6816
+ const v = f.safeValue(c);
6817
+ if (e = e.replace(o[0], v), h ? (f.regex.lastIndex += c.length, f.regex.lastIndex -= o[0].length) : f.regex.lastIndex = 0, a++, a >= this.maxReplaces)
6729
6818
  break;
6730
6819
  }
6731
6820
  }), e;
@@ -6738,15 +6827,15 @@ class h7 {
6738
6827
  const h = C.split(new RegExp(`${l}[ ]*{`));
6739
6828
  let g = `{${h[1]}`;
6740
6829
  C = h[0], g = this.interpolate(g, c);
6741
- const f = g.match(/'/g), w = g.match(/"/g);
6742
- (f && f.length % 2 === 0 && !w || w.length % 2 !== 0) && (g = g.replace(/'/g, '"'));
6830
+ const f = g.match(/'/g), k = g.match(/"/g);
6831
+ (f && f.length % 2 === 0 && !k || k.length % 2 !== 0) && (g = g.replace(/'/g, '"'));
6743
6832
  try {
6744
6833
  c = JSON.parse(g), d && (c = {
6745
6834
  ...d,
6746
6835
  ...c
6747
6836
  });
6748
- } catch (L) {
6749
- return this.logger.warn(`failed parsing options string in nesting for key ${C}`, L), `${C}${l}${g}`;
6837
+ } catch (v) {
6838
+ return this.logger.warn(`failed parsing options string in nesting for key ${C}`, v), `${C}${l}${g}`;
6750
6839
  }
6751
6840
  return c.defaultValue && c.defaultValue.indexOf(this.prefix) > -1 && delete c.defaultValue, C;
6752
6841
  };
@@ -6754,14 +6843,14 @@ class h7 {
6754
6843
  let C = [];
6755
6844
  c = {
6756
6845
  ...s
6757
- }, c = c.replace && !b(c.replace) ? c.replace : c, c.applyPostProcessor = !1, delete c.defaultValue;
6846
+ }, c = c.replace && !M(c.replace) ? c.replace : c, c.applyPostProcessor = !1, delete c.defaultValue;
6758
6847
  let d = !1;
6759
6848
  if (n[0].indexOf(this.formatSeparator) !== -1 && !/{.*}/.test(n[1])) {
6760
6849
  const l = n[1].split(this.formatSeparator).map((h) => h.trim());
6761
6850
  n[1] = l.shift(), C = l, d = !0;
6762
6851
  }
6763
- if (o = t(a.call(this, n[1].trim(), c), c), o && n[0] === e && !b(o)) return o;
6764
- b(o) || (o = J1(o)), o || (this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`), o = ""), d && (o = C.reduce((l, h) => this.format(l, h, s.lng, {
6852
+ if (o = t(a.call(this, n[1].trim(), c), c), o && n[0] === e && !M(o)) return o;
6853
+ M(o) || (o = J1(o)), o || (this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`), o = ""), d && (o = C.reduce((l, h) => this.format(l, h, s.lng, {
6765
6854
  ...s,
6766
6855
  interpolationkey: n[1].trim()
6767
6856
  }), o.trim())), e = e.replace(n[0], o), this.regexp.lastIndex = 0;
@@ -6769,7 +6858,7 @@ class h7 {
6769
6858
  return e;
6770
6859
  }
6771
6860
  }
6772
- const d7 = (i) => {
6861
+ const m7 = (i) => {
6773
6862
  let e = i.toLowerCase().trim();
6774
6863
  const t = {};
6775
6864
  if (i.indexOf("(") > -1) {
@@ -6787,7 +6876,7 @@ const d7 = (i) => {
6787
6876
  formatName: e,
6788
6877
  formatOptions: t
6789
6878
  };
6790
- }, h1 = (i) => {
6879
+ }, c1 = (i) => {
6791
6880
  const e = {};
6792
6881
  return (t, s, n) => {
6793
6882
  let o = n;
@@ -6797,39 +6886,39 @@ const d7 = (i) => {
6797
6886
  });
6798
6887
  const c = s + JSON.stringify(o);
6799
6888
  let a = e[c];
6800
- return a || (a = i(b1(s), n), e[c] = a), a(t);
6889
+ return a || (a = i(M1(s), n), e[c] = a), a(t);
6801
6890
  };
6802
6891
  };
6803
- class C7 {
6892
+ class w7 {
6804
6893
  constructor() {
6805
6894
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6806
6895
  this.logger = X.create("formatter"), this.options = e, this.formats = {
6807
- number: h1((t, s) => {
6896
+ number: c1((t, s) => {
6808
6897
  const n = new Intl.NumberFormat(t, {
6809
6898
  ...s
6810
6899
  });
6811
6900
  return (o) => n.format(o);
6812
6901
  }),
6813
- currency: h1((t, s) => {
6902
+ currency: c1((t, s) => {
6814
6903
  const n = new Intl.NumberFormat(t, {
6815
6904
  ...s,
6816
6905
  style: "currency"
6817
6906
  });
6818
6907
  return (o) => n.format(o);
6819
6908
  }),
6820
- datetime: h1((t, s) => {
6909
+ datetime: c1((t, s) => {
6821
6910
  const n = new Intl.DateTimeFormat(t, {
6822
6911
  ...s
6823
6912
  });
6824
6913
  return (o) => n.format(o);
6825
6914
  }),
6826
- relativetime: h1((t, s) => {
6915
+ relativetime: c1((t, s) => {
6827
6916
  const n = new Intl.RelativeTimeFormat(t, {
6828
6917
  ...s
6829
6918
  });
6830
6919
  return (o) => n.format(o, s.range || "day");
6831
6920
  }),
6832
- list: h1((t, s) => {
6921
+ list: c1((t, s) => {
6833
6922
  const n = new Intl.ListFormat(t, {
6834
6923
  ...s
6835
6924
  });
@@ -6847,7 +6936,7 @@ class C7 {
6847
6936
  this.formats[e.toLowerCase().trim()] = t;
6848
6937
  }
6849
6938
  addCached(e, t) {
6850
- this.formats[e.toLowerCase().trim()] = h1(t);
6939
+ this.formats[e.toLowerCase().trim()] = c1(t);
6851
6940
  }
6852
6941
  format(e, t, s) {
6853
6942
  let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
@@ -6860,7 +6949,7 @@ class C7 {
6860
6949
  const {
6861
6950
  formatName: d,
6862
6951
  formatOptions: l
6863
- } = d7(C);
6952
+ } = m7(C);
6864
6953
  if (this.formats[d]) {
6865
6954
  let h = a;
6866
6955
  try {
@@ -6880,10 +6969,10 @@ class C7 {
6880
6969
  }, e);
6881
6970
  }
6882
6971
  }
6883
- const g7 = (i, e) => {
6972
+ const L7 = (i, e) => {
6884
6973
  i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
6885
6974
  };
6886
- class u7 extends V1 {
6975
+ class k7 extends V1 {
6887
6976
  constructor(e, t, s) {
6888
6977
  let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6889
6978
  super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger = X.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = n.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = n.maxRetries >= 0 ? n.maxRetries : 5, this.retryTimeout = n.retryTimeout >= 1 ? n.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(s, n.backend, n);
@@ -6916,7 +7005,7 @@ class u7 extends V1 {
6916
7005
  }), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
6917
7006
  const a = {};
6918
7007
  this.queue.forEach((C) => {
6919
- zt(C.loaded, [o], c), g7(C, e), t && C.errors.push(t), C.pendingCount === 0 && !C.done && (Object.keys(C.loaded).forEach((d) => {
7008
+ t7(C.loaded, [o], c), L7(C, e), t && C.errors.push(t), C.pendingCount === 0 && !C.done && (Object.keys(C.loaded).forEach((d) => {
6920
7009
  a[d] || (a[d] = {});
6921
7010
  const l = C.loaded[d];
6922
7011
  l.length && l.forEach((h) => {
@@ -6968,7 +7057,7 @@ class u7 extends V1 {
6968
7057
  let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, n = arguments.length > 3 ? arguments[3] : void 0;
6969
7058
  if (!this.backend)
6970
7059
  return this.logger.warn("No backend was added via i18next.use. Will not load resources."), n && n();
6971
- b(e) && (e = this.languageUtils.toResolveHierarchy(e)), b(t) && (t = [t]);
7060
+ M(e) && (e = this.languageUtils.toResolveHierarchy(e)), M(t) && (t = [t]);
6972
7061
  const o = this.queueLoad(e, t, s, n);
6973
7062
  if (!o.toLoad.length)
6974
7063
  return o.pending.length || n(), null;
@@ -7053,7 +7142,7 @@ const r2 = () => ({
7053
7142
  appendNamespaceToCIMode: !1,
7054
7143
  overloadTranslationOptionHandler: (i) => {
7055
7144
  let e = {};
7056
- if (typeof i[1] == "object" && (e = i[1]), b(i[1]) && (e.defaultValue = i[1]), b(i[2]) && (e.tDescription = i[2]), typeof i[2] == "object" || typeof i[3] == "object") {
7145
+ if (typeof i[1] == "object" && (e = i[1]), M(i[1]) && (e.defaultValue = i[1]), M(i[2]) && (e.tDescription = i[2]), typeof i[2] == "object" || typeof i[3] == "object") {
7057
7146
  const t = i[3] || i[2];
7058
7147
  Object.keys(t).forEach((s) => {
7059
7148
  e[s] = t[s];
@@ -7074,8 +7163,8 @@ const r2 = () => ({
7074
7163
  maxReplaces: 1e3,
7075
7164
  skipOnVariables: !0
7076
7165
  }
7077
- }), o2 = (i) => (b(i.ns) && (i.ns = [i.ns]), b(i.fallbackLng) && (i.fallbackLng = [i.fallbackLng]), b(i.fallbackNS) && (i.fallbackNS = [i.fallbackNS]), i.supportedLngs && i.supportedLngs.indexOf("cimode") < 0 && (i.supportedLngs = i.supportedLngs.concat(["cimode"])), i), R1 = () => {
7078
- }, f7 = (i) => {
7166
+ }), o2 = (i) => (M(i.ns) && (i.ns = [i.ns]), M(i.fallbackLng) && (i.fallbackLng = [i.fallbackLng]), M(i.fallbackNS) && (i.fallbackNS = [i.fallbackNS]), i.supportedLngs && i.supportedLngs.indexOf("cimode") < 0 && (i.supportedLngs = i.supportedLngs.concat(["cimode"])), i), R1 = () => {
7167
+ }, v7 = (i) => {
7079
7168
  Object.getOwnPropertyNames(Object.getPrototypeOf(i)).forEach((t) => {
7080
7169
  typeof i[t] == "function" && (i[t] = i[t].bind(i));
7081
7170
  });
@@ -7085,7 +7174,7 @@ class w1 extends V1 {
7085
7174
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
7086
7175
  if (super(), this.options = o2(e), this.services = {}, this.logger = X, this.modules = {
7087
7176
  external: []
7088
- }, f7(this), t && !this.isInitialized && !e.isClone) {
7177
+ }, v7(this), t && !this.isInitialized && !e.isClone) {
7089
7178
  if (!this.options.initImmediate)
7090
7179
  return this.init(e, t), this;
7091
7180
  setTimeout(() => {
@@ -7096,7 +7185,7 @@ class w1 extends V1 {
7096
7185
  init() {
7097
7186
  var e = this;
7098
7187
  let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, s = arguments.length > 1 ? arguments[1] : void 0;
7099
- this.isInitializing = !0, typeof t == "function" && (s = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (b(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
7188
+ this.isInitializing = !0, typeof t == "function" && (s = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (M(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
7100
7189
  const n = r2();
7101
7190
  this.options = {
7102
7191
  ...n,
@@ -7110,24 +7199,24 @@ class w1 extends V1 {
7110
7199
  if (!this.options.isClone) {
7111
7200
  this.modules.logger ? X.init(o(this.modules.logger), this.options) : X.init(null, this.options);
7112
7201
  let l;
7113
- this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l = C7);
7202
+ this.modules.formatter ? l = this.modules.formatter : typeof Intl < "u" && (l = w7);
7114
7203
  const h = new i2(this.options);
7115
7204
  this.store = new e2(this.options.resources, this.options);
7116
7205
  const g = this.services;
7117
- g.logger = X, g.resourceStore = this.store, g.languageUtils = h, g.pluralResolver = new c7(h, {
7206
+ g.logger = X, g.resourceStore = this.store, g.languageUtils = h, g.pluralResolver = new f7(h, {
7118
7207
  prepend: this.options.pluralSeparator,
7119
7208
  compatibilityJSON: this.options.compatibilityJSON,
7120
7209
  simplifyPluralSuffix: this.options.simplifyPluralSuffix
7121
- }), l && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (g.formatter = o(l), g.formatter.init(g, this.options), this.options.interpolation.format = g.formatter.format.bind(g.formatter)), g.interpolator = new h7(this.options), g.utils = {
7210
+ }), l && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (g.formatter = o(l), g.formatter.init(g, this.options), this.options.interpolation.format = g.formatter.format.bind(g.formatter)), g.interpolator = new p7(this.options), g.utils = {
7122
7211
  hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
7123
- }, g.backendConnector = new u7(o(this.modules.backend), g.resourceStore, g, this.options), g.backendConnector.on("*", function(f) {
7124
- for (var w = arguments.length, L = new Array(w > 1 ? w - 1 : 0), m = 1; m < w; m++)
7125
- L[m - 1] = arguments[m];
7126
- e.emit(f, ...L);
7212
+ }, g.backendConnector = new k7(o(this.modules.backend), g.resourceStore, g, this.options), g.backendConnector.on("*", function(f) {
7213
+ for (var k = arguments.length, v = new Array(k > 1 ? k - 1 : 0), m = 1; m < k; m++)
7214
+ v[m - 1] = arguments[m];
7215
+ e.emit(f, ...v);
7127
7216
  }), this.modules.languageDetector && (g.languageDetector = o(this.modules.languageDetector), g.languageDetector.init && g.languageDetector.init(g, this.options.detection, this.options)), this.modules.i18nFormat && (g.i18nFormat = o(this.modules.i18nFormat), g.i18nFormat.init && g.i18nFormat.init(this)), this.translator = new y1(this.services, this.options), this.translator.on("*", function(f) {
7128
- for (var w = arguments.length, L = new Array(w > 1 ? w - 1 : 0), m = 1; m < w; m++)
7129
- L[m - 1] = arguments[m];
7130
- e.emit(f, ...L);
7217
+ for (var k = arguments.length, v = new Array(k > 1 ? k - 1 : 0), m = 1; m < k; m++)
7218
+ v[m - 1] = arguments[m];
7219
+ e.emit(f, ...v);
7131
7220
  }), this.modules.external.forEach((f) => {
7132
7221
  f.init && f.init(this);
7133
7222
  });
@@ -7156,7 +7245,7 @@ class w1 extends V1 {
7156
7245
  }
7157
7246
  loadResources(e) {
7158
7247
  let s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : R1;
7159
- const n = b(e) ? e : this.language;
7248
+ const n = M(e) ? e : this.language;
7160
7249
  if (typeof e == "function" && (s = e), !this.options.resources || this.options.partialBundledLanguages) {
7161
7250
  if (n && n.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return s();
7162
7251
  const o = [], c = (a) => {
@@ -7207,7 +7296,7 @@ class w1 extends V1 {
7207
7296
  });
7208
7297
  }, a = (C) => {
7209
7298
  !e && !C && this.services.languageDetector && (C = []);
7210
- const d = b(C) ? C : this.services.languageUtils.getBestMatchFromCodes(C);
7299
+ const d = M(C) ? C : this.services.languageUtils.getBestMatchFromCodes(C);
7211
7300
  d && (this.language || o(d), this.translator.language || this.translator.changeLanguage(d), this.services.languageDetector && this.services.languageDetector.cacheUserLanguage && this.services.languageDetector.cacheUserLanguage(d)), this.loadResources(d, (l) => {
7212
7301
  c(l, d);
7213
7302
  });
@@ -7229,9 +7318,9 @@ class w1 extends V1 {
7229
7318
  C.lng = C.lng || o.lng, C.lngs = C.lngs || o.lngs, C.ns = C.ns || o.ns, C.keyPrefix !== "" && (C.keyPrefix = C.keyPrefix || s || o.keyPrefix);
7230
7319
  const g = n.options.keySeparator || ".";
7231
7320
  let f;
7232
- return C.keyPrefix && Array.isArray(c) ? f = c.map((w) => `${C.keyPrefix}${g}${w}`) : f = C.keyPrefix ? `${C.keyPrefix}${g}${c}` : c, n.t(f, C);
7321
+ return C.keyPrefix && Array.isArray(c) ? f = c.map((k) => `${C.keyPrefix}${g}${k}`) : f = C.keyPrefix ? `${C.keyPrefix}${g}${c}` : c, n.t(f, C);
7233
7322
  };
7234
- return b(e) ? o.lng = e : o.lngs = e, o.ns = t, o.keyPrefix = s, o;
7323
+ return M(e) ? o.lng = e : o.lngs = e, o.ns = t, o.keyPrefix = s, o;
7235
7324
  }
7236
7325
  t() {
7237
7326
  return this.translator && this.translator.translate(...arguments);
@@ -7262,7 +7351,7 @@ class w1 extends V1 {
7262
7351
  }
7263
7352
  loadNamespaces(e, t) {
7264
7353
  const s = u1();
7265
- return this.options.ns ? (b(e) && (e = [e]), e.forEach((n) => {
7354
+ return this.options.ns ? (M(e) && (e = [e]), e.forEach((n) => {
7266
7355
  this.options.ns.indexOf(n) < 0 && this.options.ns.push(n);
7267
7356
  }), this.loadResources((n) => {
7268
7357
  s.resolve(), t && t(n);
@@ -7270,7 +7359,7 @@ class w1 extends V1 {
7270
7359
  }
7271
7360
  loadLanguages(e, t) {
7272
7361
  const s = u1();
7273
- b(e) && (e = [e]);
7362
+ M(e) && (e = [e]);
7274
7363
  const n = this.options.preload || [], o = e.filter((c) => n.indexOf(c) < 0 && this.services.languageUtils.isSupportedCode(c));
7275
7364
  return o.length ? (this.options.preload = n.concat(o), this.loadResources((c) => {
7276
7365
  s.resolve(), t && t(c);
@@ -7318,42 +7407,42 @@ class w1 extends V1 {
7318
7407
  };
7319
7408
  }
7320
7409
  }
7321
- const W = w1.createInstance();
7322
- W.createInstance = w1.createInstance;
7323
- W.createInstance;
7324
- W.dir;
7325
- W.init;
7326
- W.loadResources;
7327
- W.reloadResources;
7328
- W.use;
7329
- W.changeLanguage;
7330
- W.getFixedT;
7331
- W.t;
7332
- W.exists;
7333
- W.setDefaultNamespace;
7334
- W.hasLoadedNamespace;
7335
- W.loadNamespaces;
7336
- W.loadLanguages;
7337
- const p7 = "Archived", m7 = "Deleted", w7 = {
7338
- archived: p7,
7339
- deleted: m7
7340
- }, L7 = "Заархивирован", k7 = "Удалён", v7 = {
7341
- archived: L7,
7342
- deleted: k7
7410
+ const U = w1.createInstance();
7411
+ U.createInstance = w1.createInstance;
7412
+ U.createInstance;
7413
+ U.dir;
7414
+ U.init;
7415
+ U.loadResources;
7416
+ U.reloadResources;
7417
+ U.use;
7418
+ U.changeLanguage;
7419
+ U.getFixedT;
7420
+ U.t;
7421
+ U.exists;
7422
+ U.setDefaultNamespace;
7423
+ U.hasLoadedNamespace;
7424
+ U.loadNamespaces;
7425
+ U.loadLanguages;
7426
+ const N7 = "Archived", R7 = "Deleted", x7 = {
7427
+ archived: N7,
7428
+ deleted: R7
7429
+ }, _7 = "Заархивирован", M7 = "Удалён", b7 = {
7430
+ archived: _7,
7431
+ deleted: M7
7343
7432
  };
7344
- W.use(Bt).init({
7433
+ U.use(Ut).init({
7345
7434
  defaultNS: "common",
7346
7435
  lng: "en",
7347
7436
  resources: {
7348
7437
  en: {
7349
- common: w7
7438
+ common: x7
7350
7439
  },
7351
7440
  ru: {
7352
- common: v7
7441
+ common: b7
7353
7442
  }
7354
7443
  }
7355
7444
  });
7356
- const y7 = L1(
7445
+ const O7 = L1(
7357
7446
  ({
7358
7447
  fetchParams: i,
7359
7448
  mode: e = void 0,
@@ -7368,19 +7457,19 @@ const y7 = L1(
7368
7457
  required: l,
7369
7458
  error: h
7370
7459
  }, g) => {
7371
- const { axiosPeople: f, locale: w } = r1(y2), { t: L } = Ft("common", { lng: w }), [m, H] = Z([]), [_, A] = Z(!0), p = q(m), x = q(null);
7460
+ const { axiosPeople: f, locale: k } = r1(y2), { t: v } = Qt("common", { lng: k }), [m, H] = S([]), [b, A] = S(!0), p = q(m), x = q(null);
7372
7461
  if (H1(g, () => x.current), !f)
7373
7462
  throw new Error(
7374
7463
  `UserSelect requires "axiosPeople" to fetch users.
7375
7464
  Please provide it via SNMTUiContext.`
7376
7465
  );
7377
- const M = j(
7466
+ const _ = $(
7378
7467
  (V) => {
7379
7468
  let G = "";
7380
- return V.deletedAt && (G += `[${L("deleted")}] `), V.status === x1.ARCHIVED && (G += `[${L("archived")}] `), `${G}${V.firstName} ${V.lastName}`;
7469
+ return V.deletedAt && (G += `[${v("deleted")}] `), V.status === x1.ARCHIVED && (G += `[${v("archived")}] `), `${G}${V.firstName} ${V.lastName}`;
7381
7470
  },
7382
- [L]
7383
- ), R = j(
7471
+ [v]
7472
+ ), R = $(
7384
7473
  async ({
7385
7474
  offset: V,
7386
7475
  limit: G,
@@ -7388,38 +7477,38 @@ const y7 = L1(
7388
7477
  }) => {
7389
7478
  var O, D, B;
7390
7479
  try {
7391
- const U = await f.post("v1/users/search", {
7480
+ const W = await f.post("v1/users/search", {
7392
7481
  offset: V,
7393
7482
  limit: G,
7394
7483
  search: E,
7395
7484
  ...i,
7396
7485
  includeCount: !0
7397
- }), { data: I, metadata: $ } = U.data;
7486
+ }), { data: I, metadata: Y } = W.data;
7398
7487
  return {
7399
7488
  options: I.map((P) => ({
7400
7489
  value: P.id,
7401
- label: M(P),
7490
+ label: _(P),
7402
7491
  image: C ? P.avatarUrl : void 0
7403
7492
  })),
7404
- count: $.count
7493
+ count: Y.count
7405
7494
  };
7406
- } catch (U) {
7495
+ } catch (W) {
7407
7496
  return c && c({
7408
- status: ((O = U.response) == null ? void 0 : O.status) ?? 500,
7409
- message: ((B = (D = U.response) == null ? void 0 : D.data) == null ? void 0 : B.message) ?? "Error while fetching options"
7497
+ status: ((O = W.response) == null ? void 0 : O.status) ?? 500,
7498
+ message: ((B = (D = W.response) == null ? void 0 : D.data) == null ? void 0 : B.message) ?? "Error while fetching options"
7410
7499
  }), {
7411
7500
  options: [],
7412
7501
  count: 0
7413
7502
  };
7414
7503
  }
7415
7504
  },
7416
- [f, i, M, C, c]
7417
- ), Y = j(
7505
+ [f, i, _, C, c]
7506
+ ), j = $(
7418
7507
  async (V) => {
7419
7508
  var G, E, O;
7420
7509
  try {
7421
7510
  const D = V.filter(
7422
- (I) => !p.current.some(($) => $.value === I)
7511
+ (I) => !p.current.some((Y) => Y.value === I)
7423
7512
  );
7424
7513
  let B = [];
7425
7514
  D.length && (B = (await f.post("v1/users/search", {
@@ -7428,12 +7517,12 @@ const y7 = L1(
7428
7517
  status: [x1.ACTIVE, x1.ARCHIVED]
7429
7518
  }
7430
7519
  })).data.data);
7431
- const U = B.map((I) => ({
7520
+ const W = B.map((I) => ({
7432
7521
  value: I.id,
7433
- label: M(I),
7522
+ label: _(I),
7434
7523
  image: C ? I.avatarUrl : void 0
7435
7524
  }));
7436
- return [...p.current, ...U];
7525
+ return [...p.current, ...W];
7437
7526
  } catch (D) {
7438
7527
  return c && c({
7439
7528
  status: ((G = D.response) == null ? void 0 : G.status) ?? 500,
@@ -7441,7 +7530,7 @@ const y7 = L1(
7441
7530
  }), [];
7442
7531
  }
7443
7532
  },
7444
- [f, M, c, C]
7533
+ [f, _, c, C]
7445
7534
  );
7446
7535
  K(() => {
7447
7536
  p.current = m;
@@ -7454,11 +7543,11 @@ const y7 = L1(
7454
7543
  return;
7455
7544
  }
7456
7545
  (async () => {
7457
- const G = Array.isArray(n) ? n : [n], E = await Y(G);
7546
+ const G = Array.isArray(n) ? n : [n], E = await j(G);
7458
7547
  H(E), A(!1);
7459
7548
  })();
7460
- }, [Y, n]);
7461
- const J = j(
7549
+ }, [j, n]);
7550
+ const J = $(
7462
7551
  async ({
7463
7552
  limit: V,
7464
7553
  offset: G,
@@ -7478,8 +7567,8 @@ const y7 = L1(
7478
7567
  },
7479
7568
  [a, R]
7480
7569
  );
7481
- if (_)
7482
- return /* @__PURE__ */ r(yt, {});
7570
+ if (b)
7571
+ return /* @__PURE__ */ r(Ot, {});
7483
7572
  const F = {
7484
7573
  ref: x,
7485
7574
  placeholder: t,
@@ -7514,5 +7603,5 @@ const y7 = L1(
7514
7603
  }
7515
7604
  );
7516
7605
  export {
7517
- y7 as UserSelect
7606
+ O7 as UserSelect
7518
7607
  };