@treygrr/vjml 0.1.0
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/LICENSE +21 -0
- package/README.md +143 -0
- package/dist/types/components/VjmlRenderFrame.vue.d.ts +69 -0
- package/dist/types/composables/useVjml.d.ts +1 -0
- package/dist/types/index.d.ts +15 -0
- package/dist/types/metadata.d.ts +24 -0
- package/dist/types/metadata.generated.d.ts +1231 -0
- package/dist/types/plugin.d.ts +14 -0
- package/dist/types/runtime/client/renderVjmlToDebugTree.d.ts +5 -0
- package/dist/types/runtime/client/renderVjmlToHtml.d.ts +5 -0
- package/dist/types/runtime/client/useVjmlRenderer.d.ts +10 -0
- package/dist/types/runtime/component-types.generated.d.ts +581 -0
- package/dist/types/runtime/components/Accordion.d.ts +2 -0
- package/dist/types/runtime/components/AccordionElement.d.ts +2 -0
- package/dist/types/runtime/components/AccordionText.d.ts +2 -0
- package/dist/types/runtime/components/AccordionTitle.d.ts +2 -0
- package/dist/types/runtime/components/All.d.ts +2 -0
- package/dist/types/runtime/components/Attributes.d.ts +2 -0
- package/dist/types/runtime/components/Body.d.ts +2 -0
- package/dist/types/runtime/components/Breakpoint.d.ts +2 -0
- package/dist/types/runtime/components/Button.d.ts +2 -0
- package/dist/types/runtime/components/Carousel.d.ts +2 -0
- package/dist/types/runtime/components/CarouselImage.d.ts +2 -0
- package/dist/types/runtime/components/Class.d.ts +2 -0
- package/dist/types/runtime/components/Column.d.ts +2 -0
- package/dist/types/runtime/components/Divider.d.ts +2 -0
- package/dist/types/runtime/components/Font.d.ts +2 -0
- package/dist/types/runtime/components/Group.d.ts +2 -0
- package/dist/types/runtime/components/Head.d.ts +2 -0
- package/dist/types/runtime/components/Hero.d.ts +2 -0
- package/dist/types/runtime/components/HtmlAttribute.d.ts +2 -0
- package/dist/types/runtime/components/HtmlAttributes.d.ts +2 -0
- package/dist/types/runtime/components/Image.d.ts +2 -0
- package/dist/types/runtime/components/Mjml.d.ts +2 -0
- package/dist/types/runtime/components/Navbar.d.ts +2 -0
- package/dist/types/runtime/components/NavbarLink.d.ts +2 -0
- package/dist/types/runtime/components/Preview.d.ts +2 -0
- package/dist/types/runtime/components/Raw.d.ts +2 -0
- package/dist/types/runtime/components/Section.d.ts +2 -0
- package/dist/types/runtime/components/Selector.d.ts +2 -0
- package/dist/types/runtime/components/Social.d.ts +2 -0
- package/dist/types/runtime/components/SocialElement.d.ts +2 -0
- package/dist/types/runtime/components/Spacer.d.ts +2 -0
- package/dist/types/runtime/components/Style.d.ts +2 -0
- package/dist/types/runtime/components/Table.d.ts +2 -0
- package/dist/types/runtime/components/Text.d.ts +2 -0
- package/dist/types/runtime/components/Title.d.ts +2 -0
- package/dist/types/runtime/components/Wrapper.d.ts +2 -0
- package/dist/types/runtime/components.generated.d.ts +77 -0
- package/dist/types/runtime/composables/useVjml.d.ts +2 -0
- package/dist/types/runtime/composables/useVjmlComponentName.d.ts +2 -0
- package/dist/types/runtime/internal/browserDocument.d.ts +2 -0
- package/dist/types/runtime/internal/browserRendering.d.ts +3 -0
- package/dist/types/runtime/internal/componentMetadata.d.ts +2 -0
- package/dist/types/runtime/internal/content.d.ts +3 -0
- package/dist/types/runtime/internal/context.d.ts +82 -0
- package/dist/types/runtime/internal/factory.d.ts +54 -0
- package/dist/types/runtime/internal/head.d.ts +3 -0
- package/dist/types/runtime/internal/helpers/conditional.d.ts +10 -0
- package/dist/types/runtime/internal/helpers/documentShared.d.ts +10 -0
- package/dist/types/runtime/internal/helpers/measurements.d.ts +10 -0
- package/dist/types/runtime/internal/helpers/shorthand.d.ts +3 -0
- package/dist/types/runtime/internal/interactive.d.ts +36 -0
- package/dist/types/runtime/internal/layout.d.ts +76 -0
- package/dist/types/runtime/internal/renderless.d.ts +1 -0
- package/dist/types/runtime/internal/vnodes.d.ts +11 -0
- package/dist/types/runtime/manifest.generated.d.ts +412 -0
- package/dist/types/runtime/types.d.ts +1 -0
- package/dist/types/vjml.d.ts +93 -0
- package/dist/vjml.cjs +154 -0
- package/dist/vjml.js +5056 -0
- package/package.json +73 -0
|
@@ -0,0 +1,1231 @@
|
|
|
1
|
+
export declare const STATIC_VJML_COMPONENT_METADATA: readonly [{
|
|
2
|
+
readonly tagName: "mj-accordion";
|
|
3
|
+
readonly source: "preset-core";
|
|
4
|
+
readonly allowedAttributes: {
|
|
5
|
+
readonly "container-background-color": "color";
|
|
6
|
+
readonly border: "string";
|
|
7
|
+
readonly "font-family": "string";
|
|
8
|
+
readonly "icon-align": "enum(top,middle,bottom)";
|
|
9
|
+
readonly "icon-width": "unit(px,%)";
|
|
10
|
+
readonly "icon-height": "unit(px,%)";
|
|
11
|
+
readonly "icon-wrapped-url": "string";
|
|
12
|
+
readonly "icon-wrapped-alt": "string";
|
|
13
|
+
readonly "icon-unwrapped-url": "string";
|
|
14
|
+
readonly "icon-unwrapped-alt": "string";
|
|
15
|
+
readonly "icon-position": "enum(left,right)";
|
|
16
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
17
|
+
readonly "padding-left": "unit(px,%)";
|
|
18
|
+
readonly "padding-right": "unit(px,%)";
|
|
19
|
+
readonly "padding-top": "unit(px,%)";
|
|
20
|
+
readonly padding: "unit(px,%){1,4}";
|
|
21
|
+
readonly "css-class": "string";
|
|
22
|
+
readonly "mj-class": "string";
|
|
23
|
+
};
|
|
24
|
+
readonly defaultAttributes: {
|
|
25
|
+
readonly border: "2px solid black";
|
|
26
|
+
readonly "font-family": "Ubuntu, Helvetica, Arial, sans-serif";
|
|
27
|
+
readonly "icon-align": "middle";
|
|
28
|
+
readonly "icon-wrapped-url": "https://i.imgur.com/bIXv1bk.png";
|
|
29
|
+
readonly "icon-wrapped-alt": "+";
|
|
30
|
+
readonly "icon-unwrapped-url": "https://i.imgur.com/w4uTygT.png";
|
|
31
|
+
readonly "icon-unwrapped-alt": "-";
|
|
32
|
+
readonly "icon-position": "right";
|
|
33
|
+
readonly "icon-height": "32px";
|
|
34
|
+
readonly "icon-width": "32px";
|
|
35
|
+
readonly padding: "10px 25px";
|
|
36
|
+
};
|
|
37
|
+
readonly allowedChildTagNames: readonly ["mj-accordion-element", "mj-raw"];
|
|
38
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
39
|
+
readonly supportsAnyChildTag: false;
|
|
40
|
+
readonly endingTag: false;
|
|
41
|
+
readonly rawElement: false;
|
|
42
|
+
readonly serialization: {
|
|
43
|
+
readonly allowsArbitraryAttributes: false;
|
|
44
|
+
readonly preservesRawContent: false;
|
|
45
|
+
readonly slotKind: "mjml";
|
|
46
|
+
};
|
|
47
|
+
readonly componentBaseName: "Accordion";
|
|
48
|
+
}, {
|
|
49
|
+
readonly tagName: "mj-accordion-element";
|
|
50
|
+
readonly source: "preset-core";
|
|
51
|
+
readonly allowedAttributes: {
|
|
52
|
+
readonly "background-color": "color";
|
|
53
|
+
readonly border: "string";
|
|
54
|
+
readonly "font-family": "string";
|
|
55
|
+
readonly "icon-align": "enum(top,middle,bottom)";
|
|
56
|
+
readonly "icon-width": "unit(px,%)";
|
|
57
|
+
readonly "icon-height": "unit(px,%)";
|
|
58
|
+
readonly "icon-wrapped-url": "string";
|
|
59
|
+
readonly "icon-wrapped-alt": "string";
|
|
60
|
+
readonly "icon-unwrapped-url": "string";
|
|
61
|
+
readonly "icon-unwrapped-alt": "string";
|
|
62
|
+
readonly "icon-position": "enum(left,right)";
|
|
63
|
+
readonly "css-class": "string";
|
|
64
|
+
readonly "mj-class": "string";
|
|
65
|
+
};
|
|
66
|
+
readonly defaultAttributes: {
|
|
67
|
+
readonly title: {
|
|
68
|
+
readonly img: {
|
|
69
|
+
readonly width: "32px";
|
|
70
|
+
readonly height: "32px";
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
readonly allowedChildTagNames: readonly ["mj-accordion-title", "mj-accordion-text", "mj-raw"];
|
|
75
|
+
readonly allowedParentTagNames: readonly ["mj-accordion"];
|
|
76
|
+
readonly supportsAnyChildTag: false;
|
|
77
|
+
readonly endingTag: false;
|
|
78
|
+
readonly rawElement: false;
|
|
79
|
+
readonly serialization: {
|
|
80
|
+
readonly allowsArbitraryAttributes: false;
|
|
81
|
+
readonly preservesRawContent: false;
|
|
82
|
+
readonly slotKind: "mjml";
|
|
83
|
+
};
|
|
84
|
+
readonly componentBaseName: "AccordionElement";
|
|
85
|
+
}, {
|
|
86
|
+
readonly tagName: "mj-accordion-text";
|
|
87
|
+
readonly source: "preset-core";
|
|
88
|
+
readonly allowedAttributes: {
|
|
89
|
+
readonly "background-color": "color";
|
|
90
|
+
readonly "font-size": "unit(px)";
|
|
91
|
+
readonly "font-family": "string";
|
|
92
|
+
readonly "font-weight": "string";
|
|
93
|
+
readonly "letter-spacing": "unitWithNegative(px,em)";
|
|
94
|
+
readonly "line-height": "unit(px,%,)";
|
|
95
|
+
readonly color: "color";
|
|
96
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
97
|
+
readonly "padding-left": "unit(px,%)";
|
|
98
|
+
readonly "padding-right": "unit(px,%)";
|
|
99
|
+
readonly "padding-top": "unit(px,%)";
|
|
100
|
+
readonly padding: "unit(px,%){1,4}";
|
|
101
|
+
readonly "css-class": "string";
|
|
102
|
+
readonly "mj-class": "string";
|
|
103
|
+
};
|
|
104
|
+
readonly defaultAttributes: {
|
|
105
|
+
readonly "font-size": "13px";
|
|
106
|
+
readonly "line-height": "1";
|
|
107
|
+
readonly padding: "16px";
|
|
108
|
+
};
|
|
109
|
+
readonly allowedChildTagNames: readonly [];
|
|
110
|
+
readonly allowedParentTagNames: readonly ["mj-accordion-element"];
|
|
111
|
+
readonly supportsAnyChildTag: false;
|
|
112
|
+
readonly endingTag: true;
|
|
113
|
+
readonly rawElement: false;
|
|
114
|
+
readonly serialization: {
|
|
115
|
+
readonly allowsArbitraryAttributes: false;
|
|
116
|
+
readonly preservesRawContent: true;
|
|
117
|
+
readonly slotKind: "html";
|
|
118
|
+
};
|
|
119
|
+
readonly componentBaseName: "AccordionText";
|
|
120
|
+
}, {
|
|
121
|
+
readonly tagName: "mj-accordion-title";
|
|
122
|
+
readonly source: "preset-core";
|
|
123
|
+
readonly allowedAttributes: {
|
|
124
|
+
readonly "background-color": "color";
|
|
125
|
+
readonly color: "color";
|
|
126
|
+
readonly "font-size": "unit(px)";
|
|
127
|
+
readonly "font-family": "string";
|
|
128
|
+
readonly "font-weight": "string";
|
|
129
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
130
|
+
readonly "padding-left": "unit(px,%)";
|
|
131
|
+
readonly "padding-right": "unit(px,%)";
|
|
132
|
+
readonly "padding-top": "unit(px,%)";
|
|
133
|
+
readonly padding: "unit(px,%){1,4}";
|
|
134
|
+
readonly "css-class": "string";
|
|
135
|
+
readonly "mj-class": "string";
|
|
136
|
+
};
|
|
137
|
+
readonly defaultAttributes: {
|
|
138
|
+
readonly "font-size": "13px";
|
|
139
|
+
readonly padding: "16px";
|
|
140
|
+
};
|
|
141
|
+
readonly allowedChildTagNames: readonly [];
|
|
142
|
+
readonly allowedParentTagNames: readonly ["mj-accordion-element"];
|
|
143
|
+
readonly supportsAnyChildTag: false;
|
|
144
|
+
readonly endingTag: true;
|
|
145
|
+
readonly rawElement: false;
|
|
146
|
+
readonly serialization: {
|
|
147
|
+
readonly allowsArbitraryAttributes: false;
|
|
148
|
+
readonly preservesRawContent: true;
|
|
149
|
+
readonly slotKind: "html";
|
|
150
|
+
};
|
|
151
|
+
readonly componentBaseName: "AccordionTitle";
|
|
152
|
+
}, {
|
|
153
|
+
readonly tagName: "mj-all";
|
|
154
|
+
readonly source: "manual";
|
|
155
|
+
readonly allowedAttributes: {};
|
|
156
|
+
readonly defaultAttributes: {};
|
|
157
|
+
readonly allowedChildTagNames: readonly [];
|
|
158
|
+
readonly allowedParentTagNames: readonly ["mj-attributes"];
|
|
159
|
+
readonly supportsAnyChildTag: false;
|
|
160
|
+
readonly endingTag: false;
|
|
161
|
+
readonly rawElement: false;
|
|
162
|
+
readonly serialization: {
|
|
163
|
+
readonly allowsArbitraryAttributes: true;
|
|
164
|
+
readonly preservesRawContent: false;
|
|
165
|
+
readonly slotKind: "none";
|
|
166
|
+
};
|
|
167
|
+
readonly componentBaseName: "All";
|
|
168
|
+
}, {
|
|
169
|
+
readonly tagName: "mj-attributes";
|
|
170
|
+
readonly source: "preset-core";
|
|
171
|
+
readonly allowedAttributes: {};
|
|
172
|
+
readonly defaultAttributes: {};
|
|
173
|
+
readonly allowedChildTagNames: readonly [];
|
|
174
|
+
readonly allowedParentTagNames: readonly ["mj-head"];
|
|
175
|
+
readonly supportsAnyChildTag: true;
|
|
176
|
+
readonly endingTag: false;
|
|
177
|
+
readonly rawElement: false;
|
|
178
|
+
readonly serialization: {
|
|
179
|
+
readonly allowsArbitraryAttributes: false;
|
|
180
|
+
readonly preservesRawContent: false;
|
|
181
|
+
readonly slotKind: "mjml";
|
|
182
|
+
};
|
|
183
|
+
readonly componentBaseName: "Attributes";
|
|
184
|
+
}, {
|
|
185
|
+
readonly tagName: "mj-body";
|
|
186
|
+
readonly source: "preset-core";
|
|
187
|
+
readonly allowedAttributes: {
|
|
188
|
+
readonly width: "unit(px)";
|
|
189
|
+
readonly "background-color": "color";
|
|
190
|
+
readonly "css-class": "string";
|
|
191
|
+
readonly "mj-class": "string";
|
|
192
|
+
};
|
|
193
|
+
readonly defaultAttributes: {
|
|
194
|
+
readonly width: "600px";
|
|
195
|
+
};
|
|
196
|
+
readonly allowedChildTagNames: readonly ["mj-raw", "mj-section", "mj-wrapper", "mj-hero"];
|
|
197
|
+
readonly allowedParentTagNames: readonly ["mjml"];
|
|
198
|
+
readonly supportsAnyChildTag: false;
|
|
199
|
+
readonly endingTag: false;
|
|
200
|
+
readonly rawElement: false;
|
|
201
|
+
readonly serialization: {
|
|
202
|
+
readonly allowsArbitraryAttributes: false;
|
|
203
|
+
readonly preservesRawContent: false;
|
|
204
|
+
readonly slotKind: "mjml";
|
|
205
|
+
};
|
|
206
|
+
readonly componentBaseName: "Body";
|
|
207
|
+
}, {
|
|
208
|
+
readonly tagName: "mj-breakpoint";
|
|
209
|
+
readonly source: "preset-core";
|
|
210
|
+
readonly allowedAttributes: {
|
|
211
|
+
readonly width: "unit(px)";
|
|
212
|
+
};
|
|
213
|
+
readonly defaultAttributes: {};
|
|
214
|
+
readonly allowedChildTagNames: readonly [];
|
|
215
|
+
readonly allowedParentTagNames: readonly ["mj-head"];
|
|
216
|
+
readonly supportsAnyChildTag: false;
|
|
217
|
+
readonly endingTag: true;
|
|
218
|
+
readonly rawElement: false;
|
|
219
|
+
readonly serialization: {
|
|
220
|
+
readonly allowsArbitraryAttributes: false;
|
|
221
|
+
readonly preservesRawContent: true;
|
|
222
|
+
readonly slotKind: "html";
|
|
223
|
+
};
|
|
224
|
+
readonly componentBaseName: "Breakpoint";
|
|
225
|
+
}, {
|
|
226
|
+
readonly tagName: "mj-button";
|
|
227
|
+
readonly source: "preset-core";
|
|
228
|
+
readonly allowedAttributes: {
|
|
229
|
+
readonly align: "enum(left,center,right)";
|
|
230
|
+
readonly "background-color": "color";
|
|
231
|
+
readonly "border-bottom": "string";
|
|
232
|
+
readonly "border-left": "string";
|
|
233
|
+
readonly "border-radius": "string";
|
|
234
|
+
readonly "border-right": "string";
|
|
235
|
+
readonly "border-top": "string";
|
|
236
|
+
readonly border: "string";
|
|
237
|
+
readonly color: "color";
|
|
238
|
+
readonly "container-background-color": "color";
|
|
239
|
+
readonly "font-family": "string";
|
|
240
|
+
readonly "font-size": "unit(px)";
|
|
241
|
+
readonly "font-style": "string";
|
|
242
|
+
readonly "font-weight": "string";
|
|
243
|
+
readonly height: "unit(px,%)";
|
|
244
|
+
readonly href: "string";
|
|
245
|
+
readonly name: "string";
|
|
246
|
+
readonly title: "string";
|
|
247
|
+
readonly "inner-padding": "unit(px,%){1,4}";
|
|
248
|
+
readonly "letter-spacing": "unitWithNegative(px,em)";
|
|
249
|
+
readonly "line-height": "unit(px,%,)";
|
|
250
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
251
|
+
readonly "padding-left": "unit(px,%)";
|
|
252
|
+
readonly "padding-right": "unit(px,%)";
|
|
253
|
+
readonly "padding-top": "unit(px,%)";
|
|
254
|
+
readonly padding: "unit(px,%){1,4}";
|
|
255
|
+
readonly rel: "string";
|
|
256
|
+
readonly target: "string";
|
|
257
|
+
readonly "text-decoration": "string";
|
|
258
|
+
readonly "text-transform": "string";
|
|
259
|
+
readonly "vertical-align": "enum(top,bottom,middle)";
|
|
260
|
+
readonly "text-align": "enum(left,right,center)";
|
|
261
|
+
readonly width: "unit(px,%)";
|
|
262
|
+
readonly "css-class": "string";
|
|
263
|
+
readonly "mj-class": "string";
|
|
264
|
+
};
|
|
265
|
+
readonly defaultAttributes: {
|
|
266
|
+
readonly align: "center";
|
|
267
|
+
readonly "background-color": "#414141";
|
|
268
|
+
readonly border: "none";
|
|
269
|
+
readonly "border-radius": "3px";
|
|
270
|
+
readonly color: "#ffffff";
|
|
271
|
+
readonly "font-family": "Ubuntu, Helvetica, Arial, sans-serif";
|
|
272
|
+
readonly "font-size": "13px";
|
|
273
|
+
readonly "font-weight": "normal";
|
|
274
|
+
readonly "inner-padding": "10px 25px";
|
|
275
|
+
readonly "line-height": "120%";
|
|
276
|
+
readonly padding: "10px 25px";
|
|
277
|
+
readonly target: "_blank";
|
|
278
|
+
readonly "text-decoration": "none";
|
|
279
|
+
readonly "text-transform": "none";
|
|
280
|
+
readonly "vertical-align": "middle";
|
|
281
|
+
};
|
|
282
|
+
readonly allowedChildTagNames: readonly [];
|
|
283
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
284
|
+
readonly supportsAnyChildTag: false;
|
|
285
|
+
readonly endingTag: true;
|
|
286
|
+
readonly rawElement: false;
|
|
287
|
+
readonly serialization: {
|
|
288
|
+
readonly allowsArbitraryAttributes: false;
|
|
289
|
+
readonly preservesRawContent: true;
|
|
290
|
+
readonly slotKind: "html";
|
|
291
|
+
};
|
|
292
|
+
readonly componentBaseName: "Button";
|
|
293
|
+
}, {
|
|
294
|
+
readonly tagName: "mj-carousel";
|
|
295
|
+
readonly source: "preset-core";
|
|
296
|
+
readonly allowedAttributes: {
|
|
297
|
+
readonly align: "enum(left,center,right)";
|
|
298
|
+
readonly "border-radius": "unit(px,%){1,4}";
|
|
299
|
+
readonly "container-background-color": "color";
|
|
300
|
+
readonly "icon-width": "unit(px,%)";
|
|
301
|
+
readonly "left-icon": "string";
|
|
302
|
+
readonly padding: "unit(px,%){1,4}";
|
|
303
|
+
readonly "padding-top": "unit(px,%)";
|
|
304
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
305
|
+
readonly "padding-left": "unit(px,%)";
|
|
306
|
+
readonly "padding-right": "unit(px,%)";
|
|
307
|
+
readonly "right-icon": "string";
|
|
308
|
+
readonly thumbnails: "enum(visible,hidden,supported)";
|
|
309
|
+
readonly "tb-border": "string";
|
|
310
|
+
readonly "tb-border-radius": "unit(px,%)";
|
|
311
|
+
readonly "tb-hover-border-color": "color";
|
|
312
|
+
readonly "tb-selected-border-color": "color";
|
|
313
|
+
readonly "tb-width": "unit(px,%)";
|
|
314
|
+
readonly "css-class": "string";
|
|
315
|
+
readonly "mj-class": "string";
|
|
316
|
+
};
|
|
317
|
+
readonly defaultAttributes: {
|
|
318
|
+
readonly align: "center";
|
|
319
|
+
readonly "border-radius": "6px";
|
|
320
|
+
readonly "icon-width": "44px";
|
|
321
|
+
readonly "left-icon": "https://i.imgur.com/xTh3hln.png";
|
|
322
|
+
readonly "right-icon": "https://i.imgur.com/os7o9kz.png";
|
|
323
|
+
readonly thumbnails: "visible";
|
|
324
|
+
readonly "tb-border": "2px solid transparent";
|
|
325
|
+
readonly "tb-border-radius": "6px";
|
|
326
|
+
readonly "tb-hover-border-color": "#fead0d";
|
|
327
|
+
readonly "tb-selected-border-color": "#cccccc";
|
|
328
|
+
};
|
|
329
|
+
readonly allowedChildTagNames: readonly ["mj-carousel-image"];
|
|
330
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
331
|
+
readonly supportsAnyChildTag: false;
|
|
332
|
+
readonly endingTag: false;
|
|
333
|
+
readonly rawElement: false;
|
|
334
|
+
readonly serialization: {
|
|
335
|
+
readonly allowsArbitraryAttributes: false;
|
|
336
|
+
readonly preservesRawContent: false;
|
|
337
|
+
readonly slotKind: "mjml";
|
|
338
|
+
};
|
|
339
|
+
readonly componentBaseName: "Carousel";
|
|
340
|
+
}, {
|
|
341
|
+
readonly tagName: "mj-carousel-image";
|
|
342
|
+
readonly source: "preset-core";
|
|
343
|
+
readonly allowedAttributes: {
|
|
344
|
+
readonly alt: "string";
|
|
345
|
+
readonly href: "string";
|
|
346
|
+
readonly rel: "string";
|
|
347
|
+
readonly target: "string";
|
|
348
|
+
readonly title: "string";
|
|
349
|
+
readonly src: "string";
|
|
350
|
+
readonly "thumbnails-src": "string";
|
|
351
|
+
readonly "border-radius": "unit(px,%){1,4}";
|
|
352
|
+
readonly "tb-border": "string";
|
|
353
|
+
readonly "tb-border-radius": "unit(px,%){1,4}";
|
|
354
|
+
readonly "css-class": "string";
|
|
355
|
+
readonly "mj-class": "string";
|
|
356
|
+
};
|
|
357
|
+
readonly defaultAttributes: {
|
|
358
|
+
readonly alt: "";
|
|
359
|
+
readonly target: "_blank";
|
|
360
|
+
};
|
|
361
|
+
readonly allowedChildTagNames: readonly [];
|
|
362
|
+
readonly allowedParentTagNames: readonly ["mj-carousel"];
|
|
363
|
+
readonly supportsAnyChildTag: false;
|
|
364
|
+
readonly endingTag: true;
|
|
365
|
+
readonly rawElement: false;
|
|
366
|
+
readonly serialization: {
|
|
367
|
+
readonly allowsArbitraryAttributes: false;
|
|
368
|
+
readonly preservesRawContent: true;
|
|
369
|
+
readonly slotKind: "html";
|
|
370
|
+
};
|
|
371
|
+
readonly componentBaseName: "CarouselImage";
|
|
372
|
+
}, {
|
|
373
|
+
readonly tagName: "mj-class";
|
|
374
|
+
readonly source: "manual";
|
|
375
|
+
readonly allowedAttributes: {
|
|
376
|
+
readonly name: "string";
|
|
377
|
+
};
|
|
378
|
+
readonly defaultAttributes: {};
|
|
379
|
+
readonly allowedChildTagNames: readonly [];
|
|
380
|
+
readonly allowedParentTagNames: readonly ["mj-attributes"];
|
|
381
|
+
readonly supportsAnyChildTag: true;
|
|
382
|
+
readonly endingTag: false;
|
|
383
|
+
readonly rawElement: false;
|
|
384
|
+
readonly serialization: {
|
|
385
|
+
readonly allowsArbitraryAttributes: true;
|
|
386
|
+
readonly preservesRawContent: false;
|
|
387
|
+
readonly slotKind: "mjml";
|
|
388
|
+
};
|
|
389
|
+
readonly componentBaseName: "Class";
|
|
390
|
+
}, {
|
|
391
|
+
readonly tagName: "mj-column";
|
|
392
|
+
readonly source: "preset-core";
|
|
393
|
+
readonly allowedAttributes: {
|
|
394
|
+
readonly "background-color": "color";
|
|
395
|
+
readonly border: "string";
|
|
396
|
+
readonly "border-bottom": "string";
|
|
397
|
+
readonly "border-left": "string";
|
|
398
|
+
readonly "border-radius": "unit(px,%){1,4}";
|
|
399
|
+
readonly "border-right": "string";
|
|
400
|
+
readonly "border-top": "string";
|
|
401
|
+
readonly direction: "enum(ltr,rtl)";
|
|
402
|
+
readonly "inner-background-color": "color";
|
|
403
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
404
|
+
readonly "padding-left": "unit(px,%)";
|
|
405
|
+
readonly "padding-right": "unit(px,%)";
|
|
406
|
+
readonly "padding-top": "unit(px,%)";
|
|
407
|
+
readonly "inner-border": "string";
|
|
408
|
+
readonly "inner-border-bottom": "string";
|
|
409
|
+
readonly "inner-border-left": "string";
|
|
410
|
+
readonly "inner-border-radius": "unit(px,%){1,4}";
|
|
411
|
+
readonly "inner-border-right": "string";
|
|
412
|
+
readonly "inner-border-top": "string";
|
|
413
|
+
readonly padding: "unit(px,%){1,4}";
|
|
414
|
+
readonly "vertical-align": "enum(top,bottom,middle)";
|
|
415
|
+
readonly width: "unit(px,%)";
|
|
416
|
+
readonly "css-class": "string";
|
|
417
|
+
readonly "mj-class": "string";
|
|
418
|
+
};
|
|
419
|
+
readonly defaultAttributes: {
|
|
420
|
+
readonly direction: "ltr";
|
|
421
|
+
readonly "vertical-align": "top";
|
|
422
|
+
};
|
|
423
|
+
readonly allowedChildTagNames: readonly ["mj-accordion", "mj-button", "mj-carousel", "mj-divider", "mj-image", "mj-raw", "mj-social", "mj-spacer", "mj-table", "mj-text", "mj-navbar"];
|
|
424
|
+
readonly allowedParentTagNames: readonly ["mj-group", "mj-section"];
|
|
425
|
+
readonly supportsAnyChildTag: false;
|
|
426
|
+
readonly endingTag: false;
|
|
427
|
+
readonly rawElement: false;
|
|
428
|
+
readonly serialization: {
|
|
429
|
+
readonly allowsArbitraryAttributes: false;
|
|
430
|
+
readonly preservesRawContent: false;
|
|
431
|
+
readonly slotKind: "mjml";
|
|
432
|
+
};
|
|
433
|
+
readonly componentBaseName: "Column";
|
|
434
|
+
}, {
|
|
435
|
+
readonly tagName: "mj-divider";
|
|
436
|
+
readonly source: "preset-core";
|
|
437
|
+
readonly allowedAttributes: {
|
|
438
|
+
readonly "border-color": "color";
|
|
439
|
+
readonly "border-style": "string";
|
|
440
|
+
readonly "border-width": "unit(px)";
|
|
441
|
+
readonly "container-background-color": "color";
|
|
442
|
+
readonly padding: "unit(px,%){1,4}";
|
|
443
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
444
|
+
readonly "padding-left": "unit(px,%)";
|
|
445
|
+
readonly "padding-right": "unit(px,%)";
|
|
446
|
+
readonly "padding-top": "unit(px,%)";
|
|
447
|
+
readonly width: "unit(px,%)";
|
|
448
|
+
readonly align: "enum(left,center,right)";
|
|
449
|
+
readonly "css-class": "string";
|
|
450
|
+
readonly "mj-class": "string";
|
|
451
|
+
};
|
|
452
|
+
readonly defaultAttributes: {
|
|
453
|
+
readonly "border-color": "#000000";
|
|
454
|
+
readonly "border-style": "solid";
|
|
455
|
+
readonly "border-width": "4px";
|
|
456
|
+
readonly padding: "10px 25px";
|
|
457
|
+
readonly width: "100%";
|
|
458
|
+
readonly align: "center";
|
|
459
|
+
};
|
|
460
|
+
readonly allowedChildTagNames: readonly [];
|
|
461
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
462
|
+
readonly supportsAnyChildTag: false;
|
|
463
|
+
readonly endingTag: false;
|
|
464
|
+
readonly rawElement: false;
|
|
465
|
+
readonly serialization: {
|
|
466
|
+
readonly allowsArbitraryAttributes: false;
|
|
467
|
+
readonly preservesRawContent: false;
|
|
468
|
+
readonly slotKind: "none";
|
|
469
|
+
};
|
|
470
|
+
readonly componentBaseName: "Divider";
|
|
471
|
+
}, {
|
|
472
|
+
readonly tagName: "mj-font";
|
|
473
|
+
readonly source: "preset-core";
|
|
474
|
+
readonly allowedAttributes: {
|
|
475
|
+
readonly name: "string";
|
|
476
|
+
readonly href: "string";
|
|
477
|
+
};
|
|
478
|
+
readonly defaultAttributes: {};
|
|
479
|
+
readonly allowedChildTagNames: readonly [];
|
|
480
|
+
readonly allowedParentTagNames: readonly ["mj-head"];
|
|
481
|
+
readonly supportsAnyChildTag: false;
|
|
482
|
+
readonly endingTag: false;
|
|
483
|
+
readonly rawElement: false;
|
|
484
|
+
readonly serialization: {
|
|
485
|
+
readonly allowsArbitraryAttributes: false;
|
|
486
|
+
readonly preservesRawContent: false;
|
|
487
|
+
readonly slotKind: "none";
|
|
488
|
+
};
|
|
489
|
+
readonly componentBaseName: "Font";
|
|
490
|
+
}, {
|
|
491
|
+
readonly tagName: "mj-group";
|
|
492
|
+
readonly source: "preset-core";
|
|
493
|
+
readonly allowedAttributes: {
|
|
494
|
+
readonly "background-color": "color";
|
|
495
|
+
readonly direction: "enum(ltr,rtl)";
|
|
496
|
+
readonly "vertical-align": "enum(top,bottom,middle)";
|
|
497
|
+
readonly width: "unit(px,%)";
|
|
498
|
+
readonly "css-class": "string";
|
|
499
|
+
readonly "mj-class": "string";
|
|
500
|
+
};
|
|
501
|
+
readonly defaultAttributes: {
|
|
502
|
+
readonly direction: "ltr";
|
|
503
|
+
};
|
|
504
|
+
readonly allowedChildTagNames: readonly ["mj-column", "mj-raw"];
|
|
505
|
+
readonly allowedParentTagNames: readonly ["mj-section"];
|
|
506
|
+
readonly supportsAnyChildTag: false;
|
|
507
|
+
readonly endingTag: false;
|
|
508
|
+
readonly rawElement: false;
|
|
509
|
+
readonly serialization: {
|
|
510
|
+
readonly allowsArbitraryAttributes: false;
|
|
511
|
+
readonly preservesRawContent: false;
|
|
512
|
+
readonly slotKind: "mjml";
|
|
513
|
+
};
|
|
514
|
+
readonly componentBaseName: "Group";
|
|
515
|
+
}, {
|
|
516
|
+
readonly tagName: "mj-head";
|
|
517
|
+
readonly source: "preset-core";
|
|
518
|
+
readonly allowedAttributes: {};
|
|
519
|
+
readonly defaultAttributes: {};
|
|
520
|
+
readonly allowedChildTagNames: readonly ["mj-attributes", "mj-breakpoint", "mj-html-attributes", "mj-font", "mj-preview", "mj-style", "mj-title", "mj-raw"];
|
|
521
|
+
readonly allowedParentTagNames: readonly ["mjml"];
|
|
522
|
+
readonly supportsAnyChildTag: false;
|
|
523
|
+
readonly endingTag: false;
|
|
524
|
+
readonly rawElement: false;
|
|
525
|
+
readonly serialization: {
|
|
526
|
+
readonly allowsArbitraryAttributes: false;
|
|
527
|
+
readonly preservesRawContent: false;
|
|
528
|
+
readonly slotKind: "mjml";
|
|
529
|
+
};
|
|
530
|
+
readonly componentBaseName: "Head";
|
|
531
|
+
}, {
|
|
532
|
+
readonly tagName: "mj-hero";
|
|
533
|
+
readonly source: "preset-core";
|
|
534
|
+
readonly allowedAttributes: {
|
|
535
|
+
readonly mode: "string";
|
|
536
|
+
readonly height: "unit(px,%)";
|
|
537
|
+
readonly "background-url": "string";
|
|
538
|
+
readonly "background-width": "unit(px,%)";
|
|
539
|
+
readonly "background-height": "unit(px,%)";
|
|
540
|
+
readonly "background-position": "string";
|
|
541
|
+
readonly "border-radius": "string";
|
|
542
|
+
readonly "container-background-color": "color";
|
|
543
|
+
readonly "inner-background-color": "color";
|
|
544
|
+
readonly "inner-padding": "unit(px,%){1,4}";
|
|
545
|
+
readonly "inner-padding-top": "unit(px,%)";
|
|
546
|
+
readonly "inner-padding-left": "unit(px,%)";
|
|
547
|
+
readonly "inner-padding-right": "unit(px,%)";
|
|
548
|
+
readonly "inner-padding-bottom": "unit(px,%)";
|
|
549
|
+
readonly padding: "unit(px,%){1,4}";
|
|
550
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
551
|
+
readonly "padding-left": "unit(px,%)";
|
|
552
|
+
readonly "padding-right": "unit(px,%)";
|
|
553
|
+
readonly "padding-top": "unit(px,%)";
|
|
554
|
+
readonly "background-color": "color";
|
|
555
|
+
readonly "vertical-align": "enum(top,bottom,middle)";
|
|
556
|
+
readonly "css-class": "string";
|
|
557
|
+
readonly "mj-class": "string";
|
|
558
|
+
};
|
|
559
|
+
readonly defaultAttributes: {
|
|
560
|
+
readonly mode: "fixed-height";
|
|
561
|
+
readonly height: "0px";
|
|
562
|
+
readonly "background-url": null;
|
|
563
|
+
readonly "background-position": "center center";
|
|
564
|
+
readonly padding: "0px";
|
|
565
|
+
readonly "padding-bottom": null;
|
|
566
|
+
readonly "padding-left": null;
|
|
567
|
+
readonly "padding-right": null;
|
|
568
|
+
readonly "padding-top": null;
|
|
569
|
+
readonly "background-color": "#ffffff";
|
|
570
|
+
readonly "vertical-align": "top";
|
|
571
|
+
};
|
|
572
|
+
readonly allowedChildTagNames: readonly ["mj-accordion", "mj-button", "mj-carousel", "mj-divider", "mj-image", "mj-social", "mj-spacer", "mj-table", "mj-text", "mj-navbar", "mj-raw"];
|
|
573
|
+
readonly allowedParentTagNames: readonly ["mj-body", "mj-wrapper"];
|
|
574
|
+
readonly supportsAnyChildTag: false;
|
|
575
|
+
readonly endingTag: false;
|
|
576
|
+
readonly rawElement: false;
|
|
577
|
+
readonly serialization: {
|
|
578
|
+
readonly allowsArbitraryAttributes: false;
|
|
579
|
+
readonly preservesRawContent: false;
|
|
580
|
+
readonly slotKind: "mjml";
|
|
581
|
+
};
|
|
582
|
+
readonly componentBaseName: "Hero";
|
|
583
|
+
}, {
|
|
584
|
+
readonly tagName: "mj-html-attribute";
|
|
585
|
+
readonly source: "manual";
|
|
586
|
+
readonly allowedAttributes: {
|
|
587
|
+
readonly name: "string";
|
|
588
|
+
};
|
|
589
|
+
readonly defaultAttributes: {};
|
|
590
|
+
readonly allowedChildTagNames: readonly [];
|
|
591
|
+
readonly allowedParentTagNames: readonly ["mj-selector"];
|
|
592
|
+
readonly supportsAnyChildTag: false;
|
|
593
|
+
readonly endingTag: true;
|
|
594
|
+
readonly rawElement: false;
|
|
595
|
+
readonly serialization: {
|
|
596
|
+
readonly allowsArbitraryAttributes: false;
|
|
597
|
+
readonly preservesRawContent: true;
|
|
598
|
+
readonly slotKind: "text";
|
|
599
|
+
};
|
|
600
|
+
readonly componentBaseName: "HtmlAttribute";
|
|
601
|
+
}, {
|
|
602
|
+
readonly tagName: "mj-html-attributes";
|
|
603
|
+
readonly source: "preset-core";
|
|
604
|
+
readonly allowedAttributes: {};
|
|
605
|
+
readonly defaultAttributes: {};
|
|
606
|
+
readonly allowedChildTagNames: readonly ["mj-selector"];
|
|
607
|
+
readonly allowedParentTagNames: readonly ["mj-head"];
|
|
608
|
+
readonly supportsAnyChildTag: false;
|
|
609
|
+
readonly endingTag: false;
|
|
610
|
+
readonly rawElement: false;
|
|
611
|
+
readonly serialization: {
|
|
612
|
+
readonly allowsArbitraryAttributes: false;
|
|
613
|
+
readonly preservesRawContent: false;
|
|
614
|
+
readonly slotKind: "mjml";
|
|
615
|
+
};
|
|
616
|
+
readonly componentBaseName: "HtmlAttributes";
|
|
617
|
+
}, {
|
|
618
|
+
readonly tagName: "mj-image";
|
|
619
|
+
readonly source: "preset-core";
|
|
620
|
+
readonly allowedAttributes: {
|
|
621
|
+
readonly alt: "string";
|
|
622
|
+
readonly href: "string";
|
|
623
|
+
readonly name: "string";
|
|
624
|
+
readonly src: "string";
|
|
625
|
+
readonly srcset: "string";
|
|
626
|
+
readonly sizes: "string";
|
|
627
|
+
readonly title: "string";
|
|
628
|
+
readonly rel: "string";
|
|
629
|
+
readonly align: "enum(left,center,right)";
|
|
630
|
+
readonly border: "string";
|
|
631
|
+
readonly "border-bottom": "string";
|
|
632
|
+
readonly "border-left": "string";
|
|
633
|
+
readonly "border-right": "string";
|
|
634
|
+
readonly "border-top": "string";
|
|
635
|
+
readonly "border-radius": "unit(px,%){1,4}";
|
|
636
|
+
readonly "container-background-color": "color";
|
|
637
|
+
readonly "fluid-on-mobile": "boolean";
|
|
638
|
+
readonly padding: "unit(px,%){1,4}";
|
|
639
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
640
|
+
readonly "padding-left": "unit(px,%)";
|
|
641
|
+
readonly "padding-right": "unit(px,%)";
|
|
642
|
+
readonly "padding-top": "unit(px,%)";
|
|
643
|
+
readonly target: "string";
|
|
644
|
+
readonly width: "unit(px)";
|
|
645
|
+
readonly height: "unit(px,auto)";
|
|
646
|
+
readonly "max-height": "unit(px,%)";
|
|
647
|
+
readonly "font-size": "unit(px)";
|
|
648
|
+
readonly usemap: "string";
|
|
649
|
+
readonly "css-class": "string";
|
|
650
|
+
readonly "mj-class": "string";
|
|
651
|
+
};
|
|
652
|
+
readonly defaultAttributes: {
|
|
653
|
+
readonly alt: "";
|
|
654
|
+
readonly align: "center";
|
|
655
|
+
readonly border: "0";
|
|
656
|
+
readonly height: "auto";
|
|
657
|
+
readonly padding: "10px 25px";
|
|
658
|
+
readonly target: "_blank";
|
|
659
|
+
readonly "font-size": "13px";
|
|
660
|
+
};
|
|
661
|
+
readonly allowedChildTagNames: readonly [];
|
|
662
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
663
|
+
readonly supportsAnyChildTag: false;
|
|
664
|
+
readonly endingTag: false;
|
|
665
|
+
readonly rawElement: false;
|
|
666
|
+
readonly serialization: {
|
|
667
|
+
readonly allowsArbitraryAttributes: false;
|
|
668
|
+
readonly preservesRawContent: false;
|
|
669
|
+
readonly slotKind: "none";
|
|
670
|
+
};
|
|
671
|
+
readonly componentBaseName: "Image";
|
|
672
|
+
}, {
|
|
673
|
+
readonly tagName: "mj-navbar";
|
|
674
|
+
readonly source: "preset-core";
|
|
675
|
+
readonly allowedAttributes: {
|
|
676
|
+
readonly align: "enum(left,center,right)";
|
|
677
|
+
readonly "base-url": "string";
|
|
678
|
+
readonly hamburger: "string";
|
|
679
|
+
readonly "ico-align": "enum(left,center,right)";
|
|
680
|
+
readonly "ico-open": "string";
|
|
681
|
+
readonly "ico-close": "string";
|
|
682
|
+
readonly "ico-color": "color";
|
|
683
|
+
readonly "ico-font-size": "unit(px,%)";
|
|
684
|
+
readonly "ico-font-family": "string";
|
|
685
|
+
readonly "ico-text-transform": "string";
|
|
686
|
+
readonly "ico-padding": "unit(px,%){1,4}";
|
|
687
|
+
readonly "ico-padding-left": "unit(px,%)";
|
|
688
|
+
readonly "ico-padding-top": "unit(px,%)";
|
|
689
|
+
readonly "ico-padding-right": "unit(px,%)";
|
|
690
|
+
readonly "ico-padding-bottom": "unit(px,%)";
|
|
691
|
+
readonly padding: "unit(px,%){1,4}";
|
|
692
|
+
readonly "padding-left": "unit(px,%)";
|
|
693
|
+
readonly "padding-top": "unit(px,%)";
|
|
694
|
+
readonly "padding-right": "unit(px,%)";
|
|
695
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
696
|
+
readonly "ico-text-decoration": "string";
|
|
697
|
+
readonly "ico-line-height": "unit(px,%,)";
|
|
698
|
+
readonly "css-class": "string";
|
|
699
|
+
readonly "mj-class": "string";
|
|
700
|
+
};
|
|
701
|
+
readonly defaultAttributes: {
|
|
702
|
+
readonly align: "center";
|
|
703
|
+
readonly "base-url": null;
|
|
704
|
+
readonly hamburger: null;
|
|
705
|
+
readonly "ico-align": "center";
|
|
706
|
+
readonly "ico-open": "☰";
|
|
707
|
+
readonly "ico-close": "⊗";
|
|
708
|
+
readonly "ico-color": "#000000";
|
|
709
|
+
readonly "ico-font-size": "30px";
|
|
710
|
+
readonly "ico-font-family": "Ubuntu, Helvetica, Arial, sans-serif";
|
|
711
|
+
readonly "ico-text-transform": "uppercase";
|
|
712
|
+
readonly "ico-padding": "10px";
|
|
713
|
+
readonly "ico-text-decoration": "none";
|
|
714
|
+
readonly "ico-line-height": "30px";
|
|
715
|
+
};
|
|
716
|
+
readonly allowedChildTagNames: readonly ["mj-navbar-link", "mj-raw"];
|
|
717
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
718
|
+
readonly supportsAnyChildTag: false;
|
|
719
|
+
readonly endingTag: false;
|
|
720
|
+
readonly rawElement: false;
|
|
721
|
+
readonly serialization: {
|
|
722
|
+
readonly allowsArbitraryAttributes: false;
|
|
723
|
+
readonly preservesRawContent: false;
|
|
724
|
+
readonly slotKind: "mjml";
|
|
725
|
+
};
|
|
726
|
+
readonly componentBaseName: "Navbar";
|
|
727
|
+
}, {
|
|
728
|
+
readonly tagName: "mj-navbar-link";
|
|
729
|
+
readonly source: "preset-core";
|
|
730
|
+
readonly allowedAttributes: {
|
|
731
|
+
readonly color: "color";
|
|
732
|
+
readonly "font-family": "string";
|
|
733
|
+
readonly "font-size": "unit(px)";
|
|
734
|
+
readonly "font-style": "string";
|
|
735
|
+
readonly "font-weight": "string";
|
|
736
|
+
readonly href: "string";
|
|
737
|
+
readonly name: "string";
|
|
738
|
+
readonly target: "string";
|
|
739
|
+
readonly rel: "string";
|
|
740
|
+
readonly "letter-spacing": "unitWithNegative(px,em)";
|
|
741
|
+
readonly "line-height": "unit(px,%,)";
|
|
742
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
743
|
+
readonly "padding-left": "unit(px,%)";
|
|
744
|
+
readonly "padding-right": "unit(px,%)";
|
|
745
|
+
readonly "padding-top": "unit(px,%)";
|
|
746
|
+
readonly padding: "unit(px,%){1,4}";
|
|
747
|
+
readonly "text-decoration": "string";
|
|
748
|
+
readonly "text-transform": "string";
|
|
749
|
+
readonly "css-class": "string";
|
|
750
|
+
readonly "mj-class": "string";
|
|
751
|
+
};
|
|
752
|
+
readonly defaultAttributes: {
|
|
753
|
+
readonly color: "#000000";
|
|
754
|
+
readonly "font-family": "Ubuntu, Helvetica, Arial, sans-serif";
|
|
755
|
+
readonly "font-size": "13px";
|
|
756
|
+
readonly "font-weight": "normal";
|
|
757
|
+
readonly "line-height": "22px";
|
|
758
|
+
readonly padding: "15px 10px";
|
|
759
|
+
readonly target: "_blank";
|
|
760
|
+
readonly "text-decoration": "none";
|
|
761
|
+
readonly "text-transform": "uppercase";
|
|
762
|
+
};
|
|
763
|
+
readonly allowedChildTagNames: readonly [];
|
|
764
|
+
readonly allowedParentTagNames: readonly ["mj-navbar"];
|
|
765
|
+
readonly supportsAnyChildTag: false;
|
|
766
|
+
readonly endingTag: true;
|
|
767
|
+
readonly rawElement: false;
|
|
768
|
+
readonly serialization: {
|
|
769
|
+
readonly allowsArbitraryAttributes: false;
|
|
770
|
+
readonly preservesRawContent: true;
|
|
771
|
+
readonly slotKind: "html";
|
|
772
|
+
};
|
|
773
|
+
readonly componentBaseName: "NavbarLink";
|
|
774
|
+
}, {
|
|
775
|
+
readonly tagName: "mj-preview";
|
|
776
|
+
readonly source: "preset-core";
|
|
777
|
+
readonly allowedAttributes: {};
|
|
778
|
+
readonly defaultAttributes: {};
|
|
779
|
+
readonly allowedChildTagNames: readonly [];
|
|
780
|
+
readonly allowedParentTagNames: readonly ["mj-head"];
|
|
781
|
+
readonly supportsAnyChildTag: false;
|
|
782
|
+
readonly endingTag: true;
|
|
783
|
+
readonly rawElement: false;
|
|
784
|
+
readonly serialization: {
|
|
785
|
+
readonly allowsArbitraryAttributes: false;
|
|
786
|
+
readonly preservesRawContent: true;
|
|
787
|
+
readonly slotKind: "text";
|
|
788
|
+
};
|
|
789
|
+
readonly componentBaseName: "Preview";
|
|
790
|
+
}, {
|
|
791
|
+
readonly tagName: "mj-raw";
|
|
792
|
+
readonly source: "preset-core";
|
|
793
|
+
readonly allowedAttributes: {
|
|
794
|
+
readonly position: "enum(file-start)";
|
|
795
|
+
readonly "css-class": "string";
|
|
796
|
+
readonly "mj-class": "string";
|
|
797
|
+
};
|
|
798
|
+
readonly defaultAttributes: {};
|
|
799
|
+
readonly allowedChildTagNames: readonly [];
|
|
800
|
+
readonly allowedParentTagNames: readonly ["mjml", "mj-accordion", "mj-accordion-element", "mj-body", "mj-column", "mj-group", "mj-head", "mj-hero", "mj-navbar", "mj-section", "mj-social", "mj-wrapper"];
|
|
801
|
+
readonly supportsAnyChildTag: false;
|
|
802
|
+
readonly endingTag: true;
|
|
803
|
+
readonly rawElement: true;
|
|
804
|
+
readonly serialization: {
|
|
805
|
+
readonly allowsArbitraryAttributes: false;
|
|
806
|
+
readonly preservesRawContent: true;
|
|
807
|
+
readonly slotKind: "html";
|
|
808
|
+
};
|
|
809
|
+
readonly componentBaseName: "Raw";
|
|
810
|
+
}, {
|
|
811
|
+
readonly tagName: "mj-section";
|
|
812
|
+
readonly source: "preset-core";
|
|
813
|
+
readonly allowedAttributes: {
|
|
814
|
+
readonly "background-color": "color";
|
|
815
|
+
readonly "background-url": "string";
|
|
816
|
+
readonly "background-repeat": "enum(repeat,no-repeat)";
|
|
817
|
+
readonly "background-size": "string";
|
|
818
|
+
readonly "background-position": "string";
|
|
819
|
+
readonly "background-position-x": "string";
|
|
820
|
+
readonly "background-position-y": "string";
|
|
821
|
+
readonly border: "string";
|
|
822
|
+
readonly "border-bottom": "string";
|
|
823
|
+
readonly "border-left": "string";
|
|
824
|
+
readonly "border-radius": "string";
|
|
825
|
+
readonly "border-right": "string";
|
|
826
|
+
readonly "border-top": "string";
|
|
827
|
+
readonly direction: "enum(ltr,rtl)";
|
|
828
|
+
readonly "full-width": "enum(full-width,false,)";
|
|
829
|
+
readonly padding: "unit(px,%){1,4}";
|
|
830
|
+
readonly "padding-top": "unit(px,%)";
|
|
831
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
832
|
+
readonly "padding-left": "unit(px,%)";
|
|
833
|
+
readonly "padding-right": "unit(px,%)";
|
|
834
|
+
readonly "text-align": "enum(left,center,right)";
|
|
835
|
+
readonly "text-padding": "unit(px,%){1,4}";
|
|
836
|
+
readonly "css-class": "string";
|
|
837
|
+
readonly "mj-class": "string";
|
|
838
|
+
};
|
|
839
|
+
readonly defaultAttributes: {
|
|
840
|
+
readonly "background-repeat": "repeat";
|
|
841
|
+
readonly "background-size": "auto";
|
|
842
|
+
readonly "background-position": "top center";
|
|
843
|
+
readonly direction: "ltr";
|
|
844
|
+
readonly padding: "20px 0";
|
|
845
|
+
readonly "text-align": "center";
|
|
846
|
+
readonly "text-padding": "4px 4px 4px 0";
|
|
847
|
+
};
|
|
848
|
+
readonly allowedChildTagNames: readonly ["mj-column", "mj-group", "mj-raw"];
|
|
849
|
+
readonly allowedParentTagNames: readonly ["mj-body", "mj-wrapper"];
|
|
850
|
+
readonly supportsAnyChildTag: false;
|
|
851
|
+
readonly endingTag: false;
|
|
852
|
+
readonly rawElement: false;
|
|
853
|
+
readonly serialization: {
|
|
854
|
+
readonly allowsArbitraryAttributes: false;
|
|
855
|
+
readonly preservesRawContent: false;
|
|
856
|
+
readonly slotKind: "mjml";
|
|
857
|
+
};
|
|
858
|
+
readonly componentBaseName: "Section";
|
|
859
|
+
}, {
|
|
860
|
+
readonly tagName: "mj-selector";
|
|
861
|
+
readonly source: "manual";
|
|
862
|
+
readonly allowedAttributes: {
|
|
863
|
+
readonly path: "string";
|
|
864
|
+
};
|
|
865
|
+
readonly defaultAttributes: {};
|
|
866
|
+
readonly allowedChildTagNames: readonly ["mj-html-attribute"];
|
|
867
|
+
readonly allowedParentTagNames: readonly ["mj-html-attributes"];
|
|
868
|
+
readonly supportsAnyChildTag: false;
|
|
869
|
+
readonly endingTag: false;
|
|
870
|
+
readonly rawElement: false;
|
|
871
|
+
readonly serialization: {
|
|
872
|
+
readonly allowsArbitraryAttributes: false;
|
|
873
|
+
readonly preservesRawContent: false;
|
|
874
|
+
readonly slotKind: "mjml";
|
|
875
|
+
};
|
|
876
|
+
readonly componentBaseName: "Selector";
|
|
877
|
+
}, {
|
|
878
|
+
readonly tagName: "mj-social";
|
|
879
|
+
readonly source: "preset-core";
|
|
880
|
+
readonly allowedAttributes: {
|
|
881
|
+
readonly align: "enum(left,right,center)";
|
|
882
|
+
readonly "border-radius": "unit(px,%)";
|
|
883
|
+
readonly "container-background-color": "color";
|
|
884
|
+
readonly color: "color";
|
|
885
|
+
readonly "font-family": "string";
|
|
886
|
+
readonly "font-size": "unit(px)";
|
|
887
|
+
readonly "font-style": "string";
|
|
888
|
+
readonly "font-weight": "string";
|
|
889
|
+
readonly "icon-size": "unit(px,%)";
|
|
890
|
+
readonly "icon-height": "unit(px,%)";
|
|
891
|
+
readonly "icon-padding": "unit(px,%){1,4}";
|
|
892
|
+
readonly "inner-padding": "unit(px,%){1,4}";
|
|
893
|
+
readonly "line-height": "unit(px,%,)";
|
|
894
|
+
readonly mode: "enum(horizontal,vertical)";
|
|
895
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
896
|
+
readonly "padding-left": "unit(px,%)";
|
|
897
|
+
readonly "padding-right": "unit(px,%)";
|
|
898
|
+
readonly "padding-top": "unit(px,%)";
|
|
899
|
+
readonly padding: "unit(px,%){1,4}";
|
|
900
|
+
readonly "table-layout": "enum(auto,fixed)";
|
|
901
|
+
readonly "text-padding": "unit(px,%){1,4}";
|
|
902
|
+
readonly "text-decoration": "string";
|
|
903
|
+
readonly "vertical-align": "enum(top,bottom,middle)";
|
|
904
|
+
readonly "css-class": "string";
|
|
905
|
+
readonly "mj-class": "string";
|
|
906
|
+
};
|
|
907
|
+
readonly defaultAttributes: {
|
|
908
|
+
readonly align: "center";
|
|
909
|
+
readonly "border-radius": "3px";
|
|
910
|
+
readonly color: "#333333";
|
|
911
|
+
readonly "font-family": "Ubuntu, Helvetica, Arial, sans-serif";
|
|
912
|
+
readonly "font-size": "13px";
|
|
913
|
+
readonly "icon-size": "20px";
|
|
914
|
+
readonly "inner-padding": null;
|
|
915
|
+
readonly "line-height": "22px";
|
|
916
|
+
readonly mode: "horizontal";
|
|
917
|
+
readonly padding: "10px 25px";
|
|
918
|
+
readonly "text-decoration": "none";
|
|
919
|
+
};
|
|
920
|
+
readonly allowedChildTagNames: readonly ["mj-social-element", "mj-raw"];
|
|
921
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
922
|
+
readonly supportsAnyChildTag: false;
|
|
923
|
+
readonly endingTag: false;
|
|
924
|
+
readonly rawElement: false;
|
|
925
|
+
readonly serialization: {
|
|
926
|
+
readonly allowsArbitraryAttributes: false;
|
|
927
|
+
readonly preservesRawContent: false;
|
|
928
|
+
readonly slotKind: "mjml";
|
|
929
|
+
};
|
|
930
|
+
readonly componentBaseName: "Social";
|
|
931
|
+
}, {
|
|
932
|
+
readonly tagName: "mj-social-element";
|
|
933
|
+
readonly source: "preset-core";
|
|
934
|
+
readonly allowedAttributes: {
|
|
935
|
+
readonly align: "enum(left,center,right)";
|
|
936
|
+
readonly "icon-position": "enum(left,right)";
|
|
937
|
+
readonly "background-color": "color";
|
|
938
|
+
readonly color: "color";
|
|
939
|
+
readonly "border-radius": "unit(px)";
|
|
940
|
+
readonly "font-family": "string";
|
|
941
|
+
readonly "font-size": "unit(px)";
|
|
942
|
+
readonly "font-style": "string";
|
|
943
|
+
readonly "font-weight": "string";
|
|
944
|
+
readonly href: "string";
|
|
945
|
+
readonly "icon-size": "unit(px,%)";
|
|
946
|
+
readonly "icon-height": "unit(px,%)";
|
|
947
|
+
readonly "icon-padding": "unit(px,%){1,4}";
|
|
948
|
+
readonly "line-height": "unit(px,%,)";
|
|
949
|
+
readonly name: "string";
|
|
950
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
951
|
+
readonly "padding-left": "unit(px,%)";
|
|
952
|
+
readonly "padding-right": "unit(px,%)";
|
|
953
|
+
readonly "padding-top": "unit(px,%)";
|
|
954
|
+
readonly padding: "unit(px,%){1,4}";
|
|
955
|
+
readonly "text-padding": "unit(px,%){1,4}";
|
|
956
|
+
readonly rel: "string";
|
|
957
|
+
readonly src: "string";
|
|
958
|
+
readonly srcset: "string";
|
|
959
|
+
readonly sizes: "string";
|
|
960
|
+
readonly alt: "string";
|
|
961
|
+
readonly title: "string";
|
|
962
|
+
readonly target: "string";
|
|
963
|
+
readonly "text-decoration": "string";
|
|
964
|
+
readonly "vertical-align": "enum(top,middle,bottom)";
|
|
965
|
+
readonly "css-class": "string";
|
|
966
|
+
readonly "mj-class": "string";
|
|
967
|
+
};
|
|
968
|
+
readonly defaultAttributes: {
|
|
969
|
+
readonly alt: "";
|
|
970
|
+
readonly align: "left";
|
|
971
|
+
readonly "icon-position": "left";
|
|
972
|
+
readonly color: "#000";
|
|
973
|
+
readonly "border-radius": "3px";
|
|
974
|
+
readonly "font-family": "Ubuntu, Helvetica, Arial, sans-serif";
|
|
975
|
+
readonly "font-size": "13px";
|
|
976
|
+
readonly "line-height": "1";
|
|
977
|
+
readonly padding: "4px";
|
|
978
|
+
readonly "text-padding": "4px 4px 4px 0";
|
|
979
|
+
readonly target: "_blank";
|
|
980
|
+
readonly "text-decoration": "none";
|
|
981
|
+
readonly "vertical-align": "middle";
|
|
982
|
+
};
|
|
983
|
+
readonly allowedChildTagNames: readonly [];
|
|
984
|
+
readonly allowedParentTagNames: readonly ["mj-social"];
|
|
985
|
+
readonly supportsAnyChildTag: false;
|
|
986
|
+
readonly endingTag: true;
|
|
987
|
+
readonly rawElement: false;
|
|
988
|
+
readonly serialization: {
|
|
989
|
+
readonly allowsArbitraryAttributes: false;
|
|
990
|
+
readonly preservesRawContent: true;
|
|
991
|
+
readonly slotKind: "html";
|
|
992
|
+
};
|
|
993
|
+
readonly componentBaseName: "SocialElement";
|
|
994
|
+
}, {
|
|
995
|
+
readonly tagName: "mj-spacer";
|
|
996
|
+
readonly source: "preset-core";
|
|
997
|
+
readonly allowedAttributes: {
|
|
998
|
+
readonly border: "string";
|
|
999
|
+
readonly "border-bottom": "string";
|
|
1000
|
+
readonly "border-left": "string";
|
|
1001
|
+
readonly "border-right": "string";
|
|
1002
|
+
readonly "border-top": "string";
|
|
1003
|
+
readonly "container-background-color": "color";
|
|
1004
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
1005
|
+
readonly "padding-left": "unit(px,%)";
|
|
1006
|
+
readonly "padding-right": "unit(px,%)";
|
|
1007
|
+
readonly "padding-top": "unit(px,%)";
|
|
1008
|
+
readonly padding: "unit(px,%){1,4}";
|
|
1009
|
+
readonly height: "unit(px,%)";
|
|
1010
|
+
readonly "css-class": "string";
|
|
1011
|
+
readonly "mj-class": "string";
|
|
1012
|
+
};
|
|
1013
|
+
readonly defaultAttributes: {
|
|
1014
|
+
readonly height: "20px";
|
|
1015
|
+
};
|
|
1016
|
+
readonly allowedChildTagNames: readonly [];
|
|
1017
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
1018
|
+
readonly supportsAnyChildTag: false;
|
|
1019
|
+
readonly endingTag: false;
|
|
1020
|
+
readonly rawElement: false;
|
|
1021
|
+
readonly serialization: {
|
|
1022
|
+
readonly allowsArbitraryAttributes: false;
|
|
1023
|
+
readonly preservesRawContent: false;
|
|
1024
|
+
readonly slotKind: "none";
|
|
1025
|
+
};
|
|
1026
|
+
readonly componentBaseName: "Spacer";
|
|
1027
|
+
}, {
|
|
1028
|
+
readonly tagName: "mj-style";
|
|
1029
|
+
readonly source: "preset-core";
|
|
1030
|
+
readonly allowedAttributes: {
|
|
1031
|
+
readonly inline: "string";
|
|
1032
|
+
};
|
|
1033
|
+
readonly defaultAttributes: {};
|
|
1034
|
+
readonly allowedChildTagNames: readonly [];
|
|
1035
|
+
readonly allowedParentTagNames: readonly ["mj-head"];
|
|
1036
|
+
readonly supportsAnyChildTag: false;
|
|
1037
|
+
readonly endingTag: true;
|
|
1038
|
+
readonly rawElement: false;
|
|
1039
|
+
readonly serialization: {
|
|
1040
|
+
readonly allowsArbitraryAttributes: false;
|
|
1041
|
+
readonly preservesRawContent: true;
|
|
1042
|
+
readonly slotKind: "text";
|
|
1043
|
+
};
|
|
1044
|
+
readonly componentBaseName: "Style";
|
|
1045
|
+
}, {
|
|
1046
|
+
readonly tagName: "mj-table";
|
|
1047
|
+
readonly source: "preset-core";
|
|
1048
|
+
readonly allowedAttributes: {
|
|
1049
|
+
readonly align: "enum(left,right,center)";
|
|
1050
|
+
readonly border: "string";
|
|
1051
|
+
readonly cellpadding: "integer";
|
|
1052
|
+
readonly cellspacing: "integer";
|
|
1053
|
+
readonly "container-background-color": "color";
|
|
1054
|
+
readonly color: "color";
|
|
1055
|
+
readonly "font-family": "string";
|
|
1056
|
+
readonly "font-size": "unit(px)";
|
|
1057
|
+
readonly "font-weight": "string";
|
|
1058
|
+
readonly "line-height": "unit(px,%,)";
|
|
1059
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
1060
|
+
readonly "padding-left": "unit(px,%)";
|
|
1061
|
+
readonly "padding-right": "unit(px,%)";
|
|
1062
|
+
readonly "padding-top": "unit(px,%)";
|
|
1063
|
+
readonly padding: "unit(px,%){1,4}";
|
|
1064
|
+
readonly role: "enum(none,presentation)";
|
|
1065
|
+
readonly "table-layout": "enum(auto,fixed,initial,inherit)";
|
|
1066
|
+
readonly "vertical-align": "enum(top,bottom,middle)";
|
|
1067
|
+
readonly width: "unit(px,%,auto)";
|
|
1068
|
+
readonly "css-class": "string";
|
|
1069
|
+
readonly "mj-class": "string";
|
|
1070
|
+
};
|
|
1071
|
+
readonly defaultAttributes: {
|
|
1072
|
+
readonly align: "left";
|
|
1073
|
+
readonly border: "none";
|
|
1074
|
+
readonly cellpadding: "0";
|
|
1075
|
+
readonly cellspacing: "0";
|
|
1076
|
+
readonly color: "#000000";
|
|
1077
|
+
readonly "font-family": "Ubuntu, Helvetica, Arial, sans-serif";
|
|
1078
|
+
readonly "font-size": "13px";
|
|
1079
|
+
readonly "line-height": "22px";
|
|
1080
|
+
readonly padding: "10px 25px";
|
|
1081
|
+
readonly "table-layout": "auto";
|
|
1082
|
+
readonly width: "100%";
|
|
1083
|
+
};
|
|
1084
|
+
readonly allowedChildTagNames: readonly [];
|
|
1085
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
1086
|
+
readonly supportsAnyChildTag: false;
|
|
1087
|
+
readonly endingTag: true;
|
|
1088
|
+
readonly rawElement: false;
|
|
1089
|
+
readonly serialization: {
|
|
1090
|
+
readonly allowsArbitraryAttributes: false;
|
|
1091
|
+
readonly preservesRawContent: true;
|
|
1092
|
+
readonly slotKind: "html";
|
|
1093
|
+
};
|
|
1094
|
+
readonly componentBaseName: "Table";
|
|
1095
|
+
}, {
|
|
1096
|
+
readonly tagName: "mj-text";
|
|
1097
|
+
readonly source: "preset-core";
|
|
1098
|
+
readonly allowedAttributes: {
|
|
1099
|
+
readonly align: "enum(left,right,center,justify)";
|
|
1100
|
+
readonly "background-color": "color";
|
|
1101
|
+
readonly color: "color";
|
|
1102
|
+
readonly "container-background-color": "color";
|
|
1103
|
+
readonly "font-family": "string";
|
|
1104
|
+
readonly "font-size": "unit(px)";
|
|
1105
|
+
readonly "font-style": "string";
|
|
1106
|
+
readonly "font-weight": "string";
|
|
1107
|
+
readonly height: "unit(px,%)";
|
|
1108
|
+
readonly "letter-spacing": "unitWithNegative(px,em)";
|
|
1109
|
+
readonly "line-height": "unit(px,%,)";
|
|
1110
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
1111
|
+
readonly "padding-left": "unit(px,%)";
|
|
1112
|
+
readonly "padding-right": "unit(px,%)";
|
|
1113
|
+
readonly "padding-top": "unit(px,%)";
|
|
1114
|
+
readonly padding: "unit(px,%){1,4}";
|
|
1115
|
+
readonly "text-decoration": "string";
|
|
1116
|
+
readonly "text-transform": "string";
|
|
1117
|
+
readonly "vertical-align": "enum(top,bottom,middle)";
|
|
1118
|
+
readonly "css-class": "string";
|
|
1119
|
+
readonly "mj-class": "string";
|
|
1120
|
+
};
|
|
1121
|
+
readonly defaultAttributes: {
|
|
1122
|
+
readonly align: "left";
|
|
1123
|
+
readonly color: "#000000";
|
|
1124
|
+
readonly "font-family": "Ubuntu, Helvetica, Arial, sans-serif";
|
|
1125
|
+
readonly "font-size": "13px";
|
|
1126
|
+
readonly "line-height": "1";
|
|
1127
|
+
readonly padding: "10px 25px";
|
|
1128
|
+
};
|
|
1129
|
+
readonly allowedChildTagNames: readonly [];
|
|
1130
|
+
readonly allowedParentTagNames: readonly ["mj-column", "mj-hero"];
|
|
1131
|
+
readonly supportsAnyChildTag: false;
|
|
1132
|
+
readonly endingTag: true;
|
|
1133
|
+
readonly rawElement: false;
|
|
1134
|
+
readonly serialization: {
|
|
1135
|
+
readonly allowsArbitraryAttributes: false;
|
|
1136
|
+
readonly preservesRawContent: true;
|
|
1137
|
+
readonly slotKind: "html";
|
|
1138
|
+
};
|
|
1139
|
+
readonly componentBaseName: "Text";
|
|
1140
|
+
}, {
|
|
1141
|
+
readonly tagName: "mj-title";
|
|
1142
|
+
readonly source: "preset-core";
|
|
1143
|
+
readonly allowedAttributes: {};
|
|
1144
|
+
readonly defaultAttributes: {};
|
|
1145
|
+
readonly allowedChildTagNames: readonly [];
|
|
1146
|
+
readonly allowedParentTagNames: readonly ["mj-head"];
|
|
1147
|
+
readonly supportsAnyChildTag: false;
|
|
1148
|
+
readonly endingTag: true;
|
|
1149
|
+
readonly rawElement: false;
|
|
1150
|
+
readonly serialization: {
|
|
1151
|
+
readonly allowsArbitraryAttributes: false;
|
|
1152
|
+
readonly preservesRawContent: true;
|
|
1153
|
+
readonly slotKind: "text";
|
|
1154
|
+
};
|
|
1155
|
+
readonly componentBaseName: "Title";
|
|
1156
|
+
}, {
|
|
1157
|
+
readonly tagName: "mj-wrapper";
|
|
1158
|
+
readonly source: "preset-core";
|
|
1159
|
+
readonly allowedAttributes: {
|
|
1160
|
+
readonly "background-color": "color";
|
|
1161
|
+
readonly "background-url": "string";
|
|
1162
|
+
readonly "background-repeat": "enum(repeat,no-repeat)";
|
|
1163
|
+
readonly "background-size": "string";
|
|
1164
|
+
readonly "background-position": "string";
|
|
1165
|
+
readonly "background-position-x": "string";
|
|
1166
|
+
readonly "background-position-y": "string";
|
|
1167
|
+
readonly border: "string";
|
|
1168
|
+
readonly "border-bottom": "string";
|
|
1169
|
+
readonly "border-left": "string";
|
|
1170
|
+
readonly "border-radius": "string";
|
|
1171
|
+
readonly "border-right": "string";
|
|
1172
|
+
readonly "border-top": "string";
|
|
1173
|
+
readonly direction: "enum(ltr,rtl)";
|
|
1174
|
+
readonly "full-width": "enum(full-width,false,)";
|
|
1175
|
+
readonly padding: "unit(px,%){1,4}";
|
|
1176
|
+
readonly "padding-top": "unit(px,%)";
|
|
1177
|
+
readonly "padding-bottom": "unit(px,%)";
|
|
1178
|
+
readonly "padding-left": "unit(px,%)";
|
|
1179
|
+
readonly "padding-right": "unit(px,%)";
|
|
1180
|
+
readonly "text-align": "enum(left,center,right)";
|
|
1181
|
+
readonly "text-padding": "unit(px,%){1,4}";
|
|
1182
|
+
readonly gap: "unit(px)";
|
|
1183
|
+
readonly "css-class": "string";
|
|
1184
|
+
readonly "mj-class": "string";
|
|
1185
|
+
};
|
|
1186
|
+
readonly defaultAttributes: {
|
|
1187
|
+
readonly "background-repeat": "repeat";
|
|
1188
|
+
readonly "background-size": "auto";
|
|
1189
|
+
readonly "background-position": "top center";
|
|
1190
|
+
readonly direction: "ltr";
|
|
1191
|
+
readonly padding: "20px 0";
|
|
1192
|
+
readonly "text-align": "center";
|
|
1193
|
+
readonly "text-padding": "4px 4px 4px 0";
|
|
1194
|
+
};
|
|
1195
|
+
readonly allowedChildTagNames: readonly ["mj-hero", "mj-raw", "mj-section"];
|
|
1196
|
+
readonly allowedParentTagNames: readonly ["mj-body"];
|
|
1197
|
+
readonly supportsAnyChildTag: false;
|
|
1198
|
+
readonly endingTag: false;
|
|
1199
|
+
readonly rawElement: false;
|
|
1200
|
+
readonly serialization: {
|
|
1201
|
+
readonly allowsArbitraryAttributes: false;
|
|
1202
|
+
readonly preservesRawContent: false;
|
|
1203
|
+
readonly slotKind: "mjml";
|
|
1204
|
+
};
|
|
1205
|
+
readonly componentBaseName: "Wrapper";
|
|
1206
|
+
}, {
|
|
1207
|
+
readonly tagName: "mjml";
|
|
1208
|
+
readonly source: "manual";
|
|
1209
|
+
readonly allowedAttributes: {
|
|
1210
|
+
readonly dir: "string";
|
|
1211
|
+
readonly lang: "string";
|
|
1212
|
+
readonly owa: "string";
|
|
1213
|
+
};
|
|
1214
|
+
readonly defaultAttributes: {
|
|
1215
|
+
readonly dir: "auto";
|
|
1216
|
+
readonly lang: "und";
|
|
1217
|
+
readonly owa: "none";
|
|
1218
|
+
};
|
|
1219
|
+
readonly allowedChildTagNames: readonly ["mj-body", "mj-head", "mj-raw"];
|
|
1220
|
+
readonly allowedParentTagNames: readonly [];
|
|
1221
|
+
readonly supportsAnyChildTag: false;
|
|
1222
|
+
readonly endingTag: false;
|
|
1223
|
+
readonly rawElement: false;
|
|
1224
|
+
readonly serialization: {
|
|
1225
|
+
readonly allowsArbitraryAttributes: false;
|
|
1226
|
+
readonly preservesRawContent: false;
|
|
1227
|
+
readonly slotKind: "mjml";
|
|
1228
|
+
};
|
|
1229
|
+
readonly componentBaseName: "Mjml";
|
|
1230
|
+
}];
|
|
1231
|
+
export declare const STATIC_VJML_MANUAL_COMPONENT_TAG_NAMES: readonly ["mjml", "mj-all", "mj-class", "mj-selector", "mj-html-attribute"];
|