@patternfly/patternfly 6.5.0-prerelease.5 → 6.5.0-prerelease.50
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 +1 -1
- package/assets/fontawesome/_variables.scss +2 -1
- package/assets/images/RHAiExperienceIcon.svg +27 -0
- package/assets/images/RHAutomationsLogo.svg +96 -0
- package/assets/images/RHServerStackIcon.svg +16 -0
- package/assets/images/compass--hero-bg.png +0 -0
- package/assets/images/compass--rh-wallpaper-dark.png +0 -0
- package/assets/images/compass--rh-wallpaper-light.png +0 -0
- package/assets/images/compass--wallpaper-dark.png +0 -0
- package/assets/images/compass--wallpaper-light.png +0 -0
- package/base/normalize.scss +7 -0
- package/base/patternfly-common.css +50 -0
- package/base/patternfly-common.scss +59 -0
- package/base/patternfly-svg-icons.css +11 -0
- package/base/patternfly-svg-icons.scss +14 -0
- package/base/patternfly-variables.css +345 -14
- package/base/patternfly-variables.scss +40 -0
- package/base/tokens/tokens-dark.scss +51 -3
- package/base/tokens/tokens-default.scss +67 -13
- package/base/tokens/tokens-glass-dark.scss +9 -0
- package/base/tokens/tokens-glass.scss +9 -0
- package/base/tokens/tokens-local.scss +16 -0
- package/base/tokens/tokens-palette.scss +3 -1
- package/base/tokens/tokens-redhat-dark.scss +14 -0
- package/base/tokens/tokens-redhat-glass-dark.scss +16 -0
- package/base/tokens/tokens-redhat-glass.scss +15 -0
- package/base/tokens/tokens-redhat-highcontrast-dark.scss +47 -0
- package/base/tokens/tokens-redhat-highcontrast.scss +127 -0
- package/base/tokens/tokens-redhat.scss +15 -0
- package/components/AboutModalBox/about-modal-box.css +36 -26
- package/components/Accordion/accordion.css +17 -14
- package/components/Accordion/accordion.scss +1 -2
- package/components/ActionList/action-list.css +2 -0
- package/components/ActionList/action-list.scss +2 -0
- package/components/Alert/alert.css +7 -5
- package/components/Alert/alert.scss +2 -1
- package/components/Avatar/avatar.css +12 -4
- package/components/BackgroundImage/background-image.css +6 -3
- package/components/Banner/banner.css +8 -6
- package/components/Brand/brand.css +3 -1
- package/components/Breadcrumb/breadcrumb.css +4 -3
- package/components/Button/button.css +117 -14
- package/components/Button/button.scss +127 -10
- package/components/CalendarMonth/calendar-month.css +4 -3
- package/components/Card/card.css +20 -7
- package/components/Card/card.scss +16 -2
- package/components/ClipboardCopy/clipboard-copy.css +7 -6
- package/components/ClipboardCopy/clipboard-copy.scss +3 -3
- package/components/CodeEditor/code-editor.css +1 -1
- package/components/CodeEditor/code-editor.scss +1 -1
- package/components/Compass/compass.css +320 -0
- package/components/Compass/compass.scss +350 -0
- package/components/DataList/data-list.css +34 -23
- package/components/DataList/data-list.scss +7 -2
- package/components/DescriptionList/description-list-order.scss +5 -1
- package/components/DescriptionList/description-list.css +7 -5
- package/components/DescriptionList/description-list.scss +5 -1
- package/components/Divider/divider.css +7 -5
- package/components/Drawer/drawer.css +110 -56
- package/components/Drawer/drawer.scss +69 -9
- package/components/DualListSelector/dual-list-selector.css +18 -12
- package/components/DualListSelector/dual-list-selector.scss +1 -1
- package/components/ExpandableSection/expandable-section.css +21 -16
- package/components/ExpandableSection/expandable-section.scss +6 -3
- package/components/Form/form.css +2 -2
- package/components/Form/form.scss +2 -2
- package/components/FormControl/form-control.css +3 -3
- package/components/FormControl/form-control.scss +3 -3
- package/components/Hero/hero.css +74 -0
- package/components/Hero/hero.scss +86 -0
- package/components/JumpLinks/jump-links.css +5 -4
- package/components/JumpLinks/jump-links.scss +6 -2
- package/components/Label/label-group.css +2 -2
- package/components/Label/label-group.scss +2 -2
- package/components/Label/label.css +4 -3
- package/components/Login/login.css +51 -37
- package/components/Masthead/masthead.css +70 -16
- package/components/Masthead/masthead.scss +54 -1
- package/components/Menu/menu.css +23 -14
- package/components/MenuToggle/menu-toggle.css +5 -1
- package/components/MenuToggle/menu-toggle.scss +6 -1
- package/components/ModalBox/modal-box.css +9 -7
- package/components/ModalBox/modal-box.scss +2 -2
- package/components/Nav/nav.css +74 -11
- package/components/Nav/nav.scss +77 -5
- package/components/NotificationDrawer/notification-drawer.css +19 -9
- package/components/NotificationDrawer/notification-drawer.scss +14 -5
- package/components/Page/page.css +55 -29
- package/components/Page/page.scss +44 -5
- package/components/Pagination/pagination.scss +5 -1
- package/components/ProgressStepper/progress-stepper.scss +5 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +7 -3
- package/components/Skeleton/skeleton.css +16 -15
- package/components/Slider/slider.css +32 -18
- package/components/Switch/switch.css +4 -2
- package/components/Switch/switch.scss +1 -1
- package/components/Table/table-grid.css +28 -36
- package/components/Table/table-grid.scss +4 -4
- package/components/Table/table-tree-view.css +4 -2
- package/components/Table/table.css +33 -29
- package/components/Table/table.scss +2 -2
- package/components/Tabs/tabs.css +35 -18
- package/components/Tabs/tabs.scss +35 -7
- package/components/TextInputGroup/text-input-group.css +2 -2
- package/components/TextInputGroup/text-input-group.scss +2 -2
- package/components/ToggleGroup/toggle-group.css +34 -17
- package/components/ToggleGroup/toggle-group.scss +36 -20
- package/components/Toolbar/toolbar.css +47 -15
- package/components/Toolbar/toolbar.scss +34 -6
- package/components/TreeView/tree-view.css +45 -14
- package/components/TreeView/tree-view.scss +32 -1
- package/components/Wizard/wizard.css +21 -17
- package/components/Wizard/wizard.scss +4 -4
- package/components/_index.css +1602 -676
- package/components/_index.scss +3 -1
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -1
- package/docs/components/Accordion/examples/Accordion.md +390 -30
- package/docs/components/ActionList/examples/ActionList.md +143 -11
- package/docs/components/Alert/examples/Alert.md +678 -54
- package/docs/components/Avatar/examples/Avatar.md +4 -4
- package/docs/components/BackToTop/examples/BackToTop.md +13 -1
- package/docs/components/Banner/examples/Banner.md +65 -5
- package/docs/components/Brand/examples/Brand.md +2 -2
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +299 -23
- package/docs/components/Button/examples/Button.md +2217 -241
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +104 -8
- package/docs/components/Card/examples/Card.md +206 -4
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +286 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +104 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +195 -15
- package/docs/components/Compass/examples/Compass.css +17 -0
- package/docs/components/Compass/examples/Compass.md +119 -0
- package/docs/components/DataList/examples/DataList.md +405 -205
- package/docs/components/DatePicker/examples/DatePicker.md +78 -6
- package/docs/components/DescriptionList/examples/DescriptionList.md +327 -27
- package/docs/components/Divider/examples/Divider.md +2 -2
- package/docs/components/Drawer/examples/Drawer.md +353 -35
- package/docs/components/DualListSelector/examples/DualListSelector.md +1013 -143
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +91 -7
- package/docs/components/Form/examples/Form.md +78 -6
- package/docs/components/Hero/examples/Hero.md +25 -0
- package/docs/components/Icon/examples/Icon.md +92 -8
- package/docs/components/InlineEdit/examples/InlineEdit.md +312 -24
- package/docs/components/InputGroup/examples/InputGroup.md +27 -3
- package/docs/components/JumpLinks/examples/JumpLinks.md +54 -6
- package/docs/components/Label/examples/Label.md +2834 -218
- package/docs/components/Login/examples/Login.md +26 -2
- package/docs/components/Masthead/examples/masthead.md +80 -1
- package/docs/components/Menu/examples/Menu.md +1458 -114
- package/docs/components/MenuToggle/examples/MenuToggle.md +53 -1
- package/docs/components/ModalBox/examples/ModalBox.md +287 -23
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +156 -12
- package/docs/components/Nav/examples/Navigation.md +798 -58
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +598 -46
- package/docs/components/OverflowMenu/examples/overflow-menu.md +78 -6
- package/docs/components/Page/examples/Page.md +51 -2
- package/docs/components/Pagination/examples/Pagination.md +627 -51
- package/docs/components/Popover/examples/Popover.md +286 -22
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +275 -23
- package/docs/components/Sidebar/examples/Sidebar.md +1 -1
- package/docs/components/Slider/examples/Slider.md +52 -4
- package/docs/components/Table/examples/Table.md +875 -70
- package/docs/components/Tabs/examples/Tabs.md +4127 -320
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +600 -48
- package/docs/components/ToggleGroup/examples/toggle-group.md +195 -15
- package/docs/components/Toolbar/examples/Toolbar.md +490 -42
- package/docs/components/TreeView/examples/TreeView.md +1390 -130
- package/docs/components/Wizard/examples/Wizard.md +492 -72
- package/docs/demos/AboutModal/examples/AboutModal.md +57 -9
- package/docs/demos/Alert/examples/Alert.md +236 -32
- package/docs/demos/BackToTop/examples/BackToTop.md +57 -9
- package/docs/demos/Banner/examples/Banner.md +88 -16
- package/docs/demos/Button/examples/Button.md +13 -1
- package/docs/demos/Card/examples/Card.md +399 -42
- package/docs/demos/CardView/examples/CardView.md +161 -17
- package/docs/demos/Compass/examples/Compass.md +6836 -0
- package/docs/demos/Dashboard/examples/Dashboard.md +173 -26
- package/docs/demos/DataList/examples/DataList.md +566 -65
- package/docs/demos/DescriptionList/examples/DescriptionList.md +156 -27
- package/docs/demos/Drawer/examples/Drawer.md +216 -45
- package/docs/demos/Form/examples/BasicForms.md +273 -21
- package/docs/demos/JumpLinks/examples/JumpLinks.md +272 -59
- package/docs/demos/Masthead/examples/Masthead.md +458 -89
- package/docs/demos/Modal/examples/Modal.md +342 -57
- package/docs/demos/Nav/examples/Nav.md +660 -87
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1088 -140
- package/docs/demos/Page/examples/Page.md +618 -123
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +13 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +52 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +691 -113
- package/docs/demos/Skeleton/examples/Skeleton.md +44 -8
- package/docs/demos/Table/examples/Table.md +3924 -256
- package/docs/demos/Tabs/examples/Tabs.md +407 -65
- package/docs/demos/Toolbar/examples/Toolbar.md +502 -52
- package/docs/demos/Wizard/examples/Wizard.md +796 -130
- package/docs/layouts/Bullseye/examples/Bullseye.css +2 -2
- package/docs/layouts/Bullseye/examples/Bullseye.md +2 -1
- package/docs/layouts/Flex/examples/Flex.css +3 -3
- package/docs/layouts/Flex/examples/Flex.md +3 -2
- package/docs/layouts/Gallery/examples/Gallery.css +2 -2
- package/docs/layouts/Gallery/examples/Gallery.md +4 -3
- package/docs/layouts/Grid/examples/Grid.css +1 -1
- package/docs/layouts/Grid/examples/Grid.md +6 -5
- package/docs/layouts/Level/examples/Level.css +3 -3
- package/docs/layouts/Level/examples/Level.md +2 -1
- package/docs/layouts/Split/examples/Split.css +1 -1
- package/docs/layouts/Split/examples/Split.md +2 -1
- package/docs/layouts/Stack/examples/Stack.css +3 -3
- package/docs/layouts/Stack/examples/Stack.md +2 -1
- package/docs/utilities/Accessibility/examples/Accessibility.md +3 -2
- package/docs/utilities/Alignment/examples/Alignment.css +4 -4
- package/docs/utilities/Alignment/examples/Alignment.md +3 -2
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +5 -4
- package/docs/utilities/BoxShadow/examples/box-shadow.css +2 -2
- package/docs/utilities/BoxShadow/examples/box-shadow.md +2 -1
- package/docs/utilities/Display/examples/Display.css +1 -1
- package/docs/utilities/Display/examples/Display.md +3 -2
- package/docs/utilities/Flex/examples/Flex.css +7 -7
- package/docs/utilities/Flex/examples/Flex.md +3 -2
- package/docs/utilities/Float/examples/Float.css +2 -2
- package/docs/utilities/Float/examples/Float.md +3 -2
- package/docs/utilities/Sizing/examples/Sizing.md +8 -7
- package/docs/utilities/Spacing/examples/Spacing.css +2 -2
- package/docs/utilities/Spacing/examples/Spacing.md +3 -2
- package/docs/utilities/Text/examples/Text.md +5 -4
- package/icons/PfIcons/add-circle-o.svg +4 -0
- package/icons/PfIcons/ansible-tower.svg +4 -0
- package/icons/PfIcons/applications.svg +4 -0
- package/icons/PfIcons/arrow.svg +4 -0
- package/icons/PfIcons/asleep.svg +4 -0
- package/icons/PfIcons/attention-bell.svg +4 -0
- package/icons/PfIcons/automation.svg +4 -0
- package/icons/PfIcons/bell.svg +4 -0
- package/icons/PfIcons/blueprint.svg +4 -0
- package/icons/PfIcons/build.svg +4 -0
- package/icons/PfIcons/builder-image.svg +4 -0
- package/icons/PfIcons/bundle.svg +4 -0
- package/icons/PfIcons/catalog.svg +4 -0
- package/icons/PfIcons/chat.svg +4 -0
- package/icons/PfIcons/close.svg +4 -0
- package/icons/PfIcons/cloud-security.svg +4 -0
- package/icons/PfIcons/cloud-tenant.svg +4 -0
- package/icons/PfIcons/cluster.svg +4 -0
- package/icons/PfIcons/connected.svg +4 -0
- package/icons/PfIcons/container-node.svg +4 -0
- package/icons/PfIcons/cpu.svg +4 -0
- package/icons/PfIcons/critical-risk.svg +4 -0
- package/icons/PfIcons/data-processor.svg +4 -0
- package/icons/PfIcons/data-sink.svg +4 -0
- package/icons/PfIcons/data-source.svg +4 -0
- package/icons/PfIcons/degraded.svg +4 -0
- package/icons/PfIcons/disconnected.svg +4 -0
- package/icons/PfIcons/domain.svg +4 -0
- package/icons/PfIcons/edit.svg +4 -0
- package/icons/PfIcons/enhancement.svg +4 -0
- package/icons/PfIcons/enterprise.svg +4 -0
- package/icons/PfIcons/equalizer.svg +4 -0
- package/icons/PfIcons/error-circle-o.svg +4 -0
- package/icons/PfIcons/export.svg +4 -0
- package/icons/PfIcons/filter.svg +4 -0
- package/icons/PfIcons/flavor.svg +4 -0
- package/icons/PfIcons/folder-close.svg +4 -0
- package/icons/PfIcons/folder-open.svg +4 -0
- package/icons/PfIcons/globe-route.svg +4 -0
- package/icons/PfIcons/help.svg +4 -0
- package/icons/PfIcons/history.svg +4 -0
- package/icons/PfIcons/home.svg +4 -0
- package/icons/PfIcons/import.svg +4 -0
- package/icons/PfIcons/in-progress.svg +4 -0
- package/icons/PfIcons/info.svg +4 -0
- package/icons/PfIcons/infrastructure.svg +4 -0
- package/icons/PfIcons/integration.svg +4 -0
- package/icons/PfIcons/key.svg +4 -0
- package/icons/PfIcons/locked.svg +4 -0
- package/icons/PfIcons/maintenance.svg +4 -0
- package/icons/PfIcons/memory.svg +4 -0
- package/icons/PfIcons/messages.svg +4 -0
- package/icons/PfIcons/middleware.svg +4 -0
- package/icons/PfIcons/migration.svg +4 -0
- package/icons/PfIcons/module.svg +4 -0
- package/icons/PfIcons/monitoring.svg +4 -0
- package/icons/PfIcons/multicluster.svg +4 -0
- package/icons/PfIcons/namespaces.svg +4 -0
- package/icons/PfIcons/network.svg +4 -0
- package/icons/PfIcons/new-process.svg +4 -0
- package/icons/PfIcons/not-started.svg +4 -0
- package/icons/PfIcons/off.svg +4 -0
- package/icons/PfIcons/ok.svg +4 -0
- package/icons/PfIcons/on-running.svg +4 -0
- package/icons/PfIcons/on.svg +4 -0
- package/icons/PfIcons/open-drawer-right.svg +4 -0
- package/icons/PfIcons/openshift.svg +4 -0
- package/icons/PfIcons/openstack.svg +4 -0
- package/icons/PfIcons/optimize.svg +4 -0
- package/icons/PfIcons/orders.svg +4 -0
- package/icons/PfIcons/os-image.svg +4 -0
- package/icons/PfIcons/package.svg +4 -0
- package/icons/PfIcons/panel-close.svg +4 -0
- package/icons/PfIcons/panel-open.svg +4 -0
- package/icons/PfIcons/paused.svg +4 -0
- package/icons/PfIcons/pending.svg +4 -0
- package/icons/PfIcons/pficon-dragdrop.svg +4 -0
- package/icons/PfIcons/pficon-history.svg +4 -0
- package/icons/PfIcons/pficon-network-range.svg +4 -0
- package/icons/PfIcons/pficon-satellite.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-asc.svg +4 -0
- package/icons/PfIcons/pficon-sort-common-desc.svg +4 -0
- package/icons/PfIcons/pficon-template.svg +4 -0
- package/icons/PfIcons/pficon-vcenter.svg +4 -0
- package/icons/PfIcons/plugged.svg +4 -0
- package/icons/PfIcons/port.svg +4 -0
- package/icons/PfIcons/print.svg +4 -0
- package/icons/PfIcons/private.svg +4 -0
- package/icons/PfIcons/process-automation.svg +4 -0
- package/icons/PfIcons/project.svg +4 -0
- package/icons/PfIcons/rebalance.svg +4 -0
- package/icons/PfIcons/rebooting.svg +4 -0
- package/icons/PfIcons/regions.svg +4 -0
- package/icons/PfIcons/registry.svg +4 -0
- package/icons/PfIcons/remove2.svg +4 -0
- package/icons/PfIcons/replicator.svg +4 -0
- package/icons/PfIcons/repository.svg +4 -0
- package/icons/PfIcons/resource-pool.svg +4 -0
- package/icons/PfIcons/resources-almost-empty.svg +4 -0
- package/icons/PfIcons/resources-almost-full.svg +4 -0
- package/icons/PfIcons/resources-empty.svg +4 -0
- package/icons/PfIcons/resources-full.svg +4 -0
- package/icons/PfIcons/running.svg +4 -0
- package/icons/PfIcons/save.svg +4 -0
- package/icons/PfIcons/screen.svg +4 -0
- package/icons/PfIcons/security.svg +4 -0
- package/icons/PfIcons/server-group.svg +4 -0
- package/icons/PfIcons/server.svg +4 -0
- package/icons/PfIcons/service-catalog.svg +4 -0
- package/icons/PfIcons/service.svg +4 -0
- package/icons/PfIcons/services.svg +4 -0
- package/icons/PfIcons/severity-critical.svg +4 -0
- package/icons/PfIcons/severity-important.svg +4 -0
- package/icons/PfIcons/severity-minor.svg +4 -0
- package/icons/PfIcons/severity-moderate.svg +4 -0
- package/icons/PfIcons/severity-none.svg +4 -0
- package/icons/PfIcons/severity-undefined.svg +4 -0
- package/icons/PfIcons/spinner.svg +4 -0
- package/icons/PfIcons/spinner2.svg +4 -0
- package/icons/PfIcons/storage-domain.svg +4 -0
- package/icons/PfIcons/task.svg +4 -0
- package/icons/PfIcons/tenant.svg +4 -0
- package/icons/PfIcons/thumb-tack.svg +4 -0
- package/icons/PfIcons/topology.svg +4 -0
- package/icons/PfIcons/treeview.svg +4 -0
- package/icons/PfIcons/trend-down.svg +4 -0
- package/icons/PfIcons/trend-up.svg +4 -0
- package/icons/PfIcons/unknown.svg +4 -0
- package/icons/PfIcons/unlocked.svg +4 -0
- package/icons/PfIcons/unplugged.svg +4 -0
- package/icons/PfIcons/user.svg +4 -0
- package/icons/PfIcons/users.svg +4 -0
- package/icons/PfIcons/virtual-machine.svg +4 -0
- package/icons/PfIcons/volume.svg +4 -0
- package/icons/PfIcons/warning-triangle.svg +4 -0
- package/icons/PfIcons/zone.svg +4 -0
- package/layouts/Flex/flex.scss +83 -19
- package/layouts/Gallery/gallery.css +6 -2
- package/layouts/_index.css +6 -2
- package/package.json +34 -16
- package/patternfly-base-no-globals.css +406 -14
- package/patternfly-base.css +413 -14
- package/patternfly-charts.css +3 -3
- package/patternfly-no-globals.css +1947 -625
- package/patternfly.css +1954 -625
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +32 -25
- package/sass-utilities/mixins.scss +36 -20
- package/sass-utilities/namespaces-components.scss +6 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
.pf-v6-c-drawer {
|
|
2
|
+
--pf-v6-c-drawer--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
2
3
|
--pf-v6-c-drawer__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
3
4
|
--pf-v6-c-drawer__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
4
5
|
--pf-v6-c-drawer__content--FlexBasis: 100%;
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
--pf-v6-c-drawer__panel--TransitionProperty: opacity, visibility, transform;
|
|
30
31
|
--pf-v6-c-drawer__panel--Opacity: 0;
|
|
31
32
|
--pf-v6-c-drawer--m-expanded__panel--Opacity: 1;
|
|
33
|
+
--pf-v6-c-drawer--m-expanded__panel--inset: 0px;
|
|
32
34
|
--pf-v6-c-drawer__panel--FlexBasis: 100%;
|
|
33
35
|
--pf-v6-c-drawer__panel--md--FlexBasis--min: 1.5rem;
|
|
34
36
|
--pf-v6-c-drawer__panel--md--FlexBasis: 50%;
|
|
@@ -44,6 +46,29 @@
|
|
|
44
46
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection: column;
|
|
45
47
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min: 1.5rem;
|
|
46
48
|
--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight: 1.5rem;
|
|
49
|
+
--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth: var(--pf-t--global--border--width--regular);
|
|
50
|
+
--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth: var(--pf-t--global--border--width--regular);
|
|
51
|
+
--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth: var(--pf-t--global--border--width--regular);
|
|
52
|
+
--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
53
|
+
--pf-v6-c-drawer--m-pill__panel--BorderColor: var(--pf-t--global--border--color--default);
|
|
54
|
+
--pf-v6-c-drawer--m-pill__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
55
|
+
--pf-v6-c-drawer--m-pill--m-expanded__panel--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
56
|
+
--pf-v6-c-drawer__panel--m-glass--BackgroundColor: var(--pf-t--global--background--color--glass--primary--default);
|
|
57
|
+
--pf-v6-c-drawer__panel--m-glass--BackdropFilter: var(--pf-t--global--background--filter--glass--blur--primary);
|
|
58
|
+
--pf-v6-c-drawer__panel--m-glass--BorderColor: var(--pf-t--global--border--color--alt);
|
|
59
|
+
}
|
|
60
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
61
|
+
.pf-v6-c-drawer {
|
|
62
|
+
--pf-v6-c-drawer__panel--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--short);
|
|
63
|
+
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--slide);
|
|
64
|
+
--pf-v6-c-drawer__panel--TransitionDelay: 0s, 0s, 0s, 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
|
|
65
|
+
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
|
66
|
+
--pf-v6-c-drawer__panel--TransitionDuration: 0s, var(--pf-v6-c-drawer__panel--TransitionDuration--slide), 0s, 0s, 0s;
|
|
67
|
+
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis, visibility;
|
|
68
|
+
--pf-v6-c-drawer__panel--Opacity: 1;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
.pf-v6-c-drawer {
|
|
47
72
|
--pf-v6-c-drawer__head--ColumnGap: var(--pf-t--global--spacer--gap--text-to-element--default);
|
|
48
73
|
--pf-v6-c-drawer__head--PaddingBlockStart: var(--pf-t--global--spacer--sm);
|
|
49
74
|
--pf-v6-c-drawer__head--PaddingBlockEnd: var(--pf-t--global--spacer--sm);
|
|
@@ -106,6 +131,17 @@
|
|
|
106
131
|
--pf-v6-c-drawer__splitter-handle--after--Height: 0.25rem;
|
|
107
132
|
--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--Width: 0.25rem;
|
|
108
133
|
--pf-v6-c-drawer__splitter--m-vertical__splitter-handle--after--Height: 0.75rem;
|
|
134
|
+
}
|
|
135
|
+
@media screen and (min-width: 75rem) {
|
|
136
|
+
.pf-v6-c-drawer {
|
|
137
|
+
--pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
|
|
138
|
+
}
|
|
139
|
+
.pf-v6-c-drawer.pf-m-panel-bottom {
|
|
140
|
+
--pf-v6-c-drawer__panel--MinWidth: auto;
|
|
141
|
+
--pf-v6-c-drawer__panel--MinHeight: var(--pf-v6-c-drawer--m-panel-bottom__panel--xl--MinHeight);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
.pf-v6-c-drawer {
|
|
109
145
|
--pf-v6-c-drawer__actions--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--compact) * -1.5);
|
|
110
146
|
--pf-v6-c-drawer__actions--MarginInlineEnd: calc(var(--pf-t--global--spacer--control--horizontal--compact) * -1.5);
|
|
111
147
|
--pf-v6-c-drawer__panel--BoxShadow: none;
|
|
@@ -120,46 +156,32 @@
|
|
|
120
156
|
--pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd: 0;
|
|
121
157
|
--pf-v6-c-drawer--m-panel-bottom--m-inline__panel--PaddingBlockStart: 0;
|
|
122
158
|
}
|
|
123
|
-
@media screen and (prefers-reduced-motion: no-preference) {
|
|
124
|
-
.pf-v6-c-drawer {
|
|
125
|
-
--pf-v6-c-drawer__panel--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--short);
|
|
126
|
-
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDuration--slide);
|
|
127
|
-
--pf-v6-c-drawer__panel--TransitionDelay: 0s, 0s, 0s, 0s, var(--pf-v6-c-drawer__panel--TransitionDelay--focus);
|
|
128
|
-
--pf-v6-c-drawer__panel--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--decelerate);
|
|
129
|
-
--pf-v6-c-drawer__panel--TransitionDuration: 0s, var(--pf-v6-c-drawer__panel--TransitionDuration--slide), 0s, 0s, 0s;
|
|
130
|
-
--pf-v6-c-drawer__panel--TransitionProperty: margin, transform, box-shadow, flex-basis, visibility;
|
|
131
|
-
--pf-v6-c-drawer__panel--Opacity: 1;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
@media screen and (min-width: 75rem) {
|
|
135
|
-
.pf-v6-c-drawer {
|
|
136
|
-
--pf-v6-c-drawer__panel--MinWidth: var(--pf-v6-c-drawer__panel--xl--MinWidth);
|
|
137
|
-
}
|
|
138
|
-
.pf-v6-c-drawer.pf-m-panel-bottom {
|
|
139
|
-
--pf-v6-c-drawer__panel--MinWidth: auto;
|
|
140
|
-
--pf-v6-c-drawer__panel--MinHeight: var(--pf-v6-c-drawer--m-panel-bottom__panel--xl--MinHeight);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
159
|
|
|
144
160
|
.pf-v6-c-drawer {
|
|
145
161
|
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md--left);
|
|
146
|
-
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--md--right);
|
|
147
|
-
display: flex;
|
|
148
|
-
flex-direction: column;
|
|
149
|
-
height: 100%;
|
|
150
|
-
overflow-x: hidden;
|
|
151
162
|
}
|
|
152
163
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer {
|
|
153
164
|
--pf-v6-c-drawer--m-expanded__panel--BoxShadow: var(--pf-t--global--box-shadow--md--right);
|
|
154
165
|
}
|
|
155
166
|
|
|
167
|
+
.pf-v6-c-drawer {
|
|
168
|
+
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--md--right);
|
|
169
|
+
}
|
|
156
170
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer {
|
|
157
171
|
--pf-v6-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-t--global--box-shadow--md--left);
|
|
158
172
|
}
|
|
159
173
|
|
|
174
|
+
.pf-v6-c-drawer {
|
|
175
|
+
display: flex;
|
|
176
|
+
flex-direction: column;
|
|
177
|
+
height: 100%;
|
|
178
|
+
overflow-x: hidden;
|
|
179
|
+
}
|
|
160
180
|
.pf-v6-c-drawer.pf-m-inline, .pf-v6-c-drawer.pf-m-static {
|
|
161
181
|
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-v6-c-drawer__panel--m-inline--BackgroundColor);
|
|
162
182
|
--pf-v6-c-drawer__panel--BorderInlineStartWidth: var(--pf-v6-c-drawer--m-inline__panel--after--Width);
|
|
183
|
+
--pf-v6-c-drawer--m-pill__main--Gap: var(--pf-v6-c-drawer--m-pill--m-inline__main--Gap);
|
|
184
|
+
--pf-v6-c-drawer--m-pill--m-expanded__panel--inset: 0px;
|
|
163
185
|
}
|
|
164
186
|
.pf-v6-c-drawer.pf-m-inline > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v6-c-drawer.pf-m-static > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
165
187
|
padding-inline-start: var(--pf-v6-c-drawer--m-inline__panel--PaddingInlineStart);
|
|
@@ -183,19 +205,21 @@
|
|
|
183
205
|
--pf-v6-c-drawer__panel--TransitionDelay--focus: var(--pf-v6-c-drawer__panel--TransitionDelay--expand--focus);
|
|
184
206
|
}
|
|
185
207
|
.pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
186
|
-
transform: translateX(-100%);
|
|
187
|
-
--pf-v6-c-drawer__panel--Opacity: var(--pf-v6-c-drawer--m-expanded__panel--Opacity);
|
|
188
|
-
visibility: visible;
|
|
208
|
+
transform: translateX(calc(-100% - var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
189
209
|
}
|
|
190
210
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
191
|
-
transform: translateX(calc(-100% * var(--pf-v6-global--inverse--multiplier)));
|
|
211
|
+
transform: translateX(calc(calc(-100% - var(--pf-v6-c-drawer--m-expanded__panel--inset)) * var(--pf-v6-global--inverse--multiplier)));
|
|
192
212
|
}
|
|
193
213
|
|
|
214
|
+
.pf-v6-c-drawer.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
215
|
+
--pf-v6-c-drawer__panel--Opacity: var(--pf-v6-c-drawer--m-expanded__panel--Opacity);
|
|
216
|
+
visibility: visible;
|
|
217
|
+
}
|
|
194
218
|
.pf-v6-c-drawer.pf-m-expanded.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
195
219
|
transform: translateX(0);
|
|
196
220
|
}
|
|
197
221
|
.pf-v6-c-drawer.pf-m-expanded.pf-m-panel-bottom > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
198
|
-
transform: translate(0, -100%);
|
|
222
|
+
transform: translate(0, calc(-100% - var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
199
223
|
}
|
|
200
224
|
.pf-v6-c-drawer.pf-m-resizing {
|
|
201
225
|
--pf-v6-c-drawer__panel--TransitionProperty: none;
|
|
@@ -204,6 +228,26 @@
|
|
|
204
228
|
.pf-v6-c-drawer.pf-m-resizing .pf-v6-c-drawer__splitter {
|
|
205
229
|
pointer-events: auto;
|
|
206
230
|
}
|
|
231
|
+
@media screen and (min-width: 48rem) {
|
|
232
|
+
.pf-v6-c-drawer.pf-m-pill {
|
|
233
|
+
--pf-v6-c-drawer__main--Gap: var(--pf-v6-c-drawer--m-pill__main--Gap, revert);
|
|
234
|
+
--pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer--m-pill__panel--BorderColor);
|
|
235
|
+
--pf-v6-c-drawer__panel--BorderRadius: var(--pf-v6-c-drawer--m-pill__panel--BorderRadius);
|
|
236
|
+
--pf-v6-c-drawer--m-expanded__panel--inset: var(--pf-v6-c-drawer--m-pill--m-expanded__panel--inset);
|
|
237
|
+
--pf-v6-c-drawer__panel--MarginBlock: var(--pf-v6-c-drawer--m-pill--m-expanded__panel--inset);
|
|
238
|
+
}
|
|
239
|
+
.pf-v6-c-drawer.pf-m-pill > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
240
|
+
border-block-start-width: var(--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth);
|
|
241
|
+
border-block-end-width: var(--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth);
|
|
242
|
+
border-inline-start-width: var(--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth);
|
|
243
|
+
border-inline-end-width: var(--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth);
|
|
244
|
+
}
|
|
245
|
+
.pf-v6-c-drawer.pf-m-pill > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel:not(.pf-m-no-glass) {
|
|
246
|
+
--pf-v6-c-drawer__panel--BackgroundColor: var(--pf-v6-c-drawer__panel--m-glass--BackgroundColor);
|
|
247
|
+
--pf-v6-c-drawer__panel--BorderColor: var(--pf-v6-c-drawer__panel--m-glass--BorderColor);
|
|
248
|
+
backdrop-filter: var(--pf-v6-c-drawer__panel--m-glass--BackdropFilter);
|
|
249
|
+
}
|
|
250
|
+
}
|
|
207
251
|
|
|
208
252
|
.pf-v6-c-drawer__section {
|
|
209
253
|
flex-grow: 0;
|
|
@@ -219,6 +263,7 @@
|
|
|
219
263
|
.pf-v6-c-drawer__main {
|
|
220
264
|
display: flex;
|
|
221
265
|
flex: 1;
|
|
266
|
+
gap: var(--pf-v6-c-drawer__main--Gap, 0);
|
|
222
267
|
overflow: hidden;
|
|
223
268
|
}
|
|
224
269
|
|
|
@@ -226,8 +271,8 @@
|
|
|
226
271
|
.pf-v6-c-drawer__panel,
|
|
227
272
|
.pf-v6-c-drawer__panel-main {
|
|
228
273
|
display: flex;
|
|
229
|
-
flex-direction: column;
|
|
230
274
|
flex-shrink: 0;
|
|
275
|
+
flex-direction: column;
|
|
231
276
|
overflow: auto;
|
|
232
277
|
}
|
|
233
278
|
|
|
@@ -257,6 +302,8 @@
|
|
|
257
302
|
row-gap: var(--pf-v6-c-drawer__panel--RowGap);
|
|
258
303
|
order: 1;
|
|
259
304
|
max-height: var(--pf-v6-c-drawer__panel--MaxHeight);
|
|
305
|
+
margin-block: var(--pf-v6-c-drawer__panel--MarginBlock, revert);
|
|
306
|
+
margin-inline: var(--pf-v6-c-drawer__panel--MarginInline, revert);
|
|
260
307
|
overflow: auto;
|
|
261
308
|
visibility: hidden;
|
|
262
309
|
background-color: var(--pf-v6-c-drawer__panel--BackgroundColor);
|
|
@@ -265,6 +312,7 @@
|
|
|
265
312
|
border-block-end-width: var(--pf-v6-c-drawer__panel--BorderBlockEndWidth);
|
|
266
313
|
border-inline-start-width: var(--pf-v6-c-drawer__panel--BorderInlineStartWidth);
|
|
267
314
|
border-inline-end-width: var(--pf-v6-c-drawer__panel--BorderInlineEndWidth);
|
|
315
|
+
border-radius: var(--pf-v6-c-drawer__panel--BorderRadius, revert);
|
|
268
316
|
box-shadow: var(--pf-v6-c-drawer__panel--BoxShadow);
|
|
269
317
|
opacity: var(--pf-v6-c-drawer__panel--Opacity);
|
|
270
318
|
transition-delay: var(--pf-v6-c-drawer__panel--TransitionDelay);
|
|
@@ -452,7 +500,7 @@
|
|
|
452
500
|
padding-inline-end: var(--pf-v6-c-drawer--m-panel-left--m-inline__panel--PaddingInlineEnd);
|
|
453
501
|
}
|
|
454
502
|
.pf-v6-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
455
|
-
transform: translateX(
|
|
503
|
+
transform: translateX(var(--pf-v6-c-drawer--m-expanded__panel--inset));
|
|
456
504
|
}
|
|
457
505
|
.pf-v6-c-drawer.pf-m-panel-left > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel.pf-m-resizable > .pf-v6-c-drawer__splitter {
|
|
458
506
|
--pf-v6-c-drawer__splitter-handle--InsetInlineStart: var(--pf-v6-c-drawer--m-panel-left__splitter-handle--InsetInlineStart);
|
|
@@ -464,6 +512,8 @@
|
|
|
464
512
|
--pf-v6-c-drawer__panel--FlexBasis--min: var(--pf-v6-c-drawer--m-panel-bottom__panel--FlexBasis--min);
|
|
465
513
|
--pf-v6-c-drawer__panel--BorderInlineStartWidth: 0;
|
|
466
514
|
--pf-v6-c-drawer__panel--BorderBlockStartWidth: var(--pf-v6-c-drawer--m-panel-bottom__panel--after--Height);
|
|
515
|
+
--pf-v6-c-drawer__panel--MarginBlock: initial;
|
|
516
|
+
--pf-v6-c-drawer__panel--MarginInline: var(--pf-v6-c-drawer--m-expanded__panel--inset);
|
|
467
517
|
min-width: auto;
|
|
468
518
|
min-height: var(--pf-v6-c-drawer--m-panel-bottom__panel--md--MinHeight);
|
|
469
519
|
}
|
|
@@ -511,82 +561,86 @@
|
|
|
511
561
|
}
|
|
512
562
|
@media (min-width: 48rem) {
|
|
513
563
|
.pf-v6-c-drawer__panel.pf-m-width-25 {
|
|
514
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 25
|
|
564
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(25% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
515
565
|
}
|
|
516
566
|
.pf-v6-c-drawer__panel.pf-m-width-33 {
|
|
517
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 33
|
|
567
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(33% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
518
568
|
}
|
|
519
569
|
.pf-v6-c-drawer__panel.pf-m-width-50 {
|
|
520
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 50
|
|
570
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(50% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
521
571
|
}
|
|
522
572
|
.pf-v6-c-drawer__panel.pf-m-width-66 {
|
|
523
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 66
|
|
573
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(66% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
524
574
|
}
|
|
525
575
|
.pf-v6-c-drawer__panel.pf-m-width-75 {
|
|
526
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 75
|
|
576
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(75% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
527
577
|
}
|
|
528
578
|
.pf-v6-c-drawer__panel.pf-m-width-100 {
|
|
529
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 100
|
|
579
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(100% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
580
|
+
--pf-v6-c-drawer__main--Gap: 0;
|
|
530
581
|
}
|
|
531
582
|
}
|
|
532
583
|
@media (min-width: 62rem) {
|
|
533
584
|
.pf-v6-c-drawer__panel.pf-m-width-25-on-lg {
|
|
534
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 25
|
|
585
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(25% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
535
586
|
}
|
|
536
587
|
.pf-v6-c-drawer__panel.pf-m-width-33-on-lg {
|
|
537
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 33
|
|
588
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(33% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
538
589
|
}
|
|
539
590
|
.pf-v6-c-drawer__panel.pf-m-width-50-on-lg {
|
|
540
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 50
|
|
591
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(50% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
541
592
|
}
|
|
542
593
|
.pf-v6-c-drawer__panel.pf-m-width-66-on-lg {
|
|
543
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 66
|
|
594
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(66% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
544
595
|
}
|
|
545
596
|
.pf-v6-c-drawer__panel.pf-m-width-75-on-lg {
|
|
546
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 75
|
|
597
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(75% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
547
598
|
}
|
|
548
599
|
.pf-v6-c-drawer__panel.pf-m-width-100-on-lg {
|
|
549
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 100
|
|
600
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(100% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
601
|
+
--pf-v6-c-drawer__main--Gap: 0;
|
|
550
602
|
}
|
|
551
603
|
}
|
|
552
604
|
@media (min-width: 75rem) {
|
|
553
605
|
.pf-v6-c-drawer__panel.pf-m-width-25-on-xl {
|
|
554
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 25
|
|
606
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(25% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
555
607
|
}
|
|
556
608
|
.pf-v6-c-drawer__panel.pf-m-width-33-on-xl {
|
|
557
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 33
|
|
609
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(33% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
558
610
|
}
|
|
559
611
|
.pf-v6-c-drawer__panel.pf-m-width-50-on-xl {
|
|
560
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 50
|
|
612
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(50% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
561
613
|
}
|
|
562
614
|
.pf-v6-c-drawer__panel.pf-m-width-66-on-xl {
|
|
563
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 66
|
|
615
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(66% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
564
616
|
}
|
|
565
617
|
.pf-v6-c-drawer__panel.pf-m-width-75-on-xl {
|
|
566
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 75
|
|
618
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(75% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
567
619
|
}
|
|
568
620
|
.pf-v6-c-drawer__panel.pf-m-width-100-on-xl {
|
|
569
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 100
|
|
621
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(100% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
622
|
+
--pf-v6-c-drawer__main--Gap: 0;
|
|
570
623
|
}
|
|
571
624
|
}
|
|
572
625
|
@media (min-width: 90.625rem) {
|
|
573
626
|
.pf-v6-c-drawer__panel.pf-m-width-25-on-2xl {
|
|
574
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 25
|
|
627
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(25% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
575
628
|
}
|
|
576
629
|
.pf-v6-c-drawer__panel.pf-m-width-33-on-2xl {
|
|
577
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 33
|
|
630
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(33% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
578
631
|
}
|
|
579
632
|
.pf-v6-c-drawer__panel.pf-m-width-50-on-2xl {
|
|
580
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 50
|
|
633
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(50% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
581
634
|
}
|
|
582
635
|
.pf-v6-c-drawer__panel.pf-m-width-66-on-2xl {
|
|
583
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 66
|
|
636
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(66% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
584
637
|
}
|
|
585
638
|
.pf-v6-c-drawer__panel.pf-m-width-75-on-2xl {
|
|
586
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 75
|
|
639
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(75% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
587
640
|
}
|
|
588
641
|
.pf-v6-c-drawer__panel.pf-m-width-100-on-2xl {
|
|
589
|
-
--pf-v6-c-drawer__panel--md--FlexBasis: 100
|
|
642
|
+
--pf-v6-c-drawer__panel--md--FlexBasis: calc(100% - (2 * var(--pf-v6-c-drawer--m-expanded__panel--inset)));
|
|
643
|
+
--pf-v6-c-drawer__main--Gap: 0;
|
|
590
644
|
}
|
|
591
645
|
}
|
|
592
646
|
@media (min-width: 48rem) {
|
|
@@ -6,6 +6,9 @@ $pf-v6-c-drawer--breakpoint-map--width: build-breakpoint-map("base", "lg", "xl",
|
|
|
6
6
|
$pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
7
7
|
|
|
8
8
|
@include pf-root($drawer) {
|
|
9
|
+
// Main
|
|
10
|
+
--#{$drawer}--m-pill--m-inline__main--Gap: var(--pf-t--global--spacer--inset--page-chrome);
|
|
11
|
+
|
|
9
12
|
// Section
|
|
10
13
|
--#{$drawer}__section--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
11
14
|
--#{$drawer}__section--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
@@ -41,6 +44,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
41
44
|
--#{$drawer}__panel--TransitionProperty: opacity, visibility, transform; // by default, fade the drawer
|
|
42
45
|
--#{$drawer}__panel--Opacity: 0;
|
|
43
46
|
--#{$drawer}--m-expanded__panel--Opacity: 1;
|
|
47
|
+
--#{$drawer}--m-expanded__panel--inset: 0px;
|
|
44
48
|
--#{$drawer}__panel--FlexBasis: 100%;
|
|
45
49
|
--#{$drawer}__panel--md--FlexBasis--min: #{pf-size-prem(24px)};
|
|
46
50
|
--#{$drawer}__panel--md--FlexBasis: 50%;
|
|
@@ -56,6 +60,16 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
56
60
|
--#{$drawer}--m-panel-bottom__panel--m-resizable--FlexDirection: column;
|
|
57
61
|
--#{$drawer}--m-panel-bottom__panel--m-resizable--md--FlexBasis--min: #{pf-size-prem(24px)};
|
|
58
62
|
--#{$drawer}--m-panel-bottom__panel--m-resizable--MinHeight: #{pf-size-prem(24px)};
|
|
63
|
+
--#{$drawer}--m-pill__panel--BorderBlockStartWidth: var(--pf-t--global--border--width--regular);
|
|
64
|
+
--#{$drawer}--m-pill__panel--BorderBlockEndWidth: var(--pf-t--global--border--width--regular);
|
|
65
|
+
--#{$drawer}--m-pill__panel--BorderInlineStartWidth: var(--pf-t--global--border--width--regular);
|
|
66
|
+
--#{$drawer}--m-pill__panel--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
67
|
+
--#{$drawer}--m-pill__panel--BorderColor: var(--pf-t--global--border--color--default);
|
|
68
|
+
--#{$drawer}--m-pill__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
69
|
+
--#{$drawer}--m-pill--m-expanded__panel--inset: var(--pf-t--global--spacer--inset--page-chrome);
|
|
70
|
+
--#{$drawer}__panel--m-glass--BackgroundColor: var(--pf-t--global--background--color--glass--primary--default);
|
|
71
|
+
--#{$drawer}__panel--m-glass--BackdropFilter: var(--pf-t--global--background--filter--glass--blur--primary);
|
|
72
|
+
--#{$drawer}__panel--m-glass--BorderColor: var(--pf-t--global--border--color--alt);
|
|
59
73
|
|
|
60
74
|
@media screen and (prefers-reduced-motion: no-preference) {
|
|
61
75
|
--#{$drawer}__panel--TransitionDuration--slide: var(--pf-t--global--motion--duration--slide-in--short);
|
|
@@ -200,7 +214,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
200
214
|
&.pf-m-static {
|
|
201
215
|
--#{$drawer}__panel--BackgroundColor: var(--#{$drawer}__panel--m-inline--BackgroundColor);
|
|
202
216
|
--#{$drawer}__panel--BorderInlineStartWidth: var(--#{$drawer}--m-inline__panel--after--Width);
|
|
203
|
-
|
|
217
|
+
--#{$drawer}--m-pill__main--Gap: var(--#{$drawer}--m-pill--m-inline__main--Gap);
|
|
218
|
+
--#{$drawer}--m-pill--m-expanded__panel--inset: 0px;
|
|
204
219
|
|
|
205
220
|
> .#{$drawer}__main > .#{$drawer}__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
206
221
|
padding-inline-start: var(--#{$drawer}--m-inline__panel--PaddingInlineStart);
|
|
@@ -236,8 +251,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
236
251
|
> .#{$drawer}__main > .#{$drawer}__panel {
|
|
237
252
|
@include pf-v6-bidirectional-style(
|
|
238
253
|
$prop: transform,
|
|
239
|
-
$ltr-val: translateX(-100%),
|
|
240
|
-
$rtl-val: translateX(#{pf-v6-calc-inverse(-100%)}),
|
|
254
|
+
$ltr-val: translateX(calc(-100% - var(--#{$drawer}--m-expanded__panel--inset))),
|
|
255
|
+
$rtl-val: translateX(#{pf-v6-calc-inverse(calc(-100% - var(--#{$drawer}--m-expanded__panel--inset)))}),
|
|
241
256
|
);
|
|
242
257
|
|
|
243
258
|
--#{$drawer}__panel--Opacity: var(--#{$drawer}--m-expanded__panel--Opacity);
|
|
@@ -250,7 +265,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
250
265
|
}
|
|
251
266
|
|
|
252
267
|
&.pf-m-panel-bottom > .#{$drawer}__main > .#{$drawer}__panel {
|
|
253
|
-
transform: translate(0, -100%);
|
|
268
|
+
transform: translate(0, calc(-100% - var(--#{$drawer}--m-expanded__panel--inset)));
|
|
254
269
|
}
|
|
255
270
|
}
|
|
256
271
|
// stylelint-enable
|
|
@@ -264,6 +279,33 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
264
279
|
pointer-events: auto;
|
|
265
280
|
}
|
|
266
281
|
}
|
|
282
|
+
|
|
283
|
+
&.pf-m-pill {
|
|
284
|
+
@media screen and (min-width: $pf-v6-global--breakpoint--md) {
|
|
285
|
+
--#{$drawer}__main--Gap: var(--#{$drawer}--m-pill__main--Gap, revert);
|
|
286
|
+
--#{$drawer}__panel--BorderColor: var(--#{$drawer}--m-pill__panel--BorderColor);
|
|
287
|
+
--#{$drawer}__panel--BorderRadius: var(--#{$drawer}--m-pill__panel--BorderRadius);
|
|
288
|
+
--#{$drawer}--m-expanded__panel--inset: var(--#{$drawer}--m-pill--m-expanded__panel--inset);
|
|
289
|
+
--#{$drawer}__panel--MarginBlock: var(--#{$drawer}--m-pill--m-expanded__panel--inset);
|
|
290
|
+
|
|
291
|
+
> .#{$drawer}__main > .#{$drawer}__panel {
|
|
292
|
+
border-block-start-width: var(--#{$drawer}--m-pill__panel--BorderBlockStartWidth);
|
|
293
|
+
border-block-end-width: var(--#{$drawer}--m-pill__panel--BorderBlockEndWidth);
|
|
294
|
+
border-inline-start-width: var(--#{$drawer}--m-pill__panel--BorderInlineStartWidth);
|
|
295
|
+
border-inline-end-width: var(--#{$drawer}--m-pill__panel--BorderInlineEndWidth);
|
|
296
|
+
|
|
297
|
+
// This won't apply background overrides if glass is disabled, allowing secondary backgrounds to work
|
|
298
|
+
// stylelint-disable max-nesting-depth
|
|
299
|
+
&:not(.pf-m-no-glass) {
|
|
300
|
+
--#{$drawer}__panel--BackgroundColor: var(--#{$drawer}__panel--m-glass--BackgroundColor);
|
|
301
|
+
--#{$drawer}__panel--BorderColor: var(--#{$drawer}__panel--m-glass--BorderColor);
|
|
302
|
+
|
|
303
|
+
backdrop-filter: var(--#{$drawer}__panel--m-glass--BackdropFilter);
|
|
304
|
+
}
|
|
305
|
+
// stylelint-enable
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
267
309
|
}
|
|
268
310
|
|
|
269
311
|
// Header area
|
|
@@ -284,6 +326,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
284
326
|
.#{$drawer}__main {
|
|
285
327
|
display: flex;
|
|
286
328
|
flex: 1;
|
|
329
|
+
gap: var(--#{$drawer}__main--Gap, 0);
|
|
287
330
|
overflow: hidden;
|
|
288
331
|
}
|
|
289
332
|
|
|
@@ -292,8 +335,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
292
335
|
.#{$drawer}__panel,
|
|
293
336
|
.#{$drawer}__panel-main {
|
|
294
337
|
display: flex;
|
|
295
|
-
flex-direction: column;
|
|
296
338
|
flex-shrink: 0;
|
|
339
|
+
flex-direction: column;
|
|
297
340
|
overflow: auto;
|
|
298
341
|
}
|
|
299
342
|
|
|
@@ -328,6 +371,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
328
371
|
row-gap: var(--#{$drawer}__panel--RowGap);
|
|
329
372
|
order: 1;
|
|
330
373
|
max-height: var(--#{$drawer}__panel--MaxHeight);
|
|
374
|
+
margin-block: var(--#{$drawer}__panel--MarginBlock, revert);
|
|
375
|
+
margin-inline: var(--#{$drawer}__panel--MarginInline, revert);
|
|
331
376
|
overflow: auto;
|
|
332
377
|
visibility: hidden; // hidden by default
|
|
333
378
|
background-color: var(--#{$drawer}__panel--BackgroundColor);
|
|
@@ -336,6 +381,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
336
381
|
border-block-end-width: var(--#{$drawer}__panel--BorderBlockEndWidth);
|
|
337
382
|
border-inline-start-width: var(--#{$drawer}__panel--BorderInlineStartWidth);
|
|
338
383
|
border-inline-end-width: var(--#{$drawer}__panel--BorderInlineEndWidth);
|
|
384
|
+
border-radius: var(--#{$drawer}__panel--BorderRadius, revert);
|
|
339
385
|
box-shadow: var(--#{$drawer}__panel--BoxShadow);
|
|
340
386
|
opacity: var(--#{$drawer}__panel--Opacity);
|
|
341
387
|
transition-delay: var(--#{$drawer}__panel--TransitionDelay);
|
|
@@ -565,7 +611,7 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
565
611
|
}
|
|
566
612
|
|
|
567
613
|
&.pf-m-expanded > .#{$drawer}__main > .#{$drawer}__panel {
|
|
568
|
-
transform: translateX(
|
|
614
|
+
transform: translateX(var(--#{$drawer}--m-expanded__panel--inset));
|
|
569
615
|
}
|
|
570
616
|
|
|
571
617
|
> .#{$drawer}__main > .#{$drawer}__panel.pf-m-resizable {
|
|
@@ -583,6 +629,8 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
583
629
|
--#{$drawer}__panel--FlexBasis--min: var(--#{$drawer}--m-panel-bottom__panel--FlexBasis--min);
|
|
584
630
|
--#{$drawer}__panel--BorderInlineStartWidth: 0; // turn off default left border
|
|
585
631
|
--#{$drawer}__panel--BorderBlockStartWidth: var(--#{$drawer}--m-panel-bottom__panel--after--Height); // set the border width based on the old height variable
|
|
632
|
+
--#{$drawer}__panel--MarginBlock: initial;
|
|
633
|
+
--#{$drawer}__panel--MarginInline: var(--#{$drawer}--m-expanded__panel--inset);
|
|
586
634
|
|
|
587
635
|
min-width: auto;
|
|
588
636
|
min-height: var(--#{$drawer}--m-panel-bottom__panel--md--MinHeight);
|
|
@@ -655,7 +703,11 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
655
703
|
|
|
656
704
|
// Responsive width modifiers
|
|
657
705
|
@each $breakpoint, $breakpoint-value in $pf-v6-c-drawer--breakpoint-map--width {
|
|
658
|
-
$breakpoint-name:
|
|
706
|
+
$breakpoint-name: "";
|
|
707
|
+
|
|
708
|
+
@if $breakpoint != "base" {
|
|
709
|
+
$breakpoint-name: -on-#{$breakpoint};
|
|
710
|
+
}
|
|
659
711
|
|
|
660
712
|
@if $breakpoint == "base" {
|
|
661
713
|
$breakpoint: "md";
|
|
@@ -664,7 +716,11 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
664
716
|
@include pf-v6-apply-breakpoint($breakpoint) {
|
|
665
717
|
@each $width-value in $pf-v6-c-drawer__panel--list--width {
|
|
666
718
|
.#{$drawer}__panel.pf-m-width-#{$width-value}#{$breakpoint-name} {
|
|
667
|
-
--#{$drawer}__panel--md--FlexBasis: #{percentage(math.div($width-value, 100))};
|
|
719
|
+
--#{$drawer}__panel--md--FlexBasis: calc(#{math.percentage(math.div($width-value, 100))} - (2 * var(--#{$drawer}--m-expanded__panel--inset)));
|
|
720
|
+
|
|
721
|
+
@if $width-value == 100 {
|
|
722
|
+
--#{$drawer}__main--Gap: 0; // Reset gap for width-100 inline pill drawers to prevent misalignment
|
|
723
|
+
}
|
|
668
724
|
}
|
|
669
725
|
}
|
|
670
726
|
}
|
|
@@ -672,7 +728,11 @@ $pf-v6-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
672
728
|
|
|
673
729
|
// Responsive modifiers
|
|
674
730
|
@each $breakpoint, $breakpoint-value in $pf-v6-c-drawer--breakpoint-map {
|
|
675
|
-
$breakpoint-name:
|
|
731
|
+
$breakpoint-name: "";
|
|
732
|
+
|
|
733
|
+
@if $breakpoint != "base" {
|
|
734
|
+
$breakpoint-name: -on-#{$breakpoint};
|
|
735
|
+
}
|
|
676
736
|
|
|
677
737
|
@if $breakpoint == "base" {
|
|
678
738
|
$breakpoint: "md";
|
|
@@ -32,6 +32,15 @@
|
|
|
32
32
|
--pf-v6-c-dual-list-selector--m-expanded__list--Opacity: 1;
|
|
33
33
|
--pf-v6-c-dual-list-selector__list--TranslateY: 0;
|
|
34
34
|
--pf-v6-c-dual-list-selector--m-expanded__list--TranslateY: 0;
|
|
35
|
+
}
|
|
36
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
37
|
+
.pf-v6-c-dual-list-selector {
|
|
38
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
|
39
|
+
--pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
|
40
|
+
--pf-v6-c-dual-list-selector__list--TranslateY: -.5rem;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
.pf-v6-c-dual-list-selector {
|
|
35
44
|
--pf-v6-c-dual-list-selector__list-item-row--FontSize: var(--pf-t--global--font--size--sm);
|
|
36
45
|
--pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-t--global--background--color--action--plain--default);
|
|
37
46
|
--pf-v6-c-dual-list-selector__list-item-row--BorderWidth: var(--pf-t--global--border--width--action--plain--default);
|
|
@@ -67,19 +76,12 @@
|
|
|
67
76
|
--pf-v6-c-dual-list-selector__item-count--MarginInlineStart: var(--pf-t--global--spacer--sm);
|
|
68
77
|
--pf-v6-c-dual-list-selector__item--c-badge--m-read--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
69
78
|
--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
|
|
70
|
-
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate:
|
|
79
|
+
--pf-v6-c-dual-list-selector__list-item--m-expanded__item-toggle-icon--Rotate: -180deg;
|
|
71
80
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
72
81
|
--pf-v6-c-dual-list-selector__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
73
82
|
--pf-v6-c-dual-list-selector__item-toggle-icon--MinWidth: var(--pf-v6-c-dual-list-selector__list-item-row--FontSize);
|
|
74
83
|
--pf-v6-c-dual-list-selector__list-item--m-disabled__item-toggle-icon--Color: var(--pf-t--global--icon--color--disabled);
|
|
75
84
|
}
|
|
76
|
-
@media screen and (prefers-reduced-motion: no-preference) {
|
|
77
|
-
.pf-v6-c-dual-list-selector {
|
|
78
|
-
--pf-v6-c-dual-list-selector__list--TransitionDuration--expand--slide: var(--pf-t--global--motion--duration--fade--default);
|
|
79
|
-
--pf-v6-c-dual-list-selector__list--TransitionDuration--collapse--slide: var(--pf-t--global--motion--duration--fade--short);
|
|
80
|
-
--pf-v6-c-dual-list-selector__list--TranslateY: -.5rem;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
85
|
|
|
84
86
|
.pf-v6-c-dual-list-selector {
|
|
85
87
|
display: grid;
|
|
@@ -150,8 +152,6 @@
|
|
|
150
152
|
|
|
151
153
|
.pf-v6-c-dual-list-selector__list {
|
|
152
154
|
--pf-v6-c-dual-list-selector__item-toggle-icon--Rotate: 0;
|
|
153
|
-
display: flex;
|
|
154
|
-
flex-direction: column;
|
|
155
155
|
}
|
|
156
156
|
.pf-v6-c-dual-list-selector__list .pf-v6-c-dual-list-selector__list {
|
|
157
157
|
--pf-v6-c-dual-list-selector__item-toggle--MarginBlockStart: 0;
|
|
@@ -159,16 +159,22 @@
|
|
|
159
159
|
}
|
|
160
160
|
.pf-v6-c-dual-list-selector__list .pf-v6-c-dual-list-selector__list .pf-v6-c-dual-list-selector__item-toggle {
|
|
161
161
|
transform: translateX(var(--pf-v6-c-dual-list-selector__list__list__item-toggle--TranslateX));
|
|
162
|
-
position: absolute;
|
|
163
|
-
inset-inline-start: var(--pf-v6-c-dual-list-selector__list__list__item-toggle--InsetInlineStart);
|
|
164
162
|
}
|
|
165
163
|
:where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-dual-list-selector__list .pf-v6-c-dual-list-selector__list .pf-v6-c-dual-list-selector__item-toggle {
|
|
166
164
|
transform: translateX(calc(var(--pf-v6-c-dual-list-selector__list__list__item-toggle--TranslateX) * var(--pf-v6-global--inverse--multiplier)));
|
|
167
165
|
}
|
|
168
166
|
|
|
167
|
+
.pf-v6-c-dual-list-selector__list .pf-v6-c-dual-list-selector__list .pf-v6-c-dual-list-selector__item-toggle {
|
|
168
|
+
position: absolute;
|
|
169
|
+
inset-inline-start: var(--pf-v6-c-dual-list-selector__list__list__item-toggle--InsetInlineStart);
|
|
170
|
+
}
|
|
169
171
|
.pf-v6-c-dual-list-selector__list.pf-m-drag-over {
|
|
170
172
|
overflow-anchor: none;
|
|
171
173
|
}
|
|
174
|
+
.pf-v6-c-dual-list-selector__list {
|
|
175
|
+
display: flex;
|
|
176
|
+
flex-direction: column;
|
|
177
|
+
}
|
|
172
178
|
|
|
173
179
|
.pf-v6-c-dual-list-selector__list-item:focus-visible {
|
|
174
180
|
--pf-v6-c-dual-list-selector__list-item-row--BackgroundColor: var(--pf-v6-c-dual-list-selector__list-item-row--hover--BackgroundColor);
|
|
@@ -106,7 +106,7 @@ $pf-v6-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
106
106
|
|
|
107
107
|
// Icon
|
|
108
108
|
--#{$dual-list-selector}__item-toggle-icon--Rotate: 0;
|
|
109
|
-
--#{$dual-list-selector}__list-item--m-expanded__item-toggle-icon--Rotate:
|
|
109
|
+
--#{$dual-list-selector}__list-item--m-expanded__item-toggle-icon--Rotate: -180deg;
|
|
110
110
|
--#{$dual-list-selector}__item-toggle-icon--TransitionDuration: var(--pf-t--global--motion--duration--icon--default);
|
|
111
111
|
--#{$dual-list-selector}__item-toggle-icon--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
112
112
|
--#{$dual-list-selector}__item-toggle-icon--MinWidth: var(--#{$dual-list-selector}__list-item-row--FontSize);
|