@rmwc/floating-label
Advanced tools
Comparing version 5.4.1 to 5.4.2
@@ -18,3 +18,3 @@ { | ||
"name": "FloatingLabel", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L12", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L12", | ||
"extends": [ | ||
@@ -718,3 +718,3 @@ "FoundationComponent<MDCFloatingLabelFoundation, FloatingLabelProps>" | ||
"name": "getDefaultFoundation", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L20", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L20", | ||
"signatures": [ | ||
@@ -725,3 +725,3 @@ { | ||
"name": "getDefaultFoundation", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L20", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L20", | ||
"parameters": [], | ||
@@ -811,3 +811,3 @@ "returnType": "MDCFloatingLabelFoundation", | ||
"name": "getWidth", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L48", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L48", | ||
"signatures": [ | ||
@@ -818,3 +818,3 @@ { | ||
"name": "getWidth", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L48", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L48", | ||
"parameters": [], | ||
@@ -840,3 +840,3 @@ "returnType": "number", | ||
"name": "render", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L52", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L52", | ||
"signatures": [ | ||
@@ -847,3 +847,3 @@ { | ||
"name": "render", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L52", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L52", | ||
"parameters": [], | ||
@@ -948,3 +948,3 @@ "returnType": "Element", | ||
"name": "sync", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L36", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L36", | ||
"signatures": [ | ||
@@ -955,3 +955,3 @@ { | ||
"name": "sync", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L36", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L36", | ||
"parameters": [ | ||
@@ -1108,3 +1108,3 @@ { | ||
"name": "displayName", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L16", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L16", | ||
"defaultValue": "\"FloatingLabel\"", | ||
@@ -1223,3 +1223,3 @@ "type": "string" | ||
"name": "FloatingLabelProps", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L7", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L7", | ||
"methods": [], | ||
@@ -1241,3 +1241,3 @@ "properties": [ | ||
"name": "float", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L9", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L9", | ||
"type": "undefined | false | true" | ||
@@ -1259,3 +1259,3 @@ }, | ||
"name": "shake", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/748de1f81/src/floating-label/index.tsx#L8", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/76326d1e5/src/floating-label/index.tsx#L8", | ||
"type": "undefined | false | true" | ||
@@ -1262,0 +1262,0 @@ } |
{ | ||
"name": "@rmwc/floating-label", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"description": "RMWC FloatingLabel component", | ||
@@ -36,6 +36,6 @@ "main": "dist/index.js", | ||
"@material/floating-label": "^1.1.0", | ||
"@rmwc/base": "^5.4.1", | ||
"@rmwc/types": "^5.4.1" | ||
"@rmwc/base": "^5.4.2", | ||
"@rmwc/types": "^5.4.2" | ||
}, | ||
"gitHead": "82250a2b071c612701dfa00b47dfc8b0ff220f46" | ||
"gitHead": "edcc310b1ef9ec4b81d56c0f507858dd10cd7b8e" | ||
} |
Updated@rmwc/base@^5.4.2
Updated@rmwc/types@^5.4.2