@moontra/moonui-pro 2.28.10 → 2.28.11

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.mjs CHANGED
@@ -86249,7 +86249,7 @@ function ChartWidget2({
86249
86249
  const total = values.reduce((sum, val) => sum + val, 0);
86250
86250
  let currentAngle = -90;
86251
86251
  return /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between gap-4 h-full overflow-hidden", children: [
86252
- /* @__PURE__ */ jsxs("div", { className: "relative w-32 h-32 lg:w-40 lg:h-40 flex-shrink-0", children: [
86252
+ /* @__PURE__ */ jsxs("div", { className: "relative w-48 h-48 flex-shrink-0", children: [
86253
86253
  /* @__PURE__ */ jsxs("svg", { className: "w-full h-full transform", viewBox: "0 0 100 100", children: [
86254
86254
  values.map((value, index2) => {
86255
86255
  const percentage = value / total * 100;
@@ -86947,8 +86947,8 @@ function FunnelWidget({
86947
86947
  children: /* @__PURE__ */ jsx("div", { style: { color }, children: icon })
86948
86948
  }
86949
86949
  ),
86950
- index2 > 0 && showDropoff && /* @__PURE__ */ jsxs(MoonUIBadgePro, { variant: "destructive", className: "text-xs", children: [
86951
- /* @__PURE__ */ jsx(TrendingDown, { className: "h-3 w-3 mr-1" }),
86950
+ index2 > 0 && showDropoff && /* @__PURE__ */ jsxs(MoonUIBadgePro, { variant: "destructive", className: "text-xs flex items-center gap-1", children: [
86951
+ /* @__PURE__ */ jsx(TrendingDown, { className: "h-3 w-3" }),
86952
86952
  formatNumber2(stage.dropoffPercentage),
86953
86953
  "%"
86954
86954
  ] })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.28.10",
3
+ "version": "2.28.11",
4
4
  "description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",