@patternfly/patternfly 5.0.0-alpha.14 → 5.0.0-alpha.18
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/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/components/Accordion/accordion.css +2 -0
- package/components/Accordion/accordion.scss +2 -0
- package/components/AppLauncher/app-launcher.css +2 -0
- package/components/AppLauncher/app-launcher.scss +2 -0
- package/components/Breadcrumb/breadcrumb.css +2 -0
- package/components/Breadcrumb/breadcrumb.scss +2 -0
- package/components/ContextSelector/context-selector.css +5 -1
- package/components/ContextSelector/context-selector.scss +6 -2
- package/components/DataList/data-list.css +2 -0
- package/components/DataList/data-list.scss +2 -0
- package/components/Drawer/drawer.css +13 -13
- package/components/Dropdown/dropdown.css +12 -10
- package/components/Dropdown/dropdown.scss +2 -0
- package/components/ExpandableSection/expandable-section.css +2 -0
- package/components/ExpandableSection/expandable-section.scss +2 -0
- package/components/Label/label.css +2 -0
- package/components/Label/label.scss +2 -0
- package/components/Login/login.css +1 -1
- package/components/Menu/menu.css +2 -0
- package/components/Menu/menu.scss +2 -0
- package/components/MenuToggle/menu-toggle.css +2 -0
- package/components/MenuToggle/menu-toggle.scss +2 -0
- package/components/Page/page.css +60 -60
- package/components/Pagination/pagination.css +2 -2
- package/components/SearchInput/search-input.css +2 -0
- package/components/SearchInput/search-input.scss +2 -0
- package/components/Table/table-grid.css +28 -28
- package/components/Table/table-tree-view.css +4 -4
- package/components/TextInputGroup/text-input-group.css +4 -2
- package/components/TextInputGroup/text-input-group.scss +4 -3
- package/components/Toolbar/toolbar.css +35 -35
- package/components/TreeView/tree-view.css +7 -15
- package/components/TreeView/tree-view.scss +7 -18
- package/components/Wizard/wizard.css +2 -0
- package/components/Wizard/wizard.scss +2 -0
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +13 -13
- package/docs/components/Accordion/examples/Accordion.md +12 -12
- package/docs/components/ActionList/examples/ActionList.md +6 -6
- package/docs/components/Alert/examples/Alert.md +19 -19
- package/docs/components/AlertGroup/examples/AlertGroup.md +10 -10
- package/docs/components/AppLauncher/examples/application-launcher.md +34 -34
- package/docs/components/Avatar/examples/Avatar.md +11 -11
- package/docs/components/BackToTop/examples/BackToTop.md +4 -4
- package/docs/components/Backdrop/examples/Backdrop.md +4 -4
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +5 -5
- package/docs/components/Banner/examples/Banner.md +8 -8
- package/docs/components/Brand/examples/Brand.md +9 -9
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +15 -15
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -32
- package/docs/components/Card/examples/Card.md +27 -27
- package/docs/components/Check/examples/Check.md +13 -13
- package/docs/components/Chip/examples/Chip.md +13 -13
- package/docs/components/ChipGroup/examples/ChipGroup.md +15 -15
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +22 -22
- package/docs/components/CodeBlock/examples/CodeBlock.md +9 -9
- package/docs/components/CodeEditor/examples/CodeEditor.md +56 -33
- package/docs/components/Content/examples/Content.md +10 -10
- package/docs/components/ContextSelector/examples/context-selector.css +5 -1
- package/docs/components/ContextSelector/examples/context-selector.md +80 -74
- package/docs/components/DataList/examples/DataList.md +83 -83
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +24 -24
- package/docs/components/Divider/examples/Divider.md +9 -9
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +43 -43
- package/docs/components/Dropdown/examples/Dropdown.css +5 -2
- package/docs/components/Dropdown/examples/Dropdown.md +50 -50
- package/docs/components/DualListSelector/examples/DualListSelector.md +201 -197
- package/docs/components/EmptyState/examples/EmptyState.md +19 -19
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +23 -23
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +64 -64
- package/docs/components/FormControl/examples/FormControl.md +20 -20
- package/docs/components/HelperText/examples/HelperText.md +11 -11
- package/docs/components/Hint/examples/Hint.md +7 -7
- package/docs/components/Icon/examples/Icon.md +10 -10
- package/docs/components/InlineEdit/examples/InlineEdit.md +24 -24
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +21 -21
- package/docs/components/Label/examples/Label.md +31 -31
- package/docs/components/LabelGroup/examples/LabelGroup.md +22 -22
- package/docs/components/List/examples/List.md +6 -6
- package/docs/components/LogViewer/examples/LogViewer.md +69 -69
- package/docs/components/Login/examples/Login.md +22 -22
- package/docs/components/Masthead/examples/masthead.md +9 -9
- package/docs/components/Menu/examples/Menu.md +78 -76
- package/docs/components/MenuToggle/examples/MenuToggle.md +24 -24
- package/docs/components/ModalBox/examples/ModalBox.md +35 -35
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +22 -22
- package/docs/components/Nav/examples/Navigation.md +36 -36
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +39 -39
- package/docs/components/NumberInput/examples/NumberInput.md +12 -12
- package/docs/components/OptionsMenu/examples/options-menu.md +27 -28
- package/docs/components/OverflowMenu/examples/overflow-menu.md +25 -25
- package/docs/components/Page/examples/Page.md +54 -54
- package/docs/components/Pagination/examples/Pagination.md +27 -27
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +34 -34
- package/docs/components/Progress/examples/Progress.md +31 -31
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +24 -24
- package/docs/components/Radio/examples/Radio.md +11 -11
- package/docs/components/SearchInput/examples/SearchInput.md +34 -34
- package/docs/components/Select/examples/Select.md +143 -143
- package/docs/components/Sidebar/examples/Sidebar.md +14 -14
- package/docs/components/SimpleList/examples/SimpleList.md +11 -11
- package/docs/components/Skeleton/examples/Skeleton.md +8 -8
- package/docs/components/SkipToContent/examples/SkipToContent.md +5 -5
- package/docs/components/Slider/examples/Slider.md +24 -24
- package/docs/components/Spinner/examples/Spinner.md +24 -24
- package/docs/components/Switch/examples/Switch.md +19 -19
- package/docs/components/TabContent/examples/TabContent.md +13 -13
- package/docs/components/Table/examples/Table.md +155 -155
- package/docs/components/Tabs/examples/Tabs.md +47 -47
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +19 -19
- package/docs/components/Tile/examples/Tile.md +15 -15
- package/docs/components/Timestamp/examples/Timestamp.md +5 -5
- package/docs/components/Title/examples/Title.md +17 -17
- package/docs/components/ToggleGroup/examples/toggle-group.md +13 -13
- package/docs/components/Toolbar/examples/Toolbar.md +113 -113
- package/docs/components/Tooltip/examples/Tooltip.md +10 -10
- package/docs/components/TreeView/examples/TreeView.md +34 -34
- package/docs/components/Truncate/examples/Truncate.md +4 -4
- package/docs/components/Wizard/examples/Wizard.md +47 -47
- package/docs/demos/DataList/examples/DataList.md +4 -4
- package/docs/demos/Masthead/examples/Masthead.md +6 -6
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +6 -6
- package/docs/demos/Table/examples/Table.md +22 -22
- package/docs/demos/Toolbar/examples/Toolbar.md +8 -8
- package/docs/layouts/Bullseye/examples/Bullseye.md +4 -4
- package/docs/layouts/Flex/examples/Flex.md +98 -98
- package/docs/layouts/Gallery/examples/Gallery.md +7 -7
- package/docs/layouts/Grid/examples/Grid.md +9 -9
- package/docs/layouts/Level/examples/Level.md +5 -5
- package/docs/layouts/Split/examples/Split.md +7 -7
- package/docs/layouts/Stack/examples/Stack.md +6 -6
- package/docs/utilities/Accessibility/examples/Accessibility.md +4 -4
- package/docs/utilities/Alignment/examples/Alignment.md +6 -6
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +12 -12
- package/docs/utilities/BoxShadow/examples/box-shadow.md +22 -22
- package/docs/utilities/Display/examples/Display.md +11 -11
- package/docs/utilities/Flex/examples/Flex.md +34 -34
- package/docs/utilities/Float/examples/Float.md +4 -4
- package/docs/utilities/Sizing/examples/Sizing.md +50 -50
- package/docs/utilities/Spacing/examples/Spacing.md +34 -34
- package/docs/utilities/Text/examples/Text.md +27 -27
- package/icons/{pf-icons.json → pf-icons.mjs} +1 -1
- package/layouts/Grid/grid.css +5 -5
- package/package.json +56 -61
- package/patternfly-no-reset.css +196 -176
- package/patternfly.css +196 -176
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
|
458
458
|
}
|
|
459
459
|
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__group,
|
|
460
|
-
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
|
|
460
|
+
.pf-m-toggle-group.pf-m-show-on-sm .pf-c-toolbar__item {
|
|
461
461
|
display: flex;
|
|
462
462
|
flex: 0 1 auto;
|
|
463
463
|
}
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
|
471
471
|
}
|
|
472
472
|
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__group,
|
|
473
|
-
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
|
|
473
|
+
.pf-m-toggle-group.pf-m-show-on-md .pf-c-toolbar__item {
|
|
474
474
|
display: flex;
|
|
475
475
|
flex: 0 1 auto;
|
|
476
476
|
}
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
|
484
484
|
}
|
|
485
485
|
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__group,
|
|
486
|
-
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
|
|
486
|
+
.pf-m-toggle-group.pf-m-show-on-lg .pf-c-toolbar__item {
|
|
487
487
|
display: flex;
|
|
488
488
|
flex: 0 1 auto;
|
|
489
489
|
}
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
|
497
497
|
}
|
|
498
498
|
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__group,
|
|
499
|
-
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
|
|
499
|
+
.pf-m-toggle-group.pf-m-show-on-xl .pf-c-toolbar__item {
|
|
500
500
|
display: flex;
|
|
501
501
|
flex: 0 1 auto;
|
|
502
502
|
}
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
--pf-c-toolbar--spacer: var(--pf-c-toolbar__group--m-toggle-group--m-show--spacer);
|
|
510
510
|
}
|
|
511
511
|
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__group,
|
|
512
|
-
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
|
|
512
|
+
.pf-m-toggle-group.pf-m-show-on-2xl .pf-c-toolbar__item {
|
|
513
513
|
display: flex;
|
|
514
514
|
flex: 0 1 auto;
|
|
515
515
|
}
|
|
@@ -543,131 +543,131 @@
|
|
|
543
543
|
}
|
|
544
544
|
@media (min-width: 576px) {
|
|
545
545
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm,
|
|
546
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm {
|
|
546
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm {
|
|
547
547
|
margin-left: auto;
|
|
548
548
|
}
|
|
549
549
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-sm ~ .pf-m-pagination,
|
|
550
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
|
550
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-sm ~ .pf-m-pagination {
|
|
551
551
|
margin-left: 0;
|
|
552
552
|
}
|
|
553
553
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm,
|
|
554
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm {
|
|
554
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm {
|
|
555
555
|
margin-left: 0;
|
|
556
556
|
}
|
|
557
557
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-sm ~ .pf-m-pagination,
|
|
558
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
|
558
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-sm ~ .pf-m-pagination {
|
|
559
559
|
margin-left: auto;
|
|
560
560
|
}
|
|
561
561
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-sm,
|
|
562
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-sm {
|
|
562
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-sm {
|
|
563
563
|
flex-wrap: nowrap;
|
|
564
564
|
}
|
|
565
565
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-sm,
|
|
566
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-sm {
|
|
566
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-sm {
|
|
567
567
|
flex-wrap: wrap;
|
|
568
568
|
}
|
|
569
569
|
}
|
|
570
570
|
@media (min-width: 768px) {
|
|
571
571
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md,
|
|
572
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md {
|
|
572
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md {
|
|
573
573
|
margin-left: auto;
|
|
574
574
|
}
|
|
575
575
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-md ~ .pf-m-pagination,
|
|
576
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
|
576
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-md ~ .pf-m-pagination {
|
|
577
577
|
margin-left: 0;
|
|
578
578
|
}
|
|
579
579
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md,
|
|
580
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md {
|
|
580
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md {
|
|
581
581
|
margin-left: 0;
|
|
582
582
|
}
|
|
583
583
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-md ~ .pf-m-pagination,
|
|
584
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
|
584
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-md ~ .pf-m-pagination {
|
|
585
585
|
margin-left: auto;
|
|
586
586
|
}
|
|
587
587
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-md,
|
|
588
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-md {
|
|
588
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-md {
|
|
589
589
|
flex-wrap: nowrap;
|
|
590
590
|
}
|
|
591
591
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-md,
|
|
592
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-md {
|
|
592
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-md {
|
|
593
593
|
flex-wrap: wrap;
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
596
|
@media (min-width: 992px) {
|
|
597
597
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg,
|
|
598
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg {
|
|
598
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg {
|
|
599
599
|
margin-left: auto;
|
|
600
600
|
}
|
|
601
601
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-lg ~ .pf-m-pagination,
|
|
602
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
|
602
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-lg ~ .pf-m-pagination {
|
|
603
603
|
margin-left: 0;
|
|
604
604
|
}
|
|
605
605
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg,
|
|
606
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg {
|
|
606
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg {
|
|
607
607
|
margin-left: 0;
|
|
608
608
|
}
|
|
609
609
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-lg ~ .pf-m-pagination,
|
|
610
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
|
610
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-lg ~ .pf-m-pagination {
|
|
611
611
|
margin-left: auto;
|
|
612
612
|
}
|
|
613
613
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-lg,
|
|
614
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-lg {
|
|
614
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-lg {
|
|
615
615
|
flex-wrap: nowrap;
|
|
616
616
|
}
|
|
617
617
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-lg,
|
|
618
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-lg {
|
|
618
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-lg {
|
|
619
619
|
flex-wrap: wrap;
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
622
|
@media (min-width: 1200px) {
|
|
623
623
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl,
|
|
624
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl {
|
|
624
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl {
|
|
625
625
|
margin-left: auto;
|
|
626
626
|
}
|
|
627
627
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-xl ~ .pf-m-pagination,
|
|
628
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
|
628
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-xl ~ .pf-m-pagination {
|
|
629
629
|
margin-left: 0;
|
|
630
630
|
}
|
|
631
631
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl,
|
|
632
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl {
|
|
632
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl {
|
|
633
633
|
margin-left: 0;
|
|
634
634
|
}
|
|
635
635
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-xl ~ .pf-m-pagination,
|
|
636
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
|
636
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-xl ~ .pf-m-pagination {
|
|
637
637
|
margin-left: auto;
|
|
638
638
|
}
|
|
639
639
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-xl,
|
|
640
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-xl {
|
|
640
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-xl {
|
|
641
641
|
flex-wrap: nowrap;
|
|
642
642
|
}
|
|
643
643
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-xl,
|
|
644
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-xl {
|
|
644
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-xl {
|
|
645
645
|
flex-wrap: wrap;
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
648
|
@media (min-width: 1450px) {
|
|
649
649
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl,
|
|
650
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl {
|
|
650
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl {
|
|
651
651
|
margin-left: auto;
|
|
652
652
|
}
|
|
653
653
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-right-on-2xl ~ .pf-m-pagination,
|
|
654
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
|
654
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-right-on-2xl ~ .pf-m-pagination {
|
|
655
655
|
margin-left: 0;
|
|
656
656
|
}
|
|
657
657
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl,
|
|
658
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl {
|
|
658
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl {
|
|
659
659
|
margin-left: 0;
|
|
660
660
|
}
|
|
661
661
|
.pf-c-toolbar .pf-c-toolbar__item.pf-m-align-left-on-2xl ~ .pf-m-pagination,
|
|
662
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
|
662
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-align-left-on-2xl ~ .pf-m-pagination {
|
|
663
663
|
margin-left: auto;
|
|
664
664
|
}
|
|
665
665
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-nowrap-on-2xl,
|
|
666
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-2xl {
|
|
666
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-nowrap-on-2xl {
|
|
667
667
|
flex-wrap: nowrap;
|
|
668
668
|
}
|
|
669
669
|
.pf-c-toolbar .pf-c-toolbar__content-section.pf-m-wrap-on-2xl,
|
|
670
|
-
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-2xl {
|
|
670
|
+
.pf-c-toolbar .pf-c-toolbar__group.pf-m-wrap-on-2xl {
|
|
671
671
|
flex-wrap: wrap;
|
|
672
672
|
}
|
|
673
673
|
}
|
|
@@ -11,11 +11,12 @@
|
|
|
11
11
|
--pf-c-tree-view__node--Color: var(--pf-global--Color--100);
|
|
12
12
|
--pf-c-tree-view__node--m-current--Color: var(--pf-global--link--Color);
|
|
13
13
|
--pf-c-tree-view__node--m-current--FontWeight: var(--pf-global--FontWeight--bold);
|
|
14
|
+
--pf-c-tree-view__node--BackgroundColor: transparent;
|
|
14
15
|
--pf-c-tree-view__node-container--Display: contents;
|
|
15
16
|
--pf-c-tree-view__node-content--RowGap: var(--pf-global--spacer--sm);
|
|
16
17
|
--pf-c-tree-view__node-content--Overflow: visible;
|
|
17
18
|
--pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
18
|
-
--pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--
|
|
19
|
+
--pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
19
20
|
--pf-c-tree-view__list-item__list-item__node-toggle--Top: var(--pf-c-tree-view__node--PaddingTop--base);
|
|
20
21
|
--pf-c-tree-view__list-item__list-item__node-toggle--Left: var(--pf-c-tree-view__node--PaddingLeft);
|
|
21
22
|
--pf-c-tree-view__list-item__list-item__node-toggle--TranslateX: -100%;
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
--pf-c-tree-view__node-toggle--hover--Color: var(--pf-global--Color--100);
|
|
26
27
|
--pf-c-tree-view__node-toggle--focus--Color: var(--pf-global--Color--100);
|
|
27
28
|
--pf-c-tree-view__node-toggle--active--Color: var(--pf-global--Color--100);
|
|
29
|
+
--pf-c-tree-view__node-toggle--BackgroundColor: transparent;
|
|
28
30
|
--pf-c-tree-view__list-item--m-expanded__node-toggle--Color: var(--pf-global--Color--100);
|
|
29
31
|
--pf-c-tree-view__node-toggle-icon--MinWidth: var(--pf-global--FontSize--md);
|
|
30
32
|
--pf-c-tree-view__node-toggle-icon--Transition: transform var(--pf-global--TransitionDuration) var(--pf-global--TimingFunction);
|
|
@@ -49,10 +51,6 @@
|
|
|
49
51
|
--pf-c-tree-view__node-text--max-lines: 1;
|
|
50
52
|
--pf-c-tree-view__node-title--FontWeight: var(--pf-global--FontWeight--bold);
|
|
51
53
|
--pf-c-tree-view__action--MarginLeft: var(--pf-global--spacer--md);
|
|
52
|
-
--pf-c-tree-view__action--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
53
|
-
--pf-c-tree-view__action--Color: var(--pf-global--icon--Color--light);
|
|
54
|
-
--pf-c-tree-view__action--hover--Color: var(--pf-global--icon--Color--dark);
|
|
55
|
-
--pf-c-tree-view__action--focus--Color: var(--pf-global--icon--Color--dark);
|
|
56
54
|
--pf-c-tree-view--m-guides--guide--Left: var(--pf-c-tree-view--m-guides--guide-left--base);
|
|
57
55
|
--pf-c-tree-view--m-guides--guide-color--base: var(--pf-global--BorderColor--100);
|
|
58
56
|
--pf-c-tree-view--m-guides--guide-width--base: var(--pf-global--BorderWidth--sm);
|
|
@@ -250,13 +248,14 @@
|
|
|
250
248
|
display: flex;
|
|
251
249
|
padding: var(--pf-c-tree-view__node--PaddingTop) var(--pf-c-tree-view__node--PaddingRight) var(--pf-c-tree-view__node--PaddingBottom) var(--pf-c-tree-view__node--PaddingLeft);
|
|
252
250
|
color: var(--pf-c-tree-view__node--Color);
|
|
251
|
+
background-color: var(--pf-c-tree-view__node--BackgroundColor);
|
|
253
252
|
}
|
|
254
253
|
.pf-c-tree-view__node.pf-m-current {
|
|
255
254
|
--pf-c-tree-view__node--Color: var(--pf-c-tree-view__node--m-current--Color);
|
|
256
255
|
font-weight: var(--pf-c-tree-view__node--m-current--FontWeight);
|
|
257
256
|
}
|
|
258
257
|
.pf-c-tree-view__node:focus {
|
|
259
|
-
|
|
258
|
+
--pf-c-tree-view__node--BackgroundColor: var(--pf-c-tree-view__node--focus--BackgroundColor);
|
|
260
259
|
}
|
|
261
260
|
.pf-c-tree-view__node .pf-c-tree-view__node-count {
|
|
262
261
|
margin-left: var(--pf-c-tree-view__node-count--MarginLeft);
|
|
@@ -303,6 +302,7 @@
|
|
|
303
302
|
margin-top: var(--pf-c-tree-view__node-toggle-button--MarginTop);
|
|
304
303
|
margin-bottom: var(--pf-c-tree-view__node-toggle-button--MarginBottom);
|
|
305
304
|
color: var(--pf-c-tree-view__node-toggle--Color);
|
|
305
|
+
background-color: var(--pf-c-tree-view__node-toggle--BackgroundColor);
|
|
306
306
|
border: 0;
|
|
307
307
|
transform: translateX(var(--pf-c-tree-view__list-item__list-item__node-toggle--TranslateX));
|
|
308
308
|
}
|
|
@@ -326,6 +326,7 @@
|
|
|
326
326
|
font-weight: inherit;
|
|
327
327
|
color: inherit;
|
|
328
328
|
text-align: left;
|
|
329
|
+
background-color: transparent;
|
|
329
330
|
border: 0;
|
|
330
331
|
}
|
|
331
332
|
label.pf-c-tree-view__node-text {
|
|
@@ -357,15 +358,6 @@ label.pf-c-tree-view__node-text {
|
|
|
357
358
|
|
|
358
359
|
.pf-c-tree-view__action {
|
|
359
360
|
margin-left: var(--pf-c-tree-view__action--MarginLeft);
|
|
360
|
-
color: var(--pf-c-tree-view__action--Color);
|
|
361
|
-
border: 0;
|
|
362
|
-
}
|
|
363
|
-
.pf-c-tree-view__action:hover {
|
|
364
|
-
--pf-c-tree-view__action--Color: var(--pf-c-tree-view__action--hover--Color);
|
|
365
|
-
}
|
|
366
|
-
.pf-c-tree-view__action:focus {
|
|
367
|
-
--pf-c-tree-view__action--Color: var(--pf-c-tree-view__action--focus--Color);
|
|
368
|
-
background-color: var(--pf-c-tree-view__action--focus--BackgroundColor);
|
|
369
361
|
}
|
|
370
362
|
|
|
371
363
|
.pf-c-tree-view__list-item .pf-c-tree-view__list-item {
|
|
@@ -17,6 +17,7 @@ $pf-c-tree-view--MaxNesting: 10;
|
|
|
17
17
|
--pf-c-tree-view__node--Color: var(--pf-global--Color--100);
|
|
18
18
|
--pf-c-tree-view__node--m-current--Color: var(--pf-global--link--Color);
|
|
19
19
|
--pf-c-tree-view__node--m-current--FontWeight: var(--pf-global--FontWeight--bold);
|
|
20
|
+
--pf-c-tree-view__node--BackgroundColor: transparent;
|
|
20
21
|
|
|
21
22
|
// Container
|
|
22
23
|
--pf-c-tree-view__node-container--Display: contents;
|
|
@@ -27,7 +28,7 @@ $pf-c-tree-view--MaxNesting: 10;
|
|
|
27
28
|
|
|
28
29
|
// Link hover/focus
|
|
29
30
|
--pf-c-tree-view__node--hover--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
30
|
-
--pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--
|
|
31
|
+
--pf-c-tree-view__node--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
31
32
|
|
|
32
33
|
// Nested toggle
|
|
33
34
|
--pf-c-tree-view__list-item__list-item__node-toggle--Top: var(--pf-c-tree-view__node--PaddingTop--base);
|
|
@@ -41,6 +42,7 @@ $pf-c-tree-view--MaxNesting: 10;
|
|
|
41
42
|
--pf-c-tree-view__node-toggle--hover--Color: var(--pf-global--Color--100);
|
|
42
43
|
--pf-c-tree-view__node-toggle--focus--Color: var(--pf-global--Color--100);
|
|
43
44
|
--pf-c-tree-view__node-toggle--active--Color: var(--pf-global--Color--100);
|
|
45
|
+
--pf-c-tree-view__node-toggle--BackgroundColor: transparent;
|
|
44
46
|
--pf-c-tree-view__list-item--m-expanded__node-toggle--Color: var(--pf-global--Color--100);
|
|
45
47
|
|
|
46
48
|
// Toggle icon
|
|
@@ -81,10 +83,6 @@ $pf-c-tree-view--MaxNesting: 10;
|
|
|
81
83
|
|
|
82
84
|
// Action
|
|
83
85
|
--pf-c-tree-view__action--MarginLeft: var(--pf-global--spacer--md);
|
|
84
|
-
--pf-c-tree-view__action--focus--BackgroundColor: var(--pf-global--BackgroundColor--200);
|
|
85
|
-
--pf-c-tree-view__action--Color: var(--pf-global--icon--Color--light);
|
|
86
|
-
--pf-c-tree-view__action--hover--Color: var(--pf-global--icon--Color--dark);
|
|
87
|
-
--pf-c-tree-view__action--focus--Color: var(--pf-global--icon--Color--dark);
|
|
88
86
|
|
|
89
87
|
// Guides
|
|
90
88
|
// ================================================================== //
|
|
@@ -363,6 +361,7 @@ $pf-c-tree-view--MaxNesting: 10;
|
|
|
363
361
|
display: flex;
|
|
364
362
|
padding: var(--pf-c-tree-view__node--PaddingTop) var(--pf-c-tree-view__node--PaddingRight) var(--pf-c-tree-view__node--PaddingBottom) var(--pf-c-tree-view__node--PaddingLeft);
|
|
365
363
|
color: var(--pf-c-tree-view__node--Color);
|
|
364
|
+
background-color: var(--pf-c-tree-view__node--BackgroundColor);
|
|
366
365
|
|
|
367
366
|
&.pf-m-current {
|
|
368
367
|
--pf-c-tree-view__node--Color: var(--pf-c-tree-view__node--m-current--Color);
|
|
@@ -371,7 +370,7 @@ $pf-c-tree-view--MaxNesting: 10;
|
|
|
371
370
|
}
|
|
372
371
|
|
|
373
372
|
&:focus {
|
|
374
|
-
|
|
373
|
+
--pf-c-tree-view__node--BackgroundColor: var(--pf-c-tree-view__node--focus--BackgroundColor);
|
|
375
374
|
}
|
|
376
375
|
|
|
377
376
|
.pf-c-tree-view__node-count {
|
|
@@ -429,6 +428,7 @@ $pf-c-tree-view--MaxNesting: 10;
|
|
|
429
428
|
margin-top: var(--pf-c-tree-view__node-toggle-button--MarginTop);
|
|
430
429
|
margin-bottom: var(--pf-c-tree-view__node-toggle-button--MarginBottom);
|
|
431
430
|
color: var(--pf-c-tree-view__node-toggle--Color);
|
|
431
|
+
background-color: var(--pf-c-tree-view__node-toggle--BackgroundColor);
|
|
432
432
|
border: 0;
|
|
433
433
|
transform: translateX(var(--pf-c-tree-view__list-item__list-item__node-toggle--TranslateX));
|
|
434
434
|
}
|
|
@@ -456,6 +456,7 @@ $pf-c-tree-view--MaxNesting: 10;
|
|
|
456
456
|
font-weight: inherit;
|
|
457
457
|
color: inherit;
|
|
458
458
|
text-align: left;
|
|
459
|
+
background-color: transparent;
|
|
459
460
|
border: 0;
|
|
460
461
|
}
|
|
461
462
|
|
|
@@ -484,18 +485,6 @@ $pf-c-tree-view--MaxNesting: 10;
|
|
|
484
485
|
|
|
485
486
|
.pf-c-tree-view__action {
|
|
486
487
|
margin-left: var(--pf-c-tree-view__action--MarginLeft);
|
|
487
|
-
color: var(--pf-c-tree-view__action--Color);
|
|
488
|
-
border: 0;
|
|
489
|
-
|
|
490
|
-
&:hover {
|
|
491
|
-
--pf-c-tree-view__action--Color: var(--pf-c-tree-view__action--hover--Color);
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
&:focus {
|
|
495
|
-
--pf-c-tree-view__action--Color: var(--pf-c-tree-view__action--focus--Color);
|
|
496
|
-
|
|
497
|
-
background-color: var(--pf-c-tree-view__action--focus--BackgroundColor);
|
|
498
|
-
}
|
|
499
488
|
}
|
|
500
489
|
|
|
501
490
|
// stylelint-disable no-duplicate-selectors
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
--pf-c-wizard__description--PaddingTop: var(--pf-global--spacer--sm);
|
|
51
51
|
--pf-c-wizard__description--Color: var(--pf-global--Color--light-200);
|
|
52
52
|
--pf-c-wizard__nav-link--Color: var(--pf-global--Color--100);
|
|
53
|
+
--pf-c-wizard__nav-link--BackgroundColor: transparent;
|
|
53
54
|
--pf-c-wizard__nav-link--TextDecoration: var(--pf-global--link--TextDecoration);
|
|
54
55
|
--pf-c-wizard__nav-link--hover--Color: var(--pf-global--link--Color);
|
|
55
56
|
--pf-c-wizard__nav-link--focus--Color: var(--pf-global--link--Color);
|
|
@@ -399,6 +400,7 @@
|
|
|
399
400
|
text-align: left;
|
|
400
401
|
text-decoration: var(--pf-c-wizard__nav-link--TextDecoration);
|
|
401
402
|
word-break: break-word;
|
|
403
|
+
background-color: var(--pf-c-wizard__nav-link--BackgroundColor);
|
|
402
404
|
border: 0;
|
|
403
405
|
}
|
|
404
406
|
.pf-c-wizard__toggle-num, .pf-c-wizard__nav-link::before {
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
// Nav link
|
|
45
45
|
--pf-c-wizard__nav-link--Color: var(--pf-global--Color--100);
|
|
46
|
+
--pf-c-wizard__nav-link--BackgroundColor: transparent;
|
|
46
47
|
--pf-c-wizard__nav-link--TextDecoration: var(--pf-global--link--TextDecoration);
|
|
47
48
|
--pf-c-wizard__nav-link--hover--Color: var(--pf-global--link--Color);
|
|
48
49
|
--pf-c-wizard__nav-link--focus--Color: var(--pf-global--link--Color);
|
|
@@ -428,6 +429,7 @@
|
|
|
428
429
|
text-align: left; // needed for when the item is a button
|
|
429
430
|
text-decoration: var(--pf-c-wizard__nav-link--TextDecoration);
|
|
430
431
|
word-break: break-word;
|
|
432
|
+
background-color: var(--pf-c-wizard__nav-link--BackgroundColor);
|
|
431
433
|
border: 0;
|
|
432
434
|
|
|
433
435
|
// Common step number styles
|
|
@@ -42,20 +42,20 @@ cssPrefix: pf-c-about-modal-box
|
|
|
42
42
|
|
|
43
43
|
### Accessibility
|
|
44
44
|
|
|
45
|
-
| Attribute
|
|
46
|
-
|
|
|
45
|
+
| Attribute | Applies to | Outcome |
|
|
46
|
+
| -- | -- | -- |
|
|
47
47
|
| `aria-label="Close Dialog"` | `.pf-c-modal-box__close .pf-c-button` | Provides an accessible name for the close button as it uses an icon instead of text. **Required** |
|
|
48
48
|
|
|
49
49
|
### Usage
|
|
50
50
|
|
|
51
|
-
| Class
|
|
52
|
-
|
|
|
53
|
-
| `.pf-c-about-modal-box`
|
|
54
|
-
| `.pf-c-about-modal-box__brand`
|
|
55
|
-
| `.pf-c-about-modal-box__brand-image` |
|
|
56
|
-
| `.pf-c-about-modal-box__close`
|
|
57
|
-
| `.pf-c-about-modal-box__header`
|
|
58
|
-
| `.pf-c-about-modal-box__hero`
|
|
59
|
-
| `.pf-c-about-modal-box__content`
|
|
60
|
-
| `.pf-c-about-modal-box__body`
|
|
61
|
-
| `.pf-c-about-modal-box__strapline`
|
|
51
|
+
| Class | Applied to | Outcome |
|
|
52
|
+
| -- | -- | -- |
|
|
53
|
+
| `.pf-c-about-modal-box` | `<div>`, `<article>` | Initiates a modal box. |
|
|
54
|
+
| `.pf-c-about-modal-box__brand` | `<div>` | Initiates a modal box brand cell. |
|
|
55
|
+
| `.pf-c-about-modal-box__brand-image` | `<img>` | Initiates a modal box brand image. |
|
|
56
|
+
| `.pf-c-about-modal-box__close` | `<div>` | Initiates a modal box close cell. |
|
|
57
|
+
| `.pf-c-about-modal-box__header` | `<div>`, `<header>` | Initiates a modal box header cell. |
|
|
58
|
+
| `.pf-c-about-modal-box__hero` | `<div>` | Initiates a modal box hero cell. |
|
|
59
|
+
| `.pf-c-about-modal-box__content` | `<div>` | Initiates a modal box content cell. |
|
|
60
|
+
| `.pf-c-about-modal-box__body` | `<div>` | Initiates a modal box body cell. |
|
|
61
|
+
| `.pf-c-about-modal-box__strapline` | `<p>` | Initiates a modal box strapline cell. |
|
|
@@ -436,15 +436,15 @@ In these examples `.pf-c-accordion` uses `<dl>`, `.pf-c-accordion__toggle` uses
|
|
|
436
436
|
|
|
437
437
|
### Usage
|
|
438
438
|
|
|
439
|
-
| Class
|
|
440
|
-
|
|
|
441
|
-
| `.pf-c-accordion`
|
|
442
|
-
| `.pf-c-accordion__toggle`
|
|
443
|
-
| `.pf-c-accordion__toggle-text`
|
|
444
|
-
| `.pf-c-accordion__toggle-icon`
|
|
445
|
-
| `.pf-c-accordion__expandable-content`
|
|
446
|
-
| `.pf-c-accordion__expandable-content-body` | `<div>`
|
|
447
|
-
| `.pf-m-bordered`
|
|
448
|
-
| `.pf-m-display-lg`
|
|
449
|
-
| `.pf-m-expanded`
|
|
450
|
-
| `.pf-m-fixed`
|
|
439
|
+
| Class | Applied to | Outcome |
|
|
440
|
+
| -- | -- | -- |
|
|
441
|
+
| `.pf-c-accordion` | `<div>`, `<dl>` | Initiates an accordion component. **Required**|
|
|
442
|
+
| `.pf-c-accordion__toggle` | `<h1-h6><button>`, `<dt><button>` | Initiates a toggle in the accordion. **Required** |
|
|
443
|
+
| `.pf-c-accordion__toggle-text` | `<span>` | Initiates the text inside the toggle. **Required** |
|
|
444
|
+
| `.pf-c-accordion__toggle-icon` | `<span>` | Initiates the toggle icon wrapper. **Required** |
|
|
445
|
+
| `.pf-c-accordion__expandable-content` | `<div>`, `<dd>` | Initiates expandable content. **Must be paired with a button** |
|
|
446
|
+
| `.pf-c-accordion__expandable-content-body` | `<div>` | Initiates expandable content body. **Required** |
|
|
447
|
+
| `.pf-m-bordered` | `.pf-c-accordion` | Modifies the accordion to add borders between items. |
|
|
448
|
+
| `.pf-m-display-lg` | `.pf-c-accordion` | Modifies the accordion for large display styling. This variation is for marketing/web use cases. |
|
|
449
|
+
| `.pf-m-expanded` | `.pf-c-accordion__toggle`, `.pf-c-accordion__expandable-content` | Modifies the accordion button and expandable content for the expanded state. |
|
|
450
|
+
| `.pf-m-fixed` | `.pf-c-accordion__expandable-content` | Modifies the expandable content for the fixed state. |
|
|
@@ -109,9 +109,9 @@ In modals, forms, data lists
|
|
|
109
109
|
|
|
110
110
|
### Usage
|
|
111
111
|
|
|
112
|
-
| Attribute
|
|
113
|
-
|
|
|
114
|
-
| `.pf-c-action-list`
|
|
115
|
-
| `.pf-c-action-list__item`
|
|
116
|
-
| `.pf-c-action-list__group` | `<div>`
|
|
117
|
-
| `.pf-m-icons`
|
|
112
|
+
| Attribute | Applied to | Outcome |
|
|
113
|
+
| -- | -- | -- |
|
|
114
|
+
| `.pf-c-action-list` | `<div>` | Initiates the action list container. |
|
|
115
|
+
| `.pf-c-action-list__item` | `<div>` | Initiates the action list item container. |
|
|
116
|
+
| `.pf-c-action-list__group` | `<div>` | Initiates the action list group container. |
|
|
117
|
+
| `.pf-m-icons` | `.pf-c-action-list`, `.pf-c-action-list__group` | Modifies the action list to support button icons. |
|
|
@@ -583,22 +583,22 @@ Add a modifier class to the default alert to change the color: `.pf-m-success`,
|
|
|
583
583
|
|
|
584
584
|
### Usage
|
|
585
585
|
|
|
586
|
-
| Class
|
|
587
|
-
|
|
|
588
|
-
| `.pf-c-alert`
|
|
589
|
-
| `.pf-c-alert__toggle`
|
|
590
|
-
| `.pf-c-alert__toggle-icon`
|
|
591
|
-
| `.pf-c-alert__icon`
|
|
592
|
-
| `.pf-c-alert__title`
|
|
593
|
-
| `.pf-c-alert__description`
|
|
594
|
-
| `.pf-c-alert__action`
|
|
595
|
-
| `.pf-c-alert__action-group` | `<div>`
|
|
596
|
-
| `.pf-m-success`
|
|
597
|
-
| `.pf-m-danger`
|
|
598
|
-
| `.pf-m-warning`
|
|
599
|
-
| `.pf-m-info`
|
|
600
|
-
| `.pf-m-inline`
|
|
601
|
-
| `.pf-m-plain`
|
|
602
|
-
| `.pf-m-expandable`
|
|
603
|
-
| `.pf-m-expanded`
|
|
604
|
-
| `.pf-m-truncate`
|
|
586
|
+
| Class | Applied to | Outcome |
|
|
587
|
+
| -- | -- | -- |
|
|
588
|
+
| `.pf-c-alert` | `<div>` | Applies default alert styling. Always use with a modifier class. **Required** |
|
|
589
|
+
| `.pf-c-alert__toggle` | `<div>` | Defines the expandable alert toggle icon. **Required for expandable alerts** |
|
|
590
|
+
| `.pf-c-alert__toggle-icon` | `<span>` | Defines the expandable alert toggle icon. **Required for expandable alerts** |
|
|
591
|
+
| `.pf-c-alert__icon` | `<div>` | Defines the alert icon. **Required** |
|
|
592
|
+
| `.pf-c-alert__title` | `<p>, <h1-h6>` | Defines the alert title. **Required** |
|
|
593
|
+
| `.pf-c-alert__description` | `<div>` | Defines the alert description area. |
|
|
594
|
+
| `.pf-c-alert__action` | `<div>` | Defines the action button wrapper. Should contain `.pf-c-button.pf-m-plain` for close action or `.pf-c-button.pf-m-link` for link text. It should only include one action. |
|
|
595
|
+
| `.pf-c-alert__action-group` | `<div>` | Defines the action button group. Should contain `.pf-c-button.pf-m-link.pf-m-inline` for inline link text. **Note:** only inline link buttons are supported in the alert action group. |
|
|
596
|
+
| `.pf-m-success` | `.pf-c-alert` | Applies success styling. |
|
|
597
|
+
| `.pf-m-danger` | `.pf-c-alert` | Applies danger styling. |
|
|
598
|
+
| `.pf-m-warning` | `.pf-c-alert` | Applies warning styling. |
|
|
599
|
+
| `.pf-m-info` | `.pf-c-alert` | Applies info styling. |
|
|
600
|
+
| `.pf-m-inline` | `.pf-c-alert` | Applies inline styling. |
|
|
601
|
+
| `.pf-m-plain` | `.pf-c-alert.pf-m-inline` | Applies plain styling to an inline alert. |
|
|
602
|
+
| `.pf-m-expandable` | `.pf-c-alert` | Applies expandable styles to the alert. |
|
|
603
|
+
| `.pf-m-expanded` | `.pf-c-alert.pf-m-expandable` | Applies expanded styles to an expandable alert. |
|
|
604
|
+
| `.pf-m-truncate` | `.pf-c-alert__title` | Modifies the title to display a single line and truncate any overflow text with ellipses. **Note:** you can specify the max number of lines to show by setting the `--pf-c-alert__title--max-lines` (the default value is `1`). |
|
|
@@ -62,10 +62,10 @@ cssPrefix: pf-c-alert-group
|
|
|
62
62
|
|
|
63
63
|
### Usage
|
|
64
64
|
|
|
65
|
-
| Attribute
|
|
66
|
-
|
|
|
67
|
-
| `.pf-c-alert-group`
|
|
68
|
-
| `.pf-c-alert-group__item` | `<li>`
|
|
65
|
+
| Attribute | Applied to | Outcome |
|
|
66
|
+
| -- | -- | -- |
|
|
67
|
+
| `.pf-c-alert-group` | `<ul>` | Creates an alert group component. **Required** |
|
|
68
|
+
| `.pf-c-alert-group__item` | `<li>` | Creates an alert group item. **Required** |
|
|
69
69
|
|
|
70
70
|
### Toast alert group
|
|
71
71
|
|
|
@@ -157,15 +157,15 @@ When toast alerts include a link or action, these elements are not announced as
|
|
|
157
157
|
|
|
158
158
|
For sighted users, interactive elements can be included in this message in one of the following ways:
|
|
159
159
|
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
* Using a link to the Builds page: “The build is complete. Go to the [Builds]() page to download” using `<a href="url">Builds</a>`
|
|
161
|
+
* Using a button to download: “The build is complete. Go to the Builds page to [download]()" using `<button class="pf-c-button pf-m-link pf-m-inline type="button">download</button>`
|
|
162
162
|
|
|
163
163
|
### Modifiers
|
|
164
164
|
|
|
165
|
-
| Class
|
|
166
|
-
|
|
|
167
|
-
| `.pf-m-toast
|
|
168
|
-
| `.pf-c-alert-group__overflow-button` | `<button>`
|
|
165
|
+
| Class | Applied to | Outcome |
|
|
166
|
+
| -- | -- | -- |
|
|
167
|
+
| `.pf-m-toast`| `.pf-c-alert-group` | Applies toast alert styling to an alert group. |
|
|
168
|
+
| `.pf-c-alert-group__overflow-button` | `<button>` | Applies overflow button styling to an alert group overflow button. |
|
|
169
169
|
|
|
170
170
|
## Documentation
|
|
171
171
|
|