@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
|
@@ -151,19 +151,7 @@ section: components
|
|
|
151
151
|
aria-label="Application launcher"
|
|
152
152
|
>
|
|
153
153
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
154
|
-
<
|
|
155
|
-
class="pf-v5-svg"
|
|
156
|
-
viewBox="0 0 192 512"
|
|
157
|
-
fill="currentColor"
|
|
158
|
-
aria-hidden="true"
|
|
159
|
-
role="img"
|
|
160
|
-
width="1em"
|
|
161
|
-
height="1em"
|
|
162
|
-
>
|
|
163
|
-
<path
|
|
164
|
-
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"
|
|
165
|
-
/>
|
|
166
|
-
</svg>
|
|
154
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
167
155
|
</span>
|
|
168
156
|
</button>
|
|
169
157
|
</div>
|
|
@@ -175,19 +163,7 @@ section: components
|
|
|
175
163
|
aria-label="Settings"
|
|
176
164
|
>
|
|
177
165
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
178
|
-
<
|
|
179
|
-
class="pf-v5-svg"
|
|
180
|
-
viewBox="0 0 192 512"
|
|
181
|
-
fill="currentColor"
|
|
182
|
-
aria-hidden="true"
|
|
183
|
-
role="img"
|
|
184
|
-
width="1em"
|
|
185
|
-
height="1em"
|
|
186
|
-
>
|
|
187
|
-
<path
|
|
188
|
-
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"
|
|
189
|
-
/>
|
|
190
|
-
</svg>
|
|
166
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
191
167
|
</span>
|
|
192
168
|
</button>
|
|
193
169
|
</div>
|
|
@@ -199,19 +175,7 @@ section: components
|
|
|
199
175
|
aria-label="Help"
|
|
200
176
|
>
|
|
201
177
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
202
|
-
<
|
|
203
|
-
class="pf-v5-svg"
|
|
204
|
-
viewBox="0 0 192 512"
|
|
205
|
-
fill="currentColor"
|
|
206
|
-
aria-hidden="true"
|
|
207
|
-
role="img"
|
|
208
|
-
width="1em"
|
|
209
|
-
height="1em"
|
|
210
|
-
>
|
|
211
|
-
<path
|
|
212
|
-
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"
|
|
213
|
-
/>
|
|
214
|
-
</svg>
|
|
178
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
215
179
|
</span>
|
|
216
180
|
</button>
|
|
217
181
|
</div>
|
|
@@ -224,19 +188,7 @@ section: components
|
|
|
224
188
|
aria-label="Actions"
|
|
225
189
|
>
|
|
226
190
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
227
|
-
<
|
|
228
|
-
class="pf-v5-svg"
|
|
229
|
-
viewBox="0 0 192 512"
|
|
230
|
-
fill="currentColor"
|
|
231
|
-
aria-hidden="true"
|
|
232
|
-
role="img"
|
|
233
|
-
width="1em"
|
|
234
|
-
height="1em"
|
|
235
|
-
>
|
|
236
|
-
<path
|
|
237
|
-
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"
|
|
238
|
-
/>
|
|
239
|
-
</svg>
|
|
191
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
240
192
|
</span>
|
|
241
193
|
</button>
|
|
242
194
|
</div>
|
|
@@ -607,19 +559,7 @@ section: components
|
|
|
607
559
|
aria-label="Application launcher"
|
|
608
560
|
>
|
|
609
561
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
610
|
-
<
|
|
611
|
-
class="pf-v5-svg"
|
|
612
|
-
viewBox="0 0 192 512"
|
|
613
|
-
fill="currentColor"
|
|
614
|
-
aria-hidden="true"
|
|
615
|
-
role="img"
|
|
616
|
-
width="1em"
|
|
617
|
-
height="1em"
|
|
618
|
-
>
|
|
619
|
-
<path
|
|
620
|
-
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"
|
|
621
|
-
/>
|
|
622
|
-
</svg>
|
|
562
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
623
563
|
</span>
|
|
624
564
|
</button>
|
|
625
565
|
</div>
|
|
@@ -631,19 +571,7 @@ section: components
|
|
|
631
571
|
aria-label="Settings"
|
|
632
572
|
>
|
|
633
573
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
634
|
-
<
|
|
635
|
-
class="pf-v5-svg"
|
|
636
|
-
viewBox="0 0 192 512"
|
|
637
|
-
fill="currentColor"
|
|
638
|
-
aria-hidden="true"
|
|
639
|
-
role="img"
|
|
640
|
-
width="1em"
|
|
641
|
-
height="1em"
|
|
642
|
-
>
|
|
643
|
-
<path
|
|
644
|
-
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"
|
|
645
|
-
/>
|
|
646
|
-
</svg>
|
|
574
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
647
575
|
</span>
|
|
648
576
|
</button>
|
|
649
577
|
</div>
|
|
@@ -655,19 +583,7 @@ section: components
|
|
|
655
583
|
aria-label="Help"
|
|
656
584
|
>
|
|
657
585
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
658
|
-
<
|
|
659
|
-
class="pf-v5-svg"
|
|
660
|
-
viewBox="0 0 192 512"
|
|
661
|
-
fill="currentColor"
|
|
662
|
-
aria-hidden="true"
|
|
663
|
-
role="img"
|
|
664
|
-
width="1em"
|
|
665
|
-
height="1em"
|
|
666
|
-
>
|
|
667
|
-
<path
|
|
668
|
-
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"
|
|
669
|
-
/>
|
|
670
|
-
</svg>
|
|
586
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
671
587
|
</span>
|
|
672
588
|
</button>
|
|
673
589
|
</div>
|
|
@@ -680,19 +596,7 @@ section: components
|
|
|
680
596
|
aria-label="Actions"
|
|
681
597
|
>
|
|
682
598
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
683
|
-
<
|
|
684
|
-
class="pf-v5-svg"
|
|
685
|
-
viewBox="0 0 192 512"
|
|
686
|
-
fill="currentColor"
|
|
687
|
-
aria-hidden="true"
|
|
688
|
-
role="img"
|
|
689
|
-
width="1em"
|
|
690
|
-
height="1em"
|
|
691
|
-
>
|
|
692
|
-
<path
|
|
693
|
-
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"
|
|
694
|
-
/>
|
|
695
|
-
</svg>
|
|
599
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
696
600
|
</span>
|
|
697
601
|
</button>
|
|
698
602
|
</div>
|
|
@@ -1063,19 +967,7 @@ section: components
|
|
|
1063
967
|
aria-label="Application launcher"
|
|
1064
968
|
>
|
|
1065
969
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1066
|
-
<
|
|
1067
|
-
class="pf-v5-svg"
|
|
1068
|
-
viewBox="0 0 192 512"
|
|
1069
|
-
fill="currentColor"
|
|
1070
|
-
aria-hidden="true"
|
|
1071
|
-
role="img"
|
|
1072
|
-
width="1em"
|
|
1073
|
-
height="1em"
|
|
1074
|
-
>
|
|
1075
|
-
<path
|
|
1076
|
-
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"
|
|
1077
|
-
/>
|
|
1078
|
-
</svg>
|
|
970
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1079
971
|
</span>
|
|
1080
972
|
</button>
|
|
1081
973
|
</div>
|
|
@@ -1087,19 +979,7 @@ section: components
|
|
|
1087
979
|
aria-label="Settings"
|
|
1088
980
|
>
|
|
1089
981
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1090
|
-
<
|
|
1091
|
-
class="pf-v5-svg"
|
|
1092
|
-
viewBox="0 0 192 512"
|
|
1093
|
-
fill="currentColor"
|
|
1094
|
-
aria-hidden="true"
|
|
1095
|
-
role="img"
|
|
1096
|
-
width="1em"
|
|
1097
|
-
height="1em"
|
|
1098
|
-
>
|
|
1099
|
-
<path
|
|
1100
|
-
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"
|
|
1101
|
-
/>
|
|
1102
|
-
</svg>
|
|
982
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1103
983
|
</span>
|
|
1104
984
|
</button>
|
|
1105
985
|
</div>
|
|
@@ -1111,19 +991,7 @@ section: components
|
|
|
1111
991
|
aria-label="Help"
|
|
1112
992
|
>
|
|
1113
993
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1114
|
-
<
|
|
1115
|
-
class="pf-v5-svg"
|
|
1116
|
-
viewBox="0 0 192 512"
|
|
1117
|
-
fill="currentColor"
|
|
1118
|
-
aria-hidden="true"
|
|
1119
|
-
role="img"
|
|
1120
|
-
width="1em"
|
|
1121
|
-
height="1em"
|
|
1122
|
-
>
|
|
1123
|
-
<path
|
|
1124
|
-
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"
|
|
1125
|
-
/>
|
|
1126
|
-
</svg>
|
|
994
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1127
995
|
</span>
|
|
1128
996
|
</button>
|
|
1129
997
|
</div>
|
|
@@ -1136,19 +1004,7 @@ section: components
|
|
|
1136
1004
|
aria-label="Actions"
|
|
1137
1005
|
>
|
|
1138
1006
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1139
|
-
<
|
|
1140
|
-
class="pf-v5-svg"
|
|
1141
|
-
viewBox="0 0 192 512"
|
|
1142
|
-
fill="currentColor"
|
|
1143
|
-
aria-hidden="true"
|
|
1144
|
-
role="img"
|
|
1145
|
-
width="1em"
|
|
1146
|
-
height="1em"
|
|
1147
|
-
>
|
|
1148
|
-
<path
|
|
1149
|
-
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"
|
|
1150
|
-
/>
|
|
1151
|
-
</svg>
|
|
1007
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1152
1008
|
</span>
|
|
1153
1009
|
</button>
|
|
1154
1010
|
</div>
|
|
@@ -1516,19 +1372,7 @@ section: components
|
|
|
1516
1372
|
aria-label="Application launcher"
|
|
1517
1373
|
>
|
|
1518
1374
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1519
|
-
<
|
|
1520
|
-
class="pf-v5-svg"
|
|
1521
|
-
viewBox="0 0 192 512"
|
|
1522
|
-
fill="currentColor"
|
|
1523
|
-
aria-hidden="true"
|
|
1524
|
-
role="img"
|
|
1525
|
-
width="1em"
|
|
1526
|
-
height="1em"
|
|
1527
|
-
>
|
|
1528
|
-
<path
|
|
1529
|
-
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"
|
|
1530
|
-
/>
|
|
1531
|
-
</svg>
|
|
1375
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1532
1376
|
</span>
|
|
1533
1377
|
</button>
|
|
1534
1378
|
</div>
|
|
@@ -1540,19 +1384,7 @@ section: components
|
|
|
1540
1384
|
aria-label="Settings"
|
|
1541
1385
|
>
|
|
1542
1386
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1543
|
-
<
|
|
1544
|
-
class="pf-v5-svg"
|
|
1545
|
-
viewBox="0 0 192 512"
|
|
1546
|
-
fill="currentColor"
|
|
1547
|
-
aria-hidden="true"
|
|
1548
|
-
role="img"
|
|
1549
|
-
width="1em"
|
|
1550
|
-
height="1em"
|
|
1551
|
-
>
|
|
1552
|
-
<path
|
|
1553
|
-
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"
|
|
1554
|
-
/>
|
|
1555
|
-
</svg>
|
|
1387
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1556
1388
|
</span>
|
|
1557
1389
|
</button>
|
|
1558
1390
|
</div>
|
|
@@ -1564,19 +1396,7 @@ section: components
|
|
|
1564
1396
|
aria-label="Help"
|
|
1565
1397
|
>
|
|
1566
1398
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1567
|
-
<
|
|
1568
|
-
class="pf-v5-svg"
|
|
1569
|
-
viewBox="0 0 192 512"
|
|
1570
|
-
fill="currentColor"
|
|
1571
|
-
aria-hidden="true"
|
|
1572
|
-
role="img"
|
|
1573
|
-
width="1em"
|
|
1574
|
-
height="1em"
|
|
1575
|
-
>
|
|
1576
|
-
<path
|
|
1577
|
-
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"
|
|
1578
|
-
/>
|
|
1579
|
-
</svg>
|
|
1399
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1580
1400
|
</span>
|
|
1581
1401
|
</button>
|
|
1582
1402
|
</div>
|
|
@@ -1589,19 +1409,7 @@ section: components
|
|
|
1589
1409
|
aria-label="Actions"
|
|
1590
1410
|
>
|
|
1591
1411
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1592
|
-
<
|
|
1593
|
-
class="pf-v5-svg"
|
|
1594
|
-
viewBox="0 0 192 512"
|
|
1595
|
-
fill="currentColor"
|
|
1596
|
-
aria-hidden="true"
|
|
1597
|
-
role="img"
|
|
1598
|
-
width="1em"
|
|
1599
|
-
height="1em"
|
|
1600
|
-
>
|
|
1601
|
-
<path
|
|
1602
|
-
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"
|
|
1603
|
-
/>
|
|
1604
|
-
</svg>
|
|
1412
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1605
1413
|
</span>
|
|
1606
1414
|
</button>
|
|
1607
1415
|
</div>
|
|
@@ -1909,19 +1717,7 @@ section: components
|
|
|
1909
1717
|
aria-label="Application launcher"
|
|
1910
1718
|
>
|
|
1911
1719
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1912
|
-
<
|
|
1913
|
-
class="pf-v5-svg"
|
|
1914
|
-
viewBox="0 0 192 512"
|
|
1915
|
-
fill="currentColor"
|
|
1916
|
-
aria-hidden="true"
|
|
1917
|
-
role="img"
|
|
1918
|
-
width="1em"
|
|
1919
|
-
height="1em"
|
|
1920
|
-
>
|
|
1921
|
-
<path
|
|
1922
|
-
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"
|
|
1923
|
-
/>
|
|
1924
|
-
</svg>
|
|
1720
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1925
1721
|
</span>
|
|
1926
1722
|
</button>
|
|
1927
1723
|
</div>
|
|
@@ -1933,19 +1729,7 @@ section: components
|
|
|
1933
1729
|
aria-label="Settings"
|
|
1934
1730
|
>
|
|
1935
1731
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1936
|
-
<
|
|
1937
|
-
class="pf-v5-svg"
|
|
1938
|
-
viewBox="0 0 192 512"
|
|
1939
|
-
fill="currentColor"
|
|
1940
|
-
aria-hidden="true"
|
|
1941
|
-
role="img"
|
|
1942
|
-
width="1em"
|
|
1943
|
-
height="1em"
|
|
1944
|
-
>
|
|
1945
|
-
<path
|
|
1946
|
-
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"
|
|
1947
|
-
/>
|
|
1948
|
-
</svg>
|
|
1732
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1949
1733
|
</span>
|
|
1950
1734
|
</button>
|
|
1951
1735
|
</div>
|
|
@@ -1957,19 +1741,7 @@ section: components
|
|
|
1957
1741
|
aria-label="Help"
|
|
1958
1742
|
>
|
|
1959
1743
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1960
|
-
<
|
|
1961
|
-
class="pf-v5-svg"
|
|
1962
|
-
viewBox="0 0 192 512"
|
|
1963
|
-
fill="currentColor"
|
|
1964
|
-
aria-hidden="true"
|
|
1965
|
-
role="img"
|
|
1966
|
-
width="1em"
|
|
1967
|
-
height="1em"
|
|
1968
|
-
>
|
|
1969
|
-
<path
|
|
1970
|
-
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"
|
|
1971
|
-
/>
|
|
1972
|
-
</svg>
|
|
1744
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1973
1745
|
</span>
|
|
1974
1746
|
</button>
|
|
1975
1747
|
</div>
|
|
@@ -1982,19 +1754,7 @@ section: components
|
|
|
1982
1754
|
aria-label="Actions"
|
|
1983
1755
|
>
|
|
1984
1756
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1985
|
-
<
|
|
1986
|
-
class="pf-v5-svg"
|
|
1987
|
-
viewBox="0 0 192 512"
|
|
1988
|
-
fill="currentColor"
|
|
1989
|
-
aria-hidden="true"
|
|
1990
|
-
role="img"
|
|
1991
|
-
width="1em"
|
|
1992
|
-
height="1em"
|
|
1993
|
-
>
|
|
1994
|
-
<path
|
|
1995
|
-
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"
|
|
1996
|
-
/>
|
|
1997
|
-
</svg>
|
|
1757
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1998
1758
|
</span>
|
|
1999
1759
|
</button>
|
|
2000
1760
|
</div>
|
|
@@ -2324,19 +2084,7 @@ section: components
|
|
|
2324
2084
|
aria-label="Application launcher"
|
|
2325
2085
|
>
|
|
2326
2086
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2327
|
-
<
|
|
2328
|
-
class="pf-v5-svg"
|
|
2329
|
-
viewBox="0 0 192 512"
|
|
2330
|
-
fill="currentColor"
|
|
2331
|
-
aria-hidden="true"
|
|
2332
|
-
role="img"
|
|
2333
|
-
width="1em"
|
|
2334
|
-
height="1em"
|
|
2335
|
-
>
|
|
2336
|
-
<path
|
|
2337
|
-
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"
|
|
2338
|
-
/>
|
|
2339
|
-
</svg>
|
|
2087
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2340
2088
|
</span>
|
|
2341
2089
|
</button>
|
|
2342
2090
|
</div>
|
|
@@ -2348,19 +2096,7 @@ section: components
|
|
|
2348
2096
|
aria-label="Settings"
|
|
2349
2097
|
>
|
|
2350
2098
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2351
|
-
<
|
|
2352
|
-
class="pf-v5-svg"
|
|
2353
|
-
viewBox="0 0 192 512"
|
|
2354
|
-
fill="currentColor"
|
|
2355
|
-
aria-hidden="true"
|
|
2356
|
-
role="img"
|
|
2357
|
-
width="1em"
|
|
2358
|
-
height="1em"
|
|
2359
|
-
>
|
|
2360
|
-
<path
|
|
2361
|
-
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"
|
|
2362
|
-
/>
|
|
2363
|
-
</svg>
|
|
2099
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
2364
2100
|
</span>
|
|
2365
2101
|
</button>
|
|
2366
2102
|
</div>
|
|
@@ -2372,19 +2108,7 @@ section: components
|
|
|
2372
2108
|
aria-label="Help"
|
|
2373
2109
|
>
|
|
2374
2110
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2375
|
-
<
|
|
2376
|
-
class="pf-v5-svg"
|
|
2377
|
-
viewBox="0 0 192 512"
|
|
2378
|
-
fill="currentColor"
|
|
2379
|
-
aria-hidden="true"
|
|
2380
|
-
role="img"
|
|
2381
|
-
width="1em"
|
|
2382
|
-
height="1em"
|
|
2383
|
-
>
|
|
2384
|
-
<path
|
|
2385
|
-
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"
|
|
2386
|
-
/>
|
|
2387
|
-
</svg>
|
|
2111
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2388
2112
|
</span>
|
|
2389
2113
|
</button>
|
|
2390
2114
|
</div>
|
|
@@ -2397,19 +2121,7 @@ section: components
|
|
|
2397
2121
|
aria-label="Actions"
|
|
2398
2122
|
>
|
|
2399
2123
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2400
|
-
<
|
|
2401
|
-
class="pf-v5-svg"
|
|
2402
|
-
viewBox="0 0 192 512"
|
|
2403
|
-
fill="currentColor"
|
|
2404
|
-
aria-hidden="true"
|
|
2405
|
-
role="img"
|
|
2406
|
-
width="1em"
|
|
2407
|
-
height="1em"
|
|
2408
|
-
>
|
|
2409
|
-
<path
|
|
2410
|
-
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"
|
|
2411
|
-
/>
|
|
2412
|
-
</svg>
|
|
2124
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2413
2125
|
</span>
|
|
2414
2126
|
</button>
|
|
2415
2127
|
</div>
|