@patternfly/patternfly 4.177.0 → 4.179.1

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.
Files changed (135) hide show
  1. package/RELEASE-NOTES.md +37 -0
  2. package/components/AboutModalBox/themes/dark/about-modal-box.css +0 -0
  3. package/components/AboutModalBox/themes/dark/about-modal-box.scss +9 -0
  4. package/components/Accordion/themes/dark/accordion.css +0 -0
  5. package/components/Accordion/themes/dark/accordion.scss +7 -0
  6. package/components/Alert/themes/dark/alert.css +0 -0
  7. package/components/Alert/themes/dark/alert.scss +15 -0
  8. package/components/AppLauncher/themes/dark/app-launcher.css +0 -0
  9. package/components/AppLauncher/themes/dark/app-launcher.scss +13 -0
  10. package/components/Badge/themes/dark/badge.css +0 -0
  11. package/components/Badge/themes/dark/badge.scss +6 -0
  12. package/components/Banner/themes/dark/banner.css +0 -0
  13. package/components/Banner/themes/dark/banner.scss +12 -0
  14. package/components/Breadcrumb/themes/dark/breadcrumb.css +0 -0
  15. package/components/Breadcrumb/themes/dark/breadcrumb.scss +5 -0
  16. package/components/Button/themes/dark/button.css +0 -0
  17. package/components/Button/themes/dark/button.scss +42 -0
  18. package/components/CalendarMonth/themes/dark/calendar-month.css +0 -0
  19. package/components/CalendarMonth/themes/dark/calendar-month.scss +29 -0
  20. package/components/Chip/themes/dark/chip.css +0 -0
  21. package/components/Chip/themes/dark/chip.scss +7 -0
  22. package/components/ClipboardCopy/themes/dark/clipboard-copy.css +0 -0
  23. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +17 -0
  24. package/components/CodeEditor/themes/dark/code-editor.css +0 -0
  25. package/components/CodeEditor/themes/dark/code-editor.scss +7 -0
  26. package/components/ContextSelector/themes/dark/context-selector.css +0 -0
  27. package/components/ContextSelector/themes/dark/context-selector.scss +22 -0
  28. package/components/DataList/themes/dark/data-list.css +0 -0
  29. package/components/DataList/themes/dark/data-list.scss +8 -0
  30. package/components/DatePicker/themes/dark/date-picker.css +0 -0
  31. package/components/DatePicker/themes/dark/date-picker.scss +6 -0
  32. package/components/Drawer/themes/dark/drawer.css +0 -0
  33. package/components/Drawer/themes/dark/drawer.scss +11 -0
  34. package/components/Dropdown/themes/dark/dropdown.css +0 -0
  35. package/components/Dropdown/themes/dark/dropdown.scss +30 -0
  36. package/components/Form/themes/dark/form.css +0 -0
  37. package/components/Form/themes/dark/form.scss +5 -0
  38. package/components/FormControl/themes/dark/form-control.css +0 -0
  39. package/components/FormControl/themes/dark/form-control.scss +28 -0
  40. package/components/HelperText/themes/dark/helper-text.css +0 -0
  41. package/components/HelperText/themes/dark/helper-text.scss +5 -0
  42. package/components/Hint/themes/dark/hint.css +0 -0
  43. package/components/Hint/themes/dark/hint.scss +6 -0
  44. package/components/InputGroup/themes/dark/input-group.css +0 -0
  45. package/components/InputGroup/themes/dark/input-group.scss +26 -0
  46. package/components/Label/themes/dark/label.css +0 -0
  47. package/components/Label/themes/dark/label.scss +45 -0
  48. package/components/LogViewer/themes/dark/log-viewer.css +0 -0
  49. package/components/LogViewer/themes/dark/log-viewer.scss +5 -0
  50. package/components/Login/themes/dark/login.css +0 -0
  51. package/components/Login/themes/dark/login.scss +6 -0
  52. package/components/Masthead/themes/dark/masthead.css +0 -0
  53. package/components/Masthead/themes/dark/masthead.scss +11 -0
  54. package/components/Menu/themes/dark/menu.css +0 -0
  55. package/components/Menu/themes/dark/menu.scss +10 -0
  56. package/components/MenuToggle/themes/dark/menu-toggle.css +0 -0
  57. package/components/MenuToggle/themes/dark/menu-toggle.scss +21 -0
  58. package/components/ModalBox/modal-box.scss +0 -1
  59. package/components/ModalBox/themes/dark/modal-box.css +0 -0
  60. package/components/ModalBox/themes/dark/modal-box.scss +5 -0
  61. package/components/Nav/nav.css +3 -0
  62. package/components/Nav/nav.scss +4 -0
  63. package/components/Nav/themes/dark/nav.css +0 -0
  64. package/components/Nav/themes/dark/nav.scss +42 -0
  65. package/components/NotificationBadge/themes/dark/notification-badge.css +0 -0
  66. package/components/NotificationBadge/themes/dark/notification-badge.scss +5 -0
  67. package/components/NotificationDrawer/themes/dark/notification-drawer.css +0 -0
  68. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +12 -0
  69. package/components/OptionsMenu/themes/dark/options-menu.css +0 -0
  70. package/components/OptionsMenu/themes/dark/options-menu.scss +21 -0
  71. package/components/Page/themes/dark/page.css +0 -0
  72. package/components/Page/themes/dark/page.scss +62 -0
  73. package/components/Pagination/themes/dark/pagination.css +0 -0
  74. package/components/Pagination/themes/dark/pagination.scss +5 -0
  75. package/components/Popover/popover.scss +0 -1
  76. package/components/Popover/themes/dark/popover.css +0 -0
  77. package/components/Popover/themes/dark/popover.scss +15 -0
  78. package/components/Progress/progress.scss +0 -1
  79. package/components/Progress/themes/dark/progress.css +0 -0
  80. package/components/Progress/themes/dark/progress.scss +7 -0
  81. package/components/SearchInput/themes/dark/search-input.css +0 -0
  82. package/components/SearchInput/themes/dark/search-input.scss +14 -0
  83. package/components/Select/themes/dark/select.css +0 -0
  84. package/components/Select/themes/dark/select.scss +21 -0
  85. package/components/SimpleList/themes/dark/simple-list.css +0 -0
  86. package/components/SimpleList/themes/dark/simple-list.scss +12 -0
  87. package/components/Skeleton/themes/dark/skeleton.css +0 -0
  88. package/components/Skeleton/themes/dark/skeleton.scss +8 -0
  89. package/components/Switch/themes/dark/switch.css +0 -0
  90. package/components/Switch/themes/dark/switch.scss +8 -0
  91. package/components/Table/table.css +2 -1
  92. package/components/Table/table.scss +8 -5
  93. package/components/Table/themes/dark/table.css +0 -0
  94. package/components/Table/themes/dark/table.scss +10 -0
  95. package/components/Tabs/themes/dark/tabs.css +0 -0
  96. package/components/Tabs/themes/dark/tabs.scss +7 -0
  97. package/components/Tile/themes/dark/tile.css +0 -0
  98. package/components/Tile/themes/dark/tile.scss +8 -0
  99. package/components/ToggleGroup/themes/dark/toggle-group.css +0 -0
  100. package/components/ToggleGroup/themes/dark/toggle-group.scss +9 -0
  101. package/components/Tooltip/themes/dark/tooltip.css +0 -0
  102. package/components/Tooltip/themes/dark/tooltip.scss +6 -0
  103. package/components/TreeView/themes/dark/tree-view.css +0 -0
  104. package/components/TreeView/themes/dark/tree-view.scss +6 -0
  105. package/components/Wizard/themes/dark/wizard.css +0 -0
  106. package/components/Wizard/themes/dark/wizard.scss +12 -0
  107. package/docs/components/CalendarMonth/examples/CalendarMonth.md +2 -2
  108. package/docs/components/Nav/examples/Navigation.css +3 -1
  109. package/docs/components/Nav/examples/Navigation.md +79 -0
  110. package/docs/components/Table/examples/Table.md +12 -1
  111. package/docs/demos/Alert/examples/Alert.md +3 -3
  112. package/docs/demos/BackToTop/examples/BackToTop.md +201 -1
  113. package/docs/demos/Banner/examples/Banner.md +2 -2
  114. package/docs/demos/CardView/examples/CardView.md +1 -1
  115. package/docs/demos/ContextSelector/examples/ContextSelector.md +1034 -196
  116. package/docs/demos/DataList/examples/DataList.md +4 -4
  117. package/docs/demos/Drawer/examples/Drawer.md +3 -3
  118. package/docs/demos/JumpLinks/examples/JumpLinks.md +4 -4
  119. package/docs/demos/Masthead/examples/Masthead.md +1643 -1026
  120. package/docs/demos/Nav/examples/Nav.md +8 -8
  121. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
  122. package/docs/demos/Page/examples/Page.md +959 -7
  123. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -7
  124. package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
  125. package/docs/demos/Table/examples/Table.md +2962 -64
  126. package/docs/demos/Tabs/examples/Tabs.md +8 -8
  127. package/docs/demos/Toolbar/examples/Toolbar.md +1 -1
  128. package/docs/demos/Wizard/examples/Wizard.md +2 -2
  129. package/package.json +1 -1
  130. package/patternfly-no-reset.css +5 -1
  131. package/patternfly-theme-dark.css +628 -0
  132. package/patternfly-theme-dark.scss +9 -0
  133. package/patternfly.css +5 -1
  134. package/patternfly.min.css +1 -1
  135. package/patternfly.min.css.map +1 -1
@@ -12,6 +12,7 @@ wrapperTag: div
12
12
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
13
13
  href="#main-content-basic-demo"
14
14
  >Skip to content</a>
15
+
15
16
  <header class="pf-c-masthead" id="basic-demo-masthead">
16
17
  <span class="pf-c-masthead__toggle">
17
18
  <button
@@ -64,6 +65,141 @@ wrapperTag: div
64
65
  <div
65
66
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
66
67
  >
68
+ <div class="pf-c-toolbar__item">
69
+ <nav
70
+ class="pf-c-app-launcher"
71
+ aria-label="Application launcher"
72
+ id="basic-demo-masthead-icon-group--app-launcher"
73
+ >
74
+ <button
75
+ class="pf-c-app-launcher__toggle"
76
+ type="button"
77
+ id="-button"
78
+ aria-expanded="false"
79
+ aria-label="Application launcher"
80
+ >
81
+ <i class="fas fa-th" aria-hidden="true"></i>
82
+ </button>
83
+ <div
84
+ class="pf-c-app-launcher__menu pf-m-align-right"
85
+ hidden
86
+ >
87
+ <div class="pf-c-app-launcher__menu-search">
88
+ <input
89
+ class="pf-c-form-control"
90
+ type="search"
91
+ aria-label="Type to filter"
92
+ placeholder="Filter by name..."
93
+ id="basic-demo-masthead-application-launcher-text-input"
94
+ name="textInput1"
95
+ />
96
+ </div>
97
+ <section class="pf-c-app-launcher__group">
98
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
99
+ <ul>
100
+ <li
101
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
102
+ >
103
+ <a class="pf-c-app-launcher__menu-item">
104
+ Link 1
105
+ <span
106
+ class="pf-c-app-launcher__menu-item-external-icon"
107
+ >
108
+ <i
109
+ class="fas fa-external-link-alt"
110
+ aria-hidden="true"
111
+ ></i>
112
+ </span>
113
+ <span class="pf-screen-reader">(opens new window)</span>
114
+ </a>
115
+ <button
116
+ class="pf-c-app-launcher__menu-item pf-m-action"
117
+ type="button"
118
+ aria-label="Favorite"
119
+ >
120
+ <i class="fas fa-star" aria-hidden="true"></i>
121
+ </button>
122
+ </li>
123
+ <li
124
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
125
+ >
126
+ <a class="pf-c-app-launcher__menu-item">
127
+ Link 2
128
+ <span
129
+ class="pf-c-app-launcher__menu-item-external-icon"
130
+ >
131
+ <i
132
+ class="fas fa-external-link-alt"
133
+ aria-hidden="true"
134
+ ></i>
135
+ </span>
136
+ <span class="pf-screen-reader">(opens new window)</span>
137
+ </a>
138
+ <button
139
+ class="pf-c-app-launcher__menu-item pf-m-action"
140
+ type="button"
141
+ aria-label="Favorite"
142
+ >
143
+ <i class="fas fa-star" aria-hidden="true"></i>
144
+ </button>
145
+ </li>
146
+ </ul>
147
+ </section>
148
+ <hr class="pf-c-divider" />
149
+ <section class="pf-c-app-launcher__group">
150
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
151
+ <ul>
152
+ <li
153
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
154
+ >
155
+ <a class="pf-c-app-launcher__menu-item">
156
+ Link 1
157
+ <span
158
+ class="pf-c-app-launcher__menu-item-external-icon"
159
+ >
160
+ <i
161
+ class="fas fa-external-link-alt"
162
+ aria-hidden="true"
163
+ ></i>
164
+ </span>
165
+ <span class="pf-screen-reader">(opens new window)</span>
166
+ </a>
167
+ <button
168
+ class="pf-c-app-launcher__menu-item pf-m-action"
169
+ type="button"
170
+ aria-label="Favorite"
171
+ >
172
+ <i class="fas fa-star" aria-hidden="true"></i>
173
+ </button>
174
+ </li>
175
+ <li
176
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
177
+ >
178
+ <a class="pf-c-app-launcher__menu-item">
179
+ Link 2
180
+ <span
181
+ class="pf-c-app-launcher__menu-item-external-icon"
182
+ >
183
+ <i
184
+ class="fas fa-external-link-alt"
185
+ aria-hidden="true"
186
+ ></i>
187
+ </span>
188
+ <span class="pf-screen-reader">(opens new window)</span>
189
+ </a>
190
+ <button
191
+ class="pf-c-app-launcher__menu-item pf-m-action"
192
+ type="button"
193
+ aria-label="Favorite"
194
+ >
195
+ <i class="fas fa-star" aria-hidden="true"></i>
196
+ </button>
197
+ </li>
198
+ </ul>
199
+ </section>
200
+ </div>
201
+ </nav>
202
+ </div>
67
203
  <div class="pf-c-toolbar__item">
68
204
  <div class="pf-c-dropdown">
69
205
  <button
@@ -104,7 +240,7 @@ wrapperTag: div
104
240
  type="button"
105
241
  aria-label="Help"
106
242
  >
107
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
243
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
108
244
  </button>
109
245
  <ul
110
246
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -1486,6 +1622,7 @@ wrapperTag: div
1486
1622
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
1487
1623
  href="#main-content-sortable-demo"
1488
1624
  >Skip to content</a>
1625
+
1489
1626
  <header class="pf-c-masthead" id="sortable-demo-masthead">
1490
1627
  <span class="pf-c-masthead__toggle">
1491
1628
  <button
@@ -1538,6 +1675,141 @@ wrapperTag: div
1538
1675
  <div
1539
1676
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
1540
1677
  >
1678
+ <div class="pf-c-toolbar__item">
1679
+ <nav
1680
+ class="pf-c-app-launcher"
1681
+ aria-label="Application launcher"
1682
+ id="sortable-demo-masthead-icon-group--app-launcher"
1683
+ >
1684
+ <button
1685
+ class="pf-c-app-launcher__toggle"
1686
+ type="button"
1687
+ id="-button"
1688
+ aria-expanded="false"
1689
+ aria-label="Application launcher"
1690
+ >
1691
+ <i class="fas fa-th" aria-hidden="true"></i>
1692
+ </button>
1693
+ <div
1694
+ class="pf-c-app-launcher__menu pf-m-align-right"
1695
+ hidden
1696
+ >
1697
+ <div class="pf-c-app-launcher__menu-search">
1698
+ <input
1699
+ class="pf-c-form-control"
1700
+ type="search"
1701
+ aria-label="Type to filter"
1702
+ placeholder="Filter by name..."
1703
+ id="sortable-demo-masthead-application-launcher-text-input"
1704
+ name="textInput1"
1705
+ />
1706
+ </div>
1707
+ <section class="pf-c-app-launcher__group">
1708
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
1709
+ <ul>
1710
+ <li
1711
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
1712
+ >
1713
+ <a class="pf-c-app-launcher__menu-item">
1714
+ Link 1
1715
+ <span
1716
+ class="pf-c-app-launcher__menu-item-external-icon"
1717
+ >
1718
+ <i
1719
+ class="fas fa-external-link-alt"
1720
+ aria-hidden="true"
1721
+ ></i>
1722
+ </span>
1723
+ <span class="pf-screen-reader">(opens new window)</span>
1724
+ </a>
1725
+ <button
1726
+ class="pf-c-app-launcher__menu-item pf-m-action"
1727
+ type="button"
1728
+ aria-label="Favorite"
1729
+ >
1730
+ <i class="fas fa-star" aria-hidden="true"></i>
1731
+ </button>
1732
+ </li>
1733
+ <li
1734
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
1735
+ >
1736
+ <a class="pf-c-app-launcher__menu-item">
1737
+ Link 2
1738
+ <span
1739
+ class="pf-c-app-launcher__menu-item-external-icon"
1740
+ >
1741
+ <i
1742
+ class="fas fa-external-link-alt"
1743
+ aria-hidden="true"
1744
+ ></i>
1745
+ </span>
1746
+ <span class="pf-screen-reader">(opens new window)</span>
1747
+ </a>
1748
+ <button
1749
+ class="pf-c-app-launcher__menu-item pf-m-action"
1750
+ type="button"
1751
+ aria-label="Favorite"
1752
+ >
1753
+ <i class="fas fa-star" aria-hidden="true"></i>
1754
+ </button>
1755
+ </li>
1756
+ </ul>
1757
+ </section>
1758
+ <hr class="pf-c-divider" />
1759
+ <section class="pf-c-app-launcher__group">
1760
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
1761
+ <ul>
1762
+ <li
1763
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
1764
+ >
1765
+ <a class="pf-c-app-launcher__menu-item">
1766
+ Link 1
1767
+ <span
1768
+ class="pf-c-app-launcher__menu-item-external-icon"
1769
+ >
1770
+ <i
1771
+ class="fas fa-external-link-alt"
1772
+ aria-hidden="true"
1773
+ ></i>
1774
+ </span>
1775
+ <span class="pf-screen-reader">(opens new window)</span>
1776
+ </a>
1777
+ <button
1778
+ class="pf-c-app-launcher__menu-item pf-m-action"
1779
+ type="button"
1780
+ aria-label="Favorite"
1781
+ >
1782
+ <i class="fas fa-star" aria-hidden="true"></i>
1783
+ </button>
1784
+ </li>
1785
+ <li
1786
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
1787
+ >
1788
+ <a class="pf-c-app-launcher__menu-item">
1789
+ Link 2
1790
+ <span
1791
+ class="pf-c-app-launcher__menu-item-external-icon"
1792
+ >
1793
+ <i
1794
+ class="fas fa-external-link-alt"
1795
+ aria-hidden="true"
1796
+ ></i>
1797
+ </span>
1798
+ <span class="pf-screen-reader">(opens new window)</span>
1799
+ </a>
1800
+ <button
1801
+ class="pf-c-app-launcher__menu-item pf-m-action"
1802
+ type="button"
1803
+ aria-label="Favorite"
1804
+ >
1805
+ <i class="fas fa-star" aria-hidden="true"></i>
1806
+ </button>
1807
+ </li>
1808
+ </ul>
1809
+ </section>
1810
+ </div>
1811
+ </nav>
1812
+ </div>
1541
1813
  <div class="pf-c-toolbar__item">
1542
1814
  <div class="pf-c-dropdown">
1543
1815
  <button
@@ -1578,7 +1850,7 @@ wrapperTag: div
1578
1850
  type="button"
1579
1851
  aria-label="Help"
1580
1852
  >
1581
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
1853
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1582
1854
  </button>
1583
1855
  <ul
1584
1856
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -3134,6 +3406,7 @@ wrapperTag: div
3134
3406
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
3135
3407
  href="#main-content-expandable-demo"
3136
3408
  >Skip to content</a>
3409
+
3137
3410
  <header class="pf-c-masthead" id="expandable-demo-masthead">
3138
3411
  <span class="pf-c-masthead__toggle">
3139
3412
  <button
@@ -3186,6 +3459,141 @@ wrapperTag: div
3186
3459
  <div
3187
3460
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
3188
3461
  >
3462
+ <div class="pf-c-toolbar__item">
3463
+ <nav
3464
+ class="pf-c-app-launcher"
3465
+ aria-label="Application launcher"
3466
+ id="expandable-demo-masthead-icon-group--app-launcher"
3467
+ >
3468
+ <button
3469
+ class="pf-c-app-launcher__toggle"
3470
+ type="button"
3471
+ id="-button"
3472
+ aria-expanded="false"
3473
+ aria-label="Application launcher"
3474
+ >
3475
+ <i class="fas fa-th" aria-hidden="true"></i>
3476
+ </button>
3477
+ <div
3478
+ class="pf-c-app-launcher__menu pf-m-align-right"
3479
+ hidden
3480
+ >
3481
+ <div class="pf-c-app-launcher__menu-search">
3482
+ <input
3483
+ class="pf-c-form-control"
3484
+ type="search"
3485
+ aria-label="Type to filter"
3486
+ placeholder="Filter by name..."
3487
+ id="expandable-demo-masthead-application-launcher-text-input"
3488
+ name="textInput1"
3489
+ />
3490
+ </div>
3491
+ <section class="pf-c-app-launcher__group">
3492
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
3493
+ <ul>
3494
+ <li
3495
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
3496
+ >
3497
+ <a class="pf-c-app-launcher__menu-item">
3498
+ Link 1
3499
+ <span
3500
+ class="pf-c-app-launcher__menu-item-external-icon"
3501
+ >
3502
+ <i
3503
+ class="fas fa-external-link-alt"
3504
+ aria-hidden="true"
3505
+ ></i>
3506
+ </span>
3507
+ <span class="pf-screen-reader">(opens new window)</span>
3508
+ </a>
3509
+ <button
3510
+ class="pf-c-app-launcher__menu-item pf-m-action"
3511
+ type="button"
3512
+ aria-label="Favorite"
3513
+ >
3514
+ <i class="fas fa-star" aria-hidden="true"></i>
3515
+ </button>
3516
+ </li>
3517
+ <li
3518
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
3519
+ >
3520
+ <a class="pf-c-app-launcher__menu-item">
3521
+ Link 2
3522
+ <span
3523
+ class="pf-c-app-launcher__menu-item-external-icon"
3524
+ >
3525
+ <i
3526
+ class="fas fa-external-link-alt"
3527
+ aria-hidden="true"
3528
+ ></i>
3529
+ </span>
3530
+ <span class="pf-screen-reader">(opens new window)</span>
3531
+ </a>
3532
+ <button
3533
+ class="pf-c-app-launcher__menu-item pf-m-action"
3534
+ type="button"
3535
+ aria-label="Favorite"
3536
+ >
3537
+ <i class="fas fa-star" aria-hidden="true"></i>
3538
+ </button>
3539
+ </li>
3540
+ </ul>
3541
+ </section>
3542
+ <hr class="pf-c-divider" />
3543
+ <section class="pf-c-app-launcher__group">
3544
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
3545
+ <ul>
3546
+ <li
3547
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
3548
+ >
3549
+ <a class="pf-c-app-launcher__menu-item">
3550
+ Link 1
3551
+ <span
3552
+ class="pf-c-app-launcher__menu-item-external-icon"
3553
+ >
3554
+ <i
3555
+ class="fas fa-external-link-alt"
3556
+ aria-hidden="true"
3557
+ ></i>
3558
+ </span>
3559
+ <span class="pf-screen-reader">(opens new window)</span>
3560
+ </a>
3561
+ <button
3562
+ class="pf-c-app-launcher__menu-item pf-m-action"
3563
+ type="button"
3564
+ aria-label="Favorite"
3565
+ >
3566
+ <i class="fas fa-star" aria-hidden="true"></i>
3567
+ </button>
3568
+ </li>
3569
+ <li
3570
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
3571
+ >
3572
+ <a class="pf-c-app-launcher__menu-item">
3573
+ Link 2
3574
+ <span
3575
+ class="pf-c-app-launcher__menu-item-external-icon"
3576
+ >
3577
+ <i
3578
+ class="fas fa-external-link-alt"
3579
+ aria-hidden="true"
3580
+ ></i>
3581
+ </span>
3582
+ <span class="pf-screen-reader">(opens new window)</span>
3583
+ </a>
3584
+ <button
3585
+ class="pf-c-app-launcher__menu-item pf-m-action"
3586
+ type="button"
3587
+ aria-label="Favorite"
3588
+ >
3589
+ <i class="fas fa-star" aria-hidden="true"></i>
3590
+ </button>
3591
+ </li>
3592
+ </ul>
3593
+ </section>
3594
+ </div>
3595
+ </nav>
3596
+ </div>
3189
3597
  <div class="pf-c-toolbar__item">
3190
3598
  <div class="pf-c-dropdown">
3191
3599
  <button
@@ -3226,7 +3634,7 @@ wrapperTag: div
3226
3634
  type="button"
3227
3635
  aria-label="Help"
3228
3636
  >
3229
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
3637
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3230
3638
  </button>
3231
3639
  <ul
3232
3640
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -3785,59 +4193,1189 @@ wrapperTag: div
3785
4193
  </div>
3786
4194
  </div>
3787
4195
  </section>
