-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(material/core): post-migration fixup
- Loading branch information
Showing
84 changed files
with
819 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
@forward 'overlay' hide $dark-backdrop-background, $z-index-overlay, $z-index-overlay-backdrop, $z-index-overlay-container, overlay; | ||
@forward 'overlay' as cdk-* hide $cdk-backdrop-animation-duration, $cdk-backdrop-animation-timing-function, $cdk-dark-backdrop-background; | ||
@forward 'overlay' as cdk-overlay-* hide $cdk-overlay-backdrop-animation-duration, $cdk-overlay-backdrop-animation-timing-function, $cdk-overlay-z-index-overlay, $cdk-overlay-z-index-overlay-backdrop, $cdk-overlay-z-index-overlay-container, cdk-overlay-overlay; | ||
@forward 'overlay' hide $dark-backdrop-background, $z-index-overlay, $z-index-overlay-backdrop, | ||
$z-index-overlay-container, overlay; | ||
@forward 'overlay' as cdk-* hide $cdk-backdrop-animation-duration, | ||
$cdk-backdrop-animation-timing-function, $cdk-dark-backdrop-background; | ||
@forward 'overlay' as cdk-overlay-* hide $cdk-overlay-backdrop-animation-duration, | ||
$cdk-overlay-backdrop-animation-timing-function, $cdk-overlay-z-index-overlay, | ||
$cdk-overlay-z-index-overlay-backdrop, $cdk-overlay-z-index-overlay-container, | ||
cdk-overlay-overlay; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@forward 'text-field' hide $autofill-color-frame-count, autofill-color, text-field; | ||
@forward 'text-field' as cdk-* hide $cdk-autofill-color-frame-count, cdk-autofill-color, cdk-textarea-autosize-measuring-base; | ||
@forward 'text-field' as cdk-text-field-* hide cdk-text-field-text-field, cdk-text-field-textarea-autosize-measuring-base; | ||
@forward 'text-field' as cdk-* hide $cdk-autofill-color-frame-count, cdk-autofill-color, | ||
cdk-textarea-autosize-measuring-base; | ||
@forward 'text-field' as cdk-text-field-* hide cdk-text-field-text-field, | ||
cdk-text-field-textarea-autosize-measuring-base; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 14 additions & 3 deletions
17
src/material-experimental/mdc-button/_button-theme.import.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
@forward '../mdc-helpers/mdc-helpers.import'; | ||
@forward '../../material/core/ripple/ripple.import'; | ||
@forward '../mdc-helpers/mdc-helpers'; | ||
@forward 'button-theme' hide color, density, fab-color, fab-density, fab-theme, fab-typography, icon-button-color, icon-button-density, icon-button-theme, icon-button-typography, theme, typography; | ||
@forward 'button-theme' as mat-mdc-* hide $mat-mdc-mat-button-state-target, mat-mdc-color, mat-mdc-density, mat-mdc-mat-button-apply-disabled-style, mat-mdc-mat-button-disabled-background, mat-mdc-mat-button-disabled-color, mat-mdc-mat-button-ripple-ink-color, mat-mdc-theme, mat-mdc-typography; | ||
@forward 'button-theme' as mat-mdc-button-* hide $mat-mdc-button-mat-button-state-target, mat-mdc-button-fab-color, mat-mdc-button-fab-density, mat-mdc-button-fab-theme, mat-mdc-button-fab-typography, mat-mdc-button-icon-button-color, mat-mdc-button-icon-button-density, mat-mdc-button-icon-button-theme, mat-mdc-button-icon-button-typography, mat-mdc-button-mat-button-apply-disabled-style, mat-mdc-button-mat-button-disabled-background, mat-mdc-button-mat-button-disabled-color, mat-mdc-button-mat-button-ripple-ink-color; | ||
@forward 'button-theme' hide color, density, fab-color, fab-density, fab-theme, fab-typography, | ||
icon-button-color, icon-button-density, icon-button-theme, icon-button-typography, theme, | ||
typography; | ||
@forward 'button-theme' as mat-mdc-* hide $mat-mdc-mat-button-state-target, mat-mdc-color, | ||
mat-mdc-density, mat-mdc-mat-button-apply-disabled-style, mat-mdc-mat-button-disabled-background, | ||
mat-mdc-mat-button-disabled-color, mat-mdc-mat-button-ripple-ink-color, mat-mdc-theme, | ||
mat-mdc-typography; | ||
@forward 'button-theme' as mat-mdc-button-* hide $mat-mdc-button-mat-button-state-target, | ||
mat-mdc-button-fab-color, mat-mdc-button-fab-density, mat-mdc-button-fab-theme, | ||
mat-mdc-button-fab-typography, mat-mdc-button-icon-button-color, | ||
mat-mdc-button-icon-button-density, mat-mdc-button-icon-button-theme, | ||
mat-mdc-button-icon-button-typography, mat-mdc-button-mat-button-apply-disabled-style, | ||
mat-mdc-button-mat-button-disabled-background, mat-mdc-button-mat-button-disabled-color, | ||
mat-mdc-button-mat-button-ripple-ink-color; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
@forward '../mdc-helpers/mdc-helpers.import'; | ||
@forward '../mdc-helpers/mdc-helpers'; | ||
@forward 'card-theme' hide color, density, theme, typography; | ||
@forward 'card-theme' as mat-mdc-card-* hide $mat-mdc-card-mdc-card-action-icon-color, $mat-mdc-card-mdc-card-outline-color; | ||
@forward 'card-theme' as mat-mdc-card-* hide $mat-mdc-card-mdc-card-action-icon-color, | ||
$mat-mdc-card-mdc-card-outline-color; |
11 changes: 8 additions & 3 deletions
11
src/material-experimental/mdc-checkbox/_checkbox-theme.import.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
@forward '../mdc-helpers/mdc-helpers.import'; | ||
@forward '../mdc-helpers/mdc-helpers'; | ||
@forward 'checkbox-theme' hide color, density, private-checkbox-styles-with-color, theme, typography; | ||
@forward 'checkbox-theme' as mat-mdc-* hide $mat-mdc-mdc-checkbox-border-color, $mat-mdc-mdc-checkbox-disabled-color, mat-mdc-color, mat-mdc-density, mat-mdc-theme, mat-mdc-typography; | ||
@forward 'checkbox-theme' as mat-mdc-checkbox-* hide $mat-mdc-checkbox-mdc-checkbox-border-color, $mat-mdc-checkbox-mdc-checkbox-disabled-color, mat-mdc-checkbox-private-checkbox-styles-with-color; | ||
@forward 'checkbox-theme' hide color, density, private-checkbox-styles-with-color, theme, | ||
typography; | ||
@forward 'checkbox-theme' as mat-mdc-* hide $mat-mdc-mdc-checkbox-border-color, | ||
$mat-mdc-mdc-checkbox-disabled-color, mat-mdc-color, mat-mdc-density, mat-mdc-theme, | ||
mat-mdc-typography; | ||
@forward 'checkbox-theme' as mat-mdc-checkbox-* hide $mat-mdc-checkbox-mdc-checkbox-border-color, | ||
$mat-mdc-checkbox-mdc-checkbox-disabled-color, | ||
mat-mdc-checkbox-private-checkbox-styles-with-color; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
@forward '../mdc-helpers/mdc-helpers.import'; | ||
@forward '../mdc-helpers/mdc-helpers'; | ||
@forward 'chips-theme' hide color, density, theme, typography; | ||
@forward 'chips-theme' as mat-mdc-chips-* hide $mat-mdc-chips-mdc-chips-fill-color-default, $mat-mdc-chips-mdc-chips-icon-color, $mat-mdc-chips-mdc-chips-ink-color-default; | ||
@forward 'chips-theme' as mat-mdc-chips-* hide $mat-mdc-chips-mdc-chips-fill-color-default, | ||
$mat-mdc-chips-mdc-chips-icon-color, $mat-mdc-chips-mdc-chips-ink-color-default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.