Skip to content

Commit

Permalink
chore: export all entities (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Apr 17, 2024
1 parent e76c506 commit 92cec6f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-wolves-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"flowbite-react": patch
---

Mega Menu - export all entities
4 changes: 2 additions & 2 deletions apps/web/examples/megaMenu/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { root } from "./megaMenu.root";
export { icons } from "./megaMenu.icons";
export { fullWidth } from "./megaMenu.fullWidth";
export { fullWidthCTA } from "./megaMenu.fullWidthCTA";
export { fullWidthImage } from "./megaMenu.fullWidthImage";
export { icons } from "./megaMenu.icons";
export { root } from "./megaMenu.root";
2 changes: 1 addition & 1 deletion packages/ui/src/components/Flowbite/FlowbiteTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import type { FlowbiteKbdTheme } from "../Kbd";
import type { FlowbiteLabelTheme } from "../Label";
import type { FlowbiteListTheme } from "../List";
import type { FlowbiteListGroupTheme } from "../ListGroup";
import { FlowbiteMegaMenuTheme } from "../MegaMenu/MegaMenu";
import type { FlowbiteMegaMenuTheme } from "../MegaMenu";
import type { FlowbiteModalTheme } from "../Modal";
import type { FlowbiteNavbarTheme } from "../Navbar";
import type { FlowbitePaginationTheme } from "../Pagination";
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/src/components/MegaMenu/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { MegaMenu } from "./MegaMenu";
export type { MegaMenuProps } from "./MegaMenu";
export type { FlowbiteMegaMenuTheme, MegaMenuProps } from "./MegaMenu";
export { MegaMenuDropdown } from "./MegaMenuDropdown";
export type { MegaMenuDropdownProps } from "./MegaMenuDropdown";
export type { FlowbiteMegaMenuDropdownTheme, MegaMenuDropdownProps } from "./MegaMenuDropdown";
export { MegaMenuDropdownToggle } from "./MegaMenuDropdownToggle";
export type { MegaMenuDropdownToggleProps } from "./MegaMenuDropdownToggle";
export type { FlowbiteMegaMenuDropdownToggleTheme, MegaMenuDropdownToggleProps } from "./MegaMenuDropdownToggle";

0 comments on commit 92cec6f

Please sign in to comment.