Skip to content

Commit

Permalink
refactor(token): renamed grid tokens to represent naming in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Nov 15, 2024
1 parent 7507441 commit 06c073e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5768,10 +5768,10 @@
"$value": "{post.core.dimension.16}"
}
},
"margin": {
"padding": {
"xl": {
"$type": "spacing",
"$value": "auto"
"$value": "{post.core.dimension.40}"
},
"lg": {
"$type": "spacing",
Expand Down Expand Up @@ -10843,11 +10843,6 @@
"post.grid.gutter.md": "7d1d3b0ffd0f973df1455b0addd7edd6d4a9a148",
"post.grid.gutter.sm": "8cbc257669fa886554d3ec8976367eb2d1c64f90",
"post.grid.gutter.xs": "cb095450965e3eb35560d2ee9afee14da7543238",
"post.grid.margin.xl": "a0941427502b638381a2a96f75850d0dccb0c0e7",
"post.grid.margin.lg": "bd3682259dffed2a2fedb59efd7e882cdd8e2276",
"post.grid.margin.md": "a34831a53f06e84a574e6c960511c78d5cc1790d",
"post.grid.margin.sm": "b69e811ae4854fed0ef53f5ccbaf57daeeff407b",
"post.grid.margin.xs": "ca98cb9916a8d625ceb1d0cf79a9cb8f3d4c0d1b",
"post.grid.max-width": "2a1752769b46f42590f2f73e8cdb7c4629ecf4fd",
"post.dropdown.multi-select.menu.category-title.padding.block.outer": "ee99f5a05a5b1c84a69b677a1834d61fead11820",
"post.dropdown.multi-select.menu.category-title.padding.block.inner": "0c237bda42bc614b0d40c3063b8cd837f6764301",
Expand Down Expand Up @@ -11304,7 +11299,12 @@
"post.validation.success": "b59a525aa81840396e6310baa880de4a66d23371",
"post.validation.input.padding.block": "4006573d3a03f1b053a844aaf89e14742a3d3646",
"post.validation.input.padding.inline": "8df0e5f5587acbb1f7acb67a97e200e2175d6469",
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f"
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f",
"post.grid.padding.xl": "a0941427502b638381a2a96f75850d0dccb0c0e7",
"post.grid.padding.lg": "bd3682259dffed2a2fedb59efd7e882cdd8e2276",
"post.grid.padding.md": "a34831a53f06e84a574e6c960511c78d5cc1790d",
"post.grid.padding.sm": "b69e811ae4854fed0ef53f5ccbaf57daeeff407b",
"post.grid.padding.xs": "ca98cb9916a8d625ceb1d0cf79a9cb8f3d4c0d1b"
}
},
{
Expand Down

0 comments on commit 06c073e

Please sign in to comment.