1.0.3 (2024-10-18)
Dependency upgrade only. No change for package users.
1.0.2 (2024-06-25)
Published to address that 1.0.1 included one extra file it shouldn’t have. No other changes.
1.0.1 (2024-06-25)
đź©ą Fixes
- ensure base SCSS variables are exposed as intended. Please note that you should use variables from
lib/tokens-light.scss
orlib/tokens-dark.scss
.
1.0.0 (2024-06-25)
Introducing semantic color tokens and support for dark mode.
Read mode about the color structure on riverty.design.
[0.6.0] - 2024-01-09
Added r-color-semantic-focus-blue
as more specific name of r-color-focus-blue
.
[0.5.0] - 2023-10-04
Added r-color-focus-blue
in support of new focus styles.
[0.4.0] - 2023-09-08
âť—Breaking change:
Remove --r-icon-sizes-*
tokens. Replace with --r-icon-size-s
, --r-icon-size-m
, and --r-icon-size-l
that align with the overall UI icons.
[0.3.0] - 2023-02-03
âť—Breaking change:
Remove ember color shades other than default. r-color-orange-ember
/r-color-orange-ember-400
remain, while 200
, 300
, 500
, and 600
have been removed.
[0.2.0] - 2022-10-26
âť—Breaking change: New naming structure for font size tokens. We recommend you update all references to use the new names. You may also include this mapping to keep compatibility with old names:
--r-font-size-desktop-xxl: var(--r-font-size-desktop-900);
--r-font-size-desktop-xl: var(--r-font-size-desktop-800);
--r-font-size-desktop- … : var(--r-font-size-desktop- …);
…
[0.1.14] - 2022-09-06
- Changed: refine font stacks.
--r-font-family-text
now specifies system-ui as default (which has good browser support). It has fewer named fallback options, but keeps Segoe UI and Roboto to align with the Figma UI kit.--r-font-family-heading
now has explicit fallback values, includingui-serif
(also in the CSS Fonts Module Level 4 draft, but only Safari supports)
[0.1.12] - 2022-08-24
- Changed: used descriptive names for font-size tokens (like
--r-font-size-mobile-xl
and--r-font-size-desktop-xl
). Remove--r-font-size-56
tokens.
[0.1.10]
lo* Changed: spacing token specified as rem
rather than em
.
[0.1.9]
- Add semantic colors
[0.1.6] - 2022-08-12
- Add font family tokens.
[0.1.5] - 2022-07-06
- Add spacing tokens.
- Use rem unit for font sizes.
- Adjust spacing token names.
[0.1.4] - 2022-07-05
- Add font weight tokens.
- Add line height tokens.
- Adjust font size token names.
[0.1.3] - 2022-07-04
- Add font size tokens
[0.1.0] - 2022-06-29
[0.1.9] - 2022-08-17
- Add semantic colors
[0.1.11] - 2022-08-18
- Add icon sizes
Added
- Initial release of formats: CSS Custom Properties, Sass variables.
- Initial release of token types: colors.