@neovici/cosmoz-dropdown
Advanced tools
Comparing version 1.5.2 to 1.5.3
{ | ||
"name": "@neovici/cosmoz-dropdown", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "A simple dropdown web component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -60,3 +60,3 @@ import { component, useCallback } from 'haunted'; | ||
<div class="anchor" part="anchor"> | ||
<button @click=${ onToggle } @mousedown=${ preventDefault } part="button"> | ||
<button @click=${ onToggle } @mousedown=${ preventDefault } part="button" id="dropdownButton"> | ||
<slot name="button">...</slot> | ||
@@ -63,0 +63,0 @@ </button> |
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
10104