paymob-widget-alpha 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +6 -4
  2. package/main.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -90,10 +90,12 @@ The full list of properties is as follows:
90
90
  <base href="/" />
91
91
  <meta name="viewport" content="width=device-width, initial-scale=1" />
92
92
  <style>
93
- #example {
94
- width: 80%;
95
- margin: 10% auto 0;
96
- }
93
+ #paymob-widget {
94
+ width: 100%;
95
+ }
96
+ body {
97
+ margin: 0;
98
+ }
97
99
  </style>
98
100
  </head>
99
101
 
package/main.js CHANGED
@@ -8042,8 +8042,8 @@ function Widget({
8042
8042
  src: arrow_namespaceObject,
8043
8043
  alt: "arrow",
8044
8044
  style: {
8045
- height: '10px',
8046
- width: '6px',
8045
+ height: '12px',
8046
+ width: '8px',
8047
8047
  marginLeft: '8px'
8048
8048
  }
8049
8049
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paymob-widget-alpha",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "keywords": ["paymob","widget","paymob-widget"],
5
5
  "main": "./main.js",
6
6
  "license": "MIT",