bmi-next-brokers 1.2.6 → 1.2.9

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,85 +1,85 @@
1
- import { jsx as a, jsxs as n } from "react/jsx-runtime";
2
- import { useRef as g, useState as m, useEffect as Y } from "react";
3
- import { Icon as j } from "../../icons/Icon.js";
4
- import { useScrollLock as V } from "../../hooks/useScrollLock.js";
5
- import { Button as p } from "../Button/Button.js";
6
- import { r as W } from "../../index-CGDUIzcq.js";
7
- import '../../assets/index7.css';const X = "_modalOverlay_1347c_1", Z = "_closing_1347c_15", M = "_modal_1347c_1", P = "_modalHeader_1347c_48", q = "_withBorder_1347c_56", B = "_modalTitle_1347c_61", G = "_closeIcon_1347c_72", J = "_modalBody_1347c_85", K = "_modalFooter_1347c_96", Q = "_buttonsDiv_1347c_101", e = {
8
- modalOverlay: X,
9
- closing: Z,
10
- modal: M,
11
- modalHeader: P,
12
- withBorder: q,
13
- modalTitle: B,
14
- closeIcon: G,
15
- modalBody: J,
16
- modalFooter: K,
17
- buttonsDiv: Q
18
- }, re = ({
19
- isOpen: f,
20
- title: _,
21
- children: h,
22
- width: C = 752,
23
- confirmButton: o,
24
- cancelButton: l,
25
- zIndex: E,
26
- className: I,
27
- style: N,
28
- onClickOverlay: c,
29
- onClose: r,
30
- closeModal: S,
31
- withScroll: H = !0,
32
- ...$
1
+ import { jsx as d, jsxs as v } from "react/jsx-runtime";
2
+ import { useRef as I, useState as m, useEffect as X } from "react";
3
+ import { Icon as Z } from "../../icons/Icon.js";
4
+ import { useScrollLock as M } from "../../hooks/useScrollLock.js";
5
+ import { Button as N } from "../Button/Button.js";
6
+ import { r as P } from "../../index-CGDUIzcq.js";
7
+ import '../../assets/index7.css';const q = "_modalOverlay_1347c_1", G = "_closing_1347c_15", J = "_modal_1347c_1", K = "_modalHeader_1347c_48", Q = "_withBorder_1347c_56", U = "_modalTitle_1347c_61", n = "_closeIcon_1347c_72", u = "_modalBody_1347c_85", B = "_modalFooter_1347c_96", ss = "_buttonsDiv_1347c_101", l = {
8
+ modalOverlay: q,
9
+ closing: G,
10
+ modal: J,
11
+ modalHeader: K,
12
+ withBorder: Q,
13
+ modalTitle: U,
14
+ closeIcon: n,
15
+ modalBody: u,
16
+ modalFooter: B,
17
+ buttonsDiv: ss
18
+ }, hs = ({
19
+ isOpen: y,
20
+ title: b,
21
+ children: g,
22
+ width: S = 752,
23
+ confirmButton: s,
24
+ cancelButton: e,
25
+ zIndex: k,
26
+ className: O,
27
+ style: f,
28
+ onClickOverlay: h,
29
+ onClose: i,
30
+ closeModal: H,
31
+ withScroll: $ = !0,
32
+ ...x
33
33
  }) => {
34
- const v = g(null), [k, u] = m(!1), d = g(null), [x, D] = m(!1), [O, T] = m(!1);
35
- V(f);
36
- const i = () => {
37
- u(!0), setTimeout(() => {
38
- S(), u(!1);
34
+ const w = I(null), [D, p] = m(!1), _ = I(null), [T, z] = m(!1), [R, L] = m(!1);
35
+ M(y);
36
+ const o = () => {
37
+ p(!0), setTimeout(() => {
38
+ H(), p(!1);
39
39
  }, 250);
40
- }, z = async (s) => {
41
- var t;
42
- (t = v.current) != null && t.contains(s.target) || c !== !1 && (typeof c == "function" && await c(), i());
43
- }, R = async () => {
44
- r !== !1 && (typeof r == "function" && await r(), i());
45
- }, L = async () => {
46
- o.action && await o.action(), i();
40
+ }, j = async (a) => {
41
+ var r;
42
+ (r = w.current) != null && r.contains(a.target) || h !== !1 && (typeof h == "function" && await h(), o());
43
+ }, t = async () => {
44
+ i !== !1 && (typeof i == "function" && await i(), o());
47
45
  }, A = async () => {
48
- l.action && await l.action(), i();
49
- }, y = l.show ?? !0, w = o.show ?? !0, F = `${e.modal} ${I || ""}`;
50
- return Y(() => {
51
- if (!d.current) return;
52
- const s = d.current, t = () => {
53
- T(s.scrollTop > 0), D(s.scrollHeight > s.clientHeight);
46
+ s != null && s.action && await s.action(), o();
47
+ }, F = async () => {
48
+ e != null && e.action && await e.action(), o();
49
+ }, Y = e && Object.keys(e).length > 0, V = s && Object.keys(s).length > 0, C = Y && (e.show ?? !0), c = V && (s.show ?? !0), W = `${l.modal} ${O || ""}`;
50
+ return X(() => {
51
+ if (!_.current) return;
52
+ const a = _.current, r = () => {
53
+ L(a.scrollTop > 0), z(a.scrollHeight > a.clientHeight);
54
54
  };
55
- t(), s.addEventListener("scroll", t);
56
- const b = new ResizeObserver(t);
57
- return b.observe(s), () => {
58
- s.removeEventListener("scroll", t), b.disconnect();
55
+ r(), a.addEventListener("scroll", r);
56
+ const E = new ResizeObserver(r);
57
+ return E.observe(a), () => {
58
+ a.removeEventListener("scroll", r), E.disconnect();
59
59
  };
60
- }, [h]), f ? W.createPortal(
61
- /* @__PURE__ */ a(
60
+ }, [g]), y ? P.createPortal(
61
+ /* @__PURE__ */ d(
62
62
  "div",
63
63
  {
64
- className: `${e.modalOverlay} ${k ? e.closing : ""}`,
65
- style: { zIndex: 3e3 + (E || 0) },
66
- onClick: z,
67
- children: /* @__PURE__ */ n(
64
+ className: `${l.modalOverlay} ${D ? l.closing : ""}`,
65
+ style: { zIndex: 3e3 + (k || 0) },
66
+ onClick: j,
67
+ children: /* @__PURE__ */ v(
68
68
  "div",
69
69
  {
70
- className: F,
71
- style: { width: C, ...N },
72
- ref: v,
73
- ...$,
70
+ className: W,
71
+ style: { width: S, ...f },
72
+ ref: w,
73
+ ...x,
74
74
  children: [
75
- /* @__PURE__ */ n(
75
+ /* @__PURE__ */ v(
76
76
  "div",
77
77
  {
78
- className: `${e.modalHeader} ${O ? e.withBorder : ""}`,
78
+ className: `${l.modalHeader} ${R ? l.withBorder : ""}`,
79
79
  children: [
80
- _ && /* @__PURE__ */ a("span", { className: e.modalTitle, children: _ }),
81
- r !== !1 && /* @__PURE__ */ a("div", { className: e.closeIcon, onClick: R, children: /* @__PURE__ */ a(
82
- j,
80
+ b && /* @__PURE__ */ d("span", { className: l.modalTitle, children: b }),
81
+ i !== !1 && /* @__PURE__ */ d("div", { className: l.closeIcon, onClick: t, children: /* @__PURE__ */ d(
82
+ Z,
83
83
  {
84
84
  name: "Close",
85
85
  width: 12,
@@ -90,46 +90,46 @@ import '../../assets/index7.css';const X = "_modalOverlay_1347c_1", Z = "_closin
90
90
  ]
91
91
  }
92
92
  ),
93
- /* @__PURE__ */ a(
93
+ /* @__PURE__ */ d(
94
94
  "div",
95
95
  {
96
- className: e.modalBody,
96
+ className: l.modalBody,
97
97
  style: {
98
- overflowY: H ? "auto" : "hidden"
98
+ overflowY: $ ? "auto" : "hidden"
99
99
  },
100
- ref: d,
101
- children: h
100
+ ref: _,
101
+ children: g
102
102
  }
103
103
  ),
104
- (y || w) && /* @__PURE__ */ a(
104
+ (C || c) && /* @__PURE__ */ d(
105
105
  "div",
106
106
  {
107
- className: `${e.modalFooter} ${x ? e.withBorder : ""}`,
108
- children: /* @__PURE__ */ n("div", { className: e.buttonsDiv, children: [
109
- y && /* @__PURE__ */ a(
110
- p,
107
+ className: `${l.modalFooter} ${T ? l.withBorder : ""}`,
108
+ children: /* @__PURE__ */ v("div", { className: l.buttonsDiv, children: [
109
+ C && /* @__PURE__ */ d(
110
+ N,
111
111
  {
112
- variant: l.variant || "outline",
113
- onClick: A,
114
- disabled: l.disabled || !1,
115
- size: l.size || "small",
116
- loading: l.loading,
112
+ variant: (e == null ? void 0 : e.variant) || "outline",
113
+ onClick: F,
114
+ disabled: (e == null ? void 0 : e.disabled) || !1,
115
+ size: (e == null ? void 0 : e.size) || "small",
116
+ loading: e == null ? void 0 : e.loading,
117
117
  fullWidth: !0,
118
- children: l.text || "Cancelar"
118
+ children: (e == null ? void 0 : e.text) || "Cancelar"
119
119
  }
120
120
  ),
121
- w && /* @__PURE__ */ a(
122
- p,
121
+ c && /* @__PURE__ */ d(
122
+ N,
123
123
  {
124
124
  type: "submit",
125
- form: o.id,
126
- variant: o.variant || "brand",
127
- onClick: L,
128
- disabled: o.disabled || !1,
129
- size: o.size || "small",
130
- loading: o.loading,
125
+ form: s == null ? void 0 : s.id,
126
+ variant: (s == null ? void 0 : s.variant) || "brand",
127
+ onClick: A,
128
+ disabled: (s == null ? void 0 : s.disabled) || !1,
129
+ size: (s == null ? void 0 : s.size) || "small",
130
+ loading: s == null ? void 0 : s.loading,
131
131
  fullWidth: !0,
132
- children: o.text || "Confirmar"
132
+ children: (s == null ? void 0 : s.text) || "Confirmar"
133
133
  }
134
134
  )
135
135
  ] })
@@ -144,5 +144,5 @@ import '../../assets/index7.css';const X = "_modalOverlay_1347c_1", Z = "_closin
144
144
  ) : null;
145
145
  };
146
146
  export {
147
- re as Modal
147
+ hs as Modal
148
148
  };
@@ -2,6 +2,7 @@ export { default as ArrowDown } from './ArrowDown';
2
2
  export { default as ArrowUp } from './ArrowUp';
3
3
  export { default as Add } from './Add';
4
4
  export { default as AddAPhoto } from './AddAPhoto';
5
+ export { default as AddAlert } from './AddAlert';
5
6
  export { default as AddIcon } from './AddIcon';
6
7
  export { default as AlertIcon } from './AlertIcon';
7
8
  export { default as AmericanExpress } from './AmericanExpress';
@@ -10,6 +11,7 @@ export { default as Apnfd } from './Apnfd';
10
11
  export { default as Approve } from './Approve';
11
12
  export { default as ArrowBack } from './ArrowBack';
12
13
  export { default as ArrowsOutward } from './ArrowsOutward';
14
+ export { default as Assignment } from './Assignment';
13
15
  export { default as AttachFile } from './AttachFile';
14
16
  export { default as BusinessCenter } from './BusinessCenter';
15
17
  export { default as CalendarIcon } from './CalendarIcon';
@@ -20,7 +22,6 @@ export { default as ChatBubble } from './ChatBubble';
20
22
  export { default as CheckIcon } from './CheckIcon';
21
23
  export { default as Checkbook } from './Checkbook';
22
24
  export { default as ChevronLeft } from './ChevronLeft';
23
- export { default as Close } from './Close';
24
25
  export { default as Comisiones } from './Comisiones';
25
26
  export { default as ComputerCancel } from './ComputerCancel';
26
27
  export { default as ComunicacionesIcon } from './ComunicacionesIcon';
@@ -68,7 +69,6 @@ export { default as Menu } from './Menu';
68
69
  export { default as MoreVert } from './MoreVert';
69
70
  export { default as NextIcon } from './NextIcon';
70
71
  export { default as Notes } from './Notes';
71
- export { default as Notifications } from './Notifications';
72
72
  export { default as NumPolizaIcon } from './NumPolizaIcon';
73
73
  export { default as OpenInFull } from './OpenInFull';
74
74
  export { default as Paid } from './Paid';
@@ -2,75 +2,75 @@ import { default as r } from "./ArrowDown.js";
2
2
  import { default as t } from "./ArrowUp.js";
3
3
  import { default as d } from "./Add.js";
4
4
  import { default as l } from "./AddAPhoto.js";
5
- import { default as p } from "./AddIcon.js";
6
- import { default as x } from "./AlertIcon.js";
7
- import { default as i } from "./AmericanExpress.js";
8
- import { default as I } from "./AmericanExpressRounded.js";
9
- import { default as h } from "./Apnfd.js";
10
- import { default as b } from "./Approve.js";
11
- import { default as P } from "./ArrowBack.js";
12
- import { default as w } from "./ArrowsOutward.js";
13
- import { default as F } from "./AttachFile.js";
14
- import { default as g } from "./BusinessCenter.js";
15
- import { default as S } from "./CalendarIcon.js";
16
- import { default as v } from "./Call.js";
17
- import { default as U } from "./CancelIcon.js";
18
- import { default as E } from "./Certificado.js";
19
- import { default as N } from "./ChatBubble.js";
20
- import { default as z } from "./CheckIcon.js";
21
- import { default as K } from "./Checkbook.js";
22
- import { default as T } from "./ChevronLeft.js";
23
- import { default as G } from "./Close.js";
24
- import { default as Q } from "./Comisiones.js";
25
- import { default as Y } from "./ComputerCancel.js";
26
- import { default as _ } from "./ComunicacionesIcon.js";
27
- import { default as oo } from "./ContentCopy.js";
28
- import { default as ro } from "./ConyugeIcon.js";
29
- import { default as to } from "./CotizacionesIcon.js";
30
- import { default as so } from "./Credentials.js";
31
- import { default as uo } from "./CreditCard.js";
32
- import { default as mo } from "./DashboardIcon.js";
33
- import { default as no } from "./Delete.js";
34
- import { default as co } from "./DeniedIcon.js";
35
- import { default as Co } from "./Diners.js";
36
- import { default as Ao } from "./DinersRounded.js";
37
- import { default as Do } from "./Discover.js";
38
- import { default as Ro } from "./DiscoverRounded.js";
39
- import { default as yo } from "./Distance.js";
40
- import { default as Mo } from "./Documentos.js";
41
- import { default as ko } from "./DownloadIcon.js";
42
- import { default as Vo } from "./EditIcon.js";
43
- import { default as Lo } from "./FallbackCardRounded.js";
44
- import { default as Bo } from "./Female.js";
45
- import { default as Ho } from "./Filter.js";
46
- import { default as Oo } from "./Folder.js";
47
- import { default as Wo } from "./FondosExtranjero.js";
48
- import { default as jo } from "./Fumador.js";
49
- import { default as qo } from "./HeadsetMic.js";
50
- import { default as Jo } from "./HeightIcon.js";
51
- import { default as Xo } from "./Help.js";
52
- import { default as Zo } from "./HistorialIcon.js";
53
- import { default as $o } from "./IdCodigoBroker.js";
54
- import { default as ee } from "./Info.js";
55
- import { default as ae } from "./InfoFinanciera.js";
56
- import { default as fe } from "./KeyboardArrowDown.js";
57
- import { default as se } from "./KeyboardArrowUp.js";
58
- import { default as ue } from "./LocationOn.js";
59
- import { default as me } from "./LocationSearching.js";
60
- import { default as ne } from "./LockIcon.js";
61
- import { default as ce } from "./MailIcon.js";
62
- import { default as Ce } from "./Male.js";
63
- import { default as Ae } from "./MasAcciones.js";
64
- import { default as De } from "./Mastercard.js";
65
- import { default as Re } from "./MastercardRounded.js";
66
- import { default as ye } from "./Medical.js";
67
- import { default as Me } from "./Menu.js";
68
- import { default as ke } from "./MoreVert.js";
69
- import { default as Ve } from "./NextIcon.js";
70
- import { default as Le } from "./Notes.js";
71
- import { default as Be } from "./Notifications.js";
5
+ import { default as p } from "./AddAlert.js";
6
+ import { default as x } from "./AddIcon.js";
7
+ import { default as i } from "./AlertIcon.js";
8
+ import { default as I } from "./AmericanExpress.js";
9
+ import { default as A } from "./AmericanExpressRounded.js";
10
+ import { default as b } from "./Apnfd.js";
11
+ import { default as P } from "./Approve.js";
12
+ import { default as w } from "./ArrowBack.js";
13
+ import { default as F } from "./ArrowsOutward.js";
14
+ import { default as g } from "./Assignment.js";
15
+ import { default as S } from "./AttachFile.js";
16
+ import { default as v } from "./BusinessCenter.js";
17
+ import { default as U } from "./CalendarIcon.js";
18
+ import { default as E } from "./Call.js";
19
+ import { default as O } from "./CancelIcon.js";
20
+ import { default as N } from "./Certificado.js";
21
+ import { default as K } from "./ChatBubble.js";
22
+ import { default as T } from "./CheckIcon.js";
23
+ import { default as G } from "./Checkbook.js";
24
+ import { default as Q } from "./ChevronLeft.js";
25
+ import { default as Y } from "./Comisiones.js";
26
+ import { default as _ } from "./ComputerCancel.js";
27
+ import { default as oo } from "./ComunicacionesIcon.js";
28
+ import { default as ro } from "./ContentCopy.js";
29
+ import { default as to } from "./ConyugeIcon.js";
30
+ import { default as so } from "./CotizacionesIcon.js";
31
+ import { default as uo } from "./Credentials.js";
32
+ import { default as mo } from "./CreditCard.js";
33
+ import { default as no } from "./DashboardIcon.js";
34
+ import { default as co } from "./Delete.js";
35
+ import { default as Co } from "./DeniedIcon.js";
36
+ import { default as ho } from "./Diners.js";
37
+ import { default as Do } from "./DinersRounded.js";
38
+ import { default as Ro } from "./Discover.js";
39
+ import { default as yo } from "./DiscoverRounded.js";
40
+ import { default as Mo } from "./Distance.js";
41
+ import { default as ko } from "./Documentos.js";
42
+ import { default as Vo } from "./DownloadIcon.js";
43
+ import { default as Lo } from "./EditIcon.js";
44
+ import { default as Bo } from "./FallbackCardRounded.js";
45
+ import { default as Ho } from "./Female.js";
46
+ import { default as zo } from "./Filter.js";
47
+ import { default as Wo } from "./Folder.js";
48
+ import { default as jo } from "./FondosExtranjero.js";
49
+ import { default as qo } from "./Fumador.js";
50
+ import { default as Jo } from "./HeadsetMic.js";
51
+ import { default as Xo } from "./HeightIcon.js";
52
+ import { default as Zo } from "./Help.js";
53
+ import { default as $o } from "./HistorialIcon.js";
54
+ import { default as ee } from "./IdCodigoBroker.js";
55
+ import { default as ae } from "./Info.js";
56
+ import { default as fe } from "./InfoFinanciera.js";
57
+ import { default as se } from "./KeyboardArrowDown.js";
58
+ import { default as ue } from "./KeyboardArrowUp.js";
59
+ import { default as me } from "./LocationOn.js";
60
+ import { default as ne } from "./LocationSearching.js";
61
+ import { default as ce } from "./LockIcon.js";
62
+ import { default as Ce } from "./MailIcon.js";
63
+ import { default as he } from "./Male.js";
64
+ import { default as De } from "./MasAcciones.js";
65
+ import { default as Re } from "./Mastercard.js";
66
+ import { default as ye } from "./MastercardRounded.js";
67
+ import { default as Me } from "./Medical.js";
68
+ import { default as ke } from "./Menu.js";
69
+ import { default as Ve } from "./MoreVert.js";
70
+ import { default as Le } from "./NextIcon.js";
71
+ import { default as Be } from "./Notes.js";
72
72
  import { default as He } from "./NumPolizaIcon.js";
73
- import { default as Oe } from "./OpenInFull.js";
73
+ import { default as ze } from "./OpenInFull.js";
74
74
  import { default as We } from "./Paid.js";
75
75
  import { default as je } from "./Pep.js";
76
76
  import { default as qe } from "./Person.js";
@@ -87,7 +87,7 @@ import { default as mr } from "./Renovaciones.js";
87
87
  import { default as nr } from "./Replay.js";
88
88
  import { default as cr } from "./Reply.js";
89
89
  import { default as Cr } from "./SearchIcon.js";
90
- import { default as Ar } from "./Send.js";
90
+ import { default as hr } from "./Send.js";
91
91
  import { default as Dr } from "./Share.js";
92
92
  import { default as Rr } from "./SmallFamily.js";
93
93
  import { default as yr } from "./Smartphone.js";
@@ -97,7 +97,7 @@ import { default as Vr } from "./Upload.js";
97
97
  import { default as Lr } from "./VerifiedUser.js";
98
98
  import { default as Br } from "./Visa.js";
99
99
  import { default as Hr } from "./VisaRounded.js";
100
- import { default as Or } from "./Visibility.js";
100
+ import { default as zr } from "./Visibility.js";
101
101
  import { default as Wr } from "./VisibilityOff.js";
102
102
  import { default as jr } from "./Warning.js";
103
103
  import { default as qr } from "./WeightIcon.js";
@@ -105,77 +105,77 @@ import { default as Jr } from "./Whatsapp.js";
105
105
  export {
106
106
  d as Add,
107
107
  l as AddAPhoto,
108
- p as AddIcon,
109
- x as AlertIcon,
110
- i as AmericanExpress,
111
- I as AmericanExpressRounded,
112
- h as Apnfd,
113
- b as Approve,
114
- P as ArrowBack,
108
+ p as AddAlert,
109
+ x as AddIcon,
110
+ i as AlertIcon,
111
+ I as AmericanExpress,
112
+ A as AmericanExpressRounded,
113
+ b as Apnfd,
114
+ P as Approve,
115
+ w as ArrowBack,
115
116
  r as ArrowDown,
116
117
  t as ArrowUp,
117
- w as ArrowsOutward,
118
- F as AttachFile,
119
- g as BusinessCenter,
120
- S as CalendarIcon,
121
- v as Call,
122
- U as CancelIcon,
123
- E as Certificado,
124
- N as ChatBubble,
125
- z as CheckIcon,
126
- K as Checkbook,
127
- T as ChevronLeft,
128
- G as Close,
129
- Q as Comisiones,
130
- Y as ComputerCancel,
131
- _ as ComunicacionesIcon,
132
- oo as ContentCopy,
133
- ro as ConyugeIcon,
134
- to as CotizacionesIcon,
135
- so as Credentials,
136
- uo as CreditCard,
137
- mo as DashboardIcon,
138
- no as Delete,
139
- co as DeniedIcon,
140
- Co as Diners,
141
- Ao as DinersRounded,
142
- Do as Discover,
143
- Ro as DiscoverRounded,
144
- yo as Distance,
145
- Mo as Documentos,
146
- ko as DownloadIcon,
147
- Vo as EditIcon,
148
- Lo as FallbackCardRounded,
149
- Bo as Female,
150
- Ho as Filter,
151
- Oo as Folder,
152
- Wo as FondosExtranjero,
153
- jo as Fumador,
154
- qo as HeadsetMic,
155
- Jo as HeightIcon,
156
- Xo as Help,
157
- Zo as HistorialIcon,
158
- $o as IdCodigoBroker,
159
- ee as Info,
160
- ae as InfoFinanciera,
161
- fe as KeyboardArrowDown,
162
- se as KeyboardArrowUp,
163
- ue as LocationOn,
164
- me as LocationSearching,
165
- ne as LockIcon,
166
- ce as MailIcon,
167
- Ce as Male,
168
- Ae as MasAcciones,
169
- De as Mastercard,
170
- Re as MastercardRounded,
171
- ye as Medical,
172
- Me as Menu,
173
- ke as MoreVert,
174
- Ve as NextIcon,
175
- Le as Notes,
176
- Be as Notifications,
118
+ F as ArrowsOutward,
119
+ g as Assignment,
120
+ S as AttachFile,
121
+ v as BusinessCenter,
122
+ U as CalendarIcon,
123
+ E as Call,
124
+ O as CancelIcon,
125
+ N as Certificado,
126
+ K as ChatBubble,
127
+ T as CheckIcon,
128
+ G as Checkbook,
129
+ Q as ChevronLeft,
130
+ Y as Comisiones,
131
+ _ as ComputerCancel,
132
+ oo as ComunicacionesIcon,
133
+ ro as ContentCopy,
134
+ to as ConyugeIcon,
135
+ so as CotizacionesIcon,
136
+ uo as Credentials,
137
+ mo as CreditCard,
138
+ no as DashboardIcon,
139
+ co as Delete,
140
+ Co as DeniedIcon,
141
+ ho as Diners,
142
+ Do as DinersRounded,
143
+ Ro as Discover,
144
+ yo as DiscoverRounded,
145
+ Mo as Distance,
146
+ ko as Documentos,
147
+ Vo as DownloadIcon,
148
+ Lo as EditIcon,
149
+ Bo as FallbackCardRounded,
150
+ Ho as Female,
151
+ zo as Filter,
152
+ Wo as Folder,
153
+ jo as FondosExtranjero,
154
+ qo as Fumador,
155
+ Jo as HeadsetMic,
156
+ Xo as HeightIcon,
157
+ Zo as Help,
158
+ $o as HistorialIcon,
159
+ ee as IdCodigoBroker,
160
+ ae as Info,
161
+ fe as InfoFinanciera,
162
+ se as KeyboardArrowDown,
163
+ ue as KeyboardArrowUp,
164
+ me as LocationOn,
165
+ ne as LocationSearching,
166
+ ce as LockIcon,
167
+ Ce as MailIcon,
168
+ he as Male,
169
+ De as MasAcciones,
170
+ Re as Mastercard,
171
+ ye as MastercardRounded,
172
+ Me as Medical,
173
+ ke as Menu,
174
+ Ve as MoreVert,
175
+ Le as NextIcon,
176
+ Be as Notes,
177
177
  He as NumPolizaIcon,
178
- Oe as OpenInFull,
178
+ ze as OpenInFull,
179
179
  We as Paid,
180
180
  je as Pep,
181
181
  qe as Person,
@@ -192,7 +192,7 @@ export {
192
192
  nr as Replay,
193
193
  cr as Reply,
194
194
  Cr as SearchIcon,
195
- Ar as Send,
195
+ hr as Send,
196
196
  Dr as Share,
197
197
  Rr as SmallFamily,
198
198
  yr as Smartphone,
@@ -202,7 +202,7 @@ export {
202
202
  Lr as VerifiedUser,
203
203
  Br as Visa,
204
204
  Hr as VisaRounded,
205
- Or as Visibility,
205
+ zr as Visibility,
206
206
  Wr as VisibilityOff,
207
207
  jr as Warning,
208
208
  qr as WeightIcon,
package/dist/main.d.ts CHANGED
@@ -8,6 +8,7 @@ export { FileUpload, CompactFileUpload } from './components/FileUpload';
8
8
  export { Input } from './components/Input';
9
9
  export { Checkbox } from './components/Input/Checkbox/Checkbox';
10
10
  export { RadioButton } from './components/Input/RadioButton/RadioButton';
11
+ export { Search } from './components/Search';
11
12
  export { Navbar } from './components/navbar';
12
13
  export { ProgressBar } from './components/progressBar';
13
14
  export { Select } from './components/Select';
@@ -25,6 +26,7 @@ export type { FileUploadProps, FileUploadVariant, CompactFileUploadProps, Compac
25
26
  export type { InputProps, InputSize } from './components/Input';
26
27
  export type { CheckboxProps } from './components/Input/Checkbox/Checkbox';
27
28
  export type { RadioButtonProps } from './components/Input/RadioButton/RadioButton';
29
+ export type { SearchProps, SearchSize, SearchOption } from './components/Search';
28
30
  export type { NavbarOption } from './components/navbar';
29
31
  export type { ProgressBar as ProgressBarProps } from './components/progressBar';
30
32
  export type { SelectProps, SelectSize, SelectOption, } from './components/Select';