@sunrise-upc/mobile-prod-card 1.0.40-beta.4 → 1.0.40
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +1 -4
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/services/LineTableService.d.ts +1 -1
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +1 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/services/LineTableService.d.ts +1 -1
- package/dist/index.d.ts +1 -5
- package/package.json +1 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import { FC } from 'react';
|
2
|
-
import { Asset,
|
2
|
+
import { Asset, GenericSBProps, Links } from '../types';
|
3
3
|
export interface RichTextWithTooltip extends GenericSBProps {
|
4
4
|
icon: Asset;
|
5
5
|
mobIcon: Asset;
|
@@ -26,9 +26,6 @@ export interface ProductTeaserSlideSchema extends GenericSBProps {
|
|
26
26
|
tvPrice: string;
|
27
27
|
tvProductId: string;
|
28
28
|
tvSubHeading: string;
|
29
|
-
textAlignment: any;
|
30
|
-
gradientBackground: FalconGradientTypes;
|
31
|
-
isFullWidthImage: boolean;
|
32
29
|
}
|
33
30
|
export interface ProductTeaserCompSchema extends GenericSBProps {
|
34
31
|
btnIcon: Asset;
|