From 3dc52136182aeaa0f96793c46129ca9b04837712 Mon Sep 17 00:00:00 2001 From: Lingfan Gao Date: Fri, 16 Sep 2022 09:38:02 +0200 Subject: [PATCH 1/2] fix: export `tableCellActionsClassNames` from unstable --- .../react-components/etc/react-components.unstable.api.md | 3 +++ .../react-components/react-components/src/unstable/index.ts | 1 + 2 files changed, 4 insertions(+) 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 e77d1a6994ad6..cba8a4701456c 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 472a492e591ca..a95144dce8d5a 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, From da238c40893af7805f830dd5db2f096a87919958 Mon Sep 17 00:00:00 2001 From: Lingfan Gao Date: Fri, 16 Sep 2022 09:39:14 +0200 Subject: [PATCH 2/2] changefile --- ...ct-components-7af2adef-a1c8-4aed-b2b3-0cdb7c48f10c.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/@fluentui-react-components-7af2adef-a1c8-4aed-b2b3-0cdb7c48f10c.json 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 0000000000000..833b172a67b8d --- /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" +}