@atlaskit/side-navigation 1.8.0 → 1.8.2
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,17 @@
|
|
|
1
1
|
# @atlaskit/side-navigation
|
|
2
2
|
|
|
3
|
+
## 1.8.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
|
|
8
|
+
|
|
9
|
+
## 1.8.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
|
|
14
|
+
|
|
3
15
|
## 1.8.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -5,7 +5,7 @@ import { CSSFn, CustomItemComponentProps } from '@atlaskit/menu';
|
|
|
5
5
|
*
|
|
6
6
|
* A container for Header and Footer that safely handles props to the child component
|
|
7
7
|
*/
|
|
8
|
-
export declare const Container:
|
|
8
|
+
export declare const Container: ({ children, ...props }: CustomItemComponentProps) => JSX.Element;
|
|
9
9
|
export type HeaderProps = {
|
|
10
10
|
/**
|
|
11
11
|
* A function that can be used to override the styles of the component.
|
|
@@ -5,7 +5,7 @@ import { CSSFn, CustomItemComponentProps } from '@atlaskit/menu';
|
|
|
5
5
|
*
|
|
6
6
|
* A container for Header and Footer that safely handles props to the child component
|
|
7
7
|
*/
|
|
8
|
-
export declare const Container:
|
|
8
|
+
export declare const Container: ({ children, ...props }: CustomItemComponentProps) => JSX.Element;
|
|
9
9
|
export type HeaderProps = {
|
|
10
10
|
/**
|
|
11
11
|
* A function that can be used to override the styles of the component.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-navigation",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "A highly composable side navigation component that supports nested views.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/ds-explorations": "^2.
|
|
35
|
+
"@atlaskit/ds-explorations": "^2.2.0",
|
|
36
36
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
37
37
|
"@atlaskit/icon": "^21.12.0",
|
|
38
38
|
"@atlaskit/menu": "^1.7.0",
|
|
39
39
|
"@atlaskit/motion": "^1.4.0",
|
|
40
40
|
"@atlaskit/primitives": "^0.9.0",
|
|
41
41
|
"@atlaskit/theme": "^12.5.0",
|
|
42
|
-
"@atlaskit/tokens": "^1.
|
|
42
|
+
"@atlaskit/tokens": "^1.5.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@emotion/react": "^11.7.1"
|
|
45
45
|
},
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"react": "^16.8.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@atlaskit/atlassian-navigation": "^2.
|
|
50
|
+
"@atlaskit/atlassian-navigation": "^2.6.0",
|
|
51
51
|
"@atlaskit/button": "^16.7.0",
|
|
52
52
|
"@atlaskit/docs": "*",
|
|
53
53
|
"@atlaskit/logo": "^13.14.0",
|
|
54
54
|
"@atlaskit/onboarding": "^10.8.0",
|
|
55
55
|
"@atlaskit/section-message": "^6.4.0",
|
|
56
|
-
"@atlaskit/select": "^16.
|
|
56
|
+
"@atlaskit/select": "^16.5.0",
|
|
57
57
|
"@atlaskit/visual-regression": "*",
|
|
58
58
|
"@atlaskit/webdriver-runner": "*",
|
|
59
59
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|