Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing deprecated experimental components (#16961)
#### Pull request checklist - [ ] Addresses an existing issue: Fixes #0000 - [x] Include a change request file using `$ yarn change` #### Description of changes This PR does a couple of things: - Removes the previous experimental implementation of `Card` since it was never officially supported and it's not being worked on, and moves the WIP converged one from the `next` folder to be the default export in the `@fluentui/react-cards` package. - Removes the `Button`, `MenuButton`, `SplitButton` and `Toggle` experimental components from the `@fluentui/react-experiments` package since they were never officially supported and are not being worked on. - Deprecates the `Slider` experimental component in the `@fluentui/react-experiments` package since it was never officially supported and it's not being worked on but contains changes that might be worth looking into when developing the converged version (hence the reason for deprecation but not removal). - Updates the `MicroFeedback` component in the `@fluentui/react-experiments` package to use the `Button` component from `@fluentui/react` instead of the one we're removing from `@fluentui/react-experiments`. - Removes the examples and vr-tests related to the removed components and updates imports for the examples related to the WIP converged `Card`. - Removes the `Slots` related examples from the previous `foundation` work.
- Loading branch information