Merge pull request #10641 from zchsh/zs.bump-components

Bump components to remove md processing, fix theme
This commit is contained in:
Megan Marsh 2021-02-16 14:33:17 -08:00 committed by GitHub
commit 99087d71bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 23 deletions

View File

@ -2996,12 +2996,11 @@
}
},
"@hashicorp/react-section-header": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-section-header/-/react-section-header-3.0.1.tgz",
"integrity": "sha512-wqffNUyPzCHwdyPMZ+we4hj2Knn1zNxDCtU85Rk8iUgBcpArZF/pleCpIW5w65z6MgPniGAjxUhD0wt29Bc+Yw==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@hashicorp/react-section-header/-/react-section-header-4.0.0.tgz",
"integrity": "sha512-6g36zzBq+55amtqGheXx0d3oqF280U/+YrVXXxv23Y4NgBYxYeajcCwg34FIENJtHjqcM2qFnb4rYjFZTdrfdA==",
"requires": {
"@hashicorp/js-utils": "^1.0.10",
"marked": "^0.7.0"
"@hashicorp/js-utils": "^1.0.10"
}
},
"@hashicorp/react-subnav": {
@ -3060,13 +3059,12 @@
"integrity": "sha512-zof7Xv4+OSH0i1a/QdpUxF2RBFaY3hLPUmRjBDVXqy2goN+KnvcaTnlGfCanSCEUQhKX3g4ooxIpGTT4oq1wFA=="
},
"@hashicorp/react-vertical-text-block-list": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-vertical-text-block-list/-/react-vertical-text-block-list-3.0.1.tgz",
"integrity": "sha512-ci6GJjnnVtC+7IuGKo37aAyXFrhzlh1sb21XUA8xrGbq5QMlYjCSv2lmLJm8ZNW1Z2L+gcMYCJOP24xJoPDhhQ==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-vertical-text-block-list/-/react-vertical-text-block-list-4.0.1.tgz",
"integrity": "sha512-nMdxj8wegy9EGEiZw0+5nDEPHbIRjjHuavIyVxQXySEMs8ughkzh/jKC2EdaJ2i7URczU1Hb6LFlcDr5xY+C0g==",
"requires": {
"@hashicorp/react-image": "^2.0.3",
"@hashicorp/react-link-wrap": "^0.0.3",
"marked": "^0.7.0"
"@hashicorp/react-link-wrap": "^0.0.3"
}
},
"@hashicorp/remark-plugins": {
@ -9169,11 +9167,6 @@
"repeat-string": "^1.0.0"
}
},
"marked": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz",
"integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg=="
},
"mathml-tag-names": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",

View File

@ -13,9 +13,9 @@
"@hashicorp/react-markdown-page": "^0.1.0",
"@hashicorp/react-product-downloader": "4.0.2",
"@hashicorp/react-search": "^3.0.0",
"@hashicorp/react-section-header": "3.0.1",
"@hashicorp/react-section-header": "4.0.0",
"@hashicorp/react-subnav": "7.1.0",
"@hashicorp/react-vertical-text-block-list": "3.0.1",
"@hashicorp/react-vertical-text-block-list": "4.0.1",
"next": "10.0.6",
"next-mdx-remote": "1.0.1",
"next-remote-watch": "0.3.0",

View File

@ -18,27 +18,27 @@ export default function CommunityPage() {
{
header: 'Community Forum',
body:
'[Packer Community Forum](https://discuss.hashicorp.com/c/packer)',
'<a href="https://discuss.hashicorp.com/c/packer">Packer Community Forum</a>',
},
{
header: 'Discussion List',
body:
'[Packer Google Group](https://groups.google.com/group/packer-tool)',
'<a href="https://groups.google.com/group/packer-tool">Packer Google Group</a>',
},
{
header: 'Announcement List',
body:
'[HashiCorp Announcement Google Group](https://groups.google.com/group/hashicorp-announce)',
'<a href="https://groups.google.com/group/hashicorp-announce">HashiCorp Announcement Google Group</a>',
},
{
header: 'Bug Tracker',
body:
'[Issue tracker on GitHub](https://github.com/hashicorp/packer/issues). Please only use this for reporting bugs. For general help, please use the Community Forum.',
'<a href="https://github.com/hashicorp/packer/issues">Issue tracker on GitHub</a>. Please only use this for reporting bugs. For general help, please use the Community Forum.',
},
{
header: 'Training',
body:
'Paid [HashiCorp training courses](https://www.hashicorp.com/training) are also available in a city near you. Private training courses are also available.',
'Paid <a href="https://www.hashicorp.com/training">HashiCorp training courses</a> are also available in a city near you. Private training courses are also available.',
},
]}
/>

View File

@ -1,4 +1,6 @@
#p-community {
--brand: var(--packer-text);
max-width: var(--site-max-width);
margin: 72px auto;

View File

@ -15,7 +15,6 @@
@import '~@hashicorp/react-docs-sidenav/style.css';
@import '~@hashicorp/react-product-downloader/dist/style.css';
@import '~@hashicorp/react-search/style.css';
@import '~@hashicorp/react-section-header/style.css';
@import '~@hashicorp/react-subnav/style.css';
@import '~@hashicorp/react-tabs/style.css';
@import '~@hashicorp/react-toggle/style.css';