@theguild/components 9.10.0 → 9.10.1-alpha-20251007220547-d609908e9882b70b3788be9113f32b53b427edee
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theguild/components",
|
|
3
|
-
"version": "9.10.
|
|
3
|
+
"version": "9.10.1-alpha-20251007220547-d609908e9882b70b3788be9113f32b53b427edee",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@types/semver": "7.7.1",
|
|
70
70
|
"dedent": "1.5.3",
|
|
71
71
|
"esbuild-plugin-svgr": "^3.0.0",
|
|
72
|
-
"graphql": "16.
|
|
72
|
+
"graphql": "16.11.0",
|
|
73
73
|
"next": "15.1.5",
|
|
74
74
|
"react": "18.3.1",
|
|
75
75
|
"react-dom": "18.3.1",
|