@patternfly/react-styles 6.6.0 → 6.6.1-prerelease.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.6.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.6.0...@patternfly/react-styles@6.6.1-prerelease.0) (2026-08-03)
7
+
8
+ ### Bug Fixes
9
+
10
+ - update tree pattern expand icon direction ([#12554](https://github.com/patternfly/patternfly-react/issues/12554)) ([8c89c01](https://github.com/patternfly/patternfly-react/commit/8c89c01501b2db096a23267b585cb46cf438aaea))
11
+
6
12
  # [6.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@6.6.0-prerelease.4...@patternfly/react-styles@6.6.0) (2026-07-01)
7
13
 
8
14
  **Note:** Version bump only for package @patternfly/react-styles
@@ -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) {
@@ -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);
@@ -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);
@@ -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 {
@@ -76,7 +76,7 @@
76
76
  --pf-v6-c-dual-list-selector__item-count--MarginInlineStart: var(--pf-t--global--spacer--sm);
77
77
  --pf-v6-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
78
78
  --pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
79
- --pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: -180deg;
79
+ --pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
80
80
  --pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
81
81
  --pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
82
82
  --pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -16,6 +16,9 @@
16
16
  --pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart: 0;
17
17
  }
18
18
 
19
+ .pf-v6-c-table.pf-m-tree-view {
20
+ --pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
21
+ }
19
22
  .pf-v6-c-table.pf-m-tree-view > tbody > tr {
20
23
  --pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
21
24
  }
@@ -963,7 +963,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
963
963
  }
964
964
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
965
965
  z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
966
- pointer-events: none;
967
966
  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);
968
967
  }
969
968
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
@@ -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);
@@ -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
  }
@@ -66,7 +66,7 @@
66
66
  --pf-v6-c-tree-view__node-icon--Color: var(--pf-t--global--icon--color--subtle);
67
67
  --pf-v6-c-tree-view__node-toggle-icon--base--Rotate: 0;
68
68
  --pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
69
- --pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: -180deg;
69
+ --pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: 90deg;
70
70
  --pf-v6-c-tree-view__node--m-disabled--Color: var(--pf-t--global--text--color--disabled);
71
71
  --pf-v6-c-tree-view__node-icon--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
72
72
  --pf-v6-c-tree-view__node-toggle--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
@@ -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 {
@@ -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 {
@@ -5889,7 +5889,7 @@ ul) {
5889
5889
  --pf-v6-c-dual-list-selector__item-count--MarginInlineStart: var(--pf-t--global--spacer--sm);
5890
5890
  --pf-v6-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
5891
5891
  --pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
5892
- --pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: -180deg;
5892
+ --pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: 90deg;
5893
5893
  --pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
5894
5894
  --pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
5895
5895
  --pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
@@ -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 {
@@ -20437,7 +20437,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
20437
20437
  }
20438
20438
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
20439
20439
  z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
20440
- pointer-events: none;
20441
20440
  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);
20442
20441
  }
20443
20442
  .pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
@@ -20633,6 +20632,9 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
20633
20632
  --pf-v6-c-table--m-no-inset__tree-view-main--MarginInlineStart: 0;
20634
20633
  }
20635
20634
 
20635
+ .pf-v6-c-table.pf-m-tree-view {
20636
+ --pf-v6-c-table__toggle--c-button--m-expanded__toggle-icon--Rotate: 90deg;
20637
+ }
20636
20638
  .pf-v6-c-table.pf-m-tree-view > tbody > tr {
20637
20639
  --pf-v6-c-table--m-tree-view__toggle--InsetInlineStart: var(--pf-v6-c-table__tree-view-main--PaddingInlineStart);
20638
20640
  }
@@ -22762,7 +22764,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
22762
22764
 
22763
22765
  .pf-v6-c-title {
22764
22766
  font-family: var(--pf-v6-c-title--FontFamily);
22765
- overflow-wrap: break-word;
22767
+ overflow-wrap: anywhere;
22766
22768
  }
22767
22769
  .pf-v6-c-title.pf-m-4xl {
22768
22770
  font-size: var(--pf-v6-c-title--m-4xl--FontSize);
@@ -25184,7 +25186,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25184
25186
  font-size: var(--pf-v6-c-tooltip__content--FontSize);
25185
25187
  color: var(--pf-v6-c-tooltip__content--Color);
25186
25188
  text-align: center;
25187
- overflow-wrap: break-word;
25189
+ overflow-wrap: anywhere;
25188
25190
  background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
25189
25191
  border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
25190
25192
  }
@@ -25365,7 +25367,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
25365
25367
  --pf-v6-c-tree-view__node-icon--Color: var(--pf-t--global--icon--color--subtle);
25366
25368
  --pf-v6-c-tree-view__node-toggle-icon--base--Rotate: 0;
25367
25369
  --pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
25368
- --pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: -180deg;
25370
+ --pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: 90deg;
25369
25371
  --pf-v6-c-tree-view__node--m-disabled--Color: var(--pf-t--global--text--color--disabled);
25370
25372
  --pf-v6-c-tree-view__node-icon--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
25371
25373
  --pf-v6-c-tree-view__node-toggle--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
@@ -26096,7 +26098,7 @@ label.pf-v6-c-tree-view__node-text {
26096
26098
  align-items: baseline;
26097
26099
  margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
26098
26100
  text-align: start;
26099
- overflow-wrap: break-word;
26101
+ overflow-wrap: anywhere;
26100
26102
  }
26101
26103
  .pf-v6-c-wizard__toggle-list-item:not(:last-child) {
26102
26104
  margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
@@ -26232,7 +26234,7 @@ label.pf-v6-c-tree-view__node-text {
26232
26234
  padding-inline: 0;
26233
26235
  color: var(--pf-v6-c-wizard__nav-link--Color);
26234
26236
  text-align: start;
26235
- overflow-wrap: break-word;
26237
+ overflow-wrap: anywhere;
26236
26238
  text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
26237
26239
  counter-increment: wizard-nav-count;
26238
26240
  background-color: transparent;
@@ -26351,7 +26353,7 @@ label.pf-v6-c-tree-view__node-text {
26351
26353
  flex-direction: column;
26352
26354
  overflow-x: hidden;
26353
26355
  overflow-y: auto;
26354
- overflow-wrap: break-word;
26356
+ overflow-wrap: anywhere;
26355
26357
  }
26356
26358
 
26357
26359
  .pf-v6-c-wizard__main-body {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "6.6.0",
3
+ "version": "6.6.1-prerelease.0",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -19,10 +19,10 @@
19
19
  "clean": "rimraf dist css"
20
20
  },
21
21
  "devDependencies": {
22
- "@patternfly/patternfly": "^6.6.0",
22
+ "@patternfly/patternfly": "6.6.0-prerelease.20",
23
23
  "change-case": "^5.4.4",
24
24
  "fs-extra": "^11.3.3"
25
25
  },
26
26
  "license": "MIT",
27
- "gitHead": "6f2385bbcc03de22a7ae8be506481e1b4d653200"
27
+ "gitHead": "8acdd6b143e4d03b24e4f3964e9e6c1fa3696154"
28
28
  }