Releases: lsst-sqre/rubin-style-dictionary
0.4.0
Added "crop" variants of all full-size and intermediate-size Rubin imagotype assets. For example, assets/rubin-imagotype/rubin-imagotype-color-on-white-crop.svg
is a cropped version of assets/rubin-imagotype/rubin-imagotype-color-on-white.svg
.
The original imagotypes included a default margin. These new "crop" variants are cropped right to the art, so that the imagotype can align with other content in CSS/HTML layouts.
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #41
- Bump actions/setup-node from 2 to 3 by @dependabot in #38
- Bump actions/setup-python from 2 to 3 by @dependabot in #42
- Bump prettier from 2.2.1 to 2.5.1 by @dependabot in #36
- Bump style-dictionary from 3.0.0-rc.8 to 3.7.0 by @dependabot in #40
- Bump prettier from 2.5.1 to 2.6.2 by @dependabot in #45
- Bump actions/setup-python from 3 to 4 by @dependabot in #52
- DM-37159: Add cropped imagotypes by @jonathansick in #58
Full Changelog: 0.3.0...0.4.0
0.3.0
-
Added image assets from the Rubin Visual Identity, including imagotypes (full scale, intermediate, and favicon), watermarks, and partner logos for both construction and operations. The full and intermediate-scale imagotypes in this distribution are additionally cropped so that the clearance corresponds to the desired "N" spacing.
These files can be imported from the NPM package as regular static assets. Additionally, these assets are distributed in JSON files as Base 64-encoded strings.
-
Support for theming with next-themes.
-
Initial design tokens from components originating in the Squareone application (https://github.com/lsst-sqre/rsp-squareone).
-
Fixed
color.green.500
to be the correct color from the Visual Identity Manual (previously it was the same ascolor.purple.500
). -
Development dependencies:
- Updated lodash to 4.17.21
- Updated style-dictionary to 3.0.0-rc.8
0.3.0-beta.5
This release adds component design tokens originally from Squareone.
0.3.0-beta.4
Add support for next-themes.
0.3.0-beta.3
Add construction project funding agencies.
0.3.0-beta.2
Same as 0.3.0-beta+2, but with hopefully the correct semantic version format.
0.3.0-beta+2
Crop imagotypes according to the "N" height clearance spec.
0.3.0-beta+1
Eary release of image assets in Rubin Style Dictionary.
0.2.1
Fixes the version 0.2.0 release.
0.2.0
This version features a revised organization of design tokens:
- Global design tokens are abstract values taken from the Rubin Visual Identity Manual, such as colors.
- Component design tokens tie the global tokens to semantically relevant components, such as the color of text in a button.
- Component design tokens can be themed.
For more information, see the documentation about tokens: https://style-dictionary.lsst.io/v/0.2.0/organization-overview.html