@synerise/ds-icon 1.5.4 → 1.6.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/cjs/icons/GaugeChartM.d.ts +3 -0
  3. package/dist/cjs/icons/GaugeChartM.js +9 -0
  4. package/dist/cjs/icons/L/index.d.ts +12 -12
  5. package/dist/cjs/icons/L/index.js +26 -26
  6. package/dist/cjs/icons/XL/index.d.ts +23 -23
  7. package/dist/cjs/icons/XL/index.js +48 -48
  8. package/dist/cjs/icons/additional/AdCumulative.d.ts +3 -0
  9. package/dist/cjs/icons/additional/AdCumulative.js +21 -0
  10. package/dist/cjs/icons/additional/AdMultiline.d.ts +3 -0
  11. package/dist/cjs/icons/additional/AdMultiline.js +15 -0
  12. package/dist/cjs/icons/additional/AdValue.d.ts +3 -0
  13. package/dist/cjs/icons/additional/AdValue.js +14 -0
  14. package/dist/cjs/icons/additional/index.d.ts +24 -21
  15. package/dist/cjs/icons/additional/index.js +50 -44
  16. package/dist/cjs/icons/colorIcons/index.d.ts +4 -4
  17. package/dist/cjs/icons/colorIcons/index.js +9 -9
  18. package/dist/cjs/icons/index.d.ts +180 -179
  19. package/dist/cjs/icons/index.js +378 -376
  20. package/dist/esm/icons/GaugeChartM.d.ts +3 -0
  21. package/dist/esm/icons/GaugeChartM.js +7 -0
  22. package/dist/esm/icons/L/index.d.ts +12 -12
  23. package/dist/esm/icons/L/index.js +12 -12
  24. package/dist/esm/icons/XL/index.d.ts +23 -23
  25. package/dist/esm/icons/XL/index.js +23 -23
  26. package/dist/esm/icons/additional/AdCumulative.d.ts +3 -0
  27. package/dist/esm/icons/additional/AdCumulative.js +19 -0
  28. package/dist/esm/icons/additional/AdMultiline.d.ts +3 -0
  29. package/dist/esm/icons/additional/AdMultiline.js +13 -0
  30. package/dist/esm/icons/additional/AdValue.d.ts +3 -0
  31. package/dist/esm/icons/additional/AdValue.js +12 -0
  32. package/dist/esm/icons/additional/index.d.ts +24 -21
  33. package/dist/esm/icons/additional/index.js +24 -21
  34. package/dist/esm/icons/colorIcons/index.d.ts +4 -4
  35. package/dist/esm/icons/colorIcons/index.js +4 -4
  36. package/dist/esm/icons/index.d.ts +180 -179
  37. package/dist/esm/icons/index.js +180 -179
  38. package/package.json +2 -2
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const GaugeChartM: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default GaugeChartM;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ const GaugeChartM = (props) => React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "ds-icon-gauge-chart-m", className: "gauge-chart-m ds-icon-set-medium" }, props),
3
+ React.createElement("path", { d: "M3 15C3 11.5815 5.01099 8.59687 8 7", stroke: "currentColor", strokeWidth: 1.65, strokeLinecap: "round" }),
4
+ React.createElement("path", { d: "M21 15C21 10.0294 16.9706 6 12 6", stroke: "currentColor", strokeWidth: 1.65, strokeLinecap: "round" }),
5
+ React.createElement("circle", { cx: 12, cy: 16, r: 2, fill: "currentColor" }),
6
+ React.createElement("path", { d: "M12 16L11 11", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round" }));
7
+ export default GaugeChartM;
@@ -1,38 +1,38 @@
1
1
  export { default as WarningL } from './WarningL';
2
- export { default as VideoL } from './VideoL';
3
2
  export { default as TooltipL } from './TooltipL';
3
+ export { default as VideoL } from './VideoL';
4
4
  export { default as TextareaL } from './TextareaL';
5
5
  export { default as TextL } from './TextL';
6
- export { default as TableL } from './TableL';
7
6
  export { default as StackedL } from './StackedL';
7
+ export { default as TableL } from './TableL';
8
8
  export { default as SpinnerL } from './SpinnerL';
9
9
  export { default as SliderL } from './SliderL';
10
10
  export { default as ShowL } from './ShowL';
11
11
  export { default as SelectL } from './SelectL';
12
12
  export { default as SectionL } from './SectionL';
13
13
  export { default as Section37L } from './Section37L';
14
- export { default as Section13L } from './Section13L';
15
14
  export { default as Section12L } from './Section12L';
15
+ export { default as Section13L } from './Section13L';
16
16
  export { default as SearchNoResultsL } from './SearchNoResultsL';
17
17
  export { default as RelationOneOneL } from './RelationOneOneL';
18
- export { default as RelationOneManyL } from './RelationOneManyL';
19
18
  export { default as RelationManyOneL } from './RelationManyOneL';
19
+ export { default as RelationOneManyL } from './RelationOneManyL';
20
+ export { default as RelationManyManyL } from './RelationManyManyL';
20
21
  export { default as RadioL } from './RadioL';
21
22
  export { default as QuoteL } from './QuoteL';
22
- export { default as RelationManyManyL } from './RelationManyManyL';
23
23
  export { default as PieL } from './PieL';
24
24
  export { default as NoPermissionL } from './NoPermissionL';
25
25
  export { default as NoData } from './NoData';
26
26
  export { default as NavbarL } from './NavbarL';
27
- export { default as MultilineL } from './MultilineL';
28
27
  export { default as MobileUrlL } from './MobileUrlL';
28
+ export { default as MultilineL } from './MultilineL';
29
29
  export { default as MobileLinkL } from './MobileLinkL';
30
- export { default as MobileLayout4L } from './MobileLayout4L';
31
30
  export { default as MobileLayout3L } from './MobileLayout3L';
31
+ export { default as MobileLayout4L } from './MobileLayout4L';
32
32
  export { default as MobileLayout2L } from './MobileLayout2L';
33
- export { default as MobileClickL } from './MobileClickL';
34
33
  export { default as MobileLayout1L } from './MobileLayout1L';
35
34
  export { default as MobileBlockL } from './MobileBlockL';
35
+ export { default as MobileClickL } from './MobileClickL';
36
36
  export { default as LocationL } from './LocationL';
37
37
  export { default as LinkL } from './LinkL';
38
38
  export { default as LineL } from './LineL';
@@ -41,8 +41,8 @@ export { default as LabelL } from './LabelL';
41
41
  export { default as InputL } from './InputL';
42
42
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
43
43
  export { default as InfoL } from './InfoL';
44
- export { default as InboxNoResultsL } from './InboxNoResultsL';
45
44
  export { default as ImageUrlL } from './ImageUrlL';
45
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
46
46
  export { default as ImagePotraitL } from './ImagePotraitL';
47
47
  export { default as ImageLandscapeL } from './ImageLandscapeL';
48
48
  export { default as ImageL } from './ImageL';
@@ -51,18 +51,18 @@ export { default as HashL } from './HashL';
51
51
  export { default as FormL } from './FormL';
52
52
  export { default as FormEditL } from './FormEditL';
53
53
  export { default as FormGroupL } from './FormGroupL';
54
- export { default as FolderPredefinedL } from './FolderPredefinedL';
55
54
  export { default as FolderPlainL } from './FolderPlainL';
56
55
  export { default as FolderL } from './FolderL';
56
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
57
57
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
58
- export { default as FileTypePictureL } from './FileTypePictureL';
59
58
  export { default as DividerL } from './DividerL';
59
+ export { default as FileTypePictureL } from './FileTypePictureL';
60
60
  export { default as CountdownL } from './CountdownL';
61
61
  export { default as ComboL } from './ComboL';
62
62
  export { default as ColumnL } from './ColumnL';
63
63
  export { default as CloseL } from './CloseL';
64
- export { default as CheckboxL } from './CheckboxL';
65
64
  export { default as CheckL } from './CheckL';
65
+ export { default as CheckboxL } from './CheckboxL';
66
66
  export { default as ButtonSubmitL } from './ButtonSubmitL';
67
67
  export { default as ButtonL } from './ButtonL';
68
68
  export { default as BrowserL } from './BrowserL';
@@ -1,38 +1,38 @@
1
1
  export { default as WarningL } from './WarningL';
2
- export { default as VideoL } from './VideoL';
3
2
  export { default as TooltipL } from './TooltipL';
3
+ export { default as VideoL } from './VideoL';
4
4
  export { default as TextareaL } from './TextareaL';
5
5
  export { default as TextL } from './TextL';
6
- export { default as TableL } from './TableL';
7
6
  export { default as StackedL } from './StackedL';
7
+ export { default as TableL } from './TableL';
8
8
  export { default as SpinnerL } from './SpinnerL';
9
9
  export { default as SliderL } from './SliderL';
10
10
  export { default as ShowL } from './ShowL';
11
11
  export { default as SelectL } from './SelectL';
12
12
  export { default as SectionL } from './SectionL';
13
13
  export { default as Section37L } from './Section37L';
14
- export { default as Section13L } from './Section13L';
15
14
  export { default as Section12L } from './Section12L';
15
+ export { default as Section13L } from './Section13L';
16
16
  export { default as SearchNoResultsL } from './SearchNoResultsL';
17
17
  export { default as RelationOneOneL } from './RelationOneOneL';
18
- export { default as RelationOneManyL } from './RelationOneManyL';
19
18
  export { default as RelationManyOneL } from './RelationManyOneL';
19
+ export { default as RelationOneManyL } from './RelationOneManyL';
20
+ export { default as RelationManyManyL } from './RelationManyManyL';
20
21
  export { default as RadioL } from './RadioL';
21
22
  export { default as QuoteL } from './QuoteL';
22
- export { default as RelationManyManyL } from './RelationManyManyL';
23
23
  export { default as PieL } from './PieL';
24
24
  export { default as NoPermissionL } from './NoPermissionL';
25
25
  export { default as NoData } from './NoData';
26
26
  export { default as NavbarL } from './NavbarL';
27
- export { default as MultilineL } from './MultilineL';
28
27
  export { default as MobileUrlL } from './MobileUrlL';
28
+ export { default as MultilineL } from './MultilineL';
29
29
  export { default as MobileLinkL } from './MobileLinkL';
30
- export { default as MobileLayout4L } from './MobileLayout4L';
31
30
  export { default as MobileLayout3L } from './MobileLayout3L';
31
+ export { default as MobileLayout4L } from './MobileLayout4L';
32
32
  export { default as MobileLayout2L } from './MobileLayout2L';
33
- export { default as MobileClickL } from './MobileClickL';
34
33
  export { default as MobileLayout1L } from './MobileLayout1L';
35
34
  export { default as MobileBlockL } from './MobileBlockL';
35
+ export { default as MobileClickL } from './MobileClickL';
36
36
  export { default as LocationL } from './LocationL';
37
37
  export { default as LinkL } from './LinkL';
38
38
  export { default as LineL } from './LineL';
@@ -41,8 +41,8 @@ export { default as LabelL } from './LabelL';
41
41
  export { default as InputL } from './InputL';
42
42
  export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
43
43
  export { default as InfoL } from './InfoL';
44
- export { default as InboxNoResultsL } from './InboxNoResultsL';
45
44
  export { default as ImageUrlL } from './ImageUrlL';
45
+ export { default as InboxNoResultsL } from './InboxNoResultsL';
46
46
  export { default as ImagePotraitL } from './ImagePotraitL';
47
47
  export { default as ImageLandscapeL } from './ImageLandscapeL';
48
48
  export { default as ImageL } from './ImageL';
@@ -51,18 +51,18 @@ export { default as HashL } from './HashL';
51
51
  export { default as FormL } from './FormL';
52
52
  export { default as FormEditL } from './FormEditL';
53
53
  export { default as FormGroupL } from './FormGroupL';
54
- export { default as FolderPredefinedL } from './FolderPredefinedL';
55
54
  export { default as FolderPlainL } from './FolderPlainL';
56
55
  export { default as FolderL } from './FolderL';
56
+ export { default as FolderPredefinedL } from './FolderPredefinedL';
57
57
  export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
58
- export { default as FileTypePictureL } from './FileTypePictureL';
59
58
  export { default as DividerL } from './DividerL';
59
+ export { default as FileTypePictureL } from './FileTypePictureL';
60
60
  export { default as CountdownL } from './CountdownL';
61
61
  export { default as ComboL } from './ComboL';
62
62
  export { default as ColumnL } from './ColumnL';
63
63
  export { default as CloseL } from './CloseL';
64
- export { default as CheckboxL } from './CheckboxL';
65
64
  export { default as CheckL } from './CheckL';
65
+ export { default as CheckboxL } from './CheckboxL';
66
66
  export { default as ButtonSubmitL } from './ButtonSubmitL';
67
67
  export { default as ButtonL } from './ButtonL';
68
68
  export { default as BrowserL } from './BrowserL';
@@ -1,18 +1,18 @@
1
1
  export { default as WthStarsXl } from './WthStarsXl';
2
- export { default as WeblayerXl } from './WeblayerXl';
3
2
  export { default as WebhookXl } from './WebhookXl';
4
- export { default as WarningXl } from './WarningXl';
5
3
  export { default as VoucherXl } from './VoucherXl';
4
+ export { default as WeblayerXl } from './WeblayerXl';
5
+ export { default as WarningXl } from './WarningXl';
6
6
  export { default as VisualEditorXl } from './VisualEditorXl';
7
- export { default as VisualEditorStarXl } from './VisualEditorStarXl';
8
7
  export { default as UserIdXl } from './UserIdXl';
8
+ export { default as VisualEditorStarXl } from './VisualEditorStarXl';
9
9
  export { default as UserCircleXl } from './UserCircleXl';
10
- export { default as UserCircleUpXl } from './UserCircleUpXl';
11
10
  export { default as ToolsXl } from './ToolsXl';
12
- export { default as TargetXl } from './TargetXl';
11
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
13
12
  export { default as StopXl } from './StopXl';
14
- export { default as SmsXl } from './SmsXl';
13
+ export { default as TargetXl } from './TargetXl';
15
14
  export { default as SilentPushXl } from './SilentPushXl';
15
+ export { default as SmsXl } from './SmsXl';
16
16
  export { default as ShowXl } from './ShowXl';
17
17
  export { default as SectionXl } from './SectionXl';
18
18
  export { default as SearchSemanticXl } from './SearchSemanticXl';
@@ -20,8 +20,8 @@ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
20
20
  export { default as SearchKeywordsXl } from './SearchKeywordsXl';
21
21
  export { default as SearchHybridXl } from './SearchHybridXl';
22
22
  export { default as ReggressionXl } from './ReggressionXl';
23
- export { default as RecentInteractionsXl } from './RecentInteractionsXl';
24
23
  export { default as PushXl } from './PushXl';
24
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
25
25
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
26
26
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
27
27
  export { default as ProductsFeedXl } from './ProductsFeedXl';
@@ -30,18 +30,19 @@ export { default as PlayXl } from './PlayXl';
30
30
  export { default as PauseXl } from './PauseXl';
31
31
  export { default as NotificationsEditXl } from './NotificationsEditXl';
32
32
  export { default as NoPermissionXl } from './NoPermissionXl';
33
- export { default as NetworkFileXl } from './NetworkFileXl';
34
33
  export { default as MultivalueXl } from './MultivalueXl';
34
+ export { default as NetworkFileXl } from './NetworkFileXl';
35
35
  export { default as MobileUpdateXl } from './MobileUpdateXl';
36
- export { default as MobilePromotionXl } from './MobilePromotionXl';
37
36
  export { default as MobileStepsXl } from './MobileStepsXl';
37
+ export { default as MobilePromotionXl } from './MobilePromotionXl';
38
38
  export { default as MobileBannerXl } from './MobileBannerXl';
39
39
  export { default as MetaXl } from './MetaXl';
40
40
  export { default as MessageXl } from './MessageXl';
41
41
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
42
42
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
43
- export { default as LaunchXl } from './LaunchXl';
44
43
  export { default as LaptopTargetXl } from './LaptopTargetXl';
44
+ export { default as LaptopAiXl } from './LaptopAiXl';
45
+ export { default as LaunchXl } from './LaunchXl';
45
46
  export { default as IntegrationsXl } from './IntegrationsXl';
46
47
  export { default as IntegrationXl } from './IntegrationXl';
47
48
  export { default as InsertObjectXl } from './InsertObjectXl';
@@ -50,50 +51,49 @@ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
50
51
  export { default as GemsXl } from './GemsXl';
51
52
  export { default as FunctionXl } from './FunctionXl';
52
53
  export { default as FormulaXl } from './FormulaXl';
53
- export { default as FormXl } from './FormXl';
54
54
  export { default as FolderXl } from './FolderXl';
55
+ export { default as FormXl } from './FormXl';
56
+ export { default as FolderUserXl } from './FolderUserXl';
55
57
  export { default as FolderStarXl } from './FolderStarXl';
56
- export { default as LaptopAiXl } from './LaptopAiXl';
57
58
  export { default as FolderCheckXl } from './FolderCheckXl';
58
59
  export { default as FirstRunXl } from './FirstRunXl';
59
60
  export { default as FileZipXl } from './FileZipXl';
60
61
  export { default as FileXl } from './FileXl';
61
- export { default as FileUrlXl } from './FileUrlXl';
62
62
  export { default as FileUpXl } from './FileUpXl';
63
+ export { default as FileUrlXl } from './FileUrlXl';
63
64
  export { default as FileDownXl } from './FileDownXl';
64
- export { default as EventXl } from './EventXl';
65
65
  export { default as ErrorXl } from './ErrorXl';
66
+ export { default as EventXl } from './EventXl';
66
67
  export { default as DiscountXl } from './DiscountXl';
67
68
  export { default as CupXl } from './CupXl';
68
69
  export { default as CouponXl } from './CouponXl';
69
70
  export { default as CompareXl } from './CompareXl';
70
71
  export { default as CloneNodesXl } from './CloneNodesXl';
72
+ export { default as ClassificationXl } from './ClassificationXl';
71
73
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
74
+ export { default as CheckOutXl } from './CheckOutXl';
72
75
  export { default as CheckXl } from './CheckXl';
73
- export { default as ClassificationXl } from './ClassificationXl';
74
- export { default as FolderUserXl } from './FolderUserXl';
75
76
  export { default as CheckInXl } from './CheckInXl';
76
77
  export { default as CartAddXl } from './CartAddXl';
77
78
  export { default as CardVisaXl } from './CardVisaXl';
78
- export { default as CardAeXl } from './CardAeXl';
79
- export { default as CalendarXl } from './CalendarXl';
80
79
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
80
+ export { default as CalendarXl } from './CalendarXl';
81
81
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
82
+ export { default as CardAeXl } from './CardAeXl';
82
83
  export { default as CalculatorXl } from './CalculatorXl';
83
- export { default as BulbEditXl } from './BulbEditXl';
84
84
  export { default as BrowserScrollXl } from './BrowserScrollXl';
85
+ export { default as BulbEditXl } from './BulbEditXl';
85
86
  export { default as BrowserLandingXl } from './BrowserLandingXl';
86
87
  export { default as BrowserCodeXl } from './BrowserCodeXl';
87
88
  export { default as BrowserCloseXl } from './BrowserCloseXl';
88
89
  export { default as BillingXl } from './BillingXl';
89
- export { default as BasketCheckXl } from './BasketCheckXl';
90
90
  export { default as BeforeEventXl } from './BeforeEventXl';
91
91
  export { default as BasicBuilderXl } from './BasicBuilderXl';
92
+ export { default as BasketCheckXl } from './BasketCheckXl';
92
93
  export { default as AttributeXl } from './AttributeXl';
93
- export { default as ApiXl } from './ApiXl';
94
94
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
95
95
  export { default as AfterEventXl } from './AfterEventXl';
96
+ export { default as ApiXl } from './ApiXl';
96
97
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
97
- export { default as AddXl } from './AddXl';
98
98
  export { default as AbTestXl } from './AbTestXl';
99
- export { default as CheckOutXl } from './CheckOutXl';
99
+ export { default as AddXl } from './AddXl';
@@ -1,18 +1,18 @@
1
1
  export { default as WthStarsXl } from './WthStarsXl';
2
- export { default as WeblayerXl } from './WeblayerXl';
3
2
  export { default as WebhookXl } from './WebhookXl';
4
- export { default as WarningXl } from './WarningXl';
5
3
  export { default as VoucherXl } from './VoucherXl';
4
+ export { default as WeblayerXl } from './WeblayerXl';
5
+ export { default as WarningXl } from './WarningXl';
6
6
  export { default as VisualEditorXl } from './VisualEditorXl';
7
- export { default as VisualEditorStarXl } from './VisualEditorStarXl';
8
7
  export { default as UserIdXl } from './UserIdXl';
8
+ export { default as VisualEditorStarXl } from './VisualEditorStarXl';
9
9
  export { default as UserCircleXl } from './UserCircleXl';
10
- export { default as UserCircleUpXl } from './UserCircleUpXl';
11
10
  export { default as ToolsXl } from './ToolsXl';
12
- export { default as TargetXl } from './TargetXl';
11
+ export { default as UserCircleUpXl } from './UserCircleUpXl';
13
12
  export { default as StopXl } from './StopXl';
14
- export { default as SmsXl } from './SmsXl';
13
+ export { default as TargetXl } from './TargetXl';
15
14
  export { default as SilentPushXl } from './SilentPushXl';
15
+ export { default as SmsXl } from './SmsXl';
16
16
  export { default as ShowXl } from './ShowXl';
17
17
  export { default as SectionXl } from './SectionXl';
18
18
  export { default as SearchSemanticXl } from './SearchSemanticXl';
@@ -20,8 +20,8 @@ export { default as SearchNoResultsXl } from './SearchNoResultsXl';
20
20
  export { default as SearchKeywordsXl } from './SearchKeywordsXl';
21
21
  export { default as SearchHybridXl } from './SearchHybridXl';
22
22
  export { default as ReggressionXl } from './ReggressionXl';
23
- export { default as RecentInteractionsXl } from './RecentInteractionsXl';
24
23
  export { default as PushXl } from './PushXl';
24
+ export { default as RecentInteractionsXl } from './RecentInteractionsXl';
25
25
  export { default as ProductsSimilarXl } from './ProductsSimilarXl';
26
26
  export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
27
27
  export { default as ProductsFeedXl } from './ProductsFeedXl';
@@ -30,18 +30,19 @@ export { default as PlayXl } from './PlayXl';
30
30
  export { default as PauseXl } from './PauseXl';
31
31
  export { default as NotificationsEditXl } from './NotificationsEditXl';
32
32
  export { default as NoPermissionXl } from './NoPermissionXl';
33
- export { default as NetworkFileXl } from './NetworkFileXl';
34
33
  export { default as MultivalueXl } from './MultivalueXl';
34
+ export { default as NetworkFileXl } from './NetworkFileXl';
35
35
  export { default as MobileUpdateXl } from './MobileUpdateXl';
36
- export { default as MobilePromotionXl } from './MobilePromotionXl';
37
36
  export { default as MobileStepsXl } from './MobileStepsXl';
37
+ export { default as MobilePromotionXl } from './MobilePromotionXl';
38
38
  export { default as MobileBannerXl } from './MobileBannerXl';
39
39
  export { default as MetaXl } from './MetaXl';
40
40
  export { default as MessageXl } from './MessageXl';
41
41
  export { default as MarketingAutomationXl } from './MarketingAutomationXl';
42
42
  export { default as LoyalityBoostXl } from './LoyalityBoostXl';
43
- export { default as LaunchXl } from './LaunchXl';
44
43
  export { default as LaptopTargetXl } from './LaptopTargetXl';
44
+ export { default as LaptopAiXl } from './LaptopAiXl';
45
+ export { default as LaunchXl } from './LaunchXl';
45
46
  export { default as IntegrationsXl } from './IntegrationsXl';
46
47
  export { default as IntegrationXl } from './IntegrationXl';
47
48
  export { default as InsertObjectXl } from './InsertObjectXl';
@@ -50,50 +51,49 @@ export { default as InboxNoResultsXl } from './InboxNoResultsXl';
50
51
  export { default as GemsXl } from './GemsXl';
51
52
  export { default as FunctionXl } from './FunctionXl';
52
53
  export { default as FormulaXl } from './FormulaXl';
53
- export { default as FormXl } from './FormXl';
54
54
  export { default as FolderXl } from './FolderXl';
55
+ export { default as FormXl } from './FormXl';
56
+ export { default as FolderUserXl } from './FolderUserXl';
55
57
  export { default as FolderStarXl } from './FolderStarXl';
56
- export { default as LaptopAiXl } from './LaptopAiXl';
57
58
  export { default as FolderCheckXl } from './FolderCheckXl';
58
59
  export { default as FirstRunXl } from './FirstRunXl';
59
60
  export { default as FileZipXl } from './FileZipXl';
60
61
  export { default as FileXl } from './FileXl';
61
- export { default as FileUrlXl } from './FileUrlXl';
62
62
  export { default as FileUpXl } from './FileUpXl';
63
+ export { default as FileUrlXl } from './FileUrlXl';
63
64
  export { default as FileDownXl } from './FileDownXl';
64
- export { default as EventXl } from './EventXl';
65
65
  export { default as ErrorXl } from './ErrorXl';
66
+ export { default as EventXl } from './EventXl';
66
67
  export { default as DiscountXl } from './DiscountXl';
67
68
  export { default as CupXl } from './CupXl';
68
69
  export { default as CouponXl } from './CouponXl';
69
70
  export { default as CompareXl } from './CompareXl';
70
71
  export { default as CloneNodesXl } from './CloneNodesXl';
72
+ export { default as ClassificationXl } from './ClassificationXl';
71
73
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
74
+ export { default as CheckOutXl } from './CheckOutXl';
72
75
  export { default as CheckXl } from './CheckXl';
73
- export { default as ClassificationXl } from './ClassificationXl';
74
- export { default as FolderUserXl } from './FolderUserXl';
75
76
  export { default as CheckInXl } from './CheckInXl';
76
77
  export { default as CartAddXl } from './CartAddXl';
77
78
  export { default as CardVisaXl } from './CardVisaXl';
78
- export { default as CardAeXl } from './CardAeXl';
79
- export { default as CalendarXl } from './CalendarXl';
80
79
  export { default as CalendarScheduleXl } from './CalendarScheduleXl';
80
+ export { default as CalendarXl } from './CalendarXl';
81
81
  export { default as CalendarIntervalXl } from './CalendarIntervalXl';
82
+ export { default as CardAeXl } from './CardAeXl';
82
83
  export { default as CalculatorXl } from './CalculatorXl';
83
- export { default as BulbEditXl } from './BulbEditXl';
84
84
  export { default as BrowserScrollXl } from './BrowserScrollXl';
85
+ export { default as BulbEditXl } from './BulbEditXl';
85
86
  export { default as BrowserLandingXl } from './BrowserLandingXl';
86
87
  export { default as BrowserCodeXl } from './BrowserCodeXl';
87
88
  export { default as BrowserCloseXl } from './BrowserCloseXl';
88
89
  export { default as BillingXl } from './BillingXl';
89
- export { default as BasketCheckXl } from './BasketCheckXl';
90
90
  export { default as BeforeEventXl } from './BeforeEventXl';
91
91
  export { default as BasicBuilderXl } from './BasicBuilderXl';
92
+ export { default as BasketCheckXl } from './BasketCheckXl';
92
93
  export { default as AttributeXl } from './AttributeXl';
93
- export { default as ApiXl } from './ApiXl';
94
94
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
95
95
  export { default as AfterEventXl } from './AfterEventXl';
96
+ export { default as ApiXl } from './ApiXl';
96
97
  export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
97
- export { default as AddXl } from './AddXl';
98
98
  export { default as AbTestXl } from './AbTestXl';
99
- export { default as CheckOutXl } from './CheckOutXl';
99
+ export { default as AddXl } from './AddXl';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const AdCumulative: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default AdCumulative;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ const AdCumulative = (props) => React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "ds-icon-ad-cumulative", className: "ad-cumulative ds-icon-set-additional" }, props),
3
+ React.createElement("g", { clipPath: "url(#svg-1995385978clip0_12540_41143)" },
4
+ React.createElement("path", { d: "M17.0103 26.3903C17.0103 24.5853 15.5471 23.1221 13.7421 23.1221C11.9371 23.1221 10.4739 24.5853 10.4739 26.3903V34.0799C10.4739 35.8848 11.9371 37.3481 13.7421 37.3481C15.5471 37.3481 17.0103 35.8848 17.0103 34.0799V26.3903Z", fill: "#D9EEFF" }),
5
+ React.createElement("path", { d: "M30.2415 19.1227C30.2415 17.3177 28.7783 15.8545 26.9733 15.8545C25.1683 15.8545 23.7051 17.3177 23.7051 19.1227V34.08C23.7051 35.885 25.1683 37.3482 26.9733 37.3482C28.7783 37.3482 30.2415 35.885 30.2415 34.08V19.1227Z", fill: "#D9EEFF" }),
6
+ React.createElement("path", { d: "M43.3144 13.1622C43.3144 11.3573 41.8511 9.89404 40.0462 9.89404C38.2412 9.89404 36.778 11.3573 36.778 13.1622V34.0798C36.778 35.8848 38.2412 37.348 40.0462 37.348C41.8511 37.348 43.3144 35.8848 43.3144 34.0798V13.1622Z", fill: "#D9EEFF" }),
7
+ React.createElement("path", { d: "M40.5364 10.2682C40.5364 8.46322 39.0732 7 37.2682 7C35.4632 7 34 8.46322 34 10.2682V31.1858C34 32.9908 35.4632 34.454 37.2682 34.454C39.0732 34.454 40.5364 32.9908 40.5364 31.1858V10.2682Z", fill: "#D9EEFF" }),
8
+ React.createElement("path", { d: "M7.57983 41H41.0703", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
9
+ React.createElement("path", { d: "M14.1162 23.4962C14.1162 21.6913 12.653 20.228 10.848 20.228C9.04306 20.228 7.57983 21.6913 7.57983 23.4962V31.1858C7.57983 32.9908 9.04306 34.454 10.848 34.454C12.653 34.454 14.1162 32.9908 14.1162 31.1858V23.4962Z", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
10
+ React.createElement("path", { d: "M27.3474 16.2286C27.3474 14.4237 25.8842 12.9604 24.0792 12.9604C22.2743 12.9604 20.811 14.4237 20.811 16.2286V31.1859C20.811 32.9909 22.2743 34.4541 24.0792 34.4541C25.8842 34.4541 27.3474 32.9909 27.3474 31.1859V16.2286Z", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
11
+ React.createElement("path", { d: "M40.4202 10.2682C40.4202 8.46322 38.957 7 37.152 7C35.347 7 33.8838 8.46322 33.8838 10.2682V31.1858C33.8838 32.9908 35.347 34.454 37.152 34.454C38.957 34.454 40.4202 32.9908 40.4202 31.1858V10.2682Z", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
12
+ React.createElement("path", { d: "M40.4202 10.2682C40.4202 8.46322 38.957 7 37.152 7C35.347 7 33.8838 8.46322 33.8838 10.2682V31.1858C33.8838 32.9908 35.347 34.454 37.152 34.454C38.957 34.454 40.4202 32.9908 40.4202 31.1858V10.2682Z", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
13
+ React.createElement("path", { d: "M37.2686 7C39.0734 7.00019 40.5361 8.4637 40.5361 10.2686V18H34V10.2686C34 8.46358 35.4636 7 37.2686 7Z", fill: "#0B68FF" }),
14
+ React.createElement("path", { d: "M24.2686 13C26.0734 13.0001 27.5361 14.0643 27.5361 15.377V21H21V15.377C21 14.0642 22.4636 13 24.2686 13Z", fill: "#0B68FF" }),
15
+ React.createElement("path", { d: "M11.2686 21C13.0734 21.0001 14.5361 21.5322 14.5361 22.1885V25H8V22.1885C8 21.5321 9.46358 21 11.2686 21Z", fill: "#0B68FF" })),
16
+ React.createElement("defs", null,
17
+ React.createElement("clipPath", { id: "svg-1995385978clip0_12540_41143" },
18
+ React.createElement("rect", { width: 48, height: 48, fill: "white" }))));
19
+ export default AdCumulative;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const AdMultiline: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default AdMultiline;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ const AdMultiline = (props) => React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "ds-icon-ad-multiline", className: "ad-multiline ds-icon-set-additional" }, props),
3
+ React.createElement("g", { clipPath: "url(#svg-1882239856clip0_12540_41133)" },
4
+ React.createElement("path", { d: "M10.3 34.4002L19.9 24.8002L25.9 30.8002L42.2 14.5002C42.6 14.1002 43.4 14.1002 43.8 14.5002C44 14.7002 44.1 15.0002 44.1 15.3002V40.7002C44.1 41.3002 43.6 41.9002 42.9 41.9002H11.1C10.5 41.9002 9.90002 41.4002 9.90002 40.7002V35.2002C9.90002 34.9002 10.1 34.6002 10.3 34.4002Z", fill: "#D9EEFF" }),
5
+ React.createElement("path", { d: "M6.90002 38.5H41.1", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
6
+ React.createElement("path", { d: "M6.90002 31.4001L16.8 21.4001L22.8 27.4001L41.1 9.1001", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
7
+ React.createElement("path", { d: "M6.90002 31.3L16.8 30L24.8632 35L40.5 26.5", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
8
+ React.createElement("path", { d: "M32.2001 22.5002C34.354 22.5002 36.1 20.7541 36.1 18.6002C36.1 16.4463 34.354 14.7002 32.2001 14.7002C30.0461 14.7002 28.3 16.4463 28.3 18.6002C28.3 20.7541 30.0461 22.5002 32.2001 22.5002Z", fill: "white", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
9
+ React.createElement("path", { d: "M32.2001 34.8C34.354 34.8 36.1 33.0539 36.1 30.9C36.1 28.7461 34.354 27 32.2001 27C30.0461 27 28.3 28.7461 28.3 30.9C28.3 33.0539 30.0461 34.8 32.2001 34.8Z", fill: "white", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })),
10
+ React.createElement("defs", null,
11
+ React.createElement("clipPath", { id: "svg-1882239856clip0_12540_41133" },
12
+ React.createElement("rect", { width: 48, height: 48, fill: "white" }))));
13
+ export default AdMultiline;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const AdValue: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default AdValue;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ const AdValue = (props) => React.createElement("svg", Object.assign({ viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "ds-icon-ad-value", className: "ad-value ds-icon-set-additional" }, props),
3
+ React.createElement("g", { clipPath: "url(#svg-1222308700clip0_12540_41220)" },
4
+ React.createElement("path", { d: "M7.57983 41H41.0703", stroke: "#0B68FF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }),
5
+ React.createElement("path", { d: "M30.9375 31.8594C28.9896 31.8594 27.375 31.4792 26.0938 30.7188C24.8229 29.9479 23.875 28.8646 23.25 27.4688C22.625 26.0729 22.3125 24.4427 22.3125 22.5781C22.3125 20.6406 22.5938 18.9583 23.1562 17.5312C23.7188 16.0938 24.625 14.9792 25.875 14.1875C27.1354 13.3958 28.8021 13 30.875 13C32.9375 13 34.6146 13.3906 35.9062 14.1719C37.1979 14.9531 38.1458 16.0625 38.75 17.5C39.3646 18.9271 39.6719 20.6198 39.6719 22.5781C39.6719 24.4427 39.349 26.0729 38.7031 27.4688C38.0573 28.8646 37.0885 29.9479 35.7969 30.7188C34.5052 31.4792 32.8854 31.8594 30.9375 31.8594ZM30.9844 27.7188C32.6406 27.7188 33.8906 27.2344 34.7344 26.2656C35.5781 25.2969 36 24.0104 36 22.4062C36 20.7917 35.5781 19.5208 34.7344 18.5938C33.901 17.6562 32.6562 17.1875 31 17.1875C29.3125 17.1875 28.0573 17.6719 27.2344 18.6406C26.4219 19.599 26.0156 20.8906 26.0156 22.5156C26.0156 24.0885 26.4323 25.349 27.2656 26.2969C28.1094 27.2448 29.349 27.7188 30.9844 27.7188Z", fill: "#D9EEFF" }),
6
+ React.createElement("path", { d: "M13 13.875C13 13.4479 13.2135 13.2344 13.6406 13.2344H18.8125C19.2396 13.2344 19.4531 13.4479 19.4531 13.875C19.4531 16.7604 19.4583 19.651 19.4688 22.5469C19.4792 25.4323 19.4844 28.3229 19.4844 31.2188C19.4844 31.6458 19.2708 31.8594 18.8438 31.8594H16.2031C15.776 31.8594 15.5625 31.6458 15.5625 31.2188C15.5625 28.9479 15.5677 26.6771 15.5781 24.4062C15.5885 22.1354 15.5938 19.8698 15.5938 17.6094C15.5938 17.4323 15.4635 17.349 15.2031 17.3594C14.9427 17.3698 14.6406 17.3958 14.2969 17.4375C13.9635 17.4688 13.6667 17.4479 13.4062 17.375C13.1458 17.3021 13.0156 17.099 13.0156 16.7656C13.0156 16.276 13.0104 15.7917 13 15.3125C13 14.8333 13 14.3542 13 13.875Z", fill: "#D9EEFF" }),
7
+ React.createElement("path", { d: "M27.9375 29.8594C25.9896 29.8594 24.375 29.4792 23.0938 28.7188C21.8229 27.9479 20.875 26.8646 20.25 25.4688C19.625 24.0729 19.3125 22.4427 19.3125 20.5781C19.3125 18.6406 19.5938 16.9583 20.1562 15.5312C20.7188 14.0938 21.625 12.9792 22.875 12.1875C24.1354 11.3958 25.8021 11 27.875 11C29.9375 11 31.6146 11.3906 32.9062 12.1719C34.1979 12.9531 35.1458 14.0625 35.75 15.5C36.3646 16.9271 36.6719 18.6198 36.6719 20.5781C36.6719 22.4427 36.349 24.0729 35.7031 25.4688C35.0573 26.8646 34.0885 27.9479 32.7969 28.7188C31.5052 29.4792 29.8854 29.8594 27.9375 29.8594ZM27.9844 25.7188C29.6406 25.7188 30.8906 25.2344 31.7344 24.2656C32.5781 23.2969 33 22.0104 33 20.4062C33 18.7917 32.5781 17.5208 31.7344 16.5938C30.901 15.6562 29.6562 15.1875 28 15.1875C26.3125 15.1875 25.0573 15.6719 24.2344 16.6406C23.4219 17.599 23.0156 18.8906 23.0156 20.5156C23.0156 22.0885 23.4323 23.349 24.2656 24.2969C25.1094 25.2448 26.349 25.7188 27.9844 25.7188Z", fill: "#0B68FF" }),
8
+ React.createElement("path", { d: "M10 11.875C10 11.4479 10.2135 11.2344 10.6406 11.2344H15.8125C16.2396 11.2344 16.4531 11.4479 16.4531 11.875C16.4531 14.7604 16.4583 17.651 16.4688 20.5469C16.4792 23.4323 16.4844 26.3229 16.4844 29.2188C16.4844 29.6458 16.2708 29.8594 15.8438 29.8594H13.2031C12.776 29.8594 12.5625 29.6458 12.5625 29.2188C12.5625 26.9479 12.5677 24.6771 12.5781 22.4062C12.5885 20.1354 12.5938 17.8698 12.5938 15.6094C12.5938 15.4323 12.4635 15.349 12.2031 15.3594C11.9427 15.3698 11.6406 15.3958 11.2969 15.4375C10.9635 15.4688 10.6667 15.4479 10.4062 15.375C10.1458 15.3021 10.0156 15.099 10.0156 14.7656C10.0156 14.276 10.0104 13.7917 10 13.3125C10 12.8333 10 12.3542 10 11.875Z", fill: "#0B68FF" })),
9
+ React.createElement("defs", null,
10
+ React.createElement("clipPath", { id: "svg-1222308700clip0_12540_41220" },
11
+ React.createElement("rect", { width: 48, height: 48, fill: "white" }))));
12
+ export default AdValue;
@@ -1,7 +1,7 @@
1
- export { default as UnderstandCustomer } from './UnderstandCustomer';
2
1
  export { default as TopProductsXl } from './TopProductsXl';
3
- export { default as TargetedCampaigns } from './TargetedCampaigns';
4
2
  export { default as ReportPreparedXl } from './ReportPreparedXl';
3
+ export { default as UnderstandCustomer } from './UnderstandCustomer';
4
+ export { default as TargetedCampaigns } from './TargetedCampaigns';
5
5
  export { default as PushImportL } from './PushImportL';
6
6
  export { default as OtherIdeas } from './OtherIdeas';
7
7
  export { default as MobileHandbillXl } from './MobileHandbillXl';
@@ -12,15 +12,15 @@ export { default as LayoutTextL } from './LayoutTextL';
12
12
  export { default as LayoutMixedL } from './LayoutMixedL';
13
13
  export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
14
14
  export { default as LayoutImageBgL } from './LayoutImageBgL';
15
- export { default as LastSeenXl } from './LastSeenXl';
16
15
  export { default as Integration } from './Integration';
16
+ export { default as LastSeenXl } from './LastSeenXl';
17
17
  export { default as ImportVouchersXl } from './ImportVouchersXl';
18
18
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
19
19
  export { default as ImportQuickXl } from './ImportQuickXl';
20
20
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
21
21
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
22
- export { default as ImportCustomXl } from './ImportCustomXl';
23
22
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
23
+ export { default as ImportCustomXl } from './ImportCustomXl';
24
24
  export { default as ImportClientsXl } from './ImportClientsXl';
25
25
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
26
26
  export { default as FileImportL } from './FileImportL';
@@ -32,64 +32,67 @@ export { default as ChartPieL } from './ChartPieL';
32
32
  export { default as ChartLineL } from './ChartLineL';
33
33
  export { default as ChartDonutLineL } from './ChartDonutLineL';
34
34
  export { default as ChartDonutL } from './ChartDonutL';
35
- export { default as ChartComboL } from './ChartComboL';
36
35
  export { default as ChartColumnL } from './ChartColumnL';
36
+ export { default as ChartComboL } from './ChartComboL';
37
37
  export { default as CartRecommendationXl } from './CartRecommendationXl';
38
+ export { default as AiCampaigns } from './AiCampaigns';
39
+ export { default as AdWebLayerL } from './AdWebLayerL';
38
40
  export { default as BoostLoyalty } from './BoostLoyalty';
39
41
  export { default as AudienceAnalytics } from './AudienceAnalytics';
40
- export { default as AiCampaigns } from './AiCampaigns';
41
42
  export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
42
- export { default as AdWebLayerL } from './AdWebLayerL';
43
43
  export { default as AdWalktroughL } from './AdWalktroughL';
44
44
  export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
45
- export { default as AdVisualEditorL } from './AdVisualEditorL';
46
45
  export { default as AdVisualAiL } from './AdVisualAiL';
47
46
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
47
+ export { default as AdVisualEditorL } from './AdVisualEditorL';
48
+ export { default as AdValue } from './AdValue';
48
49
  export { default as AdTextEditorL } from './AdTextEditorL';
49
50
  export { default as AdTempCodeS } from './AdTempCodeS';
50
51
  export { default as AdSlideUpL } from './AdSlideUpL';
51
- export { default as AdSlideLeftL } from './AdSlideLeftL';
52
52
  export { default as AdSlideRightL } from './AdSlideRightL';
53
+ export { default as AdSlideLeftL } from './AdSlideLeftL';
53
54
  export { default as AdSlideDownL } from './AdSlideDownL';
54
- export { default as AdSimplePushL } from './AdSimplePushL';
55
55
  export { default as AdSimilarAiL } from './AdSimilarAiL';
56
+ export { default as AdSimplePushL } from './AdSimplePushL';
56
57
  export { default as AdSilentPushL } from './AdSilentPushL';
57
58
  export { default as AdShareLinkL } from './AdShareLinkL';
58
59
  export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
59
60
  export { default as AdPortraitL } from './AdPortraitL';
60
- export { default as AdOpenUrlL } from './AdOpenUrlL';
61
- export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
62
61
  export { default as AdOpenAppL } from './AdOpenAppL';
63
62
  export { default as AdOnboardingL } from './AdOnboardingL';
64
- export { default as AdOnLandingL } from './AdOnLandingL';
63
+ export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
65
64
  export { default as AdOnExitL } from './AdOnExitL';
66
- export { default as AdOnDemandL } from './AdOnDemandL';
65
+ export { default as AdOnLandingL } from './AdOnLandingL';
67
66
  export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
67
+ export { default as AdOnDemandL } from './AdOnDemandL';
68
+ export { default as AdMultiline } from './AdMultiline';
68
69
  export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
69
- export { default as AdLandL } from './AdLandL';
70
70
  export { default as AdInsertObjectL } from './AdInsertObjectL';
71
- export { default as AdImportZip } from './AdImportZip';
71
+ export { default as AdLandL } from './AdLandL';
72
72
  export { default as AdImportUrl } from './AdImportUrl';
73
+ export { default as AdImportZip } from './AdImportZip';
73
74
  export { default as AdImgTextL } from './AdImgTextL';
74
75
  export { default as AdImageL } from './AdImageL';
75
76
  export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
77
+ export { default as AdFolderS } from './AdFolderS';
76
78
  export { default as AdFolderUser } from './AdFolderUser';
77
79
  export { default as AdFolderStarredS } from './AdFolderStarredS';
78
- export { default as AdFolderFeatured } from './AdFolderFeatured';
79
80
  export { default as AdFolderBasic } from './AdFolderBasic';
80
81
  export { default as AdFirstRunL } from './AdFirstRunL';
81
- export { default as AdFadeInL } from './AdFadeInL';
82
+ export { default as AdFolderFeatured } from './AdFolderFeatured';
82
83
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
84
+ export { default as AdFadeInL } from './AdFadeInL';
83
85
  export { default as AdCouponL } from './AdCouponL';
84
- export { default as AdFolderS } from './AdFolderS';
86
+ export { default as AdCumulative } from './AdCumulative';
85
87
  export { default as AdComplementaryAiL } from './AdComplementaryAiL';
86
88
  export { default as AdCodeEditorL } from './AdCodeEditorL';
87
89
  export { default as AdCartAiL } from './AdCartAiL';
90
+ export { default as AdBannerL } from './AdBannerL';
91
+ export { default as AdAfterXpagesL } from './AdAfterXpagesL';
88
92
  export { default as AdAfterScrollL } from './AdAfterScrollL';
89
93
  export { default as ActionUrlL } from './ActionUrlL';
90
- export { default as AdBannerL } from './AdBannerL';
91
94
  export { default as ActionOpenAppL } from './ActionOpenAppL';
92
95
  export { default as ActionNoneL } from './ActionNoneL';
93
96
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
97
+ export { default as AdOpenUrlL } from './AdOpenUrlL';
94
98
  export { default as AdPopL } from './AdPopL';
95
- export { default as AdAfterXpagesL } from './AdAfterXpagesL';