@zealicsolutions/web-ui 0.3.257 → 0.3.259

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,15 +5,13 @@ import { IconButton as IconButtonComponent } from './IconButton';
5
5
  import { TouchableOpacityProps } from './TouchableOpacity';
6
6
  declare const _default: {
7
7
  title: string;
8
- component: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {
9
- target: "_blank";
10
- } & Pick<import("../..").BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
8
+ component: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<import("../..").BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
11
9
  buttonLink: string;
12
10
  elementId: string;
13
11
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;
14
12
  $variant: import("atoms/Buttons/TextButton").LinkVariant;
15
13
  textColor: string;
16
- }>, "target">;
14
+ }>, never>;
17
15
  };
18
16
  export default _default;
19
17
  export declare const TouchableOpacity: StoryFn<FC<TouchableOpacityProps>>;
@@ -8,12 +8,10 @@ export declare type TextButtonProps = Pick<BaseButtonProps, 'disabled' | 'onClic
8
8
  $variant: LinkVariant;
9
9
  textColor: string;
10
10
  }>;
11
- export declare const TextButton: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {
12
- target: "_blank";
13
- } & Pick<BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
11
+ export declare const TextButton: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
14
12
  buttonLink: string;
15
13
  elementId: string;
16
14
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;
17
15
  $variant: LinkVariant;
18
16
  textColor: string;
19
- }>, "target">;
17
+ }>, never>;
@@ -2,15 +2,13 @@ export declare const ColumnWrapper: import("styled-components").StyledComponent<
2
2
  isMobile: boolean;
3
3
  }, never>;
4
4
  export declare const InfoWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
5
- export declare const Link: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {
6
- target: "_blank";
7
- } & Pick<import("..").BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
5
+ export declare const Link: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Pick<import("..").BaseButtonProps, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
8
6
  buttonLink: string;
9
7
  elementId: string;
10
8
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;
11
9
  $variant: import("atoms").LinkVariant;
12
10
  textColor: string;
13
- }>, "target">;
11
+ }>, never>;
14
12
  export declare const ColumnCardWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
15
13
  isMobile: boolean;
16
14
  }, never>;
package/dist/index.d.ts CHANGED
@@ -909,15 +909,13 @@ declare type TextButtonProps = Pick<BaseButtonProps$1, 'disabled' | 'onClick' |
909
909
  $variant: LinkVariant;
910
910
  textColor: string;
911
911
  }>;
912
- declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, {
913
- target: "_blank";
914
- } & Pick<BaseButtonProps$1, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
912
+ declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, Pick<BaseButtonProps$1, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
915
913
  buttonLink: string;
916
914
  elementId: string;
917
915
  $styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
918
916
  $variant: LinkVariant;
919
917
  textColor: string;
920
- }>, "target">;
918
+ }>, never>;
921
919
 
922
920
  declare type ValidationTagStatus = 'DEFAULT' | 'ERROR' | 'SUCCESS';
923
921
  declare type ValidationTagProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.257",
3
+ "version": "0.3.259",
4
4
  "testVersion": "0.3.251",
5
5
  "repository": {
6
6
  "type": "git",