@rmwc/notched-outline
Advanced tools
Comparing version 6.0.0-alpha.13 to 6.0.0-alpha.14
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
import { NotchedOutlineProps } from '.'; | ||
@@ -3,0 +4,0 @@ import { MDCNotchedOutlineFoundation } from '@material/notched-outline'; |
@@ -33,3 +33,4 @@ "use strict"; | ||
var _a; | ||
labelRef.current = ((_a = rootEl.ref) === null || _a === void 0 ? void 0 : _a.querySelector('label')) || undefined; | ||
labelRef.current = | ||
((_a = rootEl.ref) === null || _a === void 0 ? void 0 : _a.querySelector('.mdc-floating-label')) || undefined; | ||
var label = labelRef.current; | ||
@@ -36,0 +37,0 @@ if (label) { |
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
import { NotchedOutlineProps } from '.'; | ||
@@ -3,0 +4,0 @@ import { MDCNotchedOutlineFoundation } from '@material/notched-outline'; |
@@ -31,3 +31,4 @@ import { __assign, __rest } from "tslib"; | ||
var _a; | ||
labelRef.current = ((_a = rootEl.ref) === null || _a === void 0 ? void 0 : _a.querySelector('label')) || undefined; | ||
labelRef.current = | ||
((_a = rootEl.ref) === null || _a === void 0 ? void 0 : _a.querySelector('.mdc-floating-label')) || undefined; | ||
var label = labelRef.current; | ||
@@ -34,0 +35,0 @@ if (label) { |
{ | ||
"name": "@rmwc/notched-outline", | ||
"version": "6.0.0-alpha.13", | ||
"version": "6.0.0-alpha.14", | ||
"description": "RMWC NotchedOutline component", | ||
@@ -37,7 +37,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@material/notched-outline": "^4.0.0", | ||
"@rmwc/base": "^6.0.0-alpha.13", | ||
"@material/notched-outline": "^5.1.0", | ||
"@rmwc/base": "^6.0.0-alpha.14", | ||
"@rmwc/types": "^6.0.0-alpha.13" | ||
}, | ||
"gitHead": "158b04689970c533e176c43825a96c99e0770aeb" | ||
"gitHead": "833ea31991033133952976e8b56237f4427939b6" | ||
} |
Sorry, the diff of this file is not supported yet
16659
338
+ Added@material/animation@5.1.0(transitive)
+ Added@material/base@5.1.0(transitive)
+ Added@material/feature-targeting@5.1.0(transitive)
+ Added@material/floating-label@5.1.0(transitive)
+ Added@material/notched-outline@5.1.0(transitive)
+ Added@material/rtl@5.1.0(transitive)
+ Added@material/shape@5.1.0(transitive)
+ Added@material/theme@5.1.0(transitive)
+ Added@material/typography@5.1.0(transitive)
- Removed@material/animation@4.0.0(transitive)
- Removed@material/base@4.0.0(transitive)
- Removed@material/feature-targeting@4.0.0(transitive)
- Removed@material/floating-label@4.0.0(transitive)
- Removed@material/notched-outline@4.0.0(transitive)
- Removed@material/rtl@4.0.0(transitive)
- Removed@material/shape@4.0.0(transitive)
- Removed@material/theme@4.0.0(transitive)
- Removed@material/typography@4.0.0(transitive)
Updated@rmwc/base@^6.0.0-alpha.14