@carbon/styles 1.109.0-rc.0 → 1.109.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 +6 -1
- package/css/styles.min.css +1 -1
- package/package.json +2 -2
- package/scss/components/tabs/_tabs.scss +11 -1
package/css/styles.css
CHANGED
|
@@ -25375,6 +25375,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25375
25375
|
white-space: normal;
|
|
25376
25376
|
}
|
|
25377
25377
|
|
|
25378
|
+
.cds--tabs.cds--tabs--vertical.cds--layout--size-sm .cds--tabs__nav-link .cds--tabs__nav-item-label {
|
|
25379
|
+
-webkit-line-clamp: 1;
|
|
25380
|
+
}
|
|
25381
|
+
|
|
25378
25382
|
.cds--tabs,
|
|
25379
25383
|
.cds--tab-content {
|
|
25380
25384
|
--cds-layout-density-padding-inline-local: clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));
|
|
@@ -25431,6 +25435,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25431
25435
|
display: none;
|
|
25432
25436
|
}
|
|
25433
25437
|
.cds--tabs.cds--tabs--vertical {
|
|
25438
|
+
--cds-layout-size-height-local: clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-sm)), var(--cds-layout-size-height, var(--cds-layout-size-height-xl)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-xl)));
|
|
25434
25439
|
background: var(--cds-layer);
|
|
25435
25440
|
box-shadow: inset -1px 0 var(--cds-border-subtle);
|
|
25436
25441
|
grid-column: span 2;
|
|
@@ -25651,7 +25656,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25651
25656
|
.cds--tabs.cds--tabs--vertical .cds--tabs__nav-item {
|
|
25652
25657
|
flex: none;
|
|
25653
25658
|
background-color: var(--cds-layer-01, #f4f4f4);
|
|
25654
|
-
block-size:
|
|
25659
|
+
block-size: var(--cds-layout-size-height-local);
|
|
25655
25660
|
border-block-end: 1px solid var(--cds-border-subtle);
|
|
25656
25661
|
border-inline-end: 1px solid var(--cds-border-subtle);
|
|
25657
25662
|
box-shadow: inset 3px 0 0 0 var(--cds-border-subtle);
|