Skip to content

Commit c196cd7

Browse files
committed
feat(high contrast): adjust versions used and enable switcher
1 parent a54b4a3 commit c196cd7

File tree

3 files changed

+1969
-709
lines changed

3 files changed

+1969
-709
lines changed

packages/module/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@
4141
"patternfly"
4242
],
4343
"dependencies": {
44-
"@patternfly/react-core": "^6.4.0",
45-
"@patternfly/react-styles": "^6.4.0"
44+
"@patternfly/react-core": "^6.1.0",
45+
"@patternfly/react-styles": "^6.1.0"
4646
},
4747
"peerDependencies": {
4848
"react": "^17 || ^18 || ^19",
4949
"react-dom": "^17 || ^18 || ^19"
5050
},
5151
"devDependencies": {
5252
"@octokit/rest": "^18.0.0",
53-
"@patternfly/documentation-framework": "6.8.2",
54-
"@patternfly/patternfly": "^6.4.0",
53+
"@patternfly/documentation-framework": "6.28.9",
54+
"@patternfly/patternfly": "^6.1.0",
5555
"@patternfly/patternfly-a11y": "^4.3.1",
56-
"@patternfly/react-code-editor": "^6.4.0",
57-
"@patternfly/react-table": "^6.4.0",
56+
"@patternfly/react-code-editor": "^6.1.0",
57+
"@patternfly/react-table": "^6.1.0",
5858
"monaco-editor": "0.34.1",
5959
"react-monaco-editor": "0.51.0",
6060
"rimraf": "^2.6.2",

packages/module/patternfly-docs/patternfly-docs.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
module.exports = {
33
sideNavItems: [{ section: 'extensions' }],
44
topNavItems: [],
5-
port: 8006
5+
port: 8006,
6+
hasThemeSwitcher: true,
7+
hasHighContrastSwitcher: true
68
};

0 commit comments

Comments
 (0)