rbro-tat-uds 1.3.1 → 1.3.2
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/components/GraficPlanInvestitii/GraficPlanInvestitii.d.ts +4 -0
- package/dist/components/GraficPlanInvestitii/index.d.ts +1 -0
- package/dist/components/InvestmentFundItem/InvestmentFundItem.d.ts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +33 -21
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -10575,27 +10575,37 @@ const zt = b.svg`
|
|
10575
10575
|
scenariuText: o = "",
|
10576
10576
|
recomandatText: i = "",
|
10577
10577
|
riscLevel: a = 1,
|
10578
|
-
selected: s = !1
|
10579
|
-
|
10580
|
-
|
10581
|
-
|
10582
|
-
|
10583
|
-
|
10584
|
-
|
10585
|
-
|
10586
|
-
|
10587
|
-
|
10588
|
-
|
10589
|
-
|
10590
|
-
|
10591
|
-
|
10592
|
-
|
10593
|
-
|
10594
|
-
|
10595
|
-
|
10596
|
-
|
10597
|
-
|
10598
|
-
|
10578
|
+
selected: s = !1,
|
10579
|
+
buttonOnClick: d,
|
10580
|
+
...h
|
10581
|
+
}) => /* @__PURE__ */ r.jsxs(
|
10582
|
+
Xt,
|
10583
|
+
{
|
10584
|
+
onClick: d,
|
10585
|
+
...h,
|
10586
|
+
"data-selected": s,
|
10587
|
+
children: [
|
10588
|
+
/* @__PURE__ */ r.jsxs("div", { children: [
|
10589
|
+
/* @__PURE__ */ r.jsx("span", { children: e ?? "" }),
|
10590
|
+
/* @__PURE__ */ r.jsx("span", { children: n ?? "RON" })
|
10591
|
+
] }),
|
10592
|
+
/* @__PURE__ */ r.jsxs("span", { children: [
|
10593
|
+
"Scenariu favorabil la 1 an: ",
|
10594
|
+
o ?? ""
|
10595
|
+
] }),
|
10596
|
+
/* @__PURE__ */ r.jsxs("div", { children: [
|
10597
|
+
/* @__PURE__ */ r.jsxs("span", { children: [
|
10598
|
+
"Recomandat: ",
|
10599
|
+
i ?? ""
|
10600
|
+
] }),
|
10601
|
+
/* @__PURE__ */ r.jsxs("div", { children: [
|
10602
|
+
/* @__PURE__ */ r.jsx("span", { children: "Risc:" }),
|
10603
|
+
/* @__PURE__ */ r.jsx("div", { children: Array.from({ length: 7 }).map((C, f) => /* @__PURE__ */ r.jsx("div", { "data-active": a >= f + 1 })) })
|
10604
|
+
] })
|
10605
|
+
] })
|
10606
|
+
]
|
10607
|
+
}
|
10608
|
+
), qt = b.div`
|
10599
10609
|
border-radius: 8px;
|
10600
10610
|
border: 1px solid ${t.gray_200};
|
10601
10611
|
overflow: hidden;
|
@@ -10860,6 +10870,7 @@ const zt = b.svg`
|
|
10860
10870
|
] }) });
|
10861
10871
|
}, B3 = ({ children: e }) => e;
|
10862
10872
|
Jt.ContentSlot = B3;
|
10873
|
+
const z4 = () => /* @__PURE__ */ r.jsx("div", { children: "Have a good coding" });
|
10863
10874
|
export {
|
10864
10875
|
S4 as Alert,
|
10865
10876
|
b4 as Bar,
|
@@ -10878,6 +10889,7 @@ export {
|
|
10878
10889
|
a4 as Flex,
|
10879
10890
|
f4 as FormField,
|
10880
10891
|
V4 as GraficPensii,
|
10892
|
+
z4 as GraficPlanInvestitii,
|
10881
10893
|
V as Icon,
|
10882
10894
|
k1 as IconButton,
|
10883
10895
|
E4 as IconCard,
|