@patternfly/patternfly 6.6.0-prerelease.1 → 6.6.0-prerelease.10
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/assets/images/img_avatar-rhds.svg +22 -0
- package/assets/images/pf-logo-avatar.jpg +0 -0
- package/base/normalize.scss +2 -0
- package/base/patternfly-common.css +2 -2
- package/base/patternfly-common.scss +1 -1
- package/base/patternfly-fa-icons.css +3 -3
- package/base/patternfly-fa-icons.scss +3 -3
- package/base/patternfly-variables.css +58 -56
- package/base/reset.scss +2 -0
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-charts-highcontrast.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +9 -9
- package/base/tokens/tokens-default.scss +8 -8
- package/base/tokens/tokens-felt-dark.scss +1 -1
- package/base/tokens/tokens-felt-glass-dark.scss +8 -8
- package/base/tokens/tokens-felt-glass.scss +10 -9
- package/base/tokens/tokens-felt-highcontrast-dark.scss +1 -1
- package/base/tokens/tokens-felt-highcontrast.scss +1 -1
- package/base/tokens/tokens-felt.scss +1 -1
- package/base/tokens/tokens-glass-dark.scss +8 -8
- package/base/tokens/tokens-glass.scss +10 -9
- package/base/tokens/tokens-highcontrast-dark.scss +8 -8
- package/base/tokens/tokens-highcontrast.scss +7 -7
- package/base/tokens/tokens-palette.scss +1 -1
- package/base/tokens/tokens-redhat-highcontrast.scss +6 -6
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Accordion/accordion.css +3 -3
- package/components/Accordion/accordion.scss +3 -3
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +4 -3
- package/components/Alert/alert.scss +4 -3
- package/components/Avatar/avatar.css +144 -0
- package/components/Avatar/avatar.scss +161 -0
- package/components/Breadcrumb/breadcrumb.css +1 -1
- package/components/Breadcrumb/breadcrumb.scss +1 -1
- package/components/Button/button.css +9 -6
- package/components/Button/button.scss +10 -6
- package/components/Card/card.css +2 -2
- package/components/Card/card.scss +3 -3
- package/components/Check/check.css +1 -1
- package/components/Check/check.scss +1 -1
- package/components/ClipboardCopy/clipboard-copy.css +2 -2
- package/components/ClipboardCopy/clipboard-copy.scss +2 -2
- package/components/Compass/compass.css +7 -3
- package/components/Compass/compass.scss +7 -3
- package/components/Content/content.css +2 -2
- package/components/Content/content.scss +2 -2
- package/components/DataList/data-list.css +1 -1
- package/components/DataList/data-list.scss +1 -1
- package/components/DescriptionList/description-list.css +0 -1
- package/components/DescriptionList/description-list.scss +0 -1
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +6 -6
- package/components/DualListSelector/dual-list-selector.scss +6 -6
- package/components/ExpandableSection/expandable-section.css +3 -3
- package/components/ExpandableSection/expandable-section.scss +3 -3
- package/components/Form/form.css +12 -12
- package/components/Form/form.scss +6 -6
- package/components/FormControl/form-control.css +1 -1
- package/components/FormControl/form-control.scss +3 -1
- package/components/Hero/hero.css +1 -1
- package/components/Hero/hero.scss +1 -1
- package/components/Hint/hint.css +1 -1
- package/components/Hint/hint.scss +1 -1
- package/components/InputGroup/input-group.css +5 -5
- package/components/InputGroup/input-group.scss +5 -5
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/Label/label.css +1 -1
- package/components/Label/label.scss +1 -1
- package/components/Login/login.css +2 -2
- package/components/Login/login.scss +2 -2
- package/components/Masthead/masthead.css +2 -2
- package/components/Masthead/masthead.scss +2 -2
- package/components/Menu/menu.css +4 -4
- package/components/Menu/menu.scss +4 -4
- package/components/MenuToggle/menu-toggle.css +4 -1
- package/components/MenuToggle/menu-toggle.scss +5 -2
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +5 -5
- package/components/Nav/nav.scss +5 -5
- package/components/NotificationDrawer/notification-drawer.css +5 -5
- package/components/NotificationDrawer/notification-drawer.scss +5 -5
- package/components/Page/page.css +26 -21
- package/components/Page/page.scss +30 -25
- package/components/Popover/popover.css +1 -1
- package/components/Popover/popover.scss +2 -2
- package/components/Progress/progress.css +3 -3
- package/components/Progress/progress.scss +3 -6
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/Radio/radio.css +1 -1
- package/components/Radio/radio.scss +1 -1
- package/components/Sidebar/sidebar.css +4 -7
- package/components/Sidebar/sidebar.scss +9 -9
- package/components/Spinner/spinner.css +2 -2
- package/components/Spinner/spinner.scss +2 -2
- package/components/Switch/switch.css +1 -1
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-tree-view.css +10 -10
- package/components/Table/table-tree-view.scss +2 -2
- package/components/Table/table.css +37 -10
- package/components/Table/table.scss +53 -14
- package/components/Tabs/tabs.css +3 -3
- package/components/Tabs/tabs.scss +3 -3
- package/components/TextInputGroup/text-input-group.css +1 -1
- package/components/TextInputGroup/text-input-group.scss +1 -1
- package/components/Title/title.css +1 -1
- package/components/Title/title.scss +1 -1
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/Tooltip/tooltip.css +1 -1
- package/components/Tooltip/tooltip.scss +2 -2
- package/components/TreeView/tree-view.css +5 -5
- package/components/TreeView/tree-view.scss +5 -5
- package/components/Wizard/wizard.css +5 -5
- package/components/Wizard/wizard.scss +5 -5
- package/components/_index.css +337 -154
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +1 -1
- package/docs/components/Accordion/examples/Accordion.md +30 -30
- package/docs/components/ActionList/examples/ActionList.md +11 -11
- package/docs/components/Alert/examples/Alert.md +54 -54
- package/docs/components/Avatar/examples/Avatar.css +6 -0
- package/docs/components/Avatar/examples/Avatar.md +414 -40
- package/docs/components/BackToTop/examples/BackToTop.md +1 -1
- package/docs/components/Banner/examples/Banner.md +10 -10
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +25 -25
- package/docs/components/Button/examples/Button.md +184 -184
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +16 -16
- package/docs/components/Card/examples/Card.md +14 -14
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +18 -18
- package/docs/components/DataList/examples/DataList.md +34 -34
- package/docs/components/DatePicker/examples/DatePicker.md +6 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +25 -25
- package/docs/components/Drawer/examples/Drawer.md +23 -23
- package/docs/components/DualListSelector/examples/DualListSelector.md +89 -89
- package/docs/components/EmptyState/examples/EmptyState.md +6 -6
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +7 -7
- package/docs/components/Form/examples/Form.md +6 -6
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/Icon/examples/Icon.md +9 -9
- package/docs/components/InlineEdit/examples/InlineEdit.md +26 -26
- package/docs/components/InputGroup/examples/InputGroup.md +4 -4
- package/docs/components/JumpLinks/examples/JumpLinks.md +4 -4
- package/docs/components/Label/examples/Label.md +218 -218
- package/docs/components/Login/examples/Login.md +4 -4
- package/docs/components/Masthead/examples/masthead.md +1 -1
- package/docs/components/Menu/examples/Menu.md +129 -129
- package/docs/components/MenuToggle/examples/MenuToggle.md +271 -232
- package/docs/components/ModalBox/examples/ModalBox.md +24 -24
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +12 -12
- package/docs/components/Nav/examples/Navigation.md +66 -66
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +83 -83
- package/docs/components/OverflowMenu/examples/overflow-menu.md +11 -11
- package/docs/components/Page/examples/Page.md +1 -1
- package/docs/components/Pagination/examples/Pagination.md +92 -92
- package/docs/components/Popover/examples/Popover.md +22 -22
- package/docs/components/Progress/examples/Progress.md +7 -7
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +21 -21
- package/docs/components/Sidebar/examples/Sidebar.md +3 -1
- package/docs/components/Slider/examples/Slider.md +4 -4
- package/docs/components/Table/examples/Table.css +6 -0
- package/docs/components/Table/examples/Table.md +807 -527
- package/docs/components/Tabs/examples/Tabs.md +378 -378
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +46 -46
- package/docs/components/ToggleGroup/examples/toggle-group.md +15 -15
- package/docs/components/Toolbar/examples/Toolbar.md +117 -117
- package/docs/components/TreeView/examples/TreeView.md +104 -104
- package/docs/components/Wizard/examples/Wizard.md +40 -40
- package/docs/demos/AboutModal/examples/AboutModal.md +9 -9
- package/docs/demos/Alert/examples/Alert.md +32 -32
- package/docs/demos/BackToTop/examples/BackToTop.md +9 -9
- package/docs/demos/Banner/examples/Banner.md +16 -16
- package/docs/demos/Button/examples/Button.md +1 -1
- package/docs/demos/Card/examples/Card.md +78 -78
- package/docs/demos/CardView/examples/CardView.md +38 -38
- package/docs/demos/Compass/examples/Compass.md +294 -238
- package/docs/demos/Dashboard/examples/Dashboard.md +48 -48
- package/docs/demos/DataList/examples/DataList.md +101 -101
- package/docs/demos/DescriptionList/examples/DescriptionList.md +26 -26
- package/docs/demos/Drawer/examples/Drawer.md +40 -40
- package/docs/demos/Form/examples/BasicForms.md +21 -21
- package/docs/demos/JumpLinks/examples/JumpLinks.md +49 -49
- package/docs/demos/Masthead/examples/Masthead.md +57 -57
- package/docs/demos/Modal/examples/Modal.md +54 -54
- package/docs/demos/Nav/examples/Nav.md +93 -93
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +173 -173
- package/docs/demos/Page/examples/Page.md +119 -119
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +142 -142
- package/docs/demos/Skeleton/examples/Skeleton.md +8 -8
- package/docs/demos/Table/examples/Table.md +630 -630
- package/docs/demos/Tabs/examples/Tabs.md +62 -62
- package/docs/demos/Toolbar/examples/Toolbar.md +161 -161
- package/docs/demos/Wizard/examples/Wizard.md +100 -100
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +1 -1
- package/layouts/Grid/grid.scss +1 -1
- package/layouts/_index.css +2 -2
- package/package.json +11 -12
- package/patternfly-addons.css +12 -12
- package/patternfly-base-no-globals.css +63 -61
- package/patternfly-base.css +63 -61
- package/patternfly-no-globals.css +402 -217
- package/patternfly.css +402 -217
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +2 -2
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/_index.css +12 -12
|
@@ -391,10 +391,10 @@ $pf-v6--include-toolbar-breakpoints: true !default;
|
|
|
391
391
|
// - Toolbar expand all
|
|
392
392
|
.#{$toolbar}__expand-all-icon {
|
|
393
393
|
display: inline-flex;
|
|
394
|
+
transform: rotate(var(--#{$toolbar}__expand-all-icon--Rotate));
|
|
394
395
|
transition-timing-function: var(--#{$toolbar}__expand-all-icon--TransitionTimingFunction);
|
|
395
396
|
transition-duration: var(--#{$toolbar}__expand-all-icon--TransitionDuration);
|
|
396
397
|
transition-property: transform;
|
|
397
|
-
transform: rotate(var(--#{$toolbar}__expand-all-icon--Rotate));
|
|
398
398
|
|
|
399
399
|
@include pf-v6-mirror-inline-on-rtl; // - TODO: mirror this icon in breaking change
|
|
400
400
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
-
|
|
132
|
+
overflow-wrap: break-word;
|
|
133
133
|
background-color: var(--#{$tooltip}__content--BackgroundColor);
|
|
134
134
|
border-radius: var(--#{$tooltip}__content--BorderRadius);
|
|
135
135
|
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
|
|
141
141
|
.#{$tooltip}__arrow {
|
|
142
142
|
position: absolute;
|
|
143
|
-
// stylelint-disable
|
|
143
|
+
// stylelint-disable property-layout-mappings
|
|
144
144
|
top: var(--#{$tooltip}__arrow--InsetBlockStart, auto);
|
|
145
145
|
right: var(--#{$tooltip}__arrow--InsetInlineEnd, auto);
|
|
146
146
|
bottom: var(--#{$tooltip}__arrow--InsetBlockEnd, auto);
|
|
@@ -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,
|
|
@@ -376,20 +376,20 @@ $pf-v6-c-tree-view--MaxNesting: 10 !default;
|
|
|
376
376
|
display: inline-block;
|
|
377
377
|
min-width: var(--#{$tree-view}__node-toggle-icon--MinWidth);
|
|
378
378
|
text-align: center;
|
|
379
|
-
transition: transform var(--#{$tree-view}__node-toggle-icon--TransitionDuration) var(--#{$tree-view}__node-toggle-icon--TransitionTimingFunction);
|
|
380
379
|
transform: rotate(var(--#{$tree-view}__node-toggle-icon--Rotate));
|
|
380
|
+
transition: transform var(--#{$tree-view}__node-toggle-icon--TransitionDuration) var(--#{$tree-view}__node-toggle-icon--TransitionTimingFunction);
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
.#{$tree-view}__list-item {
|
|
384
384
|
.#{$tree-view}__list {
|
|
385
|
-
max-height: 0;
|
|
386
385
|
visibility: hidden;
|
|
386
|
+
max-height: 0;
|
|
387
387
|
opacity: var(--#{$tree-view}__list--Opacity);
|
|
388
|
+
translate: 0 var(--#{$tree-view}__list--TranslateY);
|
|
388
389
|
transition-delay: 0s, 0s, var(--#{$tree-view}__list--TransitionDuration--fade), var(--#{$tree-view}__list--TransitionDuration--fade);
|
|
389
390
|
transition-timing-function: var(--#{$tree-view}__list--TransitionTimingFunction);
|
|
390
391
|
transition-duration: var(--#{$tree-view}__list--TransitionDuration--fade), var(--#{$tree-view}__list--TransitionDuration--slide), 0s, 0s;
|
|
391
392
|
transition-property: opacity, translate, visibility, max-height;
|
|
392
|
-
translate: 0 var(--#{$tree-view}__list--TranslateY);
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
.#{$tree-view}__list-item {
|
|
@@ -402,12 +402,12 @@ $pf-v6-c-tree-view--MaxNesting: 10 !default;
|
|
|
402
402
|
--#{$tree-view}__node-toggle-icon--Rotate: var(--#{$tree-view}__list-item--m-expanded__node-toggle-icon--Rotate);
|
|
403
403
|
|
|
404
404
|
> .#{$tree-view}__list {
|
|
405
|
-
max-height: 99999px;
|
|
406
405
|
visibility: revert;
|
|
406
|
+
max-height: 99999px;
|
|
407
407
|
opacity: var(--#{$tree-view}--m-expanded__list--Opacity);
|
|
408
|
+
translate: 0 var(--#{$tree-view}--m-expanded__list--TranslateY);
|
|
408
409
|
transition-delay: 0s;
|
|
409
410
|
transition-duration: var(--#{$tree-view}__list--TransitionDuration--expand--fade), var(--#{$tree-view}__list--TransitionDuration--expand--slide), 0s, 0s;
|
|
410
|
-
translate: 0 var(--#{$tree-view}--m-expanded__list--TranslateY);
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
}
|
|
@@ -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 {
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
|
|
262
262
|
.#{$wizard}__title {
|
|
263
263
|
padding-inline-end: var(--#{$wizard}__title--PaddingInlineEnd);
|
|
264
|
-
|
|
264
|
+
overflow-wrap: break-word;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.#{$wizard}__title-text {
|
|
@@ -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
|
-
|
|
328
|
+
overflow-wrap: break-word;
|
|
329
329
|
|
|
330
330
|
&:not(:last-child) {
|
|
331
331
|
margin-inline-end: var(--#{$wizard}__toggle-list-item--not-last-child--MarginInlineEnd);
|
|
@@ -478,8 +478,8 @@
|
|
|
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
482
|
text-decoration-line: var(--#{$wizard}__nav-link--TextDecoration);
|
|
482
|
-
word-break: break-word;
|
|
483
483
|
counter-increment: wizard-nav-count;
|
|
484
484
|
background-color: transparent;
|
|
485
485
|
border: none;
|
|
@@ -601,10 +601,10 @@
|
|
|
601
601
|
@include pf-v6-mirror-inline-on-rtl;
|
|
602
602
|
|
|
603
603
|
display: inline-block;
|
|
604
|
+
transform: rotate(var(--#{$wizard}__nav-link-toggle-icon--Rotate));
|
|
604
605
|
transition-timing-function: var(--#{$wizard}__nav-link-toggle-icon--TransitionTimingFunction);
|
|
605
606
|
transition-duration: var(--#{$wizard}__nav-link-toggle-icon--TransitionDuration);
|
|
606
607
|
transition-property: transform;
|
|
607
|
-
transform: rotate(var(--#{$wizard}__nav-link-toggle-icon--Rotate));
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
.#{$wizard}__main {
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
flex-direction: column;
|
|
615
615
|
overflow-x: hidden;
|
|
616
616
|
overflow-y: auto;
|
|
617
|
-
|
|
617
|
+
overflow-wrap: break-word;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
.#{$wizard}__main-body {
|