@neovici/cosmoz-autocomplete
Advanced tools
Comparing version 8.8.0 to 8.8.1
@@ -25,3 +25,7 @@ import { virtualize, virtualizerRef, } from '@lit-labs/virtualizer/virtualize.js'; | ||
}), [itemHeight]); | ||
return html `<div class="items" ${ref((el) => (listRef.current = el))}> | ||
return html `<div | ||
class="items" | ||
${ref((el) => (listRef.current = el))} | ||
style="min-height: ${height}px" | ||
> | ||
<div virtualizer-sizer></div> | ||
@@ -28,0 +32,0 @@ ${virtualize({ |
@@ -25,2 +25,5 @@ import { tagged as css } from '@neovici/cosmoz-utils'; | ||
} | ||
:host([popover]) { | ||
padding: 0; | ||
} | ||
.items { | ||
@@ -27,0 +30,0 @@ position: relative; |
{ | ||
"name": "@neovici/cosmoz-autocomplete", | ||
"version": "8.8.0", | ||
"version": "8.8.1", | ||
"description": "A autocomplete input web component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
38360
1042