3788
- <section class="pf-c-page__main-section pf-m-limit-width">
3789
- <div class="pf-c-page__main-body">
3790
- <div class="pf-l-gallery pf-m-gutter">
3791
- <div class="pf-l-gallery__item">
3792
- <div class="pf-c-card">
3793
- <div class="pf-c-card__body">This is a card</div>
3794
- </div>
3795
- </div>
3796
- <div class="pf-l-gallery__item">
3797
- <div class="pf-c-card">
3798
- <div class="pf-c-card__body">This is a card</div>
3799
- </div>
3800
- </div>
3801
- <div class="pf-l-gallery__item">
3802
- <div class="pf-c-card">
3803
- <div class="pf-c-card__body">This is a card</div>
3804
- </div>
3805
- </div>
3806
- <div class="pf-l-gallery__item">
3807
- <div class="pf-c-card">
3808
- <div class="pf-c-card__body">This is a card</div>
3809
- </div>
3810
- </div>
3811
- <div class="pf-l-gallery__item">
3812
- <div class="pf-c-card">
3813
- <div class="pf-c-card__body">This is a card</div>
3814
- </div>
3815
- </div>
3816
- <div class="pf-l-gallery__item">
3817
- <div class="pf-c-card">
3818
- <div class="pf-c-card__body">This is a card</div>
3819
- </div>
3820
- </div>
3821
- <div class="pf-l-gallery__item">
3822
- <div class="pf-c-card">
3823
- <div class="pf-c-card__body">This is a card</div>
3824
- </div>
3825
- </div>
3826
- <div class="pf-l-gallery__item">
3827
- <div class="pf-c-card">
3828
- <div class="pf-c-card__body">This is a card</div>
3829
- </div>
3830
- </div>
3831
- <div class="pf-l-gallery__item">
3832
- <div class="pf-c-card">
3833
- <div class="pf-c-card__body">This is a card</div>
4196
+ <section class="pf-c-page__main-section pf-m-no-padding pf-m-padding-on-xl">
4197
+ <div class="pf-c-card">
4198
+ <div class="pf-c-toolbar">
4199
+ <div class="pf-c-toolbar__content">
4200
+ <div class="pf-c-toolbar__content-section pf-m-nowrap">
4201
+ <div
4202
+ class="pf-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
4203
+ >
4204
+ <div class="pf-c-toolbar__toggle">
4205
+ <button
4206
+ class="pf-c-button pf-m-plain"
4207
+ type="button"
4208
+ aria-label="Show filters"
4209
+ aria-expanded="false"
4210
+ aria-controls="-expandable-content"
4211
+ >
4212
+ <i class="fas fa-filter" aria-hidden="true"></i>
4213
+ </button>
4214
+ </div>
4215
+ <div class="pf-c-toolbar__item pf-m-bulk-select">
4216
+ <div class="pf-c-dropdown">
4217
+ <div class="pf-c-dropdown__toggle pf-m-split-button">
4218
+ <label
4219
+ class="pf-c-dropdown__toggle-check"
4220
+ for="-bulk-select-toggle-check"
4221
+ >
4222
+ <input
4223
+ type="checkbox"
4224
+ id="-bulk-select-toggle-check"
4225
+ aria-label="Select all"
4226
+ />
4227
+ </label>
4228
+
4229
+ <button
4230
+ class="pf-c-dropdown__toggle-button"
4231
+ type="button"
4232
+ aria-expanded="false"
4233
+ id="-bulk-select-toggle-button"
4234
+ aria-label="Dropdown toggle"
4235
+ >
4236
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
4237
+ </button>
4238
+ </div>
4239
+ <ul class="pf-c-dropdown__menu" hidden>
4240
+ <li>
4241
+ <button
4242
+ class="pf-c-dropdown__menu-item"
4243
+ type="button"
4244
+ >Select all</button>
4245
+ </li>
4246
+ <li>
4247
+ <button
4248
+ class="pf-c-dropdown__menu-item"
4249
+ type="button"
4250
+ >Select none</button>
4251
+ </li>
4252
+ <li>
4253
+ <button
4254
+ class="pf-c-dropdown__menu-item"
4255
+ type="button"
4256
+ >Other action</button>
4257
+ </li>
4258
+ </ul>
4259
+ </div>
4260
+ </div>
4261
+
4262
+ <div class="pf-c-toolbar__item pf-m-search-filter">
4263
+ <div
4264
+ class="pf-c-input-group"
4265
+ aria-label="search filter"
4266
+ role="group"
4267
+ >
4268
+ <div class="pf-c-dropdown">
4269
+ <button
4270
+ class="pf-c-dropdown__toggle"
4271
+ id="--button"
4272
+ aria-expanded="false"
4273
+ type="button"
4274
+ >
4275
+ <span class="pf-c-dropdown__toggle-text">Name</span>
4276
+ <span class="pf-c-dropdown__toggle-icon">
4277
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
4278
+ </span>
4279
+ </button>
4280
+ <ul
4281
+ class="pf-c-dropdown__menu"
4282
+ aria-labelledby="--button"
4283
+ hidden
4284
+ >
4285
+ <li>
4286
+ <a class="pf-c-dropdown__menu-item" href="#">Link</a>
4287
+ </li>
4288
+ <li>
4289
+ <button
4290
+ class="pf-c-dropdown__menu-item"
4291
+ type="button"
4292
+ >Action</button>
4293
+ </li>
4294
+ <li>
4295
+ <a
4296
+ class="pf-c-dropdown__menu-item pf-m-disabled"
4297
+ href="#"
4298
+ aria-disabled="true"
4299
+ tabindex="-1"
4300
+ >Disabled link</a>
4301
+ </li>
4302
+ <li>
4303
+ <button
4304
+ class="pf-c-dropdown__menu-item"
4305
+ type="button"
4306
+ disabled
4307
+ >Disabled action</button>
4308
+ </li>
4309
+ <li class="pf-c-divider" role="separator"></li>
4310
+ <li>
4311
+ <a
4312
+ class="pf-c-dropdown__menu-item"
4313
+ href="#"
4314
+ >Separated link</a>
4315
+ </li>
4316
+ </ul>
4317
+ </div>
4318
+ <input
4319
+ class="pf-c-form-control"
4320
+ type="search"
4321
+ id="--search-filter-input"
4322
+ name="-search-filter-input"
4323
+ aria-label="input with dropdown and button"
4324
+ aria-describedby="--button"
4325
+ />
4326
+ </div>
4327
+ </div>
4328
+
4329
+ <div class="pf-c-toolbar__group pf-m-filter-group">
4330
+ <div class="pf-c-toolbar__item">
4331
+ <div class="pf-c-select">
4332
+ <span id="-select-checkbox-status-label" hidden>Choose one</span>
4333
+
4334
+ <button
4335
+ class="pf-c-select__toggle"
4336
+ type="button"
4337
+ id="-select-checkbox-status-toggle"
4338
+ aria-haspopup="true"
4339
+ aria-expanded="false"
4340
+ aria-labelledby="-select-checkbox-status-label -select-checkbox-status-toggle"
4341
+ >
4342
+ <div class="pf-c-select__toggle-wrapper">
4343
+ <span class="pf-c-select__toggle-text">Status</span>
4344
+ </div>
4345
+ <span class="pf-c-select__toggle-arrow">
4346
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
4347
+ </span>
4348
+ </button>
4349
+
4350
+ <div class="pf-c-select__menu" hidden>
4351
+ <fieldset
4352
+ class="pf-c-select__menu-fieldset"
4353
+ aria-label="Select input"
4354
+ >
4355
+ <label
4356
+ class="pf-c-check pf-c-select__menu-item pf-m-description"
4357
+ for="-select-checkbox-status-active"
4358
+ >
4359
+ <input
4360
+ class="pf-c-check__input"
4361
+ type="checkbox"
4362
+ id="-select-checkbox-status-active"
4363
+ name="-select-checkbox-status-active"
4364
+ />
4365
+
4366
+ <span class="pf-c-check__label">Active</span>
4367
+ <span
4368
+ class="pf-c-check__description"
4369
+ >This is a description</span>
4370
+ </label>
4371
+ <label
4372
+ class="pf-c-check pf-c-select__menu-item pf-m-description"
4373
+ for="-select-checkbox-status-canceled"
4374
+ >
4375
+ <input
4376
+ class="pf-c-check__input"
4377
+ type="checkbox"
4378
+ id="-select-checkbox-status-canceled"
4379
+ name="-select-checkbox-status-canceled"
4380
+ />
4381
+
4382
+ <span class="pf-c-check__label">Canceled</span>
4383
+ <span
4384
+ class="pf-c-check__description"
4385
+ >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
4386
+ </label>
4387
+ <label
4388
+ class="pf-c-check pf-c-select__menu-item"
4389
+ for="-select-checkbox-status-paused"
4390
+ >
4391
+ <input
4392
+ class="pf-c-check__input"
4393
+ type="checkbox"
4394
+ id="-select-checkbox-status-paused"
4395
+ name="-select-checkbox-status-paused"
4396
+ />
4397
+
4398
+ <span class="pf-c-check__label">Paused</span>
4399
+ </label>
4400
+ <label
4401
+ class="pf-c-check pf-c-select__menu-item"
4402
+ for="-select-checkbox-status-warning"
4403
+ >
4404
+ <input
4405
+ class="pf-c-check__input"
4406
+ type="checkbox"
4407
+ id="-select-checkbox-status-warning"
4408
+ name="-select-checkbox-status-warning"
4409
+ />
4410
+
4411
+ <span class="pf-c-check__label">Warning</span>
4412
+ </label>
4413
+ <label
4414
+ class="pf-c-check pf-c-select__menu-item"
4415
+ for="-select-checkbox-status-restarted"
4416
+ >
4417
+ <input
4418
+ class="pf-c-check__input"
4419
+ type="checkbox"
4420
+ id="-select-checkbox-status-restarted"
4421
+ name="-select-checkbox-status-restarted"
4422
+ />
4423
+
4424
+ <span class="pf-c-check__label">Restarted</span>
4425
+ </label>
4426
+ </fieldset>
4427
+ </div>
4428
+ </div>
4429
+ </div>
4430
+ <div class="pf-c-toolbar__item">
4431
+ <div class="pf-c-select">
4432
+ <span id="-select-checkbox-risk-label" hidden>Choose one</span>
4433
+
4434
+ <button
4435
+ class="pf-c-select__toggle"
4436
+ type="button"
4437
+ id="-select-checkbox-risk-toggle"
4438
+ aria-haspopup="true"
4439
+ aria-expanded="false"
4440
+ aria-labelledby="-select-checkbox-risk-label -select-checkbox-risk-toggle"
4441
+ >
4442
+ <div class="pf-c-select__toggle-wrapper">
4443
+ <span class="pf-c-select__toggle-text">Risk</span>
4444
+ </div>
4445
+ <span class="pf-c-select__toggle-arrow">
4446
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
4447
+ </span>
4448
+ </button>
4449
+
4450
+ <div class="pf-c-select__menu" hidden>
4451
+ <fieldset
4452
+ class="pf-c-select__menu-fieldset"
4453
+ aria-label="Select input"
4454
+ >
4455
+ <label
4456
+ class="pf-c-check pf-c-select__menu-item pf-m-description"
4457
+ for="-select-checkbox-risk-active"
4458
+ >
4459
+ <input
4460
+ class="pf-c-check__input"
4461
+ type="checkbox"
4462
+ id="-select-checkbox-risk-active"
4463
+ name="-select-checkbox-risk-active"
4464
+ />
4465
+
4466
+ <span class="pf-c-check__label">Active</span>
4467
+ <span
4468
+ class="pf-c-check__description"
4469
+ >This is a description</span>
4470
+ </label>
4471
+ <label
4472
+ class="pf-c-check pf-c-select__menu-item pf-m-description"
4473
+ for="-select-checkbox-risk-canceled"
4474
+ >
4475
+ <input
4476
+ class="pf-c-check__input"
4477
+ type="checkbox"
4478
+ id="-select-checkbox-risk-canceled"
4479
+ name="-select-checkbox-risk-canceled"
4480
+ />
4481
+
4482
+ <span class="pf-c-check__label">Canceled</span>
4483
+ <span
4484
+ class="pf-c-check__description"
4485
+ >This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
4486
+ </label>
4487
+ <label
4488
+ class="pf-c-check pf-c-select__menu-item"
4489
+ for="-select-checkbox-risk-paused"
4490
+ >
4491
+ <input
4492
+ class="pf-c-check__input"
4493
+ type="checkbox"
4494
+ id="-select-checkbox-risk-paused"
4495
+ name="-select-checkbox-risk-paused"
4496
+ />
4497
+
4498
+ <span class="pf-c-check__label">Paused</span>
4499
+ </label>
4500
+ <label
4501
+ class="pf-c-check pf-c-select__menu-item"
4502
+ for="-select-checkbox-risk-warning"
4503
+ >
4504
+ <input
4505
+ class="pf-c-check__input"
4506
+ type="checkbox"
4507
+ id="-select-checkbox-risk-warning"
4508
+ name="-select-checkbox-risk-warning"
4509
+ />
4510
+
4511
+ <span class="pf-c-check__label">Warning</span>
4512
+ </label>
4513
+ <label
4514
+ class="pf-c-check pf-c-select__menu-item"
4515
+ for="-select-checkbox-risk-restarted"
4516
+ >
4517
+ <input
4518
+ class="pf-c-check__input"
4519
+ type="checkbox"
4520
+ id="-select-checkbox-risk-restarted"
4521
+ name="-select-checkbox-risk-restarted"
4522
+ />
4523
+
4524
+ <span class="pf-c-check__label">Restarted</span>
4525
+ </label>
4526
+ </fieldset>
4527
+ </div>
4528
+ </div>
4529
+ </div>
4530
+ </div>
4531
+ </div>
4532
+
4533
+ <div class="pf-c-toolbar__item">
4534
+ <button
4535
+ class="pf-c-button pf-m-plain"
4536
+ type="button"
4537
+ aria-label="Sort"
4538
+ >
4539
+ <i class="fas fa-sort-amount-down" aria-hidden="true"></i>
4540
+ </button>
4541
+ </div>
4542
+
4543
+ <div class="pf-c-toolbar__item pf-m-pagination">
4544
+ <div class="pf-c-pagination pf-m-compact">
4545
+ <div class="pf-c-options-menu">
4546
+ <div class="pf-c-options-menu__toggle pf-m-text pf-m-plain">
4547
+ <span class="pf-c-options-menu__toggle-text">
4548
+ <b>1 - 10</b>&nbsp;of&nbsp;
4549
+ <b>36</b>
4550
+ </span>
4551
+ <button
4552
+ class="pf-c-options-menu__toggle-button"
4553
+ id="-top-pagination-toggle"
4554
+ aria-haspopup="listbox"
4555
+ aria-expanded="false"
4556
+ aria-label="Items per page"
4557
+ >
4558
+ <span class="pf-c-options-menu__toggle-button-icon">
4559
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
4560
+ </span>
4561
+ </button>
4562
+ </div>
4563
+ <ul
4564
+ class="pf-c-options-menu__menu"
4565
+ aria-labelledby="-top-pagination-toggle"
4566
+ hidden
4567
+ >
4568
+ <li>
4569
+ <button
4570
+ class="pf-c-options-menu__menu-item"
4571
+ type="button"
4572
+ >5 per page</button>
4573
+ </li>
4574
+ <li>
4575
+ <button
4576
+ class="pf-c-options-menu__menu-item"
4577
+ type="button"
4578
+ >
4579
+ 10 per page
4580
+ <div class="pf-c-options-menu__menu-item-icon">
4581
+ <i class="fas fa-check" aria-hidden="true"></i>
4582
+ </div>
4583
+ </button>
4584
+ </li>
4585
+ <li>
4586
+ <button
4587
+ class="pf-c-options-menu__menu-item"
4588
+ type="button"
4589
+ >20 per page</button>
4590
+ </li>
4591
+ </ul>
4592
+ </div>
4593
+ <nav
4594
+ class="pf-c-pagination__nav"
4595
+ aria-label="Toolbar top pagination"
4596
+ >
4597
+ <div class="pf-c-pagination__nav-control pf-m-prev">
4598
+ <button
4599
+ class="pf-c-button pf-m-plain"
4600
+ type="button"
4601
+ disabled
4602
+ aria-label="Go to previous page"
4603
+ >
4604
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
4605
+ </button>
4606
+ </div>
4607
+ <div class="pf-c-pagination__nav-control pf-m-next">
4608
+ <button
4609
+ class="pf-c-button pf-m-plain"
4610
+ type="button"
4611
+ aria-label="Go to next page"
4612
+ >
4613
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
4614
+ </button>
4615
+ </div>
4616
+ </nav>
4617
+ </div>
4618
+ </div>
4619
+ </div>
4620
+
4621
+ <div
4622
+ class="pf-c-toolbar__expandable-content pf-m-hidden"
4623
+ id="-expandable-content"
4624
+ hidden
4625
+ ></div>
4626
+ </div>
4627
+ </div>
4628
+ <table
4629
+ class="pf-c-table pf-m-expandable pf-m-grid-md"
4630
+ role="grid"
4631
+ aria-label="Expandable table example"
4632
+ id="expandable-demo-table"
4633
+ >
4634
+ <thead>
4635
+ <tr role="row">
4636
+ <td class="pf-c-table__toggle" role="cell">
4637
+ <button
4638
+ class="pf-c-button pf-m-plain"
4639
+ id="expandable-demo-table-expandable-toggle-thead"
4640
+ aria-label="Expand all"
4641
+ >
4642
+ <div class="pf-c-table__toggle-icon">
4643
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
4644
+ </div>
4645
+ </button>
4646
+ </td>
4647
+
4648
+ <td></td>
4649
+ <th
4650
+ class="pf-m-width-30"
4651
+ role="columnheader"
4652
+ scope="col"
4653
+ >Repositories</th>
4654
+ <th role="columnheader" scope="col">Branches</th>
4655
+ <th role="columnheader" scope="col">Pull requests</th>
4656
+ <th role="columnheader" scope="col">Work spaces</th>
4657
+ <th role="columnheader" scope="col">Last commit</th>
4658
+ <td></td>
4659
+ <td></td>
4660
+ </tr>
4661
+ </thead>
4662
+
4663
+ <tbody role="rowgroup">
4664
+ <tr role="row">
4665
+ <td class="pf-c-table__toggle" role="cell">
4666
+ <button
4667
+ class="pf-c-button pf-m-plain"
4668
+ aria-labelledby="expandable-demo-table-node1 expandable-toggle1"
4669
+ id="expandable-toggle1"
4670
+ aria-label="Details"
4671
+ aria-controls="expandable-demo-table-content1"
4672
+ >
4673
+ <div class="pf-c-table__toggle-icon">
4674
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
4675
+ </div>
4676
+ </button>
4677
+ </td>
4678
+
4679
+ <td class="pf-c-table__check" role="cell">
4680
+ <input
4681
+ type="checkbox"
4682
+ name="checkrow1"
4683
+ aria-labelledby="expandable-demo-table-node1"
4684
+ />
4685
+ </td>
4686
+ <th role="columnheader" data-label="Repository name">
4687
+ <div>
4688
+ <div id="expandable-demo-table-node1">Node 1</div>
4689
+ <a href="#">siemur/test-space</a>
4690
+ </div>
4691
+ </th>
4692
+ <td role="cell" data-label="Branches">
4693
+ <span>
4694
+ <i class="fas fa-code-branch"></i> 10
4695
+ </span>
4696
+ </td>
4697
+ <td role="cell" data-label="Pull requests">
4698
+ <span>
4699
+ <i class="fas fa-code"></i> 25
4700
+ </span>
4701
+ </td>
4702
+ <td role="cell" data-label="Work spaces">
4703
+ <span>
4704
+ <i class="fas fa-cube"></i> 5
4705
+ </span>
4706
+ </td>
4707
+ <td role="cell" data-label="Last commit">2 days ago</td>
4708
+ <td role="cell" data-label="Action">
4709
+ <a href="#">Action link</a>
4710
+ </td>
4711
+ <td class="pf-c-table__action" role="cell">
4712
+ <div class="pf-c-dropdown">
4713
+ <button
4714
+ class="pf-c-dropdown__toggle pf-m-plain"
4715
+ id="expandable-demo-table-dropdown-kebab-1-button"
4716
+ aria-expanded="false"
4717
+ type="button"
4718
+ aria-label="Actions"
4719
+ >
4720
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4721
+ </button>
4722
+ <ul
4723
+ class="pf-c-dropdown__menu pf-m-align-right"
4724
+ aria-labelledby="expandable-demo-table-dropdown-kebab-1-button"
4725
+ hidden
4726
+ >
4727
+ <li>
4728
+ <a class="pf-c-dropdown__menu-item" href="#">Link</a>
4729
+ </li>
4730
+ <li>
4731
+ <button
4732
+ class="pf-c-dropdown__menu-item"
4733
+ type="button"
4734
+ >Action</button>
4735
+ </li>
4736
+ <li>
4737
+ <a
4738
+ class="pf-c-dropdown__menu-item pf-m-disabled"
4739
+ href="#"
4740
+ aria-disabled="true"
4741
+ tabindex="-1"
4742
+ >Disabled link</a>
4743
+ </li>
4744
+ <li>
4745
+ <button
4746
+ class="pf-c-dropdown__menu-item"
4747
+ type="button"
4748
+ disabled
4749
+ >Disabled action</button>
4750
+ </li>
4751
+ <li class="pf-c-divider" role="separator"></li>
4752
+ <li>
4753
+ <a
4754
+ class="pf-c-dropdown__menu-item"
4755
+ href="#"
4756
+ >Separated link</a>
4757
+ </li>
4758
+ </ul>
4759
+ </div>
4760
+ </td>
4761
+ </tr>
4762
+
4763
+ <tr class="pf-c-table__expandable-row" role="row">
4764
+ <td role="cell"></td>
4765
+
4766
+ <td role="cell"></td>
4767
+
4768
+ <td
4769
+ class
4770
+ role="cell"
4771
+ colspan="7"
4772
+ id="expandable-demo-table-content1"
4773
+ >
4774
+ <div class="pf-c-table__expandable-row-content">
4775
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
4776
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
4777
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
4778
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
4779
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
4780
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
4781
+ </div>
4782
+ </td>
4783
+ <td role="cell"></td>
4784
+ </tr>
4785
+ </tbody>
4786
+
4787
+ <tbody class="pf-m-expanded" role="rowgroup">
4788
+ <tr role="row">
4789
+ <td class="pf-c-table__toggle" role="cell">
4790
+ <button
4791
+ class="pf-c-button pf-m-plain pf-m-expanded"
4792
+ aria-labelledby="expandable-demo-table-node2 expandable-toggle2"
4793
+ id="expandable-toggle2"
4794
+ aria-label="Details"
4795
+ aria-controls="expandable-demo-table-content2"
4796
+ aria-expanded="true"
4797
+ >
4798
+ <div class="pf-c-table__toggle-icon">
4799
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
4800
+ </div>
4801
+ </button>
4802
+ </td>
4803
+
4804
+ <td class="pf-c-table__check" role="cell">
4805
+ <input
4806
+ type="checkbox"
4807
+ name="checkrow2"
4808
+ aria-labelledby="expandable-demo-table-node2"
4809
+ />
4810
+ </td>
4811
+ <td role="cell" data-label="Repository name">
4812
+ <div>
4813
+ <div id="expandable-demo-table-node2">Node 2</div>
4814
+ <a href="#">siemur/test-space</a>
4815
+ </div>
4816
+ </td>
4817
+ <td role="cell" data-label="Branches">
4818
+ <span>
4819
+ <i class="fas fa-code-branch"></i> 10
4820
+ </span>
4821
+ </td>
4822
+ <td role="cell" data-label="Pull requests">
4823
+ <span>
4824
+ <i class="fas fa-code"></i> 5
4825
+ </span>
4826
+ </td>
4827
+ <td role="cell" data-label="Work spaces">
4828
+ <span>
4829
+ <i class="fas fa-cube"></i> 8
4830
+ </span>
4831
+ </td>
4832
+ <td role="cell" data-label="Last commit">2 days ago</td>
4833
+ <td role="cell" data-label="Action">
4834
+ <a href="#">Action link</a>
4835
+ </td>
4836
+ <td class="pf-c-table__action" role="cell">
4837
+ <div class="pf-c-dropdown">
4838
+ <button
4839
+ class="pf-c-dropdown__toggle pf-m-plain"
4840
+ id="expandable-demo-table-dropdown-kebab-3-button"
4841
+ aria-expanded="false"
4842
+ type="button"
4843
+ aria-label="Actions"
4844
+ >
4845
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4846
+ </button>
4847
+ <ul
4848
+ class="pf-c-dropdown__menu pf-m-align-right"
4849
+ aria-labelledby="expandable-demo-table-dropdown-kebab-3-button"
4850
+ hidden
4851
+ >
4852
+ <li>
4853
+ <a class="pf-c-dropdown__menu-item" href="#">Link</a>
4854
+ </li>
4855
+ <li>
4856
+ <button
4857
+ class="pf-c-dropdown__menu-item"
4858
+ type="button"
4859
+ >Action</button>
4860
+ </li>
4861
+ <li>
4862
+ <a
4863
+ class="pf-c-dropdown__menu-item pf-m-disabled"
4864
+ href="#"
4865
+ aria-disabled="true"
4866
+ tabindex="-1"
4867
+ >Disabled link</a>
4868
+ </li>
4869
+ <li>
4870
+ <button
4871
+ class="pf-c-dropdown__menu-item"
4872
+ type="button"
4873
+ disabled
4874
+ >Disabled action</button>
4875
+ </li>
4876
+ <li class="pf-c-divider" role="separator"></li>
4877
+ <li>
4878
+ <a
4879
+ class="pf-c-dropdown__menu-item"
4880
+ href="#"
4881
+ >Separated link</a>
4882
+ </li>
4883
+ </ul>
4884
+ </div>
4885
+ </td>
4886
+ </tr>
4887
+
4888
+ <tr class="pf-c-table__expandable-row pf-m-expanded" role="row">
4889
+ <td role="cell"></td>
4890
+
4891
+ <td role="cell"></td>
4892
+
4893
+ <td
4894
+ class
4895
+ role="cell"
4896
+ colspan="5"
4897
+ id="expandable-demo-table-content2"
4898
+ >
4899
+ <div class="pf-c-table__expandable-row-content">
4900
+ <div class="pf-c-content">
4901
+ <p>
4902
+ Git URL:
4903
+ <small>http://github.com/mindreeper2420/rhuxd.git</small>
4904
+ </p>
4905
+ <p>
4906
+ Latest commit SHA1
4907
+ <small>64ae92893d7a98c71b3ef56835ed1c96354526be</small>
4908
+ </p>
4909
+ <p>
4910
+ Status
4911
+ <small>20 total files changed</small>
4912
+ </p>
4913
+ <p>
4914
+ License
4915
+ <small>Apache License 2.9</small>
4916
+ </p>
4917
+ </div>
4918
+ </div>
4919
+ </td>
4920
+ <td role="cell"></td>
4921
+ <td role="cell"></td>
4922
+ </tr>
4923
+ </tbody>
4924
+
4925
+ <tbody role="rowgroup">
4926
+ <tr role="row">
4927
+ <td class="pf-c-table__toggle" role="cell">
4928
+ <button
4929
+ class="pf-c-button pf-m-plain"
4930
+ aria-labelledby="expandable-demo-table-node3 expandable-toggle3"
4931
+ id="expandable-toggle3"
4932
+ aria-label="Details"
4933
+ aria-controls="expandable-demo-table-content3"
4934
+ >
4935
+ <div class="pf-c-table__toggle-icon">
4936
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
4937
+ </div>
4938
+ </button>
4939
+ </td>
4940
+
4941
+ <td class="pf-c-table__check" role="cell">
4942
+ <input
4943
+ type="checkbox"
4944
+ name="checkrow3"
4945
+ aria-labelledby="expandable-demo-table-node3"
4946
+ />
4947
+ </td>
4948
+ <th role="columnheader" data-label="Repository name">
4949
+ <div>
4950
+ <div id="expandable-demo-table-node3">Node 3</div>
4951
+ <a href="#">siemur/test-space</a>
4952
+ </div>
4953
+ </th>
4954
+ <td role="cell" data-label="Branches">
4955
+ <span>
4956
+ <i class="fas fa-code-branch"></i> 10
4957
+ </span>
4958
+ </td>
4959
+ <td role="cell" data-label="Pull requests">
4960
+ <span>
4961
+ <i class="fas fa-code"></i> 25
4962
+ </span>
4963
+ </td>
4964
+ <td role="cell" data-label="Work spaces">
4965
+ <span>
4966
+ <i class="fas fa-cube"></i> 5
4967
+ </span>
4968
+ </td>
4969
+ <td role="cell" data-label="Last commit">2 days ago</td>
4970
+ <td role="cell" data-label="Action">
4971
+ <a href="#">Action link</a>
4972
+ </td>
4973
+ <td class="pf-c-table__action" role="cell">
4974
+ <div class="pf-c-dropdown">
4975
+ <button
4976
+ class="pf-c-dropdown__toggle pf-m-plain"
4977
+ id="expandable-demo-table-dropdown-kebab-4-button"
4978
+ aria-expanded="false"
4979
+ type="button"
4980
+ aria-label="Actions"
4981
+ >
4982
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
4983
+ </button>
4984
+ <ul
4985
+ class="pf-c-dropdown__menu pf-m-align-right"
4986
+ aria-labelledby="expandable-demo-table-dropdown-kebab-4-button"
4987
+ hidden
4988
+ >
4989
+ <li>
4990
+ <a class="pf-c-dropdown__menu-item" href="#">Link</a>
4991
+ </li>
4992
+ <li>
4993
+ <button
4994
+ class="pf-c-dropdown__menu-item"
4995
+ type="button"
4996
+ >Action</button>
4997
+ </li>
4998
+ <li>
4999
+ <a
5000
+ class="pf-c-dropdown__menu-item pf-m-disabled"
5001
+ href="#"
5002
+ aria-disabled="true"
5003
+ tabindex="-1"
5004
+ >Disabled link</a>
5005
+ </li>
5006
+ <li>
5007
+ <button
5008
+ class="pf-c-dropdown__menu-item"
5009
+ type="button"
5010
+ disabled
5011
+ >Disabled action</button>
5012
+ </li>
5013
+ <li class="pf-c-divider" role="separator"></li>
5014
+ <li>
5015
+ <a
5016
+ class="pf-c-dropdown__menu-item"
5017
+ href="#"
5018
+ >Separated link</a>
5019
+ </li>
5020
+ </ul>
5021
+ </div>
5022
+ </td>
5023
+ </tr>
5024
+
5025
+ <tr class="pf-c-table__expandable-row" role="row">
5026
+ <td
5027
+ class
5028
+ role="cell"
5029
+ colspan="9"
5030
+ id="expandable-demo-table-content3"
5031
+ >
5032
+ <div class="pf-c-table__expandable-row-content">
5033
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
5034
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
5035
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
5036
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
5037
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
5038
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
5039
+ </div>
5040
+ </td>
5041
+ </tr>
5042
+ </tbody>
5043
+
5044
+ <tbody role="rowgroup">
5045
+ <tr role="row">
5046
+ <td class="pf-c-table__toggle" role="cell">
5047
+ <button
5048
+ class="pf-c-button pf-m-plain"
5049
+ aria-labelledby="expandable-demo-table-node4 expandable-toggle4"
5050
+ id="expandable-toggle4"
5051
+ aria-label="Details"
5052
+ aria-controls="expandable-demo-table-content4"
5053
+ >
5054
+ <div class="pf-c-table__toggle-icon">
5055
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5056
+ </div>
5057
+ </button>
5058
+ </td>
5059
+
5060
+ <td class="pf-c-table__check" role="cell">
5061
+ <input
5062
+ type="checkbox"
5063
+ name="checkrow4"
5064
+ aria-labelledby="expandable-demo-table-node4"
5065
+ />
5066
+ </td>
5067
+ <th role="columnheader" data-label="Repository name">
5068
+ <div>
5069
+ <div id="expandable-demo-table-node4">Node 4</div>
5070
+ <a href="#">siemur/test-space</a>
5071
+ </div>
5072
+ </th>
5073
+ <td role="cell" data-label="Branches">
5074
+ <span>
5075
+ <i class="fas fa-code-branch"></i> 10
5076
+ </span>
5077
+ </td>
5078
+ <td role="cell" data-label="Pull requests">
5079
+ <span>
5080
+ <i class="fas fa-code"></i> 25
5081
+ </span>
5082
+ </td>
5083
+ <td role="cell" data-label="Work spaces">
5084
+ <span>
5085
+ <i class="fas fa-cube"></i> 5
5086
+ </span>
5087
+ </td>
5088
+ <td role="cell" data-label="Last commit">2 days ago</td>
5089
+ <td role="cell" data-label="Action">
5090
+ <a href="#">Action link</a>
5091
+ </td>
5092
+ <td class="pf-c-table__action" role="cell">
5093
+ <div class="pf-c-dropdown">
5094
+ <button
5095
+ class="pf-c-dropdown__toggle pf-m-plain"
5096
+ id="expandable-demo-table-dropdown-kebab-5-button"
5097
+ aria-expanded="false"
5098
+ type="button"
5099
+ aria-label="Actions"
5100
+ >
5101
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5102
+ </button>
5103
+ <ul
5104
+ class="pf-c-dropdown__menu pf-m-align-right"
5105
+ aria-labelledby="expandable-demo-table-dropdown-kebab-5-button"
5106
+ hidden
5107
+ >
5108
+ <li>
5109
+ <a class="pf-c-dropdown__menu-item" href="#">Link</a>
5110
+ </li>
5111
+ <li>
5112
+ <button
5113
+ class="pf-c-dropdown__menu-item"
5114
+ type="button"
5115
+ >Action</button>
5116
+ </li>
5117
+ <li>
5118
+ <a
5119
+ class="pf-c-dropdown__menu-item pf-m-disabled"
5120
+ href="#"
5121
+ aria-disabled="true"
5122
+ tabindex="-1"
5123
+ >Disabled link</a>
5124
+ </li>
5125
+ <li>
5126
+ <button
5127
+ class="pf-c-dropdown__menu-item"
5128
+ type="button"
5129
+ disabled
5130
+ >Disabled action</button>
5131
+ </li>
5132
+ <li class="pf-c-divider" role="separator"></li>
5133
+ <li>
5134
+ <a
5135
+ class="pf-c-dropdown__menu-item"
5136
+ href="#"
5137
+ >Separated link</a>
5138
+ </li>
5139
+ </ul>
5140
+ </div>
5141
+ </td>
5142
+ </tr>
5143
+
5144
+ <tr class="pf-c-table__expandable-row" role="row">
5145
+ <td
5146
+ class
5147
+ role="cell"
5148
+ colspan="9"
5149
+ id="expandable-demo-table-content4"
5150
+ >
5151
+ <div class="pf-c-table__expandable-row-content">
5152
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
5153
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
5154
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
5155
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
5156
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
5157
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
5158
+ </div>
5159
+ </td>
5160
+ </tr>
5161
+ </tbody>
5162
+
5163
+ <tbody role="rowgroup">
5164
+ <tr role="row">
5165
+ <td class="pf-c-table__toggle" role="cell">
5166
+ <button
5167
+ class="pf-c-button pf-m-plain"
5168
+ aria-labelledby="expandable-demo-table-node5 expandable-toggle5"
5169
+ id="expandable-toggle5"
5170
+ aria-label="Details"
5171
+ aria-controls="expandable-demo-table-content5"
5172
+ >
5173
+ <div class="pf-c-table__toggle-icon">
5174
+ <i class="fas fa-angle-down" aria-hidden="true"></i>
5175
+ </div>
5176
+ </button>
5177
+ </td>
5178
+
5179
+ <td class="pf-c-table__check" role="cell">
5180
+ <input
5181
+ type="checkbox"
5182
+ name="checkrow5"
5183
+ aria-labelledby="expandable-demo-table-node5"
5184
+ />
5185
+ </td>
5186
+ <td role="cell" data-label="Repository name">
5187
+ <div>
5188
+ <div id="expandable-demo-table-node5">Node 5</div>
5189
+ <a href="#">siemur/test-space</a>
5190
+ </div>
5191
+ </td>
5192
+ <td role="cell" data-label="Branches">
5193
+ <span>
5194
+ <i class="fas fa-code-branch"></i> 10
5195
+ </span>
5196
+ </td>
5197
+ <td role="cell" data-label="Pull requests">
5198
+ <span>
5199
+ <i class="fas fa-code"></i> 25
5200
+ </span>
5201
+ </td>
5202
+ <td role="cell" data-label="Work spaces">
5203
+ <span>
5204
+ <i class="fas fa-cube"></i> 5
5205
+ </span>
5206
+ </td>
5207
+ <td role="cell" data-label="Last commit">2 days ago</td>
5208
+ <td role="cell" data-label="Action">
5209
+ <a href="#">Action link</a>
5210
+ </td>
5211
+ <td class="pf-c-table__action" role="cell">
5212
+ <div class="pf-c-dropdown">
5213
+ <button
5214
+ class="pf-c-dropdown__toggle pf-m-plain"
5215
+ id="expandable-demo-table-dropdown-kebab-6-button"
5216
+ aria-expanded="false"
5217
+ type="button"
5218
+ aria-label="Actions"
5219
+ >
5220
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
5221
+ </button>
5222
+ <ul
5223
+ class="pf-c-dropdown__menu pf-m-align-right"
5224
+ aria-labelledby="expandable-demo-table-dropdown-kebab-6-button"
5225
+ hidden
5226
+ >
5227
+ <li>
5228
+ <a class="pf-c-dropdown__menu-item" href="#">Link</a>
5229
+ </li>
5230
+ <li>
5231
+ <button
5232
+ class="pf-c-dropdown__menu-item"
5233
+ type="button"
5234
+ >Action</button>
5235
+ </li>
5236
+ <li>
5237
+ <a
5238
+ class="pf-c-dropdown__menu-item pf-m-disabled"
5239
+ href="#"
5240
+ aria-disabled="true"
5241
+ tabindex="-1"
5242
+ >Disabled link</a>
5243
+ </li>
5244
+ <li>
5245
+ <button
5246
+ class="pf-c-dropdown__menu-item"
5247
+ type="button"
5248
+ disabled
5249
+ >Disabled action</button>
5250
+ </li>
5251
+ <li class="pf-c-divider" role="separator"></li>
5252
+ <li>
5253
+ <a
5254
+ class="pf-c-dropdown__menu-item"
5255
+ href="#"
5256
+ >Separated link</a>
5257
+ </li>
5258
+ </ul>
5259
+ </div>
5260
+ </td>
5261
+ </tr>
5262
+
5263
+ <tr class="pf-c-table__expandable-row" role="row">
5264
+ <td
5265
+ class
5266
+ role="cell"
5267
+ colspan="9"
5268
+ id="expandable-demo-table-content5"
5269
+ >
5270
+ <div class="pf-c-table__expandable-row-content">
5271
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
5272
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
5273
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
5274
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
5275
+ cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
5276
+ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
5277
+ </div>
5278
+ </td>
5279
+ </tr>
5280
+ </tbody>
5281
+ </table>
5282
+ <div class="pf-c-pagination pf-m-bottom">
5283
+ <div class="pf-c-options-menu pf-m-top">
5284
+ <div class="pf-c-options-menu__toggle pf-m-text pf-m-plain">
5285
+ <span class="pf-c-options-menu__toggle-text">
5286
+ <b>1 - 10</b>&nbsp;of&nbsp;
5287
+ <b>36</b>
5288
+ </span>
5289
+ <button
5290
+ class="pf-c-options-menu__toggle-button"
5291
+ id="{{page--id}}-pagination-options-menu-bottom-example-toggle"
5292
+ aria-haspopup="listbox"
5293
+ aria-expanded="false"
5294
+ aria-label="Items per page"
5295
+ >
5296
+ <span class="pf-c-options-menu__toggle-button-icon">
5297
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
5298
+ </span>
5299
+ </button>
5300
+ </div>
5301
+ <ul
5302
+ class="pf-c-options-menu__menu pf-m-top"
5303
+ aria-labelledby="{{page--id}}-pagination-options-menu-bottom-example-toggle"
5304
+ hidden
5305
+ >
5306
+ <li>
5307
+ <button
5308
+ class="pf-c-options-menu__menu-item"
5309
+ type="button"
5310
+ >5 per page</button>
5311
+ </li>
5312
+ <li>
5313
+ <button class="pf-c-options-menu__menu-item" type="button">
5314
+ 10 per page
5315
+ <div class="pf-c-options-menu__menu-item-icon">
5316
+ <i class="fas fa-check" aria-hidden="true"></i>
5317
+ </div>
5318
+ </button>
5319
+ </li>
5320
+ <li>
5321
+ <button
5322
+ class="pf-c-options-menu__menu-item"
5323
+ type="button"
5324
+ >20 per page</button>
5325
+ </li>
5326
+ </ul>
5327
+ </div>
5328
+ <nav class="pf-c-pagination__nav" aria-label="Pagination">
5329
+ <div class="pf-c-pagination__nav-control pf-m-first">
5330
+ <button
5331
+ class="pf-c-button pf-m-plain"
5332
+ type="button"
5333
+ disabled
5334
+ aria-label="Go to first page"
5335
+ >
5336
+ <i class="fas fa-angle-double-left" aria-hidden="true"></i>
5337
+ </button>
5338
+ </div>
5339
+ <div class="pf-c-pagination__nav-control pf-m-prev">
5340
+ <button
5341
+ class="pf-c-button pf-m-plain"
5342
+ type="button"
5343
+ disabled
5344
+ aria-label="Go to previous page"
5345
+ >
5346
+ <i class="fas fa-angle-left" aria-hidden="true"></i>
5347
+ </button>
5348
+ </div>
5349
+ <div class="pf-c-pagination__nav-page-select">
5350
+ <input
5351
+ class="pf-c-form-control"
5352
+ aria-label="Current page"
5353
+ type="number"
5354
+ min="1"
5355
+ max="4"
5356
+ value="1"
5357
+ />
5358
+ <span aria-hidden="true">of 4</span>
5359
+ </div>
5360
+ <div class="pf-c-pagination__nav-control pf-m-next">
5361
+ <button
5362
+ class="pf-c-button pf-m-plain"
5363
+ type="button"
5364
+ aria-label="Go to next page"
5365
+ >
5366
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
5367
+ </button>
3834
5368
  </div>
