@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
|
|
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.
|
|
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",
|