@gitlab/ui 87.6.0 → 87.6.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.
@@ -510,16 +510,21 @@ $gl-icon-color-strong: $gl-color-neutral-10; // Used for an icon with the highes
510
510
  $gl-icon-color-subtle: $gl-color-neutral-300; // Used for a static or decorational icon. Can be paired with subtle text.
511
511
  $gl-icon-color-default: $gl-color-neutral-100; // Used for the default icon color. Can be paired with default text.
512
512
  $gl-focus-ring-outer-color: $gl-color-blue-400; // Used for the outer color portion of the focus ring.
513
- $gl-feedback-danger-icon-color: $gl-color-red-300; // Used for an icon associated with danger or critical feedback.
514
- $gl-feedback-danger-background-color: $gl-color-red-900; // Used for a background associated with danger or critical feedback.
515
- $gl-feedback-warning-icon-color: $gl-color-orange-300; // Used for an icon associated with warning feedback or confidential content.
516
- $gl-feedback-warning-background-color: $gl-color-orange-900; // Used for a background associated with warning feedback or to let a user know about confidential content.
517
- $gl-feedback-success-icon-color: $gl-color-green-300; // Used for an icon associated with successful feedback or a new section.
518
- $gl-feedback-success-background-color: $gl-color-green-900; // Used for a background associated with successful feedback or a new section resulting from a user action.
519
- $gl-feedback-info-icon-color: $gl-color-blue-300; // Used for an icon associated with informational feedback.
520
- $gl-feedback-info-background-color: $gl-color-blue-900; // Used for a background associated with informational feedback or a highlighted section resulting from a user action.
521
- $gl-feedback-neutral-icon-color: $gl-color-neutral-300; // Used for an icon associated with a neutral feedback section.
522
- $gl-feedback-neutral-background-color: $gl-color-neutral-900; // Used for a background associated with neutral feedback.
513
+ $gl-feedback-danger-icon-color: $gl-color-red-300; // Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
514
+ $gl-feedback-danger-text-color: $gl-color-red-200; // Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
515
+ $gl-feedback-danger-background-color: $gl-color-red-900; // Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
516
+ $gl-feedback-warning-icon-color: $gl-color-orange-300; // Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.
517
+ $gl-feedback-warning-text-color: $gl-color-orange-200; // Used for the text of a warning feedback item when notifying about a potential issue or sensitive information.
518
+ $gl-feedback-warning-background-color: $gl-color-orange-900; // Used for the background of a warning feedback item when notifying about a potential issue or sensitive information.
519
+ $gl-feedback-success-icon-color: $gl-color-green-300; // Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.
520
+ $gl-feedback-success-text-color: $gl-color-green-200; // Used for the text of a success feedback item when confirming the successful completion of a user-initiated action.
521
+ $gl-feedback-success-background-color: $gl-color-green-900; // Used for the background of a success feedback item when confirming the successful completion of a user-initiated action.
522
+ $gl-feedback-info-icon-color: $gl-color-blue-300; // Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
523
+ $gl-feedback-info-text-color: $gl-color-blue-200; // Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
524
+ $gl-feedback-info-background-color: $gl-color-blue-900; // Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
525
+ $gl-feedback-neutral-icon-color: $gl-color-neutral-300; // Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.
526
+ $gl-feedback-neutral-text-color: $gl-color-neutral-200; // Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.
527
+ $gl-feedback-neutral-background-color: $gl-color-neutral-900; // Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.
523
528
  $gl-feedback-link-color-strong: $gl-color-blue-700; // Used for a link on a strong feedback background.
524
529
  $gl-feedback-icon-color-strong: $gl-color-neutral-900; // Used for an icon on a strong feedback background.
525
530
  $gl-feedback-text-color-strong: $gl-color-neutral-900; // Used for text on a strong feedback background.
@@ -510,16 +510,21 @@ $gl-icon-color-strong: $gl-color-neutral-900; // Used for an icon with the highe
510
510
  $gl-icon-color-subtle: $gl-color-neutral-500; // Used for a static or decorational icon. Can be paired with subtle text.
511
511
  $gl-icon-color-default: $gl-color-neutral-700; // Used for the default icon color. Can be paired with default text.
512
512
  $gl-focus-ring-outer-color: $gl-color-blue-500; // Used for the outer color portion of the focus ring.
