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
@use ' ../../../tooltip/tooltip-theme' ;
11
12
12
13
// Includes all of the density styles.
34
35
@include form-field-theme .density ($config );
35
36
@include button-toggle-theme .density ($config );
36
37
@include card-theme .density ($config );
38
+ @include progress-bar-theme .density ($config );
37
39
@include tooltip-theme .density ($config );
38
40
}
39
41
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' ;
85
84
@include list-theme .theme ($css-var-theme );
86
85
@include menu-theme .theme ($css-var-theme );
87
86
@include paginator-theme .theme ($css-var-theme );
88
- @include progress-bar-theme .theme ($css-var-theme );
89
87
@include progress-spinner-theme .theme ($css-var-theme );
90
88
@include radio-theme .theme ($css-var-theme );
91
89
@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
@use ' ../../legacy-tooltip/tooltip-theme' ;
4
5
5
6
// Create a theme.
6
7
@mixin all-legacy-component-themes ($theme-or-color-config ) {
7
8
$dedupe-key : ' angular-material-legacy-theme' ;
8
9
@include theming .private-check-duplicate-theme-styles ($theme-or-color-config , $dedupe-key ) {
9
10
@include card-theme .theme ($theme-or-color-config );
11
+ @include progress-bar-theme .theme ($theme-or-color-config );
10
12
@include tooltip-theme .theme ($theme-or-color-config );
11
13
}
12
14
}
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
@use ' ../../legacy-tooltip/tooltip-theme' ;
5
6
6
7
// Includes all of the typographic styles.
20
21
// would then load `all-theme` again. This ultimately results a circular dependency.
21
22
22
23
@include card-theme .typography ($config );
24
+ @include progress-bar-theme .typography ($config );
23
25
@include tooltip-theme .typography ($config );
24
26
}
25
27
You can’t perform that action at this time.
0 commit comments