@patternfly/patternfly 4.176.3 → 4.179.0

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 (168) hide show
  1. package/UPGRADE-GUIDE.md +3 -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/Avatar/avatar.css +224 -0
  11. package/components/Avatar/avatar.scss +18 -0
  12. package/components/Badge/themes/dark/badge.css +0 -0
  13. package/components/Badge/themes/dark/badge.scss +6 -0
  14. package/components/Banner/themes/dark/banner.css +0 -0
  15. package/components/Banner/themes/dark/banner.scss +12 -0
  16. package/components/Breadcrumb/themes/dark/breadcrumb.css +0 -0
  17. package/components/Breadcrumb/themes/dark/breadcrumb.scss +5 -0
  18. package/components/Button/themes/dark/button.css +0 -0
  19. package/components/Button/themes/dark/button.scss +42 -0
  20. package/components/CalendarMonth/themes/dark/calendar-month.css +0 -0
  21. package/components/CalendarMonth/themes/dark/calendar-month.scss +29 -0
  22. package/components/Chip/themes/dark/chip.css +0 -0
  23. package/components/Chip/themes/dark/chip.scss +7 -0
  24. package/components/ClipboardCopy/themes/dark/clipboard-copy.css +0 -0
  25. package/components/ClipboardCopy/themes/dark/clipboard-copy.scss +17 -0
  26. package/components/CodeEditor/code-editor.css +8 -0
  27. package/components/CodeEditor/code-editor.scss +11 -1
  28. package/components/CodeEditor/themes/dark/code-editor.css +0 -0
  29. package/components/CodeEditor/themes/dark/code-editor.scss +7 -0
  30. package/components/ContextSelector/themes/dark/context-selector.css +0 -0
  31. package/components/ContextSelector/themes/dark/context-selector.scss +22 -0
  32. package/components/DataList/themes/dark/data-list.css +0 -0
  33. package/components/DataList/themes/dark/data-list.scss +8 -0
  34. package/components/DatePicker/themes/dark/date-picker.css +0 -0
  35. package/components/DatePicker/themes/dark/date-picker.scss +6 -0
  36. package/components/Drawer/themes/dark/drawer.css +0 -0
  37. package/components/Drawer/themes/dark/drawer.scss +11 -0
  38. package/components/Dropdown/themes/dark/dropdown.css +0 -0
  39. package/components/Dropdown/themes/dark/dropdown.scss +30 -0
  40. package/components/Form/themes/dark/form.css +0 -0
  41. package/components/Form/themes/dark/form.scss +5 -0
  42. package/components/FormControl/themes/dark/form-control.css +0 -0
  43. package/components/FormControl/themes/dark/form-control.scss +28 -0
  44. package/components/HelperText/themes/dark/helper-text.css +0 -0
  45. package/components/HelperText/themes/dark/helper-text.scss +5 -0
  46. package/components/Hint/themes/dark/hint.css +0 -0
  47. package/components/Hint/themes/dark/hint.scss +6 -0
  48. package/components/InputGroup/themes/dark/input-group.css +0 -0
  49. package/components/InputGroup/themes/dark/input-group.scss +26 -0
  50. package/components/Label/themes/dark/label.css +0 -0
  51. package/components/Label/themes/dark/label.scss +45 -0
  52. package/components/LogViewer/themes/dark/log-viewer.css +0 -0
  53. package/components/LogViewer/themes/dark/log-viewer.scss +5 -0
  54. package/components/Login/themes/dark/login.css +0 -0
  55. package/components/Login/themes/dark/login.scss +6 -0
  56. package/components/Masthead/themes/dark/masthead.css +0 -0
  57. package/components/Masthead/themes/dark/masthead.scss +11 -0
  58. package/components/Menu/themes/dark/menu.css +0 -0
  59. package/components/Menu/themes/dark/menu.scss +10 -0
  60. package/components/MenuToggle/themes/dark/menu-toggle.css +0 -0
  61. package/components/MenuToggle/themes/dark/menu-toggle.scss +21 -0
  62. package/components/ModalBox/modal-box.scss +0 -1
  63. package/components/ModalBox/themes/dark/modal-box.css +0 -0
  64. package/components/ModalBox/themes/dark/modal-box.scss +5 -0
  65. package/components/Nav/nav.css +3 -0
  66. package/components/Nav/nav.scss +4 -0
  67. package/components/Nav/themes/dark/nav.css +0 -0
  68. package/components/Nav/themes/dark/nav.scss +42 -0
  69. package/components/NotificationBadge/themes/dark/notification-badge.css +0 -0
  70. package/components/NotificationBadge/themes/dark/notification-badge.scss +5 -0
  71. package/components/NotificationDrawer/themes/dark/notification-drawer.css +0 -0
  72. package/components/NotificationDrawer/themes/dark/notification-drawer.scss +12 -0
  73. package/components/OptionsMenu/themes/dark/options-menu.css +0 -0
  74. package/components/OptionsMenu/themes/dark/options-menu.scss +21 -0
  75. package/components/Page/themes/dark/page.css +0 -0
  76. package/components/Page/themes/dark/page.scss +62 -0
  77. package/components/Pagination/themes/dark/pagination.css +0 -0
  78. package/components/Pagination/themes/dark/pagination.scss +5 -0
  79. package/components/Popover/popover.scss +0 -1
  80. package/components/Popover/themes/dark/popover.css +0 -0
  81. package/components/Popover/themes/dark/popover.scss +15 -0
  82. package/components/Progress/progress.scss +0 -1
  83. package/components/Progress/themes/dark/progress.css +0 -0
  84. package/components/Progress/themes/dark/progress.scss +7 -0
  85. package/components/SearchInput/themes/dark/search-input.css +0 -0
  86. package/components/SearchInput/themes/dark/search-input.scss +14 -0
  87. package/components/Select/themes/dark/select.css +0 -0
  88. package/components/Select/themes/dark/select.scss +21 -0
  89. package/components/SimpleList/themes/dark/simple-list.css +0 -0
  90. package/components/SimpleList/themes/dark/simple-list.scss +12 -0
  91. package/components/Skeleton/themes/dark/skeleton.css +0 -0
  92. package/components/Skeleton/themes/dark/skeleton.scss +8 -0
  93. package/components/Switch/themes/dark/switch.css +0 -0
  94. package/components/Switch/themes/dark/switch.scss +8 -0
  95. package/components/Table/table.css +2 -1
  96. package/components/Table/table.scss +8 -5
  97. package/components/Table/themes/dark/table.css +0 -0
  98. package/components/Table/themes/dark/table.scss +10 -0
  99. package/components/Tabs/themes/dark/tabs.css +0 -0
  100. package/components/Tabs/themes/dark/tabs.scss +7 -0
  101. package/components/Tile/themes/dark/tile.css +0 -0
  102. package/components/Tile/themes/dark/tile.scss +8 -0
  103. package/components/ToggleGroup/themes/dark/toggle-group.css +0 -0
  104. package/components/ToggleGroup/themes/dark/toggle-group.scss +9 -0
  105. package/components/Tooltip/themes/dark/tooltip.css +0 -0
  106. package/components/Tooltip/themes/dark/tooltip.scss +6 -0
  107. package/components/TreeView/themes/dark/tree-view.css +0 -0
  108. package/components/TreeView/themes/dark/tree-view.scss +6 -0
  109. package/components/Wizard/themes/dark/wizard.css +0 -0
  110. package/components/Wizard/themes/dark/wizard.scss +12 -0
  111. package/docs/components/Avatar/examples/Avatar.md +53 -5
  112. package/docs/components/Brand/examples/Brand.md +6 -6
  113. package/docs/components/CalendarMonth/examples/CalendarMonth.md +2 -2
  114. package/docs/components/CodeEditor/examples/CodeEditor.md +71 -10
  115. package/docs/components/DataList/examples/DataList.md +11 -11
  116. package/docs/components/DescriptionList/examples/DescriptionList.md +19 -19
  117. package/docs/components/Divider/examples/Divider.md +2 -2
  118. package/docs/components/Drawer/examples/Drawer.md +27 -27
  119. package/docs/components/Dropdown/examples/Dropdown.md +2 -2
  120. package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
  121. package/docs/components/LogViewer/examples/LogViewer.md +19 -19
  122. package/docs/components/Masthead/examples/masthead.md +10 -10
  123. package/docs/components/Menu/examples/Menu.md +2 -2
  124. package/docs/components/Nav/examples/Navigation.css +3 -1
  125. package/docs/components/Nav/examples/Navigation.md +79 -0
  126. package/docs/components/Page/examples/Page.md +4 -4
  127. package/docs/components/Pagination/examples/Pagination.md +2 -2
  128. package/docs/components/Sidebar/examples/Sidebar.md +14 -14
  129. package/docs/components/Table/examples/Table.md +20 -9
  130. package/docs/components/Tabs/examples/Tabs.md +27 -27
  131. package/docs/components/Toolbar/examples/Toolbar.md +31 -31
  132. package/docs/demos/Alert/examples/Alert.md +360 -54
  133. package/docs/demos/BackToTop/examples/BackToTop.md +304 -5
  134. package/docs/demos/Banner/examples/Banner.md +2 -2
  135. package/docs/demos/CardView/examples/CardView.md +1 -1
  136. package/docs/demos/ContextSelector/examples/ContextSelector.md +3051 -59
  137. package/docs/demos/DataList/examples/DataList.md +4 -4
  138. package/docs/demos/Drawer/examples/Drawer.md +3 -3
  139. package/docs/demos/JumpLinks/examples/JumpLinks.md +1221 -80
  140. package/docs/demos/Masthead/examples/Masthead.md +1643 -1026
  141. package/docs/demos/Nav/examples/Nav.md +300 -9
  142. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
  143. package/docs/demos/Page/examples/Page.md +7050 -161
  144. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +7 -7
  145. package/docs/demos/Skeleton/examples/Skeleton.md +1 -1
  146. package/docs/demos/Table/examples/Table.md +24128 -172
  147. package/docs/demos/Tabs/examples/Tabs.md +7304 -697
  148. package/docs/demos/Toolbar/examples/Toolbar.md +1026 -44
  149. package/docs/demos/Wizard/examples/Wizard.md +2 -2
  150. package/docs/layouts/Flex/examples/Flex.md +1 -1
  151. package/docs/layouts/Gallery/examples/Gallery.md +2 -2
  152. package/docs/layouts/Grid/examples/Grid.md +9 -9
  153. package/docs/utilities/Accessibility/examples/Accessibility.md +1 -1
  154. package/docs/utilities/Alignment/examples/Alignment.md +1 -1
  155. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +1 -1
  156. package/docs/utilities/Display/examples/Display.md +1 -1
  157. package/docs/utilities/Flex/examples/Flex.md +1 -1
  158. package/docs/utilities/Float/examples/Float.md +1 -1
  159. package/docs/utilities/Sizing/examples/Sizing.md +12 -0
  160. package/docs/utilities/Spacing/examples/Spacing.md +1 -1
  161. package/docs/utilities/Text/examples/Text.md +1 -1
  162. package/package.json +1 -1
  163. package/patternfly-no-reset.css +237 -1
  164. package/patternfly-theme-dark.css +628 -0
  165. package/patternfly-theme-dark.scss +9 -0
  166. package/patternfly.css +237 -1
  167. package/patternfly.min.css +1 -1
  168. package/patternfly.min.css.map +1 -1
