Skip to content

Commit 0205347

Browse files
sezgiactions-user
andauthored
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 <actions@github.com>
1 parent 2920f23 commit 0205347

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@quartz/styles",
33
"description": "Quartz style dictionary",
4-
"version": "0.1.0",
4+
"version": "0.2.1",
55
"devDependencies": {
66
"@quartz/stylelint-config": "^1.2.0",
77
"style-dictionary": "^2.10.0",

scss/color-scheme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ $border-interactive: var(--color-border-interactive, rgba(0, 0, 0, 0.3));
1717
$highlight: var(--color-highlight, rgba(22, 141, 217, 0.2));
1818
$typography: var(--color-typography, tokens.$color-black);
1919
$typography-faint: var(--color-typography-faint, rgba(0, 0, 0, 0.7));
20+
$typography-inverted: var(--color-typography-inverted, tokens.$color-white);

scss/tokens.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// Do not edit directly
3-
// Generated on Sun, 13 Dec 2020 01:33:08 GMT
3+
// Generated on Wed, 23 Mar 2022 19:06:38 GMT
44

55
$size-breakpoint-tablet-portrait: 768px;
66
$size-breakpoint-tablet-landscape: 1024px;

swift/QuartzStyles/QuartzStyles.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// QuartzStyles.swift
44
//
55
// Do not edit directly
6-
// Generated on Sun, 13 Dec 2020 01:33:08 GMT
6+
// Generated on Wed, 23 Mar 2022 19:06:38 GMT
77
//
88

99
import UIKit

0 commit comments

Comments
 (0)