@gitlab/ui 126.1.0 → 126.1.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.
@@ -35465,7 +35465,7 @@
35465
35465
  "filePath": "src/tokens/semantic/control.tokens.json",
35466
35466
  "isSource": true,
35467
35467
  "original": {
35468
- "$value": "{color.red.300}",
35468
+ "$value": "{feedback.danger.border.color}",
35469
35469
  "$type": "color",
35470
35470
  "$description": "Used for invalid form control (input, textarea) border.",
35471
35471
  "$extensions": {
@@ -35863,6 +35863,40 @@
35863
35863
  ]
35864
35864
  }
35865
35865
  },
35866
+ "border": {
35867
+ "color": {
35868
+ "key": "{feedback.strong.border.color}",
35869
+ "$value": "#a4a3a8",
35870
+ "$type": "color",
35871
+ "$description": "Used for the border associated with strong feedback.",
35872
+ "$extensions": {
35873
+ "com.figma.scope": [
35874
+ "STROKE_COLOR"
35875
+ ]
35876
+ },
35877
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
35878
+ "isSource": true,
35879
+ "original": {
35880
+ "$value": "{color.neutral.300}",
35881
+ "$type": "color",
35882
+ "$description": "Used for the border associated with strong feedback.",
35883
+ "$extensions": {
35884
+ "com.figma.scope": [
35885
+ "STROKE_COLOR"
35886
+ ]
35887
+ },
35888
+ "key": "{feedback.strong.border.color}"
35889
+ },
35890
+ "name": "FEEDBACK_STRONG_BORDER_COLOR",
35891
+ "attributes": {},
35892
+ "path": [
35893
+ "feedback",
35894
+ "strong",
35895
+ "border",
35896
+ "color"
35897
+ ]
35898
+ }
35899
+ },
35866
35900
  "text": {
35867
35901
  "color": {
35868
35902
  "key": "{feedback.strong.text.color}",
@@ -36005,6 +36039,40 @@
36005
36039
  ]
36006
36040
  }
36007
36041
  },
36042
+ "border": {
36043
+ "color": {
36044
+ "key": "{feedback.neutral.border.color}",
36045
+ "$value": "#626168",
36046
+ "$type": "color",
36047
+ "$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
36048
+ "$extensions": {
36049
+ "com.figma.scope": [
36050
+ "STROKE_COLOR"
36051
+ ]
36052
+ },
36053
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36054
+ "isSource": true,
36055
+ "original": {
36056
+ "$value": "{color.neutral.600}",
36057
+ "$type": "color",
36058
+ "$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
36059
+ "$extensions": {
36060
+ "com.figma.scope": [
36061
+ "STROKE_COLOR"
36062
+ ]
36063
+ },
36064
+ "key": "{feedback.neutral.border.color}"
36065
+ },
36066
+ "name": "FEEDBACK_NEUTRAL_BORDER_COLOR",
36067
+ "attributes": {},
36068
+ "path": [
36069
+ "feedback",
36070
+ "neutral",
36071
+ "border",
36072
+ "color"
36073
+ ]
36074
+ }
36075
+ },
36008
36076
  "text": {
36009
36077
  "color": {
36010
36078
  "key": "{feedback.neutral.text.color}",
@@ -36113,6 +36181,40 @@
36113
36181
  ]
36114
36182
  }
36115
36183
  },
36184
+ "border": {
36185
+ "color": {
36186
+ "key": "{feedback.info.border.color}",
36187
+ "$value": "#2f68b4",
36188
+ "$type": "color",
36189
+ "$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
36190
+ "$extensions": {
36191
+ "com.figma.scope": [
36192
+ "STROKE_COLOR"
36193
+ ]
36194
+ },
36195
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36196
+ "isSource": true,
36197
+ "original": {
36198
+ "$value": "{color.blue.600}",
36199
+ "$type": "color",
36200
+ "$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
36201
+ "$extensions": {
36202
+ "com.figma.scope": [
36203
+ "STROKE_COLOR"
36204
+ ]
36205
+ },
36206
+ "key": "{feedback.info.border.color}"
36207
+ },
36208
+ "name": "FEEDBACK_INFO_BORDER_COLOR",
36209
+ "attributes": {},
36210
+ "path": [
36211
+ "feedback",
36212
+ "info",
36213
+ "border",
36214
+ "color"
36215
+ ]
36216
+ }
36217
+ },
36116
36218
  "text": {
36117
36219
  "color": {
36118
36220
  "key": "{feedback.info.text.color}",
@@ -36221,6 +36323,40 @@
36221
36323
  ]
36222
36324
  }
