Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Releases: lsst-sqre/rubin-style-dictionary

0.4.0

01 Dec 19:33
723b0d6
Compare
Choose a tag to compare

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

Full Changelog: 0.3.0...0.4.0

0.3.0

06 May 14:25
777521b
Compare
Choose a tag to compare
  • 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 as color.purple.500).

  • Development dependencies:

    • Updated lodash to 4.17.21
    • Updated style-dictionary to 3.0.0-rc.8

0.3.0-beta.5

25 Mar 21:49
71c280c
Compare
Choose a tag to compare
0.3.0-beta.5 Pre-release
Pre-release

This release adds component design tokens originally from Squareone.

0.3.0-beta.4

25 Mar 15:45
9a8376d
Compare
Choose a tag to compare
0.3.0-beta.4 Pre-release
Pre-release

Add support for next-themes.

0.3.0-beta.3

12 Mar 00:12
0.3.0-beta.3
ea8dfbf
Compare
Choose a tag to compare
0.3.0-beta.3 Pre-release
Pre-release

Add construction project funding agencies.

0.3.0-beta.2

04 Mar 19:48
0.3.0-beta.2
4e23aa8
Compare
Choose a tag to compare
0.3.0-beta.2 Pre-release
Pre-release

Same as 0.3.0-beta+2, but with hopefully the correct semantic version format.

0.3.0-beta+2

04 Mar 19:29
0.3.0-beta+2
a1dea39
Compare
Choose a tag to compare
0.3.0-beta+2 Pre-release
Pre-release

Crop imagotypes according to the "N" height clearance spec.

0.3.0-beta+1

03 Mar 23:33
0.3.0-beta+1
1ba9bfb
Compare
Choose a tag to compare
0.3.0-beta+1 Pre-release
Pre-release

Eary release of image assets in Rubin Style Dictionary.

0.2.1

17 Feb 21:21
94b8b6c
Compare
Choose a tag to compare

Fixes the version 0.2.0 release.

0.2.0

17 Feb 21:16
b3593bb
Compare
Choose a tag to compare

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