File tree Expand file tree Collapse file tree 3 files changed +1241
-295
lines changed
patternfly-docs/generated/extensions/react-console Expand file tree Collapse file tree 3 files changed +1241
-295
lines changed Original file line number Diff line number Diff line change 3535 },
3636 "dependencies" : {
3737 "@novnc/novnc" : " ^1.3.0" ,
38- "@patternfly/react-core" : " 6.0.0-alpha.50 " ,
39- "@patternfly/react-styles" : " 6.0.0-alpha.19 " ,
38+ "@patternfly/react-core" : " 6.0.0-alpha.60 " ,
39+ "@patternfly/react-styles" : " 6.0.0-alpha.22 " ,
4040 "@spice-project/spice-html5" : " ^0.2.1" ,
4141 "file-saver" : " ^1.3.8" ,
4242 "xterm" : " ^4.8.1" ,
4747 "react-dom" : " ^17 || ^18"
4848 },
4949 "devDependencies" : {
50- "@patternfly/documentation-framework" : " 6.0.0-alpha.20 " ,
51- "@patternfly/patternfly" : " 6.0.0-alpha.117 " ,
50+ "@patternfly/documentation-framework" : " 6.0.0-alpha.36 " ,
51+ "@patternfly/patternfly" : " 6.0.0-alpha.139 " ,
5252 "@patternfly/patternfly-a11y" : " ^4.3.1" ,
53- "@patternfly/react-code-editor" : " 6.0.0-alpha.50 " ,
54- "@patternfly/react-table" : " 6.0.0-alpha.50 " ,
53+ "@patternfly/react-code-editor" : " 6.0.0-alpha.60 " ,
54+ "@patternfly/react-table" : " 6.0.0-alpha.60 " ,
5555 "rimraf" : " ^2.6.2" ,
5656 "serve" : " ^14.1.2" ,
5757 "monaco-editor" : " ^0.34.1"
Original file line number Diff line number Diff line change @@ -376,10 +376,10 @@ const Component = () => (
376376 < AutoLinkHeader { ...{ "id" :"note" , "size" :"h3" , "className" :"ws-title ws-h3" } } >
377377 { `Note` }
378378 </ AutoLinkHeader >
379- < p { ...{ "className" :"ws-p" } } >
379+ < p { ...{ "className" :"undefinedpf-v6-c-content--p ws-p " } } >
380380 { `React console lives in its own package at ` }
381381 < PatternflyThemeLink { ...{ "to" :"https://www.npmjs.com/package/@patternfly/react-console" } } >
382- < code { ...{ "className" :"ws-code" } } >
382+ < code { ...{ "className" :"ws-code " } } >
383383 { `@patternfly/react-console` }
384384 </ code >
385385 </ PatternflyThemeLink >
You can’t perform that action at this time.
0 commit comments