@synerise/ds-icon 1.10.1 → 1.11.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 +6 -0
- package/dist/icons/L/index.d.ts +37 -37
- package/dist/icons/L/index.js +38 -38
- package/dist/icons/M/ShareColorM.d.ts +3 -0
- package/dist/icons/M/ShareColorM.js +24 -0
- package/dist/icons/M/index.d.ts +439 -438
- package/dist/icons/M/index.js +439 -438
- package/dist/icons/XL/index.d.ts +55 -55
- package/dist/icons/XL/index.js +56 -56
- package/dist/icons/additional/index.d.ts +53 -53
- package/dist/icons/additional/index.js +54 -54
- package/dist/icons/colorIcons/index.d.ts +5 -5
- package/dist/icons/colorIcons/index.js +6 -6
- package/package.json +2 -2
package/dist/icons/XL/index.d.ts
CHANGED
|
@@ -1,105 +1,105 @@
|
|
|
1
|
-
export { default as WarningXl } from './WarningXl';
|
|
2
1
|
export { default as WebhookXl } from './WebhookXl';
|
|
3
2
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
3
|
+
export { default as WarningXl } from './WarningXl';
|
|
4
4
|
export { default as VoucherXl } from './VoucherXl';
|
|
5
|
+
export { default as WthStarsXl } from './WthStarsXl';
|
|
5
6
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
6
|
-
export { default as
|
|
7
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
7
8
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
9
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
8
10
|
export { default as StopXl } from './StopXl';
|
|
9
|
-
export { default as
|
|
11
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
10
12
|
export { default as ToolsXl } from './ToolsXl';
|
|
11
13
|
export { default as ShowXl } from './ShowXl';
|
|
12
14
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
13
15
|
export { default as SmsXl } from './SmsXl';
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as UserIdXl } from './UserIdXl';
|
|
16
|
-
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
17
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
16
|
+
export { default as TargetXl } from './TargetXl';
|
|
18
17
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
19
|
-
export { default as
|
|
18
|
+
export { default as ShareSegmentationForCurrentXl } from './ShareSegmentationForCurrentXl';
|
|
19
|
+
export { default as ShareSegmentationForAllXl } from './ShareSegmentationForAllXl';
|
|
20
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
20
21
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
21
22
|
export { default as SectionXl } from './SectionXl';
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
23
|
+
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
24
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
24
25
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
26
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
27
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
28
|
+
export { default as PushXl } from './PushXl';
|
|
25
29
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
26
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
27
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
28
30
|
export { default as PlayXl } from './PlayXl';
|
|
29
|
-
export { default as
|
|
30
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
31
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
31
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
32
32
|
export { default as PauseXl } from './PauseXl';
|
|
33
|
-
export { default as
|
|
33
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
34
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
34
35
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
35
36
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
37
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
38
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
39
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
40
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
41
|
+
export { default as MessageXl } from './MessageXl';
|
|
42
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
39
43
|
export { default as MetaXl } from './MetaXl';
|
|
40
44
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
41
|
-
export { default as MessageXl } from './MessageXl';
|
|
42
|
-
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
43
45
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
46
|
+
export { default as InteractionsXl } from './InteractionsXl';
|
|
44
47
|
export { default as LaunchXl } from './LaunchXl';
|
|
45
|
-
export { default as
|
|
46
|
-
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
48
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
47
49
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
50
|
+
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
48
51
|
export { default as InfoXl } from './InfoXl';
|
|
49
|
-
export { default as
|
|
50
|
-
export { default as
|
|
51
|
-
export { default as GemsXl } from './GemsXl';
|
|
52
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
53
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
52
54
|
export { default as FunctionXl } from './FunctionXl';
|
|
53
|
-
export { default as InteractionsXl } from './InteractionsXl';
|
|
54
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
55
|
-
export { default as FormXl } from './FormXl';
|
|
56
55
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
57
|
-
export { default as
|
|
58
|
-
export { default as
|
|
56
|
+
export { default as GemsXl } from './GemsXl';
|
|
57
|
+
export { default as FormXl } from './FormXl';
|
|
58
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
59
|
+
export { default as FolderStarXl } from './FolderStarXl';
|
|
59
60
|
export { default as FolderTagXl } from './FolderTagXl';
|
|
60
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
61
61
|
export { default as FolderCartXl } from './FolderCartXl';
|
|
62
|
-
export { default as
|
|
62
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
63
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
63
64
|
export { default as FolderXl } from './FolderXl';
|
|
64
|
-
export { default as FolderAddXl } from './FolderAddXl';
|
|
65
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
66
65
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
66
|
+
export { default as FileDownXl } from './FileDownXl';
|
|
67
|
+
export { default as FileXl } from './FileXl';
|
|
68
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
69
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
70
|
+
export { default as FolderAddXl } from './FolderAddXl';
|
|
67
71
|
export { default as ErrorXl } from './ErrorXl';
|
|
68
|
-
export { default as WthStarsXl } from './WthStarsXl';
|
|
69
72
|
export { default as EventXl } from './EventXl';
|
|
70
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
71
|
-
export { default as FileDownXl } from './FileDownXl';
|
|
72
|
-
export { default as CouponXl } from './CouponXl';
|
|
73
73
|
export { default as CompareXl } from './CompareXl';
|
|
74
|
+
export { default as CouponXl } from './CouponXl';
|
|
74
75
|
export { default as CupXl } from './CupXl';
|
|
75
|
-
export { default as
|
|
76
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
76
77
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
77
78
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
78
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
79
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
80
|
-
export { default as FileUpXl } from './FileUpXl';
|
|
81
79
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
82
|
-
export { default as
|
|
80
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
81
|
+
export { default as CheckXl } from './CheckXl';
|
|
83
82
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
84
|
-
export { default as
|
|
83
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
85
84
|
export { default as CalendarXl } from './CalendarXl';
|
|
86
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
87
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
88
|
-
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
89
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
90
85
|
export { default as CartAddXl } from './CartAddXl';
|
|
91
|
-
export { default as
|
|
86
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
87
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
88
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
92
89
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
93
90
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
94
|
-
export { default as BillingXl } from './BillingXl';
|
|
95
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
96
|
-
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
97
91
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
92
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
93
|
+
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
94
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
95
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
96
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
97
|
+
export { default as BillingXl } from './BillingXl';
|
|
98
98
|
export { default as AttributeXl } from './AttributeXl';
|
|
99
99
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
100
|
-
export { default as
|
|
100
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
101
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
101
102
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
103
|
+
export { default as AddXl } from './AddXl';
|
|
102
104
|
export { default as AbTestXl } from './AbTestXl';
|
|
103
105
|
export { default as ApiXl } from './ApiXl';
|
|
104
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
105
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
package/dist/icons/XL/index.js
CHANGED
|
@@ -1,105 +1,105 @@
|
|
|
1
|
-
export { default as WarningXl } from './WarningXl';
|
|
2
1
|
export { default as WebhookXl } from './WebhookXl';
|
|
3
2
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
3
|
+
export { default as WarningXl } from './WarningXl';
|
|
4
4
|
export { default as VoucherXl } from './VoucherXl';
|
|
5
|
+
export { default as WthStarsXl } from './WthStarsXl';
|
|
5
6
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
6
|
-
export { default as
|
|
7
|
+
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
7
8
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
9
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
8
10
|
export { default as StopXl } from './StopXl';
|
|
9
|
-
export { default as
|
|
11
|
+
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
10
12
|
export { default as ToolsXl } from './ToolsXl';
|
|
11
13
|
export { default as ShowXl } from './ShowXl';
|
|
12
14
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
13
15
|
export { default as SmsXl } from './SmsXl';
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as UserIdXl } from './UserIdXl';
|
|
16
|
-
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
17
|
-
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
16
|
+
export { default as TargetXl } from './TargetXl';
|
|
18
17
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
19
|
-
export { default as
|
|
18
|
+
export { default as ShareSegmentationForCurrentXl } from './ShareSegmentationForCurrentXl';
|
|
19
|
+
export { default as ShareSegmentationForAllXl } from './ShareSegmentationForAllXl';
|
|
20
|
+
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
20
21
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
21
22
|
export { default as SectionXl } from './SectionXl';
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
23
|
+
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
24
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
24
25
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
26
|
+
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
27
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
28
|
+
export { default as PushXl } from './PushXl';
|
|
25
29
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
26
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
27
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
28
30
|
export { default as PlayXl } from './PlayXl';
|
|
29
|
-
export { default as
|
|
30
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
31
|
-
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
31
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
32
32
|
export { default as PauseXl } from './PauseXl';
|
|
33
|
-
export { default as
|
|
33
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
34
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
34
35
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
35
36
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
37
|
+
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
38
|
+
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
39
|
+
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
40
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
41
|
+
export { default as MessageXl } from './MessageXl';
|
|
42
|
+
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
39
43
|
export { default as MetaXl } from './MetaXl';
|
|
40
44
|
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
41
|
-
export { default as MessageXl } from './MessageXl';
|
|
42
|
-
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
43
45
|
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
46
|
+
export { default as InteractionsXl } from './InteractionsXl';
|
|
44
47
|
export { default as LaunchXl } from './LaunchXl';
|
|
45
|
-
export { default as
|
|
46
|
-
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
48
|
+
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
47
49
|
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
50
|
+
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
48
51
|
export { default as InfoXl } from './InfoXl';
|
|
49
|
-
export { default as
|
|
50
|
-
export { default as
|
|
51
|
-
export { default as GemsXl } from './GemsXl';
|
|
52
|
+
export { default as IntegrationXl } from './IntegrationXl';
|
|
53
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
52
54
|
export { default as FunctionXl } from './FunctionXl';
|
|
53
|
-
export { default as InteractionsXl } from './InteractionsXl';
|
|
54
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
55
|
-
export { default as FormXl } from './FormXl';
|
|
56
55
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
57
|
-
export { default as
|
|
58
|
-
export { default as
|
|
56
|
+
export { default as GemsXl } from './GemsXl';
|
|
57
|
+
export { default as FormXl } from './FormXl';
|
|
58
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
59
|
+
export { default as FolderStarXl } from './FolderStarXl';
|
|
59
60
|
export { default as FolderTagXl } from './FolderTagXl';
|
|
60
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
61
61
|
export { default as FolderCartXl } from './FolderCartXl';
|
|
62
|
-
export { default as
|
|
62
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
63
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
63
64
|
export { default as FolderXl } from './FolderXl';
|
|
64
|
-
export { default as FolderAddXl } from './FolderAddXl';
|
|
65
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
66
65
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
66
|
+
export { default as FileDownXl } from './FileDownXl';
|
|
67
|
+
export { default as FileXl } from './FileXl';
|
|
68
|
+
export { default as FileUpXl } from './FileUpXl';
|
|
69
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
70
|
+
export { default as FolderAddXl } from './FolderAddXl';
|
|
67
71
|
export { default as ErrorXl } from './ErrorXl';
|
|
68
|
-
export { default as WthStarsXl } from './WthStarsXl';
|
|
69
72
|
export { default as EventXl } from './EventXl';
|
|
70
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
71
|
-
export { default as FileDownXl } from './FileDownXl';
|
|
72
|
-
export { default as CouponXl } from './CouponXl';
|
|
73
73
|
export { default as CompareXl } from './CompareXl';
|
|
74
|
+
export { default as CouponXl } from './CouponXl';
|
|
74
75
|
export { default as CupXl } from './CupXl';
|
|
75
|
-
export { default as
|
|
76
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
76
77
|
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
77
78
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
78
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
79
|
-
export { default as CheckInXl } from './CheckInXl';
|
|
80
|
-
export { default as FileUpXl } from './FileUpXl';
|
|
81
79
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
82
|
-
export { default as
|
|
80
|
+
export { default as CheckInXl } from './CheckInXl';
|
|
81
|
+
export { default as CheckXl } from './CheckXl';
|
|
83
82
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
84
|
-
export { default as
|
|
83
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
85
84
|
export { default as CalendarXl } from './CalendarXl';
|
|
86
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
87
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
88
|
-
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
89
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
90
85
|
export { default as CartAddXl } from './CartAddXl';
|
|
91
|
-
export { default as
|
|
86
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
87
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
88
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
92
89
|
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
93
90
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
94
|
-
export { default as BillingXl } from './BillingXl';
|
|
95
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
96
|
-
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
97
91
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
92
|
+
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
93
|
+
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
94
|
+
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
95
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
96
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
97
|
+
export { default as BillingXl } from './BillingXl';
|
|
98
98
|
export { default as AttributeXl } from './AttributeXl';
|
|
99
99
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
100
|
-
export { default as
|
|
100
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
101
|
+
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
101
102
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
103
|
+
export { default as AddXl } from './AddXl';
|
|
102
104
|
export { default as AbTestXl } from './AbTestXl';
|
|
103
|
-
export { default as ApiXl } from './ApiXl';
|
|
104
|
-
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
105
|
-
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
105
|
+
export { default as ApiXl } from './ApiXl';
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
export { default as TopProductsXl } from './TopProductsXl';
|
|
2
|
-
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
3
1
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
2
|
+
export { default as TopProductsXl } from './TopProductsXl';
|
|
4
3
|
export { default as PushImportL } from './PushImportL';
|
|
5
|
-
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
6
4
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
5
|
+
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
6
|
+
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
9
7
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
10
|
-
export { default as
|
|
8
|
+
export { default as OtherIdeas } from './OtherIdeas';
|
|
11
9
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
10
|
+
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
12
11
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
13
12
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
14
13
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
15
|
-
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
16
|
-
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
17
14
|
export { default as Integration } from './Integration';
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as
|
|
15
|
+
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
16
|
+
export { default as LayoutTextL } from './LayoutTextL';
|
|
20
17
|
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
18
|
+
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
19
|
+
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
21
20
|
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
21
|
+
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
22
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
22
23
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
23
|
-
export { default as
|
|
24
|
+
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
24
25
|
export { default as IconBlueSankeyBefore } from './IconBlueSankeyBefore';
|
|
25
|
-
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
26
|
-
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
27
26
|
export { default as FileImportL } from './FileImportL';
|
|
28
|
-
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
29
|
-
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
30
27
|
export { default as IconBlueSankeyAfter } from './IconBlueSankeyAfter';
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as
|
|
28
|
+
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
29
|
+
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
33
30
|
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
34
|
-
export { default as
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as ChartColumnL } from './ChartColumnL';
|
|
31
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
32
|
+
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
37
33
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
34
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
35
|
+
export { default as ChartComboL } from './ChartComboL';
|
|
38
36
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
39
|
-
export { default as
|
|
37
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
40
38
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as
|
|
39
|
+
export { default as ChartLineL } from './ChartLineL';
|
|
40
|
+
export { default as ChartPieL } from './ChartPieL';
|
|
41
|
+
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
43
42
|
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
44
43
|
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
45
|
-
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
46
|
-
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
47
44
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
45
|
+
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
48
46
|
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
49
|
-
export { default as
|
|
47
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
48
|
+
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
49
|
+
export { default as AdValue } from './AdValue';
|
|
50
50
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
51
|
-
export { default as
|
|
51
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
52
52
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
53
|
+
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
54
|
+
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
55
|
+
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
53
56
|
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
54
|
-
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
55
|
-
export { default as AdValue } from './AdValue';
|
|
56
57
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
57
|
-
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
58
|
-
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
59
58
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
60
|
-
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
61
59
|
export { default as AdPopL } from './AdPopL';
|
|
62
|
-
export { default as AdPortraitL } from './AdPortraitL';
|
|
63
|
-
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
64
|
-
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
65
60
|
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
66
|
-
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
67
61
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
62
|
+
export { default as AdPortraitL } from './AdPortraitL';
|
|
63
|
+
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
64
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
68
65
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
69
66
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
67
|
+
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
70
68
|
export { default as AdOnDemandL } from './AdOnDemandL';
|
|
71
69
|
export { default as AdMultiline } from './AdMultiline';
|
|
72
|
-
export { default as
|
|
73
|
-
export { default as
|
|
70
|
+
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
71
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
72
|
+
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
74
73
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
75
|
-
export { default as
|
|
74
|
+
export { default as AdLandL } from './AdLandL';
|
|
76
75
|
export { default as AdImportZip } from './AdImportZip';
|
|
77
|
-
export { default as AdImportUrl } from './AdImportUrl';
|
|
78
|
-
export { default as AdFolderUser } from './AdFolderUser';
|
|
79
|
-
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
80
|
-
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
81
76
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
77
|
+
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
78
|
+
export { default as AdImportUrl } from './AdImportUrl';
|
|
82
79
|
export { default as AdImageL } from './AdImageL';
|
|
80
|
+
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
81
|
+
export { default as AdFolderUser } from './AdFolderUser';
|
|
82
|
+
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
83
83
|
export { default as AdFolderS } from './AdFolderS';
|
|
84
|
-
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
85
84
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
86
|
-
export { default as AdCumulative } from './AdCumulative';
|
|
87
|
-
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
88
85
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
89
|
-
export { default as
|
|
86
|
+
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
87
|
+
export { default as AdCumulative } from './AdCumulative';
|
|
88
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
90
89
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
91
|
-
export { default as
|
|
90
|
+
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
91
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
92
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
92
93
|
export { default as AdBannerL } from './AdBannerL';
|
|
93
|
-
export { default as ActionUrlL } from './ActionUrlL';
|
|
94
|
-
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
95
|
-
export { default as AdCouponL } from './AdCouponL';
|
|
96
|
-
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
97
94
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
98
|
-
export { default as
|
|
95
|
+
export { default as AdCartAiL } from './AdCartAiL';
|
|
96
|
+
export { default as AdCouponL } from './AdCouponL';
|
|
99
97
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
100
98
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
99
|
+
export { default as ActionUrlL } from './ActionUrlL';
|
|
100
|
+
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|