@patternfly/patternfly 6.1.0-prerelease.10 → 6.1.0-prerelease.11

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.
@@ -308,6 +308,9 @@
308
308
  --pf-v6-c-table--cell--TextOverflow: ellipsis;
309
309
  --pf-v6-c-table--cell--WhiteSpace: nowrap;
310
310
  }
311
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__sort .pf-v6-c-table__button {
312
+ margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);
313
+ }
311
314
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
312
315
  outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
313
316
  }
@@ -406,6 +406,10 @@
406
406
  --#{$table}--cell--TextOverflow: ellipsis;
407
407
  --#{$table}--cell--WhiteSpace: nowrap;
408
408
 
409
+ .#{$table}__sort .#{$table}__button {
410
+ margin-block-end: calc(var(--#{$table}__button--PaddingBlockEnd) * -1);
411
+ }
412
+
409
413
  // stylelint-disable
410
414
  &.pf-m-nested-column-header {
411
415
  button:where(.#{$button}) {
@@ -16535,6 +16535,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
16535
16535
  --pf-v6-c-table--cell--TextOverflow: ellipsis;
16536
16536
  --pf-v6-c-table--cell--WhiteSpace: nowrap;
16537
16537
  }
16538
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__sort .pf-v6-c-table__button {
16539
+ margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);
16540
+ }
16538
16541
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
16539
16542
  outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
16540
16543
  }
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.1.0-prerelease.10",
4
+ "version": "6.1.0-prerelease.11",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -23997,6 +23997,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
23997
23997
  --pf-v6-c-table--cell--TextOverflow: ellipsis;
23998
23998
  --pf-v6-c-table--cell--WhiteSpace: nowrap;
23999
23999
  }
24000
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__sort .pf-v6-c-table__button {
24001
+ margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);
24002
+ }
24000
24003
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
24001
24004
  outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
24002
24005
  }
package/patternfly.css CHANGED
@@ -24133,6 +24133,9 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
24133
24133
  --pf-v6-c-table--cell--TextOverflow: ellipsis;
24134
24134
  --pf-v6-c-table--cell--WhiteSpace: nowrap;
24135
24135
  }
24136
+ .pf-v6-c-table thead:where(.pf-v6-c-table__thead) .pf-v6-c-table__sort .pf-v6-c-table__button {
24137
+ margin-block-end: calc(var(--pf-v6-c-table__button--PaddingBlockEnd) * -1);
24138
+ }
24136
24139
  .pf-v6-c-table thead:where(.pf-v6-c-table__thead).pf-m-nested-column-header button:where(.pf-v6-c-button) {
24137
24140
  outline-offset: var(--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset);
24138
24141
  }