@cedarjs/forms 4.0.0-canary.13652 → 4.0.0-canary.13656

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 src_exports = {};
31
- __export(src_exports, {
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
32
  ButtonField: () => import_InputComponents.ButtonField,
33
33
  CheckboxField: () => import_CheckboxField.CheckboxField,
34
34
  ColorField: () => import_InputComponents.ColorField,
@@ -64,8 +64,8 @@ __export(src_exports, {
64
64
  useErrorStyles: () => import_useErrorStyles.useErrorStyles,
65
65
  useRegister: () => import_useRegister.useRegister
66
66
  });
67
- module.exports = __toCommonJS(src_exports);
68
- __reExport(src_exports, require("react-hook-form"), module.exports);
67
+ module.exports = __toCommonJS(index_exports);
68
+ __reExport(index_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": "4.0.0-canary.13652+4a8091619",
3
+ "version": "4.0.0-canary.13656+8a19315ca",
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.71.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@cedarjs/framework-tools": "4.0.0-canary.13652",
41
+ "@cedarjs/framework-tools": "4.0.0-canary.13656",
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": "4a8091619e3998f3ba04d0c04b60463111a8a75c"
64
+ "gitHead": "8a19315ca33a674f71575730b73169c48b6a48dd"
65
65
  }