Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@myinterview/component-library

Package Overview
Dependencies
Maintainers
9
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.63 to 0.0.64

2

dist/atoms/buttons/Button.d.ts

@@ -10,2 +10,2 @@ import React from 'react';

}
export declare const Button: ({ children, size, onClick, color, backgroundColor, disabled, ...attributes }: IClassicButton) => JSX.Element;
export declare const Button: ({ children, size, onClick, color, backgroundColor, ...attributes }: IClassicButton) => JSX.Element;
/// <reference types="react" />
import { ComponentStory, ComponentMeta } from '@storybook/react';
declare const _default: ComponentMeta<({ children, size, onClick, color, backgroundColor, disabled, ...attributes }: import("./Button").IClassicButton) => JSX.Element>;
declare const _default: ComponentMeta<({ children, size, onClick, color, backgroundColor, ...attributes }: import("./Button").IClassicButton) => JSX.Element>;
export default _default;
export declare const ButtonPrimary: ComponentStory<({ children, size, onClick, color, backgroundColor, disabled, ...attributes }: import("./Button").IClassicButton) => JSX.Element>;
export declare const ButtonPrimary: ComponentStory<({ children, size, onClick, color, backgroundColor, ...attributes }: import("./Button").IClassicButton) => JSX.Element>;

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

name: string;
[key: string]: string;
[key: string]: any;
}

@@ -11,2 +11,3 @@ export interface IDropDown extends React.HTMLAttributes<HTMLDivElement> {

selectedFieldName?: string;
selectFieldBy?: string;
standAlone?: boolean;

@@ -13,0 +14,0 @@ placeholder?: string;

{
"name": "@myinterview/component-library",
"version": "0.0.63",
"version": "0.0.64",
"description": "",

@@ -40,3 +40,3 @@ "main": "dist/index.js",

"postcss": "^8.4.6",
"react": "17.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",

@@ -49,3 +49,2 @@ "rollup": "^2.67.0",

"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-url": "^3.0.1",
"sass": "^1.49.7",

@@ -57,3 +56,3 @@ "sass-loader": "^10.2.1",

"peerDependencies": {
"react": "17.0.2 || ^18.0.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "17.0.2 || ^18.0.0"

@@ -60,0 +59,0 @@ },

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