@gataca/design-system 0.3.36 → 0.3.38

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.
@@ -510,7 +510,7 @@ export declare const getButtonPaddings: (textSize: string, style: string) => {
510
510
  paddingVertical: number;
511
511
  paddingHorizontal: number;
512
512
  };
513
- export declare const getButtonMinHeight: (textSize: string, hasIcon?: boolean) => 48 | 40 | 32;
513
+ export declare const getButtonMinHeight: (textSize: string, hasIcon?: boolean) => 34 | 48 | 40 | 42;
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;
@@ -4,6 +4,7 @@ declare const _default: {
4
4
  right: number;
5
5
  left: number;
6
6
  position: "absolute";
7
+ minHeight: number;
7
8
  top: number;
8
9
  zIndex: number;
9
10
  };
@@ -13,6 +14,7 @@ declare const _default: {
13
14
  flexDirection: "row";
14
15
  alignItems: "center";
15
16
  gap: number;
17
+ minHeight: number;
16
18
  alignSelf: "stretch";
17
19
  width: "100%";
18
20
  flexShrink: number;