@patternfly/patternfly 6.0.0-alpha.98 → 6.0.0-alpha.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/components/Card/card.css +1 -0
  2. package/components/Card/card.scss +1 -0
  3. package/components/Check/check.css +10 -3
  4. package/components/Check/check.scss +17 -4
  5. package/components/Masthead/masthead.css +17 -9
  6. package/components/Masthead/masthead.scss +18 -9
  7. package/components/MenuToggle/menu-toggle.css +4 -4
  8. package/components/MenuToggle/menu-toggle.scss +4 -4
  9. package/components/ModalBox/modal-box.css +11 -7
  10. package/components/ModalBox/modal-box.scss +27 -12
  11. package/components/Nav/nav.css +64 -110
  12. package/components/Nav/nav.scss +70 -143
  13. package/components/Page/page.css +9 -17
  14. package/components/Page/page.scss +10 -23
  15. package/components/Radio/radio.css +12 -5
  16. package/components/Radio/radio.scss +21 -6
  17. package/components/Table/table-grid.css +30 -35
  18. package/components/Table/table-grid.scss +44 -32
  19. package/components/Table/table-scrollable.css +14 -6
  20. package/components/Table/table-scrollable.scss +6 -1
  21. package/components/Table/table-tree-view.css +5 -5
  22. package/components/Table/table-tree-view.scss +14 -8
  23. package/components/Table/table.css +90 -254
  24. package/components/Table/table.scss +158 -347
  25. package/components/Toolbar/toolbar.css +66 -2
  26. package/components/Toolbar/toolbar.scss +21 -2
  27. package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
  28. package/docs/components/Accordion/examples/Accordion.md +19 -19
  29. package/docs/components/ActionList/examples/ActionList.md +5 -5
  30. package/docs/components/Alert/examples/Alert.md +26 -26
  31. package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
  32. package/docs/components/Avatar/examples/Avatar.md +8 -8
  33. package/docs/components/BackToTop/examples/BackToTop.md +3 -3
  34. package/docs/components/Backdrop/examples/Backdrop.md +3 -3
  35. package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
  36. package/docs/components/Badge/examples/Badge.md +6 -6
  37. package/docs/components/Banner/examples/Banner.md +17 -17
  38. package/docs/components/Brand/examples/Brand.css +3 -3
  39. package/docs/components/Brand/examples/Brand.md +7 -7
  40. package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
  41. package/docs/components/Button/examples/Button.css +2 -2
  42. package/docs/components/Button/examples/Button.md +35 -35
  43. package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
  44. package/docs/components/Card/examples/Card.md +30 -30
  45. package/docs/components/Check/examples/Check.md +12 -12
  46. package/docs/components/Chip/examples/Chip.md +21 -21
  47. package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
  48. package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
  49. package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
  50. package/docs/components/Content/examples/Content.md +5 -5
  51. package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
  52. package/docs/components/DataList/examples/DataList.md +177 -112
  53. package/docs/components/DatePicker/examples/DatePicker.md +10 -10
  54. package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
  55. package/docs/components/Divider/examples/Divider.md +7 -7
  56. package/docs/components/DragDrop/examples/DragDrop.md +5 -5
  57. package/docs/components/Drawer/examples/Drawer.md +36 -36
  58. package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
  59. package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
  60. package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
  61. package/docs/components/EmptyState/examples/EmptyState.md +21 -21
  62. package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
  63. package/docs/components/FileUpload/examples/FileUpload.md +8 -8
  64. package/docs/components/Form/examples/Form.md +52 -52
  65. package/docs/components/FormControl/examples/FormControl.md +22 -22
  66. package/docs/components/HelperText/examples/HelperText.md +11 -11
  67. package/docs/components/Hint/examples/Hint.md +6 -6
  68. package/docs/components/Icon/examples/Icon.md +13 -13
  69. package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
  70. package/docs/components/InputGroup/examples/InputGroup.md +10 -10
  71. package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
  72. package/docs/components/Label/examples/Label.css +4 -4
  73. package/docs/components/Label/examples/Label.md +45 -45
  74. package/docs/components/List/examples/List.md +6 -6
  75. package/docs/components/LogViewer/examples/LogViewer.css +2 -2
  76. package/docs/components/LogViewer/examples/LogViewer.md +45 -165
  77. package/docs/components/Login/examples/Login.md +21 -21
  78. package/docs/components/Masthead/examples/masthead.md +7 -7
  79. package/docs/components/Menu/examples/Menu.md +60 -60
  80. package/docs/components/MenuToggle/examples/MenuToggle.md +34 -106
  81. package/docs/components/ModalBox/examples/ModalBox.md +75 -34
  82. package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
  83. package/docs/components/Nav/examples/Navigation.css +20 -3
  84. package/docs/components/Nav/examples/Navigation.md +44 -50
  85. package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
  86. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
  87. package/docs/components/NumberInput/examples/NumberInput.md +13 -13
  88. package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
  89. package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
  90. package/docs/components/Page/deprecated/PageHeader.md +30 -30
  91. package/docs/components/Page/examples/Page.md +55 -54
  92. package/docs/components/Pagination/examples/Pagination.md +25 -25
  93. package/docs/components/Panel/examples/Panel.md +10 -10
  94. package/docs/components/Popover/examples/Popover.md +30 -30
  95. package/docs/components/Progress/examples/Progress.md +31 -31
  96. package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
  97. package/docs/components/Radio/examples/Radio.md +9 -9
  98. package/docs/components/Select/deprecated/Select.md +110 -110
  99. package/docs/components/Sidebar/examples/Sidebar.md +16 -16
  100. package/docs/components/SimpleList/examples/SimpleList.md +9 -9
  101. package/docs/components/Skeleton/examples/Skeleton.md +14 -14
  102. package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
  103. package/docs/components/Slider/examples/Slider.md +33 -33
  104. package/docs/components/Spinner/examples/Spinner.md +14 -14
  105. package/docs/components/Switch/examples/Switch.md +14 -14
  106. package/docs/components/TabContent/examples/TabContent.md +10 -10
  107. package/docs/components/Table/examples/Table.md +5395 -15077
  108. package/docs/components/Tabs/examples/Tabs.md +39 -39
  109. package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
  110. package/docs/components/Tile/examples/Tile.md +12 -12
  111. package/docs/components/Timestamp/examples/Timestamp.md +4 -4
  112. package/docs/components/Title/examples/Title.md +20 -20
  113. package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
  114. package/docs/components/Toolbar/examples/Toolbar.md +68 -200
  115. package/docs/components/Tooltip/examples/Tooltip.md +9 -9
  116. package/docs/components/TreeView/examples/TreeView.md +31 -31
  117. package/docs/components/Truncate/examples/Truncate.md +8 -8
  118. package/docs/components/Wizard/examples/Wizard.md +46 -46
  119. package/docs/demos/AboutModal/examples/AboutModal.md +4 -52
  120. package/docs/demos/Alert/examples/Alert.md +12 -156
  121. package/docs/demos/BackToTop/examples/BackToTop.md +4 -52
  122. package/docs/demos/Banner/examples/Banner.md +9 -105
  123. package/docs/demos/Card/examples/Card.md +12 -19
  124. package/docs/demos/CardView/examples/CardView.md +5 -65
  125. package/docs/demos/ContextSelector/examples/ContextSelector.md +12 -156
  126. package/docs/demos/Dashboard/examples/Dashboard.md +4 -52
  127. package/docs/demos/DataList/examples/DataList.md +200 -553
  128. package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -156
  129. package/docs/demos/Drawer/examples/Drawer.md +20 -260
  130. package/docs/demos/JumpLinks/examples/JumpLinks.md +24 -312
  131. package/docs/demos/Masthead/examples/Masthead.md +23 -255
  132. package/docs/demos/Modal/examples/Modal.md +24 -312
  133. package/docs/demos/Nav/examples/Nav.md +69 -461
  134. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +20 -260
  135. package/docs/demos/Page/examples/Page.md +39 -505
  136. package/docs/demos/Page/examples/Penta.md +120 -53
  137. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -455
  138. package/docs/demos/Skeleton/examples/Skeleton.md +4 -52
  139. package/docs/demos/Table/examples/Table.md +1598 -6045
  140. package/docs/demos/Tabs/examples/Tabs.md +143 -499
  141. package/docs/demos/Toolbar/examples/Toolbar.md +245 -925
  142. package/docs/demos/Wizard/examples/Wizard.md +36 -468
  143. package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
  144. package/docs/layouts/Flex/examples/Flex.md +76 -76
  145. package/docs/layouts/Gallery/examples/Gallery.md +6 -6
  146. package/docs/layouts/Grid/examples/Grid.md +8 -8
  147. package/docs/layouts/Level/examples/Level.md +4 -4
  148. package/docs/layouts/Split/examples/Split.md +6 -6
  149. package/docs/layouts/Stack/examples/Stack.md +5 -5
  150. package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
  151. package/docs/utilities/Alignment/examples/Alignment.md +4 -4
  152. package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
  153. package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
  154. package/docs/utilities/Display/examples/Display.md +9 -9
  155. package/docs/utilities/Flex/examples/Flex.md +32 -32
  156. package/docs/utilities/Float/examples/Float.md +2 -2
  157. package/docs/utilities/Sizing/examples/Sizing.md +41 -41
  158. package/docs/utilities/Spacing/examples/Spacing.md +11 -11
  159. package/docs/utilities/Text/examples/Text.md +28 -28
  160. package/package.json +2 -1
  161. package/patternfly-no-globals.css +347 -463
  162. package/patternfly-theme-dark-unversioned.css +347 -463
  163. package/patternfly.css +347 -463
  164. package/patternfly.min.css +1 -1
  165. package/patternfly.min.css.map +1 -1
  166. package/components/Table/themes/dark/table.scss +0 -16
