bmi-next-brokers 1.4.3 → 1.4.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.
Files changed (40) hide show
  1. package/dist/icons/Icon.js +1 -1
  2. package/dist/icons/components/AddAlert.js +36 -7
  3. package/dist/icons/components/Aetna.js +18 -1
  4. package/dist/icons/components/AnchorEmpty.js +36 -7
  5. package/dist/icons/components/AnchorFill.js +37 -8
  6. package/dist/icons/components/ArrowForward.js +37 -8
  7. package/dist/icons/components/Assignment.js +37 -8
  8. package/dist/icons/components/BmiLogo.js +1 -1
  9. package/dist/icons/components/CheckCircle.js +36 -7
  10. package/dist/icons/components/ColectivosIcon.d.ts +3 -0
  11. package/dist/icons/components/ColectivosIcon.js +39 -0
  12. package/dist/icons/components/Colombia.d.ts +3 -0
  13. package/dist/icons/components/Colombia.js +14 -0
  14. package/dist/icons/components/Comunicaciones.js +36 -7
  15. package/dist/icons/components/CostaRica.d.ts +3 -0
  16. package/dist/icons/components/CostaRica.js +14 -0
  17. package/dist/icons/components/Ecuador.d.ts +3 -0
  18. package/dist/icons/components/Ecuador.js +456 -0
  19. package/dist/icons/components/Facturas.js +36 -7
  20. package/dist/icons/components/Guatemala.d.ts +3 -0
  21. package/dist/icons/components/Guatemala.js +286 -0
  22. package/dist/icons/components/Headset.js +37 -8
  23. package/dist/icons/components/Home.js +37 -8
  24. package/dist/icons/components/Hospital.js +27 -4
  25. package/dist/icons/components/Internacional.d.ts +3 -0
  26. package/dist/icons/components/Internacional.js +14 -0
  27. package/dist/icons/components/Password.d.ts +3 -0
  28. package/dist/icons/components/Password.js +22 -0
  29. package/dist/icons/components/RepDominicana.d.ts +3 -0
  30. package/dist/icons/components/RepDominicana.js +160 -0
  31. package/dist/icons/components/Schedule.js +36 -7
  32. package/dist/icons/components/Stethoscope.js +35 -6
  33. package/dist/icons/components/Swich.js +37 -8
  34. package/dist/icons/components/index.d.ts +31 -16
  35. package/dist/icons/components/index.js +230 -200
  36. package/dist/icons/index.d.ts +8 -0
  37. package/dist/icons/index.js +238 -222
  38. package/dist/index-j6ne-W8k.js +298 -0
  39. package/package.json +1 -1
  40. package/dist/index-ZeG929jL.js +0 -282
