@patternfly/documentation-framework 5.2.3 → 5.2.4
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,14 @@
|
|
|
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.2.4 (2023-09-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/documentation-framework
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 5.2.3 (2023-09-18)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @patternfly/documentation-framework
|
|
@@ -270,9 +270,6 @@ export const SideNavLayout = ({ children, groupedRoutes, navOpen: navOpenProp })
|
|
|
270
270
|
return (
|
|
271
271
|
<React.Fragment>
|
|
272
272
|
<RtlContext.Provider value={ isRTL }>
|
|
273
|
-
<div id="ws-page-banners">
|
|
274
|
-
{hasGdprBanner && <GdprBanner />}
|
|
275
|
-
</div>
|
|
276
273
|
<Page
|
|
277
274
|
id="ws-page"
|
|
278
275
|
mainContainerId="ws-page-main"
|
|
@@ -284,6 +281,9 @@ export const SideNavLayout = ({ children, groupedRoutes, navOpen: navOpenProp })
|
|
|
284
281
|
>
|
|
285
282
|
{children}
|
|
286
283
|
</Page>
|
|
284
|
+
<div id="ws-page-banners">
|
|
285
|
+
{hasGdprBanner && <GdprBanner />}
|
|
286
|
+
</div>
|
|
287
287
|
</RtlContext.Provider>
|
|
288
288
|
</React.Fragment>
|
|
289
289
|
);
|
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.2.
|
|
4
|
+
"version": "5.2.4",
|
|
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.2.
|
|
20
|
+
"@patternfly/ast-helpers": "^1.2.4",
|
|
21
21
|
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
|
|
22
22
|
"autoprefixer": "9.8.6",
|
|
23
23
|
"babel-loader": "9.1.2",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"react": "^17.0.0 || ^18.0.0",
|
|
88
88
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "979082df24c670350cecf057c916fb85ad37d714"
|
|
91
91
|
}
|