@neovici/cosmoz-dropdown
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "@neovici/cosmoz-dropdown", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "A simple dropdown web component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -14,2 +14,5 @@ import { html, component, useCallback } from 'haunted'; | ||
box-sizing: border-box; | ||
padding: var(--cosmoz-dropdown-spacing, 0px) | ||
} | ||
.content { | ||
background: var(--cosmoz-dropdown-bg-color, #fff); | ||
@@ -22,3 +25,3 @@ box-shadow: var(--cosmoz-dropdown-box-shadow, 0px 3px 4px 2px rgba(0, 0, 0, 0.1)); | ||
</style> | ||
<slot></slot>`; | ||
<div class="content"><slot></slot></div>`; | ||
}, | ||
@@ -25,0 +28,0 @@ Dropdown = host => { |
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
8453
210