@carbon/styles 1.81.0-rc.0 → 1.82.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
@@ -4601,6 +4601,7 @@ li.cds--accordion__item--disabled:last-of-type {
4601
4601
  letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
4602
4602
  padding: var(--cds-tooltip-padding-block, 1rem) var(--cds-tooltip-padding-inline, 1rem);
4603
4603
  max-inline-size: 18rem;
4604
+ overflow-wrap: break-word;
4604
4605
  }
4605
4606
 
4606
4607
  .cds--icon-tooltip {
@@ -6596,6 +6597,11 @@ a.cds--overflow-menu-options__btn::before {
6596
6597
  margin-inline-end: 0.25rem;
6597
6598
  }
6598
6599
 
6600
+ .cds--breadcrumb--sm .cds--breadcrumb-item .cds--link {
6601
+ justify-content: center;
6602
+ min-inline-size: 0.75rem;
6603
+ }
6604
+
6599
6605
  .cds--breadcrumb-item .cds--link:visited {
6600
6606
  color: var(--cds-link-primary, #0f62fe);
6601
6607
  }
@@ -14340,6 +14346,12 @@ th .cds--table-sort__flex {
14340
14346
  margin-block-start: 0.8125rem;
14341
14347
  }
14342
14348
 
14349
+ .cds--table-sort__header .cds--ai-label,
14350
+ .cds--table-sort__header .cds--slug,
14351
+ .cds--table-sort__header .cds--table-header-label--decorator-inner {
14352
+ display: none;
14353
+ }
14354
+
14343
14355
  .cds--table-sort__header--slug .cds--table-sort__icon,
14344
14356
  .cds--table-sort__header--slug .cds--table-sort__icon-unsorted,
14345
14357
  .cds--table-sort__header--ai-label .cds--table-sort__icon,
@@ -14353,6 +14365,7 @@ th .cds--table-sort__flex {
14353
14365
  .cds--table-sort__header--ai-label .cds--slug,
14354
14366
  .cds--table-sort__header--decorator .cds--table-header-label--decorator-inner,
14355
14367
  .cds--table-sort__header--ai-label .cds--table-header-label--decorator-inner {
14368
+ display: block;
14356
14369
  margin-inline-end: 0.5rem;
14357
14370
  }
14358
14371
 
@@ -16167,16 +16180,22 @@ button.cds--dropdown-text:focus {
16167
16180
  .cds--file__selected-file .cds--file-filename-container-wrap-invalid .cds--file-filename-tooltip {
16168
16181
  inline-size: -webkit-fill-available;
16169
16182
  padding-inline-start: 1rem;
16183
+ /* This is for targeting styles specific to firefox */
16184
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
16185
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
16170
16186
  }
16171
- @document url-prefix() {
16187
+ @-moz-document url-prefix() {
16172
16188
  .cds--file__selected-file .cds--file-filename-container-wrap-invalid .cds--file-filename-tooltip {
16173
16189
  inline-size: -moz-available;
16174
16190
  }
16175
16191
  }
16176
16192
  .cds--file__selected-file .cds--file-filename-tooltip {
16177
16193
  inline-size: -webkit-fill-available;
16194
+ /* This is for targeting styles specific to firefox */
16195
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
16196
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
16178
16197
  }
16179
- @document url-prefix() {
16198
+ @-moz-document url-prefix() {
16180
16199
  .cds--file__selected-file .cds--file-filename-tooltip {
16181
16200
  inline-size: -moz-available;
16182
16201
  }
@@ -16197,8 +16216,11 @@ button.cds--dropdown-text:focus {
16197
16216
  outline: inherit;
16198
16217
  text-overflow: ellipsis;
16199
16218
  white-space: nowrap;
16219
+ /* This is for targeting styles specific to firefox */
16220
+ /* https://sass-lang.com/documentation/breaking-changes/moz-document/ */
16221
+ /* stylelint-disable-next-line at-rule-no-vendor-prefix */
16200
16222
  }
16201
- @document url-prefix() {
16223
+ @-moz-document url-prefix() {
16202
16224
  .cds--file__selected-file .cds--file-filename-button {
16203
16225
  inline-size: -moz-available;
16204
16226
  }
@@ -19897,6 +19919,8 @@ optgroup.cds--select-optgroup:disabled,
19897
19919
  grid-column: 1/-1;
19898
19920
  grid-row: 1/1;
19899
19921
  margin-block-end: 0.5rem;
19922
+ max-block-size: 50vh;
19923
+ overflow-y: auto;
19900
19924
  padding-block-start: 1rem;
19901
19925
  padding-inline: 1rem 3rem;
19902
19926
  }