@patternfly/patternfly 5.0.2 → 5.1.0-prerelease.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +22 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +17 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/base/patternfly-variables.css +5 -0
- package/components/AboutModalBox/about-modal-box.css +20 -13
- package/components/AboutModalBox/about-modal-box.scss +20 -13
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +16 -13
- package/components/Alert/alert.scss +16 -13
- package/components/AppLauncher/app-launcher.css +32 -23
- package/components/AppLauncher/app-launcher.scss +32 -23
- package/components/BackToTop/back-to-top.css +2 -2
- package/components/BackToTop/back-to-top.scss +2 -2
- package/components/Backdrop/backdrop.css +2 -2
- package/components/Backdrop/backdrop.scss +2 -2
- package/components/BackgroundImage/background-image.css +2 -2
- package/components/BackgroundImage/background-image.scss +2 -2
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -2
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +6 -3
- package/components/Breadcrumb/breadcrumb.scss +6 -3
- package/components/Button/button.css +23 -17
- package/components/Button/button.scss +22 -16
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +21 -15
- package/components/CalendarMonth/calendar-month.scss +21 -15
- package/components/Card/card.css +21 -16
- package/components/Card/card.scss +21 -16
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +16 -10
- package/components/ClipboardCopy/clipboard-copy.scss +14 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +33 -30
- package/components/Content/content.scss +33 -30
- package/components/ContextSelector/context-selector.css +41 -26
- package/components/ContextSelector/context-selector.scss +40 -25
- package/components/ContextSelector/themes/dark/context-selector.scss +1 -1
- package/components/DataList/data-list-grid.css +21 -49
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +66 -84
- package/components/DataList/data-list.scss +45 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +75 -60
- package/components/Drawer/drawer.scss +51 -36
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +50 -50
- package/components/Form/form.scss +44 -44
- package/components/FormControl/form-control.css +21 -11
- package/components/FormControl/form-control.scss +21 -11
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +24 -24
- package/components/JumpLinks/jump-links.scss +24 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +69 -66
- package/components/Menu/menu.scss +69 -67
- package/components/MenuToggle/menu-toggle.css +41 -29
- package/components/MenuToggle/menu-toggle.scss +41 -29
- package/components/ModalBox/modal-box.css +19 -19
- package/components/ModalBox/modal-box.scss +20 -20
- package/components/MultipleFileUpload/multiple-file-upload.css +11 -8
- package/components/MultipleFileUpload/multiple-file-upload.scss +11 -8
- package/components/Nav/nav.css +100 -93
- package/components/Nav/nav.scss +98 -91
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +13 -7
- package/components/NotificationBadge/notification-badge.scss +13 -7
- package/components/NotificationDrawer/notification-drawer.css +28 -19
- package/components/NotificationDrawer/notification-drawer.scss +28 -19
- package/components/NumberInput/number-input.css +3 -3
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +119 -65
- package/components/Page/page.scss +63 -39
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +28 -18
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +24 -21
- package/components/Popover/popover.scss +24 -21
- package/components/Progress/progress.css +7 -7
- package/components/Progress/progress.scss +7 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +4 -5
- package/components/Radio/radio.scss +4 -5
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +2 -5
- package/components/Skeleton/skeleton.scss +2 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +46 -26
- package/components/Slider/slider.scss +54 -26
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +256 -219
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +2 -2
- package/components/Table/table-scrollable.scss +2 -2
- package/components/Table/table-tree-view.css +107 -104
- package/components/Table/table-tree-view.scss +32 -32
- package/components/Table/table.css +87 -69
- package/components/Table/table.scss +87 -69
- package/components/Tabs/tabs.css +66 -48
- package/components/Tabs/tabs.scss +66 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +24 -21
- package/components/Tooltip/tooltip.css +19 -16
- package/components/Tooltip/tooltip.scss +19 -16
- package/components/TreeView/tree-view.css +42 -27
- package/components/TreeView/tree-view.scss +43 -28
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/AppLauncher/deprecated/application-launcher.md +155 -70
- package/docs/components/Badge/examples/Badge.md +16 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +1 -0
- package/docs/components/Card/examples/Card.md +152 -64
- package/docs/components/Chip/examples/Chip.md +31 -11
- package/docs/components/ContextSelector/deprecated/context-selector.md +198 -96
- package/docs/components/DataList/examples/DataList.md +391 -136
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
- package/docs/components/DualListSelector/examples/DualListSelector.md +368 -128
- package/docs/components/FormControl/examples/FormControl.md +2 -1
- package/docs/components/Hint/examples/Hint.md +57 -24
- package/docs/components/InlineEdit/examples/InlineEdit.md +46 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +40 -30
- package/docs/components/Menu/examples/Menu.md +41 -20
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/docs/components/Nav/examples/Navigation.css +2 -2
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
- package/docs/components/OptionsMenu/deprecated/options-menu.md +403 -160
- package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
- package/docs/components/Pagination/examples/Pagination.md +195 -65
- package/docs/components/Popover/examples/Popover.css +2 -2
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
- package/docs/components/Select/deprecated/Select.css +3 -3
- package/docs/components/Select/deprecated/Select.md +43 -55
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +4546 -1668
- package/docs/components/Tabs/examples/Tabs.md +1094 -438
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +2 -2
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +148 -80
- package/docs/components/TreeView/examples/TreeView.md +23 -8
- package/docs/components/Wizard/examples/Wizard.md +75 -36
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +49 -24
- package/docs/demos/CardView/examples/CardView.md +182 -74
- package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
- package/docs/demos/DataList/examples/DataList.md +163 -70
- package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
- package/docs/demos/Drawer/examples/Drawer.md +20 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +241 -101
- package/docs/demos/Table/examples/Table.md +1422 -607
- package/docs/demos/Tabs/examples/Tabs.md +113 -48
- package/docs/demos/Toolbar/examples/Toolbar.md +320 -127
- package/docs/demos/Wizard/examples/Wizard.md +191 -41
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +40 -38
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +27 -3
- package/patternfly-base-no-globals.css +27 -3
- package/patternfly-base-theme-dark-unversioned.css +28 -4
- package/patternfly-base.css +28 -4
- package/patternfly-no-globals.css +2420 -1872
- package/patternfly-theme-dark-unversioned.css +2421 -1873
- package/patternfly.css +2421 -1873
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/placeholders.scss +1 -1
- package/sass-utilities/scss-variables.scss +8 -8
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
package/components/Nav/nav.css
CHANGED
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
--pf-v5-c-menu__item-description--Color: var(--pf-v5-c-nav--c-menu__item-description--Color);
|
|
348
348
|
}
|
|
349
349
|
.pf-v5-c-nav .pf-v5-c-menu:first-child > .pf-v5-c-menu__content {
|
|
350
|
-
border-
|
|
350
|
+
border-block-end: var(--pf-v5-c-nav--c-menu__item--before--BorderBottomWidth) solid var(--pf-v5-c-nav--c-menu__item--before--BorderBottomColor);
|
|
351
351
|
}
|
|
352
352
|
.pf-v5-c-nav .pf-v5-c-menu.pf-m-flyout, .pf-v5-c-nav .pf-v5-c-menu.pf-m-flyout .pf-v5-c-menu {
|
|
353
353
|
--pf-v5-c-menu--BoxShadow: var(--pf-v5-c-nav--c-menu--m-flyout--BoxShadow);
|
|
@@ -359,10 +359,10 @@
|
|
|
359
359
|
--pf-v5-c-menu__item--PaddingRight: var(--pf-v5-c-nav--c-menu--m-flyout__item--PaddingRight);
|
|
360
360
|
--pf-v5-c-menu__item--PaddingBottom: var(--pf-v5-c-nav--c-menu--m-flyout__item--PaddingBottom);
|
|
361
361
|
--pf-v5-c-menu__item--PaddingLeft: var(--pf-v5-c-nav--c-menu--m-flyout__item--PaddingLeft);
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
362
|
+
inset-block-start: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Top);
|
|
363
|
+
inset-block-end: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Bottom);
|
|
364
|
+
inset-inline-start: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Left);
|
|
365
|
+
inset-inline-end: var(--pf-v5-c-nav--c-menu--m-flyout--c-menu--Right);
|
|
366
366
|
}
|
|
367
367
|
.pf-v5-c-nav .pf-v5-c-menu.pf-m-flyout .pf-v5-c-menu__item:hover {
|
|
368
368
|
--pf-v5-c-nav--c-menu__item--after--BorderLeftWidth: var(--pf-v5-c-nav--c-menu--m-flyout__item--hover--after--BorderLeftWidth);
|
|
@@ -377,8 +377,8 @@
|
|
|
377
377
|
--pf-v5-c-nav--c-menu--m-flyout--c-menu--Left: auto;
|
|
378
378
|
}
|
|
379
379
|
.pf-v5-c-nav .pf-v5-c-menu .pf-v5-c-divider {
|
|
380
|
-
margin-
|
|
381
|
-
margin-
|
|
380
|
+
margin-block-start: 0;
|
|
381
|
+
margin-block-end: 0;
|
|
382
382
|
}
|
|
383
383
|
.pf-v5-c-nav .pf-v5-c-menu__item {
|
|
384
384
|
position: relative;
|
|
@@ -386,19 +386,19 @@
|
|
|
386
386
|
}
|
|
387
387
|
.pf-v5-c-nav .pf-v5-c-menu__item::before, .pf-v5-c-nav .pf-v5-c-menu__item::after {
|
|
388
388
|
position: absolute;
|
|
389
|
-
|
|
389
|
+
inset-block-start: 0;
|
|
390
390
|
content: "";
|
|
391
391
|
}
|
|
392
392
|
.pf-v5-c-nav .pf-v5-c-menu__item::before {
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
border-
|
|
393
|
+
inset-block-end: calc(var(--pf-v5-c-nav--c-menu__item--before--BorderBottomWidth) * -1);
|
|
394
|
+
inset-inline-start: 0;
|
|
395
|
+
inset-inline-end: 0;
|
|
396
|
+
border-block-end: var(--pf-v5-c-nav--c-menu__item--before--BorderBottomWidth) solid var(--pf-v5-c-nav--c-menu__item--before--BorderBottomColor);
|
|
397
397
|
}
|
|
398
398
|
.pf-v5-c-nav .pf-v5-c-menu__item::after {
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
border-
|
|
399
|
+
inset-block-end: 0;
|
|
400
|
+
inset-inline-start: 0;
|
|
401
|
+
border-inline-start: var(--pf-v5-c-nav--c-menu__item--after--BorderLeftWidth) solid var(--pf-v5-c-nav--c-menu__item--after--BorderLeftColor);
|
|
402
402
|
}
|
|
403
403
|
.pf-v5-c-nav .pf-v5-c-menu__item.pf-m-current {
|
|
404
404
|
--pf-v5-c-nav--c-menu__item--after--BorderLeftWidth: var(--pf-v5-c-nav--c-menu__item--m-current--after--BorderLeftWidth);
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
--pf-v5-c-menu__item--FontWeight: var(--pf-v5-c-nav--c-menu__list-item--m-drill-up__item--FontWeight);
|
|
413
413
|
}
|
|
414
414
|
.pf-v5-c-nav .pf-v5-c-menu__item-toggle-icon {
|
|
415
|
-
margin-
|
|
415
|
+
margin-inline-start: calc(var(--pf-v5-c-menu__item-toggle-icon--PaddingLeft) * -1);
|
|
416
416
|
}
|
|
417
417
|
.pf-v5-c-nav.pf-m-horizontal .pf-v5-c-nav__link::after, .pf-v5-c-nav.pf-m-tertiary .pf-v5-c-nav__link::after {
|
|
418
418
|
content: none;
|
|
@@ -452,16 +452,16 @@
|
|
|
452
452
|
white-space: nowrap;
|
|
453
453
|
}
|
|
454
454
|
.pf-v5-c-nav.pf-m-horizontal .pf-v5-c-nav__link::before, .pf-v5-c-nav.pf-m-tertiary .pf-v5-c-nav__link::before, .pf-v5-c-nav.pf-m-horizontal-subnav .pf-v5-c-nav__link::before {
|
|
455
|
-
|
|
456
|
-
|
|
455
|
+
inset-block-start: auto;
|
|
456
|
+
inset-block-end: 0;
|
|
457
457
|
}
|
|
458
458
|
.pf-v5-c-nav.pf-m-horizontal .pf-v5-c-nav__link::before {
|
|
459
|
-
|
|
460
|
-
|
|
459
|
+
inset-inline-start: var(--pf-v5-c-nav--m-horizontal__link--Left);
|
|
460
|
+
inset-inline-end: var(--pf-v5-c-nav--m-horizontal__link--Right);
|
|
461
461
|
}
|
|
462
462
|
.pf-v5-c-nav.pf-m-tertiary .pf-v5-c-nav__link::before {
|
|
463
|
-
|
|
464
|
-
|
|
463
|
+
inset-inline-start: var(--pf-v5-c-nav--m-tertiary__link--Left);
|
|
464
|
+
inset-inline-end: var(--pf-v5-c-nav--m-tertiary__link--Right);
|
|
465
465
|
}
|
|
466
466
|
.pf-v5-c-nav.pf-m-light {
|
|
467
467
|
--pf-v5-c-nav__item--before--BorderColor: var(--pf-v5-c-nav--m-light__item--before--BorderColor);
|
|
@@ -579,20 +579,20 @@
|
|
|
579
579
|
}
|
|
580
580
|
.pf-v5-c-nav .pf-v5-c-divider {
|
|
581
581
|
--pf-v5-c-divider--after--BackgroundColor: var(--pf-v5-c-nav--c-divider--BackgroundColor);
|
|
582
|
-
padding-
|
|
583
|
-
padding-
|
|
584
|
-
margin-
|
|
585
|
-
margin-
|
|
582
|
+
padding-inline-start: var(--pf-v5-c-nav--c-divider--PaddingLeft);
|
|
583
|
+
padding-inline-end: var(--pf-v5-c-nav--c-divider--PaddingRight);
|
|
584
|
+
margin-block-start: var(--pf-v5-c-nav--c-divider--MarginTop);
|
|
585
|
+
margin-block-end: var(--pf-v5-c-nav--c-divider--MarginBottom);
|
|
586
586
|
}
|
|
587
587
|
.pf-v5-c-nav.pf-m-scrollable .pf-v5-c-nav__scroll-button {
|
|
588
588
|
opacity: 1;
|
|
589
589
|
}
|
|
590
590
|
.pf-v5-c-nav.pf-m-scrollable .pf-v5-c-nav__scroll-button:nth-of-type(1) {
|
|
591
|
-
margin-
|
|
591
|
+
margin-inline-end: 0;
|
|
592
592
|
transform: translateX(0);
|
|
593
593
|
}
|
|
594
594
|
.pf-v5-c-nav.pf-m-scrollable .pf-v5-c-nav__scroll-button:nth-of-type(2) {
|
|
595
|
-
margin-
|
|
595
|
+
margin-inline-start: 0;
|
|
596
596
|
transform: translateX(0);
|
|
597
597
|
}
|
|
598
598
|
.pf-v5-c-nav.pf-m-overflow-hidden {
|
|
@@ -602,8 +602,8 @@
|
|
|
602
602
|
.pf-v5-c-nav__list {
|
|
603
603
|
position: relative;
|
|
604
604
|
display: block;
|
|
605
|
-
padding-
|
|
606
|
-
padding-
|
|
605
|
+
padding-block-start: var(--pf-v5-c-nav__list--PaddingTop);
|
|
606
|
+
padding-block-end: var(--pf-v5-c-nav__list--PaddingBottom);
|
|
607
607
|
}
|
|
608
608
|
|
|
609
609
|
.pf-v5-c-nav__item {
|
|
@@ -614,14 +614,14 @@
|
|
|
614
614
|
}
|
|
615
615
|
.pf-v5-c-nav__item.pf-m-expandable::before {
|
|
616
616
|
position: absolute;
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
617
|
+
inset-block-end: calc(var(--pf-v5-c-nav__item--before--BorderWidth) * -1);
|
|
618
|
+
inset-inline-start: 0;
|
|
619
|
+
inset-inline-end: 0;
|
|
620
620
|
content: "";
|
|
621
|
-
border-
|
|
621
|
+
border-block-end: var(--pf-v5-c-nav__item--before--BorderWidth) solid var(--pf-v5-c-nav__item--before--BorderColor);
|
|
622
622
|
}
|
|
623
623
|
.pf-v5-c-nav__item:not(:first-child) {
|
|
624
|
-
margin-
|
|
624
|
+
margin-block-start: var(--pf-v5-c-nav__item--MarginTop);
|
|
625
625
|
}
|
|
626
626
|
.pf-v5-c-nav__item .pf-v5-c-nav__item:not(.pf-m-expanded) .pf-v5-c-nav__toggle-icon {
|
|
627
627
|
transform: rotate(0);
|
|
@@ -632,18 +632,18 @@
|
|
|
632
632
|
}
|
|
633
633
|
@media screen and (min-width: 1200px) {
|
|
634
634
|
.pf-v5-c-nav__item .pf-v5-c-nav__item.pf-m-expandable::before {
|
|
635
|
-
border-
|
|
635
|
+
border-block-end: none;
|
|
636
636
|
}
|
|
637
637
|
}
|
|
638
638
|
.pf-v5-c-nav__item .pf-v5-c-nav__item.pf-m-expandable .pf-v5-c-nav__list::before {
|
|
639
639
|
position: absolute;
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
640
|
+
inset-block-start: 0;
|
|
641
|
+
inset-block-end: 0;
|
|
642
|
+
inset-inline-start: 0;
|
|
643
|
+
inset-inline-end: 0;
|
|
644
644
|
pointer-events: none;
|
|
645
645
|
content: "";
|
|
646
|
-
border-
|
|
646
|
+
border-inline-start: var(--pf-v5-c-nav__item--before--BorderWidth) solid var(--pf-v5-c-nav__item--before--BorderColor);
|
|
647
647
|
}
|
|
648
648
|
.pf-v5-c-nav__item .pf-v5-c-nav__toggle-icon {
|
|
649
649
|
transform: rotate(var(--pf-v5-c-nav__item__toggle-icon--Rotate));
|
|
@@ -679,11 +679,11 @@
|
|
|
679
679
|
--pf-v5-c-nav--c-menu--m-flyout--c-menu--Bottom: var(--pf-v5-c-nav__item--m-flyout--c-menu--m-top--Bottom);
|
|
680
680
|
--pf-v5-c-nav--c-menu--m-flyout--c-menu--Right: var(--pf-v5-c-nav__item--m-flyout--c-menu--m-left--Right);
|
|
681
681
|
position: absolute;
|
|
682
|
-
|
|
683
|
-
|
|
682
|
+
inset-block-start: var(--pf-v5-c-nav__item--m-flyout--c-menu--Top);
|
|
683
|
+
inset-inline-start: var(--pf-v5-c-nav__item--m-flyout--c-menu--Left);
|
|
684
684
|
}
|
|
685
685
|
.pf-v5-c-nav__item.pf-m-flyout .pf-v5-c-menu .pf-v5-c-menu {
|
|
686
|
-
|
|
686
|
+
inset-block-start: var(--pf-v5-c-nav__item--m-flyout--c-menu--c-menu--Top);
|
|
687
687
|
}
|
|
688
688
|
.pf-v5-c-nav__item.pf-m-flyout .pf-v5-c-menu .pf-v5-c-menu__list-item:first-child {
|
|
689
689
|
--pf-v5-c-nav__item--m-flyout--c-menu--c-menu--Top: var(--pf-v5-c-nav__item--m-flyout--c-menu__list-item--first-child--c-menu--Top);
|
|
@@ -695,22 +695,22 @@
|
|
|
695
695
|
}
|
|
696
696
|
.pf-v5-c-nav__item.pf-m-flyout .pf-v5-c-menu .pf-v5-c-menu__item::before {
|
|
697
697
|
position: absolute;
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
698
|
+
inset-block-end: 0;
|
|
699
|
+
inset-inline-start: 0;
|
|
700
|
+
inset-inline-end: 0;
|
|
701
701
|
content: "";
|
|
702
|
-
border-
|
|
702
|
+
border-block-end: var(--pf-v5-c-nav__item--m-flyout--c-menu__item--before--BorderBottomWidth) solid var(--pf-v5-c-nav__item--m-flyout--c-menu__item--before--BorderBottomColor);
|
|
703
703
|
}
|
|
704
704
|
.pf-v5-c-nav__item.pf-m-flyout .pf-v5-c-menu .pf-v5-c-menu__item:hover::after {
|
|
705
705
|
position: absolute;
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
706
|
+
inset-block-start: var(--pf-v5-c-nav__item--m-flyout--c-menu__item--hover--after--Top);
|
|
707
|
+
inset-block-end: 0;
|
|
708
|
+
inset-inline-start: 0;
|
|
709
709
|
content: "";
|
|
710
|
-
border-
|
|
710
|
+
border-inline-start: var(--pf-v5-c-nav__item--m-flyout--c-menu__item--hover--after--BorderLeftWidth) solid var(--pf-v5-c-nav__item--m-flyout--c-menu__item--hover--after--BorderLeftColor);
|
|
711
711
|
}
|
|
712
712
|
.pf-v5-c-nav__item.pf-m-drilldown.pf-m-expanded > .pf-v5-c-nav__subnav {
|
|
713
|
-
|
|
713
|
+
inset-inline-start: 0;
|
|
714
714
|
z-index: var(--pf-v5-c-nav__item--m-drilldown--m-expanded__subnav--ZIndex);
|
|
715
715
|
}
|
|
716
716
|
|
|
@@ -718,7 +718,10 @@
|
|
|
718
718
|
position: relative;
|
|
719
719
|
display: flex;
|
|
720
720
|
align-items: baseline;
|
|
721
|
-
padding: var(--pf-v5-c-nav__link--PaddingTop)
|
|
721
|
+
padding-block-start: var(--pf-v5-c-nav__link--PaddingTop);
|
|
722
|
+
padding-block-end: var(--pf-v5-c-nav__link--PaddingBottom);
|
|
723
|
+
padding-inline-start: var(--pf-v5-c-nav__link--PaddingLeft);
|
|
724
|
+
padding-inline-end: var(--pf-v5-c-nav__link--PaddingRight);
|
|
722
725
|
font-size: var(--pf-v5-c-nav__link--FontSize);
|
|
723
726
|
font-weight: var(--pf-v5-c-nav__link--FontWeight);
|
|
724
727
|
color: var(--pf-v5-c-nav__link--Color);
|
|
@@ -731,63 +734,63 @@
|
|
|
731
734
|
border: 0 solid;
|
|
732
735
|
}
|
|
733
736
|
.pf-v5-c-nav__link::before {
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
+
inset-block-end: calc(var(--pf-v5-c-nav__link--before--BorderBottomWidth) * -1);
|
|
738
|
+
inset-inline-start: 0;
|
|
739
|
+
inset-inline-end: 0;
|
|
737
740
|
border-color: var(--pf-v5-c-nav__link--before--BorderColor);
|
|
738
|
-
border-
|
|
741
|
+
border-block-end-width: var(--pf-v5-c-nav__link--before--BorderBottomWidth);
|
|
739
742
|
}
|
|
740
743
|
.pf-v5-c-nav__link::after {
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
+
inset-block-start: 0;
|
|
745
|
+
inset-block-end: 0;
|
|
746
|
+
inset-inline-start: 0;
|
|
744
747
|
border: 0 solid;
|
|
745
748
|
border-color: var(--pf-v5-c-nav__link--after--BorderColor);
|
|
746
|
-
border-
|
|
749
|
+
border-inline-start-width: var(--pf-v5-c-nav__link--after--BorderLeftWidth);
|
|
747
750
|
}
|
|
748
751
|
.pf-v5-c-nav__link:hover, .pf-v5-c-nav__link.pf-m-hover {
|
|
749
752
|
color: var(--pf-v5-c-nav__link--hover--Color);
|
|
750
753
|
background-color: var(--pf-v5-c-nav__link--hover--BackgroundColor);
|
|
751
754
|
}
|
|
752
755
|
.pf-v5-c-nav__link:hover::before, .pf-v5-c-nav__link.pf-m-hover::before {
|
|
753
|
-
border-
|
|
756
|
+
border-block-end-width: var(--pf-v5-c-nav__link--hover--before--BorderBottomWidth);
|
|
754
757
|
}
|
|
755
758
|
.pf-v5-c-nav__link:hover::after, .pf-v5-c-nav__link.pf-m-hover::after {
|
|
756
759
|
border-color: var(--pf-v5-c-nav__link--hover--after--BorderColor);
|
|
757
|
-
border-
|
|
760
|
+
border-inline-start-width: var(--pf-v5-c-nav__link--hover--after--BorderLeftWidth);
|
|
758
761
|
}
|
|
759
762
|
.pf-v5-c-nav__link:focus {
|
|
760
763
|
color: var(--pf-v5-c-nav__link--focus--Color);
|
|
761
764
|
background-color: var(--pf-v5-c-nav__link--focus--BackgroundColor);
|
|
762
765
|
}
|
|
763
766
|
.pf-v5-c-nav__link:focus::before {
|
|
764
|
-
border-
|
|
767
|
+
border-block-end-width: var(--pf-v5-c-nav__link--focus--before--BorderBottomWidth);
|
|
765
768
|
}
|
|
766
769
|
.pf-v5-c-nav__link:focus::after {
|
|
767
770
|
border-color: var(--pf-v5-c-nav__link--focus--after--BorderColor);
|
|
768
|
-
border-
|
|
771
|
+
border-inline-start-width: var(--pf-v5-c-nav__link--focus--after--BorderLeftWidth);
|
|
769
772
|
}
|
|
770
773
|
.pf-v5-c-nav__link:active {
|
|
771
774
|
color: var(--pf-v5-c-nav__link--active--Color);
|
|
772
775
|
background-color: var(--pf-v5-c-nav__link--active--BackgroundColor);
|
|
773
776
|
}
|
|
774
777
|
.pf-v5-c-nav__link:active::before {
|
|
775
|
-
border-
|
|
778
|
+
border-block-end-width: var(--pf-v5-c-nav__link--active--before--BorderBottomWidth);
|
|
776
779
|
}
|
|
777
780
|
.pf-v5-c-nav__link:active::after {
|
|
778
781
|
border-color: var(--pf-v5-c-nav__link--active--after--BorderColor);
|
|
779
|
-
border-
|
|
782
|
+
border-inline-start-width: var(--pf-v5-c-nav__link--active--after--BorderLeftWidth);
|
|
780
783
|
}
|
|
781
784
|
.pf-v5-c-nav__link.pf-m-current, .pf-v5-c-nav__link.pf-m-current:hover, .pf-v5-c-nav__item.pf-m-current:not(.pf-m-expanded) .pf-v5-c-nav__link {
|
|
782
785
|
color: var(--pf-v5-c-nav__link--m-current--Color);
|
|
783
786
|
background-color: var(--pf-v5-c-nav__link--m-current--BackgroundColor);
|
|
784
787
|
}
|
|
785
788
|
.pf-v5-c-nav__link.pf-m-current::before, .pf-v5-c-nav__link.pf-m-current:hover::before, .pf-v5-c-nav__item.pf-m-current:not(.pf-m-expanded) .pf-v5-c-nav__link::before {
|
|
786
|
-
border-
|
|
789
|
+
border-block-end-width: var(--pf-v5-c-nav__link--m-current--before--BorderBottomWidth);
|
|
787
790
|
}
|
|
788
791
|
.pf-v5-c-nav__link.pf-m-current::after, .pf-v5-c-nav__link.pf-m-current:hover::after, .pf-v5-c-nav__item.pf-m-current:not(.pf-m-expanded) .pf-v5-c-nav__link::after {
|
|
789
792
|
border-color: var(--pf-v5-c-nav__link--m-current--after--BorderColor);
|
|
790
|
-
border-
|
|
793
|
+
border-inline-start-width: var(--pf-v5-c-nav__link--m-current--after--BorderLeftWidth);
|
|
791
794
|
}
|
|
792
795
|
.pf-v5-c-nav__link, .pf-v5-c-nav__link:hover, .pf-v5-c-nav__link:focus, .pf-v5-c-nav__link:active {
|
|
793
796
|
width: 100%;
|
|
@@ -814,8 +817,8 @@
|
|
|
814
817
|
--pf-v5-c-nav--c-divider--PaddingRight: var(--pf-v5-c-nav__subnav--c-divider--PaddingRight);
|
|
815
818
|
--pf-v5-c-nav--c-divider--PaddingLeft: var(--pf-v5-c-nav__subnav--c-divider--PaddingLeft);
|
|
816
819
|
max-height: var(--pf-v5-c-nav__subnav--MaxHeight);
|
|
817
|
-
padding-
|
|
818
|
-
padding-
|
|
820
|
+
padding-block-end: var(--pf-v5-c-nav__subnav--PaddingBottom);
|
|
821
|
+
padding-inline-start: var(--pf-v5-c-nav__subnav--PaddingLeft);
|
|
819
822
|
transition: var(--pf-v5-c-nav--Transition);
|
|
820
823
|
scrollbar-width: none;
|
|
821
824
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
@@ -839,15 +842,15 @@
|
|
|
839
842
|
|
|
840
843
|
.pf-v5-c-nav__toggle {
|
|
841
844
|
flex: none;
|
|
842
|
-
padding-
|
|
843
|
-
padding-
|
|
844
|
-
margin-
|
|
845
|
+
padding-inline-start: var(--pf-v5-c-nav__toggle--PaddingLeft);
|
|
846
|
+
padding-inline-end: var(--pf-v5-c-nav__toggle--PaddingRight);
|
|
847
|
+
margin-inline-start: auto;
|
|
845
848
|
font-size: var(--pf-v5-c-nav__toggle--FontSize);
|
|
846
849
|
line-height: 1;
|
|
847
850
|
}
|
|
848
851
|
.pf-v5-c-nav__toggle.pf-m-start {
|
|
849
|
-
margin-
|
|
850
|
-
margin-
|
|
852
|
+
margin-inline-start: calc(var(--pf-v5-c-nav__toggle--PaddingRight) * -1);
|
|
853
|
+
margin-inline-end: var(--pf-v5-c-nav__toggle--m-start--MarginRight);
|
|
851
854
|
}
|
|
852
855
|
|
|
853
856
|
.pf-v5-c-nav__toggle-icon {
|
|
@@ -879,21 +882,24 @@
|
|
|
879
882
|
--pf-v5-c-nav--c-divider--MarginBottom: 0;
|
|
880
883
|
}
|
|
881
884
|
.pf-v5-c-nav__section:first-child {
|
|
882
|
-
padding-
|
|
885
|
+
padding-block-start: var(--pf-v5-c-nav__section--first-child--PaddingTop);
|
|
883
886
|
}
|
|
884
887
|
.pf-v5-c-nav__section + .pf-v5-c-nav__section {
|
|
885
|
-
margin-
|
|
888
|
+
margin-block-start: var(--pf-v5-c-nav__section--section--MarginTop);
|
|
886
889
|
}
|
|
887
890
|
.pf-v5-c-nav__section:last-child {
|
|
888
|
-
padding-
|
|
891
|
+
padding-block-end: var(--pf-v5-c-nav__section--last-child--PaddingBottom);
|
|
889
892
|
}
|
|
890
893
|
|
|
891
894
|
.pf-v5-c-nav__section-title {
|
|
892
|
-
padding: var(--pf-v5-c-nav__section-title--PaddingTop)
|
|
893
|
-
|
|
895
|
+
padding-block-start: var(--pf-v5-c-nav__section-title--PaddingTop);
|
|
896
|
+
padding-block-end: var(--pf-v5-c-nav__section-title--PaddingBottom);
|
|
897
|
+
padding-inline-start: var(--pf-v5-c-nav__section-title--PaddingLeft);
|
|
898
|
+
padding-inline-end: var(--pf-v5-c-nav__section-title--PaddingRight);
|
|
899
|
+
margin-block-end: var(--pf-v5-c-nav__section-title--MarginBottom);
|
|
894
900
|
font-size: var(--pf-v5-c-nav__section-title--FontSize);
|
|
895
901
|
color: var(--pf-v5-c-nav__section-title--Color);
|
|
896
|
-
border-
|
|
902
|
+
border-block-end: var(--pf-v5-c-nav__section-title--BorderBottomWidth) solid var(--pf-v5-c-nav__section-title--BorderBottomColor);
|
|
897
903
|
}
|
|
898
904
|
|
|
899
905
|
.pf-v5-c-nav__scroll-button {
|
|
@@ -908,11 +914,12 @@
|
|
|
908
914
|
}
|
|
909
915
|
.pf-v5-c-nav__scroll-button::before {
|
|
910
916
|
position: absolute;
|
|
911
|
-
|
|
912
|
-
|
|
917
|
+
inset-block-start: 0;
|
|
918
|
+
inset-block-end: 0;
|
|
913
919
|
content: "";
|
|
914
|
-
border: solid var(--pf-v5-c-nav__scroll-button--before--BorderColor);
|
|
915
|
-
border-width:
|
|
920
|
+
border: 0 solid var(--pf-v5-c-nav__scroll-button--before--BorderColor);
|
|
921
|
+
border-inline-start-width: var(--pf-v5-c-nav__scroll-button--before--BorderLeftWidth);
|
|
922
|
+
border-inline-end-width: var(--pf-v5-c-nav__scroll-button--before--BorderRightWidth);
|
|
916
923
|
}
|
|
917
924
|
.pf-v5-c-nav__scroll-button:hover {
|
|
918
925
|
color: var(--pf-v5-c-nav__scroll-button--hover--Color);
|
|
@@ -929,19 +936,19 @@
|
|
|
929
936
|
}
|
|
930
937
|
.pf-v5-c-nav__scroll-button:nth-of-type(1) {
|
|
931
938
|
--pf-v5-c-nav__scroll-button--before--BorderRightWidth: var(--pf-v5-c-nav__scroll-button--before--BorderWidth);
|
|
932
|
-
margin-
|
|
939
|
+
margin-inline-end: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
|
|
933
940
|
transform: translateX(-100%);
|
|
934
941
|
}
|
|
935
942
|
.pf-v5-c-nav__scroll-button:nth-of-type(1)::before {
|
|
936
|
-
|
|
943
|
+
inset-inline-end: 0;
|
|
937
944
|
}
|
|
938
945
|
.pf-v5-c-nav__scroll-button:nth-of-type(2) {
|
|
939
946
|
--pf-v5-c-nav__scroll-button--before--BorderLeftWidth: var(--pf-v5-c-nav__scroll-button--before--BorderWidth);
|
|
940
|
-
margin-
|
|
947
|
+
margin-inline-start: calc(var(--pf-v5-c-nav__scroll-button--Width) * -1);
|
|
941
948
|
transform: translateX(100%);
|
|
942
949
|
}
|
|
943
950
|
.pf-v5-c-nav__scroll-button:nth-of-type(2)::before {
|
|
944
|
-
|
|
951
|
+
inset-inline-start: 0;
|
|
945
952
|
}
|
|
946
953
|
|
|
947
954
|
:where(.pf-v5-theme-dark) .pf-v5-c-nav {
|
|
@@ -963,10 +970,10 @@
|
|
|
963
970
|
--pf-v5-c-nav__link--m-current--before--BorderBottomWidth: 0;
|
|
964
971
|
}
|
|
965
972
|
:where(.pf-v5-theme-dark) .pf-v5-c-nav__link::before {
|
|
966
|
-
|
|
973
|
+
inset-block-end: 0;
|
|
967
974
|
}
|
|
968
975
|
:where(.pf-v5-theme-dark) .pf-v5-c-nav__link::after {
|
|
969
|
-
|
|
976
|
+
inset-block-start: var(--pf-v5-c-nav__item--item__link--after--Top);
|
|
970
977
|
}
|
|
971
978
|
:where(.pf-v5-theme-dark) .pf-v5-c-nav__item + .pf-v5-c-nav__item {
|
|
972
979
|
--pf-v5-c-nav__link--after--Top: var(--pf-v5-c-nav__item--item__link--after--Top);
|