cpk-ui 0.1.12 → 0.1.13

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.
@@ -42,7 +42,7 @@ function AlertDialog({ style }, ref) {
42
42
  setTimeout(() => {
43
43
  setOptions(null);
44
44
  // Run after modal has finished transition
45
- }, 200);
45
+ }, 300);
46
46
  }
47
47
  }, [visible]);
48
48
  useImperativeHandle(ref, () => ({
@@ -92,7 +92,7 @@ function AlertDialog(
92
92
  setTimeout(() => {
93
93
  setOptions(null);
94
94
  // Run after modal has finished transition
95
- }, 200);
95
+ }, 300);
96
96
  }
97
97
  }, [visible]);
98
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cpk-ui",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "main": "index",
5
5
  "react-native": "index",
6
6
  "module": "index",