513
- $gl-feedback-danger-icon-color: $gl-color-red-600; // Used for an icon associated with danger or critical feedback.
514
- $gl-feedback-danger-background-color: $gl-color-red-50; // Used for a background associated with danger or critical feedback.
515
- $gl-feedback-warning-icon-color: $gl-color-orange-600; // Used for an icon associated with warning feedback or confidential content.
516
- $gl-feedback-warning-background-color: $gl-color-orange-50; // Used for a background associated with warning feedback or to let a user know about confidential content.
517
- $gl-feedback-success-icon-color: $gl-color-green-600; // Used for an icon associated with successful feedback or a new section.
518
- $gl-feedback-success-background-color: $gl-color-green-50; // Used for a background associated with successful feedback or a new section resulting from a user action.
519
- $gl-feedback-info-icon-color: $gl-color-blue-600; // Used for an icon associated with informational feedback.
520
- $gl-feedback-info-background-color: $gl-color-blue-50; // Used for a background associated with informational feedback or a highlighted section resulting from a user action.
521
- $gl-feedback-neutral-icon-color: $gl-color-neutral-600; // Used for an icon associated with a neutral feedback section.
522
- $gl-feedback-neutral-background-color: $gl-color-neutral-50; // Used for a background associated with neutral feedback.
513
+ $gl-feedback-danger-icon-color: $gl-color-red-600; // Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
514
+ $gl-feedback-danger-text-color: $gl-color-red-700; // Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
515
+ $gl-feedback-danger-background-color: $gl-color-red-50; // Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
516
+ $gl-feedback-warning-icon-color: $gl-color-orange-600; // Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.
517
+ $gl-feedback-warning-text-color: $gl-color-orange-700; // Used for the text of a warning feedback item when notifying about a potential issue or sensitive information.
518
+ $gl-feedback-warning-background-color: $gl-color-orange-50; // Used for the background of a warning feedback item when notifying about a potential issue or sensitive information.
519
+ $gl-feedback-success-icon-color: $gl-color-green-600; // Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.
520
+ $gl-feedback-success-text-color: $gl-color-green-700; // Used for the text of a success feedback item when confirming the successful completion of a user-initiated action.
521
+ $gl-feedback-success-background-color: $gl-color-green-50; // Used for the background of a success feedback item when confirming the successful completion of a user-initiated action.
522
+ $gl-feedback-info-icon-color: $gl-color-blue-600; // Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
523
+ $gl-feedback-info-text-color: $gl-color-blue-700; // Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
524
+ $gl-feedback-info-background-color: $gl-color-blue-50; // Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
525
+ $gl-feedback-neutral-icon-color: $gl-color-neutral-600; // Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.
526
+ $gl-feedback-neutral-text-color: $gl-color-neutral-700; // Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.
527
+ $gl-feedback-neutral-background-color: $gl-color-neutral-50; // Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.
523
528
  $gl-feedback-link-color-strong: $gl-color-blue-300; // Used for a link on a strong feedback background.
524
529
  $gl-feedback-icon-color-strong: $gl-color-neutral-0; // Used for an icon on a strong feedback background.
525
530
  $gl-feedback-text-color-strong: $gl-color-neutral-0; // Used for text on a strong feedback background.
@@ -496,14 +496,19 @@ $gl-feedback-text-color-strong: var(--gl-feedback-text-color-strong);
496
496
  $gl-feedback-icon-color-strong: var(--gl-feedback-icon-color-strong);
497
497
  $gl-feedback-link-color-strong: var(--gl-feedback-link-color-strong);
498
498
  $gl-feedback-neutral-background-color: var(--gl-feedback-neutral-background-color);
499
+ $gl-feedback-neutral-text-color: var(--gl-feedback-neutral-text-color);
499
500
  $gl-feedback-neutral-icon-color: var(--gl-feedback-neutral-icon-color);
500
501
  $gl-feedback-info-background-color: var(--gl-feedback-info-background-color);
502
+ $gl-feedback-info-text-color: var(--gl-feedback-info-text-color);
501
503
  $gl-feedback-info-icon-color: var(--gl-feedback-info-icon-color);
502
504
  $gl-feedback-success-background-color: var(--gl-feedback-success-background-color);
505
+ $gl-feedback-success-text-color: var(--gl-feedback-success-text-color);
503
506
  $gl-feedback-success-icon-color: var(--gl-feedback-success-icon-color);
504
507
  $gl-feedback-warning-background-color: var(--gl-feedback-warning-background-color);
508
+ $gl-feedback-warning-text-color: var(--gl-feedback-warning-text-color);
505
509
  $gl-feedback-warning-icon-color: var(--gl-feedback-warning-icon-color);
506
510
  $gl-feedback-danger-background-color: var(--gl-feedback-danger-background-color);
511
+ $gl-feedback-danger-text-color: var(--gl-feedback-danger-text-color);
507
512
  $gl-feedback-danger-icon-color: var(--gl-feedback-danger-icon-color);
508
513
  $gl-focus-ring-outer-color: var(--gl-focus-ring-outer-color);
