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 CHANGED
@@ -322,6 +322,7 @@ declare interface CardStatsProps {
322
322
  title?: string;
323
323
  overview: StatItem_2[];
324
324
  itemsPerRow?: number;
325
+ className?: string;
325
326
  info?: default_2.ReactNode;
326
327
  }
327
328
 
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
- info: r
72063
+ className: r,
72064
+ info: o
72064
72065
  }) => {
72065
- const o = Number(n) > 0 ? Number(n) : 3, a = Math.floor(24 / o) || 8;
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
- r && /* @__PURE__ */ M.jsx(Is, { content: r, placement: mv.TOP_RIGHT, children: /* @__PURE__ */ M.jsx("img", { src: h_, alt: pr.INFO }) })
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((i) => {
72078
- const l = i.value ?? i.count ?? "-";
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: a,
72083
+ span: i,
72083
72084
  className: lc.statItem,
72084
72085
  children: [
72085
- /* @__PURE__ */ M.jsx("div", { className: lc.value, children: l }),
72086
- /* @__PURE__ */ M.jsx("div", { className: lc.label, children: i.label })
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
- i.key
72090
+ l.key
72090
72091
  );
72091
72092
  }) })
72092
72093
  ] });