bmi-next-brokers 2.7.0 → 2.7.2

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
- import { jsxs as v, jsx as l, Fragment as R } from "react/jsx-runtime";
1
+ import { jsxs as v, jsx as r, Fragment as R } from "react/jsx-runtime";
2
2
  import { useState as S, useRef as E, useEffect as T } from "react";
3
3
  import { createPortal as U } from "react-dom";
4
4
  import { s as e } from "../../Input.module-CvbQKI27.js";
@@ -6,34 +6,32 @@ import { Icon as _ } from "../../icons/Icon.js";
6
6
  import { FieldError as W } from "../fieldError/index.js";
7
7
  import { HelperText as X } from "../helperText/index.js";
8
8
  import { useBTC as G } from "../../hooks/btcContext/useBtcContext.js";
9
- const F = (a, d, s = !1) => {
9
+ const F = (a, h, s = !1) => {
10
10
  let o = a.replace(
11
11
  /{{([^}]+)}}/g,
12
- (u, n) => `<span class="${d}" data-variable="${n}" contenteditable="false"></span>`
12
+ (d, l) => `<span class="${h}" data-variable="${l}" contenteditable="false"></span>`
13
13
  );
14
14
  return s && (o = o.replace(/\n/g, "<br>")), o;
15
- }, P = (a, d = !1) => {
15
+ }, P = (a, h = !1) => {
16
16
  let s = "", o = !0;
17
- const u = (n, x = !1) => {
18
- if (n.nodeType === Node.TEXT_NODE)
19
- s += n.textContent ?? "";
20
- else if (n instanceof HTMLElement) {
21
- const i = n.tagName.toUpperCase();
22
- n.dataset.variable ? s += `{{${n.dataset.variable}}}` : i === "BR" ? d && (s += `
23
- `) : x && (i === "DIV" || i === "P") ? (d && !o && (s += `
24
- `), o = !1, n.childNodes.forEach((c) => u(c, !1))) : n.childNodes.forEach((c) => u(c, !1));
17
+ const d = (l, x = !1) => {
18
+ if (l.nodeType === Node.TEXT_NODE)
19
+ s += l.textContent ?? "";
20
+ else if (l instanceof HTMLElement) {
21
+ const i = l.tagName.toUpperCase();
22
+ l.dataset.variable ? s += `{{${l.dataset.variable}}}` : i === "BR" ? h && (s += `
23
+ `) : x && (i === "DIV" || i === "P") ? (h && !o && (s += `
24
+ `), o = !1, l.childNodes.forEach((c) => d(c, !1))) : l.childNodes.forEach((c) => d(c, !1));
25
25
  }
26
26
  };
27
- return a.childNodes.forEach((n) => u(n, !0)), d ? s.split(`
28
- `).map((n) => n.trim()).filter((n) => n !== "").join(`
29
- `) : s;
27
+ return a.childNodes.forEach((l) => d(l, !0)), s;
30
28
  }, A = ({
31
29
  value: a = "",
32
- placeholder: d,
30
+ placeholder: h,
33
31
  className: s,
34
32
  style: o,
35
- disabled: u,
36
- onChange: n,
33
+ disabled: d,
34
+ onChange: l,
37
35
  onFocus: x,
38
36
  renderVariable: i,
39
37
  multiline: c = !1
@@ -42,7 +40,7 @@ const F = (a, d, s = !1) => {
42
40
  const y = t.querySelectorAll("[data-variable]");
43
41
  I(
44
42
  Array.from(y).map(
45
- (b) => U(/* @__PURE__ */ l(R, { children: i(b.dataset.variable) }), b)
43
+ (b) => U(/* @__PURE__ */ r(R, { children: i(b.dataset.variable) }), b)
46
44
  )
47
45
  );
48
46
  };
@@ -57,23 +55,23 @@ const F = (a, d, s = !1) => {
57
55
  return;
58
56
  }
59
57
  if (P(t, c) !== a && (t.innerHTML = F(a, e.variableSpan, c), $(t), document.activeElement === t)) {
60
- const b = document.createRange(), f = window.getSelection();
61
- b.selectNodeContents(t), b.collapse(!1), f == null || f.removeAllRanges(), f == null || f.addRange(b);
58
+ const b = document.createRange(), u = window.getSelection();
59
+ b.selectNodeContents(t), b.collapse(!1), u == null || u.removeAllRanges(), u == null || u.addRange(b);
62
60
  }
63
61
  }, [a]), /* @__PURE__ */ v(R, { children: [
64
- /* @__PURE__ */ l(
62
+ /* @__PURE__ */ r(
65
63
  "div",
66
64
  {
67
65
  ref: g,
68
- contentEditable: !u,
66
+ contentEditable: !d,
69
67
  suppressContentEditableWarning: !0,
70
- "data-placeholder": d,
68
+ "data-placeholder": h,
71
69
  className: s,
72
70
  style: o,
73
71
  onInput: () => {
74
72
  m.current = !0;
75
73
  const t = g.current;
76
- t && (n == null || n({
74
+ t && (l == null || l({
77
75
  target: { value: P(t, c) }
78
76
  }));
79
77
  },
@@ -89,11 +87,11 @@ const F = (a, d, s = !1) => {
89
87
  ] });
90
88
  }, ne = ({
91
89
  size: a = "medium",
92
- label: d,
90
+ label: h,
93
91
  error: s,
94
92
  helperText: o,
95
- icon: u,
96
- className: n,
93
+ icon: d,
94
+ className: l,
97
95
  required: x,
98
96
  inverted: i = !1,
99
97
  btc: c,
@@ -103,47 +101,47 @@ const F = (a, d, s = !1) => {
103
101
  variableMode: I,
104
102
  renderVariable: $,
105
103
  multiline: w = !1,
106
- ...r
104
+ ...n
107
105
  }) => {
108
- const [t, y] = S(!1), b = m === "password", f = m === "date", H = m === "textarea", C = E(null), { btc: j } = G(), k = c ?? j, B = () => {
106
+ const [t, y] = S(!1), b = m === "password", u = m === "date", H = m === "textarea", C = E(null), { btc: k } = G(), B = c ?? k, K = () => {
109
107
  if (m !== "textarea") return;
110
- const h = C.current;
111
- h && (h.style.height = "auto");
112
- }, K = () => {
113
- const h = C.current;
114
- h && (h.style.height = "auto", h.style.height = h.scrollHeight + "px");
115
- }, V = (h) => {
116
- h.key === "Enter" && !w && h.preventDefault();
108
+ const f = C.current;
109
+ f && (f.style.height = "auto");
110
+ }, V = () => {
111
+ const f = C.current;
112
+ f && (f.style.height = "auto", f.style.height = f.scrollHeight + "px");
113
+ }, j = (f) => {
114
+ f.key === "Enter" && !w && f.preventDefault();
117
115
  };
118
116
  T(() => {
119
- B();
117
+ K();
120
118
  }, []);
121
119
  const M = [
122
120
  e.input,
123
121
  e[a],
124
- k && e.btc,
122
+ B && e.btc,
125
123
  s ? e.error : "",
126
124
  i ? e.inverted : "",
127
- n
125
+ l
128
126
  ].filter(Boolean).join(" "), D = [
129
127
  e.hiddenInput,
130
128
  s ? e.hiddenInputError : "",
131
- f ? e.dateInput : ""
129
+ u ? e.dateInput : ""
132
130
  ].filter(Boolean).join(" "), p = a === "small" ? 16 : a === "large" ? 20 : a === "extraLarge" ? 24 : 18, q = () => {
133
131
  y(!t);
134
132
  }, L = `${e.textArea} ${e[`textArea_${a}`]} ${e.hiddenInput} ${s ? e.hiddenInputError : ""} ${I ? ` ${e.textArea_variableMode}` : ""}`, O = `${D} ${e.variableInputDiv} ${e[a]}`;
135
133
  return /* @__PURE__ */ v(
136
134
  "div",
137
135
  {
138
- className: `${e.inputContainer} ${a === "medium" ? e.inputContainer_medium : a === "large" ? e.inputContainer_large : a === "extraLarge" ? e.inputContainer_extraLarge : ""} ${r.disabled ? e.disabled : ""}`,
136
+ className: `${e.inputContainer} ${a === "medium" ? e.inputContainer_medium : a === "large" ? e.inputContainer_large : a === "extraLarge" ? e.inputContainer_extraLarge : ""} ${n.disabled ? e.disabled : ""}`,
139
137
  children: [
140
- d && /* @__PURE__ */ v(
138
+ h && /* @__PURE__ */ v(
141
139
  "label",
142
140
  {
143
- className: `${e.label} ${a === "large" ? e.label_large : ""} ${a === "extraLarge" ? e.label_extraLarge : ""} ${i ? e.label_inverted : ""} ${r.disabled ? e.disabled : ""}`,
141
+ className: `${e.label} ${a === "large" ? e.label_large : ""} ${a === "extraLarge" ? e.label_extraLarge : ""} ${i ? e.label_inverted : ""} ${n.disabled ? e.disabled : ""}`,
144
142
  children: [
145
- d,
146
- /* @__PURE__ */ l(
143
+ h,
144
+ /* @__PURE__ */ r(
147
145
  "span",
148
146
  {
149
147
  className: `${e.required} ${i ? e.required_inverted : ""}`,
@@ -156,7 +154,7 @@ const F = (a, d, s = !1) => {
156
154
  /* @__PURE__ */ v(
157
155
  "div",
158
156
  {
159
- className: `${e.inputWrapper} ${r.disabled ? e.disabled : ""}`,
157
+ className: `${e.inputWrapper} ${n.disabled ? e.disabled : ""}`,
160
158
  children: [
161
159
  /* @__PURE__ */ v(
162
160
  "div",
@@ -164,73 +162,73 @@ const F = (a, d, s = !1) => {
164
162
  className: M,
165
163
  ref: C,
166
164
  style: {
167
- ...r.style,
165
+ ...n.style,
168
166
  ...N && { borderColor: N }
169
167
  },
170
168
  children: [
171
- (g || u) && /* @__PURE__ */ v("div", { className: e.prefixIcon, children: [
172
- g && /* @__PURE__ */ l("span", { className: e.prefix, children: g }),
173
- u && !f && /* @__PURE__ */ l(
169
+ (g || d) && /* @__PURE__ */ v("div", { className: e.prefixIcon, children: [
170
+ g && /* @__PURE__ */ r("span", { className: e.prefix, children: g }),
171
+ d && !u && /* @__PURE__ */ r(
174
172
  "div",
175
173
  {
176
174
  className: `${e.icon} ${i ? e.icon_inverted : ""} `,
177
- children: /* @__PURE__ */ l(_, { name: u, width: p, height: p })
175
+ children: /* @__PURE__ */ r(_, { name: d, width: p, height: p })
178
176
  }
179
177
  )
180
178
  ] }),
181
- H ? I && $ ? /* @__PURE__ */ l(
179
+ H ? I && $ ? /* @__PURE__ */ r(
182
180
  A,
183
181
  {
184
182
  className: L,
185
- value: r.value,
186
- placeholder: r.placeholder,
187
- style: r.style,
188
- disabled: r.disabled,
189
- onChange: r.onChange,
190
- onFocus: r.onFocus,
183
+ value: n.value,
184
+ placeholder: n.placeholder,
185
+ style: n.style,
186
+ disabled: n.disabled,
187
+ onChange: n.onChange,
188
+ onFocus: n.onFocus,
191
189
  renderVariable: $,
192
190
  multiline: w
193
191
  }
194
- ) : /* @__PURE__ */ l(
192
+ ) : /* @__PURE__ */ r(
195
193
  "textarea",
196
194
  {
197
195
  className: L,
198
- onChange: K,
199
- onKeyDown: V,
200
- ...r
196
+ onChange: V,
197
+ onKeyDown: j,
198
+ ...n
201
199
  }
202
- ) : I && $ ? /* @__PURE__ */ l(
200
+ ) : I && $ ? /* @__PURE__ */ r(
203
201
  A,
204
202
  {
205
203
  className: O,
206
- value: r.value,
207
- placeholder: r.placeholder,
208
- disabled: r.disabled,
209
- onChange: r.onChange,
210
- onFocus: r.onFocus,
204
+ value: n.value,
205
+ placeholder: n.placeholder,
206
+ disabled: n.disabled,
207
+ onChange: n.onChange,
208
+ onFocus: n.onFocus,
211
209
  renderVariable: $,
212
210
  multiline: w
213
211
  }
214
- ) : /* @__PURE__ */ l(
212
+ ) : /* @__PURE__ */ r(
215
213
  "input",
216
214
  {
217
215
  className: D,
218
216
  type: b ? t ? "text" : "password" : m,
219
- ...r
217
+ ...n
220
218
  }
221
219
  )
222
220
  ]
223
221
  }
224
222
  ),
225
- b && /* @__PURE__ */ l(
223
+ b && /* @__PURE__ */ r(
226
224
  "button",
227
225
  {
228
226
  type: "button",
229
227
  className: `${e.passwordToggle} ${i ? e.passwordToggle_inverted : ""}`,
230
228
  onClick: q,
231
- disabled: r.disabled,
229
+ disabled: n.disabled,
232
230
  "aria-label": t ? "Ocultar contraseña" : "Mostrar contraseña",
233
- children: /* @__PURE__ */ l(
231
+ children: /* @__PURE__ */ r(
234
232
  _,
235
233
  {
236
234
  name: t ? "VisibilityOff" : "Visibility",
@@ -240,11 +238,11 @@ const F = (a, d, s = !1) => {
240
238
  )
241
239
  }
242
240
  ),
243
- f && /* @__PURE__ */ l(
241
+ u && /* @__PURE__ */ r(
244
242
  "div",
245
243
  {
246
244
  className: `${e.dateIcon} ${i ? e.dateIcon_inverted : ""} ${s ? e.dateIcon_error : ""} ${s && i ? e.dateIcon_inverted_error : ""}`,
247
- children: /* @__PURE__ */ l(
245
+ children: /* @__PURE__ */ r(
248
246
  _,
249
247
  {
250
248
  name: "CalendarIcon",
@@ -257,8 +255,8 @@ const F = (a, d, s = !1) => {
257
255
  ]
258
256
  }
259
257
  ),
260
- s && /* @__PURE__ */ l(W, { size: a, message: s }),
261
- o && !s && /* @__PURE__ */ l(X, { message: o, size: a, inverted: i })
258
+ s && /* @__PURE__ */ r(W, { size: a, message: s }),
259
+ o && !s && /* @__PURE__ */ r(X, { message: o, size: a, inverted: i })
262
260
  ]
263
261
  }
264
262
  );
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { I as p } from "../index-BOmAuX4m.js";
2
+ import { I as p } from "../index-B_NPvO62.js";
3
3
  const m = ({
4
4
  name: o,
5
5
  width: c = 20,
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgRedirect: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgRedirect;
@@ -0,0 +1,39 @@
1
+ import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
+ const h = (a) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...a,
11
+ children: [
12
+ /* @__PURE__ */ e(
13
+ "mask",
14
+ {
15
+ id: "redirect_svg__a",
16
+ width: 20,
17
+ height: 20,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h20v20H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ e("g", { mask: "url(#redirect_svg__a)", children: /* @__PURE__ */ e(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M4.56 17.17q-.719-.001-1.224-.506a1.67 1.67 0 0 1-.505-1.224V4.56q0-.72.505-1.224a1.67 1.67 0 0 1 1.224-.505h4.576q.363 0 .614.249a.83.83 0 0 1 .25.61.84.84 0 0 1-.25.616.83.83 0 0 1-.614.254H4.56v10.88h10.88v-4.575q0-.364.25-.615a.83.83 0 0 1 .61-.25q.363 0 .616.25a.83.83 0 0 1 .254.615v4.575q0 .72-.506 1.224a1.67 1.67 0 0 1-1.223.505zM15.44 5.776l-6.627 6.627a.78.78 0 0 1-.596.252.87.87 0 0 1-.595-.277.84.84 0 0 1-.264-.609q0-.344.264-.608l6.602-6.602h-1.359a.84.84 0 0 1-.614-.25.83.83 0 0 1-.25-.61q0-.363.25-.616a.83.83 0 0 1 .614-.253h3.44q.364 0 .614.25t.25.614v3.44a.84.84 0 0 1-.248.615.83.83 0 0 1-.611.25.84.84 0 0 1-.616-.25.83.83 0 0 1-.253-.615z"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
37
+ export {
38
+ h as default
39
+ };
@@ -120,6 +120,7 @@ export { default as PriceChange } from './PriceChange';
120
120
  export { default as ProductIcon } from './ProductIcon';
121
121
  export { default as ProveedorMedico } from './ProveedorMedico';
122
122
  export { default as Public } from './Public';
123
+ export { default as Redirect } from './Redirect';
123
124
  export { default as ReembolsosIcon } from './ReembolsosIcon';
124
125
  export { default as Reenviar } from './Reenviar';
125
126
  export { default as Refresh } from './Refresh';
@@ -9,7 +9,7 @@ import { default as C } from "./Internacional.js";
9
9
  import { default as I } from "./Laboratory.js";
10
10
  import { default as D } from "./RepDominicana.js";
11
11
  import { default as P } from "./AccountBalance.js";
12
- import { default as R } from "./AccountCircle.js";
12
+ import { default as g } from "./AccountCircle.js";
13
13
  import { default as S } from "./Add.js";
14
14
  import { default as y } from "./AddAPhoto.js";
15
15
  import { default as M } from "./AddIcon.js";
@@ -35,7 +35,7 @@ import { default as co } from "./CalendarIcon.js";
35
35
  import { default as Ao } from "./Call.js";
36
36
  import { default as ho } from "./CancelIcon.js";
37
37
  import { default as wo } from "./Certificado.js";
38
- import { default as go } from "./ChatBubble.js";
38
+ import { default as Ro } from "./ChatBubble.js";
39
39
  import { default as bo } from "./CheckIcon.js";
40
40
  import { default as Fo } from "./Checkbook.js";
41
41
  import { default as Bo } from "./ChevronLeft.js";
@@ -62,7 +62,7 @@ import { default as ce } from "./DeniedIcon.js";
62
62
  import { default as Ae } from "./Diagnosis.js";
63
63
  import { default as he } from "./Diners.js";
64
64
  import { default as we } from "./DinersRounded.js";
65
- import { default as ge } from "./Discover.js";
65
+ import { default as Re } from "./Discover.js";
66
66
  import { default as be } from "./DiscoverRounded.js";
67
67
  import { default as Fe } from "./Distance.js";
68
68
  import { default as Be } from "./Documentos.js";
@@ -89,7 +89,7 @@ import { default as cr } from "./Info.js";
89
89
  import { default as Ar } from "./InfoFinanciera.js";
90
90
  import { default as hr } from "./KeyboardArrowDown.js";
91
91
  import { default as wr } from "./KeyboardArrowUp.js";
92
- import { default as gr } from "./LocationOn.js";
92
+ import { default as Rr } from "./LocationOn.js";
93
93
  import { default as br } from "./LocationSearching.js";
94
94
  import { default as Fr } from "./LockIcon.js";
95
95
  import { default as Br } from "./LogOut.js";
@@ -116,44 +116,45 @@ import { default as ca } from "./PetSupplies.js";
116
116
  import { default as Aa } from "./PhotoLibrary.js";
117
117
  import { default as ha } from "./Planet.js";
118
118
  import { default as wa } from "./PolizaIcon.js";
119
- import { default as ga } from "./PriceChange.js";
119
+ import { default as Ra } from "./PriceChange.js";
120
120
  import { default as ba } from "./ProductIcon.js";
121
121
  import { default as Fa } from "./ProveedorMedico.js";
122
122
  import { default as Ba } from "./Public.js";
123
- import { default as ka } from "./ReembolsosIcon.js";
124
- import { default as va } from "./Reenviar.js";
125
- import { default as Ua } from "./Refresh.js";
126
- import { default as Ha } from "./Renovaciones.js";
127
- import { default as Wa } from "./Replay.js";
128
- import { default as za } from "./Reply.js";
129
- import { default as Ta } from "./RestoreFromTrash.js";
130
- import { default as Ga } from "./SearchIcon.js";
131
- import { default as Ja } from "./Send.js";
132
- import { default as Xa } from "./Share.js";
133
- import { default as Za } from "./ShieldWithHeart.js";
134
- import { default as $a } from "./SmallFamily.js";
135
- import { default as et } from "./Smartphone.js";
136
- import { default as at } from "./SortArrowsAsc.js";
137
- import { default as ft } from "./SortArrowsDefault.js";
138
- import { default as dt } from "./SortArrowsDesc.js";
139
- import { default as pt } from "./StepBlocked.js";
140
- import { default as mt } from "./StepDone.js";
141
- import { default as nt } from "./StepInProgress.js";
142
- import { default as ct } from "./StepPending.js";
143
- import { default as At } from "./Tutoriales.js";
144
- import { default as ht } from "./UnfoldMore.js";
145
- import { default as wt } from "./Upload.js";
146
- import { default as gt } from "./VerifiedUser.js";
147
- import { default as bt } from "./Visa.js";
148
- import { default as Ft } from "./VisaRounded.js";
149
- import { default as Bt } from "./Visibility.js";
150
- import { default as kt } from "./VisibilityOff.js";
151
- import { default as vt } from "./Warning.js";
152
- import { default as Ut } from "./WeightIcon.js";
153
- import { default as Ht } from "./Whatsapp.js";
123
+ import { default as ka } from "./Redirect.js";
124
+ import { default as va } from "./ReembolsosIcon.js";
125
+ import { default as Ua } from "./Reenviar.js";
126
+ import { default as Ha } from "./Refresh.js";
127
+ import { default as Wa } from "./Renovaciones.js";
128
+ import { default as za } from "./Replay.js";
129
+ import { default as Ta } from "./Reply.js";
130
+ import { default as Ga } from "./RestoreFromTrash.js";
131
+ import { default as Ja } from "./SearchIcon.js";
132
+ import { default as Xa } from "./Send.js";
133
+ import { default as Za } from "./Share.js";
134
+ import { default as $a } from "./ShieldWithHeart.js";
135
+ import { default as et } from "./SmallFamily.js";
136
+ import { default as at } from "./Smartphone.js";
137
+ import { default as ft } from "./SortArrowsAsc.js";
138
+ import { default as dt } from "./SortArrowsDefault.js";
139
+ import { default as pt } from "./SortArrowsDesc.js";
140
+ import { default as mt } from "./StepBlocked.js";
141
+ import { default as nt } from "./StepDone.js";
142
+ import { default as ct } from "./StepInProgress.js";
143
+ import { default as At } from "./StepPending.js";
144
+ import { default as ht } from "./Tutoriales.js";
145
+ import { default as wt } from "./UnfoldMore.js";
146
+ import { default as Rt } from "./Upload.js";
147
+ import { default as bt } from "./VerifiedUser.js";
148
+ import { default as Ft } from "./Visa.js";
149
+ import { default as Bt } from "./VisaRounded.js";
150
+ import { default as kt } from "./Visibility.js";
151
+ import { default as vt } from "./VisibilityOff.js";
152
+ import { default as Ut } from "./Warning.js";
153
+ import { default as Ht } from "./WeightIcon.js";
154
+ import { default as Wt } from "./Whatsapp.js";
154
155
  export {
155
156
  P as AccountBalance,
156
- R as AccountCircle,
157
+ g as AccountCircle,
157
158
  S as Add,
158
159
  y as AddAPhoto,
159
160
  M as AddIcon,
@@ -182,7 +183,7 @@ export {
182
183
  Ao as Call,
183
184
  ho as CancelIcon,
184
185
  wo as Certificado,
185
- go as ChatBubble,
186
+ Ro as ChatBubble,
186
187
  bo as CheckIcon,
187
188
  Fo as Checkbook,
188
189
  Bo as ChevronLeft,
@@ -211,7 +212,7 @@ export {
211
212
  Ae as Diagnosis,
212
213
  he as Diners,
213
214
  we as DinersRounded,
214
- ge as Discover,
215
+ Re as Discover,
215
216
  be as DiscoverRounded,
216
217
  Fe as Distance,
217
218
  Be as Documentos,
@@ -242,7 +243,7 @@ export {
242
243
  hr as KeyboardArrowDown,
243
244
  wr as KeyboardArrowUp,
244
245
  I as Laboratory,
245
- gr as LocationOn,
246
+ Rr as LocationOn,
246
247
  br as LocationSearching,
247
248
  Fr as LockIcon,
248
249
  Br as LogOut,
@@ -269,40 +270,41 @@ export {
269
270
  Aa as PhotoLibrary,
270
271
  ha as Planet,
271
272
  wa as PolizaIcon,
272
- ga as PriceChange,
273
+ Ra as PriceChange,
273
274
  ba as ProductIcon,
274
275
  Fa as ProveedorMedico,
275
276
  Ba as Public,
276
- ka as ReembolsosIcon,
277
- va as Reenviar,
278
- Ua as Refresh,
279
- Ha as Renovaciones,
277
+ ka as Redirect,
278
+ va as ReembolsosIcon,
279
+ Ua as Reenviar,
280
+ Ha as Refresh,
281
+ Wa as Renovaciones,
280
282
  D as RepDominicana,
281
- Wa as Replay,
282
- za as Reply,
283
- Ta as RestoreFromTrash,
284
- Ga as SearchIcon,
285
- Ja as Send,
286
- Xa as Share,
287
- Za as ShieldWithHeart,
288
- $a as SmallFamily,
289
- et as Smartphone,
290
- at as SortArrowsAsc,
291
- ft as SortArrowsDefault,
292
- dt as SortArrowsDesc,
293
- pt as StepBlocked,
294
- mt as StepDone,
295
- nt as StepInProgress,
296
- ct as StepPending,
297
- At as Tutoriales,
298
- ht as UnfoldMore,
299
- wt as Upload,
300
- gt as VerifiedUser,
301
- bt as Visa,
302
- Ft as VisaRounded,
303
- Bt as Visibility,
304
- kt as VisibilityOff,
305
- vt as Warning,
306
- Ut as WeightIcon,
307
- Ht as Whatsapp
283
+ za as Replay,
284
+ Ta as Reply,
285
+ Ga as RestoreFromTrash,
286
+ Ja as SearchIcon,
287
+ Xa as Send,
288
+ Za as Share,
289
+ $a as ShieldWithHeart,
290
+ et as SmallFamily,
291
+ at as Smartphone,
292
+ ft as SortArrowsAsc,
293
+ dt as SortArrowsDefault,
294
+ pt as SortArrowsDesc,
295
+ mt as StepBlocked,
296
+ nt as StepDone,
297
+ ct as StepInProgress,
298
+ At as StepPending,
299
+ ht as Tutoriales,
300
+ wt as UnfoldMore,
301
+ Rt as Upload,
302
+ bt as VerifiedUser,
303
+ Ft as Visa,
304
+ Bt as VisaRounded,
305
+ kt as Visibility,
306
+ vt as VisibilityOff,
307
+ Ut as Warning,
308
+ Ht as WeightIcon,
309
+ Wt as Whatsapp
308
310
  };
@@ -160,6 +160,7 @@ export { default as ProductIcon } from './components/ProductIcon';
160
160
  export { default as ProveedorMedico } from './components/ProveedorMedico';
161
161
  export { default as Public } from './components/Public';
162
162
  export { default as Pulmones } from './components/Pulmones';
163
+ export { default as Redirect } from './components/Redirect';
163
164
  export { default as ReembolsosIcon } from './components/ReembolsosIcon';
164
165
  export { default as Reenviar } from './components/Reenviar';
165
166
  export { default as Refresh } from './components/Refresh';
@@ -160,49 +160,50 @@ import { default as Xt } from "./components/ProductIcon.js";
160
160
  import { default as Zt } from "./components/ProveedorMedico.js";
161
161
  import { default as $t } from "./components/Public.js";
162
162
  import { default as ef } from "./components/Pulmones.js";
163
- import { default as af } from "./components/ReembolsosIcon.js";
164
- import { default as ff } from "./components/Reenviar.js";
165
- import { default as df } from "./components/Refresh.js";
166
- import { default as uf } from "./components/Renovaciones.js";
167
- import { default as mf } from "./components/RepDominicana.js";
168
- import { default as nf } from "./components/Replay.js";
169
- import { default as Af } from "./components/Reply.js";
170
- import { default as If } from "./components/RestoreFromTrash.js";
171
- import { default as wf } from "./components/Riñones.js";
172
- import { default as Df } from "./components/Save.js";
173
- import { default as Rf } from "./components/Schedule.js";
174
- import { default as bf } from "./components/SearchIcon.js";
175
- import { default as Mf } from "./components/Send.js";
176
- import { default as Bf } from "./components/Settings.js";
177
- import { default as vf } from "./components/Share.js";
178
- import { default as Hf } from "./components/ShieldWithHeart.js";
179
- import { default as Tf } from "./components/SmallFamily.js";
180
- import { default as Vf } from "./components/Smartphone.js";
181
- import { default as Wf } from "./components/SortArrowsAsc.js";
182
- import { default as Nf } from "./components/SortArrowsDefault.js";
183
- import { default as Kf } from "./components/SortArrowsDesc.js";
184
- import { default as qf } from "./components/StepBlocked.js";
185
- import { default as Qf } from "./components/StepDone.js";
186
- import { default as Yf } from "./components/StepInProgress.js";
187
- import { default as _f } from "./components/StepPending.js";
188
- import { default as os } from "./components/Stethoscope.js";
189
- import { default as rs } from "./components/Swich.js";
190
- import { default as ts } from "./components/TrendingDown.js";
191
- import { default as ss } from "./components/TrendingUp.js";
192
- import { default as ls } from "./components/Tutoriales.js";
193
- import { default as ps } from "./components/UnfoldMore.js";
194
- import { default as xs } from "./components/Upload.js";
195
- import { default as is } from "./components/UserGroup.js";
196
- import { default as As } from "./components/VerifiedUser.js";
197
- import { default as Is } from "./components/Virus.js";
198
- import { default as ws } from "./components/Visa.js";
199
- import { default as Ds } from "./components/VisaRounded.js";
200
- import { default as Rs } from "./components/Visibility.js";
201
- import { default as bs } from "./components/VisibilityOff.js";
202
- import { default as Ms } from "./components/Warning.js";
203
- import { default as Bs } from "./components/WavingHand.js";
204
- import { default as vs } from "./components/WeightIcon.js";
205
- import { default as Hs } from "./components/Whatsapp.js";
163
+ import { default as af } from "./components/Redirect.js";
164
+ import { default as ff } from "./components/ReembolsosIcon.js";
165
+ import { default as df } from "./components/Reenviar.js";
166
+ import { default as uf } from "./components/Refresh.js";
167
+ import { default as mf } from "./components/Renovaciones.js";
168
+ import { default as nf } from "./components/RepDominicana.js";
169
+ import { default as Af } from "./components/Replay.js";
170
+ import { default as If } from "./components/Reply.js";
171
+ import { default as wf } from "./components/RestoreFromTrash.js";
172
+ import { default as Df } from "./components/Riñones.js";
173
+ import { default as Rf } from "./components/Save.js";
174
+ import { default as bf } from "./components/Schedule.js";
175
+ import { default as Mf } from "./components/SearchIcon.js";
176
+ import { default as Bf } from "./components/Send.js";
177
+ import { default as vf } from "./components/Settings.js";
178
+ import { default as Hf } from "./components/Share.js";
179
+ import { default as Tf } from "./components/ShieldWithHeart.js";
180
+ import { default as Vf } from "./components/SmallFamily.js";
181
+ import { default as Wf } from "./components/Smartphone.js";
182
+ import { default as Nf } from "./components/SortArrowsAsc.js";
183
+ import { default as Kf } from "./components/SortArrowsDefault.js";
184
+ import { default as qf } from "./components/SortArrowsDesc.js";
185
+ import { default as Qf } from "./components/StepBlocked.js";
186
+ import { default as Yf } from "./components/StepDone.js";
187
+ import { default as _f } from "./components/StepInProgress.js";
188
+ import { default as os } from "./components/StepPending.js";
189
+ import { default as rs } from "./components/Stethoscope.js";
190
+ import { default as ts } from "./components/Swich.js";
191
+ import { default as ss } from "./components/TrendingDown.js";
192
+ import { default as ls } from "./components/TrendingUp.js";
193
+ import { default as ps } from "./components/Tutoriales.js";
194
+ import { default as xs } from "./components/UnfoldMore.js";
195
+ import { default as is } from "./components/Upload.js";
196
+ import { default as As } from "./components/UserGroup.js";
197
+ import { default as Is } from "./components/VerifiedUser.js";
198
+ import { default as ws } from "./components/Virus.js";
199
+ import { default as Ds } from "./components/Visa.js";
200
+ import { default as Rs } from "./components/VisaRounded.js";
201
+ import { default as bs } from "./components/Visibility.js";
202
+ import { default as Ms } from "./components/VisibilityOff.js";
203
+ import { default as Bs } from "./components/Warning.js";
204
+ import { default as vs } from "./components/WavingHand.js";
205
+ import { default as Hs } from "./components/WeightIcon.js";
206
+ import { default as Ts } from "./components/Whatsapp.js";
206
207
  export {
207
208
  r as AccountBalance,
208
209
  t as AccountCircle,
@@ -366,47 +367,48 @@ export {
366
367
  Zt as ProveedorMedico,
367
368
  $t as Public,
368
369
  ef as Pulmones,
369
- af as ReembolsosIcon,
370
- ff as Reenviar,
371
- df as Refresh,
372
- uf as Renovaciones,
373
- mf as RepDominicana,
374
- nf as Replay,
375
- Af as Reply,
376
- If as RestoreFromTrash,
377
- wf as Riñones,
378
- Df as Save,
379
- Rf as Schedule,
380
- bf as SearchIcon,
381
- Mf as Send,
382
- Bf as Settings,
383
- vf as Share,
384
- Hf as ShieldWithHeart,
385
- Tf as SmallFamily,
386
- Vf as Smartphone,
387
- Wf as SortArrowsAsc,
388
- Nf as SortArrowsDefault,
389
- Kf as SortArrowsDesc,
390
- qf as StepBlocked,
391
- Qf as StepDone,
392
- Yf as StepInProgress,
393
- _f as StepPending,
394
- os as Stethoscope,
395
- rs as Swich,
396
- ts as TrendingDown,
397
- ss as TrendingUp,
398
- ls as Tutoriales,
399
- ps as UnfoldMore,
400
- xs as Upload,
401
- is as UserGroup,
402
- As as VerifiedUser,
403
- Is as Virus,
404
- ws as Visa,
405
- Ds as VisaRounded,
406
- Rs as Visibility,
407
- bs as VisibilityOff,
408
- Ms as Warning,
409
- Bs as WavingHand,
410
- vs as WeightIcon,
411
- Hs as Whatsapp
370
+ af as Redirect,
371
+ ff as ReembolsosIcon,
372
+ df as Reenviar,
373
+ uf as Refresh,
374
+ mf as Renovaciones,
375
+ nf as RepDominicana,
376
+ Af as Replay,
377
+ If as Reply,
378
+ wf as RestoreFromTrash,
379
+ Df as Riñones,
380
+ Rf as Save,
381
+ bf as Schedule,
382
+ Mf as SearchIcon,
383
+ Bf as Send,
384
+ vf as Settings,
385
+ Hf as Share,
386
+ Tf as ShieldWithHeart,
387
+ Vf as SmallFamily,
388
+ Wf as Smartphone,
389
+ Nf as SortArrowsAsc,
390
+ Kf as SortArrowsDefault,
391
+ qf as SortArrowsDesc,
392
+ Qf as StepBlocked,
393
+ Yf as StepDone,
394
+ _f as StepInProgress,
395
+ os as StepPending,
396
+ rs as Stethoscope,
397
+ ts as Swich,
398
+ ss as TrendingDown,
399
+ ls as TrendingUp,
400
+ ps as Tutoriales,
401
+ xs as UnfoldMore,
402
+ is as Upload,
403
+ As as UserGroup,
404
+ Is as VerifiedUser,
405
+ ws as Virus,
406
+ Ds as Visa,
407
+ Rs as VisaRounded,
408
+ bs as Visibility,
409
+ Ms as VisibilityOff,
410
+ Bs as Warning,
411
+ vs as WavingHand,
412
+ Hs as WeightIcon,
413
+ Ts as Whatsapp
412
414
  };
@@ -160,50 +160,51 @@ import Yr from "./icons/components/ProductIcon.js";
160
160
  import Zr from "./icons/components/ProveedorMedico.js";
161
161
  import $r from "./icons/components/Public.js";
162
162
  import om from "./icons/components/Pulmones.js";
163
- import rm from "./icons/components/ReembolsosIcon.js";
164
- import mm from "./icons/components/Reenviar.js";
165
- import im from "./icons/components/Refresh.js";
166
- import em from "./icons/components/Renovaciones.js";
167
- import tm from "./icons/components/RepDominicana.js";
168
- import pm from "./icons/components/Replay.js";
169
- import nm from "./icons/components/Reply.js";
170
- import gm from "./icons/components/RestoreFromTrash.js";
171
- import am from "./icons/components/Riñones.js";
172
- import Sm from "./icons/components/Save.js";
173
- import fm from "./icons/components/Schedule.js";
174
- import vm from "./icons/components/SearchIcon.js";
175
- import cm from "./icons/components/Send.js";
176
- import sm from "./icons/components/Settings.js";
177
- import dm from "./icons/components/Share.js";
178
- import lm from "./icons/components/ShieldWithHeart.js";
179
- import Am from "./icons/components/SmallFamily.js";
180
- import Cm from "./icons/components/Smartphone.js";
181
- import um from "./icons/components/SortArrowsAsc.js";
182
- import Im from "./icons/components/SortArrowsDefault.js";
183
- import hm from "./icons/components/SortArrowsDesc.js";
184
- import wm from "./icons/components/StepBlocked.js";
185
- import Dm from "./icons/components/StepDone.js";
186
- import Pm from "./icons/components/StepInProgress.js";
187
- import Rm from "./icons/components/StepPending.js";
188
- import bm from "./icons/components/Stethoscope.js";
189
- import Mm from "./icons/components/Swich.js";
190
- import Fm from "./icons/components/TrendingDown.js";
191
- import km from "./icons/components/TrendingUp.js";
192
- import ym from "./icons/components/Tutoriales.js";
193
- import Bm from "./icons/components/UnfoldMore.js";
194
- import Lm from "./icons/components/Upload.js";
195
- import Hm from "./icons/components/UserGroup.js";
196
- import Em from "./icons/components/VerifiedUser.js";
197
- import Tm from "./icons/components/Virus.js";
198
- import Om from "./icons/components/Visa.js";
199
- import Um from "./icons/components/VisaRounded.js";
200
- import Vm from "./icons/components/Visibility.js";
201
- import Wm from "./icons/components/VisibilityOff.js";
202
- import xm from "./icons/components/Warning.js";
203
- import Gm from "./icons/components/WavingHand.js";
204
- import Nm from "./icons/components/WeightIcon.js";
205
- import zm from "./icons/components/Whatsapp.js";
206
- const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
163
+ import rm from "./icons/components/Redirect.js";
164
+ import mm from "./icons/components/ReembolsosIcon.js";
165
+ import im from "./icons/components/Reenviar.js";
166
+ import em from "./icons/components/Refresh.js";
167
+ import tm from "./icons/components/Renovaciones.js";
168
+ import pm from "./icons/components/RepDominicana.js";
169
+ import nm from "./icons/components/Replay.js";
170
+ import gm from "./icons/components/Reply.js";
171
+ import am from "./icons/components/RestoreFromTrash.js";
172
+ import Sm from "./icons/components/Riñones.js";
173
+ import fm from "./icons/components/Save.js";
174
+ import vm from "./icons/components/Schedule.js";
175
+ import cm from "./icons/components/SearchIcon.js";
176
+ import sm from "./icons/components/Send.js";
177
+ import dm from "./icons/components/Settings.js";
178
+ import lm from "./icons/components/Share.js";
179
+ import Am from "./icons/components/ShieldWithHeart.js";
180
+ import Cm from "./icons/components/SmallFamily.js";
181
+ import um from "./icons/components/Smartphone.js";
182
+ import Im from "./icons/components/SortArrowsAsc.js";
183
+ import hm from "./icons/components/SortArrowsDefault.js";
184
+ import wm from "./icons/components/SortArrowsDesc.js";
185
+ import Dm from "./icons/components/StepBlocked.js";
186
+ import Pm from "./icons/components/StepDone.js";
187
+ import Rm from "./icons/components/StepInProgress.js";
188
+ import bm from "./icons/components/StepPending.js";
189
+ import Mm from "./icons/components/Stethoscope.js";
190
+ import Fm from "./icons/components/Swich.js";
191
+ import km from "./icons/components/TrendingDown.js";
192
+ import ym from "./icons/components/TrendingUp.js";
193
+ import Bm from "./icons/components/Tutoriales.js";
194
+ import Lm from "./icons/components/UnfoldMore.js";
195
+ import Hm from "./icons/components/Upload.js";
196
+ import Em from "./icons/components/UserGroup.js";
197
+ import Tm from "./icons/components/VerifiedUser.js";
198
+ import Om from "./icons/components/Virus.js";
199
+ import Um from "./icons/components/Visa.js";
200
+ import Vm from "./icons/components/VisaRounded.js";
201
+ import Wm from "./icons/components/Visibility.js";
202
+ import xm from "./icons/components/VisibilityOff.js";
203
+ import Gm from "./icons/components/Warning.js";
204
+ import Nm from "./icons/components/WavingHand.js";
205
+ import zm from "./icons/components/WeightIcon.js";
206
+ import jm from "./icons/components/Whatsapp.js";
207
+ const Tp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
207
208
  __proto__: null,
208
209
  AccountBalance: o,
209
210
  AccountCircle: r,
@@ -367,50 +368,51 @@ const Hp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
367
368
  ProveedorMedico: Zr,
368
369
  Public: $r,
369
370
  Pulmones: om,
370
- ReembolsosIcon: rm,
371
- Reenviar: mm,
372
- Refresh: im,
373
- Renovaciones: em,
374
- RepDominicana: tm,
375
- Replay: pm,
376
- Reply: nm,
377
- RestoreFromTrash: gm,
378
- Riñones: am,
379
- Save: Sm,
380
- Schedule: fm,
381
- SearchIcon: vm,
382
- Send: cm,
383
- Settings: sm,
384
- Share: dm,
385
- ShieldWithHeart: lm,
386
- SmallFamily: Am,
387
- Smartphone: Cm,
388
- SortArrowsAsc: um,
389
- SortArrowsDefault: Im,
390
- SortArrowsDesc: hm,
391
- StepBlocked: wm,
392
- StepDone: Dm,
393
- StepInProgress: Pm,
394
- StepPending: Rm,
395
- Stethoscope: bm,
396
- Swich: Mm,
397
- TrendingDown: Fm,
398
- TrendingUp: km,
399
- Tutoriales: ym,
400
- UnfoldMore: Bm,
401
- Upload: Lm,
402
- UserGroup: Hm,
403
- VerifiedUser: Em,
404
- Virus: Tm,
405
- Visa: Om,
406
- VisaRounded: Um,
407
- Visibility: Vm,
408
- VisibilityOff: Wm,
409
- Warning: xm,
410
- WavingHand: Gm,
411
- WeightIcon: Nm,
412
- Whatsapp: zm
371
+ Redirect: rm,
372
+ ReembolsosIcon: mm,
373
+ Reenviar: im,
374
+ Refresh: em,
375
+ Renovaciones: tm,
376
+ RepDominicana: pm,
377
+ Replay: nm,
378
+ Reply: gm,
379
+ RestoreFromTrash: am,
380
+ Riñones: Sm,
381
+ Save: fm,
382
+ Schedule: vm,
383
+ SearchIcon: cm,
384
+ Send: sm,
385
+ Settings: dm,
386
+ Share: lm,
387
+ ShieldWithHeart: Am,
388
+ SmallFamily: Cm,
389
+ Smartphone: um,
390
+ SortArrowsAsc: Im,
391
+ SortArrowsDefault: hm,
392
+ SortArrowsDesc: wm,
393
+ StepBlocked: Dm,
394
+ StepDone: Pm,
395
+ StepInProgress: Rm,
396
+ StepPending: bm,
397
+ Stethoscope: Mm,
398
+ Swich: Fm,
399
+ TrendingDown: km,
400
+ TrendingUp: ym,
401
+ Tutoriales: Bm,
402
+ UnfoldMore: Lm,
403
+ Upload: Hm,
404
+ UserGroup: Em,
405
+ VerifiedUser: Tm,
406
+ Virus: Om,
407
+ Visa: Um,
408
+ VisaRounded: Vm,
409
+ Visibility: Wm,
410
+ VisibilityOff: xm,
411
+ Warning: Gm,
412
+ WavingHand: Nm,
413
+ WeightIcon: zm,
414
+ Whatsapp: jm
413
415
  }, Symbol.toStringTag, { value: "Module" }));
414
416
  export {
415
- Hp as I
417
+ Tp as I
416
418
  };
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.7.0",
4
+ "version": "2.7.2",
5
5
  "author": "BMI Ahorro España",
6
6
  "contributors": [
7
7
  "José Ramón Jiménez <jrjimenez@bmicos.com>",