@patternfly/patternfly 6.0.0-alpha.98 → 6.0.0-alpha.99
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/components/Card/card.css +1 -0
- package/components/Card/card.scss +1 -0
- package/components/Check/check.css +10 -3
- package/components/Check/check.scss +17 -4
- package/components/Masthead/masthead.css +17 -9
- package/components/Masthead/masthead.scss +18 -9
- package/components/MenuToggle/menu-toggle.css +4 -4
- package/components/MenuToggle/menu-toggle.scss +4 -4
- package/components/ModalBox/modal-box.css +11 -7
- package/components/ModalBox/modal-box.scss +27 -12
- package/components/Nav/nav.css +64 -110
- package/components/Nav/nav.scss +70 -143
- package/components/Page/page.css +9 -17
- package/components/Page/page.scss +10 -23
- package/components/Radio/radio.css +12 -5
- package/components/Radio/radio.scss +21 -6
- package/components/Table/table-grid.css +30 -35
- package/components/Table/table-grid.scss +44 -32
- package/components/Table/table-scrollable.css +14 -6
- package/components/Table/table-scrollable.scss +6 -1
- package/components/Table/table-tree-view.css +5 -5
- package/components/Table/table-tree-view.scss +14 -8
- package/components/Table/table.css +90 -254
- package/components/Table/table.scss +158 -347
- package/components/Toolbar/toolbar.css +66 -2
- package/components/Toolbar/toolbar.scss +21 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
- package/docs/components/Accordion/examples/Accordion.md +19 -19
- package/docs/components/ActionList/examples/ActionList.md +5 -5
- package/docs/components/Alert/examples/Alert.md +26 -26
- package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
- package/docs/components/Avatar/examples/Avatar.md +8 -8
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +3 -3
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +6 -6
- package/docs/components/Banner/examples/Banner.md +17 -17
- package/docs/components/Brand/examples/Brand.css +3 -3
- package/docs/components/Brand/examples/Brand.md +7 -7
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
- package/docs/components/Card/examples/Card.md +30 -30
- package/docs/components/Check/examples/Check.md +12 -12
- package/docs/components/Chip/examples/Chip.md +21 -21
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
- package/docs/components/DataList/examples/DataList.md +177 -112
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
- package/docs/components/Divider/examples/Divider.md +7 -7
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +36 -36
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
- package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
- package/docs/components/EmptyState/examples/EmptyState.md +21 -21
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +52 -52
- package/docs/components/FormControl/examples/FormControl.md +22 -22
- package/docs/components/HelperText/examples/HelperText.md +11 -11
- package/docs/components/Hint/examples/Hint.md +6 -6
- package/docs/components/Icon/examples/Icon.md +13 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
- package/docs/components/Label/examples/Label.css +4 -4
- package/docs/components/Label/examples/Label.md +45 -45
- package/docs/components/List/examples/List.md +6 -6
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +45 -165
- package/docs/components/Login/examples/Login.md +21 -21
- package/docs/components/Masthead/examples/masthead.md +7 -7
- package/docs/components/Menu/examples/Menu.md +60 -60
- package/docs/components/MenuToggle/examples/MenuToggle.md +34 -106
- package/docs/components/ModalBox/examples/ModalBox.md +75 -34
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
- package/docs/components/Nav/examples/Navigation.css +20 -3
- package/docs/components/Nav/examples/Navigation.md +44 -50
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
- package/docs/components/NumberInput/examples/NumberInput.md +13 -13
- package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
- package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
- package/docs/components/Page/deprecated/PageHeader.md +30 -30
- package/docs/components/Page/examples/Page.md +55 -54
- package/docs/components/Pagination/examples/Pagination.md +25 -25
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +30 -30
- package/docs/components/Progress/examples/Progress.md +31 -31
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
- package/docs/components/Radio/examples/Radio.md +9 -9
- package/docs/components/Select/deprecated/Select.md +110 -110
- package/docs/components/Sidebar/examples/Sidebar.md +16 -16
- package/docs/components/SimpleList/examples/SimpleList.md +9 -9
- package/docs/components/Skeleton/examples/Skeleton.md +14 -14
- package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
- package/docs/components/Slider/examples/Slider.md +33 -33
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +14 -14
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +5395 -15077
- package/docs/components/Tabs/examples/Tabs.md +39 -39
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
- package/docs/components/Tile/examples/Tile.md +12 -12
- package/docs/components/Timestamp/examples/Timestamp.md +4 -4
- package/docs/components/Title/examples/Title.md +20 -20
- package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
- package/docs/components/Toolbar/examples/Toolbar.md +68 -200
- package/docs/components/Tooltip/examples/Tooltip.md +9 -9
- package/docs/components/TreeView/examples/TreeView.md +31 -31
- package/docs/components/Truncate/examples/Truncate.md +8 -8
- package/docs/components/Wizard/examples/Wizard.md +46 -46
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -52
- package/docs/demos/Alert/examples/Alert.md +12 -156
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -52
- package/docs/demos/Banner/examples/Banner.md +9 -105
- package/docs/demos/Card/examples/Card.md +12 -19
- package/docs/demos/CardView/examples/CardView.md +5 -65
- package/docs/demos/ContextSelector/examples/ContextSelector.md +12 -156
- package/docs/demos/Dashboard/examples/Dashboard.md +4 -52
- package/docs/demos/DataList/examples/DataList.md +200 -553
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -156
- package/docs/demos/Drawer/examples/Drawer.md +20 -260
- package/docs/demos/JumpLinks/examples/JumpLinks.md +24 -312
- package/docs/demos/Masthead/examples/Masthead.md +23 -255
- package/docs/demos/Modal/examples/Modal.md +24 -312
- package/docs/demos/Nav/examples/Nav.md +69 -461
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +20 -260
- package/docs/demos/Page/examples/Page.md +39 -505
- package/docs/demos/Page/examples/Penta.md +120 -53
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -455
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -52
- package/docs/demos/Table/examples/Table.md +1598 -6045
- package/docs/demos/Tabs/examples/Tabs.md +143 -499
- package/docs/demos/Toolbar/examples/Toolbar.md +245 -925
- package/docs/demos/Wizard/examples/Wizard.md +36 -468
- package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
- package/docs/layouts/Flex/examples/Flex.md +76 -76
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.md +8 -8
- package/docs/layouts/Level/examples/Level.md +4 -4
- package/docs/layouts/Split/examples/Split.md +6 -6
- package/docs/layouts/Stack/examples/Stack.md +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
- package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
- package/docs/utilities/Display/examples/Display.md +9 -9
- package/docs/utilities/Flex/examples/Flex.md +32 -32
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Sizing/examples/Sizing.md +41 -41
- package/docs/utilities/Spacing/examples/Spacing.md +11 -11
- package/docs/utilities/Text/examples/Text.md +28 -28
- package/package.json +2 -1
- package/patternfly-no-globals.css +347 -463
- package/patternfly-theme-dark-unversioned.css +347 -463
- package/patternfly.css +347 -463
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Table/themes/dark/table.scss +0 -16
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Wizard
|
|
3
3
|
section: components
|
|
4
|
-
cssPrefix: pf-
|
|
4
|
+
cssPrefix: pf-v6-c-wizard
|
|
5
5
|
wrapperTag: div
|
|
6
6
|
---import './Wizard.css'
|
|
7
7
|
|
|
@@ -543,7 +543,7 @@ wrapperTag: div
|
|
|
543
543
|
<div class="pf-v6-c-drawer__content">
|
|
544
544
|
<div class="pf-v6-c-wizard__main-body">
|
|
545
545
|
<button
|
|
546
|
-
class="pf-v6-c-button pf-
|
|
546
|
+
class="pf-v6-c-button pf-v6-u-hidden pf-m-link pf-m-inline pf-v5-u-float-right pf-v5-u-ml-md"
|
|
547
547
|
type="button"
|
|
548
548
|
>Open drawer</button>
|
|
549
549
|
<form class="pf-v6-c-form pf-m-limit-width" novalidate>
|
|
@@ -1352,52 +1352,52 @@ wrapperTag: div
|
|
|
1352
1352
|
|
|
1353
1353
|
| Attribute | Applied to | Outcome |
|
|
1354
1354
|
| -- | -- | -- |
|
|
1355
|
-
| `aria-expanded="true"` | `.pf-
|
|
1356
|
-
| `aria-expanded="false"` | `.pf-
|
|
1357
|
-
| `aria-label="close"` | `.pf-
|
|
1358
|
-
| `aria-hidden="true"` | `.pf-
|
|
1359
|
-
| `aria-label="Steps"` | `.pf-
|
|
1360
|
-
| `disabled` | `button.pf-
|
|
1361
|
-
| `aria-disabled="true"` | `a.pf-
|
|
1362
|
-
| `aria-current="page"` | `.pf-
|
|
1363
|
-
| `aria-expanded="true"` | `.pf-
|
|
1364
|
-
| `aria-expanded="false"` | `.pf-
|
|
1365
|
-
| `tabindex="-1"` | `a.pf-
|
|
1366
|
-
| `tabindex="0"` | `.pf-
|
|
1355
|
+
| `aria-expanded="true"` | `.pf-v6-c-wizard__toggle` | Indicates that the steps menu is visible. **Required** |
|
|
1356
|
+
| `aria-expanded="false"` | `.pf-v6-c-wizard__toggle` | Indicates that the steps menu is hidden. **Required** |
|
|
1357
|
+
| `aria-label="close"` | `.pf-v6-c-wizard__toggle-icon` | Gives the close button an accessible name. **Required** |
|
|
1358
|
+
| `aria-hidden="true"` | `.pf-v6-c-wizard__toggle-icon`, `.pf-v6-c-wizard__toggle-divider` | Hides the icon from assistive technologies. **Required** |
|
|
1359
|
+
| `aria-label="Steps"` | `.pf-v6-c-wizard__nav` | Gives the steps nav element an accessible name. **Required** |
|
|
1360
|
+
| `disabled` | `button.pf-v6-c-wizard__nav-link` | Indicates that the element is disabled. **Required when a nav item is disabled** |
|
|
1361
|
+
| `aria-disabled="true"` | `a.pf-v6-c-wizard__nav-link` | Indicates that the element is disabled. **Required for disabled links with `.pf-m-disabled`** |
|
|
1362
|
+
| `aria-current="page"` | `.pf-v6-c-wizard__nav-link` | Indicates the current page link. Can only occur once on page. **Required for the current link** |
|
|
1363
|
+
| `aria-expanded="true"` | `.pf-v6-c-wizard__nav-link` | Indicates that the link subnav is visible. **Required** |
|
|
1364
|
+
| `aria-expanded="false"` | `.pf-v6-c-wizard__nav-link` | Indicates that the link subnav is hidden. **Required** |
|
|
1365
|
+
| `tabindex="-1"` | `a.pf-v6-c-wizard__nav-link` | Removes a link from keyboard focus. **Required for disabled links with `.pf-m-disabled`** |
|
|
1366
|
+
| `tabindex="0"` | `.pf-v6-c-wizard__main` | If the wizard main section has overflow content that triggers a scrollbar, to ensure that the content is keyboard accessible, the section must include either a focusable element within the scrollable region or the section itself must be focusable by adding `tabindex="0"`. |
|
|
1367
1367
|
|
|
1368
1368
|
### Usage
|
|
1369
1369
|
|
|
1370
1370
|
| Class | Applied to | Outcome |
|
|
1371
1371
|
| -- | -- | -- |
|
|
1372
|
-
| `.pf-
|
|
1373
|
-
| `.pf-
|
|
1374
|
-
| `.pf-
|
|
1375
|
-
| `.pf-
|
|
1376
|
-
| `.pf-
|
|
1377
|
-
| `.pf-
|
|
1378
|
-
| `.pf-
|
|
1379
|
-
| `.pf-
|
|
1380
|
-
| `.pf-
|
|
1381
|
-
| `.pf-
|
|
1382
|
-
| `.pf-
|
|
1383
|
-
| `.pf-
|
|
1384
|
-
| `.pf-
|
|
1385
|
-
| `.pf-
|
|
1386
|
-
| `.pf-
|
|
1387
|
-
| `.pf-
|
|
1388
|
-
| `.pf-
|
|
1389
|
-
| `.pf-
|
|
1390
|
-
| `.pf-
|
|
1391
|
-
| `.pf-
|
|
1392
|
-
| `.pf-
|
|
1393
|
-
| `.pf-
|
|
1394
|
-
| `.pf-
|
|
1395
|
-
| `.pf-
|
|
1396
|
-
| `.pf-
|
|
1397
|
-
| `.pf-m-expanded` | `.pf-
|
|
1398
|
-
| `.pf-m-finished` | `.pf-
|
|
1399
|
-
| `.pf-m-expandable` | `.pf-
|
|
1400
|
-
| `.pf-m-expanded` | `.pf-
|
|
1401
|
-
| `.pf-m-current` | `.pf-
|
|
1402
|
-
| `.pf-m-disabled` | `.pf-
|
|
1403
|
-
| `.pf-m-no-padding` | `.pf-
|
|
1372
|
+
| `.pf-v6-c-wizard` | `<div>` | Initiates the wizard component. **Required** |
|
|
1373
|
+
| `.pf-v6-c-wizard__header` | `<header>` | Initiates the header. **Required** when the wizard is in a modal. Not recommended to use when the wizard is placed on a page. |
|
|
1374
|
+
| `.pf-v6-c-wizard__close` | `<div>` | Initiates the close button. **Required** |
|
|
1375
|
+
| `.pf-v6-c-wizard__title` | `<div>` | Initiates the title container. **Required** |
|
|
1376
|
+
| `.pf-v6-c-wizard__title-text` | `<h1>`, `<h2>`, `<h3>`, `<h4>`, `<h5>`, `<h6>`, `<div>` | Initiates the wizard title text. |
|
|
1377
|
+
| `.pf-v6-c-wizard__description` | `<div>`, `<p>` | Initiates the description. |
|
|
1378
|
+
| `.pf-v6-c-wizard__toggle` | `<button>` | Initiates the mobile steps menu toggle button. **Required** |
|
|
1379
|
+
| `.pf-v6-c-wizard__toggle-list` | `<span>` | Initiates the toggle list. **Required** |
|
|
1380
|
+
| `.pf-v6-c-wizard__toggle-list-item` | `<span>` | Initiates a toggle list item. **Required** |
|
|
1381
|
+
| `.pf-v6-c-wizard__toggle-num` | `<span>` | Initiates the step number. **Required** |
|
|
1382
|
+
| `.pf-v6-c-wizard__toggle-separator` | `<i>` | Initiates the separator between steps. |
|
|
1383
|
+
| `.pf-v6-c-wizard__toggle-icon` | `<span>` | Initiates the toggle icon wrapper. **Required** |
|
|
1384
|
+
| `.pf-v6-c-wizard__outer-wrap` | `<div>` | Initiates the outer wrapper. **Required** |
|
|
1385
|
+
| `.pf-v6-c-wizard__inner-wrap` | `<div>` | Initiates the inner wrapper. **Required** |
|
|
1386
|
+
| `.pf-v6-c-wizard__nav` | `<nav>` | Initiates the steps nav. **Required** |
|
|
1387
|
+
| `.pf-v6-c-wizard__nav-list` | `<ol>` | Initiates a list of steps. **Required** |
|
|
1388
|
+
| `.pf-v6-c-wizard__nav-item` | `<li>` | Initiates a step list item. **Required** |
|
|
1389
|
+
| `.pf-v6-c-wizard__nav-link` | `<a>`, `<button>` | Initiates a step link. **Required** |
|
|
1390
|
+
| `.pf-v6-c-wizard__nav-link-text` | `<span>` | Initiates the link text container. **Required when nav item is expandable** |
|
|
1391
|
+
| `.pf-v6-c-wizard__nav-link-toggle` | `<span>` | Initiates the toggle container. **Required when nav item is expandable** |
|
|
1392
|
+
| `.pf-v6-c-wizard__nav-link-toggle-icon` | `<span>` | Initiates the toggle icon container. **Required when nav item is expandable** |
|
|
1393
|
+
| `.pf-v6-c-wizard__main` | `<main>`, `<div>` | Initiates the main container. **Required** Note: use the `<main>` element when when there are no other `<main>` elements on the page.|
|
|
1394
|
+
| `.pf-v6-c-wizard__main-body` | `<div>` | Initiates the main container body section. **Required** |
|
|
1395
|
+
| `.pf-v6-c-wizard__footer` | `<footer>` | Initiates the footer. **Required** |
|
|
1396
|
+
| `.pf-v6-c-wizard__footer-cancel` | `<div>` | Initiates the cancel button. **Required** |
|
|
1397
|
+
| `.pf-m-expanded` | `.pf-v6-c-wizard__toggle`, `.pf-v6-c-wizard__nav` | Modifies the mobile steps toggle and steps menu for the expanded state. |
|
|
1398
|
+
| `.pf-m-finished` | `.pf-v6-c-wizard` | Modifies the wizard for the finished state. |
|
|
1399
|
+
| `.pf-m-expandable` | `.pf-v6-c-wizard__nav-item` | Modifies a nav item for the expandable state. |
|
|
1400
|
+
| `.pf-m-expanded` | `.pf-v6-c-wizard__nav-item` | Modifies a nav item for the expanded state. |
|
|
1401
|
+
| `.pf-m-current` | `.pf-v6-c-wizard__nav-link` | Modifies a step link for the current state. **Required** |
|
|
1402
|
+
| `.pf-m-disabled` | `.pf-v6-c-wizard__nav-link` | Modifies a step link for the disabled state. |
|
|
1403
|
+
| `.pf-m-no-padding` | `.pf-v6-c-wizard__main-body` | Modifies the main container body to remove the padding. |
|
|
@@ -150,19 +150,7 @@ This demo implements the about modal, including the backdrop.
|
|
|
150
150
|
aria-label="Application launcher"
|
|
151
151
|
>
|
|
152
152
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
153
|
-
<
|
|
154
|
-
class="pf-v5-svg"
|
|
155
|
-
viewBox="0 0 192 512"
|
|
156
|
-
fill="currentColor"
|
|
157
|
-
aria-hidden="true"
|
|
158
|
-
role="img"
|
|
159
|
-
width="1em"
|
|
160
|
-
height="1em"
|
|
161
|
-
>
|
|
162
|
-
<path
|
|
163
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
164
|
-
/>
|
|
165
|
-
</svg>
|
|
153
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
166
154
|
</span>
|
|
167
155
|
</button>
|
|
168
156
|
</div>
|
|
@@ -174,19 +162,7 @@ This demo implements the about modal, including the backdrop.
|
|
|
174
162
|
aria-label="Settings"
|
|
175
163
|
>
|
|
176
164
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
177
|
-
<
|
|
178
|
-
class="pf-v5-svg"
|
|
179
|
-
viewBox="0 0 192 512"
|
|
180
|
-
fill="currentColor"
|
|
181
|
-
aria-hidden="true"
|
|
182
|
-
role="img"
|
|
183
|
-
width="1em"
|
|
184
|
-
height="1em"
|
|
185
|
-
>
|
|
186
|
-
<path
|
|
187
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
188
|
-
/>
|
|
189
|
-
</svg>
|
|
165
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
190
166
|
</span>
|
|
191
167
|
</button>
|
|
192
168
|
</div>
|
|
@@ -198,19 +174,7 @@ This demo implements the about modal, including the backdrop.
|
|
|
198
174
|
aria-label="Help"
|
|
199
175
|
>
|
|
200
176
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
201
|
-
<
|
|
202
|
-
class="pf-v5-svg"
|
|
203
|
-
viewBox="0 0 192 512"
|
|
204
|
-
fill="currentColor"
|
|
205
|
-
aria-hidden="true"
|
|
206
|
-
role="img"
|
|
207
|
-
width="1em"
|
|
208
|
-
height="1em"
|
|
209
|
-
>
|
|
210
|
-
<path
|
|
211
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
212
|
-
/>
|
|
213
|
-
</svg>
|
|
177
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
214
178
|
</span>
|
|
215
179
|
</button>
|
|
216
180
|
</div>
|
|
@@ -223,19 +187,7 @@ This demo implements the about modal, including the backdrop.
|
|
|
223
187
|
aria-label="Actions"
|
|
224
188
|
>
|
|
225
189
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
226
|
-
<
|
|
227
|
-
class="pf-v5-svg"
|
|
228
|
-
viewBox="0 0 192 512"
|
|
229
|
-
fill="currentColor"
|
|
230
|
-
aria-hidden="true"
|
|
231
|
-
role="img"
|
|
232
|
-
width="1em"
|
|
233
|
-
height="1em"
|
|
234
|
-
>
|
|
235
|
-
<path
|
|
236
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
237
|
-
/>
|
|
238
|
-
</svg>
|
|
190
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
239
191
|
</span>
|
|
240
192
|
</button>
|
|
241
193
|
</div>
|
|
@@ -148,19 +148,7 @@ section: components
|
|
|
148
148
|
aria-label="Application launcher"
|
|
149
149
|
>
|
|
150
150
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
151
|
-
<
|
|
152
|
-
class="pf-v5-svg"
|
|
153
|
-
viewBox="0 0 192 512"
|
|
154
|
-
fill="currentColor"
|
|
155
|
-
aria-hidden="true"
|
|
156
|
-
role="img"
|
|
157
|
-
width="1em"
|
|
158
|
-
height="1em"
|
|
159
|
-
>
|
|
160
|
-
<path
|
|
161
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
162
|
-
/>
|
|
163
|
-
</svg>
|
|
151
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
164
152
|
</span>
|
|
165
153
|
</button>
|
|
166
154
|
</div>
|
|
@@ -172,19 +160,7 @@ section: components
|
|
|
172
160
|
aria-label="Settings"
|
|
173
161
|
>
|
|
174
162
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
175
|
-
<
|
|
176
|
-
class="pf-v5-svg"
|
|
177
|
-
viewBox="0 0 192 512"
|
|
178
|
-
fill="currentColor"
|
|
179
|
-
aria-hidden="true"
|
|
180
|
-
role="img"
|
|
181
|
-
width="1em"
|
|
182
|
-
height="1em"
|
|
183
|
-
>
|
|
184
|
-
<path
|
|
185
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
186
|
-
/>
|
|
187
|
-
</svg>
|
|
163
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
188
164
|
</span>
|
|
189
165
|
</button>
|
|
190
166
|
</div>
|
|
@@ -196,19 +172,7 @@ section: components
|
|
|
196
172
|
aria-label="Help"
|
|
197
173
|
>
|
|
198
174
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
199
|
-
<
|
|
200
|
-
class="pf-v5-svg"
|
|
201
|
-
viewBox="0 0 192 512"
|
|
202
|
-
fill="currentColor"
|
|
203
|
-
aria-hidden="true"
|
|
204
|
-
role="img"
|
|
205
|
-
width="1em"
|
|
206
|
-
height="1em"
|
|
207
|
-
>
|
|
208
|
-
<path
|
|
209
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
210
|
-
/>
|
|
211
|
-
</svg>
|
|
175
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
212
176
|
</span>
|
|
213
177
|
</button>
|
|
214
178
|
</div>
|
|
@@ -221,19 +185,7 @@ section: components
|
|
|
221
185
|
aria-label="Actions"
|
|
222
186
|
>
|
|
223
187
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
224
|
-
<
|
|
225
|
-
class="pf-v5-svg"
|
|
226
|
-
viewBox="0 0 192 512"
|
|
227
|
-
fill="currentColor"
|
|
228
|
-
aria-hidden="true"
|
|
229
|
-
role="img"
|
|
230
|
-
width="1em"
|
|
231
|
-
height="1em"
|
|
232
|
-
>
|
|
233
|
-
<path
|
|
234
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
235
|
-
/>
|
|
236
|
-
</svg>
|
|
188
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
237
189
|
</span>
|
|
238
190
|
</button>
|
|
239
191
|
</div>
|
|
@@ -580,19 +532,7 @@ section: components
|
|
|
580
532
|
aria-label="Application launcher"
|
|
581
533
|
>
|
|
582
534
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
583
|
-
<
|
|
584
|
-
class="pf-v5-svg"
|
|
585
|
-
viewBox="0 0 192 512"
|
|
586
|
-
fill="currentColor"
|
|
587
|
-
aria-hidden="true"
|
|
588
|
-
role="img"
|
|
589
|
-
width="1em"
|
|
590
|
-
height="1em"
|
|
591
|
-
>
|
|
592
|
-
<path
|
|
593
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
594
|
-
/>
|
|
595
|
-
</svg>
|
|
535
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
596
536
|
</span>
|
|
597
537
|
</button>
|
|
598
538
|
</div>
|
|
@@ -604,19 +544,7 @@ section: components
|
|
|
604
544
|
aria-label="Settings"
|
|
605
545
|
>
|
|
606
546
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
607
|
-
<
|
|
608
|
-
class="pf-v5-svg"
|
|
609
|
-
viewBox="0 0 192 512"
|
|
610
|
-
fill="currentColor"
|
|
611
|
-
aria-hidden="true"
|
|
612
|
-
role="img"
|
|
613
|
-
width="1em"
|
|
614
|
-
height="1em"
|
|
615
|
-
>
|
|
616
|
-
<path
|
|
617
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
618
|
-
/>
|
|
619
|
-
</svg>
|
|
547
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
620
548
|
</span>
|
|
621
549
|
</button>
|
|
622
550
|
</div>
|
|
@@ -628,19 +556,7 @@ section: components
|
|
|
628
556
|
aria-label="Help"
|
|
629
557
|
>
|
|
630
558
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
631
|
-
<
|
|
632
|
-
class="pf-v5-svg"
|
|
633
|
-
viewBox="0 0 192 512"
|
|
634
|
-
fill="currentColor"
|
|
635
|
-
aria-hidden="true"
|
|
636
|
-
role="img"
|
|
637
|
-
width="1em"
|
|
638
|
-
height="1em"
|
|
639
|
-
>
|
|
640
|
-
<path
|
|
641
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
642
|
-
/>
|
|
643
|
-
</svg>
|
|
559
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
644
560
|
</span>
|
|
645
561
|
</button>
|
|
646
562
|
</div>
|
|
@@ -653,19 +569,7 @@ section: components
|
|
|
653
569
|
aria-label="Actions"
|
|
654
570
|
>
|
|
655
571
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
656
|
-
<
|
|
657
|
-
class="pf-v5-svg"
|
|
658
|
-
viewBox="0 0 192 512"
|
|
659
|
-
fill="currentColor"
|
|
660
|
-
aria-hidden="true"
|
|
661
|
-
role="img"
|
|
662
|
-
width="1em"
|
|
663
|
-
height="1em"
|
|
664
|
-
>
|
|
665
|
-
<path
|
|
666
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
667
|
-
/>
|
|
668
|
-
</svg>
|
|
572
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
669
573
|
</span>
|
|
670
574
|
</button>
|
|
671
575
|
</div>
|
|
@@ -1105,19 +1009,7 @@ section: components
|
|
|
1105
1009
|
aria-label="Application launcher"
|
|
1106
1010
|
>
|
|
1107
1011
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1108
|
-
<
|
|
1109
|
-
class="pf-v5-svg"
|
|
1110
|
-
viewBox="0 0 192 512"
|
|
1111
|
-
fill="currentColor"
|
|
1112
|
-
aria-hidden="true"
|
|
1113
|
-
role="img"
|
|
1114
|
-
width="1em"
|
|
1115
|
-
height="1em"
|
|
1116
|
-
>
|
|
1117
|
-
<path
|
|
1118
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1119
|
-
/>
|
|
1120
|
-
</svg>
|
|
1012
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1121
1013
|
</span>
|
|
1122
1014
|
</button>
|
|
1123
1015
|
</div>
|
|
@@ -1129,19 +1021,7 @@ section: components
|
|
|
1129
1021
|
aria-label="Settings"
|
|
1130
1022
|
>
|
|
1131
1023
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1132
|
-
<
|
|
1133
|
-
class="pf-v5-svg"
|
|
1134
|
-
viewBox="0 0 192 512"
|
|
1135
|
-
fill="currentColor"
|
|
1136
|
-
aria-hidden="true"
|
|
1137
|
-
role="img"
|
|
1138
|
-
width="1em"
|
|
1139
|
-
height="1em"
|
|
1140
|
-
>
|
|
1141
|
-
<path
|
|
1142
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1143
|
-
/>
|
|
1144
|
-
</svg>
|
|
1024
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1145
1025
|
</span>
|
|
1146
1026
|
</button>
|
|
1147
1027
|
</div>
|
|
@@ -1153,19 +1033,7 @@ section: components
|
|
|
1153
1033
|
aria-label="Help"
|
|
1154
1034
|
>
|
|
1155
1035
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1156
|
-
<
|
|
1157
|
-
class="pf-v5-svg"
|
|
1158
|
-
viewBox="0 0 192 512"
|
|
1159
|
-
fill="currentColor"
|
|
1160
|
-
aria-hidden="true"
|
|
1161
|
-
role="img"
|
|
1162
|
-
width="1em"
|
|
1163
|
-
height="1em"
|
|
1164
|
-
>
|
|
1165
|
-
<path
|
|
1166
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1167
|
-
/>
|
|
1168
|
-
</svg>
|
|
1036
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1169
1037
|
</span>
|
|
1170
1038
|
</button>
|
|
1171
1039
|
</div>
|
|
@@ -1178,19 +1046,7 @@ section: components
|
|
|
1178
1046
|
aria-label="Actions"
|
|
1179
1047
|
>
|
|
1180
1048
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1181
|
-
<
|
|
1182
|
-
class="pf-v5-svg"
|
|
1183
|
-
viewBox="0 0 192 512"
|
|
1184
|
-
fill="currentColor"
|
|
1185
|
-
aria-hidden="true"
|
|
1186
|
-
role="img"
|
|
1187
|
-
width="1em"
|
|
1188
|
-
height="1em"
|
|
1189
|
-
>
|
|
1190
|
-
<path
|
|
1191
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1192
|
-
/>
|
|
1193
|
-
</svg>
|
|
1049
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1194
1050
|
</span>
|
|
1195
1051
|
</button>
|
|
1196
1052
|
</div>
|
|
@@ -149,19 +149,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
149
149
|
aria-label="Application launcher"
|
|
150
150
|
>
|
|
151
151
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
152
|
-
<
|
|
153
|
-
class="pf-v5-svg"
|
|
154
|
-
viewBox="0 0 192 512"
|
|
155
|
-
fill="currentColor"
|
|
156
|
-
aria-hidden="true"
|
|
157
|
-
role="img"
|
|
158
|
-
width="1em"
|
|
159
|
-
height="1em"
|
|
160
|
-
>
|
|
161
|
-
<path
|
|
162
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
163
|
-
/>
|
|
164
|
-
</svg>
|
|
152
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
165
153
|
</span>
|
|
166
154
|
</button>
|
|
167
155
|
</div>
|
|
@@ -173,19 +161,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
173
161
|
aria-label="Settings"
|
|
174
162
|
>
|
|
175
163
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
176
|
-
<
|
|
177
|
-
class="pf-v5-svg"
|
|
178
|
-
viewBox="0 0 192 512"
|
|
179
|
-
fill="currentColor"
|
|
180
|
-
aria-hidden="true"
|
|
181
|
-
role="img"
|
|
182
|
-
width="1em"
|
|
183
|
-
height="1em"
|
|
184
|
-
>
|
|
185
|
-
<path
|
|
186
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
187
|
-
/>
|
|
188
|
-
</svg>
|
|
164
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
189
165
|
</span>
|
|
190
166
|
</button>
|
|
191
167
|
</div>
|
|
@@ -197,19 +173,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
197
173
|
aria-label="Help"
|
|
198
174
|
>
|
|
199
175
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
200
|
-
<
|
|
201
|
-
class="pf-v5-svg"
|
|
202
|
-
viewBox="0 0 192 512"
|
|
203
|
-
fill="currentColor"
|
|
204
|
-
aria-hidden="true"
|
|
205
|
-
role="img"
|
|
206
|
-
width="1em"
|
|
207
|
-
height="1em"
|
|
208
|
-
>
|
|
209
|
-
<path
|
|
210
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
211
|
-
/>
|
|
212
|
-
</svg>
|
|
176
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
213
177
|
</span>
|
|
214
178
|
</button>
|
|
215
179
|
</div>
|
|
@@ -222,19 +186,7 @@ cssPrefix: pf-d-back-to-top
|
|
|
222
186
|
aria-label="Actions"
|
|
223
187
|
>
|
|
224
188
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
225
|
-
<
|
|
226
|
-
class="pf-v5-svg"
|
|
227
|
-
viewBox="0 0 192 512"
|
|
228
|
-
fill="currentColor"
|
|
229
|
-
aria-hidden="true"
|
|
230
|
-
role="img"
|
|
231
|
-
width="1em"
|
|
232
|
-
height="1em"
|
|
233
|
-
>
|
|
234
|
-
<path
|
|
235
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
236
|
-
/>
|
|
237
|
-
</svg>
|
|
189
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
238
190
|
</span>
|
|
239
191
|
</button>
|
|
240
192
|
</div>
|