@zealicsolutions/web-ui 0.4.44 → 0.4.45

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, "children" | "size" | "disabled" | "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, "children" | "size" | "disabled" | "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>>;
@@ -11,7 +11,7 @@ export declare type MaskConfig = {
11
11
  };
12
12
  export declare const getSpecificInputProps: (type: InputFieldTypes) => {
13
13
  type?: HTMLInputTypeAttribute | undefined;
14
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
14
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
15
15
  };
16
16
  export declare const getMaskInputProps: (type?: InputFieldTypes, config?: MaskConfig) => Pick<MaskedInputProps, 'pipe' | 'mask' | 'placeholder' | 'keepCharPositions'>;
17
17
  export declare const getInputIconColor: ({ isEditMode, isFocused, isError, disabled, }: Pick<Partial<{
@@ -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, "children" | "size" | "disabled" | "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>>;
package/dist/index.d.ts CHANGED
@@ -857,7 +857,7 @@ declare type TextButtonProps = Pick<BaseButtonProps$1, 'disabled' | 'onClick' |
857
857
  }>;
858
858
  declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, {
859
859
  target: "_blank";
860
- } & Pick<BaseButtonProps$1, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
860
+ } & Pick<BaseButtonProps$1, "children" | "size" | "disabled" | "onClick" | "colorTheme"> & Partial<{
861
861
  buttonLink: string;
862
862
  elementId: string;
863
863
  $styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.44",
3
+ "version": "0.4.45",
4
4
  "testVersion": "0.3.178",
5
5
  "repository": {
6
6
  "type": "git",