mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
chore: upgrade Infima to alpha.30 (#5256)
* chore: upgrade Infima to alpha.30 * Remove redundant CSS class * Update index.tsx
This commit is contained in:
parent
0c73afd1b4
commit
09f089b612
5 changed files with 7 additions and 8 deletions
|
@ -39,7 +39,7 @@
|
|||
"copy-text-to-clipboard": "^3.0.1",
|
||||
"fs-extra": "^10.0.0",
|
||||
"globby": "^11.0.2",
|
||||
"infima": "0.2.0-alpha.29",
|
||||
"infima": "0.2.0-alpha.30",
|
||||
"lodash": "^4.17.20",
|
||||
"parse-numeric-range": "^1.2.0",
|
||||
"postcss": "^8.2.15",
|
||||
|
|
|
@ -175,7 +175,7 @@ function NavbarMobileSidebar({
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div className="navbar-sidebar__item navbar-sidebar__item--secondary menu">
|
||||
<div className="navbar-sidebar__item menu">
|
||||
{items.length > 0 && (
|
||||
<button
|
||||
type="button"
|
||||
|
|
|
@ -88,7 +88,7 @@ function DropdownNavbarItemDesktop({
|
|||
'dropdown--show': showDropdown,
|
||||
})}>
|
||||
<NavLink
|
||||
className={clsx('navbar__item navbar__link', className)}
|
||||
className={clsx('navbar__link', className)}
|
||||
{...props}
|
||||
onClick={props.to ? undefined : (e) => e.preventDefault()}
|
||||
onKeyDown={(e) => {
|
||||
|
|
|
@ -113,7 +113,6 @@
|
|||
}
|
||||
|
||||
.indexCtasGitHubButton {
|
||||
border: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
|
@ -11116,10 +11116,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"
|
||||
integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
|
||||
|
||||
infima@0.2.0-alpha.29:
|
||||
version "0.2.0-alpha.29"
|
||||
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.29.tgz#4ccf27c4c696e9a0884b333ad9ced5f65b7ae5f3"
|
||||
integrity sha512-b6XX4QJekAYBPz2Y0XcXrDRaX/+96V95/WKWedY4zAWZ6xlzdxCrnyUgNaC4575aHcA2bfarLlTsP8FHFhjZFQ==
|
||||
infima@0.2.0-alpha.30:
|
||||
version "0.2.0-alpha.30"
|
||||
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.30.tgz#98c4037796ea134b63b787c030ee1bf46dfadc82"
|
||||
integrity sha512-4VBgaohDbM/viJ11MaBJz7glNODV9NRHAFqrEl+MsBNUflV1RIPEWjTkKa6L6TS/ROXlwimDcspGWKqVjNjBpg==
|
||||
|
||||
inflight@^1.0.4:
|
||||
version "1.0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue