@patternfly/patternfly 5.1.0-prerelease.3 → 5.1.0-prerelease.31
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 +5 -0
- 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 +26 -17
- package/components/Button/button.scss +26 -16
- 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 -49
- package/components/DataList/data-list-grid.scss +3 -3
- package/components/DataList/data-list.css +69 -84
- 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 +21 -11
- package/components/FormControl/form-control.scss +21 -11
- package/components/HelperText/helper-text.css +1 -1
- package/components/HelperText/helper-text.scss +1 -1
- package/components/Hint/hint.css +9 -6
- package/components/Hint/hint.scss +9 -6
- package/components/Icon/icon.css +1 -1
- package/components/Icon/icon.scss +1 -1
- package/components/InlineEdit/inline-edit.css +4 -4
- package/components/InlineEdit/inline-edit.scss +4 -4
- package/components/InputGroup/input-group.css +12 -6
- package/components/InputGroup/input-group.scss +11 -5
- package/components/InputGroup/themes/dark/input-group.scss +1 -1
- package/components/JumpLinks/jump-links.css +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 +80 -66
- package/components/Menu/menu.scss +81 -69
- 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 +120 -93
- package/components/Nav/nav.scss +120 -93
- 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 +32 -19
- package/components/NotificationDrawer/notification-drawer.scss +30 -19
- package/components/NumberInput/number-input.css +3 -3
- package/components/NumberInput/number-input.scss +2 -2
- package/components/OptionsMenu/options-menu.css +43 -31
- package/components/OptionsMenu/options-menu.scss +43 -31
- package/components/OverflowMenu/overflow-menu.css +2 -2
- package/components/OverflowMenu/overflow-menu.scss +2 -2
- package/components/Page/page.css +123 -65
- package/components/Page/page.scss +69 -40
- package/components/Page/themes/dark/page.scss +1 -1
- package/components/Pagination/pagination.css +28 -18
- package/components/Pagination/pagination.scss +25 -17
- package/components/Panel/panel.css +13 -7
- package/components/Panel/panel.scss +13 -7
- package/components/Popover/popover.css +82 -31
- package/components/Popover/popover.scss +104 -45
- 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 +4 -5
- package/components/Radio/radio.scss +4 -5
- package/components/Select/select.css +56 -47
- package/components/Select/select.scss +56 -47
- package/components/Sidebar/sidebar.css +11 -5
- package/components/Sidebar/sidebar.scss +11 -5
- package/components/SimpleList/simple-list.css +10 -4
- package/components/SimpleList/simple-list.scss +10 -4
- package/components/Skeleton/skeleton.css +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 -219
- 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 +91 -69
- package/components/Table/table.scss +89 -69
- 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 +76 -25
- package/components/Tooltip/tooltip.scss +100 -41
- 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/AppLauncher/deprecated/application-launcher.md +155 -70
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +11 -5
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +16 -3
- package/docs/components/Card/examples/Card.md +154 -66
- 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/ContextSelector/deprecated/context-selector.md +198 -96
- package/docs/components/DataList/examples/DataList.md +391 -136
- package/docs/components/DragDrop/examples/DragDrop.css +2 -2
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +881 -367
- package/docs/components/DualListSelector/examples/DualListSelector.md +432 -144
- package/docs/components/FormControl/examples/FormControl.md +2 -1
- package/docs/components/Hint/examples/Hint.md +57 -24
- package/docs/components/InlineEdit/examples/InlineEdit.md +46 -16
- package/docs/components/Label/examples/Label.md +1 -1
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +40 -30
- package/docs/components/Menu/examples/Menu.css +8 -0
- package/docs/components/Menu/examples/Menu.md +111 -73
- package/docs/components/MenuToggle/examples/MenuToggle.md +1 -1
- package/docs/components/ModalBox/examples/ModalBox.css +3 -8
- package/docs/components/Nav/examples/Navigation.css +3 -26
- package/docs/components/Nav/examples/Navigation.md +99 -0
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +619 -240
- package/docs/components/OptionsMenu/deprecated/options-menu.md +415 -163
- package/docs/components/OverflowMenu/examples/overflow-menu.md +45 -34
- package/docs/components/Pagination/examples/Pagination.md +195 -65
- package/docs/components/Popover/examples/Popover.css +4 -9
- package/docs/components/Popover/examples/Popover.md +4 -4
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +50 -0
- package/docs/components/Select/deprecated/Select.css +3 -3
- package/docs/components/Select/deprecated/Select.md +40 -52
- package/docs/components/Table/examples/Table.css +2 -2
- package/docs/components/Table/examples/Table.md +4548 -1670
- package/docs/components/Tabs/examples/Tabs.md +1094 -438
- 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 +218 -128
- package/docs/components/Tooltip/examples/Tooltip.css +4 -0
- package/docs/components/Tooltip/examples/Tooltip.md +8 -6
- package/docs/components/TreeView/examples/TreeView.md +23 -8
- 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 +72 -31
- package/docs/demos/CardView/examples/CardView.md +182 -74
- package/docs/demos/ContextSelector/examples/ContextSelector.md +95 -47
- package/docs/demos/Dashboard/examples/Dashboard.md +18 -9
- package/docs/demos/DataList/examples/DataList.md +171 -72
- package/docs/demos/DescriptionList/examples/DescriptionList.md +20 -9
- package/docs/demos/Drawer/examples/Drawer.md +20 -9
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +803 -338
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +257 -105
- package/docs/demos/Skeleton/examples/Skeleton.md +7 -35
- package/docs/demos/Table/examples/Table.md +1470 -619
- package/docs/demos/Tabs/examples/Tabs.md +117 -49
- package/docs/demos/Toolbar/examples/Toolbar.md +318 -123
- 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 +41 -37
- package/patternfly-addons.css +732 -972
- package/patternfly-base-no-globals-theme-dark-unversioned.css +26 -3
- package/patternfly-base-no-globals.css +26 -3
- package/patternfly-base-theme-dark-unversioned.css +27 -4
- package/patternfly-base.css +27 -4
- package/patternfly-no-globals.css +2695 -1897
- package/patternfly-theme-dark-unversioned.css +2696 -1898
- package/patternfly.css +2696 -1898
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/functions.scss +6 -0
- package/sass-utilities/mixins.scss +62 -2
- package/sass-utilities/placeholders.scss +1 -1
- package/sass-utilities/scss-variables.scss +8 -8
- package/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
|
@@ -563,35 +563,44 @@ cssPrefix: pf-d-description-list
|
|
|
563
563
|
class="pf-v5-c-dropdown__menu"
|
|
564
564
|
aria-labelledby="-button"
|
|
565
565
|
hidden
|
|
566
|
+
role="menu"
|
|
566
567
|
>
|
|
567
|
-
<li>
|
|
568
|
-
<a
|
|
568
|
+
<li role="none">
|
|
569
|
+
<a
|
|
570
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
571
|
+
role="menuitem"
|
|
572
|
+
href="#"
|
|
573
|
+
>Link</a>
|
|
569
574
|
</li>
|
|
570
|
-
<li>
|
|
575
|
+
<li role="none">
|
|
571
576
|
<button
|
|
572
577
|
class="pf-v5-c-dropdown__menu-item"
|
|
578
|
+
role="menuitem"
|
|
573
579
|
type="button"
|
|
574
580
|
>Action</button>
|
|
575
581
|
</li>
|
|
576
|
-
<li>
|
|
582
|
+
<li role="none">
|
|
577
583
|
<a
|
|
578
584
|
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
585
|
+
role="menuitem"
|
|
579
586
|
href="#"
|
|
580
587
|
aria-disabled="true"
|
|
581
588
|
tabindex="-1"
|
|
582
589
|
>Disabled link</a>
|
|
583
590
|
</li>
|
|
584
|
-
<li>
|
|
591
|
+
<li role="none">
|
|
585
592
|
<button
|
|
586
593
|
class="pf-v5-c-dropdown__menu-item"
|
|
594
|
+
role="menuitem"
|
|
587
595
|
type="button"
|
|
588
596
|
disabled
|
|
589
597
|
>Disabled action</button>
|
|
590
598
|
</li>
|
|
591
599
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
592
|
-
<li>
|
|
600
|
+
<li role="none">
|
|
593
601
|
<a
|
|
594
602
|
class="pf-v5-c-dropdown__menu-item"
|
|
603
|
+
role="menuitem"
|
|
595
604
|
href="#"
|
|
596
605
|
>Separated link</a>
|
|
597
606
|
</li>
|
|
@@ -626,20 +635,22 @@ cssPrefix: pf-d-description-list
|
|
|
626
635
|
</div>
|
|
627
636
|
<div class="pf-v5-c-drawer__body pf-m-no-padding">
|
|
628
637
|
<div class="pf-v5-c-tabs pf-m-box pf-m-fill">
|
|
629
|
-
<ul class="pf-v5-c-tabs__list">
|
|
630
|
-
<li class="pf-v5-c-tabs__item pf-m-current">
|
|
638
|
+
<ul class="pf-v5-c-tabs__list" role="tablist">
|
|
639
|
+
<li class="pf-v5-c-tabs__item pf-m-current" role="presentation">
|
|
631
640
|
<button
|
|
632
641
|
type="button"
|
|
633
642
|
class="pf-v5-c-tabs__link"
|
|
643
|
+
role="tab"
|
|
634
644
|
id="description-list-in-drawer-example-panel-tabs-tab1-link"
|
|
635
645
|
>
|
|
636
646
|
<span class="pf-v5-c-tabs__item-text">Overview</span>
|
|
637
647
|
</button>
|
|
638
648
|
</li>
|
|
639
|
-
<li class="pf-v5-c-tabs__item">
|
|
649
|
+
<li class="pf-v5-c-tabs__item" role="presentation">
|
|
640
650
|
<button
|
|
641
651
|
type="button"
|
|
642
652
|
class="pf-v5-c-tabs__link"
|
|
653
|
+
role="tab"
|
|
643
654
|
id="description-list-in-drawer-example-panel-tabs-tab2-link"
|
|
644
655
|
>
|
|
645
656
|
<span class="pf-v5-c-tabs__item-text">Activity</span>
|
|
@@ -268,35 +268,44 @@ wrapperTag: div
|
|
|
268
268
|
class="pf-v5-c-dropdown__menu"
|
|
269
269
|
aria-labelledby="-button"
|
|
270
270
|
hidden
|
|
271
|
+
role="menu"
|
|
271
272
|
>
|
|
272
|
-
<li>
|
|
273
|
-
<a
|
|
273
|
+
<li role="none">
|
|
274
|
+
<a
|
|
275
|
+
class="pf-v5-c-dropdown__menu-item"
|
|
276
|
+
role="menuitem"
|
|
277
|
+
href="#"
|
|
278
|
+
>Link</a>
|
|
274
279
|
</li>
|
|
275
|
-
<li>
|
|
280
|
+
<li role="none">
|
|
276
281
|
<button
|
|
277
282
|
class="pf-v5-c-dropdown__menu-item"
|
|
283
|
+
role="menuitem"
|
|
278
284
|
type="button"
|
|
279
285
|
>Action</button>
|
|
280
286
|
</li>
|
|
281
|
-
<li>
|
|
287
|
+
<li role="none">
|
|
282
288
|
<a
|
|
283
289
|
class="pf-v5-c-dropdown__menu-item pf-m-disabled"
|
|
290
|
+
role="menuitem"
|
|
284
291
|
href="#"
|
|
285
292
|
aria-disabled="true"
|
|
286
293
|
tabindex="-1"
|
|
287
294
|
>Disabled link</a>
|
|
288
295
|
</li>
|
|
289
|
-
<li>
|
|
296
|
+
<li role="none">
|
|
290
297
|
<button
|
|
291
298
|
class="pf-v5-c-dropdown__menu-item"
|
|
299
|
+
role="menuitem"
|
|
292
300
|
type="button"
|
|
293
301
|
disabled
|
|
294
302
|
>Disabled action</button>
|
|
295
303
|
</li>
|
|
296
304
|
<li class="pf-v5-c-divider" role="separator"></li>
|
|
297
|
-
<li>
|
|
305
|
+
<li role="none">
|
|
298
306
|
<a
|
|
299
307
|
class="pf-v5-c-dropdown__menu-item"
|
|
308
|
+
role="menuitem"
|
|
300
309
|
href="#"
|
|
301
310
|
>Separated link</a>
|
|
302
311
|
</li>
|
|
@@ -331,20 +340,22 @@ wrapperTag: div
|
|
|
331
340
|
</div>
|
|
332
341
|
<div class="pf-v5-c-drawer__body pf-m-no-padding">
|
|
333
342
|
<div class="pf-v5-c-tabs pf-m-box pf-m-fill">
|
|
334
|
-
<ul class="pf-v5-c-tabs__list">
|
|
335
|
-
<li class="pf-v5-c-tabs__item pf-m-current">
|
|
343
|
+
<ul class="pf-v5-c-tabs__list" role="tablist">
|
|
344
|
+
<li class="pf-v5-c-tabs__item pf-m-current" role="presentation">
|
|
336
345
|
<button
|
|
337
346
|
type="button"
|
|
338
347
|
class="pf-v5-c-tabs__link"
|
|
348
|
+
role="tab"
|
|
339
349
|
id="drawer-collapsed-example-panel-tabs-tab1-link"
|
|
340
350
|
>
|
|
341
351
|
<span class="pf-v5-c-tabs__item-text">Overview</span>
|
|
342
352
|
</button>
|
|
343
353
|
</li>
|
|
344
|
-
<li class="pf-v5-c-tabs__item">
|
|
354
|
+
<li class="pf-v5-c-tabs__item" role="presentation">
|
|
345
355
|
<button
|
|
346
356
|
type="button"
|
|
347
357
|
class="pf-v5-c-tabs__link"
|
|
358
|
+
role="tab"
|
|
348
359
|
id="drawer-collapsed-example-panel-tabs-tab2-link"
|
|
349
360
|
>
|
|
350
361
|
<span class="pf-v5-c-tabs__item-text">Activity</span>
|