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 1.0.40-beta to 1.0.41

1

dist/atoms/icons/eye_close.d.ts

@@ -0,1 +1,2 @@

/// <reference types="react" />
export declare const EyeCloseSvg: () => JSX.Element;

@@ -0,1 +1,2 @@

/// <reference types="react" />
export declare const EyeOpenSvg: () => JSX.Element;

@@ -0,3 +1,4 @@

/// <reference types="react" />
import './loader.scss';
import { SkeletonProps } from 'react-loading-skeleton/dist/Skeleton';
export declare const Loader: (props: SkeletonProps) => JSX.Element;

@@ -0,1 +1,2 @@

/// <reference types="react" />
import { ComponentStory, ComponentMeta } from '@storybook/react';

@@ -2,0 +3,0 @@ declare const _default: ComponentMeta<({ children, ...attributes }: import("./Tags").ITags) => JSX.Element>;

@@ -0,1 +1,2 @@

/// <reference types="react" />
import { ComponentStory, ComponentMeta } from '@storybook/react';

@@ -2,0 +3,0 @@ declare const _default: ComponentMeta<({ children, tooltipLocation }: import("./ToolTips").IToolTips) => JSX.Element>;

14

dist/interfaces/variables.d.ts

@@ -1,7 +0,7 @@

export type IColors = 'primary' | 'secondary' | 'premium' | 'special' | 'neutral-10' | 'neutral-20' | 'neutral-30' | 'neutral-40' | 'neutral-50' | 'neutral-60' | 'neutral-70' | 'neutral-90' | 'white' | 'black' | 'success' | 'warning' | 'error' | 'info';
export type IBackgroundColors = IColors | 'malibu';
export type ISizes = 'small' | 'medium' | 'large';
export type IDisplaySizes = 'D1-Regular' | 'D1-Semibold' | 'D1-Bold' | 'D2-Regular' | 'D2-Semibold' | 'D2-Bold' | 'D3-Regular' | 'D3-Semibold' | 'D3-Bold';
export type IHeaderSizes = 'H1-Regular' | 'H1-Semibold' | 'H1-Bold' | 'H2-Regular' | 'H2-Semibold' | 'H2-Bold' | 'H3-Regular' | 'H3-Semibold' | 'H3-Bold';
export type IBodySizes = 'L-Regular' | 'L-Semibold' | 'L-Bold' | 'M-Regular' | 'M-Semibold' | 'M-Bold' | 'S-Regular' | 'S-Semibold' | 'S-Bold' | 'XS-Regular' | 'XS-Semibold' | 'XS-Bold';
export type ITooltipLocation = 'top-left' | 'top-middle' | 'top-right' | 'bottom-left' | 'bottom-middle' | 'bottom-right' | 'left-side-top' | 'left-side-middle' | 'left-side-bottom' | 'right-side-top' | 'right-side-middle' | 'right-side-bottom';
export declare type IColors = 'primary' | 'secondary' | 'premium' | 'special' | 'neutral-10' | 'neutral-20' | 'neutral-30' | 'neutral-40' | 'neutral-50' | 'neutral-60' | 'neutral-70' | 'neutral-90' | 'white' | 'black' | 'success' | 'warning' | 'error' | 'info';
export declare type IBackgroundColors = IColors | 'malibu';
export declare type ISizes = 'small' | 'medium' | 'large';
export declare type IDisplaySizes = 'D1-Regular' | 'D1-Semibold' | 'D1-Bold' | 'D2-Regular' | 'D2-Semibold' | 'D2-Bold' | 'D3-Regular' | 'D3-Semibold' | 'D3-Bold';
export declare type IHeaderSizes = 'H1-Regular' | 'H1-Semibold' | 'H1-Bold' | 'H2-Regular' | 'H2-Semibold' | 'H2-Bold' | 'H3-Regular' | 'H3-Semibold' | 'H3-Bold';
export declare type IBodySizes = 'L-Regular' | 'L-Semibold' | 'L-Bold' | 'M-Regular' | 'M-Semibold' | 'M-Bold' | 'S-Regular' | 'S-Semibold' | 'S-Bold' | 'XS-Regular' | 'XS-Semibold' | 'XS-Bold';
export declare type ITooltipLocation = 'top-left' | 'top-middle' | 'top-right' | 'bottom-left' | 'bottom-middle' | 'bottom-right' | 'left-side-top' | 'left-side-middle' | 'left-side-bottom' | 'right-side-top' | 'right-side-middle' | 'right-side-bottom';

@@ -13,4 +13,3 @@ import React from 'react';

placeholder?: string;
language?: 'en' | 'he' | 'es' | 'pt' | 'ar' | 'fr' | 'ko' | 'cn' | 'de';
}
export declare const DndInput: React.ForwardRefExoticComponent<IDndInput & React.RefAttributes<HTMLInputElement>>;

@@ -5,5 +5,4 @@ import React from 'react';

placeholder?: 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.40-beta",
"version": "1.0.41",
"description": "",

@@ -60,4 +60,4 @@ "type": "module",

"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
"react": "^17.0.2 || ^18.0.0",
"react-dom": "17.0.2 || ^18.0.0"
},

@@ -64,0 +64,0 @@ "dependencies": {

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