@rmwc/textfield
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -137,3 +137,3 @@ "use strict"; | ||
// @ts-ignore unsafe adapter access | ||
foundation.adapter_.floatLabel(props.floatLabel); | ||
foundation.adapter.floatLabel(props.floatLabel); | ||
} | ||
@@ -140,0 +140,0 @@ }, [foundation, props.floatLabel]); |
@@ -134,3 +134,3 @@ import { __assign, __read, __rest } from "tslib"; | ||
// @ts-ignore unsafe adapter access | ||
foundation.adapter_.floatLabel(props.floatLabel); | ||
foundation.adapter.floatLabel(props.floatLabel); | ||
} | ||
@@ -137,0 +137,0 @@ }, [foundation, props.floatLabel]); |
{ | ||
"name": "@rmwc/textfield", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "RMWC TextField component", | ||
@@ -40,11 +40,11 @@ "main": "dist/index.js", | ||
"@material/textfield": "^8.0.0", | ||
"@rmwc/base": "^8.0.0", | ||
"@rmwc/floating-label": "^8.0.0", | ||
"@rmwc/icon": "^8.0.0", | ||
"@rmwc/line-ripple": "^8.0.0", | ||
"@rmwc/notched-outline": "^8.0.0", | ||
"@rmwc/ripple": "^8.0.0", | ||
"@rmwc/types": "^8.0.0" | ||
"@rmwc/base": "^8.0.1", | ||
"@rmwc/floating-label": "^8.0.1", | ||
"@rmwc/icon": "^8.0.1", | ||
"@rmwc/line-ripple": "^8.0.1", | ||
"@rmwc/notched-outline": "^8.0.1", | ||
"@rmwc/ripple": "^8.0.1", | ||
"@rmwc/types": "^8.0.1" | ||
}, | ||
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1" | ||
} |
70189
Updated@rmwc/base@^8.0.1
Updated@rmwc/floating-label@^8.0.1
Updated@rmwc/icon@^8.0.1
Updated@rmwc/line-ripple@^8.0.1
Updated@rmwc/notched-outline@^8.0.1
Updated@rmwc/ripple@^8.0.1
Updated@rmwc/types@^8.0.1