@synerise/ds-icon 1.7.3 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,44 @@
1
+ export var colorIconMapping = {
2
+ ABtestColor: ABtestColor,
3
+ CreatingFromScratchColor: CreatingFromScratchColor,
4
+ FormulaColor: FormulaColor,
5
+ FunnelColor: FunnelColor,
6
+ PredefinedColor: PredefinedColor,
7
+ IntegrationColor: IntegrationColor,
8
+ ProductBundleColor: ProductBundleColor,
9
+ QueryDetailsColor: QueryDetailsColor,
10
+ ProductLastSeenColor: ProductLastSeenColor,
11
+ ProductsSimilarColor: ProductsSimilarColor,
12
+ ScoreColor: ScoreColor,
13
+ VisualSimilarityColor: VisualSimilarityColor,
14
+ ShopingBagColor: ShopingBagColor,
15
+ UserColor: UserColor
16
+ };
17
+ import { default as VisualSimilarityColor } from './VisualSimilarityColor';
1
18
  export { default as VisualSimilarityColor } from './VisualSimilarityColor';
19
+ import { default as UserColor } from './UserColor';
2
20
  export { default as UserColor } from './UserColor';
21
+ import { default as ScoreColor } from './ScoreColor';
22
+ export { default as ScoreColor } from './ScoreColor';
23
+ import { default as ProductLastSeenColor } from './ProductLastSeenColor';
24
+ export { default as ProductLastSeenColor } from './ProductLastSeenColor';
25
+ import { default as ShopingBagColor } from './ShopingBagColor';
3
26
  export { default as ShopingBagColor } from './ShopingBagColor';
27
+ import { default as ProductsSimilarColor } from './ProductsSimilarColor';
4
28
  export { default as ProductsSimilarColor } from './ProductsSimilarColor';
5
- export { default as ProductLastSeenColor } from './ProductLastSeenColor';
6
- export { default as ProductBundleColor } from './ProductBundleColor';
7
- export { default as PredefinedColor } from './PredefinedColor';
8
- export { default as ScoreColor } from './ScoreColor';
29
+ import { default as QueryDetailsColor } from './QueryDetailsColor';
9
30
  export { default as QueryDetailsColor } from './QueryDetailsColor';
31
+ import { default as ProductBundleColor } from './ProductBundleColor';
32
+ export { default as ProductBundleColor } from './ProductBundleColor';
33
+ import { default as FunnelColor } from './FunnelColor';
10
34
  export { default as FunnelColor } from './FunnelColor';
11
- export { default as ABtestColor } from './ABtestColor';
35
+ import { default as PredefinedColor } from './PredefinedColor';
36
+ export { default as PredefinedColor } from './PredefinedColor';
37
+ import { default as FormulaColor } from './FormulaColor';
38
+ export { default as FormulaColor } from './FormulaColor';
39
+ import { default as IntegrationColor } from './IntegrationColor';
12
40
  export { default as IntegrationColor } from './IntegrationColor';
13
- export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
14
- export { default as FormulaColor } from './FormulaColor';
41
+ import { default as ABtestColor } from './ABtestColor';
42
+ export { default as ABtestColor } from './ABtestColor';
43
+ import { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
44
+ export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';