36223
36325
  },
36326
+ "border": {
36327
+ "color": {
36328
+ "key": "{feedback.success.border.color}",
36329
+ "$value": "#2f7549",
36330
+ "$type": "color",
36331
+ "$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
36332
+ "$extensions": {
36333
+ "com.figma.scope": [
36334
+ "STROKE_COLOR"
36335
+ ]
36336
+ },
36337
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36338
+ "isSource": true,
36339
+ "original": {
36340
+ "$value": "{color.green.600}",
36341
+ "$type": "color",
36342
+ "$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
36343
+ "$extensions": {
36344
+ "com.figma.scope": [
36345
+ "STROKE_COLOR"
36346
+ ]
36347
+ },
36348
+ "key": "{feedback.success.border.color}"
36349
+ },
36350
+ "name": "FEEDBACK_SUCCESS_BORDER_COLOR",
36351
+ "attributes": {},
36352
+ "path": [
36353
+ "feedback",
36354
+ "success",
36355
+ "border",
36356
+ "color"
36357
+ ]
36358
+ }
36359
+ },
36224
36360
  "text": {
36225
36361
  "color": {
36226
36362
  "key": "{feedback.success.text.color}",
@@ -36329,6 +36465,40 @@
36329
36465
  ]
36330
36466
  }
36331
36467
  },
36468
+ "border": {
36469
+ "color": {
36470
+ "key": "{feedback.warning.border.color}",
36471
+ "$value": "#995715",
36472
+ "$type": "color",
36473
+ "$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
36474
+ "$extensions": {
36475
+ "com.figma.scope": [
36476
+ "STROKE_COLOR"
36477
+ ]
36478
+ },
36479
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36480
+ "isSource": true,
36481
+ "original": {
36482
+ "$value": "{color.orange.600}",
36483
+ "$type": "color",
36484
+ "$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
36485
+ "$extensions": {
36486
+ "com.figma.scope": [
36487
+ "STROKE_COLOR"
36488
+ ]
36489
+ },
36490
+ "key": "{feedback.warning.border.color}"
36491
+ },
36492
+ "name": "FEEDBACK_WARNING_BORDER_COLOR",
36493
+ "attributes": {},
36494
+ "path": [
36495
+ "feedback",
36496
+ "warning",
36497
+ "border",
36498
+ "color"
36499
+ ]
36500
+ }
36501
+ },
36332
36502
  "text": {
36333
36503
  "color": {
36334
36504
  "key": "{feedback.warning.text.color}",
@@ -36437,6 +36607,40 @@
36437
36607
  ]
36438
36608
  }
36439
36609
  },
