@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
|
@@ -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);
|
|
@@ -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.
|
|
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.
|
|
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": "^
|
|
42
|
+
"@atlaskit/tokens": "^3.0.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@emotion/react": "^11.7.1"
|
|
45
45
|
},
|