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