diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 729e139..fa0c5ed 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ Change log 0.3.0 (unreleased) ================== -Added image assets from the Rubin Visual Identity, including imagotypes, favicons, and watermarks. +Added image assets from the Rubin Visual Identity, including imagotypes, favicons, watermarks, and partner logos. The 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. @@ -14,7 +14,7 @@ Additionally, these assets are distributed in JSON files as Base 64-encoded stri Development dependencies: - Updated lodash to 4.17.21 -- Updated style-dictionar to 3.0.0-rc.5 +- Updated style-dictionary to 3.0.0-rc.5 0.2.1 (2021-02-17) ================== diff --git a/assets/partner-logos/construction-agencies.png b/assets/partner-logos/construction-agencies.png new file mode 100644 index 0000000..4e62a47 Binary files /dev/null and b/assets/partner-logos/construction-agencies.png differ diff --git a/package.json b/package.json index 905f859..98c8a1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lsst-sqre/rubin-style-dictionary", - "version": "0.3.0-beta.2", + "version": "0.3.0-beta.3", "description": "A style dictionary that encodes design tokens from the Rubin Visual Identity.", "main": "dist/tokens.js", "files": [ diff --git a/src/asset/partner-logos.yaml b/src/asset/partner-logos.yaml new file mode 100644 index 0000000..3288b8f --- /dev/null +++ b/src/asset/partner-logos.yaml @@ -0,0 +1,5 @@ +asset: + image: + construction-agencies: + png: + value: assets/partner-logos/construction-agencies.png