@gitlab/ui 123.8.0 → 123.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/index.css +2 -2
  2. package/dist/index.css.map +1 -1
  3. package/dist/tailwind.css +1 -1
  4. package/dist/tailwind.css.map +1 -1
  5. package/dist/tokens/build/js/tokens.dark.js +7 -6
  6. package/dist/tokens/build/js/tokens.js +7 -6
  7. package/dist/tokens/css/tokens.css +6 -5
  8. package/dist/tokens/css/tokens.dark.css +6 -5
  9. package/dist/tokens/docs/tokens-tailwind-docs.dark.json +34 -2
  10. package/dist/tokens/docs/tokens-tailwind-docs.json +34 -2
  11. package/dist/tokens/figma/contextual.tokens.json +14 -2
  12. package/dist/tokens/figma/semantic.tokens.json +2 -2
  13. package/dist/tokens/js/tokens.dark.js +6 -5
  14. package/dist/tokens/js/tokens.js +6 -5
  15. package/dist/tokens/json/tokens.dark.json +43 -9
  16. package/dist/tokens/json/tokens.json +43 -9
  17. package/dist/tokens/scss/_tokens.dark.scss +6 -5
  18. package/dist/tokens/scss/_tokens.scss +6 -5
  19. package/dist/tokens/scss/_tokens_custom_properties.scss +1 -0
  20. package/dist/tokens/tailwind/tokens.cjs +1 -1
  21. package/package.json +1 -1
  22. package/src/components/base/button/button.scss +2 -1
  23. package/src/tokens/build/css/tokens.css +6 -5
  24. package/src/tokens/build/css/tokens.dark.css +6 -5
  25. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +34 -2
  26. package/src/tokens/build/docs/tokens-tailwind-docs.json +34 -2
  27. package/src/tokens/build/figma/contextual.tokens.json +14 -2
  28. package/src/tokens/build/figma/semantic.tokens.json +2 -2
  29. package/src/tokens/build/js/tokens.dark.js +6 -5
  30. package/src/tokens/build/js/tokens.js +6 -5
  31. package/src/tokens/build/json/tokens.dark.json +43 -9
  32. package/src/tokens/build/json/tokens.json +43 -9
  33. package/src/tokens/build/scss/_tokens.dark.scss +6 -5
  34. package/src/tokens/build/scss/_tokens.scss +6 -5
  35. package/src/tokens/build/scss/_tokens_custom_properties.scss +1 -0
  36. package/src/tokens/build/tailwind/tokens.cjs +1 -0
  37. package/src/tokens/contextual/button.tokens.json +12 -0
  38. package/src/tokens/contextual/card.tokens.json +1 -1
  39. package/src/tokens/contextual/modal.tokens.json +1 -1
  40. package/src/tokens/semantic/action.tokens.json +1 -1
  41. package/src/tokens/semantic/control.tokens.json +1 -1
@@ -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';
@@ -698,6 +698,7 @@ export const GL_BUTTON_DASHED_BORDER_COLOR_DEFAULT = '#89888d';
698
698
  export const GL_BUTTON_DASHED_BORDER_COLOR_HOVER = '#89888d';
699
699
  export const GL_BUTTON_DASHED_BORDER_COLOR_FOCUS = '#89888d';
700
700
  export const GL_BUTTON_DASHED_BORDER_COLOR_ACTIVE = '#a4a3a8';
701
+ export const GL_BUTTON_LINK_BORDER_RADIUS = '0.25rem';
701
702
  export const GL_BUTTON_LINK_TEXT_COLOR_DEFAULT = '#9dc7f1';
702
703
  export const GL_BUTTON_LINK_TEXT_COLOR_HOVER = '#9dc7f1';
703
704
  export const GL_BUTTON_LINK_TEXT_COLOR_FOCUS = '#9dc7f1';
@@ -718,7 +719,7 @@ export const GL_BUTTON_DISABLED_FOREGROUND_COLOR = '#89888d';
718
719
  export const GL_BUTTON_DISABLED_BACKGROUND_COLOR = 'rgba(137, 136, 141, 0.16)';
719
720
  export const GL_BUTTON_DISABLED_BORDER_COLOR = 'transparent';
720
721
  export const GL_BUTTON_COUNT_BACKGROUND_COLOR = 'rgba(255, 255, 255, 0.16)';
721
- export const GL_CARD_BORDER_RADIUS = '0.25rem';
722
+ export const GL_CARD_BORDER_RADIUS = '0.5rem';
722
723
  export const GL_CHART_AXIS_POINTER_COLOR = '#bfbfc3';
