@gitlab/ui 123.7.0 → 123.9.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/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +19 -6
- package/dist/tokens/build/js/tokens.js +19 -6
- package/dist/tokens/css/tokens.css +18 -5
- package/dist/tokens/css/tokens.dark.css +18 -5
- package/dist/tokens/docs/tokens-tailwind-docs.dark.json +746 -2
- package/dist/tokens/docs/tokens-tailwind-docs.json +746 -2
- package/dist/tokens/figma/constants.tokens.json +164 -10
- package/dist/tokens/figma/contextual.tokens.json +14 -2
- package/dist/tokens/figma/semantic.tokens.json +15 -2
- package/dist/tokens/js/tokens.dark.js +45 -5
- package/dist/tokens/js/tokens.js +45 -5
- package/dist/tokens/json/tokens.dark.json +513 -29
- package/dist/tokens/json/tokens.json +513 -29
- package/dist/tokens/scss/_tokens.dark.scss +18 -5
- package/dist/tokens/scss/_tokens.scss +18 -5
- package/dist/tokens/scss/_tokens_custom_properties.scss +13 -0
- package/dist/tokens/tailwind/tokens.cjs +9 -1
- package/package.json +2 -2
- package/src/components/base/button/button.scss +2 -1
- package/src/scss/variables.scss +0 -3
- package/src/tokens/build/css/tokens.css +18 -5
- package/src/tokens/build/css/tokens.dark.css +18 -5
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +746 -2
- package/src/tokens/build/docs/tokens-tailwind-docs.json +746 -2
- package/src/tokens/build/figma/constants.tokens.json +164 -10
- package/src/tokens/build/figma/contextual.tokens.json +14 -2
- package/src/tokens/build/figma/semantic.tokens.json +15 -2
- package/src/tokens/build/js/tokens.dark.js +45 -5
- package/src/tokens/build/js/tokens.js +45 -5
- package/src/tokens/build/json/tokens.dark.json +513 -29
- package/src/tokens/build/json/tokens.json +513 -29
- package/src/tokens/build/scss/_tokens.dark.scss +18 -5
- package/src/tokens/build/scss/_tokens.scss +18 -5
- package/src/tokens/build/scss/_tokens_custom_properties.scss +13 -0
- package/src/tokens/build/tailwind/tokens.cjs +35 -0
- package/src/tokens/constant/font.tokens.json +136 -0
- package/src/tokens/constant/line_height.tokens.json +30 -10
- package/src/tokens/contextual/button.tokens.json +12 -0
- package/src/tokens/contextual/card.tokens.json +1 -1
- package/src/tokens/contextual/modal.tokens.json +1 -1
- package/src/tokens/semantic/action.tokens.json +1 -1
- package/src/tokens/semantic/control.tokens.json +1 -1
- package/src/tokens/semantic/font.tokens.json +15 -0
- package/tailwind.defaults.js +8 -21
|
@@ -230,6 +230,17 @@
|
|
|
230
230
|
--gl-color-brand-gray-04: #45424d;
|
|
231
231
|
--gl-color-brand-gray-05: #2b2838;
|
|
232
232
|
--gl-color-brand-pink-01g: #ffb9c9;
|
|
233
|
+
--gl-font-family-regular: var(--default-regular-font, 'GitLab Sans'),-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans',Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
|
|
234
|
+
--gl-font-family-monospace: var(--default-mono-font, 'GitLab Mono'),'JetBrains Mono',Menlo,'DejaVu Sans Mono','Liberation Mono',Consolas,'Ubuntu Mono','Courier New','andale mono','lucida console',monospace;
|
|
235
|
+
--gl-font-size-xs: 0.625rem;
|
|
236
|
+
--gl-font-size-sm: 0.75rem;
|
|
237
|
+
--gl-font-size-md: 0.875rem;
|
|
238
|
+
--gl-font-size-lg: 1rem;
|
|
239
|
+
--gl-font-weight-100: 100;
|
|
240
|
+
--gl-font-weight-300: 300;
|
|
241
|
+
--gl-font-weight-normal: 400;
|
|
242
|
+
--gl-font-weight-semibold: 500;
|
|
243
|
+
--gl-font-weight-bold: 600;
|
|
233
244
|
--gl-line-height-12: 0.75rem;
|
|
234
245
|
--gl-line-height-16: 1rem;
|
|
235
246
|
--gl-line-height-20: 1.25rem;
|
|
@@ -573,6 +584,7 @@
|
|
|
573
584
|
--gl-border-color-subtle: var(--gl-color-neutral-50); /** Used for a subtle border in combination with the default background. */
|
|
574
585
|
--gl-border-color-strong: var(--gl-color-neutral-200); /** Used for a distinct border that emphasizes an edge or boundaries. */
|
|
575
586
|
--gl-border-color-transparent: var(--gl-color-alpha-0); /** Used when a border needs to be present, but not visibly perceived. */
|
|
587
|
+
--gl-font-size-base: var(--gl-font-size-md);
|
|
576
588
|
--gl-shadow-color-default: var(--gl-color-alpha-dark-16); /** Used for the default shadow color. */
|
|
577
589
|
--gl-alert-neutral-border-top-color: var(--gl-color-alpha-0); /** Used for the border center color of a neutral alert. */
|
|
578
590
|
--gl-alert-neutral-border-bottom-color: var(--gl-color-alpha-0); /** Used for the border bottom color of a neutral alert. */
|
|
@@ -996,11 +1008,13 @@
|
|
|
996
1008
|
--gl-button-danger-tertiary-border-color-default: var(--gl-action-danger-border-color-default); /** Used for the border of a borderless, tertiary danger (destructive) button in the default state. */
|
|
997
1009
|
--gl-button-dashed-border-color-hover: var(--gl-button-dashed-border-color-default); /** Used for the border of a dashed button in the hover state. */
|
|
998
1010
|
--gl-button-dashed-border-color-focus: var(--gl-button-dashed-border-color-default); /** Used for the border of a dashed button in the focus state. */
|
|
1011
|
+
--gl-button-link-border-radius: var(--gl-border-radius-md); /** Used for link button border radius. */
|
|
999
1012
|
--gl-button-link-text-color-default: var(--gl-text-color-link); /** Used for the text of a link button in the default state. */
|
|
1000
1013
|
--gl-button-selected-foreground-color-default: var(--gl-button-default-primary-foreground-color-default); /** Used for the foreground of a selected button in the default state. */
|
|
1001
1014
|
--gl-button-selected-background-color-hover: var(--gl-button-default-primary-background-color-hover); /** Used for the background of a selected button in the hover state. */
|
|
1002
1015
|
--gl-button-selected-background-color-active: var(--gl-button-default-primary-background-color-active); /** Used for the background of a selected button in the active state. */
|
|
1003
1016
|
--gl-button-selected-border-color-focus: var(--gl-button-selected-border-color-hover); /** Used for the border of a selected button in the focus state. */
|
|
1017
|
+
--gl-card-border-radius: var(--gl-border-radius-lg); /** Used for card border radius. */
|
|
1004
1018
|
--gl-chart-axis-text-color: var(--gl-text-color-subtle); /** Used in charts for the text color of axis titles and labels. */
|
|
1005
1019
|
--gl-datepicker-date-text-color-selected: var(--gl-control-indicator-color-selected); /** Used for the datepicker date text color state indicators. */
|
|
1006
1020
|
--gl-dropdown-background-color: var(--gl-background-color-overlap); /** Used for the background of a dropdown. */
|
|
@@ -1015,6 +1029,7 @@
|
|
|
1015
1029
|
--gl-dropdown-option-indicator-color-selected-active: var(--gl-control-background-color-selected-focus); /** Used for the dropdown selected option indicator in the active state. */
|
|
1016
1030
|
--gl-dropdown-option-background-color-unselected-focus: var(--gl-action-neutral-background-color-focus); /** Used for the background of an unselected dropdown option in the focus state. */
|
|
1017
1031
|
--gl-dropdown-option-background-color-selected-focus: var(--gl-dropdown-option-background-color-selected-hover); /** Used for the background of a selected dropdown option in the focus state. */
|
|
1032
|
+
--gl-modal-border-radius: var(--gl-border-radius-lg); /** Used for modal border radius. */
|
|
1018
1033
|
--gl-progress-bar-indicator-color-default: var(--gl-status-info-icon-color); /** Used for the indicator color for the primary progress-bar variant. */
|
|
1019
1034
|
--gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
|
|
1020
1035
|
--gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
|
|
@@ -1029,6 +1044,7 @@
|
|
|
1029
1044
|
--gl-toggle-switch-icon-color-checked-active: var(--gl-action-strong-confirm-background-color-active); /** Used for the icon color of a checked toggle switch in the active state. */
|
|
1030
1045
|
--gl-toggle-switch-icon-color-disabled: var(--gl-action-disabled-background-color); /** Used for the icon color of a disabled toggle switch. */
|
|
1031
1046
|
--gl-token-foreground-color: var(--gl-text-color-default); /** Used for the token foreground color. */
|
|
1047
|
+
--gl-action-border-radius: var(--gl-border-radius-lg); /** Used for the border radius of an action. */
|
|
1032
1048
|
--gl-action-selected-foreground-color-hover: var(--gl-action-selected-foreground-color-default); /** Used for the foreground of a selected action in the hover state. */
|
|
1033
1049
|
--gl-action-selected-background-color-focus: var(--gl-action-selected-background-color-hover); /** Used for the background of a selected action in the focus state. */
|
|
1034
1050
|
--gl-action-selected-border-color-default: var(--gl-action-selected-background-color-default); /** Used for the border of a selected action in the default state. */
|
|
@@ -1054,6 +1070,7 @@
|
|
|
1054
1070
|
--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. */
|
|
1055
1071
|
--gl-action-strong-neutral-foreground-color-hover: var(--gl-action-strong-neutral-foreground-color-default); /** Used for the foreground of a strong neutral action in the hover state. */
|
|
1056
1072
|
--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. */
|
|
1073
|
+
--gl-control-border-radius: var(--gl-border-radius-lg); /** Used for form control (input, radio button, checkbox, textarea) default border radius. */
|
|
1057
1074
|
--gl-control-text-color-error: var(--gl-text-color-danger); /** Used for the helper text when the input is invalid. */
|
|
1058
1075
|
--gl-control-text-color-valid: var(--gl-text-color-success); /** Used for the helper text when the input is valid. */
|
|
1059
1076
|
--gl-control-placeholder-color: var(--gl-text-color-disabled); /** Used for placeholder text within inputs. */
|
|
@@ -1075,6 +1092,7 @@
|
|
|
1075
1092
|
--gl-badge-danger-background-color-focus: var(--gl-badge-danger-background-color-hover); /** Used for the background of a danger badge in the focus state. */
|
|
1076
1093
|
--gl-badge-tier-background-color-focus: var(--gl-badge-tier-background-color-hover); /** Used for the background of a tier related badge in the focus state. */
|
|
1077
1094
|
--gl-broadcast-banner-border-radius: var(--gl-border-radius-default); /** Used for broadcast banner border radius. */
|
|
1095
|
+
--gl-button-border-radius: var(--gl-action-border-radius); /** Used for button border radius. */
|
|
1078
1096
|
--gl-button-default-tertiary-foreground-color-hover: var(--gl-action-neutral-foreground-color-hover); /** Used for the foreground of a default borderless, tertiary button in the hover state. */
|
|
1079
1097
|
--gl-button-default-tertiary-foreground-color-focus: var(--gl-action-neutral-foreground-color-focus); /** Used for the foreground of a default borderless, tertiary button in the focus state. */
|
|
1080
1098
|
--gl-button-default-tertiary-foreground-color-active: var(--gl-action-neutral-foreground-color-active); /** Used for the foreground of a default borderless, tertiary button in the active state. */
|
|
@@ -1098,24 +1116,19 @@
|
|
|
1098
1116
|
--gl-button-selected-foreground-color-focus: var(--gl-button-default-primary-foreground-color-focus); /** Used for the foreground of a selected button in the focus state. */
|
|
1099
1117
|
--gl-button-selected-foreground-color-active: var(--gl-button-default-primary-foreground-color-active); /** Used for the foreground of a selected button in the active state. */
|
|
1100
1118
|
--gl-button-selected-background-color-focus: var(--gl-button-default-primary-background-color-focus); /** Used for the background of a selected button in the focus state. */
|
|
1101
|
-
--gl-card-border-radius: var(--gl-border-radius-default); /** Used for card border radius. */
|
|
1102
1119
|
--gl-chart-axis-pointer-color: var(--gl-icon-color-subtle); /** Used in charts for the color of the reference line and axis value under mouse pointer. */
|
|
1103
1120
|
--gl-chart-zoom-handle-color: var(--gl-icon-color-subtle); /** Used in charts for the handle color when zooming in on a specific area of data. */
|
|
1104
1121
|
--gl-dropdown-option-text-color-hover: var(--gl-action-neutral-foreground-color-hover); /** Used for the text of a dropdown option in the hover state. */
|
|
1105
1122
|
--gl-dropdown-option-text-color-focus: var(--gl-action-neutral-foreground-color-focus); /** Used for the text of a dropdown option in the focus state. */
|
|
1106
1123
|
--gl-dropdown-option-text-color-active: var(--gl-action-neutral-foreground-color-active); /** Used for the text of a dropdown option in the active state. */
|
|
1107
|
-
--gl-modal-border-radius: var(--gl-border-radius-default); /** Used for modal border radius. */
|
|
1108
1124
|
--gl-toggle-switch-icon-color-unchecked-focus: var(--gl-action-strong-neutral-background-color-focus); /** Used for the icon color of an unchecked toggle switch in the focus state. */
|
|
1109
1125
|
--gl-toggle-switch-icon-color-checked-focus: var(--gl-action-strong-confirm-background-color-focus); /** Used for the icon color of a checked toggle switch in the focus state. */
|
|
1110
|
-
--gl-action-border-radius: var(--gl-border-radius-default); /** Used for the border radius of an action. */
|
|
1111
1126
|
--gl-action-selected-foreground-color-focus: var(--gl-action-selected-foreground-color-hover); /** Used for the foreground of a selected action in the focus state. */
|
|
1112
1127
|
--gl-action-selected-border-color-focus: var(--gl-action-selected-background-color-focus); /** Used for the border of a selected action in the focus state. */
|
|
1113
1128
|
--gl-action-strong-confirm-foreground-color-focus: var(--gl-action-strong-confirm-foreground-color-hover); /** Used for the foreground of a strong confirm action in the focus state. */
|
|
1114
1129
|
--gl-action-strong-confirm-border-color-focus: var(--gl-action-strong-confirm-border-color-hover); /** Used for the border of a strong confirm action in the focus state. */
|
|
1115
1130
|
--gl-action-strong-neutral-foreground-color-focus: var(--gl-action-strong-neutral-foreground-color-hover); /** Used for the foreground of a strong neutral action in the focus state. */
|
|
1116
1131
|
--gl-action-strong-neutral-border-color-focus: var(--gl-action-strong-neutral-border-color-hover); /** Used for the border of a strong neutral action in the focus state. */
|
|
1117
|
-
--gl-control-border-radius: var(--gl-border-radius-default); /** Used for form control (input, radio button, checkbox, textarea) default border radius. */
|
|
1118
|
-
--gl-button-border-radius: var(--gl-action-border-radius); /** Used for button border radius. */
|
|
1119
1132
|
--gl-button-confirm-primary-foreground-color-focus: var(--gl-action-strong-confirm-foreground-color-focus); /** Used for the foreground of a confirm (positive) primary button in the focus state. */
|
|
1120
1133
|
--gl-action-selected-foreground-color-active: var(--gl-action-selected-foreground-color-focus); /** Used for the foreground of a selected action in the active state. */
|
|
1121
1134
|
--gl-action-strong-confirm-foreground-color-active: var(--gl-action-strong-confirm-foreground-color-focus); /** Used for the foreground of a strong confirm action in the active state. */
|
|
@@ -230,6 +230,17 @@
|
|
|
230
230
|
--gl-color-brand-gray-04: #45424d;
|
|
231
231
|
--gl-color-brand-gray-05: #2b2838;
|
|
232
232
|
--gl-color-brand-pink-01g: #ffb9c9;
|
|
233
|
+
--gl-font-family-regular: var(--default-regular-font, 'GitLab Sans'),-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans',Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
|
|
234
|
+
--gl-font-family-monospace: var(--default-mono-font, 'GitLab Mono'),'JetBrains Mono',Menlo,'DejaVu Sans Mono','Liberation Mono',Consolas,'Ubuntu Mono','Courier New','andale mono','lucida console',monospace;
|
|
235
|
+
--gl-font-size-xs: 0.625rem;
|
|
236
|
+
--gl-font-size-sm: 0.75rem;
|
|
237
|
+
--gl-font-size-md: 0.875rem;
|
|
238
|
+
--gl-font-size-lg: 1rem;
|
|
239
|
+
--gl-font-weight-100: 100;
|
|
240
|
+
--gl-font-weight-300: 300;
|
|
241
|
+
--gl-font-weight-normal: 400;
|
|
242
|
+
--gl-font-weight-semibold: 500;
|
|
243
|
+
--gl-font-weight-bold: 600;
|
|
233
244
|
--gl-line-height-12: 0.75rem;
|
|
234
245
|
--gl-line-height-16: 1rem;
|
|
235
246
|
--gl-line-height-20: 1.25rem;
|
|
@@ -584,6 +595,7 @@
|
|
|
584
595
|
--gl-border-color-subtle: var(--gl-color-neutral-800); /** Used for a subtle border in combination with the default background. */
|
|
585
596
|
--gl-border-color-strong: var(--gl-color-neutral-600); /** Used for a distinct border that emphasizes an edge or boundaries. */
|
|
586
597
|
--gl-border-color-transparent: var(--gl-color-alpha-0); /** Used when a border needs to be present, but not visibly perceived. */
|
|
598
|
+
--gl-font-size-base: var(--gl-font-size-md);
|
|
587
599
|
--gl-shadow-color-default: var(--gl-color-alpha-dark-40); /** Used for the default shadow color. */
|
|
588
600
|
--gl-alert-neutral-border-top-color: var(--gl-color-neutral-400); /** Used for the border center color of a neutral alert. */
|
|
589
601
|
--gl-alert-neutral-border-bottom-color: var(--gl-color-alpha-0); /** Used for the border bottom color of a neutral alert. */
|
|
@@ -1006,8 +1018,10 @@
|
|
|
1006
1018
|
--gl-button-danger-tertiary-border-color-default: var(--gl-action-danger-border-color-default); /** Used for the border of a borderless, tertiary danger (destructive) button in the default state. */
|
|
1007
1019
|
--gl-button-dashed-border-color-hover: var(--gl-button-dashed-border-color-default); /** Used for the border of a dashed button in the hover state. */
|
|
1008
1020
|
--gl-button-dashed-border-color-focus: var(--gl-button-dashed-border-color-default); /** Used for the border of a dashed button in the focus state. */
|
|
1021
|
+
--gl-button-link-border-radius: var(--gl-border-radius-md); /** Used for link button border radius. */
|
|
1009
1022
|
--gl-button-link-text-color-default: var(--gl-text-color-link); /** Used for the text of a link button in the default state. */
|
|
1010
1023
|
--gl-button-selected-border-color-focus: var(--gl-button-selected-border-color-hover); /** Used for the border of a selected button in the focus state. */
|
|
1024
|
+
--gl-card-border-radius: var(--gl-border-radius-lg); /** Used for card border radius. */
|
|
1011
1025
|
--gl-chart-axis-text-color: var(--gl-text-color-subtle); /** Used in charts for the text color of axis titles and labels. */
|
|
1012
1026
|
--gl-datepicker-date-text-color-selected: var(--gl-control-indicator-color-selected); /** Used for the datepicker date text color state indicators. */
|
|
1013
1027
|
--gl-dropdown-background-color: var(--gl-background-color-overlap); /** Used for the background of a dropdown. */
|
|
@@ -1022,6 +1036,7 @@
|
|
|
1022
1036
|
--gl-dropdown-option-indicator-color-selected-active: var(--gl-control-background-color-selected-focus); /** Used for the dropdown selected option indicator in the active state. */
|
|
1023
1037
|
--gl-dropdown-option-background-color-unselected-focus: var(--gl-action-neutral-background-color-focus); /** Used for the background of an unselected dropdown option in the focus state. */
|
|
1024
1038
|
--gl-dropdown-option-background-color-selected-focus: var(--gl-dropdown-option-background-color-selected-hover); /** Used for the background of a selected dropdown option in the focus state. */
|
|
1039
|
+
--gl-modal-border-radius: var(--gl-border-radius-lg); /** Used for modal border radius. */
|
|
1025
1040
|
--gl-progress-bar-indicator-color-default: var(--gl-status-info-icon-color); /** Used for the indicator color for the primary progress-bar variant. */
|
|
1026
1041
|
--gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
|
|
1027
1042
|
--gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
|
|
@@ -1036,6 +1051,7 @@
|
|
|
1036
1051
|
--gl-toggle-switch-icon-color-checked-active: var(--gl-action-strong-confirm-background-color-active); /** Used for the icon color of a checked toggle switch in the active state. */
|
|
1037
1052
|
--gl-toggle-switch-icon-color-disabled: var(--gl-action-disabled-background-color); /** Used for the icon color of a disabled toggle switch. */
|
|
1038
1053
|
--gl-token-foreground-color: var(--gl-text-color-default); /** Used for the token foreground color. */
|
|
1054
|
+
--gl-action-border-radius: var(--gl-border-radius-lg); /** Used for the border radius of an action. */
|
|
1039
1055
|
--gl-action-selected-foreground-color-hover: var(--gl-action-selected-foreground-color-default); /** Used for the foreground of a selected action in the hover state. */
|
|
1040
1056
|
--gl-action-selected-background-color-focus: var(--gl-action-selected-background-color-hover); /** Used for the background of a selected action in the focus state. */
|
|
1041
1057
|
--gl-action-selected-border-color-default: var(--gl-action-selected-background-color-default); /** Used for the border of a selected action in the default state. */
|
|
@@ -1060,6 +1076,7 @@
|
|
|
1060
1076
|
--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. */
|
|
1061
1077
|
--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. */
|
|
1062
1078
|
--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. */
|
|
1079
|
+
--gl-control-border-radius: var(--gl-border-radius-lg); /** Used for form control (input, radio button, checkbox, textarea) default border radius. */
|
|
1063
1080
|
--gl-control-text-color-error: var(--gl-text-color-danger); /** Used for the helper text when the input is invalid. */
|
|
1064
1081
|
--gl-control-text-color-valid: var(--gl-text-color-success); /** Used for the helper text when the input is valid. */
|
|
1065
1082
|
--gl-control-placeholder-color: var(--gl-text-color-disabled); /** Used for placeholder text within inputs. */
|
|
@@ -1081,6 +1098,7 @@
|
|
|
1081
1098
|
--gl-badge-danger-background-color-focus: var(--gl-badge-danger-background-color-hover); /** Used for the background of a danger badge in the focus state. */
|
|
1082
1099
|
--gl-badge-tier-background-color-focus: var(--gl-badge-tier-background-color-hover); /** Used for the background of a tier related badge in the focus state. */
|
|
1083
1100
|
--gl-broadcast-banner-border-radius: var(--gl-border-radius-default); /** Used for broadcast banner border radius. */
|
|
1101
|
+
--gl-button-border-radius: var(--gl-action-border-radius); /** Used for button border radius. */
|
|
1084
1102
|
--gl-button-default-tertiary-foreground-color-hover: var(--gl-action-neutral-foreground-color-hover); /** Used for the foreground of a default borderless, tertiary button in the hover state. */
|
|
1085
1103
|
--gl-button-default-tertiary-foreground-color-focus: var(--gl-action-neutral-foreground-color-focus); /** Used for the foreground of a default borderless, tertiary button in the focus state. */
|
|
1086
1104
|
--gl-button-default-tertiary-foreground-color-active: var(--gl-action-neutral-foreground-color-active); /** Used for the foreground of a default borderless, tertiary button in the active state. */
|
|
@@ -1100,23 +1118,18 @@
|
|
|
1100
1118
|
--gl-button-link-text-color-hover: var(--gl-button-link-text-color-default); /** Used for the text of a link button in the hover state. */
|
|
1101
1119
|
--gl-button-link-text-color-focus: var(--gl-button-link-text-color-default); /** Used for the text of a link button in the focus state. */
|
|
1102
1120
|
--gl-button-link-text-color-active: var(--gl-button-link-text-color-default); /** Used for the text of a link button in the active state. */
|
|
1103
|
-
--gl-card-border-radius: var(--gl-border-radius-default); /** Used for card border radius. */
|
|
1104
1121
|
--gl-chart-axis-pointer-color: var(--gl-icon-color-subtle); /** Used in charts for the color of the reference line and axis value under mouse pointer. */
|
|
1105
1122
|
--gl-chart-zoom-handle-color: var(--gl-icon-color-subtle); /** Used in charts for the handle color when zooming in on a specific area of data. */
|
|
1106
1123
|
--gl-dropdown-option-text-color-hover: var(--gl-action-neutral-foreground-color-hover); /** Used for the text of a dropdown option in the hover state. */
|
|
1107
1124
|
--gl-dropdown-option-text-color-focus: var(--gl-action-neutral-foreground-color-focus); /** Used for the text of a dropdown option in the focus state. */
|
|
1108
1125
|
--gl-dropdown-option-text-color-active: var(--gl-action-neutral-foreground-color-active); /** Used for the text of a dropdown option in the active state. */
|
|
1109
|
-
--gl-modal-border-radius: var(--gl-border-radius-default); /** Used for modal border radius. */
|
|
1110
1126
|
--gl-toggle-switch-icon-color-unchecked-focus: var(--gl-action-strong-neutral-background-color-focus); /** Used for the icon color of an unchecked toggle switch in the focus state. */
|
|
1111
1127
|
--gl-toggle-switch-icon-color-checked-focus: var(--gl-action-strong-confirm-background-color-focus); /** Used for the icon color of a checked toggle switch in the focus state. */
|
|
1112
|
-
--gl-action-border-radius: var(--gl-border-radius-default); /** Used for the border radius of an action. */
|
|
1113
1128
|
--gl-action-selected-foreground-color-focus: var(--gl-action-selected-foreground-color-hover); /** Used for the foreground of a selected action in the focus state. */
|
|
1114
1129
|
--gl-action-selected-border-color-focus: var(--gl-action-selected-background-color-focus); /** Used for the border of a selected action in the focus state. */
|
|
1115
1130
|
--gl-action-strong-confirm-foreground-color-focus: var(--gl-action-strong-confirm-foreground-color-hover); /** Used for the foreground of a strong confirm action in the focus state. */
|
|
1116
1131
|
--gl-action-strong-confirm-border-color-focus: var(--gl-action-strong-confirm-border-color-hover); /** Used for the border of a strong confirm action in the focus state. */
|
|
1117
1132
|
--gl-action-strong-neutral-border-color-focus: var(--gl-action-strong-neutral-border-color-hover); /** Used for the border of a strong neutral action in the focus state. */
|
|
1118
|
-
--gl-control-border-radius: var(--gl-border-radius-default); /** Used for form control (input, radio button, checkbox, textarea) default border radius. */
|
|
1119
|
-
--gl-button-border-radius: var(--gl-action-border-radius); /** Used for button border radius. */
|
|
1120
1133
|
--gl-button-confirm-primary-foreground-color-focus: var(--gl-action-strong-confirm-foreground-color-focus); /** Used for the foreground of a confirm (positive) primary button in the focus state. */
|
|
1121
1134
|
--gl-action-selected-foreground-color-active: var(--gl-action-selected-foreground-color-focus); /** Used for the foreground of a selected action in the active state. */
|
|
1122
1135
|
--gl-action-strong-confirm-foreground-color-active: var(--gl-action-strong-confirm-foreground-color-focus); /** Used for the foreground of a strong confirm action in the active state. */
|