@snmt-react-ui/country-select 2.8.12 → 2.8.14

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.
@@ -1,11 +1,11 @@
1
1
  var C2 = Object.defineProperty;
2
2
  var g2 = (i, e, t) => e in i ? C2(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
3
- var A1 = (i, e, t) => g2(i, typeof e != "symbol" ? e + "" : e, t);
3
+ var I1 = (i, e, t) => g2(i, typeof e != "symbol" ? e + "" : e, t);
4
4
  import "./index.css";
5
5
  import { jsx as r, Fragment as U, jsxs as u } from "react/jsx-runtime";
6
6
  import { SNMTUiContext as u2 } from "@snmt-react-ui/core";
7
7
  import { Select as p2, Tag as f2, Flex as m2, Checkbox as w2, Avatar as L2, Typography as y1, Popover as k2 } from "antd";
8
- import { forwardRef as h1, useState as I, useRef as W, useEffect as A, useCallback as K, useContext as Q, createContext as t1, useImperativeHandle as H1 } from "react";
8
+ import { forwardRef as h1, useState as V, useRef as W, useEffect as I, useCallback as K, useContext as Q, createContext as t1, useImperativeHandle as H1 } from "react";
9
9
  var v2 = Object.defineProperty, N2 = (i, e, t) => e in i ? v2(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t, R2 = (i, e, t) => N2(i, e + "", t), x2 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
10
10
  function _2() {
11
11
  if (console && console.warn) {
@@ -33,25 +33,25 @@ const q1 = (i, e) => () => {
33
33
  }
34
34
  }, O1 = (i, e, t) => {
35
35
  i.loadNamespaces(e, q1(i, t));
36
- }, S1 = (i, e, t, s) => {
37
- z(t) && (t = [t]), t.forEach((n) => {
38
- i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
39
- }), i.loadLanguages(e, q1(i, s));
36
+ }, S1 = (i, e, t, n) => {
37
+ z(t) && (t = [t]), t.forEach((s) => {
38
+ i.options.ns.indexOf(s) < 0 && i.options.ns.push(s);
39
+ }), i.loadLanguages(e, q1(i, n));
40
40
  }, M2 = function(i, e) {
41
41
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
42
- const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
43
- if (s.toLowerCase() === "cimode") return !0;
42
+ const n = e.languages[0], s = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
43
+ if (n.toLowerCase() === "cimode") return !0;
44
44
  const c = (a, C) => {
45
45
  const d = e.services.backendConnector.state[`${a}|${C}`];
46
46
  return d === -1 || d === 2;
47
47
  };
48
- return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(o, i)));
48
+ return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(n, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(n, i) && (!s || c(o, i)));
49
49
  }, b2 = function(i, e) {
50
50
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
51
51
  return !e.languages || !e.languages.length ? (x1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
52
52
  lng: t.lng,
53
- precheck: (s, n) => {
54
- if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !n(s.isLanguageChangingTo, i)) return !1;
53
+ precheck: (n, s) => {
54
+ if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !s(n.isLanguageChangingTo, i)) return !1;
55
55
  }
56
56
  }) : M2(i, e, t);
