bmi-next 1.0.10 → 1.0.11

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 +1 @@
1
- ._button_1y9mq_1{display:flex;justify-content:center;align-items:center;width:100%;gap:10px;border-radius:100px;height:56px;box-sizing:border-box;padding-bottom:4px;font-size:22px;cursor:pointer}._small_1y9mq_15{font-size:17px;line-height:20px;height:40px;font-family:Palanquin BMI Bold!important}._primary_1y9mq_21{background:#2054a5;border:0;color:#fff;font-family:Palanquin BMI Bold}._primary_1y9mq_21:hover{background:#1d71de;transition:all .3s ease}._primary_1y9mq_21:active{transform:scale(.98);transition:all .1s ease}._secondary_1y9mq_38{background:#fff;border:3px solid #2054a5;color:#2054a5;font-family:Palanquin BMI}._secondary_1y9mq_38:hover{border-color:#749cff;color:#749cff;background-color:#dceaff66;transition:all .1s ease}._secondary_1y9mq_38:hover>svg,._secondary_1y9mq_38:hover>svg path{fill:#749cff}._secondary_1y9mq_38:active{transform:scale(.98);border-color:#749cff;color:#749cff;background-color:#dceaff66;transition:all .1s ease}._button_1y9mq_1:disabled{background-color:#2054a51a;color:#2054a566;cursor:not-allowed;border-color:#e8eef6}._tertiary_1y9mq_72{background:#b8d0ff;border:0;color:#2054a5;font-family:Palanquin BMI}._tertiary_1y9mq_72:hover{background:#afc5f3;border:0;color:#2054a5;font-family:Palanquin BMI}._tertiary_1y9mq_72:active{transform:scale(.98);background:#afc5f3;border:0}._tertiary-green_1y9mq_92{background:#c9f3f7;border:0;color:#2054a5;font-family:Palanquin BMI}._tertiary-green_1y9mq_92:hover{background:#d9ffeb;border:0;color:#2054a5}._tertiary-green_1y9mq_92:active{transform:scale(.98);background:#d9ffeb;border:0}
1
+ ._button_1u2k6_1{display:flex;justify-content:center;align-items:center;width:100%;gap:10px;border-radius:100px;height:56px;box-sizing:border-box;padding-bottom:4px;font-size:22px;cursor:pointer}._small_1u2k6_15{font-size:17px;line-height:20px;height:40px;font-family:Palanquin BMI Bold!important}._primary_1u2k6_21{background:#2054a5;border:0;color:#fff;font-family:Palanquin BMI Bold}._primary_1u2k6_21:hover{background:#1d71de;transition:all .3s ease}._primary_1u2k6_21:active{transform:scale(.98);transition:all .1s ease}._secondary_1u2k6_38{background:#fff;border:3px solid #2054a5;color:#2054a5;font-family:Palanquin BMI}._secondary_1u2k6_38:hover{border-color:#749cff;color:#749cff;background-color:#dceaff66;transition:all .1s ease}._secondary_1u2k6_38:hover>svg,._secondary_1u2k6_38:hover>svg path{fill:#749cff}._secondary_1u2k6_38:active{transform:scale(.98);border-color:#749cff;color:#749cff;background-color:#dceaff66;transition:all .1s ease}._button_1u2k6_1:disabled{background-color:#2054a51a;color:#2054a566;cursor:not-allowed;border-color:#e8eef6}._tertiary_1u2k6_72{background:#c9dbee;border:0;color:#2054a5;font-family:Palanquin BMI}._tertiary_1u2k6_72:hover{background:#afc5f3;border:0;color:#2054a5;font-family:Palanquin BMI}._tertiary_1u2k6_72:active{transform:scale(.98);background:#afc5f3;border:0}
@@ -1,6 +1,6 @@
1
1
  import { IconName } from '../../icons/icons';
2
2
  import { Icon } from '../../main';
3
- type ButtonVariant = "primary" | "secondary" | "tertiary" | "tertiary-green";
3
+ type ButtonVariant = "primary" | "secondary" | "tertiary";
4
4
  type Icon = {
5
5
  name: IconName;
6
6
  fill?: string;
@@ -1,55 +1,54 @@
1
- import { jsxs as u, jsx as l } from "react/jsx-runtime";
2
- import { useState as b, useEffect as g } from "react";
1
+ import { jsxs as _, jsx as n } from "react/jsx-runtime";
2
+ import { useState as b, useEffect as k } from "react";
3
3
  import "../../index-BLKa5f7l.js";
4
- import { Icon as n } from "../../icons/icons.js";
5
- import '../../assets/index18.css';const q = "_button_1y9mq_1", w = "_small_1y9mq_15", C = "_primary_1y9mq_21", $ = "_secondary_1y9mq_38", M = "_tertiary_1y9mq_72", o = {
6
- button: q,
7
- small: w,
8
- primary: C,
9
- secondary: $,
10
- tertiary: M,
11
- "tertiary-green": "_tertiary-green_1y9mq_92"
4
+ import { Icon as d } from "../../icons/icons.js";
5
+ import '../../assets/index18.css';const w = "_button_1u2k6_1", C = "_small_1u2k6_15", $ = "_primary_1u2k6_21", g = "_secondary_1u2k6_38", M = "_tertiary_1u2k6_72", r = {
6
+ button: w,
7
+ small: C,
8
+ primary: $,
9
+ secondary: g,
10
+ tertiary: M
12
11
  }, O = ({
13
- variant: e,
14
- icon: t,
12
+ variant: t,
13
+ icon: e,
15
14
  className: a,
16
- children: m,
17
- small: i,
18
- ...r
15
+ children: i,
16
+ small: m,
17
+ ...s
19
18
  }) => {
20
- const d = e === "primary" ? "primary" : e === "secondary" ? "secondary" : e === "tertiary" ? "tertiary" : "tertiary-green", _ = `${o.button} ${o[d]} ${a || ""}`, [y, s] = b(), f = () => {
21
- e === "secondary" && !r.disabled && s("#749cff");
19
+ const y = t === "primary" ? "primary" : t === "secondary" ? "secondary" : "tertiary", u = `${r.button} ${r[y]} ${a || ""}`, [l, o] = b(), f = () => {
20
+ t === "secondary" && !s.disabled && o("#749cff");
22
21
  }, c = () => {
23
- e === "secondary" && !r.disabled && s("#2054a5");
22
+ t === "secondary" && !s.disabled && o("#2054a5");
24
23
  };
25
- return g(() => {
26
- const h = (e === "secondary" || e === "tertiary" || e === "tertiary-green") && !r.disabled ? "#2054a5" : e === "primary" && !r.disabled ? "#fff" : "#2054a566";
27
- s(h);
28
- }, [r.disabled, e]), /* @__PURE__ */ u(
24
+ return k(() => {
25
+ const h = (t === "secondary" || t === "tertiary") && !s.disabled ? "#2054a5" : t === "primary" && !s.disabled ? "#fff" : "#2054a566";
26
+ o(h);
27
+ }, [s.disabled, t]), /* @__PURE__ */ _(
29
28
  "button",
30
29
  {
31
- className: `${_} ${i ? o.small : ""}`,
32
- ...r,
30
+ className: `${u} ${m ? r.small : ""}`,
31
+ ...s,
33
32
  onMouseOver: f,
34
33
  onMouseLeave: c,
35
34
  children: [
36
- t && t.position === "before" && /* @__PURE__ */ l(
37
- n,
35
+ e && e.position === "before" && /* @__PURE__ */ n(
36
+ d,
38
37
  {
39
- name: t.name,
40
- fill: y,
41
- width: t.width,
42
- height: t.height
38
+ name: e.name,
39
+ fill: l,
40
+ width: e.width,
41
+ height: e.height
43
42
  }
44
43
  ),
45
- m,
46
- t && t.position === "after" && /* @__PURE__ */ l(
47
- n,
44
+ i,
45
+ e && e.position === "after" && /* @__PURE__ */ n(
46
+ d,
48
47
  {
49
- name: t.name,
50
- fill: y,
51
- width: t.width,
52
- height: t.height
48
+ name: e.name,
49
+ fill: l,
50
+ width: e.width,
51
+ height: e.height
53
52
  }
54
53
  )
55
54
  ]
@@ -47,7 +47,7 @@ import '../../assets/index10.css';const u = "_containerNavbar_1q6yo_1", v = "_na
47
47
  ) : h && /* @__PURE__ */ n("div", { style: { marginTop: "15px" }, children: /* @__PURE__ */ n(
48
48
  r,
49
49
  {
50
- name: "LogoBMINext",
50
+ name: "LogoBMI+",
51
51
  width: s ? 60 : 83,
52
52
  height: s ? 36 : 50
53
53
  }
@@ -1,4 +1,4 @@
1
- export type IconName = "Exclamation" | "Email" | "Password" | "ShowEye" | "HideEye" | "ArrowDown" | "Search" | "Masculino" | "Femenino" | "Height" | "Weight" | "Smoke" | "SmokeOff" | "Upload" | "Telefono" | "EmailFill" | "Whatsapp" | "Close" | "Lock" | "Envelope" | "CollapseMenu" | "ExpandMenu" | "Notification" | "Users" | "Pagos" | "Impagos" | "Configuracion" | "LockPassword" | "Logout" | "AddCard" | "Add" | "Help" | "Unsubscribe" | "CheckCircle" | "Disable" | "Edit" | "Delete" | "Save" | "Eye" | "Mail" | "Resend" | "Reset" | "SwapVertical" | "Clip" | "Send" | "Trash" | "ReInit" | "CircleDolar" | "Sort" | "Pencil" | "Check" | "LogoBMINext" | "ArrowLeft" | "ArrowRight" | "AddDocument" | "Family" | "User" | "Carnet" | "Savings" | "History" | "Docs" | "Filters" | "DownloadDoc" | "Biometric" | "Aetna" | "BMI" | "CircleDenied";
1
+ export type IconName = "Exclamation" | "Email" | "Password" | "ShowEye" | "HideEye" | "ArrowDown" | "Search" | "Masculino" | "Femenino" | "Height" | "Weight" | "Smoke" | "SmokeOff" | "Upload" | "Telefono" | "EmailFill" | "Whatsapp" | "Close" | "Lock" | "Envelope" | "CollapseMenu" | "ExpandMenu" | "Notification" | "Users" | "Pagos" | "Impagos" | "Configuracion" | "LockPassword" | "Logout" | "AddCard" | "Add" | "Help" | "Unsubscribe" | "CheckCircle" | "Disable" | "Edit" | "Delete" | "Save" | "Eye" | "Mail" | "Resend" | "Reset" | "SwapVertical" | "Clip" | "Send" | "Trash" | "ReInit" | "CircleDolar" | "Sort" | "Pencil" | "Check" | "LogoBMI+" | "ArrowLeft" | "ArrowRight" | "AddDocument" | "Family" | "User" | "Carnet" | "Savings" | "History" | "Docs" | "Filters" | "DownloadDoc" | "Biometric" | "Aetna" | "BMI" | "CircleDenied";
2
2
  interface IconProps {
3
3
  width?: number;
4
4
  height?: number;
@@ -60,7 +60,7 @@ export declare const Sort: React.FC<IconProps>;
60
60
  export declare const AddDocument: React.FC<IconProps>;
61
61
  export declare const Pencil: React.FC<IconProps>;
62
62
  export declare const Check: React.FC<IconProps>;
63
- export declare const LogoBMINext: React.FC<IconProps>;
63
+ export declare const LogoBMI: React.FC<IconProps>;
64
64
  export declare const ArrowLeft: React.FC<IconProps>;
65
65
  export declare const ArrowRight: React.FC<IconProps>;
66
66
  export declare const Family: React.FC<IconProps>;
@@ -13,17 +13,17 @@ const k1 = ({
13
13
  case "Password":
14
14
  return /* @__PURE__ */ a(h, { width: e, height: c, fill: n });
15
15
  case "ShowEye":
16
- return /* @__PURE__ */ a(v, { width: e, height: c, fill: n });
17
- case "HideEye":
18
16
  return /* @__PURE__ */ a(o, { width: e, height: c, fill: n });
17
+ case "HideEye":
18
+ return /* @__PURE__ */ a(v, { width: e, height: c, fill: n });
19
19
  case "ArrowDown":
20
20
  return /* @__PURE__ */ a(i, { width: e, height: c, fill: n });
21
21
  case "Search":
22
- return /* @__PURE__ */ a(m, { width: e, height: c, fill: n });
22
+ return /* @__PURE__ */ a(p, { width: e, height: c, fill: n });
23
23
  case "Masculino":
24
- return /* @__PURE__ */ a(d, { width: e, height: c, fill: n });
24
+ return /* @__PURE__ */ a(m, { width: e, height: c, fill: n });
25
25
  case "Femenino":
26
- return /* @__PURE__ */ a(p, { width: e, height: c, fill: n });
26
+ return /* @__PURE__ */ a(d, { width: e, height: c, fill: n });
27
27
  case "Height":
28
28
  return /* @__PURE__ */ a(w, { width: e, height: c, fill: n });
29
29
  case "Weight":
@@ -41,25 +41,25 @@ const k1 = ({
41
41
  case "Whatsapp":
42
42
  return /* @__PURE__ */ a(y, { width: e, height: c, fill: n });
43
43
  case "Close":
44
- return /* @__PURE__ */ a(C, { width: e, height: c, fill: n });
44
+ return /* @__PURE__ */ a(H, { width: e, height: c, fill: n });
45
45
  case "Lock":
46
- return /* @__PURE__ */ a(H, { width: e, height: c });
46
+ return /* @__PURE__ */ a(C, { width: e, height: c });
47
47
  case "Envelope":
48
- return /* @__PURE__ */ a(D, { width: e, height: c });
49
- case "CollapseMenu":
50
48
  return /* @__PURE__ */ a(A, { width: e, height: c });
49
+ case "CollapseMenu":
50
+ return /* @__PURE__ */ a(D, { width: e, height: c });
51
51
  case "ExpandMenu":
52
52
  return /* @__PURE__ */ a(V, { width: e, height: c });
53
53
  case "Notification":
54
- return /* @__PURE__ */ a(L, { width: e, height: c });
54
+ return /* @__PURE__ */ a(f, { width: e, height: c });
55
55
  case "Users":
56
- return /* @__PURE__ */ a(U, { width: e, height: c, fill: n });
56
+ return /* @__PURE__ */ a(L, { width: e, height: c, fill: n });
57
57
  case "Pagos":
58
- return /* @__PURE__ */ a(F, { width: e, height: c, fill: n });
58
+ return /* @__PURE__ */ a(U, { width: e, height: c, fill: n });
59
59
  case "Impagos":
60
60
  return /* @__PURE__ */ a(B, { width: e, height: c, fill: n });
61
61
  case "Configuracion":
62
- return /* @__PURE__ */ a(f, { width: e, height: c, fill: n });
62
+ return /* @__PURE__ */ a(F, { width: e, height: c, fill: n });
63
63
  case "LockPassword":
64
64
  return /* @__PURE__ */ a(S, { width: e, height: c, fill: n });
65
65
  case "Logout":
@@ -71,11 +71,11 @@ const k1 = ({
71
71
  case "Reset":
72
72
  return /* @__PURE__ */ a(J, { width: e, height: c, fill: n });
73
73
  case "Resend":
74
- return /* @__PURE__ */ a(G, { width: e, height: c, fill: n });
74
+ return /* @__PURE__ */ a(N, { width: e, height: c, fill: n });
75
75
  case "Help":
76
- return /* @__PURE__ */ a(q, { width: e, height: c, fill: n });
77
- case "Unsubscribe":
78
76
  return /* @__PURE__ */ a(b, { width: e, height: c, fill: n });
77
+ case "Unsubscribe":
78
+ return /* @__PURE__ */ a(q, { width: e, height: c, fill: n });
79
79
  case "CheckCircle":
80
80
  return /* @__PURE__ */ a(j, { width: e, height: c, fill: n });
81
81
  case "Disable":
@@ -89,7 +89,7 @@ const k1 = ({
89
89
  case "Eye":
90
90
  return /* @__PURE__ */ a(I, { width: e, height: c, fill: n });
91
91
  case "Mail":
92
- return /* @__PURE__ */ a(N, { width: e, height: c, fill: n });
92
+ return /* @__PURE__ */ a(G, { width: e, height: c, fill: n });
93
93
  case "Send":
94
94
  return /* @__PURE__ */ a(X, { width: e, height: c, fill: n });
95
95
  case "Clip":
@@ -108,7 +108,7 @@ const k1 = ({
108
108
  return /* @__PURE__ */ a(c1, { width: e, height: c, fill: n });
109
109
  case "Check":
110
110
  return /* @__PURE__ */ a(e1, { width: e, height: c, fill: n });
111
- case "LogoBMINext":
111
+ case "LogoBMI+":
112
112
  return /* @__PURE__ */ a(s1, { width: e, height: c, fill: n });
113
113
  case "ArrowLeft":
114
114
  return /* @__PURE__ */ a(n1, { width: e, height: c, fill: n });
@@ -121,17 +121,17 @@ const k1 = ({
121
121
  case "Carnet":
122
122
  return /* @__PURE__ */ a(h1, { width: e, height: c, fill: n });
123
123
  case "Savings":
124
- return /* @__PURE__ */ a(v1, { width: e, height: c, fill: n });
125
- case "History":
126
124
  return /* @__PURE__ */ a(o1, { width: e, height: c, fill: n });
125
+ case "History":
126
+ return /* @__PURE__ */ a(v1, { width: e, height: c, fill: n });
127
127
  case "Docs":
128
128
  return /* @__PURE__ */ a(i1, { width: e, height: c, fill: n });
129
129
  case "Filters":
130
- return /* @__PURE__ */ a(m1, { width: e, height: c, fill: n });
130
+ return /* @__PURE__ */ a(p1, { width: e, height: c, fill: n });
131
131
  case "DownloadDoc":
132
- return /* @__PURE__ */ a(d1, { width: e, height: c, fill: n });
132
+ return /* @__PURE__ */ a(m1, { width: e, height: c, fill: n });
133
133
  case "Biometric":
134
- return /* @__PURE__ */ a(p1, { width: e, height: c, fill: n });
134
+ return /* @__PURE__ */ a(d1, { width: e, height: c, fill: n });
135
135
  case "BMI":
136
136
  return /* @__PURE__ */ a(z1, { width: e, height: c, fill: n });
137
137
  case "Aetna":
@@ -203,7 +203,7 @@ const k1 = ({
203
203
  }
204
204
  )
205
205
  }
206
- ), v = ({
206
+ ), o = ({
207
207
  width: s = 22,
208
208
  height: e = 21,
209
209
  fill: c = "#749CFF"
@@ -223,7 +223,7 @@ const k1 = ({
223
223
  }
224
224
  )
225
225
  }
226
- ), o = ({
226
+ ), v = ({
227
227
  width: s = 22,
228
228
  height: e = 21,
229
229
  fill: c = "#749CFF"
@@ -265,7 +265,7 @@ const k1 = ({
265
265
  }
266
266
  )
267
267
  }
268
- ), m = ({
268
+ ), p = ({
269
269
  width: s = 22,
270
270
  height: e = 23,
271
271
  fill: c = "#030C24"
@@ -286,7 +286,7 @@ const k1 = ({
286
286
  }
287
287
  )
288
288
  }
289
- ), d = ({
289
+ ), m = ({
290
290
  width: s = 70,
291
291
  height: e = 71,
292
292
  fill: c = "#749CFF"
@@ -306,7 +306,7 @@ const k1 = ({
306
306
  }
307
307
  )
308
308
  }
309
- ), p = ({
309
+ ), d = ({
310
310
  width: s = 56,
311
311
  height: e = 81,
312
312
  fill: c = "#749CFF"
@@ -488,7 +488,7 @@ const k1 = ({
488
488
  }
489
489
  )
490
490
  }
491
- ), C = ({
491
+ ), H = ({
492
492
  width: s = 26,
493
493
  height: e = 26,
494
494
  fill: c = "#2054A5"
@@ -508,7 +508,7 @@ const k1 = ({
508
508
  }
509
509
  )
510
510
  }
511
- ), H = ({ width: s = 53, height: e = 64 }) => /* @__PURE__ */ r(
511
+ ), C = ({ width: s = 53, height: e = 64 }) => /* @__PURE__ */ r(
512
512
  "svg",
513
513
  {
514
514
  width: s,
@@ -677,7 +677,7 @@ const k1 = ({
677
677
  ] })
678
678
  ]
679
679
  }
680
- ), D = ({ width: s = 97, height: e = 86 }) => /* @__PURE__ */ r(
680
+ ), A = ({ width: s = 97, height: e = 86 }) => /* @__PURE__ */ r(
681
681
  "svg",
682
682
  {
683
683
  width: s,
@@ -756,7 +756,7 @@ const k1 = ({
756
756
  ) }) })
757
757
  ]
758
758
  }
759
- ), A = ({
759
+ ), D = ({
760
760
  width: s = 25,
761
761
  height: e = 25
762
762
  }) => /* @__PURE__ */ r(
@@ -849,7 +849,7 @@ const k1 = ({
849
849
  ) })
850
850
  ]
851
851
  }
852
- ), L = ({
852
+ ), f = ({
853
853
  width: s = 20,
854
854
  height: e = 20,
855
855
  fill: c = "#2054A5"
@@ -869,7 +869,7 @@ const k1 = ({
869
869
  }
870
870
  )
871
871
  }
872
- ), U = ({
872
+ ), L = ({
873
873
  width: s = 20,
874
874
  height: e = 20,
875
875
  fill: c = "#2054A5"
@@ -904,7 +904,7 @@ const k1 = ({
904
904
  ) })
905
905
  ]
906
906
  }
907
- ), F = ({
907
+ ), U = ({
908
908
  width: s = 20,
909
909
  height: e = 20,
910
910
  fill: c = "#2054A5"
@@ -974,7 +974,7 @@ const k1 = ({
974
974
  ) })
975
975
  ]
976
976
  }
977
- ), f = ({
977
+ ), F = ({
978
978
  width: s = 20,
979
979
  height: e = 20,
980
980
  fill: c = "#2054A5"
@@ -1114,7 +1114,7 @@ const k1 = ({
1114
1114
  ) })
1115
1115
  ]
1116
1116
  }
1117
- ), q = ({
1117
+ ), b = ({
1118
1118
  width: s = 16,
1119
1119
  height: e = 16,
1120
1120
  fill: c = "#2054A5"
@@ -1149,7 +1149,7 @@ const k1 = ({
1149
1149
  /* @__PURE__ */ a("g", { mask: "url(#hn4zl02foa)", children: /* @__PURE__ */ a("path", { fill: c, d: "M0 0h16v16H0z" }) })
1150
1150
  ]
1151
1151
  }
1152
- ), b = ({
1152
+ ), q = ({
1153
1153
  width: s = 20,
1154
1154
  height: e = 20,
1155
1155
  fill: c = "#2054A5"
@@ -1379,7 +1379,7 @@ const k1 = ({
1379
1379
  }
1380
1380
  )
1381
1381
  }
1382
- ), N = ({
1382
+ ), G = ({
1383
1383
  width: s = 20,
1384
1384
  height: e = 20,
1385
1385
  fill: c = "#749CFF"
@@ -1414,7 +1414,7 @@ const k1 = ({
1414
1414
  ) })
1415
1415
  ]
1416
1416
  }
1417
- ), G = ({
1417
+ ), N = ({
1418
1418
  width: s = 20,
1419
1419
  height: e = 20,
1420
1420
  fill: c = "#749CFF"
@@ -1871,68 +1871,89 @@ const k1 = ({
1871
1871
  ) })
1872
1872
  ]
1873
1873
  }
1874
- ), s1 = ({
1875
- width: s = 120,
1876
- height: e = 73,
1877
- fill: c = "#2054A5"
1878
- }) => /* @__PURE__ */ r(
1874
+ ), s1 = ({ width: s = 108, height: e = 30 }) => /* @__PURE__ */ r(
1879
1875
  "svg",
1880
1876
  {
1881
1877
  width: s,
1882
1878
  height: e,
1883
- viewBox: "0 0 120 73",
1879
+ viewBox: "0 0 108 30",
1884
1880
  fill: "none",
1885
1881
  xmlns: "http://www.w3.org/2000/svg",
1886
1882
  children: [
1887
- /* @__PURE__ */ a(
1888
- "path",
1889
- {
1890
- d: "M22.18 33.316c-.582.271-1.305.482-2.168.623-.854.15-1.938.22-3.254.22v2.782c1.085 0 1.888-.01 2.4-.03.522-.02 1.004-.06 1.456-.1 2.008-.312 3.525-.965 4.539-1.929 1.014-.974 1.526-2.249 1.526-3.825 0-1.968-.793-3.535-2.37-4.71-.592-.431-1.375-.753-2.35-.983-.983-.221-2.178-.342-3.604-.342l-1.597-.03v2.671c.543 0 1.236.03 2.079.08.843.06 1.506.12 1.978.191.854.2 1.526.572 1.998 1.115.522.522.783 1.164.783 1.928 0 1.104-.472 1.887-1.425 2.339h.01z",
1891
- fill: c
1892
- }
1893
- ),
1894
- /* @__PURE__ */ a(
1895
- "path",
1896
- {
1897
- d: "M21.448 15.353c.692.351 1.034.944 1.034 1.777s-.442 1.456-1.326 1.797c-.883.342-2.35.512-4.398.512v2.842c1.015 0 1.868-.02 2.56-.07.694-.04 1.246-.1 1.678-.171 2.932-.542 4.398-2.169 4.398-4.88a5.292 5.292 0 0 0-.743-2.761c-.502-.824-1.115-1.396-1.858-1.707-1.034-.452-2.831-.673-5.382-.673h-5.994v35.415h3.052V14.83h3.354c1.737 0 2.952.17 3.635.522h-.01z",
1898
- fill: c
1899
- }
1900
- ),
1901
- /* @__PURE__ */ a(
1902
- "path",
1903
- {
1904
- d: "M22.04 9.79c.904.13 1.828.442 2.781.914a6.324 6.324 0 0 1 2.611 2.42 6.524 6.524 0 0 1 .944 3.434c0 2.53-1.416 4.93-4.237 7.209 2.078 1.446 3.524 2.741 4.337 3.896.814 1.155 1.225 2.51 1.225 4.067 0 1.717-.562 3.223-1.697 4.538-.944 1.125-2.299 1.928-4.066 2.4-1.376.381-3.776.572-7.18.572v2.842c1.356 0 2.591-.04 3.706-.12 1.114-.081 2.118-.202 2.992-.352 2.801-.542 5-1.667 6.617-3.384 1.616-1.717 2.42-3.816 2.42-6.296 0-3.203-1.376-5.924-4.127-8.163 1.918-2.32 2.882-4.75 2.882-7.28 0-1.847-.523-3.584-1.557-5.2-1.034-1.618-2.29-2.742-3.755-3.375a10.538 10.538 0 0 0-3.284-.964c-1.174-.15-2.982-.22-5.422-.22H5.753v40.696h3.053V9.579h7.952c2.621 0 4.378.07 5.282.2v.011z",
1905
- fill: c
1906
- }
1907
- ),
1908
- /* @__PURE__ */ a(
1909
- "path",
1910
- {
1911
- d: "M35.656 40.907c1.897-2.64 2.841-5.422 2.841-8.334 0-3.273-1.245-6.416-3.725-9.419 1.607-2.37 2.4-4.98 2.4-7.821 0-4.067-1.647-7.47-4.94-10.222-3.163-2.62-7.38-3.926-12.662-3.926H0v46.259h3.113V4.167H19.97c4.087 0 7.36.934 9.82 2.811 3.003 2.3 4.499 5.182 4.499 8.636 0 2.53-1.064 5.251-3.183 8.163 2.952 2.671 4.438 5.593 4.438 8.786 0 2.24-.703 4.368-2.098 6.376-1.406 2.008-3.284 3.454-5.654 4.328-2.37.873-6.054 1.305-11.035 1.305v2.882c5.212 0 9.238-.482 12.06-1.456 2.821-.974 5.1-2.661 6.838-5.08v-.011zM95.078 23.747c0-4.71-.331-8.093-.994-10.172-.663-2.068-1.968-3.805-3.916-5.21-2.37-1.738-4.99-2.612-7.852-2.612-2.5 0-4.77.683-6.808 2.049-1.315.863-2.73 2.32-4.267 4.348-1.737-2.33-3.484-3.977-5.231-4.94-1.748-.975-3.786-1.457-6.115-1.457-1.989 0-3.886.452-5.694 1.356-2.169 1.084-3.795 2.55-4.88 4.408-.813 1.335-1.345 2.721-1.586 4.167-.251 1.446-.372 3.926-.372 7.45v24.3h2.983v-24.44c0-3.304.23-5.814.692-7.561.462-1.737 1.235-3.123 2.32-4.137 1.737-1.586 3.886-2.37 6.436-2.37 1.536 0 2.982.312 4.348.934 1.365.623 2.46 1.436 3.263 2.46.924 1.155 1.557 2.55 1.898 4.187.341 1.637.512 4.097.512 7.37v23.557h3.083V22.11c0-1.385.04-2.55.13-3.494.09-.954.221-1.837.402-2.65.411-1.587 1.004-2.883 1.797-3.907.723-.923 1.747-1.667 3.063-2.229a10.584 10.584 0 0 1 4.116-.833c1.667 0 3.224.371 4.67 1.104 1.446.733 2.54 1.707 3.283 2.902.653 1.135 1.105 2.47 1.356 4.026.25 1.547.371 4.047.371 7.491v5.673a7.329 7.329 0 0 1 2.982-1.024v-5.432l.01.01z",
1912
- fill: c
1913
- }
1914
- ),
1915
- /* @__PURE__ */ a(
1916
- "path",
1917
- {
1918
- d: "M100.771 32.121V24.45c0-5.312-.271-9.057-.813-11.226-1.064-4.298-3.454-7.651-7.18-10.071C89.557 1.054 86.072 0 82.347 0c-1.918 0-3.805.311-5.653.924-1.847.612-3.665 1.526-5.452 2.73C66.994 1.216 63.118 0 59.593 0c-3.042 0-6.064.823-9.037 2.47-3.855 2.169-6.396 5.191-7.62 9.077-.653 1.968-.985 5.161-.985 9.59v26.297h3.013V21.418c0-4.258.431-7.531 1.285-9.81.853-2.29 2.39-4.188 4.609-5.704 2.71-1.837 5.743-2.751 9.107-2.751 2.058 0 3.916.361 5.583 1.074a18.89 18.89 0 0 1 2.71 1.466c.904.593 1.898 1.336 2.983 2.23C73.229 6.214 75.097 5 76.844 4.256c1.747-.743 3.625-1.104 5.633-1.104 2.53 0 4.97.632 7.31 1.898 3.293 1.787 5.552 4.408 6.767 7.872.763 2.149 1.155 6.044 1.155 11.697v4.81c1.034.362 2.219 1.115 3.042 2.691h.02z",
1919
- fill: c
1920
- }
1921
- ),
1922
- /* @__PURE__ */ a(
1923
- "path",
1924
- {
1925
- d: "M89.455 23.878c0-1.215-.02-2.47-.07-3.766a121.01 121.01 0 0 1-.07-2.068 10.125 10.125 0 0 0-.743-2.742c-.472-1.124-1.266-2.028-2.37-2.69-1.105-.663-2.34-1.005-3.695-1.005-1.356 0-2.56.332-3.675.984-1.115.653-1.908 1.476-2.39 2.47-.412.954-.673 2.009-.813 3.183-.13 1.175-.201 3.143-.201 5.895v23.285h3.153V24.269c0-1.807.03-3.263.1-4.368.07-1.104.15-1.898.241-2.37.452-1.897 1.647-2.841 3.585-2.841.703 0 1.355.18 1.968.542.612.402 1.024.874 1.255 1.386.452 1.135.673 3.544.673 7.25v13.655c.823-1.817 1.837-3.574 3.052-5.02v-8.636.01zM67.114 47.444V23.375c0-2.942-.14-5.09-.422-6.476-.28-1.376-.833-2.5-1.646-3.354-1.356-1.375-3.013-2.068-4.98-2.068-1.396 0-2.672.371-3.826 1.114-1.155.743-1.928 1.687-2.34 2.812-.492 1.406-.743 4.097-.743 8.103v23.928h3.083V23.687c0-1.557.02-2.812.07-3.756s.1-1.616.17-1.998c.161-.994.573-1.777 1.236-2.37.662-.582 1.486-.883 2.45-.883.773 0 1.476.22 2.118.663a3.14 3.14 0 0 1 1.276 1.737c.31 1.014.471 3.203.471 6.567v23.777h3.083v.02zM120 1.185h-3.083v46.259H120V1.184zM108.493 1.185h-3.083v46.259h3.083V1.184zM114.246 1.185h-3.082v46.259h3.082V1.184z",
1926
- fill: c
1927
- }
1928
- ),
1929
- /* @__PURE__ */ a(
1930
- "path",
1931
- {
1932
- d: "M102.679 61.16c-.542 0-1.044.693-1.295 1.144-1.486 2.39-5.12 7.652-8.204 7.652-2.68 0-3.132-7.45-3.132-9.449 0-.251.05-.843.1-1.094 0 0 1.496-1.988 2.089-3.033 1.636-2.68 3.333-5.914 4.127-8.946.742-.15 3.574-.844 4.076-1.145.402-.251.643-.452.643-.944 0-.492-.251-.642-.693-.642-1.145 0-2.24.25-3.384.401.743-2.48 1.095-5.221 1.095-7.802 0-1.486-.151-4.478-2.24-4.478-4.669 0-7.55 9.89-8.645 13.475-1.044.1-2.53.301-2.53 1.637 0 .793.401 1.195 1.195 1.195.351 0 .692-.05 1.044-.151-.643 3.183-.843 6.507-.843 9.74 0 .803.05 1.928.17 3.193-1.365 2.41-4.147 5.904-6.928 5.904-1.446 0-3.032-4.82-3.434-6.015 1.687-2.63 3.524-5.221 5.07-7.952.201-.352.352-.643.352-1.044 0-.402-.301-.794-.743-.794-.402 0-.643.302-.844.593-1.536 2.29-2.982 4.72-4.568 7.059 0 0-1.637-6.366-4.478-6.366-2.29 0-4.027 5.16-6.698 9.368-2.058 3.253-4.538 6.627-8.665 6.627-2.34 0-3.233-1.396-3.233-3.625 0-.693.1-1.396.25-2.088 3.033-1.095 7.702-6.366 7.702-9.69 0-1.737-.994-2.982-2.781-2.982-4.7 0-8.063 7.28-8.826 12.09-1.466 2.289-3.786 5.11-5.834 5.11-1.536 0-1.587-1.837-1.587-2.982v-6.959c0-1.445-.05-4.82-1.988-4.82-2.58 0-8.645 8.847-8.645 8.847.251-1.938.643-3.876 1.346-5.713.592-1.587 1.295-3.625 1.295-5.322 0-1.044-.352-1.687-1.486-1.687-1.245 0-2.631 1.195-2.882 2.39-.351 1.536-.592 3.133-.894 4.669-.994 4.77-2.289 10.141-2.289 15.011 0 .643.351 1.245 1.044 1.245.944 0 1.637-.793 2.039-1.586 1.144-2.48 2.289-4.92 3.725-7.26 1.195-1.938 2.68-4.227 4.327-5.814.252-.25.794-.793 1.145-.793.402 0 .452.743.452.994l-.2 5.663v.743c0 2.48.541 5.814 3.624 5.814 2.28 0 4.8-2.008 6.748-4.277.381 2.942 2.028 5.371 5.432 5.371 5.422 0 9.177-3.343 11.808-8.103 1.466-2.65 4.026-7.26 4.548-7.26.352 0 .593.945.643 1.196l1.687 5.864c-.844 1.195-5.663 7.6-5.663 8.595 0 .592.693 1.044 1.245 1.044a.97.97 0 0 0 .843-.452l4.469-6.908c.944 2.189 2.44 5.372 5.22 5.372 3.013 0 6.076-3.163 8.094-6.135.743 3.996 2.35 8.123 5.573 8.123 4.026 0 8.454-5.864 10.342-9.047.402-.643.793-1.295.793-2.038 0-.402-.301-.743-.693-.743l-.03.01zm-45.676-7.902c.642 0 .843.592.843 1.144 0 2.63-3.233 6.015-5.372 7.31.302-1.737 2.53-8.455 4.519-8.455h.01zM95.77 35.314c.492 0 .492 1.195.492 1.486 0 2.631-.592 6.015-1.396 8.545-1.345.301-2.73.352-4.076.542.25-1.988 2.68-10.583 4.97-10.583l.01.01zM90.5 48.578c1.145-.351 2.34-.351 3.525-.592-.643 2.34-2.882 6.657-4.378 8.545.2-2.63.251-5.372.844-7.953h.01z",
1933
- fill: c
1934
- }
1935
- )
1883
+ /* @__PURE__ */ r("g", { "clip-path": "url(#jbzcr4mnra)", children: [
1884
+ /* @__PURE__ */ a(
1885
+ "path",
1886
+ {
1887
+ d: "M10.26 29.039v-1.765c3.055 0 5.306-.267 6.758-.799 1.45-.534 2.603-1.416 3.462-2.646.856-1.233 1.285-2.532 1.285-3.904 0-1.95-.904-3.745-2.715-5.377 1.3-1.783 1.948-3.447 1.948-4.995 0-2.115-.92-3.877-2.756-5.286-1.507-1.146-3.511-1.721-6.011-1.721H1.906v26.49H0V.725h11.982c3.233 0 5.817.801 7.75 2.404 2.02 1.685 3.026 3.772 3.026 6.26 0 1.74-.49 3.338-1.473 4.788 1.521 1.838 2.281 3.76 2.281 5.762 0 1.784-.58 3.482-1.742 5.099a8.396 8.396 0 0 1-4.187 3.11c-1.728.593-4.187.892-7.379.892h.002z",
1888
+ fill: "#2054A5"
1889
+ }
1890
+ ),
1891
+ /* @__PURE__ */ a(
1892
+ "path",
1893
+ {
1894
+ d: "M10.26 25.763V24.02c2.087 0 3.55-.117 4.395-.352 1.078-.29 1.906-.78 2.486-1.47a4.126 4.126 0 0 0 1.037-2.779c0-.954-.249-1.783-.747-2.486-.497-.706-1.381-1.5-2.653-2.384 1.726-1.395 2.592-2.865 2.592-4.415 0-.76-.194-1.461-.58-2.103a3.874 3.874 0 0 0-1.596-1.482 5.603 5.603 0 0 0-1.701-.559c-.553-.082-1.63-.123-3.233-.123H5.39V29.04H3.525V4.123h7.027c1.491 0 2.598.046 3.318.135a6.347 6.347 0 0 1 2.011.59c.897.387 1.665 1.075 2.302 2.06.634.99.954 2.049.954 3.183 0 1.548-.59 3.035-1.763 4.457 1.685 1.368 2.53 3.034 2.53 4.996 0 1.52-.493 2.805-1.482 3.856-.99 1.05-2.34 1.742-4.052 2.073-.54.096-1.151.169-1.834.217a31.3 31.3 0 0 1-2.27.073h-.006z",
1895
+ fill: "#2054A5"
1896
+ }
1897
+ ),
1898
+ /* @__PURE__ */ a(
1899
+ "path",
1900
+ {
1901
+ d: "M8.852 29.039H6.986V7.356h3.67c1.56 0 2.66.14 3.294.416.456.194.835.543 1.14 1.048.303.504.456 1.068.456 1.69 0 1.657-.898 2.652-2.694 2.983-.263.041-.605.076-1.026.103-.422.027-.942.041-1.566.041v-1.742c1.258 0 2.156-.103 2.694-.31.54-.208.809-.574.809-1.099s-.213-.874-.633-1.089c-.422-.214-1.164-.322-2.228-.322H8.849v19.962l.003.002z",
1902
+ fill: "#2054A5"
1903
+ }
1904
+ ),
1905
+ /* @__PURE__ */ a(
1906
+ "path",
1907
+ {
1908
+ d: "m10.26 15.295.975.02c.87 0 1.605.07 2.208.208.6.137 1.08.338 1.44.6.966.72 1.45 1.68 1.45 2.882 0 .965-.31 1.748-.934 2.342-.62.594-1.548.989-2.776 1.18-.276.028-.575.048-.89.062-.318.014-.809.02-1.473.02v-1.7c.802 0 1.466-.044 1.991-.135.525-.089.968-.217 1.327-.384.58-.276.87-.753.87-1.431 0-.47-.16-.863-.478-1.18-.29-.331-.699-.56-1.224-.685-.29-.041-.694-.08-1.212-.114a20.233 20.233 0 0 0-1.276-.053V15.29v.005h.002zM61.685 29.039h-1.866V15.066c0-3.459-.235-5.847-.705-7.162-.746-2.116-2.128-3.724-4.146-4.817-1.436-.774-2.93-1.162-4.477-1.162a8.772 8.772 0 0 0-3.45.678c-1.07.452-2.215 1.2-3.432 2.244a20.041 20.041 0 0 0-1.824-1.365 11.16 11.16 0 0 0-1.657-.9c-1.023-.438-2.162-.657-3.42-.657-2.06 0-3.918.561-5.576 1.685-1.356.929-2.294 2.093-2.82 3.493-.524 1.4-.787 3.402-.787 6.009v15.927H25.68V12.943c0-2.71.201-4.667.6-5.87.747-2.379 2.302-4.23 4.665-5.56C32.769.506 34.614 0 36.479 0c2.158 0 4.532.747 7.13 2.237A13.61 13.61 0 0 1 46.947.564 10.893 10.893 0 0 1 50.408 0c2.281 0 4.41.644 6.384 1.932 2.28 1.479 3.744 3.536 4.395 6.164.331 1.329.498 3.619.498 6.87v14.073z",
1909
+ fill: "#2054A5"
1910
+ }
1911
+ ),
1912
+ /* @__PURE__ */ a(
1913
+ "path",
1914
+ {
1915
+ d: "M58.203 29.039H56.38v-14.03c0-2.105-.075-3.635-.228-4.582-.15-.95-.43-1.772-.829-2.463-.454-.736-1.128-1.327-2.01-1.777a6.226 6.226 0 0 0-2.86-.676c-.87 0-1.71.172-2.518.51-.808.34-1.434.794-1.877 1.36-.484.624-.85 1.42-1.098 2.39-.11.5-.194 1.04-.249 1.622a23.377 23.377 0 0 0-.082 2.139v15.505h-1.886V14.619c0-2.005-.103-3.51-.31-4.512-.208-1.002-.594-1.856-1.163-2.561-.497-.624-1.164-1.124-2-1.505a6.342 6.342 0 0 0-2.664-.57c-1.562 0-2.874.483-3.938 1.451-.662.624-1.137 1.466-1.418 2.532-.283 1.064-.425 2.608-.425 4.626v14.959H29V14.164c0-2.157.075-3.678.228-4.563.151-.886.477-1.736.975-2.553.665-1.135 1.658-2.034 2.984-2.696a7.684 7.684 0 0 1 3.482-.83c1.422 0 2.671.298 3.74.891 1.07.594 2.139 1.603 3.203 3.028.94-1.242 1.81-2.13 2.612-2.662 1.242-.838 2.632-1.256 4.167-1.256 1.753 0 3.358.534 4.808 1.6 1.19.859 1.986 1.923 2.395 3.19.406 1.267.611 3.342.611 6.224V29.04h-.002v-.002z",
1916
+ fill: "#2054A5"
1917
+ }
1918
+ ),
1919
+ /* @__PURE__ */ a(
1920
+ "path",
1921
+ {
1922
+ d: "M41.082 29.039h-1.888V14.482c0-2.057-.096-3.395-.29-4.018a1.883 1.883 0 0 0-.779-1.067 2.24 2.24 0 0 0-1.294-.404c-.594 0-1.094.18-1.502.539-.409.358-.66.842-.756 1.45-.041.235-.075.641-.105 1.221-.027.58-.041 1.345-.041 2.3v14.536H32.54V14.39c0-2.447.153-4.1.457-4.958.248-.692.726-1.265 1.429-1.722a4.221 4.221 0 0 1 2.342-.685c1.203 0 2.22.423 3.048 1.265.498.525.834 1.21 1.005 2.055.173.842.26 2.164.26 3.963v14.73zM54.762 29.039h-1.865V14.616c0-2.267-.137-3.748-.415-4.44-.137-.318-.393-.603-.765-.852a2.319 2.319 0 0 0-1.203-.33c-1.19 0-1.923.58-2.197 1.741-.055.292-.103.776-.146 1.452a46.278 46.278 0 0 0-.062 2.676v14.171H46.18V14.781c0-1.687.044-2.89.126-3.61.082-.719.249-1.37.498-1.95.29-.607.776-1.114 1.46-1.513.686-.4 1.434-.6 2.25-.6.815 0 1.582.203 2.258.611.678.409 1.162.96 1.452 1.649.232.552.385 1.114.456 1.68 0 .055.014.477.041 1.265.028.79.041 1.557.041 2.303V29.04zM66.411.724h-1.886v28.315h1.886V.724zM69.934.724h-1.886v28.315h1.886V.724zM73.457.724H71.57v28.315h1.886V.724z",
1923
+ fill: "#2054A5"
1924
+ }
1925
+ ),
1926
+ /* @__PURE__ */ a(
1927
+ "path",
1928
+ {
1929
+ d: "M93.918.018a14.48 14.48 0 0 1 9.594 3.617 13.419 13.419 0 0 0-7.898-2.557c-7.44 0-13.475 6.032-13.475 13.475 0 7.442 6.032 13.474 13.475 13.474 2.95 0 5.679-.95 7.898-2.557a14.482 14.482 0 0 1-9.594 3.62c-8.027 0-14.534-6.508-14.534-14.535C79.384 6.527 85.89.02 93.918.02V.018zm2.233 2.688c-1.082 0-2.132.146-3.128.417a11.793 11.793 0 0 1 1.918-.157c6.399 0 11.589 5.19 11.589 11.589 0 6.4-5.19 11.589-11.59 11.589-.652 0-1.291-.055-1.917-.16.998.272 2.046.418 3.128.418 6.543 0 11.849-5.306 11.849-11.85 0-6.543-5.306-11.849-11.85-11.849v.003zM85.998 9.973c-.402.815-.68 1.657-.847 2.506.153-.506.35-1.009.591-1.5 2.375-4.812 8.201-6.787 13.012-4.413 4.812 2.375 6.787 8.201 4.413 13.012-.242.49-.521.952-.831 1.381a9.96 9.96 0 0 0 1.475-2.196c2.427-4.92.406-10.877-4.512-13.304-4.92-2.427-10.876-.406-13.303 4.511h.002v.003zm13.82 4.064H95.23V9.45h-2.48v4.587h-4.586v2.48h4.586v4.586h2.48v-4.587h4.587v-2.48z",
1930
+ fill: "url(#mwp83fidvb)"
1931
+ }
1932
+ )
1933
+ ] }),
1934
+ /* @__PURE__ */ r("defs", { children: [
1935
+ /* @__PURE__ */ r(
1936
+ "linearGradient",
1937
+ {
1938
+ id: "mwp83fidvb",
1939
+ x1: "79.384",
1940
+ y1: "14.555",
1941
+ x2: "108",
1942
+ y2: "14.555",
1943
+ gradientUnits: "userSpaceOnUse",
1944
+ children: [
1945
+ /* @__PURE__ */ a("stop", { "stop-color": "#00C6DA" }),
1946
+ /* @__PURE__ */ a("stop", { offset: ".1", "stop-color": "#00BDD6" }),
1947
+ /* @__PURE__ */ a("stop", { offset: ".27", "stop-color": "#00A7CD" }),
1948
+ /* @__PURE__ */ a("stop", { offset: ".47", "stop-color": "#0083BE" }),
1949
+ /* @__PURE__ */ a("stop", { offset: ".67", "stop-color": "#0058AD" }),
1950
+ /* @__PURE__ */ a("stop", { offset: ".89", "stop-color": "#0456A8" }),
1951
+ /* @__PURE__ */ a("stop", { offset: "1", "stop-color": "#0456A8" })
1952
+ ]
1953
+ }
1954
+ ),
1955
+ /* @__PURE__ */ a("clipPath", { id: "jbzcr4mnra", children: /* @__PURE__ */ a("path", { fill: "#fff", d: "M0 0h108v29.089H0z" }) })
1956
+ ] })
1936
1957
  ]
1937
1958
  }
1938
1959
  ), n1 = ({
@@ -2105,7 +2126,7 @@ const k1 = ({
2105
2126
  ) })
2106
2127
  ]
2107
2128
  }
2108
- ), v1 = ({
2129
+ ), o1 = ({
2109
2130
  width: s = 36,
2110
2131
  height: e = 36,
2111
2132
  fill: c = "#2054A5"
@@ -2139,7 +2160,7 @@ const k1 = ({
2139
2160
  ) })
2140
2161
  ]
2141
2162
  }
2142
- ), o1 = ({
2163
+ ), v1 = ({
2143
2164
  width: s = 36,
2144
2165
  height: e = 36,
2145
2166
  fill: c = "#2054A5"
@@ -2207,7 +2228,7 @@ const k1 = ({
2207
2228
  ) })
2208
2229
  ]
2209
2230
  }
2210
- ), m1 = ({
2231
+ ), p1 = ({
2211
2232
  width: s = 20,
2212
2233
  height: e = 20,
2213
2234
  fill: c = "#749CFF"
@@ -2242,7 +2263,7 @@ const k1 = ({
2242
2263
  ) })
2243
2264
  ]
2244
2265
  }
2245
- ), d1 = ({
2266
+ ), m1 = ({
2246
2267
  width: s = 20,
2247
2268
  height: e = 20,
2248
2269
  fill: c = "#2054A5"
@@ -2277,7 +2298,7 @@ const k1 = ({
2277
2298
  ) })
2278
2299
  ]
2279
2300
  }
2280
- ), p1 = ({
2301
+ ), d1 = ({
2281
2302
  width: s = 20,
2282
2303
  height: e = 20,
2283
2304
  fill: c = "#2054A5"
@@ -2391,64 +2412,64 @@ export {
2391
2412
  n1 as ArrowLeft,
2392
2413
  r1 as ArrowRight,
2393
2414
  z1 as BMI,
2394
- p1 as Biometric,
2415
+ d1 as Biometric,
2395
2416
  h1 as Carnet,
2396
2417
  e1 as Check,
2397
2418
  j as CheckCircle,
2398
2419
  u1 as CircleDenied,
2399
2420
  _ as CircleDolar,
2400
2421
  Q as Clip,
2401
- C as Close,
2402
- A as CollapseMenu,
2403
- f as Configuracion,
2422
+ H as Close,
2423
+ D as CollapseMenu,
2424
+ F as Configuracion,
2404
2425
  W as Delete,
2405
2426
  E as Disable,
2406
2427
  i1 as Docs,
2407
- d1 as DownloadDoc,
2428
+ m1 as DownloadDoc,
2408
2429
  P as Edit,
2409
2430
  t as Email,
2410
2431
  M as EmailFill,
2411
- D as Envelope,
2432
+ A as Envelope,
2412
2433
  l as Exclamation,
2413
2434
  V as ExpandMenu,
2414
2435
  I as Eye,
2415
2436
  l1 as Family,
2416
- p as Femenino,
2417
- m1 as Filters,
2437
+ d as Femenino,
2438
+ p1 as Filters,
2418
2439
  w as Height,
2419
- q as Help,
2420
- o as HideEye,
2421
- o1 as History,
2440
+ b as Help,
2441
+ v as HideEye,
2442
+ v1 as History,
2422
2443
  k1 as Icon,
2423
2444
  B as Impagos,
2424
- H as Lock,
2445
+ C as Lock,
2425
2446
  S as LockPassword,
2426
- s1 as LogoBMINext,
2447
+ s1 as LogoBMI,
2427
2448
  O as Logout,
2428
- N as Mail,
2429
- d as Masculino,
2430
- L as Notification,
2431
- F as Pagos,
2449
+ G as Mail,
2450
+ m as Masculino,
2451
+ f as Notification,
2452
+ U as Pagos,
2432
2453
  h as Password,
2433
2454
  c1 as Pencil,
2434
2455
  Z as ReInit,
2435
- G as Resend,
2456
+ N as Resend,
2436
2457
  J as Reset,
2437
2458
  R as Save,
2438
- v1 as Savings,
2439
- m as Search,
2459
+ o1 as Savings,
2460
+ p as Search,
2440
2461
  X as Send,
2441
- v as ShowEye,
2462
+ o as ShowEye,
2442
2463
  u as Smoke,
2443
2464
  g as SmokeOff,
2444
2465
  $ as Sort,
2445
2466
  x1 as SwapVertical,
2446
2467
  x as Telefono,
2447
2468
  Y as Trash,
2448
- b as Unsubscribe,
2469
+ q as Unsubscribe,
2449
2470
  k as Upload,
2450
2471
  t1 as User,
2451
- U as Users,
2472
+ L as Users,
2452
2473
  z as Weight,
2453
2474
  y as Whatsapp
2454
2475
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bmi-next",
3
3
  "description": "Componentes de UI para proyecto BMI Next",
4
- "version": "1.0.10",
4
+ "version": "1.0.11",
5
5
  "author": "David Fernández Bolaños <david@bmiahorro.com>",
6
6
  "contributors": [
7
7
  "Jorge Martín <jorge@bmiahorro.com>",