3835
- </div>
3836
- <div class="pf-l-gallery__item">
3837
- <div class="pf-c-card">
3838
- <div class="pf-c-card__body">This is a card</div>
5369
+ <div class="pf-c-pagination__nav-control pf-m-last">
5370
+ <button
5371
+ class="pf-c-button pf-m-plain"
5372
+ type="button"
5373
+ aria-label="Go to last page"
5374
+ >
5375
+ <i class="fas fa-angle-double-right" aria-hidden="true"></i>
5376
+ </button>
3839
5377
  </div>
3840
- </div>
5378
+ </nav>
3841
5379
  </div>
3842
5380
  </div>
3843
5381
  </section>
@@ -3854,6 +5392,7 @@ wrapperTag: div
3854
5392
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
3855
5393
  href="#main-content-compact-demo"
3856
5394
  >Skip to content</a>
5395
+
3857
5396
  <header class="pf-c-masthead" id="compact-demo-masthead">
3858
5397
  <span class="pf-c-masthead__toggle">
3859
5398
  <button
@@ -3906,6 +5445,141 @@ wrapperTag: div
3906
5445
  <div
3907
5446
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
3908
5447
  >
5448
+ <div class="pf-c-toolbar__item">
5449
+ <nav
5450
+ class="pf-c-app-launcher"
5451
+ aria-label="Application launcher"
5452
+ id="compact-demo-masthead-icon-group--app-launcher"
5453
+ >
5454
+ <button
5455
+ class="pf-c-app-launcher__toggle"
5456
+ type="button"
5457
+ id="-button"
5458
+ aria-expanded="false"
5459
+ aria-label="Application launcher"
5460
+ >
5461
+ <i class="fas fa-th" aria-hidden="true"></i>
5462
+ </button>
5463
+ <div
5464
+ class="pf-c-app-launcher__menu pf-m-align-right"
5465
+ hidden
5466
+ >
5467
+ <div class="pf-c-app-launcher__menu-search">
5468
+ <input
5469
+ class="pf-c-form-control"
5470
+ type="search"
5471
+ aria-label="Type to filter"
5472
+ placeholder="Filter by name..."
5473
+ id="compact-demo-masthead-application-launcher-text-input"
5474
+ name="textInput1"
5475
+ />
5476
+ </div>
5477
+ <section class="pf-c-app-launcher__group">
5478
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
5479
+ <ul>
5480
+ <li
5481
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
5482
+ >
5483
+ <a class="pf-c-app-launcher__menu-item">
5484
+ Link 1
5485
+ <span
5486
+ class="pf-c-app-launcher__menu-item-external-icon"
5487
+ >
5488
+ <i
5489
+ class="fas fa-external-link-alt"
5490
+ aria-hidden="true"
5491
+ ></i>
5492
+ </span>
5493
+ <span class="pf-screen-reader">(opens new window)</span>
5494
+ </a>
5495
+ <button
5496
+ class="pf-c-app-launcher__menu-item pf-m-action"
5497
+ type="button"
5498
+ aria-label="Favorite"
5499
+ >
5500
+ <i class="fas fa-star" aria-hidden="true"></i>
5501
+ </button>
5502
+ </li>
5503
+ <li
5504
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
5505
+ >
5506
+ <a class="pf-c-app-launcher__menu-item">
5507
+ Link 2
5508
+ <span
5509
+ class="pf-c-app-launcher__menu-item-external-icon"
5510
+ >
5511
+ <i
5512
+ class="fas fa-external-link-alt"
5513
+ aria-hidden="true"
5514
+ ></i>
5515
+ </span>
5516
+ <span class="pf-screen-reader">(opens new window)</span>
5517
+ </a>
5518
+ <button
5519
+ class="pf-c-app-launcher__menu-item pf-m-action"
5520
+ type="button"
5521
+ aria-label="Favorite"
5522
+ >
5523
+ <i class="fas fa-star" aria-hidden="true"></i>
5524
+ </button>
5525
+ </li>
5526
+ </ul>
5527
+ </section>
5528
+ <hr class="pf-c-divider" />
5529
+ <section class="pf-c-app-launcher__group">
5530
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
5531
+ <ul>
5532
+ <li
5533
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
5534
+ >
5535
+ <a class="pf-c-app-launcher__menu-item">
5536
+ Link 1
5537
+ <span
5538
+ class="pf-c-app-launcher__menu-item-external-icon"
5539
+ >
5540
+ <i
5541
+ class="fas fa-external-link-alt"
5542
+ aria-hidden="true"
5543
+ ></i>
5544
+ </span>
5545
+ <span class="pf-screen-reader">(opens new window)</span>
5546
+ </a>
5547
+ <button
5548
+ class="pf-c-app-launcher__menu-item pf-m-action"
5549
+ type="button"
5550
+ aria-label="Favorite"
5551
+ >
5552
+ <i class="fas fa-star" aria-hidden="true"></i>
5553
+ </button>
5554
+ </li>
5555
+ <li
5556
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
5557
+ >
5558
+ <a class="pf-c-app-launcher__menu-item">
5559
+ Link 2
5560
+ <span
5561
+ class="pf-c-app-launcher__menu-item-external-icon"
5562
+ >
5563
+ <i
5564
+ class="fas fa-external-link-alt"
5565
+ aria-hidden="true"
5566
+ ></i>
5567
+ </span>
5568
+ <span class="pf-screen-reader">(opens new window)</span>
5569
+ </a>
5570
+ <button
5571
+ class="pf-c-app-launcher__menu-item pf-m-action"
5572
+ type="button"
5573
+ aria-label="Favorite"
5574
+ >
5575
+ <i class="fas fa-star" aria-hidden="true"></i>
5576
+ </button>
5577
+ </li>
5578
+ </ul>
5579
+ </section>
5580
+ </div>
5581
+ </nav>
5582
+ </div>
3909
5583
  <div class="pf-c-toolbar__item">
