@theguild/components 7.6.4-alpha-20251007220432-c42ac9b3592dbc9308d7a6c8ff7c9830e8f0c827 → 7.6.4-alpha-20251008132450-1bb48b17160244c43b134d38c7e53c7130692218

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2090,7 +2090,7 @@ function HamburgerButton() {
2090
2090
  {
2091
2091
  type: "button",
2092
2092
  "aria-label": "Menu",
2093
- 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",
2094
2094
  onClick: () => setMenu(!menu),
2095
2095
  children: /* @__PURE__ */ jsx33(
2096
2096
  MenuIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "7.6.4-alpha-20251007220432-c42ac9b3592dbc9308d7a6c8ff7c9830e8f0c827",
3
+ "version": "7.6.4-alpha-20251008132450-1bb48b17160244c43b134d38c7e53c7130692218",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"