@synerise/ds-icon 1.0.1 → 1.2.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 +23 -0
- package/dist/cjs/icons/L/HideL.d.ts +3 -0
- package/dist/cjs/icons/L/HideL.js +8 -0
- package/dist/cjs/icons/L/index.d.ts +27 -26
- package/dist/cjs/icons/L/index.js +56 -54
- package/dist/cjs/icons/MetaM.d.ts +3 -0
- package/dist/cjs/icons/MetaM.js +11 -0
- package/dist/cjs/icons/XL/MetaXl.d.ts +3 -0
- package/dist/cjs/icons/XL/MetaXl.js +7 -0
- package/dist/cjs/icons/XL/PauseXl.d.ts +3 -0
- package/dist/cjs/icons/XL/PauseXl.js +6 -0
- package/dist/cjs/icons/XL/PlayXl.d.ts +3 -0
- package/dist/cjs/icons/XL/PlayXl.js +6 -0
- package/dist/cjs/icons/XL/StopXl.d.ts +3 -0
- package/dist/cjs/icons/XL/StopXl.js +6 -0
- package/dist/cjs/icons/XL/index.d.ts +40 -36
- package/dist/cjs/icons/XL/index.js +82 -74
- package/dist/cjs/icons/additional/index.d.ts +32 -32
- package/dist/cjs/icons/additional/index.js +66 -66
- package/dist/cjs/icons/colorIcons/index.d.ts +5 -5
- package/dist/cjs/icons/colorIcons/index.js +11 -11
- package/dist/cjs/icons/index.d.ts +296 -295
- package/dist/cjs/icons/index.js +610 -608
- package/dist/esm/icons/L/HideL.d.ts +3 -0
- package/dist/esm/icons/L/HideL.js +6 -0
- package/dist/esm/icons/L/index.d.ts +27 -26
- package/dist/esm/icons/L/index.js +27 -26
- package/dist/esm/icons/MetaM.d.ts +3 -0
- package/dist/esm/icons/MetaM.js +9 -0
- package/dist/esm/icons/XL/MetaXl.d.ts +3 -0
- package/dist/esm/icons/XL/MetaXl.js +5 -0
- package/dist/esm/icons/XL/PauseXl.d.ts +3 -0
- package/dist/esm/icons/XL/PauseXl.js +4 -0
- package/dist/esm/icons/XL/PlayXl.d.ts +3 -0
- package/dist/esm/icons/XL/PlayXl.js +4 -0
- package/dist/esm/icons/XL/StopXl.d.ts +3 -0
- package/dist/esm/icons/XL/StopXl.js +4 -0
- package/dist/esm/icons/XL/index.d.ts +40 -36
- package/dist/esm/icons/XL/index.js +40 -36
- package/dist/esm/icons/additional/index.d.ts +32 -32
- package/dist/esm/icons/additional/index.js +32 -32
- package/dist/esm/icons/colorIcons/index.d.ts +5 -5
- package/dist/esm/icons/colorIcons/index.js +5 -5
- package/dist/esm/icons/index.d.ts +296 -295
- package/dist/esm/icons/index.js +296 -295
- package/package.json +2 -2
|
@@ -1,82 +1,83 @@
|
|
|
1
|
-
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
2
1
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
2
|
+
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
3
3
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
4
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
5
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
|
-
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
7
6
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
|
-
export { default as
|
|
7
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
8
|
+
export { default as AdCouponL } from './AdCouponL';
|
|
9
9
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
10
|
+
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
11
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
11
|
-
export { default as AdCouponL } from './AdCouponL';
|
|
12
|
-
export { default as AdFadeInL } from './AdFadeInL';
|
|
13
12
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
14
13
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
14
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
|
-
export { default as
|
|
15
|
+
export { default as AdFadeInL } from './AdFadeInL';
|
|
17
16
|
export { default as AdFolderS } from './AdFolderS';
|
|
18
|
-
export { default as
|
|
17
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
19
18
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
20
19
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
20
|
+
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
21
21
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
22
22
|
export { default as AdImageL } from './AdImageL';
|
|
23
|
-
export { default as AdImportUrl } from './AdImportUrl';
|
|
24
23
|
export { default as AdImportZip } from './AdImportZip';
|
|
24
|
+
export { default as AdImportUrl } from './AdImportUrl';
|
|
25
25
|
export { default as AdLandL } from './AdLandL';
|
|
26
|
-
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
27
26
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
28
27
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
29
|
-
export { default as
|
|
28
|
+
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
30
29
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
30
|
+
export { default as AdOnDemandL } from './AdOnDemandL';
|
|
31
31
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
32
|
-
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
33
32
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
33
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
34
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
34
35
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
35
36
|
export { default as AdPopL } from './AdPopL';
|
|
36
|
-
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
37
37
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
38
38
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
39
39
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
40
40
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
41
|
-
export { default as
|
|
41
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
42
42
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
43
43
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
46
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
44
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
47
45
|
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
48
|
-
export { default as
|
|
46
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
47
|
+
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
49
48
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
49
|
+
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
50
50
|
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
51
|
-
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
52
51
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
53
52
|
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
54
|
-
export { default as
|
|
53
|
+
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
55
54
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
56
|
-
export { default as
|
|
55
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
57
56
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
57
|
+
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
58
58
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
59
59
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
60
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
60
61
|
export { default as ChartComboL } from './ChartComboL';
|
|
61
62
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as ChartTableL } from './ChartTableL';
|
|
63
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
64
64
|
export { default as ChartLineL } from './ChartLineL';
|
|
65
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
65
66
|
export { default as ChartPieL } from './ChartPieL';
|
|
66
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
67
|
-
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
68
67
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
69
|
-
export { default as
|
|
68
|
+
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
70
69
|
export { default as FileImportL } from './FileImportL';
|
|
70
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
71
71
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
72
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
72
73
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
73
|
-
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
74
74
|
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
75
|
-
export { default as
|
|
75
|
+
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
76
76
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
77
|
+
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
78
|
+
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
77
79
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
78
80
|
export { default as Integration } from './Integration';
|
|
79
|
-
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
80
81
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
81
82
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
82
83
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
@@ -84,12 +85,11 @@ export { default as LayoutMixedL } from './LayoutMixedL';
|
|
|
84
85
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
85
86
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
86
87
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
87
|
-
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
88
88
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
89
89
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
90
|
-
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
91
90
|
export { default as PushImportL } from './PushImportL';
|
|
92
|
-
export { default as
|
|
91
|
+
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
92
|
+
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
93
93
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
94
|
+
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
94
95
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
95
|
-
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
@@ -1,82 +1,83 @@
|
|
|
1
|
-
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
2
1
|
export { default as ActionNoneL } from './ActionNoneL';
|
|
2
|
+
export { default as ActionDeeplinkL } from './ActionDeeplinkL';
|
|
3
3
|
export { default as ActionOpenAppL } from './ActionOpenAppL';
|
|
4
4
|
export { default as ActionUrlL } from './ActionUrlL';
|
|
5
5
|
export { default as AdAfterScrollL } from './AdAfterScrollL';
|
|
6
|
-
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
7
6
|
export { default as AdBannerL } from './AdBannerL';
|
|
8
|
-
export { default as
|
|
7
|
+
export { default as AdAfterXpagesL } from './AdAfterXpagesL';
|
|
8
|
+
export { default as AdCouponL } from './AdCouponL';
|
|
9
9
|
export { default as AdCartAiL } from './AdCartAiL';
|
|
10
|
+
export { default as AdCodeEditorL } from './AdCodeEditorL';
|
|
10
11
|
export { default as AdComplementaryAiL } from './AdComplementaryAiL';
|
|
11
|
-
export { default as AdCouponL } from './AdCouponL';
|
|
12
|
-
export { default as AdFadeInL } from './AdFadeInL';
|
|
13
12
|
export { default as AdDeeplinkingL } from './AdDeeplinkingL';
|
|
14
13
|
export { default as AdFolderBasic } from './AdFolderBasic';
|
|
15
14
|
export { default as AdFirstRunL } from './AdFirstRunL';
|
|
16
|
-
export { default as
|
|
15
|
+
export { default as AdFadeInL } from './AdFadeInL';
|
|
17
16
|
export { default as AdFolderS } from './AdFolderS';
|
|
18
|
-
export { default as
|
|
17
|
+
export { default as AdFolderFeatured } from './AdFolderFeatured';
|
|
19
18
|
export { default as AdFolderUser } from './AdFolderUser';
|
|
20
19
|
export { default as AdFullScreenBannerL } from './AdFullScreenBannerL';
|
|
20
|
+
export { default as AdFolderStarredS } from './AdFolderStarredS';
|
|
21
21
|
export { default as AdImgTextL } from './AdImgTextL';
|
|
22
22
|
export { default as AdImageL } from './AdImageL';
|
|
23
|
-
export { default as AdImportUrl } from './AdImportUrl';
|
|
24
23
|
export { default as AdImportZip } from './AdImportZip';
|
|
24
|
+
export { default as AdImportUrl } from './AdImportUrl';
|
|
25
25
|
export { default as AdLandL } from './AdLandL';
|
|
26
|
-
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
27
26
|
export { default as AdMandatoryUpgradeL } from './AdMandatoryUpgradeL';
|
|
28
27
|
export { default as AdMandatoryUpdateL } from './AdMandatoryUpdateL';
|
|
29
|
-
export { default as
|
|
28
|
+
export { default as AdInsertObjectL } from './AdInsertObjectL';
|
|
30
29
|
export { default as AdOnExitL } from './AdOnExitL';
|
|
30
|
+
export { default as AdOnDemandL } from './AdOnDemandL';
|
|
31
31
|
export { default as AdOnLandingL } from './AdOnLandingL';
|
|
32
|
-
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
33
32
|
export { default as AdOnboardingL } from './AdOnboardingL';
|
|
33
|
+
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
34
|
+
export { default as AdOpenUrlL } from './AdOpenUrlL';
|
|
34
35
|
export { default as AdPersonalizedAiL } from './AdPersonalizedAiL';
|
|
35
36
|
export { default as AdPopL } from './AdPopL';
|
|
36
|
-
export { default as AdOpenAppL } from './AdOpenAppL';
|
|
37
37
|
export { default as AdPreBuiltSegmentsL } from './AdPreBuiltSegmentsL';
|
|
38
38
|
export { default as AdPortraitL } from './AdPortraitL';
|
|
39
39
|
export { default as AdShareLinkL } from './AdShareLinkL';
|
|
40
40
|
export { default as AdSilentPushL } from './AdSilentPushL';
|
|
41
|
-
export { default as
|
|
41
|
+
export { default as AdSlideDownL } from './AdSlideDownL';
|
|
42
42
|
export { default as AdSimilarAiL } from './AdSimilarAiL';
|
|
43
43
|
export { default as AdSimplePushL } from './AdSimplePushL';
|
|
44
|
-
export { default as
|
|
45
|
-
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
46
|
-
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
44
|
+
export { default as AdSlideLeftL } from './AdSlideLeftL';
|
|
47
45
|
export { default as AdTempCodeS } from './AdTempCodeS';
|
|
48
|
-
export { default as
|
|
46
|
+
export { default as AdSlideUpL } from './AdSlideUpL';
|
|
47
|
+
export { default as AdSlideRightL } from './AdSlideRightL';
|
|
49
48
|
export { default as AdUserSegmentsL } from './AdUserSegmentsL';
|
|
49
|
+
export { default as AdTextEditorL } from './AdTextEditorL';
|
|
50
50
|
export { default as AdVisualAiL } from './AdVisualAiL';
|
|
51
|
-
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
52
51
|
export { default as AdVisualEditorNewL } from './AdVisualEditorNewL';
|
|
53
52
|
export { default as AdWalktroughL } from './AdWalktroughL';
|
|
54
|
-
export { default as
|
|
53
|
+
export { default as AdVisualEditorL } from './AdVisualEditorL';
|
|
55
54
|
export { default as AdWebLayerL } from './AdWebLayerL';
|
|
56
|
-
export { default as
|
|
55
|
+
export { default as AdWelcomeScreenL } from './AdWelcomeScreenL';
|
|
57
56
|
export { default as AiCampaigns } from './AiCampaigns';
|
|
57
|
+
export { default as AudienceAnalytics } from './AudienceAnalytics';
|
|
58
58
|
export { default as BoostLoyalty } from './BoostLoyalty';
|
|
59
59
|
export { default as CartRecommendationXl } from './CartRecommendationXl';
|
|
60
|
+
export { default as ChartColumnL } from './ChartColumnL';
|
|
60
61
|
export { default as ChartComboL } from './ChartComboL';
|
|
61
62
|
export { default as ChartDonutL } from './ChartDonutL';
|
|
62
|
-
export { default as
|
|
63
|
-
export { default as ChartTableL } from './ChartTableL';
|
|
63
|
+
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
64
64
|
export { default as ChartLineL } from './ChartLineL';
|
|
65
|
+
export { default as ChartTableL } from './ChartTableL';
|
|
65
66
|
export { default as ChartPieL } from './ChartPieL';
|
|
66
|
-
export { default as ChartDonutLineL } from './ChartDonutLineL';
|
|
67
|
-
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
68
67
|
export { default as DateOntimeXl } from './DateOntimeXl';
|
|
69
|
-
export { default as
|
|
68
|
+
export { default as DateMultipleXl } from './DateMultipleXl';
|
|
70
69
|
export { default as FileImportL } from './FileImportL';
|
|
70
|
+
export { default as DateRecurringXl } from './DateRecurringXl';
|
|
71
71
|
export { default as ImportCatalogsXl } from './ImportCatalogsXl';
|
|
72
|
+
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
72
73
|
export { default as ImportClientsXl } from './ImportClientsXl';
|
|
73
|
-
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
74
74
|
export { default as ImportCustomXl } from './ImportCustomXl';
|
|
75
|
-
export { default as
|
|
75
|
+
export { default as ImportProductFeedXl } from './ImportProductFeedXl';
|
|
76
76
|
export { default as ImportPromotionsXl } from './ImportPromotionsXl';
|
|
77
|
+
export { default as ImportQuickXl } from './ImportQuickXl';
|
|
78
|
+
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
77
79
|
export { default as ImportVouchersXl } from './ImportVouchersXl';
|
|
78
80
|
export { default as Integration } from './Integration';
|
|
79
|
-
export { default as ImportTransactionsXl } from './ImportTransactionsXl';
|
|
80
81
|
export { default as LastSeenXl } from './LastSeenXl';
|
|
81
82
|
export { default as LayoutImageBgTextL } from './LayoutImageBgTextL';
|
|
82
83
|
export { default as LayoutImageBgL } from './LayoutImageBgL';
|
|
@@ -84,12 +85,11 @@ export { default as LayoutMixedL } from './LayoutMixedL';
|
|
|
84
85
|
export { default as LayoutTextL } from './LayoutTextL';
|
|
85
86
|
export { default as MarketingAutomation } from './MarketingAutomation';
|
|
86
87
|
export { default as MetricFormulaXl } from './MetricFormulaXl';
|
|
87
|
-
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
88
88
|
export { default as MetricSimpleXl } from './MetricSimpleXl';
|
|
89
89
|
export { default as OtherIdeas } from './OtherIdeas';
|
|
90
|
-
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
91
90
|
export { default as PushImportL } from './PushImportL';
|
|
92
|
-
export { default as
|
|
91
|
+
export { default as MobileHandbillXl } from './MobileHandbillXl';
|
|
92
|
+
export { default as ReportPreparedXl } from './ReportPreparedXl';
|
|
93
93
|
export { default as TopProductsXl } from './TopProductsXl';
|
|
94
|
+
export { default as TargetedCampaigns } from './TargetedCampaigns';
|
|
94
95
|
export { default as UnderstandCustomer } from './UnderstandCustomer';
|
|
95
|
-
export { default as ImportCustomEventXl } from './ImportCustomEventXl';
|
|
@@ -3,12 +3,12 @@ export { default as FormulaColor } from './FormulaColor';
|
|
|
3
3
|
export { default as FunnelColor } from './FunnelColor';
|
|
4
4
|
export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
|
|
5
5
|
export { default as PredefinedColor } from './PredefinedColor';
|
|
6
|
-
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
7
|
-
export { default as IntegrationColor } from './IntegrationColor';
|
|
8
6
|
export { default as ProductLastSeenColor } from './ProductLastSeenColor';
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
7
|
+
export { default as IntegrationColor } from './IntegrationColor';
|
|
8
|
+
export { default as ShopingBagColor } from './ShopingBagColor';
|
|
9
|
+
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
11
10
|
export { default as ProductsSimilarColor } from './ProductsSimilarColor';
|
|
11
|
+
export { default as ScoreColor } from './ScoreColor';
|
|
12
|
+
export { default as QueryDetailsColor } from './QueryDetailsColor';
|
|
12
13
|
export { default as VisualSimilarityColor } from './VisualSimilarityColor';
|
|
13
|
-
export { default as ShopingBagColor } from './ShopingBagColor';
|
|
14
14
|
export { default as UserColor } from './UserColor';
|
|
@@ -3,12 +3,12 @@ export { default as FormulaColor } from './FormulaColor';
|
|
|
3
3
|
export { default as FunnelColor } from './FunnelColor';
|
|
4
4
|
export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
|
|
5
5
|
export { default as PredefinedColor } from './PredefinedColor';
|
|
6
|
-
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
7
|
-
export { default as IntegrationColor } from './IntegrationColor';
|
|
8
6
|
export { default as ProductLastSeenColor } from './ProductLastSeenColor';
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
7
|
+
export { default as IntegrationColor } from './IntegrationColor';
|
|
8
|
+
export { default as ShopingBagColor } from './ShopingBagColor';
|
|
9
|
+
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
11
10
|
export { default as ProductsSimilarColor } from './ProductsSimilarColor';
|
|
11
|
+
export { default as ScoreColor } from './ScoreColor';
|
|
12
|
+
export { default as QueryDetailsColor } from './QueryDetailsColor';
|
|
12
13
|
export { default as VisualSimilarityColor } from './VisualSimilarityColor';
|
|
13
|
-
export { default as ShopingBagColor } from './ShopingBagColor';
|
|
14
14
|
export { default as UserColor } from './UserColor';
|