Skip to content

Commit a0d139f

Browse files
committed
⬆️ Update [email protected]4.3.0-0 (pre-release)
1 parent 05563d0 commit a0d139f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"@emotion/styled": "^10.0.7",
125125
"@exah/utils": "^2.0.0",
126126
"emotion-theming": "^10.0.7",
127-
"pss": "^4.1.1",
127+
"pss": "^4.3.0-0",
128128
"react-styled-base": "^2.0.1"
129129
}
130130
}

src/flex-grid/styles.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ const getItemsSpaceStyles = (axis, {
6767
}) => style({
6868
getValue: createSpaceValue()(sizeValue(identity)),
6969
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}`
7272

7373
return {
7474
...(axis.x && {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8653,10 +8653,10 @@ psl@^1.1.24, psl@^1.1.28:
86538653
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184"
86548654
integrity sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==
86558655

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==
86608660
dependencies:
86618661
"@exah/utils" "^2.0.0"
86628662
prop-types "^15.6.2"

0 commit comments

Comments
 (0)