@theguild/components 7.6.4-alpha-20251007201849-9033775fe1e7df1b1f4b8ec839af5477ba6a682c → 7.6.4-alpha-20251007220432-c42ac9b3592dbc9308d7a6c8ff7c9830e8f0c827
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.
|
@@ -203,7 +203,7 @@ var PRODUCTS = {
|
|
|
203
203
|
HIVE_GATEWAY: {
|
|
204
204
|
name: "Hive Gateway",
|
|
205
205
|
title: "GraphQL Gateway (Router) for federated GraphQL with Subscriptions support and built-in security features",
|
|
206
|
-
href: "https://the-guild.dev/graphql/hive/gateway",
|
|
206
|
+
href: "https://the-guild.dev/graphql/hive/docs/gateway",
|
|
207
207
|
logo: SvgHiveGateway,
|
|
208
208
|
primaryColor: "#ffb21d"
|
|
209
209
|
},
|
package/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
SvgTwitter,
|
|
35
35
|
SvgYoga as SvgYoga2,
|
|
36
36
|
SvgYoutube
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-5QOUZVKA.js";
|
|
38
38
|
import {
|
|
39
39
|
EnvelopLettermark,
|
|
40
40
|
GraphQLESlintLettermark,
|
|
@@ -1627,14 +1627,10 @@ var NavigationMenuContent = forwardRef3(({ className, ...rest }, ref) => /* @__P
|
|
|
1627
1627
|
{
|
|
1628
1628
|
ref,
|
|
1629
1629
|
className: cn(
|
|
1630
|
-
"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",
|
|
1630
|
+
"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",
|
|
1631
1631
|
className
|
|
1632
1632
|
),
|
|
1633
|
-
...rest
|
|
1634
|
-
style: {
|
|
1635
|
-
animationDuration: "0.4s",
|
|
1636
|
-
...rest.style
|
|
1637
|
-
}
|
|
1633
|
+
...rest
|
|
1638
1634
|
}
|
|
1639
1635
|
));
|
|
1640
1636
|
NavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName;
|
package/dist/products.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theguild/components",
|
|
3
|
-
"version": "7.6.4-alpha-
|
|
3
|
+
"version": "7.6.4-alpha-20251007220432-c42ac9b3592dbc9308d7a6c8ff7c9830e8f0c827",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|