@@ -149,19 +149,7 @@ wrapperTag: div
149
149
  aria-label="Application launcher"
150
150
  >
151
151
  <span class="pf-v6-c-menu-toggle__icon">
152
- <svg
153
- class="pf-v5-svg"
154
- viewBox="0 0 192 512"
155
- fill="currentColor"
156
- aria-hidden="true"
157
- role="img"
158
- width="1em"
159
- height="1em"
160
- >
161
- <path
162
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
163
- />
164
- </svg>
152
+ <i class="fas fa-th" aria-hidden="true"></i>
165
153
  </span>
166
154
  </button>
167
155
  </div>
@@ -173,19 +161,7 @@ wrapperTag: div
173
161
  aria-label="Settings"
174
162
  >
175
163
  <span class="pf-v6-c-menu-toggle__icon">
176
- <svg
177
- class="pf-v5-svg"
178
- viewBox="0 0 192 512"
179
- fill="currentColor"
180
- aria-hidden="true"
181
- role="img"
182
- width="1em"
183
- height="1em"
184
- >
185
- <path
186
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
187
- />
188
- </svg>
164
+ <i class="fas fa-cog" aria-hidden="true"></i>
189
165
  </span>
190
166
  </button>
191
167
  </div>
@@ -197,19 +173,7 @@ wrapperTag: div
197
173
  aria-label="Help"
198
174
  >
199
175
  <span class="pf-v6-c-menu-toggle__icon">
200
- <svg
201
- class="pf-v5-svg"
202
- viewBox="0 0 192 512"
203
- fill="currentColor"
204
- aria-hidden="true"
205
- role="img"
206
- width="1em"
207
- height="1em"
208
- >
209
- <path
210
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
211
- />
212
- </svg>
176
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
213
177
  </span>
214
178
  </button>
215
179
  </div>
@@ -222,19 +186,7 @@ wrapperTag: div
222
186
  aria-label="Actions"
223
187
  >
224
188
  <span class="pf-v6-c-menu-toggle__icon">
225
- <svg
226
- class="pf-v5-svg"
227
- viewBox="0 0 192 512"
228
- fill="currentColor"
229
- aria-hidden="true"
230
- role="img"
231
- width="1em"
232
- height="1em"
233
- >
234
- <path
235
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
236
- />
237
- </svg>
189
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
238
190
  </span>
239
191
  </button>
240
192
  </div>
@@ -1086,19 +1038,7 @@ wrapperTag: div
1086
1038
  aria-label="Application launcher"
1087
1039
  >
1088
1040
  <span class="pf-v6-c-menu-toggle__icon">
1089
- <svg
1090
- class="pf-v5-svg"
1091
- viewBox="0 0 192 512"
1092
- fill="currentColor"
1093
- aria-hidden="true"
1094
- role="img"
1095
- width="1em"
1096
- height="1em"
1097
- >
1098
- <path
1099
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1100
- />
1101
- </svg>
1041
+ <i class="fas fa-th" aria-hidden="true"></i>
1102
1042
  </span>
1103
1043
  </button>
1104
1044
  </div>
@@ -1110,19 +1050,7 @@ wrapperTag: div
1110
1050
  aria-label="Settings"
1111
1051
  >
1112
1052
  <span class="pf-v6-c-menu-toggle__icon">
1113
- <svg
1114
- class="pf-v5-svg"
1115
- viewBox="0 0 192 512"
1116
- fill="currentColor"
1117
- aria-hidden="true"
1118
- role="img"
1119
- width="1em"
1120
- height="1em"
1121
- >
1122
- <path
1123
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1124
- />
1125
- </svg>
1053
+ <i class="fas fa-cog" aria-hidden="true"></i>
1126
1054
  </span>
