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

@react-aria/focus

Package Overview
Dependencies
Maintainers
2
Versions
797
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/focus - npm Package Compare versions

Comparing version 3.0.0-nightly-8ab4f20de-240913 to 3.0.0-nightly-93c26d8bd-241025

5

dist/FocusScope.main.js

@@ -325,3 +325,2 @@ var $1c7f9157d722357d$exports = require("./focusSafely.main.js");

// This is a useLayoutEffect so it is guaranteed to run before our async synthetic blur
// eslint-disable-next-line arrow-body-style
(0, $euGna$reactariautils.useLayoutEffect)(()=>{

@@ -368,3 +367,3 @@ return ()=>{

(0, $1c7f9157d722357d$exports.focusSafely)(element);
} catch (err) {
} catch {
// ignore

@@ -374,3 +373,3 @@ }

element.focus();
} catch (err) {
} catch {
// ignore

@@ -377,0 +376,0 @@ }

@@ -310,3 +310,2 @@ import {focusSafely as $6a99195332edec8b$export$80f3e147d781571c} from "./focusSafely.module.js";

// This is a useLayoutEffect so it is guaranteed to run before our async synthetic blur
// eslint-disable-next-line arrow-body-style
(0, $cgawC$useLayoutEffect)(()=>{

@@ -353,3 +352,3 @@ return ()=>{

(0, $6a99195332edec8b$export$80f3e147d781571c)(element);
} catch (err) {
} catch {
// ignore

@@ -359,3 +358,3 @@ }

element.focus();
} catch (err) {
} catch {
// ignore

@@ -362,0 +361,0 @@ }

4

dist/types.d.ts

@@ -122,3 +122,3 @@ import { FocusableElement, RefObject, DOMAttributes, FocusableDOMProps, FocusableProps } from "@react-types/shared";

export function FocusRing(props: FocusRingProps): React.ReactElement<unknown, string | React.JSXElementConstructor<any>>;
export interface FocusableOptions extends FocusableProps, FocusableDOMProps {
export interface FocusableOptions<T = FocusableElement> extends FocusableProps<T>, FocusableDOMProps {
/** Whether focus should be disabled. */

@@ -139,3 +139,3 @@ isDisabled?: boolean;

*/
export function useFocusable(props: FocusableOptions, domRef: RefObject<FocusableElement | null>): FocusableAria;
export function useFocusable<T extends FocusableElement = FocusableElement>(props: FocusableOptions<T>, domRef: RefObject<FocusableElement | null>): FocusableAria;
interface AriaHasTabbableChildOptions {

@@ -142,0 +142,0 @@ isDisabled?: boolean;

{
"name": "@react-aria/focus",
"version": "3.0.0-nightly-8ab4f20de-240913",
"version": "3.0.0-nightly-93c26d8bd-241025",
"description": "Spectrum UI components in React",

@@ -25,5 +25,5 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/interactions": "^3.0.0-nightly-8ab4f20de-240913",
"@react-aria/utils": "^3.0.0-nightly-8ab4f20de-240913",
"@react-types/shared": "^3.0.0-nightly-8ab4f20de-240913",
"@react-aria/interactions": "^3.0.0-nightly-93c26d8bd-241025",
"@react-aria/utils": "^3.0.0-nightly-93c26d8bd-241025",
"@react-types/shared": "^3.0.0-nightly-93c26d8bd-241025",
"@swc/helpers": "^0.5.0",

@@ -38,3 +38,3 @@ "clsx": "^2.0.0"

},
"stableVersion": "3.18.2"
"stableVersion": "3.18.4"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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