@@ -1,10 +1,39 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
- const a = (e) => /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 25 25", width: "1em", height: "1em", ...e, children: [
3
- /* @__PURE__ */ t("mask", { id: "stethoscope_svg__a", width: 25, height: 25, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ t("path", { fill: "currentColor", d: "M0 0h25v25H0z" }) }),
6
- /* @__PURE__ */ t("g", { mask: "url(#stethoscope_svg__a)", children: /* @__PURE__ */ t("path", { fill: "#2054A5", d: "M13.986 22.873q-2.685 0-4.564-1.899t-1.88-4.595v-.65q-2.331-.325-3.936-2.065T2.002 9.513V4.519q0-.455.313-.768.313-.312.768-.313h2.274v-.312q.031-.43.334-.715.301-.285.735-.285.452 0 .77.313.316.313.317.768V5.83q0 .455-.312.768a1.04 1.04 0 0 1-.764.313q-.434 0-.74-.285a1.04 1.04 0 0 1-.34-.715V5.6H4.163v3.925q0 1.718 1.217 2.912 1.215 1.194 2.946 1.194 1.73 0 2.946-1.194t1.216-2.912V5.6h-1.194v.312q-.031.43-.334.715-.301.285-.735.285-.453 0-.77-.313a1.04 1.04 0 0 1-.317-.768V3.207q0-.455.312-.768t.764-.313q.434 0 .74.285.309.285.34.715v.312h2.274q.455 0 .768.313.313.314.313.768v4.994q0 2.296-1.4 4t-3.545 2.15v.742q0 1.798 1.248 3.066t3.036 1.267 3.03-1.267 1.244-3.066v-1.471a3.23 3.23 0 0 1-1.631-1.181Q16 12.898 16 11.775q0-1.395.974-2.37.974-.973 2.369-.973t2.37.974q.972.974.973 2.369 0 1.125-.63 1.978-.631.854-1.632 1.177v1.449q0 2.696-1.876 4.595-1.877 1.9-4.562 1.9m5.357-9.867q.519 0 .875-.356a1.2 1.2 0 0 0 .356-.875 1.2 1.2 0 0 0-.356-.875 1.2 1.2 0 0 0-.875-.356 1.2 1.2 0 0 0-.875.356 1.2 1.2 0 0 0-.356.875q0 .52.356.875.356.357.875.356" }) })
7
- ] });
2
+ const a = (e) => /* @__PURE__ */ s(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 25 25",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ t(
13
+ "mask",
14
+ {
15
+ id: "stethoscope_svg__a",
16
+ width: 25,
17
+ height: 25,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ t("path", { fill: "currentColor", d: "M0 0h25v25H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ t("g", { mask: "url(#stethoscope_svg__a)", children: /* @__PURE__ */ t(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M13.986 22.873q-2.685 0-4.564-1.899t-1.88-4.595v-.65q-2.331-.325-3.936-2.065T2.002 9.513V4.519q0-.455.313-.768.313-.312.768-.313h2.274v-.312q.031-.43.334-.715.301-.285.735-.285.452 0 .77.313.316.313.317.768V5.83q0 .455-.312.768a1.04 1.04 0 0 1-.764.313q-.434 0-.74-.285a1.04 1.04 0 0 1-.34-.715V5.6H4.163v3.925q0 1.718 1.217 2.912 1.215 1.194 2.946 1.194 1.73 0 2.946-1.194t1.216-2.912V5.6h-1.194v.312q-.031.43-.334.715-.301.285-.735.285-.453 0-.77-.313a1.04 1.04 0 0 1-.317-.768V3.207q0-.455.312-.768t.764-.313q.434 0 .74.285.309.285.34.715v.312h2.274q.455 0 .768.313.313.314.313.768v4.994q0 2.296-1.4 4t-3.545 2.15v.742q0 1.798 1.248 3.066t3.036 1.267 3.03-1.267 1.244-3.066v-1.471a3.23 3.23 0 0 1-1.631-1.181Q16 12.898 16 11.775q0-1.395.974-2.37.974-.973 2.369-.973t2.37.974q.972.974.973 2.369 0 1.125-.63 1.978-.631.854-1.632 1.177v1.449q0 2.696-1.876 4.595-1.877 1.9-4.562 1.9m5.357-9.867q.519 0 .875-.356a1.2 1.2 0 0 0 .356-.875 1.2 1.2 0 0 0-.356-.875 1.2 1.2 0 0 0-.875-.356 1.2 1.2 0 0 0-.875.356 1.2 1.2 0 0 0-.356.875q0 .52.356.875.356.357.875.356"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
8
37
  export {
9
38
  a as default
10
39
  };
@@ -1,10 +1,39 @@
1
- import { jsxs as l, jsx as a } from "react/jsx-runtime";
2
- const e = (h) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...h, children: [
3
- /* @__PURE__ */ a("mask", { id: "Swich_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(#Swich_svg__a)", children: /* @__PURE__ */ a("path", { fill: "#2054A5", d: "M6.881 12H2.25a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.318.216-.534a.73.73 0 0 1 .534-.216h4.631L5.475 9.094a.7.7 0 0 1-.206-.516q0-.309.206-.534a.73.73 0 0 1 .534-.225.73.73 0 0 1 .535.225l2.681 2.681a.66.66 0 0 1 .16.244.8.8 0 0 1 .046.281.8.8 0 0 1-.047.281.66.66 0 0 1-.159.244l-2.7 2.7a.69.69 0 0 1-.525.216.76.76 0 0 1-.525-.235.8.8 0 0 1-.216-.525.69.69 0 0 1 .216-.525zm4.238-4.5 1.406 1.406a.7.7 0 0 1 .206.516.76.76 0 0 1-.206.534.73.73 0 0 1-.534.225.73.73 0 0 1-.535-.225l-2.681-2.68a.66.66 0 0 1-.16-.245.8.8 0 0 1-.046-.28q0-.15.047-.282a.66.66 0 0 1 .159-.244l2.7-2.7A.69.69 0 0 1 12 3.31q.3.01.525.235a.8.8 0 0 1 .216.525.69.69 0 0 1-.216.525L11.119 6h4.631q.319 0 .534.216a.73.73 0 0 1 .216.534q0 .319-.216.534a.73.73 0 0 1-.534.216z" }) })
7
- ] });
1
+ import { jsxs as h, jsx as a } from "react/jsx-runtime";
2
+ const s = (l) => /* @__PURE__ */ h(
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
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ a(
13
+ "mask",
14
+ {
15
+ id: "Swich_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(#Swich_svg__a)", children: /* @__PURE__ */ a(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M6.881 12H2.25a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.318.216-.534a.73.73 0 0 1 .534-.216h4.631L5.475 9.094a.7.7 0 0 1-.206-.516q0-.309.206-.534a.73.73 0 0 1 .534-.225.73.73 0 0 1 .535.225l2.681 2.681a.66.66 0 0 1 .16.244.8.8 0 0 1 .046.281.8.8 0 0 1-.047.281.66.66 0 0 1-.159.244l-2.7 2.7a.69.69 0 0 1-.525.216.76.76 0 0 1-.525-.235.8.8 0 0 1-.216-.525.69.69 0 0 1 .216-.525zm4.238-4.5 1.406 1.406a.7.7 0 0 1 .206.516.76.76 0 0 1-.206.534.73.73 0 0 1-.534.225.73.73 0 0 1-.535-.225l-2.681-2.68a.66.66 0 0 1-.16-.245.8.8 0 0 1-.046-.28q0-.15.047-.282a.66.66 0 0 1 .159-.244l2.7-2.7A.69.69 0 0 1 12 3.31q.3.01.525.235a.8.8 0 0 1 .216.525.69.69 0 0 1-.216.525L11.119 6h4.631q.319 0 .534.216a.73.73 0 0 1 .216.534q0 .319-.216.534a.73.73 0 0 1-.534.216z"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
8
37
  export {
9
- e as default
38
+ s as default
10
39
  };
@@ -1,22 +1,24 @@
1
1
  export { default as ArrowDown } from './ArrowDown';
2
2
  export { default as ArrowUp } from './ArrowUp';
3
- export { default as Swich } from './Swich';
3
+ export { default as Colombia } from './Colombia';
4
+ export { default as CostaRica } from './CostaRica';
5
+ export { default as Ecuador } from './Ecuador';
6
+ export { default as Guatemala } from './Guatemala';
7
+ export { default as Internacional } from './Internacional';
8
+ export { default as RepDominicana } from './RepDominicana';
4
9
  export { default as Add } from './Add';
5
10
  export { default as AddAPhoto } from './AddAPhoto';
6
- export { default as AddAlert } from './AddAlert';
7
11
  export { default as AddIcon } from './AddIcon';
8
- export { default as Aetna } from './Aetna';
12
+ export { default as AdminMeds } from './AdminMeds';
9
13
  export { default as AlertIcon } from './AlertIcon';
10
- export { default as AnchorEmpty } from './AnchorEmpty';
11
- export { default as AnchorFill } from './AnchorFill';
14
+ export { default as AmericanExpress } from './AmericanExpress';
15
+ export { default as AmericanExpressRounded } from './AmericanExpressRounded';
12
16
  export { default as Apnfd } from './Apnfd';
13
17
  export { default as Approve } from './Approve';
14
18
  export { default as ArrowBack } from './ArrowBack';
15
- export { default as ArrowForward } from './ArrowForward';
16
19
  export { default as ArrowsOutward } from './ArrowsOutward';
17
- export { default as Assignment } from './Assignment';
20
+ export { default as Article } from './Article';
18
21
  export { default as AttachFile } from './AttachFile';
19
- export { default as BmiLogoWhite } from './BmiLogoWhite';
20
22
  export { default as BusinessCenter } from './BusinessCenter';
21
23
  export { default as CalendarIcon } from './CalendarIcon';
22
24
  export { default as Call } from './Call';
@@ -24,36 +26,41 @@ export { default as CancelIcon } from './CancelIcon';
24
26
  export { default as Certificado } from './Certificado';
25
27
  export { default as ChatBubble } from './ChatBubble';
26
28
  export { default as CheckIcon } from './CheckIcon';
27
- export { default as CheckCircle } from './CheckCircle';
29
+ export { default as Checkbook } from './Checkbook';
28
30
  export { default as ChevronLeft } from './ChevronLeft';
31
+ export { default as Close } from './Close';
32
+ export { default as ColectivosIcon } from './ColectivosIcon';
29
33
  export { default as Comisiones } from './Comisiones';
30
- export { default as Comunicaciones } from './Comunicaciones';
34
+ export { default as CompareArrows } from './CompareArrows';
35
+ export { default as ComputerCancel } from './ComputerCancel';
31
36
  export { default as ComunicacionesIcon } from './ComunicacionesIcon';
32
37
  export { default as ContentCopy } from './ContentCopy';
33
38
  export { default as ConyugeIcon } from './ConyugeIcon';
34
39
  export { default as CotizacionesIcon } from './CotizacionesIcon';
35
40
  export { default as Credentials } from './Credentials';
36
41
  export { default as CreditCard } from './CreditCard';
42
+ export { default as CurrencyExchange } from './CurrencyExchange';
37
43
  export { default as DashboardIcon } from './DashboardIcon';
38
44
  export { default as Delete } from './Delete';
39
45
  export { default as DeniedIcon } from './DeniedIcon';
46
+ export { default as Diners } from './Diners';
47
+ export { default as DinersRounded } from './DinersRounded';
48
+ export { default as Discover } from './Discover';
49
+ export { default as DiscoverRounded } from './DiscoverRounded';
40
50
  export { default as Distance } from './Distance';
41
51
  export { default as Documentos } from './Documentos';
42
52
  export { default as DownloadIcon } from './DownloadIcon';
43
53
  export { default as EditIcon } from './EditIcon';
44
- export { default as Facturas } from './Facturas';
54
+ export { default as FallbackCardRounded } from './FallbackCardRounded';
45
55
  export { default as Female } from './Female';
46
56
  export { default as Filter } from './Filter';
47
57
  export { default as Folder } from './Folder';
48
58
  export { default as FondosExtranjero } from './FondosExtranjero';
49
59
  export { default as Fumador } from './Fumador';
50
- export { default as Headset } from './Headset';
51
60
  export { default as HeadsetMic } from './HeadsetMic';
52
61
  export { default as HeightIcon } from './HeightIcon';
53
62
  export { default as Help } from './Help';
54
63
  export { default as HistorialIcon } from './HistorialIcon';
55
- export { default as Home } from './Home';
56
- export { default as Hospital } from './Hospital';
57
64
  export { default as IdCodigoBroker } from './IdCodigoBroker';
58
65
  export { default as Info } from './Info';
59
66
  export { default as InfoFinanciera } from './InfoFinanciera';
@@ -65,35 +72,43 @@ export { default as LockIcon } from './LockIcon';
65
72
  export { default as MailIcon } from './MailIcon';
66
73
  export { default as Male } from './Male';
67
74
  export { default as MasAcciones } from './MasAcciones';
75
+ export { default as Mastercard } from './Mastercard';
76
+ export { default as MastercardRounded } from './MastercardRounded';
68
77
  export { default as Medical } from './Medical';
69
78
  export { default as Menu } from './Menu';
70
79
  export { default as MoreVert } from './MoreVert';
71
80
  export { default as NextIcon } from './NextIcon';
72
81
  export { default as Notes } from './Notes';
82
+ export { default as Notifications } from './Notifications';
73
83
  export { default as NumPolizaIcon } from './NumPolizaIcon';
74
84
  export { default as OpenInFull } from './OpenInFull';
85
+ export { default as Paid } from './Paid';
86
+ export { default as Password } from './Password';
75
87
  export { default as Pep } from './Pep';
76
88
  export { default as Person } from './Person';
77
89
  export { default as PersonCancel } from './PersonCancel';
78
90
  export { default as PhotoLibrary } from './PhotoLibrary';
79
91
  export { default as Planet } from './Planet';
80
92
  export { default as PolizaIcon } from './PolizaIcon';
93
+ export { default as PriceChange } from './PriceChange';
94
+ export { default as ProductIcon } from './ProductIcon';
81
95
  export { default as Public } from './Public';
82
96
  export { default as ReembolsosIcon } from './ReembolsosIcon';
83
97
  export { default as Refresh } from './Refresh';
84
98
  export { default as Renovaciones } from './Renovaciones';
85
99
  export { default as Replay } from './Replay';
86
100
  export { default as Reply } from './Reply';
87
- export { default as Schedule } from './Schedule';
88
101
  export { default as SearchIcon } from './SearchIcon';
89
102
  export { default as Send } from './Send';
90
103
  export { default as Share } from './Share';
91
104
  export { default as SmallFamily } from './SmallFamily';
92
105
  export { default as Smartphone } from './Smartphone';
93
- export { default as Stethoscope } from './Stethoscope';
94
106
  export { default as Tutoriales } from './Tutoriales';
95
107
  export { default as UnfoldMore } from './UnfoldMore';
108
+ export { default as Upload } from './Upload';
96
109
  export { default as VerifiedUser } from './VerifiedUser';
110
+ export { default as Visa } from './Visa';
111
+ export { default as VisaRounded } from './VisaRounded';
97
112
  export { default as Visibility } from './Visibility';
98
113
  export { default as VisibilityOff } from './VisibilityOff';
99
114
  export { default as Warning } from './Warning';