@patternfly/patternfly 6.6.0-prerelease.15 → 6.6.0-prerelease.17

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.
Files changed (32) hide show
  1. package/components/AboutModalBox/about-modal-box.css +1 -1
  2. package/components/AboutModalBox/about-modal-box.scss +1 -1
  3. package/components/Alert/alert.css +2 -2
  4. package/components/Alert/alert.scss +2 -2
  5. package/components/Breadcrumb/breadcrumb.css +1 -1
  6. package/components/Breadcrumb/breadcrumb.scss +1 -1
  7. package/components/ClipboardCopy/clipboard-copy.css +1 -1
  8. package/components/ClipboardCopy/clipboard-copy.scss +1 -1
  9. package/components/Menu/menu.css +1 -1
  10. package/components/Menu/menu.scss +1 -1
  11. package/components/ModalBox/modal-box.css +1 -1
  12. package/components/ModalBox/modal-box.scss +1 -1
  13. package/components/NotificationDrawer/notification-drawer.css +3 -3
  14. package/components/NotificationDrawer/notification-drawer.scss +3 -3
  15. package/components/Progress/progress.css +2 -2
  16. package/components/Progress/progress.scss +2 -2
  17. package/components/Table/table.css +26 -18
  18. package/components/Table/table.scss +37 -27
  19. package/components/Title/title.css +1 -1
  20. package/components/Title/title.scss +1 -1
  21. package/components/Tooltip/tooltip.css +1 -1
  22. package/components/Tooltip/tooltip.scss +1 -1
  23. package/components/Wizard/wizard.css +3 -3
  24. package/components/Wizard/wizard.scss +3 -3
  25. package/components/_index.css +43 -35
  26. package/docs/components/InputGroup/examples/InputGroup.md +1 -1
  27. package/docs/components/Table/examples/Table.md +7 -0
  28. package/package.json +6 -6
  29. package/patternfly-no-globals.css +43 -35
  30. package/patternfly.css +43 -35
  31. package/patternfly.min.css +1 -1
  32. package/patternfly.min.css.map +1 -1
@@ -164,7 +164,7 @@
164
164
  overflow-x: hidden;
165
165
  overflow-y: auto;
166
166
  overscroll-behavior: contain;
167
- overflow-wrap: break-word;
167
+ overflow-wrap: anywhere;
168
168
  -webkit-overflow-scrolling: touch;
169
169
  }
170
170
  @media screen and (min-width: 36rem) {
@@ -670,7 +670,7 @@
670
670
  grid-area: title;
671
671
  font-weight: var(--pf-v6-c-alert__title--FontWeight);
672
672
  color: var(--pf-v6-c-alert__title--Color);
673
- overflow-wrap: break-word;
673
+ overflow-wrap: anywhere;
674
674
  }
