Skip to content

Commit 46c68dd

Browse files
chore(release): 1.12.10 [skip ci]
## [1.12.10](v1.12.9...v1.12.10) (2024-02-16) ### Bug Fixes * add decorative pink token for search ([#233](#233)) ([99a9d01](99a9d01))
1 parent 5509110 commit 46c68dd

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.12.10](https://github.com/Kong/design-tokens/compare/v1.12.9...v1.12.10) (2024-02-16)
2+
3+
4+
### Bug Fixes
5+
6+
* add decorative pink token for search ([#233](https://github.com/Kong/design-tokens/issues/233)) ([99a9d01](https://github.com/Kong/design-tokens/commit/99a9d01098e26a038faa11a61d91b1966a1b7729))
7+
18
## [1.12.9](https://github.com/Kong/design-tokens/compare/v1.12.8...v1.12.9) (2024-02-15)
29

310

TOKENS.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* Do not edit directly
3-
* Generated on Thu, 15 Feb 2024 22:39:19 GMT
3+
* Generated on Fri, 16 Feb 2024 20:03:35 GMT
44
*
55
* Kong Design Tokens
66
* GitHub: https://github.com/Kong/design-tokens
@@ -132,6 +132,8 @@ $kui-color-text-danger: #d60027;
132132
$kui-color-text-danger-strong: #ad000e;
133133
/* Text color for decorative purposes (aqua.50). */
134134
$kui-color-text-decorative-aqua: #00abd2;
135+
/* Text color for decorative purposes (pink.60). */
136+
$kui-color-text-decorative-pink: #d60067;
135137
/* Text color for decorative purposes (purple.60). */
136138
$kui-color-text-decorative-purple: #6f28ff;
137139
/* Strong text color for decorative purposes (purple.70). */
@@ -530,6 +532,8 @@ $tokens-map: (
530532
'kui-color-text-danger-strong': #ad000e;
531533
/* Text color for decorative purposes (aqua.50). */
532534
'kui-color-text-decorative-aqua': #00abd2;
535+
/* Text color for decorative purposes (pink.60). */
536+
'kui-color-text-decorative-pink': #d60067;
533537
/* Text color for decorative purposes (purple.60). */
534538
'kui-color-text-decorative-purple': #6f28ff;
535539
/* Strong text color for decorative purposes (purple.70). */
@@ -930,6 +934,8 @@ $tokens-map: (
930934
@kui-color-text-danger-strong: #ad000e;
931935
/* Text color for decorative purposes (aqua.50). */
932936
@kui-color-text-decorative-aqua: #00abd2;
937+
/* Text color for decorative purposes (pink.60). */
938+
@kui-color-text-decorative-pink: #d60067;
933939
/* Text color for decorative purposes (purple.60). */
934940
@kui-color-text-decorative-purple: #6f28ff;
935941
/* Strong text color for decorative purposes (purple.70). */
@@ -1331,6 +1337,8 @@ You may scope your CSS custom property overrides inside the `:root` selector as
13311337
--kui-color-text-danger-strong: #ad000e;
13321338
/* Text color for decorative purposes (aqua.50). */
13331339
--kui-color-text-decorative-aqua: #00abd2;
1340+
/* Text color for decorative purposes (pink.60). */
1341+
--kui-color-text-decorative-pink: #d60067;
13341342
/* Text color for decorative purposes (purple.60). */
13351343
--kui-color-text-decorative-purple: #6f28ff;
13361344
/* Strong text color for decorative purposes (purple.70). */
@@ -1730,6 +1738,8 @@ export const KUI_COLOR_TEXT_DANGER = "#d60027";
17301738
export const KUI_COLOR_TEXT_DANGER_STRONG = "#ad000e";
17311739
/* Text color for decorative purposes (aqua.50). */
17321740
export const KUI_COLOR_TEXT_DECORATIVE_AQUA = "#00abd2";
1741+
/* Text color for decorative purposes (pink.60). */
1742+
export const KUI_COLOR_TEXT_DECORATIVE_PINK = "#d60067";
17331743
/* Text color for decorative purposes (purple.60). */
17341744
export const KUI_COLOR_TEXT_DECORATIVE_PURPLE = "#6f28ff";
17351745
/* Strong text color for decorative purposes (purple.70). */
@@ -2072,6 +2082,7 @@ export const KUI_SPACE_AUTO = "auto";
20722082
"kui_color_text_danger": "#d60027",
20732083
"kui_color_text_danger_strong": "#ad000e",
20742084
"kui_color_text_decorative_aqua": "#00abd2",
2085+
"kui_color_text_decorative_pink": "#d60067",
20752086
"kui_color_text_decorative_purple": "#6f28ff",
20762087
"kui_color_text_decorative_purple_strong": "#5e00f5",
20772088
"kui_color_text_disabled": "#afb7c5",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kong/design-tokens",
3-
"version": "1.12.9",
3+
"version": "1.12.10",
44
"description": "Kong UI Design Tokens and style dictionary",
55
"scripts": {
66
"build": "yarn build:clean && style-dictionary build && yarn copy:tokens-doc && yarn copy:stylelint-plugin",

0 commit comments

Comments
 (0)