@synerise/ds-icon 0.58.2 → 0.58.3

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 CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.58.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.58.2...@synerise/ds-icon@0.58.3) (2023-10-02)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-icon
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.58.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.58.1...@synerise/ds-icon@0.58.2) (2023-09-26)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-icon
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  export declare const defaultSize = 24;
3
- declare type Props = {
3
+ type Props = {
4
4
  size?: string | number;
5
5
  color?: string;
6
6
  stroke?: boolean;
@@ -4,7 +4,7 @@ exports.IconContainer = exports.defaultSize = void 0;
4
4
  const styled_components_1 = require("styled-components");
5
5
  exports.defaultSize = 24;
6
6
  exports.IconContainer = styled_components_1.default.div `
7
- ${(props) => styled_components_1.css `
7
+ ${(props) => (0, styled_components_1.css) `
8
8
  vertical-align: middle;
9
9
  display: inline-block;
10
10
  width: ${props.size || exports.defaultSize}px;
@@ -18,7 +18,7 @@ exports.IconContainer = styled_components_1.default.div `
18
18
  height: ${props.size || exports.defaultSize}px;
19
19
  ${props.onClick && 'cursor: pointer;'};
20
20
  ${props.stroke &&
21
- styled_components_1.css `
21
+ (0, styled_components_1.css) `
22
22
  stroke: ${props.color};
23
23
  `};
24
24
  `};
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- export declare type IconProps = {
2
+ export type IconProps = {
3
3
  color?: string;
4
4
  name?: string;
5
5
  title?: string;
@@ -20,16 +20,16 @@ export { default as ImageLandscapeL } from './ImageLandscapeL';
20
20
  export { default as ImagePotraitL } from './ImagePotraitL';
21
21
  export { default as ImageUrlL } from './ImageUrlL';
22
22
  export { default as InboxNoResultsL } from './InboxNoResultsL';
23
- export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
24
23
  export { default as InfoL } from './InfoL';
24
+ export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
25
25
  export { default as InputL } from './InputL';
26
26
  export { default as LabelL } from './LabelL';
27
27
  export { default as LineL } from './LineL';
28
28
  export { default as LinkL } from './LinkL';
29
29
  export { default as LocationL } from './LocationL';
30
30
  export { default as MobileBlockL } from './MobileBlockL';
31
- export { default as MobileLayout1L } from './MobileLayout1L';
32
31
  export { default as MobileClickL } from './MobileClickL';
32
+ export { default as MobileLayout1L } from './MobileLayout1L';
33
33
  export { default as MobileLayout2L } from './MobileLayout2L';
34
34
  export { default as MobileLayout3L } from './MobileLayout3L';
35
35
  export { default as MobileLayout4L } from './MobileLayout4L';
@@ -53,10 +53,10 @@ export { default as Section37L } from './Section37L';
53
53
  export { default as SectionL } from './SectionL';
54
54
  export { default as SelectL } from './SelectL';
55
55
  export { default as ShowL } from './ShowL';
56
- export { default as SpinnerL } from './SpinnerL';
57
56
  export { default as SliderL } from './SliderL';
58
- export { default as TableL } from './TableL';
57
+ export { default as SpinnerL } from './SpinnerL';
59
58
  export { default as StackedL } from './StackedL';
59
+ export { default as TableL } from './TableL';
60
60
  export { default as TextL } from './TextL';
61
61
  export { default as TextareaL } from './TextareaL';
62
62
  export { default as TooltipL } from './TooltipL';
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Section12L = exports.SearchNoResultsL = exports.RelationOneOneL = exports.RelationOneManyL = exports.RelationManyOneL = exports.RelationManyManyL = exports.RadioL = exports.QuoteL = exports.PieL = exports.NoPermissionL = exports.NoData = exports.NavbarL = exports.MultilineL = exports.MobileUrlL = exports.MobileLinkL = exports.MobileLayout4L = exports.MobileLayout3L = exports.MobileLayout2L = exports.MobileLayout1L = exports.MobileClickL = exports.MobileBlockL = exports.LocationL = exports.LinkL = exports.LineL = exports.LabelL = exports.InputL = exports.InformationNoSearchResultL = exports.InfoL = exports.InboxNoResultsL = exports.ImageUrlL = exports.ImagePotraitL = exports.ImageLandscapeL = exports.ImageL = exports.HashL = exports.FormL = exports.FormGroupL = exports.FormEditL = exports.FolderL = exports.FolderFavouriteFlatL = exports.FileTypePictureL = exports.DividerL = exports.CountdownL = exports.ComboL = exports.ColumnL = exports.CloseL = exports.CheckboxL = exports.CheckL = exports.ButtonSubmitL = exports.ButtonL = exports.AddL = void 0;
4
+ exports.WarningL = exports.VideoL = exports.TooltipL = exports.TextareaL = exports.TextL = exports.TableL = exports.StackedL = exports.SpinnerL = exports.SliderL = exports.ShowL = exports.SelectL = exports.SectionL = exports.Section37L = exports.Section13L = void 0;
3
5
  var AddL_1 = require("./AddL");
4
6
  Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
5
7
  var ButtonL_1 = require("./ButtonL");
@@ -44,10 +46,10 @@ var ImageUrlL_1 = require("./ImageUrlL");
44
46
  Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
45
47
  var InboxNoResultsL_1 = require("./InboxNoResultsL");
46
48
  Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
47
- var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
48
- Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
49
49
  var InfoL_1 = require("./InfoL");
50
50
  Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
51
+ var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
52
+ Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
51
53
  var InputL_1 = require("./InputL");
52
54
  Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
53
55
  var LabelL_1 = require("./LabelL");
@@ -60,10 +62,10 @@ var LocationL_1 = require("./LocationL");
60
62
  Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
61
63
  var MobileBlockL_1 = require("./MobileBlockL");
62
64
  Object.defineProperty(exports, "MobileBlockL", { enumerable: true, get: function () { return MobileBlockL_1.default; } });
63
- var MobileLayout1L_1 = require("./MobileLayout1L");
64
- Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
65
65
  var MobileClickL_1 = require("./MobileClickL");
66
66
  Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
67
+ var MobileLayout1L_1 = require("./MobileLayout1L");
68
+ Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
67
69
  var MobileLayout2L_1 = require("./MobileLayout2L");
68
70
  Object.defineProperty(exports, "MobileLayout2L", { enumerable: true, get: function () { return MobileLayout2L_1.default; } });
69
71
  var MobileLayout3L_1 = require("./MobileLayout3L");
@@ -110,14 +112,14 @@ var SelectL_1 = require("./SelectL");
110
112
  Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
111
113
  var ShowL_1 = require("./ShowL");
112
114
  Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
113
- var SpinnerL_1 = require("./SpinnerL");
114
- Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
115
115
  var SliderL_1 = require("./SliderL");
116
116
  Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
117
- var TableL_1 = require("./TableL");
118
- Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
117
+ var SpinnerL_1 = require("./SpinnerL");
118
+ Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
119
119
  var StackedL_1 = require("./StackedL");
120
120
  Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
121
+ var TableL_1 = require("./TableL");
122
+ Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
121
123
  var TextL_1 = require("./TextL");
122
124
  Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
123
125
  var TextareaL_1 = require("./TextareaL");
@@ -1,13 +1,14 @@
1
1
  export { default as AbTestXl } from './AbTestXl';
2
2
  export { default as AddXl } from './AddXl';
3
+ export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
3
4
  export { default as AfterEventXl } from './AfterEventXl';
4
5
  export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
5
- export { default as BasicBuilderXl } from './BasicBuilderXl';
6
6
  export { default as AttributeXl } from './AttributeXl';
7
+ export { default as BasicBuilderXl } from './BasicBuilderXl';
7
8
  export { default as BasketCheckXl } from './BasketCheckXl';
8
9
  export { default as BeforeEventXl } from './BeforeEventXl';
9
- export { default as BrowserCloseXl } from './BrowserCloseXl';
10
10
  export { default as BillingXl } from './BillingXl';
11
+ export { default as BrowserCloseXl } from './BrowserCloseXl';
11
12
  export { default as BrowserCodeXl } from './BrowserCodeXl';
12
13
  export { default as BrowserLandingXl } from './BrowserLandingXl';
13
14
  export { default as BrowserScrollXl } from './BrowserScrollXl';
@@ -21,8 +22,8 @@ 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';
24
- export { default as ClassificationXl } from './ClassificationXl';
25
25
  export { default as CheckXl } from './CheckXl';
26
+ export { default as ClassificationXl } from './ClassificationXl';
26
27
  export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
27
28
  export { default as CloneNodesXl } from './CloneNodesXl';
28
29
  export { default as CompareXl } from './CompareXl';
@@ -83,4 +84,3 @@ export { default as VoucherXl } from './VoucherXl';
83
84
  export { default as WarningXl } from './WarningXl';
84
85
  export { default as WebhookXl } from './WebhookXl';
85
86
  export { default as WeblayerXl } from './WeblayerXl';
86
- export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
@@ -1,25 +1,29 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IntegrationXl = exports.InsertObjectXl = exports.InfoXl = exports.InboxNoResultsXl = exports.GemsXl = exports.FunctionXl = exports.FormulaXl = exports.FormXl = exports.FolderXl = exports.FolderUserXl = exports.FolderStarXl = exports.FolderCheckXl = exports.FirstRunXl = exports.FileZipXl = exports.FileXl = exports.FileUrlXl = exports.FileUpXl = exports.EventXl = exports.DiscountXl = exports.CupXl = exports.CouponXl = exports.CompareXl = exports.CloneNodesXl = exports.CloneNodesFlowXl = exports.ClassificationXl = exports.CheckXl = exports.CheckOutXl = exports.CheckInXl = exports.CartAddXl = exports.CardVisaXl = exports.CardAeXl = exports.CalendarXl = exports.CalendarScheduleXl = exports.CalendarIntervalXl = exports.CalculatorXl = exports.BulbEditXl = exports.BrowserScrollXl = exports.BrowserLandingXl = exports.BrowserCodeXl = exports.BrowserCloseXl = exports.BillingXl = exports.BeforeEventXl = exports.BasketCheckXl = exports.BasicBuilderXl = exports.AttributeXl = exports.AnalyticsInsightsXl = exports.AfterEventXl = exports.AdvancedBuilderXl = exports.AddXl = exports.AbTestXl = void 0;
4
+ exports.WeblayerXl = exports.WebhookXl = exports.WarningXl = exports.VoucherXl = exports.VisualEditorXl = exports.VisualEditorStarXl = exports.UserIdXl = exports.UserCircleXl = exports.UserCircleUpXl = exports.ToolsXl = exports.SilentPushXl = exports.ShowXl = exports.SectionXl = exports.SearchNoResultsXl = exports.ReggressionXl = exports.RecentInteractionsXl = exports.PushXl = exports.ProductsSimilarXl = exports.ProductsLastSeenXl = exports.ProductsFeedXl = exports.ProductsBundleXl = exports.NotificationsEditXl = exports.NoPermissionXl = exports.NetworkFileXl = exports.MultivalueXl = exports.MobileUpdateXl = exports.MobileStepsXl = exports.MobilePromotionXl = exports.MobileBannerXl = exports.MessageXl = exports.MarketingAutomationXl = exports.LoyalityBoostXl = exports.LaunchXl = exports.LaptopTargetXl = exports.LaptopAiXl = exports.IntegrationsXl = void 0;
3
5
  var AbTestXl_1 = require("./AbTestXl");
4
6
  Object.defineProperty(exports, "AbTestXl", { enumerable: true, get: function () { return AbTestXl_1.default; } });
5
7
  var AddXl_1 = require("./AddXl");
6
8
  Object.defineProperty(exports, "AddXl", { enumerable: true, get: function () { return AddXl_1.default; } });
9
+ var AdvancedBuilderXl_1 = require("./AdvancedBuilderXl");
10
+ Object.defineProperty(exports, "AdvancedBuilderXl", { enumerable: true, get: function () { return AdvancedBuilderXl_1.default; } });
7
11
  var AfterEventXl_1 = require("./AfterEventXl");
8
12
  Object.defineProperty(exports, "AfterEventXl", { enumerable: true, get: function () { return AfterEventXl_1.default; } });
9
13
  var AnalyticsInsightsXl_1 = require("./AnalyticsInsightsXl");
10
14
  Object.defineProperty(exports, "AnalyticsInsightsXl", { enumerable: true, get: function () { return AnalyticsInsightsXl_1.default; } });
11
- var BasicBuilderXl_1 = require("./BasicBuilderXl");
12
- Object.defineProperty(exports, "BasicBuilderXl", { enumerable: true, get: function () { return BasicBuilderXl_1.default; } });
13
15
  var AttributeXl_1 = require("./AttributeXl");
14
16
  Object.defineProperty(exports, "AttributeXl", { enumerable: true, get: function () { return AttributeXl_1.default; } });
17
+ var BasicBuilderXl_1 = require("./BasicBuilderXl");
18
+ Object.defineProperty(exports, "BasicBuilderXl", { enumerable: true, get: function () { return BasicBuilderXl_1.default; } });
15
19
  var BasketCheckXl_1 = require("./BasketCheckXl");
16
20
  Object.defineProperty(exports, "BasketCheckXl", { enumerable: true, get: function () { return BasketCheckXl_1.default; } });
17
21
  var BeforeEventXl_1 = require("./BeforeEventXl");
18
22
  Object.defineProperty(exports, "BeforeEventXl", { enumerable: true, get: function () { return BeforeEventXl_1.default; } });
19
- var BrowserCloseXl_1 = require("./BrowserCloseXl");
20
- Object.defineProperty(exports, "BrowserCloseXl", { enumerable: true, get: function () { return BrowserCloseXl_1.default; } });
21
23
  var BillingXl_1 = require("./BillingXl");
22
24
  Object.defineProperty(exports, "BillingXl", { enumerable: true, get: function () { return BillingXl_1.default; } });
25
+ var BrowserCloseXl_1 = require("./BrowserCloseXl");
26
+ Object.defineProperty(exports, "BrowserCloseXl", { enumerable: true, get: function () { return BrowserCloseXl_1.default; } });
23
27
  var BrowserCodeXl_1 = require("./BrowserCodeXl");
24
28
  Object.defineProperty(exports, "BrowserCodeXl", { enumerable: true, get: function () { return BrowserCodeXl_1.default; } });
25
29
  var BrowserLandingXl_1 = require("./BrowserLandingXl");
@@ -46,10 +50,10 @@ var CheckInXl_1 = require("./CheckInXl");
46
50
  Object.defineProperty(exports, "CheckInXl", { enumerable: true, get: function () { return CheckInXl_1.default; } });
47
51
  var CheckOutXl_1 = require("./CheckOutXl");
48
52
  Object.defineProperty(exports, "CheckOutXl", { enumerable: true, get: function () { return CheckOutXl_1.default; } });
49
- var ClassificationXl_1 = require("./ClassificationXl");
50
- Object.defineProperty(exports, "ClassificationXl", { enumerable: true, get: function () { return ClassificationXl_1.default; } });
51
53
  var CheckXl_1 = require("./CheckXl");
52
54
  Object.defineProperty(exports, "CheckXl", { enumerable: true, get: function () { return CheckXl_1.default; } });
55
+ var ClassificationXl_1 = require("./ClassificationXl");
56
+ Object.defineProperty(exports, "ClassificationXl", { enumerable: true, get: function () { return ClassificationXl_1.default; } });
53
57
  var CloneNodesFlowXl_1 = require("./CloneNodesFlowXl");
54
58
  Object.defineProperty(exports, "CloneNodesFlowXl", { enumerable: true, get: function () { return CloneNodesFlowXl_1.default; } });
55
59
  var CloneNodesXl_1 = require("./CloneNodesXl");
@@ -170,5 +174,3 @@ var WebhookXl_1 = require("./WebhookXl");
170
174
  Object.defineProperty(exports, "WebhookXl", { enumerable: true, get: function () { return WebhookXl_1.default; } });
171
175
  var WeblayerXl_1 = require("./WeblayerXl");
172
176
  Object.defineProperty(exports, "WeblayerXl", { enumerable: true, get: function () { return WeblayerXl_1.default; } });
173
- var AdvancedBuilderXl_1 = require("./AdvancedBuilderXl");
174
- Object.defineProperty(exports, "AdvancedBuilderXl", { enumerable: true, get: function () { return AdvancedBuilderXl_1.default; } });
@@ -1,8 +1,9 @@
1
1
  export { default as ActionDeeplinkL } from './ActionDeeplinkL';
2
2
  export { default as ActionNoneL } from './ActionNoneL';
3
+ export { default as ActionOpenAppL } from './ActionOpenAppL';
3
4
  export { default as ActionUrlL } from './ActionUrlL';
4
- export { default as AdAfterXpagesL } from './AdAfterXpagesL';
5
5
  export { default as AdAfterScrollL } from './AdAfterScrollL';
6
+ export { default as AdAfterXpagesL } from './AdAfterXpagesL';
6
7
  export { default as AdBannerL } from './AdBannerL';
7
8
  export { default as AdCartAiL } from './AdCartAiL';
8
9
  export { default as AdCodeEditorL } from './AdCodeEditorL';
@@ -11,8 +12,8 @@ export { default as AdCouponL } from './AdCouponL';
11
12
  export { default as AdDeeplinkingL } from './AdDeeplinkingL';
12
13
  export { default as AdFadeInL } from './AdFadeInL';
13
14
  export { default as AdFirstRunL } from './AdFirstRunL';
14
- export { default as AdFolderFeatured } from './AdFolderFeatured';
15
15
  export { default as AdFolderBasic } from './AdFolderBasic';
16
+ export { default as AdFolderFeatured } from './AdFolderFeatured';
16
17
  export { default as AdFolderS } from './AdFolderS';
17
18
  export { default as AdFolderStarredS } from './AdFolderStarredS';
18
19
  export { default as AdFolderUser } from './AdFolderUser';
@@ -28,9 +29,8 @@ export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
28
29
  export { default as AdOnExitL } from './AdOnExitL';
29
30
  export { default as AdOnLandingL } from './AdOnLandingL';
30
31
  export { default as AdOnboardingL } from './AdOnboardingL';
31
- export { default as ActionOpenAppL } from './ActionOpenAppL';
32
- export { default as AdOpenUrlL } from './AdOpenUrlL';
33
32
  export { default as AdOpenAppL } from './AdOpenAppL';
33
+ export { default as AdOpenUrlL } from './AdOpenUrlL';
34
34
  export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
35
35
  export { default as AdPopL } from './AdPopL';
36
36
  export { default as AdPortraitL } from './AdPortraitL';
@@ -39,10 +39,10 @@ export { default as AdShareLinkL } from './AdShareLinkL';
39
39
  export { default as AdSilentPushL } from './AdSilentPushL';
40
40
  export { default as AdSimilarAiL } from './AdSimilarAiL';
41
41
  export { default as AdSimplePushL } from './AdSimplePushL';
42
+ export { default as AdSlideDownL } from './AdSlideDownL';
42
43
  export { default as AdSlideLeftL } from './AdSlideLeftL';
43
44
  export { default as AdSlideRightL } from './AdSlideRightL';
44
45
  export { default as AdSlideUpL } from './AdSlideUpL';
45
- export { default as AdSlideDownL } from './AdSlideDownL';
46
46
  export { default as AdTempCodeS } from './AdTempCodeS';
47
47
  export { default as AdTextEditorL } from './AdTextEditorL';
48
48
  export { default as AdUserSegmentsL } from './AdUserSegmentsL';
@@ -58,22 +58,22 @@ export { default as BoostLoyalty } from './BoostLoyalty';
58
58
  export { default as CartRecommendationXl } from './CartRecommendationXl';
59
59
  export { default as ChartColumnL } from './ChartColumnL';
60
60
  export { default as ChartComboL } from './ChartComboL';
61
- export { default as ChartDonutL } from './ChartDonutL';
62
- export { default as ChartDonutLineL } from './ChartDonutLineL';
63
- export { default as ChartLineL } from './ChartLineL';
64
61
  export { default as ChartPieL } from './ChartPieL';
65
62
  export { default as ChartTableL } from './ChartTableL';
66
63
  export { default as DateMultipleXl } from './DateMultipleXl';
67
64
  export { default as DateOntimeXl } from './DateOntimeXl';
68
65
  export { default as DateRecurringXl } from './DateRecurringXl';
69
66
  export { default as FileImportL } from './FileImportL';
67
+ export { default as ChartDonutL } from './ChartDonutL';
68
+ export { default as ChartDonutLineL } from './ChartDonutLineL';
69
+ export { default as ChartLineL } from './ChartLineL';
70
70
  export { default as ImportCatalogsXl } from './ImportCatalogsXl';
71
71
  export { default as ImportClientsXl } from './ImportClientsXl';
72
72
  export { default as ImportCustomEventXl } from './ImportCustomEventXl';
73
73
  export { default as ImportCustomXl } from './ImportCustomXl';
74
74
  export { default as ImportProductFeedXl } from './ImportProductFeedXl';
75
- export { default as ImportQuickXl } from './ImportQuickXl';
76
75
  export { default as ImportPromotionsXl } from './ImportPromotionsXl';
76
+ export { default as ImportQuickXl } from './ImportQuickXl';
77
77
  export { default as ImportTransactionsXl } from './ImportTransactionsXl';
78
78
  export { default as ImportVouchersXl } from './ImportVouchersXl';
79
79
  export { default as Integration } from './Integration';
@@ -85,8 +85,8 @@ export { default as LayoutTextL } from './LayoutTextL';
85
85
  export { default as MarketingAutomation } from './MarketingAutomation';
86
86
  export { default as MetricFormulaXl } from './MetricFormulaXl';
87
87
  export { default as MetricSimpleXl } from './MetricSimpleXl';
88
- export { default as OtherIdeas } from './OtherIdeas';
89
88
  export { default as MobileHandbillXl } from './MobileHandbillXl';
89
+ export { default as OtherIdeas } from './OtherIdeas';
90
90
  export { default as PushImportL } from './PushImportL';
91
91
  export { default as ReportPreparedXl } from './ReportPreparedXl';
92
92
  export { default as TargetedCampaigns } from './TargetedCampaigns';
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AdVisualEditorL = exports.AdVisualAiL = exports.AdUserSegmentsL = exports.AdTextEditorL = exports.AdTempCodeS = exports.AdSlideUpL = exports.AdSlideRightL = exports.AdSlideLeftL = exports.AdSlideDownL = exports.AdSimplePushL = exports.AdSimilarAiL = exports.AdSilentPushL = exports.AdShareLinkL = exports.AdPreBuiltSegmentsL = exports.AdPortraitL = exports.AdPopL = exports.AdPersonalizedAiL = exports.AdOpenUrlL = exports.AdOpenAppL = exports.AdOnboardingL = exports.AdOnLandingL = exports.AdOnExitL = exports.AdMandatoryUpgradeL = exports.AdMandatoryUpdateL = exports.AdLandL = exports.AdInsertObjectL = exports.AdImportZip = exports.AdImportUrl = exports.AdImgTextL = exports.AdImageL = exports.AdFullScreenBannerL = exports.AdFolderUser = exports.AdFolderStarredS = exports.AdFolderS = exports.AdFolderFeatured = exports.AdFolderBasic = exports.AdFirstRunL = exports.AdFadeInL = exports.AdDeeplinkingL = exports.AdCouponL = exports.AdComplementaryAiL = exports.AdCodeEditorL = exports.AdCartAiL = exports.AdBannerL = exports.AdAfterXpagesL = exports.AdAfterScrollL = exports.ActionUrlL = exports.ActionOpenAppL = exports.ActionNoneL = exports.ActionDeeplinkL = void 0;
4
+ exports.UnderstandCustomer = exports.TopProductsXl = exports.TargetedCampaigns = exports.ReportPreparedXl = exports.PushImportL = exports.OtherIdeas = exports.MobileHandbillXl = exports.MetricSimpleXl = exports.MetricFormulaXl = exports.MarketingAutomation = exports.LayoutTextL = exports.LayoutMixedL = exports.LayoutImageBgTextL = exports.LayoutImageBgL = exports.LastSeenXl = exports.Integration = exports.ImportVouchersXl = exports.ImportTransactionsXl = exports.ImportQuickXl = exports.ImportPromotionsXl = exports.ImportProductFeedXl = exports.ImportCustomXl = exports.ImportCustomEventXl = exports.ImportClientsXl = exports.ImportCatalogsXl = exports.ChartLineL = exports.ChartDonutLineL = exports.ChartDonutL = exports.FileImportL = exports.DateRecurringXl = exports.DateOntimeXl = exports.DateMultipleXl = exports.ChartTableL = exports.ChartPieL = exports.ChartComboL = exports.ChartColumnL = exports.CartRecommendationXl = exports.BoostLoyalty = exports.AudienceAnalytics = exports.AiCampaigns = exports.AdWelcomeScreenL = exports.AdWebLayerL = exports.AdWalktroughL = exports.AdVisualEditorNewL = void 0;
3
5
  var ActionDeeplinkL_1 = require("./ActionDeeplinkL");
4
6
  Object.defineProperty(exports, "ActionDeeplinkL", { enumerable: true, get: function () { return ActionDeeplinkL_1.default; } });
5
7
  var ActionNoneL_1 = require("./ActionNoneL");
6
8
  Object.defineProperty(exports, "ActionNoneL", { enumerable: true, get: function () { return ActionNoneL_1.default; } });
9
+ var ActionOpenAppL_1 = require("./ActionOpenAppL");
10
+ Object.defineProperty(exports, "ActionOpenAppL", { enumerable: true, get: function () { return ActionOpenAppL_1.default; } });
7
11
  var ActionUrlL_1 = require("./ActionUrlL");
8
12
  Object.defineProperty(exports, "ActionUrlL", { enumerable: true, get: function () { return ActionUrlL_1.default; } });
9
- var AdAfterXpagesL_1 = require("./AdAfterXpagesL");
10
- Object.defineProperty(exports, "AdAfterXpagesL", { enumerable: true, get: function () { return AdAfterXpagesL_1.default; } });
11
13
  var AdAfterScrollL_1 = require("./AdAfterScrollL");
12
14
  Object.defineProperty(exports, "AdAfterScrollL", { enumerable: true, get: function () { return AdAfterScrollL_1.default; } });
15
+ var AdAfterXpagesL_1 = require("./AdAfterXpagesL");
16
+ Object.defineProperty(exports, "AdAfterXpagesL", { enumerable: true, get: function () { return AdAfterXpagesL_1.default; } });
13
17
  var AdBannerL_1 = require("./AdBannerL");
14
18
  Object.defineProperty(exports, "AdBannerL", { enumerable: true, get: function () { return AdBannerL_1.default; } });
15
19
  var AdCartAiL_1 = require("./AdCartAiL");
@@ -26,10 +30,10 @@ var AdFadeInL_1 = require("./AdFadeInL");
26
30
  Object.defineProperty(exports, "AdFadeInL", { enumerable: true, get: function () { return AdFadeInL_1.default; } });
27
31
  var AdFirstRunL_1 = require("./AdFirstRunL");
28
32
  Object.defineProperty(exports, "AdFirstRunL", { enumerable: true, get: function () { return AdFirstRunL_1.default; } });
29
- var AdFolderFeatured_1 = require("./AdFolderFeatured");
30
- Object.defineProperty(exports, "AdFolderFeatured", { enumerable: true, get: function () { return AdFolderFeatured_1.default; } });
31
33
  var AdFolderBasic_1 = require("./AdFolderBasic");
32
34
  Object.defineProperty(exports, "AdFolderBasic", { enumerable: true, get: function () { return AdFolderBasic_1.default; } });
35
+ var AdFolderFeatured_1 = require("./AdFolderFeatured");
36
+ Object.defineProperty(exports, "AdFolderFeatured", { enumerable: true, get: function () { return AdFolderFeatured_1.default; } });
33
37
  var AdFolderS_1 = require("./AdFolderS");
34
38
  Object.defineProperty(exports, "AdFolderS", { enumerable: true, get: function () { return AdFolderS_1.default; } });
35
39
  var AdFolderStarredS_1 = require("./AdFolderStarredS");
@@ -60,12 +64,10 @@ var AdOnLandingL_1 = require("./AdOnLandingL");
60
64
  Object.defineProperty(exports, "AdOnLandingL", { enumerable: true, get: function () { return AdOnLandingL_1.default; } });
61
65
  var AdOnboardingL_1 = require("./AdOnboardingL");
62
66
  Object.defineProperty(exports, "AdOnboardingL", { enumerable: true, get: function () { return AdOnboardingL_1.default; } });
63
- var ActionOpenAppL_1 = require("./ActionOpenAppL");
64
- Object.defineProperty(exports, "ActionOpenAppL", { enumerable: true, get: function () { return ActionOpenAppL_1.default; } });
65
- var AdOpenUrlL_1 = require("./AdOpenUrlL");
66
- Object.defineProperty(exports, "AdOpenUrlL", { enumerable: true, get: function () { return AdOpenUrlL_1.default; } });
67
67
  var AdOpenAppL_1 = require("./AdOpenAppL");
68
68
  Object.defineProperty(exports, "AdOpenAppL", { enumerable: true, get: function () { return AdOpenAppL_1.default; } });
69
+ var AdOpenUrlL_1 = require("./AdOpenUrlL");
70
+ Object.defineProperty(exports, "AdOpenUrlL", { enumerable: true, get: function () { return AdOpenUrlL_1.default; } });
69
71
  var AdPersonalizedAiL_1 = require("./AdPersonalizedAiL");
70
72
  Object.defineProperty(exports, "AdPersonalizedAiL", { enumerable: true, get: function () { return AdPersonalizedAiL_1.default; } });
71
73
  var AdPopL_1 = require("./AdPopL");
@@ -82,14 +84,14 @@ var AdSimilarAiL_1 = require("./AdSimilarAiL");
82
84
  Object.defineProperty(exports, "AdSimilarAiL", { enumerable: true, get: function () { return AdSimilarAiL_1.default; } });
83
85
  var AdSimplePushL_1 = require("./AdSimplePushL");
84
86
  Object.defineProperty(exports, "AdSimplePushL", { enumerable: true, get: function () { return AdSimplePushL_1.default; } });
87
+ var AdSlideDownL_1 = require("./AdSlideDownL");
88
+ Object.defineProperty(exports, "AdSlideDownL", { enumerable: true, get: function () { return AdSlideDownL_1.default; } });
85
89
  var AdSlideLeftL_1 = require("./AdSlideLeftL");
86
90
  Object.defineProperty(exports, "AdSlideLeftL", { enumerable: true, get: function () { return AdSlideLeftL_1.default; } });
87
91
  var AdSlideRightL_1 = require("./AdSlideRightL");
88
92
  Object.defineProperty(exports, "AdSlideRightL", { enumerable: true, get: function () { return AdSlideRightL_1.default; } });
89
93
  var AdSlideUpL_1 = require("./AdSlideUpL");
90
94
  Object.defineProperty(exports, "AdSlideUpL", { enumerable: true, get: function () { return AdSlideUpL_1.default; } });
91
- var AdSlideDownL_1 = require("./AdSlideDownL");
92
- Object.defineProperty(exports, "AdSlideDownL", { enumerable: true, get: function () { return AdSlideDownL_1.default; } });
93
95
  var AdTempCodeS_1 = require("./AdTempCodeS");
94
96
  Object.defineProperty(exports, "AdTempCodeS", { enumerable: true, get: function () { return AdTempCodeS_1.default; } });
95
97
  var AdTextEditorL_1 = require("./AdTextEditorL");
@@ -120,12 +122,6 @@ var ChartColumnL_1 = require("./ChartColumnL");
120
122
  Object.defineProperty(exports, "ChartColumnL", { enumerable: true, get: function () { return ChartColumnL_1.default; } });
121
123
  var ChartComboL_1 = require("./ChartComboL");
122
124
  Object.defineProperty(exports, "ChartComboL", { enumerable: true, get: function () { return ChartComboL_1.default; } });
123
- var ChartDonutL_1 = require("./ChartDonutL");
124
- Object.defineProperty(exports, "ChartDonutL", { enumerable: true, get: function () { return ChartDonutL_1.default; } });
125
- var ChartDonutLineL_1 = require("./ChartDonutLineL");
126
- Object.defineProperty(exports, "ChartDonutLineL", { enumerable: true, get: function () { return ChartDonutLineL_1.default; } });
127
- var ChartLineL_1 = require("./ChartLineL");
128
- Object.defineProperty(exports, "ChartLineL", { enumerable: true, get: function () { return ChartLineL_1.default; } });
129
125
  var ChartPieL_1 = require("./ChartPieL");
130
126
  Object.defineProperty(exports, "ChartPieL", { enumerable: true, get: function () { return ChartPieL_1.default; } });
131
127
  var ChartTableL_1 = require("./ChartTableL");
@@ -138,6 +134,12 @@ var DateRecurringXl_1 = require("./DateRecurringXl");
138
134
  Object.defineProperty(exports, "DateRecurringXl", { enumerable: true, get: function () { return DateRecurringXl_1.default; } });
139
135
  var FileImportL_1 = require("./FileImportL");
140
136
  Object.defineProperty(exports, "FileImportL", { enumerable: true, get: function () { return FileImportL_1.default; } });
137
+ var ChartDonutL_1 = require("./ChartDonutL");
138
+ Object.defineProperty(exports, "ChartDonutL", { enumerable: true, get: function () { return ChartDonutL_1.default; } });
139
+ var ChartDonutLineL_1 = require("./ChartDonutLineL");
140
+ Object.defineProperty(exports, "ChartDonutLineL", { enumerable: true, get: function () { return ChartDonutLineL_1.default; } });
141
+ var ChartLineL_1 = require("./ChartLineL");
142
+ Object.defineProperty(exports, "ChartLineL", { enumerable: true, get: function () { return ChartLineL_1.default; } });
141
143
  var ImportCatalogsXl_1 = require("./ImportCatalogsXl");
142
144
  Object.defineProperty(exports, "ImportCatalogsXl", { enumerable: true, get: function () { return ImportCatalogsXl_1.default; } });
143
145
  var ImportClientsXl_1 = require("./ImportClientsXl");
@@ -148,10 +150,10 @@ var ImportCustomXl_1 = require("./ImportCustomXl");
148
150
  Object.defineProperty(exports, "ImportCustomXl", { enumerable: true, get: function () { return ImportCustomXl_1.default; } });
149
151
  var ImportProductFeedXl_1 = require("./ImportProductFeedXl");
150
152
  Object.defineProperty(exports, "ImportProductFeedXl", { enumerable: true, get: function () { return ImportProductFeedXl_1.default; } });
151
- var ImportQuickXl_1 = require("./ImportQuickXl");
152
- Object.defineProperty(exports, "ImportQuickXl", { enumerable: true, get: function () { return ImportQuickXl_1.default; } });
153
153
  var ImportPromotionsXl_1 = require("./ImportPromotionsXl");
154
154
  Object.defineProperty(exports, "ImportPromotionsXl", { enumerable: true, get: function () { return ImportPromotionsXl_1.default; } });
155
+ var ImportQuickXl_1 = require("./ImportQuickXl");
156
+ Object.defineProperty(exports, "ImportQuickXl", { enumerable: true, get: function () { return ImportQuickXl_1.default; } });
155
157
  var ImportTransactionsXl_1 = require("./ImportTransactionsXl");
156
158
  Object.defineProperty(exports, "ImportTransactionsXl", { enumerable: true, get: function () { return ImportTransactionsXl_1.default; } });
157
159
  var ImportVouchersXl_1 = require("./ImportVouchersXl");
@@ -174,10 +176,10 @@ var MetricFormulaXl_1 = require("./MetricFormulaXl");
174
176
  Object.defineProperty(exports, "MetricFormulaXl", { enumerable: true, get: function () { return MetricFormulaXl_1.default; } });
175
177
  var MetricSimpleXl_1 = require("./MetricSimpleXl");
176
178
  Object.defineProperty(exports, "MetricSimpleXl", { enumerable: true, get: function () { return MetricSimpleXl_1.default; } });
177
- var OtherIdeas_1 = require("./OtherIdeas");
178
- Object.defineProperty(exports, "OtherIdeas", { enumerable: true, get: function () { return OtherIdeas_1.default; } });
179
179
  var MobileHandbillXl_1 = require("./MobileHandbillXl");
180
180
  Object.defineProperty(exports, "MobileHandbillXl", { enumerable: true, get: function () { return MobileHandbillXl_1.default; } });
181
+ var OtherIdeas_1 = require("./OtherIdeas");
182
+ Object.defineProperty(exports, "OtherIdeas", { enumerable: true, get: function () { return OtherIdeas_1.default; } });
181
183
  var PushImportL_1 = require("./PushImportL");
182
184
  Object.defineProperty(exports, "PushImportL", { enumerable: true, get: function () { return PushImportL_1.default; } });
183
185
  var ReportPreparedXl_1 = require("./ReportPreparedXl");