@snmt-react-ui/async-select 1.6.4 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/async-select.js +438 -366
  2. package/package.json +3 -3
@@ -1,22 +1,22 @@
1
1
  import "./index.css";
2
- import { jsx as t, Fragment as b, jsxs as c } from "react/jsx-runtime";
3
- import { createContext as $, forwardRef as n1, useState as x, useRef as e1, useEffect as G, useCallback as I, useContext as z, useImperativeHandle as x1 } from "react";
2
+ import { jsx as t, Fragment as K, jsxs as c } from "react/jsx-runtime";
3
+ import { createContext as P, forwardRef as s1, useState as x, useRef as i1, useEffect as G, useCallback as Z, useContext as $, useImperativeHandle as x1 } from "react";
4
4
  import { Select as _1, Flex as R1, Avatar as H1, Checkbox as E1, Typography as V1, Tag as Z1, Popover as I1 } from "antd";
5
5
  var W1 = Object.defineProperty, B1 = (o, i, e) => i in o ? W1(o, i, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[i] = e, A1 = (o, i, e) => B1(o, i + "", e), G1 = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
6
6
  function y1() {
7
7
  if (console && console.warn) {
8
8
  for (var o = arguments.length, i = new Array(o), e = 0; e < o; e++)
9
9
  i[e] = arguments[e];
10
- T(i[0]) && (i[0] = `react-i18next:: ${i[0]}`), console.warn(...i);
10
+ b(i[0]) && (i[0] = `react-i18next:: ${i[0]}`), console.warn(...i);
11
11
  }
12
12
  }
13
- const c1 = {};
14
- function r1() {
13
+ const a1 = {};
14
+ function n1() {
15
15
  for (var o = arguments.length, i = new Array(o), e = 0; e < o; e++)
16
16
  i[e] = arguments[e];
17
- T(i[0]) && c1[i[0]] || (T(i[0]) && (c1[i[0]] = /* @__PURE__ */ new Date()), y1(...i));
17
+ b(i[0]) && a1[i[0]] || (b(i[0]) && (a1[i[0]] = /* @__PURE__ */ new Date()), y1(...i));
18
18
  }
19
- const g1 = (o, i) => () => {
19
+ const k1 = (o, i) => () => {
20
20
  if (o.isInitialized)
21
21
  i();
22
22
  else {
@@ -27,12 +27,12 @@ const g1 = (o, i) => () => {
27
27
  };
28
28
  o.on("initialized", e);
29
29
  }
30
- }, a1 = (o, i, e) => {
31
- o.loadNamespaces(i, g1(o, e));
32
- }, d1 = (o, i, e, l) => {
33
- T(e) && (e = [e]), e.forEach((r) => {
30
+ }, d1 = (o, i, e) => {
31
+ o.loadNamespaces(i, k1(o, e));
32
+ }, C1 = (o, i, e, l) => {
33
+ b(e) && (e = [e]), e.forEach((r) => {
34
34
  o.options.ns.indexOf(r) < 0 && o.options.ns.push(r);
35
- }), o.loadLanguages(i, g1(o, l));
35
+ }), o.loadLanguages(i, k1(o, l));
36
36
  }, D1 = function(o, i) {
37
37
  let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
38
38
  const l = i.languages[0], r = i.options ? i.options.fallbackLng : !1, a = i.languages[i.languages.length - 1];
@@ -44,13 +44,13 @@ const g1 = (o, i) => () => {
44
44
  return e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && i.services.backendConnector.backend && i.isLanguageChangingTo && !k(i.isLanguageChangingTo, o) ? !1 : !!(i.hasResourceBundle(l, o) || !i.services.backendConnector.backend || i.options.resources && !i.options.partialBundledLanguages || k(l, o) && (!r || k(a, o)));
45
45
  }, j1 = function(o, i) {
46
46
  let e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
47
- return !i.languages || !i.languages.length ? (r1("i18n.languages were undefined or empty", i.languages), !0) : i.options.ignoreJSONStructure !== void 0 ? i.hasLoadedNamespace(o, {
47
+ return !i.languages || !i.languages.length ? (n1("i18n.languages were undefined or empty", i.languages), !0) : i.options.ignoreJSONStructure !== void 0 ? i.hasLoadedNamespace(o, {
48
48
  lng: e.lng,
49
49
  precheck: (l, r) => {
50
50
  if (e.bindI18n && e.bindI18n.indexOf("languageChanging") > -1 && l.services.backendConnector.backend && l.isLanguageChangingTo && !r(l.isLanguageChangingTo, o)) return !1;
51
51
  }
52
52
  }) : D1(o, i, e);
53
- }, T = (o) => typeof o == "string", T1 = (o) => typeof o == "object" && o !== null, Y1 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, b1 = {
53
+ }, b = (o) => typeof o == "string", T1 = (o) => typeof o == "object" && o !== null, Y1 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, b1 = {
54
54
  "&amp;": "&",
55
55
  "&#38;": "&",
56
56
  "&lt;": "<",
@@ -84,7 +84,7 @@ let F1 = {
84
84
  };
85
85
  const S1 = () => F1;
86
86
  let U1;
87
- const P1 = () => U1, $1 = $();
87
+ const P1 = () => U1, $1 = P();
88
88
  class z1 {
89
89
  constructor() {
90
90
  A1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces)), this.usedNamespaces = {};
@@ -96,24 +96,24 @@ class z1 {
96
96
  }
97
97
  }
98
98
  const J1 = (o, i) => {
99
- const e = e1();
99
+ const e = i1();
100
100
  return G(() => {
101
101
  e.current = o;
102
102
  }, [o, i]), e.current;
103
- }, k1 = (o, i, e, l) => o.getFixedT(i, e, l), q1 = (o, i, e, l) => I(k1(o, i, e, l), [o, i, e, l]), Q1 = function(o) {
103
+ }, p1 = (o, i, e, l) => o.getFixedT(i, e, l), q1 = (o, i, e, l) => Z(p1(o, i, e, l), [o, i, e, l]), Q1 = function(o) {
104
104
  let i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
105
105
  const {
106
106
  i18n: e
107
107
  } = i, {
108
108
  i18n: l,
109
109
  defaultNS: r
110
- } = z($1) || {}, a = e || l || P1();
110
+ } = $($1) || {}, a = e || l || P1();
111
111
  if (a && !a.reportNamespaces && (a.reportNamespaces = new z1()), !a) {
112
- r1("You will need to pass in an i18next instance by using initReactI18next");
113
- const L = (f, M) => T(M) ? M : T1(M) && T(M.defaultValue) ? M.defaultValue : Array.isArray(f) ? f[f.length - 1] : f, N = [L, {}, !1];
114
- return N.t = L, N.i18n = {}, N.ready = !1, N;
112
+ n1("You will need to pass in an i18next instance by using initReactI18next");
113
+ const L = (N, M) => b(M) ? M : T1(M) && b(M.defaultValue) ? M.defaultValue : Array.isArray(N) ? N[N.length - 1] : N, v = [L, {}, !1];
114
+ return v.t = L, v.i18n = {}, v.ready = !1, v;
115
115
  }
116
- a.options.react && a.options.react.wait !== void 0 && r1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
116
+ a.options.react && a.options.react.wait !== void 0 && n1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
117
117
  const k = {
118
118
  ...S1(),
119
119
  ...a.options.react,
@@ -123,36 +123,36 @@ const J1 = (o, i) => {
123
123
  keyPrefix: p
124
124
  } = k;
125
125
  let g = o;
126
- g = T(g) ? [g] : g || ["translation"], a.reportNamespaces.addUsedNamespaces && a.reportNamespaces.addUsedNamespaces(g);
127
- const h = (a.isInitialized || a.initializedStoreOnce) && g.every((L) => j1(L, a, k)), s = q1(a, i.lng || null, k.nsMode === "fallback" ? g : g[0], p), v = () => s, E = () => k1(a, i.lng || null, k.nsMode === "fallback" ? g : g[0], p), [W, B] = x(v);
126
+ g = b(g) ? [g] : g || ["translation"], a.reportNamespaces.addUsedNamespaces && a.reportNamespaces.addUsedNamespaces(g);
127
+ const h = (a.isInitialized || a.initializedStoreOnce) && g.every((L) => j1(L, a, k)), s = q1(a, i.lng || null, k.nsMode === "fallback" ? g : g[0], p), f = () => s, E = () => p1(a, i.lng || null, k.nsMode === "fallback" ? g : g[0], p), [I, W] = x(f);
128
128
  let u = g.join();
129
129
  i.lng && (u = `${i.lng}${u}`);
130
- const y = J1(u), R = e1(!0);
130
+ const y = J1(u), R = i1(!0);
131
131
  G(() => {
132
132
  const {
133
133
  bindI18n: L,
134
- bindI18nStore: N
134
+ bindI18nStore: v
135
135
  } = k;
136
- R.current = !0, !h && !n && (i.lng ? d1(a, i.lng, g, () => {
137
- R.current && B(E);
138
- }) : a1(a, g, () => {
139
- R.current && B(E);
140
- })), h && y && y !== u && R.current && B(E);
141
- const f = () => {
142
- R.current && B(E);
136
+ R.current = !0, !h && !n && (i.lng ? C1(a, i.lng, g, () => {
137
+ R.current && W(E);
138
+ }) : d1(a, g, () => {
139
+ R.current && W(E);
140
+ })), h && y && y !== u && R.current && W(E);
141
+ const N = () => {
142
+ R.current && W(E);
143
143
  };
144
- return L && a && a.on(L, f), N && a && a.store.on(N, f), () => {
145
- R.current = !1, L && a && L.split(" ").forEach((M) => a.off(M, f)), N && a && N.split(" ").forEach((M) => a.store.off(M, f));
144
+ return L && a && a.on(L, N), v && a && a.store.on(v, N), () => {
145
+ R.current = !1, L && a && L.split(" ").forEach((M) => a.off(M, N)), v && a && v.split(" ").forEach((M) => a.store.off(M, N));
146
146
  };
147
147
  }, [a, u]), G(() => {
148
- R.current && h && B(v);
148
+ R.current && h && W(f);
149
149
  }, [a, p, h]);
150
- const A = [W, a, h];
151
- if (A.t = W, A.i18n = a, A.ready = h, h || !h && !n) return A;
150
+ const B = [I, a, h];
151
+ if (B.t = I, B.i18n = a, B.ready = h, h || !h && !n) return B;
152
152
  throw new Promise((L) => {
153
- i.lng ? d1(a, i.lng, g, () => L()) : a1(a, g, () => L());
153
+ i.lng ? C1(a, i.lng, g, () => L()) : d1(a, g, () => L());
154
154
  });
155
- }, X = ({
155
+ }, e1 = ({
156
156
  children: o,
157
157
  direction: i = "row",
158
158
  flexWrap: e = "nowrap",
@@ -188,12 +188,12 @@ const J1 = (o, i) => {
188
188
  }
189
189
  );
190
190
  };
191
- var j = /* @__PURE__ */ ((o) => (o.GREY_LIGHT_0 = "var(--grey-light-0)", o.GREY_LIGHT_1 = "var(--grey-light-1)", o.GREY_LIGHT_2 = "var(--grey-light-2)", o.GREY_LIGHT_3 = "var(--grey-light-3)", o.GREY_LIGHT_4 = "var(--grey-light-4)", o.GREY_DARK_1 = "var(--grey-dark-1)", o.GREY_DARK_2 = "var(--grey-dark-2)", o.GREY_DARK_3 = "var(--grey-dark-3)", o.GREY_DARK_4 = "var(--grey-dark-4)", o.GREY_DARK_5 = "var(--grey-dark-5)", o.BLUE_PRIMARY = "var(--blue-primary)", o.BLUE_HOVER = "var(--blue-hover)", o.BLUE_LIGHT_1 = "var(--blue-light-1)", o.BLUE_LIGHT_2 = "var(--blue-light-2)", o.BLUE_LIGHT_3 = "var(--blue-light-3)", o.BLUE_LIGHT_4 = "var(--blue-light-4)", o.BLUE_DARK_1 = "var(--blue-dark-1)", o.PURPLE_LIGHT = "var(--purple-light)", o.PURPLE_DARK = "var(--purple-dark)", o.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", o.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", o.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", o.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", o.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", o.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", o.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", o))(j || {});
192
- const s1 = $({
191
+ var Y = /* @__PURE__ */ ((o) => (o.GREY_LIGHT_0 = "var(--grey-light-0)", o.GREY_LIGHT_1 = "var(--grey-light-1)", o.GREY_LIGHT_2 = "var(--grey-light-2)", o.GREY_LIGHT_3 = "var(--grey-light-3)", o.GREY_LIGHT_4 = "var(--grey-light-4)", o.GREY_DARK_1 = "var(--grey-dark-1)", o.GREY_DARK_2 = "var(--grey-dark-2)", o.GREY_DARK_3 = "var(--grey-dark-3)", o.GREY_DARK_4 = "var(--grey-dark-4)", o.GREY_DARK_5 = "var(--grey-dark-5)", o.BLUE_PRIMARY = "var(--blue-primary)", o.BLUE_HOVER = "var(--blue-hover)", o.BLUE_LIGHT_1 = "var(--blue-light-1)", o.BLUE_LIGHT_2 = "var(--blue-light-2)", o.BLUE_LIGHT_3 = "var(--blue-light-3)", o.BLUE_LIGHT_4 = "var(--blue-light-4)", o.BLUE_DARK_1 = "var(--blue-dark-1)", o.PURPLE_LIGHT = "var(--purple-light)", o.PURPLE_DARK = "var(--purple-dark)", o.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", o.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", o.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", o.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", o.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", o.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", o.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", o))(Y || {});
192
+ const h1 = P({
193
193
  locale: "en",
194
194
  theme: "light"
195
195
  });
196
- s1.Provider;
196
+ h1.Provider;
197
197
  const e2 = ({
198
198
  checked: o = !0,
199
199
  indeterminate: i = !1,
@@ -206,7 +206,7 @@ const e2 = ({
206
206
  G(() => {
207
207
  n(o), g(i);
208
208
  }, [o, i]);
209
- const { theme: h } = z(s1);
209
+ const { theme: h } = $(h1);
210
210
  return /* @__PURE__ */ t(
211
211
  E1,
212
212
  {
@@ -222,11 +222,11 @@ const e2 = ({
222
222
  );
223
223
  };
224
224
  var C = /* @__PURE__ */ ((o) => (o.GREY_LIGHT_0 = "var(--grey-light-0)", o.GREY_LIGHT_1 = "var(--grey-light-1)", o.GREY_LIGHT_2 = "var(--grey-light-2)", o.GREY_LIGHT_3 = "var(--grey-light-3)", o.GREY_LIGHT_4 = "var(--grey-light-4)", o.GREY_DARK_1 = "var(--grey-dark-1)", o.GREY_DARK_2 = "var(--grey-dark-2)", o.GREY_DARK_3 = "var(--grey-dark-3)", o.GREY_DARK_4 = "var(--grey-dark-4)", o.GREY_DARK_5 = "var(--grey-dark-5)", o.BLUE_PRIMARY = "var(--blue-primary)", o.BLUE_HOVER = "var(--blue-hover)", o.BLUE_LIGHT_1 = "var(--blue-light-1)", o.BLUE_LIGHT_2 = "var(--blue-light-2)", o.BLUE_LIGHT_3 = "var(--blue-light-3)", o.BLUE_LIGHT_4 = "var(--blue-light-4)", o.BLUE_DARK_1 = "var(--blue-dark-1)", o.PURPLE_LIGHT = "var(--purple-light)", o.PURPLE_DARK = "var(--purple-dark)", o.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", o.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", o.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", o.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", o.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", o.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", o.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", o))(C || {});
225
- const p1 = $({
225
+ const L1 = P({
226
226
  locale: "en",
227
227
  theme: "light"
228
228
  });
229
- p1.Provider;
229
+ L1.Provider;
230
230
  const i2 = ({
231
231
  width: o = 20,
232
232
  height: i = 20,
@@ -3270,7 +3270,40 @@ const i2 = ({
3270
3270
  }
3271
3271
  )
3272
3272
  }
3273
- ), Q = ({
3273
+ ), I5 = ({
3274
+ width: o = 24,
3275
+ height: i = 24,
3276
+ color: e = "#131314",
3277
+ className: l,
3278
+ onClick: r
3279
+ }) => /* @__PURE__ */ c(
3280
+ "svg",
3281
+ {
3282
+ width: o,
3283
+ height: i,
3284
+ viewBox: "0 0 24 24",
3285
+ fill: "none",
3286
+ className: l,
3287
+ onClick: r,
3288
+ xmlns: "http://www.w3.org/2000/svg",
3289
+ children: [
3290
+ /* @__PURE__ */ t(
3291
+ "path",
3292
+ {
3293
+ d: "M19.2598 20V4C19.2598 3.58579 19.5956 3.25 20.0098 3.25C20.424 3.25 20.7598 3.58579 20.7598 4V20C20.7598 20.4142 20.424 20.75 20.0098 20.75C19.5956 20.75 19.2598 20.4142 19.2598 20Z",
3294
+ fill: e
3295
+ }
3296
+ ),
3297
+ /* @__PURE__ */ t(
3298
+ "path",
3299
+ {
3300
+ d: "M9.96973 5.46972C10.2443 5.19512 10.6791 5.17765 10.9736 5.41796L11.0303 5.46972L17.5303 11.9697L17.582 12.0264C17.8063 12.3013 17.8063 12.6987 17.582 12.9736L17.5303 13.0303L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L15.1895 13.25H4C3.58579 13.25 3.25 12.9142 3.25 12.5C3.25 12.0858 3.58579 11.75 4 11.75H15.1895L9.96973 6.53027L9.91797 6.47363C9.67766 6.17905 9.69512 5.74433 9.96973 5.46972Z",
3301
+ fill: e
3302
+ }
3303
+ )
3304
+ ]
3305
+ }
3306
+ ), X = ({
3274
3307
  name: o,
3275
3308
  width: i,
3276
3309
  height: e,
@@ -3279,14 +3312,14 @@ const i2 = ({
3279
3312
  disabled: a = !1,
3280
3313
  onClick: k
3281
3314
  }) => {
3282
- const [n, p] = x(r), { theme: g } = z(p1), h = a ? g && g === "dark" ? C.GREY_LIGHT_4 : C.GREY_DARK_1 : l, s = a ? void 0 : k;
3315
+ const [n, p] = x(r), { theme: g } = $(L1), h = a ? g && g === "dark" ? C.GREY_LIGHT_4 : C.GREY_DARK_1 : l, s = a ? void 0 : k;
3283
3316
  return G(() => {
3284
3317
  if (r) {
3285
3318
  s && !a && p(`${r} clickable`);
3286
3319
  return;
3287
3320
  }
3288
3321
  s && !a && p("clickable");
3289
- }, [s, r, a]), /* @__PURE__ */ t(b, { children: (() => {
3322
+ }, [s, r, a]), /* @__PURE__ */ t(K, { children: (() => {
3290
3323
  switch (o) {
3291
3324
  case "nextIcon":
3292
3325
  return P2({ width: i, height: e, color: h, className: n, onClick: s });
@@ -3528,16 +3561,18 @@ const i2 = ({
3528
3561
  return V5({ width: i, height: e, color: h, className: n, onClick: s });
3529
3562
  case "projects":
3530
3563
  return Z5({ width: i, height: e, color: h, className: n, onClick: s });
3564
+ case "exit":
3565
+ return I5({ width: i, height: e, color: h, className: n, onClick: s });
3531
3566
  default:
3532
- return /* @__PURE__ */ t(b, { children: "No Icon provided" });
3567
+ return /* @__PURE__ */ t(K, { children: "No Icon provided" });
3533
3568
  }
3534
3569
  })() });
3535
- }, { Title: I5, Text: W5 } = V1, B5 = {
3570
+ }, { Title: W5, Text: B5 } = V1, A5 = {
3536
3571
  h1: 1,
3537
3572
  h2: 2,
3538
3573
  h3: 3,
3539
3574
  h4: 4
3540
- }, A5 = n1(
3575
+ }, G5 = s1(
3541
3576
  ({
3542
3577
  align: o = "inherit",
3543
3578
  variant: i = "body1",
@@ -3550,17 +3585,17 @@ const i2 = ({
3550
3585
  const p = i === "h1" || i === "h2" || i === "h3" || i === "h4";
3551
3586
  let g = `snmt-typography snmt-typography-${i}`;
3552
3587
  return o && o !== "inherit" && (g += ` snmt-typography-align-${o}`), a && (g += " collapsed"), p ? /* @__PURE__ */ t(
3553
- I5,
3588
+ W5,
3554
3589
  {
3555
3590
  className: g,
3556
3591
  style: { color: e, whiteSpace: k },
3557
3592
  onClick: r,
3558
- level: B5[i],
3593
+ level: A5[i],
3559
3594
  ref: n,
3560
3595
  children: l
3561
3596
  }
3562
3597
  ) : /* @__PURE__ */ t(
3563
- W5,
3598
+ B5,
3564
3599
  {
3565
3600
  className: g,
3566
3601
  style: { color: e, whiteSpace: k },
@@ -3572,12 +3607,12 @@ const i2 = ({
3572
3607
  }
3573
3608
  );
3574
3609
  var w = /* @__PURE__ */ ((o) => (o.GREY_LIGHT_0 = "var(--grey-light-0)", o.GREY_LIGHT_1 = "var(--grey-light-1)", o.GREY_LIGHT_2 = "var(--grey-light-2)", o.GREY_LIGHT_3 = "var(--grey-light-3)", o.GREY_LIGHT_4 = "var(--grey-light-4)", o.GREY_DARK_1 = "var(--grey-dark-1)", o.GREY_DARK_2 = "var(--grey-dark-2)", o.GREY_DARK_3 = "var(--grey-dark-3)", o.GREY_DARK_4 = "var(--grey-dark-4)", o.GREY_DARK_5 = "var(--grey-dark-5)", o.BLUE_PRIMARY = "var(--blue-primary)", o.BLUE_HOVER = "var(--blue-hover)", o.BLUE_LIGHT_1 = "var(--blue-light-1)", o.BLUE_LIGHT_2 = "var(--blue-light-2)", o.BLUE_LIGHT_3 = "var(--blue-light-3)", o.BLUE_LIGHT_4 = "var(--blue-light-4)", o.BLUE_DARK_1 = "var(--blue-dark-1)", o.PURPLE_LIGHT = "var(--purple-light)", o.PURPLE_DARK = "var(--purple-dark)", o.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", o.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", o.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", o.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", o.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", o.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", o.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", o))(w || {});
3575
- const L1 = $({
3610
+ const m1 = P({
3576
3611
  locale: "en",
3577
3612
  theme: "light"
3578
3613
  });
3579
- L1.Provider;
3580
- const G5 = ({
3614
+ m1.Provider;
3615
+ const y5 = ({
3581
3616
  width: o = 20,
3582
3617
  height: i = 20,
3583
3618
  color: e = "#001E52",
@@ -3604,7 +3639,7 @@ const G5 = ({
3604
3639
  }
3605
3640
  )
3606
3641
  }
3607
- ), y5 = ({
3642
+ ), D5 = ({
3608
3643
  width: o = 20,
3609
3644
  height: i = 20,
3610
3645
  color: e = "#001E52",
@@ -3631,7 +3666,7 @@ const G5 = ({
3631
3666
  }
3632
3667
  )
3633
3668
  }
3634
- ), D5 = ({
3669
+ ), j5 = ({
3635
3670
  width: o = 16,
3636
3671
  height: i = 16,
3637
3672
  color: e = "#001E52",
@@ -3659,7 +3694,7 @@ const G5 = ({
3659
3694
  )
3660
3695
  ]
3661
3696
  }
3662
- ), j5 = ({
3697
+ ), T5 = ({
3663
3698
  width: o = 20,
3664
3699
  height: i = 20,
3665
3700
  color: e = "#001E52",
@@ -3694,7 +3729,7 @@ const G5 = ({
3694
3729
  )
3695
3730
  ]
3696
3731
  }
3697
- ), T5 = ({
3732
+ ), Y5 = ({
3698
3733
  width: o = 18,
3699
3734
  height: i = 18,
3700
3735
  color: e = "#001E52",
@@ -3733,7 +3768,7 @@ const G5 = ({
3733
3768
  )
3734
3769
  ]
3735
3770
  }
3736
- ), Y5 = ({
3771
+ ), b5 = ({
3737
3772
  width: o = 20,
3738
3773
  height: i = 20,
3739
3774
  color: e = "#001E52",
@@ -3759,7 +3794,7 @@ const G5 = ({
3759
3794
  }
3760
3795
  )
3761
3796
  }
3762
- ), b5 = ({
3797
+ ), K5 = ({
3763
3798
  width: o = 20,
3764
3799
  height: i = 20,
3765
3800
  color: e = "#001E52",
@@ -3780,7 +3815,7 @@ const G5 = ({
3780
3815
  /* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
3781
3816
  ]
3782
3817
  }
3783
- ), K5 = ({
3818
+ ), O5 = ({
3784
3819
  width: o = 20,
3785
3820
  height: i = 20,
3786
3821
  color: e = "#001E52",
@@ -3812,7 +3847,7 @@ const G5 = ({
3812
3847
  )
3813
3848
  ]
3814
3849
  }
3815
- ), O5 = ({
3850
+ ), F5 = ({
3816
3851
  width: o = 20,
3817
3852
  height: i = 20,
3818
3853
  color: e = "#001E52",
@@ -3866,7 +3901,7 @@ const G5 = ({
3866
3901
  )
3867
3902
  ]
3868
3903
  }
3869
- ), F5 = ({
3904
+ ), S5 = ({
3870
3905
  width: o = 20,
3871
3906
  height: i = 20,
3872
3907
  color: e = "#001E52",
@@ -3905,7 +3940,7 @@ const G5 = ({
3905
3940
  /* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
3906
3941
  ]
3907
3942
  }
3908
- ), S5 = ({
3943
+ ), U5 = ({
3909
3944
  width: o = 16,
3910
3945
  height: i = 12,
3911
3946
  color: e = "#001E52",
@@ -3954,7 +3989,7 @@ const G5 = ({
3954
3989
  )
3955
3990
  ] })
3956
3991
  }
3957
- ), U5 = ({
3992
+ ), P5 = ({
3958
3993
  width: o = 16,
3959
3994
  height: i = 16,
3960
3995
  color: e = "#001E52",
@@ -3988,7 +4023,7 @@ const G5 = ({
3988
4023
  )
3989
4024
  ]
3990
4025
  }
3991
- ), P5 = ({
4026
+ ), $5 = ({
3992
4027
  width: o = 10,
3993
4028
  height: i = 10,
3994
4029
  color: e = "#001E52",
@@ -4027,7 +4062,7 @@ const G5 = ({
4027
4062
  )
4028
4063
  ] })
4029
4064
  }
4030
- ), $5 = ({
4065
+ ), z5 = ({
4031
4066
  width: o = 16,
4032
4067
  height: i = 16,
4033
4068
  color: e = "#001E52",
@@ -4063,7 +4098,7 @@ const G5 = ({
4063
4098
  )
4064
4099
  ]
4065
4100
  }
4066
- ), z5 = ({
4101
+ ), J5 = ({
4067
4102
  width: o = 11,
4068
4103
  height: i = 32,
4069
4104
  color: e = "#001E52",
@@ -4101,7 +4136,7 @@ const G5 = ({
4101
4136
  /* @__PURE__ */ t("circle", { cx: "3", cy: "3", r: "3", fill: e })
4102
4137
  ]
4103
4138
  }
4104
- ), J5 = ({
4139
+ ), q5 = ({
4105
4140
  width: o = 20,
4106
4141
  height: i = 20,
4107
4142
  color: e = "#001E52",
@@ -4148,7 +4183,7 @@ const G5 = ({
4148
4183
  )
4149
4184
  ]
4150
4185
  }
4151
- ), q5 = ({
4186
+ ), Q5 = ({
4152
4187
  width: o = 20,
4153
4188
  height: i = 20,
4154
4189
  color: e = "#001E52",
@@ -4181,7 +4216,7 @@ const G5 = ({
4181
4216
  )
4182
4217
  ]
4183
4218
  }
4184
- ), Q5 = ({
4219
+ ), X5 = ({
4185
4220
  width: o = 20,
4186
4221
  height: i = 20,
4187
4222
  color: e = "#001E52",
@@ -4228,7 +4263,7 @@ const G5 = ({
4228
4263
  )
4229
4264
  ]
4230
4265
  }
4231
- ), X5 = ({
4266
+ ), e3 = ({
4232
4267
  width: o = 20,
4233
4268
  height: i = 20,
4234
4269
  color: e = "#001E52",
@@ -4261,7 +4296,7 @@ const G5 = ({
4261
4296
  )
4262
4297
  ]
4263
4298
  }
4264
- ), e3 = ({
4299
+ ), i3 = ({
4265
4300
  width: o = 18,
4266
4301
  height: i = 16,
4267
4302
  color: e = "#001E52",
@@ -4300,7 +4335,7 @@ const G5 = ({
4300
4335
  )
4301
4336
  ]
4302
4337
  }
4303
- ), i3 = ({
4338
+ ), o3 = ({
4304
4339
  width: o = 20,
4305
4340
  height: i = 20,
4306
4341
  color: e = "#001E52",
@@ -4333,7 +4368,7 @@ const G5 = ({
4333
4368
  )
4334
4369
  ]
4335
4370
  }
4336
- ), o3 = ({
4371
+ ), t3 = ({
4337
4372
  width: o = 20,
4338
4373
  height: i = 20,
4339
4374
  color: e = "#001E52",
@@ -4357,7 +4392,7 @@ const G5 = ({
4357
4392
  }
4358
4393
  )
4359
4394
  }
4360
- ), t3 = ({
4395
+ ), l3 = ({
4361
4396
  width: o = 20,
4362
4397
  height: i = 20,
4363
4398
  color: e = "#001E52",
@@ -4404,7 +4439,7 @@ const G5 = ({
4404
4439
  )
4405
4440
  ]
4406
4441
  }
4407
- ), l3 = ({
4442
+ ), r3 = ({
4408
4443
  width: o = 20,
4409
4444
  height: i = 20,
4410
4445
  color: e = "#001E52",
@@ -4437,7 +4472,7 @@ const G5 = ({
4437
4472
  )
4438
4473
  ]
4439
4474
  }
4440
- ), r3 = ({
4475
+ ), n3 = ({
4441
4476
  width: o = 20,
4442
4477
  height: i = 20,
4443
4478
  color: e = "#001E52",
@@ -4470,7 +4505,7 @@ const G5 = ({
4470
4505
  )
4471
4506
  ]
4472
4507
  }
4473
- ), n3 = ({
4508
+ ), s3 = ({
4474
4509
  width: o = 20,
4475
4510
  height: i = 23,
4476
4511
  color: e = "#001E52",
@@ -4531,7 +4566,7 @@ const G5 = ({
4531
4566
  )
4532
4567
  ]
4533
4568
  }
4534
- ), s3 = ({
4569
+ ), h3 = ({
4535
4570
  width: o = 20,
4536
4571
  height: i = 20,
4537
4572
  color: e = "#001E52",
@@ -4571,7 +4606,7 @@ const G5 = ({
4571
4606
  )
4572
4607
  ]
4573
4608
  }
4574
- ), h3 = ({
4609
+ ), c3 = ({
4575
4610
  width: o = 32,
4576
4611
  height: i = 25,
4577
4612
  color: e = "#001E52",
@@ -4599,7 +4634,7 @@ const G5 = ({
4599
4634
  )
4600
4635
  ]
4601
4636
  }
4602
- ), c3 = ({
4637
+ ), a3 = ({
4603
4638
  width: o = 14,
4604
4639
  height: i = 14,
4605
4640
  color: e = "#10B981",
@@ -4628,7 +4663,7 @@ const G5 = ({
4628
4663
  )
4629
4664
  ]
4630
4665
  }
4631
- ), a3 = ({
4666
+ ), d3 = ({
4632
4667
  width: o = 11,
4633
4668
  height: i = 11,
4634
4669
  color: e = "#FFB020",
@@ -4662,7 +4697,7 @@ const G5 = ({
4662
4697
  )
4663
4698
  ]
4664
4699
  }
4665
- ), d3 = ({
4700
+ ), C3 = ({
4666
4701
  width: o = 10,
4667
4702
  height: i = 10,
4668
4703
  color: e = "#88A4FF",
@@ -4710,7 +4745,7 @@ const G5 = ({
4710
4745
  )
4711
4746
  ]
4712
4747
  }
4713
- ), C3 = ({
4748
+ ), w3 = ({
4714
4749
  width: o = 14,
4715
4750
  height: i = 14,
4716
4751
  color: e = "#8E8E93",
@@ -4738,7 +4773,7 @@ const G5 = ({
4738
4773
  )
4739
4774
  ]
4740
4775
  }
4741
- ), w3 = ({
4776
+ ), g3 = ({
4742
4777
  width: o = 14,
4743
4778
  height: i = 14,
4744
4779
  color: e = "#FFB020",
@@ -4772,7 +4807,7 @@ const G5 = ({
4772
4807
  )
4773
4808
  ]
4774
4809
  }
4775
- ), g3 = ({
4810
+ ), k3 = ({
4776
4811
  width: o = 14,
4777
4812
  height: i = 14,
4778
4813
  color: e = "#D0421B",
@@ -4820,7 +4855,7 @@ const G5 = ({
4820
4855
  )
4821
4856
  ]
4822
4857
  }
4823
- ), k3 = ({
4858
+ ), p3 = ({
4824
4859
  width: o = 20,
4825
4860
  height: i = 20,
4826
4861
  color: e = "#070739",
@@ -4850,7 +4885,7 @@ const G5 = ({
4850
4885
  /* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
4851
4886
  ]
4852
4887
  }
4853
- ), p3 = ({
4888
+ ), L3 = ({
4854
4889
  width: o = 20,
4855
4890
  height: i = 20,
4856
4891
  color: e = "#070739",
@@ -4888,7 +4923,7 @@ const G5 = ({
4888
4923
  )
4889
4924
  ]
4890
4925
  }
4891
- ), L3 = ({
4926
+ ), m3 = ({
4892
4927
  width: o = 9,
4893
4928
  height: i = 5,
4894
4929
  color: e = "#001E52",
@@ -4914,7 +4949,7 @@ const G5 = ({
4914
4949
  }
4915
4950
  )
4916
4951
  }
4917
- ), m3 = ({
4952
+ ), u3 = ({
4918
4953
  width: o = 20,
4919
4954
  height: i = 20,
4920
4955
  color: e = "#F2F2F7",
@@ -4943,7 +4978,7 @@ const G5 = ({
4943
4978
  )
4944
4979
  ]
4945
4980
  }
4946
- ), u3 = ({
4981
+ ), v3 = ({
4947
4982
  width: o = 20,
4948
4983
  height: i = 20,
4949
4984
  color: e = "#004ED7",
@@ -4972,7 +5007,7 @@ const G5 = ({
4972
5007
  )
4973
5008
  ]
4974
5009
  }
4975
- ), v3 = ({
5010
+ ), N3 = ({
4976
5011
  width: o = 248,
4977
5012
  height: i = 248,
4978
5013
  color: e = "#070739",
@@ -5009,7 +5044,7 @@ const G5 = ({
5009
5044
  )
5010
5045
  ]
5011
5046
  }
5012
- ), N3 = ({
5047
+ ), f3 = ({
5013
5048
  width: o = 24,
5014
5049
  height: i = 24,
5015
5050
  color: e = "#001E52",
@@ -5048,7 +5083,7 @@ const G5 = ({
5048
5083
  )
5049
5084
  ]
5050
5085
  }
5051
- ), f3 = ({
5086
+ ), M3 = ({
5052
5087
  width: o = 10,
5053
5088
  height: i = 10,
5054
5089
  color: e = "#001E52",
@@ -5077,7 +5112,7 @@ const G5 = ({
5077
5112
  )
5078
5113
  ]
5079
5114
  }
5080
- ), M3 = ({
5115
+ ), x3 = ({
5081
5116
  width: o = 10,
5082
5117
  height: i = 10,
5083
5118
  color: e = "#001E52",
@@ -5114,7 +5149,7 @@ const G5 = ({
5114
5149
  )
5115
5150
  ]
5116
5151
  }
5117
- ), x3 = ({
5152
+ ), _3 = ({
5118
5153
  width: o = 24,
5119
5154
  height: i = 24,
5120
5155
  color: e = w.GREY_DARK_5,
@@ -5153,7 +5188,7 @@ const G5 = ({
5153
5188
  )
5154
5189
  ]
5155
5190
  }
5156
- ), _3 = ({
5191
+ ), R3 = ({
5157
5192
  width: o = 20,
5158
5193
  height: i = 20,
5159
5194
  color: e = w.GREY_DARK_1,
@@ -5186,7 +5221,7 @@ const G5 = ({
5186
5221
  )
5187
5222
  ]
5188
5223
  }
5189
- ), R3 = ({
5224
+ ), H3 = ({
5190
5225
  width: o = 81,
5191
5226
  height: i = 80,
5192
5227
  color: e = w.GREY_DARK_5,
@@ -5235,7 +5270,7 @@ const G5 = ({
5235
5270
  )
5236
5271
  ]
5237
5272
  }
5238
- ), H3 = ({
5273
+ ), E3 = ({
5239
5274
  className: o,
5240
5275
  color: i = w.GREY_DARK_5,
5241
5276
  height: e = 20,
@@ -5262,7 +5297,7 @@ const G5 = ({
5262
5297
  }
5263
5298
  )
5264
5299
  }
5265
- ), E3 = ({
5300
+ ), V3 = ({
5266
5301
  className: o,
5267
5302
  color: i = w.GREY_DARK_5,
5268
5303
  height: e = 20,
@@ -5289,7 +5324,7 @@ const G5 = ({
5289
5324
  }
5290
5325
  )
5291
5326
  }
5292
- ), V3 = ({
5327
+ ), Z3 = ({
5293
5328
  className: o,
5294
5329
  color: i = w.GREY_DARK_5,
5295
5330
  height: e = 5,
@@ -5313,7 +5348,7 @@ const G5 = ({
5313
5348
  }
5314
5349
  )
5315
5350
  }
5316
- ), Z3 = ({
5351
+ ), I3 = ({
5317
5352
  className: o,
5318
5353
  color: i = w.GREY_DARK_5,
5319
5354
  height: e = 5,
@@ -5338,7 +5373,7 @@ const G5 = ({
5338
5373
  }
5339
5374
  )
5340
5375
  }
5341
- ), I3 = ({
5376
+ ), W3 = ({
5342
5377
  className: o,
5343
5378
  color: i = w.GREY_DARK_5,
5344
5379
  height: e = 24,
@@ -5377,7 +5412,7 @@ const G5 = ({
5377
5412
  )
5378
5413
  ]
5379
5414
  }
5380
- ), W3 = ({
5415
+ ), B3 = ({
5381
5416
  className: o,
5382
5417
  color: i = w.GREY_DARK_5,
5383
5418
  height: e = 24,
@@ -5416,7 +5451,7 @@ const G5 = ({
5416
5451
  )
5417
5452
  ]
5418
5453
  }
5419
- ), B3 = ({
5454
+ ), A3 = ({
5420
5455
  className: o,
5421
5456
  color: i = w.GREY_DARK_5,
5422
5457
  height: e = 24,
@@ -5443,7 +5478,7 @@ const G5 = ({
5443
5478
  }
5444
5479
  )
5445
5480
  }
5446
- ), A3 = ({
5481
+ ), G3 = ({
5447
5482
  className: o,
5448
5483
  color: i = w.GREY_DARK_5,
5449
5484
  height: e = 24,
@@ -5502,7 +5537,7 @@ const G5 = ({
5502
5537
  )
5503
5538
  ]
5504
5539
  }
5505
- ), G3 = ({
5540
+ ), y3 = ({
5506
5541
  className: o,
5507
5542
  color: i = w.GREY_DARK_5,
5508
5543
  height: e = 24,
@@ -5539,7 +5574,7 @@ const G5 = ({
5539
5574
  )
5540
5575
  ]
5541
5576
  }
5542
- ), y3 = ({
5577
+ ), D3 = ({
5543
5578
  className: o,
5544
5579
  color: i = w.GREY_DARK_3,
5545
5580
  height: e = 14,
@@ -5576,7 +5611,7 @@ const G5 = ({
5576
5611
  )
5577
5612
  ]
5578
5613
  }
5579
- ), D3 = ({
5614
+ ), j3 = ({
5580
5615
  className: o,
5581
5616
  color: i = w.GREY_DARK_5,
5582
5617
  height: e = 18,
@@ -5603,7 +5638,7 @@ const G5 = ({
5603
5638
  }
5604
5639
  )
5605
5640
  }
5606
- ), j3 = ({
5641
+ ), T3 = ({
5607
5642
  className: o,
5608
5643
  color: i = w.GREY_DARK_5,
5609
5644
  height: e = 24,
@@ -5655,7 +5690,7 @@ const G5 = ({
5655
5690
  )
5656
5691
  ]
5657
5692
  }
5658
- ), T3 = ({
5693
+ ), Y3 = ({
5659
5694
  className: o,
5660
5695
  color: i = w.GREY_DARK_5,
5661
5696
  height: e = 24,
@@ -5692,7 +5727,7 @@ const G5 = ({
5692
5727
  )
5693
5728
  ]
5694
5729
  }
5695
- ), Y3 = ({
5730
+ ), b3 = ({
5696
5731
  className: o,
5697
5732
  color: i = w.NOTIFICATION_WARNING_DARK,
5698
5733
  height: e = 37,
@@ -5731,7 +5766,7 @@ const G5 = ({
5731
5766
  )
5732
5767
  ]
5733
5768
  }
5734
- ), b3 = ({
5769
+ ), K3 = ({
5735
5770
  className: o,
5736
5771
  color: i = w.GREY_DARK_5,
5737
5772
  height: e = 24,
@@ -5757,7 +5792,7 @@ const G5 = ({
5757
5792
  }
5758
5793
  )
5759
5794
  }
5760
- ), K3 = ({
5795
+ ), O3 = ({
5761
5796
  className: o,
5762
5797
  color: i = w.GREY_DARK_5,
5763
5798
  height: e = 24,
@@ -5796,7 +5831,7 @@ const G5 = ({
5796
5831
  )
5797
5832
  ]
5798
5833
  }
5799
- ), O3 = ({
5834
+ ), F3 = ({
5800
5835
  className: o,
5801
5836
  color: i = w.GREY_DARK_5,
5802
5837
  height: e = 24,
@@ -5835,7 +5870,7 @@ const G5 = ({
5835
5870
  )
5836
5871
  ]
5837
5872
  }
5838
- ), F3 = ({
5873
+ ), S3 = ({
5839
5874
  className: o,
5840
5875
  color: i = w.GREY_DARK_5,
5841
5876
  height: e = 24,
@@ -5904,7 +5939,7 @@ const G5 = ({
5904
5939
  )
5905
5940
  ]
5906
5941
  }
5907
- ), S3 = ({
5942
+ ), U3 = ({
5908
5943
  className: o,
5909
5944
  color: i = w.GREY_DARK_5,
5910
5945
  height: e = 24,
@@ -5943,7 +5978,7 @@ const G5 = ({
5943
5978
  )
5944
5979
  ]
5945
5980
  }
5946
- ), U3 = ({
5981
+ ), P3 = ({
5947
5982
  className: o,
5948
5983
  color: i = w.GREY_DARK_5,
5949
5984
  height: e = 24,
@@ -6000,7 +6035,7 @@ const G5 = ({
6000
6035
  )
6001
6036
  ]
6002
6037
  }
6003
- ), P3 = ({
6038
+ ), $3 = ({
6004
6039
  className: o,
6005
6040
  color: i = w.GREY_DARK_5,
6006
6041
  height: e = 24,
@@ -6039,7 +6074,7 @@ const G5 = ({
6039
6074
  )
6040
6075
  ]
6041
6076
  }
6042
- ), $3 = ({
6077
+ ), z3 = ({
6043
6078
  className: o,
6044
6079
  color: i = w.GREY_DARK_5,
6045
6080
  height: e = 24,
@@ -6088,7 +6123,7 @@ const G5 = ({
6088
6123
  )
6089
6124
  ]
6090
6125
  }
6091
- ), z3 = ({
6126
+ ), J3 = ({
6092
6127
  className: o,
6093
6128
  color: i = w.GREY_DARK_5,
6094
6129
  height: e = 24,
@@ -6127,7 +6162,7 @@ const G5 = ({
6127
6162
  )
6128
6163
  ]
6129
6164
  }
6130
- ), J3 = ({
6165
+ ), q3 = ({
6131
6166
  className: o,
6132
6167
  color: i = w.GREY_DARK_5,
6133
6168
  height: e = 24,
@@ -6154,7 +6189,7 @@ const G5 = ({
6154
6189
  }
6155
6190
  )
6156
6191
  }
6157
- ), q3 = ({
6192
+ ), Q3 = ({
6158
6193
  className: o,
6159
6194
  color: i = w.GREY_DARK_5,
6160
6195
  height: e = 24,
@@ -6192,7 +6227,7 @@ const G5 = ({
6192
6227
  )
6193
6228
  ]
6194
6229
  }
6195
- ), Q3 = ({
6230
+ ), X3 = ({
6196
6231
  className: o,
6197
6232
  color: i = w.GREY_DARK_5,
6198
6233
  height: e = 24,
@@ -6213,7 +6248,7 @@ const G5 = ({
6213
6248
  /* @__PURE__ */ t("path", { d: "M12 8L4 8", stroke: i, strokeWidth: "1.7", strokeLinecap: "round" })
6214
6249
  ]
6215
6250
  }
6216
- ), X3 = ({
6251
+ ), e0 = ({
6217
6252
  className: o,
6218
6253
  color: i = w.GREY_DARK_5,
6219
6254
  height: e = 24,
@@ -6252,7 +6287,7 @@ const G5 = ({
6252
6287
  )
6253
6288
  ]
6254
6289
  }
6255
- ), e6 = ({
6290
+ ), i0 = ({
6256
6291
  className: o,
6257
6292
  color: i = w.GREY_DARK_5,
6258
6293
  height: e = 24,
@@ -6291,7 +6326,7 @@ const G5 = ({
6291
6326
  )
6292
6327
  ]
6293
6328
  }
6294
- ), i6 = ({
6329
+ ), o0 = ({
6295
6330
  className: o,
6296
6331
  color: i = w.GREY_DARK_5,
6297
6332
  height: e = 24,
@@ -6330,7 +6365,7 @@ const G5 = ({
6330
6365
  )
6331
6366
  ]
6332
6367
  }
6333
- ), o6 = ({
6368
+ ), t0 = ({
6334
6369
  className: o,
6335
6370
  color: i = w.GREY_DARK_2,
6336
6371
  height: e = 16,
@@ -6356,7 +6391,7 @@ const G5 = ({
6356
6391
  }
6357
6392
  )
6358
6393
  }
6359
- ), t6 = ({
6394
+ ), l0 = ({
6360
6395
  className: o,
6361
6396
  color: i = w.GREY_DARK_5,
6362
6397
  height: e = 20,
@@ -6385,7 +6420,7 @@ const G5 = ({
6385
6420
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
6386
6421
  ]
6387
6422
  }
6388
- ), l6 = ({
6423
+ ), r0 = ({
6389
6424
  className: o,
6390
6425
  color: i = w.GREY_DARK_5,
6391
6426
  height: e = 20,
@@ -6414,7 +6449,7 @@ const G5 = ({
6414
6449
  /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
6415
6450
  ]
6416
6451
  }
6417
- ), r6 = ({
6452
+ ), n0 = ({
6418
6453
  className: o,
6419
6454
  color: i = w.GREY_DARK_5,
6420
6455
  height: e = 20,
@@ -6443,7 +6478,7 @@ const G5 = ({
6443
6478
  )
6444
6479
  ]
6445
6480
  }
6446
- ), n6 = ({
6481
+ ), s0 = ({
6447
6482
  className: o,
6448
6483
  color: i = w.GREY_DARK_5,
6449
6484
  height: e = 20,
@@ -6472,7 +6507,7 @@ const G5 = ({
6472
6507
  )
6473
6508
  ]
6474
6509
  }
6475
- ), s6 = ({
6510
+ ), h0 = ({
6476
6511
  className: o,
6477
6512
  color: i = "#001E52",
6478
6513
  height: e = 24,
@@ -6498,7 +6533,7 @@ const G5 = ({
6498
6533
  }
6499
6534
  )
6500
6535
  }
6501
- ), h6 = ({
6536
+ ), c0 = ({
6502
6537
  className: o,
6503
6538
  color: i = "#131314",
6504
6539
  height: e = 20,
@@ -6526,7 +6561,7 @@ const G5 = ({
6526
6561
  }
6527
6562
  )
6528
6563
  }
6529
- ), c6 = ({
6564
+ ), a0 = ({
6530
6565
  className: o,
6531
6566
  color: i = "#001E52",
6532
6567
  height: e = 24,
@@ -6564,7 +6599,7 @@ const G5 = ({
6564
6599
  )
6565
6600
  ] }) })
6566
6601
  }
6567
- ), a6 = ({
6602
+ ), d0 = ({
6568
6603
  width: o = 20,
6569
6604
  height: i = 20,
6570
6605
  color: e = "#001E52",
@@ -6620,7 +6655,40 @@ const G5 = ({
6620
6655
  }
6621
6656
  )
6622
6657
  }
6623
- ), d6 = ({
6658
+ ), C0 = ({
6659
+ width: o = 24,
6660
+ height: i = 24,
6661
+ color: e = "#131314",
6662
+ className: l,
6663
+ onClick: r
6664
+ }) => /* @__PURE__ */ c(
6665
+ "svg",
6666
+ {
6667
+ width: o,
6668
+ height: i,
6669
+ viewBox: "0 0 24 24",
6670
+ fill: "none",
6671
+ className: l,
6672
+ onClick: r,
6673
+ xmlns: "http://www.w3.org/2000/svg",
6674
+ children: [
6675
+ /* @__PURE__ */ t(
6676
+ "path",
6677
+ {
6678
+ d: "M19.2598 20V4C19.2598 3.58579 19.5956 3.25 20.0098 3.25C20.424 3.25 20.7598 3.58579 20.7598 4V20C20.7598 20.4142 20.424 20.75 20.0098 20.75C19.5956 20.75 19.2598 20.4142 19.2598 20Z",
6679
+ fill: e
6680
+ }
6681
+ ),
6682
+ /* @__PURE__ */ t(
6683
+ "path",
6684
+ {
6685
+ d: "M9.96973 5.46972C10.2443 5.19512 10.6791 5.17765 10.9736 5.41796L11.0303 5.46972L17.5303 11.9697L17.582 12.0264C17.8063 12.3013 17.8063 12.6987 17.582 12.9736L17.5303 13.0303L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L15.1895 13.25H4C3.58579 13.25 3.25 12.9142 3.25 12.5C3.25 12.0858 3.58579 11.75 4 11.75H15.1895L9.96973 6.53027L9.91797 6.47363C9.67766 6.17905 9.69512 5.74433 9.96973 5.46972Z",
6686
+ fill: e
6687
+ }
6688
+ )
6689
+ ]
6690
+ }
6691
+ ), w0 = ({
6624
6692
  name: o,
6625
6693
  width: i,
6626
6694
  height: e,
@@ -6629,49 +6697,49 @@ const G5 = ({
6629
6697
  disabled: a = !1,
6630
6698
  onClick: k
6631
6699
  }) => {
6632
- const [n, p] = x(r), { theme: g } = z(L1), h = a ? g && g === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : l, s = a ? void 0 : k;
6700
+ const [n, p] = x(r), { theme: g } = $(m1), h = a ? g && g === "dark" ? w.GREY_LIGHT_4 : w.GREY_DARK_1 : l, s = a ? void 0 : k;
6633
6701
  return G(() => {
6634
6702
  if (r) {
6635
6703
  s && !a && p(`${r} clickable`);
6636
6704
  return;
6637
6705
  }
6638
6706
  s && !a && p("clickable");
6639
- }, [s, r, a]), /* @__PURE__ */ t(b, { children: (() => {
6707
+ }, [s, r, a]), /* @__PURE__ */ t(K, { children: (() => {
6640
6708
  switch (o) {
6641
6709
  case "nextIcon":
6642
- return H3({ width: i, height: e, color: h, className: n, onClick: s });
6643
- case "prevIcon":
6644
6710
  return E3({ width: i, height: e, color: h, className: n, onClick: s });
6711
+ case "prevIcon":
6712
+ return V3({ width: i, height: e, color: h, className: n, onClick: s });
6645
6713
  case "arrowUp":
6646
- return G5({ width: i, height: e, color: h, className: n, onClick: s });
6647
- case "arrowDown":
6648
6714
  return y5({ width: i, height: e, color: h, className: n, onClick: s });
6649
- case "info":
6715
+ case "arrowDown":
6650
6716
  return D5({ width: i, height: e, color: h, className: n, onClick: s });
6651
- case "arrowRight":
6717
+ case "info":
6652
6718
  return j5({ width: i, height: e, color: h, className: n, onClick: s });
6653
- case "calendar":
6719
+ case "arrowRight":
6654
6720
  return T5({ width: i, height: e, color: h, className: n, onClick: s });
6655
- case "ok":
6721
+ case "calendar":
6656
6722
  return Y5({ width: i, height: e, color: h, className: n, onClick: s });
6657
- case "cancel":
6723
+ case "ok":
6658
6724
  return b5({ width: i, height: e, color: h, className: n, onClick: s });
6659
- case "add":
6725
+ case "cancel":
6660
6726
  return K5({ width: i, height: e, color: h, className: n, onClick: s });
6661
- case "list":
6727
+ case "add":
6662
6728
  return O5({ width: i, height: e, color: h, className: n, onClick: s });
6663
- case "dragAndDrop":
6729
+ case "list":
6664
6730
  return F5({ width: i, height: e, color: h, className: n, onClick: s });
6665
- case "filter":
6731
+ case "dragAndDrop":
6666
6732
  return S5({ width: i, height: e, color: h, className: n, onClick: s });
6667
- case "attention":
6733
+ case "filter":
6668
6734
  return U5({ width: i, height: e, color: h, className: n, onClick: s });
6669
- case "plus":
6735
+ case "attention":
6670
6736
  return P5({ width: i, height: e, color: h, className: n, onClick: s });
6671
- case "time":
6737
+ case "plus":
6672
6738
  return $5({ width: i, height: e, color: h, className: n, onClick: s });
6739
+ case "time":
6740
+ return z5({ width: i, height: e, color: h, className: n, onClick: s });
6673
6741
  case "arrowDownLong":
6674
- return z5({
6742
+ return J5({
6675
6743
  width: i,
6676
6744
  height: e,
6677
6745
  color: h,
@@ -6679,9 +6747,9 @@ const G5 = ({
6679
6747
  onClick: s
6680
6748
  });
6681
6749
  case "users":
6682
- return J5({ width: i, height: e, color: h, className: n, onClick: s });
6750
+ return q5({ width: i, height: e, color: h, className: n, onClick: s });
6683
6751
  case "mySkillsMatrix":
6684
- return q5({
6752
+ return Q5({
6685
6753
  width: i,
6686
6754
  height: e,
6687
6755
  color: h,
@@ -6689,9 +6757,9 @@ const G5 = ({
6689
6757
  onClick: s
6690
6758
  });
6691
6759
  case "skills":
6692
- return Q5({ width: i, height: e, color: h, className: n, onClick: s });
6760
+ return X5({ width: i, height: e, color: h, className: n, onClick: s });
6693
6761
  case "skillsMatrices":
6694
- return X5({
6762
+ return e3({
6695
6763
  width: i,
6696
6764
  height: e,
6697
6765
  color: h,
@@ -6699,23 +6767,23 @@ const G5 = ({
6699
6767
  onClick: s
6700
6768
  });
6701
6769
  case "history":
6702
- return e3({ width: i, height: e, color: h, className: n, onClick: s });
6703
- case "logOut":
6704
6770
  return i3({ width: i, height: e, color: h, className: n, onClick: s });
6705
- case "settings":
6771
+ case "logOut":
6706
6772
  return o3({ width: i, height: e, color: h, className: n, onClick: s });
6707
- case "addSkill":
6773
+ case "settings":
6708
6774
  return t3({ width: i, height: e, color: h, className: n, onClick: s });
6709
- case "conversation":
6775
+ case "addSkill":
6710
6776
  return l3({ width: i, height: e, color: h, className: n, onClick: s });
6711
- case "trash":
6777
+ case "conversation":
6712
6778
  return r3({ width: i, height: e, color: h, className: n, onClick: s });
6713
- case "settings4":
6779
+ case "trash":
6714
6780
  return n3({ width: i, height: e, color: h, className: n, onClick: s });
6715
- case "edit2":
6781
+ case "settings4":
6716
6782
  return s3({ width: i, height: e, color: h, className: n, onClick: s });
6783
+ case "edit2":
6784
+ return h3({ width: i, height: e, color: h, className: n, onClick: s });
6717
6785
  case "notifications":
6718
- return h3({
6786
+ return c3({
6719
6787
  width: i,
6720
6788
  height: e,
6721
6789
  color: h,
@@ -6723,9 +6791,9 @@ const G5 = ({
6723
6791
  onClick: s
6724
6792
  });
6725
6793
  case "success":
6726
- return c3({ width: i, height: e, color: h, className: n, onClick: s });
6794
+ return a3({ width: i, height: e, color: h, className: n, onClick: s });
6727
6795
  case "attentionSmall":
6728
- return a3({
6796
+ return d3({
6729
6797
  width: i,
6730
6798
  height: e,
6731
6799
  color: h,
@@ -6733,11 +6801,11 @@ const G5 = ({
6733
6801
  onClick: s
6734
6802
  });
6735
6803
  case "errorSmall":
6736
- return d3({ width: i, height: e, color: h, className: n, onClick: s });
6737
- case "infoMedium":
6738
6804
  return C3({ width: i, height: e, color: h, className: n, onClick: s });
6805
+ case "infoMedium":
6806
+ return w3({ width: i, height: e, color: h, className: n, onClick: s });
6739
6807
  case "attentionMedium":
6740
- return w3({
6808
+ return g3({
6741
6809
  width: i,
6742
6810
  height: e,
6743
6811
  color: h,
@@ -6745,9 +6813,9 @@ const G5 = ({
6745
6813
  onClick: s
6746
6814
  });
6747
6815
  case "errorMedium":
6748
- return g3({ width: i, height: e, color: h, className: n, onClick: s });
6816
+ return k3({ width: i, height: e, color: h, className: n, onClick: s });
6749
6817
  case "faviconSkills":
6750
- return v3({
6818
+ return N3({
6751
6819
  width: i,
6752
6820
  height: e,
6753
6821
  color: h,
@@ -6755,7 +6823,7 @@ const G5 = ({
6755
6823
  onClick: s
6756
6824
  });
6757
6825
  case "visibilityIcon":
6758
- return k3({
6826
+ return p3({
6759
6827
  width: i,
6760
6828
  height: e,
6761
6829
  color: h,
@@ -6763,7 +6831,7 @@ const G5 = ({
6763
6831
  onClick: s
6764
6832
  });
6765
6833
  case "visibilityOffIcon":
6766
- return p3({
6834
+ return L3({
6767
6835
  width: i,
6768
6836
  height: e,
6769
6837
  color: h,
@@ -6771,7 +6839,7 @@ const G5 = ({
6771
6839
  onClick: s
6772
6840
  });
6773
6841
  case "selectArrowIcon":
6774
- return L3({
6842
+ return m3({
6775
6843
  width: i,
6776
6844
  height: e,
6777
6845
  color: h,
@@ -6779,7 +6847,7 @@ const G5 = ({
6779
6847
  onClick: s
6780
6848
  });
6781
6849
  case "expandArrowIcon":
6782
- return m3({
6850
+ return u3({
6783
6851
  width: i,
6784
6852
  height: e,
6785
6853
  color: h,
@@ -6787,7 +6855,7 @@ const G5 = ({
6787
6855
  onClick: s
6788
6856
  });
6789
6857
  case "expandActiveArrowIcon":
6790
- return u3({
6858
+ return v3({
6791
6859
  width: i,
6792
6860
  height: e,
6793
6861
  color: h,
@@ -6795,101 +6863,103 @@ const G5 = ({
6795
6863
  onClick: s
6796
6864
  });
6797
6865
  case "camera":
6798
- return N3({ width: i, height: e, color: h, className: n, onClick: s });
6799
- case "sortUp":
6800
6866
  return f3({ width: i, height: e, color: h, className: n, onClick: s });
6801
- case "sortDown":
6867
+ case "sortUp":
6802
6868
  return M3({ width: i, height: e, color: h, className: n, onClick: s });
6803
- case "logOut2":
6869
+ case "sortDown":
6804
6870
  return x3({ width: i, height: e, color: h, className: n, onClick: s });
6805
- case "search":
6871
+ case "logOut2":
6806
6872
  return _3({ width: i, height: e, color: h, className: n, onClick: s });
6807
- case "handRock":
6873
+ case "search":
6808
6874
  return R3({ width: i, height: e, color: h, className: n, onClick: s });
6875
+ case "handRock":
6876
+ return H3({ width: i, height: e, color: h, className: n, onClick: s });
6809
6877
  case "arrowUpFilled":
6810
- return Z3({ width: i, height: e, color: h, className: n, onClick: s });
6878
+ return I3({ width: i, height: e, color: h, className: n, onClick: s });
6811
6879
  case "arrowDownFilled":
6812
- return V3({ width: i, height: e, color: h, className: n, onClick: s });
6880
+ return Z3({ width: i, height: e, color: h, className: n, onClick: s });
6813
6881
  case "link":
6814
- return I3({ width: i, height: e, color: h, className: n, onClick: s });
6882
+ return W3({ width: i, height: e, color: h, className: n, onClick: s });
6815
6883
  case "telegram":
6816
- return B3({ width: i, height: e, color: h, className: n, onClick: s });
6884
+ return A3({ width: i, height: e, color: h, className: n, onClick: s });
6817
6885
  case "mail":
6818
- return G3({ width: i, height: e, color: h, className: n, onClick: s });
6886
+ return y3({ width: i, height: e, color: h, className: n, onClick: s });
6819
6887
  case "github":
6820
- return W3({ width: i, height: e, color: h, className: n, onClick: s });
6888
+ return B3({ width: i, height: e, color: h, className: n, onClick: s });
6821
6889
  case "linkedIn":
6822
- return A3({ width: i, height: e, color: h, className: n, onClick: s });
6890
+ return G3({ width: i, height: e, color: h, className: n, onClick: s });
6823
6891
  case "emptyStateIcon":
6824
- return y3({ width: i, height: e, color: h, className: n, onClick: s });
6825
- case "filtersIcon":
6826
6892
  return D3({ width: i, height: e, color: h, className: n, onClick: s });
6827
- case "dotMenuIcon":
6893
+ case "filtersIcon":
6828
6894
  return j3({ width: i, height: e, color: h, className: n, onClick: s });
6829
- case "plusCircle":
6895
+ case "dotMenuIcon":
6830
6896
  return T3({ width: i, height: e, color: h, className: n, onClick: s });
6831
- case "warning":
6897
+ case "plusCircle":
6832
6898
  return Y3({ width: i, height: e, color: h, className: n, onClick: s });
6833
- case "back":
6899
+ case "warning":
6834
6900
  return b3({ width: i, height: e, color: h, className: n, onClick: s });
6835
- case "bell":
6901
+ case "back":
6836
6902
  return K3({ width: i, height: e, color: h, className: n, onClick: s });
6903
+ case "bell":
6904
+ return O3({ width: i, height: e, color: h, className: n, onClick: s });
6837
6905
  case "contract":
6838
- return F3({ width: i, height: e, color: h, className: n, onClick: s });
6906
+ return S3({ width: i, height: e, color: h, className: n, onClick: s });
6839
6907
  case "trash2":
6840
- return O3({ width: i, height: e, color: h, className: n, onClick: s });
6908
+ return F3({ width: i, height: e, color: h, className: n, onClick: s });
6841
6909
  case "manager":
6842
- return S3({ width: i, height: e, color: h, className: n, onClick: s });
6843
- case "resourceManager":
6844
6910
  return U3({ width: i, height: e, color: h, className: n, onClick: s });
6845
- case "settings2":
6911
+ case "resourceManager":
6846
6912
  return P3({ width: i, height: e, color: h, className: n, onClick: s });
6847
- case "image":
6913
+ case "settings2":
6848
6914
  return $3({ width: i, height: e, color: h, className: n, onClick: s });
6849
- case "upload":
6915
+ case "image":
6850
6916
  return z3({ width: i, height: e, color: h, className: n, onClick: s });
6851
- case "edit":
6917
+ case "upload":
6852
6918
  return J3({ width: i, height: e, color: h, className: n, onClick: s });
6853
- case "location":
6919
+ case "edit":
6854
6920
  return q3({ width: i, height: e, color: h, className: n, onClick: s });
6855
- case "plus2":
6921
+ case "location":
6856
6922
  return Q3({ width: i, height: e, color: h, className: n, onClick: s });
6857
- case "search2":
6923
+ case "plus2":
6858
6924
  return X3({ width: i, height: e, color: h, className: n, onClick: s });
6925
+ case "search2":
6926
+ return e0({ width: i, height: e, color: h, className: n, onClick: s });
6859
6927
  case "fastArrowLeft":
6860
- return e6({ width: i, height: e, color: h, className: n, onClick: s });
6928
+ return i0({ width: i, height: e, color: h, className: n, onClick: s });
6861
6929
  case "fastArrowRight":
6862
- return i6({ width: i, height: e, color: h, className: n, onClick: s });
6930
+ return o0({ width: i, height: e, color: h, className: n, onClick: s });
6863
6931
  case "crossInCircle":
6864
- return o6({ width: i, height: e, color: h, className: n, onClick: s });
6932
+ return t0({ width: i, height: e, color: h, className: n, onClick: s });
6865
6933
  case "arrowUp2":
6866
- return l6({ width: i, height: e, color: h, className: n, onClick: s });
6934
+ return r0({ width: i, height: e, color: h, className: n, onClick: s });
6867
6935
  case "arrowDown2":
6868
- return t6({ width: i, height: e, color: h, className: n, onClick: s });
6936
+ return l0({ width: i, height: e, color: h, className: n, onClick: s });
6869
6937
  case "filledArrowLeft":
6870
- return r6({ width: i, height: e, color: h, className: n, onClick: s });
6938
+ return n0({ width: i, height: e, color: h, className: n, onClick: s });
6871
6939
  case "filledArrowRight":
6872
- return n6({ width: i, height: e, color: h, className: n, onClick: s });
6940
+ return s0({ width: i, height: e, color: h, className: n, onClick: s });
6873
6941
  case "burgerMenu":
6874
- return s6({ width: i, height: e, color: h, className: n, onClick: s });
6942
+ return h0({ width: i, height: e, color: h, className: n, onClick: s });
6875
6943
  case "signOut":
6876
- return h6({ width: i, height: e, color: h, className: n, onClick: s });
6944
+ return c0({ width: i, height: e, color: h, className: n, onClick: s });
6877
6945
  case "refresh":
6878
- return c6({ width: i, height: e, color: h, className: n, onClick: s });
6946
+ return a0({ width: i, height: e, color: h, className: n, onClick: s });
6879
6947
  case "projects":
6880
- return a6({ width: i, height: e, color: h, className: n, onClick: s });
6948
+ return d0({ width: i, height: e, color: h, className: n, onClick: s });
6949
+ case "exit":
6950
+ return C0({ width: i, height: e, color: h, className: n, onClick: s });
6881
6951
  default:
6882
- return /* @__PURE__ */ t(b, { children: "No Icon provided" });
6952
+ return /* @__PURE__ */ t(K, { children: "No Icon provided" });
6883
6953
  }
6884
6954
  })() });
6885
6955
  };
6886
- var P = /* @__PURE__ */ ((o) => (o.GREY_LIGHT_0 = "var(--grey-light-0)", o.GREY_LIGHT_1 = "var(--grey-light-1)", o.GREY_LIGHT_2 = "var(--grey-light-2)", o.GREY_LIGHT_3 = "var(--grey-light-3)", o.GREY_LIGHT_4 = "var(--grey-light-4)", o.GREY_DARK_1 = "var(--grey-dark-1)", o.GREY_DARK_2 = "var(--grey-dark-2)", o.GREY_DARK_3 = "var(--grey-dark-3)", o.GREY_DARK_4 = "var(--grey-dark-4)", o.GREY_DARK_5 = "var(--grey-dark-5)", o.BLUE_PRIMARY = "var(--blue-primary)", o.BLUE_HOVER = "var(--blue-hover)", o.BLUE_LIGHT_1 = "var(--blue-light-1)", o.BLUE_LIGHT_2 = "var(--blue-light-2)", o.BLUE_LIGHT_3 = "var(--blue-light-3)", o.BLUE_LIGHT_4 = "var(--blue-light-4)", o.BLUE_DARK_1 = "var(--blue-dark-1)", o.PURPLE_LIGHT = "var(--purple-light)", o.PURPLE_DARK = "var(--purple-dark)", o.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", o.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", o.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", o.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", o.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", o.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", o.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", o))(P || {});
6887
- const C6 = $({
6956
+ var U = /* @__PURE__ */ ((o) => (o.GREY_LIGHT_0 = "var(--grey-light-0)", o.GREY_LIGHT_1 = "var(--grey-light-1)", o.GREY_LIGHT_2 = "var(--grey-light-2)", o.GREY_LIGHT_3 = "var(--grey-light-3)", o.GREY_LIGHT_4 = "var(--grey-light-4)", o.GREY_DARK_1 = "var(--grey-dark-1)", o.GREY_DARK_2 = "var(--grey-dark-2)", o.GREY_DARK_3 = "var(--grey-dark-3)", o.GREY_DARK_4 = "var(--grey-dark-4)", o.GREY_DARK_5 = "var(--grey-dark-5)", o.BLUE_PRIMARY = "var(--blue-primary)", o.BLUE_HOVER = "var(--blue-hover)", o.BLUE_LIGHT_1 = "var(--blue-light-1)", o.BLUE_LIGHT_2 = "var(--blue-light-2)", o.BLUE_LIGHT_3 = "var(--blue-light-3)", o.BLUE_LIGHT_4 = "var(--blue-light-4)", o.BLUE_DARK_1 = "var(--blue-dark-1)", o.PURPLE_LIGHT = "var(--purple-light)", o.PURPLE_DARK = "var(--purple-dark)", o.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", o.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", o.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", o.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", o.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", o.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", o.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", o))(U || {});
6957
+ const g0 = P({
6888
6958
  locale: "en",
6889
6959
  theme: "light"
6890
6960
  });
6891
- C6.Provider;
6892
- const m1 = ({
6961
+ g0.Provider;
6962
+ const u1 = ({
6893
6963
  children: o,
6894
6964
  width: i,
6895
6965
  size: e = "small",
@@ -6905,10 +6975,10 @@ const m1 = ({
6905
6975
  {
6906
6976
  className: `snmt-tag ${e} ${a ? "disabled" : ""}`,
6907
6977
  closeIcon: /* @__PURE__ */ t(
6908
- d6,
6978
+ w0,
6909
6979
  {
6910
6980
  name: "errorSmall",
6911
- color: a ? P.GREY_DARK_1 : P.GREY_DARK_2,
6981
+ color: a ? U.GREY_DARK_1 : U.GREY_DARK_2,
6912
6982
  width: k,
6913
6983
  height: k,
6914
6984
  onClick: n
@@ -6918,16 +6988,16 @@ const m1 = ({
6918
6988
  style: { width: i ?? "fit-content" },
6919
6989
  closable: r,
6920
6990
  children: typeof o == "string" ? /* @__PURE__ */ t(
6921
- A5,
6991
+ G5,
6922
6992
  {
6923
6993
  variant: e === "small" ? "body4" : "body2",
6924
- color: a ? P.GREY_DARK_2 : P.GREY_DARK_5,
6994
+ color: a ? U.GREY_DARK_2 : U.GREY_DARK_5,
6925
6995
  children: o
6926
6996
  }
6927
6997
  ) : o
6928
6998
  }
6929
6999
  );
6930
- }, w6 = ({
7000
+ }, k0 = ({
6931
7001
  children: o,
6932
7002
  content: i,
6933
7003
  isOpen: e,
@@ -6952,7 +7022,7 @@ const m1 = ({
6952
7022
  }
6953
7023
  );
6954
7024
  };
6955
- var g6 = { exports: {} };
7025
+ var p0 = { exports: {} };
6956
7026
  (function(o, i) {
6957
7027
  (function(e, l) {
6958
7028
  o.exports = l();
@@ -6962,8 +7032,8 @@ var g6 = { exports: {} };
6962
7032
  return "[" + e + (l[(r - 20) % 10] || l[r] || l[0]) + "]";
6963
7033
  } };
6964
7034
  });
6965
- })(g6);
6966
- const k6 = ({
7035
+ })(p0);
7036
+ const L0 = ({
6967
7037
  values: o,
6968
7038
  onTagClose: i,
6969
7039
  maxWidth: e,
@@ -6972,29 +7042,29 @@ const k6 = ({
6972
7042
  options: a,
6973
7043
  extraOptions: k
6974
7044
  }) => {
6975
- const { locale: n } = z(s1), { t: p } = Q1("common", { lng: n }), [g, h] = x(!1);
7045
+ const { locale: n } = $(h1), { t: p } = Q1("common", { lng: n }), [g, h] = x(!1);
6976
7046
  if (G(() => {
6977
7047
  o.length || h(!1);
6978
7048
  }, [o]), !o.length)
6979
7049
  return null;
6980
- const s = (v) => {
6981
- var E, W;
6982
- return ((E = a == null ? void 0 : a.find((u) => u.value === v)) == null ? void 0 : E.label) || ((W = k == null ? void 0 : k.find((u) => u.value === v)) == null ? void 0 : W.label) || v;
7050
+ const s = (f) => {
7051
+ var E, I;
7052
+ return ((E = a == null ? void 0 : a.find((u) => u.value === f)) == null ? void 0 : E.label) || ((I = k == null ? void 0 : k.find((u) => u.value === f)) == null ? void 0 : I.label) || f;
6983
7053
  };
6984
7054
  return /* @__PURE__ */ c(
6985
- w6,
7055
+ k0,
6986
7056
  {
6987
7057
  content: (
6988
7058
  // 90: paddings + margins + gaps and so on
6989
- /* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ t(X, { gap: 6, flexWrap: "wrap", children: o.map(({ value: v }) => /* @__PURE__ */ t(
6990
- m1,
7059
+ /* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, className: "snmt-popover-from-select", children: /* @__PURE__ */ t(e1, { gap: 6, flexWrap: "wrap", children: o.map(({ value: f }) => /* @__PURE__ */ t(
7060
+ u1,
6991
7061
  {
6992
- onClose: () => i(v),
7062
+ onClose: () => i(f),
6993
7063
  closable: l,
6994
7064
  disabled: r,
6995
- children: s(v)
7065
+ children: s(f)
6996
7066
  },
6997
- v
7067
+ f
6998
7068
  )) }) })
6999
7069
  ),
7000
7070
  placement: "bottomRight",
@@ -7007,7 +7077,7 @@ const k6 = ({
7007
7077
  ]
7008
7078
  }
7009
7079
  );
7010
- }, C1 = ({ size: o = 30, color: i = "#004ed7" }) => {
7080
+ }, w1 = ({ size: o = 30, color: i = "#004ed7" }) => {
7011
7081
  const e = `no-repeat linear-gradient(${i}
7012
7082
  calc(50% - 10px), #0000 0 calc(50% + 10px), ${i} 0)`, l = {
7013
7083
  width: o,
@@ -7015,7 +7085,7 @@ const k6 = ({
7015
7085
  backgroundSize: "20% calc(200% + 20px)"
7016
7086
  };
7017
7087
  return /* @__PURE__ */ t("span", { className: "snmt-loader", style: l });
7018
- }, w1 = n1(
7088
+ }, g1 = s1(
7019
7089
  ({
7020
7090
  value: o,
7021
7091
  onChange: i,
@@ -7029,83 +7099,83 @@ const k6 = ({
7029
7099
  clearable: g = !1,
7030
7100
  scrollThresholdValue: h = 50,
7031
7101
  onSearchChange: s,
7032
- onDropdownVisibleChange: v,
7102
+ onDropdownVisibleChange: f,
7033
7103
  onScrollToEnd: E,
7034
- onPopupScroll: W,
7035
- id: B,
7104
+ onPopupScroll: I,
7105
+ id: W,
7036
7106
  extraOptions: u,
7037
7107
  dropdownRender: y,
7038
7108
  optionRender: R,
7039
- isLoading: A,
7109
+ isLoading: B,
7040
7110
  readOnly: L
7041
- }, N) => {
7042
- const [f, M] = x(!1), [J, D] = x(!1), [Y, K] = x(!0), [H, O] = x(o), F = e1(null);
7111
+ }, v) => {
7112
+ const [N, M] = x(!1), [O, z] = x(!1), [D, j] = x(!0), [H, F] = x(o), J = i1(null);
7043
7113
  G(() => {
7044
- O(o);
7114
+ F(o);
7045
7115
  }, [o]);
7046
- const _ = (d) => {
7047
- M(d), v && v(d);
7048
- }, i1 = (d, m) => {
7049
- var Z;
7050
- return !!((Z = m == null ? void 0 : m.label) != null && Z.toString().toLowerCase().includes(d.toLowerCase()));
7116
+ const q = (d) => {
7117
+ M(d), f && f(d);
7118
+ }, _ = (d, m) => {
7119
+ var V;
7120
+ return !!((V = m == null ? void 0 : m.label) != null && V.toString().toLowerCase().includes(d.toLowerCase()));
7051
7121
  }, o1 = () => {
7052
- D(!0);
7053
- }, S = () => {
7054
- D(!1);
7055
- }, V = I(
7122
+ z(!0);
7123
+ }, t1 = () => {
7124
+ z(!1);
7125
+ }, A = Z(
7056
7126
  (d) => {
7057
- if (O(d), l) {
7058
- const Z = d;
7059
- i == null || i(Z);
7127
+ if (F(d), l) {
7128
+ const V = d;
7129
+ i == null || i(V);
7060
7130
  return;
7061
7131
  }
7062
7132
  const m = d;
7063
7133
  i == null || i(m);
7064
7134
  },
7065
7135
  [l, i]
7066
- ), u1 = I(() => {
7136
+ ), T = Z(() => {
7067
7137
  if (!L) {
7068
7138
  if (l) {
7069
- V([]);
7139
+ A([]);
7070
7140
  return;
7071
7141
  }
7072
- V("");
7142
+ A("");
7073
7143
  }
7074
- }, [V, l, L]), q = I(
7144
+ }, [A, l, L]), Q = Z(
7075
7145
  (d) => {
7076
- const m = H.filter((Z) => Z !== d);
7077
- V(m), O(m);
7146
+ const m = H.filter((V) => V !== d);
7147
+ A(m), F(m);
7078
7148
  },
7079
- [V, H]
7080
- ), h1 = I(
7149
+ [A, H]
7150
+ ), c1 = Z(
7081
7151
  (d) => (H == null ? void 0 : H.indexOf(d)) === 0 ? (
7082
7152
  // if the search input is empty
7083
7153
  // then display the placeholder, else do not display it
7084
- /* @__PURE__ */ t("span", { className: "custom-placeholder", children: Y ? e : "" })
7085
- ) : /* @__PURE__ */ t(b, {}),
7086
- [Y, H, e]
7154
+ /* @__PURE__ */ t("span", { className: "custom-placeholder", children: D ? e : "" })
7155
+ ) : /* @__PURE__ */ t(K, {}),
7156
+ [D, H, e]
7087
7157
  ), v1 = (d) => {
7088
7158
  d.preventDefault(), d.stopPropagation();
7089
7159
  }, N1 = async (d) => {
7090
7160
  const { target: m } = d;
7091
- m.scrollTop + m.offsetHeight >= m.scrollHeight - h && (E == null || E(!0)), W && await W(d);
7092
- }, t1 = I(
7161
+ m.scrollTop + m.offsetHeight >= m.scrollHeight - h && (E == null || E(!0)), I && await I(d);
7162
+ }, l1 = Z(
7093
7163
  (d) => {
7094
- var m, Z;
7095
- return ((m = a.find((l1) => l1.value === d)) == null ? void 0 : m.label) || ((Z = u == null ? void 0 : u.find(
7096
- (l1) => l1.value === d
7097
- )) == null ? void 0 : Z.label) || d;
7164
+ var m, V;
7165
+ return ((m = a.find((r1) => r1.value === d)) == null ? void 0 : m.label) || ((V = u == null ? void 0 : u.find(
7166
+ (r1) => r1.value === d
7167
+ )) == null ? void 0 : V.label) || d;
7098
7168
  },
7099
7169
  [u, a]
7100
- ), f1 = I(
7170
+ ), f1 = Z(
7101
7171
  (d) => {
7102
7172
  var m;
7103
7173
  return /* @__PURE__ */ t(
7104
- k6,
7174
+ L0,
7105
7175
  {
7106
7176
  values: d,
7107
- onTagClose: q,
7108
- maxWidth: ((m = F.current) == null ? void 0 : m.clientWidth) || 0,
7177
+ onTagClose: Q,
7178
+ maxWidth: ((m = J.current) == null ? void 0 : m.clientWidth) || 0,
7109
7179
  disabled: n,
7110
7180
  closable: !L,
7111
7181
  options: a,
@@ -7113,17 +7183,17 @@ const k6 = ({
7113
7183
  }
7114
7184
  );
7115
7185
  },
7116
- [n, u, q, a, L]
7117
- ), M1 = I(
7118
- ({ label: d, value: m, mode: Z }) => Z === "filter" ? h1(m) : /* @__PURE__ */ t("div", { onMouseDown: v1, className: "tag-wrapper", children: /* @__PURE__ */ t(m1, { onClose: () => q(m), disabled: n, children: typeof d == "object" ? d : t1(m) }) }),
7119
- [n, t1, q, h1]
7186
+ [n, u, Q, a, L]
7187
+ ), M1 = Z(
7188
+ ({ label: d, value: m, mode: V }) => V === "filter" ? c1(m) : /* @__PURE__ */ t("div", { onMouseDown: v1, className: "tag-wrapper", children: /* @__PURE__ */ t(u1, { onClose: () => Q(m), disabled: n, children: typeof d == "object" ? d : l1(m) }) }),
7189
+ [n, l1, Q, c1]
7120
7190
  );
7121
7191
  return /* @__PURE__ */ c(
7122
7192
  "div",
7123
7193
  {
7124
- className: `snmt-select ${J ? "snmt-select-focused" : ""}
7194
+ className: `snmt-select ${O ? "snmt-select-focused" : ""}
7125
7195
  ${l ? "" : "snmt-select-single"} ${L ? "snmt-select-read-only" : ""}`,
7126
- ref: F,
7196
+ ref: J,
7127
7197
  style: { width: k },
7128
7198
  children: [
7129
7199
  /* @__PURE__ */ t(
@@ -7131,73 +7201,73 @@ const k6 = ({
7131
7201
  {
7132
7202
  className: "snmt-select-blank",
7133
7203
  popupClassName: L ? "dropdown-read-only" : "",
7134
- id: B,
7135
- ref: N,
7204
+ id: W,
7205
+ ref: v,
7136
7206
  showSearch: !!r,
7137
- filterOption: r && i1,
7138
- onDropdownVisibleChange: _,
7207
+ filterOption: r && _,
7208
+ onDropdownVisibleChange: q,
7139
7209
  placeholder: e ? p ? `${e}*` : e : void 0,
7140
7210
  disabled: n,
7141
7211
  value: H || void 0,
7142
- labelRender: (d) => t1(d.value),
7212
+ labelRender: (d) => l1(d.value),
7143
7213
  mode: l === "filter" ? "multiple" : l,
7144
- onChange: V,
7214
+ onChange: A,
7145
7215
  onFocus: o1,
7146
- onBlur: S,
7216
+ onBlur: t1,
7147
7217
  onSearch: (d) => {
7148
- K(!d), s && s(d);
7218
+ j(!d), s && s(d);
7149
7219
  },
7150
- onSelect: () => K(!0),
7151
- onDeselect: () => K(!0),
7220
+ onSelect: () => j(!0),
7221
+ onDeselect: () => j(!0),
7152
7222
  tagRender: (d) => M1({ ...d, mode: l }),
7153
7223
  maxTagCount: "responsive",
7154
7224
  maxTagPlaceholder: f1,
7155
7225
  onPopupScroll: N1,
7156
- prefix: A && /* @__PURE__ */ t(C1, { size: 15 }),
7157
- suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(b, { children: [
7158
- H && !!H.length && (l || g) && /* @__PURE__ */ t("div", { onClick: u1, children: /* @__PURE__ */ t(
7159
- Q,
7226
+ prefix: B && /* @__PURE__ */ t(w1, { size: 15 }),
7227
+ suffixIcon: /* @__PURE__ */ t("div", { className: "wrapper-suffix-icon", children: l !== "filter" && /* @__PURE__ */ c(K, { children: [
7228
+ H && !!H.length && (l || g) && /* @__PURE__ */ t("div", { onClick: T, children: /* @__PURE__ */ t(
7229
+ X,
7160
7230
  {
7161
7231
  name: "cancel",
7162
- color: n ? j.GREY_DARK_1 : j.GREY_DARK_5
7232
+ color: n ? Y.GREY_DARK_1 : Y.GREY_DARK_5
7163
7233
  }
7164
7234
  ) }),
7165
7235
  /* @__PURE__ */ t(
7166
- Q,
7236
+ X,
7167
7237
  {
7168
7238
  name: "selectArrowIcon",
7169
- color: n ? j.GREY_DARK_1 : j.GREY_DARK_5,
7170
- className: f ? "select-arrow-rotated" : "select-arrow",
7171
- onClick: () => M(!f)
7239
+ color: n ? Y.GREY_DARK_1 : Y.GREY_DARK_5,
7240
+ className: N ? "select-arrow-rotated" : "select-arrow",
7241
+ onClick: () => M(!N)
7172
7242
  }
7173
7243
  )
7174
7244
  ] }) }),
7175
- removeIcon: /* @__PURE__ */ t(Q, { name: "errorSmall", color: j.GREY_DARK_2 }),
7245
+ removeIcon: /* @__PURE__ */ t(X, { name: "errorSmall", color: Y.GREY_DARK_2 }),
7176
7246
  options: a,
7177
- optionRender: (d) => R ? R(d.data) : /* @__PURE__ */ c(X, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
7178
- /* @__PURE__ */ c(X, { alignItems: "center", gap: 12, children: [
7247
+ optionRender: (d) => R ? R(d.data) : /* @__PURE__ */ c(e1, { justifyContent: "space-between", alignItems: "center", flex: "1", children: [
7248
+ /* @__PURE__ */ c(e1, { alignItems: "center", gap: 12, children: [
7179
7249
  l && /* @__PURE__ */ t(
7180
7250
  e2,
7181
7251
  {
7182
7252
  checked: !!(H != null && H.includes(d.value))
7183
7253
  }
7184
7254
  ),
7185
- /* @__PURE__ */ c(X, { alignItems: "center", gap: 8, children: [
7255
+ /* @__PURE__ */ c(e1, { alignItems: "center", gap: 8, children: [
7186
7256
  d.data.image && /* @__PURE__ */ t(X1, { src: d.data.image, size: 20 }),
7187
7257
  /* @__PURE__ */ t("span", { children: d.label })
7188
7258
  ] })
7189
7259
  ] }),
7190
7260
  !l && H === d.value && /* @__PURE__ */ t(
7191
- Q,
7261
+ X,
7192
7262
  {
7193
7263
  name: "ok",
7194
- color: j.BLUE_PRIMARY,
7264
+ color: Y.BLUE_PRIMARY,
7195
7265
  width: 16,
7196
7266
  height: 16
7197
7267
  }
7198
7268
  )
7199
7269
  ] }),
7200
- dropdownRender: A ? () => /* @__PURE__ */ t(
7270
+ dropdownRender: B ? () => /* @__PURE__ */ t(
7201
7271
  "div",
7202
7272
  {
7203
7273
  style: {
@@ -7205,7 +7275,7 @@ const k6 = ({
7205
7275
  display: "grid",
7206
7276
  justifyContent: "center"
7207
7277
  },
7208
- children: /* @__PURE__ */ t(C1, { size: 28 })
7278
+ children: /* @__PURE__ */ t(w1, { size: 28 })
7209
7279
  }
7210
7280
  ) : (d) => y ? y(d) : d
7211
7281
  }
@@ -7213,7 +7283,7 @@ const k6 = ({
7213
7283
  /* @__PURE__ */ t(
7214
7284
  "fieldset",
7215
7285
  {
7216
- className: `${J ? "fieldset-focused" : ""}
7286
+ className: `${O ? "fieldset-focused" : ""}
7217
7287
  ${n ? "fieldset-disabled" : ""}
7218
7288
  ${typeof o == "string" && o ? "fieldset-filled" : ""}
7219
7289
  ${typeof o == "object" && o != null && o.length ? "fieldset-filled" : ""}`,
@@ -7225,8 +7295,8 @@ const k6 = ({
7225
7295
  );
7226
7296
  }
7227
7297
  );
7228
- function p6(o, i = 500) {
7229
- const e = e1();
7298
+ function m0(o, i = 500) {
7299
+ const e = i1();
7230
7300
  return G(() => () => {
7231
7301
  e.current && clearTimeout(e.current);
7232
7302
  }, []), (...r) => {
@@ -7236,10 +7306,10 @@ function p6(o, i = 500) {
7236
7306
  clearTimeout(e.current), e.current = a;
7237
7307
  };
7238
7308
  }
7239
- const U = {
7309
+ const S = {
7240
7310
  limit: 100,
7241
7311
  offset: 0
7242
- }, f6 = n1(
7312
+ }, x0 = s1(
7243
7313
  ({
7244
7314
  loadOptions: o,
7245
7315
  width: i,
@@ -7253,39 +7323,40 @@ const U = {
7253
7323
  loadOnClosedState: g,
7254
7324
  extraOptions: h,
7255
7325
  onDropdownVisibleChange: s,
7256
- optionRender: v,
7326
+ optionRender: f,
7257
7327
  dropdownRender: E,
7258
- readOnly: W,
7259
- clearable: B
7260
- }, u) => {
7261
- const [y, R] = x([]), [A, L] = x(U), [N, f] = x(!1), [M, J] = x(null), D = I(
7262
- async (_ = !1, i1) => {
7328
+ readOnly: I,
7329
+ clearable: W,
7330
+ required: u = !1
7331
+ }, y) => {
7332
+ const [R, B] = x([]), [L, v] = x(S), [N, M] = x(!1), [O, z] = x(null), D = Z(
7333
+ async (_ = !1, o1) => {
7263
7334
  if (!N) {
7264
- f(!0);
7335
+ M(!0);
7265
7336
  try {
7266
- const o1 = _ ? { ...U, search: i1 } : A, S = await o(o1);
7267
- R(
7268
- (V) => _ ? S.options : [...V, ...S.options]
7269
- ), J(S.count), L((V) => ({
7270
- ...V,
7271
- offset: V.offset + V.limit
7337
+ const t1 = _ ? { ...S, search: o1 } : L, A = await o(t1);
7338
+ B(
7339
+ (T) => _ ? A.options : [...T, ...A.options]
7340
+ ), z(A.count), v((T) => ({
7341
+ ...T,
7342
+ offset: T.offset + T.limit
7272
7343
  }));
7273
7344
  } finally {
7274
- f(!1);
7345
+ M(!1);
7275
7346
  }
7276
7347
  }
7277
7348
  },
7278
- [A, o, N]
7279
- ), Y = p6(D), K = I(
7349
+ [L, o, N]
7350
+ ), j = m0(D), H = Z(
7280
7351
  (_) => {
7281
- _ === "" || _ === void 0 || _ === null ? (L(U), Y(!0)) : Y(!0, _);
7352
+ _ === "" || _ === void 0 || _ === null ? (v(S), j(!0)) : j(!0, _);
7282
7353
  },
7283
- [Y]
7284
- ), H = async (_) => {
7285
- _ && M !== null && M > y.length && await D(!1);
7286
- }, O = I(
7354
+ [j]
7355
+ ), F = async (_) => {
7356
+ _ && O !== null && O > R.length && await D(!1);
7357
+ }, J = Z(
7287
7358
  (_) => {
7288
- _ && !g && (R([]), L(U), D(!0)), s == null || s(_);
7359
+ _ && !g && (B([]), v(S), D(!0)), s == null || s(_);
7289
7360
  },
7290
7361
  // eslint-disable-next-line
7291
7362
  [g]
@@ -7293,35 +7364,36 @@ const U = {
7293
7364
  G(() => {
7294
7365
  g && D(!1);
7295
7366
  }, []);
7296
- const F = {
7367
+ const q = {
7297
7368
  id: r,
7298
7369
  width: i,
7299
- options: y,
7370
+ options: R,
7300
7371
  onChange: e,
7301
- ref: u,
7372
+ ref: y,
7302
7373
  placeholder: n,
7303
7374
  search: !0,
7304
7375
  value: l,
7305
- onSearchChange: K,
7306
- onDropdownVisibleChange: O,
7376
+ onSearchChange: H,
7377
+ onDropdownVisibleChange: J,
7307
7378
  scrollThresholdValue: k,
7308
- onScrollToEnd: H,
7379
+ onScrollToEnd: F,
7309
7380
  loadOnClosedState: g,
7310
7381
  disabled: a,
7311
7382
  extraOptions: h,
7312
7383
  isLoading: N,
7313
- optionRender: v,
7384
+ optionRender: f,
7314
7385
  dropdownRender: E,
7315
- readOnly: W,
7316
- clearable: B
7386
+ readOnly: I,
7387
+ clearable: W,
7388
+ required: u
7317
7389
  };
7318
- return x1(u, () => ({
7390
+ return x1(y, () => ({
7319
7391
  refetchOptions: async () => {
7320
- L(U), await D(!0);
7392
+ v(S), await D(!0);
7321
7393
  }
7322
- })), p ? /* @__PURE__ */ t(w1, { ...F, onChange: e, value: l, mode: p }) : /* @__PURE__ */ t("div", { className: "snmt-async-select", children: /* @__PURE__ */ t(w1, { ...F, onChange: e, value: l }) });
7394
+ })), p ? /* @__PURE__ */ t(g1, { ...q, onChange: e, value: l, mode: p }) : /* @__PURE__ */ t("div", { className: "snmt-async-select", children: /* @__PURE__ */ t(g1, { ...q, onChange: e, value: l }) });
7323
7395
  }
7324
7396
  );
7325
7397
  export {
7326
- f6 as AsyncSelect
7398
+ x0 as AsyncSelect
7327
7399
  };