Releases: adobe/spectrum-css
Releases · adobe/spectrum-css
@spectrum-css/[email protected]
Patch Changes
-
#3322
ffc6895
Thanks @marissahuysentruyt! - Dialog t-shirt sizesAdds 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]
@spectrum-css/[email protected]
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]
@spectrum-css/[email protected]
@spectrum-css/[email protected]
@spectrum-css/[email protected]
@spectrum-css/[email protected]
Minor Changes
- #3292
f35a58e
Thanks @castastrophe! - Update coach mark pagination to addfont-family
, using the existing custom property. Update thefont-weight
andline-height
to reference the correct tokens.
@spectrum-css/[email protected]
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 forspectrum-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.
- Adds