New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@saruni-ui/textfield

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saruni-ui/textfield - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.7](https://github.com/tambium/saruni-ui/compare/@saruni-ui/textfield@0.0.6...@saruni-ui/textfield@0.0.7) (2020-07-02)
**Note:** Version bump only for package @saruni-ui/textfield
## [0.0.6](https://github.com/tambium/saruni-ui/compare/@saruni-ui/textfield@0.0.5...@saruni-ui/textfield@0.0.6) (2020-07-01)

@@ -8,0 +16,0 @@

17

dist/components/TextField.js

@@ -142,5 +142,14 @@ "use strict";

isReadOnly = textFieldProps.isReadOnly,
isRequired = textFieldProps.isRequired,
fr = textFieldProps.forwardedRef,
inputProps = (0, _objectWithoutProperties2["default"])(textFieldProps, ["isDisabled", "isReadOnly", "isRequired", "forwardedRef"]);
isRequired = textFieldProps.isRequired;
var filterProps = function filterProps(props) {
var forwardedRef = props.forwardedRef,
isDisabled = props.isDisabled,
isInvalid = props.isInvalid,
isReadOnly = props.isReadOnly,
isRequired = props.isRequired,
rest = (0, _objectWithoutProperties2["default"])(props, ["forwardedRef", "isDisabled", "isInvalid", "isReadOnly", "isRequired"]);
return rest;
};
return (0, _core.jsx)(_theme2.Theme.Provider, {

@@ -155,3 +164,3 @@ theme: props.theme

}, function (tokens) {
return (0, _core.jsx)(_Input.Input, (0, _extends2["default"])({}, inputProps, {
return (0, _core.jsx)(_Input.Input, (0, _extends2["default"])({}, filterProps(textFieldProps), {
isDisabled: isDisabled,

@@ -158,0 +167,0 @@ isReadOnly: isReadOnly,

{
"name": "@saruni-ui/textfield",
"version": "0.0.6",
"version": "0.0.7",
"author": "Tambium",

@@ -17,4 +17,4 @@ "license": "Apache-2.0",

"@emotion/core": "^10.0.28",
"@saruni-ui/form": "^0.0.6",
"@saruni-ui/theme": "^0.0.4",
"@saruni-ui/form": "^0.0.7",
"@saruni-ui/theme": "^0.0.5",
"react-hook-form": "^5.7.2"

@@ -28,3 +28,3 @@ },

},
"gitHead": "5ebae3d0b9a42d828f426209b87bccc63f97c753"
"gitHead": "b039472b00f670f44d786fca886b4498df751405"
}

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