Skip to content

Commit

Permalink
feat(tokens): add deprecated version for tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkaaa committed Jul 23, 2024
1 parent 0e972b8 commit 7c64d0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/orbit-design-tokens/output/deprecated-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2035,17 +2035,17 @@
"borderRadiusSmall": {
"replacement": "borderRadius50",
"category": "Border radius",
"version": "16.0.0"
"version": "9.0.0"
},
"borderRadiusNormal": {
"replacement": "borderRadius100",
"category": "Border radius",
"version": "16.0.0"
"version": "9.0.0"
},
"borderRadiusLarge": {
"replacement": "borderRadius150",
"category": "Border radius",
"version": "16.0.0"
"version": "9.0.0"
},
"widthBreakpointMediumMobile": {
"replacement": "breakpointMediumMobile",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"value": "{foundation.border-radius.small}",
"deprecated": true,
"deprecated-replace": "{global.border-radius.50}",
"deprecated-version": "16.0.0"
"deprecated-version": "9.0.0"
},
"normal": {
"type": "border-radius",
"value": "{foundation.border-radius.normal}",
"deprecated": true,
"deprecated-replace": "{global.border-radius.100}",
"deprecated-version": "16.0.0"
"deprecated-version": "9.0.0"
},
"large": {
"type": "border-radius",
"value": "{foundation.border-radius.large}",
"deprecated": true,
"deprecated-replace": "{global.border-radius.150}",
"deprecated-version": "16.0.0"
"deprecated-version": "9.0.0"
},
"none": {
"type": "border-radius",
Expand Down

0 comments on commit 7c64d0d

Please sign in to comment.