File tree 3 files changed +363
-345
lines changed
3 files changed +363
-345
lines changed Original file line number Diff line number Diff line change 1145
1145
wordWrap : 'normal'
1146
1146
} ;
1147
1147
return lines > 1 ? _extends__default [ 'default' ] ( { } , styles , {
1148
+ WebkitBoxOrient : 'vertical' ,
1149
+ WebkitLineClamp : lines ,
1148
1150
display : '-webkit-box' ,
1149
- webkitLineClamp : lines ,
1150
- webkitBoxOrient : 'vertical'
1151
+ whiteSpace : 'normal'
1151
1152
} ) : styles ;
1152
1153
}
1153
1154
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " polished" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " A lightweight toolset for writing styles in Javascript." ,
5
5
"license" : " MIT" ,
6
6
"author" :
" Brian Hough <[email protected] > (https://polished.js.org)" ,
76
76
"@rollup/plugin-node-resolve" : " ^9.0.0" ,
77
77
"@rollup/plugin-replace" : " ^2.3.2" ,
78
78
"babel-eslint" : " ^10.1.0" ,
79
- "babel-jest" : " ^26.0.1 " ,
79
+ "babel-jest" : " ^26.5.2 " ,
80
80
"babel-plugin-add-module-exports" : " ^1.0.2" ,
81
81
"babel-plugin-annotate-pure-calls" : " ^0.4.0" ,
82
82
"babel-plugin-preval" : " 5.0.0" ,
89
89
"flow-bin" : " ^0.133.0" ,
90
90
"flow-copy-source" : " ^2.0.8" ,
91
91
"husky" : " ^4.2.5" ,
92
- "jest" : " ^26.0.1 " ,
92
+ "jest" : " ^26.5.2 " ,
93
93
"lint-staged" : " ^10.4.0" ,
94
94
"npm-watch" : " ^0.7.0" ,
95
95
"prettier" : " ^2.0.5" ,
96
96
"pushstate-server" : " ^3.1.0" ,
97
97
"ramda" : " ^0.27.0" ,
98
- "rollup" : " ^2.28.2 " ,
99
- "rollup-plugin-sourcemaps" : " ^0.6.2 " ,
98
+ "rollup" : " ^2.29.0 " ,
99
+ "rollup-plugin-sourcemaps" : " ^0.6.3 " ,
100
100
"rollup-plugin-terser" : " ^7.0.2" ,
101
101
"semantic-release" : " ^17.1.2" ,
102
102
"shx" : " ^0.3.2" ,
You can’t perform that action at this time.
0 commit comments