@patternfly/documentation-framework 6.0.0-alpha.110 → 6.0.0-alpha.111

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
+ # 6.0.0-alpha.111 (2024-10-08)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
6
14
  # 6.0.0-alpha.110 (2024-10-07)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/documentation-framework
@@ -9,7 +9,7 @@ import {
9
9
  Content,
10
10
  } from "@patternfly/react-core";
11
11
  import { Link } from "@patternfly/documentation-framework/components";
12
- import { GithubIcon, TwitterIcon } from "@patternfly/react-icons";
12
+ import { GithubIcon } from "@patternfly/react-icons";
13
13
  import redhatLogo from "./RHLogo.png";
14
14
  import redhatLogoDark from "./RHLogoDark.png";
15
15
 
@@ -260,8 +260,9 @@ export const Footer = ({ isDarkTheme }) => (
260
260
  target="top"
261
261
  aria-label="Link to PatternFly X page"
262
262
  >
263
- <TwitterIcon />
263
+ <svg class="pf-v6-svg" viewBox="0 0 512 512" fill="currentColor" aria-hidden="true" role="img" width="1em" height="1em"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg>
264
264
  </Link>
265
+ {/* Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.*/}
265
266
  </GridItem>
266
267
  </Grid>
267
268
  </GridItem>
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.110",
4
+ "version": "6.0.0-alpha.111",
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.99",
16
+ "@patternfly/ast-helpers": "^1.4.0-alpha.100",
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": "b4532b1bad7c1ccccb5b8928553fa1797137b353"
83
+ "gitHead": "b20d36f2f0aed6604c8912d3241ec65c4f120629"
84
84
  }