@gitlab/ui 89.5.0 → 89.7.0

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/daterange_picker/daterange_picker.js +1 -1
  3. package/dist/components/experimental/duo/chat/duo_chat.js +1 -3
  4. package/dist/index.css +2 -2
  5. package/dist/index.css.map +1 -1
  6. package/dist/tokens/build/js/tokens.dark.js +26 -4
  7. package/dist/tokens/build/js/tokens.js +25 -3
  8. package/dist/tokens/css/tokens.css +24 -2
  9. package/dist/tokens/css/tokens.dark.css +25 -3
  10. package/dist/tokens/js/tokens.dark.js +25 -3
  11. package/dist/tokens/js/tokens.js +24 -2
  12. package/dist/tokens/json/tokens.dark.json +601 -12
  13. package/dist/tokens/json/tokens.json +600 -11
  14. package/dist/tokens/scss/_tokens.dark.scss +25 -3
  15. package/dist/tokens/scss/_tokens.scss +24 -2
  16. package/dist/tokens/scss/_tokens_custom_properties.scss +22 -0
  17. package/package.json +2 -2
  18. package/src/components/base/alert/alert.scss +87 -41
  19. package/src/components/base/banner/banner.scss +1 -1
  20. package/src/components/base/daterange_picker/daterange_picker.scss +2 -6
  21. package/src/components/base/daterange_picker/daterange_picker.vue +8 -1
  22. package/src/components/base/tabs/tabs/tabs.scss +40 -26
  23. package/src/components/experimental/duo/chat/duo_chat.vue +4 -5
  24. package/src/scss/mixins.scss +24 -0
  25. package/src/tokens/build/css/tokens.css +24 -2
  26. package/src/tokens/build/css/tokens.dark.css +25 -3
  27. package/src/tokens/build/js/tokens.dark.js +25 -3
  28. package/src/tokens/build/js/tokens.js +24 -2
  29. package/src/tokens/build/json/tokens.dark.json +601 -12
  30. package/src/tokens/build/json/tokens.json +600 -11
  31. package/src/tokens/build/scss/_tokens.dark.scss +25 -3
  32. package/src/tokens/build/scss/_tokens.scss +24 -2
  33. package/src/tokens/build/scss/_tokens_custom_properties.scss +22 -0
  34. package/src/tokens/contextual/alert.tokens.json +224 -0
  35. package/src/tokens/contextual/banner.tokens.json +16 -6
  36. package/src/tokens/contextual/tabs.tokens.json +18 -0
  37. package/src/tokens/feedback.tokens.json +1 -1
@@ -469,7 +469,7 @@ $gl-feedback-success-text-color: $gl-color-green-200; // Used for the text of a
469
469
  $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.
470
470
  $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.
471
471
  $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.
472
- $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.
472
+ $gl-feedback-info-background-color: $gl-color-blue-950; // Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
473
473
  $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.
474
474
  $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.
475
475
  $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.
@@ -494,6 +494,7 @@ $gl-control-background-color-readonly: $gl-color-neutral-900; // Used for the ba
494
494
  $gl-control-background-color-concatenation: $gl-color-alpha-light-4; // Used for the background of static content that prepends or appends a text input.
495
495
  $gl-control-background-color-disabled: $gl-color-alpha-light-4; // Used for disabled form control (checkbox, input, radio button, textarea) background.
496
496
  $gl-control-background-color-default: $gl-color-alpha-dark-40; // Used for form control (input, radio button, checkbox, textarea) default background.
497
+ $gl-tab-selected-indicator-color-default: $gl-color-blue-400; // Used for the selected indicator of a tab.
497
498
  $gl-spinner-segment-color-light: $gl-color-neutral-200; // Used for the animated segment of a loading spinner on a dark background.
498
499
  $gl-spinner-segment-color-default: $gl-color-neutral-200; // Used for the animated segment of a loading spinner.
499
500
  $gl-spinner-track-color-light: $gl-color-neutral-800; // Used for the static track (background) of a loading spinner on a dark background.
