solid-dismiss
Advanced tools
Comparing version 1.7.121 to 1.7.122
{ | ||
"name": "solid-dismiss", | ||
"version": "1.7.121", | ||
"version": "1.7.122", | ||
"homepage": "https://aquaductape.github.io/solid-dismiss/", | ||
@@ -35,2 +35,3 @@ "description": "Handles \"click outside\" behavior for popup menu. Closing is triggered by click/focus outside of popup element or pressing \"Escape\" key.", | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"solid": "./dist/source/index.jsx", | ||
@@ -37,0 +38,0 @@ "default": "./dist/esm/index.js" |
@@ -123,3 +123,3 @@ <p> | ||
overlayElement={{ | ||
element: <div style="position: fixed; inset: 0; height: calc(100vh + 65px); z-index: 1000; background: rgba(0, 0, 0, 0.5)"/> | ||
element: <div style="position: fixed; inset: 0; height: calc(100vh + 100px); z-index: 1000; background: rgba(0, 0, 0, 0.5)"/> | ||
}} | ||
@@ -126,0 +126,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
352617