@proximus/lavender-drawer-native 2.1.1-alpha.5 → 2.1.1-alpha.50

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/PxDrawer.js +5 -1
  2. package/package.json +1 -1
package/dist/PxDrawer.js CHANGED
@@ -103,7 +103,11 @@ const styles = StyleSheet.create({
103
103
  bottom: 0,
104
104
  },
105
105
  backdrop: {
106
- ...StyleSheet.absoluteFillObject,
106
+ position: 'absolute',
107
+ top: 0,
108
+ left: 0,
109
+ right: 0,
110
+ bottom: 0,
107
111
  backgroundColor: 'rgba(0, 0, 0, 0.3)',
108
112
  },
109
113
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-drawer-native",
3
- "version": "2.1.1-alpha.5",
3
+ "version": "2.1.1-alpha.50",
4
4
  "description": "Lavender drawer component",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",