@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
|
@@ -149,19 +149,7 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
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 @@ wrapperTag: div
|
|
|
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>
|
|
@@ -723,19 +675,7 @@ wrapperTag: div
|
|
|
723
675
|
aria-label="Application launcher"
|
|
724
676
|
>
|
|
725
677
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
726
|
-
<
|
|
727
|
-
class="pf-v5-svg"
|
|
728
|
-
viewBox="0 0 192 512"
|
|
729
|
-
fill="currentColor"
|
|
730
|
-
aria-hidden="true"
|
|
731
|
-
role="img"
|
|
732
|
-
width="1em"
|
|
733
|
-
height="1em"
|
|
734
|
-
>
|
|
735
|
-
<path
|
|
736
|
-
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"
|
|
737
|
-
/>
|
|
738
|
-
</svg>
|
|
678
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
739
679
|
</span>
|
|
740
680
|
</button>
|
|
741
681
|
</div>
|
|
@@ -747,19 +687,7 @@ wrapperTag: div
|
|
|
747
687
|
aria-label="Settings"
|
|
748
688
|
>
|
|
749
689
|
<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>
|
|
690
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
763
691
|
</span>
|
|
764
692
|
</button>
|
|
765
693
|
</div>
|
|
@@ -771,19 +699,7 @@ wrapperTag: div
|
|
|
771
699
|
aria-label="Help"
|
|
772
700
|
>
|
|
773
701
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
774
|
-
<
|
|
775
|
-
class="pf-v5-svg"
|
|
776
|
-
viewBox="0 0 192 512"
|
|
777
|
-
fill="currentColor"
|
|
778
|
-
aria-hidden="true"
|
|
779
|
-
role="img"
|
|
780
|
-
width="1em"
|
|
781
|
-
height="1em"
|
|
782
|
-
>
|
|
783
|
-
<path
|
|
784
|
-
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"
|
|
785
|
-
/>
|
|
786
|
-
</svg>
|
|
702
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
787
703
|
</span>
|
|
788
704
|
</button>
|
|
789
705
|
</div>
|
|
@@ -796,19 +712,7 @@ wrapperTag: div
|
|
|
796
712
|
aria-label="Actions"
|
|
797
713
|
>
|
|
798
714
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
799
|
-
<
|
|
800
|
-
class="pf-v5-svg"
|
|
801
|
-
viewBox="0 0 192 512"
|
|
802
|
-
fill="currentColor"
|
|
803
|
-
aria-hidden="true"
|
|
804
|
-
role="img"
|
|
805
|
-
width="1em"
|
|
806
|
-
height="1em"
|
|
807
|
-
>
|
|
808
|
-
<path
|
|
809
|
-
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"
|
|
810
|
-
/>
|
|
811
|
-
</svg>
|
|
715
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
812
716
|
</span>
|
|
813
717
|
</button>
|
|
814
718
|
</div>
|
|
@@ -1108,19 +1012,7 @@ wrapperTag: div
|
|
|
1108
1012
|
aria-label="Application launcher"
|
|
1109
1013
|
>
|
|
1110
1014
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1111
|
-
<
|
|
1112
|
-
class="pf-v5-svg"
|
|
1113
|
-
viewBox="0 0 192 512"
|
|
1114
|
-
fill="currentColor"
|
|
1115
|
-
aria-hidden="true"
|
|
1116
|
-
role="img"
|
|
1117
|
-
width="1em"
|
|
1118
|
-
height="1em"
|
|
1119
|
-
>
|
|
1120
|
-
<path
|
|
1121
|
-
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"
|
|
1122
|
-
/>
|
|
1123
|
-
</svg>
|
|
1015
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1124
1016
|
</span>
|
|
1125
1017
|
</button>
|
|
1126
1018
|
</div>
|
|
@@ -1132,19 +1024,7 @@ wrapperTag: div
|
|
|
1132
1024
|
aria-label="Settings"
|
|
1133
1025
|
>
|
|
1134
1026
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1135
|
-
<
|
|
1136
|
-
class="pf-v5-svg"
|
|
1137
|
-
viewBox="0 0 192 512"
|
|
1138
|
-
fill="currentColor"
|
|
1139
|
-
aria-hidden="true"
|
|
1140
|
-
role="img"
|
|
1141
|
-
width="1em"
|
|
1142
|
-
height="1em"
|
|
1143
|
-
>
|
|
1144
|
-
<path
|
|
1145
|
-
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"
|
|
1146
|
-
/>
|
|
1147
|
-
</svg>
|
|
1027
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1148
1028
|
</span>
|
|
1149
1029
|
</button>
|
|
1150
1030
|
</div>
|
|
@@ -1156,19 +1036,7 @@ wrapperTag: div
|
|
|
1156
1036
|
aria-label="Help"
|
|
1157
1037
|
>
|
|
1158
1038
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1159
|
-
<
|
|
1160
|
-
class="pf-v5-svg"
|
|
1161
|
-
viewBox="0 0 192 512"
|
|
1162
|
-
fill="currentColor"
|
|
1163
|
-
aria-hidden="true"
|
|
1164
|
-
role="img"
|
|
1165
|
-
width="1em"
|
|
1166
|
-
height="1em"
|
|
1167
|
-
>
|
|
1168
|
-
<path
|
|
1169
|
-
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"
|
|
1170
|
-
/>
|
|
1171
|
-
</svg>
|
|
1039
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1172
1040
|
</span>
|
|
1173
1041
|
</button>
|
|
1174
1042
|
</div>
|
|
@@ -1181,19 +1049,7 @@ wrapperTag: div
|
|
|
1181
1049
|
aria-label="Actions"
|
|
1182
1050
|
>
|
|
1183
1051
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1184
|
-
<
|
|
1185
|
-
class="pf-v5-svg"
|
|
1186
|
-
viewBox="0 0 192 512"
|
|
1187
|
-
fill="currentColor"
|
|
1188
|
-
aria-hidden="true"
|
|
1189
|
-
role="img"
|
|
1190
|
-
width="1em"
|
|
1191
|
-
height="1em"
|
|
1192
|
-
>
|
|
1193
|
-
<path
|
|
1194
|
-
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"
|
|
1195
|
-
/>
|
|
1196
|
-
</svg>
|
|
1052
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1197
1053
|
</span>
|
|
1198
1054
|
</button>
|
|
1199
1055
|
</div>
|
|
@@ -1493,19 +1349,7 @@ wrapperTag: div
|
|
|
1493
1349
|
aria-label="Application launcher"
|
|
1494
1350
|
>
|
|
1495
1351
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1496
|
-
<
|
|
1497
|
-
class="pf-v5-svg"
|
|
1498
|
-
viewBox="0 0 192 512"
|
|
1499
|
-
fill="currentColor"
|
|
1500
|
-
aria-hidden="true"
|
|
1501
|
-
role="img"
|
|
1502
|
-
width="1em"
|
|
1503
|
-
height="1em"
|
|
1504
|
-
>
|
|
1505
|
-
<path
|
|
1506
|
-
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"
|
|
1507
|
-
/>
|
|
1508
|
-
</svg>
|
|
1352
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1509
1353
|
</span>
|
|
1510
1354
|
</button>
|
|
1511
1355
|
</div>
|
|
@@ -1517,19 +1361,7 @@ wrapperTag: div
|
|
|
1517
1361
|
aria-label="Settings"
|
|
1518
1362
|
>
|
|
1519
1363
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1520
|
-
<
|
|
1521
|
-
class="pf-v5-svg"
|
|
1522
|
-
viewBox="0 0 192 512"
|
|
1523
|
-
fill="currentColor"
|
|
1524
|
-
aria-hidden="true"
|
|
1525
|
-
role="img"
|
|
1526
|
-
width="1em"
|
|
1527
|
-
height="1em"
|
|
1528
|
-
>
|
|
1529
|
-
<path
|
|
1530
|
-
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"
|
|
1531
|
-
/>
|
|
1532
|
-
</svg>
|
|
1364
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1533
1365
|
</span>
|
|
1534
1366
|
</button>
|
|
1535
1367
|
</div>
|
|
@@ -1541,19 +1373,7 @@ wrapperTag: div
|
|
|
1541
1373
|
aria-label="Help"
|
|
1542
1374
|
>
|
|
1543
1375
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1544
|
-
<
|
|
1545
|
-
class="pf-v5-svg"
|
|
1546
|
-
viewBox="0 0 192 512"
|
|
1547
|
-
fill="currentColor"
|
|
1548
|
-
aria-hidden="true"
|
|
1549
|
-
role="img"
|
|
1550
|
-
width="1em"
|
|
1551
|
-
height="1em"
|
|
1552
|
-
>
|
|
1553
|
-
<path
|
|
1554
|
-
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"
|
|
1555
|
-
/>
|
|
1556
|
-
</svg>
|
|
1376
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1557
1377
|
</span>
|
|
1558
1378
|
</button>
|
|
1559
1379
|
</div>
|
|
@@ -1566,19 +1386,7 @@ wrapperTag: div
|
|
|
1566
1386
|
aria-label="Actions"
|
|
1567
1387
|
>
|
|
1568
1388
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1569
|
-
<
|
|
1570
|
-
class="pf-v5-svg"
|
|
1571
|
-
viewBox="0 0 192 512"
|
|
1572
|
-
fill="currentColor"
|
|
1573
|
-
aria-hidden="true"
|
|
1574
|
-
role="img"
|
|
1575
|
-
width="1em"
|
|
1576
|
-
height="1em"
|
|
1577
|
-
>
|
|
1578
|
-
<path
|
|
1579
|
-
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"
|
|
1580
|
-
/>
|
|
1581
|
-
</svg>
|
|
1389
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1582
1390
|
</span>
|
|
1583
1391
|
</button>
|
|
1584
1392
|
</div>
|
|
@@ -1908,19 +1716,7 @@ wrapperTag: div
|
|
|
1908
1716
|
aria-label="Application launcher"
|
|
1909
1717
|
>
|
|
1910
1718
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1911
|
-
<
|
|
1912
|
-
class="pf-v5-svg"
|
|
1913
|
-
viewBox="0 0 192 512"
|
|
1914
|
-
fill="currentColor"
|
|
1915
|
-
aria-hidden="true"
|
|
1916
|
-
role="img"
|
|
1917
|
-
width="1em"
|
|
1918
|
-
height="1em"
|
|
1919
|
-
>
|
|
1920
|
-
<path
|
|
1921
|
-
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"
|
|
1922
|
-
/>
|
|
1923
|
-
</svg>
|
|
1719
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1924
1720
|
</span>
|
|
1925
1721
|
</button>
|
|
1926
1722
|
</div>
|
|
@@ -1932,19 +1728,7 @@ wrapperTag: div
|
|
|
1932
1728
|
aria-label="Settings"
|
|
1933
1729
|
>
|
|
1934
1730
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1935
|
-
<
|
|
1936
|
-
class="pf-v5-svg"
|
|
1937
|
-
viewBox="0 0 192 512"
|
|
1938
|
-
fill="currentColor"
|
|
1939
|
-
aria-hidden="true"
|
|
1940
|
-
role="img"
|
|
1941
|
-
width="1em"
|
|
1942
|
-
height="1em"
|
|
1943
|
-
>
|
|
1944
|
-
<path
|
|
1945
|
-
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"
|
|
1946
|
-
/>
|
|
1947
|
-
</svg>
|
|
1731
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1948
1732
|
</span>
|
|
1949
1733
|
</button>
|
|
1950
1734
|
</div>
|
|
@@ -1956,19 +1740,7 @@ wrapperTag: div
|
|
|
1956
1740
|
aria-label="Help"
|
|
1957
1741
|
>
|
|
1958
1742
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1959
|
-
<
|
|
1960
|
-
class="pf-v5-svg"
|
|
1961
|
-
viewBox="0 0 192 512"
|
|
1962
|
-
fill="currentColor"
|
|
1963
|
-
aria-hidden="true"
|
|
1964
|
-
role="img"
|
|
1965
|
-
width="1em"
|
|
1966
|
-
height="1em"
|
|
1967
|
-
>
|
|
1968
|
-
<path
|
|
1969
|
-
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"
|
|
1970
|
-
/>
|
|
1971
|
-
</svg>
|
|
1743
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1972
1744
|
</span>
|
|
1973
1745
|
</button>
|
|
1974
1746
|
</div>
|
|
@@ -1981,19 +1753,7 @@ wrapperTag: div
|
|
|
1981
1753
|
aria-label="Actions"
|
|
1982
1754
|
>
|
|
1983
1755
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1984
|
-
<
|
|
1985
|
-
class="pf-v5-svg"
|
|
1986
|
-
viewBox="0 0 192 512"
|
|
1987
|
-
fill="currentColor"
|
|
1988
|
-
aria-hidden="true"
|
|
1989
|
-
role="img"
|
|
1990
|
-
width="1em"
|
|
1991
|
-
height="1em"
|
|
1992
|
-
>
|
|
1993
|
-
<path
|
|
1994
|
-
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"
|
|
1995
|
-
/>
|
|
1996
|
-
</svg>
|
|
1756
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1997
1757
|
</span>
|
|
1998
1758
|
</button>
|
|
1999
1759
|
</div>
|