@carbon/styles 1.36.0-rc.0 → 1.36.1-rc.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/css/styles.css +23 -19
- package/css/styles.min.css +1 -1
- package/package.json +6 -6
- package/scss/components/checkbox/_checkbox.scss +3 -2
- package/scss/components/data-table/action/_data-table-action.scss +4 -0
- package/scss/components/modal/_modal.scss +2 -1
- package/scss/components/notification/_tokens.scss +2 -2
- package/scss/components/tile/_tile.scss +9 -9
- package/scss/components/time-picker/_time-picker.scss +1 -4
- package/scss/utilities/_convert.scss +15 -0
package/css/styles.css
CHANGED
|
@@ -2899,7 +2899,7 @@ em {
|
|
|
2899
2899
|
--cds-notification-background-success: #defbe6;
|
|
2900
2900
|
--cds-notification-background-info: #edf5ff;
|
|
2901
2901
|
--cds-notification-background-warning: #fdf6dd;
|
|
2902
|
-
--cds-notification-action-hover: #
|
|
2902
|
+
--cds-notification-action-hover: #ffffff;
|
|
2903
2903
|
--cds-notification-action-tertiary-inverse: #ffffff;
|
|
2904
2904
|
--cds-notification-action-tertiary-inverse-active: #c6c6c6;
|
|
2905
2905
|
--cds-notification-action-tertiary-inverse-hover: #f4f4f4;
|
|
@@ -3073,7 +3073,7 @@ em {
|
|
|
3073
3073
|
--cds-notification-background-success: #defbe6;
|
|
3074
3074
|
--cds-notification-background-info: #edf5ff;
|
|
3075
3075
|
--cds-notification-background-warning: #fdf6dd;
|
|
3076
|
-
--cds-notification-action-hover: #
|
|
3076
|
+
--cds-notification-action-hover: #ffffff;
|
|
3077
3077
|
--cds-notification-action-tertiary-inverse: #ffffff;
|
|
3078
3078
|
--cds-notification-action-tertiary-inverse-active: #c6c6c6;
|
|
3079
3079
|
--cds-notification-action-tertiary-inverse-hover: #f4f4f4;
|
|
@@ -5879,12 +5879,13 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
5879
5879
|
.cds--checkbox-group__validation-msg,
|
|
5880
5880
|
.cds--checkbox__validation-msg {
|
|
5881
5881
|
display: none;
|
|
5882
|
-
align-items: flex-
|
|
5882
|
+
align-items: flex-start;
|
|
5883
5883
|
margin-top: 0.25rem;
|
|
5884
5884
|
}
|
|
5885
5885
|
|
|
5886
5886
|
.cds--checkbox__invalid-icon {
|
|
5887
|
-
|
|
5887
|
+
min-width: 1rem;
|
|
5888
|
+
margin: 0.0625rem 0.0625rem 0 0.1875rem;
|
|
5888
5889
|
fill: var(--cds-support-error, #da1e28);
|
|
5889
5890
|
}
|
|
5890
5891
|
|
|
@@ -11128,6 +11129,10 @@ tr.cds--data-table--selected:last-of-type td {
|
|
|
11128
11129
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
11129
11130
|
}
|
|
11130
11131
|
|
|
11132
|
+
.cds--batch-summary__divider {
|
|
11133
|
+
padding-left: 0.5rem;
|
|
11134
|
+
}
|
|
11135
|
+
|
|
11131
11136
|
.cds--table-toolbar--sm {
|
|
11132
11137
|
height: 2rem;
|
|
11133
11138
|
min-height: 2rem;
|
|
@@ -16477,7 +16482,8 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
16477
16482
|
.cds--modal .cds--date-picker__input,
|
|
16478
16483
|
.cds--modal .cds--multi-select,
|
|
16479
16484
|
.cds--modal .cds--number__control-btn::before,
|
|
16480
|
-
.cds--modal .cds--number__control-btn::after
|
|
16485
|
+
.cds--modal .cds--number__control-btn::after,
|
|
16486
|
+
.cds--modal .cds--list-box input[role=combobox] {
|
|
16481
16487
|
background-color: var(--cds-field-02, #ffffff);
|
|
16482
16488
|
}
|
|
16483
16489
|
.cds--modal .cds--list-box__menu {
|
|
@@ -17122,7 +17128,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
17122
17128
|
|
|
17123
17129
|
.cds--inline-notification--low-contrast .cds--inline-notification__action-button.cds--btn--ghost:active,
|
|
17124
17130
|
.cds--inline-notification--low-contrast .cds--inline-notification__action-button.cds--btn--ghost:hover {
|
|
17125
|
-
background-color: var(--cds-notification-action-hover, #
|
|
17131
|
+
background-color: var(--cds-notification-action-hover, #ffffff);
|
|
17126
17132
|
}
|
|
17127
17133
|
|
|
17128
17134
|
.cds--inline-notification__action-button.cds--btn--ghost:focus {
|
|
@@ -17801,7 +17807,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
17801
17807
|
|
|
17802
17808
|
.cds--actionable-notification--low-contrast .cds--actionable-notification__action-button.cds--btn--ghost:active,
|
|
17803
17809
|
.cds--actionable-notification--low-contrast .cds--actionable-notification__action-button.cds--btn--ghost:hover {
|
|
17804
|
-
background-color: var(--cds-notification-action-hover, #
|
|
17810
|
+
background-color: var(--cds-notification-action-hover, #ffffff);
|
|
17805
17811
|
}
|
|
17806
17812
|
|
|
17807
17813
|
.cds--actionable-notification__action-button.cds--btn--ghost:focus {
|
|
@@ -20405,8 +20411,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20405
20411
|
.cds--tile--clickable .cds--tile--icon,
|
|
20406
20412
|
.cds--tile--clickable.cds--link--disabled .cds--tile--disabled-icon {
|
|
20407
20413
|
position: absolute;
|
|
20408
|
-
|
|
20409
|
-
|
|
20414
|
+
inset-block-end: var(--cds-layout-density-padding-inline-local);
|
|
20415
|
+
inset-inline-end: var(--cds-layout-density-padding-inline-local);
|
|
20410
20416
|
}
|
|
20411
20417
|
|
|
20412
20418
|
.cds--tile--clickable .cds--tile--icon {
|
|
@@ -20428,11 +20434,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20428
20434
|
|
|
20429
20435
|
.cds--tile__checkmark {
|
|
20430
20436
|
position: absolute;
|
|
20431
|
-
top: var(--cds-layout-density-padding-inline-local);
|
|
20432
|
-
right: var(--cds-layout-density-padding-inline-local);
|
|
20433
20437
|
height: 1rem;
|
|
20434
20438
|
border: none;
|
|
20435
20439
|
background: transparent;
|
|
20440
|
+
inset-block-start: var(--cds-layout-density-padding-inline-local);
|
|
20441
|
+
inset-inline-end: var(--cds-layout-density-padding-inline-local);
|
|
20436
20442
|
opacity: 0;
|
|
20437
20443
|
transition: 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
20438
20444
|
}
|
|
@@ -20456,13 +20462,13 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20456
20462
|
|
|
20457
20463
|
.cds--tile__chevron {
|
|
20458
20464
|
position: absolute;
|
|
20459
|
-
right: 0;
|
|
20460
|
-
bottom: 0;
|
|
20461
20465
|
display: flex;
|
|
20462
20466
|
width: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20463
20467
|
height: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20464
20468
|
align-items: center;
|
|
20465
20469
|
justify-content: center;
|
|
20470
|
+
inset-block-end: 0;
|
|
20471
|
+
inset-inline-end: 0;
|
|
20466
20472
|
}
|
|
20467
20473
|
.cds--tile__chevron svg {
|
|
20468
20474
|
fill: var(--cds-icon-primary, #161616);
|
|
@@ -20499,13 +20505,13 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20499
20505
|
text-align: start;
|
|
20500
20506
|
width: 100%;
|
|
20501
20507
|
position: absolute;
|
|
20502
|
-
right: 0;
|
|
20503
|
-
bottom: 0;
|
|
20504
20508
|
display: flex;
|
|
20505
20509
|
width: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20506
20510
|
height: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20507
20511
|
align-items: center;
|
|
20508
20512
|
justify-content: center;
|
|
20513
|
+
inset-block-end: 0;
|
|
20514
|
+
inset-inline-end: 0;
|
|
20509
20515
|
}
|
|
20510
20516
|
.cds--tile__chevron--interactive *,
|
|
20511
20517
|
.cds--tile__chevron--interactive *::before,
|
|
@@ -20533,7 +20539,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20533
20539
|
cursor: pointer;
|
|
20534
20540
|
font-family: inherit;
|
|
20535
20541
|
font-size: inherit;
|
|
20536
|
-
text-align:
|
|
20542
|
+
text-align: start;
|
|
20537
20543
|
transition: max-height 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
20538
20544
|
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
|
20539
20545
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
@@ -20674,9 +20680,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20674
20680
|
|
|
20675
20681
|
.cds--time-picker__select {
|
|
20676
20682
|
justify-content: center;
|
|
20677
|
-
|
|
20678
|
-
.cds--time-picker__select:not(:last-of-type) {
|
|
20679
|
-
margin: 0 0.125rem;
|
|
20683
|
+
margin-left: 0.125rem;
|
|
20680
20684
|
}
|
|
20681
20685
|
|
|
20682
20686
|
.cds--time-picker__input {
|