Skip to content

Commit

Permalink
fix: export notification center props (#418)
Browse files Browse the repository at this point in the history
Co-authored-by: Leobel Izquierdo <[email protected]>
Co-authored-by: mparticle-automation <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2024
1 parent b17f4a8 commit 2ea78c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.31.1-fix-notification-center-props.1](https://github.com/mParticle/aquarium/compare/v1.31.0...v1.31.1-fix-notification-center-props.1) (2024-09-17)

### Bug Fixes

- export notification center props ([abaa4ba](https://github.com/mParticle/aquarium/commit/abaa4baf3532d168314711a8d1e598d0f0084492))

# [1.31.0](https://github.com/mParticle/aquarium/compare/v1.30.3...v1.31.0) (2024-09-17)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ export type {
IWorkspaceSelectorDisplayItem,
IWorkspaceSelectorItem,
} from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems'
export type {
INotificationCenterProps,
NotificationCenterZIndex,
} from './navigation/GlobalNavigation/NotificationCenter'
export { SuiteLogo } from './navigation/GlobalNavigation/SuiteLogo'
export { Typography } from './general/Typography/Typography'

Expand Down

0 comments on commit 2ea78c2

Please sign in to comment.