@rmwc/formfield
Advanced tools
Comparing version 14.0.0-alpha.0 to 14.0.1-alpha.0
@@ -7,3 +7,3 @@ "use strict"; | ||
var useFormfieldFoundation = function (props) { | ||
base_1.useFoundation({ | ||
(0, base_1.useFoundation)({ | ||
props: props, | ||
@@ -10,0 +10,0 @@ elements: {}, |
@@ -9,6 +9,6 @@ "use strict"; | ||
/** A FormField component. */ | ||
exports.FormField = base_1.createComponent(function FormField(props, ref) { | ||
foundation_1.useFormfieldFoundation(props); | ||
exports.FormField = (0, base_1.createComponent)(function FormField(props, ref) { | ||
(0, foundation_1.useFormfieldFoundation)(props); | ||
var alignEnd = props.alignEnd, foundationRef = props.foundationRef, noWrap = props.noWrap, spaceBetween = props.spaceBetween, rest = tslib_1.__rest(props, ["alignEnd", "foundationRef", "noWrap", "spaceBetween"]); | ||
var className = base_1.useClassNames(props, [ | ||
var className = (0, base_1.useClassNames)(props, [ | ||
'mdc-form-field', | ||
@@ -15,0 +15,0 @@ { |
{ | ||
"name": "@rmwc/formfield", | ||
"version": "14.0.0-alpha.0", | ||
"version": "14.0.1-alpha.0", | ||
"description": "RMWC FormField component", | ||
@@ -40,6 +40,6 @@ "main": "dist/index.js", | ||
"@material/form-field": "^14.0.0", | ||
"@rmwc/base": "^14.0.0-alpha.0", | ||
"@rmwc/types": "^14.0.0-alpha.0" | ||
"@rmwc/base": "^14.0.1-alpha.0", | ||
"@rmwc/types": "^14.0.1-alpha.0" | ||
}, | ||
"gitHead": "bf098adc2571ee1641ef20d79f38fb64e9ff186e" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15488
Updated@rmwc/base@^14.0.1-alpha.0
Updated@rmwc/types@^14.0.1-alpha.0