@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/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-v5-u-display-flex ws-mdx-child-template">
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-v5-c-tabs pf-m-page-insets pf-m-no-border-bottom">
300
- <ul className="pf-v5-c-tabs__list">
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-v5-c-tabs__item',
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-v5-c-tabs__link" to={`${path}${index === 0 ? '' : '/' + source}`}>
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-v5-u-h-100" primary={false}>
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.38",
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.4",
11
- "@patternfly/react-code-editor": "6.0.0-alpha.5",
12
- "@patternfly/react-core": "6.0.0-alpha.5",
13
- "@patternfly/react-icons": "6.0.0-alpha.4",
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.4",
16
- "@patternfly/react-table": "6.0.0-alpha.5",
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",