Socket
Socket
Sign inDemoInstall

@react-aria/textfield

Package Overview
Dependencies
6
Maintainers
1
Versions
695
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-nightly.767 to 3.0.0-nightly.770

4

dist/types.d.ts
import { AriaTextFieldProps } from "@react-types/textfield";
import { InputHTMLAttributes, LabelHTMLAttributes, RefObject, ElementType } from "react";
import { InputHTMLAttributes, LabelHTMLAttributes, RefObject, TextareaHTMLAttributes, ElementType } from "react";
interface TextFieldAria {
/** Props for the input element. */
inputProps: InputHTMLAttributes<HTMLInputElement & HTMLTextAreaElement>;
inputProps: InputHTMLAttributes<HTMLInputElement> | TextareaHTMLAttributes<HTMLTextAreaElement>;
/** Props for the text field's visible label element (if any). */

@@ -7,0 +7,0 @@ labelProps: LabelHTMLAttributes<HTMLLabelElement>;

{
"name": "@react-aria/textfield",
"version": "3.0.0-nightly.767+df4650ba",
"version": "3.0.0-nightly.770+28ceccbf",
"description": "Spectrum UI components in React",

@@ -21,7 +21,7 @@ "license": "Apache-2.0",

"@babel/runtime": "^7.6.2",
"@react-aria/focus": "3.0.0-nightly.767+df4650ba",
"@react-aria/label": "3.0.0-nightly.767+df4650ba",
"@react-aria/utils": "3.0.0-nightly.767+df4650ba",
"@react-types/shared": "3.0.0-nightly.767+df4650ba",
"@react-types/textfield": "3.0.0-nightly.767+df4650ba"
"@react-aria/focus": "3.0.0-nightly.770+28ceccbf",
"@react-aria/label": "3.0.0-nightly.770+28ceccbf",
"@react-aria/utils": "3.0.0-nightly.770+28ceccbf",
"@react-types/shared": "3.0.0-nightly.770+28ceccbf",
"@react-types/textfield": "3.0.0-nightly.770+28ceccbf"
},

@@ -34,3 +34,3 @@ "peerDependencies": {

},
"gitHead": "df4650ba218034780d86a0ce0459bbe7f88cc1ce"
"gitHead": "28ceccbf05637e9fb256794a16c0152e52be179e"
}

@@ -14,3 +14,3 @@ /*

import {AriaTextFieldProps} from '@react-types/textfield';
import {ChangeEvent, InputHTMLAttributes, LabelHTMLAttributes, RefObject} from 'react';
import {ChangeEvent, InputHTMLAttributes, LabelHTMLAttributes, RefObject, TextareaHTMLAttributes} from 'react';
import {ElementType} from 'react';

@@ -23,3 +23,3 @@ import {filterDOMProps, mergeProps} from '@react-aria/utils';

/** Props for the input element. */
inputProps: InputHTMLAttributes<HTMLInputElement & HTMLTextAreaElement>,
inputProps: InputHTMLAttributes<HTMLInputElement> | TextareaHTMLAttributes<HTMLTextAreaElement>,
/** Props for the text field's visible label element (if any). */

@@ -26,0 +26,0 @@ labelProps: LabelHTMLAttributes<HTMLLabelElement>

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc