Skip to content

@salt-ds/lab@1.0.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Feb 14:07
0431d39

Minor Changes

  • b1c5c32: Move Spinner from lab to core

  • 598991f: Move SplitLayout from lab to core
    Changes in SplitLayout

    • Removed FlexItem wraps around SplitLayout children.
    • SplitLayout uses startItem and endItem props as children to allow for direction.
    • Added direction prop to SplitLayout.
    • Remove wrap since SplitLayout has direction to control wrap by breakpoints.
    • End Aligned endItem so the element is always at the end of the layout.

Patch Changes

  • 94423b3: Remove the small and medium size values from Spinner and add a default size.
  • 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.
    Remove render and title props, replaced by content prop.
    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