@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.
Files changed (43) hide show
  1. package/dist/components/dashboards/dashboard_panel/dashboard_panel.js +1 -1
  2. package/dist/index.css +2 -2
  3. package/dist/index.css.map +1 -1
  4. package/dist/tailwind.css +1 -1
  5. package/dist/tailwind.css.map +1 -1
  6. package/dist/tokens/build/js/tokens.dark.js +7 -6
  7. package/dist/tokens/build/js/tokens.js +7 -6
  8. package/dist/tokens/css/tokens.css +6 -5
  9. package/dist/tokens/css/tokens.dark.css +6 -5
  10. package/dist/tokens/docs/tokens-tailwind-docs.dark.json +34 -2
  11. package/dist/tokens/docs/tokens-tailwind-docs.json +34 -2
  12. package/dist/tokens/figma/contextual.tokens.json +14 -2
  13. package/dist/tokens/figma/semantic.tokens.json +2 -2
  14. package/dist/tokens/js/tokens.dark.js +6 -5
  15. package/dist/tokens/js/tokens.js +6 -5
  16. package/dist/tokens/json/tokens.dark.json +43 -9
  17. package/dist/tokens/json/tokens.json +43 -9
  18. package/dist/tokens/scss/_tokens.dark.scss +6 -5
  19. package/dist/tokens/scss/_tokens.scss +6 -5
  20. package/dist/tokens/scss/_tokens_custom_properties.scss +1 -0
  21. package/dist/tokens/tailwind/tokens.cjs +1 -1
  22. package/package.json +1 -1
  23. package/src/components/base/button/button.scss +2 -1
  24. package/src/components/dashboards/dashboard_panel/dashboard_panel.vue +1 -1
  25. package/src/tokens/build/css/tokens.css +6 -5
  26. package/src/tokens/build/css/tokens.dark.css +6 -5
  27. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +34 -2
  28. package/src/tokens/build/docs/tokens-tailwind-docs.json +34 -2
  29. package/src/tokens/build/figma/contextual.tokens.json +14 -2
  30. package/src/tokens/build/figma/semantic.tokens.json +2 -2
  31. package/src/tokens/build/js/tokens.dark.js +6 -5
  32. package/src/tokens/build/js/tokens.js +6 -5
  33. package/src/tokens/build/json/tokens.dark.json +43 -9
  34. package/src/tokens/build/json/tokens.json +43 -9
  35. package/src/tokens/build/scss/_tokens.dark.scss +6 -5
  36. package/src/tokens/build/scss/_tokens.scss +6 -5
  37. package/src/tokens/build/scss/_tokens_custom_properties.scss +1 -0
  38. package/src/tokens/build/tailwind/tokens.cjs +1 -0
  39. package/src/tokens/contextual/button.tokens.json +12 -0
  40. package/src/tokens/contextual/card.tokens.json +1 -1
  41. package/src/tokens/contextual/modal.tokens.json +1 -1
  42. package/src/tokens/semantic/action.tokens.json +1 -1
  43. package/src/tokens/semantic/control.tokens.json +1 -1
@@ -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.25rem",
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.default}",
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.25rem",
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.default}",
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.default}",
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.default}",
5512
+ "$value": "{border.radius.lg}",
5501
5513
  "$type": "dimension",
5502
5514
  "$description": "Used for modal border radius.",