@@ -566,8 +567,9 @@ $gl-button-default-primary-background-color-hover: $gl-color-neutral-900; // Use
566
567
  $gl-button-default-primary-background-color-default: $gl-color-neutral-900; // Used for the background of an default primary button in the default state.
567
568
  $gl-button-default-primary-foreground-color-default: $gl-color-neutral-50; // Used for the foreground of a default primary button in the default state.
568
569
  $gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
569
- $gl-banner-promo-background-color: $gl-color-neutral-900; // Used as background for the default banner type.
570
- $gl-banner-intro-border-color: $gl-color-blue-600; // Used to compliment the info banner.
570
+ $gl-banner-promo-border-color: $gl-color-purple-800; // Used for the border of a promo banner.
571
+ $gl-banner-promo-background-color: $gl-color-purple-950; // Used for the background of a promo banner.
572
+ $gl-banner-intro-border-color: $gl-color-blue-800; // Used for the border of an info banner.
571
573
  $gl-badge-tier-icon-color-active: $gl-color-purple-950; // Used for the icon of a tier related badge in the active state.
572
574
  $gl-badge-tier-icon-color-hover: $gl-color-purple-950; // Used for the icon of a tier related badge in the hover state.
573
575
  $gl-badge-tier-icon-color-default: $gl-color-purple-950; // Used for the icon of a tier related badge when static or the default state when linked.
@@ -660,6 +662,16 @@ $gl-avatar-fallback-text-color-purple: $gl-color-purple-200; // Purple text colo
660
662
  $gl-avatar-fallback-text-color-red: $gl-color-red-200; // Red text color for avatar fallback with no particular meaning.
661
663
  $gl-avatar-border-color-hover: $gl-color-alpha-light-24; // Used to increase the edge definition of an avatar in the hover state.
662
664
  $gl-avatar-border-color-default: $gl-color-alpha-light-8; // Used to define the edge of an avatar.
665
+ $gl-alert-danger-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of a danger alert.
666
+ $gl-alert-danger-border-top-color: $gl-color-red-400; // Used for the border color of a danger alert.
667
+ $gl-alert-warning-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of a warning alert.
668
+ $gl-alert-warning-border-top-color: $gl-color-orange-400; // Used for the border color of a warning alert.
669
+ $gl-alert-success-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of a success alert.
670
+ $gl-alert-success-border-top-color: $gl-color-green-400; // Used for the border color of a success alert.
671
+ $gl-alert-info-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of an info alert.
672
+ $gl-alert-info-border-top-color: $gl-color-blue-400; // Used for the border color of an info alert.
673
+ $gl-alert-neutral-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of a neutral alert.
674
+ $gl-alert-neutral-border-top-color: $gl-color-neutral-400; // Used for the border center color of a neutral alert.
663
675
  $gl-border-color-transparent: $gl-color-alpha-0; // Used when a border needs to be present, but not visibly perceived.
664
676
  $gl-border-color-strong: $gl-color-neutral-400; // Used for a distinct border that emphasizes an edge or boundaries.
665
677
  $gl-border-color-subtle: $gl-color-neutral-900; // Used for a subtle border in combination with the default background.
@@ -764,6 +776,16 @@ $gl-badge-neutral-background-color-hover: $gl-badge-neutral-background-color-def
764
776
  $gl-badge-muted-icon-color-focus: $gl-badge-muted-icon-color-hover; // Used for the icon of a muted badge in the focus state.
765
777
  $gl-badge-muted-text-color-focus: $gl-badge-muted-text-color-hover; // Used for the text of a muted badge in the focus state.
766
778
  $gl-badge-muted-background-color-hover: $gl-badge-muted-background-color-default; // Used for the background of a muted badge in the hover state.
