@moontra/moonui-pro 2.15.2 → 2.15.3

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
@@ -55523,7 +55523,7 @@ function Timeline({
55523
55523
  ] })
55524
55524
  ] }),
55525
55525
  /* @__PURE__ */ jsx(MoonUICardContentPro, { className: cn(
55526
- compactMode && "pt-0",
55526
+ compactMode ? "pt-2" : "pt-6",
55527
55527
  "relative"
55528
55528
  ), children: filteredAndSortedEvents.length > 0 ? renderTimeline() : /* @__PURE__ */ jsxs("div", { className: "text-center py-12", children: [
55529
55529
  /* @__PURE__ */ jsx(Clock, { className: "h-12 w-12 mx-auto mb-4 text-muted-foreground" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.15.2",
3
+ "version": "2.15.3",
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",
@@ -1125,7 +1125,7 @@ export function Timeline({
1125
1125
  </CardHeader>
1126
1126
 
1127
1127
  <CardContent className={cn(
1128
- compactMode && "pt-0",
1128
+ compactMode ? "pt-2" : "pt-6",
1129
1129
  "relative"
1130
1130
  )}>
1131
1131
  {filteredAndSortedEvents.length > 0 ? (