Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Apr 28, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@salt-ds/[email protected]

Minor Changes

  • c664e97: - Moved SteppedTracker component from labs to core, renamed as Stepper.

    • Stepper visually communicates a user’s progress through a linear process. It gives the user context about where they are, which steps have they completed, how many steps are left and if any errors or warnings have occurred.
    import { Stepper, Step } from "@salt-ds/core";
    
    function Example() {
      return (
        <Stepper orientation="horizontal">
          <Step label="Step 1" stage="completed" />
          <Step label="Step 2" stage="active" />
          <Step label="Step 3" stage="pending" />
        </Stepper>
      );
    }
  • 06232b0: Added sentiment, appearance and readOnly props to ToggleButton and ToggleButtonGroup.

    <ToggleButton sentiment="positive" appearance="bordered">
      Home
    </ToggleButton>
    <ToggleButtonGroup sentiment="accented" appearance="bordered">
      <ToggleButton> Home</ToggleButton>
    </ToggleButtonGroup>
    <ToggleButtonGroup readOnly={true}>
      <ToggleButton> Home</ToggleButton>
    </ToggleButtonGroup>

    Added support for visually indicating the selected toggle button within a disabled toggle button group.

@salt-ds/[email protected]

Minor Changes

  • c664e97: - Moved SteppedTracker component from labs to core, renamed as Stepper.

Patch Changes

@salt-ds/[email protected]

Minor Changes

  • 4fc024c: Deprecated --salt-overlayable-rangeSelection to replace with --salt-overlayable-background-rangeSelection, for better system token naming convension.

    Deprecated --salt-text-textTransform token, which is not used anywhere in the system.

@salt-ds/[email protected]

Patch Changes

@salt-ds/[email protected]

Patch Changes

@salt-ds/[email protected]

Patch Changes

@vercel
Copy link

vercel bot commented Apr 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saltdesignsystem ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 1:46pm

@origami-z origami-z added the chromatic Run chromatic on the current PR. Will be removed by the CI once submitted. label May 1, 2025
@github-actions github-actions bot removed the chromatic Run chromatic on the current PR. Will be removed by the CI once submitted. label May 1, 2025
@origami-z origami-z merged commit 631b872 into main May 2, 2025
13 of 14 checks passed
@origami-z origami-z deleted the changeset-release/main branch May 2, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate --salt-text-textTransform

3 participants