@patternfly/patternfly 6.6.0-prerelease.16 → 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.
@@ -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) {
@@ -176,7 +176,7 @@
176
176
  overflow-x: hidden;
177
177
  overflow-y: auto;
178
178
  overscroll-behavior: contain;
179
- overflow-wrap: break-word;
179
+ overflow-wrap: anywhere;
180
180
  -webkit-overflow-scrolling: touch;
181
181
 
182
182
  @media screen and (min-width: $pf-v6-global--breakpoint--sm) {
@@ -163,7 +163,7 @@
163
163
  grid-area: title;
164
164
  font-weight: var(--pf-v6-c-alert__title--FontWeight);
165
165
  color: var(--pf-v6-c-alert__title--Color);
166
- overflow-wrap: break-word;
166
+ overflow-wrap: anywhere;
167
167
  }
168
168
  .pf-v6-c-alert__title.pf-m-truncate {
169
169
  display: -webkit-box;
@@ -175,7 +175,7 @@
175
175
  .pf-v6-c-alert__description {
176
176
  grid-area: description;
177
177
  padding-block-start: var(--pf-v6-c-alert__description--PaddingBlockStart);
178
- overflow-wrap: break-word;
178
+ overflow-wrap: anywhere;
179
179
  }
180
180
  .pf-v6-c-alert__description + .pf-v6-c-alert__action-group {
181
181
  --pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart);
@@ -205,7 +205,7 @@
205
205
  grid-area: title;
206
206
  font-weight: var(--#{$alert}__title--FontWeight);
207
207
  color: var(--#{$alert}__title--Color);
208
- overflow-wrap: break-word;
208
+ overflow-wrap: anywhere;
209
209
 
210
210
  &.pf-m-truncate {
211
211
  @include pf-v6-line-clamp("var(--#{$alert}__title--max-lines)");
@@ -215,7 +215,7 @@
215
215
  .#{$alert}__description {
216
216
  grid-area: description;
217
217
  padding-block-start: var(--#{$alert}__description--PaddingBlockStart);
218
- overflow-wrap: break-word;
218
+ overflow-wrap: anywhere;
219
219
 
220
220
  + .#{$alert}__action-group {
221
221
  --#{$alert}__action-group--PaddingBlockStart: var(--#{$alert}__description--action-group--PaddingBlockStart);
@@ -68,7 +68,7 @@
68
68
  font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
69
69
  line-height: inherit;
70
70
  color: var(--pf-v6-c-breadcrumb__link--Color);
71
- overflow-wrap: break-word;
71
+ overflow-wrap: anywhere;
72
72
  text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
73
73
  text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
74
74
  text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
@@ -83,7 +83,7 @@
83
83
  font-weight: var(--#{$breadcrumb}__link--FontWeight);
84
84
  line-height: inherit;
85
85
  color: var(--#{$breadcrumb}__link--Color);
86
- overflow-wrap: break-word;
86
+ overflow-wrap: anywhere;
87
87
  text-decoration-line: var(--#{$breadcrumb}__link--TextDecorationLine);
88
88
  text-decoration-style: var(--#{$breadcrumb}__link--TextDecorationStyle);
89
89
  text-decoration-color: var(--#{$breadcrumb}__link--TextDecorationColor);
@@ -86,7 +86,7 @@
86
86
  }
87
87
 
88
88
  .pf-v6-c-clipboard-copy__text {
89
- overflow-wrap: break-word;
89
+ overflow-wrap: anywhere;
90
90
  white-space: normal;
91
91
  }
92
92
  .pf-v6-c-clipboard-copy__text.pf-m-code {
@@ -108,7 +108,7 @@
108
108
  }
109
109
 
110
110
  .#{$clipboard-copy}__text {
111
- overflow-wrap: break-word;
111
+ overflow-wrap: anywhere;
112
112
  white-space: normal;
113
113
 
114
114
  &.pf-m-code {
@@ -587,7 +587,7 @@
587
587
  .pf-v6-c-menu__item-description {
588
588
  font-size: var(--pf-v6-c-menu__item-description--FontSize);
589
589
  color: var(--pf-v6-c-menu__item-description--Color);
590
- overflow-wrap: break-word;
590
+ overflow-wrap: anywhere;
591
591
  }
592
592
 
593
593
  .pf-v6-c-menu__item-check .pf-v6-c-check {
@@ -627,7 +627,7 @@
627
627
  .#{$menu}__item-description {
628
628
  font-size: var(--#{$menu}__item-description--FontSize);
629
629
  color: var(--#{$menu}__item-description--Color);
630
- overflow-wrap: break-word;
630
+ overflow-wrap: anywhere;
631
631
  }
632
632
 
633
633
  // - Menu check
@@ -183,7 +183,7 @@
183
183
  overflow-x: hidden;
184
184
  overflow-y: auto;
185
185
  overscroll-behavior: contain;
186
- overflow-wrap: break-word;
186
+ overflow-wrap: anywhere;
187
187
  -webkit-overflow-scrolling: touch;
188
188
  }
189
189
  .pf-v6-c-modal-box__body:last-child {
@@ -226,7 +226,7 @@
226
226
  overflow-x: hidden;
227
227
  overflow-y: auto;
228
228
  overscroll-behavior: contain;
229
- overflow-wrap: break-word;
229
+ overflow-wrap: anywhere;
230
230
  -webkit-overflow-scrolling: touch;
231
231
 
232
232
  &:last-child {
@@ -197,7 +197,7 @@
197
197
 
198
198
  .pf-v6-c-notification-drawer__list-item-header-title {
199
199
  font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
200
- overflow-wrap: break-word;
200
+ overflow-wrap: anywhere;
201
201
  }
202
202
  .pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
203
203
  display: -webkit-box;
@@ -219,7 +219,7 @@
219
219
  grid-row: 2/3;
220
220
  grid-column: 1/2;
221
221
  margin-block-end: var(--pf-v6-c-notification-drawer__list-item-description--MarginBlockEnd);
222
- overflow-wrap: break-word;
222
+ overflow-wrap: anywhere;
223
223
  }
224
224
 
225
225
  .pf-v6-c-notification-drawer__list-item-timestamp {
@@ -264,7 +264,7 @@
264
264
  margin-inline-end: var(--pf-v6-c-notification-drawer__group-toggle-title--MarginInlineEnd);
265
265
  font-size: var(--pf-v6-c-notification-drawer__group-toggle-title--FontSize);
266
266
  text-align: start;
267
- overflow-wrap: break-word;
267
+ overflow-wrap: anywhere;
268
268
  }
269
269
 
270
270
  .pf-v6-c-notification-drawer__group-toggle-count {
@@ -242,7 +242,7 @@
242
242
 
243
243
  .#{$notification-drawer}__list-item-header-title {
244
244
  font-weight: var(--#{$notification-drawer}__list-item-header-title--FontWeight);
245
- overflow-wrap: break-word;
245
+ overflow-wrap: anywhere;
246
246
 
247
247
  &.pf-m-truncate {
248
248
  @include pf-v6-line-clamp("var(--#{$notification-drawer}__list-item-header-title--max-lines)");
@@ -263,7 +263,7 @@
263
263
  grid-row: 2 / 3;
264
264
  grid-column: 1 / 2;
265
265
  margin-block-end: var(--#{$notification-drawer}__list-item-description--MarginBlockEnd);
266
- overflow-wrap: break-word;
266
+ overflow-wrap: anywhere;
267
267
  }
268
268
 
269
269
  .#{$notification-drawer}__list-item-timestamp {
@@ -307,7 +307,7 @@
307
307
  margin-inline-end: var(--#{$notification-drawer}__group-toggle-title--MarginInlineEnd);
308
308
  font-size: var(--#{$notification-drawer}__group-toggle-title--FontSize);
309
309
  text-align: start;
310
- overflow-wrap: break-word;
310
+ overflow-wrap: anywhere;
311
311
  }
312
312
 
313
313
  .#{$notification-drawer}__group-toggle-count {
@@ -130,7 +130,7 @@
130
130
 
131
131
  .pf-v6-c-progress__description {
132
132
  grid-column: 1/2;
133
- overflow-wrap: break-word;
133
+ overflow-wrap: anywhere;
134
134
  }
135
135
  .pf-v6-c-progress__description.pf-m-truncate {
136
136
  overflow: hidden;
@@ -146,7 +146,7 @@
146
146
  align-items: flex-start;
147
147
  justify-content: flex-end;
148
148
  text-align: end;
149
- overflow-wrap: break-word;
149
+ overflow-wrap: anywhere;
150
150
  }
151
151
 
152
152
  .pf-v6-c-progress__status-icon {
@@ -163,7 +163,7 @@
163
163
  // the progress__description is displayed above the progress bar on the left
164
164
  .#{$progress}__description {
165
165
  grid-column: 1 / 2;
166
- overflow-wrap: break-word;
166
+ overflow-wrap: anywhere;
167
167
 
168
168
  &.pf-m-truncate {
169
169
  @include pf-v6-text-overflow;
@@ -179,7 +179,7 @@
179
179
  align-items: flex-start;
180
180
  justify-content: flex-end;
181
181
  text-align: end;
182
- overflow-wrap: break-word;
182
+ overflow-wrap: anywhere;
183
183
  }
184
184
 
185
185
  // the progress__status-icon is an icon displayed always in the upper right
@@ -41,7 +41,7 @@
41
41
 
42
42
  .pf-v6-c-title {
43
43
  font-family: var(--pf-v6-c-title--FontFamily);
44
- overflow-wrap: break-word;
44
+ overflow-wrap: anywhere;
45
45
  }
46
46
  .pf-v6-c-title.pf-m-4xl {
47
47
  font-size: var(--pf-v6-c-title--m-4xl--FontSize);
@@ -71,7 +71,7 @@
71
71
 
72
72
  .#{$title} {
73
73
  font-family: var(--#{$title}--FontFamily);
74
- overflow-wrap: break-word;
74
+ overflow-wrap: anywhere;
75
75
 
76
76
  &.pf-m-4xl {
77
77
  font-size: var(--#{$title}--m-4xl--FontSize);
@@ -98,7 +98,7 @@
98
98
  font-size: var(--pf-v6-c-tooltip__content--FontSize);
99
99
  color: var(--pf-v6-c-tooltip__content--Color);
100
100
  text-align: center;
101
- overflow-wrap: break-word;
101
+ overflow-wrap: anywhere;
102
102
  background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
103
103
  border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
104
104
  }
@@ -129,7 +129,7 @@
129
129
  font-size: var(--#{$tooltip}__content--FontSize);
130
130
  color: var(--#{$tooltip}__content--Color);
131
131
  text-align: center;
132
- overflow-wrap: break-word;
132
+ overflow-wrap: anywhere;
133
133
  background-color: var(--#{$tooltip}__content--BackgroundColor);
134
134
  border-radius: var(--#{$tooltip}__content--BorderRadius);
135
135
 
@@ -259,7 +259,7 @@
259
259
  align-items: baseline;
260
260
  margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
261
261
  text-align: start;
262
- overflow-wrap: break-word;
262
+ overflow-wrap: anywhere;
263
263
  }
264
264
  .pf-v6-c-wizard__toggle-list-item:not(:last-child) {
265
265
  margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -395,7 +395,7 @@
395
395
  padding-inline: 0;
396
396
  color: var(--pf-v6-c-wizard__nav-link--Color);
397
397
  text-align: start;
398
- overflow-wrap: break-word;
398
+ overflow-wrap: anywhere;
399
399
  text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
400
400
  counter-increment: wizard-nav-count;
401
401
  background-color: transparent;
@@ -514,7 +514,7 @@
514
514
  flex-direction: column;
515
515
  overflow-x: hidden;
516
516
  overflow-y: auto;
517
- overflow-wrap: break-word;
517
+ overflow-wrap: anywhere;
518
518
  }
519
519
 
520
520
  .pf-v6-c-wizard__main-body {
@@ -325,7 +325,7 @@
325
325
  align-items: baseline;
326
326
  margin-block-end: var(--#{$wizard}__toggle-list-item--MarginBlockEnd);
327
327
  text-align: start;
328
- overflow-wrap: break-word;
328
+ overflow-wrap: anywhere;
329
329
 
330
330
  &:not(:last-child) {
331
331
  margin-inline-end: var(--#{$wizard}__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -478,7 +478,7 @@
478
478
  padding-inline: 0;
479
479
  color: var(--#{$wizard}__nav-link--Color);
480
480
  text-align: start; // needed for when the item is a button
481
- overflow-wrap: break-word;
481
+ overflow-wrap: anywhere;
482
482
  text-decoration-line: var(--#{$wizard}__nav-link--TextDecoration);
483
483
  counter-increment: wizard-nav-count;
484
484
  background-color: transparent;
@@ -614,7 +614,7 @@
614
614
  flex-direction: column;
615
615
  overflow-x: hidden;
616
616
  overflow-y: auto;
617
- overflow-wrap: break-word;
617
+ overflow-wrap: anywhere;
618
618
  }
619
619
 
620
620
  .#{$wizard}__main-body {
@@ -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 {
@@ -22762,7 +22762,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
22762
22762
 
22763
22763
  .pf-v6-c-title {
22764
22764
  font-family: var(--pf-v6-c-title--FontFamily);
22765
- overflow-wrap: break-word;
22765
+ overflow-wrap: anywhere;
22766
22766
  }
22767
22767
  .pf-v6-c-title.pf-m-4xl {
22768
22768
  font-size: var(--pf-v6-c-title--m-4xl--FontSize);
@@ -25184,7 +25184,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25184
25184
  font-size: var(--pf-v6-c-tooltip__content--FontSize);
25185
25185
  color: var(--pf-v6-c-tooltip__content--Color);
25186
25186
  text-align: center;
25187
- overflow-wrap: break-word;
25187
+ overflow-wrap: anywhere;
25188
25188
  background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
25189
25189
  border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
25190
25190
  }
@@ -26096,7 +26096,7 @@ label.pf-v6-c-tree-view__node-text {
26096
26096
  align-items: baseline;
26097
26097
  margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
26098
26098
  text-align: start;
26099
- overflow-wrap: break-word;
26099
+ overflow-wrap: anywhere;
26100
26100
  }
26101
26101
  .pf-v6-c-wizard__toggle-list-item:not(:last-child) {
26102
26102
  margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -26232,7 +26232,7 @@ label.pf-v6-c-tree-view__node-text {
26232
26232
  padding-inline: 0;
26233
26233
  color: var(--pf-v6-c-wizard__nav-link--Color);
26234
26234
  text-align: start;
26235
- overflow-wrap: break-word;
26235
+ overflow-wrap: anywhere;
26236
26236
  text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
26237
26237
  counter-increment: wizard-nav-count;
26238
26238
  background-color: transparent;
@@ -26351,7 +26351,7 @@ label.pf-v6-c-tree-view__node-text {
26351
26351
  flex-direction: column;
26352
26352
  overflow-x: hidden;
26353
26353
  overflow-y: auto;
26354
- overflow-wrap: break-word;
26354
+ overflow-wrap: anywhere;
26355
26355
  }
26356
26356
 
26357
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"
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.16",
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 {
@@ -32018,7 +32018,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
32018
32018
 
32019
32019
  .pf-v6-c-title {
32020
32020
  font-family: var(--pf-v6-c-title--FontFamily);
32021
- overflow-wrap: break-word;
32021
+ overflow-wrap: anywhere;
32022
32022
  }
32023
32023
  .pf-v6-c-title.pf-m-4xl {
32024
32024
  font-size: var(--pf-v6-c-title--m-4xl--FontSize);
@@ -34440,7 +34440,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
34440
34440
  font-size: var(--pf-v6-c-tooltip__content--FontSize);
34441
34441
  color: var(--pf-v6-c-tooltip__content--Color);
34442
34442
  text-align: center;
34443
- overflow-wrap: break-word;
34443
+ overflow-wrap: anywhere;
34444
34444
  background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
34445
34445
  border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
34446
34446
  }
@@ -35352,7 +35352,7 @@ label.pf-v6-c-tree-view__node-text {
35352
35352
  align-items: baseline;
35353
35353
  margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
35354
35354
  text-align: start;
35355
- overflow-wrap: break-word;
35355
+ overflow-wrap: anywhere;
35356
35356
  }
35357
35357
  .pf-v6-c-wizard__toggle-list-item:not(:last-child) {
35358
35358
  margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -35488,7 +35488,7 @@ label.pf-v6-c-tree-view__node-text {
35488
35488
  padding-inline: 0;
35489
35489
  color: var(--pf-v6-c-wizard__nav-link--Color);
35490
35490
  text-align: start;
35491
- overflow-wrap: break-word;
35491
+ overflow-wrap: anywhere;
35492
35492
  text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
35493
35493
  counter-increment: wizard-nav-count;
35494
35494
  background-color: transparent;
@@ -35607,7 +35607,7 @@ label.pf-v6-c-tree-view__node-text {
35607
35607
  flex-direction: column;
35608
35608
  overflow-x: hidden;
35609
35609
  overflow-y: auto;
35610
- overflow-wrap: break-word;
35610
+ overflow-wrap: anywhere;
35611
35611
  }
35612
35612
 
35613
35613
  .pf-v6-c-wizard__main-body {