@maildeno/editor 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{RowPreviewRow-CAeMRdd8.js → RowPreviewRow-D-wmhbhZ.js} +1 -1
- package/dist/editor.css +57 -52
- package/dist/{element-DLJCEP_z.js → element-CWjNN0lY.js} +6 -6
- package/dist/element-scoped-styles.css +57 -52
- package/dist/element.js +1 -1
- package/dist/index.js +5 -5
- package/dist/init.js +1 -1
- package/dist/theme.d.ts +1 -1
- package/package.json +1 -1
package/dist/init.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { D as h, at as ref, i as createApp, rt as reactive } from "./vue.runtime.esm-bundler-CfYyFhW6.js";
|
|
2
|
-
import { a as setEditorTheme, c as createLocalStorageAdapter, d as getRegisteredMergeTagIds, f as registerMergeTags, h as registerBlock, i as palette, l as getRegisteredCustomESPs, m as getBlock, n as registerMaildenoEditorElement, p as getAllBlocks, r as EmailEditor_default, s as buildShadowStyles, u as registerESPSyntax } from "./element-
|
|
2
|
+
import { a as setEditorTheme, c as createLocalStorageAdapter, d as getRegisteredMergeTagIds, f as registerMergeTags, h as registerBlock, i as palette, l as getRegisteredCustomESPs, m as getBlock, n as registerMaildenoEditorElement, p as getAllBlocks, r as EmailEditor_default, s as buildShadowStyles, u as registerESPSyntax } from "./element-CWjNN0lY.js";
|
|
3
3
|
//#region src/lightDom.ts
|
|
4
4
|
var stylesInjected = false;
|
|
5
5
|
/**
|
package/dist/theme.d.ts
CHANGED
|
@@ -83,7 +83,7 @@ export interface ThemeTokens {
|
|
|
83
83
|
/** Same role as `selection`, one level up: row outlines, the row's
|
|
84
84
|
* floating toolbar, and "this is a row" indicators in the Layout tab
|
|
85
85
|
* and Layers panel. Separate token so components and rows can be told
|
|
86
|
-
* apart at a glance
|
|
86
|
+
* apart at a glance */
|
|
87
87
|
rowSelection?: string;
|
|
88
88
|
rowSelectionBg?: string;
|
|
89
89
|
rowSelectionFg?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maildeno/editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "An open-source, framework-agnostic email template editor. Drag-and-drop block editing, HTML/MJML/React Email/JSON export, and a pluggable ESP-conditional-logic engine with zero required backend.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|