-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): fixed table of contents expand button cutoff
- Loading branch information
Evan Wilkinson
committed
Mar 22, 2024
1 parent
33226a0
commit d286db9
Showing
2 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2247,6 +2247,81 @@ | |
dependencies: | ||
"@patternfly/react-core" "^6.0.0-alpha.36" | ||
|
||
"@patternfly/[email protected]": | ||
version "6.0.0-alpha.12" | ||
resolved "https://registry.yarnpkg.com/@patternfly/documentation-framework/-/documentation-framework-6.0.0-alpha.12.tgz#672b6d99b7d93823cd49e71fd101c3a02a49df3e" | ||
integrity sha512-9K84mJK0kFs+0Xjnp3tuc5Gi6mtdjBDvLojvSrexLFsD3acKtZK48gnUPr2RMdeSC3d2y1DEEdObYxM7BEHHgA== | ||
dependencies: | ||
"@babel/core" "7.18.2" | ||
"@babel/plugin-proposal-class-properties" "7.17.12" | ||
"@babel/plugin-proposal-optional-chaining" "^7.18.9" | ||
"@babel/plugin-proposal-private-methods" "7.17.12" | ||
"@babel/plugin-proposal-private-property-in-object" "7.17.12" | ||
"@babel/plugin-transform-react-jsx" "7.17.12" | ||
"@babel/preset-env" "7.18.2" | ||
"@mdx-js/util" "1.6.16" | ||
"@patternfly/ast-helpers" "^1.4.0-alpha.1" | ||
"@reach/router" "npm:@gatsbyjs/[email protected]" | ||
autoprefixer "9.8.6" | ||
babel-loader "9.1.2" | ||
camelcase-css "2.0.1" | ||
chokidar "3.5.3" | ||
clean-webpack-plugin "4.0.0" | ||
codesandbox "2.2.0" | ||
commander "4.1.1" | ||
copy-webpack-plugin "11.0.0" | ||
css-loader "6.7.3" | ||
detab "2.0.3" | ||
express "4.18.1" | ||
file-loader "6.2.0" | ||
file-saver "1.3.8" | ||
fs-extra "9.0.1" | ||
glob "9.0.0" | ||
handlebars "4.7.7" | ||
hast-to-hyperscript "9.0.0" | ||
hast-util-to-text "2.0.0" | ||
html-formatter "0.1.9" | ||
html-webpack-plugin "5.5.0" | ||
js-yaml "3.14.0" | ||
mdast-util-to-hast "9.1.1" | ||
mdurl "1.0.1" | ||
mini-css-extract-plugin "2.7.5" | ||
monaco-editor "0.34.1" | ||
monaco-editor-webpack-plugin "7.0.1" | ||
null-loader "4.0.1" | ||
parse-entities "2.0.0" | ||
path-browserify "1.0.1" | ||
postcss "8.4.32" | ||
postcss-loader "7.1.0" | ||
process "^0.11.10" | ||
puppeteer "19.11.1" | ||
puppeteer-cluster "0.23.0" | ||
react-docgen "5.3.1" | ||
react-monaco-editor "^0.51.0" | ||
react-ssr-prepass "1.5.0" | ||
remark-footnotes "1.0.0" | ||
remark-frontmatter "2.0.0" | ||
remark-mdx "2.0.0-next.8" | ||
remark-mdxjs "2.0.0-next.8" | ||
remark-parse "8.0.3" | ||
remark-squeeze-paragraphs "4.0.0" | ||
responsive-loader "3.1.2" | ||
sharp "0.32.6" | ||
style-to-object "0.3.0" | ||
to-vfile "6.1.0" | ||
typedoc "0.23.0" | ||
typescript "4.3.5" | ||
unified "9.1.0" | ||
unist-util-remove "2.0.0" | ||
unist-util-visit "2.0.3" | ||
url-loader "4.1.0" | ||
vfile-reporter "6.0.1" | ||
webpack "5.76.3" | ||
webpack-bundle-analyzer "4.8.0" | ||
webpack-cli "5.0.1" | ||
webpack-dev-server "4.13.1" | ||
webpack-merge "5.8.0" | ||
|
||
"@patternfly/[email protected]": | ||
version "4.3.1" | ||
resolved "https://registry.yarnpkg.com/@patternfly/patternfly-a11y/-/patternfly-a11y-4.3.1.tgz#09f050d3a899a60471519f552d64ecaaeb5fec2f" | ||
|