File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " ats-form-react-pdf-layout" ,
3- "version" : " 4.4.3 " ,
3+ "version" : " 4.4.4 " ,
44 "license" : " MIT" ,
55 "description" : " Resolve document component's layout" ,
66 "author" : " Diego Muracciole <diegomuracciole@gmail.com>" ,
2323 "@react-pdf/fns" : " 3.1.2" ,
2424 "@react-pdf/image" : " ^3.0.3" ,
2525 "@react-pdf/primitives" : " ^4.1.1" ,
26- "ats-form-react-pdf-stylesheet" : " ^6.1.2 " ,
26+ "ats-form-react-pdf-stylesheet" : " ^6.1.3 " ,
2727 "@react-pdf/textkit" : " ^6.0.0" ,
2828 "@react-pdf/types" : " ^2.9.1" ,
2929 "emoji-regex-xs" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ats-form-react-pdf-renderer" ,
3- "version" : " 4.3.3 " ,
3+ "version" : " 4.3.4 " ,
44 "license" : " MIT" ,
55 "description" : " Create PDF files on the browser and server" ,
66 "author" : " Diego Muracciole <diegomuracciole@gmail.com>" ,
2626 "@babel/runtime" : " ^7.20.13" ,
2727 "@react-pdf/fns" : " 3.1.2" ,
2828 "@react-pdf/font" : " ^4.0.3" ,
29- "ats-form-react-pdf-layout" : " ^4.4.3 " ,
29+ "ats-form-react-pdf-layout" : " ^4.4.4 " ,
3030 "@react-pdf/pdfkit" : " ^4.0.4" ,
3131 "@react-pdf/primitives" : " ^4.1.1" ,
3232 "@react-pdf/reconciler" : " ^1.1.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ats-form-react-pdf-stylesheet" ,
3- "version" : " 6.1.2 " ,
3+ "version" : " 6.1.3 " ,
44 "license" : " MIT" ,
55 "description" : " A styles engine for Node and the browser" ,
66 "author" : " Diego Muracciole <diegomuracciole@gmail.com>" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const resolveBorderShorthand = <K extends BorderKey>(
3333 const width =
3434 typeof widthMatch !== 'undefined'
3535 ? transformUnit ( container , widthMatch )
36- : undefined ;
36+ : 0 ;
3737
3838 if ( key . match ( / ( T o p | R i g h t | B o t t o m | L e f t ) $ / ) ) {
3939 return {
You can’t perform that action at this time.
0 commit comments