@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.
Files changed (2) hide show
  1. package/dist/index.js +11 -11
  2. 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: '#fff',
240
- padding: 20,
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: 5,
254
- right: 5,
247
+ top: -10,
248
+ right: -10,
255
249
  zIndex: 1,
256
- padding: 5,
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upeex/ads-sdk",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "description": "Upeex Ads SDK for React Native and universal apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",