1127
1055
  </button>
1128
1056
  </div>
@@ -1134,19 +1062,7 @@ wrapperTag: div
1134
1062
  aria-label="Help"
1135
1063
  >
1136
1064
  <span class="pf-v6-c-menu-toggle__icon">
1137
- <svg
1138
- class="pf-v5-svg"
1139
- viewBox="0 0 192 512"
1140
- fill="currentColor"
1141
- aria-hidden="true"
1142
- role="img"
1143
- width="1em"
1144
- height="1em"
1145
- >
1146
- <path
1147
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1148
- />
1149
- </svg>
1065
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
1150
1066
  </span>
1151
1067
  </button>
1152
1068
  </div>
@@ -1159,19 +1075,7 @@ wrapperTag: div
1159
1075
  aria-label="Actions"
1160
1076
  >
1161
1077
  <span class="pf-v6-c-menu-toggle__icon">
1162
- <svg
1163
- class="pf-v5-svg"
1164
- viewBox="0 0 192 512"
1165
- fill="currentColor"
1166
- aria-hidden="true"
1167
- role="img"
1168
- width="1em"
1169
- height="1em"
1170
- >
1171
- <path
1172
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1173
- />
1174
- </svg>
1078
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
1175
1079
  </span>
1176
1080
  </button>
1177
1081
  </div>
@@ -1280,19 +1184,7 @@ wrapperTag: div
1280
1184
  aria-controls="data-list-actionable-example-toolbar-expandable-content"
1281
1185
  >
1282
1186
  <span class="pf-v6-c-menu-toggle__icon">
1283
- <svg
1284
- class="pf-v5-svg"
1285
- viewBox="0 0 192 512"
1286
- fill="currentColor"
1287
- aria-hidden="true"
1288
- role="img"
1289
- width="1em"
1290
- height="1em"
1291
- >
1292
- <path
1293
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
1294
- />
1295
- </svg>
1187
+ <i class="fas fa-filter" aria-hidden="true"></i>
1296
1188
  </span>
1297
1189
  </button>
1298
1190
  </div>
@@ -1484,14 +1376,19 @@ wrapperTag: div
1484
1376
  <div class="pf-v6-c-data-list__item-row">
1485
1377
  <div class="pf-v6-c-data-list__item-control">
1486
1378
  <div class="pf-v6-c-data-list__check">
1487
- <div class="pf-v6-c-check pf-m-standalone">
1379
+ <label
1380
+ class="pf-v6-c-check pf-m-standalone"
1381
+ id="data-list-actionable-example-data-list-item-1&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check1&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-1&quot;"
1382
+ for="data-list-actionable-example-data-list-item-1&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check1&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-1&quot;-input"
1383
+ >
1488
1384
  <input
1489
1385
  class="pf-v6-c-check__input"
1490
1386
  type="checkbox"
1491
- name="check-action-check1"
1492
- aria-labelledby="data-list-actionable-example-data-list-item-1"
1387
+ id="data-list-actionable-example-data-list-item-1&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check1&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-1&quot;-input"
1388
+ name="data-list-actionable-example-data-list-item-1&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check1&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-1&quot;-input"
1389
+ aria-label="Standalone check"
1493
1390
  />
1494
- </div>
1391
+ </label>
1495
1392
  </div>
1496
1393
  </div>
1497
1394
  <div class="pf-v6-c-data-list__item-content">
@@ -1559,14 +1456,19 @@ wrapperTag: div
1559
1456
  <div class="pf-v6-c-data-list__item-row">
1560
1457
  <div class="pf-v6-c-data-list__item-control">
1561
1458
  <div class="pf-v6-c-data-list__check">
1562
- <div class="pf-v6-c-check pf-m-standalone">
1459
+ <label
1460
+ class="pf-v6-c-check pf-m-standalone"
1461
+ id="data-list-actionable-example-data-list-item-2&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check2&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-2&quot;"
1462
+ for="data-list-actionable-example-data-list-item-2&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check2&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-2&quot;-input"
1463
+ >
1563
1464
  <input
1564
1465
  class="pf-v6-c-check__input"
1565
1466
  type="checkbox"
1566
- name="check-action-check2"
1567
- aria-labelledby="data-list-actionable-example-data-list-item-2"
1467
+ id="data-list-actionable-example-data-list-item-2&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check2&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-2&quot;-input"
1468
+ name="data-list-actionable-example-data-list-item-2&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check2&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-2&quot;-input"
1469
+ aria-label="Standalone check"
1568
1470
  />
1569
- </div>
1471
+ </label>
1570
1472
  </div>
1571
1473
  </div>
1572
1474
  <div class="pf-v6-c-data-list__item-content">
@@ -1658,14 +1560,19 @@ wrapperTag: div
1658
1560
  <div class="pf-v6-c-data-list__item-row">
1659
1561
  <div class="pf-v6-c-data-list__item-control">
1660
1562
  <div class="pf-v6-c-data-list__check">
1661
- <div class="pf-v6-c-check pf-m-standalone">
1563
+ <label
1564
+ class="pf-v6-c-check pf-m-standalone"
1565
+ id="data-list-actionable-example-data-list-item-3&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check3&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-3&quot;"
1566
+ for="data-list-actionable-example-data-list-item-3&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check3&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-3&quot;-input"
1567
+ >
1662
1568
  <input
1663
1569
  class="pf-v6-c-check__input"
1664
1570
  type="checkbox"
1665
- name="check-action-check3"
1666
- aria-labelledby="data-list-actionable-example-data-list-item-3"
1571
+ id="data-list-actionable-example-data-list-item-3&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check3&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-3&quot;-input"
1572
+ name="data-list-actionable-example-data-list-item-3&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check3&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-3&quot;-input"
1573
+ aria-label="Standalone check"
1667
1574
  />
1668
- </div>
1575
+ </label>
1669
1576
  </div>
1670
1577
  </div>
1671
1578
  <div class="pf-v6-c-data-list__item-content">
@@ -1696,14 +1603,19 @@ wrapperTag: div
1696
1603
  <div class="pf-v6-c-data-list__item-row">
1697
1604
  <div class="pf-v6-c-data-list__item-control">
1698
1605
  <div class="pf-v6-c-data-list__check">
1699
- <div class="pf-v6-c-check pf-m-standalone">
1606
+ <label
1607
+ class="pf-v6-c-check pf-m-standalone"
1608
+ id="data-list-actionable-example-data-list-item-4&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check4&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-4&quot;"
1609
+ for="data-list-actionable-example-data-list-item-4&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check4&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-4&quot;-input"
1610
+ >
1700
1611
  <input