675
675
  .pf-v6-c-alert__title.pf-m-truncate {
676
676
  display: -webkit-box;
@@ -682,7 +682,7 @@
682
682
  .pf-v6-c-alert__description {
683
683
  grid-area: description;
684
684
  padding-block-start: var(--pf-v6-c-alert__description--PaddingBlockStart);
685
- overflow-wrap: break-word;
685
+ overflow-wrap: anywhere;
686
686
  }
687
687
  .pf-v6-c-alert__description + .pf-v6-c-alert__action-group {
688
688
  --pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart);
@@ -1729,7 +1729,7 @@ div.pf-v6-c-avatar {
1729
1729
  font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
1730
1730
  line-height: inherit;
1731
1731
  color: var(--pf-v6-c-breadcrumb__link--Color);
1732
- overflow-wrap: break-word;
1732
+ overflow-wrap: anywhere;
1733
1733
  text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
1734
1734
  text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
1735
1735
  text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
@@ -3564,7 +3564,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
3564
3564
  }
3565
3565
 
3566
3566
  .pf-v6-c-clipboard-copy__text {
3567
- overflow-wrap: break-word;
3567
+ overflow-wrap: anywhere;
3568
3568
  white-space: normal;
3569
3569
  }
3570
3570
  .pf-v6-c-clipboard-copy__text.pf-m-code {
@@ -12059,7 +12059,7 @@ ul.pf-v6-c-list {
12059
12059
  .pf-v6-c-menu__item-description {
12060
12060
  font-size: var(--pf-v6-c-menu__item-description--FontSize);
12061
12061
  color: var(--pf-v6-c-menu__item-description--Color);
12062
- overflow-wrap: break-word;
12062
+ overflow-wrap: anywhere;
12063
12063
  }
12064
12064
 
12065
12065
  .pf-v6-c-menu__item-check .pf-v6-c-check {
@@ -12856,7 +12856,7 @@ ul.pf-v6-c-list {
12856
12856
  overflow-x: hidden;
12857
12857
  overflow-y: auto;
12858
12858
  overscroll-behavior: contain;
12859
- overflow-wrap: break-word;
12859
+ overflow-wrap: anywhere;
12860
12860
  -webkit-overflow-scrolling: touch;
12861
12861
  }
12862
12862
  .pf-v6-c-modal-box__body:last-child {
@@ -13730,7 +13730,7 @@ ul.pf-v6-c-list {
13730
13730
 
13731
13731
  .pf-v6-c-notification-drawer__list-item-header-title {
13732
13732
  font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
13733
- overflow-wrap: break-word;
13733
+ overflow-wrap: anywhere;
13734
13734
  }
13735
13735
  .pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
13736
13736
  display: -webkit-box;
@@ -13752,7 +13752,7 @@ ul.pf-v6-c-list {
13752
13752
  grid-row: 2/3;
13753
13753
  grid-column: 1/2;
13754
13754
  margin-block-end: var(--pf-v6-c-notification-drawer__list-item-description--MarginBlockEnd);
13755
- overflow-wrap: break-word;
13755
+ overflow-wrap: anywhere;
13756
13756
  }
13757
13757
 
13758
13758
  .pf-v6-c-notification-drawer__list-item-timestamp {
@@ -13797,7 +13797,7 @@ ul.pf-v6-c-list {
13797
13797
  margin-inline-end: var(--pf-v6-c-notification-drawer__group-toggle-title--MarginInlineEnd);
13798
13798
  font-size: var(--pf-v6-c-notification-drawer__group-toggle-title--FontSize);
13799
13799
  text-align: start;
13800
- overflow-wrap: break-word;
13800
+ overflow-wrap: anywhere;
13801
13801
  }
13802
13802
 
13803
13803
  .pf-v6-c-notification-drawer__group-toggle-count {
@@ -15932,7 +15932,7 @@ ul.pf-v6-c-list {
15932
15932
 
15933
15933
  .pf-v6-c-progress__description {
15934
15934
  grid-column: 1/2;
15935
- overflow-wrap: break-word;
15935
+ overflow-wrap: anywhere;
15936
15936
  }
15937
15937
  .pf-v6-c-progress__description.pf-m-truncate {
15938
15938
  overflow: hidden;
@@ -15948,7 +15948,7 @@ ul.pf-v6-c-list {
15948
15948
  align-items: flex-start;
15949
15949
  justify-content: flex-end;
15950
15950
  text-align: end;
15951
- overflow-wrap: break-word;
15951
+ overflow-wrap: anywhere;
15952
15952
  }
15953
15953
 
15954
15954
  .pf-v6-c-progress__status-icon {
@@ -19629,7 +19629,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
19629
19629
  --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
19630
19630
  --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
19631
19631
  --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
19632
- --pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
19632
+ --pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: initial;
19633
19633
  --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
19634
19634
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
19635
19635
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
@@ -19672,16 +19672,13 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
19672
19672
  .pf-v6-c-table.pf-m-fixed {
19673
19673
  table-layout: fixed;
19674
19674
  }
19675
- .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
19675
+ .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
19676
19676
  opacity: 0;
19677
19677
  transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
19678
19678
  transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
19679
19679
  transition-property: opacity;
19680
19680
  }
19681
- .pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
19682
- --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
19683
- }
19684
- .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after {
19681
+ .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
19685
19682
  opacity: 1;
19686
19683
  }
19687
19684
  .pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
@@ -19692,27 +19689,39 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
19692
19689
  inset-block-start: 0;
19693
19690
  z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
19694
19691
  }
19695
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before {
19692
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
19696
19693
  position: absolute;
19697
19694
  inset: 0;
19698
19695
  z-index: -1;
19699
19696
  pointer-events: none;
19700
19697
  content: "";
19701
- background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
19702
19698
  border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
19703
19699
  box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
19704
19700
  }
19705
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
19706
- z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
19707
- }
19708
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
19701
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
19709
19702
  position: absolute;
19710
19703
  inset: 0;
19711
- z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
19704
+ z-index: -1;
19712
19705
  pointer-events: none;
19713
19706
  content: "";
19707
+ background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
19714
19708
  border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
19715
19709
  }
19710
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after {
19711
+ border-start-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
19712
+ border-end-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
19713
+ }
19714
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after {
19715
+ border-start-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
19716
+ border-end-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
19717
+ }
19718
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
19719
+ z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
19720
+ }
19721
+ :where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header .pf-m-nested-column-header, :where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header-base .pf-m-nested-column-header {
19722
+ --pf-v6-c-table--m-sticky-header--BorderRadius: 0;
19723
+ --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
19724
+ }
19716
19725
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
19717
19726
  border-block-end: 0;
19718
19727
  }
@@ -20423,14 +20432,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
20423
20432
  vertical-align: bottom;
20424
20433
  }
20425
20434
  .pf-v6-c-table__thead.pf-m-nested-column-header {
20435
+ --pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
20426
20436
  position: relative;
20427
20437
  }
20428
- .pf-v6-c-table__thead.pf-m-nested-column-header::after {
20429
- position: absolute;
20430
- inset: 0;
20438
+ .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
20431
20439
  z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
20432
20440
  pointer-events: none;
20433
- content: "";
20434
20441
  border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
20435
20442
  }
20436
20443
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
@@ -20471,7 +20478,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
20471
20478
  border-block-end: 0;
20472
20479
  }
20473
20480
  .pf-v6-c-table__tr.pf-m-border-row {
20474
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
20481
+ height: var(--pf-v6-c-table--border-width--base);
20482
+ background-color: var(--pf-v6-c-table--BorderColor);
20475
20483
  }
20476
20484
 
20477
20485
  .pf-v6-c-table__tfoot {
@@ -22754,7 +22762,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
22754
22762
 
22755
22763
  .pf-v6-c-title {
22756
22764
  font-family: var(--pf-v6-c-title--FontFamily);
22757
- overflow-wrap: break-word;
22765
+ overflow-wrap: anywhere;
22758
22766
  }
22759
22767
  .pf-v6-c-title.pf-m-4xl {
22760
22768
  font-size: var(--pf-v6-c-title--m-4xl--FontSize);
@@ -25176,7 +25184,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25176
25184
  font-size: var(--pf-v6-c-tooltip__content--FontSize);
25177
25185
  color: var(--pf-v6-c-tooltip__content--Color);
25178
25186
  text-align: center;
25179
- overflow-wrap: break-word;
25187
+ overflow-wrap: anywhere;
25180
25188
  background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
25181
25189
  border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
25182
25190
  }
@@ -26088,7 +26096,7 @@ label.pf-v6-c-tree-view__node-text {
26088
26096
  align-items: baseline;
26089
26097
  margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
26090
26098
  text-align: start;
26091
- overflow-wrap: break-word;
26099
+ overflow-wrap: anywhere;
26092
26100
  }
26093
26101
  .pf-v6-c-wizard__toggle-list-item:not(:last-child) {
26094
26102
  margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -26224,7 +26232,7 @@ label.pf-v6-c-tree-view__node-text {
26224
26232
  padding-inline: 0;
26225
26233
  color: var(--pf-v6-c-wizard__nav-link--Color);
26226
26234
  text-align: start;
26227
- overflow-wrap: break-word;
26235
+ overflow-wrap: anywhere;
26228
26236
  text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
26229
26237
  counter-increment: wizard-nav-count;
26230
26238
  background-color: transparent;
@@ -26343,7 +26351,7 @@ label.pf-v6-c-tree-view__node-text {
26343
26351
  flex-direction: column;
26344
26352
  overflow-x: hidden;
26345
26353
  overflow-y: auto;
26346
- overflow-wrap: break-word;
26354
+ overflow-wrap: anywhere;
26347
26355
  }
26348
26356
 
26349
26357
  .pf-v6-c-wizard__main-body {
@@ -95,7 +95,7 @@ Use the input group to extend form controls by adding text, buttons, selects, et
95
95
  <div class="pf-v6-c-input-group">
96
96
  <div class="pf-v6-c-input-group__item">
97
97
  <button
98
- class="pf-v6-c-menu-toggle"
98
+ class="pf-v6-c-menu-toggle pf-m-form"
99
99
  type="button"
100
100
  aria-expanded="false"
101
101
  id="select-example-collapsed1"
@@ -29085,6 +29085,13 @@ For sticky columns to function correctly, the parent table's width must be contr
29085
29085
  </button>
29086
29086
  </th>
29087
29087
  </tr>
29088
+ <tr
29089
+ class="pf-v6-c-table__tr pf-m-border-row"
29090
+ role="row"
29091
+ aria-hidden="true"
29092
+ >
29093
+ <td class="pf-v6-c-table__td" role="cell" colspan="6"></td>
29094
+ </tr>
29088
29095
  </thead>
29089
29096
 
29090
29097
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
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.15",
4
+ "version": "6.6.0-prerelease.17",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -71,12 +71,12 @@
71
71
  "@commitlint/config-conventional": "^19.1.0",
72
72
  "@fortawesome/fontawesome": "^1.1.8",
73
73
  "@octokit/rest": "^20.1.0",
74
- "@patternfly/documentation-framework": "6.44.4",
74
+ "@patternfly/documentation-framework": "6.49.0",
75
75
  "@patternfly/patternfly-a11y": "5.1.0",
76
- "@patternfly/react-code-editor": "6.5.1",
77
- "@patternfly/react-core": "6.5.1",
78
- "@patternfly/react-icons": "6.5.1",
79
- "@patternfly/react-table": "6.5.1",
76
+ "@patternfly/react-code-editor": "6.6.0",
77
+ "@patternfly/react-core": "6.6.0",
78
+ "@patternfly/react-icons": "6.6.0",
79
+ "@patternfly/react-table": "6.6.0",
80
80
  "@rspack/cli": "^1.6.0",
81
81
  "@rspack/core": "^1.6.0",
82
82
  "@rspack/dev-server": "^1.1.4",
@@ -9420,7 +9420,7 @@
9420
9420
  overflow-x: hidden;
9421
9421
  overflow-y: auto;
9422
9422
  overscroll-behavior: contain;
9423
- overflow-wrap: break-word;
9423
+ overflow-wrap: anywhere;
9424
9424
  -webkit-overflow-scrolling: touch;
9425
9425
  }
9426
9426
  @media screen and (min-width: 36rem) {
@@ -9926,7 +9926,7 @@
9926
9926
  grid-area: title;
9927
9927
  font-weight: var(--pf-v6-c-alert__title--FontWeight);
9928
9928
  color: var(--pf-v6-c-alert__title--Color);
9929
- overflow-wrap: break-word;
9929
+ overflow-wrap: anywhere;
9930
9930
  }
9931
9931
  .pf-v6-c-alert__title.pf-m-truncate {
9932
9932
  display: -webkit-box;
@@ -9938,7 +9938,7 @@
9938
9938
  .pf-v6-c-alert__description {
9939
9939
  grid-area: description;
9940
9940
  padding-block-start: var(--pf-v6-c-alert__description--PaddingBlockStart);
9941
- overflow-wrap: break-word;
9941
+ overflow-wrap: anywhere;
9942
9942
  }
9943
9943
  .pf-v6-c-alert__description + .pf-v6-c-alert__action-group {
9944
9944
  --pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart);
@@ -10985,7 +10985,7 @@ div.pf-v6-c-avatar {
10985
10985
  font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
10986
10986
  line-height: inherit;
10987
10987
  color: var(--pf-v6-c-breadcrumb__link--Color);
10988
- overflow-wrap: break-word;
10988
+ overflow-wrap: anywhere;
10989
10989
  text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
10990
10990
  text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
10991
10991
  text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
@@ -12820,7 +12820,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12820
12820
  }
12821
12821
 
12822
12822
  .pf-v6-c-clipboard-copy__text {
12823
- overflow-wrap: break-word;
12823
+ overflow-wrap: anywhere;
12824
12824
  white-space: normal;
12825
12825
  }
12826
12826
  .pf-v6-c-clipboard-copy__text.pf-m-code {
@@ -21315,7 +21315,7 @@ ul.pf-v6-c-list {
21315
21315
  .pf-v6-c-menu__item-description {
21316
21316
  font-size: var(--pf-v6-c-menu__item-description--FontSize);
21317
21317
  color: var(--pf-v6-c-menu__item-description--Color);
21318
- overflow-wrap: break-word;
21318
+ overflow-wrap: anywhere;
21319
21319
  }
21320
21320
 
21321
21321
  .pf-v6-c-menu__item-check .pf-v6-c-check {
@@ -22112,7 +22112,7 @@ ul.pf-v6-c-list {
22112
22112
  overflow-x: hidden;
22113
22113
  overflow-y: auto;
22114
22114
  overscroll-behavior: contain;
22115
- overflow-wrap: break-word;
22115
+ overflow-wrap: anywhere;
22116
22116
  -webkit-overflow-scrolling: touch;
22117
22117
  }
22118
22118
  .pf-v6-c-modal-box__body:last-child {
@@ -22986,7 +22986,7 @@ ul.pf-v6-c-list {
22986
22986
 
22987
22987
  .pf-v6-c-notification-drawer__list-item-header-title {
22988
22988
  font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
22989
- overflow-wrap: break-word;
22989
+ overflow-wrap: anywhere;
22990
22990
  }
22991
22991
  .pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
22992
22992
  display: -webkit-box;
@@ -23008,7 +23008,7 @@ ul.pf-v6-c-list {
23008
23008
  grid-row: 2/3;
23009
23009
  grid-column: 1/2;
23010
23010
  margin-block-end: var(--pf-v6-c-notification-drawer__list-item-description--MarginBlockEnd);
23011
- overflow-wrap: break-word;
23011
+ overflow-wrap: anywhere;
23012
23012
  }
23013
23013
 
23014
23014
  .pf-v6-c-notification-drawer__list-item-timestamp {
@@ -23053,7 +23053,7 @@ ul.pf-v6-c-list {
23053
23053
  margin-inline-end: var(--pf-v6-c-notification-drawer__group-toggle-title--MarginInlineEnd);
23054
23054
  font-size: var(--pf-v6-c-notification-drawer__group-toggle-title--FontSize);
23055
23055
  text-align: start;
23056
- overflow-wrap: break-word;
23056
+ overflow-wrap: anywhere;
23057
23057
  }
23058
23058
 
23059
23059
  .pf-v6-c-notification-drawer__group-toggle-count {
@@ -25188,7 +25188,7 @@ ul.pf-v6-c-list {
25188
25188
 
25189
25189
  .pf-v6-c-progress__description {
25190
25190
  grid-column: 1/2;
25191
- overflow-wrap: break-word;
25191
+ overflow-wrap: anywhere;
25192
25192
  }
25193
25193
  .pf-v6-c-progress__description.pf-m-truncate {
25194
25194
  overflow: hidden;
@@ -25204,7 +25204,7 @@ ul.pf-v6-c-list {
25204
25204
  align-items: flex-start;
25205
25205
  justify-content: flex-end;
25206
25206
  text-align: end;
25207
- overflow-wrap: break-word;
25207
+ overflow-wrap: anywhere;
25208
25208
  }
25209
25209
 
25210
25210
  .pf-v6-c-progress__status-icon {
@@ -28885,7 +28885,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28885
28885
  --pf-v6-c-table__tbody--m-selected--OutlineOffset: calc(-1 * var(--pf-t--global--spacer--xs));
28886
28886
  --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: var(--pf-v6-c-table--border-width--base);
28887
28887
  --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor: var(--pf-v6-c-table--BorderColor);
28888
- --pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
28888
+ --pf-v6-c-table__thead--m-nested-column-header--after--ZIndex: initial;
28889
28889
  --pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset: -0.1875rem;
28890
28890
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockStart: var(--pf-t--global--spacer--xs);
28891
28891
  --pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd: var(--pf-t--global--spacer--md);
@@ -28928,16 +28928,13 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28928
28928
  .pf-v6-c-table.pf-m-fixed {
28929
28929
  table-layout: fixed;
28930
28930
  }
28931
- .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
28931
+ .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
28932
28932
  opacity: 0;
28933
28933
  transition-timing-function: var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor);
28934
28934
  transition-duration: var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor);
28935
28935
  transition-property: opacity;
28936
28936
  }
28937
- .pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-stuck {
28938
- --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
28939
- }
28940
- .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after {
28937
+ .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-stuck > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
28941
28938
  opacity: 1;
28942
28939
  }
28943
28940
  .pf-v6-c-table.pf-m-sticky-header, .pf-v6-c-table.pf-m-sticky-header-base {
@@ -28948,27 +28945,39 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
28948
28945
  inset-block-start: 0;
28949
28946
  z-index: var(--pf-v6-c-table--m-sticky-header--ZIndex);
28950
28947
  }
28951
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::before, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::before {
28948
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
28952
28949
  position: absolute;
28953
28950
  inset: 0;
28954
28951
  z-index: -1;
28955
28952
  pointer-events: none;
28956
28953
  content: "";
28957
- background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
28958
28954
  border-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
28959
28955
  box-shadow: var(--pf-v6-c-table--m-sticky-header--BoxShadow);
28960
28956
  }
28961
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
28962
- z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
28963
- }
28964
- .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead::after {
28957
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th::after {
28965
28958
  position: absolute;
28966
28959
  inset: 0;
28967
- z-index: var(--pf-v6-c-table--m-sticky-header--border--ZIndex);
28960
+ z-index: -1;
28968
28961
  pointer-events: none;
28969
28962
  content: "";
28963
+ background-color: var(--pf-v6-c-table--m-sticky-header--BackgroundColor);
28970
28964
  border-block-end: var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth) solid var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor);
28971
28965
  }
28966
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:first-child::after {
28967
+ border-start-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
28968
+ border-end-start-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
28969
+ }
28970
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after, .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead .pf-v6-c-table__th:last-child::after {
28971
+ border-start-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
28972
+ border-end-end-radius: var(--pf-v6-c-table--m-sticky-header--BorderRadius);
28973
+ }
28974
+ .pf-v6-c-table.pf-m-sticky-header > .pf-v6-c-table__thead > :where(th, td), .pf-v6-c-table.pf-m-sticky-header-base > .pf-v6-c-table__thead > :where(th, td) {
28975
+ z-index: var(--pf-v6-c-table--m-sticky-header--cell--ZIndex);
28976
+ }
28977
+ :where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header .pf-m-nested-column-header, :where(.pf-v6-theme-glass) .pf-v6-c-table.pf-m-sticky-header-base .pf-m-nested-column-header {
28978
+ --pf-v6-c-table--m-sticky-header--BorderRadius: 0;
28979
+ --pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth: 0;
28980
+ }
28972
28981
  .pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) {
28973
28982
  border-block-end: 0;
28974
28983
  }
@@ -29679,14 +29688,12 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
29679
29688
  vertical-align: bottom;
29680
29689
  }
29681
29690
  .pf-v6-c-table__thead.pf-m-nested-column-header {
29691
+ --pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
29682
29692
  position: relative;
29683
29693
  }
29684
- .pf-v6-c-table__thead.pf-m-nested-column-header::after {
29685
- position: absolute;
29686
- inset: 0;
29694
+ .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
29687
29695
  z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
29688
29696
  pointer-events: none;
29689
- content: "";
29690
29697
  border-block-end: var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth) solid var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor);
29691
29698
  }
29692
29699
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
@@ -29727,7 +29734,8 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
29727
29734
  border-block-end: 0;
29728
29735
  }
29729
29736
  .pf-v6-c-table__tr.pf-m-border-row {
29730
- border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
29737
+ height: var(--pf-v6-c-table--border-width--base);
29738
+ background-color: var(--pf-v6-c-table--BorderColor);
29731
29739
  }
29732
29740
 
29733
29741
  .pf-v6-c-table__tfoot {
@@ -32010,7 +32018,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
32010
32018
 
32011
32019
  .pf-v6-c-title {
32012
32020
  font-family: var(--pf-v6-c-title--FontFamily);
32013
- overflow-wrap: break-word;
32021
+ overflow-wrap: anywhere;
32014
32022
  }
32015
32023
  .pf-v6-c-title.pf-m-4xl {
32016
32024
  font-size: var(--pf-v6-c-title--m-4xl--FontSize);
@@ -34432,7 +34440,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
34432
34440
  font-size: var(--pf-v6-c-tooltip__content--FontSize);
34433
34441
  color: var(--pf-v6-c-tooltip__content--Color);
34434
34442
  text-align: center;
34435
- overflow-wrap: break-word;
34443
+ overflow-wrap: anywhere;
34436
34444
  background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
34437
34445
  border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
34438
34446
  }
@@ -35344,7 +35352,7 @@ label.pf-v6-c-tree-view__node-text {
35344
35352
  align-items: baseline;
35345
35353
  margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
35346
35354
  text-align: start;
35347
- overflow-wrap: break-word;
35355
+ overflow-wrap: anywhere;
35348
35356
  }
35349
35357
  .pf-v6-c-wizard__toggle-list-item:not(:last-child) {
35350
35358
  margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -35480,7 +35488,7 @@ label.pf-v6-c-tree-view__node-text {
35480
35488
  padding-inline: 0;
35481
35489
  color: var(--pf-v6-c-wizard__nav-link--Color);
35482
35490
  text-align: start;
35483
- overflow-wrap: break-word;
35491
+ overflow-wrap: anywhere;
35484
35492
  text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
35485
35493
  counter-increment: wizard-nav-count;
35486
35494
  background-color: transparent;
@@ -35599,7 +35607,7 @@ label.pf-v6-c-tree-view__node-text {
35599
35607
  flex-direction: column;
35600
35608
  overflow-x: hidden;
35601
35609
  overflow-y: auto;
35602
- overflow-wrap: break-word;
35610
+ overflow-wrap: anywhere;
35603
35611
  }
35604
35612
 
35605
35613
  .pf-v6-c-wizard__main-body {