@patternfly/patternfly 6.1.0-prerelease.5 → 6.1.0-prerelease.6

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/patternfly.css CHANGED
@@ -23806,7 +23806,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23806
23806
  --pf-v6-c-table--cell--Color: var(--pf-t--global--text--color--regular);
23807
23807
  --pf-v6-c-table--cell--first-last-child--PaddingInline: var(--pf-t--global--spacer--inset--page-chrome);
23808
23808
  --pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart: var(--pf-v6-c-table--cell--Padding--base);
23809
- --pf-v6-c-table--cell--MinWidth: 0;
23809
+ --pf-v6-c-table--cell--MinWidth: calc(var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineEnd));
23810
23810
  --pf-v6-c-table--cell--MaxWidth: none;
23811
23811
  --pf-v6-c-table--cell--Width: auto;
23812
23812
  --pf-v6-c-table--cell--Overflow: visible;
@@ -23820,6 +23820,8 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23820
23820
  --pf-v6-c-table--cell--m-help--MinWidth: 11ch;
23821
23821
  --pf-v6-c-table--m-truncate--cell--MaxWidth: 1px;
23822
23822
  --pf-v6-c-table--m-truncate--cell--MinWidth: calc(5ch + var(--pf-v6-c-table--cell--PaddingInlineEnd) + var(--pf-v6-c-table--cell--PaddingInlineStart));
23823
+ --pf-v6-c-table__text--MinWidth: 100%;
23824
+ --pf-v6-c-table__text--m-truncate--MinWidth: 5ch;
23823
23825
  --pf-v6-c-table--m-truncate__text--MinWidth: 5ch;
23824
23826
  --pf-v6-c-table--cell--hidden-visible--Display: table-cell;
23825
23827
  --pf-v6-c-table__toggle--PaddingBlockStart: var(--pf-t--global--spacer--sm);
@@ -24208,11 +24210,10 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24208
24210
  }
24209
24211
 
24210
24212
  .pf-v6-c-table__text {
24211
- --pf-v6-c-table--cell--MaxWidth: 100%;
24212
24213
  position: relative;
24213
24214
  display: block;
24214
24215
  width: var(--pf-v6-c-table--cell--Width);
24215
- min-width: var(--pf-v6-c-table--text--MinWidth);
24216
+ min-width: var(--pf-v6-c-table__text--MinWidth);
24216
24217
  max-width: var(--pf-v6-c-table--cell--MaxWidth);
24217
24218
  overflow: var(--pf-v6-c-table--cell--Overflow);
24218
24219
  line-height: var(--pf-v6-c-table--cell--LineHeight);
@@ -24222,7 +24223,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24222
24223
  }
24223
24224
  .pf-v6-c-table__text.pf-m-truncate {
24224
24225
  --pf-v6-c-table--cell--MinWidth: 100%;
24225
- --pf-v6-c-table--text--MinWidth: var(--pf-v6-c-table--m-truncate__text--MinWidth);
24226
+ min-width: max(var(--pf-v6-c-table__text--m-truncate--MinWidth), var(--pf-v6-c-table__text--MinWidth));
24226
24227
  }
24227
24228
  .pf-v6-c-table__text.pf-m-truncate > :where(th, td) {
24228
24229
  overflow: var(--pf-v6-c-table--cell--Overflow);
@@ -24275,6 +24276,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24275
24276
  .pf-v6-c-table__button-content .pf-v6-c-table__text,
24276
24277
  .pf-v6-c-table__column-help .pf-v6-c-table__text {
24277
24278
  min-width: auto;
24279
+ max-width: 100%;
24278
24280
  }
24279
24281
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-nowrap .pf-v6-c-table__button-content, .pf-v6-c-table th:where(.pf-v6-c-table__th).pf-m-nowrap .pf-v6-c-table__button-content,
24280
24282
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nowrap .pf-v6-c-table__column-help,