bmi-next-brokers 1.0.7 → 1.0.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.
@@ -1,20 +1,21 @@
1
- import { jsxs as h, Fragment as w, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as w, Fragment as F, jsx as r } from "react/jsx-runtime";
2
2
  import { Icon as c } from "../../icons/Icon.js";
3
3
  import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_14", p = "_small_lzevs_18", v = {
4
4
  badge: I,
5
5
  medium: k,
6
6
  small: p
7
- }, P = ({
7
+ }, S = ({
8
8
  variant: t,
9
+ style: f,
9
10
  size: e = "large",
10
11
  iconAfter: n,
11
12
  iconBefore: a,
12
13
  outline: l = !1,
13
14
  className: d,
14
- children: f,
15
- ...g
15
+ children: g,
16
+ ...C
16
17
  }) => {
17
- const C = {
18
+ const A = {
18
19
  small: "small5Medium",
19
20
  medium: "small3Medium",
20
21
  large: "small3Medium"
@@ -52,8 +53,8 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
52
53
  outline: "var(--Fill-Negative-Default-Active)"
53
54
  },
54
55
  disabled: {
55
- default: "var(--Content-Disabled-Default)",
56
- outline: "var(--Fill-Disabled-Default)"
56
+ default: "var(--Content-Disabled-Default, #CBD5E1)",
57
+ outline: "var(--Fill-Disabled-Default, #F8FAFC)"
57
58
  }
58
59
  }, s = {
59
60
  brand: {
@@ -86,7 +87,7 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
86
87
  },
87
88
  disabled: {
88
89
  default: "var(--Content-Neutral-Default-Default)",
89
- outline: "var(--Content-Disabled-Default)"
90
+ outline: "var(--Content-Disabled-Default, #CBD5E1)"
90
91
  }
91
92
  }, m = {
92
93
  brand: "var(--Stroke-Brand-Active)",
@@ -96,8 +97,8 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
96
97
  positive: "var(--Stroke-Positive-Active)",
97
98
  warning: "var(--Stroke-Warning-Active)",
98
99
  negative: "var(--Stroke-Negative-Active)",
99
- disabled: "var(--Stroke-Disabled-Default)"
100
- }, A = l ? u[t].outline : u[t].default, o = l ? s[t].outline : s[t].default, D = l ? m[t] : "transparent", b = `${C[e]} ${v.badge} ${v[e]} ${l ? v.outline : ""} ${d || ""}`, N = /* @__PURE__ */ h(w, { children: [
100
+ disabled: "var(--Stroke-Disabled-Default), #CBD5E1"
101
+ }, D = l ? u[t].outline : u[t].default, o = l ? s[t].outline : s[t].default, b = l ? m[t] : "transparent", N = `${A[e]} ${v.badge} ${v[e]} ${l ? v.outline : ""} ${d || ""}`, h = /* @__PURE__ */ w(F, { children: [
101
102
  a && /* @__PURE__ */ r(
102
103
  c,
103
104
  {
@@ -107,7 +108,7 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
107
108
  fill: a.fill ?? o
108
109
  }
109
110
  ),
110
- f,
111
+ g,
111
112
  n && /* @__PURE__ */ r(
112
113
  c,
113
114
  {
@@ -121,17 +122,18 @@ import '../../assets/index.css';const I = "_badge_lzevs_1", k = "_medium_lzevs_1
121
122
  return /* @__PURE__ */ r(
122
123
  "span",
123
124
  {
124
- className: b,
125
+ className: N,
125
126
  style: {
126
127
  color: o,
127
- backgroundColor: A,
128
- border: `1px solid ${D}`
128
+ backgroundColor: D,
129
+ border: `1px solid ${b}`,
130
+ ...f
129
131
  },
130
- ...g,
131
- children: N
132
+ ...C,
133
+ children: h
132
134
  }
133
135
  );
134
136
  };
135
137
  export {
136
- P as Badge
138
+ S as Badge
137
139
  };
@@ -1,38 +1,41 @@
1
- import { jsxs as w, jsx as a } from "react/jsx-runtime";
2
- import { Icon as m } from "../../icons/Icon.js";
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
- tab: d,
5
- active: f,
6
- withBottomBar: u,
7
- large: y,
8
- medium: b,
9
- small: z,
10
- withShadow: B
11
- }, p = ({
12
- label: s,
13
- iconBefore: o,
14
- iconAfter: e,
15
- active: _ = !1,
16
- withBottomBar: h = !0,
17
- withShadow: n = !0,
18
- size: r = "medium",
19
- disabled: i = !1,
20
- className: c,
21
- ...l
22
- }) => /* @__PURE__ */ w(
23
- "button",
24
- {
25
- type: "button",
26
- className: `${t.tab} ${t[r]} ${_ ? t.active : ""} ${i ? t.disabled : ""} ${h ? t.withBottomBar : ""} ${n ? t.withShadow : ""} ${c ?? ""}`,
27
- disabled: i,
28
- ...l,
29
- children: [
30
- o && /* @__PURE__ */ a(m, { name: o, width: 20, height: 20 }),
31
- /* @__PURE__ */ a("span", { children: s }),
32
- e && /* @__PURE__ */ a(m, { name: e, width: 20, height: 20 })
33
- ]
34
- }
35
- );
1
+ import { jsxs as d, jsx as o } from "react/jsx-runtime";
2
+ import { Icon as _ } from "../../icons/Icon.js";
3
+ import '../../assets/index5.css';const f = "_tab_6zf0y_1", u = "_active_6zf0y_32", y = "_withBottomBar_6zf0y_38", b = "_large_6zf0y_66", z = "_medium_6zf0y_75", B = "_small_6zf0y_84", $ = "_withShadow_6zf0y_104", t = {
4
+ tab: f,
5
+ active: u,
6
+ withBottomBar: y,
7
+ large: b,
8
+ medium: z,
9
+ small: B,
10
+ withShadow: $
11
+ }, S = ({
12
+ label: h,
13
+ iconBefore: e,
14
+ iconAfter: i,
15
+ active: n = !1,
16
+ withBottomBar: c = !0,
17
+ withShadow: r = !0,
18
+ size: m = "medium",
19
+ disabled: s = !1,
20
+ className: l,
21
+ ...w
22
+ }) => {
23
+ const a = m === "large" ? 24 : 20;
24
+ return /* @__PURE__ */ d(
25
+ "button",
26
+ {
27
+ type: "button",
28
+ className: `${t.tab} ${t[m]} ${n ? t.active : ""} ${s ? t.disabled : ""} ${c ? t.withBottomBar : ""} ${r ? t.withShadow : ""} ${l ?? ""}`,
29
+ disabled: s,
30
+ ...w,
31
+ children: [
32
+ e && /* @__PURE__ */ o(_, { name: e, width: a, height: a }),
33
+ /* @__PURE__ */ o("span", { children: h }),
34
+ i && /* @__PURE__ */ o(_, { name: i, width: a, height: a })
35
+ ]
36
+ }
37
+ );
38
+ };
36
39
  export {
37
- p as Tab
40
+ S as Tab
38
41
  };
@@ -1,15 +1,15 @@
1
- import { jsx as s } from "react/jsx-runtime";
2
- import { I as l } from "../index-DULNt1Ev.js";
3
- const p = ({
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import { I as l } from "../index-CRKO7ib4.js";
3
+ const u = ({
4
4
  name: o,
5
5
  width: n = 20,
6
6
  height: t = 20,
7
7
  fill: c = "currentColor",
8
- className: e
8
+ className: s
9
9
  }) => {
10
10
  const r = l[o];
11
- return r ? /* @__PURE__ */ s(r, { width: n, height: t, style: { color: c }, className: e }) : (console.warn(`⚠️ El icono "${o}" no existe.`), null);
11
+ return !r && o ? (console.warn(`⚠️ El icono "${o}" no existe.`), null) : /* @__PURE__ */ e(r, { width: n, height: t, style: { color: c }, className: s });
12
12
  };
13
13
  export {
14
- p as Icon
14
+ u as Icon
15
15
  };
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgAddAlert: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAddAlert;
@@ -0,0 +1,10 @@
1
+ import { jsxs as t, jsx as h } from "react/jsx-runtime";
2
+ const s = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...e, children: [
3
+ /* @__PURE__ */ h("mask", { id: "add_alert_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
+ maskType: "alpha"
5
+ }, children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
6
+ /* @__PURE__ */ h("g", { mask: "url(#add_alert_svg__a)", children: /* @__PURE__ */ h("path", { fill: "#113B71", d: "M8.25 11.25h1.5v-1.5h1.5v-1.5h-1.5v-1.5h-1.5v1.5h-1.5v1.5h1.5zm-5.25 3v-1.5h1.5V7.5q0-1.556.938-2.766A4.33 4.33 0 0 1 7.874 3.15v-.525q0-.468.328-.797Q8.532 1.5 9 1.5t.797.328q.328.328.328.797v.525q1.5.375 2.438 1.584.937 1.21.937 2.766v5.25H15v1.5zm6 2.25q-.619 0-1.06-.44A1.45 1.45 0 0 1 7.5 15h3q0 .619-.44 1.06-.442.44-1.06.44m-3-3.75h6V7.5q0-1.237-.881-2.119A2.9 2.9 0 0 0 9 4.5q-1.237 0-2.119.881A2.9 2.9 0 0 0 6 7.5z" }) })
7
+ ] });
8
+ export {
9
+ s as default
10
+ };
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgAssignment: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAssignment;
@@ -0,0 +1,10 @@
1
+ import { jsxs as e, jsx as s } from "react/jsx-runtime";
2
+ const t = (h) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...h, children: [
3
+ /* @__PURE__ */ s("mask", { id: "assignment_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
+ maskType: "alpha"
5
+ }, children: /* @__PURE__ */ s("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
6
+ /* @__PURE__ */ s("g", { mask: "url(#assignment_svg__a)", children: /* @__PURE__ */ s("path", { fill: "#113B71", 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-.44H6.9q.243-.675.816-1.087Q8.286.75 9 .75q.713 0 1.284.413.572.411.816 1.087h3.15q.619 0 1.06.44.44.442.44 1.06v10.5q0 .619-.44 1.06-.442.44-1.06.44zm0-1.5h10.5V3.75H3.75zm1.5-1.5h5.25v-1.5H5.25zm0-3h7.5v-1.5h-7.5zm0-3h7.5v-1.5h-7.5zM9 3.188a.546.546 0 0 0 .563-.563A.546.546 0 0 0 9 2.063a.546.546 0 0 0-.562.562.546.546 0 0 0 .562.563" }) })
7
+ ] });
8
+ export {
9
+ t as default
10
+ };
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const SvgNotifications: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgNotifications;
@@ -0,0 +1,39 @@
1
+ import { jsxs as a, jsx as t } from "react/jsx-runtime";
2
+ const e = (i) => /* @__PURE__ */ a(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...i,
11
+ children: [
12
+ /* @__PURE__ */ t(
13
+ "mask",
14
+ {
15
+ id: "notifications_svg__a",
16
+ width: 20,
17
+ height: 20,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ t("path", { fill: "currentColor", d: "M0 0h20v20H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ t("g", { mask: "url(#notifications_svg__a)", children: /* @__PURE__ */ t(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M4.703 15.67a.85.85 0 0 1-.617-.248.82.82 0 0 1-.254-.611q0-.363.25-.616a.83.83 0 0 1 .615-.253h.075V9.11q0-1.877 1.142-3.315t2.973-1.785V2.947q0-.465.325-.79t.79-.325q.463 0 .789.325.325.325.325.79V4.01q1.835.348 2.975 1.783 1.14 1.434 1.14 3.317v4.83h.075q.364 0 .614.25a.83.83 0 0 1 .25.61.84.84 0 0 1-.25.616.83.83 0 0 1-.613.254zm5.299 2.556q-.645 0-1.1-.457a1.5 1.5 0 0 1-.455-1.098h3.114q0 .65-.458 1.102a1.5 1.5 0 0 1-1.101.453m-3.5-4.284h7V9.11q0-1.458-1.021-2.48-1.021-1.02-2.48-1.02-1.458 0-2.479 1.02-1.02 1.022-1.02 2.48z"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
37
+ export {
38
+ e as default
39
+ };
@@ -7,8 +7,6 @@ export { default as AlertIcon } from './AlertIcon';
7
7
  export { default as Apnfd } from './Apnfd';
8
8
  export { default as Approve } from './Approve';
9
9
  export { default as ArrowBack } from './ArrowBack';
10
- export { default as ArrowBackIosNew } from './ArrowBackIosNew';
11
- export { default as ArrowForwardIos } from './ArrowForwardIos';
12
10
  export { default as ArrowsOutward } from './ArrowsOutward';
13
11
  export { default as AttachFile } from './AttachFile';
14
12
  export { default as BusinessCenter } from './BusinessCenter';
@@ -43,7 +41,6 @@ export { default as HeightIcon } from './HeightIcon';
43
41
  export { default as Help } from './Help';
44
42
  export { default as HistorialIcon } from './HistorialIcon';
45
43
  export { default as IdCodigoBroker } from './IdCodigoBroker';
46
- export { default as ImpagoIcon } from './ImpagoIcon';
47
44
  export { default as Info } from './Info';
48
45
  export { default as InfoFinanciera } from './InfoFinanciera';
49
46
  export { default as KeyboardArrowDown } from './KeyboardArrowDown';
@@ -59,6 +56,7 @@ export { default as Menu } from './Menu';
59
56
  export { default as MoreVert } from './MoreVert';
60
57
  export { default as NextIcon } from './NextIcon';
61
58
  export { default as Notes } from './Notes';
59
+ export { default as Notifications } from './Notifications';
62
60
  export { default as NumPolizaIcon } from './NumPolizaIcon';
63
61
  export { default as OpenInFull } from './OpenInFull';
64
62
  export { default as Pep } from './Pep';
@@ -70,7 +68,6 @@ export { default as PolizaIcon } from './PolizaIcon';
70
68
  export { default as Public } from './Public';
71
69
  export { default as ReembolsosIcon } from './ReembolsosIcon';
72
70
  export { default as Refresh } from './Refresh';
73
- export { default as RembolsosIcon } from './RembolsosIcon';
74
71
  export { default as Renovaciones } from './Renovaciones';
75
72
  export { default as Replay } from './Replay';
76
73
  export { default as Reply } from './Reply';