@upeex/ads-sdk 1.1.22 → 1.1.23
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.
- package/dist/index.js +11 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -236,24 +236,24 @@ const styles = StyleSheet.create({
|
|
|
236
236
|
elevation: 10,
|
|
237
237
|
},
|
|
238
238
|
upeexPopupContainer: {
|
|
239
|
-
backgroundColor: '
|
|
240
|
-
padding:
|
|
241
|
-
borderRadius: 10,
|
|
239
|
+
backgroundColor: 'transparent',
|
|
240
|
+
padding: 0,
|
|
242
241
|
alignItems: 'center',
|
|
243
242
|
position: 'relative',
|
|
244
|
-
elevation: 11,
|
|
245
|
-
shadowColor: '#000',
|
|
246
|
-
shadowOffset: { width: 0, height: 2 },
|
|
247
|
-
shadowOpacity: 0.25,
|
|
248
|
-
shadowRadius: 3.84,
|
|
249
243
|
zIndex: 10000,
|
|
250
244
|
},
|
|
251
245
|
upeexCloseButton: {
|
|
252
246
|
position: 'absolute',
|
|
253
|
-
top:
|
|
254
|
-
right:
|
|
247
|
+
top: -10,
|
|
248
|
+
right: -10,
|
|
255
249
|
zIndex: 1,
|
|
256
|
-
|
|
250
|
+
backgroundColor: '#fff',
|
|
251
|
+
borderRadius: 15,
|
|
252
|
+
width: 30,
|
|
253
|
+
height: 30,
|
|
254
|
+
justifyContent: 'center',
|
|
255
|
+
alignItems: 'center',
|
|
256
|
+
elevation: 5,
|
|
257
257
|
},
|
|
258
258
|
upeexCloseText: {
|
|
259
259
|
fontSize: 18,
|