@gitlab/ui 103.0.0 → 103.1.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.
- package/CHANGELOG.md +9 -0
- package/dist/components/regions/empty_state/empty_state.js +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +11 -11
- package/dist/tokens/build/js/tokens.js +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.dark.css +1 -1
- package/dist/tokens/js/tokens.dark.js +11 -11
- package/dist/tokens/js/tokens.js +1 -1
- package/dist/tokens/json/tokens.dark.json +12 -12
- package/dist/tokens/json/tokens.json +2 -2
- package/dist/tokens/scss/_tokens.dark.scss +1 -1
- package/dist/tokens/scss/_tokens.scss +1 -1
- package/package.json +1 -1
- package/src/components/base/table/table.scss +0 -1
- package/src/components/regions/empty_state/empty_state.vue +5 -1
- package/src/scss/typography.scss +4 -0
- package/src/tokens/build/css/tokens.css +1 -1
- package/src/tokens/build/css/tokens.dark.css +1 -1
- package/src/tokens/build/js/tokens.dark.js +11 -11
- package/src/tokens/build/js/tokens.js +1 -1
- package/src/tokens/build/json/tokens.dark.json +12 -12
- package/src/tokens/build/json/tokens.json +2 -2
- package/src/tokens/build/scss/_tokens.dark.scss +1 -1
- package/src/tokens/build/scss/_tokens.scss +1 -1
- package/src/tokens/color.constant.tokens.json +1 -1
- package/src/vendor/bootstrap/scss/_reboot.scss +0 -1
|
@@ -165,7 +165,7 @@ const GL_COLOR_PURPLE_950 = '#232150';
|
|
|
165
165
|
const GL_COLOR_RED_50 = '#fcf1ef';
|
|
166
166
|
const GL_COLOR_RED_100 = '#fdd4cd';
|
|
167
167
|
const GL_COLOR_RED_200 = '#fcb5aa';
|
|
168
|
-
const GL_COLOR_RED_300 = '#
|
|
168
|
+
const GL_COLOR_RED_300 = '#f6806d';
|
|
169
169
|
const GL_COLOR_RED_400 = '#ec5941';
|
|
170
170
|
const GL_COLOR_RED_500 = '#dd2b0e';
|
|
171
171
|
const GL_COLOR_RED_600 = '#c91c00';
|
|
@@ -331,7 +331,7 @@ const GL_ALERT_WARNING_TITLE_COLOR = '#d99530';
|
|
|
331
331
|
const GL_ALERT_WARNING_BACKGROUND_COLOR = '#28272d';
|
|
332
332
|
const GL_ALERT_WARNING_BORDER_TOP_COLOR = '#c17d10';
|
|
333
333
|
const GL_ALERT_WARNING_BORDER_BOTTOM_COLOR = 'transparent';
|
|
334
|
-
const GL_ALERT_DANGER_TITLE_COLOR = '#
|
|
334
|
+
const GL_ALERT_DANGER_TITLE_COLOR = '#f6806d';
|
|
335
335
|
const GL_ALERT_DANGER_BACKGROUND_COLOR = '#28272d';
|
|
336
336
|
const GL_ALERT_DANGER_BORDER_TOP_COLOR = '#ec5941';
|
|
337
337
|
const GL_ALERT_DANGER_BORDER_BOTTOM_COLOR = 'transparent';
|
|
@@ -429,9 +429,9 @@ const GL_BADGE_WARNING_ICON_COLOR_DEFAULT = '#421f00';
|
|
|
429
429
|
const GL_BADGE_WARNING_ICON_COLOR_HOVER = '#421f00';
|
|
430
430
|
const GL_BADGE_WARNING_ICON_COLOR_FOCUS = '#421f00';
|
|
431
431
|
const GL_BADGE_WARNING_ICON_COLOR_ACTIVE = '#421f00';
|
|
432
|
-
const GL_BADGE_DANGER_BACKGROUND_COLOR_DEFAULT = '#
|
|
433
|
-
const GL_BADGE_DANGER_BACKGROUND_COLOR_HOVER = '#
|
|
434
|
-
const GL_BADGE_DANGER_BACKGROUND_COLOR_FOCUS = '#
|
|
432
|
+
const GL_BADGE_DANGER_BACKGROUND_COLOR_DEFAULT = '#f6806d';
|
|
433
|
+
const GL_BADGE_DANGER_BACKGROUND_COLOR_HOVER = '#f6806d';
|
|
434
|
+
const GL_BADGE_DANGER_BACKGROUND_COLOR_FOCUS = '#f6806d';
|
|
435
435
|
const GL_BADGE_DANGER_BACKGROUND_COLOR_ACTIVE = '#fcb5aa';
|
|
436
436
|
const GL_BADGE_DANGER_BORDER_COLOR_DEFAULT = 'transparent';
|
|
437
437
|
const GL_BADGE_DANGER_BORDER_COLOR_HOVER = '#fcb5aa';
|
|
@@ -569,7 +569,7 @@ const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_DEFAULT = '#18171d';
|
|
|
569
569
|
const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_HOVER = '#18171d';
|
|
570
570
|
const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_FOCUS = '#18171d';
|
|
571
571
|
const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_ACTIVE = '#18171d';
|
|
572
|
-
const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_DEFAULT = '#
|
|
572
|
+
const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_DEFAULT = '#f6806d';
|
|
573
573
|
const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_HOVER = '#fcb5aa';
|
|
574
574
|
const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_FOCUS = '#fcb5aa';
|
|
575
575
|
const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_ACTIVE = '#ec5941';
|
|
@@ -704,11 +704,11 @@ const GL_CONTROL_BORDER_COLOR_DEFAULT = '#737278';
|
|
|
704
704
|
const GL_CONTROL_BORDER_COLOR_HOVER = '#a4a3a8';
|
|
705
705
|
const GL_CONTROL_BORDER_COLOR_FOCUS = '#ececef';
|
|
706
706
|
const GL_CONTROL_BORDER_COLOR_DISABLED = '#3a383f';
|
|
707
|
-
const GL_CONTROL_BORDER_COLOR_ERROR = '#
|
|
707
|
+
const GL_CONTROL_BORDER_COLOR_ERROR = '#f6806d';
|
|
708
708
|
const GL_CONTROL_BORDER_COLOR_SELECTED_DEFAULT = '#428fdc';
|
|
709
709
|
const GL_CONTROL_BORDER_COLOR_SELECTED_HOVER = '#9dc7f1';
|
|
710
710
|
const GL_CONTROL_BORDER_COLOR_SELECTED_FOCUS = '#9dc7f1';
|
|
711
|
-
const GL_CONTROL_TEXT_COLOR_ERROR = '#
|
|
711
|
+
const GL_CONTROL_TEXT_COLOR_ERROR = '#f6806d';
|
|
712
712
|
const GL_CONTROL_TEXT_COLOR_VALID = '#52b87a';
|
|
713
713
|
const GL_CONTROL_PLACEHOLDER_COLOR = '#89888d';
|
|
714
714
|
const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#18171d';
|
|
@@ -896,7 +896,7 @@ const GL_FEEDBACK_WARNING_TEXT_COLOR = '#e9be74';
|
|
|
896
896
|
const GL_FEEDBACK_WARNING_ICON_COLOR = '#d99530';
|
|
897
897
|
const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#660e00';
|
|
898
898
|
const GL_FEEDBACK_DANGER_TEXT_COLOR = '#fcb5aa';
|
|
899
|
-
const GL_FEEDBACK_DANGER_ICON_COLOR = '#
|
|
899
|
+
const GL_FEEDBACK_DANGER_ICON_COLOR = '#f6806d';
|
|
900
900
|
const GL_FOCUS_RING_OUTER_COLOR = '#428fdc';
|
|
901
901
|
const GL_FOCUS_RING_INNER_COLOR = '#18171d';
|
|
902
902
|
const GL_ICON_COLOR_DEFAULT = '#dcdcde';
|
|
@@ -906,7 +906,7 @@ const GL_ICON_COLOR_DISABLED = '#737278';
|
|
|
906
906
|
const GL_ICON_COLOR_LINK = '#63a6e9';
|
|
907
907
|
const GL_ICON_COLOR_INFO = '#63a6e9';
|
|
908
908
|
const GL_ICON_COLOR_WARNING = '#d99530';
|
|
909
|
-
const GL_ICON_COLOR_DANGER = '#
|
|
909
|
+
const GL_ICON_COLOR_DANGER = '#f6806d';
|
|
910
910
|
const GL_ICON_COLOR_SUCCESS = '#52b87a';
|
|
911
911
|
const GL_LINE_HEIGHT_12 = '0.75rem';
|
|
912
912
|
const GL_LINE_HEIGHT_16 = '1rem';
|
|
@@ -946,7 +946,7 @@ const GL_TEXT_COLOR_STRONG = '#fff';
|
|
|
946
946
|
const GL_TEXT_COLOR_HEADING = '#fff';
|
|
947
947
|
const GL_TEXT_COLOR_LINK = '#9dc7f1';
|
|
948
948
|
const GL_TEXT_COLOR_WARNING = '#d99530';
|
|
949
|
-
const GL_TEXT_COLOR_DANGER = '#
|
|
949
|
+
const GL_TEXT_COLOR_DANGER = '#f6806d';
|
|
950
950
|
const GL_TEXT_COLOR_SUCCESS = '#52b87a';
|
|
951
951
|
const GL_TEXT_COLOR_DISABLED = '#89888d';
|
|
952
952
|
|
|
@@ -165,7 +165,7 @@ const GL_COLOR_PURPLE_950 = '#232150';
|
|
|
165
165
|
const GL_COLOR_RED_50 = '#fcf1ef';
|
|
166
166
|
const GL_COLOR_RED_100 = '#fdd4cd';
|
|
167
167
|
const GL_COLOR_RED_200 = '#fcb5aa';
|
|
168
|
-
const GL_COLOR_RED_300 = '#
|
|
168
|
+
const GL_COLOR_RED_300 = '#f6806d';
|
|
169
169
|
const GL_COLOR_RED_400 = '#ec5941';
|
|
170
170
|
const GL_COLOR_RED_500 = '#dd2b0e';
|
|
171
171
|
const GL_COLOR_RED_600 = '#c91c00';
|
|
@@ -165,7 +165,7 @@ export const GL_COLOR_PURPLE_950 = '#232150';
|
|
|
165
165
|
export const GL_COLOR_RED_50 = '#fcf1ef';
|
|
166
166
|
export const GL_COLOR_RED_100 = '#fdd4cd';
|
|
167
167
|
export const GL_COLOR_RED_200 = '#fcb5aa';
|
|
168
|
-
export const GL_COLOR_RED_300 = '#
|
|
168
|
+
export const GL_COLOR_RED_300 = '#f6806d';
|
|
169
169
|
export const GL_COLOR_RED_400 = '#ec5941';
|
|
170
170
|
export const GL_COLOR_RED_500 = '#dd2b0e';
|
|
171
171
|
export const GL_COLOR_RED_600 = '#c91c00';
|
|
@@ -331,7 +331,7 @@ export const GL_ALERT_WARNING_TITLE_COLOR = '#d99530';
|
|
|
331
331
|
export const GL_ALERT_WARNING_BACKGROUND_COLOR = '#28272d';
|
|
332
332
|
export const GL_ALERT_WARNING_BORDER_TOP_COLOR = '#c17d10';
|
|
333
333
|
export const GL_ALERT_WARNING_BORDER_BOTTOM_COLOR = 'transparent';
|
|
334
|
-
export const GL_ALERT_DANGER_TITLE_COLOR = '#
|
|
334
|
+
export const GL_ALERT_DANGER_TITLE_COLOR = '#f6806d';
|
|
335
335
|
export const GL_ALERT_DANGER_BACKGROUND_COLOR = '#28272d';
|
|
336
336
|
export const GL_ALERT_DANGER_BORDER_TOP_COLOR = '#ec5941';
|
|
337
337
|
export const GL_ALERT_DANGER_BORDER_BOTTOM_COLOR = 'transparent';
|
|
@@ -429,9 +429,9 @@ export const GL_BADGE_WARNING_ICON_COLOR_DEFAULT = '#421f00';
|
|
|
429
429
|
export const GL_BADGE_WARNING_ICON_COLOR_HOVER = '#421f00';
|
|
430
430
|
export const GL_BADGE_WARNING_ICON_COLOR_FOCUS = '#421f00';
|
|
431
431
|
export const GL_BADGE_WARNING_ICON_COLOR_ACTIVE = '#421f00';
|
|
432
|
-
export const GL_BADGE_DANGER_BACKGROUND_COLOR_DEFAULT = '#
|
|
433
|
-
export const GL_BADGE_DANGER_BACKGROUND_COLOR_HOVER = '#
|
|
434
|
-
export const GL_BADGE_DANGER_BACKGROUND_COLOR_FOCUS = '#
|
|
432
|
+
export const GL_BADGE_DANGER_BACKGROUND_COLOR_DEFAULT = '#f6806d';
|
|
433
|
+
export const GL_BADGE_DANGER_BACKGROUND_COLOR_HOVER = '#f6806d';
|
|
434
|
+
export const GL_BADGE_DANGER_BACKGROUND_COLOR_FOCUS = '#f6806d';
|
|
435
435
|
export const GL_BADGE_DANGER_BACKGROUND_COLOR_ACTIVE = '#fcb5aa';
|
|
436
436
|
export const GL_BADGE_DANGER_BORDER_COLOR_DEFAULT = 'transparent';
|
|
437
437
|
export const GL_BADGE_DANGER_BORDER_COLOR_HOVER = '#fcb5aa';
|
|
@@ -569,7 +569,7 @@ export const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_DEFAULT = '#18171d';
|
|
|
569
569
|
export const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_HOVER = '#18171d';
|
|
570
570
|
export const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_FOCUS = '#18171d';
|
|
571
571
|
export const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_ACTIVE = '#18171d';
|
|
572
|
-
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_DEFAULT = '#
|
|
572
|
+
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_DEFAULT = '#f6806d';
|
|
573
573
|
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_HOVER = '#fcb5aa';
|
|
574
574
|
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_FOCUS = '#fcb5aa';
|
|
575
575
|
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_ACTIVE = '#ec5941';
|
|
@@ -704,11 +704,11 @@ export const GL_CONTROL_BORDER_COLOR_DEFAULT = '#737278';
|
|
|
704
704
|
export const GL_CONTROL_BORDER_COLOR_HOVER = '#a4a3a8';
|
|
705
705
|
export const GL_CONTROL_BORDER_COLOR_FOCUS = '#ececef';
|
|
706
706
|
export const GL_CONTROL_BORDER_COLOR_DISABLED = '#3a383f';
|
|
707
|
-
export const GL_CONTROL_BORDER_COLOR_ERROR = '#
|
|
707
|
+
export const GL_CONTROL_BORDER_COLOR_ERROR = '#f6806d';
|
|
708
708
|
export const GL_CONTROL_BORDER_COLOR_SELECTED_DEFAULT = '#428fdc';
|
|
709
709
|
export const GL_CONTROL_BORDER_COLOR_SELECTED_HOVER = '#9dc7f1';
|
|
710
710
|
export const GL_CONTROL_BORDER_COLOR_SELECTED_FOCUS = '#9dc7f1';
|
|
711
|
-
export const GL_CONTROL_TEXT_COLOR_ERROR = '#
|
|
711
|
+
export const GL_CONTROL_TEXT_COLOR_ERROR = '#f6806d';
|
|
712
712
|
export const GL_CONTROL_TEXT_COLOR_VALID = '#52b87a';
|
|
713
713
|
export const GL_CONTROL_PLACEHOLDER_COLOR = '#89888d';
|
|
714
714
|
export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#18171d';
|
|
@@ -896,7 +896,7 @@ export const GL_FEEDBACK_WARNING_TEXT_COLOR = '#e9be74';
|
|
|
896
896
|
export const GL_FEEDBACK_WARNING_ICON_COLOR = '#d99530';
|
|
897
897
|
export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#660e00';
|
|
898
898
|
export const GL_FEEDBACK_DANGER_TEXT_COLOR = '#fcb5aa';
|
|
899
|
-
export const GL_FEEDBACK_DANGER_ICON_COLOR = '#
|
|
899
|
+
export const GL_FEEDBACK_DANGER_ICON_COLOR = '#f6806d';
|
|
900
900
|
export const GL_FOCUS_RING_OUTER_COLOR = '#428fdc';
|
|
901
901
|
export const GL_FOCUS_RING_INNER_COLOR = '#18171d';
|
|
902
902
|
export const GL_ICON_COLOR_DEFAULT = '#dcdcde';
|
|
@@ -906,7 +906,7 @@ export const GL_ICON_COLOR_DISABLED = '#737278';
|
|
|
906
906
|
export const GL_ICON_COLOR_LINK = '#63a6e9';
|
|
907
907
|
export const GL_ICON_COLOR_INFO = '#63a6e9';
|
|
908
908
|
export const GL_ICON_COLOR_WARNING = '#d99530';
|
|
909
|
-
export const GL_ICON_COLOR_DANGER = '#
|
|
909
|
+
export const GL_ICON_COLOR_DANGER = '#f6806d';
|
|
910
910
|
export const GL_ICON_COLOR_SUCCESS = '#52b87a';
|
|
911
911
|
export const GL_LINE_HEIGHT_12 = '0.75rem';
|
|
912
912
|
export const GL_LINE_HEIGHT_16 = '1rem';
|
|
@@ -946,6 +946,6 @@ export const GL_TEXT_COLOR_STRONG = '#fff';
|
|
|
946
946
|
export const GL_TEXT_COLOR_HEADING = '#fff';
|
|
947
947
|
export const GL_TEXT_COLOR_LINK = '#9dc7f1';
|
|
948
948
|
export const GL_TEXT_COLOR_WARNING = '#d99530';
|
|
949
|
-
export const GL_TEXT_COLOR_DANGER = '#
|
|
949
|
+
export const GL_TEXT_COLOR_DANGER = '#f6806d';
|
|
950
950
|
export const GL_TEXT_COLOR_SUCCESS = '#52b87a';
|
|
951
951
|
export const GL_TEXT_COLOR_DISABLED = '#89888d';
|
package/dist/tokens/js/tokens.js
CHANGED
|
@@ -165,7 +165,7 @@ export const GL_COLOR_PURPLE_950 = '#232150';
|
|
|
165
165
|
export const GL_COLOR_RED_50 = '#fcf1ef';
|
|
166
166
|
export const GL_COLOR_RED_100 = '#fdd4cd';
|
|
167
167
|
export const GL_COLOR_RED_200 = '#fcb5aa';
|
|
168
|
-
export const GL_COLOR_RED_300 = '#
|
|
168
|
+
export const GL_COLOR_RED_300 = '#f6806d';
|
|
169
169
|
export const GL_COLOR_RED_400 = '#ec5941';
|
|
170
170
|
export const GL_COLOR_RED_500 = '#dd2b0e';
|
|
171
171
|
export const GL_COLOR_RED_600 = '#c91c00';
|
|
@@ -3387,12 +3387,12 @@
|
|
|
3387
3387
|
]
|
|
3388
3388
|
},
|
|
3389
3389
|
"300": {
|
|
3390
|
-
"$value": "#
|
|
3390
|
+
"$value": "#f6806d",
|
|
3391
3391
|
"$type": "color",
|
|
3392
3392
|
"filePath": "src/tokens/color.constant.tokens.json",
|
|
3393
3393
|
"isSource": true,
|
|
3394
3394
|
"original": {
|
|
3395
|
-
"$value": "#
|
|
3395
|
+
"$value": "#f6806d",
|
|
3396
3396
|
"$type": "color"
|
|
3397
3397
|
},
|
|
3398
3398
|
"name": "COLOR_RED_300",
|
|
@@ -6769,7 +6769,7 @@
|
|
|
6769
6769
|
"danger": {
|
|
6770
6770
|
"title": {
|
|
6771
6771
|
"color": {
|
|
6772
|
-
"$value": "#
|
|
6772
|
+
"$value": "#f6806d",
|
|
6773
6773
|
"$type": "color",
|
|
6774
6774
|
"$description": "Used for the title color of a danger alert.",
|
|
6775
6775
|
"filePath": "src/tokens/contextual/alert.tokens.json",
|
|
@@ -9112,7 +9112,7 @@
|
|
|
9112
9112
|
"background": {
|
|
9113
9113
|
"color": {
|
|
9114
9114
|
"default": {
|
|
9115
|
-
"$value": "#
|
|
9115
|
+
"$value": "#f6806d",
|
|
9116
9116
|
"$type": "color",
|
|
9117
9117
|
"$description": "Used for the background of a danger badge when static or the default state when linked.",
|
|
9118
9118
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
@@ -9136,7 +9136,7 @@
|
|
|
9136
9136
|
]
|
|
9137
9137
|
},
|
|
9138
9138
|
"hover": {
|
|
9139
|
-
"$value": "#
|
|
9139
|
+
"$value": "#f6806d",
|
|
9140
9140
|
"$type": "color",
|
|
9141
9141
|
"$description": "Used for the background of a danger badge in the hover state.",
|
|
9142
9142
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
@@ -9157,7 +9157,7 @@
|
|
|
9157
9157
|
]
|
|
9158
9158
|
},
|
|
9159
9159
|
"focus": {
|
|
9160
|
-
"$value": "#
|
|
9160
|
+
"$value": "#f6806d",
|
|
9161
9161
|
"$type": "color",
|
|
9162
9162
|
"$description": "Used for the background of a danger badge in the focus state.",
|
|
9163
9163
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
@@ -12390,7 +12390,7 @@
|
|
|
12390
12390
|
"background": {
|
|
12391
12391
|
"color": {
|
|
12392
12392
|
"default": {
|
|
12393
|
-
"$value": "#
|
|
12393
|
+
"$value": "#f6806d",
|
|
12394
12394
|
"$type": "color",
|
|
12395
12395
|
"$description": "Used for the background of a danger (destructive) primary button in the default state.",
|
|
12396
12396
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -15712,7 +15712,7 @@
|
|
|
15712
15712
|
]
|
|
15713
15713
|
},
|
|
15714
15714
|
"error": {
|
|
15715
|
-
"$value": "#
|
|
15715
|
+
"$value": "#f6806d",
|
|
15716
15716
|
"$type": "color",
|
|
15717
15717
|
"$description": "Used for invalid form control (input, textarea) border.",
|
|
15718
15718
|
"filePath": "src/tokens/control.tokens.json",
|
|
@@ -15813,7 +15813,7 @@
|
|
|
15813
15813
|
"text": {
|
|
15814
15814
|
"color": {
|
|
15815
15815
|
"error": {
|
|
15816
|
-
"$value": "#
|
|
15816
|
+
"$value": "#f6806d",
|
|
15817
15817
|
"$type": "color",
|
|
15818
15818
|
"$description": "Used for the helper text when the input is invalid.",
|
|
15819
15819
|
"filePath": "src/tokens/control.tokens.json",
|
|
@@ -20597,7 +20597,7 @@
|
|
|
20597
20597
|
},
|
|
20598
20598
|
"icon": {
|
|
20599
20599
|
"color": {
|
|
20600
|
-
"$value": "#
|
|
20600
|
+
"$value": "#f6806d",
|
|
20601
20601
|
"$type": "color",
|
|
20602
20602
|
"$description": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
20603
20603
|
"filePath": "src/tokens/feedback.tokens.json",
|
|
@@ -20826,7 +20826,7 @@
|
|
|
20826
20826
|
]
|
|
20827
20827
|
},
|
|
20828
20828
|
"danger": {
|
|
20829
|
-
"$value": "#
|
|
20829
|
+
"$value": "#f6806d",
|
|
20830
20830
|
"$type": "color",
|
|
20831
20831
|
"$description": "Used for an icon associated with an error or danger.",
|
|
20832
20832
|
"filePath": "src/tokens/icon.tokens.json",
|
|
@@ -21777,7 +21777,7 @@
|
|
|
21777
21777
|
]
|
|
21778
21778
|
},
|
|
21779
21779
|
"danger": {
|
|
21780
|
-
"$value": "#
|
|
21780
|
+
"$value": "#f6806d",
|
|
21781
21781
|
"$type": "color",
|
|
21782
21782
|
"$description": "Used for text indicating a problem, critical state, destructive action, error, failure, removal, stop, or declination.",
|
|
21783
21783
|
"filePath": "src/tokens/text.tokens.json",
|
|
@@ -3387,12 +3387,12 @@
|
|
|
3387
3387
|
]
|
|
3388
3388
|
},
|
|
3389
3389
|
"300": {
|
|
3390
|
-
"$value": "#
|
|
3390
|
+
"$value": "#f6806d",
|
|
3391
3391
|
"$type": "color",
|
|
3392
3392
|
"filePath": "src/tokens/color.constant.tokens.json",
|
|
3393
3393
|
"isSource": true,
|
|
3394
3394
|
"original": {
|
|
3395
|
-
"$value": "#
|
|
3395
|
+
"$value": "#f6806d",
|
|
3396
3396
|
"$type": "color"
|
|
3397
3397
|
},
|
|
3398
3398
|
"name": "COLOR_RED_300",
|
|
@@ -86,7 +86,7 @@ $gl-color-purple-950: #232150;
|
|
|
86
86
|
$gl-color-red-50: #fcf1ef;
|
|
87
87
|
$gl-color-red-100: #fdd4cd;
|
|
88
88
|
$gl-color-red-200: #fcb5aa;
|
|
89
|
-
$gl-color-red-300: #
|
|
89
|
+
$gl-color-red-300: #f6806d;
|
|
90
90
|
$gl-color-red-400: #ec5941;
|
|
91
91
|
$gl-color-red-500: #dd2b0e;
|
|
92
92
|
$gl-color-red-600: #c91c00;
|
|
@@ -86,7 +86,7 @@ $gl-color-purple-950: #232150;
|
|
|
86
86
|
$gl-color-red-50: #fcf1ef;
|
|
87
87
|
$gl-color-red-100: #fdd4cd;
|
|
88
88
|
$gl-color-red-200: #fcb5aa;
|
|
89
|
-
$gl-color-red-300: #
|
|
89
|
+
$gl-color-red-300: #f6806d;
|
|
90
90
|
$gl-color-red-400: #ec5941;
|
|
91
91
|
$gl-color-red-500: #dd2b0e;
|
|
92
92
|
$gl-color-red-600: #c91c00;
|
package/package.json
CHANGED
|
@@ -148,7 +148,11 @@ export default {
|
|
|
148
148
|
{{ title }}
|
|
149
149
|
</h1>
|
|
150
150
|
</slot>
|
|
151
|
-
<p
|
|
151
|
+
<p
|
|
152
|
+
v-if="description || $scopedSlots.description"
|
|
153
|
+
ref="description"
|
|
154
|
+
class="gl-mb-0 gl-mt-4 gl-text-subtle"
|
|
155
|
+
>
|
|
152
156
|
<!--
|
|
153
157
|
@slot Use this slot to customize the empty state's description
|
|
154
158
|
area. Overrides the `description` prop.
|
package/src/scss/typography.scss
CHANGED
|
@@ -165,7 +165,7 @@ export const GL_COLOR_PURPLE_950 = '#232150';
|
|
|
165
165
|
export const GL_COLOR_RED_50 = '#fcf1ef';
|
|
166
166
|
export const GL_COLOR_RED_100 = '#fdd4cd';
|
|
167
167
|
export const GL_COLOR_RED_200 = '#fcb5aa';
|
|
168
|
-
export const GL_COLOR_RED_300 = '#
|
|
168
|
+
export const GL_COLOR_RED_300 = '#f6806d';
|
|
169
169
|
export const GL_COLOR_RED_400 = '#ec5941';
|
|
170
170
|
export const GL_COLOR_RED_500 = '#dd2b0e';
|
|
171
171
|
export const GL_COLOR_RED_600 = '#c91c00';
|
|
@@ -331,7 +331,7 @@ export const GL_ALERT_WARNING_TITLE_COLOR = '#d99530';
|
|
|
331
331
|
export const GL_ALERT_WARNING_BACKGROUND_COLOR = '#28272d';
|
|
332
332
|
export const GL_ALERT_WARNING_BORDER_TOP_COLOR = '#c17d10';
|
|
333
333
|
export const GL_ALERT_WARNING_BORDER_BOTTOM_COLOR = 'transparent';
|
|
334
|
-
export const GL_ALERT_DANGER_TITLE_COLOR = '#
|
|
334
|
+
export const GL_ALERT_DANGER_TITLE_COLOR = '#f6806d';
|
|
335
335
|
export const GL_ALERT_DANGER_BACKGROUND_COLOR = '#28272d';
|
|
336
336
|
export const GL_ALERT_DANGER_BORDER_TOP_COLOR = '#ec5941';
|
|
337
337
|
export const GL_ALERT_DANGER_BORDER_BOTTOM_COLOR = 'transparent';
|
|
@@ -429,9 +429,9 @@ export const GL_BADGE_WARNING_ICON_COLOR_DEFAULT = '#421f00';
|
|
|
429
429
|
export const GL_BADGE_WARNING_ICON_COLOR_HOVER = '#421f00';
|
|
430
430
|
export const GL_BADGE_WARNING_ICON_COLOR_FOCUS = '#421f00';
|
|
431
431
|
export const GL_BADGE_WARNING_ICON_COLOR_ACTIVE = '#421f00';
|
|
432
|
-
export const GL_BADGE_DANGER_BACKGROUND_COLOR_DEFAULT = '#
|
|
433
|
-
export const GL_BADGE_DANGER_BACKGROUND_COLOR_HOVER = '#
|
|
434
|
-
export const GL_BADGE_DANGER_BACKGROUND_COLOR_FOCUS = '#
|
|
432
|
+
export const GL_BADGE_DANGER_BACKGROUND_COLOR_DEFAULT = '#f6806d';
|
|
433
|
+
export const GL_BADGE_DANGER_BACKGROUND_COLOR_HOVER = '#f6806d';
|
|
434
|
+
export const GL_BADGE_DANGER_BACKGROUND_COLOR_FOCUS = '#f6806d';
|
|
435
435
|
export const GL_BADGE_DANGER_BACKGROUND_COLOR_ACTIVE = '#fcb5aa';
|
|
436
436
|
export const GL_BADGE_DANGER_BORDER_COLOR_DEFAULT = 'transparent';
|
|
437
437
|
export const GL_BADGE_DANGER_BORDER_COLOR_HOVER = '#fcb5aa';
|
|
@@ -569,7 +569,7 @@ export const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_DEFAULT = '#18171d';
|
|
|
569
569
|
export const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_HOVER = '#18171d';
|
|
570
570
|
export const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_FOCUS = '#18171d';
|
|
571
571
|
export const GL_BUTTON_DANGER_PRIMARY_FOREGROUND_COLOR_ACTIVE = '#18171d';
|
|
572
|
-
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_DEFAULT = '#
|
|
572
|
+
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_DEFAULT = '#f6806d';
|
|
573
573
|
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_HOVER = '#fcb5aa';
|
|
574
574
|
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_FOCUS = '#fcb5aa';
|
|
575
575
|
export const GL_BUTTON_DANGER_PRIMARY_BACKGROUND_COLOR_ACTIVE = '#ec5941';
|
|
@@ -704,11 +704,11 @@ export const GL_CONTROL_BORDER_COLOR_DEFAULT = '#737278';
|
|
|
704
704
|
export const GL_CONTROL_BORDER_COLOR_HOVER = '#a4a3a8';
|
|
705
705
|
export const GL_CONTROL_BORDER_COLOR_FOCUS = '#ececef';
|
|
706
706
|
export const GL_CONTROL_BORDER_COLOR_DISABLED = '#3a383f';
|
|
707
|
-
export const GL_CONTROL_BORDER_COLOR_ERROR = '#
|
|
707
|
+
export const GL_CONTROL_BORDER_COLOR_ERROR = '#f6806d';
|
|
708
708
|
export const GL_CONTROL_BORDER_COLOR_SELECTED_DEFAULT = '#428fdc';
|
|
709
709
|
export const GL_CONTROL_BORDER_COLOR_SELECTED_HOVER = '#9dc7f1';
|
|
710
710
|
export const GL_CONTROL_BORDER_COLOR_SELECTED_FOCUS = '#9dc7f1';
|
|
711
|
-
export const GL_CONTROL_TEXT_COLOR_ERROR = '#
|
|
711
|
+
export const GL_CONTROL_TEXT_COLOR_ERROR = '#f6806d';
|
|
712
712
|
export const GL_CONTROL_TEXT_COLOR_VALID = '#52b87a';
|
|
713
713
|
export const GL_CONTROL_PLACEHOLDER_COLOR = '#89888d';
|
|
714
714
|
export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#18171d';
|
|
@@ -896,7 +896,7 @@ export const GL_FEEDBACK_WARNING_TEXT_COLOR = '#e9be74';
|
|
|
896
896
|
export const GL_FEEDBACK_WARNING_ICON_COLOR = '#d99530';
|
|
897
897
|
export const GL_FEEDBACK_DANGER_BACKGROUND_COLOR = '#660e00';
|
|
898
898
|
export const GL_FEEDBACK_DANGER_TEXT_COLOR = '#fcb5aa';
|
|
899
|
-
export const GL_FEEDBACK_DANGER_ICON_COLOR = '#
|
|
899
|
+
export const GL_FEEDBACK_DANGER_ICON_COLOR = '#f6806d';
|
|
900
900
|
export const GL_FOCUS_RING_OUTER_COLOR = '#428fdc';
|
|
901
901
|
export const GL_FOCUS_RING_INNER_COLOR = '#18171d';
|
|
902
902
|
export const GL_ICON_COLOR_DEFAULT = '#dcdcde';
|
|
@@ -906,7 +906,7 @@ export const GL_ICON_COLOR_DISABLED = '#737278';
|
|
|
906
906
|
export const GL_ICON_COLOR_LINK = '#63a6e9';
|
|
907
907
|
export const GL_ICON_COLOR_INFO = '#63a6e9';
|
|
908
908
|
export const GL_ICON_COLOR_WARNING = '#d99530';
|
|
909
|
-
export const GL_ICON_COLOR_DANGER = '#
|
|
909
|
+
export const GL_ICON_COLOR_DANGER = '#f6806d';
|
|
910
910
|
export const GL_ICON_COLOR_SUCCESS = '#52b87a';
|
|
911
911
|
export const GL_LINE_HEIGHT_12 = '0.75rem';
|
|
912
912
|
export const GL_LINE_HEIGHT_16 = '1rem';
|
|
@@ -946,6 +946,6 @@ export const GL_TEXT_COLOR_STRONG = '#fff';
|
|
|
946
946
|
export const GL_TEXT_COLOR_HEADING = '#fff';
|
|
947
947
|
export const GL_TEXT_COLOR_LINK = '#9dc7f1';
|
|
948
948
|
export const GL_TEXT_COLOR_WARNING = '#d99530';
|
|
949
|
-
export const GL_TEXT_COLOR_DANGER = '#
|
|
949
|
+
export const GL_TEXT_COLOR_DANGER = '#f6806d';
|
|
950
950
|
export const GL_TEXT_COLOR_SUCCESS = '#52b87a';
|
|
951
951
|
export const GL_TEXT_COLOR_DISABLED = '#89888d';
|
|
@@ -165,7 +165,7 @@ export const GL_COLOR_PURPLE_950 = '#232150';
|
|
|
165
165
|
export const GL_COLOR_RED_50 = '#fcf1ef';
|
|
166
166
|
export const GL_COLOR_RED_100 = '#fdd4cd';
|
|
167
167
|
export const GL_COLOR_RED_200 = '#fcb5aa';
|
|
168
|
-
export const GL_COLOR_RED_300 = '#
|
|
168
|
+
export const GL_COLOR_RED_300 = '#f6806d';
|
|
169
169
|
export const GL_COLOR_RED_400 = '#ec5941';
|
|
170
170
|
export const GL_COLOR_RED_500 = '#dd2b0e';
|
|
171
171
|
export const GL_COLOR_RED_600 = '#c91c00';
|
|
@@ -3387,12 +3387,12 @@
|
|
|
3387
3387
|
]
|
|
3388
3388
|
},
|
|
3389
3389
|
"300": {
|
|
3390
|
-
"$value": "#
|
|
3390
|
+
"$value": "#f6806d",
|
|
3391
3391
|
"$type": "color",
|
|
3392
3392
|
"filePath": "src/tokens/color.constant.tokens.json",
|
|
3393
3393
|
"isSource": true,
|
|
3394
3394
|
"original": {
|
|
3395
|
-
"$value": "#
|
|
3395
|
+
"$value": "#f6806d",
|
|
3396
3396
|
"$type": "color"
|
|
3397
3397
|
},
|
|
3398
3398
|
"name": "COLOR_RED_300",
|
|
@@ -6769,7 +6769,7 @@
|
|
|
6769
6769
|
"danger": {
|
|
6770
6770
|
"title": {
|
|
6771
6771
|
"color": {
|
|
6772
|
-
"$value": "#
|
|
6772
|
+
"$value": "#f6806d",
|
|
6773
6773
|
"$type": "color",
|
|
6774
6774
|
"$description": "Used for the title color of a danger alert.",
|
|
6775
6775
|
"filePath": "src/tokens/contextual/alert.tokens.json",
|
|
@@ -9112,7 +9112,7 @@
|
|
|
9112
9112
|
"background": {
|
|
9113
9113
|
"color": {
|
|
9114
9114
|
"default": {
|
|
9115
|
-
"$value": "#
|
|
9115
|
+
"$value": "#f6806d",
|
|
9116
9116
|
"$type": "color",
|
|
9117
9117
|
"$description": "Used for the background of a danger badge when static or the default state when linked.",
|
|
9118
9118
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
@@ -9136,7 +9136,7 @@
|
|
|
9136
9136
|
]
|
|
9137
9137
|
},
|
|
9138
9138
|
"hover": {
|
|
9139
|
-
"$value": "#
|
|
9139
|
+
"$value": "#f6806d",
|
|
9140
9140
|
"$type": "color",
|
|
9141
9141
|
"$description": "Used for the background of a danger badge in the hover state.",
|
|
9142
9142
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
@@ -9157,7 +9157,7 @@
|
|
|
9157
9157
|
]
|
|
9158
9158
|
},
|
|
9159
9159
|
"focus": {
|
|
9160
|
-
"$value": "#
|
|
9160
|
+
"$value": "#f6806d",
|
|
9161
9161
|
"$type": "color",
|
|
9162
9162
|
"$description": "Used for the background of a danger badge in the focus state.",
|
|
9163
9163
|
"filePath": "src/tokens/contextual/badge.tokens.json",
|
|
@@ -12390,7 +12390,7 @@
|
|
|
12390
12390
|
"background": {
|
|
12391
12391
|
"color": {
|
|
12392
12392
|
"default": {
|
|
12393
|
-
"$value": "#
|
|
12393
|
+
"$value": "#f6806d",
|
|
12394
12394
|
"$type": "color",
|
|
12395
12395
|
"$description": "Used for the background of a danger (destructive) primary button in the default state.",
|
|
12396
12396
|
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
@@ -15712,7 +15712,7 @@
|
|
|
15712
15712
|
]
|
|
15713
15713
|
},
|
|
15714
15714
|
"error": {
|
|
15715
|
-
"$value": "#
|
|
15715
|
+
"$value": "#f6806d",
|
|
15716
15716
|
"$type": "color",
|
|
15717
15717
|
"$description": "Used for invalid form control (input, textarea) border.",
|
|
15718
15718
|
"filePath": "src/tokens/control.tokens.json",
|
|
@@ -15813,7 +15813,7 @@
|
|
|
15813
15813
|
"text": {
|
|
15814
15814
|
"color": {
|
|
15815
15815
|
"error": {
|
|
15816
|
-
"$value": "#
|
|
15816
|
+
"$value": "#f6806d",
|
|
15817
15817
|
"$type": "color",
|
|
15818
15818
|
"$description": "Used for the helper text when the input is invalid.",
|
|
15819
15819
|
"filePath": "src/tokens/control.tokens.json",
|
|
@@ -20597,7 +20597,7 @@
|
|
|
20597
20597
|
},
|
|
20598
20598
|
"icon": {
|
|
20599
20599
|
"color": {
|
|
20600
|
-
"$value": "#
|
|
20600
|
+
"$value": "#f6806d",
|
|
20601
20601
|
"$type": "color",
|
|
20602
20602
|
"$description": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
|
|
20603
20603
|
"filePath": "src/tokens/feedback.tokens.json",
|
|
@@ -20826,7 +20826,7 @@
|
|
|
20826
20826
|
]
|
|
20827
20827
|
},
|
|
20828
20828
|
"danger": {
|
|
20829
|
-
"$value": "#
|
|
20829
|
+
"$value": "#f6806d",
|
|
20830
20830
|
"$type": "color",
|
|
20831
20831
|
"$description": "Used for an icon associated with an error or danger.",
|
|
20832
20832
|
"filePath": "src/tokens/icon.tokens.json",
|
|
@@ -21777,7 +21777,7 @@
|
|
|
21777
21777
|
]
|
|
21778
21778
|
},
|
|
21779
21779
|
"danger": {
|
|
21780
|
-
"$value": "#
|
|
21780
|
+
"$value": "#f6806d",
|
|
21781
21781
|
"$type": "color",
|
|
21782
21782
|
"$description": "Used for text indicating a problem, critical state, destructive action, error, failure, removal, stop, or declination.",
|
|
21783
21783
|
"filePath": "src/tokens/text.tokens.json",
|
|
@@ -3387,12 +3387,12 @@
|
|
|
3387
3387
|
]
|
|
3388
3388
|
},
|
|
3389
3389
|
"300": {
|
|
3390
|
-
"$value": "#
|
|
3390
|
+
"$value": "#f6806d",
|
|
3391
3391
|
"$type": "color",
|
|
3392
3392
|
"filePath": "src/tokens/color.constant.tokens.json",
|
|
3393
3393
|
"isSource": true,
|
|
3394
3394
|
"original": {
|
|
3395
|
-
"$value": "#
|
|
3395
|
+
"$value": "#f6806d",
|
|
3396
3396
|
"$type": "color"
|
|
3397
3397
|
},
|
|
3398
3398
|
"name": "COLOR_RED_300",
|
|
@@ -86,7 +86,7 @@ $gl-color-purple-950: #232150;
|
|
|
86
86
|
$gl-color-red-50: #fcf1ef;
|
|
87
87
|
$gl-color-red-100: #fdd4cd;
|
|
88
88
|
$gl-color-red-200: #fcb5aa;
|
|
89
|
-
$gl-color-red-300: #
|
|
89
|
+
$gl-color-red-300: #f6806d;
|
|
90
90
|
$gl-color-red-400: #ec5941;
|
|
91
91
|
$gl-color-red-500: #dd2b0e;
|
|
92
92
|
$gl-color-red-600: #c91c00;
|
|
@@ -86,7 +86,7 @@ $gl-color-purple-950: #232150;
|
|
|
86
86
|
$gl-color-red-50: #fcf1ef;
|
|
87
87
|
$gl-color-red-100: #fdd4cd;
|
|
88
88
|
$gl-color-red-200: #fcb5aa;
|
|
89
|
-
$gl-color-red-300: #
|
|
89
|
+
$gl-color-red-300: #f6806d;
|
|
90
90
|
$gl-color-red-400: #ec5941;
|
|
91
91
|
$gl-color-red-500: #dd2b0e;
|
|
92
92
|
$gl-color-red-600: #c91c00;
|