Skip to content

Commit 2d64ad7

Browse files
authored
build: update to latest MDC canary and fix error (#19389)
Bumps to the latest canary version of MDC and fixes a build error due to some code that was moved around.
1 parent e72e9ae commit 2d64ad7

File tree

3 files changed

+531
-534
lines changed

3 files changed

+531
-534
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/youtube": "^0.0.38",
6060
"@webcomponents/custom-elements": "^1.1.0",
6161
"core-js": "^2.6.9",
62-
"material-components-web": "7.0.0-canary.058cfd23c.0",
62+
"material-components-web": "7.0.0-canary.4497b86ed.0",
6363
"rxjs": "^6.5.3",
6464
"systemjs": "0.19.43",
6565
"tslib": "^1.12.0",

src/material-experimental/mdc-form-field/BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ sass_library(
6868
"@npm//:node_modules/@material/notched-outline/mdc-notched-outline.scss",
6969
"@npm//:node_modules/@material/ripple/common.scss",
7070
"@npm//:node_modules/@material/textfield/_functions.scss",
71-
"@npm//:node_modules/@material/textfield/character-counter/mdc-text-field-character-counter.scss",
72-
"@npm//:node_modules/@material/textfield/helper-text/mdc-text-field-helper-text.scss",
73-
"@npm//:node_modules/@material/textfield/icon/mdc-text-field-icon.scss",
7471
"@npm//:node_modules/@material/textfield/mdc-text-field.scss",
7572
],
7673
deps = [

0 commit comments

Comments
 (0)