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