Skip to content

Commit

Permalink
chore(release): 1.17.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.17.3](v1.17.2...v1.17.3) (2025-02-04)

### Bug Fixes

* comments ([0c85799](0c85799))
  • Loading branch information
semantic-release-bot committed Feb 4, 2025
1 parent 0c85799 commit 9eab45b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
30 changes: 15 additions & 15 deletions TOKENS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 9eab45b

Please sign in to comment.