723
724
  export const GL_CHART_AXIS_LINE_COLOR = '#4c4b51';
724
725
  export const GL_CHART_AXIS_TEXT_COLOR = '#bfbfc3';
@@ -804,7 +805,7 @@ export const GL_LINK_MENTION_TEXT_COLOR_DEFAULT = '#cbe2f9';
804
805
  export const GL_LINK_MENTION_TEXT_COLOR_CURRENT = '#f5d9a8';
805
806
  export const GL_LINK_MENTION_BACKGROUND_COLOR_DEFAULT = '#284779';
806
807
  export const GL_LINK_MENTION_BACKGROUND_COLOR_CURRENT = '#693c14';
807
- export const GL_MODAL_BORDER_RADIUS = '0.25rem';
808
+ export const GL_MODAL_BORDER_RADIUS = '0.5rem';
808
809
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = '#63a6e9';
809
810
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = '#52b87a';
810
811
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = '#d99530';
@@ -1051,7 +1052,7 @@ export const T_WHITE_A_02 = 'rgba(255, 255, 255, 0.02)';
1051
1052
  export const T_WHITE_A_04 = 'rgba(255, 255, 255, 0.04)';
1052
1053
  export const T_WHITE_A_06 = 'rgba(255, 255, 255, 0.06)';
1053
1054
  export const T_WHITE_A_08 = 'rgba(255, 255, 255, 0.08)';
1054
- export const GL_ACTION_BORDER_RADIUS = '0.25rem';
1055
+ export const GL_ACTION_BORDER_RADIUS = '0.5rem';
1055
1056
  export const GL_ACTION_DISABLED_FOREGROUND_COLOR = '#737278';
1056
1057
  export const GL_ACTION_DISABLED_BACKGROUND_COLOR = '#28272d';
1057
1058
  export const GL_ACTION_DISABLED_BORDER_COLOR = '#3a383f';
@@ -1149,7 +1150,7 @@ export const GL_CONTROL_BORDER_COLOR_ERROR = '#f6806d';
1149
1150
  export const GL_CONTROL_BORDER_COLOR_SELECTED_DEFAULT = '#428fdc';
1150
1151
  export const GL_CONTROL_BORDER_COLOR_SELECTED_HOVER = '#9dc7f1';
1151
1152
  export const GL_CONTROL_BORDER_COLOR_SELECTED_FOCUS = '#9dc7f1';
1152
- export const GL_CONTROL_BORDER_RADIUS = '0.25rem';
1153
+ export const GL_CONTROL_BORDER_RADIUS = '0.5rem';
1153
1154
  export const GL_CONTROL_TEXT_COLOR_ERROR = '#f6806d';
1154
1155
  export const GL_CONTROL_TEXT_COLOR_VALID = '#52b87a';
1155
1156
  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';
@@ -698,6 +698,7 @@ export const GL_BUTTON_DASHED_BORDER_COLOR_DEFAULT = '#89888d';
698
698
  export const GL_BUTTON_DASHED_BORDER_COLOR_HOVER = '#89888d';
699
699
  export const GL_BUTTON_DASHED_BORDER_COLOR_FOCUS = '#89888d';
700
700
  export const GL_BUTTON_DASHED_BORDER_COLOR_ACTIVE = '#626168';
701
+ export const GL_BUTTON_LINK_BORDER_RADIUS = '0.25rem';
701
702
  export const GL_BUTTON_LINK_TEXT_COLOR_DEFAULT = '#2f5ca0';
702
703
  export const GL_BUTTON_LINK_TEXT_COLOR_HOVER = '#2f5ca0';
703
704
  export const GL_BUTTON_LINK_TEXT_COLOR_FOCUS = '#2f5ca0';
@@ -718,7 +719,7 @@ export const GL_BUTTON_DISABLED_FOREGROUND_COLOR = '#737278';
718
719
  export const GL_BUTTON_DISABLED_BACKGROUND_COLOR = '#fbfafd';
719
720
  export const GL_BUTTON_DISABLED_BORDER_COLOR = '#dcdcde';
720
721
  export const GL_BUTTON_COUNT_BACKGROUND_COLOR = 'rgba(05, 05, 06, 0.08)';
721
- export const GL_CARD_BORDER_RADIUS = '0.25rem';
722
+ export const GL_CARD_BORDER_RADIUS = '0.5rem';
722
723
  export const GL_CHART_AXIS_POINTER_COLOR = '#626168';
