@synerise/ds-icon 1.7.3 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/DynamicIcon/DynamicIcon.d.ts +1171 -0
- package/dist/DynamicIcon/DynamicIcon.js +19 -0
- package/dist/Icon.d.ts +1 -2
- package/dist/Icon.js +5 -4
- package/dist/icons/L/index.d.ts +103 -31
- package/dist/icons/L/index.js +173 -31
- package/dist/icons/XL/index.d.ts +162 -57
- package/dist/icons/XL/index.js +265 -57
- package/dist/icons/additional/index.d.ts +150 -48
- package/dist/icons/additional/index.js +251 -49
- package/dist/icons/colorIcons/index.d.ts +22 -6
- package/dist/icons/colorIcons/index.js +37 -7
- package/dist/icons/index.d.ts +1339 -462
- package/dist/icons/index.js +2214 -462
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
|
@@ -1,100 +1,202 @@
|
|
|
1
|
+
export declare const additionalIconMapping: {
|
|
2
|
+
ActionNoneL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
3
|
+
ActionDeeplinkL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
4
|
+
ActionOpenAppL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
5
|
+
AdAfterXpagesL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
6
|
+
ActionUrlL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
7
|
+
AdAfterScrollL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
8
|
+
AdBannerL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
9
|
+
AdComplementaryAiL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
10
|
+
AdCodeEditorL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
11
|
+
AdCartAiL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
12
|
+
AdCouponL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
13
|
+
AdCumulative: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
14
|
+
AdFadeInL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
15
|
+
AdFirstRunL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
16
|
+
AdDeeplinkingL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
17
|
+
AdFolderBasic: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
18
|
+
AdFolderFeatured: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
19
|
+
AdFolderS: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
20
|
+
AdFolderStarredS: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
21
|
+
AdFullScreenBannerL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
22
|
+
AdFolderUser: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
|
+
AdImgTextL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
24
|
+
AdImportUrl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
25
|
+
AdImageL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
26
|
+
AdImportZip: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
27
|
+
AdInsertObjectL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
28
|
+
AdLandL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
29
|
+
AdMandatoryUpdateL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
30
|
+
AdMultiline: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
31
|
+
AdMandatoryUpgradeL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
32
|
+
AdOnExitL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
33
|
+
AdOnLandingL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
34
|
+
AdOnDemandL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
35
|
+
AdOpenUrlL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
36
|
+
AdOnboardingL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
37
|
+
AdOpenAppL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
38
|
+
AdSilentPushL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
39
|
+
AdPopL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
40
|
+
AdPersonalizedAiL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
41
|
+
AdPortraitL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
42
|
+
AdWalktroughL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
43
|
+
AdSlideLeftL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
44
|
+
AdPreBuiltSegmentsL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
45
|
+
AdShareLinkL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
46
|
+
AdSimilarAiL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
47
|
+
AdSimplePushL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
48
|
+
AdSlideRightL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
49
|
+
AdTempCodeS: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
50
|
+
AdSlideDownL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
51
|
+
AdVisualEditorL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
52
|
+
AdUserSegmentsL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
53
|
+
AdSlideUpL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
54
|
+
AdTextEditorL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
55
|
+
AdWebLayerL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
56
|
+
AdVisualEditorNewL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
57
|
+
AdValue: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
58
|
+
AdVisualAiL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
59
|
+
AdWelcomeScreenL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
60
|
+
AudienceAnalytics: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
61
|
+
BoostLoyalty: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
62
|
+
AiCampaigns: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
63
|
+
ChartColumnL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
64
|
+
ChartDonutL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
65
|
+
ChartComboL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
66
|
+
CartRecommendationXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
67
|
+
ChartPieL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
68
|
+
ChartDonutLineL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
69
|
+
ChartLineL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
70
|
+
ChartTableL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
71
|
+
DateOntimeXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
72
|
+
ImportCustomEventXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
73
|
+
DateMultipleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
74
|
+
FileImportL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
75
|
+
DateRecurringXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
76
|
+
IconBlueSankeyAfter: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
77
|
+
ImportClientsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
78
|
+
ImportCustomXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
79
|
+
IconBlueSankeyBefore: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
80
|
+
ImportCatalogsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
81
|
+
ImportProductFeedXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
82
|
+
ImportQuickXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
83
|
+
ImportTransactionsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
84
|
+
ImportPromotionsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
85
|
+
ImportVouchersXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
86
|
+
LastSeenXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
87
|
+
LayoutTextL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
88
|
+
Integration: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
89
|
+
LayoutImageBgL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
90
|
+
LayoutImageBgTextL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
91
|
+
LayoutMixedL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
92
|
+
MarketingAutomation: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
93
|
+
MetricFormulaXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
94
|
+
OtherIdeas: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
95
|
+
MetricSimpleXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
96
|
+
MobileHandbillXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
97
|
+
PushImportL: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
98
|
+
TopProductsXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
99
|
+
TargetedCampaigns: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
100
|
+
UnderstandCustomer: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
101
|
+
ReportPreparedXl: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
102
|
+
};
|
|
1
103
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
2
|
-
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
3
|
-
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
4
104
|
export { default as PushImportL } from './PushImportL';
|
|
5
|
-
export { default as OtherIdeas } from './OtherIdeas';
|
|
6
105
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
106
|
+
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
7
107
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
108
|
+
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
8
109
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
9
|
-
export { default as LayoutTextL } from './LayoutTextL';
|
|
10
110
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
11
111
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
12
|
-
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
13
112
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
14
|
-
export { default as LastSeenXl } from './LastSeenXl';
|
|
15
113
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
114
|
+
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
16
115
|
export { default as Integration } from './Integration';
|
|
116
|
+
export { default as LayoutTextL } from './LayoutTextL';
|
|
117
|
+
export { default as LastSeenXl } from './LastSeenXl';
|
|
118
|
+
export { default as OtherIdeas } from './OtherIdeas';
|
|
17
119
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
18
|
-
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
19
|
-
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
20
120
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
121
|
+
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
21
122
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
22
|
-
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
23
|
-
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
24
|
-
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
25
123
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
124
|
+
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
125
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
126
|
+
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
26
127
|
export { default as IconBlueSankeyBefore } from './IconBlueSankeyBefore';
|
|
27
128
|
export { default as IconBlueSankeyAfter } from './IconBlueSankeyAfter';
|
|
129
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
130
|
+
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
28
131
|
export { default as FileImportL } from './FileImportL';
|
|
29
|
-
export { default as
|
|
132
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
30
133
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
31
|
-
export { default as ChartLineL } from './ChartLineL';
|
|
32
|
-
export { default as ChartPieL } from './ChartPieL';
|
|
33
134
|
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
34
135
|
export { default as ChartComboL } from './ChartComboL';
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
136
|
+
export { default as ChartLineL } from './ChartLineL';
|
|
137
|
+
export { default as ChartPieL } from './ChartPieL';
|
|
138
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
37
139
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
140
|
+
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
38
141
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
142
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
39
143
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
40
144
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
43
|
-
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
145
|
+
export { default as AdValue } from './AdValue';
|
|
44
146
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
147
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
45
148
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
46
|
-
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
47
|
-
export { default as AdValue } from './AdValue';
|
|
48
|
-
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
49
|
-
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
50
149
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
150
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
151
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
152
|
+
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
51
153
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
52
|
-
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
53
154
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
155
|
+
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
54
156
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
55
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
56
157
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
57
|
-
export { default as
|
|
58
|
-
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
59
|
-
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
158
|
+
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
60
159
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
160
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
161
|
+
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
162
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
163
|
+
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
164
|
+
export { default as AdPopL } from './AdPopL';
|
|
61
165
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
64
|
-
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
166
|
+
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
65
167
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as
|
|
68
|
-
export { default as AdPopL } from './AdPopL';
|
|
69
|
-
export { default as AdMultiline } from './AdMultiline';
|
|
168
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
169
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
70
170
|
export { default as AdOnDemandL } from './AdOnDemandL';
|
|
71
|
-
export { default as
|
|
171
|
+
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
172
|
+
export { default as AdMultiline } from './AdMultiline';
|
|
173
|
+
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
72
174
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
73
175
|
export { default as AdImportZip } from './AdImportZip';
|
|
176
|
+
export { default as AdOnExitL } from './AdOnExitL';
|
|
177
|
+
export { default as AdLandL } from './AdLandL';
|
|
74
178
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
75
|
-
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
76
|
-
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
77
|
-
export { default as AdImgTextL } from './AdImgTextL';
|
|
78
179
|
export { default as AdImageL } from './AdImageL';
|
|
180
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
79
181
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
80
|
-
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
81
|
-
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
82
|
-
export { default as AdFolderS } from './AdFolderS';
|
|
83
182
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
84
183
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
184
|
+
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
185
|
+
export { default as AdFolderS } from './AdFolderS';
|
|
186
|
+
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
85
187
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
188
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
86
189
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
87
190
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
88
191
|
export { default as AdCouponL } from './AdCouponL';
|
|
89
|
-
export { default as
|
|
192
|
+
export { default as AdCartAiL } from './AdCartAiL';
|
|
90
193
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
91
|
-
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
92
194
|
export { default as AdCumulative } from './AdCumulative';
|
|
195
|
+
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
93
196
|
export { default as AdBannerL } from './AdBannerL';
|
|
94
|
-
export { default as
|
|
95
|
-
export { default as
|
|
197
|
+
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
198
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
96
199
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
200
|
+
export { default as ActionUrlL } from './ActionUrlL';
|
|
97
201
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
98
202
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
99
|
-
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
100
|
-
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
@@ -1,100 +1,302 @@
|
|
|
1
|
+
export var additionalIconMapping = {
|
|
2
|
+
ActionNoneL: ActionNoneL,
|
|
3
|
+
ActionDeeplinkL: ActionDeeplinkL,
|
|
4
|
+
ActionOpenAppL: ActionOpenAppL,
|
|
5
|
+
AdAfterXpagesL: AdAfterXpagesL,
|
|
6
|
+
ActionUrlL: ActionUrlL,
|
|
7
|
+
AdAfterScrollL: AdAfterScrollL,
|
|
8
|
+
AdBannerL: AdBannerL,
|
|
9
|
+
AdComplementaryAiL: AdComplementaryAiL,
|
|
10
|
+
AdCodeEditorL: AdCodeEditorL,
|
|
11
|
+
AdCartAiL: AdCartAiL,
|
|
12
|
+
AdCouponL: AdCouponL,
|
|
13
|
+
AdCumulative: AdCumulative,
|
|
14
|
+
AdFadeInL: AdFadeInL,
|
|
15
|
+
AdFirstRunL: AdFirstRunL,
|
|
16
|
+
AdDeeplinkingL: AdDeeplinkingL,
|
|
17
|
+
AdFolderBasic: AdFolderBasic,
|
|
18
|
+
AdFolderFeatured: AdFolderFeatured,
|
|
19
|
+
AdFolderS: AdFolderS,
|
|
20
|
+
AdFolderStarredS: AdFolderStarredS,
|
|
21
|
+
AdFullScreenBannerL: AdFullScreenBannerL,
|
|
22
|
+
AdFolderUser: AdFolderUser,
|
|
23
|
+
AdImgTextL: AdImgTextL,
|
|
24
|
+
AdImportUrl: AdImportUrl,
|
|
25
|
+
AdImageL: AdImageL,
|
|
26
|
+
AdImportZip: AdImportZip,
|
|
27
|
+
AdInsertObjectL: AdInsertObjectL,
|
|
28
|
+
AdLandL: AdLandL,
|
|
29
|
+
AdMandatoryUpdateL: AdMandatoryUpdateL,
|
|
30
|
+
AdMultiline: AdMultiline,
|
|
31
|
+
AdMandatoryUpgradeL: AdMandatoryUpgradeL,
|
|
32
|
+
AdOnExitL: AdOnExitL,
|
|
33
|
+
AdOnLandingL: AdOnLandingL,
|
|
34
|
+
AdOnDemandL: AdOnDemandL,
|
|
35
|
+
AdOpenUrlL: AdOpenUrlL,
|
|
36
|
+
AdOnboardingL: AdOnboardingL,
|
|
37
|
+
AdOpenAppL: AdOpenAppL,
|
|
38
|
+
AdSilentPushL: AdSilentPushL,
|
|
39
|
+
AdPopL: AdPopL,
|
|
40
|
+
AdPersonalizedAiL: AdPersonalizedAiL,
|
|
41
|
+
AdPortraitL: AdPortraitL,
|
|
42
|
+
AdWalktroughL: AdWalktroughL,
|
|
43
|
+
AdSlideLeftL: AdSlideLeftL,
|
|
44
|
+
AdPreBuiltSegmentsL: AdPreBuiltSegmentsL,
|
|
45
|
+
AdShareLinkL: AdShareLinkL,
|
|
46
|
+
AdSimilarAiL: AdSimilarAiL,
|
|
47
|
+
AdSimplePushL: AdSimplePushL,
|
|
48
|
+
AdSlideRightL: AdSlideRightL,
|
|
49
|
+
AdTempCodeS: AdTempCodeS,
|
|
50
|
+
AdSlideDownL: AdSlideDownL,
|
|
51
|
+
AdVisualEditorL: AdVisualEditorL,
|
|
52
|
+
AdUserSegmentsL: AdUserSegmentsL,
|
|
53
|
+
AdSlideUpL: AdSlideUpL,
|
|
54
|
+
AdTextEditorL: AdTextEditorL,
|
|
55
|
+
AdWebLayerL: AdWebLayerL,
|
|
56
|
+
AdVisualEditorNewL: AdVisualEditorNewL,
|
|
57
|
+
AdValue: AdValue,
|
|
58
|
+
AdVisualAiL: AdVisualAiL,
|
|
59
|
+
AdWelcomeScreenL: AdWelcomeScreenL,
|
|
60
|
+
AudienceAnalytics: AudienceAnalytics,
|
|
61
|
+
BoostLoyalty: BoostLoyalty,
|
|
62
|
+
AiCampaigns: AiCampaigns,
|
|
63
|
+
ChartColumnL: ChartColumnL,
|
|
64
|
+
ChartDonutL: ChartDonutL,
|
|
65
|
+
ChartComboL: ChartComboL,
|
|
66
|
+
CartRecommendationXl: CartRecommendationXl,
|
|
67
|
+
ChartPieL: ChartPieL,
|
|
68
|
+
ChartDonutLineL: ChartDonutLineL,
|
|
69
|
+
ChartLineL: ChartLineL,
|
|
70
|
+
ChartTableL: ChartTableL,
|
|
71
|
+
DateOntimeXl: DateOntimeXl,
|
|
72
|
+
ImportCustomEventXl: ImportCustomEventXl,
|
|
73
|
+
DateMultipleXl: DateMultipleXl,
|
|
74
|
+
FileImportL: FileImportL,
|
|
75
|
+
DateRecurringXl: DateRecurringXl,
|
|
76
|
+
IconBlueSankeyAfter: IconBlueSankeyAfter,
|
|
77
|
+
ImportClientsXl: ImportClientsXl,
|
|
78
|
+
ImportCustomXl: ImportCustomXl,
|
|
79
|
+
IconBlueSankeyBefore: IconBlueSankeyBefore,
|
|
80
|
+
ImportCatalogsXl: ImportCatalogsXl,
|
|
81
|
+
ImportProductFeedXl: ImportProductFeedXl,
|
|
82
|
+
ImportQuickXl: ImportQuickXl,
|
|
83
|
+
ImportTransactionsXl: ImportTransactionsXl,
|
|
84
|
+
ImportPromotionsXl: ImportPromotionsXl,
|
|
85
|
+
ImportVouchersXl: ImportVouchersXl,
|
|
86
|
+
LastSeenXl: LastSeenXl,
|
|
87
|
+
LayoutTextL: LayoutTextL,
|
|
88
|
+
Integration: Integration,
|
|
89
|
+
LayoutImageBgL: LayoutImageBgL,
|
|
90
|
+
LayoutImageBgTextL: LayoutImageBgTextL,
|
|
91
|
+
LayoutMixedL: LayoutMixedL,
|
|
92
|
+
MarketingAutomation: MarketingAutomation,
|
|
93
|
+
MetricFormulaXl: MetricFormulaXl,
|
|
94
|
+
OtherIdeas: OtherIdeas,
|
|
95
|
+
MetricSimpleXl: MetricSimpleXl,
|
|
96
|
+
MobileHandbillXl: MobileHandbillXl,
|
|
97
|
+
PushImportL: PushImportL,
|
|
98
|
+
TopProductsXl: TopProductsXl,
|
|
99
|
+
TargetedCampaigns: TargetedCampaigns,
|
|
100
|
+
UnderstandCustomer: UnderstandCustomer,
|
|
101
|
+
ReportPreparedXl: ReportPreparedXl
|
|
102
|
+
};
|
|
103
|
+
import { default as TopProductsXl } from './TopProductsXl';
|
|
1
104
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
2
|
-
|
|
3
|
-
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
105
|
+
import { default as PushImportL } from './PushImportL';
|
|
4
106
|
export { default as PushImportL } from './PushImportL';
|
|
5
|
-
|
|
107
|
+
import { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
6
108
|
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
109
|
+
import { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
110
|
+
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
111
|
+
import { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
7
112
|
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
113
|
+
import { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
114
|
+
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
115
|
+
import { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
8
116
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
9
|
-
|
|
117
|
+
import { default as MarketingAutomation } from './MarketingAutomation';
|
|
10
118
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
119
|
+
import { default as LayoutMixedL } from './LayoutMixedL';
|
|
11
120
|
export { default as LayoutMixedL } from './LayoutMixedL';
|
|
12
|
-
|
|
121
|
+
import { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
13
122
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
14
|
-
|
|
123
|
+
import { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
15
124
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
125
|
+
import { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
126
|
+
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
127
|
+
import { default as Integration } from './Integration';
|
|
16
128
|
export { default as Integration } from './Integration';
|
|
129
|
+
import { default as LayoutTextL } from './LayoutTextL';
|
|
130
|
+
export { default as LayoutTextL } from './LayoutTextL';
|
|
131
|
+
import { default as LastSeenXl } from './LastSeenXl';
|
|
132
|
+
export { default as LastSeenXl } from './LastSeenXl';
|
|
133
|
+
import { default as OtherIdeas } from './OtherIdeas';
|
|
134
|
+
export { default as OtherIdeas } from './OtherIdeas';
|
|
135
|
+
import { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
17
136
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
18
|
-
|
|
19
|
-
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
137
|
+
import { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
20
138
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
139
|
+
import { default as ImportQuickXl } from './ImportQuickXl';
|
|
140
|
+
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
141
|
+
import { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
21
142
|
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
22
|
-
|
|
23
|
-
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
24
|
-
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
143
|
+
import { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
25
144
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
145
|
+
import { default as ImportClientsXl } from './ImportClientsXl';
|
|
146
|
+
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
147
|
+
import { default as ImportCustomXl } from './ImportCustomXl';
|
|
148
|
+
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
149
|
+
import { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
150
|
+
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
151
|
+
import { default as IconBlueSankeyBefore } from './IconBlueSankeyBefore';
|
|
26
152
|
export { default as IconBlueSankeyBefore } from './IconBlueSankeyBefore';
|
|
153
|
+
import { default as IconBlueSankeyAfter } from './IconBlueSankeyAfter';
|
|
27
154
|
export { default as IconBlueSankeyAfter } from './IconBlueSankeyAfter';
|
|
155
|
+
import { default as DateRecurringXl } from './DateRecurringXl';
|
|
156
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
157
|
+
import { default as DateMultipleXl } from './DateMultipleXl';
|
|
158
|
+
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
159
|
+
import { default as FileImportL } from './FileImportL';
|
|
28
160
|
export { default as FileImportL } from './FileImportL';
|
|
29
|
-
|
|
161
|
+
import { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
162
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
163
|
+
import { default as DateOntimeXl } from './DateOntimeXl';
|
|
30
164
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
31
|
-
|
|
32
|
-
export { default as ChartPieL } from './ChartPieL';
|
|
165
|
+
import { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
33
166
|
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
167
|
+
import { default as ChartComboL } from './ChartComboL';
|
|
34
168
|
export { default as ChartComboL } from './ChartComboL';
|
|
35
|
-
|
|
36
|
-
export { default as
|
|
169
|
+
import { default as ChartLineL } from './ChartLineL';
|
|
170
|
+
export { default as ChartLineL } from './ChartLineL';
|
|
171
|
+
import { default as ChartPieL } from './ChartPieL';
|
|
172
|
+
export { default as ChartPieL } from './ChartPieL';
|
|
173
|
+
import { default as ChartTableL } from './ChartTableL';
|
|
174
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
175
|
+
import { default as ChartDonutL } from './ChartDonutL';
|
|
37
176
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
177
|
+
import { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
178
|
+
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
179
|
+
import { default as ChartColumnL } from './ChartColumnL';
|
|
38
180
|
export { default as ChartColumnL } from './ChartColumnL';
|
|
181
|
+
import { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
182
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
183
|
+
import { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
39
184
|
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
185
|
+
import { default as AiCampaigns } from './AiCampaigns';
|
|
40
186
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
41
|
-
|
|
42
|
-
export { default as
|
|
43
|
-
|
|
187
|
+
import { default as AdValue } from './AdValue';
|
|
188
|
+
export { default as AdValue } from './AdValue';
|
|
189
|
+
import { default as BoostLoyalty } from './BoostLoyalty';
|
|
44
190
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
191
|
+
import { default as AdVisualAiL } from './AdVisualAiL';
|
|
192
|
+
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
193
|
+
import { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
45
194
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
46
|
-
|
|
47
|
-
export { default as AdValue } from './AdValue';
|
|
48
|
-
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
49
|
-
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
195
|
+
import { default as AdTextEditorL } from './AdTextEditorL';
|
|
50
196
|
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
197
|
+
import { default as AdWebLayerL } from './AdWebLayerL';
|
|
198
|
+
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
199
|
+
import { default as AdSlideUpL } from './AdSlideUpL';
|
|
200
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
201
|
+
import { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
202
|
+
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
203
|
+
import { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
51
204
|
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
52
|
-
|
|
205
|
+
import { default as AdSlideDownL } from './AdSlideDownL';
|
|
53
206
|
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
207
|
+
import { default as AdTempCodeS } from './AdTempCodeS';
|
|
208
|
+
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
209
|
+
import { default as AdSlideRightL } from './AdSlideRightL';
|
|
54
210
|
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
55
|
-
|
|
211
|
+
import { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
56
212
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
57
|
-
|
|
58
|
-
export { default as
|
|
59
|
-
|
|
213
|
+
import { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
214
|
+
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
215
|
+
import { default as AdSimplePushL } from './AdSimplePushL';
|
|
60
216
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
217
|
+
import { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
218
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
219
|
+
import { default as AdShareLinkL } from './AdShareLinkL';
|
|
220
|
+
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
221
|
+
import { default as AdWalktroughL } from './AdWalktroughL';
|
|
222
|
+
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
223
|
+
import { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
224
|
+
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
225
|
+
import { default as AdPopL } from './AdPopL';
|
|
226
|
+
export { default as AdPopL } from './AdPopL';
|
|
227
|
+
import { default as AdPortraitL } from './AdPortraitL';
|
|
61
228
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
62
|
-
|
|
63
|
-
export { default as
|
|
64
|
-
|
|
229
|
+
import { default as AdSilentPushL } from './AdSilentPushL';
|
|
230
|
+
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
231
|
+
import { default as AdOnboardingL } from './AdOnboardingL';
|
|
65
232
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
66
|
-
|
|
67
|
-
export { default as
|
|
68
|
-
|
|
69
|
-
export { default as
|
|
233
|
+
import { default as AdOpenAppL } from './AdOpenAppL';
|
|
234
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
235
|
+
import { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
236
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
237
|
+
import { default as AdOnDemandL } from './AdOnDemandL';
|
|
70
238
|
export { default as AdOnDemandL } from './AdOnDemandL';
|
|
71
|
-
|
|
239
|
+
import { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
240
|
+
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
241
|
+
import { default as AdMultiline } from './AdMultiline';
|
|
242
|
+
export { default as AdMultiline } from './AdMultiline';
|
|
243
|
+
import { default as AdOnLandingL } from './AdOnLandingL';
|
|
244
|
+
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
245
|
+
import { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
72
246
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
247
|
+
import { default as AdImportZip } from './AdImportZip';
|
|
73
248
|
export { default as AdImportZip } from './AdImportZip';
|
|
249
|
+
import { default as AdOnExitL } from './AdOnExitL';
|
|
250
|
+
export { default as AdOnExitL } from './AdOnExitL';
|
|
251
|
+
import { default as AdLandL } from './AdLandL';
|
|
252
|
+
export { default as AdLandL } from './AdLandL';
|
|
253
|
+
import { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
74
254
|
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
75
|
-
|
|
76
|
-
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
77
|
-
export { default as AdImgTextL } from './AdImgTextL';
|
|
255
|
+
import { default as AdImageL } from './AdImageL';
|
|
78
256
|
export { default as AdImageL } from './AdImageL';
|
|
257
|
+
import { default as AdImgTextL } from './AdImgTextL';
|
|
258
|
+
export { default as AdImgTextL } from './AdImgTextL';
|
|
259
|
+
import { default as AdFolderUser } from './AdFolderUser';
|
|
79
260
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
80
|
-
|
|
81
|
-
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
82
|
-
export { default as AdFolderS } from './AdFolderS';
|
|
261
|
+
import { default as AdImportUrl } from './AdImportUrl';
|
|
83
262
|
export { default as AdImportUrl } from './AdImportUrl';
|
|
263
|
+
import { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
84
264
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
265
|
+
import { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
266
|
+
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
267
|
+
import { default as AdFolderS } from './AdFolderS';
|
|
268
|
+
export { default as AdFolderS } from './AdFolderS';
|
|
269
|
+
import { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
270
|
+
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
271
|
+
import { default as AdFolderBasic } from './AdFolderBasic';
|
|
85
272
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
273
|
+
import { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
274
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
275
|
+
import { default as AdFirstRunL } from './AdFirstRunL';
|
|
86
276
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
277
|
+
import { default as AdFadeInL } from './AdFadeInL';
|
|
87
278
|
export { default as AdFadeInL } from './AdFadeInL';
|
|
279
|
+
import { default as AdCouponL } from './AdCouponL';
|
|
88
280
|
export { default as AdCouponL } from './AdCouponL';
|
|
89
|
-
|
|
281
|
+
import { default as AdCartAiL } from './AdCartAiL';
|
|
282
|
+
export { default as AdCartAiL } from './AdCartAiL';
|
|
283
|
+
import { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
90
284
|
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
91
|
-
|
|
285
|
+
import { default as AdCumulative } from './AdCumulative';
|
|
92
286
|
export { default as AdCumulative } from './AdCumulative';
|
|
287
|
+
import { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
288
|
+
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
289
|
+
import { default as AdBannerL } from './AdBannerL';
|
|
93
290
|
export { default as AdBannerL } from './AdBannerL';
|
|
94
|
-
|
|
95
|
-
export { default as
|
|
291
|
+
import { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
292
|
+
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
293
|
+
import { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
294
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
295
|
+
import { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
96
296
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
297
|
+
import { default as ActionUrlL } from './ActionUrlL';
|
|
298
|
+
export { default as ActionUrlL } from './ActionUrlL';
|
|
299
|
+
import { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
97
300
|
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
98
|
-
|
|
99
|
-
export { default as
|
|
100
|
-
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
301
|
+
import { default as ActionNoneL } from './ActionNoneL';
|
|
302
|
+
export { default as ActionNoneL } from './ActionNoneL';
|
|
@@ -1,14 +1,30 @@
|
|
|
1
|
+
export declare const colorIconMapping: {
|
|
2
|
+
ABtestColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
3
|
+
CreatingFromScratchColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
4
|
+
FormulaColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
5
|
+
FunnelColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
6
|
+
PredefinedColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
7
|
+
IntegrationColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
8
|
+
ProductBundleColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
9
|
+
QueryDetailsColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
10
|
+
ProductLastSeenColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
11
|
+
ProductsSimilarColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
12
|
+
ScoreColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
13
|
+
VisualSimilarityColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
14
|
+
ShopingBagColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
15
|
+
UserColor: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
16
|
+
};
|
|
1
17
|
export { default as VisualSimilarityColor } from './VisualSimilarityColor';
|
|
2
18
|
export { default as UserColor } from './UserColor';
|
|
19
|
+
export { default as ScoreColor } from './ScoreColor';
|
|
20
|
+
export { default as ProductLastSeenColor } from './ProductLastSeenColor';
|
|
3
21
|
export { default as ShopingBagColor } from './ShopingBagColor';
|
|
4
22
|
export { default as ProductsSimilarColor } from './ProductsSimilarColor';
|
|
5
|
-
export { default as ProductLastSeenColor } from './ProductLastSeenColor';
|
|
6
|
-
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
7
|
-
export { default as PredefinedColor } from './PredefinedColor';
|
|
8
|
-
export { default as ScoreColor } from './ScoreColor';
|
|
9
23
|
export { default as QueryDetailsColor } from './QueryDetailsColor';
|
|
24
|
+
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
10
25
|
export { default as FunnelColor } from './FunnelColor';
|
|
11
|
-
export { default as
|
|
26
|
+
export { default as PredefinedColor } from './PredefinedColor';
|
|
27
|
+
export { default as FormulaColor } from './FormulaColor';
|
|
12
28
|
export { default as IntegrationColor } from './IntegrationColor';
|
|
29
|
+
export { default as ABtestColor } from './ABtestColor';
|
|
13
30
|
export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
|
|
14
|
-
export { default as FormulaColor } from './FormulaColor';
|