Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yamada-ui/use-focus

Package Overview
Dependencies
Maintainers
1
Versions
561
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/use-focus - npm Package Compare versions

Comparing version 0.0.0-dev-20230716195657 to 0.0.0-dev-20230718011629

2

dist/index.d.ts

@@ -22,4 +22,4 @@ import { FocusableElement } from '@yamada-ui/utils';

};
declare const useFocusOnPointerDown: ({ ref, elements, enabled }: UseFocusOnMouseDownProps) => void;
declare const useFocusOnPointerDown: ({ ref, elements, enabled, }: UseFocusOnMouseDownProps) => void;
export { UseFocusOnHideProps, UseFocusOnMouseDownProps, UseFocusOnShowProps, useFocusOnHide, useFocusOnPointerDown, useFocusOnShow };

@@ -96,3 +96,7 @@ "use strict";

};
var useFocusOnPointerDown = ({ ref, elements, enabled }) => {
var useFocusOnPointerDown = ({
ref,
elements,
enabled
}) => {
const doc = () => {

@@ -99,0 +103,0 @@ var _a, _b;

{
"name": "@yamada-ui/use-focus",
"version": "0.0.0-dev-20230716195657",
"version": "0.0.0-dev-20230718011629",
"description": "Yamada UI useFocus custom hook",

@@ -27,4 +27,4 @@ "keywords": [

"dependencies": {
"@yamada-ui/utils": "0.0.0-dev-20230716195657",
"@yamada-ui/use-event-listener": "0.0.0-dev-20230716195657"
"@yamada-ui/utils": "0.0.0-dev-20230718011629",
"@yamada-ui/use-event-listener": "0.0.0-dev-20230718011629"
},

@@ -31,0 +31,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc