@patternfly/patternfly 6.0.0 → 6.1.0-prerelease.10

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 (86) hide show
  1. package/README.md +5 -5
  2. package/components/Button/button.css +18 -2
  3. package/components/Button/button.scss +19 -3
  4. package/components/CodeEditor/code-editor.css +15 -0
  5. package/components/CodeEditor/code-editor.scss +16 -1
  6. package/components/Content/content.css +9 -0
  7. package/components/Content/content.scss +7 -0
  8. package/components/DataList/data-list.css +6 -0
  9. package/components/DataList/data-list.scss +7 -0
  10. package/components/Label/label-group.css +12 -0
  11. package/components/Label/label-group.scss +14 -0
  12. package/components/Label/label.css +5 -0
  13. package/components/Label/label.scss +5 -0
  14. package/components/Menu/menu.css +7 -3
  15. package/components/Menu/menu.scss +5 -3
  16. package/components/MenuToggle/menu-toggle.css +27 -11
  17. package/components/MenuToggle/menu-toggle.scss +24 -17
  18. package/components/Page/page.css +9 -1
  19. package/components/Page/page.scss +9 -2
  20. package/components/Table/table-grid.css +12 -12
  21. package/components/Table/table-grid.scss +4 -4
  22. package/components/Table/table-tree-view.css +4 -4
  23. package/components/Table/table-tree-view.scss +4 -4
  24. package/components/Table/table.css +7 -4
  25. package/components/Table/table.scss +9 -5
  26. package/components/Title/title.css +4 -0
  27. package/components/Title/title.scss +7 -0
  28. package/components/Wizard/wizard.css +1 -1
  29. package/components/Wizard/wizard.scss +1 -1
  30. package/components/_index.css +136 -38
  31. package/docs/components/Button/examples/Button.md +1 -1
  32. package/docs/components/CodeEditor/examples/CodeEditor.css +3 -0
  33. package/docs/components/CodeEditor/examples/CodeEditor.md +158 -7
  34. package/docs/components/Content/examples/Content.md +8 -7
  35. package/docs/components/DataList/examples/DataList.md +15 -13
  36. package/docs/components/InlineEdit/examples/InlineEdit.md +3 -18
  37. package/docs/components/Label/examples/Label.css +12 -0
  38. package/docs/components/Label/examples/Label.md +162 -0
  39. package/docs/components/Menu/examples/Menu.md +24 -32
  40. package/docs/components/MenuToggle/examples/MenuToggle.md +1309 -533
  41. package/docs/components/Page/examples/Page.css +1 -1
  42. package/docs/components/Page/examples/Page.md +10 -7
  43. package/docs/components/Table/examples/Table.md +469 -2769
  44. package/docs/components/Tile/{examples → deprecated}/Tile.md +1 -0
  45. package/docs/components/Title/examples/Title.md +10 -0
  46. package/docs/demos/AboutModal/examples/AboutModal.md +2 -4
  47. package/docs/demos/Alert/examples/Alert.md +6 -12
  48. package/docs/demos/BackToTop/examples/BackToTop.md +2 -4
  49. package/docs/demos/Banner/examples/Banner.md +4 -8
  50. package/docs/demos/Card/examples/Card.css +4 -0
  51. package/docs/demos/Card/examples/Card.md +13 -21
  52. package/docs/demos/CardView/examples/CardView.md +2 -4
  53. package/docs/demos/Dashboard/examples/Dashboard.md +2 -4
  54. package/docs/demos/DataList/examples/DataList.md +13 -46
  55. package/docs/demos/DescriptionList/examples/DescriptionList.md +11 -42
  56. package/docs/demos/Drawer/examples/Drawer.md +6 -12
  57. package/docs/demos/JumpLinks/examples/JumpLinks.md +8 -16
  58. package/docs/demos/Masthead/examples/Masthead.md +18 -36
  59. package/docs/demos/Modal/examples/Modal.md +12 -24
  60. package/docs/demos/Nav/examples/Nav.md +12 -24
  61. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +10 -20
  62. package/docs/demos/Page/examples/Page.md +24 -48
  63. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +14 -28
  64. package/docs/demos/Skeleton/examples/Skeleton.md +2 -4
  65. package/docs/demos/Table/examples/Table.md +191 -984
  66. package/docs/demos/Tabs/examples/Tabs.md +18 -60
  67. package/docs/demos/Toolbar/examples/Toolbar.md +16 -80
  68. package/docs/demos/Wizard/examples/Wizard.md +18 -36
  69. package/docs/layouts/Level/examples/Level.css +1 -2
  70. package/docs/layouts/Level/examples/Level.md +15 -3
  71. package/docs/layouts/Split/examples/Split.css +1 -2
  72. package/docs/layouts/Split/examples/Split.md +4 -4
  73. package/docs/layouts/Stack/examples/Stack.css +1 -2
  74. package/docs/layouts/Stack/examples/Stack.md +4 -4
  75. package/layouts/Split/split.css +1 -2
  76. package/layouts/Split/split.scss +4 -3
  77. package/layouts/Stack/stack.css +1 -2
  78. package/layouts/Stack/stack.scss +4 -3
  79. package/layouts/_index.css +2 -4
  80. package/package.json +6 -6
  81. package/patternfly-no-globals.css +138 -42
  82. package/patternfly.css +138 -42
  83. package/patternfly.min.css +1 -1
  84. package/patternfly.min.css.map +1 -1
  85. package/sass-utilities/functions.scss +6 -0
  86. /package/docs/components/Tile/{examples → deprecated}/Tile.css +0 -0
@@ -5640,37 +5640,17 @@ cssPrefix: pf-v6-c-menu
5640
5640
  </span>
5641
5641
  <span class="pf-v6-c-menu__item-description">This is a description</span>
5642
5642
  </a>
5643
- <div class="pf-v6-c-menu__item-action pf-m-favorited pf-m-favorite">
5643
+ <div class="pf-v6-c-menu__item-action pf-m-favorited">
5644
5644
  <button
5645
5645
  class="pf-v6-c-button pf-m-plain"
5646
5646
  type="button"
5647
5647
  role="menuitem"
5648
5648
  aria-label="Starred"
5649
- ></button>
5650
- </div>
5651
- </li>
5652
- <li class="pf-v6-c-menu__list-item" role="none">
5653
- <a
5654
- class="pf-v6-c-menu__item"
5655
- href="#"
5656
- role="menuitem"
5657
- target="_blank"
5658
- >
5659
- <span class="pf-v6-c-menu__item-main">
5660
- <span class="pf-v6-c-menu__item-text">Item 3</span>
5661
- <span class="pf-v6-c-menu__item-external-icon">
5662
- <i class="fas fa-external-link-alt" aria-hidden="true"></i>
5649
+ >
5650
+ <span class="pf-v6-c-button__icon">
5651
+ <i class="fas fa-star" aria-hidden="true"></i>
5663
5652
  </span>
5664
- <span class="pf-v6-screen-reader">(opens new window)</span>
5665
- </span>
5666
- </a>
5667
- <div class="pf-v6-c-menu__item-action pf-m-favorite">
5668
- <button
5669
- class="pf-v6-c-button pf-m-plain"
5670
- type="button"
5671
- role="menuitem"
5672
- aria-label="Not starred"
5673
- ></button>
5653
+ </button>
5674
5654
  </div>
5675
5655
  </li>
5676
5656
  </ul>
@@ -5686,13 +5666,17 @@ cssPrefix: pf-v6-c-menu
5686
5666
  </span>
5687
5667
  <span class="pf-v6-c-menu__item-description">This is a description</span>
5688
5668
  </a>
5689
- <div class="pf-v6-c-menu__item-action pf-m-favorite">
5669
+ <div class="pf-v6-c-menu__item-action pf-m-favorited">
5690
5670
  <button
5691
5671
  class="pf-v6-c-button pf-m-plain"
5692
5672
  type="button"
5693
5673
  role="menuitem"
5694
- aria-label="Not starred"
5695
- ></button>
5674
+ aria-label="Starred"
5675
+ >
5676
+ <span class="pf-v6-c-button__icon">
5677
+ <i class="fas fa-star" aria-hidden="true"></i>
5678
+ </span>
5679
+ </button>
5696
5680
  </div>
5697
5681
  </li>
5698
5682
  <li class="pf-v6-c-menu__list-item pf-m-disabled" role="none">
@@ -5713,14 +5697,18 @@ cssPrefix: pf-v6-c-menu
5713
5697
  </span>
5714
5698
  <span class="pf-v6-c-menu__item-description">This is a description</span>
5715
5699
  </a>
5716
- <div class="pf-v6-c-menu__item-action pf-m-favorite">
5700
+ <div class="pf-v6-c-menu__item-action">
5717
5701
  <button
5718
5702
  class="pf-v6-c-button pf-m-plain"
5719
5703
  type="button"
5720
5704
  role="menuitem"
5721
5705
  aria-label="Not starred"
5722
5706
  disabled
5723
- ></button>
5707
+ >
5708
+ <span class="pf-v6-c-button__icon">
5709
+ <i class="fas fa-star" aria-hidden="true"></i>
5710
+ </span>
5711
+ </button>
5724
5712
  </div>
5725
5713
  </li>
5726
5714
  <li class="pf-v6-c-menu__list-item" role="none">
@@ -5738,13 +5726,17 @@ cssPrefix: pf-v6-c-menu
5738
5726
  <span class="pf-v6-screen-reader">(opens new window)</span>
5739
5727
  </span>
5740
5728
  </a>
5741
- <div class="pf-v6-c-menu__item-action pf-m-favorite">
5729
+ <div class="pf-v6-c-menu__item-action">
5742
5730
  <button
5743
5731
  class="pf-v6-c-button pf-m-plain"
5744
5732
  type="button"
5745
5733
  role="menuitem"
5746
5734
  aria-label="Not starred"
5747
- ></button>
5735
+ >
5736
+ <span class="pf-v6-c-button__icon">
5737
+ <i class="fas fa-star" aria-hidden="true"></i>
5738
+ </span>
5739
+ </button>
5748
5740
  </div>
5749
5741
  </li>
5750
5742
  </ul>