bmi-next-brokers 2.7.7 → 2.7.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.
- package/dist/components/Select/Select.js +96 -99
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/Objective.d.ts +3 -0
- package/dist/icons/components/Objective.js +10 -0
- package/dist/icons/components/index.d.ts +1 -0
- package/dist/icons/components/index.js +192 -190
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +174 -172
- package/dist/{index-DsBYrs2_.js → index-DQ5G_9E5.js} +150 -148
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as p, jsx as l, Fragment as G } from "react/jsx-runtime";
|
|
2
2
|
import { useState as J, useRef as C, useEffect as K, useMemo as de } from "react";
|
|
3
|
-
import { createPortal as
|
|
3
|
+
import { createPortal as Te } from "react-dom";
|
|
4
4
|
import { s as e } from "../../Select.module-C2pwN-re.js";
|
|
5
|
-
import { Icon as
|
|
5
|
+
import { Icon as x } from "../../icons/Icon.js";
|
|
6
6
|
import { HelperText as We } from "../helperText/index.js";
|
|
7
7
|
import { FieldError as xe } from "../fieldError/index.js";
|
|
8
8
|
import { useIsMediaQuery as Pe } from "../../hooks/useMediaQuery.js";
|
|
@@ -13,26 +13,26 @@ import { useBTC as Me } from "../../hooks/btcContext/useBtcContext.js";
|
|
|
13
13
|
import { useDropdownPosition as Be } from "../../hooks/useDropdownPosition.js";
|
|
14
14
|
const nr = ({
|
|
15
15
|
size: c = "medium",
|
|
16
|
-
label:
|
|
16
|
+
label: P,
|
|
17
17
|
error: U,
|
|
18
|
-
helperText:
|
|
18
|
+
helperText: V,
|
|
19
19
|
icon: L,
|
|
20
20
|
className: ue,
|
|
21
21
|
required: me,
|
|
22
|
-
placeholder:
|
|
23
|
-
options:
|
|
22
|
+
placeholder: F = "Seleccionar...",
|
|
23
|
+
options: b = [],
|
|
24
24
|
value: f,
|
|
25
25
|
onChange: i,
|
|
26
|
-
onSearchInput:
|
|
26
|
+
onSearchInput: j,
|
|
27
27
|
disabled: v = !1,
|
|
28
28
|
inverted: g = !1,
|
|
29
29
|
dynamicIcon: he = !1,
|
|
30
30
|
showPlaceholderIcon: fe = !1,
|
|
31
31
|
btc: X,
|
|
32
|
-
columnHeaders:
|
|
32
|
+
columnHeaders: E,
|
|
33
33
|
searchable: pe = !1,
|
|
34
34
|
noSearchResult: Y = "No se encontraron resultados",
|
|
35
|
-
searchAndCheckbox:
|
|
35
|
+
searchAndCheckbox: Q = !1,
|
|
36
36
|
customBorderColor: Z,
|
|
37
37
|
responsive: ge = !1,
|
|
38
38
|
title: $e,
|
|
@@ -40,39 +40,39 @@ const nr = ({
|
|
|
40
40
|
highlightMatch: Ne = !1,
|
|
41
41
|
...Se
|
|
42
42
|
}) => {
|
|
43
|
-
const
|
|
43
|
+
const M = !!j, { btc: ve } = Me(), ye = X ?? ve, [a, y] = J(!1), [m, be] = J(""), s = pe || Q, $ = Q, B = C(null), Oe = C(null), R = C(null), z = C(null), I = C(null), [O, w] = J([]), De = a && !v, Ce = Pe(`(max-width: ${we}px)`), A = ge && Ce && !v;
|
|
44
44
|
K(() => {
|
|
45
45
|
if ($)
|
|
46
46
|
if (Array.isArray(f) && f.length > 0) {
|
|
47
|
-
const r =
|
|
48
|
-
w((
|
|
49
|
-
const u =
|
|
50
|
-
return u.length === r.length && r.every((S) => u.includes(S.value)) ?
|
|
51
|
-
}), (
|
|
47
|
+
const r = b.filter((t) => f.includes(t.value)), n = r.map((t) => t.value);
|
|
48
|
+
w((t) => {
|
|
49
|
+
const u = t.map((S) => S.value);
|
|
50
|
+
return u.length === r.length && r.every((S) => u.includes(S.value)) ? t : r;
|
|
51
|
+
}), (n.length !== f.length || !n.every((t) => f.includes(t))) && i && i(n);
|
|
52
52
|
} else
|
|
53
53
|
w((r) => r.length === 0 ? r : []);
|
|
54
54
|
else if (f) {
|
|
55
|
-
const r =
|
|
55
|
+
const r = b.find((n) => n.value === f);
|
|
56
56
|
r ? w(
|
|
57
|
-
(
|
|
58
|
-
) : (w((
|
|
57
|
+
(n) => n.length === 1 && n[0].value === r.value ? n : [r]
|
|
58
|
+
) : (w((n) => n.length === 0 ? n : []), i && i(""));
|
|
59
59
|
} else
|
|
60
60
|
w((r) => r.length === 0 ? r : []);
|
|
61
|
-
}, [f,
|
|
62
|
-
const
|
|
61
|
+
}, [f, b, $]);
|
|
62
|
+
const _ = O.map((r) => r.value), o = O[0] ?? null, N = (r) => typeof r == "string" ? r.normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/\s+/g, "").toLowerCase() : "", ee = C("");
|
|
63
63
|
K(() => {
|
|
64
64
|
if (!s) return;
|
|
65
|
-
const r = m.trim(),
|
|
65
|
+
const r = m.trim(), n = ee.current.trim();
|
|
66
66
|
if ($) {
|
|
67
67
|
if (r.length > 0) {
|
|
68
68
|
const d = O.filter(
|
|
69
69
|
(u) => N(u.label).includes(N(r))
|
|
70
|
-
),
|
|
71
|
-
d.length !== O.length && (w(d), i && i(
|
|
70
|
+
), t = d.map((u) => u.value);
|
|
71
|
+
d.length !== O.length && (w(d), i && i(t));
|
|
72
72
|
}
|
|
73
|
-
r === "" &&
|
|
73
|
+
r === "" && n.length > 0 && (w([]), i && i([]));
|
|
74
74
|
} else
|
|
75
|
-
o && r.length > 0 && !N(o.label).includes(N(r)) && (w([]), i && i("")), r === "" &&
|
|
75
|
+
o && r.length > 0 && !N(o.label).includes(N(r)) && (w([]), i && i("")), r === "" && n.length > 0 && (w([]), i && i(""));
|
|
76
76
|
ee.current = m;
|
|
77
77
|
}, [
|
|
78
78
|
m,
|
|
@@ -82,136 +82,133 @@ const nr = ({
|
|
|
82
82
|
s,
|
|
83
83
|
i
|
|
84
84
|
]);
|
|
85
|
-
const re = de(() => s ? a ? m : !$ && o ? o.label : $ &&
|
|
85
|
+
const re = de(() => s ? a ? m : !$ && o ? o.label : $ && _.length > 0 ? `${_.length} ${_.length === 1 ? "seleccionado" : "seleccionados"}` : "" : "", [
|
|
86
86
|
s,
|
|
87
87
|
a,
|
|
88
88
|
m,
|
|
89
89
|
o,
|
|
90
|
-
|
|
90
|
+
_,
|
|
91
91
|
$
|
|
92
|
-
]), te = (r) => O.some((
|
|
92
|
+
]), te = (r) => O.some((n) => n.value === r), T = de(() => !s || !m || M ? b : b.filter(
|
|
93
93
|
(r) => N(r.label).includes(N(m))
|
|
94
|
-
), [
|
|
94
|
+
), [b, m, s, M]), k = (() => {
|
|
95
95
|
if (U) return U;
|
|
96
|
-
if (s && m && m.trim().length > 0 &&
|
|
96
|
+
if (s && m && m.trim().length > 0 && T.length === 0 && !a && !f)
|
|
97
97
|
return Y;
|
|
98
98
|
})();
|
|
99
99
|
K(() => {
|
|
100
|
-
const r = (
|
|
101
|
-
|
|
100
|
+
const r = (n) => {
|
|
101
|
+
B.current && !B.current.contains(n.target) && R.current && !R.current.contains(n.target) && y(!1);
|
|
102
102
|
};
|
|
103
103
|
return document.addEventListener("mousedown", r), () => {
|
|
104
104
|
document.removeEventListener("mousedown", r);
|
|
105
105
|
};
|
|
106
|
-
}, [s,
|
|
106
|
+
}, [s, M, o]);
|
|
107
107
|
const Le = [
|
|
108
108
|
e.select,
|
|
109
|
-
|
|
109
|
+
ye && e.btc,
|
|
110
110
|
e[c],
|
|
111
|
-
|
|
111
|
+
k ? e.error : "",
|
|
112
112
|
v ? e.disabled : "",
|
|
113
113
|
a ? e.open : "",
|
|
114
114
|
g ? e.inverted : "",
|
|
115
115
|
ue
|
|
116
116
|
].filter(Boolean).join(" "), D = c === "small" ? 16 : c === "large" ? 20 : c === "extraLarge" ? 24 : 18, ne = he && (o != null && o.icon) && !(s && a) ? o.icon : L, Ie = () => {
|
|
117
117
|
var r;
|
|
118
|
-
v || (
|
|
119
|
-
}, q = (r,
|
|
118
|
+
v || (y(!a), s && !a && (se(), (r = I.current) == null || r.focus()));
|
|
119
|
+
}, q = (r, n = !0) => {
|
|
120
120
|
if (i)
|
|
121
121
|
if ($) {
|
|
122
122
|
const d = Array.isArray(f) ? f : [], u = d.includes(r) ? d.filter((h) => h !== r) : [...d, r];
|
|
123
123
|
i(u);
|
|
124
124
|
} else
|
|
125
|
-
i(r),
|
|
125
|
+
i(r), n && y(!1);
|
|
126
126
|
}, le = (r) => {
|
|
127
|
-
const
|
|
128
|
-
|
|
127
|
+
const n = r.target.value;
|
|
128
|
+
be(n), a || y(!0), j && j(n);
|
|
129
129
|
}, se = () => {
|
|
130
|
-
a ||
|
|
130
|
+
a || y(!0);
|
|
131
131
|
}, _e = (r) => {
|
|
132
|
-
A && (r.preventDefault(), r.stopPropagation()), s && (r.stopPropagation(), a || (
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
if (!Ne || !t.trim()) return r;
|
|
138
|
-
const d = N(r), n = N(t.trim());
|
|
139
|
-
if (!d.includes(n)) return r;
|
|
132
|
+
A && (r.preventDefault(), r.stopPropagation()), s && (r.stopPropagation(), a || (y(!0), I.current && (I.current.readOnly = !1, I.current.focus())));
|
|
133
|
+
}, H = (r, n) => {
|
|
134
|
+
if (!Ne || !n.trim()) return r;
|
|
135
|
+
const d = N(r), t = N(n.trim());
|
|
136
|
+
if (!d.includes(t)) return r;
|
|
140
137
|
const u = [], h = [];
|
|
141
|
-
for (let
|
|
142
|
-
const
|
|
143
|
-
for (let oe = 0; oe <
|
|
144
|
-
h.push(
|
|
138
|
+
for (let W = 0; W < r.length; W++) {
|
|
139
|
+
const Re = N(r[W]);
|
|
140
|
+
for (let oe = 0; oe < Re.length; oe++)
|
|
141
|
+
h.push(W);
|
|
145
142
|
}
|
|
146
|
-
const S = d.indexOf(
|
|
143
|
+
const S = d.indexOf(t), Qe = S + t.length - 1, ie = h[S], ae = h[Qe] + 1;
|
|
147
144
|
return u.push(r.slice(0, ie)), u.push(
|
|
148
145
|
/* @__PURE__ */ l("mark", { className: e.highlight, children: r.slice(ie, ae) }, "highlight")
|
|
149
146
|
), u.push(r.slice(ae)), /* @__PURE__ */ l(G, { children: u });
|
|
150
147
|
}, ke = Be({
|
|
151
148
|
isOpen: a,
|
|
152
149
|
containerRef: z,
|
|
153
|
-
dropdownRef:
|
|
150
|
+
dropdownRef: R,
|
|
154
151
|
size: c,
|
|
155
|
-
optionsLength:
|
|
156
|
-
label:
|
|
157
|
-
helperText:
|
|
158
|
-
displayError:
|
|
152
|
+
optionsLength: T.length,
|
|
153
|
+
label: P,
|
|
154
|
+
helperText: V,
|
|
155
|
+
displayError: k
|
|
159
156
|
}), ce = ({
|
|
160
157
|
insideDrawer: r = !1,
|
|
161
|
-
handleOptionClickProp:
|
|
158
|
+
handleOptionClickProp: n
|
|
162
159
|
}) => {
|
|
163
|
-
const d = (
|
|
164
|
-
|
|
160
|
+
const d = (t) => {
|
|
161
|
+
n ? n(t) : q(t);
|
|
165
162
|
};
|
|
166
|
-
return
|
|
163
|
+
return T.length > 0 ? T.map((t, u) => /* @__PURE__ */ p(
|
|
167
164
|
"div",
|
|
168
165
|
{
|
|
169
|
-
className: `${e.option} ${r ? e.isDrawer : ""} ${te(
|
|
166
|
+
className: `${e.option} ${r ? e.isDrawer : ""} ${te(t.value) ? e.optionSelected : ""} ${g ? e.option_inverted : ""} ${t.columns ? e.optionTable : ""} ${Q ? e.optionWithCheckbox : ""}`,
|
|
170
167
|
onClick: (h) => {
|
|
171
|
-
h.stopPropagation(), d(
|
|
168
|
+
h.stopPropagation(), d(t.value);
|
|
172
169
|
},
|
|
173
170
|
children: [
|
|
174
|
-
|
|
171
|
+
Q && /* @__PURE__ */ l(
|
|
175
172
|
"input",
|
|
176
173
|
{
|
|
177
174
|
type: "checkbox",
|
|
178
|
-
checked: te(
|
|
179
|
-
onChange: () => q(
|
|
175
|
+
checked: te(t.value),
|
|
176
|
+
onChange: () => q(t.value),
|
|
180
177
|
onClick: (h) => h.stopPropagation(),
|
|
181
178
|
className: e.optionCheckbox
|
|
182
179
|
}
|
|
183
180
|
),
|
|
184
|
-
|
|
181
|
+
t.columns ? /* @__PURE__ */ l(G, { children: E && Object.entries(E).map(([h, S]) => /* @__PURE__ */ p("div", { className: e.tableColumn, children: [
|
|
185
182
|
/* @__PURE__ */ l("div", { className: `${e.columnHeader} ${e[c]}`, children: S }),
|
|
186
183
|
/* @__PURE__ */ l("div", { className: `${e.columnValue} ${e[c]}`, children: H(
|
|
187
|
-
String(
|
|
184
|
+
String(t.columns[h] ?? ""),
|
|
188
185
|
m
|
|
189
186
|
) })
|
|
190
187
|
] }, h)) }) : (
|
|
191
188
|
//opción tiene descripción
|
|
192
|
-
|
|
193
|
-
(
|
|
194
|
-
|
|
189
|
+
t.description ? /* @__PURE__ */ p("div", { className: e.optionWithDescriptionWrapper, children: [
|
|
190
|
+
(t.icon || L) && /* @__PURE__ */ l(
|
|
191
|
+
x,
|
|
195
192
|
{
|
|
196
|
-
name:
|
|
193
|
+
name: t.icon || L,
|
|
197
194
|
width: D,
|
|
198
195
|
height: D
|
|
199
196
|
}
|
|
200
197
|
),
|
|
201
198
|
/* @__PURE__ */ p("div", { className: e.optionWithDescription, children: [
|
|
202
|
-
/* @__PURE__ */ l("span", { className: e.optionWithDescriptionLabel, children: H(
|
|
203
|
-
/* @__PURE__ */ l("span", { className: e.optionWithDescriptionValue, children:
|
|
199
|
+
/* @__PURE__ */ l("span", { className: e.optionWithDescriptionLabel, children: H(t.label, m) }),
|
|
200
|
+
/* @__PURE__ */ l("span", { className: e.optionWithDescriptionValue, children: t.description })
|
|
204
201
|
] })
|
|
205
202
|
] }) : /* @__PURE__ */ p(G, { children: [
|
|
206
|
-
(
|
|
207
|
-
|
|
203
|
+
(t.icon || L) && /* @__PURE__ */ l("div", { className: e.optionIcon, children: /* @__PURE__ */ l(
|
|
204
|
+
x,
|
|
208
205
|
{
|
|
209
|
-
name:
|
|
206
|
+
name: t.icon || L,
|
|
210
207
|
width: D,
|
|
211
208
|
height: D
|
|
212
209
|
}
|
|
213
210
|
) }),
|
|
214
|
-
/* @__PURE__ */ l("div", { style: { whiteSpace: "pre-line", lineHeight: 1.25 }, children: H(
|
|
211
|
+
/* @__PURE__ */ l("div", { style: { whiteSpace: "pre-line", lineHeight: 1.25 }, children: H(t.label, m) })
|
|
215
212
|
] })
|
|
216
213
|
)
|
|
217
214
|
]
|
|
@@ -219,18 +216,18 @@ const nr = ({
|
|
|
219
216
|
u
|
|
220
217
|
)) : /* @__PURE__ */ l("span", { className: e.noResults, children: Y });
|
|
221
218
|
}, Ee = () => {
|
|
222
|
-
const r = Fe(),
|
|
219
|
+
const r = Fe(), n = (d) => {
|
|
223
220
|
q(d, !1), $ || r();
|
|
224
221
|
};
|
|
225
222
|
return /* @__PURE__ */ l(
|
|
226
223
|
"div",
|
|
227
224
|
{
|
|
228
|
-
className: `${e.dropdown} ${e.isDrawer} ${e[c]} ${g ? e.dropdown_inverted : ""} ${
|
|
225
|
+
className: `${e.dropdown} ${e.isDrawer} ${e[c]} ${g ? e.dropdown_inverted : ""} ${E ? e.dropdownTable : ""} ${s ? e.dropdownSearchable : ""}`,
|
|
229
226
|
children: /* @__PURE__ */ l(
|
|
230
227
|
ce,
|
|
231
228
|
{
|
|
232
229
|
insideDrawer: !0,
|
|
233
|
-
handleOptionClickProp:
|
|
230
|
+
handleOptionClickProp: n
|
|
234
231
|
}
|
|
235
232
|
)
|
|
236
233
|
}
|
|
@@ -243,12 +240,12 @@ const nr = ({
|
|
|
243
240
|
className: `${e.selectContainer} ${c === "medium" ? e.selectContainer_medium : c === "large" ? e.selectContainer_large : c === "extraLarge" ? e.selectContainer_extraLarge : ""} ${v ? e.disabled : ""}`,
|
|
244
241
|
...Se,
|
|
245
242
|
children: [
|
|
246
|
-
|
|
243
|
+
P && /* @__PURE__ */ p(
|
|
247
244
|
"label",
|
|
248
245
|
{
|
|
249
246
|
className: `${e.label} ${c === "large" ? e.label_large : ""} ${c === "extraLarge" ? e.label_extraLarge : ""} ${g ? e.label_inverted : ""} ${v ? e.disabled : ""} `,
|
|
250
247
|
children: [
|
|
251
|
-
|
|
248
|
+
P,
|
|
252
249
|
/* @__PURE__ */ l(
|
|
253
250
|
"span",
|
|
254
251
|
{
|
|
@@ -265,7 +262,7 @@ const nr = ({
|
|
|
265
262
|
{
|
|
266
263
|
className: Le,
|
|
267
264
|
onClick: Ie,
|
|
268
|
-
ref:
|
|
265
|
+
ref: B,
|
|
269
266
|
style: Z ? { borderColor: Z } : void 0,
|
|
270
267
|
children: [
|
|
271
268
|
/* @__PURE__ */ p("div", { className: e.iconLabel, children: [
|
|
@@ -274,7 +271,7 @@ const nr = ({
|
|
|
274
271
|
{
|
|
275
272
|
className: `${e.icon} ${g ? e.icon_inverted : ""}`,
|
|
276
273
|
children: /* @__PURE__ */ l(
|
|
277
|
-
|
|
274
|
+
x,
|
|
278
275
|
{
|
|
279
276
|
name: s ? "SearchIcon" : ne,
|
|
280
277
|
width: D,
|
|
@@ -286,10 +283,10 @@ const nr = ({
|
|
|
286
283
|
s ? /* @__PURE__ */ l(
|
|
287
284
|
"input",
|
|
288
285
|
{
|
|
289
|
-
ref:
|
|
286
|
+
ref: I,
|
|
290
287
|
value: re,
|
|
291
|
-
className: `${e.selectInput} ${!o && !a &&
|
|
292
|
-
placeholder:
|
|
288
|
+
className: `${e.selectInput} ${!o && !a && _.length === 0 ? e.placeholder : ""}`,
|
|
289
|
+
placeholder: F,
|
|
293
290
|
onChange: le,
|
|
294
291
|
onFocus: se,
|
|
295
292
|
onClick: _e,
|
|
@@ -300,12 +297,12 @@ const nr = ({
|
|
|
300
297
|
"span",
|
|
301
298
|
{
|
|
302
299
|
className: `${e.selectValue} ${o ? "" : e.placeholder}`,
|
|
303
|
-
children: o ? o.label :
|
|
300
|
+
children: o ? o.label : F
|
|
304
301
|
}
|
|
305
302
|
)
|
|
306
303
|
] }),
|
|
307
304
|
/* @__PURE__ */ l(
|
|
308
|
-
|
|
305
|
+
x,
|
|
309
306
|
{
|
|
310
307
|
name: "ArrowDown",
|
|
311
308
|
width: 16,
|
|
@@ -322,14 +319,14 @@ const nr = ({
|
|
|
322
319
|
className: e.drawerSelect,
|
|
323
320
|
headerClassName: e.drawerSelectHeader,
|
|
324
321
|
isOpen: a,
|
|
325
|
-
setIsOpen:
|
|
322
|
+
setIsOpen: y,
|
|
326
323
|
title: $e,
|
|
327
324
|
zIndex: 1,
|
|
328
325
|
children: [
|
|
329
326
|
s && /* @__PURE__ */ l("div", { className: e.drawerSearchInput, children: /* @__PURE__ */ l(
|
|
330
327
|
je,
|
|
331
328
|
{
|
|
332
|
-
placeholder:
|
|
329
|
+
placeholder: F,
|
|
333
330
|
icon: "SearchIcon",
|
|
334
331
|
value: re,
|
|
335
332
|
onChange: le,
|
|
@@ -339,12 +336,12 @@ const nr = ({
|
|
|
339
336
|
/* @__PURE__ */ l(Ee, {})
|
|
340
337
|
]
|
|
341
338
|
}
|
|
342
|
-
) : De &&
|
|
339
|
+
) : De && Te(
|
|
343
340
|
/* @__PURE__ */ l(
|
|
344
341
|
"div",
|
|
345
342
|
{
|
|
346
|
-
ref:
|
|
347
|
-
className: `${e.dropdown} ${e[c]} ${e.dropdownPortal} ${g ? e.dropdown_inverted : ""} ${
|
|
343
|
+
ref: R,
|
|
344
|
+
className: `${e.dropdown} ${e[c]} ${e.dropdownPortal} ${g ? e.dropdown_inverted : ""} ${E ? e.dropdownTable : ""} ${s ? e.dropdownSearchable : ""}`,
|
|
348
345
|
style: ke,
|
|
349
346
|
children: /* @__PURE__ */ l(ce, {})
|
|
350
347
|
}
|
|
@@ -352,8 +349,8 @@ const nr = ({
|
|
|
352
349
|
document.getElementById("root") || document.body
|
|
353
350
|
)
|
|
354
351
|
] }),
|
|
355
|
-
|
|
356
|
-
|
|
352
|
+
k && /* @__PURE__ */ l(xe, { message: k, size: c, inverted: g }),
|
|
353
|
+
V && !k && /* @__PURE__ */ l(We, { message: V, size: c, inverted: g })
|
|
357
354
|
]
|
|
358
355
|
}
|
|
359
356
|
);
|
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const v = (h) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...h, children: [
|
|
3
|
+
/* @__PURE__ */ e("mask", { id: "objective_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
4
|
+
maskType: "alpha"
|
|
5
|
+
}, children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h17.722v17.722H0z" }) }),
|
|
6
|
+
/* @__PURE__ */ e("g", { mask: "url(#objective_svg__a)", children: /* @__PURE__ */ e("path", { fill: "#2054A5", d: "M3.692 15.507q-.61 0-1.043-.434a1.42 1.42 0 0 1-.434-1.043v-2.954h1.477v2.954h2.953v1.477zm7.384 0V14.03h2.954v-2.954h1.477v2.954q0 .61-.434 1.043-.434.434-1.043.434zM2.215 6.645V3.692q0-.61.434-1.043.434-.434 1.043-.434h2.953v1.477H3.692v2.953zm11.815 0V3.692h-2.954V2.215h2.954q.61 0 1.043.434.434.434.434 1.043v2.953zm-7.781 4.828a3.56 3.56 0 0 1-1.08-2.612q0-1.533 1.08-2.612t2.612-1.08 2.612 1.08 1.08 2.612-1.08 2.612-2.612 1.08a3.56 3.56 0 0 1-2.612-1.08m4.18-1.043q.648-.646.647-1.57 0-.923-.646-1.568a2.14 2.14 0 0 0-1.57-.647q-.923 0-1.568.647-.647.645-.647 1.569t.647 1.569 1.569.646q.923 0 1.569-.646" }) })
|
|
7
|
+
] });
|
|
8
|
+
export {
|
|
9
|
+
v as default
|
|
10
|
+
};
|
|
@@ -95,6 +95,7 @@ export { default as Musculo } from './Musculo';
|
|
|
95
95
|
export { default as NextIcon } from './NextIcon';
|
|
96
96
|
export { default as Notes } from './Notes';
|
|
97
97
|
export { default as NumPolizaIcon } from './NumPolizaIcon';
|
|
98
|
+
export { default as Objective } from './Objective';
|
|
98
99
|
export { default as OpenInFull } from './OpenInFull';
|
|
99
100
|
export { default as Pep } from './Pep';
|
|
100
101
|
export { default as Person } from './Person';
|