3910
5584
  <div class="pf-c-dropdown">
3911
5585
  <button
@@ -3946,7 +5620,7 @@ wrapperTag: div
3946
5620
  type="button"
3947
5621
  aria-label="Help"
3948
5622
  >
3949
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
5623
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3950
5624
  </button>
3951
5625
  <ul
3952
5626
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -5360,6 +7034,7 @@ wrapperTag: div
5360
7034
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
5361
7035
  href="#main-content-compound-expansion-demo"
5362
7036
  >Skip to content</a>
7037
+
5363
7038
  <header class="pf-c-masthead" id="compound-expansion-demo-masthead">
5364
7039
  <span class="pf-c-masthead__toggle">
5365
7040
  <button
@@ -5412,6 +7087,141 @@ wrapperTag: div
5412
7087
  <div
5413
7088
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
5414
7089
  >
7090
+ <div class="pf-c-toolbar__item">
7091
+ <nav
7092
+ class="pf-c-app-launcher"
7093
+ aria-label="Application launcher"
7094
+ id="compound-expansion-demo-masthead-icon-group--app-launcher"
7095
+ >
7096
+ <button
7097
+ class="pf-c-app-launcher__toggle"
7098
+ type="button"
7099
+ id="-button"
7100
+ aria-expanded="false"
7101
+ aria-label="Application launcher"
7102
+ >
7103
+ <i class="fas fa-th" aria-hidden="true"></i>
7104
+ </button>
7105
+ <div
7106
+ class="pf-c-app-launcher__menu pf-m-align-right"
7107
+ hidden
7108
+ >
7109
+ <div class="pf-c-app-launcher__menu-search">
7110
+ <input
7111
+ class="pf-c-form-control"
7112
+ type="search"
7113
+ aria-label="Type to filter"
7114
+ placeholder="Filter by name..."
7115
+ id="compound-expansion-demo-masthead-application-launcher-text-input"
7116
+ name="textInput1"
7117
+ />
7118
+ </div>
7119
+ <section class="pf-c-app-launcher__group">
7120
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
7121
+ <ul>
7122
+ <li
7123
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
7124
+ >
7125
+ <a class="pf-c-app-launcher__menu-item">
7126
+ Link 1
7127
+ <span
7128
+ class="pf-c-app-launcher__menu-item-external-icon"
7129
+ >
7130
+ <i
7131
+ class="fas fa-external-link-alt"
7132
+ aria-hidden="true"
7133
+ ></i>
7134
+ </span>
7135
+ <span class="pf-screen-reader">(opens new window)</span>
7136
+ </a>
7137
+ <button
7138
+ class="pf-c-app-launcher__menu-item pf-m-action"
7139
+ type="button"
7140
+ aria-label="Favorite"
7141
+ >
7142
+ <i class="fas fa-star" aria-hidden="true"></i>
7143
+ </button>
7144
+ </li>
7145
+ <li
7146
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
7147
+ >
7148
+ <a class="pf-c-app-launcher__menu-item">
7149
+ Link 2
7150
+ <span
7151
+ class="pf-c-app-launcher__menu-item-external-icon"
7152
+ >
7153
+ <i
7154
+ class="fas fa-external-link-alt"
7155
+ aria-hidden="true"
7156
+ ></i>
7157
+ </span>
7158
+ <span class="pf-screen-reader">(opens new window)</span>
7159
+ </a>
7160
+ <button
7161
+ class="pf-c-app-launcher__menu-item pf-m-action"
7162
+ type="button"
7163
+ aria-label="Favorite"
7164
+ >
7165
+ <i class="fas fa-star" aria-hidden="true"></i>
7166
+ </button>
7167
+ </li>
7168
+ </ul>
7169
+ </section>
7170
+ <hr class="pf-c-divider" />
7171
+ <section class="pf-c-app-launcher__group">
7172
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
7173
+ <ul>
7174
+ <li
7175
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
7176
+ >
7177
+ <a class="pf-c-app-launcher__menu-item">
7178
+ Link 1
7179
+ <span
7180
+ class="pf-c-app-launcher__menu-item-external-icon"
7181
+ >
7182
+ <i
7183
+ class="fas fa-external-link-alt"
7184
+ aria-hidden="true"
7185
+ ></i>
7186
+ </span>
7187
+ <span class="pf-screen-reader">(opens new window)</span>
7188
+ </a>
7189
+ <button
7190
+ class="pf-c-app-launcher__menu-item pf-m-action"
7191
+ type="button"
7192
+ aria-label="Favorite"
7193
+ >
7194
+ <i class="fas fa-star" aria-hidden="true"></i>
7195
+ </button>
7196
+ </li>
7197
+ <li
7198
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
7199
+ >
7200
+ <a class="pf-c-app-launcher__menu-item">
7201
+ Link 2
7202
+ <span
7203
+ class="pf-c-app-launcher__menu-item-external-icon"
7204
+ >
7205
+ <i
7206
+ class="fas fa-external-link-alt"
7207
+ aria-hidden="true"
7208
+ ></i>
7209
+ </span>
7210
+ <span class="pf-screen-reader">(opens new window)</span>
7211
+ </a>
7212
+ <button
7213
+ class="pf-c-app-launcher__menu-item pf-m-action"
7214
+ type="button"
7215
+ aria-label="Favorite"
7216
+ >
7217
+ <i class="fas fa-star" aria-hidden="true"></i>
7218
+ </button>
7219
+ </li>
7220
+ </ul>
7221
+ </section>
7222
+ </div>
7223
+ </nav>
7224
+ </div>
5415
7225
  <div class="pf-c-toolbar__item">