1701
1612
  class="pf-v6-c-check__input"
1702
1613
  type="checkbox"
1703
- name="check-action-check4"
1704
- aria-labelledby="data-list-actionable-example-data-list-item-4"
1614
+ id="data-list-actionable-example-data-list-item-4&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check4&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-4&quot;-input"
1615
+ name="data-list-actionable-example-data-list-item-4&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-action-check4&quot; aria-labelledby&#x3D;&quot;data-list-actionable-example-data-list-item-4&quot;-input"
1616
+ aria-label="Standalone check"
1705
1617
  />
1706
- </div>
1618
+ </label>
1707
1619
  </div>
1708
1620
  </div>
1709
1621
  <div class="pf-v6-c-data-list__item-content">
@@ -2024,19 +1936,7 @@ wrapperTag: div
2024
1936
  aria-label="Application launcher"
2025
1937
  >
2026
1938
  <span class="pf-v6-c-menu-toggle__icon">
2027
- <svg
2028
- class="pf-v5-svg"
2029
- viewBox="0 0 192 512"
2030
- fill="currentColor"
2031
- aria-hidden="true"
2032
- role="img"
2033
- width="1em"
2034
- height="1em"
2035
- >
2036
- <path
2037
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2038
- />
2039
- </svg>
1939
+ <i class="fas fa-th" aria-hidden="true"></i>
2040
1940
  </span>
2041
1941
  </button>
2042
1942
  </div>
@@ -2048,19 +1948,7 @@ wrapperTag: div
2048
1948
  aria-label="Settings"
2049
1949
  >
2050
1950
  <span class="pf-v6-c-menu-toggle__icon">
2051
- <svg
2052
- class="pf-v5-svg"
2053
- viewBox="0 0 192 512"
2054
- fill="currentColor"
2055
- aria-hidden="true"
2056
- role="img"
2057
- width="1em"
2058
- height="1em"
2059
- >
2060
- <path
2061
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2062
- />
2063
- </svg>
1951
+ <i class="fas fa-cog" aria-hidden="true"></i>
2064
1952
  </span>
2065
1953
  </button>
2066
1954
  </div>
@@ -2072,19 +1960,7 @@ wrapperTag: div
2072
1960
  aria-label="Help"
2073
1961
  >
2074
1962
  <span class="pf-v6-c-menu-toggle__icon">
2075
- <svg
2076
- class="pf-v5-svg"
2077
- viewBox="0 0 192 512"
2078
- fill="currentColor"
2079
- aria-hidden="true"
2080
- role="img"
2081
- width="1em"
2082
- height="1em"
2083
- >
2084
- <path
2085
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2086
- />
2087
- </svg>
1963
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
2088
1964
  </span>
2089
1965
  </button>
2090
1966
  </div>
@@ -2097,19 +1973,7 @@ wrapperTag: div
2097
1973
  aria-label="Actions"
2098
1974
  >
2099
1975
  <span class="pf-v6-c-menu-toggle__icon">
2100
- <svg
2101
- class="pf-v5-svg"
2102
- viewBox="0 0 192 512"
2103
- fill="currentColor"
2104
- aria-hidden="true"
2105
- role="img"
2106
- width="1em"
2107
- height="1em"
2108
- >
2109
- <path
2110
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2111
- />
2112
- </svg>
1976
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2113
1977
  </span>
2114
1978
  </button>
2115
1979
  </div>
@@ -2236,19 +2100,7 @@ wrapperTag: div
2236
2100
  aria-controls="data-list-expandable-example-toolbar-expandable-content"
2237
2101
  >
2238
2102
  <span class="pf-v6-c-menu-toggle__icon">
2239
- <svg
2240
- class="pf-v5-svg"
2241
- viewBox="0 0 192 512"
2242
- fill="currentColor"
2243
- aria-hidden="true"
2244
- role="img"
2245
- width="1em"
2246
- height="1em"
2247
- >
2248
- <path
2249
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2250
- />
2251
- </svg>
2103
+ <i class="fas fa-filter" aria-hidden="true"></i>
2252
2104
  </span>
2253
2105
  </button>
2254
2106
  </div>
@@ -2300,19 +2152,7 @@ wrapperTag: div
2300
2152
  id="data-list-expandable-example-toolbar-search-filter-menu"
2301
2153
  >
2302
2154
  <span class="pf-v6-c-menu-toggle__icon">
2303
- <svg
2304
- class="pf-v5-svg"
2305
- viewBox="0 0 192 512"
2306
- fill="currentColor"
2307
- aria-hidden="true"
2308
- role="img"
2309
- width="1em"
2310
- height="1em"
2311
- >
2312
- <path
2313
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
2314
- />
2315
- </svg>
2155
+ <i class="fas fa-filter" aria-hidden="true"></i>
2316
2156
  </span>
2317
2157
  <span class="pf-v6-c-menu-toggle__text">Name</span>
2318
2158
  <span class="pf-v6-c-menu-toggle__controls">
@@ -2506,14 +2346,19 @@ wrapperTag: div
2506
2346
  </div>
2507
2347
 
2508
2348
  <div class="pf-v6-c-data-list__check">
2509
- <div class="pf-v6-c-check pf-m-standalone">
2349
+ <label
2350
+ class="pf-v6-c-check pf-m-standalone"
2351
+ id="data-list-expandable-example-data-list-item-1&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check1&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-1&quot;"
2352
+ for="data-list-expandable-example-data-list-item-1&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check1&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-1&quot;-input"
2353
+ >
2510
2354
  <input
2511
2355
  class="pf-v6-c-check__input"
2512
2356
  type="checkbox"
2513
- name="check-expandable-check1"
2514
- aria-labelledby="data-list-expandable-example-data-list-item-1"
2357
+ id="data-list-expandable-example-data-list-item-1&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check1&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-1&quot;-input"
2358
+ name="data-list-expandable-example-data-list-item-1&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check1&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-1&quot;-input"
2359
+ aria-label="Standalone check"
2515
2360
  />
2516
- </div>
2361
+ </label>
2517
2362
  </div>
2518
2363
  </div>
2519
2364
  <div class="pf-v6-c-data-list__item-content">
@@ -2592,63 +2437,82 @@ wrapperTag: div
2592
2437
  class="pf-v6-c-table__td pf-v6-c-table__check"
2593
2438
  role="cell"
2594
2439
  >
2595
- <div class="pf-v6-c-check pf-m-standalone">
2440
+ <label
2441
+ class="pf-v6-c-check pf-m-standalone"
2442
+ id="compact-table-demo-data-listcheckrowcheck"
2443
+ for="compact-table-demo-data-listcheckrowcheck-input"
2444
+ >
2596
2445
  <input
2597
2446
  class="pf-v6-c-check__input"
