@cedarjs/forms 2.2.1 → 2.2.2-next.31

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 (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -27,8 +27,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
- var index_exports = {};
31
- __export(index_exports, {
30
+ var src_exports = {};
31
+ __export(src_exports, {
32
32
  ButtonField: () => import_InputComponents.ButtonField,
33
33
  CheckboxField: () => import_CheckboxField.CheckboxField,
34
34
  ColorField: () => import_InputComponents.ColorField,
@@ -64,8 +64,8 @@ __export(index_exports, {
64
64
  useErrorStyles: () => import_useErrorStyles.useErrorStyles,
65
65
  useRegister: () => import_useRegister.useRegister
66
66
  });
67
- module.exports = __toCommonJS(index_exports);
68
- __reExport(index_exports, require("react-hook-form"), module.exports);
67
+ module.exports = __toCommonJS(src_exports);
68
+ __reExport(src_exports, require("react-hook-form"), module.exports);
69
69
  var import_CheckboxField = require("./CheckboxField");
70
70
  var import_FieldError = require("./FieldError");
71
71
  var import_Form = require("./Form");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/forms",
3
- "version": "2.2.1",
3
+ "version": "2.2.2-next.31+ff2776832",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -38,7 +38,7 @@
38
38
  "react-hook-form": "7.69.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@cedarjs/framework-tools": "2.2.1",
41
+ "@cedarjs/framework-tools": "2.2.2-next.31",
42
42
  "@testing-library/dom": "9.3.4",
43
43
  "@testing-library/jest-dom": "6.9.1",
44
44
  "@testing-library/react": "14.3.1",
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "a28b700f285c6ff51599626793434be3bc6466e4"
64
+ "gitHead": "ff2776832afcb70cd4ca38986ec4e37043e1c44b"
65
65
  }