5416
7226
  <div class="pf-c-dropdown">
5417
7227
  <button
@@ -5452,7 +7262,7 @@ wrapperTag: div
5452
7262
  type="button"
5453
7263
  aria-label="Help"
5454
7264
  >
5455
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
7265
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
5456
7266
  </button>
5457
7267
  <ul
5458
7268
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -10080,6 +11890,7 @@ wrapperTag: div
10080
11890
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
10081
11891
  href="#main-content-loading-state-demo"
10082
11892
  >Skip to content</a>
11893
+
10083
11894
  <header class="pf-c-masthead" id="loading-state-demo-masthead">
10084
11895
  <span class="pf-c-masthead__toggle">
10085
11896
  <button
@@ -10132,6 +11943,141 @@ wrapperTag: div
10132
11943
  <div
10133
11944
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
10134
11945
  >
11946
+ <div class="pf-c-toolbar__item">
11947
+ <nav
11948
+ class="pf-c-app-launcher"
11949
+ aria-label="Application launcher"
11950
+ id="loading-state-demo-masthead-icon-group--app-launcher"
11951
+ >
11952
+ <button
11953
+ class="pf-c-app-launcher__toggle"
11954
+ type="button"
11955
+ id="-button"
11956
+ aria-expanded="false"
11957
+ aria-label="Application launcher"
11958
+ >
11959
+ <i class="fas fa-th" aria-hidden="true"></i>
11960
+ </button>
11961
+ <div
11962
+ class="pf-c-app-launcher__menu pf-m-align-right"
11963
+ hidden
11964
+ >
11965
+ <div class="pf-c-app-launcher__menu-search">
11966
+ <input
11967
+ class="pf-c-form-control"
11968
+ type="search"
11969
+ aria-label="Type to filter"
11970
+ placeholder="Filter by name..."
11971
+ id="loading-state-demo-masthead-application-launcher-text-input"
11972
+ name="textInput1"
11973
+ />
11974
+ </div>
11975
+ <section class="pf-c-app-launcher__group">
11976
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
11977
+ <ul>
11978
+ <li
11979
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
11980
+ >
11981
+ <a class="pf-c-app-launcher__menu-item">
11982
+ Link 1
11983
+ <span
11984
+ class="pf-c-app-launcher__menu-item-external-icon"
11985
+ >
11986
+ <i
11987
+ class="fas fa-external-link-alt"
11988
+ aria-hidden="true"
11989
+ ></i>
11990
+ </span>
11991
+ <span class="pf-screen-reader">(opens new window)</span>
11992
+ </a>
11993
+ <button
11994
+ class="pf-c-app-launcher__menu-item pf-m-action"
11995
+ type="button"
11996
+ aria-label="Favorite"
11997
+ >
11998
+ <i class="fas fa-star" aria-hidden="true"></i>
11999
+ </button>
12000
+ </li>
12001
+ <li
12002
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
12003
+ >
12004
+ <a class="pf-c-app-launcher__menu-item">
12005
+ Link 2
12006
+ <span
12007
+ class="pf-c-app-launcher__menu-item-external-icon"
12008
+ >
12009
+ <i
12010
+ class="fas fa-external-link-alt"
12011
+ aria-hidden="true"
12012
+ ></i>
12013
+ </span>
12014
+ <span class="pf-screen-reader">(opens new window)</span>
12015
+ </a>
12016
+ <button
12017
+ class="pf-c-app-launcher__menu-item pf-m-action"
12018
+ type="button"
12019
+ aria-label="Favorite"
12020
+ >
12021
+ <i class="fas fa-star" aria-hidden="true"></i>
12022
+ </button>
12023
+ </li>
12024
+ </ul>
12025
+ </section>
12026
+ <hr class="pf-c-divider" />
12027
+ <section class="pf-c-app-launcher__group">
12028
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
12029
+ <ul>
12030
+ <li
12031
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
12032
+ >
12033
+ <a class="pf-c-app-launcher__menu-item">
12034
+ Link 1
12035
+ <span
12036
+ class="pf-c-app-launcher__menu-item-external-icon"
12037
+ >
12038
+ <i
12039
+ class="fas fa-external-link-alt"
12040
+ aria-hidden="true"
12041
+ ></i>
12042
+ </span>
12043
+ <span class="pf-screen-reader">(opens new window)</span>
12044
+ </a>
12045
+ <button
12046
+ class="pf-c-app-launcher__menu-item pf-m-action"
12047
+ type="button"
12048
+ aria-label="Favorite"
12049
+ >
12050
+ <i class="fas fa-star" aria-hidden="true"></i>
12051
+ </button>
12052
+ </li>
12053
+ <li
12054
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
12055
+ >
12056
+ <a class="pf-c-app-launcher__menu-item">
12057
+ Link 2
12058
+ <span
12059
+ class="pf-c-app-launcher__menu-item-external-icon"
12060
+ >
12061
+ <i
12062
+ class="fas fa-external-link-alt"
12063
+ aria-hidden="true"
12064
+ ></i>
12065
+ </span>
12066
+ <span class="pf-screen-reader">(opens new window)</span>
12067
+ </a>
12068
+ <button
12069
+ class="pf-c-app-launcher__menu-item pf-m-action"
12070
+ type="button"
12071
+ aria-label="Favorite"
12072
+ >
12073
+ <i class="fas fa-star" aria-hidden="true"></i>
12074
+ </button>
12075
+ </li>
12076
+ </ul>
12077
+ </section>
12078
+ </div>
12079
+ </nav>
12080
+ </div>
10135
12081
  <div class="pf-c-toolbar__item">
10136
12082
  <div class="pf-c-dropdown">
10137
12083
  <button
@@ -10172,7 +12118,7 @@ wrapperTag: div
10172
12118
  type="button"
10173
12119
  aria-label="Help"
10174
12120
  >
10175
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
12121
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
10176
12122
  </button>
10177
12123
  <ul
10178
12124
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -10803,6 +12749,7 @@ wrapperTag: div
10803
12749
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
10804
12750
  href="#main-content-empty-state-demo"
10805
12751
  >Skip to content</a>
12752
+
10806
12753
  <header class="pf-c-masthead" id="empty-state-demo-masthead">
10807
12754
  <span class="pf-c-masthead__toggle">
10808
12755
  <button
@@ -10855,6 +12802,141 @@ wrapperTag: div
10855
12802
  <div
10856
12803
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
10857
12804
  >
12805
+ <div class="pf-c-toolbar__item">
12806
+ <nav
12807
+ class="pf-c-app-launcher"
12808
+ aria-label="Application launcher"
12809
+ id="empty-state-demo-masthead-icon-group--app-launcher"
12810
+ >
12811
+ <button
12812
+ class="pf-c-app-launcher__toggle"
12813
+ type="button"
12814
+ id="-button"
12815
+ aria-expanded="false"
12816
+ aria-label="Application launcher"
12817
+ >
12818
+ <i class="fas fa-th" aria-hidden="true"></i>
12819
+ </button>
12820
+ <div
12821
+ class="pf-c-app-launcher__menu pf-m-align-right"
12822
+ hidden
12823
+ >
12824
+ <div class="pf-c-app-launcher__menu-search">
12825
+ <input
12826
+ class="pf-c-form-control"
12827
+ type="search"
12828
+ aria-label="Type to filter"
12829
+ placeholder="Filter by name..."
12830
+ id="empty-state-demo-masthead-application-launcher-text-input"
12831
+ name="textInput1"
12832
+ />
12833
+ </div>
12834
+ <section class="pf-c-app-launcher__group">
12835
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
12836
+ <ul>
12837
+ <li
12838
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
12839
+ >
12840
+ <a class="pf-c-app-launcher__menu-item">
12841
+ Link 1
12842
+ <span
12843
+ class="pf-c-app-launcher__menu-item-external-icon"
12844
+ >
12845
+ <i
12846
+ class="fas fa-external-link-alt"
12847
+ aria-hidden="true"
12848
+ ></i>
12849
+ </span>
12850
+ <span class="pf-screen-reader">(opens new window)</span>
12851
+ </a>
12852
+ <button
12853
+ class="pf-c-app-launcher__menu-item pf-m-action"
12854
+ type="button"
12855
+ aria-label="Favorite"
12856
+ >
12857
+ <i class="fas fa-star" aria-hidden="true"></i>
12858
+ </button>
12859
+ </li>
12860
+ <li
12861
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
12862
+ >
12863
+ <a class="pf-c-app-launcher__menu-item">
12864
+ Link 2
12865
+ <span
12866
+ class="pf-c-app-launcher__menu-item-external-icon"
12867
+ >
12868
+ <i
12869
+ class="fas fa-external-link-alt"
12870
+ aria-hidden="true"
12871
+ ></i>
12872
+ </span>
12873
+ <span class="pf-screen-reader">(opens new window)</span>
12874
+ </a>
12875
+ <button
12876
+ class="pf-c-app-launcher__menu-item pf-m-action"
12877
+ type="button"
12878
+ aria-label="Favorite"
12879
+ >
12880
+ <i class="fas fa-star" aria-hidden="true"></i>
12881
+ </button>
12882
+ </li>
12883
+ </ul>
12884
+ </section>
12885
+ <hr class="pf-c-divider" />
12886
+ <section class="pf-c-app-launcher__group">
12887
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
12888
+ <ul>
12889
+ <li
12890
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
12891
+ >
12892
+ <a class="pf-c-app-launcher__menu-item">
12893
+ Link 1
12894
+ <span
12895
+ class="pf-c-app-launcher__menu-item-external-icon"
12896
+ >
12897
+ <i
12898
+ class="fas fa-external-link-alt"
12899
+ aria-hidden="true"
12900
+ ></i>
12901
+ </span>
12902
+ <span class="pf-screen-reader">(opens new window)</span>
12903
+ </a>
12904
+ <button
12905
+ class="pf-c-app-launcher__menu-item pf-m-action"
12906
+ type="button"
12907
+ aria-label="Favorite"
12908
+ >
12909
+ <i class="fas fa-star" aria-hidden="true"></i>
12910
+ </button>
12911
+ </li>
12912
+ <li
12913
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
12914
+ >
12915
+ <a class="pf-c-app-launcher__menu-item">
12916
+ Link 2
12917
+ <span
12918
+ class="pf-c-app-launcher__menu-item-external-icon"
12919
+ >
12920
+ <i
12921
+ class="fas fa-external-link-alt"
12922
+ aria-hidden="true"
12923
+ ></i>
12924
+ </span>
12925
+ <span class="pf-screen-reader">(opens new window)</span>
12926
+ </a>
12927
+ <button
12928
+ class="pf-c-app-launcher__menu-item pf-m-action"
12929
+ type="button"
12930
+ aria-label="Favorite"
12931
+ >
12932
+ <i class="fas fa-star" aria-hidden="true"></i>
12933
+ </button>
12934
+ </li>
12935
+ </ul>
12936
+ </section>
12937
+ </div>
12938
+ </nav>
12939
+ </div>
10858
12940
  <div class="pf-c-toolbar__item">
10859
12941
  <div class="pf-c-dropdown">
10860
12942
  <button
@@ -10895,7 +12977,7 @@ wrapperTag: div
10895
12977
  type="button"
10896
12978
  aria-label="Help"
10897
12979
  >
10898
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
12980
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
10899
12981
  </button>
10900
12982
  <ul
10901
12983
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -11529,6 +13611,7 @@ wrapperTag: div
11529
13611
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
11530
13612
  href="#main-content-static-bottom-pagination-demo"
11531
13613
  >Skip to content</a>
13614
+
11532
13615
  <header class="pf-c-masthead" id="static-bottom-pagination-demo-masthead">
11533
13616
  <span class="pf-c-masthead__toggle">
11534
13617
  <button
@@ -11581,6 +13664,141 @@ wrapperTag: div
11581
13664
  <div
11582
13665
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
11583
13666
  >
