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