@patternfly/react-styles 6.5.1 → 6.6.0-prerelease.2
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 +6 -2
- package/css/assets/images/img_avatar-rhds.svg +22 -0
- package/css/assets/images/pf-logo-avatar.jpg +0 -0
- package/css/components/AboutModalBox/about-modal-box.css +1 -1
- package/css/components/Accordion/accordion.css +8 -4
- package/css/components/Alert/alert-group.css +1 -1
- package/css/components/Alert/alert.css +3 -3
- package/css/components/Avatar/avatar.css +144 -0
- package/css/components/Avatar/avatar.d.ts +12 -1
- package/css/components/Avatar/avatar.js +12 -1
- package/css/components/Avatar/avatar.mjs +12 -1
- package/css/components/Breadcrumb/breadcrumb.css +1 -1
- package/css/components/Button/button.css +9 -6
- package/css/components/Card/card.css +2 -2
- package/css/components/Check/check.css +1 -1
- package/css/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/css/components/Compass/compass.css +7 -3
- package/css/components/Content/content.css +2 -2
- package/css/components/DataList/data-list.css +1 -1
- package/css/components/DescriptionList/description-list.css +0 -1
- package/css/components/Drawer/drawer.css +2 -2
- package/css/components/DualListSelector/dual-list-selector.css +6 -6
- package/css/components/ExpandableSection/expandable-section.css +3 -3
- package/css/components/Form/form.css +12 -12
- package/css/components/FormControl/form-control.css +1 -1
- package/css/components/Hero/hero.css +1 -1
- package/css/components/Hint/hint.css +1 -1
- package/css/components/InputGroup/input-group.css +5 -5
- package/css/components/JumpLinks/jump-links.css +1 -1
- package/css/components/Label/label.css +1 -1
- package/css/components/Login/login.css +2 -2
- package/css/components/Masthead/masthead.css +2 -2
- package/css/components/Menu/menu.css +4 -4
- package/css/components/MenuToggle/menu-toggle.css +4 -1
- package/css/components/ModalBox/modal-box.css +1 -1
- package/css/components/Nav/nav.css +5 -5
- package/css/components/NotificationDrawer/notification-drawer.css +5 -5
- package/css/components/Page/page.css +26 -21
- package/css/components/Popover/popover.css +1 -1
- package/css/components/Progress/progress.css +3 -3
- package/css/components/ProgressStepper/progress-stepper.css +1 -1
- package/css/components/Radio/radio.css +1 -1
- package/css/components/Sidebar/sidebar.css +4 -7
- package/css/components/Sidebar/sidebar.d.ts +5 -2
- package/css/components/Sidebar/sidebar.js +5 -2
- package/css/components/Sidebar/sidebar.mjs +5 -2
- package/css/components/Spinner/spinner.css +2 -2
- package/css/components/Switch/switch.css +1 -1
- package/css/components/Table/table-tree-view.css +10 -10
- package/css/components/Table/table.css +37 -10
- package/css/components/Table/table.d.ts +2 -0
- package/css/components/Table/table.js +2 -0
- package/css/components/Table/table.mjs +2 -0
- package/css/components/Tabs/tabs.css +3 -3
- package/css/components/TextInputGroup/text-input-group.css +1 -1
- package/css/components/Title/title.css +1 -1
- package/css/components/Toolbar/toolbar.css +1 -1
- package/css/components/Tooltip/tooltip.css +1 -1
- package/css/components/TreeView/tree-view.css +5 -5
- package/css/components/Wizard/wizard.css +5 -5
- package/css/components/_index.css +341 -155
- package/css/components/_index.d.ts +9 -4
- package/css/components/_index.js +9 -4
- package/css/components/_index.mjs +9 -4
- package/css/docs/components/Avatar/examples/Avatar.css +6 -0
- package/css/docs/components/Avatar/examples/Avatar.d.ts +6 -0
- package/css/docs/components/Avatar/examples/Avatar.js +7 -0
- package/css/docs/components/Avatar/examples/Avatar.mjs +5 -0
- package/css/docs/components/Table/examples/Table.css +6 -0
- package/css/layouts/Gallery/gallery.css +1 -1
- package/css/layouts/Grid/grid.css +1 -1
- package/css/layouts/_index.css +2 -2
- package/css/utilities/Accessibility/accessibility.css +12 -12
- package/css/utilities/_index.css +12 -12
- package/package.json +3 -4
- package/LICENSE +0 -21
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
display: grid;
|
|
37
37
|
grid-template-rows: 1fr auto;
|
|
38
38
|
grid-template-columns: auto auto;
|
|
39
|
-
|
|
39
|
+
gap: var(--pf-v6-c-progress--GridGap);
|
|
40
40
|
align-items: end;
|
|
41
41
|
}
|
|
42
42
|
.pf-v6-c-progress.pf-m-sm {
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
|
|
131
131
|
.pf-v6-c-progress__description {
|
|
132
132
|
grid-column: 1/2;
|
|
133
|
-
|
|
133
|
+
overflow-wrap: break-word;
|
|
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
|
-
|
|
149
|
+
overflow-wrap: break-word;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.pf-v6-c-progress__status-icon {
|
|
@@ -205,9 +205,9 @@
|
|
|
205
205
|
inset-block-start: 0;
|
|
206
206
|
inset-inline-start: 0;
|
|
207
207
|
overflow: hidden;
|
|
208
|
-
clip: rect(0, 0, 0, 0);
|
|
209
208
|
white-space: nowrap;
|
|
210
209
|
border: 0;
|
|
210
|
+
clip-path: inset(50%);
|
|
211
211
|
}
|
|
212
212
|
.pf-v6-c-progress-stepper.pf-m-compact .pf-v6-c-progress-stepper__step.pf-m-current .pf-v6-c-progress-stepper__step-main {
|
|
213
213
|
grid-row: 1/2;
|
|
@@ -168,6 +168,9 @@
|
|
|
168
168
|
--pf-v6-c-sidebar__panel--Position: static;
|
|
169
169
|
--pf-v6-c-sidebar__panel--InsetBlockStart: auto;
|
|
170
170
|
}
|
|
171
|
+
.pf-v6-c-sidebar__panel.pf-m-no-background, :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-sidebar__panel.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-sidebar__panel:not(.pf-m-no-plain-on-glass) {
|
|
172
|
+
--pf-v6-c-sidebar__panel--BackgroundColor: transparent;
|
|
173
|
+
}
|
|
171
174
|
.pf-v6-c-sidebar__panel.pf-m-secondary {
|
|
172
175
|
--pf-v6-c-sidebar__panel--BackgroundColor: var(--pf-v6-c-sidebar__panel--m-secondary--BackgroundColor);
|
|
173
176
|
}
|
|
@@ -187,7 +190,7 @@
|
|
|
187
190
|
--pf-v6-c-sidebar__content--PaddingBlockEnd: var(--pf-v6-c-sidebar__content--m-padding--PaddingBlockEnd);
|
|
188
191
|
--pf-v6-c-sidebar__content--PaddingInlineStart: var(--pf-v6-c-sidebar__content--m-padding--PaddingBlockStart);
|
|
189
192
|
}
|
|
190
|
-
.pf-v6-c-sidebar__content.pf-m-no-background {
|
|
193
|
+
.pf-v6-c-sidebar__content.pf-m-no-background, :where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-sidebar__content.pf-m-plain, :where(:root.pf-v6-theme-glass) .pf-v6-c-sidebar__content:not(.pf-m-no-plain-on-glass) {
|
|
191
194
|
--pf-v6-c-sidebar__content--BackgroundColor: transparent;
|
|
192
195
|
}
|
|
193
196
|
.pf-v6-c-sidebar__content.pf-m-secondary {
|
|
@@ -200,12 +203,6 @@
|
|
|
200
203
|
--pf-v6-c-sidebar__content--Order: -1;
|
|
201
204
|
}
|
|
202
205
|
|
|
203
|
-
.pf-v6-c-sidebar.pf-m-no-background,
|
|
204
|
-
.pf-v6-c-sidebar__panel.pf-m-no-background,
|
|
205
|
-
.pf-v6-c-sidebar__content.pf-m-no-background {
|
|
206
|
-
background-color: transparent;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
206
|
.pf-v6-c-sidebar__panel.pf-m-width-default {
|
|
210
207
|
--pf-v6-c-sidebar__panel--FlexBasis: var(--pf-v6-c-sidebar__panel--FlexBasis--base);
|
|
211
208
|
}
|
|
@@ -9,8 +9,10 @@ declare const _default: {
|
|
|
9
9
|
"padding": "pf-m-padding",
|
|
10
10
|
"sticky": "pf-m-sticky",
|
|
11
11
|
"static": "pf-m-static",
|
|
12
|
-
"secondary": "pf-m-secondary",
|
|
13
12
|
"noBackground": "pf-m-no-background",
|
|
13
|
+
"plain": "pf-m-plain",
|
|
14
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
15
|
+
"secondary": "pf-m-secondary",
|
|
14
16
|
"widthDefault": "pf-m-width-default",
|
|
15
17
|
"width_25": "pf-m-width-25",
|
|
16
18
|
"width_33": "pf-m-width-33",
|
|
@@ -57,6 +59,7 @@ declare const _default: {
|
|
|
57
59
|
"sidebar": "pf-v6-c-sidebar",
|
|
58
60
|
"sidebarContent": "pf-v6-c-sidebar__content",
|
|
59
61
|
"sidebarMain": "pf-v6-c-sidebar__main",
|
|
60
|
-
"sidebarPanel": "pf-v6-c-sidebar__panel"
|
|
62
|
+
"sidebarPanel": "pf-v6-c-sidebar__panel",
|
|
63
|
+
"themeGlass": "pf-v6-theme-glass"
|
|
61
64
|
};
|
|
62
65
|
export default _default;
|
|
@@ -11,8 +11,10 @@ exports.default = {
|
|
|
11
11
|
"padding": "pf-m-padding",
|
|
12
12
|
"sticky": "pf-m-sticky",
|
|
13
13
|
"static": "pf-m-static",
|
|
14
|
-
"secondary": "pf-m-secondary",
|
|
15
14
|
"noBackground": "pf-m-no-background",
|
|
15
|
+
"plain": "pf-m-plain",
|
|
16
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
17
|
+
"secondary": "pf-m-secondary",
|
|
16
18
|
"widthDefault": "pf-m-width-default",
|
|
17
19
|
"width_25": "pf-m-width-25",
|
|
18
20
|
"width_33": "pf-m-width-33",
|
|
@@ -59,5 +61,6 @@ exports.default = {
|
|
|
59
61
|
"sidebar": "pf-v6-c-sidebar",
|
|
60
62
|
"sidebarContent": "pf-v6-c-sidebar__content",
|
|
61
63
|
"sidebarMain": "pf-v6-c-sidebar__main",
|
|
62
|
-
"sidebarPanel": "pf-v6-c-sidebar__panel"
|
|
64
|
+
"sidebarPanel": "pf-v6-c-sidebar__panel",
|
|
65
|
+
"themeGlass": "pf-v6-theme-glass"
|
|
63
66
|
};
|
|
@@ -9,8 +9,10 @@ export default {
|
|
|
9
9
|
"padding": "pf-m-padding",
|
|
10
10
|
"sticky": "pf-m-sticky",
|
|
11
11
|
"static": "pf-m-static",
|
|
12
|
-
"secondary": "pf-m-secondary",
|
|
13
12
|
"noBackground": "pf-m-no-background",
|
|
13
|
+
"plain": "pf-m-plain",
|
|
14
|
+
"noPlainOnGlass": "pf-m-no-plain-on-glass",
|
|
15
|
+
"secondary": "pf-m-secondary",
|
|
14
16
|
"widthDefault": "pf-m-width-default",
|
|
15
17
|
"width_25": "pf-m-width-25",
|
|
16
18
|
"width_33": "pf-m-width-33",
|
|
@@ -57,5 +59,6 @@ export default {
|
|
|
57
59
|
"sidebar": "pf-v6-c-sidebar",
|
|
58
60
|
"sidebarContent": "pf-v6-c-sidebar__content",
|
|
59
61
|
"sidebarMain": "pf-v6-c-sidebar__main",
|
|
60
|
-
"sidebarPanel": "pf-v6-c-sidebar__panel"
|
|
62
|
+
"sidebarPanel": "pf-v6-c-sidebar__panel",
|
|
63
|
+
"themeGlass": "pf-v6-theme-glass"
|
|
61
64
|
};
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
width: 100%;
|
|
50
50
|
height: 100%;
|
|
51
51
|
stroke: var(--pf-v6-c-spinner--Color);
|
|
52
|
+
stroke-width: var(--pf-v6-c-spinner--StrokeWidth);
|
|
53
|
+
stroke-linecap: round;
|
|
52
54
|
stroke-dasharray: 283;
|
|
53
55
|
stroke-dashoffset: 280;
|
|
54
|
-
stroke-linecap: round;
|
|
55
|
-
stroke-width: var(--pf-v6-c-spinner--StrokeWidth);
|
|
56
56
|
transform-origin: 50% 50%;
|
|
57
57
|
animation: pf-v6-c-spinner-animation-dash var(--pf-v6-c-spinner--AnimationDuration) var(--pf-v6-c-spinner__path--AnimationTimingFunction) infinite;
|
|
58
58
|
}
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
background-color: var(--pf-v6-c-switch__input--not-checked__toggle--before--BackgroundColor);
|
|
129
129
|
border: var(--pf-v6-c-switch__toggle--before--BorderWidth) solid transparent;
|
|
130
130
|
border-radius: var(--pf-v6-c-switch__toggle--before--BorderRadius);
|
|
131
|
-
transition: var(--pf-v6-c-switch__toggle--before--Transition);
|
|
132
131
|
transform: translateY(-50%);
|
|
132
|
+
transition: var(--pf-v6-c-switch__toggle--before--Transition);
|
|
133
133
|
}
|
|
134
134
|
.pf-v6-c-switch__toggle::after {
|
|
135
135
|
position: absolute;
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
}
|
|
135
135
|
.pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
136
136
|
position: relative;
|
|
137
|
-
border: none;
|
|
138
137
|
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
138
|
+
border: none;
|
|
139
139
|
}
|
|
140
140
|
.pf-m-tree-view-grid.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
141
141
|
position: absolute;
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
174
174
|
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
175
175
|
grid-column: 1;
|
|
176
|
-
|
|
176
|
+
column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
177
177
|
align-items: start;
|
|
178
178
|
}
|
|
179
179
|
.pf-m-tree-view-grid.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
@@ -276,8 +276,8 @@
|
|
|
276
276
|
}
|
|
277
277
|
.pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
278
278
|
position: relative;
|
|
279
|
-
border: none;
|
|
280
279
|
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
280
|
+
border: none;
|
|
281
281
|
}
|
|
282
282
|
.pf-m-tree-view-grid-md.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
283
283
|
position: absolute;
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
316
316
|
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
317
317
|
grid-column: 1;
|
|
318
|
-
|
|
318
|
+
column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
319
319
|
align-items: start;
|
|
320
320
|
}
|
|
321
321
|
.pf-m-tree-view-grid-md.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
@@ -419,8 +419,8 @@
|
|
|
419
419
|
}
|
|
420
420
|
.pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
421
421
|
position: relative;
|
|
422
|
-
border: none;
|
|
423
422
|
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
423
|
+
border: none;
|
|
424
424
|
}
|
|
425
425
|
.pf-m-tree-view-grid-lg.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
426
426
|
position: absolute;
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
459
459
|
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
460
460
|
grid-column: 1;
|
|
461
|
-
|
|
461
|
+
column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
462
462
|
align-items: start;
|
|
463
463
|
}
|
|
464
464
|
.pf-m-tree-view-grid-lg.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
@@ -562,8 +562,8 @@
|
|
|
562
562
|
}
|
|
563
563
|
.pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
564
564
|
position: relative;
|
|
565
|
-
border: none;
|
|
566
565
|
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
566
|
+
border: none;
|
|
567
567
|
}
|
|
568
568
|
.pf-m-tree-view-grid-xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
569
569
|
position: absolute;
|
|
@@ -601,7 +601,7 @@
|
|
|
601
601
|
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
602
602
|
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
603
603
|
grid-column: 1;
|
|
604
|
-
|
|
604
|
+
column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
605
605
|
align-items: start;
|
|
606
606
|
}
|
|
607
607
|
.pf-m-tree-view-grid-xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
@@ -705,8 +705,8 @@
|
|
|
705
705
|
}
|
|
706
706
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr) {
|
|
707
707
|
position: relative;
|
|
708
|
-
border: none;
|
|
709
708
|
outline-offset: var(--pf-v6-c-table--m-tree-view-grid--tr--OutlineOffset);
|
|
709
|
+
border: none;
|
|
710
710
|
}
|
|
711
711
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody) tr:where(.pf-v6-c-table__tr)::before {
|
|
712
712
|
position: absolute;
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] {
|
|
745
745
|
grid-template-columns: var(--pf-v6-c-table--m-tree-view-grid__td--data-label--GridTemplateColumns);
|
|
746
746
|
grid-column: 1;
|
|
747
|
-
|
|
747
|
+
column-gap: var(--pf-v6-c-table--m-tree-view-grid__tbody--cell--GridColumnGap);
|
|
748
748
|
align-items: start;
|
|
749
749
|
}
|
|
750
750
|
.pf-m-tree-view-grid-2xl.pf-v6-c-table td:where(.pf-v6-c-table__td)[data-label] > :where(th, td) {
|
|
@@ -175,6 +175,8 @@
|
|
|
175
175
|
--pf-v6-c-table--m-sticky-header--BoxShadow--glass: var(--pf-t--global--box-shadow--sm);
|
|
176
176
|
--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor: var(--pf-t--global--motion--timing-function--default);
|
|
177
177
|
--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor: var(--pf-t--global--motion--duration--fade--default);
|
|
178
|
+
--pf-v6-c-table--m-sticky-footer--ZIndex: calc(var(--pf-t--global--z-index--xs) + 1);
|
|
179
|
+
--pf-v6-c-table--m-sticky-footer--border--ZIndex: calc(var(--pf-t--global--z-index--xs) + 2);
|
|
178
180
|
}
|
|
179
181
|
:where(.pf-v6-theme-glass) .pf-v6-c-table {
|
|
180
182
|
--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth: 0;
|
|
@@ -244,6 +246,26 @@
|
|
|
244
246
|
.pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) td:where(.pf-v6-c-table__td):not([rowspan]) {
|
|
245
247
|
--pf-v6-c-table--cell--PaddingBlockEnd: var(--pf-v6-c-table__thead--m-nested-column-header__tr--PaddingBlockEnd);
|
|
246
248
|
}
|
|
249
|
+
.pf-v6-c-table.pf-m-sticky-footer > .pf-v6-c-table__tfoot {
|
|
250
|
+
position: sticky;
|
|
251
|
+
inset-block-end: 0;
|
|
252
|
+
z-index: var(--pf-v6-c-table--m-sticky-footer--ZIndex);
|
|
253
|
+
background: var(--pf-v6-c-table--BackgroundColor);
|
|
254
|
+
}
|
|
255
|
+
.pf-v6-c-table.pf-m-sticky-footer > .pf-v6-c-table__tfoot::before {
|
|
256
|
+
position: absolute;
|
|
257
|
+
inset: 0;
|
|
258
|
+
z-index: var(--pf-v6-c-table--m-sticky-footer--border--ZIndex);
|
|
259
|
+
pointer-events: none;
|
|
260
|
+
content: "";
|
|
261
|
+
border-block-start: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
262
|
+
}
|
|
263
|
+
.pf-v6-c-table.pf-m-sticky-footer > .pf-v6-c-table__tbody:last-of-type > .pf-v6-c-table__tr:last-of-type {
|
|
264
|
+
border-block-end: 0;
|
|
265
|
+
}
|
|
266
|
+
.pf-v6-c-table.pf-m-plain {
|
|
267
|
+
--pf-v6-c-table--BackgroundColor: transparent;
|
|
268
|
+
}
|
|
247
269
|
.pf-v6-c-table.pf-m-striped:not(.pf-m-expandable) > tbody:where(.pf-v6-c-table__tbody) > tr:where(.pf-v6-c-table__tr):nth-child(odd), .pf-v6-c-table.pf-m-striped.pf-m-expandable > tbody:where(.pf-v6-c-table__tbody):nth-of-type(odd) > tr:where(.pf-v6-c-table__tr),
|
|
248
270
|
.pf-v6-c-table > .pf-m-striped > tr:nth-child(odd),
|
|
249
271
|
.pf-v6-c-table > .pf-m-striped-even > tr:nth-child(even),
|
|
@@ -314,11 +336,11 @@
|
|
|
314
336
|
padding-inline-start: var(--pf-v6-c-table--cell--PaddingInlineStart);
|
|
315
337
|
padding-inline-end: var(--pf-v6-c-table--cell--PaddingInlineEnd);
|
|
316
338
|
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
339
|
+
text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
|
|
317
340
|
font-size: var(--pf-v6-c-table--cell--FontSize);
|
|
318
341
|
font-weight: var(--pf-v6-c-table--cell--FontWeight);
|
|
319
342
|
line-height: var(--pf-v6-c-table--cell--LineHeight);
|
|
320
343
|
color: var(--pf-v6-c-table--cell--Color);
|
|
321
|
-
text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
|
|
322
344
|
word-break: var(--pf-v6-c-table--cell--WordBreak);
|
|
323
345
|
white-space: var(--pf-v6-c-table--cell--WhiteSpace);
|
|
324
346
|
}
|
|
@@ -424,24 +446,24 @@
|
|
|
424
446
|
}
|
|
425
447
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable {
|
|
426
448
|
cursor: pointer;
|
|
427
|
-
background-color: var(--pf-v6-c-table__tr--m-clickable--BackgroundColor);
|
|
428
449
|
outline-offset: var(--pf-v6-c-table__tr--m-clickable--OutlineOffset);
|
|
450
|
+
background-color: var(--pf-v6-c-table__tr--m-clickable--BackgroundColor);
|
|
429
451
|
}
|
|
430
452
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-clickable:is(:hover, :focus) {
|
|
431
453
|
--pf-v6-c-table__tr--m-clickable--BackgroundColor: var(--pf-v6-c-table__tr--m-clickable--hover--BackgroundColor);
|
|
432
454
|
}
|
|
433
455
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-selected {
|
|
434
456
|
position: relative;
|
|
435
|
-
background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
|
|
436
457
|
outline-offset: var(--pf-v6-c-table__tr--m-selected--OutlineOffset);
|
|
458
|
+
background-color: var(--pf-v6-c-table__tr--m-selected--BackgroundColor);
|
|
437
459
|
}
|
|
438
460
|
.pf-v6-c-table tr:where(.pf-v6-c-table__tr).pf-m-first-cell-offset-reset > :first-child {
|
|
439
461
|
padding-inline-start: var(--pf-v6-c-table__tr--m-first-cell-offset-reset--cell--PaddingInlineStart);
|
|
440
462
|
}
|
|
441
463
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable {
|
|
442
464
|
cursor: pointer;
|
|
443
|
-
background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
|
|
444
465
|
outline-offset: var(--pf-v6-c-table__tbody--m-clickable--OutlineOffset);
|
|
466
|
+
background-color: var(--pf-v6-c-table__tbody--m-clickable--BackgroundColor);
|
|
445
467
|
}
|
|
446
468
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-clickable:is(:hover, :focus) {
|
|
447
469
|
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--hover--BackgroundColor);
|
|
@@ -450,8 +472,8 @@
|
|
|
450
472
|
--pf-v6-c-table__tbody--m-clickable--BackgroundColor: var(--pf-v6-c-table__tbody--m-clickable--m-expanded--BackgroundColor);
|
|
451
473
|
}
|
|
452
474
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected {
|
|
453
|
-
background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
|
|
454
475
|
outline-offset: var(--pf-v6-c-table__tbody--m-selected--OutlineOffset);
|
|
476
|
+
background-color: var(--pf-v6-c-table__tbody--m-selected--BackgroundColor);
|
|
455
477
|
}
|
|
456
478
|
.pf-v6-c-table tbody:where(.pf-v6-c-table__tbody).pf-m-selected .pf-v6-c-table__tr.pf-m-expanded:not(.pf-v6-c-table__expandable-row) {
|
|
457
479
|
border: none;
|
|
@@ -476,11 +498,11 @@
|
|
|
476
498
|
display: var(--pf-v6-c-table__expandable-row--Display, revert);
|
|
477
499
|
visibility: hidden;
|
|
478
500
|
opacity: var(--pf-v6-c-table__expandable-row--Opacity);
|
|
501
|
+
translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
|
|
479
502
|
transition-delay: 0s, 0s, var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade);
|
|
480
503
|
transition-timing-function: var(--pf-v6-c-table__expandable-row--TransitionTimingFunction);
|
|
481
504
|
transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--collapse--slide), 0s, 0s;
|
|
482
505
|
transition-property: opacity, translate, visibility, background-color;
|
|
483
|
-
translate: 0 var(--pf-v6-c-table__expandable-row--TranslateY);
|
|
484
506
|
}
|
|
485
507
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row[hidden] {
|
|
486
508
|
display: var(--pf-v6-c-table__expandable-row--Display, revert);
|
|
@@ -488,9 +510,9 @@
|
|
|
488
510
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row.pf-m-expanded {
|
|
489
511
|
visibility: visible;
|
|
490
512
|
opacity: var(--pf-v6-c-table__tbody--m-expanded__expandable-row--Opacity);
|
|
513
|
+
translate: 0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY);
|
|
491
514
|
transition-delay: 0s;
|
|
492
515
|
transition-duration: var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--fade), var(--pf-v6-c-table__expandable-row--TransitionDuration--expand--slide), 0s, 0s;
|
|
493
|
-
translate: 0 var(--pf-v6-c-table__tbody--m-expanded__expandable-row--TranslateY);
|
|
494
516
|
}
|
|
495
517
|
.pf-v6-c-table.pf-m-animate-expand > .pf-v6-c-table__tbody > .pf-v6-c-table__expandable-row.pf-m-expanded > :is(.pf-v6-c-table__td, .pf-v6-c-table__th) > .pf-v6-c-table__expandable-row-content {
|
|
496
518
|
max-height: 99999px;
|
|
@@ -556,8 +578,8 @@
|
|
|
556
578
|
min-width: var(--pf-v6-c-table__text--MinWidth);
|
|
557
579
|
max-width: var(--pf-v6-c-table--cell--MaxWidth);
|
|
558
580
|
overflow: var(--pf-v6-c-table--cell--Overflow);
|
|
559
|
-
line-height: var(--pf-v6-c-table--cell--LineHeight);
|
|
560
581
|
text-overflow: var(--pf-v6-c-table--cell--TextOverflow);
|
|
582
|
+
line-height: var(--pf-v6-c-table--cell--LineHeight);
|
|
561
583
|
word-break: var(--pf-v6-c-table--cell--WordBreak);
|
|
562
584
|
white-space: var(--pf-v6-c-table--cell--WhiteSpace);
|
|
563
585
|
}
|
|
@@ -586,10 +608,10 @@
|
|
|
586
608
|
text-align: start;
|
|
587
609
|
white-space: inherit;
|
|
588
610
|
user-select: text;
|
|
611
|
+
outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
|
|
589
612
|
background-color: var(--pf-v6-c-table__button--BackgroundColor);
|
|
590
613
|
border: 0;
|
|
591
614
|
border-radius: var(--pf-v6-c-table__button--BorderRadius);
|
|
592
|
-
outline-offset: var(--pf-v6-c-table__button--OutlineOffset);
|
|
593
615
|
}
|
|
594
616
|
.pf-v6-c-table__button::after {
|
|
595
617
|
position: absolute;
|
|
@@ -683,10 +705,10 @@
|
|
|
683
705
|
}
|
|
684
706
|
|
|
685
707
|
.pf-v6-c-table__toggle .pf-v6-c-table__toggle-icon {
|
|
708
|
+
transform: rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate));
|
|
686
709
|
transition-timing-function: var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionTimingFunction);
|
|
687
710
|
transition-duration: var(--pf-v6-c-table__toggle--c-button__toggle-icon--TransitionDuration);
|
|
688
711
|
transition-property: transform;
|
|
689
|
-
transform: rotate(var(--pf-v6-c-table__toggle--c-button__toggle-icon--Rotate));
|
|
690
712
|
}
|
|
691
713
|
.pf-v6-c-table__toggle svg {
|
|
692
714
|
pointer-events: none;
|
|
@@ -978,6 +1000,11 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
978
1000
|
border-block-end: var(--pf-v6-c-table--border-width--base) solid var(--pf-v6-c-table--BorderColor);
|
|
979
1001
|
}
|
|
980
1002
|
|
|
1003
|
+
.pf-v6-c-table__tfoot {
|
|
1004
|
+
--pf-v6-c-table__tr--BorderBlockEndWidth: 0;
|
|
1005
|
+
vertical-align: top;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
981
1008
|
.pf-v6-c-table__icon-inline {
|
|
982
1009
|
display: flex;
|
|
983
1010
|
align-items: center;
|
|
@@ -11,6 +11,7 @@ declare const _default: {
|
|
|
11
11
|
"stickyHeader": "pf-m-sticky-header",
|
|
12
12
|
"stickyHeaderStuck": "pf-m-sticky-header-stuck",
|
|
13
13
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
|
14
|
+
"stickyFooter": "pf-m-sticky-footer",
|
|
14
15
|
"striped": "pf-m-striped",
|
|
15
16
|
"expandable": "pf-m-expandable",
|
|
16
17
|
"stripedEven": "pf-m-striped-even",
|
|
@@ -91,6 +92,7 @@ declare const _default: {
|
|
|
91
92
|
"tableTbody": "pf-v6-c-table__tbody",
|
|
92
93
|
"tableTd": "pf-v6-c-table__td",
|
|
93
94
|
"tableText": "pf-v6-c-table__text",
|
|
95
|
+
"tableTfoot": "pf-v6-c-table__tfoot",
|
|
94
96
|
"tableTh": "pf-v6-c-table__th",
|
|
95
97
|
"tableThead": "pf-v6-c-table__thead",
|
|
96
98
|
"tableToggle": "pf-v6-c-table__toggle",
|
|
@@ -13,6 +13,7 @@ exports.default = {
|
|
|
13
13
|
"stickyHeader": "pf-m-sticky-header",
|
|
14
14
|
"stickyHeaderStuck": "pf-m-sticky-header-stuck",
|
|
15
15
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
|
16
|
+
"stickyFooter": "pf-m-sticky-footer",
|
|
16
17
|
"striped": "pf-m-striped",
|
|
17
18
|
"expandable": "pf-m-expandable",
|
|
18
19
|
"stripedEven": "pf-m-striped-even",
|
|
@@ -93,6 +94,7 @@ exports.default = {
|
|
|
93
94
|
"tableTbody": "pf-v6-c-table__tbody",
|
|
94
95
|
"tableTd": "pf-v6-c-table__td",
|
|
95
96
|
"tableText": "pf-v6-c-table__text",
|
|
97
|
+
"tableTfoot": "pf-v6-c-table__tfoot",
|
|
96
98
|
"tableTh": "pf-v6-c-table__th",
|
|
97
99
|
"tableThead": "pf-v6-c-table__thead",
|
|
98
100
|
"tableToggle": "pf-v6-c-table__toggle",
|
|
@@ -11,6 +11,7 @@ export default {
|
|
|
11
11
|
"stickyHeader": "pf-m-sticky-header",
|
|
12
12
|
"stickyHeaderStuck": "pf-m-sticky-header-stuck",
|
|
13
13
|
"nestedColumnHeader": "pf-m-nested-column-header",
|
|
14
|
+
"stickyFooter": "pf-m-sticky-footer",
|
|
14
15
|
"striped": "pf-m-striped",
|
|
15
16
|
"expandable": "pf-m-expandable",
|
|
16
17
|
"stripedEven": "pf-m-striped-even",
|
|
@@ -91,6 +92,7 @@ export default {
|
|
|
91
92
|
"tableTbody": "pf-v6-c-table__tbody",
|
|
92
93
|
"tableTd": "pf-v6-c-table__td",
|
|
93
94
|
"tableText": "pf-v6-c-table__text",
|
|
95
|
+
"tableTfoot": "pf-v6-c-table__tfoot",
|
|
94
96
|
"tableTh": "pf-v6-c-table__th",
|
|
95
97
|
"tableThead": "pf-v6-c-table__thead",
|
|
96
98
|
"tableToggle": "pf-v6-c-table__toggle",
|
|
@@ -475,8 +475,8 @@
|
|
|
475
475
|
|
|
476
476
|
.pf-v6-c-tabs__toggle-icon {
|
|
477
477
|
display: inline-block;
|
|
478
|
-
transition: var(--pf-v6-c-tabs__toggle-icon--Transition);
|
|
479
478
|
transform: rotate(var(--pf-v6-c-tabs__toggle-icon--Rotate));
|
|
479
|
+
transition: var(--pf-v6-c-tabs__toggle-icon--Transition);
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
.pf-v6-c-tabs__list::-webkit-scrollbar {
|
|
@@ -640,8 +640,8 @@
|
|
|
640
640
|
align-self: end;
|
|
641
641
|
font-size: var(--pf-v6-c-tabs__link-toggle-icon--FontSize);
|
|
642
642
|
color: var(--pf-v6-c-tabs__link-toggle-icon--Color);
|
|
643
|
-
transition: var(--pf-v6-c-tabs__link-toggle-icon--Transition);
|
|
644
643
|
transform: rotate(var(--pf-v6-c-tabs__link-toggle-icon--Rotate));
|
|
644
|
+
transition: var(--pf-v6-c-tabs__link-toggle-icon--Transition);
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.pf-v6-c-tabs__item-action {
|
|
@@ -904,10 +904,10 @@
|
|
|
904
904
|
border: 0 solid var(--pf-v6-c-tabs--link-accent--color);
|
|
905
905
|
border-block-end-width: var(--pf-v6-c-tabs--link-accent--BorderBlockEndWidth);
|
|
906
906
|
border-inline-start-width: var(--pf-v6-c-tabs--link-accent--BorderInlineStartWidth);
|
|
907
|
+
transform-origin: var(--pf-v6-c-tabs--link-accent--TransformOrigin);
|
|
907
908
|
transition-timing-function: var(--pf-v6-c-tabs--link-accent--TransitionTimingFunction);
|
|
908
909
|
transition-duration: var(--pf-v6-c-tabs--link-accent--TransitionDuration);
|
|
909
910
|
transition-property: width, height, translate;
|
|
910
|
-
transform-origin: var(--pf-v6-c-tabs--link-accent--TransformOrigin);
|
|
911
911
|
translate: var(--pf-v6-c-tabs--link-accent--TranslateX) var(--pf-v6-c-tabs--link-accent--TranslateY);
|
|
912
912
|
}
|
|
913
913
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-tabs.pf-m-animate-current:not(.pf-m-box) .pf-v6-c-tabs__list::after {
|
|
@@ -194,9 +194,9 @@
|
|
|
194
194
|
padding-inline-start: var(--pf-v6-c-text-input-group__text-input--PaddingInlineStart);
|
|
195
195
|
padding-inline-end: var(--pf-v6-c-text-input-group__text-input--PaddingInlineEnd);
|
|
196
196
|
color: var(--pf-v6-c-text-input-group__text-input--Color);
|
|
197
|
+
outline-offset: var(--pf-v6-c-text-input-group__text-input--OutlineOffset);
|
|
197
198
|
background-color: var(--pf-v6-c-text-input-group__text-input--BackgroundColor);
|
|
198
199
|
border: 0;
|
|
199
|
-
outline-offset: var(--pf-v6-c-text-input-group__text-input--OutlineOffset);
|
|
200
200
|
}
|
|
201
201
|
.pf-v6-c-text-input-group__text-input, .pf-v6-c-text-input-group__text-input.pf-m-hint {
|
|
202
202
|
grid-area: text-input;
|
|
@@ -558,10 +558,10 @@
|
|
|
558
558
|
|
|
559
559
|
.pf-v6-c-toolbar__expand-all-icon {
|
|
560
560
|
display: inline-flex;
|
|
561
|
+
transform: rotate(var(--pf-v6-c-toolbar__expand-all-icon--Rotate));
|
|
561
562
|
transition-timing-function: var(--pf-v6-c-toolbar__expand-all-icon--TransitionTimingFunction);
|
|
562
563
|
transition-duration: var(--pf-v6-c-toolbar__expand-all-icon--TransitionDuration);
|
|
563
564
|
transition-property: transform;
|
|
564
|
-
transform: rotate(var(--pf-v6-c-toolbar__expand-all-icon--Rotate));
|
|
565
565
|
}
|
|
566
566
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-toolbar__expand-all-icon {
|
|
567
567
|
scale: -1 1;
|
|
@@ -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
|
-
|
|
101
|
+
overflow-wrap: break-word;
|
|
102
102
|
background-color: var(--pf-v6-c-tooltip__content--BackgroundColor);
|
|
103
103
|
border-radius: var(--pf-v6-c-tooltip__content--BorderRadius);
|
|
104
104
|
}
|
|
@@ -267,19 +267,19 @@
|
|
|
267
267
|
display: inline-block;
|
|
268
268
|
min-width: var(--pf-v6-c-tree-view__node-toggle-icon--MinWidth);
|
|
269
269
|
text-align: center;
|
|
270
|
-
transition: transform var(--pf-v6-c-tree-view__node-toggle-icon--TransitionDuration) var(--pf-v6-c-tree-view__node-toggle-icon--TransitionTimingFunction);
|
|
271
270
|
transform: rotate(var(--pf-v6-c-tree-view__node-toggle-icon--Rotate));
|
|
271
|
+
transition: transform var(--pf-v6-c-tree-view__node-toggle-icon--TransitionDuration) var(--pf-v6-c-tree-view__node-toggle-icon--TransitionTimingFunction);
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list {
|
|
275
|
-
max-height: 0;
|
|
276
275
|
visibility: hidden;
|
|
276
|
+
max-height: 0;
|
|
277
277
|
opacity: var(--pf-v6-c-tree-view__list--Opacity);
|
|
278
|
+
translate: 0 var(--pf-v6-c-tree-view__list--TranslateY);
|
|
278
279
|
transition-delay: 0s, 0s, var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--fade);
|
|
279
280
|
transition-timing-function: var(--pf-v6-c-tree-view__list--TransitionTimingFunction);
|
|
280
281
|
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--slide), 0s, 0s;
|
|
281
282
|
transition-property: opacity, translate, visibility, max-height;
|
|
282
|
-
translate: 0 var(--pf-v6-c-tree-view__list--TranslateY);
|
|
283
283
|
}
|
|
284
284
|
.pf-v6-c-tree-view__list-item .pf-v6-c-tree-view__list-item {
|
|
285
285
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__node-toggle-icon--base--Rotate);
|
|
@@ -290,12 +290,12 @@
|
|
|
290
290
|
--pf-v6-c-tree-view__node-toggle-icon--Rotate: var(--pf-v6-c-tree-view__list-item--m-expanded__node-toggle-icon--Rotate);
|
|
291
291
|
}
|
|
292
292
|
.pf-v6-c-tree-view__list-item.pf-m-expanded > .pf-v6-c-tree-view__list {
|
|
293
|
-
max-height: 99999px;
|
|
294
293
|
visibility: revert;
|
|
294
|
+
max-height: 99999px;
|
|
295
295
|
opacity: var(--pf-v6-c-tree-view--m-expanded__list--Opacity);
|
|
296
|
+
translate: 0 var(--pf-v6-c-tree-view--m-expanded__list--TranslateY);
|
|
296
297
|
transition-delay: 0s;
|
|
297
298
|
transition-duration: var(--pf-v6-c-tree-view__list--TransitionDuration--expand--fade), var(--pf-v6-c-tree-view__list--TransitionDuration--expand--slide), 0s, 0s;
|
|
298
|
-
translate: 0 var(--pf-v6-c-tree-view--m-expanded__list--TranslateY);
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
.pf-v6-c-tree-view__node,
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
|
|
197
197
|
.pf-v6-c-wizard__title {
|
|
198
198
|
padding-inline-end: var(--pf-v6-c-wizard__title--PaddingInlineEnd);
|
|
199
|
-
|
|
199
|
+
overflow-wrap: break-word;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
.pf-v6-c-wizard__title-text {
|
|
@@ -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
|
-
|
|
262
|
+
overflow-wrap: break-word;
|
|
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,8 +395,8 @@
|
|
|
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
399
|
text-decoration-line: var(--pf-v6-c-wizard__nav-link--TextDecoration);
|
|
399
|
-
word-break: break-word;
|
|
400
400
|
counter-increment: wizard-nav-count;
|
|
401
401
|
background-color: transparent;
|
|
402
402
|
border: none;
|
|
@@ -501,10 +501,10 @@
|
|
|
501
501
|
|
|
502
502
|
.pf-v6-c-wizard__nav-link-toggle-icon {
|
|
503
503
|
display: inline-block;
|
|
504
|
+
transform: rotate(var(--pf-v6-c-wizard__nav-link-toggle-icon--Rotate));
|
|
504
505
|
transition-timing-function: var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionTimingFunction);
|
|
505
506
|
transition-duration: var(--pf-v6-c-wizard__nav-link-toggle-icon--TransitionDuration);
|
|
506
507
|
transition-property: transform;
|
|
507
|
-
transform: rotate(var(--pf-v6-c-wizard__nav-link-toggle-icon--Rotate));
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
.pf-v6-c-wizard__main {
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
flex-direction: column;
|
|
515
515
|
overflow-x: hidden;
|
|
516
516
|
overflow-y: auto;
|
|
517
|
-
|
|
517
|
+
overflow-wrap: break-word;
|
|
518
518
|
}
|
|
519
519
|
|
|
520
520
|
.pf-v6-c-wizard__main-body {
|