From 1a26dc71a18fed4b842ec6b551189da2d0c389b2 Mon Sep 17 00:00:00 2001 From: Makoto Morimoto Date: Fri, 17 Nov 2023 12:28:19 -0800 Subject: [PATCH] chore: Re-export missing exports from @fluentui/react-drawer in @fluentui/react-components (#29873) * chore: Re-export missing exports from @fluentui/react-drawer in @fluentui/react-components. * Adding change file. --- ...ponents-a09dca24-7d03-4b0b-bffb-1b0e620b340a.json | 7 +++++++ .../react-components/etc/react-components.api.md | 12 ++++++++++++ .../react-components/react-components/src/index.ts | 4 ++++ 3 files changed, 23 insertions(+) create mode 100644 change/@fluentui-react-components-a09dca24-7d03-4b0b-bffb-1b0e620b340a.json diff --git a/change/@fluentui-react-components-a09dca24-7d03-4b0b-bffb-1b0e620b340a.json b/change/@fluentui-react-components-a09dca24-7d03-4b0b-bffb-1b0e620b340a.json new file mode 100644 index 00000000000000..ee62b50c9d675e --- /dev/null +++ b/change/@fluentui-react-components-a09dca24-7d03-4b0b-bffb-1b0e620b340a.json @@ -0,0 +1,7 @@ +{ + "type": "minor", + "comment": "chore: Re-export missing exports from @fluentui/react-drawer in @fluentui/react-components.", + "packageName": "@fluentui/react-components", + "email": "Humberto.Morimoto@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-components/react-components/etc/react-components.api.md b/packages/react-components/react-components/etc/react-components.api.md index 9ecbe5938ad63e..f2666154c7eeb3 100644 --- a/packages/react-components/react-components/etc/react-components.api.md +++ b/packages/react-components/react-components/etc/react-components.api.md @@ -282,10 +282,12 @@ import { DividerState } from '@fluentui/react-divider'; import { Drawer } from '@fluentui/react-drawer'; import { DrawerBody } from '@fluentui/react-drawer'; import { drawerBodyClassNames } from '@fluentui/react-drawer'; +import { DrawerBodyProps } from '@fluentui/react-drawer'; import { DrawerBodySlots } from '@fluentui/react-drawer'; import { DrawerBodyState } from '@fluentui/react-drawer'; import { DrawerFooter } from '@fluentui/react-drawer'; import { drawerFooterClassNames } from '@fluentui/react-drawer'; +import { DrawerFooterProps } from '@fluentui/react-drawer'; import { DrawerFooterSlots } from '@fluentui/react-drawer'; import { DrawerFooterState } from '@fluentui/react-drawer'; import { DrawerHeader } from '@fluentui/react-drawer'; @@ -295,10 +297,12 @@ import { drawerHeaderNavigationClassNames } from '@fluentui/react-drawer'; import { DrawerHeaderNavigationProps } from '@fluentui/react-drawer'; import { DrawerHeaderNavigationSlots } from '@fluentui/react-drawer'; import { DrawerHeaderNavigationState } from '@fluentui/react-drawer'; +import { DrawerHeaderProps } from '@fluentui/react-drawer'; import { DrawerHeaderSlots } from '@fluentui/react-drawer'; import { DrawerHeaderState } from '@fluentui/react-drawer'; import { DrawerHeaderTitle } from '@fluentui/react-drawer'; import { drawerHeaderTitleClassNames } from '@fluentui/react-drawer'; +import { DrawerHeaderTitleProps } from '@fluentui/react-drawer'; import { DrawerHeaderTitleSlots } from '@fluentui/react-drawer'; import { DrawerHeaderTitleState } from '@fluentui/react-drawer'; import { DrawerProps } from '@fluentui/react-drawer'; @@ -1968,6 +1972,8 @@ export { DrawerBody } export { drawerBodyClassNames } +export { DrawerBodyProps } + export { DrawerBodySlots } export { DrawerBodyState } @@ -1976,6 +1982,8 @@ export { DrawerFooter } export { drawerFooterClassNames } +export { DrawerFooterProps } + export { DrawerFooterSlots } export { DrawerFooterState } @@ -1994,6 +2002,8 @@ export { DrawerHeaderNavigationSlots } export { DrawerHeaderNavigationState } +export { DrawerHeaderProps } + export { DrawerHeaderSlots } export { DrawerHeaderState } @@ -2002,6 +2012,8 @@ export { DrawerHeaderTitle } export { drawerHeaderTitleClassNames } +export { DrawerHeaderTitleProps } + export { DrawerHeaderTitleSlots } export { DrawerHeaderTitleState } diff --git a/packages/react-components/react-components/src/index.ts b/packages/react-components/react-components/src/index.ts index 9b2f091b81974e..934167d52d26fd 100644 --- a/packages/react-components/react-components/src/index.ts +++ b/packages/react-components/react-components/src/index.ts @@ -1484,12 +1484,16 @@ export type { InlineDrawerProps, InlineDrawerSlots, InlineDrawerState, + DrawerBodyProps, DrawerBodySlots, DrawerBodyState, + DrawerHeaderProps, DrawerHeaderSlots, DrawerHeaderState, + DrawerHeaderTitleProps, DrawerHeaderTitleSlots, DrawerHeaderTitleState, + DrawerFooterProps, DrawerFooterSlots, DrawerFooterState, DrawerHeaderNavigationProps,