bmi-next 1.0.77 → 1.0.78

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,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" | "Table" | "Autorizaciones" | "Warning" | "Person" | "StepInProgress" | "StepPending" | "StepDone" | "StepBlocked" | "IconoVida" | "IconoSalud" | "Planet" | "KeyboardArrowDown" | "USD" | "GT" | "EUR" | "DO" | "CR" | "CO" | "Certificado" | "ToastInfo" | "ToastCancel";
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" | "Certificado" | "ToastInfo" | "ToastCancel" | "AdminMeds" | "Bone";
2
2
  interface IconProps {
3
3
  width?: number;
4
4
  height?: number;
@@ -114,4 +114,6 @@ export declare const KeyboardArrowDown: React.FC<IconProps>;
114
114
  export declare const Certificado: React.FC<IconProps>;
115
115
  export declare const ToastInfo: React.FC<IconProps>;
116
116
  export declare const ToastCancel: React.FC<IconProps>;
117
+ export declare const AdminMeds: React.FC<IconProps>;
118
+ export declare const Bone: React.FC<IconProps>;
117
119
  export {};
@@ -1,5 +1,5 @@
1
1
  import { jsx as C, jsxs as M } from "react/jsx-runtime";
2
- const M4 = ({
2
+ const c4 = ({
3
3
  name: l,
4
4
  width: a,
5
5
  height: L,
@@ -11,17 +11,17 @@ const M4 = ({
11
11
  case "Email":
12
12
  return /* @__PURE__ */ C(h, { width: a, height: L, fill: t });
13
13
  case "Password":
14
- return /* @__PURE__ */ C(Z, { width: a, height: L, fill: t });
15
- case "ShowEye":
16
14
  return /* @__PURE__ */ C(e, { width: a, height: L, fill: t });
15
+ case "ShowEye":
16
+ return /* @__PURE__ */ C(Z, { width: a, height: L, fill: t });
17
17
  case "HideEye":
18
18
  return /* @__PURE__ */ C(i, { width: a, height: L, fill: t });
19
19
  case "ArrowDown":
20
20
  return /* @__PURE__ */ C(s, { width: a, height: L, fill: t });
21
21
  case "Search":
22
- return /* @__PURE__ */ C(r, { width: a, height: L, fill: t });
23
- case "Masculino":
24
22
  return /* @__PURE__ */ C(n, { width: a, height: L, fill: t });
23
+ case "Masculino":
24
+ return /* @__PURE__ */ C(r, { width: a, height: L, fill: t });
25
25
  case "Femenino":
26
26
  return /* @__PURE__ */ C(d, { width: a, height: L, fill: t });
27
27
  case "Height":
@@ -43,9 +43,9 @@ const M4 = ({
43
43
  case "Close":
44
44
  return /* @__PURE__ */ C(u, { width: a, height: L, fill: t });
45
45
  case "Lock":
46
- return /* @__PURE__ */ C(z, { width: a, height: L });
47
- case "Envelope":
48
46
  return /* @__PURE__ */ C(g, { width: a, height: L });
47
+ case "Envelope":
48
+ return /* @__PURE__ */ C(z, { width: a, height: L });
49
49
  case "CollapseMenu":
50
50
  return /* @__PURE__ */ C(k, { width: a, height: L });
51
51
  case "ExpandMenu":
@@ -119,17 +119,17 @@ const M4 = ({
119
119
  case "User":
120
120
  return /* @__PURE__ */ C(h1, { width: a, height: L, fill: t });
121
121
  case "Carnet":
122
- return /* @__PURE__ */ C(Z1, { width: a, height: L, fill: t });
123
- case "Savings":
124
122
  return /* @__PURE__ */ C(e1, { width: a, height: L, fill: t });
123
+ case "Savings":
124
+ return /* @__PURE__ */ C(Z1, { width: a, height: L, fill: t });
125
125
  case "History":
126
126
  return /* @__PURE__ */ C(i1, { width: a, height: L, fill: t });
127
127
  case "Docs":
128
128
  return /* @__PURE__ */ C(s1, { width: a, height: L, fill: t });
129
129
  case "Filters":
130
- return /* @__PURE__ */ C(r1, { width: a, height: L, fill: t });
131
- case "DownloadDoc":
132
130
  return /* @__PURE__ */ C(n1, { width: a, height: L, fill: t });
131
+ case "DownloadDoc":
132
+ return /* @__PURE__ */ C(r1, { width: a, height: L, fill: t });
133
133
  case "Biometric":
134
134
  return /* @__PURE__ */ C(d1, { width: a, height: L, fill: t });
135
135
  case "BMI":
@@ -151,9 +151,9 @@ const M4 = ({
151
151
  case "Shield":
152
152
  return /* @__PURE__ */ C(u1, { width: a, height: L, fill: t });
153
153
  case "LogoBMIHorizontal":
154
- return /* @__PURE__ */ C(z1, { width: a, height: L, fill: t });
155
- case "LogoBMIVertical":
156
154
  return /* @__PURE__ */ C(g1, { width: a, height: L, fill: t });
155
+ case "LogoBMIVertical":
156
+ return /* @__PURE__ */ C(z1, { width: a, height: L, fill: t });
157
157
  case "Profesional":
158
158
  return /* @__PURE__ */ C(k1, { width: a, height: L, fill: t });
159
159
  case "Medico":
@@ -216,6 +216,10 @@ const M4 = ({
216
216
  return /* @__PURE__ */ C(L4, { width: a, height: L, fill: t });
217
217
  case "ToastCancel":
218
218
  return /* @__PURE__ */ C(a4, { width: a, height: L, fill: t });
219
+ case "AdminMeds":
220
+ return /* @__PURE__ */ C(l4, { width: a, height: L, fill: t });
221
+ case "Bone":
222
+ return /* @__PURE__ */ C(M4, { width: a, height: L, fill: t });
219
223
  default:
220
224
  return null;
221
225
  }
@@ -260,7 +264,7 @@ const M4 = ({
260
264
  }
261
265
  )
262
266
  }
263
- ), Z = ({
267
+ ), e = ({
264
268
  width: l = 20,
265
269
  height: a = 20,
266
270
  fill: L = "#030C24"
@@ -281,7 +285,7 @@ const M4 = ({
281
285
  }
282
286
  )
283
287
  }
284
- ), e = ({
288
+ ), Z = ({
285
289
  width: l = 22,
286
290
  height: a = 21,
287
291
  fill: L = "#749CFF"
@@ -343,7 +347,7 @@ const M4 = ({
343
347
  }
344
348
  )
345
349
  }
346
- ), r = ({
350
+ ), n = ({
347
351
  width: l = 22,
348
352
  height: a = 23,
349
353
  fill: L = "#030C24"
@@ -364,7 +368,7 @@ const M4 = ({
364
368
  }
365
369
  )
366
370
  }
367
- ), n = ({
371
+ ), r = ({
368
372
  width: l = 70,
369
373
  height: a = 71,
370
374
  fill: L = "#749CFF"
@@ -586,7 +590,7 @@ const M4 = ({
586
590
  }
587
591
  )
588
592
  }
589
- ), z = ({ width: l = 53, height: a = 64 }) => /* @__PURE__ */ M(
593
+ ), g = ({ width: l = 53, height: a = 64 }) => /* @__PURE__ */ M(
590
594
  "svg",
591
595
  {
592
596
  width: l,
@@ -755,7 +759,7 @@ const M4 = ({
755
759
  ] })
756
760
  ]
757
761
  }
758
- ), g = ({ width: l = 97, height: a = 86 }) => /* @__PURE__ */ M(
762
+ ), z = ({ width: l = 97, height: a = 86 }) => /* @__PURE__ */ M(
759
763
  "svg",
760
764
  {
761
765
  width: l,
@@ -1562,7 +1566,7 @@ const M4 = ({
1562
1566
  ) })
1563
1567
  ]
1564
1568
  }
1565
- ), t4 = ({
1569
+ ), h4 = ({
1566
1570
  width: l = 20,
1567
1571
  height: a = 20,
1568
1572
  fill: L = "#749CFF"
@@ -2170,7 +2174,7 @@ const M4 = ({
2170
2174
  ) })
2171
2175
  ]
2172
2176
  }
2173
- ), Z1 = ({
2177
+ ), e1 = ({
2174
2178
  width: l = 36,
2175
2179
  height: a = 36,
2176
2180
  fill: L = "#2054A5"
@@ -2204,7 +2208,7 @@ const M4 = ({
2204
2208
  ) })
2205
2209
  ]
2206
2210
  }
2207
- ), e1 = ({
2211
+ ), Z1 = ({
2208
2212
  width: l = 36,
2209
2213
  height: a = 36,
2210
2214
  fill: L = "#2054A5"
@@ -2306,7 +2310,7 @@ const M4 = ({
2306
2310
  ) })
2307
2311
  ]
2308
2312
  }
2309
- ), r1 = ({
2313
+ ), n1 = ({
2310
2314
  width: l = 20,
2311
2315
  height: a = 20,
2312
2316
  fill: L = "#749CFF"
@@ -2341,7 +2345,7 @@ const M4 = ({
2341
2345
  ) })
2342
2346
  ]
2343
2347
  }
2344
- ), n1 = ({
2348
+ ), r1 = ({
2345
2349
  width: l = 20,
2346
2350
  height: a = 20,
2347
2351
  fill: L = "#2054A5"
@@ -2674,7 +2678,7 @@ const M4 = ({
2674
2678
  ) })
2675
2679
  ]
2676
2680
  }
2677
- ), z1 = ({
2681
+ ), g1 = ({
2678
2682
  width: l = 135,
2679
2683
  height: a = 28,
2680
2684
  fill: L = "#2054A5"
@@ -2718,7 +2722,7 @@ const M4 = ({
2718
2722
  ) })
2719
2723
  ]
2720
2724
  }
2721
- ), g1 = ({
2725
+ ), z1 = ({
2722
2726
  width: l = 135,
2723
2727
  height: a = 28,
2724
2728
  fill: L = "#2054A5"
@@ -7793,11 +7797,26 @@ const M4 = ({
7793
7797
  ) })
7794
7798
  ]
7795
7799
  }
7796
- );
7800
+ ), l4 = ({
7801
+ width: l = 24,
7802
+ height: a = 24,
7803
+ fill: L = "#2054A5"
7804
+ }) => /* @__PURE__ */ M("svg", { xmlns: "http://www.w3.org/2000/svg", width: l, height: a, viewBox: "0 0 24 24", fill: "none", children: [
7805
+ /* @__PURE__ */ C("mask", { id: "mask0_7828_116381", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ C("rect", { width: "24", height: "24", fill: "#2054A5" }) }),
7806
+ /* @__PURE__ */ C("g", { mask: "url(#mask0_7828_116381)", children: /* @__PURE__ */ C("path", { d: "M12.35 16.7083C11.6833 17.3749 10.875 17.7083 9.925 17.7083C8.975 17.7083 8.16667 17.3749 7.5 16.7083C6.83333 16.0416 6.5 15.2374 6.5 14.2958C6.5 13.3541 6.83333 12.5499 7.5 11.8833L11.65 7.70825C12.3167 7.04158 13.125 6.70825 14.075 6.70825C15.025 6.70825 15.8333 7.04158 16.5 7.70825C17.1667 8.37492 17.5 9.17908 17.5 10.1208C17.5 11.0624 17.1667 11.8666 16.5 12.5333L12.35 16.7083ZM8.9 15.2832C9.28333 15.6666 9.67917 15.8041 10.0875 15.6958C10.4958 15.5874 10.775 15.4583 10.925 15.3083L12.3 13.9082L10.3 11.9083L8.9 13.2832C8.61667 13.5666 8.475 13.8999 8.475 14.2832C8.475 14.6666 8.61667 14.9999 8.9 15.2832ZM15.1 9.13325C14.7167 8.74992 14.3208 8.61242 13.9125 8.72075C13.5042 8.82908 13.225 8.95825 13.075 9.10825L11.7 10.5083L13.7 12.5083L15.1 11.1333C15.3833 10.8499 15.525 10.5166 15.525 10.1333C15.525 9.74992 15.3833 9.41658 15.1 9.13325ZM5 21.2083C4.45 21.2083 3.97917 21.0124 3.5875 20.6208C3.19583 20.2291 3 19.7582 3 19.2083V5.20825C3 4.65825 3.19583 4.18742 3.5875 3.79575C3.97917 3.40409 4.45 3.20825 5 3.20825H9.2C9.41667 2.60825 9.77917 2.12492 10.2875 1.75825C10.7958 1.39159 11.3667 1.20825 12 1.20825C12.6333 1.20825 13.2042 1.39159 13.7125 1.75825C14.2208 2.12492 14.5833 2.60825 14.8 3.20825H19C19.55 3.20825 20.0208 3.40409 20.4125 3.79575C20.8042 4.18742 21 4.65825 21 5.20825V19.2083C21 19.7582 20.8042 20.2291 20.4125 20.6208C20.0208 21.0124 19.55 21.2083 19 21.2083H5ZM5 19.2083H19V5.20825H5V19.2083ZM12 4.45825C12.2167 4.45825 12.3958 4.38742 12.5375 4.24575C12.6792 4.10408 12.75 3.92492 12.75 3.70825C12.75 3.49159 12.6792 3.31242 12.5375 3.17075C12.3958 3.02909 12.2167 2.95825 12 2.95825C11.7833 2.95825 11.6042 3.02909 11.4625 3.17075C11.3208 3.31242 11.25 3.49159 11.25 3.70825C11.25 3.92492 11.3208 4.10408 11.4625 4.24575C11.6042 4.38742 11.7833 4.45825 12 4.45825Z", fill: L }) })
7807
+ ] }), M4 = ({
7808
+ width: l = 24,
7809
+ height: a = 24,
7810
+ fill: L = "#2054A5"
7811
+ }) => /* @__PURE__ */ M("svg", { xmlns: "http://www.w3.org/2000/svg", width: l, height: a, viewBox: "0 0 24 24", fill: "none", children: [
7812
+ /* @__PURE__ */ C("mask", { id: "mask0_7827_116287", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "24", height: "24", children: /* @__PURE__ */ C("rect", { width: "24", height: "24", fill: "#2054A5" }) }),
7813
+ /* @__PURE__ */ C("g", { mask: "url(#mask0_7827_116287)", children: /* @__PURE__ */ C("path", { d: "M9.5 22C8.51667 22 7.6875 21.6625 7.0125 20.9875C6.3375 20.3125 6 19.4833 6 18.5C6 18.35 6.02083 18.2333 6.0625 18.15C6.10417 18.0667 6.1 18 6.05 17.95C6 17.9 5.93333 17.8958 5.85 17.9375C5.76667 17.9792 5.65 18 5.5 18C4.51667 18 3.6875 17.6625 3.0125 16.9875C2.3375 16.3125 2 15.4833 2 14.5C2 13.5167 2.3375 12.6875 3.0125 12.0125C3.6875 11.3375 4.51667 11 5.5 11C5.88333 11 6.23333 11.05 6.55 11.15C6.86667 11.25 7.16667 11.4 7.45 11.6L11.6 7.45C11.4 7.16667 11.25 6.86667 11.15 6.55C11.05 6.23333 11 5.88333 11 5.5C11 4.51667 11.3375 3.6875 12.0125 3.0125C12.6875 2.3375 13.5167 2 14.5 2C15.4833 2 16.3125 2.3375 16.9875 3.0125C17.6625 3.6875 18 4.51667 18 5.5C18 5.65 17.9792 5.76667 17.9375 5.85C17.8958 5.93333 17.9 6 17.95 6.05C18 6.1 18.0667 6.10417 18.15 6.0625C18.2333 6.02083 18.35 6 18.5 6C19.4833 6 20.3125 6.3375 20.9875 7.0125C21.6625 7.6875 22 8.51667 22 9.5C22 10.4833 21.6625 11.3125 20.9875 11.9875C20.3125 12.6625 19.4833 13 18.5 13C18.1167 13 17.7667 12.95 17.45 12.85C17.1333 12.75 16.8333 12.6 16.55 12.4L12.4 16.55C12.6 16.8333 12.75 17.1333 12.85 17.45C12.95 17.7667 13 18.1167 13 18.5C13 19.4833 12.6625 20.3125 11.9875 20.9875C11.3125 21.6625 10.4833 22 9.5 22ZM9.5 20C9.93333 20 10.2917 19.8583 10.575 19.575C10.8583 19.2917 11 18.9333 11 18.5C11 18.35 10.9792 18.2042 10.9375 18.0625C10.8958 17.9208 10.8333 17.7833 10.75 17.65C10.4667 17.25 10.35 16.8208 10.4 16.3625C10.45 15.9042 10.65 15.5 11 15.15L15.15 11C15.5 10.65 15.9042 10.45 16.3625 10.4C16.8208 10.35 17.25 10.4667 17.65 10.75C17.7833 10.8333 17.9208 10.8958 18.0625 10.9375C18.2042 10.9792 18.35 11 18.5 11C18.9333 11 19.2917 10.8583 19.575 10.575C19.8583 10.2917 20 9.93333 20 9.5C20 9.06667 19.8583 8.70833 19.575 8.425C19.2917 8.14167 18.9333 8 18.5 8C17.9167 8 17.5083 7.97083 17.275 7.9125C17.0417 7.85417 16.8 7.7 16.55 7.45C16.3 7.2 16.1458 6.95833 16.0875 6.725C16.0292 6.49167 16 6.08333 16 5.5C16 5.06667 15.8583 4.70833 15.575 4.425C15.2917 4.14167 14.9333 4 14.5 4C14.0667 4 13.7083 4.14167 13.425 4.425C13.1417 4.70833 13 5.06667 13 5.5C13 5.68333 13.0167 5.8375 13.05 5.9625C13.0833 6.0875 13.15 6.21667 13.25 6.35C13.5333 6.75 13.65 7.17917 13.6 7.6375C13.55 8.09583 13.35 8.5 13 8.85L8.85 13C8.5 13.35 8.09583 13.55 7.6375 13.6C7.17917 13.65 6.75 13.5333 6.35 13.25C6.21667 13.1667 6.07917 13.1042 5.9375 13.0625C5.79583 13.0208 5.65 13 5.5 13C5.06667 13 4.70833 13.1417 4.425 13.425C4.14167 13.7083 4 14.0667 4 14.5C4 14.9333 4.14167 15.2917 4.425 15.575C4.70833 15.8583 5.06667 16 5.5 16C6.08333 16 6.49167 16.0292 6.725 16.0875C6.95833 16.1458 7.2 16.3 7.45 16.55C7.7 16.8 7.85417 17.0417 7.9125 17.275C7.97083 17.5083 8 17.9167 8 18.5C8 18.9333 8.14167 19.2917 8.425 19.575C8.70833 19.8583 9.06667 20 9.5 20Z", fill: L }) })
7814
+ ] });
7797
7815
  export {
7798
7816
  K as Add,
7799
7817
  _ as AddCard,
7800
7818
  C1 as AddDocument,
7819
+ l4 as AdminMeds,
7801
7820
  p1 as Aetna,
7802
7821
  s as ArrowDown,
7803
7822
  o1 as ArrowForwardBtn,
@@ -7806,12 +7825,13 @@ export {
7806
7825
  O1 as Autorizaciones,
7807
7826
  H1 as BMI,
7808
7827
  d1 as Biometric,
7828
+ M4 as Bone,
7809
7829
  A1 as BusquedaCiudad,
7810
7830
  X1 as CO,
7811
7831
  Q1 as CR,
7812
7832
  _1 as Calendar,
7813
7833
  m1 as Camera,
7814
- Z1 as Carnet,
7834
+ e1 as Carnet,
7815
7835
  B1 as Celular,
7816
7836
  D1 as CercaDeMi,
7817
7837
  C4 as Certificado,
@@ -7828,18 +7848,18 @@ export {
7828
7848
  P as Delete,
7829
7849
  T as Disable,
7830
7850
  s1 as Docs,
7831
- n1 as DownloadDoc,
7851
+ r1 as DownloadDoc,
7832
7852
  N1 as EUR,
7833
7853
  q as Edit,
7834
7854
  h as Email,
7835
7855
  m as EmailFill,
7836
- g as Envelope,
7856
+ z as Envelope,
7837
7857
  c as Exclamation,
7838
7858
  F as ExpandMenu,
7839
7859
  I as Eye,
7840
7860
  c1 as Family,
7841
7861
  d as Femenino,
7842
- r1 as Filters,
7862
+ n1 as Filters,
7843
7863
  K1 as GT,
7844
7864
  v1 as Gallery,
7845
7865
  U1 as Headset,
@@ -7847,25 +7867,25 @@ export {
7847
7867
  S as Help,
7848
7868
  i as HideEye,
7849
7869
  i1 as History,
7850
- M4 as Icon,
7870
+ c4 as Icon,
7851
7871
  R1 as IconoSalud,
7852
7872
  G1 as IconoVida,
7853
7873
  D as Impagos,
7854
7874
  E1 as Internet,
7855
7875
  $1 as KeyboardArrowDown,
7856
7876
  x1 as Laboratorio,
7857
- z as Lock,
7877
+ g as Lock,
7858
7878
  U as LockPassword,
7859
7879
  l1 as LogoBMI,
7860
- z1 as LogoBMIHorizontal,
7861
- g1 as LogoBMIVertical,
7880
+ g1 as LogoBMIHorizontal,
7881
+ z1 as LogoBMIVertical,
7862
7882
  E as Logout,
7863
7883
  G as Mail,
7864
- n as Masculino,
7884
+ r as Masculino,
7865
7885
  F1 as Medico,
7866
7886
  x as Notification,
7867
7887
  A as Pagos,
7868
- Z as Password,
7888
+ e as Password,
7869
7889
  L1 as Pencil,
7870
7890
  T1 as Person,
7871
7891
  Y1 as Planet,
@@ -7874,12 +7894,12 @@ export {
7874
7894
  R as Resend,
7875
7895
  W as Reset,
7876
7896
  j as Save,
7877
- e1 as Savings,
7878
- r as Search,
7897
+ Z1 as Savings,
7898
+ n as Search,
7879
7899
  J as Send,
7880
7900
  f1 as Share,
7881
7901
  u1 as Shield,
7882
- e as ShowEye,
7902
+ Z as ShowEye,
7883
7903
  V as Smoke,
7884
7904
  o as SmokeOff,
7885
7905
  $ as Sort,
@@ -7888,7 +7908,7 @@ export {
7888
7908
  j1 as StepInProgress,
7889
7909
  I1 as StepPending,
7890
7910
  w1 as Sthetoscope,
7891
- t4 as SwapVertical,
7911
+ h4 as SwapVertical,
7892
7912
  S1 as Table,
7893
7913
  v as Telefono,
7894
7914
  a4 as ToastCancel,
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.77",
4
+ "version": "1.0.78",
5
5
  "author": "David Fernández Bolaños <david@bmiahorro.com>",
6
6
  "contributors": [
7
7
  "Jorge Martín <jorge@bmiahorro.com>",