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

@rmwc/textfield

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/textfield - npm Package Compare versions

Comparing version

to
5.0.18-alpha.0

2

dist/index.js

@@ -242,3 +242,3 @@ "use strict";

var renderedLabel = label ? (React.createElement(floating_label_1.FloatingLabel, __assign({}, this.label.props({}), { ref: this.label.setRef, htmlFor: tagProps.id }), label)) : null;
return (React.createElement(TextFieldRoot, __assign({}, this.root.props(__assign({}, rootProps, { className: className })), { invalid: invalid, withLeadingIcon: !!withLeadingIcon, withTrailingIcon: !!withTrailingIcon, textarea: textarea, dense: dense, disabled: disabled, outlined: outlined, fullwidth: fullwidth, ref: this.root.setRef, style: style }),
return (React.createElement(TextFieldRoot, __assign({}, this.root.props(__assign({}, rootProps, { className: className, style: style })), { invalid: invalid, withLeadingIcon: !!withLeadingIcon, withTrailingIcon: !!withTrailingIcon, textarea: textarea, dense: dense, disabled: disabled, outlined: outlined, fullwidth: fullwidth, ref: this.root.setRef }),
!!withLeadingIcon && this.renderIcon(withLeadingIcon, 'leadingIcon'),

@@ -245,0 +245,0 @@ children,

@@ -235,3 +235,3 @@ var __extends = (this && this.__extends) || (function () {

var renderedLabel = label ? (React.createElement(FloatingLabel, __assign({}, this.label.props({}), { ref: this.label.setRef, htmlFor: tagProps.id }), label)) : null;
return (React.createElement(TextFieldRoot, __assign({}, this.root.props(__assign({}, rootProps, { className: className })), { invalid: invalid, withLeadingIcon: !!withLeadingIcon, withTrailingIcon: !!withTrailingIcon, textarea: textarea, dense: dense, disabled: disabled, outlined: outlined, fullwidth: fullwidth, ref: this.root.setRef, style: style }),
return (React.createElement(TextFieldRoot, __assign({}, this.root.props(__assign({}, rootProps, { className: className, style: style })), { invalid: invalid, withLeadingIcon: !!withLeadingIcon, withTrailingIcon: !!withTrailingIcon, textarea: textarea, dense: dense, disabled: disabled, outlined: outlined, fullwidth: fullwidth, ref: this.root.setRef }),
!!withLeadingIcon && this.renderIcon(withLeadingIcon, 'leadingIcon'),

@@ -238,0 +238,0 @@ children,

{
"name": "@rmwc/textfield",
"version": "5.0.17-alpha.0",
"version": "5.0.18-alpha.0",
"description": "RMWC TextField component",

@@ -35,10 +35,10 @@ "main": "dist/index.js",

"@material/textfield": "^0.43.0",
"@rmwc/base": "^5.0.17-alpha.0",
"@rmwc/floating-label": "^5.0.17-alpha.0",
"@rmwc/icon": "^5.0.17-alpha.0",
"@rmwc/line-ripple": "^5.0.17-alpha.0",
"@rmwc/notched-outline": "^5.0.17-alpha.0",
"@rmwc/ripple": "^5.0.17-alpha.0"
"@rmwc/base": "^5.0.18-alpha.0",
"@rmwc/floating-label": "^5.0.18-alpha.0",
"@rmwc/icon": "^5.0.18-alpha.0",
"@rmwc/line-ripple": "^5.0.18-alpha.0",
"@rmwc/notched-outline": "^5.0.18-alpha.0",
"@rmwc/ripple": "^5.0.18-alpha.0"
},
"gitHead": "6245b5ffdb65fa0f9e911f91db017c6f71acdab6"
"gitHead": "897ce00c1f4266a5022279b18de7b9dbb83fe5fd"
}

Sorry, the diff of this file is not supported yet