@carbon/styles 1.57.0-rc.0 → 1.58.0-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 +14 -0
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/components/dialog/_dialog.scss +155 -0
- package/scss/components/dialog/_index.scss +11 -0
- package/scss/components/pagination/_pagination.scss +5 -0
- package/scss/components/structured-list/_structured-list.scss +13 -1
package/css/styles.css
CHANGED
|
@@ -19554,6 +19554,10 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19554
19554
|
margin-inline-start: 1rem;
|
|
19555
19555
|
}
|
|
19556
19556
|
|
|
19557
|
+
.cds--pagination__right .cds--pagination__text.cds--pagination__page-text.cds--pagination__unknown-pages-text {
|
|
19558
|
+
margin-inline-end: 1rem;
|
|
19559
|
+
}
|
|
19560
|
+
|
|
19557
19561
|
.cds--pagination__right .cds--pagination__text:empty {
|
|
19558
19562
|
margin: 0;
|
|
19559
19563
|
}
|
|
@@ -22043,6 +22047,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22043
22047
|
fill: transparent;
|
|
22044
22048
|
}
|
|
22045
22049
|
|
|
22050
|
+
.cds--structured-list--selection .cds--structured-list-td:last-child {
|
|
22051
|
+
inline-size: 2rem;
|
|
22052
|
+
padding-inline-start: 0;
|
|
22053
|
+
}
|
|
22054
|
+
|
|
22046
22055
|
.cds--structured-list.cds--skeleton .cds--structured-list-th:first-child {
|
|
22047
22056
|
inline-size: 8%;
|
|
22048
22057
|
}
|
|
@@ -22101,6 +22110,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22101
22110
|
vertical-align: top;
|
|
22102
22111
|
}
|
|
22103
22112
|
|
|
22113
|
+
.cds--structured-list--selection .cds--structured-list-td:first-child:has(.cds--structured-list__icon) {
|
|
22114
|
+
inline-size: 2rem;
|
|
22115
|
+
padding-inline-end: 0;
|
|
22116
|
+
}
|
|
22117
|
+
|
|
22104
22118
|
.cds--tabs.cds--tabs--contained.cds--tabs--full-width .cds--tab--list {
|
|
22105
22119
|
display: grid;
|
|
22106
22120
|
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|