@myinterview/component-library
Advanced tools
Comparing version 0.0.63 to 0.0.64
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
429915
36
2159