@rmwc/floating-label
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -18,3 +18,3 @@ { | ||
"name": "FloatingLabel", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L12", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L12", | ||
"extends": [ | ||
@@ -289,3 +289,3 @@ "FoundationComponent<MDCFloatingLabelFoundation, FloatingLabelProps>" | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -306,3 +306,3 @@ "isExported": true, | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"kind": "signature", | ||
@@ -317,3 +317,3 @@ "name": "componentDidMount", | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -334,3 +334,3 @@ "isExported": true, | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"kind": "signature", | ||
@@ -474,3 +474,3 @@ "name": "componentDidUpdate", | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -491,3 +491,3 @@ "isExported": true, | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"kind": "signature", | ||
@@ -589,3 +589,3 @@ "name": "componentWillUnmount", | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -606,3 +606,3 @@ "isExported": true, | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"kind": "signature", | ||
@@ -633,3 +633,3 @@ "name": "createElement", | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -657,3 +657,3 @@ "isExported": true, | ||
}, | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"kind": "signature", | ||
@@ -696,3 +696,3 @@ "name": "emit", | ||
"isExternal": false, | ||
"isOptional": true, | ||
"isOptional": false, | ||
"isPrivate": false, | ||
@@ -706,7 +706,8 @@ "isProtected": false, | ||
"name": "shouldBubble", | ||
"type": "undefined | false | true" | ||
"defaultValue": "false", | ||
"type": "boolean" | ||
} | ||
], | ||
"returnType": "CustomEvent<any>", | ||
"type": "(evtType: string, evtData: any, shouldBubble?: undefined | false | true) => CustomEvent<any>" | ||
"type": "(evtType: string, evtData: any, shouldBubble?: boolean) => CustomEvent<any>" | ||
} | ||
@@ -729,3 +730,3 @@ ] | ||
"name": "getDefaultFoundation", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L20", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L20", | ||
"signatures": [ | ||
@@ -736,3 +737,3 @@ { | ||
"name": "getDefaultFoundation", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L20", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L20", | ||
"parameters": [], | ||
@@ -822,3 +823,3 @@ "returnType": "MDCFloatingLabelFoundation", | ||
"name": "getWidth", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L48", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L48", | ||
"signatures": [ | ||
@@ -829,3 +830,3 @@ { | ||
"name": "getWidth", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L48", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L48", | ||
"parameters": [], | ||
@@ -851,3 +852,3 @@ "returnType": "number", | ||
"name": "render", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L52", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L52", | ||
"signatures": [ | ||
@@ -858,3 +859,3 @@ { | ||
"name": "render", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L52", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L52", | ||
"parameters": [], | ||
@@ -959,3 +960,3 @@ "returnType": "Element", | ||
"name": "sync", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L36", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L36", | ||
"signatures": [ | ||
@@ -966,3 +967,3 @@ { | ||
"name": "sync", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L36", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L36", | ||
"parameters": [ | ||
@@ -1006,3 +1007,3 @@ { | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -1023,3 +1024,3 @@ "isExported": true, | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"kind": "signature", | ||
@@ -1080,3 +1081,3 @@ "name": "syncProp", | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -1097,3 +1098,3 @@ "isExported": true, | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"kind": "signature", | ||
@@ -1123,3 +1124,3 @@ "name": "update", | ||
"name": "displayName", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L16", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L16", | ||
"defaultValue": "\"FloatingLabel\"", | ||
@@ -1129,3 +1130,3 @@ "type": "string" | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -1143,2 +1144,3 @@ "isExported": true, | ||
"name": "shouldDebounce", | ||
"defaultValue": "false", | ||
"inheritedFrom": "FoundationComponent.shouldDebounce", | ||
@@ -1148,3 +1150,3 @@ "type": "boolean" | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -1166,3 +1168,3 @@ "isExported": true, | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -1185,3 +1187,3 @@ "isExported": true, | ||
"constructorType": { | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"flags": { | ||
@@ -1202,3 +1204,3 @@ "isExported": true, | ||
{ | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/dist/foundation-component.d.ts", | ||
"fileName": "src/floating-label/node_modules/@rmwc/base/foundation-component.tsx", | ||
"kind": "signature", | ||
@@ -1243,3 +1245,3 @@ "name": "new FloatingLabel", | ||
"name": "FloatingLabelProps", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L7", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L7", | ||
"methods": [], | ||
@@ -1261,3 +1263,3 @@ "properties": [ | ||
"name": "float", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L9", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L9", | ||
"type": "undefined | false | true" | ||
@@ -1279,3 +1281,3 @@ }, | ||
"name": "shake", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/99bf40822/src/floating-label/index.tsx#L8", | ||
"sourceUrl": "https://github.com/jamesmfriedman/rmwc/blob/40cb74678/src/floating-label/index.tsx#L8", | ||
"type": "undefined | false | true" | ||
@@ -1282,0 +1284,0 @@ } |
{ | ||
"name": "@rmwc/floating-label", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "RMWC FloatingLabel component", | ||
@@ -36,6 +36,6 @@ "main": "dist/index.js", | ||
"@material/floating-label": "^1.0.0", | ||
"@rmwc/base": "^5.3.0", | ||
"@rmwc/types": "^5.3.0" | ||
"@rmwc/base": "^5.3.1", | ||
"@rmwc/types": "^5.3.1" | ||
}, | ||
"gitHead": "7089eb6d09818041945a82bf8df9e92e66cecc50" | ||
"gitHead": "5ae98ed32a2827431980ce949d5c95078ea9e3c9" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1513
0
69081
Updated@rmwc/base@^5.3.1
Updated@rmwc/types@^5.3.1