File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 "dependencies" : {
3838 "@expo/vector-icons" : " 9.0.0" ,
3939 "countries-list" : " 2.4.2" ,
40- "deepmerge" : " ^3.0.0" ,
40+ "date-fns" : " 1.30.1" ,
41+ "deepmerge" : " 3.0.0" ,
4142 "exenv" : " 1.2.2" ,
4243 "focus-trap" : " 4.0.2" ,
4344 "react" : " 16.8.3" ,
4849 "react-powerplug" : " 1.0.0" ,
4950 "react-spring" : " 7.2.11" ,
5051 "terser" : " 3.16" ,
51- "ts-essentials" : " ^ 2.0.0"
52+ "ts-essentials" : " 2.0.0"
5253 },
5354 "devDependencies" : {
5455 "@babel/core" : " 7.3.4" ,
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export const getIconTextInputStyles: GetIconTextInputStyles = (
3030 position : 'relative' ,
3131 } ,
3232 inputStyle : {
33- ...( hasLeftIcon && { paddingLeft : 40 } ) ,
34- ...( hasRightIcon && { paddingRight : 40 } ) ,
33+ ...( hasLeftIcon && { paddingLeft : 48 } ) ,
34+ ...( hasRightIcon && { paddingRight : 48 } ) ,
3535 } ,
3636 leftContainerStyle : {
3737 alignItems : 'center' ,
Original file line number Diff line number Diff line change @@ -4062,7 +4062,7 @@ data-urls@^1.0.0:
40624062 whatwg-mimetype "^2.2.0"
40634063 whatwg-url "^7.0.0"
40644064
4065- date-fns@^1.27.2:
4065+ date-fns@^1.27.2, date-fns@^1.30.1 :
40664066 version "1.30.1"
40674067 resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
40684068 integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
You can’t perform that action at this time.
0 commit comments