@gitlab/ui 80.15.2 → 80.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/components/base/breadcrumb/breadcrumb.js +1 -0
  3. package/dist/components/base/icon/icon.js +14 -2
  4. package/dist/index.css +1 -1
  5. package/dist/index.css.map +1 -1
  6. package/dist/tailwind.css +1 -1
  7. package/dist/tailwind.css.map +1 -1
  8. package/dist/tokens/build/js/tokens.dark.js +10 -1
  9. package/dist/tokens/build/js/tokens.js +10 -1
  10. package/dist/tokens/css/tokens.css +9 -0
  11. package/dist/tokens/css/tokens.dark.css +9 -0
  12. package/dist/tokens/js/tokens.dark.js +9 -0
  13. package/dist/tokens/js/tokens.js +9 -0
  14. package/dist/tokens/json/tokens.dark.json +202 -0
  15. package/dist/tokens/json/tokens.json +202 -0
  16. package/dist/tokens/scss/_tokens.dark.scss +9 -0
  17. package/dist/tokens/scss/_tokens.scss +9 -0
  18. package/dist/tokens/scss/_tokens_custom_properties.scss +9 -0
  19. package/dist/tokens/tailwind/tokens.cjs +20 -0
  20. package/dist/utils/constants.js +13 -1
  21. package/package.json +3 -3
  22. package/src/components/base/breadcrumb/breadcrumb.vue +3 -0
  23. package/src/components/base/icon/icon.scss +0 -1
  24. package/src/components/base/icon/icon.vue +14 -2
  25. package/src/tokens/build/css/tokens.css +9 -0
  26. package/src/tokens/build/css/tokens.dark.css +9 -0
  27. package/src/tokens/build/js/tokens.dark.js +9 -0
  28. package/src/tokens/build/js/tokens.js +9 -0
  29. package/src/tokens/build/json/tokens.dark.json +202 -0
  30. package/src/tokens/build/json/tokens.json +202 -0
  31. package/src/tokens/build/scss/_tokens.dark.scss +9 -0
  32. package/src/tokens/build/scss/_tokens.scss +9 -0
  33. package/src/tokens/build/scss/_tokens_custom_properties.scss +9 -0
  34. package/src/tokens/build/tailwind/tokens.cjs +20 -0
  35. package/src/tokens/icon.tokens.json +78 -0
  36. package/src/utils/constants.js +13 -0
  37. package/tailwind.defaults.js +7 -1
