@templatical/types
Advanced tools
+5
-0
@@ -95,2 +95,7 @@ //#region src/blocks.d.ts | ||
| width?: number | "full"; | ||
| /** | ||
| * Placement of the button within its column. No visible effect when `width` | ||
| * is `"full"`, since the button then spans the column. | ||
| */ | ||
| align: "left" | "center" | "right"; | ||
| } | ||
@@ -97,0 +102,0 @@ interface DividerBlock extends BaseBlock { |
+2
-1
@@ -150,3 +150,4 @@ //#region src/blocks.ts | ||
| left: 24 | ||
| } | ||
| }, | ||
| align: "center" | ||
| }; | ||
@@ -153,0 +154,0 @@ const DIVIDER_BLOCK_DEFAULTS = { |
+2
-2
| { | ||
| "name": "@templatical/types", | ||
| "description": "Shared TypeScript types, block factory functions, and event emitter for Templatical email editor", | ||
| "version": "0.25.2", | ||
| "version": "0.26.0", | ||
| "bugs": "https://github.com/templatical/sdk/issues", | ||
@@ -9,3 +9,3 @@ "devDependencies": { | ||
| "vitest": "^4.1.10", | ||
| "@templatical/media-library": "0.25.2" | ||
| "@templatical/media-library": "0.26.0" | ||
| }, | ||
@@ -12,0 +12,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
169338
0.26%2172
0.28%