57
57
  }, z = (i) => typeof i == "string", y2 = (i) => typeof i == "object" && i !== null, H2 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, E2 = {
@@ -75,8 +75,8 @@ const q1 = (i, e) => () => {
75
75
  "&#8230;": "…",
76
76
  "&#x2F;": "/",
77
77
  "&#47;": "/"
78
- }, V2 = (i) => E2[i], I2 = (i) => i.replace(H2, V2);
79
- let A2 = {
78
+ }, A2 = (i) => E2[i], V2 = (i) => i.replace(H2, A2);
79
+ let I2 = {
80
80
  bindI18n: "languageChanged",
81
81
  bindI18nStore: "",
82
82
  transEmptyNodeValue: "",
@@ -84,12 +84,12 @@ let A2 = {
84
84
  transWrapTextNodes: "",
85
85
  transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
86
86
  useSuspense: !0,
87
- unescape: I2
87
+ unescape: V2
88
88
  };
89
- const Z2 = () => A2;
89
+ const Z2 = () => I2;
90
90
  let O2;
91
- const S2 = () => O2, D2 = t1();
92
- class G2 {
91
+ const S2 = () => O2, G2 = t1();
92
+ class D2 {
93
93
  constructor() {
94
94
  R2(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
95
95
  }
@@ -101,18 +101,18 @@ class G2 {
101
101
  }
102
102
  const T2 = (i, e) => {
103
103
  const t = W();
104
- return A(() => {
104
+ return I(() => {
105
105
  t.current = i;
106
106
  }, [i, e]), t.current;
107
- }, X1 = (i, e, t, s) => i.getFixedT(e, t, s), K2 = (i, e, t, s) => K(X1(i, e, t, s), [i, e, t, s]), B2 = function(i) {
107
+ }, X1 = (i, e, t, n) => i.getFixedT(e, t, n), K2 = (i, e, t, n) => K(X1(i, e, t, n), [i, e, t, n]), B2 = function(i) {
108
108
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
109
109
  const {
110
110
  i18n: t
111
111
  } = e, {
112
- i18n: s,
113
- defaultNS: n
114
- } = Q(D2) || {}, o = t || s || S2();
115
- if (o && !o.reportNamespaces && (o.reportNamespaces = new G2()), !o) {
112
+ i18n: n,
113
+ defaultNS: s
114
+ } = Q(G2) || {}, o = t || n || S2();
115
+ if (o && !o.reportNamespaces && (o.reportNamespaces = new D2()), !o) {
116
116
  x1("You will need to pass in an i18next instance by using initReactI18next");
117
117
  const m = (R, x) => z(x) ? x : y2(x) && z(x.defaultValue) ? x.defaultValue : Array.isArray(R) ? R[R.length - 1] : R, M = [m, {}, !1];
118
118
  return M.t = m, M.i18n = {}, M.ready = !1, M;
@@ -128,11 +128,11 @@ const T2 = (i, e) => {
128
128
  } = c;
129
129
  let d = i;
130
130
  d = z(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
131
- const l = (o.isInitialized || o.initializedStoreOnce) && d.every((m) => b2(m, o, c)), h = K2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, p = () => X1(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] = I(g);
131
+ const l = (o.isInitialized || o.initializedStoreOnce) && d.every((m) => b2(m, o, c)), h = K2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, p = () => X1(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] = V(g);
132
132
  let f = d.join();
133
133
  e.lng && (f = `${e.lng}${f}`);
134
134
  const y = T2(f), b = W(!0);
135
- A(() => {
135
+ I(() => {
136
136
  const {
137
137
  bindI18n: m,
138
138
  bindI18nStore: M
@@ -148,7 +148,7 @@ const T2 = (i, e) => {
148
148
  return m && o && o.on(m, R), M && o && o.store.on(M, R), () => {
149
149
  b.current = !1, m && o && m.split(" ").forEach((x) => o.off(x, R)), M && o && M.split(" ").forEach((x) => o.store.off(x, R));
150
150
  };
151
- }, [o, f]), A(() => {
151
+ }, [o, f]), I(() => {
152
152
  b.current && l && v(g);
153
153
  }, [o, C, l]);
154
154
  const E = [k, o, l];
@@ -160,8 +160,8 @@ const T2 = (i, e) => {
160
160
  children: i,
161
161
  direction: e = "row",
162
162
  flexWrap: t = "nowrap",
163
- alignItems: s = "normal",
164
- justifyContent: n = "normal",
163
+ alignItems: n = "normal",
164
+ justifyContent: s = "normal",
165
165
  flex: o,
166
166
  gap: c,
167
167
  padding: a
@@ -171,28 +171,28 @@ const T2 = (i, e) => {
171
171
  className: `snmt-flex${t === "inherit" ? " inherit" : ""}`,
172
172
  vertical: e === "column",
173
173
  wrap: t,
174
- align: s,
175
- justify: n,
174
+ align: n,
175
+ justify: s,
176
176
  flex: o,
177
177
  gap: c,
178
178
  style: { padding: a },
179
179
  children: i
180
180
  }
181
- ), Y2 = ({ shape: i = "circle", size: e = 32, children: t, ...s }) => {
182
- const n = typeof s.src == "string";
181
+ ), Y2 = ({ shape: i = "circle", size: e = 32, children: t, ...n }) => {
182
+ const s = typeof n.src == "string";
183
183
  return /* @__PURE__ */ r(
184
184
  L2,
185
185
  {
186
- className: `snmt-avatar ${n ? "image" : ""}`,
186
+ className: `snmt-avatar ${s ? "image" : ""}`,
187
187
  shape: i,
188
188
  size: e,
189
189
  style: { minWidth: e, minHeight: e },
190
- ...s,
190
+ ...n,
191
191
  children: t
192
192
  }
193
193
  );
194
194
  };
195
- var D = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(D || {});
195
+ var G = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_0_5 = "var(--grey-light-0-5)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_0_5 = "var(--blue-light-0-5)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.CYAN_LIGHT = "var(--cyan-light)", i.CYAN_DARK = "var(--cyan-dark)", i.MAGENTA_LIGHT = "var(--magenta-light)", i.MAGENTA_DARK = "var(--magenta-dark)", i.GOLD_LIGHT = "var(--gold-light)", i.GOLD_DARK = "var(--gold-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(G || {});
196
196
  const E1 = t1({
197
197
  locale: "en",
198
198
  theme: "light"
@@ -208,8 +208,8 @@ const { Title: P2, Text: j2 } = y1, $2 = {
208
208
  align: i = "inherit",
209
209
  variant: e = "body1",
210
210
  color: t,
211
- children: s,
212
- onClick: n,
211
+ children: n,
212
+ onClick: s,
213
213
  collapsed: o,
214
214
  whiteSpace: c = "normal",
215
215
  /** This prop allows you to enable tooltip if text size is too big */
@@ -217,8 +217,8 @@ const { Title: P2, Text: j2 } = y1, $2 = {
217
217
  }, C) => {
218
218
  const d = W(null);
219
219
  H1(C, () => d.current);
220
- const [l, h] = I(!1);
221
- A(() => {
220
+ const [l, h] = V(!1);
221
+ I(() => {
222
222
  var v;
223
223
  if (!a) return;
224
224
  const f = () => {
@@ -236,27 +236,27 @@ const { Title: P2, Text: j2 } = y1, $2 = {
236
236
  const k = {
237
237
  className: p,
238
238
  style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
239
- onClick: n,
239
+ onClick: s,
240
240
  ref: d,
241
241
  ellipsis: a && l ? {
242
242
  tooltip: {
243
- title: s,
243
+ title: n,
244
244
  overlayClassName: "snmt-tooltip"
245
245
  }
246
246
  } : void 0
247
247
  };
248
- return g ? /* @__PURE__ */ r(P2, { level: $2[e], ...k, children: s }) : /* @__PURE__ */ r(j2, { ...k, children: s });
248
+ return g ? /* @__PURE__ */ r(P2, { level: $2[e], ...k, children: n }) : /* @__PURE__ */ r(j2, { ...k, children: n });
249
249
  }
250
250
  ), W2 = ({
251
251
  checked: i = !0,
252
252
  indeterminate: e = !1,
253
253
  label: t,
254
- onChange: s,
255
- disabled: n = !1,
254
+ onChange: n,
255
+ disabled: s = !1,
256
256
  disableUncheck: o = !1
257
257
  }) => {
258
- const [c, a] = I(i), [C, d] = I(e);
259
- A(() => {
258
+ const [c, a] = V(i), [C, d] = V(e);
259
+ I(() => {
260
260
  a(i), d(e);
261
261
  }, [i, e]);
262
262
  const { theme: l } = Q(E1);
@@ -267,21 +267,21 @@ const { Title: P2, Text: j2 } = y1, $2 = {
267
267
  checked: c,
268
268
  indeterminate: C,
269
269
  onChange: (h) => {
270
- o && c || (d(!1), a(h.target.checked), s && s(h));
270
+ o && c || (d(!1), a(h.target.checked), n && n(h));
271
271
  },
272
- disabled: n,
272
+ disabled: s,
273
273
  children: t && /* @__PURE__ */ r(
274
274
  F2,
275
275
  {
276
276
  variant: "body2",
277
- color: n ? D.GREY_DARK_2 : D.GREY_DARK_5,
277
+ color: s ? G.GREY_DARK_2 : G.GREY_DARK_5,
278
278
  children: t
279
279
  }
280
280
  )
281
281
  }
282
282
  );
283
283
  };
284
- var w = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(w || {});
284
+ var w = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_0_5 = "var(--grey-light-0-5)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_0_5 = "var(--blue-light-0-5)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.CYAN_LIGHT = "var(--cyan-light)", i.CYAN_DARK = "var(--cyan-dark)", i.MAGENTA_LIGHT = "var(--magenta-light)", i.MAGENTA_DARK = "var(--magenta-dark)", i.GOLD_LIGHT = "var(--gold-light)", i.GOLD_DARK = "var(--gold-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(w || {});
285
285
  const e2 = t1({
286
286
  locale: "en",
287
287
  theme: "light"
@@ -291,16 +291,16 @@ const U2 = ({
291
291
  width: i = 20,
292
292
  height: e = 20,
293
293
  color: t = "#001E52",
294
- className: s,
295
- onClick: n
294
+ className: n,
295
+ onClick: s
296
296
  }) => /* @__PURE__ */ r(
297
297
  "svg",
298
298
  {
299
299
  xmlns: "http://www.w3.org/2000/svg",
300
300
  width: i,
301
301
  height: e,
302
- className: s,
303
- onClick: n,
302
+ className: n,
303
+ onClick: s,
304
304
  viewBox: "0 0 20 20",
305
305
  fill: "none",
306
306
  children: /* @__PURE__ */ r(
@@ -318,15 +318,15 @@ const U2 = ({
318
318
  width: i = 20,
319
319
  height: e = 20,
320
320
  color: t = w.GREY_DARK_5,
321
- className: s,
322
- onClick: n
321
+ className: n,
322
+ onClick: s
323
323
  }) => /* @__PURE__ */ u(
324
324
  "svg",
325
325
  {
326
326
  width: i,
327
327
  height: e,
328
- className: s,
329
- onClick: n,
328
+ className: n,
329
+ onClick: s,
330
330
  viewBox: "0 0 24 25",
331
331
  fill: "none",
332
332
  xmlns: "http://www.w3.org/2000/svg",
@@ -358,16 +358,16 @@ const U2 = ({
358
358
  width: i = 20,
359
359
  height: e = 20,
360
360
  color: t = "#001E52",
361
- className: s,
362
- onClick: n
361
+ className: n,
362
+ onClick: s
363
363
  }) => /* @__PURE__ */ u(
364
364
  "svg",
365
365
  {
366
366
  xmlns: "http://www.w3.org/2000/svg",
367
367
  width: i,
368
368
  height: e,
369
- className: s,
370
- onClick: n,
369
+ className: n,
370
+ onClick: s,
371
371
  viewBox: "0 0 20 20",
372
372
  fill: "none",
373
373
  children: [
@@ -393,15 +393,15 @@ const U2 = ({
393
393
  width: i = 20,
394
394
  height: e = 20,
395
395
  color: t = w.GREY_DARK_5,
396
- className: s,
397
- onClick: n
396
+ className: n,
397
+ onClick: s
398
398
  }) => /* @__PURE__ */ u(
399
399
  "svg",
400
400
  {
401
401
  width: i,
402
402
  height: e,
403
- className: s,
404
- onClick: n,
403
+ className: n,
404
+ onClick: s,
405
405
  viewBox: "0 0 25 25",
406
406
  fill: "none",
407
407
  xmlns: "http://www.w3.org/2000/svg",
@@ -420,15 +420,15 @@ const U2 = ({
420
420
  width: i = 20,
421
421
  height: e = 20,
422
422
  color: t = w.GREY_DARK_5,
423
- className: s,
424
- onClick: n
423
+ className: n,
424
+ onClick: s
425
425
  }) => /* @__PURE__ */ r(
426
426
  "svg",
427
427
  {
428
428
  width: i,
429
429
  height: e,
430
- className: s,
431
- onClick: n,
430
+ className: n,
431
+ onClick: s,
432
432
  viewBox: "0 0 25 25",
433
433
  fill: "none",
434
434
  xmlns: "http://www.w3.org/2000/svg",
@@ -444,15 +444,15 @@ const U2 = ({
444
444
  width: i = 20,
445
445
  height: e = 20,
446
446
  color: t = w.GREY_DARK_5,
447
- className: s,
448
- onClick: n
447
+ className: n,
448
+ onClick: s
449
449
  }) => /* @__PURE__ */ u(
450
450
  "svg",
451
451
  {
452
452
  width: i,
453
453
  height: e,
454
- className: s,
455
- onClick: n,
454
+ className: n,
455
+ onClick: s,
456
456
  viewBox: "0 0 25 25",
457
457
  fill: "none",
458
458
  xmlns: "http://www.w3.org/2000/svg",
@@ -471,15 +471,15 @@ const U2 = ({
471
471
  width: i = 20,
472
472
  height: e = 20,
473
473
  color: t = w.GREY_DARK_5,
474
- className: s,
475
- onClick: n
474
+ className: n,
475
+ onClick: s
476
476
  }) => /* @__PURE__ */ r(
477
477
  "svg",
478
478
  {
479
479
  width: i,
480
480
  height: e,
481
- className: s,
482
- onClick: n,
481
+ className: n,
482
+ onClick: s,
483
483
  viewBox: "0 0 25 25",
484
484
  fill: "none",
485
485
  xmlns: "http://www.w3.org/2000/svg",
@@ -495,8 +495,8 @@ const U2 = ({
495
495
  width: i = 20,
496
496
  height: e = 20,
497
497
  color: t = w.GREY_DARK_5,
498
- className: s,
499
- onClick: n
498
+ className: n,
499
+ onClick: s
500
500
  }) => /* @__PURE__ */ u(
501
501
  "svg",
502
502
  {
@@ -505,8 +505,8 @@ const U2 = ({
505
505
  viewBox: "0 0 24 25",
506
506
  fill: "none",
507
507
  xmlns: "http://www.w3.org/2000/svg",
508
- className: s,
509
- onClick: n,
508
+ className: n,
509
+ onClick: s,
510
510
  children: [
511
511
  /* @__PURE__ */ r(
512
512
  "path",
@@ -542,8 +542,8 @@ const U2 = ({
542
542
  width: i = 20,
543
543
  height: e = 20,
544
544
  color: t = w.GREY_DARK_5,
545
- className: s,
546
- onClick: n
545
+ className: n,
546
+ onClick: s
547
547
  }) => /* @__PURE__ */ r(
548
548
  "svg",
549
549
  {
@@ -552,8 +552,8 @@ const U2 = ({
552
552
  viewBox: "0 0 24 25",
553
553
  fill: "none",
554
554
  xmlns: "http://www.w3.org/2000/svg",
555
- className: s,
556
- onClick: n,
555
+ className: n,
556
+ onClick: s,
557
557
  children: /* @__PURE__ */ r(
558
558
  "path",
559
559
  {
@@ -562,12 +562,12 @@ const U2 = ({
562
562
  }
563
563
  )
564
564
  }
565
- ), s5 = ({
565
+ ), n5 = ({
566
566
  width: i = 20,
567
567
  height: e = 20,
568
568
  color: t = w.GREY_DARK_5,
569
- className: s,
570
- onClick: n
569
+ className: n,
570
+ onClick: s
571
571
  }) => /* @__PURE__ */ r(
572
572
  "svg",
573
573
  {
@@ -576,8 +576,8 @@ const U2 = ({
576
576
  viewBox: "0 0 24 25",
577
577
  fill: "none",
578
578
  xmlns: "http://www.w3.org/2000/svg",
579
- className: s,
580
- onClick: n,
579
+ className: n,
580
+ onClick: s,
581
581
  children: /* @__PURE__ */ r(
582
582
  "path",
583
583
  {
@@ -586,12 +586,12 @@ const U2 = ({
586
586
  }
587
587
  )
588
588
  }
589
- ), n5 = ({
589
+ ), s5 = ({
590
590
  width: i = 20,
591
591
  height: e = 20,
592
592
  color: t = w.GREY_DARK_5,
593
- className: s,
594
- onClick: n
593
+ className: n,
594
+ onClick: s
595
595
  }) => /* @__PURE__ */ r(
596
596
  "svg",
597
597
  {
@@ -600,8 +600,8 @@ const U2 = ({
600
600
  viewBox: "0 0 24 25",
601
601
  fill: "none",
602
602
  xmlns: "http://www.w3.org/2000/svg",
603
- className: s,
604
- onClick: n,
603
+ className: n,
604
+ onClick: s,
605
605
  children: /* @__PURE__ */ r(
606
606
  "path",
607
607
  {
@@ -614,8 +614,8 @@ const U2 = ({
614
614
  width: i = 20,
615
615
  height: e = 20,
616
616
  color: t = w.GREY_DARK_5,
617
- className: s,
618
- onClick: n
617
+ className: n,
618
+ onClick: s
619
619
  }) => /* @__PURE__ */ u(
620
620
  "svg",
621
621
  {
@@ -624,8 +624,8 @@ const U2 = ({
624
624
  viewBox: "0 0 24 25",
625
625
  fill: "none",
626
626
  xmlns: "http://www.w3.org/2000/svg",
627
- className: s,
628
- onClick: n,
627
+ className: n,
628
+ onClick: s,
629
629
  children: [
630
630
  /* @__PURE__ */ r(
631
631
  "path",
@@ -675,8 +675,8 @@ const U2 = ({
675
675
  width: i = 20,
676
676
  height: e = 20,
677
677
  color: t = w.GREY_DARK_5,
678
- className: s,
679
- onClick: n
678
+ className: n,
679
+ onClick: s
680
680
  }) => /* @__PURE__ */ u(
681
681
  "svg",
682
682
  {
@@ -685,8 +685,8 @@ const U2 = ({
685
685
  viewBox: "0 0 24 25",
686
686
  fill: "none",
687
687
  xmlns: "http://www.w3.org/2000/svg",
688
- className: s,
689
- onClick: n,
688
+ className: n,
689
+ onClick: s,
690
690
  children: [
691
691
  /* @__PURE__ */ r(
692
692
  "path",
@@ -722,8 +722,8 @@ const U2 = ({
722
722
  width: i = 20,
723
723
  height: e = 20,
724
724
  color: t = w.GREY_DARK_5,
725
- className: s,
726
- onClick: n
725
+ className: n,
726
+ onClick: s
727
727
  }) => /* @__PURE__ */ u(
728
728
  "svg",
729
729
  {
@@ -732,8 +732,8 @@ const U2 = ({
732
732
  viewBox: "0 0 24 25",
733
733
  fill: "none",
734
734
  xmlns: "http://www.w3.org/2000/svg",
735
- className: s,
736
- onClick: n,
735
+ className: n,
736
+ onClick: s,
737
737
  children: [
738
738
  /* @__PURE__ */ r(
739
739
  "path",
@@ -762,15 +762,15 @@ const U2 = ({
762
762
  width: i = 20,
763
763
  height: e = 20,
764
764
  color: t = w.GREY_DARK_5,
765
- className: s,
766
- onClick: n
765
+ className: n,
766
+ onClick: s
767
767
  }) => /* @__PURE__ */ u(
768
768
  "svg",
769
769
  {
770
770
  width: i,
771
771
  height: e,
772
- className: s,
773
- onClick: n,
772
+ className: n,
773
+ onClick: s,
774
774
  viewBox: "0 0 24 25",
775
775
  fill: "none",
776
776
  xmlns: "http://www.w3.org/2000/svg",
@@ -802,8 +802,8 @@ const U2 = ({
802
802
  width: i = 20,
803
803
  height: e = 20,
804
804
  color: t = w.GREY_DARK_5,
805
- className: s,
806
- onClick: n
805
+ className: n,
806
+ onClick: s
807
807
  }) => /* @__PURE__ */ u(
808
808
  "svg",
809
809
  {
@@ -811,8 +811,8 @@ const U2 = ({
811
811
  height: e,
812
812
  viewBox: "0 0 24 25",
813
813
  fill: "none",
814
- className: s,
815
- onClick: n,
814
+ className: n,
815
+ onClick: s,
816
816
  xmlns: "http://www.w3.org/2000/svg",
817
817
  children: [
818
818
  /* @__PURE__ */ r(
@@ -849,8 +849,8 @@ const U2 = ({
849
849
  width: i = 20,
850
850
  height: e = 20,
851
851
  color: t = w.GREY_DARK_5,
852
- className: s,
853
- onClick: n
852
+ className: n,
853
+ onClick: s
854
854
  }) => /* @__PURE__ */ u(
855
855
  "svg",
856
856
  {
@@ -858,8 +858,8 @@ const U2 = ({
858
858
  height: e,
859
859
  viewBox: "0 0 24 25",
860
860
  fill: "none",
861
- className: s,
862
- onClick: n,
861
+ className: n,
862
+ onClick: s,
863
863
  xmlns: "http://www.w3.org/2000/svg",
864
864
  children: [
865
865
  /* @__PURE__ */ r(
@@ -896,8 +896,8 @@ const U2 = ({
896
896
  width: i = 20,
897
897
  height: e = 20,
898
898
  color: t = w.GREY_DARK_5,
899
- className: s,
900
- onClick: n
899
+ className: n,
900
+ onClick: s
901
901
  }) => /* @__PURE__ */ u(
902
902
  "svg",
903
903
  {
@@ -905,8 +905,8 @@ const U2 = ({
905
905
  height: e,
906
906
  viewBox: "0 0 24 25",
907
907
  fill: "none",
908
- className: s,
909
- onClick: n,
908
+ className: n,
909
+ onClick: s,
910
910
  xmlns: "http://www.w3.org/2000/svg",
911
911
  children: [
912
912
  /* @__PURE__ */ r(
@@ -943,8 +943,8 @@ const U2 = ({
943
943
  width: i = 20,
944
944
  height: e = 20,
945
945
  color: t = w.GREY_DARK_5,
946
- className: s,
947
- onClick: n
946
+ className: n,
947
+ onClick: s
948
948
  }) => /* @__PURE__ */ u(
949
949
  "svg",
950
950
  {
@@ -952,8 +952,8 @@ const U2 = ({
952
952
  height: e,
953
953
  viewBox: "0 0 24 25",
954
954
  fill: "none",
955
- className: s,
956
- onClick: n,
955
+ className: n,
956
+ onClick: s,
957
957
  xmlns: "http://www.w3.org/2000/svg",
958
958
  children: [
959
959
  /* @__PURE__ */ r(
@@ -983,8 +983,8 @@ const U2 = ({
983
983
  width: i = 20,
984
984
  height: e = 20,
985
985
  color: t = w.GREY_DARK_5,
986
- className: s,
987
- onClick: n
986
+ className: n,
987
+ onClick: s
988
988
  }) => /* @__PURE__ */ u(
989
989
  "svg",
990
990
  {
@@ -992,8 +992,8 @@ const U2 = ({
992
992
  height: e,
993
993
  viewBox: "0 0 24 25",
994
994
  fill: "none",
995
- className: s,
996
- onClick: n,
995
+ className: n,
996
+ onClick: s,
997
997
  xmlns: "http://www.w3.org/2000/svg",
998
998
  children: [
999
999
  /* @__PURE__ */ r(
@@ -1016,8 +1016,8 @@ const U2 = ({
1016
1016
  width: i = 20,
1017
1017
  height: e = 20,
1018
1018
  color: t = w.GREY_DARK_5,
1019
- className: s,
1020
- onClick: n
1019
+ className: n,
1020
+ onClick: s
1021
1021
  }) => /* @__PURE__ */ u(
1022
1022
  "svg",
1023
1023
  {
@@ -1026,8 +1026,8 @@ const U2 = ({
1026
1026
  viewBox: "0 0 24 25",
1027
1027
  fill: "none",
1028
1028
  xmlns: "http://www.w3.org/2000/svg",
1029
- className: s,
1030
- onClick: n,
1029
+ className: n,
1030
+ onClick: s,
1031
1031
  children: [
1032
1032
  /* @__PURE__ */ r(
1033
1033
  "path",
@@ -1049,8 +1049,8 @@ const U2 = ({
1049
1049
  width: i = 20,
1050
1050
  height: e = 20,
1051
1051
  color: t = w.GREY_DARK_5,
1052
- className: s,
1053
- onClick: n
1052
+ className: n,
1053
+ onClick: s
1054
1054
  }) => /* @__PURE__ */ u(
1055
1055
  "svg",
1056
1056
  {
@@ -1058,8 +1058,8 @@ const U2 = ({
1058
1058
  height: e,
1059
1059
  viewBox: "0 0 24 25",
1060
1060
  fill: "none",
1061
- className: s,
1062
- onClick: n,
1061
+ className: n,
1062
+ onClick: s,
1063
1063
  xmlns: "http://www.w3.org/2000/svg",
1064
1064
  children: [
1065
1065
  /* @__PURE__ */ r(
@@ -1082,8 +1082,8 @@ const U2 = ({
1082
1082
  width: i = 20,
1083
1083
  height: e = 20,
1084
1084
  color: t = w.GREY_DARK_5,
1085
- className: s,
1086
- onClick: n
1085
+ className: n,
1086
+ onClick: s
1087
1087
  }) => /* @__PURE__ */ u(
1088
1088
  "svg",
1089
1089
  {
@@ -1091,8 +1091,8 @@ const U2 = ({
1091
1091
  height: e,
1092
1092
  viewBox: "0 0 24 25",
1093
1093
  fill: "none",
1094
- className: s,
1095
- onClick: n,
1094
+ className: n,
1095
+ onClick: s,
1096
1096
  xmlns: "http://www.w3.org/2000/svg",
1097
1097
  children: [
1098
1098
  /* @__PURE__ */ r(
@@ -1115,8 +1115,8 @@ const U2 = ({
1115
1115
  width: i = 20,
1116
1116
  height: e = 20,
1117
1117
  color: t = w.GREY_DARK_5,
1118
- className: s,
1119
- onClick: n
1118
+ className: n,
1119
+ onClick: s
1120
1120
  }) => /* @__PURE__ */ u(
1121
1121
  "svg",
1122
1122
  {
@@ -1124,8 +1124,8 @@ const U2 = ({
1124
1124
  height: e,
1125
1125
  viewBox: "0 0 24 25",
1126
1126
  fill: "none",
1127
- className: s,
1128
- onClick: n,
1127
+ className: n,
1128
+ onClick: s,
1129
1129
  xmlns: "http://www.w3.org/2000/svg",
1130
1130
  children: [
1131
1131
  /* @__PURE__ */ r(
@@ -1155,15 +1155,15 @@ const U2 = ({
1155
1155
  width: i = 20,
1156
1156
  height: e = 20,
1157
1157
  color: t = w.GREY_DARK_5,
1158
- className: s,
1159
- onClick: n
1158
+ className: n,
1159
+ onClick: s
1160
1160
  }) => /* @__PURE__ */ u(
1161
1161
  "svg",
1162
1162
  {
1163
1163
  width: i,
1164
1164
  height: e,
1165
- className: s,
1166
- onClick: n,
1165
+ className: n,
1166
+ onClick: s,
1167
1167
  viewBox: "0 0 24 25",
1168
1168
  fill: "none",
1169
1169
  xmlns: "http://www.w3.org/2000/svg",
@@ -1188,8 +1188,8 @@ const U2 = ({
1188
1188
  width: i = 20,
1189
1189
  height: e = 20,
1190
1190
  color: t = w.GREY_DARK_5,
1191
- className: s,
1192
- onClick: n
1191
+ className: n,
1192
+ onClick: s
1193
1193
  }) => /* @__PURE__ */ u(
1194
1194
  "svg",
1195
1195
  {
@@ -1197,8 +1197,8 @@ const U2 = ({
1197
1197
  height: e,
1198
1198
  viewBox: "0 0 24 25",
1199
1199
  fill: "none",
1200
- className: s,
1201
- onClick: n,
1200
+ className: n,
1201
+ onClick: s,
1202
1202
  xmlns: "http://www.w3.org/2000/svg",
1203
1203
  children: [
1204
1204
  /* @__PURE__ */ r(
@@ -1221,15 +1221,15 @@ const U2 = ({
1221
1221
  width: i = 20,
1222
1222
  height: e = 20,
1223
1223
  color: t = "#070739",
1224
- className: s,
1225
- onClick: n
1224
+ className: n,
1225
+ onClick: s
1226
1226
  }) => /* @__PURE__ */ u(
1227
1227
  "svg",
1228
1228
  {
1229
1229
  width: i,
1230
1230
  height: e,
1231
- className: s,
1232
- onClick: n,
1231
+ className: n,
1232
+ onClick: s,
1233
1233
  viewBox: "0 0 20 20",
1234
1234
  fill: "none",
1235
1235
  xmlns: "http://www.w3.org/2000/svg",
@@ -1251,15 +1251,15 @@ const U2 = ({
1251
1251
  width: i = 20,
1252
1252
  height: e = 20,
1253
1253
  color: t = "#070739",
1254
- className: s,
1255
- onClick: n
1254
+ className: n,
1255
+ onClick: s
1256
1256
  }) => /* @__PURE__ */ u(
1257
1257
  "svg",
1258
1258
  {
1259
1259
  width: i,
1260
1260
  height: e,
1261
- className: s,
1262
- onClick: n,
1261
+ className: n,
1262
+ onClick: s,
1263
1263
  viewBox: "0 0 20 20",
1264
1264
  fill: "none",
1265
1265
  xmlns: "http://www.w3.org/2000/svg",
@@ -1289,15 +1289,15 @@ const U2 = ({
1289
1289
  width: i = 9,
1290
1290
  height: e = 5,
1291
1291
  color: t = "#001E52",
1292
- className: s,
1293
- onClick: n
1292
+ className: n,
1293
+ onClick: s
1294
1294
  }) => /* @__PURE__ */ r(
1295
1295
  "svg",
1296
1296
  {
1297
1297
  width: i,
1298
1298
  height: e,
1299
- className: s,
1300
- onClick: n,
1299
+ className: n,
1300
+ onClick: s,
1301
1301
  viewBox: "0 0 9 5",
1302
1302
  fill: "none",
1303
1303
  xmlns: "http://www.w3.org/2000/svg",
@@ -1315,15 +1315,15 @@ const U2 = ({
1315
1315
  width: i = 20,
1316
1316
  height: e = 20,
1317
1317
  color: t = "#F2F2F7",
1318
- className: s,
1319
- onClick: n
1318
+ className: n,
1319
+ onClick: s
1320
1320
  }) => /* @__PURE__ */ u(
1321
1321
  "svg",
1322
1322
  {
1323
1323
  width: i,
1324
1324
  height: e,
1325
- className: s,
1326
- onClick: n,
1325
+ className: n,
1326
+ onClick: s,
1327
1327
  viewBox: "0 0 20 20",
1328
1328
  fill: "none",
1329
1329
  xmlns: "http://www.w3.org/2000/svg",
@@ -1344,15 +1344,15 @@ const U2 = ({
1344
1344
  width: i = 20,
1345
1345
  height: e = 20,
1346
1346
  color: t = "#004ED7",
1347
- className: s,
1348
- onClick: n
1347
+ className: n,
1348
+ onClick: s
1349
1349
  }) => /* @__PURE__ */ u(
1350
1350
  "svg",
1351
1351
  {
1352
1352
  width: i,
1353
1353
  height: e,
1354
- className: s,
1355
- onClick: n,
1354
+ className: n,
1355
+ onClick: s,
1356
1356
  viewBox: "0 0 20 20",
1357
1357
  fill: "none",
1358
1358
  xmlns: "http://www.w3.org/2000/svg",
@@ -1373,15 +1373,15 @@ const U2 = ({
1373
1373
  width: i = 10,
1374
1374
  height: e = 10,
1375
1375
  color: t = "#001E52",
1376
- className: s,
1377
- onClick: n
1376
+ className: n,
1377
+ onClick: s
1378
1378
  }) => /* @__PURE__ */ u(
1379
1379
  "svg",
1380
1380
  {
1381
1381
  width: i,
1382
1382
  height: e,
1383
- className: s,
1384
- onClick: n,
1383
+ className: n,
1384
+ onClick: s,
1385
1385
  viewBox: "0 0 10 10",
1386
1386
  fill: "none",
1387
1387
  xmlns: "http://www.w3.org/2000/svg",
@@ -1402,15 +1402,15 @@ const U2 = ({
1402
1402
  width: i = 10,
1403
1403
  height: e = 10,
1404
1404
  color: t = "#001E52",
1405
- className: s,
1406
- onClick: n
1405
+ className: n,
1406
+ onClick: s
1407
1407
  }) => /* @__PURE__ */ u(
1408
1408
  "svg",
1409
1409
  {
1410
1410
  width: i,
1411
1411
  height: e,
1412
- className: s,
1413
- onClick: n,
1412
+ className: n,
1413
+ onClick: s,
1414
1414
  viewBox: "0 0 10 10",
1415
1415
  fill: "none",
1416
1416
  xmlns: "http://www.w3.org/2000/svg",
@@ -1439,17 +1439,17 @@ const U2 = ({
1439
1439
  className: i,
1440
1440
  color: e = w.GREY_DARK_5,
1441
1441
  height: t = 20,
1442
- width: s = 20,
1443
- onClick: n
1442
+ width: n = 20,
1443
+ onClick: s
1444
1444
  }) => /* @__PURE__ */ u(
1445
1445
  "svg",
1446
1446
  {
1447
- width: s,
1447
+ width: n,
1448
1448
  height: t,
1449
1449
  viewBox: "0 0 24 25",
1450
1450
  fill: "none",
1451
1451
  className: i,
1452
- onClick: n,
1452
+ onClick: s,
1453
1453
  xmlns: "http://www.w3.org/2000/svg",
1454
1454
  children: [
1455
1455
  /* @__PURE__ */ r(
@@ -1472,14 +1472,14 @@ const U2 = ({
1472
1472
  className: i,
1473
1473
  color: e = w.GREY_DARK_5,
1474
1474
  height: t = 20,
1475
- width: s = 20,
1476
- onClick: n
1475
+ width: n = 20,
1476
+ onClick: s
1477
1477
  }) => /* @__PURE__ */ r(
1478
1478
  "svg",
1479
1479
  {
1480
- onClick: n,
1480
+ onClick: s,
1481
1481
  className: i,
1482
- width: s,
1482
+ width: n,
1483
1483
  height: t,
1484
1484
  viewBox: "0 0 8 14",
1485
1485
  fill: "none",
@@ -1499,14 +1499,14 @@ const U2 = ({
1499
1499
  className: i,
1500
1500
  color: e = w.GREY_DARK_5,
1501
1501
  height: t = 20,
1502
- width: s = 20,
1503
- onClick: n
1502
+ width: n = 20,
1503
+ onClick: s
1504
1504
  }) => /* @__PURE__ */ r(
1505
1505
  "svg",
1506
1506
  {
1507
1507
  className: i,
1508
- onClick: n,
1509
- width: s,
1508
+ onClick: s,
1509
+ width: n,
1510
1510
  height: t,
1511
1511
  viewBox: "0 0 8 14",
1512
1512
  fill: "none",
@@ -1526,14 +1526,14 @@ const U2 = ({
1526
1526
  className: i,
1527
1527
  color: e = w.GREY_DARK_5,
1528
1528
  height: t = 5,
1529
- width: s = 10,
1530
- onClick: n
1529
+ width: n = 10,
1530
+ onClick: s
1531
1531
  }) => /* @__PURE__ */ r(
1532
1532
  "svg",
1533
1533
  {
1534
1534
  className: i,
1535
- onClick: n,
1536
- width: s,
1535
+ onClick: s,
1536
+ width: n,
1537
1537
  height: t,
1538
1538
  viewBox: "0 0 10 5",
1539
1539
  fill: "none",
@@ -1546,18 +1546,18 @@ const U2 = ({
1546
1546
  }
1547
1547
  )
1548
1548
  }
1549
- ), V5 = ({
1549
+ ), A5 = ({
1550
1550
  className: i,
1551
1551
  color: e = w.GREY_DARK_5,
1552
1552
  height: t = 5,
1553
- width: s = 10,
1554
- onClick: n
1553
+ width: n = 10,
1554
+ onClick: s
1555
1555
  }) => /* @__PURE__ */ r(
1556
1556
  "svg",
1557
1557
  {
1558
1558
  className: i,
1559
- onClick: n,
1560
- width: s,
1559
+ onClick: s,
1560
+ width: n,
1561
1561
  height: t,
1562
1562
  viewBox: "0 0 10 5",
1563
1563
  fill: "none",
@@ -1571,21 +1571,21 @@ const U2 = ({
1571
1571
  }
1572
1572
  )
1573
1573
  }
1574
- ), I5 = ({
1574
+ ), V5 = ({
1575
1575
  className: i,
1576
1576
  color: e = w.GREY_DARK_5,
1577
1577
  height: t = 20,
1578
- width: s = 20,
1579
- onClick: n
1578
+ width: n = 20,
1579
+ onClick: s
1580
1580
  }) => /* @__PURE__ */ u(
1581
1581
  "svg",
1582
1582
  {
1583
- width: s,
1583
+ width: n,
1584
1584
  height: t,
1585
1585
  viewBox: "0 0 24 25",
1586
1586
  fill: "none",
1587
1587
  className: i,
1588
- onClick: n,
1588
+ onClick: s,
1589
1589
  xmlns: "http://www.w3.org/2000/svg",
1590
1590
  children: [
1591
1591
  /* @__PURE__ */ r(
@@ -1604,19 +1604,19 @@ const U2 = ({
1604
1604
  )
1605
1605
  ]
1606
1606
  }
1607
- ), A5 = ({
1607
+ ), I5 = ({
1608
1608
  className: i,
1609
1609
  color: e = w.GREY_DARK_5,
1610
1610
  height: t = 24,
1611
- width: s = 24,
1612
- onClick: n
1611
+ width: n = 24,
1612
+ onClick: s
1613
1613
  }) => /* @__PURE__ */ u(
1614
1614
  "svg",
1615
1615
  {
1616
- width: s,
1616
+ width: n,
1617
1617
  height: t,
1618
1618
  className: i,
1619
- onClick: n,
1619
+ onClick: s,
1620
1620
  viewBox: "0 0 24 24",
1621
1621
  fill: "none",
1622
1622
  xmlns: "http://www.w3.org/2000/svg",
@@ -1647,15 +1647,15 @@ const U2 = ({
1647
1647
  className: i,
1648
1648
  color: e = w.GREY_DARK_5,
1649
1649
  height: t = 24,
1650
- width: s = 24,
1651
- onClick: n
1650
+ width: n = 24,
1651
+ onClick: s
1652
1652
  }) => /* @__PURE__ */ r(
1653
1653
  "svg",
1654
1654
  {
1655
- width: s,
1655
+ width: n,
1656
1656
  height: t,
1657
1657
  className: i,
1658
- onClick: n,
1658
+ onClick: s,
1659
1659
  viewBox: "0 0 24 24",
1660
1660
  fill: "none",
1661
1661
  xmlns: "http://www.w3.org/2000/svg",
@@ -1674,15 +1674,15 @@ const U2 = ({
1674
1674
  className: i,
1675
1675
  color: e = w.GREY_DARK_5,
1676
1676
  height: t = 24,
1677
- width: s = 24,
1678
- onClick: n
1677
+ width: n = 24,
1678
+ onClick: s
1679
1679
  }) => /* @__PURE__ */ u(
1680
1680
  "svg",
1681
1681
  {
1682
- width: s,
1682
+ width: n,
1683
1683
  height: t,
1684
1684
  className: i,
1685
- onClick: n,
1685
+ onClick: s,
1686
1686
  viewBox: "0 0 24 24",
1687
1687
  fill: "none",
1688
1688
  xmlns: "http://www.w3.org/2000/svg",
@@ -1733,15 +1733,15 @@ const U2 = ({
1733
1733
  className: i,
1734
1734
  color: e = w.GREY_DARK_5,
1735
1735
  height: t = 24,
1736
- width: s = 24,
1737
- onClick: n
1736
+ width: n = 24,
1737
+ onClick: s
1738
1738
  }) => /* @__PURE__ */ u(
1739
1739
  "svg",
1740
1740
  {
1741
- width: s,
1741
+ width: n,
1742
1742
  height: t,
1743
1743
  className: i,
1744
- onClick: n,
1744
+ onClick: s,
1745
1745
  viewBox: "0 0 24 24",
1746
1746
  fill: "none",
1747
1747
  xmlns: "http://www.w3.org/2000/svg",
@@ -1766,19 +1766,19 @@ const U2 = ({
1766
1766
  )
1767
1767
  ]
1768
1768
  }
1769
- ), D5 = ({
1769
+ ), G5 = ({
1770
1770
  className: i,
1771
1771
  color: e = w.GREY_DARK_3,
1772
1772
  height: t = 14,
1773
- width: s = 14,
1774
- onClick: n
1773
+ width: n = 14,
1774
+ onClick: s
1775
1775
  }) => /* @__PURE__ */ u(
1776
1776
  "svg",
1777
1777
  {
1778
1778
  className: i,
1779
- width: s,
1779
+ width: n,
1780
1780
  height: t,
1781
- onClick: n,
1781
+ onClick: s,
1782
1782
  viewBox: "0 0 14 14",
1783
1783
  fill: "none",
1784
1784
  xmlns: "http://www.w3.org/2000/svg",
@@ -1803,18 +1803,18 @@ const U2 = ({
1803
1803
  )
1804
1804
  ]
1805
1805
  }
1806
- ), G5 = ({
1806
+ ), D5 = ({
1807
1807
  className: i,
1808
1808
  color: e = w.GREY_DARK_5,
1809
1809
  height: t = 18,
1810
- onClick: s,
1811
- width: n = 18
1810
+ onClick: n,
1811
+ width: s = 18
1812
1812
  }) => /* @__PURE__ */ r(
1813
1813
  "svg",
1814
1814
  {
1815
- onClick: s,
1815
+ onClick: n,
1816
1816
  className: i,
1817
- width: n,
1817
+ width: s,
1818
1818
  height: t,
1819
1819
  viewBox: "0 0 20 20",
1820
1820
  fill: "none",
@@ -1834,14 +1834,14 @@ const U2 = ({
1834
1834
  className: i,
1835
1835
  color: e = w.GREY_DARK_5,
1836
1836
  height: t = 24,
1837
- width: s = 24,
1838
- onClick: n
1837
+ width: n = 24,
1838
+ onClick: s
1839
1839
  }) => /* @__PURE__ */ u(
1840
1840
  "svg",
1841
1841
  {
1842
- onClick: n,
1842
+ onClick: s,
1843
1843
  className: i,
1844
- width: s,
1844
+ width: n,
1845
1845
  height: t,
1846
1846
  viewBox: "0 0 24 24",
1847
1847
  fill: "none",
@@ -1886,14 +1886,14 @@ const U2 = ({
1886
1886
  className: i,
1887
1887
  color: e = w.GREY_DARK_5,
1888
1888
  height: t = 24,
1889
- width: s = 24,
1890
- onClick: n
1889
+ width: n = 24,
1890
+ onClick: s
1891
1891
  }) => /* @__PURE__ */ u(
1892
1892
  "svg",
1893
1893
  {
1894
- onClick: n,
1894
+ onClick: s,
1895
1895
  className: i,
1896
- width: s,
1896
+ width: n,
1897
1897
  height: t,
1898
1898
  viewBox: "0 0 24 24",
1899
1899
  fill: "none",
@@ -1923,14 +1923,14 @@ const U2 = ({
1923
1923
  className: i,
1924
1924
  color: e = w.NOTIFICATION_WARNING_DARK,
1925
1925
  height: t = 37,
1926
- width: s = 36,
1927
- onClick: n
1926
+ width: n = 36,
1927
+ onClick: s
1928
1928
  }) => /* @__PURE__ */ u(
1929
1929
  "svg",
1930
1930
  {
1931
- onClick: n,
1931
+ onClick: s,
1932
1932
  className: i,
1933
- width: s,
1933
+ width: n,
1934
1934
  height: t,
1935
1935
  viewBox: "0 0 36 37",
1936
1936
  fill: "none",
@@ -1962,14 +1962,14 @@ const U2 = ({
1962
1962
  className: i,
1963
1963
  color: e = w.GREY_DARK_5,
1964
1964
  height: t = 24,
1965
- width: s = 24,
1966
- onClick: n
1965
+ width: n = 24,
1966
+ onClick: s
1967
1967
  }) => /* @__PURE__ */ r(
1968
1968
  "svg",
1969
1969
  {
1970
- onClick: n,
1970
+ onClick: s,
1971
1971
  className: i,
1972
- width: s,
1972
+ width: n,
1973
1973
  height: t,
1974
1974
  viewBox: "0 0 24 24",
1975
1975
  fill: "none",
@@ -1988,14 +1988,14 @@ const U2 = ({
1988
1988
  className: i,
1989
1989
  color: e = w.GREY_DARK_5,
1990
1990
  height: t = 24,
1991
- width: s = 24,
1992
- onClick: n
1991
+ width: n = 24,
1992
+ onClick: s
1993
1993
  }) => /* @__PURE__ */ u(
1994
1994
  "svg",
1995
1995
  {
1996
- onClick: n,
1996
+ onClick: s,
1997
1997
  className: i,
1998
- width: s,
1998
+ width: n,
1999
1999
  height: t,
2000
2000
  viewBox: "0 0 24 24",
2001
2001
  fill: "none",
@@ -2027,14 +2027,14 @@ const U2 = ({
2027
2027
  className: i,
2028
2028
  color: e = w.GREY_DARK_5,
2029
2029
  height: t = 20,
2030
- width: s = 20,
2031
- onClick: n
2030
+ width: n = 20,
2031
+ onClick: s
2032
2032
  }) => /* @__PURE__ */ u(
2033
2033
  "svg",
2034
2034
  {
2035
- onClick: n,
2035
+ onClick: s,
2036
2036
  className: i,
2037
- width: s,
2037
+ width: n,
2038
2038
  height: t,
2039
2039
  viewBox: "0 0 24 25",
2040
2040
  fill: "none",
@@ -2060,14 +2060,14 @@ const U2 = ({
2060
2060
  className: i,
2061
2061
  color: e = w.GREY_DARK_5,
2062
2062
  height: t = 24,
2063
- width: s = 24,
2064
- onClick: n
2063
+ width: n = 24,
2064
+ onClick: s
2065
2065
  }) => /* @__PURE__ */ u(
2066
2066
  "svg",
2067
2067
  {
2068
- onClick: n,
2068
+ onClick: s,
2069
2069
  className: i,
2070
- width: s,
2070
+ width: n,
2071
2071
  height: t,
2072
2072
  viewBox: "0 0 24 24",
2073
2073
  fill: "none",
@@ -2129,14 +2129,14 @@ const U2 = ({
2129
2129
  className: i,
2130
2130
  color: e = w.GREY_DARK_5,
2131
2131
  height: t = 24,
2132
- width: s = 24,
2133
- onClick: n
2132
+ width: n = 24,
2133
+ onClick: s
2134
2134
  }) => /* @__PURE__ */ u(
2135
2135
  "svg",
2136
2136
  {
2137
- onClick: n,
2137
+ onClick: s,
2138
2138
  className: i,
2139
- width: s,
2139
+ width: n,
2140
2140
  height: t,
2141
2141
  viewBox: "0 0 24 24",
2142
2142
  fill: "none",
@@ -2186,14 +2186,14 @@ const U2 = ({
2186
2186
  className: i,
2187
2187
  color: e = w.GREY_DARK_5,
2188
2188
  height: t = 24,
2189
- width: s = 24,
2190
- onClick: n
2189
+ width: n = 24,
2190
+ onClick: s
2191
2191
  }) => /* @__PURE__ */ u(
2192
2192
  "svg",
2193
2193
  {
2194
- onClick: n,
2194
+ onClick: s,
2195
2195
  className: i,
2196
- width: s,
2196
+ width: n,
2197
2197
  height: t,
2198
2198
  viewBox: "0 0 24 24",
2199
2199
  fill: "none",
@@ -2235,14 +2235,14 @@ const U2 = ({
2235
2235
  className: i,
2236
2236
  color: e = w.GREY_DARK_5,
2237
2237
  height: t = 24,
2238
- width: s = 24,
2239
- onClick: n
2238
+ width: n = 24,
2239
+ onClick: s
2240
2240
  }) => /* @__PURE__ */ r(
2241
2241
  "svg",
2242
2242
  {
2243
- onClick: n,
2243
+ onClick: s,
2244
2244
  className: i,
2245
- width: s,
2245
+ width: n,
2246
2246
  height: t,
2247
2247
  viewBox: "0 0 24 24",
2248
2248
  fill: "none",
@@ -2262,14 +2262,14 @@ const U2 = ({
2262
2262
  className: i,
2263
2263
  color: e = w.GREY_DARK_5,
2264
2264
  height: t = 20,
2265
- width: s = 20,
2266
- onClick: n
2265
+ width: n = 20,
2266
+ onClick: s
2267
2267
  }) => /* @__PURE__ */ u(
2268
2268
  "svg",
2269
2269
  {
2270
- onClick: n,
2270
+ onClick: s,
2271
2271
  className: i,
2272
- width: s,
2272
+ width: n,
2273
2273
  height: t,
2274
2274
  viewBox: "0 0 20 20",
2275
2275
  fill: "none",
@@ -2291,18 +2291,18 @@ const U2 = ({
2291
2291
  className: i,
2292
2292
  color: e = "#001E52",
2293
2293
  height: t = 24,
2294
- width: s = 24,
2295
- onClick: n
2294
+ width: n = 24,
2295
+ onClick: s
2296
2296
  }) => /* @__PURE__ */ r(
2297
2297
  "svg",
2298
2298
  {
2299
2299
  width: t,
2300
- height: s,
2300
+ height: n,
2301
2301
  viewBox: "0 0 24 24",
2302
2302
  xmlns: "http://www.w3.org/2000/svg",
2303
2303
  fill: "none",
2304
2304
  className: i,
2305
- onClick: n,
2305
+ onClick: s,
2306
2306
  children: /* @__PURE__ */ r(
2307
2307
  "path",
2308
2308
  {
@@ -2317,14 +2317,14 @@ const U2 = ({
2317
2317
  className: i,
2318
2318
  color: e = "#001E52",
2319
2319
  height: t = 24,
2320
- width: s = 24,
2321
- onClick: n
2320
+ width: n = 24,
2321
+ onClick: s
2322
2322
  }) => /* @__PURE__ */ r(
2323
2323
  "svg",
2324
2324
  {
2325
- onClick: n,
2325
+ onClick: s,
2326
2326
  className: i,
2327
- width: s,
2327
+ width: n,
2328
2328
  height: t,
2329
2329
  fill: e,
2330
2330
  version: "1.1",
@@ -2355,15 +2355,15 @@ const U2 = ({
2355
2355
  width: i = 20,
2356
2356
  height: e = 20,
2357
2357
  color: t = w.GREY_DARK_5,
2358
- className: s,
2359
- onClick: n
2358
+ className: n,
2359
+ onClick: s
2360
2360
  }) => /* @__PURE__ */ r(
2361
2361
  "svg",
2362
2362
  {
2363
2363
  width: i,
2364
2364
  height: e,
2365
- onClick: n,
2366
- className: s,
2365
+ onClick: s,
2366
+ className: n,
2367
2367
  viewBox: "0 0 24 24",
2368
2368
  fill: "none",
2369
2369
  xmlns: "http://www.w3.org/2000/svg",
@@ -2379,8 +2379,8 @@ const U2 = ({
2379
2379
  width: i = 24,
2380
2380
  height: e = 24,
2381
2381
  color: t = "#131314",
2382
- className: s,
2383
- onClick: n
2382
+ className: n,
2383
+ onClick: s
2384
2384
  }) => /* @__PURE__ */ u(
2385
2385
  "svg",
2386
2386
  {
@@ -2388,8 +2388,8 @@ const U2 = ({
2388
2388
  height: e,
2389
2389
  viewBox: "0 0 24 24",
2390
2390
  fill: "none",
2391
- className: s,
2392
- onClick: n,
2391
+ className: n,
2392
+ onClick: s,
2393
2393
  xmlns: "http://www.w3.org/2000/svg",
2394
2394
  children: [
2395
2395
  /* @__PURE__ */ r(
@@ -2412,15 +2412,15 @@ const U2 = ({
2412
2412
  width: i = 20,
2413
2413
  height: e = 20,
2414
2414
  color: t = w.GREY_DARK_5,
2415
- className: s,
2416
- onClick: n
2415
+ className: n,
2416
+ onClick: s
2417
2417
  }) => /* @__PURE__ */ u(
2418
2418
  "svg",
2419
2419
  {
2420
2420
  width: i,
2421
2421
  height: e,
2422
- className: s,
2423
- onClick: n,
2422
+ className: n,
2423
+ onClick: s,
2424
2424
  viewBox: "0 0 24 24",
2425
2425
  fill: "none",
2426
2426
  xmlns: "http://www.w3.org/2000/svg",
@@ -2445,8 +2445,8 @@ const U2 = ({
2445
2445
  width: i = 24,
2446
2446
  height: e = 24,
2447
2447
  color: t = w.GREY_DARK_2,
2448
- className: s,
2449
- onClick: n
2448
+ className: n,
2449
+ onClick: s
2450
2450
  }) => /* @__PURE__ */ u(
2451
2451
  "svg",
2452
2452
  {
@@ -2455,8 +2455,8 @@ const U2 = ({
2455
2455
  viewBox: "0 0 24 24",
2456
2456
  fill: "none",
2457
2457
  xmlns: "http://www.w3.org/2000/svg",
2458
- className: s,
2459
- onClick: n,
2458
+ className: n,
2459
+ onClick: s,
2460
2460
  children: [
2461
2461
  /* @__PURE__ */ r(
2462
2462
  "path",
@@ -2485,8 +2485,8 @@ const U2 = ({
2485
2485
  width: i = 24,
2486
2486
  height: e = 24,
2487
2487
  color: t = w.GREY_DARK_2,
2488
- className: s,
2489
- onClick: n
2488
+ className: n,
2489
+ onClick: s
2490
2490
  }) => /* @__PURE__ */ r(
2491
2491
  "svg",
2492
2492
  {
@@ -2495,8 +2495,8 @@ const U2 = ({
2495
2495
  viewBox: "0 0 24 24",
2496
2496
  fill: "none",
2497
2497
  xmlns: "http://www.w3.org/2000/svg",
2498
- className: s,
2499
- onClick: n,
2498
+ className: n,
2499
+ onClick: s,
2500
2500
  children: /* @__PURE__ */ r(
2501
2501
  "path",
2502
2502
  {
@@ -2508,12 +2508,12 @@ const U2 = ({
2508
2508
  }
2509
2509
  )
2510
2510
  }
2511
- ), se = ({
2511
+ ), ne = ({
2512
2512
  width: i = 24,
2513
2513
  height: e = 24,
2514
2514
  color: t = w.GREY_DARK_2,
2515
- className: s,
2516
- onClick: n
2515
+ className: n,
2516
+ onClick: s
2517
2517
  }) => /* @__PURE__ */ r(
2518
2518
  "svg",
2519
2519
  {
@@ -2522,8 +2522,8 @@ const U2 = ({
2522
2522
  viewBox: "0 0 24 24",
2523
2523
  fill: "none",
2524
2524
  xmlns: "http://www.w3.org/2000/svg",
2525
- className: s,
2526
- onClick: n,
2525
+ className: n,
2526
+ onClick: s,
2527
2527
  children: /* @__PURE__ */ r(
2528
2528
  "path",
2529
2529
  {
@@ -2535,23 +2535,23 @@ const U2 = ({
2535
2535
  }
2536
2536
  )
2537
2537
  }
2538
- ), s1 = ({
2538
+ ), n1 = ({
2539
2539
  name: i,
2540
2540
  width: e,
2541
2541
  height: t,
2542
- color: s,
2543
- className: n,
2542
+ color: n,
2543
+ className: s,
2544
2544
  disabled: o = !1,
2545
2545
  onClick: c
2546
2546
  }) => {
2547
- const [a, C] = I(n), { theme: d } = Q(e2), l = o ? d && d === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : s, h = o ? void 0 : c;
2548
- return A(() => {
2549
- if (n) {
2550
- h && !o && C(`${n} clickable`);
2547
+ const [a, C] = V(s), { theme: d } = Q(e2), l = o ? d && d === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : n, h = o ? void 0 : c;
2548
+ return I(() => {
2549
+ if (s) {
2550
+ h && !o && C(`${s} clickable`);
2551
2551
  return;
2552
2552
  }
2553
2553
  h && !o && C("clickable");
2554
- }, [h, n, o]), /* @__PURE__ */ r(U, { children: (() => {
2554
+ }, [h, s, o]), /* @__PURE__ */ r(U, { children: (() => {
2555
2555
  switch (i) {
2556
2556
  case "nextIcon":
2557
2557
  return y5({ width: e, height: t, color: l, className: a, onClick: h });
@@ -2568,9 +2568,9 @@ const U2 = ({
2568
2568
  case "check":
2569
2569
  return i5({ width: e, height: t, color: l, className: a, onClick: h });
2570
2570
  case "cancel":
2571
- return s5({ width: e, height: t, color: l, className: a, onClick: h });
2572
- case "add":
2573
2571
  return n5({ width: e, height: t, color: l, className: a, onClick: h });
2572
+ case "add":
2573
+ return s5({ width: e, height: t, color: l, className: a, onClick: h });
2574
2574
  case "list":
2575
2575
  return r5({ width: e, height: t, color: l, className: a, onClick: h });
2576
2576
  case "dragAndDrop":
@@ -2660,7 +2660,7 @@ const U2 = ({
2660
2660
  case "search":
2661
2661
  return b5({ width: e, height: t, color: l, className: a, onClick: h });
2662
2662
  case "arrowUpFilled":
2663
- return V5({ width: e, height: t, color: l, className: a, onClick: h });
2663
+ return A5({ width: e, height: t, color: l, className: a, onClick: h });
2664
2664
  case "arrowDownFilled":
2665
2665
  return E5({ width: e, height: t, color: l, className: a, onClick: h });
2666
2666
  case "arrow2Up":
@@ -2672,19 +2672,19 @@ const U2 = ({
2672
2672
  case "arrow2Left":
2673
2673
  return e5({ width: e, height: t, color: l, className: a, onClick: h });
2674
2674
  case "link":
2675
- return I5({ width: e, height: t, color: l, className: a, onClick: h });
2675
+ return V5({ width: e, height: t, color: l, className: a, onClick: h });
2676
2676
  case "telegram":
2677
2677
  return Z5({ width: e, height: t, color: l, className: a, onClick: h });
2678
2678
  case "mail":
2679
2679
  return S5({ width: e, height: t, color: l, className: a, onClick: h });
2680
2680
  case "github":
2681
- return A5({ width: e, height: t, color: l, className: a, onClick: h });
2681
+ return I5({ width: e, height: t, color: l, className: a, onClick: h });
2682
2682
  case "linkedIn":
2683
2683
  return O5({ width: e, height: t, color: l, className: a, onClick: h });
2684
2684
  case "emptyStateIcon":
2685
- return D5({ width: e, height: t, color: l, className: a, onClick: h });
2686
- case "filtersIcon":
2687
2685
  return G5({ width: e, height: t, color: l, className: a, onClick: h });
2686
+ case "filtersIcon":
2687
+ return D5({ width: e, height: t, color: l, className: a, onClick: h });
2688
2688
  case "dotMenuIcon":
2689
2689
  return T5({ width: e, height: t, color: l, className: a, onClick: h });
2690
2690
  case "plusCircle":
@@ -2722,12 +2722,12 @@ const U2 = ({
2722
2722
  case "community":
2723
2723
  return ie({ width: e, height: t, color: l, className: a, onClick: h });
2724
2724
  case "docs":
2725
- return se({ width: e, height: t, color: l, className: a, onClick: h });
2725
+ return ne({ width: e, height: t, color: l, className: a, onClick: h });
2726
2726
  default:
2727
2727
  return /* @__PURE__ */ r(U, { children: "No Icon provided" });
2728
2728
  }
2729
2729
  })() });
2730
- }, { Title: ne, Text: re } = y1, oe = {
2730
+ }, { Title: se, Text: re } = y1, oe = {
2731
2731
  h1: 1,
2732
2732
  h2: 2,
2733
2733
  h3: 3,
@@ -2737,8 +2737,8 @@ const U2 = ({
2737
2737
  align: i = "inherit",
2738
2738
  variant: e = "body1",
2739
2739
  color: t,
2740
- children: s,
2741
- onClick: n,
2740
+ children: n,
2741
+ onClick: s,
2742
2742
  collapsed: o,
2743
2743
  whiteSpace: c = "normal",
2744
2744
  /** This prop allows you to enable tooltip if text size is too big */
@@ -2746,8 +2746,8 @@ const U2 = ({
2746
2746
  }, C) => {
2747
2747
  const d = W(null);
2748
2748
  H1(C, () => d.current);
2749
- const [l, h] = I(!1);
2750
- A(() => {
2749
+ const [l, h] = V(!1);
2750
+ I(() => {
2751
2751
  var v;
2752
2752
  if (!a) return;
2753
2753
  const f = () => {
@@ -2765,19 +2765,19 @@ const U2 = ({
2765
2765
  const k = {
2766
2766
  className: p,
2767
2767
  style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
2768
- onClick: n,
2768
+ onClick: s,
2769
2769
  ref: d,
2770
2770
  ellipsis: a && l ? {
2771
2771
  tooltip: {
2772
- title: s,
2772
+ title: n,
2773
2773
  overlayClassName: "snmt-tooltip"
2774
2774
  }
2775
2775
  } : void 0
2776
2776
  };
2777
- return g ? /* @__PURE__ */ r(ne, { level: oe[e], ...k, children: s }) : /* @__PURE__ */ r(re, { ...k, children: s });
2777
+ return g ? /* @__PURE__ */ r(se, { level: oe[e], ...k, children: n }) : /* @__PURE__ */ r(re, { ...k, children: n });
2778
2778
  }
2779
2779
  );
2780
- var L = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(L || {});
2780
+ var L = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_0_5 = "var(--grey-light-0-5)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_0_5 = "var(--blue-light-0-5)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.CYAN_LIGHT = "var(--cyan-light)", i.CYAN_DARK = "var(--cyan-dark)", i.MAGENTA_LIGHT = "var(--magenta-light)", i.MAGENTA_DARK = "var(--magenta-dark)", i.GOLD_LIGHT = "var(--gold-light)", i.GOLD_DARK = "var(--gold-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(L || {});
2781
2781
  const t2 = t1({
2782
2782
  locale: "en",
2783
2783
  theme: "light"
@@ -2787,16 +2787,16 @@ const le = ({
2787
2787
  width: i = 20,
2788
2788
  height: e = 20,
2789
2789
  color: t = "#001E52",
2790
- className: s,
2791
- onClick: n
2790
+ className: n,
2791
+ onClick: s
2792
2792
  }) => /* @__PURE__ */ r(
2793
2793
  "svg",
2794
2794
  {
2795
2795
  xmlns: "http://www.w3.org/2000/svg",
2796
2796
  width: i,
2797
2797
  height: e,
2798
- className: s,
2799
- onClick: n,
2798
+ className: n,
2799
+ onClick: s,
2800
2800
  viewBox: "0 0 20 20",
2801
2801
  fill: "none",
2802
2802
  children: /* @__PURE__ */ r(
@@ -2814,15 +2814,15 @@ const le = ({
2814
2814
  width: i = 20,
2815
2815
  height: e = 20,
2816
2816
  color: t = L.GREY_DARK_5,
2817
- className: s,
2818
- onClick: n
2817
+ className: n,
2818
+ onClick: s
2819
2819
  }) => /* @__PURE__ */ u(
2820
2820
  "svg",
2821
2821
  {
2822
2822
  width: i,
2823
2823
  height: e,
2824
- className: s,
2825
- onClick: n,
2824
+ className: n,
2825
+ onClick: s,
2826
2826
  viewBox: "0 0 24 25",
2827
2827
  fill: "none",
2828
2828
  xmlns: "http://www.w3.org/2000/svg",
@@ -2854,16 +2854,16 @@ const le = ({
2854
2854
  width: i = 20,
2855
2855
  height: e = 20,
2856
2856
  color: t = "#001E52",
2857
- className: s,
2858
- onClick: n
2857
+ className: n,
2858
+ onClick: s
2859
2859
  }) => /* @__PURE__ */ u(
2860
2860
  "svg",
2861
2861
  {
2862
2862
  xmlns: "http://www.w3.org/2000/svg",
2863
2863
  width: i,
2864
2864
  height: e,
2865
- className: s,
2866
- onClick: n,
2865
+ className: n,
2866
+ onClick: s,
2867
2867
  viewBox: "0 0 20 20",
2868
2868
  fill: "none",
2869
2869
  children: [
@@ -2889,15 +2889,15 @@ const le = ({
2889
2889
  width: i = 20,
2890
2890
  height: e = 20,
2891
2891
  color: t = L.GREY_DARK_5,
2892
- className: s,
2893
- onClick: n
2892
+ className: n,
2893
+ onClick: s
2894
2894
  }) => /* @__PURE__ */ u(
2895
2895
  "svg",
2896
2896
  {
2897
2897
  width: i,
2898
2898
  height: e,
2899
- className: s,
2900
- onClick: n,
2899
+ className: n,
2900
+ onClick: s,
2901
2901
  viewBox: "0 0 25 25",
2902
2902
  fill: "none",
2903
2903
  xmlns: "http://www.w3.org/2000/svg",
@@ -2916,15 +2916,15 @@ const le = ({
2916
2916
  width: i = 20,
2917
2917
  height: e = 20,
2918
2918
  color: t = L.GREY_DARK_5,
2919
- className: s,
2920
- onClick: n
2919
+ className: n,
2920
+ onClick: s
2921
2921
  }) => /* @__PURE__ */ r(
2922
2922
  "svg",
2923
2923
  {
2924
2924
  width: i,
2925
2925
  height: e,
2926
- className: s,
2927
- onClick: n,
2926
+ className: n,
2927
+ onClick: s,
2928
2928
  viewBox: "0 0 25 25",
2929
2929
  fill: "none",
2930
2930
  xmlns: "http://www.w3.org/2000/svg",
@@ -2940,15 +2940,15 @@ const le = ({
2940
2940
  width: i = 20,
2941
2941
  height: e = 20,
2942
2942
  color: t = L.GREY_DARK_5,
2943
- className: s,
2944
- onClick: n
2943
+ className: n,
2944
+ onClick: s
2945
2945
  }) => /* @__PURE__ */ u(
2946
2946
  "svg",
2947
2947
  {
2948
2948
  width: i,
2949
2949
  height: e,
2950
- className: s,
2951
- onClick: n,
2950
+ className: n,
2951
+ onClick: s,
2952
2952
  viewBox: "0 0 25 25",
2953
2953
  fill: "none",
2954
2954
  xmlns: "http://www.w3.org/2000/svg",
@@ -2967,15 +2967,15 @@ const le = ({
2967
2967
  width: i = 20,
2968
2968
  height: e = 20,
2969
2969
  color: t = L.GREY_DARK_5,
2970
- className: s,
2971
- onClick: n
2970
+ className: n,
2971
+ onClick: s
2972
2972
  }) => /* @__PURE__ */ r(
2973
2973
  "svg",
2974
2974
  {
2975
2975
  width: i,
2976
2976
  height: e,
2977
- className: s,
2978
- onClick: n,
2977
+ className: n,
2978
+ onClick: s,
2979
2979
  viewBox: "0 0 25 25",
2980
2980
  fill: "none",
2981
2981
  xmlns: "http://www.w3.org/2000/svg",
@@ -2991,8 +2991,8 @@ const le = ({
2991
2991
  width: i = 20,
2992
2992
  height: e = 20,
2993
2993
  color: t = L.GREY_DARK_5,
2994
- className: s,
2995
- onClick: n
2994
+ className: n,
2995
+ onClick: s
2996
2996
  }) => /* @__PURE__ */ u(
2997
2997
  "svg",
2998
2998
  {
@@ -3001,8 +3001,8 @@ const le = ({
3001
3001
  viewBox: "0 0 24 25",
3002
3002
  fill: "none",
3003
3003
  xmlns: "http://www.w3.org/2000/svg",
3004
- className: s,
3005
- onClick: n,
3004
+ className: n,
3005
+ onClick: s,
3006
3006
  children: [
3007
3007
  /* @__PURE__ */ r(
3008
3008
  "path",
@@ -3038,8 +3038,8 @@ const le = ({
3038
3038
  width: i = 20,
3039
3039
  height: e = 20,
3040
3040
  color: t = L.GREY_DARK_5,
3041
- className: s,
3042
- onClick: n
3041
+ className: n,
3042
+ onClick: s
3043
3043
  }) => /* @__PURE__ */ r(
3044
3044
  "svg",
3045
3045
  {
@@ -3048,8 +3048,8 @@ const le = ({
3048
3048
  viewBox: "0 0 24 25",
3049
3049
  fill: "none",
3050
3050
  xmlns: "http://www.w3.org/2000/svg",
3051
- className: s,
3052
- onClick: n,
3051
+ className: n,
3052
+ onClick: s,
3053
3053
  children: /* @__PURE__ */ r(
3054
3054
  "path",
3055
3055
  {
@@ -3062,8 +3062,8 @@ const le = ({
3062
3062
  width: i = 20,
3063
3063
  height: e = 20,
3064
3064
  color: t = L.GREY_DARK_5,
3065
- className: s,
3066
- onClick: n
3065
+ className: n,
3066
+ onClick: s
3067
3067
  }) => /* @__PURE__ */ r(
3068
3068
  "svg",
3069
3069
  {
@@ -3072,8 +3072,8 @@ const le = ({
3072
3072
  viewBox: "0 0 24 25",
3073
3073
  fill: "none",
3074
3074
  xmlns: "http://www.w3.org/2000/svg",
3075
- className: s,
3076
- onClick: n,
3075
+ className: n,
3076
+ onClick: s,
3077
3077
  children: /* @__PURE__ */ r(
3078
3078
  "path",
3079
3079
  {
@@ -3086,8 +3086,8 @@ const le = ({
3086
3086
  width: i = 20,
3087
3087
  height: e = 20,
3088
3088
  color: t = L.GREY_DARK_5,
3089
- className: s,
3090
- onClick: n
3089
+ className: n,
3090
+ onClick: s
3091
3091
  }) => /* @__PURE__ */ r(
3092
3092
  "svg",
3093
3093
  {
@@ -3096,8 +3096,8 @@ const le = ({
3096
3096
  viewBox: "0 0 24 25",
3097
3097
  fill: "none",
3098
3098
  xmlns: "http://www.w3.org/2000/svg",
3099
- className: s,
3100
- onClick: n,
3099
+ className: n,
3100
+ onClick: s,
3101
3101
  children: /* @__PURE__ */ r(
3102
3102
  "path",
3103
3103
  {
@@ -3110,8 +3110,8 @@ const le = ({
3110
3110
  width: i = 20,
3111
3111
  height: e = 20,
3112
3112
  color: t = L.GREY_DARK_5,
3113
- className: s,
3114
- onClick: n
3113
+ className: n,
3114
+ onClick: s
3115
3115
  }) => /* @__PURE__ */ u(
3116
3116
  "svg",
3117
3117
  {
@@ -3120,8 +3120,8 @@ const le = ({
3120
3120
  viewBox: "0 0 24 25",
3121
3121
  fill: "none",
3122
3122
  xmlns: "http://www.w3.org/2000/svg",
3123
- className: s,
3124
- onClick: n,
3123
+ className: n,
3124
+ onClick: s,
3125
3125
  children: [
3126
3126
  /* @__PURE__ */ r(
3127
3127
  "path",
@@ -3171,8 +3171,8 @@ const le = ({
3171
3171
  width: i = 20,
3172
3172
  height: e = 20,
3173
3173
  color: t = L.GREY_DARK_5,
3174
- className: s,
3175
- onClick: n
3174
+ className: n,
3175
+ onClick: s
3176
3176
  }) => /* @__PURE__ */ u(
3177
3177
  "svg",
3178
3178
  {
@@ -3181,8 +3181,8 @@ const le = ({
3181
3181
  viewBox: "0 0 24 25",
3182
3182
  fill: "none",
3183
3183
  xmlns: "http://www.w3.org/2000/svg",
3184
- className: s,
3185
- onClick: n,
3184
+ className: n,
3185
+ onClick: s,
3186
3186
  children: [
3187
3187
  /* @__PURE__ */ r(
3188
3188
  "path",
@@ -3218,8 +3218,8 @@ const le = ({
3218
3218
  width: i = 20,
3219
3219
  height: e = 20,
3220
3220
  color: t = L.GREY_DARK_5,
3221
- className: s,
3222
- onClick: n
3221
+ className: n,
3222
+ onClick: s
3223
3223
  }) => /* @__PURE__ */ u(
3224
3224
  "svg",
3225
3225
  {
@@ -3228,8 +3228,8 @@ const le = ({
3228
3228
  viewBox: "0 0 24 25",
3229
3229
  fill: "none",
3230
3230
  xmlns: "http://www.w3.org/2000/svg",
3231
- className: s,
3232
- onClick: n,
3231
+ className: n,
3232
+ onClick: s,
3233
3233
  children: [
3234
3234
  /* @__PURE__ */ r(
3235
3235
  "path",
@@ -3258,15 +3258,15 @@ const le = ({
3258
3258
  width: i = 20,
3259
3259
  height: e = 20,
3260
3260
  color: t = L.GREY_DARK_5,
3261
- className: s,
3262
- onClick: n
3261
+ className: n,
3262
+ onClick: s
3263
3263
  }) => /* @__PURE__ */ u(
3264
3264
  "svg",
3265
3265
  {
3266
3266
  width: i,
3267
3267
  height: e,
3268
- className: s,
3269
- onClick: n,
3268
+ className: n,
3269
+ onClick: s,
3270
3270
  viewBox: "0 0 24 25",
3271
3271
  fill: "none",
3272
3272
  xmlns: "http://www.w3.org/2000/svg",
@@ -3298,8 +3298,8 @@ const le = ({
3298
3298
  width: i = 20,
3299
3299
  height: e = 20,
3300
3300
  color: t = L.GREY_DARK_5,
3301
- className: s,
3302
- onClick: n
3301
+ className: n,
3302
+ onClick: s
3303
3303
  }) => /* @__PURE__ */ u(
3304
3304
  "svg",
3305
3305
  {
@@ -3307,8 +3307,8 @@ const le = ({
3307
3307
  height: e,
3308
3308
  viewBox: "0 0 24 25",
3309
3309
  fill: "none",
3310
- className: s,
3311
- onClick: n,
3310
+ className: n,
3311
+ onClick: s,
3312
3312
  xmlns: "http://www.w3.org/2000/svg",
3313
3313
  children: [
3314
3314
  /* @__PURE__ */ r(
@@ -3345,8 +3345,8 @@ const le = ({
3345
3345
  width: i = 20,
3346
3346
  height: e = 20,
3347
3347
  color: t = L.GREY_DARK_5,
3348
- className: s,
3349
- onClick: n
3348
+ className: n,
3349
+ onClick: s
3350
3350
  }) => /* @__PURE__ */ u(
3351
3351
  "svg",
3352
3352
  {
@@ -3354,8 +3354,8 @@ const le = ({
3354
3354
  height: e,
3355
3355
  viewBox: "0 0 24 25",
3356
3356
  fill: "none",
3357
- className: s,
3358
- onClick: n,
3357
+ className: n,
3358
+ onClick: s,
3359
3359
  xmlns: "http://www.w3.org/2000/svg",
3360
3360
  children: [
3361
3361
  /* @__PURE__ */ r(
@@ -3392,8 +3392,8 @@ const le = ({
3392
3392
  width: i = 20,
3393
3393
  height: e = 20,
3394
3394
  color: t = L.GREY_DARK_5,
3395
- className: s,
3396
- onClick: n
3395
+ className: n,
3396
+ onClick: s
3397
3397
  }) => /* @__PURE__ */ u(
3398
3398
  "svg",
3399
3399
  {
@@ -3401,8 +3401,8 @@ const le = ({
3401
3401
  height: e,
3402
3402
  viewBox: "0 0 24 25",
3403
3403
  fill: "none",
3404
- className: s,
3405
- onClick: n,
3404
+ className: n,
3405
+ onClick: s,
3406
3406
  xmlns: "http://www.w3.org/2000/svg",
3407
3407
  children: [
3408
3408
  /* @__PURE__ */ r(
@@ -3439,8 +3439,8 @@ const le = ({
3439
3439
  width: i = 20,
3440
3440
  height: e = 20,
3441
3441
  color: t = L.GREY_DARK_5,
3442
- className: s,
3443
- onClick: n
3442
+ className: n,
3443
+ onClick: s
3444
3444
  }) => /* @__PURE__ */ u(
3445
3445
  "svg",
3446
3446
  {
@@ -3448,8 +3448,8 @@ const le = ({
3448
3448
  height: e,
3449
3449
  viewBox: "0 0 24 25",
3450
3450
  fill: "none",
3451
- className: s,
3452
- onClick: n,
3451
+ className: n,
3452
+ onClick: s,
3453
3453
  xmlns: "http://www.w3.org/2000/svg",
3454
3454
  children: [
3455
3455
  /* @__PURE__ */ r(
@@ -3479,8 +3479,8 @@ const le = ({
3479
3479
  width: i = 20,
3480
3480
  height: e = 20,
3481
3481
  color: t = L.GREY_DARK_5,
3482
- className: s,
3483
- onClick: n
3482
+ className: n,
3483
+ onClick: s
3484
3484
  }) => /* @__PURE__ */ u(
3485
3485
  "svg",
3486
3486
  {
@@ -3488,8 +3488,8 @@ const le = ({
3488
3488
  height: e,
3489
3489
  viewBox: "0 0 24 25",
3490
3490
  fill: "none",
3491
- className: s,
3492
- onClick: n,
3491
+ className: n,
3492
+ onClick: s,
3493
3493
  xmlns: "http://www.w3.org/2000/svg",
3494
3494
  children: [
3495
3495
  /* @__PURE__ */ r(
@@ -3512,8 +3512,8 @@ const le = ({
3512
3512
  width: i = 20,
3513
3513
  height: e = 20,
3514
3514
  color: t = L.GREY_DARK_5,
3515
- className: s,
3516
- onClick: n
3515
+ className: n,
3516
+ onClick: s
3517
3517
  }) => /* @__PURE__ */ u(
3518
3518
  "svg",
3519
3519
  {
@@ -3522,8 +3522,8 @@ const le = ({
3522
3522
  viewBox: "0 0 24 25",
3523
3523
  fill: "none",
3524
3524
  xmlns: "http://www.w3.org/2000/svg",
3525
- className: s,
3526
- onClick: n,
3525
+ className: n,
3526
+ onClick: s,
3527
3527
  children: [
3528
3528
  /* @__PURE__ */ r(
3529
3529
  "path",
@@ -3545,8 +3545,8 @@ const le = ({
3545
3545
  width: i = 20,
3546
3546
  height: e = 20,
3547
3547
  color: t = L.GREY_DARK_5,
3548
- className: s,
3549
- onClick: n
3548
+ className: n,
3549
+ onClick: s
3550
3550
  }) => /* @__PURE__ */ u(
3551
3551
  "svg",
3552
3552
  {
@@ -3554,8 +3554,8 @@ const le = ({
3554
3554
  height: e,
3555
3555
  viewBox: "0 0 24 25",
3556
3556
  fill: "none",
3557
- className: s,
3558
- onClick: n,
3557
+ className: n,
3558
+ onClick: s,
3559
3559
  xmlns: "http://www.w3.org/2000/svg",
3560
3560
  children: [
3561
3561
  /* @__PURE__ */ r(
@@ -3578,8 +3578,8 @@ const le = ({
3578
3578
  width: i = 20,
3579
3579
  height: e = 20,
3580
3580
  color: t = L.GREY_DARK_5,
3581
- className: s,
3582
- onClick: n
3581
+ className: n,
3582
+ onClick: s
3583
3583
  }) => /* @__PURE__ */ u(
3584
3584
  "svg",
3585
3585
  {
@@ -3587,8 +3587,8 @@ const le = ({
3587
3587
  height: e,
3588
3588
  viewBox: "0 0 24 25",
3589
3589
  fill: "none",
3590
- className: s,
3591
- onClick: n,
3590
+ className: n,
3591
+ onClick: s,
3592
3592
  xmlns: "http://www.w3.org/2000/svg",
3593
3593
  children: [
3594
3594
  /* @__PURE__ */ r(
@@ -3607,12 +3607,12 @@ const le = ({
3607
3607
  )
3608
3608
  ]
3609
3609
  }
3610
- ), Ve = ({
3610
+ ), Ae = ({
3611
3611
  width: i = 20,
3612
3612
  height: e = 20,
3613
3613
  color: t = L.GREY_DARK_5,
3614
- className: s,
3615
- onClick: n
3614
+ className: n,
3615
+ onClick: s
3616
3616
  }) => /* @__PURE__ */ u(
3617
3617
  "svg",
3618
3618
  {
@@ -3620,8 +3620,8 @@ const le = ({
3620
3620
  height: e,
3621
3621
  viewBox: "0 0 24 25",
3622
3622
  fill: "none",
3623
- className: s,
3624
- onClick: n,
3623
+ className: n,
3624
+ onClick: s,
3625
3625
  xmlns: "http://www.w3.org/2000/svg",
3626
3626
  children: [
3627
3627
  /* @__PURE__ */ r(
@@ -3647,19 +3647,19 @@ const le = ({
3647
3647
  )
3648
3648
  ]
3649
3649
  }
3650
- ), Ie = ({
3650
+ ), Ve = ({
3651
3651
  width: i = 20,
3652
3652
  height: e = 20,
3653
3653
  color: t = L.GREY_DARK_5,
3654
- className: s,
3655
- onClick: n
3654
+ className: n,
3655
+ onClick: s
3656
3656
  }) => /* @__PURE__ */ u(
3657
3657
  "svg",
3658
3658
  {
3659
3659
  width: i,
3660
3660
  height: e,
3661
- className: s,
3662
- onClick: n,
3661
+ className: n,
3662
+ onClick: s,
3663
3663
  viewBox: "0 0 24 25",
3664
3664
  fill: "none",
3665
3665
  xmlns: "http://www.w3.org/2000/svg",
@@ -3680,12 +3680,12 @@ const le = ({
3680
3680
  )
3681
3681
  ]
3682
3682
  }
3683
- ), Ae = ({
3683
+ ), Ie = ({
3684
3684
  width: i = 20,
3685
3685
  height: e = 20,
3686
3686
  color: t = L.GREY_DARK_5,
3687
- className: s,
3688
- onClick: n
3687
+ className: n,
3688
+ onClick: s
3689
3689
  }) => /* @__PURE__ */ u(
3690
3690
  "svg",
3691
3691
  {
@@ -3693,8 +3693,8 @@ const le = ({
3693
3693
  height: e,
3694
3694
  viewBox: "0 0 24 25",
3695
3695
  fill: "none",
3696
- className: s,
3697
- onClick: n,
3696
+ className: n,
3697
+ onClick: s,
3698
3698
  xmlns: "http://www.w3.org/2000/svg",
3699
3699
  children: [
3700
3700
  /* @__PURE__ */ r(
@@ -3717,15 +3717,15 @@ const le = ({
3717
3717
  width: i = 20,
3718
3718
  height: e = 20,
3719
3719
  color: t = "#070739",
3720
- className: s,
3721
- onClick: n
3720
+ className: n,
3721
+ onClick: s
3722
3722
  }) => /* @__PURE__ */ u(
3723
3723
  "svg",
3724
3724
  {
3725
3725
  width: i,
3726
3726
  height: e,
3727
- className: s,
3728
- onClick: n,
3727
+ className: n,
3728
+ onClick: s,
3729
3729
  viewBox: "0 0 20 20",
3730
3730
  fill: "none",
3731
3731
  xmlns: "http://www.w3.org/2000/svg",
@@ -3747,15 +3747,15 @@ const le = ({
3747
3747
  width: i = 20,
3748
3748
  height: e = 20,
3749
3749
  color: t = "#070739",
3750
- className: s,
3751
- onClick: n
3750
+ className: n,
3751
+ onClick: s
3752
3752
  }) => /* @__PURE__ */ u(
3753
3753
  "svg",
3754
3754
  {
3755
3755
  width: i,
3756
3756
  height: e,
3757
- className: s,
3758
- onClick: n,
3757
+ className: n,
3758
+ onClick: s,
3759
3759
  viewBox: "0 0 20 20",
3760
3760
  fill: "none",
3761
3761
  xmlns: "http://www.w3.org/2000/svg",
@@ -3785,15 +3785,15 @@ const le = ({
3785
3785
  width: i = 9,
3786
3786
  height: e = 5,
3787
3787
  color: t = "#001E52",
3788
- className: s,
3789
- onClick: n
3788
+ className: n,
3789
+ onClick: s
3790
3790
  }) => /* @__PURE__ */ r(
3791
3791
  "svg",
3792
3792
  {
3793
3793
  width: i,
3794
3794
  height: e,
3795
- className: s,
3796
- onClick: n,
3795
+ className: n,
3796
+ onClick: s,
3797
3797
  viewBox: "0 0 9 5",
3798
3798
  fill: "none",
3799
3799
  xmlns: "http://www.w3.org/2000/svg",
@@ -3807,19 +3807,19 @@ const le = ({
3807
3807
  }
3808
3808
  )
3809
3809
  }
3810
- ), De = ({
3810
+ ), Ge = ({
3811
3811
  width: i = 20,
3812
3812
  height: e = 20,
3813
3813
  color: t = "#F2F2F7",
3814
- className: s,
3815
- onClick: n
3814
+ className: n,
3815
+ onClick: s
3816
3816
  }) => /* @__PURE__ */ u(
3817
3817
  "svg",
3818
3818
  {
3819
3819
  width: i,
3820
3820
  height: e,
3821
- className: s,
3822
- onClick: n,
3821
+ className: n,
3822
+ onClick: s,
3823
3823
  viewBox: "0 0 20 20",
3824
3824
  fill: "none",
3825
3825
  xmlns: "http://www.w3.org/2000/svg",
@@ -3836,19 +3836,19 @@ const le = ({
3836
3836
  )
3837
3837
  ]
3838
3838
  }
3839
- ), Ge = ({
3839
+ ), De = ({
3840
3840
  width: i = 20,
3841
3841
  height: e = 20,
3842
3842
  color: t = "#004ED7",
3843
- className: s,
3844
- onClick: n
3843
+ className: n,
3844
+ onClick: s
3845
3845
  }) => /* @__PURE__ */ u(
3846
3846
  "svg",
3847
3847
  {
3848
3848
  width: i,
3849
3849
  height: e,
3850
- className: s,
3851
- onClick: n,
3850
+ className: n,
3851
+ onClick: s,
3852
3852
  viewBox: "0 0 20 20",
3853
3853
  fill: "none",
3854
3854
  xmlns: "http://www.w3.org/2000/svg",
@@ -3869,15 +3869,15 @@ const le = ({
3869
3869
  width: i = 10,
3870
3870
  height: e = 10,
3871
3871
  color: t = "#001E52",
3872
- className: s,
3873
- onClick: n
3872
+ className: n,
3873
+ onClick: s
3874
3874
  }) => /* @__PURE__ */ u(
3875
3875
  "svg",
3876
3876
  {
3877
3877
  width: i,
3878
3878
  height: e,
3879
- className: s,
3880
- onClick: n,
3879
+ className: n,
3880
+ onClick: s,
3881
3881
  viewBox: "0 0 10 10",
3882
3882
  fill: "none",
3883
3883
  xmlns: "http://www.w3.org/2000/svg",
@@ -3898,15 +3898,15 @@ const le = ({
3898
3898
  width: i = 10,
3899
3899
  height: e = 10,
3900
3900
  color: t = "#001E52",
3901
- className: s,
3902
- onClick: n
3901
+ className: n,
3902
+ onClick: s
3903
3903
  }) => /* @__PURE__ */ u(
3904
3904
  "svg",
3905
3905
  {
3906
3906
  width: i,
3907
3907
  height: e,
3908
- className: s,
3909
- onClick: n,
3908
+ className: n,
3909
+ onClick: s,
3910
3910
  viewBox: "0 0 10 10",
3911
3911
  fill: "none",
3912
3912
  xmlns: "http://www.w3.org/2000/svg",
@@ -3935,17 +3935,17 @@ const le = ({
3935
3935
  className: i,
3936
3936
  color: e = L.GREY_DARK_5,
3937
3937
  height: t = 20,
3938
- width: s = 20,
3939
- onClick: n
3938
+ width: n = 20,
3939
+ onClick: s
3940
3940
  }) => /* @__PURE__ */ u(
3941
3941
  "svg",
3942
3942
  {
3943
- width: s,
3943
+ width: n,
3944
3944
  height: t,
3945
3945
  viewBox: "0 0 24 25",
3946
3946
  fill: "none",
3947
3947
  className: i,
3948
- onClick: n,
3948
+ onClick: s,
3949
3949
  xmlns: "http://www.w3.org/2000/svg",
3950
3950
  children: [
3951
3951
  /* @__PURE__ */ r(
@@ -3968,14 +3968,14 @@ const le = ({
3968
3968
  className: i,
3969
3969
  color: e = L.GREY_DARK_5,
3970
3970
  height: t = 20,
3971
- width: s = 20,
3972
- onClick: n
3971
+ width: n = 20,
3972
+ onClick: s
3973
3973
  }) => /* @__PURE__ */ r(
3974
3974
  "svg",
3975
3975
  {
3976
- onClick: n,
3976
+ onClick: s,
3977
3977
  className: i,
3978
- width: s,
3978
+ width: n,
3979
3979
  height: t,
3980
3980
  viewBox: "0 0 8 14",
3981
3981
  fill: "none",
@@ -3995,14 +3995,14 @@ const le = ({
3995
3995
  className: i,
3996
3996
  color: e = L.GREY_DARK_5,
3997
3997
  height: t = 20,
3998
- width: s = 20,
3999
- onClick: n
3998
+ width: n = 20,
3999
+ onClick: s
4000
4000
  }) => /* @__PURE__ */ r(
4001
4001
  "svg",
4002
4002
  {
4003
4003
  className: i,
4004
- onClick: n,
4005
- width: s,
4004
+ onClick: s,
4005
+ width: n,
4006
4006
  height: t,
4007
4007
  viewBox: "0 0 8 14",
4008
4008
  fill: "none",
@@ -4022,14 +4022,14 @@ const le = ({
4022
4022
  className: i,
4023
4023
  color: e = L.GREY_DARK_5,
4024
4024
  height: t = 5,
4025
- width: s = 10,
4026
- onClick: n
4025
+ width: n = 10,
4026
+ onClick: s
4027
4027
  }) => /* @__PURE__ */ r(
4028
4028
  "svg",
4029
4029
  {
4030
4030
  className: i,
4031
- onClick: n,
4032
- width: s,
4031
+ onClick: s,
4032
+ width: n,
4033
4033
  height: t,
4034
4034
  viewBox: "0 0 10 5",
4035
4035
  fill: "none",
@@ -4046,14 +4046,14 @@ const le = ({
4046
4046
  className: i,
4047
4047
  color: e = L.GREY_DARK_5,
4048
4048
  height: t = 5,
4049
- width: s = 10,
4050
- onClick: n
4049
+ width: n = 10,
4050
+ onClick: s
4051
4051
  }) => /* @__PURE__ */ r(
4052
4052
  "svg",
4053
4053
  {
4054
4054
  className: i,
4055
- onClick: n,
4056
- width: s,
4055
+ onClick: s,
4056
+ width: n,
4057
4057
  height: t,
4058
4058
  viewBox: "0 0 10 5",
4059
4059
  fill: "none",
@@ -4071,17 +4071,17 @@ const le = ({
4071
4071
  className: i,
4072
4072
  color: e = L.GREY_DARK_5,
4073
4073
  height: t = 20,
4074
- width: s = 20,
4075
- onClick: n
4074
+ width: n = 20,
4075
+ onClick: s
4076
4076
  }) => /* @__PURE__ */ u(
4077
4077
  "svg",
4078
4078
  {
4079
- width: s,
4079
+ width: n,
4080
4080
  height: t,
4081
4081
  viewBox: "0 0 24 25",
4082
4082
  fill: "none",
4083
4083
  className: i,
4084
- onClick: n,
4084
+ onClick: s,
4085
4085
  xmlns: "http://www.w3.org/2000/svg",
4086
4086
  children: [
4087
4087
  /* @__PURE__ */ r(
@@ -4104,15 +4104,15 @@ const le = ({
4104
4104
  className: i,
4105
4105
  color: e = L.GREY_DARK_5,
4106
4106
  height: t = 24,
4107
- width: s = 24,
4108
- onClick: n
4107
+ width: n = 24,
4108
+ onClick: s
4109
4109
  }) => /* @__PURE__ */ u(
4110
4110
  "svg",
4111
4111
  {
4112
- width: s,
4112
+ width: n,
4113
4113
  height: t,
4114
4114
  className: i,
4115
- onClick: n,
4115
+ onClick: s,
4116
4116
  viewBox: "0 0 24 24",
4117
4117
  fill: "none",
4118
4118
  xmlns: "http://www.w3.org/2000/svg",
@@ -4143,15 +4143,15 @@ const le = ({
4143
4143
  className: i,
4144
4144
  color: e = L.GREY_DARK_5,
4145
4145
  height: t = 24,
4146
- width: s = 24,
4147
- onClick: n
4146
+ width: n = 24,
4147
+ onClick: s
4148
4148
  }) => /* @__PURE__ */ r(
4149
4149
  "svg",
4150
4150
  {
4151
- width: s,
4151
+ width: n,
4152
4152
  height: t,
4153
4153
  className: i,
4154
- onClick: n,
4154
+ onClick: s,
4155
4155
  viewBox: "0 0 24 24",
4156
4156
  fill: "none",
4157
4157
  xmlns: "http://www.w3.org/2000/svg",
@@ -4170,15 +4170,15 @@ const le = ({
4170
4170
  className: i,
4171
4171
  color: e = L.GREY_DARK_5,
4172
4172
  height: t = 24,
4173
- width: s = 24,
4174
- onClick: n
4173
+ width: n = 24,
4174
+ onClick: s
4175
4175
  }) => /* @__PURE__ */ u(
4176
4176
  "svg",
4177
4177
  {
4178
- width: s,
4178
+ width: n,
4179
4179
  height: t,
4180
4180
  className: i,
4181
- onClick: n,
4181
+ onClick: s,
4182
4182
  viewBox: "0 0 24 24",
4183
4183
  fill: "none",
4184
4184
  xmlns: "http://www.w3.org/2000/svg",
@@ -4229,15 +4229,15 @@ const le = ({
4229
4229
  className: i,
4230
4230
  color: e = L.GREY_DARK_5,
4231
4231
  height: t = 24,
4232
- width: s = 24,
4233
- onClick: n
4232
+ width: n = 24,
4233
+ onClick: s
4234
4234
  }) => /* @__PURE__ */ u(
4235
4235
  "svg",
4236
4236
  {
4237
- width: s,
4237
+ width: n,
4238
4238
  height: t,
4239
4239
  className: i,
4240
- onClick: n,
4240
+ onClick: s,
4241
4241
  viewBox: "0 0 24 24",
4242
4242
  fill: "none",
4243
4243
  xmlns: "http://www.w3.org/2000/svg",
@@ -4266,15 +4266,15 @@ const le = ({
4266
4266
  className: i,
4267
4267
  color: e = L.GREY_DARK_3,
4268
4268
  height: t = 14,
4269
- width: s = 14,
4270
- onClick: n
4269
+ width: n = 14,
4270
+ onClick: s
4271
4271
  }) => /* @__PURE__ */ u(
4272
4272
  "svg",
4273
4273
  {
4274
4274
  className: i,
4275
- width: s,
4275
+ width: n,
4276
4276
  height: t,
4277
- onClick: n,
4277
+ onClick: s,
4278
4278
  viewBox: "0 0 14 14",
4279
4279
  fill: "none",
4280
4280
  xmlns: "http://www.w3.org/2000/svg",
@@ -4303,14 +4303,14 @@ const le = ({
4303
4303
  className: i,
4304
4304
  color: e = L.GREY_DARK_5,
4305
4305
  height: t = 18,
4306
- onClick: s,
4307
- width: n = 18
4306
+ onClick: n,
4307
+ width: s = 18
4308
4308
  }) => /* @__PURE__ */ r(
4309
4309
  "svg",
4310
4310
  {
4311
- onClick: s,
4311
+ onClick: n,
4312
4312
  className: i,
4313
- width: n,
4313
+ width: s,
4314
4314
  height: t,
4315
4315
  viewBox: "0 0 20 20",
4316
4316
  fill: "none",
@@ -4330,14 +4330,14 @@ const le = ({
4330
4330
  className: i,
4331
4331
  color: e = L.GREY_DARK_5,
4332
4332
  height: t = 24,
4333
- width: s = 24,
4334
- onClick: n
4333
+ width: n = 24,
4334
+ onClick: s
4335
4335
  }) => /* @__PURE__ */ u(
4336
4336
  "svg",
4337
4337
  {
4338
- onClick: n,
4338
+ onClick: s,
4339
4339
  className: i,
4340
- width: s,
4340
+ width: n,
4341
4341
  height: t,
4342
4342
  viewBox: "0 0 24 24",
4343
4343
  fill: "none",
@@ -4382,14 +4382,14 @@ const le = ({
4382
4382
  className: i,
4383
4383
  color: e = L.GREY_DARK_5,
4384
4384
  height: t = 24,
4385
- width: s = 24,
4386
- onClick: n
4385
+ width: n = 24,
4386
+ onClick: s
4387
4387
  }) => /* @__PURE__ */ u(
4388
4388
  "svg",
4389
4389
  {
4390
- onClick: n,
4390
+ onClick: s,
4391
4391
  className: i,
4392
- width: s,
4392
+ width: n,
4393
4393
  height: t,
4394
4394
  viewBox: "0 0 24 24",
4395
4395
  fill: "none",
@@ -4419,14 +4419,14 @@ const le = ({
4419
4419
  className: i,
4420
4420
  color: e = L.NOTIFICATION_WARNING_DARK,
4421
4421
  height: t = 37,
4422
- width: s = 36,
4423
- onClick: n
4422
+ width: n = 36,
4423
+ onClick: s
4424
4424
  }) => /* @__PURE__ */ u(
4425
4425
  "svg",
4426
4426
  {
4427
- onClick: n,
4427
+ onClick: s,
4428
4428
  className: i,
4429
- width: s,
4429
+ width: n,
4430
4430
  height: t,
4431
4431
  viewBox: "0 0 36 37",
4432
4432
  fill: "none",
@@ -4458,14 +4458,14 @@ const le = ({
4458
4458
  className: i,
4459
4459
  color: e = L.GREY_DARK_5,
4460
4460
  height: t = 24,
4461
- width: s = 24,
4462
- onClick: n
4461
+ width: n = 24,
4462
+ onClick: s
4463
4463
  }) => /* @__PURE__ */ r(
4464
4464
  "svg",
4465
4465
  {
4466
- onClick: n,
4466
+ onClick: s,
4467
4467
  className: i,
4468
- width: s,
4468
+ width: n,
4469
4469
  height: t,
4470
4470
  viewBox: "0 0 24 24",
4471
4471
  fill: "none",
@@ -4480,18 +4480,18 @@ const le = ({
4480
4480
  }
4481
4481
  )
4482
4482
  }
4483
- ), s7 = ({
4483
+ ), n7 = ({
4484
4484
  className: i,
4485
4485
  color: e = L.GREY_DARK_5,
4486
4486
  height: t = 24,
4487
- width: s = 24,
4488
- onClick: n
4487
+ width: n = 24,
4488
+ onClick: s
4489
4489
  }) => /* @__PURE__ */ u(
4490
4490
  "svg",
4491
4491
  {
4492
- onClick: n,
4492
+ onClick: s,
4493
4493
  className: i,
4494
- width: s,
4494
+ width: n,
4495
4495
  height: t,
4496
4496
  viewBox: "0 0 24 24",
4497
4497
  fill: "none",
@@ -4519,18 +4519,18 @@ const le = ({
4519
4519
  )
4520
4520
  ]
4521
4521
  }
4522
- ), n7 = ({
4522
+ ), s7 = ({
4523
4523
  className: i,
4524
4524
  color: e = L.GREY_DARK_5,
4525
4525
  height: t = 20,
4526
- width: s = 20,
4527
- onClick: n
4526
+ width: n = 20,
4527
+ onClick: s
4528
4528
  }) => /* @__PURE__ */ u(
4529
4529
  "svg",
4530
4530
  {
4531
- onClick: n,
4531
+ onClick: s,
4532
4532
  className: i,
4533
- width: s,
4533
+ width: n,
4534
4534
  height: t,
4535
4535
  viewBox: "0 0 24 25",
4536
4536
  fill: "none",
@@ -4556,14 +4556,14 @@ const le = ({
4556
4556
  className: i,
4557
4557
  color: e = L.GREY_DARK_5,
4558
4558
  height: t = 24,
4559
- width: s = 24,
4560
- onClick: n
4559
+ width: n = 24,
4560
+ onClick: s
4561
4561
  }) => /* @__PURE__ */ u(
4562
4562
  "svg",
4563
4563
  {
4564
- onClick: n,
4564
+ onClick: s,
4565
4565
  className: i,
4566
- width: s,
4566
+ width: n,
4567
4567
  height: t,
4568
4568
  viewBox: "0 0 24 24",
4569
4569
  fill: "none",
@@ -4625,14 +4625,14 @@ const le = ({
4625
4625
  className: i,
4626
4626
  color: e = L.GREY_DARK_5,
4627
4627
  height: t = 24,
4628
- width: s = 24,
4629
- onClick: n
4628
+ width: n = 24,
4629
+ onClick: s
4630
4630
  }) => /* @__PURE__ */ u(
4631
4631
  "svg",
4632
4632
  {
4633
- onClick: n,
4633
+ onClick: s,
4634
4634
  className: i,
4635
- width: s,
4635
+ width: n,
4636
4636
  height: t,
4637
4637
  viewBox: "0 0 24 24",
4638
4638
  fill: "none",
@@ -4682,14 +4682,14 @@ const le = ({
4682
4682
  className: i,
4683
4683
  color: e = L.GREY_DARK_5,
4684
4684
  height: t = 24,
4685
- width: s = 24,
4686
- onClick: n
4685
+ width: n = 24,
4686
+ onClick: s
4687
4687
  }) => /* @__PURE__ */ u(
4688
4688
  "svg",
4689
4689
  {
4690
- onClick: n,
4690
+ onClick: s,
4691
4691
  className: i,
4692
- width: s,
4692
+ width: n,
4693
4693
  height: t,
4694
4694
  viewBox: "0 0 24 24",
4695
4695
  fill: "none",
@@ -4731,14 +4731,14 @@ const le = ({
4731
4731
  className: i,
4732
4732
  color: e = L.GREY_DARK_5,
4733
4733
  height: t = 24,
4734
- width: s = 24,
4735
- onClick: n
4734
+ width: n = 24,
4735
+ onClick: s
4736
4736
  }) => /* @__PURE__ */ r(
4737
4737
  "svg",
4738
4738
  {
4739
- onClick: n,
4739
+ onClick: s,
4740
4740
  className: i,
4741
- width: s,
4741
+ width: n,
4742
4742
  height: t,
4743
4743
  viewBox: "0 0 24 24",
4744
4744
  fill: "none",
@@ -4758,14 +4758,14 @@ const le = ({
4758
4758
  className: i,
4759
4759
  color: e = L.GREY_DARK_5,
4760
4760
  height: t = 20,
4761
- width: s = 20,
4762
- onClick: n
4761
+ width: n = 20,
4762
+ onClick: s
4763
4763
  }) => /* @__PURE__ */ u(
4764
4764
  "svg",
4765
4765
  {
4766
- onClick: n,
4766
+ onClick: s,
4767
4767
  className: i,
4768
- width: s,
4768
+ width: n,
4769
4769
  height: t,
4770
4770
  viewBox: "0 0 20 20",
4771
4771
  fill: "none",
@@ -4787,18 +4787,18 @@ const le = ({
4787
4787
  className: i,
4788
4788
  color: e = "#001E52",
4789
4789
  height: t = 24,
4790
- width: s = 24,
4791
- onClick: n
4790
+ width: n = 24,
4791
+ onClick: s
4792
4792
  }) => /* @__PURE__ */ r(
4793
4793
  "svg",
4794
4794
  {
4795
4795
  width: t,
4796
- height: s,
4796
+ height: n,
4797
4797
  viewBox: "0 0 24 24",
4798
4798
  xmlns: "http://www.w3.org/2000/svg",
4799
4799
  fill: "none",
4800
4800
  className: i,
4801
- onClick: n,
4801
+ onClick: s,
4802
4802
  children: /* @__PURE__ */ r(
4803
4803
  "path",
4804
4804
  {
@@ -4813,14 +4813,14 @@ const le = ({
4813
4813
  className: i,
4814
4814
  color: e = "#001E52",
4815
4815
  height: t = 24,
4816
- width: s = 24,
4817
- onClick: n
4816
+ width: n = 24,
4817
+ onClick: s
4818
4818
  }) => /* @__PURE__ */ r(
4819
4819
  "svg",
4820
4820
  {
4821
- onClick: n,
4821
+ onClick: s,
4822
4822
  className: i,
4823
- width: s,
4823
+ width: n,
4824
4824
  height: t,
4825
4825
  fill: e,
4826
4826
  version: "1.1",
@@ -4851,15 +4851,15 @@ const le = ({
4851
4851
  width: i = 20,
4852
4852
  height: e = 20,
4853
4853
  color: t = L.GREY_DARK_5,
4854
- className: s,
4855
- onClick: n
4854
+ className: n,
4855
+ onClick: s
4856
4856
  }) => /* @__PURE__ */ r(
4857
4857
  "svg",
4858
4858
  {
4859
4859
  width: i,
4860
4860
  height: e,
4861
- onClick: n,
4862
- className: s,
4861
+ onClick: s,
4862
+ className: n,
4863
4863
  viewBox: "0 0 24 24",
4864
4864
  fill: "none",
4865
4865
  xmlns: "http://www.w3.org/2000/svg",
@@ -4875,8 +4875,8 @@ const le = ({
4875
4875
  width: i = 24,
4876
4876
  height: e = 24,
4877
4877
  color: t = "#131314",
4878
- className: s,
4879
- onClick: n
4878
+ className: n,
4879
+ onClick: s
4880
4880
  }) => /* @__PURE__ */ u(
4881
4881
  "svg",
4882
4882
  {
@@ -4884,8 +4884,8 @@ const le = ({
4884
4884
  height: e,
4885
4885
  viewBox: "0 0 24 24",
4886
4886
  fill: "none",
4887
- className: s,
4888
- onClick: n,
4887
+ className: n,
4888
+ onClick: s,
4889
4889
  xmlns: "http://www.w3.org/2000/svg",
4890
4890
  children: [
4891
4891
  /* @__PURE__ */ r(
@@ -4908,15 +4908,15 @@ const le = ({
4908
4908
  width: i = 20,
4909
4909
  height: e = 20,
4910
4910
  color: t = L.GREY_DARK_5,
4911
- className: s,
4912
- onClick: n
4911
+ className: n,
4912
+ onClick: s
4913
4913
  }) => /* @__PURE__ */ u(
4914
4914
  "svg",
4915
4915
  {
4916
4916
  width: i,
4917
4917
  height: e,
4918
- className: s,
4919
- onClick: n,
4918
+ className: n,
4919
+ onClick: s,
4920
4920
  viewBox: "0 0 24 24",
4921
4921
  fill: "none",
4922
4922
  xmlns: "http://www.w3.org/2000/svg",
@@ -4941,8 +4941,8 @@ const le = ({
4941
4941
  width: i = 24,
4942
4942
  height: e = 24,
4943
4943
  color: t = L.GREY_DARK_2,
4944
- className: s,
4945
- onClick: n
4944
+ className: n,
4945
+ onClick: s
4946
4946
  }) => /* @__PURE__ */ u(
4947
4947
  "svg",
4948
4948
  {
@@ -4951,8 +4951,8 @@ const le = ({
4951
4951
  viewBox: "0 0 24 24",
4952
4952
  fill: "none",
4953
4953
  xmlns: "http://www.w3.org/2000/svg",
4954
- className: s,
4955
- onClick: n,
4954
+ className: n,
4955
+ onClick: s,
4956
4956
  children: [
4957
4957
  /* @__PURE__ */ r(
4958
4958
  "path",
@@ -4981,8 +4981,8 @@ const le = ({
4981
4981
  width: i = 24,
4982
4982
  height: e = 24,
4983
4983
  color: t = L.GREY_DARK_2,
4984
- className: s,
4985
- onClick: n
4984
+ className: n,
4985
+ onClick: s
4986
4986
  }) => /* @__PURE__ */ r(
4987
4987
  "svg",
4988
4988
  {
@@ -4991,8 +4991,8 @@ const le = ({
4991
4991
  viewBox: "0 0 24 24",
4992
4992
  fill: "none",
4993
4993
  xmlns: "http://www.w3.org/2000/svg",
4994
- className: s,
4995
- onClick: n,
4994
+ className: n,
4995
+ onClick: s,
4996
4996
  children: /* @__PURE__ */ r(
4997
4997
  "path",
4998
4998
  {
@@ -5008,8 +5008,8 @@ const le = ({
5008
5008
  width: i = 24,
5009
5009
  height: e = 24,
5010
5010
  color: t = L.GREY_DARK_2,
5011
- className: s,
5012
- onClick: n
5011
+ className: n,
5012
+ onClick: s
5013
5013
  }) => /* @__PURE__ */ r(
5014
5014
  "svg",
5015
5015
  {
@@ -5018,8 +5018,8 @@ const le = ({
5018
5018
  viewBox: "0 0 24 24",
5019
5019
  fill: "none",
5020
5020
  xmlns: "http://www.w3.org/2000/svg",
5021
- className: s,
5022
- onClick: n,
5021
+ className: n,
5022
+ onClick: s,
5023
5023
  children: /* @__PURE__ */ r(
5024
5024
  "path",
5025
5025
  {
@@ -5035,19 +5035,19 @@ const le = ({
5035
5035
  name: i,
5036
5036
  width: e,
5037
5037
  height: t,
5038
- color: s,
5039
- className: n,
5038
+ color: n,
5039
+ className: s,
5040
5040
  disabled: o = !1,
5041
5041
  onClick: c
5042
5042
  }) => {
5043
- const [a, C] = I(n), { theme: d } = Q(t2), l = o ? d && d === "dark" ? L.GREY_LIGHT_4 : L.GREY_DARK_1 : s, h = o ? void 0 : c;
5044
- return A(() => {
5045
- if (n) {
5046
- h && !o && C(`${n} clickable`);
5043
+ const [a, C] = V(s), { theme: d } = Q(t2), l = o ? d && d === "dark" ? L.GREY_LIGHT_4 : L.GREY_DARK_1 : n, h = o ? void 0 : c;
5044
+ return I(() => {
5045
+ if (s) {
5046
+ h && !o && C(`${s} clickable`);
5047
5047
  return;
5048
5048
  }
5049
5049
  h && !o && C("clickable");
5050
- }, [h, n, o]), /* @__PURE__ */ r(U, { children: (() => {
5050
+ }, [h, s, o]), /* @__PURE__ */ r(U, { children: (() => {
5051
5051
  switch (i) {
5052
5052
  case "nextIcon":
5053
5053
  return Ye({ width: e, height: t, color: l, className: a, onClick: h });
@@ -5104,11 +5104,11 @@ const le = ({
5104
5104
  case "trash":
5105
5105
  return Ee({ width: e, height: t, color: l, className: a, onClick: h });
5106
5106
  case "settings2":
5107
- return Ve({ width: e, height: t, color: l, className: a, onClick: h });
5107
+ return Ae({ width: e, height: t, color: l, className: a, onClick: h });
5108
5108
  case "checkCircle":
5109
- return Ie({ width: e, height: t, color: l, className: a, onClick: h });
5109
+ return Ve({ width: e, height: t, color: l, className: a, onClick: h });
5110
5110
  case "cancelCircle":
5111
- return Ae({ width: e, height: t, color: l, className: a, onClick: h });
5111
+ return Ie({ width: e, height: t, color: l, className: a, onClick: h });
5112
5112
  case "visibilityIcon":
5113
5113
  return Ze({
5114
5114
  width: e,
@@ -5134,7 +5134,7 @@ const le = ({
5134
5134
  onClick: h
5135
5135
  });
5136
5136
  case "expandArrowIcon":
5137
- return De({
5137
+ return Ge({
5138
5138
  width: e,
5139
5139
  height: t,
5140
5140
  color: l,
@@ -5142,7 +5142,7 @@ const le = ({
5142
5142
  onClick: h
5143
5143
  });
5144
5144
  case "expandActiveArrowIcon":
5145
- return Ge({
5145
+ return De({
5146
5146
  width: e,
5147
5147
  height: t,
5148
5148
  color: l,
@@ -5190,9 +5190,9 @@ const le = ({
5190
5190
  case "back":
5191
5191
  return i7({ width: e, height: t, color: l, className: a, onClick: h });
5192
5192
  case "bell":
5193
- return s7({ width: e, height: t, color: l, className: a, onClick: h });
5194
- case "copy":
5195
5193
  return n7({ width: e, height: t, color: l, className: a, onClick: h });
5194
+ case "copy":
5195
+ return s7({ width: e, height: t, color: l, className: a, onClick: h });
5196
5196
  case "contract":
5197
5197
  return r7({ width: e, height: t, color: l, className: a, onClick: h });
5198
5198
  case "resourceManager":
@@ -5224,7 +5224,7 @@ const le = ({
5224
5224
  }
5225
5225
  })() });
5226
5226
  };
5227
- var o1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_LIGHT_2 = "var(--purple-light-2)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i.CYAN_LIGHT = "var(--cyan-light)", i.GOLD_LIGHT = "var(--gold-light)", i))(o1 || {});
5227
+ var o1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_0_5 = "var(--grey-light-0-5)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_0_5 = "var(--blue-light-0-5)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.BLUE_DARK_3 = "var(--blue-dark-3)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.CYAN_LIGHT = "var(--cyan-light)", i.CYAN_DARK = "var(--cyan-dark)", i.MAGENTA_LIGHT = "var(--magenta-light)", i.MAGENTA_DARK = "var(--magenta-dark)", i.GOLD_LIGHT = "var(--gold-light)", i.GOLD_DARK = "var(--gold-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(o1 || {});
5228
5228
  const L7 = t1({
5229
5229
  locale: "en",
5230
5230
  theme: "light"
@@ -5234,12 +5234,12 @@ const i2 = ({
5234
5234
  children: i,
5235
5235
  width: e,
5236
5236
  size: t = "small",
5237
- onClose: s,
5238
- closable: n = !0,
5237
+ onClose: n,
5238
+ closable: s = !0,
5239
5239
  disabled: o = !1
5240
5240
  }) => {
5241
5241
  const c = t === "small" ? 10 : 12.5, a = () => {
5242
- o || s == null || s();
5242
+ o || n == null || n();
5243
5243
  };
5244
5244
  return /* @__PURE__ */ r(
5245
5245
  f2,
@@ -5257,7 +5257,7 @@ const i2 = ({
5257
5257
  ),
5258
5258
  bordered: !1,
5259
5259
  style: { width: e ?? "fit-content" },
5260
- closable: n,
5260
+ closable: s,
5261
5261
  children: typeof i == "string" ? /* @__PURE__ */ r(
5262
5262
  ae,
5263
5263
  {
@@ -5278,8 +5278,8 @@ const i2 = ({
5278
5278
  align: i = "inherit",
5279
5279
  variant: e = "body1",
5280
5280
  color: t,
5281
- children: s,
5282
- onClick: n,
5281
+ children: n,
5282
+ onClick: s,
5283
5283
  collapsed: o,
5284
5284
  whiteSpace: c = "normal",
5285
5285
  /** This prop allows you to enable tooltip if text size is too big */
@@ -5287,8 +5287,8 @@ const i2 = ({
5287
5287
  }, C) => {
5288
5288
  const d = W(null);
5289
5289
  H1(C, () => d.current);
5290
- const [l, h] = I(!1);
5291
- A(() => {
5290
+ const [l, h] = V(!1);
5291
+ I(() => {
5292
5292
  var v;
5293
5293
  if (!a) return;
5294
5294
  const f = () => {
@@ -5306,38 +5306,38 @@ const i2 = ({
5306
5306
  const k = {
5307
5307
  className: p,
5308
5308
  style: { color: t, whiteSpace: a ? "nowrap" : c, display: a ? "block" : "" },
5309
- onClick: n,
5309
+ onClick: s,
5310
5310
  ref: d,
5311
5311
  ellipsis: a && l ? {
5312
5312
  tooltip: {
5313
- title: s,
5313
+ title: n,
5314
5314
  overlayClassName: "snmt-tooltip"
5315
5315
  }
5316
5316
  } : void 0
5317
5317
  };
5318
- return g ? /* @__PURE__ */ r(k7, { level: N7[e], ...k, children: s }) : /* @__PURE__ */ r(v7, { ...k, children: s });
5318
+ return g ? /* @__PURE__ */ r(k7, { level: N7[e], ...k, children: n }) : /* @__PURE__ */ r(v7, { ...k, children: n });
5319
5319
  }
5320
5320
  ), x7 = ({
5321
5321
  children: i,
5322
5322
  content: e,
5323
5323
  isOpen: t,
5324
- setIsOpen: s,
5325
- placement: n = "topRight",
5324
+ setIsOpen: n,
5325
+ placement: s = "topRight",
5326
5326
  noPadding: o = !1,
5327
5327
  trigger: c = "click"
5328
5328
  }) => {
5329
- const [a, C] = I(!1);
5329
+ const [a, C] = V(!1);
5330
5330
  return /* @__PURE__ */ r(
5331
5331
  k2,
5332
5332
  {
5333
5333
  content: e,
5334
5334
  arrow: !1,
5335
- placement: n,
5335
+ placement: s,
5336
5336
  trigger: c,
5337
5337
  overlayClassName: `snmt-popover ${o ? "" : "padding"}`,
5338
5338
  open: t ?? a,
5339
5339
  onOpenChange: (d) => {
5340
- C(d), s == null || s(d);
5340
+ C(d), n == null || n(d);
5341
5341
  },
5342
5342
  children: /* @__PURE__ */ r("div", { className: "wrapper", children: i })
5343
5343
  }
@@ -5345,12 +5345,12 @@ const i2 = ({
5345
5345
  };
5346
5346
  var _7 = { exports: {} };
5347
5347
  (function(i, e) {
5348
- (function(t, s) {
5349
- i.exports = s();
5348
+ (function(t, n) {
5349
+ i.exports = n();
5350
5350
  })(x2, function() {
5351
5351
  return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t) {
5352
- var s = ["th", "st", "nd", "rd"], n = t % 100;
5353
- return "[" + t + (s[(n - 20) % 10] || s[n] || s[0]) + "]";
5352
+ var n = ["th", "st", "nd", "rd"], s = t % 100;
5353
+ return "[" + t + (n[(s - 20) % 10] || n[s] || n[0]) + "]";
5354
5354
  } };
5355
5355
  });
5356
5356
  })(_7);
@@ -5358,13 +5358,13 @@ const M7 = ({
5358
5358
  values: i,
5359
5359
  onTagClose: e,
5360
5360
  maxWidth: t,
5361
- closable: s = !0,
5362
- disabled: n,
5361
+ closable: n = !0,
5362
+ disabled: s,
5363
5363
  options: o,
5364
5364
  extraOptions: c
5365
5365
  }) => {
5366
- const { locale: a } = Q(E1), { t: C } = B2("common", { lng: a }), [d, l] = I(!1);
5367
- if (A(() => {
5366
+ const { locale: a } = Q(E1), { t: C } = B2("common", { lng: a }), [d, l] = V(!1);
5367
+ if (I(() => {
5368
5368
  i.length || l(!1);
5369
5369
  }, [i]), !i.length)
5370
5370
  return null;
@@ -5381,8 +5381,8 @@ const M7 = ({
5381
5381
  i2,
5382
5382
  {
5383
5383
  onClose: () => e(g),
5384
- closable: s,
5385
- disabled: n,
5384
+ closable: n,
5385
+ disabled: s,
5386
5386
  children: h(g)
5387
5387
  },
5388
5388
  g
@@ -5402,21 +5402,21 @@ const M7 = ({
5402
5402
  small: 20,
5403
5403
  medium: 28,
5404
5404
  large: 48
5405
- }, D1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
5406
- const t = b7[i], s = `no-repeat linear-gradient(${e}
5407
- calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
5405
+ }, G1 = ({ size: i = "medium", color: e = "#004ed7" }) => {
5406
+ const t = b7[i], n = `no-repeat linear-gradient(${e}
5407
+ calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, s = {
5408
5408
  width: t,
5409
- background: `${s} 0% 100%, ${s} 50% 100%, ${s} 100% 100%`,
5409
+ background: `${n} 0% 100%, ${n} 50% 100%, ${n} 100% 100%`,
5410
5410
  backgroundSize: "20% calc(200% + 20px)"
5411
5411
  };
5412
- return /* @__PURE__ */ r("span", { className: "snmt-loader", style: n });
5412
+ return /* @__PURE__ */ r("span", { className: "snmt-loader", style: s });
5413
5413
  }, y7 = h1(
5414
5414
  ({
5415
5415
  value: i,
5416
5416
  onChange: e,
5417
5417
  placeholder: t,
5418
- mode: s,
5419
- search: n = !1,
5418
+ mode: n,
5419
+ search: s = !1,
5420
5420
  options: o,
5421
5421
  width: c,
5422
5422
  disabled: a = !1,
@@ -5435,12 +5435,12 @@ const M7 = ({
5435
5435
  readOnly: m,
5436
5436
  error: M
5437
5437
  }, R) => {
5438
- const [x, G] = I(!1), [Y, i1] = I(!1), [$, c1] = I(!0), [V, P] = I(i), F = W(null);
5439
- A(() => {
5438
+ const [x, D] = V(!1), [Y, i1] = V(!1), [$, c1] = V(!0), [A, P] = V(i), F = W(null);
5439
+ I(() => {
5440
5440
  P(i);
5441
5441
  }, [i]);
5442
5442
  const q = (_) => {
5443
- G(_), g && g(_);
5443
+ D(_), g && g(_);
5444
5444
  }, d1 = (_, H) => {
5445
5445
  var T;
5446
5446
  return !!((T = H == null ? void 0 : H.label) != null && T.toString().toLowerCase().includes(_.toLowerCase()));
@@ -5450,7 +5450,7 @@ const M7 = ({
5450
5450
  i1(!1);
5451
5451
  }, S = K(
5452
5452
  (_) => {
5453
- if (P(_), s) {
5453
+ if (P(_), n) {
5454
5454
  const T = _;
5455
5455
  e == null || e(T);
5456
5456
  return;
@@ -5458,28 +5458,28 @@ const M7 = ({
5458
5458
  const H = _;
5459
5459
  e == null || e(H);
5460
5460
  },
5461
- [s, e]
5461
+ [n, e]
5462
5462
  ), C1 = K(() => {
5463
5463
  if (!(m || a)) {
5464
- if (s) {
5464
+ if (n) {
5465
5465
  S([]);
5466
5466
  return;
5467
5467
  }
5468
5468
  S("");
5469
5469
  }
5470
- }, [a, S, s, m]), g1 = K(
5470
+ }, [a, S, n, m]), g1 = K(
5471
5471
  (_) => {
5472
- const H = V.filter((T) => T !== _);
5472
+ const H = A.filter((T) => T !== _);
5473
5473
  S(H), P(H);
5474
5474
  },
5475
- [S, V]
5476
- ), V1 = K(
5477
- (_) => (V == null ? void 0 : V.indexOf(_)) === 0 ? (
5475
+ [S, A]
5476
+ ), A1 = K(
5477
+ (_) => (A == null ? void 0 : A.indexOf(_)) === 0 ? (
5478
5478
  // if the search input is empty
5479
5479
  // then display the placeholder, else do not display it
5480
5480
  /* @__PURE__ */ r("span", { className: "custom-placeholder", children: $ ? t : "" })
5481
5481
  ) : /* @__PURE__ */ r(U, {}),
5482
- [$, V, t]
5482
+ [$, A, t]
5483
5483
  ), l2 = (_) => {
5484
5484
  _.preventDefault(), _.stopPropagation();
5485
5485
  }, h2 = async (_) => {
@@ -5511,15 +5511,15 @@ const M7 = ({
5511
5511
  },
5512
5512
  [a, f, g1, o, m]
5513
5513
  ), d2 = K(
5514
- ({ label: _, value: H, mode: T }) => T === "filter" ? V1(H) : /* @__PURE__ */ r("div", { onMouseDown: l2, className: "tag-wrapper", children: /* @__PURE__ */ r(i2, { onClose: () => g1(H), disabled: a, children: typeof _ == "object" ? _ : k1(H) }) }),
5515
- [a, k1, g1, V1]
5516
- ), I1 = Array.isArray(V) && V.length > 0 || !!V && typeof V == "string" && V.trim() !== "";
5514
+ ({ label: _, value: H, mode: T }) => T === "filter" ? A1(H) : /* @__PURE__ */ r("div", { onMouseDown: l2, className: "tag-wrapper", children: /* @__PURE__ */ r(i2, { onClose: () => g1(H), disabled: a, children: typeof _ == "object" ? _ : k1(H) }) }),
5515
+ [a, k1, g1, A1]
5516
+ ), V1 = Array.isArray(A) && A.length > 0 || !!A && typeof A == "string" && A.trim() !== "";
5517
5517
  return /* @__PURE__ */ u("div", { className: "snmt-select-container", children: [
5518
5518
  /* @__PURE__ */ u(
5519
5519
  "div",
5520
5520
  {
5521
5521
  className: `snmt-select-1-15-6 ${Y ? "snmt-select-focused" : ""}
5522
- ${s ? "" : "snmt-select-single"} ${m ? "snmt-select-read-only" : ""}`,
5522
+ ${n ? "" : "snmt-select-single"} ${m ? "snmt-select-read-only" : ""}`,
5523
5523
  ref: F,
5524
5524
  style: { width: c },
5525
5525
  children: [
@@ -5530,16 +5530,16 @@ const M7 = ({
5530
5530
  popupClassName: m ? "dropdown-read-only" : "",
5531
5531
  id: v,
5532
5532
  ref: R,
5533
- showSearch: !!n,
5534
- filterOption: n && d1,
5533
+ showSearch: !!s,
5534
+ filterOption: s && d1,
5535
5535
  onDropdownVisibleChange: q,
5536
5536
  disabled: a,
5537
- value: V || void 0,
5537
+ value: A || void 0,
5538
5538
  labelRender: (_) => {
5539
5539
  const H = k1(_.value);
5540
- return a ? /* @__PURE__ */ r("span", { style: { color: D.GREY_DARK_1 }, children: H }) : H;
5540
+ return a ? /* @__PURE__ */ r("span", { style: { color: G.GREY_DARK_1 }, children: H }) : H;
5541
5541
  },
5542
- mode: s === "filter" ? "multiple" : s,
5542
+ mode: n === "filter" ? "multiple" : n,
5543
5543
  onChange: S,
5544
5544
  onFocus: O,
5545
5545
  onBlur: j,
@@ -5548,13 +5548,13 @@ const M7 = ({
5548
5548
  },
5549
5549
  onSelect: () => c1(!0),
5550
5550
  onDeselect: () => c1(!0),
5551
- tagRender: (_) => d2({ ..._, mode: s }),
5551
+ tagRender: (_) => d2({ ..._, mode: n }),
5552
5552
  maxTagCount: "responsive",
5553
5553
  maxTagPlaceholder: c2,
5554
5554
  onPopupScroll: h2,
5555
- prefix: E && /* @__PURE__ */ r(D1, { size: "small" }),
5556
- suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: s !== "filter" && /* @__PURE__ */ u(U, { children: [
5557
- V && !!V.length && (s || d) && /* @__PURE__ */ r(
5555
+ prefix: E && /* @__PURE__ */ r(G1, { size: "small" }),
5556
+ suffixIcon: /* @__PURE__ */ r("div", { className: "wrapper-suffix-icon", children: n !== "filter" && /* @__PURE__ */ u(U, { children: [
5557
+ A && !!A.length && (n || d) && /* @__PURE__ */ r(
5558
5558
  "div",
5559
5559
  {
5560
5560
  onClick: C1,
@@ -5562,32 +5562,32 @@ const M7 = ({
5562
5562
  cursor: a ? "not-allowed" : "pointer"
5563
5563
  },
5564
5564
  children: /* @__PURE__ */ r(
5565
- s1,
5565
+ n1,
5566
5566
  {
5567
5567
  name: "cancel",
5568
- color: a ? D.GREY_DARK_1 : D.GREY_DARK_2
5568
+ color: a ? G.GREY_DARK_1 : G.GREY_DARK_2
5569
5569
  }
5570
5570
  )
5571
5571
  }
5572
5572
  ),
5573
5573
  /* @__PURE__ */ r(
5574
- s1,
5574
+ n1,
5575
5575
  {
5576
5576
  name: "selectArrowIcon",
5577
- color: a ? D.GREY_DARK_1 : D.GREY_DARK_5,
5577
+ color: a ? G.GREY_DARK_1 : G.GREY_DARK_5,
5578
5578
  className: x ? "select-arrow-rotated" : "select-arrow",
5579
- onClick: () => G(!x)
5579
+ onClick: () => D(!x)
5580
5580
  }
5581
5581
  )
5582
5582
  ] }) }),
5583
- removeIcon: /* @__PURE__ */ r(s1, { name: "cancelCircle", color: D.GREY_DARK_1 }),
5583
+ removeIcon: /* @__PURE__ */ r(n1, { name: "cancelCircle", color: G.GREY_DARK_1 }),
5584
5584
  options: o,
5585
5585
  optionRender: (_) => b ? b(_.data) : /* @__PURE__ */ u(r1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
5586
5586
  /* @__PURE__ */ u(r1, { alignItems: "center", gap: 12, children: [
5587
- s && /* @__PURE__ */ r(
5587
+ n && /* @__PURE__ */ r(
5588
5588
  W2,
5589
5589
  {
5590
- checked: !!(V != null && V.includes(_.value))
5590
+ checked: !!(A != null && A.includes(_.value))
5591
5591
  }
5592
5592
  ),
5593
5593
  /* @__PURE__ */ u(r1, { alignItems: "center", gap: 8, children: [
@@ -5595,11 +5595,11 @@ const M7 = ({
5595
5595
  /* @__PURE__ */ r("span", { children: _.label })
5596
5596
  ] })
5597
5597
  ] }),
5598
- !s && V === _.value && /* @__PURE__ */ r(s1, { name: "check", color: D.BLUE_DARK_1 })
5598
+ !n && A === _.value && /* @__PURE__ */ r(n1, { name: "check", color: G.BLUE_DARK_1 })
5599
5599
  ] }),
5600
5600
  dropdownRender: (_) => /* @__PURE__ */ u("div", { className: "dropdown-container", children: [
5601
5601
  /* @__PURE__ */ r("div", { className: "dropdown-menu", children: y ? y(_) : _ }),
5602
- E && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(D1, {}) })
5602
+ E && /* @__PURE__ */ r("div", { className: "loading-overlay", children: /* @__PURE__ */ r(G1, {}) })
5603
5603
  ] })
5604
5604
  }
5605
5605
  ),
@@ -5607,14 +5607,14 @@ const M7 = ({
5607
5607
  /* @__PURE__ */ r(
5608
5608
  "label",
5609
5609
  {
5610
- className: `${Y || I1 ? "label-floating" : ""} ${a ? "label-disabled" : ""} ${Y ? "label-focused" : ""} ${E ? "label-loading" : ""} ${M ? "label-error" : ""}`,
5610
+ className: `${Y || V1 ? "label-floating" : ""} ${a ? "label-disabled" : ""} ${Y ? "label-focused" : ""} ${E ? "label-loading" : ""} ${M ? "label-error" : ""}`,
5611
5611
  children: C ? `${t}*` : t
5612
5612
  }
5613
5613
  ),
5614
5614
  /* @__PURE__ */ r(
5615
5615
  "fieldset",
5616
5616
  {
5617
- className: `${Y ? "fieldset-focused" : ""} ${a ? "fieldset-disabled" : ""} ${I1 ? "fieldset-filled" : ""} ${M ? "fieldset-error" : ""}`,
5617
+ className: `${Y ? "fieldset-focused" : ""} ${a ? "fieldset-disabled" : ""} ${V1 ? "fieldset-filled" : ""} ${M ? "fieldset-error" : ""}`,
5618
5618
  children: /* @__PURE__ */ r("legend", { children: /* @__PURE__ */ r("span", { children: C ? `${t}*` : t }) })
5619
5619
  }
5620
5620
  )
@@ -5624,75 +5624,75 @@ const M7 = ({
5624
5624
  ),
5625
5625
  M && /* @__PURE__ */ u(r1, { justifyContent: "flex-start", gap: 6, children: [
5626
5626
  /* @__PURE__ */ r(
5627
- s1,
5627
+ n1,
5628
5628
  {
5629
5629
  name: "attention",
5630
- color: D.NOTIFICATION_ERROR_DARK,
5630
+ color: G.NOTIFICATION_ERROR_DARK,
5631
5631
  height: 16,
5632
5632
  width: 16
5633
5633
  }
5634
5634
  ),
5635
- typeof M == "string" ? /* @__PURE__ */ r(R7, { color: D.NOTIFICATION_ERROR_DARK, variant: "body4", children: M }) : M
5635
+ typeof M == "string" ? /* @__PURE__ */ r(R7, { color: G.NOTIFICATION_ERROR_DARK, variant: "body4", children: M }) : M
5636
5636
  ] })
5637
5637
  ] });
5638
5638
  }
5639
- ), N = (i) => typeof i == "string", n1 = () => {
5639
+ ), N = (i) => typeof i == "string", s1 = () => {
5640
5640
  let i, e;
5641
- const t = new Promise((s, n) => {
5642
- i = s, e = n;
5641
+ const t = new Promise((n, s) => {
5642
+ i = n, e = s;
5643
5643
  });
5644
5644
  return t.resolve = i, t.reject = e, t;
5645
- }, G1 = (i) => i == null ? "" : "" + i, H7 = (i, e, t) => {
5646
- i.forEach((s) => {
5647
- e[s] && (t[s] = e[s]);
5645
+ }, D1 = (i) => i == null ? "" : "" + i, H7 = (i, e, t) => {
5646
+ i.forEach((n) => {
5647
+ e[n] && (t[n] = e[n]);
5648
5648
  });
5649
5649
  }, E7 = /###/g, T1 = (i) => i && i.indexOf("###") > -1 ? i.replace(E7, ".") : i, K1 = (i) => !i || N(i), a1 = (i, e, t) => {
5650
- const s = N(e) ? e.split(".") : e;
5651
- let n = 0;
5652
- for (; n < s.length - 1; ) {
5650
+ const n = N(e) ? e.split(".") : e;
5651
+ let s = 0;
5652
+ for (; s < n.length - 1; ) {
5653
5653
  if (K1(i)) return {};
5654
- const o = T1(s[n]);
5655
- !i[o] && t && (i[o] = new t()), Object.prototype.hasOwnProperty.call(i, o) ? i = i[o] : i = {}, ++n;
5654
+ const o = T1(n[s]);
5655
+ !i[o] && t && (i[o] = new t()), Object.prototype.hasOwnProperty.call(i, o) ? i = i[o] : i = {}, ++s;
5656
5656
  }
5657
5657
  return K1(i) ? {} : {
5658
5658
  obj: i,
5659
- k: T1(s[n])
5659
+ k: T1(n[s])
5660
5660
  };
5661
5661
  }, B1 = (i, e, t) => {
5662
5662
  const {
5663
- obj: s,
5664
- k: n
5663
+ obj: n,
5664
+ k: s
5665
5665
  } = a1(i, e, Object);
5666
- if (s !== void 0 || e.length === 1) {
5667
- s[n] = t;
5666
+ if (n !== void 0 || e.length === 1) {
5667
+ n[s] = t;
5668
5668
  return;
5669
5669
  }
5670
5670
  let o = e[e.length - 1], c = e.slice(0, e.length - 1), a = a1(i, c, Object);
5671
5671
  for (; a.obj === void 0 && c.length; )
5672
5672
  o = `${c[c.length - 1]}.${o}`, c = c.slice(0, c.length - 1), a = a1(i, c, Object), a && a.obj && typeof a.obj[`${a.k}.${o}`] < "u" && (a.obj = void 0);
5673
5673
  a.obj[`${a.k}.${o}`] = t;
5674
- }, V7 = (i, e, t, s) => {
5674
+ }, A7 = (i, e, t, n) => {
5675
5675
  const {
5676
- obj: n,
5676
+ obj: s,
5677
5677
  k: o
5678
5678
  } = a1(i, e, Object);
5679
- n[o] = n[o] || [], n[o].push(t);
5679
+ s[o] = s[o] || [], s[o].push(t);
5680
5680
  }, p1 = (i, e) => {
5681
5681
  const {
5682
5682
  obj: t,
5683
- k: s
5683
+ k: n
5684
5684
  } = a1(i, e);
5685
5685
  if (t)
5686
- return t[s];
5687
- }, I7 = (i, e, t) => {
5688
- const s = p1(i, t);
5689
- return s !== void 0 ? s : p1(e, t);
5690
- }, s2 = (i, e, t) => {
5691
- for (const s in e)
5692
- s !== "__proto__" && s !== "constructor" && (s in i ? N(i[s]) || i[s] instanceof String || N(e[s]) || e[s] instanceof String ? t && (i[s] = e[s]) : s2(i[s], e[s], t) : i[s] = e[s]);
5686
+ return t[n];
5687
+ }, V7 = (i, e, t) => {
5688
+ const n = p1(i, t);
5689
+ return n !== void 0 ? n : p1(e, t);
5690
+ }, n2 = (i, e, t) => {
5691
+ for (const n in e)
5692
+ n !== "__proto__" && n !== "constructor" && (n in i ? N(i[n]) || i[n] instanceof String || N(e[n]) || e[n] instanceof String ? t && (i[n] = e[n]) : n2(i[n], e[n], t) : i[n] = e[n]);
5693
5693
  return i;
5694
5694
  }, X = (i) => i.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
5695
- var A7 = {
5695
+ var I7 = {
5696
5696
  "&": "&amp;",
5697
5697
  "<": "&lt;",
5698
5698
  ">": "&gt;",
@@ -5700,7 +5700,7 @@ var A7 = {
5700
5700
  "'": "&#39;",
5701
5701
  "/": "&#x2F;"
5702
5702
  };
5703
- const Z7 = (i) => N(i) ? i.replace(/[&<>"'\/]/g, (e) => A7[e]) : i;
5703
+ const Z7 = (i) => N(i) ? i.replace(/[&<>"'\/]/g, (e) => I7[e]) : i;
5704
5704
  class O7 {
5705
5705
  constructor(e) {
5706
5706
  this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
@@ -5709,41 +5709,41 @@ class O7 {
5709
5709
  const t = this.regExpMap.get(e);
5710
5710
  if (t !== void 0)
5711
5711
  return t;
5712
- const s = new RegExp(e);
5713
- return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, s), this.regExpQueue.push(e), s;
5712
+ const n = new RegExp(e);
5713
+ return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, n), this.regExpQueue.push(e), n;
5714
5714
  }
5715
5715
  }
5716
- const S7 = [" ", ",", "?", "!", ";"], D7 = new O7(20), G7 = (i, e, t) => {
5716
+ const S7 = [" ", ",", "?", "!", ";"], G7 = new O7(20), D7 = (i, e, t) => {
5717
5717
  e = e || "", t = t || "";
5718
- const s = S7.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
5719
- if (s.length === 0) return !0;
5720
- const n = D7.getRegExp(`(${s.map((c) => c === "?" ? "\\?" : c).join("|")})`);
5721
- let o = !n.test(i);
5718
+ const n = S7.filter((c) => e.indexOf(c) < 0 && t.indexOf(c) < 0);
5719
+ if (n.length === 0) return !0;
5720
+ const s = G7.getRegExp(`(${n.map((c) => c === "?" ? "\\?" : c).join("|")})`);
5721
+ let o = !s.test(i);
5722
5722
  if (!o) {
5723
5723
  const c = i.indexOf(t);
5724
- c > 0 && !n.test(i.substring(0, c)) && (o = !0);
5724
+ c > 0 && !s.test(i.substring(0, c)) && (o = !0);
5725
5725
  }
5726
5726
  return o;
5727
5727
  }, _1 = function(i, e) {
5728
5728
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ".";
5729
5729
  if (!i) return;
5730
5730
  if (i[e]) return i[e];
5731
- const s = e.split(t);
5732
- let n = i;
5733
- for (let o = 0; o < s.length; ) {
5734
- if (!n || typeof n != "object")
5731
+ const n = e.split(t);
5732
+ let s = i;
5733
+ for (let o = 0; o < n.length; ) {
5734
+ if (!s || typeof s != "object")
5735
5735
  return;
5736
5736
  let c, a = "";
5737
- for (let C = o; C < s.length; ++C)
5738
- if (C !== o && (a += t), a += s[C], c = n[a], c !== void 0) {
5739
- if (["string", "number", "boolean"].indexOf(typeof c) > -1 && C < s.length - 1)
5737
+ for (let C = o; C < n.length; ++C)
5738
+ if (C !== o && (a += t), a += n[C], c = s[a], c !== void 0) {
5739
+ if (["string", "number", "boolean"].indexOf(typeof c) > -1 && C < n.length - 1)
5740
5740
  continue;
5741
5741
  o += C - o + 1;
5742
5742
  break;
5743
5743
  }
5744
- n = c;
5744
+ s = c;
5745
5745
  }
5746
- return n;
5746
+ return s;
5747
5747
  }, f1 = (i) => i && i.replace("_", "-"), T7 = {
5748
5748
  type: "logger",
5749
5749
  log(i) {
@@ -5769,27 +5769,27 @@ class m1 {
5769
5769
  this.prefix = t.prefix || "i18next:", this.logger = e || T7, this.options = t, this.debug = t.debug;
5770
5770
  }
5771
5771
  log() {
5772
- for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
5773
- t[s] = arguments[s];
5772
+ for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
5773
+ t[n] = arguments[n];
5774
5774
  return this.forward(t, "log", "", !0);
5775
5775
  }
5776
5776
  warn() {
5777
- for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
5778
- t[s] = arguments[s];
5777
+ for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
5778
+ t[n] = arguments[n];
5779
5779
  return this.forward(t, "warn", "", !0);
5780
5780
  }
5781
5781
  error() {
5782
- for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
5783
- t[s] = arguments[s];
5782
+ for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
5783
+ t[n] = arguments[n];
5784
5784
  return this.forward(t, "error", "");
5785
5785
  }
5786
5786
  deprecate() {
5787
- for (var e = arguments.length, t = new Array(e), s = 0; s < e; s++)
5788
- t[s] = arguments[s];
5787
+ for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++)
5788
+ t[n] = arguments[n];
5789
5789
  return this.forward(t, "warn", "WARNING DEPRECATED: ", !0);
5790
5790
  }
5791
- forward(e, t, s, n) {
5792
- return n && !this.debug ? null : (N(e[0]) && (e[0] = `${s}${this.prefix} ${e[0]}`), this.logger[t](e));
5791
+ forward(e, t, n, s) {
5792
+ return s && !this.debug ? null : (N(e[0]) && (e[0] = `${n}${this.prefix} ${e[0]}`), this.logger[t](e));
5793
5793
  }
5794
5794
  create(e) {
5795
5795
  return new m1(this.logger, {
@@ -5807,10 +5807,10 @@ class L1 {
5807
5807
  this.observers = {};
5808
5808
  }
5809
5809
  on(e, t) {
5810
- return e.split(" ").forEach((s) => {
5811
- this.observers[s] || (this.observers[s] = /* @__PURE__ */ new Map());
5812
- const n = this.observers[s].get(t) || 0;
5813
- this.observers[s].set(t, n + 1);
5810
+ return e.split(" ").forEach((n) => {
5811
+ this.observers[n] || (this.observers[n] = /* @__PURE__ */ new Map());
5812
+ const s = this.observers[n].get(t) || 0;
5813
+ this.observers[n].set(t, s + 1);
5814
5814
  }), this;
5815
5815
  }
5816
5816
  off(e, t) {
@@ -5823,16 +5823,16 @@ class L1 {
5823
5823
  }
5824
5824
  }
5825
5825
  emit(e) {
5826
- for (var t = arguments.length, s = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
5827
- s[n - 1] = arguments[n];
5826
+ for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), s = 1; s < t; s++)
5827
+ n[s - 1] = arguments[s];
5828
5828
  this.observers[e] && Array.from(this.observers[e].entries()).forEach((c) => {
5829
5829
  let [a, C] = c;
5830
5830
  for (let d = 0; d < C; d++)
5831
- a(...s);
5831
+ a(...n);
5832
5832
  }), this.observers["*"] && Array.from(this.observers["*"].entries()).forEach((c) => {
5833
5833
  let [a, C] = c;
5834
5834
  for (let d = 0; d < C; d++)
5835
- a.apply(a, [e, ...s]);
5835
+ a.apply(a, [e, ...n]);
5836
5836
  });
5837
5837
  }
5838
5838
  }
@@ -5851,43 +5851,43 @@ class Y1 extends L1 {
5851
5851
  const t = this.options.ns.indexOf(e);
5852
5852
  t > -1 && this.options.ns.splice(t, 1);
5853
5853
  }
5854
- getResource(e, t, s) {
5855
- let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
5856
- const o = n.keySeparator !== void 0 ? n.keySeparator : this.options.keySeparator, c = n.ignoreJSONStructure !== void 0 ? n.ignoreJSONStructure : this.options.ignoreJSONStructure;
5854
+ getResource(e, t, n) {
5855
+ let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
5856
+ const o = s.keySeparator !== void 0 ? s.keySeparator : this.options.keySeparator, c = s.ignoreJSONStructure !== void 0 ? s.ignoreJSONStructure : this.options.ignoreJSONStructure;
5857
5857
  let a;
5858
- e.indexOf(".") > -1 ? a = e.split(".") : (a = [e, t], s && (Array.isArray(s) ? a.push(...s) : N(s) && o ? a.push(...s.split(o)) : a.push(s)));
5858
+ e.indexOf(".") > -1 ? a = e.split(".") : (a = [e, t], n && (Array.isArray(n) ? a.push(...n) : N(n) && o ? a.push(...n.split(o)) : a.push(n)));
5859
5859
  const C = p1(this.data, a);
5860
- return !C && !t && !s && e.indexOf(".") > -1 && (e = a[0], t = a[1], s = a.slice(2).join(".")), C || !c || !N(s) ? C : _1(this.data && this.data[e] && this.data[e][t], s, o);
5860
+ return !C && !t && !n && e.indexOf(".") > -1 && (e = a[0], t = a[1], n = a.slice(2).join(".")), C || !c || !N(n) ? C : _1(this.data && this.data[e] && this.data[e][t], n, o);
5861
5861
  }
5862
- addResource(e, t, s, n) {
5862
+ addResource(e, t, n, s) {
5863
5863
  let o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : {
5864
5864
  silent: !1
5865
5865
  };
5866
5866
  const c = o.keySeparator !== void 0 ? o.keySeparator : this.options.keySeparator;
5867
5867
  let a = [e, t];
5868
- s && (a = a.concat(c ? s.split(c) : s)), e.indexOf(".") > -1 && (a = e.split("."), n = t, t = a[1]), this.addNamespaces(t), B1(this.data, a, n), o.silent || this.emit("added", e, t, s, n);
5868
+ n && (a = a.concat(c ? n.split(c) : n)), e.indexOf(".") > -1 && (a = e.split("."), s = t, t = a[1]), this.addNamespaces(t), B1(this.data, a, s), o.silent || this.emit("added", e, t, n, s);
5869
5869
  }
5870
- addResources(e, t, s) {
5871
- let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {
5870
+ addResources(e, t, n) {
5871
+ let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {
5872
5872
  silent: !1
5873
5873
  };
5874
- for (const o in s)
5875
- (N(s[o]) || Array.isArray(s[o])) && this.addResource(e, t, o, s[o], {
5874
+ for (const o in n)
5875
+ (N(n[o]) || Array.isArray(n[o])) && this.addResource(e, t, o, n[o], {
5876
5876
  silent: !0
5877
5877
  });
5878
- n.silent || this.emit("added", e, t, s);
5878
+ s.silent || this.emit("added", e, t, n);
5879
5879
  }
5880
- addResourceBundle(e, t, s, n, o) {
5880
+ addResourceBundle(e, t, n, s, o) {
5881
5881
  let c = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : {
5882
5882
  silent: !1,
5883
5883
  skipCopy: !1
5884
5884
  }, a = [e, t];
5885
- e.indexOf(".") > -1 && (a = e.split("."), n = s, s = t, t = a[1]), this.addNamespaces(t);
5885
+ e.indexOf(".") > -1 && (a = e.split("."), s = n, n = t, t = a[1]), this.addNamespaces(t);
5886
5886
  let C = p1(this.data, a) || {};
5887
- c.skipCopy || (s = JSON.parse(JSON.stringify(s))), n ? s2(C, s, o) : C = {
5887
+ c.skipCopy || (n = JSON.parse(JSON.stringify(n))), s ? n2(C, n, o) : C = {
5888
5888
  ...C,
5889
- ...s
5890
- }, B1(this.data, a, C), c.silent || this.emit("added", e, t, s);
5889
+ ...n
5890
+ }, B1(this.data, a, C), c.silent || this.emit("added", e, t, n);
5891
5891
  }
5892
5892
  removeResourceBundle(e, t) {
5893
5893
  this.hasResourceBundle(e, t) && delete this.data[e][t], this.removeNamespaces(t), this.emit("removed", e, t);
@@ -5905,20 +5905,20 @@ class Y1 extends L1 {
5905
5905
  }
5906
5906
  hasLanguageSomeTranslations(e) {
5907
5907
  const t = this.getDataByLanguage(e);
5908
- return !!(t && Object.keys(t) || []).find((n) => t[n] && Object.keys(t[n]).length > 0);
5908
+ return !!(t && Object.keys(t) || []).find((s) => t[s] && Object.keys(t[s]).length > 0);
5909
5909
  }
5910
5910
  toJSON() {
5911
5911
  return this.data;
5912
5912
  }
5913
5913
  }
5914
- var n2 = {
5914
+ var s2 = {
5915
5915
  processors: {},
5916
5916
  addPostProcessor(i) {
5917
5917
  this.processors[i.name] = i;
5918
5918
  },
5919
- handle(i, e, t, s, n) {
5919
+ handle(i, e, t, n, s) {
5920
5920
  return i.forEach((o) => {
5921
- this.processors[o] && (e = this.processors[o].process(e, t, s, n));
5921
+ this.processors[o] && (e = this.processors[o].process(e, t, n, s));
5922
5922
  }), e;
5923
5923
  }
5924
5924
  };
@@ -5937,15 +5937,15 @@ class w1 extends L1 {
5937
5937
  };
5938
5938
  if (e == null)
5939
5939
  return !1;
5940
- const s = this.resolve(e, t);
5941
- return s && s.res !== void 0;
5940
+ const n = this.resolve(e, t);
5941
+ return n && n.res !== void 0;
5942
5942
  }
5943
5943
  extractFromKey(e, t) {
5944
- let s = t.nsSeparator !== void 0 ? t.nsSeparator : this.options.nsSeparator;
5945
- s === void 0 && (s = ":");
5946
- const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
5944
+ let n = t.nsSeparator !== void 0 ? t.nsSeparator : this.options.nsSeparator;
5945
+ n === void 0 && (n = ":");
5946
+ const s = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
5947
5947
  let o = t.ns || this.options.defaultNS || [];
5948
- const c = s && e.indexOf(s) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !G7(e, s, n);
5948
+ const c = n && e.indexOf(n) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !D7(e, n, s);
5949
5949
  if (c && !a) {
5950
5950
  const C = e.match(this.interpolator.nestingRegexp);
5951
5951
  if (C && C.length > 0)
@@ -5953,27 +5953,27 @@ class w1 extends L1 {
5953
5953
  key: e,
5954
5954
  namespaces: N(o) ? [o] : o
5955
5955
  };
5956
- const d = e.split(s);
5957
- (s !== n || s === n && this.options.ns.indexOf(d[0]) > -1) && (o = d.shift()), e = d.join(n);
5956
+ const d = e.split(n);
5957
+ (n !== s || n === s && this.options.ns.indexOf(d[0]) > -1) && (o = d.shift()), e = d.join(s);
5958
5958
  }
5959
5959
  return {
5960
5960
  key: e,
5961
5961
  namespaces: N(o) ? [o] : o
5962
5962
  };
5963
5963
  }
5964
- translate(e, t, s) {
5964
+ translate(e, t, n) {
5965
5965
  if (typeof t != "object" && this.options.overloadTranslationOptionHandler && (t = this.options.overloadTranslationOptionHandler(arguments)), typeof t == "object" && (t = {
5966
5966
  ...t
5967
5967
  }), t || (t = {}), e == null) return "";
5968
5968
  Array.isArray(e) || (e = [String(e)]);
5969
- const n = t.returnDetails !== void 0 ? t.returnDetails : this.options.returnDetails, o = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator, {
5969
+ const s = t.returnDetails !== void 0 ? t.returnDetails : this.options.returnDetails, o = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator, {
5970
5970
  key: c,
5971
5971
  namespaces: a
5972
5972
  } = this.extractFromKey(e[e.length - 1], t), C = a[a.length - 1], d = t.lng || this.language, l = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
5973
5973
  if (d && d.toLowerCase() === "cimode") {
5974
5974
  if (l) {
5975
5975
  const m = t.nsSeparator || this.options.nsSeparator;
5976
- return n ? {
5976
+ return s ? {
5977
5977
  res: `${C}${m}${c}`,
5978
5978
  usedKey: c,
5979
5979
  exactUsedKey: c,
@@ -5982,7 +5982,7 @@ class w1 extends L1 {
5982
5982
  usedParams: this.getUsedParamsDetails(t)
5983
5983
  } : `${C}${m}${c}`;
5984
5984
  }
5985
- return n ? {
5985
+ return s ? {
5986
5986
  res: c,
5987
5987
  usedKey: c,
5988
5988
  exactUsedKey: c,
@@ -6001,30 +6001,30 @@ class w1 extends L1 {
6001
6001
  ...t,
6002
6002
  ns: a
6003
6003
  }) : `key '${c} (${this.language})' returned an object instead of string.`;
6004
- return n ? (h.res = m, h.usedParams = this.getUsedParamsDetails(t), h) : m;
6004
+ return s ? (h.res = m, h.usedParams = this.getUsedParamsDetails(t), h) : m;
6005
6005
  }
6006
6006
  if (o) {
6007
6007
  const m = Array.isArray(g), M = m ? [] : {}, R = m ? k : p;
6008
6008
  for (const x in g)
6009
6009
  if (Object.prototype.hasOwnProperty.call(g, x)) {
6010
- const G = `${R}${o}${x}`;
6011
- M[x] = this.translate(G, {
6010
+ const D = `${R}${o}${x}`;
6011
+ M[x] = this.translate(D, {
6012
6012
  ...t,
6013
6013
  joinArrays: !1,
6014
6014
  ns: a
6015
- }), M[x] === G && (M[x] = g[x]);
6015
+ }), M[x] === D && (M[x] = g[x]);
6016
6016
  }
6017
6017
  g = M;
6018
6018
  }
6019
6019
  } else if (b && N(y) && Array.isArray(g))
6020
- g = g.join(y), g && (g = this.extendTranslation(g, e, t, s));
6020
+ g = g.join(y), g && (g = this.extendTranslation(g, e, t, n));
6021
6021
  else {
6022
6022
  let m = !1, M = !1;
6023
- const R = t.count !== void 0 && !N(t.count), x = w1.hasDefaultValue(t), G = R ? this.pluralResolver.getSuffix(d, t.count, t) : "", Y = t.ordinal && R ? this.pluralResolver.getSuffix(d, t.count, {
6023
+ const R = t.count !== void 0 && !N(t.count), x = w1.hasDefaultValue(t), D = R ? this.pluralResolver.getSuffix(d, t.count, t) : "", Y = t.ordinal && R ? this.pluralResolver.getSuffix(d, t.count, {
6024
6024
  ordinal: !1
6025
- }) : "", i1 = R && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), $ = i1 && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${G}`] || t[`defaultValue${Y}`] || t.defaultValue;
6025
+ }) : "", i1 = R && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), $ = i1 && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${D}`] || t[`defaultValue${Y}`] || t.defaultValue;
6026
6026
  !this.isValidLookup(g) && x && (m = !0, g = $), this.isValidLookup(g) || (M = !0, g = c);
6027
- const V = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && M ? void 0 : g, P = x && $ !== g && this.options.updateMissing;
6027
+ const A = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && M ? void 0 : g, P = x && $ !== g && this.options.updateMissing;
6028
6028
  if (M || m || P) {
6029
6029
  if (this.logger.log(P ? "updateKey" : "missingKey", d, C, c, P ? $ : g), o) {
6030
6030
  const O = this.resolve(c, {
@@ -6040,7 +6040,7 @@ class w1 extends L1 {
6040
6040
  F.push(q[O]);
6041
6041
  else this.options.saveMissingTo === "all" ? F = this.languageUtils.toResolveHierarchy(t.lng || this.language) : F.push(t.lng || this.language);
6042
6042
  const d1 = (O, j, S) => {
6043
- const C1 = x && S !== g ? S : V;
6043
+ const C1 = x && S !== g ? S : A;
6044
6044
  this.options.missingKeyHandler ? this.options.missingKeyHandler(O, C, j, C1, P, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(O, C, j, C1, P, t), this.emit("missingKey", O, C, j, g);
6045
6045
  };
6046
6046
  this.options.saveMissing && (this.options.saveMissingPlurals && R ? F.forEach((O) => {
@@ -6050,68 +6050,68 @@ class w1 extends L1 {
6050
6050
  });
6051
6051
  }) : d1(F, c, $));
6052
6052
  }
6053
- g = this.extendTranslation(g, e, t, h, s), M && g === c && this.options.appendNamespaceToMissingKey && (g = `${C}:${c}`), (M || m) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? g = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${C}:${c}` : c, m ? g : void 0) : g = this.options.parseMissingKeyHandler(g));
6053
+ g = this.extendTranslation(g, e, t, h, n), M && g === c && this.options.appendNamespaceToMissingKey && (g = `${C}:${c}`), (M || m) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? g = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${C}:${c}` : c, m ? g : void 0) : g = this.options.parseMissingKeyHandler(g));
6054
6054
  }
6055
- return n ? (h.res = g, h.usedParams = this.getUsedParamsDetails(t), h) : g;
6055
+ return s ? (h.res = g, h.usedParams = this.getUsedParamsDetails(t), h) : g;
6056
6056
  }
6057
- extendTranslation(e, t, s, n, o) {
6057
+ extendTranslation(e, t, n, s, o) {
6058
6058
  var c = this;
6059
6059
  if (this.i18nFormat && this.i18nFormat.parse)
6060
6060
  e = this.i18nFormat.parse(e, {
6061
6061
  ...this.options.interpolation.defaultVariables,
6062
- ...s
6063
- }, s.lng || this.language || n.usedLng, n.usedNS, n.usedKey, {
6064
- resolved: n
6062
+ ...n
6063
+ }, n.lng || this.language || s.usedLng, s.usedNS, s.usedKey, {
6064
+ resolved: s
6065
6065
  });
6066
- else if (!s.skipInterpolation) {
6067
- s.interpolation && this.interpolator.init({
6068
- ...s,
6066
+ else if (!n.skipInterpolation) {
6067
+ n.interpolation && this.interpolator.init({
6068
+ ...n,
6069
6069
  interpolation: {
6070
6070
  ...this.options.interpolation,
6071
- ...s.interpolation
6071
+ ...n.interpolation
6072
6072
  }
6073
6073
  });
6074
- const d = N(e) && (s && s.interpolation && s.interpolation.skipOnVariables !== void 0 ? s.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
6074
+ const d = N(e) && (n && n.interpolation && n.interpolation.skipOnVariables !== void 0 ? n.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables);
6075
6075
  let l;
6076
6076
  if (d) {
6077
6077
  const g = e.match(this.interpolator.nestingRegexp);
6078
6078
  l = g && g.length;
6079
6079
  }
6080
- let h = s.replace && !N(s.replace) ? s.replace : s;
6080
+ let h = n.replace && !N(n.replace) ? n.replace : n;
6081
6081
  if (this.options.interpolation.defaultVariables && (h = {
6082
6082
  ...this.options.interpolation.defaultVariables,
6083
6083
  ...h
6084
- }), e = this.interpolator.interpolate(e, h, s.lng || this.language || n.usedLng, s), d) {
6084
+ }), e = this.interpolator.interpolate(e, h, n.lng || this.language || s.usedLng, n), d) {
6085
6085
  const g = e.match(this.interpolator.nestingRegexp), p = g && g.length;
6086
- l < p && (s.nest = !1);
6086
+ l < p && (n.nest = !1);
6087
6087
  }
6088
- !s.lng && this.options.compatibilityAPI !== "v1" && n && n.res && (s.lng = this.language || n.usedLng), s.nest !== !1 && (e = this.interpolator.nest(e, function() {
6088
+ !n.lng && this.options.compatibilityAPI !== "v1" && s && s.res && (n.lng = this.language || s.usedLng), n.nest !== !1 && (e = this.interpolator.nest(e, function() {
6089
6089
  for (var g = arguments.length, p = new Array(g), k = 0; k < g; k++)
6090
6090
  p[k] = arguments[k];
6091
- return o && o[0] === p[0] && !s.context ? (c.logger.warn(`It seems you are nesting recursively key: ${p[0]} in key: ${t[0]}`), null) : c.translate(...p, t);
6092
- }, s)), s.interpolation && this.interpolator.reset();
6091
+ return o && o[0] === p[0] && !n.context ? (c.logger.warn(`It seems you are nesting recursively key: ${p[0]} in key: ${t[0]}`), null) : c.translate(...p, t);
6092
+ }, n)), n.interpolation && this.interpolator.reset();
6093
6093
  }
6094
- const a = s.postProcess || this.options.postProcess, C = N(a) ? [a] : a;
6095
- return e != null && C && C.length && s.applyPostProcessor !== !1 && (e = n2.handle(C, e, t, this.options && this.options.postProcessPassResolved ? {
6094
+ const a = n.postProcess || this.options.postProcess, C = N(a) ? [a] : a;
6095
+ return e != null && C && C.length && n.applyPostProcessor !== !1 && (e = s2.handle(C, e, t, this.options && this.options.postProcessPassResolved ? {
6096
6096
  i18nResolved: {
6097
- ...n,
6098
- usedParams: this.getUsedParamsDetails(s)
6097
+ ...s,
6098
+ usedParams: this.getUsedParamsDetails(n)
6099
6099
  },
6100
- ...s
6101
- } : s, this)), e;
6100
+ ...n
6101
+ } : n, this)), e;
6102
6102
  }
6103
6103
  resolve(e) {
6104
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, s, n, o, c, a;
6104
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n, s, o, c, a;
6105
6105
  return N(e) && (e = [e]), e.forEach((C) => {
6106
- if (this.isValidLookup(s)) return;
6106
+ if (this.isValidLookup(n)) return;
6107
6107
  const d = this.extractFromKey(C, t), l = d.key;
6108
- n = l;
6108
+ s = l;
6109
6109
  let h = d.namespaces;
6110
6110
  this.options.fallbackNS && (h = h.concat(this.options.fallbackNS));
6111
6111
  const g = t.count !== void 0 && !N(t.count), p = g && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), k = t.context !== void 0 && (N(t.context) || typeof t.context == "number") && t.context !== "", v = t.lngs ? t.lngs : this.languageUtils.toResolveHierarchy(t.lng || this.language, t.fallbackLng);
6112
6112
  h.forEach((f) => {
6113
- this.isValidLookup(s) || (a = f, !P1[`${v[0]}-${f}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(a) && (P1[`${v[0]}-${f}`] = !0, this.logger.warn(`key "${n}" for languages "${v.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), v.forEach((y) => {
6114
- if (this.isValidLookup(s)) return;
6113
+ this.isValidLookup(n) || (a = f, !P1[`${v[0]}-${f}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(a) && (P1[`${v[0]}-${f}`] = !0, this.logger.warn(`key "${s}" for languages "${v.join(", ")}" won't get resolved as namespace "${a}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), v.forEach((y) => {
6114
+ if (this.isValidLookup(n)) return;
6115
6115
  c = y;
6116
6116
  const b = [l];
6117
6117
  if (this.i18nFormat && this.i18nFormat.addLookupKeys)
@@ -6127,12 +6127,12 @@ class w1 extends L1 {
6127
6127
  }
6128
6128
  let E;
6129
6129
  for (; E = b.pop(); )
6130
- this.isValidLookup(s) || (o = E, s = this.getResource(y, f, E, t));
6130
+ this.isValidLookup(n) || (o = E, n = this.getResource(y, f, E, t));
6131
6131
  }));
6132
6132
  });
6133
6133
  }), {
6134
- res: s,
6135
- usedKey: n,
6134
+ res: n,
6135
+ usedKey: s,
6136
6136
  exactUsedKey: o,
6137
6137
  usedLng: c,
6138
6138
  usedNS: a
@@ -6141,30 +6141,30 @@ class w1 extends L1 {
6141
6141
  isValidLookup(e) {
6142
6142
  return e !== void 0 && !(!this.options.returnNull && e === null) && !(!this.options.returnEmptyString && e === "");
6143
6143
  }
6144
- getResource(e, t, s) {
6145
- let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6146
- return this.i18nFormat && this.i18nFormat.getResource ? this.i18nFormat.getResource(e, t, s, n) : this.resourceStore.getResource(e, t, s, n);
6144
+ getResource(e, t, n) {
6145
+ let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6146
+ return this.i18nFormat && this.i18nFormat.getResource ? this.i18nFormat.getResource(e, t, n, s) : this.resourceStore.getResource(e, t, n, s);
6147
6147
  }
6148
6148
  getUsedParamsDetails() {
6149
6149
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6150
- const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], s = e.replace && !N(e.replace);
6151
- let n = s ? e.replace : e;
6152
- if (s && typeof e.count < "u" && (n.count = e.count), this.options.interpolation.defaultVariables && (n = {
6150
+ const t = ["defaultValue", "ordinal", "context", "replace", "lng", "lngs", "fallbackLng", "ns", "keySeparator", "nsSeparator", "returnObjects", "returnDetails", "joinArrays", "postProcess", "interpolation"], n = e.replace && !N(e.replace);
6151
+ let s = n ? e.replace : e;
6152
+ if (n && typeof e.count < "u" && (s.count = e.count), this.options.interpolation.defaultVariables && (s = {
6153
6153
  ...this.options.interpolation.defaultVariables,
6154
- ...n
6155
- }), !s) {
6156
- n = {
6157
- ...n
6154
+ ...s
6155
+ }), !n) {
6156
+ s = {
6157
+ ...s
6158
6158
  };
6159
6159
  for (const o of t)
6160
- delete n[o];
6160
+ delete s[o];
6161
6161
  }
6162
- return n;
6162
+ return s;
6163
6163
  }
6164
6164
  static hasDefaultValue(e) {
6165
6165
  const t = "defaultValue";
6166
- for (const s in e)
6167
- if (Object.prototype.hasOwnProperty.call(e, s) && t === s.substring(0, t.length) && e[s] !== void 0)
6166
+ for (const n in e)
6167
+ if (Object.prototype.hasOwnProperty.call(e, n) && t === n.substring(0, t.length) && e[n] !== void 0)
6168
6168
  return !0;
6169
6169
  return !1;
6170
6170
  }
@@ -6188,13 +6188,13 @@ class j1 {
6188
6188
  if (N(e) && e.indexOf("-") > -1) {
6189
6189
  if (typeof Intl < "u" && typeof Intl.getCanonicalLocales < "u")
6190
6190
  try {
6191
- let n = Intl.getCanonicalLocales(e)[0];
6192
- if (n && this.options.lowerCaseLng && (n = n.toLowerCase()), n) return n;
6191
+ let s = Intl.getCanonicalLocales(e)[0];
6192
+ if (s && this.options.lowerCaseLng && (s = s.toLowerCase()), s) return s;
6193
6193
  } catch {
6194
6194
  }
6195
6195
  const t = ["hans", "hant", "latn", "cyrl", "cans", "mong", "arab"];
6196
- let s = e.split("-");
6197
- return this.options.lowerCaseLng ? s = s.map((n) => n.toLowerCase()) : s.length === 2 ? (s[0] = s[0].toLowerCase(), s[1] = s[1].toUpperCase(), t.indexOf(s[1].toLowerCase()) > -1 && (s[1] = N1(s[1].toLowerCase()))) : s.length === 3 && (s[0] = s[0].toLowerCase(), s[1].length === 2 && (s[1] = s[1].toUpperCase()), s[0] !== "sgn" && s[2].length === 2 && (s[2] = s[2].toUpperCase()), t.indexOf(s[1].toLowerCase()) > -1 && (s[1] = N1(s[1].toLowerCase())), t.indexOf(s[2].toLowerCase()) > -1 && (s[2] = N1(s[2].toLowerCase()))), s.join("-");
6196
+ let n = e.split("-");
6197
+ return this.options.lowerCaseLng ? n = n.map((s) => s.toLowerCase()) : n.length === 2 ? (n[0] = n[0].toLowerCase(), n[1] = n[1].toUpperCase(), t.indexOf(n[1].toLowerCase()) > -1 && (n[1] = N1(n[1].toLowerCase()))) : n.length === 3 && (n[0] = n[0].toLowerCase(), n[1].length === 2 && (n[1] = n[1].toUpperCase()), n[0] !== "sgn" && n[2].length === 2 && (n[2] = n[2].toUpperCase()), t.indexOf(n[1].toLowerCase()) > -1 && (n[1] = N1(n[1].toLowerCase())), t.indexOf(n[2].toLowerCase()) > -1 && (n[2] = N1(n[2].toLowerCase()))), n.join("-");
6198
6198
  }
6199
6199
  return this.options.cleanCode || this.options.lowerCaseLng ? e.toLowerCase() : e;
6200
6200
  }
@@ -6204,17 +6204,17 @@ class j1 {
6204
6204
  getBestMatchFromCodes(e) {
6205
6205
  if (!e) return null;
6206
6206
  let t;
6207
- return e.forEach((s) => {
6207
+ return e.forEach((n) => {
6208
6208
  if (t) return;
6209
- const n = this.formatLanguageCode(s);
6210
- (!this.options.supportedLngs || this.isSupportedCode(n)) && (t = n);
6211
- }), !t && this.options.supportedLngs && e.forEach((s) => {
6209
+ const s = this.formatLanguageCode(n);
6210
+ (!this.options.supportedLngs || this.isSupportedCode(s)) && (t = s);
6211
+ }), !t && this.options.supportedLngs && e.forEach((n) => {
6212
6212
  if (t) return;
6213
- const n = this.getLanguagePartFromCode(s);
6214
- if (this.isSupportedCode(n)) return t = n;
6213
+ const s = this.getLanguagePartFromCode(n);
6214
+ if (this.isSupportedCode(s)) return t = s;
6215
6215
  t = this.options.supportedLngs.find((o) => {
6216
- if (o === n) return o;
6217
- if (!(o.indexOf("-") < 0 && n.indexOf("-") < 0) && (o.indexOf("-") > 0 && n.indexOf("-") < 0 && o.substring(0, o.indexOf("-")) === n || o.indexOf(n) === 0 && n.length > 1))
6216
+ if (o === s) return o;
6217
+ if (!(o.indexOf("-") < 0 && s.indexOf("-") < 0) && (o.indexOf("-") > 0 && s.indexOf("-") < 0 && o.substring(0, o.indexOf("-")) === s || o.indexOf(s) === 0 && s.length > 1))
6218
6218
  return o;
6219
6219
  });
6220
6220
  }), t || (t = this.getFallbackCodes(this.options.fallbackLng)[0]), t;
@@ -6223,16 +6223,16 @@ class j1 {
6223
6223
  if (!e) return [];
6224
6224
  if (typeof e == "function" && (e = e(t)), N(e) && (e = [e]), Array.isArray(e)) return e;
6225
6225
  if (!t) return e.default || [];
6226
- let s = e[t];
6227
- return s || (s = e[this.getScriptPartFromCode(t)]), s || (s = e[this.formatLanguageCode(t)]), s || (s = e[this.getLanguagePartFromCode(t)]), s || (s = e.default), s || [];
6226
+ let n = e[t];
6227
+ return n || (n = e[this.getScriptPartFromCode(t)]), n || (n = e[this.formatLanguageCode(t)]), n || (n = e[this.getLanguagePartFromCode(t)]), n || (n = e.default), n || [];
6228
6228
  }
6229
6229
  toResolveHierarchy(e, t) {
6230
- const s = this.getFallbackCodes(t || this.options.fallbackLng || [], e), n = [], o = (c) => {
6231
- c && (this.isSupportedCode(c) ? n.push(c) : this.logger.warn(`rejecting language code not found in supportedLngs: ${c}`));
6230
+ const n = this.getFallbackCodes(t || this.options.fallbackLng || [], e), s = [], o = (c) => {
6231
+ c && (this.isSupportedCode(c) ? s.push(c) : this.logger.warn(`rejecting language code not found in supportedLngs: ${c}`));
6232
6232
  };
6233
- return N(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && o(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && o(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && o(this.getLanguagePartFromCode(e))) : N(e) && o(this.formatLanguageCode(e)), s.forEach((c) => {
6234
- n.indexOf(c) < 0 && o(this.formatLanguageCode(c));
6235
- }), n;
6233
+ return N(e) && (e.indexOf("-") > -1 || e.indexOf("_") > -1) ? (this.options.load !== "languageOnly" && o(this.formatLanguageCode(e)), this.options.load !== "languageOnly" && this.options.load !== "currentOnly" && o(this.getScriptPartFromCode(e)), this.options.load !== "currentOnly" && o(this.getLanguagePartFromCode(e))) : N(e) && o(this.formatLanguageCode(e)), n.forEach((c) => {
6234
+ s.indexOf(c) < 0 && o(this.formatLanguageCode(c));
6235
+ }), s;
6236
6236
  }
6237
6237
  }
6238
6238
  let K7 = [{
@@ -6383,16 +6383,16 @@ class $7 {
6383
6383
  getRule(e) {
6384
6384
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6385
6385
  if (this.shouldUseIntlApi()) {
6386
- const s = f1(e === "dev" ? "en" : e), n = t.ordinal ? "ordinal" : "cardinal", o = JSON.stringify({
6387
- cleanedCode: s,
6388
- type: n
6386
+ const n = f1(e === "dev" ? "en" : e), s = t.ordinal ? "ordinal" : "cardinal", o = JSON.stringify({
6387
+ cleanedCode: n,
6388
+ type: s
6389
6389
  });
6390
6390
  if (o in this.pluralRulesCache)
6391
6391
  return this.pluralRulesCache[o];
6392
6392
  let c;
6393
6393
  try {
6394
- c = new Intl.PluralRules(s, {
6395
- type: n
6394
+ c = new Intl.PluralRules(n, {
6395
+ type: s
6396
6396
  });
6397
6397
  } catch {
6398
6398
  if (!e.match(/-|_/)) return;
@@ -6405,37 +6405,37 @@ class $7 {
6405
6405
  }
6406
6406
  needsPlural(e) {
6407
6407
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6408
- const s = this.getRule(e, t);
6409
- return this.shouldUseIntlApi() ? s && s.resolvedOptions().pluralCategories.length > 1 : s && s.numbers.length > 1;
6408
+ const n = this.getRule(e, t);
6409
+ return this.shouldUseIntlApi() ? n && n.resolvedOptions().pluralCategories.length > 1 : n && n.numbers.length > 1;
6410
6410
  }
6411
6411
  getPluralFormsOfKey(e, t) {
6412
- let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
6413
- return this.getSuffixes(e, s).map((n) => `${t}${n}`);
6412
+ let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
6413
+ return this.getSuffixes(e, n).map((s) => `${t}${s}`);
6414
6414
  }
6415
6415
  getSuffixes(e) {
6416
6416
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
6417
- const s = this.getRule(e, t);
6418
- return s ? this.shouldUseIntlApi() ? s.resolvedOptions().pluralCategories.sort((n, o) => $1[n] - $1[o]).map((n) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${n}`) : s.numbers.map((n) => this.getSuffix(e, n, t)) : [];
6417
+ const n = this.getRule(e, t);
6418
+ return n ? this.shouldUseIntlApi() ? n.resolvedOptions().pluralCategories.sort((s, o) => $1[s] - $1[o]).map((s) => `${this.options.prepend}${t.ordinal ? `ordinal${this.options.prepend}` : ""}${s}`) : n.numbers.map((s) => this.getSuffix(e, s, t)) : [];
6419
6419
  }
6420
6420
  getSuffix(e, t) {
6421
- let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
6422
- const n = this.getRule(e, s);
6423
- return n ? this.shouldUseIntlApi() ? `${this.options.prepend}${s.ordinal ? `ordinal${this.options.prepend}` : ""}${n.select(t)}` : this.getSuffixRetroCompatible(n, t) : (this.logger.warn(`no plural rule found for: ${e}`), "");
6421
+ let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
6422
+ const s = this.getRule(e, n);
6423
+ return s ? this.shouldUseIntlApi() ? `${this.options.prepend}${n.ordinal ? `ordinal${this.options.prepend}` : ""}${s.select(t)}` : this.getSuffixRetroCompatible(s, t) : (this.logger.warn(`no plural rule found for: ${e}`), "");
6424
6424
  }
6425
6425
  getSuffixRetroCompatible(e, t) {
6426
- const s = e.noAbs ? e.plurals(t) : e.plurals(Math.abs(t));
6427
- let n = e.numbers[s];
6428
- this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 && (n === 2 ? n = "plural" : n === 1 && (n = ""));
6429
- const o = () => this.options.prepend && n.toString() ? this.options.prepend + n.toString() : n.toString();
6430
- return this.options.compatibilityJSON === "v1" ? n === 1 ? "" : typeof n == "number" ? `_plural_${n.toString()}` : o() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? o() : this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
6426
+ const n = e.noAbs ? e.plurals(t) : e.plurals(Math.abs(t));
6427
+ let s = e.numbers[n];
6428
+ this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 && (s === 2 ? s = "plural" : s === 1 && (s = ""));
6429
+ const o = () => this.options.prepend && s.toString() ? this.options.prepend + s.toString() : s.toString();
6430
+ return this.options.compatibilityJSON === "v1" ? s === 1 ? "" : typeof s == "number" ? `_plural_${s.toString()}` : o() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? o() : this.options.prepend && n.toString() ? this.options.prepend + n.toString() : n.toString();
6431
6431
  }
6432
6432
  shouldUseIntlApi() {
6433
6433
  return !Y7.includes(this.options.compatibilityJSON);
6434
6434
  }
6435
6435
  }
6436
6436
  const F1 = function(i, e, t) {
6437
- let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = I7(i, e, t);
6438
- return !o && n && N(t) && (o = _1(i, t, s), o === void 0 && (o = _1(e, t, s))), o;
6437
+ let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, o = V7(i, e, t);
6438
+ return !o && s && N(t) && (o = _1(i, t, n), o === void 0 && (o = _1(e, t, n))), o;
6439
6439
  }, R1 = (i) => i.replace(/\$/g, "$$$$");
6440
6440
  class F7 {
6441
6441
  constructor() {
@@ -6449,8 +6449,8 @@ class F7 {
6449
6449
  });
6450
6450
  const {
6451
6451
  escape: t,
6452
- escapeValue: s,
6453
- useRawValueToEscape: n,
6452
+ escapeValue: n,
6453
+ useRawValueToEscape: s,
6454
6454
  prefix: o,
6455
6455
  prefixEscaped: c,
6456
6456
  suffix: a,
@@ -6466,35 +6466,35 @@ class F7 {
6466
6466
  maxReplaces: y,
6467
6467
  alwaysFormat: b
6468
6468
  } = e.interpolation;
6469
- this.escape = t !== void 0 ? t : Z7, this.escapeValue = s !== void 0 ? s : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = o ? X(o) : c || "{{", this.suffix = a ? X(a) : C || "}}", this.formatSeparator = d || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = g ? X(g) : p || X("$t("), this.nestingSuffix = k ? X(k) : v || X(")"), this.nestingOptionsSeparator = f || ",", this.maxReplaces = y || 1e3, this.alwaysFormat = b !== void 0 ? b : !1, this.resetRegExp();
6469
+ this.escape = t !== void 0 ? t : Z7, this.escapeValue = n !== void 0 ? n : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = o ? X(o) : c || "{{", this.suffix = a ? X(a) : C || "}}", this.formatSeparator = d || ",", this.unescapePrefix = l ? "" : h || "-", this.unescapeSuffix = this.unescapePrefix ? "" : l || "", this.nestingPrefix = g ? X(g) : p || X("$t("), this.nestingSuffix = k ? X(k) : v || X(")"), this.nestingOptionsSeparator = f || ",", this.maxReplaces = y || 1e3, this.alwaysFormat = b !== void 0 ? b : !1, this.resetRegExp();
6470
6470
  }
6471
6471
  reset() {
6472
6472
  this.options && this.init(this.options);
6473
6473
  }
6474
6474
  resetRegExp() {
6475
- const e = (t, s) => t && t.source === s ? (t.lastIndex = 0, t) : new RegExp(s, "g");
6475
+ const e = (t, n) => t && t.source === n ? (t.lastIndex = 0, t) : new RegExp(n, "g");
6476
6476
  this.regexp = e(this.regexp, `${this.prefix}(.+?)${this.suffix}`), this.regexpUnescape = e(this.regexpUnescape, `${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`), this.nestingRegexp = e(this.nestingRegexp, `${this.nestingPrefix}(.+?)${this.nestingSuffix}`);
6477
6477
  }
6478
- interpolate(e, t, s, n) {
6478
+ interpolate(e, t, n, s) {
6479
6479
  let o, c, a;
6480
6480
  const C = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {}, d = (p) => {
6481
6481
  if (p.indexOf(this.formatSeparator) < 0) {
6482
6482
  const y = F1(t, C, p, this.options.keySeparator, this.options.ignoreJSONStructure);
6483
- return this.alwaysFormat ? this.format(y, void 0, s, {
6484
- ...n,
6483
+ return this.alwaysFormat ? this.format(y, void 0, n, {
6484
+ ...s,
6485
6485
  ...t,
6486
6486
  interpolationkey: p
6487
6487
  }) : y;
6488
6488
  }
6489
6489
  const k = p.split(this.formatSeparator), v = k.shift().trim(), f = k.join(this.formatSeparator).trim();
6490
- return this.format(F1(t, C, v, this.options.keySeparator, this.options.ignoreJSONStructure), f, s, {
6491
- ...n,
6490
+ return this.format(F1(t, C, v, this.options.keySeparator, this.options.ignoreJSONStructure), f, n, {
6491
+ ...s,
6492
6492
  ...t,
6493
6493
  interpolationkey: v
6494
6494
  });
6495
6495
  };
6496
6496
  this.resetRegExp();
6497
- const l = n && n.missingInterpolationHandler || this.options.missingInterpolationHandler, h = n && n.interpolation && n.interpolation.skipOnVariables !== void 0 ? n.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
6497
+ const l = s && s.missingInterpolationHandler || this.options.missingInterpolationHandler, h = s && s.interpolation && s.interpolation.skipOnVariables !== void 0 ? s.interpolation.skipOnVariables : this.options.interpolation.skipOnVariables;
6498
6498
  return [{
6499
6499
  regex: this.regexpUnescape,
6500
6500
  safeValue: (p) => R1(p)
@@ -6506,16 +6506,16 @@ class F7 {
6506
6506
  const k = o[1].trim();
6507
6507
  if (c = d(k), c === void 0)
6508
6508
  if (typeof l == "function") {
6509
- const f = l(e, o, n);
6509
+ const f = l(e, o, s);
6510
6510
  c = N(f) ? f : "";
6511
- } else if (n && Object.prototype.hasOwnProperty.call(n, k))
6511
+ } else if (s && Object.prototype.hasOwnProperty.call(s, k))
6512
6512
  c = "";
6513
6513
  else if (h) {
6514
6514
  c = o[0];
6515
6515
  continue;
6516
6516
  } else
6517
6517
  this.logger.warn(`missed to pass in variable ${k} for interpolating ${e}`), c = "";
6518
- else !N(c) && !this.useRawValueToEscape && (c = G1(c));
6518
+ else !N(c) && !this.useRawValueToEscape && (c = D1(c));
6519
6519
  const v = p.safeValue(c);
6520
6520
  if (e = e.replace(o[0], v), h ? (p.regex.lastIndex += c.length, p.regex.lastIndex -= o[0].length) : p.regex.lastIndex = 0, a++, a >= this.maxReplaces)
6521
6521
  break;
@@ -6523,7 +6523,7 @@ class F7 {
6523
6523
  }), e;
6524
6524
  }
6525
6525
  nest(e, t) {
6526
- let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, n, o, c;
6526
+ let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, s, o, c;
6527
6527
  const a = (C, d) => {
6528
6528
  const l = this.nestingOptionsSeparator;
6529
6529
  if (C.indexOf(l) < 0) return C;
@@ -6542,21 +6542,21 @@ class F7 {
6542
6542
  }
6543
6543
  return c.defaultValue && c.defaultValue.indexOf(this.prefix) > -1 && delete c.defaultValue, C;
6544
6544
  };
6545
- for (; n = this.nestingRegexp.exec(e); ) {
6545
+ for (; s = this.nestingRegexp.exec(e); ) {
6546
6546
  let C = [];
6547
6547
  c = {
6548
- ...s
6548
+ ...n
6549
6549
  }, c = c.replace && !N(c.replace) ? c.replace : c, c.applyPostProcessor = !1, delete c.defaultValue;
6550
6550
  let d = !1;
6551
- if (n[0].indexOf(this.formatSeparator) !== -1 && !/{.*}/.test(n[1])) {
6552
- const l = n[1].split(this.formatSeparator).map((h) => h.trim());
6553
- n[1] = l.shift(), C = l, d = !0;
6551
+ if (s[0].indexOf(this.formatSeparator) !== -1 && !/{.*}/.test(s[1])) {
6552
+ const l = s[1].split(this.formatSeparator).map((h) => h.trim());
6553
+ s[1] = l.shift(), C = l, d = !0;
6554
6554
  }
6555
- if (o = t(a.call(this, n[1].trim(), c), c), o && n[0] === e && !N(o)) return o;
6556
- N(o) || (o = G1(o)), o || (this.logger.warn(`missed to resolve ${n[1]} for nesting ${e}`), o = ""), d && (o = C.reduce((l, h) => this.format(l, h, s.lng, {
6557
- ...s,
6558
- interpolationkey: n[1].trim()
6559
- }), o.trim())), e = e.replace(n[0], o), this.regexp.lastIndex = 0;
6555
+ if (o = t(a.call(this, s[1].trim(), c), c), o && s[0] === e && !N(o)) return o;
6556
+ N(o) || (o = D1(o)), o || (this.logger.warn(`missed to resolve ${s[1]} for nesting ${e}`), o = ""), d && (o = C.reduce((l, h) => this.format(l, h, n.lng, {
6557
+ ...n,
6558
+ interpolationkey: s[1].trim()
6559
+ }), o.trim())), e = e.replace(s[0], o), this.regexp.lastIndex = 0;
6560
6560
  }
6561
6561
  return e;
6562
6562
  }
@@ -6565,10 +6565,10 @@ const W7 = (i) => {
6565
6565
  let e = i.toLowerCase().trim();
6566
6566
  const t = {};
6567
6567
  if (i.indexOf("(") > -1) {
6568
- const s = i.split("(");
6569
- e = s[0].toLowerCase().trim();
6570
- const n = s[1].substring(0, s[1].length - 1);
6571
- e === "currency" && n.indexOf(":") < 0 ? t.currency || (t.currency = n.trim()) : e === "relativetime" && n.indexOf(":") < 0 ? t.range || (t.range = n.trim()) : n.split(";").forEach((c) => {
6568
+ const n = i.split("(");
6569
+ e = n[0].toLowerCase().trim();
6570
+ const s = n[1].substring(0, n[1].length - 1);
6571
+ e === "currency" && s.indexOf(":") < 0 ? t.currency || (t.currency = s.trim()) : e === "relativetime" && s.indexOf(":") < 0 ? t.range || (t.range = s.trim()) : s.split(";").forEach((c) => {
6572
6572
  if (c) {
6573
6573
  const [a, ...C] = c.split(":"), d = C.join(":").trim().replace(/^'+|'+$/g, ""), l = a.trim();
6574
6574
  t[l] || (t[l] = d), d === "false" && (t[l] = !1), d === "true" && (t[l] = !0), isNaN(d) || (t[l] = parseInt(d, 10));
@@ -6581,51 +6581,51 @@ const W7 = (i) => {
6581
6581
  };
6582
6582
  }, e1 = (i) => {
6583
6583
  const e = {};
6584
- return (t, s, n) => {
6585
- let o = n;
6586
- n && n.interpolationkey && n.formatParams && n.formatParams[n.interpolationkey] && n[n.interpolationkey] && (o = {
6584
+ return (t, n, s) => {
6585
+ let o = s;
6586
+ s && s.interpolationkey && s.formatParams && s.formatParams[s.interpolationkey] && s[s.interpolationkey] && (o = {
6587
6587
  ...o,
6588
- [n.interpolationkey]: void 0
6588
+ [s.interpolationkey]: void 0
6589
6589
  });
6590
- const c = s + JSON.stringify(o);
6590
+ const c = n + JSON.stringify(o);
6591
6591
  let a = e[c];
6592
- return a || (a = i(f1(s), n), e[c] = a), a(t);
6592
+ return a || (a = i(f1(n), s), e[c] = a), a(t);
6593
6593
  };
6594
6594
  };
6595
6595
  class U7 {
6596
6596
  constructor() {
6597
6597
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
6598
6598
  this.logger = B.create("formatter"), this.options = e, this.formats = {
6599
- number: e1((t, s) => {
6600
- const n = new Intl.NumberFormat(t, {
6601
- ...s
6599
+ number: e1((t, n) => {
6600
+ const s = new Intl.NumberFormat(t, {
6601
+ ...n
6602
6602
  });
6603
- return (o) => n.format(o);
6603
+ return (o) => s.format(o);
6604
6604
  }),
6605
- currency: e1((t, s) => {
6606
- const n = new Intl.NumberFormat(t, {
6607
- ...s,
6605
+ currency: e1((t, n) => {
6606
+ const s = new Intl.NumberFormat(t, {
6607
+ ...n,
6608
6608
  style: "currency"
6609
6609
  });
6610
- return (o) => n.format(o);
6610
+ return (o) => s.format(o);
6611
6611
  }),
6612
- datetime: e1((t, s) => {
6613
- const n = new Intl.DateTimeFormat(t, {
6614
- ...s
6612
+ datetime: e1((t, n) => {
6613
+ const s = new Intl.DateTimeFormat(t, {
6614
+ ...n
6615
6615
  });
6616
- return (o) => n.format(o);
6616
+ return (o) => s.format(o);
6617
6617
  }),
6618
- relativetime: e1((t, s) => {
6619
- const n = new Intl.RelativeTimeFormat(t, {
6620
- ...s
6618
+ relativetime: e1((t, n) => {
6619
+ const s = new Intl.RelativeTimeFormat(t, {
6620
+ ...n
6621
6621
  });
6622
- return (o) => n.format(o, s.range || "day");
6622
+ return (o) => s.format(o, n.range || "day");
6623
6623
  }),
6624
- list: e1((t, s) => {
6625
- const n = new Intl.ListFormat(t, {
6626
- ...s
6624
+ list: e1((t, n) => {
6625
+ const s = new Intl.ListFormat(t, {
6626
+ ...n
6627
6627
  });
6628
- return (o) => n.format(o);
6628
+ return (o) => s.format(o);
6629
6629
  })
6630
6630
  }, this.init(e);
6631
6631
  }
@@ -6641,8 +6641,8 @@ class U7 {
6641
6641
  addCached(e, t) {
6642
6642
  this.formats[e.toLowerCase().trim()] = e1(t);
6643
6643
  }
6644
- format(e, t, s) {
6645
- let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6644
+ format(e, t, n) {
6645
+ let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6646
6646
  const o = t.split(this.formatSeparator);
6647
6647
  if (o.length > 1 && o[0].indexOf("(") > 1 && o[0].indexOf(")") < 0 && o.find((a) => a.indexOf(")") > -1)) {
6648
6648
  const a = o.findIndex((C) => C.indexOf(")") > -1);
@@ -6656,10 +6656,10 @@ class U7 {
6656
6656
  if (this.formats[d]) {
6657
6657
  let h = a;
6658
6658
  try {
6659
- const g = n && n.formatParams && n.formatParams[n.interpolationkey] || {}, p = g.locale || g.lng || n.locale || n.lng || s;
6659
+ const g = s && s.formatParams && s.formatParams[s.interpolationkey] || {}, p = g.locale || g.lng || s.locale || s.lng || n;
6660
6660
  h = this.formats[d](a, p, {
6661
6661
  ...l,
6662
- ...n,
6662
+ ...s,
6663
6663
  ...g
6664
6664
  });
6665
6665
  } catch (g) {
@@ -6676,24 +6676,24 @@ const z7 = (i, e) => {
6676
6676
  i.pending[e] !== void 0 && (delete i.pending[e], i.pendingCount--);
6677
6677
  };
6678
6678
  class J7 extends L1 {
6679
- constructor(e, t, s) {
6680
- let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6681
- super(), this.backend = e, this.store = t, this.services = s, this.languageUtils = s.languageUtils, this.options = n, this.logger = B.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = n.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = n.maxRetries >= 0 ? n.maxRetries : 5, this.retryTimeout = n.retryTimeout >= 1 ? n.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(s, n.backend, n);
6679
+ constructor(e, t, n) {
6680
+ let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
6681
+ super(), this.backend = e, this.store = t, this.services = n, this.languageUtils = n.languageUtils, this.options = s, this.logger = B.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = s.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = s.maxRetries >= 0 ? s.maxRetries : 5, this.retryTimeout = s.retryTimeout >= 1 ? s.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(n, s.backend, s);
6682
6682
  }
6683
- queueLoad(e, t, s, n) {
6683
+ queueLoad(e, t, n, s) {
6684
6684
  const o = {}, c = {}, a = {}, C = {};
6685
6685
  return e.forEach((d) => {
6686
6686
  let l = !0;
6687
6687
  t.forEach((h) => {
6688
6688
  const g = `${d}|${h}`;
6689
- !s.reload && this.store.hasResourceBundle(d, h) ? this.state[g] = 2 : this.state[g] < 0 || (this.state[g] === 1 ? c[g] === void 0 && (c[g] = !0) : (this.state[g] = 1, l = !1, c[g] === void 0 && (c[g] = !0), o[g] === void 0 && (o[g] = !0), C[h] === void 0 && (C[h] = !0)));
6689
+ !n.reload && this.store.hasResourceBundle(d, h) ? this.state[g] = 2 : this.state[g] < 0 || (this.state[g] === 1 ? c[g] === void 0 && (c[g] = !0) : (this.state[g] = 1, l = !1, c[g] === void 0 && (c[g] = !0), o[g] === void 0 && (o[g] = !0), C[h] === void 0 && (C[h] = !0)));
6690
6690
  }), l || (a[d] = !0);
6691
6691
  }), (Object.keys(o).length || Object.keys(c).length) && this.queue.push({
6692
6692
  pending: c,
6693
6693
  pendingCount: Object.keys(c).length,
6694
6694
  loaded: {},
6695
6695
  errors: [],
6696
- callback: n
6696
+ callback: s
6697
6697
  }), {
6698
6698
  toLoad: Object.keys(o),
6699
6699
  pending: Object.keys(c),
@@ -6701,14 +6701,14 @@ class J7 extends L1 {
6701
6701
  toLoadNamespaces: Object.keys(C)
6702
6702
  };
6703
6703
  }
6704
- loaded(e, t, s) {
6705
- const n = e.split("|"), o = n[0], c = n[1];
6706
- t && this.emit("failedLoading", o, c, t), !t && s && this.store.addResourceBundle(o, c, s, void 0, void 0, {
6704
+ loaded(e, t, n) {
6705
+ const s = e.split("|"), o = s[0], c = s[1];
6706
+ t && this.emit("failedLoading", o, c, t), !t && n && this.store.addResourceBundle(o, c, n, void 0, void 0, {
6707
6707
  skipCopy: !0
6708
- }), this.state[e] = t ? -1 : 2, t && s && (this.state[e] = 0);
6708
+ }), this.state[e] = t ? -1 : 2, t && n && (this.state[e] = 0);
6709
6709
  const a = {};
6710
6710
  this.queue.forEach((C) => {
6711
- V7(C.loaded, [o], c), z7(C, e), t && C.errors.push(t), C.pendingCount === 0 && !C.done && (Object.keys(C.loaded).forEach((d) => {
6711
+ A7(C.loaded, [o], c), z7(C, e), t && C.errors.push(t), C.pendingCount === 0 && !C.done && (Object.keys(C.loaded).forEach((d) => {
6712
6712
  a[d] || (a[d] = {});
6713
6713
  const l = C.loaded[d];
6714
6714
  l.length && l.forEach((h) => {
@@ -6717,15 +6717,15 @@ class J7 extends L1 {
6717
6717
  }), C.done = !0, C.errors.length ? C.callback(C.errors) : C.callback());
6718
6718
  }), this.emit("loaded", a), this.queue = this.queue.filter((C) => !C.done);
6719
6719
  }
6720
- read(e, t, s) {
6721
- let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 0, o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : this.retryTimeout, c = arguments.length > 5 ? arguments[5] : void 0;
6720
+ read(e, t, n) {
6721
+ let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 0, o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : this.retryTimeout, c = arguments.length > 5 ? arguments[5] : void 0;
6722
6722
  if (!e.length) return c(null, {});
6723
6723
  if (this.readingCalls >= this.maxParallelReads) {
6724
6724
  this.waitingReads.push({
6725
6725
  lng: e,
6726
6726
  ns: t,
6727
- fcName: s,
6728
- tried: n,
6727
+ fcName: n,
6728
+ tried: s,
6729
6729
  wait: o,
6730
6730
  callback: c
6731
6731
  });
@@ -6737,14 +6737,14 @@ class J7 extends L1 {
6737
6737
  const h = this.waitingReads.shift();
6738
6738
  this.read(h.lng, h.ns, h.fcName, h.tried, h.wait, h.callback);
6739
6739
  }
6740
- if (d && l && n < this.maxRetries) {
6740
+ if (d && l && s < this.maxRetries) {
6741
6741
  setTimeout(() => {
6742
- this.read.call(this, e, t, s, n + 1, o * 2, c);
6742
+ this.read.call(this, e, t, n, s + 1, o * 2, c);
6743
6743
  }, o);
6744
6744
  return;
6745
6745
  }
6746
6746
  c(d, l);
6747
- }, C = this.backend[s].bind(this.backend);
6747
+ }, C = this.backend[n].bind(this.backend);
6748
6748
  if (C.length === 2) {
6749
6749
  try {
6750
6750
  const d = C(e, t);
@@ -6757,40 +6757,40 @@ class J7 extends L1 {
6757
6757
  return C(e, t, a);
6758
6758
  }
6759
6759
  prepareLoading(e, t) {
6760
- let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, n = arguments.length > 3 ? arguments[3] : void 0;
6760
+ let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, s = arguments.length > 3 ? arguments[3] : void 0;
6761
6761
  if (!this.backend)
6762
- return this.logger.warn("No backend was added via i18next.use. Will not load resources."), n && n();
6762
+ return this.logger.warn("No backend was added via i18next.use. Will not load resources."), s && s();
6763
6763
  N(e) && (e = this.languageUtils.toResolveHierarchy(e)), N(t) && (t = [t]);
6764
- const o = this.queueLoad(e, t, s, n);
6764
+ const o = this.queueLoad(e, t, n, s);
6765
6765
  if (!o.toLoad.length)
6766
- return o.pending.length || n(), null;
6766
+ return o.pending.length || s(), null;
6767
6767
  o.toLoad.forEach((c) => {
6768
6768
  this.loadOne(c);
6769
6769
  });
6770
6770
  }
6771
- load(e, t, s) {
6772
- this.prepareLoading(e, t, {}, s);
6771
+ load(e, t, n) {
6772
+ this.prepareLoading(e, t, {}, n);
6773
6773
  }
6774
- reload(e, t, s) {
6774
+ reload(e, t, n) {
6775
6775
  this.prepareLoading(e, t, {
6776
6776
  reload: !0
6777
- }, s);
6777
+ }, n);
6778
6778
  }
6779
6779
  loadOne(e) {
6780
6780
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
6781
- const s = e.split("|"), n = s[0], o = s[1];
6782
- this.read(n, o, "read", void 0, void 0, (c, a) => {
6783
- c && this.logger.warn(`${t}loading namespace ${o} for language ${n} failed`, c), !c && a && this.logger.log(`${t}loaded namespace ${o} for language ${n}`, a), this.loaded(e, c, a);
6781
+ const n = e.split("|"), s = n[0], o = n[1];
6782
+ this.read(s, o, "read", void 0, void 0, (c, a) => {
6783
+ c && this.logger.warn(`${t}loading namespace ${o} for language ${s} failed`, c), !c && a && this.logger.log(`${t}loaded namespace ${o} for language ${s}`, a), this.loaded(e, c, a);
6784
6784
  });
6785
6785
  }
6786
- saveMissing(e, t, s, n, o) {
6786
+ saveMissing(e, t, n, s, o) {
6787
6787
  let c = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : {}, a = arguments.length > 6 && arguments[6] !== void 0 ? arguments[6] : () => {
6788
6788
  };
6789
6789
  if (this.services.utils && this.services.utils.hasLoadedNamespace && !this.services.utils.hasLoadedNamespace(t)) {
6790
- this.logger.warn(`did not save key "${s}" as the namespace "${t}" 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!!!");
6790
+ this.logger.warn(`did not save key "${n}" as the namespace "${t}" 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!!!");
6791
6791
  return;
6792
6792
  }
6793
- if (!(s == null || s === "")) {
6793
+ if (!(n == null || n === "")) {
6794
6794
  if (this.backend && this.backend.create) {
6795
6795
  const C = {
6796
6796
  ...c,
@@ -6799,14 +6799,14 @@ class J7 extends L1 {
6799
6799
  if (d.length < 6)
6800
6800
  try {
6801
6801
  let l;
6802
- d.length === 5 ? l = d(e, t, s, n, C) : l = d(e, t, s, n), l && typeof l.then == "function" ? l.then((h) => a(null, h)).catch(a) : a(null, l);
6802
+ d.length === 5 ? l = d(e, t, n, s, C) : l = d(e, t, n, s), l && typeof l.then == "function" ? l.then((h) => a(null, h)).catch(a) : a(null, l);
6803
6803
  } catch (l) {
6804
6804
  a(l);
6805
6805
  }
6806
6806
  else
6807
- d(e, t, s, n, a, C);
6807
+ d(e, t, n, s, a, C);
6808
6808
  }
6809
- !e || !e[0] || this.store.addResource(e[0], t, s, n);
6809
+ !e || !e[0] || this.store.addResource(e[0], t, n, s);
6810
6810
  }
6811
6811
  }
6812
6812
  }
@@ -6847,8 +6847,8 @@ const W1 = () => ({
6847
6847
  let e = {};
6848
6848
  if (typeof i[1] == "object" && (e = i[1]), N(i[1]) && (e.defaultValue = i[1]), N(i[2]) && (e.tDescription = i[2]), typeof i[2] == "object" || typeof i[3] == "object") {
6849
6849
  const t = i[3] || i[2];
6850
- Object.keys(t).forEach((s) => {
6851
- e[s] = t[s];
6850
+ Object.keys(t).forEach((n) => {
6851
+ e[n] = t[n];
6852
6852
  });
6853
6853
  }
6854
6854
  return e;
@@ -6887,15 +6887,15 @@ class l1 extends L1 {
6887
6887
  }
6888
6888
  init() {
6889
6889
  var e = this;
6890
- let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, s = arguments.length > 1 ? arguments[1] : void 0;
6891
- this.isInitializing = !0, typeof t == "function" && (s = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (N(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
6892
- const n = W1();
6890
+ let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 ? arguments[1] : void 0;
6891
+ this.isInitializing = !0, typeof t == "function" && (n = t, t = {}), !t.defaultNS && t.defaultNS !== !1 && t.ns && (N(t.ns) ? t.defaultNS = t.ns : t.ns.indexOf("translation") < 0 && (t.defaultNS = t.ns[0]));
6892
+ const s = W1();
6893
6893
  this.options = {
6894
- ...n,
6894
+ ...s,
6895
6895
  ...this.options,
6896
6896
  ...U1(t)
6897
6897
  }, this.options.compatibilityAPI !== "v1" && (this.options.interpolation = {
6898
- ...n.interpolation,
6898
+ ...s.interpolation,
6899
6899
  ...this.options.interpolation
6900
6900
  }), t.keySeparator !== void 0 && (this.options.userDefinedKeySeparator = t.keySeparator), t.nsSeparator !== void 0 && (this.options.userDefinedNsSeparator = t.nsSeparator);
6901
6901
  const o = (l) => l ? typeof l == "function" ? new l() : l : null;
@@ -6910,7 +6910,7 @@ class l1 extends L1 {
6910
6910
  prepend: this.options.pluralSeparator,
6911
6911
  compatibilityJSON: this.options.compatibilityJSON,
6912
6912
  simplifyPluralSuffix: this.options.simplifyPluralSuffix
6913
- }), l && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (g.formatter = o(l), g.formatter.init(g, this.options), this.options.interpolation.format = g.formatter.format.bind(g.formatter)), g.interpolator = new F7(this.options), g.utils = {
6913
+ }), l && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (g.formatter = o(l), g.formatter.init(g, this.options), this.options.interpolation.format = g.formatter.format.bind(g.formatter)), g.interpolator = new F7(this.options), g.utils = {
6914
6914
  hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
6915
6915
  }, g.backendConnector = new J7(o(this.modules.backend), g.resourceStore, g, this.options), g.backendConnector.on("*", function(p) {
6916
6916
  for (var k = arguments.length, v = new Array(k > 1 ? k - 1 : 0), f = 1; f < k; f++)
@@ -6924,7 +6924,7 @@ class l1 extends L1 {
6924
6924
  p.init && p.init(this);
6925
6925
  });
6926
6926
  }
6927
- if (this.format = this.options.interpolation.format, s || (s = u1), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
6927
+ if (this.format = this.options.interpolation.format, n || (n = u1), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
6928
6928
  const l = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
6929
6929
  l.length > 0 && l[0] !== "dev" && (this.options.lng = l[0]);
6930
6930
  }
@@ -6937,9 +6937,9 @@ class l1 extends L1 {
6937
6937
  return e.store[l](...arguments), e;
6938
6938
  };
6939
6939
  });
6940
- const C = n1(), d = () => {
6940
+ const C = s1(), d = () => {
6941
6941
  const l = (h, g) => {
6942
- this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), C.resolve(g), s(h, g);
6942
+ this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), C.resolve(g), n(h, g);
6943
6943
  };
6944
6944
  if (this.languages && this.options.compatibilityAPI !== "v1" && !this.isInitialized) return l(null, this.t.bind(this));
6945
6945
  this.changeLanguage(this.options.lng, l);
@@ -6947,55 +6947,55 @@ class l1 extends L1 {
6947
6947
  return this.options.resources || !this.options.initImmediate ? d() : setTimeout(d, 0), C;
6948
6948
  }
6949
6949
  loadResources(e) {
6950
- let s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u1;
6951
- const n = N(e) ? e : this.language;
6952
- if (typeof e == "function" && (s = e), !this.options.resources || this.options.partialBundledLanguages) {
6953
- if (n && n.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return s();
6950
+ let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u1;
6951
+ const s = N(e) ? e : this.language;
6952
+ if (typeof e == "function" && (n = e), !this.options.resources || this.options.partialBundledLanguages) {
6953
+ if (s && s.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return n();
6954
6954
  const o = [], c = (a) => {
6955
6955
  if (!a || a === "cimode") return;
6956
6956
  this.services.languageUtils.toResolveHierarchy(a).forEach((d) => {
6957
6957
  d !== "cimode" && o.indexOf(d) < 0 && o.push(d);
6958
6958
  });
6959
6959
  };
6960
- n ? c(n) : this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((C) => c(C)), this.options.preload && this.options.preload.forEach((a) => c(a)), this.services.backendConnector.load(o, this.options.ns, (a) => {
6961
- !a && !this.resolvedLanguage && this.language && this.setResolvedLanguage(this.language), s(a);
6960
+ s ? c(s) : this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach((C) => c(C)), this.options.preload && this.options.preload.forEach((a) => c(a)), this.services.backendConnector.load(o, this.options.ns, (a) => {
6961
+ !a && !this.resolvedLanguage && this.language && this.setResolvedLanguage(this.language), n(a);
6962
6962
  });
6963
6963
  } else
6964
- s(null);
6964
+ n(null);
6965
6965
  }
6966
- reloadResources(e, t, s) {
6967
- const n = n1();
6968
- return typeof e == "function" && (s = e, e = void 0), typeof t == "function" && (s = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), s || (s = u1), this.services.backendConnector.reload(e, t, (o) => {
6969
- n.resolve(), s(o);
6970
- }), n;
6966
+ reloadResources(e, t, n) {
6967
+ const s = s1();
6968
+ return typeof e == "function" && (n = e, e = void 0), typeof t == "function" && (n = t, t = void 0), e || (e = this.languages), t || (t = this.options.ns), n || (n = u1), this.services.backendConnector.reload(e, t, (o) => {
6969
+ s.resolve(), n(o);
6970
+ }), s;
6971
6971
  }
6972
6972
  use(e) {
6973
6973
  if (!e) throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");
6974
6974
  if (!e.type) throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");
6975
- return e.type === "backend" && (this.modules.backend = e), (e.type === "logger" || e.log && e.warn && e.error) && (this.modules.logger = e), e.type === "languageDetector" && (this.modules.languageDetector = e), e.type === "i18nFormat" && (this.modules.i18nFormat = e), e.type === "postProcessor" && n2.addPostProcessor(e), e.type === "formatter" && (this.modules.formatter = e), e.type === "3rdParty" && this.modules.external.push(e), this;
6975
+ return e.type === "backend" && (this.modules.backend = e), (e.type === "logger" || e.log && e.warn && e.error) && (this.modules.logger = e), e.type === "languageDetector" && (this.modules.languageDetector = e), e.type === "i18nFormat" && (this.modules.i18nFormat = e), e.type === "postProcessor" && s2.addPostProcessor(e), e.type === "formatter" && (this.modules.formatter = e), e.type === "3rdParty" && this.modules.external.push(e), this;
6976
6976
  }
6977
6977
  setResolvedLanguage(e) {
6978
6978
  if (!(!e || !this.languages) && !(["cimode", "dev"].indexOf(e) > -1))
6979
6979
  for (let t = 0; t < this.languages.length; t++) {
6980
- const s = this.languages[t];
6981
- if (!(["cimode", "dev"].indexOf(s) > -1) && this.store.hasLanguageSomeTranslations(s)) {
6982
- this.resolvedLanguage = s;
6980
+ const n = this.languages[t];
6981
+ if (!(["cimode", "dev"].indexOf(n) > -1) && this.store.hasLanguageSomeTranslations(n)) {
6982
+ this.resolvedLanguage = n;
6983
6983
  break;
6984
6984
  }
6985
6985
  }
6986
6986
  }
6987
6987
  changeLanguage(e, t) {
6988
- var s = this;
6988
+ var n = this;
6989
6989
  this.isLanguageChangingTo = e;
6990
- const n = n1();
6990
+ const s = s1();
6991
6991
  this.emit("languageChanging", e);
6992
6992
  const o = (C) => {
6993
6993
  this.language = C, this.languages = this.services.languageUtils.toResolveHierarchy(C), this.resolvedLanguage = void 0, this.setResolvedLanguage(C);
6994
6994
  }, c = (C, d) => {
6995
- d ? (o(d), this.translator.changeLanguage(d), this.isLanguageChangingTo = void 0, this.emit("languageChanged", d), this.logger.log("languageChanged", d)) : this.isLanguageChangingTo = void 0, n.resolve(function() {
6996
- return s.t(...arguments);
6995
+ d ? (o(d), this.translator.changeLanguage(d), this.isLanguageChangingTo = void 0, this.emit("languageChanged", d), this.logger.log("languageChanged", d)) : this.isLanguageChangingTo = void 0, s.resolve(function() {
6996
+ return n.t(...arguments);
6997
6997
  }), t && t(C, function() {
6998
- return s.t(...arguments);
6998
+ return n.t(...arguments);
6999
6999
  });
7000
7000
  }, a = (C) => {
7001
7001
  !e && !C && this.services.languageDetector && (C = []);
@@ -7004,26 +7004,26 @@ class l1 extends L1 {
7004
7004
  c(l, d);
7005
7005
  });
7006
7006
  };
7007
- return !e && this.services.languageDetector && !this.services.languageDetector.async ? a(this.services.languageDetector.detect()) : !e && this.services.languageDetector && this.services.languageDetector.async ? this.services.languageDetector.detect.length === 0 ? this.services.languageDetector.detect().then(a) : this.services.languageDetector.detect(a) : a(e), n;
7007
+ return !e && this.services.languageDetector && !this.services.languageDetector.async ? a(this.services.languageDetector.detect()) : !e && this.services.languageDetector && this.services.languageDetector.async ? this.services.languageDetector.detect.length === 0 ? this.services.languageDetector.detect().then(a) : this.services.languageDetector.detect(a) : a(e), s;
7008
7008
  }
7009
- getFixedT(e, t, s) {
7010
- var n = this;
7009
+ getFixedT(e, t, n) {
7010
+ var s = this;
7011
7011
  const o = function(c, a) {
7012
7012
  let C;
7013
7013
  if (typeof a != "object") {
7014
7014
  for (var d = arguments.length, l = new Array(d > 2 ? d - 2 : 0), h = 2; h < d; h++)
7015
7015
  l[h - 2] = arguments[h];
7016
- C = n.options.overloadTranslationOptionHandler([c, a].concat(l));
7016
+ C = s.options.overloadTranslationOptionHandler([c, a].concat(l));
7017
7017
  } else
7018
7018
  C = {
7019
7019
  ...a
7020
7020
  };
7021
- C.lng = C.lng || o.lng, C.lngs = C.lngs || o.lngs, C.ns = C.ns || o.ns, C.keyPrefix !== "" && (C.keyPrefix = C.keyPrefix || s || o.keyPrefix);
7022
- const g = n.options.keySeparator || ".";
7021
+ C.lng = C.lng || o.lng, C.lngs = C.lngs || o.lngs, C.ns = C.ns || o.ns, C.keyPrefix !== "" && (C.keyPrefix = C.keyPrefix || n || o.keyPrefix);
7022
+ const g = s.options.keySeparator || ".";
7023
7023
  let p;
7024
- return C.keyPrefix && Array.isArray(c) ? p = c.map((k) => `${C.keyPrefix}${g}${k}`) : p = C.keyPrefix ? `${C.keyPrefix}${g}${c}` : c, n.t(p, C);
7024
+ return C.keyPrefix && Array.isArray(c) ? p = c.map((k) => `${C.keyPrefix}${g}${k}`) : p = C.keyPrefix ? `${C.keyPrefix}${g}${c}` : c, s.t(p, C);
7025
7025
  };
7026
- return N(e) ? o.lng = e : o.lngs = e, o.ns = t, o.keyPrefix = s, o;
7026
+ return N(e) ? o.lng = e : o.lngs = e, o.ns = t, o.keyPrefix = n, o;
7027
7027
  }
7028
7028
  t() {
7029
7029
  return this.translator && this.translator.translate(...arguments);
@@ -7040,8 +7040,8 @@ class l1 extends L1 {
7040
7040
  return this.logger.warn("hasLoadedNamespace: i18next was not initialized", this.languages), !1;
7041
7041
  if (!this.languages || !this.languages.length)
7042
7042
  return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty", this.languages), !1;
7043
- const s = t.lng || this.resolvedLanguage || this.languages[0], n = this.options ? this.options.fallbackLng : !1, o = this.languages[this.languages.length - 1];
7044
- if (s.toLowerCase() === "cimode") return !0;
7043
+ const n = t.lng || this.resolvedLanguage || this.languages[0], s = this.options ? this.options.fallbackLng : !1, o = this.languages[this.languages.length - 1];
7044
+ if (n.toLowerCase() === "cimode") return !0;
7045
7045
  const c = (a, C) => {
7046
7046
  const d = this.services.backendConnector.state[`${a}|${C}`];
7047
7047
  return d === -1 || d === 0 || d === 2;
@@ -7050,28 +7050,28 @@ class l1 extends L1 {
7050
7050
  const a = t.precheck(this, c);
7051
7051
  if (a !== void 0) return a;
7052
7052
  }
7053
- return !!(this.hasResourceBundle(s, e) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || c(s, e) && (!n || c(o, e)));
7053
+ return !!(this.hasResourceBundle(n, e) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || c(n, e) && (!s || c(o, e)));
7054
7054
  }
7055
7055
  loadNamespaces(e, t) {
7056
- const s = n1();
7057
- return this.options.ns ? (N(e) && (e = [e]), e.forEach((n) => {
7058
- this.options.ns.indexOf(n) < 0 && this.options.ns.push(n);
7059
- }), this.loadResources((n) => {
7060
- s.resolve(), t && t(n);
7061
- }), s) : (t && t(), Promise.resolve());
7056
+ const n = s1();
7057
+ return this.options.ns ? (N(e) && (e = [e]), e.forEach((s) => {
7058
+ this.options.ns.indexOf(s) < 0 && this.options.ns.push(s);
7059
+ }), this.loadResources((s) => {
7060
+ n.resolve(), t && t(s);
7061
+ }), n) : (t && t(), Promise.resolve());
7062
7062
  }
7063
7063
  loadLanguages(e, t) {
7064
- const s = n1();
7064
+ const n = s1();
7065
7065
  N(e) && (e = [e]);
7066
- const n = this.options.preload || [], o = e.filter((c) => n.indexOf(c) < 0 && this.services.languageUtils.isSupportedCode(c));
7067
- return o.length ? (this.options.preload = n.concat(o), this.loadResources((c) => {
7068
- s.resolve(), t && t(c);
7069
- }), s) : (t && t(), Promise.resolve());
7066
+ const s = this.options.preload || [], o = e.filter((c) => s.indexOf(c) < 0 && this.services.languageUtils.isSupportedCode(c));
7067
+ return o.length ? (this.options.preload = s.concat(o), this.loadResources((c) => {
7068
+ n.resolve(), t && t(c);
7069
+ }), n) : (t && t(), Promise.resolve());
7070
7070
  }
7071
7071
  dir(e) {
7072
7072
  if (e || (e = this.resolvedLanguage || (this.languages && this.languages.length > 0 ? this.languages[0] : this.language)), !e) return "rtl";
7073
- 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"], s = this.services && this.services.languageUtils || new j1(W1());
7074
- return t.indexOf(s.getLanguagePartFromCode(e)) > -1 || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
7073
+ 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"], n = this.services && this.services.languageUtils || new j1(W1());
7074
+ return t.indexOf(n.getLanguagePartFromCode(e)) > -1 || e.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
7075
7075
  }
7076
7076
  static createInstance() {
7077
7077
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
@@ -7079,24 +7079,24 @@ class l1 extends L1 {
7079
7079
  }
7080
7080
  cloneInstance() {
7081
7081
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : u1;
7082
- const s = e.forkResourceStore;
7083
- s && delete e.forkResourceStore;
7084
- const n = {
7082
+ const n = e.forkResourceStore;
7083
+ n && delete e.forkResourceStore;
7084
+ const s = {
7085
7085
  ...this.options,
7086
7086
  ...e,
7087
7087
  isClone: !0
7088
- }, o = new l1(n);
7088
+ }, o = new l1(s);
7089
7089
  return (e.debug !== void 0 || e.prefix !== void 0) && (o.logger = o.logger.clone(e)), ["store", "services", "language"].forEach((a) => {
7090
7090
  o[a] = this[a];
7091
7091
  }), o.services = {
7092
7092
  ...this.services
7093
7093
  }, o.services.utils = {
7094
7094
  hasLoadedNamespace: o.hasLoadedNamespace.bind(o)
7095
- }, s && (o.store = new Y1(this.store.data, n), o.services.resourceStore = o.store), o.translator = new w1(o.services, n), o.translator.on("*", function(a) {
7095
+ }, n && (o.store = new Y1(this.store.data, s), o.services.resourceStore = o.store), o.translator = new w1(o.services, s), o.translator.on("*", function(a) {
7096
7096
  for (var C = arguments.length, d = new Array(C > 1 ? C - 1 : 0), l = 1; l < C; l++)
7097
7097
  d[l - 1] = arguments[l];
7098
7098
  o.emit(a, ...d);
7099
- }), o.init(n, t), o.translator.options = n, o.translator.backendConnector.services.utils = {
7099
+ }), o.init(s, t), o.translator.options = s, o.translator.backendConnector.services.utils = {
7100
7100
  hasLoadedNamespace: o.hasLoadedNamespace.bind(o)
7101
7101
  }, o;
7102
7102
  }
@@ -7152,28 +7152,28 @@ const r2 = (i, e) => () => {
7152
7152
  }
7153
7153
  }, J1 = (i, e, t) => {
7154
7154
  i.loadNamespaces(e, r2(i, t));
7155
- }, Q1 = (i, e, t, s) => {
7156
- J(t) && (t = [t]), t.forEach((n) => {
7157
- i.options.ns.indexOf(n) < 0 && i.options.ns.push(n);
7158
- }), i.loadLanguages(e, r2(i, s));
7155
+ }, Q1 = (i, e, t, n) => {
7156
+ J(t) && (t = [t]), t.forEach((s) => {
7157
+ i.options.ns.indexOf(s) < 0 && i.options.ns.push(s);
7158
+ }), i.loadLanguages(e, r2(i, n));
7159
7159
  }, X7 = function(i, e) {
7160
7160
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
7161
- const s = e.languages[0], n = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
7162
- if (s.toLowerCase() === "cimode") return !0;
7161
+ const n = e.languages[0], s = e.options ? e.options.fallbackLng : !1, o = e.languages[e.languages.length - 1];
7162
+ if (n.toLowerCase() === "cimode") return !0;
7163
7163
  const c = (a, C) => {
7164
7164
  const d = e.services.backendConnector.state[`${a}|${C}`];
7165
7165
  return d === -1 || d === 2;
7166
7166
  };
7167
- return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(s, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(s, i) && (!n || c(o, i)));
7167
+ return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !c(e.isLanguageChangingTo, i) ? !1 : !!(e.hasResourceBundle(n, i) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || c(n, i) && (!s || c(o, i)));
7168
7168
  }, e0 = function(i, e) {
7169
7169
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
7170
7170
  return !e.languages || !e.languages.length ? (M1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(i, {
7171
7171
  lng: t.lng,
7172
- precheck: (n, o) => {
7173
- if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !o(n.isLanguageChangingTo, i)) return !1;
7172
+ precheck: (s, o) => {
7173
+ if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !o(s.isLanguageChangingTo, i)) return !1;
7174
7174
  }
7175
7175
  }) : X7(i, e, t);
7176
- }, J = (i) => typeof i == "string", t0 = (i) => typeof i == "object" && i !== null, i0 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, s0 = {
7176
+ }, J = (i) => typeof i == "string", t0 = (i) => typeof i == "object" && i !== null, i0 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, n0 = {
7177
7177
  "&amp;": "&",
7178
7178
  "&#38;": "&",
7179
7179
  "&lt;": "<",
@@ -7194,7 +7194,7 @@ const r2 = (i, e) => () => {
7194
7194
  "&#8230;": "…",
7195
7195
  "&#x2F;": "/",
7196
7196
  "&#47;": "/"
7197
- }, n0 = (i) => s0[i], r0 = (i) => i.replace(i0, n0);
7197
+ }, s0 = (i) => n0[i], r0 = (i) => i.replace(i0, s0);
7198
7198
  let b1 = {
7199
7199
  bindI18n: "languageChanged",
7200
7200
  bindI18nStore: "",
@@ -7223,7 +7223,7 @@ const l0 = (i) => {
7223
7223
  }, d0 = t1();
7224
7224
  class C0 {
7225
7225
  constructor() {
7226
- A1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
7226
+ I1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
7227
7227
  this.usedNamespaces = {};
7228
7228
  }
7229
7229
  addUsedNamespaces(e) {
@@ -7234,17 +7234,17 @@ class C0 {
7234
7234
  }
7235
7235
  const g0 = (i, e) => {
7236
7236
  const t = W();
7237
- return A(() => {
7237
+ return I(() => {
7238
7238
  t.current = i;
7239
7239
  }, [i, e]), t.current;
7240
- }, a2 = (i, e, t, s) => i.getFixedT(e, t, s), u0 = (i, e, t, s) => K(a2(i, e, t, s), [i, e, t, s]), p0 = function(i) {
7240
+ }, a2 = (i, e, t, n) => i.getFixedT(e, t, n), u0 = (i, e, t, n) => K(a2(i, e, t, n), [i, e, t, n]), p0 = function(i) {
7241
7241
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
7242
7242
  const {
7243
7243
  i18n: t
7244
7244
  } = e, {
7245
- i18n: s,
7246
- defaultNS: n
7247
- } = Q(d0) || {}, o = t || s || h0();
7245
+ i18n: n,
7246
+ defaultNS: s
7247
+ } = Q(d0) || {}, o = t || n || h0();
7248
7248
  if (o && !o.reportNamespaces && (o.reportNamespaces = new C0()), !o) {
7249
7249
  M1("You will need to pass in an i18next instance by using initReactI18next");
7250
7250
  const m = (R, x) => J(x) ? x : t0(x) && J(x.defaultValue) ? x.defaultValue : Array.isArray(R) ? R[R.length - 1] : R, M = [m, {}, !1];
@@ -7261,11 +7261,11 @@ const g0 = (i, e) => {
7261
7261
  } = c;
7262
7262
  let d = i;
7263
7263
  d = J(d) ? [d] : d || ["translation"], o.reportNamespaces.addUsedNamespaces && o.reportNamespaces.addUsedNamespaces(d);
7264
- const l = (o.isInitialized || o.initializedStoreOnce) && d.every((m) => e0(m, o, c)), h = u0(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, p = () => a2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] = I(g);
7264
+ const l = (o.isInitialized || o.initializedStoreOnce) && d.every((m) => e0(m, o, c)), h = u0(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), g = () => h, p = () => a2(o, e.lng || null, c.nsMode === "fallback" ? d : d[0], C), [k, v] = V(g);
7265
7265
  let f = d.join();
7266
7266
  e.lng && (f = `${e.lng}${f}`);
7267
7267
  const y = g0(f), b = W(!0);
7268
- A(() => {
7268
+ I(() => {
7269
7269
  const {
7270
7270
  bindI18n: m,
7271
7271
  bindI18nStore: M
@@ -7281,7 +7281,7 @@ const g0 = (i, e) => {
7281
7281
  return m && o && o.on(m, R), M && o && o.store.on(M, R), () => {
7282
7282
  b.current = !1, m && o && m.split(" ").forEach((x) => o.off(x, R)), M && o && M.split(" ").forEach((x) => o.store.off(x, R));
7283
7283
  };
7284
- }, [o, f]), A(() => {
7284
+ }, [o, f]), I(() => {
7285
7285
  b.current && l && v(g);
7286
7286
  }, [o, C, l]);
7287
7287
  const E = [k, o, l];
@@ -7311,15 +7311,15 @@ const b0 = h1(
7311
7311
  width: i,
7312
7312
  selectedCity: e,
7313
7313
  setSelectedCity: t,
7314
- onChange: s,
7315
- value: n,
7314
+ onChange: n,
7315
+ value: s,
7316
7316
  id: o,
7317
7317
  disabled: c,
7318
7318
  required: a,
7319
7319
  clearable: C,
7320
7320
  error: d
7321
7321
  }, l) => {
7322
- const [h, g] = I([]), [p, k] = I([]), [v, f] = I(!1), { locale: y, axiosPeople: b } = Q(u2);
7322
+ const [h, g] = V([]), [p, k] = V([]), [v, f] = V(!1), { locale: y, axiosPeople: b } = Q(u2);
7323
7323
  if (!b)
7324
7324
  throw new Error(
7325
7325
  `CountrySelect requires "axiosPeople" to fetch counties.
@@ -7336,22 +7336,22 @@ const b0 = h1(
7336
7336
  f(!1);
7337
7337
  }
7338
7338
  }, [b]);
7339
- A(() => {
7339
+ I(() => {
7340
7340
  m();
7341
- }, []), A(() => {
7341
+ }, []), I(() => {
7342
7342
  if (e) {
7343
7343
  const R = e.split("-")[1], x = p.filter(
7344
- (G) => G.name.includes(R)
7344
+ (D) => D.name.includes(R)
7345
7345
  );
7346
7346
  if (x.length) {
7347
- const G = x.map((Y) => ({
7347
+ const D = x.map((Y) => ({
7348
7348
  label: Y.name,
7349
7349
  value: Y.name
7350
7350
  }));
7351
- s(G[0].value);
7351
+ n(D[0].value);
7352
7352
  }
7353
7353
  }
7354
- }, [e, p, s]), A(() => {
7354
+ }, [e, p, n]), I(() => {
7355
7355
  const R = p.map((x) => ({
7356
7356
  label: x.name,
7357
7357
  value: x.name
@@ -7359,7 +7359,7 @@ const b0 = h1(
7359
7359
  g(R);
7360
7360
  }, [p]);
7361
7361
  const M = (R) => {
7362
- R === null ? (s(""), t && t("")) : (s(R), t && t(""));
7362
+ R === null ? (n(""), t && t("")) : (n(R), t && t(""));
7363
7363
  };
7364
7364
  return /* @__PURE__ */ r("div", { className: "snmt-country-select", children: /* @__PURE__ */ r(
7365
7365
  y7,
@@ -7367,7 +7367,7 @@ const b0 = h1(
7367
7367
  id: o,
7368
7368
  width: i,
7369
7369
  placeholder: E("placeholder"),
7370
- value: n,
7370
+ value: s,
7371
7371
  ref: l,
7372
7372
  onChange: M,
7373
7373
  options: h,