Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(shadows): updated shadow sizes to a reference size token
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Jun 5, 2023
1 parent 1446d54 commit 0301b44
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1615,32 +1615,32 @@
"type": "dropShadow"
},
{
"x": ".5px",
"y": ".5px",
"x": "{size.50}",
"y": "{size.50}",
"blur": "{size.0}",
"spread": "{size.0}",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": "-.5px",
"x": "{size.50-negative}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": ".5px",
"x": "{size.50-negative}",
"y": "{size.50}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": ".5px",
"y": "-.5px",
"x": "{size.50}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
Expand All @@ -1660,32 +1660,32 @@
"type": "dropShadow"
},
{
"x": ".5px",
"y": ".5px",
"x": "{size.50}",
"y": "{size.50}",
"blur": "{size.0}",
"spread": "{size.0}",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": "-.5px",
"x": "{size.50-negative}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": ".5px",
"x": "{size.50-negative}",
"y": "{size.50}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": ".5px",
"y": "-.5px",
"x": "{size.50}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
Expand All @@ -1705,32 +1705,32 @@
"type": "dropShadow"
},
{
"x": ".5px",
"y": ".5px",
"x": "{size.50-negative}",
"y": "{size.50}",
"blur": "{size.0}",
"spread": "{size.0}",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": "-.5px",
"x": "{size.50-negative}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": ".5px",
"x": "{size.50-negative}",
"y": "{size.50}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": ".5px",
"y": "-.5px",
"x": "{size.50}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
Expand All @@ -1750,32 +1750,32 @@
"type": "dropShadow"
},
{
"x": ".5px",
"y": ".5px",
"x": "{size.50}",
"y": "{size.50}",
"blur": "{size.0}",
"spread": "{size.0}",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": "-.5px",
"x": "{size.50-negative}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": ".5px",
"x": "{size.50-negative}",
"y": "{size.50}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": ".5px",
"y": "-.5px",
"x": "{size.50}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
Expand Down Expand Up @@ -1811,32 +1811,32 @@
"type": "dropShadow"
},
{
"x": ".5px",
"y": ".5px",
"x": "{size.50}",
"y": "{size.50}",
"blur": "{size.0}",
"spread": "{size.0}",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": "-.5px",
"x": "{size.50-negative}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": "-.5px",
"y": ".5px",
"x": "{size.50-negative}",
"y": "{size.50}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
"type": "dropShadow"
},
{
"x": ".5px",
"y": "-.5px",
"x": "{size.50}",
"y": "{size.50-negative}",
"blur": "0",
"spread": "0",
"color": "{color.neutral.black}",
Expand Down

0 comments on commit 0301b44

Please sign in to comment.