bmi-next 1.0.70 → 1.0.72
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/index11.css +1 -1
- package/dist/assets/index17.css +1 -1
- package/dist/assets/index8.css +1 -1
- package/dist/components/Input/index.d.ts +9 -0
- package/dist/components/Input/index.js +53 -47
- package/dist/components/LanguageSelector/index.js +32 -32
- package/dist/components/NativeCheckbox/index.js +12 -5
- package/dist/icons/icons.d.ts +2 -1
- package/dist/icons/icons.js +77 -54
- package/package.json +1 -1
package/dist/assets/index11.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._languageSelector_1nwh9_1{-webkit-user-select:none;user-select:none;position:relative;font-size:14px;line-height:20px;height:36px}._selectedButton_1nwh9_9{display:flex;padding:8px 10px;align-items:center;justify-content:space-between;gap:6px;border-radius:12px;border:1px solid rgba(0,0,0,.2);background-color:#fff;cursor:pointer;height:100%;box-sizing:border-box}._countrySelected_1nwh9_23{display:flex;justify-content:center;align-items:center;gap:4px}._arrow_1nwh9_30{display:flex;justify-content:center;align-items:center;transition:transform .2s}._arrow_1nwh9_30._open_1nwh9_37{transform:rotate(-180deg)}._fullText_1nwh9_41{display:inline}._shortText_1nwh9_45{display:none}._dropdown_1nwh9_49{position:absolute;top:100%;left:0;width:100%;background-color:#fff;display:flex;flex-direction:column;border-radius:12px;border:1px solid rgba(0,0,0,.2);margin-top:4px;z-index:10;overflow:hidden}._option_1nwh9_65{display:flex;align-items:center;padding:8px 12px 8px 18px;height:38px;cursor:pointer;width:100%;transition:background-color .2s;box-sizing:border-box}._option_1nwh9_65:hover{background-color:#0000000d}@media (max-width: 440px){._fullText_1nwh9_41{display:none}._shortText_1nwh9_45{display:inline}._option_1nwh9_65{height:34px;padding:8px 12px;gap:6px}._selectedButton_1nwh9_9{padding:11px 8px}._languageSelector_1nwh9_1{height:30px;font-size:12px}}@media (max-width: 390px){._selectedButton_1nwh9_9{padding:0;border:none;background-color:transparent}._countrySelected_1nwh9_23{margin-left:auto}._option_1nwh9_65{justify-content:center}}
|
package/dist/assets/index17.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_dhelg_1{display:flex;flex-direction:column;gap:5px;width:100%}._container_dhelg_1:has(input:disabled){opacity:.4}._labelContainer_dhelg_12{display:flex;justify-content:space-between;align-items:center}._labelContainer_dhelg_12>label{margin-left:9px;font-family:Poppins Medium;font-size:14px;line-height:16.8px}._invalidLabel_dhelg_25{color:var(--rojo)}._visibilityContainer_dhelg_29{display:flex;align-items:center;gap:3px;cursor:pointer;color:var(--azul-digital);font-family:Poppins Medium;font-size:14px;line-height:16.8px}._inputContainer_dhelg_40{height:52px;box-sizing:border-box;display:flex;align-items:center;border-radius:16px;border:1px solid var(--negro-20);background-color:#fff;overflow:hidden}._inputContainer_dhelg_40>svg{overflow:visible}._inputContent_dhelg_55{flex:1;display:flex;align-items:center;gap:5px;padding-inline:16px}._invalid_dhelg_25{border:solid 1px var(--rojo);transition:all .3s ease}._invalid_dhelg_25:has(input:focus){border:solid 1px var(--rojo);box-shadow:3px 3px 0 0 var(--rojo);transition:all .3s ease}._inputContainer_dhelg_40:not(._invalid_dhelg_25):has(input:focus){border:solid 1px var(--turquesa);box-shadow:3px 3px 0 0 var(--turquesa);transition:all .3s ease;margin-right:3px}._addOn_dhelg_92{width:52px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;border-left:1px solid #d4d4d4;background:#f5f5f5}._input_dhelg_40{height:100%;width:100%;font-family:Poppins Regular;font-size:16px;line-height:19.2px;border:none;box-sizing:border-box}._input_dhelg_40:focus{outline:none}._prefix_dhelg_117{font-family:Poppins Regular;font-size:16px;line-height:19.2px;color:var(--negro-40)}._invalid_dhelg_25 ._input_dhelg_40{color:var(--rojo)}._input_dhelg_40:disabled{background-color:#fff}
|
package/dist/assets/index8.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._nativeCheckboxInput_1t7dk_2{display:none}._customCheckbox_1t7dk_7{box-sizing:border-box;width:18px;height:18px;border:1.5px solid #1c1b1f;border-radius:4px;background-color:transparent;display:flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s;position:relative;cursor:pointer}._checkIcon_1t7dk_25{width:12.5px;height:12.5px;opacity:0;transition:opacity .2s}._nativeCheckboxInput_1t7dk_2:checked+._customCheckbox_1t7dk_7{background-color:#2054a5;border-color:#2054a5}._nativeCheckboxInput_1t7dk_2:checked+._customCheckbox_1t7dk_7 ._checkIcon_1t7dk_25{opacity:1}@media (max-width: 720px){._customCheckbox_1t7dk_7{width:16.5px;height:16.5px}}
|
|
@@ -11,6 +11,7 @@ import { IconPropsWithIconName } from '../../icons/icons.tsx';
|
|
|
11
11
|
* @property {string} [prefix] - Prefijo a mostrar dentro del input (ej. moneda, unidad).
|
|
12
12
|
* @property {string} [suffix] - Sufijo a mostrar dentro del input (ej. porcentaje, unidad).
|
|
13
13
|
* @property {true | null} [visibility] - Si `true`, permite alternar entre texto y contraseña.
|
|
14
|
+
* @property {IconPropsWithIconName | null} [addOn] - Icono personalizado con acción personalizada.
|
|
14
15
|
*/
|
|
15
16
|
interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
16
17
|
label?: string;
|
|
@@ -21,6 +22,10 @@ interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
|
21
22
|
prefix?: string;
|
|
22
23
|
suffix?: string;
|
|
23
24
|
visibility?: true | null;
|
|
25
|
+
addOn?: {
|
|
26
|
+
icon: IconPropsWithIconName;
|
|
27
|
+
onClick: () => void;
|
|
28
|
+
};
|
|
24
29
|
}
|
|
25
30
|
/**
|
|
26
31
|
* Componente de input reutilizable con soporte para iconos, etiquetas, prefijos, sufijos y validación.
|
|
@@ -36,6 +41,10 @@ interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
|
|
|
36
41
|
* placeholder="Ingresa tu email"
|
|
37
42
|
* iconBefore={{ name: "MailIcon", width: 20, height: 20 }}
|
|
38
43
|
* error="El email no es válido"
|
|
44
|
+
* addOn={{
|
|
45
|
+
* icon: { name: "USD", width: 20, height: 20, fill: red },
|
|
46
|
+
* onClick: () => setOpenComponent(true)
|
|
47
|
+
* }}
|
|
39
48
|
* />
|
|
40
49
|
*
|
|
41
50
|
* @param {InputProps} props - Propiedades del input.
|
|
@@ -1,43 +1,46 @@
|
|
|
1
|
-
import { jsxs as e, jsx as
|
|
2
|
-
import { Icon as
|
|
1
|
+
import { jsxs as e, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { Icon as a } from "../../icons/icons.js";
|
|
3
3
|
import { FieldError as v } from "../FieldError/index.js";
|
|
4
4
|
import { useState as u } from "react";
|
|
5
|
-
import '../../assets/index17.css';const
|
|
6
|
-
container:
|
|
7
|
-
labelContainer:
|
|
8
|
-
invalidLabel:
|
|
9
|
-
visibilityContainer:
|
|
10
|
-
inputContainer:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
5
|
+
import '../../assets/index17.css';const b = "_container_dhelg_1", g = "_labelContainer_dhelg_12", y = "_invalidLabel_dhelg_25", N = "_visibilityContainer_dhelg_29", x = "_inputContainer_dhelg_40", f = "_inputContent_dhelg_55", L = "_invalid_dhelg_25", k = "_addOn_dhelg_92", E = "_input_dhelg_40", O = "_prefix_dhelg_117", i = {
|
|
6
|
+
container: b,
|
|
7
|
+
labelContainer: g,
|
|
8
|
+
invalidLabel: y,
|
|
9
|
+
visibilityContainer: N,
|
|
10
|
+
inputContainer: x,
|
|
11
|
+
inputContent: f,
|
|
12
|
+
invalid: L,
|
|
13
|
+
addOn: k,
|
|
14
|
+
input: E,
|
|
15
|
+
prefix: O
|
|
16
|
+
}, $ = ({
|
|
17
|
+
label: o,
|
|
18
|
+
iconBefore: d,
|
|
19
|
+
iconAfter: c,
|
|
20
|
+
error: t,
|
|
21
|
+
hint: r,
|
|
20
22
|
prefix: _,
|
|
21
|
-
suffix:
|
|
22
|
-
visibility:
|
|
23
|
+
suffix: p,
|
|
24
|
+
visibility: C,
|
|
25
|
+
addOn: s,
|
|
23
26
|
// className,
|
|
24
|
-
...
|
|
27
|
+
...h
|
|
25
28
|
}) => {
|
|
26
|
-
const [
|
|
27
|
-
return /* @__PURE__ */ e("div", { className:
|
|
28
|
-
|
|
29
|
-
/* @__PURE__ */
|
|
30
|
-
|
|
29
|
+
const [l, m] = u(!1);
|
|
30
|
+
return /* @__PURE__ */ e("div", { className: i.container, children: [
|
|
31
|
+
o && /* @__PURE__ */ e("div", { className: i.labelContainer, children: [
|
|
32
|
+
/* @__PURE__ */ n("label", { className: t ? i.invalidLabel : "", children: o }),
|
|
33
|
+
C && /* @__PURE__ */ e(
|
|
31
34
|
"div",
|
|
32
35
|
{
|
|
33
|
-
className:
|
|
34
|
-
onClick: () =>
|
|
36
|
+
className: i.visibilityContainer,
|
|
37
|
+
onClick: () => m(!l),
|
|
35
38
|
children: [
|
|
36
|
-
/* @__PURE__ */
|
|
37
|
-
/* @__PURE__ */
|
|
38
|
-
|
|
39
|
+
/* @__PURE__ */ n("span", { children: l ? "Ocultar" : "Mostrar" }),
|
|
40
|
+
/* @__PURE__ */ n(
|
|
41
|
+
a,
|
|
39
42
|
{
|
|
40
|
-
name:
|
|
43
|
+
name: l ? "HideEye" : "ShowEye",
|
|
41
44
|
width: 20,
|
|
42
45
|
height: 20,
|
|
43
46
|
fill: "rgb(32 84 165)"
|
|
@@ -50,27 +53,30 @@ import '../../assets/index17.css';const C = "_container_1l4wa_1", h = "_labelCon
|
|
|
50
53
|
/* @__PURE__ */ e(
|
|
51
54
|
"div",
|
|
52
55
|
{
|
|
53
|
-
className: `${
|
|
56
|
+
className: `${i.inputContainer} ${t ? i.invalid : ""}`,
|
|
54
57
|
children: [
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
58
|
+
/* @__PURE__ */ e("div", { className: i.inputContent, children: [
|
|
59
|
+
d && /* @__PURE__ */ n(a, { ...d }),
|
|
60
|
+
_ && /* @__PURE__ */ n("span", { className: i.prefix, children: _ }),
|
|
61
|
+
/* @__PURE__ */ n(
|
|
62
|
+
"input",
|
|
63
|
+
{
|
|
64
|
+
className: i.input,
|
|
65
|
+
...h,
|
|
66
|
+
type: l ? "text" : h.type
|
|
67
|
+
}
|
|
68
|
+
),
|
|
69
|
+
p && /* @__PURE__ */ n("span", { children: p }),
|
|
70
|
+
c && /* @__PURE__ */ n(a, { ...c })
|
|
71
|
+
] }),
|
|
72
|
+
s && /* @__PURE__ */ n("div", { className: i.addOn, onClick: s.onClick, children: /* @__PURE__ */ n(a, { ...s.icon }) })
|
|
67
73
|
]
|
|
68
74
|
}
|
|
69
75
|
),
|
|
70
|
-
|
|
71
|
-
|
|
76
|
+
r && /* @__PURE__ */ n(v, { error: r, hint: !0 }),
|
|
77
|
+
t && /* @__PURE__ */ n(v, { error: t })
|
|
72
78
|
] });
|
|
73
79
|
};
|
|
74
80
|
export {
|
|
75
|
-
|
|
81
|
+
$ as Input
|
|
76
82
|
};
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as u, useRef as x, useEffect as _ } from "react";
|
|
3
3
|
import "../../index-BDcINW1T.js";
|
|
4
|
-
import { Icon as
|
|
5
|
-
import '../../assets/index11.css';const
|
|
6
|
-
languageSelector:
|
|
7
|
-
selectedButton:
|
|
8
|
-
countrySelected:
|
|
9
|
-
arrow:
|
|
10
|
-
open:
|
|
11
|
-
fullText:
|
|
12
|
-
shortText:
|
|
13
|
-
dropdown:
|
|
14
|
-
option:
|
|
4
|
+
import { Icon as p } from "../../icons/icons.js";
|
|
5
|
+
import '../../assets/index11.css';const N = "_languageSelector_1nwh9_1", T = "_selectedButton_1nwh9_9", v = "_countrySelected_1nwh9_23", E = "_arrow_1nwh9_30", y = "_open_1nwh9_37", B = "_fullText_1nwh9_41", k = "_shortText_1nwh9_45", I = "_dropdown_1nwh9_49", O = "_option_1nwh9_65", e = {
|
|
6
|
+
languageSelector: N,
|
|
7
|
+
selectedButton: T,
|
|
8
|
+
countrySelected: v,
|
|
9
|
+
arrow: E,
|
|
10
|
+
open: y,
|
|
11
|
+
fullText: B,
|
|
12
|
+
shortText: k,
|
|
13
|
+
dropdown: I,
|
|
14
|
+
option: O
|
|
15
15
|
}, A = ({
|
|
16
|
-
initialLanguage:
|
|
16
|
+
initialLanguage: s = "es",
|
|
17
17
|
onLanguageChange: r,
|
|
18
|
-
...
|
|
18
|
+
...w
|
|
19
19
|
}) => {
|
|
20
|
-
const [l, c] =
|
|
21
|
-
|
|
20
|
+
const [l, c] = u(!1), [n, a] = u(s), d = x(null);
|
|
21
|
+
_(() => {
|
|
22
22
|
const o = (S) => {
|
|
23
23
|
d.current && !d.current.contains(S.target) && c(!1);
|
|
24
24
|
};
|
|
25
25
|
return document.addEventListener("mousedown", o), () => {
|
|
26
26
|
document.removeEventListener("mousedown", o);
|
|
27
27
|
};
|
|
28
|
-
}, []),
|
|
29
|
-
|
|
30
|
-
}, [
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
},
|
|
28
|
+
}, []), _(() => {
|
|
29
|
+
a(s);
|
|
30
|
+
}, [s]);
|
|
31
|
+
const m = (o) => {
|
|
32
|
+
a(o), r == null || r(o), c(!1);
|
|
33
|
+
}, h = {
|
|
34
34
|
es: { full: "Español", short: "ES" },
|
|
35
35
|
en: { full: "English", short: "EN" }
|
|
36
|
-
}, f =
|
|
37
|
-
return /* @__PURE__ */
|
|
38
|
-
/* @__PURE__ */
|
|
39
|
-
/* @__PURE__ */
|
|
40
|
-
/* @__PURE__ */ t(
|
|
41
|
-
/* @__PURE__ */ t("span", { className: e.fullText, children:
|
|
42
|
-
/* @__PURE__ */ t("span", { className: e.shortText, children:
|
|
36
|
+
}, f = n === "es" ? "Inglés" : "Spanish";
|
|
37
|
+
return /* @__PURE__ */ i("div", { ref: d, className: e.languageSelector, ...w, children: [
|
|
38
|
+
/* @__PURE__ */ i("div", { className: e.selectedButton, onClick: () => c(!l), children: [
|
|
39
|
+
/* @__PURE__ */ i("div", { className: e.countrySelected, children: [
|
|
40
|
+
/* @__PURE__ */ t(p, { name: "Planet", width: 16, height: 16 }),
|
|
41
|
+
/* @__PURE__ */ t("span", { className: e.fullText, children: h[n].full }),
|
|
42
|
+
/* @__PURE__ */ t("span", { className: e.shortText, children: h[n].short })
|
|
43
43
|
] }),
|
|
44
|
-
/* @__PURE__ */ t("div", { className: `${e.arrow} ${l && e.open}`, children: /* @__PURE__ */ t(
|
|
44
|
+
/* @__PURE__ */ t("div", { className: `${e.arrow} ${l && e.open}`, children: /* @__PURE__ */ t(p, { name: "KeyboardArrowDown", width: 12, height: 16, fill: "#000" }) })
|
|
45
45
|
] }),
|
|
46
46
|
l && /* @__PURE__ */ t("div", { className: e.dropdown, children: /* @__PURE__ */ t(
|
|
47
47
|
"li",
|
|
48
48
|
{
|
|
49
49
|
className: e.option,
|
|
50
|
-
onClick: () =>
|
|
50
|
+
onClick: () => m(n === "es" ? "en" : "es"),
|
|
51
51
|
children: f
|
|
52
52
|
}
|
|
53
53
|
) })
|
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
import { jsxs as n, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import '../../assets/index8.css';const s = "
|
|
2
|
+
import '../../assets/index8.css';const s = "_nativeCheckboxInput_1t7dk_2", h = "_customCheckbox_1t7dk_7", k = "_checkIcon_1t7dk_25", e = {
|
|
3
3
|
nativeCheckboxInput: s,
|
|
4
4
|
customCheckbox: h,
|
|
5
|
-
checkIcon:
|
|
6
|
-
},
|
|
5
|
+
checkIcon: k
|
|
6
|
+
}, x = ({
|
|
7
7
|
style: o,
|
|
8
8
|
...t
|
|
9
9
|
}) => /* @__PURE__ */ n("label", { children: [
|
|
10
|
-
/* @__PURE__ */ c(
|
|
10
|
+
/* @__PURE__ */ c(
|
|
11
|
+
"input",
|
|
12
|
+
{
|
|
13
|
+
type: "checkbox",
|
|
14
|
+
className: e.nativeCheckboxInput,
|
|
15
|
+
...t
|
|
16
|
+
}
|
|
17
|
+
),
|
|
11
18
|
/* @__PURE__ */ c("span", { className: e.customCheckbox, style: o, children: /* @__PURE__ */ c(
|
|
12
19
|
"svg",
|
|
13
20
|
{
|
|
@@ -21,5 +28,5 @@ import '../../assets/index8.css';const s = "_nativeCheckboxInput_w4rbf_2", h = "
|
|
|
21
28
|
) })
|
|
22
29
|
] });
|
|
23
30
|
export {
|
|
24
|
-
|
|
31
|
+
x as NativeCheckbox
|
|
25
32
|
};
|
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" | "LogoBMI+" | "ArrowLeft" | "ArrowRight" | "AddDocument" | "Family" | "User" | "Carnet" | "Savings" | "History" | "Docs" | "Filters" | "DownloadDoc" | "Biometric" | "Aetna" | "BMI" | "CircleDenied" | "ArrowForwardBtn" | "Share" | "Gallery" | "Camera" | "Sthetoscope" | "Shield" | "LogoBMIHorizontal" | "LogoBMIVertical" | "Profesional" | "BusquedaCiudad" | "Medico" | "Laboratorio" | "CercaDeMi" | "CuadroMedico" | "Celular" | "Headset" | "Internet" | "Calendar" | "Autorizaciones" | "Warning" | "Person" | "StepInProgress" | "StepPending" | "StepDone" | "StepBlocked" | "IconoVida" | "IconoSalud" | "Planet" | "KeyboardArrowDown" | "USD" | "GT" | "EUR" | "DO" | "CR" | "CO";
|
|
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" | "ArrowForwardBtn" | "Share" | "Gallery" | "Camera" | "Sthetoscope" | "Shield" | "LogoBMIHorizontal" | "LogoBMIVertical" | "Profesional" | "BusquedaCiudad" | "Medico" | "Laboratorio" | "CercaDeMi" | "CuadroMedico" | "Celular" | "Headset" | "Internet" | "Calendar" | "Table" | "Autorizaciones" | "Warning" | "Person" | "StepInProgress" | "StepPending" | "StepDone" | "StepBlocked" | "IconoVida" | "IconoSalud" | "Planet" | "KeyboardArrowDown" | "USD" | "GT" | "EUR" | "DO" | "CR" | "CO";
|
|
2
2
|
interface IconProps {
|
|
3
3
|
width?: number;
|
|
4
4
|
height?: number;
|
|
@@ -93,6 +93,7 @@ export declare const Celular: React.FC<IconProps>;
|
|
|
93
93
|
export declare const Headset: React.FC<IconProps>;
|
|
94
94
|
export declare const Internet: React.FC<IconProps>;
|
|
95
95
|
export declare const Calendar: React.FC<IconProps>;
|
|
96
|
+
export declare const Table: React.FC<IconProps>;
|
|
96
97
|
export declare const Autorizaciones: React.FC<IconProps>;
|
|
97
98
|
export declare const Warning: React.FC<IconProps>;
|
|
98
99
|
export declare const Person: React.FC<IconProps>;
|
package/dist/icons/icons.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as C, jsxs as M } from "react/jsx-runtime";
|
|
2
|
-
const
|
|
2
|
+
const L4 = ({
|
|
3
3
|
name: l,
|
|
4
4
|
width: a,
|
|
5
5
|
height: L,
|
|
@@ -174,40 +174,42 @@ const C4 = ({
|
|
|
174
174
|
return /* @__PURE__ */ C(E1, { width: a, height: L, fill: t });
|
|
175
175
|
case "Calendar":
|
|
176
176
|
return /* @__PURE__ */ C(S1, { width: a, height: L, fill: t });
|
|
177
|
-
case "
|
|
177
|
+
case "Table":
|
|
178
178
|
return /* @__PURE__ */ C(_1, { width: a, height: L, fill: t });
|
|
179
|
-
case "
|
|
179
|
+
case "Autorizaciones":
|
|
180
180
|
return /* @__PURE__ */ C(O1, { width: a, height: L, fill: t });
|
|
181
|
-
case "
|
|
181
|
+
case "Warning":
|
|
182
182
|
return /* @__PURE__ */ C(b1, { width: a, height: L, fill: t });
|
|
183
|
+
case "Person":
|
|
184
|
+
return /* @__PURE__ */ C(T1, { width: a, height: L, fill: t });
|
|
183
185
|
case "StepInProgress":
|
|
184
|
-
return /* @__PURE__ */ C(P1, { width: a, height: L, fill: t });
|
|
185
|
-
case "StepPending":
|
|
186
186
|
return /* @__PURE__ */ C(j1, { width: a, height: L, fill: t });
|
|
187
|
+
case "StepPending":
|
|
188
|
+
return /* @__PURE__ */ C(I1, { width: a, height: L, fill: t });
|
|
187
189
|
case "StepDone":
|
|
188
|
-
return /* @__PURE__ */ C(T1, { width: a, height: L, fill: t });
|
|
189
|
-
case "StepBlocked":
|
|
190
190
|
return /* @__PURE__ */ C(q1, { width: a, height: L, fill: t });
|
|
191
|
+
case "StepBlocked":
|
|
192
|
+
return /* @__PURE__ */ C(P1, { width: a, height: L, fill: t });
|
|
191
193
|
case "IconoVida":
|
|
192
|
-
return /* @__PURE__ */ C(I1, { width: a, height: L, fill: t });
|
|
193
|
-
case "IconoSalud":
|
|
194
194
|
return /* @__PURE__ */ C(G1, { width: a, height: L, fill: t });
|
|
195
|
+
case "IconoSalud":
|
|
196
|
+
return /* @__PURE__ */ C(R1, { width: a, height: L, fill: t });
|
|
195
197
|
case "Planet":
|
|
196
|
-
return /* @__PURE__ */ C(X1, { width: a, height: L, fill: t });
|
|
197
|
-
case "KeyboardArrowDown":
|
|
198
198
|
return /* @__PURE__ */ C(Y1, { width: a, height: L, fill: t });
|
|
199
|
+
case "KeyboardArrowDown":
|
|
200
|
+
return /* @__PURE__ */ C($1, { width: a, height: L, fill: t });
|
|
199
201
|
case "USD":
|
|
200
|
-
return /* @__PURE__ */ C(R1, { width: a, height: L });
|
|
201
|
-
case "GT":
|
|
202
202
|
return /* @__PURE__ */ C(W1, { width: a, height: L });
|
|
203
|
-
case "
|
|
203
|
+
case "GT":
|
|
204
204
|
return /* @__PURE__ */ C(K1, { width: a, height: L });
|
|
205
|
-
case "
|
|
205
|
+
case "EUR":
|
|
206
206
|
return /* @__PURE__ */ C(N1, { width: a, height: L });
|
|
207
|
-
case "
|
|
207
|
+
case "DO":
|
|
208
208
|
return /* @__PURE__ */ C(J1, { width: a, height: L });
|
|
209
|
-
case "
|
|
209
|
+
case "CR":
|
|
210
210
|
return /* @__PURE__ */ C(Q1, { width: a, height: L });
|
|
211
|
+
case "CO":
|
|
212
|
+
return /* @__PURE__ */ C(X1, { width: a, height: L });
|
|
211
213
|
default:
|
|
212
214
|
return null;
|
|
213
215
|
}
|
|
@@ -1554,7 +1556,7 @@ const C4 = ({
|
|
|
1554
1556
|
) })
|
|
1555
1557
|
]
|
|
1556
1558
|
}
|
|
1557
|
-
),
|
|
1559
|
+
), a4 = ({
|
|
1558
1560
|
width: l = 20,
|
|
1559
1561
|
height: a = 20,
|
|
1560
1562
|
fill: L = "#749CFF"
|
|
@@ -3084,6 +3086,26 @@ const C4 = ({
|
|
|
3084
3086
|
]
|
|
3085
3087
|
}
|
|
3086
3088
|
), _1 = ({
|
|
3089
|
+
width: l = 15,
|
|
3090
|
+
height: a = 15,
|
|
3091
|
+
fill: L = "#2054A5"
|
|
3092
|
+
}) => /* @__PURE__ */ C(
|
|
3093
|
+
"svg",
|
|
3094
|
+
{
|
|
3095
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3096
|
+
width: l,
|
|
3097
|
+
height: a,
|
|
3098
|
+
viewBox: "0 0 15 15",
|
|
3099
|
+
fill: "none",
|
|
3100
|
+
children: /* @__PURE__ */ C(
|
|
3101
|
+
"path",
|
|
3102
|
+
{
|
|
3103
|
+
d: "M1.72917 14.3388C1.20444 14.3388 0.785069 14.1817 0.471042 13.8677C0.157014 13.5537 0 13.1343 0 12.6096V1.72917C0 1.20444 0.157014 0.785069 0.471042 0.471041C0.785069 0.157014 1.20444 0 1.72917 0H12.6096C13.1343 0 13.5537 0.157014 13.8677 0.471041C14.1817 0.785069 14.3388 1.20444 14.3388 1.72917V12.6096C14.3388 13.1343 14.1817 13.5537 13.8677 13.8677C13.5537 14.1817 13.1343 14.3388 12.6096 14.3388H1.72917ZM6.30479 9.55896H1.72917V12.6096H6.30479V9.55896ZM8.03396 9.55896V12.6096H12.6096V9.55896H8.03396ZM6.30479 7.82979V4.77896H1.72917V7.82979H6.30479ZM8.03396 7.82979H12.6096V4.77896H8.03396V7.82979ZM1.72917 3.04979H12.6096V1.72917H1.72917V3.04979Z",
|
|
3104
|
+
fill: L
|
|
3105
|
+
}
|
|
3106
|
+
)
|
|
3107
|
+
}
|
|
3108
|
+
), O1 = ({
|
|
3087
3109
|
width: l = 32,
|
|
3088
3110
|
height: a = 32,
|
|
3089
3111
|
fill: L = "#2054A5"
|
|
@@ -3118,7 +3140,7 @@ const C4 = ({
|
|
|
3118
3140
|
) })
|
|
3119
3141
|
]
|
|
3120
3142
|
}
|
|
3121
|
-
),
|
|
3143
|
+
), b1 = ({
|
|
3122
3144
|
width: l = 19,
|
|
3123
3145
|
height: a = 19,
|
|
3124
3146
|
fill: L = "#CA8A04"
|
|
@@ -3153,7 +3175,7 @@ const C4 = ({
|
|
|
3153
3175
|
) })
|
|
3154
3176
|
]
|
|
3155
3177
|
}
|
|
3156
|
-
),
|
|
3178
|
+
), T1 = ({
|
|
3157
3179
|
width: l = 13,
|
|
3158
3180
|
height: a = 13,
|
|
3159
3181
|
fill: L = "#2054A5"
|
|
@@ -3173,7 +3195,7 @@ const C4 = ({
|
|
|
3173
3195
|
}
|
|
3174
3196
|
)
|
|
3175
3197
|
}
|
|
3176
|
-
),
|
|
3198
|
+
), q1 = ({
|
|
3177
3199
|
width: l = 30,
|
|
3178
3200
|
height: a = 30,
|
|
3179
3201
|
fill: L = "#2054A5"
|
|
@@ -3208,7 +3230,7 @@ const C4 = ({
|
|
|
3208
3230
|
) })
|
|
3209
3231
|
]
|
|
3210
3232
|
}
|
|
3211
|
-
),
|
|
3233
|
+
), P1 = ({
|
|
3212
3234
|
width: l = 20,
|
|
3213
3235
|
height: a = 20,
|
|
3214
3236
|
fill: L = "#2054A5"
|
|
@@ -3252,7 +3274,7 @@ const C4 = ({
|
|
|
3252
3274
|
) })
|
|
3253
3275
|
]
|
|
3254
3276
|
}
|
|
3255
|
-
),
|
|
3277
|
+
), j1 = ({
|
|
3256
3278
|
width: l = 28,
|
|
3257
3279
|
height: a = 28,
|
|
3258
3280
|
fill: L = "#2054A5"
|
|
@@ -3280,7 +3302,7 @@ const C4 = ({
|
|
|
3280
3302
|
/* @__PURE__ */ C("circle", { cx: "14", cy: "14", r: "7", fill: L })
|
|
3281
3303
|
]
|
|
3282
3304
|
}
|
|
3283
|
-
),
|
|
3305
|
+
), I1 = ({
|
|
3284
3306
|
width: l = 28,
|
|
3285
3307
|
height: a = 28,
|
|
3286
3308
|
fill: L = "#2054A5"
|
|
@@ -3294,7 +3316,7 @@ const C4 = ({
|
|
|
3294
3316
|
fill: "none",
|
|
3295
3317
|
children: /* @__PURE__ */ C("g", { opacity: "0.3", children: /* @__PURE__ */ C("circle", { cx: "14", cy: "14", r: "14", fill: L }) })
|
|
3296
3318
|
}
|
|
3297
|
-
),
|
|
3319
|
+
), G1 = ({
|
|
3298
3320
|
width: l = 90,
|
|
3299
3321
|
height: a = 90,
|
|
3300
3322
|
fill: L = "#000"
|
|
@@ -3314,7 +3336,7 @@ const C4 = ({
|
|
|
3314
3336
|
}
|
|
3315
3337
|
)
|
|
3316
3338
|
}
|
|
3317
|
-
),
|
|
3339
|
+
), R1 = ({
|
|
3318
3340
|
width: l = 123,
|
|
3319
3341
|
height: a = 95,
|
|
3320
3342
|
fill: L = "#C9E1F6"
|
|
@@ -3334,7 +3356,7 @@ const C4 = ({
|
|
|
3334
3356
|
}
|
|
3335
3357
|
)
|
|
3336
3358
|
}
|
|
3337
|
-
),
|
|
3359
|
+
), W1 = ({ width: l = 30, height: a = 30 }) => /* @__PURE__ */ M(
|
|
3338
3360
|
"svg",
|
|
3339
3361
|
{
|
|
3340
3362
|
width: l,
|
|
@@ -3728,7 +3750,7 @@ const C4 = ({
|
|
|
3728
3750
|
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_4929_41732", children: /* @__PURE__ */ C("rect", { width: l, height: a, fill: "white" }) }) })
|
|
3729
3751
|
]
|
|
3730
3752
|
}
|
|
3731
|
-
),
|
|
3753
|
+
), K1 = ({ width: l = 30, height: a = 30 }) => /* @__PURE__ */ M(
|
|
3732
3754
|
"svg",
|
|
3733
3755
|
{
|
|
3734
3756
|
width: l,
|
|
@@ -5573,7 +5595,7 @@ const C4 = ({
|
|
|
5573
5595
|
] })
|
|
5574
5596
|
]
|
|
5575
5597
|
}
|
|
5576
|
-
),
|
|
5598
|
+
), N1 = ({ width: l = 30, height: a = 30 }) => /* @__PURE__ */ M(
|
|
5577
5599
|
"svg",
|
|
5578
5600
|
{
|
|
5579
5601
|
width: l,
|
|
@@ -6449,7 +6471,7 @@ const C4 = ({
|
|
|
6449
6471
|
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_4929_41733", children: /* @__PURE__ */ C("rect", { width: "30", height: "30", fill: "white" }) }) })
|
|
6450
6472
|
]
|
|
6451
6473
|
}
|
|
6452
|
-
),
|
|
6474
|
+
), J1 = ({ width: l = 30, height: a = 30 }) => /* @__PURE__ */ M(
|
|
6453
6475
|
"svg",
|
|
6454
6476
|
{
|
|
6455
6477
|
width: l,
|
|
@@ -7542,7 +7564,7 @@ const C4 = ({
|
|
|
7542
7564
|
] })
|
|
7543
7565
|
]
|
|
7544
7566
|
}
|
|
7545
|
-
),
|
|
7567
|
+
), Q1 = ({ width: l = 30, height: a = 30 }) => /* @__PURE__ */ M(
|
|
7546
7568
|
"svg",
|
|
7547
7569
|
{
|
|
7548
7570
|
width: l,
|
|
@@ -7589,7 +7611,7 @@ const C4 = ({
|
|
|
7589
7611
|
] })
|
|
7590
7612
|
]
|
|
7591
7613
|
}
|
|
7592
|
-
),
|
|
7614
|
+
), X1 = ({ width: l = 30, height: a = 30 }) => /* @__PURE__ */ M(
|
|
7593
7615
|
"svg",
|
|
7594
7616
|
{
|
|
7595
7617
|
width: l,
|
|
@@ -7630,7 +7652,7 @@ const C4 = ({
|
|
|
7630
7652
|
] })
|
|
7631
7653
|
]
|
|
7632
7654
|
}
|
|
7633
|
-
),
|
|
7655
|
+
), Y1 = ({
|
|
7634
7656
|
width: l = 16,
|
|
7635
7657
|
height: a = 16,
|
|
7636
7658
|
fill: L = "#D9D9D9"
|
|
@@ -7664,7 +7686,7 @@ const C4 = ({
|
|
|
7664
7686
|
) })
|
|
7665
7687
|
]
|
|
7666
7688
|
}
|
|
7667
|
-
),
|
|
7689
|
+
), $1 = ({
|
|
7668
7690
|
width: l = 9,
|
|
7669
7691
|
height: a = 6,
|
|
7670
7692
|
fill: L = "black"
|
|
@@ -7694,12 +7716,12 @@ export {
|
|
|
7694
7716
|
o1 as ArrowForwardBtn,
|
|
7695
7717
|
M1 as ArrowLeft,
|
|
7696
7718
|
t1 as ArrowRight,
|
|
7697
|
-
|
|
7719
|
+
O1 as Autorizaciones,
|
|
7698
7720
|
H1 as BMI,
|
|
7699
7721
|
d1 as Biometric,
|
|
7700
7722
|
A1 as BusquedaCiudad,
|
|
7701
|
-
|
|
7702
|
-
|
|
7723
|
+
X1 as CO,
|
|
7724
|
+
Q1 as CR,
|
|
7703
7725
|
S1 as Calendar,
|
|
7704
7726
|
m1 as Camera,
|
|
7705
7727
|
Z1 as Carnet,
|
|
@@ -7714,12 +7736,12 @@ export {
|
|
|
7714
7736
|
F as CollapseMenu,
|
|
7715
7737
|
B as Configuracion,
|
|
7716
7738
|
y1 as CuadroMedico,
|
|
7717
|
-
|
|
7739
|
+
J1 as DO,
|
|
7718
7740
|
P as Delete,
|
|
7719
7741
|
T as Disable,
|
|
7720
7742
|
s1 as Docs,
|
|
7721
7743
|
n1 as DownloadDoc,
|
|
7722
|
-
|
|
7744
|
+
N1 as EUR,
|
|
7723
7745
|
q as Edit,
|
|
7724
7746
|
h as Email,
|
|
7725
7747
|
m as EmailFill,
|
|
@@ -7730,19 +7752,19 @@ export {
|
|
|
7730
7752
|
c1 as Family,
|
|
7731
7753
|
d as Femenino,
|
|
7732
7754
|
r1 as Filters,
|
|
7733
|
-
|
|
7755
|
+
K1 as GT,
|
|
7734
7756
|
v1 as Gallery,
|
|
7735
7757
|
U1 as Headset,
|
|
7736
7758
|
p as Height,
|
|
7737
7759
|
_ as Help,
|
|
7738
7760
|
i as HideEye,
|
|
7739
7761
|
i1 as History,
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7762
|
+
L4 as Icon,
|
|
7763
|
+
R1 as IconoSalud,
|
|
7764
|
+
G1 as IconoVida,
|
|
7743
7765
|
D as Impagos,
|
|
7744
7766
|
E1 as Internet,
|
|
7745
|
-
|
|
7767
|
+
$1 as KeyboardArrowDown,
|
|
7746
7768
|
x1 as Laboratorio,
|
|
7747
7769
|
z as Lock,
|
|
7748
7770
|
U as LockPassword,
|
|
@@ -7757,8 +7779,8 @@ export {
|
|
|
7757
7779
|
A as Pagos,
|
|
7758
7780
|
Z as Password,
|
|
7759
7781
|
L1 as Pencil,
|
|
7760
|
-
|
|
7761
|
-
|
|
7782
|
+
T1 as Person,
|
|
7783
|
+
Y1 as Planet,
|
|
7762
7784
|
F1 as Profesional,
|
|
7763
7785
|
X as ReInit,
|
|
7764
7786
|
R as Resend,
|
|
@@ -7773,20 +7795,21 @@ export {
|
|
|
7773
7795
|
V as Smoke,
|
|
7774
7796
|
o as SmokeOff,
|
|
7775
7797
|
$ as Sort,
|
|
7776
|
-
|
|
7777
|
-
|
|
7778
|
-
|
|
7779
|
-
|
|
7798
|
+
P1 as StepBlocked,
|
|
7799
|
+
q1 as StepDone,
|
|
7800
|
+
j1 as StepInProgress,
|
|
7801
|
+
I1 as StepPending,
|
|
7780
7802
|
w1 as Sthetoscope,
|
|
7781
|
-
|
|
7803
|
+
a4 as SwapVertical,
|
|
7804
|
+
_1 as Table,
|
|
7782
7805
|
v as Telefono,
|
|
7783
7806
|
Q as Trash,
|
|
7784
|
-
|
|
7807
|
+
W1 as USD,
|
|
7785
7808
|
O as Unsubscribe,
|
|
7786
7809
|
f as Upload,
|
|
7787
7810
|
h1 as User,
|
|
7788
7811
|
y as Users,
|
|
7789
|
-
|
|
7812
|
+
b1 as Warning,
|
|
7790
7813
|
H as Weight,
|
|
7791
7814
|
w as Whatsapp
|
|
7792
7815
|
};
|
package/package.json
CHANGED