@patternfly/patternfly 6.0.0-alpha.132 → 6.0.0-alpha.134

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 (51) hide show
  1. package/components/Breadcrumb/breadcrumb.css +10 -10
  2. package/components/Breadcrumb/breadcrumb.scss +10 -10
  3. package/components/Hint/hint.css +2 -2
  4. package/components/Hint/hint.scss +2 -3
  5. package/components/LogViewer/log-viewer.css +2 -2
  6. package/components/LogViewer/log-viewer.scss +2 -2
  7. package/components/Login/login.css +4 -2
  8. package/components/Login/login.scss +2 -1
  9. package/components/Menu/menu.css +4 -1
  10. package/components/Menu/menu.scss +5 -1
  11. package/components/_index.css +22 -17
  12. package/docs/components/ActionList/examples/ActionList.md +4 -4
  13. package/docs/components/Breadcrumb/examples/Breadcrumb.md +2 -1
  14. package/docs/components/Card/examples/Card.md +80 -416
  15. package/docs/components/DataList/examples/DataList.md +170 -952
  16. package/docs/components/DualListSelector/examples/DualListSelector.md +160 -896
  17. package/docs/components/Hint/examples/Hint.md +30 -156
  18. package/docs/components/InlineEdit/examples/InlineEdit.md +2 -2
  19. package/docs/components/LogViewer/examples/LogViewer.css +9 -2
  20. package/docs/components/LogViewer/examples/LogViewer.md +315 -3313
  21. package/docs/components/Menu/examples/Menu.md +6 -76
  22. package/docs/components/MenuToggle/examples/MenuToggle.md +4 -0
  23. package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +370 -2064
  24. package/docs/components/OverflowMenu/examples/overflow-menu.css +3 -27
  25. package/docs/components/OverflowMenu/examples/overflow-menu.md +56 -143
  26. package/docs/components/Table/examples/Table.css +7 -0
  27. package/docs/components/Table/examples/Table.md +281 -405
  28. package/docs/components/Toolbar/examples/Toolbar.md +32 -239
  29. package/docs/demos/CardView/examples/CardView.md +110 -583
  30. package/docs/demos/Dashboard/examples/Dashboard.md +10 -56
  31. package/docs/demos/DataList/examples/DataList.md +44 -96
  32. package/docs/demos/DescriptionList/examples/DescriptionList.md +10 -56
  33. package/docs/demos/Drawer/examples/Drawer.md +10 -56
  34. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +647 -3504
  35. package/docs/demos/Page/examples/Penta.md +5 -5
  36. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +150 -675
  37. package/docs/demos/Table/examples/Table.md +142 -220
  38. package/docs/demos/Tabs/examples/Tabs.md +15 -28
  39. package/docs/demos/Toolbar/examples/Toolbar.css +0 -16
  40. package/docs/demos/Toolbar/examples/Toolbar.md +88 -609
  41. package/docs/utilities/Display/examples/Display.css +1 -8
  42. package/docs/utilities/Display/examples/Display.md +16 -7
  43. package/package.json +2 -2
  44. package/patternfly-addons.css +38 -0
  45. package/patternfly-no-globals.css +22 -17
  46. package/patternfly.css +22 -17
  47. package/patternfly.min.css +1 -1
  48. package/patternfly.min.css.map +1 -1
  49. package/utilities/Display/display.css +38 -0
  50. package/utilities/Display/display.scss +3 -1
  51. package/utilities/_index.css +38 -0
@@ -455,7 +455,7 @@ wrapperTag: div
455
455
  class="pf-v6-c-menu-toggle pf-m-plain"
456
456
  type="button"
457
457
  aria-expanded="false"
458
- aria-label="Table actions"
458
+ aria-label="Menu toggle"
459
459
  >
460
460
  <span class="pf-v6-c-menu-toggle__icon">
461
461
  <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
@@ -554,7 +554,7 @@ wrapperTag: div
554
554
  class="pf-v6-c-menu-toggle pf-m-plain"
555
555
  type="button"
556
556
  aria-expanded="false"
557
- aria-label="Table actions"
557
+ aria-label="Menu toggle"
558
558
  >
559
559
  <span class="pf-v6-c-menu-toggle__icon">
560
560
  <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
@@ -653,7 +653,7 @@ wrapperTag: div
653
653
  class="pf-v6-c-menu-toggle pf-m-plain"
654
654
  type="button"
655
655
  aria-expanded="false"
656
- aria-label="Table actions"
656
+ aria-label="Menu toggle"
657
657
  >
658
658
  <span class="pf-v6-c-menu-toggle__icon">
659
659
  <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
@@ -752,7 +752,7 @@ wrapperTag: div
752
752
  class="pf-v6-c-menu-toggle pf-m-plain"
753
753
  type="button"
754
754
  aria-expanded="false"
755
- aria-label="Table actions"
755
+ aria-label="Menu toggle"
756
756
  >
757
757
  <span class="pf-v6-c-menu-toggle__icon">
758
758
  <i class="fas fa-ellipsis-h" aria-hidden="true"></i>
@@ -849,7 +849,7 @@ wrapperTag: div
849
849
  class="pf-v6-c-menu-toggle pf-m-plain"
850
850
  type="button"
851
851
  aria-expanded="false"
852
- aria-label="Table actions"
852
+ aria-label="Menu toggle"
853
853
  >
854
854
  <span class="pf-v6-c-menu-toggle__icon">
855
855
  <i class="fas fa-ellipsis-h" aria-hidden="true"></i>