509
514
  $gl-focus-ring-inner-color: var(--gl-focus-ring-inner-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "87.6.0",
3
+ "version": "87.6.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
package/src/index.js CHANGED
@@ -39,6 +39,7 @@ export { default as GlDashboardSkeleton } from './components/regions/dashboard_s
39
39
  export { default as GlEmptyState } from './components/regions/empty_state/empty_state.vue';
40
40
  export { default as GlForm } from './components/base/form/form.vue';
41
41
  export { default as GlFormCharacterCount } from './components/base/form/form_character_count/form_character_count.vue';
42
+ export { default as GlFormDate } from './components/base/form/form_date/form_date.vue';
42
43
  export { default as GlFormInput } from './components/base/form/form_input/form_input.vue';
43
44
  export { default as GlFormInputGroup } from './components/base/form/form_input_group/form_input_group.vue';
44
45
  export { default as GlFormRadio } from './components/base/form/form_radio/form_radio.vue';
@@ -512,16 +512,21 @@
512
512
  --gl-icon-color-subtle: var(--gl-color-neutral-500); /* Used for a static or decorational icon. Can be paired with subtle text. */
513
513
  --gl-icon-color-default: var(--gl-color-neutral-700); /* Used for the default icon color. Can be paired with default text. */
514
514
  --gl-focus-ring-outer-color: var(--gl-color-blue-500); /* Used for the outer color portion of the focus ring. */
515
- --gl-feedback-danger-icon-color: var(--gl-color-red-600); /* Used for an icon associated with danger or critical feedback. */
516
- --gl-feedback-danger-background-color: var(--gl-color-red-50); /* Used for a background associated with danger or critical feedback. */
517
- --gl-feedback-warning-icon-color: var(--gl-color-orange-600); /* Used for an icon associated with warning feedback or confidential content. */
518
- --gl-feedback-warning-background-color: var(--gl-color-orange-50); /* Used for a background associated with warning feedback or to let a user know about confidential content. */
519
- --gl-feedback-success-icon-color: var(--gl-color-green-600); /* Used for an icon associated with successful feedback or a new section. */
520
- --gl-feedback-success-background-color: var(--gl-color-green-50); /* Used for a background associated with successful feedback or a new section resulting from a user action. */
521
- --gl-feedback-info-icon-color: var(--gl-color-blue-600); /* Used for an icon associated with informational feedback. */
522
- --gl-feedback-info-background-color: var(--gl-color-blue-50); /* Used for a background associated with informational feedback or a highlighted section resulting from a user action. */
523
- --gl-feedback-neutral-icon-color: var(--gl-color-neutral-600); /* Used for an icon associated with a neutral feedback section. */
524
- --gl-feedback-neutral-background-color: var(--gl-color-neutral-50); /* Used for a background associated with neutral feedback. */
515
+ --gl-feedback-danger-icon-color: var(--gl-color-red-600); /* Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention. */
516
+ --gl-feedback-danger-text-color: var(--gl-color-red-700); /* Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention. */
517
+ --gl-feedback-danger-background-color: var(--gl-color-red-50); /* Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention. */
518
+ --gl-feedback-warning-icon-color: var(--gl-color-orange-600); /* Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information. */
519
+ --gl-feedback-warning-text-color: var(--gl-color-orange-700); /* Used for the text of a warning feedback item when notifying about a potential issue or sensitive information. */
520
+ --gl-feedback-warning-background-color: var(--gl-color-orange-50); /* Used for the background of a warning feedback item when notifying about a potential issue or sensitive information. */
521
+ --gl-feedback-success-icon-color: var(--gl-color-green-600); /* Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action. */
522
+ --gl-feedback-success-text-color: var(--gl-color-green-700); /* Used for the text of a success feedback item when confirming the successful completion of a user-initiated action. */
523
+ --gl-feedback-success-background-color: var(--gl-color-green-50); /* Used for the background of a success feedback item when confirming the successful completion of a user-initiated action. */
524
+ --gl-feedback-info-icon-color: var(--gl-color-blue-600); /* Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action. */
525
+ --gl-feedback-info-text-color: var(--gl-color-blue-700); /* Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action. */
526
+ --gl-feedback-info-background-color: var(--gl-color-blue-50); /* Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action. */
527
+ --gl-feedback-neutral-icon-color: var(--gl-color-neutral-600); /* Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency. */
528
+ --gl-feedback-neutral-text-color: var(--gl-color-neutral-700); /* Used for the text of a neutral feedback item when there isn't a specific meaning or urgency. */
529
+ --gl-feedback-neutral-background-color: var(--gl-color-neutral-50); /* Used for the background of a neutral feedback item when there isn't a specific meaning or urgency. */
525
530
  --gl-feedback-link-color-strong: var(--gl-color-blue-300); /* Used for a link on a strong feedback background. */
526
531
  --gl-feedback-icon-color-strong: var(--gl-color-neutral-0); /* Used for an icon on a strong feedback background. */
527
532
  --gl-feedback-text-color-strong: var(--gl-color-neutral-0); /* Used for text on a strong feedback background. */
@@ -512,16 +512,21 @@
512
512
  --gl-icon-color-subtle: var(--gl-color-neutral-300); /* Used for a static or decorational icon. Can be paired with subtle text. */
513
513
  --gl-icon-color-default: var(--gl-color-neutral-100); /* Used for the default icon color. Can be paired with default text. */
514
514
  --gl-focus-ring-outer-color: var(--gl-color-blue-400); /* Used for the outer color portion of the focus ring. */
515
- --gl-feedback-danger-icon-color: var(--gl-color-red-300); /* Used for an icon associated with danger or critical feedback. */
516
- --gl-feedback-danger-background-color: var(--gl-color-red-900); /* Used for a background associated with danger or critical feedback. */
517
- --gl-feedback-warning-icon-color: var(--gl-color-orange-300); /* Used for an icon associated with warning feedback or confidential content. */
518
- --gl-feedback-warning-background-color: var(--gl-color-orange-900); /* Used for a background associated with warning feedback or to let a user know about confidential content. */
519
- --gl-feedback-success-icon-color: var(--gl-color-green-300); /* Used for an icon associated with successful feedback or a new section. */
520
- --gl-feedback-success-background-color: var(--gl-color-green-900); /* Used for a background associated with successful feedback or a new section resulting from a user action. */
521
- --gl-feedback-info-icon-color: var(--gl-color-blue-300); /* Used for an icon associated with informational feedback. */
522
- --gl-feedback-info-background-color: var(--gl-color-blue-900); /* Used for a background associated with informational feedback or a highlighted section resulting from a user action. */
523
- --gl-feedback-neutral-icon-color: var(--gl-color-neutral-300); /* Used for an icon associated with a neutral feedback section. */
524
- --gl-feedback-neutral-background-color: var(--gl-color-neutral-900); /* Used for a background associated with neutral feedback. */
515
+ --gl-feedback-danger-icon-color: var(--gl-color-red-300); /* Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention. */
516
+ --gl-feedback-danger-text-color: var(--gl-color-red-200); /* Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention. */
517
+ --gl-feedback-danger-background-color: var(--gl-color-red-900); /* Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention. */
518
+ --gl-feedback-warning-icon-color: var(--gl-color-orange-300); /* Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information. */
519
+ --gl-feedback-warning-text-color: var(--gl-color-orange-200); /* Used for the text of a warning feedback item when notifying about a potential issue or sensitive information. */
520
+ --gl-feedback-warning-background-color: var(--gl-color-orange-900); /* Used for the background of a warning feedback item when notifying about a potential issue or sensitive information. */
521
+ --gl-feedback-success-icon-color: var(--gl-color-green-300); /* Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action. */
522
+ --gl-feedback-success-text-color: var(--gl-color-green-200); /* Used for the text of a success feedback item when confirming the successful completion of a user-initiated action. */
523
+ --gl-feedback-success-background-color: var(--gl-color-green-900); /* Used for the background of a success feedback item when confirming the successful completion of a user-initiated action. */
524
+ --gl-feedback-info-icon-color: var(--gl-color-blue-300); /* Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action. */
525
+ --gl-feedback-info-text-color: var(--gl-color-blue-200); /* Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action. */
526
+ --gl-feedback-info-background-color: var(--gl-color-blue-900); /* Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action. */
527
+ --gl-feedback-neutral-icon-color: var(--gl-color-neutral-300); /* Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency. */
528
+ --gl-feedback-neutral-text-color: var(--gl-color-neutral-200); /* Used for the text of a neutral feedback item when there isn't a specific meaning or urgency. */
529
+ --gl-feedback-neutral-background-color: var(--gl-color-neutral-900); /* Used for the background of a neutral feedback item when there isn't a specific meaning or urgency. */
525
530
  --gl-feedback-link-color-strong: var(--gl-color-blue-700); /* Used for a link on a strong feedback background. */
526
531
  --gl-feedback-icon-color-strong: var(--gl-color-neutral-900); /* Used for an icon on a strong feedback background. */
527
532
  --gl-feedback-text-color-strong: var(--gl-color-neutral-900); /* Used for text on a strong feedback background. */
@@ -495,16 +495,21 @@ export const GL_FEEDBACK_BACKGROUND_COLOR_STRONG = '#fbfafd'; // Used for a back
495
495
  export const GL_FEEDBACK_TEXT_COLOR_STRONG = '#28272d'; // Used for text on a strong feedback background.
496
496
  export const GL_FEEDBACK_ICON_COLOR_STRONG = '#28272d'; // Used for an icon on a strong feedback background.
497
497
  export const GL_FEEDBACK_LINK_COLOR_STRONG = '#0b5cad'; // Used for a link on a strong feedback background.
498
- export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#28272d'; // Used for a background associated with neutral feedback.
499
- export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#a4a3a8'; // Used for an icon associated with a neutral feedback section.
500
- export const GL_FEEDBACK_INFO_BACKGROUND_COLOR = '#033464'; // Used for a background associated with informational feedback or a highlighted section resulting from a user action.
501
- export const GL_FEEDBACK_INFO_ICON_COLOR = '#63a6e9'; // Used for an icon associated with informational feedback.
502
- export const GL_FEEDBACK_SUCCESS_BACKGROUND_COLOR = '#0a4020'; // Used for a background associated with successful feedback or a new section resulting from a user action.
503
- export const GL_FEEDBACK_SUCCESS_ICON_COLOR = '#52b87a'; // Used for an icon associated with successful feedback or a new section.
504
- export const GL_FEEDBACK_WARNING_BACKGROUND_COLOR = '#5c2900'; // Used for a background associated with warning feedback or to let a user know about confidential content.
505
- export const GL_FEEDBACK_WARNING_ICON_COLOR = '#d99530'; // Used for an icon associated with warning feedback or confidential content.
506
- export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#660e00'; // Used for a background associated with danger or critical feedback.
507
- export const GL_FEEDBACK_DANGER_ICON_COLOR = '#f57f6c'; // Used for an icon associated with danger or critical feedback.
498
+ export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#28272d'; // Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.
499
+ export const GL_FEEDBACK_NEUTRAL_TEXT_COLOR = '#bfbfc3'; // Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.
500
+ export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#a4a3a8'; // Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.
501
+ export const GL_FEEDBACK_INFO_BACKGROUND_COLOR = '#033464'; // Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
502
+ export const GL_FEEDBACK_INFO_TEXT_COLOR = '#9dc7f1'; // Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
503
+ export const GL_FEEDBACK_INFO_ICON_COLOR = '#63a6e9'; // Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
504
+ export const GL_FEEDBACK_SUCCESS_BACKGROUND_COLOR = '#0a4020'; // Used for the background of a success feedback item when confirming the successful completion of a user-initiated action.
505
+ export const GL_FEEDBACK_SUCCESS_TEXT_COLOR = '#91d4a8'; // Used for the text of a success feedback item when confirming the successful completion of a user-initiated action.
506
+ export const GL_FEEDBACK_SUCCESS_ICON_COLOR = '#52b87a'; // Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.
507
+ export const GL_FEEDBACK_WARNING_BACKGROUND_COLOR = '#5c2900'; // Used for the background of a warning feedback item when notifying about a potential issue or sensitive information.
508
+ export const GL_FEEDBACK_WARNING_TEXT_COLOR = '#e9be74'; // Used for the text of a warning feedback item when notifying about a potential issue or sensitive information.
509
+ export const GL_FEEDBACK_WARNING_ICON_COLOR = '#d99530'; // Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.
510
+ export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#660e00'; // Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
511
+ export const GL_FEEDBACK_DANGER_TEXT_COLOR = '#fcb5aa'; // Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
512
+ export const GL_FEEDBACK_DANGER_ICON_COLOR = '#f57f6c'; // Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
508
513
  export const GL_FOCUS_RING_OUTER_COLOR = '#428fdc'; // Used for the outer color portion of the focus ring.
509
514
  export const GL_FOCUS_RING_INNER_COLOR = '#18171d'; // Used for the inner neutral portion of the focus ring.
510
515
  export const GL_ICON_COLOR_DEFAULT = '#dcdcde'; // Used for the default icon color. Can be paired with default text.
@@ -495,16 +495,21 @@ export const GL_FEEDBACK_BACKGROUND_COLOR_STRONG = '#18171d'; // Used for a back
495
495
  export const GL_FEEDBACK_TEXT_COLOR_STRONG = '#fff'; // Used for text on a strong feedback background.
496
496
  export const GL_FEEDBACK_ICON_COLOR_STRONG = '#fff'; // Used for an icon on a strong feedback background.
497
497
  export const GL_FEEDBACK_LINK_COLOR_STRONG = '#63a6e9'; // Used for a link on a strong feedback background.
498
- export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#ececef'; // Used for a background associated with neutral feedback.
499
- export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#626168'; // Used for an icon associated with a neutral feedback section.
500
- export const GL_FEEDBACK_INFO_BACKGROUND_COLOR = '#e9f3fc'; // Used for a background associated with informational feedback or a highlighted section resulting from a user action.
501
- export const GL_FEEDBACK_INFO_ICON_COLOR = '#1068bf'; // Used for an icon associated with informational feedback.
502
- export const GL_FEEDBACK_SUCCESS_BACKGROUND_COLOR = '#ecf4ee'; // Used for a background associated with successful feedback or a new section resulting from a user action.
503
- export const GL_FEEDBACK_SUCCESS_ICON_COLOR = '#217645'; // Used for an icon associated with successful feedback or a new section.
504
- export const GL_FEEDBACK_WARNING_BACKGROUND_COLOR = '#fdf1dd'; // Used for a background associated with warning feedback or to let a user know about confidential content.
505
- export const GL_FEEDBACK_WARNING_ICON_COLOR = '#9e5400'; // Used for an icon associated with warning feedback or confidential content.
506
- export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#fcf1ef'; // Used for a background associated with danger or critical feedback.
507
- export const GL_FEEDBACK_DANGER_ICON_COLOR = '#c91c00'; // Used for an icon associated with danger or critical feedback.
498
+ export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#ececef'; // Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.
499
+ export const GL_FEEDBACK_NEUTRAL_TEXT_COLOR = '#4c4b51'; // Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.
500
+ export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#626168'; // Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.
501
+ export const GL_FEEDBACK_INFO_BACKGROUND_COLOR = '#e9f3fc'; // Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
502
+ export const GL_FEEDBACK_INFO_TEXT_COLOR = '#0b5cad'; // Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
503
+ export const GL_FEEDBACK_INFO_ICON_COLOR = '#1068bf'; // Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
504
+ export const GL_FEEDBACK_SUCCESS_BACKGROUND_COLOR = '#ecf4ee'; // Used for the background of a success feedback item when confirming the successful completion of a user-initiated action.
505
+ export const GL_FEEDBACK_SUCCESS_TEXT_COLOR = '#24663b'; // Used for the text of a success feedback item when confirming the successful completion of a user-initiated action.
506
+ export const GL_FEEDBACK_SUCCESS_ICON_COLOR = '#217645'; // Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.
507
+ export const GL_FEEDBACK_WARNING_BACKGROUND_COLOR = '#fdf1dd'; // Used for the background of a warning feedback item when notifying about a potential issue or sensitive information.
508
+ export const GL_FEEDBACK_WARNING_TEXT_COLOR = '#8f4700'; // Used for the text of a warning feedback item when notifying about a potential issue or sensitive information.
509
+ export const GL_FEEDBACK_WARNING_ICON_COLOR = '#9e5400'; // Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.
510
+ export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#fcf1ef'; // Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
511
+ export const GL_FEEDBACK_DANGER_TEXT_COLOR = '#ae1800'; // Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
512
+ export const GL_FEEDBACK_DANGER_ICON_COLOR = '#c91c00'; // Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
508
513
  export const GL_FOCUS_RING_OUTER_COLOR = '#1f75cb'; // Used for the outer color portion of the focus ring.
509
514
  export const GL_FOCUS_RING_INNER_COLOR = '#fff'; // Used for the inner neutral portion of the focus ring.
510
515
  export const GL_ICON_COLOR_DEFAULT = '#4c4b51'; // Used for the default icon color. Can be paired with default text.
@@ -10990,7 +10990,7 @@
10990
10990
  "color": {
10991
10991
  "value": "#28272d",
10992
10992
  "$type": "color",
10993
- "comment": "Used for a background associated with neutral feedback.",
10993
+ "comment": "Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.",
10994
10994
  "filePath": "src/tokens/feedback.tokens.json",
10995
10995
  "isSource": true,
10996
10996
  "original": {
@@ -10999,7 +10999,7 @@
10999
10999
  "dark": "{color.neutral.900}"
11000
11000
  },
11001
11001
  "$type": "color",
11002
- "comment": "Used for a background associated with neutral feedback."
11002
+ "comment": "Used for the background of a neutral feedback item when there isn't a specific meaning or urgency."
11003
11003
  },
11004
11004
  "name": "FEEDBACK_NEUTRAL_BACKGROUND_COLOR",
11005
11005
  "attributes": {},
@@ -11011,11 +11011,36 @@
11011
11011
  ]
