@moontra/moonui 2.3.4 → 2.3.5

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",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "Premium React component library with modern design and customization",
5
5
  "author": "MoonUI",
6
6
  "license": "MIT",
@@ -187,7 +187,7 @@ const TabsContent = React.forwardRef<
187
187
  ref={ref}
188
188
  className={cn(
189
189
  "moonui-theme",
190
- "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
190
+ "mt-6 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
191
191
  animated && "data-[state=active]:animate-fadeIn data-[state=inactive]:animate-fadeOut",
192
192
  className
193
193
  )}