13667
+ <div class="pf-c-toolbar__item">
13668
+ <nav
13669
+ class="pf-c-app-launcher"
13670
+ aria-label="Application launcher"
13671
+ id="static-bottom-pagination-demo-masthead-icon-group--app-launcher"
13672
+ >
13673
+ <button
13674
+ class="pf-c-app-launcher__toggle"
13675
+ type="button"
13676
+ id="-button"
13677
+ aria-expanded="false"
13678
+ aria-label="Application launcher"
13679
+ >
13680
+ <i class="fas fa-th" aria-hidden="true"></i>
13681
+ </button>
13682
+ <div
13683
+ class="pf-c-app-launcher__menu pf-m-align-right"
13684
+ hidden
13685
+ >
13686
+ <div class="pf-c-app-launcher__menu-search">
13687
+ <input
13688
+ class="pf-c-form-control"
13689
+ type="search"
13690
+ aria-label="Type to filter"
13691
+ placeholder="Filter by name..."
13692
+ id="static-bottom-pagination-demo-masthead-application-launcher-text-input"
13693
+ name="textInput1"
13694
+ />
13695
+ </div>
13696
+ <section class="pf-c-app-launcher__group">
13697
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
13698
+ <ul>
13699
+ <li
13700
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
13701
+ >
13702
+ <a class="pf-c-app-launcher__menu-item">
13703
+ Link 1
13704
+ <span
13705
+ class="pf-c-app-launcher__menu-item-external-icon"
13706
+ >
13707
+ <i
13708
+ class="fas fa-external-link-alt"
13709
+ aria-hidden="true"
13710
+ ></i>
13711
+ </span>
13712
+ <span class="pf-screen-reader">(opens new window)</span>
13713
+ </a>
13714
+ <button
13715
+ class="pf-c-app-launcher__menu-item pf-m-action"
13716
+ type="button"
13717
+ aria-label="Favorite"
13718
+ >
13719
+ <i class="fas fa-star" aria-hidden="true"></i>
13720
+ </button>
13721
+ </li>
13722
+ <li
13723
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
13724
+ >
13725
+ <a class="pf-c-app-launcher__menu-item">
13726
+ Link 2
13727
+ <span
13728
+ class="pf-c-app-launcher__menu-item-external-icon"
13729
+ >
13730
+ <i
13731
+ class="fas fa-external-link-alt"
13732
+ aria-hidden="true"
13733
+ ></i>
13734
+ </span>
13735
+ <span class="pf-screen-reader">(opens new window)</span>
13736
+ </a>
13737
+ <button
13738
+ class="pf-c-app-launcher__menu-item pf-m-action"
13739
+ type="button"
13740
+ aria-label="Favorite"
13741
+ >
13742
+ <i class="fas fa-star" aria-hidden="true"></i>
13743
+ </button>
13744
+ </li>
13745
+ </ul>
13746
+ </section>
13747
+ <hr class="pf-c-divider" />
13748
+ <section class="pf-c-app-launcher__group">
13749
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
13750
+ <ul>
13751
+ <li
13752
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
13753
+ >
13754
+ <a class="pf-c-app-launcher__menu-item">
13755
+ Link 1
13756
+ <span
13757
+ class="pf-c-app-launcher__menu-item-external-icon"
13758
+ >
13759
+ <i
13760
+ class="fas fa-external-link-alt"
13761
+ aria-hidden="true"
13762
+ ></i>
13763
+ </span>
13764
+ <span class="pf-screen-reader">(opens new window)</span>
13765
+ </a>
13766
+ <button
13767
+ class="pf-c-app-launcher__menu-item pf-m-action"
13768
+ type="button"
13769
+ aria-label="Favorite"
13770
+ >
13771
+ <i class="fas fa-star" aria-hidden="true"></i>
13772
+ </button>
13773
+ </li>
13774
+ <li
13775
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
13776
+ >
13777
+ <a class="pf-c-app-launcher__menu-item">
13778
+ Link 2
13779
+ <span
13780
+ class="pf-c-app-launcher__menu-item-external-icon"
13781
+ >
13782
+ <i
13783
+ class="fas fa-external-link-alt"
13784
+ aria-hidden="true"
13785
+ ></i>
13786
+ </span>
13787
+ <span class="pf-screen-reader">(opens new window)</span>
13788
+ </a>
13789
+ <button
13790
+ class="pf-c-app-launcher__menu-item pf-m-action"
13791
+ type="button"
13792
+ aria-label="Favorite"
13793
+ >
13794
+ <i class="fas fa-star" aria-hidden="true"></i>
13795
+ </button>
13796
+ </li>
13797
+ </ul>
13798
+ </section>
13799
+ </div>
13800
+ </nav>
13801
+ </div>
11584
13802
  <div class="pf-c-toolbar__item">
11585
13803
  <div class="pf-c-dropdown">
11586
13804
  <button
@@ -11621,7 +13839,7 @@ wrapperTag: div
11621
13839
  type="button"
11622
13840
  aria-label="Help"
11623
13841
  >
11624
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
13842
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
11625
13843
  </button>
11626
13844
  <ul
11627
13845
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -13175,6 +15393,7 @@ wrapperTag: div
13175
15393
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
13176
15394
  href="#main-content-column-management-demo"
13177
15395
  >Skip to content</a>
15396
+
13178
15397
  <header class="pf-c-masthead" id="column-management-demo-masthead">
13179
15398
  <span class="pf-c-masthead__toggle">
13180
15399
  <button
@@ -13227,6 +15446,141 @@ wrapperTag: div
13227
15446
  <div
13228
15447
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
13229
15448
  >
15449
+ <div class="pf-c-toolbar__item">
15450
+ <nav
15451
+ class="pf-c-app-launcher"
15452
+ aria-label="Application launcher"
15453
+ id="column-management-demo-masthead-icon-group--app-launcher"
15454
+ >
15455
+ <button
15456
+ class="pf-c-app-launcher__toggle"
15457
+ type="button"
15458
+ id="-button"
15459
+ aria-expanded="false"
15460
+ aria-label="Application launcher"
15461
+ >
15462
+ <i class="fas fa-th" aria-hidden="true"></i>
15463
+ </button>
15464
+ <div
15465
+ class="pf-c-app-launcher__menu pf-m-align-right"
15466
+ hidden
15467
+ >
15468
+ <div class="pf-c-app-launcher__menu-search">
15469
+ <input
15470
+ class="pf-c-form-control"
15471
+ type="search"
15472
+ aria-label="Type to filter"
15473
+ placeholder="Filter by name..."
15474
+ id="column-management-demo-masthead-application-launcher-text-input"
15475
+ name="textInput1"
15476
+ />
15477
+ </div>
15478
+ <section class="pf-c-app-launcher__group">
15479
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
15480
+ <ul>
15481
+ <li
15482
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
15483
+ >
15484
+ <a class="pf-c-app-launcher__menu-item">
15485
+ Link 1
15486
+ <span
15487
+ class="pf-c-app-launcher__menu-item-external-icon"
15488
+ >
15489
+ <i
15490
+ class="fas fa-external-link-alt"
15491
+ aria-hidden="true"
15492
+ ></i>
15493
+ </span>
15494
+ <span class="pf-screen-reader">(opens new window)</span>
15495
+ </a>
15496
+ <button
15497
+ class="pf-c-app-launcher__menu-item pf-m-action"
15498
+ type="button"
15499
+ aria-label="Favorite"
15500
+ >
15501
+ <i class="fas fa-star" aria-hidden="true"></i>
15502
+ </button>
15503
+ </li>
15504
+ <li
15505
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
15506
+ >
15507
+ <a class="pf-c-app-launcher__menu-item">
15508
+ Link 2
15509
+ <span
15510
+ class="pf-c-app-launcher__menu-item-external-icon"
15511
+ >
15512
+ <i
15513
+ class="fas fa-external-link-alt"
15514
+ aria-hidden="true"
15515
+ ></i>
15516
+ </span>
15517
+ <span class="pf-screen-reader">(opens new window)</span>
15518
+ </a>
15519
+ <button
15520
+ class="pf-c-app-launcher__menu-item pf-m-action"
15521
+ type="button"
15522
+ aria-label="Favorite"
15523
+ >
15524
+ <i class="fas fa-star" aria-hidden="true"></i>
15525
+ </button>
15526
+ </li>
15527
+ </ul>
15528
+ </section>
15529
+ <hr class="pf-c-divider" />
15530
+ <section class="pf-c-app-launcher__group">
15531
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
15532
+ <ul>
15533
+ <li
15534
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
15535
+ >
15536
+ <a class="pf-c-app-launcher__menu-item">
15537
+ Link 1
15538
+ <span
15539
+ class="pf-c-app-launcher__menu-item-external-icon"
15540
+ >
15541
+ <i
15542
+ class="fas fa-external-link-alt"
15543
+ aria-hidden="true"
15544
+ ></i>
15545
+ </span>
15546
+ <span class="pf-screen-reader">(opens new window)</span>
15547
+ </a>
15548
+ <button
15549
+ class="pf-c-app-launcher__menu-item pf-m-action"
15550
+ type="button"
15551
+ aria-label="Favorite"
15552
+ >
15553
+ <i class="fas fa-star" aria-hidden="true"></i>
15554
+ </button>
15555
+ </li>
15556
+ <li
15557
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
15558
+ >
15559
+ <a class="pf-c-app-launcher__menu-item">
15560
+ Link 2
15561
+ <span
15562
+ class="pf-c-app-launcher__menu-item-external-icon"
15563
+ >
15564
+ <i
15565
+ class="fas fa-external-link-alt"
15566
+ aria-hidden="true"
15567
+ ></i>
15568
+ </span>
15569
+ <span class="pf-screen-reader">(opens new window)</span>
15570
+ </a>
15571
+ <button
15572
+ class="pf-c-app-launcher__menu-item pf-m-action"
15573
+ type="button"
15574
+ aria-label="Favorite"
15575
+ >
15576
+ <i class="fas fa-star" aria-hidden="true"></i>
15577
+ </button>
15578
+ </li>
15579
+ </ul>
15580
+ </section>
15581
+ </div>
15582
+ </nav>
15583
+ </div>
13230
15584
  <div class="pf-c-toolbar__item">
13231
15585
  <div class="pf-c-dropdown">
13232
15586
  <button
@@ -13267,7 +15621,7 @@ wrapperTag: div
13267
15621
  type="button"
13268
15622
  aria-label="Help"
13269
15623
  >
13270
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
15624
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
13271
15625
  </button>
13272
15626
  <ul
13273
15627
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -14901,6 +17255,7 @@ wrapperTag: div
14901
17255
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
14902
17256
  href="#main-content-sticky-header-demo"
14903
17257
  >Skip to content</a>
17258
+
14904
17259
  <header class="pf-c-masthead" id="sticky-header-demo-masthead">
14905
17260
  <span class="pf-c-masthead__toggle">
14906
17261
  <button
@@ -14953,6 +17308,141 @@ wrapperTag: div
14953
17308
  <div
14954
17309
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
14955
17310
  >
17311
+ <div class="pf-c-toolbar__item">
17312
+ <nav
17313
+ class="pf-c-app-launcher"
17314
+ aria-label="Application launcher"
17315
+ id="sticky-header-demo-masthead-icon-group--app-launcher"
17316
+ >
17317
+ <button
17318
+ class="pf-c-app-launcher__toggle"
17319
+ type="button"
17320
+ id="-button"
17321
+ aria-expanded="false"
17322
+ aria-label="Application launcher"
17323
+ >
17324
+ <i class="fas fa-th" aria-hidden="true"></i>
17325
+ </button>
17326
+ <div
17327
+ class="pf-c-app-launcher__menu pf-m-align-right"
17328
+ hidden
17329
+ >
17330
+ <div class="pf-c-app-launcher__menu-search">
17331
+ <input
17332
+ class="pf-c-form-control"
17333
+ type="search"
17334
+ aria-label="Type to filter"
17335
+ placeholder="Filter by name..."
17336
+ id="sticky-header-demo-masthead-application-launcher-text-input"
17337
+ name="textInput1"
17338
+ />
17339
+ </div>
17340
+ <section class="pf-c-app-launcher__group">
17341
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
17342
+ <ul>
17343
+ <li
17344
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
17345
+ >
17346
+ <a class="pf-c-app-launcher__menu-item">
17347
+ Link 1
17348
+ <span
17349
+ class="pf-c-app-launcher__menu-item-external-icon"
17350
+ >
17351
+ <i
17352
+ class="fas fa-external-link-alt"
17353
+ aria-hidden="true"
17354
+ ></i>
17355
+ </span>
17356
+ <span class="pf-screen-reader">(opens new window)</span>
17357
+ </a>
17358
+ <button
17359
+ class="pf-c-app-launcher__menu-item pf-m-action"
17360
+ type="button"
17361
+ aria-label="Favorite"
17362
+ >
17363
+ <i class="fas fa-star" aria-hidden="true"></i>
17364
+ </button>
17365
+ </li>
17366
+ <li
17367
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
17368
+ >
17369
+ <a class="pf-c-app-launcher__menu-item">
17370
+ Link 2
17371
+ <span
17372
+ class="pf-c-app-launcher__menu-item-external-icon"
17373
+ >
17374
+ <i
17375
+ class="fas fa-external-link-alt"
17376
+ aria-hidden="true"
17377
+ ></i>
17378
+ </span>
17379
+ <span class="pf-screen-reader">(opens new window)</span>
17380
+ </a>
17381
+ <button
17382
+ class="pf-c-app-launcher__menu-item pf-m-action"
17383
+ type="button"
17384
+ aria-label="Favorite"
17385
+ >
17386
+ <i class="fas fa-star" aria-hidden="true"></i>
17387
+ </button>
17388
+ </li>
17389
+ </ul>
17390
+ </section>
17391
+ <hr class="pf-c-divider" />
17392
+ <section class="pf-c-app-launcher__group">
17393
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
17394
+ <ul>
17395
+ <li
17396
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
17397
+ >
17398
+ <a class="pf-c-app-launcher__menu-item">
17399
+ Link 1
17400
+ <span
17401
+ class="pf-c-app-launcher__menu-item-external-icon"
17402
+ >
17403
+ <i
17404
+ class="fas fa-external-link-alt"
17405
+ aria-hidden="true"
17406
+ ></i>
17407
+ </span>
17408
+ <span class="pf-screen-reader">(opens new window)</span>
17409
+ </a>
17410
+ <button
17411
+ class="pf-c-app-launcher__menu-item pf-m-action"
17412
+ type="button"
17413
+ aria-label="Favorite"
17414
+ >
17415
+ <i class="fas fa-star" aria-hidden="true"></i>
17416
+ </button>
17417
+ </li>
17418
+ <li
17419
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
17420
+ >
17421
+ <a class="pf-c-app-launcher__menu-item">
17422
+ Link 2
17423
+ <span
17424
+ class="pf-c-app-launcher__menu-item-external-icon"
17425
+ >
17426
+ <i
17427
+ class="fas fa-external-link-alt"
17428
+ aria-hidden="true"
17429
+ ></i>
17430
+ </span>
17431
+ <span class="pf-screen-reader">(opens new window)</span>
17432
+ </a>
17433
+ <button
17434
+ class="pf-c-app-launcher__menu-item pf-m-action"
17435
+ type="button"
17436
+ aria-label="Favorite"
17437
+ >
17438
+ <i class="fas fa-star" aria-hidden="true"></i>
17439
+ </button>
17440
+ </li>
17441
+ </ul>
17442
+ </section>
17443
+ </div>
17444
+ </nav>
17445
+ </div>
14956
17446
  <div class="pf-c-toolbar__item">
14957
17447
  <div class="pf-c-dropdown">
14958
17448
  <button
@@ -14993,7 +17483,7 @@ wrapperTag: div
14993
17483
  type="button"
14994
17484
  aria-label="Help"
14995
17485
  >
14996
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
17486
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
14997
17487
  </button>
14998
17488
  <ul
14999
17489
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -16547,6 +19037,7 @@ wrapperTag: div
16547
19037
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
16548
19038
  href="#main-content-sticky-first-column-demo"
16549
19039
  >Skip to content</a>
19040
+
16550
19041
  <header class="pf-c-masthead" id="sticky-first-column-demo-masthead">
16551
19042
  <span class="pf-c-masthead__toggle">
16552
19043
  <button
@@ -16599,6 +19090,141 @@ wrapperTag: div
16599
19090
  <div
16600
19091
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
16601
19092
  >
