@moontra/moonui-pro 2.11.3 → 2.11.4

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
@@ -59748,7 +59748,9 @@ var FileUploadItem = ({
59748
59748
  ] }),
59749
59749
  /* @__PURE__ */ jsxs("div", { className: cn(
59750
59750
  "flex-1 min-w-0",
59751
- variant === "grid" && "text-center"
59751
+ variant === "grid" && "text-center",
59752
+ allowBulkOperations && variant !== "grid" && "ml-8"
59753
+ // Add margin when checkbox is present
59752
59754
  ), children: [
59753
59755
  /* @__PURE__ */ jsxs("div", { className: "flex items-start justify-between gap-2", children: [
59754
59756
  /* @__PURE__ */ jsxs("div", { className: "flex-1 min-w-0", children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.11.3",
3
+ "version": "2.11.4",
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",
@@ -1449,7 +1449,8 @@ const FileUploadItem = ({
1449
1449
  {/* File Info */}
1450
1450
  <div className={cn(
1451
1451
  "flex-1 min-w-0",
1452
- variant === 'grid' && "text-center"
1452
+ variant === 'grid' && "text-center",
1453
+ allowBulkOperations && variant !== 'grid' && "ml-8" // Add margin when checkbox is present
1453
1454
  )}>
1454
1455
  <div className="flex items-start justify-between gap-2">
1455
1456
  <div className="flex-1 min-w-0">