solid-dismiss
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -56,3 +56,3 @@ import "./browserInfo"; | ||
*/ | ||
focusElementOnOpen?: "menuPopup" | "firstChild" | string | JSX.Element | (() => JSX.Element); | ||
focusElementOnOpen?: "menuPopup" | "firstChild" | JSX.Element | (() => JSX.Element); | ||
/** | ||
@@ -73,3 +73,3 @@ * | ||
*/ | ||
focusElementOnClose?: "menuButton" | string | JSX.Element | FocusElementOnCloseOptions; | ||
focusElementOnClose?: "menuButton" | JSX.Element | FocusElementOnCloseOptions; | ||
/** | ||
@@ -191,3 +191,3 @@ * | ||
*/ | ||
tabBackwards?: "menuButton" | string | JSX.Element; | ||
tabBackwards?: "menuButton" | JSX.Element; | ||
/** | ||
@@ -203,3 +203,3 @@ * | ||
*/ | ||
tabForwards?: "menuButton" | string | JSX.Element; | ||
tabForwards?: "menuButton" | JSX.Element; | ||
/** | ||
@@ -214,3 +214,3 @@ * focus on element when exiting menuPopup via click outside popup. | ||
*/ | ||
click?: "menuButton" | string | JSX.Element; | ||
click?: "menuButton" | JSX.Element; | ||
/** | ||
@@ -222,3 +222,3 @@ * | ||
*/ | ||
escapeKey?: "menuButton" | string | JSX.Element; | ||
escapeKey?: "menuButton" | JSX.Element; | ||
/** | ||
@@ -230,3 +230,3 @@ * | ||
*/ | ||
scrolling?: "menuButton" | string | JSX.Element; | ||
scrolling?: "menuButton" | JSX.Element; | ||
}; | ||
@@ -233,0 +233,0 @@ export declare type OnOpenHandler = (open: boolean, props: { |
{ | ||
"name": "solid-dismiss", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"homepage": "https://aquaductape.github.io/solid-dismiss/", | ||
@@ -59,5 +59,5 @@ "description": "Handles \"click outside\" behavior for popup menu. Closing is triggered by click/focus outside of popup element or pressing \"Escape\" key.", | ||
"rollup-preset-solid": "^0.3.0", | ||
"solid-js": "^1.0.7", | ||
"solid-js": "^1.2.1", | ||
"typedoc": "^0.22.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
286237