@synerise/ds-icon 0.57.0 → 0.58.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.
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const FileExpiredM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default FileExpiredM;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const FileExpiredM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "file-expired-m" }, props),
3
+ React.createElement("path", { d: "M7.75 21h4.15a.75.75 0 000-1.5H7.75c-.69 0-1.25-.56-1.25-1.25V5.75c0-.69.56-1.25 1.25-1.25h4.34c.323 0 .632.124.865.346l4.159 3.976c.246.236.386.562.386.904v2.024a.75.75 0 001.5 0V9.726a2.763 2.763 0 00-.85-1.988l-4.16-3.976A2.738 2.738 0 0012.09 3H7.75A2.753 2.753 0 005 5.75v12.5A2.753 2.753 0 007.75 21z" }),
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 17a4 4 0 118 0 4 4 0 01-8 0zm1.5 0a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0z" }),
5
+ React.createElement("path", { d: "M17.75 16.69v-.89a.75.75 0 00-1.5 0V17c0 .199.079.39.22.53l.8.8a.75.75 0 001.06-1.06l-.58-.58z" })));
6
+ export default FileExpiredM;
@@ -5,17 +5,17 @@ export { default as CheckL } from './CheckL';
5
5
  export { default as CheckboxL } from './CheckboxL';
6
6
  export { default as CloseL } from './CloseL';
7
7
  export { default as ColumnL } from './ColumnL';
8
- export { default as CountdownL } from './CountdownL';
9
8
  export { default as ComboL } from './ComboL';
9
+ export { default as CountdownL } from './CountdownL';
10
10
  export { default as DividerL } from './DividerL';
11
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
12
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
13
  export { default as FolderL } from './FolderL';
14
14
  export { default as FormEditL } from './FormEditL';
15
15
  export { default as FormGroupL } from './FormGroupL';
16
16
  export { default as FormL } from './FormL';
17
- export { default as ImageL } from './ImageL';
18
17
  export { default as HashL } from './HashL';
18
+ export { default as ImageL } from './ImageL';
19
19
  export { default as ImageLandscapeL } from './ImageLandscapeL';
20
20
  export { default as ImagePotraitL } from './ImagePotraitL';
21
21
  export { default as ImageUrlL } from './ImageUrlL';
@@ -29,8 +29,8 @@ export { default as LinkL } from './LinkL';
29
29
  export { default as LocationL } from './LocationL';
30
30
  export { default as MobileBlockL } from './MobileBlockL';
31
31
  export { default as MobileClickL } from './MobileClickL';
32
- export { default as MobileLayout2L } from './MobileLayout2L';
33
32
  export { default as MobileLayout1L } from './MobileLayout1L';
33
+ export { default as MobileLayout2L } from './MobileLayout2L';
34
34
  export { default as MobileLayout3L } from './MobileLayout3L';
35
35
  export { default as MobileLayout4L } from './MobileLayout4L';
36
36
  export { default as MobileLinkL } from './MobileLinkL';
@@ -57,8 +57,8 @@ export { default as SliderL } from './SliderL';
57
57
  export { default as SpinnerL } from './SpinnerL';
58
58
  export { default as StackedL } from './StackedL';
59
59
  export { default as TableL } from './TableL';
60
- export { default as TextareaL } from './TextareaL';
61
60
  export { default as TextL } from './TextL';
61
+ export { default as TextareaL } from './TextareaL';
62
62
  export { default as TooltipL } from './TooltipL';
63
63
  export { default as VideoL } from './VideoL';
64
64
  export { default as WarningL } from './WarningL';
@@ -5,17 +5,17 @@ export { default as CheckL } from './CheckL';
5
5
  export { default as CheckboxL } from './CheckboxL';
6
6
  export { default as CloseL } from './CloseL';
7
7
  export { default as ColumnL } from './ColumnL';
8
- export { default as CountdownL } from './CountdownL';
9
8
  export { default as ComboL } from './ComboL';
9
+ export { default as CountdownL } from './CountdownL';
10
10
  export { default as DividerL } from './DividerL';
11
- export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
12
11
  export { default as FileTypePictureL } from './FileTypePictureL';
12
+ export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
13
13
  export { default as FolderL } from './FolderL';
14
14
  export { default as FormEditL } from './FormEditL';
15
15
  export { default as FormGroupL } from './FormGroupL';
16
16
  export { default as FormL } from './FormL';
