@patternfly/documentation-framework 2.0.0-alpha.56 → 2.0.0-alpha.58

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,22 @@
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
+ # 2.0.0-alpha.58 (2023-06-13)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
14
+ # 2.0.0-alpha.57 (2023-06-12)
15
+
16
+ **Note:** Version bump only for package @patternfly/documentation-framework
17
+
18
+
19
+
20
+
21
+
6
22
  # 2.0.0-alpha.56 (2023-06-12)
7
23
 
8
24
 
@@ -1,5 +1,5 @@
1
1
  .ws-org-pfsite-l-footer.pf-v5-c-page__main-section {
2
- font-family: "RedHatText";
2
+ font-family: var(--pf-v5-global--FontFamily--text);
3
3
  font-weight: 300;
4
4
  background-color: #1a1a1a !important;
5
5
  --pf-v5-c-page__main-section--PaddingTop: var(--pf-v5-global--spacer--xl);
@@ -18,7 +18,7 @@ const getStaticParams = (title, html) => {
18
18
  'index.html': {
19
19
  content: `
20
20
  <!DOCTYPE html>
21
- <html lang="en" class="pf-m-redhat-font">
21
+ <html lang="en">
22
22
  <head>
23
23
  <meta charset="utf-8" />
24
24
  <meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -184,7 +184,7 @@ function getReactParams(title, code, scope, lang, relativeImports, relPath, sour
184
184
  files: {
185
185
  'index.html': {
186
186
  content: `<!DOCTYPE html>
187
- <html lang="en" class="pf-m-redhat-font">
187
+ <html lang="en">
188
188
  <head>
189
189
  <meta charset="utf-8" />
190
190
  <meta name="viewport" content="width=device-width, initial-scale=1" />
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": "2.0.0-alpha.56",
4
+ "version": "2.0.0-alpha.58",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -91,5 +91,5 @@
91
91
  "react": "^17.0.0 || ^18.0.0",
92
92
  "react-dom": "^17.0.0 || ^18.0.0"
93
93
  },
94
- "gitHead": "7c0a22bdae2cb9e7c9117811a67871392f0f6c1c"
94
+ "gitHead": "7e06fefc95ba2d0fe7bc468914c7ed51ce874ebd"
95
95
  }
@@ -15,7 +15,7 @@
15
15
  <meta name="application-name" content="PatternFly docs">
16
16
  <%= htmlWebpackPlugin.tags.headTags %>
17
17
  </head>
18
- <body class="pf-m-redhat-updated-font pf-m-redhatmono-font">
18
+ <body>
19
19
  <div id="root"><%= prerendering %></div>
20
20
  <%= htmlWebpackPlugin.tags.bodyTags %>
21
21
  <% if (algolia) { %>
package/templates/mdx.css CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  .ws-release-notes-toc .pf-v5-c-card__body {
32
32
  color: #72767B;
33
- font-family: RedHatText;
33
+ font-family: var(--pf-v5-global--FontFamily--text);
34
34
  font-size: var(--pf-v5-global--FontSize--md);
35
35
  font-weight: 400;
36
36
  line-height: 1.5;
@@ -86,7 +86,7 @@
86
86
  --pf-v5-c-content--FontSize: var(--pf-v5-global--FontSize--md);
87
87
  --pf-v5-c-content--FontWeight: var(--pf-v5-global--FontWeight--normal);
88
88
  --pf-v5-c-content--Color: var(--pf-v5-global--Color--100);
89
- --pf-v5-c-content--heading--FontFamily: var(--pf-v5-global--FontFamily--heading--sans-serif);
89
+ --pf-v5-c-content--heading--FontFamily: var(--pf-v5-global--FontFamily--heading);
90
90
  --pf-v5-c-content--h1--MarginTop: var(--pf-v5-global--spacer--lg);
91
91
  --pf-v5-c-content--h1--MarginBottom: var(--pf-v5-global--spacer--sm);
92
92
  --pf-v5-c-content--h1--LineHeight: var(--pf-v5-global--LineHeight--sm);