Skip to content

Commit eae88ba

Browse files
authored
build: update to latest MDC canary and fix error (#19487)
Bumps to the latest canary version of MDC and fixes a build error.
1 parent 8008218 commit eae88ba

File tree

3 files changed

+535
-531
lines changed

3 files changed

+535
-531
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.4497b86ed.0",
62+
"material-components-web": "7.0.0-canary.8073a20a9.0",
6363
"rxjs": "^6.5.3",
6464
"systemjs": "0.19.43",
6565
"tslib": "^2.0.0",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,10 @@ sass_library(
258258
"@npm//:node_modules/@material/theme/_color-palette.scss",
259259
"@npm//:node_modules/@material/theme/_constants.import.scss",
260260
"@npm//:node_modules/@material/theme/_constants.scss",
261+
"@npm//:node_modules/@material/theme/_custom-properties.scss",
261262
"@npm//:node_modules/@material/theme/_functions.import.scss",
262263
"@npm//:node_modules/@material/theme/_functions.scss",
264+
"@npm//:node_modules/@material/theme/_gss.scss",
263265
"@npm//:node_modules/@material/theme/_index.scss",
264266
"@npm//:node_modules/@material/theme/_mixins.import.scss",
265267
"@npm//:node_modules/@material/theme/_mixins.scss",

0 commit comments

Comments
 (0)