@zealicsolutions/web-ui 0.4.43 → 0.4.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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, "disabled" | "size" | "children" | "onClick" | "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, "disabled" | "size" | "children" | "onClick" | "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, "disabled" | "size" | "children" | "onClick" | "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>>;