@sunrise-upc/mobile-prod-card 1.2.4-beta.0 → 1.2.4-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +2 -1
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +12 -0
- package/dist/cjs/components/StaticLineTable/TVChannelModal.d.ts +3 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +2 -1
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +12 -0
- package/dist/esm/components/StaticLineTable/TVChannelModal.d.ts +3 -0
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +2 -0
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
@@ -158,6 +158,8 @@ interface StaticLinetableSchema {
|
|
158
158
|
setGenericErrorModalDetails: any;
|
159
159
|
metadata: any;
|
160
160
|
loginSuccess?: boolean;
|
161
|
+
changeAddressClicked?: any;
|
162
|
+
linecheckSuccessCallBack?: any;
|
161
163
|
}
|
162
164
|
|
163
165
|
declare const StaticLineTable: FC<StaticLinetableSchema>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sunrise-upc/mobile-prod-card",
|
3
|
-
"version": "1.2.4-beta.
|
3
|
+
"version": "1.2.4-beta.2",
|
4
4
|
"description": "Starter project to create reusable functional component",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -66,6 +66,7 @@
|
|
66
66
|
"storyblok-rich-text-react-renderer-ts": "^3.2.0",
|
67
67
|
"uuid": "^8.3.2",
|
68
68
|
"react-select": "^5.2.2",
|
69
|
-
"react-loading-skeleton": "^3.4.0"
|
69
|
+
"react-loading-skeleton": "^3.4.0",
|
70
|
+
"@sunrise-upc/b2c-sales-linecheck": "2.2.1"
|
70
71
|
}
|
71
72
|
}
|