@theguild/components 8.0.0-alpha-20241205181447-87125d0b44dc0d1a7ce638de956987d05110bb5e → 8.0.0-alpha-20241205182857-6e51c124bc142c34b7fcdb127d464cecb582e7ef

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.
@@ -42,7 +42,6 @@ interface ProductsMenuProps extends MenuContentColumnsProps {
42
42
  declare const ProductsMenu: react__default.ForwardRefExoticComponent<Omit<ProductsMenuProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
43
43
  type MenuContentColumnsProps = ComponentProps<'div'>;
44
44
  interface DeveloperMenuProps extends react__default.HTMLAttributes<HTMLDivElement> {
45
- isHive: boolean;
46
45
  developerMenu?: {
47
46
  href: string;
48
47
  title?: string;
@@ -87,7 +87,7 @@ function HiveNavigation({
87
87
  ] }),
88
88
  /* @__PURE__ */ jsxs(NavigationMenuItem, { children: [
89
89
  /* @__PURE__ */ jsx(NavigationMenuTrigger, { children: "Developer" }),
90
- /* @__PURE__ */ jsx(NavigationMenuContent, { children: /* @__PURE__ */ jsx(DeveloperMenu, { developerMenu, isHive: productName === "Hive" }) })
90
+ /* @__PURE__ */ jsx(NavigationMenuContent, { children: /* @__PURE__ */ jsx(DeveloperMenu, { developerMenu }) })
91
91
  ] }),
92
92
  !ENTERPRISE_MENU_HIDDEN && /* @__PURE__ */ jsxs(NavigationMenuItem, { children: [
93
93
  /* @__PURE__ */ jsx(NavigationMenuTrigger, { children: "Enterprise" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/components",
3
- "version": "8.0.0-alpha-20241205181447-87125d0b44dc0d1a7ce638de956987d05110bb5e",
3
+ "version": "8.0.0-alpha-20241205182857-6e51c124bc142c34b7fcdb127d464cecb582e7ef",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"