2598
2447
  type="checkbox"
2599
- name="check-all"
2600
- aria-label="Select all rows"
2448
+ id="compact-table-demo-data-listcheckrowcheck-input"
2449
+ name="compact-table-demo-data-listcheckrowcheck-input"
2450
+ aria-label="Standalone check"
2601
2451
  />
2602
- </div>
2452
+ </label>
2603
2453
  </td>
2454
+
2604
2455
  <th
2605
2456
  class="pf-v6-c-table__th"
2606
2457
  role="columnheader"
2607
2458
  scope="col"
2608
2459
  >Contributor</th>
2460
+
2609
2461
  <th
2610
2462
  class="pf-v6-c-table__th"
2611
2463
  role="columnheader"
2612
2464
  scope="col"
2613
2465
  >Position</th>
2466
+
2614
2467
  <th
2615
2468
  class="pf-v6-c-table__th"
2616
2469
  role="columnheader"
2617
2470
  scope="col"
2618
2471
  >Location</th>
2472
+
2619
2473
  <th
2620
2474
  class="pf-v6-c-table__th"
2621
2475
  role="columnheader"
2622
2476
  scope="col"
2623
2477
  >Last seen</th>
2478
+
2624
2479
  <th
2625
2480
  class="pf-v6-c-table__th"
2626
2481
  role="columnheader"
2627
2482
  scope="col"
2628
2483
  >Numbers</th>
2484
+
2629
2485
  <th
2630
2486
  class="pf-v6-c-table__th pf-v6-c-table__icon"
2631
2487
  role="columnheader"
2632
2488
  scope="col"
2633
2489
  >Icons</th>
2490
+
2634
2491
  <td class="pf-v6-c-table__td"></td>
2492
+
2635
2493
  <td class="pf-v6-c-table__td"></td>
2636
2494
  </tr>
2637
2495
  </thead>
2496
+
2638
2497
  <tbody class="pf-v6-c-table__tbody" role="rowgroup">
2639
2498
  <tr class="pf-v6-c-table__tr" role="row">
2640
2499
  <td
2641
2500
  class="pf-v6-c-table__td pf-v6-c-table__check"
2642
2501
  role="cell"
2643
2502
  >
2644
- <div class="pf-v6-c-check pf-m-standalone">
2503
+ <label
2504
+ class="pf-v6-c-check pf-m-standalone"
2505
+ id="compact-table-demo-data-listcheckrow1check"
2506
+ for="compact-table-demo-data-listcheckrow1check-input"
2507
+ >
2645
2508
  <input
2646
2509
  class="pf-v6-c-check__input"
2647
2510
  type="checkbox"
2648
- name="checkrow1"
2649
- aria-labelledby="compact-table-demo-data-list-name1"
2511
+ id="compact-table-demo-data-listcheckrow1check-input"
2512
+ name="compact-table-demo-data-listcheckrow1check-input"
2513
+ aria-label="Standalone check"
2650
2514
  />
2651
- </div>
2515
+ </label>
2652
2516
  </td>
2653
2517
  <td
2654
2518
  class="pf-v6-c-table__td"
@@ -2691,67 +2555,21 @@ wrapperTag: div
2691
2555
  >
2692
2556
  <a href="#">Action link</a>
2693
2557
  </td>
2558
+
2694
2559
  <td
2695
2560
  class="pf-v6-c-table__td pf-v6-c-table__action"
2696
2561
  role="cell"
2697
2562
  >
2698
- <div class="pf-v6-c-dropdown">
2699
- <button
2700
- class="pf-v6-c-dropdown__toggle pf-m-plain"
2701
- id="-dropdown-kebab-1-button"
2702
- aria-expanded="false"
2703
- type="button"
2704
- aria-label="Actions"
2705
- >
2563
+ <button
2564
+ class="pf-v6-c-menu-toggle pf-m-plain"
2565
+ type="button"
2566
+ aria-expanded="false"
2567
+ aria-label="Table actions"
2568
+ >
2569
+ <span class="pf-v6-c-menu-toggle__icon">
2706
2570
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2707
- </button>
2708
- <ul
2709
- class="pf-v6-c-dropdown__menu pf-m-align-right"
2710
- aria-labelledby="-dropdown-kebab-1-button"
2711
- hidden
2712
- role="menu"
2713
- >
2714
- <li role="none">
2715
- <a
2716
- class="pf-v6-c-dropdown__menu-item"
2717
- role="menuitem"
2718
- href="#"
2719
- >Link</a>
2720
- </li>
2721
- <li role="none">
2722
- <button
2723
- class="pf-v6-c-dropdown__menu-item"
2724
- role="menuitem"
2725
- type="button"
2726
- >Action</button>
2727
- </li>
2728
- <li role="none">
2729
- <a
2730
- class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2731
- role="menuitem"
2732
- href="#"
2733
- aria-disabled="true"
2734
- tabindex="-1"
2735
- >Disabled link</a>
2736
- </li>
2737
- <li role="none">
2738
- <button
2739
- class="pf-v6-c-dropdown__menu-item"
2740
- role="menuitem"
2741
- type="button"
2742
- disabled
2743
- >Disabled action</button>
2744
- </li>
2745
- <li class="pf-v6-c-divider" role="separator"></li>
2746
- <li role="none">
2747
- <a
2748
- class="pf-v6-c-dropdown__menu-item"
2749
- role="menuitem"
2750
- href="#"
2751
- >Separated link</a>
2752
- </li>
2753
- </ul>
2754
- </div>
2571
+ </span>
2572
+ </button>
2755
2573
  </td>
2756
2574
  </tr>
2757
2575
  <tr class="pf-v6-c-table__tr" role="row">
@@ -2759,15 +2577,21 @@ wrapperTag: div
2759
2577
  class="pf-v6-c-table__td pf-v6-c-table__check"
2760
2578
  role="cell"
2761
2579
  >
2762
- <div class="pf-v6-c-check pf-m-standalone">
2580
+ <label
2581
+ class="pf-v6-c-check pf-m-standalone"
2582
+ id="compact-table-demo-data-listcheckrow2check"
2583
+ for="compact-table-demo-data-listcheckrow2check-input"
2584
+ >
2763
2585
  <input
2764
2586
  class="pf-v6-c-check__input"
2765
2587
  type="checkbox"
2766
- name="checkrow2"
2767
- aria-labelledby="compact-table-demo-data-list-name2"
2588
+ id="compact-table-demo-data-listcheckrow2check-input"
2589
+ name="compact-table-demo-data-listcheckrow2check-input"
2590
+ aria-label="Standalone check"
2768
2591
  />
2769
- </div>
2592
+ </label>
2770
2593
  </td>
2594
+
2771
2595
  <th
