@opengeoweb/form-fields 8.0.0 → 8.2.0

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.
Files changed (38) hide show
  1. package/README.md +0 -0
  2. package/index.esm.d.ts +0 -0
  3. package/index.esm.js +2 -1
  4. package/package.json +3 -3
  5. package/src/index.d.ts +0 -0
  6. package/src/lib/components/Providers.d.ts +0 -0
  7. package/src/lib/components/Providers.spec.d.ts +0 -0
  8. package/src/lib/components/ReactHookFormDateTime.d.ts +0 -0
  9. package/src/lib/components/ReactHookFormDateTime.spec.d.ts +0 -0
  10. package/src/lib/components/ReactHookFormDateTime.stories.d.ts +0 -0
  11. package/src/lib/components/ReactHookFormFormControl.d.ts +0 -0
  12. package/src/lib/components/ReactHookFormFormControl.spec.d.ts +0 -0
  13. package/src/lib/components/ReactHookFormHiddenInput.d.ts +0 -0
  14. package/src/lib/components/ReactHookFormHiddenInput.spec.d.ts +0 -0
  15. package/src/lib/components/ReactHookFormHiddenInput.stories.d.ts +0 -0
  16. package/src/lib/components/ReactHookFormNumberField.d.ts +0 -0
  17. package/src/lib/components/ReactHookFormNumberField.spec.d.ts +0 -0
  18. package/src/lib/components/ReactHookFormNumberField.stories.d.ts +0 -0
  19. package/src/lib/components/ReactHookFormProvider.d.ts +0 -0
  20. package/src/lib/components/ReactHookFormProvider.stories.d.ts +0 -0
  21. package/src/lib/components/ReactHookFormRadioGroup.d.ts +0 -0
  22. package/src/lib/components/ReactHookFormRadioGroup.spec.d.ts +0 -0
  23. package/src/lib/components/ReactHookFormRadioGroup.stories.d.ts +0 -0
  24. package/src/lib/components/ReactHookFormSelect.d.ts +0 -0
  25. package/src/lib/components/ReactHookFormSelect.spec.d.ts +0 -0
  26. package/src/lib/components/ReactHookFormSelect.stories.d.ts +0 -0
  27. package/src/lib/components/ReactHookFormTextField.d.ts +0 -0
  28. package/src/lib/components/ReactHookFormTextField.spec.d.ts +0 -0
  29. package/src/lib/components/ReactHookFormTextField.stories.d.ts +0 -0
  30. package/src/lib/components/formUtils.d.ts +0 -0
  31. package/src/lib/components/formUtils.spec.d.ts +0 -0
  32. package/src/lib/components/index.d.ts +0 -0
  33. package/src/lib/components/types.d.ts +0 -0
  34. package/src/lib/components/utils.d.ts +0 -0
  35. package/src/lib/components/utils.spec.d.ts +0 -0
  36. package/src/lib/hooks/useDraftFormHelpers/useDraftFormHelpers.d.ts +0 -0
  37. package/src/lib/hooks/useDraftFormHelpers/useDraftFormHelpers.spec.d.ts +0 -0
  38. package/src/lib/storyshots/Storyshots.spec.d.ts +0 -0
package/README.md CHANGED
File without changes
package/index.esm.d.ts CHANGED
File without changes
package/index.esm.js CHANGED
@@ -24873,7 +24873,8 @@ function useControlled({
24873
24873
  }
24874
24874
 
24875
24875
  /**
24876
- * https://github.com/facebook/react/issues/14099#issuecomment-440013892
24876
+ * Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892
24877
+ * See RFC in https://github.com/reactjs/rfcs/pull/220
24877
24878
  */
24878
24879
 
24879
24880
  function useEventCallback(fn) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/form-fields",
3
- "version": "8.0.0",
3
+ "version": "8.2.0",
4
4
  "description": "GeoWeb form-fields library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -14,11 +14,11 @@
14
14
  "peerDependencies": {
15
15
  "@mui/material": "5.12.0",
16
16
  "@mui/x-date-pickers": "6.2.1",
17
- "@opengeoweb/theme": "8.0.0",
17
+ "@opengeoweb/theme": "8.2.0",
18
18
  "lodash": "4.17.21",
19
19
  "moment": "2.29.4",
20
20
  "moment-timezone": "0.5.43",
21
21
  "react": "18.2.0",
22
- "react-hook-form": "7.46.1"
22
+ "react-hook-form": "7.46.2"
23
23
  }
24
24
  }
package/src/index.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes