@@ -190,8 +190,8 @@ $mat-button-state-target: '.mdc-button__ripple';
190
190
}
191
191
192
192
@mixin theme ($theme-or-color-config ) {
193
- $theme : theming .legacy-get-theme ($theme-or-color-config );
194
- @include theming .check-duplicate-theme-styles ($theme , ' mat-mdc-button' ) {
193
+ $theme : theming .private- legacy-get-theme ($theme-or-color-config );
194
+ @include theming .private- check-duplicate-theme-styles ($theme , ' mat-mdc-button' ) {
195
195
$color : theming .get-color-config ($theme );
196
196
$density : theming .get-density-config ($theme );
197
197
$typography : theming .get-typography-config ($theme );
@@ -269,8 +269,8 @@ $mat-button-state-target: '.mdc-button__ripple';
269
269
@mixin fab-density ($config-or-theme ) {}
270
270
271
271
@mixin fab-theme ($theme-or-color-config ) {
272
- $theme : theming .legacy-get-theme ($theme-or-color-config );
273
- @include theming .check-duplicate-theme-styles ($theme , ' mat-mdc-fab' ) {
272
+ $theme : theming .private- legacy-get-theme ($theme-or-color-config );
273
+ @include theming .private- check-duplicate-theme-styles ($theme , ' mat-mdc-fab' ) {
274
274
$color : theming .get-color-config ($theme );
275
275
$density : theming .get-density-config ($theme );
276
276
$typography : theming .get-typography-config ($theme );
@@ -347,8 +347,8 @@ $mat-button-state-target: '.mdc-button__ripple';
347
347
}
348
348
349
349
@mixin icon-button-theme ($theme-or-color-config ) {
350
- $theme : theming .legacy-get-theme ($theme-or-color-config );
351
- @include theming .check-duplicate-theme-styles ($theme , ' mat-mdc-icon-button' ) {
350
+ $theme : theming .private- legacy-get-theme ($theme-or-color-config );
351
+ @include theming .private- check-duplicate-theme-styles ($theme , ' mat-mdc-icon-button' ) {
352
352
$color : theming .get-color-config ($theme );
353
353
$density : theming .get-density-config ($theme );
354
354
$typography : theming .get-typography-config ($theme );
0 commit comments