@moontra/moonui-pro 2.15.0 → 2.15.1

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
@@ -55458,11 +55458,7 @@ function Timeline({
55458
55458
  /* @__PURE__ */ jsxs("div", { children: [
55459
55459
  /* @__PURE__ */ jsxs(MoonUICardTitlePro, { className: "flex items-center gap-2", children: [
55460
55460
  /* @__PURE__ */ jsx(Clock, { className: "h-5 w-5" }),
55461
- "Timeline",
55462
- /* @__PURE__ */ jsxs(MoonUIBadgePro, { variant: "pro", className: "ml-2", children: [
55463
- /* @__PURE__ */ jsx(Sparkles, { className: "mr-1 h-3 w-3" }),
55464
- "Pro"
55465
- ] })
55461
+ "Timeline"
55466
55462
  ] }),
55467
55463
  /* @__PURE__ */ jsxs(MoonUICardDescriptionPro, { children: [
55468
55464
  filteredAndSortedEvents.length,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
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",
@@ -1056,10 +1056,6 @@ export function Timeline({
1056
1056
  <CardTitle className="flex items-center gap-2">
1057
1057
  <Clock className="h-5 w-5" />
1058
1058
  Timeline
1059
- <Badge variant="pro" className="ml-2">
1060
- <Sparkles className="mr-1 h-3 w-3" />
1061
- Pro
1062
- </Badge>
1063
1059
  </CardTitle>
1064
1060
  <CardDescription>
1065
1061
  {filteredAndSortedEvents.length} event{filteredAndSortedEvents.length !== 1 ? 's' : ''}