mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-20 18:17:51 +02:00
chore(v2): upgrade Infima to v0.2.0-alpha.14 (#3707)
This commit is contained in:
parent
3aeb90fcac
commit
86be6cec1e
5 changed files with 16 additions and 13 deletions
|
@ -32,7 +32,7 @@
|
||||||
"@types/react-toggle": "^4.0.2",
|
"@types/react-toggle": "^4.0.2",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
"copy-text-to-clipboard": "^2.2.0",
|
"copy-text-to-clipboard": "^2.2.0",
|
||||||
"infima": "0.2.0-alpha.13",
|
"infima": "0.2.0-alpha.14",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"parse-numeric-range": "^0.0.2",
|
"parse-numeric-range": "^0.0.2",
|
||||||
"prism-react-renderer": "^1.1.0",
|
"prism-react-renderer": "^1.1.0",
|
||||||
|
|
|
@ -17,6 +17,12 @@
|
||||||
color: var(--ifm-color-black);
|
color: var(--ifm-color-black);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
.announcementBar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
:root {
|
:root {
|
||||||
--docusaurus-announcement-bar-height: 30px;
|
--docusaurus-announcement-bar-height: 30px;
|
||||||
|
|
|
@ -9,3 +9,8 @@
|
||||||
--docsearch-primary-color: var(--ifm-color-primary);
|
--docsearch-primary-color: var(--ifm-color-primary);
|
||||||
--docsearch-text-color: var(--ifm-font-color-base);
|
--docsearch-text-color: var(--ifm-font-color-base);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.DocSearch-Button {
|
||||||
|
transition: all var(--ifm-transition-fast)
|
||||||
|
var(--ifm-transition-timing-default);
|
||||||
|
}
|
||||||
|
|
|
@ -62,14 +62,6 @@ html[data-theme='dark'] .header-github-link:before {
|
||||||
background-color: var(--ifm-tabs-color-active);
|
background-color: var(--ifm-tabs-color-active);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
TODO temporary, should be handled by infima next release
|
|
||||||
https://github.com/facebookincubator/infima/commit/7820399af53c182b1879aa6d7fceb4d296f78ce0
|
|
||||||
*/
|
|
||||||
.navbar__item.dropdown .navbar__link[href] {
|
|
||||||
pointer-events: all;
|
|
||||||
}
|
|
||||||
|
|
||||||
html[data-theme='light'] .DocSearch {
|
html[data-theme='light'] .DocSearch {
|
||||||
/* --docsearch-primary-color: var(--ifm-color-primary); */
|
/* --docsearch-primary-color: var(--ifm-color-primary); */
|
||||||
/* --docsearch-text-color: var(--ifm-font-color-base); */
|
/* --docsearch-text-color: var(--ifm-font-color-base); */
|
||||||
|
|
|
@ -11642,10 +11642,10 @@ infer-owner@^1.0.3, infer-owner@^1.0.4:
|
||||||
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
|
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
|
||||||
integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
|
integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
|
||||||
|
|
||||||
infima@0.2.0-alpha.13:
|
infima@0.2.0-alpha.14:
|
||||||
version "0.2.0-alpha.13"
|
version "0.2.0-alpha.14"
|
||||||
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.13.tgz#2d28a4cf0af988abe804cdab34652df921201055"
|
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.14.tgz#e7c79a12feedfb41626b89c77357a58a872c6d15"
|
||||||
integrity sha512-BxCZ1pMcUF0PcL4WV07l/lvaeBBdUUw7uVqNyyeGAutzDpkDyFOl5gOv9wFAJKLo5yerPNFXxFPgDitNjctqIA==
|
integrity sha512-RMyVw0HAKAMoG78cRW2/sbD79MgCX19VfpTnchG1JaqYkIb+IQHo5P7/ZvJ1U/DPiLkY3bkkhJHqfzCz4ftTJQ==
|
||||||
|
|
||||||
inflight@^1.0.4:
|
inflight@^1.0.4:
|
||||||
version "1.0.6"
|
version "1.0.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue