@qlean/york-web
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -116,3 +116,3 @@ "use strict"; | ||
name: "logo" | ||
}, _react["default"].createElement(Logo, null)), isNavigationAvailable && _react["default"].createElement(_react["default"].Fragment, null, _react["default"].createElement(_primitive.Separator, { | ||
}, _react["default"].createElement(Logo, null)), isNavigationAvailable && !hideTabs && _react["default"].createElement(_react["default"].Fragment, null, _react["default"].createElement(_primitive.Separator, { | ||
width: 3 | ||
@@ -130,3 +130,3 @@ }), _react["default"].createElement(_Tabs["default"], { | ||
phone: phone | ||
})), isProfileAvailable && !hideTabs && _react["default"].createElement(StyledTopMenuItem, null, _react["default"].createElement(_Profile["default"], { | ||
})), isProfileAvailable && _react["default"].createElement(StyledTopMenuItem, null, _react["default"].createElement(_Profile["default"], { | ||
components: components, | ||
@@ -133,0 +133,0 @@ callbacks: callbacks, |
{ | ||
"name": "@qlean/york-web", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "", | ||
@@ -25,3 +25,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "c096eda758f40b48c9121d0eaf8ee896bfeb1b24" | ||
"gitHead": "d8cf1d7d9a6c203dce7a1531ab8d3a51223b4f8e" | ||
} |
@@ -91,3 +91,3 @@ import React from 'react' | ||
</Link> | ||
{isNavigationAvailable && ( | ||
{isNavigationAvailable && !hideTabs && ( | ||
<> | ||
@@ -110,3 +110,3 @@ <Separator width={3} /> | ||
)} | ||
{isProfileAvailable && !hideTabs && ( | ||
{isProfileAvailable && ( | ||
<StyledTopMenuItem> | ||
@@ -113,0 +113,0 @@ <Profile |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0