mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 09:52:49 +08:00
chore: bump version (#2162)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/server": "^11.10.0",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/material": "^5.12.1",
|
||||
"@mui/material": "^5.12.2",
|
||||
"@react-hookz/web": "^23.0.0",
|
||||
"@sentry/nextjs": "^7.49.0",
|
||||
"@toeverything/hooks": "workspace:*",
|
||||
|
||||
@@ -20,13 +20,13 @@ import {
|
||||
} from '../styles';
|
||||
import { SearchContent } from './SearchContent';
|
||||
|
||||
export type PinboardMenuProps = {
|
||||
export interface PinboardMenuProps extends PureMenuProps {
|
||||
metas: PageMeta[];
|
||||
currentMeta: PageMeta;
|
||||
blockSuiteWorkspace: BlockSuiteWorkspace;
|
||||
showRemovePinboard?: boolean;
|
||||
onPinboardClick?: (p: { dragId: string; dropId: string }) => void;
|
||||
} & PureMenuProps;
|
||||
}
|
||||
|
||||
export const PinboardMenu = ({
|
||||
metas: propsMetas,
|
||||
|
||||
Reference in New Issue
Block a user