diff --git a/.changeset/gentle-months-carry.md b/.changeset/gentle-months-carry.md new file mode 100644 index 00000000..76e70251 --- /dev/null +++ b/.changeset/gentle-months-carry.md @@ -0,0 +1,14 @@ +--- +"@adobe/spectrum-tokens": minor +--- + +Updated help-text-top-to-workflow-icon-_ token values to point to component-top-to-workflow-icon-_ tokens + +## Token Diff + +_Newly deprecated tokens (4):_ + +- `help-text-top-to-workflow-icon-extra-large`: use `component-edge-to-visual-only-300` +- `help-text-top-to-workflow-icon-large`: use `component-edge-to-visual-only-200` +- `help-text-top-to-workflow-icon-medium`: use `component-edge-to-visual-only-100` +- `help-text-top-to-workflow-icon-small`: use `component-edge-to-visual-only-75` diff --git a/packages/tokens/src/layout-component.json b/packages/tokens/src/layout-component.json index 072f6593..2f0e01f8 100644 --- a/packages/tokens/src/layout-component.json +++ b/packages/tokens/src/layout-component.json @@ -723,13 +723,15 @@ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json", "value": "{component-top-to-workflow-icon-75}", "uuid": "91cb19ef-63fc-4d98-a61e-a5f55951f656", - "deprecated": true + "deprecated": true, + "deprecated_comment": "Replaced with component-top-to-workflow-icon-75" }, "mobile": { "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json", "value": "{component-top-to-workflow-icon-75}", "uuid": "00334ebf-5706-4a97-b02c-9f41642c4795", - "deprecated": true + "deprecated": true, + "deprecated_comment": "Replaced with component-top-to-workflow-icon-75" } } }, @@ -741,13 +743,15 @@ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json", "value": "{component-top-to-workflow-icon-100}", "uuid": "d159b313-4def-493a-adcf-398e2d1fce9f", - "deprecated": true + "deprecated": true, + "deprecated_comment": "Replaced with component-top-to-workflow-icon-100" }, "mobile": { "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json", "value": "{component-top-to-workflow-icon-100}", "uuid": "b690bd12-855e-444d-8b76-a7ae948e3f52", - "deprecated": true + "deprecated": true, + "deprecated_comment": "Replaced with component-top-to-workflow-icon-100" } } }, @@ -759,13 +763,15 @@ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json", "value": "{component-top-to-workflow-icon-200}", "uuid": "54cae12b-5f21-47b4-a964-6033bd025975", - "deprecated": true + "deprecated": true, + "deprecated_comment": "Replaced with component-top-to-workflow-icon-200" }, "mobile": { "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json", "value": "{component-top-to-workflow-icon-200}", "uuid": "e2c40309-5b3d-485a-bafa-9015a5b751e7", - "deprecated": true + "deprecated": true, + "deprecated_comment": "Replaced with component-top-to-workflow-icon-200" } } }, @@ -777,13 +783,15 @@ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json", "value": "{component-top-to-workflow-icon-300}", "uuid": "bec914a9-5905-40ac-bd61-a727016c1228", - "deprecated": true + "deprecated": true, + "deprecated_comment": "Replaced with component-top-to-workflow-icon-300" }, "mobile": { "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json", "value": "{component-top-to-workflow-icon-300}", "uuid": "251c39cc-f949-4055-aecb-42fc99f9d504", - "deprecated": true + "deprecated": true, + "deprecated_comment": "Replaced with component-top-to-workflow-icon-300" } } },