|
1 | 1 | <!--
|
2 | 2 | * 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 |
4 | 4 | *
|
5 | 5 | * Kong Design Tokens
|
6 | 6 | * GitHub: https://github.com/Kong/design-tokens
|
@@ -132,6 +132,8 @@ $kui-color-text-danger: #d60027;
|
132 | 132 | $kui-color-text-danger-strong: #ad000e;
|
133 | 133 | /* Text color for decorative purposes (aqua.50). */
|
134 | 134 | $kui-color-text-decorative-aqua: #00abd2;
|
| 135 | +/* Text color for decorative purposes (pink.60). */ |
| 136 | +$kui-color-text-decorative-pink: #d60067; |
135 | 137 | /* Text color for decorative purposes (purple.60). */
|
136 | 138 | $kui-color-text-decorative-purple: #6f28ff;
|
137 | 139 | /* Strong text color for decorative purposes (purple.70). */
|
@@ -530,6 +532,8 @@ $tokens-map: (
|
530 | 532 | 'kui-color-text-danger-strong': #ad000e;
|
531 | 533 | /* Text color for decorative purposes (aqua.50). */
|
532 | 534 | 'kui-color-text-decorative-aqua': #00abd2;
|
| 535 | + /* Text color for decorative purposes (pink.60). */ |
| 536 | + 'kui-color-text-decorative-pink': #d60067; |
533 | 537 | /* Text color for decorative purposes (purple.60). */
|
534 | 538 | 'kui-color-text-decorative-purple': #6f28ff;
|
535 | 539 | /* Strong text color for decorative purposes (purple.70). */
|
@@ -930,6 +934,8 @@ $tokens-map: (
|
930 | 934 | @kui-color-text-danger-strong: #ad000e;
|
931 | 935 | /* Text color for decorative purposes (aqua.50). */
|
932 | 936 | @kui-color-text-decorative-aqua: #00abd2;
|
| 937 | +/* Text color for decorative purposes (pink.60). */ |
| 938 | +@kui-color-text-decorative-pink: #d60067; |
933 | 939 | /* Text color for decorative purposes (purple.60). */
|
934 | 940 | @kui-color-text-decorative-purple: #6f28ff;
|
935 | 941 | /* 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
|
1331 | 1337 | --kui-color-text-danger-strong: #ad000e;
|
1332 | 1338 | /* Text color for decorative purposes (aqua.50). */
|
1333 | 1339 | --kui-color-text-decorative-aqua: #00abd2;
|
| 1340 | +/* Text color for decorative purposes (pink.60). */ |
| 1341 | +--kui-color-text-decorative-pink: #d60067; |
1334 | 1342 | /* Text color for decorative purposes (purple.60). */
|
1335 | 1343 | --kui-color-text-decorative-purple: #6f28ff;
|
1336 | 1344 | /* Strong text color for decorative purposes (purple.70). */
|
@@ -1730,6 +1738,8 @@ export const KUI_COLOR_TEXT_DANGER = "#d60027";
|
1730 | 1738 | export const KUI_COLOR_TEXT_DANGER_STRONG = "#ad000e";
|
1731 | 1739 | /* Text color for decorative purposes (aqua.50). */
|
1732 | 1740 | 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"; |
1733 | 1743 | /* Text color for decorative purposes (purple.60). */
|
1734 | 1744 | export const KUI_COLOR_TEXT_DECORATIVE_PURPLE = "#6f28ff";
|
1735 | 1745 | /* Strong text color for decorative purposes (purple.70). */
|
@@ -2072,6 +2082,7 @@ export const KUI_SPACE_AUTO = "auto";
|
2072 | 2082 | "kui_color_text_danger": "#d60027",
|
2073 | 2083 | "kui_color_text_danger_strong": "#ad000e",
|
2074 | 2084 | "kui_color_text_decorative_aqua": "#00abd2",
|
| 2085 | + "kui_color_text_decorative_pink": "#d60067", |
2075 | 2086 | "kui_color_text_decorative_purple": "#6f28ff",
|
2076 | 2087 | "kui_color_text_decorative_purple_strong": "#5e00f5",
|
2077 | 2088 | "kui_color_text_disabled": "#afb7c5",
|
|
0 commit comments