UNPKG

1.5 kBJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = {
7 mjml: ['mj-body', 'mj-head'],
8 'mj-accordion': ['mj-accordion-element'],
9 'mj-accordion-element': ['mj-accordion-title', 'mj-accordion-text'],
10 'mj-accordion-title': [],
11 'mj-accordion-text': [],
12 'mj-attributes': [/^.*^/],
13 'mj-body': ['mj-raw', 'mj-section', 'mj-wrapper', 'mj-hero'],
14 'mj-button': [],
15 'mj-carousel': ['mj-carousel-image'],
16 'mj-carousel-image': [],
17 'mj-column': ['mj-accordion', 'mj-button', 'mj-carousel', 'mj-divider', 'mj-html', 'mj-image', 'mj-invoice', 'mj-list', 'mj-location', 'mj-raw', 'mj-social', 'mj-spacer', 'mj-table', 'mj-text', 'mj-navbar'],
18 'mj-divider': [],
19 'mj-group': ['mj-column', 'mj-raw'],
20 'mj-head': ['mj-attributes', 'mj-breakpoint', 'mj-font', 'mj-preview', 'mj-style', 'mj-title'],
21 'mj-hero': ['mj-accordion', 'mj-button', 'mj-carousel', 'mj-divider', 'mj-html', 'mj-image', 'mj-list', 'mj-location', 'mj-social', 'mj-spacer', 'mj-table', 'mj-text', 'mj-navbar'],
22 'mj-html': [],
23 'mj-image': [],
24 'mj-invoice': ['mj-invoice-item'],
25 'mj-invoice-item': [],
26 'mj-link': [],
27 'mj-list': [],
28 'mj-location': [],
29 'mj-navbar': ['mj-navbar-link'],
30 'mj-raw': [],
31 'mj-section': ['mj-column', 'mj-group', 'mj-raw'],
32 'mj-social': ['mj-social-element'],
33 'mj-social-element': [],
34 'mj-spacer': [],
35 'mj-table': [],
36 'mj-text': [],
37 'mj-wrapper': ['mj-hero', 'mj-raw', 'mj-section']
38};
39module.exports = exports['default'];
\No newline at end of file