Skip to content

Commit

Permalink
refactor(token):renamend utility border tokens to represent code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Feb 24, 2025
1 parent 00a2a30 commit b030841
Showing 1 changed file with 36 additions and 35 deletions.
71 changes: 36 additions & 35 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -8589,40 +8589,38 @@
"Utilities/Border": {
"post": {
"utility": {
"border": {
"border-width": {
"1": {
"$type": "borderWidth",
"$value": "{post.core.dimension.1}"
},
"2": {
"$type": "borderWidth",
"$value": "{post.core.dimension.2}"
}
},
"border-radius": {
"4": {
"$type": "borderRadius",
"$value": "{post.core.dimension.4}"
},
"8": {
"$type": "borderRadius",
"$value": "{post.core.dimension.8}"
}
},
"border-default": {
"width": {
"1": {
"$type": "borderWidth",
"$value": "{post.core.dimension.1}"
},
"2": {
"$type": "borderWidth",
"$value": "{post.core.dimension.2}"
}
"$type": "borderWidth",
"$value": "{post.core.dimension.1}"
},
"radius": {
"4": {
"$type": "borderRadius",
"$value": "{post.core.dimension.4}"
},
"8": {
"$type": "borderRadius",
"$value": "{post.core.dimension.8}"
}
"$type": "borderRadius",
"$value": "{post.core.dimension.4}"
},
"default": {
"width": {
"$type": "borderWidth",
"$value": "{post.core.dimension.1}"
},
"radius": {
"$type": "borderRadius",
"$value": "{post.core.dimension.4}"
},
"color": {
"$type": "color",
"$value": "{post.scheme.color.surface.default.stroke}"
}
"color": {
"$type": "color",
"$value": "{post.scheme.color.surface.default.stroke}"
}
}
}
Expand Down Expand Up @@ -9948,17 +9946,20 @@
"post.utility.surface.accent2": "99e52a1d022a46128469f81b4085d2852f50d55a",
"post.utility.surface.accent3": "55d28ddd8474489c0143eb926bca89ab5a534805",
"post.utility.surface.accent4": "d512d2f16a3486e242bedf306dac85b3b7ba1ee5",
"post.utility.border-width.1": "c61c287ddd9e73f3ca51e101eae0881575157855",
"post.utility.border-width.2": "2cf510aa1e77321e4ca55ca5bb1b934daf9f7c29",
"post.utility.border-radius.4": "35645b2921988f4d76adf5c5b6cc05f852c01a73",
"post.utility.border-radius.8": "a3f7ae743dd3286b0faf6418709bbf55a4533ad4",
"post.utility.border-default.width": "7a5bda3253b81e93bd442c75dda7d20eabc0df99",
"post.utility.border-default.radius": "1f35c4650cdbb5c9306612cd97fc8863cc1963fa",
"post.utility.border-default.color": "a3b516f29d29b21ce64fe94a4d9a9b9f589895ef",
"post.utility.font-size.sm": "4f05fa9917fbf933d98045ed908007cf27ebadd3",
"post.utility.font-size.md": "1a73546600f73f2e051a312c68ffde8841c6f23b",
"post.utility.font-size.lg": "e5163c7b26f741083cbca2628a45aabf0c98033d",
"post.utility.font-weight.regular": "ecee6a6be3f2e75d36113c8b9b4378b7516f48c2",
"post.utility.font-weight.bold": "f6f6ba57d3e0d7672f71d19fcc1fe299fd902bb9",
"post.utility.font-weight.black": "7189e2f8fe79427a0a9354d7839b1079bfba11e3",
"post.utility.letter-spacing.none": "2ec2aaa7271f6259ac3cf09683c0b209d13385b0",
"post.utility.border.radius.4": "35645b2921988f4d76adf5c5b6cc05f852c01a73",
"post.utility.border.radius.8": "a3f7ae743dd3286b0faf6418709bbf55a4533ad4",
"post.utility.border.width.1": "c61c287ddd9e73f3ca51e101eae0881575157855",
"post.utility.border.width.2": "2cf510aa1e77321e4ca55ca5bb1b934daf9f7c29"
"post.utility.letter-spacing.none": "2ec2aaa7271f6259ac3cf09683c0b209d13385b0"
}
},
{
Expand Down

0 comments on commit b030841

Please sign in to comment.