-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
891 additions
and
695 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
design-tokens/primitives/modes/typography/default/theme2.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
design-tokens/primitives/modes/typography/primary/theme2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"theme2": { | ||
"main": { | ||
"type": "fontFamilies", | ||
"value": "Helvetica Neue" | ||
}, | ||
"bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Medium" | ||
}, | ||
"extra-bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Bold" | ||
}, | ||
"regular": { | ||
"type": "fontWeights", | ||
"value": "Regular" | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
design-tokens/primitives/modes/typography/primary/theme3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"theme3": { | ||
"main": { | ||
"type": "fontFamilies", | ||
"value": "Inter" | ||
}, | ||
"bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Medium" | ||
}, | ||
"extra-bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Semi bold" | ||
}, | ||
"regular": { | ||
"type": "fontWeights", | ||
"value": "Regular" | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
design-tokens/primitives/modes/typography/primary/theme4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"theme4": { | ||
"main": { | ||
"type": "fontFamilies", | ||
"value": "Inter" | ||
}, | ||
"bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Medium" | ||
}, | ||
"extra-bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Semi bold" | ||
}, | ||
"regular": { | ||
"type": "fontWeights", | ||
"value": "Regular" | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
design-tokens/primitives/modes/typography/secondary/theme.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"theme": { | ||
"main": { | ||
"type": "fontFamilies", | ||
"value": "IBM Plex Mono" | ||
}, | ||
"bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Medium" | ||
}, | ||
"extra-bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "SemiBold" | ||
}, | ||
"regular": { | ||
"type": "fontWeights", | ||
"value": "Regular" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
design-tokens/primitives/modes/typography/secondary/theme3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"theme3": { | ||
"main": { | ||
"type": "fontFamilies", | ||
"value": "IBM Plex Mono" | ||
}, | ||
"bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Regular" | ||
}, | ||
"extra-bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Bold" | ||
}, | ||
"regular": { | ||
"type": "fontWeights", | ||
"value": "Regular" | ||
} | ||
} | ||
} |
30 changes: 30 additions & 0 deletions
30
design-tokens/primitives/modes/typography/secondary/theme4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"theme4": { | ||
"main": { | ||
"type": "fontFamilies", | ||
"value": "IBM Plex Mono" | ||
}, | ||
"bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Regular" | ||
}, | ||
"extra-bold": { | ||
"$extensions": { | ||
"studio.tokens": { | ||
"modify": {} | ||
} | ||
}, | ||
"type": "fontWeights", | ||
"value": "Bold" | ||
}, | ||
"regular": { | ||
"type": "fontWeights", | ||
"value": "Regular" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.