@synerise/ds-icon 0.66.4 → 0.67.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/cjs/Icon.d.ts +1 -1
- package/dist/cjs/Icon.js +3 -3
- package/dist/cjs/Icon.types.d.ts +5 -8
- package/dist/cjs/icons/L/index.d.ts +25 -25
- package/dist/cjs/icons/L/index.js +52 -52
- package/dist/cjs/icons/SyneriseFillM.d.ts +3 -0
- package/dist/cjs/icons/SyneriseFillM.js +7 -0
- package/dist/cjs/icons/XL/index.d.ts +38 -38
- package/dist/cjs/icons/XL/index.js +78 -78
- package/dist/cjs/icons/additional/index.d.ts +39 -39
- package/dist/cjs/icons/additional/index.js +80 -80
- package/dist/cjs/icons/colorIcons/ABtestColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ABtestColor.js +7 -0
- package/dist/cjs/icons/colorIcons/CreatingFromScratchColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/CreatingFromScratchColor.js +8 -0
- package/dist/cjs/icons/colorIcons/FormulaColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/FormulaColor.js +7 -0
- package/dist/cjs/icons/colorIcons/FunnelColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/FunnelColor.js +7 -0
- package/dist/cjs/icons/colorIcons/IntegrationColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/IntegrationColor.js +7 -0
- package/dist/cjs/icons/colorIcons/PredefinedColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/PredefinedColor.js +9 -0
- package/dist/cjs/icons/colorIcons/ProductBundleColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ProductBundleColor.js +9 -0
- package/dist/cjs/icons/colorIcons/ProductLastSeenColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ProductLastSeenColor.js +8 -0
- package/dist/cjs/icons/colorIcons/ProductsSimilarColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ProductsSimilarColor.js +7 -0
- package/dist/cjs/icons/colorIcons/ShopingBagColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/ShopingBagColor.js +7 -0
- package/dist/cjs/icons/colorIcons/UserColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/UserColor.js +7 -0
- package/dist/cjs/icons/colorIcons/VisualSimilarityColor.d.ts +3 -0
- package/dist/cjs/icons/colorIcons/VisualSimilarityColor.js +8 -0
- package/dist/cjs/icons/colorIcons/index.d.ts +12 -0
- package/dist/cjs/icons/colorIcons/index.js +27 -0
- package/dist/cjs/icons/index.d.ts +363 -362
- package/dist/cjs/icons/index.js +744 -742
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/esm/Icon.d.ts +1 -1
- package/dist/esm/Icon.js +3 -3
- package/dist/esm/Icon.types.d.ts +5 -8
- package/dist/esm/icons/L/index.d.ts +25 -25
- package/dist/esm/icons/L/index.js +25 -25
- package/dist/esm/icons/SyneriseFillM.d.ts +3 -0
- package/dist/esm/icons/SyneriseFillM.js +5 -0
- package/dist/esm/icons/XL/index.d.ts +38 -38
- package/dist/esm/icons/XL/index.js +38 -38
- package/dist/esm/icons/additional/index.d.ts +39 -39
- package/dist/esm/icons/additional/index.js +39 -39
- package/dist/esm/icons/colorIcons/ABtestColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ABtestColor.js +5 -0
- package/dist/esm/icons/colorIcons/CreatingFromScratchColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/CreatingFromScratchColor.js +6 -0
- package/dist/esm/icons/colorIcons/FormulaColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/FormulaColor.js +5 -0
- package/dist/esm/icons/colorIcons/FunnelColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/FunnelColor.js +5 -0
- package/dist/esm/icons/colorIcons/IntegrationColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/IntegrationColor.js +5 -0
- package/dist/esm/icons/colorIcons/PredefinedColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/PredefinedColor.js +7 -0
- package/dist/esm/icons/colorIcons/ProductBundleColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ProductBundleColor.js +7 -0
- package/dist/esm/icons/colorIcons/ProductLastSeenColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ProductLastSeenColor.js +6 -0
- package/dist/esm/icons/colorIcons/ProductsSimilarColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ProductsSimilarColor.js +5 -0
- package/dist/esm/icons/colorIcons/ShopingBagColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/ShopingBagColor.js +5 -0
- package/dist/esm/icons/colorIcons/UserColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/UserColor.js +5 -0
- package/dist/esm/icons/colorIcons/VisualSimilarityColor.d.ts +3 -0
- package/dist/esm/icons/colorIcons/VisualSimilarityColor.js +6 -0
- package/dist/esm/icons/colorIcons/index.d.ts +12 -0
- package/dist/esm/icons/colorIcons/index.js +12 -0
- package/dist/esm/icons/index.d.ts +363 -362
- package/dist/esm/icons/index.js +363 -362
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/package.json +3 -3
|
@@ -1,55 +1,57 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.LaptopAiXl = exports.IntegrationXl = exports.InboxNoResultsXl = exports.IntegrationsXl = exports.InsertObjectXl = exports.InfoXl = exports.GemsXl = exports.FormulaXl = exports.FunctionXl = exports.FormXl = exports.FolderUserXl = exports.FolderXl = exports.FolderStarXl = exports.FileZipXl = exports.FileXl = exports.FileUrlXl = exports.FileUpXl = exports.DiscountXl = exports.CupXl = exports.EventXl = exports.CouponXl = exports.CloneNodesXl = exports.CompareXl = exports.CloneNodesFlowXl = exports.ClassificationXl = exports.CheckXl = exports.CheckOutXl = exports.CheckInXl = exports.CalendarIntervalXl = exports.CartAddXl = exports.CardVisaXl = exports.CardAeXl = exports.CalendarXl = exports.BrowserLandingXl = exports.CalendarScheduleXl = exports.BulbEditXl = exports.CalculatorXl = exports.BrowserScrollXl = exports.BrowserCodeXl = exports.BrowserCloseXl = exports.BeforeEventXl = exports.BillingXl = exports.BasketCheckXl = exports.BasicBuilderXl = exports.AttributeXl = exports.AfterEventXl = exports.AdvancedBuilderXl = exports.AnalyticsInsightsXl = exports.AddXl = exports.AbTestXl = void 0;
|
|
4
|
+
exports.FolderCheckXl = exports.FirstRunXl = exports.WebhookXl = exports.WeblayerXl = exports.WarningXl = exports.VisualEditorXl = exports.VoucherXl = exports.VisualEditorStarXl = exports.UserIdXl = exports.UserCircleUpXl = exports.UserCircleXl = exports.ToolsXl = exports.SmsXl = exports.SilentPushXl = exports.SearchSemanticXl = exports.ShowXl = exports.SectionXl = exports.SearchNoResultsXl = exports.ReggressionXl = exports.SearchKeywordsXl = exports.SearchHybridXl = exports.RecentInteractionsXl = exports.PushXl = exports.ProductsSimilarXl = exports.ProductsLastSeenXl = exports.ProductsBundleXl = exports.NoPermissionXl = exports.NotificationsEditXl = exports.ProductsFeedXl = exports.MultivalueXl = exports.NetworkFileXl = exports.MobileUpdateXl = exports.MobileStepsXl = exports.MobilePromotionXl = exports.MobileBannerXl = exports.MessageXl = exports.MarketingAutomationXl = exports.LoyalityBoostXl = exports.LaunchXl = exports.LaptopTargetXl = void 0;
|
|
5
|
+
var AbTestXl_1 = require("./AbTestXl");
|
|
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 AnalyticsInsightsXl_1 = require("./AnalyticsInsightsXl");
|
|
10
|
+
Object.defineProperty(exports, "AnalyticsInsightsXl", { enumerable: true, get: function () { return AnalyticsInsightsXl_1.default; } });
|
|
7
11
|
var AdvancedBuilderXl_1 = require("./AdvancedBuilderXl");
|
|
8
12
|
Object.defineProperty(exports, "AdvancedBuilderXl", { enumerable: true, get: function () { return AdvancedBuilderXl_1.default; } });
|
|
9
|
-
var AbTestXl_1 = require("./AbTestXl");
|
|
10
|
-
Object.defineProperty(exports, "AbTestXl", { enumerable: true, get: function () { return AbTestXl_1.default; } });
|
|
11
13
|
var AfterEventXl_1 = require("./AfterEventXl");
|
|
12
14
|
Object.defineProperty(exports, "AfterEventXl", { enumerable: true, get: function () { return AfterEventXl_1.default; } });
|
|
13
15
|
var AttributeXl_1 = require("./AttributeXl");
|
|
14
16
|
Object.defineProperty(exports, "AttributeXl", { enumerable: true, get: function () { return AttributeXl_1.default; } });
|
|
15
|
-
var AnalyticsInsightsXl_1 = require("./AnalyticsInsightsXl");
|
|
16
|
-
Object.defineProperty(exports, "AnalyticsInsightsXl", { enumerable: true, get: function () { return AnalyticsInsightsXl_1.default; } });
|
|
17
17
|
var BasicBuilderXl_1 = require("./BasicBuilderXl");
|
|
18
18
|
Object.defineProperty(exports, "BasicBuilderXl", { enumerable: true, get: function () { return BasicBuilderXl_1.default; } });
|
|
19
19
|
var BasketCheckXl_1 = require("./BasketCheckXl");
|
|
20
20
|
Object.defineProperty(exports, "BasketCheckXl", { enumerable: true, get: function () { return BasketCheckXl_1.default; } });
|
|
21
|
-
var BrowserCloseXl_1 = require("./BrowserCloseXl");
|
|
22
|
-
Object.defineProperty(exports, "BrowserCloseXl", { enumerable: true, get: function () { return BrowserCloseXl_1.default; } });
|
|
23
|
-
var BeforeEventXl_1 = require("./BeforeEventXl");
|
|
24
|
-
Object.defineProperty(exports, "BeforeEventXl", { enumerable: true, get: function () { return BeforeEventXl_1.default; } });
|
|
25
21
|
var BillingXl_1 = require("./BillingXl");
|
|
26
22
|
Object.defineProperty(exports, "BillingXl", { enumerable: true, get: function () { return BillingXl_1.default; } });
|
|
23
|
+
var BeforeEventXl_1 = require("./BeforeEventXl");
|
|
24
|
+
Object.defineProperty(exports, "BeforeEventXl", { enumerable: true, get: function () { return BeforeEventXl_1.default; } });
|
|
25
|
+
var BrowserCloseXl_1 = require("./BrowserCloseXl");
|
|
26
|
+
Object.defineProperty(exports, "BrowserCloseXl", { enumerable: true, get: function () { return BrowserCloseXl_1.default; } });
|
|
27
27
|
var BrowserCodeXl_1 = require("./BrowserCodeXl");
|
|
28
28
|
Object.defineProperty(exports, "BrowserCodeXl", { enumerable: true, get: function () { return BrowserCodeXl_1.default; } });
|
|
29
29
|
var BrowserScrollXl_1 = require("./BrowserScrollXl");
|
|
30
30
|
Object.defineProperty(exports, "BrowserScrollXl", { enumerable: true, get: function () { return BrowserScrollXl_1.default; } });
|
|
31
|
-
var BulbEditXl_1 = require("./BulbEditXl");
|
|
32
|
-
Object.defineProperty(exports, "BulbEditXl", { enumerable: true, get: function () { return BulbEditXl_1.default; } });
|
|
33
|
-
var CalendarIntervalXl_1 = require("./CalendarIntervalXl");
|
|
34
|
-
Object.defineProperty(exports, "CalendarIntervalXl", { enumerable: true, get: function () { return CalendarIntervalXl_1.default; } });
|
|
35
|
-
var BrowserLandingXl_1 = require("./BrowserLandingXl");
|
|
36
|
-
Object.defineProperty(exports, "BrowserLandingXl", { enumerable: true, get: function () { return BrowserLandingXl_1.default; } });
|
|
37
31
|
var CalculatorXl_1 = require("./CalculatorXl");
|
|
38
32
|
Object.defineProperty(exports, "CalculatorXl", { enumerable: true, get: function () { return CalculatorXl_1.default; } });
|
|
33
|
+
var BulbEditXl_1 = require("./BulbEditXl");
|
|
34
|
+
Object.defineProperty(exports, "BulbEditXl", { enumerable: true, get: function () { return BulbEditXl_1.default; } });
|
|
39
35
|
var CalendarScheduleXl_1 = require("./CalendarScheduleXl");
|
|
40
36
|
Object.defineProperty(exports, "CalendarScheduleXl", { enumerable: true, get: function () { return CalendarScheduleXl_1.default; } });
|
|
37
|
+
var BrowserLandingXl_1 = require("./BrowserLandingXl");
|
|
38
|
+
Object.defineProperty(exports, "BrowserLandingXl", { enumerable: true, get: function () { return BrowserLandingXl_1.default; } });
|
|
41
39
|
var CalendarXl_1 = require("./CalendarXl");
|
|
42
40
|
Object.defineProperty(exports, "CalendarXl", { enumerable: true, get: function () { return CalendarXl_1.default; } });
|
|
43
|
-
var CartAddXl_1 = require("./CartAddXl");
|
|
44
|
-
Object.defineProperty(exports, "CartAddXl", { enumerable: true, get: function () { return CartAddXl_1.default; } });
|
|
45
41
|
var CardAeXl_1 = require("./CardAeXl");
|
|
46
42
|
Object.defineProperty(exports, "CardAeXl", { enumerable: true, get: function () { return CardAeXl_1.default; } });
|
|
47
|
-
var CheckOutXl_1 = require("./CheckOutXl");
|
|
48
|
-
Object.defineProperty(exports, "CheckOutXl", { enumerable: true, get: function () { return CheckOutXl_1.default; } });
|
|
49
43
|
var CardVisaXl_1 = require("./CardVisaXl");
|
|
50
44
|
Object.defineProperty(exports, "CardVisaXl", { enumerable: true, get: function () { return CardVisaXl_1.default; } });
|
|
45
|
+
var CartAddXl_1 = require("./CartAddXl");
|
|
46
|
+
Object.defineProperty(exports, "CartAddXl", { enumerable: true, get: function () { return CartAddXl_1.default; } });
|
|
47
|
+
var CalendarIntervalXl_1 = require("./CalendarIntervalXl");
|
|
48
|
+
Object.defineProperty(exports, "CalendarIntervalXl", { enumerable: true, get: function () { return CalendarIntervalXl_1.default; } });
|
|
51
49
|
var CheckInXl_1 = require("./CheckInXl");
|
|
52
50
|
Object.defineProperty(exports, "CheckInXl", { enumerable: true, get: function () { return CheckInXl_1.default; } });
|
|
51
|
+
var CheckOutXl_1 = require("./CheckOutXl");
|
|
52
|
+
Object.defineProperty(exports, "CheckOutXl", { enumerable: true, get: function () { return CheckOutXl_1.default; } });
|
|
53
|
+
var CheckXl_1 = require("./CheckXl");
|
|
54
|
+
Object.defineProperty(exports, "CheckXl", { enumerable: true, get: function () { return CheckXl_1.default; } });
|
|
53
55
|
var ClassificationXl_1 = require("./ClassificationXl");
|
|
54
56
|
Object.defineProperty(exports, "ClassificationXl", { enumerable: true, get: function () { return ClassificationXl_1.default; } });
|
|
55
57
|
var CloneNodesFlowXl_1 = require("./CloneNodesFlowXl");
|
|
@@ -58,127 +60,125 @@ var CompareXl_1 = require("./CompareXl");
|
|
|
58
60
|
Object.defineProperty(exports, "CompareXl", { enumerable: true, get: function () { return CompareXl_1.default; } });
|
|
59
61
|
var CloneNodesXl_1 = require("./CloneNodesXl");
|
|
60
62
|
Object.defineProperty(exports, "CloneNodesXl", { enumerable: true, get: function () { return CloneNodesXl_1.default; } });
|
|
61
|
-
var CheckXl_1 = require("./CheckXl");
|
|
62
|
-
Object.defineProperty(exports, "CheckXl", { enumerable: true, get: function () { return CheckXl_1.default; } });
|
|
63
|
-
var DiscountXl_1 = require("./DiscountXl");
|
|
64
|
-
Object.defineProperty(exports, "DiscountXl", { enumerable: true, get: function () { return DiscountXl_1.default; } });
|
|
65
63
|
var CouponXl_1 = require("./CouponXl");
|
|
66
64
|
Object.defineProperty(exports, "CouponXl", { enumerable: true, get: function () { return CouponXl_1.default; } });
|
|
67
|
-
var
|
|
68
|
-
Object.defineProperty(exports, "
|
|
65
|
+
var EventXl_1 = require("./EventXl");
|
|
66
|
+
Object.defineProperty(exports, "EventXl", { enumerable: true, get: function () { return EventXl_1.default; } });
|
|
69
67
|
var CupXl_1 = require("./CupXl");
|
|
70
68
|
Object.defineProperty(exports, "CupXl", { enumerable: true, get: function () { return CupXl_1.default; } });
|
|
69
|
+
var DiscountXl_1 = require("./DiscountXl");
|
|
70
|
+
Object.defineProperty(exports, "DiscountXl", { enumerable: true, get: function () { return DiscountXl_1.default; } });
|
|
71
71
|
var FileUpXl_1 = require("./FileUpXl");
|
|
72
72
|
Object.defineProperty(exports, "FileUpXl", { enumerable: true, get: function () { return FileUpXl_1.default; } });
|
|
73
|
-
var
|
|
74
|
-
Object.defineProperty(exports, "
|
|
73
|
+
var FileUrlXl_1 = require("./FileUrlXl");
|
|
74
|
+
Object.defineProperty(exports, "FileUrlXl", { enumerable: true, get: function () { return FileUrlXl_1.default; } });
|
|
75
75
|
var FileXl_1 = require("./FileXl");
|
|
76
76
|
Object.defineProperty(exports, "FileXl", { enumerable: true, get: function () { return FileXl_1.default; } });
|
|
77
|
-
var FolderCheckXl_1 = require("./FolderCheckXl");
|
|
78
|
-
Object.defineProperty(exports, "FolderCheckXl", { enumerable: true, get: function () { return FolderCheckXl_1.default; } });
|
|
79
|
-
var FirstRunXl_1 = require("./FirstRunXl");
|
|
80
|
-
Object.defineProperty(exports, "FirstRunXl", { enumerable: true, get: function () { return FirstRunXl_1.default; } });
|
|
81
|
-
var FolderUserXl_1 = require("./FolderUserXl");
|
|
82
|
-
Object.defineProperty(exports, "FolderUserXl", { enumerable: true, get: function () { return FolderUserXl_1.default; } });
|
|
83
77
|
var FileZipXl_1 = require("./FileZipXl");
|
|
84
78
|
Object.defineProperty(exports, "FileZipXl", { enumerable: true, get: function () { return FileZipXl_1.default; } });
|
|
85
79
|
var FolderStarXl_1 = require("./FolderStarXl");
|
|
86
80
|
Object.defineProperty(exports, "FolderStarXl", { enumerable: true, get: function () { return FolderStarXl_1.default; } });
|
|
87
81
|
var FolderXl_1 = require("./FolderXl");
|
|
88
82
|
Object.defineProperty(exports, "FolderXl", { enumerable: true, get: function () { return FolderXl_1.default; } });
|
|
89
|
-
var
|
|
90
|
-
Object.defineProperty(exports, "
|
|
83
|
+
var FolderUserXl_1 = require("./FolderUserXl");
|
|
84
|
+
Object.defineProperty(exports, "FolderUserXl", { enumerable: true, get: function () { return FolderUserXl_1.default; } });
|
|
85
|
+
var FormXl_1 = require("./FormXl");
|
|
86
|
+
Object.defineProperty(exports, "FormXl", { enumerable: true, get: function () { return FormXl_1.default; } });
|
|
91
87
|
var FunctionXl_1 = require("./FunctionXl");
|
|
92
88
|
Object.defineProperty(exports, "FunctionXl", { enumerable: true, get: function () { return FunctionXl_1.default; } });
|
|
89
|
+
var FormulaXl_1 = require("./FormulaXl");
|
|
90
|
+
Object.defineProperty(exports, "FormulaXl", { enumerable: true, get: function () { return FormulaXl_1.default; } });
|
|
93
91
|
var GemsXl_1 = require("./GemsXl");
|
|
94
92
|
Object.defineProperty(exports, "GemsXl", { enumerable: true, get: function () { return GemsXl_1.default; } });
|
|
95
|
-
var InboxNoResultsXl_1 = require("./InboxNoResultsXl");
|
|
96
|
-
Object.defineProperty(exports, "InboxNoResultsXl", { enumerable: true, get: function () { return InboxNoResultsXl_1.default; } });
|
|
97
|
-
var FormXl_1 = require("./FormXl");
|
|
98
|
-
Object.defineProperty(exports, "FormXl", { enumerable: true, get: function () { return FormXl_1.default; } });
|
|
99
93
|
var InfoXl_1 = require("./InfoXl");
|
|
100
94
|
Object.defineProperty(exports, "InfoXl", { enumerable: true, get: function () { return InfoXl_1.default; } });
|
|
101
95
|
var InsertObjectXl_1 = require("./InsertObjectXl");
|
|
102
96
|
Object.defineProperty(exports, "InsertObjectXl", { enumerable: true, get: function () { return InsertObjectXl_1.default; } });
|
|
103
|
-
var
|
|
104
|
-
Object.defineProperty(exports, "
|
|
105
|
-
var
|
|
106
|
-
Object.defineProperty(exports, "
|
|
97
|
+
var IntegrationsXl_1 = require("./IntegrationsXl");
|
|
98
|
+
Object.defineProperty(exports, "IntegrationsXl", { enumerable: true, get: function () { return IntegrationsXl_1.default; } });
|
|
99
|
+
var InboxNoResultsXl_1 = require("./InboxNoResultsXl");
|
|
100
|
+
Object.defineProperty(exports, "InboxNoResultsXl", { enumerable: true, get: function () { return InboxNoResultsXl_1.default; } });
|
|
107
101
|
var IntegrationXl_1 = require("./IntegrationXl");
|
|
108
102
|
Object.defineProperty(exports, "IntegrationXl", { enumerable: true, get: function () { return IntegrationXl_1.default; } });
|
|
103
|
+
var LaptopAiXl_1 = require("./LaptopAiXl");
|
|
104
|
+
Object.defineProperty(exports, "LaptopAiXl", { enumerable: true, get: function () { return LaptopAiXl_1.default; } });
|
|
105
|
+
var LaptopTargetXl_1 = require("./LaptopTargetXl");
|
|
106
|
+
Object.defineProperty(exports, "LaptopTargetXl", { enumerable: true, get: function () { return LaptopTargetXl_1.default; } });
|
|
109
107
|
var LaunchXl_1 = require("./LaunchXl");
|
|
110
108
|
Object.defineProperty(exports, "LaunchXl", { enumerable: true, get: function () { return LaunchXl_1.default; } });
|
|
111
|
-
var IntegrationsXl_1 = require("./IntegrationsXl");
|
|
112
|
-
Object.defineProperty(exports, "IntegrationsXl", { enumerable: true, get: function () { return IntegrationsXl_1.default; } });
|
|
113
|
-
var MarketingAutomationXl_1 = require("./MarketingAutomationXl");
|
|
114
|
-
Object.defineProperty(exports, "MarketingAutomationXl", { enumerable: true, get: function () { return MarketingAutomationXl_1.default; } });
|
|
115
109
|
var LoyalityBoostXl_1 = require("./LoyalityBoostXl");
|
|
116
110
|
Object.defineProperty(exports, "LoyalityBoostXl", { enumerable: true, get: function () { return LoyalityBoostXl_1.default; } });
|
|
111
|
+
var MarketingAutomationXl_1 = require("./MarketingAutomationXl");
|
|
112
|
+
Object.defineProperty(exports, "MarketingAutomationXl", { enumerable: true, get: function () { return MarketingAutomationXl_1.default; } });
|
|
117
113
|
var MessageXl_1 = require("./MessageXl");
|
|
118
114
|
Object.defineProperty(exports, "MessageXl", { enumerable: true, get: function () { return MessageXl_1.default; } });
|
|
119
|
-
var MobilePromotionXl_1 = require("./MobilePromotionXl");
|
|
120
|
-
Object.defineProperty(exports, "MobilePromotionXl", { enumerable: true, get: function () { return MobilePromotionXl_1.default; } });
|
|
121
|
-
var MobileUpdateXl_1 = require("./MobileUpdateXl");
|
|
122
|
-
Object.defineProperty(exports, "MobileUpdateXl", { enumerable: true, get: function () { return MobileUpdateXl_1.default; } });
|
|
123
115
|
var MobileBannerXl_1 = require("./MobileBannerXl");
|
|
124
116
|
Object.defineProperty(exports, "MobileBannerXl", { enumerable: true, get: function () { return MobileBannerXl_1.default; } });
|
|
117
|
+
var MobilePromotionXl_1 = require("./MobilePromotionXl");
|
|
118
|
+
Object.defineProperty(exports, "MobilePromotionXl", { enumerable: true, get: function () { return MobilePromotionXl_1.default; } });
|
|
125
119
|
var MobileStepsXl_1 = require("./MobileStepsXl");
|
|
126
120
|
Object.defineProperty(exports, "MobileStepsXl", { enumerable: true, get: function () { return MobileStepsXl_1.default; } });
|
|
127
|
-
var
|
|
128
|
-
Object.defineProperty(exports, "
|
|
121
|
+
var MobileUpdateXl_1 = require("./MobileUpdateXl");
|
|
122
|
+
Object.defineProperty(exports, "MobileUpdateXl", { enumerable: true, get: function () { return MobileUpdateXl_1.default; } });
|
|
129
123
|
var NetworkFileXl_1 = require("./NetworkFileXl");
|
|
130
124
|
Object.defineProperty(exports, "NetworkFileXl", { enumerable: true, get: function () { return NetworkFileXl_1.default; } });
|
|
131
125
|
var MultivalueXl_1 = require("./MultivalueXl");
|
|
132
126
|
Object.defineProperty(exports, "MultivalueXl", { enumerable: true, get: function () { return MultivalueXl_1.default; } });
|
|
133
127
|
var ProductsFeedXl_1 = require("./ProductsFeedXl");
|
|
134
128
|
Object.defineProperty(exports, "ProductsFeedXl", { enumerable: true, get: function () { return ProductsFeedXl_1.default; } });
|
|
135
|
-
var PushXl_1 = require("./PushXl");
|
|
136
|
-
Object.defineProperty(exports, "PushXl", { enumerable: true, get: function () { return PushXl_1.default; } });
|
|
137
129
|
var NotificationsEditXl_1 = require("./NotificationsEditXl");
|
|
138
130
|
Object.defineProperty(exports, "NotificationsEditXl", { enumerable: true, get: function () { return NotificationsEditXl_1.default; } });
|
|
139
|
-
var
|
|
140
|
-
Object.defineProperty(exports, "
|
|
141
|
-
var ReggressionXl_1 = require("./ReggressionXl");
|
|
142
|
-
Object.defineProperty(exports, "ReggressionXl", { enumerable: true, get: function () { return ReggressionXl_1.default; } });
|
|
143
|
-
var SearchKeywordsXl_1 = require("./SearchKeywordsXl");
|
|
144
|
-
Object.defineProperty(exports, "SearchKeywordsXl", { enumerable: true, get: function () { return SearchKeywordsXl_1.default; } });
|
|
145
|
-
var ProductsLastSeenXl_1 = require("./ProductsLastSeenXl");
|
|
146
|
-
Object.defineProperty(exports, "ProductsLastSeenXl", { enumerable: true, get: function () { return ProductsLastSeenXl_1.default; } });
|
|
131
|
+
var NoPermissionXl_1 = require("./NoPermissionXl");
|
|
132
|
+
Object.defineProperty(exports, "NoPermissionXl", { enumerable: true, get: function () { return NoPermissionXl_1.default; } });
|
|
147
133
|
var ProductsBundleXl_1 = require("./ProductsBundleXl");
|
|
148
134
|
Object.defineProperty(exports, "ProductsBundleXl", { enumerable: true, get: function () { return ProductsBundleXl_1.default; } });
|
|
135
|
+
var ProductsLastSeenXl_1 = require("./ProductsLastSeenXl");
|
|
136
|
+
Object.defineProperty(exports, "ProductsLastSeenXl", { enumerable: true, get: function () { return ProductsLastSeenXl_1.default; } });
|
|
149
137
|
var ProductsSimilarXl_1 = require("./ProductsSimilarXl");
|
|
150
138
|
Object.defineProperty(exports, "ProductsSimilarXl", { enumerable: true, get: function () { return ProductsSimilarXl_1.default; } });
|
|
151
|
-
var
|
|
152
|
-
Object.defineProperty(exports, "
|
|
153
|
-
var
|
|
154
|
-
Object.defineProperty(exports, "
|
|
139
|
+
var PushXl_1 = require("./PushXl");
|
|
140
|
+
Object.defineProperty(exports, "PushXl", { enumerable: true, get: function () { return PushXl_1.default; } });
|
|
141
|
+
var RecentInteractionsXl_1 = require("./RecentInteractionsXl");
|
|
142
|
+
Object.defineProperty(exports, "RecentInteractionsXl", { enumerable: true, get: function () { return RecentInteractionsXl_1.default; } });
|
|
155
143
|
var SearchHybridXl_1 = require("./SearchHybridXl");
|
|
156
144
|
Object.defineProperty(exports, "SearchHybridXl", { enumerable: true, get: function () { return SearchHybridXl_1.default; } });
|
|
145
|
+
var SearchKeywordsXl_1 = require("./SearchKeywordsXl");
|
|
146
|
+
Object.defineProperty(exports, "SearchKeywordsXl", { enumerable: true, get: function () { return SearchKeywordsXl_1.default; } });
|
|
147
|
+
var ReggressionXl_1 = require("./ReggressionXl");
|
|
148
|
+
Object.defineProperty(exports, "ReggressionXl", { enumerable: true, get: function () { return ReggressionXl_1.default; } });
|
|
157
149
|
var SearchNoResultsXl_1 = require("./SearchNoResultsXl");
|
|
158
150
|
Object.defineProperty(exports, "SearchNoResultsXl", { enumerable: true, get: function () { return SearchNoResultsXl_1.default; } });
|
|
151
|
+
var SectionXl_1 = require("./SectionXl");
|
|
152
|
+
Object.defineProperty(exports, "SectionXl", { enumerable: true, get: function () { return SectionXl_1.default; } });
|
|
153
|
+
var ShowXl_1 = require("./ShowXl");
|
|
154
|
+
Object.defineProperty(exports, "ShowXl", { enumerable: true, get: function () { return ShowXl_1.default; } });
|
|
159
155
|
var SearchSemanticXl_1 = require("./SearchSemanticXl");
|
|
160
156
|
Object.defineProperty(exports, "SearchSemanticXl", { enumerable: true, get: function () { return SearchSemanticXl_1.default; } });
|
|
157
|
+
var SilentPushXl_1 = require("./SilentPushXl");
|
|
158
|
+
Object.defineProperty(exports, "SilentPushXl", { enumerable: true, get: function () { return SilentPushXl_1.default; } });
|
|
161
159
|
var SmsXl_1 = require("./SmsXl");
|
|
162
160
|
Object.defineProperty(exports, "SmsXl", { enumerable: true, get: function () { return SmsXl_1.default; } });
|
|
163
161
|
var ToolsXl_1 = require("./ToolsXl");
|
|
164
162
|
Object.defineProperty(exports, "ToolsXl", { enumerable: true, get: function () { return ToolsXl_1.default; } });
|
|
165
163
|
var UserCircleXl_1 = require("./UserCircleXl");
|
|
166
164
|
Object.defineProperty(exports, "UserCircleXl", { enumerable: true, get: function () { return UserCircleXl_1.default; } });
|
|
167
|
-
var UserIdXl_1 = require("./UserIdXl");
|
|
168
|
-
Object.defineProperty(exports, "UserIdXl", { enumerable: true, get: function () { return UserIdXl_1.default; } });
|
|
169
165
|
var UserCircleUpXl_1 = require("./UserCircleUpXl");
|
|
170
166
|
Object.defineProperty(exports, "UserCircleUpXl", { enumerable: true, get: function () { return UserCircleUpXl_1.default; } });
|
|
167
|
+
var UserIdXl_1 = require("./UserIdXl");
|
|
168
|
+
Object.defineProperty(exports, "UserIdXl", { enumerable: true, get: function () { return UserIdXl_1.default; } });
|
|
171
169
|
var VisualEditorStarXl_1 = require("./VisualEditorStarXl");
|
|
172
170
|
Object.defineProperty(exports, "VisualEditorStarXl", { enumerable: true, get: function () { return VisualEditorStarXl_1.default; } });
|
|
173
|
-
var SilentPushXl_1 = require("./SilentPushXl");
|
|
174
|
-
Object.defineProperty(exports, "SilentPushXl", { enumerable: true, get: function () { return SilentPushXl_1.default; } });
|
|
175
|
-
var WarningXl_1 = require("./WarningXl");
|
|
176
|
-
Object.defineProperty(exports, "WarningXl", { enumerable: true, get: function () { return WarningXl_1.default; } });
|
|
177
171
|
var VoucherXl_1 = require("./VoucherXl");
|
|
178
172
|
Object.defineProperty(exports, "VoucherXl", { enumerable: true, get: function () { return VoucherXl_1.default; } });
|
|
179
|
-
var WebhookXl_1 = require("./WebhookXl");
|
|
180
|
-
Object.defineProperty(exports, "WebhookXl", { enumerable: true, get: function () { return WebhookXl_1.default; } });
|
|
181
|
-
var WeblayerXl_1 = require("./WeblayerXl");
|
|
182
|
-
Object.defineProperty(exports, "WeblayerXl", { enumerable: true, get: function () { return WeblayerXl_1.default; } });
|
|
183
173
|
var VisualEditorXl_1 = require("./VisualEditorXl");
|
|
184
174
|
Object.defineProperty(exports, "VisualEditorXl", { enumerable: true, get: function () { return VisualEditorXl_1.default; } });
|
|
175
|
+
var WarningXl_1 = require("./WarningXl");
|
|
176
|
+
Object.defineProperty(exports, "WarningXl", { enumerable: true, get: function () { return WarningXl_1.default; } });
|
|
177
|
+
var WeblayerXl_1 = require("./WeblayerXl");
|
|
178
|
+
Object.defineProperty(exports, "WeblayerXl", { enumerable: true, get: function () { return WeblayerXl_1.default; } });
|
|
179
|
+
var WebhookXl_1 = require("./WebhookXl");
|
|
180
|
+
Object.defineProperty(exports, "WebhookXl", { enumerable: true, get: function () { return WebhookXl_1.default; } });
|
|
181
|
+
var FirstRunXl_1 = require("./FirstRunXl");
|
|
182
|
+
Object.defineProperty(exports, "FirstRunXl", { enumerable: true, get: function () { return FirstRunXl_1.default; } });
|
|
183
|
+
var FolderCheckXl_1 = require("./FolderCheckXl");
|
|
184
|
+
Object.defineProperty(exports, "FolderCheckXl", { enumerable: true, get: function () { return FolderCheckXl_1.default; } });
|
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
1
|
+
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
3
2
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
3
|
+
export { default as ActionNoneL } from './ActionNoneL';
|
|
4
4
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
|
-
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
6
|
-
export { default as AdBannerL } from './AdBannerL';
|
|
7
5
|
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
6
|
+
export { default as AdBannerL } from './AdBannerL';
|
|
8
7
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
8
|
+
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
9
9
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
10
|
export { default as AdCouponL } from './AdCouponL';
|
|
11
11
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
12
|
-
export { default as
|
|
12
|
+
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
13
13
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
14
|
-
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
14
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
|
-
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
15
|
export { default as AdFolderS } from './AdFolderS';
|
|
16
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
17
|
+
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
18
|
+
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
18
19
|
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
19
20
|
export { default as AdImageL } from './AdImageL';
|
|
20
21
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
21
|
-
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
22
|
-
export { default as AdImgTextL } from './AdImgTextL';
|
|
23
22
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
23
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
24
|
+
export { default as AdImportZip } from './AdImportZip';
|
|
24
25
|
export { default as AdLandL } from './AdLandL';
|
|
25
|
-
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
26
26
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
27
27
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
28
|
+
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
28
29
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
29
|
-
export { default as AdImportZip } from './AdImportZip';
|
|
30
30
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
31
|
-
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
32
|
-
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
33
31
|
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
32
|
+
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
33
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
34
34
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
35
35
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
36
|
-
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
37
36
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
38
|
-
export { default as AdPopL } from './AdPopL';
|
|
39
37
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
40
38
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
41
39
|
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
42
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
43
40
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
44
|
-
export { default as
|
|
41
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
45
42
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
46
|
-
export { default as
|
|
43
|
+
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
47
44
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
48
|
-
export { default as
|
|
49
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
45
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
50
46
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
51
47
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
52
|
-
export { default as
|
|
48
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
49
|
+
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
50
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
53
51
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
52
|
+
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
53
|
+
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
54
54
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
55
55
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
56
|
-
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
57
|
-
export { default as ChartComboL } from './ChartComboL';
|
|
58
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
59
56
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
57
|
+
export { default as ChartComboL } from './ChartComboL';
|
|
60
58
|
export { default as ChartLineL } from './ChartLineL';
|
|
61
59
|
export { default as ChartPieL } from './ChartPieL';
|
|
62
|
-
export { default as
|
|
60
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
63
61
|
export { default as ChartTableL } from './ChartTableL';
|
|
64
|
-
export { default as
|
|
62
|
+
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
63
|
+
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
65
64
|
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
65
|
+
export { default as FileImportL } from './FileImportL';
|
|
66
|
+
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
66
67
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
67
|
-
export { default as
|
|
68
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
68
69
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
69
|
-
export { default as
|
|
70
|
-
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
70
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
71
71
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
72
|
+
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
72
73
|
export { default as Integration } from './Integration';
|
|
73
|
-
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
74
74
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
75
|
-
export { default as LastSeenXl } from './LastSeenXl';
|
|
76
75
|
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
77
|
-
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
78
76
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
79
|
-
export { default as
|
|
80
|
-
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
77
|
+
export { default as LastSeenXl } from './LastSeenXl';
|
|
81
78
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
82
|
-
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
83
|
-
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
84
79
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
80
|
+
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
81
|
+
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
85
82
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
86
83
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
84
|
+
export { default as PushImportL } from './PushImportL';
|
|
85
|
+
export { default as OtherIdeas } from './OtherIdeas';
|
|
87
86
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
88
87
|
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
89
88
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
90
|
-
export { default as OtherIdeas } from './OtherIdeas';
|
|
91
89
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
92
|
-
export { default as PushImportL } from './PushImportL';
|
|
93
|
-
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
94
90
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
91
|
+
export { default as AdPopL } from './AdPopL';
|
|
92
|
+
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
93
|
+
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
94
|
+
export { default as AdSilentPushL } from './AdSilentPushL';
|