@myinterview/component-library
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -5,5 +5,5 @@ import React from 'react'; | ||
export interface IDndInput extends React.HTMLAttributes<HTMLElement> { | ||
color: IColors; | ||
uploadedColor: IColors; | ||
backgroundColor: IBackgroundColors; | ||
color?: IColors; | ||
uploadedColor?: IColors; | ||
backgroundColor?: IBackgroundColors; | ||
uploadPercentage?: number | null; | ||
@@ -10,0 +10,0 @@ fileName?: string; |
@@ -14,4 +14,4 @@ import React from 'react'; | ||
errorMsg?: string; | ||
isLoading: boolean; | ||
isLoading?: boolean; | ||
} | ||
export declare const InputText: ({ ref, validation, error, children, errorMsg, isLoading, ...attributes }: IInputText) => JSX.Element; |
{ | ||
"name": "@myinterview/component-library", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
525554