diff --git a/change/@fluentui-react-components-102726a3-c1d7-4c19-9454-412a1a1d8b7e.json b/change/@fluentui-react-components-102726a3-c1d7-4c19-9454-412a1a1d8b7e.json new file mode 100644 index 00000000000000..2115d54f12240e --- /dev/null +++ b/change/@fluentui-react-components-102726a3-c1d7-4c19-9454-412a1a1d8b7e.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "chore: exports DialogContent as unstable", + "packageName": "@fluentui/react-components", + "email": "bernardo.sunderhus@gmail.com", + "dependentChangeType": "none" +} diff --git a/packages/react-components/react-components/etc/react-components.unstable.api.md b/packages/react-components/react-components/etc/react-components.unstable.api.md index cba8a4701456c3..b77fe0a9349923 100644 --- a/packages/react-components/react-components/etc/react-components.unstable.api.md +++ b/packages/react-components/react-components/etc/react-components.unstable.api.md @@ -76,6 +76,11 @@ import { dialogBodyClassNames } from '@fluentui/react-dialog'; import { DialogBodyProps } from '@fluentui/react-dialog'; import { DialogBodySlots } from '@fluentui/react-dialog'; import { DialogBodyState } from '@fluentui/react-dialog'; +import { DialogContent } from '@fluentui/react-dialog'; +import { dialogContentClassNames } from '@fluentui/react-dialog'; +import { DialogContentProps } from '@fluentui/react-dialog'; +import { DialogContentSlots } from '@fluentui/react-dialog'; +import { DialogContentState } from '@fluentui/react-dialog'; import { DialogOpenChangeData } from '@fluentui/react-dialog'; import { DialogOpenChangeEvent } from '@fluentui/react-dialog'; import { DialogProps } from '@fluentui/react-dialog'; @@ -147,6 +152,7 @@ import { renderCombobox_unstable } from '@fluentui/react-combobox'; import { renderDialog_unstable } from '@fluentui/react-dialog'; import { renderDialogActions_unstable } from '@fluentui/react-dialog'; import { renderDialogBody_unstable } from '@fluentui/react-dialog'; +import { renderDialogContent_unstable } from '@fluentui/react-dialog'; import { renderDialogSurface_unstable } from '@fluentui/react-dialog'; import { renderDialogTitle_unstable } from '@fluentui/react-dialog'; import { renderDialogTrigger_unstable } from '@fluentui/react-dialog'; @@ -278,6 +284,8 @@ import { useDialogActions_unstable } from '@fluentui/react-dialog'; import { useDialogActionsStyles_unstable } from '@fluentui/react-dialog'; import { useDialogBody_unstable } from '@fluentui/react-dialog'; import { useDialogBodyStyles_unstable } from '@fluentui/react-dialog'; +import { useDialogContent_unstable } from '@fluentui/react-dialog'; +import { useDialogContentStyles_unstable } from '@fluentui/react-dialog'; import { useDialogSurface_unstable } from '@fluentui/react-dialog'; import { useDialogSurfaceStyles_unstable } from '@fluentui/react-dialog'; import { useDialogTitle_unstable } from '@fluentui/react-dialog'; @@ -465,6 +473,16 @@ export { DialogBodySlots } export { DialogBodyState } +export { DialogContent } + +export { dialogContentClassNames } + +export { DialogContentProps } + +export { DialogContentSlots } + +export { DialogContentState } + export { DialogOpenChangeData } export { DialogOpenChangeEvent } @@ -607,6 +625,8 @@ export { renderDialogActions_unstable } export { renderDialogBody_unstable } +export { renderDialogContent_unstable } + export { renderDialogSurface_unstable } export { renderDialogTitle_unstable } @@ -869,6 +889,10 @@ export { useDialogBody_unstable } export { useDialogBodyStyles_unstable } +export { useDialogContent_unstable } + +export { useDialogContentStyles_unstable } + export { useDialogSurface_unstable } export { useDialogSurfaceStyles_unstable } diff --git a/packages/react-components/react-components/src/unstable/index.ts b/packages/react-components/react-components/src/unstable/index.ts index a95144dce8d5aa..25549fa0ba925f 100644 --- a/packages/react-components/react-components/src/unstable/index.ts +++ b/packages/react-components/react-components/src/unstable/index.ts @@ -202,6 +202,11 @@ export { useDialogSurface_unstable, useDialogSurfaceStyles_unstable, renderDialogSurface_unstable, + DialogContent, + dialogContentClassNames, + useDialogContentStyles_unstable, + useDialogContent_unstable, + renderDialogContent_unstable, } from '@fluentui/react-dialog'; export type { @@ -227,6 +232,9 @@ export type { DialogSurfaceProps, DialogSurfaceSlots, DialogSurfaceState, + DialogContentProps, + DialogContentSlots, + DialogContentState, } from '@fluentui/react-dialog'; export {