@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
package/layouts/Flex/flex.css
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
--pf-v5-l-flex--spacer--row: var(--pf-v5-l-flex--spacer, var(--pf-v5-l-flex--spacer--row--base));
|
|
35
35
|
order: var(--pf-v5-l-flex--item--Order);
|
|
36
36
|
max-width: 100%;
|
|
37
|
-
margin-
|
|
37
|
+
margin-inline-end: var(--pf-v5-l-flex--spacer--column);
|
|
38
38
|
}
|
|
39
39
|
@media screen and (min-width: 576px) {
|
|
40
40
|
.pf-v5-l-flex > * {
|
|
@@ -78,28 +78,40 @@
|
|
|
78
78
|
align-items: normal;
|
|
79
79
|
}
|
|
80
80
|
.pf-v5-l-flex.pf-m-column > * {
|
|
81
|
-
margin
|
|
81
|
+
margin-block-start: 0;
|
|
82
|
+
margin-block-end: var(--pf-v5-l-flex--spacer--row);
|
|
83
|
+
margin-inline-start: 0;
|
|
84
|
+
margin-inline-end: 0;
|
|
82
85
|
}
|
|
83
86
|
.pf-v5-l-flex.pf-m-column-reverse {
|
|
84
87
|
flex-direction: column-reverse;
|
|
85
88
|
align-items: normal;
|
|
86
89
|
}
|
|
87
90
|
.pf-v5-l-flex.pf-m-column-reverse > * {
|
|
88
|
-
margin: var(--pf-v5-l-flex--spacer--row)
|
|
91
|
+
margin-block-start: var(--pf-v5-l-flex--spacer--row);
|
|
92
|
+
margin-block-end: 0;
|
|
93
|
+
margin-inline-start: 0;
|
|
94
|
+
margin-inline-end: 0;
|
|
89
95
|
}
|
|
90
96
|
.pf-v5-l-flex.pf-m-row {
|
|
91
97
|
flex-direction: row;
|
|
92
98
|
align-items: var(--pf-v5-l-flex--m-row--AlignItems);
|
|
93
99
|
}
|
|
94
100
|
.pf-v5-l-flex.pf-m-row > * {
|
|
95
|
-
margin
|
|
101
|
+
margin-block-start: 0;
|
|
102
|
+
margin-block-end: 0;
|
|
103
|
+
margin-inline-start: 0;
|
|
104
|
+
margin-inline-end: var(--pf-v5-l-flex--spacer--column);
|
|
96
105
|
}
|
|
97
106
|
.pf-v5-l-flex.pf-m-row-reverse {
|
|
98
107
|
flex-direction: row-reverse;
|
|
99
108
|
align-items: var(--pf-v5-l-flex--m-row-reverse--AlignItems);
|
|
100
109
|
}
|
|
101
110
|
.pf-v5-l-flex.pf-m-row-reverse > * {
|
|
102
|
-
margin: 0
|
|
111
|
+
margin-block-start: 0;
|
|
112
|
+
margin-block-end: 0;
|
|
113
|
+
margin-inline-start: var(--pf-v5-l-flex--spacer--column);
|
|
114
|
+
margin-inline-end: 0;
|
|
103
115
|
}
|
|
104
116
|
.pf-v5-l-flex.pf-m-wrap {
|
|
105
117
|
flex-wrap: wrap;
|
|
@@ -162,10 +174,10 @@
|
|
|
162
174
|
align-content: space-around;
|
|
163
175
|
}
|
|
164
176
|
.pf-v5-l-flex > .pf-m-align-right {
|
|
165
|
-
margin-
|
|
177
|
+
margin-inline-start: auto;
|
|
166
178
|
}
|
|
167
179
|
.pf-v5-l-flex > .pf-m-align-left {
|
|
168
|
-
margin-
|
|
180
|
+
margin-inline-start: 0;
|
|
169
181
|
}
|
|
170
182
|
.pf-v5-l-flex > .pf-m-grow {
|
|
171
183
|
flex-grow: 1;
|
|
@@ -175,7 +187,7 @@
|
|
|
175
187
|
}
|
|
176
188
|
.pf-v5-l-flex > .pf-m-full-width {
|
|
177
189
|
width: 100%;
|
|
178
|
-
margin-
|
|
190
|
+
margin-inline-end: 0;
|
|
179
191
|
}
|
|
180
192
|
.pf-v5-l-flex > .pf-m-flex-1 {
|
|
181
193
|
flex: 1 0 0;
|
|
@@ -224,28 +236,40 @@
|
|
|
224
236
|
align-items: normal;
|
|
225
237
|
}
|
|
226
238
|
.pf-v5-l-flex.pf-m-column-on-sm > * {
|
|
227
|
-
margin
|
|
239
|
+
margin-block-start: 0;
|
|
240
|
+
margin-block-end: var(--pf-v5-l-flex--spacer--row);
|
|
241
|
+
margin-inline-start: 0;
|
|
242
|
+
margin-inline-end: 0;
|
|
228
243
|
}
|
|
229
244
|
.pf-v5-l-flex.pf-m-column-reverse-on-sm {
|
|
230
245
|
flex-direction: column-reverse;
|
|
231
246
|
align-items: normal;
|
|
232
247
|
}
|
|
233
248
|
.pf-v5-l-flex.pf-m-column-reverse-on-sm > * {
|
|
234
|
-
margin: var(--pf-v5-l-flex--spacer--row)
|
|
249
|
+
margin-block-start: var(--pf-v5-l-flex--spacer--row);
|
|
250
|
+
margin-block-end: 0;
|
|
251
|
+
margin-inline-start: 0;
|
|
252
|
+
margin-inline-end: 0;
|
|
235
253
|
}
|
|
236
254
|
.pf-v5-l-flex.pf-m-row-on-sm {
|
|
237
255
|
flex-direction: row;
|
|
238
256
|
align-items: var(--pf-v5-l-flex--m-row--AlignItems);
|
|
239
257
|
}
|
|
240
258
|
.pf-v5-l-flex.pf-m-row-on-sm > * {
|
|
241
|
-
margin
|
|
259
|
+
margin-block-start: 0;
|
|
260
|
+
margin-block-end: 0;
|
|
261
|
+
margin-inline-start: 0;
|
|
262
|
+
margin-inline-end: var(--pf-v5-l-flex--spacer--column);
|
|
242
263
|
}
|
|
243
264
|
.pf-v5-l-flex.pf-m-row-reverse-on-sm {
|
|
244
265
|
flex-direction: row-reverse;
|
|
245
266
|
align-items: var(--pf-v5-l-flex--m-row-reverse--AlignItems);
|
|
246
267
|
}
|
|
247
268
|
.pf-v5-l-flex.pf-m-row-reverse-on-sm > * {
|
|
248
|
-
margin: 0
|
|
269
|
+
margin-block-start: 0;
|
|
270
|
+
margin-block-end: 0;
|
|
271
|
+
margin-inline-start: var(--pf-v5-l-flex--spacer--column);
|
|
272
|
+
margin-inline-end: 0;
|
|
249
273
|
}
|
|
250
274
|
.pf-v5-l-flex.pf-m-wrap-on-sm {
|
|
251
275
|
flex-wrap: wrap;
|
|
@@ -308,10 +332,10 @@
|
|
|
308
332
|
align-content: space-around;
|
|
309
333
|
}
|
|
310
334
|
.pf-v5-l-flex > .pf-m-align-right-on-sm {
|
|
311
|
-
margin-
|
|
335
|
+
margin-inline-start: auto;
|
|
312
336
|
}
|
|
313
337
|
.pf-v5-l-flex > .pf-m-align-left-on-sm {
|
|
314
|
-
margin-
|
|
338
|
+
margin-inline-start: 0;
|
|
315
339
|
}
|
|
316
340
|
.pf-v5-l-flex > .pf-m-grow-on-sm {
|
|
317
341
|
flex-grow: 1;
|
|
@@ -321,7 +345,7 @@
|
|
|
321
345
|
}
|
|
322
346
|
.pf-v5-l-flex > .pf-m-full-width-on-sm {
|
|
323
347
|
width: 100%;
|
|
324
|
-
margin-
|
|
348
|
+
margin-inline-end: 0;
|
|
325
349
|
}
|
|
326
350
|
.pf-v5-l-flex > .pf-m-flex-1-on-sm {
|
|
327
351
|
flex: 1 0 0;
|
|
@@ -371,28 +395,40 @@
|
|
|
371
395
|
align-items: normal;
|
|
372
396
|
}
|
|
373
397
|
.pf-v5-l-flex.pf-m-column-on-md > * {
|
|
374
|
-
margin
|
|
398
|
+
margin-block-start: 0;
|
|
399
|
+
margin-block-end: var(--pf-v5-l-flex--spacer--row);
|
|
400
|
+
margin-inline-start: 0;
|
|
401
|
+
margin-inline-end: 0;
|
|
375
402
|
}
|
|
376
403
|
.pf-v5-l-flex.pf-m-column-reverse-on-md {
|
|
377
404
|
flex-direction: column-reverse;
|
|
378
405
|
align-items: normal;
|
|
379
406
|
}
|
|
380
407
|
.pf-v5-l-flex.pf-m-column-reverse-on-md > * {
|
|
381
|
-
margin: var(--pf-v5-l-flex--spacer--row)
|
|
408
|
+
margin-block-start: var(--pf-v5-l-flex--spacer--row);
|
|
409
|
+
margin-block-end: 0;
|
|
410
|
+
margin-inline-start: 0;
|
|
411
|
+
margin-inline-end: 0;
|
|
382
412
|
}
|
|
383
413
|
.pf-v5-l-flex.pf-m-row-on-md {
|
|
384
414
|
flex-direction: row;
|
|
385
415
|
align-items: var(--pf-v5-l-flex--m-row--AlignItems);
|
|
386
416
|
}
|
|
387
417
|
.pf-v5-l-flex.pf-m-row-on-md > * {
|
|
388
|
-
margin
|
|
418
|
+
margin-block-start: 0;
|
|
419
|
+
margin-block-end: 0;
|
|
420
|
+
margin-inline-start: 0;
|
|
421
|
+
margin-inline-end: var(--pf-v5-l-flex--spacer--column);
|
|
389
422
|
}
|
|
390
423
|
.pf-v5-l-flex.pf-m-row-reverse-on-md {
|
|
391
424
|
flex-direction: row-reverse;
|
|
392
425
|
align-items: var(--pf-v5-l-flex--m-row-reverse--AlignItems);
|
|
393
426
|
}
|
|
394
427
|
.pf-v5-l-flex.pf-m-row-reverse-on-md > * {
|
|
395
|
-
margin: 0
|
|
428
|
+
margin-block-start: 0;
|
|
429
|
+
margin-block-end: 0;
|
|
430
|
+
margin-inline-start: var(--pf-v5-l-flex--spacer--column);
|
|
431
|
+
margin-inline-end: 0;
|
|
396
432
|
}
|
|
397
433
|
.pf-v5-l-flex.pf-m-wrap-on-md {
|
|
398
434
|
flex-wrap: wrap;
|
|
@@ -455,10 +491,10 @@
|
|
|
455
491
|
align-content: space-around;
|
|
456
492
|
}
|
|
457
493
|
.pf-v5-l-flex > .pf-m-align-right-on-md {
|
|
458
|
-
margin-
|
|
494
|
+
margin-inline-start: auto;
|
|
459
495
|
}
|
|
460
496
|
.pf-v5-l-flex > .pf-m-align-left-on-md {
|
|
461
|
-
margin-
|
|
497
|
+
margin-inline-start: 0;
|
|
462
498
|
}
|
|
463
499
|
.pf-v5-l-flex > .pf-m-grow-on-md {
|
|
464
500
|
flex-grow: 1;
|
|
@@ -468,7 +504,7 @@
|
|
|
468
504
|
}
|
|
469
505
|
.pf-v5-l-flex > .pf-m-full-width-on-md {
|
|
470
506
|
width: 100%;
|
|
471
|
-
margin-
|
|
507
|
+
margin-inline-end: 0;
|
|
472
508
|
}
|
|
473
509
|
.pf-v5-l-flex > .pf-m-flex-1-on-md {
|
|
474
510
|
flex: 1 0 0;
|
|
@@ -518,28 +554,40 @@
|
|
|
518
554
|
align-items: normal;
|
|
519
555
|
}
|
|
520
556
|
.pf-v5-l-flex.pf-m-column-on-lg > * {
|
|
521
|
-
margin
|
|
557
|
+
margin-block-start: 0;
|
|
558
|
+
margin-block-end: var(--pf-v5-l-flex--spacer--row);
|
|
559
|
+
margin-inline-start: 0;
|
|
560
|
+
margin-inline-end: 0;
|
|
522
561
|
}
|
|
523
562
|
.pf-v5-l-flex.pf-m-column-reverse-on-lg {
|
|
524
563
|
flex-direction: column-reverse;
|
|
525
564
|
align-items: normal;
|
|
526
565
|
}
|
|
527
566
|
.pf-v5-l-flex.pf-m-column-reverse-on-lg > * {
|
|
528
|
-
margin: var(--pf-v5-l-flex--spacer--row)
|
|
567
|
+
margin-block-start: var(--pf-v5-l-flex--spacer--row);
|
|
568
|
+
margin-block-end: 0;
|
|
569
|
+
margin-inline-start: 0;
|
|
570
|
+
margin-inline-end: 0;
|
|
529
571
|
}
|
|
530
572
|
.pf-v5-l-flex.pf-m-row-on-lg {
|
|
531
573
|
flex-direction: row;
|
|
532
574
|
align-items: var(--pf-v5-l-flex--m-row--AlignItems);
|
|
533
575
|
}
|
|
534
576
|
.pf-v5-l-flex.pf-m-row-on-lg > * {
|
|
535
|
-
margin
|
|
577
|
+
margin-block-start: 0;
|
|
578
|
+
margin-block-end: 0;
|
|
579
|
+
margin-inline-start: 0;
|
|
580
|
+
margin-inline-end: var(--pf-v5-l-flex--spacer--column);
|
|
536
581
|
}
|
|
537
582
|
.pf-v5-l-flex.pf-m-row-reverse-on-lg {
|
|
538
583
|
flex-direction: row-reverse;
|
|
539
584
|
align-items: var(--pf-v5-l-flex--m-row-reverse--AlignItems);
|
|
540
585
|
}
|
|
541
586
|
.pf-v5-l-flex.pf-m-row-reverse-on-lg > * {
|
|
542
|
-
margin: 0
|
|
587
|
+
margin-block-start: 0;
|
|
588
|
+
margin-block-end: 0;
|
|
589
|
+
margin-inline-start: var(--pf-v5-l-flex--spacer--column);
|
|
590
|
+
margin-inline-end: 0;
|
|
543
591
|
}
|
|
544
592
|
.pf-v5-l-flex.pf-m-wrap-on-lg {
|
|
545
593
|
flex-wrap: wrap;
|
|
@@ -602,10 +650,10 @@
|
|
|
602
650
|
align-content: space-around;
|
|
603
651
|
}
|
|
604
652
|
.pf-v5-l-flex > .pf-m-align-right-on-lg {
|
|
605
|
-
margin-
|
|
653
|
+
margin-inline-start: auto;
|
|
606
654
|
}
|
|
607
655
|
.pf-v5-l-flex > .pf-m-align-left-on-lg {
|
|
608
|
-
margin-
|
|
656
|
+
margin-inline-start: 0;
|
|
609
657
|
}
|
|
610
658
|
.pf-v5-l-flex > .pf-m-grow-on-lg {
|
|
611
659
|
flex-grow: 1;
|
|
@@ -615,7 +663,7 @@
|
|
|
615
663
|
}
|
|
616
664
|
.pf-v5-l-flex > .pf-m-full-width-on-lg {
|
|
617
665
|
width: 100%;
|
|
618
|
-
margin-
|
|
666
|
+
margin-inline-end: 0;
|
|
619
667
|
}
|
|
620
668
|
.pf-v5-l-flex > .pf-m-flex-1-on-lg {
|
|
621
669
|
flex: 1 0 0;
|
|
@@ -665,28 +713,40 @@
|
|
|
665
713
|
align-items: normal;
|
|
666
714
|
}
|
|
667
715
|
.pf-v5-l-flex.pf-m-column-on-xl > * {
|
|
668
|
-
margin
|
|
716
|
+
margin-block-start: 0;
|
|
717
|
+
margin-block-end: var(--pf-v5-l-flex--spacer--row);
|
|
718
|
+
margin-inline-start: 0;
|
|
719
|
+
margin-inline-end: 0;
|
|
669
720
|
}
|
|
670
721
|
.pf-v5-l-flex.pf-m-column-reverse-on-xl {
|
|
671
722
|
flex-direction: column-reverse;
|
|
672
723
|
align-items: normal;
|
|
673
724
|
}
|
|
674
725
|
.pf-v5-l-flex.pf-m-column-reverse-on-xl > * {
|
|
675
|
-
margin: var(--pf-v5-l-flex--spacer--row)
|
|
726
|
+
margin-block-start: var(--pf-v5-l-flex--spacer--row);
|
|
727
|
+
margin-block-end: 0;
|
|
728
|
+
margin-inline-start: 0;
|
|
729
|
+
margin-inline-end: 0;
|
|
676
730
|
}
|
|
677
731
|
.pf-v5-l-flex.pf-m-row-on-xl {
|
|
678
732
|
flex-direction: row;
|
|
679
733
|
align-items: var(--pf-v5-l-flex--m-row--AlignItems);
|
|
680
734
|
}
|
|
681
735
|
.pf-v5-l-flex.pf-m-row-on-xl > * {
|
|
682
|
-
margin
|
|
736
|
+
margin-block-start: 0;
|
|
737
|
+
margin-block-end: 0;
|
|
738
|
+
margin-inline-start: 0;
|
|
739
|
+
margin-inline-end: var(--pf-v5-l-flex--spacer--column);
|
|
683
740
|
}
|
|
684
741
|
.pf-v5-l-flex.pf-m-row-reverse-on-xl {
|
|
685
742
|
flex-direction: row-reverse;
|
|
686
743
|
align-items: var(--pf-v5-l-flex--m-row-reverse--AlignItems);
|
|
687
744
|
}
|
|
688
745
|
.pf-v5-l-flex.pf-m-row-reverse-on-xl > * {
|
|
689
|
-
margin: 0
|
|
746
|
+
margin-block-start: 0;
|
|
747
|
+
margin-block-end: 0;
|
|
748
|
+
margin-inline-start: var(--pf-v5-l-flex--spacer--column);
|
|
749
|
+
margin-inline-end: 0;
|
|
690
750
|
}
|
|
691
751
|
.pf-v5-l-flex.pf-m-wrap-on-xl {
|
|
692
752
|
flex-wrap: wrap;
|
|
@@ -749,10 +809,10 @@
|
|
|
749
809
|
align-content: space-around;
|
|
750
810
|
}
|
|
751
811
|
.pf-v5-l-flex > .pf-m-align-right-on-xl {
|
|
752
|
-
margin-
|
|
812
|
+
margin-inline-start: auto;
|
|
753
813
|
}
|
|
754
814
|
.pf-v5-l-flex > .pf-m-align-left-on-xl {
|
|
755
|
-
margin-
|
|
815
|
+
margin-inline-start: 0;
|
|
756
816
|
}
|
|
757
817
|
.pf-v5-l-flex > .pf-m-grow-on-xl {
|
|
758
818
|
flex-grow: 1;
|
|
@@ -762,7 +822,7 @@
|
|
|
762
822
|
}
|
|
763
823
|
.pf-v5-l-flex > .pf-m-full-width-on-xl {
|
|
764
824
|
width: 100%;
|
|
765
|
-
margin-
|
|
825
|
+
margin-inline-end: 0;
|
|
766
826
|
}
|
|
767
827
|
.pf-v5-l-flex > .pf-m-flex-1-on-xl {
|
|
768
828
|
flex: 1 0 0;
|
|
@@ -812,28 +872,40 @@
|
|
|
812
872
|
align-items: normal;
|
|
813
873
|
}
|
|
814
874
|
.pf-v5-l-flex.pf-m-column-on-2xl > * {
|
|
815
|
-
margin
|
|
875
|
+
margin-block-start: 0;
|
|
876
|
+
margin-block-end: var(--pf-v5-l-flex--spacer--row);
|
|
877
|
+
margin-inline-start: 0;
|
|
878
|
+
margin-inline-end: 0;
|
|
816
879
|
}
|
|
817
880
|
.pf-v5-l-flex.pf-m-column-reverse-on-2xl {
|
|
818
881
|
flex-direction: column-reverse;
|
|
819
882
|
align-items: normal;
|
|
820
883
|
}
|
|
821
884
|
.pf-v5-l-flex.pf-m-column-reverse-on-2xl > * {
|
|
822
|
-
margin: var(--pf-v5-l-flex--spacer--row)
|
|
885
|
+
margin-block-start: var(--pf-v5-l-flex--spacer--row);
|
|
886
|
+
margin-block-end: 0;
|
|
887
|
+
margin-inline-start: 0;
|
|
888
|
+
margin-inline-end: 0;
|
|
823
889
|
}
|
|
824
890
|
.pf-v5-l-flex.pf-m-row-on-2xl {
|
|
825
891
|
flex-direction: row;
|
|
826
892
|
align-items: var(--pf-v5-l-flex--m-row--AlignItems);
|
|
827
893
|
}
|
|
828
894
|
.pf-v5-l-flex.pf-m-row-on-2xl > * {
|
|
829
|
-
margin
|
|
895
|
+
margin-block-start: 0;
|
|
896
|
+
margin-block-end: 0;
|
|
897
|
+
margin-inline-start: 0;
|
|
898
|
+
margin-inline-end: var(--pf-v5-l-flex--spacer--column);
|
|
830
899
|
}
|
|
831
900
|
.pf-v5-l-flex.pf-m-row-reverse-on-2xl {
|
|
832
901
|
flex-direction: row-reverse;
|
|
833
902
|
align-items: var(--pf-v5-l-flex--m-row-reverse--AlignItems);
|
|
834
903
|
}
|
|
835
904
|
.pf-v5-l-flex.pf-m-row-reverse-on-2xl > * {
|
|
836
|
-
margin: 0
|
|
905
|
+
margin-block-start: 0;
|
|
906
|
+
margin-block-end: 0;
|
|
907
|
+
margin-inline-start: var(--pf-v5-l-flex--spacer--column);
|
|
908
|
+
margin-inline-end: 0;
|
|
837
909
|
}
|
|
838
910
|
.pf-v5-l-flex.pf-m-wrap-on-2xl {
|
|
839
911
|
flex-wrap: wrap;
|
|
@@ -896,10 +968,10 @@
|
|
|
896
968
|
align-content: space-around;
|
|
897
969
|
}
|
|
898
970
|
.pf-v5-l-flex > .pf-m-align-right-on-2xl {
|
|
899
|
-
margin-
|
|
971
|
+
margin-inline-start: auto;
|
|
900
972
|
}
|
|
901
973
|
.pf-v5-l-flex > .pf-m-align-left-on-2xl {
|
|
902
|
-
margin-
|
|
974
|
+
margin-inline-start: 0;
|
|
903
975
|
}
|
|
904
976
|
.pf-v5-l-flex > .pf-m-grow-on-2xl {
|
|
905
977
|
flex-grow: 1;
|
|
@@ -909,7 +981,7 @@
|
|
|
909
981
|
}
|
|
910
982
|
.pf-v5-l-flex > .pf-m-full-width-on-2xl {
|
|
911
983
|
width: 100%;
|
|
912
|
-
margin-
|
|
984
|
+
margin-inline-end: 0;
|
|
913
985
|
}
|
|
914
986
|
.pf-v5-l-flex > .pf-m-flex-1-on-2xl {
|
|
915
987
|
flex: 1 0 0;
|
package/layouts/Flex/flex.scss
CHANGED
|
@@ -40,7 +40,7 @@ $pf-v5-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
40
40
|
|
|
41
41
|
order: var(--#{$flex}--item--Order);
|
|
42
42
|
max-width: 100%;
|
|
43
|
-
margin-
|
|
43
|
+
margin-inline-end: var(--#{$flex}--spacer--column);
|
|
44
44
|
|
|
45
45
|
// don't set base value for --#{$flex}--item--Order as it defaults to 0
|
|
46
46
|
@media screen and (min-width: $pf-v5-global--breakpoint--sm) {
|
|
@@ -92,7 +92,10 @@ $pf-v5-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
92
92
|
align-items: normal;
|
|
93
93
|
|
|
94
94
|
> * {
|
|
95
|
-
margin: 0
|
|
95
|
+
margin-block-start: 0;
|
|
96
|
+
margin-block-end: var(--#{$flex}--spacer--row);
|
|
97
|
+
margin-inline-start: 0;
|
|
98
|
+
margin-inline-end: 0;
|
|
96
99
|
}
|
|
97
100
|
}
|
|
98
101
|
|
|
@@ -102,7 +105,10 @@ $pf-v5-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
102
105
|
align-items: normal;
|
|
103
106
|
|
|
104
107
|
> * {
|
|
105
|
-
margin: var(--#{$flex}--spacer--row)
|
|
108
|
+
margin-block-start: var(--#{$flex}--spacer--row);
|
|
109
|
+
margin-block-end: 0;
|
|
110
|
+
margin-inline-start: 0;
|
|
111
|
+
margin-inline-end: 0;
|
|
106
112
|
}
|
|
107
113
|
}
|
|
108
114
|
|
|
@@ -113,7 +119,10 @@ $pf-v5-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
113
119
|
|
|
114
120
|
// unset styling set for .pf-m-column
|
|
115
121
|
> * {
|
|
116
|
-
margin: 0
|
|
122
|
+
margin-block-start: 0;
|
|
123
|
+
margin-block-end: 0;
|
|
124
|
+
margin-inline-start: 0;
|
|
125
|
+
margin-inline-end: var(--#{$flex}--spacer--column);
|
|
117
126
|
}
|
|
118
127
|
}
|
|
119
128
|
|
|
@@ -124,7 +133,10 @@ $pf-v5-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
124
133
|
|
|
125
134
|
// unset styling set for .pf-m-column
|
|
126
135
|
> * {
|
|
127
|
-
margin: 0
|
|
136
|
+
margin-block-start: 0;
|
|
137
|
+
margin-block-end: 0;
|
|
138
|
+
margin-inline-start: var(--#{$flex}--spacer--column);
|
|
139
|
+
margin-inline-end: 0;
|
|
128
140
|
}
|
|
129
141
|
}
|
|
130
142
|
|
|
@@ -215,11 +227,11 @@ $pf-v5-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
215
227
|
|
|
216
228
|
// alignment
|
|
217
229
|
> .pf-m-align-right#{$breakpoint-name} {
|
|
218
|
-
margin-
|
|
230
|
+
margin-inline-start: auto;
|
|
219
231
|
}
|
|
220
232
|
|
|
221
233
|
> .pf-m-align-left#{$breakpoint-name} {
|
|
222
|
-
margin-
|
|
234
|
+
margin-inline-start: 0;
|
|
223
235
|
}
|
|
224
236
|
|
|
225
237
|
// item properties
|
|
@@ -233,7 +245,7 @@ $pf-v5-l-flex--variable-map: build-variable-map("#{$pf-prefix}l-flex--spacer", $
|
|
|
233
245
|
|
|
234
246
|
> .pf-m-full-width#{$breakpoint-name} {
|
|
235
247
|
width: 100%;
|
|
236
|
-
margin-
|
|
248
|
+
margin-inline-end: 0;
|
|
237
249
|
}
|
|
238
250
|
|
|
239
251
|
> .pf-m-flex-1#{$breakpoint-name} {
|
package/package.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "6.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.9",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"a11y": "patternfly-a11y --config patternfly-a11y.config",
|
|
9
|
+
"backstop:test": "backstop test --config='backstop.js'",
|
|
10
|
+
"backstop:approve": "backstop approve --config='backstop.js'",
|
|
9
11
|
"build-patternfly": "gulp buildPatternfly",
|
|
10
12
|
"build": "gulp build",
|
|
11
13
|
"build:docs": "gulp buildWebpack",
|
|
@@ -43,12 +45,13 @@
|
|
|
43
45
|
"@commitlint/config-conventional": "^17.6.7",
|
|
44
46
|
"@fortawesome/fontawesome": "^1.1.8",
|
|
45
47
|
"@octokit/rest": "^20.0.1",
|
|
46
|
-
"@patternfly/documentation-framework": "5.
|
|
48
|
+
"@patternfly/documentation-framework": "5.2.17",
|
|
47
49
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
48
|
-
"@patternfly/react-code-editor": "5.
|
|
49
|
-
"@patternfly/react-core": "5.
|
|
50
|
-
"@patternfly/react-table": "5.
|
|
50
|
+
"@patternfly/react-code-editor": "5.1.1",
|
|
51
|
+
"@patternfly/react-core": "5.1.1",
|
|
52
|
+
"@patternfly/react-table": "5.1.1",
|
|
51
53
|
"@starptech/prettyhtml": "^0.10.0",
|
|
54
|
+
"backstopjs": "^6.2.2",
|
|
52
55
|
"cheerio": "^1.0.0-rc.12",
|
|
53
56
|
"commander": "^11.0.0",
|
|
54
57
|
"cssnano": "^6.0.1",
|
|
@@ -88,6 +91,7 @@
|
|
|
88
91
|
"stylelint-config-recess-order": "^4.3.0",
|
|
89
92
|
"stylelint-config-standard": "^34.0.0",
|
|
90
93
|
"stylelint-config-standard-scss": "^10.0.0",
|
|
94
|
+
"stylelint-use-logical-spec": "^5.0.0",
|
|
91
95
|
"surge": "^0.23.1",
|
|
92
96
|
"unified": "^10.1.2",
|
|
93
97
|
"webpack": "^5.88.2"
|