6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
8
9
- import { TargetVersion , VersionChanges } from '@angular/cdk/schematics' ;
9
+ import { VersionChanges } from '@angular/cdk/schematics' ;
10
10
11
11
export interface MaterialCssTokenData {
12
12
/** The CSS selector to replace. */
@@ -27,36 +27,4 @@ export interface MaterialCssTokenData {
27
27
} ;
28
28
}
29
29
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