@patternfly/documentation-framework 5.6.0 → 5.7.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 5.7.0 (2024-03-19)
7
+
8
+
9
+ ### Features
10
+
11
+ * add pf 6 alpha banner to home page and version switcher ([#3896](https://github.com/patternfly/patternfly-org/issues/3896)) ([f7aaa22](https://github.com/patternfly/patternfly-org/commit/f7aaa22d12310aa62533de4169e1fa70a49a20d9))
12
+
13
+
14
+
15
+
16
+
6
17
  # 5.6.0 (2024-03-13)
7
18
 
8
19
 
@@ -163,12 +163,26 @@ const HeaderTools = ({
163
163
  </DropdownList>
164
164
  </DropdownGroup>
165
165
  )}
166
- <Divider key="divider" className="ws-switcher-divider"/>
166
+ <Divider key="divider1" className="ws-switcher-divider"/>
167
+ <DropdownGroup key="Alpha preview version" label="Alpha preview version">
168
+ <DropdownList>
169
+ <DropdownItem
170
+ key="PatternFly 6"
171
+ className="ws-patternfly-versions"
172
+ isExternalLink
173
+ to="https://staging-v6.patternfly.org/"
174
+ itemId="patternfly-6"
175
+ >
176
+ PatternFly 6
177
+ </DropdownItem>
178
+ </DropdownList>
179
+ </DropdownGroup>
180
+ <Divider key="divider2" className="ws-switcher-divider"/>
167
181
  <DropdownGroup key="Previous versions" label="Previous versions">
168
182
  <DropdownList>
169
183
  <DropdownItem
170
184
  key="PatternFly 4"
171
- className="ws-patternfly-3"
185
+ className="ws-patternfly-versions"
172
186
  isExternalLink
173
187
  to="http://v4-archive.patternfly.org/v4/"
174
188
  itemId="patternfly-4"
@@ -177,7 +191,7 @@ const HeaderTools = ({
177
191
  </DropdownItem>
178
192
  <DropdownItem
179
193
  key="PatternFly 3"
180
- className="ws-patternfly-3"
194
+ className="ws-patternfly-versions"
181
195
  isExternalLink
182
196
  to="https://pf3.patternfly.org/"
183
197
  itemId="patternfly-3"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/documentation-framework",
3
3
  "description": "A framework to build documentation for PatternFly.",
4
- "version": "5.6.0",
4
+ "version": "5.7.0",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -17,7 +17,7 @@
17
17
  "@babel/plugin-transform-react-jsx": "7.17.12",
18
18
  "@babel/preset-env": "7.18.2",
19
19
  "@mdx-js/util": "1.6.16",
20
- "@patternfly/ast-helpers": "^1.6.0",
20
+ "@patternfly/ast-helpers": "^1.7.0",
21
21
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
22
22
  "autoprefixer": "9.8.6",
23
23
  "babel-loader": "9.1.2",
@@ -84,5 +84,5 @@
84
84
  "react": "^17.0.0 || ^18.0.0",
85
85
  "react-dom": "^17.0.0 || ^18.0.0"
86
86
  },
87
- "gitHead": "26de940cd895bddf7986df1771900d63b5d1c196"
87
+ "gitHead": "ca7814ac7c546185383c2e9c99a8d3f2273e396a"
88
88
  }
package/templates/mdx.css CHANGED
@@ -1,7 +1,7 @@
1
1
  #ws-page-content-router {
2
2
  display: flex;
3
3
  flex-direction: column;
4
- height: 100%;
4
+ flex-shrink: 0;
5
5
  }
6
6
 
7
7
  .ws-release-notes-toc {