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