Adjust api report & changeset

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2021-08-16 12:03:51 +02:00
parent 7f9676b242
commit 65344071e4
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -1,6 +1,5 @@
---
'@backstage/core-components': patch
'@backstage/theme': patch
---
Change the default hover experience for the sidebar to be not jumpy & add visual separation between sidebar & Entity Page tabs for dark mode.
-8
View File
@@ -7,7 +7,6 @@
import { ApiRef } from '@backstage/core-plugin-api';
import { BackstageIdentityApi } from '@backstage/core-plugin-api';
import { BackstageTheme } from '@backstage/theme';
import { Breadcrumbs as Breadcrumbs_2 } from '@material-ui/core';
import { ButtonProps } from '@material-ui/core';
import { ButtonTypeMap } from '@material-ui/core';
@@ -1605,13 +1604,6 @@ export const SidebarDivider: React_2.ComponentType<
> &
StyledComponentProps<'root'> & {
className?: string | undefined;
} & Pick<
{
theme: BackstageTheme;
},
never
> & {
theme?: BackstageTheme | undefined;
}
>;