bmi-next-brokers 2.4.3 → 2.4.5

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,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { ButtonSize, ButtonVariant } from '../Button';
3
+ import { IconConfig } from '../Button/Button';
3
4
  type ModalButtonProps = {
4
5
  show?: boolean;
5
6
  text?: string;
@@ -10,6 +11,7 @@ type ModalButtonProps = {
10
11
  loading?: boolean;
11
12
  id?: string;
12
13
  className?: string;
14
+ icon?: IconConfig;
13
15
  };
14
16
  /**
15
17
  * Props del Modal
@@ -29,6 +31,9 @@ export interface ModalProps extends React.HTMLAttributes<HTMLSpanElement> {
29
31
  withScroll?: boolean;
30
32
  fullWidthFooter?: boolean;
31
33
  helperElement?: React.ReactNode;
34
+ titleClassName?: string;
35
+ contentClassName?: string;
36
+ footerClassName?: string;
32
37
  }
33
38
  /**
34
39
  * Modal con overlay, header, body y footer configurable.
@@ -109,5 +114,5 @@ export interface ModalProps extends React.HTMLAttributes<HTMLSpanElement> {
109
114
  * }
110
115
  * ```
111
116
  */
112
- export declare const Modal: ({ isOpen, title, children, width, confirmButton, cancelButton, zIndex, className, style, onClickOverlay, onClose, closeModal, withScroll, fullWidthFooter, helperElement, ...props }: ModalProps) => React.ReactPortal | null;
117
+ export declare const Modal: ({ isOpen, title, children, width, confirmButton, cancelButton, zIndex, className, titleClassName, contentClassName, footerClassName, style, onClickOverlay, onClose, closeModal, withScroll, fullWidthFooter, helperElement, ...props }: ModalProps) => React.ReactPortal | null;
113
118
  export {};
@@ -1,98 +1,107 @@
1
- import { jsx as a, jsxs as h } from "react/jsx-runtime";
2
- import { useRef as p, useState as v, useEffect as M } from "react";
3
- import { Icon as q } from "../../icons/Icon.js";
4
- import { useScrollLock as G } from "../../hooks/useScrollLock.js";
5
- import { CloseContext as J } from "../../hooks/useClose.js";
6
- import { Button as E } from "../Button/Button.js";
7
- import { createPortal as K } from "react-dom";
8
- import '../../assets/index7.css';const Q = "_modalOverlay_1hyzx_1", U = "_closing_1hyzx_15", c = "_modalLayout_1hyzx_37", u = "_modal_1hyzx_1", n = "_modalHeader_1hyzx_57", B = "_withBorder_1hyzx_65", ss = "_modalTitle_1hyzx_70", es = "_closeIcon_1hyzx_82", ls = "_modalBody_1hyzx_95", as = "_modalFooter_1hyzx_106", ds = "_buttonsDiv_1hyzx_111", rs = "_fullWidthFooter_1hyzx_121", l = {
9
- modalOverlay: Q,
10
- closing: U,
11
- modalLayout: c,
12
- modal: u,
13
- modalHeader: n,
14
- withBorder: B,
15
- modalTitle: ss,
16
- closeIcon: es,
17
- modalBody: ls,
18
- modalFooter: as,
19
- buttonsDiv: ds,
20
- fullWidthFooter: rs
21
- }, bs = ({
1
+ import { jsx as a, jsxs as o } from "react/jsx-runtime";
2
+ import { useRef as I, useState as v, useEffect as K } from "react";
3
+ import { Icon as Q } from "../../icons/Icon.js";
4
+ import { useScrollLock as U } from "../../hooks/useScrollLock.js";
5
+ import { CloseContext as c } from "../../hooks/useClose.js";
6
+ import { Button as S } from "../Button/Button.js";
7
+ import { createPortal as t } from "react-dom";
8
+ import '../../assets/index7.css';const u = "_modalOverlay_1hyzx_1", n = "_closing_1hyzx_15", B = "_modalLayout_1hyzx_37", ss = "_modal_1hyzx_1", es = "_modalHeader_1hyzx_57", ls = "_withBorder_1hyzx_65", as = "_modalTitle_1hyzx_70", ds = "_closeIcon_1hyzx_82", rs = "_modalBody_1hyzx_95", is = "_modalFooter_1hyzx_106", hs = "_buttonsDiv_1hyzx_111", os = "_fullWidthFooter_1hyzx_121", l = {
9
+ modalOverlay: u,
10
+ closing: n,
11
+ modalLayout: B,
12
+ modal: ss,
13
+ modalHeader: es,
14
+ withBorder: ls,
15
+ modalTitle: as,
16
+ closeIcon: ds,
17
+ modalBody: rs,
18
+ modalFooter: is,
19
+ buttonsDiv: hs,
20
+ fullWidthFooter: os
21
+ }, zs = ({
22
22
  isOpen: m,
23
23
  title: x,
24
24
  children: b,
25
- width: I = 752,
25
+ width: k = 752,
26
26
  confirmButton: s,
27
27
  cancelButton: e,
28
- zIndex: S,
29
- className: $,
30
- style: f,
28
+ zIndex: L,
29
+ className: O,
30
+ titleClassName: g,
31
+ contentClassName: w,
32
+ footerClassName: z,
33
+ style: F,
31
34
  onClickOverlay: y,
32
- onClose: o,
33
- closeModal: k,
34
- withScroll: L = !0,
35
- fullWidthFooter: O = !1,
36
- helperElement: F,
37
- ...H
35
+ onClose: h,
36
+ closeModal: H,
37
+ withScroll: f = !0,
38
+ fullWidthFooter: T = !1,
39
+ helperElement: W,
40
+ ...D
38
41
  }) => {
39
- const g = p(null), [T, w] = v(!1), _ = p(null), [W, t] = v(!1), [D, R] = v(!1);
40
- G(m);
42
+ const $ = I(null), [R, p] = v(!1), _ = I(null), [j, A] = v(!1), [Y, P] = v(!1);
43
+ U(m);
41
44
  const i = () => {
42
- w(!0), setTimeout(() => {
43
- k(), w(!1);
45
+ p(!0), setTimeout(() => {
46
+ H(), p(!1);
44
47
  }, 250);
45
- }, j = async (d) => {
48
+ }, V = async (d) => {
46
49
  var r;
47
- (r = g.current) != null && r.contains(d.target) || y !== !1 && (typeof y == "function" && await y(), i());
48
- }, A = async () => {
49
- o !== !1 && (typeof o == "function" && await o(), i());
50
- }, Y = async () => {
50
+ (r = $.current) != null && r.contains(d.target) || y !== !1 && (typeof y == "function" && await y(), i());
51
+ }, X = async () => {
52
+ h !== !1 && (typeof h == "function" && await h(), i());
53
+ }, Z = async () => {
51
54
  try {
52
55
  s != null && s.action && await s.action(), i();
53
56
  } catch {
54
57
  return;
55
58
  }
56
- }, P = async () => {
59
+ }, M = async () => {
57
60
  try {
58
61
  e != null && e.action && await e.action(), i();
59
62
  } catch {
60
63
  return;
61
64
  }
62
- }, V = e && Object.keys(e).length > 0, X = s && Object.keys(s).length > 0, z = V && (e.show ?? !0), C = X && (s.show ?? !0), Z = `${l.modal} ${$ || ""}`;
63
- return M(() => {
65
+ }, q = e && Object.keys(e).length > 0, G = s && Object.keys(s).length > 0, C = q && (e.show ?? !0), N = G && (s.show ?? !0), J = `${l.modal} ${O || ""}`;
66
+ return K(() => {
64
67
  if (!_.current) return;
65
68
  const d = _.current, r = () => {
66
- R(d.scrollTop > 0), t(d.scrollHeight > d.clientHeight);
69
+ P(d.scrollTop > 0), A(d.scrollHeight > d.clientHeight);
67
70
  };
68
71
  r(), d.addEventListener("scroll", r);
69
- const N = new ResizeObserver(r);
70
- return N.observe(d), () => {
71
- d.removeEventListener("scroll", r), N.disconnect();
72
+ const E = new ResizeObserver(r);
73
+ return E.observe(d), () => {
74
+ d.removeEventListener("scroll", r), E.disconnect();
72
75
  };
73
- }, [b]), m ? K(
76
+ }, [b]), m ? t(
74
77
  /* @__PURE__ */ a(
75
78
  "div",
76
79
  {
77
- className: `${l.modalOverlay} ${T ? l.closing : ""}`,
78
- style: { zIndex: 3e3 + (S || 0) },
79
- onClick: j,
80
- children: /* @__PURE__ */ h("div", { ref: g, className: l.modalLayout, children: [
81
- /* @__PURE__ */ h(
80
+ className: `${l.modalOverlay} ${R ? l.closing : ""}`,
81
+ style: { zIndex: 3e3 + (L || 0) },
82
+ onClick: V,
83
+ children: /* @__PURE__ */ o("div", { ref: $, className: l.modalLayout, children: [
84
+ /* @__PURE__ */ o(
82
85
  "div",
83
86
  {
84
- className: Z,
85
- style: { maxWidth: I, ...f },
86
- ...H,
87
+ className: J,
88
+ style: { maxWidth: k, ...F },
89
+ ...D,
87
90
  children: [
88
- /* @__PURE__ */ h(
91
+ /* @__PURE__ */ o(
89
92
  "div",
90
93
  {
91
- className: `${l.modalHeader} ${D ? l.withBorder : ""}`,
94
+ className: `${l.modalHeader} ${Y ? l.withBorder : ""} `,
92
95
  children: [
93
- x && /* @__PURE__ */ a("span", { className: l.modalTitle, children: x }),
94
- o !== !1 && /* @__PURE__ */ a("div", { className: l.closeIcon, onClick: A, children: /* @__PURE__ */ a(
95
- q,
96
+ x && /* @__PURE__ */ a(
97
+ "span",
98
+ {
99
+ className: `${l.modalTitle} ${g || ""}`,
100
+ children: x
101
+ }
102
+ ),
103
+ h !== !1 && /* @__PURE__ */ a("div", { className: l.closeIcon, onClick: X, children: /* @__PURE__ */ a(
104
+ Q,
96
105
  {
97
106
  name: "Close",
98
107
  width: 12,
@@ -106,47 +115,49 @@ import '../../assets/index7.css';const Q = "_modalOverlay_1hyzx_1", U = "_closin
106
115
  /* @__PURE__ */ a(
107
116
  "div",
108
117
  {
109
- className: l.modalBody,
118
+ className: `${l.modalBody} ${w || ""}`,
110
119
  style: {
111
- overflowY: L ? "auto" : "hidden"
120
+ overflowY: f ? "auto" : "hidden"
112
121
  },
113
122
  ref: _,
114
- children: /* @__PURE__ */ a(J.Provider, { value: i, children: b })
123
+ children: /* @__PURE__ */ a(c.Provider, { value: i, children: b })
115
124
  }
116
125
  ),
117
- (z || C) && /* @__PURE__ */ a(
126
+ (C || N) && /* @__PURE__ */ a(
118
127
  "div",
119
128
  {
120
- className: `${l.modalFooter} ${W ? l.withBorder : ""}`,
121
- children: /* @__PURE__ */ h(
129
+ className: `${l.modalFooter} ${j ? l.withBorder : ""}`,
130
+ children: /* @__PURE__ */ o(
122
131
  "div",
123
132
  {
124
- className: `${l.buttonsDiv} ${O ? l.fullWidthFooter : ""}`,
133
+ className: `${l.buttonsDiv} ${T ? l.fullWidthFooter : ""} ${z || ""}`,
125
134
  children: [
126
- z && /* @__PURE__ */ a(
127
- E,
135
+ C && /* @__PURE__ */ a(
136
+ S,
128
137
  {
129
138
  variant: (e == null ? void 0 : e.variant) || "outline",
130
- onClick: P,
139
+ onClick: M,
131
140
  disabled: (e == null ? void 0 : e.disabled) || !1,
132
141
  size: (e == null ? void 0 : e.size) || "small",
133
142
  loading: e == null ? void 0 : e.loading,
134
143
  className: e == null ? void 0 : e.className,
144
+ icon: e.icon,
135
145
  fullWidth: !0,
136
146
  children: (e == null ? void 0 : e.text) || "Cancelar"
137
147
  }
138
148
  ),
139
- C && /* @__PURE__ */ a(
140
- E,
149
+ N && /* @__PURE__ */ a(
150
+ S,
141
151
  {
142
152
  type: "submit",
143
153
  form: s == null ? void 0 : s.id,
144
154
  variant: (s == null ? void 0 : s.variant) || "brand",
145
- onClick: Y,
155
+ onClick: Z,
146
156
  disabled: (s == null ? void 0 : s.disabled) || !1,
147
157
  size: (s == null ? void 0 : s.size) || "small",
148
158
  loading: s == null ? void 0 : s.loading,
149
159
  className: s == null ? void 0 : s.className,
160
+ icon: s.icon,
150
161
  fullWidth: !0,
151
162
  children: (s == null ? void 0 : s.text) || "Confirmar"
152
163
  }
@@ -159,7 +170,7 @@ import '../../assets/index7.css';const Q = "_modalOverlay_1hyzx_1", U = "_closin
159
170
  ]
160
171
  }
161
172
  ),
162
- F
173
+ W
163
174
  ] })
164
175
  }
165
176
  ),
@@ -167,5 +178,5 @@ import '../../assets/index7.css';const Q = "_modalOverlay_1hyzx_1", U = "_closin
167
178
  ) : null;
168
179
  };
169
180
  export {
170
- bs as Modal
181
+ zs as Modal
171
182
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as n, jsxs as r } from "react/jsx-runtime";
2
2
  import { forwardRef as B, useState as v } from "react";
3
- import { Icon as i } from "../../icons/Icon.js";
3
+ import { Icon as l } from "../../icons/Icon.js";
4
4
  import { MenuItem as m } from "./menuItem/index.js";
5
5
  import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_17", C = "_content_gnx5r_21", w = "_header_gnx5r_28", L = "_toggleButton_gnx5r_43", D = "_ahorro_gnx5r_56", j = "_menuList_gnx5r_65", k = "_bottomDiv_gnx5r_81", o = {
6
6
  sidebar: N,
@@ -15,14 +15,14 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
15
15
  ({
16
16
  options: d,
17
17
  className: _,
18
- activeItem: l,
18
+ activeItem: c,
19
19
  withConfig: g = !1,
20
20
  configAction: s,
21
- type: c = "next",
21
+ type: a = "next",
22
22
  ...p
23
23
  }, u) => {
24
- const [e, x] = v(!0), t = c === "ahorro", $ = t ? e ? "BmiAhorro" : "BmiCollapsed" : e ? "BmiLogo" : "BmiCollapsed", h = () => {
25
- x((a) => !a);
24
+ const [e, x] = v(!0), t = a === "ahorro", $ = t ? e ? "BmiAhorro" : "BmiCollapsed" : e ? "BmiLogo" : "BmiCollapsed", h = () => {
25
+ x((i) => !i);
26
26
  };
27
27
  return /* @__PURE__ */ n(
28
28
  "aside",
@@ -33,10 +33,10 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
33
33
  children: /* @__PURE__ */ r("div", { className: o.content, children: [
34
34
  /* @__PURE__ */ r("header", { className: `${o.header} ${e && o.open}`, children: [
35
35
  /* @__PURE__ */ n(
36
- i,
36
+ l,
37
37
  {
38
38
  name: $,
39
- width: e ? 110 : 26.62,
39
+ width: e ? t ? 78 : 110 : 26.62,
40
40
  height: t ? 65 : 32
41
41
  }
42
42
  ),
@@ -45,18 +45,18 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
45
45
  {
46
46
  className: `${o.toggleButton} ${t ? o.ahorro : ""}`,
47
47
  onClick: h,
48
- children: /* @__PURE__ */ n(i, { name: "ClosePanel", width: 20, height: 20 })
48
+ children: /* @__PURE__ */ n(l, { name: "ClosePanel", width: 20, height: 20 })
49
49
  }
50
50
  )
51
51
  ] }),
52
52
  /* @__PURE__ */ r("ul", { className: o.menuList, children: [
53
- d.map((a, b) => /* @__PURE__ */ n(
53
+ d.map((i, b) => /* @__PURE__ */ n(
54
54
  m,
55
55
  {
56
- option: a,
57
- activeItem: l,
56
+ option: i,
57
+ activeItem: c,
58
58
  open: e,
59
- type: c
59
+ type: a
60
60
  },
61
61
  b
62
62
  )),
@@ -66,7 +66,7 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
66
66
  {
67
67
  className: `${o.toggleButton} ${t ? o.ahorro : ""}`,
68
68
  onClick: h,
69
- children: /* @__PURE__ */ n(i, { name: "OpenPanel", width: 20, height: 20 })
69
+ children: /* @__PURE__ */ n(l, { name: "OpenPanel", width: 20, height: 20 })
70
70
  }
71
71
  ),
72
72
  g && /* @__PURE__ */ n(
@@ -79,7 +79,8 @@ import '../../assets/index2.css';const N = "_sidebar_gnx5r_1", f = "_open_gnx5r_
79
79
  iconBefore: "ArrowRight"
80
80
  },
81
81
  open: e,
82
- activeItem: l
82
+ activeItem: c,
83
+ type: a
83
84
  }
84
85
  )
85
86
  ] })
@@ -1,15 +1,29 @@
1
1
  export { default as ArrowDown } from './ArrowDown';
2
2
  export { default as ArrowUp } from './ArrowUp';
3
- export { default as Link } from './Link';
3
+ export { default as Colombia } from './Colombia';
4
+ export { default as CostaRica } from './CostaRica';
5
+ export { default as Ecuador } from './Ecuador';
6
+ export { default as Guatemala } from './Guatemala';
7
+ export { default as Internacional } from './Internacional';
8
+ export { default as RepDominicana } from './RepDominicana';
9
+ export { default as AccountBalance } from './AccountBalance';
10
+ export { default as AccountCircle } from './AccountCircle';
4
11
  export { default as Add } from './Add';
5
12
  export { default as AddAPhoto } from './AddAPhoto';
6
13
  export { default as AddIcon } from './AddIcon';
14
+ export { default as AdminMeds } from './AdminMeds';
7
15
  export { default as AlertIcon } from './AlertIcon';
16
+ export { default as AmericanExpress } from './AmericanExpress';
17
+ export { default as AmericanExpressRounded } from './AmericanExpressRounded';
8
18
  export { default as Apnfd } from './Apnfd';
9
19
  export { default as Approve } from './Approve';
10
20
  export { default as ArrowBack } from './ArrowBack';
11
21
  export { default as ArrowsOutward } from './ArrowsOutward';
22
+ export { default as Article } from './Article';
12
23
  export { default as AttachFile } from './AttachFile';
24
+ export { default as BmiAhorro } from './BmiAhorro';
25
+ export { default as BmiLogoWhite } from './BmiLogoWhite';
26
+ export { default as BrokenImage } from './BrokenImage';
13
27
  export { default as BusinessCenter } from './BusinessCenter';
14
28
  export { default as CalendarIcon } from './CalendarIcon';
15
29
  export { default as Call } from './Call';
@@ -17,24 +31,44 @@ export { default as CancelIcon } from './CancelIcon';
17
31
  export { default as Certificado } from './Certificado';
18
32
  export { default as ChatBubble } from './ChatBubble';
19
33
  export { default as CheckIcon } from './CheckIcon';
34
+ export { default as Checkbook } from './Checkbook';
20
35
  export { default as ChevronLeft } from './ChevronLeft';
36
+ export { default as Circle } from './Circle';
37
+ export { default as Close } from './Close';
38
+ export { default as CloseDrawer } from './CloseDrawer';
39
+ export { default as ColectivosIcon } from './ColectivosIcon';
21
40
  export { default as Comisiones } from './Comisiones';
41
+ export { default as CompareArrows } from './CompareArrows';
42
+ export { default as ComputerCancel } from './ComputerCancel';
22
43
  export { default as ComunicacionesIcon } from './ComunicacionesIcon';
44
+ export { default as Contacto } from './Contacto';
23
45
  export { default as ContentCopy } from './ContentCopy';
24
46
  export { default as ConyugeIcon } from './ConyugeIcon';
47
+ export { default as CorporateFare } from './CorporateFare';
25
48
  export { default as CotizacionesIcon } from './CotizacionesIcon';
26
49
  export { default as Credentials } from './Credentials';
27
50
  export { default as CreditCard } from './CreditCard';
51
+ export { default as CurrencyExchange } from './CurrencyExchange';
28
52
  export { default as DashboardIcon } from './DashboardIcon';
53
+ export { default as DatosIcon } from './DatosIcon';
29
54
  export { default as Delete } from './Delete';
30
55
  export { default as DeniedIcon } from './DeniedIcon';
56
+ export { default as Diagnosis } from './Diagnosis';
57
+ export { default as Diners } from './Diners';
58
+ export { default as DinersRounded } from './DinersRounded';
59
+ export { default as Discover } from './Discover';
60
+ export { default as DiscoverRounded } from './DiscoverRounded';
31
61
  export { default as Distance } from './Distance';
32
- export { default as DocumentoTick } from './DocumentoTick';
33
62
  export { default as Documentos } from './Documentos';
63
+ export { default as Dot } from './Dot';
34
64
  export { default as DownloadIcon } from './DownloadIcon';
35
65
  export { default as EditIcon } from './EditIcon';
66
+ export { default as EstadosUnidos } from './EstadosUnidos';
67
+ export { default as Europa } from './Europa';
68
+ export { default as FallbackCardRounded } from './FallbackCardRounded';
36
69
  export { default as Female } from './Female';
37
70
  export { default as Filter } from './Filter';
71
+ export { default as FilterAlt } from './FilterAlt';
38
72
  export { default as Folder } from './Folder';
39
73
  export { default as FondosExtranjero } from './FondosExtranjero';
40
74
  export { default as Fumador } from './Fumador';
@@ -51,40 +85,59 @@ export { default as KeyboardArrowUp } from './KeyboardArrowUp';
51
85
  export { default as LocationOn } from './LocationOn';
52
86
  export { default as LocationSearching } from './LocationSearching';
53
87
  export { default as LockIcon } from './LockIcon';
88
+ export { default as LogOut } from './LogOut';
54
89
  export { default as MailIcon } from './MailIcon';
55
90
  export { default as Male } from './Male';
56
91
  export { default as MasAcciones } from './MasAcciones';
92
+ export { default as Mastercard } from './Mastercard';
93
+ export { default as MastercardRounded } from './MastercardRounded';
57
94
  export { default as Medical } from './Medical';
58
95
  export { default as Menu } from './Menu';
59
- export { default as MoneyOff } from './MoneyOff';
60
96
  export { default as MoreVert } from './MoreVert';
61
97
  export { default as NextIcon } from './NextIcon';
62
98
  export { default as Notes } from './Notes';
99
+ export { default as Notifications } from './Notifications';
63
100
  export { default as NumPolizaIcon } from './NumPolizaIcon';
64
101
  export { default as OpenInFull } from './OpenInFull';
102
+ export { default as Paid } from './Paid';
103
+ export { default as Password } from './Password';
65
104
  export { default as Pep } from './Pep';
66
105
  export { default as Person } from './Person';
67
- export { default as PersonAdd } from './PersonAdd';
68
106
  export { default as PersonCancel } from './PersonCancel';
107
+ export { default as PersonRemove } from './PersonRemove';
108
+ export { default as PetSupplies } from './PetSupplies';
69
109
  export { default as PhotoLibrary } from './PhotoLibrary';
70
110
  export { default as Planet } from './Planet';
71
111
  export { default as PolizaIcon } from './PolizaIcon';
72
112
  export { default as PriceChange } from './PriceChange';
113
+ export { default as ProductIcon } from './ProductIcon';
73
114
  export { default as Public } from './Public';
74
115
  export { default as ReembolsosIcon } from './ReembolsosIcon';
116
+ export { default as Reenviar } from './Reenviar';
75
117
  export { default as Refresh } from './Refresh';
76
118
  export { default as Renovaciones } from './Renovaciones';
77
119
  export { default as Replay } from './Replay';
78
120
  export { default as Reply } from './Reply';
79
- export { default as Save } from './Save';
121
+ export { default as RestoreFromTrash } from './RestoreFromTrash';
80
122
  export { default as SearchIcon } from './SearchIcon';
81
123
  export { default as Send } from './Send';
82
124
  export { default as Share } from './Share';
125
+ export { default as ShieldWithHeart } from './ShieldWithHeart';
83
126
  export { default as SmallFamily } from './SmallFamily';
84
127
  export { default as Smartphone } from './Smartphone';
128
+ export { default as SortArrowsAsc } from './SortArrowsAsc';
129
+ export { default as SortArrowsDefault } from './SortArrowsDefault';
130
+ export { default as SortArrowsDesc } from './SortArrowsDesc';
131
+ export { default as StepBlocked } from './StepBlocked';
132
+ export { default as StepDone } from './StepDone';
133
+ export { default as StepInProgress } from './StepInProgress';
134
+ export { default as StepPending } from './StepPending';
85
135
  export { default as Tutoriales } from './Tutoriales';
86
136
  export { default as UnfoldMore } from './UnfoldMore';
137
+ export { default as Upload } from './Upload';
87
138
  export { default as VerifiedUser } from './VerifiedUser';
139
+ export { default as Visa } from './Visa';
140
+ export { default as VisaRounded } from './VisaRounded';
88
141
  export { default as Visibility } from './Visibility';
89
142
  export { default as VisibilityOff } from './VisibilityOff';
90
143
  export { default as Warning } from './Warning';
@@ -1,186 +1,292 @@
1
1
  import { default as r } from "./ArrowDown.js";
2
2
  import { default as t } from "./ArrowUp.js";
3
- import { default as l } from "./Link.js";
4
- import { default as s } from "./Add.js";
5
- import { default as u } from "./AddAPhoto.js";
6
- import { default as x } from "./AddIcon.js";
7
- import { default as i } from "./AlertIcon.js";
8
- import { default as I } from "./Apnfd.js";
9
- import { default as h } from "./Approve.js";
10
- import { default as w } from "./ArrowBack.js";
11
- import { default as P } from "./ArrowsOutward.js";
12
- import { default as D } from "./AttachFile.js";
13
- import { default as M } from "./BusinessCenter.js";
14
- import { default as S } from "./CalendarIcon.js";
15
- import { default as L } from "./Call.js";
16
- import { default as R } from "./CancelIcon.js";
17
- import { default as v } from "./Certificado.js";
18
- import { default as H } from "./ChatBubble.js";
19
- import { default as z } from "./CheckIcon.js";
20
- import { default as W } from "./ChevronLeft.js";
21
- import { default as K } from "./Comisiones.js";
22
- import { default as j } from "./ComunicacionesIcon.js";
23
- import { default as q } from "./ContentCopy.js";
24
- import { default as Q } from "./ConyugeIcon.js";
25
- import { default as Y } from "./CotizacionesIcon.js";
26
- import { default as _ } from "./Credentials.js";
27
- import { default as oo } from "./CreditCard.js";
28
- import { default as ro } from "./DashboardIcon.js";
29
- import { default as to } from "./Delete.js";
30
- import { default as lo } from "./DeniedIcon.js";
31
- import { default as po } from "./Distance.js";
32
- import { default as mo } from "./DocumentoTick.js";
33
- import { default as no } from "./Documentos.js";
34
- import { default as co } from "./DownloadIcon.js";
35
- import { default as Co } from "./EditIcon.js";
36
- import { default as Ao } from "./Female.js";
37
- import { default as yo } from "./Filter.js";
38
- import { default as bo } from "./Folder.js";
39
- import { default as Fo } from "./FondosExtranjero.js";
40
- import { default as go } from "./Fumador.js";
41
- import { default as ko } from "./GridView.js";
42
- import { default as Oo } from "./HeadsetMic.js";
43
- import { default as Vo } from "./HeightIcon.js";
44
- import { default as Bo } from "./Help.js";
45
- import { default as Uo } from "./HistorialIcon.js";
46
- import { default as No } from "./IdCodigoBroker.js";
47
- import { default as Eo } from "./Info.js";
48
- import { default as To } from "./InfoFinanciera.js";
49
- import { default as Go } from "./KeyboardArrowDown.js";
50
- import { default as Jo } from "./KeyboardArrowUp.js";
51
- import { default as Xo } from "./LocationOn.js";
52
- import { default as Zo } from "./LocationSearching.js";
53
- import { default as $o } from "./LockIcon.js";
54
- import { default as ee } from "./MailIcon.js";
55
- import { default as ae } from "./Male.js";
56
- import { default as fe } from "./MasAcciones.js";
57
- import { default as de } from "./Medical.js";
58
- import { default as pe } from "./Menu.js";
59
- import { default as me } from "./MoneyOff.js";
60
- import { default as ne } from "./MoreVert.js";
61
- import { default as ce } from "./NextIcon.js";
62
- import { default as Ce } from "./Notes.js";
63
- import { default as Ae } from "./NumPolizaIcon.js";
64
- import { default as ye } from "./OpenInFull.js";
65
- import { default as be } from "./Pep.js";
66
- import { default as Fe } from "./Person.js";
67
- import { default as ge } from "./PersonAdd.js";
68
- import { default as ke } from "./PersonCancel.js";
69
- import { default as Oe } from "./PhotoLibrary.js";
70
- import { default as Ve } from "./Planet.js";
71
- import { default as Be } from "./PolizaIcon.js";
72
- import { default as Ue } from "./PriceChange.js";
73
- import { default as Ne } from "./Public.js";
74
- import { default as Ee } from "./ReembolsosIcon.js";
75
- import { default as Te } from "./Refresh.js";
76
- import { default as Ge } from "./Renovaciones.js";
77
- import { default as Je } from "./Replay.js";
78
- import { default as Xe } from "./Reply.js";
79
- import { default as Ze } from "./Save.js";
80
- import { default as $e } from "./SearchIcon.js";
81
- import { default as er } from "./Send.js";
82
- import { default as ar } from "./Share.js";
83
- import { default as fr } from "./SmallFamily.js";
84
- import { default as dr } from "./Smartphone.js";
85
- import { default as pr } from "./Tutoriales.js";
86
- import { default as mr } from "./UnfoldMore.js";
87
- import { default as nr } from "./VerifiedUser.js";
88
- import { default as cr } from "./Visibility.js";
89
- import { default as Cr } from "./VisibilityOff.js";
90
- import { default as Ar } from "./Warning.js";
91
- import { default as yr } from "./WeightIcon.js";
92
- import { default as br } from "./Whatsapp.js";
3
+ import { default as s } from "./Colombia.js";
4
+ import { default as l } from "./CostaRica.js";
5
+ import { default as p } from "./Ecuador.js";
6
+ import { default as x } from "./Guatemala.js";
7
+ import { default as i } from "./Internacional.js";
8
+ import { default as C } from "./RepDominicana.js";
9
+ import { default as A } from "./AccountBalance.js";
10
+ import { default as D } from "./AccountCircle.js";
11
+ import { default as P } from "./Add.js";
12
+ import { default as S } from "./AddAPhoto.js";
13
+ import { default as b } from "./AddIcon.js";
14
+ import { default as y } from "./AdminMeds.js";
15
+ import { default as k } from "./AlertIcon.js";
16
+ import { default as v } from "./AmericanExpress.js";
17
+ import { default as L } from "./AmericanExpressRounded.js";
18
+ import { default as U } from "./Apnfd.js";
19
+ import { default as O } from "./Approve.js";
20
+ import { default as N } from "./ArrowBack.js";
21
+ import { default as G } from "./ArrowsOutward.js";
22
+ import { default as T } from "./Article.js";
23
+ import { default as q } from "./AttachFile.js";
24
+ import { default as Q } from "./BmiAhorro.js";
25
+ import { default as Y } from "./BmiLogoWhite.js";
26
+ import { default as _ } from "./BrokenImage.js";
27
+ import { default as oo } from "./BusinessCenter.js";
28
+ import { default as ro } from "./CalendarIcon.js";
29
+ import { default as to } from "./Call.js";
30
+ import { default as so } from "./CancelIcon.js";
31
+ import { default as uo } from "./Certificado.js";
32
+ import { default as mo } from "./ChatBubble.js";
33
+ import { default as no } from "./CheckIcon.js";
34
+ import { default as co } from "./Checkbook.js";
35
+ import { default as Io } from "./ChevronLeft.js";
36
+ import { default as ho } from "./Circle.js";
37
+ import { default as wo } from "./Close.js";
38
+ import { default as Ro } from "./CloseDrawer.js";
39
+ import { default as go } from "./ColectivosIcon.js";
40
+ import { default as Fo } from "./Comisiones.js";
41
+ import { default as Mo } from "./CompareArrows.js";
42
+ import { default as Bo } from "./ComputerCancel.js";
43
+ import { default as Eo } from "./ComunicacionesIcon.js";
44
+ import { default as Vo } from "./Contacto.js";
45
+ import { default as Ho } from "./ContentCopy.js";
46
+ import { default as Wo } from "./ConyugeIcon.js";
47
+ import { default as zo } from "./CorporateFare.js";
48
+ import { default as Ko } from "./CotizacionesIcon.js";
49
+ import { default as jo } from "./Credentials.js";
50
+ import { default as Jo } from "./CreditCard.js";
51
+ import { default as Xo } from "./CurrencyExchange.js";
52
+ import { default as Zo } from "./DashboardIcon.js";
53
+ import { default as $o } from "./DatosIcon.js";
54
+ import { default as ee } from "./Delete.js";
55
+ import { default as ae } from "./DeniedIcon.js";
56
+ import { default as fe } from "./Diagnosis.js";
57
+ import { default as de } from "./Diners.js";
58
+ import { default as ue } from "./DinersRounded.js";
59
+ import { default as me } from "./Discover.js";
60
+ import { default as ne } from "./DiscoverRounded.js";
61
+ import { default as ce } from "./Distance.js";
62
+ import { default as Ie } from "./Documentos.js";
63
+ import { default as he } from "./Dot.js";
64
+ import { default as we } from "./DownloadIcon.js";
65
+ import { default as Re } from "./EditIcon.js";
66
+ import { default as ge } from "./EstadosUnidos.js";
67
+ import { default as Fe } from "./Europa.js";
68
+ import { default as Me } from "./FallbackCardRounded.js";
69
+ import { default as Be } from "./Female.js";
70
+ import { default as Ee } from "./Filter.js";
71
+ import { default as Ve } from "./FilterAlt.js";
72
+ import { default as He } from "./Folder.js";
73
+ import { default as We } from "./FondosExtranjero.js";
74
+ import { default as ze } from "./Fumador.js";
75
+ import { default as Ke } from "./GridView.js";
76
+ import { default as je } from "./HeadsetMic.js";
77
+ import { default as Je } from "./HeightIcon.js";
78
+ import { default as Xe } from "./Help.js";
79
+ import { default as Ze } from "./HistorialIcon.js";
80
+ import { default as $e } from "./IdCodigoBroker.js";
81
+ import { default as er } from "./Info.js";
82
+ import { default as ar } from "./InfoFinanciera.js";
83
+ import { default as fr } from "./KeyboardArrowDown.js";
84
+ import { default as dr } from "./KeyboardArrowUp.js";
85
+ import { default as ur } from "./LocationOn.js";
86
+ import { default as mr } from "./LocationSearching.js";
87
+ import { default as nr } from "./LockIcon.js";
88
+ import { default as cr } from "./LogOut.js";
89
+ import { default as Ir } from "./MailIcon.js";
90
+ import { default as hr } from "./Male.js";
91
+ import { default as wr } from "./MasAcciones.js";
92
+ import { default as Rr } from "./Mastercard.js";
93
+ import { default as gr } from "./MastercardRounded.js";
94
+ import { default as Fr } from "./Medical.js";
95
+ import { default as Mr } from "./Menu.js";
96
+ import { default as Br } from "./MoreVert.js";
97
+ import { default as Er } from "./NextIcon.js";
98
+ import { default as Vr } from "./Notes.js";
99
+ import { default as Hr } from "./Notifications.js";
100
+ import { default as Wr } from "./NumPolizaIcon.js";
101
+ import { default as zr } from "./OpenInFull.js";
102
+ import { default as Kr } from "./Paid.js";
103
+ import { default as jr } from "./Password.js";
104
+ import { default as Jr } from "./Pep.js";
105
+ import { default as Xr } from "./Person.js";
106
+ import { default as Zr } from "./PersonCancel.js";
107
+ import { default as $r } from "./PersonRemove.js";
108
+ import { default as ea } from "./PetSupplies.js";
109
+ import { default as aa } from "./PhotoLibrary.js";
110
+ import { default as fa } from "./Planet.js";
111
+ import { default as da } from "./PolizaIcon.js";
112
+ import { default as ua } from "./PriceChange.js";
113
+ import { default as ma } from "./ProductIcon.js";
114
+ import { default as na } from "./Public.js";
115
+ import { default as ca } from "./ReembolsosIcon.js";
116
+ import { default as Ia } from "./Reenviar.js";
117
+ import { default as ha } from "./Refresh.js";
118
+ import { default as wa } from "./Renovaciones.js";
119
+ import { default as Ra } from "./Replay.js";
120
+ import { default as ga } from "./Reply.js";
121
+ import { default as Fa } from "./RestoreFromTrash.js";
122
+ import { default as Ma } from "./SearchIcon.js";
123
+ import { default as Ba } from "./Send.js";
124
+ import { default as Ea } from "./Share.js";
125
+ import { default as Va } from "./ShieldWithHeart.js";
126
+ import { default as Ha } from "./SmallFamily.js";
127
+ import { default as Wa } from "./Smartphone.js";
128
+ import { default as za } from "./SortArrowsAsc.js";
129
+ import { default as Ka } from "./SortArrowsDefault.js";
130
+ import { default as ja } from "./SortArrowsDesc.js";
131
+ import { default as Ja } from "./StepBlocked.js";
132
+ import { default as Xa } from "./StepDone.js";
133
+ import { default as Za } from "./StepInProgress.js";
134
+ import { default as $a } from "./StepPending.js";
135
+ import { default as et } from "./Tutoriales.js";
136
+ import { default as at } from "./UnfoldMore.js";
137
+ import { default as ft } from "./Upload.js";
138
+ import { default as dt } from "./VerifiedUser.js";
139
+ import { default as ut } from "./Visa.js";
140
+ import { default as mt } from "./VisaRounded.js";
141
+ import { default as nt } from "./Visibility.js";
142
+ import { default as ct } from "./VisibilityOff.js";
143
+ import { default as It } from "./Warning.js";
144
+ import { default as ht } from "./WeightIcon.js";
145
+ import { default as wt } from "./Whatsapp.js";
93
146
  export {
94
- s as Add,
95
- u as AddAPhoto,
96
- x as AddIcon,
97
- i as AlertIcon,
98
- I as Apnfd,
99
- h as Approve,
100
- w as ArrowBack,
147
+ A as AccountBalance,
148
+ D as AccountCircle,
149
+ P as Add,
150
+ S as AddAPhoto,
151
+ b as AddIcon,
152
+ y as AdminMeds,
153
+ k as AlertIcon,
154
+ v as AmericanExpress,
155
+ L as AmericanExpressRounded,
156
+ U as Apnfd,
157
+ O as Approve,
158
+ N as ArrowBack,
101
159
  r as ArrowDown,
102
160
  t as ArrowUp,
103
- P as ArrowsOutward,
104
- D as AttachFile,
105
- M as BusinessCenter,
106
- S as CalendarIcon,
107
- L as Call,
108
- R as CancelIcon,
109
- v as Certificado,
110
- H as ChatBubble,
111
- z as CheckIcon,
112
- W as ChevronLeft,
113
- K as Comisiones,
114
- j as ComunicacionesIcon,
115
- q as ContentCopy,
116
- Q as ConyugeIcon,
117
- Y as CotizacionesIcon,
118
- _ as Credentials,
119
- oo as CreditCard,
120
- ro as DashboardIcon,
121
- to as Delete,
122
- lo as DeniedIcon,
123
- po as Distance,
124
- mo as DocumentoTick,
125
- no as Documentos,
126
- co as DownloadIcon,
127
- Co as EditIcon,
128
- Ao as Female,
129
- yo as Filter,
130
- bo as Folder,
131
- Fo as FondosExtranjero,
132
- go as Fumador,
133
- ko as GridView,
134
- Oo as HeadsetMic,
135
- Vo as HeightIcon,
136
- Bo as Help,
137
- Uo as HistorialIcon,
138
- No as IdCodigoBroker,
139
- Eo as Info,
140
- To as InfoFinanciera,
141
- Go as KeyboardArrowDown,
142
- Jo as KeyboardArrowUp,
143
- l as Link,
144
- Xo as LocationOn,
145
- Zo as LocationSearching,
146
- $o as LockIcon,
147
- ee as MailIcon,
148
- ae as Male,
149
- fe as MasAcciones,
150
- de as Medical,
151
- pe as Menu,
152
- me as MoneyOff,
153
- ne as MoreVert,
154
- ce as NextIcon,
155
- Ce as Notes,
156
- Ae as NumPolizaIcon,
157
- ye as OpenInFull,
158
- be as Pep,
159
- Fe as Person,
160
- ge as PersonAdd,
161
- ke as PersonCancel,
162
- Oe as PhotoLibrary,
163
- Ve as Planet,
164
- Be as PolizaIcon,
165
- Ue as PriceChange,
166
- Ne as Public,
167
- Ee as ReembolsosIcon,
168
- Te as Refresh,
169
- Ge as Renovaciones,
170
- Je as Replay,
171
- Xe as Reply,
172
- Ze as Save,
173
- $e as SearchIcon,
174
- er as Send,
175
- ar as Share,
176
- fr as SmallFamily,
177
- dr as Smartphone,
178
- pr as Tutoriales,
179
- mr as UnfoldMore,
180
- nr as VerifiedUser,
181
- cr as Visibility,
182
- Cr as VisibilityOff,
183
- Ar as Warning,
184
- yr as WeightIcon,
185
- br as Whatsapp
161
+ G as ArrowsOutward,
162
+ T as Article,
163
+ q as AttachFile,
164
+ Q as BmiAhorro,
165
+ Y as BmiLogoWhite,
166
+ _ as BrokenImage,
167
+ oo as BusinessCenter,
168
+ ro as CalendarIcon,
169
+ to as Call,
170
+ so as CancelIcon,
171
+ uo as Certificado,
172
+ mo as ChatBubble,
173
+ no as CheckIcon,
174
+ co as Checkbook,
175
+ Io as ChevronLeft,
176
+ ho as Circle,
177
+ wo as Close,
178
+ Ro as CloseDrawer,
179
+ go as ColectivosIcon,
180
+ s as Colombia,
181
+ Fo as Comisiones,
182
+ Mo as CompareArrows,
183
+ Bo as ComputerCancel,
184
+ Eo as ComunicacionesIcon,
185
+ Vo as Contacto,
186
+ Ho as ContentCopy,
187
+ Wo as ConyugeIcon,
188
+ zo as CorporateFare,
189
+ l as CostaRica,
190
+ Ko as CotizacionesIcon,
191
+ jo as Credentials,
192
+ Jo as CreditCard,
193
+ Xo as CurrencyExchange,
194
+ Zo as DashboardIcon,
195
+ $o as DatosIcon,
196
+ ee as Delete,
197
+ ae as DeniedIcon,
198
+ fe as Diagnosis,
199
+ de as Diners,
200
+ ue as DinersRounded,
201
+ me as Discover,
202
+ ne as DiscoverRounded,
203
+ ce as Distance,
204
+ Ie as Documentos,
205
+ he as Dot,
206
+ we as DownloadIcon,
207
+ p as Ecuador,
208
+ Re as EditIcon,
209
+ ge as EstadosUnidos,
210
+ Fe as Europa,
211
+ Me as FallbackCardRounded,
212
+ Be as Female,
213
+ Ee as Filter,
214
+ Ve as FilterAlt,
215
+ He as Folder,
216
+ We as FondosExtranjero,
217
+ ze as Fumador,
218
+ Ke as GridView,
219
+ x as Guatemala,
220
+ je as HeadsetMic,
221
+ Je as HeightIcon,
222
+ Xe as Help,
223
+ Ze as HistorialIcon,
224
+ $e as IdCodigoBroker,
225
+ er as Info,
226
+ ar as InfoFinanciera,
227
+ i as Internacional,
228
+ fr as KeyboardArrowDown,
229
+ dr as KeyboardArrowUp,
230
+ ur as LocationOn,
231
+ mr as LocationSearching,
232
+ nr as LockIcon,
233
+ cr as LogOut,
234
+ Ir as MailIcon,
235
+ hr as Male,
236
+ wr as MasAcciones,
237
+ Rr as Mastercard,
238
+ gr as MastercardRounded,
239
+ Fr as Medical,
240
+ Mr as Menu,
241
+ Br as MoreVert,
242
+ Er as NextIcon,
243
+ Vr as Notes,
244
+ Hr as Notifications,
245
+ Wr as NumPolizaIcon,
246
+ zr as OpenInFull,
247
+ Kr as Paid,
248
+ jr as Password,
249
+ Jr as Pep,
250
+ Xr as Person,
251
+ Zr as PersonCancel,
252
+ $r as PersonRemove,
253
+ ea as PetSupplies,
254
+ aa as PhotoLibrary,
255
+ fa as Planet,
256
+ da as PolizaIcon,
257
+ ua as PriceChange,
258
+ ma as ProductIcon,
259
+ na as Public,
260
+ ca as ReembolsosIcon,
261
+ Ia as Reenviar,
262
+ ha as Refresh,
263
+ wa as Renovaciones,
264
+ C as RepDominicana,
265
+ Ra as Replay,
266
+ ga as Reply,
267
+ Fa as RestoreFromTrash,
268
+ Ma as SearchIcon,
269
+ Ba as Send,
270
+ Ea as Share,
271
+ Va as ShieldWithHeart,
272
+ Ha as SmallFamily,
273
+ Wa as Smartphone,
274
+ za as SortArrowsAsc,
275
+ Ka as SortArrowsDefault,
276
+ ja as SortArrowsDesc,
277
+ Ja as StepBlocked,
278
+ Xa as StepDone,
279
+ Za as StepInProgress,
280
+ $a as StepPending,
281
+ et as Tutoriales,
282
+ at as UnfoldMore,
283
+ ft as Upload,
284
+ dt as VerifiedUser,
285
+ ut as Visa,
286
+ mt as VisaRounded,
287
+ nt as Visibility,
288
+ ct as VisibilityOff,
289
+ It as Warning,
290
+ ht as WeightIcon,
291
+ wt as Whatsapp
186
292
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bmi-next-brokers",
3
3
  "description": "Componentes de UI para proyecto BMI Next Brokers",
4
- "version": "2.4.3",
4
+ "version": "2.4.5",
5
5
  "author": "BMI Ahorro España",
6
6
  "contributors": [
7
7
  "José Ramón Jiménez <jrjimenez@bmicos.com>",