@snmt-react-ui/country-select 2.9.9 → 2.9.10

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/country-select.js +793 -961
  2. package/package.json +3 -3
@@ -1,13 +1,13 @@
1
- var v2 = Object.defineProperty;
2
- var N2 = (l, e, t) => e in l ? v2(l, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : l[e] = t;
1
+ var k2 = Object.defineProperty;
2
+ var N2 = (l, e, t) => e in l ? k2(l, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : l[e] = t;
3
3
  var D1 = (l, e, t) => N2(l, typeof e != "symbol" ? e + "" : e, t);
4
4
  import "./index.css";
5
- import { jsx as n, Fragment as j, jsxs as g } from "react/jsx-runtime";
5
+ import { jsx as n, Fragment as $, jsxs as g } from "react/jsx-runtime";
6
6
  import { COLORS as h, SNMTUiContext as Q } from "@snmt-react-ui/core";
7
- import { Select as M2, Tag as y1, Flex as x2, Checkbox as V2, Avatar as Z2, Typography as d1, Popover as R2 } from "antd";
8
- import { forwardRef as q, useState as A, useRef as $, useEffect as D, useCallback as O, useContext as T, useImperativeHandle as g1, createContext as e2 } from "react";
7
+ import { Select as M2, Tag as y1, Flex as x2, Checkbox as Z2, Avatar as R2, Typography as d1, Popover as V2 } from "antd";
8
+ import { forwardRef as q, useState as E, useRef as P, useEffect as D, useCallback as O, useContext as T, useImperativeHandle as g1, createContext as e2 } from "react";
9
9
  var H2 = Object.defineProperty, _2 = (l, e, t) => e in l ? H2(l, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : l[e] = t, b2 = (l, e, t) => _2(l, e + "", t), y2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
10
- function A2() {
10
+ function E2() {
11
11
  if (console && console.warn) {
12
12
  for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
13
13
  e[t] = arguments[t];
@@ -15,10 +15,10 @@ function A2() {
15
15
  }
16
16
  }
17
17
  const K1 = {};
18
- function R1() {
18
+ function V1() {
19
19
  for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
20
20
  e[t] = arguments[t];
21
- z(e[0]) && K1[e[0]] || (z(e[0]) && (K1[e[0]] = /* @__PURE__ */ new Date()), A2(...e));
21
+ z(e[0]) && K1[e[0]] || (z(e[0]) && (K1[e[0]] = /* @__PURE__ */ new Date()), E2(...e));
22
22
  }
23
23
  const t2 = (l, e) => () => {
24
24
  if (l.isInitialized)
@@ -37,7 +37,7 @@ const t2 = (l, e) => () => {
37
37
  z(t) && (t = [t]), t.forEach((s) => {
38
38
  l.options.ns.indexOf(s) < 0 && l.options.ns.push(s);
39
39
  }), l.loadLanguages(e, t2(l, i));
40
- }, E2 = function(l, e) {
40
+ }, A2 = function(l, e) {
41
41
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
42
42
  const i = e.languages[0], s = e.options ? e.options.fallbackLng : !1, C = e.languages[e.languages.length - 1];
43
43
  if (i.toLowerCase() === "cimode") return !0;
@@ -48,12 +48,12 @@ const t2 = (l, e) => () => {
48
48
  return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, l) ? !1 : !!(e.hasResourceBundle(i, l) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(i, l) && (!s || c(C, l)));
49
49
  }, D2 = function(l, e) {
50
50
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
51
- return !e.languages || !e.languages.length ? (R1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(l, {
51
+ return !e.languages || !e.languages.length ? (V1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(l, {
52
52
  lng: t.lng,
53
53
  precheck: (i, s) => {
54
54
  if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && i.services.backendConnector.backend && i.isLanguageChangingTo && !s(i.isLanguageChangingTo, l)) return !1;
55
55
  }
56
- }) : E2(l, e, t);
56
+ }) : A2(l, e, t);
57
57
  }, z = (l) => typeof l == "string", K2 = (l) => typeof l == "object" && l !== null, G2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, B2 = {
58
58
  "&amp;": "&",
59
59
  "&#38;": "&",
@@ -75,7 +75,7 @@ const t2 = (l, e) => () => {
75
75
  "&#8230;": "…",
76
76
  "&#x2F;": "/",
77
77
  "&#47;": "/"
78
- }, S2 = (l) => B2[l], Y2 = (l) => l.replace(G2, S2);
78
+ }, Y2 = (l) => B2[l], S2 = (l) => l.replace(G2, Y2);
79
79
  let O2 = {
80
80
  bindI18n: "languageChanged",
81
81
  bindI18nStore: "",
@@ -84,12 +84,12 @@ let O2 = {
84
84
  transWrapTextNodes: "",
85
85
  transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
86
86
  useSuspense: !0,
87
- unescape: Y2
87
+ unescape: S2
88
88
  };
89
89
  const I2 = () => O2;
90
- let j2;
91
- const $2 = () => j2, T2 = e2();
92
- class P2 {
90
+ let $2;
91
+ const P2 = () => $2, T2 = e2();
92
+ class j2 {
93
93
  constructor() {
94
94
  b2(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
95
95
  }
@@ -99,25 +99,25 @@ class P2 {
99
99
  });
100
100
  }
101
101
  }
102
- const W2 = (l, e) => {
103
- const t = $();
102
+ const F2 = (l, e) => {
103
+ const t = P();
104
104
  return D(() => {
105
105
  t.current = l;
106
106
  }, [l, e]), t.current;
107
- }, i2 = (l, e, t, i) => l.getFixedT(e, t, i), F2 = (l, e, t, i) => O(i2(l, e, t, i), [l, e, t, i]), U2 = function(l) {
107
+ }, i2 = (l, e, t, i) => l.getFixedT(e, t, i), U2 = (l, e, t, i) => O(i2(l, e, t, i), [l, e, t, i]), W2 = function(l) {
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: i,
113
113
  defaultNS: s
114
- } = T(T2) || {}, C = t || i || $2();
115
- if (C && !C.reportNamespaces && (C.reportNamespaces = new P2()), !C) {
116
- R1("You will need to pass in an i18next instance by using initReactI18next");
117
- const k = (N, M) => z(M) ? M : K2(M) && z(M.defaultValue) ? M.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, R = [k, {}, !1];
118
- return R.t = k, R.i18n = {}, R.ready = !1, R;
114
+ } = T(T2) || {}, C = t || i || P2();
115
+ if (C && !C.reportNamespaces && (C.reportNamespaces = new j2()), !C) {
116
+ V1("You will need to pass in an i18next instance by using initReactI18next");
117
+ const v = (N, M) => z(M) ? M : K2(M) && z(M.defaultValue) ? M.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, V = [v, {}, !1];
118
+ return V.t = v, V.i18n = {}, V.ready = !1, V;
119
119
  }
120
- C.options.react && C.options.react.wait !== void 0 && R1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
120
+ C.options.react && C.options.react.wait !== void 0 && V1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
121
121
  const c = {
122
122
  ...I2(),
123
123
  ...C.options.react,
@@ -128,33 +128,33 @@ const W2 = (l, e) => {
128
128
  } = c;
129
129
  let o = l;
130
130
  o = z(o) ? [o] : o || ["translation"], C.reportNamespaces.addUsedNamespaces && C.reportNamespaces.addUsedNamespaces(o);
131
- const r = (C.isInitialized || C.initializedStoreOnce) && o.every((k) => D2(k, C, c)), p = F2(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), w = () => p, u = () => i2(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), [f, L] = A(w);
131
+ const r = (C.isInitialized || C.initializedStoreOnce) && o.every((v) => D2(v, C, c)), p = U2(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), w = () => p, f = () => i2(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), [u, L] = E(w);
132
132
  let m = o.join();
133
133
  e.lng && (m = `${e.lng}${m}`);
134
- const x = W2(m), Z = $(!0);
134
+ const x = F2(m), R = P(!0);
135
135
  D(() => {
136
136
  const {
137
- bindI18n: k,
138
- bindI18nStore: R
137
+ bindI18n: v,
138
+ bindI18nStore: V
139
139
  } = c;
140
- Z.current = !0, !r && !d && (e.lng ? B1(C, e.lng, o, () => {
141
- Z.current && L(u);
140
+ R.current = !0, !r && !d && (e.lng ? B1(C, e.lng, o, () => {
141
+ R.current && L(f);
142
142
  }) : G1(C, o, () => {
143
- Z.current && L(u);
144
- })), r && x && x !== m && Z.current && L(u);
143
+ R.current && L(f);
144
+ })), r && x && x !== m && R.current && L(f);
145
145
  const N = () => {
146
- Z.current && L(u);
146
+ R.current && L(f);
147
147
  };
148
- return k && C && C.on(k, N), R && C && C.store.on(R, N), () => {
149
- Z.current = !1, k && C && k.split(" ").forEach((M) => C.off(M, N)), R && C && R.split(" ").forEach((M) => C.store.off(M, N));
148
+ return v && C && C.on(v, N), V && C && C.store.on(V, N), () => {
149
+ R.current = !1, v && C && v.split(" ").forEach((M) => C.off(M, N)), V && C && V.split(" ").forEach((M) => C.store.off(M, N));
150
150
  };
151
151
  }, [C, m]), D(() => {
152
- Z.current && r && L(w);
152
+ R.current && r && L(w);
153
153
  }, [C, a, r]);
154
- const b = [f, C, r];
155
- if (b.t = f, b.i18n = C, b.ready = r, r || !r && !d) return b;
156
- throw new Promise((k) => {
157
- e.lng ? B1(C, e.lng, o, () => k()) : G1(C, o, () => k());
154
+ const b = [u, C, r];
155
+ if (b.t = u, b.i18n = C, b.ready = r, r || !r && !d) return b;
156
+ throw new Promise((v) => {
157
+ e.lng ? B1(C, e.lng, o, () => v()) : G1(C, o, () => v());
158
158
  });
159
159
  }, C1 = ({
160
160
  children: l,
@@ -183,7 +183,7 @@ const W2 = (l, e) => {
183
183
  h2: 2,
184
184
  h3: 3,
185
185
  h4: 4
186
- }, S1 = q(
186
+ }, Y1 = q(
187
187
  ({
188
188
  align: l = "inherit",
189
189
  variant: e = "body1",
@@ -195,9 +195,9 @@ const W2 = (l, e) => {
195
195
  /** This prop allows you to enable tooltip if text size is too big */
196
196
  trim: d = !1
197
197
  }, a) => {
198
- const o = $(null);
198
+ const o = P(null);
199
199
  g1(a, () => o.current);
200
- const [r, p] = A(!1);
200
+ const [r, p] = E(!1);
201
201
  D(() => {
202
202
  var L;
203
203
  if (!d) return;
@@ -211,10 +211,10 @@ const W2 = (l, e) => {
211
211
  };
212
212
  }, [d]);
213
213
  const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
214
- let u = `snmt-typography snmt-typography-${e}`;
215
- l && l !== "inherit" && (u += ` snmt-typography-align-${l}`), C && (u += " collapsed");
216
- const f = {
217
- className: u,
214
+ let f = `snmt-typography snmt-typography-${e}`;
215
+ l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
216
+ const u = {
217
+ className: f,
218
218
  style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
219
219
  onClick: s,
220
220
  ref: o,
@@ -225,7 +225,7 @@ const W2 = (l, e) => {
225
225
  }
226
226
  } : void 0
227
227
  };
228
- return w ? /* @__PURE__ */ n(z2, { level: Q2[e], ...f, children: i }) : /* @__PURE__ */ n(J2, { ...f, children: i });
228
+ return w ? /* @__PURE__ */ n(z2, { level: Q2[e], ...u, children: i }) : /* @__PURE__ */ n(J2, { ...u, children: i });
229
229
  }
230
230
  ), q2 = ({ label: l, variant: e = "small", src: t, fallbackText: i }) => {
231
231
  const s = t != null && t.trim() ? t : void 0, C = {
@@ -251,16 +251,16 @@ const W2 = (l, e) => {
251
251
  style: { gap: l ? e === "large" || e === "medium" ? 12 : 8 : 0 },
252
252
  children: [
253
253
  /* @__PURE__ */ n(
254
- Z2,
254
+ R2,
255
255
  {
256
256
  className: `snmt-avatar ${s ? "image" : ""}`,
257
257
  src: s,
258
258
  size: C[e],
259
- children: /* @__PURE__ */ n(S1, { color: h.GREY_LIGHT_0, variant: c[e], children: !s && i })
259
+ children: /* @__PURE__ */ n(Y1, { color: h.GREY_LIGHT_0, variant: c[e], children: !s && i })
260
260
  }
261
261
  ),
262
262
  l && /* @__PURE__ */ n(
263
- S1,
263
+ Y1,
264
264
  {
265
265
  color: h.GREY_DARK_5,
266
266
  variant: e ? d[e] : "body2",
@@ -287,9 +287,9 @@ const W2 = (l, e) => {
287
287
  /** This prop allows you to enable tooltip if text size is too big */
288
288
  trim: d = !1
289
289
  }, a) => {
290
- const o = $(null);
290
+ const o = P(null);
291
291
  g1(a, () => o.current);
292
- const [r, p] = A(!1);
292
+ const [r, p] = E(!1);
293
293
  D(() => {
294
294
  var L;
295
295
  if (!d) return;
@@ -303,10 +303,10 @@ const W2 = (l, e) => {
303
303
  };
304
304
  }, [d]);
305
305
  const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
306
- let u = `snmt-typography snmt-typography-${e}`;
307
- l && l !== "inherit" && (u += ` snmt-typography-align-${l}`), C && (u += " collapsed");
308
- const f = {
309
- className: u,
306
+ let f = `snmt-typography snmt-typography-${e}`;
307
+ l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
308
+ const u = {
309
+ className: f,
310
310
  style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
311
311
  onClick: s,
312
312
  ref: o,
@@ -317,7 +317,7 @@ const W2 = (l, e) => {
317
317
  }
318
318
  } : void 0
319
319
  };
320
- return w ? /* @__PURE__ */ n(X2, { level: t5[e], ...f, children: i }) : /* @__PURE__ */ n(e5, { ...f, children: i });
320
+ return w ? /* @__PURE__ */ n(X2, { level: t5[e], ...u, children: i }) : /* @__PURE__ */ n(e5, { ...u, children: i });
321
321
  }
322
322
  ), l5 = ({
323
323
  checked: l = !0,
@@ -327,13 +327,13 @@ const W2 = (l, e) => {
327
327
  disabled: s = !1,
328
328
  disableUncheck: C = !1
329
329
  }) => {
330
- const [c, d] = A(l), [a, o] = A(e);
330
+ const [c, d] = E(l), [a, o] = E(e);
331
331
  D(() => {
332
332
  d(l), o(e);
333
333
  }, [l, e]);
334
334
  const { theme: r } = T(Q);
335
335
  return /* @__PURE__ */ n(
336
- V2,
336
+ Z2,
337
337
  {
338
338
  className: `snmt-checkbox snmt-checkbox-${r}`,
339
339
  checked: c,
@@ -677,7 +677,7 @@ const W2 = (l, e) => {
677
677
  )
678
678
  ]
679
679
  }
680
- ), u5 = ({
680
+ ), f5 = ({
681
681
  width: l = 20,
682
682
  height: e = 20,
683
683
  color: t = h.GREY_DARK_5,
@@ -748,7 +748,7 @@ const W2 = (l, e) => {
748
748
  }
749
749
  )
750
750
  }
751
- ), f5 = ({
751
+ ), u5 = ({
752
752
  width: l = 20,
753
753
  height: e = 20,
754
754
  color: t = h.GREY_DARK_5,
@@ -857,7 +857,7 @@ const W2 = (l, e) => {
857
857
  )
858
858
  ]
859
859
  }
860
- ), k5 = ({
860
+ ), v5 = ({
861
861
  width: l = 20,
862
862
  height: e = 20,
863
863
  color: t = h.GREY_DARK_5,
@@ -904,7 +904,7 @@ const W2 = (l, e) => {
904
904
  )
905
905
  ]
906
906
  }
907
- ), v5 = ({
907
+ ), k5 = ({
908
908
  width: l = 20,
909
909
  height: e = 20,
910
910
  color: t = h.GREY_DARK_5,
@@ -1078,7 +1078,7 @@ const W2 = (l, e) => {
1078
1078
  )
1079
1079
  ]
1080
1080
  }
1081
- ), V5 = ({
1081
+ ), Z5 = ({
1082
1082
  width: l = 20,
1083
1083
  height: e = 20,
1084
1084
  color: t = h.GREY_DARK_5,
@@ -1125,7 +1125,7 @@ const W2 = (l, e) => {
1125
1125
  )
1126
1126
  ]
1127
1127
  }
1128
- ), Z5 = ({
1128
+ ), R5 = ({
1129
1129
  width: l = 20,
1130
1130
  height: e = 20,
1131
1131
  color: t = h.GREY_DARK_5,
@@ -1165,7 +1165,7 @@ const W2 = (l, e) => {
1165
1165
  )
1166
1166
  ]
1167
1167
  }
1168
- ), R5 = ({
1168
+ ), V5 = ({
1169
1169
  width: l = 20,
1170
1170
  height: e = 20,
1171
1171
  color: t = h.GREY_DARK_5,
@@ -1337,7 +1337,7 @@ const W2 = (l, e) => {
1337
1337
  )
1338
1338
  ]
1339
1339
  }
1340
- ), A5 = ({
1340
+ ), E5 = ({
1341
1341
  width: l = 20,
1342
1342
  height: e = 20,
1343
1343
  color: t = h.GREY_DARK_5,
@@ -1370,7 +1370,7 @@ const W2 = (l, e) => {
1370
1370
  )
1371
1371
  ]
1372
1372
  }
1373
- ), E5 = ({
1373
+ ), A5 = ({
1374
1374
  width: l = 20,
1375
1375
  height: e = 20,
1376
1376
  color: t = h.GREY_DARK_5,
@@ -1537,7 +1537,7 @@ const W2 = (l, e) => {
1537
1537
  )
1538
1538
  ]
1539
1539
  }
1540
- ), S5 = ({
1540
+ ), Y5 = ({
1541
1541
  width: l = 20,
1542
1542
  height: e = 20,
1543
1543
  color: t = h.GREY_DARK_5,
@@ -1584,7 +1584,7 @@ const W2 = (l, e) => {
1584
1584
  )
1585
1585
  ]
1586
1586
  }
1587
- ), Y5 = ({
1587
+ ), S5 = ({
1588
1588
  className: l,
1589
1589
  color: e = h.GREY_DARK_5,
1590
1590
  height: t = 20,
@@ -1666,7 +1666,7 @@ const W2 = (l, e) => {
1666
1666
  }
1667
1667
  )
1668
1668
  }
1669
- ), j5 = ({
1669
+ ), $5 = ({
1670
1670
  className: l,
1671
1671
  color: e = h.GREY_DARK_5,
1672
1672
  height: t = 20,
@@ -1699,7 +1699,7 @@ const W2 = (l, e) => {
1699
1699
  )
1700
1700
  ]
1701
1701
  }
1702
- ), $5 = ({
1702
+ ), P5 = ({
1703
1703
  className: l,
1704
1704
  color: e = h.GREY_DARK_5,
1705
1705
  height: t = 20,
@@ -1762,7 +1762,7 @@ const W2 = (l, e) => {
1762
1762
  }
1763
1763
  )
1764
1764
  }
1765
- ), P5 = ({
1765
+ ), j5 = ({
1766
1766
  className: l,
1767
1767
  color: e = h.GREY_DARK_5,
1768
1768
  height: t = 20,
@@ -1809,7 +1809,7 @@ const W2 = (l, e) => {
1809
1809
  )
1810
1810
  ]
1811
1811
  }
1812
- ), W5 = ({
1812
+ ), F5 = ({
1813
1813
  className: l,
1814
1814
  color: e = h.GREY_DARK_5,
1815
1815
  height: t = 20,
@@ -1842,7 +1842,7 @@ const W2 = (l, e) => {
1842
1842
  )
1843
1843
  ]
1844
1844
  }
1845
- ), F5 = ({
1845
+ ), U5 = ({
1846
1846
  className: l,
1847
1847
  color: e = h.GREY_DARK_5,
1848
1848
  height: t = 20,
@@ -1879,7 +1879,7 @@ const W2 = (l, e) => {
1879
1879
  )
1880
1880
  ]
1881
1881
  }
1882
- ), U5 = ({
1882
+ ), W5 = ({
1883
1883
  className: l,
1884
1884
  color: e = h.GREY_DARK_5,
1885
1885
  height: t = 20,
@@ -2003,9 +2003,9 @@ const W2 = (l, e) => {
2003
2003
  }
2004
2004
  ), Q5 = ({
2005
2005
  className: l,
2006
- color: e = h.NOTIFICATION_WARNING_DARK,
2007
- height: t = 37,
2008
- width: i = 36,
2006
+ color: e = h.GREY_DARK_5,
2007
+ height: t = 20,
2008
+ width: i = 20,
2009
2009
  onClick: s
2010
2010
  }) => /* @__PURE__ */ g(
2011
2011
  "svg",
@@ -2014,28 +2014,29 @@ const W2 = (l, e) => {
2014
2014
  className: l,
2015
2015
  width: i,
2016
2016
  height: t,
2017
- viewBox: "0 0 36 37",
2017
+ viewBox: "0 0 24 24",
2018
2018
  fill: "none",
2019
2019
  xmlns: "http://www.w3.org/2000/svg",
2020
2020
  children: [
2021
2021
  /* @__PURE__ */ n(
2022
2022
  "path",
2023
2023
  {
2024
- d: "M30.0644 31.9999H5.93558C3.62853 31.9999 2.18486 29.5045 3.33486 27.5045L15.3993 6.52287C16.5528 4.51675 19.4472 4.51675 20.6007 6.52287L32.6651 27.5045C33.8151 29.5045 32.3715 31.9999 30.0644 31.9999Z",
2025
- stroke: e,
2026
- strokeWidth: "2.25",
2027
- strokeLinecap: "round"
2024
+ d: "M9.61621 3.64141C10.6736 1.80247 13.3264 1.80247 14.3838 3.64141L22.4268 17.6287C23.4809 19.462 22.1578 21.7498 20.043 21.7498H3.95704C1.84226 21.7498 0.519085 19.462 1.57325 17.6287L9.61621 3.64141ZM13.084 4.38946C12.6034 3.55358 11.3967 3.55358 10.916 4.38946L2.87305 18.3768C2.39409 19.2101 2.99585 20.2498 3.95704 20.2498H20.043C21.0042 20.2498 21.6059 19.2101 21.127 18.3768L13.084 4.38946Z",
2025
+ fill: e
2028
2026
  }
2029
2027
  ),
2030
- /* @__PURE__ */ n("path", { d: "M18 13.9999V19.9999", stroke: e, strokeWidth: "2.25", strokeLinecap: "round" }),
2031
2028
  /* @__PURE__ */ n(
2032
2029
  "path",
2033
2030
  {
2034
- d: "M18 26.0149L18.015 25.9982",
2035
- stroke: e,
2036
- strokeWidth: "2.25",
2037
- strokeLinecap: "round",
2038
- strokeLinejoin: "round"
2031
+ d: "M11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13Z",
2032
+ fill: e
2033
+ }
2034
+ ),
2035
+ /* @__PURE__ */ n(
2036
+ "path",
2037
+ {
2038
+ d: "M11.4523 16.4973C11.7294 16.1894 12.204 16.1645 12.5118 16.4416C12.8197 16.7187 12.8446 17.1933 12.5675 17.5012L12.5577 17.5119C12.2806 17.8198 11.806 17.8447 11.4982 17.5676C11.1904 17.2905 11.1655 16.8158 11.4425 16.508L11.4523 16.4973Z",
2039
+ fill: e
2039
2040
  }
2040
2041
  )
2041
2042
  ]
@@ -2043,8 +2044,8 @@ const W2 = (l, e) => {
2043
2044
  ), q5 = ({
2044
2045
  className: l,
2045
2046
  color: e = h.GREY_DARK_5,
2046
- height: t = 24,
2047
- width: i = 24,
2047
+ height: t = 20,
2048
+ width: i = 20,
2048
2049
  onClick: s
2049
2050
  }) => /* @__PURE__ */ g(
2050
2051
  "svg",
@@ -2060,21 +2061,15 @@ const W2 = (l, e) => {
2060
2061
  /* @__PURE__ */ n(
2061
2062
  "path",
2062
2063
  {
2063
- d: "M18 8.4C18 6.70261 17.3679 5.07475 16.2426 3.87452C15.1174 2.67428 13.5913 2 12 2C10.4087 2 8.88258 2.67428 7.75736 3.87452C6.63214 5.07475 6 6.70261 6 8.4C6 15.8667 3 18 3 18H21C21 18 18 15.8667 18 8.4Z",
2064
- stroke: e,
2065
- strokeWidth: "1.5",
2066
- strokeLinecap: "round",
2067
- strokeLinejoin: "round"
2064
+ d: "M17.2504 8.40039C17.2504 6.88687 16.686 5.44411 15.6957 4.3877C14.7068 3.33292 13.3766 2.75 12.0004 2.75C10.6242 2.75 9.29391 3.33292 8.30505 4.3877C7.31468 5.44411 6.75036 6.88687 6.75036 8.40039C6.75031 12.2363 5.97918 14.7561 5.16833 16.3418C4.99051 16.6895 4.81031 16.9904 4.63806 17.25H19.3627C19.1904 16.9904 19.0102 16.6895 18.8324 16.3418C18.0215 14.7561 17.2504 12.2363 17.2504 8.40039ZM18.7504 8.40039C18.7504 12.0306 19.4793 14.3106 20.1683 15.6582C20.5135 16.3333 20.8519 16.7812 21.0922 17.0518C21.2124 17.1871 21.3087 17.2789 21.3695 17.333C21.3998 17.3599 21.4216 17.3777 21.433 17.3867C21.4344 17.3878 21.4358 17.3888 21.4369 17.3896H21.4359C21.7011 17.5789 21.8143 17.918 21.7152 18.2285C21.6159 18.5392 21.3266 18.75 21.0004 18.75H3.00036C2.67412 18.75 2.38485 18.5392 2.28552 18.2285C2.18638 17.918 2.2996 17.5789 2.56482 17.3896H2.56384C2.56492 17.3888 2.56636 17.3878 2.56775 17.3867C2.57913 17.3777 2.60093 17.3599 2.63122 17.333C2.69203 17.2789 2.78837 17.1871 2.90857 17.0518C3.14886 16.7812 3.4872 16.3333 3.83239 15.6582C4.52147 14.3106 5.25031 12.0306 5.25036 8.40039C5.25036 6.51915 5.95028 4.70538 7.21032 3.36133C8.47191 2.01564 10.194 1.25 12.0004 1.25C13.8068 1.25 15.5288 2.01564 16.7904 3.36133C18.0504 4.70538 18.7504 6.51915 18.7504 8.40039Z",
2065
+ fill: e
2068
2066
  }
2069
2067
  ),
2070
2068
  /* @__PURE__ */ n(
2071
2069
  "path",
2072
2070
  {
2073
- d: "M13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295C12.6946 21.9044 12.3504 21.9965 12 21.9965C11.6496 21.9965 11.3054 21.9044 11.0018 21.7295C10.6982 21.5547 10.4458 21.3031 10.27 21",
2074
- stroke: e,
2075
- strokeWidth: "1.5",
2076
- strokeLinecap: "round",
2077
- strokeLinejoin: "round"
2071
+ d: "M13.0808 20.6243C13.2886 20.266 13.7469 20.1441 14.1052 20.3518C14.4635 20.5596 14.5854 21.0179 14.3777 21.3762C14.1359 21.7929 13.7893 22.1397 13.3718 22.3801C12.9545 22.6204 12.4813 22.7462 11.9997 22.7463C11.518 22.7463 11.0441 22.6205 10.6267 22.3801C10.2092 22.1397 9.86258 21.7929 9.62084 21.3762C9.4131 21.0179 9.53505 20.5596 9.8933 20.3518C10.2516 20.1441 10.7099 20.266 10.9177 20.6243C11.0276 20.8136 11.186 20.971 11.3757 21.0803C11.5654 21.1894 11.7809 21.2463 11.9997 21.2463C12.2184 21.2462 12.4333 21.1894 12.6228 21.0803C12.8125 20.971 12.9709 20.8136 13.0808 20.6243Z",
2072
+ fill: e
2078
2073
  }
2079
2074
  )
2080
2075
  ]
@@ -2115,8 +2110,8 @@ const W2 = (l, e) => {
2115
2110
  ), e7 = ({
2116
2111
  className: l,
2117
2112
  color: e = h.GREY_DARK_5,
2118
- height: t = 24,
2119
- width: i = 24,
2113
+ height: t = 20,
2114
+ width: i = 20,
2120
2115
  onClick: s
2121
2116
  }) => /* @__PURE__ */ g(
2122
2117
  "svg",
@@ -2132,51 +2127,36 @@ const W2 = (l, e) => {
2132
2127
  /* @__PURE__ */ n(
2133
2128
  "path",
2134
2129
  {
2135
- d: "M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z",
2136
- stroke: e,
2137
- strokeWidth: "1.5",
2138
- strokeLinecap: "round",
2139
- strokeLinejoin: "round"
2130
+ d: "M4.75 21.25H19.25V5.81055L16.1895 2.75H4.75V21.25ZM20.75 21.4004C20.7498 22.1457 20.1457 22.7498 19.4004 22.75H4.59961C3.85433 22.7498 3.25021 22.1457 3.25 21.4004V2.59961C3.25021 1.85433 3.85434 1.25021 4.59961 1.25H16.252C16.6098 1.25013 16.953 1.39245 17.2061 1.64551L20.3545 4.79395C20.6076 5.04701 20.7499 5.39018 20.75 5.74805V21.4004Z",
2131
+ fill: e
2140
2132
  }
2141
2133
  ),
2142
2134
  /* @__PURE__ */ n(
2143
2135
  "path",
2144
2136
  {
2145
- d: "M8 10L16 10",
2146
- stroke: e,
2147
- strokeWidth: "1.5",
2148
- strokeLinecap: "round",
2149
- strokeLinejoin: "round"
2137
+ d: "M16 10.75L8 10.75C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25L16 9.25C16.4142 9.25 16.75 9.58579 16.75 10C16.75 10.4142 16.4142 10.75 16 10.75Z",
2138
+ fill: e
2150
2139
  }
2151
2140
  ),
2152
2141
  /* @__PURE__ */ n(
2153
2142
  "path",
2154
2143
  {
2155
- d: "M8 18L16 18",
2156
- stroke: e,
2157
- strokeWidth: "1.5",
2158
- strokeLinecap: "round",
2159
- strokeLinejoin: "round"
2144
+ d: "M16 18.75L8 18.75C7.58579 18.75 7.25 18.4142 7.25 18C7.25 17.5858 7.58579 17.25 8 17.25L16 17.25C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75Z",
2145
+ fill: e
2160
2146
  }
2161
2147
  ),
2162
2148
  /* @__PURE__ */ n(
2163
2149
  "path",
2164
2150
  {
2165
- d: "M8 14L12 14",
2166
- stroke: e,
2167
- strokeWidth: "1.5",
2168
- strokeLinecap: "round",
2169
- strokeLinejoin: "round"
2151
+ d: "M12 14.75L8 14.75C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25L12 13.25C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75Z",
2152
+ fill: e
2170
2153
  }
2171
2154
  ),
2172
2155
  /* @__PURE__ */ n(
2173
2156
  "path",
2174
2157
  {
2175
- d: "M16 2V5.4C16 5.73137 16.2686 6 16.6 6H20",
2176
- stroke: e,
2177
- strokeWidth: "1.5",
2178
- strokeLinecap: "round",
2179
- strokeLinejoin: "round"
2158
+ d: "M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H16.5996C15.8543 6.74979 15.2502 6.14567 15.25 5.40039V2Z",
2159
+ fill: e
2180
2160
  }
2181
2161
  )
2182
2162
  ]
@@ -2184,8 +2164,8 @@ const W2 = (l, e) => {
2184
2164
  ), t7 = ({
2185
2165
  className: l,
2186
2166
  color: e = h.GREY_DARK_5,
2187
- height: t = 24,
2188
- width: i = 24,
2167
+ height: t = 20,
2168
+ width: i = 20,
2189
2169
  onClick: s
2190
2170
  }) => /* @__PURE__ */ g(
2191
2171
  "svg",
@@ -2201,39 +2181,29 @@ const W2 = (l, e) => {
2201
2181
  /* @__PURE__ */ n(
2202
2182
  "path",
2203
2183
  {
2204
- d: "M2 20V19C2 15.134 5.13401 12 9 12V12",
2205
- stroke: e,
2206
- strokeWidth: "1.5",
2207
- strokeLinecap: "round",
2208
- strokeLinejoin: "round"
2184
+ d: "M1.25 20V19C1.25 14.7198 4.71979 11.25 9 11.25V12.75C5.54822 12.75 2.75 15.5482 2.75 19V20C2.75 20.4142 2.41421 20.75 2 20.75C1.58579 20.75 1.25 20.4142 1.25 20Z",
2185
+ fill: e
2209
2186
  }
2210
2187
  ),
2211
2188
  /* @__PURE__ */ n(
2212
2189
  "path",
2213
2190
  {
2214
- d: "M15.8038 12.3135C16.4456 11.6088 17.5544 11.6088 18.1962 12.3135V12.3135C18.5206 12.6697 18.9868 12.8628 19.468 12.8403V12.8403C20.4201 12.7958 21.2042 13.5799 21.1597 14.532V14.532C21.1372 15.0132 21.3303 15.4794 21.6865 15.8038V15.8038C22.3912 16.4456 22.3912 17.5544 21.6865 18.1962V18.1962C21.3303 18.5206 21.1372 18.9868 21.1597 19.468V19.468C21.2042 20.4201 20.4201 21.2042 19.468 21.1597V21.1597C18.9868 21.1372 18.5206 21.3303 18.1962 21.6865V21.6865C17.5544 22.3912 16.4456 22.3912 15.8038 21.6865V21.6865C15.4794 21.3303 15.0132 21.1372 14.532 21.1597V21.1597C13.5799 21.2042 12.7958 20.4201 12.8403 19.468V19.468C12.8628 18.9868 12.6697 18.5206 12.3135 18.1962V18.1962C11.6088 17.5544 11.6088 16.4456 12.3135 15.8038V15.8038C12.6697 15.4794 12.8628 15.0132 12.8403 14.532V14.532C12.7958 13.5799 13.5799 12.7958 14.532 12.8403V12.8403C15.0132 12.8628 15.4794 12.6697 15.8038 12.3135V12.3135Z",
2215
- stroke: e,
2216
- strokeWidth: "1.5"
2191
+ d: "M15.2491 11.8087C16.1884 10.7773 17.8118 10.7773 18.7511 11.8087C18.925 11.9996 19.1748 12.1029 19.4327 12.0909C20.8262 12.0258 21.9744 13.174 21.9093 14.5675C21.8973 14.8254 22.0006 15.0752 22.1915 15.2491C23.2229 16.1884 23.2229 17.8118 22.1915 18.7511C22.0006 18.925 21.8973 19.1748 21.9093 19.4327C21.9744 20.8262 20.8262 21.9744 19.4327 21.9093C19.1748 21.8973 18.925 22.0006 18.7511 22.1915C17.8118 23.2229 16.1884 23.2229 15.2491 22.1915C15.0752 22.0006 14.8254 21.8973 14.5675 21.9093C13.174 21.9744 12.0258 20.8262 12.0909 19.4327C12.1029 19.1748 11.9996 18.925 11.8087 18.7511C10.7773 17.8118 10.7773 16.1884 11.8087 15.2491C11.9996 15.0752 12.1029 14.8254 12.0909 14.5675C12.0258 13.174 13.174 12.0258 14.5675 12.0909C14.8254 12.1029 15.0752 11.9996 15.2491 11.8087ZM17.6417 12.8185C17.2974 12.4406 16.7028 12.4406 16.3585 12.8185C15.8838 13.3397 15.2014 13.6228 14.4972 13.59C13.9864 13.5661 13.5661 13.9864 13.59 14.4972C13.6228 15.2014 13.3397 15.8838 12.8185 16.3585C12.4406 16.7028 12.4406 17.2974 12.8185 17.6417C13.3397 18.1164 13.6228 18.7988 13.59 19.503C13.5661 20.0138 13.9864 20.4341 14.4972 20.4103C15.2014 20.3774 15.8838 20.6605 16.3585 21.1818C16.7028 21.5596 17.2974 21.5596 17.6417 21.1818C18.1164 20.6605 18.7988 20.3774 19.503 20.4103C20.0138 20.4341 20.4341 20.0138 20.4103 19.503C20.3774 18.7988 20.6605 18.1164 21.1818 17.6417C21.5596 17.2974 21.5596 16.7028 21.1818 16.3585C20.6605 15.8838 20.3774 15.2014 20.4103 14.4972C20.4341 13.9864 20.0138 13.5661 19.503 13.59C18.7988 13.6228 18.1164 13.3397 17.6417 12.8185Z",
2192
+ fill: e
2217
2193
  }
2218
2194
  ),
2219
2195
  /* @__PURE__ */ n(
2220
2196
  "path",
2221
2197
  {
2222
- d: "M15.3636 17L16.4546 18.0909L18.6364 15.9091",
2223
- stroke: e,
2224
- strokeWidth: "1.5",
2225
- strokeLinecap: "round",
2226
- strokeLinejoin: "round"
2198
+ d: "M14.8331 17.5303C14.5402 17.2374 14.5402 16.7626 14.8331 16.4697C15.126 16.1768 15.6008 16.1768 15.8937 16.4697L16.4544 17.0304L18.1062 15.3786L18.1628 15.3275C18.4574 15.0872 18.8922 15.104 19.1669 15.3786C19.4413 15.6533 19.4583 16.0881 19.218 16.3827L19.1669 16.4393L16.9848 18.6214C16.6919 18.9142 16.217 18.9141 15.9241 18.6214L14.8331 17.5303Z",
2199
+ fill: e
2227
2200
  }
2228
2201
  ),
2229
2202
  /* @__PURE__ */ n(
2230
2203
  "path",
2231
2204
  {
2232
- d: "M9 12C11.2091 12 13 10.2091 13 8C13 5.79086 11.2091 4 9 4C6.79086 4 5 5.79086 5 8C5 10.2091 6.79086 12 9 12Z",
2233
- stroke: e,
2234
- strokeWidth: "1.5",
2235
- strokeLinecap: "round",
2236
- strokeLinejoin: "round"
2205
+ d: "M12.25 8C12.25 6.20507 10.7949 4.75 9 4.75C7.20507 4.75 5.75 6.20507 5.75 8C5.75 9.79493 7.20507 11.25 9 11.25C10.7949 11.25 12.25 9.79493 12.25 8ZM13.75 8C13.75 10.6234 11.6234 12.75 9 12.75C6.37665 12.75 4.25 10.6234 4.25 8C4.25 5.37665 6.37665 3.25 9 3.25C11.6234 3.25 13.75 5.37665 13.75 8Z",
2206
+ fill: e
2237
2207
  }
2238
2208
  )
2239
2209
  ]
@@ -2241,8 +2211,8 @@ const W2 = (l, e) => {
2241
2211
  ), i7 = ({
2242
2212
  className: l,
2243
2213
  color: e = h.GREY_DARK_5,
2244
- height: t = 24,
2245
- width: i = 24,
2214
+ height: t = 20,
2215
+ width: i = 20,
2246
2216
  onClick: s
2247
2217
  }) => /* @__PURE__ */ g(
2248
2218
  "svg",
@@ -2258,31 +2228,22 @@ const W2 = (l, e) => {
2258
2228
  /* @__PURE__ */ n(
2259
2229
  "path",
2260
2230
  {
2261
- d: "M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z",
2262
- stroke: e,
2263
- strokeWidth: "1.5",
2264
- strokeLinecap: "round",
2265
- strokeLinejoin: "round"
2231
+ d: "M20.25 3.75H3.75V20.25H20.25V3.75ZM2.25 3.59961C2.25021 2.85433 2.85434 2.25021 3.59961 2.25H20.4004C21.1457 2.25021 21.7498 2.85434 21.75 3.59961V20.4004C21.7498 21.1457 21.1457 21.7498 20.4004 21.75H3.59961C2.85433 21.7498 2.25021 21.1457 2.25 20.4004V3.59961Z",
2232
+ fill: e
2266
2233
  }
2267
2234
  ),
2268
2235
  /* @__PURE__ */ n(
2269
2236
  "path",
2270
2237
  {
2271
- d: "M3 16L10 13L21 18",
2272
- stroke: e,
2273
- strokeWidth: "1.5",
2274
- strokeLinecap: "round",
2275
- strokeLinejoin: "round"
2238
+ d: "M9.77861 12.2833C9.9532 12.2293 10.1428 12.2411 10.3108 12.3175L21.3108 17.3175L21.3792 17.3527C21.7074 17.5442 21.8435 17.9572 21.6829 18.3107C21.5114 18.6876 21.0668 18.8541 20.6897 18.6827L9.9915 13.8195L3.29619 16.6896C2.91558 16.8527 2.47412 16.6765 2.31084 16.296C2.14772 15.9154 2.32391 15.474 2.70439 15.3107L9.70439 12.3107L9.77861 12.2833Z",
2239
+ fill: e
2276
2240
  }
2277
2241
  ),
2278
2242
  /* @__PURE__ */ n(
2279
2243
  "path",
2280
2244
  {
2281
- d: "M16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10Z",
2282
- stroke: e,
2283
- strokeWidth: "1.5",
2284
- strokeLinecap: "round",
2285
- strokeLinejoin: "round"
2245
+ d: "M14.75 8C14.75 7.30964 15.3096 6.75 16 6.75C16.6904 6.75 17.25 7.30964 17.25 8C17.25 8.69036 16.6904 9.25 16 9.25C15.3096 9.25 14.75 8.69036 14.75 8ZM13.25 8C13.25 9.51878 14.4812 10.75 16 10.75C17.5188 10.75 18.75 9.51878 18.75 8C18.75 6.48122 17.5188 5.25 16 5.25C14.4812 5.25 13.25 6.48122 13.25 8Z",
2246
+ fill: e
2286
2247
  }
2287
2248
  )
2288
2249
  ]
@@ -2290,8 +2251,8 @@ const W2 = (l, e) => {
2290
2251
  ), l7 = ({
2291
2252
  className: l,
2292
2253
  color: e = h.GREY_DARK_5,
2293
- height: t = 24,
2294
- width: i = 24,
2254
+ height: t = 20,
2255
+ width: i = 20,
2295
2256
  onClick: s
2296
2257
  }) => /* @__PURE__ */ n(
2297
2258
  "svg",
@@ -2306,11 +2267,8 @@ const W2 = (l, e) => {
2306
2267
  children: /* @__PURE__ */ n(
2307
2268
  "path",
2308
2269
  {
2309
- d: "M14.3632 5.65156L15.8431 4.17157C16.6242 3.39052 17.8905 3.39052 18.6716 4.17157L20.0858 5.58579C20.8668 6.36683 20.8668 7.63316 20.0858 8.41421L18.6058 9.8942M14.3632 5.65156L4.74749 15.2672C4.41542 15.5993 4.21079 16.0376 4.16947 16.5054L3.92738 19.2459C3.87261 19.8659 4.39148 20.3848 5.0115 20.33L7.75191 20.0879C8.21972 20.0466 8.65806 19.8419 8.99013 19.5099L18.6058 9.8942M14.3632 5.65156L18.6058 9.8942",
2310
- stroke: e,
2311
- strokeWidth: "1.5",
2312
- strokeLinecap: "round",
2313
- strokeLinejoin: "round"
2270
+ d: "M14.3632 6.71205L17.5452 9.89403L8.45984 18.9794C8.2523 19.1869 7.97813 19.3147 7.68575 19.3405L4.94503 19.5829C4.7903 19.5964 4.66089 19.4669 4.67434 19.3122L4.91671 16.5715C4.94254 16.2791 5.07032 16.0049 5.27786 15.7974L14.3632 6.71205ZM16.3734 4.7019C16.8615 4.21375 17.653 4.21375 18.1411 4.7019L19.5553 6.11612C20.0435 6.60427 20.0435 7.39573 19.5553 7.88388L18.6059 8.83337L15.4239 5.65139L16.3734 4.7019ZM4.2172 14.7367C3.76073 15.1932 3.47933 15.7959 3.4224 16.4389L3.18002 19.1796C3.08417 20.2647 3.99258 21.1731 5.07761 21.0772L7.81834 20.8348C8.46136 20.7779 9.06403 20.4965 9.5205 20.04L20.616 8.94454C21.6899 7.8706 21.6899 6.1294 20.616 5.05546L19.2018 3.64124C18.1278 2.5673 16.3866 2.5673 15.3127 3.64124L4.2172 14.7367Z",
2271
+ fill: e
2314
2272
  }
2315
2273
  )
2316
2274
  }
@@ -2586,9 +2544,9 @@ const W2 = (l, e) => {
2586
2544
  ]
2587
2545
  }
2588
2546
  ), c7 = ({
2589
- width: l = 24,
2590
- height: e = 24,
2591
- color: t = h.GREY_DARK_2,
2547
+ width: l = 20,
2548
+ height: e = 20,
2549
+ color: t = h.GREY_DARK_5,
2592
2550
  className: i,
2593
2551
  onClick: s
2594
2552
  }) => /* @__PURE__ */ n(
@@ -2646,7 +2604,7 @@ const W2 = (l, e) => {
2646
2604
  onClick: c
2647
2605
  }) => {
2648
2606
  const { theme: d } = T(Q), a = C ? d && d === "dark" ? h.GREY_LIGHT_4 : h.GREY_DARK_1 : i, o = C ? void 0 : c, r = c && !C ? `${s || ""} clickable` : s;
2649
- return /* @__PURE__ */ n(j, { children: (() => {
2607
+ return /* @__PURE__ */ n($, { children: (() => {
2650
2608
  switch (l) {
2651
2609
  case "arrow1Down":
2652
2610
  return s5({ width: e, height: t, color: a, className: r, onClick: o });
@@ -2663,21 +2621,21 @@ const W2 = (l, e) => {
2663
2621
  case "unarchive":
2664
2622
  return w5({ width: e, height: t, color: a, className: r, onClick: o });
2665
2623
  case "calendar":
2666
- return u5({ width: e, height: t, color: a, className: r, onClick: o });
2624
+ return f5({ width: e, height: t, color: a, className: r, onClick: o });
2667
2625
  case "check":
2668
2626
  return p5({ width: e, height: t, color: a, className: r, onClick: o });
2669
2627
  case "cancel":
2670
- return f5({ width: e, height: t, color: a, className: r, onClick: o });
2628
+ return u5({ width: e, height: t, color: a, className: r, onClick: o });
2671
2629
  case "add":
2672
2630
  return L5({ width: e, height: t, color: a, className: r, onClick: o });
2673
2631
  case "list":
2674
2632
  return m5({ width: e, height: t, color: a, className: r, onClick: o });
2675
2633
  case "dragAndDrop":
2676
- return k5({ width: e, height: t, color: a, className: r, onClick: o });
2677
- case "filter1":
2678
2634
  return v5({ width: e, height: t, color: a, className: r, onClick: o });
2635
+ case "filter1":
2636
+ return k5({ width: e, height: t, color: a, className: r, onClick: o });
2679
2637
  case "filter2":
2680
- return U5({ width: e, height: t, color: a, className: r, onClick: o });
2638
+ return W5({ width: e, height: t, color: a, className: r, onClick: o });
2681
2639
  case "attention":
2682
2640
  return N5({ width: e, height: t, color: a, className: r, onClick: o });
2683
2641
  case "users":
@@ -2691,9 +2649,9 @@ const W2 = (l, e) => {
2691
2649
  onClick: o
2692
2650
  });
2693
2651
  case "skills":
2694
- return V5({ width: e, height: t, color: a, className: r, onClick: o });
2652
+ return Z5({ width: e, height: t, color: a, className: r, onClick: o });
2695
2653
  case "skillsMatrices":
2696
- return Z5({
2654
+ return R5({
2697
2655
  width: e,
2698
2656
  height: t,
2699
2657
  color: a,
@@ -2701,7 +2659,7 @@ const W2 = (l, e) => {
2701
2659
  onClick: o
2702
2660
  });
2703
2661
  case "history":
2704
- return R5({ width: e, height: t, color: a, className: r, onClick: o });
2662
+ return V5({ width: e, height: t, color: a, className: r, onClick: o });
2705
2663
  case "logOut":
2706
2664
  return H5({ width: e, height: t, color: a, className: r, onClick: o });
2707
2665
  case "settings":
@@ -2711,9 +2669,9 @@ const W2 = (l, e) => {
2711
2669
  case "settings2":
2712
2670
  return y5({ width: e, height: t, color: a, className: r, onClick: o });
2713
2671
  case "checkCircle":
2714
- return A5({ width: e, height: t, color: a, className: r, onClick: o });
2715
- case "cancelCircle":
2716
2672
  return E5({ width: e, height: t, color: a, className: r, onClick: o });
2673
+ case "cancelCircle":
2674
+ return A5({ width: e, height: t, color: a, className: r, onClick: o });
2717
2675
  case "visibilityIcon":
2718
2676
  return D5({
2719
2677
  width: e,
@@ -2735,9 +2693,9 @@ const W2 = (l, e) => {
2735
2693
  case "sortDown":
2736
2694
  return B5({ width: e, height: t, color: a, className: r, onClick: o });
2737
2695
  case "sortDouble":
2738
- return S5({ width: e, height: t, color: a, className: r, onClick: o });
2739
- case "search":
2740
2696
  return Y5({ width: e, height: t, color: a, className: r, onClick: o });
2697
+ case "search":
2698
+ return S5({ width: e, height: t, color: a, className: r, onClick: o });
2741
2699
  case "arrowUpFilled":
2742
2700
  return I5({ width: e, height: t, color: a, className: r, onClick: o });
2743
2701
  case "arrowDownFilled":
@@ -2751,17 +2709,17 @@ const W2 = (l, e) => {
2751
2709
  case "arrow2Left":
2752
2710
  return d5({ width: e, height: t, color: a, className: r, onClick: o });
2753
2711
  case "link":
2754
- return j5({ width: e, height: t, color: a, className: r, onClick: o });
2712
+ return $5({ width: e, height: t, color: a, className: r, onClick: o });
2755
2713
  case "telegram":
2756
2714
  return T5({ width: e, height: t, color: a, className: r, onClick: o });
2757
2715
  case "mail":
2758
- return W5({ width: e, height: t, color: a, className: r, onClick: o });
2716
+ return F5({ width: e, height: t, color: a, className: r, onClick: o });
2759
2717
  case "github":
2760
- return $5({ width: e, height: t, color: a, className: r, onClick: o });
2761
- case "linkedIn":
2762
2718
  return P5({ width: e, height: t, color: a, className: r, onClick: o });
2719
+ case "linkedIn":
2720
+ return j5({ width: e, height: t, color: a, className: r, onClick: o });
2763
2721
  case "emptyStateIcon":
2764
- return F5({ width: e, height: t, color: a, className: r, onClick: o });
2722
+ return U5({ width: e, height: t, color: a, className: r, onClick: o });
2765
2723
  case "dotMenuIcon":
2766
2724
  return z5({ width: e, height: t, color: a, className: r, onClick: o });
2767
2725
  case "plusCircle":
@@ -2799,10 +2757,10 @@ const W2 = (l, e) => {
2799
2757
  case "unpaidLeave":
2800
2758
  return d7({ width: e, height: t, color: a, className: r, onClick: o });
2801
2759
  default:
2802
- return /* @__PURE__ */ n(j, { children: "No Icon provided" });
2760
+ return /* @__PURE__ */ n($, { children: "No Icon provided" });
2803
2761
  }
2804
2762
  })() });
2805
- }, { Title: g7, Text: w7 } = d1, u7 = {
2763
+ }, { Title: g7, Text: w7 } = d1, f7 = {
2806
2764
  h1: 1,
2807
2765
  h2: 2,
2808
2766
  h3: 3,
@@ -2819,9 +2777,9 @@ const W2 = (l, e) => {
2819
2777
  /** This prop allows you to enable tooltip if text size is too big */
2820
2778
  trim: d = !1
2821
2779
  }, a) => {
2822
- const o = $(null);
2780
+ const o = P(null);
2823
2781
  g1(a, () => o.current);
2824
- const [r, p] = A(!1);
2782
+ const [r, p] = E(!1);
2825
2783
  D(() => {
2826
2784
  var L;
2827
2785
  if (!d) return;
@@ -2835,10 +2793,10 @@ const W2 = (l, e) => {
2835
2793
  };
2836
2794
  }, [d]);
2837
2795
  const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
2838
- let u = `snmt-typography snmt-typography-${e}`;
2839
- l && l !== "inherit" && (u += ` snmt-typography-align-${l}`), C && (u += " collapsed");
2840
- const f = {
2841
- className: u,
2796
+ let f = `snmt-typography snmt-typography-${e}`;
2797
+ l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
2798
+ const u = {
2799
+ className: f,
2842
2800
  style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
2843
2801
  onClick: s,
2844
2802
  ref: o,
@@ -2849,9 +2807,9 @@ const W2 = (l, e) => {
2849
2807
  }
2850
2808
  } : void 0
2851
2809
  };
2852
- return w ? /* @__PURE__ */ n(g7, { level: u7[e], ...f, children: i }) : /* @__PURE__ */ n(w7, { ...f, children: i });
2810
+ return w ? /* @__PURE__ */ n(g7, { level: f7[e], ...u, children: i }) : /* @__PURE__ */ n(w7, { ...u, children: i });
2853
2811
  }
2854
- ), f7 = ({
2812
+ ), u7 = ({
2855
2813
  width: l = 20,
2856
2814
  height: e = 20,
2857
2815
  color: t = h.GREY_DARK_5,
@@ -2923,7 +2881,7 @@ const W2 = (l, e) => {
2923
2881
  }
2924
2882
  )
2925
2883
  }
2926
- ), k7 = ({
2884
+ ), v7 = ({
2927
2885
  width: l = 20,
2928
2886
  height: e = 20,
2929
2887
  color: t = h.GREY_DARK_5,
@@ -2948,7 +2906,7 @@ const W2 = (l, e) => {
2948
2906
  }
2949
2907
  )
2950
2908
  }
2951
- ), v7 = ({
2909
+ ), k7 = ({
2952
2910
  width: l = 20,
2953
2911
  height: e = 20,
2954
2912
  color: t = h.GREY_DARK_5,
@@ -3066,7 +3024,7 @@ const W2 = (l, e) => {
3066
3024
  /* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
3067
3025
  ]
3068
3026
  }
3069
- ), V7 = ({
3027
+ ), Z7 = ({
3070
3028
  width: l = 20,
3071
3029
  height: e = 20,
3072
3030
  color: t = h.GREY_DARK_5,
@@ -3090,7 +3048,7 @@ const W2 = (l, e) => {
3090
3048
  }
3091
3049
  )
3092
3050
  }
3093
- ), Z7 = ({
3051
+ ), R7 = ({
3094
3052
  width: l = 20,
3095
3053
  height: e = 20,
3096
3054
  color: t = h.GREY_DARK_5,
@@ -3130,7 +3088,7 @@ const W2 = (l, e) => {
3130
3088
  )
3131
3089
  ]
3132
3090
  }
3133
- ), R7 = ({
3091
+ ), V7 = ({
3134
3092
  width: l = 20,
3135
3093
  height: e = 20,
3136
3094
  color: t = h.GREY_DARK_5,
@@ -3295,7 +3253,7 @@ const W2 = (l, e) => {
3295
3253
  }
3296
3254
  )
3297
3255
  }
3298
- ), A7 = ({
3256
+ ), E7 = ({
3299
3257
  width: l = 20,
3300
3258
  height: e = 20,
3301
3259
  color: t = h.GREY_DARK_5,
@@ -3356,7 +3314,7 @@ const W2 = (l, e) => {
3356
3314
  )
3357
3315
  ]
3358
3316
  }
3359
- ), E7 = ({
3317
+ ), A7 = ({
3360
3318
  width: l = 20,
3361
3319
  height: e = 20,
3362
3320
  color: t = h.GREY_DARK_5,
@@ -3577,7 +3535,7 @@ const W2 = (l, e) => {
3577
3535
  )
3578
3536
  ]
3579
3537
  }
3580
- ), S7 = ({
3538
+ ), Y7 = ({
3581
3539
  width: l = 20,
3582
3540
  height: e = 20,
3583
3541
  color: t = h.GREY_DARK_5,
@@ -3624,7 +3582,7 @@ const W2 = (l, e) => {
3624
3582
  )
3625
3583
  ]
3626
3584
  }
3627
- ), Y7 = ({
3585
+ ), S7 = ({
3628
3586
  width: l = 20,
3629
3587
  height: e = 20,
3630
3588
  color: t = h.GREY_DARK_5,
@@ -3730,7 +3688,7 @@ const W2 = (l, e) => {
3730
3688
  )
3731
3689
  ]
3732
3690
  }
3733
- ), j7 = ({
3691
+ ), $7 = ({
3734
3692
  width: l = 20,
3735
3693
  height: e = 20,
3736
3694
  color: t = h.GREY_DARK_5,
@@ -3763,7 +3721,7 @@ const W2 = (l, e) => {
3763
3721
  )
3764
3722
  ]
3765
3723
  }
3766
- ), $7 = ({
3724
+ ), P7 = ({
3767
3725
  width: l = 20,
3768
3726
  height: e = 20,
3769
3727
  color: t = h.GREY_DARK_5,
@@ -3836,7 +3794,7 @@ const W2 = (l, e) => {
3836
3794
  )
3837
3795
  ]
3838
3796
  }
3839
- ), P7 = ({
3797
+ ), j7 = ({
3840
3798
  width: l = 20,
3841
3799
  height: e = 20,
3842
3800
  color: t = h.GREY_DARK_5,
@@ -3869,7 +3827,7 @@ const W2 = (l, e) => {
3869
3827
  )
3870
3828
  ]
3871
3829
  }
3872
- ), W7 = ({
3830
+ ), F7 = ({
3873
3831
  width: l = 20,
3874
3832
  height: e = 20,
3875
3833
  color: t = h.GREY_DARK_5,
@@ -3902,7 +3860,7 @@ const W2 = (l, e) => {
3902
3860
  )
3903
3861
  ]
3904
3862
  }
3905
- ), F7 = ({
3863
+ ), U7 = ({
3906
3864
  width: l = 20,
3907
3865
  height: e = 20,
3908
3866
  color: t = "#070739",
@@ -3932,7 +3890,7 @@ const W2 = (l, e) => {
3932
3890
  /* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
3933
3891
  ]
3934
3892
  }
3935
- ), U7 = ({
3893
+ ), W7 = ({
3936
3894
  width: l = 20,
3937
3895
  height: e = 20,
3938
3896
  color: t = "#070739",
@@ -4502,9 +4460,9 @@ const W2 = (l, e) => {
4502
4460
  }
4503
4461
  ), h9 = ({
4504
4462
  className: l,
4505
- color: e = h.NOTIFICATION_WARNING_DARK,
4506
- height: t = 37,
4507
- width: i = 36,
4463
+ color: e = h.GREY_DARK_5,
4464
+ height: t = 20,
4465
+ width: i = 20,
4508
4466
  onClick: s
4509
4467
  }) => /* @__PURE__ */ g(
4510
4468
  "svg",
@@ -4513,28 +4471,29 @@ const W2 = (l, e) => {
4513
4471
  className: l,
4514
4472
  width: i,
4515
4473
  height: t,
4516
- viewBox: "0 0 36 37",
4474
+ viewBox: "0 0 24 24",
4517
4475
  fill: "none",
4518
4476
  xmlns: "http://www.w3.org/2000/svg",
4519
4477
  children: [
4520
4478
  /* @__PURE__ */ n(
4521
4479
  "path",
4522
4480
  {
4523
- d: "M30.0644 31.9999H5.93558C3.62853 31.9999 2.18486 29.5045 3.33486 27.5045L15.3993 6.52287C16.5528 4.51675 19.4472 4.51675 20.6007 6.52287L32.6651 27.5045C33.8151 29.5045 32.3715 31.9999 30.0644 31.9999Z",
4524
- stroke: e,
4525
- strokeWidth: "2.25",
4526
- strokeLinecap: "round"
4481
+ d: "M9.61621 3.64141C10.6736 1.80247 13.3264 1.80247 14.3838 3.64141L22.4268 17.6287C23.4809 19.462 22.1578 21.7498 20.043 21.7498H3.95704C1.84226 21.7498 0.519085 19.462 1.57325 17.6287L9.61621 3.64141ZM13.084 4.38946C12.6034 3.55358 11.3967 3.55358 10.916 4.38946L2.87305 18.3768C2.39409 19.2101 2.99585 20.2498 3.95704 20.2498H20.043C21.0042 20.2498 21.6059 19.2101 21.127 18.3768L13.084 4.38946Z",
4482
+ fill: e
4527
4483
  }
4528
4484
  ),
4529
- /* @__PURE__ */ n("path", { d: "M18 13.9999V19.9999", stroke: e, strokeWidth: "2.25", strokeLinecap: "round" }),
4530
4485
  /* @__PURE__ */ n(
4531
4486
  "path",
4532
4487
  {
4533
- d: "M18 26.0149L18.015 25.9982",
4534
- stroke: e,
4535
- strokeWidth: "2.25",
4536
- strokeLinecap: "round",
4537
- strokeLinejoin: "round"
4488
+ d: "M11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13Z",
4489
+ fill: e
4490
+ }
4491
+ ),
4492
+ /* @__PURE__ */ n(
4493
+ "path",
4494
+ {
4495
+ d: "M11.4523 16.4973C11.7294 16.1894 12.204 16.1645 12.5118 16.4416C12.8197 16.7187 12.8446 17.1933 12.5675 17.5012L12.5577 17.5119C12.2806 17.8198 11.806 17.8447 11.4982 17.5676C11.1904 17.2905 11.1655 16.8158 11.4425 16.508L11.4523 16.4973Z",
4496
+ fill: e
4538
4497
  }
4539
4498
  )
4540
4499
  ]
@@ -4542,8 +4501,8 @@ const W2 = (l, e) => {
4542
4501
  ), c9 = ({
4543
4502
  className: l,
4544
4503
  color: e = h.GREY_DARK_5,
4545
- height: t = 24,
4546
- width: i = 24,
4504
+ height: t = 20,
4505
+ width: i = 20,
4547
4506
  onClick: s
4548
4507
  }) => /* @__PURE__ */ g(
4549
4508
  "svg",
@@ -4559,21 +4518,15 @@ const W2 = (l, e) => {
4559
4518
  /* @__PURE__ */ n(
4560
4519
  "path",
4561
4520
  {
4562
- d: "M18 8.4C18 6.70261 17.3679 5.07475 16.2426 3.87452C15.1174 2.67428 13.5913 2 12 2C10.4087 2 8.88258 2.67428 7.75736 3.87452C6.63214 5.07475 6 6.70261 6 8.4C6 15.8667 3 18 3 18H21C21 18 18 15.8667 18 8.4Z",
4563
- stroke: e,
4564
- strokeWidth: "1.5",
4565
- strokeLinecap: "round",
4566
- strokeLinejoin: "round"
4521
+ d: "M17.2504 8.40039C17.2504 6.88687 16.686 5.44411 15.6957 4.3877C14.7068 3.33292 13.3766 2.75 12.0004 2.75C10.6242 2.75 9.29391 3.33292 8.30505 4.3877C7.31468 5.44411 6.75036 6.88687 6.75036 8.40039C6.75031 12.2363 5.97918 14.7561 5.16833 16.3418C4.99051 16.6895 4.81031 16.9904 4.63806 17.25H19.3627C19.1904 16.9904 19.0102 16.6895 18.8324 16.3418C18.0215 14.7561 17.2504 12.2363 17.2504 8.40039ZM18.7504 8.40039C18.7504 12.0306 19.4793 14.3106 20.1683 15.6582C20.5135 16.3333 20.8519 16.7812 21.0922 17.0518C21.2124 17.1871 21.3087 17.2789 21.3695 17.333C21.3998 17.3599 21.4216 17.3777 21.433 17.3867C21.4344 17.3878 21.4358 17.3888 21.4369 17.3896H21.4359C21.7011 17.5789 21.8143 17.918 21.7152 18.2285C21.6159 18.5392 21.3266 18.75 21.0004 18.75H3.00036C2.67412 18.75 2.38485 18.5392 2.28552 18.2285C2.18638 17.918 2.2996 17.5789 2.56482 17.3896H2.56384C2.56492 17.3888 2.56636 17.3878 2.56775 17.3867C2.57913 17.3777 2.60093 17.3599 2.63122 17.333C2.69203 17.2789 2.78837 17.1871 2.90857 17.0518C3.14886 16.7812 3.4872 16.3333 3.83239 15.6582C4.52147 14.3106 5.25031 12.0306 5.25036 8.40039C5.25036 6.51915 5.95028 4.70538 7.21032 3.36133C8.47191 2.01564 10.194 1.25 12.0004 1.25C13.8068 1.25 15.5288 2.01564 16.7904 3.36133C18.0504 4.70538 18.7504 6.51915 18.7504 8.40039Z",
4522
+ fill: e
4567
4523
  }
4568
4524
  ),
4569
4525
  /* @__PURE__ */ n(
4570
4526
  "path",
4571
4527
  {
4572
- d: "M13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295C12.6946 21.9044 12.3504 21.9965 12 21.9965C11.6496 21.9965 11.3054 21.9044 11.0018 21.7295C10.6982 21.5547 10.4458 21.3031 10.27 21",
4573
- stroke: e,
4574
- strokeWidth: "1.5",
4575
- strokeLinecap: "round",
4576
- strokeLinejoin: "round"
4528
+ d: "M13.0808 20.6243C13.2886 20.266 13.7469 20.1441 14.1052 20.3518C14.4635 20.5596 14.5854 21.0179 14.3777 21.3762C14.1359 21.7929 13.7893 22.1397 13.3718 22.3801C12.9545 22.6204 12.4813 22.7462 11.9997 22.7463C11.518 22.7463 11.0441 22.6205 10.6267 22.3801C10.2092 22.1397 9.86258 21.7929 9.62084 21.3762C9.4131 21.0179 9.53505 20.5596 9.8933 20.3518C10.2516 20.1441 10.7099 20.266 10.9177 20.6243C11.0276 20.8136 11.186 20.971 11.3757 21.0803C11.5654 21.1894 11.7809 21.2463 11.9997 21.2463C12.2184 21.2462 12.4333 21.1894 12.6228 21.0803C12.8125 20.971 12.9709 20.8136 13.0808 20.6243Z",
4529
+ fill: e
4577
4530
  }
4578
4531
  )
4579
4532
  ]
@@ -4614,8 +4567,8 @@ const W2 = (l, e) => {
4614
4567
  ), g9 = ({
4615
4568
  className: l,
4616
4569
  color: e = h.GREY_DARK_5,
4617
- height: t = 24,
4618
- width: i = 24,
4570
+ height: t = 20,
4571
+ width: i = 20,
4619
4572
  onClick: s
4620
4573
  }) => /* @__PURE__ */ g(
4621
4574
  "svg",
@@ -4631,51 +4584,36 @@ const W2 = (l, e) => {
4631
4584
  /* @__PURE__ */ n(
4632
4585
  "path",
4633
4586
  {
4634
- d: "M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z",
4635
- stroke: e,
4636
- strokeWidth: "1.5",
4637
- strokeLinecap: "round",
4638
- strokeLinejoin: "round"
4587
+ d: "M4.75 21.25H19.25V5.81055L16.1895 2.75H4.75V21.25ZM20.75 21.4004C20.7498 22.1457 20.1457 22.7498 19.4004 22.75H4.59961C3.85433 22.7498 3.25021 22.1457 3.25 21.4004V2.59961C3.25021 1.85433 3.85434 1.25021 4.59961 1.25H16.252C16.6098 1.25013 16.953 1.39245 17.2061 1.64551L20.3545 4.79395C20.6076 5.04701 20.7499 5.39018 20.75 5.74805V21.4004Z",
4588
+ fill: e
4639
4589
  }
4640
4590
  ),
4641
4591
  /* @__PURE__ */ n(
4642
4592
  "path",
4643
4593
  {
4644
- d: "M8 10L16 10",
4645
- stroke: e,
4646
- strokeWidth: "1.5",
4647
- strokeLinecap: "round",
4648
- strokeLinejoin: "round"
4594
+ d: "M16 10.75L8 10.75C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25L16 9.25C16.4142 9.25 16.75 9.58579 16.75 10C16.75 10.4142 16.4142 10.75 16 10.75Z",
4595
+ fill: e
4649
4596
  }
4650
4597
  ),
4651
4598
  /* @__PURE__ */ n(
4652
4599
  "path",
4653
4600
  {
4654
- d: "M8 18L16 18",
4655
- stroke: e,
4656
- strokeWidth: "1.5",
4657
- strokeLinecap: "round",
4658
- strokeLinejoin: "round"
4601
+ d: "M16 18.75L8 18.75C7.58579 18.75 7.25 18.4142 7.25 18C7.25 17.5858 7.58579 17.25 8 17.25L16 17.25C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75Z",
4602
+ fill: e
4659
4603
  }
4660
4604
  ),
4661
4605
  /* @__PURE__ */ n(
4662
4606
  "path",
4663
4607
  {
4664
- d: "M8 14L12 14",
4665
- stroke: e,
4666
- strokeWidth: "1.5",
4667
- strokeLinecap: "round",
4668
- strokeLinejoin: "round"
4608
+ d: "M12 14.75L8 14.75C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25L12 13.25C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75Z",
4609
+ fill: e
4669
4610
  }
4670
4611
  ),
4671
4612
  /* @__PURE__ */ n(
4672
4613
  "path",
4673
4614
  {
4674
- d: "M16 2V5.4C16 5.73137 16.2686 6 16.6 6H20",
4675
- stroke: e,
4676
- strokeWidth: "1.5",
4677
- strokeLinecap: "round",
4678
- strokeLinejoin: "round"
4615
+ d: "M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H16.5996C15.8543 6.74979 15.2502 6.14567 15.25 5.40039V2Z",
4616
+ fill: e
4679
4617
  }
4680
4618
  )
4681
4619
  ]
@@ -4683,9 +4621,9 @@ const W2 = (l, e) => {
4683
4621
  ), w9 = ({
4684
4622
  className: l,
4685
4623
  color: e = h.GREY_DARK_5,
4686
- height: t = 24,
4687
- width: i = 24,
4688
- onClick: s
4624
+ height: t = 20,
4625
+ width: i = 20,
4626
+ onClick: s
4689
4627
  }) => /* @__PURE__ */ g(
4690
4628
  "svg",
4691
4629
  {
@@ -4700,48 +4638,38 @@ const W2 = (l, e) => {
4700
4638
  /* @__PURE__ */ n(
4701
4639
  "path",
4702
4640
  {
4703
- d: "M2 20V19C2 15.134 5.13401 12 9 12V12",
4704
- stroke: e,
4705
- strokeWidth: "1.5",
4706
- strokeLinecap: "round",
4707
- strokeLinejoin: "round"
4641
+ d: "M1.25 20V19C1.25 14.7198 4.71979 11.25 9 11.25V12.75C5.54822 12.75 2.75 15.5482 2.75 19V20C2.75 20.4142 2.41421 20.75 2 20.75C1.58579 20.75 1.25 20.4142 1.25 20Z",
4642
+ fill: e
4708
4643
  }
4709
4644
  ),
4710
4645
  /* @__PURE__ */ n(
4711
4646
  "path",
4712
4647
  {
4713
- d: "M15.8038 12.3135C16.4456 11.6088 17.5544 11.6088 18.1962 12.3135V12.3135C18.5206 12.6697 18.9868 12.8628 19.468 12.8403V12.8403C20.4201 12.7958 21.2042 13.5799 21.1597 14.532V14.532C21.1372 15.0132 21.3303 15.4794 21.6865 15.8038V15.8038C22.3912 16.4456 22.3912 17.5544 21.6865 18.1962V18.1962C21.3303 18.5206 21.1372 18.9868 21.1597 19.468V19.468C21.2042 20.4201 20.4201 21.2042 19.468 21.1597V21.1597C18.9868 21.1372 18.5206 21.3303 18.1962 21.6865V21.6865C17.5544 22.3912 16.4456 22.3912 15.8038 21.6865V21.6865C15.4794 21.3303 15.0132 21.1372 14.532 21.1597V21.1597C13.5799 21.2042 12.7958 20.4201 12.8403 19.468V19.468C12.8628 18.9868 12.6697 18.5206 12.3135 18.1962V18.1962C11.6088 17.5544 11.6088 16.4456 12.3135 15.8038V15.8038C12.6697 15.4794 12.8628 15.0132 12.8403 14.532V14.532C12.7958 13.5799 13.5799 12.7958 14.532 12.8403V12.8403C15.0132 12.8628 15.4794 12.6697 15.8038 12.3135V12.3135Z",
4714
- stroke: e,
4715
- strokeWidth: "1.5"
4648
+ d: "M15.2491 11.8087C16.1884 10.7773 17.8118 10.7773 18.7511 11.8087C18.925 11.9996 19.1748 12.1029 19.4327 12.0909C20.8262 12.0258 21.9744 13.174 21.9093 14.5675C21.8973 14.8254 22.0006 15.0752 22.1915 15.2491C23.2229 16.1884 23.2229 17.8118 22.1915 18.7511C22.0006 18.925 21.8973 19.1748 21.9093 19.4327C21.9744 20.8262 20.8262 21.9744 19.4327 21.9093C19.1748 21.8973 18.925 22.0006 18.7511 22.1915C17.8118 23.2229 16.1884 23.2229 15.2491 22.1915C15.0752 22.0006 14.8254 21.8973 14.5675 21.9093C13.174 21.9744 12.0258 20.8262 12.0909 19.4327C12.1029 19.1748 11.9996 18.925 11.8087 18.7511C10.7773 17.8118 10.7773 16.1884 11.8087 15.2491C11.9996 15.0752 12.1029 14.8254 12.0909 14.5675C12.0258 13.174 13.174 12.0258 14.5675 12.0909C14.8254 12.1029 15.0752 11.9996 15.2491 11.8087ZM17.6417 12.8185C17.2974 12.4406 16.7028 12.4406 16.3585 12.8185C15.8838 13.3397 15.2014 13.6228 14.4972 13.59C13.9864 13.5661 13.5661 13.9864 13.59 14.4972C13.6228 15.2014 13.3397 15.8838 12.8185 16.3585C12.4406 16.7028 12.4406 17.2974 12.8185 17.6417C13.3397 18.1164 13.6228 18.7988 13.59 19.503C13.5661 20.0138 13.9864 20.4341 14.4972 20.4103C15.2014 20.3774 15.8838 20.6605 16.3585 21.1818C16.7028 21.5596 17.2974 21.5596 17.6417 21.1818C18.1164 20.6605 18.7988 20.3774 19.503 20.4103C20.0138 20.4341 20.4341 20.0138 20.4103 19.503C20.3774 18.7988 20.6605 18.1164 21.1818 17.6417C21.5596 17.2974 21.5596 16.7028 21.1818 16.3585C20.6605 15.8838 20.3774 15.2014 20.4103 14.4972C20.4341 13.9864 20.0138 13.5661 19.503 13.59C18.7988 13.6228 18.1164 13.3397 17.6417 12.8185Z",
4649
+ fill: e
4716
4650
  }
4717
4651
  ),
4718
4652
  /* @__PURE__ */ n(
4719
4653
  "path",
4720
4654
  {
4721
- d: "M15.3636 17L16.4546 18.0909L18.6364 15.9091",
4722
- stroke: e,
4723
- strokeWidth: "1.5",
4724
- strokeLinecap: "round",
4725
- strokeLinejoin: "round"
4655
+ d: "M14.8331 17.5303C14.5402 17.2374 14.5402 16.7626 14.8331 16.4697C15.126 16.1768 15.6008 16.1768 15.8937 16.4697L16.4544 17.0304L18.1062 15.3786L18.1628 15.3275C18.4574 15.0872 18.8922 15.104 19.1669 15.3786C19.4413 15.6533 19.4583 16.0881 19.218 16.3827L19.1669 16.4393L16.9848 18.6214C16.6919 18.9142 16.217 18.9141 15.9241 18.6214L14.8331 17.5303Z",
4656
+ fill: e
4726
4657
  }
4727
4658
  ),
4728
4659
  /* @__PURE__ */ n(
4729
4660
  "path",
4730
4661
  {
4731
- d: "M9 12C11.2091 12 13 10.2091 13 8C13 5.79086 11.2091 4 9 4C6.79086 4 5 5.79086 5 8C5 10.2091 6.79086 12 9 12Z",
4732
- stroke: e,
4733
- strokeWidth: "1.5",
4734
- strokeLinecap: "round",
4735
- strokeLinejoin: "round"
4662
+ d: "M12.25 8C12.25 6.20507 10.7949 4.75 9 4.75C7.20507 4.75 5.75 6.20507 5.75 8C5.75 9.79493 7.20507 11.25 9 11.25C10.7949 11.25 12.25 9.79493 12.25 8ZM13.75 8C13.75 10.6234 11.6234 12.75 9 12.75C6.37665 12.75 4.25 10.6234 4.25 8C4.25 5.37665 6.37665 3.25 9 3.25C11.6234 3.25 13.75 5.37665 13.75 8Z",
4663
+ fill: e
4736
4664
  }
4737
4665
  )
4738
4666
  ]
4739
4667
  }
4740
- ), u9 = ({
4668
+ ), f9 = ({
4741
4669
  className: l,
4742
4670
  color: e = h.GREY_DARK_5,
4743
- height: t = 24,
4744
- width: i = 24,
4671
+ height: t = 20,
4672
+ width: i = 20,
4745
4673
  onClick: s
4746
4674
  }) => /* @__PURE__ */ g(
4747
4675
  "svg",
@@ -4757,31 +4685,22 @@ const W2 = (l, e) => {
4757
4685
  /* @__PURE__ */ n(
4758
4686
  "path",
4759
4687
  {
4760
- d: "M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z",
4761
- stroke: e,
4762
- strokeWidth: "1.5",
4763
- strokeLinecap: "round",
4764
- strokeLinejoin: "round"
4688
+ d: "M20.25 3.75H3.75V20.25H20.25V3.75ZM2.25 3.59961C2.25021 2.85433 2.85434 2.25021 3.59961 2.25H20.4004C21.1457 2.25021 21.7498 2.85434 21.75 3.59961V20.4004C21.7498 21.1457 21.1457 21.7498 20.4004 21.75H3.59961C2.85433 21.7498 2.25021 21.1457 2.25 20.4004V3.59961Z",
4689
+ fill: e
4765
4690
  }
4766
4691
  ),
4767
4692
  /* @__PURE__ */ n(
4768
4693
  "path",
4769
4694
  {
4770
- d: "M3 16L10 13L21 18",
4771
- stroke: e,
4772
- strokeWidth: "1.5",
4773
- strokeLinecap: "round",
4774
- strokeLinejoin: "round"
4695
+ d: "M9.77861 12.2833C9.9532 12.2293 10.1428 12.2411 10.3108 12.3175L21.3108 17.3175L21.3792 17.3527C21.7074 17.5442 21.8435 17.9572 21.6829 18.3107C21.5114 18.6876 21.0668 18.8541 20.6897 18.6827L9.9915 13.8195L3.29619 16.6896C2.91558 16.8527 2.47412 16.6765 2.31084 16.296C2.14772 15.9154 2.32391 15.474 2.70439 15.3107L9.70439 12.3107L9.77861 12.2833Z",
4696
+ fill: e
4775
4697
  }
4776
4698
  ),
4777
4699
  /* @__PURE__ */ n(
4778
4700
  "path",
4779
4701
  {
4780
- d: "M16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10Z",
4781
- stroke: e,
4782
- strokeWidth: "1.5",
4783
- strokeLinecap: "round",
4784
- strokeLinejoin: "round"
4702
+ d: "M14.75 8C14.75 7.30964 15.3096 6.75 16 6.75C16.6904 6.75 17.25 7.30964 17.25 8C17.25 8.69036 16.6904 9.25 16 9.25C15.3096 9.25 14.75 8.69036 14.75 8ZM13.25 8C13.25 9.51878 14.4812 10.75 16 10.75C17.5188 10.75 18.75 9.51878 18.75 8C18.75 6.48122 17.5188 5.25 16 5.25C14.4812 5.25 13.25 6.48122 13.25 8Z",
4703
+ fill: e
4785
4704
  }
4786
4705
  )
4787
4706
  ]
@@ -4789,8 +4708,8 @@ const W2 = (l, e) => {
4789
4708
  ), p9 = ({
4790
4709
  className: l,
4791
4710
  color: e = h.GREY_DARK_5,
4792
- height: t = 24,
4793
- width: i = 24,
4711
+ height: t = 20,
4712
+ width: i = 20,
4794
4713
  onClick: s
4795
4714
  }) => /* @__PURE__ */ n(
4796
4715
  "svg",
@@ -4805,15 +4724,12 @@ const W2 = (l, e) => {
4805
4724
  children: /* @__PURE__ */ n(
4806
4725
  "path",
4807
4726
  {
4808
- d: "M14.3632 5.65156L15.8431 4.17157C16.6242 3.39052 17.8905 3.39052 18.6716 4.17157L20.0858 5.58579C20.8668 6.36683 20.8668 7.63316 20.0858 8.41421L18.6058 9.8942M14.3632 5.65156L4.74749 15.2672C4.41542 15.5993 4.21079 16.0376 4.16947 16.5054L3.92738 19.2459C3.87261 19.8659 4.39148 20.3848 5.0115 20.33L7.75191 20.0879C8.21972 20.0466 8.65806 19.8419 8.99013 19.5099L18.6058 9.8942M14.3632 5.65156L18.6058 9.8942",
4809
- stroke: e,
4810
- strokeWidth: "1.5",
4811
- strokeLinecap: "round",
4812
- strokeLinejoin: "round"
4727
+ d: "M14.3632 6.71205L17.5452 9.89403L8.45984 18.9794C8.2523 19.1869 7.97813 19.3147 7.68575 19.3405L4.94503 19.5829C4.7903 19.5964 4.66089 19.4669 4.67434 19.3122L4.91671 16.5715C4.94254 16.2791 5.07032 16.0049 5.27786 15.7974L14.3632 6.71205ZM16.3734 4.7019C16.8615 4.21375 17.653 4.21375 18.1411 4.7019L19.5553 6.11612C20.0435 6.60427 20.0435 7.39573 19.5553 7.88388L18.6059 8.83337L15.4239 5.65139L16.3734 4.7019ZM4.2172 14.7367C3.76073 15.1932 3.47933 15.7959 3.4224 16.4389L3.18002 19.1796C3.08417 20.2647 3.99258 21.1731 5.07761 21.0772L7.81834 20.8348C8.46136 20.7779 9.06403 20.4965 9.5205 20.04L20.616 8.94454C21.6899 7.8706 21.6899 6.1294 20.616 5.05546L19.2018 3.64124C18.1278 2.5673 16.3866 2.5673 15.3127 3.64124L4.2172 14.7367Z",
4728
+ fill: e
4813
4729
  }
4814
4730
  )
4815
4731
  }
4816
- ), f9 = ({
4732
+ ), u9 = ({
4817
4733
  className: l,
4818
4734
  color: e = h.GREY_DARK_5,
4819
4735
  height: t = 20,
@@ -4917,7 +4833,7 @@ const W2 = (l, e) => {
4917
4833
  }
4918
4834
  )
4919
4835
  }
4920
- ), k9 = ({
4836
+ ), v9 = ({
4921
4837
  width: l = 24,
4922
4838
  height: e = 24,
4923
4839
  color: t = "#131314",
@@ -4950,7 +4866,7 @@ const W2 = (l, e) => {
4950
4866
  )
4951
4867
  ]
4952
4868
  }
4953
- ), v9 = ({
4869
+ ), k9 = ({
4954
4870
  width: l = 20,
4955
4871
  height: e = 20,
4956
4872
  color: t = h.GREY_DARK_5,
@@ -5085,9 +5001,9 @@ const W2 = (l, e) => {
5085
5001
  ]
5086
5002
  }
5087
5003
  ), x9 = ({
5088
- width: l = 24,
5089
- height: e = 24,
5090
- color: t = h.GREY_DARK_2,
5004
+ width: l = 20,
5005
+ height: e = 20,
5006
+ color: t = h.GREY_DARK_5,
5091
5007
  className: i,
5092
5008
  onClick: s
5093
5009
  }) => /* @__PURE__ */ n(
@@ -5111,7 +5027,7 @@ const W2 = (l, e) => {
5111
5027
  }
5112
5028
  )
5113
5029
  }
5114
- ), V9 = ({
5030
+ ), Z9 = ({
5115
5031
  width: l = 20,
5116
5032
  height: e = 20,
5117
5033
  color: t = h.GREY_DARK_5,
@@ -5135,7 +5051,7 @@ const W2 = (l, e) => {
5135
5051
  }
5136
5052
  )
5137
5053
  }
5138
- ), Z9 = ({
5054
+ ), R9 = ({
5139
5055
  name: l,
5140
5056
  width: e,
5141
5057
  height: t,
@@ -5145,22 +5061,22 @@ const W2 = (l, e) => {
5145
5061
  onClick: c
5146
5062
  }) => {
5147
5063
  const { theme: d } = T(Q), a = C ? d && d === "dark" ? h.GREY_LIGHT_4 : h.GREY_DARK_1 : i, o = C ? void 0 : c, r = c && !C ? `${s || ""} clickable` : s;
5148
- return /* @__PURE__ */ n(j, { children: (() => {
5064
+ return /* @__PURE__ */ n($, { children: (() => {
5149
5065
  switch (l) {
5150
5066
  case "arrow1Down":
5151
- return f7({ width: e, height: t, color: a, className: r, onClick: o });
5067
+ return u7({ width: e, height: t, color: a, className: r, onClick: o });
5152
5068
  case "arrow1Up":
5153
5069
  return L7({ width: e, height: t, color: a, className: r, onClick: o });
5154
5070
  case "arrow1Right":
5155
5071
  return m7({ width: e, height: t, color: a, className: r, onClick: o });
5156
5072
  case "arrow1Left":
5157
- return k7({ width: e, height: t, color: a, className: r, onClick: o });
5158
- case "info":
5159
5073
  return v7({ width: e, height: t, color: a, className: r, onClick: o });
5074
+ case "info":
5075
+ return k7({ width: e, height: t, color: a, className: r, onClick: o });
5160
5076
  case "archive":
5161
- return Z7({ width: e, height: t, color: a, className: r, onClick: o });
5162
- case "unarchive":
5163
5077
  return R7({ width: e, height: t, color: a, className: r, onClick: o });
5078
+ case "unarchive":
5079
+ return V7({ width: e, height: t, color: a, className: r, onClick: o });
5164
5080
  case "calendar":
5165
5081
  return H7({ width: e, height: t, color: a, className: r, onClick: o });
5166
5082
  case "check":
@@ -5170,9 +5086,9 @@ const W2 = (l, e) => {
5170
5086
  case "add":
5171
5087
  return y7({ width: e, height: t, color: a, className: r, onClick: o });
5172
5088
  case "list":
5173
- return A7({ width: e, height: t, color: a, className: r, onClick: o });
5174
- case "dragAndDrop":
5175
5089
  return E7({ width: e, height: t, color: a, className: r, onClick: o });
5090
+ case "dragAndDrop":
5091
+ return A7({ width: e, height: t, color: a, className: r, onClick: o });
5176
5092
  case "filter1":
5177
5093
  return D7({ width: e, height: t, color: a, className: r, onClick: o });
5178
5094
  case "filter2":
@@ -5190,9 +5106,9 @@ const W2 = (l, e) => {
5190
5106
  onClick: o
5191
5107
  });
5192
5108
  case "skills":
5193
- return S7({ width: e, height: t, color: a, className: r, onClick: o });
5109
+ return Y7({ width: e, height: t, color: a, className: r, onClick: o });
5194
5110
  case "skillsMatrices":
5195
- return Y7({
5111
+ return S7({
5196
5112
  width: e,
5197
5113
  height: t,
5198
5114
  color: a,
@@ -5204,17 +5120,17 @@ const W2 = (l, e) => {
5204
5120
  case "logOut":
5205
5121
  return I7({ width: e, height: t, color: a, className: r, onClick: o });
5206
5122
  case "settings":
5207
- return j7({ width: e, height: t, color: a, className: r, onClick: o });
5208
- case "trash":
5209
5123
  return $7({ width: e, height: t, color: a, className: r, onClick: o });
5124
+ case "trash":
5125
+ return P7({ width: e, height: t, color: a, className: r, onClick: o });
5210
5126
  case "settings2":
5211
5127
  return T7({ width: e, height: t, color: a, className: r, onClick: o });
5212
5128
  case "checkCircle":
5213
- return P7({ width: e, height: t, color: a, className: r, onClick: o });
5129
+ return j7({ width: e, height: t, color: a, className: r, onClick: o });
5214
5130
  case "cancelCircle":
5215
- return W7({ width: e, height: t, color: a, className: r, onClick: o });
5131
+ return F7({ width: e, height: t, color: a, className: r, onClick: o });
5216
5132
  case "visibilityIcon":
5217
- return F7({
5133
+ return U7({
5218
5134
  width: e,
5219
5135
  height: t,
5220
5136
  color: a,
@@ -5222,7 +5138,7 @@ const W2 = (l, e) => {
5222
5138
  onClick: o
5223
5139
  });
5224
5140
  case "visibilityOffIcon":
5225
- return U7({
5141
+ return W7({
5226
5142
  width: e,
5227
5143
  height: t,
5228
5144
  color: a,
@@ -5248,7 +5164,7 @@ const W2 = (l, e) => {
5248
5164
  case "arrow2Down":
5249
5165
  return x7({ width: e, height: t, color: a, className: r, onClick: o });
5250
5166
  case "arrow2Left":
5251
- return V7({ width: e, height: t, color: a, className: r, onClick: o });
5167
+ return Z7({ width: e, height: t, color: a, className: r, onClick: o });
5252
5168
  case "link":
5253
5169
  return t9({ width: e, height: t, color: a, className: r, onClick: o });
5254
5170
  case "telegram":
@@ -5276,19 +5192,19 @@ const W2 = (l, e) => {
5276
5192
  case "resourceManager":
5277
5193
  return w9({ width: e, height: t, color: a, className: r, onClick: o });
5278
5194
  case "image":
5279
- return u9({ width: e, height: t, color: a, className: r, onClick: o });
5195
+ return f9({ width: e, height: t, color: a, className: r, onClick: o });
5280
5196
  case "edit":
5281
5197
  return p9({ width: e, height: t, color: a, className: r, onClick: o });
5282
5198
  case "burgerMenu":
5283
- return f9({ width: e, height: t, color: a, className: r, onClick: o });
5199
+ return u9({ width: e, height: t, color: a, className: r, onClick: o });
5284
5200
  case "refresh":
5285
5201
  return L9({ width: e, height: t, color: a, className: r, onClick: o });
5286
5202
  case "projects":
5287
5203
  return m9({ width: e, height: t, color: a, className: r, onClick: o });
5288
5204
  case "user":
5289
- return v9({ width: e, height: t, color: a, className: r, onClick: o });
5290
- case "exit":
5291
5205
  return k9({ width: e, height: t, color: a, className: r, onClick: o });
5206
+ case "exit":
5207
+ return v9({ width: e, height: t, color: a, className: r, onClick: o });
5292
5208
  case "status":
5293
5209
  return N9({ width: e, height: t, color: a, className: r, onClick: o });
5294
5210
  case "community":
@@ -5296,9 +5212,9 @@ const W2 = (l, e) => {
5296
5212
  case "docs":
5297
5213
  return x9({ width: e, height: t, color: a, className: r, onClick: o });
5298
5214
  case "unpaidLeave":
5299
- return V9({ width: e, height: t, color: a, className: r, onClick: o });
5215
+ return Z9({ width: e, height: t, color: a, className: r, onClick: o });
5300
5216
  default:
5301
- return /* @__PURE__ */ n(j, { children: "No Icon provided" });
5217
+ return /* @__PURE__ */ n($, { children: "No Icon provided" });
5302
5218
  }
5303
5219
  })() });
5304
5220
  }, l2 = ({
@@ -5317,7 +5233,7 @@ const W2 = (l, e) => {
5317
5233
  {
5318
5234
  className: `snmt-tag ${t} ${C ? "disabled" : ""}`,
5319
5235
  closeIcon: /* @__PURE__ */ n(
5320
- Z9,
5236
+ R9,
5321
5237
  {
5322
5238
  name: "cancelCircle",
5323
5239
  color: C ? h.GREY_DARK_1 : h.GREY_DARK_2,
@@ -5339,7 +5255,7 @@ const W2 = (l, e) => {
5339
5255
  ) : l
5340
5256
  }
5341
5257
  );
5342
- }, { Title: R9, Text: H9 } = d1, _9 = {
5258
+ }, { Title: V9, Text: H9 } = d1, _9 = {
5343
5259
  h1: 1,
5344
5260
  h2: 2,
5345
5261
  h3: 3,
@@ -5356,9 +5272,9 @@ const W2 = (l, e) => {
5356
5272
  /** This prop allows you to enable tooltip if text size is too big */
5357
5273
  trim: d = !1
5358
5274
  }, a) => {
5359
- const o = $(null);
5275
+ const o = P(null);
5360
5276
  g1(a, () => o.current);
5361
- const [r, p] = A(!1);
5277
+ const [r, p] = E(!1);
5362
5278
  D(() => {
5363
5279
  var L;
5364
5280
  if (!d) return;
@@ -5372,10 +5288,10 @@ const W2 = (l, e) => {
5372
5288
  };
5373
5289
  }, [d]);
5374
5290
  const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
5375
- let u = `snmt-typography snmt-typography-${e}`;
5376
- l && l !== "inherit" && (u += ` snmt-typography-align-${l}`), C && (u += " collapsed");
5377
- const f = {
5378
- className: u,
5291
+ let f = `snmt-typography snmt-typography-${e}`;
5292
+ l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
5293
+ const u = {
5294
+ className: f,
5379
5295
  style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
5380
5296
  onClick: s,
5381
5297
  ref: o,
@@ -5386,7 +5302,7 @@ const W2 = (l, e) => {
5386
5302
  }
5387
5303
  } : void 0
5388
5304
  };
5389
- return w ? /* @__PURE__ */ n(R9, { level: _9[e], ...f, children: i }) : /* @__PURE__ */ n(H9, { ...f, children: i });
5305
+ return w ? /* @__PURE__ */ n(V9, { level: _9[e], ...u, children: i }) : /* @__PURE__ */ n(H9, { ...u, children: i });
5390
5306
  }
5391
5307
  ), y9 = ({
5392
5308
  children: l,
@@ -5397,9 +5313,9 @@ const W2 = (l, e) => {
5397
5313
  noPadding: C = !1,
5398
5314
  trigger: c = "click"
5399
5315
  }) => {
5400
- const [d, a] = A(!1);
5316
+ const [d, a] = E(!1);
5401
5317
  return /* @__PURE__ */ n(
5402
- R2,
5318
+ V2,
5403
5319
  {
5404
5320
  content: e,
5405
5321
  arrow: !1,
@@ -5413,7 +5329,7 @@ const W2 = (l, e) => {
5413
5329
  children: /* @__PURE__ */ n("div", { className: "wrapper", children: l })
5414
5330
  }
5415
5331
  );
5416
- }, { Title: A9, Text: E9 } = d1, D9 = {
5332
+ }, { Title: E9, Text: A9 } = d1, D9 = {
5417
5333
  h1: 1,
5418
5334
  h2: 2,
5419
5335
  h3: 3,
@@ -5430,9 +5346,9 @@ const W2 = (l, e) => {
5430
5346
  /** This prop allows you to enable tooltip if text size is too big */
5431
5347
  trim: d = !1
5432
5348
  }, a) => {
5433
- const o = $(null);
5349
+ const o = P(null);
5434
5350
  g1(a, () => o.current);
5435
- const [r, p] = A(!1);
5351
+ const [r, p] = E(!1);
5436
5352
  D(() => {
5437
5353
  var L;
5438
5354
  if (!d) return;
@@ -5446,10 +5362,10 @@ const W2 = (l, e) => {
5446
5362
  };
5447
5363
  }, [d]);
5448
5364
  const w = e === "h1" || e === "h2" || e === "h3" || e === "h4";
5449
- let u = `snmt-typography snmt-typography-${e}`;
5450
- l && l !== "inherit" && (u += ` snmt-typography-align-${l}`), C && (u += " collapsed");
5451
- const f = {
5452
- className: u,
5365
+ let f = `snmt-typography snmt-typography-${e}`;
5366
+ l && l !== "inherit" && (f += ` snmt-typography-align-${l}`), C && (f += " collapsed");
5367
+ const u = {
5368
+ className: f,
5453
5369
  style: { color: t, whiteSpace: d ? "nowrap" : c, display: d ? "block" : "" },
5454
5370
  onClick: s,
5455
5371
  ref: o,
@@ -5460,7 +5376,7 @@ const W2 = (l, e) => {
5460
5376
  }
5461
5377
  } : void 0
5462
5378
  };
5463
- return w ? /* @__PURE__ */ n(A9, { level: D9[e], ...f, children: i }) : /* @__PURE__ */ n(E9, { ...f, children: i });
5379
+ return w ? /* @__PURE__ */ n(E9, { level: D9[e], ...u, children: i }) : /* @__PURE__ */ n(A9, { ...u, children: i });
5464
5380
  }
5465
5381
  ), K9 = ({
5466
5382
  width: l = 20,
@@ -5534,7 +5450,7 @@ const W2 = (l, e) => {
5534
5450
  }
5535
5451
  )
5536
5452
  }
5537
- ), S9 = ({
5453
+ ), Y9 = ({
5538
5454
  width: l = 20,
5539
5455
  height: e = 20,
5540
5456
  color: t = h.GREY_DARK_5,
@@ -5559,7 +5475,7 @@ const W2 = (l, e) => {
5559
5475
  }
5560
5476
  )
5561
5477
  }
5562
- ), Y9 = ({
5478
+ ), S9 = ({
5563
5479
  width: l = 20,
5564
5480
  height: e = 20,
5565
5481
  color: t = h.GREY_DARK_5,
@@ -5650,7 +5566,7 @@ const W2 = (l, e) => {
5650
5566
  }
5651
5567
  )
5652
5568
  }
5653
- ), j9 = ({
5569
+ ), $9 = ({
5654
5570
  width: l = 20,
5655
5571
  height: e = 20,
5656
5572
  color: t = h.GREY_DARK_5,
@@ -5677,7 +5593,7 @@ const W2 = (l, e) => {
5677
5593
  /* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
5678
5594
  ]
5679
5595
  }
5680
- ), $9 = ({
5596
+ ), P9 = ({
5681
5597
  width: l = 20,
5682
5598
  height: e = 20,
5683
5599
  color: t = h.GREY_DARK_5,
@@ -5741,7 +5657,7 @@ const W2 = (l, e) => {
5741
5657
  )
5742
5658
  ]
5743
5659
  }
5744
- ), P9 = ({
5660
+ ), j9 = ({
5745
5661
  width: l = 20,
5746
5662
  height: e = 20,
5747
5663
  color: t = h.GREY_DARK_5,
@@ -5787,7 +5703,7 @@ const W2 = (l, e) => {
5787
5703
  )
5788
5704
  ]
5789
5705
  }
5790
- ), W9 = ({
5706
+ ), F9 = ({
5791
5707
  width: l = 20,
5792
5708
  height: e = 20,
5793
5709
  color: t = h.GREY_DARK_5,
@@ -5834,7 +5750,7 @@ const W2 = (l, e) => {
5834
5750
  )
5835
5751
  ]
5836
5752
  }
5837
- ), F9 = ({
5753
+ ), U9 = ({
5838
5754
  width: l = 20,
5839
5755
  height: e = 20,
5840
5756
  color: t = h.GREY_DARK_5,
@@ -5858,7 +5774,7 @@ const W2 = (l, e) => {
5858
5774
  }
5859
5775
  )
5860
5776
  }
5861
- ), U9 = ({
5777
+ ), W9 = ({
5862
5778
  width: l = 20,
5863
5779
  height: e = 20,
5864
5780
  color: t = h.GREY_DARK_5,
@@ -6647,7 +6563,7 @@ const W2 = (l, e) => {
6647
6563
  )
6648
6564
  ]
6649
6565
  }
6650
- ), u0 = ({
6566
+ ), f0 = ({
6651
6567
  width: l = 20,
6652
6568
  height: e = 20,
6653
6569
  color: t = h.GREY_DARK_5,
@@ -6727,7 +6643,7 @@ const W2 = (l, e) => {
6727
6643
  )
6728
6644
  ]
6729
6645
  }
6730
- ), f0 = ({
6646
+ ), u0 = ({
6731
6647
  className: l,
6732
6648
  color: e = h.GREY_DARK_5,
6733
6649
  height: t = 5,
@@ -6809,7 +6725,7 @@ const W2 = (l, e) => {
6809
6725
  )
6810
6726
  ]
6811
6727
  }
6812
- ), k0 = ({
6728
+ ), v0 = ({
6813
6729
  className: l,
6814
6730
  color: e = h.GREY_DARK_5,
6815
6731
  height: t = 20,
@@ -6848,7 +6764,7 @@ const W2 = (l, e) => {
6848
6764
  )
6849
6765
  ]
6850
6766
  }
6851
- ), v0 = ({
6767
+ ), k0 = ({
6852
6768
  className: l,
6853
6769
  color: e = h.GREY_DARK_5,
6854
6770
  height: t = 20,
@@ -6989,7 +6905,7 @@ const W2 = (l, e) => {
6989
6905
  )
6990
6906
  ]
6991
6907
  }
6992
- ), V0 = ({
6908
+ ), Z0 = ({
6993
6909
  className: l,
6994
6910
  color: e = h.GREY_DARK_5,
6995
6911
  height: t = 20,
@@ -7013,7 +6929,7 @@ const W2 = (l, e) => {
7013
6929
  }
7014
6930
  )
7015
6931
  }
7016
- ), Z0 = ({
6932
+ ), R0 = ({
7017
6933
  className: l,
7018
6934
  color: e = h.GREY_DARK_5,
7019
6935
  height: t = 20,
@@ -7074,7 +6990,7 @@ const W2 = (l, e) => {
7074
6990
  )
7075
6991
  ]
7076
6992
  }
7077
- ), R0 = ({
6993
+ ), V0 = ({
7078
6994
  className: l,
7079
6995
  color: e = h.GREY_DARK_5,
7080
6996
  height: t = 20,
@@ -7113,9 +7029,9 @@ const W2 = (l, e) => {
7113
7029
  }
7114
7030
  ), H0 = ({
7115
7031
  className: l,
7116
- color: e = h.NOTIFICATION_WARNING_DARK,
7117
- height: t = 37,
7118
- width: i = 36,
7032
+ color: e = h.GREY_DARK_5,
7033
+ height: t = 20,
7034
+ width: i = 20,
7119
7035
  onClick: s
7120
7036
  }) => /* @__PURE__ */ g(
7121
7037
  "svg",
@@ -7124,28 +7040,29 @@ const W2 = (l, e) => {
7124
7040
  className: l,
7125
7041
  width: i,
7126
7042
  height: t,
7127
- viewBox: "0 0 36 37",
7043
+ viewBox: "0 0 24 24",
7128
7044
  fill: "none",
7129
7045
  xmlns: "http://www.w3.org/2000/svg",
7130
7046
  children: [
7131
7047
  /* @__PURE__ */ n(
7132
7048
  "path",
7133
7049
  {
7134
- d: "M30.0644 31.9999H5.93558C3.62853 31.9999 2.18486 29.5045 3.33486 27.5045L15.3993 6.52287C16.5528 4.51675 19.4472 4.51675 20.6007 6.52287L32.6651 27.5045C33.8151 29.5045 32.3715 31.9999 30.0644 31.9999Z",
7135
- stroke: e,
7136
- strokeWidth: "2.25",
7137
- strokeLinecap: "round"
7050
+ d: "M9.61621 3.64141C10.6736 1.80247 13.3264 1.80247 14.3838 3.64141L22.4268 17.6287C23.4809 19.462 22.1578 21.7498 20.043 21.7498H3.95704C1.84226 21.7498 0.519085 19.462 1.57325 17.6287L9.61621 3.64141ZM13.084 4.38946C12.6034 3.55358 11.3967 3.55358 10.916 4.38946L2.87305 18.3768C2.39409 19.2101 2.99585 20.2498 3.95704 20.2498H20.043C21.0042 20.2498 21.6059 19.2101 21.127 18.3768L13.084 4.38946Z",
7051
+ fill: e
7138
7052
  }
7139
7053
  ),
7140
- /* @__PURE__ */ n("path", { d: "M18 13.9999V19.9999", stroke: e, strokeWidth: "2.25", strokeLinecap: "round" }),
7141
7054
  /* @__PURE__ */ n(
7142
7055
  "path",
7143
7056
  {
7144
- d: "M18 26.0149L18.015 25.9982",
7145
- stroke: e,
7146
- strokeWidth: "2.25",
7147
- strokeLinecap: "round",
7148
- strokeLinejoin: "round"
7057
+ d: "M11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13Z",
7058
+ fill: e
7059
+ }
7060
+ ),
7061
+ /* @__PURE__ */ n(
7062
+ "path",
7063
+ {
7064
+ d: "M11.4523 16.4973C11.7294 16.1894 12.204 16.1645 12.5118 16.4416C12.8197 16.7187 12.8446 17.1933 12.5675 17.5012L12.5577 17.5119C12.2806 17.8198 11.806 17.8447 11.4982 17.5676C11.1904 17.2905 11.1655 16.8158 11.4425 16.508L11.4523 16.4973Z",
7065
+ fill: e
7149
7066
  }
7150
7067
  )
7151
7068
  ]
@@ -7153,8 +7070,8 @@ const W2 = (l, e) => {
7153
7070
  ), _0 = ({
7154
7071
  className: l,
7155
7072
  color: e = h.GREY_DARK_5,
7156
- height: t = 24,
7157
- width: i = 24,
7073
+ height: t = 20,
7074
+ width: i = 20,
7158
7075
  onClick: s
7159
7076
  }) => /* @__PURE__ */ g(
7160
7077
  "svg",
@@ -7170,21 +7087,15 @@ const W2 = (l, e) => {
7170
7087
  /* @__PURE__ */ n(
7171
7088
  "path",
7172
7089
  {
7173
- d: "M18 8.4C18 6.70261 17.3679 5.07475 16.2426 3.87452C15.1174 2.67428 13.5913 2 12 2C10.4087 2 8.88258 2.67428 7.75736 3.87452C6.63214 5.07475 6 6.70261 6 8.4C6 15.8667 3 18 3 18H21C21 18 18 15.8667 18 8.4Z",
7174
- stroke: e,
7175
- strokeWidth: "1.5",
7176
- strokeLinecap: "round",
7177
- strokeLinejoin: "round"
7090
+ d: "M17.2504 8.40039C17.2504 6.88687 16.686 5.44411 15.6957 4.3877C14.7068 3.33292 13.3766 2.75 12.0004 2.75C10.6242 2.75 9.29391 3.33292 8.30505 4.3877C7.31468 5.44411 6.75036 6.88687 6.75036 8.40039C6.75031 12.2363 5.97918 14.7561 5.16833 16.3418C4.99051 16.6895 4.81031 16.9904 4.63806 17.25H19.3627C19.1904 16.9904 19.0102 16.6895 18.8324 16.3418C18.0215 14.7561 17.2504 12.2363 17.2504 8.40039ZM18.7504 8.40039C18.7504 12.0306 19.4793 14.3106 20.1683 15.6582C20.5135 16.3333 20.8519 16.7812 21.0922 17.0518C21.2124 17.1871 21.3087 17.2789 21.3695 17.333C21.3998 17.3599 21.4216 17.3777 21.433 17.3867C21.4344 17.3878 21.4358 17.3888 21.4369 17.3896H21.4359C21.7011 17.5789 21.8143 17.918 21.7152 18.2285C21.6159 18.5392 21.3266 18.75 21.0004 18.75H3.00036C2.67412 18.75 2.38485 18.5392 2.28552 18.2285C2.18638 17.918 2.2996 17.5789 2.56482 17.3896H2.56384C2.56492 17.3888 2.56636 17.3878 2.56775 17.3867C2.57913 17.3777 2.60093 17.3599 2.63122 17.333C2.69203 17.2789 2.78837 17.1871 2.90857 17.0518C3.14886 16.7812 3.4872 16.3333 3.83239 15.6582C4.52147 14.3106 5.25031 12.0306 5.25036 8.40039C5.25036 6.51915 5.95028 4.70538 7.21032 3.36133C8.47191 2.01564 10.194 1.25 12.0004 1.25C13.8068 1.25 15.5288 2.01564 16.7904 3.36133C18.0504 4.70538 18.7504 6.51915 18.7504 8.40039Z",
7091
+ fill: e
7178
7092
  }
7179
7093
  ),
7180
7094
  /* @__PURE__ */ n(
7181
7095
  "path",
7182
7096
  {
7183
- d: "M13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295C12.6946 21.9044 12.3504 21.9965 12 21.9965C11.6496 21.9965 11.3054 21.9044 11.0018 21.7295C10.6982 21.5547 10.4458 21.3031 10.27 21",
7184
- stroke: e,
7185
- strokeWidth: "1.5",
7186
- strokeLinecap: "round",
7187
- strokeLinejoin: "round"
7097
+ d: "M13.0808 20.6243C13.2886 20.266 13.7469 20.1441 14.1052 20.3518C14.4635 20.5596 14.5854 21.0179 14.3777 21.3762C14.1359 21.7929 13.7893 22.1397 13.3718 22.3801C12.9545 22.6204 12.4813 22.7462 11.9997 22.7463C11.518 22.7463 11.0441 22.6205 10.6267 22.3801C10.2092 22.1397 9.86258 21.7929 9.62084 21.3762C9.4131 21.0179 9.53505 20.5596 9.8933 20.3518C10.2516 20.1441 10.7099 20.266 10.9177 20.6243C11.0276 20.8136 11.186 20.971 11.3757 21.0803C11.5654 21.1894 11.7809 21.2463 11.9997 21.2463C12.2184 21.2462 12.4333 21.1894 12.6228 21.0803C12.8125 20.971 12.9709 20.8136 13.0808 20.6243Z",
7098
+ fill: e
7188
7099
  }
7189
7100
  )
7190
7101
  ]
@@ -7225,8 +7136,8 @@ const W2 = (l, e) => {
7225
7136
  ), y0 = ({
7226
7137
  className: l,
7227
7138
  color: e = h.GREY_DARK_5,
7228
- height: t = 24,
7229
- width: i = 24,
7139
+ height: t = 20,
7140
+ width: i = 20,
7230
7141
  onClick: s
7231
7142
  }) => /* @__PURE__ */ g(
7232
7143
  "svg",
@@ -7242,60 +7153,45 @@ const W2 = (l, e) => {
7242
7153
  /* @__PURE__ */ n(
7243
7154
  "path",
7244
7155
  {
7245
- d: "M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z",
7246
- stroke: e,
7247
- strokeWidth: "1.5",
7248
- strokeLinecap: "round",
7249
- strokeLinejoin: "round"
7156
+ d: "M4.75 21.25H19.25V5.81055L16.1895 2.75H4.75V21.25ZM20.75 21.4004C20.7498 22.1457 20.1457 22.7498 19.4004 22.75H4.59961C3.85433 22.7498 3.25021 22.1457 3.25 21.4004V2.59961C3.25021 1.85433 3.85434 1.25021 4.59961 1.25H16.252C16.6098 1.25013 16.953 1.39245 17.2061 1.64551L20.3545 4.79395C20.6076 5.04701 20.7499 5.39018 20.75 5.74805V21.4004Z",
7157
+ fill: e
7250
7158
  }
7251
7159
  ),
7252
7160
  /* @__PURE__ */ n(
7253
7161
  "path",
7254
7162
  {
7255
- d: "M8 10L16 10",
7256
- stroke: e,
7257
- strokeWidth: "1.5",
7258
- strokeLinecap: "round",
7259
- strokeLinejoin: "round"
7163
+ d: "M16 10.75L8 10.75C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25L16 9.25C16.4142 9.25 16.75 9.58579 16.75 10C16.75 10.4142 16.4142 10.75 16 10.75Z",
7164
+ fill: e
7260
7165
  }
7261
7166
  ),
7262
7167
  /* @__PURE__ */ n(
7263
7168
  "path",
7264
7169
  {
7265
- d: "M8 18L16 18",
7266
- stroke: e,
7267
- strokeWidth: "1.5",
7268
- strokeLinecap: "round",
7269
- strokeLinejoin: "round"
7170
+ d: "M16 18.75L8 18.75C7.58579 18.75 7.25 18.4142 7.25 18C7.25 17.5858 7.58579 17.25 8 17.25L16 17.25C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75Z",
7171
+ fill: e
7270
7172
  }
7271
7173
  ),
7272
7174
  /* @__PURE__ */ n(
7273
7175
  "path",
7274
7176
  {
7275
- d: "M8 14L12 14",
7276
- stroke: e,
7277
- strokeWidth: "1.5",
7278
- strokeLinecap: "round",
7279
- strokeLinejoin: "round"
7177
+ d: "M12 14.75L8 14.75C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25L12 13.25C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75Z",
7178
+ fill: e
7280
7179
  }
7281
7180
  ),
7282
7181
  /* @__PURE__ */ n(
7283
7182
  "path",
7284
7183
  {
7285
- d: "M16 2V5.4C16 5.73137 16.2686 6 16.6 6H20",
7286
- stroke: e,
7287
- strokeWidth: "1.5",
7288
- strokeLinecap: "round",
7289
- strokeLinejoin: "round"
7184
+ d: "M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H16.5996C15.8543 6.74979 15.2502 6.14567 15.25 5.40039V2Z",
7185
+ fill: e
7290
7186
  }
7291
7187
  )
7292
7188
  ]
7293
7189
  }
7294
- ), A0 = ({
7190
+ ), E0 = ({
7295
7191
  className: l,
7296
7192
  color: e = h.GREY_DARK_5,
7297
- height: t = 24,
7298
- width: i = 24,
7193
+ height: t = 20,
7194
+ width: i = 20,
7299
7195
  onClick: s
7300
7196
  }) => /* @__PURE__ */ g(
7301
7197
  "svg",
@@ -7311,48 +7207,38 @@ const W2 = (l, e) => {
7311
7207
  /* @__PURE__ */ n(
7312
7208
  "path",
7313
7209
  {
7314
- d: "M2 20V19C2 15.134 5.13401 12 9 12V12",
7315
- stroke: e,
7316
- strokeWidth: "1.5",
7317
- strokeLinecap: "round",
7318
- strokeLinejoin: "round"
7210
+ d: "M1.25 20V19C1.25 14.7198 4.71979 11.25 9 11.25V12.75C5.54822 12.75 2.75 15.5482 2.75 19V20C2.75 20.4142 2.41421 20.75 2 20.75C1.58579 20.75 1.25 20.4142 1.25 20Z",
7211
+ fill: e
7319
7212
  }
7320
7213
  ),
7321
7214
  /* @__PURE__ */ n(
7322
7215
  "path",
7323
7216
  {
7324
- d: "M15.8038 12.3135C16.4456 11.6088 17.5544 11.6088 18.1962 12.3135V12.3135C18.5206 12.6697 18.9868 12.8628 19.468 12.8403V12.8403C20.4201 12.7958 21.2042 13.5799 21.1597 14.532V14.532C21.1372 15.0132 21.3303 15.4794 21.6865 15.8038V15.8038C22.3912 16.4456 22.3912 17.5544 21.6865 18.1962V18.1962C21.3303 18.5206 21.1372 18.9868 21.1597 19.468V19.468C21.2042 20.4201 20.4201 21.2042 19.468 21.1597V21.1597C18.9868 21.1372 18.5206 21.3303 18.1962 21.6865V21.6865C17.5544 22.3912 16.4456 22.3912 15.8038 21.6865V21.6865C15.4794 21.3303 15.0132 21.1372 14.532 21.1597V21.1597C13.5799 21.2042 12.7958 20.4201 12.8403 19.468V19.468C12.8628 18.9868 12.6697 18.5206 12.3135 18.1962V18.1962C11.6088 17.5544 11.6088 16.4456 12.3135 15.8038V15.8038C12.6697 15.4794 12.8628 15.0132 12.8403 14.532V14.532C12.7958 13.5799 13.5799 12.7958 14.532 12.8403V12.8403C15.0132 12.8628 15.4794 12.6697 15.8038 12.3135V12.3135Z",
7325
- stroke: e,
7326
- strokeWidth: "1.5"
7217
+ d: "M15.2491 11.8087C16.1884 10.7773 17.8118 10.7773 18.7511 11.8087C18.925 11.9996 19.1748 12.1029 19.4327 12.0909C20.8262 12.0258 21.9744 13.174 21.9093 14.5675C21.8973 14.8254 22.0006 15.0752 22.1915 15.2491C23.2229 16.1884 23.2229 17.8118 22.1915 18.7511C22.0006 18.925 21.8973 19.1748 21.9093 19.4327C21.9744 20.8262 20.8262 21.9744 19.4327 21.9093C19.1748 21.8973 18.925 22.0006 18.7511 22.1915C17.8118 23.2229 16.1884 23.2229 15.2491 22.1915C15.0752 22.0006 14.8254 21.8973 14.5675 21.9093C13.174 21.9744 12.0258 20.8262 12.0909 19.4327C12.1029 19.1748 11.9996 18.925 11.8087 18.7511C10.7773 17.8118 10.7773 16.1884 11.8087 15.2491C11.9996 15.0752 12.1029 14.8254 12.0909 14.5675C12.0258 13.174 13.174 12.0258 14.5675 12.0909C14.8254 12.1029 15.0752 11.9996 15.2491 11.8087ZM17.6417 12.8185C17.2974 12.4406 16.7028 12.4406 16.3585 12.8185C15.8838 13.3397 15.2014 13.6228 14.4972 13.59C13.9864 13.5661 13.5661 13.9864 13.59 14.4972C13.6228 15.2014 13.3397 15.8838 12.8185 16.3585C12.4406 16.7028 12.4406 17.2974 12.8185 17.6417C13.3397 18.1164 13.6228 18.7988 13.59 19.503C13.5661 20.0138 13.9864 20.4341 14.4972 20.4103C15.2014 20.3774 15.8838 20.6605 16.3585 21.1818C16.7028 21.5596 17.2974 21.5596 17.6417 21.1818C18.1164 20.6605 18.7988 20.3774 19.503 20.4103C20.0138 20.4341 20.4341 20.0138 20.4103 19.503C20.3774 18.7988 20.6605 18.1164 21.1818 17.6417C21.5596 17.2974 21.5596 16.7028 21.1818 16.3585C20.6605 15.8838 20.3774 15.2014 20.4103 14.4972C20.4341 13.9864 20.0138 13.5661 19.503 13.59C18.7988 13.6228 18.1164 13.3397 17.6417 12.8185Z",
7218
+ fill: e
7327
7219
  }
7328
7220
  ),
7329
7221
  /* @__PURE__ */ n(
7330
7222
  "path",
7331
7223
  {
7332
- d: "M15.3636 17L16.4546 18.0909L18.6364 15.9091",
7333
- stroke: e,
7334
- strokeWidth: "1.5",
7335
- strokeLinecap: "round",
7336
- strokeLinejoin: "round"
7224
+ d: "M14.8331 17.5303C14.5402 17.2374 14.5402 16.7626 14.8331 16.4697C15.126 16.1768 15.6008 16.1768 15.8937 16.4697L16.4544 17.0304L18.1062 15.3786L18.1628 15.3275C18.4574 15.0872 18.8922 15.104 19.1669 15.3786C19.4413 15.6533 19.4583 16.0881 19.218 16.3827L19.1669 16.4393L16.9848 18.6214C16.6919 18.9142 16.217 18.9141 15.9241 18.6214L14.8331 17.5303Z",
7225
+ fill: e
7337
7226
  }
7338
7227
  ),
7339
7228
  /* @__PURE__ */ n(
7340
7229
  "path",
7341
7230
  {
7342
- d: "M9 12C11.2091 12 13 10.2091 13 8C13 5.79086 11.2091 4 9 4C6.79086 4 5 5.79086 5 8C5 10.2091 6.79086 12 9 12Z",
7343
- stroke: e,
7344
- strokeWidth: "1.5",
7345
- strokeLinecap: "round",
7346
- strokeLinejoin: "round"
7231
+ d: "M12.25 8C12.25 6.20507 10.7949 4.75 9 4.75C7.20507 4.75 5.75 6.20507 5.75 8C5.75 9.79493 7.20507 11.25 9 11.25C10.7949 11.25 12.25 9.79493 12.25 8ZM13.75 8C13.75 10.6234 11.6234 12.75 9 12.75C6.37665 12.75 4.25 10.6234 4.25 8C4.25 5.37665 6.37665 3.25 9 3.25C11.6234 3.25 13.75 5.37665 13.75 8Z",
7232
+ fill: e
7347
7233
  }
7348
7234
  )
7349
7235
  ]
7350
7236
  }
7351
- ), E0 = ({
7237
+ ), A0 = ({
7352
7238
  className: l,
7353
7239
  color: e = h.GREY_DARK_5,
7354
- height: t = 24,
7355
- width: i = 24,
7240
+ height: t = 20,
7241
+ width: i = 20,
7356
7242
  onClick: s
7357
7243
  }) => /* @__PURE__ */ g(
7358
7244
  "svg",
@@ -7368,31 +7254,22 @@ const W2 = (l, e) => {
7368
7254
  /* @__PURE__ */ n(
7369
7255
  "path",
7370
7256
  {
7371
- d: "M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z",
7372
- stroke: e,
7373
- strokeWidth: "1.5",
7374
- strokeLinecap: "round",
7375
- strokeLinejoin: "round"
7257
+ d: "M20.25 3.75H3.75V20.25H20.25V3.75ZM2.25 3.59961C2.25021 2.85433 2.85434 2.25021 3.59961 2.25H20.4004C21.1457 2.25021 21.7498 2.85434 21.75 3.59961V20.4004C21.7498 21.1457 21.1457 21.7498 20.4004 21.75H3.59961C2.85433 21.7498 2.25021 21.1457 2.25 20.4004V3.59961Z",
7258
+ fill: e
7376
7259
  }
7377
7260
  ),
7378
7261
  /* @__PURE__ */ n(
7379
7262
  "path",
7380
7263
  {
7381
- d: "M3 16L10 13L21 18",
7382
- stroke: e,
7383
- strokeWidth: "1.5",
7384
- strokeLinecap: "round",
7385
- strokeLinejoin: "round"
7264
+ d: "M9.77861 12.2833C9.9532 12.2293 10.1428 12.2411 10.3108 12.3175L21.3108 17.3175L21.3792 17.3527C21.7074 17.5442 21.8435 17.9572 21.6829 18.3107C21.5114 18.6876 21.0668 18.8541 20.6897 18.6827L9.9915 13.8195L3.29619 16.6896C2.91558 16.8527 2.47412 16.6765 2.31084 16.296C2.14772 15.9154 2.32391 15.474 2.70439 15.3107L9.70439 12.3107L9.77861 12.2833Z",
7265
+ fill: e
7386
7266
  }
7387
7267
  ),
7388
7268
  /* @__PURE__ */ n(
7389
7269
  "path",
7390
7270
  {
7391
- d: "M16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10Z",
7392
- stroke: e,
7393
- strokeWidth: "1.5",
7394
- strokeLinecap: "round",
7395
- strokeLinejoin: "round"
7271
+ d: "M14.75 8C14.75 7.30964 15.3096 6.75 16 6.75C16.6904 6.75 17.25 7.30964 17.25 8C17.25 8.69036 16.6904 9.25 16 9.25C15.3096 9.25 14.75 8.69036 14.75 8ZM13.25 8C13.25 9.51878 14.4812 10.75 16 10.75C17.5188 10.75 18.75 9.51878 18.75 8C18.75 6.48122 17.5188 5.25 16 5.25C14.4812 5.25 13.25 6.48122 13.25 8Z",
7272
+ fill: e
7396
7273
  }
7397
7274
  )
7398
7275
  ]
@@ -7400,8 +7277,8 @@ const W2 = (l, e) => {
7400
7277
  ), D0 = ({
7401
7278
  className: l,
7402
7279
  color: e = h.GREY_DARK_5,
7403
- height: t = 24,
7404
- width: i = 24,
7280
+ height: t = 20,
7281
+ width: i = 20,
7405
7282
  onClick: s
7406
7283
  }) => /* @__PURE__ */ n(
7407
7284
  "svg",
@@ -7416,11 +7293,8 @@ const W2 = (l, e) => {
7416
7293
  children: /* @__PURE__ */ n(
7417
7294
  "path",
7418
7295
  {
7419
- d: "M14.3632 5.65156L15.8431 4.17157C16.6242 3.39052 17.8905 3.39052 18.6716 4.17157L20.0858 5.58579C20.8668 6.36683 20.8668 7.63316 20.0858 8.41421L18.6058 9.8942M14.3632 5.65156L4.74749 15.2672C4.41542 15.5993 4.21079 16.0376 4.16947 16.5054L3.92738 19.2459C3.87261 19.8659 4.39148 20.3848 5.0115 20.33L7.75191 20.0879C8.21972 20.0466 8.65806 19.8419 8.99013 19.5099L18.6058 9.8942M14.3632 5.65156L18.6058 9.8942",
7420
- stroke: e,
7421
- strokeWidth: "1.5",
7422
- strokeLinecap: "round",
7423
- strokeLinejoin: "round"
7296
+ d: "M14.3632 6.71205L17.5452 9.89403L8.45984 18.9794C8.2523 19.1869 7.97813 19.3147 7.68575 19.3405L4.94503 19.5829C4.7903 19.5964 4.66089 19.4669 4.67434 19.3122L4.91671 16.5715C4.94254 16.2791 5.07032 16.0049 5.27786 15.7974L14.3632 6.71205ZM16.3734 4.7019C16.8615 4.21375 17.653 4.21375 18.1411 4.7019L19.5553 6.11612C20.0435 6.60427 20.0435 7.39573 19.5553 7.88388L18.6059 8.83337L15.4239 5.65139L16.3734 4.7019ZM4.2172 14.7367C3.76073 15.1932 3.47933 15.7959 3.4224 16.4389L3.18002 19.1796C3.08417 20.2647 3.99258 21.1731 5.07761 21.0772L7.81834 20.8348C8.46136 20.7779 9.06403 20.4965 9.5205 20.04L20.616 8.94454C21.6899 7.8706 21.6899 6.1294 20.616 5.05546L19.2018 3.64124C18.1278 2.5673 16.3866 2.5673 15.3127 3.64124L4.2172 14.7367Z",
7297
+ fill: e
7424
7298
  }
7425
7299
  )
7426
7300
  }
@@ -7528,7 +7402,7 @@ const W2 = (l, e) => {
7528
7402
  }
7529
7403
  )
7530
7404
  }
7531
- ), S0 = ({
7405
+ ), Y0 = ({
7532
7406
  width: l = 24,
7533
7407
  height: e = 24,
7534
7408
  color: t = "#131314",
@@ -7561,7 +7435,7 @@ const W2 = (l, e) => {
7561
7435
  )
7562
7436
  ]
7563
7437
  }
7564
- ), Y0 = ({
7438
+ ), S0 = ({
7565
7439
  width: l = 20,
7566
7440
  height: e = 20,
7567
7441
  color: t = h.GREY_DARK_5,
@@ -7695,10 +7569,10 @@ const W2 = (l, e) => {
7695
7569
  )
7696
7570
  ]
7697
7571
  }
7698
- ), j0 = ({
7699
- width: l = 24,
7700
- height: e = 24,
7701
- color: t = h.GREY_DARK_2,
7572
+ ), $0 = ({
7573
+ width: l = 20,
7574
+ height: e = 20,
7575
+ color: t = h.GREY_DARK_5,
7702
7576
  className: i,
7703
7577
  onClick: s
7704
7578
  }) => /* @__PURE__ */ n(
@@ -7722,7 +7596,7 @@ const W2 = (l, e) => {
7722
7596
  }
7723
7597
  )
7724
7598
  }
7725
- ), $0 = ({
7599
+ ), P0 = ({
7726
7600
  width: l = 20,
7727
7601
  height: e = 20,
7728
7602
  color: t = h.GREY_DARK_5,
@@ -7756,7 +7630,7 @@ const W2 = (l, e) => {
7756
7630
  onClick: c
7757
7631
  }) => {
7758
7632
  const { theme: d } = T(Q), a = C ? d && d === "dark" ? h.GREY_LIGHT_4 : h.GREY_DARK_1 : i, o = C ? void 0 : c, r = c && !C ? `${s || ""} clickable` : s;
7759
- return /* @__PURE__ */ n(j, { children: (() => {
7633
+ return /* @__PURE__ */ n($, { children: (() => {
7760
7634
  switch (l) {
7761
7635
  case "arrow1Down":
7762
7636
  return K9({ width: e, height: t, color: a, className: r, onClick: o });
@@ -7765,19 +7639,19 @@ const W2 = (l, e) => {
7765
7639
  case "arrow1Right":
7766
7640
  return B9({ width: e, height: t, color: a, className: r, onClick: o });
7767
7641
  case "arrow1Left":
7768
- return S9({ width: e, height: t, color: a, className: r, onClick: o });
7769
- case "info":
7770
7642
  return Y9({ width: e, height: t, color: a, className: r, onClick: o });
7643
+ case "info":
7644
+ return S9({ width: e, height: t, color: a, className: r, onClick: o });
7771
7645
  case "archive":
7772
7646
  return T9({ width: e, height: t, color: a, className: r, onClick: o });
7773
7647
  case "unarchive":
7774
- return P9({ width: e, height: t, color: a, className: r, onClick: o });
7648
+ return j9({ width: e, height: t, color: a, className: r, onClick: o });
7775
7649
  case "calendar":
7776
- return W9({ width: e, height: t, color: a, className: r, onClick: o });
7777
- case "check":
7778
7650
  return F9({ width: e, height: t, color: a, className: r, onClick: o });
7779
- case "cancel":
7651
+ case "check":
7780
7652
  return U9({ width: e, height: t, color: a, className: r, onClick: o });
7653
+ case "cancel":
7654
+ return W9({ width: e, height: t, color: a, className: r, onClick: o });
7781
7655
  case "add":
7782
7656
  return z9({ width: e, height: t, color: a, className: r, onClick: o });
7783
7657
  case "list":
@@ -7787,7 +7661,7 @@ const W2 = (l, e) => {
7787
7661
  case "filter1":
7788
7662
  return q9({ width: e, height: t, color: a, className: r, onClick: o });
7789
7663
  case "filter2":
7790
- return V0({ width: e, height: t, color: a, className: r, onClick: o });
7664
+ return Z0({ width: e, height: t, color: a, className: r, onClick: o });
7791
7665
  case "attention":
7792
7666
  return X9({ width: e, height: t, color: a, className: r, onClick: o });
7793
7667
  case "users":
@@ -7845,37 +7719,37 @@ const W2 = (l, e) => {
7845
7719
  case "sortDown":
7846
7720
  return w0({ width: e, height: t, color: a, className: r, onClick: o });
7847
7721
  case "sortDouble":
7848
- return u0({ width: e, height: t, color: a, className: r, onClick: o });
7722
+ return f0({ width: e, height: t, color: a, className: r, onClick: o });
7849
7723
  case "search":
7850
7724
  return p0({ width: e, height: t, color: a, className: r, onClick: o });
7851
7725
  case "arrowUpFilled":
7852
7726
  return L0({ width: e, height: t, color: a, className: r, onClick: o });
7853
7727
  case "arrowDownFilled":
7854
- return f0({ width: e, height: t, color: a, className: r, onClick: o });
7728
+ return u0({ width: e, height: t, color: a, className: r, onClick: o });
7855
7729
  case "arrow2Up":
7856
7730
  return O9({ width: e, height: t, color: a, className: r, onClick: o });
7857
7731
  case "arrow2Right":
7858
7732
  return I9({ width: e, height: t, color: a, className: r, onClick: o });
7859
7733
  case "arrow2Down":
7860
- return j9({ width: e, height: t, color: a, className: r, onClick: o });
7861
- case "arrow2Left":
7862
7734
  return $9({ width: e, height: t, color: a, className: r, onClick: o });
7735
+ case "arrow2Left":
7736
+ return P9({ width: e, height: t, color: a, className: r, onClick: o });
7863
7737
  case "link":
7864
7738
  return m0({ width: e, height: t, color: a, className: r, onClick: o });
7865
7739
  case "telegram":
7866
- return v0({ width: e, height: t, color: a, className: r, onClick: o });
7740
+ return k0({ width: e, height: t, color: a, className: r, onClick: o });
7867
7741
  case "mail":
7868
7742
  return M0({ width: e, height: t, color: a, className: r, onClick: o });
7869
7743
  case "github":
7870
- return k0({ width: e, height: t, color: a, className: r, onClick: o });
7744
+ return v0({ width: e, height: t, color: a, className: r, onClick: o });
7871
7745
  case "linkedIn":
7872
7746
  return N0({ width: e, height: t, color: a, className: r, onClick: o });
7873
7747
  case "emptyStateIcon":
7874
7748
  return x0({ width: e, height: t, color: a, className: r, onClick: o });
7875
7749
  case "dotMenuIcon":
7876
- return Z0({ width: e, height: t, color: a, className: r, onClick: o });
7877
- case "plusCircle":
7878
7750
  return R0({ width: e, height: t, color: a, className: r, onClick: o });
7751
+ case "plusCircle":
7752
+ return V0({ width: e, height: t, color: a, className: r, onClick: o });
7879
7753
  case "warning":
7880
7754
  return H0({ width: e, height: t, color: a, className: r, onClick: o });
7881
7755
  case "bell":
@@ -7885,9 +7759,9 @@ const W2 = (l, e) => {
7885
7759
  case "contract":
7886
7760
  return y0({ width: e, height: t, color: a, className: r, onClick: o });
7887
7761
  case "resourceManager":
7888
- return A0({ width: e, height: t, color: a, className: r, onClick: o });
7889
- case "image":
7890
7762
  return E0({ width: e, height: t, color: a, className: r, onClick: o });
7763
+ case "image":
7764
+ return A0({ width: e, height: t, color: a, className: r, onClick: o });
7891
7765
  case "edit":
7892
7766
  return D0({ width: e, height: t, color: a, className: r, onClick: o });
7893
7767
  case "burgerMenu":
@@ -7897,19 +7771,19 @@ const W2 = (l, e) => {
7897
7771
  case "projects":
7898
7772
  return B0({ width: e, height: t, color: a, className: r, onClick: o });
7899
7773
  case "user":
7900
- return Y0({ width: e, height: t, color: a, className: r, onClick: o });
7901
- case "exit":
7902
7774
  return S0({ width: e, height: t, color: a, className: r, onClick: o });
7775
+ case "exit":
7776
+ return Y0({ width: e, height: t, color: a, className: r, onClick: o });
7903
7777
  case "status":
7904
7778
  return O0({ width: e, height: t, color: a, className: r, onClick: o });
7905
7779
  case "community":
7906
7780
  return I0({ width: e, height: t, color: a, className: r, onClick: o });
7907
7781
  case "docs":
7908
- return j0({ width: e, height: t, color: a, className: r, onClick: o });
7909
- case "unpaidLeave":
7910
7782
  return $0({ width: e, height: t, color: a, className: r, onClick: o });
7783
+ case "unpaidLeave":
7784
+ return P0({ width: e, height: t, color: a, className: r, onClick: o });
7911
7785
  default:
7912
- return /* @__PURE__ */ n(j, { children: "No Icon provided" });
7786
+ return /* @__PURE__ */ n($, { children: "No Icon provided" });
7913
7787
  }
7914
7788
  })() });
7915
7789
  }, T0 = ({
@@ -7938,7 +7812,7 @@ const W2 = (l, e) => {
7938
7812
  children: /* @__PURE__ */ n(s2, { variant: s, color: h.GREY_DARK_4, children: l })
7939
7813
  }
7940
7814
  );
7941
- }, P0 = ({
7815
+ }, j0 = ({
7942
7816
  text: l,
7943
7817
  status: e,
7944
7818
  withIcon: t = !1,
@@ -7987,8 +7861,8 @@ const W2 = (l, e) => {
7987
7861
  ]
7988
7862
  }
7989
7863
  );
7990
- }, n2 = (l) => l.variant === "status" ? /* @__PURE__ */ n(P0, { ...l }) : /* @__PURE__ */ n(T0, { ...l });
7991
- var W0 = { exports: {} };
7864
+ }, n2 = (l) => l.variant === "status" ? /* @__PURE__ */ n(j0, { ...l }) : /* @__PURE__ */ n(T0, { ...l });
7865
+ var F0 = { exports: {} };
7992
7866
  (function(l, e) {
7993
7867
  (function(t, i) {
7994
7868
  l.exports = i();
@@ -7998,8 +7872,8 @@ var W0 = { exports: {} };
7998
7872
  return "[" + t + (i[(s - 20) % 10] || i[s] || i[0]) + "]";
7999
7873
  } };
8000
7874
  });
8001
- })(W0);
8002
- const F0 = ({
7875
+ })(F0);
7876
+ const U0 = ({
8003
7877
  values: l,
8004
7878
  onTagClose: e,
8005
7879
  maxWidth: t,
@@ -8009,42 +7883,42 @@ const F0 = ({
8009
7883
  extraOptions: c,
8010
7884
  selectedItemVariant: d = "default"
8011
7885
  }) => {
8012
- const { locale: a } = T(Q), { t: o } = U2("common", { lng: a }), [r, p] = A(!1);
7886
+ const { locale: a } = T(Q), { t: o } = W2("common", { lng: a }), [r, p] = E(!1);
8013
7887
  if (D(() => {
8014
7888
  l.length || p(!1);
8015
7889
  }, [l]), !l.length)
8016
7890
  return null;
8017
- const w = (u) => {
8018
- var f, L;
8019
- return ((f = C == null ? void 0 : C.find((x) => x.value === u)) == null ? void 0 : f.label) || ((L = c == null ? void 0 : c.find((x) => x.value === u)) == null ? void 0 : L.label) || u;
7891
+ const w = (f) => {
7892
+ var u, L;
7893
+ return ((u = C == null ? void 0 : C.find((x) => x.value === f)) == null ? void 0 : u.label) || ((L = c == null ? void 0 : c.find((x) => x.value === f)) == null ? void 0 : L.label) || f;
8020
7894
  };
8021
7895
  return /* @__PURE__ */ g(
8022
7896
  y9,
8023
7897
  {
8024
7898
  content: (
8025
7899
  // 90: paddings + margins + gaps and so on
8026
- /* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ n(C1, { gap: 6, flexWrap: "wrap", children: l.map(({ value: u }) => {
8027
- const f = d === "badge" && C.find(
8028
- (L) => L.label === w(u)
7900
+ /* @__PURE__ */ n("div", { style: { maxWidth: t - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ n(C1, { gap: 6, flexWrap: "wrap", children: l.map(({ value: f }) => {
7901
+ const u = d === "badge" && C.find(
7902
+ (L) => L.label === w(f)
8029
7903
  );
8030
7904
  return d === "badge" ? /* @__PURE__ */ n(
8031
7905
  n2,
8032
7906
  {
8033
7907
  variant: "regular",
8034
7908
  size: "small",
8035
- color: f ? f.color : void 0,
8036
- text: w(u)
7909
+ color: u ? u.color : void 0,
7910
+ text: w(f)
8037
7911
  },
8038
- u
7912
+ f
8039
7913
  ) : /* @__PURE__ */ n(
8040
7914
  l2,
8041
7915
  {
8042
- onClose: () => e(u),
7916
+ onClose: () => e(f),
8043
7917
  closable: i,
8044
7918
  disabled: s,
8045
- children: w(u)
7919
+ children: w(f)
8046
7920
  },
8047
- u
7921
+ f
8048
7922
  );
8049
7923
  }) }) })
8050
7924
  ),
@@ -8058,12 +7932,12 @@ const F0 = ({
8058
7932
  ]
8059
7933
  }
8060
7934
  );
8061
- }, U0 = {
7935
+ }, W0 = {
8062
7936
  small: 20,
8063
7937
  medium: 28,
8064
7938
  large: 48
8065
- }, Y1 = ({ size: l = "medium", color: e = "#004ed7" }) => {
8066
- const t = U0[l], i = `no-repeat linear-gradient(${e}
7939
+ }, S1 = ({ size: l = "medium", color: e = "#004ed7" }) => {
7940
+ const t = W0[l], i = `no-repeat linear-gradient(${e}
8067
7941
  calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
8068
7942
  width: t,
8069
7943
  background: `${i} 0% 100%, ${i} 50% 100%, ${i} 100% 100%`,
@@ -8749,7 +8623,7 @@ const F0 = ({
8749
8623
  )
8750
8624
  ]
8751
8625
  }
8752
- ), u4 = ({
8626
+ ), f4 = ({
8753
8627
  width: l = 20,
8754
8628
  height: e = 20,
8755
8629
  color: t = h.GREY_DARK_5,
@@ -8843,7 +8717,7 @@ const F0 = ({
8843
8717
  )
8844
8718
  ]
8845
8719
  }
8846
- ), f4 = ({
8720
+ ), u4 = ({
8847
8721
  width: l = 20,
8848
8722
  height: e = 20,
8849
8723
  color: t = h.GREY_DARK_5,
@@ -8949,7 +8823,7 @@ const F0 = ({
8949
8823
  )
8950
8824
  ]
8951
8825
  }
8952
- ), k4 = ({
8826
+ ), v4 = ({
8953
8827
  width: l = 20,
8954
8828
  height: e = 20,
8955
8829
  color: t = h.GREY_DARK_5,
@@ -8982,7 +8856,7 @@ const F0 = ({
8982
8856
  )
8983
8857
  ]
8984
8858
  }
8985
- ), v4 = ({
8859
+ ), k4 = ({
8986
8860
  width: l = 20,
8987
8861
  height: e = 20,
8988
8862
  color: t = h.GREY_DARK_5,
@@ -9121,7 +8995,7 @@ const F0 = ({
9121
8995
  )
9122
8996
  ]
9123
8997
  }
9124
- ), V4 = ({
8998
+ ), Z4 = ({
9125
8999
  width: l = 20,
9126
9000
  height: e = 20,
9127
9001
  color: t = "#070739",
@@ -9151,7 +9025,7 @@ const F0 = ({
9151
9025
  /* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
9152
9026
  ]
9153
9027
  }
9154
- ), Z4 = ({
9028
+ ), R4 = ({
9155
9029
  width: l = 20,
9156
9030
  height: e = 20,
9157
9031
  color: t = "#070739",
@@ -9189,7 +9063,7 @@ const F0 = ({
9189
9063
  )
9190
9064
  ]
9191
9065
  }
9192
- ), R4 = ({
9066
+ ), V4 = ({
9193
9067
  width: l = 20,
9194
9068
  height: e = 20,
9195
9069
  color: t = h.GREY_DARK_5,
@@ -9359,7 +9233,7 @@ const F0 = ({
9359
9233
  }
9360
9234
  )
9361
9235
  }
9362
- ), A4 = ({
9236
+ ), E4 = ({
9363
9237
  className: l,
9364
9238
  color: e = h.GREY_DARK_5,
9365
9239
  height: t = 5,
@@ -9384,7 +9258,7 @@ const F0 = ({
9384
9258
  }
9385
9259
  )
9386
9260
  }
9387
- ), E4 = ({
9261
+ ), A4 = ({
9388
9262
  className: l,
9389
9263
  color: e = h.GREY_DARK_5,
9390
9264
  height: t = 20,
@@ -9560,7 +9434,7 @@ const F0 = ({
9560
9434
  )
9561
9435
  ]
9562
9436
  }
9563
- ), S4 = ({
9437
+ ), Y4 = ({
9564
9438
  className: l,
9565
9439
  color: e = h.GREY_DARK_5,
9566
9440
  height: t = 20,
@@ -9597,7 +9471,7 @@ const F0 = ({
9597
9471
  )
9598
9472
  ]
9599
9473
  }
9600
- ), Y4 = ({
9474
+ ), S4 = ({
9601
9475
  className: l,
9602
9476
  color: e = h.GREY_DARK_5,
9603
9477
  height: t = 20,
@@ -9719,11 +9593,11 @@ const F0 = ({
9719
9593
  )
9720
9594
  ]
9721
9595
  }
9722
- ), j4 = ({
9596
+ ), $4 = ({
9723
9597
  className: l,
9724
- color: e = h.NOTIFICATION_WARNING_DARK,
9725
- height: t = 37,
9726
- width: i = 36,
9598
+ color: e = h.GREY_DARK_5,
9599
+ height: t = 20,
9600
+ width: i = 20,
9727
9601
  onClick: s
9728
9602
  }) => /* @__PURE__ */ g(
9729
9603
  "svg",
@@ -9732,37 +9606,38 @@ const F0 = ({
9732
9606
  className: l,
9733
9607
  width: i,
9734
9608
  height: t,
9735
- viewBox: "0 0 36 37",
9609
+ viewBox: "0 0 24 24",
9736
9610
  fill: "none",
9737
9611
  xmlns: "http://www.w3.org/2000/svg",
9738
9612
  children: [
9739
9613
  /* @__PURE__ */ n(
9740
9614
  "path",
9741
9615
  {
9742
- d: "M30.0644 31.9999H5.93558C3.62853 31.9999 2.18486 29.5045 3.33486 27.5045L15.3993 6.52287C16.5528 4.51675 19.4472 4.51675 20.6007 6.52287L32.6651 27.5045C33.8151 29.5045 32.3715 31.9999 30.0644 31.9999Z",
9743
- stroke: e,
9744
- strokeWidth: "2.25",
9745
- strokeLinecap: "round"
9616
+ d: "M9.61621 3.64141C10.6736 1.80247 13.3264 1.80247 14.3838 3.64141L22.4268 17.6287C23.4809 19.462 22.1578 21.7498 20.043 21.7498H3.95704C1.84226 21.7498 0.519085 19.462 1.57325 17.6287L9.61621 3.64141ZM13.084 4.38946C12.6034 3.55358 11.3967 3.55358 10.916 4.38946L2.87305 18.3768C2.39409 19.2101 2.99585 20.2498 3.95704 20.2498H20.043C21.0042 20.2498 21.6059 19.2101 21.127 18.3768L13.084 4.38946Z",
9617
+ fill: e
9746
9618
  }
9747
9619
  ),
9748
- /* @__PURE__ */ n("path", { d: "M18 13.9999V19.9999", stroke: e, strokeWidth: "2.25", strokeLinecap: "round" }),
9749
9620
  /* @__PURE__ */ n(
9750
9621
  "path",
9751
9622
  {
9752
- d: "M18 26.0149L18.015 25.9982",
9753
- stroke: e,
9754
- strokeWidth: "2.25",
9755
- strokeLinecap: "round",
9756
- strokeLinejoin: "round"
9623
+ d: "M11.25 13V9C11.25 8.58579 11.5858 8.25 12 8.25C12.4142 8.25 12.75 8.58579 12.75 9V13C12.75 13.4142 12.4142 13.75 12 13.75C11.5858 13.75 11.25 13.4142 11.25 13Z",
9624
+ fill: e
9625
+ }
9626
+ ),
9627
+ /* @__PURE__ */ n(
9628
+ "path",
9629
+ {
9630
+ d: "M11.4523 16.4973C11.7294 16.1894 12.204 16.1645 12.5118 16.4416C12.8197 16.7187 12.8446 17.1933 12.5675 17.5012L12.5577 17.5119C12.2806 17.8198 11.806 17.8447 11.4982 17.5676C11.1904 17.2905 11.1655 16.8158 11.4425 16.508L11.4523 16.4973Z",
9631
+ fill: e
9757
9632
  }
9758
9633
  )
9759
9634
  ]
9760
9635
  }
9761
- ), $4 = ({
9636
+ ), P4 = ({
9762
9637
  className: l,
9763
9638
  color: e = h.GREY_DARK_5,
9764
- height: t = 24,
9765
- width: i = 24,
9639
+ height: t = 20,
9640
+ width: i = 20,
9766
9641
  onClick: s
9767
9642
  }) => /* @__PURE__ */ g(
9768
9643
  "svg",
@@ -9778,21 +9653,15 @@ const F0 = ({
9778
9653
  /* @__PURE__ */ n(
9779
9654
  "path",
9780
9655
  {
9781
- d: "M18 8.4C18 6.70261 17.3679 5.07475 16.2426 3.87452C15.1174 2.67428 13.5913 2 12 2C10.4087 2 8.88258 2.67428 7.75736 3.87452C6.63214 5.07475 6 6.70261 6 8.4C6 15.8667 3 18 3 18H21C21 18 18 15.8667 18 8.4Z",
9782
- stroke: e,
9783
- strokeWidth: "1.5",
9784
- strokeLinecap: "round",
9785
- strokeLinejoin: "round"
9656
+ d: "M17.2504 8.40039C17.2504 6.88687 16.686 5.44411 15.6957 4.3877C14.7068 3.33292 13.3766 2.75 12.0004 2.75C10.6242 2.75 9.29391 3.33292 8.30505 4.3877C7.31468 5.44411 6.75036 6.88687 6.75036 8.40039C6.75031 12.2363 5.97918 14.7561 5.16833 16.3418C4.99051 16.6895 4.81031 16.9904 4.63806 17.25H19.3627C19.1904 16.9904 19.0102 16.6895 18.8324 16.3418C18.0215 14.7561 17.2504 12.2363 17.2504 8.40039ZM18.7504 8.40039C18.7504 12.0306 19.4793 14.3106 20.1683 15.6582C20.5135 16.3333 20.8519 16.7812 21.0922 17.0518C21.2124 17.1871 21.3087 17.2789 21.3695 17.333C21.3998 17.3599 21.4216 17.3777 21.433 17.3867C21.4344 17.3878 21.4358 17.3888 21.4369 17.3896H21.4359C21.7011 17.5789 21.8143 17.918 21.7152 18.2285C21.6159 18.5392 21.3266 18.75 21.0004 18.75H3.00036C2.67412 18.75 2.38485 18.5392 2.28552 18.2285C2.18638 17.918 2.2996 17.5789 2.56482 17.3896H2.56384C2.56492 17.3888 2.56636 17.3878 2.56775 17.3867C2.57913 17.3777 2.60093 17.3599 2.63122 17.333C2.69203 17.2789 2.78837 17.1871 2.90857 17.0518C3.14886 16.7812 3.4872 16.3333 3.83239 15.6582C4.52147 14.3106 5.25031 12.0306 5.25036 8.40039C5.25036 6.51915 5.95028 4.70538 7.21032 3.36133C8.47191 2.01564 10.194 1.25 12.0004 1.25C13.8068 1.25 15.5288 2.01564 16.7904 3.36133C18.0504 4.70538 18.7504 6.51915 18.7504 8.40039Z",
9657
+ fill: e
9786
9658
  }
9787
9659
  ),
9788
9660
  /* @__PURE__ */ n(
9789
9661
  "path",
9790
9662
  {
9791
- d: "M13.73 21C13.5542 21.3031 13.3019 21.5547 12.9982 21.7295C12.6946 21.9044 12.3504 21.9965 12 21.9965C11.6496 21.9965 11.3054 21.9044 11.0018 21.7295C10.6982 21.5547 10.4458 21.3031 10.27 21",
9792
- stroke: e,
9793
- strokeWidth: "1.5",
9794
- strokeLinecap: "round",
9795
- strokeLinejoin: "round"
9663
+ d: "M13.0808 20.6243C13.2886 20.266 13.7469 20.1441 14.1052 20.3518C14.4635 20.5596 14.5854 21.0179 14.3777 21.3762C14.1359 21.7929 13.7893 22.1397 13.3718 22.3801C12.9545 22.6204 12.4813 22.7462 11.9997 22.7463C11.518 22.7463 11.0441 22.6205 10.6267 22.3801C10.2092 22.1397 9.86258 21.7929 9.62084 21.3762C9.4131 21.0179 9.53505 20.5596 9.8933 20.3518C10.2516 20.1441 10.7099 20.266 10.9177 20.6243C11.0276 20.8136 11.186 20.971 11.3757 21.0803C11.5654 21.1894 11.7809 21.2463 11.9997 21.2463C12.2184 21.2462 12.4333 21.1894 12.6228 21.0803C12.8125 20.971 12.9709 20.8136 13.0808 20.6243Z",
9664
+ fill: e
9796
9665
  }
9797
9666
  )
9798
9667
  ]
@@ -9830,11 +9699,11 @@ const F0 = ({
9830
9699
  )
9831
9700
  ]
9832
9701
  }
9833
- ), P4 = ({
9702
+ ), j4 = ({
9834
9703
  className: l,
9835
9704
  color: e = h.GREY_DARK_5,
9836
- height: t = 24,
9837
- width: i = 24,
9705
+ height: t = 20,
9706
+ width: i = 20,
9838
9707
  onClick: s
9839
9708
  }) => /* @__PURE__ */ g(
9840
9709
  "svg",
@@ -9850,60 +9719,45 @@ const F0 = ({
9850
9719
  /* @__PURE__ */ n(
9851
9720
  "path",
9852
9721
  {
9853
- d: "M4 21.4V2.6C4 2.26863 4.26863 2 4.6 2H16.2515C16.4106 2 16.5632 2.06321 16.6757 2.17574L19.8243 5.32426C19.9368 5.43679 20 5.5894 20 5.74853V21.4C20 21.7314 19.7314 22 19.4 22H4.6C4.26863 22 4 21.7314 4 21.4Z",
9854
- stroke: e,
9855
- strokeWidth: "1.5",
9856
- strokeLinecap: "round",
9857
- strokeLinejoin: "round"
9722
+ d: "M4.75 21.25H19.25V5.81055L16.1895 2.75H4.75V21.25ZM20.75 21.4004C20.7498 22.1457 20.1457 22.7498 19.4004 22.75H4.59961C3.85433 22.7498 3.25021 22.1457 3.25 21.4004V2.59961C3.25021 1.85433 3.85434 1.25021 4.59961 1.25H16.252C16.6098 1.25013 16.953 1.39245 17.2061 1.64551L20.3545 4.79395C20.6076 5.04701 20.7499 5.39018 20.75 5.74805V21.4004Z",
9723
+ fill: e
9858
9724
  }
9859
9725
  ),
9860
9726
  /* @__PURE__ */ n(
9861
9727
  "path",
9862
9728
  {
9863
- d: "M8 10L16 10",
9864
- stroke: e,
9865
- strokeWidth: "1.5",
9866
- strokeLinecap: "round",
9867
- strokeLinejoin: "round"
9729
+ d: "M16 10.75L8 10.75C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25L16 9.25C16.4142 9.25 16.75 9.58579 16.75 10C16.75 10.4142 16.4142 10.75 16 10.75Z",
9730
+ fill: e
9868
9731
  }
9869
9732
  ),
9870
9733
  /* @__PURE__ */ n(
9871
9734
  "path",
9872
9735
  {
9873
- d: "M8 18L16 18",
9874
- stroke: e,
9875
- strokeWidth: "1.5",
9876
- strokeLinecap: "round",
9877
- strokeLinejoin: "round"
9736
+ d: "M16 18.75L8 18.75C7.58579 18.75 7.25 18.4142 7.25 18C7.25 17.5858 7.58579 17.25 8 17.25L16 17.25C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75Z",
9737
+ fill: e
9878
9738
  }
9879
9739
  ),
9880
9740
  /* @__PURE__ */ n(
9881
9741
  "path",
9882
9742
  {
9883
- d: "M8 14L12 14",
9884
- stroke: e,
9885
- strokeWidth: "1.5",
9886
- strokeLinecap: "round",
9887
- strokeLinejoin: "round"
9743
+ d: "M12 14.75L8 14.75C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25L12 13.25C12.4142 13.25 12.75 13.5858 12.75 14C12.75 14.4142 12.4142 14.75 12 14.75Z",
9744
+ fill: e
9888
9745
  }
9889
9746
  ),
9890
9747
  /* @__PURE__ */ n(
9891
9748
  "path",
9892
9749
  {
9893
- d: "M16 2V5.4C16 5.73137 16.2686 6 16.6 6H20",
9894
- stroke: e,
9895
- strokeWidth: "1.5",
9896
- strokeLinecap: "round",
9897
- strokeLinejoin: "round"
9750
+ d: "M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V5.25H20C20.4142 5.25 20.75 5.58579 20.75 6C20.75 6.41421 20.4142 6.75 20 6.75H16.5996C15.8543 6.74979 15.2502 6.14567 15.25 5.40039V2Z",
9751
+ fill: e
9898
9752
  }
9899
9753
  )
9900
9754
  ]
9901
9755
  }
9902
- ), W4 = ({
9756
+ ), F4 = ({
9903
9757
  className: l,
9904
9758
  color: e = h.GREY_DARK_5,
9905
- height: t = 24,
9906
- width: i = 24,
9759
+ height: t = 20,
9760
+ width: i = 20,
9907
9761
  onClick: s
9908
9762
  }) => /* @__PURE__ */ g(
9909
9763
  "svg",
@@ -9919,48 +9773,38 @@ const F0 = ({
9919
9773
  /* @__PURE__ */ n(
9920
9774
  "path",
9921
9775
  {
9922
- d: "M2 20V19C2 15.134 5.13401 12 9 12V12",
9923
- stroke: e,
9924
- strokeWidth: "1.5",
9925
- strokeLinecap: "round",
9926
- strokeLinejoin: "round"
9776
+ d: "M1.25 20V19C1.25 14.7198 4.71979 11.25 9 11.25V12.75C5.54822 12.75 2.75 15.5482 2.75 19V20C2.75 20.4142 2.41421 20.75 2 20.75C1.58579 20.75 1.25 20.4142 1.25 20Z",
9777
+ fill: e
9927
9778
  }
9928
9779
  ),
9929
9780
  /* @__PURE__ */ n(
9930
9781
  "path",
9931
9782
  {
9932
- d: "M15.8038 12.3135C16.4456 11.6088 17.5544 11.6088 18.1962 12.3135V12.3135C18.5206 12.6697 18.9868 12.8628 19.468 12.8403V12.8403C20.4201 12.7958 21.2042 13.5799 21.1597 14.532V14.532C21.1372 15.0132 21.3303 15.4794 21.6865 15.8038V15.8038C22.3912 16.4456 22.3912 17.5544 21.6865 18.1962V18.1962C21.3303 18.5206 21.1372 18.9868 21.1597 19.468V19.468C21.2042 20.4201 20.4201 21.2042 19.468 21.1597V21.1597C18.9868 21.1372 18.5206 21.3303 18.1962 21.6865V21.6865C17.5544 22.3912 16.4456 22.3912 15.8038 21.6865V21.6865C15.4794 21.3303 15.0132 21.1372 14.532 21.1597V21.1597C13.5799 21.2042 12.7958 20.4201 12.8403 19.468V19.468C12.8628 18.9868 12.6697 18.5206 12.3135 18.1962V18.1962C11.6088 17.5544 11.6088 16.4456 12.3135 15.8038V15.8038C12.6697 15.4794 12.8628 15.0132 12.8403 14.532V14.532C12.7958 13.5799 13.5799 12.7958 14.532 12.8403V12.8403C15.0132 12.8628 15.4794 12.6697 15.8038 12.3135V12.3135Z",
9933
- stroke: e,
9934
- strokeWidth: "1.5"
9783
+ d: "M15.2491 11.8087C16.1884 10.7773 17.8118 10.7773 18.7511 11.8087C18.925 11.9996 19.1748 12.1029 19.4327 12.0909C20.8262 12.0258 21.9744 13.174 21.9093 14.5675C21.8973 14.8254 22.0006 15.0752 22.1915 15.2491C23.2229 16.1884 23.2229 17.8118 22.1915 18.7511C22.0006 18.925 21.8973 19.1748 21.9093 19.4327C21.9744 20.8262 20.8262 21.9744 19.4327 21.9093C19.1748 21.8973 18.925 22.0006 18.7511 22.1915C17.8118 23.2229 16.1884 23.2229 15.2491 22.1915C15.0752 22.0006 14.8254 21.8973 14.5675 21.9093C13.174 21.9744 12.0258 20.8262 12.0909 19.4327C12.1029 19.1748 11.9996 18.925 11.8087 18.7511C10.7773 17.8118 10.7773 16.1884 11.8087 15.2491C11.9996 15.0752 12.1029 14.8254 12.0909 14.5675C12.0258 13.174 13.174 12.0258 14.5675 12.0909C14.8254 12.1029 15.0752 11.9996 15.2491 11.8087ZM17.6417 12.8185C17.2974 12.4406 16.7028 12.4406 16.3585 12.8185C15.8838 13.3397 15.2014 13.6228 14.4972 13.59C13.9864 13.5661 13.5661 13.9864 13.59 14.4972C13.6228 15.2014 13.3397 15.8838 12.8185 16.3585C12.4406 16.7028 12.4406 17.2974 12.8185 17.6417C13.3397 18.1164 13.6228 18.7988 13.59 19.503C13.5661 20.0138 13.9864 20.4341 14.4972 20.4103C15.2014 20.3774 15.8838 20.6605 16.3585 21.1818C16.7028 21.5596 17.2974 21.5596 17.6417 21.1818C18.1164 20.6605 18.7988 20.3774 19.503 20.4103C20.0138 20.4341 20.4341 20.0138 20.4103 19.503C20.3774 18.7988 20.6605 18.1164 21.1818 17.6417C21.5596 17.2974 21.5596 16.7028 21.1818 16.3585C20.6605 15.8838 20.3774 15.2014 20.4103 14.4972C20.4341 13.9864 20.0138 13.5661 19.503 13.59C18.7988 13.6228 18.1164 13.3397 17.6417 12.8185Z",
9784
+ fill: e
9935
9785
  }
9936
9786
  ),
9937
9787
  /* @__PURE__ */ n(
9938
9788
  "path",
9939
9789
  {
9940
- d: "M15.3636 17L16.4546 18.0909L18.6364 15.9091",
9941
- stroke: e,
9942
- strokeWidth: "1.5",
9943
- strokeLinecap: "round",
9944
- strokeLinejoin: "round"
9790
+ d: "M14.8331 17.5303C14.5402 17.2374 14.5402 16.7626 14.8331 16.4697C15.126 16.1768 15.6008 16.1768 15.8937 16.4697L16.4544 17.0304L18.1062 15.3786L18.1628 15.3275C18.4574 15.0872 18.8922 15.104 19.1669 15.3786C19.4413 15.6533 19.4583 16.0881 19.218 16.3827L19.1669 16.4393L16.9848 18.6214C16.6919 18.9142 16.217 18.9141 15.9241 18.6214L14.8331 17.5303Z",
9791
+ fill: e
9945
9792
  }
9946
9793
  ),
9947
9794
  /* @__PURE__ */ n(
9948
9795
  "path",
9949
9796
  {
9950
- d: "M9 12C11.2091 12 13 10.2091 13 8C13 5.79086 11.2091 4 9 4C6.79086 4 5 5.79086 5 8C5 10.2091 6.79086 12 9 12Z",
9951
- stroke: e,
9952
- strokeWidth: "1.5",
9953
- strokeLinecap: "round",
9954
- strokeLinejoin: "round"
9797
+ d: "M12.25 8C12.25 6.20507 10.7949 4.75 9 4.75C7.20507 4.75 5.75 6.20507 5.75 8C5.75 9.79493 7.20507 11.25 9 11.25C10.7949 11.25 12.25 9.79493 12.25 8ZM13.75 8C13.75 10.6234 11.6234 12.75 9 12.75C6.37665 12.75 4.25 10.6234 4.25 8C4.25 5.37665 6.37665 3.25 9 3.25C11.6234 3.25 13.75 5.37665 13.75 8Z",
9798
+ fill: e
9955
9799
  }
9956
9800
  )
9957
9801
  ]
9958
9802
  }
9959
- ), F4 = ({
9803
+ ), U4 = ({
9960
9804
  className: l,
9961
9805
  color: e = h.GREY_DARK_5,
9962
- height: t = 24,
9963
- width: i = 24,
9806
+ height: t = 20,
9807
+ width: i = 20,
9964
9808
  onClick: s
9965
9809
  }) => /* @__PURE__ */ g(
9966
9810
  "svg",
@@ -9976,40 +9820,31 @@ const F0 = ({
9976
9820
  /* @__PURE__ */ n(
9977
9821
  "path",
9978
9822
  {
9979
- d: "M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z",
9980
- stroke: e,
9981
- strokeWidth: "1.5",
9982
- strokeLinecap: "round",
9983
- strokeLinejoin: "round"
9823
+ d: "M20.25 3.75H3.75V20.25H20.25V3.75ZM2.25 3.59961C2.25021 2.85433 2.85434 2.25021 3.59961 2.25H20.4004C21.1457 2.25021 21.7498 2.85434 21.75 3.59961V20.4004C21.7498 21.1457 21.1457 21.7498 20.4004 21.75H3.59961C2.85433 21.7498 2.25021 21.1457 2.25 20.4004V3.59961Z",
9824
+ fill: e
9984
9825
  }
9985
9826
  ),
9986
9827
  /* @__PURE__ */ n(
9987
9828
  "path",
9988
9829
  {
9989
- d: "M3 16L10 13L21 18",
9990
- stroke: e,
9991
- strokeWidth: "1.5",
9992
- strokeLinecap: "round",
9993
- strokeLinejoin: "round"
9830
+ d: "M9.77861 12.2833C9.9532 12.2293 10.1428 12.2411 10.3108 12.3175L21.3108 17.3175L21.3792 17.3527C21.7074 17.5442 21.8435 17.9572 21.6829 18.3107C21.5114 18.6876 21.0668 18.8541 20.6897 18.6827L9.9915 13.8195L3.29619 16.6896C2.91558 16.8527 2.47412 16.6765 2.31084 16.296C2.14772 15.9154 2.32391 15.474 2.70439 15.3107L9.70439 12.3107L9.77861 12.2833Z",
9831
+ fill: e
9994
9832
  }
9995
9833
  ),
9996
9834
  /* @__PURE__ */ n(
9997
9835
  "path",
9998
9836
  {
9999
- d: "M16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8C18 9.10457 17.1046 10 16 10Z",
10000
- stroke: e,
10001
- strokeWidth: "1.5",
10002
- strokeLinecap: "round",
10003
- strokeLinejoin: "round"
9837
+ d: "M14.75 8C14.75 7.30964 15.3096 6.75 16 6.75C16.6904 6.75 17.25 7.30964 17.25 8C17.25 8.69036 16.6904 9.25 16 9.25C15.3096 9.25 14.75 8.69036 14.75 8ZM13.25 8C13.25 9.51878 14.4812 10.75 16 10.75C17.5188 10.75 18.75 9.51878 18.75 8C18.75 6.48122 17.5188 5.25 16 5.25C14.4812 5.25 13.25 6.48122 13.25 8Z",
9838
+ fill: e
10004
9839
  }
10005
9840
  )
10006
9841
  ]
10007
9842
  }
10008
- ), U4 = ({
9843
+ ), W4 = ({
10009
9844
  className: l,
10010
9845
  color: e = h.GREY_DARK_5,
10011
- height: t = 24,
10012
- width: i = 24,
9846
+ height: t = 20,
9847
+ width: i = 20,
10013
9848
  onClick: s
10014
9849
  }) => /* @__PURE__ */ n(
10015
9850
  "svg",
@@ -10024,11 +9859,8 @@ const F0 = ({
10024
9859
  children: /* @__PURE__ */ n(
10025
9860
  "path",
10026
9861
  {
10027
- d: "M14.3632 5.65156L15.8431 4.17157C16.6242 3.39052 17.8905 3.39052 18.6716 4.17157L20.0858 5.58579C20.8668 6.36683 20.8668 7.63316 20.0858 8.41421L18.6058 9.8942M14.3632 5.65156L4.74749 15.2672C4.41542 15.5993 4.21079 16.0376 4.16947 16.5054L3.92738 19.2459C3.87261 19.8659 4.39148 20.3848 5.0115 20.33L7.75191 20.0879C8.21972 20.0466 8.65806 19.8419 8.99013 19.5099L18.6058 9.8942M14.3632 5.65156L18.6058 9.8942",
10028
- stroke: e,
10029
- strokeWidth: "1.5",
10030
- strokeLinecap: "round",
10031
- strokeLinejoin: "round"
9862
+ d: "M14.3632 6.71205L17.5452 9.89403L8.45984 18.9794C8.2523 19.1869 7.97813 19.3147 7.68575 19.3405L4.94503 19.5829C4.7903 19.5964 4.66089 19.4669 4.67434 19.3122L4.91671 16.5715C4.94254 16.2791 5.07032 16.0049 5.27786 15.7974L14.3632 6.71205ZM16.3734 4.7019C16.8615 4.21375 17.653 4.21375 18.1411 4.7019L19.5553 6.11612C20.0435 6.60427 20.0435 7.39573 19.5553 7.88388L18.6059 8.83337L15.4239 5.65139L16.3734 4.7019ZM4.2172 14.7367C3.76073 15.1932 3.47933 15.7959 3.4224 16.4389L3.18002 19.1796C3.08417 20.2647 3.99258 21.1731 5.07761 21.0772L7.81834 20.8348C8.46136 20.7779 9.06403 20.4965 9.5205 20.04L20.616 8.94454C21.6899 7.8706 21.6899 6.1294 20.616 5.05546L19.2018 3.64124C18.1278 2.5673 16.3866 2.5673 15.3127 3.64124L4.2172 14.7367Z",
9863
+ fill: e
10032
9864
  }
10033
9865
  )
10034
9866
  }
@@ -10304,9 +10136,9 @@ const F0 = ({
10304
10136
  ]
10305
10137
  }
10306
10138
  ), i6 = ({
10307
- width: l = 24,
10308
- height: e = 24,
10309
- color: t = h.GREY_DARK_2,
10139
+ width: l = 20,
10140
+ height: e = 20,
10141
+ color: t = h.GREY_DARK_5,
10310
10142
  className: i,
10311
10143
  onClick: s
10312
10144
  }) => /* @__PURE__ */ n(
@@ -10364,7 +10196,7 @@ const F0 = ({
10364
10196
  onClick: c
10365
10197
  }) => {
10366
10198
  const { theme: d } = T(Q), a = C ? d && d === "dark" ? h.GREY_LIGHT_4 : h.GREY_DARK_1 : i, o = C ? void 0 : c, r = c && !C ? `${s || ""} clickable` : s;
10367
- return /* @__PURE__ */ n(j, { children: (() => {
10199
+ return /* @__PURE__ */ n($, { children: (() => {
10368
10200
  switch (l) {
10369
10201
  case "arrow1Down":
10370
10202
  return z0({ width: e, height: t, color: a, className: r, onClick: o });
@@ -10395,13 +10227,13 @@ const F0 = ({
10395
10227
  case "filter1":
10396
10228
  return d4({ width: e, height: t, color: a, className: r, onClick: o });
10397
10229
  case "filter2":
10398
- return Y4({ width: e, height: t, color: a, className: r, onClick: o });
10230
+ return S4({ width: e, height: t, color: a, className: r, onClick: o });
10399
10231
  case "attention":
10400
10232
  return g4({ width: e, height: t, color: a, className: r, onClick: o });
10401
10233
  case "users":
10402
10234
  return w4({ width: e, height: t, color: a, className: r, onClick: o });
10403
10235
  case "mySkillsMatrix":
10404
- return u4({
10236
+ return f4({
10405
10237
  width: e,
10406
10238
  height: t,
10407
10239
  color: a,
@@ -10411,7 +10243,7 @@ const F0 = ({
10411
10243
  case "skills":
10412
10244
  return p4({ width: e, height: t, color: a, className: r, onClick: o });
10413
10245
  case "skillsMatrices":
10414
- return f4({
10246
+ return u4({
10415
10247
  width: e,
10416
10248
  height: t,
10417
10249
  color: a,
@@ -10423,9 +10255,9 @@ const F0 = ({
10423
10255
  case "logOut":
10424
10256
  return m4({ width: e, height: t, color: a, className: r, onClick: o });
10425
10257
  case "settings":
10426
- return k4({ width: e, height: t, color: a, className: r, onClick: o });
10427
- case "trash":
10428
10258
  return v4({ width: e, height: t, color: a, className: r, onClick: o });
10259
+ case "trash":
10260
+ return k4({ width: e, height: t, color: a, className: r, onClick: o });
10429
10261
  case "settings2":
10430
10262
  return N4({ width: e, height: t, color: a, className: r, onClick: o });
10431
10263
  case "checkCircle":
@@ -10433,7 +10265,7 @@ const F0 = ({
10433
10265
  case "cancelCircle":
10434
10266
  return x4({ width: e, height: t, color: a, className: r, onClick: o });
10435
10267
  case "visibilityIcon":
10436
- return V4({
10268
+ return Z4({
10437
10269
  width: e,
10438
10270
  height: t,
10439
10271
  color: a,
@@ -10441,7 +10273,7 @@ const F0 = ({
10441
10273
  onClick: o
10442
10274
  });
10443
10275
  case "visibilityOffIcon":
10444
- return Z4({
10276
+ return R4({
10445
10277
  width: e,
10446
10278
  height: t,
10447
10279
  color: a,
@@ -10449,7 +10281,7 @@ const F0 = ({
10449
10281
  onClick: o
10450
10282
  });
10451
10283
  case "sortUp":
10452
- return R4({ width: e, height: t, color: a, className: r, onClick: o });
10284
+ return V4({ width: e, height: t, color: a, className: r, onClick: o });
10453
10285
  case "sortDown":
10454
10286
  return H4({ width: e, height: t, color: a, className: r, onClick: o });
10455
10287
  case "sortDouble":
@@ -10457,7 +10289,7 @@ const F0 = ({
10457
10289
  case "search":
10458
10290
  return b4({ width: e, height: t, color: a, className: r, onClick: o });
10459
10291
  case "arrowUpFilled":
10460
- return A4({ width: e, height: t, color: a, className: r, onClick: o });
10292
+ return E4({ width: e, height: t, color: a, className: r, onClick: o });
10461
10293
  case "arrowDownFilled":
10462
10294
  return y4({ width: e, height: t, color: a, className: r, onClick: o });
10463
10295
  case "arrow2Up":
@@ -10469,7 +10301,7 @@ const F0 = ({
10469
10301
  case "arrow2Left":
10470
10302
  return l4({ width: e, height: t, color: a, className: r, onClick: o });
10471
10303
  case "link":
10472
- return E4({ width: e, height: t, color: a, className: r, onClick: o });
10304
+ return A4({ width: e, height: t, color: a, className: r, onClick: o });
10473
10305
  case "telegram":
10474
10306
  return K4({ width: e, height: t, color: a, className: r, onClick: o });
10475
10307
  case "mail":
@@ -10479,25 +10311,25 @@ const F0 = ({
10479
10311
  case "linkedIn":
10480
10312
  return G4({ width: e, height: t, color: a, className: r, onClick: o });
10481
10313
  case "emptyStateIcon":
10482
- return S4({ width: e, height: t, color: a, className: r, onClick: o });
10314
+ return Y4({ width: e, height: t, color: a, className: r, onClick: o });
10483
10315
  case "dotMenuIcon":
10484
10316
  return O4({ width: e, height: t, color: a, className: r, onClick: o });
10485
10317
  case "plusCircle":
10486
10318
  return I4({ width: e, height: t, color: a, className: r, onClick: o });
10487
10319
  case "warning":
10488
- return j4({ width: e, height: t, color: a, className: r, onClick: o });
10489
- case "bell":
10490
10320
  return $4({ width: e, height: t, color: a, className: r, onClick: o });
10321
+ case "bell":
10322
+ return P4({ width: e, height: t, color: a, className: r, onClick: o });
10491
10323
  case "copy":
10492
10324
  return T4({ width: e, height: t, color: a, className: r, onClick: o });
10493
10325
  case "contract":
10494
- return P4({ width: e, height: t, color: a, className: r, onClick: o });
10326
+ return j4({ width: e, height: t, color: a, className: r, onClick: o });
10495
10327
  case "resourceManager":
10496
- return W4({ width: e, height: t, color: a, className: r, onClick: o });
10497
- case "image":
10498
10328
  return F4({ width: e, height: t, color: a, className: r, onClick: o });
10499
- case "edit":
10329
+ case "image":
10500
10330
  return U4({ width: e, height: t, color: a, className: r, onClick: o });
10331
+ case "edit":
10332
+ return W4({ width: e, height: t, color: a, className: r, onClick: o });
10501
10333
  case "burgerMenu":
10502
10334
  return z4({ width: e, height: t, color: a, className: r, onClick: o });
10503
10335
  case "refresh":
@@ -10517,7 +10349,7 @@ const F0 = ({
10517
10349
  case "unpaidLeave":
10518
10350
  return l6({ width: e, height: t, color: a, className: r, onClick: o });
10519
10351
  default:
10520
- return /* @__PURE__ */ n(j, { children: "No Icon provided" });
10352
+ return /* @__PURE__ */ n($, { children: "No Icon provided" });
10521
10353
  }
10522
10354
  })() });
10523
10355
  }, n6 = ({
@@ -10564,15 +10396,15 @@ const r6 = q((l, e) => {
10564
10396
  required: r = !1,
10565
10397
  clearable: p = !0,
10566
10398
  scrollThresholdValue: w = 50,
10567
- onSearchChange: u,
10568
- onDropdownVisibleChange: f,
10399
+ onSearchChange: f,
10400
+ onDropdownVisibleChange: u,
10569
10401
  onScrollToEnd: L,
10570
10402
  onPopupScroll: m,
10571
10403
  id: x,
10572
- extraOptions: Z,
10404
+ extraOptions: R,
10573
10405
  dropdownRender: b,
10574
- optionRender: k,
10575
- isLoading: R,
10406
+ optionRender: v,
10407
+ isLoading: V,
10576
10408
  readOnly: N,
10577
10409
  error: M,
10578
10410
  selectedItemVariant: G = "default",
@@ -10580,38 +10412,38 @@ const r6 = q((l, e) => {
10580
10412
  } = l;
10581
10413
  let X;
10582
10414
  C && C !== "single" && (X = l.overflowBehaviour ?? "responsive");
10583
- const [Y, w1] = A(!1), [F, P] = A(!1), [W, U] = A(!1), [s1, E] = A(!0), [_, S] = A(t), n1 = $(null), M1 = C === "single" && G === "badge";
10415
+ const [S, w1] = E(!1), [U, j] = E(!1), [F, W] = E(!1), [s1, A] = E(!0), [_, Y] = E(t), n1 = P(null), M1 = C === "single" && G === "badge";
10584
10416
  D(() => {
10585
- S(t);
10417
+ Y(t);
10586
10418
  }, [t]);
10587
- const c2 = (v) => {
10588
- w1(v), f && f(v);
10589
- }, d2 = (v, H) => {
10419
+ const c2 = (k) => {
10420
+ w1(k), u && u(k);
10421
+ }, d2 = (k, H) => {
10590
10422
  var y;
10591
- return !!((y = H == null ? void 0 : H.label) != null && y.toString().toLowerCase().includes(v.toLowerCase()));
10423
+ return !!((y = H == null ? void 0 : H.label) != null && y.toString().toLowerCase().includes(k.toLowerCase()));
10592
10424
  }, g2 = () => {
10593
- P(!0);
10425
+ j(!0);
10594
10426
  }, w2 = () => {
10595
- P(!1);
10427
+ j(!1);
10596
10428
  }, e1 = O(
10597
- (v) => {
10429
+ (k) => {
10598
10430
  let H = null;
10599
10431
  if (M1) {
10600
- const y = Array.isArray(v) ? v : [];
10432
+ const y = Array.isArray(k) ? k : [];
10601
10433
  H = y.length > 1 ? [y[y.length - 1]] : y;
10602
10434
  const o1 = H.length > 0 ? H[0] : null;
10603
- i == null || i(o1), S(H);
10435
+ i == null || i(o1), Y(H);
10604
10436
  return;
10605
10437
  }
10606
10438
  if (C && C !== "single") {
10607
- const y = v;
10608
- i == null || i(y), S(y);
10439
+ const y = k;
10440
+ i == null || i(y), Y(y);
10609
10441
  return;
10610
10442
  }
10611
- H = Array.isArray(v) ? null : v || null, i == null || i(H), S(H);
10443
+ H = Array.isArray(k) ? null : k || null, i == null || i(H), Y(H);
10612
10444
  },
10613
10445
  [C, i, M1]
10614
- ), u2 = O(() => {
10446
+ ), f2 = O(() => {
10615
10447
  if (!(N || o)) {
10616
10448
  if (C) {
10617
10449
  e1([]);
@@ -10619,54 +10451,54 @@ const r6 = q((l, e) => {
10619
10451
  }
10620
10452
  e1("");
10621
10453
  }
10622
- }, [o, e1, C, N]), u1 = O(
10623
- (v) => {
10624
- const H = _.filter((y) => y !== v);
10625
- e1(H), S(H);
10454
+ }, [o, e1, C, N]), f1 = O(
10455
+ (k) => {
10456
+ const H = _.filter((y) => y !== k);
10457
+ e1(H), Y(H);
10626
10458
  },
10627
10459
  [e1, _]
10628
- ), A1 = O(
10629
- (v) => (_ == null ? void 0 : _.indexOf(v)) === 0 ? (
10460
+ ), E1 = O(
10461
+ (k) => (_ == null ? void 0 : _.indexOf(k)) === 0 ? (
10630
10462
  // if the search input is empty
10631
10463
  // then display the placeholder, else do not display it
10632
10464
  /* @__PURE__ */ n("span", { className: "custom-placeholder", children: s1 ? s : "" })
10633
- ) : /* @__PURE__ */ n(j, {}),
10465
+ ) : /* @__PURE__ */ n($, {}),
10634
10466
  [s1, _, s]
10635
- ), p2 = (v) => {
10636
- v.preventDefault(), v.stopPropagation();
10637
- }, f2 = async (v) => {
10638
- const { target: H } = v;
10639
- H.scrollTop + H.offsetHeight >= H.scrollHeight - w && (L == null || L(!0)), m && await m(v);
10467
+ ), p2 = (k) => {
10468
+ k.preventDefault(), k.stopPropagation();
10469
+ }, u2 = async (k) => {
10470
+ const { target: H } = k;
10471
+ H.scrollTop + H.offsetHeight >= H.scrollHeight - w && (L == null || L(!0)), m && await m(k);
10640
10472
  }, x1 = O(
10641
- (v) => {
10473
+ (k) => {
10642
10474
  var H, y;
10643
- return ((H = d.find((t1) => t1.value === v)) == null ? void 0 : H.label) || ((y = Z == null ? void 0 : Z.find((t1) => t1.value === v)) == null ? void 0 : y.label) || v;
10475
+ return ((H = d.find((t1) => t1.value === k)) == null ? void 0 : H.label) || ((y = R == null ? void 0 : R.find((t1) => t1.value === k)) == null ? void 0 : y.label) || k;
10644
10476
  },
10645
- [Z, d]
10477
+ [R, d]
10646
10478
  ), L2 = O(
10647
- (v, H = "default") => {
10479
+ (k, H = "default") => {
10648
10480
  var y;
10649
10481
  return /* @__PURE__ */ n(
10650
- F0,
10482
+ U0,
10651
10483
  {
10652
- values: v,
10653
- onTagClose: u1,
10484
+ values: k,
10485
+ onTagClose: f1,
10654
10486
  maxWidth: ((y = n1.current) == null ? void 0 : y.clientWidth) || 0,
10655
10487
  disabled: o,
10656
10488
  closable: !N,
10657
10489
  options: d,
10658
- extraOptions: Z,
10490
+ extraOptions: R,
10659
10491
  selectedItemVariant: H
10660
10492
  }
10661
10493
  );
10662
10494
  },
10663
- [o, Z, u1, d, N]
10495
+ [o, R, f1, d, N]
10664
10496
  ), m2 = O(
10665
- ({ label: v, value: H, mode: y }) => {
10497
+ ({ label: k, value: H, mode: y }) => {
10666
10498
  if (y === "filter")
10667
- return A1(H);
10499
+ return E1(H);
10668
10500
  {
10669
- const o1 = G === "badge" && d.find((k2) => k2.label === v), t1 = typeof v == "object" ? v : x1(H);
10501
+ const o1 = G === "badge" && d.find((v2) => v2.label === k), t1 = typeof k == "object" ? k : x1(H);
10670
10502
  return /* @__PURE__ */ n("div", { onMouseDown: p2, className: "tag-wrapper", children: G === "badge" ? /* @__PURE__ */ n(
10671
10503
  n2,
10672
10504
  {
@@ -10675,11 +10507,11 @@ const r6 = q((l, e) => {
10675
10507
  color: o1 ? o1.color : "cyan",
10676
10508
  text: t1
10677
10509
  }
10678
- ) : /* @__PURE__ */ n(l2, { onClose: () => u1(H), disabled: o, children: t1 }) });
10510
+ ) : /* @__PURE__ */ n(l2, { onClose: () => f1(H), disabled: o, children: t1 }) });
10679
10511
  }
10680
10512
  },
10681
- [o, x1, u1, A1, G, d]
10682
- ), E1 = Array.isArray(_) && _.length > 0 || !!_ && typeof _ == "string" && _.trim() !== "";
10513
+ [o, x1, f1, E1, G, d]
10514
+ ), A1 = Array.isArray(_) && _.length > 0 || !!_ && typeof _ == "string" && _.trim() !== "";
10683
10515
  return /* @__PURE__ */ g(
10684
10516
  "div",
10685
10517
  {
@@ -10688,7 +10520,7 @@ const r6 = q((l, e) => {
10688
10520
  /* @__PURE__ */ g(
10689
10521
  "div",
10690
10522
  {
10691
- className: `snmt-select ${F ? "snmt-select-focused" : ""}
10523
+ className: `snmt-select ${U ? "snmt-select-focused" : ""}
10692
10524
  ${C ? "" : "snmt-select-single"}
10693
10525
  ${N ? "snmt-select-read-only" : ""}
10694
10526
  ${X === "static" ? "snmt-select-static" : ""}
@@ -10708,8 +10540,8 @@ const r6 = q((l, e) => {
10708
10540
  onDropdownVisibleChange: c2,
10709
10541
  disabled: o,
10710
10542
  value: _ || void 0,
10711
- labelRender: (v) => {
10712
- const H = x1(v.value);
10543
+ labelRender: (k) => {
10544
+ const H = x1(k.value);
10713
10545
  return o ? /* @__PURE__ */ n("span", { style: { color: h.GREY_DARK_1 }, children: H }) : H;
10714
10546
  },
10715
10547
  mode: C6(C, M1),
@@ -10717,23 +10549,23 @@ const r6 = q((l, e) => {
10717
10549
  onChange: e1,
10718
10550
  onFocus: g2,
10719
10551
  onBlur: w2,
10720
- onMouseEnter: () => U(!0),
10721
- onMouseLeave: () => U(!1),
10722
- onSearch: (v) => {
10723
- E(!v), u && u(v);
10552
+ onMouseEnter: () => W(!0),
10553
+ onMouseLeave: () => W(!1),
10554
+ onSearch: (k) => {
10555
+ A(!k), f && f(k);
10724
10556
  },
10725
- onSelect: () => E(!0),
10726
- onDeselect: () => E(!0),
10727
- tagRender: (v) => m2({ ...v, mode: C }),
10557
+ onSelect: () => A(!0),
10558
+ onDeselect: () => A(!0),
10559
+ tagRender: (k) => m2({ ...k, mode: C }),
10728
10560
  maxTagCount: X === "responsive" ? "responsive" : void 0,
10729
- maxTagPlaceholder: (v) => L2(v, G),
10730
- onPopupScroll: f2,
10731
- prefix: R && /* @__PURE__ */ n(Y1, { size: "small" }),
10732
- suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: C !== "filter" && /* @__PURE__ */ g(j, { children: [
10561
+ maxTagPlaceholder: (k) => L2(k, G),
10562
+ onPopupScroll: u2,
10563
+ prefix: V && /* @__PURE__ */ n(S1, { size: "small" }),
10564
+ suffixIcon: /* @__PURE__ */ n("div", { className: "wrapper-suffix-icon", children: C !== "filter" && /* @__PURE__ */ g($, { children: [
10733
10565
  _ && !!_.length && p && /* @__PURE__ */ n(
10734
10566
  "div",
10735
10567
  {
10736
- onClick: u2,
10568
+ onClick: f2,
10737
10569
  style: {
10738
10570
  cursor: o ? "not-allowed" : "pointer"
10739
10571
  },
@@ -10746,11 +10578,11 @@ const r6 = q((l, e) => {
10746
10578
  )
10747
10579
  }
10748
10580
  ),
10749
- B === "borderless" && (W || F) && /* @__PURE__ */ n(
10581
+ B === "borderless" && (F || U) && /* @__PURE__ */ n(
10750
10582
  n6,
10751
10583
  {
10752
- isActive: Y,
10753
- onClick: () => w1(!Y)
10584
+ isActive: S,
10585
+ onClick: () => w1(!S)
10754
10586
  }
10755
10587
  ),
10756
10588
  B === "outlined" && /* @__PURE__ */ n(
@@ -10758,53 +10590,53 @@ const r6 = q((l, e) => {
10758
10590
  {
10759
10591
  name: "arrow2Down",
10760
10592
  color: o ? h.GREY_DARK_1 : h.GREY_DARK_2,
10761
- className: Y ? "select-arrow-rotated" : "select-arrow",
10762
- onClick: () => w1(!Y)
10593
+ className: S ? "select-arrow-rotated" : "select-arrow",
10594
+ onClick: () => w1(!S)
10763
10595
  }
10764
10596
  )
10765
10597
  ] }) }),
10766
10598
  removeIcon: /* @__PURE__ */ n(a1, { name: "cancelCircle", color: h.GREY_DARK_1 }),
10767
10599
  options: d,
10768
- optionRender: (v) => k ? k(v.data) : /* @__PURE__ */ g(C1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
10600
+ optionRender: (k) => v ? v(k.data) : /* @__PURE__ */ g(C1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
10769
10601
  /* @__PURE__ */ g(C1, { alignItems: "center", gap: 12, children: [
10770
10602
  C && /* @__PURE__ */ n(
10771
10603
  l5,
10772
10604
  {
10773
- checked: !!(_ != null && _.includes(v.value))
10605
+ checked: !!(_ != null && _.includes(k.value))
10774
10606
  }
10775
10607
  ),
10776
10608
  /* @__PURE__ */ g(C1, { alignItems: "center", gap: 8, children: [
10777
- v.data.image !== void 0 && /* @__PURE__ */ n(
10609
+ k.data.image !== void 0 && /* @__PURE__ */ n(
10778
10610
  q2,
10779
10611
  {
10780
- src: v.data.image,
10612
+ src: k.data.image,
10781
10613
  variant: "xsmall",
10782
- fallbackText: v.data.imageFallbackText ? v.data.imageFallbackText : ""
10614
+ fallbackText: k.data.imageFallbackText ? k.data.imageFallbackText : ""
10783
10615
  }
10784
10616
  ),
10785
- /* @__PURE__ */ n("span", { children: v.label })
10617
+ /* @__PURE__ */ n("span", { children: k.label })
10786
10618
  ] })
10787
10619
  ] }),
10788
- !C && _ === v.value && /* @__PURE__ */ n(a1, { name: "check", color: h.BLUE_DARK_1 })
10620
+ !C && _ === k.value && /* @__PURE__ */ n(a1, { name: "check", color: h.BLUE_DARK_1 })
10789
10621
  ] }),
10790
- dropdownRender: (v) => /* @__PURE__ */ g("div", { className: "dropdown-container", children: [
10791
- /* @__PURE__ */ n("div", { className: "dropdown-menu", children: b ? b(v) : v }),
10792
- R && /* @__PURE__ */ n("div", { className: "loading-overlay", children: /* @__PURE__ */ n(Y1, {}) })
10622
+ dropdownRender: (k) => /* @__PURE__ */ g("div", { className: "dropdown-container", children: [
10623
+ /* @__PURE__ */ n("div", { className: "dropdown-menu", children: b ? b(k) : k }),
10624
+ V && /* @__PURE__ */ n("div", { className: "loading-overlay", children: /* @__PURE__ */ n(S1, {}) })
10793
10625
  ] })
10794
10626
  }
10795
10627
  ),
10796
10628
  s && B !== "borderless" && /* @__PURE__ */ n(
10797
10629
  "label",
10798
10630
  {
10799
- className: `${F || E1 ? "label-floating" : ""} ${o ? "label-disabled" : ""} ${F ? "label-focused" : ""} ${R ? "label-loading" : ""} ${M ? "label-error" : ""}`,
10631
+ className: `${U || A1 ? "label-floating" : ""} ${o ? "label-disabled" : ""} ${U ? "label-focused" : ""} ${V ? "label-loading" : ""} ${M ? "label-error" : ""}`,
10800
10632
  children: r ? `${s}*` : s
10801
10633
  }
10802
10634
  ),
10803
10635
  /* @__PURE__ */ n(
10804
10636
  "fieldset",
10805
10637
  {
10806
- className: `${F ? "fieldset-focused" : ""} ${o ? "fieldset-disabled" : ""} ${E1 ? "fieldset-filled" : ""} ${M ? "fieldset-error" : ""}
10807
- ${W ? "fieldset-hovered" : ""}`,
10638
+ className: `${U ? "fieldset-focused" : ""} ${o ? "fieldset-disabled" : ""} ${A1 ? "fieldset-filled" : ""} ${M ? "fieldset-error" : ""}
10639
+ ${F ? "fieldset-hovered" : ""}`,
10808
10640
  children: /* @__PURE__ */ n("legend", { children: s && B !== "borderless" && /* @__PURE__ */ n("span", { children: r ? `${s}*` : s }) })
10809
10641
  }
10810
10642
  )
@@ -10830,7 +10662,7 @@ const r6 = q((l, e) => {
10830
10662
  function C6(l, e) {
10831
10663
  return l === "filter" || e ? "multiple" : l === "single" ? void 0 : l;
10832
10664
  }
10833
- const V = (l) => typeof l == "string", r1 = () => {
10665
+ const Z = (l) => typeof l == "string", r1 = () => {
10834
10666
  let l, e;
10835
10667
  const t = new Promise((i, s) => {
10836
10668
  l = i, e = s;
@@ -10840,19 +10672,19 @@ const V = (l) => typeof l == "string", r1 = () => {
10840
10672
  l.forEach((i) => {
10841
10673
  e[i] && (t[i] = e[i]);
10842
10674
  });
10843
- }, c6 = /###/g, I1 = (l) => l && l.indexOf("###") > -1 ? l.replace(c6, ".") : l, j1 = (l) => !l || V(l), h1 = (l, e, t) => {
10844
- const i = V(e) ? e.split(".") : e;
10675
+ }, c6 = /###/g, I1 = (l) => l && l.indexOf("###") > -1 ? l.replace(c6, ".") : l, $1 = (l) => !l || Z(l), h1 = (l, e, t) => {
10676
+ const i = Z(e) ? e.split(".") : e;
10845
10677
  let s = 0;
10846
10678
  for (; s < i.length - 1; ) {
10847
- if (j1(l)) return {};
10679
+ if ($1(l)) return {};
10848
10680
  const C = I1(i[s]);
10849
10681
  !l[C] && t && (l[C] = new t()), Object.prototype.hasOwnProperty.call(l, C) ? l = l[C] : l = {}, ++s;
10850
10682
  }
10851
- return j1(l) ? {} : {
10683
+ return $1(l) ? {} : {
10852
10684
  obj: l,
10853
10685
  k: I1(i[s])
10854
10686
  };
10855
- }, $1 = (l, e, t) => {
10687
+ }, P1 = (l, e, t) => {
10856
10688
  const {
10857
10689
  obj: i,
10858
10690
  k: s
@@ -10883,7 +10715,7 @@ const V = (l) => typeof l == "string", r1 = () => {
10883
10715
  return i !== void 0 ? i : L1(e, t);
10884
10716
  }, o2 = (l, e, t) => {
10885
10717
  for (const i in e)
10886
- i !== "__proto__" && i !== "constructor" && (i in l ? V(l[i]) || l[i] instanceof String || V(e[i]) || e[i] instanceof String ? t && (l[i] = e[i]) : o2(l[i], e[i], t) : l[i] = e[i]);
10718
+ i !== "__proto__" && i !== "constructor" && (i in l ? Z(l[i]) || l[i] instanceof String || Z(e[i]) || e[i] instanceof String ? t && (l[i] = e[i]) : o2(l[i], e[i], t) : l[i] = e[i]);
10887
10719
  return l;
10888
10720
  }, i1 = (l) => l.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
10889
10721
  var w6 = {
@@ -10894,7 +10726,7 @@ var w6 = {
10894
10726
  "'": "&#39;",
10895
10727
  "/": "&#x2F;"
10896
10728
  };
10897
- const u6 = (l) => V(l) ? l.replace(/[&<>"'\/]/g, (e) => w6[e]) : l;
10729
+ const f6 = (l) => Z(l) ? l.replace(/[&<>"'\/]/g, (e) => w6[e]) : l;
10898
10730
  class p6 {
10899
10731
  constructor(e) {
10900
10732
  this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
@@ -10907,9 +10739,9 @@ class p6 {
10907
10739
  return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, i), this.regExpQueue.push(e), i;
10908
10740
  }
10909
10741
  }
10910
- const f6 = [" ", ",", "?", "!", ";"], L6 = new p6(20), m6 = (l, e, t) => {
10742
+ const u6 = [" ", ",", "?", "!", ";"], L6 = new p6(20), m6 = (l, e, t) => {
10911
10743
  e = e || "", t = t || "";
10912
- const i = f6.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
10744
+ const i = u6.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
10913
10745
  if (i.length === 0) return !0;
10914
10746
  const s = L6.getRegExp(`(${i.map((c) => c === "?" ? "\\?" : c).join("|")})`);
10915
10747
  let C = !s.test(l);
@@ -10938,7 +10770,7 @@ const f6 = [" ", ",", "?", "!", ";"], L6 = new p6(20), m6 = (l, e, t) => {
10938
10770
  s = c;
10939
10771
  }
10940
10772
  return s;
10941
- }, m1 = (l) => l && l.replace("_", "-"), k6 = {
10773
+ }, m1 = (l) => l && l.replace("_", "-"), v6 = {
10942
10774
  type: "logger",
10943
10775
  log(l) {
10944
10776
  this.output("log", l);
@@ -10953,14 +10785,14 @@ const f6 = [" ", ",", "?", "!", ";"], L6 = new p6(20), m6 = (l, e, t) => {
10953
10785
  console && console[l] && console[l].apply(console, e);
10954
10786
  }
10955
10787
  };
10956
- class k1 {
10788
+ class v1 {
10957
10789
  constructor(e) {
10958
10790
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
10959
10791
  this.init(e, t);
10960
10792
  }
10961
10793
  init(e) {
10962
10794
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
10963
- this.prefix = t.prefix || "i18next:", this.logger = e || k6, this.options = t, this.debug = t.debug;
10795
+ this.prefix = t.prefix || "i18next:", this.logger = e || v6, this.options = t, this.debug = t.debug;
10964
10796
  }
10965
10797
  log() {
10966
10798
  for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
@@ -10983,19 +10815,19 @@ class k1 {
10983
10815
  return this.forward(t, "warn", "WARNING DEPRECATED: ", !0);
10984
10816
  }
10985
10817
  forward(e, t, i, s) {
10986
- return s && !this.debug ? null : (V(e[0]) && (e[0] = `${i}${this.prefix} ${e[0]}`), this.logger[t](e));
10818
+ return s && !this.debug ? null : (Z(e[0]) && (e[0] = `${i}${this.prefix} ${e[0]}`), this.logger[t](e));
10987
10819
  }
10988
10820
  create(e) {
10989
- return new k1(this.logger, {
10821
+ return new v1(this.logger, {
10990
10822
  prefix: `${this.prefix}:${e}:`,
10991
10823
  ...this.options
10992
10824
  });
10993
10825
  }
10994
10826
  clone(e) {
10995
- return e = e || this.options, e.prefix = e.prefix || this.prefix, new k1(this.logger, e);
10827
+ return e = e || this.options, e.prefix = e.prefix || this.prefix, new v1(this.logger, e);
10996
10828
  }
10997
10829
  }
10998
- var I = new k1();
10830
+ var I = new v1();
10999
10831
  class N1 {
11000
10832
  constructor() {
11001
10833
  this.observers = {};
@@ -11049,9 +10881,9 @@ class T1 extends N1 {
11049
10881
  let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
11050
10882
  const C = s.keySeparator !== void 0 ? s.keySeparator : this.options.keySeparator, c = s.ignoreJSONStructure !== void 0 ? s.ignoreJSONStructure : this.options.ignoreJSONStructure;
11051
10883
  let d;
11052
- e.indexOf(".") > -1 ? d = e.split(".") : (d = [e, t], i && (Array.isArray(i) ? d.push(...i) : V(i) && C ? d.push(...i.split(C)) : d.push(i)));
10884
+ e.indexOf(".") > -1 ? d = e.split(".") : (d = [e, t], i && (Array.isArray(i) ? d.push(...i) : Z(i) && C ? d.push(...i.split(C)) : d.push(i)));
11053
10885
  const a = L1(this.data, d);
11054
- return !a && !t && !i && e.indexOf(".") > -1 && (e = d[0], t = d[1], i = d.slice(2).join(".")), a || !c || !V(i) ? a : H1(this.data && this.data[e] && this.data[e][t], i, C);
10886
+ return !a && !t && !i && e.indexOf(".") > -1 && (e = d[0], t = d[1], i = d.slice(2).join(".")), a || !c || !Z(i) ? a : H1(this.data && this.data[e] && this.data[e][t], i, C);
11055
10887
  }
11056
10888
  addResource(e, t, i, s) {
11057
10889
  let C = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : {
@@ -11059,14 +10891,14 @@ class T1 extends N1 {
11059
10891
  };
11060
10892
  const c = C.keySeparator !== void 0 ? C.keySeparator : this.options.keySeparator;
11061
10893
  let d = [e, t];
11062
- i && (d = d.concat(c ? i.split(c) : i)), e.indexOf(".") > -1 && (d = e.split("."), s = t, t = d[1]), this.addNamespaces(t), $1(this.data, d, s), C.silent || this.emit("added", e, t, i, s);
10894
+ i && (d = d.concat(c ? i.split(c) : i)), e.indexOf(".") > -1 && (d = e.split("."), s = t, t = d[1]), this.addNamespaces(t), P1(this.data, d, s), C.silent || this.emit("added", e, t, i, s);
11063
10895
  }
11064
10896
  addResources(e, t, i) {
11065
10897
  let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {
11066
10898
  silent: !1
11067
10899
  };
11068
10900
  for (const C in i)
11069
- (V(i[C]) || Array.isArray(i[C])) && this.addResource(e, t, C, i[C], {
10901
+ (Z(i[C]) || Array.isArray(i[C])) && this.addResource(e, t, C, i[C], {
11070
10902
  silent: !0
11071
10903
  });
11072
10904
  s.silent || this.emit("added", e, t, i);
@@ -11081,7 +10913,7 @@ class T1 extends N1 {
11081
10913
  c.skipCopy || (i = JSON.parse(JSON.stringify(i))), s ? o2(a, i, C) : a = {
11082
10914
  ...a,
11083
10915
  ...i
11084
- }, $1(this.data, d, a), c.silent || this.emit("added", e, t, i);
10916
+ }, P1(this.data, d, a), c.silent || this.emit("added", e, t, i);
11085
10917
  }
11086
10918
  removeResourceBundle(e, t) {
11087
10919
  this.hasResourceBundle(e, t) && delete this.data[e][t], this.removeNamespaces(t), this.emit("removed", e, t);
@@ -11116,8 +10948,8 @@ var a2 = {
11116
10948
  }), e;
11117
10949
  }
11118
10950
  };
11119
- const P1 = {};
11120
- class v1 extends N1 {
10951
+ const j1 = {};
10952
+ class k1 extends N1 {
11121
10953
  constructor(e) {
11122
10954
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
11123
10955
  super(), h6(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = I.create("translator");
@@ -11145,14 +10977,14 @@ class v1 extends N1 {
11145
10977
  if (a && a.length > 0)
11146
10978
  return {
11147
10979
  key: e,
11148
- namespaces: V(C) ? [C] : C
10980
+ namespaces: Z(C) ? [C] : C
11149
10981
  };
11150
10982
  const o = e.split(i);
11151
10983
  (i !== s || i === s && this.options.ns.indexOf(o[0]) > -1) && (C = o.shift()), e = o.join(s);
11152
10984
  }
11153
10985
  return {
11154
10986
  key: e,
11155
- namespaces: V(C) ? [C] : C
10987
+ namespaces: Z(C) ? [C] : C
11156
10988
  };
11157
10989
  }
11158
10990
  translate(e, t, i) {
@@ -11166,15 +10998,15 @@ class v1 extends N1 {
11166
10998
  } = this.extractFromKey(e[e.length - 1], t), a = d[d.length - 1], o = t.lng || this.language, r = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
11167
10999
  if (o && o.toLowerCase() === "cimode") {
11168
11000
  if (r) {
11169
- const k = t.nsSeparator || this.options.nsSeparator;
11001
+ const v = t.nsSeparator || this.options.nsSeparator;
11170
11002
  return s ? {
11171
- res: `${a}${k}${c}`,
11003
+ res: `${a}${v}${c}`,
11172
11004
  usedKey: c,
11173
11005
  exactUsedKey: c,
11174
11006
  usedLng: o,
11175
11007
  usedNS: a,
11176
11008
  usedParams: this.getUsedParamsDetails(t)
11177
- } : `${a}${k}${c}`;
11009
+ } : `${a}${v}${c}`;
11178
11010
  }
11179
11011
  return s ? {
11180
11012
  res: c,
@@ -11187,64 +11019,64 @@ class v1 extends N1 {
11187
11019
  }
11188
11020
  const p = this.resolve(e, t);
11189
11021
  let w = p && p.res;
11190
- const u = p && p.usedKey || c, f = p && p.exactUsedKey || c, L = Object.prototype.toString.apply(w), m = ["[object Number]", "[object Function]", "[object RegExp]"], x = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, Z = !this.i18nFormat || this.i18nFormat.handleAsObject, b = !V(w) && typeof w != "boolean" && typeof w != "number";
11191
- if (Z && w && b && m.indexOf(L) < 0 && !(V(x) && Array.isArray(w))) {
11022
+ const f = p && p.usedKey || c, u = p && p.exactUsedKey || c, L = Object.prototype.toString.apply(w), m = ["[object Number]", "[object Function]", "[object RegExp]"], x = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, R = !this.i18nFormat || this.i18nFormat.handleAsObject, b = !Z(w) && typeof w != "boolean" && typeof w != "number";
11023
+ if (R && w && b && m.indexOf(L) < 0 && !(Z(x) && Array.isArray(w))) {
11192
11024
  if (!t.returnObjects && !this.options.returnObjects) {
11193
11025
  this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
11194
- const k = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(u, w, {
11026
+ const v = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(f, w, {
11195
11027
  ...t,
11196
11028
  ns: d
11197
11029
  }) : `key '${c} (${this.language})' returned an object instead of string.`;
11198
- return s ? (p.res = k, p.usedParams = this.getUsedParamsDetails(t), p) : k;
11030
+ return s ? (p.res = v, p.usedParams = this.getUsedParamsDetails(t), p) : v;
11199
11031
  }
11200
11032
  if (C) {
11201
- const k = Array.isArray(w), R = k ? [] : {}, N = k ? f : u;
11033
+ const v = Array.isArray(w), V = v ? [] : {}, N = v ? u : f;
11202
11034
  for (const M in w)
11203
11035
  if (Object.prototype.hasOwnProperty.call(w, M)) {
11204
11036
  const G = `${N}${C}${M}`;
11205
- R[M] = this.translate(G, {
11037
+ V[M] = this.translate(G, {
11206
11038
  ...t,
11207
11039
  joinArrays: !1,
11208
11040
  ns: d
11209
- }), R[M] === G && (R[M] = w[M]);
11041
+ }), V[M] === G && (V[M] = w[M]);
11210
11042
  }
11211
- w = R;
11043
+ w = V;
11212
11044
  }
11213
- } else if (Z && V(x) && Array.isArray(w))
11045
+ } else if (R && Z(x) && Array.isArray(w))
11214
11046
  w = w.join(x), w && (w = this.extendTranslation(w, e, t, i));
11215
11047
  else {
11216
- let k = !1, R = !1;
11217
- const N = t.count !== void 0 && !V(t.count), M = v1.hasDefaultValue(t), G = N ? this.pluralResolver.getSuffix(o, t.count, t) : "", B = t.ordinal && N ? this.pluralResolver.getSuffix(o, t.count, {
11048
+ let v = !1, V = !1;
11049
+ const N = t.count !== void 0 && !Z(t.count), M = k1.hasDefaultValue(t), G = N ? this.pluralResolver.getSuffix(o, t.count, t) : "", B = t.ordinal && N ? this.pluralResolver.getSuffix(o, t.count, {
11218
11050
  ordinal: !1
11219
- }) : "", X = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), Y = X && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${G}`] || t[`defaultValue${B}`] || t.defaultValue;
11220
- !this.isValidLookup(w) && M && (k = !0, w = Y), this.isValidLookup(w) || (R = !0, w = c);
11221
- const F = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && R ? void 0 : w, P = M && Y !== w && this.options.updateMissing;
11222
- if (R || k || P) {
11223
- if (this.logger.log(P ? "updateKey" : "missingKey", o, a, c, P ? Y : w), C) {
11224
- const E = this.resolve(c, {
11051
+ }) : "", X = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), S = X && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${G}`] || t[`defaultValue${B}`] || t.defaultValue;
11052
+ !this.isValidLookup(w) && M && (v = !0, w = S), this.isValidLookup(w) || (V = !0, w = c);
11053
+ const U = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && V ? void 0 : w, j = M && S !== w && this.options.updateMissing;
11054
+ if (V || v || j) {
11055
+ if (this.logger.log(j ? "updateKey" : "missingKey", o, a, c, j ? S : w), C) {
11056
+ const A = this.resolve(c, {
11225
11057
  ...t,
11226
11058
  keySeparator: !1
11227
11059
  });
11228
- E && E.res && this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.");
11229
- }
11230
- let W = [];
11231
- const U = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
11232
- if (this.options.saveMissingTo === "fallback" && U && U[0])
11233
- for (let E = 0; E < U.length; E++)
11234
- W.push(U[E]);
11235
- else this.options.saveMissingTo === "all" ? W = this.languageUtils.toResolveHierarchy(t.lng || this.language) : W.push(t.lng || this.language);
11236
- const s1 = (E, _, S) => {
11237
- const n1 = M && S !== w ? S : F;
11238
- this.options.missingKeyHandler ? this.options.missingKeyHandler(E, a, _, n1, P, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(E, a, _, n1, P, t), this.emit("missingKey", E, a, _, w);
11060
+ A && A.res && this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.");
11061
+ }
11062
+ let F = [];
11063
+ const W = this.languageUtils.getFallbackCodes(this.options.fallbackLng, t.lng || this.language);
11064
+ if (this.options.saveMissingTo === "fallback" && W && W[0])
11065
+ for (let A = 0; A < W.length; A++)
11066
+ F.push(W[A]);
11067
+ else this.options.saveMissingTo === "all" ? F = this.languageUtils.toResolveHierarchy(t.lng || this.language) : F.push(t.lng || this.language);
11068
+ const s1 = (A, _, Y) => {
11069
+ const n1 = M && Y !== w ? Y : U;
11070
+ this.options.missingKeyHandler ? this.options.missingKeyHandler(A, a, _, n1, j, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(A, a, _, n1, j, t), this.emit("missingKey", A, a, _, w);
11239
11071
  };
11240
- this.options.saveMissing && (this.options.saveMissingPlurals && N ? W.forEach((E) => {
11241
- const _ = this.pluralResolver.getSuffixes(E, t);
11242
- X && t[`defaultValue${this.options.pluralSeparator}zero`] && _.indexOf(`${this.options.pluralSeparator}zero`) < 0 && _.push(`${this.options.pluralSeparator}zero`), _.forEach((S) => {
11243
- s1([E], c + S, t[`defaultValue${S}`] || Y);
11072
+ this.options.saveMissing && (this.options.saveMissingPlurals && N ? F.forEach((A) => {
11073
+ const _ = this.pluralResolver.getSuffixes(A, t);
11074
+ X && t[`defaultValue${this.options.pluralSeparator}zero`] && _.indexOf(`${this.options.pluralSeparator}zero`) < 0 && _.push(`${this.options.pluralSeparator}zero`), _.forEach((Y) => {
11075
+ s1([A], c + Y, t[`defaultValue${Y}`] || S);
11244
11076
  });
11245
- }) : s1(W, c, Y));
11077
+ }) : s1(F, c, S));
11246
11078
  }
11247
- w = this.extendTranslation(w, e, t, p, i), R && w === c && this.options.appendNamespaceToMissingKey && (w = `${a}:${c}`), (R || k) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? w = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${a}:${c}` : c, k ? w : void 0) : w = this.options.parseMissingKeyHandler(w));
11079
+ w = this.extendTranslation(w, e, t, p, i), V && w === c && this.options.appendNamespaceToMissingKey && (w = `${a}:${c}`), (V || v) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? w = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${a}:${c}` : c, v ? w : void 0) : w = this.options.parseMissingKeyHandler(w));
11248
11080
  }
11249
11081
  return s ? (p.res = w, p.usedParams = this.getUsedParamsDetails(t), p) : w;
11250
11082
  }
@@ -11265,27 +11097,27 @@ class v1 extends N1 {
11265
11097
  ...i.interpolation
11266
11098
  }
11267
11099
  });
11268
- const o = V(e) && (i && i.interpolation && i.interpolation.skipOnVariables !== void 0 ? i.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
11100
+ const o = Z(e) && (i && i.interpolation && i.interpolation.skipOnVariables !== void 0 ? i.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
11269
11101
  let r;
11270
11102
  if (o) {
11271
11103
  const w = e.match(this.interpolator.nestingRegexp);
11272
11104
  r = w && w.length;
11273
11105
  }
11274
- let p = i.replace && !V(i.replace) ? i.replace : i;
11106
+ let p = i.replace && !Z(i.replace) ? i.replace : i;
11275
11107
  if (this.options.interpolation.defaultVariables && (p = {
11276
11108
  ...this.options.interpolation.defaultVariables,
11277
11109
  ...p
11278
11110
  }), e = this.interpolator.interpolate(e, p, i.lng || this.language || s.usedLng, i), o) {
11279
- const w = e.match(this.interpolator.nestingRegexp), u = w && w.length;
11280
- r < u && (i.nest = !1);
11111
+ const w = e.match(this.interpolator.nestingRegexp), f = w && w.length;
11112
+ r < f && (i.nest = !1);
11281
11113
  }
11282
11114
  !i.lng && this.options.compatibilityAPI !== "v1" && s && s.res && (i.lng = this.language || s.usedLng), i.nest !== !1 && (e = this.interpolator.nest(e, function() {
11283
- for (var w = arguments.length, u = new Array(w), f = 0; f < w; f++)
11284
- u[f] = arguments[f];
11285
- return C && C[0] === u[0] && !i.context ? (c.logger.warn(`It seems you are nesting recursively key: ${u[0]} in key: ${t[0]}`), null) : c.translate(...u, t);
11115
+ for (var w = arguments.length, f = new Array(w), u = 0; u < w; u++)
11116
+ f[u] = arguments[u];
11117
+ return C && C[0] === f[0] && !i.context ? (c.logger.warn(`It seems you are nesting recursively key: ${f[0]} in key: ${t[0]}`), null) : c.translate(...f, t);
11286
11118
  }, i)), i.interpolation && this.interpolator.reset();
11287
11119
  }
11288
- const d = i.postProcess || this.options.postProcess, a = V(d) ? [d] : d;
11120
+ const d = i.postProcess || this.options.postProcess, a = Z(d) ? [d] : d;
11289
11121
  return e != null && a && a.length && i.applyPostProcessor !== !1 && (e = a2.handle(a, e, t, this.options && this.options.postProcessPassResolved ? {
11290
11122
  i18nResolved: {
11291
11123
  ...s,
@@ -11296,31 +11128,31 @@ class v1 extends N1 {
11296
11128
  }
11297
11129
  resolve(e) {
11298
11130
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i, s, C, c, d;
11299
- return V(e) && (e = [e]), e.forEach((a) => {
11131
+ return Z(e) && (e = [e]), e.forEach((a) => {
11300
11132
  if (this.isValidLookup(i)) return;
11301
11133
  const o = this.extractFromKey(a, t), r = o.key;
11302
11134
  s = r;
11303
11135
  let p = o.namespaces;
11304
11136
  this.options.fallbackNS && (p = p.concat(this.options.fallbackNS));
11305
- const w = t.count !== void 0 && !V(t.count), u = w && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), f = t.context !== void 0 && (V(t.context) || typeof t.context == "number") && t.context !== "", L = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
11137
+ const w = t.count !== void 0 && !Z(t.count), f = w && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), u = t.context !== void 0 && (Z(t.context) || typeof t.context == "number") && t.context !== "", L = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
11306
11138
  p.forEach((m) => {
11307
- this.isValidLookup(i) || (d = m, !P1[`${L[0]}-${m}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(d) && (P1[`${L[0]}-${m}`] = !0, this.logger.warn(`key "${s}" for languages "${L.join(", ")}" won't get resolved as namespace "${d}" 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((x) => {
11139
+ this.isValidLookup(i) || (d = m, !j1[`${L[0]}-${m}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(d) && (j1[`${L[0]}-${m}`] = !0, this.logger.warn(`key "${s}" for languages "${L.join(", ")}" won't get resolved as namespace "${d}" 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((x) => {
11308
11140
  if (this.isValidLookup(i)) return;
11309
11141
  c = x;
11310
- const Z = [r];
11142
+ const R = [r];
11311
11143
  if (this.i18nFormat && this.i18nFormat.addLookupKeys)
11312
- this.i18nFormat.addLookupKeys(Z, r, x, m, t);
11144
+ this.i18nFormat.addLookupKeys(R, r, x, m, t);
11313
11145
  else {
11314
- let k;
11315
- w && (k = this.pluralResolver.getSuffix(x, t.count, t));
11316
- const R = `${this.options.pluralSeparator}zero`, N = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
11317
- if (w && (Z.push(r + k), t.ordinal && k.indexOf(N) === 0 && Z.push(r + k.replace(N, this.options.pluralSeparator)), u && Z.push(r + R)), f) {
11146
+ let v;
11147
+ w && (v = this.pluralResolver.getSuffix(x, t.count, t));
11148
+ const V = `${this.options.pluralSeparator}zero`, N = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
11149
+ if (w && (R.push(r + v), t.ordinal && v.indexOf(N) === 0 && R.push(r + v.replace(N, this.options.pluralSeparator)), f && R.push(r + V)), u) {
11318
11150
  const M = `${r}${this.options.contextSeparator}${t.context}`;
11319
- Z.push(M), w && (Z.push(M + k), t.ordinal && k.indexOf(N) === 0 && Z.push(M + k.replace(N, this.options.pluralSeparator)), u && Z.push(M + R));
11151
+ R.push(M), w && (R.push(M + v), t.ordinal && v.indexOf(N) === 0 && R.push(M + v.replace(N, this.options.pluralSeparator)), f && R.push(M + V));
11320
11152
  }
11321
11153
  }
11322
11154
  let b;
11323
- for (; b = Z.pop(); )
11155
+ for (; b = R.pop(); )
11324
11156
  this.isValidLookup(i) || (C = b, i = this.getResource(x, m, b, t));
11325
11157
  }));
11326
11158
  });
@@ -11341,7 +11173,7 @@ class v1 extends N1 {
11341
11173
  }
11342
11174
  getUsedParamsDetails() {
11343
11175
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
11344
- const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], i = e.replace && !V(e.replace);
11176
+ const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], i = e.replace && !Z(e.replace);
11345
11177
  let s = i ? e.replace : e;
11346
11178
  if (i && typeof e.count < "u" && (s.count = e.count), this.options.interpolation.defaultVariables && (s = {
11347
11179
  ...this.options.interpolation.defaultVariables,
@@ -11363,8 +11195,8 @@ class v1 extends N1 {
11363
11195
  return !1;
11364
11196
  }
11365
11197
  }
11366
- const V1 = (l) => l.charAt(0).toUpperCase() + l.slice(1);
11367
- class W1 {
11198
+ const Z1 = (l) => l.charAt(0).toUpperCase() + l.slice(1);
11199
+ class F1 {
11368
11200
  constructor(e) {
11369
11201
  this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = I.create("languageUtils");
11370
11202
  }
@@ -11379,7 +11211,7 @@ class W1 {
11379
11211
  return this.formatLanguageCode(t[0]);
11380
11212
  }
11381
11213
  formatLanguageCode(e) {
11382
- if (V(e) && e.indexOf("-") > -1) {
11214
+ if (Z(e) && e.indexOf("-") > -1) {
11383
11215
  if (typeof Intl < "u" && typeof Intl.getCanonicalLocales < "u")
11384
11216
  try {
11385
11217
  let s = Intl.getCanonicalLocales(e)[0];
@@ -11388,7 +11220,7 @@ class W1 {
11388
11220
  }
11389
11221
  const t = ["hans", "hant", "latn", "cyrl", "cans", "mong", "arab"];
11390
11222
  let i = e.split("-");
11391
- return this.options.lowerCaseLng ? i = i.map((s) => s.toLowerCase()) : i.length === 2 ? (i[0] = i[0].toLowerCase(), i[1] = i[1].toUpperCase(), t.indexOf(i[1].toLowerCase()) > -1 && (i[1] = V1(i[1].toLowerCase()))) : i.length === 3 && (i[0] = i[0].toLowerCase(), i[1].length === 2 && (i[1] = i[1].toUpperCase()), i[0] !== "sgn" && i[2].length === 2 && (i[2] = i[2].toUpperCase()), t.indexOf(i[1].toLowerCase()) > -1 && (i[1] = V1(i[1].toLowerCase())), t.indexOf(i[2].toLowerCase()) > -1 && (i[2] = V1(i[2].toLowerCase()))), i.join("-");
11223
+ return this.options.lowerCaseLng ? i = i.map((s) => s.toLowerCase()) : i.length === 2 ? (i[0] = i[0].toLowerCase(), i[1] = i[1].toUpperCase(), t.indexOf(i[1].toLowerCase()) > -1 && (i[1] = Z1(i[1].toLowerCase()))) : i.length === 3 && (i[0] = i[0].toLowerCase(), i[1].length === 2 && (i[1] = i[1].toUpperCase()), i[0] !== "sgn" && i[2].length === 2 && (i[2] = i[2].toUpperCase()), t.indexOf(i[1].toLowerCase()) > -1 && (i[1] = Z1(i[1].toLowerCase())), t.indexOf(i[2].toLowerCase()) > -1 && (i[2] = Z1(i[2].toLowerCase()))), i.join("-");
11392
11224
  }
11393
11225
  return this.options.cleanCode || this.options.lowerCaseLng ? e.toLowerCase() : e;
11394
11226
  }
@@ -11415,7 +11247,7 @@ class W1 {
11415
11247
  }
11416
11248
  getFallbackCodes(e, t) {
11417
11249
  if (!e) return [];
11418
- if (typeof e == "function" && (e = e(t)), V(e) && (e = [e]), Array.isArray(e)) return e;
11250
+ if (typeof e == "function" && (e = e(t)), Z(e) && (e = [e]), Array.isArray(e)) return e;
11419
11251
  if (!t) return e.default || [];
11420
11252
  let i = e[t];
11421
11253
  return i || (i = e[this.getScriptPartFromCode(t)]), i || (i = e[this.formatLanguageCode(t)]), i || (i = e[this.getLanguagePartFromCode(t)]), i || (i = e.default), i || [];
@@ -11424,12 +11256,12 @@ class W1 {
11424
11256
  const i = this.getFallbackCodes(t || this.options.fallbackLng || [], e), s = [], C = (c) => {
11425
11257
  c && (this.isSupportedCode(c) ? s.push(c) : this.logger.warn(`rejecting language code not found in supportedLngs: ${c}`));
11426
11258
  };
11427
- return V(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && C(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && C(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && C(this.getLanguagePartFromCode(e))) : V(e) && C(this.formatLanguageCode(e)), i.forEach((c) => {
11259
+ return Z(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && C(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && C(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && C(this.getLanguagePartFromCode(e))) : Z(e) && C(this.formatLanguageCode(e)), i.forEach((c) => {
11428
11260
  s.indexOf(c) < 0 && C(this.formatLanguageCode(c));
11429
11261
  }), s;
11430
11262
  }
11431
11263
  }
11432
- let v6 = [{
11264
+ let k6 = [{
11433
11265
  lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
11434
11266
  nr: [1, 2],
11435
11267
  fc: 1
@@ -11545,16 +11377,16 @@ let v6 = [{
11545
11377
  21: (l) => l % 100 == 1 ? 1 : l % 100 == 2 ? 2 : l % 100 == 3 || l % 100 == 4 ? 3 : 0,
11546
11378
  22: (l) => l == 1 ? 0 : l == 2 ? 1 : (l < 0 || l > 10) && l % 10 == 0 ? 2 : 3
11547
11379
  };
11548
- const M6 = ["v1", "v2", "v3"], x6 = ["v4"], F1 = {
11380
+ const M6 = ["v1", "v2", "v3"], x6 = ["v4"], U1 = {
11549
11381
  zero: 0,
11550
11382
  one: 1,
11551
11383
  two: 2,
11552
11384
  few: 3,
11553
11385
  many: 4,
11554
11386
  other: 5
11555
- }, V6 = () => {
11387
+ }, Z6 = () => {
11556
11388
  const l = {};
11557
- return v6.forEach((e) => {
11389
+ return k6.forEach((e) => {
11558
11390
  e.lngs.forEach((t) => {
11559
11391
  l[t] = {
11560
11392
  numbers: e.nr,
@@ -11563,10 +11395,10 @@ const M6 = ["v1", "v2", "v3"], x6 = ["v4"], F1 = {
11563
11395
  });
11564
11396
  }), l;
11565
11397
  };
11566
- class Z6 {
11398
+ class R6 {
11567
11399
  constructor(e) {
11568
11400
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
11569
- this.languageUtils = e, this.options = t, this.logger = I.create("pluralResolver"), (!this.options.compatibilityJSON || x6.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 = V6(), this.pluralRulesCache = {};
11401
+ this.languageUtils = e, this.options = t, this.logger = I.create("pluralResolver"), (!this.options.compatibilityJSON || x6.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 = Z6(), this.pluralRulesCache = {};
11570
11402
  }
11571
11403
  addRule(e, t) {
11572
11404
  this.rules[e] = t;
@@ -11609,7 +11441,7 @@ class Z6 {
11609
11441
  getSuffixes(e) {
11610
11442
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
11611
11443
  const i = this.getRule(e, t);
11612
- return i ? this.shouldUseIntlApi() ? i.resolvedOptions().pluralCategories.sort((s, C) => F1[s] - F1[C]).map((s) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${s}`) : i.numbers.map((s) => this.getSuffix(e, s, t)) : [];
11444
+ return i ? this.shouldUseIntlApi() ? i.resolvedOptions().pluralCategories.sort((s, C) => U1[s] - U1[C]).map((s) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${s}`) : i.numbers.map((s) => this.getSuffix(e, s, t)) : [];
11613
11445
  }
11614
11446
  getSuffix(e, t) {
11615
11447
  let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
@@ -11627,11 +11459,11 @@ class Z6 {
11627
11459
  return !M6.includes(this.options.compatibilityJSON);
11628
11460
  }
11629
11461
  }
11630
- const U1 = function(l, e, t) {
11462
+ const W1 = function(l, e, t) {
11631
11463
  let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, C = g6(l, e, t);
11632
- return !C && s && V(t) && (C = H1(l, t, i), C === void 0 && (C = H1(e, t, i))), C;
11633
- }, Z1 = (l) => l.replace(/\$/g, "$$$$");
11634
- class R6 {
11464
+ return !C && s && Z(t) && (C = H1(l, t, i), C === void 0 && (C = H1(e, t, i))), C;
11465
+ }, R1 = (l) => l.replace(/\$/g, "$$$$");
11466
+ class V6 {
11635
11467
  constructor() {
11636
11468
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
11637
11469
  this.logger = I.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
@@ -11653,14 +11485,14 @@ class R6 {
11653
11485
  unescapeSuffix: r,
11654
11486
  unescapePrefix: p,
11655
11487
  nestingPrefix: w,
11656
- nestingPrefixEscaped: u,
11657
- nestingSuffix: f,
11488
+ nestingPrefixEscaped: f,
11489
+ nestingSuffix: u,
11658
11490
  nestingSuffixEscaped: L,
11659
11491
  nestingOptionsSeparator: m,
11660
11492
  maxReplaces: x,
11661
- alwaysFormat: Z
11493
+ alwaysFormat: R
11662
11494
  } = e.interpolation;
11663
- this.escape = t !== void 0 ? t : u6, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = C ? i1(C) : c || "{{", this.suffix = d ? i1(d) : a || "}}", this.formatSeparator = o || ",", this.unescapePrefix = r ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : r || "", this.nestingPrefix = w ? i1(w) : u || i1("$t("), this.nestingSuffix = f ? i1(f) : L || i1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = x || 1e3, this.alwaysFormat = Z !== void 0 ? Z : !1, this.resetRegExp();
11495
+ this.escape = t !== void 0 ? t : f6, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = C ? i1(C) : c || "{{", this.suffix = d ? i1(d) : a || "}}", this.formatSeparator = o || ",", this.unescapePrefix = r ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : r || "", this.nestingPrefix = w ? i1(w) : f || i1("$t("), this.nestingSuffix = u ? i1(u) : L || i1(")"), this.nestingOptionsSeparator = m || ",", this.maxReplaces = x || 1e3, this.alwaysFormat = R !== void 0 ? R : !1, this.resetRegExp();
11664
11496
  }
11665
11497
  reset() {
11666
11498
  this.options && this.init(this.options);
@@ -11671,17 +11503,17 @@ class R6 {
11671
11503
  }
11672
11504
  interpolate(e, t, i, s) {
11673
11505
  let C, c, d;
11674
- const a = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, o = (u) => {
11675
- if (u.indexOf(this.formatSeparator) < 0) {
11676
- const x = U1(t, a, u, this.options.keySeparator, this.options.ignoreJSONStructure);
11506
+ const a = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, o = (f) => {
11507
+ if (f.indexOf(this.formatSeparator) < 0) {
11508
+ const x = W1(t, a, f, this.options.keySeparator, this.options.ignoreJSONStructure);
11677
11509
  return this.alwaysFormat ? this.format(x, void 0, i, {
11678
11510
  ...s,
11679
11511
  ...t,
11680
- interpolationkey: u
11512
+ interpolationkey: f
11681
11513
  }) : x;
11682
11514
  }
11683
- const f = u.split(this.formatSeparator), L = f.shift().trim(), m = f.join(this.formatSeparator).trim();
11684
- return this.format(U1(t, a, L, this.options.keySeparator, this.options.ignoreJSONStructure), m, i, {
11515
+ const u = f.split(this.formatSeparator), L = u.shift().trim(), m = u.join(this.formatSeparator).trim();
11516
+ return this.format(W1(t, a, L, this.options.keySeparator, this.options.ignoreJSONStructure), m, i, {
11685
11517
  ...s,
11686
11518
  ...t,
11687
11519
  interpolationkey: L
@@ -11691,27 +11523,27 @@ class R6 {
11691
11523
  const r = s && s.missingInterpolationHandler || this.options.missingInterpolationHandler, p = s && s.interpolation && s.interpolation.skipOnVariables !== void 0 ? s.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
11692
11524
  return [{
11693
11525
  regex: this.regexpUnescape,
11694
- safeValue: (u) => Z1(u)
11526
+ safeValue: (f) => R1(f)
11695
11527
  }, {
11696
11528
  regex: this.regexp,
11697
- safeValue: (u) => this.escapeValue ? Z1(this.escape(u)) : Z1(u)
11698
- }].forEach((u) => {
11699
- for (d = 0; C = u.regex.exec(e); ) {
11700
- const f = C[1].trim();
11701
- if (c = o(f), c === void 0)
11529
+ safeValue: (f) => this.escapeValue ? R1(this.escape(f)) : R1(f)
11530
+ }].forEach((f) => {
11531
+ for (d = 0; C = f.regex.exec(e); ) {
11532
+ const u = C[1].trim();
11533
+ if (c = o(u), c === void 0)
11702
11534
  if (typeof r == "function") {
11703
11535
  const m = r(e, C, s);
11704
- c = V(m) ? m : "";
11705
- } else if (s && Object.prototype.hasOwnProperty.call(s, f))
11536
+ c = Z(m) ? m : "";
11537
+ } else if (s && Object.prototype.hasOwnProperty.call(s, u))
11706
11538
  c = "";
11707
11539
  else if (p) {
11708
11540
  c = C[0];
11709
11541
  continue;
11710
11542
  } else
11711
- this.logger.warn(`missed to pass in variable ${f} for interpolating ${e}`), c = "";
11712
- else !V(c) && !this.useRawValueToEscape && (c = O1(c));
11713
- const L = u.safeValue(c);
11714
- if (e = e.replace(C[0], L), p ? (u.regex.lastIndex += c.length, u.regex.lastIndex -= C[0].length) : u.regex.lastIndex = 0, d++, d >= this.maxReplaces)
11543
+ this.logger.warn(`missed to pass in variable ${u} for interpolating ${e}`), c = "";
11544
+ else !Z(c) && !this.useRawValueToEscape && (c = O1(c));
11545
+ const L = f.safeValue(c);
11546
+ if (e = e.replace(C[0], L), p ? (f.regex.lastIndex += c.length, f.regex.lastIndex -= C[0].length) : f.regex.lastIndex = 0, d++, d >= this.maxReplaces)
11715
11547
  break;
11716
11548
  }
11717
11549
  }), e;
@@ -11724,8 +11556,8 @@ class R6 {
11724
11556
  const p = a.split(new RegExp(`${r}[ ]*{`));
11725
11557
  let w = `{${p[1]}`;
11726
11558
  a = p[0], w = this.interpolate(w, c);
11727
- const u = w.match(/'/g), f = w.match(/"/g);
11728
- (u && u.length % 2 === 0 && !f || f.length % 2 !== 0) && (w = w.replace(/'/g, '"'));
11559
+ const f = w.match(/'/g), u = w.match(/"/g);
11560
+ (f && f.length % 2 === 0 && !u || u.length % 2 !== 0) && (w = w.replace(/'/g, '"'));
11729
11561
  try {
11730
11562
  c = JSON.parse(w), o && (c = {
11731
11563
  ...o,
@@ -11740,14 +11572,14 @@ class R6 {
11740
11572
  let a = [];
11741
11573
  c = {
11742
11574
  ...i
11743
- }, c = c.replace && !V(c.replace) ? c.replace : c, c.applyPostProcessor = !1, delete c.defaultValue;
11575
+ }, c = c.replace && !Z(c.replace) ? c.replace : c, c.applyPostProcessor = !1, delete c.defaultValue;
11744
11576
  let o = !1;
11745
11577
  if (s[0].indexOf(this.formatSeparator) !== -1 && !/{.*}/.test(s[1])) {
11746
11578
  const r = s[1].split(this.formatSeparator).map((p) => p.trim());
11747
11579
  s[1] = r.shift(), a = r, o = !0;
11748
11580
  }
11749
- if (C = t(d.call(this, s[1].trim(), c), c), C && s[0] === e && !V(C)) return C;
11750
- V(C) || (C = O1(C)), C || (this.logger.warn(`missed to resolve ${s[1]} for nesting ${e}`), C = ""), o && (C = a.reduce((r, p) => this.format(r, p, i.lng, {
11581
+ if (C = t(d.call(this, s[1].trim(), c), c), C && s[0] === e && !Z(C)) return C;
11582
+ Z(C) || (C = O1(C)), C || (this.logger.warn(`missed to resolve ${s[1]} for nesting ${e}`), C = ""), o && (C = a.reduce((r, p) => this.format(r, p, i.lng, {
11751
11583
  ...i,
11752
11584
  interpolationkey: s[1].trim()
11753
11585
  }), C.trim())), e = e.replace(s[0], C), this.regexp.lastIndex = 0;
@@ -11850,8 +11682,8 @@ class _6 {
11850
11682
  if (this.formats[o]) {
11851
11683
  let p = d;
11852
11684
  try {
11853
- const w = s && s.formatParams && s.formatParams[s.interpolationkey] || {}, u = w.locale || w.lng || s.locale || s.lng || i;
11854
- p = this.formats[o](d, u, {
11685
+ const w = s && s.formatParams && s.formatParams[s.interpolationkey] || {}, f = w.locale || w.lng || s.locale || s.lng || i;
11686
+ p = this.formats[o](d, f, {
11855
11687
  ...r,
11856
11688
  ...s,
11857
11689
  ...w
@@ -11954,7 +11786,7 @@ class y6 extends N1 {
11954
11786
  let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, s = arguments.length > 3 ? arguments[3] : void 0;
11955
11787
  if (!this.backend)
11956
11788
  return this.logger.warn("No backend was added via i18next.use. Will not load resources."), s && s();
11957
- V(e) && (e = this.languageUtils.toResolveHierarchy(e)), V(t) && (t = [t]);
11789
+ Z(e) && (e = this.languageUtils.toResolveHierarchy(e)), Z(t) && (t = [t]);
11958
11790
  const C = this.queueLoad(e, t, i, s);
11959
11791
  if (!C.toLoad.length)
11960
11792
  return C.pending.length || s(), null;
@@ -12039,7 +11871,7 @@ const z1 = () => ({
12039
11871
  appendNamespaceToCIMode: !1,
12040
11872
  overloadTranslationOptionHandler: (l) => {
12041
11873
  let e = {};
12042
- if (typeof l[1] == "object" && (e = l[1]), V(l[1]) && (e.defaultValue = l[1]), V(l[2]) && (e.tDescription = l[2]), typeof l[2] == "object" || typeof l[3] == "object") {
11874
+ if (typeof l[1] == "object" && (e = l[1]), Z(l[1]) && (e.defaultValue = l[1]), Z(l[2]) && (e.tDescription = l[2]), typeof l[2] == "object" || typeof l[3] == "object") {
12043
11875
  const t = l[3] || l[2];
12044
11876
  Object.keys(t).forEach((i) => {
12045
11877
  e[i] = t[i];
@@ -12060,8 +11892,8 @@ const z1 = () => ({
12060
11892
  maxReplaces: 1e3,
12061
11893
  skipOnVariables: !0
12062
11894
  }
12063
- }), J1 = (l) => (V(l.ns) && (l.ns = [l.ns]), V(l.fallbackLng) && (l.fallbackLng = [l.fallbackLng]), V(l.fallbackNS) && (l.fallbackNS = [l.fallbackNS]), l.supportedLngs && l.supportedLngs.indexOf("cimode") < 0 && (l.supportedLngs = l.supportedLngs.concat(["cimode"])), l), f1 = () => {
12064
- }, A6 = (l) => {
11895
+ }), J1 = (l) => (Z(l.ns) && (l.ns = [l.ns]), Z(l.fallbackLng) && (l.fallbackLng = [l.fallbackLng]), Z(l.fallbackNS) && (l.fallbackNS = [l.fallbackNS]), l.supportedLngs && l.supportedLngs.indexOf("cimode") < 0 && (l.supportedLngs = l.supportedLngs.concat(["cimode"])), l), u1 = () => {
11896
+ }, E6 = (l) => {
12065
11897
  Object.getOwnPropertyNames(Object.getPrototypeOf(l)).forEach((t) => {
12066
11898
  typeof l[t] == "function" && (l[t] = l[t].bind(l));
12067
11899
  });
@@ -12071,7 +11903,7 @@ class c1 extends N1 {
12071
11903
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
12072
11904
  if (super(), this.options = J1(e), this.services = {}, this.logger = I, this.modules = {
12073
11905
  external: []
12074
- }, A6(this), t && !this.isInitialized && !e.isClone) {
11906
+ }, E6(this), t && !this.isInitialized && !e.isClone) {
12075
11907
  if (!this.options.initImmediate)
12076
11908
  return this.init(e, t), this;
12077
11909
  setTimeout(() => {
@@ -12082,7 +11914,7 @@ class c1 extends N1 {
12082
11914
  init() {
12083
11915
  var e = this;
12084
11916
  let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i = arguments.length > 1 ? arguments[1] : void 0;
12085
- this.isInitializing = !0, typeof t == "function" && (i = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (V(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
11917
+ this.isInitializing = !0, typeof t == "function" && (i = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (Z(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
12086
11918
  const s = z1();
12087
11919
  this.options = {
12088
11920
  ...s,
@@ -12097,28 +11929,28 @@ class c1 extends N1 {
12097
11929
  this.modules.logger ? I.init(C(this.modules.logger), this.options) : I.init(null, this.options);
12098
11930
  let r;
12099
11931
  this.modules.formatter ? r = this.modules.formatter : typeof Intl < "u" && (r = _6);
12100
- const p = new W1(this.options);
11932
+ const p = new F1(this.options);
12101
11933
  this.store = new T1(this.options.resources, this.options);
12102
11934
  const w = this.services;
12103
- w.logger = I, w.resourceStore = this.store, w.languageUtils = p, w.pluralResolver = new Z6(p, {
11935
+ w.logger = I, w.resourceStore = this.store, w.languageUtils = p, w.pluralResolver = new R6(p, {
12104
11936
  prepend: this.options.pluralSeparator,
12105
11937
  compatibilityJSON: this.options.compatibilityJSON,
12106
11938
  simplifyPluralSuffix: this.options.simplifyPluralSuffix
12107
- }), r && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (w.formatter = C(r), w.formatter.init(w, this.options), this.options.interpolation.format = w.formatter.format.bind(w.formatter)), w.interpolator = new R6(this.options), w.utils = {
11939
+ }), r && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (w.formatter = C(r), w.formatter.init(w, this.options), this.options.interpolation.format = w.formatter.format.bind(w.formatter)), w.interpolator = new V6(this.options), w.utils = {
12108
11940
  hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
12109
- }, w.backendConnector = new y6(C(this.modules.backend), w.resourceStore, w, this.options), w.backendConnector.on("*", function(u) {
12110
- for (var f = arguments.length, L = new Array(f > 1 ? f - 1 : 0), m = 1; m < f; m++)
11941
+ }, w.backendConnector = new y6(C(this.modules.backend), w.resourceStore, w, this.options), w.backendConnector.on("*", function(f) {
11942
+ for (var u = arguments.length, L = new Array(u > 1 ? u - 1 : 0), m = 1; m < u; m++)
12111
11943
  L[m - 1] = arguments[m];
12112
- e.emit(u, ...L);
12113
- }), this.modules.languageDetector && (w.languageDetector = C(this.modules.languageDetector), w.languageDetector.init && w.languageDetector.init(w, this.options.detection, this.options)), this.modules.i18nFormat && (w.i18nFormat = C(this.modules.i18nFormat), w.i18nFormat.init && w.i18nFormat.init(this)), this.translator = new v1(this.services, this.options), this.translator.on("*", function(u) {
12114
- for (var f = arguments.length, L = new Array(f > 1 ? f - 1 : 0), m = 1; m < f; m++)
11944
+ e.emit(f, ...L);
11945
+ }), this.modules.languageDetector && (w.languageDetector = C(this.modules.languageDetector), w.languageDetector.init && w.languageDetector.init(w, this.options.detection, this.options)), this.modules.i18nFormat && (w.i18nFormat = C(this.modules.i18nFormat), w.i18nFormat.init && w.i18nFormat.init(this)), this.translator = new k1(this.services, this.options), this.translator.on("*", function(f) {
11946
+ for (var u = arguments.length, L = new Array(u > 1 ? u - 1 : 0), m = 1; m < u; m++)
12115
11947
  L[m - 1] = arguments[m];
12116
- e.emit(u, ...L);
12117
- }), this.modules.external.forEach((u) => {
12118
- u.init && u.init(this);
11948
+ e.emit(f, ...L);
11949
+ }), this.modules.external.forEach((f) => {
11950
+ f.init && f.init(this);
12119
11951
  });
12120
11952
  }
12121
- if (this.format = this.options.interpolation.format, i || (i = f1), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
11953
+ if (this.format = this.options.interpolation.format, i || (i = u1), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
12122
11954
  const r = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
12123
11955
  r.length > 0 && r[0] !== "dev" && (this.options.lng = r[0]);
12124
11956
  }
@@ -12141,8 +11973,8 @@ class c1 extends N1 {
12141
11973
  return this.options.resources || !this.options.initImmediate ? o() : setTimeout(o, 0), a;
12142
11974
  }
12143
11975
  loadResources(e) {
12144
- let i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : f1;
12145
- const s = V(e) ? e : this.language;
11976
+ let i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u1;
11977
+ const s = Z(e) ? e : this.language;
12146
11978
  if (typeof e == "function" && (i = e), !this.options.resources || this.options.partialBundledLanguages) {
12147
11979
  if (s && s.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return i();
12148
11980
  const C = [], c = (d) => {
@@ -12159,7 +11991,7 @@ class c1 extends N1 {
12159
11991
  }
12160
11992
  reloadResources(e, t, i) {
12161
11993
  const s = r1();
12162
- return typeof e == "function" && (i = e, e = void 0), typeof t == "function" && (i = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), i || (i = f1), this.services.backendConnector.reload(e, t, (C) => {
11994
+ return typeof e == "function" && (i = e, e = void 0), typeof t == "function" && (i = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), i || (i = u1), this.services.backendConnector.reload(e, t, (C) => {
12163
11995
  s.resolve(), i(C);
12164
11996
  }), s;
12165
11997
  }
@@ -12193,7 +12025,7 @@ class c1 extends N1 {
12193
12025
  });
12194
12026
  }, d = (a) => {
12195
12027
  !e && !a && this.services.languageDetector && (a = []);
12196
- const o = V(a) ? a : this.services.languageUtils.getBestMatchFromCodes(a);
12028
+ const o = Z(a) ? a : this.services.languageUtils.getBestMatchFromCodes(a);
12197
12029
  o && (this.language || C(o), this.translator.language || this.translator.changeLanguage(o), this.services.languageDetector && this.services.languageDetector.cacheUserLanguage && this.services.languageDetector.cacheUserLanguage(o)), this.loadResources(o, (r) => {
12198
12030
  c(r, o);
12199
12031
  });
@@ -12214,10 +12046,10 @@ class c1 extends N1 {
12214
12046
  };
12215
12047
  a.lng = a.lng || C.lng, a.lngs = a.lngs || C.lngs, a.ns = a.ns || C.ns, a.keyPrefix !== "" && (a.keyPrefix = a.keyPrefix || i || C.keyPrefix);
12216
12048
  const w = s.options.keySeparator || ".";
12217
- let u;
12218
- return a.keyPrefix && Array.isArray(c) ? u = c.map((f) => `${a.keyPrefix}${w}${f}`) : u = a.keyPrefix ? `${a.keyPrefix}${w}${c}` : c, s.t(u, a);
12049
+ let f;
12050
+ return a.keyPrefix && Array.isArray(c) ? f = c.map((u) => `${a.keyPrefix}${w}${u}`) : f = a.keyPrefix ? `${a.keyPrefix}${w}${c}` : c, s.t(f, a);
12219
12051
  };
12220
- return V(e) ? C.lng = e : C.lngs = e, C.ns = t, C.keyPrefix = i, C;
12052
+ return Z(e) ? C.lng = e : C.lngs = e, C.ns = t, C.keyPrefix = i, C;
12221
12053
  }
12222
12054
  t() {
12223
12055
  return this.translator && this.translator.translate(...arguments);
@@ -12248,7 +12080,7 @@ class c1 extends N1 {
12248
12080
  }
12249
12081
  loadNamespaces(e, t) {
12250
12082
  const i = r1();
12251
- return this.options.ns ? (V(e) && (e = [e]), e.forEach((s) => {
12083
+ return this.options.ns ? (Z(e) && (e = [e]), e.forEach((s) => {
12252
12084
  this.options.ns.indexOf(s) < 0 && this.options.ns.push(s);
12253
12085
  }), this.loadResources((s) => {
12254
12086
  i.resolve(), t && t(s);
@@ -12256,7 +12088,7 @@ class c1 extends N1 {
12256
12088
  }
12257
12089
  loadLanguages(e, t) {
12258
12090
  const i = r1();
12259
- V(e) && (e = [e]);
12091
+ Z(e) && (e = [e]);
12260
12092
  const s = this.options.preload || [], C = e.filter((c) => s.indexOf(c) < 0 && this.services.languageUtils.isSupportedCode(c));
12261
12093
  return C.length ? (this.options.preload = s.concat(C), this.loadResources((c) => {
12262
12094
  i.resolve(), t && t(c);
@@ -12264,7 +12096,7 @@ class c1 extends N1 {
12264
12096
  }
12265
12097
  dir(e) {
12266
12098
  if (e || (e = this.resolvedLanguage || (this.languages && this.languages.length > 0 ? this.languages[0] : this.language)), !e) return "rtl";
12267
- const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], i = this.services && this.services.languageUtils || new W1(z1());
12099
+ const t = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], i = this.services && this.services.languageUtils || new F1(z1());
12268
12100
  return t.indexOf(i.getLanguagePartFromCode(e)) > -1 || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
12269
12101
  }
12270
12102
  static createInstance() {
@@ -12272,7 +12104,7 @@ class c1 extends N1 {
12272
12104
  return new c1(e, t);
12273
12105
  }
12274
12106
  cloneInstance() {
12275
- let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : f1;
12107
+ let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u1;
12276
12108
  const i = e.forkResourceStore;
12277
12109
  i && delete e.forkResourceStore;
12278
12110
  const s = {
@@ -12286,7 +12118,7 @@ class c1 extends N1 {
12286
12118
  ...this.services
12287
12119
  }, C.services.utils = {
12288
12120
  hasLoadedNamespace: C.hasLoadedNamespace.bind(C)
12289
- }, i && (C.store = new T1(this.store.data, s), C.services.resourceStore = C.store), C.translator = new v1(C.services, s), C.translator.on("*", function(d) {
12121
+ }, i && (C.store = new T1(this.store.data, s), C.services.resourceStore = C.store), C.translator = new k1(C.services, s), C.translator.on("*", function(d) {
12290
12122
  for (var a = arguments.length, o = new Array(a > 1 ? a - 1 : 0), r = 1; r < a; r++)
12291
12123
  o[r - 1] = arguments[r];
12292
12124
  C.emit(d, ...o);
@@ -12320,7 +12152,7 @@ K.setDefaultNamespace;
12320
12152
  K.hasLoadedNamespace;
12321
12153
  K.loadNamespaces;
12322
12154
  K.loadLanguages;
12323
- function E6() {
12155
+ function A6() {
12324
12156
  if (console && console.warn) {
12325
12157
  for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
12326
12158
  e[t] = arguments[t];
@@ -12331,7 +12163,7 @@ const Q1 = {};
12331
12163
  function _1() {
12332
12164
  for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
12333
12165
  e[t] = arguments[t];
12334
- J(e[0]) && Q1[e[0]] || (J(e[0]) && (Q1[e[0]] = /* @__PURE__ */ new Date()), E6(...e));
12166
+ J(e[0]) && Q1[e[0]] || (J(e[0]) && (Q1[e[0]] = /* @__PURE__ */ new Date()), A6(...e));
12335
12167
  }
12336
12168
  const r2 = (l, e) => () => {
12337
12169
  if (l.isInitialized)
@@ -12367,7 +12199,7 @@ const r2 = (l, e) => () => {
12367
12199
  if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !C(s.isLanguageChangingTo, l)) return !1;
12368
12200
  }
12369
12201
  }) : D6(l, e, t);
12370
- }, J = (l) => typeof l == "string", G6 = (l) => typeof l == "object" && l !== null, B6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, S6 = {
12202
+ }, J = (l) => typeof l == "string", G6 = (l) => typeof l == "object" && l !== null, B6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Y6 = {
12371
12203
  "&amp;": "&",
12372
12204
  "&#38;": "&",
12373
12205
  "&lt;": "<",
@@ -12388,7 +12220,7 @@ const r2 = (l, e) => () => {
12388
12220
  "&#8230;": "…",
12389
12221
  "&#x2F;": "/",
12390
12222
  "&#47;": "/"
12391
- }, Y6 = (l) => S6[l], O6 = (l) => l.replace(B6, Y6);
12223
+ }, S6 = (l) => Y6[l], O6 = (l) => l.replace(B6, S6);
12392
12224
  let b1 = {
12393
12225
  bindI18n: "languageChanged",
12394
12226
  bindI18nStore: "",
@@ -12405,17 +12237,17 @@ const I6 = function() {
12405
12237
  ...b1,
12406
12238
  ...l
12407
12239
  };
12408
- }, j6 = () => b1;
12240
+ }, $6 = () => b1;
12409
12241
  let C2;
12410
- const $6 = (l) => {
12242
+ const P6 = (l) => {
12411
12243
  C2 = l;
12412
- }, T6 = () => C2, P6 = {
12244
+ }, T6 = () => C2, j6 = {
12413
12245
  type: "3rdParty",
12414
12246
  init(l) {
12415
- I6(l.options.react), $6(l);
12247
+ I6(l.options.react), P6(l);
12416
12248
  }
12417
- }, W6 = e2();
12418
- class F6 {
12249
+ }, F6 = e2();
12250
+ class U6 {
12419
12251
  constructor() {
12420
12252
  D1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
12421
12253
  this.usedNamespaces = {};
@@ -12426,8 +12258,8 @@ class F6 {
12426
12258
  });
12427
12259
  }
12428
12260
  }
12429
- const U6 = (l, e) => {
12430
- const t = $();
12261
+ const W6 = (l, e) => {
12262
+ const t = P();
12431
12263
  return D(() => {
12432
12264
  t.current = l;
12433
12265
  }, [l, e]), t.current;
@@ -12438,15 +12270,15 @@ const U6 = (l, e) => {
12438
12270
  } = e, {
12439
12271
  i18n: i,
12440
12272
  defaultNS: s
12441
- } = T(W6) || {}, C = t || i || T6();
12442
- if (C && !C.reportNamespaces && (C.reportNamespaces = new F6()), !C) {
12273
+ } = T(F6) || {}, C = t || i || T6();
12274
+ if (C && !C.reportNamespaces && (C.reportNamespaces = new U6()), !C) {
12443
12275
  _1("You will need to pass in an i18next instance by using initReactI18next");
12444
- const k = (N, M) => J(M) ? M : G6(M) && J(M.defaultValue) ? M.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, R = [k, {}, !1];
12445
- return R.t = k, R.i18n = {}, R.ready = !1, R;
12276
+ const v = (N, M) => J(M) ? M : G6(M) && J(M.defaultValue) ? M.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, V = [v, {}, !1];
12277
+ return V.t = v, V.i18n = {}, V.ready = !1, V;
12446
12278
  }
12447
12279
  C.options.react && C.options.react.wait !== void 0 && _1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
12448
12280
  const c = {
12449
- ...j6(),
12281
+ ...$6(),
12450
12282
  ...C.options.react,
12451
12283
  ...e
12452
12284
  }, {
@@ -12455,40 +12287,40 @@ const U6 = (l, e) => {
12455
12287
  } = c;
12456
12288
  let o = l;
12457
12289
  o = J(o) ? [o] : o || ["translation"], C.reportNamespaces.addUsedNamespaces && C.reportNamespaces.addUsedNamespaces(o);
12458
- const r = (C.isInitialized || C.initializedStoreOnce) && o.every((k) => K6(k, C, c)), p = z6(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), w = () => p, u = () => h2(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), [f, L] = A(w);
12290
+ const r = (C.isInitialized || C.initializedStoreOnce) && o.every((v) => K6(v, C, c)), p = z6(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), w = () => p, f = () => h2(C, e.lng || null, c.nsMode === "fallback" ? o : o[0], a), [u, L] = E(w);
12459
12291
  let m = o.join();
12460
12292
  e.lng && (m = `${e.lng}${m}`);
12461
- const x = U6(m), Z = $(!0);
12293
+ const x = W6(m), R = P(!0);
12462
12294
  D(() => {
12463
12295
  const {
12464
- bindI18n: k,
12465
- bindI18nStore: R
12296
+ bindI18n: v,
12297
+ bindI18nStore: V
12466
12298
  } = c;
12467
- Z.current = !0, !r && !d && (e.lng ? X1(C, e.lng, o, () => {
12468
- Z.current && L(u);
12299
+ R.current = !0, !r && !d && (e.lng ? X1(C, e.lng, o, () => {
12300
+ R.current && L(f);
12469
12301
  }) : q1(C, o, () => {
12470
- Z.current && L(u);
12471
- })), r && x && x !== m && Z.current && L(u);
12302
+ R.current && L(f);
12303
+ })), r && x && x !== m && R.current && L(f);
12472
12304
  const N = () => {
12473
- Z.current && L(u);
12305
+ R.current && L(f);
12474
12306
  };
12475
- return k && C && C.on(k, N), R && C && C.store.on(R, N), () => {
12476
- Z.current = !1, k && C && k.split(" ").forEach((M) => C.off(M, N)), R && C && R.split(" ").forEach((M) => C.store.off(M, N));
12307
+ return v && C && C.on(v, N), V && C && C.store.on(V, N), () => {
12308
+ R.current = !1, v && C && v.split(" ").forEach((M) => C.off(M, N)), V && C && V.split(" ").forEach((M) => C.store.off(M, N));
12477
12309
  };
12478
12310
  }, [C, m]), D(() => {
12479
- Z.current && r && L(w);
12311
+ R.current && r && L(w);
12480
12312
  }, [C, a, r]);
12481
- const b = [f, C, r];
12482
- if (b.t = f, b.i18n = C, b.ready = r, r || !r && !d) return b;
12483
- throw new Promise((k) => {
12484
- e.lng ? X1(C, e.lng, o, () => k()) : q1(C, o, () => k());
12313
+ const b = [u, C, r];
12314
+ if (b.t = u, b.i18n = C, b.ready = r, r || !r && !d) return b;
12315
+ throw new Promise((v) => {
12316
+ e.lng ? X1(C, e.lng, o, () => v()) : q1(C, o, () => v());
12485
12317
  });
12486
12318
  }, Q6 = "Country", q6 = {
12487
12319
  placeholder: Q6
12488
- }, X6 = "Страна", e3 = {
12320
+ }, X6 = "Страна", e8 = {
12489
12321
  placeholder: X6
12490
12322
  };
12491
- K.use(P6).init({
12323
+ K.use(j6).init({
12492
12324
  defaultNS: "common",
12493
12325
  lng: "en",
12494
12326
  resources: {
@@ -12496,11 +12328,11 @@ K.use(P6).init({
12496
12328
  common: q6
12497
12329
  },
12498
12330
  ru: {
12499
- common: e3
12331
+ common: e8
12500
12332
  }
12501
12333
  }
12502
12334
  });
12503
- const a3 = q(
12335
+ const a8 = q(
12504
12336
  ({
12505
12337
  width: l,
12506
12338
  selectedCity: e,
@@ -12513,28 +12345,28 @@ const a3 = q(
12513
12345
  clearable: a,
12514
12346
  error: o
12515
12347
  }, r) => {
12516
- const [p, w] = A([]), [u, f] = A([]), [L, m] = A(!1), { locale: x, axiosPeople: Z } = T(Q);
12517
- if (!Z)
12348
+ const [p, w] = E([]), [f, u] = E([]), [L, m] = E(!1), { locale: x, axiosPeople: R } = T(Q);
12349
+ if (!R)
12518
12350
  throw new Error(
12519
12351
  `CountrySelect requires "axiosPeople" to fetch counties.
12520
12352
  Please provide it via SNMTUiContext.`
12521
12353
  );
12522
- const { t: b } = J6("common", { lng: x }), k = O(async () => {
12354
+ const { t: b } = J6("common", { lng: x }), v = O(async () => {
12523
12355
  m(!0);
12524
12356
  try {
12525
- const N = await Z.post("v1/countries/search");
12526
- f(N == null ? void 0 : N.data.data);
12357
+ const N = await R.post("v1/countries/search");
12358
+ u(N == null ? void 0 : N.data.data);
12527
12359
  } catch {
12528
12360
  w([]);
12529
12361
  } finally {
12530
12362
  m(!1);
12531
12363
  }
12532
- }, [Z]);
12364
+ }, [R]);
12533
12365
  D(() => {
12534
- k();
12366
+ v();
12535
12367
  }, []), D(() => {
12536
12368
  if (e) {
12537
- const N = e.split("-")[1], M = u.filter(
12369
+ const N = e.split("-")[1], M = f.filter(
12538
12370
  (G) => G.name.includes(N)
12539
12371
  );
12540
12372
  if (M.length) {
@@ -12545,14 +12377,14 @@ const a3 = q(
12545
12377
  i(G[0].value);
12546
12378
  }
12547
12379
  }
12548
- }, [e, u, i]), D(() => {
12549
- const N = u.map((M) => ({
12380
+ }, [e, f, i]), D(() => {
12381
+ const N = f.map((M) => ({
12550
12382
  label: M.name,
12551
12383
  value: M.name
12552
12384
  }));
12553
12385
  w(N);
12554
- }, [u]);
12555
- const R = (N) => {
12386
+ }, [f]);
12387
+ const V = (N) => {
12556
12388
  N === null ? (i(""), t && t("")) : (i(N), t && t(""));
12557
12389
  };
12558
12390
  return /* @__PURE__ */ n("div", { className: "snmt-country-select", children: /* @__PURE__ */ n(
@@ -12563,7 +12395,7 @@ const a3 = q(
12563
12395
  placeholder: b("placeholder"),
12564
12396
  value: s,
12565
12397
  ref: r,
12566
- onChange: R,
12398
+ onChange: V,
12567
12399
  options: p,
12568
12400
  disabled: c,
12569
12401
  isLoading: L,
@@ -12575,5 +12407,5 @@ const a3 = q(
12575
12407
  }
12576
12408
  );
12577
12409
  export {
12578
- a3 as CountrySelect
12410
+ a8 as CountrySelect
12579
12411
  };