11012
11012
  }
11013
11013
  },
11014
+ "text": {
11015
+ "color": {
11016
+ "value": "#bfbfc3",
11017
+ "$type": "color",
11018
+ "comment": "Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.",
11019
+ "filePath": "src/tokens/feedback.tokens.json",
11020
+ "isSource": true,
11021
+ "original": {
11022
+ "value": {
11023
+ "default": "{color.neutral.700}",
11024
+ "dark": "{color.neutral.200}"
11025
+ },
11026
+ "$type": "color",
11027
+ "comment": "Used for the text of a neutral feedback item when there isn't a specific meaning or urgency."
11028
+ },
11029
+ "name": "FEEDBACK_NEUTRAL_TEXT_COLOR",
11030
+ "attributes": {},
11031
+ "path": [
11032
+ "feedback",
11033
+ "neutral",
11034
+ "text",
11035
+ "color"
11036
+ ]
11037
+ }
11038
+ },
11014
11039
  "icon": {
11015
11040
  "color": {
11016
11041
  "value": "#a4a3a8",
11017
11042
  "$type": "color",
11018
- "comment": "Used for an icon associated with a neutral feedback section.",
11043
+ "comment": "Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.",
11019
11044
  "filePath": "src/tokens/feedback.tokens.json",
11020
11045
  "isSource": true,
11021
11046
  "original": {
@@ -11024,7 +11049,7 @@
11024
11049
  "dark": "{color.neutral.300}"
11025
11050
  },
11026
11051
  "$type": "color",
11027
- "comment": "Used for an icon associated with a neutral feedback section."
11052
+ "comment": "Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency."
11028
11053
  },
11029
11054
  "name": "FEEDBACK_NEUTRAL_ICON_COLOR",
11030
11055
  "attributes": {},
@@ -11042,7 +11067,7 @@
11042
11067
  "color": {
11043
11068
  "value": "#033464",
11044
11069
  "$type": "color",
11045
- "comment": "Used for a background associated with informational feedback or a highlighted section resulting from a user action.",
11070
+ "comment": "Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
11046
11071
  "filePath": "src/tokens/feedback.tokens.json",
11047
11072
  "isSource": true,
11048
11073
  "original": {
@@ -11051,7 +11076,7 @@
11051
11076
  "dark": "{color.blue.900}"
11052
11077
  },
11053
11078
  "$type": "color",
11054
- "comment": "Used for a background associated with informational feedback or a highlighted section resulting from a user action."
11079
+ "comment": "Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action."
11055
11080
  },
11056
11081
  "name": "FEEDBACK_INFO_BACKGROUND_COLOR",
11057
11082
  "attributes": {},
@@ -11063,11 +11088,36 @@
11063
11088
  ]
