- 725617a: Add
tokens.mjs
andtokens.d.mts
files to CSS packages.
-
e6c1467:
utrecht-page-footer
now requires a second element. Code that looked like this:<div class="utrecht-page-footer">...</div>
Must be refactored to this:
<div class="utrecht-page-footer"> <div class="utrecht-page-footer__content">...</div> </div>
utrecht-page-footer
now isdisplay: flex
, to center the contained element.
-
e6c1467: Support new tokens for
utrecht-page-footer
:utrecht.page-footer.content.background-color
utrecht.page-footer.content.color
utrecht.page-footer.content.max-inline-size
utrecht.page-footer.content.padding-block-end
utrecht.page-footer.content.padding-block-start
utrecht.page-footer.content.padding-inline
- e497b08: Export CSS string as default export in
dist/index.mjs
.
- 5558822: Added metadata for page-footer tokens.
- 62f1157: Add SCSS files to
src/
directory of CSS component packages.
- 856d996: Switch from alpha releases to semantic versioning.