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