@synerise/ds-icon 0.62.1 → 0.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/cjs/icons/ClockFailedM.d.ts +3 -0
- package/dist/cjs/icons/ClockFailedM.js +7 -0
- package/dist/cjs/icons/L/index.d.ts +7 -7
- package/dist/cjs/icons/L/index.js +15 -15
- package/dist/cjs/icons/SpinnerS.d.ts +3 -0
- package/dist/cjs/icons/SpinnerS.js +6 -0
- package/dist/cjs/icons/XL/index.d.ts +6 -6
- package/dist/cjs/icons/XL/index.js +14 -14
- package/dist/cjs/icons/additional/index.d.ts +7 -7
- package/dist/cjs/icons/additional/index.js +16 -16
- package/dist/cjs/icons/index.d.ts +32 -30
- package/dist/cjs/icons/index.js +77 -73
- package/dist/esm/icons/ClockFailedM.d.ts +3 -0
- package/dist/esm/icons/ClockFailedM.js +5 -0
- package/dist/esm/icons/L/index.d.ts +7 -7
- package/dist/esm/icons/L/index.js +7 -7
- package/dist/esm/icons/SpinnerS.d.ts +3 -0
- package/dist/esm/icons/SpinnerS.js +4 -0
- package/dist/esm/icons/XL/index.d.ts +6 -6
- package/dist/esm/icons/XL/index.js +6 -6
- package/dist/esm/icons/additional/index.d.ts +7 -7
- package/dist/esm/icons/additional/index.js +7 -7
- package/dist/esm/icons/index.d.ts +32 -30
- package/dist/esm/icons/index.js +32 -30
- package/package.json +7 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.64.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.63.0...@synerise/ds-icon@0.64.0) (2024-07-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **badge:** added IconBadge ([4f44b60](https://github.com/Synerise/synerise-design/commit/4f44b60b3eff77eb6c21b9ba0ec0cdf745100eff))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [0.63.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.62.1...@synerise/ds-icon@0.63.0) (2024-06-27)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **icon:** clock failed icon added ([95f828f](https://github.com/Synerise/synerise-design/commit/95f828f7a0ccf87333396d2b67e258b1393371ae))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [0.62.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.62.0...@synerise/ds-icon@0.62.1) (2024-06-21)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const ClockFailedM = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", className: "clock-failed-m" }, props),
|
|
5
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 12a8 8 0 008 8 .75.75 0 000-1.5 6.5 6.5 0 116.5-6.5.75.75 0 001.5 0 8 8 0 10-16 0zm4.438 2.304a.75.75 0 001.154.374l2.85-2.072A.751.751 0 0012.75 12V8.893a.75.75 0 00-1.5 0v2.725l-2.54 1.847a.75.75 0 00-.272.84z" }),
|
|
6
|
+
React.createElement("path", { d: "M18.97 13.664l-1.969 1.97-1.97-1.97a.75.75 0 00-1.06 1.06l1.97 1.97-1.97 1.97a.75.75 0 101.06 1.06l1.97-1.97 1.97 1.97a.75.75 0 001.06-1.06l-1.97-1.97 1.97-1.97a.75.75 0 00-1.06-1.06z" })));
|
|
7
|
+
exports.default = ClockFailedM;
|
|
@@ -15,8 +15,8 @@ export { default as FolderPlainL } from './FolderPlainL';
|
|
|
15
15
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
16
16
|
export { default as FormEditL } from './FormEditL';
|
|
17
17
|
export { default as FormGroupL } from './FormGroupL';
|
|
18
|
-
export { default as HashL } from './HashL';
|
|
19
18
|
export { default as FormL } from './FormL';
|
|
19
|
+
export { default as HashL } from './HashL';
|
|
20
20
|
export { default as ImageL } from './ImageL';
|
|
21
21
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
22
22
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
@@ -29,24 +29,24 @@ export { default as LabelL } from './LabelL';
|
|
|
29
29
|
export { default as LineL } from './LineL';
|
|
30
30
|
export { default as LinkL } from './LinkL';
|
|
31
31
|
export { default as LocationL } from './LocationL';
|
|
32
|
-
export { default as MobileClickL } from './MobileClickL';
|
|
33
32
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
33
|
+
export { default as MobileClickL } from './MobileClickL';
|
|
34
34
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
35
35
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
36
36
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
37
37
|
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
38
|
-
export { default as MobileUrlL } from './MobileUrlL';
|
|
39
38
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
40
|
-
export { default as
|
|
39
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
41
40
|
export { default as MultilineL } from './MultilineL';
|
|
42
|
-
export { default as
|
|
41
|
+
export { default as NavbarL } from './NavbarL';
|
|
43
42
|
export { default as NoData } from './NoData';
|
|
43
|
+
export { default as NoPermissionL } from './NoPermissionL';
|
|
44
44
|
export { default as PieL } from './PieL';
|
|
45
45
|
export { default as QuoteL } from './QuoteL';
|
|
46
|
-
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
47
46
|
export { default as RadioL } from './RadioL';
|
|
48
|
-
export { default as
|
|
47
|
+
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
49
48
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
49
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
50
50
|
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
51
51
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
52
52
|
export { default as Section12L } from './Section12L';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RelationOneOneL = exports.
|
|
3
|
+
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.FolderPredefinedL = exports.FolderPlainL = 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
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 = exports.Section12L = exports.SearchNoResultsL = void 0;
|
|
5
5
|
var AddL_1 = require("./AddL");
|
|
6
6
|
Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
|
|
@@ -36,10 +36,10 @@ var FormEditL_1 = require("./FormEditL");
|
|
|
36
36
|
Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
|
|
37
37
|
var FormGroupL_1 = require("./FormGroupL");
|
|
38
38
|
Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_1.default; } });
|
|
39
|
-
var HashL_1 = require("./HashL");
|
|
40
|
-
Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
|
|
41
39
|
var FormL_1 = require("./FormL");
|
|
42
40
|
Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
|
|
41
|
+
var HashL_1 = require("./HashL");
|
|
42
|
+
Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
|
|
43
43
|
var ImageL_1 = require("./ImageL");
|
|
44
44
|
Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
|
|
45
45
|
var ImageLandscapeL_1 = require("./ImageLandscapeL");
|
|
@@ -64,10 +64,10 @@ var LinkL_1 = require("./LinkL");
|
|
|
64
64
|
Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
|
|
65
65
|
var LocationL_1 = require("./LocationL");
|
|
66
66
|
Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
|
|
67
|
-
var MobileClickL_1 = require("./MobileClickL");
|
|
68
|
-
Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
|
|
69
67
|
var MobileBlockL_1 = require("./MobileBlockL");
|
|
70
68
|
Object.defineProperty(exports, "MobileBlockL", { enumerable: true, get: function () { return MobileBlockL_1.default; } });
|
|
69
|
+
var MobileClickL_1 = require("./MobileClickL");
|
|
70
|
+
Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
|
|
71
71
|
var MobileLayout1L_1 = require("./MobileLayout1L");
|
|
72
72
|
Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
|
|
73
73
|
var MobileLayout2L_1 = require("./MobileLayout2L");
|
|
@@ -76,30 +76,30 @@ var MobileLayout3L_1 = require("./MobileLayout3L");
|
|
|
76
76
|
Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
|
|
77
77
|
var MobileLayout4L_1 = require("./MobileLayout4L");
|
|
78
78
|
Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
|
|
79
|
-
var MobileUrlL_1 = require("./MobileUrlL");
|
|
80
|
-
Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
|
|
81
79
|
var MobileLinkL_1 = require("./MobileLinkL");
|
|
82
80
|
Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
|
|
83
|
-
var
|
|
84
|
-
Object.defineProperty(exports, "
|
|
81
|
+
var MobileUrlL_1 = require("./MobileUrlL");
|
|
82
|
+
Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
|
|
85
83
|
var MultilineL_1 = require("./MultilineL");
|
|
86
84
|
Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
|
|
87
|
-
var
|
|
88
|
-
Object.defineProperty(exports, "
|
|
85
|
+
var NavbarL_1 = require("./NavbarL");
|
|
86
|
+
Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
|
|
89
87
|
var NoData_1 = require("./NoData");
|
|
90
88
|
Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
|
|
89
|
+
var NoPermissionL_1 = require("./NoPermissionL");
|
|
90
|
+
Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
|
|
91
91
|
var PieL_1 = require("./PieL");
|
|
92
92
|
Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
|
|
93
93
|
var QuoteL_1 = require("./QuoteL");
|
|
94
94
|
Object.defineProperty(exports, "QuoteL", { enumerable: true, get: function () { return QuoteL_1.default; } });
|
|
95
|
-
var RelationManyManyL_1 = require("./RelationManyManyL");
|
|
96
|
-
Object.defineProperty(exports, "RelationManyManyL", { enumerable: true, get: function () { return RelationManyManyL_1.default; } });
|
|
97
95
|
var RadioL_1 = require("./RadioL");
|
|
98
96
|
Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
|
|
99
|
-
var
|
|
100
|
-
Object.defineProperty(exports, "
|
|
97
|
+
var RelationManyManyL_1 = require("./RelationManyManyL");
|
|
98
|
+
Object.defineProperty(exports, "RelationManyManyL", { enumerable: true, get: function () { return RelationManyManyL_1.default; } });
|
|
101
99
|
var RelationManyOneL_1 = require("./RelationManyOneL");
|
|
102
100
|
Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
|
|
101
|
+
var RelationOneManyL_1 = require("./RelationOneManyL");
|
|
102
|
+
Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
|
|
103
103
|
var RelationOneOneL_1 = require("./RelationOneOneL");
|
|
104
104
|
Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
|
|
105
105
|
var SearchNoResultsL_1 = require("./SearchNoResultsL");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const SpinnerS = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 25 24", fill: "none", className: "spinner-s" }, props),
|
|
5
|
+
React.createElement("path", { d: "M12.5 17.25A5.256 5.256 0 017.25 12a.75.75 0 011.5 0 3.75 3.75 0 103.75-3.75.75.75 0 010-1.5 5.25 5.25 0 110 10.5z" })));
|
|
6
|
+
exports.default = SpinnerS;
|
|
@@ -17,8 +17,8 @@ export { default as CalculatorXl } from './CalculatorXl';
|
|
|
17
17
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
18
18
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
19
19
|
export { default as CalendarXl } from './CalendarXl';
|
|
20
|
-
export { default as CardVisaXl } from './CardVisaXl';
|
|
21
20
|
export { default as CardAeXl } from './CardAeXl';
|
|
21
|
+
export { default as CardVisaXl } from './CardVisaXl';
|
|
22
22
|
export { default as CartAddXl } from './CartAddXl';
|
|
23
23
|
export { default as CheckInXl } from './CheckInXl';
|
|
24
24
|
export { default as CheckOutXl } from './CheckOutXl';
|
|
@@ -39,8 +39,8 @@ export { default as FirstRunXl } from './FirstRunXl';
|
|
|
39
39
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
40
40
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
41
41
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
42
|
-
export { default as FormXl } from './FormXl';
|
|
43
42
|
export { default as FolderXl } from './FolderXl';
|
|
43
|
+
export { default as FormXl } from './FormXl';
|
|
44
44
|
export { default as FormulaXl } from './FormulaXl';
|
|
45
45
|
export { default as FunctionXl } from './FunctionXl';
|
|
46
46
|
export { default as GemsXl } from './GemsXl';
|
|
@@ -49,8 +49,8 @@ export { default as InfoXl } from './InfoXl';
|
|
|
49
49
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
50
50
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
51
51
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
52
|
-
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
53
52
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
53
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
54
54
|
export { default as LaunchXl } from './LaunchXl';
|
|
55
55
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
56
56
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
@@ -58,8 +58,8 @@ export { default as MessageXl } from './MessageXl';
|
|
|
58
58
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
59
59
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
60
60
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
61
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
62
61
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
62
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
63
63
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
64
64
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
65
65
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
@@ -68,12 +68,12 @@ export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
|
68
68
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
69
69
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
70
70
|
export { default as PushXl } from './PushXl';
|
|
71
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
72
71
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
72
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
73
73
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
74
74
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
75
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
76
75
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
76
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
77
77
|
export { default as SectionXl } from './SectionXl';
|
|
78
78
|
export { default as ShowXl } from './ShowXl';
|
|
79
79
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
@@ -1,7 +1,7 @@
|
|
|
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.
|
|
4
|
-
exports.WeblayerXl = exports.WebhookXl = exports.WarningXl = exports.VoucherXl = exports.VisualEditorXl = exports.VisualEditorStarXl = exports.UserIdXl = exports.UserCircleXl = exports.UserCircleUpXl = exports.ToolsXl = exports.SmsXl = exports.SilentPushXl = exports.ShowXl = exports.SectionXl = exports.
|
|
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.SmsXl = exports.SilentPushXl = exports.ShowXl = exports.SectionXl = exports.SearchSemanticXl = exports.SearchNoResultsXl = exports.SearchKeywordsXl = exports.SearchHybridXl = 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;
|
|
5
5
|
var AbTestXl_1 = require("./AbTestXl");
|
|
6
6
|
Object.defineProperty(exports, "AbTestXl", { enumerable: true, get: function () { return AbTestXl_1.default; } });
|
|
7
7
|
var AddXl_1 = require("./AddXl");
|
|
@@ -40,10 +40,10 @@ var CalendarScheduleXl_1 = require("./CalendarScheduleXl");
|
|
|
40
40
|
Object.defineProperty(exports, "CalendarScheduleXl", { enumerable: true, get: function () { return CalendarScheduleXl_1.default; } });
|
|
41
41
|
var CalendarXl_1 = require("./CalendarXl");
|
|
42
42
|
Object.defineProperty(exports, "CalendarXl", { enumerable: true, get: function () { return CalendarXl_1.default; } });
|
|
43
|
-
var CardVisaXl_1 = require("./CardVisaXl");
|
|
44
|
-
Object.defineProperty(exports, "CardVisaXl", { enumerable: true, get: function () { return CardVisaXl_1.default; } });
|
|
45
43
|
var CardAeXl_1 = require("./CardAeXl");
|
|
46
44
|
Object.defineProperty(exports, "CardAeXl", { enumerable: true, get: function () { return CardAeXl_1.default; } });
|
|
45
|
+
var CardVisaXl_1 = require("./CardVisaXl");
|
|
46
|
+
Object.defineProperty(exports, "CardVisaXl", { enumerable: true, get: function () { return CardVisaXl_1.default; } });
|
|
47
47
|
var CartAddXl_1 = require("./CartAddXl");
|
|
48
48
|
Object.defineProperty(exports, "CartAddXl", { enumerable: true, get: function () { return CartAddXl_1.default; } });
|
|
49
49
|
var CheckInXl_1 = require("./CheckInXl");
|
|
@@ -84,10 +84,10 @@ var FolderStarXl_1 = require("./FolderStarXl");
|
|
|
84
84
|
Object.defineProperty(exports, "FolderStarXl", { enumerable: true, get: function () { return FolderStarXl_1.default; } });
|
|
85
85
|
var FolderUserXl_1 = require("./FolderUserXl");
|
|
86
86
|
Object.defineProperty(exports, "FolderUserXl", { enumerable: true, get: function () { return FolderUserXl_1.default; } });
|
|
87
|
-
var FormXl_1 = require("./FormXl");
|
|
88
|
-
Object.defineProperty(exports, "FormXl", { enumerable: true, get: function () { return FormXl_1.default; } });
|
|
89
87
|
var FolderXl_1 = require("./FolderXl");
|
|
90
88
|
Object.defineProperty(exports, "FolderXl", { enumerable: true, get: function () { return FolderXl_1.default; } });
|
|
89
|
+
var FormXl_1 = require("./FormXl");
|
|
90
|
+
Object.defineProperty(exports, "FormXl", { enumerable: true, get: function () { return FormXl_1.default; } });
|
|
91
91
|
var FormulaXl_1 = require("./FormulaXl");
|
|
92
92
|
Object.defineProperty(exports, "FormulaXl", { enumerable: true, get: function () { return FormulaXl_1.default; } });
|
|
93
93
|
var FunctionXl_1 = require("./FunctionXl");
|
|
@@ -104,10 +104,10 @@ var IntegrationXl_1 = require("./IntegrationXl");
|
|
|
104
104
|
Object.defineProperty(exports, "IntegrationXl", { enumerable: true, get: function () { return IntegrationXl_1.default; } });
|
|
105
105
|
var IntegrationsXl_1 = require("./IntegrationsXl");
|
|
106
106
|
Object.defineProperty(exports, "IntegrationsXl", { enumerable: true, get: function () { return IntegrationsXl_1.default; } });
|
|
107
|
-
var LaptopTargetXl_1 = require("./LaptopTargetXl");
|
|
108
|
-
Object.defineProperty(exports, "LaptopTargetXl", { enumerable: true, get: function () { return LaptopTargetXl_1.default; } });
|
|
109
107
|
var LaptopAiXl_1 = require("./LaptopAiXl");
|
|
110
108
|
Object.defineProperty(exports, "LaptopAiXl", { enumerable: true, get: function () { return LaptopAiXl_1.default; } });
|
|
109
|
+
var LaptopTargetXl_1 = require("./LaptopTargetXl");
|
|
110
|
+
Object.defineProperty(exports, "LaptopTargetXl", { enumerable: true, get: function () { return LaptopTargetXl_1.default; } });
|
|
111
111
|
var LaunchXl_1 = require("./LaunchXl");
|
|
112
112
|
Object.defineProperty(exports, "LaunchXl", { enumerable: true, get: function () { return LaunchXl_1.default; } });
|
|
113
113
|
var LoyalityBoostXl_1 = require("./LoyalityBoostXl");
|
|
@@ -122,10 +122,10 @@ var MobilePromotionXl_1 = require("./MobilePromotionXl");
|
|
|
122
122
|
Object.defineProperty(exports, "MobilePromotionXl", { enumerable: true, get: function () { return MobilePromotionXl_1.default; } });
|
|
123
123
|
var MobileStepsXl_1 = require("./MobileStepsXl");
|
|
124
124
|
Object.defineProperty(exports, "MobileStepsXl", { enumerable: true, get: function () { return MobileStepsXl_1.default; } });
|
|
125
|
-
var MultivalueXl_1 = require("./MultivalueXl");
|
|
126
|
-
Object.defineProperty(exports, "MultivalueXl", { enumerable: true, get: function () { return MultivalueXl_1.default; } });
|
|
127
125
|
var MobileUpdateXl_1 = require("./MobileUpdateXl");
|
|
128
126
|
Object.defineProperty(exports, "MobileUpdateXl", { enumerable: true, get: function () { return MobileUpdateXl_1.default; } });
|
|
127
|
+
var MultivalueXl_1 = require("./MultivalueXl");
|
|
128
|
+
Object.defineProperty(exports, "MultivalueXl", { enumerable: true, get: function () { return MultivalueXl_1.default; } });
|
|
129
129
|
var NetworkFileXl_1 = require("./NetworkFileXl");
|
|
130
130
|
Object.defineProperty(exports, "NetworkFileXl", { enumerable: true, get: function () { return NetworkFileXl_1.default; } });
|
|
131
131
|
var NoPermissionXl_1 = require("./NoPermissionXl");
|
|
@@ -142,18 +142,18 @@ var ProductsSimilarXl_1 = require("./ProductsSimilarXl");
|
|
|
142
142
|
Object.defineProperty(exports, "ProductsSimilarXl", { enumerable: true, get: function () { return ProductsSimilarXl_1.default; } });
|
|
143
143
|
var PushXl_1 = require("./PushXl");
|
|
144
144
|
Object.defineProperty(exports, "PushXl", { enumerable: true, get: function () { return PushXl_1.default; } });
|
|
145
|
-
var ReggressionXl_1 = require("./ReggressionXl");
|
|
146
|
-
Object.defineProperty(exports, "ReggressionXl", { enumerable: true, get: function () { return ReggressionXl_1.default; } });
|
|
147
145
|
var RecentInteractionsXl_1 = require("./RecentInteractionsXl");
|
|
148
146
|
Object.defineProperty(exports, "RecentInteractionsXl", { enumerable: true, get: function () { return RecentInteractionsXl_1.default; } });
|
|
147
|
+
var ReggressionXl_1 = require("./ReggressionXl");
|
|
148
|
+
Object.defineProperty(exports, "ReggressionXl", { enumerable: true, get: function () { return ReggressionXl_1.default; } });
|
|
149
149
|
var SearchHybridXl_1 = require("./SearchHybridXl");
|
|
150
150
|
Object.defineProperty(exports, "SearchHybridXl", { enumerable: true, get: function () { return SearchHybridXl_1.default; } });
|
|
151
151
|
var SearchKeywordsXl_1 = require("./SearchKeywordsXl");
|
|
152
152
|
Object.defineProperty(exports, "SearchKeywordsXl", { enumerable: true, get: function () { return SearchKeywordsXl_1.default; } });
|
|
153
|
-
var SearchSemanticXl_1 = require("./SearchSemanticXl");
|
|
154
|
-
Object.defineProperty(exports, "SearchSemanticXl", { enumerable: true, get: function () { return SearchSemanticXl_1.default; } });
|
|
155
153
|
var SearchNoResultsXl_1 = require("./SearchNoResultsXl");
|
|
156
154
|
Object.defineProperty(exports, "SearchNoResultsXl", { enumerable: true, get: function () { return SearchNoResultsXl_1.default; } });
|
|
155
|
+
var SearchSemanticXl_1 = require("./SearchSemanticXl");
|
|
156
|
+
Object.defineProperty(exports, "SearchSemanticXl", { enumerable: true, get: function () { return SearchSemanticXl_1.default; } });
|
|
157
157
|
var SectionXl_1 = require("./SectionXl");
|
|
158
158
|
Object.defineProperty(exports, "SectionXl", { enumerable: true, get: function () { return SectionXl_1.default; } });
|
|
159
159
|
var ShowXl_1 = require("./ShowXl");
|
|
@@ -1,5 +1,6 @@
|
|
|
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
5
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
5
6
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
@@ -13,8 +14,8 @@ export { default as AdFadeInL } from './AdFadeInL';
|
|
|
13
14
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
14
15
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
16
|
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
16
|
-
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
17
17
|
export { default as AdFolderS } from './AdFolderS';
|
|
18
|
+
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
18
19
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
19
20
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
20
21
|
export { default as AdImageL } from './AdImageL';
|
|
@@ -29,15 +30,15 @@ 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
|
-
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
33
33
|
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
34
|
+
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
34
35
|
export { default as AdPopL } from './AdPopL';
|
|
35
36
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
36
37
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
37
38
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
38
39
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
39
|
-
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
40
40
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
41
|
+
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
41
42
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
42
43
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
43
44
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
@@ -51,8 +52,8 @@ export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
|
51
52
|
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
52
53
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
53
54
|
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
54
|
-
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
55
55
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
56
|
+
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
56
57
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
57
58
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
58
59
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
@@ -87,8 +88,7 @@ export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
|
87
88
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
88
89
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
89
90
|
export { default as PushImportL } from './PushImportL';
|
|
90
|
-
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
91
91
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
92
|
-
export { default as
|
|
92
|
+
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
93
93
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
94
|
-
export { default as
|
|
94
|
+
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
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.FileImportL = exports.DateRecurringXl = exports.DateOntimeXl = exports.DateMultipleXl = exports.ChartTableL = exports.ChartPieL = exports.ChartLineL = exports.ChartDonutLineL = exports.ChartDonutL = exports.ChartComboL = exports.ChartColumnL = exports.CartRecommendationXl = exports.BoostLoyalty = exports.AudienceAnalytics = exports.AiCampaigns = exports.AdWelcomeScreenL = exports.AdWebLayerL = exports.AdWalktroughL = exports.AdVisualEditorNewL = void 0;
|
|
5
5
|
var ActionDeeplinkL_1 = require("./ActionDeeplinkL");
|
|
6
6
|
Object.defineProperty(exports, "ActionDeeplinkL", { enumerable: true, get: function () { return ActionDeeplinkL_1.default; } });
|
|
7
7
|
var ActionNoneL_1 = require("./ActionNoneL");
|
|
8
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; } });
|
|
9
11
|
var ActionUrlL_1 = require("./ActionUrlL");
|
|
10
12
|
Object.defineProperty(exports, "ActionUrlL", { enumerable: true, get: function () { return ActionUrlL_1.default; } });
|
|
11
13
|
var AdAfterScrollL_1 = require("./AdAfterScrollL");
|
|
@@ -32,10 +34,10 @@ var AdFolderBasic_1 = require("./AdFolderBasic");
|
|
|
32
34
|
Object.defineProperty(exports, "AdFolderBasic", { enumerable: true, get: function () { return AdFolderBasic_1.default; } });
|
|
33
35
|
var AdFolderFeatured_1 = require("./AdFolderFeatured");
|
|
34
36
|
Object.defineProperty(exports, "AdFolderFeatured", { enumerable: true, get: function () { return AdFolderFeatured_1.default; } });
|
|
35
|
-
var AdFolderStarredS_1 = require("./AdFolderStarredS");
|
|
36
|
-
Object.defineProperty(exports, "AdFolderStarredS", { enumerable: true, get: function () { return AdFolderStarredS_1.default; } });
|
|
37
37
|
var AdFolderS_1 = require("./AdFolderS");
|
|
38
38
|
Object.defineProperty(exports, "AdFolderS", { enumerable: true, get: function () { return AdFolderS_1.default; } });
|
|
39
|
+
var AdFolderStarredS_1 = require("./AdFolderStarredS");
|
|
40
|
+
Object.defineProperty(exports, "AdFolderStarredS", { enumerable: true, get: function () { return AdFolderStarredS_1.default; } });
|
|
39
41
|
var AdFolderUser_1 = require("./AdFolderUser");
|
|
40
42
|
Object.defineProperty(exports, "AdFolderUser", { enumerable: true, get: function () { return AdFolderUser_1.default; } });
|
|
41
43
|
var AdFullScreenBannerL_1 = require("./AdFullScreenBannerL");
|
|
@@ -64,10 +66,10 @@ var AdOnboardingL_1 = require("./AdOnboardingL");
|
|
|
64
66
|
Object.defineProperty(exports, "AdOnboardingL", { enumerable: true, get: function () { return AdOnboardingL_1.default; } });
|
|
65
67
|
var AdOpenAppL_1 = require("./AdOpenAppL");
|
|
66
68
|
Object.defineProperty(exports, "AdOpenAppL", { enumerable: true, get: function () { return AdOpenAppL_1.default; } });
|
|
67
|
-
var AdPersonalizedAiL_1 = require("./AdPersonalizedAiL");
|
|
68
|
-
Object.defineProperty(exports, "AdPersonalizedAiL", { enumerable: true, get: function () { return AdPersonalizedAiL_1.default; } });
|
|
69
69
|
var AdOpenUrlL_1 = require("./AdOpenUrlL");
|
|
70
70
|
Object.defineProperty(exports, "AdOpenUrlL", { enumerable: true, get: function () { return AdOpenUrlL_1.default; } });
|
|
71
|
+
var AdPersonalizedAiL_1 = require("./AdPersonalizedAiL");
|
|
72
|
+
Object.defineProperty(exports, "AdPersonalizedAiL", { enumerable: true, get: function () { return AdPersonalizedAiL_1.default; } });
|
|
71
73
|
var AdPopL_1 = require("./AdPopL");
|
|
72
74
|
Object.defineProperty(exports, "AdPopL", { enumerable: true, get: function () { return AdPopL_1.default; } });
|
|
73
75
|
var AdPortraitL_1 = require("./AdPortraitL");
|
|
@@ -78,10 +80,10 @@ var AdShareLinkL_1 = require("./AdShareLinkL");
|
|
|
78
80
|
Object.defineProperty(exports, "AdShareLinkL", { enumerable: true, get: function () { return AdShareLinkL_1.default; } });
|
|
79
81
|
var AdSilentPushL_1 = require("./AdSilentPushL");
|
|
80
82
|
Object.defineProperty(exports, "AdSilentPushL", { enumerable: true, get: function () { return AdSilentPushL_1.default; } });
|
|
81
|
-
var AdSimplePushL_1 = require("./AdSimplePushL");
|
|
82
|
-
Object.defineProperty(exports, "AdSimplePushL", { enumerable: true, get: function () { return AdSimplePushL_1.default; } });
|
|
83
83
|
var AdSimilarAiL_1 = require("./AdSimilarAiL");
|
|
84
84
|
Object.defineProperty(exports, "AdSimilarAiL", { enumerable: true, get: function () { return AdSimilarAiL_1.default; } });
|
|
85
|
+
var AdSimplePushL_1 = require("./AdSimplePushL");
|
|
86
|
+
Object.defineProperty(exports, "AdSimplePushL", { enumerable: true, get: function () { return AdSimplePushL_1.default; } });
|
|
85
87
|
var AdSlideDownL_1 = require("./AdSlideDownL");
|
|
86
88
|
Object.defineProperty(exports, "AdSlideDownL", { enumerable: true, get: function () { return AdSlideDownL_1.default; } });
|
|
87
89
|
var AdSlideLeftL_1 = require("./AdSlideLeftL");
|
|
@@ -108,10 +110,10 @@ var AdWebLayerL_1 = require("./AdWebLayerL");
|
|
|
108
110
|
Object.defineProperty(exports, "AdWebLayerL", { enumerable: true, get: function () { return AdWebLayerL_1.default; } });
|
|
109
111
|
var AdWelcomeScreenL_1 = require("./AdWelcomeScreenL");
|
|
110
112
|
Object.defineProperty(exports, "AdWelcomeScreenL", { enumerable: true, get: function () { return AdWelcomeScreenL_1.default; } });
|
|
111
|
-
var AudienceAnalytics_1 = require("./AudienceAnalytics");
|
|
112
|
-
Object.defineProperty(exports, "AudienceAnalytics", { enumerable: true, get: function () { return AudienceAnalytics_1.default; } });
|
|
113
113
|
var AiCampaigns_1 = require("./AiCampaigns");
|
|
114
114
|
Object.defineProperty(exports, "AiCampaigns", { enumerable: true, get: function () { return AiCampaigns_1.default; } });
|
|
115
|
+
var AudienceAnalytics_1 = require("./AudienceAnalytics");
|
|
116
|
+
Object.defineProperty(exports, "AudienceAnalytics", { enumerable: true, get: function () { return AudienceAnalytics_1.default; } });
|
|
115
117
|
var BoostLoyalty_1 = require("./BoostLoyalty");
|
|
116
118
|
Object.defineProperty(exports, "BoostLoyalty", { enumerable: true, get: function () { return BoostLoyalty_1.default; } });
|
|
117
119
|
var CartRecommendationXl_1 = require("./CartRecommendationXl");
|
|
@@ -180,13 +182,11 @@ var OtherIdeas_1 = require("./OtherIdeas");
|
|
|
180
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
|
-
var TargetedCampaigns_1 = require("./TargetedCampaigns");
|
|
184
|
-
Object.defineProperty(exports, "TargetedCampaigns", { enumerable: true, get: function () { return TargetedCampaigns_1.default; } });
|
|
185
185
|
var ReportPreparedXl_1 = require("./ReportPreparedXl");
|
|
186
186
|
Object.defineProperty(exports, "ReportPreparedXl", { enumerable: true, get: function () { return ReportPreparedXl_1.default; } });
|
|
187
|
-
var
|
|
188
|
-
Object.defineProperty(exports, "
|
|
187
|
+
var TargetedCampaigns_1 = require("./TargetedCampaigns");
|
|
188
|
+
Object.defineProperty(exports, "TargetedCampaigns", { enumerable: true, get: function () { return TargetedCampaigns_1.default; } });
|
|
189
189
|
var TopProductsXl_1 = require("./TopProductsXl");
|
|
190
190
|
Object.defineProperty(exports, "TopProductsXl", { enumerable: true, get: function () { return TopProductsXl_1.default; } });
|
|
191
|
-
var
|
|
192
|
-
Object.defineProperty(exports, "
|
|
191
|
+
var UnderstandCustomer_1 = require("./UnderstandCustomer");
|
|
192
|
+
Object.defineProperty(exports, "UnderstandCustomer", { enumerable: true, get: function () { return UnderstandCustomer_1.default; } });
|