@theguild/components 8.0.0-alpha-20241205182626-0c530a9ef4b92616ceb02d93a30c7fb4f876114d → 8.0.0-alpha-20241205183441-71bf96d1f073860edd4a660b8f76ace246269df5

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-20241205182626-0c530a9ef4b92616ceb02d93a30c7fb4f876114d",
3
+ "version": "8.0.0-alpha-20241205183441-71bf96d1f073860edd4a660b8f76ace246269df5",
4
4
  "repository": {
5
5
  "url": "https://github.com/the-guild-org/docs",
6
6
  "directory": "packages/components"