@moontra/moonui-pro 2.26.11 → 2.26.12
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.global.js +2 -2
- package/dist/index.global.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8000,7 +8000,7 @@ var TabsContent = t.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
|
|
|
8000
8000
|
{
|
|
8001
8001
|
ref,
|
|
8002
8002
|
className: cn(
|
|
8003
|
-
"mt-
|
|
8003
|
+
"mt-6 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
8004
8004
|
className
|
|
8005
8005
|
),
|
|
8006
8006
|
...props
|
|
@@ -72875,7 +72875,7 @@ var AlertDialogFooter = ({
|
|
|
72875
72875
|
"div",
|
|
72876
72876
|
{
|
|
72877
72877
|
className: cn(
|
|
72878
|
-
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
|
|
72878
|
+
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2 mt-6",
|
|
72879
72879
|
className
|
|
72880
72880
|
),
|
|
72881
72881
|
...props
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moontra/moonui-pro",
|
|
3
|
-
"version": "2.26.
|
|
3
|
+
"version": "2.26.12",
|
|
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",
|