@atlaskit/ds-explorations
Advanced tools
Comparing version 2.0.7 to 2.0.8
# @atlaskit/ds-explorations | ||
## 2.0.8 | ||
### Patch Changes | ||
- [`6ce08fbcba2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ce08fbcba2) - [ux] Fixed a bug where the `<Box>` `justifyContent` prop was mistakenly applying `alignItems` for `start` and `end` values | ||
## 2.0.7 | ||
@@ -4,0 +10,0 @@ |
@@ -163,6 +163,6 @@ "use strict"; | ||
start: (0, _react2.css)({ | ||
alignItems: 'start' | ||
justifyContent: 'start' | ||
}), | ||
end: (0, _react2.css)({ | ||
alignItems: 'end' | ||
justifyContent: 'end' | ||
}) | ||
@@ -169,0 +169,0 @@ }; |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"sideEffects": false | ||
} |
@@ -155,6 +155,6 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
start: css({ | ||
alignItems: 'start' | ||
justifyContent: 'start' | ||
}), | ||
end: css({ | ||
alignItems: 'end' | ||
justifyContent: 'end' | ||
}) | ||
@@ -161,0 +161,0 @@ }; |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"sideEffects": false | ||
} |
@@ -158,6 +158,6 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
start: css({ | ||
alignItems: 'start' | ||
justifyContent: 'start' | ||
}), | ||
end: css({ | ||
alignItems: 'end' | ||
justifyContent: 'end' | ||
}) | ||
@@ -164,0 +164,0 @@ }; |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "An experimental package for exploration and validation of spacing / typography foundations.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
342251