bmi-next-brokers 1.2.5 → 1.2.7

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,182 +1,199 @@
1
- import { jsxs as t, jsx as l } from "react/jsx-runtime";
2
- import { useState as O, useRef as L, useEffect as V } from "react";
3
- import { Icon as h } from "../../icons/Icon.js";
4
- import '../../assets/Select.css';const W = "_selectContainer_o3e7b_1", j = "_label_o3e7b_7", E = "_label_large_o3e7b_15", R = "_label_disabled_o3e7b_20", y = "_selectWrapper_o3e7b_24", A = "_select_o3e7b_1", B = "_open_o3e7b_59", D = "_disabled_o3e7b_63", F = "_placeholder_o3e7b_71", G = "_selectValue_o3e7b_75", H = "_chevron_o3e7b_84", J = "_chevronOpen_o3e7b_89", K = "_small_o3e7b_94", P = "_medium_o3e7b_99", Q = "_large_o3e7b_104", U = "_error_o3e7b_110", X = "_errorShake_o3e7b_1", Y = "_errorMessage_o3e7b_140", Z = "_errorMessageSlide_o3e7b_1", z = "_errorMessage_small_o3e7b_149", ee = "_errorMessage_medium_o3e7b_153", re = "_errorMessage_large_o3e7b_157", _e = "_errorMessage_inverted_o3e7b_161", oe = "_helperText_o3e7b_165", le = "_helperText_small_o3e7b_172", ne = "_helperText_medium_o3e7b_176", se = "_helperText_large_o3e7b_180", te = "_helperText_disabled_o3e7b_185", ae = "_iconLabel_o3e7b_189", de = "_icon_o3e7b_189", ie = "_icon_disabled_o3e7b_205", ce = "_required_o3e7b_210", be = "_required_inverted_o3e7b_215", pe = "_required_disabled_o3e7b_219", he = "_required_inverted_disabled_o3e7b_223", me = "_dropdown_o3e7b_228", ve = "_option_o3e7b_242", ue = "_optionSelected_o3e7b_295", ge = "_optionIcon_o3e7b_300", $e = "_inverted_o3e7b_307", xe = "_label_inverted_o3e7b_329", Te = "_helperText_inverted_o3e7b_333", Me = "_icon_inverted_o3e7b_337", fe = "_dropdown_inverted_o3e7b_341", qe = "_option_inverted_o3e7b_346", we = "_label_inverted_disabled_o3e7b_437", Ne = "_helperText_inverted_disabled_o3e7b_441", Se = "_icon_inverted_disabled_o3e7b_445", e = {
5
- selectContainer: W,
6
- label: j,
7
- label_large: E,
8
- label_disabled: R,
9
- selectWrapper: y,
10
- select: A,
11
- open: B,
12
- disabled: D,
13
- placeholder: F,
14
- selectValue: G,
15
- chevron: H,
16
- chevronOpen: J,
1
+ import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
+ import { useState as O, useRef as V, useEffect as W } from "react";
3
+ import { Icon as g } from "../../icons/Icon.js";
4
+ import '../../assets/Select.css';const j = "_selectContainer_1o6wc_3", E = "_selectContainer_medium_1o6wc_9", R = "_selectContainer_large_1o6wc_13", y = "_selectContainer_extraLarge_1o6wc_14", A = "_label_1o6wc_18", B = "_label_large_1o6wc_26", D = "_label_extraLarge_1o6wc_27", F = "_label_disabled_1o6wc_31", G = "_selectWrapper_1o6wc_35", H = "_select_1o6wc_3", J = "_medium_1o6wc_57", K = "_small_1o6wc_58", P = "_btc_1o6wc_76", Q = "_open_1o6wc_87", U = "_disabled_1o6wc_91", X = "_placeholder_1o6wc_99", Y = "_selectValue_1o6wc_103", Z = "_chevron_1o6wc_112", z = "_chevronOpen_1o6wc_117", ee = "_large_1o6wc_134", re = "_extraLarge_1o6wc_140", _e = "_error_1o6wc_147", oe = "_errorShake_1o6wc_1", le = "_errorMessage_1o6wc_187", te = "_errorMessageSlide_1o6wc_1", ce = "_errorMessage_medium_1o6wc_195", ne = "_errorMessage_small_1o6wc_196", ae = "_errorMessage_large_1o6wc_200", se = "_errorMessage_extraLarge_1o6wc_201", ie = "_errorMessage_inverted_1o6wc_205", de = "_helperText_1o6wc_209", pe = "_helperText_medium_1o6wc_215", we = "_helperText_small_1o6wc_216", ge = "_helperText_large_1o6wc_220", me = "_helperText_extraLarge_1o6wc_221", he = "_helperText_disabled_1o6wc_225", be = "_iconLabel_1o6wc_229", ve = "_icon_1o6wc_229", ue = "_icon_disabled_1o6wc_245", xe = "_required_1o6wc_250", $e = "_required_inverted_1o6wc_255", Te = "_required_disabled_1o6wc_259", Le = "_required_inverted_disabled_1o6wc_263", Me = "_dropdown_1o6wc_268", fe = "_option_1o6wc_282", Ce = "_optionSelected_1o6wc_326", qe = "_optionIcon_1o6wc_345", Ne = "_inverted_1o6wc_352", Se = "_label_inverted_1o6wc_370", ke = "_helperText_inverted_1o6wc_374", Ie = "_icon_inverted_1o6wc_378", Oe = "_dropdown_inverted_1o6wc_382", Ve = "_option_inverted_1o6wc_387", We = "_label_inverted_disabled_1o6wc_477", je = "_helperText_inverted_disabled_1o6wc_481", Ee = "_icon_inverted_disabled_1o6wc_485", e = {
5
+ selectContainer: j,
6
+ selectContainer_medium: E,
7
+ selectContainer_large: R,
8
+ selectContainer_extraLarge: y,
9
+ label: A,
10
+ label_large: B,
11
+ label_extraLarge: D,
12
+ label_disabled: F,
13
+ selectWrapper: G,
14
+ select: H,
15
+ medium: J,
17
16
  small: K,
18
- medium: P,
19
- large: Q,
20
- error: U,
21
- errorShake: X,
22
- errorMessage: Y,
23
- errorMessageSlide: Z,
24
- errorMessage_small: z,
25
- errorMessage_medium: ee,
26
- errorMessage_large: re,
27
- errorMessage_inverted: _e,
28
- helperText: oe,
29
- helperText_small: le,
30
- helperText_medium: ne,
31
- helperText_large: se,
32
- helperText_disabled: te,
33
- iconLabel: ae,
34
- icon: de,
35
- icon_disabled: ie,
36
- required: ce,
37
- required_inverted: be,
38
- required_disabled: pe,
39
- required_inverted_disabled: he,
40
- dropdown: me,
41
- option: ve,
42
- optionSelected: ue,
43
- optionIcon: ge,
44
- inverted: $e,
45
- label_inverted: xe,
46
- helperText_inverted: Te,
47
- icon_inverted: Me,
48
- dropdown_inverted: fe,
49
- option_inverted: qe,
50
- label_inverted_disabled: we,
51
- helperText_inverted_disabled: Ne,
52
- icon_inverted_disabled: Se
53
- }, Oe = ({
54
- size: s = "medium",
17
+ btc: P,
18
+ open: Q,
19
+ disabled: U,
20
+ placeholder: X,
21
+ selectValue: Y,
22
+ chevron: Z,
23
+ chevronOpen: z,
24
+ large: ee,
25
+ extraLarge: re,
26
+ error: _e,
27
+ errorShake: oe,
28
+ errorMessage: le,
29
+ errorMessageSlide: te,
30
+ errorMessage_medium: ce,
31
+ errorMessage_small: ne,
32
+ errorMessage_large: ae,
33
+ errorMessage_extraLarge: se,
34
+ errorMessage_inverted: ie,
35
+ helperText: de,
36
+ helperText_medium: pe,
37
+ helperText_small: we,
38
+ helperText_large: ge,
39
+ helperText_extraLarge: me,
40
+ helperText_disabled: he,
41
+ iconLabel: be,
42
+ icon: ve,
43
+ icon_disabled: ue,
44
+ required: xe,
45
+ required_inverted: $e,
46
+ required_disabled: Te,
47
+ required_inverted_disabled: Le,
48
+ dropdown: Me,
49
+ option: fe,
50
+ optionSelected: Ce,
51
+ optionIcon: qe,
52
+ inverted: Ne,
53
+ label_inverted: Se,
54
+ helperText_inverted: ke,
55
+ icon_inverted: Ie,
56
+ dropdown_inverted: Oe,
57
+ option_inverted: Ve,
58
+ label_inverted_disabled: We,
59
+ helperText_inverted_disabled: je,
60
+ icon_inverted_disabled: Ee
61
+ }, Be = ({
62
+ size: l = "medium",
55
63
  label: m,
56
64
  error: a,
57
- helperText: v,
58
- icon: c,
59
- className: T,
60
- required: M,
61
- placeholder: f = "Seleccionar...",
62
- options: u = [],
63
- value: g,
64
- onChange: $,
65
+ helperText: h,
66
+ icon: d,
67
+ className: $,
68
+ required: T,
69
+ placeholder: L = "Seleccionar...",
70
+ options: b = [],
71
+ value: v,
72
+ onChange: u,
65
73
  disabled: _ = !1,
66
74
  inverted: r = !1,
67
- dynamicIcon: q = !1,
68
- showPlaceholderIcon: w = !1,
69
- ...N
75
+ dynamicIcon: M = !1,
76
+ showPlaceholderIcon: f = !1,
77
+ btc: C = !1,
78
+ ...q
70
79
  }) => {
71
- const [d, b] = O(!1), p = L(null), n = u.find((o) => o.value === g);
72
- V(() => {
80
+ const [s, p] = O(!1), w = V(null), c = b.find((o) => o.value === v);
81
+ W(() => {
73
82
  const o = (I) => {
74
- p.current && !p.current.contains(I.target) && b(!1);
83
+ w.current && !w.current.contains(I.target) && p(!1);
75
84
  };
76
85
  return document.addEventListener("mousedown", o), () => {
77
86
  document.removeEventListener("mousedown", o);
78
87
  };
79
88
  }, []);
80
- const S = [
89
+ const N = [
81
90
  e.select,
82
- e[s],
91
+ C && e.btc,
92
+ e[l],
83
93
  a ? e.error : "",
84
94
  _ ? e.disabled : "",
85
- d ? e.open : "",
95
+ s ? e.open : "",
86
96
  r ? e.inverted : "",
87
- T
88
- ].filter(Boolean).join(" "), i = s === "small" ? 16 : s === "large" ? 20 : 18, x = q && (n != null && n.icon) ? n.icon : c, C = () => {
89
- _ || b(!d);
97
+ $
98
+ ].filter(Boolean).join(" "), i = l === "small" ? 16 : l === "large" ? 20 : l === "extraLarge" ? 24 : 18, x = M && (c != null && c.icon) ? c.icon : d, S = () => {
99
+ _ || p(!s);
90
100
  }, k = (o) => {
91
- $ && $(o), b(!1);
101
+ u && u(o), p(!1);
92
102
  };
93
- return /* @__PURE__ */ t("div", { className: e.selectContainer, ...N, children: [
94
- m && /* @__PURE__ */ t(
95
- "label",
96
- {
97
- className: `${e.label} ${s === "large" ? e.label_large : ""} ${_ && !r ? e.label_disabled : ""} ${r && !_ ? e.label_inverted : ""} ${r && _ ? e.label_inverted_disabled : ""}`,
98
- children: [
99
- m,
100
- /* @__PURE__ */ l(
101
- "span",
102
- {
103
- className: `${e.required} ${_ && !r ? e.required_disabled : ""} ${r && !_ ? e.required_inverted : ""} ${r && _ ? e.required_inverted_disabled : ""}`,
104
- children: M && "*"
105
- }
106
- )
107
- ]
108
- }
109
- ),
110
- /* @__PURE__ */ t("div", { className: e.selectWrapper, ref: p, children: [
111
- /* @__PURE__ */ t("div", { className: S, onClick: C, children: [
112
- /* @__PURE__ */ t("div", { className: e.iconLabel, children: [
113
- x && w && /* @__PURE__ */ l(
103
+ return /* @__PURE__ */ n(
104
+ "div",
105
+ {
106
+ className: `${e.selectContainer} ${l === "medium" ? e.selectContainer_medium : l === "large" ? e.selectContainer_large : l === "extraLarge" ? e.selectContainer_extraLarge : ""}`,
107
+ ...q,
108
+ children: [
109
+ m && /* @__PURE__ */ n(
110
+ "label",
111
+ {
112
+ className: `${e.label} ${l === "large" ? e.label_large : ""} ${l === "extraLarge" ? e.label_extraLarge : ""} ${_ && !r ? e.label_disabled : ""} ${r && !_ ? e.label_inverted : ""} ${r && _ ? e.label_inverted_disabled : ""}`,
113
+ children: [
114
+ m,
115
+ /* @__PURE__ */ t(
116
+ "span",
117
+ {
118
+ className: `${e.required} ${_ && !r ? e.required_disabled : ""} ${r && !_ ? e.required_inverted : ""} ${r && _ ? e.required_inverted_disabled : ""}`,
119
+ children: T && "*"
120
+ }
121
+ )
122
+ ]
123
+ }
124
+ ),
125
+ /* @__PURE__ */ n("div", { className: e.selectWrapper, ref: w, children: [
126
+ /* @__PURE__ */ n("div", { className: N, onClick: S, children: [
127
+ /* @__PURE__ */ n("div", { className: e.iconLabel, children: [
128
+ x && f && /* @__PURE__ */ t(
129
+ "div",
130
+ {
131
+ className: `${e.icon} ${_ && !r ? e.icon_disabled : ""} ${r && !_ ? e.icon_inverted : ""} ${r && _ ? e.icon_inverted_disabled : ""}`,
132
+ children: /* @__PURE__ */ t(g, { name: x, width: i, height: i })
133
+ }
134
+ ),
135
+ /* @__PURE__ */ t(
136
+ "span",
137
+ {
138
+ className: `${e.selectValue} ${c ? "" : e.placeholder}`,
139
+ children: c ? c.label : L
140
+ }
141
+ )
142
+ ] }),
143
+ /* @__PURE__ */ t(
144
+ g,
145
+ {
146
+ name: "ArrowDown",
147
+ width: 16,
148
+ height: 16,
149
+ className: `${e.chevron} ${s ? e.chevronOpen : ""}`
150
+ }
151
+ )
152
+ ] }),
153
+ s && !_ && /* @__PURE__ */ t(
114
154
  "div",
115
155
  {
116
- className: `${e.icon} ${_ && !r ? e.icon_disabled : ""} ${r && !_ ? e.icon_inverted : ""} ${r && _ ? e.icon_inverted_disabled : ""}`,
117
- children: /* @__PURE__ */ l(h, { name: x, width: i, height: i })
118
- }
119
- ),
120
- /* @__PURE__ */ l(
121
- "span",
122
- {
123
- className: `${e.selectValue} ${n ? "" : e.placeholder}`,
124
- children: n ? n.label : f
156
+ className: `${e.dropdown} ${r ? e.dropdown_inverted : ""}`,
157
+ children: b.map((o) => /* @__PURE__ */ n(
158
+ "div",
159
+ {
160
+ className: `${e.option} ${v === o.value ? e.optionSelected : ""} ${r ? e.option_inverted : ""}`,
161
+ onClick: () => k(o.value),
162
+ children: [
163
+ (o.icon || d) && /* @__PURE__ */ t("div", { className: e.optionIcon, children: /* @__PURE__ */ t(
164
+ g,
165
+ {
166
+ name: o.icon || d,
167
+ width: i,
168
+ height: i
169
+ }
170
+ ) }),
171
+ o.label
172
+ ]
173
+ },
174
+ o.value
175
+ ))
125
176
  }
126
177
  )
127
178
  ] }),
128
- /* @__PURE__ */ l(
129
- h,
179
+ a && /* @__PURE__ */ t(
180
+ "span",
181
+ {
182
+ className: `${e.errorMessage} ${e[`errorMessage_${l}`]} ${r ? e.errorMessage_inverted : ""}`,
183
+ children: a
184
+ }
185
+ ),
186
+ h && !a && /* @__PURE__ */ t(
187
+ "span",
130
188
  {
131
- name: "ArrowDown",
132
- width: 16,
133
- height: 16,
134
- className: `${e.chevron} ${d ? e.chevronOpen : ""}`
189
+ className: `${e.helperText} ${e[`helperText_${l}`]} ${_ && !r ? e.helperText_disabled : ""} ${r && !_ ? e.helperText_inverted : ""} ${r && _ ? e.helperText_inverted_disabled : ""}`,
190
+ children: h
135
191
  }
136
192
  )
137
- ] }),
138
- d && !_ && /* @__PURE__ */ l(
139
- "div",
140
- {
141
- className: `${e.dropdown} ${r ? e.dropdown_inverted : ""}`,
142
- children: u.map((o) => /* @__PURE__ */ t(
143
- "div",
144
- {
145
- className: `${e.option} ${g === o.value ? e.optionSelected : ""} ${r ? e.option_inverted : ""}`,
146
- onClick: () => k(o.value),
147
- children: [
148
- (o.icon || c) && /* @__PURE__ */ l("div", { className: e.optionIcon, children: /* @__PURE__ */ l(
149
- h,
150
- {
151
- name: o.icon || c,
152
- width: i,
153
- height: i
154
- }
155
- ) }),
156
- o.label
157
- ]
158
- },
159
- o.value
160
- ))
161
- }
162
- )
163
- ] }),
164
- a && /* @__PURE__ */ l(
165
- "span",
166
- {
167
- className: `${e.errorMessage} ${e[`errorMessage_${s}`]} ${r ? e.errorMessage_inverted : ""}`,
168
- children: a
169
- }
170
- ),
171
- v && !a && /* @__PURE__ */ l(
172
- "span",
173
- {
174
- className: `${e.helperText} ${e[`helperText_${s}`]} ${_ && !r ? e.helperText_disabled : ""} ${r && !_ ? e.helperText_inverted : ""} ${r && _ ? e.helperText_inverted_disabled : ""}`,
175
- children: v
176
- }
177
- )
178
- ] });
193
+ ]
194
+ }
195
+ );
179
196
  };
180
197
  export {
181
- Oe as Select
198
+ Be as Select
182
199
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { I as l } from "../index-cO2IT2I5.js";
2
+ import { I as l } from "../index-D2qcqwKe.js";
3
3
  const u = ({
4
4
  name: o,
5
5
  width: n = 20,
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgPriceChange: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPriceChange;
@@ -0,0 +1,22 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ const e = (q) => /* @__PURE__ */ t(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 81 61",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...q,
11
+ children: /* @__PURE__ */ t(
12
+ "path",
13
+ {
14
+ fill: "currentColor",
15
+ d: "M8.473 60.46q-3.52 0-5.996-2.478Q0 55.505 0 51.982V8.445q0-3.522 2.477-5.983T8.473 0h63.114q3.52 0 5.996 2.478 2.477 2.477 2.477 5.999v43.539q0 3.522-2.477 5.983t-5.996 2.46zm0-8.473h63.114V8.473H8.473zM32.68 37.58H19.205q-1.562 0-2.618 1.05-1.057 1.05-1.057 2.603t1.057 2.625 2.618 1.072h4.9v1.225q0 1.562 1.05 2.618 1.05 1.057 2.604 1.057 1.553 0 2.624-1.057t1.072-2.618V44.93h3.675q2.082 0 3.491-1.409t1.409-3.491v-8.575q0-2.082-1.409-3.491t-3.491-1.41H22.88V22.88h13.475q1.562 0 2.618-1.05 1.057-1.05 1.057-2.604 0-1.553-1.057-2.624t-2.618-1.072h-4.9v-1.225q0-1.562-1.05-2.618-1.05-1.057-2.604-1.057-1.553 0-2.624 1.056t-1.072 2.619v1.225H20.43q-2.082 0-3.491 1.409t-1.41 3.49v8.576q0 2.082 1.41 3.491t3.49 1.409h12.25zm25.21 6.64 4.865-4.865q.584-.584.242-1.179t-1.077-.596h-9.48q-.735 0-1.077.596-.342.595.242 1.18l4.864 4.863q.304.356.707.356.404 0 .714-.356m-5.45-21.34h9.48q.735 0 1.077-.596.342-.595-.242-1.18L57.89 16.24q-.303-.355-.706-.355t-.715.355l-4.864 4.865q-.584.584-.242 1.179t1.077.596"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ e as default
22
+ };
@@ -78,6 +78,7 @@ export { default as PersonCancel } from './PersonCancel';
78
78
  export { default as PhotoLibrary } from './PhotoLibrary';
79
79
  export { default as Planet } from './Planet';
80
80
  export { default as PolizaIcon } from './PolizaIcon';
81
+ export { default as PriceChange } from './PriceChange';
81
82
  export { default as ProductIcon } from './ProductIcon';
82
83
  export { default as Public } from './Public';
83
84
  export { default as ReembolsosIcon } from './ReembolsosIcon';
@@ -6,12 +6,12 @@ import { default as p } from "./AddIcon.js";
6
6
  import { default as x } from "./AlertIcon.js";
7
7
  import { default as i } from "./AmericanExpress.js";
8
8
  import { default as I } from "./AmericanExpressRounded.js";
9
- import { default as A } from "./Apnfd.js";
9
+ import { default as h } from "./Apnfd.js";
10
10
  import { default as b } from "./Approve.js";
11
11
  import { default as P } from "./ArrowBack.js";
12
12
  import { default as w } from "./ArrowsOutward.js";
13
13
  import { default as F } from "./AttachFile.js";
14
- import { default as k } from "./BusinessCenter.js";
14
+ import { default as g } from "./BusinessCenter.js";
15
15
  import { default as S } from "./CalendarIcon.js";
16
16
  import { default as v } from "./Call.js";
17
17
  import { default as U } from "./CancelIcon.js";
@@ -33,12 +33,12 @@ import { default as mo } from "./DashboardIcon.js";
33
33
  import { default as no } from "./Delete.js";
34
34
  import { default as co } from "./DeniedIcon.js";
35
35
  import { default as Co } from "./Diners.js";
36
- import { default as ho } from "./DinersRounded.js";
36
+ import { default as Ao } from "./DinersRounded.js";
37
37
  import { default as Do } from "./Discover.js";
38
38
  import { default as Ro } from "./DiscoverRounded.js";
39
39
  import { default as yo } from "./Distance.js";
40
40
  import { default as Mo } from "./Documentos.js";
41
- import { default as go } from "./DownloadIcon.js";
41
+ import { default as ko } from "./DownloadIcon.js";
42
42
  import { default as Vo } from "./EditIcon.js";
43
43
  import { default as Lo } from "./FallbackCardRounded.js";
44
44
  import { default as Bo } from "./Female.js";
@@ -60,12 +60,12 @@ import { default as me } from "./LocationSearching.js";
60
60
  import { default as ne } from "./LockIcon.js";
61
61
  import { default as ce } from "./MailIcon.js";
62
62
  import { default as Ce } from "./Male.js";
63
- import { default as he } from "./MasAcciones.js";
63
+ import { default as Ae } from "./MasAcciones.js";
64
64
  import { default as De } from "./Mastercard.js";
65
65
  import { default as Re } from "./MastercardRounded.js";
66
66
  import { default as ye } from "./Medical.js";
67
67
  import { default as Me } from "./Menu.js";
68
- import { default as ge } from "./MoreVert.js";
68
+ import { default as ke } from "./MoreVert.js";
69
69
  import { default as Ve } from "./NextIcon.js";
70
70
  import { default as Le } from "./Notes.js";
71
71
  import { default as Be } from "./Notifications.js";
@@ -78,29 +78,30 @@ import { default as Je } from "./PersonCancel.js";
78
78
  import { default as Xe } from "./PhotoLibrary.js";
79
79
  import { default as Ze } from "./Planet.js";
80
80
  import { default as $e } from "./PolizaIcon.js";
81
- import { default as er } from "./ProductIcon.js";
82
- import { default as ar } from "./Public.js";
83
- import { default as fr } from "./ReembolsosIcon.js";
84
- import { default as sr } from "./Refresh.js";
85
- import { default as ur } from "./Renovaciones.js";
86
- import { default as mr } from "./Replay.js";
87
- import { default as nr } from "./Reply.js";
88
- import { default as cr } from "./SearchIcon.js";
89
- import { default as Cr } from "./Send.js";
90
- import { default as hr } from "./Share.js";
91
- import { default as Dr } from "./SmallFamily.js";
92
- import { default as Rr } from "./Smartphone.js";
93
- import { default as yr } from "./Tutoriales.js";
94
- import { default as Mr } from "./UnfoldMore.js";
95
- import { default as gr } from "./Upload.js";
96
- import { default as Vr } from "./VerifiedUser.js";
97
- import { default as Lr } from "./Visa.js";
98
- import { default as Br } from "./VisaRounded.js";
99
- import { default as Hr } from "./Visibility.js";
100
- import { default as Or } from "./VisibilityOff.js";
101
- import { default as Wr } from "./Warning.js";
102
- import { default as jr } from "./WeightIcon.js";
103
- import { default as qr } from "./Whatsapp.js";
81
+ import { default as er } from "./PriceChange.js";
82
+ import { default as ar } from "./ProductIcon.js";
83
+ import { default as fr } from "./Public.js";
84
+ import { default as sr } from "./ReembolsosIcon.js";
85
+ import { default as ur } from "./Refresh.js";
86
+ import { default as mr } from "./Renovaciones.js";
87
+ import { default as nr } from "./Replay.js";
88
+ import { default as cr } from "./Reply.js";
89
+ import { default as Cr } from "./SearchIcon.js";
90
+ import { default as Ar } from "./Send.js";
91
+ import { default as Dr } from "./Share.js";
92
+ import { default as Rr } from "./SmallFamily.js";
93
+ import { default as yr } from "./Smartphone.js";
94
+ import { default as Mr } from "./Tutoriales.js";
95
+ import { default as kr } from "./UnfoldMore.js";
96
+ import { default as Vr } from "./Upload.js";
97
+ import { default as Lr } from "./VerifiedUser.js";
98
+ import { default as Br } from "./Visa.js";
99
+ import { default as Hr } from "./VisaRounded.js";
100
+ import { default as Or } from "./Visibility.js";
101
+ import { default as Wr } from "./VisibilityOff.js";
102
+ import { default as jr } from "./Warning.js";
103
+ import { default as qr } from "./WeightIcon.js";
104
+ import { default as Jr } from "./Whatsapp.js";
104
105
  export {
105
106
  d as Add,
106
107
  l as AddAPhoto,
@@ -108,14 +109,14 @@ export {
108
109
  x as AlertIcon,
109
110
  i as AmericanExpress,
110
111
  I as AmericanExpressRounded,
111
- A as Apnfd,
112
+ h as Apnfd,
112
113
  b as Approve,
113
114
  P as ArrowBack,
114
115
  r as ArrowDown,
115
116
  t as ArrowUp,
116
117
  w as ArrowsOutward,
117
118
  F as AttachFile,
118
- k as BusinessCenter,
119
+ g as BusinessCenter,
119
120
  S as CalendarIcon,
120
121
  v as Call,
121
122
  U as CancelIcon,
@@ -137,12 +138,12 @@ export {
137
138
  no as Delete,
138
139
  co as DeniedIcon,
139
140
  Co as Diners,
140
- ho as DinersRounded,
141
+ Ao as DinersRounded,
141
142
  Do as Discover,
142
143
  Ro as DiscoverRounded,
143
144
  yo as Distance,
144
145
  Mo as Documentos,
145
- go as DownloadIcon,
146
+ ko as DownloadIcon,
146
147
  Vo as EditIcon,
147
148
  Lo as FallbackCardRounded,
148
149
  Bo as Female,
@@ -164,12 +165,12 @@ export {
164
165
  ne as LockIcon,
165
166
  ce as MailIcon,
166
167
  Ce as Male,
167
- he as MasAcciones,
168
+ Ae as MasAcciones,
168
169
  De as Mastercard,
169
170
  Re as MastercardRounded,
170
171
  ye as Medical,
171
172
  Me as Menu,
172
- ge as MoreVert,
173
+ ke as MoreVert,
173
174
  Ve as NextIcon,
174
175
  Le as Notes,
175
176
  Be as Notifications,
@@ -182,27 +183,28 @@ export {
182
183
  Xe as PhotoLibrary,
183
184
  Ze as Planet,
184
185
  $e as PolizaIcon,
185
- er as ProductIcon,
186
- ar as Public,
187
- fr as ReembolsosIcon,
188
- sr as Refresh,
189
- ur as Renovaciones,
190
- mr as Replay,
191
- nr as Reply,
192
- cr as SearchIcon,
193
- Cr as Send,
194
- hr as Share,
195
- Dr as SmallFamily,
196
- Rr as Smartphone,
197
- yr as Tutoriales,
198
- Mr as UnfoldMore,
199
- gr as Upload,
200
- Vr as VerifiedUser,
201
- Lr as Visa,
202
- Br as VisaRounded,
203
- Hr as Visibility,
204
- Or as VisibilityOff,
205
- Wr as Warning,
206
- jr as WeightIcon,
207
- qr as Whatsapp
186
+ er as PriceChange,
187
+ ar as ProductIcon,
188
+ fr as Public,
189
+ sr as ReembolsosIcon,
190
+ ur as Refresh,
191
+ mr as Renovaciones,
192
+ nr as Replay,
193
+ cr as Reply,
194
+ Cr as SearchIcon,
195
+ Ar as Send,
196
+ Dr as Share,
197
+ Rr as SmallFamily,
198
+ yr as Smartphone,
199
+ Mr as Tutoriales,
200
+ kr as UnfoldMore,
201
+ Vr as Upload,
202
+ Lr as VerifiedUser,
203
+ Br as Visa,
204
+ Hr as VisaRounded,
205
+ Or as Visibility,
206
+ Wr as VisibilityOff,
207
+ jr as Warning,
208
+ qr as WeightIcon,
209
+ Jr as Whatsapp
208
210
  };
@@ -90,6 +90,7 @@ export { default as PersonCancel } from './components/PersonCancel';
90
90
  export { default as PhotoLibrary } from './components/PhotoLibrary';
91
91
  export { default as Planet } from './components/Planet';
92
92
  export { default as PolizaIcon } from './components/PolizaIcon';
93
+ export { default as PriceChange } from './components/PriceChange';
93
94
  export { default as ProductIcon } from './components/ProductIcon';
94
95
  export { default as Public } from './components/Public';
95
96
  export { default as ReembolsosIcon } from './components/ReembolsosIcon';