779
+ $gl-alert-danger-background-color: $gl-background-color-subtle; // Used for the background color of a danger alert.
780
+ $gl-alert-danger-title-color: $gl-color-red-300; // Used for the title color of a danger alert.
781
+ $gl-alert-warning-background-color: $gl-background-color-subtle; // Used for the background color of a warning alert.
782
+ $gl-alert-warning-title-color: $gl-color-orange-300; // Used for the title color of a warning alert.
783
+ $gl-alert-success-background-color: $gl-background-color-subtle; // Used for the background color of a success alert.
784
+ $gl-alert-success-title-color: $gl-color-green-300; // Used for the title color of a success alert.
785
+ $gl-alert-info-background-color: $gl-background-color-subtle; // Used for the background color of an info alert.
786
+ $gl-alert-info-title-color: $gl-color-blue-300; // Used for the title color of an info alert.
787
+ $gl-alert-neutral-background-color: $gl-feedback-neutral-background-color; // Used for the background color of a neutral alert.
788
+ $gl-alert-neutral-title-color: $gl-text-color-heading; // Used for the title color of a neutral alert.
767
789
  $gl-action-strong-neutral-border-color-hover: $gl-action-strong-neutral-border-color-default; // Used for the border of a strong neutral action in the hover state.
768
790
  $gl-action-strong-neutral-foreground-color-hover: $gl-action-strong-neutral-foreground-color-default; // Used for the foreground of a strong neutral action in the hover state.
769
791
  $gl-action-strong-neutral-background-color-focus: $gl-action-strong-neutral-background-color-hover; // Used for the background of a strong neutral action in the focus state.
@@ -494,6 +494,7 @@ $gl-control-background-color-readonly: $gl-color-neutral-10; // Used for the bac
494
494
  $gl-control-background-color-concatenation: $gl-color-neutral-10; // Used for the background of static content that prepends or appends a text input.
495
495
  $gl-control-background-color-disabled: $gl-color-neutral-10; // Used for disabled form control (checkbox, input, radio button, textarea) background.
496
496
  $gl-control-background-color-default: $gl-color-neutral-0; // Used for form control (input, radio button, checkbox, textarea) default background.
497
+ $gl-tab-selected-indicator-color-default: $gl-color-blue-500; // Used for the selected indicator of a tab.
497
498
  $gl-spinner-segment-color-light: $gl-color-neutral-200; // Used for the animated segment of a loading spinner on a dark background.
498
499
  $gl-spinner-segment-color-default: $gl-color-neutral-700; // Used for the animated segment of a loading spinner.
499
500
  $gl-spinner-track-color-light: $gl-color-neutral-800; // Used for the static track (background) of a loading spinner on a dark background.
@@ -566,8 +567,9 @@ $gl-button-default-primary-background-color-hover: $gl-color-neutral-50; // Used
566
567
  $gl-button-default-primary-background-color-default: $gl-color-neutral-0; // Used for the background of an default primary button in the default state.
567
568
  $gl-button-default-primary-foreground-color-default: $gl-color-neutral-800; // Used for the foreground of a default primary button in the default state.
568
569
  $gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
569
- $gl-banner-promo-background-color: $gl-color-neutral-10; // Used as background for the default banner type.
570
- $gl-banner-intro-border-color: $gl-color-blue-300; // Used to compliment the info banner.
570
+ $gl-banner-promo-border-color: $gl-color-purple-100; // Used for the border of a promo banner.
571
+ $gl-banner-promo-background-color: $gl-color-purple-50; // Used for the background of a promo banner.
572
+ $gl-banner-intro-border-color: $gl-color-blue-100; // Used for the border of an info banner.
571
573
  $gl-badge-tier-icon-color-active: $gl-color-purple-900; // Used for the icon of a tier related badge in the active state.
572
574
  $gl-badge-tier-icon-color-hover: $gl-color-purple-800; // Used for the icon of a tier related badge in the hover state.
573
575
  $gl-badge-tier-icon-color-default: $gl-color-purple-700; // Used for the icon of a tier related badge when static or the default state when linked.
@@ -660,6 +662,16 @@ $gl-avatar-fallback-text-color-purple: $gl-color-purple-800; // Purple text colo
660
662
  $gl-avatar-fallback-text-color-red: $gl-color-red-800; // Red text color for avatar fallback with no particular meaning.
661
663
  $gl-avatar-border-color-hover: $gl-color-alpha-dark-24; // Used to increase the edge definition of an avatar in the hover state.
662
664
  $gl-avatar-border-color-default: $gl-color-alpha-dark-8; // Used to define the edge of an avatar.
