vrfi-design-system 1.2.33 → 1.2.35
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/index.d.ts +1 -0
- package/dist/main.es.js +11 -10
- package/dist/main.umd.js +11 -11
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/main.es.js
CHANGED
|
@@ -72060,13 +72060,14 @@ const f8e = "_ratingContainer_1sj06_24", g8e = "_header_1sj06_33", m8e = "_title
|
|
|
72060
72060
|
title: e,
|
|
72061
72061
|
overview: t,
|
|
72062
72062
|
itemsPerRow: n = 3,
|
|
72063
|
-
|
|
72063
|
+
className: r,
|
|
72064
|
+
info: o
|
|
72064
72065
|
}) => {
|
|
72065
|
-
const
|
|
72066
|
-
return /* @__PURE__ */ M.jsxs("div", { className: lc.card, children: [
|
|
72066
|
+
const a = Number(n) > 0 ? Number(n) : 3, i = Math.floor(24 / a) || 8;
|
|
72067
|
+
return /* @__PURE__ */ M.jsxs("div", { className: at(lc.card, r), children: [
|
|
72067
72068
|
/* @__PURE__ */ M.jsxs("h3", { className: lc.title, children: [
|
|
72068
72069
|
/* @__PURE__ */ M.jsx("span", { children: e }),
|
|
72069
|
-
|
|
72070
|
+
o && /* @__PURE__ */ M.jsx(Is, { content: o, placement: mv.TOP_RIGHT, children: /* @__PURE__ */ M.jsx("img", { src: h_, alt: pr.INFO }) })
|
|
72070
72071
|
] }),
|
|
72071
72072
|
t.length === 0 ? /* @__PURE__ */ M.jsx(
|
|
72072
72073
|
i0,
|
|
@@ -72074,19 +72075,19 @@ const f8e = "_ratingContainer_1sj06_24", g8e = "_header_1sj06_33", m8e = "_title
|
|
|
72074
72075
|
noDataIcon: /* @__PURE__ */ M.jsx("i", { className: ft.NO_DATA }),
|
|
72075
72076
|
headingText: E1.HEADING
|
|
72076
72077
|
}
|
|
72077
|
-
) : /* @__PURE__ */ M.jsx(Yr, { gutter: [24, 24], className: lc.statsContainer, children: t.map((
|
|
72078
|
-
const
|
|
72078
|
+
) : /* @__PURE__ */ M.jsx(Yr, { gutter: [24, 24], className: lc.statsContainer, children: t.map((l) => {
|
|
72079
|
+
const s = l.value ?? l.count ?? "-";
|
|
72079
72080
|
return /* @__PURE__ */ M.jsxs(
|
|
72080
72081
|
an,
|
|
72081
72082
|
{
|
|
72082
|
-
span:
|
|
72083
|
+
span: i,
|
|
72083
72084
|
className: lc.statItem,
|
|
72084
72085
|
children: [
|
|
72085
|
-
/* @__PURE__ */ M.jsx("div", { className: lc.value, children:
|
|
72086
|
-
/* @__PURE__ */ M.jsx("div", { className: lc.label, children:
|
|
72086
|
+
/* @__PURE__ */ M.jsx("div", { className: lc.value, children: s }),
|
|
72087
|
+
/* @__PURE__ */ M.jsx("div", { className: lc.label, children: l.label })
|
|
72087
72088
|
]
|
|
72088
72089
|
},
|
|
72089
|
-
|
|
72090
|
+
l.key
|
|
72090
72091
|
);
|
|
72091
72092
|
}) })
|
|
72092
72093
|
] });
|