Added --font-content-size-local-* / --font-headline-size-local-* properties, which use em values instead of rem.
Updated --font-content-size-* / --font-headline-size-* CSS variables to --font-content-size-root-* / --font-headline-size-root-*.
Added the following Components / Component Features
Surfaces
Card / Tile
<Card.Container sizing="tiny/small/medium/large/huge"> / <Tile.Container sizing="tiny/small/medium/large/huge"> — Added support for modifying the text sizing / spacings of all children.
Updated the following Components / Component Features
Surfaces
Card
<Card.Figure> — non-fullbleed media is now centered on both axis.
Updated border / spacing handling to work better with <Card.Figure> with non-fullbleed media.
Card / Tile
<Card.Header> / <Tile.Header> — Updated font size large -> medium
CHANGELOG
Added
--font-content-size-local-*
/--font-headline-size-local-*
properties, which useem
values instead ofrem
.Updated
--font-content-size-*
/--font-headline-size-*
CSS variables to--font-content-size-root-*
/--font-headline-size-root-*
.Added the following Components / Component Features
Surfaces
Card
/Tile
<Card.Container sizing="tiny/small/medium/large/huge">
/<Tile.Container sizing="tiny/small/medium/large/huge">
— Added support for modifying the text sizing / spacings of all children.Updated the following Components / Component Features
Surfaces
Card
<Card.Figure>
— non-fullbleed media is now centered on both axis.<Card.Figure>
with non-fullbleed media.Card
/Tile
<Card.Header>
/<Tile.Header>
— Updated font sizelarge
->medium