Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Convert Select from Main into a compound component (#2309)
Fixes: #1932 [category:Components] ### BREAKING CHANGES - We've converted `Select` in Main into a compound component. This component matches our pattern of providing access to lower-level elements and allows for more flexibility. - The spacing between menu and its target element will increase from 0px to 4px - We've also [deprecated](https://canvas.workday.com/getting-started/canvas-glossary#deprecation) the `Select` in Preview. You may still consume this component but suggest migrating over to the one in Main. Co-authored-by: manuel.carrera <[email protected]> Co-authored-by: @RayRedGoose <[email protected]> Co-authored-by: @jamesfan <[email protected]>
- Loading branch information