36610
+ "border": {
36611
+ "color": {
36612
+ "key": "{feedback.danger.border.color}",
36613
+ "$value": "#f6806d",
36614
+ "$type": "color",
36615
+ "$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
36616
+ "$extensions": {
36617
+ "com.figma.scope": [
36618
+ "STROKE_COLOR"
36619
+ ]
36620
+ },
36621
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36622
+ "isSource": true,
36623
+ "original": {
36624
+ "$value": "{color.red.300}",
36625
+ "$type": "color",
36626
+ "$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
36627
+ "$extensions": {
36628
+ "com.figma.scope": [
36629
+ "STROKE_COLOR"
36630
+ ]
36631
+ },
36632
+ "key": "{feedback.danger.border.color}"
36633
+ },
36634
+ "name": "FEEDBACK_DANGER_BORDER_COLOR",
36635
+ "attributes": {},
36636
+ "path": [
36637
+ "feedback",
36638
+ "danger",
36639
+ "border",
36640
+ "color"
36641
+ ]
36642
+ }
36643
+ },
36440
36644
  "text": {
36441
36645
  "color": {
36442
36646
  "key": "{feedback.danger.text.color}",
@@ -35465,7 +35465,7 @@
35465
35465
  "filePath": "src/tokens/semantic/control.tokens.json",
35466
35466
  "isSource": true,
35467
35467
  "original": {
35468
- "$value": "{color.red.500}",
35468
+ "$value": "{feedback.danger.border.color}",
35469
35469
  "$type": "color",
35470
35470
  "$description": "Used for invalid form control (input, textarea) border.",
35471
35471
  "$extensions": {
@@ -35863,6 +35863,40 @@
35863
35863
  ]
35864
35864
  }
35865
35865
  },
35866
+ "border": {
35867
+ "color": {
35868
+ "key": "{feedback.strong.border.color}",
35869
+ "$value": "#050506",
35870
+ "$type": "color",
35871
+ "$description": "Used for the border associated with strong feedback.",
35872
+ "$extensions": {
35873
+ "com.figma.scope": [
35874
+ "STROKE_COLOR"
35875
+ ]
35876
+ },
35877
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
35878
+ "isSource": true,
35879
+ "original": {
35880
+ "$value": "{color.neutral.1000}",
35881
+ "$type": "color",
35882
+ "$description": "Used for the border associated with strong feedback.",
35883
+ "$extensions": {
35884
+ "com.figma.scope": [
35885
+ "STROKE_COLOR"
35886
+ ]
35887
+ },
35888
+ "key": "{feedback.strong.border.color}"
35889
+ },
35890
+ "name": "FEEDBACK_STRONG_BORDER_COLOR",
35891
+ "attributes": {},
35892
+ "path": [
35893
+ "feedback",
35894
+ "strong",
35895
+ "border",
35896
+ "color"
35897
+ ]
35898
+ }
35899
+ },
35866
35900
  "text": {
35867
35901
  "color": {
35868
35902
  "key": "{feedback.strong.text.color}",
@@ -36005,6 +36039,40 @@
36005
36039
  ]
36006
36040
  }
36007
36041
  },
36042
+ "border": {
36043
+ "color": {
36044
+ "key": "{feedback.neutral.border.color}",
36045
+ "$value": "#bfbfc3",
36046
+ "$type": "color",
36047
+ "$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
36048
+ "$extensions": {
36049
+ "com.figma.scope": [
36050
+ "STROKE_COLOR"
36051
+ ]
36052
+ },
36053
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36054
+ "isSource": true,
36055
+ "original": {
36056
+ "$value": "{color.neutral.200}",
36057
+ "$type": "color",
36058
+ "$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
36059
+ "$extensions": {
36060
+ "com.figma.scope": [
36061
+ "STROKE_COLOR"
36062
+ ]
36063
+ },
36064
+ "key": "{feedback.neutral.border.color}"
36065
+ },
36066
+ "name": "FEEDBACK_NEUTRAL_BORDER_COLOR",
36067
+ "attributes": {},
36068
+ "path": [
36069
+ "feedback",
36070
+ "neutral",
36071
+ "border",
36072
+ "color"
36073
+ ]
36074
+ }
36075
+ },
36008
36076
  "text": {
36009
36077
  "color": {
36010
36078
  "key": "{feedback.neutral.text.color}",
@@ -36113,6 +36181,40 @@
36113
36181
  ]
36114
36182
  }
36115
36183
  },
