ui-mathilde-web 0.1.34 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/ui-mathilde-web.d.ts +1 -0
- package/dist/ui-mathilde-web.js +19304 -19264
- package/dist/ui-mathilde-web.umd.cjs +47 -47
- package/package.json +1 -1
|
@@ -145,6 +145,7 @@ export declare const ImageFormat: ({ src, alt, width, height, classIm, }: {
|
|
|
145
145
|
export declare const InputForm: ForwardRefExoticComponent<InputFormProps & RefAttributes<HTMLInputElement>>;
|
|
146
146
|
|
|
147
147
|
declare interface InputFormProps extends default_2.InputHTMLAttributes<HTMLInputElement> {
|
|
148
|
+
icon?: boolean;
|
|
148
149
|
placeholder?: string;
|
|
149
150
|
label?: string;
|
|
150
151
|
error?: string;
|