From 6fabd9a8c697d936242224563fe7a8cf4885034c Mon Sep 17 00:00:00 2001 From: Andrew Holloway Date: Thu, 16 Nov 2023 10:58:41 -0600 Subject: [PATCH] docs(tokens): update deprecation markers (#1810) --- src/tokens-dist/css/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tokens-dist/css/variables.css b/src/tokens-dist/css/variables.css index cac246aff..0e76a0bbc 100644 --- a/src/tokens-dist/css/variables.css +++ b/src/tokens-dist/css/variables.css @@ -18,7 +18,7 @@ --eds-theme-typography-callout: var(--eds-typography-preset-002-light); --eds-theme-typography-overline-sm: var(--eds-typography-preset-012); --eds-theme-typography-overline-md: var(--eds-typography-preset-011); - --eds-theme-typography-overline: var(--eds-typography-preset-011); /* This is deprecated and missing from figma. */ + --eds-theme-typography-overline: var(--eds-typography-preset-011); /* @deprecated This is deprecated and missing from figma. */ --eds-theme-typography-caption-sm-bold: var(--eds-typography-preset-010); /* Currently undefined in figma */ --eds-theme-typography-caption-sm: var(--eds-typography-preset-010-light); --eds-theme-typography-caption-md-bold: var(--eds-typography-preset-008); /* Currently undefined in figma */ @@ -205,9 +205,9 @@ --eds-outline-width-lg: 4px; --eds-outline-width-md: 2px; --eds-outline-width-sm: 1px; - --eds-l-linelength-width: 36rem; /* Layout tokens are deprecated and will be removed in a future release */ - --eds-l-sidebar-width: 13.5rem; /* Layout tokens are deprecated and will be removed in a future release */ - --eds-l-max-width: 71.25rem; /* Layout tokens are deprecated and will be removed in a future release */ + --eds-l-linelength-width: 36rem; /* @deprecated Layout tokens are deprecated and will be removed in a future release */ + --eds-l-sidebar-width: 13.5rem; /* @deprecated Layout tokens are deprecated and will be removed in a future release */ + --eds-l-max-width: 71.25rem; /* @deprecated Layout tokens are deprecated and will be removed in a future release */ --eds-color-other-ruby-800: #8F0134; --eds-color-other-ruby-700: #BD0044; --eds-color-other-ruby-600: #D41E52;