@atlaskit/ds-explorations
Advanced tools
Comparing version 1.3.2 to 1.4.0
# @atlaskit/ds-explorations | ||
## 1.4.0 | ||
### Minor Changes | ||
- [`7f886c0aa18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f886c0aa18) - The `Inline` component now allows children to be justified 'space-between'. | ||
## 1.3.2 | ||
@@ -4,0 +10,0 @@ |
@@ -40,2 +40,5 @@ "use strict"; | ||
}), | ||
'space-between': (0, _react2.css)({ | ||
justifyContent: 'space-between' | ||
}), | ||
flexEnd: (0, _react2.css)({ | ||
@@ -42,0 +45,0 @@ justifyContent: 'flex-end' |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"sideEffects": false | ||
} |
@@ -31,2 +31,5 @@ /** @jsx jsx */ | ||
}), | ||
'space-between': css({ | ||
justifyContent: 'space-between' | ||
}), | ||
flexEnd: css({ | ||
@@ -33,0 +36,0 @@ justifyContent: 'flex-end' |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"sideEffects": false | ||
} |
@@ -31,2 +31,5 @@ /** @jsx jsx */ | ||
}), | ||
'space-between': css({ | ||
justifyContent: 'space-between' | ||
}), | ||
flexEnd: css({ | ||
@@ -33,0 +36,0 @@ justifyContent: 'flex-end' |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"sideEffects": false | ||
} |
@@ -44,2 +44,3 @@ /** @jsx jsx */ | ||
flexStart: import("@emotion/react").SerializedStyles; | ||
'space-between': import("@emotion/react").SerializedStyles; | ||
flexEnd: import("@emotion/react").SerializedStyles; | ||
@@ -46,0 +47,0 @@ start: import("@emotion/react").SerializedStyles; |
{ | ||
"name": "@atlaskit/ds-explorations", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "An experimental package for exploration and validation of spacing / typography foundations.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -11,2 +11,3 @@ <!-- API Report Version: 2.3 --> | ||
- [Main Entry Types](#main-entry-types) | ||
- [Peer Dependencies](#peer-dependencies) | ||
@@ -283,2 +284,3 @@ ### Main Entry Types | ||
flexStart: SerializedStyles; | ||
'space-between': SerializedStyles; | ||
flexEnd: SerializedStyles; | ||
@@ -614,1 +616,13 @@ start: SerializedStyles; | ||
<!--SECTION END: Main Entry Types--> | ||
### Peer Dependencies | ||
<!--SECTION START: Peer Dependencies--> | ||
```json | ||
{ | ||
"react": "^16.8.0" | ||
} | ||
``` | ||
<!--SECTION END: Peer Dependencies--> |
@@ -267,2 +267,3 @@ ## API Report File for "@atlaskit/ds-explorations" | ||
flexStart: SerializedStyles; | ||
'space-between': SerializedStyles; | ||
flexEnd: SerializedStyles; | ||
@@ -269,0 +270,0 @@ start: SerializedStyles; |
Sorry, the diff of this file is not supported yet
306538
8806