Comparing version 12.8.0 to 12.8.1
@@ -27,4 +27,6 @@ /** | ||
disabled || | ||
// If closable is not explicitly set to true, the remove button should be hidden when closeIcon is null or false | ||
closable !== true && (closeIcon === false || closeIcon === null)) { | ||
// closable is false | ||
closable === false || | ||
// If closable is undefined, the remove button should be hidden when closeIcon is null or false | ||
closable === undefined && (closeIcon === false || closeIcon === null)) { | ||
return false; | ||
@@ -31,0 +33,0 @@ } |
@@ -35,4 +35,6 @@ "use strict"; | ||
disabled || | ||
// If closable is not explicitly set to true, the remove button should be hidden when closeIcon is null or false | ||
closable !== true && (closeIcon === false || closeIcon === null)) { | ||
// closable is false | ||
closable === false || | ||
// If closable is undefined, the remove button should be hidden when closeIcon is null or false | ||
closable === undefined && (closeIcon === false || closeIcon === null)) { | ||
return false; | ||
@@ -39,0 +41,0 @@ } |
{ | ||
"name": "rc-tabs", | ||
"version": "12.8.0", | ||
"version": "12.8.1", | ||
"description": "tabs ui component for react", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
156556
3728