@atlaskit/primitives
Advanced tools
Comparing version 0.3.3 to 0.4.0
# @atlaskit/primitives | ||
## 0.4.0 | ||
### Minor Changes | ||
- [`003c381e37d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003c381e37d) - Apply `width: 100%` to Inline and Stack when `grow` prop is set to `fill`. | ||
## 0.3.3 | ||
@@ -4,0 +10,0 @@ |
@@ -44,2 +44,3 @@ "use strict"; | ||
fill: (0, _react2.css)({ | ||
width: '100%', | ||
flexGrow: 1 | ||
@@ -46,0 +47,0 @@ }) |
@@ -41,2 +41,3 @@ "use strict"; | ||
fill: (0, _react2.css)({ | ||
width: '100%', | ||
flexGrow: 1 | ||
@@ -43,0 +44,0 @@ }) |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"sideEffects": false | ||
} |
@@ -37,2 +37,3 @@ /** @jsx jsx */ | ||
fill: css({ | ||
width: '100%', | ||
flexGrow: 1 | ||
@@ -39,0 +40,0 @@ }) |
@@ -34,2 +34,3 @@ /** @jsx jsx */ | ||
fill: css({ | ||
width: '100%', | ||
flexGrow: 1 | ||
@@ -36,0 +37,0 @@ }) |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"sideEffects": false | ||
} |
@@ -37,2 +37,3 @@ /** @jsx jsx */ | ||
fill: css({ | ||
width: '100%', | ||
flexGrow: 1 | ||
@@ -39,0 +40,0 @@ }) |
@@ -34,2 +34,3 @@ /** @jsx jsx */ | ||
fill: css({ | ||
width: '100%', | ||
flexGrow: 1 | ||
@@ -36,0 +37,0 @@ }) |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "Primitives are token-backed low-level building blocks.", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian Pty Ltd", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
271828
6770