nectiasw 0.0.148 → 0.0.149

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.
@@ -8,9 +8,8 @@ interface StyledProps {
8
8
  value?: string | number;
9
9
  isError?: boolean;
10
10
  }
11
- type CombinedProps = StyledProps & InputProps;
12
- export declare const StyledInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, CombinedProps>> & string;
13
- export declare const StyledInputBold: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "fullWidth" | "height" | "className" | "onChange" | "onKeyDown" | "date" | "length" | "type" | "mode" | "disabled" | "value" | "maxLength" | "minLength" | "placeholder" | "allow" | "inputField" | "minValue" | "maxValue" | "isError" | "error" | "completed" | "AddOn" | "onEdit" | "onDelete" | "zeros" | "validation" | "fieldIdentifier" | "score" | "downKeys"> & StyledProps & InputProps, "ref"> & {
11
+ export declare const StyledInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, StyledProps>> & string;
12
+ export declare const StyledInputBold: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof StyledProps> & StyledProps, "ref"> & {
14
13
  ref?: ((instance: HTMLInputElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLInputElement> | null | undefined;
15
14
  }, never>> & string;
16
15
  export declare const StyledInputAddon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;