Skip to content

Commit

Permalink
refactor(token):Adjusted Validation tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Dec 9, 2024
1 parent ff9cf12 commit ff763d9
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -7741,22 +7741,28 @@
"$value": "{post.device.spacing.gap.inline.10}"
}
},
"padding": {
"block": {
"text": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.12}"
}
}
},
"icon": {
"size": {
"$type": "sizing",
"$value": "{post.device.sizing.interactive.icon.size4}"
},
"padding": {
"$type": "spacing",
"$value": "{post.device.spacing.padding.1}"
"block": {
"start": {
"$type": "spacing",
"$value": "{post.core.dimension.2}"
},
"end": {
"$type": "spacing",
"$value": "{post.core.dimension.3}"
}
}
},
"padding": {
"inline": {
"start": {
"$type": "spacing",
"$value": "{post.core.dimension.4}"
}
}
}
},
Expand Down Expand Up @@ -9973,6 +9979,7 @@
"post.assist.font-size": "c42fdefaa61b7c5d6916a6b6768599b19da3fd4d",
"post.assist.enabled-fg": "72f5b4238dee1bf68e93e9731b4fd8f2e5e38fd5",
"post.assist.disabled-fg": "511343125c5a9ce9901570e967e37962ab1eca6d",
"post.hint.spacing.block": "3165d98279644e157898945596f89c99ca404b5c",
"post.avatar.size": "fdc1484ed63e645974c9a435ca62dd46b26a84e0",
"post.avatar.enabled-bg": "1863e011a6589c655c1f6ce1b3fa63e4153719e2",
"post.avatar.enabled-fg": "9fbe58313d6bf87fab98be4e81191e79f1a038b0",
Expand Down Expand Up @@ -10039,6 +10046,7 @@
"post.breadcrumb.gap.inline.outer": "a27d40f4b9b6ff82fb67a17af041b2fa748f8052",
"post.breadcrumb.gap.inline.inner": "395509fba5bd7e8b56a54b41135824ef83aa3ebd",
"post.breadcrumb.selected.font-weight": "c26e16ce48b87d25d173a722ccbc4f7c3c438841",
"post.breadcrumb.icon.size": "72338131139ad3c76c52523326371d15f5284ac5",
"post.button.gap.block.1": "3e82d61efc18438a6b93f41164d21274625669f9",
"post.button.gap.block.2": "8a0326da592650c30bcb20142232098e0ad98fa5",
"post.button.gap.inline.switch": "17e19389cbcf9f145dcbbe0f663f31df65206e62",
Expand Down Expand Up @@ -10588,16 +10596,15 @@
"post.toast.color.error-stroke": "3432663173b4389104a12a668043e3681e2faa69",
"post.toast.color.error-icon": "3096bb0553257be18a766df213ba83685ab63040",
"post.validation.group.gap.inline": "a76607434c393d743d38b71824d9d76e533acca2",
"post.validation.group.padding.block.text": "37b3685608b0a7ee4bdc297d80ea55c77856c2ee",
"post.validation.group.icon.size": "ce5d0ae47c1f80a7ea39a6e5b25a00055c450e7d",
"post.validation.group.icon.padding": "4c33e15ce67a9e7398af3f45682774c919629a17",
"post.validation.error": "796bdb2fc917b5948438070371ae60d214216795",
"post.validation.success": "b59a525aa81840396e6310baa880de4a66d23371",
"post.validation.input.padding.block": "4006573d3a03f1b053a844aaf89e14742a3d3646",
"post.validation.input.padding.inline": "8df0e5f5587acbb1f7acb67a97e200e2175d6469",
"post.validation.font-size": "67f550629b478f48c1579f8acb13edceabbaee4f",
"post.breadcrumb.icon.size": "72338131139ad3c76c52523326371d15f5284ac5",
"post.hint.spacing.block": "a991d75103776c3686418a2e6004246f2d0a9000"
"post.validation.group.padding.inline.start": "37c8364dbc202912a5a557a5f8cc026e1f84a3bf",
"post.validation.group.icon.block.start": "e52e3d301a820f000d2cd339f1fab72a5f09ce81",
"post.validation.group.icon.block.end": "f30710c36d79b96b33c33ad8e67524cc1ae3cd7a"
}
},
{
Expand Down

0 comments on commit ff763d9

Please sign in to comment.