@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
@@ -102,19 +102,7 @@ wrapperTag: div
102
102
  aria-label="Actions"
103
103
  >
104
104
  <span class="pf-v6-c-menu-toggle__icon">
105
- <svg
106
- class="pf-v5-svg"
107
- viewBox="0 0 192 512"
108
- fill="currentColor"
109
- aria-hidden="true"
110
- role="img"
111
- width="1em"
112
- height="1em"
113
- >
114
- <path
115
- 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"
116
- />
117
- </svg>
105
+ <i class="fas fa-ellipsis-v" aria-hidden="true"></i>
118
106
  </span>
119
107
  </button>
120
108
  </div>
@@ -324,41 +312,53 @@ wrapperTag: div
324
312
  <thead class="pf-v6-c-table__thead">
325
313
  <tr class="pf-v6-c-table__tr" role="row">
326
314
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
327
- <div class="pf-v6-c-check pf-m-standalone">
315
+ <label
316
+ class="pf-v6-c-check pf-m-standalone"
317
+ id="page-id-tablecheckrowheadcheck"
318
+ for="page-id-tablecheckrowheadcheck-input"
319
+ >
328
320
  <input
329
321
  class="pf-v6-c-check__input"
330
322
  type="checkbox"
331
- name="checkrow1"
332
- aria-labelledby="page-id-table-node1"
323
+ id="page-id-tablecheckrowheadcheck-input"
324
+ name="page-id-tablecheckrowheadcheck-input"
325
+ aria-label="Standalone check"
333
326
  />
334
- </div>
327
+ </label>
335
328
  </td>
329
+
336
330
  <th
337
331
  class="pf-v6-c-table__th"
338
332
  role="columnheader"
339
333
  scope="col"
340
334
  >Repositories</th>
335
+
341
336
  <th
342
337
  class="pf-v6-c-table__th"
343
338
  role="columnheader"
344
339
  scope="col"
345
340
  >Branches</th>
341
+
346
342
  <th
347
343
  class="pf-v6-c-table__th"
348
344
  role="columnheader"
349
345
  scope="col"
350
346
  >Pull requests</th>
347
+
351
348
  <th
352
349
  class="pf-v6-c-table__th"
353
350
  role="columnheader"
354
351
  scope="col"
355
352
  >Workspaces</th>
353
+
356
354
  <th
357
355
  class="pf-v6-c-table__th"
358
356
  role="columnheader"
359
357
  scope="col"
360
358
  >Last commit</th>
359
+
361
360
  <td class="pf-v6-c-table__td"></td>
361
+
362
362
  <td class="pf-v6-c-table__td"></td>
363
363
  </tr>
364
364
  </thead>
@@ -370,15 +370,21 @@ wrapperTag: div
370
370
  tabindex="0"
371
371
  >
372
372
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
373
- <div class="pf-v6-c-check pf-m-standalone">
373
+ <label
374
+ class="pf-v6-c-check pf-m-standalone"
375
+ id="page-id-tablecheckrow1check"
376
+ for="page-id-tablecheckrow1check-input"
377
+ >
374
378
  <input
375
379
  class="pf-v6-c-check__input"
376
380
  type="checkbox"
377
- name="checkrow1"
378
- aria-labelledby="page-id-table-node1"
381
+ id="page-id-tablecheckrow1check-input"
382
+ name="page-id-tablecheckrow1check-input"
383
+ aria-label="Standalone check"
379
384
  />
380
- </div>
385
+ </label>
381
386
  </td>
387
+
382
388
  <th
383
389
  class="pf-v6-c-table__th"
384
390
  role="columnheader"
@@ -388,6 +394,7 @@ wrapperTag: div
388
394
  <div id="page-id-table-node1">Node 1</div>
389
395
  </div>
390
396
  </th>
397
+
391
398
  <td class="pf-v6-c-table__td" role="cell" data-label="Branches">
392
399
  <div class="pf-v6-l-flex pf-m-space-items-sm">
393
400
  <div class="pf-v6-l-flex__item">
@@ -428,13 +435,20 @@ wrapperTag: div
428
435
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
429
436
  <a href="/some/path">Action link</a>
430
437
  </td>
438
+
431
439
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
432
440
  <button
