@@ -23,23 +23,23 @@ pageData.examples = {
2323
2424const Component = ( ) => (
2525 < React . Fragment >
26- < p { ...{ "className" :"ws-p" } } >
26+ < p { ...{ "className" :"pf-v6-c-content--p ws-p " } } >
2727 { `Data view lives in its own package ` }
28- < PatternflyThemeLink { ...{ "to" :"https://www.npmjs.com/package/@patternfly/react-data-view" } } >
29- < code { ...{ "className" :"ws-code" } } >
28+ < PatternflyThemeLink { ...{ "to" :"https://www.npmjs.com/package/@patternfly/react-data-view" , "className" : "" } } >
29+ < code { ...{ "className" :"ws-code " } } >
3030 { `@patternfly/react-data-view` }
3131 </ code >
3232 </ PatternflyThemeLink >
3333 </ p >
34- < AutoLinkHeader { ...{ "id" :"data-view" , "size " :"h1" , "className" :"ws-title ws-h1" } } >
34+ < AutoLinkHeader { ...{ "id" :"data-view" , "headingLevel " :"h1" , "className" :"ws-title ws-h1" } } >
3535 { `Data view` }
3636 </ AutoLinkHeader >
37- < p { ...{ "className" :"ws-p" } } >
37+ < p { ...{ "className" :"pf-v6-c-content--p ws-p " } } >
3838 { `The data view extension contains implementation of the data view component allowing to display record data in a configured layout.` }
3939 </ p >
40- < p { ...{ "className" :"ws-p" } } >
40+ < p { ...{ "className" :"pf-v6-c-content--p ws-p " } } >
4141 { `If you notice a bug or have a suggestion for the data view, feel free to file an issue in our ` }
42- < PatternflyThemeLink { ...{ "to" :"https://github.com/patternfly/react-data-view/issues" } } >
42+ < PatternflyThemeLink { ...{ "to" :"https://github.com/patternfly/react-data-view/issues" , "className" : "" } } >
4343 { `GitHub repository` }
4444 </ PatternflyThemeLink >
4545 { `! Please make sure to check if there is already a pre-existing issue before creating a new issue.` }
0 commit comments