@sunrise-upc/mobile-prod-card 2.0.2-beta.1 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -131,6 +131,7 @@ interface ProductTeaserCompSchema extends GenericSBProps {
131
131
  interface ProductTeaserSchema {
132
132
  content: ProductTeaserCompSchema;
133
133
  lineCheckCallBack?: () => void;
134
+ linecheckSuccessCallBack?: () => void;
134
135
  changeAddressClicked?: boolean;
135
136
  offerDataCallBack?: (a: any, b: any, c?: string) => void;
136
137
  productCallBack?: (a: string) => void;
@@ -160,6 +161,7 @@ interface StaticLinetableSchema {
160
161
  metadata: any;
161
162
  loginSuccess?: boolean;
162
163
  changeAddressClicked?: any;
164
+ lineCheckCallBack?: any;
163
165
  linecheckSuccessCallBack?: any;
164
166
  selectedOption?: string;
165
167
  basicConfigUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "2.0.2-beta.1",
3
+ "version": "2.1.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",