@zealicsolutions/web-ui 0.4.90 → 0.4.92

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,14 +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
- }>, "target">;
13
+ textColor: string;
14
+ }>, never>;
16
15
  };
17
16
  export default _default;
18
17
  export declare const TouchableOpacity: StoryFn<FC<TouchableOpacityProps>>;
@@ -6,12 +6,12 @@ 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
- export declare const TextButton: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, {
11
- target: "_blank";
12
- } & 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<{
13
12
  buttonLink: string;
14
13
  elementId: string;
15
14
  $styles: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<object, import("styled-components").DefaultTheme>>;
16
15
  $variant: LinkVariant;
17
- }>, "target">;
16
+ textColor: string;
17
+ }>, never>;
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties } from 'styled-components';
2
2
  export declare const getSizeStyle: (size: number) => Pick<CSSProperties, 'maxWidth' | 'maxHeight' | 'minWidth' | 'minHeight'>;
3
3
  export declare const changeColorTint: (color: string, percent: number) => string;
4
- export declare const getTintColor: (color: string) => string;
4
+ export declare const getTintColor: (color: string, percent?: number) => string;
5
5
  export declare const getShadeColor: (color: string, percent?: number) => string;
@@ -2,14 +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
- }>, "target">;
10
+ textColor: string;
11
+ }>, never>;
13
12
  export declare const ColumnCardWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
14
13
  isMobile: boolean;
15
14
  }, never>;
package/dist/index.d.ts CHANGED
@@ -907,15 +907,15 @@ declare type TextButtonProps = Pick<BaseButtonProps$1, 'disabled' | 'onClick' |
907
907
  elementId: string;
908
908
  $styles: StylesType;
909
909
  $variant: LinkVariant;
910
+ textColor: string;
910
911
  }>;
911
- declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, {
912
- target: "_blank";
913
- } & 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<{
914
913
  buttonLink: string;
915
914
  elementId: string;
916
915
  $styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
917
916
  $variant: LinkVariant;
918
- }>, "target">;
917
+ textColor: string;
918
+ }>, never>;
919
919
 
920
920
  declare type ValidationTagStatus = 'DEFAULT' | 'ERROR' | 'SUCCESS';
921
921
  declare type ValidationTagProps = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.90",
4
- "testVersion": "0.3.251",
3
+ "version": "0.4.92",
4
+ "testVersion": "0.3.266",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"