Skip to content

Commit 4a00c78

Browse files
author
agonzalez97
committed
Removed Space from dialog component
1 parent a2510fc commit 4a00c78

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

projects/dxc-ngx-cdk/src/lib/dxc-dialog/dxc-dialog.component.ts

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,7 @@ import {
1414
coerceNumberProperty,
1515
} from "@angular/cdk/coercion";
1616
import { BackgroundProviderService } from "../background-provider/service/background-provider.service";
17-
import { DialogProperties, Spacing } from "./dxc-dialog.types";
18-
19-
type Space =
20-
| "xxsmall"
21-
| "xsmall"
22-
| "small"
23-
| "medium"
24-
| "large"
25-
| "xlarge"
26-
| "xxlarge";
27-
type Padding = {
28-
top?: Space;
29-
bottom?: Space;
30-
left?: Space;
31-
right?: Space;
32-
};
17+
import { DialogProperties, Space, Spacing } from "./dxc-dialog.types";
3318

3419
@Component({
3520
selector: "dxc-dialog",

0 commit comments

Comments
 (0)