Commit d318b27
refactor: ensure typography mixins expect consistent arguments (#18738)
Currently we have a few components with typography mixins that do
not match the majority of other components. These components have
typography mixins where the `$config` is optional. We want to
always require a config (similar to how it's done in other components)
to avoid breaking changes in the future, and to have a consistent
API.1 parent f2fe9e7 commit d318b27
File tree
3 files changed
+3
-3
lines changed- src/material-experimental
- mdc-checkbox
- mdc-list
- mdc-progress-bar
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
0 commit comments