Skip to content

Commit

Permalink
chore: pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrantz committed Oct 2, 2023
1 parent 3e0d236 commit 4fbacca
Show file tree
Hide file tree
Showing 6 changed files with 2,330 additions and 757 deletions.
6 changes: 6 additions & 0 deletions .changeset/tame-mice-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/menu": patch
"@twilio-paste/core": patch
---

[Menu] Extend MenuGroupProps from div props
12 changes: 6 additions & 6 deletions packages/paste-core/components/account-switcher/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export {AccountSwitcherBadge} from "./AccountSwitcherBadge";
export type {AccountSwitcherBadgeProps} from "./AccountSwitcherBadge";
export {AccountSwitcher} from "./AccountSwitcher";
export type {AccountSwitcherProps} from "./AccountSwitcher";
export {AccountSwitcherGroup} from "./AccountSwitcherGroup";
export type {AccountSwitcherGroupProps} from "./AccountSwitcherGroup";
export {AccountSwitcherSeparator} from "./AccountSwitcherSeparator";
export type {AccountSwitcherSeparatorProps} from "./AccountSwitcherSeparator";
export {AccountSwitcherItem} from "./AccountSwitcherItem";
export type {AccountSwitcherItemProps} from "./AccountSwitcherItem";
export {AccountSwitcherItemRadio} from "./AccountSwitcherItemRadio";
export type {AccountSwitcherItemRadioProps} from "./AccountSwitcherItemRadio";
export {AccountSwitcherBadge} from "./AccountSwitcherBadge";
export type {AccountSwitcherBadgeProps} from "./AccountSwitcherBadge";
export {AccountSwitcherGroup} from "./AccountSwitcherGroup";
export type {AccountSwitcherGroupProps} from "./AccountSwitcherGroup";
export {AccountSwitcherSeparator} from "./AccountSwitcherSeparator";
export type {AccountSwitcherSeparatorProps} from "./AccountSwitcherSeparator";
export {useAccountSwitcherState} from "./useAccountSwitcher";

0 comments on commit 4fbacca

Please sign in to comment.