@sunrise-upc/mobile-prod-card 1.0.40-beta.2 → 1.0.40-beta.4
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
@@ -65,7 +65,8 @@ interface ComponentMetadata {
|
|
65
65
|
storyId: string;
|
66
66
|
appId?: string;
|
67
67
|
integrationId?: string;
|
68
|
-
}
|
68
|
+
}
|
69
|
+
type FalconGradientTypes = 'rubyglow-diagonal' | 'rubyglow-vertical' | 'pinksky-diagonal' | 'pinksky-vertical' | 'bluehaze-diagonal' | 'bluehaze-vertical' | 'greencloud-diagonal' | 'greencloud-vertical' | 'peachfog-diagonal' | 'peachfog-vertical' | 'darkblue-haze' | 'none';
|
69
70
|
|
70
71
|
interface CardSchema {
|
71
72
|
content: any;
|
@@ -117,6 +118,9 @@ interface ProductTeaserSlideSchema extends GenericSBProps {
|
|
117
118
|
tvPrice: string;
|
118
119
|
tvProductId: string;
|
119
120
|
tvSubHeading: string;
|
121
|
+
textAlignment: any;
|
122
|
+
gradientBackground: FalconGradientTypes;
|
123
|
+
isFullWidthImage: boolean;
|
120
124
|
}
|
121
125
|
interface ProductTeaserCompSchema extends GenericSBProps {
|
122
126
|
btnIcon: Asset;
|
package/package.json
CHANGED