@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.9
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 +13 -3
- 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 +21 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +16 -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 +16 -0
- package/base/tokens/_tokens-font.scss +16 -14
- package/components/AboutModalBox/about-modal-box.css +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- 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 +19 -13
- package/components/Alert/alert.scss +18 -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 +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -5
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +33 -21
- package/components/Button/button.scss +35 -23
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- 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 +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -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 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -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 +120 -61
- package/components/Drawer/drawer.scss +92 -43
- 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 +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- 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 +27 -24
- package/components/JumpLinks/jump-links.scss +26 -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 +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +33 -27
- package/components/MenuToggle/menu-toggle.scss +33 -27
- 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 +120 -93
- package/components/Nav/nav.scss +120 -93
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- 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 +135 -77
- package/components/Page/page.scss +81 -52
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +27 -17
- 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 +72 -40
- package/components/Popover/popover.scss +95 -75
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +3 -3
- package/components/Radio/radio.scss +3 -3
- 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 +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- 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 -195
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +92 -70
- package/components/Table/table.scss +90 -70
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -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 +26 -21
- package/components/Tooltip/tooltip.css +60 -28
- package/components/Tooltip/tooltip.scss +76 -56
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +15 -15
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -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 +120 -30
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +4 -21
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +525 -431
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +24 -20
- package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
- package/docs/demos/DataList/examples/DataList.md +8 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +336 -252
- package/docs/demos/Tabs/examples/Tabs.md +28 -21
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
- 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 +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +37 -3
- package/patternfly-base-no-globals.css +37 -3
- package/patternfly-base-theme-dark-unversioned.css +38 -4
- package/patternfly-base.css +38 -4
- package/patternfly-no-globals.css +2748 -1960
- package/patternfly-theme-dark-unversioned.css +2749 -1961
- package/patternfly.css +2749 -1961
- 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/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -61,39 +61,61 @@
|
|
|
61
61
|
--pf-v5-c-popover--MinWidth: auto;
|
|
62
62
|
--pf-v5-c-popover--MaxWidth: none;
|
|
63
63
|
}
|
|
64
|
-
.pf-v5-c-popover.pf-m-top
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
.pf-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
.pf-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
}
|
|
91
|
-
.pf-v5-c-popover.pf-m-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
64
|
+
.pf-v5-c-popover:is(.pf-m-top,
|
|
65
|
+
.pf-m-top-left,
|
|
66
|
+
.pf-m-top-right) {
|
|
67
|
+
--pf-v5-c-popover__arrow--Bottom: var(--pf-v5-c-popover--m-top--Bottom, 0);
|
|
68
|
+
--pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover--m-top--Left, 50%);
|
|
69
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-top--TranslateX);
|
|
70
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-top--TranslateY);
|
|
71
|
+
--pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-top--Rotate);
|
|
72
|
+
}
|
|
73
|
+
.pf-v5-c-popover:is(.pf-m-bottom,
|
|
74
|
+
.pf-m-bottom-left,
|
|
75
|
+
.pf-m-bottom-right) {
|
|
76
|
+
--pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover--m-bottom--Top, 0);
|
|
77
|
+
--pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover--m-bottom--Left, 50%);
|
|
78
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-bottom--TranslateX);
|
|
79
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-bottom--TranslateY);
|
|
80
|
+
--pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-bottom--Rotate);
|
|
81
|
+
}
|
|
82
|
+
.pf-v5-c-popover:is(.pf-m-left,
|
|
83
|
+
.pf-m-left-top,
|
|
84
|
+
.pf-m-left-bottom) {
|
|
85
|
+
--pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover--m-left--Top, 50%);
|
|
86
|
+
--pf-v5-c-popover__arrow--Right: var(--pf-v5-c-popover--m-left--Right, 0);
|
|
87
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-left--TranslateX);
|
|
88
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-left--TranslateY);
|
|
89
|
+
--pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-left--Rotate);
|
|
90
|
+
}
|
|
91
|
+
.pf-v5-c-popover:is(.pf-m-right,
|
|
92
|
+
.pf-m-right-top,
|
|
93
|
+
.pf-m-right-bottom) {
|
|
94
|
+
--pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover--m-right--Top, 50%);
|
|
95
|
+
--pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover--m-right--Left, 0);
|
|
96
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-right--TranslateX);
|
|
97
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-right--TranslateY);
|
|
98
|
+
--pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-right--Rotate);
|
|
99
|
+
}
|
|
100
|
+
.pf-v5-c-popover:is(.pf-m-left-top,
|
|
101
|
+
.pf-m-right-top) {
|
|
102
|
+
--pf-v5-c-popover__arrow--Top: 0;
|
|
103
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-top--TranslateY);
|
|
104
|
+
}
|
|
105
|
+
.pf-v5-c-popover:is(.pf-m-left-bottom,
|
|
106
|
+
.pf-m-right-bottom) {
|
|
107
|
+
--pf-v5-c-popover__arrow--Top: auto;
|
|
108
|
+
--pf-v5-c-popover__arrow--Bottom: 0;
|
|
109
|
+
}
|
|
110
|
+
.pf-v5-c-popover:is(.pf-m-top-left,
|
|
111
|
+
.pf-m-bottom-left) {
|
|
112
|
+
--pf-v5-c-popover__arrow--Left: 0;
|
|
113
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-left--TranslateX);
|
|
114
|
+
}
|
|
115
|
+
.pf-v5-c-popover:is(.pf-m-top-right,
|
|
116
|
+
.pf-m-bottom-right) {
|
|
117
|
+
--pf-v5-c-popover__arrow--Right: 0;
|
|
118
|
+
--pf-v5-c-popover__arrow--Left: auto;
|
|
97
119
|
}
|
|
98
120
|
.pf-v5-c-popover.pf-m-danger {
|
|
99
121
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-danger__title-icon--Color);
|
|
@@ -118,30 +140,40 @@
|
|
|
118
140
|
|
|
119
141
|
.pf-v5-c-popover__content {
|
|
120
142
|
position: relative;
|
|
121
|
-
padding: var(--pf-v5-c-popover__content--PaddingTop)
|
|
143
|
+
padding-block-start: var(--pf-v5-c-popover__content--PaddingTop);
|
|
144
|
+
padding-block-end: var(--pf-v5-c-popover__content--PaddingBottom);
|
|
145
|
+
padding-inline-start: var(--pf-v5-c-popover__content--PaddingLeft);
|
|
146
|
+
padding-inline-end: var(--pf-v5-c-popover__content--PaddingRight);
|
|
122
147
|
background-color: var(--pf-v5-c-popover__content--BackgroundColor);
|
|
123
148
|
}
|
|
124
149
|
|
|
125
150
|
.pf-v5-c-popover__close {
|
|
126
151
|
position: absolute;
|
|
127
|
-
|
|
128
|
-
|
|
152
|
+
inset-block-start: var(--pf-v5-c-popover__close--Top);
|
|
153
|
+
inset-inline-end: var(--pf-v5-c-popover__close--Right);
|
|
129
154
|
}
|
|
130
155
|
.pf-v5-c-popover__close + * {
|
|
131
|
-
padding-
|
|
156
|
+
padding-inline-end: var(--pf-v5-c-popover__close--sibling--PaddingRight);
|
|
132
157
|
}
|
|
133
158
|
|
|
134
159
|
.pf-v5-c-popover__arrow {
|
|
135
160
|
position: absolute;
|
|
161
|
+
/* stylelint-disable liberty/use-logical-spec */
|
|
162
|
+
top: var(--pf-v5-c-popover__arrow--Top, auto);
|
|
163
|
+
right: var(--pf-v5-c-popover__arrow--Right, auto);
|
|
164
|
+
bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
|
|
165
|
+
left: var(--pf-v5-c-popover__arrow--Left, auto);
|
|
166
|
+
/* stylelint-enable */
|
|
136
167
|
width: var(--pf-v5-c-popover__arrow--Width);
|
|
137
168
|
height: var(--pf-v5-c-popover__arrow--Height);
|
|
138
169
|
pointer-events: none;
|
|
139
170
|
background-color: var(--pf-v5-c-popover__arrow--BackgroundColor);
|
|
140
171
|
box-shadow: var(--pf-v5-c-popover__arrow--BoxShadow);
|
|
172
|
+
transform: translateX(var(--pf-v5-c-popover__arrow--TranslateX, 0)) translateY(var(--pf-v5-c-popover__arrow--TranslateY, 0)) rotate(var(--pf-v5-c-popover__arrow--Rotate, 0));
|
|
141
173
|
}
|
|
142
174
|
|
|
143
175
|
.pf-v5-c-popover__header {
|
|
144
|
-
margin-
|
|
176
|
+
margin-block-end: var(--pf-v5-c-popover__header--MarginBottom);
|
|
145
177
|
}
|
|
146
178
|
|
|
147
179
|
.pf-v5-c-popover__title {
|
|
@@ -150,7 +182,7 @@
|
|
|
150
182
|
}
|
|
151
183
|
|
|
152
184
|
.pf-v5-c-popover__title-icon {
|
|
153
|
-
margin-
|
|
185
|
+
margin-inline-end: var(--pf-v5-c-popover__title-icon--MarginRight);
|
|
154
186
|
font-size: var(--pf-v5-c-popover__title-icon--FontSize);
|
|
155
187
|
color: var(--pf-v5-c-popover__title-icon--Color);
|
|
156
188
|
}
|
|
@@ -167,7 +199,7 @@
|
|
|
167
199
|
}
|
|
168
200
|
|
|
169
201
|
.pf-v5-c-popover__footer {
|
|
170
|
-
margin-
|
|
202
|
+
margin-block-start: var(--pf-v5-c-popover__footer--MarginTop);
|
|
171
203
|
}
|
|
172
204
|
|
|
173
205
|
:where(.pf-v5-theme-dark) .pf-v5-c-popover {
|
|
@@ -88,74 +88,84 @@
|
|
|
88
88
|
--#{$popover}--MaxWidth: none;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
91
|
+
&:is(
|
|
92
|
+
.pf-m-top,
|
|
93
|
+
.pf-m-top-left,
|
|
94
|
+
.pf-m-top-right
|
|
95
|
+
) {
|
|
96
|
+
--#{$popover}__arrow--Bottom: var(--#{$popover}--m-top--Bottom, 0);
|
|
97
|
+
--#{$popover}__arrow--Left: var(--#{$popover}--m-top--Left, 50%);
|
|
98
|
+
--#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-top--TranslateX);
|
|
99
|
+
--#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-top--TranslateY);
|
|
100
|
+
--#{$popover}__arrow--Rotate: var(--#{$popover}__arrow--m-top--Rotate);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&:is(
|
|
104
|
+
.pf-m-bottom,
|
|
105
|
+
.pf-m-bottom-left,
|
|
106
|
+
.pf-m-bottom-right
|
|
107
|
+
) {
|
|
108
|
+
--#{$popover}__arrow--Top: var(--#{$popover}--m-bottom--Top, 0);
|
|
109
|
+
--#{$popover}__arrow--Left: var(--#{$popover}--m-bottom--Left, 50%);
|
|
110
|
+
--#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-bottom--TranslateX);
|
|
111
|
+
--#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-bottom--TranslateY);
|
|
112
|
+
--#{$popover}__arrow--Rotate: var(--#{$popover}__arrow--m-bottom--Rotate);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&:is(
|
|
116
|
+
.pf-m-left,
|
|
117
|
+
.pf-m-left-top,
|
|
118
|
+
.pf-m-left-bottom
|
|
119
|
+
) {
|
|
120
|
+
--#{$popover}__arrow--Top: var(--#{$popover}--m-left--Top, 50%);
|
|
121
|
+
--#{$popover}__arrow--Right: var(--#{$popover}--m-left--Right, 0);
|
|
122
|
+
--#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-left--TranslateX);
|
|
123
|
+
--#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-left--TranslateY);
|
|
124
|
+
--#{$popover}__arrow--Rotate: var(--#{$popover}__arrow--m-left--Rotate);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&:is(
|
|
128
|
+
.pf-m-right,
|
|
129
|
+
.pf-m-right-top,
|
|
130
|
+
.pf-m-right-bottom
|
|
131
|
+
) {
|
|
132
|
+
--#{$popover}__arrow--Top: var(--#{$popover}--m-right--Top, 50%);
|
|
133
|
+
--#{$popover}__arrow--Left: var(--#{$popover}--m-right--Left, 0);
|
|
134
|
+
--#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-right--TranslateX);
|
|
135
|
+
--#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-right--TranslateY);
|
|
136
|
+
--#{$popover}__arrow--Rotate: var(--#{$popover}__arrow--m-right--Rotate);
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
&:is(
|
|
140
|
+
.pf-m-left-top,
|
|
141
|
+
.pf-m-right-top
|
|
142
|
+
) {
|
|
143
|
+
--#{$popover}__arrow--Top: 0;
|
|
144
|
+
--#{$popover}__arrow--TranslateY: var(--#{$popover}__arrow--m-top--TranslateY);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
&:is(
|
|
148
|
+
.pf-m-left-bottom,
|
|
149
|
+
.pf-m-right-bottom
|
|
150
|
+
) {
|
|
151
|
+
--#{$popover}__arrow--Top: auto;
|
|
152
|
+
--#{$popover}__arrow--Bottom: 0;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
&:is(
|
|
156
|
+
.pf-m-top-left,
|
|
157
|
+
.pf-m-bottom-left
|
|
158
|
+
) {
|
|
159
|
+
--#{$popover}__arrow--Left: 0;
|
|
160
|
+
--#{$popover}__arrow--TranslateX: var(--#{$popover}__arrow--m-left--TranslateX);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
&:is(
|
|
164
|
+
.pf-m-top-right,
|
|
165
|
+
.pf-m-bottom-right
|
|
166
|
+
) {
|
|
167
|
+
--#{$popover}__arrow--Right: 0;
|
|
168
|
+
--#{$popover}__arrow--Left: auto;
|
|
159
169
|
}
|
|
160
170
|
|
|
161
171
|
&.pf-m-danger {
|
|
@@ -186,33 +196,43 @@
|
|
|
186
196
|
|
|
187
197
|
.#{$popover}__content {
|
|
188
198
|
position: relative;
|
|
189
|
-
padding: var(--#{$popover}__content--PaddingTop)
|
|
199
|
+
padding-block-start: var(--#{$popover}__content--PaddingTop);
|
|
200
|
+
padding-block-end: var(--#{$popover}__content--PaddingBottom);
|
|
201
|
+
padding-inline-start: var(--#{$popover}__content--PaddingLeft);
|
|
202
|
+
padding-inline-end: var(--#{$popover}__content--PaddingRight);
|
|
190
203
|
background-color: var(--#{$popover}__content--BackgroundColor);
|
|
191
204
|
}
|
|
192
205
|
|
|
193
206
|
// Close button
|
|
194
207
|
.#{$popover}__close {
|
|
195
208
|
position: absolute;
|
|
196
|
-
|
|
197
|
-
|
|
209
|
+
inset-block-start: var(--#{$popover}__close--Top);
|
|
210
|
+
inset-inline-end: var(--#{$popover}__close--Right);
|
|
198
211
|
|
|
199
212
|
// Create room for the close button
|
|
200
213
|
+ * {
|
|
201
|
-
padding-
|
|
214
|
+
padding-inline-end: var(--#{$popover}__close--sibling--PaddingRight);
|
|
202
215
|
}
|
|
203
216
|
}
|
|
204
217
|
|
|
205
218
|
.#{$popover}__arrow {
|
|
206
219
|
position: absolute;
|
|
220
|
+
/* stylelint-disable liberty/use-logical-spec */
|
|
221
|
+
top: var(--#{$popover}__arrow--Top, auto);
|
|
222
|
+
right: var(--#{$popover}__arrow--Right, auto);
|
|
223
|
+
bottom: var(--#{$popover}__arrow--Bottom, auto);
|
|
224
|
+
left: var(--#{$popover}__arrow--Left, auto);
|
|
225
|
+
/* stylelint-enable */
|
|
207
226
|
width: var(--#{$popover}__arrow--Width);
|
|
208
227
|
height: var(--#{$popover}__arrow--Height);
|
|
209
228
|
pointer-events: none;
|
|
210
229
|
background-color: var(--#{$popover}__arrow--BackgroundColor);
|
|
211
230
|
box-shadow: var(--#{$popover}__arrow--BoxShadow);
|
|
231
|
+
transform: translateX(var(--#{$popover}__arrow--TranslateX, 0)) translateY(var(--#{$popover}__arrow--TranslateY, 0)) rotate(var(--#{$popover}__arrow--Rotate, 0));
|
|
212
232
|
}
|
|
213
233
|
|
|
214
234
|
.#{$popover}__header {
|
|
215
|
-
margin-
|
|
235
|
+
margin-block-end: var(--#{$popover}__header--MarginBottom);
|
|
216
236
|
}
|
|
217
237
|
|
|
218
238
|
.#{$popover}__title {
|
|
@@ -221,7 +241,7 @@
|
|
|
221
241
|
}
|
|
222
242
|
|
|
223
243
|
.#{$popover}__title-icon {
|
|
224
|
-
margin-
|
|
244
|
+
margin-inline-end: var(--#{$popover}__title-icon--MarginRight);
|
|
225
245
|
font-size: var(--#{$popover}__title-icon--FontSize);
|
|
226
246
|
color: var(--#{$popover}__title-icon--Color);
|
|
227
247
|
}
|
|
@@ -239,7 +259,7 @@
|
|
|
239
259
|
}
|
|
240
260
|
|
|
241
261
|
.#{$popover}__footer {
|
|
242
|
-
margin-
|
|
262
|
+
margin-block-start: var(--#{$popover}__footer--MarginTop);
|
|
243
263
|
}
|
|
244
264
|
|
|
245
265
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
.pf-v5-c-progress.pf-m-outside .pf-v5-c-progress__measure.pf-m-static-width {
|
|
71
71
|
min-width: var(--pf-v5-c-progress__measure--m-static-width--MinWidth);
|
|
72
|
-
text-align:
|
|
72
|
+
text-align: start;
|
|
73
73
|
}
|
|
74
74
|
.pf-v5-c-progress.pf-m-outside .pf-v5-c-progress__bar,
|
|
75
75
|
.pf-v5-c-progress.pf-m-outside .pf-v5-c-progress__indicator {
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
gap: var(--pf-v5-c-progress__status--Gap);
|
|
125
125
|
align-items: flex-start;
|
|
126
126
|
justify-content: flex-end;
|
|
127
|
-
text-align:
|
|
127
|
+
text-align: end;
|
|
128
128
|
word-break: break-word;
|
|
129
129
|
}
|
|
130
130
|
|
|
@@ -132,6 +132,12 @@
|
|
|
132
132
|
color: var(--pf-v5-c-progress__status-icon--Color);
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
+
.pf-v5-c-progress__bar::before,
|
|
136
|
+
.pf-v5-c-progress__indicator {
|
|
137
|
+
top: 0;
|
|
138
|
+
left: 0;
|
|
139
|
+
}
|
|
140
|
+
|
|
135
141
|
.pf-v5-c-progress__bar {
|
|
136
142
|
position: relative;
|
|
137
143
|
grid-row: 2/3;
|
|
@@ -142,8 +148,6 @@
|
|
|
142
148
|
}
|
|
143
149
|
.pf-v5-c-progress__bar::before {
|
|
144
150
|
position: absolute;
|
|
145
|
-
top: 0;
|
|
146
|
-
left: 0;
|
|
147
151
|
width: 100%;
|
|
148
152
|
height: 100%;
|
|
149
153
|
content: "";
|
|
@@ -153,8 +157,6 @@
|
|
|
153
157
|
|
|
154
158
|
.pf-v5-c-progress__indicator {
|
|
155
159
|
position: absolute;
|
|
156
|
-
top: 0;
|
|
157
|
-
left: 0;
|
|
158
160
|
height: var(--pf-v5-c-progress__indicator--Height);
|
|
159
161
|
background-color: var(--pf-v5-c-progress__indicator--BackgroundColor);
|
|
160
162
|
}
|
|
@@ -162,7 +164,7 @@
|
|
|
162
164
|
.pf-v5-c-progress__helper-text {
|
|
163
165
|
grid-row: 3/4;
|
|
164
166
|
grid-column: 1/3;
|
|
165
|
-
margin-
|
|
167
|
+
margin-block-start: var(--pf-v5-c-progress__helper-text--MarginTop);
|
|
166
168
|
}
|
|
167
169
|
|
|
168
170
|
:where(.pf-v5-theme-dark) .pf-v5-c-progress {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
|
|
94
94
|
&.pf-m-static-width {
|
|
95
95
|
min-width: var(--#{$progress}__measure--m-static-width--MinWidth);
|
|
96
|
-
text-align:
|
|
96
|
+
text-align: start;
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
gap: var(--#{$progress}__status--Gap);
|
|
167
167
|
align-items: flex-start;
|
|
168
168
|
justify-content: flex-end;
|
|
169
|
-
text-align:
|
|
169
|
+
text-align: end;
|
|
170
170
|
word-break: break-word;
|
|
171
171
|
}
|
|
172
172
|
|
|
@@ -175,6 +175,15 @@
|
|
|
175
175
|
color: var(--#{$progress}__status-icon--Color);
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
+
.#{$progress}__bar::before,
|
|
179
|
+
.#{$progress}__indicator {
|
|
180
|
+
// disable linter as the indicator element should always grow ltr
|
|
181
|
+
// stylelint-disable liberty/use-logical-spec
|
|
182
|
+
top: 0;
|
|
183
|
+
left: 0;
|
|
184
|
+
// stylelint-enable
|
|
185
|
+
}
|
|
186
|
+
|
|
178
187
|
// The progress__bar is a white underlay with a semi-transparent color on top, which matches the progress__indicator color
|
|
179
188
|
.#{$progress}__bar {
|
|
180
189
|
position: relative;
|
|
@@ -186,8 +195,6 @@
|
|
|
186
195
|
|
|
187
196
|
&::before {
|
|
188
197
|
position: absolute;
|
|
189
|
-
top: 0;
|
|
190
|
-
left: 0;
|
|
191
198
|
width: 100%;
|
|
192
199
|
height: 100%;
|
|
193
200
|
content: "";
|
|
@@ -200,8 +207,6 @@
|
|
|
200
207
|
// It is assumed that the width of the progress__indicator is set inline or via Javascript
|
|
201
208
|
.#{$progress}__indicator {
|
|
202
209
|
position: absolute; // position absolute to bring above the semi-transparent bar overlay
|
|
203
|
-
top: 0;
|
|
204
|
-
left: 0;
|
|
205
210
|
height: var(--#{$progress}__indicator--Height);
|
|
206
211
|
background-color: var(--#{$progress}__indicator--BackgroundColor);
|
|
207
212
|
}
|
|
@@ -209,7 +214,7 @@
|
|
|
209
214
|
.#{$progress}__helper-text {
|
|
210
215
|
grid-row: 3 / 4;
|
|
211
216
|
grid-column: 1 / 3;
|
|
212
|
-
margin-
|
|
217
|
+
margin-block-start: var(--#{$progress}__helper-text--MarginTop);
|
|
213
218
|
}
|
|
214
219
|
|
|
215
220
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
@@ -17,7 +17,9 @@
|
|
|
17
17
|
--pf-v5-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns: 1fr;
|
|
18
18
|
--pf-v5-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom: var(--pf-v5-global--spacer--sm);
|
|
19
19
|
--pf-v5-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow: auto;
|
|
20
|
+
--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop: 0;
|
|
20
21
|
--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight: 0;
|
|
22
|
+
--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft: 0;
|
|
21
23
|
--pf-v5-c-progress-stepper--m-vertical--m-center__step-main--MarginRight: 0;
|
|
22
24
|
--pf-v5-c-progress-stepper--m-vertical--m-center__step-main--MarginLeft: 0;
|
|
23
25
|
--pf-v5-c-progress-stepper--m-horizontal--GridAutoFlow: column;
|
|
@@ -57,7 +59,7 @@
|
|
|
57
59
|
--pf-v5-c-progress-stepper--m-center__step-description--MarginRight: 0;
|
|
58
60
|
--pf-v5-c-progress-stepper--m-center__step-description--MarginLeft: 0;
|
|
59
61
|
--pf-v5-c-progress-stepper--GridTemplateRows: auto 1fr;
|
|
60
|
-
--pf-v5-c-progress-stepper__step-connector--JustifyContent: start;
|
|
62
|
+
--pf-v5-c-progress-stepper__step-connector--JustifyContent: flex-start;
|
|
61
63
|
--pf-v5-c-progress-stepper__step-icon--ZIndex: var(--pf-v5-global--ZIndex--xs);
|
|
62
64
|
--pf-v5-c-progress-stepper__step-icon--Width: 1.75rem;
|
|
63
65
|
--pf-v5-c-progress-stepper__step-icon--Height: var(--pf-v5-c-progress-stepper__step-icon--Width);
|
|
@@ -69,7 +71,7 @@
|
|
|
69
71
|
--pf-v5-c-progress-stepper__pficon--MarginTop: 3px;
|
|
70
72
|
--pf-v5-c-progress-stepper__fa-exclamation-triangle--MarginTop: -5px;
|
|
71
73
|
--pf-v5-c-progress-stepper__step-title--Color: var(--pf-v5-global--Color--100);
|
|
72
|
-
--pf-v5-c-progress-stepper__step-title--TextAlign:
|
|
74
|
+
--pf-v5-c-progress-stepper__step-title--TextAlign: start;
|
|
73
75
|
--pf-v5-c-progress-stepper__step-title--FontSize: var(--pf-v5-global--FontSize--md);
|
|
74
76
|
--pf-v5-c-progress-stepper__step-title--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
|
75
77
|
--pf-v5-c-progress-stepper__step--m-current__step-title--FontWeight: var(--pf-v5-global--FontWeight--bold);
|
|
@@ -91,7 +93,7 @@
|
|
|
91
93
|
--pf-v5-c-progress-stepper__step-description--MarginTop: var(--pf-v5-global--spacer--xs);
|
|
92
94
|
--pf-v5-c-progress-stepper__step-description--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
93
95
|
--pf-v5-c-progress-stepper__step-description--Color: var(--pf-v5-global--Color--200);
|
|
94
|
-
--pf-v5-c-progress-stepper__step-description--TextAlign:
|
|
96
|
+
--pf-v5-c-progress-stepper__step-description--TextAlign: start;
|
|
95
97
|
--pf-v5-c-progress-stepper--GridAutoFlow: var(--pf-v5-c-progress-stepper--m-vertical--GridAutoFlow);
|
|
96
98
|
--pf-v5-c-progress-stepper--GridTemplateColumns: var(--pf-v5-c-progress-stepper--m-vertical--GridTemplateColumns);
|
|
97
99
|
--pf-v5-c-progress-stepper__step-connector--before--Top: var(--pf-v5-c-progress-stepper--m-vertical__step-connector--before--Top);
|
|
@@ -160,7 +162,7 @@
|
|
|
160
162
|
position: relative;
|
|
161
163
|
}
|
|
162
164
|
.pf-v5-c-progress-stepper.pf-m-center .pf-v5-c-progress-stepper__step:not(:last-of-type) > .pf-v5-c-progress-stepper__step-connector::before {
|
|
163
|
-
|
|
165
|
+
inset-inline-start: var(--pf-v5-c-progress-stepper--m-center__step-connector--before--Left);
|
|
164
166
|
}
|
|
165
167
|
.pf-v5-c-progress-stepper.pf-m-center:not(.pf-m-compact) .pf-v5-c-progress-stepper__step:not(:last-of-type) > .pf-v5-c-progress-stepper__step-main::before {
|
|
166
168
|
content: var(--pf-v5-c-progress-stepper--m-center__step-main--before--Content);
|
|
@@ -177,8 +179,9 @@
|
|
|
177
179
|
--pf-v5-c-progress-stepper__step--m-current__step-title--FontWeight: var(--pf-v5-c-progress-stepper--m-compact__step-title--FontWeight);
|
|
178
180
|
--pf-v5-c-progress-stepper__pficon--MarginTop: var(--pf-v5-c-progress-stepper--m-compact__pficon--MarginTop);
|
|
179
181
|
--pf-v5-c-progress-stepper__fa-exclamation-triangle--MarginTop: var(--pf-v5-c-progress-stepper--m-compact__fa-exclamation-triangle--MarginTop);
|
|
180
|
-
--pf-v5-c-progress-stepper--m-vertical__step-main--
|
|
182
|
+
--pf-v5-c-progress-stepper--m-vertical__step-main--MarginTop: var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginTop);
|
|
181
183
|
--pf-v5-c-progress-stepper--m-vertical__step-main--MarginRight: var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight);
|
|
184
|
+
--pf-v5-c-progress-stepper--m-vertical__step-main--MarginLeft: var(--pf-v5-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft);
|
|
182
185
|
display: inline-grid;
|
|
183
186
|
grid-template-columns: var(--pf-v5-c-progress-stepper--m-compact--GridTemplateColumns);
|
|
184
187
|
grid-auto-flow: var(--pf-v5-c-progress-stepper--m-compact--GridAutoFlow);
|
|
@@ -186,15 +189,15 @@
|
|
|
186
189
|
.pf-v5-c-progress-stepper.pf-m-compact .pf-v5-c-progress-stepper__step-connector {
|
|
187
190
|
grid-row: var(--pf-v5-c-progress-stepper--m-compact__step-connector--GridRow);
|
|
188
191
|
min-width: var(--pf-v5-c-progress-stepper--m-compact__step-connector--MinWidth);
|
|
189
|
-
padding-
|
|
192
|
+
padding-block-end: var(--pf-v5-c-progress-stepper--m-compact__step-connector--PaddingBottom);
|
|
190
193
|
}
|
|
191
194
|
.pf-v5-c-progress-stepper.pf-m-compact .pf-v5-c-progress-stepper__step-main {
|
|
192
|
-
margin-
|
|
195
|
+
margin-block-end: var(--pf-v5-c-progress-stepper--m-compact__step-main--MarginBottom);
|
|
193
196
|
}
|
|
194
197
|
.pf-v5-c-progress-stepper.pf-m-compact .pf-v5-c-progress-stepper__step:not(.pf-m-current) .pf-v5-c-progress-stepper__step-main {
|
|
195
198
|
position: fixed;
|
|
196
|
-
|
|
197
|
-
|
|
199
|
+
inset-block-start: 0;
|
|
200
|
+
inset-inline-start: 0;
|
|
198
201
|
overflow: hidden;
|
|
199
202
|
clip: rect(0, 0, 0, 0);
|
|
200
203
|
white-space: nowrap;
|
|
@@ -248,13 +251,13 @@
|
|
|
248
251
|
}
|
|
249
252
|
.pf-v5-c-progress-stepper__step:not(:last-of-type) > .pf-v5-c-progress-stepper__step-connector::before {
|
|
250
253
|
position: absolute;
|
|
251
|
-
|
|
252
|
-
|
|
254
|
+
inset-block-start: var(--pf-v5-c-progress-stepper__step-connector--before--Top);
|
|
255
|
+
inset-inline-start: var(--pf-v5-c-progress-stepper__step-connector--before--Left);
|
|
253
256
|
width: var(--pf-v5-c-progress-stepper__step-connector--before--Width);
|
|
254
257
|
height: var(--pf-v5-c-progress-stepper__step-connector--before--Height);
|
|
255
258
|
content: "";
|
|
256
|
-
border-
|
|
257
|
-
border-
|
|
259
|
+
border-block-end: var(--pf-v5-c-progress-stepper__step-connector--before--BorderBottomWidth) solid var(--pf-v5-c-progress-stepper__step-connector--before--BorderBottomColor);
|
|
260
|
+
border-inline-end: var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightWidth) solid var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightColor);
|
|
258
261
|
transform: var(--pf-v5-c-progress-stepper__step-connector--before--Transform);
|
|
259
262
|
}
|
|
260
263
|
|
|
@@ -272,25 +275,28 @@
|
|
|
272
275
|
border-radius: 50%;
|
|
273
276
|
}
|
|
274
277
|
.pf-v5-c-progress-stepper__step-icon .pf-v5-pficon {
|
|
275
|
-
margin-
|
|
278
|
+
margin-block-start: var(--pf-v5-c-progress-stepper__pficon--MarginTop);
|
|
276
279
|
}
|
|
277
280
|
.pf-v5-c-progress-stepper__step-icon .fa-exclamation-triangle {
|
|
278
|
-
margin-
|
|
281
|
+
margin-block-start: var(--pf-v5-c-progress-stepper__fa-exclamation-triangle--MarginTop);
|
|
279
282
|
}
|
|
280
283
|
|
|
281
284
|
.pf-v5-c-progress-stepper__step-main {
|
|
282
285
|
min-width: 0;
|
|
283
|
-
margin: var(--pf-v5-c-progress-stepper__step-main--MarginTop)
|
|
286
|
+
margin-block-start: var(--pf-v5-c-progress-stepper__step-main--MarginTop);
|
|
287
|
+
margin-block-end: var(--pf-v5-c-progress-stepper__step-main--MarginBottom);
|
|
288
|
+
margin-inline-start: var(--pf-v5-c-progress-stepper__step-main--MarginLeft);
|
|
289
|
+
margin-inline-end: var(--pf-v5-c-progress-stepper__step-main--MarginRight);
|
|
284
290
|
text-align: var(--pf-v5-c-progress-stepper--step-main--TextAlign, auto);
|
|
285
291
|
overflow-wrap: anywhere;
|
|
286
292
|
}
|
|
287
293
|
.pf-v5-c-progress-stepper__step:not(:last-of-type) > .pf-v5-c-progress-stepper__step-main::before {
|
|
288
294
|
position: absolute;
|
|
289
|
-
|
|
290
|
-
|
|
295
|
+
inset-block-start: calc(100% + var(--pf-v5-c-progress-stepper__step-main--MarginTop));
|
|
296
|
+
inset-inline-start: calc(50% - var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightWidth) / 2);
|
|
291
297
|
width: auto;
|
|
292
298
|
height: calc(var(--pf-v5-c-progress-stepper__step-main--MarginTop) + var(--pf-v5-c-progress-stepper__step-main--MarginBottom));
|
|
293
|
-
border-
|
|
299
|
+
border-inline-end: var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightWidth) solid var(--pf-v5-c-progress-stepper__step-connector--before--BorderRightColor);
|
|
294
300
|
}
|
|
295
301
|
|
|
296
302
|
.pf-v5-c-progress-stepper__step-title {
|
|
@@ -319,7 +325,7 @@
|
|
|
319
325
|
}
|
|
320
326
|
|
|
321
327
|
.pf-v5-c-progress-stepper__step-description {
|
|
322
|
-
margin-
|
|
328
|
+
margin-block-start: var(--pf-v5-c-progress-stepper__step-description--MarginTop);
|
|
323
329
|
font-size: var(--pf-v5-c-progress-stepper__step-description--FontSize);
|
|
324
330
|
color: var(--pf-v5-c-progress-stepper__step-description--Color);
|
|
325
331
|
text-align: var(--pf-v5-c-progress-stepper__step-description--TextAlign);
|