@blocksuite/global
Advanced tools
Comparing version 0.4.1-20230221160243-d0e05e5 to 0.4.1-20230223000800-427ad66
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.4.1-20230221160243-d0e05e5", | ||
"version": "0.4.1-20230223000800-427ad66", | ||
"types": "./index.d.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -202,5 +202,5 @@ import type { TemplateResult } from 'lit/html.js'; | ||
name: 'Divider', | ||
description: 'A visually divide block.', | ||
description: 'A visual divider.', | ||
icon: DividerIcon, | ||
toolTip: 'Drag to insert Divider', | ||
toolTip: 'A visual divider', | ||
}, | ||
@@ -216,3 +216,3 @@ ]; | ||
icon: BulletedListIcon, | ||
toolTip: 'Drag to insert Bulleted List.', | ||
toolTip: 'Drag to insert Bulleted List', | ||
}, | ||
@@ -223,5 +223,5 @@ { | ||
name: 'Numbered List', | ||
description: '1. A list with numbering.', | ||
description: 'A list with numbering.', | ||
icon: NumberedListIcon, | ||
toolTip: 'Drag to insert Numbered List.', | ||
toolTip: 'Drag to insert Numbered List', | ||
}, | ||
@@ -234,3 +234,3 @@ { | ||
icon: TodoIcon, | ||
toolTip: 'Drag to insert To-do List.', | ||
toolTip: 'Drag to insert To-do List', | ||
}, | ||
@@ -246,4 +246,4 @@ ]; | ||
icon: ImageIcon, | ||
toolTip: 'Drag to insert Image.', | ||
toolTip: 'Drag to insert Image', | ||
}, | ||
]; |
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
124228