@myinterview/component-library
Advanced tools
Comparing version 1.0.48-beta-3a54ce9 to 1.0.48
@@ -8,4 +8,6 @@ import React from 'react'; | ||
export interface IDropDown extends React.HTMLAttributes<HTMLDivElement> { | ||
rtl?: boolean; | ||
options: IOptionObject[] | string[]; | ||
selectedFieldName?: string | string[]; | ||
initialQuery?: string; | ||
selectFieldBy?: string; | ||
@@ -12,0 +14,0 @@ standAlone?: boolean; |
import React from 'react'; | ||
import { IBackgroundColors, IColors } from '../../interfaces/variables'; | ||
import './checkbox.scss'; | ||
export interface ICheckbox extends React.HTMLAttributes<HTMLInputElement> { | ||
value: boolean; | ||
export interface ICheckbox extends React.HTMLAttributes<HTMLDivElement> { | ||
color?: IColors; | ||
backgroundColor?: IBackgroundColors; | ||
borderColor?: IColors; | ||
size?: number | string; | ||
onToggle: (value: boolean) => void; | ||
inputAttributs?: React.InputHTMLAttributes<HTMLInputElement>; | ||
checked?: boolean; | ||
size?: string | number; | ||
} | ||
export declare const Checkbox: React.FC<ICheckbox>; |
@@ -17,3 +17,3 @@ import './theme/style/global.scss'; | ||
import { Logo } from './atoms/logo/Logo'; | ||
import { AutocompleteInput } from './molecules/inputs/AutocompleteInput'; | ||
import { LocationAutocompleteInput } from './molecules/inputs/LocationAutocompleteInput'; | ||
import { MyinterviewLogoWatermark } from './atoms/watermarks/MyinterviewLogoWatermark'; | ||
@@ -23,2 +23,2 @@ import { MyinterviewWatermark } from './atoms/watermarks/MyinterviewWatermark'; | ||
import { Checkbox } from './atoms/toggles/Checkbox'; | ||
export { Button, Logo, AutocompleteInput, DropDown, IconComponent, Arrow, Close, ThumbsUp, ThumbsDown, EyeCloseSvg, EyeOpenSvg, PointerRight, Upload, Uploading, Clip, Check, Warning, Camera, NoCamera, Microphone, NoMicrophone, CameraRotation, Disconnected, NextArrow, Shrink, DotsMenu, Spacer, Loader, InputText, Modal, Tags, Text, ToggleSwitch, ToggleText, Checkbox, Progress, DndInput, PhoneNumber, Profile, Message, LinkIcon, Document, Cv, TimeSquare, QuestionMark, MyinterviewLogoWatermark, MyinterviewWatermark, PoweredByMyinterview, Vi, }; | ||
export { Button, Logo, LocationAutocompleteInput, DropDown, IconComponent, Arrow, Close, ThumbsUp, ThumbsDown, EyeCloseSvg, EyeOpenSvg, PointerRight, Upload, Uploading, Clip, Check, Warning, Camera, NoCamera, Microphone, NoMicrophone, CameraRotation, Disconnected, NextArrow, Shrink, DotsMenu, Spacer, Loader, InputText, Modal, Tags, Text, ToggleSwitch, ToggleText, Checkbox, Progress, DndInput, PhoneNumber, Profile, Message, LinkIcon, Document, Cv, TimeSquare, QuestionMark, MyinterviewLogoWatermark, MyinterviewWatermark, PoweredByMyinterview, Vi, }; |
@@ -13,4 +13,7 @@ import React from 'react'; | ||
placeholder?: string; | ||
language?: 'en' | 'he' | 'es' | 'pt' | 'ar' | 'fr' | 'ko' | 'cn' | 'de'; | ||
rtl?: boolean; | ||
uploadingText?: string; | ||
dropHereText?: string; | ||
browseText?: string; | ||
} | ||
export declare const DndInput: React.ForwardRefExoticComponent<IDndInput & React.RefAttributes<HTMLInputElement>>; |
@@ -5,5 +5,6 @@ import React from 'react'; | ||
placeholder?: string; | ||
language?: 'en' | 'he' | 'es' | 'pt' | 'ar' | 'fr' | 'ko' | 'cn' | 'de'; | ||
rtl?: boolean; | ||
initialValue?: string; | ||
onPhoneInput: (val: string) => void; | ||
} | ||
export declare const PhoneNumber: React.FC<IPhoneNumber>; |
{ | ||
"name": "@myinterview/component-library", | ||
"version": "1.0.48-beta-3a54ce9", | ||
"version": "1.0.48", | ||
"description": "", | ||
@@ -64,3 +64,3 @@ "type": "module", | ||
"dependencies": { | ||
"awesome-phonenumber": "^2.69.0", | ||
"awesome-phonenumber": "5.10.0", | ||
"axios": "^0.26.0", | ||
@@ -67,0 +67,0 @@ "react-loading-skeleton": "^3.0.3" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
480609
86
2086
1
47
+ Addedawesome-phonenumber@5.10.0(transitive)
- Removedawesome-phonenumber@2.73.0(transitive)
Updatedawesome-phonenumber@5.10.0