Skip to content

Commit

Permalink
chore(release): 1.11.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.6](v1.11.5...v1.11.6) (2023-10-23)

### Bug Fixes

* **shadow:** add shadow border primary strongest token ([#132](#132)) ([f0bfe34](f0bfe34))
  • Loading branch information
semantic-release-bot committed Oct 23, 2023
1 parent f0bfe34 commit fc54711
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.11.6](https://github.com/Kong/design-tokens/compare/v1.11.5...v1.11.6) (2023-10-23)


### Bug Fixes

* **shadow:** add shadow border primary strongest token ([#132](https://github.com/Kong/design-tokens/issues/132)) ([f0bfe34](https://github.com/Kong/design-tokens/commit/f0bfe345eace313ea5d10ad882769fe7e9379f94))

## [1.11.5](https://github.com/Kong/design-tokens/compare/v1.11.4...v1.11.5) (2023-10-23)


Expand Down
13 changes: 12 additions & 1 deletion TOKENS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* Do not edit directly
* Generated on Mon, 23 Oct 2023 16:24:35 GMT
* Generated on Mon, 23 Oct 2023 19:21:52 GMT
*
* Kong Design Tokens
* GitHub: https://github.com/Kong/design-tokens
Expand Down Expand Up @@ -298,6 +298,8 @@ $kui-shadow-border-danger-strong: 0px 0px 0px 1px #ad000e inset;
$kui-shadow-border-disabled: 0px 0px 0px 1px #e0e4ea inset;
/* 0px 0px 0px 1px blue.60 inset */
$kui-shadow-border-primary: 0px 0px 0px 1px #0044f4 inset;
/* 0px 0px 0px 1px blue.90 inset */
$kui-shadow-border-primary-strongest: 0px 0px 0px 1px #001466 inset;
/* 0px 0px 0px 1px blue.40 inset */
$kui-shadow-border-primary-weak: 0px 0px 0px 1px #5f9aff inset;
/* 0px 0px 0px 4px rgba(0, 68, 244, 0.2) */
Expand Down Expand Up @@ -626,6 +628,8 @@ $tokens-map: (
'kui-shadow-border-disabled': 0px 0px 0px 1px #e0e4ea inset;
/* 0px 0px 0px 1px blue.60 inset */
'kui-shadow-border-primary': 0px 0px 0px 1px #0044f4 inset;
/* 0px 0px 0px 1px blue.90 inset */
'kui-shadow-border-primary-strongest': 0px 0px 0px 1px #001466 inset;
/* 0px 0px 0px 1px blue.40 inset */
'kui-shadow-border-primary-weak': 0px 0px 0px 1px #5f9aff inset;
/* 0px 0px 0px 4px rgba(0, 68, 244, 0.2) */
Expand Down Expand Up @@ -956,6 +960,8 @@ $tokens-map: (
@kui-shadow-border-disabled: 0px 0px 0px 1px #e0e4ea inset;
/* 0px 0px 0px 1px blue.60 inset */
@kui-shadow-border-primary: 0px 0px 0px 1px #0044f4 inset;
/* 0px 0px 0px 1px blue.90 inset */
@kui-shadow-border-primary-strongest: 0px 0px 0px 1px #001466 inset;
/* 0px 0px 0px 1px blue.40 inset */
@kui-shadow-border-primary-weak: 0px 0px 0px 1px #5f9aff inset;
/* 0px 0px 0px 4px rgba(0, 68, 244, 0.2) */
Expand Down Expand Up @@ -1287,6 +1293,8 @@ You may scope your CSS custom property overrides inside the `:root` selector as
--kui-shadow-border-disabled: 0px 0px 0px 1px #e0e4ea inset;
/* 0px 0px 0px 1px blue.60 inset */
--kui-shadow-border-primary: 0px 0px 0px 1px #0044f4 inset;
/* 0px 0px 0px 1px blue.90 inset */
--kui-shadow-border-primary-strongest: 0px 0px 0px 1px #001466 inset;
/* 0px 0px 0px 1px blue.40 inset */
--kui-shadow-border-primary-weak: 0px 0px 0px 1px #5f9aff inset;
/* 0px 0px 0px 4px rgba(0, 68, 244, 0.2) */
Expand Down Expand Up @@ -1616,6 +1624,8 @@ export const KUI_SHADOW_BORDER_DANGER_STRONG = "0px 0px 0px 1px #ad000e inset";
export const KUI_SHADOW_BORDER_DISABLED = "0px 0px 0px 1px #e0e4ea inset";
/* 0px 0px 0px 1px blue.60 inset */
export const KUI_SHADOW_BORDER_PRIMARY = "0px 0px 0px 1px #0044f4 inset";
/* 0px 0px 0px 1px blue.90 inset */
export const KUI_SHADOW_BORDER_PRIMARY_STRONGEST = "0px 0px 0px 1px #001466 inset";
/* 0px 0px 0px 1px blue.40 inset */
export const KUI_SHADOW_BORDER_PRIMARY_WEAK = "0px 0px 0px 1px #5f9aff inset";
/* 0px 0px 0px 4px rgba(0, 68, 244, 0.2) */
Expand Down Expand Up @@ -1810,6 +1820,7 @@ export const KUI_SPACE_AUTO = "auto";
"kui_shadow_border_danger_strong": "0px 0px 0px 1px #ad000e inset",
"kui_shadow_border_disabled": "0px 0px 0px 1px #e0e4ea inset",
"kui_shadow_border_primary": "0px 0px 0px 1px #0044f4 inset",
"kui_shadow_border_primary_strongest": "0px 0px 0px 1px #001466 inset",
"kui_shadow_border_primary_weak": "0px 0px 0px 1px #5f9aff inset",
"kui_shadow_focus": "0px 0px 0px 4px rgba(0, 68, 244, 0.2)",
"kui_space_0": "0px",
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.11.5",
"version": "1.11.6",
"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 fc54711

Please sign in to comment.