@patternfly/patternfly 5.0.0-alpha.41 → 5.0.0-alpha.42

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- id: Text file upload
2
+ id: Simple file upload
3
3
  section: components
4
4
  subsection: file-upload
5
5
  cssPrefix: pf-c-file-upload
@@ -153,7 +153,7 @@ cssPrefix: pf-c-masthead
153
153
  ### Light 200 variant
154
154
 
155
155
  ```html
156
- <header class="pf-c-masthead" id="light-200-masthead">
156
+ <header class="pf-c-masthead pf-m-light-200" id="light-200-masthead">
157
157
  <span class="pf-c-masthead__toggle">
158
158
  <button
159
159
  class="pf-c-button pf-m-plain"
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  id: 'Context selector'
3
3
  section: components
4
+ subsection: menus
4
5
  ---## Examples
5
6
 
6
7
  ### Context selector in masthead
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-alpha.41",
4
+ "version": "5.0.0-alpha.42",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -44,9 +44,9 @@
44
44
  "@octokit/rest": "^19.0.7",
45
45
  "@patternfly/documentation-framework": "2.0.0-alpha.24",
46
46
  "@patternfly/patternfly-a11y": "4.3.1",
47
- "@patternfly/react-code-editor": "5.0.0-alpha.54",
48
- "@patternfly/react-core": "5.0.0-alpha.53",
49
- "@patternfly/react-table": "5.0.0-alpha.54",
47
+ "@patternfly/react-code-editor": "5.0.0-alpha.73",
48
+ "@patternfly/react-core": "5.0.0-alpha.73",
49
+ "@patternfly/react-table": "5.0.0-alpha.74",
50
50
  "@starptech/prettyhtml": "^0.10.0",
51
51
  "cheerio": "^1.0.0-rc.12",
52
52
  "commander": "^10.0.0",