@patternfly/documentation-framework 6.0.0-alpha.44 → 6.0.0-alpha.46

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,25 @@
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
+ # 6.0.0-alpha.46 (2024-06-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * lots of bumps ([#4103](https://github.com/patternfly/patternfly-org/issues/4103)) ([b0a146d](https://github.com/patternfly/patternfly-org/commit/b0a146dbd0fc16a65c5f1787c5b8308a8008e6ac))
12
+
13
+
14
+
15
+
16
+
17
+ # 6.0.0-alpha.45 (2024-06-12)
18
+
19
+ **Note:** Version bump only for package @patternfly/documentation-framework
20
+
21
+
22
+
23
+
24
+
6
25
  # 6.0.0-alpha.44 (2024-06-06)
7
26
 
8
27
  **Note:** Version bump only for package @patternfly/documentation-framework
@@ -273,7 +273,7 @@ export const SideNavLayout = ({ children, groupedRoutes, navOpen: navOpenProp })
273
273
  </PageSidebar>
274
274
  );
275
275
 
276
- const Header = (
276
+ const masthead = (
277
277
  <Masthead className="ws-masthead">
278
278
  <MastheadToggle>
279
279
  <PageToggleButton variant="plain" aria-label="Global navigation">
@@ -338,7 +338,7 @@ export const SideNavLayout = ({ children, groupedRoutes, navOpen: navOpenProp })
338
338
  id="ws-page"
339
339
  mainContainerId="ws-page-main"
340
340
  mainComponent="div"
341
- header={Header}
341
+ masthead={masthead}
342
342
  sidebar={SideBar}
343
343
  skipToContent={<SkipToContent href="#ws-page-main">Skip to content</SkipToContent>}
344
344
  isManagedSidebar
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": "6.0.0-alpha.44",
4
+ "version": "6.0.0-alpha.46",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -13,7 +13,7 @@
13
13
  "@babel/preset-env": "^7.24.3",
14
14
  "@babel/preset-react": "^7.24.1",
15
15
  "@mdx-js/util": "1.6.16",
16
- "@patternfly/ast-helpers": "^1.4.0-alpha.33",
16
+ "@patternfly/ast-helpers": "^1.4.0-alpha.35",
17
17
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
18
18
  "autoprefixer": "9.8.6",
19
19
  "babel-loader": "^9.1.3",
@@ -74,11 +74,11 @@
74
74
  },
75
75
  "peerDependencies": {
76
76
  "@patternfly/patternfly": "6.0.0-alpha.139",
77
- "@patternfly/react-code-editor": "6.0.0-alpha.61",
78
- "@patternfly/react-core": "6.0.0-alpha.61",
79
- "@patternfly/react-table": "6.0.0-alpha.61",
77
+ "@patternfly/react-code-editor": "6.0.0-alpha.69",
78
+ "@patternfly/react-core": "6.0.0-alpha.69",
79
+ "@patternfly/react-table": "6.0.0-alpha.69",
80
80
  "react": "^17.0.0 || ^18.0.0",
81
81
  "react-dom": "^17.0.0 || ^18.0.0"
82
82
  },
83
- "gitHead": "48920b655eba12749631dd5dee843720c0d9bd18"
83
+ "gitHead": "726a937b50610088bdbce0177f22651e35803f15"
84
84
  }