bmi-next-brokers 2.0.5 → 2.0.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.
@@ -1,36 +1,36 @@
1
1
  import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
- import '../../assets/Spinner.css';const v = "_spinner_1shlv_1", k = "_circle_1shlv_6", f = "_spin_1shlv_1", C = "_srOnly_1shlv_17", $ = "_roundedStrokeContainer_1shlv_31", x = "_roundedStrokeSpinner_1shlv_37", n = {
2
+ import '../../assets/Spinner.css';const v = "_spinner_1shlv_1", k = "_circle_1shlv_6", f = "_spin_1shlv_1", $ = "_srOnly_1shlv_17", C = "_roundedStrokeContainer_1shlv_31", x = "_roundedStrokeSpinner_1shlv_37", n = {
3
3
  spinner: v,
4
4
  circle: k,
5
5
  spin: f,
6
- srOnly: C,
7
- roundedStrokeContainer: $,
6
+ srOnly: $,
7
+ roundedStrokeContainer: C,
8
8
  roundedStrokeSpinner: x
9
9
  }, w = ({
10
10
  size: r = 24,
11
- color: i = "primary",
12
- thickness: c = 2,
13
- backgroundColor: o = "transparent",
14
- highlightColor: _,
11
+ color: c = "primary",
12
+ thickness: i = 2,
13
+ backgroundColor: s = "transparent",
14
+ highlightColor: l,
15
15
  className: u,
16
16
  roundedStroke: y = !1,
17
- duration: l = "1s"
17
+ duration: d = "1s"
18
18
  }) => {
19
- const d = [n.spinner, n[`color_${i}`], u].filter(Boolean).join(" "), m = _ || "currentColor", h = {
19
+ const h = [n.spinner, n[`color_${c}`], u].filter(Boolean).join(" "), m = l || "currentColor", p = l || {
20
20
  primary: "#2054a5",
21
21
  secondary: "#64748b",
22
22
  white: "white"
23
- }[i];
23
+ }[c];
24
24
  if (y) {
25
- const s = c * 2, t = (r - s) / 2, p = 2 * Math.PI * t, S = `${p * 0.25} ${p}`;
26
- return /* @__PURE__ */ a("div", { className: d, role: "status", "aria-label": "Cargando...", children: [
25
+ const o = i * 2, t = (r - o) / 2, _ = 2 * Math.PI * t, S = `${_ * 0.25} ${_}`;
26
+ return /* @__PURE__ */ a("div", { className: h, role: "status", "aria-label": "Cargando...", children: [
27
27
  /* @__PURE__ */ e("div", { className: n.roundedStrokeContainer, children: /* @__PURE__ */ a(
28
28
  "svg",
29
29
  {
30
30
  width: r,
31
31
  height: r,
32
32
  className: n.roundedStrokeSpinner,
33
- style: { animationDuration: l },
33
+ style: { animationDuration: d },
34
34
  children: [
35
35
  /* @__PURE__ */ e(
36
36
  "circle",
@@ -38,8 +38,8 @@ import '../../assets/Spinner.css';const v = "_spinner_1shlv_1", k = "_circle_1sh
38
38
  cx: r / 2,
39
39
  cy: r / 2,
40
40
  r: t,
41
- stroke: o,
42
- strokeWidth: s,
41
+ stroke: s,
42
+ strokeWidth: o,
43
43
  fill: "none"
44
44
  }
45
45
  ),
@@ -49,8 +49,8 @@ import '../../assets/Spinner.css';const v = "_spinner_1shlv_1", k = "_circle_1sh
49
49
  cx: r / 2,
50
50
  cy: r / 2,
51
51
  r: t,
52
- stroke: h,
53
- strokeWidth: s,
52
+ stroke: p,
53
+ strokeWidth: o,
54
54
  fill: "none",
55
55
  strokeDasharray: S,
56
56
  strokeDashoffset: 0,
@@ -63,7 +63,7 @@ import '../../assets/Spinner.css';const v = "_spinner_1shlv_1", k = "_circle_1sh
63
63
  /* @__PURE__ */ e("span", { className: n.srOnly, children: "Cargando..." })
64
64
  ] });
65
65
  }
66
- return /* @__PURE__ */ a("div", { className: d, role: "status", "aria-label": "Cargando...", children: [
66
+ return /* @__PURE__ */ a("div", { className: h, role: "status", "aria-label": "Cargando...", children: [
67
67
  /* @__PURE__ */ e(
68
68
  "div",
69
69
  {
@@ -71,10 +71,10 @@ import '../../assets/Spinner.css';const v = "_spinner_1shlv_1", k = "_circle_1sh
71
71
  style: {
72
72
  width: `${r}px`,
73
73
  height: `${r}px`,
74
- color: h,
75
- borderWidth: `${c}px`,
76
- borderColor: `${o} ${o} ${m} ${o}`,
77
- animationDuration: l
74
+ color: p,
75
+ borderWidth: `${i}px`,
76
+ borderColor: `${s} ${s} ${m} ${s}`,
77
+ animationDuration: d
78
78
  }
79
79
  }
80
80
  ),
@@ -1,17 +1,26 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
2
  import { I as p } from "../index-Bd7hp3_A.js";
3
- const h = ({
3
+ const m = ({
4
4
  name: o,
5
- width: n = 20,
6
- height: c = 20,
7
- fill: e = "currentColor",
8
- size: r,
9
- className: l,
10
- ...s
5
+ width: c = 20,
6
+ height: s = 20,
7
+ fill: n,
8
+ size: t,
9
+ className: e,
10
+ ...l
11
11
  }) => {
12
- const t = p[o];
13
- return !t && o ? (console.warn(`⚠️ El icono "${o}" no existe.`), null) : /* @__PURE__ */ i(t, { width: r || n, height: r || c, style: { color: e }, className: l, ...s });
12
+ const r = p[o];
13
+ return !r && o ? (console.warn(`⚠️ El icono "${o}" no existe.`), null) : /* @__PURE__ */ i(
14
+ r,
15
+ {
16
+ width: t || c,
17
+ height: t || s,
18
+ ...n != null && { style: { color: n } },
19
+ className: e,
20
+ ...l
21
+ }
22
+ );
14
23
  };
15
24
  export {
16
- h as Icon
25
+ m as Icon
17
26
  };
@@ -1,5 +1,9 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- const h = (q) => /* @__PURE__ */ c("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 27 32", width: "1em", height: "1em", ...q, children: /* @__PURE__ */ c("path", { fill: "#2054A5", d: "M11.59 31.993V30c3.452 0 5.993-.299 7.632-.903 1.64-.604 2.945-1.597 3.91-2.993q1.45-2.084 1.451-4.41c0-2.2-1.02-4.229-3.07-6.076q2.2-3.021 2.202-5.646c0-2.389-1.041-4.382-3.11-5.972-1.702-1.299-3.966-1.944-6.792-1.944H2.153v29.93H0V0h13.535q5.478-.001 8.757 2.715c2.277 1.903 3.416 4.264 3.416 7.07q-.001 2.949-1.66 5.41c1.716 2.076 2.577 4.25 2.577 6.513 0 2.014-.653 3.938-1.965 5.764-1.202 1.674-2.778 2.84-4.73 3.514q-2.924 1.009-8.34 1.007m0-3.701v-1.966c2.354 0 4.014-.132 4.966-.395q1.822-.492 2.812-1.66c.778-.91 1.174-1.952 1.174-3.14 0-1.075-.278-2.013-.848-2.812q-.843-1.195-3-2.694 2.93-2.363 2.931-4.986c0-.861-.222-1.653-.653-2.375a4.33 4.33 0 0 0-1.805-1.674c-.653-.326-1.299-.541-1.924-.632-.625-.097-1.84-.139-3.653-.139h-5.5V32H3.98V3.84h7.937q2.53-.002 3.75.153 1.219.156 2.27.667 1.523.656 2.598 2.333c.715 1.118 1.076 2.313 1.076 3.597 0 1.75-.667 3.43-1.993 5.035q2.854 2.323 2.854 5.646.002 2.572-1.673 4.354c-1.118 1.188-2.646 1.965-4.577 2.34-.61.111-1.298.195-2.07.243q-1.155.084-2.562.084M10 31.993H7.889v-24.5h4.146q2.648-.002 3.722.465c.514.223.944.611 1.285 1.18.34.57.514 1.21.514 1.91q0 2.813-3.042 3.376c-.299.048-.68.083-1.16.118-.479.027-1.062.048-1.77.048v-1.965q2.135 0 3.041-.354c.611-.236.917-.646.917-1.243s-.236-.986-.716-1.23c-.479-.242-1.312-.36-2.514-.36H9.994v22.555zm1.59-15.528 1.104.021c.987 0 1.813.076 2.493.236q1.021.231 1.626.68 1.636 1.218 1.638 3.258-.002 1.635-1.055 2.646-1.054 1.01-3.14 1.333c-.312.035-.645.055-1.006.07q-.543.02-1.66.02v-1.923q1.355 0 2.25-.153c.59-.104 1.09-.243 1.5-.43.653-.313.986-.855.986-1.619q0-.792-.541-1.333c-.327-.375-.792-.632-1.382-.771-.327-.049-.785-.09-1.368-.132a26 26 0 0 0-1.438-.055v-1.848z" }) });
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ const l = "#2054A5", v = (c) => {
3
+ var q;
4
+ const e = ((q = c.style) == null ? void 0 : q.color) ?? l;
5
+ return /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 27 32", width: "1em", height: "1em", ...c, children: /* @__PURE__ */ t("path", { fill: e, d: "M11.59 31.993V30c3.452 0 5.993-.299 7.632-.903 1.64-.604 2.945-1.597 3.91-2.993q1.45-2.084 1.451-4.41c0-2.2-1.02-4.229-3.07-6.076q2.2-3.021 2.202-5.646c0-2.389-1.041-4.382-3.11-5.972-1.702-1.299-3.966-1.944-6.792-1.944H2.153v29.93H0V0h13.535q5.478-.001 8.757 2.715c2.277 1.903 3.416 4.264 3.416 7.07q-.001 2.949-1.66 5.41c1.716 2.076 2.577 4.25 2.577 6.513 0 2.014-.653 3.938-1.965 5.764-1.202 1.674-2.778 2.84-4.73 3.514q-2.924 1.009-8.34 1.007m0-3.701v-1.966c2.354 0 4.014-.132 4.966-.395q1.822-.492 2.812-1.66c.778-.91 1.174-1.952 1.174-3.14 0-1.075-.278-2.013-.848-2.812q-.843-1.195-3-2.694 2.93-2.363 2.931-4.986c0-.861-.222-1.653-.653-2.375a4.33 4.33 0 0 0-1.805-1.674c-.653-.326-1.299-.541-1.924-.632-.625-.097-1.84-.139-3.653-.139h-5.5V32H3.98V3.84h7.937q2.53-.002 3.75.153 1.219.156 2.27.667 1.523.656 2.598 2.333c.715 1.118 1.076 2.313 1.076 3.597 0 1.75-.667 3.43-1.993 5.035q2.854 2.323 2.854 5.646.002 2.572-1.673 4.354c-1.118 1.188-2.646 1.965-4.577 2.34-.61.111-1.298.195-2.07.243q-1.155.084-2.562.084M10 31.993H7.889v-24.5h4.146q2.648-.002 3.722.465c.514.223.944.611 1.285 1.18.34.57.514 1.21.514 1.91q0 2.813-3.042 3.376c-.299.048-.68.083-1.16.118-.479.027-1.062.048-1.77.048v-1.965q2.135 0 3.041-.354c.611-.236.917-.646.917-1.243s-.236-.986-.716-1.23c-.479-.242-1.312-.36-2.514-.36H9.994v22.555zm1.59-15.528 1.104.021c.987 0 1.813.076 2.493.236q1.021.231 1.626.68 1.636 1.218 1.638 3.258-.002 1.635-1.055 2.646-1.054 1.01-3.14 1.333c-.312.035-.645.055-1.006.07q-.543.02-1.66.02v-1.923q1.355 0 2.25-.153c.59-.104 1.09-.243 1.5-.43.653-.313.986-.855.986-1.619q0-.792-.541-1.333c-.327-.375-.792-.632-1.382-.771-.327-.049-.785-.09-1.368-.132a26 26 0 0 0-1.438-.055v-1.848z" }) });
6
+ };
3
7
  export {
4
- h as default
8
+ v as default
5
9
  };
@@ -1,10 +1,12 @@
1
1
  import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
- const o = (i) => /* @__PURE__ */ a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em", ...i, children: [
3
- /* @__PURE__ */ e("mask", { id: "directorio_medico_svg__a", width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }),
6
- /* @__PURE__ */ e("g", { mask: "url(#directorio_medico_svg__a)", children: /* @__PURE__ */ e("path", { fill: "#2054A5", d: "M7.308 9.923v1.309a.67.67 0 0 0 .2.491q.2.2.489.2a.68.68 0 0 0 .492-.2.66.66 0 0 0 .203-.491V9.923H10a.67.67 0 0 0 .491-.199.66.66 0 0 0 .2-.489.67.67 0 0 0-.2-.492A.66.66 0 0 0 10 8.54H8.692V7.232a.67.67 0 0 0-.2-.491.66.66 0 0 0-.488-.2.68.68 0 0 0-.493.2.66.66 0 0 0-.203.49v1.31H6a.67.67 0 0 0-.491.199.66.66 0 0 0-.2.488q0 .29.2.493A.66.66 0 0 0 6 9.923zm-4.46 4.613q-.575 0-.98-.405a1.33 1.33 0 0 1-.403-.979v-7.84q0-.576.404-.98.405-.404.979-.404h2.629V2.725q0-.576.404-.978a1.34 1.34 0 0 1 .98-.402h2.284q.575 0 .977.404.402.405.402.98v1.2h2.628q.575 0 .98.403.404.404.404.98v7.84q0 .575-.405.98-.405.404-.979.404zm0-1.384h10.304v-7.84H2.848zM6.86 3.928h2.28v-1.2H6.86z" }) })
7
- ] });
2
+ const r = "#2054A5", h = (i) => {
3
+ var t;
4
+ const o = ((t = i.style) == null ? void 0 : t.color) ?? r;
5
+ return /* @__PURE__ */ a("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em", ...i, children: [
6
+ /* @__PURE__ */ e("mask", { id: "directorio_medico_svg__a", width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }),
7
+ /* @__PURE__ */ e("g", { mask: "url(#directorio_medico_svg__a)", children: /* @__PURE__ */ e("path", { fill: o, d: "M7.308 9.923v1.309a.67.67 0 0 0 .2.491q.2.2.489.2a.68.68 0 0 0 .492-.2.66.66 0 0 0 .203-.491V9.923H10a.67.67 0 0 0 .491-.199.66.66 0 0 0 .2-.489.67.67 0 0 0-.2-.492A.66.66 0 0 0 10 8.54H8.692V7.232a.67.67 0 0 0-.2-.491.66.66 0 0 0-.488-.2.68.68 0 0 0-.493.2.66.66 0 0 0-.203.49v1.31H6a.67.67 0 0 0-.491.199.66.66 0 0 0-.2.488q0 .29.2.493A.66.66 0 0 0 6 9.923zm-4.46 4.613q-.575 0-.98-.405a1.33 1.33 0 0 1-.403-.979v-7.84q0-.576.404-.98.405-.404.979-.404h2.629V2.725q0-.576.404-.978a1.34 1.34 0 0 1 .98-.402h2.284q.575 0 .977.404.402.405.402.98v1.2h2.628q.575 0 .98.403.404.404.404.98v7.84q0 .575-.405.98-.405.404-.979.404zm0-1.384h10.304v-7.84H2.848zM6.86 3.928h2.28v-1.2H6.86z" }) })
8
+ ] });
9
+ };
8
10
  export {
9
- o as default
11
+ h as default
10
12
  };
@@ -1,10 +1,12 @@
1
- import { jsxs as q, jsx as a } from "react/jsx-runtime";
2
- const e = (l) => /* @__PURE__ */ q("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "1em", height: "1em", ...l, children: [
3
- /* @__PURE__ */ a("mask", { id: "handshake_svg__a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }),
6
- /* @__PURE__ */ a("g", { mask: "url(#handshake_svg__a)", children: /* @__PURE__ */ a("path", { fill: "#2054A5", d: "M12.357 19.825a.583.583 0 0 0 .431-.175l7.645-7.67q.268-.268.42-.623.153-.354.153-.74 0-.405-.152-.772a2 2 0 0 0-.42-.641l-4.43-4.454q-.286-.255-.619-.39a1.85 1.85 0 0 0-.699-.135q-.51 0-.932.285-.421.285-.765.616l.053-.048 1.828 1.747q.43.435.682.956t.252 1.143q0 1.072-.754 1.826a2.48 2.48 0 0 1-1.822.753q-.516 0-.989-.19a2.6 2.6 0 0 1-.857-.575L9.35 8.7 5.612 12.43q-.075.102-.125.209a.54.54 0 0 0-.05.23q0 .242.18.411.18.17.42.17.12-.001.221-.05a1.3 1.3 0 0 0 .204-.126l2.272-2.241a.86.86 0 0 1 .625-.275q.35 0 .625.275a.86.86 0 0 1 .275.625.86.86 0 0 1-.275.625L7.712 14.55a.55.55 0 0 0-.137.21.7.7 0 0 0-.038.23q0 .24.17.412a.597.597 0 0 0 .658.123.7.7 0 0 0 .197-.125l2.254-2.26a.854.854 0 0 1 1.25 0 .875.875 0 0 1 0 1.275L9.82 16.656a.6.6 0 0 0-.134.22.8.8 0 0 0-.041.242q0 .235.175.412a.59.59 0 0 0 .659.126.6.6 0 0 0 .191-.125l2.266-2.272a.854.854 0 0 1 1.25 0 .875.875 0 0 1 0 1.275l-2.241 2.241q-.075.1-.125.217a.6.6 0 0 0-.05.242q0 .254.169.422a.57.57 0 0 0 .419.17m-.019 1.935q-.96 0-1.672-.618A2.46 2.46 0 0 1 9.82 19.6a2.23 2.23 0 0 1-1.392-.693 2.6 2.6 0 0 1-.727-1.41 2.6 2.6 0 0 1-1.411-.722 2.26 2.26 0 0 1-.683-1.382q-.931-.081-1.546-.822a2.6 2.6 0 0 1-.615-1.701q0-.513.189-.983t.565-.844l3.683-3.66q.602-.608 1.466-.608t1.473.609l1.941 1.941q.112.106.212.147t.222.04q.254 0 .422-.174a.597.597 0 0 0 .116-.665.6.6 0 0 0-.128-.198L9.864 4.732a1.6 1.6 0 0 0-.616-.388 2.2 2.2 0 0 0-.731-.119q-.368 0-.698.132-.33.13-.6.374L3.478 8.468a1.56 1.56 0 0 0-.399.7 1.75 1.75 0 0 0-.034.825 1 1 0 0 1-.182.72.92.92 0 0 1-.643.396.97.97 0 0 1-.745-.179.96.96 0 0 1-.396-.653 3.5 3.5 0 0 1 .101-1.717 3.6 3.6 0 0 1 .898-1.494l3.735-3.74Q6.33 2.8 7.046 2.52A4 4 0 0 1 8.53 2.24q.786 0 1.492.28.708.282 1.226.788l.352.346.346-.371a3.7 3.7 0 0 1 1.221-.781 4 4 0 0 1 1.496-.287q.768 0 1.468.293a3.8 3.8 0 0 1 1.225.817l4.508 4.501q.524.525.81 1.237t.287 1.494-.296 1.52a3.8 3.8 0 0 1-.832 1.273l-7.663 7.663a2.5 2.5 0 0 1-.847.563q-.468.184-.984.184" }) })
7
- ] });
1
+ import { jsxs as s, jsx as a } from "react/jsx-runtime";
2
+ const e = "#2054A5", n = (l) => {
3
+ var q;
4
+ const t = ((q = l.style) == null ? void 0 : q.color) ?? e;
5
+ return /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "1em", height: "1em", ...l, children: [
6
+ /* @__PURE__ */ a("mask", { id: "handshake_svg__a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }),
7
+ /* @__PURE__ */ a("g", { mask: "url(#handshake_svg__a)", children: /* @__PURE__ */ a("path", { fill: t, d: "M12.357 19.825a.583.583 0 0 0 .431-.175l7.645-7.67q.268-.268.42-.623.153-.354.153-.74 0-.405-.152-.772a2 2 0 0 0-.42-.641l-4.43-4.454q-.286-.255-.619-.39a1.85 1.85 0 0 0-.699-.135q-.51 0-.932.285-.421.285-.765.616l.053-.048 1.828 1.747q.43.435.682.956t.252 1.143q0 1.072-.754 1.826a2.48 2.48 0 0 1-1.822.753q-.516 0-.989-.19a2.6 2.6 0 0 1-.857-.575L9.35 8.7 5.612 12.43q-.075.102-.125.209a.54.54 0 0 0-.05.23q0 .242.18.411.18.17.42.17.12-.001.221-.05a1.3 1.3 0 0 0 .204-.126l2.272-2.241a.86.86 0 0 1 .625-.275q.35 0 .625.275a.86.86 0 0 1 .275.625.86.86 0 0 1-.275.625L7.712 14.55a.55.55 0 0 0-.137.21.7.7 0 0 0-.038.23q0 .24.17.412a.597.597 0 0 0 .658.123.7.7 0 0 0 .197-.125l2.254-2.26a.854.854 0 0 1 1.25 0 .875.875 0 0 1 0 1.275L9.82 16.656a.6.6 0 0 0-.134.22.8.8 0 0 0-.041.242q0 .235.175.412a.59.59 0 0 0 .659.126.6.6 0 0 0 .191-.125l2.266-2.272a.854.854 0 0 1 1.25 0 .875.875 0 0 1 0 1.275l-2.241 2.241q-.075.1-.125.217a.6.6 0 0 0-.05.242q0 .254.169.422a.57.57 0 0 0 .419.17m-.019 1.935q-.96 0-1.672-.618A2.46 2.46 0 0 1 9.82 19.6a2.23 2.23 0 0 1-1.392-.693 2.6 2.6 0 0 1-.727-1.41 2.6 2.6 0 0 1-1.411-.722 2.26 2.26 0 0 1-.683-1.382q-.931-.081-1.546-.822a2.6 2.6 0 0 1-.615-1.701q0-.513.189-.983t.565-.844l3.683-3.66q.602-.608 1.466-.608t1.473.609l1.941 1.941q.112.106.212.147t.222.04q.254 0 .422-.174a.597.597 0 0 0 .116-.665.6.6 0 0 0-.128-.198L9.864 4.732a1.6 1.6 0 0 0-.616-.388 2.2 2.2 0 0 0-.731-.119q-.368 0-.698.132-.33.13-.6.374L3.478 8.468a1.56 1.56 0 0 0-.399.7 1.75 1.75 0 0 0-.034.825 1 1 0 0 1-.182.72.92.92 0 0 1-.643.396.97.97 0 0 1-.745-.179.96.96 0 0 1-.396-.653 3.5 3.5 0 0 1 .101-1.717 3.6 3.6 0 0 1 .898-1.494l3.735-3.74Q6.33 2.8 7.046 2.52A4 4 0 0 1 8.53 2.24q.786 0 1.492.28.708.282 1.226.788l.352.346.346-.371a3.7 3.7 0 0 1 1.221-.781 4 4 0 0 1 1.496-.287q.768 0 1.468.293a3.8 3.8 0 0 1 1.225.817l4.508 4.501q.524.525.81 1.237t.287 1.494-.296 1.52a3.8 3.8 0 0 1-.832 1.273l-7.663 7.663a2.5 2.5 0 0 1-.847.563q-.468.184-.984.184" }) })
8
+ ] });
9
+ };
8
10
  export {
9
- e as default
11
+ n as default
10
12
  };
@@ -1,10 +1,12 @@
1
- import { jsxs as s, jsx as a } from "react/jsx-runtime";
2
- const t = (e) => /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...e, children: [
3
- /* @__PURE__ */ a("mask", { id: "money_off_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
6
- /* @__PURE__ */ a("g", { mask: "url(#money_off_svg__a)", children: /* @__PURE__ */ a("path", { fill: "#2054A5", d: "M8.248 3.825V3q0-.318.216-.534a.73.73 0 0 1 .534-.216q.32 0 .535.216A.73.73 0 0 1 9.748 3v.788q.563.112 1.06.403.497.29.872.721a.78.78 0 0 1 .178.572.72.72 0 0 1-.29.516.78.78 0 0 1-.573.178.72.72 0 0 1-.515-.29 1.855 1.855 0 0 0-1.444-.675 1.5 1.5 0 0 0-.403.056q-.197.055-.385.15a.75.75 0 0 1-.59.019.74.74 0 0 1-.422-.413.75.75 0 0 1-.019-.59.74.74 0 0 1 .413-.422q.15-.075.31-.113zm6.075 12.6L11.398 13.5q-.28.281-.768.46a3.6 3.6 0 0 1-.882.215V15q0 .319-.215.534a.73.73 0 0 1-.535.216.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534v-.863a3.9 3.9 0 0 1-1.443-.684 3.6 3.6 0 0 1-.994-1.19.82.82 0 0 1-.056-.62.74.74 0 0 1 .393-.468.8.8 0 0 1 .629-.038.88.88 0 0 1 .478.413q.28.525.76.862.477.338 1.133.338.338 0 .62-.084.28-.085.543-.254L1.573 3.675a.71.71 0 0 1-.206-.525q0-.318.206-.525a.71.71 0 0 1 .525-.206q.32 0 .525.206l12.75 12.75a.71.71 0 0 1 .207.525.71.71 0 0 1-.207.525.71.71 0 0 1-.525.206.71.71 0 0 1-.525-.206" }) })
7
- ] });
1
+ import { jsxs as l, jsx as a } from "react/jsx-runtime";
2
+ const o = "#2054A5", h = (e) => {
3
+ var s;
4
+ const t = ((s = e.style) == null ? void 0 : s.color) ?? o;
5
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...e, children: [
6
+ /* @__PURE__ */ a("mask", { id: "money_off_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
7
+ /* @__PURE__ */ a("g", { mask: "url(#money_off_svg__a)", children: /* @__PURE__ */ a("path", { fill: t, d: "M8.248 3.825V3q0-.318.216-.534a.73.73 0 0 1 .534-.216q.32 0 .535.216A.73.73 0 0 1 9.748 3v.788q.563.112 1.06.403.497.29.872.721a.78.78 0 0 1 .178.572.72.72 0 0 1-.29.516.78.78 0 0 1-.573.178.72.72 0 0 1-.515-.29 1.855 1.855 0 0 0-1.444-.675 1.5 1.5 0 0 0-.403.056q-.197.055-.385.15a.75.75 0 0 1-.59.019.74.74 0 0 1-.422-.413.75.75 0 0 1-.019-.59.74.74 0 0 1 .413-.422q.15-.075.31-.113zm6.075 12.6L11.398 13.5q-.28.281-.768.46a3.6 3.6 0 0 1-.882.215V15q0 .319-.215.534a.73.73 0 0 1-.535.216.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534v-.863a3.9 3.9 0 0 1-1.443-.684 3.6 3.6 0 0 1-.994-1.19.82.82 0 0 1-.056-.62.74.74 0 0 1 .393-.468.8.8 0 0 1 .629-.038.88.88 0 0 1 .478.413q.28.525.76.862.477.338 1.133.338.338 0 .62-.084.28-.085.543-.254L1.573 3.675a.71.71 0 0 1-.206-.525q0-.318.206-.525a.71.71 0 0 1 .525-.206q.32 0 .525.206l12.75 12.75a.71.71 0 0 1 .207.525.71.71 0 0 1-.207.525.71.71 0 0 1-.525.206.71.71 0 0 1-.525-.206" }) })
8
+ ] });
9
+ };
8
10
  export {
9
- t as default
11
+ h as default
10
12
  };
@@ -1,10 +1,12 @@
1
- import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
- const t = (s) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...s, children: [
3
- /* @__PURE__ */ a("mask", { id: "person_add_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }),
6
- /* @__PURE__ */ a("g", { mask: "url(#person_add_svg__a)", children: /* @__PURE__ */ a("path", { fill: "#2054A5", d: "M15.003 9.167h-1.667a.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.594q0-.354.24-.593.24-.24.594-.24h1.667V5.833q0-.354.24-.593.239-.24.593-.24t.594.24.24.593V7.5h1.666q.354 0 .594.24t.24.593-.24.594a.8.8 0 0 1-.594.24h-1.667v1.666q0 .354-.24.594a.8.8 0 0 1-.593.24.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.594zm-7.5.833a3.2 3.2 0 0 1-2.355-.98 3.2 3.2 0 0 1-.979-2.353q0-1.376.98-2.354a3.2 3.2 0 0 1 2.354-.98 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354 3.2 3.2 0 0 1-.98 2.354A3.2 3.2 0 0 1 7.504 10M.836 15v-.667q0-.708.365-1.302.364-.594.968-.906 1.291-.645 2.625-.969a11.5 11.5 0 0 1 2.709-.323q1.375 0 2.708.323t2.625.969q.604.312.969.906.364.594.364 1.302V15q0 .687-.49 1.177-.489.49-1.176.49h-10q-.688 0-1.177-.49A1.6 1.6 0 0 1 .836 15m1.667 0h10v-.667a.812.812 0 0 0-.417-.708 11 11 0 0 0-2.27-.844 9.7 9.7 0 0 0-4.626 0q-1.145.282-2.27.844a.81.81 0 0 0-.417.708zm5-6.667q.687 0 1.177-.49.49-.489.49-1.176 0-.688-.49-1.177A1.6 1.6 0 0 0 7.503 5q-.688 0-1.177.49-.49.489-.49 1.177 0 .687.49 1.177.489.49 1.177.49" }) })
7
- ] });
1
+ import { jsxs as h, jsx as a } from "react/jsx-runtime";
2
+ const l = "#2054A5", n = (s) => {
3
+ var e;
4
+ const t = ((e = s.style) == null ? void 0 : e.color) ?? l;
5
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...s, children: [
6
+ /* @__PURE__ */ a("mask", { id: "person_add_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }),
7
+ /* @__PURE__ */ a("g", { mask: "url(#person_add_svg__a)", children: /* @__PURE__ */ a("path", { fill: t, d: "M15.003 9.167h-1.667a.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.594q0-.354.24-.593.24-.24.594-.24h1.667V5.833q0-.354.24-.593.239-.24.593-.24t.594.24.24.593V7.5h1.666q.354 0 .594.24t.24.593-.24.594a.8.8 0 0 1-.594.24h-1.667v1.666q0 .354-.24.594a.8.8 0 0 1-.593.24.8.8 0 0 1-.594-.24.8.8 0 0 1-.24-.594zm-7.5.833a3.2 3.2 0 0 1-2.355-.98 3.2 3.2 0 0 1-.979-2.353q0-1.376.98-2.354a3.2 3.2 0 0 1 2.354-.98 3.2 3.2 0 0 1 2.354.98 3.2 3.2 0 0 1 .979 2.354 3.2 3.2 0 0 1-.98 2.354A3.2 3.2 0 0 1 7.504 10M.836 15v-.667q0-.708.365-1.302.364-.594.968-.906 1.291-.645 2.625-.969a11.5 11.5 0 0 1 2.709-.323q1.375 0 2.708.323t2.625.969q.604.312.969.906.364.594.364 1.302V15q0 .687-.49 1.177-.489.49-1.176.49h-10q-.688 0-1.177-.49A1.6 1.6 0 0 1 .836 15m1.667 0h10v-.667a.812.812 0 0 0-.417-.708 11 11 0 0 0-2.27-.844 9.7 9.7 0 0 0-4.626 0q-1.145.282-2.27.844a.81.81 0 0 0-.417.708zm5-6.667q.687 0 1.177-.49.49-.489.49-1.176 0-.688-.49-1.177A1.6 1.6 0 0 0 7.503 5q-.688 0-1.177.49-.49.489-.49 1.177 0 .687.49 1.177.489.49 1.177.49" }) })
8
+ ] });
9
+ };
8
10
  export {
9
- t as default
11
+ n as default
10
12
  };
@@ -1,10 +1,12 @@
1
- import { jsxs as i, jsx as a } from "react/jsx-runtime";
2
- const e = (l) => /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...l, children: [
3
- /* @__PURE__ */ a("mask", { id: "poliza_icon_svg__a", width: 14, height: 18, x: 3, y: 1, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ a("path", { fill: "#2054A5", d: "m9.125 10.758-1.23-1.225a.73.73 0 0 0-.545-.237.77.77 0 0 0-.551.241.76.76 0 0 0 0 1.108l1.7 1.721a.84.84 0 0 0 .616.264q.351 0 .616-.264l3.482-3.482a.76.76 0 0 0 .239-.55.75.75 0 0 0-.24-.546.77.77 0 0 0-.56-.24q-.322 0-.557.24zM10 18.076q-.14 0-.285-.013a1 1 0 0 1-.269-.06q-2.764-.905-4.44-3.376-1.675-2.472-1.675-5.356V5.566A1.7 1.7 0 0 1 4.438 3.95l4.94-1.892q.306-.12.622-.12t.621.12l4.94 1.892q.508.19.808.63.3.437.3.985V9.27q0 2.884-1.675 5.355t-4.44 3.377a1 1 0 0 1-.27.06 3 3 0 0 1-.284.013m0-1.693q2.132-.702 3.536-2.688a7.5 7.5 0 0 0 1.404-4.422V5.566L10 3.674 5.06 5.568v3.703q0 2.438 1.404 4.424T10 16.383" }) }),
6
- /* @__PURE__ */ a("g", { mask: "url(#poliza_icon_svg__a)", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) })
7
- ] });
1
+ import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
+ const i = "#2054A5", n = (l) => {
3
+ var t;
4
+ const s = ((t = l.style) == null ? void 0 : t.color) ?? i;
5
+ return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...l, children: [
6
+ /* @__PURE__ */ a("mask", { id: "poliza_icon_svg__a", width: 14, height: 18, x: 3, y: 1, maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ a("path", { fill: s, d: "m9.125 10.758-1.23-1.225a.73.73 0 0 0-.545-.237.77.77 0 0 0-.551.241.76.76 0 0 0 0 1.108l1.7 1.721a.84.84 0 0 0 .616.264q.351 0 .616-.264l3.482-3.482a.76.76 0 0 0 .239-.55.75.75 0 0 0-.24-.546.77.77 0 0 0-.56-.24q-.322 0-.557.24zM10 18.076q-.14 0-.285-.013a1 1 0 0 1-.269-.06q-2.764-.905-4.44-3.376-1.675-2.472-1.675-5.356V5.566A1.7 1.7 0 0 1 4.438 3.95l4.94-1.892q.306-.12.622-.12t.621.12l4.94 1.892q.508.19.808.63.3.437.3.985V9.27q0 2.884-1.675 5.355t-4.44 3.377a1 1 0 0 1-.27.06 3 3 0 0 1-.284.013m0-1.693q2.132-.702 3.536-2.688a7.5 7.5 0 0 0 1.404-4.422V5.566L10 3.674 5.06 5.568v3.703q0 2.438 1.404 4.424T10 16.383" }) }),
7
+ /* @__PURE__ */ a("g", { mask: "url(#poliza_icon_svg__a)", children: /* @__PURE__ */ a("path", { fill: s, d: "M0 0h20v20H0z" }) })
8
+ ] });
9
+ };
8
10
  export {
9
- e as default
11
+ n as default
10
12
  };
@@ -1,10 +1,12 @@
1
- import { jsxs as l, jsx as a } from "react/jsx-runtime";
2
- const i = (e) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...e, children: [
3
- /* @__PURE__ */ a("mask", { id: "trending_up_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
6
- /* @__PURE__ */ a("g", { mask: "url(#trending_up_svg__a)", children: /* @__PURE__ */ a("path", { fill: "#365314", d: "M2.025 13.219a.7.7 0 0 1-.216-.535.73.73 0 0 1 .216-.515L5.98 8.156a1.45 1.45 0 0 1 1.069-.431q.637 0 1.068.431l1.932 1.95 3.9-3.862h-1.2a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534q0-.319.215-.535a.73.73 0 0 1 .535-.215h3q.318 0 .534.215a.73.73 0 0 1 .216.535v3q0 .318-.216.534a.73.73 0 0 1-.534.216.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534v-1.2l-3.882 3.881a1.45 1.45 0 0 1-1.068.431q-.638 0-1.07-.431L7.05 9.244l-3.975 3.975a.71.71 0 0 1-.525.206.71.71 0 0 1-.525-.206" }) })
7
- ] });
1
+ import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
+ const n = "#365314", r = (a) => {
3
+ var t;
4
+ const l = ((t = a.style) == null ? void 0 : t.color) ?? n;
5
+ return /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...a, children: [
6
+ /* @__PURE__ */ e("mask", { id: "trending_up_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: { maskType: "alpha" }, children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
7
+ /* @__PURE__ */ e("g", { mask: "url(#trending_up_svg__a)", children: /* @__PURE__ */ e("path", { fill: l, d: "M2.025 13.219a.7.7 0 0 1-.216-.535.73.73 0 0 1 .216-.515L5.98 8.156a1.45 1.45 0 0 1 1.069-.431q.637 0 1.068.431l1.932 1.95 3.9-3.862h-1.2a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534q0-.319.215-.535a.73.73 0 0 1 .535-.215h3q.318 0 .534.215a.73.73 0 0 1 .216.535v3q0 .318-.216.534a.73.73 0 0 1-.534.216.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534v-1.2l-3.882 3.881a1.45 1.45 0 0 1-1.068.431q-.638 0-1.07-.431L7.05 9.244l-3.975 3.975a.71.71 0 0 1-.525.206.71.71 0 0 1-.525-.206" }) })
8
+ ] });
9
+ };
8
10
  export {
9
- i as default
11
+ r as default
10
12
  };
package/dist/main.d.ts CHANGED
@@ -20,6 +20,8 @@ export { Modal } from './components/modal';
20
20
  export { Tooltip } from './components/tooltip';
21
21
  export { useScrollLock } from './hooks/useScrollLock';
22
22
  export { ScrollContainer } from './components/scrollContainer';
23
+ export { FieldError } from './components/fieldError';
24
+ export { HelperText } from './components/helperText';
23
25
  export type { ButtonProps, ButtonVariant, ButtonSize, } from './components/Button';
24
26
  export type { ButtonGroupProps, ButtonObject } from './components/ButtonGroup';
25
27
  export type { DialogProps, DialogState } from './components/Dialog';
package/dist/main.js CHANGED
@@ -1,46 +1,50 @@
1
- import { Icon as t } from "./icons/Icon.js";
1
+ import { Icon as e } from "./icons/Icon.js";
2
2
  import { Badge as p } from "./components/badge/index.js";
3
- import { Button as x } from "./components/Button/Button.js";
3
+ import { Button as m } from "./components/Button/Button.js";
4
4
  import { ButtonGroup as a } from "./components/ButtonGroup/ButtonGroup.js";
5
5
  import { Dialog as n } from "./components/Dialog/Dialog.js";
6
- import { FileUpload as i } from "./components/FileUpload/FileUpload.js";
6
+ import { FileUpload as c } from "./components/FileUpload/FileUpload.js";
7
7
  import { CompactFileUpload as d } from "./components/FileUpload/CompactFileUpload.js";
8
8
  import { Input as S } from "./components/Input/Input.js";
9
- import { Checkbox as s } from "./components/Input/Checkbox/Checkbox.js";
9
+ import { Checkbox as b } from "./components/Input/Checkbox/Checkbox.js";
10
10
  import { RadioButton as g } from "./components/Input/RadioButton/RadioButton.js";
11
- import { Navbar as k } from "./components/navbar/index.js";
11
+ import { Navbar as F } from "./components/navbar/index.js";
12
12
  import { ProgressBar as G } from "./components/progressBar/index.js";
13
13
  import { Select as U } from "./components/Select/Select.js";
14
14
  import { Spinner as v } from "./components/Spinner/Spinner.js";
15
- import { Stepper as L } from "./components/stepper/index.js";
16
- import { Tab as N } from "./components/tab/index.js";
17
- import { TabGroup as R } from "./components/tab/tabGroup/index.js";
18
- import { Toast as q } from "./components/Toast/Toast.js";
19
- import { Modal as y } from "./components/modal/index.js";
20
- import { Tooltip as A } from "./components/tooltip/index.js";
21
- import { useScrollLock as H } from "./hooks/useScrollLock.js";
15
+ import { Stepper as E } from "./components/stepper/index.js";
16
+ import { Tab as L } from "./components/tab/index.js";
17
+ import { TabGroup as N } from "./components/tab/tabGroup/index.js";
18
+ import { Toast as R } from "./components/Toast/Toast.js";
19
+ import { Modal as q } from "./components/modal/index.js";
20
+ import { Tooltip as y } from "./components/tooltip/index.js";
21
+ import { useScrollLock as A } from "./hooks/useScrollLock.js";
22
22
  import { ScrollContainer as K } from "./components/scrollContainer/index.js";
23
+ import { FieldError as Q } from "./components/fieldError/index.js";
24
+ import { HelperText as W } from "./components/helperText/index.js";
23
25
  import './assets/main.css';export {
24
26
  p as Badge,
25
- x as Button,
27
+ m as Button,
26
28
  a as ButtonGroup,
27
- s as Checkbox,
29
+ b as Checkbox,
28
30
  d as CompactFileUpload,
29
31
  n as Dialog,
30
- i as FileUpload,
31
- t as Icon,
32
+ Q as FieldError,
33
+ c as FileUpload,
34
+ W as HelperText,
35
+ e as Icon,
32
36
  S as Input,
33
- y as Modal,
34
- k as Navbar,
37
+ q as Modal,
38
+ F as Navbar,
35
39
  G as ProgressBar,
36
40
  g as RadioButton,
37
41
  K as ScrollContainer,
38
42
  U as Select,
39
43
  v as Spinner,
40
- L as Stepper,
41
- N as Tab,
42
- R as TabGroup,
43
- q as Toast,
44
- A as Tooltip,
45
- H as useScrollLock
44
+ E as Stepper,
45
+ L as Tab,
46
+ N as TabGroup,
47
+ R as Toast,
48
+ y as Tooltip,
49
+ A as useScrollLock
46
50
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bmi-next-brokers",
3
3
  "description": "Componentes de UI para proyecto BMI Next Brokers",
4
- "version": "2.0.5",
4
+ "version": "2.0.7",
5
5
  "author": "BMI Ahorro España",
6
6
  "contributors": [
7
7
  "José Ramón Jiménez <jrjimenez@bmicos.com>",