File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 124
124
"@emotion/styled" : " ^10.0.7" ,
125
125
"@exah/utils" : " ^2.0.0" ,
126
126
"emotion-theming" : " ^10.0.7" ,
127
- "pss" : " ^4.1.1 " ,
127
+ "pss" : " ^4.3.0-0 " ,
128
128
"react-styled-base" : " ^2.0.1"
129
129
}
130
130
}
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ const getItemsSpaceStyles = (axis, {
67
67
} ) => style ( {
68
68
getValue : createSpaceValue ( ) ( sizeValue ( identity ) ) ,
69
69
getStyle ( value , step , props ) {
70
- const [ num , unit ] = splitUnit ( value )
71
- const size = `${ num / 2 } ${ unit || 'px' } `
70
+ const [ num , unit = 'px' ] = splitUnit ( value )
71
+ const size = `${ num / 2 } ${ unit } `
72
72
73
73
return {
74
74
...( axis . x && {
Original file line number Diff line number Diff line change @@ -8653,10 +8653,10 @@ psl@^1.1.24, psl@^1.1.28:
8653
8653
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184"
8654
8654
integrity sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==
8655
8655
8656
- pss@^4.1.1 :
8657
- version "4.1.1 "
8658
- resolved "https://registry.yarnpkg.com/pss/-/pss-4.1.1 .tgz#84bac712373dd2d9cfd6e664ed6cc9b6a6df583f "
8659
- integrity sha512-PpA3hk2WV7iUh8Z5GkGUXv0otxGbjvrZ8nb7wkPWMHGavIzMA34RoY2qEwRCfMbTNRjm1Fz54euk63oO9YMAAg ==
8656
+ pss@^4.3.0-0 :
8657
+ version "4.3.0-0 "
8658
+ resolved "https://registry.yarnpkg.com/pss/-/pss-4.3.0-0 .tgz#187956d86b3f4fe4cea1564cb5ce6026bea00543 "
8659
+ integrity sha512-X4DHwtiT/AkDFLeStAqU0VrgVaNosIxVJbIiwrHUlkquwpBoYgrd+IQ/0BLETAJ7iF02t1sfGOC68YGLWdfV1A ==
8660
8660
dependencies :
8661
8661
" @exah/utils" " ^2.0.0"
8662
8662
prop-types "^15.6.2"
You can’t perform that action at this time.
0 commit comments