@swing.xyz/design-system
Advanced tools
Comparing version 0.5.3 to 0.5.4
import React from 'react'; | ||
export declare const Input: { | ||
({ value, onChange, onBlur, onKeyDown, readOnly, placeholder, className, dataTest, type, min, lang, hasError, autoFocus, isLoading, icon, }: { | ||
({ value, onChange, onBlur, onKeyDown, readOnly, placeholder, className, dataTest, type, min, lang, error, autoFocus, isLoading, icon, }: { | ||
value: string; | ||
@@ -15,3 +15,3 @@ onChange?(value: string): void; | ||
lang?: string | undefined; | ||
hasError?: boolean | undefined; | ||
error?: string | undefined; | ||
autoFocus?: boolean | undefined; | ||
@@ -18,0 +18,0 @@ isLoading?: boolean | undefined; |
{ | ||
"name": "@swing.xyz/design-system", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ "./theme.css": "./theme.css", |
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
1146980
3644