11064
11089
  }
11065
11090
  },
11091
+ "text": {
11092
+ "color": {
11093
+ "value": "#9dc7f1",
11094
+ "$type": "color",
11095
+ "comment": "Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
11096
+ "filePath": "src/tokens/feedback.tokens.json",
11097
+ "isSource": true,
11098
+ "original": {
11099
+ "value": {
11100
+ "default": "{color.blue.700}",
11101
+ "dark": "{color.blue.200}"
11102
+ },
11103
+ "$type": "color",
11104
+ "comment": "Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action."
11105
+ },
11106
+ "name": "FEEDBACK_INFO_TEXT_COLOR",
11107
+ "attributes": {},
11108
+ "path": [
11109
+ "feedback",
11110
+ "info",
11111
+ "text",
11112
+ "color"
11113
+ ]
11114
+ }
11115
+ },
11066
11116
  "icon": {
11067
11117
  "color": {
11068
11118
  "value": "#63a6e9",
11069
11119
  "$type": "color",
11070
- "comment": "Used for an icon associated with informational feedback.",
11120
+ "comment": "Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
11071
11121
  "filePath": "src/tokens/feedback.tokens.json",
11072
11122
  "isSource": true,
11073
11123
  "original": {
@@ -11076,7 +11126,7 @@
11076
11126
  "dark": "{color.blue.300}"
11077
11127
  },
11078
11128
  "$type": "color",
11079
- "comment": "Used for an icon associated with informational feedback."
11129
+ "comment": "Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action."
11080
11130
  },
11081
11131
  "name": "FEEDBACK_INFO_ICON_COLOR",
11082
11132
  "attributes": {},
@@ -11094,7 +11144,7 @@
11094
11144
  "color": {
11095
11145
  "value": "#0a4020",
11096
11146
  "$type": "color",
11097
- "comment": "Used for a background associated with successful feedback or a new section resulting from a user action.",
11147
+ "comment": "Used for the background of a success feedback item when confirming the successful completion of a user-initiated action.",
11098
11148
  "filePath": "src/tokens/feedback.tokens.json",
11099
11149
  "isSource": true,
11100
11150
  "original": {
@@ -11103,7 +11153,7 @@
11103
11153
  "dark": "{color.green.900}"
11104
11154
  },
11105
11155
  "$type": "color",
11106
- "comment": "Used for a background associated with successful feedback or a new section resulting from a user action."
11156
+ "comment": "Used for the background of a success feedback item when confirming the successful completion of a user-initiated action."
11107
11157
  },
11108
11158
  "name": "FEEDBACK_SUCCESS_BACKGROUND_COLOR",
11109
11159
  "attributes": {},
@@ -11115,11 +11165,36 @@
11115
11165
  ]
