@templatical/types
Advanced tools
+7
-0
@@ -45,2 +45,9 @@ //#region src/blocks.d.ts | ||
| children: Block[][]; | ||
| /** | ||
| * Whether columns stack vertically on mobile. Absent or `true` keeps MJML's | ||
| * default responsive behavior (columns stack below 480px). `false` renders | ||
| * the columns inside an `<mj-group>` so they stay side-by-side on mobile, | ||
| * proportionally shrunk to fit. | ||
| */ | ||
| stackOnMobile?: boolean; | ||
| /** Corner radius in px. Omitted/0 = square corners. */ | ||
@@ -47,0 +54,0 @@ borderRadius?: number; |
+2
-2
| { | ||
| "name": "@templatical/types", | ||
| "description": "Shared TypeScript types, block factory functions, and event emitter for Templatical email editor", | ||
| "version": "0.16.3", | ||
| "version": "0.16.4", | ||
| "bugs": "https://github.com/templatical/sdk/issues", | ||
@@ -9,3 +9,3 @@ "devDependencies": { | ||
| "vitest": "^4.1.10", | ||
| "@templatical/media-library": "0.16.3" | ||
| "@templatical/media-library": "0.16.4" | ||
| }, | ||
@@ -12,0 +12,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
138776
0.45%1730
0.41%