diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bfe62..c7af3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.3](https://github.com/Kong/design-tokens/compare/v1.17.2...v1.17.3) (2025-02-04) + + +### Bug Fixes + +* comments ([0c85799](https://github.com/Kong/design-tokens/commit/0c85799baf1dd95e51f2174624d07a06afff3cc1)) + ## [1.17.2](https://github.com/Kong/design-tokens/compare/v1.17.1...v1.17.2) (2024-08-12) diff --git a/TOKENS.md b/TOKENS.md index bff947c..392eb5b 100644 --- a/TOKENS.md +++ b/TOKENS.md @@ -472,13 +472,13 @@ $kui-font-size-70: 24px; $kui-font-size-80: 32px; $kui-font-size-90: 40px; $kui-font-size-100: 48px; -/* 700 */ +/* 700: The bold font weight. */ $kui-font-weight-bold: 700; -/* 500 */ +/* 500: The medium font weight. */ $kui-font-weight-medium: 500; /* 400: The normal font weight. */ $kui-font-weight-regular: 400; -/* 600 */ +/* 600: The semibold font weight. */ $kui-font-weight-semibold: 600; /* Alias for letter-spacing-normal */ $kui-letter-spacing-0: normal; @@ -1032,13 +1032,13 @@ $tokens-map: ( 'kui-font-size-80': 32px; 'kui-font-size-90': 40px; 'kui-font-size-100': 48px; - /* 700 */ + /* 700: The bold font weight. */ 'kui-font-weight-bold': 700; - /* 500 */ + /* 500: The medium font weight. */ 'kui-font-weight-medium': 500; /* 400: The normal font weight. */ 'kui-font-weight-regular': 400; - /* 600 */ + /* 600: The semibold font weight. */ 'kui-font-weight-semibold': 600; /* Alias for letter-spacing-normal */ 'kui-letter-spacing-0': normal; @@ -1594,13 +1594,13 @@ $tokens-map: ( @kui-font-size-80: 32px; @kui-font-size-90: 40px; @kui-font-size-100: 48px; -/* 700 */ +/* 700: The bold font weight. */ @kui-font-weight-bold: 700; -/* 500 */ +/* 500: The medium font weight. */ @kui-font-weight-medium: 500; /* 400: The normal font weight. */ @kui-font-weight-regular: 400; -/* 600 */ +/* 600: The semibold font weight. */ @kui-font-weight-semibold: 600; /* Alias for letter-spacing-normal */ @kui-letter-spacing-0: normal; @@ -2157,13 +2157,13 @@ You may scope your CSS custom property overrides inside the `:root` selector as --kui-font-size-80: 32px; --kui-font-size-90: 40px; --kui-font-size-100: 48px; -/* 700 */ +/* 700: The bold font weight. */ --kui-font-weight-bold: 700; -/* 500 */ +/* 500: The medium font weight. */ --kui-font-weight-medium: 500; /* 400: The normal font weight. */ --kui-font-weight-regular: 400; -/* 600 */ +/* 600: The semibold font weight. */ --kui-font-weight-semibold: 600; /* Alias for letter-spacing-normal */ --kui-letter-spacing-0: normal; @@ -2718,13 +2718,13 @@ export const KUI_FONT_SIZE_70 = "24px"; export const KUI_FONT_SIZE_80 = "32px"; export const KUI_FONT_SIZE_90 = "40px"; export const KUI_FONT_SIZE_100 = "48px"; -/* 700 */ +/* 700: The bold font weight. */ export const KUI_FONT_WEIGHT_BOLD = "700"; -/* 500 */ +/* 500: The medium font weight. */ export const KUI_FONT_WEIGHT_MEDIUM = "500"; /* 400: The normal font weight. */ export const KUI_FONT_WEIGHT_REGULAR = "400"; -/* 600 */ +/* 600: The semibold font weight. */ export const KUI_FONT_WEIGHT_SEMIBOLD = "600"; /* Alias for letter-spacing-normal */ export const KUI_LETTER_SPACING_0 = "normal"; diff --git a/package.json b/package.json index dfd5000..6b45cd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/design-tokens", - "version": "1.17.2", + "version": "1.17.3", "description": "Kong UI Design Tokens and style dictionary", "type": "module", "scripts": {