36184
+ "border": {
36185
+ "color": {
36186
+ "key": "{feedback.info.border.color}",
36187
+ "$value": "#9dc7f1",
36188
+ "$type": "color",
36189
+ "$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
36190
+ "$extensions": {
36191
+ "com.figma.scope": [
36192
+ "STROKE_COLOR"
36193
+ ]
36194
+ },
36195
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36196
+ "isSource": true,
36197
+ "original": {
36198
+ "$value": "{color.blue.200}",
36199
+ "$type": "color",
36200
+ "$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
36201
+ "$extensions": {
36202
+ "com.figma.scope": [
36203
+ "STROKE_COLOR"
36204
+ ]
36205
+ },
36206
+ "key": "{feedback.info.border.color}"
36207
+ },
36208
+ "name": "FEEDBACK_INFO_BORDER_COLOR",
36209
+ "attributes": {},
36210
+ "path": [
36211
+ "feedback",
36212
+ "info",
36213
+ "border",
36214
+ "color"
36215
+ ]
36216
+ }
36217
+ },
36116
36218
  "text": {
36117
36219
  "color": {
36118
36220
  "key": "{feedback.info.text.color}",
@@ -36221,6 +36323,40 @@
36221
36323
  ]
36222
36324
  }
36223
36325
  },
36326
+ "border": {
36327
+ "color": {
36328
+ "key": "{feedback.success.border.color}",
36329
+ "$value": "#91d4a8",
36330
+ "$type": "color",
36331
+ "$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
36332
+ "$extensions": {
36333
+ "com.figma.scope": [
36334
+ "STROKE_COLOR"
36335
+ ]
36336
+ },
36337
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36338
+ "isSource": true,
36339
+ "original": {
36340
+ "$value": "{color.green.200}",
36341
+ "$type": "color",
36342
+ "$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
36343
+ "$extensions": {
36344
+ "com.figma.scope": [
36345
+ "STROKE_COLOR"
36346
+ ]
36347
+ },
36348
+ "key": "{feedback.success.border.color}"
36349
+ },
36350
+ "name": "FEEDBACK_SUCCESS_BORDER_COLOR",
36351
+ "attributes": {},
36352
+ "path": [
36353
+ "feedback",
36354
+ "success",
36355
+ "border",
36356
+ "color"
36357
+ ]
36358
+ }
36359
+ },
36224
36360
  "text": {
36225
36361
  "color": {
36226
36362
  "key": "{feedback.success.text.color}",
@@ -36329,6 +36465,40 @@
36329
36465
  ]
36330
36466
  }
36331
36467
  },
36468
+ "border": {
36469
+ "color": {
36470
+ "key": "{feedback.warning.border.color}",
36471
+ "$value": "#e9be74",
36472
+ "$type": "color",
36473
+ "$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
36474
+ "$extensions": {
36475
+ "com.figma.scope": [
36476
+ "STROKE_COLOR"
36477
+ ]
36478
+ },
36479
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36480
+ "isSource": true,
36481
+ "original": {
36482
+ "$value": "{color.orange.200}",
36483
+ "$type": "color",
36484
+ "$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
36485
+ "$extensions": {
36486
+ "com.figma.scope": [
36487
+ "STROKE_COLOR"
36488
+ ]
36489
+ },
36490
+ "key": "{feedback.warning.border.color}"
36491
+ },
36492
+ "name": "FEEDBACK_WARNING_BORDER_COLOR",
36493
+ "attributes": {},
36494
+ "path": [
36495
+ "feedback",
36496
+ "warning",
36497
+ "border",
36498
+ "color"
36499
+ ]
36500
+ }
36501
+ },
36332
36502
  "text": {
36333
36503
  "color": {
36334
36504
  "key": "{feedback.warning.text.color}",
@@ -36437,6 +36607,40 @@
36437
36607
  ]
36438
36608
  }
36439
36609
  },
