@patternfly/documentation-framework 6.0.0-alpha.18 → 6.0.0-alpha.19
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,17 @@
|
|
|
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.19 (2024-04-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **misc:** update alpha versions ([#3951](https://github.com/patternfly/patternfly-org/issues/3951)) ([c9c41ab](https://github.com/patternfly/patternfly-org/commit/c9c41abc396347e17d0e5afd5431331b80860ebb))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 6.0.0-alpha.18 (2024-03-29)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @patternfly/documentation-framework
|
|
@@ -103,7 +103,7 @@ export const ExampleToolbar = ({
|
|
|
103
103
|
copyCode();
|
|
104
104
|
trackEvent('code_editor_control_click', 'click_event', 'COPY_CODE');
|
|
105
105
|
}}
|
|
106
|
-
variant="
|
|
106
|
+
variant="plain"
|
|
107
107
|
aria-label={copyAriaLabel}
|
|
108
108
|
className={editorControlProps.className}
|
|
109
109
|
>
|
|
@@ -124,7 +124,7 @@ export const ExampleToolbar = ({
|
|
|
124
124
|
>
|
|
125
125
|
<Button
|
|
126
126
|
aria-label={codesandboxAriaLabel}
|
|
127
|
-
variant="
|
|
127
|
+
variant="plain"
|
|
128
128
|
type="submit"
|
|
129
129
|
onClick={() => {
|
|
130
130
|
trackEvent('code_editor_control_click', 'click_event', 'CODESANDBOX_LINK');
|
|
@@ -218,6 +218,7 @@ export const ExampleToolbar = ({
|
|
|
218
218
|
onEditorDidMount={onEditorDidMount}
|
|
219
219
|
isReadOnly={isFullscreen}
|
|
220
220
|
className={`${isEditorOpen ? 'ws-example-code-expanded ' : ''}ws-code-editor`}
|
|
221
|
+
isHeaderPlain
|
|
221
222
|
/>
|
|
222
223
|
);
|
|
223
224
|
}
|
|
@@ -67,7 +67,6 @@ const ExpandableNav = ({groupedRoutes, location, section, subsection = null}) =>
|
|
|
67
67
|
key={capitalize(currentSection.replace(/-/g, ' '))}
|
|
68
68
|
isActive={isActive}
|
|
69
69
|
isExpanded={isActive}
|
|
70
|
-
className="ws-side-nav-group"
|
|
71
70
|
onClick={(event) => {
|
|
72
71
|
// Don't bubble click event up, avoids subsection triggering duplicate analtics
|
|
73
72
|
event.stopPropagation();
|
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.
|
|
4
|
+
"version": "6.0.0-alpha.19",
|
|
5
5
|
"author": "Red Hat",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@babel/plugin-transform-react-jsx": "7.17.12",
|
|
18
18
|
"@babel/preset-env": "7.18.2",
|
|
19
19
|
"@mdx-js/util": "1.6.16",
|
|
20
|
-
"@patternfly/ast-helpers": "^1.4.0-alpha.
|
|
20
|
+
"@patternfly/ast-helpers": "^1.4.0-alpha.8",
|
|
21
21
|
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
|
|
22
22
|
"autoprefixer": "9.8.6",
|
|
23
23
|
"babel-loader": "9.1.2",
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
"webpack-merge": "5.8.0"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
|
-
"@patternfly/patternfly": "6.0.0-alpha.
|
|
81
|
-
"@patternfly/react-code-editor": "6.0.0-alpha.
|
|
82
|
-
"@patternfly/react-core": "6.0.0-alpha.
|
|
83
|
-
"@patternfly/react-table": "6.0.0-alpha.
|
|
80
|
+
"@patternfly/patternfly": "6.0.0-alpha.117",
|
|
81
|
+
"@patternfly/react-code-editor": "6.0.0-alpha.50",
|
|
82
|
+
"@patternfly/react-core": "6.0.0-alpha.50",
|
|
83
|
+
"@patternfly/react-table": "6.0.0-alpha.50",
|
|
84
84
|
"react": "^17.0.0 || ^18.0.0",
|
|
85
85
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "f9fc947253b8fe3aaf14fb16e4a33a6679756715"
|
|
88
88
|
}
|
package/versions.json
CHANGED
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
"date": "2023-12-03",
|
|
6
6
|
"latest": true,
|
|
7
7
|
"versions": {
|
|
8
|
-
"@patternfly/patternfly": "6.0.0-alpha.
|
|
8
|
+
"@patternfly/patternfly": "6.0.0-alpha.117",
|
|
9
9
|
"@patternfly/react-catalog-view-extension": "5.0.0",
|
|
10
|
-
"@patternfly/react-charts": "8.0.0-alpha.
|
|
11
|
-
"@patternfly/react-code-editor": "6.0.0-alpha.
|
|
12
|
-
"@patternfly/react-core": "6.0.0-alpha.
|
|
13
|
-
"@patternfly/react-drag-drop": "6.0.0-alpha.
|
|
14
|
-
"@patternfly/react-icons": "6.0.0-alpha.
|
|
10
|
+
"@patternfly/react-charts": "8.0.0-alpha.19",
|
|
11
|
+
"@patternfly/react-code-editor": "6.0.0-alpha.50",
|
|
12
|
+
"@patternfly/react-core": "6.0.0-alpha.50",
|
|
13
|
+
"@patternfly/react-drag-drop": "6.0.0-alpha.31",
|
|
14
|
+
"@patternfly/react-icons": "6.0.0-alpha.19",
|
|
15
15
|
"@patternfly/react-log-viewer": "5.0.0",
|
|
16
|
-
"@patternfly/react-styles": "6.0.0-alpha.
|
|
17
|
-
"@patternfly/react-table": "6.0.0-alpha.
|
|
18
|
-
"@patternfly/react-tokens": "
|
|
16
|
+
"@patternfly/react-styles": "6.0.0-alpha.19",
|
|
17
|
+
"@patternfly/react-table": "6.0.0-alpha.50",
|
|
18
|
+
"@patternfly/react-tokens": "6.0.0-alpha.19",
|
|
19
19
|
"@patternfly/react-topology": "5.1.0",
|
|
20
20
|
"@patternfly/quickstarts": "5.1.0",
|
|
21
21
|
"@patternfly/react-virtualized-extension": "5.1.0",
|