@patternfly/patternfly 6.0.0-alpha.217 → 6.0.0-alpha.219

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
@@ -16569,6 +16569,7 @@ ul.pf-v6-c-list {
16569
16569
  --pf-v6-c-modal-box__header--PaddingInlineStart: var(--pf-t--global--spacer--lg);
16570
16570
  --pf-v6-c-modal-box__header--Gap: var(--pf-t--global--spacer--md);
16571
16571
  --pf-v6-c-modal-box__header-main--Gap: var(--pf-t--global--spacer--md);
16572
+ --pf-v6-c-modal-box__header-main--PaddingBlockStart: var(--pf-t--global--spacer--control--vertical--default);
16572
16573
  --pf-v6-c-modal-box__title--LineHeight: var(--pf-t--global--font--line-height--heading);
16573
16574
  --pf-v6-c-modal-box__title--FontFamily: var(--pf-t--global--font--family--heading);
16574
16575
  --pf-v6-c-modal-box__title--FontWeight: var(--pf-t--global--font--weight--heading--default);
@@ -16680,6 +16681,7 @@ ul.pf-v6-c-list {
16680
16681
  flex-grow: 1;
16681
16682
  gap: var(--pf-v6-c-modal-box__header-main--Gap);
16682
16683
  min-width: 0;
16684
+ padding-block-start: var(--pf-v6-c-modal-box__header-main--PaddingBlockStart);
16683
16685
  }
16684
16686
 
16685
16687
  .pf-v6-c-modal-box__title,
@@ -23025,16 +23027,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23025
23027
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
23026
23028
  transition: var(--pf-v6-c-table__expandable-row--Transition);
23027
23029
  }
23028
- .pf-v6-c-table__expandable-row > td,
23029
- .pf-v6-c-table__expandable-row > th {
23030
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
23031
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
23030
23032
  padding-block-start: 0;
23031
23033
  }
23034
+
23032
23035
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
23033
23036
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
23034
23037
  padding-block-start: 0;
23035
- padding-inline-end: 0;
23036
23038
  padding-block-end: 0;
23037
23039
  padding-inline-start: 0;
23040
+ padding-inline-end: 0;
23038
23041
  }
23039
23042
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
23040
23043
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {