Skip to content

Commit 62805cf

Browse files
committed
Fix review comments
1 parent 261ed03 commit 62805cf

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

src/switch/switch.stories.ts

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

src/toggle/toggle.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ export class ToggleComponent extends CheckboxComponent {
9393

9494
/**
9595
* Size of the toggle component.
96-
* (size `"default"` is being deprecated as of neutrino v1.2.0, please use `"md"` instead)
9796
* @type {("sm" | "md" | "default")}
9897
* @memberof ToggleComponent
9998
*/
100-
@Input() size: "sm" | "md" | "default" = "md";
99+
@Input() size: "sm" | "md" = "md";
101100

102101
/**
103102
* The unique id allocated to the `ToggleComponent`.

0 commit comments

Comments
 (0)