File tree Expand file tree Collapse file tree 10 files changed +14
-20
lines changed Expand file tree Collapse file tree 10 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 21
21
@forward ' typography/typography.import' ;
22
22
@forward ' ../autocomplete/autocomplete-theme.import' ;
23
23
@forward ' ../bottom-sheet/bottom-sheet-theme.import' ;
24
- @forward ' ../legacy- card/card-theme.import' ;
24
+ @forward ' ../card/card-theme.import' ;
25
25
@forward ' ../checkbox/checkbox-theme.import' ;
26
26
@forward ' ../divider/divider-theme.import' ;
27
27
@forward ' ../table/table-theme.import' ;
Original file line number Diff line number Diff line change 22
22
@forward ' ../typography/typography.import' ;
23
23
@forward ' ../../autocomplete/autocomplete-theme.import' ;
24
24
@forward ' ../../bottom-sheet/bottom-sheet-theme.import' ;
25
- @forward ' ../../legacy- card/card-theme.import' ;
25
+ @forward ' ../../card/card-theme.import' ;
26
26
@forward ' ../../checkbox/checkbox-theme.import' ;
27
27
@forward ' ../../divider/divider-theme.import' ;
28
28
@forward ' ../../table/table-theme.import' ;
Original file line number Diff line number Diff line change 6
6
@use ' ../../../paginator/paginator-theme' ;
7
7
@use ' ../../../form-field/form-field-theme' ;
8
8
@use ' ../../../button-toggle/button-toggle-theme' ;
9
+ @use ' ../../../card/card-theme' ;
9
10
10
11
// Includes all of the density styles.
11
12
@mixin all-component-densities ($config-or-theme ) {
31
32
@include paginator-theme .density ($config );
32
33
@include form-field-theme .density ($config );
33
34
@include button-toggle-theme .density ($config );
35
+ @include card-theme .density ($config );
34
36
}
35
37
36
38
Original file line number Diff line number Diff line change 22
22
@forward ' ../typography/typography.import' ;
23
23
@forward ' ../../autocomplete/autocomplete-theme.import' ;
24
24
@forward ' ../../bottom-sheet/bottom-sheet-theme.import' ;
25
- @forward ' ../../legacy- card/card-theme.import' ;
25
+ @forward ' ../../card/card-theme.import' ;
26
26
@forward ' ../../checkbox/checkbox-theme.import' ;
27
27
@forward ' ../../divider/divider-theme.import' ;
28
28
@forward ' ../../table/table-theme.import' ;
54
54
@import ' ../../bottom-sheet/bottom-sheet-theme' ;
55
55
@import ' ../../button/button-theme' ;
56
56
@import ' ../../button-toggle/button-toggle-theme' ;
57
- @import ' ../../legacy- card/card-theme' ;
57
+ @import ' ../../card/card-theme' ;
58
58
@import ' ../../checkbox/checkbox-theme' ;
59
59
@import ' ../../chips/chips-theme' ;
60
60
@import ' ../../table/table-theme' ;
Original file line number Diff line number Diff line change 5
5
@use ' ../../bottom-sheet/bottom-sheet-theme' ;
6
6
@use ' ../../button/button-theme' ;
7
7
@use ' ../../button-toggle/button-toggle-theme' ;
8
- @use ' ../../legacy- card/card-theme' ;
8
+ @use ' ../../card/card-theme' ;
9
9
@use ' ../../checkbox/checkbox-theme' ;
10
10
@use ' ../../chips/chips-theme' ;
11
11
@use ' ../../table/table-theme' ;
Original file line number Diff line number Diff line change 9
9
@use ' ../../../bottom-sheet/bottom-sheet-theme' ;
10
10
@use ' ../../../button/button-theme' ;
11
11
@use ' ../../../button-toggle/button-toggle-theme' ;
12
- @use ' ../../../card/card-theme' ;
13
12
@use ' ../../../checkbox/checkbox-theme' ;
14
13
@use ' ../../../chips/chips-theme' ;
15
14
@use ' ../../../table/table-theme' ;
73
72
@include bottom-sheet-theme .theme ($css-var-theme );
74
73
@include button-theme .theme ($css-var-theme );
75
74
@include button-toggle-theme .theme ($css-var-theme );
76
- @include card-theme .theme ($css-var-theme );
77
75
@include checkbox-theme .theme ($css-var-theme );
78
76
@include chips-theme .theme ($css-var-theme );
79
77
@include table-theme .theme ($css-var-theme );
Original file line number Diff line number Diff line change 14
14
@forward ' typography.import' ;
15
15
@forward ' ../../autocomplete/autocomplete-theme.import' ;
16
16
@forward ' ../../bottom-sheet/bottom-sheet-theme.import' ;
17
- @forward ' ../../legacy- card/card-theme.import' ;
17
+ @forward ' ../../card/card-theme.import' ;
18
18
@forward ' ../../checkbox/checkbox-theme.import' ;
19
19
@forward ' ../../divider/divider-theme.import' ;
20
20
@forward ' ../../table/table-theme.import' ;
43
43
@import ' ../../bottom-sheet/bottom-sheet-theme' ;
44
44
@import ' ../../button/button-theme' ;
45
45
@import ' ../../button-toggle/button-toggle-theme' ;
46
- @import ' ../../legacy- card/card-theme' ;
46
+ @import ' ../../card/card-theme' ;
47
47
@import ' ../../checkbox/checkbox-theme' ;
48
48
@import ' ../../chips/chips-theme' ;
49
49
@import ' ../../divider/divider-theme' ;
Original file line number Diff line number Diff line change 4
4
@use ' ../../bottom-sheet/bottom-sheet-theme' ;
5
5
@use ' ../../button/button-theme' ;
6
6
@use ' ../../button-toggle/button-toggle-theme' ;
7
- @use ' ../../legacy- card/card-theme' ;
7
+ @use ' ../../card/card-theme' ;
8
8
@use ' ../../checkbox/checkbox-theme' ;
9
9
@use ' ../../chips/chips-theme' ;
10
10
@use ' ../../divider/divider-theme' ;
Original file line number Diff line number Diff line change 1
1
@use ' ../../core/theming/theming' ;
2
-
3
- // Add legacy theme imports here, e.g.:
4
- // @use '../../<legacy-component>/<legacy-component>-theme';
2
+ @use ' ../../legacy-card/card-theme' ;
5
3
6
4
// Create a theme.
7
5
@mixin all-legacy-component-themes ($theme-or-color-config ) {
8
6
$dedupe-key : ' angular-material-legacy-theme' ;
9
7
@include theming .private-check-duplicate-theme-styles ($theme-or-color-config , $dedupe-key ) {
10
- // Add legacy theme includes here, e.g.:
11
- // @include <legacy-component>-theme.theme($theme-or-color-config);
8
+ @include card-theme .theme ($theme-or-color-config );
12
9
}
13
10
}
14
11
Original file line number Diff line number Diff line change 1
1
@use ' ../../core/typography/typography' ;
2
2
@use ' ../../core/theming/theming' ;
3
-
4
- // Add legacy theme imports here, e.g.:
5
- // @use '../../<legacy-component>/<legacy-component>-theme';
3
+ @use ' ../../legacy-card/card-theme' ;
6
4
7
5
// Includes all of the typographic styles.
8
6
@mixin all-legacy-component-typographies ($config-or-theme : null) {
20
18
// mixin that is transitively loaded by the `all-theme` file, imports `all-typography` which
21
19
// would then load `all-theme` again. This ultimately results a circular dependency.
22
20
23
- // Add legacy typography includes here, e.g.:
24
- // @include <legacy-component>-theme.typography($config);
21
+ @include card-theme .typography ($config );
25
22
}
26
23
27
24
// @deprecated Use `all-legacy-component-typographies`.
You can’t perform that action at this time.
0 commit comments