Skip to content

@sebgroup/[email protected]

Compare
Choose a tag to compare
@green-design-system-bot green-design-system-bot released this 11 Oct 08:51
· 51 commits to main since this release
73d430c

Minor Changes

  • 7410021: Segmented Control: Add support for variable width segments. Fixes #1603

    This change refactors a large chunk of the Segmented Control implementation:

    • Rewrite layout code to use css-scroll-snap
    • Remove seg-min-width
    • Add style expression properties to gds-segment for size control

    A side-effect of this change is that segments will no longer align to the right end of the control when they overflow.

Patch Changes

  • 27d8575: Scoping: Refactor how the gds-element attribute gets set