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