@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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/side-navigation
2
2
 
3
+ ## 1.2.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`efa50ac72ba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/efa50ac72ba) - Adjusts jsdoc strings to improve prop documentation
8
+
3
9
  ## 1.2.10
4
10
 
5
11
  ### Patch Changes
@@ -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';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "sideEffects": false
5
5
  }
@@ -38,9 +38,9 @@ export interface NestableNavigationContentProps {
38
38
  */
39
39
  onChange?: (stack: string[]) => void;
40
40
  /**
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.
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.10",
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.0.0",
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",