bmi-next-brokers 1.0.2 → 1.0.4
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/assets/index3.css +1 -1
- package/dist/assets/index4.css +1 -1
- package/dist/assets/index5.css +1 -1
- package/dist/assets/index6.css +1 -1
- package/dist/assets/index7.css +1 -1
- package/dist/components/navbar/index.d.ts +1 -1
- package/dist/components/navbar/index.js +77 -74
- package/dist/components/navbar/menuItem/index.js +1 -1
- package/dist/components/progressBar/index.js +1 -1
- package/dist/components/stepper/index.js +1 -1
- package/dist/components/tab/index.js +1 -1
- package/dist/components/tab/tabGroup/index.js +1 -1
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/components/ImpagoIcon.d.ts +3 -0
- package/dist/icons/components/ImpagoIcon.js +39 -0
- package/dist/icons/components/index.d.ts +1 -0
- package/dist/icons/components/index.js +96 -94
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +100 -98
- package/dist/index-DULNt1Ev.js +206 -0
- package/dist/main.d.ts +23 -3
- package/dist/main.js +36 -14
- package/package.json +1 -1
- package/dist/index-CyqvUUfR.js +0 -204
package/dist/assets/index3.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._progressContainer_1osak_1{width:100%;display:flex;flex-direction:row;height:5px;background:var( --Complementarios-Turquesa-Compl-2-Variantes-Turquesa-V4, #c9f3f7 );overflow:hidden}._progressContainer_1osak_1._rounded_1osak_13{border-radius:30px}._progressFill_1osak_17{height:100%;background:var(--Complementarios-Turquesa-Compl-2-Turquesa, #45c2d6);transition:width .3s ease-in-out}._progressFill_1osak_17._rounded_1osak_13{border-radius:9px}
|
package/dist/assets/index4.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._stepsContainer_1jpr2_1{display:flex;flex-direction:column;align-items:center}._stepWrapper_1jpr2_7{display:flex;justify-content:center;align-items:center;width:100%}._step_1jpr2_1{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}._iconLine_1jpr2_24{display:flex;justify-content:center;align-items:center;width:100%;gap:4px}._stepSeparator_1jpr2_32{flex:1;height:2px;background:var(--Stroke-Brand-Active, #2054a5)}._stepSeparatorPending_1jpr2_37{background:var(--Fill-Brand-Inverted-Innactive, #e0e9f8)}._textWrapper_1jpr2_41{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-right:4px;width:100%;box-sizing:border-box}._stepTitle_1jpr2_51,._stepState_1jpr2_52{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;font-family:Poppins Regular}._start_1jpr2_60{text-align:start}._middle_1jpr2_64{text-align:center}._end_1jpr2_68{text-align:end}._stepTitle_1jpr2_51{color:var(--Content-Neutral-Default-Active, #000);font-size:12px;line-height:14.4px}._stepTitle_1jpr2_51._stepInProgress_1jpr2_78{font-family:Poppins Medium}._stepState_1jpr2_52{color:var(--Content-Neutral-Default-Active, #000);font-size:11px;line-height:13.2px}._stepTitle_1jpr2_51._stepPending_1jpr2_88{color:var(--Content-Disabled-Default, #cbd5e1)}._stepState_1jpr2_52._stepPending_1jpr2_88{color:var(--Content-Disabled-Hover, #e2e8f0)}._stepState_1jpr2_52._stepCompleted_1jpr2_96{color:var(--ui-green-600, #65a30d)}._stepState_1jpr2_52._stepInProgress_1jpr2_78{color:var(--Content-Brand-Default-Active, #2054a5)}
|
package/dist/assets/index5.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._tab_6zf0y_1{position:relative;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:0 16px;gap:4px;flex-shrink:0;font-family:Poppins Regular;font-weight:400;color:var(--Content-Neutral-Default-Default, #a3a3a3);box-sizing:border-box;transition:color .25s ease,box-shadow .25s ease,font-size .25s ease,height .25s ease}._tab_6zf0y_1 svg{opacity:0;transform:scale(.8);transition:opacity .25s ease,transform .25s ease}._tab_6zf0y_1._active_6zf0y_32 svg{opacity:1;transform:scale(1)}._tab_6zf0y_1._withBottomBar_6zf0y_38:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background:var(--Stroke-Brand-Active, #2054a5);opacity:0;transform:scaleX(0);transform-origin:left;transition:opacity .3s ease,transform .3s ease}._tab_6zf0y_1._active_6zf0y_32{color:var(--Content-Brand-Default-Active, #2054a5);font-weight:600}._tab_6zf0y_1._active_6zf0y_32._withBottomBar_6zf0y_38:after{opacity:1;transform:scaleX(1)}._tab_6zf0y_1._large_6zf0y_66{height:56px;font-size:16px}._tab_6zf0y_1._active_6zf0y_32._large_6zf0y_66{font-size:20px}._tab_6zf0y_1._medium_6zf0y_75{height:52px;font-size:14px}._tab_6zf0y_1._medium_6zf0y_75._active_6zf0y_32{font-size:18px}._tab_6zf0y_1._small_6zf0y_84{height:46px;font-size:14px}._tab_6zf0y_1._small_6zf0y_84._active_6zf0y_32{font-size:16px}._tab_6zf0y_1:hover:not(._active_6zf0y_32){font-weight:600}._tab_6zf0y_1._active_6zf0y_32:hover,._tab_6zf0y_1._active_6zf0y_32:active{font-weight:700}._tab_6zf0y_1._withShadow_6zf0y_104:active,._tab_6zf0y_1._active_6zf0y_32._withShadow_6zf0y_104:active{box-shadow:0 0 0 3px var(--ui-blue-400, #7eaae6)}
|
package/dist/assets/index6.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._container_1nuei_1{display:flex;align-items:center;gap:4px;width:100%}._chevron_1nuei_8{display:flex;justify-content:center;align-items:center;padding:0 4px;cursor:pointer;border:none;background:transparent}._wrapper_1nuei_18{display:flex;align-items:center;overflow-x:auto;scroll-behavior:smooth;gap:24px;flex:1}._wrapper_1nuei_18._withShadow_1nuei_27{padding:3px}._wrapper_1nuei_18::-webkit-scrollbar{display:none}
|
package/dist/assets/index7.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._menuItem_ygu6l_1{display:flex;justify-content:space-between;align-items:center;gap:9px;cursor:pointer;color:var(--Azul-BMI-Digital-ColorAzul-BMI-Digital, #2054a5);border:1px solid transparent;background-color:transparent;border-radius:16px;padding:8px}._menuItem_ygu6l_1>._contentWrapper_ygu6l_15{display:flex;align-items:center;gap:9px;min-width:0;width:100%}._menuItem_ygu6l_1>._contentWrapper_ygu6l_15>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._menuItem_ygu6l_1:not(._activeItem_ygu6l_29):active{color:var( --Complementarios-Azul-BMI-Oscuro-Compl-1-Azul-BMI-Oscuro, #003a70 );border-color:var( --Complementarios-Azul-BMI-Oscuro-Compl-1-Azul-BMI-Oscuro, #003a70 );background-color:var( --Complementarios-Turquesa-Compl-2-Transparencias-Turquesa-20, rgba(69, 194, 214, .2) )}._menuItem_ygu6l_1:not(:active):not(._activeItem_ygu6l_29):hover{background-color:var( --Complementarios-Turquesa-Compl-2-Transparencias-Turquesa-10, rgba(69, 194, 214, .1) );color:var( --Complementarios-Azul-BMI-Oscuro-Compl-1-Azul-BMI-Oscuro, #003a70 )}._activeItem_ygu6l_29{background-color:var( --Complementarios-Turquesa-Compl-2-Transparencias-Turquesa-20, rgba(69, 194, 214, .2) );color:var(--Azul-BMI-Digital-ColorAzul-BMI-Digital, #2054a5)}._iconBefore_ygu6l_63{display:flex;justify-content:center;align-items:center;margin-left:auto;flex-shrink:0}
|
|
@@ -46,5 +46,5 @@ interface NavbarProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
46
46
|
* />
|
|
47
47
|
* ```
|
|
48
48
|
*/
|
|
49
|
-
export declare const Navbar: React.
|
|
49
|
+
export declare const Navbar: React.ForwardRefExoticComponent<NavbarProps & React.RefAttributes<HTMLDivElement>>;
|
|
50
50
|
export {};
|
|
@@ -1,82 +1,85 @@
|
|
|
1
1
|
import { jsx as o, jsxs as n } from "react/jsx-runtime";
|
|
2
|
-
import { useState as
|
|
2
|
+
import { forwardRef as u, useState as v } from "react";
|
|
3
3
|
import { Icon as i } from "../../icons/Icon.js";
|
|
4
|
-
import { MenuItem as
|
|
5
|
-
import '../../assets/index2.css';const
|
|
6
|
-
sidebar:
|
|
7
|
-
open:
|
|
8
|
-
content:
|
|
9
|
-
header:
|
|
10
|
-
toggleButton:
|
|
11
|
-
menuList:
|
|
12
|
-
bottomDiv:
|
|
13
|
-
},
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
width: t ? 80.86 : 26.62,
|
|
36
|
-
height: 32
|
|
37
|
-
}
|
|
38
|
-
),
|
|
39
|
-
t && /* @__PURE__ */ o("div", { className: e.toggleButton, onClick: m, children: /* @__PURE__ */ o(
|
|
40
|
-
i,
|
|
41
|
-
{
|
|
42
|
-
name: "ClosePanel",
|
|
43
|
-
width: 20,
|
|
44
|
-
height: 20,
|
|
45
|
-
fill: "var(--black-60)"
|
|
46
|
-
}
|
|
47
|
-
) })
|
|
48
|
-
] }),
|
|
49
|
-
/* @__PURE__ */ n("ul", { className: e.menuList, children: [
|
|
50
|
-
c.map((a, p) => /* @__PURE__ */ o(
|
|
51
|
-
r,
|
|
52
|
-
{
|
|
53
|
-
option: a,
|
|
54
|
-
activeItem: l,
|
|
55
|
-
open: t
|
|
56
|
-
},
|
|
57
|
-
p
|
|
58
|
-
)),
|
|
59
|
-
/* @__PURE__ */ n("div", { className: `${e.bottomDiv} ${t && e.open}`, children: [
|
|
60
|
-
!t && /* @__PURE__ */ o("div", { className: e.toggleButton, onClick: m, children: /* @__PURE__ */ o(i, { name: "OpenPanel", width: 20, height: 20, fill: "black" }) }),
|
|
61
|
-
h && /* @__PURE__ */ o(
|
|
62
|
-
r,
|
|
4
|
+
import { MenuItem as m } from "./menuItem/index.js";
|
|
5
|
+
import '../../assets/index2.css';const f = "_sidebar_1e8mb_1", B = "_open_1e8mb_17", N = "_content_1e8mb_21", $ = "_header_1e8mb_28", w = "_toggleButton_1e8mb_40", C = "_menuList_1e8mb_51", L = "_bottomDiv_1e8mb_67", e = {
|
|
6
|
+
sidebar: f,
|
|
7
|
+
open: B,
|
|
8
|
+
content: N,
|
|
9
|
+
header: $,
|
|
10
|
+
toggleButton: w,
|
|
11
|
+
menuList: C,
|
|
12
|
+
bottomDiv: L
|
|
13
|
+
}, O = u(
|
|
14
|
+
({
|
|
15
|
+
options: c,
|
|
16
|
+
className: d,
|
|
17
|
+
activeItem: l,
|
|
18
|
+
withConfig: h = !1,
|
|
19
|
+
configAction: s,
|
|
20
|
+
..._
|
|
21
|
+
}, b) => {
|
|
22
|
+
const [t, p] = v(!0), r = () => {
|
|
23
|
+
p((a) => !a);
|
|
24
|
+
};
|
|
25
|
+
return /* @__PURE__ */ o(
|
|
26
|
+
"aside",
|
|
27
|
+
{
|
|
28
|
+
ref: b,
|
|
29
|
+
className: `${e.sidebar} ${t ? e.open : ""} ${d || ""}`,
|
|
30
|
+
..._,
|
|
31
|
+
children: /* @__PURE__ */ n("div", { className: e.content, children: [
|
|
32
|
+
/* @__PURE__ */ n("header", { className: `${e.header} ${t && e.open}`, children: [
|
|
33
|
+
/* @__PURE__ */ o(
|
|
34
|
+
i,
|
|
63
35
|
{
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
iconAfter: "Settings",
|
|
68
|
-
iconBefore: "ArrowRight"
|
|
69
|
-
},
|
|
70
|
-
open: t,
|
|
71
|
-
activeItem: l
|
|
36
|
+
name: t ? "BmiLogo" : "BmiCollapsed",
|
|
37
|
+
width: t ? 80.86 : 26.62,
|
|
38
|
+
height: 32
|
|
72
39
|
}
|
|
73
|
-
)
|
|
40
|
+
),
|
|
41
|
+
t && /* @__PURE__ */ o("div", { className: e.toggleButton, onClick: r, children: /* @__PURE__ */ o(
|
|
42
|
+
i,
|
|
43
|
+
{
|
|
44
|
+
name: "ClosePanel",
|
|
45
|
+
width: 20,
|
|
46
|
+
height: 20,
|
|
47
|
+
fill: "var(--black-60)"
|
|
48
|
+
}
|
|
49
|
+
) })
|
|
50
|
+
] }),
|
|
51
|
+
/* @__PURE__ */ n("ul", { className: e.menuList, children: [
|
|
52
|
+
c.map((a, g) => /* @__PURE__ */ o(
|
|
53
|
+
m,
|
|
54
|
+
{
|
|
55
|
+
option: a,
|
|
56
|
+
activeItem: l,
|
|
57
|
+
open: t
|
|
58
|
+
},
|
|
59
|
+
g
|
|
60
|
+
)),
|
|
61
|
+
/* @__PURE__ */ n("div", { className: `${e.bottomDiv} ${t && e.open}`, children: [
|
|
62
|
+
!t && /* @__PURE__ */ o("div", { className: e.toggleButton, onClick: r, children: /* @__PURE__ */ o(i, { name: "OpenPanel", width: 20, height: 20, fill: "black" }) }),
|
|
63
|
+
h && /* @__PURE__ */ o(
|
|
64
|
+
m,
|
|
65
|
+
{
|
|
66
|
+
option: {
|
|
67
|
+
label: "Configuración",
|
|
68
|
+
action: () => s == null ? void 0 : s(),
|
|
69
|
+
iconAfter: "Settings",
|
|
70
|
+
iconBefore: "ArrowRight"
|
|
71
|
+
},
|
|
72
|
+
open: t,
|
|
73
|
+
activeItem: l
|
|
74
|
+
}
|
|
75
|
+
)
|
|
76
|
+
] })
|
|
74
77
|
] })
|
|
75
78
|
] })
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
79
|
+
}
|
|
80
|
+
);
|
|
81
|
+
}
|
|
82
|
+
);
|
|
80
83
|
export {
|
|
81
|
-
|
|
84
|
+
O as Navbar
|
|
82
85
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t, jsxs as l } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as r } from "../../../icons/Icon.js";
|
|
3
|
-
import '../../../assets/
|
|
3
|
+
import '../../../assets/index7.css';const o = "_menuItem_ygu6l_1", s = "_contentWrapper_ygu6l_15", u = "_activeItem_ygu6l_29", _ = "_iconBefore_ygu6l_63", c = {
|
|
4
4
|
menuItem: o,
|
|
5
5
|
contentWrapper: s,
|
|
6
6
|
activeItem: u,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import '../../assets/
|
|
2
|
+
import '../../assets/index3.css';const i = "_progressContainer_1osak_1", l = "_rounded_1osak_13", a = "_progressFill_1osak_17", r = {
|
|
3
3
|
progressContainer: i,
|
|
4
4
|
rounded: l,
|
|
5
5
|
progressFill: a
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s, jsxs as i } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { Icon as m } from "../../icons/Icon.js";
|
|
4
|
-
import '../../assets/
|
|
4
|
+
import '../../assets/index4.css';const g = "_stepsContainer_1jpr2_1", P = "_stepWrapper_1jpr2_7", j = "_step_1jpr2_1", h = "_iconLine_1jpr2_24", S = "_stepSeparator_1jpr2_32", f = "_stepSeparatorPending_1jpr2_37", C = "_textWrapper_1jpr2_41", $ = "_stepTitle_1jpr2_51", u = "_stepState_1jpr2_52", N = "_start_1jpr2_60", T = "_middle_1jpr2_64", W = "_end_1jpr2_68", v = "_stepInProgress_1jpr2_78", I = "_stepPending_1jpr2_88", L = "_stepCompleted_1jpr2_96", r = {
|
|
5
5
|
stepsContainer: g,
|
|
6
6
|
stepWrapper: P,
|
|
7
7
|
step: j,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as w, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { Icon as m } from "../../icons/Icon.js";
|
|
3
|
-
import '../../assets/
|
|
3
|
+
import '../../assets/index5.css';const d = "_tab_6zf0y_1", f = "_active_6zf0y_32", u = "_withBottomBar_6zf0y_38", y = "_large_6zf0y_66", b = "_medium_6zf0y_75", z = "_small_6zf0y_84", B = "_withShadow_6zf0y_104", t = {
|
|
4
4
|
tab: d,
|
|
5
5
|
active: f,
|
|
6
6
|
withBottomBar: u,
|
|
@@ -2,7 +2,7 @@ import { jsxs as W, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as b } from "react";
|
|
3
3
|
import { Tab as y } from "../index.js";
|
|
4
4
|
import { Icon as w } from "../../../icons/Icon.js";
|
|
5
|
-
import '../../../assets/
|
|
5
|
+
import '../../../assets/index6.css';const L = "_container_1nuei_1", j = "_chevron_1nuei_8", B = "_wrapper_1nuei_18", C = "_withShadow_1nuei_27", n = {
|
|
6
6
|
container: L,
|
|
7
7
|
chevron: j,
|
|
8
8
|
wrapper: B,
|
package/dist/icons/Icon.js
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as l, jsx as h } from "react/jsx-runtime";
|
|
2
|
+
const i = (a) => /* @__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
|
+
...a,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ h(
|
|
13
|
+
"mask",
|
|
14
|
+
{
|
|
15
|
+
id: "impago_icon_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__ */ h("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ h("g", { mask: "url(#impago_icon_svg__a)", children: /* @__PURE__ */ h(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
d: "m14.235 12.391-1.083-1.083v-3.32H9.827l-2.4-2.4h5.725v-1.14H6.29L4.907 3.063h8.245q.575 0 .979.404.404.405.404.98v7.104q0 .245-.067.452a1 1 0 0 1-.233.387M6.268 7.987h-3.42v3.565h6.988zm-3.42 4.948q-.576 0-.98-.405a1.33 1.33 0 0 1-.404-.98V4.444q0-.543.365-.935t.89-.432h.417l1.471 1.471h-1.76v1.04h1.02L1.35 3.053a.56.56 0 0 1-.181-.437.64.64 0 0 1 .202-.437.6.6 0 0 1 .436-.19q.244 0 .442.196l11.633 11.633q.196.198.197.445 0 .248-.192.434a.64.64 0 0 1-.445.2.58.58 0 0 1-.445-.184l-1.778-1.778z"
|
|
32
|
+
}
|
|
33
|
+
) })
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
i as default
|
|
39
|
+
};
|
|
@@ -43,6 +43,7 @@ export { default as HeightIcon } from './HeightIcon';
|
|
|
43
43
|
export { default as Help } from './Help';
|
|
44
44
|
export { default as HistorialIcon } from './HistorialIcon';
|
|
45
45
|
export { default as IdCodigoBroker } from './IdCodigoBroker';
|
|
46
|
+
export { default as ImpagoIcon } from './ImpagoIcon';
|
|
46
47
|
export { default as Info } from './Info';
|
|
47
48
|
export { default as InfoFinanciera } from './InfoFinanciera';
|
|
48
49
|
export { default as KeyboardArrowDown } from './KeyboardArrowDown';
|
|
@@ -2,9 +2,9 @@ import { default as r } from "./ArrowDown.js";
|
|
|
2
2
|
import { default as t } from "./ArrowUp.js";
|
|
3
3
|
import { default as l } from "./Add.js";
|
|
4
4
|
import { default as d } from "./AddAPhoto.js";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as m } from "./AddIcon.js";
|
|
6
6
|
import { default as x } from "./AlertIcon.js";
|
|
7
|
-
import { default as
|
|
7
|
+
import { default as c } from "./Apnfd.js";
|
|
8
8
|
import { default as I } from "./Approve.js";
|
|
9
9
|
import { default as A } from "./ArrowBack.js";
|
|
10
10
|
import { default as w } from "./ArrowBackIosNew.js";
|
|
@@ -29,9 +29,9 @@ import { default as ro } from "./CreditCard.js";
|
|
|
29
29
|
import { default as to } from "./DashboardIcon.js";
|
|
30
30
|
import { default as lo } from "./Delete.js";
|
|
31
31
|
import { default as po } from "./DeniedIcon.js";
|
|
32
|
-
import { default as
|
|
32
|
+
import { default as uo } from "./Distance.js";
|
|
33
33
|
import { default as no } from "./Documentos.js";
|
|
34
|
-
import { default as
|
|
34
|
+
import { default as io } from "./DownloadIcon.js";
|
|
35
35
|
import { default as Co } from "./EditIcon.js";
|
|
36
36
|
import { default as ho } from "./Female.js";
|
|
37
37
|
import { default as bo } from "./Filter.js";
|
|
@@ -43,55 +43,56 @@ import { default as Bo } from "./HeightIcon.js";
|
|
|
43
43
|
import { default as Ho } from "./Help.js";
|
|
44
44
|
import { default as Oo } from "./HistorialIcon.js";
|
|
45
45
|
import { default as Vo } from "./IdCodigoBroker.js";
|
|
46
|
-
import { default as zo } from "./
|
|
47
|
-
import { default as Eo } from "./
|
|
48
|
-
import { default as jo } from "./
|
|
49
|
-
import { default as qo } from "./
|
|
50
|
-
import { default as Jo } from "./
|
|
51
|
-
import { default as Xo } from "./
|
|
52
|
-
import { default as Zo } from "./
|
|
53
|
-
import { default as $o } from "./
|
|
54
|
-
import { default as ee } from "./
|
|
55
|
-
import { default as ae } from "./
|
|
56
|
-
import { default as fe } from "./
|
|
57
|
-
import { default as se } from "./
|
|
58
|
-
import { default as pe } from "./
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as ne } from "./
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as Ce } from "./
|
|
63
|
-
import { default as he } from "./
|
|
64
|
-
import { default as be } from "./
|
|
65
|
-
import { default as Fe } from "./
|
|
66
|
-
import { default as De } from "./
|
|
67
|
-
import { default as ge } from "./
|
|
68
|
-
import { default as Se } from "./
|
|
69
|
-
import { default as Be } from "./
|
|
70
|
-
import { default as He } from "./
|
|
71
|
-
import { default as Oe } from "./
|
|
72
|
-
import { default as Ve } from "./
|
|
73
|
-
import { default as ze } from "./
|
|
74
|
-
import { default as Ee } from "./
|
|
75
|
-
import { default as je } from "./
|
|
76
|
-
import { default as qe } from "./
|
|
77
|
-
import { default as Je } from "./
|
|
78
|
-
import { default as Xe } from "./
|
|
79
|
-
import { default as Ze } from "./
|
|
80
|
-
import { default as $e } from "./
|
|
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 pr } from "./
|
|
86
|
-
import { default as
|
|
87
|
-
import { default as nr } from "./
|
|
88
|
-
import { default as
|
|
46
|
+
import { default as zo } from "./ImpagoIcon.js";
|
|
47
|
+
import { default as Eo } from "./Info.js";
|
|
48
|
+
import { default as jo } from "./InfoFinanciera.js";
|
|
49
|
+
import { default as qo } from "./KeyboardArrowDown.js";
|
|
50
|
+
import { default as Jo } from "./KeyboardArrowUp.js";
|
|
51
|
+
import { default as Xo } from "./LocationOn.js";
|
|
52
|
+
import { default as Zo } from "./LocationSearching.js";
|
|
53
|
+
import { default as $o } from "./LockIcon.js";
|
|
54
|
+
import { default as ee } from "./MailIcon.js";
|
|
55
|
+
import { default as ae } from "./Male.js";
|
|
56
|
+
import { default as fe } from "./MasAcciones.js";
|
|
57
|
+
import { default as se } from "./Medical.js";
|
|
58
|
+
import { default as pe } from "./Menu.js";
|
|
59
|
+
import { default as ue } from "./MoreVert.js";
|
|
60
|
+
import { default as ne } from "./NextIcon.js";
|
|
61
|
+
import { default as ie } from "./Notes.js";
|
|
62
|
+
import { default as Ce } from "./NumPolizaIcon.js";
|
|
63
|
+
import { default as he } from "./OpenInFull.js";
|
|
64
|
+
import { default as be } from "./Pep.js";
|
|
65
|
+
import { default as Fe } from "./Person.js";
|
|
66
|
+
import { default as De } from "./PersonCancel.js";
|
|
67
|
+
import { default as ge } from "./PhotoLibrary.js";
|
|
68
|
+
import { default as Se } from "./Planet.js";
|
|
69
|
+
import { default as Be } from "./PolizaIcon.js";
|
|
70
|
+
import { default as He } from "./Public.js";
|
|
71
|
+
import { default as Oe } from "./ReembolsosIcon.js";
|
|
72
|
+
import { default as Ve } from "./Refresh.js";
|
|
73
|
+
import { default as ze } from "./RembolsosIcon.js";
|
|
74
|
+
import { default as Ee } from "./Renovaciones.js";
|
|
75
|
+
import { default as je } from "./Replay.js";
|
|
76
|
+
import { default as qe } from "./Reply.js";
|
|
77
|
+
import { default as Je } from "./SearchIcon.js";
|
|
78
|
+
import { default as Xe } from "./Send.js";
|
|
79
|
+
import { default as Ze } from "./Share.js";
|
|
80
|
+
import { default as $e } from "./SmallFamily.js";
|
|
81
|
+
import { default as er } from "./Smartphone.js";
|
|
82
|
+
import { default as ar } from "./Tutoriales.js";
|
|
83
|
+
import { default as fr } from "./UnfoldMore.js";
|
|
84
|
+
import { default as sr } from "./VerifiedUser.js";
|
|
85
|
+
import { default as pr } from "./Visibility.js";
|
|
86
|
+
import { default as ur } from "./VisibilityOff.js";
|
|
87
|
+
import { default as nr } from "./Warning.js";
|
|
88
|
+
import { default as ir } from "./WeightIcon.js";
|
|
89
|
+
import { default as Cr } from "./Whatsapp.js";
|
|
89
90
|
export {
|
|
90
91
|
l as Add,
|
|
91
92
|
d as AddAPhoto,
|
|
92
|
-
|
|
93
|
+
m as AddIcon,
|
|
93
94
|
x as AlertIcon,
|
|
94
|
-
|
|
95
|
+
c as Apnfd,
|
|
95
96
|
I as Approve,
|
|
96
97
|
A as ArrowBack,
|
|
97
98
|
w as ArrowBackIosNew,
|
|
@@ -118,9 +119,9 @@ export {
|
|
|
118
119
|
to as DashboardIcon,
|
|
119
120
|
lo as Delete,
|
|
120
121
|
po as DeniedIcon,
|
|
121
|
-
|
|
122
|
+
uo as Distance,
|
|
122
123
|
no as Documentos,
|
|
123
|
-
|
|
124
|
+
io as DownloadIcon,
|
|
124
125
|
Co as EditIcon,
|
|
125
126
|
ho as Female,
|
|
126
127
|
bo as Filter,
|
|
@@ -132,47 +133,48 @@ export {
|
|
|
132
133
|
Ho as Help,
|
|
133
134
|
Oo as HistorialIcon,
|
|
134
135
|
Vo as IdCodigoBroker,
|
|
135
|
-
zo as
|
|
136
|
-
Eo as
|
|
137
|
-
jo as
|
|
138
|
-
qo as
|
|
139
|
-
Jo as
|
|
140
|
-
Xo as
|
|
141
|
-
Zo as
|
|
142
|
-
$o as
|
|
143
|
-
ee as
|
|
144
|
-
ae as
|
|
145
|
-
fe as
|
|
146
|
-
se as
|
|
147
|
-
pe as
|
|
148
|
-
|
|
149
|
-
ne as
|
|
150
|
-
|
|
151
|
-
Ce as
|
|
152
|
-
he as
|
|
153
|
-
be as
|
|
154
|
-
Fe as
|
|
155
|
-
De as
|
|
156
|
-
ge as
|
|
157
|
-
Se as
|
|
158
|
-
Be as
|
|
159
|
-
He as
|
|
160
|
-
Oe as
|
|
161
|
-
Ve as
|
|
162
|
-
ze as
|
|
163
|
-
Ee as
|
|
164
|
-
je as
|
|
165
|
-
qe as
|
|
166
|
-
Je as
|
|
167
|
-
Xe as
|
|
168
|
-
Ze as
|
|
169
|
-
$e as
|
|
170
|
-
er as
|
|
171
|
-
ar as
|
|
172
|
-
fr as
|
|
173
|
-
sr as
|
|
174
|
-
pr as
|
|
175
|
-
|
|
176
|
-
nr as
|
|
177
|
-
|
|
136
|
+
zo as ImpagoIcon,
|
|
137
|
+
Eo as Info,
|
|
138
|
+
jo as InfoFinanciera,
|
|
139
|
+
qo as KeyboardArrowDown,
|
|
140
|
+
Jo as KeyboardArrowUp,
|
|
141
|
+
Xo as LocationOn,
|
|
142
|
+
Zo as LocationSearching,
|
|
143
|
+
$o as LockIcon,
|
|
144
|
+
ee as MailIcon,
|
|
145
|
+
ae as Male,
|
|
146
|
+
fe as MasAcciones,
|
|
147
|
+
se as Medical,
|
|
148
|
+
pe as Menu,
|
|
149
|
+
ue as MoreVert,
|
|
150
|
+
ne as NextIcon,
|
|
151
|
+
ie as Notes,
|
|
152
|
+
Ce as NumPolizaIcon,
|
|
153
|
+
he as OpenInFull,
|
|
154
|
+
be as Pep,
|
|
155
|
+
Fe as Person,
|
|
156
|
+
De as PersonCancel,
|
|
157
|
+
ge as PhotoLibrary,
|
|
158
|
+
Se as Planet,
|
|
159
|
+
Be as PolizaIcon,
|
|
160
|
+
He as Public,
|
|
161
|
+
Oe as ReembolsosIcon,
|
|
162
|
+
Ve as Refresh,
|
|
163
|
+
ze as RembolsosIcon,
|
|
164
|
+
Ee as Renovaciones,
|
|
165
|
+
je as Replay,
|
|
166
|
+
qe as Reply,
|
|
167
|
+
Je as SearchIcon,
|
|
168
|
+
Xe as Send,
|
|
169
|
+
Ze as Share,
|
|
170
|
+
$e as SmallFamily,
|
|
171
|
+
er as Smartphone,
|
|
172
|
+
ar as Tutoriales,
|
|
173
|
+
fr as UnfoldMore,
|
|
174
|
+
sr as VerifiedUser,
|
|
175
|
+
pr as Visibility,
|
|
176
|
+
ur as VisibilityOff,
|
|
177
|
+
nr as Warning,
|
|
178
|
+
ir as WeightIcon,
|
|
179
|
+
Cr as Whatsapp
|
|
178
180
|
};
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export { default as HeightIcon } from './components/HeightIcon';
|
|
|
48
48
|
export { default as Help } from './components/Help';
|
|
49
49
|
export { default as HistorialIcon } from './components/HistorialIcon';
|
|
50
50
|
export { default as IdCodigoBroker } from './components/IdCodigoBroker';
|
|
51
|
+
export { default as ImpagoIcon } from './components/ImpagoIcon';
|
|
51
52
|
export { default as Info } from './components/Info';
|
|
52
53
|
export { default as InfoFinanciera } from './components/InfoFinanciera';
|
|
53
54
|
export { default as KeyboardArrowDown } from './components/KeyboardArrowDown';
|