bmi-next 1.0.44 → 1.0.45
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/icons/icons.d.ts +2 -1
- package/dist/icons/icons.js +26 -16
- package/package.json +1 -1
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";
|
|
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";
|
|
2
2
|
interface IconProps {
|
|
3
3
|
width?: number;
|
|
4
4
|
height?: number;
|
|
@@ -93,4 +93,5 @@ 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 Autorizaciones: React.FC<IconProps>;
|
|
96
97
|
export {};
|
package/dist/icons/icons.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as a, jsxs as r } from "react/jsx-runtime";
|
|
2
|
-
const
|
|
2
|
+
const j1 = ({
|
|
3
3
|
name: s,
|
|
4
4
|
width: e,
|
|
5
5
|
height: c,
|
|
@@ -25,9 +25,9 @@ const q1 = ({
|
|
|
25
25
|
case "Femenino":
|
|
26
26
|
return /* @__PURE__ */ a(p, { width: e, height: c, fill: n });
|
|
27
27
|
case "Height":
|
|
28
|
-
return /* @__PURE__ */ a(w, { width: e, height: c, fill: n });
|
|
29
|
-
case "Weight":
|
|
30
28
|
return /* @__PURE__ */ a(z, { width: e, height: c, fill: n });
|
|
29
|
+
case "Weight":
|
|
30
|
+
return /* @__PURE__ */ a(w, { width: e, height: c, fill: n });
|
|
31
31
|
case "Smoke":
|
|
32
32
|
return /* @__PURE__ */ a(u, { width: e, height: c, fill: n });
|
|
33
33
|
case "SmokeOff":
|
|
@@ -133,9 +133,9 @@ const q1 = ({
|
|
|
133
133
|
case "Biometric":
|
|
134
134
|
return /* @__PURE__ */ a(p1, { width: e, height: c, fill: n });
|
|
135
135
|
case "BMI":
|
|
136
|
-
return /* @__PURE__ */ a(z1, { width: e, height: c, fill: n });
|
|
137
|
-
case "Aetna":
|
|
138
136
|
return /* @__PURE__ */ a(w1, { width: e, height: c, fill: n });
|
|
137
|
+
case "Aetna":
|
|
138
|
+
return /* @__PURE__ */ a(z1, { width: e, height: c, fill: n });
|
|
139
139
|
case "CircleDenied":
|
|
140
140
|
return /* @__PURE__ */ a(u1, { width: e, height: c, fill: n });
|
|
141
141
|
case "ArrowForwardBtn":
|
|
@@ -174,6 +174,8 @@ const q1 = ({
|
|
|
174
174
|
return /* @__PURE__ */ a(O1, { width: e, height: c, fill: n });
|
|
175
175
|
case "Calendar":
|
|
176
176
|
return /* @__PURE__ */ a(T1, { width: e, height: c, fill: n });
|
|
177
|
+
case "Autorizaciones":
|
|
178
|
+
return /* @__PURE__ */ a(b1, { width: e, height: c, fill: n });
|
|
177
179
|
default:
|
|
178
180
|
return null;
|
|
179
181
|
}
|
|
@@ -362,7 +364,7 @@ const q1 = ({
|
|
|
362
364
|
}
|
|
363
365
|
)
|
|
364
366
|
}
|
|
365
|
-
),
|
|
367
|
+
), z = ({
|
|
366
368
|
width: s = 18,
|
|
367
369
|
height: e = 17,
|
|
368
370
|
fill: c = "#030C24"
|
|
@@ -383,7 +385,7 @@ const q1 = ({
|
|
|
383
385
|
}
|
|
384
386
|
)
|
|
385
387
|
}
|
|
386
|
-
),
|
|
388
|
+
), w = ({
|
|
387
389
|
width: s = 18,
|
|
388
390
|
height: e = 16,
|
|
389
391
|
fill: c = "#030C24"
|
|
@@ -1520,7 +1522,7 @@ const q1 = ({
|
|
|
1520
1522
|
) })
|
|
1521
1523
|
]
|
|
1522
1524
|
}
|
|
1523
|
-
),
|
|
1525
|
+
), E1 = ({
|
|
1524
1526
|
width: s = 20,
|
|
1525
1527
|
height: e = 20,
|
|
1526
1528
|
fill: c = "#749CFF"
|
|
@@ -2363,7 +2365,7 @@ const q1 = ({
|
|
|
2363
2365
|
/* @__PURE__ */ a("g", { mask: "url(#ilxzf7mifa)", fill: c, children: /* @__PURE__ */ a("path", { d: "M4.33 17.135a1.5 1.5 0 0 1-1.5-1.5v-1.934a.865.865 0 1 1 1.73 0v1.705h1.705a.865.865 0 0 1 0 1.73H4.331zm9.41 0a.865.865 0 1 1 0-1.729h1.7v-1.705a.865.865 0 0 1 1.73 0v1.934a1.5 1.5 0 0 1-1.5 1.5h-1.93zM3.695 7.09a.865.865 0 0 1-.864-.864v-1.93a1.5 1.5 0 0 1 1.5-1.5h1.934a.865.865 0 1 1 0 1.73H4.56v1.7a.865.865 0 0 1-.865.864zm12.61 0a.865.865 0 0 1-.865-.864v-1.7h-1.7a.865.865 0 1 1 0-1.73h1.93a1.5 1.5 0 0 1 1.5 1.5v1.93a.865.865 0 0 1-.865.864zM18.172 9.135H1.902a.865.865 0 0 0 0 1.73h16.27a.865.865 0 1 0 0-1.73z" }) })
|
|
2364
2366
|
]
|
|
2365
2367
|
}
|
|
2366
|
-
),
|
|
2368
|
+
), z1 = ({
|
|
2367
2369
|
width: s = 223,
|
|
2368
2370
|
height: e = 43,
|
|
2369
2371
|
fill: c = "#2054A5"
|
|
@@ -2383,7 +2385,7 @@ const q1 = ({
|
|
|
2383
2385
|
}
|
|
2384
2386
|
)
|
|
2385
2387
|
}
|
|
2386
|
-
),
|
|
2388
|
+
), w1 = ({
|
|
2387
2389
|
width: s = 36,
|
|
2388
2390
|
height: e = 36,
|
|
2389
2391
|
fill: c = "#2054A5"
|
|
@@ -2736,17 +2738,25 @@ const q1 = ({
|
|
|
2736
2738
|
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2737
2739
|
/* @__PURE__ */ a("mask", { id: "0a2fuclt0a", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "15", height: "15", children: /* @__PURE__ */ a("path", { fill: "#D9D9D9", d: "M0 0h15v15H0z" }) }),
|
|
2738
2740
|
/* @__PURE__ */ a("g", { mask: "url(#0a2fuclt0a)", children: /* @__PURE__ */ a("path", { d: "M3.42 13.628c-.359 0-.665-.128-.917-.385a1.256 1.256 0 0 1-.38-.912v-8.16c0-.352.127-.656.38-.913.252-.256.558-.384.917-.384H4.5v-.896c0-.17.06-.313.176-.43a.584.584 0 0 1 .429-.174c.168 0 .311.058.43.175.117.116.176.26.176.429v.896H9.29v-.896c0-.17.058-.313.175-.43a.584.584 0 0 1 .429-.174c.168 0 .311.058.43.175.117.116.177.26.177.429v.896h1.08c.359 0 .665.128.918.384.252.257.379.56.379.913v8.16c0 .352-.127.656-.38.912a1.241 1.241 0 0 1-.917.385H3.42zm0-1.297h8.16v-5.58H3.42v5.58zm0-6.705h8.16V4.17H3.42v1.455z", fill: c }) })
|
|
2741
|
+
] }), b1 = ({
|
|
2742
|
+
width: s = 32,
|
|
2743
|
+
height: e = 32,
|
|
2744
|
+
fill: c = "#2054A5"
|
|
2745
|
+
}) => /* @__PURE__ */ r("svg", { width: s, height: e, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2746
|
+
/* @__PURE__ */ a("mask", { id: "1yzgzagfta", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32", children: /* @__PURE__ */ a("path", { fill: "#D9D9D9", d: "M0 0h32v32H0z" }) }),
|
|
2747
|
+
/* @__PURE__ */ a("g", { mask: "url(#1yzgzagfta)", children: /* @__PURE__ */ a("path", { d: "m14.5 20.656-2.49-2.49a1.093 1.093 0 0 0-.341-.233.976.976 0 0 0-.775.006c-.13.056-.246.139-.35.25a1.038 1.038 0 0 0-.31.753c0 .29.103.54.31.747l3.19 3.2c.118.119.24.202.369.25.128.048.265.072.41.072.147 0 .283-.024.41-.072.125-.048.247-.131.366-.25l6.078-6.078c.207-.209.31-.46.31-.756s-.104-.548-.312-.755a1.032 1.032 0 0 0-.755-.31c-.296 0-.547.103-.754.31L14.5 20.656zm-6.944 8.677c-.6 0-1.12-.22-1.562-.66-.44-.441-.66-.962-.66-1.562V4.89c0-.6.22-1.12.66-1.561.441-.44.962-.661 1.562-.661H18.21c.303 0 .592.059.866.177.275.12.512.278.712.478l6.222 6.222a2.266 2.266 0 0 1 .656 1.578v15.99c0 .6-.22 1.12-.661 1.56-.441.441-.962.661-1.562.661H7.556zm10.466-19.2V4.89H7.556v22.222h16.888V11.244h-5.31c-.316 0-.58-.106-.792-.319a1.075 1.075 0 0 1-.32-.792z", fill: c }) })
|
|
2739
2748
|
] });
|
|
2740
2749
|
export {
|
|
2741
2750
|
K as Add,
|
|
2742
2751
|
T as AddCard,
|
|
2743
2752
|
a1 as AddDocument,
|
|
2744
|
-
|
|
2753
|
+
z1 as Aetna,
|
|
2745
2754
|
i as ArrowDown,
|
|
2746
2755
|
g1 as ArrowForwardBtn,
|
|
2747
2756
|
n1 as ArrowLeft,
|
|
2748
2757
|
r1 as ArrowRight,
|
|
2749
|
-
|
|
2758
|
+
b1 as Autorizaciones,
|
|
2759
|
+
w1 as BMI,
|
|
2750
2760
|
p1 as Biometric,
|
|
2751
2761
|
L1 as BusquedaCiudad,
|
|
2752
2762
|
T1 as Calendar,
|
|
@@ -2779,11 +2789,11 @@ export {
|
|
|
2779
2789
|
m1 as Filters,
|
|
2780
2790
|
x1 as Gallery,
|
|
2781
2791
|
F1 as Headset,
|
|
2782
|
-
|
|
2792
|
+
z as Height,
|
|
2783
2793
|
b as Help,
|
|
2784
2794
|
o as HideEye,
|
|
2785
2795
|
o1 as History,
|
|
2786
|
-
|
|
2796
|
+
j1 as Icon,
|
|
2787
2797
|
B as Impagos,
|
|
2788
2798
|
O1 as Internet,
|
|
2789
2799
|
f1 as Laboratorio,
|
|
@@ -2815,13 +2825,13 @@ export {
|
|
|
2815
2825
|
g as SmokeOff,
|
|
2816
2826
|
$ as Sort,
|
|
2817
2827
|
y1 as Sthetoscope,
|
|
2818
|
-
|
|
2828
|
+
E1 as SwapVertical,
|
|
2819
2829
|
x as Telefono,
|
|
2820
2830
|
Y as Trash,
|
|
2821
2831
|
q as Unsubscribe,
|
|
2822
2832
|
k as Upload,
|
|
2823
2833
|
h1 as User,
|
|
2824
2834
|
U as Users,
|
|
2825
|
-
|
|
2835
|
+
w as Weight,
|
|
2826
2836
|
y as Whatsapp
|
|
2827
2837
|
};
|
package/package.json
CHANGED