@atlaskit/side-navigation 1.2.10 → 1.2.11
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
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
order: 2
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
import DoDont from '@atlaskit/gatsby-theme-brisk/src/components/do-dont';
|
|
6
5
|
import buttonConciseDo from './images/button-concise-do.png';
|
|
7
6
|
import buttonConciseDont from './images/button-concise-dont.png';
|
|
8
7
|
import buttonCapitalizationDo from './images/button-capitalization-do.png';
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -38,9 +38,9 @@ export interface NestableNavigationContentProps {
|
|
|
38
38
|
*/
|
|
39
39
|
onChange?: (stack: string[]) => void;
|
|
40
40
|
/**
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
Custom overrides for the composed components.
|
|
42
|
+
|
|
43
|
+
@deprecated Please avoid using this prop as we intend to remove the prop completely in a future release. See DSP-2682 for more information.
|
|
44
44
|
*/
|
|
45
45
|
overrides?: {
|
|
46
46
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-navigation",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.11",
|
|
4
4
|
"description": "A highly composable side navigation component that supports nested views.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@atlaskit/ds-lib": "^1.4.0",
|
|
27
27
|
"@atlaskit/icon": "^21.10.0",
|
|
28
28
|
"@atlaskit/menu": "^1.3.0",
|
|
29
|
-
"@atlaskit/motion": "^1.
|
|
29
|
+
"@atlaskit/motion": "^1.1.0",
|
|
30
30
|
"@atlaskit/theme": "^12.1.0",
|
|
31
31
|
"@atlaskit/tokens": "^0.10.0",
|
|
32
32
|
"@babel/runtime": "^7.0.0",
|