@myinterview/component-library
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -2,0 +3,0 @@ declare const _default: ComponentMeta<({ children, size, onClick, color, backgroundColor, ...attributes }: import("./Button").IClassicButton) => JSX.Element>; |
@@ -20,6 +20,10 @@ import React from 'react'; | ||
icon?: JSX.Element; | ||
dropdownMaxHeight?: number; | ||
dropdownMarginSpaceToScreenBorder?: number; | ||
onSelectItem: (value: IOptionObject | string | null) => void; | ||
onSearch?: (value: string) => void; | ||
onOpenChanged?: (val: boolean) => void; | ||
onOpenChanged?: (val: boolean, shouldOpenUpside: boolean) => void; | ||
} | ||
export declare const DROPBDOWN_MAX_HEIGHT = 270; | ||
export declare const DROPBDOWN_MARGIN_SPACE_TO_SCREEN_BORDER = 10; | ||
export declare const DropDown: React.FC<IDropDown>; |
@@ -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>; |
{ | ||
"name": "@myinterview/component-library", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
456127
2310
0