@gataca/design-system 0.4.14 → 0.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -514,6 +514,7 @@ export declare const getButtonMinHeight: (textSize: string, hasIcon?: boolean) =
514
514
  export declare const getButtonContentStyles: (fontStyles: StyleType, colors: ColorsType, color: string, style: string, state: string, textSize: string) => {
515
515
  styles: {
516
516
  lineHeight: number | undefined;
517
+ textAlignVertical: "center";
517
518
  color: any;
518
519
  fontFamily?: string;
519
520
  fontSize?: number;
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  left: number;
9
9
  right: number;
10
10
  width: "100%";
11
- height: "100%";
11
+ height: number;
12
12
  flexDirection: "column";
13
13
  zIndex: number;
14
14
  display: "flex";
@@ -13,6 +13,7 @@ export interface DialogProps {
13
13
  alert?: AlertProps;
14
14
  primaryButton?: ButtonProps;
15
15
  secondaryButton?: ButtonProps;
16
+ bgContainerStyle?: any;
16
17
  containerStyle?: any;
17
18
  status?: DialogStatus;
18
19
  list?: ListProps;