11116
11166
  }
11117
11167
  },
11168
+ "text": {
11169
+ "color": {
11170
+ "value": "#91d4a8",
11171
+ "$type": "color",
11172
+ "comment": "Used for the text of a success feedback item when confirming the successful completion of a user-initiated action.",
11173
+ "filePath": "src/tokens/feedback.tokens.json",
11174
+ "isSource": true,
11175
+ "original": {
11176
+ "value": {
11177
+ "default": "{color.green.700}",
11178
+ "dark": "{color.green.200}"
11179
+ },
11180
+ "$type": "color",
11181
+ "comment": "Used for the text of a success feedback item when confirming the successful completion of a user-initiated action."
11182
+ },
11183
+ "name": "FEEDBACK_SUCCESS_TEXT_COLOR",
11184
+ "attributes": {},
11185
+ "path": [
11186
+ "feedback",
11187
+ "success",
11188
+ "text",
11189
+ "color"
11190
+ ]
11191
+ }
11192
+ },
11118
11193
  "icon": {
11119
11194
  "color": {
11120
11195
  "value": "#52b87a",
11121
11196
  "$type": "color",
11122
- "comment": "Used for an icon associated with successful feedback or a new section.",
11197
+ "comment": "Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.",
11123
11198
  "filePath": "src/tokens/feedback.tokens.json",
11124
11199
  "isSource": true,
11125
11200
  "original": {
@@ -11128,7 +11203,7 @@
11128
11203
  "dark": "{color.green.300}"
11129
11204
  },
11130
11205
  "$type": "color",
11131
- "comment": "Used for an icon associated with successful feedback or a new section."
11206
+ "comment": "Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action."
11132
11207
  },
11133
11208
  "name": "FEEDBACK_SUCCESS_ICON_COLOR",
11134
11209
  "attributes": {},
@@ -11146,7 +11221,7 @@
11146
11221
  "color": {
11147
11222
  "value": "#5c2900",
11148
11223
  "$type": "color",
11149
- "comment": "Used for a background associated with warning feedback or to let a user know about confidential content.",
11224
+ "comment": "Used for the background of a warning feedback item when notifying about a potential issue or sensitive information.",
11150
11225
  "filePath": "src/tokens/feedback.tokens.json",
11151
11226
  "isSource": true,
11152
11227
  "original": {
@@ -11155,7 +11230,7 @@
11155
11230
  "dark": "{color.orange.900}"
11156
11231
  },
11157
11232
  "$type": "color",
11158
- "comment": "Used for a background associated with warning feedback or to let a user know about confidential content."
11233
+ "comment": "Used for the background of a warning feedback item when notifying about a potential issue or sensitive information."
11159
11234
  },
11160
11235
  "name": "FEEDBACK_WARNING_BACKGROUND_COLOR",
11161
11236
  "attributes": {},
@@ -11167,11 +11242,36 @@
11167
11242
  ]