package/dist/tailwind.css CHANGED
@@ -1,2 +1,2 @@
1
- .gl-fixed{position:fixed}.\!gl-absolute{position:absolute!important}.gl-absolute{position:absolute}.gl-relative{position:relative}.gl-bottom-0{bottom:0}.gl-bottom-2{bottom:.25rem}.gl-left-0{left:0}.gl-right-2{right:.25rem}.gl-float-right{float:right}.gl-text-blue-100{color:var(--blue-100,#cbe2f9)}.gl-text-blue-500{color:var(--blue-500,#1f75cb)}.gl-text-blue-900{color:var(--blue-900,#033464)}.gl-text-danger{color:var(--gl-text-color-danger,var(--gl-color-red-600,#c91c00))}.gl-text-gray-400{color:var(--gray-400,#89888d)}.gl-text-gray-500{color:var(--gray-500,#737278)}.gl-text-gray-600{color:var(--gray-600,#626168)}.gl-text-gray-700{color:var(--gray-700,#535158)}.gl-text-gray-900{color:var(--gray-900,#333238)}.gl-text-gray-950{color:var(--gray-950,#1f1e24)}.gl-text-green-500{color:var(--green-500,#108548)}.gl-text-green-600{color:var(--green-600,#217645)}.gl-text-orange-500{color:var(--orange-500,#ab6100)}.gl-text-red-300{color:var(--red-300,#f57f6c)}.gl-text-red-500{color:var(--red-500,#dd2b0e)}.gl-text-red-600{color:var(--red-600,#c91c00)}.gl-text-secondary{color:var(--gl-text-secondary,#737278)}.gl-text-strong{color:var(--gl-text-color-strong,var(--gl-color-neutral-950,#1f1e24))}.gl-text-subtle{color:var(--gl-text-color-subtle,var(--gl-color-neutral-600,#626168))}.gl-text-white{color:var(--white,#fff)}
1
+ .gl-fixed{position:fixed}.\!gl-absolute{position:absolute!important}.gl-absolute{position:absolute}.gl-relative{position:relative}.gl-bottom-0{bottom:0}.gl-bottom-2{bottom:.25rem}.gl-left-0{left:0}.gl-right-2{right:.25rem}.gl-float-right{float:right}.gl-fill-current{fill:currentColor}.gl-fill-gray-100{fill:var(--gray-100,#dcdcde)}.gl-fill-icon-danger{fill:var(--gl-icon-color-danger,var(--gl-color-red-600,#c91c00))}.gl-fill-icon-default{fill:var(--gl-icon-color-default,var(--gl-color-neutral-700,#535158))}.gl-fill-icon-disabled{fill:var(--gl-icon-color-disabled,var(--gl-color-neutral-300,#a4a3a8))}.gl-fill-icon-info{fill:var(--gl-icon-color-info,var(--gl-color-blue-600,#1068bf))}.gl-fill-icon-link{fill:var(--gl-icon-color-link,var(--gl-color-blue-600,#1068bf))}.gl-fill-icon-strong{fill:var(--gl-icon-color-strong,var(--gl-color-neutral-900,#333238))}.gl-fill-icon-subtle{fill:var(--gl-icon-color-subtle,var(--gl-color-neutral-500,#737278))}.gl-fill-icon-success{fill:var(--gl-icon-color-success,var(--gl-color-green-600,#217645))}.gl-fill-icon-warning{fill:var(--gl-icon-color-warning,var(--gl-color-orange-600,#9e5400))}.gl-text-blue-100{color:var(--blue-100,#cbe2f9)}.gl-text-blue-500{color:var(--blue-500,#1f75cb)}.gl-text-blue-900{color:var(--blue-900,#033464)}.gl-text-danger{color:var(--gl-text-color-danger,var(--gl-color-red-600,#c91c00))}.gl-text-gray-400{color:var(--gray-400,#89888d)}.gl-text-gray-500{color:var(--gray-500,#737278)}.gl-text-gray-600{color:var(--gray-600,#626168)}.gl-text-gray-700{color:var(--gray-700,#535158)}.gl-text-gray-900{color:var(--gray-900,#333238)}.gl-text-gray-950{color:var(--gray-950,#1f1e24)}.gl-text-green-500{color:var(--green-500,#108548)}.gl-text-green-600{color:var(--green-600,#217645)}.gl-text-orange-500{color:var(--orange-500,#ab6100)}.gl-text-red-300{color:var(--red-300,#f57f6c)}.gl-text-red-500{color:var(--red-500,#dd2b0e)}.gl-text-red-600{color:var(--red-600,#c91c00)}.gl-text-secondary{color:var(--gl-text-secondary,#737278)}.gl-text-strong{color:var(--gl-text-color-strong,var(--gl-color-neutral-950,#1f1e24))}.gl-text-subtle{color:var(--gl-text-color-subtle,var(--gl-color-neutral-600,#626168))}.gl-text-white{color:var(--white,#fff)}
2
2
  /*# sourceMappingURL=tailwind.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["tailwind.css"],"names":[],"mappings":"AAAA,UAAA,cAAmB,CAAnB,eAAA,2BAAmB,CAAnB,aAAA,iBAAmB,CAAnB,aAAA,iBAAmB,CAAnB,aAAA,QAAmB,CAAnB,aAAA,aAAmB,CAAnB,WAAA,MAAmB,CAAnB,YAAA,YAAmB,CAAnB,gBAAA,WAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,gBAAA,iEAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,mBAAA,8BAAmB,CAAnB,mBAAA,8BAAmB,CAAnB,oBAAA,+BAAmB,CAAnB,iBAAA,4BAAmB,CAAnB,iBAAA,4BAAmB,CAAnB,iBAAA,4BAAmB,CAAnB,mBAAA,sCAAmB,CAAnB,gBAAA,qEAAmB,CAAnB,gBAAA,qEAAmB,CAAnB,eAAA,uBAAmB","file":"tailwind.css","sourcesContent":["@tailwind utilities;\n"]}
1
+ {"version":3,"sources":["tailwind.css"],"names":[],"mappings":"AAAA,UAAA,cAAmB,CAAnB,eAAA,2BAAmB,CAAnB,aAAA,iBAAmB,CAAnB,aAAA,iBAAmB,CAAnB,aAAA,QAAmB,CAAnB,aAAA,aAAmB,CAAnB,WAAA,MAAmB,CAAnB,YAAA,YAAmB,CAAnB,gBAAA,WAAmB,CAAnB,iBAAA,iBAAmB,CAAnB,kBAAA,4BAAmB,CAAnB,qBAAA,gEAAmB,CAAnB,sBAAA,qEAAmB,CAAnB,uBAAA,sEAAmB,CAAnB,mBAAA,+DAAmB,CAAnB,mBAAA,+DAAmB,CAAnB,qBAAA,oEAAmB,CAAnB,qBAAA,oEAAmB,CAAnB,sBAAA,mEAAmB,CAAnB,sBAAA,oEAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,gBAAA,iEAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,kBAAA,6BAAmB,CAAnB,mBAAA,8BAAmB,CAAnB,mBAAA,8BAAmB,CAAnB,oBAAA,+BAAmB,CAAnB,iBAAA,4BAAmB,CAAnB,iBAAA,4BAAmB,CAAnB,iBAAA,4BAAmB,CAAnB,mBAAA,sCAAmB,CAAnB,gBAAA,qEAAmB,CAAnB,gBAAA,qEAAmB,CAAnB,eAAA,uBAAmB","file":"tailwind.css","sourcesContent":["@tailwind utilities;\n"]}
@@ -296,6 +296,15 @@ const T_WHITE_A_02 = 'rgba(255, 255, 255, 0.02)';
296
296
  const T_WHITE_A_04 = 'rgba(255, 255, 255, 0.04)';
297
297
  const T_WHITE_A_06 = 'rgba(255, 255, 255, 0.06)';
298
298
  const T_WHITE_A_08 = 'rgba(255, 255, 255, 0.08)';
299
+ const GL_ICON_COLOR_DEFAULT = '#dcdcde'; // Used for the default icon color. Can be paired with default text.
300
+ const GL_ICON_COLOR_SUBTLE = '#a4a3a8'; // Used for a static or decorational icon. Can be paired with subtle text.
301
+ const GL_ICON_COLOR_STRONG = '#fbfafd'; // Used for an icon with the highest contrast.
302
+ const GL_ICON_COLOR_DISABLED = '#737278'; // Used for an icon within a disabled section.
303
+ const GL_ICON_COLOR_LINK = '#63a6e9'; // Used for an icon within a link.
304
+ const GL_ICON_COLOR_INFO = '#63a6e9'; // Used for an icon associated with information or help.
305
+ const GL_ICON_COLOR_WARNING = '#d99530'; // Used for an icon associated with a warning.
306
+ const GL_ICON_COLOR_DANGER = '#f57f6c'; // Used for an icon associated with an error or danger.
307
+ const GL_ICON_COLOR_SUCCESS = '#52b87a'; // Used for an icon associated with success or validity.
299
308
  const GL_LINE_HEIGHT_12 = '0.75rem';
300
309
  const GL_LINE_HEIGHT_16 = '1rem';
301
310
  const GL_LINE_HEIGHT_20 = '1.25rem';
@@ -318,4 +327,4 @@ const GL_TEXT_COLOR_DANGER = '#f57f6c'; // Used for text indicating a problem, c
318
327
  const GL_TEXT_COLOR_SUCCESS = '#52b87a'; // Used for text indicating success or validity.
319
328
  const GL_TEXT_COLOR_DISABLED = '#89888d'; // Used for disabled text.
320
329
 
321
- export { BLACK, BLUE_100, BLUE_200, BLUE_300, BLUE_400, BLUE_50, BLUE_500, BLUE_600, BLUE_700, BLUE_800, BLUE_900, BLUE_950, BRAND_CHARCOAL, BRAND_GRAY_01, BRAND_GRAY_02, BRAND_GRAY_03, BRAND_GRAY_04, BRAND_GRAY_05, BRAND_ORANGE_01, BRAND_ORANGE_02, BRAND_ORANGE_03, BRAND_PURPLE_01, BRAND_PURPLE_02, DATA_VIZ_AQUA_100, DATA_VIZ_AQUA_200, DATA_VIZ_AQUA_300, DATA_VIZ_AQUA_400, DATA_VIZ_AQUA_50, DATA_VIZ_AQUA_500, DATA_VIZ_AQUA_600, DATA_VIZ_AQUA_700, DATA_VIZ_AQUA_800, DATA_VIZ_AQUA_900, DATA_VIZ_AQUA_950, DATA_VIZ_BLUE_100, DATA_VIZ_BLUE_200, DATA_VIZ_BLUE_300, DATA_VIZ_BLUE_400, DATA_VIZ_BLUE_50, DATA_VIZ_BLUE_500, DATA_VIZ_BLUE_600, DATA_VIZ_BLUE_700, DATA_VIZ_BLUE_800, DATA_VIZ_BLUE_900, DATA_VIZ_BLUE_950, DATA_VIZ_GREEN_100, DATA_VIZ_GREEN_200, DATA_VIZ_GREEN_300, DATA_VIZ_GREEN_400, DATA_VIZ_GREEN_50, DATA_VIZ_GREEN_500, DATA_VIZ_GREEN_600, DATA_VIZ_GREEN_700, DATA_VIZ_GREEN_800, DATA_VIZ_GREEN_900, DATA_VIZ_GREEN_950, DATA_VIZ_MAGENTA_100, DATA_VIZ_MAGENTA_200, DATA_VIZ_MAGENTA_300, DATA_VIZ_MAGENTA_400, DATA_VIZ_MAGENTA_50, DATA_VIZ_MAGENTA_500, DATA_VIZ_MAGENTA_600, DATA_VIZ_MAGENTA_700, DATA_VIZ_MAGENTA_800, DATA_VIZ_MAGENTA_900, DATA_VIZ_MAGENTA_950, DATA_VIZ_ORANGE_100, DATA_VIZ_ORANGE_200, DATA_VIZ_ORANGE_300, DATA_VIZ_ORANGE_400, DATA_VIZ_ORANGE_50, DATA_VIZ_ORANGE_500, DATA_VIZ_ORANGE_600, DATA_VIZ_ORANGE_700, DATA_VIZ_ORANGE_800, DATA_VIZ_ORANGE_900, DATA_VIZ_ORANGE_950, GL_BACKGROUND_COLOR_DEFAULT, GL_BACKGROUND_COLOR_DISABLED, GL_BACKGROUND_COLOR_STRONG, GL_BACKGROUND_COLOR_SUBTLE, GL_COLOR_BLUE_100, GL_COLOR_BLUE_200, GL_COLOR_BLUE_300, GL_COLOR_BLUE_400, GL_COLOR_BLUE_50, GL_COLOR_BLUE_500, GL_COLOR_BLUE_600, GL_COLOR_BLUE_700, GL_COLOR_BLUE_800, GL_COLOR_BLUE_900, GL_COLOR_BLUE_950, GL_COLOR_GREEN_100, GL_COLOR_GREEN_200, GL_COLOR_GREEN_300, GL_COLOR_GREEN_400, GL_COLOR_GREEN_50, GL_COLOR_GREEN_500, GL_COLOR_GREEN_600, GL_COLOR_GREEN_700, GL_COLOR_GREEN_800, GL_COLOR_GREEN_900, GL_COLOR_GREEN_950, GL_COLOR_NEUTRAL_0, GL_COLOR_NEUTRAL_10, GL_COLOR_NEUTRAL_100, GL_COLOR_NEUTRAL_1000, GL_COLOR_NEUTRAL_200, GL_COLOR_NEUTRAL_300, GL_COLOR_NEUTRAL_400, GL_COLOR_NEUTRAL_50, GL_COLOR_NEUTRAL_500, GL_COLOR_NEUTRAL_600, GL_COLOR_NEUTRAL_700, GL_COLOR_NEUTRAL_800, GL_COLOR_NEUTRAL_900, GL_COLOR_NEUTRAL_950, GL_COLOR_ORANGE_100, GL_COLOR_ORANGE_200, GL_COLOR_ORANGE_300, GL_COLOR_ORANGE_400, GL_COLOR_ORANGE_50, GL_COLOR_ORANGE_500, GL_COLOR_ORANGE_600, GL_COLOR_ORANGE_700, GL_COLOR_ORANGE_800, GL_COLOR_ORANGE_900, GL_COLOR_ORANGE_950, GL_COLOR_PURPLE_100, GL_COLOR_PURPLE_200, GL_COLOR_PURPLE_300, GL_COLOR_PURPLE_400, GL_COLOR_PURPLE_50, GL_COLOR_PURPLE_500, GL_COLOR_PURPLE_600, GL_COLOR_PURPLE_700, GL_COLOR_PURPLE_800, GL_COLOR_PURPLE_900, GL_COLOR_PURPLE_950, GL_COLOR_RED_100, GL_COLOR_RED_200, GL_COLOR_RED_300, GL_COLOR_RED_400, GL_COLOR_RED_50, GL_COLOR_RED_500, GL_COLOR_RED_600, GL_COLOR_RED_700, GL_COLOR_RED_800, GL_COLOR_RED_900, GL_COLOR_RED_950, GL_LINE_HEIGHT_12, GL_LINE_HEIGHT_16, GL_LINE_HEIGHT_20, GL_LINE_HEIGHT_24, GL_LINE_HEIGHT_28, GL_LINE_HEIGHT_32, GL_LINE_HEIGHT_36, GL_LINE_HEIGHT_42, GL_LINE_HEIGHT_44, GL_LINE_HEIGHT_52, GL_TEXT_COLOR_DANGER, GL_TEXT_COLOR_DEFAULT, GL_TEXT_COLOR_DISABLED, GL_TEXT_COLOR_HEADING, GL_TEXT_COLOR_LINK, GL_TEXT_COLOR_STRONG, GL_TEXT_COLOR_SUBTLE, GL_TEXT_COLOR_SUCCESS, GL_TEXT_PRIMARY, GL_TEXT_SECONDARY, GL_TEXT_TERTIARY, GRAY_10, GRAY_100, GRAY_200, GRAY_300, GRAY_400, GRAY_50, GRAY_500, GRAY_600, GRAY_700, GRAY_800, GRAY_900, GRAY_950, GREEN_100, GREEN_200, GREEN_300, GREEN_400, GREEN_50, GREEN_500, GREEN_600, GREEN_700, GREEN_800, GREEN_900, GREEN_950, ORANGE_100, ORANGE_200, ORANGE_300, ORANGE_400, ORANGE_50, ORANGE_500, ORANGE_600, ORANGE_700, ORANGE_800, ORANGE_900, ORANGE_950, PURPLE_100, PURPLE_200, PURPLE_300, PURPLE_400, PURPLE_50, PURPLE_500, PURPLE_600, PURPLE_700, PURPLE_800, PURPLE_900, PURPLE_950, RED_100, RED_200, RED_300, RED_400, RED_50, RED_500, RED_600, RED_700, RED_800, RED_900, RED_950, THEME_BLUE_10, THEME_BLUE_100, THEME_BLUE_200, THEME_BLUE_300, THEME_BLUE_400, THEME_BLUE_50, THEME_BLUE_500, THEME_BLUE_600, THEME_BLUE_700, THEME_BLUE_800, THEME_BLUE_900, THEME_BLUE_950, THEME_GREEN_10, THEME_GREEN_100, THEME_GREEN_200, THEME_GREEN_300, THEME_GREEN_400, THEME_GREEN_50, THEME_GREEN_500, THEME_GREEN_600, THEME_GREEN_700, THEME_GREEN_800, THEME_GREEN_900, THEME_GREEN_950, THEME_INDIGO_10, THEME_INDIGO_100, THEME_INDIGO_200, THEME_INDIGO_300, THEME_INDIGO_400, THEME_INDIGO_50, THEME_INDIGO_500, THEME_INDIGO_600, THEME_INDIGO_700, THEME_INDIGO_800, THEME_INDIGO_900, THEME_INDIGO_950, THEME_LIGHT_BLUE_10, THEME_LIGHT_BLUE_100, THEME_LIGHT_BLUE_200, THEME_LIGHT_BLUE_300, THEME_LIGHT_BLUE_400, THEME_LIGHT_BLUE_50, THEME_LIGHT_BLUE_500, THEME_LIGHT_BLUE_600, THEME_LIGHT_BLUE_700, THEME_LIGHT_BLUE_800, THEME_LIGHT_BLUE_900, THEME_LIGHT_BLUE_950, THEME_LIGHT_RED_10, THEME_LIGHT_RED_100, THEME_LIGHT_RED_200, THEME_LIGHT_RED_300, THEME_LIGHT_RED_400, THEME_LIGHT_RED_50, THEME_LIGHT_RED_500, THEME_LIGHT_RED_600, THEME_LIGHT_RED_700, THEME_LIGHT_RED_800, THEME_LIGHT_RED_900, THEME_LIGHT_RED_950, THEME_RED_10, THEME_RED_100, THEME_RED_200, THEME_RED_300, THEME_RED_400, THEME_RED_50, THEME_RED_500, THEME_RED_600, THEME_RED_700, THEME_RED_800, THEME_RED_900, THEME_RED_950, T_GRAY_A_02, T_GRAY_A_04, T_GRAY_A_06, T_GRAY_A_08, T_GRAY_A_16, T_GRAY_A_24, T_WHITE_A_02, T_WHITE_A_04, T_WHITE_A_06, T_WHITE_A_08, T_WHITE_A_16, T_WHITE_A_24, T_WHITE_A_36, WHITE };
330
+ export { BLACK, BLUE_100, BLUE_200, BLUE_300, BLUE_400, BLUE_50, BLUE_500, BLUE_600, BLUE_700, BLUE_800, BLUE_900, BLUE_950, BRAND_CHARCOAL, BRAND_GRAY_01, BRAND_GRAY_02, BRAND_GRAY_03, BRAND_GRAY_04, BRAND_GRAY_05, BRAND_ORANGE_01, BRAND_ORANGE_02, BRAND_ORANGE_03, BRAND_PURPLE_01, BRAND_PURPLE_02, DATA_VIZ_AQUA_100, DATA_VIZ_AQUA_200, DATA_VIZ_AQUA_300, DATA_VIZ_AQUA_400, DATA_VIZ_AQUA_50, DATA_VIZ_AQUA_500, DATA_VIZ_AQUA_600, DATA_VIZ_AQUA_700, DATA_VIZ_AQUA_800, DATA_VIZ_AQUA_900, DATA_VIZ_AQUA_950, DATA_VIZ_BLUE_100, DATA_VIZ_BLUE_200, DATA_VIZ_BLUE_300, DATA_VIZ_BLUE_400, DATA_VIZ_BLUE_50, DATA_VIZ_BLUE_500, DATA_VIZ_BLUE_600, DATA_VIZ_BLUE_700, DATA_VIZ_BLUE_800, DATA_VIZ_BLUE_900, DATA_VIZ_BLUE_950, DATA_VIZ_GREEN_100, DATA_VIZ_GREEN_200, DATA_VIZ_GREEN_300, DATA_VIZ_GREEN_400, DATA_VIZ_GREEN_50, DATA_VIZ_GREEN_500, DATA_VIZ_GREEN_600, DATA_VIZ_GREEN_700, DATA_VIZ_GREEN_800, DATA_VIZ_GREEN_900, DATA_VIZ_GREEN_950, DATA_VIZ_MAGENTA_100, DATA_VIZ_MAGENTA_200, DATA_VIZ_MAGENTA_300, DATA_VIZ_MAGENTA_400, DATA_VIZ_MAGENTA_50, DATA_VIZ_MAGENTA_500, DATA_VIZ_MAGENTA_600, DATA_VIZ_MAGENTA_700, DATA_VIZ_MAGENTA_800, DATA_VIZ_MAGENTA_900, DATA_VIZ_MAGENTA_950, DATA_VIZ_ORANGE_100, DATA_VIZ_ORANGE_200, DATA_VIZ_ORANGE_300, DATA_VIZ_ORANGE_400, DATA_VIZ_ORANGE_50, DATA_VIZ_ORANGE_500, DATA_VIZ_ORANGE_600, DATA_VIZ_ORANGE_700, DATA_VIZ_ORANGE_800, DATA_VIZ_ORANGE_900, DATA_VIZ_ORANGE_950, GL_BACKGROUND_COLOR_DEFAULT, GL_BACKGROUND_COLOR_DISABLED, GL_BACKGROUND_COLOR_STRONG, GL_BACKGROUND_COLOR_SUBTLE, GL_COLOR_BLUE_100, GL_COLOR_BLUE_200, GL_COLOR_BLUE_300, GL_COLOR_BLUE_400, GL_COLOR_BLUE_50, GL_COLOR_BLUE_500, GL_COLOR_BLUE_600, GL_COLOR_BLUE_700, GL_COLOR_BLUE_800, GL_COLOR_BLUE_900, GL_COLOR_BLUE_950, GL_COLOR_GREEN_100, GL_COLOR_GREEN_200, GL_COLOR_GREEN_300, GL_COLOR_GREEN_400, GL_COLOR_GREEN_50, GL_COLOR_GREEN_500, GL_COLOR_GREEN_600, GL_COLOR_GREEN_700, GL_COLOR_GREEN_800, GL_COLOR_GREEN_900, GL_COLOR_GREEN_950, GL_COLOR_NEUTRAL_0, GL_COLOR_NEUTRAL_10, GL_COLOR_NEUTRAL_100, GL_COLOR_NEUTRAL_1000, GL_COLOR_NEUTRAL_200, GL_COLOR_NEUTRAL_300, GL_COLOR_NEUTRAL_400, GL_COLOR_NEUTRAL_50, GL_COLOR_NEUTRAL_500, GL_COLOR_NEUTRAL_600, GL_COLOR_NEUTRAL_700, GL_COLOR_NEUTRAL_800, GL_COLOR_NEUTRAL_900, GL_COLOR_NEUTRAL_950, GL_COLOR_ORANGE_100, GL_COLOR_ORANGE_200, GL_COLOR_ORANGE_300, GL_COLOR_ORANGE_400, GL_COLOR_ORANGE_50, GL_COLOR_ORANGE_500, GL_COLOR_ORANGE_600, GL_COLOR_ORANGE_700, GL_COLOR_ORANGE_800, GL_COLOR_ORANGE_900, GL_COLOR_ORANGE_950, GL_COLOR_PURPLE_100, GL_COLOR_PURPLE_200, GL_COLOR_PURPLE_300, GL_COLOR_PURPLE_400, GL_COLOR_PURPLE_50, GL_COLOR_PURPLE_500, GL_COLOR_PURPLE_600, GL_COLOR_PURPLE_700, GL_COLOR_PURPLE_800, GL_COLOR_PURPLE_900, GL_COLOR_PURPLE_950, GL_COLOR_RED_100, GL_COLOR_RED_200, GL_COLOR_RED_300, GL_COLOR_RED_400, GL_COLOR_RED_50, GL_COLOR_RED_500, GL_COLOR_RED_600, GL_COLOR_RED_700, GL_COLOR_RED_800, GL_COLOR_RED_900, GL_COLOR_RED_950, GL_ICON_COLOR_DANGER, GL_ICON_COLOR_DEFAULT, GL_ICON_COLOR_DISABLED, GL_ICON_COLOR_INFO, GL_ICON_COLOR_LINK, GL_ICON_COLOR_STRONG, GL_ICON_COLOR_SUBTLE, GL_ICON_COLOR_SUCCESS, GL_ICON_COLOR_WARNING, GL_LINE_HEIGHT_12, GL_LINE_HEIGHT_16, GL_LINE_HEIGHT_20, GL_LINE_HEIGHT_24, GL_LINE_HEIGHT_28, GL_LINE_HEIGHT_32, GL_LINE_HEIGHT_36, GL_LINE_HEIGHT_42, GL_LINE_HEIGHT_44, GL_LINE_HEIGHT_52, GL_TEXT_COLOR_DANGER, GL_TEXT_COLOR_DEFAULT, GL_TEXT_COLOR_DISABLED, GL_TEXT_COLOR_HEADING, GL_TEXT_COLOR_LINK, GL_TEXT_COLOR_STRONG, GL_TEXT_COLOR_SUBTLE, GL_TEXT_COLOR_SUCCESS, GL_TEXT_PRIMARY, GL_TEXT_SECONDARY, GL_TEXT_TERTIARY, GRAY_10, GRAY_100, GRAY_200, GRAY_300, GRAY_400, GRAY_50, GRAY_500, GRAY_600, GRAY_700, GRAY_800, GRAY_900, GRAY_950, GREEN_100, GREEN_200, GREEN_300, GREEN_400, GREEN_50, GREEN_500, GREEN_600, GREEN_700, GREEN_800, GREEN_900, GREEN_950, ORANGE_100, ORANGE_200, ORANGE_300, ORANGE_400, ORANGE_50, ORANGE_500, ORANGE_600, ORANGE_700, ORANGE_800, ORANGE_900, ORANGE_950, PURPLE_100, PURPLE_200, PURPLE_300, PURPLE_400, PURPLE_50, PURPLE_500, PURPLE_600, PURPLE_700, PURPLE_800, PURPLE_900, PURPLE_950, RED_100, RED_200, RED_300, RED_400, RED_50, RED_500, RED_600, RED_700, RED_800, RED_900, RED_950, THEME_BLUE_10, THEME_BLUE_100, THEME_BLUE_200, THEME_BLUE_300, THEME_BLUE_400, THEME_BLUE_50, THEME_BLUE_500, THEME_BLUE_600, THEME_BLUE_700, THEME_BLUE_800, THEME_BLUE_900, THEME_BLUE_950, THEME_GREEN_10, THEME_GREEN_100, THEME_GREEN_200, THEME_GREEN_300, THEME_GREEN_400, THEME_GREEN_50, THEME_GREEN_500, THEME_GREEN_600, THEME_GREEN_700, THEME_GREEN_800, THEME_GREEN_900, THEME_GREEN_950, THEME_INDIGO_10, THEME_INDIGO_100, THEME_INDIGO_200, THEME_INDIGO_300, THEME_INDIGO_400, THEME_INDIGO_50, THEME_INDIGO_500, THEME_INDIGO_600, THEME_INDIGO_700, THEME_INDIGO_800, THEME_INDIGO_900, THEME_INDIGO_950, THEME_LIGHT_BLUE_10, THEME_LIGHT_BLUE_100, THEME_LIGHT_BLUE_200, THEME_LIGHT_BLUE_300, THEME_LIGHT_BLUE_400, THEME_LIGHT_BLUE_50, THEME_LIGHT_BLUE_500, THEME_LIGHT_BLUE_600, THEME_LIGHT_BLUE_700, THEME_LIGHT_BLUE_800, THEME_LIGHT_BLUE_900, THEME_LIGHT_BLUE_950, THEME_LIGHT_RED_10, THEME_LIGHT_RED_100, THEME_LIGHT_RED_200, THEME_LIGHT_RED_300, THEME_LIGHT_RED_400, THEME_LIGHT_RED_50, THEME_LIGHT_RED_500, THEME_LIGHT_RED_600, THEME_LIGHT_RED_700, THEME_LIGHT_RED_800, THEME_LIGHT_RED_900, THEME_LIGHT_RED_950, THEME_RED_10, THEME_RED_100, THEME_RED_200, THEME_RED_300, THEME_RED_400, THEME_RED_50, THEME_RED_500, THEME_RED_600, THEME_RED_700, THEME_RED_800, THEME_RED_900, THEME_RED_950, T_GRAY_A_02, T_GRAY_A_04, T_GRAY_A_06, T_GRAY_A_08, T_GRAY_A_16, T_GRAY_A_24, T_WHITE_A_02, T_WHITE_A_04, T_WHITE_A_06, T_WHITE_A_08, T_WHITE_A_16, T_WHITE_A_24, T_WHITE_A_36, WHITE };
@@ -296,6 +296,15 @@ const T_WHITE_A_02 = 'rgba(255, 255, 255, 0.02)';
296
296
  const T_WHITE_A_04 = 'rgba(255, 255, 255, 0.04)';
297
297
  const T_WHITE_A_06 = 'rgba(255, 255, 255, 0.06)';
298
298
  const T_WHITE_A_08 = 'rgba(255, 255, 255, 0.08)';
299
+ const GL_ICON_COLOR_DEFAULT = '#535158'; // Used for the default icon color. Can be paired with default text.
300
+ const GL_ICON_COLOR_SUBTLE = '#737278'; // Used for a static or decorational icon. Can be paired with subtle text.
301
+ const GL_ICON_COLOR_STRONG = '#333238'; // Used for an icon with the highest contrast.
302
+ const GL_ICON_COLOR_DISABLED = '#a4a3a8'; // Used for an icon within a disabled section.
303
+ const GL_ICON_COLOR_LINK = '#1068bf'; // Used for an icon within a link.
304
+ const GL_ICON_COLOR_INFO = '#1068bf'; // Used for an icon associated with information or help.
305
+ const GL_ICON_COLOR_WARNING = '#9e5400'; // Used for an icon associated with a warning.
306
+ const GL_ICON_COLOR_DANGER = '#c91c00'; // Used for an icon associated with an error or danger.
307
+ const GL_ICON_COLOR_SUCCESS = '#217645'; // Used for an icon associated with success or validity.
299
308
  const GL_LINE_HEIGHT_12 = '0.75rem';
300
309
  const GL_LINE_HEIGHT_16 = '1rem';
301
310
  const GL_LINE_HEIGHT_20 = '1.25rem';
@@ -318,4 +327,4 @@ const GL_TEXT_COLOR_DANGER = '#c91c00'; // Used for text indicating a problem, c
318
327
  const GL_TEXT_COLOR_SUCCESS = '#217645'; // Used for text indicating success or validity.
319
328
  const GL_TEXT_COLOR_DISABLED = '#89888d'; // Used for disabled text.
320
329
 
321
- export { BLACK, BLUE_100, BLUE_200, BLUE_300, BLUE_400, BLUE_50, BLUE_500, BLUE_600, BLUE_700, BLUE_800, BLUE_900, BLUE_950, BRAND_CHARCOAL, BRAND_GRAY_01, BRAND_GRAY_02, BRAND_GRAY_03, BRAND_GRAY_04, BRAND_GRAY_05, BRAND_ORANGE_01, BRAND_ORANGE_02, BRAND_ORANGE_03, BRAND_PURPLE_01, BRAND_PURPLE_02, DATA_VIZ_AQUA_100, DATA_VIZ_AQUA_200, DATA_VIZ_AQUA_300, DATA_VIZ_AQUA_400, DATA_VIZ_AQUA_50, DATA_VIZ_AQUA_500, DATA_VIZ_AQUA_600, DATA_VIZ_AQUA_700, DATA_VIZ_AQUA_800, DATA_VIZ_AQUA_900, DATA_VIZ_AQUA_950, DATA_VIZ_BLUE_100, DATA_VIZ_BLUE_200, DATA_VIZ_BLUE_300, DATA_VIZ_BLUE_400, DATA_VIZ_BLUE_50, DATA_VIZ_BLUE_500, DATA_VIZ_BLUE_600, DATA_VIZ_BLUE_700, DATA_VIZ_BLUE_800, DATA_VIZ_BLUE_900, DATA_VIZ_BLUE_950, DATA_VIZ_GREEN_100, DATA_VIZ_GREEN_200, DATA_VIZ_GREEN_300, DATA_VIZ_GREEN_400, DATA_VIZ_GREEN_50, DATA_VIZ_GREEN_500, DATA_VIZ_GREEN_600, DATA_VIZ_GREEN_700, DATA_VIZ_GREEN_800, DATA_VIZ_GREEN_900, DATA_VIZ_GREEN_950, DATA_VIZ_MAGENTA_100, DATA_VIZ_MAGENTA_200, DATA_VIZ_MAGENTA_300, DATA_VIZ_MAGENTA_400, DATA_VIZ_MAGENTA_50, DATA_VIZ_MAGENTA_500, DATA_VIZ_MAGENTA_600, DATA_VIZ_MAGENTA_700, DATA_VIZ_MAGENTA_800, DATA_VIZ_MAGENTA_900, DATA_VIZ_MAGENTA_950, DATA_VIZ_ORANGE_100, DATA_VIZ_ORANGE_200, DATA_VIZ_ORANGE_300, DATA_VIZ_ORANGE_400, DATA_VIZ_ORANGE_50, DATA_VIZ_ORANGE_500, DATA_VIZ_ORANGE_600, DATA_VIZ_ORANGE_700, DATA_VIZ_ORANGE_800, DATA_VIZ_ORANGE_900, DATA_VIZ_ORANGE_950, GL_BACKGROUND_COLOR_DEFAULT, GL_BACKGROUND_COLOR_DISABLED, GL_BACKGROUND_COLOR_STRONG, GL_BACKGROUND_COLOR_SUBTLE, GL_COLOR_BLUE_100, GL_COLOR_BLUE_200, GL_COLOR_BLUE_300, GL_COLOR_BLUE_400, GL_COLOR_BLUE_50, GL_COLOR_BLUE_500, GL_COLOR_BLUE_600, GL_COLOR_BLUE_700, GL_COLOR_BLUE_800, GL_COLOR_BLUE_900, GL_COLOR_BLUE_950, GL_COLOR_GREEN_100, GL_COLOR_GREEN_200, GL_COLOR_GREEN_300, GL_COLOR_GREEN_400, GL_COLOR_GREEN_50, GL_COLOR_GREEN_500, GL_COLOR_GREEN_600, GL_COLOR_GREEN_700, GL_COLOR_GREEN_800, GL_COLOR_GREEN_900, GL_COLOR_GREEN_950, GL_COLOR_NEUTRAL_0, GL_COLOR_NEUTRAL_10, GL_COLOR_NEUTRAL_100, GL_COLOR_NEUTRAL_1000, GL_COLOR_NEUTRAL_200, GL_COLOR_NEUTRAL_300, GL_COLOR_NEUTRAL_400, GL_COLOR_NEUTRAL_50, GL_COLOR_NEUTRAL_500, GL_COLOR_NEUTRAL_600, GL_COLOR_NEUTRAL_700, GL_COLOR_NEUTRAL_800, GL_COLOR_NEUTRAL_900, GL_COLOR_NEUTRAL_950, GL_COLOR_ORANGE_100, GL_COLOR_ORANGE_200, GL_COLOR_ORANGE_300, GL_COLOR_ORANGE_400, GL_COLOR_ORANGE_50, GL_COLOR_ORANGE_500, GL_COLOR_ORANGE_600, GL_COLOR_ORANGE_700, GL_COLOR_ORANGE_800, GL_COLOR_ORANGE_900, GL_COLOR_ORANGE_950, GL_COLOR_PURPLE_100, GL_COLOR_PURPLE_200, GL_COLOR_PURPLE_300, GL_COLOR_PURPLE_400, GL_COLOR_PURPLE_50, GL_COLOR_PURPLE_500, GL_COLOR_PURPLE_600, GL_COLOR_PURPLE_700, GL_COLOR_PURPLE_800, GL_COLOR_PURPLE_900, GL_COLOR_PURPLE_950, GL_COLOR_RED_100, GL_COLOR_RED_200, GL_COLOR_RED_300, GL_COLOR_RED_400, GL_COLOR_RED_50, GL_COLOR_RED_500, GL_COLOR_RED_600, GL_COLOR_RED_700, GL_COLOR_RED_800, GL_COLOR_RED_900, GL_COLOR_RED_950, GL_LINE_HEIGHT_12, GL_LINE_HEIGHT_16, GL_LINE_HEIGHT_20, GL_LINE_HEIGHT_24, GL_LINE_HEIGHT_28, GL_LINE_HEIGHT_32, GL_LINE_HEIGHT_36, GL_LINE_HEIGHT_42, GL_LINE_HEIGHT_44, GL_LINE_HEIGHT_52, GL_TEXT_COLOR_DANGER, GL_TEXT_COLOR_DEFAULT, GL_TEXT_COLOR_DISABLED, GL_TEXT_COLOR_HEADING, GL_TEXT_COLOR_LINK, GL_TEXT_COLOR_STRONG, GL_TEXT_COLOR_SUBTLE, GL_TEXT_COLOR_SUCCESS, GL_TEXT_PRIMARY, GL_TEXT_SECONDARY, GL_TEXT_TERTIARY, GRAY_10, GRAY_100, GRAY_200, GRAY_300, GRAY_400, GRAY_50, GRAY_500, GRAY_600, GRAY_700, GRAY_800, GRAY_900, GRAY_950, GREEN_100, GREEN_200, GREEN_300, GREEN_400, GREEN_50, GREEN_500, GREEN_600, GREEN_700, GREEN_800, GREEN_900, GREEN_950, ORANGE_100, ORANGE_200, ORANGE_300, ORANGE_400, ORANGE_50, ORANGE_500, ORANGE_600, ORANGE_700, ORANGE_800, ORANGE_900, ORANGE_950, PURPLE_100, PURPLE_200, PURPLE_300, PURPLE_400, PURPLE_50, PURPLE_500, PURPLE_600, PURPLE_700, PURPLE_800, PURPLE_900, PURPLE_950, RED_100, RED_200, RED_300, RED_400, RED_50, RED_500, RED_600, RED_700, RED_800, RED_900, RED_950, THEME_BLUE_10, THEME_BLUE_100, THEME_BLUE_200, THEME_BLUE_300, THEME_BLUE_400, THEME_BLUE_50, THEME_BLUE_500, THEME_BLUE_600, THEME_BLUE_700, THEME_BLUE_800, THEME_BLUE_900, THEME_BLUE_950, THEME_GREEN_10, THEME_GREEN_100, THEME_GREEN_200, THEME_GREEN_300, THEME_GREEN_400, THEME_GREEN_50, THEME_GREEN_500, THEME_GREEN_600, THEME_GREEN_700, THEME_GREEN_800, THEME_GREEN_900, THEME_GREEN_950, THEME_INDIGO_10, THEME_INDIGO_100, THEME_INDIGO_200, THEME_INDIGO_300, THEME_INDIGO_400, THEME_INDIGO_50, THEME_INDIGO_500, THEME_INDIGO_600, THEME_INDIGO_700, THEME_INDIGO_800, THEME_INDIGO_900, THEME_INDIGO_950, THEME_LIGHT_BLUE_10, THEME_LIGHT_BLUE_100, THEME_LIGHT_BLUE_200, THEME_LIGHT_BLUE_300, THEME_LIGHT_BLUE_400, THEME_LIGHT_BLUE_50, THEME_LIGHT_BLUE_500, THEME_LIGHT_BLUE_600, THEME_LIGHT_BLUE_700, THEME_LIGHT_BLUE_800, THEME_LIGHT_BLUE_900, THEME_LIGHT_BLUE_950, THEME_LIGHT_RED_10, THEME_LIGHT_RED_100, THEME_LIGHT_RED_200, THEME_LIGHT_RED_300, THEME_LIGHT_RED_400, THEME_LIGHT_RED_50, THEME_LIGHT_RED_500, THEME_LIGHT_RED_600, THEME_LIGHT_RED_700, THEME_LIGHT_RED_800, THEME_LIGHT_RED_900, THEME_LIGHT_RED_950, THEME_RED_10, THEME_RED_100, THEME_RED_200, THEME_RED_300, THEME_RED_400, THEME_RED_50, THEME_RED_500, THEME_RED_600, THEME_RED_700, THEME_RED_800, THEME_RED_900, THEME_RED_950, T_GRAY_A_02, T_GRAY_A_04, T_GRAY_A_06, T_GRAY_A_08, T_GRAY_A_16, T_GRAY_A_24, T_WHITE_A_02, T_WHITE_A_04, T_WHITE_A_06, T_WHITE_A_08, T_WHITE_A_16, T_WHITE_A_24, T_WHITE_A_36, WHITE };
330
+ export { BLACK, BLUE_100, BLUE_200, BLUE_300, BLUE_400, BLUE_50, BLUE_500, BLUE_600, BLUE_700, BLUE_800, BLUE_900, BLUE_950, BRAND_CHARCOAL, BRAND_GRAY_01, BRAND_GRAY_02, BRAND_GRAY_03, BRAND_GRAY_04, BRAND_GRAY_05, BRAND_ORANGE_01, BRAND_ORANGE_02, BRAND_ORANGE_03, BRAND_PURPLE_01, BRAND_PURPLE_02, DATA_VIZ_AQUA_100, DATA_VIZ_AQUA_200, DATA_VIZ_AQUA_300, DATA_VIZ_AQUA_400, DATA_VIZ_AQUA_50, DATA_VIZ_AQUA_500, DATA_VIZ_AQUA_600, DATA_VIZ_AQUA_700, DATA_VIZ_AQUA_800, DATA_VIZ_AQUA_900, DATA_VIZ_AQUA_950, DATA_VIZ_BLUE_100, DATA_VIZ_BLUE_200, DATA_VIZ_BLUE_300, DATA_VIZ_BLUE_400, DATA_VIZ_BLUE_50, DATA_VIZ_BLUE_500, DATA_VIZ_BLUE_600, DATA_VIZ_BLUE_700, DATA_VIZ_BLUE_800, DATA_VIZ_BLUE_900, DATA_VIZ_BLUE_950, DATA_VIZ_GREEN_100, DATA_VIZ_GREEN_200, DATA_VIZ_GREEN_300, DATA_VIZ_GREEN_400, DATA_VIZ_GREEN_50, DATA_VIZ_GREEN_500, DATA_VIZ_GREEN_600, DATA_VIZ_GREEN_700, DATA_VIZ_GREEN_800, DATA_VIZ_GREEN_900, DATA_VIZ_GREEN_950, DATA_VIZ_MAGENTA_100, DATA_VIZ_MAGENTA_200, DATA_VIZ_MAGENTA_300, DATA_VIZ_MAGENTA_400, DATA_VIZ_MAGENTA_50, DATA_VIZ_MAGENTA_500, DATA_VIZ_MAGENTA_600, DATA_VIZ_MAGENTA_700, DATA_VIZ_MAGENTA_800, DATA_VIZ_MAGENTA_900, DATA_VIZ_MAGENTA_950, DATA_VIZ_ORANGE_100, DATA_VIZ_ORANGE_200, DATA_VIZ_ORANGE_300, DATA_VIZ_ORANGE_400, DATA_VIZ_ORANGE_50, DATA_VIZ_ORANGE_500, DATA_VIZ_ORANGE_600, DATA_VIZ_ORANGE_700, DATA_VIZ_ORANGE_800, DATA_VIZ_ORANGE_900, DATA_VIZ_ORANGE_950, GL_BACKGROUND_COLOR_DEFAULT, GL_BACKGROUND_COLOR_DISABLED, GL_BACKGROUND_COLOR_STRONG, GL_BACKGROUND_COLOR_SUBTLE, GL_COLOR_BLUE_100, GL_COLOR_BLUE_200, GL_COLOR_BLUE_300, GL_COLOR_BLUE_400, GL_COLOR_BLUE_50, GL_COLOR_BLUE_500, GL_COLOR_BLUE_600, GL_COLOR_BLUE_700, GL_COLOR_BLUE_800, GL_COLOR_BLUE_900, GL_COLOR_BLUE_950, GL_COLOR_GREEN_100, GL_COLOR_GREEN_200, GL_COLOR_GREEN_300, GL_COLOR_GREEN_400, GL_COLOR_GREEN_50, GL_COLOR_GREEN_500, GL_COLOR_GREEN_600, GL_COLOR_GREEN_700, GL_COLOR_GREEN_800, GL_COLOR_GREEN_900, GL_COLOR_GREEN_950, GL_COLOR_NEUTRAL_0, GL_COLOR_NEUTRAL_10, GL_COLOR_NEUTRAL_100, GL_COLOR_NEUTRAL_1000, GL_COLOR_NEUTRAL_200, GL_COLOR_NEUTRAL_300, GL_COLOR_NEUTRAL_400, GL_COLOR_NEUTRAL_50, GL_COLOR_NEUTRAL_500, GL_COLOR_NEUTRAL_600, GL_COLOR_NEUTRAL_700, GL_COLOR_NEUTRAL_800, GL_COLOR_NEUTRAL_900, GL_COLOR_NEUTRAL_950, GL_COLOR_ORANGE_100, GL_COLOR_ORANGE_200, GL_COLOR_ORANGE_300, GL_COLOR_ORANGE_400, GL_COLOR_ORANGE_50, GL_COLOR_ORANGE_500, GL_COLOR_ORANGE_600, GL_COLOR_ORANGE_700, GL_COLOR_ORANGE_800, GL_COLOR_ORANGE_900, GL_COLOR_ORANGE_950, GL_COLOR_PURPLE_100, GL_COLOR_PURPLE_200, GL_COLOR_PURPLE_300, GL_COLOR_PURPLE_400, GL_COLOR_PURPLE_50, GL_COLOR_PURPLE_500, GL_COLOR_PURPLE_600, GL_COLOR_PURPLE_700, GL_COLOR_PURPLE_800, GL_COLOR_PURPLE_900, GL_COLOR_PURPLE_950, GL_COLOR_RED_100, GL_COLOR_RED_200, GL_COLOR_RED_300, GL_COLOR_RED_400, GL_COLOR_RED_50, GL_COLOR_RED_500, GL_COLOR_RED_600, GL_COLOR_RED_700, GL_COLOR_RED_800, GL_COLOR_RED_900, GL_COLOR_RED_950, GL_ICON_COLOR_DANGER, GL_ICON_COLOR_DEFAULT, GL_ICON_COLOR_DISABLED, GL_ICON_COLOR_INFO, GL_ICON_COLOR_LINK, GL_ICON_COLOR_STRONG, GL_ICON_COLOR_SUBTLE, GL_ICON_COLOR_SUCCESS, GL_ICON_COLOR_WARNING, GL_LINE_HEIGHT_12, GL_LINE_HEIGHT_16, GL_LINE_HEIGHT_20, GL_LINE_HEIGHT_24, GL_LINE_HEIGHT_28, GL_LINE_HEIGHT_32, GL_LINE_HEIGHT_36, GL_LINE_HEIGHT_42, GL_LINE_HEIGHT_44, GL_LINE_HEIGHT_52, GL_TEXT_COLOR_DANGER, GL_TEXT_COLOR_DEFAULT, GL_TEXT_COLOR_DISABLED, GL_TEXT_COLOR_HEADING, GL_TEXT_COLOR_LINK, GL_TEXT_COLOR_STRONG, GL_TEXT_COLOR_SUBTLE, GL_TEXT_COLOR_SUCCESS, GL_TEXT_PRIMARY, GL_TEXT_SECONDARY, GL_TEXT_TERTIARY, GRAY_10, GRAY_100, GRAY_200, GRAY_300, GRAY_400, GRAY_50, GRAY_500, GRAY_600, GRAY_700, GRAY_800, GRAY_900, GRAY_950, GREEN_100, GREEN_200, GREEN_300, GREEN_400, GREEN_50, GREEN_500, GREEN_600, GREEN_700, GREEN_800, GREEN_900, GREEN_950, ORANGE_100, ORANGE_200, ORANGE_300, ORANGE_400, ORANGE_50, ORANGE_500, ORANGE_600, ORANGE_700, ORANGE_800, ORANGE_900, ORANGE_950, PURPLE_100, PURPLE_200, PURPLE_300, PURPLE_400, PURPLE_50, PURPLE_500, PURPLE_600, PURPLE_700, PURPLE_800, PURPLE_900, PURPLE_950, RED_100, RED_200, RED_300, RED_400, RED_50, RED_500, RED_600, RED_700, RED_800, RED_900, RED_950, THEME_BLUE_10, THEME_BLUE_100, THEME_BLUE_200, THEME_BLUE_300, THEME_BLUE_400, THEME_BLUE_50, THEME_BLUE_500, THEME_BLUE_600, THEME_BLUE_700, THEME_BLUE_800, THEME_BLUE_900, THEME_BLUE_950, THEME_GREEN_10, THEME_GREEN_100, THEME_GREEN_200, THEME_GREEN_300, THEME_GREEN_400, THEME_GREEN_50, THEME_GREEN_500, THEME_GREEN_600, THEME_GREEN_700, THEME_GREEN_800, THEME_GREEN_900, THEME_GREEN_950, THEME_INDIGO_10, THEME_INDIGO_100, THEME_INDIGO_200, THEME_INDIGO_300, THEME_INDIGO_400, THEME_INDIGO_50, THEME_INDIGO_500, THEME_INDIGO_600, THEME_INDIGO_700, THEME_INDIGO_800, THEME_INDIGO_900, THEME_INDIGO_950, THEME_LIGHT_BLUE_10, THEME_LIGHT_BLUE_100, THEME_LIGHT_BLUE_200, THEME_LIGHT_BLUE_300, THEME_LIGHT_BLUE_400, THEME_LIGHT_BLUE_50, THEME_LIGHT_BLUE_500, THEME_LIGHT_BLUE_600, THEME_LIGHT_BLUE_700, THEME_LIGHT_BLUE_800, THEME_LIGHT_BLUE_900, THEME_LIGHT_BLUE_950, THEME_LIGHT_RED_10, THEME_LIGHT_RED_100, THEME_LIGHT_RED_200, THEME_LIGHT_RED_300, THEME_LIGHT_RED_400, THEME_LIGHT_RED_50, THEME_LIGHT_RED_500, THEME_LIGHT_RED_600, THEME_LIGHT_RED_700, THEME_LIGHT_RED_800, THEME_LIGHT_RED_900, THEME_LIGHT_RED_950, THEME_RED_10, THEME_RED_100, THEME_RED_200, THEME_RED_300, THEME_RED_400, THEME_RED_50, THEME_RED_500, THEME_RED_600, THEME_RED_700, THEME_RED_800, THEME_RED_900, THEME_RED_950, T_GRAY_A_02, T_GRAY_A_04, T_GRAY_A_06, T_GRAY_A_08, T_GRAY_A_16, T_GRAY_A_24, T_WHITE_A_02, T_WHITE_A_04, T_WHITE_A_06, T_WHITE_A_08, T_WHITE_A_16, T_WHITE_A_24, T_WHITE_A_36, WHITE };
@@ -314,6 +314,15 @@
314
314
  --gl-text-color-strong: var(--gl-color-neutral-950); /* Used for text with the highest contrast. */
315
315
  --gl-text-color-subtle: var(--gl-color-neutral-600); /* Used for supplemental text that doesn't need to be as prominent as other text. */
316
316
  --gl-text-color-default: var(--gl-color-neutral-800); /* Used for the default text color. */
317
+ --gl-icon-color-success: var(--gl-color-green-600); /* Used for an icon associated with success or validity. */
318
+ --gl-icon-color-danger: var(--gl-color-red-600); /* Used for an icon associated with an error or danger. */
319
+ --gl-icon-color-warning: var(--gl-color-orange-600); /* Used for an icon associated with a warning. */
320
+ --gl-icon-color-info: var(--gl-color-blue-600); /* Used for an icon associated with information or help. */
321
+ --gl-icon-color-link: var(--gl-color-blue-600); /* Used for an icon within a link. */
322
+ --gl-icon-color-disabled: var(--gl-color-neutral-300); /* Used for an icon within a disabled section. */
323
+ --gl-icon-color-strong: var(--gl-color-neutral-900); /* Used for an icon with the highest contrast. */
324
+ --gl-icon-color-subtle: var(--gl-color-neutral-500); /* Used for a static or decorational icon. Can be paired with subtle text. */
325
+ --gl-icon-color-default: var(--gl-color-neutral-700); /* Used for the default icon color. Can be paired with default text. */
317
326
  --gl-background-color-disabled: var(--gl-color-neutral-10); /* Used to identify a disabled section. */
318
327
  --gl-background-color-strong: var(--gl-color-neutral-50); /* Used to make the background easily stand out from the default. */
319
328
  --gl-background-color-subtle: var(--gl-color-neutral-10); /* Used to slightly differentiate the background from the default. */
@@ -314,6 +314,15 @@
314
314
  --gl-text-color-strong: var(--gl-color-neutral-0); /* Used for text with the highest contrast. */
315
315
  --gl-text-color-subtle: var(--gl-color-neutral-200); /* Used for supplemental text that doesn't need to be as prominent as other text. */
316
316
  --gl-text-color-default: var(--gl-color-neutral-50); /* Used for the default text color. */
317
+ --gl-icon-color-success: var(--gl-color-green-300); /* Used for an icon associated with success or validity. */
318
+ --gl-icon-color-danger: var(--gl-color-red-300); /* Used for an icon associated with an error or danger. */
319
+ --gl-icon-color-warning: var(--gl-color-orange-300); /* Used for an icon associated with a warning. */
320
+ --gl-icon-color-info: var(--gl-color-blue-300); /* Used for an icon associated with information or help. */
321
+ --gl-icon-color-link: var(--gl-color-blue-300); /* Used for an icon within a link. */
322
+ --gl-icon-color-disabled: var(--gl-color-neutral-500); /* Used for an icon within a disabled section. */
323
+ --gl-icon-color-strong: var(--gl-color-neutral-10); /* Used for an icon with the highest contrast. */
324
+ --gl-icon-color-subtle: var(--gl-color-neutral-300); /* Used for a static or decorational icon. Can be paired with subtle text. */
325
+ --gl-icon-color-default: var(--gl-color-neutral-100); /* Used for the default icon color. Can be paired with default text. */
317
326
  --gl-background-color-disabled: var(--gl-color-neutral-900); /* Used to identify a disabled section. */
318
327
  --gl-background-color-strong: var(--gl-color-neutral-800); /* Used to make the background easily stand out from the default. */
319
328
  --gl-background-color-subtle: var(--gl-color-neutral-900); /* Used to slightly differentiate the background from the default. */
@@ -296,6 +296,15 @@ export const T_WHITE_A_02 = 'rgba(255, 255, 255, 0.02)';
296
296
  export const T_WHITE_A_04 = 'rgba(255, 255, 255, 0.04)';
297
297
  export const T_WHITE_A_06 = 'rgba(255, 255, 255, 0.06)';
298
298
  export const T_WHITE_A_08 = 'rgba(255, 255, 255, 0.08)';
299
+ export const GL_ICON_COLOR_DEFAULT = '#dcdcde'; // Used for the default icon color. Can be paired with default text.
300
+ export const GL_ICON_COLOR_SUBTLE = '#a4a3a8'; // Used for a static or decorational icon. Can be paired with subtle text.
301
+ export const GL_ICON_COLOR_STRONG = '#fbfafd'; // Used for an icon with the highest contrast.
302
+ export const GL_ICON_COLOR_DISABLED = '#737278'; // Used for an icon within a disabled section.
303
+ export const GL_ICON_COLOR_LINK = '#63a6e9'; // Used for an icon within a link.
304
+ export const GL_ICON_COLOR_INFO = '#63a6e9'; // Used for an icon associated with information or help.
305
+ export const GL_ICON_COLOR_WARNING = '#d99530'; // Used for an icon associated with a warning.
306
+ export const GL_ICON_COLOR_DANGER = '#f57f6c'; // Used for an icon associated with an error or danger.
307
+ export const GL_ICON_COLOR_SUCCESS = '#52b87a'; // Used for an icon associated with success or validity.
299
308
  export const GL_LINE_HEIGHT_12 = '0.75rem';
300
309
  export const GL_LINE_HEIGHT_16 = '1rem';
301
310
  export const GL_LINE_HEIGHT_20 = '1.25rem';
@@ -296,6 +296,15 @@ export const T_WHITE_A_02 = 'rgba(255, 255, 255, 0.02)';
296
296
  export const T_WHITE_A_04 = 'rgba(255, 255, 255, 0.04)';
297
297
  export const T_WHITE_A_06 = 'rgba(255, 255, 255, 0.06)';
298
298
  export const T_WHITE_A_08 = 'rgba(255, 255, 255, 0.08)';
299
+ export const GL_ICON_COLOR_DEFAULT = '#535158'; // Used for the default icon color. Can be paired with default text.
300
+ export const GL_ICON_COLOR_SUBTLE = '#737278'; // Used for a static or decorational icon. Can be paired with subtle text.
301
+ export const GL_ICON_COLOR_STRONG = '#333238'; // Used for an icon with the highest contrast.
302
+ export const GL_ICON_COLOR_DISABLED = '#a4a3a8'; // Used for an icon within a disabled section.
303
+ export const GL_ICON_COLOR_LINK = '#1068bf'; // Used for an icon within a link.
304
+ export const GL_ICON_COLOR_INFO = '#1068bf'; // Used for an icon associated with information or help.
305
+ export const GL_ICON_COLOR_WARNING = '#9e5400'; // Used for an icon associated with a warning.
306
+ export const GL_ICON_COLOR_DANGER = '#c91c00'; // Used for an icon associated with an error or danger.
307
+ export const GL_ICON_COLOR_SUCCESS = '#217645'; // Used for an icon associated with success or validity.
299
308
  export const GL_LINE_HEIGHT_12 = '0.75rem';
300
309
  export const GL_LINE_HEIGHT_16 = '1rem';
301
310
  export const GL_LINE_HEIGHT_20 = '1.25rem';
@@ -6451,6 +6451,208 @@
6451
6451
  ]
6452
6452
  }
6453
6453
  },
6454
+ "icon": {
6455
+ "color": {
6456
+ "default": {
6457
+ "value": "#dcdcde",
6458
+ "$type": "color",
6459
+ "comment": "Used for the default icon color. Can be paired with default text.",
6460
+ "filePath": "src/tokens/icon.tokens.json",
6461
+ "isSource": true,
6462
+ "original": {
6463
+ "value": {
6464
+ "default": "{color.neutral.700}",
6465
+ "dark": "{color.neutral.100}"
6466
+ },
6467
+ "$type": "color",
6468
+ "comment": "Used for the default icon color. Can be paired with default text."
6469
+ },
6470
+ "name": "ICON_COLOR_DEFAULT",
6471
+ "attributes": {},
6472
+ "path": [
6473
+ "icon",
6474
+ "color",
6475
+ "default"
6476
+ ]
6477
+ },
6478
+ "subtle": {
6479
+ "value": "#a4a3a8",
6480
+ "$type": "color",
6481
+ "comment": "Used for a static or decorational icon. Can be paired with subtle text.",
6482
+ "filePath": "src/tokens/icon.tokens.json",
6483
+ "isSource": true,
6484
+ "original": {
6485
+ "value": {
6486
+ "default": "{color.neutral.500}",
6487
+ "dark": "{color.neutral.300}"
6488
+ },
6489
+ "$type": "color",
6490
+ "comment": "Used for a static or decorational icon. Can be paired with subtle text."
6491
+ },
6492
+ "name": "ICON_COLOR_SUBTLE",
6493
+ "attributes": {},
6494
+ "path": [
6495
+ "icon",
6496
+ "color",
6497
+ "subtle"
6498
+ ]
6499
+ },
6500
+ "strong": {
6501
+ "value": "#fbfafd",
6502
+ "$type": "color",
6503
+ "comment": "Used for an icon with the highest contrast.",
6504
+ "filePath": "src/tokens/icon.tokens.json",
6505
+ "isSource": true,
6506
+ "original": {
6507
+ "value": {
6508
+ "default": "{color.neutral.900}",
6509
+ "dark": "{color.neutral.10}"
6510
+ },
6511
+ "$type": "color",
6512
+ "comment": "Used for an icon with the highest contrast."
6513
+ },
6514
+ "name": "ICON_COLOR_STRONG",
6515
+ "attributes": {},
6516
+ "path": [
6517
+ "icon",
6518
+ "color",
6519
+ "strong"
6520
+ ]
6521
+ },
6522
+ "disabled": {
6523
+ "value": "#737278",
6524
+ "$type": "color",
6525
+ "comment": "Used for an icon within a disabled section.",
6526
+ "filePath": "src/tokens/icon.tokens.json",
6527
+ "isSource": true,
6528
+ "original": {
6529
+ "value": {
6530
+ "default": "{color.neutral.300}",
6531
+ "dark": "{color.neutral.500}"
6532
+ },
6533
+ "$type": "color",
6534
+ "comment": "Used for an icon within a disabled section."
6535
+ },
6536
+ "name": "ICON_COLOR_DISABLED",
6537
+ "attributes": {},
6538
+ "path": [
6539
+ "icon",
6540
+ "color",
6541
+ "disabled"
6542
+ ]
6543
+ },
6544
+ "link": {
6545
+ "value": "#63a6e9",
6546
+ "$type": "color",
6547
+ "comment": "Used for an icon within a link.",
6548
+ "filePath": "src/tokens/icon.tokens.json",
6549
+ "isSource": true,
6550
+ "original": {
6551
+ "value": {
6552
+ "default": "{color.blue.600}",
6553
+ "dark": "{color.blue.300}"
6554
+ },
6555
+ "$type": "color",
6556
+ "comment": "Used for an icon within a link."
6557
+ },
6558
+ "name": "ICON_COLOR_LINK",
6559
+ "attributes": {},
6560
+ "path": [
6561
+ "icon",
6562
+ "color",
6563
+ "link"
6564
+ ]
6565
+ },
6566
+ "info": {
6567
+ "value": "#63a6e9",
6568
+ "$type": "color",
6569
+ "comment": "Used for an icon associated with information or help.",
6570
+ "filePath": "src/tokens/icon.tokens.json",
6571
+ "isSource": true,
6572
+ "original": {
6573
+ "value": {
6574
+ "default": "{color.blue.600}",
6575
+ "dark": "{color.blue.300}"
6576
+ },
6577
+ "$type": "color",
6578
+ "comment": "Used for an icon associated with information or help."
6579
+ },
6580
+ "name": "ICON_COLOR_INFO",
6581
+ "attributes": {},
6582
+ "path": [
6583
+ "icon",
6584
+ "color",
6585
+ "info"
6586
+ ]
6587
+ },
6588
+ "warning": {
6589
+ "value": "#d99530",
6590
+ "$type": "color",
6591
+ "comment": "Used for an icon associated with a warning.",
6592
+ "filePath": "src/tokens/icon.tokens.json",
6593
+ "isSource": true,
6594
+ "original": {
6595
+ "value": {
6596
+ "default": "{color.orange.600}",
6597
+ "dark": "{color.orange.300}"
6598
+ },
6599
+ "$type": "color",
6600
+ "comment": "Used for an icon associated with a warning."
6601
+ },
6602
+ "name": "ICON_COLOR_WARNING",
6603
+ "attributes": {},
6604
+ "path": [
6605
+ "icon",
6606
+ "color",
6607
+ "warning"
6608
+ ]
6609
+ },
6610
+ "danger": {
6611
+ "value": "#f57f6c",
6612
+ "$type": "color",
6613
+ "comment": "Used for an icon associated with an error or danger.",
6614
+ "filePath": "src/tokens/icon.tokens.json",
6615
+ "isSource": true,
6616
+ "original": {
6617
+ "value": {
6618
+ "default": "{color.red.600}",
6619
+ "dark": "{color.red.300}"
6620
+ },
6621
+ "$type": "color",
6622
+ "comment": "Used for an icon associated with an error or danger."
6623
+ },
6624
+ "name": "ICON_COLOR_DANGER",
6625
+ "attributes": {},
6626
+ "path": [
6627
+ "icon",
6628
+ "color",
6629
+ "danger"
6630
+ ]
6631
+ },
6632
+ "success": {
6633
+ "value": "#52b87a",
6634
+ "$type": "color",
6635
+ "comment": "Used for an icon associated with success or validity.",
6636
+ "filePath": "src/tokens/icon.tokens.json",
6637
+ "isSource": true,
6638
+ "original": {
6639
+ "value": {
6640
+ "default": "{color.green.600}",
6641
+ "dark": "{color.green.300}"
6642
+ },
6643
+ "$type": "color",
6644
+ "comment": "Used for an icon associated with success or validity."
6645
+ },
6646
+ "name": "ICON_COLOR_SUCCESS",
6647
+ "attributes": {},
6648
+ "path": [
6649
+ "icon",
6650
+ "color",
6651
+ "success"
6652
+ ]
6653
+ }
6654
+ }
6655
+ },
6454
6656
  "line-height": {
6455
6657
  "12": {
6456
6658
  "value": "0.75rem",
@@ -6451,6 +6451,208 @@
6451
6451
  ]
6452
6452
  }
6453
6453
  },
