@atlaskit/navigation-next
Advanced tools
Comparing version 5.1.1 to 5.1.2
# @atlaskit/navigation-next | ||
## 5.1.2 | ||
- [patch] [da6ef8b69a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da6ef8b69a): | ||
- Using new z-index values from theme | ||
## 5.1.1 | ||
@@ -4,0 +9,0 @@ - Updated dependencies [c95557e3ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c95557e3ff): |
{ | ||
"name": "@atlaskit/navigation-next", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"sideEffects": false | ||
} |
@@ -17,7 +17,7 @@ // @flow | ||
By default all the entrypoints should link \`./dist/esm\` instead of \`../\`. This is required because we're moving the content of \`./entrypoints\` folder to the root of \`dist\` after bundle before publish. | ||
You just need to create a file in the root of \`src\` folder exporting your component and it will be available for your consumers after publish. By default all the entrypoints are using \`esm\` bundles. | ||
EX: | ||
At \`src/entrypoints/LayoutManagerWithViewController.js\` we have a file with content of | ||
At \`src/LayoutManagerWithViewController.js\` we have a file with content of | ||
@@ -29,5 +29,7 @@ | ||
// @flow | ||
import LayoutManagerWithViewController from './dist/esm/components/LayoutManagerWithViewController'; | ||
export default LayoutManagerWithViewController; | ||
export { | ||
default as LayoutManagerWithViewController, | ||
} from './components/connected/LayoutManagerWithViewController'; | ||
`} | ||
@@ -38,7 +40,7 @@ | ||
${code` | ||
import LayoutManagerWithViewController from '@atlaskit/navigation-next/LayoutManagerWithViewController'; | ||
import ItemsRenderer from '@atlaskit/navigation-next/ItemsRenderer'; | ||
import SkeletonContainerView from '@atlaskit/navigation-next/SkeletonContainerView'; | ||
import NavigationProvider from '@atlaskit/navigation-next/NavigationProvider'; | ||
import AsyncLayoutManagerWithViewController from '@atlaskit/navigation-next/AsyncLayoutManagerWithViewController'; | ||
import { LayoutManagerWithViewController } from '@atlaskit/navigation-next/LayoutManagerWithViewController'; | ||
import { ItemsRenderer } from '@atlaskit/navigation-next/ItemsRenderer'; | ||
import { SkeletonContainerView } from '@atlaskit/navigation-next/SkeletonContainerView'; | ||
import { NavigationProvider } from '@atlaskit/navigation-next/NavigationProvider'; | ||
import { AsyncLayoutManagerWithViewController } from '@atlaskit/navigation-next/AsyncLayoutManagerWithViewController'; | ||
import { | ||
@@ -45,0 +47,0 @@ ViewController, |
{ | ||
"name": "@atlaskit/navigation-next", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "The Atlassian navigation component.", | ||
@@ -22,4 +22,5 @@ "license": "Apache-2.0", | ||
"@atlaskit/spinner": "^10.0.1", | ||
"@atlaskit/theme": "^8.0.1", | ||
"@atlaskit/theme": "^8.1.3", | ||
"@atlaskit/tooltip": "^13.0.1", | ||
"@atlaskit/visual-regression": "^0.0.1", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -52,3 +53,3 @@ "chromatism": "^2.6.0", | ||
"@atlaskit/global-navigation": "^6.2.2", | ||
"@atlaskit/inline-dialog": "^10.0.1", | ||
"@atlaskit/inline-dialog": "^10.0.2", | ||
"@atlaskit/logo": "^10.0.1", | ||
@@ -55,0 +56,0 @@ "@atlaskit/lozenge": "^7.0.0", |
{ | ||
"name": "@atlaskit/navigation-next", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"sideEffects": false | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
651641
10484
23
Updated@atlaskit/theme@^8.1.3