@patternfly/patternfly 6.6.0-prerelease.33 → 6.6.0-prerelease.35

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly",
4
- "version": "6.6.0-prerelease.33",
4
+ "version": "6.6.0-prerelease.35",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -14307,7 +14307,7 @@ ul) {
14307
14307
  --pf-v6-c-data-list__item-draggable-button--PaddingInlineEnd: var(--pf-t--global--spacer--md);
14308
14308
  --pf-v6-c-data-list__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--lg) * -1);
14309
14309
  --pf-v6-c-data-list__item-draggable-button--MarginBlockEnd: calc(var(--pf-t--global--spacer--lg) * -1);
14310
- --pf-v6-c-data-list__item-draggable-button--PaddingBlockStart: var(--pf-t--global--spacer--lg);
14310
+ --pf-v6-c-data-list__item-draggable-button--PaddingBlockStart: var(--pf-v6-c-data-list__cell--PaddingBlockStart);
14311
14311
  --pf-v6-c-data-list__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
14312
14312
  --pf-v6-c-data-list__item-draggable-button--MarginInlineStart: calc(var(--pf-t--global--spacer--md) * -1);
14313
14313
  --pf-v6-c-data-list__item-draggable-button-icon--Color: var(--pf-t--global--icon--color--subtle);
@@ -14322,7 +14322,7 @@ ul) {
14322
14322
  --pf-v6-c-data-list__item-control--md--MarginInlineEnd: var(--pf-t--global--spacer--xl);
14323
14323
  --pf-v6-c-data-list__item-control--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--md);
14324
14324
  --pf-v6-c-data-list__check--Height: calc(var(--pf-v6-c-data-list--FontSize) * var(--pf-v6-c-data-list--LineHeight));
14325
- --pf-v6-c-data-list__check--MarginBlockStart: -0.0625rem;
14325
+ --pf-v6-c-data-list__check--MarginBlockStart: 0;
14326
14326
  --pf-v6-c-data-list__item-action--Display: flex;
14327
14327
  --pf-v6-c-data-list__item-action--PaddingBlockStart: var(--pf-t--global--spacer--lg);
14328
14328
  --pf-v6-c-data-list__item-action--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
@@ -14365,7 +14365,7 @@ ul) {
14365
14365
  --pf-v6-c-data-list--m-compact__item-content--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
14366
14366
  --pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) * -1);
14367
14367
  --pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
14368
- --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockStart: var(--pf-t--global--spacer--xs);
14368
+ --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell--PaddingBlockStart);
14369
14369
  --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
14370
14370
  --pf-v6-c-data-list--m-compact__cell--m-icon--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
14371
14371
  }
@@ -14495,9 +14495,10 @@ ul) {
14495
14495
  cursor: pointer;
14496
14496
  }
14497
14497
 
