Skip to content

Commit bb7dbce

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

File tree

4 files changed

+0
-170
lines changed

4 files changed

+0
-170
lines changed

goldens/material/stepper/index.api.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,6 @@ export class MatStepper extends CdkStepper implements AfterViewInit, AfterConten
151151
static ɵfac: i0.ɵɵFactoryDeclaration<MatStepper, never>;
152152
}
153153

154-
// @public @deprecated
155-
export const matStepperAnimations: {
156-
readonly horizontalStepTransition: any;
157-
readonly verticalStepTransition: any;
158-
};
159-
160154
// @public
161155
export class MatStepperIcon {
162156
constructor(...args: unknown[]);

src/material/stepper/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ ng_project(
8888
"step-header.ts",
8989
"step-label.ts",
9090
"stepper.ts",
91-
"stepper-animations.ts",
9291
"stepper-button.ts",
9392
"stepper-icon.ts",
9493
"stepper-intl.ts",

src/material/stepper/public-api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ export * from './stepper';
1313
export * from './stepper-button';
1414
export * from './step-header';
1515
export * from './stepper-intl';
16-
export {matStepperAnimations} from './stepper-animations';
1716
export * from './stepper-icon';
1817
export * from './step-content';

src/material/stepper/stepper-animations.ts

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

0 commit comments

Comments
 (0)