17
- export { default as ImageL } from './ImageL';
18
17
  export { default as HashL } from './HashL';
18
+ export { default as ImageL } from './ImageL';
19
19
  export { default as ImageLandscapeL } from './ImageLandscapeL';
20
20
  export { default as ImagePotraitL } from './ImagePotraitL';
21
21
  export { default as ImageUrlL } from './ImageUrlL';
@@ -29,8 +29,8 @@ export { default as LinkL } from './LinkL';
29
29
  export { default as LocationL } from './LocationL';
30
30
  export { default as MobileBlockL } from './MobileBlockL';
31
31
  export { default as MobileClickL } from './MobileClickL';
32
- export { default as MobileLayout2L } from './MobileLayout2L';
33
32
  export { default as MobileLayout1L } from './MobileLayout1L';
33
+ export { default as MobileLayout2L } from './MobileLayout2L';
34
34
  export { default as MobileLayout3L } from './MobileLayout3L';
35
35
  export { default as MobileLayout4L } from './MobileLayout4L';
36
36
  export { default as MobileLinkL } from './MobileLinkL';
@@ -57,8 +57,8 @@ export { default as SliderL } from './SliderL';
57
57
  export { default as SpinnerL } from './SpinnerL';
58
58
  export { default as StackedL } from './StackedL';
59
59
  export { default as TableL } from './TableL';
60
- export { default as TextareaL } from './TextareaL';
61
60
  export { default as TextL } from './TextL';
61
+ export { default as TextareaL } from './TextareaL';
62
62
  export { default as TooltipL } from './TooltipL';
63
63
  export { default as VideoL } from './VideoL';
64
64
  export { default as WarningL } from './WarningL';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const GemsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default GemsXl;