14498
- .pf-v6-c-data-list__item-draggable-button {
14498
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain {
14499
14499
  display: flex;
14500
14500
  flex-direction: column;
14501
+ justify-content: start;
14501
14502
  padding-block-start: var(--pf-v6-c-data-list__item-draggable-button--PaddingBlockStart);
14502
14503
  padding-block-end: var(--pf-v6-c-data-list__item-draggable-button--PaddingBlockEnd);
14503
14504
  padding-inline-start: var(--pf-v6-c-data-list__item-draggable-button--PaddingInlineStart);
@@ -14505,24 +14506,25 @@ ul) {
14505
14506
  margin-block-start: var(--pf-v6-c-data-list__item-draggable-button--MarginBlockStart);
14506
14507
  margin-block-end: var(--pf-v6-c-data-list__item-draggable-button--MarginBlockEnd);
14507
14508
  margin-inline-start: var(--pf-v6-c-data-list__item-draggable-button--MarginInlineStart);
14509
+ line-height: 1lh;
14508
14510
  background-color: var(--pf-v6-c-data-list__item-draggable-button--BackgroundColor);
14509
14511
  border: 0;
14510
14512
  }
14511
- .pf-v6-c-data-list__item-draggable-button:hover {
14513
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain:hover {
14512
14514
  --pf-v6-c-data-list__item-draggable-button-icon--Color: var(--pf-v6-c-data-list__item-draggable-button--hover__draggable-icon--Color);
14513
14515
  cursor: grab;
14514
14516
  }
14515
- .pf-v6-c-data-list__item-draggable-button:focus {
14517
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain:focus {
14516
14518
  --pf-v6-c-data-list__item-draggable-button-icon--Color: var(--pf-v6-c-data-list__item-draggable-button--focus__draggable-icon--Color);
14517
14519
  }
14518
- .pf-v6-c-data-list__item-draggable-button:active {
14520
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain:active {
14519
14521
  cursor: grabbing;
14520
14522
  }
14521
- .pf-v6-c-data-list__item-draggable-button.pf-m-disabled {
14523
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain:is(:disabled, .pf-m-disabled) {
14522
14524
  --pf-v6-c-data-list__item-draggable-button-icon--Color: var(--pf-v6-c-data-list__item-draggable-button--m-disabled__draggable-icon--Color);
14523
14525
  pointer-events: none;
14524
14526
  }
14525
- .pf-v6-c-data-list__item-draggable-button .pf-v6-c-data-list__item-draggable-icon {
14527
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain .pf-v6-c-data-list__item-draggable-icon {
14526
14528
  color: var(--pf-v6-c-data-list__item-draggable-button-icon--Color);
14527
14529
  }
14528
14530
 
@@ -27203,7 +27205,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27203
27205
  --pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
27204
27206
  --pf-v6-c-table__check--responsive--MarginInlineStart: var(--pf-v6-c-table__tbody--responsive--border-width--base);
27205
27207
  --pf-v6-c-table__check--responsive--MarginBlockStart: calc(var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart) + 0.25rem);
27206
- --pf-v6-c-table--m-grid__favorite--MarginBlockStart: 0.5rem;
27208
+ --pf-v6-c-table--m-grid__favorite--MarginBlockStart: 0;
27207
27209
  --pf-v6-c-table--m-grid__check--favorite--MarginInlineStart: var(--pf-t--global--spacer--xl);
27208
27210
  --pf-v6-c-table__action--responsive--MarginInlineStart: var(--pf-t--global--spacer--xl);
27209
27211
  --pf-v6-c-table__action--responsive--MarginBlockStart: calc(var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart) + var(--pf-t--global--spacer--control--vertical--plain) * -1);
@@ -27288,7 +27290,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27288
27290
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
27289
27291
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
27290
27292
  }
27291
- .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
27293
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
27292
27294
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
27293
27295
  }
27294
27296
  .pf-m-grid.pf-v6-c-table.pf-m-compact {
@@ -27599,7 +27601,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27599
27601
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
27600
27602
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
27601
27603
  }
27602
- .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
27604
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
27603
27605
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
27604
27606
  }
27605
27607
  .pf-m-grid-md.pf-v6-c-table.pf-m-compact {
@@ -27911,7 +27913,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27911
27913
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
27912
27914
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
27913
27915
  }
27914
- .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
27916
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
27915
27917
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
27916
27918
  }
27917
27919
  .pf-m-grid-lg.pf-v6-c-table.pf-m-compact {
@@ -28223,7 +28225,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28223
28225
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
28224
28226
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
28225
28227
  }
28226
- .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
28228
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
28227
28229
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
28228
28230
  }
28229
28231
  .pf-m-grid-xl.pf-v6-c-table.pf-m-compact {
@@ -28535,7 +28537,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28535
28537
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
28536
28538
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
28537
28539
  }
28538
- .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
28540
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
28539
28541
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
28540
28542
  }
28541
28543
  .pf-m-grid-2xl.pf-v6-c-table.pf-m-compact {
package/patternfly.css CHANGED
@@ -14462,7 +14462,7 @@ ul) {
14462
14462
  --pf-v6-c-data-list__item-draggable-button--PaddingInlineEnd: var(--pf-t--global--spacer--md);
14463
14463
  --pf-v6-c-data-list__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--lg) * -1);
14464
14464
  --pf-v6-c-data-list__item-draggable-button--MarginBlockEnd: calc(var(--pf-t--global--spacer--lg) * -1);
14465
- --pf-v6-c-data-list__item-draggable-button--PaddingBlockStart: var(--pf-t--global--spacer--lg);
14465
+ --pf-v6-c-data-list__item-draggable-button--PaddingBlockStart: var(--pf-v6-c-data-list__cell--PaddingBlockStart);
14466
14466
  --pf-v6-c-data-list__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
14467
14467
  --pf-v6-c-data-list__item-draggable-button--MarginInlineStart: calc(var(--pf-t--global--spacer--md) * -1);
14468
14468
  --pf-v6-c-data-list__item-draggable-button-icon--Color: var(--pf-t--global--icon--color--subtle);
@@ -14477,7 +14477,7 @@ ul) {
14477
14477
  --pf-v6-c-data-list__item-control--md--MarginInlineEnd: var(--pf-t--global--spacer--xl);
14478
14478
  --pf-v6-c-data-list__item-control--not-last-child--MarginInlineEnd: var(--pf-t--global--spacer--md);
14479
14479
  --pf-v6-c-data-list__check--Height: calc(var(--pf-v6-c-data-list--FontSize) * var(--pf-v6-c-data-list--LineHeight));
14480
- --pf-v6-c-data-list__check--MarginBlockStart: -0.0625rem;
14480
+ --pf-v6-c-data-list__check--MarginBlockStart: 0;
14481
14481
  --pf-v6-c-data-list__item-action--Display: flex;
14482
14482
  --pf-v6-c-data-list__item-action--PaddingBlockStart: var(--pf-t--global--spacer--lg);
14483
14483
  --pf-v6-c-data-list__item-action--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
@@ -14520,7 +14520,7 @@ ul) {
14520
14520
  --pf-v6-c-data-list--m-compact__item-content--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
14521
14521
  --pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) * -1);
14522
14522
  --pf-v6-c-data-list--m-compact__item-draggable-button--MarginBlockEnd: calc(var(--pf-t--global--spacer--sm) * -1);
14523
- --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockStart: var(--pf-t--global--spacer--xs);
14523
+ --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockStart: var(--pf-v6-c-data-list--m-compact__cell--PaddingBlockStart);
14524
14524
  --pf-v6-c-data-list--m-compact__item-draggable-button--PaddingBlockEnd: var(--pf-t--global--spacer--xs);
14525
14525
  --pf-v6-c-data-list--m-compact__cell--m-icon--cell--PaddingBlockStart: var(--pf-t--global--spacer--sm);
14526
14526
  }
@@ -14650,9 +14650,10 @@ ul) {
14650
14650
  cursor: pointer;
14651
14651
  }
14652
14652
 
14653
- .pf-v6-c-data-list__item-draggable-button {
14653
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain {
14654
14654
  display: flex;
14655
14655
  flex-direction: column;
14656
+ justify-content: start;
14656
14657
  padding-block-start: var(--pf-v6-c-data-list__item-draggable-button--PaddingBlockStart);
14657
14658
  padding-block-end: var(--pf-v6-c-data-list__item-draggable-button--PaddingBlockEnd);
14658
14659
  padding-inline-start: var(--pf-v6-c-data-list__item-draggable-button--PaddingInlineStart);
@@ -14660,24 +14661,25 @@ ul) {
14660
14661
  margin-block-start: var(--pf-v6-c-data-list__item-draggable-button--MarginBlockStart);
14661
14662
  margin-block-end: var(--pf-v6-c-data-list__item-draggable-button--MarginBlockEnd);
14662
14663
  margin-inline-start: var(--pf-v6-c-data-list__item-draggable-button--MarginInlineStart);
14664
+ line-height: 1lh;
14663
14665
  background-color: var(--pf-v6-c-data-list__item-draggable-button--BackgroundColor);
14664
14666
  border: 0;
14665
14667
  }
14666
- .pf-v6-c-data-list__item-draggable-button:hover {
14668
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain:hover {
14667
14669
  --pf-v6-c-data-list__item-draggable-button-icon--Color: var(--pf-v6-c-data-list__item-draggable-button--hover__draggable-icon--Color);
14668
14670
  cursor: grab;
14669
14671
  }
14670
- .pf-v6-c-data-list__item-draggable-button:focus {
14672
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain:focus {
14671
14673
  --pf-v6-c-data-list__item-draggable-button-icon--Color: var(--pf-v6-c-data-list__item-draggable-button--focus__draggable-icon--Color);
14672
14674
  }
14673
- .pf-v6-c-data-list__item-draggable-button:active {
14675
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain:active {
14674
14676
  cursor: grabbing;
14675
14677
  }
14676
- .pf-v6-c-data-list__item-draggable-button.pf-m-disabled {
14678
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain:is(:disabled, .pf-m-disabled) {
14677
14679
  --pf-v6-c-data-list__item-draggable-button-icon--Color: var(--pf-v6-c-data-list__item-draggable-button--m-disabled__draggable-icon--Color);
14678
14680
  pointer-events: none;
14679
14681
  }
14680
- .pf-v6-c-data-list__item-draggable-button .pf-v6-c-data-list__item-draggable-icon {
14682
+ .pf-v6-c-data-list__item-draggable-button.pf-v6-c-button.pf-m-plain .pf-v6-c-data-list__item-draggable-icon {
14681
14683
  color: var(--pf-v6-c-data-list__item-draggable-button-icon--Color);
14682
14684
  }
14683
14685
 
@@ -27358,7 +27360,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27358
27360
  --pf-v6-c-table__expandable-row-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
27359
27361
  --pf-v6-c-table__check--responsive--MarginInlineStart: var(--pf-v6-c-table__tbody--responsive--border-width--base);
27360
27362
  --pf-v6-c-table__check--responsive--MarginBlockStart: calc(var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart) + 0.25rem);
27361
- --pf-v6-c-table--m-grid__favorite--MarginBlockStart: 0.5rem;
27363
+ --pf-v6-c-table--m-grid__favorite--MarginBlockStart: 0;
27362
27364
  --pf-v6-c-table--m-grid__check--favorite--MarginInlineStart: var(--pf-t--global--spacer--xl);
27363
27365
  --pf-v6-c-table__action--responsive--MarginInlineStart: var(--pf-t--global--spacer--xl);
27364
27366
  --pf-v6-c-table__action--responsive--MarginBlockStart: calc(var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart) + var(--pf-t--global--spacer--control--vertical--plain) * -1);
@@ -27443,7 +27445,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27443
27445
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
27444
27446
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
27445
27447
  }
27446
- .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
27448
+ .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
27447
27449
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
27448
27450
  }
27449
27451
  .pf-m-grid.pf-v6-c-table.pf-m-compact {
@@ -27754,7 +27756,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
27754
27756
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
27755
27757
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
27756
27758
  }
27757
- .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
27759
+ .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-md.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
27758
27760
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
27759
27761
  }
27760
27762
  .pf-m-grid-md.pf-v6-c-table.pf-m-compact {
@@ -28066,7 +28068,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28066
28068
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
28067
28069
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
28068
28070
  }
28069
- .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
28071
+ .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-lg.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
28070
28072
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
28071
28073
  }
28072
28074
  .pf-m-grid-lg.pf-v6-c-table.pf-m-compact {
@@ -28378,7 +28380,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28378
28380
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
28379
28381
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
28380
28382
  }
28381
- .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
28383
+ .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
28382
28384
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
28383
28385
  }
28384
28386
  .pf-m-grid-xl.pf-v6-c-table.pf-m-compact {
@@ -28690,7 +28692,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28690
28692
  padding-block-end: var(--pf-v6-c-table--cell--responsive--PaddingBlockEnd);
28691
28693
  padding-inline-start: var(--pf-v6-c-table--cell--responsive--PaddingInlineStart);
28692
28694
  }
28693
- .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check) + :where(th, td) {
28695
+ .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):first-child, .pf-m-grid-2xl.pf-v6-c-table tr:where(.pf-v6-c-table__tr):not(.pf-v6-c-table__expandable-row) > :where(th, td):is(.pf-v6-c-table__toggle, .pf-v6-c-table__check, .pf-v6-c-table__favorite) + :where(th, td) {
28694
28696
  --pf-v6-c-table--cell--responsive--PaddingBlockStart: var(--pf-v6-c-table--cell--first-child--responsive--PaddingBlockStart);
28695
28697
  }
28696
28698
  .pf-m-grid-2xl.pf-v6-c-table.pf-m-compact {