@kaushverse/pickify 1.2.0 → 1.2.1

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 CHANGED
@@ -907,8 +907,8 @@ var defaultStyles4 = import_react_native5.StyleSheet.create({
907
907
  position: "absolute",
908
908
  width: 200,
909
909
  height: 200,
910
- right: -70,
911
- bottom: -70,
910
+ right: -60,
911
+ bottom: -60,
912
912
  alignItems: "center",
913
913
  justifyContent: "center"
914
914
  },
package/dist/index.mjs CHANGED
@@ -891,8 +891,8 @@ var defaultStyles4 = StyleSheet5.create({
891
891
  position: "absolute",
892
892
  width: 200,
893
893
  height: 200,
894
- right: -70,
895
- bottom: -70,
894
+ right: -60,
895
+ bottom: -60,
896
896
  alignItems: "center",
897
897
  justifyContent: "center"
898
898
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaushverse/pickify",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A fully customizable React Native picker with search, multi-select, grouping, and async support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",