@@ -0,0 +1,17 @@
1
+ import * as React from 'react';
2
+ const GemsXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", fill: "none", className: "gems-xl" }, props),
3
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.478 38.8l29.44 31.512L77.363 38.8H18.478zm29.44 33.36a.745.745 0 01-.546-.238l-31.17-33.36a.75.75 0 01.548-1.261h62.339a.75.75 0 01.548 1.262l-31.17 33.359a.747.747 0 01-.548.238z", fill: "#384451" }),
4
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.84 38.8L47.92 69.039 57.998 38.8H37.84zM47.92 72.16a.752.752 0 01-.712-.512l-11.12-33.36a.75.75 0 01.713-.987h22.239a.75.75 0 01.712.987l-11.12 33.36a.751.751 0 01-.712.512z", fill: "#384451" }),
5
+ React.createElement("mask", { id: "prefix__svg-59821111a", style: {
6
+ maskType: 'luminance',
7
+ }, maskUnits: "userSpaceOnUse", x: 16, y: 23, width: 64, height: 16 },
8
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 23h63.839v15.8H16V23z", fill: "#fff" })),
9
+ React.createElement("g", { mask: "url(#prefix__svg-59821111a)" },
10
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.248 37.3h59.343l-9.579-12.8H27.827l-9.579 12.8zm60.841 1.5H16.75a.75.75 0 01-.6-1.198l10.702-14.3a.75.75 0 01.6-.301h40.935a.75.75 0 01.6.3l10.702 14.3a.75.75 0 01-.6 1.2z", fill: "#384451" })),
11
+ React.createElement("mask", { id: "prefix__svg-59821111b", style: {
12
+ maskType: 'luminance',
13
+ }, maskUnits: "userSpaceOnUse", x: 26, y: 23, width: 44, height: 16 },
14
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M26.702 23h42.435v15.804H26.702V23z", fill: "#fff" })),
15
+ React.createElement("g", { mask: "url(#prefix__svg-59821111b)" },
16
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.04 38.8a.75.75 0 01-.593-.29L47.92 24.974 37.392 38.51c-.149.19-.379.32-.623.289a.75.75 0 01-.597-.34l-9.348-14.3a.75.75 0 011.256-.82l8.772 13.42 10.475-13.47c.283-.366.9-.366 1.184 0l10.475 13.47 8.773-13.42a.748.748 0 011.038-.217.751.751 0 01.218 1.038l-9.348 14.3a.752.752 0 01-.598.339h-.03", fill: "#384451" }))));
17
+ export default GemsXl;
@@ -1,23 +1,24 @@
1
1
  export { default as AbTestXl } from './AbTestXl';
2
2
  export { default as AddXl } from './AddXl';
3
3
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
- export { default as AttributeXl } from './AttributeXl';
4
+ export { default as AfterEventXl } from './AfterEventXl';
5
5
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
6
+ export { default as AttributeXl } from './AttributeXl';
6
7
  export { default as BasicBuilderXl } from './BasicBuilderXl';
7
- export { default as BillingXl } from './BillingXl';
8
- export { default as BeforeEventXl } from './BeforeEventXl';
9
8
  export { default as BasketCheckXl } from './BasketCheckXl';
9
+ export { default as BeforeEventXl } from './BeforeEventXl';
10
+ export { default as BillingXl } from './BillingXl';
10
11
  export { default as BrowserCloseXl } from './BrowserCloseXl';
11
12
  export { default as BrowserCodeXl } from './BrowserCodeXl';
12
13
  export { default as BrowserLandingXl } from './BrowserLandingXl';
13
- export { default as BulbEditXl } from './BulbEditXl';
14
14
  export { default as BrowserScrollXl } from './BrowserScrollXl';
15
+ export { default as BulbEditXl } from './BulbEditXl';
15
16
  export { default as CalculatorXl } from './CalculatorXl';
16
17
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
17
18
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
18
19
  export { default as CalendarXl } from './CalendarXl';
19
- export { default as CardVisaXl } from './CardVisaXl';
20
20
  export { default as CardAeXl } from './CardAeXl';
21
+ export { default as CardVisaXl } from './CardVisaXl';
21
22
  export { default as CartAddXl } from './CartAddXl';
22
23
  export { default as CheckInXl } from './CheckInXl';
23
24
  export { default as CheckOutXl } from './CheckOutXl';
@@ -32,8 +33,8 @@ export { default as DiscountXl } from './DiscountXl';
32
33
  export { default as EventXl } from './EventXl';
33
34
  export { default as FileUpXl } from './FileUpXl';
34
35
  export { default as FileUrlXl } from './FileUrlXl';
35
- export { default as FileZipXl } from './FileZipXl';
36
36
  export { default as FileXl } from './FileXl';
37
+ export { default as FileZipXl } from './FileZipXl';
37
38
  export { default as FirstRunXl } from './FirstRunXl';
38
39
  export { default as FolderCheckXl } from './FolderCheckXl';
39
40
  export { default as FolderStarXl } from './FolderStarXl';
@@ -42,44 +43,44 @@ export { default as FolderXl } from './FolderXl';
42
43
  export { default as FormXl } from './FormXl';
43
44
  export { default as FormulaXl } from './FormulaXl';
44
45
  export { default as FunctionXl } from './FunctionXl';
46
+ export { default as GemsXl } from './GemsXl';
45
47
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
46
48
  export { default as InfoXl } from './InfoXl';
49
+ export { default as InsertObjectXl } from './InsertObjectXl';
47
50
  export { default as IntegrationXl } from './IntegrationXl';
48
- export { default as LaptopAiXl } from './LaptopAiXl';
49
51
  export { default as IntegrationsXl } from './IntegrationsXl';
50
- export { default as InsertObjectXl } from './InsertObjectXl';
52
+ export { default as LaptopAiXl } from './LaptopAiXl';
51
53
  export { default as LaptopTargetXl } from './LaptopTargetXl';
52
- export { default as AfterEventXl } from './AfterEventXl';
53
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
54
+ export { default as LaunchXl } from './LaunchXl';
54
55
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
56
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
55
57
  export { default as MessageXl } from './MessageXl';
56
58
  export { default as MobileBannerXl } from './MobileBannerXl';
57
59
  export { default as MobilePromotionXl } from './MobilePromotionXl';
58
60
  export { default as MobileStepsXl } from './MobileStepsXl';
59
61
  export { default as MobileUpdateXl } from './MobileUpdateXl';
60
- export { default as NetworkFileXl } from './NetworkFileXl';
61
62
  export { default as MultivalueXl } from './MultivalueXl';
63
+ export { default as NetworkFileXl } from './NetworkFileXl';
62
64
  export { default as NoPermissionXl } from './NoPermissionXl';
63
65
  export { default as NotificationsEditXl } from './NotificationsEditXl';
64
66
  export { default as ProductsBundleXl } from './ProductsBundleXl';
65
67
  export { default as ProductsFeedXl } from './ProductsFeedXl';
66
68
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
67
69
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
70
+ export { default as PushXl } from './PushXl';
68
71
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
69
72
  export { default as ReggressionXl } from './ReggressionXl';
70
- export { default as SectionXl } from './SectionXl';
71
73
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
72
- export { default as PushXl } from './PushXl';
74
+ export { default as SectionXl } from './SectionXl';
73
75
  export { default as ShowXl } from './ShowXl';
74
- export { default as ToolsXl } from './ToolsXl';
75
76
  export { default as SilentPushXl } from './SilentPushXl';
77
+ export { default as ToolsXl } from './ToolsXl';
78
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
76
79
  export { default as UserCircleXl } from './UserCircleXl';
77
80
  export { default as UserIdXl } from './UserIdXl';
78
81
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
79
- export { default as UserCircleUpXl } from './UserCircleUpXl';
80
82
  export { default as VisualEditorXl } from './VisualEditorXl';
81
83
  export { default as VoucherXl } from './VoucherXl';
82
84
  export { default as WarningXl } from './WarningXl';
83
85
  export { default as WebhookXl } from './WebhookXl';
84
86
  export { default as WeblayerXl } from './WeblayerXl';
85
- export { default as LaunchXl } from './LaunchXl';
@@ -1,23 +1,24 @@
1
1
  export { default as AbTestXl } from './AbTestXl';
2
2
  export { default as AddXl } from './AddXl';
3
3
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
4
- export { default as AttributeXl } from './AttributeXl';
4
+ export { default as AfterEventXl } from './AfterEventXl';
5
5
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
6
+ export { default as AttributeXl } from './AttributeXl';
6
7
  export { default as BasicBuilderXl } from './BasicBuilderXl';
7
- export { default as BillingXl } from './BillingXl';
8
- export { default as BeforeEventXl } from './BeforeEventXl';
9
8
  export { default as BasketCheckXl } from './BasketCheckXl';
9
+ export { default as BeforeEventXl } from './BeforeEventXl';
10
+ export { default as BillingXl } from './BillingXl';
10
11
  export { default as BrowserCloseXl } from './BrowserCloseXl';
11
12
  export { default as BrowserCodeXl } from './BrowserCodeXl';
12
13
  export { default as BrowserLandingXl } from './BrowserLandingXl';
13
- export { default as BulbEditXl } from './BulbEditXl';
14
14
  export { default as BrowserScrollXl } from './BrowserScrollXl';
15
+ export { default as BulbEditXl } from './BulbEditXl';
15
16
  export { default as CalculatorXl } from './CalculatorXl';
16
17
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
17
18
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
18
19
  export { default as CalendarXl } from './CalendarXl';
19
- export { default as CardVisaXl } from './CardVisaXl';
20
20
  export { default as CardAeXl } from './CardAeXl';
21
+ export { default as CardVisaXl } from './CardVisaXl';
21
22
  export { default as CartAddXl } from './CartAddXl';
22
23
  export { default as CheckInXl } from './CheckInXl';
23
24
  export { default as CheckOutXl } from './CheckOutXl';
@@ -32,8 +33,8 @@ export { default as DiscountXl } from './DiscountXl';
32
33
  export { default as EventXl } from './EventXl';
33
34
  export { default as FileUpXl } from './FileUpXl';
34
35
  export { default as FileUrlXl } from './FileUrlXl';
35
- export { default as FileZipXl } from './FileZipXl';
36
36
  export { default as FileXl } from './FileXl';
37
+ export { default as FileZipXl } from './FileZipXl';
37
38
  export { default as FirstRunXl } from './FirstRunXl';
38
39
  export { default as FolderCheckXl } from './FolderCheckXl';
39
40
  export { default as FolderStarXl } from './FolderStarXl';
@@ -42,44 +43,44 @@ export { default as FolderXl } from './FolderXl';
42
43
  export { default as FormXl } from './FormXl';
43
44
  export { default as FormulaXl } from './FormulaXl';
44
45
  export { default as FunctionXl } from './FunctionXl';
46
+ export { default as GemsXl } from './GemsXl';
45
47
  export { default as InboxNoResultsXl } from './InboxNoResultsXl';
46
48
  export { default as InfoXl } from './InfoXl';
49
+ export { default as InsertObjectXl } from './InsertObjectXl';
47
50
  export { default as IntegrationXl } from './IntegrationXl';
48
- export { default as LaptopAiXl } from './LaptopAiXl';
49
51
  export { default as IntegrationsXl } from './IntegrationsXl';
50
- export { default as InsertObjectXl } from './InsertObjectXl';
52
+ export { default as LaptopAiXl } from './LaptopAiXl';
51
53
  export { default as LaptopTargetXl } from './LaptopTargetXl';
52
- export { default as AfterEventXl } from './AfterEventXl';
53
- export { default as MarketingAutomationXl } from './MarketingAutomationXl';
54
+ export { default as LaunchXl } from './LaunchXl';
54
55
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
56
+ export { default as MarketingAutomationXl } from './MarketingAutomationXl';
55
57
  export { default as MessageXl } from './MessageXl';
56
58
  export { default as MobileBannerXl } from './MobileBannerXl';
57
59
  export { default as MobilePromotionXl } from './MobilePromotionXl';
58
60
  export { default as MobileStepsXl } from './MobileStepsXl';
59
61
  export { default as MobileUpdateXl } from './MobileUpdateXl';
60
- export { default as NetworkFileXl } from './NetworkFileXl';
61
62
  export { default as MultivalueXl } from './MultivalueXl';
63
+ export { default as NetworkFileXl } from './NetworkFileXl';
62
64
  export { default as NoPermissionXl } from './NoPermissionXl';
63
65
  export { default as NotificationsEditXl } from './NotificationsEditXl';
64
66
  export { default as ProductsBundleXl } from './ProductsBundleXl';
65
67
  export { default as ProductsFeedXl } from './ProductsFeedXl';
66
68
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
67
69
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
70
+ export { default as PushXl } from './PushXl';
68
71
  export { default as RecentInteractionsXl } from './RecentInteractionsXl';
69
72
  export { default as ReggressionXl } from './ReggressionXl';
70
- export { default as SectionXl } from './SectionXl';
71
73
  export { default as SearchNoResultsXl } from './SearchNoResultsXl';
72
- export { default as PushXl } from './PushXl';
74
+ export { default as SectionXl } from './SectionXl';
73
75
  export { default as ShowXl } from './ShowXl';
74
- export { default as ToolsXl } from './ToolsXl';
75
76
  export { default as SilentPushXl } from './SilentPushXl';
77
+ export { default as ToolsXl } from './ToolsXl';
78
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
76
79
  export { default as UserCircleXl } from './UserCircleXl';
77
80
  export { default as UserIdXl } from './UserIdXl';
78
81
  export { default as VisualEditorStarXl } from './VisualEditorStarXl';
79
- export { default as UserCircleUpXl } from './UserCircleUpXl';
80
82
  export { default as VisualEditorXl } from './VisualEditorXl';
81
83
  export { default as VoucherXl } from './VoucherXl';
82
84
  export { default as WarningXl } from './WarningXl';
83
85
  export { default as WebhookXl } from './WebhookXl';
84
86
  export { default as WeblayerXl } from './WeblayerXl';
85
- export { default as LaunchXl } from './LaunchXl';
@@ -1,21 +1,21 @@
1
1
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
2
+ export { default as ActionNoneL } from './ActionNoneL';
2
3
  export { default as ActionOpenAppL } from './ActionOpenAppL';
4
+ export { default as ActionUrlL } from './ActionUrlL';
3
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
4
6
  export { default as AdAfterXpagesL } from './AdAfterXpagesL';
5
- export { default as ActionUrlL } from './ActionUrlL';
6
7
  export { default as AdBannerL } from './AdBannerL';
7
8
  export { default as AdCartAiL } from './AdCartAiL';
8
9
  export { default as AdCodeEditorL } from './AdCodeEditorL';
9
- export { default as AdCouponL } from './AdCouponL';
10
10
  export { default as AdComplementaryAiL } from './AdComplementaryAiL';
11
- export { default as ActionNoneL } from './ActionNoneL';
11
+ export { default as AdCouponL } from './AdCouponL';
12
12
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
13
  export { default as AdFadeInL } from './AdFadeInL';
14
14
  export { default as AdFirstRunL } from './AdFirstRunL';
15
15
  export { default as AdFolderBasic } from './AdFolderBasic';
16
- export { default as AdFolderStarredS } from './AdFolderStarredS';
17
16
  export { default as AdFolderFeatured } from './AdFolderFeatured';
18
17
  export { default as AdFolderS } from './AdFolderS';
18
+ export { default as AdFolderStarredS } from './AdFolderStarredS';
19
19
  export { default as AdFolderUser } from './AdFolderUser';
20
20
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
21
21
  export { default as AdImageL } from './AdImageL';
@@ -24,13 +24,13 @@ export { default as AdImportUrl } from './AdImportUrl';
24
24
  export { default as AdImportZip } from './AdImportZip';
25
25
  export { default as AdInsertObjectL } from './AdInsertObjectL';
26
26
  export { default as AdLandL } from './AdLandL';
27
- export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
28
27
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
28
+ export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
29
+ export { default as AdOnExitL } from './AdOnExitL';
29
30
  export { default as AdOnLandingL } from './AdOnLandingL';
30
31
  export { default as AdOnboardingL } from './AdOnboardingL';
31
32
  export { default as AdOpenAppL } from './AdOpenAppL';
32
33
  export { default as AdOpenUrlL } from './AdOpenUrlL';
33
- export { default as AdOnExitL } from './AdOnExitL';
34
34
  export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
35
  export { default as AdPopL } from './AdPopL';
36
36
  export { default as AdPortraitL } from './AdPortraitL';
@@ -40,21 +40,23 @@ export { default as AdSilentPushL } from './AdSilentPushL';
40
40
  export { default as AdSimilarAiL } from './AdSimilarAiL';
41
41
  export { default as AdSimplePushL } from './AdSimplePushL';
42
42
  export { default as AdSlideDownL } from './AdSlideDownL';
43
- export { default as AdTempCodeS } from './AdTempCodeS';
44
43
  export { default as AdSlideLeftL } from './AdSlideLeftL';
45
- export { default as AdUserSegmentsL } from './AdUserSegmentsL';
44
+ export { default as AdSlideRightL } from './AdSlideRightL';
45
+ export { default as AdSlideUpL } from './AdSlideUpL';
46
+ export { default as AdTempCodeS } from './AdTempCodeS';
46
47
  export { default as AdTextEditorL } from './AdTextEditorL';
48
+ export { default as AdUserSegmentsL } from './AdUserSegmentsL';
47
49
  export { default as AdVisualAiL } from './AdVisualAiL';
48
50
  export { default as AdVisualEditorL } from './AdVisualEditorL';
49
51
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
50
52
  export { default as AdWalktroughL } from './AdWalktroughL';
51
- export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
52
53
  export { default as AdWebLayerL } from './AdWebLayerL';
54
+ export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
53
55
  export { default as AiCampaigns } from './AiCampaigns';
54
56
  export { default as AudienceAnalytics } from './AudienceAnalytics';
57
+ export { default as BoostLoyalty } from './BoostLoyalty';
55
58
  export { default as CartRecommendationXl } from './CartRecommendationXl';
56
59
  export { default as ChartColumnL } from './ChartColumnL';
57
- export { default as BoostLoyalty } from './BoostLoyalty';
58
60
  export { default as ChartComboL } from './ChartComboL';
59
61
  export { default as ChartDonutL } from './ChartDonutL';
60
62
  export { default as ChartDonutLineL } from './ChartDonutLineL';
@@ -62,12 +64,11 @@ export { default as ChartLineL } from './ChartLineL';
62
64
  export { default as ChartPieL } from './ChartPieL';
63
65
  export { default as ChartTableL } from './ChartTableL';
64
66
  export { default as DateMultipleXl } from './DateMultipleXl';
65
- export { default as AdSlideUpL } from './AdSlideUpL';
66
- export { default as DateRecurringXl } from './DateRecurringXl';
67
67
  export { default as DateOntimeXl } from './DateOntimeXl';
68
+ export { default as DateRecurringXl } from './DateRecurringXl';
69
+ export { default as FileImportL } from './FileImportL';
68
70
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
69
71
  export { default as ImportClientsXl } from './ImportClientsXl';
70
- export { default as FileImportL } from './FileImportL';
71
72
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
72
73
  export { default as ImportCustomXl } from './ImportCustomXl';
73
74
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
@@ -75,20 +76,19 @@ export { default as ImportPromotionsXl } from './ImportPromotionsXl';
75
76
  export { default as ImportQuickXl } from './ImportQuickXl';
76
77
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
77
78
  export { default as ImportVouchersXl } from './ImportVouchersXl';
78
- export { default as LastSeenXl } from './LastSeenXl';
79
79
  export { default as Integration } from './Integration';
80
+ export { default as LastSeenXl } from './LastSeenXl';
80
81
  export { default as LayoutImageBgL } from './LayoutImageBgL';
81
- export { default as LayoutTextL } from './LayoutTextL';
82
- export { default as LayoutMixedL } from './LayoutMixedL';
83
82
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
83
+ export { default as LayoutMixedL } from './LayoutMixedL';
84
+ export { default as LayoutTextL } from './LayoutTextL';
85
+ export { default as MarketingAutomation } from './MarketingAutomation';
84
86
  export { default as MetricFormulaXl } from './MetricFormulaXl';
85
87
  export { default as MetricSimpleXl } from './MetricSimpleXl';
86
- export { default as MarketingAutomation } from './MarketingAutomation';
88
+ export { default as MobileHandbillXl } from './MobileHandbillXl';
87
89
  export { default as OtherIdeas } from './OtherIdeas';
88
90
  export { default as PushImportL } from './PushImportL';
89
- export { default as TargetedCampaigns } from './TargetedCampaigns';
90
91
  export { default as ReportPreparedXl } from './ReportPreparedXl';
92
+ export { default as TargetedCampaigns } from './TargetedCampaigns';
91
93
  export { default as TopProductsXl } from './TopProductsXl';
92
94
  export { default as UnderstandCustomer } from './UnderstandCustomer';
93
- export { default as AdSlideRightL } from './AdSlideRightL';
94
- export { default as MobileHandbillXl } from './MobileHandbillXl';
@@ -1,21 +1,21 @@
1
1
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
2
+ export { default as ActionNoneL } from './ActionNoneL';
2
3
  export { default as ActionOpenAppL } from './ActionOpenAppL';
4
+ export { default as ActionUrlL } from './ActionUrlL';
3
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
4
6
  export { default as AdAfterXpagesL } from './AdAfterXpagesL';
5
- export { default as ActionUrlL } from './ActionUrlL';
6
7
  export { default as AdBannerL } from './AdBannerL';
7
8
  export { default as AdCartAiL } from './AdCartAiL';
8
9
  export { default as AdCodeEditorL } from './AdCodeEditorL';
9
- export { default as AdCouponL } from './AdCouponL';
10
10
  export { default as AdComplementaryAiL } from './AdComplementaryAiL';
11
- export { default as ActionNoneL } from './ActionNoneL';
11
+ export { default as AdCouponL } from './AdCouponL';
12
12
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
13
13
  export { default as AdFadeInL } from './AdFadeInL';
14
14
  export { default as AdFirstRunL } from './AdFirstRunL';
15
15
  export { default as AdFolderBasic } from './AdFolderBasic';
16
- export { default as AdFolderStarredS } from './AdFolderStarredS';
17
16
  export { default as AdFolderFeatured } from './AdFolderFeatured';
18
17
  export { default as AdFolderS } from './AdFolderS';
18
+ export { default as AdFolderStarredS } from './AdFolderStarredS';
19
19
  export { default as AdFolderUser } from './AdFolderUser';
20
20
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
21
21
  export { default as AdImageL } from './AdImageL';
@@ -24,13 +24,13 @@ export { default as AdImportUrl } from './AdImportUrl';
24
24
  export { default as AdImportZip } from './AdImportZip';
25
25
  export { default as AdInsertObjectL } from './AdInsertObjectL';
26
26
  export { default as AdLandL } from './AdLandL';
27
- export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
28
27
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
28
+ export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
29
+ export { default as AdOnExitL } from './AdOnExitL';
29
30
  export { default as AdOnLandingL } from './AdOnLandingL';
30
31
  export { default as AdOnboardingL } from './AdOnboardingL';
31
32
  export { default as AdOpenAppL } from './AdOpenAppL';
32
33
  export { default as AdOpenUrlL } from './AdOpenUrlL';
33
- export { default as AdOnExitL } from './AdOnExitL';
34
34
  export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
35
  export { default as AdPopL } from './AdPopL';
36
36
  export { default as AdPortraitL } from './AdPortraitL';
@@ -40,21 +40,23 @@ export { default as AdSilentPushL } from './AdSilentPushL';
40
40
  export { default as AdSimilarAiL } from './AdSimilarAiL';
41
41
  export { default as AdSimplePushL } from './AdSimplePushL';
42
42
  export { default as AdSlideDownL } from './AdSlideDownL';
43
- export { default as AdTempCodeS } from './AdTempCodeS';
44
43
  export { default as AdSlideLeftL } from './AdSlideLeftL';
45
- export { default as AdUserSegmentsL } from './AdUserSegmentsL';
44
+ export { default as AdSlideRightL } from './AdSlideRightL';
45
+ export { default as AdSlideUpL } from './AdSlideUpL';
46
+ export { default as AdTempCodeS } from './AdTempCodeS';
46
47
  export { default as AdTextEditorL } from './AdTextEditorL';
48
+ export { default as AdUserSegmentsL } from './AdUserSegmentsL';
47
49
  export { default as AdVisualAiL } from './AdVisualAiL';
48
50
  export { default as AdVisualEditorL } from './AdVisualEditorL';
49
51
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
50
52
  export { default as AdWalktroughL } from './AdWalktroughL';
51
- export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
52
53
  export { default as AdWebLayerL } from './AdWebLayerL';
54
+ export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
53
55
  export { default as AiCampaigns } from './AiCampaigns';
54
56
  export { default as AudienceAnalytics } from './AudienceAnalytics';
57
+ export { default as BoostLoyalty } from './BoostLoyalty';
55
58
  export { default as CartRecommendationXl } from './CartRecommendationXl';
56
59
  export { default as ChartColumnL } from './ChartColumnL';
57
- export { default as BoostLoyalty } from './BoostLoyalty';
58
60
  export { default as ChartComboL } from './ChartComboL';
59
61
  export { default as ChartDonutL } from './ChartDonutL';
60
62
  export { default as ChartDonutLineL } from './ChartDonutLineL';
@@ -62,12 +64,11 @@ export { default as ChartLineL } from './ChartLineL';
62
64
  export { default as ChartPieL } from './ChartPieL';
63
65
  export { default as ChartTableL } from './ChartTableL';
64
66
  export { default as DateMultipleXl } from './DateMultipleXl';
65
- export { default as AdSlideUpL } from './AdSlideUpL';
66
- export { default as DateRecurringXl } from './DateRecurringXl';
67
67
  export { default as DateOntimeXl } from './DateOntimeXl';
68
+ export { default as DateRecurringXl } from './DateRecurringXl';
69
+ export { default as FileImportL } from './FileImportL';
68
70
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
69
71
  export { default as ImportClientsXl } from './ImportClientsXl';
70
- export { default as FileImportL } from './FileImportL';
71
72
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
72
73
  export { default as ImportCustomXl } from './ImportCustomXl';
73
74
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
@@ -75,20 +76,19 @@ export { default as ImportPromotionsXl } from './ImportPromotionsXl';
75
76
  export { default as ImportQuickXl } from './ImportQuickXl';
76
77
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
77
78
  export { default as ImportVouchersXl } from './ImportVouchersXl';
78
- export { default as LastSeenXl } from './LastSeenXl';
79
79
  export { default as Integration } from './Integration';
80
+ export { default as LastSeenXl } from './LastSeenXl';
80
81
  export { default as LayoutImageBgL } from './LayoutImageBgL';
81
- export { default as LayoutTextL } from './LayoutTextL';
82
- export { default as LayoutMixedL } from './LayoutMixedL';
83
82
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
83
+ export { default as LayoutMixedL } from './LayoutMixedL';
84
+ export { default as LayoutTextL } from './LayoutTextL';
85
+ export { default as MarketingAutomation } from './MarketingAutomation';
84
86
  export { default as MetricFormulaXl } from './MetricFormulaXl';
85
87
  export { default as MetricSimpleXl } from './MetricSimpleXl';
86
- export { default as MarketingAutomation } from './MarketingAutomation';
88
+ export { default as MobileHandbillXl } from './MobileHandbillXl';
87
89
  export { default as OtherIdeas } from './OtherIdeas';
88
90
  export { default as PushImportL } from './PushImportL';
89
- export { default as TargetedCampaigns } from './TargetedCampaigns';
90
91
  export { default as ReportPreparedXl } from './ReportPreparedXl';
92
+ export { default as TargetedCampaigns } from './TargetedCampaigns';
91
93
  export { default as TopProductsXl } from './TopProductsXl';
92
94
  export { default as UnderstandCustomer } from './UnderstandCustomer';
93
- export { default as AdSlideRightL } from './AdSlideRightL';
94
- export { default as MobileHandbillXl } from './MobileHandbillXl';