@gitlab/ui 123.5.0 → 123.6.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/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +3 -2
- package/dist/tokens/build/js/tokens.js +3 -2
- package/dist/tokens/css/tokens.css +2 -1
- package/dist/tokens/css/tokens.dark.css +2 -1
- package/dist/tokens/docs/tokens-tailwind-docs.dark.json +32 -0
- package/dist/tokens/docs/tokens-tailwind-docs.json +32 -0
- package/dist/tokens/figma/contextual.tokens.json +1 -1
- package/dist/tokens/figma/semantic.tokens.json +12 -0
- package/dist/tokens/js/tokens.dark.js +2 -1
- package/dist/tokens/js/tokens.js +2 -1
- package/dist/tokens/json/tokens.dark.json +35 -2
- package/dist/tokens/json/tokens.json +35 -2
- package/dist/tokens/scss/_tokens.dark.scss +2 -1
- package/dist/tokens/scss/_tokens.scss +2 -1
- package/dist/tokens/scss/_tokens_custom_properties.scss +1 -0
- package/dist/tokens/tailwind/tokens.cjs +1 -1
- package/package.json +1 -1
- package/src/components/base/alert/alert.scss +3 -3
- package/src/components/base/banner/banner.scss +1 -0
- package/src/components/base/popover/popover.scss +2 -5
- package/src/components/base/toast/toast.scss +1 -1
- package/src/components/base/tooltip/tooltip.scss +1 -1
- package/src/scss/variables.scss +0 -2
- package/src/tokens/build/css/tokens.css +2 -1
- package/src/tokens/build/css/tokens.dark.css +2 -1
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +32 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.json +32 -0
- package/src/tokens/build/figma/contextual.tokens.json +1 -1
- package/src/tokens/build/figma/semantic.tokens.json +12 -0
- package/src/tokens/build/js/tokens.dark.js +2 -1
- package/src/tokens/build/js/tokens.js +2 -1
- package/src/tokens/build/json/tokens.dark.json +35 -2
- package/src/tokens/build/json/tokens.json +35 -2
- package/src/tokens/build/scss/_tokens.dark.scss +2 -1
- package/src/tokens/build/scss/_tokens.scss +2 -1
- package/src/tokens/build/scss/_tokens_custom_properties.scss +1 -0
- package/src/tokens/build/tailwind/tokens.cjs +1 -0
- package/src/tokens/contextual/alert.tokens.json +1 -1
- package/src/tokens/semantic/feedback.tokens.json +12 -0
- package/src/vendor/bootstrap/scss/_popover.scss +2 -9
|
@@ -7880,7 +7880,7 @@
|
|
|
7880
7880
|
"border": {
|
|
7881
7881
|
"radius": {
|
|
7882
7882
|
"key": "{alert.border.radius}",
|
|
7883
|
-
"$value": "0.
|
|
7883
|
+
"$value": "0.5rem",
|
|
7884
7884
|
"$type": "dimension",
|
|
7885
7885
|
"$description": "Used for alert border radius.",
|
|
7886
7886
|
"$extensions": {
|
|
@@ -7891,7 +7891,7 @@
|
|
|
7891
7891
|
"filePath": "src/tokens/contextual/alert.tokens.json",
|
|
7892
7892
|
"isSource": true,
|
|
7893
7893
|
"original": {
|
|
7894
|
-
"$value": "{border.radius.
|
|
7894
|
+
"$value": "{border.radius.lg}",
|
|
7895
7895
|
"$type": "dimension",
|
|
7896
7896
|
"$description": "Used for alert border radius.",
|
|
7897
7897
|
"$extensions": {
|
|
@@ -35071,6 +35071,39 @@
|
|
|
35071
35071
|
}
|
|
35072
35072
|
},
|
|
35073
35073
|
"feedback": {
|
|
35074
|
+
"border": {
|
|
35075
|
+
"radius": {
|
|
35076
|
+
"key": "{feedback.border.radius}",
|
|
35077
|
+
"$value": "0.5rem",
|
|
35078
|
+
"$type": "dimension",
|
|
35079
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
35080
|
+
"$extensions": {
|
|
35081
|
+
"com.figma.scope": [
|
|
35082
|
+
"CORNER_RADIUS"
|
|
35083
|
+
]
|
|
35084
|
+
},
|
|
35085
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
35086
|
+
"isSource": true,
|
|
35087
|
+
"original": {
|
|
35088
|
+
"$value": "{border.radius.lg}",
|
|
35089
|
+
"$type": "dimension",
|
|
35090
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
35091
|
+
"$extensions": {
|
|
35092
|
+
"com.figma.scope": [
|
|
35093
|
+
"CORNER_RADIUS"
|
|
35094
|
+
]
|
|
35095
|
+
},
|
|
35096
|
+
"key": "{feedback.border.radius}"
|
|
35097
|
+
},
|
|
35098
|
+
"name": "FEEDBACK_BORDER_RADIUS",
|
|
35099
|
+
"attributes": {},
|
|
35100
|
+
"path": [
|
|
35101
|
+
"feedback",
|
|
35102
|
+
"border",
|
|
35103
|
+
"radius"
|
|
35104
|
+
]
|
|
35105
|
+
}
|
|
35106
|
+
},
|
|
35074
35107
|
"strong": {
|
|
35075
35108
|
"background": {
|
|
35076
35109
|
"color": {
|
|
@@ -927,6 +927,7 @@ $gl-border-color-section: $gl-background-color-default; // Used for the border c
|
|
|
927
927
|
$gl-shadow-sm: 0 0 2px $gl-shadow-color-default, 0 1px 4px $gl-shadow-color-default; // Used for surfaces that need to indicate users can manually interact with them. For example, cards in issue board.
|
|
928
928
|
$gl-shadow-md: 0 0 1px $gl-shadow-color-default, 0 0 2px $gl-shadow-color-default, 0 2px 8px $gl-shadow-color-default; // Used for surfaces that need boundary definition and appear on hover. For example, popovers.
|
|
929
929
|
$gl-shadow-lg: 0 0 2px $gl-shadow-color-default, 0 0 2px $gl-shadow-color-default, 0 4px 12px $gl-shadow-color-default; // Used for large surfaces that present additional context to the user.
|
|
930
|
+
$gl-alert-border-radius: $gl-border-radius-lg; // Used for alert border radius.
|
|
930
931
|
$gl-alert-neutral-title-color: $gl-text-color-heading; // Used for the title color of a neutral alert.
|
|
931
932
|
$gl-alert-neutral-background-color: $gl-feedback-neutral-background-color; // Used for the background color of a neutral alert.
|
|
932
933
|
$gl-alert-info-title-color: $gl-color-blue-300; // Used for the title color of an info alert.
|
|
@@ -1054,6 +1055,7 @@ $gl-action-strong-neutral-border-color-hover: $gl-action-strong-neutral-border-c
|
|
|
1054
1055
|
$gl-control-text-color-error: $gl-text-color-danger; // Used for the helper text when the input is invalid.
|
|
1055
1056
|
$gl-control-text-color-valid: $gl-text-color-success; // Used for the helper text when the input is valid.
|
|
1056
1057
|
$gl-control-placeholder-color: $gl-text-color-disabled; // Used for placeholder text within inputs.
|
|
1058
|
+
$gl-feedback-border-radius: $gl-border-radius-lg; // Used for the border radius of a feedback element.
|
|
1057
1059
|
$gl-focus-ring-inner-color: $gl-background-color-default; // Used for the inner neutral portion of the focus ring.
|
|
1058
1060
|
$gl-icon-color-default: $gl-text-color-default; // Used for the default icon color. Can be paired with default text.
|
|
1059
1061
|
$gl-icon-color-subtle: $gl-text-color-subtle; // Used for a static or decorational icon. Can be paired with subtle text.
|
|
@@ -1063,7 +1065,6 @@ $gl-icon-color-link: $gl-text-color-link; // Used for an icon within a link.
|
|
|
1063
1065
|
$gl-icon-color-warning: $gl-text-color-warning; // Used for an icon associated with a warning.
|
|
1064
1066
|
$gl-icon-color-danger: $gl-text-color-danger; // Used for an icon associated with an error or danger.
|
|
1065
1067
|
$gl-icon-color-success: $gl-text-color-success; // Used for an icon associated with success or validity.
|
|
1066
|
-
$gl-alert-border-radius: $gl-border-radius-default; // Used for alert border radius.
|
|
1067
1068
|
$gl-badge-muted-background-color-focus: $gl-badge-muted-background-color-hover; // Used for the background of a muted badge in the focus state.
|
|
1068
1069
|
$gl-badge-neutral-background-color-focus: $gl-badge-neutral-background-color-hover; // Used for the background of a neutral badge in the focus state.
|
|
1069
1070
|
$gl-badge-info-background-color-focus: $gl-badge-info-background-color-hover; // Used for the background of an informational badge in the focus state.
|
|
@@ -927,6 +927,7 @@ $gl-border-color-section: $gl-border-color-default; // Used for the border color
|
|
|
927
927
|
$gl-shadow-sm: 0 0 2px $gl-shadow-color-default, 0 1px 4px $gl-shadow-color-default; // Used for surfaces that need to indicate users can manually interact with them. For example, cards in issue board.
|
|
928
928
|
$gl-shadow-md: 0 0 1px $gl-shadow-color-default, 0 0 2px $gl-shadow-color-default, 0 2px 8px $gl-shadow-color-default; // Used for surfaces that need boundary definition and appear on hover. For example, popovers.
|
|
929
929
|
$gl-shadow-lg: 0 0 2px $gl-shadow-color-default, 0 0 2px $gl-shadow-color-default, 0 4px 12px $gl-shadow-color-default; // Used for large surfaces that present additional context to the user.
|
|
930
|
+
$gl-alert-border-radius: $gl-border-radius-lg; // Used for alert border radius.
|
|
930
931
|
$gl-alert-neutral-title-color: $gl-text-color-heading; // Used for the title color of a neutral alert.
|
|
931
932
|
$gl-alert-neutral-background-color: $gl-feedback-neutral-background-color; // Used for the background color of a neutral alert.
|
|
932
933
|
$gl-alert-info-title-color: $gl-text-color-heading; // Used for the title color of an info alert.
|
|
@@ -1054,6 +1055,7 @@ $gl-action-strong-neutral-border-color-hover: $gl-action-strong-neutral-border-c
|
|
|
1054
1055
|
$gl-control-text-color-error: $gl-text-color-danger; // Used for the helper text when the input is invalid.
|
|
1055
1056
|
$gl-control-text-color-valid: $gl-text-color-success; // Used for the helper text when the input is valid.
|
|
1056
1057
|
$gl-control-placeholder-color: $gl-text-color-disabled; // Used for placeholder text within inputs.
|
|
1058
|
+
$gl-feedback-border-radius: $gl-border-radius-lg; // Used for the border radius of a feedback element.
|
|
1057
1059
|
$gl-focus-ring-inner-color: $gl-background-color-default; // Used for the inner neutral portion of the focus ring.
|
|
1058
1060
|
$gl-icon-color-default: $gl-text-color-default; // Used for the default icon color. Can be paired with default text.
|
|
1059
1061
|
$gl-icon-color-subtle: $gl-text-color-subtle; // Used for a static or decorational icon. Can be paired with subtle text.
|
|
@@ -1063,7 +1065,6 @@ $gl-icon-color-link: $gl-text-color-link; // Used for an icon within a link.
|
|
|
1063
1065
|
$gl-icon-color-warning: $gl-text-color-warning; // Used for an icon associated with a warning.
|
|
1064
1066
|
$gl-icon-color-danger: $gl-text-color-danger; // Used for an icon associated with an error or danger.
|
|
1065
1067
|
$gl-icon-color-success: $gl-text-color-success; // Used for an icon associated with success or validity.
|
|
1066
|
-
$gl-alert-border-radius: $gl-border-radius-default; // Used for alert border radius.
|
|
1067
1068
|
$gl-badge-muted-background-color-focus: $gl-badge-muted-background-color-hover; // Used for the background of a muted badge in the focus state.
|
|
1068
1069
|
$gl-badge-neutral-background-color-focus: $gl-badge-neutral-background-color-hover; // Used for the background of a neutral badge in the focus state.
|
|
1069
1070
|
$gl-badge-info-background-color-focus: $gl-badge-info-background-color-hover; // Used for the background of an informational badge in the focus state.
|
|
@@ -1057,6 +1057,7 @@ $gl-control-text-color-valid: var(--gl-control-text-color-valid);
|
|
|
1057
1057
|
$gl-control-placeholder-color: var(--gl-control-placeholder-color);
|
|
1058
1058
|
$gl-control-indicator-color-selected: var(--gl-control-indicator-color-selected);
|
|
1059
1059
|
$gl-control-indicator-color-disabled: var(--gl-control-indicator-color-disabled);
|
|
1060
|
+
$gl-feedback-border-radius: var(--gl-feedback-border-radius);
|
|
1060
1061
|
$gl-feedback-strong-background-color: var(--gl-feedback-strong-background-color);
|
|
1061
1062
|
$gl-feedback-strong-text-color: var(--gl-feedback-strong-text-color);
|
|
1062
1063
|
$gl-feedback-strong-icon-color: var(--gl-feedback-strong-icon-color);
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
const feedbackTextColors = {"feedback-strong":"var(--gl-feedback-strong-text-color)","feedback-neutral":"var(--gl-feedback-neutral-text-color)","feedback-info":"var(--gl-feedback-info-text-color)","feedback-success":"var(--gl-feedback-success-text-color)","feedback-warning":"var(--gl-feedback-warning-text-color)","feedback-danger":"var(--gl-feedback-danger-text-color)"};
|
|
22
22
|
const feedbackIconColors = {"feedback-strong":"var(--gl-feedback-strong-icon-color)","feedback-neutral":"var(--gl-feedback-neutral-icon-color)","feedback-info":"var(--gl-feedback-info-icon-color)","feedback-success":"var(--gl-feedback-success-icon-color)","feedback-warning":"var(--gl-feedback-warning-icon-color)","feedback-danger":"var(--gl-feedback-danger-icon-color)"};
|
|
23
23
|
const spacingScale = {"0":"var(--gl-spacing-scale-0)","1":"var(--gl-spacing-scale-1)","2":"var(--gl-spacing-scale-2)","3":"var(--gl-spacing-scale-3)","4":"var(--gl-spacing-scale-4)","5":"var(--gl-spacing-scale-5)","6":"var(--gl-spacing-scale-6)","7":"var(--gl-spacing-scale-7)","8":"var(--gl-spacing-scale-8)","9":"var(--gl-spacing-scale-9)","10":"var(--gl-spacing-scale-10)","11":"var(--gl-spacing-scale-11)","12":"var(--gl-spacing-scale-12)","13":"var(--gl-spacing-scale-13)","15":"var(--gl-spacing-scale-15)","18":"var(--gl-spacing-scale-18)","20":"var(--gl-spacing-scale-20)","26":"var(--gl-spacing-scale-26)","28":"var(--gl-spacing-scale-28)","30":"var(--gl-spacing-scale-30)","31":"var(--gl-spacing-scale-31)","33":"var(--gl-spacing-scale-33)","34":"var(--gl-spacing-scale-34)","37":"var(--gl-spacing-scale-37)","48":"var(--gl-spacing-scale-48)","62":"var(--gl-spacing-scale-62)","75":"var(--gl-spacing-scale-75)","80":"var(--gl-spacing-scale-80)","88":"var(--gl-spacing-scale-88)","px":"var(--gl-spacing-scale-px)","2-5":"var(--gl-spacing-scale-2-5)","11-5":"var(--gl-spacing-scale-11-5)"};
|
|
24
|
-
const borderRadius = {"none":"var(--gl-border-radius-none)","xs":"var(--gl-border-radius-xs)","sm":"var(--gl-border-radius-sm)","md":"var(--gl-border-radius-md)","lg":"var(--gl-border-radius-lg)","xl":"var(--gl-border-radius-xl)","2xl":"var(--gl-border-radius-2xl)","3xl":"var(--gl-border-radius-3xl)","full":"var(--gl-border-radius-full)","default":"var(--gl-border-radius-default)","control":"var(--gl-control-border-radius)"};
|
|
24
|
+
const borderRadius = {"none":"var(--gl-border-radius-none)","xs":"var(--gl-border-radius-xs)","sm":"var(--gl-border-radius-sm)","md":"var(--gl-border-radius-md)","lg":"var(--gl-border-radius-lg)","xl":"var(--gl-border-radius-xl)","2xl":"var(--gl-border-radius-2xl)","3xl":"var(--gl-border-radius-3xl)","full":"var(--gl-border-radius-full)","default":"var(--gl-border-radius-default)","control":"var(--gl-control-border-radius)","feedback":"var(--gl-feedback-border-radius)"};
|
|
25
25
|
const opacity = {"0":"var(--gl-opacity-0)","1":"var(--gl-opacity-1)","2":"var(--gl-opacity-2)","3":"var(--gl-opacity-3)","4":"var(--gl-opacity-4)","5":"var(--gl-opacity-5)","6":"var(--gl-opacity-6)","7":"var(--gl-opacity-7)","8":"var(--gl-opacity-8)","9":"var(--gl-opacity-9)","10":"var(--gl-opacity-10)"};
|
|
26
26
|
const zindexes = {"0":"var(--gl-zindex-0)","1":"var(--gl-zindex-1)","2":"var(--gl-zindex-2)","3":"var(--gl-zindex-3)","4":"var(--gl-zindex-4)","200":"var(--gl-zindex-200)","9999":"var(--gl-zindex-9999)"};
|
|
27
27
|
const boxShadow = {"sm":"var(--gl-shadow-sm)","md":"var(--gl-shadow-md)","lg":"var(--gl-shadow-lg)"};
|
package/package.json
CHANGED
|
@@ -38,11 +38,11 @@ $gl-alert-top-border-size: 2px;
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.gl-alert {
|
|
41
|
+
@apply gl-py-5;
|
|
41
42
|
@apply gl-text-base;
|
|
42
|
-
position: relative;
|
|
43
|
-
padding-inline: calc(#{$gl-spacing-scale-9} + #{$gl-alert-padding-x});
|
|
44
43
|
border-radius: var(--gl-alert-border-radius);
|
|
45
|
-
|
|
44
|
+
padding-inline: calc(#{$gl-spacing-scale-9} + #{$gl-alert-padding-x});
|
|
45
|
+
position: relative;
|
|
46
46
|
|
|
47
47
|
@media (forced-colors: active) {
|
|
48
48
|
border: 1px solid transparent;
|
|
@@ -4,14 +4,11 @@ $gl-popover-max-width: $grid-size * 35;
|
|
|
4
4
|
|
|
5
5
|
.gl-popover {
|
|
6
6
|
max-width: $gl-popover-max-width;
|
|
7
|
+
@apply gl-bg-overlap;
|
|
7
8
|
@apply gl-border-none;
|
|
8
9
|
@apply gl-drop-shadow-md;
|
|
9
10
|
@apply gl-text-sm;
|
|
10
|
-
|
|
11
|
-
&,
|
|
12
|
-
.popover-header {
|
|
13
|
-
@apply gl-bg-overlap;
|
|
14
|
-
}
|
|
11
|
+
@apply gl-rounded-feedback;
|
|
15
12
|
|
|
16
13
|
.popover-body {
|
|
17
14
|
@apply gl-text-default;
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.gl-toast {
|
|
26
|
-
@apply gl-rounded-default;
|
|
27
26
|
@apply gl-text-base;
|
|
28
27
|
@apply gl-py-5;
|
|
29
28
|
@apply gl-px-6;
|
|
@@ -32,6 +31,7 @@
|
|
|
32
31
|
@apply gl-items-center;
|
|
33
32
|
@apply gl-justify-between;
|
|
34
33
|
@apply gl-shadow-md;
|
|
34
|
+
@apply gl-rounded-feedback;
|
|
35
35
|
background-color: var(--gl-feedback-strong-background-color);
|
|
36
36
|
color: var(--gl-feedback-strong-text-color);
|
|
37
37
|
}
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
.tooltip-inner {
|
|
6
6
|
@apply gl-drop-shadow-md;
|
|
7
|
-
@apply gl-rounded-default;
|
|
8
7
|
@apply gl-leading-normal;
|
|
9
8
|
@apply gl-font-normal;
|
|
10
9
|
@apply gl-py-3;
|
|
11
10
|
@apply gl-px-4;
|
|
11
|
+
@apply gl-rounded-feedback;
|
|
12
12
|
background: var(--gl-feedback-strong-background-color);
|
|
13
13
|
color: var(--gl-feedback-strong-text-color);
|
|
14
14
|
}
|
package/src/scss/variables.scss
CHANGED
|
@@ -300,10 +300,8 @@ $gl-form-input-sizes: (
|
|
|
300
300
|
xl: $grid-size * 70,
|
|
301
301
|
);
|
|
302
302
|
|
|
303
|
-
$popover-bg: $gl-background-color-default !default;
|
|
304
303
|
$popover-arrow-width: 0.5rem;
|
|
305
304
|
$popover-arrow-height: 0.25rem;
|
|
306
|
-
$popover-arrow-color: $popover-bg;
|
|
307
305
|
$popover-arrow-outer-color: $gl-border-color-default;
|
|
308
306
|
|
|
309
307
|
$tooltip-opacity: 1;
|
|
@@ -929,6 +929,7 @@
|
|
|
929
929
|
--gl-shadow-sm: 0 0 2px var(--gl-shadow-color-default), 0 1px 4px var(--gl-shadow-color-default); /** Used for surfaces that need to indicate users can manually interact with them. For example, cards in issue board. */
|
|
930
930
|
--gl-shadow-md: 0 0 1px var(--gl-shadow-color-default), 0 0 2px var(--gl-shadow-color-default), 0 2px 8px var(--gl-shadow-color-default); /** Used for surfaces that need boundary definition and appear on hover. For example, popovers. */
|
|
931
931
|
--gl-shadow-lg: 0 0 2px var(--gl-shadow-color-default), 0 0 2px var(--gl-shadow-color-default), 0 4px 12px var(--gl-shadow-color-default); /** Used for large surfaces that present additional context to the user. */
|
|
932
|
+
--gl-alert-border-radius: var(--gl-border-radius-lg); /** Used for alert border radius. */
|
|
932
933
|
--gl-alert-neutral-title-color: var(--gl-text-color-heading); /** Used for the title color of a neutral alert. */
|
|
933
934
|
--gl-alert-neutral-background-color: var(--gl-feedback-neutral-background-color); /** Used for the background color of a neutral alert. */
|
|
934
935
|
--gl-alert-info-title-color: var(--gl-text-color-heading); /** Used for the title color of an info alert. */
|
|
@@ -1056,6 +1057,7 @@
|
|
|
1056
1057
|
--gl-control-text-color-error: var(--gl-text-color-danger); /** Used for the helper text when the input is invalid. */
|
|
1057
1058
|
--gl-control-text-color-valid: var(--gl-text-color-success); /** Used for the helper text when the input is valid. */
|
|
1058
1059
|
--gl-control-placeholder-color: var(--gl-text-color-disabled); /** Used for placeholder text within inputs. */
|
|
1060
|
+
--gl-feedback-border-radius: var(--gl-border-radius-lg); /** Used for the border radius of a feedback element. */
|
|
1059
1061
|
--gl-focus-ring-inner-color: var(--gl-background-color-default); /** Used for the inner neutral portion of the focus ring. */
|
|
1060
1062
|
--gl-icon-color-default: var(--gl-text-color-default); /** Used for the default icon color. Can be paired with default text. */
|
|
1061
1063
|
--gl-icon-color-subtle: var(--gl-text-color-subtle); /** Used for a static or decorational icon. Can be paired with subtle text. */
|
|
@@ -1065,7 +1067,6 @@
|
|
|
1065
1067
|
--gl-icon-color-warning: var(--gl-text-color-warning); /** Used for an icon associated with a warning. */
|
|
1066
1068
|
--gl-icon-color-danger: var(--gl-text-color-danger); /** Used for an icon associated with an error or danger. */
|
|
1067
1069
|
--gl-icon-color-success: var(--gl-text-color-success); /** Used for an icon associated with success or validity. */
|
|
1068
|
-
--gl-alert-border-radius: var(--gl-border-radius-default); /** Used for alert border radius. */
|
|
1069
1070
|
--gl-badge-muted-background-color-focus: var(--gl-badge-muted-background-color-hover); /** Used for the background of a muted badge in the focus state. */
|
|
1070
1071
|
--gl-badge-neutral-background-color-focus: var(--gl-badge-neutral-background-color-hover); /** Used for the background of a neutral badge in the focus state. */
|
|
1071
1072
|
--gl-badge-info-background-color-focus: var(--gl-badge-info-background-color-hover); /** Used for the background of an informational badge in the focus state. */
|
|
@@ -929,6 +929,7 @@
|
|
|
929
929
|
--gl-shadow-sm: 0 0 2px var(--gl-shadow-color-default), 0 1px 4px var(--gl-shadow-color-default); /** Used for surfaces that need to indicate users can manually interact with them. For example, cards in issue board. */
|
|
930
930
|
--gl-shadow-md: 0 0 1px var(--gl-shadow-color-default), 0 0 2px var(--gl-shadow-color-default), 0 2px 8px var(--gl-shadow-color-default); /** Used for surfaces that need boundary definition and appear on hover. For example, popovers. */
|
|
931
931
|
--gl-shadow-lg: 0 0 2px var(--gl-shadow-color-default), 0 0 2px var(--gl-shadow-color-default), 0 4px 12px var(--gl-shadow-color-default); /** Used for large surfaces that present additional context to the user. */
|
|
932
|
+
--gl-alert-border-radius: var(--gl-border-radius-lg); /** Used for alert border radius. */
|
|
932
933
|
--gl-alert-neutral-title-color: var(--gl-text-color-heading); /** Used for the title color of a neutral alert. */
|
|
933
934
|
--gl-alert-neutral-background-color: var(--gl-feedback-neutral-background-color); /** Used for the background color of a neutral alert. */
|
|
934
935
|
--gl-alert-info-title-color: var(--gl-color-blue-300); /** Used for the title color of an info alert. */
|
|
@@ -1056,6 +1057,7 @@
|
|
|
1056
1057
|
--gl-control-text-color-error: var(--gl-text-color-danger); /** Used for the helper text when the input is invalid. */
|
|
1057
1058
|
--gl-control-text-color-valid: var(--gl-text-color-success); /** Used for the helper text when the input is valid. */
|
|
1058
1059
|
--gl-control-placeholder-color: var(--gl-text-color-disabled); /** Used for placeholder text within inputs. */
|
|
1060
|
+
--gl-feedback-border-radius: var(--gl-border-radius-lg); /** Used for the border radius of a feedback element. */
|
|
1059
1061
|
--gl-focus-ring-inner-color: var(--gl-background-color-default); /** Used for the inner neutral portion of the focus ring. */
|
|
1060
1062
|
--gl-icon-color-default: var(--gl-text-color-default); /** Used for the default icon color. Can be paired with default text. */
|
|
1061
1063
|
--gl-icon-color-subtle: var(--gl-text-color-subtle); /** Used for a static or decorational icon. Can be paired with subtle text. */
|
|
@@ -1065,7 +1067,6 @@
|
|
|
1065
1067
|
--gl-icon-color-warning: var(--gl-text-color-warning); /** Used for an icon associated with a warning. */
|
|
1066
1068
|
--gl-icon-color-danger: var(--gl-text-color-danger); /** Used for an icon associated with an error or danger. */
|
|
1067
1069
|
--gl-icon-color-success: var(--gl-text-color-success); /** Used for an icon associated with success or validity. */
|
|
1068
|
-
--gl-alert-border-radius: var(--gl-border-radius-default); /** Used for alert border radius. */
|
|
1069
1070
|
--gl-badge-muted-background-color-focus: var(--gl-badge-muted-background-color-hover); /** Used for the background of a muted badge in the focus state. */
|
|
1070
1071
|
--gl-badge-neutral-background-color-focus: var(--gl-badge-neutral-background-color-hover); /** Used for the background of a neutral badge in the focus state. */
|
|
1071
1072
|
--gl-badge-info-background-color-focus: var(--gl-badge-info-background-color-hover); /** Used for the background of an informational badge in the focus state. */
|
|
@@ -44057,6 +44057,38 @@
|
|
|
44057
44057
|
"radius"
|
|
44058
44058
|
],
|
|
44059
44059
|
"cssWithValue": "var(--gl-control-border-radius)"
|
|
44060
|
+
},
|
|
44061
|
+
"feedback": {
|
|
44062
|
+
"key": "{feedback.border.radius}",
|
|
44063
|
+
"$value": "0.5rem",
|
|
44064
|
+
"$type": "dimension",
|
|
44065
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
44066
|
+
"$extensions": {
|
|
44067
|
+
"com.figma.scope": [
|
|
44068
|
+
"CORNER_RADIUS"
|
|
44069
|
+
]
|
|
44070
|
+
},
|
|
44071
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
44072
|
+
"isSource": true,
|
|
44073
|
+
"original": {
|
|
44074
|
+
"$value": "{border.radius.lg}",
|
|
44075
|
+
"$type": "dimension",
|
|
44076
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
44077
|
+
"$extensions": {
|
|
44078
|
+
"com.figma.scope": [
|
|
44079
|
+
"CORNER_RADIUS"
|
|
44080
|
+
]
|
|
44081
|
+
},
|
|
44082
|
+
"key": "{feedback.border.radius}"
|
|
44083
|
+
},
|
|
44084
|
+
"name": "FEEDBACK_BORDER_RADIUS",
|
|
44085
|
+
"attributes": {},
|
|
44086
|
+
"path": [
|
|
44087
|
+
"feedback",
|
|
44088
|
+
"border",
|
|
44089
|
+
"radius"
|
|
44090
|
+
],
|
|
44091
|
+
"cssWithValue": "var(--gl-feedback-border-radius)"
|
|
44060
44092
|
}
|
|
44061
44093
|
},
|
|
44062
44094
|
"opacity": {
|
|
@@ -44057,6 +44057,38 @@
|
|
|
44057
44057
|
"radius"
|
|
44058
44058
|
],
|
|
44059
44059
|
"cssWithValue": "var(--gl-control-border-radius)"
|
|
44060
|
+
},
|
|
44061
|
+
"feedback": {
|
|
44062
|
+
"key": "{feedback.border.radius}",
|
|
44063
|
+
"$value": "0.5rem",
|
|
44064
|
+
"$type": "dimension",
|
|
44065
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
44066
|
+
"$extensions": {
|
|
44067
|
+
"com.figma.scope": [
|
|
44068
|
+
"CORNER_RADIUS"
|
|
44069
|
+
]
|
|
44070
|
+
},
|
|
44071
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
44072
|
+
"isSource": true,
|
|
44073
|
+
"original": {
|
|
44074
|
+
"$value": "{border.radius.lg}",
|
|
44075
|
+
"$type": "dimension",
|
|
44076
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
44077
|
+
"$extensions": {
|
|
44078
|
+
"com.figma.scope": [
|
|
44079
|
+
"CORNER_RADIUS"
|
|
44080
|
+
]
|
|
44081
|
+
},
|
|
44082
|
+
"key": "{feedback.border.radius}"
|
|
44083
|
+
},
|
|
44084
|
+
"name": "FEEDBACK_BORDER_RADIUS",
|
|
44085
|
+
"attributes": {},
|
|
44086
|
+
"path": [
|
|
44087
|
+
"feedback",
|
|
44088
|
+
"border",
|
|
44089
|
+
"radius"
|
|
44090
|
+
],
|
|
44091
|
+
"cssWithValue": "var(--gl-feedback-border-radius)"
|
|
44060
44092
|
}
|
|
44061
44093
|
},
|
|
44062
44094
|
"opacity": {
|
|
@@ -1484,6 +1484,18 @@
|
|
|
1484
1484
|
}
|
|
1485
1485
|
},
|
|
1486
1486
|
"feedback": {
|
|
1487
|
+
"border": {
|
|
1488
|
+
"radius": {
|
|
1489
|
+
"$value": "{border.radius.lg}",
|
|
1490
|
+
"$type": "dimension",
|
|
1491
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
1492
|
+
"$extensions": {
|
|
1493
|
+
"com.figma.scope": [
|
|
1494
|
+
"CORNER_RADIUS"
|
|
1495
|
+
]
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1487
1499
|
"strong": {
|
|
1488
1500
|
"background": {
|
|
1489
1501
|
"color": {
|
|
@@ -366,7 +366,7 @@ export const GL_ZINDEX_3 = '3';
|
|
|
366
366
|
export const GL_ZINDEX_4 = '4';
|
|
367
367
|
export const GL_ZINDEX_200 = '200';
|
|
368
368
|
export const GL_ZINDEX_9999 = '9999';
|
|
369
|
-
export const GL_ALERT_BORDER_RADIUS = '0.
|
|
369
|
+
export const GL_ALERT_BORDER_RADIUS = '0.5rem';
|
|
370
370
|
export const GL_ALERT_NEUTRAL_TITLE_COLOR = '#fff';
|
|
371
371
|
export const GL_ALERT_NEUTRAL_BACKGROUND_COLOR = '#28272d';
|
|
372
372
|
export const GL_ALERT_NEUTRAL_BORDER_TOP_COLOR = '#89888d';
|
|
@@ -1116,6 +1116,7 @@ export const GL_CONTROL_TEXT_COLOR_VALID = '#52b87a';
|
|
|
1116
1116
|
export const GL_CONTROL_PLACEHOLDER_COLOR = '#89888d';
|
|
1117
1117
|
export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#18171d';
|
|
1118
1118
|
export const GL_CONTROL_INDICATOR_COLOR_DISABLED = '#89888d';
|
|
1119
|
+
export const GL_FEEDBACK_BORDER_RADIUS = '0.5rem';
|
|
1119
1120
|
export const GL_FEEDBACK_STRONG_BACKGROUND_COLOR = '#3a383f';
|
|
1120
1121
|
export const GL_FEEDBACK_STRONG_TEXT_COLOR = '#fff';
|
|
1121
1122
|
export const GL_FEEDBACK_STRONG_ICON_COLOR = '#fff';
|
|
@@ -366,7 +366,7 @@ export const GL_ZINDEX_3 = '3';
|
|
|
366
366
|
export const GL_ZINDEX_4 = '4';
|
|
367
367
|
export const GL_ZINDEX_200 = '200';
|
|
368
368
|
export const GL_ZINDEX_9999 = '9999';
|
|
369
|
-
export const GL_ALERT_BORDER_RADIUS = '0.
|
|
369
|
+
export const GL_ALERT_BORDER_RADIUS = '0.5rem';
|
|
370
370
|
export const GL_ALERT_NEUTRAL_TITLE_COLOR = '#18171d';
|
|
371
371
|
export const GL_ALERT_NEUTRAL_BACKGROUND_COLOR = '#ececef';
|
|
372
372
|
export const GL_ALERT_NEUTRAL_BORDER_TOP_COLOR = 'transparent';
|
|
@@ -1116,6 +1116,7 @@ export const GL_CONTROL_TEXT_COLOR_VALID = '#2f7549';
|
|
|
1116
1116
|
export const GL_CONTROL_PLACEHOLDER_COLOR = '#89888d';
|
|
1117
1117
|
export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#fff';
|
|
1118
1118
|
export const GL_CONTROL_INDICATOR_COLOR_DISABLED = '#737278';
|
|
1119
|
+
export const GL_FEEDBACK_BORDER_RADIUS = '0.5rem';
|
|
1119
1120
|
export const GL_FEEDBACK_STRONG_BACKGROUND_COLOR = '#3a383f';
|
|
1120
1121
|
export const GL_FEEDBACK_STRONG_TEXT_COLOR = '#fff';
|
|
1121
1122
|
export const GL_FEEDBACK_STRONG_ICON_COLOR = '#fff';
|
|
@@ -7880,7 +7880,7 @@
|
|
|
7880
7880
|
"border": {
|
|
7881
7881
|
"radius": {
|
|
7882
7882
|
"key": "{alert.border.radius}",
|
|
7883
|
-
"$value": "0.
|
|
7883
|
+
"$value": "0.5rem",
|
|
7884
7884
|
"$type": "dimension",
|
|
7885
7885
|
"$description": "Used for alert border radius.",
|
|
7886
7886
|
"$extensions": {
|
|
@@ -7891,7 +7891,7 @@
|
|
|
7891
7891
|
"filePath": "src/tokens/contextual/alert.tokens.json",
|
|
7892
7892
|
"isSource": true,
|
|
7893
7893
|
"original": {
|
|
7894
|
-
"$value": "{border.radius.
|
|
7894
|
+
"$value": "{border.radius.lg}",
|
|
7895
7895
|
"$type": "dimension",
|
|
7896
7896
|
"$description": "Used for alert border radius.",
|
|
7897
7897
|
"$extensions": {
|
|
@@ -35071,6 +35071,39 @@
|
|
|
35071
35071
|
}
|
|
35072
35072
|
},
|
|
35073
35073
|
"feedback": {
|
|
35074
|
+
"border": {
|
|
35075
|
+
"radius": {
|
|
35076
|
+
"key": "{feedback.border.radius}",
|
|
35077
|
+
"$value": "0.5rem",
|
|
35078
|
+
"$type": "dimension",
|
|
35079
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
35080
|
+
"$extensions": {
|
|
35081
|
+
"com.figma.scope": [
|
|
35082
|
+
"CORNER_RADIUS"
|
|
35083
|
+
]
|
|
35084
|
+
},
|
|
35085
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
35086
|
+
"isSource": true,
|
|
35087
|
+
"original": {
|
|
35088
|
+
"$value": "{border.radius.lg}",
|
|
35089
|
+
"$type": "dimension",
|
|
35090
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
35091
|
+
"$extensions": {
|
|
35092
|
+
"com.figma.scope": [
|
|
35093
|
+
"CORNER_RADIUS"
|
|
35094
|
+
]
|
|
35095
|
+
},
|
|
35096
|
+
"key": "{feedback.border.radius}"
|
|
35097
|
+
},
|
|
35098
|
+
"name": "FEEDBACK_BORDER_RADIUS",
|
|
35099
|
+
"attributes": {},
|
|
35100
|
+
"path": [
|
|
35101
|
+
"feedback",
|
|
35102
|
+
"border",
|
|
35103
|
+
"radius"
|
|
35104
|
+
]
|
|
35105
|
+
}
|
|
35106
|
+
},
|
|
35074
35107
|
"strong": {
|
|
35075
35108
|
"background": {
|
|
35076
35109
|
"color": {
|
|
@@ -7880,7 +7880,7 @@
|
|
|
7880
7880
|
"border": {
|
|
7881
7881
|
"radius": {
|
|
7882
7882
|
"key": "{alert.border.radius}",
|
|
7883
|
-
"$value": "0.
|
|
7883
|
+
"$value": "0.5rem",
|
|
7884
7884
|
"$type": "dimension",
|
|
7885
7885
|
"$description": "Used for alert border radius.",
|
|
7886
7886
|
"$extensions": {
|
|
@@ -7891,7 +7891,7 @@
|
|
|
7891
7891
|
"filePath": "src/tokens/contextual/alert.tokens.json",
|
|
7892
7892
|
"isSource": true,
|
|
7893
7893
|
"original": {
|
|
7894
|
-
"$value": "{border.radius.
|
|
7894
|
+
"$value": "{border.radius.lg}",
|
|
7895
7895
|
"$type": "dimension",
|
|
7896
7896
|
"$description": "Used for alert border radius.",
|
|
7897
7897
|
"$extensions": {
|
|
@@ -35071,6 +35071,39 @@
|
|
|
35071
35071
|
}
|
|
35072
35072
|
},
|
|
35073
35073
|
"feedback": {
|
|
35074
|
+
"border": {
|
|
35075
|
+
"radius": {
|
|
35076
|
+
"key": "{feedback.border.radius}",
|
|
35077
|
+
"$value": "0.5rem",
|
|
35078
|
+
"$type": "dimension",
|
|
35079
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
35080
|
+
"$extensions": {
|
|
35081
|
+
"com.figma.scope": [
|
|
35082
|
+
"CORNER_RADIUS"
|
|
35083
|
+
]
|
|
35084
|
+
},
|
|
35085
|
+
"filePath": "src/tokens/semantic/feedback.tokens.json",
|
|
35086
|
+
"isSource": true,
|
|
35087
|
+
"original": {
|
|
35088
|
+
"$value": "{border.radius.lg}",
|
|
35089
|
+
"$type": "dimension",
|
|
35090
|
+
"$description": "Used for the border radius of a feedback element.",
|
|
35091
|
+
"$extensions": {
|
|
35092
|
+
"com.figma.scope": [
|
|
35093
|
+
"CORNER_RADIUS"
|
|
35094
|
+
]
|
|
35095
|
+
},
|
|
35096
|
+
"key": "{feedback.border.radius}"
|
|
35097
|
+
},
|
|
35098
|
+
"name": "FEEDBACK_BORDER_RADIUS",
|
|
35099
|
+
"attributes": {},
|
|
35100
|
+
"path": [
|
|
35101
|
+
"feedback",
|
|
35102
|
+
"border",
|
|
35103
|
+
"radius"
|
|
35104
|
+
]
|
|
35105
|
+
}
|
|
35106
|
+
},
|
|
35074
35107
|
"strong": {
|
|
35075
35108
|
"background": {
|
|
35076
35109
|
"color": {
|
|
@@ -927,6 +927,7 @@ $gl-border-color-section: $gl-background-color-default; // Used for the border c
|
|
|
927
927
|
$gl-shadow-sm: 0 0 2px $gl-shadow-color-default, 0 1px 4px $gl-shadow-color-default; // Used for surfaces that need to indicate users can manually interact with them. For example, cards in issue board.
|
|
928
928
|
$gl-shadow-md: 0 0 1px $gl-shadow-color-default, 0 0 2px $gl-shadow-color-default, 0 2px 8px $gl-shadow-color-default; // Used for surfaces that need boundary definition and appear on hover. For example, popovers.
|
|
929
929
|
$gl-shadow-lg: 0 0 2px $gl-shadow-color-default, 0 0 2px $gl-shadow-color-default, 0 4px 12px $gl-shadow-color-default; // Used for large surfaces that present additional context to the user.
|
|
930
|
+
$gl-alert-border-radius: $gl-border-radius-lg; // Used for alert border radius.
|
|
930
931
|
$gl-alert-neutral-title-color: $gl-text-color-heading; // Used for the title color of a neutral alert.
|
|
931
932
|
$gl-alert-neutral-background-color: $gl-feedback-neutral-background-color; // Used for the background color of a neutral alert.
|
|
932
933
|
$gl-alert-info-title-color: $gl-color-blue-300; // Used for the title color of an info alert.
|
|
@@ -1054,6 +1055,7 @@ $gl-action-strong-neutral-border-color-hover: $gl-action-strong-neutral-border-c
|
|
|
1054
1055
|
$gl-control-text-color-error: $gl-text-color-danger; // Used for the helper text when the input is invalid.
|
|
1055
1056
|
$gl-control-text-color-valid: $gl-text-color-success; // Used for the helper text when the input is valid.
|
|
1056
1057
|
$gl-control-placeholder-color: $gl-text-color-disabled; // Used for placeholder text within inputs.
|
|
1058
|
+
$gl-feedback-border-radius: $gl-border-radius-lg; // Used for the border radius of a feedback element.
|
|
1057
1059
|
$gl-focus-ring-inner-color: $gl-background-color-default; // Used for the inner neutral portion of the focus ring.
|
|
1058
1060
|
$gl-icon-color-default: $gl-text-color-default; // Used for the default icon color. Can be paired with default text.
|
|
1059
1061
|
$gl-icon-color-subtle: $gl-text-color-subtle; // Used for a static or decorational icon. Can be paired with subtle text.
|
|
@@ -1063,7 +1065,6 @@ $gl-icon-color-link: $gl-text-color-link; // Used for an icon within a link.
|
|
|
1063
1065
|
$gl-icon-color-warning: $gl-text-color-warning; // Used for an icon associated with a warning.
|
|
1064
1066
|
$gl-icon-color-danger: $gl-text-color-danger; // Used for an icon associated with an error or danger.
|
|
1065
1067
|
$gl-icon-color-success: $gl-text-color-success; // Used for an icon associated with success or validity.
|
|
1066
|
-
$gl-alert-border-radius: $gl-border-radius-default; // Used for alert border radius.
|
|
1067
1068
|
$gl-badge-muted-background-color-focus: $gl-badge-muted-background-color-hover; // Used for the background of a muted badge in the focus state.
|
|
1068
1069
|
$gl-badge-neutral-background-color-focus: $gl-badge-neutral-background-color-hover; // Used for the background of a neutral badge in the focus state.
|
|
1069
1070
|
$gl-badge-info-background-color-focus: $gl-badge-info-background-color-hover; // Used for the background of an informational badge in the focus state.
|
|
@@ -927,6 +927,7 @@ $gl-border-color-section: $gl-border-color-default; // Used for the border color
|
|
|
927
927
|
$gl-shadow-sm: 0 0 2px $gl-shadow-color-default, 0 1px 4px $gl-shadow-color-default; // Used for surfaces that need to indicate users can manually interact with them. For example, cards in issue board.
|
|
928
928
|
$gl-shadow-md: 0 0 1px $gl-shadow-color-default, 0 0 2px $gl-shadow-color-default, 0 2px 8px $gl-shadow-color-default; // Used for surfaces that need boundary definition and appear on hover. For example, popovers.
|
|
929
929
|
$gl-shadow-lg: 0 0 2px $gl-shadow-color-default, 0 0 2px $gl-shadow-color-default, 0 4px 12px $gl-shadow-color-default; // Used for large surfaces that present additional context to the user.
|
|
930
|
+
$gl-alert-border-radius: $gl-border-radius-lg; // Used for alert border radius.
|
|
930
931
|
$gl-alert-neutral-title-color: $gl-text-color-heading; // Used for the title color of a neutral alert.
|
|
931
932
|
$gl-alert-neutral-background-color: $gl-feedback-neutral-background-color; // Used for the background color of a neutral alert.
|
|
932
933
|
$gl-alert-info-title-color: $gl-text-color-heading; // Used for the title color of an info alert.
|
|
@@ -1054,6 +1055,7 @@ $gl-action-strong-neutral-border-color-hover: $gl-action-strong-neutral-border-c
|
|
|
1054
1055
|
$gl-control-text-color-error: $gl-text-color-danger; // Used for the helper text when the input is invalid.
|
|
1055
1056
|
$gl-control-text-color-valid: $gl-text-color-success; // Used for the helper text when the input is valid.
|
|
1056
1057
|
$gl-control-placeholder-color: $gl-text-color-disabled; // Used for placeholder text within inputs.
|
|
1058
|
+
$gl-feedback-border-radius: $gl-border-radius-lg; // Used for the border radius of a feedback element.
|
|
1057
1059
|
$gl-focus-ring-inner-color: $gl-background-color-default; // Used for the inner neutral portion of the focus ring.
|
|
1058
1060
|
$gl-icon-color-default: $gl-text-color-default; // Used for the default icon color. Can be paired with default text.
|
|
1059
1061
|
$gl-icon-color-subtle: $gl-text-color-subtle; // Used for a static or decorational icon. Can be paired with subtle text.
|
|
@@ -1063,7 +1065,6 @@ $gl-icon-color-link: $gl-text-color-link; // Used for an icon within a link.
|
|
|
1063
1065
|
$gl-icon-color-warning: $gl-text-color-warning; // Used for an icon associated with a warning.
|
|
1064
1066
|
$gl-icon-color-danger: $gl-text-color-danger; // Used for an icon associated with an error or danger.
|
|
1065
1067
|
$gl-icon-color-success: $gl-text-color-success; // Used for an icon associated with success or validity.
|
|
1066
|
-
$gl-alert-border-radius: $gl-border-radius-default; // Used for alert border radius.
|
|
1067
1068
|
$gl-badge-muted-background-color-focus: $gl-badge-muted-background-color-hover; // Used for the background of a muted badge in the focus state.
|
|
1068
1069
|
$gl-badge-neutral-background-color-focus: $gl-badge-neutral-background-color-hover; // Used for the background of a neutral badge in the focus state.
|
|
1069
1070
|
$gl-badge-info-background-color-focus: $gl-badge-info-background-color-hover; // Used for the background of an informational badge in the focus state.
|
|
@@ -1057,6 +1057,7 @@ $gl-control-text-color-valid: var(--gl-control-text-color-valid);
|
|
|
1057
1057
|
$gl-control-placeholder-color: var(--gl-control-placeholder-color);
|
|
1058
1058
|
$gl-control-indicator-color-selected: var(--gl-control-indicator-color-selected);
|
|
1059
1059
|
$gl-control-indicator-color-disabled: var(--gl-control-indicator-color-disabled);
|
|
1060
|
+
$gl-feedback-border-radius: var(--gl-feedback-border-radius);
|
|
1060
1061
|
$gl-feedback-strong-background-color: var(--gl-feedback-strong-background-color);
|
|
1061
1062
|
$gl-feedback-strong-text-color: var(--gl-feedback-strong-text-color);
|
|
1062
1063
|
$gl-feedback-strong-icon-color: var(--gl-feedback-strong-icon-color);
|
|
@@ -391,6 +391,7 @@ const borderRadius = {
|
|
|
391
391
|
full: 'var(--gl-border-radius-full)',
|
|
392
392
|
default: 'var(--gl-border-radius-default)',
|
|
393
393
|
control: 'var(--gl-control-border-radius)',
|
|
394
|
+
feedback: 'var(--gl-feedback-border-radius)',
|
|
394
395
|
};
|
|
395
396
|
const opacity = {
|
|
396
397
|
0: 'var(--gl-opacity-0)',
|