Skip to content

Commit fcdd01e

Browse files
authored
chore: move @fluentui/react-motions-preview to stable (#31574)
1 parent 02f620c commit fcdd01e

96 files changed

Lines changed: 226 additions & 95 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ packages/react-components/react-swatch-picker/stories @microsoft/cxe-prg
253253
packages/react-components/react-calendar-compat @microsoft/cxe-red @sopranopillow
254254
packages/react-components/react-infolabel @microsoft/cxe-red @sopranopillow
255255
packages/react-components/react-list-preview @microsoft/teams-prg
256-
packages/react-components/react-motions-preview @microsoft/teams-prg
256+
packages/react-components/react-motion @microsoft/teams-prg
257257
packages/react-components/react-teaching-popover @microsoft/xc-uxe @Mitch-At-Work
258258
packages/react-components/react-timepicker-compat @microsoft/teams-prg
259259
packages/react-components/react-icons-compat @microsoft/cxe-red @tomi-msft

apps/public-docsite-v9/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"@fluentui/react-storybook-addon": "*",
3737
"@fluentui/react-storybook-addon-export-to-sandbox": "*",
3838
"@fluentui/theme-designer": "*",
39-
"@fluentui/react-motions-preview": "*",
4039
"@fluentui/recipes": "*",
4140
"@fluentui/react-timepicker-compat": "*",
4241
"@griffel/react": "^1.5.22",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "feat: add @fluentui/react-motion to suite",
4+
"packageName": "@fluentui/react-components",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: use @fluentui/react-motion",
4+
"packageName": "@fluentui/react-dialog",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "feat: release stable",
4+
"packageName": "@fluentui/react-motion",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: use @fluentui/react-motion",
4+
"packageName": "@fluentui/react-toast",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/react-components/react-components/etc/react-components.api.md

Lines changed: 33 additions & 0 deletions

packages/react-components/react-components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
"@fluentui/react-rating": "^9.0.10",
8787
"@fluentui/react-search": "^9.0.6",
8888
"@fluentui/react-teaching-popover": "^9.1.6",
89-
"@fluentui/react-tag-picker": "^9.0.4"
89+
"@fluentui/react-tag-picker": "^9.0.4",
90+
"@fluentui/react-motion": "9.0.0-alpha.0"
9091
},
9192
"peerDependencies": {
9293
"@types/react": ">=16.14.0 <19.0.0",

packages/react-components/react-components/src/index.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,3 +1868,14 @@ export type {
18681868
EmptySwatchSlots,
18691869
EmptySwatchState,
18701870
} from '@fluentui/react-swatch-picker';
1871+
1872+
export { motionTokens, createMotionComponent, createPresenceComponent, PresenceGroup } from '@fluentui/react-motion';
1873+
export type {
1874+
AtomMotion,
1875+
AtomMotionFn,
1876+
MotionComponentProps,
1877+
MotionImperativeRef,
1878+
PresenceMotion,
1879+
PresenceMotionFn,
1880+
PresenceComponentProps,
1881+
} from '@fluentui/react-motion';

packages/react-components/react-dialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@fluentui/react-jsx-runtime": "^9.0.38",
4545
"@fluentui/keyboard-keys": "^9.0.7",
4646
"@fluentui/react-context-selector": "^9.1.60",
47-
"@fluentui/react-motions-preview": "^0.3.2",
47+
"@fluentui/react-motion": "9.0.0-alpha.0",
4848
"@fluentui/react-shared-contexts": "^9.19.0",
4949
"@fluentui/react-aria": "^9.11.4",
5050
"@fluentui/react-icons": "^2.0.239",

0 commit comments

Comments
 (0)