@gitlab/ui 126.0.2 → 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.
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +9 -2
- package/dist/tokens/build/js/tokens.js +9 -2
- package/package.json +1 -1
- package/src/components/base/drawer/drawer.scss +3 -0
- package/src/tokens/build/css/tokens.css +9 -2
- package/src/tokens/build/css/tokens.dark.css +9 -2
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +201 -1
- package/src/tokens/build/docs/tokens-tailwind-docs.json +201 -1
- package/src/tokens/build/figma/contextual.tokens.json +18 -1
- package/src/tokens/build/figma/semantic.tokens.json +91 -4
- package/src/tokens/build/js/tokens.dark.js +8 -1
- package/src/tokens/build/js/tokens.js +8 -1
- package/src/tokens/build/json/tokens.dark.json +242 -3
- package/src/tokens/build/json/tokens.json +242 -3
- package/src/tokens/build/scss/_tokens.dark.scss +9 -2
- package/src/tokens/build/scss/_tokens.scss +9 -2
- package/src/tokens/build/scss/_tokens_custom_properties.scss +7 -0
- package/src/tokens/build/tailwind/tokens.cjs +9 -0
- package/src/tokens/contextual/drawer.tokens.json +16 -0
- package/src/tokens/contextual/modal.tokens.json +1 -1
- package/src/tokens/semantic/control.tokens.json +1 -4
- package/src/tokens/semantic/feedback.tokens.json +90 -0
|
@@ -749,6 +749,7 @@ export const GL_CHART_ZOOM_FILLER_COLOR = 'rgba(255, 255, 255, 0.16)';
|
|
|
749
749
|
export const GL_CHART_ZOOM_HANDLE_COLOR = '#bfbfc3';
|
|
750
750
|
export const GL_DATEPICKER_BACKGROUND_COLOR = '#28272d';
|
|
751
751
|
export const GL_DATEPICKER_DATE_TEXT_COLOR_SELECTED = '#18171d';
|
|
752
|
+
export const GL_DRAWER_BORDER_RADIUS = '1rem';
|
|
752
753
|
export const GL_DROPDOWN_BACKGROUND_COLOR = '#28272d';
|
|
753
754
|
export const GL_DROPDOWN_BORDER_COLOR = '#4c4b51';
|
|
754
755
|
export const GL_DROPDOWN_BORDER_RADIUS = '0.5rem';
|
|
@@ -825,7 +826,7 @@ export const GL_LINK_MENTION_TEXT_COLOR_DEFAULT = '#cbe2f9';
|
|
|
825
826
|
export const GL_LINK_MENTION_TEXT_COLOR_CURRENT = '#f5d9a8';
|
|
826
827
|
export const GL_LINK_MENTION_BACKGROUND_COLOR_DEFAULT = '#284779';
|
|
827
828
|
export const GL_LINK_MENTION_BACKGROUND_COLOR_CURRENT = '#693c14';
|
|
828
|
-
export const GL_MODAL_BORDER_RADIUS = '
|
|
829
|
+
export const GL_MODAL_BORDER_RADIUS = '1rem';
|
|
829
830
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = '#63a6e9';
|
|
830
831
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = '#52b87a';
|
|
831
832
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = '#d99530';
|
|
@@ -1179,22 +1180,28 @@ export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#18171d';
|
|
|
1179
1180
|
export const GL_CONTROL_INDICATOR_COLOR_DISABLED = '#89888d';
|
|
1180
1181
|
export const GL_FEEDBACK_BORDER_RADIUS = '0.5rem';
|
|
1181
1182
|
export const GL_FEEDBACK_STRONG_BACKGROUND_COLOR = '#3a383f';
|
|
1183
|
+
export const GL_FEEDBACK_STRONG_BORDER_COLOR = '#a4a3a8';
|
|
1182
1184
|
export const GL_FEEDBACK_STRONG_TEXT_COLOR = '#fff';
|
|
1183
1185
|
export const GL_FEEDBACK_STRONG_ICON_COLOR = '#fff';
|
|
1184
1186
|
export const GL_FEEDBACK_STRONG_LINK_COLOR = '#63a6e9';
|
|
1185
1187
|
export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#28272d';
|
|
1188
|
+
export const GL_FEEDBACK_NEUTRAL_BORDER_COLOR = '#626168';
|
|
1186
1189
|
export const GL_FEEDBACK_NEUTRAL_TEXT_COLOR = '#bfbfc3';
|
|
1187
1190
|
export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#a4a3a8';
|
|
1188
1191
|
export const GL_FEEDBACK_INFO_BACKGROUND_COLOR = '#1d283e';
|
|
1192
|
+
export const GL_FEEDBACK_INFO_BORDER_COLOR = '#2f68b4';
|
|
1189
1193
|
export const GL_FEEDBACK_INFO_TEXT_COLOR = '#9dc7f1';
|
|
1190
1194
|
export const GL_FEEDBACK_INFO_ICON_COLOR = '#63a6e9';
|
|
1191
1195
|
export const GL_FEEDBACK_SUCCESS_BACKGROUND_COLOR = '#1e3e28';
|
|
1196
|
+
export const GL_FEEDBACK_SUCCESS_BORDER_COLOR = '#2f7549';
|
|
1192
1197
|
export const GL_FEEDBACK_SUCCESS_TEXT_COLOR = '#91d4a8';
|
|
1193
1198
|
export const GL_FEEDBACK_SUCCESS_ICON_COLOR = '#52b87a';
|
|
1194
1199
|
export const GL_FEEDBACK_WARNING_BACKGROUND_COLOR = '#532e16';
|
|
1200
|
+
export const GL_FEEDBACK_WARNING_BORDER_COLOR = '#995715';
|
|
1195
1201
|
export const GL_FEEDBACK_WARNING_TEXT_COLOR = '#e9be74';
|
|
1196
1202
|
export const GL_FEEDBACK_WARNING_ICON_COLOR = '#d99530';
|
|
1197
1203
|
export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#582014';
|
|
1204
|
+
export const GL_FEEDBACK_DANGER_BORDER_COLOR = '#f6806d';
|
|
1198
1205
|
export const GL_FEEDBACK_DANGER_TEXT_COLOR = '#fcb5aa';
|
|
1199
1206
|
export const GL_FEEDBACK_DANGER_ICON_COLOR = '#f6806d';
|
|
1200
1207
|
export const GL_FOCUS_RING_OUTER_COLOR = '#428fdc';
|
|
@@ -749,6 +749,7 @@ export const GL_CHART_ZOOM_FILLER_COLOR = 'rgba(05, 05, 06, 0.08)';
|
|
|
749
749
|
export const GL_CHART_ZOOM_HANDLE_COLOR = '#626168';
|
|
750
750
|
export const GL_DATEPICKER_BACKGROUND_COLOR = '#fff';
|
|
751
751
|
export const GL_DATEPICKER_DATE_TEXT_COLOR_SELECTED = '#fff';
|
|
752
|
+
export const GL_DRAWER_BORDER_RADIUS = '1rem';
|
|
752
753
|
export const GL_DROPDOWN_BACKGROUND_COLOR = '#fff';
|
|
753
754
|
export const GL_DROPDOWN_BORDER_COLOR = '#bfbfc3';
|
|
754
755
|
export const GL_DROPDOWN_BORDER_RADIUS = '0.5rem';
|
|
@@ -825,7 +826,7 @@ export const GL_LINK_MENTION_TEXT_COLOR_DEFAULT = '#284779';
|
|
|
825
826
|
export const GL_LINK_MENTION_TEXT_COLOR_CURRENT = '#693c14';
|
|
826
827
|
export const GL_LINK_MENTION_BACKGROUND_COLOR_DEFAULT = '#cbe2f9';
|
|
827
828
|
export const GL_LINK_MENTION_BACKGROUND_COLOR_CURRENT = '#f5d9a8';
|
|
828
|
-
export const GL_MODAL_BORDER_RADIUS = '
|
|
829
|
+
export const GL_MODAL_BORDER_RADIUS = '1rem';
|
|
829
830
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = '#1f75cb';
|
|
830
831
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = '#108548';
|
|
831
832
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = '#ab6100';
|
|
@@ -1179,22 +1180,28 @@ export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#fff';
|
|
|
1179
1180
|
export const GL_CONTROL_INDICATOR_COLOR_DISABLED = '#737278';
|
|
1180
1181
|
export const GL_FEEDBACK_BORDER_RADIUS = '0.5rem';
|
|
1181
1182
|
export const GL_FEEDBACK_STRONG_BACKGROUND_COLOR = '#3a383f';
|
|
1183
|
+
export const GL_FEEDBACK_STRONG_BORDER_COLOR = '#050506';
|
|
1182
1184
|
export const GL_FEEDBACK_STRONG_TEXT_COLOR = '#fff';
|
|
1183
1185
|
export const GL_FEEDBACK_STRONG_ICON_COLOR = '#fff';
|
|
1184
1186
|
export const GL_FEEDBACK_STRONG_LINK_COLOR = '#63a6e9';
|
|
1185
1187
|
export const GL_FEEDBACK_NEUTRAL_BACKGROUND_COLOR = '#ececef';
|
|
1188
|
+
export const GL_FEEDBACK_NEUTRAL_BORDER_COLOR = '#bfbfc3';
|
|
1186
1189
|
export const GL_FEEDBACK_NEUTRAL_TEXT_COLOR = '#4c4b51';
|
|
1187
1190
|
export const GL_FEEDBACK_NEUTRAL_ICON_COLOR = '#626168';
|
|
1188
1191
|
export const GL_FEEDBACK_INFO_BACKGROUND_COLOR = '#e9f3fc';
|
|
1192
|
+
export const GL_FEEDBACK_INFO_BORDER_COLOR = '#9dc7f1';
|
|
1189
1193
|
export const GL_FEEDBACK_INFO_TEXT_COLOR = '#2f5ca0';
|
|
1190
1194
|
export const GL_FEEDBACK_INFO_ICON_COLOR = '#2f68b4';
|
|
1191
1195
|
export const GL_FEEDBACK_SUCCESS_BACKGROUND_COLOR = '#ecf4ee';
|
|
1196
|
+
export const GL_FEEDBACK_SUCCESS_BORDER_COLOR = '#91d4a8';
|
|
1192
1197
|
export const GL_FEEDBACK_SUCCESS_TEXT_COLOR = '#306440';
|
|
1193
1198
|
export const GL_FEEDBACK_SUCCESS_ICON_COLOR = '#2f7549';
|
|
1194
1199
|
export const GL_FEEDBACK_WARNING_BACKGROUND_COLOR = '#fdf1dd';
|
|
1200
|
+
export const GL_FEEDBACK_WARNING_BORDER_COLOR = '#e9be74';
|
|
1195
1201
|
export const GL_FEEDBACK_WARNING_TEXT_COLOR = '#894b16';
|
|
1196
1202
|
export const GL_FEEDBACK_WARNING_ICON_COLOR = '#995715';
|
|
1197
1203
|
export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#fcf1ef';
|
|
1204
|
+
export const GL_FEEDBACK_DANGER_BORDER_COLOR = '#dd2b0e';
|
|
1198
1205
|
export const GL_FEEDBACK_DANGER_TEXT_COLOR = '#a32c12';
|
|
1199
1206
|
export const GL_FEEDBACK_DANGER_ICON_COLOR = '#c02f12';
|
|
1200
1207
|
export const GL_FOCUS_RING_OUTER_COLOR = '#1f75cb';
|
|
@@ -21412,6 +21412,41 @@
|
|
|
21412
21412
|
}
|
|
21413
21413
|
}
|
|
21414
21414
|
},
|
|
21415
|
+
"drawer": {
|
|
21416
|
+
"border": {
|
|
21417
|
+
"radius": {
|
|
21418
|
+
"key": "{drawer.border.radius}",
|
|
21419
|
+
"$value": "1rem",
|
|
21420
|
+
"$type": "dimension",
|
|
21421
|
+
"$description": "Used for drawer border radius.",
|
|
21422
|
+
"$extensions": {
|
|
21423
|
+
"com.figma.scope": [
|
|
21424
|
+
"CORNER_RADIUS"
|
|
21425
|
+
]
|
|
21426
|
+
},
|
|
21427
|
+
"filePath": "src/tokens/contextual/drawer.tokens.json",
|
|
21428
|
+
"isSource": true,
|
|
21429
|
+
"original": {
|
|
21430
|
+
"$value": "{border.radius.2xl}",
|
|
21431
|
+
"$type": "dimension",
|
|
21432
|
+
"$description": "Used for drawer border radius.",
|
|
21433
|
+
"$extensions": {
|
|
21434
|
+
"com.figma.scope": [
|
|
21435
|
+
"CORNER_RADIUS"
|
|
21436
|
+
]
|
|
21437
|
+
},
|
|
21438
|
+
"key": "{drawer.border.radius}"
|
|
21439
|
+
},
|
|
21440
|
+
"name": "DRAWER_BORDER_RADIUS",
|
|
21441
|
+
"attributes": {},
|
|
21442
|
+
"path": [
|
|
21443
|
+
"drawer",
|
|
21444
|
+
"border",
|
|
21445
|
+
"radius"
|
|
21446
|
+
]
|
|
21447
|
+
}
|
|
21448
|
+
}
|
|
21449
|
+
},
|
|
21415
21450
|
"dropdown": {
|
|
21416
21451
|
"background": {
|
|
21417
21452
|
"color": {
|
|
@@ -24240,7 +24275,7 @@
|
|
|
24240
24275
|
"border": {
|
|
24241
24276
|
"radius": {
|
|
24242
24277
|
"key": "{modal.border.radius}",
|
|
24243
|
-
"$value": "
|
|
24278
|
+
"$value": "1rem",
|
|
24244
24279
|
"$type": "dimension",
|
|
24245
24280
|
"$description": "Used for modal border radius.",
|
|
24246
24281
|
"$extensions": {
|
|
@@ -24251,7 +24286,7 @@
|
|
|
24251
24286
|
"filePath": "src/tokens/contextual/modal.tokens.json",
|
|
24252
24287
|
"isSource": true,
|
|
24253
24288
|
"original": {
|
|
24254
|
-
"$value": "{border.radius.
|
|
24289
|
+
"$value": "{border.radius.2xl}",
|
|
24255
24290
|
"$type": "dimension",
|
|
24256
24291
|
"$description": "Used for modal border radius.",
|
|
24257
24292
|
"$extensions": {
|
|
@@ -35430,7 +35465,7 @@
|
|
|
35430
35465
|
"filePath": "src/tokens/semantic/control.tokens.json",
|
|
35431
35466
|
"isSource": true,
|
|
35432
35467
|
"original": {
|
|
35433
|
-
"$value": "{
|
|
35468
|
+
"$value": "{feedback.danger.border.color}",
|
|
35434
35469
|
"$type": "color",
|
|
35435
35470
|
"$description": "Used for invalid form control (input, textarea) border.",
|
|
35436
35471
|
"$extensions": {
|
|
@@ -35828,6 +35863,40 @@
|
|
|
35828
35863
|
]
|
|
35829
35864
|
}
|
|
35830
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
|
+
},
|
|
35831
35900
|
"text": {
|
|
35832
35901
|
"color": {
|
|
35833
35902
|
"key": "{feedback.strong.text.color}",
|
|
@@ -35970,6 +36039,40 @@
|
|
|
35970
36039
|
]
|
|
35971
36040
|
}
|
|
35972
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
|
+
},
|
|
35973
36076
|
"text": {
|
|
35974
36077
|
"color": {
|
|
35975
36078
|
"key": "{feedback.neutral.text.color}",
|
|
@@ -36078,6 +36181,40 @@
|
|
|
36078
36181
|
]
|
|
36079
36182
|
}
|
|
36080
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
|
+
},
|
|
36081
36218
|
"text": {
|
|
36082
36219
|
"color": {
|
|
36083
36220
|
"key": "{feedback.info.text.color}",
|
|
@@ -36186,6 +36323,40 @@
|
|
|
36186
36323
|
]
|
|
36187
36324
|
}
|
|
36188
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
|
+
},
|
|
36189
36360
|
"text": {
|
|
36190
36361
|
"color": {
|
|
36191
36362
|
"key": "{feedback.success.text.color}",
|
|
@@ -36294,6 +36465,40 @@
|
|
|
36294
36465
|
]
|
|
36295
36466
|
}
|
|
36296
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
|
+
},
|
|
36297
36502
|
"text": {
|
|
36298
36503
|
"color": {
|
|
36299
36504
|
"key": "{feedback.warning.text.color}",
|
|
@@ -36402,6 +36607,40 @@
|
|
|
36402
36607
|
]
|
|
36403
36608
|
}
|
|
36404
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
|
+
},
|
|
36405
36644
|
"text": {
|
|
36406
36645
|
"color": {
|
|
36407
36646
|
"key": "{feedback.danger.text.color}",
|