Skip to content

Commit

Permalink
Add $typography-inverted for use in new Pill component style (WIP) (#37)
Browse files Browse the repository at this point in the history
* add $typography-inverted

* Add built client styles

* Add built client styles

* bump version

* Add built client styles

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
sezgi and actions-user authored Mar 23, 2022
1 parent 2920f23 commit 0205347
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions scss/color-scheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
2 changes: 1 addition & 1 deletion scss/tokens.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion swift/QuartzStyles/QuartzStyles.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0205347

Please sign in to comment.