website: bump deps to fix print styles (#11350)

* website: bump deps to fix print styles

* website: fix up print styles

* fix: hashi-stack-menu print selector
This commit is contained in:
Zachary Shilton 2021-10-26 12:55:29 -04:00 committed by GitHub
parent ca3e817cff
commit 91def1dde9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 51 deletions

View file

@ -18,7 +18,7 @@
"@hashicorp/react-alert-banner": "^7.0.1",
"@hashicorp/react-button": "^6.0.1",
"@hashicorp/react-command-line-terminal": "^2.0.4",
"@hashicorp/react-consent-manager": "^7.0.1",
"@hashicorp/react-consent-manager": "^7.0.3",
"@hashicorp/react-docs-page": "^14.4.2",
"@hashicorp/react-hashi-stack-menu": "^2.0.7",
"@hashicorp/react-head": "^3.1.2",
@ -28,7 +28,7 @@
"@hashicorp/react-product-features-list": "^5.0.0",
"@hashicorp/react-search": "^6.1.1",
"@hashicorp/react-section-header": "^5.0.4",
"@hashicorp/react-subnav": "^9.1.0",
"@hashicorp/react-subnav": "^9.1.3",
"@hashicorp/react-text-split-with-image": "^4.2.5",
"@hashicorp/react-vertical-text-block-list": "^7.0.0",
"adm-zip": "^0.5.5",
@ -2071,9 +2071,9 @@
}
},
"node_modules/@hashicorp/react-button": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-button/-/react-button-6.0.1.tgz",
"integrity": "sha512-e5Kl0Nc0V9RWxrNUrig2BQlJuwTmJeZdCZJkOcUGbCwySgQ1otWkKjLRR2nOGM3v+EAkkBxhMiyBIRS2vPNrdg==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@hashicorp/react-button/-/react-button-6.0.3.tgz",
"integrity": "sha512-CRK93cWw5ap4tGGvMoyr/Ydvvz1Ie1RTyTdBhcpARlH7pCIAmvxHKMK+FCWXWGJNjpM9suKenXfdTJRfz7+KNw==",
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-inline-svg": "^6.0.1",
@ -2131,9 +2131,9 @@
}
},
"node_modules/@hashicorp/react-consent-manager": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-consent-manager/-/react-consent-manager-7.0.1.tgz",
"integrity": "sha512-ZkYk93F2JTDmXGC2Cu49rHrMX1qY42kX/zj53SWBhEHnjDG2L3QerSRFkbafoCCXcjhjEPIbnYwtOkmKk9k/yA==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/@hashicorp/react-consent-manager/-/react-consent-manager-7.0.3.tgz",
"integrity": "sha512-AGeTVg7C7f6s4ahvN02hvt3SA09ilQIgf+4k05ctX0xOyOccWLNZL1/9h6BbYy+oVOZKYsPIVHkp2dyI6YKKKA==",
"dependencies": {
"@hashicorp/react-button": "^6.0.0",
"@hashicorp/react-toggle": "^4.0.1",
@ -2506,13 +2506,13 @@
}
},
"node_modules/@hashicorp/react-subnav": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/@hashicorp/react-subnav/-/react-subnav-9.1.0.tgz",
"integrity": "sha512-pZFrV/VxHGXjSYgHY8ItigfjKW/RnLu3YIFjuPVR+RqAt7WOCa0CQyo7DAdPBbqdbr7AP3KcKrzq9W1N87V3vQ==",
"version": "9.1.3",
"resolved": "https://registry.npmjs.org/@hashicorp/react-subnav/-/react-subnav-9.1.3.tgz",
"integrity": "sha512-StkTgjPyBhPnFodPQ44ndx22xwJKQPAgS9xnyRfcYAJQ3eu0IoSVzWekr1rEtQi8SDDm7YWNqwYmUPOIpdgbmg==",
"dependencies": {
"@hashicorp/mktg-logos": "^1.0.2",
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^6.0.0",
"@hashicorp/react-button": "^6.0.3",
"@hashicorp/react-inline-svg": "^6.0.3",
"@hashicorp/react-link-wrap": "^3.0.3",
"@reach/visually-hidden": "^0.16.0",
@ -23314,9 +23314,9 @@
}
},
"@hashicorp/react-button": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-button/-/react-button-6.0.1.tgz",
"integrity": "sha512-e5Kl0Nc0V9RWxrNUrig2BQlJuwTmJeZdCZJkOcUGbCwySgQ1otWkKjLRR2nOGM3v+EAkkBxhMiyBIRS2vPNrdg==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@hashicorp/react-button/-/react-button-6.0.3.tgz",
"integrity": "sha512-CRK93cWw5ap4tGGvMoyr/Ydvvz1Ie1RTyTdBhcpARlH7pCIAmvxHKMK+FCWXWGJNjpM9suKenXfdTJRfz7+KNw==",
"requires": {
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-inline-svg": "^6.0.1",
@ -23358,9 +23358,9 @@
}
},
"@hashicorp/react-consent-manager": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-consent-manager/-/react-consent-manager-7.0.1.tgz",
"integrity": "sha512-ZkYk93F2JTDmXGC2Cu49rHrMX1qY42kX/zj53SWBhEHnjDG2L3QerSRFkbafoCCXcjhjEPIbnYwtOkmKk9k/yA==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/@hashicorp/react-consent-manager/-/react-consent-manager-7.0.3.tgz",
"integrity": "sha512-AGeTVg7C7f6s4ahvN02hvt3SA09ilQIgf+4k05ctX0xOyOccWLNZL1/9h6BbYy+oVOZKYsPIVHkp2dyI6YKKKA==",
"requires": {
"@hashicorp/react-button": "^6.0.0",
"@hashicorp/react-toggle": "^4.0.1",
@ -23640,13 +23640,13 @@
}
},
"@hashicorp/react-subnav": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/@hashicorp/react-subnav/-/react-subnav-9.1.0.tgz",
"integrity": "sha512-pZFrV/VxHGXjSYgHY8ItigfjKW/RnLu3YIFjuPVR+RqAt7WOCa0CQyo7DAdPBbqdbr7AP3KcKrzq9W1N87V3vQ==",
"version": "9.1.3",
"resolved": "https://registry.npmjs.org/@hashicorp/react-subnav/-/react-subnav-9.1.3.tgz",
"integrity": "sha512-StkTgjPyBhPnFodPQ44ndx22xwJKQPAgS9xnyRfcYAJQ3eu0IoSVzWekr1rEtQi8SDDm7YWNqwYmUPOIpdgbmg==",
"requires": {
"@hashicorp/mktg-logos": "^1.0.2",
"@hashicorp/platform-product-meta": "^0.1.0",
"@hashicorp/react-button": "^6.0.0",
"@hashicorp/react-button": "^6.0.3",
"@hashicorp/react-inline-svg": "^6.0.3",
"@hashicorp/react-link-wrap": "^3.0.3",
"@reach/visually-hidden": "^0.16.0",

View file

@ -14,7 +14,7 @@
"@hashicorp/react-alert-banner": "^7.0.1",
"@hashicorp/react-button": "^6.0.1",
"@hashicorp/react-command-line-terminal": "^2.0.4",
"@hashicorp/react-consent-manager": "^7.0.1",
"@hashicorp/react-consent-manager": "^7.0.3",
"@hashicorp/react-docs-page": "^14.4.2",
"@hashicorp/react-hashi-stack-menu": "^2.0.7",
"@hashicorp/react-head": "^3.1.2",
@ -24,7 +24,7 @@
"@hashicorp/react-product-features-list": "^5.0.0",
"@hashicorp/react-search": "^6.1.1",
"@hashicorp/react-section-header": "^5.0.4",
"@hashicorp/react-subnav": "^9.1.0",
"@hashicorp/react-subnav": "^9.1.3",
"@hashicorp/react-text-split-with-image": "^4.2.5",
"@hashicorp/react-vertical-text-block-list": "^7.0.0",
"adm-zip": "^0.5.5",

View file

@ -2,9 +2,7 @@
@media print {
iframe,
.g-footer,
.g-mega-nav,
.g-product-subnav,
.g-subnav,
[class*='hashi-stack-menu'],
[aria-hidden='true'],
[id='__next-build-watcher'],
[id='edit-this-page'],
@ -229,27 +227,3 @@
}
}
}
/* @todo: move print styles to @hashicorp/react-global-styles/code-highlighting.css */
@media print {
.hljs {
& * {
color: inherit;
}
}
}
/* @todo: remove when working on website/components/docs-page/style.css */
@media print {
#p-docs {
& #inner {
overflow: visible;
width: auto;
& pre,
& code {
font-size: 0.844rem;
}
}
}
}