@atlaskit/page-layout 4.2.12 → 4.2.13

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,13 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 4.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) -
8
+ Internal changes to how borders are applied.
9
+ - Updated dependencies
10
+
3
11
  ## 4.2.12
4
12
 
5
13
  ### Patch Changes
@@ -50,7 +50,7 @@ var grabAreaCollapsedStyles = (0, _react.css)({
50
50
  });
51
51
  var lineStyles = (0, _react.css)({
52
52
  display: 'block',
53
- width: "var(--ds-border-width-outline, 2px)",
53
+ width: '2px',
54
54
  height: '100%',
55
55
  backgroundColor: 'var(--ds-line)',
56
56
  transition: 'background-color 200ms'
@@ -43,7 +43,7 @@ const grabAreaCollapsedStyles = css({
43
43
  });
44
44
  const lineStyles = css({
45
45
  display: 'block',
46
- width: "var(--ds-border-width-outline, 2px)",
46
+ width: '2px',
47
47
  height: '100%',
48
48
  backgroundColor: 'var(--ds-line)',
49
49
  transition: 'background-color 200ms'
@@ -44,7 +44,7 @@ var grabAreaCollapsedStyles = css({
44
44
  });
45
45
  var lineStyles = css({
46
46
  display: 'block',
47
- width: "var(--ds-border-width-outline, 2px)",
47
+ width: '2px',
48
48
  height: '100%',
49
49
  backgroundColor: 'var(--ds-line)',
50
50
  transition: 'background-color 200ms'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "4.2.12",
3
+ "version": "4.2.13",
4
4
  "description": "A collection of components which let you compose an application's page layout.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,9 +42,9 @@
42
42
  "@atlaskit/link": "^3.2.0",
43
43
  "@atlaskit/motion": "^5.3.0",
44
44
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
- "@atlaskit/primitives": "^14.12.0",
46
- "@atlaskit/theme": "^20.0.0",
47
- "@atlaskit/tokens": "^6.1.0",
45
+ "@atlaskit/primitives": "^14.14.0",
46
+ "@atlaskit/theme": "^21.0.0",
47
+ "@atlaskit/tokens": "^6.3.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
50
  "bind-event-listener": "^3.0.0",
@@ -61,7 +61,7 @@
61
61
  "@atlaskit/button": "^23.4.0",
62
62
  "@atlaskit/docs": "^11.0.0",
63
63
  "@atlaskit/logo": "^19.7.0",
64
- "@atlaskit/menu": "^8.3.0",
64
+ "@atlaskit/menu": "^8.4.0",
65
65
  "@atlaskit/popup": "^4.3.0",
66
66
  "@atlaskit/section-message": "^8.7.0",
67
67
  "@atlaskit/side-navigation": "^11.0.0",