Skip to content

Update dependency @salt-ds/lab to v1.0.0-alpha.87#2017

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/salt-ds-lab-1.x
Open

Update dependency @salt-ds/lab to v1.0.0-alpha.87#2017
renovate[bot] wants to merge 1 commit intomainfrom
renovate/salt-ds-lab-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2026

This PR contains the following updates:

Package Change Age Confidence
@salt-ds/lab (source) 1.0.0-alpha.831.0.0-alpha.87 age confidence

Release Notes

jpmorganchase/salt-ds (@​salt-ds/lab)

v1.0.0-alpha.87

Compare Source

Minor Changes
  • 133a519: Removed Kbd from lab and promoted to core.

  • 23b5f53: Added tertiary variant support to DateInputRange and DateInputSingle.

  • b1a3e45: ## Summary

    New Tree, TreeNode, and TreeNodeTrigger components for displaying hierarchical data with expand/collapse, selection, and keyboard navigation.

    What's included

    • Single and multi-select modes with optional checkbox variant
    • Controlled and uncontrolled expanded/selected states
    • Selection propagation to descendants and ancestors in multiselect mode
    • Keyboard navigation (arrows, Home, End, Enter, Space, type-ahead)
    • Disabled state at tree or individual node level
    • Custom icons per node
    • TreeNodeTrigger for custom row content (e.g. wrapping with Tooltip); use inside TreeNode when you need more than the default label

v1.0.0-alpha.86

Compare Source

Minor Changes
  • a16cbc5: Rating has been added to allow users to provide feedback relating to your product or experience.

    Basic usage:

    import { Rating } from "@​salt-ds/lab";
    
    function App() {
      const [value, setValue] = useState(0);
    
      return (
        <Rating
          value={value}
          onValueChange={(event, newValue) => setValue(newValue)}
        />
      );
    }
Patch Changes

v1.0.0-alpha.85

Compare Source

Minor Changes
  • 972e37e: Added mobile density tokens.

  • 4507919: Removed Table from labs and promoted to core.

  • 4badc14: Added Kbd component.

    Kbd is a decorative element used to represent specific keyboard keys.

    <Kbd>Option</Kbd>
    <Kbd>Cmd</Kbd>
    <Kbd>L</Kbd>
Patch Changes

v1.0.0-alpha.84

Compare Source

Minor Changes
  • aba5610: Added TableContainer wrapper component that provides accessibility features including keyboard navigation support and focus indicators for scrollable tables.

    <TableContainer>
      <Table>
        <caption>{...}</caption>
        {...}
      </Table>
    </TableContainer>
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Jan 29, 2026

Deploy Preview for papaya-valkyrie-395400 canceled.

Name Link
🔨 Latest commit 5505664
🔍 Latest deploy log https://app.netlify.com/projects/papaya-valkyrie-395400/deploys/69b0551a4f7f6d00081a732e

@renovate renovate bot force-pushed the renovate/salt-ds-lab-1.x branch from 5285630 to 6f14481 Compare February 2, 2026 16:46
@renovate renovate bot changed the title Update dependency @salt-ds/lab to v1.0.0-alpha.83 fix(deps): update dependency @salt-ds/lab to v1.0.0-alpha.83 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/salt-ds-lab-1.x branch from 6f14481 to f696947 Compare February 4, 2026 20:28
@renovate renovate bot changed the title fix(deps): update dependency @salt-ds/lab to v1.0.0-alpha.83 fix(deps): update dependency @salt-ds/lab to v1.0.0-alpha.84 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/salt-ds-lab-1.x branch from f696947 to c09a9e7 Compare February 9, 2026 21:40
@renovate renovate bot changed the title fix(deps): update dependency @salt-ds/lab to v1.0.0-alpha.84 fix(deps): update dependency @salt-ds/lab to v1.0.0-alpha.85 Feb 9, 2026
@renovate renovate bot force-pushed the renovate/salt-ds-lab-1.x branch from c09a9e7 to dda0d26 Compare February 12, 2026 16:10
@renovate renovate bot changed the title fix(deps): update dependency @salt-ds/lab to v1.0.0-alpha.85 Update dependency @salt-ds/lab to v1.0.0-alpha.85 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/salt-ds-lab-1.x branch 2 times, most recently from 1486fdd to 48647ae Compare February 18, 2026 21:50
@renovate renovate bot changed the title Update dependency @salt-ds/lab to v1.0.0-alpha.85 Update dependency @salt-ds/lab to v1.0.0-alpha.86 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/salt-ds-lab-1.x branch from 48647ae to 54be4a0 Compare March 3, 2026 22:39
@renovate renovate bot changed the title Update dependency @salt-ds/lab to v1.0.0-alpha.86 Update dependency @salt-ds/lab to v1.0.0-alpha.87 Mar 3, 2026
@renovate renovate bot force-pushed the renovate/salt-ds-lab-1.x branch from 54be4a0 to 6b40daa Compare March 5, 2026 15:10
@renovate renovate bot force-pushed the renovate/salt-ds-lab-1.x branch from 6b40daa to 5505664 Compare March 10, 2026 17:29
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.

0 participants