easy-email-extensions 4.4.0 → 4.4.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ export { Color } from './Color';
|
|
3
3
|
export { Height } from './Height';
|
4
4
|
export { TextAlign } from './TextAlign';
|
5
5
|
export { AttributesPanelWrapper } from './AttributesPanelWrapper';
|
6
|
+
export { CollapseWrapper } from './CollapseWrapper';
|
6
7
|
export { ContainerBackgroundColor } from './ContainerBackgroundColor';
|
7
8
|
export { LetterSpacing } from './LetterSpacing';
|
8
9
|
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, a7 as AutoCompleteField, k as Background, n as BackgroundColor, d as BlockAttributeConfigurationManager, B as BlockLayer, z as BlockMarketManager, E as BlockMaskWrapper, q as Border, r as BorderColor, u as BorderStyle, w as BorderWidth, aa as CheckboxField, y as ClassName, h as CollapseWrapper, C as Color, a2 as ColorPickerField, i as ContainerBackgroundColor, D as Decoration, o as Direction, ac as EditGridTabField, ab as EditTabField, Q as ExtensionContext, R as ExtensionProvider, F as FontFamily, s as FontSize, v as FontStyle, x as FontWeight, H as Height, a4 as ImageUploaderField, ad as InlineTextField, Z as InputWithUnitField, I as InteractivePrompt, L as LetterSpacing, l as LineHeight, p as Link, M as Margin, O as MergeTagBadgePrompt, t as MergeTags, N as NavbarLinkPadding, a0 as NumberField, P as Padding, X as RICH_TEXT_TOOL_BAR, a8 as RadioGroupField, af as RichTextField, _ as SearchField, a5 as SelectField, S as ShortcutToolbar, J as SimpleLayout, a1 as SliderField, G as SourceCodePanel, K as StandardLayout, a9 as SwitchField, T as TextAlign, $ as TextAreaField, j as TextDecoration, Y as TextField, m as TextTransform, a6 as TreeSelectField, a3 as UploadField, V as VerticalAlign, W as Width, ae as enhancer, b as getBlockTitle, g as getContextMergeTags, a as getIconNameByBlockType, U 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
@@ -45842,5 +45842,5 @@ const StandardLayout = (props) => {
|
|
45842
45842
|
style: { width: 0, overflow: "hidden" }
|
45843
45843
|
}))), /* @__PURE__ */ React__default.createElement(InteractivePrompt, null), /* @__PURE__ */ React__default.createElement(MergeTagBadgePrompt, null)));
|
45844
45844
|
};
|
45845
|
-
export {
|
45845
|
+
export { TextAreaField as $, AttributePanel as A, BlockLayer as B, Color as C, Decoration as D, BlockMaskWrapper as E, FontFamily as F, SourceCodePanel as G, Height as H, InteractivePrompt as I, SimpleLayout as J, StandardLayout as K, LetterSpacing as L, Margin as M, NavbarLinkPadding as N, MergeTagBadgePrompt as O, Padding as P, ExtensionContext as Q, ExtensionProvider as R, ShortcutToolbar as S, TextAlign as T, useExtensionProps as U, VerticalAlign as V, Width as W, RICH_TEXT_TOOL_BAR as X, TextField as Y, InputWithUnitField as Z, SearchField as _, getIconNameByBlockType as a, NumberField as a0, SliderField as a1, ColorPickerField as a2, UploadField as a3, ImageUploaderField as a4, SelectField as a5, TreeSelectField as a6, AutoCompleteField as a7, RadioGroupField as a8, SwitchField as a9, CheckboxField as aa, EditTabField as ab, EditGridTabField as ac, InlineTextField as ad, enhancer as ae, RichTextField as af, getBlockTitle as b, commonjsGlobal as c, BlockAttributeConfigurationManager as d, Align as e, AttributesPanelWrapper as f, getContextMergeTags as g, CollapseWrapper as h, ContainerBackgroundColor as i, TextDecoration as j, Background as k, LineHeight as l, TextTransform as m, BackgroundColor as n, Direction as o, Link as p, Border as q, BorderColor as r, FontSize$1 as s, MergeTags$1 as t, BorderStyle as u, FontStyle as v, BorderWidth as w, FontWeight as x, ClassName as y, BlockMarketManager as z };
|
45846
45846
|
//# 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.4.
|
5
|
+
"version": "4.4.2",
|
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": "0f886772b047d748cfc3b40be81d67352c59e088"
|
92
92
|
}
|