@@ -5,8 +5,299 @@ section: components
5
5
 
6
6
  ### Default nav
7
7
 
8
- ```hbs isFullscreen
9
- {{> page-demo-default page-demo-default--id="page-default-nav-example"}}
8
+ ```html isFullscreen
9
+ <div class="pf-c-page" id="page-default-nav-example">
10
+ <a
11
+ class="pf-c-skip-to-content pf-c-button pf-m-primary"
12
+ href="#main-content-page-default-nav-example"
13
+ >Skip to content</a>
14
+ <header class="pf-c-page__header">
15
+ <div class="pf-c-page__header-brand">
16
+ <div class="pf-c-page__header-brand-toggle">
17
+ <button
18
+ class="pf-c-button pf-m-plain"
19
+ type="button"
20
+ id="page-default-nav-example-nav-toggle"
21
+ aria-label="Global navigation"
22
+ aria-expanded="true"
23
+ aria-controls="page-default-nav-example-primary-nav"
24
+ >
25
+ <i class="fas fa-bars" aria-hidden="true"></i>
26
+ </button>
27
+ </div>
28
+ <a href="#" class="pf-c-page__header-brand-link">
29
+ <img
30
+ class="pf-c-brand"
31
+ src="/assets/images/PF-Masthead-Logo.svg"
32
+ alt="PatternFly logo"
33
+ />
34
+ </a>
35
+ </div>
36
+ <div class="pf-c-page__header-tools">
37
+ <div class="pf-c-page__header-tools-group">
38
+ <div
39
+ class="pf-c-page__header-tools-item pf-m-hidden pf-m-visible-on-lg"
40
+ >
41
+ <button
42
+ class="pf-c-button pf-m-plain"
43
+ type="button"
44
+ aria-label="Settings"
45
+ >
46
+ <i class="fas fa-cog" aria-hidden="true"></i>
47
+ </button>
48
+ </div>
49
+ <div
50
+ class="pf-c-page__header-tools-item pf-m-hidden pf-m-visible-on-lg"
51
+ >
52
+ <button
53
+ class="pf-c-button pf-m-plain"
54
+ type="button"
55
+ aria-label="Help"
56
+ >
57
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
58
+ </button>
59
+ </div>
60
+ </div>
61
+ <div class="pf-c-page__header-tools-group">
62
+ <div class="pf-c-page__header-tools-item pf-m-hidden-on-lg">
63
+ <div class="pf-c-dropdown">
64
+ <button
65
+ class="pf-c-dropdown__toggle pf-m-plain"
66
+ id="page-default-nav-example-dropdown-kebab-1-button"
67
+ aria-expanded="false"
68
+ type="button"
69
+ aria-label="Actions"
70
+ >
71
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
72
+ </button>
73
+ <ul
74
+ class="pf-c-dropdown__menu pf-m-align-right"
75
+ aria-labelledby="page-default-nav-example-dropdown-kebab-1-button"
76
+ hidden
77
+ >
78
+ <li>
79
+ <a class="pf-c-dropdown__menu-item" href="#">Link</a>
80
+ </li>
81
+ <li>
82
+ <button class="pf-c-dropdown__menu-item" type="button">Action</button>
83
+ </li>
84
+ <li>
85
+ <a
86
+ class="pf-c-dropdown__menu-item pf-m-disabled"
87
+ href="#"
88
+ aria-disabled="true"
89
+ tabindex="-1"
90
+ >Disabled link</a>
91
+ </li>
92
+ <li>
93
+ <button
94
+ class="pf-c-dropdown__menu-item"
95
+ type="button"
96
+ disabled
97
+ >Disabled action</button>
98
+ </li>
99
+ <li class="pf-c-divider" role="separator"></li>
100
+ <li>
101
+ <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
102
+ </li>
103
+ </ul>
104
+ </div>
105
+ </div>
106
+ <div
107
+ class="pf-c-page__header-tools-item pf-m-hidden pf-m-visible-on-md"
108
+ >
109
+ <div class="pf-c-dropdown">
110
+ <button
111
+ class="pf-c-dropdown__toggle pf-m-plain"
112
+ id="page-default-nav-example-dropdown-kebab-2-button"
113
+ aria-expanded="false"
114
+ type="button"
115
+ >
116
+ <span class="pf-c-dropdown__toggle-text">John Smith</span>
117
+ <span class="pf-c-dropdown__toggle-icon">
118
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
119
+ </span>
120
+ </button>
121
+ <ul
122
+ class="pf-c-dropdown__menu"
123
+ aria-labelledby="page-default-nav-example-dropdown-kebab-2-button"
124
+ hidden
125
+ >
126
+ <li>
127
+ <a class="pf-c-dropdown__menu-item" href="#">Link</a>
128
+ </li>
129
+ <li>
130
+ <button class="pf-c-dropdown__menu-item" type="button">Action</button>
131
+ </li>
132
+ <li>
133
+ <a
134
+ class="pf-c-dropdown__menu-item pf-m-disabled"
135
+ href="#"
136
+ aria-disabled="true"
137
+ tabindex="-1"
138
+ >Disabled link</a>
139
+ </li>
140
+ <li>
141
+ <button
142
+ class="pf-c-dropdown__menu-item"
143
+ type="button"
144
+ disabled
145
+ >Disabled action</button>
146
+ </li>
147
+ <li class="pf-c-divider" role="separator"></li>
148
+ <li>
149
+ <a class="pf-c-dropdown__menu-item" href="#">Separated link</a>
150
+ </li>
151
+ </ul>
152
+ </div>
153
+ </div>
154
+ </div>
155
+ <img
156
+ class="pf-c-avatar"
157
+ src="/assets/images/img_avatar.svg"
158
+ alt="Avatar image"
159
+ />
160
+ </div>
161
+ </header>
162
+ <div class="pf-c-page__sidebar">
163
+ <div class="pf-c-page__sidebar-body">
164
+ <nav
165
+ class="pf-c-nav"
166
+ id="page-default-nav-example-primary-nav"
167
+ aria-label="Global"
168
+ >
169
+ <ul class="pf-c-nav__list">
170
+ <li class="pf-c-nav__item">
171
+ <a href="#" class="pf-c-nav__link">System panel</a>
172
+ </li>
173
+ <li class="pf-c-nav__item">
174
+ <a
175
+ href="#"
176
+ class="pf-c-nav__link pf-m-current"
177
+ aria-current="page"
178
+ >Policy</a>
179
+ </li>
180
+ <li class="pf-c-nav__item">
181
+ <a href="#" class="pf-c-nav__link">Authentication</a>
182
+ </li>
183
+ <li class="pf-c-nav__item">
184
+ <a href="#" class="pf-c-nav__link">Network services</a>
185
+ </li>
186
+ <li class="pf-c-nav__item">
187
+ <a href="#" class="pf-c-nav__link">Server</a>
188
+ </li>
189
+ </ul>
190
+ </nav>
191
+ </div>
192
+ </div>
193
+ <main
194
+ class="pf-c-page__main"
195
+ tabindex="-1"
196
+ id="main-content-page-default-nav-example"
197
+ >
198
+ <section class="pf-c-page__main-breadcrumb pf-m-limit-width">
199
+ <div class="pf-c-page__main-body">
200
+ <nav class="pf-c-breadcrumb" aria-label="breadcrumb">
201
+ <ol class="pf-c-breadcrumb__list">
202
+ <li class="pf-c-breadcrumb__item">
203
+ <a href="#" class="pf-c-breadcrumb__link">Section home</a>
204
+ </li>
205
+ <li class="pf-c-breadcrumb__item">
206
+ <span class="pf-c-breadcrumb__item-divider">
207
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
208
+ </span>
209
+
210
+ <a href="#" class="pf-c-breadcrumb__link">Section title</a>
211
+ </li>
212
+ <li class="pf-c-breadcrumb__item">
213
+ <span class="pf-c-breadcrumb__item-divider">
214
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
215
+ </span>
216
+
217
+ <a href="#" class="pf-c-breadcrumb__link">Section title</a>
218
+ </li>
219
+ <li class="pf-c-breadcrumb__item">
220
+ <span class="pf-c-breadcrumb__item-divider">
221
+ <i class="fas fa-angle-right" aria-hidden="true"></i>
222
+ </span>
223
+
224
+ <a
225
+ href="#"
226
+ class="pf-c-breadcrumb__link pf-m-current"
227
+ aria-current="page"
228
+ >Section landing</a>
229
+ </li>
230
+ </ol>
231
+ </nav>
232
+ </div>
233
+ </section>
234
+ <section class="pf-c-page__main-section pf-m-limit-width pf-m-light">
235
+ <div class="pf-c-page__main-body">
236
+ <div class="pf-c-content">
237
+ <h1>Main title</h1>
238
+ <p>This is a full page demo.</p>
239
+ </div>
240
+ </div>
241
+ </section>
242
+ <section class="pf-c-page__main-section pf-m-limit-width">
243
+ <div class="pf-c-page__main-body">
244
+ <div class="pf-l-gallery pf-m-gutter">
245
+ <div class="pf-l-gallery__item">
246
+ <div class="pf-c-card">
247
+ <div class="pf-c-card__body">This is a card</div>
248
+ </div>
249
+ </div>
250
+ <div class="pf-l-gallery__item">
251
+ <div class="pf-c-card">
252
+ <div class="pf-c-card__body">This is a card</div>
253
+ </div>
254
+ </div>
255
+ <div class="pf-l-gallery__item">
256
+ <div class="pf-c-card">
257
+ <div class="pf-c-card__body">This is a card</div>
258
+ </div>
259
+ </div>
260
+ <div class="pf-l-gallery__item">
261
+ <div class="pf-c-card">
262
+ <div class="pf-c-card__body">This is a card</div>
263
+ </div>
264
+ </div>
265
+ <div class="pf-l-gallery__item">
266
+ <div class="pf-c-card">
267
+ <div class="pf-c-card__body">This is a card</div>
268
+ </div>
269
+ </div>
270
+ <div class="pf-l-gallery__item">
271
+ <div class="pf-c-card">
272
+ <div class="pf-c-card__body">This is a card</div>
273
+ </div>
274
+ </div>
275
+ <div class="pf-l-gallery__item">
276
+ <div class="pf-c-card">
277
+ <div class="pf-c-card__body">This is a card</div>
278
+ </div>
279
+ </div>
280
+ <div class="pf-l-gallery__item">
281
+ <div class="pf-c-card">
282
+ <div class="pf-c-card__body">This is a card</div>
283
+ </div>
284
+ </div>
285
+ <div class="pf-l-gallery__item">
286
+ <div class="pf-c-card">
287
+ <div class="pf-c-card__body">This is a card</div>
288
+ </div>
289
+ </div>
290
+ <div class="pf-l-gallery__item">
291
+ <div class="pf-c-card">
292
+ <div class="pf-c-card__body">This is a card</div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ </section>
298
+ </main>
299
+ </div>
300
+
10
301
  ```
11
302
 
12
303
  ### Expandable nav
@@ -60,7 +351,7 @@ section: components
60
351
  type="button"
61
352
  aria-label="Help"
62
353
  >
63
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
354
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
64
355
  </button>
65
356
  </div>
66
357
  </div>
@@ -467,7 +758,7 @@ section: components
467
758
  type="button"
468
759
  aria-label="Help"
469
760
  >
470
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
761
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
471
762
  </button>
472
763
  </div>
473
764
  </div>
@@ -733,7 +1024,7 @@ section: components
733
1024
  type="button"
734
1025
  aria-label="Help"
735
1026
  >
736
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
1027
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
737
1028
  </button>
738
1029
  </div>
739
1030
  </div>
@@ -1185,7 +1476,7 @@ section: components
1185
1476
  type="button"
1186
1477
  aria-label="Help"
1187
1478
  >
1188
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
1479
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1189
1480
  </button>
1190
1481
  </div>
1191
1482
  </div>
@@ -1491,7 +1782,7 @@ section: components
1491
1782
  type="button"
1492
1783
  aria-label="Help"
1493
1784
  >
1494
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
1785
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1495
1786
  </button>
1496
1787
  </div>
1497
1788
  </div>
@@ -1916,7 +2207,7 @@ section: components
1916
2207
  type="button"
1917
2208
  aria-label="Help"
1918
2209
  >
1919
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
2210
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1920
2211
  </button>
1921
2212
  </div>
1922
2213
  </div>
@@ -2144,7 +2435,7 @@ section: components
2144
2435
  type="button"
2145
2436
  aria-label="Help"
2146
2437
  >
2147
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
2438
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2148
2439
  </button>
2149
2440
  </div>
2150
2441
  </div>
@@ -68,7 +68,7 @@ section: components
68
68
  type="button"
69
69
  aria-label="Help"
70
70
  >
71
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
71
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
72
72
  </button>
73
73
  </div>
74
74
  </div>
@@ -986,7 +986,7 @@ section: components
986
986
  type="button"
987
987
  aria-label="Help"
988
988
  >
989
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
989
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
990
990
  </button>
991
991
  </div>
992
992
  </div>
@@ -1903,7 +1903,7 @@ section: components
1903
1903
  type="button"
1904
1904
  aria-label="Help"
1905
1905
  >
1906
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
1906
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1907
1907
  </button>
1908
1908
  </div>
1909
1909
  </div>
@@ -2823,7 +2823,7 @@ section: components
2823
2823
  type="button"
2824
2824
  aria-label="Help"
2825
2825
  >
2826
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
2826
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2827
2827
  </button>
2828
2828
  </div>
2829
2829
  </div>
@@ -3742,7 +3742,7 @@ section: components
3742
3742
  type="button"
3743
3743
  aria-label="Help"
3744
3744
  >
3745
- <i class="pf-icon pf-icon-help" aria-hidden="true"></i>
3745
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3746
3746
  </button>
3747
3747
  </div>
3748
3748
  </div>