@patternfly/patternfly 6.0.0-alpha.87 → 6.0.0-alpha.89

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.
@@ -954,6 +954,24 @@ cssPrefix: pf-v5-c-menu-toggle
954
954
 
955
955
  ```
956
956
 
957
+ ### Full width
958
+
959
+ ```html
960
+ <button
961
+ class="pf-v5-c-menu-toggle pf-m-full-width"
962
+ type="button"
963
+ aria-expanded="false"
964
+ >
965
+ <span class="pf-v5-c-menu-toggle__text">Full width</span>
966
+ <span class="pf-v5-c-menu-toggle__controls">
967
+ <span class="pf-v5-c-menu-toggle__toggle-icon">
968
+ <i class="fas fa-caret-down" aria-hidden="true"></i>
969
+ </span>
970
+ </span>
971
+ </button>
972
+
973
+ ```
974
+
957
975
  ### Typeahead
958
976
 
959
977
  ```html
@@ -1028,3 +1046,4 @@ cssPrefix: pf-v5-c-menu-toggle
1028
1046
  | `.pf-m-plain` | `.pf-v5-c-menu-toggle` | Modifies the menu toggle component for the plain variation. |
1029
1047
  | `.pf-m-expanded` | `.pf-v5-c-menu-toggle` | Modifies the menu toggle component for the expanded state. |
1030
1048
  | `.pf-m-full-height` | `.pf-v5-c-menu-toggle` | Modifies the menu toggle component to full height of parent. |
1049
+ | `.pf-m-full-width` | `.pf-v5-c-menu-toggle` | Modifies the menu toggle component to full width of parent. |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.87",
4
+ "version": "6.0.0-alpha.89",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {