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