@patternfly/patternfly 5.0.0-prerelease.5 → 5.0.0-prerelease.6

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.
@@ -655,7 +655,7 @@ cssPrefix: pf-v5-c-drawer
655
655
 
656
656
  ```
657
657
 
658
- ### Panel with light-200 background
658
+ ### Panel with secondary background
659
659
 
660
660
  ```html
661
661
  <div class="pf-v5-c-drawer pf-m-expanded">
@@ -738,7 +738,7 @@ cssPrefix: pf-v5-c-drawer
738
738
  | `.pf-m-padding` | `.pf-v5-c-drawer__body` | Modifies the element to add padding. |
739
739
  | `.pf-m-no-padding` | `.pf-v5-c-drawer__body` | Modifies the element to remove padding. |
740
740
  | `.pf-m-no-background` | `.pf-v5-c-drawer__section`, `.pf-v5-c-drawer__content`, `.pf-v5-c-drawer__panel` | Modifies the drawer body/panel background color to transparent. |
741
- | `.pf-m-light-200` | `.pf-v5-c-drawer__section`, `.pf-v5-c-drawer__content`, `.pf-v5-c-drawer__panel` | Modifies the drawer body/panel background color to light grey. |
741
+ | `.pf-m-light-200` | `.pf-v5-c-drawer__section`, `.pf-v5-c-drawer__content`, `.pf-v5-c-drawer__panel` | Modifies the body/panel to use the secondary background color. |
742
742
  | `.pf-m-width-{25, 33, 50, 66, 75, 100}{-on-[breakpoint]}` | `.pf-v5-c-drawer__panel` | Modifies the drawer panel width at optional [breakpoint](/developer-resources/global-css-variables#breakpoint-variables-and-class-suffixes). |
743
743
  | `.pf-m-resizable` | `.pf-v5-c-drawer__panel` | Modifies the drawer panel to be resizable. Intended for use with the `.pf-v5-c-drawer__splitter` element. |
744
744
  | `--pf-v5-c-drawer__panel--md--FlexBasis--min` | `.pf-v5-c-drawer__panel` | Defines the drawer panel minimum size. |
@@ -658,7 +658,7 @@ cssPrefix: pf-v5-c-nav
658
658
 
659
659
  ### Default in light mode
660
660
 
661
- ```html
661
+ ```html isDeprecated
662
662
  <nav class="pf-v5-c-nav pf-m-light" aria-label="Global">
663
663
  <ul class="pf-v5-c-nav__list" role="list">
664
664
  <li class="pf-v5-c-nav__item">
@@ -684,7 +684,7 @@ cssPrefix: pf-v5-c-nav
684
684
 
685
685
  ### Expanded in light mode
686
686
 
687
- ```html
687
+ ```html isDeprecated
688
688
  <nav class="pf-v5-c-nav pf-m-light" aria-label="Global">
689
689
  <ul class="pf-v5-c-nav__list" role="list">
690
690
  <li class="pf-v5-c-nav__item pf-m-expandable pf-m-expanded pf-m-current">
@@ -2062,7 +2062,7 @@ section: components
2062
2062
 
2063
2063
  ### Light theme sidebar and nav
2064
2064
 
2065
- ```html isFullscreen
2065
+ ```html isFullscreen isDeprecated
2066
2066
  <div class="pf-v5-c-page" id="nav-light-theme-example">
2067
2067
  <div class="pf-v5-c-skip-to-content">
2068
2068
  <a
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": "5.0.0-prerelease.5",
4
+ "version": "5.0.0-prerelease.6",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {