@patternfly/patternfly 6.0.0-alpha.7 → 6.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -3
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_common.scss +21 -0
- package/base/_globals.scss +1 -1
- package/base/_variables.scss +7 -0
- package/base/patternfly-common.css +16 -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 +16 -0
- package/base/tokens/_tokens-font.scss +16 -14
- package/components/AboutModalBox/about-modal-box.css +23 -12
- package/components/AboutModalBox/about-modal-box.scss +25 -12
- package/components/Accordion/accordion.css +33 -20
- package/components/Accordion/accordion.scss +32 -20
- package/components/ActionList/action-list.css +2 -2
- package/components/ActionList/action-list.scss +2 -2
- package/components/Alert/alert-group.css +7 -4
- package/components/Alert/alert-group.scss +7 -4
- package/components/Alert/alert.css +19 -13
- package/components/Alert/alert.scss +18 -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 +6 -3
- package/components/BackgroundImage/background-image.scss +8 -3
- package/components/Badge/badge.css +2 -2
- package/components/Badge/badge.scss +2 -2
- package/components/Banner/banner.css +5 -5
- package/components/Banner/banner.scss +5 -2
- package/components/Breadcrumb/breadcrumb.css +9 -3
- package/components/Breadcrumb/breadcrumb.scss +8 -3
- package/components/Button/button.css +33 -21
- package/components/Button/button.scss +35 -23
- package/components/Button/themes/dark/button.scss +1 -1
- package/components/CalendarMonth/calendar-month.css +25 -15
- package/components/CalendarMonth/calendar-month.scss +23 -15
- package/components/Card/card.css +25 -17
- package/components/Card/card.scss +24 -17
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Chip/chip-group.css +6 -6
- package/components/Chip/chip-group.scss +6 -6
- package/components/Chip/chip.css +16 -9
- package/components/Chip/chip.scss +17 -9
- package/components/ClipboardCopy/clipboard-copy.css +19 -10
- package/components/ClipboardCopy/clipboard-copy.scss +16 -8
- package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +2 -2
- package/components/CodeBlock/code-block.css +6 -3
- package/components/CodeBlock/code-block.scss +6 -3
- package/components/CodeEditor/code-editor.css +31 -22
- package/components/CodeEditor/code-editor.scss +30 -21
- package/components/CodeEditor/themes/dark/code-editor.scss +1 -1
- package/components/Content/content.css +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 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -56
- package/components/DataList/data-list.scss +47 -35
- package/components/DatePicker/date-picker.css +8 -8
- package/components/DatePicker/date-picker.scss +8 -8
- package/components/DescriptionList/description-list.css +8 -5
- package/components/DescriptionList/description-list.scss +8 -5
- package/components/DragDrop/drag-drop.css +8 -8
- package/components/DragDrop/drag-drop.scss +8 -8
- package/components/Drawer/drawer.css +120 -61
- package/components/Drawer/drawer.scss +92 -43
- package/components/Dropdown/dropdown.css +75 -66
- package/components/Dropdown/dropdown.scss +65 -56
- package/components/DualListSelector/dual-list-selector.css +29 -15
- package/components/DualListSelector/dual-list-selector.scss +30 -15
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +17 -10
- package/components/ExpandableSection/expandable-section.scss +15 -10
- package/components/FileUpload/file-upload.css +9 -15
- package/components/FileUpload/file-upload.scss +9 -15
- package/components/Form/form.css +53 -50
- package/components/Form/form.scss +46 -44
- package/components/FormControl/form-control.css +18 -9
- package/components/FormControl/form-control.scss +18 -9
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +27 -24
- package/components/JumpLinks/jump-links.scss +26 -24
- package/components/Label/label-group.css +13 -10
- package/components/Label/label-group.scss +13 -10
- package/components/Label/label.css +9 -9
- package/components/Label/label.scss +9 -9
- package/components/List/list.css +9 -9
- package/components/List/list.scss +9 -9
- package/components/LogViewer/log-viewer.css +14 -14
- package/components/LogViewer/log-viewer.scss +14 -14
- package/components/Login/login.css +36 -27
- package/components/Login/login.scss +36 -27
- package/components/Masthead/masthead.css +19 -22
- package/components/Masthead/masthead.scss +19 -22
- package/components/Menu/menu.css +79 -65
- package/components/Menu/menu.scss +80 -68
- package/components/MenuToggle/menu-toggle.css +33 -27
- package/components/MenuToggle/menu-toggle.scss +33 -27
- 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 +120 -93
- package/components/Nav/nav.scss +120 -93
- package/components/Nav/themes/dark/nav.scss +2 -2
- package/components/NotificationBadge/notification-badge.css +66 -85
- package/components/NotificationBadge/notification-badge.scss +72 -103
- package/components/NotificationDrawer/notification-drawer.css +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +2 -2
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +135 -77
- package/components/Page/page.scss +81 -52
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +27 -17
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +72 -40
- package/components/Popover/popover.scss +95 -75
- package/components/Progress/progress.css +9 -7
- package/components/Progress/progress.scss +12 -7
- package/components/ProgressStepper/progress-stepper.css +26 -20
- package/components/ProgressStepper/progress-stepper.scss +25 -19
- package/components/Radio/radio.css +3 -3
- package/components/Radio/radio.scss +3 -3
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +6 -5
- package/components/Skeleton/skeleton.scss +4 -5
- package/components/SkipToContent/skip-to-content.css +3 -3
- package/components/SkipToContent/skip-to-content.scss +3 -3
- package/components/Slider/slider.css +47 -26
- package/components/Slider/slider.scss +56 -28
- package/components/Switch/switch.css +9 -5
- package/components/Switch/switch.scss +10 -6
- package/components/TabContent/tab-content.css +4 -1
- package/components/TabContent/tab-content.scss +4 -1
- package/components/Table/table-grid.css +256 -195
- package/components/Table/table-grid.scss +53 -39
- package/components/Table/table-scrollable.css +4 -4
- package/components/Table/table-scrollable.scss +6 -4
- package/components/Table/table-tree-view.css +112 -105
- package/components/Table/table-tree-view.scss +38 -33
- package/components/Table/table.css +92 -70
- package/components/Table/table.scss +90 -70
- package/components/Tabs/tabs.css +76 -48
- package/components/Tabs/tabs.scss +74 -48
- package/components/TextInputGroup/text-input-group.css +15 -15
- package/components/TextInputGroup/text-input-group.scss +15 -15
- package/components/Tile/tile.css +10 -10
- package/components/Tile/tile.scss +10 -10
- package/components/ToggleGroup/toggle-group.css +14 -11
- package/components/ToggleGroup/toggle-group.scss +14 -11
- package/components/Toolbar/toolbar.css +44 -41
- package/components/Toolbar/toolbar.scss +26 -21
- package/components/Tooltip/tooltip.css +60 -28
- package/components/Tooltip/tooltip.scss +76 -56
- package/components/TreeView/tree-view.css +48 -27
- package/components/TreeView/tree-view.scss +50 -28
- package/components/Truncate/truncate.css +9 -0
- package/components/Truncate/truncate.scss +16 -3
- package/components/Wizard/wizard.css +57 -36
- package/components/Wizard/wizard.scss +57 -36
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +15 -3
- package/docs/components/Card/examples/Card.md +15 -15
- package/docs/components/Check/examples/Check.md +71 -59
- package/docs/components/Chip/examples/Chip.md +1 -1
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +106 -0
- package/docs/components/CodeEditor/examples/CodeEditor.md +3 -3
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/DualListSelector/examples/DualListSelector.md +64 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +120 -30
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +90 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +60 -39
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +4 -21
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +5 -7
- package/docs/components/OptionsMenu/deprecated/options-menu.md +12 -3
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Radio/examples/Radio.md +63 -55
- package/docs/components/Select/deprecated/Select.md +184 -177
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/components/Toolbar/examples/Toolbar.md +525 -431
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +3 -1
- package/docs/components/Truncate/examples/Truncate.md +2 -2
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +26 -10
- package/docs/demos/CardView/examples/CardView.md +24 -20
- package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
- package/docs/demos/DataList/examples/DataList.md +8 -2
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +160 -124
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +336 -252
- package/docs/demos/Tabs/examples/Tabs.md +28 -21
- package/docs/demos/Toolbar/examples/Toolbar.css +5 -0
- package/docs/demos/Toolbar/examples/Toolbar.md +44 -44
- package/docs/layouts/Flex/examples/Flex.md +5 -5
- package/docs/utilities/BoxShadow/examples/box-shadow.css +5 -5
- package/icons/pficons.mjs +1 -0
- package/layouts/Flex/flex.css +115 -43
- package/layouts/Flex/flex.scss +20 -8
- package/package.json +9 -5
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +37 -3
- package/patternfly-base-no-globals.css +37 -3
- package/patternfly-base-theme-dark-unversioned.css +38 -4
- package/patternfly-base.css +38 -4
- package/patternfly-no-globals.css +2748 -1960
- package/patternfly-theme-dark-unversioned.css +2749 -1961
- package/patternfly.css +2749 -1961
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/scss-variables.scss +8 -8
- package/sass-utilities/themes/dark/mixins.scss +3 -1
- package/utilities/Accessibility/accessibility.css +12 -12
- package/utilities/Spacing/spacing.css +720 -960
- package/utilities/Spacing/spacing.scss +4 -8
- package/components/NotificationBadge/themes/dark/notification-badge.scss +0 -10
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +0 -3
|
@@ -190,12 +190,12 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
190
190
|
|
|
191
191
|
position: relative;
|
|
192
192
|
display: inline-flex;
|
|
193
|
-
align-items: start;
|
|
193
|
+
align-items: flex-start;
|
|
194
194
|
max-width: 100%;
|
|
195
195
|
|
|
196
196
|
.#{$divider} {
|
|
197
|
-
margin-
|
|
198
|
-
margin-
|
|
197
|
+
margin-block-start: var(--#{$dropdown}--c-divider--MarginTop);
|
|
198
|
+
margin-block-end: var(--#{$dropdown}--c-divider--MarginBottom);
|
|
199
199
|
|
|
200
200
|
// Support divider as last item in group to separate groups
|
|
201
201
|
&:last-child {
|
|
@@ -205,7 +205,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
205
205
|
|
|
206
206
|
> .#{$menu} {
|
|
207
207
|
position: absolute;
|
|
208
|
-
|
|
208
|
+
inset-block-start: var(--#{$dropdown}--c-menu--Top);
|
|
209
209
|
z-index: var(--#{$dropdown}--c-menu--ZIndex);
|
|
210
210
|
}
|
|
211
211
|
|
|
@@ -224,13 +224,13 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
224
224
|
align-self: stretch;
|
|
225
225
|
|
|
226
226
|
&::before {
|
|
227
|
-
border-
|
|
227
|
+
border-block-start-width: var(--#{$dropdown}--m-full-height__toggle--before--BorderTopWidth);
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
&:hover {
|
|
232
232
|
.#{$dropdown}__toggle::before {
|
|
233
|
-
border-
|
|
233
|
+
border-block-end-width: var(--#{$dropdown}--m-full-height__toggle--hover--before--BorderBottomWidth);
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
}
|
|
@@ -248,7 +248,10 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
248
248
|
align-items: center;
|
|
249
249
|
min-width: var(--#{$dropdown}__toggle--MinWidth);
|
|
250
250
|
max-width: 100%;
|
|
251
|
-
padding: var(--#{$dropdown}__toggle--PaddingTop)
|
|
251
|
+
padding-block-start: var(--#{$dropdown}__toggle--PaddingTop);
|
|
252
|
+
padding-block-end: var(--#{$dropdown}__toggle--PaddingBottom);
|
|
253
|
+
padding-inline-start: var(--#{$dropdown}__toggle--PaddingLeft);
|
|
254
|
+
padding-inline-end: var(--#{$dropdown}__toggle--PaddingRight);
|
|
252
255
|
font-size: var(--#{$dropdown}__toggle--FontSize);
|
|
253
256
|
font-weight: var(--#{$dropdown}__toggle--FontWeight);
|
|
254
257
|
line-height: var(--#{$dropdown}__toggle--LineHeight);
|
|
@@ -259,13 +262,16 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
259
262
|
&::before,
|
|
260
263
|
&.pf-m-action .#{$dropdown}__toggle-button::before {
|
|
261
264
|
position: absolute;
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
265
|
+
inset-block-start: 0;
|
|
266
|
+
inset-block-end: 0;
|
|
267
|
+
inset-inline-start: 0;
|
|
268
|
+
inset-inline-end: 0;
|
|
266
269
|
content: "";
|
|
267
270
|
border: var(--#{$dropdown}__toggle--before--BorderWidth) solid;
|
|
268
|
-
border-color: var(--#{$dropdown}__toggle--before--BorderTopColor)
|
|
271
|
+
border-block-start-color: var(--#{$dropdown}__toggle--before--BorderTopColor);
|
|
272
|
+
border-block-end-color: var(--#{$dropdown}__toggle--before--BorderBottomColor);
|
|
273
|
+
border-inline-start-color: var(--#{$dropdown}__toggle--before--BorderLeftColor);
|
|
274
|
+
border-inline-end-color: var(--#{$dropdown}__toggle--before--BorderRightColor);
|
|
269
275
|
}
|
|
270
276
|
|
|
271
277
|
&.pf-m-disabled,
|
|
@@ -296,10 +302,10 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
296
302
|
|
|
297
303
|
> * {
|
|
298
304
|
position: relative;
|
|
299
|
-
padding-
|
|
300
|
-
padding-
|
|
301
|
-
padding-
|
|
302
|
-
padding-
|
|
305
|
+
padding-block-start: var(--#{$dropdown}__toggle--m-split-button--child--PaddingTop);
|
|
306
|
+
padding-block-end: var(--#{$dropdown}__toggle--m-split-button--child--PaddingBottom);
|
|
307
|
+
padding-inline-start: var(--#{$dropdown}__toggle--m-split-button--child--PaddingLeft);
|
|
308
|
+
padding-inline-end: var(--#{$dropdown}__toggle--m-split-button--child--PaddingRight);
|
|
303
309
|
|
|
304
310
|
&:first-child {
|
|
305
311
|
--#{$dropdown}__toggle--m-split-button--child--PaddingLeft: var(--#{$dropdown}__toggle--m-split-button--first-child--PaddingLeft);
|
|
@@ -315,11 +321,11 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
315
321
|
--#{$dropdown}__toggle--m-split-button--child--PaddingLeft: var(--#{$dropdown}__toggle--m-split-button--m-action--child--PaddingLeft);
|
|
316
322
|
|
|
317
323
|
.#{$dropdown}__toggle-button {
|
|
318
|
-
margin-
|
|
324
|
+
margin-inline-end: var(--#{$dropdown}__toggle--m-split-button--m-action__toggle-button--MarginRight);
|
|
319
325
|
|
|
320
326
|
// stylelint-disable max-nesting-depth
|
|
321
327
|
&::before {
|
|
322
|
-
border-
|
|
328
|
+
border-inline-start: 0;
|
|
323
329
|
}
|
|
324
330
|
|
|
325
331
|
&:last-child {
|
|
@@ -331,7 +337,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
331
337
|
&.pf-m-primary {
|
|
332
338
|
// stylelint-disable max-nesting-depth, selector-max-class
|
|
333
339
|
> :not(:first-child) {
|
|
334
|
-
border-
|
|
340
|
+
border-inline-start: var(--#{$dropdown}__toggle--m-split-button--m-primary--m-action--child--BorderLeftWidth) solid var(--#{$dropdown}__toggle--m-split-button--m-primary--m-action--child--BorderLeftColor);
|
|
335
341
|
}
|
|
336
342
|
|
|
337
343
|
&.pf-m-disabled,
|
|
@@ -375,7 +381,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
375
381
|
}
|
|
376
382
|
|
|
377
383
|
.#{$dropdown}__toggle-text {
|
|
378
|
-
margin-
|
|
384
|
+
margin-inline-start: var(--#{$dropdown}__toggle--m-split-button__toggle-text--MarginLeft);
|
|
379
385
|
}
|
|
380
386
|
}
|
|
381
387
|
|
|
@@ -402,13 +408,13 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
402
408
|
}
|
|
403
409
|
|
|
404
410
|
> :first-child {
|
|
405
|
-
border-
|
|
406
|
-
border-
|
|
411
|
+
border-start-start-radius: var(--#{$dropdown}__toggle--m-split-button--m-primary--child--BorderRadius);
|
|
412
|
+
border-end-start-radius: var(--#{$dropdown}__toggle--m-split-button--m-primary--child--BorderRadius);
|
|
407
413
|
}
|
|
408
414
|
|
|
409
415
|
> :last-child {
|
|
410
|
-
border-
|
|
411
|
-
border-
|
|
416
|
+
border-start-end-radius: var(--#{$dropdown}__toggle--m-split-button--m-primary--child--BorderRadius);
|
|
417
|
+
border-end-end-radius: var(--#{$dropdown}__toggle--m-split-button--m-primary--child--BorderRadius);
|
|
412
418
|
}
|
|
413
419
|
}
|
|
414
420
|
|
|
@@ -426,7 +432,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
426
432
|
&::before {
|
|
427
433
|
--#{$dropdown}__toggle--before--BorderBottomColor: var(--#{$dropdown}__toggle--focus--before--BorderBottomColor);
|
|
428
434
|
|
|
429
|
-
border-
|
|
435
|
+
border-block-end-width: var(--#{$dropdown}__toggle--focus--before--BorderBottomWidth);
|
|
430
436
|
}
|
|
431
437
|
}
|
|
432
438
|
|
|
@@ -436,7 +442,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
436
442
|
&::before {
|
|
437
443
|
--#{$dropdown}__toggle--before--BorderBottomColor: var(--#{$dropdown}__toggle--active--before--BorderBottomColor);
|
|
438
444
|
|
|
439
|
-
border-
|
|
445
|
+
border-block-end-width: var(--#{$dropdown}__toggle--active--before--BorderBottomWidth);
|
|
440
446
|
}
|
|
441
447
|
}
|
|
442
448
|
|
|
@@ -445,7 +451,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
445
451
|
&::before {
|
|
446
452
|
--#{$dropdown}__toggle--before--BorderBottomColor: var(--#{$dropdown}--m-expanded__toggle--before--BorderBottomColor);
|
|
447
453
|
|
|
448
|
-
border-
|
|
454
|
+
border-block-end-width: var(--#{$dropdown}--m-expanded__toggle--before--BorderBottomWidth);
|
|
449
455
|
}
|
|
450
456
|
}
|
|
451
457
|
|
|
@@ -579,21 +585,21 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
579
585
|
}
|
|
580
586
|
|
|
581
587
|
&:first-child::before {
|
|
582
|
-
border-
|
|
583
|
-
border-
|
|
588
|
+
border-start-start-radius: var(--#{$dropdown}__toggle--m-split-button--child--BorderRadius);
|
|
589
|
+
border-end-start-radius: var(--#{$dropdown}__toggle--m-split-button--child--BorderRadius);
|
|
584
590
|
}
|
|
585
591
|
|
|
586
592
|
&:last-child::before {
|
|
587
|
-
border-
|
|
588
|
-
border-
|
|
593
|
+
border-start-end-radius: var(--#{$dropdown}__toggle--m-split-button--child--BorderRadius);
|
|
594
|
+
border-end-end-radius: var(--#{$dropdown}__toggle--m-split-button--child--BorderRadius);
|
|
589
595
|
}
|
|
590
596
|
|
|
591
597
|
&:not(:first-child)::before {
|
|
592
|
-
border-
|
|
598
|
+
border-inline-start: var(--#{$dropdown}__toggle--m-secondary--m-split-button--child--before--BorderWidth--base) solid var(--#{$dropdown}__toggle--m-secondary--m-split-button--child--before--BorderColor--base);
|
|
593
599
|
}
|
|
594
600
|
|
|
595
601
|
&:not(:last-child)::before {
|
|
596
|
-
border-
|
|
602
|
+
border-inline-end: 0;
|
|
597
603
|
}
|
|
598
604
|
}
|
|
599
605
|
|
|
@@ -621,13 +627,13 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
621
627
|
|
|
622
628
|
.#{$dropdown}__toggle-text {
|
|
623
629
|
flex: 1 1 auto;
|
|
624
|
-
text-align:
|
|
630
|
+
text-align: start;
|
|
625
631
|
}
|
|
626
632
|
|
|
627
633
|
.#{$dropdown}__toggle-icon {
|
|
628
|
-
padding-
|
|
629
|
-
padding-
|
|
630
|
-
margin-
|
|
634
|
+
padding-inline-start: var(--#{$dropdown}__toggle-icon--PaddingLeft);
|
|
635
|
+
padding-inline-end: var(--#{$dropdown}__toggle-icon--PaddingRight);
|
|
636
|
+
margin-inline-start: var(--#{$dropdown}__toggle-icon--MarginLeft);
|
|
631
637
|
line-height: var(--#{$dropdown}__toggle-icon--LineHeight);
|
|
632
638
|
color: var(--#{$dropdown}__toggle-icon--Color, inherit);
|
|
633
639
|
|
|
@@ -647,7 +653,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
647
653
|
// Loading spinner
|
|
648
654
|
.#{$dropdown}__toggle-progress {
|
|
649
655
|
position: absolute;
|
|
650
|
-
|
|
656
|
+
inset-inline-start: var(--#{$dropdown}__toggle--m-split-button--child--PaddingLeft);
|
|
651
657
|
visibility: var(--#{$dropdown}__toggle-progress--Visibility);
|
|
652
658
|
|
|
653
659
|
.#{$spinner} {
|
|
@@ -657,10 +663,10 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
657
663
|
|
|
658
664
|
.#{$dropdown}__menu {
|
|
659
665
|
position: absolute;
|
|
660
|
-
|
|
666
|
+
inset-block-start: var(--#{$dropdown}__menu--Top);
|
|
661
667
|
z-index: var(--#{$dropdown}__menu--ZIndex);
|
|
662
|
-
padding-
|
|
663
|
-
padding-
|
|
668
|
+
padding-block-start: var(--#{$dropdown}__menu--PaddingTop);
|
|
669
|
+
padding-block-end: var(--#{$dropdown}__menu--PaddingBottom);
|
|
664
670
|
background: var(--#{$dropdown}__menu--BackgroundColor);
|
|
665
671
|
background-clip: padding-box;
|
|
666
672
|
box-shadow: var(--#{$dropdown}__menu--BoxShadow);
|
|
@@ -669,10 +675,10 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
669
675
|
--#{$dropdown}--m-top__menu--TranslateY: 0;
|
|
670
676
|
|
|
671
677
|
position: static;
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
678
|
+
inset-block-start: auto;
|
|
679
|
+
inset-block-end: auto;
|
|
680
|
+
inset-inline-start: auto;
|
|
681
|
+
inset-inline-end: auto;
|
|
676
682
|
z-index: auto;
|
|
677
683
|
min-width: min-content;
|
|
678
684
|
}
|
|
@@ -687,12 +693,12 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
687
693
|
|
|
688
694
|
@include pf-v5-apply-breakpoint($breakpoint) {
|
|
689
695
|
&.pf-m-align-right#{$breakpoint-name} {
|
|
690
|
-
|
|
696
|
+
inset-inline-end: 0;
|
|
691
697
|
}
|
|
692
698
|
|
|
693
699
|
// unset alignment set for .pf-m-align-right
|
|
694
700
|
&.pf-m-align-left#{$breakpoint-name} {
|
|
695
|
-
|
|
701
|
+
inset-inline-end: auto;
|
|
696
702
|
}
|
|
697
703
|
}
|
|
698
704
|
}
|
|
@@ -715,12 +721,15 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
715
721
|
.#{$dropdown}__menu-item {
|
|
716
722
|
display: block;
|
|
717
723
|
width: 100%;
|
|
718
|
-
padding: var(--#{$dropdown}__menu-item--PaddingTop)
|
|
724
|
+
padding-block-start: var(--#{$dropdown}__menu-item--PaddingTop);
|
|
725
|
+
padding-block-end: var(--#{$dropdown}__menu-item--PaddingBottom);
|
|
726
|
+
padding-inline-start: var(--#{$dropdown}__menu-item--PaddingLeft);
|
|
727
|
+
padding-inline-end: var(--#{$dropdown}__menu-item--PaddingRight);
|
|
719
728
|
font-size: var(--#{$dropdown}__menu-item--FontSize);
|
|
720
729
|
font-weight: var(--#{$dropdown}__menu-item--FontWeight);
|
|
721
730
|
line-height: var(--#{$dropdown}__menu-item--LineHeight);
|
|
722
731
|
color: var(--#{$dropdown}__menu-item--Color);
|
|
723
|
-
text-align:
|
|
732
|
+
text-align: start;
|
|
724
733
|
white-space: nowrap;
|
|
725
734
|
background-color: var(--#{$dropdown}__menu-item--BackgroundColor);
|
|
726
735
|
border: none;
|
|
@@ -755,7 +764,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
755
764
|
|
|
756
765
|
&.pf-m-description {
|
|
757
766
|
flex-direction: column;
|
|
758
|
-
align-items: start;
|
|
767
|
+
align-items: flex-start;
|
|
759
768
|
}
|
|
760
769
|
|
|
761
770
|
.#{$dropdown}__menu-item-main {
|
|
@@ -780,7 +789,7 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
780
789
|
justify-content: center;
|
|
781
790
|
width: var(--#{$dropdown}__menu-item-icon--Width);
|
|
782
791
|
height: var(--#{$dropdown}__menu-item-icon--Height);
|
|
783
|
-
margin-
|
|
792
|
+
margin-inline-end: var(--#{$dropdown}__menu-item-icon--MarginRight);
|
|
784
793
|
|
|
785
794
|
> * {
|
|
786
795
|
max-width: 100%;
|
|
@@ -794,14 +803,14 @@ $pf-v5-c-dropdown--breakpoint-map: build-breakpoint-map("base", "sm", "md", "lg"
|
|
|
794
803
|
}
|
|
795
804
|
|
|
796
805
|
.#{$dropdown}__group + .#{$dropdown}__group {
|
|
797
|
-
padding-
|
|
806
|
+
padding-block-start: var(--#{$dropdown}__group--group--PaddingTop);
|
|
798
807
|
}
|
|
799
808
|
|
|
800
809
|
.#{$dropdown}__group-title {
|
|
801
|
-
padding-
|
|
802
|
-
padding-
|
|
803
|
-
padding-
|
|
804
|
-
padding-
|
|
810
|
+
padding-block-start: var(--#{$dropdown}__group-title--PaddingTop);
|
|
811
|
+
padding-block-end: var(--#{$dropdown}__group-title--PaddingBottom);
|
|
812
|
+
padding-inline-start: var(--#{$dropdown}__group-title--PaddingLeft);
|
|
813
|
+
padding-inline-end: var(--#{$dropdown}__group-title--PaddingRight);
|
|
805
814
|
font-size: var(--#{$dropdown}__group-title--FontSize);
|
|
806
815
|
font-weight: var(--#{$dropdown}__group-title--FontWeight);
|
|
807
816
|
color: var(--#{$dropdown}__group-title--Color);
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
|
|
77
77
|
.pf-v5-c-dual-list-selector__header {
|
|
78
78
|
grid-area: var(--pf-v5-c-dual-list-selector__header--GridArea);
|
|
79
|
-
margin-
|
|
79
|
+
margin-block-end: var(--pf-v5-c-dual-list-selector__header--MarginBottom);
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.pf-v5-c-dual-list-selector__title-text {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
.pf-v5-c-dual-list-selector__tools {
|
|
87
87
|
display: flex;
|
|
88
88
|
grid-area: var(--pf-v5-c-dual-list-selector__tools--GridArea);
|
|
89
|
-
margin-
|
|
89
|
+
margin-block-end: var(--pf-v5-c-dual-list-selector__tools--MarginBottom);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.pf-v5-c-dual-list-selector__tools-filter {
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
display: flex;
|
|
98
98
|
}
|
|
99
99
|
.pf-v5-c-dual-list-selector__tools-filter ~ .pf-v5-c-dual-list-selector__tools-actions {
|
|
100
|
-
margin-
|
|
100
|
+
margin-inline-start: var(--pf-v5-c-dual-list-selector__tools-filter--tools-actions--MarginLeft);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.pf-v5-c-dual-list-selector__status {
|
|
104
104
|
display: flex;
|
|
105
105
|
grid-area: var(--pf-v5-c-dual-list-selector__status--GridArea);
|
|
106
|
-
margin-
|
|
106
|
+
margin-block-end: var(--pf-v5-c-dual-list-selector__status--MarginBottom);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.pf-v5-c-dual-list-selector__status-text {
|
|
@@ -130,11 +130,15 @@
|
|
|
130
130
|
--pf-v5-c-dual-list-selector__item-toggle--MarginBottom: 0;
|
|
131
131
|
}
|
|
132
132
|
.pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__item-toggle {
|
|
133
|
-
position: absolute;
|
|
134
|
-
top: 0;
|
|
135
|
-
left: var(--pf-v5-c-dual-list-selector__list__list__item-toggle--Left);
|
|
136
133
|
transform: translateX(var(--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX));
|
|
134
|
+
position: absolute;
|
|
135
|
+
inset-block-start: 0;
|
|
136
|
+
inset-inline-start: var(--pf-v5-c-dual-list-selector__list__list__item-toggle--Left);
|
|
137
|
+
}
|
|
138
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__list .pf-v5-c-dual-list-selector__item-toggle {
|
|
139
|
+
transform: translateX(calc(var(--pf-v5-c-dual-list-selector__list__list__item-toggle--TranslateX) * var(--pf-v5-global--inverse--multiplier)));
|
|
137
140
|
}
|
|
141
|
+
|
|
138
142
|
.pf-v5-c-dual-list-selector__list.pf-m-drag-over {
|
|
139
143
|
overflow-anchor: none;
|
|
140
144
|
}
|
|
@@ -204,12 +208,15 @@
|
|
|
204
208
|
.pf-v5-c-dual-list-selector__item {
|
|
205
209
|
position: relative;
|
|
206
210
|
width: 100%;
|
|
207
|
-
padding: var(--pf-v5-c-dual-list-selector__item--PaddingTop)
|
|
211
|
+
padding-block-start: var(--pf-v5-c-dual-list-selector__item--PaddingTop);
|
|
212
|
+
padding-block-end: var(--pf-v5-c-dual-list-selector__item--PaddingBottom);
|
|
213
|
+
padding-inline-start: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
|
214
|
+
padding-inline-end: var(--pf-v5-c-dual-list-selector__item--PaddingRight);
|
|
208
215
|
cursor: pointer;
|
|
209
216
|
}
|
|
210
217
|
|
|
211
218
|
.pf-v5-c-dual-list-selector__item-count {
|
|
212
|
-
margin-
|
|
219
|
+
margin-inline-start: var(--pf-v5-c-dual-list-selector__item-count--Marginleft);
|
|
213
220
|
}
|
|
214
221
|
.pf-v5-c-dual-list-selector__item-count .pf-v5-c-badge.pf-m-read {
|
|
215
222
|
--pf-v5-c-badge--m-read--BackgroundColor: var(--pf-v5-c-dual-list-selector__item--c-badge--m-read--BackgroundColor);
|
|
@@ -226,8 +233,12 @@
|
|
|
226
233
|
.pf-v5-c-dual-list-selector__controls {
|
|
227
234
|
grid-area: var(--pf-v5-c-dual-list-selector__controls--GridArea);
|
|
228
235
|
align-self: center;
|
|
229
|
-
padding-
|
|
230
|
-
padding-
|
|
236
|
+
padding-inline-start: var(--pf-v5-c-dual-list-selector__controls--PaddingLeft);
|
|
237
|
+
padding-inline-end: var(--pf-v5-c-dual-list-selector__controls--PaddingRight);
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) :is(.pf-v5-c-dual-list-selector__controls-item, .pf-v5-c-dual-list-selector__item-toggle-icon) {
|
|
241
|
+
scale: -1 1;
|
|
231
242
|
}
|
|
232
243
|
|
|
233
244
|
.pf-v5-c-dual-list-selector__item-main {
|
|
@@ -236,15 +247,18 @@
|
|
|
236
247
|
}
|
|
237
248
|
|
|
238
249
|
.pf-v5-c-dual-list-selector__item-toggle {
|
|
239
|
-
padding: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingTop)
|
|
240
|
-
|
|
241
|
-
|
|
250
|
+
padding-block-start: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingTop);
|
|
251
|
+
padding-block-end: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingBottom);
|
|
252
|
+
padding-inline-start: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingLeft);
|
|
253
|
+
padding-inline-end: var(--pf-v5-c-dual-list-selector__item-toggle--PaddingRight);
|
|
254
|
+
margin-block-start: var(--pf-v5-c-dual-list-selector__item-toggle--MarginTop);
|
|
255
|
+
margin-block-end: var(--pf-v5-c-dual-list-selector__item-toggle--MarginBottom);
|
|
242
256
|
}
|
|
243
257
|
|
|
244
258
|
.pf-v5-c-dual-list-selector__item-check {
|
|
245
259
|
display: flex;
|
|
246
260
|
align-items: center;
|
|
247
|
-
margin-
|
|
261
|
+
margin-inline-end: var(--pf-v5-c-dual-list-selector__item-check--MarginRight);
|
|
248
262
|
}
|
|
249
263
|
|
|
250
264
|
.pf-v5-c-dual-list-selector__item-toggle-icon {
|
|
@@ -115,7 +115,7 @@ $pf-v5-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
115
115
|
|
|
116
116
|
.#{$dual-list-selector}__header {
|
|
117
117
|
grid-area: var(--#{$dual-list-selector}__header--GridArea);
|
|
118
|
-
margin-
|
|
118
|
+
margin-block-end: var(--#{$dual-list-selector}__header--MarginBottom);
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.#{$dual-list-selector}__title-text {
|
|
@@ -125,7 +125,7 @@ $pf-v5-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
125
125
|
.#{$dual-list-selector}__tools {
|
|
126
126
|
display: flex;
|
|
127
127
|
grid-area: var(--#{$dual-list-selector}__tools--GridArea);
|
|
128
|
-
margin-
|
|
128
|
+
margin-block-end: var(--#{$dual-list-selector}__tools--MarginBottom);
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.#{$dual-list-selector}__tools-filter {
|
|
@@ -136,14 +136,14 @@ $pf-v5-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
136
136
|
display: flex;
|
|
137
137
|
|
|
138
138
|
.#{$dual-list-selector}__tools-filter ~ & {
|
|
139
|
-
margin-
|
|
139
|
+
margin-inline-start: var(--#{$dual-list-selector}__tools-filter--tools-actions--MarginLeft);
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
.#{$dual-list-selector}__status {
|
|
144
144
|
display: flex;
|
|
145
145
|
grid-area: var(--#{$dual-list-selector}__status--GridArea);
|
|
146
|
-
margin-
|
|
146
|
+
margin-block-end: var(--#{$dual-list-selector}__status--MarginBottom);
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.#{$dual-list-selector}__status-text {
|
|
@@ -168,10 +168,15 @@ $pf-v5-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
168
168
|
--#{$dual-list-selector}__item-toggle--MarginBottom: 0;
|
|
169
169
|
|
|
170
170
|
.#{$dual-list-selector}__item-toggle {
|
|
171
|
+
@include pf-v5-bidirectional-style(
|
|
172
|
+
$prop: transform,
|
|
173
|
+
$ltr-val: translateX(var(--#{$dual-list-selector}__list__list__item-toggle--TranslateX)),
|
|
174
|
+
$rtl-val: translateX(#{pf-v5-calc-inverse(var(--#{$dual-list-selector}__list__list__item-toggle--TranslateX))}),
|
|
175
|
+
);
|
|
176
|
+
|
|
171
177
|
position: absolute;
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
transform: translateX(var(--#{$dual-list-selector}__list__list__item-toggle--TranslateX));
|
|
178
|
+
inset-block-start: 0;
|
|
179
|
+
inset-inline-start: var(--#{$dual-list-selector}__list__list__item-toggle--Left);
|
|
175
180
|
}
|
|
176
181
|
}
|
|
177
182
|
|
|
@@ -265,12 +270,15 @@ $pf-v5-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
265
270
|
.#{$dual-list-selector}__item {
|
|
266
271
|
position: relative;
|
|
267
272
|
width: 100%;
|
|
268
|
-
padding: var(--#{$dual-list-selector}__item--PaddingTop)
|
|
273
|
+
padding-block-start: var(--#{$dual-list-selector}__item--PaddingTop);
|
|
274
|
+
padding-block-end: var(--#{$dual-list-selector}__item--PaddingBottom);
|
|
275
|
+
padding-inline-start: var(--#{$dual-list-selector}__item--PaddingLeft);
|
|
276
|
+
padding-inline-end: var(--#{$dual-list-selector}__item--PaddingRight);
|
|
269
277
|
cursor: pointer;
|
|
270
278
|
}
|
|
271
279
|
|
|
272
280
|
.#{$dual-list-selector}__item-count {
|
|
273
|
-
margin-
|
|
281
|
+
margin-inline-start: var(--#{$dual-list-selector}__item-count--Marginleft);
|
|
274
282
|
|
|
275
283
|
.#{$badge}.pf-m-read {
|
|
276
284
|
--#{$badge}--m-read--BackgroundColor: var(--#{$dual-list-selector}__item--c-badge--m-read--BackgroundColor);
|
|
@@ -287,8 +295,12 @@ $pf-v5-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
287
295
|
.#{$dual-list-selector}__controls {
|
|
288
296
|
grid-area: var(--#{$dual-list-selector}__controls--GridArea);
|
|
289
297
|
align-self: center;
|
|
290
|
-
padding-
|
|
291
|
-
padding-
|
|
298
|
+
padding-inline-start: var(--#{$dual-list-selector}__controls--PaddingLeft);
|
|
299
|
+
padding-inline-end: var(--#{$dual-list-selector}__controls--PaddingRight);
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
:is(.#{$dual-list-selector}__controls-item, .#{$dual-list-selector}__item-toggle-icon) {
|
|
303
|
+
@include pf-v5-mirror-inline-on-rtl;
|
|
292
304
|
}
|
|
293
305
|
|
|
294
306
|
.#{$dual-list-selector}__item-main {
|
|
@@ -297,15 +309,18 @@ $pf-v5-c-dual-list-selector__item--MaxNesting: 10;
|
|
|
297
309
|
}
|
|
298
310
|
|
|
299
311
|
.#{$dual-list-selector}__item-toggle {
|
|
300
|
-
padding: var(--#{$dual-list-selector}__item-toggle--PaddingTop)
|
|
301
|
-
|
|
302
|
-
|
|
312
|
+
padding-block-start: var(--#{$dual-list-selector}__item-toggle--PaddingTop);
|
|
313
|
+
padding-block-end: var(--#{$dual-list-selector}__item-toggle--PaddingBottom);
|
|
314
|
+
padding-inline-start: var(--#{$dual-list-selector}__item-toggle--PaddingLeft);
|
|
315
|
+
padding-inline-end: var(--#{$dual-list-selector}__item-toggle--PaddingRight);
|
|
316
|
+
margin-block-start: var(--#{$dual-list-selector}__item-toggle--MarginTop);
|
|
317
|
+
margin-block-end: var(--#{$dual-list-selector}__item-toggle--MarginBottom);
|
|
303
318
|
}
|
|
304
319
|
|
|
305
320
|
.#{$dual-list-selector}__item-check {
|
|
306
321
|
display: flex;
|
|
307
322
|
align-items: center;
|
|
308
|
-
margin-
|
|
323
|
+
margin-inline-end: var(--#{$dual-list-selector}__item-check--MarginRight);
|
|
309
324
|
}
|
|
310
325
|
|
|
311
326
|
.#{$dual-list-selector}__item-toggle-icon {
|
|
@@ -39,7 +39,10 @@
|
|
|
39
39
|
display: flex;
|
|
40
40
|
align-items: center;
|
|
41
41
|
justify-content: center;
|
|
42
|
-
padding: var(--pf-v5-c-empty-state--PaddingTop)
|
|
42
|
+
padding-block-start: var(--pf-v5-c-empty-state--PaddingTop);
|
|
43
|
+
padding-block-end: var(--pf-v5-c-empty-state--PaddingBottom);
|
|
44
|
+
padding-inline-start: var(--pf-v5-c-empty-state--PaddingLeft);
|
|
45
|
+
padding-inline-end: var(--pf-v5-c-empty-state--PaddingRight);
|
|
43
46
|
text-align: center;
|
|
44
47
|
}
|
|
45
48
|
.pf-v5-c-empty-state.pf-m-xs {
|
|
@@ -77,7 +80,7 @@
|
|
|
77
80
|
}
|
|
78
81
|
|
|
79
82
|
.pf-v5-c-empty-state__icon {
|
|
80
|
-
margin-
|
|
83
|
+
margin-block-end: var(--pf-v5-c-empty-state__icon--MarginBottom);
|
|
81
84
|
font-size: var(--pf-v5-c-empty-state__icon--FontSize);
|
|
82
85
|
line-height: 1;
|
|
83
86
|
color: var(--pf-v5-c-empty-state__icon--Color);
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
}
|
|
92
95
|
|
|
93
96
|
.pf-v5-c-empty-state__body {
|
|
94
|
-
margin-
|
|
97
|
+
margin-block-start: var(--pf-v5-c-empty-state__body--MarginTop);
|
|
95
98
|
font-size: var(--pf-v5-c-empty-state--body--FontSize);
|
|
96
99
|
color: var(--pf-v5-c-empty-state__body--Color);
|
|
97
100
|
}
|
|
@@ -101,7 +104,7 @@
|
|
|
101
104
|
flex-direction: column;
|
|
102
105
|
row-gap: var(--pf-v5-c-empty-state__footer--RowGap);
|
|
103
106
|
align-items: center;
|
|
104
|
-
margin-
|
|
107
|
+
margin-block-start: var(--pf-v5-c-empty-state__footer--MarginTop);
|
|
105
108
|
}
|
|
106
109
|
|
|
107
110
|
.pf-v5-c-empty-state__actions {
|
|
@@ -54,7 +54,10 @@
|
|
|
54
54
|
display: flex;
|
|
55
55
|
align-items: center;
|
|
56
56
|
justify-content: center;
|
|
57
|
-
padding: var(--#{$empty-state}--PaddingTop)
|
|
57
|
+
padding-block-start: var(--#{$empty-state}--PaddingTop);
|
|
58
|
+
padding-block-end: var(--#{$empty-state}--PaddingBottom);
|
|
59
|
+
padding-inline-start: var(--#{$empty-state}--PaddingLeft);
|
|
60
|
+
padding-inline-end: var(--#{$empty-state}--PaddingRight);
|
|
58
61
|
text-align: center;
|
|
59
62
|
|
|
60
63
|
&.pf-m-xs {
|
|
@@ -97,7 +100,7 @@
|
|
|
97
100
|
}
|
|
98
101
|
|
|
99
102
|
.#{$empty-state}__icon {
|
|
100
|
-
margin-
|
|
103
|
+
margin-block-end: var(--#{$empty-state}__icon--MarginBottom);
|
|
101
104
|
font-size: var(--#{$empty-state}__icon--FontSize);
|
|
102
105
|
line-height: 1;
|
|
103
106
|
color: var(--#{$empty-state}__icon--Color);
|
|
@@ -111,7 +114,7 @@
|
|
|
111
114
|
}
|
|
112
115
|
|
|
113
116
|
.#{$empty-state}__body {
|
|
114
|
-
margin-
|
|
117
|
+
margin-block-start: var(--#{$empty-state}__body--MarginTop);
|
|
115
118
|
font-size: var(--#{$empty-state}--body--FontSize);
|
|
116
119
|
color: var(--#{$empty-state}__body--Color);
|
|
117
120
|
}
|
|
@@ -121,7 +124,7 @@
|
|
|
121
124
|
flex-direction: column;
|
|
122
125
|
row-gap: var(--#{$empty-state}__footer--RowGap);
|
|
123
126
|
align-items: center;
|
|
124
|
-
margin-
|
|
127
|
+
margin-block-start: var(--#{$empty-state}__footer--MarginTop);
|
|
125
128
|
}
|
|
126
129
|
|
|
127
130
|
.#{$empty-state}__actions {
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
}
|
|
64
64
|
.pf-v5-c-expandable-section.pf-m-display-lg::after {
|
|
65
65
|
position: absolute;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
66
|
+
inset-block-start: 0;
|
|
67
|
+
inset-block-end: 0;
|
|
68
|
+
inset-inline-start: 0;
|
|
69
69
|
width: var(--pf-v5-c-expandable-section--m-display-lg--after--Width);
|
|
70
70
|
content: "";
|
|
71
71
|
background-color: var(--pf-v5-c-expandable-section--m-display-lg--after--BackgroundColor);
|
|
@@ -92,8 +92,11 @@
|
|
|
92
92
|
|
|
93
93
|
.pf-v5-c-expandable-section__toggle {
|
|
94
94
|
display: flex;
|
|
95
|
-
padding: var(--pf-v5-c-expandable-section__toggle--PaddingTop)
|
|
96
|
-
|
|
95
|
+
padding-block-start: var(--pf-v5-c-expandable-section__toggle--PaddingTop);
|
|
96
|
+
padding-block-end: var(--pf-v5-c-expandable-section__toggle--PaddingBottom);
|
|
97
|
+
padding-inline-start: var(--pf-v5-c-expandable-section__toggle--PaddingLeft);
|
|
98
|
+
padding-inline-end: var(--pf-v5-c-expandable-section__toggle--PaddingRight);
|
|
99
|
+
margin-block-start: var(--pf-v5-c-expandable-section__toggle--MarginTop);
|
|
97
100
|
color: var(--pf-v5-c-expandable-section__toggle--Color);
|
|
98
101
|
background-color: var(--pf-v5-c-expandable-section__toggle--BackgroundColor);
|
|
99
102
|
border: none;
|
|
@@ -114,18 +117,22 @@
|
|
|
114
117
|
transition: var(--pf-v5-c-expandable-section__toggle-icon--Transition);
|
|
115
118
|
transform: rotate(var(--pf-v5-c-expandable-section__toggle-icon--Rotate));
|
|
116
119
|
}
|
|
120
|
+
:where(.pf-v5-m-dir-rtl, [dir=rtl]) .pf-v5-c-expandable-section__toggle-icon {
|
|
121
|
+
scale: -1 1;
|
|
122
|
+
}
|
|
123
|
+
|
|
117
124
|
.pf-v5-c-expandable-section__toggle-icon.pf-m-expand-top {
|
|
118
125
|
--pf-v5-c-expandable-section__toggle-icon--Rotate: var(--pf-v5-c-expandable-section__toggle-icon--m-expand-top--Rotate);
|
|
119
126
|
}
|
|
120
127
|
|
|
121
128
|
.pf-v5-c-expandable-section__toggle-text {
|
|
122
|
-
margin-
|
|
129
|
+
margin-inline-start: var(--pf-v5-c-expandable-section__toggle-text--MarginLeft);
|
|
123
130
|
}
|
|
124
131
|
|
|
125
132
|
.pf-v5-c-expandable-section__content {
|
|
126
133
|
max-width: var(--pf-v5-c-expandable-section__content--MaxWidth);
|
|
127
|
-
padding-
|
|
128
|
-
padding-
|
|
129
|
-
padding-
|
|
130
|
-
margin-
|
|
134
|
+
padding-block-end: var(--pf-v5-c-expandable-section__content--PaddingBottom);
|
|
135
|
+
padding-inline-start: var(--pf-v5-c-expandable-section__content--PaddingLeft);
|
|
136
|
+
padding-inline-end: var(--pf-v5-c-expandable-section__content--PaddingRight);
|
|
137
|
+
margin-block-start: var(--pf-v5-c-expandable-section__content--MarginTop);
|
|
131
138
|
}
|