File tree Expand file tree Collapse file tree
src/components/Typography Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { CLASSPREFIX as eccgui } from "../../configuration/constants";
44
55import * as TypographyClassNames from "./classnames" ;
66
7- type WhiteSpaceSizes = "tiny" | "small" | "regular" | "large" | "xlarge" ;
7+ type WhiteSpaceSizes = "none" | " tiny" | "small" | "regular" | "large" | "xlarge" ;
88
99export interface WhiteSpaceContainerProps extends React . HTMLAttributes < HTMLDivElement > {
1010 /**
@@ -52,10 +52,10 @@ export interface WhiteSpaceContainerProps extends React.HTMLAttributes<HTMLDivEl
5252export const WhiteSpaceContainer = ( {
5353 className,
5454 children,
55- marginTop,
56- marginRight,
57- marginBottom,
58- marginLeft,
55+ marginTop = "regular" ,
56+ marginRight = "regular" ,
57+ marginBottom = "regular" ,
58+ marginLeft = "regular" ,
5959 paddingTop,
6060 paddingRight,
6161 paddingBottom,
You can’t perform that action at this time.
0 commit comments