11168
11243
  }
11169
11244
  },
11245
+ "text": {
11246
+ "color": {
11247
+ "value": "#e9be74",
11248
+ "$type": "color",
11249
+ "comment": "Used for the text of a warning feedback item when notifying about a potential issue or sensitive information.",
11250
+ "filePath": "src/tokens/feedback.tokens.json",
11251
+ "isSource": true,
11252
+ "original": {
11253
+ "value": {
11254
+ "default": "{color.orange.700}",
11255
+ "dark": "{color.orange.200}"
11256
+ },
11257
+ "$type": "color",
11258
+ "comment": "Used for the text of a warning feedback item when notifying about a potential issue or sensitive information."
11259
+ },
11260
+ "name": "FEEDBACK_WARNING_TEXT_COLOR",
11261
+ "attributes": {},
11262
+ "path": [
11263
+ "feedback",
11264
+ "warning",
11265
+ "text",
11266
+ "color"
11267
+ ]
11268
+ }
11269
+ },
11170
11270
  "icon": {
11171
11271
  "color": {
11172
11272
  "value": "#d99530",
11173
11273
  "$type": "color",
11174
- "comment": "Used for an icon associated with warning feedback or confidential content.",
11274
+ "comment": "Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.",
11175
11275
  "filePath": "src/tokens/feedback.tokens.json",
11176
11276
  "isSource": true,
11177
11277
  "original": {
@@ -11180,7 +11280,7 @@
11180
11280
  "dark": "{color.orange.300}"
11181
11281
  },
11182
11282
  "$type": "color",
11183
- "comment": "Used for an icon associated with warning feedback or confidential content."
11283
+ "comment": "Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information."
11184
11284
  },
11185
11285
  "name": "FEEDBACK_WARNING_ICON_COLOR",
11186
11286
  "attributes": {},
@@ -11198,7 +11298,7 @@
11198
11298
  "color": {
11199
11299
  "value": "#660e00",
11200
11300
  "$type": "color",
11201
- "comment": "Used for a background associated with danger or critical feedback.",
11301
+ "comment": "Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
11202
11302
  "filePath": "src/tokens/feedback.tokens.json",
11203
11303
  "isSource": true,
11204
11304
  "original": {
@@ -11207,7 +11307,7 @@
11207
11307
  "dark": "{color.red.900}"
11208
11308
  },
11209
11309
  "$type": "color",
11210
- "comment": "Used for a background associated with danger or critical feedback."
11310
+ "comment": "Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention."
11211
11311
  },
11212
11312
  "name": "FEEDBACK_DANGER_BACKGROUND_COLOR",
11213
11313
  "attributes": {},
@@ -11219,11 +11319,36 @@
11219
11319
  ]
