@patternfly/patternfly 5.1.0-prerelease.1 → 5.1.0-prerelease.11
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 +3 -26
- package/docs/components/Nav/examples/Navigation.md +99 -0
- 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 -37
- 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
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
131
|
.pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
132
|
-
padding-
|
|
132
|
+
padding-inline-start: var(--pf-v5-c-drawer--m-inline__panel--PaddingLeft);
|
|
133
133
|
}
|
|
134
134
|
.pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
135
135
|
order: 0;
|
|
136
|
-
margin-
|
|
136
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
137
137
|
transform: translateX(-100%);
|
|
138
138
|
}
|
|
139
139
|
.pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__content {
|
|
@@ -198,7 +198,10 @@
|
|
|
198
198
|
--pf-v5-c-drawer__content--BackgroundColor: var(--pf-v5-c-drawer__content--m-light-200--BackgroundColor);
|
|
199
199
|
}
|
|
200
200
|
.pf-v5-c-drawer__content > .pf-v5-c-drawer__body {
|
|
201
|
-
padding: var(--pf-v5-c-drawer__content--child--PaddingTop)
|
|
201
|
+
padding-block-start: var(--pf-v5-c-drawer__content--child--PaddingTop);
|
|
202
|
+
padding-block-end: var(--pf-v5-c-drawer__content--child--PaddingBottom);
|
|
203
|
+
padding-inline-start: var(--pf-v5-c-drawer__content--child--PaddingLeft);
|
|
204
|
+
padding-inline-end: var(--pf-v5-c-drawer__content--child--PaddingRight);
|
|
202
205
|
}
|
|
203
206
|
|
|
204
207
|
.pf-v5-c-drawer__panel {
|
|
@@ -216,8 +219,8 @@
|
|
|
216
219
|
}
|
|
217
220
|
.pf-v5-c-drawer__panel::after {
|
|
218
221
|
position: absolute;
|
|
219
|
-
|
|
220
|
-
|
|
222
|
+
inset-block-start: 0;
|
|
223
|
+
inset-inline-start: 0;
|
|
221
224
|
width: var(--pf-v5-c-drawer__panel--after--Width);
|
|
222
225
|
height: 100%;
|
|
223
226
|
content: "";
|
|
@@ -276,26 +279,32 @@
|
|
|
276
279
|
grid-row: 1;
|
|
277
280
|
grid-column: 2;
|
|
278
281
|
align-self: baseline;
|
|
279
|
-
margin-
|
|
280
|
-
margin-
|
|
282
|
+
margin-block-start: var(--pf-v5-c-drawer__actions--MarginTop);
|
|
283
|
+
margin-inline-end: var(--pf-v5-c-drawer__actions--MarginRight);
|
|
281
284
|
}
|
|
282
285
|
|
|
283
286
|
.pf-v5-c-drawer__body {
|
|
284
|
-
padding: var(--pf-v5-c-drawer--child--PaddingTop)
|
|
287
|
+
padding-block-start: var(--pf-v5-c-drawer--child--PaddingTop);
|
|
288
|
+
padding-block-end: var(--pf-v5-c-drawer--child--PaddingBottom);
|
|
289
|
+
padding-inline-start: var(--pf-v5-c-drawer--child--PaddingLeft);
|
|
290
|
+
padding-inline-end: var(--pf-v5-c-drawer--child--PaddingRight);
|
|
285
291
|
}
|
|
286
292
|
.pf-v5-c-drawer__body.pf-m-no-padding {
|
|
287
293
|
padding: 0;
|
|
288
294
|
}
|
|
289
295
|
.pf-v5-c-drawer__body.pf-m-no-padding > .pf-v5-c-drawer__actions,
|
|
290
296
|
.pf-v5-c-drawer__body.pf-m-no-padding > .pf-v5-c-drawer__head > .pf-v5-c-drawer__actions {
|
|
291
|
-
margin-
|
|
292
|
-
margin-
|
|
297
|
+
margin-block-start: 0;
|
|
298
|
+
margin-inline-end: 0;
|
|
293
299
|
}
|
|
294
300
|
.pf-v5-c-drawer__body.pf-m-padding {
|
|
295
|
-
padding: var(--pf-v5-c-drawer--child--m-padding--PaddingTop)
|
|
301
|
+
padding-block-start: var(--pf-v5-c-drawer--child--m-padding--PaddingTop);
|
|
302
|
+
padding-block-end: var(--pf-v5-c-drawer--child--m-padding--PaddingBottom);
|
|
303
|
+
padding-inline-start: var(--pf-v5-c-drawer--child--m-padding--PaddingLeft);
|
|
304
|
+
padding-inline-end: var(--pf-v5-c-drawer--child--m-padding--PaddingRight);
|
|
296
305
|
}
|
|
297
306
|
.pf-v5-c-drawer__body:not(.pf-m-no-padding) + * {
|
|
298
|
-
padding-
|
|
307
|
+
padding-block-start: 0;
|
|
299
308
|
}
|
|
300
309
|
.pf-v5-c-drawer__body:last-child {
|
|
301
310
|
flex: 1 1;
|
|
@@ -332,19 +341,22 @@
|
|
|
332
341
|
}
|
|
333
342
|
.pf-v5-c-drawer__splitter::after {
|
|
334
343
|
position: absolute;
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
344
|
+
inset-block-start: 0;
|
|
345
|
+
inset-block-end: 0;
|
|
346
|
+
inset-inline-start: 0;
|
|
347
|
+
inset-inline-end: 0;
|
|
339
348
|
content: "";
|
|
340
349
|
border: solid var(--pf-v5-c-drawer__splitter--after--BorderColor);
|
|
341
|
-
border-width: var(--pf-v5-c-drawer__splitter--after--BorderTopWidth)
|
|
350
|
+
border-block-start-width: var(--pf-v5-c-drawer__splitter--after--BorderTopWidth);
|
|
351
|
+
border-block-end-width: var(--pf-v5-c-drawer__splitter--after--BorderBottomWidth);
|
|
352
|
+
border-inline-start-width: var(--pf-v5-c-drawer__splitter--after--BorderLeftWidth);
|
|
353
|
+
border-inline-end-width: var(--pf-v5-c-drawer__splitter--after--BorderRightWidth);
|
|
342
354
|
}
|
|
343
355
|
|
|
344
356
|
.pf-v5-c-drawer__splitter-handle {
|
|
345
357
|
position: absolute;
|
|
346
|
-
|
|
347
|
-
|
|
358
|
+
inset-block-start: var(--pf-v5-c-drawer__splitter-handle--Top);
|
|
359
|
+
inset-inline-start: var(--pf-v5-c-drawer__splitter-handle--Left);
|
|
348
360
|
transform: translate(-50%, -50%);
|
|
349
361
|
}
|
|
350
362
|
.pf-v5-c-drawer__splitter-handle::after {
|
|
@@ -354,7 +366,10 @@
|
|
|
354
366
|
content: "";
|
|
355
367
|
border-color: var(--pf-v5-c-drawer__splitter-handle--after--BorderColor);
|
|
356
368
|
border-style: solid;
|
|
357
|
-
border-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderTopWidth)
|
|
369
|
+
border-block-start-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderTopWidth);
|
|
370
|
+
border-block-end-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderBottomWidth);
|
|
371
|
+
border-inline-start-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderLeftWidth);
|
|
372
|
+
border-inline-end-width: var(--pf-v5-c-drawer__splitter-handle--after--BorderRightWidth);
|
|
358
373
|
}
|
|
359
374
|
|
|
360
375
|
@media screen and (min-width: 768px) {
|
|
@@ -383,15 +398,15 @@
|
|
|
383
398
|
--pf-v5-c-drawer--m-expanded__panel--BoxShadow: var(--pf-v5-c-drawer--m-expanded--m-panel-left__panel--BoxShadow);
|
|
384
399
|
}
|
|
385
400
|
.pf-v5-c-drawer.pf-m-panel-left.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-panel-left.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
386
|
-
padding-
|
|
387
|
-
padding-
|
|
401
|
+
padding-inline-start: 0;
|
|
402
|
+
padding-inline-end: var(--pf-v5-c-drawer--m-panel-left--m-inline__panel--PaddingRight);
|
|
388
403
|
}
|
|
389
404
|
.pf-v5-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
390
405
|
transform: translateX(0);
|
|
391
406
|
}
|
|
392
407
|
.pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel::after {
|
|
393
|
-
|
|
394
|
-
|
|
408
|
+
inset-inline-start: auto;
|
|
409
|
+
inset-inline-end: 0;
|
|
395
410
|
}
|
|
396
411
|
.pf-v5-c-drawer.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel.pf-m-resizable > .pf-v5-c-drawer__splitter {
|
|
397
412
|
--pf-v5-c-drawer__splitter-handle--Left: var(--pf-v5-c-drawer--m-panel-left__splitter-handle--Left);
|
|
@@ -407,12 +422,12 @@
|
|
|
407
422
|
min-height: var(--pf-v5-c-drawer--m-panel-bottom__panel--md--MinHeight);
|
|
408
423
|
}
|
|
409
424
|
.pf-v5-c-drawer.pf-m-panel-bottom.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-v5-c-drawer.pf-m-panel-bottom.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
410
|
-
padding-
|
|
411
|
-
padding-
|
|
425
|
+
padding-block-start: var(--pf-v5-c-drawer--m-panel-bottom--m-inline__panel--PaddingTop);
|
|
426
|
+
padding-inline-start: 0;
|
|
412
427
|
}
|
|
413
428
|
.pf-v5-c-drawer.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel::after {
|
|
414
|
-
|
|
415
|
-
|
|
429
|
+
inset-block-start: 0;
|
|
430
|
+
inset-inline-start: auto;
|
|
416
431
|
width: 100%;
|
|
417
432
|
height: var(--pf-v5-c-drawer--m-panel-bottom__panel--after--Height);
|
|
418
433
|
}
|
|
@@ -546,41 +561,41 @@
|
|
|
546
561
|
overflow-x: auto;
|
|
547
562
|
}
|
|
548
563
|
.pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
549
|
-
margin-
|
|
564
|
+
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
550
565
|
transform: translateX(100%);
|
|
551
566
|
}
|
|
552
567
|
.pf-v5-c-drawer.pf-m-inline.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
553
|
-
margin-
|
|
568
|
+
margin-inline-start: 0;
|
|
554
569
|
transform: translateX(0);
|
|
555
570
|
}
|
|
556
571
|
.pf-v5-c-drawer.pf-m-inline > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
557
572
|
display: unset;
|
|
558
573
|
}
|
|
559
574
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
560
|
-
margin-
|
|
561
|
-
margin-
|
|
575
|
+
margin-inline-start: 0;
|
|
576
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
562
577
|
transform: translateX(-100%);
|
|
563
578
|
}
|
|
564
579
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
565
|
-
margin-
|
|
580
|
+
margin-inline-end: 0;
|
|
566
581
|
transform: translateX(0);
|
|
567
582
|
}
|
|
568
583
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
569
584
|
display: unset;
|
|
570
585
|
}
|
|
571
586
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
572
|
-
margin-
|
|
587
|
+
margin-block-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
573
588
|
transform: translateY(100%);
|
|
574
589
|
}
|
|
575
590
|
.pf-v5-c-drawer.pf-m-inline.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
576
|
-
margin-
|
|
591
|
+
margin-block-end: 0;
|
|
577
592
|
transform: translateY(0);
|
|
578
593
|
}
|
|
579
594
|
.pf-v5-c-drawer.pf-m-static > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
580
595
|
transform: translateX(0);
|
|
581
596
|
}
|
|
582
597
|
.pf-v5-c-drawer.pf-m-static.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
583
|
-
margin-
|
|
598
|
+
margin-inline-end: 0;
|
|
584
599
|
transform: translateX(0);
|
|
585
600
|
}
|
|
586
601
|
.pf-v5-c-drawer.pf-m-static.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
@@ -607,41 +622,41 @@
|
|
|
607
622
|
overflow-x: auto;
|
|
608
623
|
}
|
|
609
624
|
.pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
610
|
-
margin-
|
|
625
|
+
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
611
626
|
transform: translateX(100%);
|
|
612
627
|
}
|
|
613
628
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
614
|
-
margin-
|
|
629
|
+
margin-inline-start: 0;
|
|
615
630
|
transform: translateX(0);
|
|
616
631
|
}
|
|
617
632
|
.pf-v5-c-drawer.pf-m-inline-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
618
633
|
display: unset;
|
|
619
634
|
}
|
|
620
635
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
621
|
-
margin-
|
|
622
|
-
margin-
|
|
636
|
+
margin-inline-start: 0;
|
|
637
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
623
638
|
transform: translateX(-100%);
|
|
624
639
|
}
|
|
625
640
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
626
|
-
margin-
|
|
641
|
+
margin-inline-end: 0;
|
|
627
642
|
transform: translateX(0);
|
|
628
643
|
}
|
|
629
644
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
630
645
|
display: unset;
|
|
631
646
|
}
|
|
632
647
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
633
|
-
margin-
|
|
648
|
+
margin-block-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
634
649
|
transform: translateY(100%);
|
|
635
650
|
}
|
|
636
651
|
.pf-v5-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
637
|
-
margin-
|
|
652
|
+
margin-block-end: 0;
|
|
638
653
|
transform: translateY(0);
|
|
639
654
|
}
|
|
640
655
|
.pf-v5-c-drawer.pf-m-static-on-lg > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
641
656
|
transform: translateX(0);
|
|
642
657
|
}
|
|
643
658
|
.pf-v5-c-drawer.pf-m-static-on-lg.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
644
|
-
margin-
|
|
659
|
+
margin-inline-end: 0;
|
|
645
660
|
transform: translateX(0);
|
|
646
661
|
}
|
|
647
662
|
.pf-v5-c-drawer.pf-m-static-on-lg.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
@@ -668,41 +683,41 @@
|
|
|
668
683
|
overflow-x: auto;
|
|
669
684
|
}
|
|
670
685
|
.pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
671
|
-
margin-
|
|
686
|
+
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
672
687
|
transform: translateX(100%);
|
|
673
688
|
}
|
|
674
689
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
675
|
-
margin-
|
|
690
|
+
margin-inline-start: 0;
|
|
676
691
|
transform: translateX(0);
|
|
677
692
|
}
|
|
678
693
|
.pf-v5-c-drawer.pf-m-inline-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
679
694
|
display: unset;
|
|
680
695
|
}
|
|
681
696
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
682
|
-
margin-
|
|
683
|
-
margin-
|
|
697
|
+
margin-inline-start: 0;
|
|
698
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
684
699
|
transform: translateX(-100%);
|
|
685
700
|
}
|
|
686
701
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
687
|
-
margin-
|
|
702
|
+
margin-inline-end: 0;
|
|
688
703
|
transform: translateX(0);
|
|
689
704
|
}
|
|
690
705
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
691
706
|
display: unset;
|
|
692
707
|
}
|
|
693
708
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
694
|
-
margin-
|
|
709
|
+
margin-block-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
695
710
|
transform: translateY(100%);
|
|
696
711
|
}
|
|
697
712
|
.pf-v5-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
698
|
-
margin-
|
|
713
|
+
margin-block-end: 0;
|
|
699
714
|
transform: translateY(0);
|
|
700
715
|
}
|
|
701
716
|
.pf-v5-c-drawer.pf-m-static-on-xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
702
717
|
transform: translateX(0);
|
|
703
718
|
}
|
|
704
719
|
.pf-v5-c-drawer.pf-m-static-on-xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
705
|
-
margin-
|
|
720
|
+
margin-inline-end: 0;
|
|
706
721
|
transform: translateX(0);
|
|
707
722
|
}
|
|
708
723
|
.pf-v5-c-drawer.pf-m-static-on-xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
@@ -729,41 +744,41 @@
|
|
|
729
744
|
overflow-x: auto;
|
|
730
745
|
}
|
|
731
746
|
.pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
732
|
-
margin-
|
|
747
|
+
margin-inline-start: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
733
748
|
transform: translateX(100%);
|
|
734
749
|
}
|
|
735
750
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
736
|
-
margin-
|
|
751
|
+
margin-inline-start: 0;
|
|
737
752
|
transform: translateX(0);
|
|
738
753
|
}
|
|
739
754
|
.pf-v5-c-drawer.pf-m-inline-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
740
755
|
display: unset;
|
|
741
756
|
}
|
|
742
757
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
743
|
-
margin-
|
|
744
|
-
margin-
|
|
758
|
+
margin-inline-start: 0;
|
|
759
|
+
margin-inline-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
745
760
|
transform: translateX(-100%);
|
|
746
761
|
}
|
|
747
762
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
748
|
-
margin-
|
|
763
|
+
margin-inline-end: 0;
|
|
749
764
|
transform: translateX(0);
|
|
750
765
|
}
|
|
751
766
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel > .pf-v5-c-drawer__body > .pf-v5-c-drawer__head .pf-v5-c-drawer__close {
|
|
752
767
|
display: unset;
|
|
753
768
|
}
|
|
754
769
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
755
|
-
margin-
|
|
770
|
+
margin-block-end: calc(var(--pf-v5-c-drawer__panel--FlexBasis) * -1);
|
|
756
771
|
transform: translateY(100%);
|
|
757
772
|
}
|
|
758
773
|
.pf-v5-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom.pf-m-expanded > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
759
|
-
margin-
|
|
774
|
+
margin-block-end: 0;
|
|
760
775
|
transform: translateY(0);
|
|
761
776
|
}
|
|
762
777
|
.pf-v5-c-drawer.pf-m-static-on-2xl > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
763
778
|
transform: translateX(0);
|
|
764
779
|
}
|
|
765
780
|
.pf-v5-c-drawer.pf-m-static-on-2xl.pf-m-panel-left > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
766
|
-
margin-
|
|
781
|
+
margin-inline-end: 0;
|
|
767
782
|
transform: translateX(0);
|
|
768
783
|
}
|
|
769
784
|
.pf-v5-c-drawer.pf-m-static-on-2xl.pf-m-panel-bottom > .pf-v5-c-drawer__main > .pf-v5-c-drawer__panel {
|
|
@@ -168,14 +168,14 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
168
168
|
&.pf-m-inline,
|
|
169
169
|
&.pf-m-static {
|
|
170
170
|
> .#{$drawer}__main > .#{$drawer}__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
171
|
-
padding-
|
|
171
|
+
padding-inline-start: var(--#{$drawer}--m-inline__panel--PaddingLeft);
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
&.pf-m-panel-left > .#{$drawer}__main {
|
|
176
176
|
> .#{$drawer}__panel {
|
|
177
177
|
order: 0;
|
|
178
|
-
margin-
|
|
178
|
+
margin-inline-end: calc(var(--#{$drawer}__panel--FlexBasis) * -1);
|
|
179
179
|
transform: translateX(-100%);
|
|
180
180
|
}
|
|
181
181
|
|
|
@@ -263,7 +263,10 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
> .#{$drawer}__body {
|
|
266
|
-
padding: var(--#{$drawer}__content--child--PaddingTop)
|
|
266
|
+
padding-block-start: var(--#{$drawer}__content--child--PaddingTop);
|
|
267
|
+
padding-block-end: var(--#{$drawer}__content--child--PaddingBottom);
|
|
268
|
+
padding-inline-start: var(--#{$drawer}__content--child--PaddingLeft);
|
|
269
|
+
padding-inline-end: var(--#{$drawer}__content--child--PaddingRight);
|
|
267
270
|
}
|
|
268
271
|
}
|
|
269
272
|
|
|
@@ -283,8 +286,8 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
283
286
|
|
|
284
287
|
&::after {
|
|
285
288
|
position: absolute;
|
|
286
|
-
|
|
287
|
-
|
|
289
|
+
inset-block-start: 0;
|
|
290
|
+
inset-inline-start: 0;
|
|
288
291
|
width: var(--#{$drawer}__panel--after--Width);
|
|
289
292
|
height: 100%;
|
|
290
293
|
content: "";
|
|
@@ -340,13 +343,16 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
340
343
|
grid-row: 1;
|
|
341
344
|
grid-column: 2;
|
|
342
345
|
align-self: baseline;
|
|
343
|
-
margin-
|
|
344
|
-
margin-
|
|
346
|
+
margin-block-start: var(--#{$drawer}__actions--MarginTop);
|
|
347
|
+
margin-inline-end: var(--#{$drawer}__actions--MarginRight);
|
|
345
348
|
}
|
|
346
349
|
|
|
347
350
|
// Modified content children
|
|
348
351
|
.#{$drawer}__body {
|
|
349
|
-
padding: var(--#{$drawer}--child--PaddingTop)
|
|
352
|
+
padding-block-start: var(--#{$drawer}--child--PaddingTop);
|
|
353
|
+
padding-block-end: var(--#{$drawer}--child--PaddingBottom);
|
|
354
|
+
padding-inline-start: var(--#{$drawer}--child--PaddingLeft);
|
|
355
|
+
padding-inline-end: var(--#{$drawer}--child--PaddingRight);
|
|
350
356
|
|
|
351
357
|
// No padding
|
|
352
358
|
&.pf-m-no-padding {
|
|
@@ -354,18 +360,21 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
354
360
|
|
|
355
361
|
> .#{$drawer}__actions,
|
|
356
362
|
> .#{$drawer}__head > .#{$drawer}__actions {
|
|
357
|
-
margin-
|
|
358
|
-
margin-
|
|
363
|
+
margin-block-start: 0;
|
|
364
|
+
margin-inline-end: 0;
|
|
359
365
|
}
|
|
360
366
|
}
|
|
361
367
|
|
|
362
368
|
// Padding
|
|
363
369
|
&.pf-m-padding {
|
|
364
|
-
padding: var(--#{$drawer}--child--m-padding--PaddingTop)
|
|
370
|
+
padding-block-start: var(--#{$drawer}--child--m-padding--PaddingTop);
|
|
371
|
+
padding-block-end: var(--#{$drawer}--child--m-padding--PaddingBottom);
|
|
372
|
+
padding-inline-start: var(--#{$drawer}--child--m-padding--PaddingLeft);
|
|
373
|
+
padding-inline-end: var(--#{$drawer}--child--m-padding--PaddingRight);
|
|
365
374
|
}
|
|
366
375
|
|
|
367
376
|
&:not(.pf-m-no-padding) + * {
|
|
368
|
-
padding-
|
|
377
|
+
padding-block-start: 0;
|
|
369
378
|
}
|
|
370
379
|
|
|
371
380
|
&:last-child {
|
|
@@ -408,20 +417,23 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
408
417
|
|
|
409
418
|
&::after {
|
|
410
419
|
position: absolute;
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
420
|
+
inset-block-start: 0;
|
|
421
|
+
inset-block-end: 0;
|
|
422
|
+
inset-inline-start: 0;
|
|
423
|
+
inset-inline-end: 0;
|
|
415
424
|
content: "";
|
|
416
425
|
border: solid var(--#{$drawer}__splitter--after--BorderColor);
|
|
417
|
-
border-width: var(--#{$drawer}__splitter--after--BorderTopWidth)
|
|
426
|
+
border-block-start-width: var(--#{$drawer}__splitter--after--BorderTopWidth);
|
|
427
|
+
border-block-end-width: var(--#{$drawer}__splitter--after--BorderBottomWidth);
|
|
428
|
+
border-inline-start-width: var(--#{$drawer}__splitter--after--BorderLeftWidth);
|
|
429
|
+
border-inline-end-width: var(--#{$drawer}__splitter--after--BorderRightWidth);
|
|
418
430
|
}
|
|
419
431
|
}
|
|
420
432
|
|
|
421
433
|
.#{$drawer}__splitter-handle {
|
|
422
434
|
position: absolute;
|
|
423
|
-
|
|
424
|
-
|
|
435
|
+
inset-block-start: var(--#{$drawer}__splitter-handle--Top);
|
|
436
|
+
inset-inline-start: var(--#{$drawer}__splitter-handle--Left);
|
|
425
437
|
transform: translate(-50%, -50%);
|
|
426
438
|
|
|
427
439
|
&::after {
|
|
@@ -431,7 +443,10 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
431
443
|
content: "";
|
|
432
444
|
border-color: var(--#{$drawer}__splitter-handle--after--BorderColor);
|
|
433
445
|
border-style: solid;
|
|
434
|
-
border-width: var(--#{$drawer}__splitter-handle--after--BorderTopWidth)
|
|
446
|
+
border-block-start-width: var(--#{$drawer}__splitter-handle--after--BorderTopWidth);
|
|
447
|
+
border-block-end-width: var(--#{$drawer}__splitter-handle--after--BorderBottomWidth);
|
|
448
|
+
border-inline-start-width: var(--#{$drawer}__splitter-handle--after--BorderLeftWidth);
|
|
449
|
+
border-inline-end-width: var(--#{$drawer}__splitter-handle--after--BorderRightWidth);
|
|
435
450
|
}
|
|
436
451
|
}
|
|
437
452
|
|
|
@@ -477,8 +492,8 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
477
492
|
&.pf-m-inline,
|
|
478
493
|
&.pf-m-static {
|
|
479
494
|
> .#{$drawer}__main > .#{$drawer}__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
480
|
-
padding-
|
|
481
|
-
padding-
|
|
495
|
+
padding-inline-start: 0;
|
|
496
|
+
padding-inline-end: var(--#{$drawer}--m-panel-left--m-inline__panel--PaddingRight);
|
|
482
497
|
}
|
|
483
498
|
}
|
|
484
499
|
|
|
@@ -487,8 +502,8 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
487
502
|
}
|
|
488
503
|
|
|
489
504
|
> .#{$drawer}__main > .#{$drawer}__panel::after {
|
|
490
|
-
|
|
491
|
-
|
|
505
|
+
inset-inline-start: auto;
|
|
506
|
+
inset-inline-end: 0;
|
|
492
507
|
}
|
|
493
508
|
|
|
494
509
|
> .#{$drawer}__main > .#{$drawer}__panel.pf-m-resizable {
|
|
@@ -513,14 +528,14 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
513
528
|
&.pf-m-inline,
|
|
514
529
|
&.pf-m-static {
|
|
515
530
|
> .#{$drawer}__main > .#{$drawer}__panel:not(.pf-m-no-border, .pf-m-resizable) {
|
|
516
|
-
padding-
|
|
517
|
-
padding-
|
|
531
|
+
padding-block-start: var(--#{$drawer}--m-panel-bottom--m-inline__panel--PaddingTop);
|
|
532
|
+
padding-inline-start: 0;
|
|
518
533
|
}
|
|
519
534
|
}
|
|
520
535
|
|
|
521
536
|
> .#{$drawer}__main > .#{$drawer}__panel::after {
|
|
522
|
-
|
|
523
|
-
|
|
537
|
+
inset-block-start: 0;
|
|
538
|
+
inset-inline-start: auto;
|
|
524
539
|
width: 100%;
|
|
525
540
|
height: var(--#{$drawer}--m-panel-bottom__panel--after--Height);
|
|
526
541
|
}
|
|
@@ -626,14 +641,14 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
626
641
|
}
|
|
627
642
|
|
|
628
643
|
> .#{$drawer}__main > .#{$drawer}__panel {
|
|
629
|
-
margin-
|
|
644
|
+
margin-inline-start: calc(var(--#{$drawer}__panel--FlexBasis) * -1);
|
|
630
645
|
transform: translateX(100%);
|
|
631
646
|
}
|
|
632
647
|
|
|
633
648
|
// stylelint-disable selector-max-class, selector-max-combinators, selector-max-compound-selectors
|
|
634
649
|
// Inline, expanded
|
|
635
650
|
&.pf-m-expanded > .#{$drawer}__main > .#{$drawer}__panel {
|
|
636
|
-
margin-
|
|
651
|
+
margin-inline-start: 0;
|
|
637
652
|
transform: translateX(0);
|
|
638
653
|
}
|
|
639
654
|
|
|
@@ -644,14 +659,14 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
644
659
|
// Panel left
|
|
645
660
|
&.pf-m-panel-left {
|
|
646
661
|
> .#{$drawer}__main > .#{$drawer}__panel {
|
|
647
|
-
margin-
|
|
648
|
-
margin-
|
|
662
|
+
margin-inline-start: 0;
|
|
663
|
+
margin-inline-end: calc(var(--#{$drawer}__panel--FlexBasis) * -1);
|
|
649
664
|
transform: translateX(-100%);
|
|
650
665
|
}
|
|
651
666
|
|
|
652
667
|
// Inline, expanded, panel left
|
|
653
668
|
&.pf-m-expanded > .#{$drawer}__main > .#{$drawer}__panel {
|
|
654
|
-
margin-
|
|
669
|
+
margin-inline-end: 0;
|
|
655
670
|
transform: translateX(0);
|
|
656
671
|
}
|
|
657
672
|
|
|
@@ -663,13 +678,13 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
663
678
|
// Panel bottom
|
|
664
679
|
&.pf-m-panel-bottom {
|
|
665
680
|
> .#{$drawer}__main > .#{$drawer}__panel {
|
|
666
|
-
margin-
|
|
681
|
+
margin-block-end: calc(var(--#{$drawer}__panel--FlexBasis) * -1);
|
|
667
682
|
transform: translateY(100%);
|
|
668
683
|
}
|
|
669
684
|
|
|
670
685
|
// Inline, expanded, panel left
|
|
671
686
|
&.pf-m-expanded > .#{$drawer}__main > .#{$drawer}__panel {
|
|
672
|
-
margin-
|
|
687
|
+
margin-block-end: 0;
|
|
673
688
|
transform: translateY(0);
|
|
674
689
|
}
|
|
675
690
|
}
|
|
@@ -685,7 +700,7 @@ $pf-v5-c-drawer__panel--list--width: (25, 33, 50, 66, 75, 100);
|
|
|
685
700
|
// stylelint-disable max-nesting-depth, selector-max-class, selector-max-combinators, selector-max-compound-selectors
|
|
686
701
|
&.pf-m-panel-left {
|
|
687
702
|
> .#{$drawer}__main > .#{$drawer}__panel {
|
|
688
|
-
margin-
|
|
703
|
+
margin-inline-end: 0;
|
|
689
704
|
transform: translateX(0);
|
|
690
705
|
}
|
|
691
706
|
}
|