Skip to content

Releases: adobe/spectrum-css

@spectrum-css/[email protected]

01 Nov 18:28
38adbe1
Compare
Choose a tag to compare

Patch Changes

  • #3322 ffc6895 Thanks @marissahuysentruyt! - Dialog t-shirt sizes

    Adds support for t-shirt sizing class names to dialog CSS. @deprecated comments were added to communicate that the old class names (--small, --medium, and --large) will be removed in S2.

    old class name new class name
    spectrum-Dialog--small spectrum-Dialog--sizeS
    spectrum-Dialog--medium spectrum-Dialog (the default, so no size is necessary)
    spectrum-Dialog--large spectrum-Dialog--sizeL

@spectrum-css/[email protected]

01 Nov 18:41
f028eef
Compare
Choose a tag to compare
Pre-release

Patch Changes

@spectrum-css/[email protected]

30 Oct 21:39
3e5c46e
Compare
Choose a tag to compare

Patch Changes

  • #3297 60685ce Thanks @castastrophe! - Deprecated --mod-workflow-icon-size-100 from the .spectrum-Search--quiet calculation of the --spectrum-search-quiet-button-offset. Use --mod-search-icon-size instead. Deprecated property will be removed in the next breaking change release.

@spectrum-css/[email protected]

28 Oct 21:50
7042eb5
Compare
Choose a tag to compare

Patch Changes

  • #3318 d8d0450 Thanks @cdransf! - Use the already defined custom property --spectrum-treeview-item-border-color-quiet-selected in place of the direct value. The border color value remains the same.

@spectrum-css/[email protected]

28 Oct 14:02
39c95bf
Compare
Choose a tag to compare

Patch Changes

@spectrum-css/[email protected]

28 Oct 17:41
1a975a5
Compare
Choose a tag to compare

Patch Changes

  • #3314 63f1587 Thanks @cdransf! - Remove ignored vertical-align declaration and remove unnecessary stylelint ignore comments.

@spectrum-css/[email protected]

28 Oct 14:02
39c95bf
Compare
Choose a tag to compare

Patch Changes

  • #3315 df7c4b1 Thanks @cdransf! - Resolves stylelint violation by removing undefined and unused token

@spectrum-css/[email protected]

28 Oct 21:50
7042eb5
Compare
Choose a tag to compare

Minor Changes

  • #3292 f35a58e Thanks @castastrophe! - Update coach mark pagination to add font-family, using the existing custom property. Update the font-weight and line-height to reference the correct tokens.

@spectrum-css/[email protected]

28 Oct 21:50
7042eb5
Compare
Choose a tag to compare

Minor Changes

  • #3258 db450d8 Thanks @cdransf! - Improves the visibility of the clear button disabled variant on static color backgrounds by more closely aligning styles with close button.

    • Adds .spectrum-ClearButton--staticWhite to the mod declarations associated with .spectrum-ClearButton--overBackground in advance of the latter being deprecated. The same class has been added to the :focus declaration for spectrum-ClearButton--overBackground.
    • Adds --spectrum-clear-button-icon-color-disabled: var(--spectrum-disabled-static-white-content-color); custom property for .spectrum-ClearButton--staticWhite.
    • Enables cursor: pointer for .spectrum-ClearButton when it is not disabled.
    • Disables hover, active, focus and focus-within states for :disabled .spectrum-ClearButton elements.
    • Adds color styles for :disabled and .is-disabled .spectrum-ClearButton :disabled icons.

@spectrum-css/[email protected]

24 Oct 15:16
ef34600
Compare
Choose a tag to compare

Patch Changes

  • #3296 83d2df9 Thanks @cdransf! - Resolve stylelint violations in sidenav component by adhering to declaration order rules, adding comment as stylelint disable description and applying previously unused token to appropriate class.