@@ -190,8 +190,8 @@ $mat-button-state-target: '.mdc-button__ripple';
190190}
191191
192192@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' ) {
195195 $color : theming .get-color-config ($theme );
196196 $density : theming .get-density-config ($theme );
197197 $typography : theming .get-typography-config ($theme );
@@ -269,8 +269,8 @@ $mat-button-state-target: '.mdc-button__ripple';
269269@mixin fab-density ($config-or-theme ) {}
270270
271271@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' ) {
274274 $color : theming .get-color-config ($theme );
275275 $density : theming .get-density-config ($theme );
276276 $typography : theming .get-typography-config ($theme );
@@ -347,8 +347,8 @@ $mat-button-state-target: '.mdc-button__ripple';
347347}
348348
349349@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' ) {
352352 $color : theming .get-color-config ($theme );
353353 $density : theming .get-density-config ($theme );
354354 $typography : theming .get-typography-config ($theme );
0 commit comments