multiselect-combo-box
Advanced tools
Comparing version 2.5.0-alpha.2 to 2.5.0-alpha.3
@@ -15,3 +15,3 @@ { | ||
"name": "multiselect-combo-box", | ||
"version": "2.5.0-alpha.2", | ||
"version": "2.5.0-alpha.3", | ||
"main": "multiselect-combo-box.js", | ||
@@ -18,0 +18,0 @@ "directories": { |
@@ -513,2 +513,4 @@ import {PolymerElement} from '@polymer/polymer/polymer-element.js'; | ||
this.notifyResize(); | ||
this.dispatchEvent(new CustomEvent('iron-resize', {bubbles: true})); | ||
} | ||
@@ -515,0 +517,0 @@ this.width = this.offsetWidth; |
@@ -108,3 +108,2 @@ import '@vaadin/vaadin-lumo-styles/font-icons.js'; | ||
background-color: transparent !important; | ||
box-shadow: none; | ||
} | ||
@@ -111,0 +110,0 @@ |
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
57052