@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
@@ -3,4 +3,4 @@ export declare const fetchOfferingDataV2: (params: any, url: any) => Promise<any
|
|
3
3
|
export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, chooseGift?: any) => Promise<any>;
|
4
4
|
export declare const fetchLinetableContent: (slugurl: string, params: any) => Promise<any>;
|
5
5
|
export declare const getStaticContent: (language: any, endPoints: any) => Promise<any>;
|
6
|
-
export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string) => Promise<any>;
|
6
|
+
export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean) => Promise<any>;
|
package/dist/index.d.ts
CHANGED
@@ -65,8 +65,7 @@ interface ComponentMetadata {
|
|
65
65
|
storyId: string;
|
66
66
|
appId?: string;
|
67
67
|
integrationId?: string;
|
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';
|
68
|
+
}
|
70
69
|
|
71
70
|
interface CardSchema {
|
72
71
|
content: any;
|
@@ -118,9 +117,6 @@ interface ProductTeaserSlideSchema extends GenericSBProps {
|
|
118
117
|
tvPrice: string;
|
119
118
|
tvProductId: string;
|
120
119
|
tvSubHeading: string;
|
121
|
-
textAlignment: any;
|
122
|
-
gradientBackground: FalconGradientTypes;
|
123
|
-
isFullWidthImage: boolean;
|
124
120
|
}
|
125
121
|
interface ProductTeaserCompSchema extends GenericSBProps {
|
126
122
|
btnIcon: Asset;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sunrise-upc/mobile-prod-card",
|
3
|
-
"version": "1.0.40
|
3
|
+
"version": "1.0.40",
|
4
4
|
"description": "Starter project to create reusable functional component",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -57,7 +57,6 @@
|
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
59
|
"@sunrise-upc/ajax-lib": "^1.1.5",
|
60
|
-
"@sunrise-upc/b2c-login": "^2.2.4",
|
61
60
|
"js-cookie": "^3.0.1",
|
62
61
|
"react": "^17.0.2",
|
63
62
|
"react-bootstrap": "^2.0.0-beta.4",
|