665
+ $gl-alert-danger-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a danger alert.
666
+ $gl-alert-danger-border-top-color: $gl-color-alpha-0; // Used for the border color of a danger alert.
667
+ $gl-alert-warning-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a warning alert.
668
+ $gl-alert-warning-border-top-color: $gl-color-alpha-0; // Used for the border color of a warning alert.
669
+ $gl-alert-success-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a success alert.
670
+ $gl-alert-success-border-top-color: $gl-color-alpha-0; // Used for the border color of a success alert.
671
+ $gl-alert-info-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of an info alert.
672
+ $gl-alert-info-border-top-color: $gl-color-alpha-0; // Used for the border color of an info alert.
673
+ $gl-alert-neutral-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a neutral alert.
674
+ $gl-alert-neutral-border-top-color: $gl-color-alpha-0; // Used for the border center color of a neutral alert.
663
675
  $gl-border-color-transparent: $gl-color-alpha-0; // Used when a border needs to be present, but not visibly perceived.
664
676
  $gl-border-color-strong: $gl-color-neutral-400; // Used for a distinct border that emphasizes an edge or boundaries.
665
677
  $gl-border-color-subtle: $gl-color-neutral-50; // Used for a subtle border in combination with the default background.
@@ -764,6 +776,16 @@ $gl-badge-neutral-background-color-hover: $gl-badge-neutral-background-color-def
764
776
  $gl-badge-muted-icon-color-focus: $gl-badge-muted-icon-color-hover; // Used for the icon of a muted badge in the focus state.
765
777
  $gl-badge-muted-text-color-focus: $gl-badge-muted-text-color-hover; // Used for the text of a muted badge in the focus state.
766
778
  $gl-badge-muted-background-color-hover: $gl-badge-muted-background-color-default; // Used for the background of a muted badge in the hover state.
779
+ $gl-alert-danger-background-color: $gl-feedback-danger-background-color; // Used for the background color of a danger alert.
780
+ $gl-alert-danger-title-color: $gl-text-color-heading; // Used for the title color of a danger alert.
781
+ $gl-alert-warning-background-color: $gl-feedback-warning-background-color; // Used for the background color of a warning alert.
782
+ $gl-alert-warning-title-color: $gl-text-color-heading; // Used for the title color of a warning alert.
783
+ $gl-alert-success-background-color: $gl-feedback-success-background-color; // Used for the background color of a success alert.
784
+ $gl-alert-success-title-color: $gl-text-color-heading; // Used for the title color of a success alert.
785
+ $gl-alert-info-background-color: $gl-feedback-info-background-color; // Used for the background color of an info alert.
786
+ $gl-alert-info-title-color: $gl-text-color-heading; // Used for the title color of an info alert.
787
+ $gl-alert-neutral-background-color: $gl-feedback-neutral-background-color; // Used for the background color of a neutral alert.
788
+ $gl-alert-neutral-title-color: $gl-text-color-heading; // Used for the title color of a neutral alert.
767
789
  $gl-action-strong-neutral-border-color-hover: $gl-action-strong-neutral-border-color-default; // Used for the border of a strong neutral action in the hover state.
768
790
  $gl-action-strong-neutral-foreground-color-hover: $gl-action-strong-neutral-foreground-color-default; // Used for the foreground of a strong neutral action in the hover state.
769
791
  $gl-action-strong-neutral-background-color-focus: $gl-action-strong-neutral-background-color-hover; // Used for the background of a strong neutral action in the focus state.
@@ -301,6 +301,26 @@ $data-viz-orange-700: var(--data-viz-orange-700);
301
301
  $data-viz-orange-800: var(--data-viz-orange-800);
302
302
  $data-viz-orange-900: var(--data-viz-orange-900);
303
303
  $data-viz-orange-950: var(--data-viz-orange-950);
