Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-deriv committed Dec 7, 2023
1 parent 8360d60 commit a4fcc43
Show file tree
Hide file tree
Showing 7 changed files with 1,910 additions and 313 deletions.
1 change: 1 addition & 0 deletions raw-tokens/data/$metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"core/spacing",
"core/typography",
"core/motion",
"core/sizing",
"semantic/global",
"semantic/viewPort/default",
"semantic/viewPort/640-plus",
Expand Down
1,380 changes: 1,372 additions & 8 deletions raw-tokens/data/$themes.json

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions raw-tokens/data/core/boxShadow.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,27 @@
],
"type": "boxShadow"
},
"640": {
"value": [
{
"x": "-24",
"y": "0",
"blur": "48",
"spread": "8",
"color": "rgba(0, 0, 0, 6%)",
"type": "dropShadow"
},
{
"x": "-24",
"y": "0",
"blur": "48",
"spread": "8",
"color": "rgba(0, 0, 0, 3%)",
"type": "dropShadow"
}
],
"type": "boxShadow"
},
"710": {
"value": [
{
Expand Down
Loading

0 comments on commit a4fcc43

Please sign in to comment.