chore: bump blocksuite (#7107)

## Features
- https://github.com/toeverything/BlockSuite/pull/7161 @regischen
- https://github.com/toeverything/BlockSuite/pull/7142 @pengx17
- https://github.com/toeverything/BlockSuite/pull/7166 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7151 @donteatfriedrice
- https://github.com/toeverything/BlockSuite/pull/7164 @pengx17
- https://github.com/toeverything/BlockSuite/pull/7163 @donteatfriedrice
- https://github.com/toeverything/BlockSuite/pull/7156 @donteatfriedrice
- https://github.com/toeverything/BlockSuite/pull/7160 @pengx17
- https://github.com/toeverything/BlockSuite/pull/7158 @golok727
- https://github.com/toeverything/BlockSuite/pull/7157 @pengx17
- https://github.com/toeverything/BlockSuite/pull/7154 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7106 @fundon
- https://github.com/toeverything/BlockSuite/pull/7136 @fourdim

## Bugfix
- https://github.com/toeverything/BlockSuite/pull/7171 @zzj3720
- https://github.com/toeverything/BlockSuite/pull/7169 @fundon
- https://github.com/toeverything/BlockSuite/pull/7165 @lawvs

## Refactor
- https://github.com/toeverything/BlockSuite/pull/7162 @regischen
- https://github.com/toeverything/BlockSuite/pull/7153 @akumatus
- https://github.com/toeverything/BlockSuite/pull/7149 @golok727
- https://github.com/toeverything/BlockSuite/pull/7152 @Flrande

## Misc
- https://github.com/toeverything/BlockSuite/pull/7170 @Saul-Mirone
- https://github.com/toeverything/BlockSuite/pull/7155 @fundon
This commit is contained in:
pengx17
2024-05-30 06:39:17 +00:00
parent d853fc879d
commit d7ced4a5d9
8 changed files with 93 additions and 92 deletions

View File

@@ -18,13 +18,13 @@
"@affine/graphql": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/block-std": "0.15.0-canary-202405271425-84b069d",
"@blocksuite/blocks": "0.15.0-canary-202405271425-84b069d",
"@blocksuite/global": "0.15.0-canary-202405271425-84b069d",
"@blocksuite/block-std": "0.15.0-canary-202405300523-dfd9f0e",
"@blocksuite/blocks": "0.15.0-canary-202405300523-dfd9f0e",
"@blocksuite/global": "0.15.0-canary-202405300523-dfd9f0e",
"@blocksuite/icons": "2.1.52",
"@blocksuite/inline": "0.15.0-canary-202405271425-84b069d",
"@blocksuite/presets": "0.15.0-canary-202405271425-84b069d",
"@blocksuite/store": "0.15.0-canary-202405271425-84b069d",
"@blocksuite/inline": "0.15.0-canary-202405300523-dfd9f0e",
"@blocksuite/presets": "0.15.0-canary-202405300523-dfd9f0e",
"@blocksuite/store": "0.15.0-canary-202405300523-dfd9f0e",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",

View File

@@ -1,10 +1,11 @@
import { mixpanel } from '@affine/core/utils';
import type { EditorHost } from '@blocksuite/block-std';
import type { ElementModel } from '@blocksuite/blocks';
import { AIProvider } from '@blocksuite/presets';
import type { BlockModel } from '@blocksuite/store';
import { lowerCase, omit } from 'lodash-es';
type ElementModel = BlockSuite.SurfaceElementModelType;
type AIActionEventName =
| 'AI action invoked'
| 'AI action aborted'