@moontra/moonui-pro 2.14.1 → 2.15.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moontra/moonui-pro",
3
- "version": "2.14.1",
3
+ "version": "2.15.0",
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",
@@ -241,14 +241,6 @@ export function CardDetailModal({
241
241
  </p>
242
242
  )}
243
243
  </div>
244
- <Button
245
- variant="ghost"
246
- size="icon"
247
- onClick={onClose}
248
- className="h-8 w-8"
249
- >
250
- <X className="h-4 w-4" />
251
- </Button>
252
244
  </div>
253
245
  </div>
254
246