@salt-ds/lab@1.0.0-alpha.2
Pre-release
Pre-release
Minor Changes
-
b1c5c32: Move Spinner from lab to core
-
598991f: Move
SplitLayoutfrom lab to core
Changes inSplitLayout- Removed
FlexItemwraps aroundSplitLayoutchildren. SplitLayoutusesstartItemandendItemprops as children to allow for direction.- Added
directionprop toSplitLayout. - Remove
wrapsinceSplitLayouthasdirectionto control wrap by breakpoints. - End Aligned
endItemso the element is always at the end of the layout.
- Removed
Patch Changes
- 94423b3: Remove the
smallandmediumsize values fromSpinnerand add adefaultsize. - 6c9e041: Refactor Tooltip to wrap around trigger. This is to simplify the use of Tooltip by not having to use to useTooltip hook to pass the props.
Removerenderandtitleprops, replaced bycontentprop.
Use '@floating-ui/react' instead of '@floating-ui/react-dom-interactions', as it's deprecated.
Remove unused TooltipContext - f576be1: Move useFloatingUI from Popper to utils