File tree Expand file tree Collapse file tree 11 files changed +21
-15
lines changed Expand file tree Collapse file tree 11 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 25
25
@forward ' ../checkbox/checkbox-theme.import' ;
26
26
@forward ' ../divider/divider-theme.import' ;
27
27
@forward ' ../table/table-theme.import' ;
28
- @forward ' ../legacy- dialog/dialog-theme.import' ;
28
+ @forward ' ../dialog/dialog-theme.import' ;
29
29
@forward ' ../list/list-theme.import' ;
30
30
@forward ' ../grid-list/grid-list-theme.import' ;
31
31
@forward ' ../icon/icon-theme.import' ;
Original file line number Diff line number Diff line change 26
26
@forward ' ../../checkbox/checkbox-theme.import' ;
27
27
@forward ' ../../divider/divider-theme.import' ;
28
28
@forward ' ../../table/table-theme.import' ;
29
- @forward ' ../../legacy- dialog/dialog-theme.import' ;
29
+ @forward ' ../../dialog/dialog-theme.import' ;
30
30
@forward ' ../../list/list-theme.import' ;
31
31
@forward ' ../../grid-list/grid-list-theme.import' ;
32
32
@forward ' ../../icon/icon-theme.import' ;
Original file line number Diff line number Diff line change 12
12
@use ' ../../../input/input-theme' ;
13
13
@use ' ../../../core/option/option-theme' ;
14
14
@use ' ../../../core/option/optgroup-theme' ;
15
+ @use ' ../../../dialog/dialog-theme' ;
15
16
16
17
@mixin private-all-unmigrated-component-densities ($config ) {
17
18
@include expansion-theme .density ($config );
20
21
@include tree-theme .density ($config );
21
22
@include paginator-theme .density ($config );
22
23
@include button-toggle-theme .density ($config );
23
- @include card-theme .density ($config );
24
- @include progress-bar-theme .density ($config );
25
- @include tooltip-theme .density ($config );
26
24
}
27
25
28
26
// Includes all of the density styles.
42
40
// mixin that is transitively loaded by the `all-theme` file, imports `all-density` which
43
41
// would then load `all-theme` again. This ultimately results a circular dependency.
44
42
@include form-field-theme .density ($config );
43
+ @include card-theme .density ($config );
44
+ @include progress-bar-theme .density ($config );
45
+ @include tooltip-theme .density ($config );
45
46
@include input-theme .density ($config );
46
47
@include option-theme .density ($config );
47
48
@include optgroup-theme .density ($config );
49
+ @include dialog-theme .density ($config );
48
50
@include private-all-unmigrated-component-densities ($config );
49
51
}
50
52
Original file line number Diff line number Diff line change 26
26
@forward ' ../../checkbox/checkbox-theme.import' ;
27
27
@forward ' ../../divider/divider-theme.import' ;
28
28
@forward ' ../../table/table-theme.import' ;
29
- @forward ' ../../legacy- dialog/dialog-theme.import' ;
29
+ @forward ' ../../dialog/dialog-theme.import' ;
30
30
@forward ' ../../list/list-theme.import' ;
31
31
@forward ' ../../grid-list/grid-list-theme.import' ;
32
32
@forward ' ../../icon/icon-theme.import' ;
59
59
@import ' ../../chips/chips-theme' ;
60
60
@import ' ../../table/table-theme' ;
61
61
@import ' ../../datepicker/datepicker-theme' ;
62
- @import ' ../../legacy- dialog/dialog-theme' ;
62
+ @import ' ../../dialog/dialog-theme' ;
63
63
@import ' ../../divider/divider-theme' ;
64
64
@import ' ../../expansion/expansion-theme' ;
65
65
@import ' ../../grid-list/grid-list-theme' ;
Original file line number Diff line number Diff line change 10
10
@use ' ../../chips/chips-theme' ;
11
11
@use ' ../../table/table-theme' ;
12
12
@use ' ../../datepicker/datepicker-theme' ;
13
- @use ' ../../legacy- dialog/dialog-theme' ;
13
+ @use ' ../../dialog/dialog-theme' ;
14
14
@use ' ../../divider/divider-theme' ;
15
15
@use ' ../../expansion/expansion-theme' ;
16
16
@use ' ../../grid-list/grid-list-theme' ;
46
46
@include chips-theme .theme ($theme-or-color-config );
47
47
@include table-theme .theme ($theme-or-color-config );
48
48
@include datepicker-theme .theme ($theme-or-color-config );
49
- @include dialog-theme .theme ($theme-or-color-config );
50
49
@include divider-theme .theme ($theme-or-color-config );
51
50
@include expansion-theme .theme ($theme-or-color-config );
52
51
@include grid-list-theme .theme ($theme-or-color-config );
78
77
@include tooltip-theme .theme ($theme-or-color-config );
79
78
@include form-field-theme .theme ($theme-or-color-config );
80
79
@include input-theme .theme ($theme-or-color-config );
80
+ @include dialog-theme .theme ($theme-or-color-config );
81
81
@include private-all-unmigrated-component-themes ($theme-or-color-config );
82
82
}
83
83
}
Original file line number Diff line number Diff line change 12
12
@use ' ../../../chips/chips-theme' ;
13
13
@use ' ../../../table/table-theme' ;
14
14
@use ' ../../../datepicker/datepicker-theme' ;
15
- @use ' ../../../legacy-dialog/dialog-theme' ;
16
15
@use ' ../../../divider/divider-theme' ;
17
16
@use ' ../../../expansion/expansion-theme' ;
18
17
@use ' ../../../grid-list/grid-list-theme' ;
70
69
@include chips-theme .theme ($css-var-theme );
71
70
@include table-theme .theme ($css-var-theme );
72
71
@include datepicker-theme .theme ($css-var-theme );
73
- @include dialog-theme .theme ($css-var-theme );
74
72
@include divider-theme .theme ($css-var-theme );
75
73
@include expansion-theme .theme ($css-var-theme );
76
74
@include grid-list-theme .theme ($css-var-theme );
Original file line number Diff line number Diff line change 18
18
@forward ' ../../checkbox/checkbox-theme.import' ;
19
19
@forward ' ../../divider/divider-theme.import' ;
20
20
@forward ' ../../table/table-theme.import' ;
21
- @forward ' ../../legacy- dialog/dialog-theme.import' ;
21
+ @forward ' ../../dialog/dialog-theme.import' ;
22
22
@forward ' ../../list/list-theme.import' ;
23
23
@forward ' ../../grid-list/grid-list-theme.import' ;
24
24
@forward ' ../../icon/icon-theme.import' ;
49
49
@import ' ../../divider/divider-theme' ;
50
50
@import ' ../../table/table-theme' ;
51
51
@import ' ../../datepicker/datepicker-theme' ;
52
- @import ' ../../legacy- dialog/dialog-theme' ;
52
+ @import ' ../../dialog/dialog-theme' ;
53
53
@import ' ../../expansion/expansion-theme' ;
54
54
@import ' ../../grid-list/grid-list-theme' ;
55
55
@import ' ../../icon/icon-theme' ;
Original file line number Diff line number Diff line change 10
10
@use ' ../../divider/divider-theme' ;
11
11
@use ' ../../table/table-theme' ;
12
12
@use ' ../../datepicker/datepicker-theme' ;
13
- @use ' ../../legacy- dialog/dialog-theme' ;
13
+ @use ' ../../dialog/dialog-theme' ;
14
14
@use ' ../../expansion/expansion-theme' ;
15
15
@use ' ../../grid-list/grid-list-theme' ;
16
16
@use ' ../../icon/icon-theme' ;
49
49
@include divider-theme .typography ($config );
50
50
@include table-theme .typography ($config );
51
51
@include datepicker-theme .typography ($config );
52
- @include dialog-theme .typography ($config );
53
52
@include expansion-theme .typography ($config );
54
53
@include grid-list-theme .typography ($config );
55
54
@include icon-theme .typography ($config );
94
93
@include tooltip-theme .typography ($config );
95
94
@include form-field-theme .typography ($config );
96
95
@include input-theme .typography ($config );
96
+ @include dialog-theme .typography ($config );
97
97
}
98
98
99
99
// @deprecated Use `all-component-typographies`.
Original file line number Diff line number Diff line change 1
1
@use ' ../../../core/theming/theming' ;
2
2
@use ' ../../../core/density/private/all-density' ;
3
+ @use ' ../../../legacy-form-field/form-field-theme' ;
3
4
4
5
// Add legacy theme imports here, e.g.:
5
6
// @use '../../../<legacy-component>/<legacy-component>-theme';
23
24
24
25
// Add legacy density includes here, e.g.:
25
26
// @include <legacy-component>-theme.density($config);
27
+ @include form-field-theme .density ($config );
26
28
@include all-density .private-all-unmigrated-component-densities ($config );
27
29
}
28
30
Original file line number Diff line number Diff line change 6
6
@use ' ../../legacy-tooltip/tooltip-theme' ;
7
7
@use ' ../../legacy-input/input-theme' ;
8
8
@use ' ../../legacy-form-field/form-field-theme' ;
9
+ @use ' ../../legacy-dialog/dialog-theme' ;
9
10
10
11
// Create a theme.
11
12
@mixin all-legacy-component-themes ($theme-or-color-config ) {
17
18
@include tooltip-theme .theme ($theme-or-color-config );
18
19
@include input-theme .theme ($theme-or-color-config );
19
20
@include form-field-theme .theme ($theme-or-color-config );
21
+ @include dialog-theme .theme ($theme-or-color-config );
20
22
@include all-theme .private-all-unmigrated-component-themes ($theme-or-color-config );
21
23
}
22
24
}
Original file line number Diff line number Diff line change 8
8
@use ' ../../legacy-tooltip/tooltip-theme' ;
9
9
@use ' ../../legacy-input/input-theme' ;
10
10
@use ' ../../legacy-form-field/form-field-theme' ;
11
+ @use ' ../../legacy-dialog/dialog-theme' ;
11
12
12
13
// Includes all of the typographic styles.
13
14
@mixin all-legacy-component-typographies ($config-or-theme : null) {
33
34
@include tooltip-theme .typography ($config );
34
35
@include input-theme .typography ($config );
35
36
@include form-field-theme .typography ($config );
37
+ @include dialog-theme .typography ($config );
36
38
}
37
39
38
40
// @deprecated Use `all-legacy-component-typographies`.
You can’t perform that action at this time.
0 commit comments