@patternfly/patternfly 6.6.0-prerelease.16 → 6.6.0-prerelease.18
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/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Alert/alert.css +2 -2
- package/components/Alert/alert.scss +2 -2
- package/components/Breadcrumb/breadcrumb.css +1 -1
- package/components/Breadcrumb/breadcrumb.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +1 -1
- package/components/ClipboardCopy/clipboard-copy.scss +1 -1
- package/components/Menu/menu.css +1 -1
- package/components/Menu/menu.scss +1 -1
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/NotificationDrawer/notification-drawer.css +3 -3
- package/components/NotificationDrawer/notification-drawer.scss +3 -3
- package/components/Progress/progress.css +2 -2
- package/components/Progress/progress.scss +2 -2
- package/components/Table/table.css +0 -1
- package/components/Table/table.scss +0 -1
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +1 -1
- package/components/TreeView/tree-view.css +1 -1
- package/components/TreeView/tree-view.scss +1 -1
- package/components/Wizard/wizard.css +3 -3
- package/components/Wizard/wizard.scss +3 -3
- package/components/_index.css +18 -19
- package/docs/components/InputGroup/examples/InputGroup.md +1 -1
- package/docs/components/TreeView/examples/TreeView.md +100 -100
- package/package.json +6 -6
- package/patternfly-no-globals.css +18 -19
- package/patternfly.css +18 -19
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
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.
|
|
4
|
+
"version": "6.6.0-prerelease.18",
|
|
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.
|
|
74
|
+
"@patternfly/documentation-framework": "6.49.0",
|
|
75
75
|
"@patternfly/patternfly-a11y": "5.1.0",
|
|
76
|
-
"@patternfly/react-code-editor": "6.
|
|
77
|
-
"@patternfly/react-core": "6.
|
|
78
|
-
"@patternfly/react-icons": "6.
|
|
79
|
-
"@patternfly/react-table": "6.
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
25207
|
+
overflow-wrap: anywhere;
|
|
25208
25208
|
}
|
|
25209
25209
|
|
|
25210
25210
|
.pf-v6-c-progress__status-icon {
|
|
@@ -29693,7 +29693,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29693
29693
|
}
|
|
29694
29694
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
|
|
29695
29695
|
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
29696
|
-
pointer-events: none;
|
|
29697
29696
|
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);
|
|
29698
29697
|
}
|
|
29699
29698
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
@@ -32018,7 +32017,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
32018
32017
|
|
|
32019
32018
|
.pf-v6-c-title {
|
|
32020
32019
|
font-family: var(--pf-v6-c-title--FontFamily);
|
|
32021
|
-
overflow-wrap:
|
|
32020
|
+
overflow-wrap: anywhere;
|
|
32022
32021
|
}
|
|
32023
32022
|
.pf-v6-c-title.pf-m-4xl {
|
|
32024
32023
|
font-size: var(--pf-v6-c-title--m-4xl--FontSize);
|
|
@@ -34440,7 +34439,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
34440
34439
|
font-size: var(--pf-v6-c-tooltip__content--FontSize);
|
|
34441
34440
|
color: var(--pf-v6-c-tooltip__content--Color);
|
|
34442
34441
|
text-align: center;
|
|
34443
|
-
overflow-wrap:
|
|
34442
|
+
overflow-wrap: anywhere;
|
|
34444
34443
|
background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
|
|
34445
34444
|
border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
|
|
34446
34445
|
}
|
|
@@ -34621,7 +34620,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
34621
34620
|
--pf-v6-c-tree-view__node-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
34622
34621
|
--pf-v6-c-tree-view__node-toggle-icon--base--Rotate: 0;
|
|
34623
34622
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
|
|
34624
|
-
--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate:
|
|
34623
|
+
--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: 90deg;
|
|
34625
34624
|
--pf-v6-c-tree-view__node--m-disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
34626
34625
|
--pf-v6-c-tree-view__node-icon--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
|
|
34627
34626
|
--pf-v6-c-tree-view__node-toggle--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
|
|
@@ -35352,7 +35351,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
35352
35351
|
align-items: baseline;
|
|
35353
35352
|
margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
|
|
35354
35353
|
text-align: start;
|
|
35355
|
-
overflow-wrap:
|
|
35354
|
+
overflow-wrap: anywhere;
|
|
35356
35355
|
}
|
|
35357
35356
|
.pf-v6-c-wizard__toggle-list-item:not(:last-child) {
|
|
35358
35357
|
margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
|
|
@@ -35488,7 +35487,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
35488
35487
|
padding-inline: 0;
|
|
35489
35488
|
color: var(--pf-v6-c-wizard__nav-link--Color);
|
|
35490
35489
|
text-align: start;
|
|
35491
|
-
overflow-wrap:
|
|
35490
|
+
overflow-wrap: anywhere;
|
|
35492
35491
|
text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
35493
35492
|
counter-increment: wizard-nav-count;
|
|
35494
35493
|
background-color: transparent;
|
|
@@ -35607,7 +35606,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
35607
35606
|
flex-direction: column;
|
|
35608
35607
|
overflow-x: hidden;
|
|
35609
35608
|
overflow-y: auto;
|
|
35610
|
-
overflow-wrap:
|
|
35609
|
+
overflow-wrap: anywhere;
|
|
35611
35610
|
}
|
|
35612
35611
|
|
|
35613
35612
|
.pf-v6-c-wizard__main-body {
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
25362
|
+
overflow-wrap: anywhere;
|
|
25363
25363
|
}
|
|
25364
25364
|
|
|
25365
25365
|
.pf-v6-c-progress__status-icon {
|
|
@@ -29848,7 +29848,6 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
29848
29848
|
}
|
|
29849
29849
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__tr:last-child:not(.pf-m-border-row) {
|
|
29850
29850
|
z-index: var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex);
|
|
29851
|
-
pointer-events: none;
|
|
29852
29851
|
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);
|
|
29853
29852
|
}
|
|
29854
29853
|
.pf-v6-c-table__thead.pf-m-nested-column-header .pf-v6-c-table__button {
|
|
@@ -32173,7 +32172,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
32173
32172
|
|
|
32174
32173
|
.pf-v6-c-title {
|
|
32175
32174
|
font-family: var(--pf-v6-c-title--FontFamily);
|
|
32176
|
-
overflow-wrap:
|
|
32175
|
+
overflow-wrap: anywhere;
|
|
32177
32176
|
}
|
|
32178
32177
|
.pf-v6-c-title.pf-m-4xl {
|
|
32179
32178
|
font-size: var(--pf-v6-c-title--m-4xl--FontSize);
|
|
@@ -34595,7 +34594,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
34595
34594
|
font-size: var(--pf-v6-c-tooltip__content--FontSize);
|
|
34596
34595
|
color: var(--pf-v6-c-tooltip__content--Color);
|
|
34597
34596
|
text-align: center;
|
|
34598
|
-
overflow-wrap:
|
|
34597
|
+
overflow-wrap: anywhere;
|
|
34599
34598
|
background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
|
|
34600
34599
|
border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
|
|
34601
34600
|
}
|
|
@@ -34776,7 +34775,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
34776
34775
|
--pf-v6-c-tree-view__node-icon--Color: var(--pf-t--global--icon--color--subtle);
|
|
34777
34776
|
--pf-v6-c-tree-view__node-toggle-icon--base--Rotate: 0;
|
|
34778
34777
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
|
|
34779
|
-
--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate:
|
|
34778
|
+
--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate: 90deg;
|
|
34780
34779
|
--pf-v6-c-tree-view__node--m-disabled--Color: var(--pf-t--global--text--color--disabled);
|
|
34781
34780
|
--pf-v6-c-tree-view__node-icon--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
|
|
34782
34781
|
--pf-v6-c-tree-view__node-toggle--m-disabled--Color: var(--pf-t--global--icon--color--disabled);
|
|
@@ -35507,7 +35506,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
35507
35506
|
align-items: baseline;
|
|
35508
35507
|
margin-block-end: var(--pf-v6-c-wizard__toggle-list-item--MarginBlockEnd);
|
|
35509
35508
|
text-align: start;
|
|
35510
|
-
overflow-wrap:
|
|
35509
|
+
overflow-wrap: anywhere;
|
|
35511
35510
|
}
|
|
35512
35511
|
.pf-v6-c-wizard__toggle-list-item:not(:last-child) {
|
|
35513
35512
|
margin-inline-end: var(--pf-v6-c-wizard__toggle-list-item--not-last-child--MarginInlineEnd);
|
|
@@ -35643,7 +35642,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
35643
35642
|
padding-inline: 0;
|
|
35644
35643
|
color: var(--pf-v6-c-wizard__nav-link--Color);
|
|
35645
35644
|
text-align: start;
|
|
35646
|
-
overflow-wrap:
|
|
35645
|
+
overflow-wrap: anywhere;
|
|
35647
35646
|
text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
35648
35647
|
counter-increment: wizard-nav-count;
|
|
35649
35648
|
background-color: transparent;
|
|
@@ -35762,7 +35761,7 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
35762
35761
|
flex-direction: column;
|
|
35763
35762
|
overflow-x: hidden;
|
|
35764
35763
|
overflow-y: auto;
|
|
35765
|
-
overflow-wrap:
|
|
35764
|
+
overflow-wrap: anywhere;
|
|
35766
35765
|
}
|
|
35767
35766
|
|
|
35768
35767
|
.pf-v6-c-wizard__main-body {
|