Releases: adobe/spectrum-css
@spectrum-css/[email protected]
@spectrum-css/[email protected]
@spectrum-css/[email protected]
Patch Changes
📝 #4174 1895ddb
Thanks @castastrophe!
Popover positioning "top-left" and "top-right" were using inline properties which caused the spacings to swap in RTL mode. This was unintended as the "right" and "left" naming conventions are meant to retain their location in LTR or RTL mode.
@spectrum-css/[email protected]
@spectrum-css/[email protected]
@spectrum-css/[email protected]
Minor Changes
📝 #4139 6d835ff
Thanks @rise-erpelding!
Changes values of --spectrum-accordion-item-minimum-height
to align more closely with design spec, this affects the minimum height of accordion items for some combinations of size/density by giving them more space.
New accordion minimum heights will use the heights/tokens:
Size | Compact | Regular | Spacious |
---|---|---|---|
S | 24px/component-height-75 |
32px/component-height-100 |
40px/component-height-200 |
M | 32px/component-height-100 |
40px/component-height-200 |
48px/component-height-300 |
L | 40px/component-height-200 |
48px/component-height-300 |
56px/component-height-400 |
XL | 48px/component-height-300 |
56px/component-height-400 |
64px/component-height-500 |
@spectrum-css/[email protected]
Minor Changes
📝 #4165 fa7a1b4
Thanks @castastrophe!
- feature: Add the
resetArgs
function to the argEvents decorator - fix: Resolve minor lint warnings in the Storybook CSS assets
@spectrum-css/[email protected]
Patch Changes
📝 #4137 b7e67ba
Thanks @marissahuysentruyt!
The property block-size: 100%
had been removed accidentally from .spectrum-Card–gallery
and .spectrum-Card–quiet
, and put on the .spectrum-Card
parent card. This patch correctly reapplies block-size: 100%
to the gallery and quiet variants.
@spectrum-css/[email protected]
Major Changes
📝 #4115 e467fe0
Thanks @aramos-adobe!