Skip to content

Commit 239e01d

Browse files
authored
build: update to latest MDC canary version and fix error (#19026)
Updates to the latest Canary version of MDC and fixes a build error that was caught by the CI.
1 parent f405cb6 commit 239e01d

File tree

3 files changed

+538
-515
lines changed

3 files changed

+538
-515
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.d5808057f.0",
61+
"material-components-web": "6.0.0-canary.9930d9cc5.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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ sass_library(
4848
"@npm//:node_modules/@material/chips/_mixins.scss",
4949
"@npm//:node_modules/@material/chips/_variables.import.scss",
5050
"@npm//:node_modules/@material/chips/_variables.scss",
51+
"@npm//:node_modules/@material/chips/trailingaction/_index.scss",
52+
"@npm//:node_modules/@material/chips/trailingaction/_mixins.scss",
53+
"@npm//:node_modules/@material/chips/trailingaction/_variables.scss",
54+
"@npm//:node_modules/@material/circular-progress/_index.scss",
55+
"@npm//:node_modules/@material/circular-progress/_keyframes.import.scss",
56+
"@npm//:node_modules/@material/circular-progress/_keyframes.scss",
57+
"@npm//:node_modules/@material/circular-progress/_mixins.import.scss",
58+
"@npm//:node_modules/@material/circular-progress/_mixins.scss",
59+
"@npm//:node_modules/@material/circular-progress/_variables.import.scss",
60+
"@npm//:node_modules/@material/circular-progress/_variables.scss",
5161
"@npm//:node_modules/@material/data-table/_index.scss",
5262
"@npm//:node_modules/@material/data-table/_mixins.import.scss",
5363
"@npm//:node_modules/@material/data-table/_mixins.scss",
@@ -168,7 +178,6 @@ sass_library(
168178
"@npm//:node_modules/@material/select/_functions.import.scss",
169179
"@npm//:node_modules/@material/select/_functions.scss",
170180
"@npm//:node_modules/@material/select/_index.scss",
171-
"@npm//:node_modules/@material/select/_keyframes.scss",
172181
"@npm//:node_modules/@material/select/_mixins.import.scss",
173182
"@npm//:node_modules/@material/select/_mixins.scss",
174183
"@npm//:node_modules/@material/select/_variables.import.scss",

0 commit comments

Comments
 (0)