@blocksuite/global
Advanced tools
Comparing version 0.5.0-20230318175000-60fb620 to 0.5.0-20230319043029-75173db
@@ -1,13 +0,13 @@ | ||
import type { CodeBlockModelSchema, DatabaseBlockModelSchema, DividerBlockModelSchema, EmbedBlockModelSchema, FrameBlockModelSchema, ListBlockModelSchema, PageBlockModelSchema, ParagraphBlockModelSchema, SurfaceBlockModelSchema } from '@blocksuite/blocks'; | ||
import type { CodeBlockSchema, DatabaseBlockSchema, DividerBlockSchema, EmbedBlockSchema, FrameBlockSchema, ListBlockSchema, PageBlockSchema, ParagraphBlockSchema, SurfaceBlockSchema } from '@blocksuite/blocks'; | ||
import type { CodeBlockModel, DatabaseBlockModel, DividerBlockModel, EmbedBlockModel, FrameBlockModel, ListBlockModel, PageBlockModel, ParagraphBlockModel, SurfaceBlockModel } from '@blocksuite/blocks/models'; | ||
export type BlockSchemas = { | ||
'affine:paragraph': typeof ParagraphBlockModelSchema; | ||
'affine:page': typeof PageBlockModelSchema; | ||
'affine:list': typeof ListBlockModelSchema; | ||
'affine:frame': typeof FrameBlockModelSchema; | ||
'affine:code': typeof CodeBlockModelSchema; | ||
'affine:divider': typeof DividerBlockModelSchema; | ||
'affine:embed': typeof EmbedBlockModelSchema; | ||
'affine:surface': typeof SurfaceBlockModelSchema; | ||
'affine:database': typeof DatabaseBlockModelSchema; | ||
'affine:paragraph': typeof ParagraphBlockSchema; | ||
'affine:page': typeof PageBlockSchema; | ||
'affine:list': typeof ListBlockSchema; | ||
'affine:frame': typeof FrameBlockSchema; | ||
'affine:code': typeof CodeBlockSchema; | ||
'affine:divider': typeof DividerBlockSchema; | ||
'affine:embed': typeof EmbedBlockSchema; | ||
'affine:surface': typeof SurfaceBlockSchema; | ||
'affine:database': typeof DatabaseBlockSchema; | ||
}; | ||
@@ -14,0 +14,0 @@ export type BlockModels = { |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.5.0-20230318175000-60fb620", | ||
"version": "0.5.0-20230319043029-75173db", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
import type { | ||
CodeBlockModelSchema, | ||
DatabaseBlockModelSchema, | ||
DividerBlockModelSchema, | ||
EmbedBlockModelSchema, | ||
FrameBlockModelSchema, | ||
ListBlockModelSchema, | ||
PageBlockModelSchema, | ||
ParagraphBlockModelSchema, | ||
SurfaceBlockModelSchema, | ||
CodeBlockSchema, | ||
DatabaseBlockSchema, | ||
DividerBlockSchema, | ||
EmbedBlockSchema, | ||
FrameBlockSchema, | ||
ListBlockSchema, | ||
PageBlockSchema, | ||
ParagraphBlockSchema, | ||
SurfaceBlockSchema, | ||
} from '@blocksuite/blocks'; | ||
@@ -26,11 +26,11 @@ import type { | ||
export type BlockSchemas = { | ||
'affine:paragraph': typeof ParagraphBlockModelSchema; | ||
'affine:page': typeof PageBlockModelSchema; | ||
'affine:list': typeof ListBlockModelSchema; | ||
'affine:frame': typeof FrameBlockModelSchema; | ||
'affine:code': typeof CodeBlockModelSchema; | ||
'affine:divider': typeof DividerBlockModelSchema; | ||
'affine:embed': typeof EmbedBlockModelSchema; | ||
'affine:surface': typeof SurfaceBlockModelSchema; | ||
'affine:database': typeof DatabaseBlockModelSchema; | ||
'affine:paragraph': typeof ParagraphBlockSchema; | ||
'affine:page': typeof PageBlockSchema; | ||
'affine:list': typeof ListBlockSchema; | ||
'affine:frame': typeof FrameBlockSchema; | ||
'affine:code': typeof CodeBlockSchema; | ||
'affine:divider': typeof DividerBlockSchema; | ||
'affine:embed': typeof EmbedBlockSchema; | ||
'affine:surface': typeof SurfaceBlockSchema; | ||
'affine:database': typeof DatabaseBlockSchema; | ||
}; | ||
@@ -37,0 +37,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
445494