@gitlab/ui 126.1.0 → 126.2.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.
@@ -933,31 +933,40 @@
933
933
  --gl-control-border-color-hover: var(--gl-color-neutral-300); /** Used for form control (input, radio button, checkbox, textarea) border on hover. */
934
934
  --gl-control-border-color-focus: var(--gl-color-neutral-50); /** Used for form control (input, radio button, checkbox, textarea) border on focus. */
935
935
  --gl-control-border-color-disabled: var(--gl-color-neutral-800); /** Used for disabled form control (input, radio button, checkbox, textarea) border. */
936
- --gl-control-border-color-error: var(--gl-color-red-300); /** Used for invalid form control (input, textarea) border. */
937
936
  --gl-control-border-color-selected-default: var(--gl-color-blue-400); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) border. */
938
937
  --gl-control-border-color-selected-hover: var(--gl-color-blue-200); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover. */
939
938
  --gl-control-border-color-selected-focus: var(--gl-color-blue-200); /** Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus. */
940
939
  --gl-control-indicator-color-selected: var(--gl-color-neutral-950); /** Used for checkbox and radio button state indicators. */
941
940
  --gl-control-indicator-color-disabled: var(--gl-color-neutral-400); /** Used for disabled checkbox and radio button state indicators. */
942
941
  --gl-feedback-strong-background-color: var(--gl-color-neutral-800); /** Used for a background associated with strong feedback like a tooltip or toast message. */
942
+ --gl-feedback-strong-border-color: var(--gl-color-neutral-300); /** Used for the border associated with strong feedback. */
943
943
  --gl-feedback-strong-text-color: var(--gl-color-neutral-0); /** Used for text on a strong feedback background. */
944
944
  --gl-feedback-strong-icon-color: var(--gl-color-neutral-0); /** Used for an icon on a strong feedback background. */
945
945
  --gl-feedback-strong-link-color: var(--gl-color-blue-300); /** Used for a link on a strong feedback background. */
946
946
  --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. */
947
+ --gl-feedback-neutral-border-color: var(--gl-color-neutral-600); /** Used for the border of a neutral feedback item when there isn't a specific meaning or urgency. */
947
948
  --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. */
948
949
  --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. */
949
950
  --gl-feedback-info-background-color: var(--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. */
951
+ --gl-feedback-info-border-color: var(--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. */
950
952
  --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. */
951
953
  --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. */
952
954
  --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. */
955
+ --gl-feedback-success-border-color: var(--gl-color-green-600); /** Used for the border of a success feedback item when confirming the successful completion of a user-initiated action. */
953
956
  --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. */
954
957
  --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. */
955
958
  --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. */
959
+ --gl-feedback-warning-border-color: var(--gl-color-orange-600); /** Used for the border of a warning feedback item when notifying about a potential issue or sensitive information. */
956
960
  --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. */
957
961
  --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. */
958
962
  --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. */
963
+ --gl-feedback-danger-border-color: var(--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. */
959
964
  --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. */
960
965
  --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. */
966
+ --gl-feedback-brand-background-color: var(--gl-color-purple-950); /** Used for the background of a brand-related feedback item when highlighting information that pertains to GitLab. */
967
+ --gl-feedback-brand-border-color: var(--gl-color-purple-600); /** Used for the border of a brand-related feedback item when highlighting information that pertains to GitLab. */
968
+ --gl-feedback-brand-text-color: var(--gl-color-purple-200); /** Used for the text of a brand-related feedback item when highlighting information that pertains to GitLab. */
969
+ --gl-feedback-brand-icon-color: var(--gl-color-purple-300); /** Used for the icon of a brand-related feedback item when highlighting information that pertains to GitLab. */
961
970
  --gl-focus-ring-outer-color: var(--gl-color-blue-400); /** Used for the outer color portion of the focus ring. */
962
971
  --gl-highlight-match-background-color: var(--gl-color-orange-200); /** Used for temporary visual emphasis of backgrounds of matched search terms, filtered results, or autocomplete suggestions without implying any particular state or meaning. */
963
972
  --gl-highlight-match-text-color: var(--gl-color-neutral-950); /** Used for text within temporarily highlighted matches to maintain readability while drawing attention without conveying status. */
@@ -1212,6 +1221,7 @@
1212
1221
  --gl-action-strong-confirm-border-color-hover: var(--gl-action-strong-confirm-border-color-default); /** Used for the border of a strong confirm action in the hover state. */
1213
1222
  --gl-action-strong-neutral-background-color-focus: var(--gl-action-strong-neutral-background-color-hover); /** Used for the background of a strong neutral action in the focus state. */
1214
1223
  --gl-action-strong-neutral-border-color-hover: var(--gl-action-strong-neutral-border-color-default); /** Used for the border of a strong neutral action in the hover state. */
1224
+ --gl-control-border-color-error: var(--gl-feedback-danger-border-color); /** Used for invalid form control (input, textarea) border. */
1215
1225
  --gl-control-border-radius: var(--gl-border-radius-lg); /** Used for form control (input, radio button, checkbox, textarea) default border radius. */
1216
1226
  --gl-control-text-color-error: var(--gl-text-color-danger); /** Used for the helper text when the input is invalid. */
1217
1227
  --gl-control-text-color-valid: var(--gl-text-color-success); /** Used for the helper text when the input is valid. */
@@ -8047,6 +8047,41 @@
8047
8047
  "color"
8048
8048
  ],
8049
8049
  "cssWithValue": "var(--gl-feedback-danger-background-color)"
8050
+ },
8051
+ "brand": {
8052
+ "key": "{feedback.brand.background.color}",
8053
+ "$value": "#27243e",
8054
+ "$type": "color",
8055
+ "$description": "Used for the background of a brand-related feedback item when highlighting information that pertains to GitLab.",
8056
+ "$extensions": {
8057
+ "com.figma.scope": [
8058
+ "FRAME_FILL",
8059
+ "SHAPE_FILL"
8060
+ ]
8061
+ },
8062
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
8063
+ "isSource": true,
8064
+ "original": {
8065
+ "$value": "{color.purple.950}",
8066
+ "$type": "color",
8067
+ "$description": "Used for the background of a brand-related feedback item when highlighting information that pertains to GitLab.",
8068
+ "$extensions": {
8069
+ "com.figma.scope": [
8070
+ "FRAME_FILL",
8071
+ "SHAPE_FILL"
8072
+ ]
8073
+ },
8074
+ "key": "{feedback.brand.background.color}"
8075
+ },
8076
+ "name": "FEEDBACK_BRAND_BACKGROUND_COLOR",
8077
+ "attributes": {},
8078
+ "path": [
8079
+ "feedback",
8080
+ "brand",
8081
+ "background",
8082
+ "color"
8083
+ ],
8084
+ "cssWithValue": "var(--gl-feedback-brand-background-color)"
8050
8085
  }
8051
8086
  },
