bmi-next-brokers 2.4.0 → 2.4.1
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/icons/Icon.js +1 -1
- package/dist/icons/components/Circle.d.ts +3 -0
- package/dist/icons/components/Circle.js +39 -0
- package/dist/icons/components/RestoreFromTrash.d.ts +3 -0
- package/dist/icons/components/RestoreFromTrash.js +39 -0
- package/dist/icons/components/Save.js +35 -6
- package/dist/icons/components/index.d.ts +2 -1
- package/dist/icons/components/index.js +224 -222
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.js +306 -302
- package/dist/index-dq5FUhsO.js +394 -0
- package/package.json +1 -1
- package/dist/index-DTMxVGVo.js +0 -390
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const s = (t) => /* @__PURE__ */ l(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
...t,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "circle_svg__a",
|
|
16
|
+
width: 16,
|
|
17
|
+
height: 16,
|
|
18
|
+
x: 0,
|
|
19
|
+
y: 0,
|
|
20
|
+
maskUnits: "userSpaceOnUse",
|
|
21
|
+
style: {
|
|
22
|
+
maskType: "alpha"
|
|
23
|
+
},
|
|
24
|
+
children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ e("g", { mask: "url(#circle_svg__a)", children: /* @__PURE__ */ e(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M8 14q-2.485 0-4.243-1.757Q2 10.485 2 8t1.757-4.243T8 2t4.243 1.757Q14 5.515 14 8t-1.757 4.243Q10.485 14 8 14m0-1.714q1.779 0 3.032-1.254T12.286 8t-1.254-3.032T8 3.714q-1.779 0-3.032 1.254T3.714 8t1.254 3.032T8 12.286"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
s as default
|
|
39
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as e, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const t = (r) => /* @__PURE__ */ e(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
...r,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ a(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "restore_from_trash_svg__a",
|
|
16
|
+
width: 16,
|
|
17
|
+
height: 16,
|
|
18
|
+
x: 0,
|
|
19
|
+
y: 0,
|
|
20
|
+
maskUnits: "userSpaceOnUse",
|
|
21
|
+
style: {
|
|
22
|
+
maskType: "alpha"
|
|
23
|
+
},
|
|
24
|
+
children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ a("g", { mask: "url(#restore_from_trash_svg__a)", children: /* @__PURE__ */ a(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M4.667 14q-.55 0-.942-.392a1.28 1.28 0 0 1-.392-.941V4a.65.65 0 0 1-.475-.192.65.65 0 0 1-.191-.475q0-.283.191-.475a.65.65 0 0 1 .475-.191H6q0-.285.192-.475A.65.65 0 0 1 6.667 2h2.666q.285 0 .475.192a.65.65 0 0 1 .192.475h2.667q.283 0 .475.191a.65.65 0 0 1 .191.475.65.65 0 0 1-.191.475.65.65 0 0 1-.475.192v8.667q0 .55-.392.941a1.28 1.28 0 0 1-.942.392zm6.666-10H4.667v8.667h6.666zm-4 3.9V10q0 .283.192.475a.65.65 0 0 0 .475.192.65.65 0 0 0 .475-.192.65.65 0 0 0 .192-.475V7.9l.6.583a.62.62 0 0 0 .458.184.65.65 0 0 0 .475-.2.63.63 0 0 0 .183-.467.63.63 0 0 0-.183-.467L8.467 5.8A.64.64 0 0 0 8 5.6a.64.64 0 0 0-.467.2L5.8 7.533a.65.65 0 0 0-.192.459.62.62 0 0 0 .192.475.65.65 0 0 0 .458.191.65.65 0 0 0 .475-.175z"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
t as default
|
|
39
|
+
};
|
|
@@ -1,10 +1,39 @@
|
|
|
1
1
|
import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
const t = (e) => /* @__PURE__ */ s(
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
const t = (e) => /* @__PURE__ */ s(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 18 18",
|
|
8
|
+
width: "1em",
|
|
9
|
+
height: "1em",
|
|
10
|
+
...e,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ a(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "save_svg__a",
|
|
16
|
+
width: 18,
|
|
17
|
+
height: 18,
|
|
18
|
+
x: 0,
|
|
19
|
+
y: 0,
|
|
20
|
+
maskUnits: "userSpaceOnUse",
|
|
21
|
+
style: {
|
|
22
|
+
maskType: "alpha"
|
|
23
|
+
},
|
|
24
|
+
children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h18v18H0z" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ a("g", { mask: "url(#save_svg__a)", children: /* @__PURE__ */ a(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "M3.75 15.75q-.62 0-1.06-.44a1.45 1.45 0 0 1-.44-1.06V3.75q0-.62.44-1.06.442-.44 1.06-.44h8.381a1.48 1.48 0 0 1 1.05.431L15.32 4.82q.206.206.318.478t.113.572v8.381q0 .619-.44 1.06-.442.44-1.06.44zm10.5-9.862L12.113 3.75H3.75v10.5h10.5zm-3.656 6.956a2.17 2.17 0 0 0 .656-1.594 2.17 2.17 0 0 0-.656-1.594A2.17 2.17 0 0 0 9 9a2.17 2.17 0 0 0-1.594.656 2.17 2.17 0 0 0-.656 1.594q0 .937.656 1.594A2.17 2.17 0 0 0 9 13.5a2.17 2.17 0 0 0 1.594-.656M5.25 7.5h5.25q.319 0 .534-.216a.73.73 0 0 0 .216-.534v-1.5a.73.73 0 0 0-.216-.534.73.73 0 0 0-.534-.216H5.25a.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v1.5q0 .319.216.534a.73.73 0 0 0 .534.216"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
8
37
|
export {
|
|
9
38
|
t as default
|
|
10
39
|
};
|
|
@@ -33,6 +33,7 @@ export { default as ChatBubble } from './ChatBubble';
|
|
|
33
33
|
export { default as CheckIcon } from './CheckIcon';
|
|
34
34
|
export { default as Checkbook } from './Checkbook';
|
|
35
35
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
36
|
+
export { default as Circle } from './Circle';
|
|
36
37
|
export { default as Close } from './Close';
|
|
37
38
|
export { default as CloseDrawer } from './CloseDrawer';
|
|
38
39
|
export { default as ColectivosIcon } from './ColectivosIcon';
|
|
@@ -116,7 +117,7 @@ export { default as Refresh } from './Refresh';
|
|
|
116
117
|
export { default as Renovaciones } from './Renovaciones';
|
|
117
118
|
export { default as Replay } from './Replay';
|
|
118
119
|
export { default as Reply } from './Reply';
|
|
119
|
-
export { default as
|
|
120
|
+
export { default as RestoreFromTrash } from './RestoreFromTrash';
|
|
120
121
|
export { default as SearchIcon } from './SearchIcon';
|
|
121
122
|
export { default as Send } from './Send';
|
|
122
123
|
export { default as Share } from './Share';
|