@theguild/components 9.11.1 → 9.11.2-alpha-20251124160801-d2ae58aaa5d903a684e7bb9879e57719af6deb1e
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.
|
@@ -70,14 +70,10 @@ const NavigationMenuContent = forwardRef(({ className, ...rest }, ref) => /* @__
|
|
|
70
70
|
{
|
|
71
71
|
ref,
|
|
72
72
|
className: cn(
|
|
73
|
-
"absolute left-0 top-0 w-auto bg-white data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 dark:bg-neutral-900 [&>:first-child]:p-6",
|
|
73
|
+
"absolute left-0 top-0 w-auto bg-white data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=to-]:![animation-duration:250ms] data-[motion^=from-]:![animation-duration:450ms] dark:bg-neutral-900 [&>:first-child]:p-6",
|
|
74
74
|
className
|
|
75
75
|
),
|
|
76
|
-
...rest
|
|
77
|
-
style: {
|
|
78
|
-
animationDuration: "0.4s",
|
|
79
|
-
...rest.style
|
|
80
|
-
}
|
|
76
|
+
...rest
|
|
81
77
|
}
|
|
82
78
|
));
|
|
83
79
|
NavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName;
|
package/package.json
CHANGED