@myinterview/component-library
Advanced tools
Comparing version 1.0.47 to 1.0.48-beta-3a54ce9
@@ -8,6 +8,4 @@ import React from 'react'; | ||
export interface IDropDown extends React.HTMLAttributes<HTMLDivElement> { | ||
rtl?: boolean; | ||
options: IOptionObject[] | string[]; | ||
selectedFieldName?: string | string[]; | ||
initialQuery?: string; | ||
selectFieldBy?: string; | ||
@@ -14,0 +12,0 @@ standAlone?: boolean; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ children, ...attributes }: import("./Tags").ITags) => JSX.Element>; |
import React from 'react'; | ||
import { IBackgroundColors, IColors } from '../../interfaces/variables'; | ||
import './checkbox.scss'; | ||
export interface ICheckbox extends React.HTMLAttributes<HTMLDivElement> { | ||
export interface ICheckbox extends React.HTMLAttributes<HTMLInputElement> { | ||
value: boolean; | ||
color?: IColors; | ||
backgroundColor?: IBackgroundColors; | ||
borderColor?: IColors; | ||
inputAttributs?: React.InputHTMLAttributes<HTMLInputElement>; | ||
checked?: boolean; | ||
size?: string | number; | ||
size?: number | string; | ||
onToggle: (value: boolean) => void; | ||
} | ||
export declare const Checkbox: React.FC<ICheckbox>; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ children, tooltipLocation }: import("./ToolTips").IToolTips) => JSX.Element>; |
@@ -17,3 +17,3 @@ import './theme/style/global.scss'; | ||
import { Logo } from './atoms/logo/Logo'; | ||
import { LocationAutocompleteInput } from './molecules/inputs/LocationAutocompleteInput'; | ||
import { AutocompleteInput } from './molecules/inputs/AutocompleteInput'; | ||
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, 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, }; | ||
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, }; |
@@ -13,7 +13,4 @@ import React from 'react'; | ||
placeholder?: string; | ||
rtl?: boolean; | ||
uploadingText?: string; | ||
dropHereText?: string; | ||
browseText?: string; | ||
language?: 'en' | 'he' | 'es' | 'pt' | 'ar' | 'fr' | 'ko' | 'cn' | 'de'; | ||
} | ||
export declare const DndInput: React.ForwardRefExoticComponent<IDndInput & React.RefAttributes<HTMLInputElement>>; |
@@ -5,6 +5,5 @@ import React from 'react'; | ||
placeholder?: string; | ||
rtl?: boolean; | ||
initialValue?: string; | ||
language?: 'en' | 'he' | 'es' | 'pt' | 'ar' | 'fr' | 'ko' | 'cn' | 'de'; | ||
onPhoneInput: (val: string) => void; | ||
} | ||
export declare const PhoneNumber: React.FC<IPhoneNumber>; |
{ | ||
"name": "@myinterview/component-library", | ||
"version": "1.0.47", | ||
"version": "1.0.48-beta-3a54ce9", | ||
"description": "", | ||
@@ -60,4 +60,4 @@ "type": "module", | ||
"peerDependencies": { | ||
"react": "^17.0.2 || ^18.0.0", | ||
"react-dom": "17.0.2 || ^18.0.0" | ||
"react": ">= 16.8.0", | ||
"react-dom": ">= 16.8.0" | ||
}, | ||
@@ -69,2 +69,2 @@ "dependencies": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 6 instances in 1 package
0
100
446531
85
2081
2
1