|
1 | 1 | <!--
|
2 | 2 | * Do not edit directly
|
3 |
| - * Generated on Tue, 30 Jan 2024 17:16:16 GMT |
| 3 | + * Generated on Wed, 14 Feb 2024 18:29:15 GMT |
4 | 4 | *
|
5 | 5 | * Kong Design Tokens
|
6 | 6 | * GitHub: https://github.com/Kong/design-tokens
|
@@ -74,10 +74,14 @@ $kui-color-background-primary-weak: #5f9aff;
|
74 | 74 | $kui-color-background-primary-weaker: #bee2ff;
|
75 | 75 | /* Weakest background color for primary actions or messages (blue.10) */
|
76 | 76 | $kui-color-background-primary-weakest: #eefaff;
|
| 77 | +/* Weak background color for success elements (green.40). */ |
| 78 | +$kui-color-background-success-weak: #00d6a4; |
77 | 79 | /* Weakest background color for success elements (green.10). */
|
78 | 80 | $kui-color-background-success-weakest: #ecfffb;
|
79 | 81 | /* Transparent background color (transparent). */
|
80 | 82 | $kui-color-background-transparent: rgba(0, 0, 0, 0);
|
| 83 | +/* Weak background color for warning elements (yellow.40). */ |
| 84 | +$kui-color-background-warning-weak: #ffc400; |
81 | 85 | /* Weakest background color for warning elements (yellow.10). */
|
82 | 86 | $kui-color-background-warning-weakest: #fffce0;
|
83 | 87 | /* Default border color for containers (gray.20). */
|
@@ -466,10 +470,14 @@ $tokens-map: (
|
466 | 470 | 'kui-color-background-primary-weaker': #bee2ff;
|
467 | 471 | /* Weakest background color for primary actions or messages (blue.10) */
|
468 | 472 | 'kui-color-background-primary-weakest': #eefaff;
|
| 473 | + /* Weak background color for success elements (green.40). */ |
| 474 | + 'kui-color-background-success-weak': #00d6a4; |
469 | 475 | /* Weakest background color for success elements (green.10). */
|
470 | 476 | 'kui-color-background-success-weakest': #ecfffb;
|
471 | 477 | /* Transparent background color (transparent). */
|
472 | 478 | 'kui-color-background-transparent': rgba(0, 0, 0, 0);
|
| 479 | + /* Weak background color for warning elements (yellow.40). */ |
| 480 | + 'kui-color-background-warning-weak': #ffc400; |
473 | 481 | /* Weakest background color for warning elements (yellow.10). */
|
474 | 482 | 'kui-color-background-warning-weakest': #fffce0;
|
475 | 483 | /* Default border color for containers (gray.20). */
|
@@ -860,10 +868,14 @@ $tokens-map: (
|
860 | 868 | @kui-color-background-primary-weaker: #bee2ff;
|
861 | 869 | /* Weakest background color for primary actions or messages (blue.10) */
|
862 | 870 | @kui-color-background-primary-weakest: #eefaff;
|
| 871 | +/* Weak background color for success elements (green.40). */ |
| 872 | +@kui-color-background-success-weak: #00d6a4; |
863 | 873 | /* Weakest background color for success elements (green.10). */
|
864 | 874 | @kui-color-background-success-weakest: #ecfffb;
|
865 | 875 | /* Transparent background color (transparent). */
|
866 | 876 | @kui-color-background-transparent: rgba(0, 0, 0, 0);
|
| 877 | +/* Weak background color for warning elements (yellow.40). */ |
| 878 | +@kui-color-background-warning-weak: #ffc400; |
867 | 879 | /* Weakest background color for warning elements (yellow.10). */
|
868 | 880 | @kui-color-background-warning-weakest: #fffce0;
|
869 | 881 | /* Default border color for containers (gray.20). */
|
@@ -1255,10 +1267,14 @@ You may scope your CSS custom property overrides inside the `:root` selector as
|
1255 | 1267 | --kui-color-background-primary-weaker: #bee2ff;
|
1256 | 1268 | /* Weakest background color for primary actions or messages (blue.10) */
|
1257 | 1269 | --kui-color-background-primary-weakest: #eefaff;
|
| 1270 | +/* Weak background color for success elements (green.40). */ |
| 1271 | +--kui-color-background-success-weak: #00d6a4; |
1258 | 1272 | /* Weakest background color for success elements (green.10). */
|
1259 | 1273 | --kui-color-background-success-weakest: #ecfffb;
|
1260 | 1274 | /* Transparent background color (transparent). */
|
1261 | 1275 | --kui-color-background-transparent: rgba(0, 0, 0, 0);
|
| 1276 | +/* Weak background color for warning elements (yellow.40). */ |
| 1277 | +--kui-color-background-warning-weak: #ffc400; |
1262 | 1278 | /* Weakest background color for warning elements (yellow.10). */
|
1263 | 1279 | --kui-color-background-warning-weakest: #fffce0;
|
1264 | 1280 | /* Default border color for containers (gray.20). */
|
@@ -1648,10 +1664,14 @@ export const KUI_COLOR_BACKGROUND_PRIMARY_WEAK = "#5f9aff";
|
1648 | 1664 | export const KUI_COLOR_BACKGROUND_PRIMARY_WEAKER = "#bee2ff";
|
1649 | 1665 | /* Weakest background color for primary actions or messages (blue.10) */
|
1650 | 1666 | export const KUI_COLOR_BACKGROUND_PRIMARY_WEAKEST = "#eefaff";
|
| 1667 | +/* Weak background color for success elements (green.40). */ |
| 1668 | +export const KUI_COLOR_BACKGROUND_SUCCESS_WEAK = "#00d6a4"; |
1651 | 1669 | /* Weakest background color for success elements (green.10). */
|
1652 | 1670 | export const KUI_COLOR_BACKGROUND_SUCCESS_WEAKEST = "#ecfffb";
|
1653 | 1671 | /* Transparent background color (transparent). */
|
1654 | 1672 | export const KUI_COLOR_BACKGROUND_TRANSPARENT = "rgba(0, 0, 0, 0)";
|
| 1673 | +/* Weak background color for warning elements (yellow.40). */ |
| 1674 | +export const KUI_COLOR_BACKGROUND_WARNING_WEAK = "#ffc400"; |
1655 | 1675 | /* Weakest background color for warning elements (yellow.10). */
|
1656 | 1676 | export const KUI_COLOR_BACKGROUND_WARNING_WEAKEST = "#fffce0";
|
1657 | 1677 | /* Default border color for containers (gray.20). */
|
@@ -2013,8 +2033,10 @@ export const KUI_SPACE_AUTO = "auto";
|
2013 | 2033 | "kui_color_background_primary_weak": "#5f9aff",
|
2014 | 2034 | "kui_color_background_primary_weaker": "#bee2ff",
|
2015 | 2035 | "kui_color_background_primary_weakest": "#eefaff",
|
| 2036 | + "kui_color_background_success_weak": "#00d6a4", |
2016 | 2037 | "kui_color_background_success_weakest": "#ecfffb",
|
2017 | 2038 | "kui_color_background_transparent": "rgba(0, 0, 0, 0)",
|
| 2039 | + "kui_color_background_warning_weak": "#ffc400", |
2018 | 2040 | "kui_color_background_warning_weakest": "#fffce0",
|
2019 | 2041 | "kui_color_border": "#e0e4ea",
|
2020 | 2042 | "kui_color_border_danger": "#d60027",
|
|
0 commit comments