@delightui/components 0.1.103 → 0.1.104

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/index.d.ts CHANGED
@@ -302,6 +302,7 @@ type FormContextValues<T extends FormState = FormState> = {
302
302
  onFormSubmit: React__default.FormEventHandler<HTMLFormElement>;
303
303
  updateFieldValidators: (name: keyof T, validate?: FieldValidationFunction) => void;
304
304
  updateRequiredFields: (name: keyof T, required?: boolean) => void;
305
+ resetForm: () => void;
305
306
  };
306
307
  type FormProviderProps<T extends FormState = FormState> = {
307
308
  formRef?: Ref<HTMLFormElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.103",
3
+ "version": "0.1.104",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",