clay-label
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -64,5 +64,2 @@ 'use strict'; | ||
return !this.emit({ | ||
data: { | ||
label: this.label | ||
}, | ||
name: 'close', | ||
@@ -86,3 +83,3 @@ originalEvent: event | ||
/** | ||
* True or false to activate the close button. | ||
* Flag to indicate if the label is closeable. | ||
* @default false | ||
@@ -89,0 +86,0 @@ * @instance |
{ | ||
"name": "clay-label", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "Metal Clay Label component", | ||
"license": "BSD", | ||
"license": "BSD-3-Clause", | ||
"repository": "https://github.com/liferay/clay/tree/master/packages/clay-label", | ||
@@ -31,5 +31,5 @@ "engines": { | ||
"dependencies": { | ||
"clay-button": "^2.6.0", | ||
"clay-component": "^2.6.0", | ||
"clay-link": "^2.6.0", | ||
"clay-button": "^2.7.0", | ||
"clay-component": "^2.7.0", | ||
"clay-link": "^2.7.0", | ||
"metal": "^2.16.0", | ||
@@ -46,8 +46,8 @@ "metal-soy": "^2.16.0", | ||
"babel-preset-env": "^1.6.0", | ||
"browserslist-config-clay": "^2.6.0", | ||
"clay-css": "^2.6.0", | ||
"browserslist-config-clay": "^2.7.0", | ||
"clay-css": "^2.7.0", | ||
"metal-dom": "^2.13.2", | ||
"metal-tools-soy": "^6.0.0", | ||
"webpack": "^3.0.0", | ||
"webpack-config-clay": "^2.6.0" | ||
"webpack-config-clay": "^2.7.0" | ||
}, | ||
@@ -57,3 +57,3 @@ "browserslist": [ | ||
], | ||
"gitHead": "8f75a89917eb3dbf9ad848975cea9e5606f4d917" | ||
"gitHead": "860f3be9e01cbab321bd7f2ff2abfdc931383b61" | ||
} |
@@ -141,5 +141,2 @@ 'use strict'; | ||
expect.objectContaining({ | ||
data: { | ||
label: expect.any(String), | ||
}, | ||
name: 'close', | ||
@@ -146,0 +143,0 @@ originalEvent: expect.any(Object), |
@@ -23,5 +23,2 @@ import 'clay-button'; | ||
return !this.emit({ | ||
data: { | ||
label: this.label, | ||
}, | ||
name: 'close', | ||
@@ -40,3 +37,3 @@ originalEvent: event, | ||
/** | ||
* True or false to activate the close button. | ||
* Flag to indicate if the label is closeable. | ||
* @default false | ||
@@ -43,0 +40,0 @@ * @instance |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
0
65579
1
752
Updatedclay-button@^2.7.0
Updatedclay-component@^2.7.0
Updatedclay-link@^2.7.0