Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3880

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Version Packages #3880

merged 1 commit into from
Aug 9, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 23, 2024

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/core@1.34.0

Minor Changes

  • 64be665: Update FormFieldHelperText to have status colors applied when validationStatus is applied to FormField.

  • fc66238: Added tertiary variant to the variant prop for Card, LinkCard, InteractableCard and Panel.

    <Card variant="tertiary">Example of a Tertiary Card</Card>
    <LinkCard variant="tertiary">Example of a Link Card</LinkCard>
    <InteractableCard variant="tertiary">Example of a Interactable Card</InteractableCard>
    <Panel variant="tertiary">Example of a Tertiary Panel</Panel>

Patch Changes

  • 4823df6: - Fixed the default NavigationItem being considered a parent.
    • Fixed NavigationItem not calling onClick.
  • 1a0ca7f: Fixed read-only checked radio buttons having the incorrect icon color.
  • 9837998: Fixed Pagination button having an incorrect color on hover when theme next is enabled.
  • 3913dbb: Fixed list scroll when there is only one item in ComboBox and Dropdown.
  • 5b735d9: Fixed ComboBox having a button when it has nothing to show.
  • 31c3702: Fixed ListBox not scrolling to the active item in some circumstances
  • 85997dc: Updated AccordionPanel to have less padding.
  • e9c1287: Update gap to --salt-spacing-75 for top aligned labels in FormField.
  • 0eb21ae: Fixed Accordion becoming inaccessible when an id is passed to AccordionPanel or AccordionHeader.

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

Minor Changes

  • 888406d: Added bordered prop for DateInput component.

    Added examples for bordered style variant for DateInput and DatePicker.

    Added corner radius support for DateInput component in theme next.

    Added 1px gap between Date Input and the menu.

    Added borderedDropdown prop for CalendarNavigation component to display bordered months and year dropdown.

     <DatePicker bordered />
     <DateInput bordered />
    

    Note: this Labs API will be refactored and re-aligned to the updated DatePicker approach via PR 3716

  • ffc0dd4: Replaced TrackerStep's state prop with new stage and status props. Valid stage values are "pending" and "completed". Valid status values are "error" and "warning".

  • 8f17df3: Update Dropdown classname to saltDropdownBase to fix them clashing with the dropdown in core

Patch Changes

  • e8d923c: Fix disabled out of bound dates still having a hover style

@salt-ds/theme@1.21.0

Minor Changes

  • fc66238: Added tertiary variables in theme next theme

    --salt-container-tertiary-borderColor
    --salt-container-tertiary-borderColor-disabled
    

    Added tertiary variables in existing theme

    --salt-container-tertiary-background
    --salt-container-tertiary-background-disabled
    --salt-container-tertiary-borderColor
    --salt-container-tertiary-borderColor-disabled
    

    Added gray 30 and 50 fade background in fade.css

    --salt-color-gray-30-fade-background
    --salt-color-gray-50-fade-background
    

    Un-deprecated tertiary palette variables in characteristics.css and palette.css and added those to neutral.css

    --salt-palette-neutral-tertiary-background
    --salt-palette-neutral-tertiary-background-disabled
    --salt-palette-neutral-tertiary-border
    --salt-palette-neutral-tertiary-border-disabled
    

Patch Changes

  • 3c635db: Fixed --salt-size-selectable double defined in deprecated token list

Copy link

vercel bot commented Jul 23, 2024

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 Aug 9, 2024 3:33pm

Copy link
Contributor

@origami-z origami-z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Block until button change is updated (outline -> bordered)

@origami-z origami-z added the chromatic Run chromatic on the current PR. Will be removed by the CI once submitted. label Aug 9, 2024
@github-actions github-actions bot removed the chromatic Run chromatic on the current PR. Will be removed by the CI once submitted. label Aug 9, 2024
@origami-z origami-z merged commit 34e96a8 into main Aug 9, 2024
15 checks passed
@origami-z origami-z deleted the changeset-release/main branch August 9, 2024 16:19
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.

2 participants