Skip to content

Commit e46c799

Browse files
committed
fix: place BannerBase export after Badge* group in React & RN barrels to restore alphabetical order
1 parent d513c30 commit e46c799

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • packages
    • design-system-react-native/src/components
    • design-system-react/src/components

packages/design-system-react-native/src/components/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ export type { AvatarNetworkProps } from './AvatarNetwork';
3030
export { AvatarToken, AvatarTokenSize } from './AvatarToken';
3131
export type { AvatarTokenProps } from './AvatarToken';
3232

33-
export { BannerBase } from './BannerBase';
34-
export type { BannerBaseProps } from './BannerBase';
35-
3633
export { BadgeCount, BadgeCountSize } from './BadgeCount';
3734
export type { BadgeCountProps } from './BadgeCount';
3835

@@ -55,6 +52,9 @@ export type {
5552
BadgeWrapperCustomPosition,
5653
} from './BadgeWrapper';
5754

55+
export { BannerBase } from './BannerBase';
56+
export type { BannerBaseProps } from './BannerBase';
57+
5858
export { BottomSheetFooter, ButtonsAlignment } from './BottomSheetFooter';
5959
export type {
6060
BottomSheetFooterProps,

packages/design-system-react/src/components/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ export type { AvatarNetworkProps } from './AvatarNetwork';
2727
export { AvatarToken, AvatarTokenSize } from './AvatarToken';
2828
export type { AvatarTokenProps } from './AvatarToken';
2929

30-
export { BannerBase } from './BannerBase';
31-
export type { BannerBaseProps } from './BannerBase';
32-
3330
export { BadgeCount } from './BadgeCount';
3431
export type { BadgeCountProps } from './BadgeCount';
3532
export { BadgeCountSize } from './BadgeCount';
@@ -52,6 +49,9 @@ export {
5249
} from './BadgeWrapper';
5350
export type { BadgeWrapperCustomPosition } from './BadgeWrapper';
5451

52+
export { BannerBase } from './BannerBase';
53+
export type { BannerBaseProps } from './BannerBase';
54+
5555
export { Blockies } from './temp-components/Blockies';
5656
export type { BlockiesProps } from './temp-components/Blockies';
5757

0 commit comments

Comments
 (0)