@patternfly/documentation-framework 6.0.0-alpha.37 → 6.0.0-alpha.39

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,28 @@
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.39 (2024-06-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Update README.md ([80e138e](https://github.com/patternfly/patternfly-org/commit/80e138e769f0fddc023946ff618566d4c23c7c88))
12
+
13
+
14
+
15
+
16
+
17
+ # 6.0.0-alpha.38 (2024-05-30)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * remove spaceItems ([78fb3e6](https://github.com/patternfly/patternfly-org/commit/78fb3e6fa25b9f39c5fbd373305562a01c253bd6))
23
+
24
+
25
+
26
+
27
+
6
28
  # 6.0.0-alpha.37 (2024-05-30)
7
29
 
8
30
 
@@ -29,7 +29,7 @@ export const Footer = () => (
29
29
  <li className="ws-org-pfsite-footer-menu-list-item">
30
30
  <Link
31
31
  className="ws-org-pfsite-footer-menu-link"
32
- to={"/get-started/about"}
32
+ to={"/get-started/about-patternfly"}
33
33
  aria-label="Get started with PatternFly 4"
34
34
  >
35
35
  Get started
@@ -139,9 +139,9 @@ export const Footer = () => (
139
139
  <li className="ws-org-pfsite-footer-menu-list-item">
140
140
  <Link
141
141
  className="ws-org-pfsite-footer-menu-link"
142
- to="//redhat.com/mailman/listinfo/patternfly"
142
+ to="https://www.redhat.com/dynamic-form/instance/934b1674-bc8a-4a13-8c9d-d19abcceb263"
143
143
  target="top"
144
- aria-label="Join the PatternFly 4 mailing list"
144
+ aria-label="Join the PatternFly mailing list"
145
145
  >
146
146
  Mailing list
147
147
  </Link>
@@ -95,7 +95,6 @@ const HeaderTools = ({
95
95
  )}
96
96
  <ToolbarGroup
97
97
  align={{ default: 'alignEnd' }}
98
- spaceItems={{ default: 'spacerNone', md: 'spacerMd' }}
99
98
  >
100
99
  {hasDarkThemeSwitcher && (
101
100
  <ToolbarItem>
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.37",
4
+ "version": "6.0.0-alpha.39",
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.26",
16
+ "@patternfly/ast-helpers": "^1.4.0-alpha.28",
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.60",
78
- "@patternfly/react-core": "6.0.0-alpha.60",
79
- "@patternfly/react-table": "6.0.0-alpha.60",
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",
80
80
  "react": "^17.0.0 || ^18.0.0",
81
81
  "react-dom": "^17.0.0 || ^18.0.0"
82
82
  },
83
- "gitHead": "be084dd9cc461779ef67b302356d1b8e8efc096a"
83
+ "gitHead": "0fb106cceb6d461a0e914d83f688f105d00c62d4"
84
84
  }
@@ -92,7 +92,7 @@ const Page404 = () => {
92
92
  body="Learn about designing and developing with PatternFly."
93
93
  link={{
94
94
  text: 'View getting started resources',
95
- to: '/get-started/about'
95
+ to: '/get-started/about-patternfly'
96
96
  }}
97
97
  />
98
98
  <Card404
package/templates/mdx.js CHANGED
@@ -71,7 +71,7 @@ const MDXChildTemplate = ({
71
71
  )}
72
72
  {beta && (
73
73
  <InlineAlert title="Beta feature">
74
- This beta component is currently under review and is still open for further evolution. It is available for use in product. Beta components are considered for promotion on a quarterly basis. Please join in and give us your feedback or submit any questions on the <a href="https://forum.patternfly.org/">PatternFly forum</a> or via <a href="//slack.patternfly.org/" target="_blank" rel="noopener noreferrer">Slack</a>. To learn more about the process, visit our <Link to="/get-started/about#beta-components">about page</Link> or our <a href="https://github.com/patternfly/patternfly-org/tree/main/beta-component-promotion">Beta components</a> page on GitHub.
74
+ This beta component is currently under review and is still open for further evolution. It is available for use in product. Beta components are considered for promotion on a quarterly basis. Please join in and give us your feedback or submit any questions on the <a href="https://forum.patternfly.org/">PatternFly forum</a> or via <a href="//slack.patternfly.org/" target="_blank" rel="noopener noreferrer">Slack</a>. To learn more about the process, visit our <Link to="/get-started/about-patternfly#beta-components">about page</Link> or our <a href="https://github.com/patternfly/patternfly-org/tree/main/beta-component-promotion">Beta components</a> page on GitHub.
75
75
  </InlineAlert>
76
76
  )}
77
77
  {(deprecated || source === 'react-deprecated' || source === 'html-deprecated') && (
@@ -82,7 +82,7 @@ const MDXChildTemplate = ({
82
82
  You can find the <Link to={newImplementationLink}>updated implementation here</Link>.
83
83
  </React.Fragment>
84
84
  )}
85
- {' '}To learn more about the process, visit our <Link to="/get-started/about#major-release-cadence">about page</Link>.
85
+ {' '}To learn more about the process, visit our <Link to="/get-started/about-patternfly#patternfly-release-cadence">about page</Link>.
86
86
  </InlineAlert>
87
87
  )}
88
88
  {(template || source === 'react-template') && (
@@ -1,16 +1,16 @@
1
- const path = require('path');
1
+ const path = require("path");
2
2
 
3
3
  module.exports = (sourceMD, sourceProps) => {
4
4
  /** Parse source content for props so that we can display them. You must source props before sourcing the markdown
5
5
  files, otherwise the props table won't be rendered.
6
6
  */
7
- const propsIgnore = ['**/*.test.tsx', '**/examples/*.tsx'];
8
- const extensionPath = path.join(__dirname, '../src');
9
- sourceProps(path.join(extensionPath, '/**/*.tsx'), propsIgnore);
7
+ const propsIgnore = ["/**/*.test.tsx", "/**/examples/*.tsx"];
8
+ const extensionPath = path.join(__dirname, "../src");
9
+ sourceProps(path.join(extensionPath, "/**/*.tsx"), propsIgnore);
10
10
 
11
- // Parse md files
12
- const contentBase = path.join(__dirname, './content');
13
- sourceMD(path.join(contentBase, 'extensions/**/*.md'), 'extensions');
11
+ // Parse md files
12
+ const contentBase = path.join(__dirname, "./content");
13
+ sourceMD(path.join(contentBase, "extensions/**/*.md"), "extensions");
14
14
 
15
15
  /**
16
16
  If you want to parse content from node_modules instead of providing a relative/absolute path,
@@ -23,4 +23,4 @@ module.exports = (sourceMD, sourceProps) => {
23
23
  sourceMD(path.join(extensionPath, '../patternfly-docs/**\/demos/*.md'), 'react-demos');
24
24
  sourceMD(path.join(extensionPath, '../patternfly-docs/**\/design-guidelines/*.md'), 'design-guidelines');
25
25
  */
26
- }
26
+ };
package/versions.json CHANGED
@@ -7,71 +7,21 @@
7
7
  "versions": {
8
8
  "@patternfly/patternfly": "6.0.0-alpha.139",
9
9
  "@patternfly/react-catalog-view-extension": "5.0.0",
10
- "@patternfly/react-charts": "8.0.0-alpha.19",
11
- "@patternfly/react-code-editor": "6.0.0-alpha.60",
12
- "@patternfly/react-core": "6.0.0-alpha.60",
13
- "@patternfly/react-drag-drop": "6.0.0-alpha.31",
14
- "@patternfly/react-icons": "6.0.0-alpha.19",
10
+ "@patternfly/react-charts": "8.0.0-alpha.23",
11
+ "@patternfly/react-code-editor": "6.0.0-alpha.61",
12
+ "@patternfly/react-core": "6.0.0-alpha.61",
13
+ "@patternfly/react-drag-drop": "6.0.0-alpha.43",
14
+ "@patternfly/react-icons": "6.0.0-alpha.23",
15
15
  "@patternfly/react-log-viewer": "5.0.0",
16
- "@patternfly/react-styles": "6.0.0-alpha.19",
17
- "@patternfly/react-table": "6.0.0-alpha.60",
18
- "@patternfly/react-tokens": "6.0.0-alpha.19",
16
+ "@patternfly/react-styles": "6.0.0-alpha.23",
17
+ "@patternfly/react-table": "6.0.0-alpha.61",
18
+ "@patternfly/react-tokens": "6.0.0-alpha.23",
19
19
  "@patternfly/react-topology": "5.1.0",
20
20
  "@patternfly/quickstarts": "5.1.0",
21
21
  "@patternfly/react-virtualized-extension": "5.1.0",
22
- "@patternfly/react-templates": "^1.0.0-alpha.0"
22
+ "@patternfly/react-templates": "^6.0.0-alpha.11"
23
23
  }
24
24
  },{
25
- "name": "5.2.2",
26
- "date": "2024-03-12",
27
- "hidden": true,
28
- "versions": {
29
- "@patternfly/patternfly": "5.2.1",
30
- "@patternfly/react-charts": "7.2.2",
31
- "@patternfly/react-code-editor": "5.2.2",
32
- "@patternfly/react-core": "5.2.2",
33
- "@patternfly/react-icons": "5.2.1",
34
- "@patternfly/react-styles": "5.2.1",
35
- "@patternfly/react-table": "5.2.2",
36
- "@patternfly/react-drag-drop": "5.2.2",
37
- "@patternfly/react-tokens": "5.2.1",
38
- "@patternfly/react-catalog-view-extension": "5.0.0",
39
- "@patternfly/react-component-groups": "5.1.0",
40
- "@patternfly/react-console": "5.0.0",
41
- "@patternfly/react-log-viewer": "5.2.0",
42
- "@patternfly/react-topology": "5.2.1",
43
- "@patternfly/react-user-feedback": "5.0.0",
44
- "@patternfly/react-virtualized-extension": "5.0.0",
45
- "@patternfly/quickstarts": "5.0.0",
46
- "@patternfly/react-templates": "^1.0.0-alpha.0"
47
- }
48
- },
49
- {
50
- "name": "5.2.1",
51
- "date": "2024-03-01",
52
- "hidden": true,
53
- "versions": {
54
- "@patternfly/patternfly": "5.2.1",
55
- "@patternfly/react-charts": "7.2.2",
56
- "@patternfly/react-code-editor": "5.2.1",
57
- "@patternfly/react-core": "5.2.1",
58
- "@patternfly/react-icons": "5.2.1",
59
- "@patternfly/react-styles": "5.2.1",
60
- "@patternfly/react-table": "5.2.1",
61
- "@patternfly/react-drag-drop": "5.2.1",
62
- "@patternfly/react-tokens": "5.2.1",
63
- "@patternfly/react-catalog-view-extension": "5.0.0",
64
- "@patternfly/react-component-groups": "5.1.0",
65
- "@patternfly/react-console": "5.0.0",
66
- "@patternfly/react-log-viewer": "5.2.0",
67
- "@patternfly/react-topology": "5.2.1",
68
- "@patternfly/react-user-feedback": "5.0.0",
69
- "@patternfly/react-virtualized-extension": "5.0.0",
70
- "@patternfly/quickstarts": "5.0.0",
71
- "@patternfly/react-templates": "^1.0.0-alpha.0"
72
- }
73
- },
74
- {
75
25
  "name": "5.2.0",
76
26
  "date": "2024-01-17",
77
27
  "hidden": true,
@@ -92,8 +42,7 @@
92
42
  "@patternfly/react-topology": "5.2.1",
93
43
  "@patternfly/react-user-feedback": "5.0.0",
94
44
  "@patternfly/react-virtualized-extension": "5.0.0",
95
- "@patternfly/quickstarts": "5.0.0",
96
- "@patternfly/react-templates": "^1.0.0-alpha.0"
45
+ "@patternfly/quickstarts": "5.0.0"
97
46
  }
98
47
  },{
99
48
  "name": "5.1.0",