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