Skip to content

Commit

Permalink
- added new shadow spread -guit-ref-shadow-spread-xsmall
Browse files Browse the repository at this point in the history
- updated guite-sem-shadow-floating-2
- updated guit-sem-shadow-floating-3
  • Loading branch information
EduardHambardzumyan committed Oct 22, 2024
1 parent e9129b8 commit d6d5904
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tokens/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,9 @@
"blur-medium": {
"value": "0.8rem"
},
"spread-negative-xsmall": {
"value": "-0.4rem"
},
"spread-none": {
"value": "0rem"
},
Expand Down Expand Up @@ -1336,7 +1339,7 @@
"value": "{ref.shadow.blur-2xsmall}"
},
"floating-1-spread-2": {
"value": "{ref.shadow.spread-none}"
"value": "{ref.shadow.spread-negative-xsmall}"
},
"floating-2-blur-1": {
"value": "{ref.shadow.blur-small}"
Expand All @@ -1360,7 +1363,7 @@
"value": "{ref.shadow.blur-xsmall}"
},
"floating-2-spread-2": {
"value": "{ref.shadow.spread-2xsmall}"
"value": "{ref.shadow.spread-negative-xsmall}"
},
"floating-3-blur-1": {
"value": "{ref.shadow.blur-medium}"
Expand All @@ -1378,7 +1381,7 @@
"value": "{ref.shadow.blur-small}"
},
"floating-3-spread-2": {
"value": "{ref.shadow.spread-2xsmall}"
"value": "{ref.shadow.spread-negative-xsmall}"
},
"raised-top-position-x": {
"value": "{ref.shadow.positioning-none}"
Expand Down

0 comments on commit d6d5904

Please sign in to comment.