5503
5515
  "$extensions": {
@@ -2,7 +2,7 @@
2
2
  "action": {
3
3
  "border": {
4
4
  "radius": {
5
- "$value": "{border.radius.default}",
5
+ "$value": "{border.radius.lg}",
6
6
  "$type": "dimension",
7
7
  "$description": "Used for the border radius of an action.",
8
8
  "$extensions": {
@@ -1404,7 +1404,7 @@
1404
1404
  }
1405
1405
  },
1406
1406
  "radius": {
1407
- "$value": "{border.radius.default}",
1407
+ "$value": "{border.radius.lg}",
1408
1408
  "$type": "dimension",
1409
1409
  "$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
1410
1410
  "$extensions": {
@@ -597,7 +597,7 @@ export const GL_BROADCAST_BANNER_TEXT_COLOR_LIGHTGREEN = "#fff";
597
597
  export const GL_BROADCAST_BANNER_TEXT_COLOR_LIGHTINDIGO = "#fff";
598
598
  export const GL_BROADCAST_BANNER_TEXT_COLOR_LIGHTRED = "#fff";
599
599
  export const GL_BROADCAST_BANNER_TEXT_COLOR_RED = "#fff";
600
- export const GL_BUTTON_BORDER_RADIUS = "0.25rem";
600
+ export const GL_BUTTON_BORDER_RADIUS = "0.5rem";
601
601
  export const GL_BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_DEFAULT = "#ececef";
602
602
  export const GL_BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_HOVER = "#ececef";
603
603
  export const GL_BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_FOCUS = "#ececef";
@@ -722,6 +722,7 @@ export const GL_BUTTON_DASHED_BORDER_COLOR_DEFAULT = "#89888d";
722
722
  export const GL_BUTTON_DASHED_BORDER_COLOR_HOVER = "#89888d";
723
723
  export const GL_BUTTON_DASHED_BORDER_COLOR_FOCUS = "#89888d";
724
724
  export const GL_BUTTON_DASHED_BORDER_COLOR_ACTIVE = "#a4a3a8";
725
+ export const GL_BUTTON_LINK_BORDER_RADIUS = "0.25rem";
725
726
  export const GL_BUTTON_LINK_TEXT_COLOR_DEFAULT = "#9dc7f1";
726
727
  export const GL_BUTTON_LINK_TEXT_COLOR_HOVER = "#9dc7f1";
727
728
  export const GL_BUTTON_LINK_TEXT_COLOR_FOCUS = "#9dc7f1";
@@ -742,7 +743,7 @@ export const GL_BUTTON_DISABLED_FOREGROUND_COLOR = "#89888d";
742
743
  export const GL_BUTTON_DISABLED_BACKGROUND_COLOR = "rgba(137, 136, 141, 0.16)";
743
744
  export const GL_BUTTON_DISABLED_BORDER_COLOR = "transparent";
744
745
  export const GL_BUTTON_COUNT_BACKGROUND_COLOR = "rgba(255, 255, 255, 0.16)";
745
- export const GL_CARD_BORDER_RADIUS = "0.25rem";
746
+ export const GL_CARD_BORDER_RADIUS = "0.5rem";
746
747
  export const GL_CHART_AXIS_POINTER_COLOR = "#bfbfc3";
747
748
  export const GL_CHART_AXIS_LINE_COLOR = "#4c4b51";
748
749
  export const GL_CHART_AXIS_TEXT_COLOR = "#bfbfc3";
@@ -834,7 +835,7 @@ export const GL_LINK_MENTION_TEXT_COLOR_DEFAULT = "#cbe2f9";
834
835
  export const GL_LINK_MENTION_TEXT_COLOR_CURRENT = "#f5d9a8";
835
836
  export const GL_LINK_MENTION_BACKGROUND_COLOR_DEFAULT = "#284779";
836
837
  export const GL_LINK_MENTION_BACKGROUND_COLOR_CURRENT = "#693c14";
837
- export const GL_MODAL_BORDER_RADIUS = "0.25rem";
838
+ export const GL_MODAL_BORDER_RADIUS = "0.5rem";
838
839
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = "#63a6e9";
839
840
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = "#52b87a";
840
841
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = "#d99530";
@@ -1082,7 +1083,7 @@ export const T_WHITE_A_02 = "rgba(255, 255, 255, 0.02)";
1082
1083
  export const T_WHITE_A_04 = "rgba(255, 255, 255, 0.04)";
1083
1084
  export const T_WHITE_A_06 = "rgba(255, 255, 255, 0.06)";
1084
1085
  export const T_WHITE_A_08 = "rgba(255, 255, 255, 0.08)";
1085
- export const GL_ACTION_BORDER_RADIUS = "0.25rem";
1086
+ export const GL_ACTION_BORDER_RADIUS = "0.5rem";
1086
1087
  export const GL_ACTION_DISABLED_FOREGROUND_COLOR = "#737278";
1087
1088
  export const GL_ACTION_DISABLED_BACKGROUND_COLOR = "#28272d";
1088
1089
  export const GL_ACTION_DISABLED_BORDER_COLOR = "#3a383f";
@@ -1191,7 +1192,7 @@ export const GL_CONTROL_BORDER_COLOR_ERROR = "#f6806d";
1191
1192
  export const GL_CONTROL_BORDER_COLOR_SELECTED_DEFAULT = "#428fdc";
1192
1193
  export const GL_CONTROL_BORDER_COLOR_SELECTED_HOVER = "#9dc7f1";
1193
1194
  export const GL_CONTROL_BORDER_COLOR_SELECTED_FOCUS = "#9dc7f1";
1194
- export const GL_CONTROL_BORDER_RADIUS = "0.25rem";
1195
+ export const GL_CONTROL_BORDER_RADIUS = "0.5rem";
1195
1196
  export const GL_CONTROL_TEXT_COLOR_ERROR = "#f6806d";
1196
1197
  export const GL_CONTROL_TEXT_COLOR_VALID = "#52b87a";
1197
1198
  export const GL_CONTROL_PLACEHOLDER_COLOR = "#89888d";
@@ -597,7 +597,7 @@ export const GL_BROADCAST_BANNER_TEXT_COLOR_LIGHTGREEN = "#fff";
597
597
  export const GL_BROADCAST_BANNER_TEXT_COLOR_LIGHTINDIGO = "#fff";
598
598
  export const GL_BROADCAST_BANNER_TEXT_COLOR_LIGHTRED = "#fff";
599
599
  export const GL_BROADCAST_BANNER_TEXT_COLOR_RED = "#fff";
600
- export const GL_BUTTON_BORDER_RADIUS = "0.25rem";
600
+ export const GL_BUTTON_BORDER_RADIUS = "0.5rem";
601
601
  export const GL_BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_DEFAULT = "#3a383f";
602
602
  export const GL_BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_HOVER = "#3a383f";
603
603
  export const GL_BUTTON_DEFAULT_PRIMARY_FOREGROUND_COLOR_FOCUS = "#3a383f";
@@ -710,6 +710,7 @@ export const GL_BUTTON_DASHED_BORDER_COLOR_DEFAULT = "#89888d";
710
710
  export const GL_BUTTON_DASHED_BORDER_COLOR_HOVER = "#89888d";
711
711
  export const GL_BUTTON_DASHED_BORDER_COLOR_FOCUS = "#89888d";
712
712
  export const GL_BUTTON_DASHED_BORDER_COLOR_ACTIVE = "#626168";
713
+ export const GL_BUTTON_LINK_BORDER_RADIUS = "0.25rem";
713
714
  export const GL_BUTTON_LINK_TEXT_COLOR_DEFAULT = "#2f5ca0";
714
715
  export const GL_BUTTON_LINK_TEXT_COLOR_HOVER = "#2f5ca0";
715
716
  export const GL_BUTTON_LINK_TEXT_COLOR_FOCUS = "#2f5ca0";
@@ -730,7 +731,7 @@ export const GL_BUTTON_DISABLED_FOREGROUND_COLOR = "#737278";
730
731
  export const GL_BUTTON_DISABLED_BACKGROUND_COLOR = "#fbfafd";
731
732
  export const GL_BUTTON_DISABLED_BORDER_COLOR = "#dcdcde";
732
733
  export const GL_BUTTON_COUNT_BACKGROUND_COLOR = "rgba(05, 05, 06, 0.08)";
733
- export const GL_CARD_BORDER_RADIUS = "0.25rem";
734
+ export const GL_CARD_BORDER_RADIUS = "0.5rem";
734
735
  export const GL_CHART_AXIS_POINTER_COLOR = "#626168";
735
736
  export const GL_CHART_AXIS_LINE_COLOR = "#bfbfc3";
736
737
  export const GL_CHART_AXIS_TEXT_COLOR = "#626168";
@@ -822,7 +823,7 @@ export const GL_LINK_MENTION_TEXT_COLOR_DEFAULT = "#284779";
822
823
  export const GL_LINK_MENTION_TEXT_COLOR_CURRENT = "#693c14";
823
824
  export const GL_LINK_MENTION_BACKGROUND_COLOR_DEFAULT = "#cbe2f9";
824
825
  export const GL_LINK_MENTION_BACKGROUND_COLOR_CURRENT = "#f5d9a8";
825
- export const GL_MODAL_BORDER_RADIUS = "0.25rem";
826
+ export const GL_MODAL_BORDER_RADIUS = "0.5rem";
826
827
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = "#1f75cb";
827
828
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = "#108548";
828
829
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = "#ab6100";
@@ -1070,7 +1071,7 @@ export const T_WHITE_A_02 = "rgba(255, 255, 255, 0.02)";
1070
1071
  export const T_WHITE_A_04 = "rgba(255, 255, 255, 0.04)";
1071
1072
  export const T_WHITE_A_06 = "rgba(255, 255, 255, 0.06)";
1072
1073
  export const T_WHITE_A_08 = "rgba(255, 255, 255, 0.08)";
1073
- export const GL_ACTION_BORDER_RADIUS = "0.25rem";
1074
+ export const GL_ACTION_BORDER_RADIUS = "0.5rem";
1074
1075
  export const GL_ACTION_DISABLED_FOREGROUND_COLOR = "#89888d";
1075
1076
  export const GL_ACTION_DISABLED_BACKGROUND_COLOR = "#ececef";
1076
1077
  export const GL_ACTION_DISABLED_BORDER_COLOR = "#dcdcde";
@@ -1180,7 +1181,7 @@ export const GL_CONTROL_BORDER_COLOR_ERROR = "#dd2b0e";
1180
1181
  export const GL_CONTROL_BORDER_COLOR_SELECTED_DEFAULT = "#1f75cb";
1181
1182
  export const GL_CONTROL_BORDER_COLOR_SELECTED_HOVER = "#2f5ca0";
1182
1183
  export const GL_CONTROL_BORDER_COLOR_SELECTED_FOCUS = "#2f5ca0";
1183
- export const GL_CONTROL_BORDER_RADIUS = "0.25rem";
1184
+ export const GL_CONTROL_BORDER_RADIUS = "0.5rem";
1184
1185
  export const GL_CONTROL_TEXT_COLOR_ERROR = "#c02f12";
1185
1186
  export const GL_CONTROL_TEXT_COLOR_VALID = "#2f7549";
1186
1187
  export const GL_CONTROL_PLACEHOLDER_COLOR = "#89888d";
@@ -15033,7 +15033,7 @@
15033
15033
  "border": {
15034
15034
  "radius": {
15035
15035
  "key": "{button.border.radius}",
15036
- "$value": "0.25rem",
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.25rem",
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.default}",
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.25rem",
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.default}",
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.25rem",
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.default}",
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.25rem",
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.default}",
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": {