File tree Expand file tree Collapse file tree 10 files changed +14
-10
lines changed Expand file tree Collapse file tree 10 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 31
31
@forward ' ../icon/icon-theme.import' ;
32
32
@forward ' ../input/input-theme.import' ;
33
33
@forward ' ../menu/menu-theme.import' ;
34
- @forward ' ../legacy- progress-bar/progress-bar-theme.import' ;
34
+ @forward ' ../progress-bar/progress-bar-theme.import' ;
35
35
@forward ' ../progress-spinner/progress-spinner-theme.import' ;
36
36
@forward ' ../radio/radio-theme.import' ;
37
37
@forward ' ../select/select-theme.import' ;
Original file line number Diff line number Diff line change 32
32
@forward ' ../../icon/icon-theme.import' ;
33
33
@forward ' ../../input/input-theme.import' ;
34
34
@forward ' ../../menu/menu-theme.import' ;
35
- @forward ' ../../legacy- progress-bar/progress-bar-theme.import' ;
35
+ @forward ' ../../progress-bar/progress-bar-theme.import' ;
36
36
@forward ' ../../progress-spinner/progress-spinner-theme.import' ;
37
37
@forward ' ../../radio/radio-theme.import' ;
38
38
@forward ' ../../select/select-theme.import' ;
Original file line number Diff line number Diff line change 7
7
@use ' ../../../form-field/form-field-theme' ;
8
8
@use ' ../../../button-toggle/button-toggle-theme' ;
9
9
@use ' ../../../card/card-theme' ;
10
+ @use ' ../../../progress-bar/progress-bar-theme' ;
10
11
11
12
// Includes all of the density styles.
12
13
@mixin all-component-densities ($config-or-theme ) {
33
34
@include form-field-theme .density ($config );
34
35
@include button-toggle-theme .density ($config );
35
36
@include card-theme .density ($config );
37
+ @include progress-bar-theme .density ($config );
36
38
}
37
39
38
40
Original file line number Diff line number Diff line change 32
32
@forward ' ../../icon/icon-theme.import' ;
33
33
@forward ' ../../input/input-theme.import' ;
34
34
@forward ' ../../menu/menu-theme.import' ;
35
- @forward ' ../../legacy- progress-bar/progress-bar-theme.import' ;
35
+ @forward ' ../../progress-bar/progress-bar-theme.import' ;
36
36
@forward ' ../../progress-spinner/progress-spinner-theme.import' ;
37
37
@forward ' ../../radio/radio-theme.import' ;
38
38
@forward ' ../../select/select-theme.import' ;
68
68
@import ' ../../list/list-theme' ;
69
69
@import ' ../../menu/menu-theme' ;
70
70
@import ' ../../paginator/paginator-theme' ;
71
- @import ' ../../legacy- progress-bar/progress-bar-theme' ;
71
+ @import ' ../../progress-bar/progress-bar-theme' ;
72
72
@import ' ../../progress-spinner/progress-spinner-theme' ;
73
73
@import ' ../../radio/radio-theme' ;
74
74
@import ' ../../select/select-theme' ;
Original file line number Diff line number Diff line change 19
19
@use ' ../../list/list-theme' ;
20
20
@use ' ../../menu/menu-theme' ;
21
21
@use ' ../../paginator/paginator-theme' ;
22
- @use ' ../../legacy- progress-bar/progress-bar-theme' ;
22
+ @use ' ../../progress-bar/progress-bar-theme' ;
23
23
@use ' ../../progress-spinner/progress-spinner-theme' ;
24
24
@use ' ../../radio/radio-theme' ;
25
25
@use ' ../../select/select-theme' ;
Original file line number Diff line number Diff line change 22
22
@use ' ../../../list/list-theme' ;
23
23
@use ' ../../../menu/menu-theme' ;
24
24
@use ' ../../../paginator/paginator-theme' ;
25
- @use ' ../../../legacy-progress-bar/progress-bar-theme' ;
26
25
@use ' ../../../progress-spinner/progress-spinner-theme' ;
27
26
@use ' ../../../radio/radio-theme' ;
28
27
@use ' ../../../select/select-theme' ;
86
85
@include list-theme .theme ($css-var-theme );
87
86
@include menu-theme .theme ($css-var-theme );
88
87
@include paginator-theme .theme ($css-var-theme );
89
- @include progress-bar-theme .theme ($css-var-theme );
90
88
@include progress-spinner-theme .theme ($css-var-theme );
91
89
@include radio-theme .theme ($css-var-theme );
92
90
@include select-theme .theme ($css-var-theme );
Original file line number Diff line number Diff line change 24
24
@forward ' ../../icon/icon-theme.import' ;
25
25
@forward ' ../../input/input-theme.import' ;
26
26
@forward ' ../../menu/menu-theme.import' ;
27
- @forward ' ../../legacy- progress-bar/progress-bar-theme.import' ;
27
+ @forward ' ../../progress-bar/progress-bar-theme.import' ;
28
28
@forward ' ../../progress-spinner/progress-spinner-theme.import' ;
29
29
@forward ' ../../radio/radio-theme.import' ;
30
30
@forward ' ../../select/select-theme.import' ;
57
57
@import ' ../../list/list-theme' ;
58
58
@import ' ../../menu/menu-theme' ;
59
59
@import ' ../../paginator/paginator-theme' ;
60
- @import ' ../../legacy- progress-bar/progress-bar-theme' ;
60
+ @import ' ../../progress-bar/progress-bar-theme' ;
61
61
@import ' ../../progress-spinner/progress-spinner-theme' ;
62
62
@import ' ../../radio/radio-theme' ;
63
63
@import ' ../../select/select-theme' ;
Original file line number Diff line number Diff line change 18
18
@use ' ../../list/list-theme' ;
19
19
@use ' ../../menu/menu-theme' ;
20
20
@use ' ../../paginator/paginator-theme' ;
21
- @use ' ../../legacy- progress-bar/progress-bar-theme' ;
21
+ @use ' ../../progress-bar/progress-bar-theme' ;
22
22
@use ' ../../progress-spinner/progress-spinner-theme' ;
23
23
@use ' ../../radio/radio-theme' ;
24
24
@use ' ../../select/select-theme' ;
Original file line number Diff line number Diff line change 1
1
@use ' ../../core/theming/theming' ;
2
2
@use ' ../../legacy-card/card-theme' ;
3
+ @use ' ../../legacy-progress-bar/progress-bar-theme' ;
3
4
4
5
// Create a theme.
5
6
@mixin all-legacy-component-themes ($theme-or-color-config ) {
6
7
$dedupe-key : ' angular-material-legacy-theme' ;
7
8
@include theming .private-check-duplicate-theme-styles ($theme-or-color-config , $dedupe-key ) {
8
9
@include card-theme .theme ($theme-or-color-config );
10
+ @include progress-bar-theme .theme ($theme-or-color-config );
9
11
}
10
12
}
11
13
Original file line number Diff line number Diff line change 1
1
@use ' ../../core/typography/typography' ;
2
2
@use ' ../../core/theming/theming' ;
3
3
@use ' ../../legacy-card/card-theme' ;
4
+ @use ' ../../legacy-progress-bar/progress-bar-theme' ;
4
5
5
6
// Includes all of the typographic styles.
6
7
@mixin all-legacy-component-typographies ($config-or-theme : null) {
19
20
// would then load `all-theme` again. This ultimately results a circular dependency.
20
21
21
22
@include card-theme .typography ($config );
23
+ @include progress-bar-theme .typography ($config );
22
24
}
23
25
24
26
// @deprecated Use `all-legacy-component-typographies`.
You can’t perform that action at this time.
0 commit comments