@patternfly/patternfly 5.1.0-prerelease.1 → 5.1.0-prerelease.11
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/README.md +10 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +22 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +17 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +5 -0
- package/components/AboutModalBox/about-modal-box.css +20 -13
- package/components/AboutModalBox/about-modal-box.scss +20 -13
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +16 -13
- package/components/Alert/alert.scss +16 -13
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +2 -2
- package/components/BackgroundImage/background-image.scss +2 -2
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -2
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +6 -3
- package/components/Breadcrumb/breadcrumb.scss +6 -3
- package/components/Button/button.css +23 -17
- package/components/Button/button.scss +22 -16
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +21 -15
- package/components/CalendarMonth/calendar-month.scss +21 -15
- package/components/Card/card.css +21 -16
- package/components/Card/card.scss +21 -16
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +16 -10
- package/components/ClipboardCopy/clipboard-copy.scss +14 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +33 -30
- package/components/Content/content.scss +33 -30
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -49
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +66 -84
- package/components/DataList/data-list.scss +45 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +75 -60
- package/components/Drawer/drawer.scss +51 -36
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +50 -50
- package/components/Form/form.scss +44 -44
- package/components/FormControl/form-control.css +21 -11
- package/components/FormControl/form-control.scss +21 -11
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +24 -24
- package/components/JumpLinks/jump-links.scss +24 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +69 -66
- package/components/Menu/menu.scss +69 -67
- package/components/MenuToggle/menu-toggle.css +41 -29
- package/components/MenuToggle/menu-toggle.scss +41 -29
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +100 -93
- package/components/Nav/nav.scss +98 -91
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +13 -7
- package/components/NotificationBadge/notification-badge.scss +13 -7
- package/components/NotificationDrawer/notification-drawer.css +28 -19
- package/components/NotificationDrawer/notification-drawer.scss +28 -19
- package/components/NumberInput/number-input.css +3 -3
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +119 -65
- package/components/Page/page.scss +63 -39
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +28 -18
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +24 -21
- package/components/Popover/popover.scss +24 -21
- package/components/Progress/progress.css +7 -7
- package/components/Progress/progress.scss +7 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +4 -5
- package/components/Radio/radio.scss +4 -5
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +2 -5
- package/components/Skeleton/skeleton.scss +2 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +46 -26
- package/components/Slider/slider.scss +54 -26
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +256 -219
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +2 -2
- package/components/Table/table-scrollable.scss +2 -2
- package/components/Table/table-tree-view.css +107 -104
- package/components/Table/table-tree-view.scss +32 -32
- package/components/Table/table.css +87 -69
- package/components/Table/table.scss +87 -69
- package/components/Tabs/tabs.css +66 -48
- package/components/Tabs/tabs.scss +66 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +24 -21
- package/components/Tooltip/tooltip.css +19 -16
- package/components/Tooltip/tooltip.scss +19 -16
- package/components/TreeView/tree-view.css +42 -27
- package/components/TreeView/tree-view.scss +43 -28
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
- package/docs/components/Badge/examples/Badge.md +16 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +1 -0
- package/docs/components/Card/examples/Card.md +152 -64
- package/docs/components/Chip/examples/Chip.md +31 -11
- package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
- package/docs/components/DataList/examples/DataList.md +391 -136
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
- package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
- package/docs/components/FormControl/examples/FormControl.md +2 -1
- package/docs/components/Hint/examples/Hint.md +57 -24
- package/docs/components/InlineEdit/examples/InlineEdit.md +46 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +40 -30
- package/docs/components/Menu/examples/Menu.md +41 -20
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/docs/components/Nav/examples/Navigation.css +3 -26
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
- package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
- package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
- package/docs/components/Pagination/examples/Pagination.md +195 -65
- package/docs/components/Popover/examples/Popover.css +2 -2
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
- package/docs/components/Select/deprecated/Select.css +3 -3
- package/docs/components/Select/deprecated/Select.md +43 -55
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +4546 -1668
- package/docs/components/Tabs/examples/Tabs.md +1094 -438
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +2 -2
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +148 -80
- package/docs/components/TreeView/examples/TreeView.md +23 -8
- package/docs/components/Wizard/examples/Wizard.md +75 -36
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +49 -24
- package/docs/demos/CardView/examples/CardView.md +182 -74
- package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
- package/docs/demos/DataList/examples/DataList.md +163 -70
- package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
- package/docs/demos/Drawer/examples/Drawer.md +20 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
- package/docs/demos/Table/examples/Table.md +1422 -607
- package/docs/demos/Tabs/examples/Tabs.md +113 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +320 -127
- package/docs/demos/Wizard/examples/Wizard.md +191 -41
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +40 -37
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +27 -3
- package/patternfly-base-no-globals.css +27 -3
- package/patternfly-base-theme-dark-unversioned.css +28 -4
- package/patternfly-base.css +28 -4
- package/patternfly-no-globals.css +2420 -1872
- package/patternfly-theme-dark-unversioned.css +2421 -1873
- package/patternfly.css +2421 -1873
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/placeholders.scss +1 -1
- package/sass-utilities/scss-variables.scss +8 -8
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
--pf-v5-c-tree-view--m-compact--m-no-background__node--nested--PaddingTop: 0;
|
|
110
110
|
--pf-v5-c-tree-view--m-compact--m-no-background__node--nested--PaddingBottom: 0;
|
|
111
111
|
--pf-v5-c-tree-view--m-compact--m-no-background__node--before--Top: calc(var(--pf-v5-c-tree-view--m-compact__node-container--nested--PaddingTop) + var(--pf-v5-c-tree-view--m-compact__node--nested--PaddingTop) + 0.25rem);
|
|
112
|
-
padding-
|
|
113
|
-
padding-
|
|
112
|
+
padding-block-start: var(--pf-v5-c-tree-view--PaddingTop);
|
|
113
|
+
padding-block-end: var(--pf-v5-c-tree-view--PaddingBottom);
|
|
114
114
|
}
|
|
115
115
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item, .pf-v5-c-tree-view.pf-m-guides .pf-v5-c-tree-view__list-item {
|
|
116
116
|
position: relative;
|
|
@@ -119,18 +119,18 @@
|
|
|
119
119
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__node::before, .pf-v5-c-tree-view.pf-m-guides .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item::before,
|
|
120
120
|
.pf-v5-c-tree-view.pf-m-guides .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__node::before {
|
|
121
121
|
position: absolute;
|
|
122
|
-
|
|
122
|
+
inset-inline-start: var(--pf-v5-c-tree-view--m-guides--guide--Left);
|
|
123
123
|
content: "";
|
|
124
124
|
}
|
|
125
125
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item::before, .pf-v5-c-tree-view.pf-m-guides .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item::before {
|
|
126
|
-
|
|
126
|
+
inset-block-start: var(--pf-v5-c-tree-view--m-guides__list-item--before--Top);
|
|
127
127
|
z-index: var(--pf-v5-c-tree-view--m-guides__list-item--ZIndex);
|
|
128
128
|
width: var(--pf-v5-c-tree-view--m-guides__list-item--before--Width);
|
|
129
129
|
height: var(--pf-v5-c-tree-view--m-guides__list-item--before--Height);
|
|
130
130
|
background-color: var(--pf-v5-c-tree-view--m-guides__list-item--before--BackgroundColor);
|
|
131
131
|
}
|
|
132
132
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__node::before, .pf-v5-c-tree-view.pf-m-guides .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__node::before {
|
|
133
|
-
|
|
133
|
+
inset-block-start: var(--pf-v5-c-tree-view--m-guides__node--before--Top);
|
|
134
134
|
width: var(--pf-v5-c-tree-view--m-guides__node--before--Width);
|
|
135
135
|
height: var(--pf-v5-c-tree-view--m-guides__node--before--Height);
|
|
136
136
|
background-color: var(--pf-v5-c-tree-view--m-guides__node--before--BackgroundColor);
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
--pf-v5-c-tree-view__list-item__list-item__node-toggle--Top: var(--pf-v5-c-tree-view--m-compact__list-item__list-item__node-toggle--Top);
|
|
154
154
|
}
|
|
155
155
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item {
|
|
156
|
-
border-
|
|
156
|
+
border-block-end: var(--pf-v5-c-tree-view--m-compact__list-item--BorderBottomWidth) solid var(--pf-v5-c-tree-view--m-compact__list-item--BorderBottomColor);
|
|
157
157
|
}
|
|
158
158
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item.pf-m-expanded {
|
|
159
159
|
--pf-v5-c-tree-view--m-compact__node-container--PaddingBottom: var(--pf-v5-c-tree-view--m-compact__list-item--m-expanded__node-container--PaddingBottom);
|
|
@@ -169,13 +169,13 @@
|
|
|
169
169
|
}
|
|
170
170
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item::before,
|
|
171
171
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__node::before {
|
|
172
|
-
|
|
172
|
+
inset-inline-start: var(--pf-v5-c-tree-view--m-compact--border--Left);
|
|
173
173
|
}
|
|
174
174
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item::before {
|
|
175
|
-
|
|
175
|
+
inset-block-start: var(--pf-v5-c-tree-view--m-compact__list-item--before--Top);
|
|
176
176
|
}
|
|
177
177
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__node::before {
|
|
178
|
-
|
|
178
|
+
inset-block-start: var(--pf-v5-c-tree-view--m-compact__node--before--Top);
|
|
179
179
|
}
|
|
180
180
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item:last-child::before {
|
|
181
181
|
height: var(--pf-v5-c-tree-view--m-compact__list-item--last-child--before--Height);
|
|
@@ -187,15 +187,21 @@
|
|
|
187
187
|
--pf-v5-c-tree-view--m-compact__list-item--last-child--before--Height: var(--pf-v5-c-tree-view--m-compact__list-item--nested--last-child--before--Height);
|
|
188
188
|
}
|
|
189
189
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__node-container {
|
|
190
|
-
padding: var(--pf-v5-c-tree-view--m-compact__node-container--nested--PaddingTop)
|
|
190
|
+
padding-block-start: var(--pf-v5-c-tree-view--m-compact__node-container--nested--PaddingTop);
|
|
191
|
+
padding-block-end: var(--pf-v5-c-tree-view--m-compact__node-container--nested--PaddingBottom);
|
|
192
|
+
padding-inline-start: var(--pf-v5-c-tree-view--m-compact__node-container--nested--PaddingLeft);
|
|
193
|
+
padding-inline-end: var(--pf-v5-c-tree-view--m-compact__node-container--nested--PaddingRight);
|
|
191
194
|
background-color: var(--pf-v5-c-tree-view--m-compact__node-container--nested--BackgroundColor);
|
|
192
195
|
}
|
|
193
196
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__node-toggle {
|
|
194
|
-
margin-
|
|
195
|
-
margin-
|
|
197
|
+
margin-inline-start: var(--pf-v5-c-tree-view--m-compact__node-toggle--nested--MarginLeft);
|
|
198
|
+
margin-inline-end: var(--pf-v5-c-tree-view--m-compact__node-toggle--nested--MarginRight);
|
|
196
199
|
}
|
|
197
200
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__node-container {
|
|
198
|
-
padding: var(--pf-v5-c-tree-view--m-compact__node-container--PaddingTop)
|
|
201
|
+
padding-block-start: var(--pf-v5-c-tree-view--m-compact__node-container--PaddingTop);
|
|
202
|
+
padding-block-end: var(--pf-v5-c-tree-view--m-compact__node-container--PaddingBottom);
|
|
203
|
+
padding-inline-start: var(--pf-v5-c-tree-view--m-compact__node-container--PaddingLeft);
|
|
204
|
+
padding-inline-end: var(--pf-v5-c-tree-view--m-compact__node-container--PaddingRight);
|
|
199
205
|
}
|
|
200
206
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item:not([aria-expanded]) > .pf-v5-c-tree-view__content > .pf-v5-c-tree-view__node,
|
|
201
207
|
.pf-v5-c-tree-view.pf-m-compact .pf-v5-c-tree-view__list-item:not([aria-expanded]) > .pf-v5-c-tree-view__content > .pf-v5-c-tree-view__node > .pf-v5-c-tree-view__node-container {
|
|
@@ -238,7 +244,7 @@
|
|
|
238
244
|
flex: 1 1;
|
|
239
245
|
align-items: flex-start;
|
|
240
246
|
min-width: 0;
|
|
241
|
-
text-align:
|
|
247
|
+
text-align: start;
|
|
242
248
|
cursor: pointer;
|
|
243
249
|
border: 0;
|
|
244
250
|
}
|
|
@@ -246,7 +252,10 @@
|
|
|
246
252
|
.pf-v5-c-tree-view__node {
|
|
247
253
|
position: relative;
|
|
248
254
|
display: flex;
|
|
249
|
-
padding: var(--pf-v5-c-tree-view__node--PaddingTop)
|
|
255
|
+
padding-block-start: var(--pf-v5-c-tree-view__node--PaddingTop);
|
|
256
|
+
padding-block-end: var(--pf-v5-c-tree-view__node--PaddingBottom);
|
|
257
|
+
padding-inline-start: var(--pf-v5-c-tree-view__node--PaddingLeft);
|
|
258
|
+
padding-inline-end: var(--pf-v5-c-tree-view__node--PaddingRight);
|
|
250
259
|
color: var(--pf-v5-c-tree-view__node--Color);
|
|
251
260
|
background-color: var(--pf-v5-c-tree-view__node--BackgroundColor);
|
|
252
261
|
}
|
|
@@ -258,7 +267,7 @@
|
|
|
258
267
|
--pf-v5-c-tree-view__node--BackgroundColor: var(--pf-v5-c-tree-view__node--focus--BackgroundColor);
|
|
259
268
|
}
|
|
260
269
|
.pf-v5-c-tree-view__node .pf-v5-c-tree-view__node-count {
|
|
261
|
-
margin-
|
|
270
|
+
margin-inline-start: var(--pf-v5-c-tree-view__node-count--MarginLeft);
|
|
262
271
|
}
|
|
263
272
|
.pf-v5-c-tree-view__node .pf-v5-c-tree-view__node-count .pf-v5-c-badge.pf-m-read {
|
|
264
273
|
--pf-v5-c-badge--m-read--BackgroundColor: var(--pf-v5-c-tree-view__node-count--c-badge--m-read--BackgroundColor);
|
|
@@ -284,23 +293,26 @@
|
|
|
284
293
|
overflow: var(--pf-v5-c-tree-view__node-content--Overflow);
|
|
285
294
|
}
|
|
286
295
|
.pf-v5-c-tree-view__node-content > * + * {
|
|
287
|
-
margin-
|
|
296
|
+
margin-block-start: var(--pf-v5-c-tree-view__node-content--RowGap);
|
|
288
297
|
}
|
|
289
298
|
|
|
290
299
|
.pf-v5-c-tree-view__node-check {
|
|
291
|
-
margin-
|
|
300
|
+
margin-inline-end: var(--pf-v5-c-tree-view__node-check--MarginRight);
|
|
292
301
|
}
|
|
293
302
|
|
|
294
303
|
.pf-v5-c-tree-view__node-toggle {
|
|
295
304
|
position: var(--pf-v5-c-tree-view__node-toggle--Position);
|
|
296
|
-
|
|
297
|
-
|
|
305
|
+
inset-block-start: var(--pf-v5-c-tree-view__list-item__list-item__node-toggle--Top);
|
|
306
|
+
inset-inline-start: var(--pf-v5-c-tree-view__list-item__list-item__node-toggle--Left);
|
|
298
307
|
display: inline-flex;
|
|
299
308
|
align-items: center;
|
|
300
309
|
justify-content: center;
|
|
301
|
-
padding: var(--pf-v5-c-tree-view__node-toggle-button--PaddingTop)
|
|
302
|
-
|
|
303
|
-
|
|
310
|
+
padding-block-start: var(--pf-v5-c-tree-view__node-toggle-button--PaddingTop);
|
|
311
|
+
padding-block-end: var(--pf-v5-c-tree-view__node-toggle-button--PaddingBottom);
|
|
312
|
+
padding-inline-start: var(--pf-v5-c-tree-view__node-toggle-button--PaddingLeft);
|
|
313
|
+
padding-inline-end: var(--pf-v5-c-tree-view__node-toggle-button--PaddingRight);
|
|
314
|
+
margin-block-start: var(--pf-v5-c-tree-view__node-toggle-button--MarginTop);
|
|
315
|
+
margin-block-end: var(--pf-v5-c-tree-view__node-toggle-button--MarginBottom);
|
|
304
316
|
color: var(--pf-v5-c-tree-view__node-toggle--Color);
|
|
305
317
|
background-color: var(--pf-v5-c-tree-view__node-toggle--BackgroundColor);
|
|
306
318
|
border: 0;
|
|
@@ -325,7 +337,7 @@
|
|
|
325
337
|
.pf-v5-c-tree-view__node-text {
|
|
326
338
|
font-weight: inherit;
|
|
327
339
|
color: inherit;
|
|
328
|
-
text-align:
|
|
340
|
+
text-align: start;
|
|
329
341
|
background-color: transparent;
|
|
330
342
|
border: 0;
|
|
331
343
|
}
|
|
@@ -338,11 +350,14 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
338
350
|
}
|
|
339
351
|
|
|
340
352
|
.pf-v5-c-tree-view__search {
|
|
341
|
-
padding: var(--pf-v5-c-tree-view__search--PaddingTop)
|
|
353
|
+
padding-block-start: var(--pf-v5-c-tree-view__search--PaddingTop);
|
|
354
|
+
padding-block-end: var(--pf-v5-c-tree-view__search--PaddingBottom);
|
|
355
|
+
padding-inline-start: var(--pf-v5-c-tree-view__search--PaddingLeft);
|
|
356
|
+
padding-inline-end: var(--pf-v5-c-tree-view__search--PaddingRight);
|
|
342
357
|
}
|
|
343
358
|
|
|
344
359
|
.pf-v5-c-tree-view__node-icon {
|
|
345
|
-
padding-
|
|
360
|
+
padding-inline-end: var(--pf-v5-c-tree-view__node-icon--PaddingRight);
|
|
346
361
|
color: var(--pf-v5-c-tree-view__node-icon--Color);
|
|
347
362
|
}
|
|
348
363
|
|
|
@@ -357,7 +372,7 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
357
372
|
}
|
|
358
373
|
|
|
359
374
|
.pf-v5-c-tree-view__action {
|
|
360
|
-
margin-
|
|
375
|
+
margin-inline-start: var(--pf-v5-c-tree-view__action--MarginLeft);
|
|
361
376
|
}
|
|
362
377
|
|
|
363
378
|
.pf-v5-c-tree-view__list-item .pf-v5-c-tree-view__list-item {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @debug $tree-view; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
|
|
2
|
-
$pf-v5-c-tree-view--MaxNesting: 10;
|
|
2
|
+
$pf-v5-c-tree-view--MaxNesting: 10 !default;
|
|
3
3
|
|
|
4
4
|
.#{$tree-view} {
|
|
5
5
|
--#{$tree-view}--PaddingTop: var(--#{$pf-global}--spacer--sm);
|
|
@@ -173,8 +173,8 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
173
173
|
--#{$tree-view}--m-compact--m-no-background__node--nested--PaddingBottom: 0;
|
|
174
174
|
--#{$tree-view}--m-compact--m-no-background__node--before--Top: calc(var(--#{$tree-view}--m-compact__node-container--nested--PaddingTop) + var(--#{$tree-view}--m-compact__node--nested--PaddingTop) + #{pf-size-prem(4px)});
|
|
175
175
|
|
|
176
|
-
padding-
|
|
177
|
-
padding-
|
|
176
|
+
padding-block-start: var(--#{$tree-view}--PaddingTop);
|
|
177
|
+
padding-block-end: var(--#{$tree-view}--PaddingBottom);
|
|
178
178
|
|
|
179
179
|
&.pf-m-compact,
|
|
180
180
|
&.pf-m-guides {
|
|
@@ -186,13 +186,13 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
186
186
|
&::before,
|
|
187
187
|
.#{$tree-view}__node::before {
|
|
188
188
|
position: absolute;
|
|
189
|
-
|
|
189
|
+
inset-inline-start: var(--#{$tree-view}--m-guides--guide--Left);
|
|
190
190
|
content: "";
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
// vertical border
|
|
194
194
|
&::before {
|
|
195
|
-
|
|
195
|
+
inset-block-start: var(--#{$tree-view}--m-guides__list-item--before--Top);
|
|
196
196
|
z-index: var(--#{$tree-view}--m-guides__list-item--ZIndex);
|
|
197
197
|
width: var(--#{$tree-view}--m-guides__list-item--before--Width);
|
|
198
198
|
height: var(--#{$tree-view}--m-guides__list-item--before--Height);
|
|
@@ -201,7 +201,7 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
201
201
|
|
|
202
202
|
// horizontal border
|
|
203
203
|
.#{$tree-view}__node::before {
|
|
204
|
-
|
|
204
|
+
inset-block-start: var(--#{$tree-view}--m-guides__node--before--Top);
|
|
205
205
|
width: var(--#{$tree-view}--m-guides__node--before--Width);
|
|
206
206
|
height: var(--#{$tree-view}--m-guides__node--before--Height);
|
|
207
207
|
background-color: var(--#{$tree-view}--m-guides__node--before--BackgroundColor);
|
|
@@ -233,7 +233,7 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
233
233
|
|
|
234
234
|
// Level 1
|
|
235
235
|
.#{$tree-view}__list-item {
|
|
236
|
-
border-
|
|
236
|
+
border-block-end: var(--#{$tree-view}--m-compact__list-item--BorderBottomWidth) solid var(--#{$tree-view}--m-compact__list-item--BorderBottomColor);
|
|
237
237
|
|
|
238
238
|
&.pf-m-expanded {
|
|
239
239
|
--#{$tree-view}--m-compact__node-container--PaddingBottom: var(--#{$tree-view}--m-compact__list-item--m-expanded__node-container--PaddingBottom);
|
|
@@ -252,15 +252,15 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
252
252
|
// stylelint-disable max-nesting-depth, selector-max-class
|
|
253
253
|
&::before,
|
|
254
254
|
.#{$tree-view}__node::before {
|
|
255
|
-
|
|
255
|
+
inset-inline-start: var(--#{$tree-view}--m-compact--border--Left);
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
&::before {
|
|
259
|
-
|
|
259
|
+
inset-block-start: var(--#{$tree-view}--m-compact__list-item--before--Top);
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
.#{$tree-view}__node::before {
|
|
263
|
-
|
|
263
|
+
inset-block-start: var(--#{$tree-view}--m-compact__node--before--Top);
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
&:last-child::before {
|
|
@@ -276,21 +276,27 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
.#{$tree-view}__node-container {
|
|
279
|
-
padding: var(--#{$tree-view}--m-compact__node-container--nested--PaddingTop)
|
|
279
|
+
padding-block-start: var(--#{$tree-view}--m-compact__node-container--nested--PaddingTop);
|
|
280
|
+
padding-block-end: var(--#{$tree-view}--m-compact__node-container--nested--PaddingBottom);
|
|
281
|
+
padding-inline-start: var(--#{$tree-view}--m-compact__node-container--nested--PaddingLeft);
|
|
282
|
+
padding-inline-end: var(--#{$tree-view}--m-compact__node-container--nested--PaddingRight);
|
|
280
283
|
background-color: var(--#{$tree-view}--m-compact__node-container--nested--BackgroundColor);
|
|
281
284
|
}
|
|
282
285
|
|
|
283
286
|
// add margins to align item text flush left and offset gap between toggle and text
|
|
284
287
|
.#{$tree-view}__node-toggle {
|
|
285
|
-
margin-
|
|
286
|
-
margin-
|
|
288
|
+
margin-inline-start: var(--#{$tree-view}--m-compact__node-toggle--nested--MarginLeft);
|
|
289
|
+
margin-inline-end: var(--#{$tree-view}--m-compact__node-toggle--nested--MarginRight);
|
|
287
290
|
}
|
|
288
291
|
// stylelint-enable
|
|
289
292
|
}
|
|
290
293
|
}
|
|
291
294
|
|
|
292
295
|
.#{$tree-view}__node-container {
|
|
293
|
-
padding: var(--#{$tree-view}--m-compact__node-container--PaddingTop)
|
|
296
|
+
padding-block-start: var(--#{$tree-view}--m-compact__node-container--PaddingTop);
|
|
297
|
+
padding-block-end: var(--#{$tree-view}--m-compact__node-container--PaddingBottom);
|
|
298
|
+
padding-inline-start: var(--#{$tree-view}--m-compact__node-container--PaddingLeft);
|
|
299
|
+
padding-inline-end: var(--#{$tree-view}--m-compact__node-container--PaddingRight);
|
|
294
300
|
}
|
|
295
301
|
|
|
296
302
|
// stylelint-disable selector-max-class, selector-max-compound-selectors
|
|
@@ -352,7 +358,7 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
352
358
|
flex: 1 1;
|
|
353
359
|
align-items: flex-start;
|
|
354
360
|
min-width: 0;
|
|
355
|
-
text-align:
|
|
361
|
+
text-align: start;
|
|
356
362
|
cursor: pointer;
|
|
357
363
|
border: 0;
|
|
358
364
|
}
|
|
@@ -360,7 +366,10 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
360
366
|
.#{$tree-view}__node {
|
|
361
367
|
position: relative;
|
|
362
368
|
display: flex;
|
|
363
|
-
padding: var(--#{$tree-view}__node--PaddingTop)
|
|
369
|
+
padding-block-start: var(--#{$tree-view}__node--PaddingTop);
|
|
370
|
+
padding-block-end: var(--#{$tree-view}__node--PaddingBottom);
|
|
371
|
+
padding-inline-start: var(--#{$tree-view}__node--PaddingLeft);
|
|
372
|
+
padding-inline-end: var(--#{$tree-view}__node--PaddingRight);
|
|
364
373
|
color: var(--#{$tree-view}__node--Color);
|
|
365
374
|
background-color: var(--#{$tree-view}__node--BackgroundColor);
|
|
366
375
|
|
|
@@ -375,7 +384,7 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
375
384
|
}
|
|
376
385
|
|
|
377
386
|
.#{$tree-view}__node-count {
|
|
378
|
-
margin-
|
|
387
|
+
margin-inline-start: var(--#{$tree-view}__node-count--MarginLeft);
|
|
379
388
|
|
|
380
389
|
.#{$badge}.pf-m-read {
|
|
381
390
|
--#{$badge}--m-read--BackgroundColor: var(--#{$tree-view}__node-count--c-badge--m-read--BackgroundColor);
|
|
@@ -410,24 +419,27 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
410
419
|
|
|
411
420
|
// row-gap: var(--#{$tree-view}__node-content--RowGap); update when gap for flex is supported
|
|
412
421
|
> * + * {
|
|
413
|
-
margin-
|
|
422
|
+
margin-block-start: var(--#{$tree-view}__node-content--RowGap);
|
|
414
423
|
}
|
|
415
424
|
}
|
|
416
425
|
|
|
417
426
|
.#{$tree-view}__node-check {
|
|
418
|
-
margin-
|
|
427
|
+
margin-inline-end: var(--#{$tree-view}__node-check--MarginRight);
|
|
419
428
|
}
|
|
420
429
|
|
|
421
430
|
.#{$tree-view}__node-toggle {
|
|
422
431
|
position: var(--#{$tree-view}__node-toggle--Position);
|
|
423
|
-
|
|
424
|
-
|
|
432
|
+
inset-block-start: var(--#{$tree-view}__list-item__list-item__node-toggle--Top);
|
|
433
|
+
inset-inline-start: var(--#{$tree-view}__list-item__list-item__node-toggle--Left);
|
|
425
434
|
display: inline-flex;
|
|
426
435
|
align-items: center;
|
|
427
436
|
justify-content: center;
|
|
428
|
-
padding: var(--#{$tree-view}__node-toggle-button--PaddingTop)
|
|
429
|
-
|
|
430
|
-
|
|
437
|
+
padding-block-start: var(--#{$tree-view}__node-toggle-button--PaddingTop);
|
|
438
|
+
padding-block-end: var(--#{$tree-view}__node-toggle-button--PaddingBottom);
|
|
439
|
+
padding-inline-start: var(--#{$tree-view}__node-toggle-button--PaddingLeft);
|
|
440
|
+
padding-inline-end: var(--#{$tree-view}__node-toggle-button--PaddingRight);
|
|
441
|
+
margin-block-start: var(--#{$tree-view}__node-toggle-button--MarginTop);
|
|
442
|
+
margin-block-end: var(--#{$tree-view}__node-toggle-button--MarginBottom);
|
|
431
443
|
color: var(--#{$tree-view}__node-toggle--Color);
|
|
432
444
|
background-color: var(--#{$tree-view}__node-toggle--BackgroundColor);
|
|
433
445
|
border: 0;
|
|
@@ -456,7 +468,7 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
456
468
|
|
|
457
469
|
font-weight: inherit;
|
|
458
470
|
color: inherit;
|
|
459
|
-
text-align:
|
|
471
|
+
text-align: start;
|
|
460
472
|
background-color: transparent;
|
|
461
473
|
border: 0;
|
|
462
474
|
}
|
|
@@ -466,11 +478,14 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
466
478
|
}
|
|
467
479
|
|
|
468
480
|
.#{$tree-view}__search {
|
|
469
|
-
padding: var(--#{$tree-view}__search--PaddingTop)
|
|
481
|
+
padding-block-start: var(--#{$tree-view}__search--PaddingTop);
|
|
482
|
+
padding-block-end: var(--#{$tree-view}__search--PaddingBottom);
|
|
483
|
+
padding-inline-start: var(--#{$tree-view}__search--PaddingLeft);
|
|
484
|
+
padding-inline-end: var(--#{$tree-view}__search--PaddingRight);
|
|
470
485
|
}
|
|
471
486
|
|
|
472
487
|
.#{$tree-view}__node-icon {
|
|
473
|
-
padding-
|
|
488
|
+
padding-inline-end: var(--#{$tree-view}__node-icon--PaddingRight);
|
|
474
489
|
color: var(--#{$tree-view}__node-icon--Color);
|
|
475
490
|
}
|
|
476
491
|
|
|
@@ -485,7 +500,7 @@ $pf-v5-c-tree-view--MaxNesting: 10;
|
|
|
485
500
|
}
|
|
486
501
|
|
|
487
502
|
.#{$tree-view}__action {
|
|
488
|
-
margin-
|
|
503
|
+
margin-inline-start: var(--#{$tree-view}__action--MarginLeft);
|
|
489
504
|
}
|
|
490
505
|
|
|
491
506
|
// stylelint-disable no-duplicate-selectors
|
|
@@ -211,20 +211,23 @@
|
|
|
211
211
|
color: var(--pf-v5-global--Color--100);
|
|
212
212
|
position: relative;
|
|
213
213
|
z-index: var(--pf-v5-c-wizard__header--ZIndex);
|
|
214
|
-
padding: var(--pf-v5-c-wizard__header--PaddingTop)
|
|
214
|
+
padding-block-start: var(--pf-v5-c-wizard__header--PaddingTop);
|
|
215
|
+
padding-block-end: var(--pf-v5-c-wizard__header--PaddingBottom);
|
|
216
|
+
padding-inline-start: var(--pf-v5-c-wizard__header--PaddingLeft);
|
|
217
|
+
padding-inline-end: var(--pf-v5-c-wizard__header--PaddingRight);
|
|
215
218
|
background-color: var(--pf-v5-c-wizard__header--BackgroundColor);
|
|
216
219
|
}
|
|
217
220
|
.pf-v5-c-wizard__header .pf-v5-c-wizard__close {
|
|
218
221
|
position: absolute;
|
|
219
|
-
|
|
220
|
-
|
|
222
|
+
inset-block-start: var(--pf-v5-c-wizard__close--Top);
|
|
223
|
+
inset-inline-end: var(--pf-v5-c-wizard__close--Right);
|
|
221
224
|
}
|
|
222
225
|
.pf-v5-c-wizard__header .pf-v5-c-wizard__close button {
|
|
223
226
|
font-size: var(--pf-v5-c-wizard__close--FontSize);
|
|
224
227
|
}
|
|
225
228
|
|
|
226
229
|
.pf-v5-c-wizard__title {
|
|
227
|
-
padding-
|
|
230
|
+
padding-inline-end: var(--pf-v5-c-wizard__title--PaddingRight);
|
|
228
231
|
word-wrap: break-word;
|
|
229
232
|
}
|
|
230
233
|
|
|
@@ -237,7 +240,7 @@
|
|
|
237
240
|
|
|
238
241
|
.pf-v5-c-wizard__description {
|
|
239
242
|
display: none;
|
|
240
|
-
padding-
|
|
243
|
+
padding-block-start: var(--pf-v5-c-wizard__description--PaddingTop);
|
|
241
244
|
color: var(--pf-v5-c-wizard__description--Color);
|
|
242
245
|
}
|
|
243
246
|
@media screen and (min-width: 992px) {
|
|
@@ -252,7 +255,10 @@
|
|
|
252
255
|
display: flex;
|
|
253
256
|
justify-content: space-between;
|
|
254
257
|
width: 100%;
|
|
255
|
-
padding: var(--pf-v5-c-wizard__toggle--PaddingTop)
|
|
258
|
+
padding-block-start: var(--pf-v5-c-wizard__toggle--PaddingTop);
|
|
259
|
+
padding-block-end: var(--pf-v5-c-wizard__toggle--PaddingBottom);
|
|
260
|
+
padding-inline-start: var(--pf-v5-c-wizard__toggle--PaddingLeft);
|
|
261
|
+
padding-inline-end: var(--pf-v5-c-wizard__toggle--PaddingRight);
|
|
256
262
|
background-color: var(--pf-v5-c-wizard__toggle--BackgroundColor);
|
|
257
263
|
border: 0;
|
|
258
264
|
box-shadow: var(--pf-v5-c-wizard__toggle--BoxShadow);
|
|
@@ -264,7 +270,7 @@
|
|
|
264
270
|
}
|
|
265
271
|
.pf-v5-c-wizard__toggle.pf-m-expanded {
|
|
266
272
|
--pf-v5-c-wizard__toggle--BoxShadow: none;
|
|
267
|
-
border-
|
|
273
|
+
border-block-end: var(--pf-v5-c-wizard__toggle--m-expanded--BorderBottomWidth) solid var(--pf-v5-c-wizard__toggle--m-expanded--BorderBottomColor);
|
|
268
274
|
}
|
|
269
275
|
.pf-v5-c-wizard__toggle.pf-m-expanded .pf-v5-c-wizard__toggle-icon {
|
|
270
276
|
transform: rotate(var(--pf-v5-c-wizard__toggle--m-expanded__toggle-icon--Rotate));
|
|
@@ -275,18 +281,18 @@
|
|
|
275
281
|
display: flex;
|
|
276
282
|
flex-wrap: wrap;
|
|
277
283
|
align-items: baseline;
|
|
278
|
-
margin-
|
|
279
|
-
margin-
|
|
284
|
+
margin-block-end: var(--pf-v5-c-wizard__toggle-list--MarginBottom);
|
|
285
|
+
margin-inline-end: var(--pf-v5-c-wizard__toggle-list--MarginRight);
|
|
280
286
|
list-style: none;
|
|
281
287
|
}
|
|
282
288
|
|
|
283
289
|
.pf-v5-c-wizard__toggle-list-item {
|
|
284
|
-
margin-
|
|
285
|
-
text-align:
|
|
290
|
+
margin-block-end: var(--pf-v5-c-wizard__toggle-list-item--MarginBottom);
|
|
291
|
+
text-align: start;
|
|
286
292
|
word-break: break-word;
|
|
287
293
|
}
|
|
288
294
|
.pf-v5-c-wizard__toggle-list-item:not(:last-child) {
|
|
289
|
-
margin-
|
|
295
|
+
margin-inline-end: var(--pf-v5-c-wizard__toggle-list-item--not-last-child--MarginRight);
|
|
290
296
|
}
|
|
291
297
|
|
|
292
298
|
.pf-v5-c-wizard__toggle-num {
|
|
@@ -294,9 +300,12 @@
|
|
|
294
300
|
}
|
|
295
301
|
|
|
296
302
|
.pf-v5-c-wizard__toggle-separator {
|
|
297
|
-
margin-
|
|
303
|
+
margin-inline-start: var(--pf-v5-c-wizard__toggle-separator--MarginLeft);
|
|
298
304
|
color: var(--pf-v5-c-wizard__toggle-separator--Color);
|
|
299
305
|
}
|
|
306
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-wizard__toggle-separator {
|
|
307
|
+
scale: -1 1;
|
|
308
|
+
}
|
|
300
309
|
|
|
301
310
|
.pf-v5-c-wizard__toggle-icon {
|
|
302
311
|
line-height: var(--pf-v5-c-wizard__toggle-icon--LineHeight);
|
|
@@ -312,7 +321,7 @@
|
|
|
312
321
|
}
|
|
313
322
|
@media screen and (min-width: 992px) {
|
|
314
323
|
.pf-v5-c-wizard__outer-wrap {
|
|
315
|
-
padding-
|
|
324
|
+
padding-inline-start: var(--pf-v5-c-wizard__outer-wrap--lg--PaddingLeft);
|
|
316
325
|
}
|
|
317
326
|
}
|
|
318
327
|
|
|
@@ -331,8 +340,8 @@
|
|
|
331
340
|
|
|
332
341
|
.pf-v5-c-wizard__nav {
|
|
333
342
|
position: absolute;
|
|
334
|
-
|
|
335
|
-
|
|
343
|
+
inset-block-start: 0;
|
|
344
|
+
inset-inline-start: 0;
|
|
336
345
|
z-index: var(--pf-v5-c-wizard__nav--ZIndex);
|
|
337
346
|
display: none;
|
|
338
347
|
width: var(--pf-v5-c-wizard__nav--Width);
|
|
@@ -349,22 +358,22 @@
|
|
|
349
358
|
.pf-v5-c-wizard__nav {
|
|
350
359
|
display: block;
|
|
351
360
|
height: 100%;
|
|
352
|
-
border-
|
|
361
|
+
border-inline-end: var(--pf-v5-c-wizard__nav--lg--BorderRightWidth) solid var(--pf-v5-c-wizard__nav--lg--BorderRightColor);
|
|
353
362
|
}
|
|
354
363
|
}
|
|
355
364
|
|
|
356
365
|
.pf-v5-c-wizard__nav-list {
|
|
357
|
-
padding-
|
|
358
|
-
padding-
|
|
359
|
-
padding-
|
|
360
|
-
padding-
|
|
366
|
+
padding-block-start: var(--pf-v5-c-wizard__nav-list--PaddingTop);
|
|
367
|
+
padding-block-end: var(--pf-v5-c-wizard__nav-list--PaddingBottom);
|
|
368
|
+
padding-inline-start: var(--pf-v5-c-wizard__nav-list--PaddingLeft);
|
|
369
|
+
padding-inline-end: var(--pf-v5-c-wizard__nav-list--PaddingRight);
|
|
361
370
|
list-style: none;
|
|
362
371
|
counter-reset: wizard-nav-count;
|
|
363
372
|
}
|
|
364
373
|
.pf-v5-c-wizard__nav-list .pf-v5-c-wizard__nav-list {
|
|
365
374
|
padding: 0;
|
|
366
|
-
margin-
|
|
367
|
-
margin-
|
|
375
|
+
margin-block-start: var(--pf-v5-c-wizard__nav-list--nested--MarginTop);
|
|
376
|
+
margin-inline-start: var(--pf-v5-c-wizard__nav-list--nested--MarginLeft);
|
|
368
377
|
}
|
|
369
378
|
.pf-v5-c-wizard__nav-list .pf-v5-c-wizard__nav-list .pf-v5-c-wizard__nav-link::before {
|
|
370
379
|
content: none;
|
|
@@ -374,7 +383,7 @@
|
|
|
374
383
|
}
|
|
375
384
|
|
|
376
385
|
.pf-v5-c-wizard__nav-item + .pf-v5-c-wizard__nav-item {
|
|
377
|
-
margin-
|
|
386
|
+
margin-block-start: var(--pf-v5-c-wizard__nav-item--MarginTop);
|
|
378
387
|
}
|
|
379
388
|
.pf-v5-c-wizard__nav-item.pf-m-expandable > .pf-v5-c-wizard__nav-link {
|
|
380
389
|
display: flex;
|
|
@@ -394,16 +403,17 @@
|
|
|
394
403
|
display: inline-block;
|
|
395
404
|
width: 100%;
|
|
396
405
|
color: var(--pf-v5-c-wizard__nav-link--Color);
|
|
397
|
-
text-align:
|
|
406
|
+
text-align: start;
|
|
398
407
|
text-decoration: var(--pf-v5-c-wizard__nav-link--TextDecoration);
|
|
399
408
|
word-break: break-word;
|
|
400
409
|
background-color: var(--pf-v5-c-wizard__nav-link--BackgroundColor);
|
|
401
410
|
border: 0;
|
|
402
411
|
}
|
|
403
412
|
.pf-v5-c-wizard__toggle-num, .pf-v5-c-wizard__nav-link::before {
|
|
413
|
+
transform: translateX(var(--pf-v5-c-wizard__nav-link--before--TranslateX));
|
|
404
414
|
position: absolute;
|
|
405
|
-
|
|
406
|
-
|
|
415
|
+
inset-block-start: var(--pf-v5-c-wizard__nav-link--before--Top);
|
|
416
|
+
inset-inline-start: 0;
|
|
407
417
|
display: inline-flex;
|
|
408
418
|
align-items: center;
|
|
409
419
|
justify-content: center;
|
|
@@ -414,11 +424,13 @@
|
|
|
414
424
|
color: var(--pf-v5-c-wizard__nav-link--before--Color);
|
|
415
425
|
background-color: var(--pf-v5-c-wizard__nav-link--before--BackgroundColor);
|
|
416
426
|
border-radius: var(--pf-v5-c-wizard__nav-link--before--BorderRadius);
|
|
417
|
-
|
|
427
|
+
}
|
|
428
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-wizard__toggle-num, .pf-v5-c-wizard__nav-link::before {
|
|
429
|
+
transform: translateX(calc(var(--pf-v5-c-wizard__nav-link--before--TranslateX) * var(--pf-v5-global--inverse--multiplier)));
|
|
418
430
|
}
|
|
419
431
|
|
|
420
432
|
.pf-v5-c-wizard__nav-link::before {
|
|
421
|
-
|
|
433
|
+
inset-block-start: 0;
|
|
422
434
|
content: counter(wizard-nav-count);
|
|
423
435
|
counter-increment: wizard-nav-count;
|
|
424
436
|
}
|
|
@@ -453,8 +465,8 @@
|
|
|
453
465
|
}
|
|
454
466
|
|
|
455
467
|
.pf-v5-c-wizard__nav-link-toggle {
|
|
456
|
-
padding-
|
|
457
|
-
padding-
|
|
468
|
+
padding-inline-start: var(--pf-v5-c-wizard__nav-link-toggle--PaddingLeft);
|
|
469
|
+
padding-inline-end: var(--pf-v5-c-wizard__nav-link-toggle--PaddingRight);
|
|
458
470
|
color: var(--pf-v5-c-wizard__nav-link-toggle--Color);
|
|
459
471
|
}
|
|
460
472
|
|
|
@@ -463,6 +475,9 @@
|
|
|
463
475
|
transition: var(--pf-v5-c-wizard__nav-link-toggle-icon--Transition);
|
|
464
476
|
transform: rotate(var(--pf-v5-c-wizard__nav-link-toggle-icon--Rotate));
|
|
465
477
|
}
|
|
478
|
+
:where(.ws-dir-rtl, .pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-wizard__nav-link-toggle-icon {
|
|
479
|
+
scale: -1 1;
|
|
480
|
+
}
|
|
466
481
|
|
|
467
482
|
.pf-v5-c-wizard__main {
|
|
468
483
|
z-index: var(--pf-v5-c-wizard__main--ZIndex);
|
|
@@ -473,7 +488,10 @@
|
|
|
473
488
|
}
|
|
474
489
|
|
|
475
490
|
.pf-v5-c-wizard__main-body {
|
|
476
|
-
padding: var(--pf-v5-c-wizard__main-body--PaddingTop)
|
|
491
|
+
padding-block-start: var(--pf-v5-c-wizard__main-body--PaddingTop);
|
|
492
|
+
padding-block-end: var(--pf-v5-c-wizard__main-body--PaddingBottom);
|
|
493
|
+
padding-inline-start: var(--pf-v5-c-wizard__main-body--PaddingLeft);
|
|
494
|
+
padding-inline-end: var(--pf-v5-c-wizard__main-body--PaddingRight);
|
|
477
495
|
}
|
|
478
496
|
.pf-v5-c-wizard__main-body.pf-m-no-padding {
|
|
479
497
|
padding: 0;
|
|
@@ -485,21 +503,24 @@
|
|
|
485
503
|
display: flex;
|
|
486
504
|
flex-shrink: 0;
|
|
487
505
|
flex-wrap: wrap;
|
|
488
|
-
padding: var(--pf-v5-c-wizard__footer--PaddingTop)
|
|
506
|
+
padding-block-start: var(--pf-v5-c-wizard__footer--PaddingTop);
|
|
507
|
+
padding-block-end: var(--pf-v5-c-wizard__footer--PaddingBottom);
|
|
508
|
+
padding-inline-start: var(--pf-v5-c-wizard__footer--PaddingLeft);
|
|
509
|
+
padding-inline-end: var(--pf-v5-c-wizard__footer--PaddingRight);
|
|
489
510
|
background-color: var(--pf-v5-c-wizard__footer--BackgroundColor);
|
|
490
511
|
}
|
|
491
512
|
.pf-v5-c-wizard__footer > * {
|
|
492
|
-
margin-
|
|
513
|
+
margin-block-end: var(--pf-v5-c-wizard__footer--child--MarginBottom);
|
|
493
514
|
}
|
|
494
515
|
.pf-v5-c-wizard__footer > *:not(:last-child) {
|
|
495
|
-
margin-
|
|
516
|
+
margin-inline-end: var(--pf-v5-c-wizard__footer--child--MarginRight);
|
|
496
517
|
}
|
|
497
518
|
.pf-v5-c-page__main-wizard .pf-v5-c-wizard__footer, .pf-v5-c-modal-box .pf-v5-c-wizard__footer, .pf-v5-c-drawer > .pf-v5-c-wizard__footer {
|
|
498
519
|
box-shadow: var(--pf-v5-c-wizard__footer--BoxShadow);
|
|
499
520
|
}
|
|
500
521
|
|
|
501
522
|
.pf-v5-c-wizard__footer-cancel {
|
|
502
|
-
margin-
|
|
523
|
+
margin-inline-start: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
|
|
503
524
|
}
|
|
504
525
|
|
|
505
526
|
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button {
|