@zealicsolutions/web-ui 0.3.251 → 0.3.253

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ declare const _default: {
12
12
  elementId: string;
13
13
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;
14
14
  $variant: import("atoms/Buttons/TextButton").LinkVariant;
15
+ textColor: string;
15
16
  }>, "target">;
16
17
  };
17
18
  export default _default;
@@ -6,6 +6,7 @@ export declare type TextButtonProps = Pick<BaseButtonProps, 'disabled' | 'onClic
6
6
  elementId: string;
7
7
  $styles: StylesType;
8
8
  $variant: LinkVariant;
9
+ textColor: string;
9
10
  }>;
10
11
  export declare const TextButton: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {
11
12
  target: "_blank";
@@ -14,4 +15,5 @@ export declare const TextButton: import("styled-components").StyledComponent<"a"
14
15
  elementId: string;
15
16
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;
16
17
  $variant: LinkVariant;
18
+ textColor: string;
17
19
  }>, "target">;
@@ -9,6 +9,7 @@ export declare const Link: import("styled-components").StyledComponent<"a", impo
9
9
  elementId: string;
10
10
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;
11
11
  $variant: import("atoms").LinkVariant;
12
+ textColor: string;
12
13
  }>, "target">;
13
14
  export declare const ColumnCardWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
14
15
  isMobile: boolean;