-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: add all non color classic tokens to excursion theme
- Loading branch information
1 parent
077be0d
commit a6ffc04
Showing
14 changed files
with
1,148 additions
and
0 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
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,21 @@ | ||
{ | ||
"animation": { | ||
"default": { | ||
"property": { | ||
"value": "all", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"duration": { | ||
"value": "0.3s", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"timing": { | ||
"value": "ease-out", | ||
"public": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} |
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,35 @@ | ||
{ | ||
"asset": { | ||
"font": { | ||
"circular": { | ||
"familyName": { | ||
"value": "AS Circular", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"filename": { | ||
"value": "ASCircularWeb", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"weight": { | ||
"light": { | ||
"value": "-Light", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"medium": { | ||
"value": "-Medium", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"book": { | ||
"value": "-Book", | ||
"public": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,34 @@ | ||
{ | ||
"comments": { | ||
"deprecated": { | ||
"comment": "\n // Deprecated, no replacement; token to be REMOVED in next MAJOR release" | ||
}, | ||
"reference": { | ||
"comment": "\n // New token, see" | ||
}, | ||
"color": { | ||
"deprecated": { | ||
"comment": "{comments.deprecated.comment}" | ||
}, | ||
"base": { | ||
"value": { | ||
"comment": "\n // Base value for token support; should not use in code!" | ||
} | ||
}, | ||
"brand": { | ||
"value": { | ||
"comment": "\n // Please consider descriptive token prior to using brand token" | ||
} | ||
}, | ||
"classic": { | ||
"comment": "\n // DO NOT USE for anything other than legacy projects or classic component themes" | ||
}, | ||
"matrix": { | ||
"comment": "\n // DO NOT USE for anything other than legacy projects related to the matrix search" | ||
}, | ||
"reference": { | ||
"comment": "{comments.reference.comment}" | ||
} | ||
} | ||
} | ||
} |
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,22 @@ | ||
{ | ||
"depth": { | ||
"hidden": { | ||
"value": "-1" | ||
}, | ||
"overlay": { | ||
"value": "200", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"modal": { | ||
"value": "400", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"tooltip": { | ||
"value": "300", | ||
"public": true, | ||
"deprecated": false | ||
} | ||
} | ||
} |
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,22 @@ | ||
{ | ||
"elevation": { | ||
"100": { | ||
"value": "0px 0px 5px rgba(0, 0, 0, 0.15)", | ||
"public": true, | ||
"comment": "for the least amount of emphasis", | ||
"deprecated": false | ||
}, | ||
"200": { | ||
"value": "0px 0px 10px rgba(0, 0, 0, 0.15)", | ||
"public": true, | ||
"comment": "for more emphasis than low elevation", | ||
"deprecated": false | ||
}, | ||
"300": { | ||
"value": "0px 0px 15px rgba(0, 0, 0, 0.2)", | ||
"public": true, | ||
"comment": "for maximum emphasis or differentiation", | ||
"deprecated": false | ||
} | ||
} | ||
} |
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,29 @@ | ||
{ | ||
"gridBreakpoint": { | ||
"xs": { | ||
"value": "320px", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"sm": { | ||
"value": "576px", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"md": { | ||
"value": "768px", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"lg": { | ||
"value": "1024px", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"xl": { | ||
"value": "1232px", | ||
"public": true, | ||
"deprecated": false | ||
} | ||
} | ||
} |
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,29 @@ | ||
{ | ||
"gridColumn": { | ||
"xs": { | ||
"value": "6", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"sm": { | ||
"value": "12", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"md": { | ||
"value": "12", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"lg": { | ||
"value": "12", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"xl": { | ||
"value": "12", | ||
"public": true, | ||
"deprecated": false | ||
} | ||
} | ||
} |
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,29 @@ | ||
{ | ||
"gridGutter": { | ||
"xs": { | ||
"value": "{size.100.value}", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"sm": { | ||
"value": "{size.200.value}", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"md": { | ||
"value": "{size.300.value}", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"lg": { | ||
"value": "{size.300.value}", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"xl": { | ||
"value": "{size.400.value}", | ||
"public": true, | ||
"deprecated": false | ||
} | ||
} | ||
} |
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,29 @@ | ||
{ | ||
"gridMargin": { | ||
"xs": { | ||
"value": "{size.200.value}", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"sm": { | ||
"value": "{size.200.value}", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"md": { | ||
"value": "{size.300.value}", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"lg": { | ||
"value": "{size.400.value}", | ||
"public": true, | ||
"deprecated": false | ||
}, | ||
"xl": { | ||
"value": "{size.400.value}", | ||
"public": true, | ||
"deprecated": false | ||
} | ||
} | ||
} |
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,9 @@ | ||
{ | ||
"border": { | ||
"radius": { | ||
"value": "{size.75.value}", | ||
"public": true, | ||
"deprecated": false | ||
} | ||
} | ||
} |
Oops, something went wrong.