From ce012272401ab507473ef3d2c91cbaa5af8b5a30 Mon Sep 17 00:00:00 2001 From: Leobel Izquierdo Date: Mon, 23 Sep 2024 17:20:50 -0400 Subject: [PATCH] fix: notification center export z-index (#422) Co-authored-by: Leobel Izquierdo Co-authored-by: mparticle-automation --- CHANGELOG.md | 10 ++++++++++ src/components/index.ts | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82473078b..db01e993a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.32.0-fix-notification-center-export-zindex.1](https://github.com/mParticle/aquarium/compare/v1.31.1...v1.32.0-fix-notification-center-export-zindex.1) (2024-09-20) + +### Bug Fixes + +- export zIndex ([dc4fede](https://github.com/mParticle/aquarium/commit/dc4fede4cfb350de5dbeb2587e8d7599ffc0df04)) + +### Features + +- add datepicker example ([#408](https://github.com/mParticle/aquarium/issues/408)) ([0b4b46b](https://github.com/mParticle/aquarium/commit/0b4b46b201986cc240224142a308e76186133821)) + ## [1.31.1](https://github.com/mParticle/aquarium/compare/v1.31.0...v1.31.1) (2024-09-18) ### Bug Fixes diff --git a/src/components/index.ts b/src/components/index.ts index 88294c255..7dce8bebb 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -109,8 +109,8 @@ export type { IWorkspaceSelectorDisplayItem, IWorkspaceSelectorItem, } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems' -export type { - INotificationCenterProps, +export { + type INotificationCenterProps, NotificationCenterZIndex, } from './navigation/GlobalNavigation/NotificationCenter' export { SuiteLogo } from './navigation/GlobalNavigation/SuiteLogo'