easy-email-pro-editor 1.50.16 → 1.50.17
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/lib/typings/components/Elements/atom/Button/index.d.ts +1 -1
- package/lib/typings/components/Elements/atom/Column/index.d.ts +1 -1
- package/lib/typings/components/Elements/atom/SocialElement/index.d.ts +1 -1
- package/lib/typings/components/Elements/basic/StandardSocialItem/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -64,6 +64,7 @@ export declare class Button extends BaseElement<ButtonElement> {
|
|
|
64
64
|
border?: string | undefined;
|
|
65
65
|
"border-radius"?: string | undefined;
|
|
66
66
|
"text-align"?: string | undefined;
|
|
67
|
+
"vertical-align"?: "top" | "bottom" | "middle" | undefined;
|
|
67
68
|
name?: string | undefined;
|
|
68
69
|
"border-top"?: string | undefined;
|
|
69
70
|
"border-right"?: string | undefined;
|
|
@@ -72,7 +73,6 @@ export declare class Button extends BaseElement<ButtonElement> {
|
|
|
72
73
|
href?: string | undefined;
|
|
73
74
|
target?: string | undefined;
|
|
74
75
|
"inner-padding"?: string | undefined;
|
|
75
|
-
"vertical-align"?: "top" | "bottom" | "middle" | undefined;
|
|
76
76
|
"css-class"?: string | undefined;
|
|
77
77
|
"mj-class"?: string | undefined;
|
|
78
78
|
};
|
|
@@ -39,10 +39,10 @@ export declare class Column extends BaseElement<ColumnElement> {
|
|
|
39
39
|
"border-radius"?: string | undefined;
|
|
40
40
|
direction?: string | undefined;
|
|
41
41
|
"text-align"?: string | undefined;
|
|
42
|
-
"vertical-align"?: string | undefined;
|
|
43
42
|
"inner-border"?: string | undefined;
|
|
44
43
|
"inner-border-radius"?: string | undefined;
|
|
45
44
|
"inner-background-color"?: "color" | undefined;
|
|
45
|
+
"vertical-align"?: string | undefined;
|
|
46
46
|
"css-class"?: string | undefined;
|
|
47
47
|
"mj-class"?: string | undefined;
|
|
48
48
|
};
|
|
@@ -53,10 +53,10 @@ export declare class SocialItem extends BaseElement<SocialItemElement> {
|
|
|
53
53
|
"padding-right"?: string | undefined;
|
|
54
54
|
"background-color"?: string | undefined;
|
|
55
55
|
"border-radius"?: string | undefined;
|
|
56
|
+
"vertical-align"?: string | undefined;
|
|
56
57
|
name?: string | undefined;
|
|
57
58
|
href?: string | undefined;
|
|
58
59
|
target?: string | undefined;
|
|
59
|
-
"vertical-align"?: string | undefined;
|
|
60
60
|
alt?: string | undefined;
|
|
61
61
|
src?: string | undefined;
|
|
62
62
|
"icon-height"?: string | undefined;
|
|
@@ -52,10 +52,10 @@ export declare class StandardSocialItem extends BaseElement<SocialItemElement> {
|
|
|
52
52
|
"padding-right"?: string | undefined;
|
|
53
53
|
"background-color"?: string | undefined;
|
|
54
54
|
"border-radius"?: string | undefined;
|
|
55
|
+
"vertical-align"?: string | undefined;
|
|
55
56
|
name?: string | undefined;
|
|
56
57
|
href?: string | undefined;
|
|
57
58
|
target?: string | undefined;
|
|
58
|
-
"vertical-align"?: string | undefined;
|
|
59
59
|
alt?: string | undefined;
|
|
60
60
|
src?: string | undefined;
|
|
61
61
|
"icon-height"?: string | undefined;
|