@atlaskit/navigation-next
Advanced tools
Comparing version 5.0.1 to 5.1.0
# @atlaskit/navigation-next | ||
## 5.1.0 | ||
- [minor] [6d7faa9784](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6d7faa9784): | ||
- Adds the ability to a function to access refs in navigation-next/GlobalItem. This function is exposed in GlobalNavigation for each of the items on GlobalNav in a prop called get<X>Ref, where X is product, create etc. | ||
## 5.0.1 | ||
@@ -4,0 +9,0 @@ - Updated dependencies [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394): |
@@ -53,3 +53,3 @@ import _objectSpread from "@babel/runtime/helpers/objectSpread"; | ||
itemWrapper: { | ||
marginTop: "".concat(gridSize(), "px") | ||
padding: "".concat(gridSize() / 2, "px") | ||
} | ||
@@ -56,0 +56,0 @@ } |
@@ -76,3 +76,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
key: props.id, | ||
size: "large", | ||
size: "small", | ||
index: index | ||
@@ -79,0 +79,0 @@ })); |
@@ -12,3 +12,3 @@ import _objectSpread from "@babel/runtime/helpers/objectSpread"; | ||
justifyContent: 'space-between', | ||
paddingBottom: gridSize * 3, | ||
paddingBottom: "calc(".concat(gridSize * 3 - 4, "px)"), | ||
paddingTop: gridSize * 3, | ||
@@ -15,0 +15,0 @@ transition: 'background-color 0.3s cubic-bezier(0.2, 0, 0, 1), color 0.3s cubic-bezier(0.2, 0, 0, 1)', |
{ | ||
"name": "@atlaskit/navigation-next", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/navigation-next", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"description": "The Atlassian navigation component.", | ||
@@ -50,3 +50,3 @@ "license": "Apache-2.0", | ||
"@atlaskit/field-base": "^12.0.0", | ||
"@atlaskit/global-navigation": "^6.1.1", | ||
"@atlaskit/global-navigation": "^6.2.0", | ||
"@atlaskit/inline-dialog": "^10.0.1", | ||
@@ -53,0 +53,0 @@ "@atlaskit/logo": "^10.0.1", |
{ | ||
"name": "@atlaskit/navigation-next", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
651301
307
10483