8052
8087
  "dropdown": {
@@ -15774,6 +15809,239 @@
15774
15809
  "cssWithValue": "var(--gl-border-color-section)"
15775
15810
  }
15776
15811
  },
15812
+ "feedback": {
15813
+ "strong": {
15814
+ "key": "{feedback.strong.border.color}",
15815
+ "$value": "#a4a3a8",
15816
+ "$type": "color",
15817
+ "$description": "Used for the border associated with strong feedback.",
15818
+ "$extensions": {
15819
+ "com.figma.scope": [
15820
+ "STROKE_COLOR"
15821
+ ]
15822
+ },
15823
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
15824
+ "isSource": true,
15825
+ "original": {
15826
+ "$value": "{color.neutral.300}",
15827
+ "$type": "color",
15828
+ "$description": "Used for the border associated with strong feedback.",
15829
+ "$extensions": {
15830
+ "com.figma.scope": [
15831
+ "STROKE_COLOR"
15832
+ ]
15833
+ },
15834
+ "key": "{feedback.strong.border.color}"
15835
+ },
15836
+ "name": "FEEDBACK_STRONG_BORDER_COLOR",
15837
+ "attributes": {},
15838
+ "path": [
15839
+ "feedback",
15840
+ "strong",
15841
+ "border",
15842
+ "color"
15843
+ ],
15844
+ "cssWithValue": "var(--gl-feedback-strong-border-color)"
15845
+ },
15846
+ "neutral": {
15847
+ "key": "{feedback.neutral.border.color}",
15848
+ "$value": "#626168",
15849
+ "$type": "color",
15850
+ "$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
15851
+ "$extensions": {
15852
+ "com.figma.scope": [
15853
+ "STROKE_COLOR"
15854
+ ]
15855
+ },
15856
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
15857
+ "isSource": true,
15858
+ "original": {
15859
+ "$value": "{color.neutral.600}",
15860
+ "$type": "color",
15861
+ "$description": "Used for the border of a neutral feedback item when there isn't a specific meaning or urgency.",
15862
+ "$extensions": {
15863
+ "com.figma.scope": [
15864
+ "STROKE_COLOR"
15865
+ ]
15866
+ },
15867
+ "key": "{feedback.neutral.border.color}"
15868
+ },
15869
+ "name": "FEEDBACK_NEUTRAL_BORDER_COLOR",
15870
+ "attributes": {},
15871
+ "path": [
15872
+ "feedback",
15873
+ "neutral",
15874
+ "border",
15875
+ "color"
15876
+ ],
15877
+ "cssWithValue": "var(--gl-feedback-neutral-border-color)"
15878
+ },
15879
+ "info": {
15880
+ "key": "{feedback.info.border.color}",
15881
+ "$value": "#2f68b4",
15882
+ "$type": "color",
15883
+ "$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
15884
+ "$extensions": {
15885
+ "com.figma.scope": [
15886
+ "STROKE_COLOR"
15887
+ ]
15888
+ },
15889
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
15890
+ "isSource": true,
15891
+ "original": {
15892
+ "$value": "{color.blue.600}",
15893
+ "$type": "color",
15894
+ "$description": "Used for the border of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
15895
+ "$extensions": {
15896
+ "com.figma.scope": [
15897
+ "STROKE_COLOR"
15898
+ ]
15899
+ },
15900
+ "key": "{feedback.info.border.color}"
15901
+ },
15902
+ "name": "FEEDBACK_INFO_BORDER_COLOR",
15903
+ "attributes": {},
15904
+ "path": [
15905
+ "feedback",
15906
+ "info",
15907
+ "border",
15908
+ "color"
15909
+ ],
15910
+ "cssWithValue": "var(--gl-feedback-info-border-color)"
15911
+ },
15912
+ "success": {
15913
+ "key": "{feedback.success.border.color}",
15914
+ "$value": "#2f7549",
15915
+ "$type": "color",
15916
+ "$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
15917
+ "$extensions": {
15918
+ "com.figma.scope": [
15919
+ "STROKE_COLOR"
15920
+ ]
15921
+ },
15922
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
15923
+ "isSource": true,
15924
+ "original": {
15925
+ "$value": "{color.green.600}",
15926
+ "$type": "color",
15927
+ "$description": "Used for the border of a success feedback item when confirming the successful completion of a user-initiated action.",
15928
+ "$extensions": {
15929
+ "com.figma.scope": [
15930
+ "STROKE_COLOR"
15931
+ ]
15932
+ },
15933
+ "key": "{feedback.success.border.color}"
15934
+ },
15935
+ "name": "FEEDBACK_SUCCESS_BORDER_COLOR",
15936
+ "attributes": {},
15937
+ "path": [
15938
+ "feedback",
15939
+ "success",
15940
+ "border",
15941
+ "color"
15942
+ ],
15943
+ "cssWithValue": "var(--gl-feedback-success-border-color)"
15944
+ },
15945
+ "warning": {
15946
+ "key": "{feedback.warning.border.color}",
15947
+ "$value": "#995715",
15948
+ "$type": "color",
15949
+ "$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
15950
+ "$extensions": {
15951
+ "com.figma.scope": [
15952
+ "STROKE_COLOR"
15953
+ ]
15954
+ },
15955
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
15956
+ "isSource": true,
15957
+ "original": {
15958
+ "$value": "{color.orange.600}",
15959
+ "$type": "color",
15960
+ "$description": "Used for the border of a warning feedback item when notifying about a potential issue or sensitive information.",
15961
+ "$extensions": {
15962
+ "com.figma.scope": [
15963
+ "STROKE_COLOR"
15964
+ ]
15965
+ },
15966
+ "key": "{feedback.warning.border.color}"
15967
+ },
15968
+ "name": "FEEDBACK_WARNING_BORDER_COLOR",
15969
+ "attributes": {},
15970
+ "path": [
15971
+ "feedback",
15972
+ "warning",
15973
+ "border",
15974
+ "color"
15975
+ ],
15976
+ "cssWithValue": "var(--gl-feedback-warning-border-color)"
15977
+ },
15978
+ "danger": {
15979
+ "key": "{feedback.danger.border.color}",
15980
+ "$value": "#f6806d",
15981
+ "$type": "color",
15982
+ "$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
15983
+ "$extensions": {
15984
+ "com.figma.scope": [
15985
+ "STROKE_COLOR"
15986
+ ]
15987
+ },
15988
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
15989
+ "isSource": true,
15990
+ "original": {
15991
+ "$value": "{color.red.300}",
15992
+ "$type": "color",
15993
+ "$description": "Used for the border of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
15994
+ "$extensions": {
15995
+ "com.figma.scope": [
15996
+ "STROKE_COLOR"
15997
+ ]
15998
+ },
15999
+ "key": "{feedback.danger.border.color}"
16000
+ },
16001
+ "name": "FEEDBACK_DANGER_BORDER_COLOR",
16002
+ "attributes": {},
16003
+ "path": [
16004
+ "feedback",
16005
+ "danger",
16006
+ "border",
16007
+ "color"
16008
+ ],
16009
+ "cssWithValue": "var(--gl-feedback-danger-border-color)"
16010
+ },
16011
+ "brand": {
16012
+ "key": "{feedback.brand.border.color}",
16013
+ "$value": "#6a4fb4",
16014
+ "$type": "color",
16015
+ "$description": "Used for the border of a brand-related feedback item when highlighting information that pertains to GitLab.",
16016
+ "$extensions": {
16017
+ "com.figma.scope": [
16018
+ "STROKE_COLOR"
16019
+ ]
16020
+ },
16021
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
16022
+ "isSource": true,
16023
+ "original": {
16024
+ "$value": "{color.purple.600}",
16025
+ "$type": "color",
16026
+ "$description": "Used for the border of a brand-related feedback item when highlighting information that pertains to GitLab.",
16027
+ "$extensions": {
16028
+ "com.figma.scope": [
16029
+ "STROKE_COLOR"
16030
+ ]
16031
+ },
16032
+ "key": "{feedback.brand.border.color}"
16033
+ },
16034
+ "name": "FEEDBACK_BRAND_BORDER_COLOR",
16035
+ "attributes": {},
16036
+ "path": [
16037
+ "feedback",
16038
+ "brand",
16039
+ "border",
16040
+ "color"
16041
+ ],
16042
+ "cssWithValue": "var(--gl-feedback-brand-border-color)"
16043
+ }
16044
+ },
15777
16045
  "dropdown": {
15778
16046
  "key": "{dropdown.border.color}",
15779
16047
  "$value": "#4c4b51",
@@ -15924,7 +16192,7 @@
15924
16192
  "filePath": "src/tokens/semantic/control.tokens.json",
15925
16193
  "isSource": true,
15926
16194
  "original": {
15927
- "$value": "{color.red.300}",
16195
+ "$value": "{feedback.danger.border.color}",
15928
16196
  "$type": "color",
15929
16197
  "$description": "Used for invalid form control (input, textarea) border.",
15930
16198
  "$extensions": {
@@ -24062,6 +24330,41 @@
24062
24330
  "color"
24063
24331
  ],
24064
24332
  "cssWithValue": "var(--gl-feedback-danger-icon-color)"
24333
+ },
24334
+ "brand": {
24335
+ "key": "{feedback.brand.icon.color}",
24336
+ "$value": "#ac93e6",
24337
+ "$type": "color",
24338
+ "$description": "Used for the icon of a brand-related feedback item when highlighting information that pertains to GitLab.",
24339
+ "$extensions": {
24340
+ "com.figma.scope": [
24341
+ "SHAPE_FILL",
24342
+ "TEXT_FILL"
24343
+ ]
24344
+ },
24345
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
24346
+ "isSource": true,
24347
+ "original": {
24348
+ "$value": "{color.purple.300}",
24349
+ "$type": "color",
24350
+ "$description": "Used for the icon of a brand-related feedback item when highlighting information that pertains to GitLab.",
24351
+ "$extensions": {
24352
+ "com.figma.scope": [
24353
+ "SHAPE_FILL",
24354
+ "TEXT_FILL"
24355
+ ]
24356
+ },
24357
+ "key": "{feedback.brand.icon.color}"
24358
+ },
24359
+ "name": "FEEDBACK_BRAND_ICON_COLOR",
24360
+ "attributes": {},
24361
+ "path": [
24362
+ "feedback",
24363
+ "brand",
24364
+ "icon",
24365
+ "color"
24366
+ ],
24367
+ "cssWithValue": "var(--gl-feedback-brand-icon-color)"
24065
24368
  }
24066
24369
  }
24067
24370
  },
@@ -32139,6 +32442,39 @@
32139
32442
  "color"
32140
32443
  ],
32141
32444
  "cssWithValue": "var(--gl-feedback-danger-text-color)"
32445
+ },
32446
+ "brand": {
32447
+ "key": "{feedback.brand.text.color}",
32448
+ "$value": "#cbbbf2",
32449
+ "$type": "color",
32450
+ "$description": "Used for the text of a brand-related feedback item when highlighting information that pertains to GitLab.",
32451
+ "$extensions": {
32452
+ "com.figma.scope": [
32453
+ "TEXT_FILL"
32454
+ ]
32455
+ },
32456
+ "filePath": "src/tokens/semantic/feedback.tokens.json",
32457
+ "isSource": true,
32458
+ "original": {
32459
+ "$value": "{color.purple.200}",
32460
+ "$type": "color",
32461
+ "$description": "Used for the text of a brand-related feedback item when highlighting information that pertains to GitLab.",
32462
+ "$extensions": {
32463
+ "com.figma.scope": [
32464
+ "TEXT_FILL"
32465
+ ]
32466
+ },
32467
+ "key": "{feedback.brand.text.color}"
32468
+ },
32469
+ "name": "FEEDBACK_BRAND_TEXT_COLOR",
32470
+ "attributes": {},
32471
+ "path": [
32472
+ "feedback",
32473
+ "brand",
32474
+ "text",
32475
+ "color"
32476
+ ],
32477
+ "cssWithValue": "var(--gl-feedback-brand-text-color)"
32142
32478
  }
32143
32479
  },
32144
32480
  "primary": {