diff --git a/packages/orbit-design-tokens/output/deprecated-tokens.json b/packages/orbit-design-tokens/output/deprecated-tokens.json index b20b95589e..f473982411 100644 --- a/packages/orbit-design-tokens/output/deprecated-tokens.json +++ b/packages/orbit-design-tokens/output/deprecated-tokens.json @@ -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", diff --git a/packages/orbit-design-tokens/src/dictionary/definitions/global/borderRadius.json b/packages/orbit-design-tokens/src/dictionary/definitions/global/borderRadius.json index 19f9a714b6..3bb6ba8a3c 100644 --- a/packages/orbit-design-tokens/src/dictionary/definitions/global/borderRadius.json +++ b/packages/orbit-design-tokens/src/dictionary/definitions/global/borderRadius.json @@ -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",