@devsisters/dwds-react
Advanced tools
Comparing version 1.0.4-rc.0 to 1.0.4
@@ -36,8 +36,4 @@ import * as React from 'react'; | ||
iconType?: IconType; | ||
ref?: React.Ref<HTMLButtonElement>; | ||
} | ||
declare function Button(props: ButtonProps): JSX.Element; | ||
declare namespace Button { | ||
var displayName: string; | ||
} | ||
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>; | ||
@@ -72,2 +68,3 @@ interface SwitchProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'> { | ||
labelDirection?: 'left' | 'right'; | ||
type?: 'check' | 'minus'; | ||
} | ||
@@ -237,3 +234,2 @@ declare function Checkbox(props: CheckboxProps): JSX.Element; | ||
maxLength?: number; | ||
ref?: React__default.Ref<HTMLInputElement>; | ||
onReset?: VoidFunction; | ||
@@ -251,3 +247,2 @@ onChange?: ChangeEventHandler<HTMLInputElement>; | ||
value?: string; | ||
ref?: React__default.Ref<HTMLTextAreaElement>; | ||
onChange?: ChangeEventHandler<HTMLTextAreaElement>; | ||
@@ -266,3 +261,2 @@ } | ||
subLabel?: string; | ||
ref?: React__default.Ref<HTMLInputElement>; | ||
onReset?: VoidFunction; | ||
@@ -277,3 +271,2 @@ onChange?: ChangeEventHandler<HTMLInputElement>; | ||
maxLength?: number; | ||
ref?: React__default.Ref<HTMLInputElement>; | ||
onReset?: VoidFunction; | ||
@@ -283,21 +276,9 @@ onChange?: ChangeEventHandler<HTMLInputElement>; | ||
declare function FileInput(props: FileInputProps): JSX.Element; | ||
declare namespace FileInput { | ||
var displayName: string; | ||
} | ||
declare const FileInput: React__default.ForwardRefExoticComponent<FileInputProps & React__default.RefAttributes<HTMLInputElement>>; | ||
declare function SearchInput(props: SearchInputProps): JSX.Element; | ||
declare namespace SearchInput { | ||
var displayName: string; | ||
} | ||
declare const SearchInput: React__default.ForwardRefExoticComponent<SearchInputProps & React__default.RefAttributes<HTMLInputElement>>; | ||
declare function TextInput(props: TextInputProps): JSX.Element; | ||
declare namespace TextInput { | ||
var displayName: string; | ||
} | ||
declare const TextInput: React__default.ForwardRefExoticComponent<TextInputProps & React__default.RefAttributes<HTMLInputElement>>; | ||
declare function TextArea(props: TextAreaProps): JSX.Element; | ||
declare namespace TextArea { | ||
var displayName: string; | ||
} | ||
declare const TextArea: React__default.ForwardRefExoticComponent<TextAreaProps & React__default.RefAttributes<HTMLTextAreaElement>>; | ||
@@ -368,8 +349,4 @@ type Size = 'small' | 'medium' | 'large'; | ||
value: string; | ||
ref?: React.Ref<HTMLInputElement>; | ||
} | ||
declare function Radio(props: RadioProps): JSX.Element; | ||
declare namespace Radio { | ||
var displayName: string; | ||
} | ||
declare const Radio: React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<HTMLInputElement>>; | ||
@@ -481,2 +458,3 @@ interface RadioGroupProps extends Omit<React.HTMLAttributes<HTMLFieldSetElement>, 'onChange'> { | ||
description?: string; | ||
colspan?: number; | ||
} | ||
@@ -483,0 +461,0 @@ declare function NoDataRow(props: NoDataRowProps): JSX.Element; |
{ | ||
"name": "@devsisters/dwds-react", | ||
"version": "1.0.4-rc.0", | ||
"version": "1.0.4", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1213994
30956
1