2772
2596
  class="pf-v6-c-table__th"
2773
2597
  role="columnheader"
@@ -2775,6 +2599,7 @@ wrapperTag: div
2775
2599
  >
2776
2600
  <span id="compact-table-demo-data-list-name2">Amy Miller</span>
2777
2601
  </th>
2602
+
2778
2603
  <td
2779
2604
  class="pf-v6-c-table__td"
2780
2605
  role="cell"
@@ -2809,67 +2634,21 @@ wrapperTag: div
2809
2634
  >
2810
2635
  <a href="#">Action link</a>
2811
2636
  </td>
2637
+
2812
2638
  <td
2813
2639
  class="pf-v6-c-table__td pf-v6-c-table__action"
2814
2640
  role="cell"
2815
2641
  >
2816
- <div class="pf-v6-c-dropdown">
2817
- <button
2818
- class="pf-v6-c-dropdown__toggle pf-m-plain"
2819
- id="-dropdown-kebab-2-button"
2820
- aria-expanded="false"
2821
- type="button"
2822
- aria-label="Actions"
2823
- >
2642
+ <button
2643
+ class="pf-v6-c-menu-toggle pf-m-plain"
2644
+ type="button"
2645
+ aria-expanded="false"
2646
+ aria-label="Table actions"
2647
+ >
2648
+ <span class="pf-v6-c-menu-toggle__icon">
2824
2649
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2825
- </button>
2826
- <ul
2827
- class="pf-v6-c-dropdown__menu pf-m-align-right"
2828
- aria-labelledby="-dropdown-kebab-2-button"
2829
- hidden
2830
- role="menu"
2831
- >
2832
- <li role="none">
2833
- <a
2834
- class="pf-v6-c-dropdown__menu-item"
2835
- role="menuitem"
2836
- href="#"
2837
- >Link</a>
2838
- </li>
2839
- <li role="none">
2840
- <button
2841
- class="pf-v6-c-dropdown__menu-item"
2842
- role="menuitem"
2843
- type="button"
2844
- >Action</button>
2845
- </li>
2846
- <li role="none">
2847
- <a
2848
- class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2849
- role="menuitem"
2850
- href="#"
2851
- aria-disabled="true"
2852
- tabindex="-1"
2853
- >Disabled link</a>
2854
- </li>
2855
- <li role="none">
2856
- <button
2857
- class="pf-v6-c-dropdown__menu-item"
2858
- role="menuitem"
2859
- type="button"
2860
- disabled
2861
- >Disabled action</button>
2862
- </li>
2863
- <li class="pf-v6-c-divider" role="separator"></li>
2864
- <li role="none">
2865
- <a
2866
- class="pf-v6-c-dropdown__menu-item"
2867
- role="menuitem"
2868
- href="#"
2869
- >Separated link</a>
2870
- </li>
2871
- </ul>
2872
- </div>
2650
+ </span>
2651
+ </button>
2873
2652
  </td>
2874
2653
  </tr>
2875
2654
  <tr class="pf-v6-c-table__tr" role="row">
@@ -2877,15 +2656,21 @@ wrapperTag: div
2877
2656
  class="pf-v6-c-table__td pf-v6-c-table__check"
2878
2657
  role="cell"
2879
2658
  >
2880
- <div class="pf-v6-c-check pf-m-standalone">
2659
+ <label
2660
+ class="pf-v6-c-check pf-m-standalone"
2661
+ id="compact-table-demo-data-listcheckrow3check"
2662
+ for="compact-table-demo-data-listcheckrow3check-input"
2663
+ >
2881
2664
  <input
2882
2665
  class="pf-v6-c-check__input"
2883
2666
  type="checkbox"
2884
- name="checkrow3"
2885
- aria-labelledby="compact-table-demo-data-list-name3"
2667
+ id="compact-table-demo-data-listcheckrow3check-input"
2668
+ name="compact-table-demo-data-listcheckrow3check-input"
2669
+ aria-label="Standalone check"
2886
2670
  />
2887
- </div>
2671
+ </label>
2888
2672
  </td>
2673
+
2889
2674
  <th
2890
2675
  class="pf-v6-c-table__th"
2891
2676
  role="columnheader"
@@ -2895,6 +2680,7 @@ wrapperTag: div
2895
2680
  id="compact-table-demo-data-list-name3"
2896
2681
  >Steve Wilson</span>
2897
2682
  </th>
2683
+
2898
2684
  <td
2899
2685
  class="pf-v6-c-table__td"
2900
2686
  role="cell"
@@ -2929,67 +2715,21 @@ wrapperTag: div
2929
2715
  >
2930
2716
  <a href="#">Action link</a>
2931
2717
  </td>
2718
+
2932
2719
  <td
2933
2720
  class="pf-v6-c-table__td pf-v6-c-table__action"
2934
2721
  role="cell"
2935
2722
  >
2936
- <div class="pf-v6-c-dropdown">
2937
- <button
2938
- class="pf-v6-c-dropdown__toggle pf-m-plain"
2939
- id="-dropdown-kebab-3-button"
2940
- aria-expanded="false"
2941
- type="button"
2942
- aria-label="Actions"
2943
- >
2723
+ <button
2724
+ class="pf-v6-c-menu-toggle pf-m-plain"
2725
+ type="button"
2726
+ aria-expanded="false"
2727
+ aria-label="Table actions"
2728
+ >
2729
+ <span class="pf-v6-c-menu-toggle__icon">
2944
2730
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
2945
- </button>
2946
- <ul
2947
- class="pf-v6-c-dropdown__menu pf-m-align-right"
2948
- aria-labelledby="-dropdown-kebab-3-button"
2949
- hidden
2950
- role="menu"
2951
- >
2952
- <li role="none">
2953
- <a
2954
- class="pf-v6-c-dropdown__menu-item"
2955
- role="menuitem"
2956
- href="#"
2957
- >Link</a>
2958
- </li>
2959
- <li role="none">
2960
- <button
2961
- class="pf-v6-c-dropdown__menu-item"
2962
- role="menuitem"
2963
- type="button"
2964
- >Action</button>
2965
- </li>
2966
- <li role="none">
2967
- <a
2968
- class="pf-v6-c-dropdown__menu-item pf-m-disabled"
2969
- role="menuitem"
2970
- href="#"
2971
- aria-disabled="true"
2972
- tabindex="-1"
2973
- >Disabled link</a>
2974
- </li>
2975
- <li role="none">
2976
- <button
2977
- class="pf-v6-c-dropdown__menu-item"
2978
- role="menuitem"
2979
- type="button"
2980
- disabled
2981
- >Disabled action</button>
2982
- </li>
2983
- <li class="pf-v6-c-divider" role="separator"></li>
2984
- <li role="none">
2985
- <a
2986
- class="pf-v6-c-dropdown__menu-item"
2987
- role="menuitem"
2988
- href="#"
2989
- >Separated link</a>
2990
- </li>
2991
- </ul>
2992
- </div>
2731
+ </span>
2732
+ </button>
2993
2733
  </td>
