@gitlab/ui 126.0.2 → 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/tokens/build/js/tokens.dark.js +3 -2
- package/dist/tokens/build/js/tokens.js +3 -2
- package/package.json +1 -1
- package/src/components/base/drawer/drawer.scss +3 -0
- package/src/tokens/build/css/tokens.css +2 -1
- package/src/tokens/build/css/tokens.dark.css +2 -1
- package/src/tokens/build/figma/contextual.tokens.json +18 -1
- package/src/tokens/build/js/tokens.dark.js +2 -1
- package/src/tokens/build/js/tokens.js +2 -1
- package/src/tokens/build/json/tokens.dark.json +37 -2
- package/src/tokens/build/json/tokens.json +37 -2
- package/src/tokens/build/scss/_tokens.dark.scss +2 -1
- package/src/tokens/build/scss/_tokens.scss +2 -1
- 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
|
@@ -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": {
|
|
@@ -1157,6 +1157,7 @@ $gl-button-selected-border-color-focus: $gl-button-selected-border-color-hover;
|
|
|
1157
1157
|
$gl-card-border-radius: $gl-border-radius-lg; // Used for card border radius.
|
|
1158
1158
|
$gl-chart-axis-text-color: $gl-text-color-subtle; // Used in charts for the text color of axis titles and labels.
|
|
1159
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.
|
|
1160
1161
|
$gl-dropdown-background-color: $gl-background-color-overlap; // Used for the background of a dropdown.
|
|
1161
1162
|
$gl-dropdown-border-color: $gl-border-color-default; // Used for the border of a dropdown.
|
|
1162
1163
|
$gl-dropdown-border-radius: $gl-border-radius-lg; // Used for the border radius of a dropdown.
|
|
@@ -1169,7 +1170,7 @@ $gl-dropdown-option-indicator-color-selected-focus: $gl-control-background-color
|
|
|
1169
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.
|
|
1170
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.
|
|
1171
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.
|
|
1172
|
-
$gl-modal-border-radius: $gl-border-radius-
|
|
1173
|
+
$gl-modal-border-radius: $gl-border-radius-2xl; // Used for modal border radius.
|
|
1173
1174
|
$gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used for the indicator color for the primary progress-bar variant.
|
|
1174
1175
|
$gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
|
|
1175
1176
|
$gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
|
|
@@ -1150,6 +1150,7 @@ $gl-button-selected-border-color-focus: $gl-button-selected-border-color-hover;
|
|
|
1150
1150
|
$gl-card-border-radius: $gl-border-radius-lg; // Used for card border radius.
|
|
1151
1151
|
$gl-chart-axis-text-color: $gl-text-color-subtle; // Used in charts for the text color of axis titles and labels.
|
|
1152
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.
|
|
1153
1154
|
$gl-dropdown-background-color: $gl-background-color-overlap; // Used for the background of a dropdown.
|
|
1154
1155
|
$gl-dropdown-border-color: $gl-border-color-strong; // Used for the border of a dropdown.
|
|
1155
1156
|
$gl-dropdown-border-radius: $gl-border-radius-lg; // Used for the border radius of a dropdown.
|
|
@@ -1162,7 +1163,7 @@ $gl-dropdown-option-indicator-color-selected-focus: $gl-control-background-color
|
|
|
1162
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.
|
|
1163
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.
|
|
1164
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.
|
|
1165
|
-
$gl-modal-border-radius: $gl-border-radius-
|
|
1166
|
+
$gl-modal-border-radius: $gl-border-radius-2xl; // Used for modal border radius.
|
|
1166
1167
|
$gl-progress-bar-indicator-color-default: $gl-status-info-icon-color; // Used for the indicator color for the primary progress-bar variant.
|
|
1167
1168
|
$gl-progress-bar-indicator-color-success: $gl-status-success-icon-color; // Used for the indicator color for the success progress-bar variant.
|
|
1168
1169
|
$gl-progress-bar-indicator-color-warning: $gl-status-warning-icon-color; // Used for the indicator color for the warning progress-bar variant.
|
|
@@ -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);
|