@synerise/ds-icon 0.46.0 → 0.47.1
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 +38 -0
- package/dist/cjs/icons/L/index.d.ts +15 -15
- package/dist/cjs/icons/L/index.js +30 -30
- package/dist/cjs/icons/XL/AttributeXl.d.ts +3 -0
- package/dist/cjs/icons/XL/AttributeXl.js +8 -0
- package/dist/cjs/icons/XL/SectionXl.d.ts +3 -0
- package/dist/cjs/icons/XL/SectionXl.js +7 -0
- package/dist/cjs/icons/XL/index.d.ts +26 -24
- package/dist/cjs/icons/XL/index.js +52 -48
- package/dist/cjs/icons/additional/index.d.ts +24 -24
- package/dist/cjs/icons/additional/index.js +48 -48
- package/dist/cjs/icons/index.d.ts +245 -245
- package/dist/cjs/icons/index.js +490 -490
- package/dist/esm/icons/L/index.d.ts +15 -15
- package/dist/esm/icons/L/index.js +15 -15
- package/dist/esm/icons/XL/AttributeXl.d.ts +3 -0
- package/dist/esm/icons/XL/AttributeXl.js +6 -0
- package/dist/esm/icons/XL/SectionXl.d.ts +3 -0
- package/dist/esm/icons/XL/SectionXl.js +5 -0
- package/dist/esm/icons/XL/index.d.ts +26 -24
- package/dist/esm/icons/XL/index.js +26 -24
- package/dist/esm/icons/additional/index.d.ts +24 -24
- package/dist/esm/icons/additional/index.js +24 -24
- package/dist/esm/icons/index.d.ts +245 -245
- package/dist/esm/icons/index.js +245 -245
- package/package.json +3 -3
|
@@ -7,16 +7,18 @@ export { default as CloseL } from './CloseL';
|
|
|
7
7
|
export { default as ColumnL } from './ColumnL';
|
|
8
8
|
export { default as ComboL } from './ComboL';
|
|
9
9
|
export { default as CountdownL } from './CountdownL';
|
|
10
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
11
10
|
export { default as DividerL } from './DividerL';
|
|
11
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
|
+
export { default as FormEditL } from './FormEditL';
|
|
12
13
|
export { default as FormGroupL } from './FormGroupL';
|
|
14
|
+
export { default as FormL } from './FormL';
|
|
13
15
|
export { default as HashL } from './HashL';
|
|
14
16
|
export { default as ImageL } from './ImageL';
|
|
15
|
-
export { default as ImageUrlL } from './ImageUrlL';
|
|
16
17
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
17
18
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
18
|
-
export { default as
|
|
19
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
19
20
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
21
|
+
export { default as InfoL } from './InfoL';
|
|
20
22
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
21
23
|
export { default as InputL } from './InputL';
|
|
22
24
|
export { default as LabelL } from './LabelL';
|
|
@@ -24,38 +26,36 @@ export { default as LineL } from './LineL';
|
|
|
24
26
|
export { default as LinkL } from './LinkL';
|
|
25
27
|
export { default as LocationL } from './LocationL';
|
|
26
28
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
29
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
27
30
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
28
|
-
export { default as
|
|
31
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
29
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
30
|
-
export { default as
|
|
33
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
31
34
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
32
35
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
33
36
|
export { default as MultilineL } from './MultilineL';
|
|
34
37
|
export { default as NavbarL } from './NavbarL';
|
|
35
38
|
export { default as NoData } from './NoData';
|
|
36
39
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
37
|
-
export { default as QuoteL } from './QuoteL';
|
|
38
40
|
export { default as PieL } from './PieL';
|
|
41
|
+
export { default as QuoteL } from './QuoteL';
|
|
39
42
|
export { default as RadioL } from './RadioL';
|
|
40
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
41
43
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
44
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
45
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
42
46
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
43
47
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
44
48
|
export { default as Section12L } from './Section12L';
|
|
45
49
|
export { default as Section13L } from './Section13L';
|
|
46
|
-
export { default as FormL } from './FormL';
|
|
47
|
-
export { default as FormEditL } from './FormEditL';
|
|
48
50
|
export { default as Section37L } from './Section37L';
|
|
49
51
|
export { default as SectionL } from './SectionL';
|
|
50
|
-
export { default as
|
|
52
|
+
export { default as SelectL } from './SelectL';
|
|
53
|
+
export { default as SliderL } from './SliderL';
|
|
51
54
|
export { default as SpinnerL } from './SpinnerL';
|
|
55
|
+
export { default as StackedL } from './StackedL';
|
|
56
|
+
export { default as TableL } from './TableL';
|
|
52
57
|
export { default as TextL } from './TextL';
|
|
53
58
|
export { default as TextareaL } from './TextareaL';
|
|
54
|
-
export { default as TableL } from './TableL';
|
|
55
59
|
export { default as TooltipL } from './TooltipL';
|
|
56
60
|
export { default as VideoL } from './VideoL';
|
|
57
61
|
export { default as WarningL } from './WarningL';
|
|
58
|
-
export { default as SliderL } from './SliderL';
|
|
59
|
-
export { default as SelectL } from './SelectL';
|
|
60
|
-
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
61
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
@@ -7,16 +7,18 @@ export { default as CloseL } from './CloseL';
|
|
|
7
7
|
export { default as ColumnL } from './ColumnL';
|
|
8
8
|
export { default as ComboL } from './ComboL';
|
|
9
9
|
export { default as CountdownL } from './CountdownL';
|
|
10
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
11
10
|
export { default as DividerL } from './DividerL';
|
|
11
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
|
+
export { default as FormEditL } from './FormEditL';
|
|
12
13
|
export { default as FormGroupL } from './FormGroupL';
|
|
14
|
+
export { default as FormL } from './FormL';
|
|
13
15
|
export { default as HashL } from './HashL';
|
|
14
16
|
export { default as ImageL } from './ImageL';
|
|
15
|
-
export { default as ImageUrlL } from './ImageUrlL';
|
|
16
17
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
17
18
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
18
|
-
export { default as
|
|
19
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
19
20
|
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
21
|
+
export { default as InfoL } from './InfoL';
|
|
20
22
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
21
23
|
export { default as InputL } from './InputL';
|
|
22
24
|
export { default as LabelL } from './LabelL';
|
|
@@ -24,38 +26,36 @@ export { default as LineL } from './LineL';
|
|
|
24
26
|
export { default as LinkL } from './LinkL';
|
|
25
27
|
export { default as LocationL } from './LocationL';
|
|
26
28
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
29
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
27
30
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
28
|
-
export { default as
|
|
31
|
+
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
29
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
30
|
-
export { default as
|
|
33
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
31
34
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
32
35
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
33
36
|
export { default as MultilineL } from './MultilineL';
|
|
34
37
|
export { default as NavbarL } from './NavbarL';
|
|
35
38
|
export { default as NoData } from './NoData';
|
|
36
39
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
37
|
-
export { default as QuoteL } from './QuoteL';
|
|
38
40
|
export { default as PieL } from './PieL';
|
|
41
|
+
export { default as QuoteL } from './QuoteL';
|
|
39
42
|
export { default as RadioL } from './RadioL';
|
|
40
|
-
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
41
43
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
44
|
+
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
45
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
42
46
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
43
47
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
44
48
|
export { default as Section12L } from './Section12L';
|
|
45
49
|
export { default as Section13L } from './Section13L';
|
|
46
|
-
export { default as FormL } from './FormL';
|
|
47
|
-
export { default as FormEditL } from './FormEditL';
|
|
48
50
|
export { default as Section37L } from './Section37L';
|
|
49
51
|
export { default as SectionL } from './SectionL';
|
|
50
|
-
export { default as
|
|
52
|
+
export { default as SelectL } from './SelectL';
|
|
53
|
+
export { default as SliderL } from './SliderL';
|
|
51
54
|
export { default as SpinnerL } from './SpinnerL';
|
|
55
|
+
export { default as StackedL } from './StackedL';
|
|
56
|
+
export { default as TableL } from './TableL';
|
|
52
57
|
export { default as TextL } from './TextL';
|
|
53
58
|
export { default as TextareaL } from './TextareaL';
|
|
54
|
-
export { default as TableL } from './TableL';
|
|
55
59
|
export { default as TooltipL } from './TooltipL';
|
|
56
60
|
export { default as VideoL } from './VideoL';
|
|
57
61
|
export { default as WarningL } from './WarningL';
|
|
58
|
-
export { default as SliderL } from './SliderL';
|
|
59
|
-
export { default as SelectL } from './SelectL';
|
|
60
|
-
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
61
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const AttributeXl = (props) => (React.createElement("svg", Object.assign({ id: "prefix__icon", x: 0, y: 0, viewBox: "0 0 96 96", xmlSpace: "preserve", className: "attribute-xl" }, props),
|
|
3
|
+
React.createElement("style", null, '.prefix__st0{fill:#384350}'),
|
|
4
|
+
React.createElement("path", { className: "prefix__st0", d: "M67.4 62.5l-6.3-10.2c-.3-.5-.7-.9-1.1-1.1-.5-.3-1-.4-1.5-.4-1.1 0-2.1.6-2.6 1.5l-6.3 10.2c-.4.5-.6 1-.6 1.5 0 1.7 1.4 3 3 3h12.7c.5 0 1.1-.1 1.5-.4 1-.6 1.5-1.6 1.5-2.6.1-.5 0-1-.3-1.5zm-1.8 2.9c-.2.1-.5.2-.8.2H52.1c-.9 0-1.5-.7-1.5-1.5 0-.3.1-.5.2-.8L57.1 53c.3-.5.8-.8 1.4-.8.3 0 .5.1.8.2.2.1.5.3.6.6l6.3 10.2c.1.2.2.5.2.8-.1.6-.3 1.1-.8 1.4zM32.8 45.7h8.9c2.1 0 3.7-1.7 3.7-3.7v-8.9c0-2.1-1.7-3.7-3.7-3.7h-8.9c-2.1 0-3.7 1.7-3.7 3.7V42c-.1 2 1.6 3.7 3.7 3.7zm-2.3-12.6c0-1.2 1-2.2 2.2-2.2h8.9c1.2 0 2.2 1 2.2 2.2V42c0 1.2-1 2.2-2.2 2.2h-8.9c-1.2 0-2.2-1-2.2-2.2v-8.9zM37.2 50.6c-4.7 0-8.6 3.8-8.6 8.6 0 4.7 3.8 8.6 8.6 8.6 4.7 0 8.6-3.8 8.6-8.6s-3.9-8.6-8.6-8.6zm5 13.6c-1.3 1.3-3 2.1-5 2.1s-3.7-.8-5-2.1c-1.3-1.3-2.1-3-2.1-5s.8-3.7 2.1-5c1.3-1.3 3-2.1 5-2.1s3.7.8 5 2.1c1.3 1.3 2.1 3 2.1 5 0 1.9-.8 3.7-2.1 5zM53.5 45.3c.1.2.4.4.6.4h8.6c.3 0 .5-.1.6-.4l4.3-7.4c.1-.2.1-.5 0-.8l-4.3-7.4c-.1-.2-.4-.4-.6-.4h-8.6c-.3 0-.5.1-.6.4l-4.3 7.4c-.1.2-.1.5 0 .8l4.3 7.4zm1.1-14.4h7.7l3.9 6.7-3.8 6.7h-7.7l-3.8-6.7 3.7-6.7z" }),
|
|
5
|
+
React.createElement("path", { className: "prefix__st0", d: "M71 20.2H25c-2.6 0-4.7 2.1-4.8 4.8v46c0 2.6 2.1 4.7 4.8 4.8h46c2.6 0 4.7-2.1 4.8-4.8V25c-.1-2.6-2.2-4.7-4.8-4.8zM74.2 71c0 1.8-1.5 3.2-3.2 3.2H25c-1.8 0-3.2-1.5-3.2-3.2V25c0-1.8 1.5-3.2 3.2-3.2h46c1.8 0 3.2 1.5 3.2 3.2v46z" })));
|
|
6
|
+
export default AttributeXl;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
const SectionXl = (props) => (React.createElement("svg", Object.assign({ id: "prefix__icon", x: 0, y: 0, viewBox: "0 0 96 96", xmlSpace: "preserve", className: "section-xl" }, props),
|
|
3
|
+
React.createElement("style", null, '.prefix__st0{fill:#384350}'),
|
|
4
|
+
React.createElement("path", { className: "prefix__st0", d: "M51.8 55.5c2.1 0 3.7-1.7 3.7-3.7v-7.6c0-2.1-1.7-3.7-3.7-3.7h-7.6c-2.1 0-3.7 1.7-3.7 3.7v7.6c0 2.1 1.7 3.7 3.7 3.7h7.6zM42 51.8v-7.6c0-1.2 1-2.2 2.2-2.2h7.6c1.2 0 2.2 1 2.2 2.2v7.6c0 1.2-1 2.2-2.2 2.2h-7.6C43 54 42 53 42 51.8zM24 55.5h7.6c2.1 0 3.7-1.7 3.7-3.7v-7.6c0-2.1-1.7-3.7-3.7-3.7H24c-2.1 0-3.7 1.7-3.7 3.7v7.6c0 2.1 1.6 3.7 3.7 3.7zm-2.2-11.3c0-1.2 1-2.2 2.2-2.2h7.6c1.2 0 2.2 1 2.2 2.2v7.6c0 1.2-1 2.2-2.2 2.2H24c-1.2 0-2.2-1-2.2-2.2v-7.6zM72 40.5h-7.6c-2.1 0-3.7 1.7-3.7 3.7v7.6c0 2.1 1.7 3.7 3.7 3.7H72c2.1 0 3.7-1.7 3.7-3.7v-7.6c0-2.1-1.6-3.7-3.7-3.7zm2.2 11.3c0 1.2-1 2.2-2.2 2.2h-7.6c-1.2 0-2.2-1-2.2-2.2v-7.6c0-1.2 1-2.2 2.2-2.2H72c1.2 0 2.2 1 2.2 2.2v7.6zM71 60.7H25c-2.6 0-4.7 2.1-4.7 4.7V71c0 2.6 2.1 4.7 4.7 4.7h46c2.6 0 4.7-2.1 4.7-4.7v-5.6c0-2.6-2.1-4.7-4.7-4.7zM74.2 71c0 1.8-1.4 3.2-3.2 3.2H25c-1.8 0-3.2-1.5-3.2-3.2v-5.6c0-1.8 1.4-3.2 3.2-3.2h46c1.8 0 3.2 1.5 3.2 3.2V71zM71 20.2H25c-2.6 0-4.7 2.1-4.7 4.7v5.6c0 2.6 2.1 4.7 4.7 4.7h46c2.6 0 4.7-2.1 4.7-4.7V25c0-2.6-2.1-4.7-4.7-4.8zm3.2 10.4c0 1.8-1.4 3.2-3.2 3.2H25c-1.8 0-3.2-1.5-3.2-3.2V25c0-1.8 1.4-3.2 3.2-3.2h46c1.8 0 3.2 1.5 3.2 3.2v5.6z" })));
|
|
5
|
+
export default SectionXl;
|
|
@@ -2,76 +2,78 @@ export { default as AbTestXl } from './AbTestXl';
|
|
|
2
2
|
export { default as AddXl } from './AddXl';
|
|
3
3
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
4
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
5
6
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
6
|
-
export { default as
|
|
7
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
8
|
export { default as BillingXl } from './BillingXl';
|
|
9
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
10
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
8
11
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
9
12
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
10
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
11
13
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
14
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
12
15
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
13
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
14
16
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
17
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
15
18
|
export { default as CardAeXl } from './CardAeXl';
|
|
16
19
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
17
20
|
export { default as CartAddXl } from './CartAddXl';
|
|
18
21
|
export { default as CheckInXl } from './CheckInXl';
|
|
19
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
20
22
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
21
23
|
export { default as CheckXl } from './CheckXl';
|
|
24
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
22
25
|
export { default as CompareXl } from './CompareXl';
|
|
23
|
-
export { default as CupXl } from './CupXl';
|
|
24
|
-
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
25
26
|
export { default as CouponXl } from './CouponXl';
|
|
27
|
+
export { default as CupXl } from './CupXl';
|
|
26
28
|
export { default as DiscountXl } from './DiscountXl';
|
|
27
|
-
export { default as
|
|
29
|
+
export { default as EventXl } from './EventXl';
|
|
28
30
|
export { default as FileUpXl } from './FileUpXl';
|
|
31
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
29
32
|
export { default as FileXl } from './FileXl';
|
|
30
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
31
33
|
export { default as FileZipXl } from './FileZipXl';
|
|
34
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
32
35
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
33
36
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
37
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
34
38
|
export { default as FormXl } from './FormXl';
|
|
35
|
-
export { default as FunctionXl } from './FunctionXl';
|
|
36
39
|
export { default as FormulaXl } from './FormulaXl';
|
|
37
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
38
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
39
|
-
export { default as InfoXl } from './InfoXl';
|
|
40
40
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
41
|
+
export { default as FunctionXl } from './FunctionXl';
|
|
42
|
+
export { default as InfoXl } from './InfoXl';
|
|
43
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
41
44
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
45
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
42
46
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
43
47
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as IntegrationXl } from './IntegrationXl';
|
|
46
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
48
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
47
49
|
export { default as MessageXl } from './MessageXl';
|
|
48
|
-
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
49
50
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
51
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
52
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
50
53
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
51
54
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
52
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
53
55
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
54
|
-
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
56
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
57
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
58
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
59
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
56
60
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
57
61
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
58
|
-
export { default as PushXl } from './PushXl';
|
|
59
62
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
63
|
+
export { default as PushXl } from './PushXl';
|
|
60
64
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
61
65
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
62
66
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
63
|
-
export { default as
|
|
67
|
+
export { default as SectionXl } from './SectionXl';
|
|
64
68
|
export { default as ShowXl } from './ShowXl';
|
|
65
69
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
66
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
67
70
|
export { default as ToolsXl } from './ToolsXl';
|
|
71
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
68
72
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
69
73
|
export { default as UserIdXl } from './UserIdXl';
|
|
70
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
71
74
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
72
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
73
75
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
74
76
|
export { default as VoucherXl } from './VoucherXl';
|
|
75
77
|
export { default as WarningXl } from './WarningXl';
|
|
76
|
-
export { default as WeblayerXl } from './WeblayerXl';
|
|
77
78
|
export { default as WebhookXl } from './WebhookXl';
|
|
79
|
+
export { default as WeblayerXl } from './WeblayerXl';
|
|
@@ -2,76 +2,78 @@ export { default as AbTestXl } from './AbTestXl';
|
|
|
2
2
|
export { default as AddXl } from './AddXl';
|
|
3
3
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
4
4
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
5
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
5
6
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
6
|
-
export { default as
|
|
7
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
8
|
export { default as BillingXl } from './BillingXl';
|
|
9
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
10
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
8
11
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
9
12
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
10
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
11
13
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
14
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
12
15
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
13
|
-
export { default as CalendarXl } from './CalendarXl';
|
|
14
16
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
17
|
+
export { default as CalendarXl } from './CalendarXl';
|
|
15
18
|
export { default as CardAeXl } from './CardAeXl';
|
|
16
19
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
17
20
|
export { default as CartAddXl } from './CartAddXl';
|
|
18
21
|
export { default as CheckInXl } from './CheckInXl';
|
|
19
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
20
22
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
21
23
|
export { default as CheckXl } from './CheckXl';
|
|
24
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
22
25
|
export { default as CompareXl } from './CompareXl';
|
|
23
|
-
export { default as CupXl } from './CupXl';
|
|
24
|
-
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
25
26
|
export { default as CouponXl } from './CouponXl';
|
|
27
|
+
export { default as CupXl } from './CupXl';
|
|
26
28
|
export { default as DiscountXl } from './DiscountXl';
|
|
27
|
-
export { default as
|
|
29
|
+
export { default as EventXl } from './EventXl';
|
|
28
30
|
export { default as FileUpXl } from './FileUpXl';
|
|
31
|
+
export { default as FileUrlXl } from './FileUrlXl';
|
|
29
32
|
export { default as FileXl } from './FileXl';
|
|
30
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
31
33
|
export { default as FileZipXl } from './FileZipXl';
|
|
34
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
32
35
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
33
36
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
37
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
34
38
|
export { default as FormXl } from './FormXl';
|
|
35
|
-
export { default as FunctionXl } from './FunctionXl';
|
|
36
39
|
export { default as FormulaXl } from './FormulaXl';
|
|
37
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
38
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
39
|
-
export { default as InfoXl } from './InfoXl';
|
|
40
40
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
41
|
+
export { default as FunctionXl } from './FunctionXl';
|
|
42
|
+
export { default as InfoXl } from './InfoXl';
|
|
43
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
41
44
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
45
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
42
46
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
43
47
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as IntegrationXl } from './IntegrationXl';
|
|
46
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
48
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
47
49
|
export { default as MessageXl } from './MessageXl';
|
|
48
|
-
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
49
50
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
51
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
52
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
50
53
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
51
54
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
52
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
53
55
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
54
|
-
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
55
56
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
57
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
58
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
59
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
56
60
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
57
61
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
58
|
-
export { default as PushXl } from './PushXl';
|
|
59
62
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
63
|
+
export { default as PushXl } from './PushXl';
|
|
60
64
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
61
65
|
export { default as ReggressionXl } from './ReggressionXl';
|
|
62
66
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
63
|
-
export { default as
|
|
67
|
+
export { default as SectionXl } from './SectionXl';
|
|
64
68
|
export { default as ShowXl } from './ShowXl';
|
|
65
69
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
66
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
67
70
|
export { default as ToolsXl } from './ToolsXl';
|
|
71
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
68
72
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
69
73
|
export { default as UserIdXl } from './UserIdXl';
|
|
70
|
-
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
71
74
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
72
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
73
75
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
74
76
|
export { default as VoucherXl } from './VoucherXl';
|
|
75
77
|
export { default as WarningXl } from './WarningXl';
|
|
76
|
-
export { default as WeblayerXl } from './WeblayerXl';
|
|
77
78
|
export { default as WebhookXl } from './WebhookXl';
|
|
79
|
+
export { default as WeblayerXl } from './WeblayerXl';
|
|
@@ -9,83 +9,83 @@ export { default as AdCartAiL } from './AdCartAiL';
|
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
10
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
11
11
|
export { default as AdCouponL } from './AdCouponL';
|
|
12
|
-
export { default as
|
|
12
|
+
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
13
13
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
14
15
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
16
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
16
17
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
17
18
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
18
|
-
export { default as AdImgTextL } from './AdImgTextL';
|
|
19
19
|
export { default as AdImageL } from './AdImageL';
|
|
20
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
20
21
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
21
22
|
export { default as AdImportZip } from './AdImportZip';
|
|
22
|
-
export { default as AdLandL } from './AdLandL';
|
|
23
23
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
24
|
+
export { default as AdLandL } from './AdLandL';
|
|
25
|
+
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
24
26
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
25
27
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
26
28
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
27
29
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
30
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
28
31
|
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
29
32
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
30
33
|
export { default as AdPopL } from './AdPopL';
|
|
31
34
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
32
35
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
33
36
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
34
|
-
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
35
37
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
38
|
+
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
36
39
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
37
|
-
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
38
40
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
41
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
39
42
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
40
43
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
41
44
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
42
45
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
43
46
|
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
44
|
-
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
45
47
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
46
|
-
export { default as
|
|
48
|
+
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
49
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
50
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
47
51
|
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
48
52
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
49
53
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
50
54
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
51
|
-
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
52
55
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
53
|
-
export { default as
|
|
54
|
-
export { default as
|
|
56
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
57
|
+
export { default as ChartComboL } from './ChartComboL';
|
|
55
58
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
59
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
56
60
|
export { default as ChartLineL } from './ChartLineL';
|
|
57
61
|
export { default as ChartPieL } from './ChartPieL';
|
|
58
62
|
export { default as ChartTableL } from './ChartTableL';
|
|
59
63
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
60
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
61
64
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
62
65
|
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
63
|
-
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
64
66
|
export { default as FileImportL } from './FileImportL';
|
|
67
|
+
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
65
68
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
66
69
|
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
67
|
-
export { default as
|
|
68
|
-
export { default as ChartComboL } from './ChartComboL';
|
|
70
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
69
71
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
70
72
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
73
|
+
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
71
74
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
72
|
-
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
73
75
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
74
|
-
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
75
|
-
export { default as LastSeenXl } from './LastSeenXl';
|
|
76
76
|
export { default as Integration } from './Integration';
|
|
77
|
-
export { default as
|
|
77
|
+
export { default as LastSeenXl } from './LastSeenXl';
|
|
78
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
78
79
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
80
|
+
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
79
81
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
80
|
-
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
81
82
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
83
|
+
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
82
84
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
83
|
-
export { default as PushImportL } from './PushImportL';
|
|
84
85
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
85
|
-
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
86
86
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
87
|
-
export { default as
|
|
87
|
+
export { default as PushImportL } from './PushImportL';
|
|
88
88
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
89
|
+
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
90
|
+
export { default as TopProductsXl } from './TopProductsXl';
|
|
89
91
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
90
|
-
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
91
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
@@ -9,83 +9,83 @@ export { default as AdCartAiL } from './AdCartAiL';
|
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
10
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
11
11
|
export { default as AdCouponL } from './AdCouponL';
|
|
12
|
-
export { default as
|
|
12
|
+
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
13
13
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
14
15
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
16
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
16
17
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
17
18
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
18
|
-
export { default as AdImgTextL } from './AdImgTextL';
|
|
19
19
|
export { default as AdImageL } from './AdImageL';
|
|
20
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
20
21
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
21
22
|
export { default as AdImportZip } from './AdImportZip';
|
|
22
|
-
export { default as AdLandL } from './AdLandL';
|
|
23
23
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
24
|
+
export { default as AdLandL } from './AdLandL';
|
|
25
|
+
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
24
26
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
25
27
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
26
28
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
27
29
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
30
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
28
31
|
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
29
32
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
30
33
|
export { default as AdPopL } from './AdPopL';
|
|
31
34
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
32
35
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
33
36
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
34
|
-
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
35
37
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
38
|
+
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
36
39
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
37
|
-
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
38
40
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
41
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
39
42
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
40
43
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
41
44
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
42
45
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
43
46
|
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
44
|
-
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
45
47
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
46
|
-
export { default as
|
|
48
|
+
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
49
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
50
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
47
51
|
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
48
52
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
49
53
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
50
54
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
51
|
-
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
52
55
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
53
|
-
export { default as
|
|
54
|
-
export { default as
|
|
56
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
57
|
+
export { default as ChartComboL } from './ChartComboL';
|
|
55
58
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
59
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
56
60
|
export { default as ChartLineL } from './ChartLineL';
|
|
57
61
|
export { default as ChartPieL } from './ChartPieL';
|
|
58
62
|
export { default as ChartTableL } from './ChartTableL';
|
|
59
63
|
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
60
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
61
64
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
62
65
|
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
63
|
-
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
64
66
|
export { default as FileImportL } from './FileImportL';
|
|
67
|
+
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
65
68
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
66
69
|
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
67
|
-
export { default as
|
|
68
|
-
export { default as ChartComboL } from './ChartComboL';
|
|
70
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
69
71
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
70
72
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
73
|
+
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
71
74
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
72
|
-
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
73
75
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
74
|
-
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
75
|
-
export { default as LastSeenXl } from './LastSeenXl';
|
|
76
76
|
export { default as Integration } from './Integration';
|
|
77
|
-
export { default as
|
|
77
|
+
export { default as LastSeenXl } from './LastSeenXl';
|
|
78
|
+
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
78
79
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
80
|
+
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
79
81
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
80
|
-
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
81
82
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
83
|
+
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
82
84
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
83
|
-
export { default as PushImportL } from './PushImportL';
|
|
84
85
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
85
|
-
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
86
86
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
87
|
-
export { default as
|
|
87
|
+
export { default as PushImportL } from './PushImportL';
|
|
88
88
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
89
|
+
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
90
|
+
export { default as TopProductsXl } from './TopProductsXl';
|
|
89
91
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
90
|
-
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
91
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|