@atlaskit/side-navigation 3.2.0 → 3.2.1
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
package/afm-jira/tsconfig.json
CHANGED
|
@@ -12,7 +12,6 @@ export interface NestableNavigationContentProps {
|
|
|
12
12
|
* A `testId` prop is provided for specified elements,
|
|
13
13
|
* which is a unique string that appears as a data attribute `data-testid` in the rendered code,
|
|
14
14
|
* serving as a hook for automated tests.
|
|
15
|
-
*
|
|
16
15
|
* Will set these elements when defined:
|
|
17
16
|
* - This wrapper - `{testId}`
|
|
18
17
|
* - The back item (displayed when inside a nested view) - `{testId}--go-back-item`
|
|
@@ -12,7 +12,6 @@ export interface NestableNavigationContentProps {
|
|
|
12
12
|
* A `testId` prop is provided for specified elements,
|
|
13
13
|
* which is a unique string that appears as a data attribute `data-testid` in the rendered code,
|
|
14
14
|
* serving as a hook for automated tests.
|
|
15
|
-
*
|
|
16
15
|
* Will set these elements when defined:
|
|
17
16
|
* - This wrapper - `{testId}`
|
|
18
17
|
* - The back item (displayed when inside a nested view) - `{testId}--go-back-item`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-navigation",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "A highly composable side navigation component that supports nested views.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@atlaskit/ds-lib": "^2.3.0",
|
|
34
34
|
"@atlaskit/icon": "^22.3.0",
|
|
35
|
-
"@atlaskit/menu": "^2.
|
|
35
|
+
"@atlaskit/menu": "^2.4.0",
|
|
36
36
|
"@atlaskit/motion": "^1.6.0",
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^0.2.5",
|
|
38
|
-
"@atlaskit/primitives": "^
|
|
39
|
-
"@atlaskit/theme": "^12.
|
|
38
|
+
"@atlaskit/primitives": "^7.0.0",
|
|
39
|
+
"@atlaskit/theme": "^12.9.0",
|
|
40
40
|
"@atlaskit/tokens": "^1.49.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1"
|