Skip to content

@salt-ds/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 13:53
· 1097 commits to main since this release
0ca1702

Minor Changes

  • 4bd407b: Fix Tabstrip crashing when activeTabIndex is set to null

  • 3aba7cc: Fixed id in FormFieldNext, and ids in FormFieldLabel and FormFieldHelperText from useFormFieldPropsNext
    Deleted a11yValueAriaProps, replaced a11yProps type with A11yValueProps in FormFieldContextNext

  • e7230ad: Added textAlign prop to InputNext with possible configurations: "left" (default), "right", "center"

  • 2d63d30: Changes to Form Field and Input CSS:

    • fixes background color when disabled
    • fixes cursor on helper text
    • fixes activation indicator width on active state
    • usage of grid-template-areas

    Removes CSS API variables:

    - --saltInputNext-borderColor-active
    - --saltInputNext-borderColor-hover
    - --saltInputNext-borderColor-focused
    - --saltInputNext-borderWidth
    - --saltInputNext-borderStyle
    - --saltInputNext-borderRadius
    - --saltInputNext-cursor

Patch Changes

  • 922b1fb: Updated Banner to use the new spacing foundation