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

@react-spectrum/textfield

Package Overview
Dependencies
Maintainers
2
Versions
800
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spectrum/textfield - npm Package Compare versions

Comparing version 3.0.0-nightly.869 to 3.0.0-nightly.887

3

dist/main.js

@@ -241,4 +241,7 @@ var {

let input = inputRef.current;
let prevAlignment = input.style.alignSelf;
input.style.alignSelf = 'start';
input.style.height = 'auto';
input.style.height = input.scrollHeight + "px";
input.style.alignSelf = prevAlignment;
}

@@ -245,0 +248,0 @@ }, [isQuiet, inputRef]);

@@ -194,4 +194,7 @@ import { useTextField } from "@react-aria/textfield";

let input = inputRef.current;
let prevAlignment = input.style.alignSelf;
input.style.alignSelf = 'start';
input.style.height = 'auto';
input.style.height = input.scrollHeight + "px";
input.style.alignSelf = prevAlignment;
}

@@ -198,0 +201,0 @@ }, [isQuiet, inputRef]);

32

package.json
{
"name": "@react-spectrum/textfield",
"version": "3.0.0-nightly.869+309a8a23",
"version": "3.0.0-nightly.887+85ecf65a",
"description": "Spectrum UI components in React",

@@ -35,18 +35,18 @@ "license": "Apache-2.0",

"@babel/runtime": "^7.6.2",
"@react-aria/focus": "3.0.0-nightly.869+309a8a23",
"@react-aria/i18n": "3.0.0-nightly.869+309a8a23",
"@react-aria/interactions": "3.0.0-nightly.869+309a8a23",
"@react-aria/textfield": "3.0.0-nightly.869+309a8a23",
"@react-aria/utils": "3.0.0-nightly.869+309a8a23",
"@react-spectrum/form": "3.0.0-nightly.869+309a8a23",
"@react-spectrum/label": "3.3.1-nightly.2547+309a8a23",
"@react-spectrum/utils": "3.0.0-nightly.869+309a8a23",
"@react-stately/utils": "3.0.0-nightly.869+309a8a23",
"@react-types/shared": "3.0.0-nightly.869+309a8a23",
"@react-types/textfield": "3.0.0-nightly.869+309a8a23",
"@spectrum-icons/ui": "3.0.0-nightly.869+309a8a23"
"@react-aria/focus": "3.0.0-nightly.887+85ecf65a",
"@react-aria/i18n": "3.0.0-nightly.887+85ecf65a",
"@react-aria/interactions": "3.0.0-nightly.887+85ecf65a",
"@react-aria/textfield": "3.0.0-nightly.887+85ecf65a",
"@react-aria/utils": "3.0.0-nightly.887+85ecf65a",
"@react-spectrum/form": "3.0.0-nightly.887+85ecf65a",
"@react-spectrum/label": "3.3.1-nightly.2565+85ecf65a",
"@react-spectrum/utils": "3.0.0-nightly.887+85ecf65a",
"@react-stately/utils": "3.0.0-nightly.887+85ecf65a",
"@react-types/shared": "3.0.0-nightly.887+85ecf65a",
"@react-types/textfield": "3.0.0-nightly.887+85ecf65a",
"@spectrum-icons/ui": "3.0.0-nightly.887+85ecf65a"
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-nightly.869+309a8a23",
"@spectrum-icons/workflow": "3.0.0-nightly.869+309a8a23"
"@adobe/spectrum-css-temp": "3.0.0-nightly.887+85ecf65a",
"@spectrum-icons/workflow": "3.0.0-nightly.887+85ecf65a"
},

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

},
"gitHead": "309a8a236d27c8766da70c1b416d63172c145c0f"
"gitHead": "85ecf65a79b92869846b390892aa9e752f479b18"
}

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