@theguild/components 7.6.4-alpha-20251008132450-1bb48b17160244c43b134d38c7e53c7130692218 → 7.6.4-alpha-20251008133454-550836e20bb05d193f8e1d3c3e4bdbf9666ee08f
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/
|
|
206
|
+
href: "https://the-guild.dev/graphql/hive/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-MQ3L4SD4.js";
|
|
38
38
|
import {
|
|
39
39
|
EnvelopLettermark,
|
|
40
40
|
GraphQLESlintLettermark,
|
|
@@ -1627,10 +1627,14 @@ 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
|
|
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",
|
|
1631
1631
|
className
|
|
1632
1632
|
),
|
|
1633
|
-
...rest
|
|
1633
|
+
...rest,
|
|
1634
|
+
style: {
|
|
1635
|
+
animationDuration: "0.4s",
|
|
1636
|
+
...rest.style
|
|
1637
|
+
}
|
|
1634
1638
|
}
|
|
1635
1639
|
));
|
|
1636
1640
|
NavigationMenuContent.displayName = NavigationMenuPrimitive.Content.displayName;
|
|
@@ -2090,7 +2094,7 @@ function HamburgerButton() {
|
|
|
2090
2094
|
{
|
|
2091
2095
|
type: "button",
|
|
2092
2096
|
"aria-label": "Menu",
|
|
2093
|
-
className: "hover nextra-hamburger -m-1 rounded-lg bg-transparent p-1 text-green-1000 focus-visible:outline-none focus-visible:ring active:bg-beige-200
|
|
2097
|
+
className: "md:_hidden hover nextra-hamburger -m-1 rounded-lg bg-transparent p-1 text-green-1000 focus-visible:outline-none focus-visible:ring active:bg-beige-200 dark:text-neutral-200 dark:active:bg-neutral-800",
|
|
2094
2098
|
onClick: () => setMenu(!menu),
|
|
2095
2099
|
children: /* @__PURE__ */ jsx33(
|
|
2096
2100
|
MenuIcon,
|
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-20251008133454-550836e20bb05d193f8e1d3c3e4bdbf9666ee08f",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "https://github.com/the-guild-org/docs",
|
|
6
6
|
"directory": "packages/components"
|