11220
11320
  }
11221
11321
  },
11322
+ "text": {
11323
+ "color": {
11324
+ "value": "#fcb5aa",
11325
+ "$type": "color",
11326
+ "comment": "Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
11327
+ "filePath": "src/tokens/feedback.tokens.json",
11328
+ "isSource": true,
11329
+ "original": {
11330
+ "value": {
11331
+ "default": "{color.red.700}",
11332
+ "dark": "{color.red.200}"
11333
+ },
11334
+ "$type": "color",
11335
+ "comment": "Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention."
11336
+ },
11337
+ "name": "FEEDBACK_DANGER_TEXT_COLOR",
11338
+ "attributes": {},
11339
+ "path": [
11340
+ "feedback",
11341
+ "danger",
11342
+ "text",
11343
+ "color"
11344
+ ]
11345
+ }
11346
+ },
11222
11347
  "icon": {
11223
11348
  "color": {
11224
11349
  "value": "#f57f6c",
11225
11350
  "$type": "color",
11226
- "comment": "Used for an icon associated with danger or critical feedback.",
11351
+ "comment": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
11227
11352
  "filePath": "src/tokens/feedback.tokens.json",
11228
11353
  "isSource": true,
11229
11354
  "original": {
@@ -11232,7 +11357,7 @@
11232
11357
  "dark": "{color.red.300}"
11233
11358
  },
11234
11359
  "$type": "color",
11235
- "comment": "Used for an icon associated with danger or critical feedback."
11360
+ "comment": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention."
11236
11361
  },
11237
11362
  "name": "FEEDBACK_DANGER_ICON_COLOR",
11238
11363
  "attributes": {},