@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.
package/patternfly.css CHANGED
@@ -9575,7 +9575,7 @@ button) {
9575
9575
  overflow-x: hidden;
9576
9576
  overflow-y: auto;
9577
9577
  overscroll-behavior: contain;
9578
- overflow-wrap: break-word;
9578
+ overflow-wrap: anywhere;
9579
9579
  -webkit-overflow-scrolling: touch;
9580
9580
  }
9581
9581
  @media screen and (min-width: 36rem) {
@@ -10081,7 +10081,7 @@ button) {
10081
10081
  grid-area: title;
10082
10082
  font-weight: var(--pf-v6-c-alert__title--FontWeight);
10083
10083
  color: var(--pf-v6-c-alert__title--Color);
10084
- overflow-wrap: break-word;
10084
+ overflow-wrap: anywhere;
10085
10085
  }
10086
10086
  .pf-v6-c-alert__title.pf-m-truncate {
10087
10087
  display: -webkit-box;
@@ -10093,7 +10093,7 @@ button) {
10093
10093
  .pf-v6-c-alert__description {
10094
10094
  grid-area: description;
10095
10095
  padding-block-start: var(--pf-v6-c-alert__description--PaddingBlockStart);
10096
- overflow-wrap: break-word;
10096
+ overflow-wrap: anywhere;
10097
10097
  }
10098
10098
  .pf-v6-c-alert__description + .pf-v6-c-alert__action-group {
10099
10099
  --pf-v6-c-alert__action-group--PaddingBlockStart: var(--pf-v6-c-alert__description--action-group--PaddingBlockStart);
@@ -11140,7 +11140,7 @@ div.pf-v6-c-avatar {
11140
11140
  font-weight: var(--pf-v6-c-breadcrumb__link--FontWeight);
11141
11141
  line-height: inherit;
11142
11142
  color: var(--pf-v6-c-breadcrumb__link--Color);
11143
- overflow-wrap: break-word;
11143
+ overflow-wrap: anywhere;
11144
11144
  text-decoration-line: var(--pf-v6-c-breadcrumb__link--TextDecorationLine);
11145
11145
  text-decoration-style: var(--pf-v6-c-breadcrumb__link--TextDecorationStyle);
11146
11146
  text-decoration-color: var(--pf-v6-c-breadcrumb__link--TextDecorationColor);
@@ -12975,7 +12975,7 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
12975
12975
  }
12976
12976
 
12977
12977
  .pf-v6-c-clipboard-copy__text {
12978
- overflow-wrap: break-word;
12978
+ overflow-wrap: anywhere;
12979
12979
  white-space: normal;
12980
12980
  }
12981
12981
  .pf-v6-c-clipboard-copy__text.pf-m-code {
@@ -21470,7 +21470,7 @@ ul.pf-v6-c-list {
21470
21470
  .pf-v6-c-menu__item-description {
21471
21471
  font-size: var(--pf-v6-c-menu__item-description--FontSize);
21472
21472
  color: var(--pf-v6-c-menu__item-description--Color);
21473
- overflow-wrap: break-word;
21473
+ overflow-wrap: anywhere;
21474
21474
  }
21475
21475
 
21476
21476
  .pf-v6-c-menu__item-check .pf-v6-c-check {
@@ -22267,7 +22267,7 @@ ul.pf-v6-c-list {
22267
22267
  overflow-x: hidden;
22268
22268
  overflow-y: auto;
22269
22269
  overscroll-behavior: contain;
22270
- overflow-wrap: break-word;
22270
+ overflow-wrap: anywhere;
22271
22271
  -webkit-overflow-scrolling: touch;
22272
22272
  }
22273
22273
  .pf-v6-c-modal-box__body:last-child {
@@ -23141,7 +23141,7 @@ ul.pf-v6-c-list {
23141
23141
 
23142
23142
  .pf-v6-c-notification-drawer__list-item-header-title {
23143
23143
  font-weight: var(--pf-v6-c-notification-drawer__list-item-header-title--FontWeight);
23144
- overflow-wrap: break-word;
23144
+ overflow-wrap: anywhere;
23145
23145
  }
23146
23146
  .pf-v6-c-notification-drawer__list-item-header-title.pf-m-truncate {
23147
23147
  display: -webkit-box;
@@ -23163,7 +23163,7 @@ ul.pf-v6-c-list {
23163
23163
  grid-row: 2/3;
23164
23164
  grid-column: 1/2;
23165
23165
  margin-block-end: var(--pf-v6-c-notification-drawer__list-item-description--MarginBlockEnd);
23166
- overflow-wrap: break-word;
23166
+ overflow-wrap: anywhere;
23167
23167
  }
23168
23168
 
23169
23169
  .pf-v6-c-notification-drawer__list-item-timestamp {
@@ -23208,7 +23208,7 @@ ul.pf-v6-c-list {
23208
23208
  margin-inline-end: var(--pf-v6-c-notification-drawer__group-toggle-title--MarginInlineEnd);
23209
23209
  font-size: var(--pf-v6-c-notification-drawer__group-toggle-title--FontSize);
23210
23210
  text-align: start;
23211
- overflow-wrap: break-word;
23211
+ overflow-wrap: anywhere;
23212
23212
  }
23213
23213
 
23214
23214
  .pf-v6-c-notification-drawer__group-toggle-count {
@@ -25343,7 +25343,7 @@ ul.pf-v6-c-list {
25343
25343
 
25344
25344
  .pf-v6-c-progress__description {
25345
25345
  grid-column: 1/2;
25346
- overflow-wrap: break-word;
25346
+ overflow-wrap: anywhere;
25347
25347
  }
25348
25348
  .pf-v6-c-progress__description.pf-m-truncate {
25349
25349
  overflow: hidden;
@@ -25359,7 +25359,7 @@ ul.pf-v6-c-list {
25359
25359
  align-items: flex-start;
25360
25360
  justify-content: flex-end;
25361
25361
  text-align: end;
25362
- overflow-wrap: break-word;
25362
+ overflow-wrap: anywhere;
25363
25363
  }
25364
25364
 
25365
25365
  .pf-v6-c-progress__status-icon {
@@ -32173,7 +32173,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
32173
32173
 
32174
32174
  .pf-v6-c-title {
32175
32175
  font-family: var(--pf-v6-c-title--FontFamily);
32176
- overflow-wrap: break-word;
32176
+ overflow-wrap: anywhere;
32177
32177
  }
32178
32178
  .pf-v6-c-title.pf-m-4xl {
32179
32179
  font-size: var(--pf-v6-c-title--m-4xl--FontSize);
@@ -34595,7 +34595,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
34595
34595
  font-size: var(--pf-v6-c-tooltip__content--FontSize);
34596
34596
  color: var(--pf-v6-c-tooltip__content--Color);
34597
34597
  text-align: center;
34598
- overflow-wrap: break-word;
34598
+ overflow-wrap: anywhere;
34599
34599
  background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
34600
34600
  border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
34601
34601
  }
@@ -35507,7 +35507,7 @@ label.pf-v6-c-tree-view__node-text {
35507
35507
  align-items: baseline;
35508
35508
  margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
35509
35509
  text-align: start;
35510
- overflow-wrap: break-word;
35510
+ overflow-wrap: anywhere;
35511
35511
  }
35512
35512
  .pf-v6-c-wizard__toggle-list-item:not(:last-child) {
35513
35513
  margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -35643,7 +35643,7 @@ label.pf-v6-c-tree-view__node-text {
35643
35643
  padding-inline: 0;
35644
35644
  color: var(--pf-v6-c-wizard__nav-link--Color);
35645
35645
  text-align: start;
35646
- overflow-wrap: break-word;
35646
+ overflow-wrap: anywhere;
35647
35647
  text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
35648
35648
  counter-increment: wizard-nav-count;
35649
35649
  background-color: transparent;
@@ -35762,7 +35762,7 @@ label.pf-v6-c-tree-view__node-text {
35762
35762
  flex-direction: column;
35763
35763
  overflow-x: hidden;
35764
35764
  overflow-y: auto;
35765
- overflow-wrap: break-word;
35765
+ overflow-wrap: anywhere;
35766
35766
  }
35767
35767
 
35768
35768
  .pf-v6-c-wizard__main-body {