@myinterview/component-library
Advanced tools
Comparing version 1.0.39 to 1.0.40-beta
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
export declare const EyeCloseSvg: () => JSX.Element; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
export declare const EyeOpenSvg: () => JSX.Element; |
@@ -1,4 +0,3 @@ | ||
/// <reference types="react" /> | ||
import './loader.scss'; | ||
import { SkeletonProps } from 'react-loading-skeleton/dist/Skeleton'; | ||
export declare const Loader: (props: SkeletonProps) => JSX.Element; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ children, ...attributes }: import("./Tags").ITags) => JSX.Element>; |
import React from 'react'; | ||
import { IBackgroundColors, IColors } from '../../interfaces/variables'; | ||
import './checkbox.scss'; | ||
export interface ICheckbox extends React.HTMLAttributes<HTMLDivElement> { | ||
export interface ICheckbox extends React.HTMLAttributes<HTMLInputElement> { | ||
value: boolean; | ||
color?: IColors; | ||
backgroundColor?: IBackgroundColors; | ||
borderColor?: IColors; | ||
inputAttributs?: React.InputHTMLAttributes<HTMLInputElement>; | ||
checked?: boolean; | ||
size?: string | number; | ||
size?: number | string; | ||
onToggle: (value: boolean) => void; | ||
} | ||
export declare const Checkbox: React.FC<ICheckbox>; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { ComponentStory, ComponentMeta } from '@storybook/react'; | ||
@@ -3,0 +2,0 @@ declare const _default: ComponentMeta<({ children, tooltipLocation }: import("./ToolTips").IToolTips) => JSX.Element>; |
@@ -1,7 +0,7 @@ | ||
export declare type IColors = 'primary' | 'secondary' | 'premium' | 'special' | 'neutral-10' | 'neutral-20' | 'neutral-30' | 'neutral-40' | 'neutral-50' | 'neutral-60' | 'neutral-70' | 'neutral-90' | 'white' | 'black' | 'success' | 'warning' | 'error' | 'info'; | ||
export declare type IBackgroundColors = IColors | 'malibu'; | ||
export declare type ISizes = 'small' | 'medium' | 'large'; | ||
export declare type IDisplaySizes = 'D1-Regular' | 'D1-Semibold' | 'D1-Bold' | 'D2-Regular' | 'D2-Semibold' | 'D2-Bold' | 'D3-Regular' | 'D3-Semibold' | 'D3-Bold'; | ||
export declare type IHeaderSizes = 'H1-Regular' | 'H1-Semibold' | 'H1-Bold' | 'H2-Regular' | 'H2-Semibold' | 'H2-Bold' | 'H3-Regular' | 'H3-Semibold' | 'H3-Bold'; | ||
export declare type IBodySizes = 'L-Regular' | 'L-Semibold' | 'L-Bold' | 'M-Regular' | 'M-Semibold' | 'M-Bold' | 'S-Regular' | 'S-Semibold' | 'S-Bold' | 'XS-Regular' | 'XS-Semibold' | 'XS-Bold'; | ||
export declare type ITooltipLocation = 'top-left' | 'top-middle' | 'top-right' | 'bottom-left' | 'bottom-middle' | 'bottom-right' | 'left-side-top' | 'left-side-middle' | 'left-side-bottom' | 'right-side-top' | 'right-side-middle' | 'right-side-bottom'; | ||
export type IColors = 'primary' | 'secondary' | 'premium' | 'special' | 'neutral-10' | 'neutral-20' | 'neutral-30' | 'neutral-40' | 'neutral-50' | 'neutral-60' | 'neutral-70' | 'neutral-90' | 'white' | 'black' | 'success' | 'warning' | 'error' | 'info'; | ||
export type IBackgroundColors = IColors | 'malibu'; | ||
export type ISizes = 'small' | 'medium' | 'large'; | ||
export type IDisplaySizes = 'D1-Regular' | 'D1-Semibold' | 'D1-Bold' | 'D2-Regular' | 'D2-Semibold' | 'D2-Bold' | 'D3-Regular' | 'D3-Semibold' | 'D3-Bold'; | ||
export type IHeaderSizes = 'H1-Regular' | 'H1-Semibold' | 'H1-Bold' | 'H2-Regular' | 'H2-Semibold' | 'H2-Bold' | 'H3-Regular' | 'H3-Semibold' | 'H3-Bold'; | ||
export type IBodySizes = 'L-Regular' | 'L-Semibold' | 'L-Bold' | 'M-Regular' | 'M-Semibold' | 'M-Bold' | 'S-Regular' | 'S-Semibold' | 'S-Bold' | 'XS-Regular' | 'XS-Semibold' | 'XS-Bold'; | ||
export type ITooltipLocation = 'top-left' | 'top-middle' | 'top-right' | 'bottom-left' | 'bottom-middle' | 'bottom-right' | 'left-side-top' | 'left-side-middle' | 'left-side-bottom' | 'right-side-top' | 'right-side-middle' | 'right-side-bottom'; |
@@ -13,3 +13,4 @@ import React from 'react'; | ||
placeholder?: string; | ||
language?: 'en' | 'he' | 'es' | 'pt' | 'ar' | 'fr' | 'ko' | 'cn' | 'de'; | ||
} | ||
export declare const DndInput: React.ForwardRefExoticComponent<IDndInput & React.RefAttributes<HTMLInputElement>>; |
@@ -5,4 +5,5 @@ import React from 'react'; | ||
placeholder?: string; | ||
language?: 'en' | 'he' | 'es' | 'pt' | 'ar' | 'fr' | 'ko' | 'cn' | 'de'; | ||
onPhoneInput: (val: string) => void; | ||
} | ||
export declare const PhoneNumber: React.FC<IPhoneNumber>; |
{ | ||
"name": "@myinterview/component-library", | ||
"version": "1.0.39", | ||
"version": "1.0.40-beta", | ||
"description": "", | ||
@@ -60,4 +60,4 @@ "type": "module", | ||
"peerDependencies": { | ||
"react": "^17.0.2 || ^18.0.0", | ||
"react-dom": "17.0.2 || ^18.0.0" | ||
"react": ">= 16.8.0", | ||
"react-dom": ">= 16.8.0" | ||
}, | ||
@@ -64,0 +64,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
442821
85
2065
2