diff --git a/change/@fluentui-react-components-7af2adef-a1c8-4aed-b2b3-0cdb7c48f10c.json b/change/@fluentui-react-components-7af2adef-a1c8-4aed-b2b3-0cdb7c48f10c.json new file mode 100644 index 00000000000000..833b172a67b8d6 --- /dev/null +++ b/change/@fluentui-react-components-7af2adef-a1c8-4aed-b2b3-0cdb7c48f10c.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: export `tableCellActionsClassNames` from unstable", + "packageName": "@fluentui/react-components", + "email": "lingfangao@hotmail.com", + "dependentChangeType": "patch" +} 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 e77d1a6994ad6a..cba8a4701456c3 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 @@ -193,6 +193,7 @@ import { TableBodySlots } from '@fluentui/react-table'; import { TableBodyState } from '@fluentui/react-table'; import { TableCell } from '@fluentui/react-table'; import { TableCellActions } from '@fluentui/react-table'; +import { tableCellActionsClassNames } from '@fluentui/react-table'; import { TableCellActionsProps } from '@fluentui/react-table'; import { TableCellActionsSlots } from '@fluentui/react-table'; import { TableCellActionsState } from '@fluentui/react-table'; @@ -698,6 +699,8 @@ export { TableCell } export { TableCellActions } +export { tableCellActionsClassNames } + export { TableCellActionsProps } export { TableCellActionsSlots } diff --git a/packages/react-components/react-components/src/unstable/index.ts b/packages/react-components/react-components/src/unstable/index.ts index 472a492e591ca3..a95144dce8d5aa 100644 --- a/packages/react-components/react-components/src/unstable/index.ts +++ b/packages/react-components/react-components/src/unstable/index.ts @@ -277,6 +277,7 @@ export { useTableCellActionsStyles_unstable, useTableCellActions_unstable, renderTableCellActions_unstable, + tableCellActionsClassNames, TableCellLayout, useTableCellLayout_unstable, useTableCellLayoutStyles_unstable,