@atlaskit/side-navigation 1.6.7 → 1.6.8

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/side-navigation
2
2
 
3
+ ## 1.6.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`65e4baeea85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/65e4baeea85) - Internal changes.
8
+
3
9
  ## 1.6.7
4
10
 
5
11
  ### Patch Changes
@@ -14,8 +14,11 @@ var _context = require("../NestableNavigationContent/context");
14
14
  var baseMotionStyles = (0, _react.css)({
15
15
  position: 'absolute',
16
16
  zIndex: 1,
17
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
17
18
  top: 0,
19
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
18
20
  right: 0,
21
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
19
22
  left: 0
20
23
  });
21
24
  var enteringStyles = (0, _react.css)({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "sideEffects": false
5
5
  }
@@ -6,8 +6,11 @@ import { useShouldNestedElementRender } from '../NestableNavigationContent/conte
6
6
  const baseMotionStyles = css({
7
7
  position: 'absolute',
8
8
  zIndex: 1,
9
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
9
10
  top: 0,
11
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
10
12
  right: 0,
13
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
11
14
  left: 0
12
15
  });
13
16
  const enteringStyles = css({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "sideEffects": false
5
5
  }
@@ -6,8 +6,11 @@ import { useShouldNestedElementRender } from '../NestableNavigationContent/conte
6
6
  var baseMotionStyles = css({
7
7
  position: 'absolute',
8
8
  zIndex: 1,
9
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
9
10
  top: 0,
11
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
10
12
  right: 0,
13
+ // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
11
14
  left: 0
12
15
  });
13
16
  var enteringStyles = css({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "description": "A highly composable side navigation component that supports nested views.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,7 +42,7 @@
42
42
  "@atlaskit/atlassian-navigation": "^2.4.0",
43
43
  "@atlaskit/button": "^16.6.0",
44
44
  "@atlaskit/docs": "*",
45
- "@atlaskit/logo": "^13.12.0",
45
+ "@atlaskit/logo": "^13.13.0",
46
46
  "@atlaskit/onboarding": "^10.7.0",
47
47
  "@atlaskit/section-message": "^6.3.0",
48
48
  "@atlaskit/select": "^16.1.0",