@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: 'Banner'
|
|
3
3
|
section: components
|
|
4
|
-
cssPrefix: pf-
|
|
4
|
+
cssPrefix: pf-v6-c-banner
|
|
5
5
|
wrapperTag: div
|
|
6
6
|
---## Examples
|
|
7
7
|
|
|
@@ -150,19 +150,7 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
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>
|
|
@@ -674,19 +626,7 @@ wrapperTag: div
|
|
|
674
626
|
aria-label="Application launcher"
|
|
675
627
|
>
|
|
676
628
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
677
|
-
<
|
|
678
|
-
class="pf-v5-svg"
|
|
679
|
-
viewBox="0 0 192 512"
|
|
680
|
-
fill="currentColor"
|
|
681
|
-
aria-hidden="true"
|
|
682
|
-
role="img"
|
|
683
|
-
width="1em"
|
|
684
|
-
height="1em"
|
|
685
|
-
>
|
|
686
|
-
<path
|
|
687
|
-
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"
|
|
688
|
-
/>
|
|
689
|
-
</svg>
|
|
629
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
690
630
|
</span>
|
|
691
631
|
</button>
|
|
692
632
|
</div>
|
|
@@ -698,19 +638,7 @@ wrapperTag: div
|
|
|
698
638
|
aria-label="Settings"
|
|
699
639
|
>
|
|
700
640
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
701
|
-
<
|
|
702
|
-
class="pf-v5-svg"
|
|
703
|
-
viewBox="0 0 192 512"
|
|
704
|
-
fill="currentColor"
|
|
705
|
-
aria-hidden="true"
|
|
706
|
-
role="img"
|
|
707
|
-
width="1em"
|
|
708
|
-
height="1em"
|
|
709
|
-
>
|
|
710
|
-
<path
|
|
711
|
-
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"
|
|
712
|
-
/>
|
|
713
|
-
</svg>
|
|
641
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
714
642
|
</span>
|
|
715
643
|
</button>
|
|
716
644
|
</div>
|
|
@@ -722,19 +650,7 @@ wrapperTag: div
|
|
|
722
650
|
aria-label="Help"
|
|
723
651
|
>
|
|
724
652
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
725
|
-
<
|
|
726
|
-
class="pf-v5-svg"
|
|
727
|
-
viewBox="0 0 192 512"
|
|
728
|
-
fill="currentColor"
|
|
729
|
-
aria-hidden="true"
|
|
730
|
-
role="img"
|
|
731
|
-
width="1em"
|
|
732
|
-
height="1em"
|
|
733
|
-
>
|
|
734
|
-
<path
|
|
735
|
-
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"
|
|
736
|
-
/>
|
|
737
|
-
</svg>
|
|
653
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
738
654
|
</span>
|
|
739
655
|
</button>
|
|
740
656
|
</div>
|
|
@@ -747,19 +663,7 @@ wrapperTag: div
|
|
|
747
663
|
aria-label="Actions"
|
|
748
664
|
>
|
|
749
665
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
750
|
-
<
|
|
751
|
-
class="pf-v5-svg"
|
|
752
|
-
viewBox="0 0 192 512"
|
|
753
|
-
fill="currentColor"
|
|
754
|
-
aria-hidden="true"
|
|
755
|
-
role="img"
|
|
756
|
-
width="1em"
|
|
757
|
-
height="1em"
|
|
758
|
-
>
|
|
759
|
-
<path
|
|
760
|
-
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"
|
|
761
|
-
/>
|
|
762
|
-
</svg>
|
|
666
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
763
667
|
</span>
|
|
764
668
|
</button>
|
|
765
669
|
</div>
|
|
@@ -1449,9 +1449,10 @@ wrapperTag: div
|
|
|
1449
1449
|
>
|
|
1450
1450
|
<thead class="pf-v6-c-table__thead">
|
|
1451
1451
|
<tr class="pf-v6-c-table__tr">
|
|
1452
|
-
<td class="pf-v6-c-table__td"
|
|
1452
|
+
<td class="pf-v6-c-table__td"></td>
|
|
1453
1453
|
|
|
1454
1454
|
<th class="pf-v6-c-table__th" scope="col">Components</th>
|
|
1455
|
+
|
|
1455
1456
|
<th
|
|
1456
1457
|
class="pf-v6-c-table__th pf-m-fit-content"
|
|
1457
1458
|
scope="col"
|
|
@@ -1460,18 +1461,16 @@ wrapperTag: div
|
|
|
1460
1461
|
</thead>
|
|
1461
1462
|
|
|
1462
1463
|
<tbody class="pf-v6-c-table__tbody pf-m-expanded">
|
|
1463
|
-
<tr class="pf-v6-c-table__tr">
|
|
1464
|
+
<tr class="pf-v6-c-table__tr pf-m-expanded">
|
|
1464
1465
|
<td
|
|
1465
1466
|
class="pf-v6-c-table__td pf-v6-c-table__toggle"
|
|
1466
1467
|
role="cell"
|
|
1467
1468
|
>
|
|
1468
1469
|
<button
|
|
1469
|
-
class="pf-v6-c-button pf-m-
|
|
1470
|
-
|
|
1471
|
-
id="expandable-toggle1"
|
|
1472
|
-
aria-label="Details"
|
|
1473
|
-
aria-controls="status-card-expanded-with-popover-example-popover-table-content1"
|
|
1470
|
+
class="pf-v6-c-button pf-m-expanded pf-m-plain"
|
|
1471
|
+
type="button"
|
|
1474
1472
|
aria-expanded="true"
|
|
1473
|
+
aria-label="Toggle row"
|
|
1475
1474
|
>
|
|
1476
1475
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1477
1476
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -1542,10 +1541,8 @@ wrapperTag: div
|
|
|
1542
1541
|
>
|
|
1543
1542
|
<button
|
|
1544
1543
|
class="pf-v6-c-button pf-m-plain"
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
aria-label="Details"
|
|
1548
|
-
aria-controls="status-card-expanded-with-popover-example-popover-table-content2"
|
|
1544
|
+
type="button"
|
|
1545
|
+
aria-label="Toggle row"
|
|
1549
1546
|
>
|
|
1550
1547
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1551
1548
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -1602,10 +1599,8 @@ wrapperTag: div
|
|
|
1602
1599
|
>
|
|
1603
1600
|
<button
|
|
1604
1601
|
class="pf-v6-c-button pf-m-plain"
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
aria-label="Details"
|
|
1608
|
-
aria-controls="status-card-expanded-with-popover-example-popover-table-content3"
|
|
1602
|
+
type="button"
|
|
1603
|
+
aria-label="Toggle row"
|
|
1609
1604
|
>
|
|
1610
1605
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1611
1606
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -1660,10 +1655,8 @@ wrapperTag: div
|
|
|
1660
1655
|
>
|
|
1661
1656
|
<button
|
|
1662
1657
|
class="pf-v6-c-button pf-m-plain"
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
aria-label="Details"
|
|
1666
|
-
aria-controls="status-card-expanded-with-popover-example-popover-table-content4"
|
|
1658
|
+
type="button"
|
|
1659
|
+
aria-label="Toggle row"
|
|
1667
1660
|
>
|
|
1668
1661
|
<div class="pf-v6-c-table__toggle-icon">
|
|
1669
1662
|
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
@@ -148,19 +148,7 @@ section: patterns
|
|
|
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: patterns
|
|
|
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: patterns
|
|
|
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: patterns
|
|
|
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>
|
|
@@ -422,19 +374,7 @@ section: patterns
|
|
|
422
374
|
aria-controls="card-view-basic-example-toolbar-expandable-content"
|
|
423
375
|
>
|
|
424
376
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
425
|
-
<
|
|
426
|
-
class="pf-v5-svg"
|
|
427
|
-
viewBox="0 0 192 512"
|
|
428
|
-
fill="currentColor"
|
|
429
|
-
aria-hidden="true"
|
|
430
|
-
role="img"
|
|
431
|
-
width="1em"
|
|
432
|
-
height="1em"
|
|
433
|
-
>
|
|
434
|
-
<path
|
|
435
|
-
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"
|
|
436
|
-
/>
|
|
437
|
-
</svg>
|
|
377
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
438
378
|
</span>
|
|
439
379
|
</button>
|
|
440
380
|
</div>
|
|
@@ -394,19 +394,7 @@ deprecated: true
|
|
|
394
394
|
aria-label="Application launcher"
|
|
395
395
|
>
|
|
396
396
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
397
|
-
<
|
|
398
|
-
class="pf-v5-svg"
|
|
399
|
-
viewBox="0 0 192 512"
|
|
400
|
-
fill="currentColor"
|
|
401
|
-
aria-hidden="true"
|
|
402
|
-
role="img"
|
|
403
|
-
width="1em"
|
|
404
|
-
height="1em"
|
|
405
|
-
>
|
|
406
|
-
<path
|
|
407
|
-
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"
|
|
408
|
-
/>
|
|
409
|
-
</svg>
|
|
397
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
410
398
|
</span>
|
|
411
399
|
</button>
|
|
412
400
|
</div>
|
|
@@ -418,19 +406,7 @@ deprecated: true
|
|
|
418
406
|
aria-label="Settings"
|
|
419
407
|
>
|
|
420
408
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
421
|
-
<
|
|
422
|
-
class="pf-v5-svg"
|
|
423
|
-
viewBox="0 0 192 512"
|
|
424
|
-
fill="currentColor"
|
|
425
|
-
aria-hidden="true"
|
|
426
|
-
role="img"
|
|
427
|
-
width="1em"
|
|
428
|
-
height="1em"
|
|
429
|
-
>
|
|
430
|
-
<path
|
|
431
|
-
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"
|
|
432
|
-
/>
|
|
433
|
-
</svg>
|
|
409
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
434
410
|
</span>
|
|
435
411
|
</button>
|
|
436
412
|
</div>
|
|
@@ -442,19 +418,7 @@ deprecated: true
|
|
|
442
418
|
aria-label="Help"
|
|
443
419
|
>
|
|
444
420
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
445
|
-
<
|
|
446
|
-
class="pf-v5-svg"
|
|
447
|
-
viewBox="0 0 192 512"
|
|
448
|
-
fill="currentColor"
|
|
449
|
-
aria-hidden="true"
|
|
450
|
-
role="img"
|
|
451
|
-
width="1em"
|
|
452
|
-
height="1em"
|
|
453
|
-
>
|
|
454
|
-
<path
|
|
455
|
-
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"
|
|
456
|
-
/>
|
|
457
|
-
</svg>
|
|
421
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
458
422
|
</span>
|
|
459
423
|
</button>
|
|
460
424
|
</div>
|
|
@@ -467,19 +431,7 @@ deprecated: true
|
|
|
467
431
|
aria-label="Actions"
|
|
468
432
|
>
|
|
469
433
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
470
|
-
<
|
|
471
|
-
class="pf-v5-svg"
|
|
472
|
-
viewBox="0 0 192 512"
|
|
473
|
-
fill="currentColor"
|
|
474
|
-
aria-hidden="true"
|
|
475
|
-
role="img"
|
|
476
|
-
width="1em"
|
|
477
|
-
height="1em"
|
|
478
|
-
>
|
|
479
|
-
<path
|
|
480
|
-
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"
|
|
481
|
-
/>
|
|
482
|
-
</svg>
|
|
434
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
483
435
|
</span>
|
|
484
436
|
</button>
|
|
485
437
|
</div>
|
|
@@ -900,19 +852,7 @@ deprecated: true
|
|
|
900
852
|
aria-label="Application launcher"
|
|
901
853
|
>
|
|
902
854
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
903
|
-
<
|
|
904
|
-
class="pf-v5-svg"
|
|
905
|
-
viewBox="0 0 192 512"
|
|
906
|
-
fill="currentColor"
|
|
907
|
-
aria-hidden="true"
|
|
908
|
-
role="img"
|
|
909
|
-
width="1em"
|
|
910
|
-
height="1em"
|
|
911
|
-
>
|
|
912
|
-
<path
|
|
913
|
-
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"
|
|
914
|
-
/>
|
|
915
|
-
</svg>
|
|
855
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
916
856
|
</span>
|
|
917
857
|
</button>
|
|
918
858
|
</div>
|
|
@@ -924,19 +864,7 @@ deprecated: true
|
|
|
924
864
|
aria-label="Settings"
|
|
925
865
|
>
|
|
926
866
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
927
|
-
<
|
|
928
|
-
class="pf-v5-svg"
|
|
929
|
-
viewBox="0 0 192 512"
|
|
930
|
-
fill="currentColor"
|
|
931
|
-
aria-hidden="true"
|
|
932
|
-
role="img"
|
|
933
|
-
width="1em"
|
|
934
|
-
height="1em"
|
|
935
|
-
>
|
|
936
|
-
<path
|
|
937
|
-
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"
|
|
938
|
-
/>
|
|
939
|
-
</svg>
|
|
867
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
940
868
|
</span>
|
|
941
869
|
</button>
|
|
942
870
|
</div>
|
|
@@ -948,19 +876,7 @@ deprecated: true
|
|
|
948
876
|
aria-label="Help"
|
|
949
877
|
>
|
|
950
878
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
951
|
-
<
|
|
952
|
-
class="pf-v5-svg"
|
|
953
|
-
viewBox="0 0 192 512"
|
|
954
|
-
fill="currentColor"
|
|
955
|
-
aria-hidden="true"
|
|
956
|
-
role="img"
|
|
957
|
-
width="1em"
|
|
958
|
-
height="1em"
|
|
959
|
-
>
|
|
960
|
-
<path
|
|
961
|
-
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"
|
|
962
|
-
/>
|
|
963
|
-
</svg>
|
|
879
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
964
880
|
</span>
|
|
965
881
|
</button>
|
|
966
882
|
</div>
|
|
@@ -973,19 +889,7 @@ deprecated: true
|
|
|
973
889
|
aria-label="Actions"
|
|
974
890
|
>
|
|
975
891
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
976
|
-
<
|
|
977
|
-
class="pf-v5-svg"
|
|
978
|
-
viewBox="0 0 192 512"
|
|
979
|
-
fill="currentColor"
|
|
980
|
-
aria-hidden="true"
|
|
981
|
-
role="img"
|
|
982
|
-
width="1em"
|
|
983
|
-
height="1em"
|
|
984
|
-
>
|
|
985
|
-
<path
|
|
986
|
-
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"
|
|
987
|
-
/>
|
|
988
|
-
</svg>
|
|
892
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
989
893
|
</span>
|
|
990
894
|
</button>
|
|
991
895
|
</div>
|
|
@@ -1408,19 +1312,7 @@ deprecated: true
|
|
|
1408
1312
|
aria-label="Application launcher"
|
|
1409
1313
|
>
|
|
1410
1314
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1411
|
-
<
|
|
1412
|
-
class="pf-v5-svg"
|
|
1413
|
-
viewBox="0 0 192 512"
|
|
1414
|
-
fill="currentColor"
|
|
1415
|
-
aria-hidden="true"
|
|
1416
|
-
role="img"
|
|
1417
|
-
width="1em"
|
|
1418
|
-
height="1em"
|
|
1419
|
-
>
|
|
1420
|
-
<path
|
|
1421
|
-
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"
|
|
1422
|
-
/>
|
|
1423
|
-
</svg>
|
|
1315
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1424
1316
|
</span>
|
|
1425
1317
|
</button>
|
|
1426
1318
|
</div>
|
|
@@ -1432,19 +1324,7 @@ deprecated: true
|
|
|
1432
1324
|
aria-label="Settings"
|
|
1433
1325
|
>
|
|
1434
1326
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1435
|
-
<
|
|
1436
|
-
class="pf-v5-svg"
|
|
1437
|
-
viewBox="0 0 192 512"
|
|
1438
|
-
fill="currentColor"
|
|
1439
|
-
aria-hidden="true"
|
|
1440
|
-
role="img"
|
|
1441
|
-
width="1em"
|
|
1442
|
-
height="1em"
|
|
1443
|
-
>
|
|
1444
|
-
<path
|
|
1445
|
-
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"
|
|
1446
|
-
/>
|
|
1447
|
-
</svg>
|
|
1327
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1448
1328
|
</span>
|
|
1449
1329
|
</button>
|
|
1450
1330
|
</div>
|
|
@@ -1456,19 +1336,7 @@ deprecated: true
|
|
|
1456
1336
|
aria-label="Help"
|
|
1457
1337
|
>
|
|
1458
1338
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1459
|
-
<
|
|
1460
|
-
class="pf-v5-svg"
|
|
1461
|
-
viewBox="0 0 192 512"
|
|
1462
|
-
fill="currentColor"
|
|
1463
|
-
aria-hidden="true"
|
|
1464
|
-
role="img"
|
|
1465
|
-
width="1em"
|
|
1466
|
-
height="1em"
|
|
1467
|
-
>
|
|
1468
|
-
<path
|
|
1469
|
-
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"
|
|
1470
|
-
/>
|
|
1471
|
-
</svg>
|
|
1339
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1472
1340
|
</span>
|
|
1473
1341
|
</button>
|
|
1474
1342
|
</div>
|
|
@@ -1481,19 +1349,7 @@ deprecated: true
|
|
|
1481
1349
|
aria-label="Actions"
|
|
1482
1350
|
>
|
|
1483
1351
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1484
|
-
<
|
|
1485
|
-
class="pf-v5-svg"
|
|
1486
|
-
viewBox="0 0 192 512"
|
|
1487
|
-
fill="currentColor"
|
|
1488
|
-
aria-hidden="true"
|
|
1489
|
-
role="img"
|
|
1490
|
-
width="1em"
|
|
1491
|
-
height="1em"
|
|
1492
|
-
>
|
|
1493
|
-
<path
|
|
1494
|
-
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"
|
|
1495
|
-
/>
|
|
1496
|
-
</svg>
|
|
1352
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1497
1353
|
</span>
|
|
1498
1354
|
</button>
|
|
1499
1355
|
</div>
|