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.31 to 0.0.32

dist/atoms/inputs/GoogleAutocomplete.d.ts

3

dist/atoms/CompanyLogo/companyLogo.stories.d.ts
import { Story, Meta } from '@storybook/react/types-6-0';
import { IProps } from './CompanyLogo';
declare const _default: Meta<import("@storybook/react/types-6-0").Args>;
export default _default;
export declare const Logo: Story<IUrl>;
export declare const Logo: Story<IProps>;

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

error?: boolean;
errorMsg?: string;
}
export declare const InputText: ({ ref, validation, error, children, ...attributes }: IInputText) => JSX.Element;
export declare const InputText: ({ ref, validation, error, children, errorMsg, ...attributes }: IInputText) => JSX.Element;

@@ -6,3 +6,4 @@ import { Story, Meta } from '@storybook/react/types-6-0';

export declare const Text: Story<IInputText>;
export declare const TextError: Story<IInputText>;
export declare const Email: Story<IInputText>;
export declare const Password: Story<IInputText>;

@@ -5,3 +5,3 @@ import { Spacer } from './atoms/mainStyle';

import { DropDown } from './atoms/dropdowns/DropDown';
import * as Icons from './atoms/icons';
import { IconComponent, Arrow, Close, ThumbsUp, ThumbsDown, EyeCloseSvg, EyeOpenSvg, PointerRight, Upload, Clip } from './atoms/icons';
import { Tags } from './atoms/tags/Tags';

@@ -16,2 +16,2 @@ import { Text } from './atoms/text/Text';

import { Logo } from './atoms/logo/Logo';
export { Button, Logo, DropDown, Icons, Spacer, Loader, InputText, Modal, Tags, Text, ToggleSwitch, ToggleText, Progress, DndInput, };
export { Button, Logo, DropDown, IconComponent, Arrow, Close, ThumbsUp, ThumbsDown, EyeCloseSvg, EyeOpenSvg, PointerRight, Upload, Clip, Spacer, Loader, InputText, Modal, Tags, Text, ToggleSwitch, ToggleText, Progress, DndInput, };
{
"name": "@myinterview/component-library",
"version": "0.0.31",
"version": "0.0.32",
"description": "",

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

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