@myinterview/component-library
Advanced tools
Comparing version 0.0.31 to 0.0.32
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2860723
78
8772
1
80