723
724
  export const GL_CHART_AXIS_LINE_COLOR = '#bfbfc3';
724
725
  export const GL_CHART_AXIS_TEXT_COLOR = '#626168';
@@ -804,7 +805,7 @@ export const GL_LINK_MENTION_TEXT_COLOR_DEFAULT = '#284779';
804
805
  export const GL_LINK_MENTION_TEXT_COLOR_CURRENT = '#693c14';
805
806
  export const GL_LINK_MENTION_BACKGROUND_COLOR_DEFAULT = '#cbe2f9';
806
807
  export const GL_LINK_MENTION_BACKGROUND_COLOR_CURRENT = '#f5d9a8';
807
- export const GL_MODAL_BORDER_RADIUS = '0.25rem';
808
+ export const GL_MODAL_BORDER_RADIUS = '0.5rem';
808
809
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = '#1f75cb';
809
810
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = '#108548';
810
811
  export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = '#ab6100';
@@ -1051,7 +1052,7 @@ export const T_WHITE_A_02 = 'rgba(255, 255, 255, 0.02)';
1051
1052
  export const T_WHITE_A_04 = 'rgba(255, 255, 255, 0.04)';
1052
1053
  export const T_WHITE_A_06 = 'rgba(255, 255, 255, 0.06)';
1053
1054
  export const T_WHITE_A_08 = 'rgba(255, 255, 255, 0.08)';
1054
- export const GL_ACTION_BORDER_RADIUS = '0.25rem';
1055
+ export const GL_ACTION_BORDER_RADIUS = '0.5rem';
1055
1056
  export const GL_ACTION_DISABLED_FOREGROUND_COLOR = '#89888d';
1056
1057
  export const GL_ACTION_DISABLED_BACKGROUND_COLOR = '#ececef';
1057
1058
  export const GL_ACTION_DISABLED_BORDER_COLOR = '#dcdcde';
@@ -1149,7 +1150,7 @@ export const GL_CONTROL_BORDER_COLOR_ERROR = '#dd2b0e';
1149
1150
  export const GL_CONTROL_BORDER_COLOR_SELECTED_DEFAULT = '#1f75cb';
1150
1151
  export const GL_CONTROL_BORDER_COLOR_SELECTED_HOVER = '#2f5ca0';
1151
1152
  export const GL_CONTROL_BORDER_COLOR_SELECTED_FOCUS = '#2f5ca0';
1152
- export const GL_CONTROL_BORDER_RADIUS = '0.25rem';
1153
+ export const GL_CONTROL_BORDER_RADIUS = '0.5rem';
1153
1154
  export const GL_CONTROL_TEXT_COLOR_ERROR = '#c02f12';
1154
1155
  export const GL_CONTROL_TEXT_COLOR_VALID = '#2f7549';
1155
1156
  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": {
@@ -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": {
@@ -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);
@@ -390,6 +390,7 @@ const borderRadius = {
390
390
  '3xl': 'var(--gl-border-radius-3xl)',
391
391
  full: 'var(--gl-border-radius-full)',
392
392
  default: 'var(--gl-border-radius-default)',
393
+ action: 'var(--gl-action-border-radius)',
393
394
  control: 'var(--gl-control-border-radius)',
394
395
  feedback: 'var(--gl-feedback-border-radius)',
395
396
  };
@@ -1319,6 +1319,18 @@
1319
1319
  }
1320
1320
  },
1321
1321
  "link": {
1322
+ "border": {
1323
+ "radius": {
1324
+ "$value": "{border.radius.md}",
1325
+ "$type": "dimension",
1326
+ "$description": "Used for link button border radius.",
1327
+ "$extensions": {
1328
+ "com.figma.scope": [
1329
+ "CORNER_RADIUS"
1330
+ ]
1331
+ }
1332
+ }
1333
+ },
1322
1334
  "text": {
1323
1335
  "color": {
1324
1336
  "default": {
@@ -2,7 +2,7 @@
2
2
  "card": {
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 card border radius.",
8
8
  "$extensions": {
@@ -2,7 +2,7 @@
2
2
  "modal": {
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 modal border radius.",
8
8
  "$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": {
@@ -214,7 +214,7 @@
214
214
  }
215
215
  },
216
216
  "radius": {
217
- "$value": "{border.radius.default}",
217
+ "$value": "{border.radius.lg}",
218
218
  "$type": "dimension",
219
219
  "$description": "Used for form control (input, radio button, checkbox, textarea) default border radius.",
220
220
  "$extensions": {