@kaushverse/pickify 1.2.4 → 1.2.5

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
@@ -745,11 +745,11 @@ var FloatingButton = class extends import_react4.default.Component {
745
745
  let translateX = 0;
746
746
  let translateY = 0;
747
747
  if (mode === "vertical") {
748
- translateY = -70 * (index + 1);
748
+ translateY = -60 * (index + 1);
749
749
  translateX = 0;
750
750
  }
751
751
  if (mode === "horizontal") {
752
- translateX = -70 * (index + 1);
752
+ translateX = -60 * (index + 1);
753
753
  translateY = 0;
754
754
  }
755
755
  if (mode === "circle") {
@@ -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: -60,
911
- bottom: -80,
910
+ right: -70,
911
+ bottom: -70,
912
912
  alignItems: "center",
913
913
  justifyContent: "center"
914
914
  },
package/dist/index.mjs CHANGED
@@ -729,11 +729,11 @@ var FloatingButton = class extends React4.Component {
729
729
  let translateX = 0;
730
730
  let translateY = 0;
731
731
  if (mode === "vertical") {
732
- translateY = -70 * (index + 1);
732
+ translateY = -60 * (index + 1);
733
733
  translateX = 0;
734
734
  }
735
735
  if (mode === "horizontal") {
736
- translateX = -70 * (index + 1);
736
+ translateX = -60 * (index + 1);
737
737
  translateY = 0;
738
738
  }
739
739
  if (mode === "circle") {
@@ -891,8 +891,8 @@ var defaultStyles4 = StyleSheet5.create({
891
891
  position: "absolute",
892
892
  width: 200,
893
893
  height: 200,
894
- right: -60,
895
- bottom: -80,
894
+ right: -70,
895
+ bottom: -70,
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.4",
3
+ "version": "1.2.5",
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",