@patternfly/patternfly 5.1.0-prerelease.6 → 5.1.0-prerelease.8
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/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +6 -129
- package/base/_globals.scss +1 -1
- package/base/patternfly-common.css +2 -2
- package/base/patternfly-globals.css +1 -1
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/components/AboutModalBox/about-modal-box.css +18 -12
- package/components/AboutModalBox/about-modal-box.scss +18 -12
- package/components/Accordion/accordion.css +30 -20
- package/components/Accordion/accordion.scss +30 -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 -21
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +66 -56
- 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 +73 -64
- package/components/Dropdown/dropdown.scss +63 -54
- package/components/DualListSelector/dual-list-selector.css +20 -14
- package/components/DualListSelector/dual-list-selector.scss +20 -14
- package/components/EmptyState/empty-state.css +7 -4
- package/components/EmptyState/empty-state.scss +7 -4
- package/components/ExpandableSection/expandable-section.css +13 -10
- package/components/ExpandableSection/expandable-section.scss +13 -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 +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 +24 -24
- package/components/JumpLinks/jump-links.scss +24 -24
- package/components/Label/label-group.css +12 -9
- package/components/Label/label-group.scss +12 -9
- 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 +68 -65
- package/components/Menu/menu.scss +68 -66
- 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 +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 +119 -65
- package/components/Page/page.scss +63 -39
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +23 -17
- package/components/Pagination/pagination.scss +23 -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 +25 -19
- package/components/ProgressStepper/progress-stepper.scss +24 -18
- 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 +9 -3
- package/components/Sidebar/sidebar.scss +9 -3
- 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 +17 -20
- package/components/Slider/slider.scss +17 -20
- package/components/Switch/switch.css +5 -5
- package/components/Switch/switch.scss +5 -5
- 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 +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 +42 -27
- package/components/Wizard/wizard.css +47 -35
- package/components/Wizard/wizard.scss +47 -35
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/ModalBox/examples/ModalBox.css +2 -2
- package/docs/components/Nav/examples/Navigation.css +2 -2
- package/docs/components/Popover/examples/Popover.css +2 -2
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/TextInputGroup/examples/TextInputGroup.css +1 -1
- package/docs/components/Tile/examples/Tile.css +1 -1
- package/docs/demos/Card/examples/Card.css +3 -3
- package/docs/demos/Card/examples/Card.md +3 -3
- package/docs/demos/Dashboard/examples/Dashboard.md +3 -3
- 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 +4 -1
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +7 -3
- package/patternfly-base-no-globals.css +7 -3
- package/patternfly-base-theme-dark-unversioned.css +8 -4
- package/patternfly-base.css +8 -4
- package/patternfly-no-globals.css +2323 -1799
- package/patternfly-theme-dark-unversioned.css +2324 -1800
- package/patternfly.css +2324 -1800
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/mixins.scss +2 -2
- 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
|
@@ -241,14 +241,17 @@
|
|
|
241
241
|
|
|
242
242
|
position: relative;
|
|
243
243
|
z-index: var(--#{$wizard}__header--ZIndex);
|
|
244
|
-
padding: var(--#{$wizard}__header--PaddingTop)
|
|
244
|
+
padding-block-start: var(--#{$wizard}__header--PaddingTop);
|
|
245
|
+
padding-block-end: var(--#{$wizard}__header--PaddingBottom);
|
|
246
|
+
padding-inline-start: var(--#{$wizard}__header--PaddingLeft);
|
|
247
|
+
padding-inline-end: var(--#{$wizard}__header--PaddingRight);
|
|
245
248
|
background-color: var(--#{$wizard}__header--BackgroundColor);
|
|
246
249
|
|
|
247
250
|
// Nested selector to match button component color specificity
|
|
248
251
|
.#{$wizard}__close {
|
|
249
252
|
position: absolute;
|
|
250
|
-
|
|
251
|
-
|
|
253
|
+
inset-block-start: var(--#{$wizard}__close--Top);
|
|
254
|
+
inset-inline-end: var(--#{$wizard}__close--Right);
|
|
252
255
|
|
|
253
256
|
button {
|
|
254
257
|
font-size: var(--#{$wizard}__close--FontSize);
|
|
@@ -257,7 +260,7 @@
|
|
|
257
260
|
}
|
|
258
261
|
|
|
259
262
|
.#{$wizard}__title {
|
|
260
|
-
padding-
|
|
263
|
+
padding-inline-end: var(--#{$wizard}__title--PaddingRight);
|
|
261
264
|
word-wrap: break-word;
|
|
262
265
|
}
|
|
263
266
|
|
|
@@ -270,7 +273,7 @@
|
|
|
270
273
|
|
|
271
274
|
.#{$wizard}__description {
|
|
272
275
|
display: none;
|
|
273
|
-
padding-
|
|
276
|
+
padding-block-start: var(--#{$wizard}__description--PaddingTop);
|
|
274
277
|
color: var(--#{$wizard}__description--Color);
|
|
275
278
|
|
|
276
279
|
@media screen and (min-width: $pf-v5-global--breakpoint--lg) {
|
|
@@ -284,7 +287,10 @@
|
|
|
284
287
|
display: flex;
|
|
285
288
|
justify-content: space-between;
|
|
286
289
|
width: 100%;
|
|
287
|
-
padding: var(--#{$wizard}__toggle--PaddingTop)
|
|
290
|
+
padding-block-start: var(--#{$wizard}__toggle--PaddingTop);
|
|
291
|
+
padding-block-end: var(--#{$wizard}__toggle--PaddingBottom);
|
|
292
|
+
padding-inline-start: var(--#{$wizard}__toggle--PaddingLeft);
|
|
293
|
+
padding-inline-end: var(--#{$wizard}__toggle--PaddingRight);
|
|
288
294
|
background-color: var(--#{$wizard}__toggle--BackgroundColor);
|
|
289
295
|
border: 0;
|
|
290
296
|
box-shadow: var(--#{$wizard}__toggle--BoxShadow);
|
|
@@ -296,7 +302,7 @@
|
|
|
296
302
|
&.pf-m-expanded {
|
|
297
303
|
--#{$wizard}__toggle--BoxShadow: none;
|
|
298
304
|
|
|
299
|
-
border-
|
|
305
|
+
border-block-end: var(--#{$wizard}__toggle--m-expanded--BorderBottomWidth) solid var(--#{$wizard}__toggle--m-expanded--BorderBottomColor);
|
|
300
306
|
|
|
301
307
|
.#{$wizard}__toggle-icon {
|
|
302
308
|
transform: rotate(var(--#{$wizard}__toggle--m-expanded__toggle-icon--Rotate));
|
|
@@ -309,18 +315,18 @@
|
|
|
309
315
|
display: flex;
|
|
310
316
|
flex-wrap: wrap;
|
|
311
317
|
align-items: baseline;
|
|
312
|
-
margin-
|
|
313
|
-
margin-
|
|
318
|
+
margin-block-end: var(--#{$wizard}__toggle-list--MarginBottom);
|
|
319
|
+
margin-inline-end: var(--#{$wizard}__toggle-list--MarginRight);
|
|
314
320
|
list-style: none;
|
|
315
321
|
}
|
|
316
322
|
|
|
317
323
|
.#{$wizard}__toggle-list-item {
|
|
318
|
-
margin-
|
|
319
|
-
text-align:
|
|
324
|
+
margin-block-end: var(--#{$wizard}__toggle-list-item--MarginBottom);
|
|
325
|
+
text-align: start;
|
|
320
326
|
word-break: break-word;
|
|
321
327
|
|
|
322
328
|
&:not(:last-child) {
|
|
323
|
-
margin-
|
|
329
|
+
margin-inline-end: var(--#{$wizard}__toggle-list-item--not-last-child--MarginRight);
|
|
324
330
|
}
|
|
325
331
|
}
|
|
326
332
|
|
|
@@ -329,7 +335,7 @@
|
|
|
329
335
|
}
|
|
330
336
|
|
|
331
337
|
.#{$wizard}__toggle-separator {
|
|
332
|
-
margin-
|
|
338
|
+
margin-inline-start: var(--#{$wizard}__toggle-separator--MarginLeft);
|
|
333
339
|
color: var(--#{$wizard}__toggle-separator--Color);
|
|
334
340
|
}
|
|
335
341
|
|
|
@@ -346,7 +352,7 @@
|
|
|
346
352
|
background-color: var(--#{$wizard}__outer-wrap--BackgroundColor);
|
|
347
353
|
|
|
348
354
|
@media screen and (min-width: $pf-v5-global--breakpoint--lg) {
|
|
349
|
-
padding-
|
|
355
|
+
padding-inline-start: var(--#{$wizard}__outer-wrap--lg--PaddingLeft);
|
|
350
356
|
}
|
|
351
357
|
}
|
|
352
358
|
|
|
@@ -364,8 +370,8 @@
|
|
|
364
370
|
|
|
365
371
|
.#{$wizard}__nav {
|
|
366
372
|
position: absolute;
|
|
367
|
-
|
|
368
|
-
|
|
373
|
+
inset-block-start: 0;
|
|
374
|
+
inset-inline-start: 0;
|
|
369
375
|
z-index: var(--#{$wizard}__nav--ZIndex);
|
|
370
376
|
display: none;
|
|
371
377
|
width: var(--#{$wizard}__nav--Width);
|
|
@@ -382,23 +388,23 @@
|
|
|
382
388
|
@media screen and (min-width: $pf-v5-global--breakpoint--lg) {
|
|
383
389
|
display: block;
|
|
384
390
|
height: 100%;
|
|
385
|
-
border-
|
|
391
|
+
border-inline-end: var(--#{$wizard}__nav--lg--BorderRightWidth) solid var(--#{$wizard}__nav--lg--BorderRightColor);
|
|
386
392
|
}
|
|
387
393
|
}
|
|
388
394
|
|
|
389
395
|
.#{$wizard}__nav-list {
|
|
390
|
-
padding-
|
|
391
|
-
padding-
|
|
392
|
-
padding-
|
|
393
|
-
padding-
|
|
396
|
+
padding-block-start: var(--#{$wizard}__nav-list--PaddingTop);
|
|
397
|
+
padding-block-end: var(--#{$wizard}__nav-list--PaddingBottom);
|
|
398
|
+
padding-inline-start: var(--#{$wizard}__nav-list--PaddingLeft);
|
|
399
|
+
padding-inline-end: var(--#{$wizard}__nav-list--PaddingRight);
|
|
394
400
|
list-style: none;
|
|
395
401
|
counter-reset: wizard-nav-count;
|
|
396
402
|
|
|
397
403
|
// Nested sub menus
|
|
398
404
|
& & {
|
|
399
405
|
padding: 0;
|
|
400
|
-
margin-
|
|
401
|
-
margin-
|
|
406
|
+
margin-block-start: var(--#{$wizard}__nav-list--nested--MarginTop);
|
|
407
|
+
margin-inline-start: var(--#{$wizard}__nav-list--nested--MarginLeft);
|
|
402
408
|
|
|
403
409
|
// Reset styles for nested nav links
|
|
404
410
|
.#{$wizard}__nav-link {
|
|
@@ -415,7 +421,7 @@
|
|
|
415
421
|
|
|
416
422
|
.#{$wizard}__nav-item {
|
|
417
423
|
& + & {
|
|
418
|
-
margin-
|
|
424
|
+
margin-block-start: var(--#{$wizard}__nav-item--MarginTop);
|
|
419
425
|
}
|
|
420
426
|
|
|
421
427
|
&.pf-m-expandable {
|
|
@@ -444,7 +450,7 @@
|
|
|
444
450
|
display: inline-block;
|
|
445
451
|
width: 100%;
|
|
446
452
|
color: var(--#{$wizard}__nav-link--Color);
|
|
447
|
-
text-align:
|
|
453
|
+
text-align: start; // needed for when the item is a button
|
|
448
454
|
text-decoration: var(--#{$wizard}__nav-link--TextDecoration);
|
|
449
455
|
word-break: break-word;
|
|
450
456
|
background-color: var(--#{$wizard}__nav-link--BackgroundColor);
|
|
@@ -454,8 +460,8 @@
|
|
|
454
460
|
@at-root .#{$wizard}__toggle-num,
|
|
455
461
|
&::before {
|
|
456
462
|
position: absolute;
|
|
457
|
-
|
|
458
|
-
|
|
463
|
+
inset-block-start: var(--#{$wizard}__nav-link--before--Top);
|
|
464
|
+
inset-inline-start: 0;
|
|
459
465
|
display: inline-flex;
|
|
460
466
|
align-items: center;
|
|
461
467
|
justify-content: center;
|
|
@@ -471,7 +477,7 @@
|
|
|
471
477
|
|
|
472
478
|
// Nav step number
|
|
473
479
|
&::before {
|
|
474
|
-
|
|
480
|
+
inset-block-start: 0;
|
|
475
481
|
content: counter(wizard-nav-count);
|
|
476
482
|
counter-increment: wizard-nav-count;
|
|
477
483
|
}
|
|
@@ -516,8 +522,8 @@
|
|
|
516
522
|
}
|
|
517
523
|
|
|
518
524
|
.#{$wizard}__nav-link-toggle {
|
|
519
|
-
padding-
|
|
520
|
-
padding-
|
|
525
|
+
padding-inline-start: var(--#{$wizard}__nav-link-toggle--PaddingLeft);
|
|
526
|
+
padding-inline-end: var(--#{$wizard}__nav-link-toggle--PaddingRight);
|
|
521
527
|
color: var(--#{$wizard}__nav-link-toggle--Color);
|
|
522
528
|
}
|
|
523
529
|
|
|
@@ -536,7 +542,10 @@
|
|
|
536
542
|
}
|
|
537
543
|
|
|
538
544
|
.#{$wizard}__main-body {
|
|
539
|
-
padding: var(--#{$wizard}__main-body--PaddingTop)
|
|
545
|
+
padding-block-start: var(--#{$wizard}__main-body--PaddingTop);
|
|
546
|
+
padding-block-end: var(--#{$wizard}__main-body--PaddingBottom);
|
|
547
|
+
padding-inline-start: var(--#{$wizard}__main-body--PaddingLeft);
|
|
548
|
+
padding-inline-end: var(--#{$wizard}__main-body--PaddingRight);
|
|
540
549
|
|
|
541
550
|
&.pf-m-no-padding {
|
|
542
551
|
padding: 0;
|
|
@@ -549,14 +558,17 @@
|
|
|
549
558
|
display: flex;
|
|
550
559
|
flex-shrink: 0;
|
|
551
560
|
flex-wrap: wrap;
|
|
552
|
-
padding: var(--#{$wizard}__footer--PaddingTop)
|
|
561
|
+
padding-block-start: var(--#{$wizard}__footer--PaddingTop);
|
|
562
|
+
padding-block-end: var(--#{$wizard}__footer--PaddingBottom);
|
|
563
|
+
padding-inline-start: var(--#{$wizard}__footer--PaddingLeft);
|
|
564
|
+
padding-inline-end: var(--#{$wizard}__footer--PaddingRight);
|
|
553
565
|
background-color: var(--#{$wizard}__footer--BackgroundColor);
|
|
554
566
|
|
|
555
567
|
> * {
|
|
556
|
-
margin-
|
|
568
|
+
margin-block-end: var(--#{$wizard}__footer--child--MarginBottom);
|
|
557
569
|
|
|
558
570
|
&:not(:last-child) {
|
|
559
|
-
margin-
|
|
571
|
+
margin-inline-end: var(--#{$wizard}__footer--child--MarginRight);
|
|
560
572
|
}
|
|
561
573
|
}
|
|
562
574
|
|
|
@@ -570,7 +582,7 @@
|
|
|
570
582
|
}
|
|
571
583
|
|
|
572
584
|
.#{$wizard}__footer-cancel {
|
|
573
|
-
margin-
|
|
585
|
+
margin-inline-start: var(--#{$wizard}__footer-cancel--MarginLeft);
|
|
574
586
|
}
|
|
575
587
|
|
|
576
588
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#ws-core-c-tile-extra-content .ws-preview-html .pf-v5-c-tile,
|
|
3
3
|
#ws-core-c-tile-stacked-tiles .ws-preview-html .pf-v5-c-tile,
|
|
4
4
|
#ws-core-c-tile-stacked-tiles-large .ws-preview-html .pf-v5-c-tile {
|
|
5
|
-
margin-
|
|
5
|
+
margin-inline-end: 8px;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
#ws-core-c-tile-extra-content .ws-preview-html {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#ws-html-demos-c-card-status-card-expanded-with-popover {
|
|
2
|
-
padding-
|
|
2
|
+
padding-block-start: 180px;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
#ws-html-demos-c-card-status-card-expanded-with-popover #carview-demo--popover-parent,
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
|
|
10
10
|
#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-popover {
|
|
11
11
|
position: absolute;
|
|
12
|
-
margin-
|
|
12
|
+
margin-block-start: -12px;
|
|
13
13
|
z-index: 1000;
|
|
14
14
|
transform: translateY(-50%);
|
|
15
|
-
|
|
15
|
+
inset-inline-start: calc(100% + var(--pf-v5-c-popover__arrow--Width) + var(--pf-v5-global--spacer--sm));
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#ws-html-demos-c-card-status-card-expanded-with-popover .pf-v5-c-table {
|
|
@@ -2756,7 +2756,7 @@ wrapperTag: div
|
|
|
2756
2756
|
</div>
|
|
2757
2757
|
<div
|
|
2758
2758
|
class="pf-v5-c-card__actions pf-m-no-offset"
|
|
2759
|
-
style="padding-
|
|
2759
|
+
style="padding-block-start: 1px;"
|
|
2760
2760
|
>
|
|
2761
2761
|
<div class="pf-v5-c-select">
|
|
2762
2762
|
<span
|
|
@@ -2941,7 +2941,7 @@ wrapperTag: div
|
|
|
2941
2941
|
<div
|
|
2942
2942
|
class="pf-v5-c-card__title"
|
|
2943
2943
|
id="card-log-view-example-title1"
|
|
2944
|
-
style="padding-
|
|
2944
|
+
style="padding-block-start: 3px;"
|
|
2945
2945
|
>
|
|
2946
2946
|
<h2 class="pf-v5-c-title pf-m-lg">Activity</h2>
|
|
2947
2947
|
</div>
|
|
@@ -3096,7 +3096,7 @@ wrapperTag: div
|
|
|
3096
3096
|
<div
|
|
3097
3097
|
class="pf-v5-c-card__title"
|
|
3098
3098
|
id="card-events-view-example-title1"
|
|
3099
|
-
style="padding-
|
|
3099
|
+
style="padding-block-start: 3px;"
|
|
3100
3100
|
>
|
|
3101
3101
|
<h2 class="pf-v5-c-title pf-m-lg">Events</h2>
|
|
3102
3102
|
</div>
|
|
@@ -330,7 +330,7 @@ cssPrefix: pf-d-dashboard
|
|
|
330
330
|
>
|
|
331
331
|
<div
|
|
332
332
|
class="pf-v5-l-flex__item"
|
|
333
|
-
style="margin-
|
|
333
|
+
style="margin-block-end: -.25em"
|
|
334
334
|
>
|
|
335
335
|
<span class="pf-v5-c-label pf-m-red">
|
|
336
336
|
<span class="pf-v5-c-label__content">
|
|
@@ -500,7 +500,7 @@ cssPrefix: pf-d-dashboard
|
|
|
500
500
|
>
|
|
501
501
|
<div
|
|
502
502
|
class="pf-v5-l-flex__item"
|
|
503
|
-
style="margin-
|
|
503
|
+
style="margin-block-end: -.25em"
|
|
504
504
|
>
|
|
505
505
|
<span class="pf-v5-c-label pf-m-red">
|
|
506
506
|
<span class="pf-v5-c-label__content">
|
|
@@ -1422,7 +1422,7 @@ cssPrefix: pf-d-dashboard
|
|
|
1422
1422
|
<div
|
|
1423
1423
|
class="pf-v5-c-card__title"
|
|
1424
1424
|
id="dashboard-demo-events-card-1-title1"
|
|
1425
|
-
style="padding-
|
|
1425
|
+
style="padding-block-start: 3px;"
|
|
1426
1426
|
>
|
|
1427
1427
|
<h2 class="pf-v5-c-title pf-m-xl">Events</h2>
|
|
1428
1428
|
</div>
|
|
@@ -494,7 +494,7 @@ Adjusting width with `.pf-m-flex-1`. In this example, all groups are set to `.pf
|
|
|
494
494
|
|
|
495
495
|
### Basic align right example
|
|
496
496
|
|
|
497
|
-
Aligning right with `.pf-m-align-right`. This solution will always align element right by setting margin-
|
|
497
|
+
Aligning right with `.pf-m-align-right`. This solution will always align element right by setting margin-inline-start: auto, including when wrapped.
|
|
498
498
|
|
|
499
499
|
```html
|
|
500
500
|
<div class="pf-v5-l-flex ws-example-flex-border">
|
|
@@ -627,8 +627,8 @@ Aligning right with `.pf-m-align-right`. This solution will always align element
|
|
|
627
627
|
|
|
628
628
|
| Class | Applied to | Outcome |
|
|
629
629
|
| -- | -- | -- |
|
|
630
|
-
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies margin-
|
|
631
|
-
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Resets margin-
|
|
630
|
+
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies margin-inline-start property to auto. |
|
|
631
|
+
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Resets margin-inline-start property 0. |
|
|
632
632
|
| `.pf-m-align-self-flex-start{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies align-self property to flex-start. |
|
|
633
633
|
| `.pf-m-align-self-flex-end{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies align-self property to flex-end. |
|
|
634
634
|
| `.pf-m-align-self-flex-center{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies align-self property to center. |
|
|
@@ -863,8 +863,8 @@ Ordering - Ordering can be applied to nested `.pf-v5-l-flex` and `.pf-v5-l-flex_
|
|
|
863
863
|
| `.pf-m-align-content-stretch{-on-[breakpoint]}` | `.pf-v5-l-flex` | Modifies the flex layout align-content property to stretch. |
|
|
864
864
|
| `.pf-m-align-content-space-between{-on-[breakpoint]}` | `.pf-v5-l-flex` | Modifies the flex layout align-content property to space-between. |
|
|
865
865
|
| `.pf-m-align-content-space-around{-on-[breakpoint]}` | `.pf-v5-l-flex` | Modifies the flex layout align-content property to space-around. |
|
|
866
|
-
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Resets the flex layout element margin-
|
|
867
|
-
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies the flex layout element margin-
|
|
866
|
+
| `.pf-m-align-left{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Resets the flex layout element margin-inline-start property to 0. |
|
|
867
|
+
| `.pf-m-align-right{-on-[breakpoint]}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies the flex layout element margin-inline-start property to auto. |
|
|
868
868
|
| `--pf-v5-l-flex--item--Order{-on-[breakpoint]}: {order}` | `.pf-v5-l-flex > .pf-v5-l-flex`, `.pf-v5-l-flex__item` | Modifies the flex layout element order property. |
|
|
869
869
|
|
|
870
870
|
### Spacer system usage
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
.ws-core-u-box-shadow [class*="pf-v5-u-box-shadow"] {
|
|
2
2
|
padding: var(--pf-v5-global--spacer--lg);
|
|
3
|
-
margin-
|
|
3
|
+
margin-block-end: var(--pf-v5-global--spacer--md);
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
#ws-core-u-box-shadow-small [class*="pf-v5-u-box-shadow"]:not(:last-child) {
|
|
7
|
-
margin-
|
|
7
|
+
margin-block-end: var(--pf-v5-global--spacer--lg);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
#ws-core-u-box-shadow-medium [class*="pf-v5-u-box-shadow"]:not(:last-child) {
|
|
11
|
-
margin-
|
|
11
|
+
margin-block-end: var(--pf-v5-global--spacer--xl);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
#ws-core-u-box-shadow-large [class*="pf-v5-u-box-shadow"]:not(:last-child) {
|
|
15
|
-
margin-
|
|
15
|
+
margin-block-end: var(--pf-v5-global--spacer--2xl);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
#ws-core-u-box-shadow-extra-large [class*="pf-v5-u-box-shadow"]:not(:last-child) {
|
|
19
|
-
margin-
|
|
19
|
+
margin-block-end: var(--pf-v5-global--spacer--3xl);
|
|
20
20
|
}
|
package/icons/pficons.mjs
CHANGED
|
@@ -117,6 +117,7 @@ export const pfIcons = {
|
|
|
117
117
|
"tenant": { "width": 1024, "height": 1024, "svgPathData": "M512.1,0 C229.7,0 0,229.8 0,512 C0,794.3 229.8,1024 512.1,1024 C794.4,1024 1024,794.3 1024,512 C1024,229.7 794.4,0 512.1,0 Z M512,960 C264.9,960 64,759.2 64,512 C64,265 264.9,64 512,64 C759,64 960,264.9 960,512 C960,759.1 759,960 512,960 Z M672,544 C601.3,544 544,601.3 544,672 C544,742.7 601.3,800 672,800 C742.7,800 800,742.7 800,672 C800,601.3 742.7,544 672,544 Z M672,752 C627.9,752 592,716.1 592,672 C592,627.9 627.9,592 672,592 C716.1,592 752,627.9 752,672 C752,716.1 716.1,752 672,752 Z M352,544 C281.3,544 224,601.3 224,672 C224,742.7 281.3,800 352,800 C422.7,800 480,742.7 480,672 C480,601.3 422.7,544 352,544 Z M352,752 C307.9,752 272,716.1 272,672 C272,627.9 307.9,592 352,592 C396.1,592 432,627.9 432,672 C432,716.1 396.1,752 352,752 Z M672,224 C601.3,224 544,281.3 544,352 C544,422.7 601.3,480 672,480 C742.7,480 800,422.7 800,352 C800,281.3 742.7,224 672,224 Z M672,432 C627.9,432 592,396.1 592,352 C592,307.9 627.9,272 672,272 C716.1,272 752,307.9 752,352 C752,396.1 716.1,432 672,432 Z M480,352 C480,422.7 422.7,480 352,480 C281.3,480 224,422.7 224,352 C224,281.3 281.3,224 352,224 C422.7,224 480,281.3 480,352" },
|
|
118
118
|
"thumb-tack": { "width": 640, "height": 1024, "svgPathData": "M640,670.7 C640,543 602.7,480.2 512,448 L512,192 C549.3,178.8 575.4,137.8 575.4,96 C575.4,43 532.4,0 479.4,0 L159.4,0 C106.4,0 63.4,43 63.4,96 C63.4,137.8 90.7,178.8 128,192 L128,448 C37.3,480.2 0,543 0,670.7 C0,688.9 13.8,704 32,704 L256,704 L284.7,995 C286.2,1011.5 301,1024 320,1024 C339,1024 352.6,1011.4 354.1,995 L384,704 L606.9,704 C625.1,704 640,688.9 640,670.7" },
|
|
119
119
|
"topology": { "width": 1088, "height": 1024, "svgPathData": "M877.8,0 C797.1,0 731.5,65.6 731.5,146.3 C731.5,175.1 739.7,201.8 754.1,224.5 L670,310.5 C626.5,276.4 571.7,256 512,256 C477.8,256 445.1,262.7 415.3,274.9 L388.6,239.6 C375.1,221.3 350.9,216.1 334.9,228.2 C318.7,240.1 316.4,264.8 329.6,283.1 L351.9,312.3 C293.4,359.2 256,431.2 256,512 C256,534.7 259,556.7 264.5,577.7 L239,590.9 C219.8,600.3 210.7,622.9 218.4,641.2 C226.1,659.5 248.3,666.8 267.3,657.7 L292.9,644.4 C329.1,704.2 389.1,748 459.8,762.6 L453.8,835.6 C413.5,847.1 384,884.1 384,928 C384,981 427,1024 480,1024 C533,1024 576,981 576,928 C576,888.3 551.9,854.3 517.6,839.7 L523.5,767.8 C605.3,764.2 677.2,722.1 721.4,659.2 L789.8,705.8 C808.1,718.4 832.1,714.9 842.8,698 C853.5,680.9 847.3,656.9 828.8,644.6 L754.6,594.1 C763.3,568.3 768,540.7 768,512 C768,456.6 750.4,405.3 720.5,363.5 L807.4,274.8 C828.2,286.2 852.2,292.9 877.8,292.9 C958.5,292.9 1024.1,227.3 1024.1,146.6 C1024.1,65.9 958.5,0 877.8,0 Z M528,928 C528,954.5 506.5,976 480,976 C453.5,976 432,954.5 432,928 C432,901.5 453.5,880 480,880 C506.5,880 528,901.5 528,928 Z M512,640 C441.3,640 384,582.7 384,512 C384,441.3 441.3,384 512,384 C582.7,384 640,441.3 640,512 C640,582.7 582.8,640 512,640 Z M877.8,224 C834.8,224 800.1,189.3 800.1,146.3 C800.1,103.3 834.8,68.6 877.8,68.6 C920.8,68.6 955.5,103.3 955.5,146.3 C955.5,189.3 920.8,224 877.8,224 Z M900.8,712.3 C943.6,669.5 1013.1,669.5 1055.9,712.3 C1077.3,733.7 1088,761.8 1088,789.9 C1088,818 1077.3,846 1055.9,867.5 C1013.1,910.3 943.6,910.3 900.8,867.5 C858,824.6 858,755.2 900.8,712.3 M256,2.3 C316.6,2.3 365.7,51.4 365.7,112 C365.7,172.6 316.6,221.7 256,221.7 C195.4,221.7 146.3,172.6 146.3,112 C146.3,51.4 195.4,2.3 256,2.3 M96,608 C149,608 192,651 192,704 C192,757 149,800 96,800 C43,800 0,757 0,704 C0,651 43,608 96,608" },
|
|
120
|
+
"treeview": { "width": 1024, "height": 1024, "svgPathData": "M1110.73911,0 L41.1428663,0 C18.4204327,0 0,19.1026667 0,42.6666667 L0,127.877333 C0,151.509333 18.473147,170.666667 41.2611521,170.666667 L1110.73911,170.666667 C1133.52711,170.666667 1152.00026,151.509333 1152.00026,127.877333 L1152.00026,42.7893333 C1152.00026,19.1573333 1133.52711,0 1110.73911,0 M1110.73911,426.666667 L452.57153,426.666667 C429.849096,426.666667 411.428663,445.769333 411.428663,469.333333 L411.428663,554.544 C411.428663,578.176 429.90181,597.333333 452.689815,597.333333 L1110.73911,597.333333 C1133.52711,597.333333 1152.00026,578.176 1152.00026,554.544 L1152.00026,469.456 C1152.00026,445.824 1133.52711,426.666667 1110.73911,426.666667 M308.571497,469.333333 L82.2857327,469.333333 L82.2857327,277.333333 C82.2857327,265.550667 73.0748735,256 61.7142995,256 L20.5714332,256 C9.20957348,256 0,265.550667 0,277.333333 L0,490.666667 L0,533.333333 L0,896 L0,960 C0,971.782667 9.20957348,981.333333 20.5714332,981.333333 L61.7142995,981.333333 L308.571497,981.333333 C319.932071,981.333333 329.142931,971.782667 329.142931,960 L329.142931,917.333333 C329.142931,905.550667 319.932071,896 308.571497,896 L82.2857327,896 L82.2857327,554.666667 L308.571497,554.666667 C319.932071,554.666667 329.142931,545.116 329.142931,533.333333 L329.142931,490.666667 C329.142931,478.884 319.932071,469.333333 308.571497,469.333333 M1152.00026,896.122667 L1152.00026,981.210667 C1152.00026,1004.84267 1133.52711,1024 1110.73911,1024 L452.689815,1024 C429.90181,1024 411.428663,1004.84267 411.428663,981.210667 L411.428663,896 C411.428663,872.436 429.849096,853.333333 452.57153,853.333333 L1110.73911,853.333333 C1133.52711,853.333333 1152.00026,872.490667 1152.00026,896.122667" },
|
|
120
121
|
"trend-down": { "width": 960, "height": 1024, "svgPathData": "M960,864 C960,881.7 945.7,896 928,896 L480,896 C462.3,896 448,881.7 448,864 L448,800 C448,782.3 462.3,768 480,768 L741.5,768 L450.3,473.8 L343.7,580.8 C331.2,593.3 310.9,593.4 298.4,580.8 L9.4,291.8 C3.1,285.6 0,277.4 0,269.3 C0,261.1 3.1,252.9 9.4,246.7 L54.6,201.4 C60.9,195.1 69.1,192 77.3,192 C85.5,192 93.7,195.1 99.9,201.4 L320.9,422.4 L427.5,315.4 C440,302.9 460.3,302.8 472.8,315.4 L832,677.5 L831,416 C831,398.3 844.3,384 862,384 L926,384 C943.7,384 960,398.3 960,416 L960,864 Z" },
|
|
121
122
|
"trend-up": { "width": 960, "height": 1024, "svgPathData": "M960,224 C960,206.3 945.7,192 928,192 L480,192 C462.3,192 448,206.3 448,224 L448,288 C448,305.7 462.3,320 480,320 L741.5,320 L450.3,614.2 L343.7,507.2 C331.2,494.7 310.9,494.6 298.4,507.2 L9.4,796.2 C3.1,802.4 0,810.6 0,818.7 C0,826.9 3.1,835.1 9.4,841.3 L54.7,886.6 C60.9,892.8 69.1,896 77.3,896 C85.5,896 93.7,892.9 99.9,886.6 L320.9,665.6 L427.5,772.6 C440,785.1 460.3,785.2 472.8,772.6 L832,410.5 L831,672 C831,689.7 844.3,704 862,704 L926,704 C943.7,704 960,689.7 960,672 L960,224 Z" },
|
|
122
123
|
"unknown": { "width": 1024, "height": 1024, "svgPathData": "M943.3,317.2 L706.9,80.7 C653,26.9 582.5,0 512,0 C441.5,0 371,26.9 317.1,80.7 L80.7,317.1 C-26.9,424.7 -26.9,599.2 80.7,706.8 L317.1,943.2 C371,997.1 441.5,1024 512,1024 C582.5,1024 653,997.1 706.9,943.3 L943.3,706.9 C1050.9,599.3 1050.9,424.8 943.3,317.2 Z M866.4,602.2 L602.8,866.1 C552.8,916.1 471.8,916.2 421.7,866.2 L157.7,602.2 C107.8,552.2 107.8,471.2 157.8,421.3 L421.4,158.4 C471.3,108.6 552.1,108.6 602.1,158.3 L866.3,421.3 C916.3,471.3 916.3,552.2 866.4,602.2 Z M521.3,576 C627.5,576 713.7,502 713.7,413.7 C713.7,325.4 627.6,253.6 521.3,253.6 C366,253.6 334.5,337.7 329.2,407.2 C329.2,414.3 335.2,416 343.5,416 L445,416 C450.5,416 458,415.5 460.8,406.5 C460.8,362.6 582.9,357.1 582.9,413.6 C582.9,441.9 556.2,470.9 521.3,473 C486.4,475.1 447.3,479.8 447.3,521.7 L447.3,553.8 C447.3,570.8 456.1,576 472,576 C488,576.1 521.3,576 521.3,576 L521.3,576 Z M575.3,751.3 L575.3,655.3 C575.3,650.9 573.7,647.3 570.6,644 C567.5,640.9 563.7,639.3 559.3,639.3 L463.3,639.3 C458.9,639.3 455.3,640.9 452,644 C448.9,647.1 447.3,650.9 447.3,655.3 L447.3,751.3 C447.3,755.7 448.9,759.3 452,762.6 C455.1,765.7 458.9,767.3 463.3,767.3 L559.3,767.3 C563.7,767.3 567.3,765.7 570.6,762.6 C573.8,759.4 575.3,755.6 575.3,751.3 L575.3,751.3 Z" },
|