@juantroconisf/lib 3.5.2 → 3.5.3

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.js CHANGED
@@ -229,7 +229,7 @@ function useFormChange({
229
229
  errorMessage: ui.validationProps.errorMessage
230
230
  };
231
231
  },
232
- [state, touched, getValidation]
232
+ [state, touched, getValidation, validations]
233
233
  );
234
234
  return {
235
235
  onBlur,
package/dist/index.mjs CHANGED
@@ -210,7 +210,7 @@ function useFormChange({
210
210
  errorMessage: ui.validationProps.errorMessage
211
211
  };
212
212
  },
213
- [state, touched, getValidation]
213
+ [state, touched, getValidation, validations]
214
214
  );
215
215
  return {
216
216
  onBlur,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juantroconisf/lib",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "A state and validation library for HeroUI.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",