66 * found in the LICENSE file at https://angular.io/license
77 */
88
9- import { TargetVersion , VersionChanges } from '@angular/cdk/schematics' ;
9+ import { VersionChanges } from '@angular/cdk/schematics' ;
1010
1111export interface MaterialCssTokenData {
1212 /** The CSS selector to replace. */
@@ -27,36 +27,4 @@ export interface MaterialCssTokenData {
2727 } ;
2828}
2929
30- export const cssTokens : VersionChanges < MaterialCssTokenData > = {
31- [ TargetVersion . V18 ] : [
32- {
33- pr : 'https://github.com/angular/components/pull/29026' ,
34- changes : [
35- {
36- replace : '--mdc-form-field-label-text-color' ,
37- replaceWith : '--mat-checkbox-label-text-color' ,
38- } ,
39- {
40- replace : '--mdc-form-field-label-text-font' ,
41- replaceWith : '--mat-checkbox-label-text-font' ,
42- } ,
43- {
44- replace : '--mdc-form-field-label-text-line-height' ,
45- replaceWith : '--mat-checkbox-label-text-line-height' ,
46- } ,
47- {
48- replace : '--mdc-form-field-label-text-size' ,
49- replaceWith : '--mat-checkbox-label-text-size' ,
50- } ,
51- {
52- replace : '--mdc-form-field-label-text-tracking' ,
53- replaceWith : '--mat-checkbox-label-text-tracking' ,
54- } ,
55- {
56- replace : '--mdc-form-field-label-text-weight' ,
57- replaceWith : '--mat-checkbox-label-text-weight' ,
58- } ,
59- ] ,
60- } ,
61- ] ,
62- } ;
30+ export const cssTokens : VersionChanges < MaterialCssTokenData > = { } ;
0 commit comments