@zealicsolutions/web-ui 0.4.42 → 0.4.43

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ declare const _default: {
7
7
  title: string;
8
8
  component: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {
9
9
  target: "_blank";
10
- } & Pick<import("../..").BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
10
+ } & Pick<import("../..").BaseButtonProps, "disabled" | "size" | "children" | "onClick" | "colorTheme"> & Partial<{
11
11
  buttonLink: string;
12
12
  elementId: string;
13
13
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;
@@ -9,7 +9,7 @@ export declare type TextButtonProps = Pick<BaseButtonProps, 'disabled' | 'onClic
9
9
  }>;
10
10
  export declare const TextButton: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {
11
11
  target: "_blank";
12
- } & Pick<BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
12
+ } & Pick<BaseButtonProps, "disabled" | "size" | "children" | "onClick" | "colorTheme"> & Partial<{
13
13
  buttonLink: string;
14
14
  elementId: string;
15
15
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;
@@ -4,7 +4,7 @@ export declare const ColumnWrapper: import("styled-components").StyledComponent<
4
4
  export declare const InfoWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
5
5
  export declare const Link: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {
6
6
  target: "_blank";
7
- } & Pick<import("..").BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
7
+ } & Pick<import("..").BaseButtonProps, "disabled" | "size" | "children" | "onClick" | "colorTheme"> & Partial<{
8
8
  buttonLink: string;
9
9
  elementId: string;
10
10
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;