🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@templatical/types

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@templatical/types - npm Package Compare versions

Comparing version
0.16.3
to
0.16.4
+7
-0
dist/index.d.ts

@@ -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