@atlaskit/primitives 0.3.3 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/primitives
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`003c381e37d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003c381e37d) - Apply `width: 100%` to Inline and Stack when `grow` prop is set to `fill`.
8
+
3
9
  ## 0.3.3
4
10
 
5
11
  ### Patch Changes
@@ -41,6 +41,7 @@ var flexGrowMap = {
41
41
  flexGrow: 0
42
42
  }),
43
43
  fill: (0, _react2.css)({
44
+ width: '100%',
44
45
  flexGrow: 1
45
46
  })
46
47
  };
@@ -38,6 +38,7 @@ var flexGrowMap = {
38
38
  flexGrow: 0
39
39
  }),
40
40
  fill: (0, _react2.css)({
41
+ width: '100%',
41
42
  flexGrow: 1
42
43
  })
43
44
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "0.3.3",
3
+ "version": "0.4.0",
4
4
  "sideEffects": false
5
5
  }
@@ -34,6 +34,7 @@ const flexGrowMap = {
34
34
  flexGrow: 0
35
35
  }),
36
36
  fill: css({
37
+ width: '100%',
37
38
  flexGrow: 1
38
39
  })
39
40
  };
@@ -31,6 +31,7 @@ const flexGrowMap = {
31
31
  flexGrow: 0
32
32
  }),
33
33
  fill: css({
34
+ width: '100%',
34
35
  flexGrow: 1
35
36
  })
36
37
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "0.3.3",
3
+ "version": "0.4.0",
4
4
  "sideEffects": false
5
5
  }
@@ -34,6 +34,7 @@ var flexGrowMap = {
34
34
  flexGrow: 0
35
35
  }),
36
36
  fill: css({
37
+ width: '100%',
37
38
  flexGrow: 1
38
39
  })
39
40
  };
@@ -31,6 +31,7 @@ var flexGrowMap = {
31
31
  flexGrow: 0
32
32
  }),
33
33
  fill: css({
34
+ width: '100%',
34
35
  flexGrow: 1
35
36
  })
36
37
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "0.3.3",
3
+ "version": "0.4.0",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "0.3.3",
3
+ "version": "0.4.0",
4
4
  "description": "Primitives are token-backed low-level building blocks.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",