Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.24 to 0.0.25

4

dist/atoms/dropdowns/DropDown.d.ts

@@ -12,3 +12,3 @@ import React from 'react';

placeholder?: string;
defaultValue?: IOptionObject | string;
defaultValue?: IOptionObject | string | null;
isLoading?: Boolean;

@@ -18,4 +18,4 @@ searchable?: Boolean;

onSelect: (value: IOptionObject | string) => void;
onSearch: (value: string) => void;
onSearch?: (value: string) => void;
}
export declare const DropDown: React.FC<IDropDown>;

@@ -11,6 +11,7 @@ import { Spacer } from './atoms/mainStyle';

import { Progress } from './atoms/progress/Progress';
import { CompanyLogo } from './atoms/CompanyLogo/companyLogo';
import { InputText } from './molecules/inputs/InputText';
import { DndInput } from './molecules/inputs/DndInput';
import { CompanyLogo } from './atoms/CompanyLogo/companyLogo';
import { Modal } from './molecules/Modals/Modal';
export { Button, CompanyLogo, DropDown, Icons, Spacer, Loader, InputText, Modal, Tags, Text, ToggleSwitch, ToggleText, Progress, DndInput, };
import { PhoneNumber } from './molecules/inputs/PhoneNumber';
export { Button, CompanyLogo, DropDown, Icons, Spacer, Loader, InputText, Modal, Tags, Text, ToggleSwitch, ToggleText, Progress, DndInput, PhoneNumber, };
declare const _default: {
flag: string;
name: string;

@@ -3,0 +4,0 @@ dial_code: string;

export declare const isValid: (phoneNumber: string, countryCode: string) => Boolean;
export declare const getNumber: (phoneNumber: string, countryCode: string, formatted?: boolean) => string;
export declare const getRegionCode: (phoneNumber: string) => string;
{
"name": "@myinterview/component-library",
"version": "0.0.24",
"version": "0.0.25",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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