@atlaskit/side-navigation 3.6.7 → 3.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
+ ## 3.6.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.6.7
4
10
 
5
11
  ### Patch Changes
@@ -91,6 +91,7 @@ var Header = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
91
91
  ,
92
92
  overrides: {
93
93
  Title: {
94
+ // eslint-disable-next-line @atlaskit/design-system/use-heading
94
95
  render: function render(_, _ref4) {
95
96
  var children = _ref4.children,
96
97
  props = (0, _objectWithoutProperties2.default)(_ref4, _excluded2);
@@ -83,6 +83,7 @@ const Header = /*#__PURE__*/forwardRef((props, ref) => {
83
83
  ,
84
84
  overrides: {
85
85
  Title: {
86
+ // eslint-disable-next-line @atlaskit/design-system/use-heading
86
87
  render: (_, {
87
88
  children,
88
89
  ...props
@@ -85,6 +85,7 @@ var Header = /*#__PURE__*/forwardRef(function (props, ref) {
85
85
  ,
86
86
  overrides: {
87
87
  Title: {
88
+ // eslint-disable-next-line @atlaskit/design-system/use-heading
88
89
  render: function render(_, _ref4) {
89
90
  var children = _ref4.children,
90
91
  props = _objectWithoutProperties(_ref4, _excluded2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "3.6.7",
3
+ "version": "3.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/"
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/ds-lib": "^3.3.0",
36
- "@atlaskit/icon": "^23.1.0",
36
+ "@atlaskit/icon": "^23.3.0",
37
37
  "@atlaskit/menu": "^2.13.0",
38
38
  "@atlaskit/motion": "^1.9.0",
39
39
  "@atlaskit/platform-feature-flags": "^0.3.0",
40
40
  "@atlaskit/primitives": "^13.3.0",
41
41
  "@atlaskit/theme": "^14.0.0",
42
- "@atlaskit/tokens": "^2.5.0",
42
+ "@atlaskit/tokens": "^3.0.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1"
45
45
  },
package/tsconfig.json CHANGED
@@ -10,6 +10,5 @@
10
10
  "node_modules"
11
11
  ],
12
12
  "compilerOptions": {
13
- "baseUrl": "./"
14
13
  }
15
14
  }