2994
2734
  </tr>
2995
2735
  <tr class="pf-v6-c-table__tr" role="row">
@@ -2997,14 +2737,19 @@ wrapperTag: div
2997
2737
  class="pf-v6-c-table__td pf-v6-c-table__check"
2998
2738
  role="cell"
2999
2739
  >
3000
- <div class="pf-v6-c-check pf-m-standalone">
2740
+ <label
2741
+ class="pf-v6-c-check pf-m-standalone"
2742
+ id="compact-table-demo-data-listcheckrow4check"
2743
+ for="compact-table-demo-data-listcheckrow4check-input"
2744
+ >
3001
2745
  <input
3002
2746
  class="pf-v6-c-check__input"
3003
2747
  type="checkbox"
3004
- name="checkrow4"
3005
- aria-labelledby="compact-table-demo-data-list-name4"
2748
+ id="compact-table-demo-data-listcheckrow4check-input"
2749
+ name="compact-table-demo-data-listcheckrow4check-input"
2750
+ aria-label="Standalone check"
3006
2751
  />
3007
- </div>
2752
+ </label>
3008
2753
  </td>
3009
2754
  <td
3010
2755
  class="pf-v6-c-table__td"
@@ -3049,67 +2794,21 @@ wrapperTag: div
3049
2794
  >
3050
2795
  <a href="#">Action link</a>
3051
2796
  </td>
2797
+
3052
2798
  <td
3053
2799
  class="pf-v6-c-table__td pf-v6-c-table__action"
3054
2800
  role="cell"
3055
2801
  >
3056
- <div class="pf-v6-c-dropdown">
3057
- <button
3058
- class="pf-v6-c-dropdown__toggle pf-m-plain"
3059
- id="-dropdown-kebab-4-button"
3060
- aria-expanded="false"
3061
- type="button"
3062
- aria-label="Actions"
3063
- >
2802
+ <button
2803
+ class="pf-v6-c-menu-toggle pf-m-plain"
2804
+ type="button"
2805
+ aria-expanded="false"
2806
+ aria-label="Table actions"
2807
+ >
2808
+ <span class="pf-v6-c-menu-toggle__icon">
3064
2809
  <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3065
- </button>
3066
- <ul
3067
- class="pf-v6-c-dropdown__menu pf-m-align-right"
3068
- aria-labelledby="-dropdown-kebab-4-button"
3069
- hidden
3070
- role="menu"
3071
- >
3072
- <li role="none">
3073
- <a
3074
- class="pf-v6-c-dropdown__menu-item"
3075
- role="menuitem"
3076
- href="#"
3077
- >Link</a>
3078
- </li>
3079
- <li role="none">
3080
- <button
3081
- class="pf-v6-c-dropdown__menu-item"
3082
- role="menuitem"
3083
- type="button"
3084
- >Action</button>
3085
- </li>
3086
- <li role="none">
3087
- <a
3088
- class="pf-v6-c-dropdown__menu-item pf-m-disabled"
3089
- role="menuitem"
3090
- href="#"
3091
- aria-disabled="true"
3092
- tabindex="-1"
3093
- >Disabled link</a>
3094
- </li>
3095
- <li role="none">
3096
- <button
3097
- class="pf-v6-c-dropdown__menu-item"
3098
- role="menuitem"
3099
- type="button"
3100
- disabled
3101
- >Disabled action</button>
3102
- </li>
3103
- <li class="pf-v6-c-divider" role="separator"></li>
3104
- <li role="none">
3105
- <a
3106
- class="pf-v6-c-dropdown__menu-item"
3107
- role="menuitem"
3108
- href="#"
3109
- >Separated link</a>
3110
- </li>
3111
- </ul>
3112
- </div>
2810
+ </span>
2811
+ </button>
3113
2812
  </td>
3114
2813
  </tr>
3115
2814
  </tbody>
@@ -3141,14 +2840,19 @@ wrapperTag: div
3141
2840
  </div>
3142
2841
 
3143
2842
  <div class="pf-v6-c-data-list__check">
3144
- <div class="pf-v6-c-check pf-m-standalone">
2843
+ <label
2844
+ class="pf-v6-c-check pf-m-standalone"
2845
+ id="data-list-expandable-example-data-list-item-2&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check2&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-2&quot;"
2846
+ for="data-list-expandable-example-data-list-item-2&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check2&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-2&quot;-input"
2847
+ >
3145
2848
  <input
3146
2849
  class="pf-v6-c-check__input"
3147
2850
  type="checkbox"
3148
- name="check-expandable-check2"
3149
- aria-labelledby="data-list-expandable-example-data-list-item-2"
2851
+ id="data-list-expandable-example-data-list-item-2&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check2&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-2&quot;-input"
2852
+ name="data-list-expandable-example-data-list-item-2&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check2&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-2&quot;-input"
2853
+ aria-label="Standalone check"
3150
2854
  />
3151
- </div>
2855
+ </label>
3152
2856
  </div>
3153
2857
  </div>
3154
2858
  <div class="pf-v6-c-data-list__item-content">
@@ -3266,14 +2970,19 @@ wrapperTag: div
3266
2970
  </div>
3267
2971
 
3268
2972
  <div class="pf-v6-c-data-list__check">
3269
- <div class="pf-v6-c-check pf-m-standalone">
2973
+ <label
2974
+ class="pf-v6-c-check pf-m-standalone"
2975
+ id="data-list-expandable-example-data-list-item-3&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check3&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-3&quot;"
2976
+ for="data-list-expandable-example-data-list-item-3&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check3&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-3&quot;-input"
2977
+ >
3270
2978
  <input
3271
2979
  class="pf-v6-c-check__input"
3272
2980
  type="checkbox"
3273
- name="check-expandable-check3"
3274
- aria-labelledby="data-list-expandable-example-data-list-item-3"
2981
+ id="data-list-expandable-example-data-list-item-3&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check3&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-3&quot;-input"
2982
+ name="data-list-expandable-example-data-list-item-3&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check3&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-3&quot;-input"
2983
+ aria-label="Standalone check"
3275
2984
  />
3276
- </div>
2985
+ </label>
3277
2986
  </div>
3278
2987
  </div>
3279
2988
  <div class="pf-v6-c-data-list__item-content">
@@ -3319,14 +3028,19 @@ wrapperTag: div
3319
3028
  </div>
3320
3029
 
3321
3030
  <div class="pf-v6-c-data-list__check">