304
+ $gl-alert-neutral-title-color: var(--gl-alert-neutral-title-color);
305
+ $gl-alert-neutral-background-color: var(--gl-alert-neutral-background-color);
306
+ $gl-alert-neutral-border-top-color: var(--gl-alert-neutral-border-top-color);
307
+ $gl-alert-neutral-border-bottom-color: var(--gl-alert-neutral-border-bottom-color);
308
+ $gl-alert-info-title-color: var(--gl-alert-info-title-color);
309
+ $gl-alert-info-background-color: var(--gl-alert-info-background-color);
310
+ $gl-alert-info-border-top-color: var(--gl-alert-info-border-top-color);
311
+ $gl-alert-info-border-bottom-color: var(--gl-alert-info-border-bottom-color);
312
+ $gl-alert-success-title-color: var(--gl-alert-success-title-color);
313
+ $gl-alert-success-background-color: var(--gl-alert-success-background-color);
314
+ $gl-alert-success-border-top-color: var(--gl-alert-success-border-top-color);
315
+ $gl-alert-success-border-bottom-color: var(--gl-alert-success-border-bottom-color);
316
+ $gl-alert-warning-title-color: var(--gl-alert-warning-title-color);
317
+ $gl-alert-warning-background-color: var(--gl-alert-warning-background-color);
318
+ $gl-alert-warning-border-top-color: var(--gl-alert-warning-border-top-color);
319
+ $gl-alert-warning-border-bottom-color: var(--gl-alert-warning-border-bottom-color);
320
+ $gl-alert-danger-title-color: var(--gl-alert-danger-title-color);
321
+ $gl-alert-danger-background-color: var(--gl-alert-danger-background-color);
322
+ $gl-alert-danger-border-top-color: var(--gl-alert-danger-border-top-color);
323
+ $gl-alert-danger-border-bottom-color: var(--gl-alert-danger-border-bottom-color);
304
324
  $gl-avatar-border-color-default: var(--gl-avatar-border-color-default);
305
325
  $gl-avatar-border-color-hover: var(--gl-avatar-border-color-hover);
306
326
  $gl-avatar-fallback-text-color-red: var(--gl-avatar-fallback-text-color-red);
@@ -429,6 +449,7 @@ $gl-badge-tier-icon-color-focus: var(--gl-badge-tier-icon-color-focus);
429
449
  $gl-badge-tier-icon-color-active: var(--gl-badge-tier-icon-color-active);
430
450
  $gl-banner-intro-border-color: var(--gl-banner-intro-border-color);
431
451
  $gl-banner-promo-background-color: var(--gl-banner-promo-background-color);
452
+ $gl-banner-promo-border-color: var(--gl-banner-promo-border-color);
432
453
  $gl-breadcrumb-separator-color: var(--gl-breadcrumb-separator-color);
433
454
  $gl-button-default-primary-foreground-color-default: var(--gl-button-default-primary-foreground-color-default);
434
455
  $gl-button-default-primary-foreground-color-hover: var(--gl-button-default-primary-foreground-color-hover);
@@ -572,6 +593,7 @@ $gl-spinner-segment-color-default: var(--gl-spinner-segment-color-default);
572
593
  $gl-spinner-segment-color-light: var(--gl-spinner-segment-color-light);
573
594
  $gl-table-row-background-color-hover: var(--gl-table-row-background-color-hover);
574
595
  $gl-table-sorting-icon-color: var(--gl-table-sorting-icon-color);
596
+ $gl-tab-selected-indicator-color-default: var(--gl-tab-selected-indicator-color-default);
575
597
  $gl-control-background-color-default: var(--gl-control-background-color-default);
576
598
  $gl-control-background-color-disabled: var(--gl-control-background-color-disabled);
577
599
  $gl-control-background-color-concatenation: var(--gl-control-background-color-concatenation);
