@moontra/moonui-pro 2.36.2 → 2.36.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
|
@@ -63936,7 +63936,7 @@ function TimelineInternal({
|
|
|
63936
63936
|
/* @__PURE__ */ jsx("span", { children: activity })
|
|
63937
63937
|
]
|
|
63938
63938
|
},
|
|
63939
|
-
i
|
|
63939
|
+
`activity-${event.id}-${i}`
|
|
63940
63940
|
)),
|
|
63941
63941
|
customMeta.activities.length > 3 && /* @__PURE__ */ jsxs("li", { className: "text-sm text-muted-foreground/60 pl-5", children: [
|
|
63942
63942
|
"+",
|
|
@@ -63961,7 +63961,7 @@ function TimelineInternal({
|
|
|
63961
63961
|
)) })
|
|
63962
63962
|
] }),
|
|
63963
63963
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between mt-4 pt-4 border-t", children: [
|
|
63964
|
-
/* @__PURE__ */ jsx("div", { className: "flex items-center gap-4 text-sm text-muted-foreground", children: showRelativeTime && event.date ? /* @__PURE__ */ jsx("span", { children: getRelativeTime(event.date) }) : /* @__PURE__ */ jsx("span", { children: event.date?.toLocaleDateString() }) }),
|
|
63964
|
+
/* @__PURE__ */ jsx("div", { className: "flex items-center gap-4 text-sm text-muted-foreground", children: showRelativeTime && event.date ? /* @__PURE__ */ jsx("span", { children: getRelativeTime(event.date) }) : /* @__PURE__ */ jsx("span", { children: event.date?.toLocaleDateString("en-US") }) }),
|
|
63965
63965
|
(editable || onEventEdit || onEventDelete) && /* @__PURE__ */ jsxs("div", { className: "flex gap-2", children: [
|
|
63966
63966
|
onEventEdit && /* @__PURE__ */ jsx(
|
|
63967
63967
|
MoonUIButtonPro,
|
|
@@ -64203,7 +64203,7 @@ function TimelineInternal({
|
|
|
64203
64203
|
/* @__PURE__ */ jsx("span", { children: activity })
|
|
64204
64204
|
]
|
|
64205
64205
|
},
|
|
64206
|
-
i
|
|
64206
|
+
`activity-${event.id}-${i}`
|
|
64207
64207
|
)),
|
|
64208
64208
|
customMeta.activities.length > 3 && /* @__PURE__ */ jsxs("li", { className: "text-sm text-muted-foreground/60 pl-5", children: [
|
|
64209
64209
|
"+",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.36.
|
|
3
|
+
"version": "2.36.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",
|