@carbon/styles 1.59.0-rc.0 → 1.60.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 CHANGED
@@ -17123,6 +17123,11 @@ optgroup.cds--select-optgroup:disabled,
17123
17123
  position: relative;
17124
17124
  display: flex;
17125
17125
  inline-size: 100%;
17126
+ max-inline-size: 100%;
17127
+ }
17128
+
17129
+ .cds--text-area__wrapper--cols {
17130
+ inline-size: auto;
17126
17131
  }
17127
17132
 
17128
17133
  .cds--text-area__invalid-icon {
@@ -22375,6 +22380,7 @@ span.cds--pagination__text.cds--pagination__items-count {
22375
22380
  inline-size: 3rem;
22376
22381
  }
22377
22382
  .cds--tabs .cds--tab--overflow-nav-button svg {
22383
+ z-index: 2;
22378
22384
  fill: var(--cds-icon-primary, #161616);
22379
22385
  }
22380
22386
  .cds--tabs .cds--tab--overflow-nav-button--next {
@@ -22404,14 +22410,14 @@ span.cds--pagination__text.cds--pagination__items-count {
22404
22410
  .cds--tabs .cds--tab--overflow-nav-button--previous::before {
22405
22411
  position: absolute;
22406
22412
  z-index: 1;
22407
- background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-background, #ffffff));
22413
+ background: var(--cds-background, #ffffff);
22408
22414
  block-size: 100%;
22409
22415
  content: "";
22410
- inline-size: 0.5rem;
22411
- inset-inline-end: -0.5rem;
22416
+ inline-size: 2.5rem;
22417
+ inset-inline-end: 0;
22412
22418
  }
22413
22419
  .cds--tabs.cds--tabs--contained .cds--tab--overflow-nav-button--previous::before {
22414
- background-image: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-layer-accent));
22420
+ background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-layer-accent));
22415
22421
  }
22416
22422
  .cds--tabs .cds--tabs--light .cds--tabs__overflow-indicator--left {
22417
22423
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-layer));