@theguild/components 7.6.4-alpha-20251008133454-550836e20bb05d193f8e1d3c3e4bdbf9666ee08f → 7.6.4-alpha-20251008133618-354575f0037c508b1fd9bca062b2b8a3ed698de0

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-MQ3L4SD4.js";
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;
@@ -2094,7 +2090,7 @@ function HamburgerButton() {
2094
2090
  {
2095
2091
  type: "button",
2096
2092
  "aria-label": "Menu",
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",
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 md:hidden dark:text-neutral-200 dark:active:bg-neutral-800",
2098
2094
  onClick: () => setMenu(!menu),
2099
2095
  children: /* @__PURE__ */ jsx33(
2100
2096
  MenuIcon,
package/dist/products.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  PRODUCTS,
4
4
  PRODUCTS_MENU_LIST,
5
5
  SIX_HIGHLIGHTED_PRODUCTS
6
- } from "./chunk-MQ3L4SD4.js";
6
+ } from "./chunk-5QOUZVKA.js";
7
7
  import "./chunk-X3SBJHCD.js";
8
8
  export {
9
9
  FOUR_MAIN_PRODUCTS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "7.6.4-alpha-20251008133454-550836e20bb05d193f8e1d3c3e4bdbf9666ee08f",
3
+ "version": "7.6.4-alpha-20251008133618-354575f0037c508b1fd9bca062b2b8a3ed698de0",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"