@@ -0,0 +1,224 @@
1
+ {
2
+ "alert": {
3
+ "neutral": {
4
+ "title": {
5
+ "color": {
6
+ "$value": {
7
+ "default": "{text.color.heading}",
8
+ "dark": "{text.color.heading}"
9
+ },
10
+ "$type": "color",
11
+ "$description": "Used for the title color of a neutral alert."
12
+ }
13
+ },
14
+ "background": {
15
+ "color": {
16
+ "$value": {
17
+ "default": "{feedback.neutral.background.color}",
18
+ "dark": "{background.color.subtle}"
19
+ },
20
+ "$type": "color",
21
+ "$description": "Used for the background color of a neutral alert."
22
+ }
23
+ },
24
+ "border": {
25
+ "top" : {
26
+ "color": {
27
+ "$value": {
28
+ "default": "{color.alpha.0}",
29
+ "dark": "{color.neutral.400}"
30
+ },
31
+ "$type": "color",
32
+ "$description": "Used for the border center color of a neutral alert."
33
+ }
34
+ },
35
+ "bottom": {
36
+ "color": {
37
+ "$value": {
38
+ "default": "{color.alpha.0}",
39
+ "dark": "{color.neutral.800}"
40
+ },
41
+ "$type": "color",
42
+ "$description": "Used for the border bottom color of a neutral alert."
43
+ }
44
+ }
45
+ }
46
+ },
47
+ "info": {
48
+ "title": {
49
+ "color": {
50
+ "$value": {
51
+ "default": "{text.color.heading}",
52
+ "dark": "{color.blue.300}"
53
+ },
54
+ "$type": "color",
55
+ "$description": "Used for the title color of an info alert."
56
+ }
57
+ },
58
+ "background": {
59
+ "color": {
60
+ "$value": {
61
+ "default": "{feedback.info.background.color}",
62
+ "dark": "{background.color.subtle}"
63
+ },
64
+ "$type": "color",
65
+ "$description": "Used for the background color of an info alert."
66
+ }
67
+ },
68
+ "border": {
69
+ "top": {
70
+ "color": {
71
+ "$value": {
72
+ "default": "{color.alpha.0}",
73
+ "dark": "{color.blue.400}"
74
+ },
75
+ "$type": "color",
76
+ "$description": "Used for the border color of an info alert."
77
+ }
78
+ },
79
+ "bottom": {
80
+ "color": {
81
+ "$value": {
82
+ "default": "{color.alpha.0}",
83
+ "dark": "{color.neutral.800}"
84
+ },
85
+ "$type": "color",
86
+ "$description": "Used for the border bottom color of an info alert."
87
+ }
88
+ }
89
+ }
90
+ },
91
+ "success": {
92
+ "title": {
93
+ "color": {
94
+ "$value": {
95
+ "default": "{text.color.heading}",
96
+ "dark": "{color.green.300}"
97
+ },
98
+ "$type": "color",
99
+ "$description": "Used for the title color of a success alert."
100
+ }
101
+ },
102
+ "background": {
103
+ "color": {
104
+ "$value": {
105
+ "default": "{feedback.success.background.color}",
106
+ "dark": "{background.color.subtle}"
107
+ },
108
+ "$type": "color",
109
+ "$description": "Used for the background color of a success alert."
110
+ }
111
+ },
112
+ "border": {
113
+ "top": {
114
+ "color": {
115
+ "$value": {
116
+ "default": "{color.alpha.0}",
117
+ "dark": "{color.green.400}"
118
+ },
119
+ "$type": "color",
120
+ "$description": "Used for the border color of a success alert."
121
+ }
122
+ },
123
+ "bottom": {
124
+ "color": {
125
+ "$value": {
126
+ "default": "{color.alpha.0}",
127
+ "dark": "{color.neutral.800}"
128
+ },
129
+ "$type": "color",
130
+ "$description": "Used for the border bottom color of a success alert."
131
+ }
132
+ }
133
+ }
134
+ },
135
+ "warning": {
136
+ "title": {
137
+ "color": {
138
+ "$value": {
139
+ "default": "{text.color.heading}",
140
+ "dark": "{color.orange.300}"
141
+ },
142
+ "$type": "color",
143
+ "$description": "Used for the title color of a warning alert."
144
+ }
145
+ },
146
+ "background": {
147
+ "color": {
148
+ "$value": {
149
+ "default": "{feedback.warning.background.color}",
150
+ "dark": "{background.color.subtle}"
151
+ },
152
+ "$type": "color",
153
+ "$description": "Used for the background color of a warning alert."
154
+ }
155
+ },
156
+ "border": {
157
+ "top": {
158
+ "color": {
159
+ "$value": {
160
+ "default": "{color.alpha.0}",
161
+ "dark": "{color.orange.400}"
162
+ },
163
+ "$type": "color",
164
+ "$description": "Used for the border color of a warning alert."
165
+ }
166
+ },
167
+ "bottom": {
168
+ "color": {
169
+ "$value": {
170
+ "default": "{color.alpha.0}",
171
+ "dark": "{color.neutral.800}"
172
+ },
173
+ "$type": "color",
174
+ "$description": "Used for the border bottom color of a warning alert."
175
+ }
176
+ }
177
+ }
178
+ },
179
+ "danger": {
180
+ "title": {
181
+ "color": {
182
+ "$value": {
183
+ "default": "{text.color.heading}",
184
+ "dark": "{color.red.300}"
185
+ },
186
+ "$type": "color",
187
+ "$description": "Used for the title color of a danger alert."
188
+ }
189
+ },
190
+ "background": {
191
+ "color": {
192
+ "$value": {
193
+ "default": "{feedback.danger.background.color}",
194
+ "dark": "{background.color.subtle}"
195
+ },
196
+ "$type": "color",
197
+ "$description": "Used for the background color of a danger alert."
198
+ }
199
+ },
200
+ "border": {
201
+ "top": {
202
+ "color": {
203
+ "$value": {
204
+ "default": "{color.alpha.0}",
205
+ "dark": "{color.red.400}"
206
+ },
207
+ "$type": "color",
208
+ "$description": "Used for the border color of a danger alert."
209
+ }
210
+ },
211
+ "bottom": {
212
+ "color": {
213
+ "$value": {
214
+ "default": "{color.alpha.0}",
215
+ "dark": "{color.neutral.800}"
216
+ },
217
+ "$type": "color",
218
+ "$description": "Used for the border bottom color of a danger alert."
219
+ }
220
+ }
221
+ }
222
+ }
223
+ }
224
+ }
@@ -4,11 +4,11 @@
4
4
  "border": {
5
5
  "color": {
6
6
  "$value": {
7
- "default": "{color.blue.300}",
8
- "dark": "{color.blue.600}"
7
+ "default": "{color.blue.100}",
8
+ "dark": "{color.blue.800}"
9
9
  },
10
10
  "$type": "color",
11
- "$description": "Used to compliment the info banner."
11
+ "$description": "Used for the border of an info banner."
12
12
  }
13
13
  }
14
14
  },
@@ -16,11 +16,21 @@
16
16
  "background": {
17
17
  "color": {
18
18
  "$value": {
19
- "default": "{color.neutral.10}",
20
- "dark": "{color.neutral.900}"
19
+ "default": "{color.purple.50}",
20
+ "dark": "{color.purple.950}"
21
21
  },
22
22
  "$type": "color",
23
- "$description": "Used as background for the default banner type."
23
+ "$description": "Used for the background of a promo banner."
24
+ }
25
+ },
26
+ "border": {
27
+ "color": {
28
+ "$value": {
29
+ "default": "{color.purple.100}",
30
+ "dark": "{color.purple.800}"
31
+ },
32
+ "$type": "color",
33
+ "$description": "Used for the border of a promo banner."
24
34
  }
25
35
  }
26
36
  }
@@ -0,0 +1,18 @@
1
+ {
2
+ "tab": {
3
+ "selected": {
4
+ "indicator": {
5
+ "color": {
6
+ "default": {
7
+ "$value": {
8
+ "default": "{color.blue.500}",
9
+ "dark": "{color.blue.400}"
10
+ },
11
+ "$type": "color",
12
+ "$description": "Used for the selected indicator of a tab."
13
+ }
14
+ }
15
+ }
16
+ }
17
+ }
18
+ }
@@ -79,7 +79,7 @@
79
79
  "color": {
80
80
  "$value": {
81
81
  "default": "{color.blue.50}",
82
- "dark": "{color.blue.900}"
82
+ "dark": "{color.blue.950}"
83
83
  },
84
84
  "$type": "color",
85
85
  "$description": "Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action."