@patternfly/documentation-framework 6.0.0-alpha.1 → 6.0.0-alpha.11
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 +107 -0
- package/components/autoLinkHeader/autoLinkHeader.css +2 -2
- package/components/cssVariables/cssVariables.css +4 -4
- package/components/example/example.css +29 -29
- package/components/footer/footer.css +16 -16
- package/components/gdprBanner/gdprBanner.css +2 -2
- package/components/sectionGallery/sectionGallery.css +12 -12
- package/components/sectionGallery/sectionGalleryToolbar.js +1 -1
- package/components/sideNav/sideNav.css +12 -12
- package/components/sideNav/sideNav.js +2 -2
- package/components/tableOfContents/tableOfContents.css +23 -23
- package/layouts/sideNavLayout/sideNavLayout.css +14 -14
- package/layouts/sideNavLayout/sideNavLayout.js +28 -1
- package/package.json +8 -8
- package/pages/404/404.css +2 -2
- package/pages/404/index.js +1 -1
- package/pages/global-css-variables.md +16 -16
- package/scripts/writeScreenshots.js +1 -1
- package/templates/mdx.css +156 -156
- package/templates/mdx.js +6 -6
- package/versions.json +8 -7
package/templates/mdx.js
CHANGED
|
@@ -88,7 +88,7 @@ const MDXChildTemplate = ({
|
|
|
88
88
|
);
|
|
89
89
|
// Create dynamic component for @reach/router
|
|
90
90
|
const ChildComponent = () => (
|
|
91
|
-
<div className="pf-
|
|
91
|
+
<div className="pf-v6-u-display-flex ws-mdx-child-template">
|
|
92
92
|
{toc.length > 1 && (
|
|
93
93
|
<TableOfContents items={toc} />
|
|
94
94
|
)}
|
|
@@ -296,19 +296,19 @@ export const MDXTemplate = ({
|
|
|
296
296
|
</PageSection>
|
|
297
297
|
{ showTabs && (
|
|
298
298
|
<PageSection id="ws-sticky-nav-tabs" stickyOnBreakpoint={{'default':'top'}} type="tabs">
|
|
299
|
-
<div className="pf-
|
|
300
|
-
<ul className="pf-
|
|
299
|
+
<div className="pf-v6-c-tabs pf-m-page-insets pf-m-no-border-bottom">
|
|
300
|
+
<ul className="pf-v6-c-tabs__list">
|
|
301
301
|
{sourceKeys.map((source, index) => (
|
|
302
302
|
<li
|
|
303
303
|
key={source}
|
|
304
304
|
className={css(
|
|
305
|
-
'pf-
|
|
305
|
+
'pf-v6-c-tabs__item',
|
|
306
306
|
activeSource === source && 'pf-m-current'
|
|
307
307
|
)}
|
|
308
308
|
// Send clicked tab name for analytics
|
|
309
309
|
onClick={() => trackEvent('tab_click', 'click_event', source.toUpperCase())}
|
|
310
310
|
>
|
|
311
|
-
<Link className="pf-
|
|
311
|
+
<Link className="pf-v6-c-tabs__link" to={`${path}${index === 0 ? '' : '/' + source}`}>
|
|
312
312
|
{tabNames[source]}
|
|
313
313
|
</Link>
|
|
314
314
|
</li>
|
|
@@ -320,7 +320,7 @@ export const MDXTemplate = ({
|
|
|
320
320
|
<PageSection id="main-content" isFilled className="pf-m-light-100">
|
|
321
321
|
{isSinglePage && <MDXChildTemplate {...sources[0]} id={id}/>}
|
|
322
322
|
{!isSinglePage && (
|
|
323
|
-
<Router className="pf-
|
|
323
|
+
<Router className="pf-v6-u-h-100" primary={false}>
|
|
324
324
|
{sources
|
|
325
325
|
.map((source, index) => {
|
|
326
326
|
source.index = index;
|
package/versions.json
CHANGED
|
@@ -5,15 +5,16 @@
|
|
|
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.91",
|
|
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-
|
|
10
|
+
"@patternfly/react-charts": "8.0.0-alpha.14",
|
|
11
|
+
"@patternfly/react-code-editor": "6.0.0-alpha.36",
|
|
12
|
+
"@patternfly/react-core": "6.0.0-alpha.36",
|
|
13
|
+
"@patternfly/react-drag-drop": "6.0.0-alpha.17",
|
|
14
|
+
"@patternfly/react-icons": "6.0.0-alpha.14",
|
|
14
15
|
"@patternfly/react-log-viewer": "5.0.0",
|
|
15
|
-
"@patternfly/react-styles": "6.0.0-alpha.
|
|
16
|
-
"@patternfly/react-table": "6.0.0-alpha.
|
|
16
|
+
"@patternfly/react-styles": "6.0.0-alpha.14",
|
|
17
|
+
"@patternfly/react-table": "6.0.0-alpha.36",
|
|
17
18
|
"@patternfly/react-tokens": "5.1.0",
|
|
18
19
|
"@patternfly/react-topology": "5.1.0",
|
|
19
20
|
"@patternfly/quickstarts": "5.1.0",
|