Skip to content

Commit

Permalink
build: release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anday013 committed Dec 15, 2023
1 parent ce14be1 commit 7db6d76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/src/OtpInput/OtpInput.styles.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export declare const styles: {
borderWidth: number;
borderRadius: number;
borderColor: string;
minHeight: number;
minWidth: number;
height: number;
width: number;
justifyContent: "center";
alignItems: "center";
};
Expand Down
4 changes: 2 additions & 2 deletions dist/src/OtpInput/OtpInput.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ exports.styles = react_native_1.StyleSheet.create({
borderWidth: 1,
borderRadius: 12,
borderColor: "#DFDFDE",
minHeight: 60,
minWidth: 44,
height: 60,
width: 44,
justifyContent: "center",
alignItems: "center",
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-otp-entry",
"version": "1.3.0",
"version": "1.4.0",
"description": "A fully modifiable OTP input Component for React Native",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 7db6d76

Please sign in to comment.