@patternfly/patternfly 6.0.0-alpha.1 → 6.0.0-alpha.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/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 +14 -14
- package/base/_variables.scss +12 -0
- package/base/patternfly-common.css +16 -2
- package/base/patternfly-globals.css +13 -14
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +865 -0
- package/base/tokens/_tokens-dark.scss +331 -0
- package/base/tokens/_tokens-default.scss +379 -0
- package/base/tokens/_tokens-font.scss +96 -0
- package/base/tokens/_tokens-palette.scss +75 -0
- 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 +27 -20
- package/components/Alert/alert-group.scss +27 -20
- package/components/Alert/alert.css +74 -95
- package/components/Alert/alert.scss +76 -89
- 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 +167 -195
- package/components/Button/button.scss +187 -157
- 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 +100 -97
- package/components/Content/content.scss +101 -98
- 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 +68 -125
- package/components/Masthead/masthead.scss +123 -153
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +89 -99
- package/components/MenuToggle/menu-toggle.scss +92 -108
- 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 +162 -133
- package/components/Nav/nav.scss +162 -135
- 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 +203 -135
- package/components/Page/page.scss +149 -108
- 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 +264 -203
- package/components/Table/table-grid.scss +61 -47
- 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 +181 -158
- package/components/Table/table.scss +181 -164
- 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 +48 -43
- package/components/Toolbar/toolbar.scss +29 -23
- 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/Alert/examples/Alert.md +1 -1
- 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/Masthead/examples/masthead.md +7 -54
- 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 +102 -81
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +3 -25
- 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/AboutModal/examples/AboutModal.md +83 -8
- package/docs/demos/Alert/examples/Alert.md +249 -24
- package/docs/demos/BackToTop/examples/BackToTop.md +83 -8
- package/docs/demos/Banner/examples/Banner.md +168 -16
- 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 +107 -28
- package/docs/demos/ContextSelector/examples/ContextSelector.md +332 -32
- package/docs/demos/Dashboard/examples/Dashboard.md +86 -11
- package/docs/demos/DataList/examples/DataList.md +340 -34
- package/docs/demos/DescriptionList/examples/DescriptionList.md +249 -24
- package/docs/demos/Drawer/examples/Drawer.md +415 -40
- package/docs/demos/JumpLinks/examples/JumpLinks.md +498 -48
- package/docs/demos/Masthead/examples/Masthead.md +742 -67
- package/docs/demos/Modal/examples/Modal.md +498 -48
- package/docs/demos/Nav/examples/Nav.md +664 -64
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +415 -40
- package/docs/demos/Page/examples/Page.md +747 -72
- package/docs/demos/Page/examples/Penta.md +746 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +741 -180
- package/docs/demos/Skeleton/examples/Skeleton.md +90 -43
- package/docs/demos/Table/examples/Table.md +1581 -372
- package/docs/demos/Tabs/examples/Tabs.md +526 -69
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +210 -60
- package/docs/demos/Wizard/examples/Wizard.md +747 -72
- 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 +886 -3
- package/patternfly-base-no-globals.css +886 -3
- package/patternfly-base-theme-dark-unversioned.css +899 -17
- package/patternfly-base.css +899 -17
- package/patternfly-no-globals.css +4239 -2698
- package/patternfly-theme-dark-unversioned.css +4252 -2712
- package/patternfly.css +4252 -2712
- 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/Alert/themes/dark/alert.scss +0 -17
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -104,13 +104,13 @@ $pf-v5-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
104
104
|
flex-wrap: wrap;
|
|
105
105
|
align-items: center;
|
|
106
106
|
justify-content: flex-end;
|
|
107
|
-
padding-
|
|
108
|
-
padding-
|
|
107
|
+
padding-inline-start: var(--#{$pagination}--PaddingLeft);
|
|
108
|
+
padding-inline-end: var(--#{$pagination}--PaddingRight);
|
|
109
109
|
|
|
110
110
|
// stylelint-disable selector-not-notation
|
|
111
111
|
// update to single :not() in breaking change
|
|
112
112
|
> *:not(:last-child):not(.#{$pagination}__total-items) {
|
|
113
|
-
margin-
|
|
113
|
+
margin-inline-end: var(--#{$pagination}--child--MarginRight);
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.#{$menu-toggle} {
|
|
@@ -135,7 +135,7 @@ $pf-v5-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
position: sticky;
|
|
138
|
-
|
|
138
|
+
inset-block-end: var(--#{$pagination}--m-bottom--Bottom);
|
|
139
139
|
justify-content: center;
|
|
140
140
|
background-color: var(--#{$pagination}--m-bottom--BackgroundColor);
|
|
141
141
|
box-shadow: var(--#{$pagination}--m-bottom--BoxShadow);
|
|
@@ -172,7 +172,10 @@ $pf-v5-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
172
172
|
|
|
173
173
|
position: relative;
|
|
174
174
|
justify-content: flex-end;
|
|
175
|
-
padding: var(--#{$pagination}--m-bottom--md--PaddingTop)
|
|
175
|
+
padding-block-start: var(--#{$pagination}--m-bottom--md--PaddingTop);
|
|
176
|
+
padding-block-end: var(--#{$pagination}--m-bottom--md--PaddingBottom);
|
|
177
|
+
padding-inline-start: var(--#{$pagination}--m-bottom--md--PaddingLeft);
|
|
178
|
+
padding-inline-end: var(--#{$pagination}--m-bottom--md--PaddingRight);
|
|
176
179
|
|
|
177
180
|
.#{$pagination}__nav-control.pf-m-first,
|
|
178
181
|
.#{$pagination}__nav-control.pf-m-last,
|
|
@@ -199,17 +202,20 @@ $pf-v5-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
199
202
|
--#{$pagination}--m-bottom--Bottom: 0;
|
|
200
203
|
|
|
201
204
|
position: sticky;
|
|
202
|
-
|
|
205
|
+
inset-block-start: var(--#{$pagination}--m-sticky--Top);
|
|
203
206
|
z-index: var(--#{$pagination}--m-sticky--ZIndex);
|
|
204
|
-
padding-
|
|
205
|
-
padding-
|
|
206
|
-
padding-
|
|
207
|
-
padding-
|
|
207
|
+
padding-block-start: var(--#{$pagination}--m-sticky--PaddingTop);
|
|
208
|
+
padding-block-end: var(--#{$pagination}--m-sticky--PaddingBottom);
|
|
209
|
+
padding-inline-start: var(--#{$pagination}--m-sticky--PaddingLeft);
|
|
210
|
+
padding-inline-end: var(--#{$pagination}--m-sticky--PaddingRight);
|
|
208
211
|
background-color: var(--#{$pagination}--m-sticky--BackgroundColor);
|
|
209
212
|
box-shadow: var(--#{$pagination}--m-sticky--BoxShadow);
|
|
210
213
|
|
|
211
214
|
@media screen and (min-width: $pf-v5-global--breakpoint--md) {
|
|
212
|
-
padding: var(--#{$pagination}--m-sticky--md--PaddingTop)
|
|
215
|
+
padding-block-start: var(--#{$pagination}--m-sticky--md--PaddingTop);
|
|
216
|
+
padding-block-end: var(--#{$pagination}--m-sticky--md--PaddingBottom);
|
|
217
|
+
padding-inline-start: var(--#{$pagination}--m-sticky--md--PaddingLeft);
|
|
218
|
+
padding-inline-end: var(--#{$pagination}--m-sticky--md--PaddingRight);
|
|
213
219
|
}
|
|
214
220
|
}
|
|
215
221
|
|
|
@@ -231,14 +237,16 @@ $pf-v5-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
231
237
|
|
|
232
238
|
// nav control
|
|
233
239
|
.#{$pagination}__nav-control {
|
|
240
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
241
|
+
|
|
234
242
|
.#{$button} {
|
|
235
|
-
padding-
|
|
236
|
-
padding-
|
|
243
|
+
padding-inline-start: var(--#{$pagination}__nav-control--c-button--PaddingLeft);
|
|
244
|
+
padding-inline-end: var(--#{$pagination}__nav-control--c-button--PaddingRight);
|
|
237
245
|
font-size: var(--#{$pagination}__nav-control--c-button--FontSize);
|
|
238
246
|
}
|
|
239
247
|
|
|
240
248
|
.#{$pagination}.pf-m-compact & + & {
|
|
241
|
-
margin-
|
|
249
|
+
margin-inline-start: var(--#{$pagination}--m-compact__nav-control--nav-control--MarginLeft);
|
|
242
250
|
}
|
|
243
251
|
}
|
|
244
252
|
|
|
@@ -246,15 +254,15 @@ $pf-v5-c-pagination--variable-map: build-spacer-map("none", "sm", "md", "lg", "x
|
|
|
246
254
|
.#{$pagination}__nav-page-select {
|
|
247
255
|
display: flex;
|
|
248
256
|
align-items: center;
|
|
249
|
-
padding-
|
|
250
|
-
padding-
|
|
257
|
+
padding-inline-start: var(--#{$pagination}__nav-page-select--PaddingLeft);
|
|
258
|
+
padding-inline-end: var(--#{$pagination}__nav-page-select--PaddingRight);
|
|
251
259
|
|
|
252
260
|
> * {
|
|
253
261
|
font-size: var(--#{$pagination}__nav-page-select--FontSize);
|
|
254
262
|
white-space: nowrap;
|
|
255
263
|
|
|
256
264
|
&:not(:last-child) {
|
|
257
|
-
margin-
|
|
265
|
+
margin-inline-end: var(--#{$pagination}__nav-page-select--child--MarginRight);
|
|
258
266
|
}
|
|
259
267
|
}
|
|
260
268
|
|
|
@@ -39,10 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
.pf-v5-c-panel::before {
|
|
41
41
|
position: absolute;
|
|
42
|
-
|
|
43
|
-
right: 0;
|
|
44
|
-
bottom: 0;
|
|
45
|
-
left: 0;
|
|
42
|
+
inset: 0;
|
|
46
43
|
pointer-events: none;
|
|
47
44
|
content: "";
|
|
48
45
|
border: var(--pf-v5-c-panel--before--BorderWidth) solid var(--pf-v5-c-panel--before--BorderColor);
|
|
@@ -62,7 +59,10 @@
|
|
|
62
59
|
}
|
|
63
60
|
|
|
64
61
|
.pf-v5-c-panel__header {
|
|
65
|
-
padding: var(--pf-v5-c-panel__header--PaddingTop)
|
|
62
|
+
padding-block-start: var(--pf-v5-c-panel__header--PaddingTop);
|
|
63
|
+
padding-block-end: var(--pf-v5-c-panel__header--PaddingBottom);
|
|
64
|
+
padding-inline-start: var(--pf-v5-c-panel__header--PaddingLeft);
|
|
65
|
+
padding-inline-end: var(--pf-v5-c-panel__header--PaddingRight);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.pf-v5-c-panel__main {
|
|
@@ -71,11 +71,17 @@
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.pf-v5-c-panel__main-body {
|
|
74
|
-
padding: var(--pf-v5-c-panel__main-body--PaddingTop)
|
|
74
|
+
padding-block-start: var(--pf-v5-c-panel__main-body--PaddingTop);
|
|
75
|
+
padding-block-end: var(--pf-v5-c-panel__main-body--PaddingBottom);
|
|
76
|
+
padding-inline-start: var(--pf-v5-c-panel__main-body--PaddingLeft);
|
|
77
|
+
padding-inline-end: var(--pf-v5-c-panel__main-body--PaddingRight);
|
|
75
78
|
}
|
|
76
79
|
|
|
77
80
|
.pf-v5-c-panel__footer {
|
|
78
|
-
padding: var(--pf-v5-c-panel__footer--PaddingTop)
|
|
81
|
+
padding-block-start: var(--pf-v5-c-panel__footer--PaddingTop);
|
|
82
|
+
padding-block-end: var(--pf-v5-c-panel__footer--PaddingBottom);
|
|
83
|
+
padding-inline-start: var(--pf-v5-c-panel__footer--PaddingLeft);
|
|
84
|
+
padding-inline-end: var(--pf-v5-c-panel__footer--PaddingRight);
|
|
79
85
|
box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
|
|
80
86
|
}
|
|
81
87
|
|
|
@@ -58,10 +58,7 @@
|
|
|
58
58
|
|
|
59
59
|
&::before {
|
|
60
60
|
position: absolute;
|
|
61
|
-
|
|
62
|
-
right: 0;
|
|
63
|
-
bottom: 0;
|
|
64
|
-
left: 0;
|
|
61
|
+
inset: 0;
|
|
65
62
|
pointer-events: none;
|
|
66
63
|
content: "";
|
|
67
64
|
border: var(--#{$panel}--before--BorderWidth) solid var(--#{$panel}--before--BorderColor);
|
|
@@ -85,7 +82,10 @@
|
|
|
85
82
|
}
|
|
86
83
|
|
|
87
84
|
.#{$panel}__header {
|
|
88
|
-
padding: var(--#{$panel}__header--PaddingTop)
|
|
85
|
+
padding-block-start: var(--#{$panel}__header--PaddingTop);
|
|
86
|
+
padding-block-end: var(--#{$panel}__header--PaddingBottom);
|
|
87
|
+
padding-inline-start: var(--#{$panel}__header--PaddingLeft);
|
|
88
|
+
padding-inline-end: var(--#{$panel}__header--PaddingRight);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.#{$panel}__main {
|
|
@@ -94,11 +94,17 @@
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.#{$panel}__main-body {
|
|
97
|
-
padding: var(--#{$panel}__main-body--PaddingTop)
|
|
97
|
+
padding-block-start: var(--#{$panel}__main-body--PaddingTop);
|
|
98
|
+
padding-block-end: var(--#{$panel}__main-body--PaddingBottom);
|
|
99
|
+
padding-inline-start: var(--#{$panel}__main-body--PaddingLeft);
|
|
100
|
+
padding-inline-end: var(--#{$panel}__main-body--PaddingRight);
|
|
98
101
|
}
|
|
99
102
|
|
|
100
103
|
.#{$panel}__footer {
|
|
101
|
-
padding: var(--#{$panel}__footer--PaddingTop)
|
|
104
|
+
padding-block-start: var(--#{$panel}__footer--PaddingTop);
|
|
105
|
+
padding-block-end: var(--#{$panel}__footer--PaddingBottom);
|
|
106
|
+
padding-inline-start: var(--#{$panel}__footer--PaddingLeft);
|
|
107
|
+
padding-inline-end: var(--#{$panel}__footer--PaddingRight);
|
|
102
108
|
box-shadow: var(--#{$panel}__footer--BoxShadow);
|
|
103
109
|
}
|
|
104
110
|
|
|
@@ -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 {
|