@gitlab/ui 126.0.1 → 126.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +5 -4
- package/dist/tokens/build/js/tokens.js +5 -4
- package/package.json +1 -1
- package/src/components/base/drawer/drawer.scss +3 -0
- package/src/tokens/build/css/tokens.css +5 -4
- package/src/tokens/build/css/tokens.dark.css +5 -4
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +5 -5
- package/src/tokens/build/docs/tokens-tailwind-docs.json +5 -5
- package/src/tokens/build/figma/contextual.tokens.json +18 -1
- package/src/tokens/build/figma/semantic.tokens.json +3 -12
- package/src/tokens/build/js/tokens.dark.js +4 -3
- package/src/tokens/build/js/tokens.js +4 -3
- package/src/tokens/build/json/tokens.dark.json +42 -7
- package/src/tokens/build/json/tokens.json +42 -7
- package/src/tokens/build/scss/_tokens.dark.scss +5 -4
- package/src/tokens/build/scss/_tokens.scss +5 -4
- package/src/tokens/build/scss/_tokens_custom_properties.scss +1 -0
- package/src/tokens/contextual/drawer.tokens.json +16 -0
- package/src/tokens/contextual/modal.tokens.json +1 -1
- package/src/tokens/semantic/text.tokens.json +3 -12
|
@@ -585,9 +585,6 @@
|
|
|
585
585
|
--gl-action-danger-background-color-hover: rgba(245, 127, 108, 0.16); /** Used for the background of a danger (destructive) action in the hover state. */
|
|
586
586
|
--gl-action-danger-background-color-active: rgba(174, 24, 0, 0.24); /** Used for the background of a danger (destructive) action in the active state. */
|
|
587
587
|
--gl-letter-spacing-heading: -0.01em;
|
|
588
|
-
--gl-text-primary: #28272d; /** Use text.color.default instead. */
|
|
589
|
-
--gl-text-secondary: #737278; /** Use text.color.subtle instead. */
|
|
590
|
-
--gl-text-tertiary: #89888d; /** Use text.color.disabled instead. */
|
|
591
588
|
--gl-heading-3-letter-spacing: inherit;
|
|
592
589
|
--gl-heading-4-letter-spacing: inherit;
|
|
593
590
|
--gl-heading-5-letter-spacing: inherit;
|
|
@@ -1155,6 +1152,7 @@
|
|
|
1155
1152
|
--gl-card-border-radius: var(--gl-border-radius-lg); /** Used for card border radius. */
|
|
1156
1153
|
--gl-chart-axis-text-color: var(--gl-text-color-subtle); /** Used in charts for the text color of axis titles and labels. */
|
|
1157
1154
|
--gl-datepicker-date-text-color-selected: var(--gl-control-indicator-color-selected); /** Used for the datepicker date text color state indicators. */
|
|
1155
|
+
--gl-drawer-border-radius: var(--gl-border-radius-2xl); /** Used for drawer border radius. */
|
|
1158
1156
|
--gl-dropdown-background-color: var(--gl-background-color-overlap); /** Used for the background of a dropdown. */
|
|
1159
1157
|
--gl-dropdown-border-color: var(--gl-border-color-strong); /** Used for the border of a dropdown. */
|
|
1160
1158
|
--gl-dropdown-border-radius: var(--gl-border-radius-lg); /** Used for the border radius of a dropdown. */
|
|
@@ -1167,7 +1165,7 @@
|
|
|
1167
1165
|
--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. */
|
|
1168
1166
|
--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. */
|
|
1169
1167
|
--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. */
|
|
1170
|
-
--gl-modal-border-radius: var(--gl-border-radius-
|
|
1168
|
+
--gl-modal-border-radius: var(--gl-border-radius-2xl); /** Used for modal border radius. */
|
|
1171
1169
|
--gl-progress-bar-indicator-color-default: var(--gl-status-info-icon-color); /** Used for the indicator color for the primary progress-bar variant. */
|
|
1172
1170
|
--gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
|
|
1173
1171
|
--gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
|
|
@@ -1222,6 +1220,9 @@
|
|
|
1222
1220
|
--gl-icon-color-warning: var(--gl-text-color-warning); /** Used for an icon associated with a warning. */
|
|
1223
1221
|
--gl-icon-color-danger: var(--gl-text-color-danger); /** Used for an icon associated with an error or danger. */
|
|
1224
1222
|
--gl-icon-color-success: var(--gl-text-color-success); /** Used for an icon associated with success or validity. */
|
|
1223
|
+
--gl-text-primary: var(--gl-text-color-default); /** Use text.color.default instead. */
|
|
1224
|
+
--gl-text-secondary: var(--gl-text-color-subtle); /** Use text.color.subtle instead. */
|
|
1225
|
+
--gl-text-tertiary: var(--gl-text-color-disabled); /** Use text.color.disabled instead. */
|
|
1225
1226
|
--gl-heading-1-font-weight: var(--gl-font-weight-heading);
|
|
1226
1227
|
--gl-heading-1-margin-bottom: var(--gl-heading-default-margin-bottom);
|
|
1227
1228
|
--gl-heading-1-color: var(--gl-text-color-heading);
|
|
@@ -596,9 +596,6 @@
|
|
|
596
596
|
--gl-action-danger-background-color-active: rgba(236, 89, 65, 0.16); /** Used for the background of a danger (destructive) action in the active state. */
|
|
597
597
|
--gl-background-color-overlay: rgba(0,0,0,0.64); /** Used for an overlay that covers other content. */
|
|
598
598
|
--gl-letter-spacing-heading: -0.01em;
|
|
599
|
-
--gl-text-primary: #ececef; /** Use text.color.default instead. */
|
|
600
|
-
--gl-text-secondary: #89888d; /** Use text.color.subtle instead. */
|
|
601
|
-
--gl-text-tertiary: #737278; /** Use text.color.disabled instead. */
|
|
602
599
|
--gl-heading-3-letter-spacing: inherit;
|
|
603
600
|
--gl-heading-4-letter-spacing: inherit;
|
|
604
601
|
--gl-heading-5-letter-spacing: inherit;
|
|
@@ -1162,6 +1159,7 @@
|
|
|
1162
1159
|
--gl-card-border-radius: var(--gl-border-radius-lg); /** Used for card border radius. */
|
|
1163
1160
|
--gl-chart-axis-text-color: var(--gl-text-color-subtle); /** Used in charts for the text color of axis titles and labels. */
|
|
1164
1161
|
--gl-datepicker-date-text-color-selected: var(--gl-control-indicator-color-selected); /** Used for the datepicker date text color state indicators. */
|
|
1162
|
+
--gl-drawer-border-radius: var(--gl-border-radius-2xl); /** Used for drawer border radius. */
|
|
1165
1163
|
--gl-dropdown-background-color: var(--gl-background-color-overlap); /** Used for the background of a dropdown. */
|
|
1166
1164
|
--gl-dropdown-border-color: var(--gl-border-color-default); /** Used for the border of a dropdown. */
|
|
1167
1165
|
--gl-dropdown-border-radius: var(--gl-border-radius-lg); /** Used for the border radius of a dropdown. */
|
|
@@ -1174,7 +1172,7 @@
|
|
|
1174
1172
|
--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. */
|
|
1175
1173
|
--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. */
|
|
1176
1174
|
--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. */
|
|
1177
|
-
--gl-modal-border-radius: var(--gl-border-radius-
|
|
1175
|
+
--gl-modal-border-radius: var(--gl-border-radius-2xl); /** Used for modal border radius. */
|
|
1178
1176
|
--gl-progress-bar-indicator-color-default: var(--gl-status-info-icon-color); /** Used for the indicator color for the primary progress-bar variant. */
|
|
1179
1177
|
--gl-progress-bar-indicator-color-success: var(--gl-status-success-icon-color); /** Used for the indicator color for the success progress-bar variant. */
|
|
1180
1178
|
--gl-progress-bar-indicator-color-warning: var(--gl-status-warning-icon-color); /** Used for the indicator color for the warning progress-bar variant. */
|
|
@@ -1228,6 +1226,9 @@
|
|
|
1228
1226
|
--gl-icon-color-warning: var(--gl-text-color-warning); /** Used for an icon associated with a warning. */
|
|
1229
1227
|
--gl-icon-color-danger: var(--gl-text-color-danger); /** Used for an icon associated with an error or danger. */
|
|
1230
1228
|
--gl-icon-color-success: var(--gl-text-color-success); /** Used for an icon associated with success or validity. */
|
|
1229
|
+
--gl-text-primary: var(--gl-text-color-default); /** Use text.color.default instead. */
|
|
1230
|
+
--gl-text-secondary: var(--gl-text-color-subtle); /** Use text.color.subtle instead. */
|
|
1231
|
+
--gl-text-tertiary: var(--gl-text-color-disabled); /** Use text.color.disabled instead. */
|
|
1231
1232
|
--gl-heading-1-font-weight: var(--gl-font-weight-heading);
|
|
1232
1233
|
--gl-heading-1-margin-bottom: var(--gl-heading-default-margin-bottom);
|
|
1233
1234
|
--gl-heading-1-color: var(--gl-text-color-heading);
|
|
@@ -32155,7 +32155,7 @@
|
|
|
32155
32155
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
32156
32156
|
"isSource": true,
|
|
32157
32157
|
"original": {
|
|
32158
|
-
"$value": "
|
|
32158
|
+
"$value": "{text.color.default}",
|
|
32159
32159
|
"$type": "color",
|
|
32160
32160
|
"$description": "Use text.color.default instead.",
|
|
32161
32161
|
"$extensions": {
|
|
@@ -32176,7 +32176,7 @@
|
|
|
32176
32176
|
},
|
|
32177
32177
|
"secondary": {
|
|
32178
32178
|
"key": "{text.secondary}",
|
|
32179
|
-
"$value": "#
|
|
32179
|
+
"$value": "#bfbfc3",
|
|
32180
32180
|
"$type": "color",
|
|
32181
32181
|
"$description": "Use text.color.subtle instead.",
|
|
32182
32182
|
"$extensions": {
|
|
@@ -32188,7 +32188,7 @@
|
|
|
32188
32188
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
32189
32189
|
"isSource": true,
|
|
32190
32190
|
"original": {
|
|
32191
|
-
"$value": "
|
|
32191
|
+
"$value": "{text.color.subtle}",
|
|
32192
32192
|
"$type": "color",
|
|
32193
32193
|
"$description": "Use text.color.subtle instead.",
|
|
32194
32194
|
"$extensions": {
|
|
@@ -32209,7 +32209,7 @@
|
|
|
32209
32209
|
},
|
|
32210
32210
|
"tertiary": {
|
|
32211
32211
|
"key": "{text.tertiary}",
|
|
32212
|
-
"$value": "#
|
|
32212
|
+
"$value": "#89888d",
|
|
32213
32213
|
"$type": "color",
|
|
32214
32214
|
"$description": "Use text.color.disabled instead.",
|
|
32215
32215
|
"$extensions": {
|
|
@@ -32221,7 +32221,7 @@
|
|
|
32221
32221
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
32222
32222
|
"isSource": true,
|
|
32223
32223
|
"original": {
|
|
32224
|
-
"$value": "
|
|
32224
|
+
"$value": "{text.color.disabled}",
|
|
32225
32225
|
"$type": "color",
|
|
32226
32226
|
"$description": "Use text.color.disabled instead.",
|
|
32227
32227
|
"$extensions": {
|
|
@@ -32143,7 +32143,7 @@
|
|
|
32143
32143
|
},
|
|
32144
32144
|
"primary": {
|
|
32145
32145
|
"key": "{text.primary}",
|
|
32146
|
-
"$value": "#
|
|
32146
|
+
"$value": "#3a383f",
|
|
32147
32147
|
"$type": "color",
|
|
32148
32148
|
"$description": "Use text.color.default instead.",
|
|
32149
32149
|
"$extensions": {
|
|
@@ -32155,7 +32155,7 @@
|
|
|
32155
32155
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
32156
32156
|
"isSource": true,
|
|
32157
32157
|
"original": {
|
|
32158
|
-
"$value": "
|
|
32158
|
+
"$value": "{text.color.default}",
|
|
32159
32159
|
"$type": "color",
|
|
32160
32160
|
"$description": "Use text.color.default instead.",
|
|
32161
32161
|
"$extensions": {
|
|
@@ -32176,7 +32176,7 @@
|
|
|
32176
32176
|
},
|
|
32177
32177
|
"secondary": {
|
|
32178
32178
|
"key": "{text.secondary}",
|
|
32179
|
-
"$value": "#
|
|
32179
|
+
"$value": "#626168",
|
|
32180
32180
|
"$type": "color",
|
|
32181
32181
|
"$description": "Use text.color.subtle instead.",
|
|
32182
32182
|
"$extensions": {
|
|
@@ -32188,7 +32188,7 @@
|
|
|
32188
32188
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
32189
32189
|
"isSource": true,
|
|
32190
32190
|
"original": {
|
|
32191
|
-
"$value": "
|
|
32191
|
+
"$value": "{text.color.subtle}",
|
|
32192
32192
|
"$type": "color",
|
|
32193
32193
|
"$description": "Use text.color.subtle instead.",
|
|
32194
32194
|
"$extensions": {
|
|
@@ -32221,7 +32221,7 @@
|
|
|
32221
32221
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
32222
32222
|
"isSource": true,
|
|
32223
32223
|
"original": {
|
|
32224
|
-
"$value": "
|
|
32224
|
+
"$value": "{text.color.disabled}",
|
|
32225
32225
|
"$type": "color",
|
|
32226
32226
|
"$description": "Use text.color.disabled instead.",
|
|
32227
32227
|
"$extensions": {
|
|
@@ -4321,6 +4321,23 @@
|
|
|
4321
4321
|
"com.gitlab.locked": true
|
|
4322
4322
|
}
|
|
4323
4323
|
},
|
|
4324
|
+
"drawer": {
|
|
4325
|
+
"border": {
|
|
4326
|
+
"radius": {
|
|
4327
|
+
"$value": "{border.radius.2xl}",
|
|
4328
|
+
"$type": "dimension",
|
|
4329
|
+
"$description": "Used for drawer border radius.",
|
|
4330
|
+
"$extensions": {
|
|
4331
|
+
"com.figma.scope": [
|
|
4332
|
+
"CORNER_RADIUS"
|
|
4333
|
+
]
|
|
4334
|
+
}
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4337
|
+
"$extensions": {
|
|
4338
|
+
"com.gitlab.locked": true
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4324
4341
|
"dropdown": {
|
|
4325
4342
|
"background": {
|
|
4326
4343
|
"color": {
|
|
@@ -5509,7 +5526,7 @@
|
|
|
5509
5526
|
"modal": {
|
|
5510
5527
|
"border": {
|
|
5511
5528
|
"radius": {
|
|
5512
|
-
"$value": "{border.radius.
|
|
5529
|
+
"$value": "{border.radius.2xl}",
|
|
5513
5530
|
"$type": "dimension",
|
|
5514
5531
|
"$description": "Used for modal border radius.",
|
|
5515
5532
|
"$extensions": {
|
|
@@ -2524,10 +2524,7 @@
|
|
|
2524
2524
|
},
|
|
2525
2525
|
"text": {
|
|
2526
2526
|
"primary": {
|
|
2527
|
-
"$value": {
|
|
2528
|
-
"default": "#28272d",
|
|
2529
|
-
"dark": "#ececef"
|
|
2530
|
-
},
|
|
2527
|
+
"$value": "{text.color.default}",
|
|
2531
2528
|
"$type": "color",
|
|
2532
2529
|
"$description": "Use text.color.default instead.",
|
|
2533
2530
|
"$extensions": {
|
|
@@ -2538,10 +2535,7 @@
|
|
|
2538
2535
|
"$deprecated": true
|
|
2539
2536
|
},
|
|
2540
2537
|
"secondary": {
|
|
2541
|
-
"$value": {
|
|
2542
|
-
"default": "#737278",
|
|
2543
|
-
"dark": "#89888d"
|
|
2544
|
-
},
|
|
2538
|
+
"$value": "{text.color.subtle}",
|
|
2545
2539
|
"$type": "color",
|
|
2546
2540
|
"$description": "Use text.color.subtle instead.",
|
|
2547
2541
|
"$extensions": {
|
|
@@ -2552,10 +2546,7 @@
|
|
|
2552
2546
|
"$deprecated": true
|
|
2553
2547
|
},
|
|
2554
2548
|
"tertiary": {
|
|
2555
|
-
"$value": {
|
|
2556
|
-
"default": "#89888d",
|
|
2557
|
-
"dark": "#737278"
|
|
2558
|
-
},
|
|
2549
|
+
"$value": "{text.color.disabled}",
|
|
2559
2550
|
"$type": "color",
|
|
2560
2551
|
"$description": "Use text.color.disabled instead.",
|
|
2561
2552
|
"$extensions": {
|
|
@@ -749,6 +749,7 @@ export const GL_CHART_ZOOM_FILLER_COLOR = 'rgba(255, 255, 255, 0.16)';
|
|
|
749
749
|
export const GL_CHART_ZOOM_HANDLE_COLOR = '#bfbfc3';
|
|
750
750
|
export const GL_DATEPICKER_BACKGROUND_COLOR = '#28272d';
|
|
751
751
|
export const GL_DATEPICKER_DATE_TEXT_COLOR_SELECTED = '#18171d';
|
|
752
|
+
export const GL_DRAWER_BORDER_RADIUS = '1rem';
|
|
752
753
|
export const GL_DROPDOWN_BACKGROUND_COLOR = '#28272d';
|
|
753
754
|
export const GL_DROPDOWN_BORDER_COLOR = '#4c4b51';
|
|
754
755
|
export const GL_DROPDOWN_BORDER_RADIUS = '0.5rem';
|
|
@@ -825,7 +826,7 @@ export const GL_LINK_MENTION_TEXT_COLOR_DEFAULT = '#cbe2f9';
|
|
|
825
826
|
export const GL_LINK_MENTION_TEXT_COLOR_CURRENT = '#f5d9a8';
|
|
826
827
|
export const GL_LINK_MENTION_BACKGROUND_COLOR_DEFAULT = '#284779';
|
|
827
828
|
export const GL_LINK_MENTION_BACKGROUND_COLOR_CURRENT = '#693c14';
|
|
828
|
-
export const GL_MODAL_BORDER_RADIUS = '
|
|
829
|
+
export const GL_MODAL_BORDER_RADIUS = '1rem';
|
|
829
830
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = '#63a6e9';
|
|
830
831
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = '#52b87a';
|
|
831
832
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = '#d99530';
|
|
@@ -1232,8 +1233,8 @@ export const GL_STATUS_BRAND_BACKGROUND_COLOR = '#342d59';
|
|
|
1232
1233
|
export const GL_STATUS_BRAND_TEXT_COLOR = '#ac93e6';
|
|
1233
1234
|
export const GL_STATUS_BRAND_ICON_COLOR = '#7b58cf';
|
|
1234
1235
|
export const GL_TEXT_PRIMARY = '#ececef';
|
|
1235
|
-
export const GL_TEXT_SECONDARY = '#
|
|
1236
|
-
export const GL_TEXT_TERTIARY = '#
|
|
1236
|
+
export const GL_TEXT_SECONDARY = '#bfbfc3';
|
|
1237
|
+
export const GL_TEXT_TERTIARY = '#89888d';
|
|
1237
1238
|
export const GL_TEXT_COLOR_DEFAULT = '#ececef';
|
|
1238
1239
|
export const GL_TEXT_COLOR_SUBTLE = '#bfbfc3';
|
|
1239
1240
|
export const GL_TEXT_COLOR_STRONG = '#fff';
|
|
@@ -749,6 +749,7 @@ export const GL_CHART_ZOOM_FILLER_COLOR = 'rgba(05, 05, 06, 0.08)';
|
|
|
749
749
|
export const GL_CHART_ZOOM_HANDLE_COLOR = '#626168';
|
|
750
750
|
export const GL_DATEPICKER_BACKGROUND_COLOR = '#fff';
|
|
751
751
|
export const GL_DATEPICKER_DATE_TEXT_COLOR_SELECTED = '#fff';
|
|
752
|
+
export const GL_DRAWER_BORDER_RADIUS = '1rem';
|
|
752
753
|
export const GL_DROPDOWN_BACKGROUND_COLOR = '#fff';
|
|
753
754
|
export const GL_DROPDOWN_BORDER_COLOR = '#bfbfc3';
|
|
754
755
|
export const GL_DROPDOWN_BORDER_RADIUS = '0.5rem';
|
|
@@ -825,7 +826,7 @@ export const GL_LINK_MENTION_TEXT_COLOR_DEFAULT = '#284779';
|
|
|
825
826
|
export const GL_LINK_MENTION_TEXT_COLOR_CURRENT = '#693c14';
|
|
826
827
|
export const GL_LINK_MENTION_BACKGROUND_COLOR_DEFAULT = '#cbe2f9';
|
|
827
828
|
export const GL_LINK_MENTION_BACKGROUND_COLOR_CURRENT = '#f5d9a8';
|
|
828
|
-
export const GL_MODAL_BORDER_RADIUS = '
|
|
829
|
+
export const GL_MODAL_BORDER_RADIUS = '1rem';
|
|
829
830
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_DEFAULT = '#1f75cb';
|
|
830
831
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_SUCCESS = '#108548';
|
|
831
832
|
export const GL_PROGRESS_BAR_INDICATOR_COLOR_WARNING = '#ab6100';
|
|
@@ -1231,8 +1232,8 @@ export const GL_STATUS_DANGER_ICON_COLOR = '#dd2b0e';
|
|
|
1231
1232
|
export const GL_STATUS_BRAND_BACKGROUND_COLOR = '#e1d8f9';
|
|
1232
1233
|
export const GL_STATUS_BRAND_TEXT_COLOR = '#5c47a6';
|
|
1233
1234
|
export const GL_STATUS_BRAND_ICON_COLOR = '#7b58cf';
|
|
1234
|
-
export const GL_TEXT_PRIMARY = '#
|
|
1235
|
-
export const GL_TEXT_SECONDARY = '#
|
|
1235
|
+
export const GL_TEXT_PRIMARY = '#3a383f';
|
|
1236
|
+
export const GL_TEXT_SECONDARY = '#626168';
|
|
1236
1237
|
export const GL_TEXT_TERTIARY = '#89888d';
|
|
1237
1238
|
export const GL_TEXT_COLOR_DEFAULT = '#3a383f';
|
|
1238
1239
|
export const GL_TEXT_COLOR_SUBTLE = '#626168';
|
|
@@ -21412,6 +21412,41 @@
|
|
|
21412
21412
|
}
|
|
21413
21413
|
}
|
|
21414
21414
|
},
|
|
21415
|
+
"drawer": {
|
|
21416
|
+
"border": {
|
|
21417
|
+
"radius": {
|
|
21418
|
+
"key": "{drawer.border.radius}",
|
|
21419
|
+
"$value": "1rem",
|
|
21420
|
+
"$type": "dimension",
|
|
21421
|
+
"$description": "Used for drawer border radius.",
|
|
21422
|
+
"$extensions": {
|
|
21423
|
+
"com.figma.scope": [
|
|
21424
|
+
"CORNER_RADIUS"
|
|
21425
|
+
]
|
|
21426
|
+
},
|
|
21427
|
+
"filePath": "src/tokens/contextual/drawer.tokens.json",
|
|
21428
|
+
"isSource": true,
|
|
21429
|
+
"original": {
|
|
21430
|
+
"$value": "{border.radius.2xl}",
|
|
21431
|
+
"$type": "dimension",
|
|
21432
|
+
"$description": "Used for drawer border radius.",
|
|
21433
|
+
"$extensions": {
|
|
21434
|
+
"com.figma.scope": [
|
|
21435
|
+
"CORNER_RADIUS"
|
|
21436
|
+
]
|
|
21437
|
+
},
|
|
21438
|
+
"key": "{drawer.border.radius}"
|
|
21439
|
+
},
|
|
21440
|
+
"name": "DRAWER_BORDER_RADIUS",
|
|
21441
|
+
"attributes": {},
|
|
21442
|
+
"path": [
|
|
21443
|
+
"drawer",
|
|
21444
|
+
"border",
|
|
21445
|
+
"radius"
|
|
21446
|
+
]
|
|
21447
|
+
}
|
|
21448
|
+
}
|
|
21449
|
+
},
|
|
21415
21450
|
"dropdown": {
|
|
21416
21451
|
"background": {
|
|
21417
21452
|
"color": {
|
|
@@ -24240,7 +24275,7 @@
|
|
|
24240
24275
|
"border": {
|
|
24241
24276
|
"radius": {
|
|
24242
24277
|
"key": "{modal.border.radius}",
|
|
24243
|
-
"$value": "
|
|
24278
|
+
"$value": "1rem",
|
|
24244
24279
|
"$type": "dimension",
|
|
24245
24280
|
"$description": "Used for modal border radius.",
|
|
24246
24281
|
"$extensions": {
|
|
@@ -24251,7 +24286,7 @@
|
|
|
24251
24286
|
"filePath": "src/tokens/contextual/modal.tokens.json",
|
|
24252
24287
|
"isSource": true,
|
|
24253
24288
|
"original": {
|
|
24254
|
-
"$value": "{border.radius.
|
|
24289
|
+
"$value": "{border.radius.2xl}",
|
|
24255
24290
|
"$type": "dimension",
|
|
24256
24291
|
"$description": "Used for modal border radius.",
|
|
24257
24292
|
"$extensions": {
|
|
@@ -37684,7 +37719,7 @@
|
|
|
37684
37719
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
37685
37720
|
"isSource": true,
|
|
37686
37721
|
"original": {
|
|
37687
|
-
"$value": "
|
|
37722
|
+
"$value": "{text.color.default}",
|
|
37688
37723
|
"$type": "color",
|
|
37689
37724
|
"$description": "Use text.color.default instead.",
|
|
37690
37725
|
"$extensions": {
|
|
@@ -37704,7 +37739,7 @@
|
|
|
37704
37739
|
},
|
|
37705
37740
|
"secondary": {
|
|
37706
37741
|
"key": "{text.secondary}",
|
|
37707
|
-
"$value": "#
|
|
37742
|
+
"$value": "#bfbfc3",
|
|
37708
37743
|
"$type": "color",
|
|
37709
37744
|
"$description": "Use text.color.subtle instead.",
|
|
37710
37745
|
"$extensions": {
|
|
@@ -37716,7 +37751,7 @@
|
|
|
37716
37751
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
37717
37752
|
"isSource": true,
|
|
37718
37753
|
"original": {
|
|
37719
|
-
"$value": "
|
|
37754
|
+
"$value": "{text.color.subtle}",
|
|
37720
37755
|
"$type": "color",
|
|
37721
37756
|
"$description": "Use text.color.subtle instead.",
|
|
37722
37757
|
"$extensions": {
|
|
@@ -37736,7 +37771,7 @@
|
|
|
37736
37771
|
},
|
|
37737
37772
|
"tertiary": {
|
|
37738
37773
|
"key": "{text.tertiary}",
|
|
37739
|
-
"$value": "#
|
|
37774
|
+
"$value": "#89888d",
|
|
37740
37775
|
"$type": "color",
|
|
37741
37776
|
"$description": "Use text.color.disabled instead.",
|
|
37742
37777
|
"$extensions": {
|
|
@@ -37748,7 +37783,7 @@
|
|
|
37748
37783
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
37749
37784
|
"isSource": true,
|
|
37750
37785
|
"original": {
|
|
37751
|
-
"$value": "
|
|
37786
|
+
"$value": "{text.color.disabled}",
|
|
37752
37787
|
"$type": "color",
|
|
37753
37788
|
"$description": "Use text.color.disabled instead.",
|
|
37754
37789
|
"$extensions": {
|
|
@@ -21412,6 +21412,41 @@
|
|
|
21412
21412
|
}
|
|
21413
21413
|
}
|
|
21414
21414
|
},
|
|
21415
|
+
"drawer": {
|
|
21416
|
+
"border": {
|
|
21417
|
+
"radius": {
|
|
21418
|
+
"key": "{drawer.border.radius}",
|
|
21419
|
+
"$value": "1rem",
|
|
21420
|
+
"$type": "dimension",
|
|
21421
|
+
"$description": "Used for drawer border radius.",
|
|
21422
|
+
"$extensions": {
|
|
21423
|
+
"com.figma.scope": [
|
|
21424
|
+
"CORNER_RADIUS"
|
|
21425
|
+
]
|
|
21426
|
+
},
|
|
21427
|
+
"filePath": "src/tokens/contextual/drawer.tokens.json",
|
|
21428
|
+
"isSource": true,
|
|
21429
|
+
"original": {
|
|
21430
|
+
"$value": "{border.radius.2xl}",
|
|
21431
|
+
"$type": "dimension",
|
|
21432
|
+
"$description": "Used for drawer border radius.",
|
|
21433
|
+
"$extensions": {
|
|
21434
|
+
"com.figma.scope": [
|
|
21435
|
+
"CORNER_RADIUS"
|
|
21436
|
+
]
|
|
21437
|
+
},
|
|
21438
|
+
"key": "{drawer.border.radius}"
|
|
21439
|
+
},
|
|
21440
|
+
"name": "DRAWER_BORDER_RADIUS",
|
|
21441
|
+
"attributes": {},
|
|
21442
|
+
"path": [
|
|
21443
|
+
"drawer",
|
|
21444
|
+
"border",
|
|
21445
|
+
"radius"
|
|
21446
|
+
]
|
|
21447
|
+
}
|
|
21448
|
+
}
|
|
21449
|
+
},
|
|
21415
21450
|
"dropdown": {
|
|
21416
21451
|
"background": {
|
|
21417
21452
|
"color": {
|
|
@@ -24240,7 +24275,7 @@
|
|
|
24240
24275
|
"border": {
|
|
24241
24276
|
"radius": {
|
|
24242
24277
|
"key": "{modal.border.radius}",
|
|
24243
|
-
"$value": "
|
|
24278
|
+
"$value": "1rem",
|
|
24244
24279
|
"$type": "dimension",
|
|
24245
24280
|
"$description": "Used for modal border radius.",
|
|
24246
24281
|
"$extensions": {
|
|
@@ -24251,7 +24286,7 @@
|
|
|
24251
24286
|
"filePath": "src/tokens/contextual/modal.tokens.json",
|
|
24252
24287
|
"isSource": true,
|
|
24253
24288
|
"original": {
|
|
24254
|
-
"$value": "{border.radius.
|
|
24289
|
+
"$value": "{border.radius.2xl}",
|
|
24255
24290
|
"$type": "dimension",
|
|
24256
24291
|
"$description": "Used for modal border radius.",
|
|
24257
24292
|
"$extensions": {
|
|
@@ -37672,7 +37707,7 @@
|
|
|
37672
37707
|
"text": {
|
|
37673
37708
|
"primary": {
|
|
37674
37709
|
"key": "{text.primary}",
|
|
37675
|
-
"$value": "#
|
|
37710
|
+
"$value": "#3a383f",
|
|
37676
37711
|
"$type": "color",
|
|
37677
37712
|
"$description": "Use text.color.default instead.",
|
|
37678
37713
|
"$extensions": {
|
|
@@ -37684,7 +37719,7 @@
|
|
|
37684
37719
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
37685
37720
|
"isSource": true,
|
|
37686
37721
|
"original": {
|
|
37687
|
-
"$value": "
|
|
37722
|
+
"$value": "{text.color.default}",
|
|
37688
37723
|
"$type": "color",
|
|
37689
37724
|
"$description": "Use text.color.default instead.",
|
|
37690
37725
|
"$extensions": {
|
|
@@ -37704,7 +37739,7 @@
|
|
|
37704
37739
|
},
|
|
37705
37740
|
"secondary": {
|
|
37706
37741
|
"key": "{text.secondary}",
|
|
37707
|
-
"$value": "#
|
|
37742
|
+
"$value": "#626168",
|
|
37708
37743
|
"$type": "color",
|
|
37709
37744
|
"$description": "Use text.color.subtle instead.",
|
|
37710
37745
|
"$extensions": {
|
|
@@ -37716,7 +37751,7 @@
|
|
|
37716
37751
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
37717
37752
|
"isSource": true,
|
|
37718
37753
|
"original": {
|
|
37719
|
-
"$value": "
|
|
37754
|
+
"$value": "{text.color.subtle}",
|
|
37720
37755
|
"$type": "color",
|
|
37721
37756
|
"$description": "Use text.color.subtle instead.",
|
|
37722
37757
|
"$extensions": {
|
|
@@ -37748,7 +37783,7 @@
|
|
|
37748
37783
|
"filePath": "src/tokens/semantic/text.tokens.json",
|
|
37749
37784
|
"isSource": true,
|
|
37750
37785
|
"original": {
|
|
37751
|
-
"$value": "
|
|
37786
|
+
"$value": "{text.color.disabled}",
|
|
37752
37787
|
"$type": "color",
|
|
37753
37788
|
"$description": "Use text.color.disabled instead.",
|
|
37754
37789
|
"$extensions": {
|
|
@@ -594,9 +594,6 @@ $gl-action-danger-background-color-hover: rgba(236, 89, 65, 0.4); // Used for th
|
|
|
594
594
|
$gl-action-danger-background-color-active: rgba(236, 89, 65, 0.16); // Used for the background of a danger (destructive) action in the active state.
|
|
595
595
|
$gl-background-color-overlay: rgba(0,0,0,0.64); // Used for an overlay that covers other content.
|
|
596
596
|
$gl-letter-spacing-heading: -0.01em;
|
|
597
|
-
$gl-text-primary: #ececef; // Use text.color.default instead.
|
|
598
|
-
$gl-text-secondary: #89888d; // Use text.color.subtle instead.
|
|
599
|
-
$gl-text-tertiary: #737278; // Use text.color.disabled instead.
|
|
600
597
|
$gl-heading-3-letter-spacing: inherit;
|
|
601
598
|
$gl-heading-4-letter-spacing: inherit;
|
|
602
599
|
$gl-heading-5-letter-spacing: inherit;
|
|
@@ -1160,6 +1157,7 @@ $gl-button-selected-border-color-focus: $gl-button-selected-border-color-hover;
|
|
|
1160
1157
|
$gl-card-border-radius: $gl-border-radius-lg; // Used for card border radius.
|
|
1161
1158
|
$gl-chart-axis-text-color: $gl-text-color-subtle; // Used in charts for the text color of axis titles and labels.
|
|
1162
1159
|
$gl-datepicker-date-text-color-selected: $gl-control-indicator-color-selected; // Used for the datepicker date text color state indicators.
|
|
1160
|
+
$gl-drawer-border-radius: $gl-border-radius-2xl; // Used for drawer border radius.
|
|
1163
1161
|
$gl-dropdown-background-color: $gl-background-color-overlap; // Used for the background of a dropdown.
|
|
1164
1162
|
$gl-dropdown-border-color: $gl-border-color-default; // Used for the border of a dropdown.
|
|
1165
1163
|
$gl-dropdown-border-radius: $gl-border-radius-lg; // Used for the border radius of a dropdown.
|
|
@@ -1172,7 +1170,7 @@ $gl-dropdown-option-indicator-color-selected-focus: $gl-control-background-color
|
|
|
1172
1170
|
$gl-dropdown-option-indicator-color-selected-active: $gl-control-background-color-selected-focus; // Used for the dropdown selected option indicator in the active state.
|
|
1173
1171
|
$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.
|
|
1174
1172
|
$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.
|
|
1175
|
-
$gl-modal-border-radius: $gl-border-radius-
|
|
1173
|
+
$gl-modal-border-radius: $gl-border-radius-2xl; // Used for modal border radius.
|
|
1176
1174
|
$gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used for the indicator color for the primary progress-bar variant.
|
|
1177
1175
|
$gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
|
|
1178
1176
|
$gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
|
|
@@ -1226,6 +1224,9 @@ $gl-icon-color-link: $gl-text-color-link; // Used for an icon within a link.
|
|
|
1226
1224
|
$gl-icon-color-warning: $gl-text-color-warning; // Used for an icon associated with a warning.
|
|
1227
1225
|
$gl-icon-color-danger: $gl-text-color-danger; // Used for an icon associated with an error or danger.
|
|
1228
1226
|
$gl-icon-color-success: $gl-text-color-success; // Used for an icon associated with success or validity.
|
|
1227
|
+
$gl-text-primary: $gl-text-color-default; // Use text.color.default instead.
|
|
1228
|
+
$gl-text-secondary: $gl-text-color-subtle; // Use text.color.subtle instead.
|
|
1229
|
+
$gl-text-tertiary: $gl-text-color-disabled; // Use text.color.disabled instead.
|
|
1229
1230
|
$gl-heading-1-font-weight: $gl-font-weight-heading;
|
|
1230
1231
|
$gl-heading-1-margin-bottom: $gl-heading-default-margin-bottom;
|
|
1231
1232
|
$gl-heading-1-color: $gl-text-color-heading;
|
|
@@ -583,9 +583,6 @@ $gl-action-danger-background-color-default: rgba(245, 127, 108, 0.0); // Used fo
|
|
|
583
583
|
$gl-action-danger-background-color-hover: rgba(245, 127, 108, 0.16); // Used for the background of a danger (destructive) action in the hover state.
|
|
584
584
|
$gl-action-danger-background-color-active: rgba(174, 24, 0, 0.24); // Used for the background of a danger (destructive) action in the active state.
|
|
585
585
|
$gl-letter-spacing-heading: -0.01em;
|
|
586
|
-
$gl-text-primary: #28272d; // Use text.color.default instead.
|
|
587
|
-
$gl-text-secondary: #737278; // Use text.color.subtle instead.
|
|
588
|
-
$gl-text-tertiary: #89888d; // Use text.color.disabled instead.
|
|
589
586
|
$gl-heading-3-letter-spacing: inherit;
|
|
590
587
|
$gl-heading-4-letter-spacing: inherit;
|
|
591
588
|
$gl-heading-5-letter-spacing: inherit;
|
|
@@ -1153,6 +1150,7 @@ $gl-button-selected-border-color-focus: $gl-button-selected-border-color-hover;
|
|
|
1153
1150
|
$gl-card-border-radius: $gl-border-radius-lg; // Used for card border radius.
|
|
1154
1151
|
$gl-chart-axis-text-color: $gl-text-color-subtle; // Used in charts for the text color of axis titles and labels.
|
|
1155
1152
|
$gl-datepicker-date-text-color-selected: $gl-control-indicator-color-selected; // Used for the datepicker date text color state indicators.
|
|
1153
|
+
$gl-drawer-border-radius: $gl-border-radius-2xl; // Used for drawer border radius.
|
|
1156
1154
|
$gl-dropdown-background-color: $gl-background-color-overlap; // Used for the background of a dropdown.
|
|
1157
1155
|
$gl-dropdown-border-color: $gl-border-color-strong; // Used for the border of a dropdown.
|
|
1158
1156
|
$gl-dropdown-border-radius: $gl-border-radius-lg; // Used for the border radius of a dropdown.
|
|
@@ -1165,7 +1163,7 @@ $gl-dropdown-option-indicator-color-selected-focus: $gl-control-background-color
|
|
|
1165
1163
|
$gl-dropdown-option-indicator-color-selected-active: $gl-control-background-color-selected-focus; // Used for the dropdown selected option indicator in the active state.
|
|
1166
1164
|
$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.
|
|
1167
1165
|
$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.
|
|
1168
|
-
$gl-modal-border-radius: $gl-border-radius-
|
|
1166
|
+
$gl-modal-border-radius: $gl-border-radius-2xl; // Used for modal border radius.
|
|
1169
1167
|
$gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used for the indicator color for the primary progress-bar variant.
|
|
1170
1168
|
$gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
|
|
1171
1169
|
$gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
|
|
@@ -1220,6 +1218,9 @@ $gl-icon-color-link: $gl-text-color-link; // Used for an icon within a link.
|
|
|
1220
1218
|
$gl-icon-color-warning: $gl-text-color-warning; // Used for an icon associated with a warning.
|
|
1221
1219
|
$gl-icon-color-danger: $gl-text-color-danger; // Used for an icon associated with an error or danger.
|
|
1222
1220
|
$gl-icon-color-success: $gl-text-color-success; // Used for an icon associated with success or validity.
|
|
1221
|
+
$gl-text-primary: $gl-text-color-default; // Use text.color.default instead.
|
|
1222
|
+
$gl-text-secondary: $gl-text-color-subtle; // Use text.color.subtle instead.
|
|
1223
|
+
$gl-text-tertiary: $gl-text-color-disabled; // Use text.color.disabled instead.
|
|
1223
1224
|
$gl-heading-1-font-weight: $gl-font-weight-heading;
|
|
1224
1225
|
$gl-heading-1-margin-bottom: $gl-heading-default-margin-bottom;
|
|
1225
1226
|
$gl-heading-1-color: $gl-text-color-heading;
|
|
@@ -663,6 +663,7 @@ $gl-chart-zoom-filler-color: var(--gl-chart-zoom-filler-color);
|
|
|
663
663
|
$gl-chart-zoom-handle-color: var(--gl-chart-zoom-handle-color);
|
|
664
664
|
$gl-datepicker-background-color: var(--gl-datepicker-background-color);
|
|
665
665
|
$gl-datepicker-date-text-color-selected: var(--gl-datepicker-date-text-color-selected);
|
|
666
|
+
$gl-drawer-border-radius: var(--gl-drawer-border-radius);
|
|
666
667
|
$gl-dropdown-background-color: var(--gl-dropdown-background-color);
|
|
667
668
|
$gl-dropdown-border-color: var(--gl-dropdown-border-color);
|
|
668
669
|
$gl-dropdown-border-radius: var(--gl-dropdown-border-radius);
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"text": {
|
|
3
3
|
"primary": {
|
|
4
|
-
"$value": {
|
|
5
|
-
"default": "#28272d",
|
|
6
|
-
"dark": "#ececef"
|
|
7
|
-
},
|
|
4
|
+
"$value": "{text.color.default}",
|
|
8
5
|
"$type": "color",
|
|
9
6
|
"$description": "Use text.color.default instead.",
|
|
10
7
|
"$extensions": {
|
|
@@ -15,10 +12,7 @@
|
|
|
15
12
|
"$deprecated": true
|
|
16
13
|
},
|
|
17
14
|
"secondary": {
|
|
18
|
-
"$value": {
|
|
19
|
-
"default": "#737278",
|
|
20
|
-
"dark": "#89888d"
|
|
21
|
-
},
|
|
15
|
+
"$value": "{text.color.subtle}",
|
|
22
16
|
"$type": "color",
|
|
23
17
|
"$description": "Use text.color.subtle instead.",
|
|
24
18
|
"$extensions": {
|
|
@@ -29,10 +23,7 @@
|
|
|
29
23
|
"$deprecated": true
|
|
30
24
|
},
|
|
31
25
|
"tertiary": {
|
|
32
|
-
"$value": {
|
|
33
|
-
"default": "#89888d",
|
|
34
|
-
"dark": "#737278"
|
|
35
|
-
},
|
|
26
|
+
"$value": "{text.color.disabled}",
|
|
36
27
|
"$type": "color",
|
|
37
28
|
"$description": "Use text.color.disabled instead.",
|
|
38
29
|
"$extensions": {
|