36610
+ "border": {
36611
+ "color": {
36612
+ "key": "{feedback.danger.border.color}",
36613
+ "$value": "#dd2b0e",
36614
+ "$type": "color",
36615
+ "$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
36616
+ "$extensions": {
36617
+ "com.figma.scope": [
36618
+ "STROKE_COLOR"
36619
+ ]
36620
+ },
36621
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
36622
+ "isSource": true,
36623
+ "original": {
36624
+ "$value": "{color.red.500}",
36625
+ "$type": "color",
36626
+ "$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
36627
+ "$extensions": {
36628
+ "com.figma.scope": [
36629
+ "STROKE_COLOR"
36630
+ ]
36631
+ },
36632
+ "key": "{feedback.danger.border.color}"
36633
+ },
36634
+ "name": "FEEDBACK_DANGER_BORDER_COLOR",
36635
+ "attributes": {},
36636
+ "path": [
36637
+ "feedback",
36638
+ "danger",
36639
+ "border",
36640
+ "color"
36641
+ ]
36642
+ }
36643
+ },
36440
36644
  "text": {
36441
36645
  "color": {
36442
36646
  "key": "{feedback.danger.text.color}",
@@ -931,29 +931,34 @@ $gl-control-border-color-default: $gl-color-neutral-500; // Used for form contro
931
931
  $gl-control-border-color-hover: $gl-color-neutral-300; // Used for form control (input, radio button, checkbox, textarea) border on hover.
932
932
  $gl-control-border-color-focus: $gl-color-neutral-50; // Used for form control (input, radio button, checkbox, textarea) border on focus.
933
933
  $gl-control-border-color-disabled: $gl-color-neutral-800; // Used for disabled form control (input, radio button, checkbox, textarea) border.
934
- $gl-control-border-color-error: $gl-color-red-300; // Used for invalid form control (input, textarea) border.
935
934
  $gl-control-border-color-selected-default: $gl-color-blue-400; // Used for checked and indeterminate (selected) form control (checkbox, radio button) border.
936
935
  $gl-control-border-color-selected-hover: $gl-color-blue-200; // Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.
937
936
  $gl-control-border-color-selected-focus: $gl-color-blue-200; // Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.
938
937
  $gl-control-indicator-color-selected: $gl-color-neutral-950; // Used for checkbox and radio button state indicators.
939
938
  $gl-control-indicator-color-disabled: $gl-color-neutral-400; // Used for disabled checkbox and radio button state indicators.
940
939
  $gl-feedback-strong-background-color: $gl-color-neutral-800; // Used for a background associated with strong feedback like a tooltip or toast message.
940
+ $gl-feedback-strong-border-color: $gl-color-neutral-300; // Used for the border associated with strong feedback.
941
941
  $gl-feedback-strong-text-color: $gl-color-neutral-0; // Used for text on a strong feedback background.
942
942
  $gl-feedback-strong-icon-color: $gl-color-neutral-0; // Used for an icon on a strong feedback background.
943
943
  $gl-feedback-strong-link-color: $gl-color-blue-300; // Used for a link on a strong feedback background.
944
944
  $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.
945
+ $gl-feedback-neutral-border-color: $gl-color-neutral-600; // Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.
945
946
  $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.
946
947
  $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.
947
948
  $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.
949
+ $gl-feedback-info-border-color: $gl-color-blue-600; // Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
948
950
  $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.
949
951
  $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.
950
952
  $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.
953
+ $gl-feedback-success-border-color: $gl-color-green-600; // Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.
951
954
  $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.
952
955
  $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.
953
956
  $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.
957
+ $gl-feedback-warning-border-color: $gl-color-orange-600; // Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.
954
958
  $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.
955
959
  $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.
956
960
  $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.
961
+ $gl-feedback-danger-border-color: $gl-color-red-300; // Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
957
962
  $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.
958
963
  $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.
959
964
  $gl-focus-ring-outer-color: $gl-color-blue-400; // Used for the outer color portion of the focus ring.
@@ -1210,6 +1215,7 @@ $gl-action-strong-confirm-foreground-color-hover: $gl-action-strong-confirm-fore
1210
1215
  $gl-action-strong-confirm-border-color-hover: $gl-action-strong-confirm-border-color-default; // Used for the border of a strong confirm action in the hover state.
1211
1216
  $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.
1212
1217
  $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.
1218
+ $gl-control-border-color-error: $gl-feedback-danger-border-color; // Used for invalid form control (input, textarea) border.
1213
1219
  $gl-control-border-radius: $gl-border-radius-lg; // Used for form control (input, radio button, checkbox, textarea) default border radius.
1214
1220
  $gl-control-text-color-error: $gl-text-color-danger; // Used for the helper text when the input is invalid.
1215
1221
  $gl-control-text-color-valid: $gl-text-color-success; // Used for the helper text when the input is valid.
@@ -914,29 +914,34 @@ $gl-control-border-color-default: $gl-color-neutral-400; // Used for form contro
914
914
  $gl-control-border-color-hover: $gl-color-neutral-600; // Used for form control (input, radio button, checkbox, textarea) border on hover.
915
915
  $gl-control-border-color-focus: $gl-color-neutral-900; // Used for form control (input, radio button, checkbox, textarea) border on focus.
916
916
  $gl-control-border-color-disabled: $gl-color-neutral-100; // Used for disabled form control (input, radio button, checkbox, textarea) border.
917
- $gl-control-border-color-error: $gl-color-red-500; // Used for invalid form control (input, textarea) border.
918
917
  $gl-control-border-color-selected-default: $gl-color-blue-500; // Used for checked and indeterminate (selected) form control (checkbox, radio button) border.
919
918
  $gl-control-border-color-selected-hover: $gl-color-blue-700; // Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.
920
919
  $gl-control-border-color-selected-focus: $gl-color-blue-700; // Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.
921
920
  $gl-control-indicator-color-selected: $gl-color-neutral-0; // Used for checkbox and radio button state indicators.
922
921
  $gl-control-indicator-color-disabled: $gl-color-neutral-500; // Used for disabled checkbox and radio button state indicators.
923
922
  $gl-feedback-strong-background-color: $gl-color-neutral-800; // Used for a background associated with strong feedback like a tooltip or toast message.
923
+ $gl-feedback-strong-border-color: $gl-color-neutral-1000; // Used for the border associated with strong feedback.
924
924
  $gl-feedback-strong-text-color: $gl-color-neutral-0; // Used for text on a strong feedback background.
925
925
  $gl-feedback-strong-icon-color: $gl-color-neutral-0; // Used for an icon on a strong feedback background.
926
926
  $gl-feedback-strong-link-color: $gl-color-blue-300; // Used for a link on a strong feedback background.
927
927
  $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.
928
+ $gl-feedback-neutral-border-color: $gl-color-neutral-200; // Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.
928
929
  $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.
929
930
  $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.
930
931
  $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.
932
+ $gl-feedback-info-border-color: $gl-color-blue-200; // Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.
931
933
  $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.
932
934
  $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.
933
935
  $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.
936
+ $gl-feedback-success-border-color: $gl-color-green-200; // Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.
934
937
  $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.
935
938
  $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.
936
939
  $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.
940
+ $gl-feedback-warning-border-color: $gl-color-orange-200; // Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.
937
941
  $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.
938
942
  $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.
939
943
  $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.
944
+ $gl-feedback-danger-border-color: $gl-color-red-500; // Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.
940
945
  $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.
941
946
  $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.
942
947
  $gl-focus-ring-outer-color: $gl-color-blue-500; // Used for the outer color portion of the focus ring.
@@ -1204,6 +1209,7 @@ $gl-action-strong-confirm-border-color-hover: $gl-action-strong-confirm-border-c
1204
1209
  $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.
1205
1210
  $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.
1206
1211
  $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.
1212
+ $gl-control-border-color-error: $gl-feedback-danger-border-color; // Used for invalid form control (input, textarea) border.
1207
1213
  $gl-control-border-radius: $gl-border-radius-lg; // Used for form control (input, radio button, checkbox, textarea) default border radius.
1208
1214
  $gl-control-text-color-error: $gl-text-color-danger; // Used for the helper text when the input is invalid.
1209
1215
  $gl-control-text-color-valid: $gl-text-color-success; // Used for the helper text when the input is valid.
@@ -1094,22 +1094,28 @@ $gl-control-indicator-color-selected: var(--gl-control-indicator-color-selected)
1094
1094
  $gl-control-indicator-color-disabled: var(--gl-control-indicator-color-disabled);
1095
1095
  $gl-feedback-border-radius: var(--gl-feedback-border-radius);
1096
1096
  $gl-feedback-strong-background-color: var(--gl-feedback-strong-background-color);
1097
+ $gl-feedback-strong-border-color: var(--gl-feedback-strong-border-color);
1097
1098
  $gl-feedback-strong-text-color: var(--gl-feedback-strong-text-color);
1098
1099
  $gl-feedback-strong-icon-color: var(--gl-feedback-strong-icon-color);
1099
1100
  $gl-feedback-strong-link-color: var(--gl-feedback-strong-link-color);
1100
1101
  $gl-feedback-neutral-background-color: var(--gl-feedback-neutral-background-color);
1102
+ $gl-feedback-neutral-border-color: var(--gl-feedback-neutral-border-color);
1101
1103
  $gl-feedback-neutral-text-color: var(--gl-feedback-neutral-text-color);
1102
1104
  $gl-feedback-neutral-icon-color: var(--gl-feedback-neutral-icon-color);
1103
1105
  $gl-feedback-info-background-color: var(--gl-feedback-info-background-color);
1106
+ $gl-feedback-info-border-color: var(--gl-feedback-info-border-color);
1104
1107
  $gl-feedback-info-text-color: var(--gl-feedback-info-text-color);
1105
1108
  $gl-feedback-info-icon-color: var(--gl-feedback-info-icon-color);
1106
1109
  $gl-feedback-success-background-color: var(--gl-feedback-success-background-color);
1110
+ $gl-feedback-success-border-color: var(--gl-feedback-success-border-color);
1107
1111
  $gl-feedback-success-text-color: var(--gl-feedback-success-text-color);
1108
1112
  $gl-feedback-success-icon-color: var(--gl-feedback-success-icon-color);
1109
1113
  $gl-feedback-warning-background-color: var(--gl-feedback-warning-background-color);
1114
+ $gl-feedback-warning-border-color: var(--gl-feedback-warning-border-color);
1110
1115
  $gl-feedback-warning-text-color: var(--gl-feedback-warning-text-color);
1111
1116
  $gl-feedback-warning-icon-color: var(--gl-feedback-warning-icon-color);
1112
1117
  $gl-feedback-danger-background-color: var(--gl-feedback-danger-background-color);
1118
+ $gl-feedback-danger-border-color: var(--gl-feedback-danger-border-color);
1113
1119
  $gl-feedback-danger-text-color: var(--gl-feedback-danger-text-color);
1114
1120
  $gl-feedback-danger-icon-color: var(--gl-feedback-danger-icon-color);
1115
1121
  $gl-focus-ring-outer-color: var(--gl-focus-ring-outer-color);
@@ -329,6 +329,14 @@ const feedbackBackgroundColors = {
329
329
  'feedback-warning': 'var(--gl-feedback-warning-background-color)',
330
330
  'feedback-danger': 'var(--gl-feedback-danger-background-color)',
331
331
  };
332
+ const feedbackBorderColors = {
333
+ 'feedback-strong': 'var(--gl-feedback-strong-border-color)',
334
+ 'feedback-neutral': 'var(--gl-feedback-neutral-border-color)',
335
+ 'feedback-info': 'var(--gl-feedback-info-border-color)',
336
+ 'feedback-success': 'var(--gl-feedback-success-border-color)',
337
+ 'feedback-warning': 'var(--gl-feedback-warning-border-color)',
338
+ 'feedback-danger': 'var(--gl-feedback-danger-border-color)',
339
+ };
332
340
  const feedbackTextColors = {
333
341
  'feedback-strong': 'var(--gl-feedback-strong-text-color)',
334
342
  'feedback-neutral': 'var(--gl-feedback-neutral-text-color)',
@@ -504,6 +512,7 @@ const backgroundColor = {
504
512
  const borderColor = {
505
513
  ...colors,
506
514
  ...borderColors,
515
+ ...feedbackBorderColors,
507
516
  dropdown: 'var(--gl-dropdown-border-color)',
508
517
  'dropdown-divider': 'var(--gl-dropdown-divider-color)',
509
518
  control: {