@atlaskit/primitives
Advanced tools
Comparing version 1.6.4 to 1.6.5
# @atlaskit/primitives | ||
## 1.6.5 | ||
### Patch Changes | ||
- [#41563](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41563) [`50de1ccacd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50de1ccacd7) - Additional documentation details for alignment props on Inline and Stack. | ||
## 1.6.4 | ||
@@ -4,0 +10,0 @@ |
@@ -11,7 +11,7 @@ /** @jsx jsx */ | ||
/** | ||
* Used to align children along the main axis. | ||
* Used to align children along the block axis (typically vertical). | ||
*/ | ||
alignBlock?: AlignBlock; | ||
/** | ||
* Used to align children along the cross axis. | ||
* Used to align children along the inline axis (typically horizontal). | ||
*/ | ||
@@ -73,7 +73,7 @@ alignInline?: AlignInline; | ||
/** | ||
* Used to align children along the main axis. | ||
* Used to align children along the block axis (typically vertical). | ||
*/ | ||
alignBlock?: AlignBlock | undefined; | ||
/** | ||
* Used to align children along the cross axis. | ||
* Used to align children along the inline axis (typically horizontal). | ||
*/ | ||
@@ -80,0 +80,0 @@ alignInline?: AlignInline | undefined; |
@@ -11,7 +11,7 @@ /** @jsx jsx */ | ||
/** | ||
* Used to align children along the main axis. | ||
* Used to align children along the block axis (typically vertical). | ||
*/ | ||
alignBlock?: Exclude<AlignBlock, 'baseline'>; | ||
/** | ||
* Used to align children along the cross axis. | ||
* Used to align children along the inline axis (typically horizontal). | ||
*/ | ||
@@ -60,7 +60,7 @@ alignInline?: AlignInline; | ||
/** | ||
* Used to align children along the main axis. | ||
* Used to align children along the block axis (typically vertical). | ||
*/ | ||
alignBlock?: "stretch" | "center" | "end" | "start" | undefined; | ||
/** | ||
* Used to align children along the cross axis. | ||
* Used to align children along the inline axis (typically horizontal). | ||
*/ | ||
@@ -67,0 +67,0 @@ alignInline?: AlignInline | undefined; |
@@ -11,7 +11,7 @@ /** @jsx jsx */ | ||
/** | ||
* Used to align children along the main axis. | ||
* Used to align children along the block axis (typically vertical). | ||
*/ | ||
alignBlock?: AlignBlock; | ||
/** | ||
* Used to align children along the cross axis. | ||
* Used to align children along the inline axis (typically horizontal). | ||
*/ | ||
@@ -73,7 +73,7 @@ alignInline?: AlignInline; | ||
/** | ||
* Used to align children along the main axis. | ||
* Used to align children along the block axis (typically vertical). | ||
*/ | ||
alignBlock?: AlignBlock | undefined; | ||
/** | ||
* Used to align children along the cross axis. | ||
* Used to align children along the inline axis (typically horizontal). | ||
*/ | ||
@@ -80,0 +80,0 @@ alignInline?: AlignInline | undefined; |
@@ -11,7 +11,7 @@ /** @jsx jsx */ | ||
/** | ||
* Used to align children along the main axis. | ||
* Used to align children along the block axis (typically vertical). | ||
*/ | ||
alignBlock?: Exclude<AlignBlock, 'baseline'>; | ||
/** | ||
* Used to align children along the cross axis. | ||
* Used to align children along the inline axis (typically horizontal). | ||
*/ | ||
@@ -60,7 +60,7 @@ alignInline?: AlignInline; | ||
/** | ||
* Used to align children along the main axis. | ||
* Used to align children along the block axis (typically vertical). | ||
*/ | ||
alignBlock?: "stretch" | "center" | "end" | "start" | undefined; | ||
/** | ||
* Used to align children along the cross axis. | ||
* Used to align children along the inline axis (typically horizontal). | ||
*/ | ||
@@ -67,0 +67,0 @@ alignInline?: AlignInline | undefined; |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Primitives are token-backed low-level building blocks.", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
1572755