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.
package/dist/assets/index18.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
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"
|
|
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
|
|
2
|
-
import { useState as b, useEffect as
|
|
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
|
|
5
|
-
import '../../assets/index18.css';const
|
|
6
|
-
button:
|
|
7
|
-
small:
|
|
8
|
-
primary:
|
|
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:
|
|
14
|
-
icon:
|
|
12
|
+
variant: t,
|
|
13
|
+
icon: e,
|
|
15
14
|
className: a,
|
|
16
|
-
children:
|
|
17
|
-
small:
|
|
18
|
-
...
|
|
15
|
+
children: i,
|
|
16
|
+
small: m,
|
|
17
|
+
...s
|
|
19
18
|
}) => {
|
|
20
|
-
const
|
|
21
|
-
|
|
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
|
-
|
|
22
|
+
t === "secondary" && !s.disabled && o("#2054a5");
|
|
24
23
|
};
|
|
25
|
-
return
|
|
26
|
-
const h = (
|
|
27
|
-
|
|
28
|
-
}, [
|
|
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: `${
|
|
32
|
-
...
|
|
30
|
+
className: `${u} ${m ? r.small : ""}`,
|
|
31
|
+
...s,
|
|
33
32
|
onMouseOver: f,
|
|
34
33
|
onMouseLeave: c,
|
|
35
34
|
children: [
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
e && e.position === "before" && /* @__PURE__ */ n(
|
|
36
|
+
d,
|
|
38
37
|
{
|
|
39
|
-
name:
|
|
40
|
-
fill:
|
|
41
|
-
width:
|
|
42
|
-
height:
|
|
38
|
+
name: e.name,
|
|
39
|
+
fill: l,
|
|
40
|
+
width: e.width,
|
|
41
|
+
height: e.height
|
|
43
42
|
}
|
|
44
43
|
),
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
i,
|
|
45
|
+
e && e.position === "after" && /* @__PURE__ */ n(
|
|
46
|
+
d,
|
|
48
47
|
{
|
|
49
|
-
name:
|
|
50
|
-
fill:
|
|
51
|
-
width:
|
|
52
|
-
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: "
|
|
50
|
+
name: "LogoBMI+",
|
|
51
51
|
width: s ? 60 : 83,
|
|
52
52
|
height: s ? 36 : 50
|
|
53
53
|
}
|
package/dist/icons/icons.d.ts
CHANGED
|
@@ -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" | "
|
|
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
|
|
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>;
|
package/dist/icons/icons.js
CHANGED
|
@@ -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(
|
|
22
|
+
return /* @__PURE__ */ a(p, { width: e, height: c, fill: n });
|
|
23
23
|
case "Masculino":
|
|
24
|
-
return /* @__PURE__ */ a(
|
|
24
|
+
return /* @__PURE__ */ a(m, { width: e, height: c, fill: n });
|
|
25
25
|
case "Femenino":
|
|
26
|
-
return /* @__PURE__ */ a(
|
|
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(
|
|
44
|
+
return /* @__PURE__ */ a(H, { width: e, height: c, fill: n });
|
|
45
45
|
case "Lock":
|
|
46
|
-
return /* @__PURE__ */ a(
|
|
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(
|
|
54
|
+
return /* @__PURE__ */ a(f, { width: e, height: c });
|
|
55
55
|
case "Users":
|
|
56
|
-
return /* @__PURE__ */ a(
|
|
56
|
+
return /* @__PURE__ */ a(L, { width: e, height: c, fill: n });
|
|
57
57
|
case "Pagos":
|
|
58
|
-
return /* @__PURE__ */ a(
|
|
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(
|
|
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(
|
|
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(
|
|
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 "
|
|
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(
|
|
130
|
+
return /* @__PURE__ */ a(p1, { width: e, height: c, fill: n });
|
|
131
131
|
case "DownloadDoc":
|
|
132
|
-
return /* @__PURE__ */ a(
|
|
132
|
+
return /* @__PURE__ */ a(m1, { width: e, height: c, fill: n });
|
|
133
133
|
case "Biometric":
|
|
134
|
-
return /* @__PURE__ */ a(
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
|
1879
|
+
viewBox: "0 0 108 30",
|
|
1884
1880
|
fill: "none",
|
|
1885
1881
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1886
1882
|
children: [
|
|
1887
|
-
/* @__PURE__ */
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
|
|
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
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
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
|
-
|
|
2428
|
+
m1 as DownloadDoc,
|
|
2408
2429
|
P as Edit,
|
|
2409
2430
|
t as Email,
|
|
2410
2431
|
M as EmailFill,
|
|
2411
|
-
|
|
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
|
-
|
|
2417
|
-
|
|
2437
|
+
d as Femenino,
|
|
2438
|
+
p1 as Filters,
|
|
2418
2439
|
w as Height,
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2440
|
+
b as Help,
|
|
2441
|
+
v as HideEye,
|
|
2442
|
+
v1 as History,
|
|
2422
2443
|
k1 as Icon,
|
|
2423
2444
|
B as Impagos,
|
|
2424
|
-
|
|
2445
|
+
C as Lock,
|
|
2425
2446
|
S as LockPassword,
|
|
2426
|
-
s1 as
|
|
2447
|
+
s1 as LogoBMI,
|
|
2427
2448
|
O as Logout,
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
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
|
-
|
|
2456
|
+
N as Resend,
|
|
2436
2457
|
J as Reset,
|
|
2437
2458
|
R as Save,
|
|
2438
|
-
|
|
2439
|
-
|
|
2459
|
+
o1 as Savings,
|
|
2460
|
+
p as Search,
|
|
2440
2461
|
X as Send,
|
|
2441
|
-
|
|
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
|
-
|
|
2469
|
+
q as Unsubscribe,
|
|
2449
2470
|
k as Upload,
|
|
2450
2471
|
t1 as User,
|
|
2451
|
-
|
|
2472
|
+
L as Users,
|
|
2452
2473
|
z as Weight,
|
|
2453
2474
|
y as Whatsapp
|
|
2454
2475
|
};
|
package/package.json
CHANGED