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 #4179

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Version Packages #4179

wants to merge 2 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 24, 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/[email protected]

Minor Changes

  • 4ccc245: Updated Card, LinkCard and InteractableCard accent bar color, which now stays the same across states.
  • 60a8d6a: Pill will now go into an active state when it's a menu trigger and has the menu is open. This aligns Pill with Button.

Patch Changes

  • dc9e1bd: Updated Pill's styling to align to Button's new styling.
  • 7eac3b2: Fixed text contrast issues in Menu, Dropdown, ComboBox and ListBox.
  • 9edf6c4: Added letter-spacing to Text for consistency.

@salt-ds/[email protected]

Minor Changes

  • 5db28b8: Added StaticList, StaticListItem, StaticListItemContent component to lab.

    <StaticList>
      <StaticListItem>
        <StaticListItemContent>
          <Text>New static list feature updates are available in lab</Text>
        </StaticListItemContent>
      </StaticListItem>
      <StaticListItem>
        <StaticListItemContent>
          <Text>New static list feature updates are available in lab</Text>
        </StaticListItemContent>
      </StaticListItem>
    </StaticList>
  • 91639ec: ## StepperInput updates

    • Added bordered prop for a full border style
    • Changed StepperInputProps to extend div props instead of Input, to align with other input components
    • Added an optional event to onChange, when triggered by synthetic event
    • Added more keyboard interactions, e.g. Shift + Up / Down, Home, End.
    • Replaced block with stepBlock prop, which now explicitly defines the value that is increment or decrement, not a multiplier of step.
    <StepperInput
      stepBlock={100}
      value={value}
      onChange={(_event, value) => {
        setValue(value);
      }
    />

Patch Changes

  • 3a9d518: DatePicker and Calendar API improvements

    • CalendarCarousel has been renamed to CarouselDateGrid so it's more obvious of the content

    • Calendar previously used children to define the CalendarNavigation.
      We have now changed that so the children defines CalendarNavigation, CalendarWeekHeader and CalendarDateGrid
      This enables more flexibility in both layout and configuration of the Calendar elements.
      A typical Calendar will now look like this,

    CalendarNavigation - provides year/month dropdowns and forward/back controls for the visible month.
    CalendarWeekHeader - provides a header for CalendarDateGrid indicating the day of the week.
    CalendarDateGrid - provides a grid of buttons that represent the days from a calendar month.

    • cleaned up selection API, removed select, use setSelectedDate instead
    • fix issues with Calendar offset selection
    • updated examples, more consistent helper text, error text to match spec
    • test improvements to create a known state for tests and avoid failures based on locale differences
    • cleaned up Storybook imports in e2e tests

@salt-ds/[email protected]

Minor Changes

  • 4ccc245: Added new tokens in Salt theme.

    • --salt-palette-interact-cta-border-hover
    • --salt-palette-interact-cta-border-active
    • --salt-accent-background-disabled
    • --salt-palette-accent-background-disabled

    Added new tokens in Salt Next theme.

    • --salt-accent-background-disabled

    Updated mapping for below tokens, to help visual alignment between Salt and Salt Next themes.

    - --salt-actionable-accented-borderColor-hover: var(--salt-palette-interact-border-none);
    + --salt-actionable-accented-borderColor-hover: var(--salt-palette-interact-cta-border-hover);
    - --salt-actionable-accented-borderColor-active: var(--salt-palette-interact-border-none);
    + --salt-actionable-accented-borderColor-active: var(--salt-palette-interact-cta-border-active);

@salt-ds/[email protected]

Patch Changes

@salt-ds/[email protected]

Patch Changes

  • c9e932d: Fixed LazyCountrySymbol crash with invalid code, and sharp was not working correctly.

Copy link

vercel bot commented Sep 24, 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 Oct 4, 2024 6:52pm

@origami-z origami-z linked an issue Sep 27, 2024 that may be closed by this pull request
11 tasks
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 9b768de to 6ef759e Compare September 27, 2024 09:53
@joshwooding joshwooding added the chromatic Run chromatic on the current PR. Will be removed by the CI once submitted. label Oct 2, 2024
@joshwooding joshwooding closed this Oct 4, 2024
@joshwooding joshwooding reopened this Oct 4, 2024
joshwooding
joshwooding previously approved these changes Oct 4, 2024
@joshwooding joshwooding added the chromatic Run chromatic on the current PR. Will be removed by the CI once submitted. label Oct 4, 2024
@github-actions github-actions bot removed the chromatic Run chromatic on the current PR. Will be removed by the CI once submitted. label Oct 4, 2024
@joshwooding joshwooding dismissed their stale review October 4, 2024 20:21

waiting for another pr

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.

LazyCountrySymbol sharp prop does nothing Ag grid theme editable-cell shouldn't set text align to right
2 participants