@gitlab/ui 123.8.0 → 123.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/dashboards/dashboard_panel/dashboard_panel.js +1 -1
- 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 +7 -6
- package/dist/tokens/build/js/tokens.js +7 -6
- package/dist/tokens/css/tokens.css +6 -5
- package/dist/tokens/css/tokens.dark.css +6 -5
- package/dist/tokens/docs/tokens-tailwind-docs.dark.json +34 -2
- package/dist/tokens/docs/tokens-tailwind-docs.json +34 -2
- package/dist/tokens/figma/contextual.tokens.json +14 -2
- package/dist/tokens/figma/semantic.tokens.json +2 -2
- package/dist/tokens/js/tokens.dark.js +6 -5
- package/dist/tokens/js/tokens.js +6 -5
- package/dist/tokens/json/tokens.dark.json +43 -9
- package/dist/tokens/json/tokens.json +43 -9
- package/dist/tokens/scss/_tokens.dark.scss +6 -5
- package/dist/tokens/scss/_tokens.scss +6 -5
- 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/button/button.scss +2 -1
- package/src/components/dashboards/dashboard_panel/dashboard_panel.vue +1 -1
- package/src/tokens/build/css/tokens.css +6 -5
- package/src/tokens/build/css/tokens.dark.css +6 -5
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +34 -2
- package/src/tokens/build/docs/tokens-tailwind-docs.json +34 -2
- package/src/tokens/build/figma/contextual.tokens.json +14 -2
- package/src/tokens/build/figma/semantic.tokens.json +2 -2
- package/src/tokens/build/js/tokens.dark.js +6 -5
- package/src/tokens/build/js/tokens.js +6 -5
- package/src/tokens/build/json/tokens.dark.json +43 -9
- package/src/tokens/build/json/tokens.json +43 -9
- package/src/tokens/build/scss/_tokens.dark.scss +6 -5
- package/src/tokens/build/scss/_tokens.scss +6 -5
- package/src/tokens/build/scss/_tokens_custom_properties.scss +1 -0
- package/src/tokens/build/tailwind/tokens.cjs +1 -0
- 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
|
@@ -15033,7 +15033,7 @@
|
|
|
15033
15033
|
"border": {
|
|
15034
15034
|
"radius": {
|
|
15035
15035
|
"key": "{button.border.radius}",
|
|
15036
|
-
"$value": "0.
|
|
15036
|
+
"$value": "0.5rem",
|
|
15037
15037
|
"$type": "dimension",
|
|
15038
15038
|
"$description": "Used for button border radius.",
|
|
15039
15039
|
"$extensions": {
|
|
@@ -18720,6 +18720,40 @@
|
|
|
18720
18720
|
}
|
|
18721
18721
|
},
|
|
18722
18722
|
"link": {
|
|
18723
|
+
"border": {
|
|
18724
|
+
"radius": {
|
|
18725
|
+
"key": "{button.link.border.radius}",
|
|
18726
|
+
"$value": "0.25rem",
|
|
18727
|
+
"$type": "dimension",
|
|
18728
|
+
"$description": "Used for link button border radius.",
|
|
18729
|
+
"$extensions": {
|
|
18730
|
+
"com.figma.scope": [
|
|
18731
|
+
"CORNER_RADIUS"
|
|
18732
|
+
]
|
|
18733
|
+
},
|
|
18734
|
+
"filePath": "src/tokens/contextual/button.tokens.json",
|
|
18735
|
+
"isSource": true,
|
|
18736
|
+
"original": {
|
|
18737
|
+
"$value": "{border.radius.md}",
|
|
18738
|
+
"$type": "dimension",
|
|
18739
|
+
"$description": "Used for link button border radius.",
|
|
18740
|
+
"$extensions": {
|
|
18741
|
+
"com.figma.scope": [
|
|
18742
|
+
"CORNER_RADIUS"
|
|
18743
|
+
]
|
|
18744
|
+
},
|
|
18745
|
+
"key": "{button.link.border.radius}"
|
|
18746
|
+
},
|
|
18747
|
+
"name": "BUTTON_LINK_BORDER_RADIUS",
|
|
18748
|
+
"attributes": {},
|
|
18749
|
+
"path": [
|
|
18750
|
+
"button",
|
|
18751
|
+
"link",
|
|
18752
|
+
"border",
|
|
18753
|
+
"radius"
|
|
18754
|
+
]
|
|
18755
|
+
}
|
|
18756
|
+
},
|
|
18723
18757
|
"text": {
|
|
18724
18758
|
"color": {
|
|
18725
18759
|
"default": {
|
|
@@ -19442,7 +19476,7 @@
|
|
|
19442
19476
|
"border": {
|
|
19443
19477
|
"radius": {
|
|
19444
19478
|
"key": "{card.border.radius}",
|
|
19445
|
-
"$value": "0.
|
|
19479
|
+
"$value": "0.5rem",
|
|
19446
19480
|
"$type": "dimension",
|
|
19447
19481
|
"$description": "Used for card border radius.",
|
|
19448
19482
|
"$extensions": {
|
|
@@ -19453,7 +19487,7 @@
|
|
|
19453
19487
|
"filePath": "src/tokens/contextual/card.tokens.json",
|
|
19454
19488
|
"isSource": true,
|
|
19455
19489
|
"original": {
|
|
19456
|
-
"$value": "{border.radius.
|
|
19490
|
+
"$value": "{border.radius.lg}",
|
|
19457
19491
|
"$type": "dimension",
|
|
19458
19492
|
"$description": "Used for card border radius.",
|
|
19459
19493
|
"$extensions": {
|
|
@@ -22623,7 +22657,7 @@
|
|
|
22623
22657
|
"border": {
|
|
22624
22658
|
"radius": {
|
|
22625
22659
|
"key": "{modal.border.radius}",
|
|
22626
|
-
"$value": "0.
|
|
22660
|
+
"$value": "0.5rem",
|
|
22627
22661
|
"$type": "dimension",
|
|
22628
22662
|
"$description": "Used for modal border radius.",
|
|
22629
22663
|
"$extensions": {
|
|
@@ -22634,7 +22668,7 @@
|
|
|
22634
22668
|
"filePath": "src/tokens/contextual/modal.tokens.json",
|
|
22635
22669
|
"isSource": true,
|
|
22636
22670
|
"original": {
|
|
22637
|
-
"$value": "{border.radius.
|
|
22671
|
+
"$value": "{border.radius.lg}",
|
|
22638
22672
|
"$type": "dimension",
|
|
22639
22673
|
"$description": "Used for modal border radius.",
|
|
22640
22674
|
"$extensions": {
|
|
@@ -30433,7 +30467,7 @@
|
|
|
30433
30467
|
"border": {
|
|
30434
30468
|
"radius": {
|
|
30435
30469
|
"key": "{action.border.radius}",
|
|
30436
|
-
"$value": "0.
|
|
30470
|
+
"$value": "0.5rem",
|
|
30437
30471
|
"$type": "dimension",
|
|
30438
30472
|
"$description": "Used for the border radius of an action.",
|
|
30439
30473
|
"$extensions": {
|
|
@@ -30444,7 +30478,7 @@
|
|
|
30444
30478
|
"filePath": "src/tokens/semantic/action.tokens.json",
|
|
30445
30479
|
"isSource": true,
|
|
30446
30480
|
"original": {
|
|
30447
|
-
"$value": "{border.radius.
|
|
30481
|
+
"$value": "{border.radius.lg}",
|
|
30448
30482
|
"$type": "dimension",
|
|
30449
30483
|
"$description": "Used for the border radius of an action.",
|
|
30450
30484
|
"$extensions": {
|
|
@@ -33903,7 +33937,7 @@
|
|
|
33903
33937
|
},
|
|
33904
33938
|
"radius": {
|
|
33905
33939
|
"key": "{control.border.radius}",
|
|
33906
|
-
"$value": "0.
|
|
33940
|
+
"$value": "0.5rem",
|
|
33907
33941
|
"$type": "dimension",
|
|
33908
33942
|
"$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
|
|
33909
33943
|
"$extensions": {
|
|
@@ -33914,7 +33948,7 @@
|
|
|
33914
33948
|
"filePath": "src/tokens/semantic/control.tokens.json",
|
|
33915
33949
|
"isSource": true,
|
|
33916
33950
|
"original": {
|
|
33917
|
-
"$value": "{border.radius.
|
|
33951
|
+
"$value": "{border.radius.lg}",
|
|
33918
33952
|
"$type": "dimension",
|
|
33919
33953
|
"$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
|
|
33920
33954
|
"$extensions": {
|
|
@@ -1016,8 +1016,10 @@ $gl-button-danger-tertiary-background-color-focus: $gl-action-danger-background-
|
|
|
1016
1016
|
$gl-button-danger-tertiary-border-color-default: $gl-action-danger-border-color-default; // Used for the border of a borderless, tertiary danger (destructive) button in the default state.
|
|
1017
1017
|
$gl-button-dashed-border-color-hover: $gl-button-dashed-border-color-default; // Used for the border of a dashed button in the hover state.
|
|
1018
1018
|
$gl-button-dashed-border-color-focus: $gl-button-dashed-border-color-default; // Used for the border of a dashed button in the focus state.
|
|
1019
|
+
$gl-button-link-border-radius: $gl-border-radius-md; // Used for link button border radius.
|
|
1019
1020
|
$gl-button-link-text-color-default: $gl-text-color-link; // Used for the text of a link button in the default state.
|
|
1020
1021
|
$gl-button-selected-border-color-focus: $gl-button-selected-border-color-hover; // Used for the border of a selected button in the focus state.
|
|
1022
|
+
$gl-card-border-radius: $gl-border-radius-lg; // Used for card border radius.
|
|
1021
1023
|
$gl-chart-axis-text-color: $gl-text-color-subtle; // Used in charts for the text color of axis titles and labels.
|
|
1022
1024
|
$gl-datepicker-date-text-color-selected: $gl-control-indicator-color-selected; // Used for the datepicker date text color state indicators.
|
|
1023
1025
|
$gl-dropdown-background-color: $gl-background-color-overlap; // Used for the background of a dropdown.
|
|
@@ -1032,6 +1034,7 @@ $gl-dropdown-option-indicator-color-selected-focus: $gl-control-background-color
|
|
|
1032
1034
|
$gl-dropdown-option-indicator-color-selected-active: $gl-control-background-color-selected-focus; // Used for the dropdown selected option indicator in the active state.
|
|
1033
1035
|
$gl-dropdown-option-background-color-unselected-focus: $gl-action-neutral-background-color-focus; // Used for the background of an unselected dropdown option in the focus state.
|
|
1034
1036
|
$gl-dropdown-option-background-color-selected-focus: $gl-dropdown-option-background-color-selected-hover; // Used for the background of a selected dropdown option in the focus state.
|
|
1037
|
+
$gl-modal-border-radius: $gl-border-radius-lg; // Used for modal border radius.
|
|
1035
1038
|
$gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used for the indicator color for the primary progress-bar variant.
|
|
1036
1039
|
$gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
|
|
1037
1040
|
$gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
|
|
@@ -1046,6 +1049,7 @@ $gl-toggle-switch-icon-color-checked-hover: $gl-action-strong-confirm-background
|
|
|
1046
1049
|
$gl-toggle-switch-icon-color-checked-active: $gl-action-strong-confirm-background-color-active; // Used for the icon color of a checked toggle switch in the active state.
|
|
1047
1050
|
$gl-toggle-switch-icon-color-disabled: $gl-action-disabled-background-color; // Used for the icon color of a disabled toggle switch.
|
|
1048
1051
|
$gl-token-foreground-color: $gl-text-color-default; // Used for the token foreground color.
|
|
1052
|
+
$gl-action-border-radius: $gl-border-radius-lg; // Used for the border radius of an action.
|
|
1049
1053
|
$gl-action-selected-foreground-color-hover: $gl-action-selected-foreground-color-default; // Used for the foreground of a selected action in the hover state.
|
|
1050
1054
|
$gl-action-selected-background-color-focus: $gl-action-selected-background-color-hover; // Used for the background of a selected action in the focus state.
|
|
1051
1055
|
$gl-action-selected-border-color-default: $gl-action-selected-background-color-default; // Used for the border of a selected action in the default state.
|
|
@@ -1070,6 +1074,7 @@ $gl-action-strong-confirm-foreground-color-hover: $gl-action-strong-confirm-fore
|
|
|
1070
1074
|
$gl-action-strong-confirm-border-color-hover: $gl-action-strong-confirm-border-color-default; // Used for the border of a strong confirm action in the hover state.
|
|
1071
1075
|
$gl-action-strong-neutral-background-color-focus: $gl-action-strong-neutral-background-color-hover; // Used for the background of a strong neutral action in the focus state.
|
|
1072
1076
|
$gl-action-strong-neutral-border-color-hover: $gl-action-strong-neutral-border-color-default; // Used for the border of a strong neutral action in the hover state.
|
|
1077
|
+
$gl-control-border-radius: $gl-border-radius-lg; // Used for form control (input, radio button, checkbox, textarea) default border radius.
|
|
1073
1078
|
$gl-control-text-color-error: $gl-text-color-danger; // Used for the helper text when the input is invalid.
|
|
1074
1079
|
$gl-control-text-color-valid: $gl-text-color-success; // Used for the helper text when the input is valid.
|
|
1075
1080
|
$gl-control-placeholder-color: $gl-text-color-disabled; // Used for placeholder text within inputs.
|
|
@@ -1091,6 +1096,7 @@ $gl-badge-warning-background-color-focus: $gl-badge-warning-background-color-hov
|
|
|
1091
1096
|
$gl-badge-danger-background-color-focus: $gl-badge-danger-background-color-hover; // Used for the background of a danger badge in the focus state.
|
|
1092
1097
|
$gl-badge-tier-background-color-focus: $gl-badge-tier-background-color-hover; // Used for the background of a tier related badge in the focus state.
|
|
1093
1098
|
$gl-broadcast-banner-border-radius: $gl-border-radius-default; // Used for broadcast banner border radius.
|
|
1099
|
+
$gl-button-border-radius: $gl-action-border-radius; // Used for button border radius.
|
|
1094
1100
|
$gl-button-default-tertiary-foreground-color-hover: $gl-action-neutral-foreground-color-hover; // Used for the foreground of a default borderless, tertiary button in the hover state.
|
|
1095
1101
|
$gl-button-default-tertiary-foreground-color-focus: $gl-action-neutral-foreground-color-focus; // Used for the foreground of a default borderless, tertiary button in the focus state.
|
|
1096
1102
|
$gl-button-default-tertiary-foreground-color-active: $gl-action-neutral-foreground-color-active; // Used for the foreground of a default borderless, tertiary button in the active state.
|
|
@@ -1110,23 +1116,18 @@ $gl-button-danger-tertiary-border-color-active: $gl-action-danger-border-color-a
|
|
|
1110
1116
|
$gl-button-link-text-color-hover: $gl-button-link-text-color-default; // Used for the text of a link button in the hover state.
|
|
1111
1117
|
$gl-button-link-text-color-focus: $gl-button-link-text-color-default; // Used for the text of a link button in the focus state.
|
|
1112
1118
|
$gl-button-link-text-color-active: $gl-button-link-text-color-default; // Used for the text of a link button in the active state.
|
|
1113
|
-
$gl-card-border-radius: $gl-border-radius-default; // Used for card border radius.
|
|
1114
1119
|
$gl-chart-axis-pointer-color: $gl-icon-color-subtle; // Used in charts for the color of the reference line and axis value under mouse pointer.
|
|
1115
1120
|
$gl-chart-zoom-handle-color: $gl-icon-color-subtle; // Used in charts for the handle color when zooming in on a specific area of data.
|
|
1116
1121
|
$gl-dropdown-option-text-color-hover: $gl-action-neutral-foreground-color-hover; // Used for the text of a dropdown option in the hover state.
|
|
1117
1122
|
$gl-dropdown-option-text-color-focus: $gl-action-neutral-foreground-color-focus; // Used for the text of a dropdown option in the focus state.
|
|
1118
1123
|
$gl-dropdown-option-text-color-active: $gl-action-neutral-foreground-color-active; // Used for the text of a dropdown option in the active state.
|
|
1119
|
-
$gl-modal-border-radius: $gl-border-radius-default; // Used for modal border radius.
|
|
1120
1124
|
$gl-toggle-switch-icon-color-unchecked-focus: $gl-action-strong-neutral-background-color-focus; // Used for the icon color of an unchecked toggle switch in the focus state.
|
|
1121
1125
|
$gl-toggle-switch-icon-color-checked-focus: $gl-action-strong-confirm-background-color-focus; // Used for the icon color of a checked toggle switch in the focus state.
|
|
1122
|
-
$gl-action-border-radius: $gl-border-radius-default; // Used for the border radius of an action.
|
|
1123
1126
|
$gl-action-selected-foreground-color-focus: $gl-action-selected-foreground-color-hover; // Used for the foreground of a selected action in the focus state.
|
|
1124
1127
|
$gl-action-selected-border-color-focus: $gl-action-selected-background-color-focus; // Used for the border of a selected action in the focus state.
|
|
1125
1128
|
$gl-action-strong-confirm-foreground-color-focus: $gl-action-strong-confirm-foreground-color-hover; // Used for the foreground of a strong confirm action in the focus state.
|
|
1126
1129
|
$gl-action-strong-confirm-border-color-focus: $gl-action-strong-confirm-border-color-hover; // Used for the border of a strong confirm action in the focus state.
|
|
1127
1130
|
$gl-action-strong-neutral-border-color-focus: $gl-action-strong-neutral-border-color-hover; // Used for the border of a strong neutral action in the focus state.
|
|
1128
|
-
$gl-control-border-radius: $gl-border-radius-default; // Used for form control (input, radio button, checkbox, textarea) default border radius.
|
|
1129
|
-
$gl-button-border-radius: $gl-action-border-radius; // Used for button border radius.
|
|
1130
1131
|
$gl-button-confirm-primary-foreground-color-focus: $gl-action-strong-confirm-foreground-color-focus; // Used for the foreground of a confirm (positive) primary button in the focus state.
|
|
1131
1132
|
$gl-action-selected-foreground-color-active: $gl-action-selected-foreground-color-focus; // Used for the foreground of a selected action in the active state.
|
|
1132
1133
|
$gl-action-strong-confirm-foreground-color-active: $gl-action-strong-confirm-foreground-color-focus; // Used for the foreground of a strong confirm action in the active state.
|
|
@@ -1006,11 +1006,13 @@ $gl-button-danger-tertiary-background-color-focus: $gl-action-danger-background-
|
|
|
1006
1006
|
$gl-button-danger-tertiary-border-color-default: $gl-action-danger-border-color-default; // Used for the border of a borderless, tertiary danger (destructive) button in the default state.
|
|
1007
1007
|
$gl-button-dashed-border-color-hover: $gl-button-dashed-border-color-default; // Used for the border of a dashed button in the hover state.
|
|
1008
1008
|
$gl-button-dashed-border-color-focus: $gl-button-dashed-border-color-default; // Used for the border of a dashed button in the focus state.
|
|
1009
|
+
$gl-button-link-border-radius: $gl-border-radius-md; // Used for link button border radius.
|
|
1009
1010
|
$gl-button-link-text-color-default: $gl-text-color-link; // Used for the text of a link button in the default state.
|
|
1010
1011
|
$gl-button-selected-foreground-color-default: $gl-button-default-primary-foreground-color-default; // Used for the foreground of a selected button in the default state.
|
|
1011
1012
|
$gl-button-selected-background-color-hover: $gl-button-default-primary-background-color-hover; // Used for the background of a selected button in the hover state.
|
|
1012
1013
|
$gl-button-selected-background-color-active: $gl-button-default-primary-background-color-active; // Used for the background of a selected button in the active state.
|
|
1013
1014
|
$gl-button-selected-border-color-focus: $gl-button-selected-border-color-hover; // Used for the border of a selected button in the focus state.
|
|
1015
|
+
$gl-card-border-radius: $gl-border-radius-lg; // Used for card border radius.
|
|
1014
1016
|
$gl-chart-axis-text-color: $gl-text-color-subtle; // Used in charts for the text color of axis titles and labels.
|
|
1015
1017
|
$gl-datepicker-date-text-color-selected: $gl-control-indicator-color-selected; // Used for the datepicker date text color state indicators.
|
|
1016
1018
|
$gl-dropdown-background-color: $gl-background-color-overlap; // Used for the background of a dropdown.
|
|
@@ -1025,6 +1027,7 @@ $gl-dropdown-option-indicator-color-selected-focus: $gl-control-background-color
|
|
|
1025
1027
|
$gl-dropdown-option-indicator-color-selected-active: $gl-control-background-color-selected-focus; // Used for the dropdown selected option indicator in the active state.
|
|
1026
1028
|
$gl-dropdown-option-background-color-unselected-focus: $gl-action-neutral-background-color-focus; // Used for the background of an unselected dropdown option in the focus state.
|
|
1027
1029
|
$gl-dropdown-option-background-color-selected-focus: $gl-dropdown-option-background-color-selected-hover; // Used for the background of a selected dropdown option in the focus state.
|
|
1030
|
+
$gl-modal-border-radius: $gl-border-radius-lg; // Used for modal border radius.
|
|
1028
1031
|
$gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used for the indicator color for the primary progress-bar variant.
|
|
1029
1032
|
$gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
|
|
1030
1033
|
$gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
|
|
@@ -1039,6 +1042,7 @@ $gl-toggle-switch-icon-color-checked-hover: $gl-action-strong-confirm-background
|
|
|
1039
1042
|
$gl-toggle-switch-icon-color-checked-active: $gl-action-strong-confirm-background-color-active; // Used for the icon color of a checked toggle switch in the active state.
|
|
1040
1043
|
$gl-toggle-switch-icon-color-disabled: $gl-action-disabled-background-color; // Used for the icon color of a disabled toggle switch.
|
|
1041
1044
|
$gl-token-foreground-color: $gl-text-color-default; // Used for the token foreground color.
|
|
1045
|
+
$gl-action-border-radius: $gl-border-radius-lg; // Used for the border radius of an action.
|
|
1042
1046
|
$gl-action-selected-foreground-color-hover: $gl-action-selected-foreground-color-default; // Used for the foreground of a selected action in the hover state.
|
|
1043
1047
|
$gl-action-selected-background-color-focus: $gl-action-selected-background-color-hover; // Used for the background of a selected action in the focus state.
|
|
1044
1048
|
$gl-action-selected-border-color-default: $gl-action-selected-background-color-default; // Used for the border of a selected action in the default state.
|
|
@@ -1064,6 +1068,7 @@ $gl-action-strong-confirm-border-color-hover: $gl-action-strong-confirm-border-c
|
|
|
1064
1068
|
$gl-action-strong-neutral-background-color-focus: $gl-action-strong-neutral-background-color-hover; // Used for the background of a strong neutral action in the focus state.
|
|
1065
1069
|
$gl-action-strong-neutral-foreground-color-hover: $gl-action-strong-neutral-foreground-color-default; // Used for the foreground of a strong neutral action in the hover state.
|
|
1066
1070
|
$gl-action-strong-neutral-border-color-hover: $gl-action-strong-neutral-border-color-default; // Used for the border of a strong neutral action in the hover state.
|
|
1071
|
+
$gl-control-border-radius: $gl-border-radius-lg; // Used for form control (input, radio button, checkbox, textarea) default border radius.
|
|
1067
1072
|
$gl-control-text-color-error: $gl-text-color-danger; // Used for the helper text when the input is invalid.
|
|
1068
1073
|
$gl-control-text-color-valid: $gl-text-color-success; // Used for the helper text when the input is valid.
|
|
1069
1074
|
$gl-control-placeholder-color: $gl-text-color-disabled; // Used for placeholder text within inputs.
|
|
@@ -1085,6 +1090,7 @@ $gl-badge-warning-background-color-focus: $gl-badge-warning-background-color-hov
|
|
|
1085
1090
|
$gl-badge-danger-background-color-focus: $gl-badge-danger-background-color-hover; // Used for the background of a danger badge in the focus state.
|
|
1086
1091
|
$gl-badge-tier-background-color-focus: $gl-badge-tier-background-color-hover; // Used for the background of a tier related badge in the focus state.
|
|
1087
1092
|
$gl-broadcast-banner-border-radius: $gl-border-radius-default; // Used for broadcast banner border radius.
|
|
1093
|
+
$gl-button-border-radius: $gl-action-border-radius; // Used for button border radius.
|
|
1088
1094
|
$gl-button-default-tertiary-foreground-color-hover: $gl-action-neutral-foreground-color-hover; // Used for the foreground of a default borderless, tertiary button in the hover state.
|
|
1089
1095
|
$gl-button-default-tertiary-foreground-color-focus: $gl-action-neutral-foreground-color-focus; // Used for the foreground of a default borderless, tertiary button in the focus state.
|
|
1090
1096
|
$gl-button-default-tertiary-foreground-color-active: $gl-action-neutral-foreground-color-active; // Used for the foreground of a default borderless, tertiary button in the active state.
|
|
@@ -1108,24 +1114,19 @@ $gl-button-selected-foreground-color-hover: $gl-button-default-primary-foregroun
|
|
|
1108
1114
|
$gl-button-selected-foreground-color-focus: $gl-button-default-primary-foreground-color-focus; // Used for the foreground of a selected button in the focus state.
|
|
1109
1115
|
$gl-button-selected-foreground-color-active: $gl-button-default-primary-foreground-color-active; // Used for the foreground of a selected button in the active state.
|
|
1110
1116
|
$gl-button-selected-background-color-focus: $gl-button-default-primary-background-color-focus; // Used for the background of a selected button in the focus state.
|
|
1111
|
-
$gl-card-border-radius: $gl-border-radius-default; // Used for card border radius.
|
|
1112
1117
|
$gl-chart-axis-pointer-color: $gl-icon-color-subtle; // Used in charts for the color of the reference line and axis value under mouse pointer.
|
|
1113
1118
|
$gl-chart-zoom-handle-color: $gl-icon-color-subtle; // Used in charts for the handle color when zooming in on a specific area of data.
|
|
1114
1119
|
$gl-dropdown-option-text-color-hover: $gl-action-neutral-foreground-color-hover; // Used for the text of a dropdown option in the hover state.
|
|
1115
1120
|
$gl-dropdown-option-text-color-focus: $gl-action-neutral-foreground-color-focus; // Used for the text of a dropdown option in the focus state.
|
|
1116
1121
|
$gl-dropdown-option-text-color-active: $gl-action-neutral-foreground-color-active; // Used for the text of a dropdown option in the active state.
|
|
1117
|
-
$gl-modal-border-radius: $gl-border-radius-default; // Used for modal border radius.
|
|
1118
1122
|
$gl-toggle-switch-icon-color-unchecked-focus: $gl-action-strong-neutral-background-color-focus; // Used for the icon color of an unchecked toggle switch in the focus state.
|
|
1119
1123
|
$gl-toggle-switch-icon-color-checked-focus: $gl-action-strong-confirm-background-color-focus; // Used for the icon color of a checked toggle switch in the focus state.
|
|
1120
|
-
$gl-action-border-radius: $gl-border-radius-default; // Used for the border radius of an action.
|
|
1121
1124
|
$gl-action-selected-foreground-color-focus: $gl-action-selected-foreground-color-hover; // Used for the foreground of a selected action in the focus state.
|
|
1122
1125
|
$gl-action-selected-border-color-focus: $gl-action-selected-background-color-focus; // Used for the border of a selected action in the focus state.
|
|
1123
1126
|
$gl-action-strong-confirm-foreground-color-focus: $gl-action-strong-confirm-foreground-color-hover; // Used for the foreground of a strong confirm action in the focus state.
|
|
1124
1127
|
$gl-action-strong-confirm-border-color-focus: $gl-action-strong-confirm-border-color-hover; // Used for the border of a strong confirm action in the focus state.
|
|
1125
1128
|
$gl-action-strong-neutral-foreground-color-focus: $gl-action-strong-neutral-foreground-color-hover; // Used for the foreground of a strong neutral action in the focus state.
|
|
1126
1129
|
$gl-action-strong-neutral-border-color-focus: $gl-action-strong-neutral-border-color-hover; // Used for the border of a strong neutral action in the focus state.
|
|
1127
|
-
$gl-control-border-radius: $gl-border-radius-default; // Used for form control (input, radio button, checkbox, textarea) default border radius.
|
|
1128
|
-
$gl-button-border-radius: $gl-action-border-radius; // Used for button border radius.
|
|
1129
1130
|
$gl-button-confirm-primary-foreground-color-focus: $gl-action-strong-confirm-foreground-color-focus; // Used for the foreground of a confirm (positive) primary button in the focus state.
|
|
1130
1131
|
$gl-action-selected-foreground-color-active: $gl-action-selected-foreground-color-focus; // Used for the foreground of a selected action in the active state.
|
|
1131
1132
|
$gl-action-strong-confirm-foreground-color-active: $gl-action-strong-confirm-foreground-color-focus; // Used for the foreground of a strong confirm action in the active state.
|
|
@@ -612,6 +612,7 @@ $gl-button-dashed-border-color-default: var(--gl-button-dashed-border-color-defa
|
|
|
612
612
|
$gl-button-dashed-border-color-hover: var(--gl-button-dashed-border-color-hover);
|
|
613
613
|
$gl-button-dashed-border-color-focus: var(--gl-button-dashed-border-color-focus);
|
|
614
614
|
$gl-button-dashed-border-color-active: var(--gl-button-dashed-border-color-active);
|
|
615
|
+
$gl-button-link-border-radius: var(--gl-button-link-border-radius);
|
|
615
616
|
$gl-button-link-text-color-default: var(--gl-button-link-text-color-default);
|
|
616
617
|
$gl-button-link-text-color-hover: var(--gl-button-link-text-color-hover);
|
|
617
618
|
$gl-button-link-text-color-focus: var(--gl-button-link-text-color-focus);
|
|
@@ -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)","feedback":"var(--gl-feedback-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)","action":"var(--gl-action-border-radius)","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
|
@@ -415,8 +415,9 @@
|
|
|
415
415
|
@apply gl-border-0;
|
|
416
416
|
@apply gl-text-base;
|
|
417
417
|
@apply gl-leading-normal;
|
|
418
|
-
color: var(--gl-button-link-text-color-default);
|
|
419
418
|
@apply gl-px-0;
|
|
419
|
+
border-radius: var(--gl-button-link-border-radius);
|
|
420
|
+
color: var(--gl-button-link-text-color-default);
|
|
420
421
|
min-height: auto;
|
|
421
422
|
min-width: auto;
|
|
422
423
|
text-decoration-thickness: auto;
|
|
@@ -155,7 +155,7 @@ export default {
|
|
|
155
155
|
},
|
|
156
156
|
bodyClasses() {
|
|
157
157
|
return this.loading
|
|
158
|
-
? 'gl-flex gl-flex-wrap gl-content-center gl-text-center'
|
|
158
|
+
? 'gl-flex gl-flex-wrap gl-content-center gl-text-center gl-flex-grow'
|
|
159
159
|
: `gl-grow gl-overflow-y-auto gl-overflow-x-hidden ${this.bodyContentClass}`;
|
|
160
160
|
},
|
|
161
161
|
hasTitleIcon() {
|
|
@@ -1008,11 +1008,13 @@
|
|
|
1008
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. */
|
|
1009
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. */
|
|
1010
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. */
|
|
1011
1012
|
--gl-button-link-text-color-default: var(--gl-text-color-link); /** Used for the text of a link button in the default state. */
|
|
1012
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. */
|
|
1013
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. */
|
|
1014
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. */
|
|
1015
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. */
|
|
1016
1018
|
--gl-chart-axis-text-color: var(--gl-text-color-subtle); /** Used in charts for the text color of axis titles and labels. */
|
|
1017
1019
|
--gl-datepicker-date-text-color-selected: var(--gl-control-indicator-color-selected); /** Used for the datepicker date text color state indicators. */
|
|
1018
1020
|
--gl-dropdown-background-color: var(--gl-background-color-overlap); /** Used for the background of a dropdown. */
|
|
@@ -1027,6 +1029,7 @@
|
|
|
1027
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. */
|
|
1028
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. */
|
|
1029
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. */
|
|
1030
1033
|
--gl-progress-bar-indicator-color-default: var(--gl-status-info-icon-color); /** Used for the indicator color for the primary progress-bar variant. */
|
|
1031
1034
|
--gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
|
|
1032
1035
|
--gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
|
|
@@ -1041,6 +1044,7 @@
|
|
|
1041
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. */
|
|
1042
1045
|
--gl-toggle-switch-icon-color-disabled: var(--gl-action-disabled-background-color); /** Used for the icon color of a disabled toggle switch. */
|
|
1043
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. */
|
|
1044
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. */
|
|
1045
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. */
|
|
1046
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. */
|
|
@@ -1066,6 +1070,7 @@
|
|
|
1066
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. */
|
|
1067
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. */
|
|
1068
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. */
|
|
1069
1074
|
--gl-control-text-color-error: var(--gl-text-color-danger); /** Used for the helper text when the input is invalid. */
|
|
1070
1075
|
--gl-control-text-color-valid: var(--gl-text-color-success); /** Used for the helper text when the input is valid. */
|
|
1071
1076
|
--gl-control-placeholder-color: var(--gl-text-color-disabled); /** Used for placeholder text within inputs. */
|
|
@@ -1087,6 +1092,7 @@
|
|
|
1087
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. */
|
|
1088
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. */
|
|
1089
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. */
|
|
1090
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. */
|
|
1091
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. */
|
|
1092
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. */
|
|
@@ -1110,24 +1116,19 @@
|
|
|
1110
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. */
|
|
1111
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. */
|
|
1112
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. */
|
|
1113
|
-
--gl-card-border-radius: var(--gl-border-radius-default); /** Used for card border radius. */
|
|
1114
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. */
|
|
1115
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. */
|
|
1116
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. */
|
|
1117
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. */
|
|
1118
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. */
|
|
1119
|
-
--gl-modal-border-radius: var(--gl-border-radius-default); /** Used for modal border radius. */
|
|
1120
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. */
|
|
1121
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. */
|
|
1122
|
-
--gl-action-border-radius: var(--gl-border-radius-default); /** Used for the border radius of an action. */
|
|
1123
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. */
|
|
1124
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. */
|
|
1125
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. */
|
|
1126
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. */
|
|
1127
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. */
|
|
1128
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. */
|
|
1129
|
-
--gl-control-border-radius: var(--gl-border-radius-default); /** Used for form control (input, radio button, checkbox, textarea) default border radius. */
|
|
1130
|
-
--gl-button-border-radius: var(--gl-action-border-radius); /** Used for button border radius. */
|
|
1131
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. */
|
|
1132
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. */
|
|
1133
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. */
|
|
@@ -1018,8 +1018,10 @@
|
|
|
1018
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. */
|
|
1019
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. */
|
|
1020
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. */
|
|
1021
1022
|
--gl-button-link-text-color-default: var(--gl-text-color-link); /** Used for the text of a link button in the default state. */
|
|
1022
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. */
|
|
1023
1025
|
--gl-chart-axis-text-color: var(--gl-text-color-subtle); /** Used in charts for the text color of axis titles and labels. */
|
|
1024
1026
|
--gl-datepicker-date-text-color-selected: var(--gl-control-indicator-color-selected); /** Used for the datepicker date text color state indicators. */
|
|
1025
1027
|
--gl-dropdown-background-color: var(--gl-background-color-overlap); /** Used for the background of a dropdown. */
|
|
@@ -1034,6 +1036,7 @@
|
|
|
1034
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. */
|
|
1035
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. */
|
|
1036
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. */
|
|
1037
1040
|
--gl-progress-bar-indicator-color-default: var(--gl-status-info-icon-color); /** Used for the indicator color for the primary progress-bar variant. */
|
|
1038
1041
|
--gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
|
|
1039
1042
|
--gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
|
|
@@ -1048,6 +1051,7 @@
|
|
|
1048
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. */
|
|
1049
1052
|
--gl-toggle-switch-icon-color-disabled: var(--gl-action-disabled-background-color); /** Used for the icon color of a disabled toggle switch. */
|
|
1050
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. */
|
|
1051
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. */
|
|
1052
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. */
|
|
1053
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. */
|
|
@@ -1072,6 +1076,7 @@
|
|
|
1072
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. */
|
|
1073
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. */
|
|
1074
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. */
|
|
1075
1080
|
--gl-control-text-color-error: var(--gl-text-color-danger); /** Used for the helper text when the input is invalid. */
|
|
1076
1081
|
--gl-control-text-color-valid: var(--gl-text-color-success); /** Used for the helper text when the input is valid. */
|
|
1077
1082
|
--gl-control-placeholder-color: var(--gl-text-color-disabled); /** Used for placeholder text within inputs. */
|
|
@@ -1093,6 +1098,7 @@
|
|
|
1093
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. */
|
|
1094
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. */
|
|
1095
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. */
|
|
1096
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. */
|
|
1097
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. */
|
|
1098
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. */
|
|
@@ -1112,23 +1118,18 @@
|
|
|
1112
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. */
|
|
1113
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. */
|
|
1114
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. */
|
|
1115
|
-
--gl-card-border-radius: var(--gl-border-radius-default); /** Used for card border radius. */
|
|
1116
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. */
|
|
1117
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. */
|
|
1118
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. */
|
|
1119
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. */
|
|
1120
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. */
|
|
1121
|
-
--gl-modal-border-radius: var(--gl-border-radius-default); /** Used for modal border radius. */
|
|
1122
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. */
|
|
1123
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. */
|
|
1124
|
-
--gl-action-border-radius: var(--gl-border-radius-default); /** Used for the border radius of an action. */
|
|
1125
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. */
|
|
1126
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. */
|
|
1127
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. */
|
|
1128
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. */
|
|
1129
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. */
|
|
1130
|
-
--gl-control-border-radius: var(--gl-border-radius-default); /** Used for form control (input, radio button, checkbox, textarea) default border radius. */
|
|
1131
|
-
--gl-button-border-radius: var(--gl-action-border-radius); /** Used for button border radius. */
|
|
1132
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. */
|
|
1133
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. */
|
|
1134
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. */
|
|
@@ -40867,9 +40867,41 @@
|
|
|
40867
40867
|
],
|
|
40868
40868
|
"cssWithValue": "var(--gl-border-radius-default)"
|
|
40869
40869
|
},
|
|
40870
|
+
"action": {
|
|
40871
|
+
"key": "{action.border.radius}",
|
|
40872
|
+
"$value": "0.5rem",
|
|
40873
|
+
"$type": "dimension",
|
|
40874
|
+
"$description": "Used for the border radius of an action.",
|
|
40875
|
+
"$extensions": {
|
|
40876
|
+
"com.figma.scope": [
|
|
40877
|
+
"CORNER_RADIUS"
|
|
40878
|
+
]
|
|
40879
|
+
},
|
|
40880
|
+
"filePath": "src/tokens/semantic/action.tokens.json",
|
|
40881
|
+
"isSource": true,
|
|
40882
|
+
"original": {
|
|
40883
|
+
"$value": "{border.radius.lg}",
|
|
40884
|
+
"$type": "dimension",
|
|
40885
|
+
"$description": "Used for the border radius of an action.",
|
|
40886
|
+
"$extensions": {
|
|
40887
|
+
"com.figma.scope": [
|
|
40888
|
+
"CORNER_RADIUS"
|
|
40889
|
+
]
|
|
40890
|
+
},
|
|
40891
|
+
"key": "{action.border.radius}"
|
|
40892
|
+
},
|
|
40893
|
+
"name": "ACTION_BORDER_RADIUS",
|
|
40894
|
+
"attributes": {},
|
|
40895
|
+
"path": [
|
|
40896
|
+
"action",
|
|
40897
|
+
"border",
|
|
40898
|
+
"radius"
|
|
40899
|
+
],
|
|
40900
|
+
"cssWithValue": "var(--gl-action-border-radius)"
|
|
40901
|
+
},
|
|
40870
40902
|
"control": {
|
|
40871
40903
|
"key": "{control.border.radius}",
|
|
40872
|
-
"$value": "0.
|
|
40904
|
+
"$value": "0.5rem",
|
|
40873
40905
|
"$type": "dimension",
|
|
40874
40906
|
"$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
|
|
40875
40907
|
"$extensions": {
|
|
@@ -40880,7 +40912,7 @@
|
|
|
40880
40912
|
"filePath": "src/tokens/semantic/control.tokens.json",
|
|
40881
40913
|
"isSource": true,
|
|
40882
40914
|
"original": {
|
|
40883
|
-
"$value": "{border.radius.
|
|
40915
|
+
"$value": "{border.radius.lg}",
|
|
40884
40916
|
"$type": "dimension",
|
|
40885
40917
|
"$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
|
|
40886
40918
|
"$extensions": {
|
|
@@ -40867,9 +40867,41 @@
|
|
|
40867
40867
|
],
|
|
40868
40868
|
"cssWithValue": "var(--gl-border-radius-default)"
|
|
40869
40869
|
},
|
|
40870
|
+
"action": {
|
|
40871
|
+
"key": "{action.border.radius}",
|
|
40872
|
+
"$value": "0.5rem",
|
|
40873
|
+
"$type": "dimension",
|
|
40874
|
+
"$description": "Used for the border radius of an action.",
|
|
40875
|
+
"$extensions": {
|
|
40876
|
+
"com.figma.scope": [
|
|
40877
|
+
"CORNER_RADIUS"
|
|
40878
|
+
]
|
|
40879
|
+
},
|
|
40880
|
+
"filePath": "src/tokens/semantic/action.tokens.json",
|
|
40881
|
+
"isSource": true,
|
|
40882
|
+
"original": {
|
|
40883
|
+
"$value": "{border.radius.lg}",
|
|
40884
|
+
"$type": "dimension",
|
|
40885
|
+
"$description": "Used for the border radius of an action.",
|
|
40886
|
+
"$extensions": {
|
|
40887
|
+
"com.figma.scope": [
|
|
40888
|
+
"CORNER_RADIUS"
|
|
40889
|
+
]
|
|
40890
|
+
},
|
|
40891
|
+
"key": "{action.border.radius}"
|
|
40892
|
+
},
|
|
40893
|
+
"name": "ACTION_BORDER_RADIUS",
|
|
40894
|
+
"attributes": {},
|
|
40895
|
+
"path": [
|
|
40896
|
+
"action",
|
|
40897
|
+
"border",
|
|
40898
|
+
"radius"
|
|
40899
|
+
],
|
|
40900
|
+
"cssWithValue": "var(--gl-action-border-radius)"
|
|
40901
|
+
},
|
|
40870
40902
|
"control": {
|
|
40871
40903
|
"key": "{control.border.radius}",
|
|
40872
|
-
"$value": "0.
|
|
40904
|
+
"$value": "0.5rem",
|
|
40873
40905
|
"$type": "dimension",
|
|
40874
40906
|
"$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
|
|
40875
40907
|
"$extensions": {
|
|
@@ -40880,7 +40912,7 @@
|
|
|
40880
40912
|
"filePath": "src/tokens/semantic/control.tokens.json",
|
|
40881
40913
|
"isSource": true,
|
|
40882
40914
|
"original": {
|
|
40883
|
-
"$value": "{border.radius.
|
|
40915
|
+
"$value": "{border.radius.lg}",
|
|
40884
40916
|
"$type": "dimension",
|
|
40885
40917
|
"$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
|
|
40886
40918
|
"$extensions": {
|
|
@@ -3856,6 +3856,18 @@
|
|
|
3856
3856
|
}
|
|
3857
3857
|
},
|
|
3858
3858
|
"link": {
|
|
3859
|
+
"border": {
|
|
3860
|
+
"radius": {
|
|
3861
|
+
"$value": "{border.radius.md}",
|
|
3862
|
+
"$type": "dimension",
|
|
3863
|
+
"$description": "Used for link button border radius.",
|
|
3864
|
+
"$extensions": {
|
|
3865
|
+
"com.figma.scope": [
|
|
3866
|
+
"CORNER_RADIUS"
|
|
3867
|
+
]
|
|
3868
|
+
}
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3859
3871
|
"text": {
|
|
3860
3872
|
"color": {
|
|
3861
3873
|
"default": {
|
|
@@ -4154,7 +4166,7 @@
|
|
|
4154
4166
|
"card": {
|
|
4155
4167
|
"border": {
|
|
4156
4168
|
"radius": {
|
|
4157
|
-
"$value": "{border.radius.
|
|
4169
|
+
"$value": "{border.radius.lg}",
|
|
4158
4170
|
"$type": "dimension",
|
|
4159
4171
|
"$description": "Used for card border radius.",
|
|
4160
4172
|
"$extensions": {
|
|
@@ -5497,7 +5509,7 @@
|
|
|
5497
5509
|
"modal": {
|
|
5498
5510
|
"border": {
|
|
5499
5511
|
"radius": {
|
|
5500
|
-
"$value": "{border.radius.
|
|
5512
|
+
"$value": "{border.radius.lg}",
|
|
5501
5513
|
"$type": "dimension",
|
|
5502
5514
|
"$description": "Used for modal border radius.",
|
|
5503
5515
|
"$extensions": {
|