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.
- package/dist/Input.module-7cfiMD0m.js +88 -0
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/Select.css +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.js +37 -36
- package/dist/components/Input/Checkbox/Checkbox.d.ts +2 -1
- package/dist/components/Input/Checkbox/Checkbox.js +104 -84
- package/dist/components/Input/Input.d.ts +3 -2
- package/dist/components/Input/Input.js +105 -68
- package/dist/components/Input/RadioButton/RadioButton.d.ts +2 -1
- package/dist/components/Input/RadioButton/RadioButton.js +102 -92
- package/dist/components/Select/Select.d.ts +2 -1
- package/dist/components/Select/Select.js +170 -153
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/PriceChange.d.ts +3 -0
- package/dist/icons/components/PriceChange.js +22 -0
- package/dist/icons/components/index.d.ts +1 -0
- package/dist/icons/components/index.js +60 -58
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +66 -64
- package/dist/{index-cO2IT2I5.js → index-D2qcqwKe.js} +60 -58
- package/package.json +1 -1
- package/dist/Input.module-DEnV7xlj.js +0 -78
|
@@ -1,182 +1,199 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as O, useRef as
|
|
3
|
-
import { Icon as
|
|
4
|
-
import '../../assets/Select.css';const
|
|
5
|
-
selectContainer:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
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:
|
|
58
|
-
icon:
|
|
59
|
-
className:
|
|
60
|
-
required:
|
|
61
|
-
placeholder:
|
|
62
|
-
options:
|
|
63
|
-
value:
|
|
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:
|
|
68
|
-
showPlaceholderIcon:
|
|
69
|
-
|
|
75
|
+
dynamicIcon: M = !1,
|
|
76
|
+
showPlaceholderIcon: f = !1,
|
|
77
|
+
btc: C = !1,
|
|
78
|
+
...q
|
|
70
79
|
}) => {
|
|
71
|
-
const [
|
|
72
|
-
|
|
80
|
+
const [s, p] = O(!1), w = V(null), c = b.find((o) => o.value === v);
|
|
81
|
+
W(() => {
|
|
73
82
|
const o = (I) => {
|
|
74
|
-
|
|
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
|
|
89
|
+
const N = [
|
|
81
90
|
e.select,
|
|
82
|
-
e
|
|
91
|
+
C && e.btc,
|
|
92
|
+
e[l],
|
|
83
93
|
a ? e.error : "",
|
|
84
94
|
_ ? e.disabled : "",
|
|
85
|
-
|
|
95
|
+
s ? e.open : "",
|
|
86
96
|
r ? e.inverted : "",
|
|
87
|
-
|
|
88
|
-
].filter(Boolean).join(" "), i =
|
|
89
|
-
_ ||
|
|
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
|
-
|
|
101
|
+
u && u(o), p(!1);
|
|
92
102
|
};
|
|
93
|
-
return /* @__PURE__ */
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
{
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
{
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
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.
|
|
117
|
-
children: /* @__PURE__ */
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
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__ */
|
|
129
|
-
|
|
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
|
-
|
|
132
|
-
|
|
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
|
-
|
|
139
|
-
|
|
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
|
-
|
|
198
|
+
Be as Select
|
|
182
199
|
};
|
package/dist/icons/Icon.js
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 "./
|
|
82
|
-
import { default as ar } from "./
|
|
83
|
-
import { default as fr } from "./
|
|
84
|
-
import { default as sr } from "./
|
|
85
|
-
import { default as ur } from "./
|
|
86
|
-
import { default as mr } from "./
|
|
87
|
-
import { default as nr } from "./
|
|
88
|
-
import { default as cr } from "./
|
|
89
|
-
import { default as Cr } from "./
|
|
90
|
-
import { default as
|
|
91
|
-
import { default as Dr } from "./
|
|
92
|
-
import { default as Rr } from "./
|
|
93
|
-
import { default as yr } from "./
|
|
94
|
-
import { default as Mr } from "./
|
|
95
|
-
import { default as
|
|
96
|
-
import { default as Vr } from "./
|
|
97
|
-
import { default as Lr } from "./
|
|
98
|
-
import { default as Br } from "./
|
|
99
|
-
import { default as Hr } from "./
|
|
100
|
-
import { default as Or } from "./
|
|
101
|
-
import { default as Wr } from "./
|
|
102
|
-
import { default as jr } from "./
|
|
103
|
-
import { default as qr } from "./
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
186
|
-
ar as
|
|
187
|
-
fr as
|
|
188
|
-
sr as
|
|
189
|
-
ur as
|
|
190
|
-
mr as
|
|
191
|
-
nr as
|
|
192
|
-
cr as
|
|
193
|
-
Cr as
|
|
194
|
-
|
|
195
|
-
Dr as
|
|
196
|
-
Rr as
|
|
197
|
-
yr as
|
|
198
|
-
Mr as
|
|
199
|
-
|
|
200
|
-
Vr as
|
|
201
|
-
Lr as
|
|
202
|
-
Br as
|
|
203
|
-
Hr as
|
|
204
|
-
Or as
|
|
205
|
-
Wr as
|
|
206
|
-
jr as
|
|
207
|
-
qr as
|
|
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
|
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -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';
|