File tree Expand file tree Collapse file tree 5 files changed +505
-519
lines changed
material-experimental/mdc-helpers Expand file tree Collapse file tree 5 files changed +505
-519
lines changed Original file line number Diff line number Diff line change 54
54
"@types/youtube" : " ^0.0.38" ,
55
55
"@webcomponents/custom-elements" : " ^1.1.0" ,
56
56
"core-js" : " ^2.6.9" ,
57
- "material-components-web" : " 5.0.0-canary.faa9af310 .0" ,
57
+ "material-components-web" : " 5.0.0-canary.6092f71ee .0" ,
58
58
"rxjs" : " ^6.5.3" ,
59
59
"systemjs" : " 0.19.43" ,
60
60
"tslib" : " ^1.10.0" ,
Original file line number Diff line number Diff line change @@ -127,7 +127,6 @@ filegroup(
127
127
"@npm//:node_modules/@material/drawer/dist/mdc.drawer.js" ,
128
128
"@npm//:node_modules/@material/floating-label/dist/mdc.floatingLabel.js" ,
129
129
"@npm//:node_modules/@material/form-field/dist/mdc.formField.js" ,
130
- "@npm//:node_modules/@material/grid-list/dist/mdc.gridList.js" ,
131
130
"@npm//:node_modules/@material/icon-button/dist/mdc.iconButton.js" ,
132
131
"@npm//:node_modules/@material/line-ripple/dist/mdc.lineRipple.js" ,
133
132
"@npm//:node_modules/@material/linear-progress/dist/mdc.linearProgress.js" ,
Original file line number Diff line number Diff line change @@ -82,10 +82,6 @@ sass_library(
82
82
"@npm//:node_modules/@material/form-field/_mixins.scss" ,
83
83
"@npm//:node_modules/@material/form-field/_variables.import.scss" ,
84
84
"@npm//:node_modules/@material/form-field/_variables.scss" ,
85
- "@npm//:node_modules/@material/grid-list/_mixins.import.scss" ,
86
- "@npm//:node_modules/@material/grid-list/_mixins.scss" ,
87
- "@npm//:node_modules/@material/grid-list/_variables.import.scss" ,
88
- "@npm//:node_modules/@material/grid-list/_variables.scss" ,
89
85
"@npm//:node_modules/@material/icon-button/_mixins.import.scss" ,
90
86
"@npm//:node_modules/@material/icon-button/_mixins.scss" ,
91
87
"@npm//:node_modules/@material/icon-button/_variables.import.scss" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ var pathMapping = {
46
46
'@material/drawer' : 'node:@material/drawer/dist/mdc.drawer.js' ,
47
47
'@material/floating-label' : 'node:@material/floating-label/dist/mdc.floatingLabel.js' ,
48
48
'@material/form-field' : 'node:@material/form-field/dist/mdc.formField.js' ,
49
- '@material/grid-list' : '@material/grid-list/dist/mdc.gridList.js' ,
50
49
'@material/icon-button' : 'node:@material/icon-button/dist/mdc.iconButton.js' ,
51
50
'@material/line-ripple' : 'node:@material/line-ripple/dist/mdc.lineRipple.js' ,
52
51
'@material/linear-progress' : 'node:@material/linear-progress/dist/mdc.linearProgress.js' ,
You can’t perform that action at this time.
0 commit comments