Skip to content

Commit

Permalink
fix: export Menubar.Portal (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Nov 20, 2024
1 parent 680b101 commit 0422f5f
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 162 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-candles-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

fix: export `Portal` from `Menubar` namespace
1 change: 1 addition & 0 deletions packages/bits-ui/src/lib/bits/menubar/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export { default as SubContentStatic } from "$lib/bits/menu/components/menu-sub-
export { default as SubTrigger } from "$lib/bits/menu/components/menu-sub-trigger.svelte";
export { default as RadioGroup } from "$lib/bits/menu/components/menu-radio-group.svelte";
export { default as CheckboxItem } from "$lib/bits/menu/components/menu-checkbox-item.svelte";
export { default as Portal } from "$lib/bits/utilities/portal/portal.svelte";

export type {
MenubarRootProps as RootProps,
Expand Down
Loading

0 comments on commit 0422f5f

Please sign in to comment.