@patternfly/patternfly 6.0.0-alpha.3 → 6.0.0-alpha.31
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/images/PF-Backdrop.svg +1 -0
- package/assets/images/PF-IconLogo-Reverse.svg +14 -0
- package/assets/images/PF-IconLogo.svg +17 -0
- package/assets/images/logo__pf--reverse-on-md.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-lg-white.svg +32 -0
- package/assets/images/pf-c-brand__logo-on-md-white.svg +42 -0
- package/assets/images/pf-c-brand__logo-on-sm-white.svg +17 -0
- package/assets/images/pf-c-brand__logo-on-sm.svg +1 -1
- package/assets/images/pf-c-brand__logo-on-xl-white.svg +39 -0
- package/assets/images/pf_logo_white.hbs +35 -0
- package/assets/images/pf_logo_white.svg +38 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +29 -4
- package/base/_globals.scss +5 -9
- package/base/_variables.scss +8 -6
- package/base/patternfly-common.css +24 -6
- package/base/patternfly-globals.css +5 -5
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +886 -771
- package/base/tokens/_tokens-dark.scss +322 -265
- package/base/tokens/_tokens-default.scss +426 -306
- package/base/tokens/_tokens-font.scss +59 -35
- package/base/tokens/_tokens-palette.scss +69 -71
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/AboutModalBox/about-modal-box.css +80 -108
- package/components/AboutModalBox/about-modal-box.scss +64 -78
- package/components/Accordion/accordion.css +96 -175
- package/components/Accordion/accordion.scss +106 -193
- 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 +17 -15
- package/components/BackToTop/back-to-top.scss +14 -13
- 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 +25 -17
- package/components/Badge/badge.scss +27 -19
- package/components/Banner/banner.css +91 -69
- package/components/Banner/banner.scss +95 -34
- package/components/Breadcrumb/breadcrumb.css +28 -19
- package/components/Breadcrumb/breadcrumb.scss +26 -19
- package/components/Button/button.css +35 -23
- package/components/Button/button.scss +36 -26
- 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 +12 -10
- package/components/Check/check.scss +17 -12
- 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 -62
- package/components/Drawer/drawer.scss +94 -44
- package/components/Dropdown/dropdown.css +76 -69
- package/components/Dropdown/dropdown.scss +67 -62
- 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 +75 -59
- package/components/ExpandableSection/expandable-section.scss +81 -72
- 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 +29 -35
- package/components/HelperText/helper-text.scss +31 -41
- package/components/Hint/hint.css +37 -27
- package/components/Hint/hint.scss +37 -30
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +9 -9
- package/components/InlineEdit/inline-edit.scss +9 -9
- 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 +25 -25
- package/components/List/list.scss +26 -26
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +104 -122
- package/components/Login/login.scss +92 -91
- package/components/Masthead/masthead.css +68 -125
- package/components/Masthead/masthead.scss +123 -153
- package/components/Menu/menu.css +82 -65
- package/components/Menu/menu.scss +85 -69
- package/components/MenuToggle/menu-toggle.css +89 -100
- package/components/MenuToggle/menu-toggle.scss +92 -112
- package/components/ModalBox/modal-box.css +76 -69
- package/components/ModalBox/modal-box.scss +74 -70
- 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 +232 -271
- package/components/Page/page.scss +180 -231
- 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 +110 -87
- package/components/Popover/popover.scss +120 -109
- 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 +16 -13
- package/components/Radio/radio.scss +20 -14
- 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 +9 -6
- package/components/SkipToContent/skip-to-content.scss +8 -6
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +10 -6
- package/components/Switch/switch.scss +11 -7
- 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 +176 -159
- package/components/Table/table.scss +177 -165
- 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/Title/title.css +70 -19
- package/components/Title/title.scss +90 -20
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +57 -44
- package/components/Toolbar/toolbar.scss +45 -26
- package/components/Tooltip/tooltip.css +76 -44
- package/components/Tooltip/tooltip.scss +93 -77
- 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/AboutModalBox/examples/AboutModalBox.md +2 -2
- package/docs/components/Accordion/examples/Accordion.md +614 -416
- package/docs/components/Alert/examples/Alert.md +1 -1
- package/docs/components/Badge/examples/Badge.md +21 -0
- package/docs/components/Banner/examples/Banner.md +48 -25
- package/docs/components/Brand/examples/Brand.css +12 -0
- package/docs/components/Brand/examples/Brand.md +75 -32
- 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 +125 -17
- 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/ExpandableSection/examples/ExpandableSection.md +47 -24
- 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 +250 -160
- package/docs/components/Login/examples/Login.md +5 -0
- 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 +594 -543
- package/docs/components/MenuToggle/examples/MenuToggle.md +151 -138
- 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 +239 -113
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Page/examples/Page.css +0 -8
- package/docs/components/Page/examples/Page.md +22 -21
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Popover/examples/Popover.md +1 -1
- 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/TextInputGroup/examples/TextInputGroup.md +9 -9
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Title/examples/Title.md +18 -0
- package/docs/components/Toolbar/examples/Toolbar.md +570 -2803
- 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 +85 -10
- 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 +28 -12
- package/docs/demos/CardView/examples/CardView.md +139 -79
- 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 +524 -354
- 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 +793 -277
- 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 +420 -40
- package/docs/demos/Page/examples/Page.md +747 -72
- package/docs/demos/Page/examples/Penta.md +746 -0
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +2 -1
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +824 -451
- package/docs/demos/Skeleton/examples/Skeleton.md +90 -43
- package/docs/demos/Table/examples/Table.md +2313 -1887
- package/docs/demos/Tabs/examples/Tabs.md +528 -71
- package/docs/demos/Toolbar/examples/Toolbar.css +15 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +870 -1044
- 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 +921 -784
- package/patternfly-base-no-globals.css +921 -784
- package/patternfly-base-theme-dark-unversioned.css +926 -789
- package/patternfly-base.css +926 -789
- package/patternfly-no-globals.css +4838 -4253
- package/patternfly-theme-dark-unversioned.css +4843 -4258
- package/patternfly.css +4843 -4258
- 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/base/themes/dark/_variables.scss +0 -102
- package/components/AboutModalBox/themes/dark/about-modal-box.scss +0 -7
- package/components/Accordion/themes/dark/accordion.scss +0 -9
- package/components/Alert/themes/dark/alert.scss +0 -17
- package/components/Badge/themes/dark/badge.scss +0 -9
- package/components/Banner/themes/dark/banner.scss +0 -14
- package/components/HelperText/themes/dark/helper-text.scss +0 -7
- package/components/Hint/themes/dark/hint.scss +0 -8
- package/components/Login/themes/dark/login.scss +0 -12
- package/components/Masthead/themes/dark/masthead.scss +0 -14
- package/components/ModalBox/themes/dark/modal-box.scss +0 -7
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/components/Page/themes/dark/page.scss +0 -69
- package/components/Popover/themes/dark/popover.scss +0 -11
- package/components/Tooltip/themes/dark/tooltip.scss +0 -8
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
flex-wrap: wrap;
|
|
68
68
|
align-items: center;
|
|
69
69
|
justify-content: flex-end;
|
|
70
|
-
padding-
|
|
71
|
-
padding-
|
|
70
|
+
padding-inline-start: var(--pf-v5-c-pagination--PaddingLeft);
|
|
71
|
+
padding-inline-end: var(--pf-v5-c-pagination--PaddingRight);
|
|
72
72
|
}
|
|
73
73
|
@media screen and (min-width: 768px) {
|
|
74
74
|
.pf-v5-c-pagination {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
.pf-v5-c-pagination > *:not(:last-child):not(.pf-v5-c-pagination__total-items) {
|
|
96
|
-
margin-
|
|
96
|
+
margin-inline-end: var(--pf-v5-c-pagination--child--MarginRight);
|
|
97
97
|
}
|
|
98
98
|
.pf-v5-c-pagination .pf-v5-c-menu-toggle {
|
|
99
99
|
display: var(--pf-v5-c-pagination--c-menu-toggle--Display);
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
--pf-v5-c-pagination--m-sticky--BoxShadow: var(--pf-v5-c-pagination--m-bottom--m-sticky--BoxShadow);
|
|
107
107
|
--pf-v5-c-pagination--m-sticky--Top: auto;
|
|
108
108
|
position: sticky;
|
|
109
|
-
|
|
109
|
+
inset-block-end: var(--pf-v5-c-pagination--m-bottom--Bottom);
|
|
110
110
|
justify-content: center;
|
|
111
111
|
background-color: var(--pf-v5-c-pagination--m-bottom--BackgroundColor);
|
|
112
112
|
box-shadow: var(--pf-v5-c-pagination--m-bottom--BoxShadow);
|
|
@@ -143,7 +143,10 @@
|
|
|
143
143
|
--pf-v5-c-pagination--m-bottom--Bottom: auto;
|
|
144
144
|
position: relative;
|
|
145
145
|
justify-content: flex-end;
|
|
146
|
-
padding: var(--pf-v5-c-pagination--m-bottom--md--PaddingTop)
|
|
146
|
+
padding-block-start: var(--pf-v5-c-pagination--m-bottom--md--PaddingTop);
|
|
147
|
+
padding-block-end: var(--pf-v5-c-pagination--m-bottom--md--PaddingBottom);
|
|
148
|
+
padding-inline-start: var(--pf-v5-c-pagination--m-bottom--md--PaddingLeft);
|
|
149
|
+
padding-inline-end: var(--pf-v5-c-pagination--m-bottom--md--PaddingRight);
|
|
147
150
|
}
|
|
148
151
|
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-control.pf-m-first,
|
|
149
152
|
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-pagination__nav-control.pf-m-last,
|
|
@@ -164,18 +167,21 @@
|
|
|
164
167
|
.pf-v5-c-pagination.pf-m-sticky {
|
|
165
168
|
--pf-v5-c-pagination--m-bottom--Bottom: 0;
|
|
166
169
|
position: sticky;
|
|
167
|
-
|
|
170
|
+
inset-block-start: var(--pf-v5-c-pagination--m-sticky--Top);
|
|
168
171
|
z-index: var(--pf-v5-c-pagination--m-sticky--ZIndex);
|
|
169
|
-
padding-
|
|
170
|
-
padding-
|
|
171
|
-
padding-
|
|
172
|
-
padding-
|
|
172
|
+
padding-block-start: var(--pf-v5-c-pagination--m-sticky--PaddingTop);
|
|
173
|
+
padding-block-end: var(--pf-v5-c-pagination--m-sticky--PaddingBottom);
|
|
174
|
+
padding-inline-start: var(--pf-v5-c-pagination--m-sticky--PaddingLeft);
|
|
175
|
+
padding-inline-end: var(--pf-v5-c-pagination--m-sticky--PaddingRight);
|
|
173
176
|
background-color: var(--pf-v5-c-pagination--m-sticky--BackgroundColor);
|
|
174
177
|
box-shadow: var(--pf-v5-c-pagination--m-sticky--BoxShadow);
|
|
175
178
|
}
|
|
176
179
|
@media screen and (min-width: 768px) {
|
|
177
180
|
.pf-v5-c-pagination.pf-m-sticky {
|
|
178
|
-
padding: var(--pf-v5-c-pagination--m-sticky--md--PaddingTop)
|
|
181
|
+
padding-block-start: var(--pf-v5-c-pagination--m-sticky--md--PaddingTop);
|
|
182
|
+
padding-block-end: var(--pf-v5-c-pagination--m-sticky--md--PaddingBottom);
|
|
183
|
+
padding-inline-start: var(--pf-v5-c-pagination--m-sticky--md--PaddingLeft);
|
|
184
|
+
padding-inline-end: var(--pf-v5-c-pagination--m-sticky--md--PaddingRight);
|
|
179
185
|
}
|
|
180
186
|
}
|
|
181
187
|
.pf-v5-c-pagination.pf-m-compact {
|
|
@@ -190,27 +196,31 @@
|
|
|
190
196
|
justify-content: flex-end;
|
|
191
197
|
}
|
|
192
198
|
|
|
199
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-pagination__nav-control {
|
|
200
|
+
scale: -1 1;
|
|
201
|
+
}
|
|
202
|
+
|
|
193
203
|
.pf-v5-c-pagination__nav-control .pf-v5-c-button {
|
|
194
|
-
padding-
|
|
195
|
-
padding-
|
|
204
|
+
padding-inline-start: var(--pf-v5-c-pagination__nav-control--c-button--PaddingLeft);
|
|
205
|
+
padding-inline-end: var(--pf-v5-c-pagination__nav-control--c-button--PaddingRight);
|
|
196
206
|
font-size: var(--pf-v5-c-pagination__nav-control--c-button--FontSize);
|
|
197
207
|
}
|
|
198
208
|
.pf-v5-c-pagination.pf-m-compact .pf-v5-c-pagination__nav-control + .pf-v5-c-pagination__nav-control {
|
|
199
|
-
margin-
|
|
209
|
+
margin-inline-start: var(--pf-v5-c-pagination--m-compact__nav-control--nav-control--MarginLeft);
|
|
200
210
|
}
|
|
201
211
|
|
|
202
212
|
.pf-v5-c-pagination__nav-page-select {
|
|
203
213
|
display: flex;
|
|
204
214
|
align-items: center;
|
|
205
|
-
padding-
|
|
206
|
-
padding-
|
|
215
|
+
padding-inline-start: var(--pf-v5-c-pagination__nav-page-select--PaddingLeft);
|
|
216
|
+
padding-inline-end: var(--pf-v5-c-pagination__nav-page-select--PaddingRight);
|
|
207
217
|
}
|
|
208
218
|
.pf-v5-c-pagination__nav-page-select > * {
|
|
209
219
|
font-size: var(--pf-v5-c-pagination__nav-page-select--FontSize);
|
|
210
220
|
white-space: nowrap;
|
|
211
221
|
}
|
|
212
222
|
.pf-v5-c-pagination__nav-page-select > *:not(:last-child) {
|
|
213
|
-
margin-
|
|
223
|
+
margin-inline-end: var(--pf-v5-c-pagination__nav-page-select--child--MarginRight);
|
|
214
224
|
}
|
|
215
225
|
.pf-v5-c-pagination__nav-page-select .pf-v5-c-form-control {
|
|
216
226
|
width: var(--pf-v5-c-pagination__nav-page-select--c-form-control--Width);
|
|
@@ -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
|
|
|
@@ -1,27 +1,24 @@
|
|
|
1
1
|
.pf-v5-c-popover {
|
|
2
|
-
--pf-v5-c-popover--FontSize: var(--pf-
|
|
2
|
+
--pf-v5-c-popover--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
3
3
|
--pf-v5-c-popover--MinWidth: calc(var(--pf-v5-c-popover__content--PaddingLeft) + var(--pf-v5-c-popover__content--PaddingRight) + 18.75rem);
|
|
4
4
|
--pf-v5-c-popover--MaxWidth: calc(var(--pf-v5-c-popover__content--PaddingLeft) + var(--pf-v5-c-popover__content--PaddingRight) + 18.75rem);
|
|
5
|
-
--pf-v5-c-popover--BoxShadow: var(--pf-
|
|
6
|
-
--pf-v5-c-popover--
|
|
7
|
-
--pf-v5-c-popover--m-
|
|
8
|
-
--pf-v5-c-popover--m-
|
|
9
|
-
--pf-v5-c-popover--m-
|
|
10
|
-
--pf-v5-c-popover--m-
|
|
11
|
-
--pf-v5-c-popover--m-
|
|
12
|
-
--pf-v5-c-
|
|
13
|
-
--pf-v5-c-
|
|
14
|
-
--pf-v5-c-
|
|
15
|
-
--pf-v5-c-
|
|
16
|
-
--pf-v5-c-popover__content--
|
|
17
|
-
--pf-v5-c-popover__content--
|
|
18
|
-
--pf-v5-c-
|
|
19
|
-
--pf-v5-c-
|
|
20
|
-
--pf-v5-c-
|
|
21
|
-
--pf-v5-c-popover__arrow--
|
|
22
|
-
--pf-v5-c-popover__arrow--Height: var(--pf-v5-global--arrow--width-lg);
|
|
23
|
-
--pf-v5-c-popover__arrow--BoxShadow: var(--pf-v5-global--BoxShadow--lg);
|
|
24
|
-
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
5
|
+
--pf-v5-c-popover--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
6
|
+
--pf-v5-c-popover--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
7
|
+
--pf-v5-c-popover--m-danger__title-icon--Color: var(--pf-t--global--icon--color--status--danger--default);
|
|
8
|
+
--pf-v5-c-popover--m-warning__title-icon--Color: var(--pf-t--global--icon--color--status--warning--default);
|
|
9
|
+
--pf-v5-c-popover--m-success__title-icon--Color: var(--pf-t--global--icon--color--status--success--default);
|
|
10
|
+
--pf-v5-c-popover--m-info__title-icon--Color: var(--pf-t--global--icon--color--status--info--default);
|
|
11
|
+
--pf-v5-c-popover--m-custom__title-icon--Color: var(--pf-t--global--icon--color--status--custom--default);
|
|
12
|
+
--pf-v5-c-popover__content--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
13
|
+
--pf-v5-c-popover__content--PaddingTop: var(--pf-t--global--spacer--md);
|
|
14
|
+
--pf-v5-c-popover__content--PaddingRight: var(--pf-t--global--spacer--md);
|
|
15
|
+
--pf-v5-c-popover__content--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
16
|
+
--pf-v5-c-popover__content--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
17
|
+
--pf-v5-c-popover__content--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
18
|
+
--pf-v5-c-popover__arrow--Width: 0.9375rem;
|
|
19
|
+
--pf-v5-c-popover__arrow--Height: 0.9375rem;
|
|
20
|
+
--pf-v5-c-popover__arrow--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
21
|
+
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-t--global--background--color--floating--default);
|
|
25
22
|
--pf-v5-c-popover__arrow--m-top--TranslateX: -50%;
|
|
26
23
|
--pf-v5-c-popover__arrow--m-top--TranslateY: 50%;
|
|
27
24
|
--pf-v5-c-popover__arrow--m-top--Rotate: 45deg;
|
|
@@ -34,21 +31,27 @@
|
|
|
34
31
|
--pf-v5-c-popover__arrow--m-left--TranslateX: 50%;
|
|
35
32
|
--pf-v5-c-popover__arrow--m-left--TranslateY: -50%;
|
|
36
33
|
--pf-v5-c-popover__arrow--m-left--Rotate: 45deg;
|
|
37
|
-
--pf-v5-c-
|
|
38
|
-
--pf-v5-c-
|
|
39
|
-
--pf-v5-c-
|
|
40
|
-
--pf-v5-c-
|
|
41
|
-
--pf-v5-c-
|
|
42
|
-
--pf-v5-c-
|
|
43
|
-
--pf-v5-c-
|
|
44
|
-
--pf-v5-c-
|
|
45
|
-
--pf-v5-c-popover__title-
|
|
46
|
-
--pf-v5-c-popover__title-
|
|
47
|
-
--pf-v5-c-
|
|
34
|
+
--pf-v5-c-popover__arrow--m-inline-top--Top: var(--pf-t--global--border--radius--medium);
|
|
35
|
+
--pf-v5-c-popover__arrow--m-inline-bottom--Bottom: var(--pf-t--global--border--radius--medium);
|
|
36
|
+
--pf-v5-c-popover__arrow--m-block-left--Left: var(--pf-t--global--border--radius--medium);
|
|
37
|
+
--pf-v5-c-popover__arrow--m-block-right--Right: var(--pf-t--global--border--radius--medium);
|
|
38
|
+
--pf-v5-c-popover__close--Top: calc(var(--pf-v5-c-popover__content--PaddingTop) - (var(--pf-t--global--spacer--xs) * 1.5));
|
|
39
|
+
--pf-v5-c-popover__close--Right: var(--pf-v5-c-popover__content--PaddingRight);
|
|
40
|
+
--pf-v5-c-popover__close--sibling--PaddingRight: var(--pf-t--global--spacer--2xl);
|
|
41
|
+
--pf-v5-c-popover__header--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
42
|
+
--pf-v5-c-popover__title-text--Color: var(--pf-t--global--text--color--regular);
|
|
43
|
+
--pf-v5-c-popover__title-text--FontFamily: var(--pf-t--global--font--family--body);
|
|
44
|
+
--pf-v5-c-popover__title-text--FontSize: var(--pf-t--global--font--size--body--lg);
|
|
45
|
+
--pf-v5-c-popover__title-text--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
46
|
+
--pf-v5-c-popover__title-icon--MarginRight: var(--pf-t--global--spacer--sm);
|
|
47
|
+
--pf-v5-c-popover__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
48
|
+
--pf-v5-c-popover__title-icon--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
49
|
+
--pf-v5-c-popover__footer--MarginTop: var(--pf-t--global--spacer--md);
|
|
48
50
|
position: relative;
|
|
49
51
|
min-width: var(--pf-v5-c-popover--MinWidth);
|
|
50
52
|
max-width: var(--pf-v5-c-popover--MaxWidth);
|
|
51
53
|
font-size: var(--pf-v5-c-popover--FontSize);
|
|
54
|
+
border-radius: var(--pf-v5-c-popover--BorderRadius);
|
|
52
55
|
box-shadow: var(--pf-v5-c-popover--BoxShadow);
|
|
53
56
|
}
|
|
54
57
|
.pf-v5-c-popover.pf-m-no-padding {
|
|
@@ -61,87 +64,115 @@
|
|
|
61
64
|
--pf-v5-c-popover--MinWidth: auto;
|
|
62
65
|
--pf-v5-c-popover--MaxWidth: none;
|
|
63
66
|
}
|
|
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
|
-
|
|
67
|
+
.pf-v5-c-popover:is(.pf-m-top,
|
|
68
|
+
.pf-m-top-left,
|
|
69
|
+
.pf-m-top-right) {
|
|
70
|
+
--pf-v5-c-popover__arrow--Bottom: var(--pf-v5-c-popover--m-top--Bottom, 0);
|
|
71
|
+
--pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover--m-top--Left, 50%);
|
|
72
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-top--TranslateX);
|
|
73
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-top--TranslateY);
|
|
74
|
+
--pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-top--Rotate);
|
|
75
|
+
}
|
|
76
|
+
.pf-v5-c-popover:is(.pf-m-bottom,
|
|
77
|
+
.pf-m-bottom-left,
|
|
78
|
+
.pf-m-bottom-right) {
|
|
79
|
+
--pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover--m-bottom--Top, 0);
|
|
80
|
+
--pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover--m-bottom--Left, 50%);
|
|
81
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-bottom--TranslateX);
|
|
82
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-bottom--TranslateY);
|
|
83
|
+
--pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-bottom--Rotate);
|
|
84
|
+
}
|
|
85
|
+
.pf-v5-c-popover:is(.pf-m-left,
|
|
86
|
+
.pf-m-left-top,
|
|
87
|
+
.pf-m-left-bottom) {
|
|
88
|
+
--pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover--m-left--Top, 50%);
|
|
89
|
+
--pf-v5-c-popover__arrow--Right: var(--pf-v5-c-popover--m-left--Right, 0);
|
|
90
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-left--TranslateX);
|
|
91
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-left--TranslateY);
|
|
92
|
+
--pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-left--Rotate);
|
|
93
|
+
}
|
|
94
|
+
.pf-v5-c-popover:is(.pf-m-right,
|
|
95
|
+
.pf-m-right-top,
|
|
96
|
+
.pf-m-right-bottom) {
|
|
97
|
+
--pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover--m-right--Top, 50%);
|
|
98
|
+
--pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover--m-right--Left, 0);
|
|
99
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-right--TranslateX);
|
|
100
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-right--TranslateY);
|
|
101
|
+
--pf-v5-c-popover__arrow--Rotate: var(--pf-v5-c-popover__arrow--m-right--Rotate);
|
|
102
|
+
}
|
|
103
|
+
.pf-v5-c-popover:is(.pf-m-left-top,
|
|
104
|
+
.pf-m-right-top) {
|
|
105
|
+
--pf-v5-c-popover__arrow--Top: var(--pf-v5-c-popover__arrow--m-inline-top--Top);
|
|
106
|
+
--pf-v5-c-popover__arrow--TranslateY: var(--pf-v5-c-popover__arrow--m-top--TranslateY);
|
|
107
|
+
}
|
|
108
|
+
.pf-v5-c-popover:is(.pf-m-left-bottom,
|
|
109
|
+
.pf-m-right-bottom) {
|
|
110
|
+
--pf-v5-c-popover__arrow--Top: auto;
|
|
111
|
+
--pf-v5-c-popover__arrow--Bottom: var(--pf-v5-c-popover__arrow--m-inline-bottom--Bottom);
|
|
112
|
+
}
|
|
113
|
+
.pf-v5-c-popover:is(.pf-m-top-left,
|
|
114
|
+
.pf-m-bottom-left) {
|
|
115
|
+
--pf-v5-c-popover__arrow--Left: var(--pf-v5-c-popover__arrow--m-block-left--Left);
|
|
116
|
+
--pf-v5-c-popover__arrow--TranslateX: var(--pf-v5-c-popover__arrow--m-left--TranslateX);
|
|
117
|
+
}
|
|
118
|
+
.pf-v5-c-popover:is(.pf-m-top-right,
|
|
119
|
+
.pf-m-bottom-right) {
|
|
120
|
+
--pf-v5-c-popover__arrow--Right: var(--pf-v5-c-popover__arrow--m-block-right--Right);
|
|
121
|
+
--pf-v5-c-popover__arrow--Left: auto;
|
|
97
122
|
}
|
|
98
123
|
.pf-v5-c-popover.pf-m-danger {
|
|
99
124
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-danger__title-icon--Color);
|
|
100
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-danger__title-text--Color);
|
|
101
125
|
}
|
|
102
126
|
.pf-v5-c-popover.pf-m-warning {
|
|
103
127
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-warning__title-icon--Color);
|
|
104
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-warning__title-text--Color);
|
|
105
128
|
}
|
|
106
129
|
.pf-v5-c-popover.pf-m-success {
|
|
107
130
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-success__title-icon--Color);
|
|
108
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-success__title-text--Color);
|
|
109
131
|
}
|
|
110
132
|
.pf-v5-c-popover.pf-m-custom {
|
|
111
133
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-custom__title-icon--Color);
|
|
112
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-custom__title-text--Color);
|
|
113
134
|
}
|
|
114
135
|
.pf-v5-c-popover.pf-m-info {
|
|
115
136
|
--pf-v5-c-popover__title-icon--Color: var(--pf-v5-c-popover--m-info__title-icon--Color);
|
|
116
|
-
--pf-v5-c-popover__title-text--Color: var(--pf-v5-c-popover--m-info__title-text--Color);
|
|
117
137
|
}
|
|
118
138
|
|
|
119
139
|
.pf-v5-c-popover__content {
|
|
120
140
|
position: relative;
|
|
121
|
-
padding: var(--pf-v5-c-popover__content--PaddingTop)
|
|
141
|
+
padding-block-start: var(--pf-v5-c-popover__content--PaddingTop);
|
|
142
|
+
padding-block-end: var(--pf-v5-c-popover__content--PaddingBottom);
|
|
143
|
+
padding-inline-start: var(--pf-v5-c-popover__content--PaddingLeft);
|
|
144
|
+
padding-inline-end: var(--pf-v5-c-popover__content--PaddingRight);
|
|
122
145
|
background-color: var(--pf-v5-c-popover__content--BackgroundColor);
|
|
146
|
+
border-radius: var(--pf-v5-c-popover__content--BorderRadius);
|
|
123
147
|
}
|
|
124
148
|
|
|
125
149
|
.pf-v5-c-popover__close {
|
|
126
150
|
position: absolute;
|
|
127
|
-
|
|
128
|
-
|
|
151
|
+
inset-block-start: var(--pf-v5-c-popover__close--Top);
|
|
152
|
+
inset-inline-end: var(--pf-v5-c-popover__close--Right);
|
|
129
153
|
}
|
|
130
154
|
.pf-v5-c-popover__close + * {
|
|
131
|
-
padding-
|
|
155
|
+
padding-inline-end: var(--pf-v5-c-popover__close--sibling--PaddingRight);
|
|
132
156
|
}
|
|
133
157
|
|
|
134
158
|
.pf-v5-c-popover__arrow {
|
|
135
159
|
position: absolute;
|
|
160
|
+
/* stylelint-disable liberty/use-logical-spec */
|
|
161
|
+
top: var(--pf-v5-c-popover__arrow--Top, auto);
|
|
162
|
+
right: var(--pf-v5-c-popover__arrow--Right, auto);
|
|
163
|
+
bottom: var(--pf-v5-c-popover__arrow--Bottom, auto);
|
|
164
|
+
left: var(--pf-v5-c-popover__arrow--Left, auto);
|
|
165
|
+
/* stylelint-enable */
|
|
136
166
|
width: var(--pf-v5-c-popover__arrow--Width);
|
|
137
167
|
height: var(--pf-v5-c-popover__arrow--Height);
|
|
138
168
|
pointer-events: none;
|
|
139
169
|
background-color: var(--pf-v5-c-popover__arrow--BackgroundColor);
|
|
140
170
|
box-shadow: var(--pf-v5-c-popover__arrow--BoxShadow);
|
|
171
|
+
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
172
|
}
|
|
142
173
|
|
|
143
174
|
.pf-v5-c-popover__header {
|
|
144
|
-
margin-
|
|
175
|
+
margin-block-end: var(--pf-v5-c-popover__header--MarginBottom);
|
|
145
176
|
}
|
|
146
177
|
|
|
147
178
|
.pf-v5-c-popover__title {
|
|
@@ -150,7 +181,7 @@
|
|
|
150
181
|
}
|
|
151
182
|
|
|
152
183
|
.pf-v5-c-popover__title-icon {
|
|
153
|
-
margin-
|
|
184
|
+
margin-inline-end: var(--pf-v5-c-popover__title-icon--MarginRight);
|
|
154
185
|
font-size: var(--pf-v5-c-popover__title-icon--FontSize);
|
|
155
186
|
color: var(--pf-v5-c-popover__title-icon--Color);
|
|
156
187
|
}
|
|
@@ -158,8 +189,8 @@
|
|
|
158
189
|
.pf-v5-c-popover__title-text {
|
|
159
190
|
font-family: var(--pf-v5-c-popover__title-text--FontFamily);
|
|
160
191
|
font-size: var(--pf-v5-c-popover__title-text--FontSize);
|
|
161
|
-
|
|
162
|
-
color: var(--pf-v5-c-popover__title-text--Color
|
|
192
|
+
font-weight: var(--pf-v5-c-popover__title-text--FontWeight);
|
|
193
|
+
color: var(--pf-v5-c-popover__title-text--Color);
|
|
163
194
|
}
|
|
164
195
|
|
|
165
196
|
.pf-v5-c-popover__body {
|
|
@@ -167,13 +198,5 @@
|
|
|
167
198
|
}
|
|
168
199
|
|
|
169
200
|
.pf-v5-c-popover__footer {
|
|
170
|
-
margin-
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-popover {
|
|
174
|
-
--pf-v5-c-popover__content--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
175
|
-
--pf-v5-c-popover__arrow--BackgroundColor: var(--pf-v5-global--BackgroundColor--300);
|
|
176
|
-
--pf-v5-c-popover--m-custom__title-text--Color: var(--pf-v5-global--custom-color--200);
|
|
177
|
-
--pf-v5-c-popover--m-info__title-text--Color: var(--pf-v5-global--info-color--100);
|
|
178
|
-
--pf-v5-c-popover--m-success__title-text--Color: var(--pf-v5-global--success-color--100);
|
|
201
|
+
margin-block-start: var(--pf-v5-c-popover__footer--MarginTop);
|
|
179
202
|
}
|