From 020534760fb3ab068837cd501539775c65750148 Mon Sep 17 00:00:00 2001 From: sezgi Date: Wed, 23 Mar 2022 12:07:08 -0700 Subject: [PATCH] Add $typography-inverted for use in new Pill component style (WIP) (#37) * add $typography-inverted * Add built client styles * Add built client styles * bump version * Add built client styles Co-authored-by: GitHub Actions --- package-lock.json | 2 +- package.json | 2 +- scss/color-scheme.scss | 1 + scss/tokens.scss | 2 +- swift/QuartzStyles/QuartzStyles.swift | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7731946..5996579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quartz/styles", - "version": "0.1.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87c69e0..e3ba79e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@quartz/styles", "description": "Quartz style dictionary", - "version": "0.1.0", + "version": "0.2.1", "devDependencies": { "@quartz/stylelint-config": "^1.2.0", "style-dictionary": "^2.10.0", diff --git a/scss/color-scheme.scss b/scss/color-scheme.scss index 4e6ef82..ac1a222 100644 --- a/scss/color-scheme.scss +++ b/scss/color-scheme.scss @@ -17,3 +17,4 @@ $border-interactive: var(--color-border-interactive, rgba(0, 0, 0, 0.3)); $highlight: var(--color-highlight, rgba(22, 141, 217, 0.2)); $typography: var(--color-typography, tokens.$color-black); $typography-faint: var(--color-typography-faint, rgba(0, 0, 0, 0.7)); +$typography-inverted: var(--color-typography-inverted, tokens.$color-white); diff --git a/scss/tokens.scss b/scss/tokens.scss index 11e7ff8..e42638e 100644 --- a/scss/tokens.scss +++ b/scss/tokens.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Sun, 13 Dec 2020 01:33:08 GMT +// Generated on Wed, 23 Mar 2022 19:06:38 GMT $size-breakpoint-tablet-portrait: 768px; $size-breakpoint-tablet-landscape: 1024px; diff --git a/swift/QuartzStyles/QuartzStyles.swift b/swift/QuartzStyles/QuartzStyles.swift index 40bef35..2a869ac 100644 --- a/swift/QuartzStyles/QuartzStyles.swift +++ b/swift/QuartzStyles/QuartzStyles.swift @@ -3,7 +3,7 @@ // QuartzStyles.swift // // Do not edit directly -// Generated on Sun, 13 Dec 2020 01:33:08 GMT +// Generated on Wed, 23 Mar 2022 19:06:38 GMT // import UIKit