easy-email-extensions 4.7.2 → 4.8.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ export { Height } from './Height';
|
|
4
4
|
export { TextAlign } from './TextAlign';
|
5
5
|
export { AttributesPanelWrapper } from './AttributesPanelWrapper';
|
6
6
|
export { CollapseWrapper } from './CollapseWrapper';
|
7
|
+
export { Condition } from './Condition';
|
7
8
|
export { ContainerBackgroundColor } from './ContainerBackgroundColor';
|
8
9
|
export { LetterSpacing } from './LetterSpacing';
|
9
10
|
export { TextDecoration } from './TextDecoration';
|
package/lib/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { e as Align, A as AttributePanel, f as AttributesPanelWrapper,
|
1
|
+
export { e as Align, A as AttributePanel, f as AttributesPanelWrapper, a8 as AutoCompleteField, l as Background, o as BackgroundColor, d as BlockAttributeConfigurationManager, B as BlockLayer, G as BlockMarketManager, I as BlockMaskWrapper, r as Border, s as BorderColor, v as BorderStyle, x as BorderWidth, ab as CheckboxField, E as ClassName, h as CollapseWrapper, C as Color, af as ColorPickerField, i as Condition, j as ContainerBackgroundColor, D as Decoration, P as DefaultPageConfigPanel, p as Direction, ad as EditGridTabField, ac as EditTabField, U as ExtensionContext, X as ExtensionProvider, F as FontFamily, t as FontSize, w as FontStyle, y as FontWeight, H as Height, a5 as ImageUploaderField, ae as InlineTextField, $ as InputWithUnitField, K as InteractivePrompt, L as LetterSpacing, m as LineHeight, q as Link, M as Margin, R as MergeTagBadgePrompt, u as MergeTags, N as NavbarLinkPadding, a2 as NumberField, z as Padding, Z as RICH_TEXT_TOOL_BAR, a9 as RadioGroupField, ah as RichTextField, a0 as SearchField, a6 as SelectField, S as ShortcutToolbar, O as SimpleLayout, a3 as SliderField, J as SourceCodePanel, Q as StandardLayout, aa as SwitchField, T as TextAlign, a1 as TextAreaField, k as TextDecoration, _ as TextField, n as TextTransform, a7 as TreeSelectField, a4 as UploadField, V as VerticalAlign, W as Width, ag as enhancer, b as getBlockTitle, g as getContextMergeTags, a as getIconNameByBlockType, Y as useExtensionProps } from "./index2.js";
|
2
2
|
import "react";
|
3
3
|
import "easy-email-editor";
|
4
4
|
import "easy-email-core";
|
package/lib/index2.js
CHANGED
@@ -46141,5 +46141,5 @@ const StandardLayout = (props) => {
|
|
46141
46141
|
style: { width: 0, overflow: "hidden" }
|
46142
46142
|
}))), /* @__PURE__ */ React__default.createElement(InteractivePrompt, null), /* @__PURE__ */ React__default.createElement(MergeTagBadgePrompt, null)));
|
46143
46143
|
};
|
46144
|
-
export {
|
46144
|
+
export { InputWithUnitField as $, AttributePanel as A, BlockLayer as B, Color as C, Decoration as D, ClassName as E, FontFamily as F, BlockMarketManager as G, Height as H, BlockMaskWrapper as I, SourceCodePanel as J, InteractivePrompt as K, LetterSpacing as L, Margin as M, NavbarLinkPadding as N, SimpleLayout as O, Page as P, StandardLayout as Q, MergeTagBadgePrompt as R, ShortcutToolbar as S, TextAlign as T, ExtensionContext as U, VerticalAlign as V, Width as W, ExtensionProvider as X, useExtensionProps as Y, RICH_TEXT_TOOL_BAR as Z, TextField as _, getIconNameByBlockType as a, SearchField as a0, TextAreaField as a1, NumberField as a2, SliderField as a3, UploadField as a4, ImageUploaderField as a5, SelectField as a6, TreeSelectField as a7, AutoCompleteField as a8, RadioGroupField as a9, SwitchField as aa, CheckboxField as ab, EditTabField as ac, EditGridTabField as ad, InlineTextField as ae, ColorPickerField as af, enhancer as ag, RichTextField as ah, getBlockTitle as b, commonjsGlobal as c, BlockAttributeConfigurationManager as d, Align as e, AttributesPanelWrapper as f, getContextMergeTags as g, CollapseWrapper as h, Condition as i, ContainerBackgroundColor as j, TextDecoration as k, Background as l, LineHeight as m, TextTransform as n, BackgroundColor as o, Direction as p, Link as q, Border as r, BorderColor as s, FontSize$1 as t, MergeTags$1 as u, BorderStyle as v, FontStyle as w, BorderWidth as x, FontWeight as y, Padding as z };
|
46145
46145
|
//# sourceMappingURL=index2.js.map
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "easy-email-extensions",
|
3
3
|
"license": "MIT",
|
4
4
|
"description": "Email editor",
|
5
|
-
"version": "4.
|
5
|
+
"version": "4.8.0",
|
6
6
|
"author": "m-Ryan",
|
7
7
|
"repository": {
|
8
8
|
"type": "git",
|
@@ -88,5 +88,5 @@
|
|
88
88
|
"react-dom": "^17.0.2",
|
89
89
|
"react-final-form": "^6.5.7"
|
90
90
|
},
|
91
|
-
"gitHead": "
|
91
|
+
"gitHead": "053dfd2e8e31457f81fc17f2139b51245eef85c8"
|
92
92
|
}
|