Skip to content

Commit

Permalink
refactor(token):changed tokens for legend element according to code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Nov 27, 2024
1 parent 434b1d4 commit 9f0e52f
Showing 1 changed file with 33 additions and 21 deletions.
54 changes: 33 additions & 21 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -4760,36 +4760,48 @@
"$type": "fontSizes",
"$value": "{post.device.font-size.3}"
},
"margin-block-start": {
"$type": "spacing",
"$value": "{post.device.spacing.margin.1}"
},
"padding-block-end": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.17}"
},
"margin-block-end": {
"$type": "spacing",
"$value": "{post.device.spacing.margin.4}"
"padding": {
"block": {
"start": {
"$type": "spacing",
"$value": "{post.device.spacing.margin.1}"
},
"end": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.17}"
}
}
},
"border-bottom": {
"$type": "border",
"$value": {
"color": "{post.core.color.sandgrey.100}",
"width": "{post.device.border-width.default}",
"style": "{post.core.border-style.solid}"
"margin": {
"block": {
"end": {
"$type": "spacing",
"$value": "{post.device.spacing.margin.4}"
}
}
},
"border": {
"color": {
"$type": "color",
"$value": "{post.scheme.color.surface.default.stroke}"
},
"style": {
"$type": "other",
"$value": "{post.core.border-style.solid}"
}
},
"border-width": {
"$type": "borderWidth",
"$value": "{post.device.border-width.default}"
}
},
"margin": {
"block": {
"end": {
"$type": "spacing",
"$value": "{post.core.dimension.16}"
}
}
}
}
}
Expand Down Expand Up @@ -10644,11 +10656,11 @@
"post.list.number.item.text.padding.block": "e8f4ca5bfa27171f1305cbcf48109951c6291783",
"post.legend.font-weight": "f0a4f4aecd22adca404a06057036f32f535db108",
"post.legend.large.font-size": "d3d186f427003c6303030a4f6fbd344f2977aed4",
"post.legend.large.margin-block-start": "07195a6aef820a17e21fa4e2dd416d3ea3ed53db",
"post.legend.large.padding-block-end": "5c0406008577b8a2c8cf3c7e0c6786fbda04323f",
"post.legend.large.margin-block-end": "b8ff9bf1150e33ccf55f3838c5eb03813b07c55e",
"post.legend.large.border.color": "18eb341734d81f963bee4f9aa1e47a86d021916c",
"post.legend.large.border-width": "4a5a2aa3d8da28b110fa449c2a227ad3c5cc94bb"
"post.legend.large.border-width": "4a5a2aa3d8da28b110fa449c2a227ad3c5cc94bb",
"post.legend.large.padding.block.start": "07195a6aef820a17e21fa4e2dd416d3ea3ed53db",
"post.legend.large.padding.block.end": "5c0406008577b8a2c8cf3c7e0c6786fbda04323f",
"post.legend.large.margin.block.end": "b8ff9bf1150e33ccf55f3838c5eb03813b07c55e"
}
},
{
Expand Down

0 comments on commit 9f0e52f

Please sign in to comment.