Sign In

@templatical/types

Package Overview
Dependencies
Maintainers
1
Versions
73
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.25.2
to
0.26.0
+5
-0
dist/index.d.ts

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

{
"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