@fuf-stack/uniform 0.16.4 → 0.16.5

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.
@@ -34,11 +34,12 @@ declare const useFormContext: () => {
34
34
  trigger: react_hook_form.UseFormTrigger<react_hook_form.FieldValues>;
35
35
  resetField: react_hook_form.UseFormResetField<react_hook_form.FieldValues>;
36
36
  reset: react_hook_form.UseFormReset<react_hook_form.FieldValues>;
37
- handleSubmit: react_hook_form.UseFormHandleSubmit<react_hook_form.FieldValues, undefined>;
37
+ handleSubmit: react_hook_form.UseFormHandleSubmit<react_hook_form.FieldValues, react_hook_form.FieldValues>;
38
38
  unregister: react_hook_form.UseFormUnregister<react_hook_form.FieldValues>;
39
- control: react_hook_form.Control<react_hook_form.FieldValues, any>;
39
+ control: react_hook_form.Control<react_hook_form.FieldValues, any, react_hook_form.FieldValues>;
40
40
  register: react_hook_form.UseFormRegister<react_hook_form.FieldValues>;
41
41
  setFocus: react_hook_form.UseFormSetFocus<react_hook_form.FieldValues>;
42
+ subscribe: react_hook_form.UseFromSubscribe<react_hook_form.FieldValues>;
42
43
  };
43
44
 
44
45
  export { checkFieldIsRequired, useFormContext };
@@ -34,11 +34,12 @@ declare const useFormContext: () => {
34
34
  trigger: react_hook_form.UseFormTrigger<react_hook_form.FieldValues>;
35
35
  resetField: react_hook_form.UseFormResetField<react_hook_form.FieldValues>;
36
36
  reset: react_hook_form.UseFormReset<react_hook_form.FieldValues>;
37
- handleSubmit: react_hook_form.UseFormHandleSubmit<react_hook_form.FieldValues, undefined>;
37
+ handleSubmit: react_hook_form.UseFormHandleSubmit<react_hook_form.FieldValues, react_hook_form.FieldValues>;
38
38
  unregister: react_hook_form.UseFormUnregister<react_hook_form.FieldValues>;
39
- control: react_hook_form.Control<react_hook_form.FieldValues, any>;
39
+ control: react_hook_form.Control<react_hook_form.FieldValues, any, react_hook_form.FieldValues>;
40
40
  register: react_hook_form.UseFormRegister<react_hook_form.FieldValues>;
41
41
  setFocus: react_hook_form.UseFormSetFocus<react_hook_form.FieldValues>;
42
+ subscribe: react_hook_form.UseFromSubscribe<react_hook_form.FieldValues>;
42
43
  };
43
44
 
44
45
  export { checkFieldIsRequired, useFormContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuf-stack/uniform",
3
- "version": "0.16.4",
3
+ "version": "0.16.5",
4
4
  "description": "fuf react form library",
5
5
  "author": "Hannes Tiede",
6
6
  "homepage": "https://github.com/fuf-stack/pixels#readme",
@@ -124,13 +124,13 @@
124
124
  "@heroui/system": "2.4.12",
125
125
  "@heroui/theme": "2.4.12",
126
126
  "@react-aria/visually-hidden": "3.8.21",
127
- "framer-motion": "12.6.0",
127
+ "framer-motion": "12.6.3",
128
128
  "react-icons": "5.5.0",
129
- "react-hook-form": "7.54.2",
129
+ "react-hook-form": "7.55.0",
130
130
  "react-select": "5.10.1",
131
- "@fuf-stack/pixel-utils": "0.5.1",
132
- "@fuf-stack/pixels": "0.39.0",
133
- "@fuf-stack/veto": "0.9.4"
131
+ "@fuf-stack/pixel-utils": "0.5.2",
132
+ "@fuf-stack/pixels": "0.39.2",
133
+ "@fuf-stack/veto": "0.9.6"
134
134
  },
135
135
  "devDependencies": {
136
136
  "@types/debug": "4.1.12",
@@ -140,8 +140,8 @@
140
140
  "react-dom": "19.0.0",
141
141
  "@repo/storybook-config": "0.0.1",
142
142
  "@repo/tsup-config": "0.0.1",
143
- "@repo/vite-config": "0.0.1",
144
- "@repo/tailwind-config": "0.0.1"
143
+ "@repo/tailwind-config": "0.0.1",
144
+ "@repo/vite-config": "0.0.1"
145
145
  },
146
146
  "scripts": {
147
147
  "build": "tsup --config node_modules/@repo/tsup-config/config.ts",