@sunrise-upc/mobile-prod-card 2.1.1 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/LineCheckV3/LinecheckService.d.ts +1 -1
- package/dist/cjs/components/ProductTeaser/ProductTeaser.d.ts +0 -1
- package/dist/cjs/components/ProductTeaser/ProductTeaserSlides.d.ts +0 -1
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -3
- package/dist/cjs/index.js +2 -2
- package/dist/esm/components/LineCheckV3/LinecheckService.d.ts +1 -1
- package/dist/esm/components/ProductTeaser/ProductTeaser.d.ts +0 -1
- package/dist/esm/components/ProductTeaser/ProductTeaserSlides.d.ts +0 -1
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -3
- package/dist/esm/index.js +2 -2
- package/dist/index.d.ts +0 -2
- package/package.json +4 -6
package/dist/index.d.ts
CHANGED
@@ -131,7 +131,6 @@ interface ProductTeaserCompSchema extends GenericSBProps {
|
|
131
131
|
interface ProductTeaserSchema {
|
132
132
|
content: ProductTeaserCompSchema;
|
133
133
|
lineCheckCallBack?: () => void;
|
134
|
-
linecheckSuccessCallBack?: () => void;
|
135
134
|
changeAddressClicked?: boolean;
|
136
135
|
offerDataCallBack?: (a: any, b: any, c?: string) => void;
|
137
136
|
productCallBack?: (a: string) => void;
|
@@ -161,7 +160,6 @@ interface StaticLinetableSchema {
|
|
161
160
|
metadata: any;
|
162
161
|
loginSuccess?: boolean;
|
163
162
|
changeAddressClicked?: any;
|
164
|
-
lineCheckCallBack?: any;
|
165
163
|
linecheckSuccessCallBack?: any;
|
166
164
|
selectedOption?: string;
|
167
165
|
basicConfigUrl?: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sunrise-upc/mobile-prod-card",
|
3
|
-
"version": "
|
3
|
+
"version": "3.0.0",
|
4
4
|
"description": "Starter project to create reusable functional component",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -31,9 +31,6 @@
|
|
31
31
|
"url": "https://bitbucket.org/sunrisedigitalbusiness/fun-components-starter/issues"
|
32
32
|
},
|
33
33
|
"homepage": "https://bitbucket.org/sunrisedigitalbusiness/fun-components-starter#readme",
|
34
|
-
"dependencies": {
|
35
|
-
"axios": "^0.21.4"
|
36
|
-
},
|
37
34
|
"devDependencies": {
|
38
35
|
"@rollup/plugin-commonjs": "^24.0.0",
|
39
36
|
"@rollup/plugin-json": "^6.0.0",
|
@@ -45,6 +42,7 @@
|
|
45
42
|
"@types/react": "^18.0.26",
|
46
43
|
"@types/react-dom": "^18.0.10",
|
47
44
|
"@types/uuid": "^8.3.4",
|
45
|
+
"axios": "^0.21.4",
|
48
46
|
"postcss": "8.4.21",
|
49
47
|
"rimraf": "^3.0.2",
|
50
48
|
"rollup": "^3.9.1",
|
@@ -59,8 +57,8 @@
|
|
59
57
|
"cookies-next": "^2.1.1"
|
60
58
|
},
|
61
59
|
"peerDependencies": {
|
62
|
-
"@sunrise-upc/ajax-lib": "1.1.5",
|
63
|
-
"@sunrise-upc/b2c-login": "2.2.4",
|
60
|
+
"@sunrise-upc/ajax-lib": "^1.1.5",
|
61
|
+
"@sunrise-upc/b2c-login": "^2.2.4",
|
64
62
|
"js-cookie": "^3.0.1",
|
65
63
|
"react": "^17.0.2",
|
66
64
|
"react-bootstrap": "^2.0.0-beta.4",
|