Skip to content

Commit

Permalink
Update small, large, xlarge, shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Aug 26, 2024
1 parent cc01dfb commit 435be42
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
33 changes: 30 additions & 3 deletions design-tokens/tokens/component.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,16 @@
"hover": {
"boxShadow": {
"$type": "shadow",
"$value": "{button.medium.secondary.hover.boxShadow}",
"$value": [
{
"offsetX": "{base.static.spacing.none}",
"offsetY": "{base.static.spacing.none}",
"blur": "{base.static.spacing.none}",
"spread": "{base.dimension.25}",
"color": "{button.secondary.hover.borderColor}",
"inset": true
}
],
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -3208,7 +3217,16 @@
"hover": {
"boxShadow": {
"$type": "shadow",
"$value": "{button.medium.secondary.hover.boxShadow}",
"$value": [
{
"offsetX": "{base.static.spacing.none}",
"offsetY": "{base.static.spacing.none}",
"blur": "{base.static.spacing.none}",
"spread": "{base.dimension.25}",
"color": "{button.secondary.hover.borderColor}",
"inset": true
}
],
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -4008,7 +4026,16 @@
"hover": {
"boxShadow": {
"$type": "shadow",
"$value": "{button.medium.secondary.hover.boxShadow}",
"$value": [
{
"offsetX": "{base.static.spacing.none}",
"offsetY": "{base.static.spacing.none}",
"blur": "{base.static.spacing.none}",
"spread": "{base.dimension.25}",
"color": "{button.secondary.hover.borderColor}",
"inset": true
}
],
"$description": "",
"$extensions": {
"com.figma": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6669,7 +6669,7 @@ hpack.js@^2.1.6:

"hpe-design-tokens-alpha@https://github.com/grommet/hpe-design-system/tarball/design-tokens-alpha-stable":
version "0.1.0"
resolved "https://github.com/grommet/hpe-design-system/tarball/design-tokens-alpha-stable#c9ae74d052d1abb7bfa48f315f6e757a78a4dd96"
resolved "https://github.com/grommet/hpe-design-system/tarball/design-tokens-alpha-stable#f28666f6fd686b230f9648948bc9c40049a4432a"
dependencies:
axios "^1.6.0"
dotenv "^16.3.1"
Expand Down

0 comments on commit 435be42

Please sign in to comment.