3322
- <div class="pf-v6-c-check pf-m-standalone">
3031
+ <label
3032
+ class="pf-v6-c-check pf-m-standalone"
3033
+ id="data-list-expandable-example-data-list-item-4&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check4&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-4&quot;"
3034
+ for="data-list-expandable-example-data-list-item-4&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check4&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-4&quot;-input"
3035
+ >
3323
3036
  <input
3324
3037
  class="pf-v6-c-check__input"
3325
3038
  type="checkbox"
3326
- name="check-expandable-check4"
3327
- aria-labelledby="data-list-expandable-example-data-list-item-4"
3039
+ id="data-list-expandable-example-data-list-item-4&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check4&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-4&quot;-input"
3040
+ name="data-list-expandable-example-data-list-item-4&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check4&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-4&quot;-input"
3041
+ aria-label="Standalone check"
3328
3042
  />
3329
- </div>
3043
+ </label>
3330
3044
  </div>
3331
3045
  </div>
3332
3046
  <div class="pf-v6-c-data-list__item-content">
@@ -3420,14 +3134,19 @@ wrapperTag: div
3420
3134
  </div>
3421
3135
 
3422
3136
  <div class="pf-v6-c-data-list__check">
3423
- <div class="pf-v6-c-check pf-m-standalone">
3137
+ <label
3138
+ class="pf-v6-c-check pf-m-standalone"
3139
+ id="data-list-expandable-example-data-list-item-5&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check5&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-5&quot;"
3140
+ for="data-list-expandable-example-data-list-item-5&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check5&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-5&quot;-input"
3141
+ >
3424
3142
  <input
3425
3143
  class="pf-v6-c-check__input"
3426
3144
  type="checkbox"
3427
- name="check-expandable-check5"
3428
- aria-labelledby="data-list-expandable-example-data-list-item-5"
3145
+ id="data-list-expandable-example-data-list-item-5&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check5&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-5&quot;-input"
3146
+ name="data-list-expandable-example-data-list-item-5&quot;type&#x3D;&quot;checkbox&quot; name&#x3D;&quot;check-expandable-check5&quot; aria-labelledby&#x3D;&quot;data-list-expandable-example-data-list-item-5&quot;-input"
3147
+ aria-label="Standalone check"
3429
3148
  />
3430
- </div>
3149
+ </label>
3431
3150
  </div>
3432
3151
  </div>
3433
3152
  <div class="pf-v6-c-data-list__item-content">
@@ -3783,19 +3502,7 @@ wrapperTag: div
3783
3502
  aria-label="Application launcher"
3784
3503
  >
3785
3504
  <span class="pf-v6-c-menu-toggle__icon">
3786
- <svg
3787
- class="pf-v5-svg"
3788
- viewBox="0 0 192 512"
3789
- fill="currentColor"
3790
- aria-hidden="true"
3791
- role="img"
3792
- width="1em"
3793
- height="1em"
3794
- >
3795
- <path
3796
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
3797
- />
3798
- </svg>
3505
+ <i class="fas fa-th" aria-hidden="true"></i>
3799
3506
  </span>
3800
3507
  </button>
3801
3508
  </div>
@@ -3807,19 +3514,7 @@ wrapperTag: div
3807
3514
  aria-label="Settings"
3808
3515
  >
3809
3516
  <span class="pf-v6-c-menu-toggle__icon">
3810
- <svg
3811
- class="pf-v5-svg"
3812
- viewBox="0 0 192 512"
3813
- fill="currentColor"
3814
- aria-hidden="true"
3815
- role="img"
3816
- width="1em"
3817
- height="1em"
3818
- >
3819
- <path
3820
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
3821
- />
3822
- </svg>
3517
+ <i class="fas fa-cog" aria-hidden="true"></i>
3823
3518
  </span>
3824
3519
  </button>
3825
3520
  </div>
@@ -3831,19 +3526,7 @@ wrapperTag: div
3831
3526
  aria-label="Help"
3832
3527
  >
3833
3528
  <span class="pf-v6-c-menu-toggle__icon">
3834
- <svg
3835
- class="pf-v5-svg"
3836
- viewBox="0 0 192 512"
3837
- fill="currentColor"
3838
- aria-hidden="true"
3839
- role="img"
3840
- width="1em"
3841
- height="1em"
3842
- >
3843
- <path
3844
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
3845
- />
3846
- </svg>
3529
+ <i class="fas fa-question-circle" aria-hidden="true"></i>
3847
3530
  </span>
3848
3531
  </button>
3849
3532
  </div>
@@ -3856,19 +3539,7 @@ wrapperTag: div
3856
3539
  aria-label="Actions"
3857
3540
  >
3858
3541
  <span class="pf-v6-c-menu-toggle__icon">
3859
- <svg
3860
- class="pf-v5-svg"
3861
- viewBox="0 0 192 512"
3862
- fill="currentColor"
3863
- aria-hidden="true"
3864
- role="img"
3865
- width="1em"
3866
- height="1em"
3867
- >
3868
- <path
3869
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
3870
- />
3871
- </svg>
3542
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
3872
3543
  </span>
3873
3544
  </button>
3874
3545
  </div>
@@ -3980,19 +3651,7 @@ wrapperTag: div
3980
3651
  aria-controls="data-list-static-bottom-example-toolbar-expandable-content"
3981
3652
  >
3982
3653
  <span class="pf-v6-c-menu-toggle__icon">
3983
- <svg
3984
- class="pf-v5-svg"
3985
- viewBox="0 0 192 512"
3986
- fill="currentColor"
3987
- aria-hidden="true"
3988
- role="img"
3989
- width="1em"
3990
- height="1em"
3991
- >
3992
- <path
3993
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
3994
- />
3995
- </svg>
3654
+ <i class="fas fa-filter" aria-hidden="true"></i>
3996
3655
  </span>
3997
3656
  </button>
3998
3657
  </div>
@@ -4011,19 +3670,7 @@ wrapperTag: div
4011
3670
  id="data-list-static-bottom-example-toolbar-search-filter-menu"
4012
3671
  >
4013
3672
  <span class="pf-v6-c-menu-toggle__icon">
4014
- <svg
4015
- class="pf-v5-svg"
4016
- viewBox="0 0 192 512"
4017
- fill="currentColor"
4018
- aria-hidden="true"
4019
- role="img"
4020
- width="1em"
4021
- height="1em"
4022
- >
4023
- <path
4024
- d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
4025
- />
4026
- </svg>
3673
+ <i class="fas fa-filter" aria-hidden="true"></i>
4027
3674
  </span>
4028
3675
  <span class="pf-v6-c-menu-toggle__text">Name</span>
4029
3676
  <span class="pf-v6-c-menu-toggle__controls">