@theguild/components 7.6.4-alpha-20251008131919-02bce52ee9348fb4d2c69beb78388931bd33807f → 7.6.4-alpha-20251008132512-04b557fa369c7052b63e6d84d2793dc871242da5

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/docs/gateway",
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-5QOUZVKA.js";
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 data-[motion^=to-]:![animation-duration:250ms] data-[motion^=from-]:![animation-duration:450ms] 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 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 md:hidden dark:text-neutral-200 dark:active:bg-neutral-800",
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
@@ -3,7 +3,7 @@ import {
3
3
  PRODUCTS,
4
4
  PRODUCTS_MENU_LIST,
5
5
  SIX_HIGHLIGHTED_PRODUCTS
6
- } from "./chunk-5QOUZVKA.js";
6
+ } from "./chunk-MQ3L4SD4.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-20251008131919-02bce52ee9348fb4d2c69beb78388931bd33807f",
3
+ "version": "7.6.4-alpha-20251008132512-04b557fa369c7052b63e6d84d2793dc871242da5",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"