@patternfly/documentation-framework 6.0.0-alpha.50 → 6.0.0-alpha.52

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.52 (2024-06-27)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
14
+ # 6.0.0-alpha.51 (2024-06-27)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * return ws-preview-html class to core examples ([#4111](https://github.com/patternfly/patternfly-org/issues/4111)) ([fc0de79](https://github.com/patternfly/patternfly-org/commit/fc0de79d142da35b352c33519898e7e9243950fe))
20
+
21
+
22
+
23
+
24
+
6
25
  # 6.0.0-alpha.50 (2024-06-20)
7
26
 
8
27
 
@@ -154,6 +154,7 @@ export const Example = ({
154
154
  livePreview = (
155
155
  <div
156
156
  className={css(
157
+ 'ws-preview-html', // core uses this class name to apply styles to specific examples
157
158
  isFullscreenPreview && 'pf-v6-u-h-100'
158
159
  )}
159
160
  dangerouslySetInnerHTML={{ __html: editorCode }}
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.50",
4
+ "version": "6.0.0-alpha.52",
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.39",
16
+ "@patternfly/ast-helpers": "^1.4.0-alpha.41",
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": "f5e51846b5d04ac7d9cde0ae2e6d029ded280e14"
83
+ "gitHead": "67c34f3cf6d953c76ae9e4ca1c4574e57c634eec"
84
84
  }
package/versions.json CHANGED
@@ -6,17 +6,18 @@
6
6
  "latest": true,
7
7
  "versions": {
8
8
  "@patternfly/patternfly": "6.0.0-alpha.139",
9
- "@patternfly/react-catalog-view-extension": "5.0.0",
9
+ "@patternfly/react-catalog-view-extension": "6.0.0-alpha.4",
10
10
  "@patternfly/react-charts": "8.0.0-alpha.23",
11
11
  "@patternfly/react-code-editor": "6.0.0-alpha.61",
12
+ "@patternfly/react-component-groups": "6.0.0-alpha.3",
12
13
  "@patternfly/react-core": "6.0.0-alpha.61",
13
14
  "@patternfly/react-drag-drop": "6.0.0-alpha.43",
14
15
  "@patternfly/react-icons": "6.0.0-alpha.23",
15
- "@patternfly/react-log-viewer": "6.0.0-alpha.1",
16
+ "@patternfly/react-log-viewer": "6.0.0-alpha.2",
16
17
  "@patternfly/react-styles": "6.0.0-alpha.23",
17
18
  "@patternfly/react-table": "6.0.0-alpha.61",
18
19
  "@patternfly/react-tokens": "6.0.0-alpha.23",
19
- "@patternfly/react-topology": "5.1.0",
20
+ "@patternfly/react-topology": "6.0.0-alpha.1",
20
21
  "@patternfly/react-user-feedback": "6.0.0-alpha.1",
21
22
  "@patternfly/react-console": "6.0.0-alpha.1",
22
23
  "@patternfly/quickstarts": "5.1.0",