Skip to content

Commit

Permalink
chore(release): 1.10.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.3](v1.10.2...v1.10.3) (2023-09-26)

### Bug Fixes

* **tokens:** update method badge tokens ([#108](#108)) ([3306347](3306347))
  • Loading branch information
semantic-release-bot committed Sep 26, 2023
1 parent 3306347 commit 3c3b7d7
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 46 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.10.3](https://github.com/Kong/design-tokens/compare/v1.10.2...v1.10.3) (2023-09-26)


### Bug Fixes

* **tokens:** update method badge tokens ([#108](https://github.com/Kong/design-tokens/issues/108)) ([3306347](https://github.com/Kong/design-tokens/commit/3306347fb21a762de4cad549c21010d1d84740b0))

## [1.10.2](https://github.com/Kong/design-tokens/compare/v1.10.1...v1.10.2) (2023-09-08)


Expand Down
90 changes: 45 additions & 45 deletions TOKENS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* Do not edit directly
* Generated on Fri, 08 Sep 2023 14:28:06 GMT
* Generated on Tue, 26 Sep 2023 20:32:49 GMT
*
* Kong Design Tokens
* GitHub: https://github.com/Kong/design-tokens
Expand Down Expand Up @@ -180,10 +180,10 @@ $kui-method-color-background-connect: #f1f0ff;
$kui-method-color-background-delete: #ffe5e5;
/* blue.10 */
$kui-method-color-background-get: #eefaff;
/* gray.60 */
$kui-method-color-background-head: #6c7489;
/* gray.10 */
$kui-method-color-background-options: #f9fafb;
/* gray.70 */
$kui-method-color-background-head: #52596e;
/* gray.20 */
$kui-method-color-background-options: #e0e4ea;
/* aqua.10 */
$kui-method-color-background-patch: #ecfcff;
/* green.10 */
Expand All @@ -198,10 +198,10 @@ $kui-method-color-text-connect: #6f28ff;
$kui-method-color-text-delete: #d60027;
/* blue.60 */
$kui-method-color-text-get: #0044f4;
/* gray.10 */
$kui-method-color-text-head: #f9fafb;
/* gray.60 */
$kui-method-color-text-options: #6c7489;
/* gray.20 */
$kui-method-color-text-head: #e0e4ea;
/* gray.70 */
$kui-method-color-text-options: #52596e;
/* aqua.60 */
$kui-method-color-text-patch: #00819d;
/* green.60 */
Expand Down Expand Up @@ -476,10 +476,10 @@ $tokens-map: (
'kui-method-color-background-delete': #ffe5e5;
/* blue.10 */
'kui-method-color-background-get': #eefaff;
/* gray.60 */
'kui-method-color-background-head': #6c7489;
/* gray.10 */
'kui-method-color-background-options': #f9fafb;
/* gray.70 */
'kui-method-color-background-head': #52596e;
/* gray.20 */
'kui-method-color-background-options': #e0e4ea;
/* aqua.10 */
'kui-method-color-background-patch': #ecfcff;
/* green.10 */
Expand All @@ -494,10 +494,10 @@ $tokens-map: (
'kui-method-color-text-delete': #d60027;
/* blue.60 */
'kui-method-color-text-get': #0044f4;
/* gray.10 */
'kui-method-color-text-head': #f9fafb;
/* gray.60 */
'kui-method-color-text-options': #6c7489;
/* gray.20 */
'kui-method-color-text-head': #e0e4ea;
/* gray.70 */
'kui-method-color-text-options': #52596e;
/* aqua.60 */
'kui-method-color-text-patch': #00819d;
/* green.60 */
Expand Down Expand Up @@ -774,10 +774,10 @@ $tokens-map: (
@kui-method-color-background-delete: #ffe5e5;
/* blue.10 */
@kui-method-color-background-get: #eefaff;
/* gray.60 */
@kui-method-color-background-head: #6c7489;
/* gray.10 */
@kui-method-color-background-options: #f9fafb;
/* gray.70 */
@kui-method-color-background-head: #52596e;
/* gray.20 */
@kui-method-color-background-options: #e0e4ea;
/* aqua.10 */
@kui-method-color-background-patch: #ecfcff;
/* green.10 */
Expand All @@ -792,10 +792,10 @@ $tokens-map: (
@kui-method-color-text-delete: #d60027;
/* blue.60 */
@kui-method-color-text-get: #0044f4;
/* gray.10 */
@kui-method-color-text-head: #f9fafb;
/* gray.60 */
@kui-method-color-text-options: #6c7489;
/* gray.20 */
@kui-method-color-text-head: #e0e4ea;
/* gray.70 */
@kui-method-color-text-options: #52596e;
/* aqua.60 */
@kui-method-color-text-patch: #00819d;
/* green.60 */
Expand Down Expand Up @@ -1073,10 +1073,10 @@ You may scope your CSS custom property overrides inside the `:root` selector as
--kui-method-color-background-delete: #ffe5e5;
/* blue.10 */
--kui-method-color-background-get: #eefaff;
/* gray.60 */
--kui-method-color-background-head: #6c7489;
/* gray.10 */
--kui-method-color-background-options: #f9fafb;
/* gray.70 */
--kui-method-color-background-head: #52596e;
/* gray.20 */
--kui-method-color-background-options: #e0e4ea;
/* aqua.10 */
--kui-method-color-background-patch: #ecfcff;
/* green.10 */
Expand All @@ -1091,10 +1091,10 @@ You may scope your CSS custom property overrides inside the `:root` selector as
--kui-method-color-text-delete: #d60027;
/* blue.60 */
--kui-method-color-text-get: #0044f4;
/* gray.10 */
--kui-method-color-text-head: #f9fafb;
/* gray.60 */
--kui-method-color-text-options: #6c7489;
/* gray.20 */
--kui-method-color-text-head: #e0e4ea;
/* gray.70 */
--kui-method-color-text-options: #52596e;
/* aqua.60 */
--kui-method-color-text-patch: #00819d;
/* green.60 */
Expand Down Expand Up @@ -1370,10 +1370,10 @@ export const KUI_METHOD_COLOR_BACKGROUND_CONNECT = "#f1f0ff";
export const KUI_METHOD_COLOR_BACKGROUND_DELETE = "#ffe5e5";
/* blue.10 */
export const KUI_METHOD_COLOR_BACKGROUND_GET = "#eefaff";
/* gray.60 */
export const KUI_METHOD_COLOR_BACKGROUND_HEAD = "#6c7489";
/* gray.10 */
export const KUI_METHOD_COLOR_BACKGROUND_OPTIONS = "#f9fafb";
/* gray.70 */
export const KUI_METHOD_COLOR_BACKGROUND_HEAD = "#52596e";
/* gray.20 */
export const KUI_METHOD_COLOR_BACKGROUND_OPTIONS = "#e0e4ea";
/* aqua.10 */
export const KUI_METHOD_COLOR_BACKGROUND_PATCH = "#ecfcff";
/* green.10 */
Expand All @@ -1388,10 +1388,10 @@ export const KUI_METHOD_COLOR_TEXT_CONNECT = "#6f28ff";
export const KUI_METHOD_COLOR_TEXT_DELETE = "#d60027";
/* blue.60 */
export const KUI_METHOD_COLOR_TEXT_GET = "#0044f4";
/* gray.10 */
export const KUI_METHOD_COLOR_TEXT_HEAD = "#f9fafb";
/* gray.60 */
export const KUI_METHOD_COLOR_TEXT_OPTIONS = "#6c7489";
/* gray.20 */
export const KUI_METHOD_COLOR_TEXT_HEAD = "#e0e4ea";
/* gray.70 */
export const KUI_METHOD_COLOR_TEXT_OPTIONS = "#52596e";
/* aqua.60 */
export const KUI_METHOD_COLOR_TEXT_PATCH = "#00819d";
/* green.60 */
Expand Down Expand Up @@ -1594,17 +1594,17 @@ export const KUI_SPACE_AUTO = "auto";
"kui_method_color_background_connect": "#f1f0ff",
"kui_method_color_background_delete": "#ffe5e5",
"kui_method_color_background_get": "#eefaff",
"kui_method_color_background_head": "#6c7489",
"kui_method_color_background_options": "#f9fafb",
"kui_method_color_background_head": "#52596e",
"kui_method_color_background_options": "#e0e4ea",
"kui_method_color_background_patch": "#ecfcff",
"kui_method_color_background_post": "#ecfffb",
"kui_method_color_background_put": "#fffce0",
"kui_method_color_background_trace": "#fff0f7",
"kui_method_color_text_connect": "#6f28ff",
"kui_method_color_text_delete": "#d60027",
"kui_method_color_text_get": "#0044f4",
"kui_method_color_text_head": "#f9fafb",
"kui_method_color_text_options": "#6c7489",
"kui_method_color_text_head": "#e0e4ea",
"kui_method_color_text_options": "#52596e",
"kui_method_color_text_patch": "#00819d",
"kui_method_color_text_post": "#007d60",
"kui_method_color_text_put": "#995c00",
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.10.2",
"version": "1.10.3",
"description": "Kong UI Design Tokens and style dictionary",
"scripts": {
"build": "yarn build:clean && style-dictionary build && yarn copy:tokens-doc && yarn copy:stylelint-plugin",
Expand Down

0 comments on commit 3c3b7d7

Please sign in to comment.