Skip to content

Commit 4086f25

Browse files
authored
build: update to latest MDC canary and fix error (#19132)
Updates to the latest Canary version of MDC and fixes a build error.
1 parent 9d31d71 commit 4086f25

File tree

3 files changed

+531
-527
lines changed

3 files changed

+531
-527
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/youtube": "^0.0.38",
5959
"@webcomponents/custom-elements": "^1.1.0",
6060
"core-js": "^2.6.9",
61-
"material-components-web": "6.0.0-canary.c4b4bba96.0",
61+
"material-components-web": "6.0.0-canary.deda86d8c.0",
6262
"rxjs": "^6.5.3",
6363
"systemjs": "0.19.43",
6464
"tslib": "^1.10.0",

src/material-experimental/mdc-helpers/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ sass_library(
7373
"@npm//:node_modules/@material/dialog/_mixins.scss",
7474
"@npm//:node_modules/@material/dialog/_variables.import.scss",
7575
"@npm//:node_modules/@material/dialog/_variables.scss",
76+
"@npm//:node_modules/@material/dom/_index.scss",
77+
"@npm//:node_modules/@material/dom/_mixins.scss",
7678
"@npm//:node_modules/@material/drawer/_index.scss",
7779
"@npm//:node_modules/@material/drawer/_mixins.import.scss",
7880
"@npm//:node_modules/@material/drawer/_mixins.scss",

0 commit comments

Comments
 (0)