Skip to content

Commit e8d005c

Browse files
committed
fix(material/bottom-sheet): remove deprecated animation definitions
Deletes publicly-exported animation definitions that were marked for removal in v21. BREAKING CHANGE: * `matBottomSheet` animations symbol has been removed.
1 parent 9081e23 commit e8d005c

File tree

4 files changed

+0
-98
lines changed

4 files changed

+0
-98
lines changed

goldens/material/bottom-sheet/index.api.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ export class MatBottomSheet implements OnDestroy {
4646
static ɵprov: i0.ɵɵInjectableDeclaration<MatBottomSheet>;
4747
}
4848

49-
// @public @deprecated
50-
export const matBottomSheetAnimations: {
51-
readonly bottomSheetState: any;
52-
};
53-
5449
// @public
5550
export class MatBottomSheetConfig<D = any> {
5651
ariaLabel?: string | null;

src/material/bottom-sheet/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ ng_project(
6666
name = "bottom-sheet",
6767
srcs = [
6868
"bottom-sheet.ts",
69-
"bottom-sheet-animations.ts",
7069
"bottom-sheet-config.ts",
7170
"bottom-sheet-container.ts",
7271
"bottom-sheet-module.ts",

src/material/bottom-sheet/bottom-sheet-animations.ts

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

src/material/bottom-sheet/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ export * from './bottom-sheet-module';
1010
export * from './bottom-sheet';
1111
export * from './bottom-sheet-config';
1212
export * from './bottom-sheet-container';
13-
export * from './bottom-sheet-animations';
1413
export * from './bottom-sheet-ref';

0 commit comments

Comments
 (0)