6454
+ "icon": {
6455
+ "color": {
6456
+ "default": {
6457
+ "value": "#535158",
6458
+ "$type": "color",
6459
+ "comment": "Used for the default icon color. Can be paired with default text.",
6460
+ "filePath": "src/tokens/icon.tokens.json",
6461
+ "isSource": true,
6462
+ "original": {
6463
+ "value": {
6464
+ "default": "{color.neutral.700}",
6465
+ "dark": "{color.neutral.100}"
6466
+ },
6467
+ "$type": "color",
6468
+ "comment": "Used for the default icon color. Can be paired with default text."
6469
+ },
6470
+ "name": "ICON_COLOR_DEFAULT",
6471
+ "attributes": {},
6472
+ "path": [
6473
+ "icon",
6474
+ "color",
6475
+ "default"
6476
+ ]
6477
+ },
6478
+ "subtle": {
6479
+ "value": "#737278",
6480
+ "$type": "color",
6481
+ "comment": "Used for a static or decorational icon. Can be paired with subtle text.",
6482
+ "filePath": "src/tokens/icon.tokens.json",
6483
+ "isSource": true,
6484
+ "original": {
6485
+ "value": {
6486
+ "default": "{color.neutral.500}",
6487
+ "dark": "{color.neutral.300}"
6488
+ },
6489
+ "$type": "color",
6490
+ "comment": "Used for a static or decorational icon. Can be paired with subtle text."
6491
+ },
6492
+ "name": "ICON_COLOR_SUBTLE",
6493
+ "attributes": {},
6494
+ "path": [
6495
+ "icon",
6496
+ "color",
6497
+ "subtle"
6498
+ ]
6499
+ },
6500
+ "strong": {
6501
+ "value": "#333238",
6502
+ "$type": "color",
6503
+ "comment": "Used for an icon with the highest contrast.",
6504
+ "filePath": "src/tokens/icon.tokens.json",
6505
+ "isSource": true,
6506
+ "original": {
6507
+ "value": {
6508
+ "default": "{color.neutral.900}",
6509
+ "dark": "{color.neutral.10}"
6510
+ },
6511
+ "$type": "color",
6512
+ "comment": "Used for an icon with the highest contrast."
6513
+ },
6514
+ "name": "ICON_COLOR_STRONG",
6515
+ "attributes": {},
6516
+ "path": [
6517
+ "icon",
6518
+ "color",
6519
+ "strong"
6520
+ ]
6521
+ },
6522
+ "disabled": {
6523
+ "value": "#a4a3a8",
6524
+ "$type": "color",
6525
+ "comment": "Used for an icon within a disabled section.",
6526
+ "filePath": "src/tokens/icon.tokens.json",
6527
+ "isSource": true,
6528
+ "original": {
6529
+ "value": {
6530
+ "default": "{color.neutral.300}",
6531
+ "dark": "{color.neutral.500}"
6532
+ },
6533
+ "$type": "color",
6534
+ "comment": "Used for an icon within a disabled section."
6535
+ },
6536
+ "name": "ICON_COLOR_DISABLED",
6537
+ "attributes": {},
6538
+ "path": [
6539
+ "icon",
6540
+ "color",
6541
+ "disabled"
6542
+ ]
6543
+ },
6544
+ "link": {
6545
+ "value": "#1068bf",
6546
+ "$type": "color",
6547
+ "comment": "Used for an icon within a link.",
6548
+ "filePath": "src/tokens/icon.tokens.json",
6549
+ "isSource": true,
6550
+ "original": {
6551
+ "value": {
6552
+ "default": "{color.blue.600}",
6553
+ "dark": "{color.blue.300}"
6554
+ },
6555
+ "$type": "color",
6556
+ "comment": "Used for an icon within a link."
6557
+ },
6558
+ "name": "ICON_COLOR_LINK",
6559
+ "attributes": {},
6560
+ "path": [
6561
+ "icon",
6562
+ "color",
6563
+ "link"
6564
+ ]
6565
+ },
6566
+ "info": {
6567
+ "value": "#1068bf",
6568
+ "$type": "color",
6569
+ "comment": "Used for an icon associated with information or help.",
6570
+ "filePath": "src/tokens/icon.tokens.json",
6571
+ "isSource": true,
6572
+ "original": {
6573
+ "value": {
6574
+ "default": "{color.blue.600}",
6575
+ "dark": "{color.blue.300}"
6576
+ },
6577
+ "$type": "color",
6578
+ "comment": "Used for an icon associated with information or help."
6579
+ },
6580
+ "name": "ICON_COLOR_INFO",
6581
+ "attributes": {},
6582
+ "path": [
6583
+ "icon",
6584
+ "color",
6585
+ "info"
6586
+ ]
6587
+ },
6588
+ "warning": {
6589
+ "value": "#9e5400",
6590
+ "$type": "color",
6591
+ "comment": "Used for an icon associated with a warning.",
6592
+ "filePath": "src/tokens/icon.tokens.json",
6593
+ "isSource": true,
6594
+ "original": {
6595
+ "value": {
6596
+ "default": "{color.orange.600}",
6597
+ "dark": "{color.orange.300}"
6598
+ },
6599
+ "$type": "color",
6600
+ "comment": "Used for an icon associated with a warning."
6601
+ },
6602
+ "name": "ICON_COLOR_WARNING",
6603
+ "attributes": {},
6604
+ "path": [
6605
+ "icon",
6606
+ "color",
6607
+ "warning"
6608
+ ]
6609
+ },
6610
+ "danger": {
6611
+ "value": "#c91c00",
6612
+ "$type": "color",
6613
+ "comment": "Used for an icon associated with an error or danger.",
6614
+ "filePath": "src/tokens/icon.tokens.json",
6615
+ "isSource": true,
6616
+ "original": {
6617
+ "value": {
6618
+ "default": "{color.red.600}",
6619
+ "dark": "{color.red.300}"
6620
+ },
6621
+ "$type": "color",
6622
+ "comment": "Used for an icon associated with an error or danger."
6623
+ },
6624
+ "name": "ICON_COLOR_DANGER",
6625
+ "attributes": {},
6626
+ "path": [
6627
+ "icon",
6628
+ "color",
6629
+ "danger"
6630
+ ]
6631
+ },
6632
+ "success": {
6633
+ "value": "#217645",
6634
+ "$type": "color",
6635
+ "comment": "Used for an icon associated with success or validity.",
6636
+ "filePath": "src/tokens/icon.tokens.json",
6637
+ "isSource": true,
6638
+ "original": {
6639
+ "value": {
6640
+ "default": "{color.green.600}",
6641
+ "dark": "{color.green.300}"
6642
+ },
6643
+ "$type": "color",
6644
+ "comment": "Used for an icon associated with success or validity."
6645
+ },
6646
+ "name": "ICON_COLOR_SUCCESS",
6647
+ "attributes": {},
6648
+ "path": [
6649
+ "icon",
6650
+ "color",
6651
+ "success"
6652
+ ]
6653
+ }
6654
+ }
6655
+ },
6454
6656
  "line-height": {
6455
6657
  "12": {
6456
6658
  "value": "0.75rem",
@@ -312,6 +312,15 @@ $gl-text-color-heading: $gl-color-neutral-0; // Used for headings level 1-6.
312
312
  $gl-text-color-strong: $gl-color-neutral-0; // Used for text with the highest contrast.
313
313
  $gl-text-color-subtle: $gl-color-neutral-200; // Used for supplemental text that doesn't need to be as prominent as other text.
314
314
  $gl-text-color-default: $gl-color-neutral-50; // Used for the default text color.
315
+ $gl-icon-color-success: $gl-color-green-300; // Used for an icon associated with success or validity.
316
+ $gl-icon-color-danger: $gl-color-red-300; // Used for an icon associated with an error or danger.
317
+ $gl-icon-color-warning: $gl-color-orange-300; // Used for an icon associated with a warning.
318
+ $gl-icon-color-info: $gl-color-blue-300; // Used for an icon associated with information or help.
319
+ $gl-icon-color-link: $gl-color-blue-300; // Used for an icon within a link.
320
+ $gl-icon-color-disabled: $gl-color-neutral-500; // Used for an icon within a disabled section.
321
+ $gl-icon-color-strong: $gl-color-neutral-10; // Used for an icon with the highest contrast.
322
+ $gl-icon-color-subtle: $gl-color-neutral-300; // Used for a static or decorational icon. Can be paired with subtle text.
323
+ $gl-icon-color-default: $gl-color-neutral-100; // Used for the default icon color. Can be paired with default text.
315
324
  $gl-background-color-disabled: $gl-color-neutral-900; // Used to identify a disabled section.
316
325
  $gl-background-color-strong: $gl-color-neutral-800; // Used to make the background easily stand out from the default.
317
326
  $gl-background-color-subtle: $gl-color-neutral-900; // Used to slightly differentiate the background from the default.
@@ -312,6 +312,15 @@ $gl-text-color-heading: $gl-color-neutral-950; // Used for headings level 1-6.
312
312
  $gl-text-color-strong: $gl-color-neutral-950; // Used for text with the highest contrast.
313
313
  $gl-text-color-subtle: $gl-color-neutral-600; // Used for supplemental text that doesn't need to be as prominent as other text.
314
314
  $gl-text-color-default: $gl-color-neutral-800; // Used for the default text color.
315
+ $gl-icon-color-success: $gl-color-green-600; // Used for an icon associated with success or validity.
316
+ $gl-icon-color-danger: $gl-color-red-600; // Used for an icon associated with an error or danger.
317
+ $gl-icon-color-warning: $gl-color-orange-600; // Used for an icon associated with a warning.
318
+ $gl-icon-color-info: $gl-color-blue-600; // Used for an icon associated with information or help.
319
+ $gl-icon-color-link: $gl-color-blue-600; // Used for an icon within a link.
320
+ $gl-icon-color-disabled: $gl-color-neutral-300; // Used for an icon within a disabled section.
321
+ $gl-icon-color-strong: $gl-color-neutral-900; // Used for an icon with the highest contrast.
322
+ $gl-icon-color-subtle: $gl-color-neutral-500; // Used for a static or decorational icon. Can be paired with subtle text.
323
+ $gl-icon-color-default: $gl-color-neutral-700; // Used for the default icon color. Can be paired with default text.
315
324
  $gl-background-color-disabled: $gl-color-neutral-10; // Used to identify a disabled section.
316
325
  $gl-background-color-strong: $gl-color-neutral-50; // Used to make the background easily stand out from the default.
317
326
  $gl-background-color-subtle: $gl-color-neutral-10; // Used to slightly differentiate the background from the default.
@@ -296,6 +296,15 @@ $t-white-a-02: var(--t-white-a-02);
296
296
  $t-white-a-04: var(--t-white-a-04);
297
297
  $t-white-a-06: var(--t-white-a-06);
298
298
  $t-white-a-08: var(--t-white-a-08);
299
+ $gl-icon-color-default: var(--gl-icon-color-default);
300
+ $gl-icon-color-subtle: var(--gl-icon-color-subtle);
301
+ $gl-icon-color-strong: var(--gl-icon-color-strong);
302
+ $gl-icon-color-disabled: var(--gl-icon-color-disabled);
303
+ $gl-icon-color-link: var(--gl-icon-color-link);
304
+ $gl-icon-color-info: var(--gl-icon-color-info);
305
+ $gl-icon-color-warning: var(--gl-icon-color-warning);
306
+ $gl-icon-color-danger: var(--gl-icon-color-danger);
307
+ $gl-icon-color-success: var(--gl-icon-color-success);
299
308
  $gl-line-height-12: var(--gl-line-height-12);
300
309
  $gl-line-height-16: var(--gl-line-height-16);
301
310
  $gl-line-height-20: var(--gl-line-height-20);