@patternfly/documentation-framework 6.0.0-alpha.90 → 6.0.0-alpha.92

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.92 (2024-09-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **docs:** updated width on table of contents ([#4202](https://github.com/patternfly/patternfly-org/issues/4202)) ([66eb44a](https://github.com/patternfly/patternfly-org/commit/66eb44abad283ae1168fe727361cf78cf52ed517))
12
+
13
+
14
+
15
+
16
+
17
+ # 6.0.0-alpha.91 (2024-09-09)
18
+
19
+ **Note:** Version bump only for package @patternfly/documentation-framework
20
+
21
+
22
+
23
+
24
+
6
25
  # 6.0.0-alpha.90 (2024-08-29)
7
26
 
8
27
 
@@ -48,7 +48,7 @@
48
48
 
49
49
  @media (min-width: 1451px) {
50
50
  .ws-toc {
51
- width: 280px;
51
+ width: 260px;
52
52
  max-height: calc(100vh - 76px);
53
53
  overflow-y: auto;
54
54
  /* Hide TOC scrollbar IE, Edge & Firefox */
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.90",
4
+ "version": "6.0.0-alpha.92",
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.79",
16
+ "@patternfly/ast-helpers": "^1.4.0-alpha.81",
17
17
  "@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
18
18
  "autoprefixer": "9.8.6",
19
19
  "babel-loader": "^9.1.3",
@@ -80,5 +80,5 @@
80
80
  "react": "^17.0.0 || ^18.0.0",
81
81
  "react-dom": "^17.0.0 || ^18.0.0"
82
82
  },
83
- "gitHead": "b7724dcd7a05d574089826fe28a861844f4e6c68"
83
+ "gitHead": "dd6cf7c604f76658a1f5c2e09e407eb9d3bc407e"
84
84
  }
@@ -37,6 +37,7 @@ const reactStyles = globSync(path.join(reactStylesDir, 'css/**/*.d.ts'))
37
37
  const defaultImports = [
38
38
  'react',
39
39
  '@reach/router',
40
+ '@patternfly/react-charts/next',
40
41
  '@patternfly/react-core/next',
41
42
  '@patternfly/react-core/deprecated',
42
43
  '@patternfly/react-table/deprecated',
@@ -31,7 +31,8 @@ async function prerender(url) {
31
31
  // For react-consoles
32
32
  createElementNS: () => ({
33
33
  download: {}
34
- })
34
+ }),
35
+ documentElement: { style: {} }
35
36
  };
36
37
  global.self = {
37
38
  // For react-console