New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@myinterview/component-library

Package Overview
Dependencies
Maintainers
8
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@myinterview/component-library - npm Package Compare versions

Comparing version 1.0.47 to 1.0.48-beta-3a54ce9

dist/lib/locales.d.ts

2

dist/atoms/dropdowns/DropDown.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc