@boxyhq/react-ui
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -51,7 +51,15 @@ import type { ButtonHTMLAttributes, CSSProperties, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes } from 'react'; | ||
innerProps?: { | ||
input?: InputHTMLAttributes<HTMLInputElement>; | ||
button?: ButtonHTMLAttributes<HTMLButtonElement>; | ||
label?: LabelHTMLAttributes<HTMLLabelElement>; | ||
container?: HTMLAttributes<HTMLDivElement>; | ||
input?: InputHTMLAttributes<HTMLInputElement> & { | ||
'data-testid'?: string; | ||
}; | ||
button?: ButtonHTMLAttributes<HTMLButtonElement> & { | ||
'data-testid'?: string; | ||
}; | ||
label?: LabelHTMLAttributes<HTMLLabelElement> & { | ||
'data-testid'?: string; | ||
}; | ||
container?: HTMLAttributes<HTMLDivElement> & { | ||
'data-testid'?: string; | ||
}; | ||
}; | ||
} |
{ | ||
"name": "@boxyhq/react-ui", | ||
"description": "React UI components from BoxyHQ", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
48020
869