@synerise/ds-icon 0.54.0 → 0.56.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/CHANGELOG.md +22 -0
- package/dist/cjs/icons/DynamicKeyS.d.ts +3 -0
- package/dist/cjs/icons/DynamicKeyS.js +7 -0
- package/dist/cjs/icons/L/index.d.ts +31 -31
- package/dist/cjs/icons/L/index.js +62 -62
- package/dist/cjs/icons/XL/AdvancedBuilderXl.d.ts +3 -0
- package/dist/cjs/icons/XL/AdvancedBuilderXl.js +9 -0
- package/dist/cjs/icons/XL/BasicBuilderXl.d.ts +3 -0
- package/dist/cjs/icons/XL/BasicBuilderXl.js +8 -0
- package/dist/cjs/icons/XL/index.d.ts +37 -35
- package/dist/cjs/icons/XL/index.js +74 -70
- package/dist/cjs/icons/additional/index.d.ts +31 -31
- package/dist/cjs/icons/additional/index.js +62 -62
- package/dist/cjs/icons/index.d.ts +348 -347
- package/dist/cjs/icons/index.js +698 -696
- package/dist/esm/icons/DynamicKeyS.d.ts +3 -0
- package/dist/esm/icons/DynamicKeyS.js +5 -0
- package/dist/esm/icons/L/index.d.ts +31 -31
- package/dist/esm/icons/L/index.js +31 -31
- package/dist/esm/icons/XL/AdvancedBuilderXl.d.ts +3 -0
- package/dist/esm/icons/XL/AdvancedBuilderXl.js +7 -0
- package/dist/esm/icons/XL/BasicBuilderXl.d.ts +3 -0
- package/dist/esm/icons/XL/BasicBuilderXl.js +6 -0
- package/dist/esm/icons/XL/index.d.ts +37 -35
- package/dist/esm/icons/XL/index.js +37 -35
- package/dist/esm/icons/additional/index.d.ts +31 -31
- package/dist/esm/icons/additional/index.js +31 -31
- package/dist/esm/icons/index.d.ts +348 -347
- package/dist/esm/icons/index.js +348 -347
- package/package.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const DynamicKeyS = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "dynamic-key-s" }, props),
|
|
3
|
+
React.createElement("path", { d: "M9 17a1.47 1.47 0 01-1.53-1.4v-1.2A4.81 4.81 0 007 12a4.81 4.81 0 00.45-2.4V8.4A1.47 1.47 0 019 7a1 1 0 000-2 3.48 3.48 0 00-3.53 3.4v1.2C5.47 11 5.35 11 5 11a1 1 0 000 2c.35 0 .47 0 .47 1.4v1.2A3.48 3.48 0 009 19a1 1 0 000-2zM19 11c-.35 0-.47 0-.47-1.4V8.4A3.48 3.48 0 0015 5a1 1 0 000 2 1.47 1.47 0 011.53 1.4v1.2A4.81 4.81 0 0017 12a4.81 4.81 0 00-.45 2.4v1.2A1.47 1.47 0 0115 17a1 1 0 000 2 3.48 3.48 0 003.53-3.4v-1.2c0-1.4.12-1.4.47-1.4a1 1 0 000-2z" }),
|
|
4
|
+
React.createElement("path", { d: "M14 15a1 1 0 00.71-.29 1 1 0 000-1.42L13.41 12l1.3-1.29a1 1 0 00-1.42-1.42L12 10.59l-1.29-1.3a1 1 0 00-1.42 1.42l1.3 1.29-1.3 1.29a1 1 0 000 1.42 1 1 0 001.42 0l1.29-1.3 1.29 1.3A1 1 0 0014 15z" })));
|
|
5
|
+
export default DynamicKeyS;
|
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
-
export { default as CheckL } from './CheckL';
|
|
3
|
-
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
2
|
export { default as ButtonL } from './ButtonL';
|
|
3
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
|
+
export { default as CheckL } from './CheckL';
|
|
5
5
|
export { default as CloseL } from './CloseL';
|
|
6
|
-
export { default as CountdownL } from './CountdownL';
|
|
7
6
|
export { default as CheckboxL } from './CheckboxL';
|
|
8
|
-
export { default as ColumnL } from './ColumnL';
|
|
9
7
|
export { default as ComboL } from './ComboL';
|
|
10
|
-
export { default as
|
|
8
|
+
export { default as CountdownL } from './CountdownL';
|
|
11
9
|
export { default as DividerL } from './DividerL';
|
|
10
|
+
export { default as ColumnL } from './ColumnL';
|
|
11
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
13
|
+
export { default as FormEditL } from './FormEditL';
|
|
13
14
|
export { default as FolderL } from './FolderL';
|
|
14
|
-
export { default as HashL } from './HashL';
|
|
15
15
|
export { default as FormL } from './FormL';
|
|
16
|
-
export { default as FormEditL } from './FormEditL';
|
|
17
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
18
|
-
export { default as ImageUrlL } from './ImageUrlL';
|
|
19
16
|
export { default as FormGroupL } from './FormGroupL';
|
|
20
17
|
export { default as ImageL } from './ImageL';
|
|
18
|
+
export { default as HashL } from './HashL';
|
|
19
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
20
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
21
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
22
|
+
export { default as InfoL } from './InfoL';
|
|
23
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
24
|
+
export { default as InputL } from './InputL';
|
|
21
25
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
22
26
|
export { default as LabelL } from './LabelL';
|
|
23
27
|
export { default as LineL } from './LineL';
|
|
24
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
25
|
-
export { default as InfoL } from './InfoL';
|
|
26
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
27
|
-
export { default as LinkL } from './LinkL';
|
|
28
28
|
export { default as LocationL } from './LocationL';
|
|
29
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
30
29
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
30
|
+
export { default as LinkL } from './LinkL';
|
|
31
31
|
export { default as MobileClickL } from './MobileClickL';
|
|
32
|
-
export { default as
|
|
32
|
+
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
33
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
|
-
export { default as
|
|
34
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
35
35
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
36
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
37
|
+
export { default as NavbarL } from './NavbarL';
|
|
38
38
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
39
|
+
export { default as MultilineL } from './MultilineL';
|
|
39
40
|
export { default as NoData } from './NoData';
|
|
40
|
-
export { default as NavbarL } from './NavbarL';
|
|
41
41
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
42
|
-
export { default as RadioL } from './RadioL';
|
|
43
|
-
export { default as PieL } from './PieL';
|
|
44
42
|
export { default as QuoteL } from './QuoteL';
|
|
43
|
+
export { default as PieL } from './PieL';
|
|
44
|
+
export { default as RadioL } from './RadioL';
|
|
45
45
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
46
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
47
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
48
46
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
47
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
49
48
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
49
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
50
|
+
export { default as Section12L } from './Section12L';
|
|
51
|
+
export { default as Section13L } from './Section13L';
|
|
52
|
+
export { default as Section37L } from './Section37L';
|
|
50
53
|
export { default as SectionL } from './SectionL';
|
|
54
|
+
export { default as SelectL } from './SelectL';
|
|
51
55
|
export { default as SliderL } from './SliderL';
|
|
52
56
|
export { default as ShowL } from './ShowL';
|
|
53
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
54
57
|
export { default as StackedL } from './StackedL';
|
|
55
|
-
export { default as Section12L } from './Section12L';
|
|
56
|
-
export { default as TableL } from './TableL';
|
|
57
|
-
export { default as TextareaL } from './TextareaL';
|
|
58
58
|
export { default as TextL } from './TextL';
|
|
59
59
|
export { default as TooltipL } from './TooltipL';
|
|
60
|
-
export { default as
|
|
60
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
61
|
+
export { default as TableL } from './TableL';
|
|
62
|
+
export { default as TextareaL } from './TextareaL';
|
|
61
63
|
export { default as WarningL } from './WarningL';
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as Section13L } from './Section13L';
|
|
64
|
-
export { default as SelectL } from './SelectL';
|
|
64
|
+
export { default as VideoL } from './VideoL';
|
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
-
export { default as CheckL } from './CheckL';
|
|
3
|
-
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
2
|
export { default as ButtonL } from './ButtonL';
|
|
3
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
|
+
export { default as CheckL } from './CheckL';
|
|
5
5
|
export { default as CloseL } from './CloseL';
|
|
6
|
-
export { default as CountdownL } from './CountdownL';
|
|
7
6
|
export { default as CheckboxL } from './CheckboxL';
|
|
8
|
-
export { default as ColumnL } from './ColumnL';
|
|
9
7
|
export { default as ComboL } from './ComboL';
|
|
10
|
-
export { default as
|
|
8
|
+
export { default as CountdownL } from './CountdownL';
|
|
11
9
|
export { default as DividerL } from './DividerL';
|
|
10
|
+
export { default as ColumnL } from './ColumnL';
|
|
11
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
13
|
+
export { default as FormEditL } from './FormEditL';
|
|
13
14
|
export { default as FolderL } from './FolderL';
|
|
14
|
-
export { default as HashL } from './HashL';
|
|
15
15
|
export { default as FormL } from './FormL';
|
|
16
|
-
export { default as FormEditL } from './FormEditL';
|
|
17
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
18
|
-
export { default as ImageUrlL } from './ImageUrlL';
|
|
19
16
|
export { default as FormGroupL } from './FormGroupL';
|
|
20
17
|
export { default as ImageL } from './ImageL';
|
|
18
|
+
export { default as HashL } from './HashL';
|
|
19
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
20
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
21
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
22
|
+
export { default as InfoL } from './InfoL';
|
|
23
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
24
|
+
export { default as InputL } from './InputL';
|
|
21
25
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
22
26
|
export { default as LabelL } from './LabelL';
|
|
23
27
|
export { default as LineL } from './LineL';
|
|
24
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
25
|
-
export { default as InfoL } from './InfoL';
|
|
26
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
27
|
-
export { default as LinkL } from './LinkL';
|
|
28
28
|
export { default as LocationL } from './LocationL';
|
|
29
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
30
29
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
30
|
+
export { default as LinkL } from './LinkL';
|
|
31
31
|
export { default as MobileClickL } from './MobileClickL';
|
|
32
|
-
export { default as
|
|
32
|
+
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
33
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
|
-
export { default as
|
|
34
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
35
35
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
36
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
37
|
+
export { default as NavbarL } from './NavbarL';
|
|
38
38
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
39
|
+
export { default as MultilineL } from './MultilineL';
|
|
39
40
|
export { default as NoData } from './NoData';
|
|
40
|
-
export { default as NavbarL } from './NavbarL';
|
|
41
41
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
42
|
-
export { default as RadioL } from './RadioL';
|
|
43
|
-
export { default as PieL } from './PieL';
|
|
44
42
|
export { default as QuoteL } from './QuoteL';
|
|
43
|
+
export { default as PieL } from './PieL';
|
|
44
|
+
export { default as RadioL } from './RadioL';
|
|
45
45
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
46
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
47
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
48
46
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
47
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
49
48
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
49
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
50
|
+
export { default as Section12L } from './Section12L';
|
|
51
|
+
export { default as Section13L } from './Section13L';
|
|
52
|
+
export { default as Section37L } from './Section37L';
|
|
50
53
|
export { default as SectionL } from './SectionL';
|
|
54
|
+
export { default as SelectL } from './SelectL';
|
|
51
55
|
export { default as SliderL } from './SliderL';
|
|
52
56
|
export { default as ShowL } from './ShowL';
|
|
53
|
-
export { default as SpinnerL } from './SpinnerL';
|
|
54
57
|
export { default as StackedL } from './StackedL';
|
|
55
|
-
export { default as Section12L } from './Section12L';
|
|
56
|
-
export { default as TableL } from './TableL';
|
|
57
|
-
export { default as TextareaL } from './TextareaL';
|
|
58
58
|
export { default as TextL } from './TextL';
|
|
59
59
|
export { default as TooltipL } from './TooltipL';
|
|
60
|
-
export { default as
|
|
60
|
+
export { default as SpinnerL } from './SpinnerL';
|
|
61
|
+
export { default as TableL } from './TableL';
|
|
62
|
+
export { default as TextareaL } from './TextareaL';
|
|
61
63
|
export { default as WarningL } from './WarningL';
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as Section13L } from './Section13L';
|
|
64
|
-
export { default as SelectL } from './SelectL';
|
|
64
|
+
export { default as VideoL } from './VideoL';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const AdvancedBuilderXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "advanced-builder-xl" }, props),
|
|
3
|
+
React.createElement("g", { fill: "#384350" },
|
|
4
|
+
React.createElement("path", { d: "M54.9 20.1H22.7c-1.6 0-2.8 1.3-2.8 2.8v50c0 1.6 1.3 2.8 2.8 2.8h32.2c1.6 0 2.8-1.3 2.8-2.8v-50c0-1.6-1.2-2.8-2.8-2.8zm1.3 52.8c0 .7-.6 1.3-1.3 1.3H22.7c-.7 0-1.3-.6-1.3-1.3v-50c0-.7.6-1.3 1.3-1.3h32.2c.7 0 1.3.6 1.3 1.3v50zM73.1 51.1h-9.9c-1.6 0-2.8 1.3-2.8 2.8v19c0 1.6 1.3 2.8 2.8 2.8h9.9c1.6 0 2.8-1.3 2.8-2.8V54c0-1.6-1.3-2.9-2.8-2.9zm1.3 21.8c0 .7-.6 1.3-1.3 1.3h-9.9c-.7 0-1.3-.6-1.3-1.3V54c0-.7.6-1.3 1.3-1.3h9.9c.7 0 1.3.6 1.3 1.3v18.9zM67.6 48c.3.3.7.3 1 0l4-3.8c.1-.1.2-.3.2-.5V23.1c0-1.7-1.4-3.1-3.1-3.1h-3.3c-1.7 0-3.1 1.4-3.1 3.1v20.6c0 .2.1.4.2.5l4.1 3.8zm.5-1.5l-3.2-3.1v-1.6h6.5v1.6l-3.3 3.1zm-1.6-25h3.3c.9 0 1.6.7 1.6 1.6v17.2h-6.5V23.1c0-.9.7-1.6 1.6-1.6z" }),
|
|
5
|
+
React.createElement("path", { d: "M48.5 53.5H29.1c-1.6 0-2.8 1.3-2.8 2.8V66c0 1.6 1.3 2.8 2.8 2.8h19.3c1.6 0 2.8-1.3 2.8-2.8v-9.7c.1-1.5-1.2-2.8-2.7-2.8zM49.8 66c0 .7-.6 1.3-1.3 1.3H29.1c-.7 0-1.3-.6-1.3-1.3v-9.7c0-.7.6-1.3 1.3-1.3h19.3c.7 0 1.3.6 1.3 1.3V66z" }),
|
|
6
|
+
React.createElement("path", { d: "M42.1 60.4h-2.5v-2.5c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v2.5h-2.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8H38v2.5c0 .4.3.8.8.8.4 0 .8-.3.8-.8V62h2.5c.4 0 .8-.3.8-.8-.1-.5-.4-.8-.8-.8zM50.6 48.3H27.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h23.5c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8zM50.6 43.1H27.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h23.5c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8zM50.6 38H27.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h23.5c.4 0 .8-.3.8-.8-.1-.5-.4-.8-.8-.8zM27.1 34.3h11.7c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H27.1c-.4 0-.8.3-.8.8 0 .4.4.8.8.8z" }))));
|
|
7
|
+
export default AdvancedBuilderXl;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const BasicBuilderXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "basic-builder-xl" }, props),
|
|
3
|
+
React.createElement("g", { fill: "#384350" },
|
|
4
|
+
React.createElement("path", { d: "M59.8 48.3H36.9c-1.6 0-3-.6-4.1-1.7-1-1-1.7-2.5-1.7-4.1 0-1.6.6-3 1.7-4.1 1-1 2.5-1.7 4.1-1.7h17.5c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H36.9c-4 0-7.3 3.3-7.3 7.3s3.3 7.3 7.3 7.3h22.9c1.6 0 3 .6 4.1 1.7 1 1 1.7 2.5 1.7 4.1 0 1.6-.6 3-1.7 4.1-1 1-2.5 1.7-4.1 1.7H30.4c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h29.4c4 0 7.3-3.3 7.3-7.3s-3.3-7.3-7.3-7.3z" }),
|
|
5
|
+
React.createElement("path", { d: "M78.9 19.8c0-.8-.3-1.6-.9-2.2l-2.3-2.3c-.6-.6-1.4-.9-2.2-.9-.8 0-1.6.3-2.2.9l-4.8 4.8H23.1c-1.6 0-2.8 1.3-2.8 2.8v50c0 1.6 1.3 2.8 2.8 2.8h50.1c1.6 0 2.8-1.3 2.8-2.8V24l2-2c.6-.6.9-1.4.9-2.2zm-4.4 53.1c0 .7-.6 1.3-1.3 1.3H23.1c-.7 0-1.3-.6-1.3-1.3v-50c0-.7.6-1.3 1.3-1.3h42L58.7 28l-1.9 1.9c-.1.1-.2.3-.2.5l.1 5.5c0 .4.3.7.7.7l5.5.1c.2 0 .4-.1.5-.2l11-11v47.4zM59.2 29.6l4.6 4.6-1.1 1.1-4.5-.1-.1-4.5 1.1-1.1zM77 20.9L64.8 33.1l-4.6-4.6 12.1-12.1c.3-.3.7-.5 1.1-.5.4 0 .8.2 1.1.5l2.3 2.3c.3.3.5.7.5 1.1.1.4 0 .8-.3 1.1z" }))));
|
|
6
|
+
export default BasicBuilderXl;
|
|
@@ -1,81 +1,83 @@
|
|
|
1
1
|
export { default as AddXl } from './AddXl';
|
|
2
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
3
2
|
export { default as AbTestXl } from './AbTestXl';
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
3
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
6
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
6
8
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
9
|
+
export { default as BillingXl } from './BillingXl';
|
|
10
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
12
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
13
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
7
14
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
8
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
9
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
10
15
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
11
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
12
16
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
13
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
14
17
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
18
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
15
19
|
export { default as CalendarXl } from './CalendarXl';
|
|
16
20
|
export { default as CartAddXl } from './CartAddXl';
|
|
17
|
-
export { default as CardVisaXl } from './CardVisaXl';
|
|
18
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
19
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
20
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
21
|
-
export { default as BillingXl } from './BillingXl';
|
|
22
21
|
export { default as CheckInXl } from './CheckInXl';
|
|
22
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
23
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
23
24
|
export { default as CheckXl } from './CheckXl';
|
|
24
25
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
25
26
|
export { default as CompareXl } from './CompareXl';
|
|
26
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
27
|
-
export { default as CupXl } from './CupXl';
|
|
28
27
|
export { default as CouponXl } from './CouponXl';
|
|
28
|
+
export { default as CupXl } from './CupXl';
|
|
29
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
29
30
|
export { default as EventXl } from './EventXl';
|
|
30
31
|
export { default as FileUpXl } from './FileUpXl';
|
|
31
32
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
32
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
33
33
|
export { default as FileXl } from './FileXl';
|
|
34
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
35
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
34
36
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
35
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
36
37
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
38
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
37
39
|
export { default as FolderXl } from './FolderXl';
|
|
38
40
|
export { default as FormXl } from './FormXl';
|
|
39
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
40
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
41
41
|
export { default as FormulaXl } from './FormulaXl';
|
|
42
42
|
export { default as FunctionXl } from './FunctionXl';
|
|
43
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
43
44
|
export { default as InfoXl } from './InfoXl';
|
|
45
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
44
46
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
45
47
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
|
-
export { default as
|
|
48
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
47
49
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
48
|
-
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
49
50
|
export { default as LaunchXl } from './LaunchXl';
|
|
50
51
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
51
|
-
export { default as
|
|
52
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
52
53
|
export { default as MessageXl } from './MessageXl';
|
|
53
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
54
54
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
55
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
55
56
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
57
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
56
58
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
57
|
-
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
58
59
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
60
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
61
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
59
62
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
60
63
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
61
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
62
|
-
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
63
64
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
64
|
-
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
65
|
-
export { default as SectionXl } from './SectionXl';
|
|
66
65
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
66
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
67
67
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
68
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
69
|
-
export { default as ShowXl } from './ShowXl';
|
|
70
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
71
68
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
72
|
-
export { default as
|
|
69
|
+
export { default as PushXl } from './PushXl';
|
|
70
|
+
export { default as SectionXl } from './SectionXl';
|
|
71
|
+
export { default as ShowXl } from './ShowXl';
|
|
73
72
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
74
|
-
export { default as
|
|
73
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
74
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
75
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
75
76
|
export { default as UserIdXl } from './UserIdXl';
|
|
76
|
-
export { default as VoucherXl } from './VoucherXl';
|
|
77
77
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
78
|
-
export { default as
|
|
78
|
+
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
79
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
79
80
|
export { default as WebhookXl } from './WebhookXl';
|
|
80
81
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
81
|
-
export { default as
|
|
82
|
+
export { default as WarningXl } from './WarningXl';
|
|
83
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
@@ -1,81 +1,83 @@
|
|
|
1
1
|
export { default as AddXl } from './AddXl';
|
|
2
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
3
2
|
export { default as AbTestXl } from './AbTestXl';
|
|
4
|
-
export { default as
|
|
5
|
-
export { default as
|
|
3
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
4
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
5
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
6
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
7
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
6
8
|
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
9
|
+
export { default as BillingXl } from './BillingXl';
|
|
10
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
11
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
12
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
13
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
7
14
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
8
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
9
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
10
15
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
11
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
12
16
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
13
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
14
17
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
18
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
15
19
|
export { default as CalendarXl } from './CalendarXl';
|
|
16
20
|
export { default as CartAddXl } from './CartAddXl';
|
|
17
|
-
export { default as CardVisaXl } from './CardVisaXl';
|
|
18
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
19
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
20
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
21
|
-
export { default as BillingXl } from './BillingXl';
|
|
22
21
|
export { default as CheckInXl } from './CheckInXl';
|
|
22
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
23
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
23
24
|
export { default as CheckXl } from './CheckXl';
|
|
24
25
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
25
26
|
export { default as CompareXl } from './CompareXl';
|
|
26
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
27
|
-
export { default as CupXl } from './CupXl';
|
|
28
27
|
export { default as CouponXl } from './CouponXl';
|
|
28
|
+
export { default as CupXl } from './CupXl';
|
|
29
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
29
30
|
export { default as EventXl } from './EventXl';
|
|
30
31
|
export { default as FileUpXl } from './FileUpXl';
|
|
31
32
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
32
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
33
33
|
export { default as FileXl } from './FileXl';
|
|
34
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
35
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
34
36
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
35
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
36
37
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
38
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
37
39
|
export { default as FolderXl } from './FolderXl';
|
|
38
40
|
export { default as FormXl } from './FormXl';
|
|
39
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
40
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
41
41
|
export { default as FormulaXl } from './FormulaXl';
|
|
42
42
|
export { default as FunctionXl } from './FunctionXl';
|
|
43
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
43
44
|
export { default as InfoXl } from './InfoXl';
|
|
45
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
44
46
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
45
47
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
|
-
export { default as
|
|
48
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
47
49
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
48
|
-
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
49
50
|
export { default as LaunchXl } from './LaunchXl';
|
|
50
51
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
51
|
-
export { default as
|
|
52
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
52
53
|
export { default as MessageXl } from './MessageXl';
|
|
53
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
54
54
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
55
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
55
56
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
57
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
56
58
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
57
|
-
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
58
59
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
60
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
61
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
59
62
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
60
63
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
61
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
62
|
-
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
63
64
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
64
|
-
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
65
|
-
export { default as SectionXl } from './SectionXl';
|
|
66
65
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
66
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
67
67
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
68
|
-
export { default as SilentPushXl } from './SilentPushXl';
|
|
69
|
-
export { default as ShowXl } from './ShowXl';
|
|
70
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
71
68
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
72
|
-
export { default as
|
|
69
|
+
export { default as PushXl } from './PushXl';
|
|
70
|
+
export { default as SectionXl } from './SectionXl';
|
|
71
|
+
export { default as ShowXl } from './ShowXl';
|
|
73
72
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
74
|
-
export { default as
|
|
73
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
74
|
+
export { default as ToolsXl } from './ToolsXl';
|
|
75
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
75
76
|
export { default as UserIdXl } from './UserIdXl';
|
|
76
|
-
export { default as VoucherXl } from './VoucherXl';
|
|
77
77
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
78
|
-
export { default as
|
|
78
|
+
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
79
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
79
80
|
export { default as WebhookXl } from './WebhookXl';
|
|
80
81
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
81
|
-
export { default as
|
|
82
|
+
export { default as WarningXl } from './WarningXl';
|
|
83
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
@@ -1,94 +1,94 @@
|
|
|
1
1
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
2
2
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
3
3
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
4
|
-
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
5
4
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
6
5
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
7
7
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
|
-
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
9
8
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
9
|
+
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
10
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
11
11
|
export { default as AdCouponL } from './AdCouponL';
|
|
12
12
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
13
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
13
14
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
|
-
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
15
15
|
export { default as AdFolderS } from './AdFolderS';
|
|
16
|
-
export { default as
|
|
16
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
17
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
18
|
+
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
18
19
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
19
20
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
21
|
+
export { default as AdImageL } from './AdImageL';
|
|
20
22
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
21
23
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
22
|
-
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
23
|
-
export { default as AdImageL } from './AdImageL';
|
|
24
|
-
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
25
24
|
export { default as AdImportZip } from './AdImportZip';
|
|
25
|
+
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
26
26
|
export { default as AdLandL } from './AdLandL';
|
|
27
|
-
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
28
|
-
export { default as AdOnExitL } from './AdOnExitL';
|
|
29
27
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
28
|
+
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
30
29
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
31
|
-
export { default as
|
|
30
|
+
export { default as AdOnExitL } from './AdOnExitL';
|
|
32
31
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
32
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
33
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
34
|
+
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
33
35
|
export { default as AdPopL } from './AdPopL';
|
|
34
36
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
37
|
+
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
37
38
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
38
39
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
39
|
-
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
40
40
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
41
41
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
42
|
-
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
43
42
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
44
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
45
43
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
46
|
-
export { default as
|
|
44
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
47
45
|
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
46
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
48
47
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
49
|
-
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
50
48
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
51
|
-
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
52
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
53
49
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
50
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
51
|
+
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
54
52
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
55
|
-
export { default as
|
|
53
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
56
54
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
55
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
57
56
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
58
|
-
export { default as
|
|
57
|
+
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
59
58
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
59
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
60
60
|
export { default as ChartComboL } from './ChartComboL';
|
|
61
|
+
export { default as ChartDonutL } from './ChartDonutL';
|
|
61
62
|
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
62
63
|
export { default as ChartLineL } from './ChartLineL';
|
|
63
|
-
export { default as ChartDonutL } from './ChartDonutL';
|
|
64
|
-
export { default as ChartPieL } from './ChartPieL';
|
|
65
64
|
export { default as ChartTableL } from './ChartTableL';
|
|
65
|
+
export { default as ChartPieL } from './ChartPieL';
|
|
66
66
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
67
67
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
68
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
68
69
|
export { default as FileImportL } from './FileImportL';
|
|
69
70
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
71
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
70
72
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
71
73
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
72
|
-
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
73
74
|
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
74
75
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
75
|
-
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
76
76
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
77
|
-
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
78
77
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
78
|
+
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
79
79
|
export { default as Integration } from './Integration';
|
|
80
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
80
81
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
81
82
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
82
83
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
83
|
-
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
84
|
-
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
85
84
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
85
|
+
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
86
|
+
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
86
87
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
87
|
-
export { default as OtherIdeas } from './OtherIdeas';
|
|
88
88
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
89
|
-
export { default as
|
|
89
|
+
export { default as OtherIdeas } from './OtherIdeas';
|
|
90
90
|
export { default as PushImportL } from './PushImportL';
|
|
91
91
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
92
92
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
93
|
-
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
94
93
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
94
|
+
export { default as UnderstandCustomer } from './UnderstandCustomer';
|