433
- class="pf-v6-c-button pf-m-plain"
441
+ class="pf-v6-c-menu-toggle pf-m-plain"
434
442
  type="button"
435
- aria-label="Remove"
443
+ aria-expanded="false"
444
+ aria-label="Table actions"
436
445
  >
437
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
446
+ <span class="pf-v6-c-menu-toggle__icon">
447
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
448
+ </span>
449
+ <span class="pf-v6-c-menu-toggle__icon">
450
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
451
+ </span>
438
452
  </button>
439
453
  </td>
440
454
  </tr>
@@ -445,16 +459,21 @@ wrapperTag: div
445
459
  tabindex="0"
446
460
  >
447
461
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
448
- <div class="pf-v6-c-check pf-m-standalone">
462
+ <label
463
+ class="pf-v6-c-check pf-m-standalone"
464
+ id="page-id-tablecheckrow2check"
465
+ for="page-id-tablecheckrow2check-input"
466
+ >
449
467
  <input
450
468
  class="pf-v6-c-check__input"
451
469
  type="checkbox"
452
- name="checkrow2"
453
- aria-labelledby="page-id-table-node2"
454
- checked
470
+ id="page-id-tablecheckrow2check-input"
471
+ name="page-id-tablecheckrow2check-input"
472
+ aria-label="Standalone check"
455
473
  />
456
- </div>
474
+ </label>
457
475
  </td>
476
+
458
477
  <th
459
478
  class="pf-v6-c-table__th"
460
479
  role="columnheader"
@@ -464,6 +483,7 @@ wrapperTag: div
464
483
  <div id="page-id-table-node2">Node 2</div>
465
484
  </div>
466
485
  </th>
486
+
467
487
  <td class="pf-v6-c-table__td" role="cell" data-label="Branches">
468
488
  <div class="pf-v6-l-flex pf-m-space-items-sm">
469
489
  <div class="pf-v6-l-flex__item">
@@ -504,13 +524,20 @@ wrapperTag: div
504
524
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
505
525
  <a href="/some/path">Action link</a>
506
526
  </td>
527
+
507
528
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
508
529
  <button
509
- class="pf-v6-c-button pf-m-plain"
530
+ class="pf-v6-c-menu-toggle pf-m-plain"
510
531
  type="button"
511
- aria-label="Remove"
532
+ aria-expanded="false"
533
+ aria-label="Table actions"
512
534
  >
513
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
535
+ <span class="pf-v6-c-menu-toggle__icon">
536
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
537
+ </span>
538
+ <span class="pf-v6-c-menu-toggle__icon">
539
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
540
+ </span>
514
541
  </button>
515
542
  </td>
516
543
  </tr>
@@ -521,15 +548,21 @@ wrapperTag: div
521
548
  tabindex="0"
522
549
  >
523
550
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
524
- <div class="pf-v6-c-check pf-m-standalone">
551
+ <label
552
+ class="pf-v6-c-check pf-m-standalone"
553
+ id="page-id-tablecheckrow3check"
554
+ for="page-id-tablecheckrow3check-input"
555
+ >
525
556
  <input
526
557
  class="pf-v6-c-check__input"
527
558
  type="checkbox"
528
- name="checkrow3"
529
- aria-labelledby="page-id-table-node3"
559
+ id="page-id-tablecheckrow3check-input"
560
+ name="page-id-tablecheckrow3check-input"
561
+ aria-label="Standalone check"
530
562
  />
531
- </div>
563
+ </label>
532
564
  </td>
565
+
533
566
  <th
534
567
  class="pf-v6-c-table__th"
535
568
  role="columnheader"
@@ -539,6 +572,7 @@ wrapperTag: div
539
572
  <div id="page-id-table-node3">Node 3</div>
540
573
  </div>
541
574
  </th>
575
+
542
576
  <td class="pf-v6-c-table__td" role="cell" data-label="Branches">
543
577
  <div class="pf-v6-l-flex pf-m-space-items-sm">
544
578
  <div class="pf-v6-l-flex__item">
@@ -579,13 +613,20 @@ wrapperTag: div
579
613
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
580
614
  <a href="#">Action link</a>
581
615
  </td>
616
+
582
617
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
583
618
  <button
584
- class="pf-v6-c-button pf-m-plain"
619
+ class="pf-v6-c-menu-toggle pf-m-plain"
585
620
  type="button"
