@rmwc/formfield
Advanced tools
Comparing version 5.4.3 to 5.5.0
@@ -25,3 +25,3 @@ { | ||
"name": "FormField", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/9f05a35bf/src/formfield/index.tsx#L30", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/c93f2227b/src/formfield/index.tsx#L30", | ||
"extends": [ | ||
@@ -725,3 +725,3 @@ "FoundationComponent<MDCFormFieldFoundation, FormFieldProps>" | ||
"name": "getDefaultFoundation", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/9f05a35bf/src/formfield/index.tsx#L36", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/c93f2227b/src/formfield/index.tsx#L36", | ||
"signatures": [ | ||
@@ -732,3 +732,3 @@ { | ||
"name": "getDefaultFoundation", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/9f05a35bf/src/formfield/index.tsx#L36", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/c93f2227b/src/formfield/index.tsx#L36", | ||
"parameters": [], | ||
@@ -818,3 +818,3 @@ "returnType": "MDCFormFieldFoundation", | ||
"name": "render", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/9f05a35bf/src/formfield/index.tsx#L53", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/c93f2227b/src/formfield/index.tsx#L53", | ||
"signatures": [ | ||
@@ -825,3 +825,3 @@ { | ||
"name": "render", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/9f05a35bf/src/formfield/index.tsx#L53", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/c93f2227b/src/formfield/index.tsx#L53", | ||
"parameters": [], | ||
@@ -1083,3 +1083,3 @@ "returnType": "Element", | ||
"name": "displayName", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/9f05a35bf/src/formfield/index.tsx#L34", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/c93f2227b/src/formfield/index.tsx#L34", | ||
"defaultValue": "\"FormField\"", | ||
@@ -1205,3 +1205,3 @@ "type": "string" | ||
"name": "FormFieldProps", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/9f05a35bf/src/formfield/index.tsx#L10", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/c93f2227b/src/formfield/index.tsx#L10", | ||
"methods": [], | ||
@@ -1230,3 +1230,3 @@ "properties": [ | ||
"name": "alignEnd", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/9f05a35bf/src/formfield/index.tsx#L12", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/c93f2227b/src/formfield/index.tsx#L12", | ||
"type": "undefined | false | true" | ||
@@ -1233,0 +1233,0 @@ } |
{ | ||
"name": "@rmwc/formfield", | ||
"version": "5.4.3", | ||
"version": "5.5.0", | ||
"description": "RMWC FormField component", | ||
@@ -35,7 +35,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@material/form-field": "^1.1.0", | ||
"@rmwc/base": "^5.4.3", | ||
"@rmwc/types": "^5.4.3" | ||
"@material/form-field": "^2.0.0", | ||
"@rmwc/base": "^5.5.0", | ||
"@rmwc/types": "^5.5.0" | ||
}, | ||
"gitHead": "0a17a6ae16d49710cd8638aee484a4415556fdc3" | ||
"gitHead": "65ded6e7dbf4a83041f844db5454190204c6c399" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
+ Added@material/form-field@2.3.0(transitive)
+ Added@material/ripple@2.3.0(transitive)
+ Added@material/typography@2.3.0(transitive)
- Removed@material/form-field@1.1.0(transitive)
- Removed@material/ripple@1.1.0(transitive)
- Removed@material/typography@1.0.0(transitive)
Updated@material/form-field@^2.0.0
Updated@rmwc/base@^5.5.0
Updated@rmwc/types@^5.5.0