@blocksuite/global
Advanced tools
Comparing version 0.4.0-20230216011811-2776d93 to 0.4.0-20230216093909-90a4996
@@ -63,2 +63,10 @@ import type { TemplateResult } from 'lit/html.js'; | ||
}[]; | ||
export declare const BLOCKHUB_FILE_ITEMS: { | ||
flavour: string; | ||
type: string; | ||
name: string; | ||
description: string; | ||
icon: TemplateResult<1>; | ||
toolTip: string; | ||
}[]; | ||
//# sourceMappingURL=blockhub.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { BulletedListIcon, CodeBlockIcon, DividerIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, NumberedListIcon, QuoteIcon, TextIcon, TodoIcon, } from '../icons.js'; | ||
import { BulletedListIcon, CodeBlockIcon, DividerIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, ImageIcon, NumberedListIcon, QuoteIcon, TextIcon, TodoIcon, } from '../icons.js'; | ||
export const paragraphConfig = [ | ||
@@ -202,2 +202,12 @@ { | ||
]; | ||
export const BLOCKHUB_FILE_ITEMS = [ | ||
{ | ||
flavour: 'affine:embed', | ||
type: 'image', | ||
name: 'Image', | ||
description: 'Upload images.', | ||
icon: ImageIcon, | ||
toolTip: 'Drag to insert Image.', | ||
}, | ||
]; | ||
//# sourceMappingURL=blockhub.js.map |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.4.0-20230216011811-2776d93", | ||
"version": "0.4.0-20230216093909-90a4996", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -13,2 +13,3 @@ import type { TemplateResult } from 'lit/html.js'; | ||
H6Icon, | ||
ImageIcon, | ||
NumberedListIcon, | ||
@@ -234,1 +235,12 @@ QuoteIcon, | ||
]; | ||
export const BLOCKHUB_FILE_ITEMS = [ | ||
{ | ||
flavour: 'affine:embed', | ||
type: 'image', | ||
name: 'Image', | ||
description: 'Upload images.', | ||
icon: ImageIcon, | ||
toolTip: 'Drag to insert Image.', | ||
}, | ||
]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
330531
4233