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

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.
@@ -693,16 +693,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
693
693
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
694
694
  transition: var(--pf-v6-c-table__expandable-row--Transition);
695
695
  }
696
- .pf-v6-c-table__expandable-row > td,
697
- .pf-v6-c-table__expandable-row > th {
696
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
697
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
698
698
  padding-block-start: 0;
699
699
  }
700
+
700
701
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
701
702
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
702
703
  padding-block-start: 0;
703
- padding-inline-end: 0;
704
704
  padding-block-end: 0;
705
705
  padding-inline-start: 0;
706
+ padding-inline-end: 0;
706
707
  }
707
708
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
708
709
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
@@ -946,26 +946,26 @@
946
946
  transition: var(--#{$table}__expandable-row--Transition);
947
947
  }
948
948
 
949
- // stylelint-disable
950
- > td,
951
- > th {
952
- padding-block-start: 0;
949
+ @at-root :not(.#{$table}__control-row) ~ .#{$table}__expandable-row {
950
+ > .#{$table}__th,
951
+ > .#{$table}__td {
952
+ padding-block-start: 0;
953
+ }
953
954
  }
954
955
 
955
956
  td:where(.#{$table}__td),
956
957
  th:where(.#{$table}__th) {
957
958
  &.pf-m-no-padding {
958
959
  padding-block-start: 0;
959
- padding-inline-end: 0;
960
960
  padding-block-end: 0;
961
961
  padding-inline-start: 0;
962
+ padding-inline-end: 0;
962
963
 
963
964
  .#{$table}__expandable-row-content {
964
965
  padding: 0;
965
966
  }
966
967
  }
967
968
  }
968
- // stylelint-enable
969
969
 
970
970
  // - Table expandable row content
971
971
  .#{$table}__expandable-row-content {
@@ -16841,16 +16841,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
16841
16841
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
16842
16842
  transition: var(--pf-v6-c-table__expandable-row--Transition);
16843
16843
  }
16844
- .pf-v6-c-table__expandable-row > td,
16845
- .pf-v6-c-table__expandable-row > th {
16844
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
16845
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
16846
16846
  padding-block-start: 0;
16847
16847
  }
16848
+
16848
16849
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
16849
16850
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
16850
16851
  padding-block-start: 0;
16851
- padding-inline-end: 0;
16852
16852
  padding-block-end: 0;
16853
16853
  padding-inline-start: 0;
16854
+ padding-inline-end: 0;
16854
16855
  }
16855
16856
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
16856
16857
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
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",
4
- "version": "6.0.0-alpha.217",
4
+ "version": "6.0.0-alpha.218",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -22904,16 +22904,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
22904
22904
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
22905
22905
  transition: var(--pf-v6-c-table__expandable-row--Transition);
22906
22906
  }
22907
- .pf-v6-c-table__expandable-row > td,
22908
- .pf-v6-c-table__expandable-row > th {
22907
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
22908
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
22909
22909
  padding-block-start: 0;
22910
22910
  }
22911
+
22911
22912
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
22912
22913
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
22913
22914
  padding-block-start: 0;
22914
- padding-inline-end: 0;
22915
22915
  padding-block-end: 0;
22916
22916
  padding-inline-start: 0;
22917
+ padding-inline-end: 0;
22917
22918
  }
22918
22919
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding .pf-v6-c-table__expandable-row-content,
22919
22920
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {
package/patternfly.css CHANGED
@@ -23025,16 +23025,17 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
23025
23025
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td):first-child::after {
23026
23026
  transition: var(--pf-v6-c-table__expandable-row--Transition);
23027
23027
  }
23028
- .pf-v6-c-table__expandable-row > td,
23029
- .pf-v6-c-table__expandable-row > th {
23028
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__th,
23029
+ :not(.pf-v6-c-table__control-row) ~ .pf-v6-c-table__expandable-row > .pf-v6-c-table__td {
23030
23030
  padding-block-start: 0;
23031
23031
  }
23032
+
23032
23033
  .pf-v6-c-table__expandable-row td:where(.pf-v6-c-table__td).pf-m-no-padding,
23033
23034
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding {
23034
23035
  padding-block-start: 0;
23035
- padding-inline-end: 0;
23036
23036
  padding-block-end: 0;
23037
23037
  padding-inline-start: 0;
23038
+ padding-inline-end: 0;
23038
23039
  }
23039
23040
  .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
23041
  .pf-v6-c-table__expandable-row th:where(.pf-v6-c-table__th).pf-m-no-padding .pf-v6-c-table__expandable-row-content {