@opensite/ui 0.5.1 → 0.5.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/registry.cjs +1 -1
- package/dist/registry.js +1 -1
- package/dist/stats-impact-grid.cjs +1 -1
- package/dist/stats-impact-grid.js +1 -1
- package/package.json +1 -1
package/dist/registry.cjs
CHANGED
|
@@ -84587,7 +84587,7 @@ function StatsImpactGrid({
|
|
|
84587
84587
|
renderStatIcon(stat),
|
|
84588
84588
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-end", children: [
|
|
84589
84589
|
stat.prefix && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "mb-1 mr-1 text-2xl font-bold", children: stat.prefix }),
|
|
84590
|
-
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-4xl font-bold tracking-tight md:text-5xl", children: stat.value }),
|
|
84590
|
+
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-4xl font-bold tracking-tight leading-tight md:text-5xl", children: stat.value }),
|
|
84591
84591
|
stat.suffix && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "mb-1 ml-1 text-2xl font-bold", children: stat.suffix })
|
|
84592
84592
|
] }),
|
|
84593
84593
|
stat.label && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mb-4 text-xl font-semibold", children: stat.label }),
|
package/dist/registry.js
CHANGED
|
@@ -84547,7 +84547,7 @@ function StatsImpactGrid({
|
|
|
84547
84547
|
renderStatIcon(stat),
|
|
84548
84548
|
/* @__PURE__ */ jsxs("div", { className: "mb-2 flex items-end", children: [
|
|
84549
84549
|
stat.prefix && /* @__PURE__ */ jsx("span", { className: "mb-1 mr-1 text-2xl font-bold", children: stat.prefix }),
|
|
84550
|
-
/* @__PURE__ */ jsx("h3", { className: "text-4xl font-bold tracking-tight md:text-5xl", children: stat.value }),
|
|
84550
|
+
/* @__PURE__ */ jsx("h3", { className: "text-4xl font-bold tracking-tight leading-tight md:text-5xl", children: stat.value }),
|
|
84551
84551
|
stat.suffix && /* @__PURE__ */ jsx("span", { className: "mb-1 ml-1 text-2xl font-bold", children: stat.suffix })
|
|
84552
84552
|
] }),
|
|
84553
84553
|
stat.label && /* @__PURE__ */ jsx("div", { className: "mb-4 text-xl font-semibold", children: stat.label }),
|
|
@@ -1057,7 +1057,7 @@ function StatsImpactGrid({
|
|
|
1057
1057
|
renderStatIcon(stat),
|
|
1058
1058
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-end", children: [
|
|
1059
1059
|
stat.prefix && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "mb-1 mr-1 text-2xl font-bold", children: stat.prefix }),
|
|
1060
|
-
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-4xl font-bold tracking-tight md:text-5xl", children: stat.value }),
|
|
1060
|
+
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-4xl font-bold tracking-tight leading-tight md:text-5xl", children: stat.value }),
|
|
1061
1061
|
stat.suffix && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "mb-1 ml-1 text-2xl font-bold", children: stat.suffix })
|
|
1062
1062
|
] }),
|
|
1063
1063
|
stat.label && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mb-4 text-xl font-semibold", children: stat.label }),
|
|
@@ -1036,7 +1036,7 @@ function StatsImpactGrid({
|
|
|
1036
1036
|
renderStatIcon(stat),
|
|
1037
1037
|
/* @__PURE__ */ jsxs("div", { className: "mb-2 flex items-end", children: [
|
|
1038
1038
|
stat.prefix && /* @__PURE__ */ jsx("span", { className: "mb-1 mr-1 text-2xl font-bold", children: stat.prefix }),
|
|
1039
|
-
/* @__PURE__ */ jsx("h3", { className: "text-4xl font-bold tracking-tight md:text-5xl", children: stat.value }),
|
|
1039
|
+
/* @__PURE__ */ jsx("h3", { className: "text-4xl font-bold tracking-tight leading-tight md:text-5xl", children: stat.value }),
|
|
1040
1040
|
stat.suffix && /* @__PURE__ */ jsx("span", { className: "mb-1 ml-1 text-2xl font-bold", children: stat.suffix })
|
|
1041
1041
|
] }),
|
|
1042
1042
|
stat.label && /* @__PURE__ */ jsx("div", { className: "mb-4 text-xl font-semibold", children: stat.label }),
|