Skip to content

Commit ca1cd86

Browse files
committed
fix(material/tooltip): remove deprecated animation definitions
Deletes publicly-exported animation definitions that were marked for removal in v21. BREAKING CHANGE: * `matTooltipAnimations` symbol has been removed.
1 parent a7fce5e commit ca1cd86

File tree

4 files changed

+0
-63
lines changed

4 files changed

+0
-63
lines changed

goldens/material/tooltip/index.api.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ export class MatTooltip implements OnDestroy, AfterViewInit {
103103
static ɵfac: i0.ɵɵFactoryDeclaration<MatTooltip, never>;
104104
}
105105

106-
// @public @deprecated
107-
export const matTooltipAnimations: {
108-
readonly tooltipState: any;
109-
};
110-
111106
// @public
112107
export interface MatTooltipDefaultOptions {
113108
disableTooltipInteractivity?: boolean;

src/material/tooltip/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ ng_project(
6666
"index.ts",
6767
"public-api.ts",
6868
"tooltip.ts",
69-
"tooltip-animations.ts",
7069
"tooltip-module.ts",
7170
],
7271
assets = [

src/material/tooltip/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
*/
88

99
export * from './tooltip';
10-
export * from './tooltip-animations';
1110
export * from './tooltip-module';

src/material/tooltip/tooltip-animations.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)