Socket
Socket
Sign inDemoInstall

@react-aria/textfield

Package Overview
Dependencies
Maintainers
2
Versions
724
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-nightly.2989 to 3.0.0-nightly.2992

4

dist/types.d.ts
import { AriaTextFieldProps } from "@react-types/textfield";
import { HTMLAttributes, JSX, LabelHTMLAttributes, RefObject } from "react";
import { DOMAttributes, ValidationResult } from "@react-types/shared";
import { DOMAttributes, ValidationResult, RefObject as _RefObject1 } from "@react-types/shared";
/**

@@ -79,5 +79,5 @@ * A map of HTML element names and their interface types.

}
export function useFormattedTextField(props: AriaTextFieldProps, state: FormattedTextFieldState, inputRef: RefObject<HTMLInputElement | null>): TextFieldAria;
export function useFormattedTextField(props: AriaTextFieldProps, state: FormattedTextFieldState, inputRef: _RefObject1<HTMLInputElement | null>): TextFieldAria;
export type { AriaTextFieldProps } from '@react-types/textfield';
//# sourceMappingURL=types.d.ts.map
{
"name": "@react-aria/textfield",
"version": "3.0.0-nightly.2989+76365df43",
"version": "3.0.0-nightly.2992+546ffa41f",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-aria/focus": "3.0.0-nightly.2989+76365df43",
"@react-aria/form": "3.0.6-nightly.4701+76365df43",
"@react-aria/label": "3.0.0-nightly.2989+76365df43",
"@react-aria/utils": "3.0.0-nightly.2989+76365df43",
"@react-stately/form": "3.0.4-nightly.4701+76365df43",
"@react-stately/utils": "3.0.0-nightly.2989+76365df43",
"@react-types/shared": "3.0.0-nightly.2989+76365df43",
"@react-types/textfield": "3.0.0-nightly.2989+76365df43",
"@react-aria/focus": "3.0.0-nightly.2992+546ffa41f",
"@react-aria/form": "3.0.6-nightly.4704+546ffa41f",
"@react-aria/label": "3.0.0-nightly.2992+546ffa41f",
"@react-aria/utils": "3.0.0-nightly.2992+546ffa41f",
"@react-stately/form": "3.0.4-nightly.4704+546ffa41f",
"@react-stately/utils": "3.0.0-nightly.2992+546ffa41f",
"@react-types/shared": "3.0.0-nightly.2992+546ffa41f",
"@react-types/textfield": "3.0.0-nightly.2992+546ffa41f",
"@swc/helpers": "^0.5.0"

@@ -42,3 +42,3 @@ },

},
"gitHead": "76365df434b6f65b137113557ba14a32ea466c8f"
"gitHead": "546ffa41f7d1d3a566950a14d8f46cf726891220"
}

@@ -15,4 +15,5 @@ /*

import {mergeProps, useEffectEvent} from '@react-aria/utils';
import {RefObject, useEffect, useRef} from 'react';
import {RefObject} from '@react-types/shared';
import {TextFieldAria, useTextField} from './useTextField';
import {useEffect, useRef} from 'react';

@@ -19,0 +20,0 @@ interface FormattedTextFieldState {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc