@gitlab/ui 91.3.0 → 91.5.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.
@@ -6359,10 +6359,7 @@
6359
6359
  "filePath": "src/tokens/contextual/alert.tokens.json",
6360
6360
  "isSource": true,
6361
6361
  "original": {
6362
- "value": {
6363
- "default": "{color.alpha.0}",
6364
- "dark": "{color.neutral.800}"
6365
- },
6362
+ "value": "{color.alpha.0}",
6366
6363
  "$type": "color",
6367
6364
  "comment": "Used for the border bottom color of a neutral alert."
6368
6365
  },
@@ -6465,10 +6462,7 @@
6465
6462
  "filePath": "src/tokens/contextual/alert.tokens.json",
6466
6463
  "isSource": true,
6467
6464
  "original": {
6468
- "value": {
6469
- "default": "{color.alpha.0}",
6470
- "dark": "{color.neutral.800}"
6471
- },
6465
+ "value": "{color.alpha.0}",
6472
6466
  "$type": "color",
6473
6467
  "comment": "Used for the border bottom color of an info alert."
6474
6468
  },
@@ -6571,10 +6565,7 @@
6571
6565
  "filePath": "src/tokens/contextual/alert.tokens.json",
6572
6566
  "isSource": true,
6573
6567
  "original": {
6574
- "value": {
6575
- "default": "{color.alpha.0}",
6576
- "dark": "{color.neutral.800}"
6577
- },
6568
+ "value": "{color.alpha.0}",
6578
6569
  "$type": "color",
6579
6570
  "comment": "Used for the border bottom color of a success alert."
6580
6571
  },
@@ -6677,10 +6668,7 @@
6677
6668
  "filePath": "src/tokens/contextual/alert.tokens.json",
6678
6669
  "isSource": true,
6679
6670
  "original": {
6680
- "value": {
6681
- "default": "{color.alpha.0}",
6682
- "dark": "{color.neutral.800}"
6683
- },
6671
+ "value": "{color.alpha.0}",
6684
6672
  "$type": "color",
6685
6673
  "comment": "Used for the border bottom color of a warning alert."
6686
6674
  },
@@ -6783,10 +6771,7 @@
6783
6771
  "filePath": "src/tokens/contextual/alert.tokens.json",
6784
6772
  "isSource": true,
6785
6773
  "original": {
6786
- "value": {
6787
- "default": "{color.alpha.0}",
6788
- "dark": "{color.neutral.800}"
6789
- },
6774
+ "value": "{color.alpha.0}",
6790
6775
  "$type": "color",
6791
6776
  "comment": "Used for the border bottom color of a danger alert."
6792
6777
  },
@@ -664,15 +664,15 @@ $gl-avatar-fallback-text-color-purple: $gl-color-purple-200; // Purple text colo
664
664
  $gl-avatar-fallback-text-color-red: $gl-color-red-200; // Red text color for avatar fallback with no particular meaning.
665
665
  $gl-avatar-border-color-hover: $gl-color-alpha-light-24; // Used to increase the edge definition of an avatar in the hover state.
666
666
  $gl-avatar-border-color-default: $gl-color-alpha-light-8; // Used to define the edge of an avatar.
667
- $gl-alert-danger-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of a danger alert.
667
+ $gl-alert-danger-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a danger alert.
668
668
  $gl-alert-danger-border-top-color: $gl-color-red-400; // Used for the border color of a danger alert.
669
- $gl-alert-warning-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of a warning alert.
669
+ $gl-alert-warning-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a warning alert.
670
670
  $gl-alert-warning-border-top-color: $gl-color-orange-400; // Used for the border color of a warning alert.
671
- $gl-alert-success-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of a success alert.
671
+ $gl-alert-success-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a success alert.
672
672
  $gl-alert-success-border-top-color: $gl-color-green-400; // Used for the border color of a success alert.
673
- $gl-alert-info-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of an info alert.
673
+ $gl-alert-info-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of an info alert.
674
674
  $gl-alert-info-border-top-color: $gl-color-blue-400; // Used for the border color of an info alert.
675
- $gl-alert-neutral-border-bottom-color: $gl-color-neutral-800; // Used for the border bottom color of a neutral alert.
675
+ $gl-alert-neutral-border-bottom-color: $gl-color-alpha-0; // Used for the border bottom color of a neutral alert.
676
676
  $gl-alert-neutral-border-top-color: $gl-color-neutral-400; // Used for the border center color of a neutral alert.