586
- aria-label="Remove"
621
+ aria-expanded="false"
622
+ aria-label="Table actions"
587
623
  >
588
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
624
+ <span class="pf-v6-c-menu-toggle__icon">
625
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
626
+ </span>
627
+ <span class="pf-v6-c-menu-toggle__icon">
628
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
629
+ </span>
589
630
  </button>
590
631
  </td>
591
632
  </tr>
@@ -596,15 +637,21 @@ wrapperTag: div
596
637
  tabindex="0"
597
638
  >
598
639
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
599
- <div class="pf-v6-c-check pf-m-standalone">
640
+ <label
641
+ class="pf-v6-c-check pf-m-standalone"
642
+ id="page-id-tablecheckrow4check"
643
+ for="page-id-tablecheckrow4check-input"
644
+ >
600
645
  <input
601
646
  class="pf-v6-c-check__input"
602
647
  type="checkbox"
603
- name="checkrow4"
604
- aria-labelledby="page-id-table-node4"
648
+ id="page-id-tablecheckrow4check-input"
649
+ name="page-id-tablecheckrow4check-input"
650
+ aria-label="Standalone check"
605
651
  />
606
- </div>
652
+ </label>
607
653
  </td>
654
+
608
655
  <th
609
656
  class="pf-v6-c-table__th"
610
657
  role="columnheader"
@@ -614,6 +661,7 @@ wrapperTag: div
614
661
  <div id="page-id-table-node4">Node 4</div>
615
662
  </div>
616
663
  </th>
664
+
617
665
  <td class="pf-v6-c-table__td" role="cell" data-label="Branches">
618
666
  <div class="pf-v6-l-flex pf-m-space-items-sm">
619
667
  <div class="pf-v6-l-flex__item">
@@ -654,13 +702,20 @@ wrapperTag: div
654
702
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
655
703
  <a href="/some/path">Action link</a>
656
704
  </td>
705
+
657
706
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
658
707
  <button
659
- class="pf-v6-c-button pf-m-plain"
708
+ class="pf-v6-c-menu-toggle pf-m-plain"
660
709
  type="button"
661
- aria-label="Remove"
710
+ aria-expanded="false"
711
+ aria-label="Table actions"
662
712
  >
663
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
713
+ <span class="pf-v6-c-menu-toggle__icon">
714
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
715
+ </span>
716
+ <span class="pf-v6-c-menu-toggle__icon">
717
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
718
+ </span>
664
719
  </button>
665
720
  </td>
666
721
  </tr>
@@ -671,14 +726,19 @@ wrapperTag: div
671
726
  tabindex="0"
672
727
  >
673
728
  <td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
674
- <div class="pf-v6-c-check pf-m-standalone">
729
+ <label
730
+ class="pf-v6-c-check pf-m-standalone"
731
+ id="page-id-tablecheckrow5check"
732
+ for="page-id-tablecheckrow5check-input"
733
+ >
675
734
  <input
676
735
  class="pf-v6-c-check__input"
677
736
  type="checkbox"
678
- name="checkrow5"
679
- aria-labelledby="page-id-table-node5"
737
+ id="page-id-tablecheckrow5check-input"
738
+ name="page-id-tablecheckrow5check-input"
739
+ aria-label="Standalone check"
680
740
  />
681
- </div>
741
+ </label>
682
742
  </td>
683
743
  <td
684
744
  class="pf-v6-c-table__td"
@@ -729,13 +789,20 @@ wrapperTag: div
729
789
  <td class="pf-v6-c-table__td" role="cell" data-label="Action">
730
790
  <a href="/some/path">Action link</a>
731
791
  </td>
792
+
732
793
  <td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
733
794
  <button
734
- class="pf-v6-c-button pf-m-plain"
795
+ class="pf-v6-c-menu-toggle pf-m-plain"
735
796
  type="button"
736
- aria-label="Remove"
797
+ aria-expanded="false"
798
+ aria-label="Table actions"
737
799
  >
738
- <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
800
+ <span class="pf-v6-c-menu-toggle__icon">
801
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
802
+ </span>
803
+ <span class="pf-v6-c-menu-toggle__icon">
804
+ <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
805
+ </span>
739
806
  </button>
740
807
  </td>
741
808
  </tr>