-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1d20b0
commit b7426ab
Showing
8 changed files
with
153 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/fuselage/src/components/SidebarV2/SidebarFooter/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export * as SidebarV2Footer from './SidebarFooter'; | ||
export * as SidebarV2FooterContent from './SidebarFooterContent'; | ||
export { SidebarFooter as SidebarV2Footer } from './SidebarFooter'; | ||
export { SidebarFooterContent as SidebarV2FooterContent } from './SidebarFooterContent'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
packages/fuselage/src/components/SidebarV2/SidebarItem/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
export * as SidebarV2Item from './SidebarItem'; | ||
export * as SidebarV2ItemAction from './SidebarItemAction'; | ||
export * as SidebarV2ItemAvatarWrapper from './SidebarItemAvatarWrapper'; | ||
export * as SidebarV2ItemBadge from './SidebarItemBadge'; | ||
export * as SidebarV2ItemIcon from './SidebarItemIcon'; | ||
export * as SidebarV2ItemMenu from './SidebarItemMenu'; | ||
export * as SidebarV2ItemTitle from './SidebarItemTitle'; | ||
export * as SidebarV2ItemRow from './SidebarItemRow'; | ||
export * as SidebarV2ItemCol from './SidebarItemCol'; | ||
export * as SidebarV2ItemTimestamp from './SidebarItemTimestamp'; | ||
export * as SidebarV2ListItem from './SidebarListItem'; | ||
export * as SidebarV2ItemContent from './SidebarItemContent'; | ||
export * as SidebarV2ItemStatusBullet from './SidebarItemStatusBullet'; | ||
export { SidebarItem as SidebarV2Item } from './SidebarItem'; | ||
export { SidebarItemAction as SidebarV2ItemAction } from './SidebarItemAction'; | ||
export { SidebarItemAvatarWrapper as SidebarV2ItemAvatarWrapper } from './SidebarItemAvatarWrapper'; | ||
export { SidebarItemBadge as SidebarV2ItemBadge } from './SidebarItemBadge'; | ||
export { SidebarItemIcon as SidebarV2ItemIcon } from './SidebarItemIcon'; | ||
export { SidebarItemMenu as SidebarV2ItemMenu } from './SidebarItemMenu'; | ||
export { SidebarItemTitle as SidebarV2ItemTitle } from './SidebarItemTitle'; | ||
export { SidebarItemRow as SidebarV2ItemRow } from './SidebarItemRow'; | ||
export { SidebarItemCol as SidebarV2ItemCol } from './SidebarItemCol'; | ||
export { SidebarItemTimestamp as SidebarV2ItemTimestamp } from './SidebarItemTimestamp'; | ||
export { SidebarListItem as SidebarV2ListItem } from './SidebarListItem'; | ||
export { SidebarItemContent as SidebarV2ItemContent } from './SidebarItemContent'; | ||
export { SidebarItemStatusBullet as SidebarV2ItemStatusBullet } from './SidebarItemStatusBullet'; |
10 changes: 5 additions & 5 deletions
10
packages/fuselage/src/components/SidebarV2/SidebarMedia/SidebarMedia.stories.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/fuselage/src/components/SidebarV2/SidebarMedia/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export * as SidebarV2Media from './SidebarMedia'; | ||
export * as SidebarV2MediaController from './SidebarMediaController'; | ||
export * as SidebarV2MediaTitle from './SidebarMediaTitle'; | ||
export { SidebarMedia as SidebarV2Media } from './SidebarMedia'; | ||
export { SidebarMediaController as SidebarV2MediaController } from './SidebarMediaController'; | ||
export { SidebarMediaTitle as SidebarV2MediaTitle } from './SidebarMediaTitle'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.