677
677
  $gl-border-color-transparent: $gl-color-alpha-0; // Used when a border needs to be present, but not visibly perceived.
678
678
  $gl-border-color-strong: $gl-color-neutral-400; // Used for a distinct border that emphasizes an edge or boundaries.
@@ -34,10 +34,7 @@
34
34
  },
35
35
  "bottom": {
36
36
  "color": {
37
- "$value": {
38
- "default": "{color.alpha.0}",
39
- "dark": "{color.neutral.800}"
40
- },
37
+ "$value": "{color.alpha.0}",
41
38
  "$type": "color",
42
39
  "$description": "Used for the border bottom color of a neutral alert."
43
40
  }
@@ -78,10 +75,7 @@
78
75
  },
79
76
  "bottom": {
80
77
  "color": {
81
- "$value": {
82
- "default": "{color.alpha.0}",
83
- "dark": "{color.neutral.800}"
84
- },
78
+ "$value": "{color.alpha.0}",
85
79
  "$type": "color",
86
80
  "$description": "Used for the border bottom color of an info alert."
87
81
  }
@@ -122,10 +116,7 @@
122
116
  },
123
117
  "bottom": {
124
118
  "color": {
125
- "$value": {
126
- "default": "{color.alpha.0}",
127
- "dark": "{color.neutral.800}"
128
- },
119
+ "$value": "{color.alpha.0}",
129
120
  "$type": "color",
130
121
  "$description": "Used for the border bottom color of a success alert."
131
122
  }
@@ -166,10 +157,7 @@
166
157
  },
167
158
  "bottom": {
168
159
  "color": {
169
- "$value": {
170
- "default": "{color.alpha.0}",
171
- "dark": "{color.neutral.800}"
172
- },
160
+ "$value": "{color.alpha.0}",
173
161
  "$type": "color",
174
162
  "$description": "Used for the border bottom color of a warning alert."
175
163
  }
@@ -210,10 +198,7 @@
210
198
  },
211
199
  "bottom": {
212
200
  "color": {
213
- "$value": {
214
- "default": "{color.alpha.0}",
215
- "dark": "{color.neutral.800}"
216
- },
201
+ "$value": "{color.alpha.0}",
217
202
  "$type": "color",
218
203
  "$description": "Used for the border bottom color of a danger alert."
219
204
  }
package/translations.js CHANGED
@@ -1,8 +1,12 @@
1
1
  /* eslint-disable import/no-default-export */
2
2
  export default {
3
3
  'ClearIconButton.title': 'Clear',
4
+ 'CloseButton.title': 'Close',
4
5
  'DuoChatContextItemPopover.DisabledReason': 'This item is disabled',
6
+ 'GlAlert.closeButtonTitle': 'Dismiss',
7
+ 'GlBanner.closeButtonTitle': 'Dismiss',
5
8
  'GlBreadcrumb.showMoreLabel': 'Show more breadcrumbs',
9
+ 'GlBroadcastMessage.closeButtonTitle': 'Dismiss',
6
10
  'GlCollapsibleListbox.srOnlyResultsLabel': null,
7
11
  'GlDuoChatMessage.SelectedContextItemsTitleAssistantMessage': null,
8
12
  'GlDuoChatMessage.SelectedContextItemsTitleUserMessage': null,
@@ -21,6 +25,7 @@ export default {
21
25
  'GlKeysetPagination.navigationLabel': 'Pagination',
22
26
  'GlKeysetPagination.nextText': 'Next',
23
27
  'GlKeysetPagination.prevText': 'Previous',
28
+ 'GlModal.closeButtonTitle': 'Close',
24
29
  'GlPagination.labelFirstPage': 'Go to first page',
25
30
  'GlPagination.labelLastPage': 'Go to last page',
26
31
  'GlPagination.labelNextPage': 'Go to next page',
@@ -32,4 +37,5 @@ export default {
32
37
  'GlSearchBoxByType.input.placeholder': 'Search',
33
38
  'GlSorting.sortAscending': 'Sort direction: ascending',
34
39
  'GlSorting.sortDescending': 'Sort direction: descending',
40
+ 'GlToken.closeButtonTitle': 'Remove',
35
41
  };