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