19093
+ <div class="pf-c-toolbar__item">
19094
+ <nav
19095
+ class="pf-c-app-launcher"
19096
+ aria-label="Application launcher"
19097
+ id="sticky-first-column-demo-masthead-icon-group--app-launcher"
19098
+ >
19099
+ <button
19100
+ class="pf-c-app-launcher__toggle"
19101
+ type="button"
19102
+ id="-button"
19103
+ aria-expanded="false"
19104
+ aria-label="Application launcher"
19105
+ >
19106
+ <i class="fas fa-th" aria-hidden="true"></i>
19107
+ </button>
19108
+ <div
19109
+ class="pf-c-app-launcher__menu pf-m-align-right"
19110
+ hidden
19111
+ >
19112
+ <div class="pf-c-app-launcher__menu-search">
19113
+ <input
19114
+ class="pf-c-form-control"
19115
+ type="search"
19116
+ aria-label="Type to filter"
19117
+ placeholder="Filter by name..."
19118
+ id="sticky-first-column-demo-masthead-application-launcher-text-input"
19119
+ name="textInput1"
19120
+ />
19121
+ </div>
19122
+ <section class="pf-c-app-launcher__group">
19123
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
19124
+ <ul>
19125
+ <li
19126
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
19127
+ >
19128
+ <a class="pf-c-app-launcher__menu-item">
19129
+ Link 1
19130
+ <span
19131
+ class="pf-c-app-launcher__menu-item-external-icon"
19132
+ >
19133
+ <i
19134
+ class="fas fa-external-link-alt"
19135
+ aria-hidden="true"
19136
+ ></i>
19137
+ </span>
19138
+ <span class="pf-screen-reader">(opens new window)</span>
19139
+ </a>
19140
+ <button
19141
+ class="pf-c-app-launcher__menu-item pf-m-action"
19142
+ type="button"
19143
+ aria-label="Favorite"
19144
+ >
19145
+ <i class="fas fa-star" aria-hidden="true"></i>
19146
+ </button>
19147
+ </li>
19148
+ <li
19149
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
19150
+ >
19151
+ <a class="pf-c-app-launcher__menu-item">
19152
+ Link 2
19153
+ <span
19154
+ class="pf-c-app-launcher__menu-item-external-icon"
19155
+ >
19156
+ <i
19157
+ class="fas fa-external-link-alt"
19158
+ aria-hidden="true"
19159
+ ></i>
19160
+ </span>
19161
+ <span class="pf-screen-reader">(opens new window)</span>
19162
+ </a>
19163
+ <button
19164
+ class="pf-c-app-launcher__menu-item pf-m-action"
19165
+ type="button"
19166
+ aria-label="Favorite"
19167
+ >
19168
+ <i class="fas fa-star" aria-hidden="true"></i>
19169
+ </button>
19170
+ </li>
19171
+ </ul>
19172
+ </section>
19173
+ <hr class="pf-c-divider" />
19174
+ <section class="pf-c-app-launcher__group">
19175
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
19176
+ <ul>
19177
+ <li
19178
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
19179
+ >
19180
+ <a class="pf-c-app-launcher__menu-item">
19181
+ Link 1
19182
+ <span
19183
+ class="pf-c-app-launcher__menu-item-external-icon"
19184
+ >
19185
+ <i
19186
+ class="fas fa-external-link-alt"
19187
+ aria-hidden="true"
19188
+ ></i>
19189
+ </span>
19190
+ <span class="pf-screen-reader">(opens new window)</span>
19191
+ </a>
19192
+ <button
19193
+ class="pf-c-app-launcher__menu-item pf-m-action"
19194
+ type="button"
19195
+ aria-label="Favorite"
19196
+ >
19197
+ <i class="fas fa-star" aria-hidden="true"></i>
19198
+ </button>
19199
+ </li>
19200
+ <li
19201
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
19202
+ >
19203
+ <a class="pf-c-app-launcher__menu-item">
19204
+ Link 2
19205
+ <span
19206
+ class="pf-c-app-launcher__menu-item-external-icon"
19207
+ >
19208
+ <i
19209
+ class="fas fa-external-link-alt"
19210
+ aria-hidden="true"
19211
+ ></i>
19212
+ </span>
19213
+ <span class="pf-screen-reader">(opens new window)</span>
19214
+ </a>
19215
+ <button
19216
+ class="pf-c-app-launcher__menu-item pf-m-action"
19217
+ type="button"
19218
+ aria-label="Favorite"
19219
+ >
19220
+ <i class="fas fa-star" aria-hidden="true"></i>
19221
+ </button>
19222
+ </li>
19223
+ </ul>
19224
+ </section>
19225
+ </div>
19226
+ </nav>
19227
+ </div>
16602
19228
  <div class="pf-c-toolbar__item">
16603
19229
  <div class="pf-c-dropdown">
16604
19230
  <button
@@ -16639,7 +19265,7 @@ wrapperTag: div
16639
19265
  type="button"
16640
19266
  aria-label="Help"
16641
19267
  >
16642
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
19268
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
16643
19269
  </button>
16644
19270
  <ul
16645
19271
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -18119,6 +20745,7 @@ wrapperTag: div
18119
20745
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
18120
20746
  href="#main-content-sticky-multiple-columns-demo"
18121
20747
  >Skip to content</a>
20748
+
18122
20749
  <header class="pf-c-masthead" id="sticky-multiple-columns-demo-masthead">
18123
20750
  <span class="pf-c-masthead__toggle">
18124
20751
  <button
@@ -18171,6 +20798,141 @@ wrapperTag: div
18171
20798
  <div
18172
20799
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
18173
20800
  >
20801
+ <div class="pf-c-toolbar__item">
20802
+ <nav
20803
+ class="pf-c-app-launcher"
20804
+ aria-label="Application launcher"
20805
+ id="sticky-multiple-columns-demo-masthead-icon-group--app-launcher"
20806
+ >
20807
+ <button
20808
+ class="pf-c-app-launcher__toggle"
20809
+ type="button"
20810
+ id="-button"
20811
+ aria-expanded="false"
20812
+ aria-label="Application launcher"
20813
+ >
20814
+ <i class="fas fa-th" aria-hidden="true"></i>
20815
+ </button>
20816
+ <div
20817
+ class="pf-c-app-launcher__menu pf-m-align-right"
20818
+ hidden
20819
+ >
20820
+ <div class="pf-c-app-launcher__menu-search">
20821
+ <input
20822
+ class="pf-c-form-control"
20823
+ type="search"
20824
+ aria-label="Type to filter"
20825
+ placeholder="Filter by name..."
20826
+ id="sticky-multiple-columns-demo-masthead-application-launcher-text-input"
20827
+ name="textInput1"
20828
+ />
20829
+ </div>
20830
+ <section class="pf-c-app-launcher__group">
20831
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
20832
+ <ul>
20833
+ <li
20834
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
20835
+ >
20836
+ <a class="pf-c-app-launcher__menu-item">
20837
+ Link 1
20838
+ <span
20839
+ class="pf-c-app-launcher__menu-item-external-icon"
20840
+ >
20841
+ <i
20842
+ class="fas fa-external-link-alt"
20843
+ aria-hidden="true"
20844
+ ></i>
20845
+ </span>
20846
+ <span class="pf-screen-reader">(opens new window)</span>
20847
+ </a>
20848
+ <button
20849
+ class="pf-c-app-launcher__menu-item pf-m-action"
20850
+ type="button"
20851
+ aria-label="Favorite"
20852
+ >
20853
+ <i class="fas fa-star" aria-hidden="true"></i>
20854
+ </button>
20855
+ </li>
20856
+ <li
20857
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
20858
+ >
20859
+ <a class="pf-c-app-launcher__menu-item">
20860
+ Link 2
20861
+ <span
20862
+ class="pf-c-app-launcher__menu-item-external-icon"
20863
+ >
20864
+ <i
20865
+ class="fas fa-external-link-alt"
20866
+ aria-hidden="true"
20867
+ ></i>
20868
+ </span>
20869
+ <span class="pf-screen-reader">(opens new window)</span>
20870
+ </a>
20871
+ <button
20872
+ class="pf-c-app-launcher__menu-item pf-m-action"
20873
+ type="button"
20874
+ aria-label="Favorite"
20875
+ >
20876
+ <i class="fas fa-star" aria-hidden="true"></i>
20877
+ </button>
20878
+ </li>
20879
+ </ul>
20880
+ </section>
20881
+ <hr class="pf-c-divider" />
20882
+ <section class="pf-c-app-launcher__group">
20883
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
20884
+ <ul>
20885
+ <li
20886
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
20887
+ >
20888
+ <a class="pf-c-app-launcher__menu-item">
20889
+ Link 1
20890
+ <span
20891
+ class="pf-c-app-launcher__menu-item-external-icon"
20892
+ >
20893
+ <i
20894
+ class="fas fa-external-link-alt"
20895
+ aria-hidden="true"
20896
+ ></i>
20897
+ </span>
20898
+ <span class="pf-screen-reader">(opens new window)</span>
20899
+ </a>
20900
+ <button
20901
+ class="pf-c-app-launcher__menu-item pf-m-action"
20902
+ type="button"
20903
+ aria-label="Favorite"
20904
+ >
20905
+ <i class="fas fa-star" aria-hidden="true"></i>
20906
+ </button>
20907
+ </li>
20908
+ <li
20909
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
20910
+ >
20911
+ <a class="pf-c-app-launcher__menu-item">
20912
+ Link 2
20913
+ <span
20914
+ class="pf-c-app-launcher__menu-item-external-icon"
20915
+ >
20916
+ <i
20917
+ class="fas fa-external-link-alt"
20918
+ aria-hidden="true"
20919
+ ></i>
20920
+ </span>
20921
+ <span class="pf-screen-reader">(opens new window)</span>
20922
+ </a>
20923
+ <button
20924
+ class="pf-c-app-launcher__menu-item pf-m-action"
20925
+ type="button"
20926
+ aria-label="Favorite"
20927
+ >
20928
+ <i class="fas fa-star" aria-hidden="true"></i>
20929
+ </button>
20930
+ </li>
20931
+ </ul>
20932
+ </section>
20933
+ </div>
20934
+ </nav>
20935
+ </div>
18174
20936
  <div class="pf-c-toolbar__item">
18175
20937
  <div class="pf-c-dropdown">
18176
20938
  <button
@@ -18211,7 +20973,7 @@ wrapperTag: div
18211
20973
  type="button"
18212
20974
  aria-label="Help"
18213
20975
  >
18214
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
20976
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
18215
20977
  </button>
18216
20978
  <ul
18217
20979
  class="pf-c-dropdown__menu pf-m-align-right"
@@ -19710,6 +22472,7 @@ wrapperTag: div
19710
22472
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
19711
22473
  href="#main-content-sticky-header-and-multiple columns-demo"
19712
22474
  >Skip to content</a>
22475
+
19713
22476
  <header
19714
22477
  class="pf-c-masthead"
19715
22478
  id="sticky-header-and-multiple columns-demo-masthead"
@@ -19765,6 +22528,141 @@ wrapperTag: div
19765
22528
  <div
19766
22529
  class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
19767
22530
  >
22531
+ <div class="pf-c-toolbar__item">
22532
+ <nav
22533
+ class="pf-c-app-launcher"
22534
+ aria-label="Application launcher"
22535
+ id="sticky-header-and-multiple columns-demo-masthead-icon-group--app-launcher"
22536
+ >
22537
+ <button
22538
+ class="pf-c-app-launcher__toggle"
22539
+ type="button"
22540
+ id="-button"
22541
+ aria-expanded="false"
22542
+ aria-label="Application launcher"
22543
+ >
22544
+ <i class="fas fa-th" aria-hidden="true"></i>
22545
+ </button>
22546
+ <div
22547
+ class="pf-c-app-launcher__menu pf-m-align-right"
22548
+ hidden
22549
+ >
22550
+ <div class="pf-c-app-launcher__menu-search">
22551
+ <input
22552
+ class="pf-c-form-control"
22553
+ type="search"
22554
+ aria-label="Type to filter"
22555
+ placeholder="Filter by name..."
22556
+ id="sticky-header-and-multiple columns-demo-masthead-application-launcher-text-input"
22557
+ name="textInput1"
22558
+ />
22559
+ </div>
22560
+ <section class="pf-c-app-launcher__group">
22561
+ <h1 class="pf-c-app-launcher__group-title">Favorites</h1>
22562
+ <ul>
22563
+ <li
22564
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
22565
+ >
22566
+ <a class="pf-c-app-launcher__menu-item">
22567
+ Link 1
22568
+ <span
22569
+ class="pf-c-app-launcher__menu-item-external-icon"
22570
+ >
22571
+ <i
22572
+ class="fas fa-external-link-alt"
22573
+ aria-hidden="true"
22574
+ ></i>
22575
+ </span>
22576
+ <span class="pf-screen-reader">(opens new window)</span>
22577
+ </a>
22578
+ <button
22579
+ class="pf-c-app-launcher__menu-item pf-m-action"
22580
+ type="button"
22581
+ aria-label="Favorite"
22582
+ >
22583
+ <i class="fas fa-star" aria-hidden="true"></i>
22584
+ </button>
22585
+ </li>
22586
+ <li
22587
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
22588
+ >
22589
+ <a class="pf-c-app-launcher__menu-item">
22590
+ Link 2
22591
+ <span
22592
+ class="pf-c-app-launcher__menu-item-external-icon"
22593
+ >
22594
+ <i
22595
+ class="fas fa-external-link-alt"
22596
+ aria-hidden="true"
22597
+ ></i>
22598
+ </span>
22599
+ <span class="pf-screen-reader">(opens new window)</span>
22600
+ </a>
22601
+ <button
22602
+ class="pf-c-app-launcher__menu-item pf-m-action"
22603
+ type="button"
22604
+ aria-label="Favorite"
22605
+ >
22606
+ <i class="fas fa-star" aria-hidden="true"></i>
22607
+ </button>
22608
+ </li>
22609
+ </ul>
22610
+ </section>
22611
+ <hr class="pf-c-divider" />
22612
+ <section class="pf-c-app-launcher__group">
22613
+ <h1 class="pf-c-app-launcher__group-title">Group 1</h1>
22614
+ <ul>
22615
+ <li
22616
+ class="pf-c-app-launcher__menu-wrapper pf-m-external"
22617
+ >
22618
+ <a class="pf-c-app-launcher__menu-item">
22619
+ Link 1
22620
+ <span
22621
+ class="pf-c-app-launcher__menu-item-external-icon"
22622
+ >
22623
+ <i
22624
+ class="fas fa-external-link-alt"
22625
+ aria-hidden="true"
22626
+ ></i>
22627
+ </span>
22628
+ <span class="pf-screen-reader">(opens new window)</span>
22629
+ </a>
22630
+ <button
22631
+ class="pf-c-app-launcher__menu-item pf-m-action"
22632
+ type="button"
22633
+ aria-label="Favorite"
22634
+ >
22635
+ <i class="fas fa-star" aria-hidden="true"></i>
22636
+ </button>
22637
+ </li>
22638
+ <li
22639
+ class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
22640
+ >
22641
+ <a class="pf-c-app-launcher__menu-item">
22642
+ Link 2
22643
+ <span
22644
+ class="pf-c-app-launcher__menu-item-external-icon"
22645
+ >
22646
+ <i
22647
+ class="fas fa-external-link-alt"
22648
+ aria-hidden="true"
22649
+ ></i>
22650
+ </span>
22651
+ <span class="pf-screen-reader">(opens new window)</span>
22652
+ </a>
22653
+ <button
22654
+ class="pf-c-app-launcher__menu-item pf-m-action"
22655
+ type="button"
22656
+ aria-label="Favorite"
22657
+ >
22658
+ <i class="fas fa-star" aria-hidden="true"></i>
22659
+ </button>
22660
+ </li>
22661
+ </ul>
22662
+ </section>
22663
+ </div>
22664
+ </nav>
22665
+ </div>
19768
22666
  <div class="pf-c-toolbar__item">
19769
22667
  <div class="pf-c-dropdown">
19770
22668
  <button
@@ -19805,7 +22703,7 @@ wrapperTag: div
19805
22703
  type="button"
19806
22704
  aria-label="Help"
19807
22705
  >
19808
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
22706
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
19809
22707
  </button>
19810
22708
  <ul
19811
22709
  class="pf-c-dropdown__menu pf-m-align-right"