@genesislcap/foundation-react-utils 14.446.0-canary.1 → 14.446.1-FUI-2541.1

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.
@@ -60,7 +60,7 @@ export function createReactRenderer(Component, options) {
60
60
  errors: 'string',
61
61
  enabled: 'boolean',
62
62
  required: 'boolean',
63
- handleChange: 'function',
63
+ handleChange: 'method',
64
64
  uischema: 'json',
65
65
  },
66
66
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-react-utils",
3
3
  "description": "Genesis Foundation React Utils",
4
- "version": "14.446.0-canary.1",
4
+ "version": "14.446.1-FUI-2541.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,23 +29,23 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.446.0-canary.1",
33
- "@genesislcap/genx": "14.446.0-canary.1",
34
- "@genesislcap/rollup-builder": "14.446.0-canary.1",
35
- "@genesislcap/ts-builder": "14.446.0-canary.1",
36
- "@genesislcap/uvu-playwright-builder": "14.446.0-canary.1",
37
- "@genesislcap/vite-builder": "14.446.0-canary.1",
38
- "@genesislcap/webpack-builder": "14.446.0-canary.1"
32
+ "@genesislcap/foundation-testing": "14.446.1-FUI-2541.1",
33
+ "@genesislcap/genx": "14.446.1-FUI-2541.1",
34
+ "@genesislcap/rollup-builder": "14.446.1-FUI-2541.1",
35
+ "@genesislcap/ts-builder": "14.446.1-FUI-2541.1",
36
+ "@genesislcap/uvu-playwright-builder": "14.446.1-FUI-2541.1",
37
+ "@genesislcap/vite-builder": "14.446.1-FUI-2541.1",
38
+ "@genesislcap/webpack-builder": "14.446.1-FUI-2541.1"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": "^19.0.0",
42
42
  "react-dom": "^19.0.0"
43
43
  },
44
44
  "dependencies": {
45
- "@genesislcap/foundation-forms": "14.446.0-canary.1",
46
- "@genesislcap/foundation-layout": "14.446.0-canary.1",
47
- "@genesislcap/foundation-logger": "14.446.0-canary.1",
48
- "@genesislcap/web-core": "14.446.0-canary.1",
45
+ "@genesislcap/foundation-forms": "14.446.1-FUI-2541.1",
46
+ "@genesislcap/foundation-layout": "14.446.1-FUI-2541.1",
47
+ "@genesislcap/foundation-logger": "14.446.1-FUI-2541.1",
48
+ "@genesislcap/web-core": "14.446.1-FUI-2541.1",
49
49
  "@jsonforms/core": "^3.2.1",
50
50
  "@r2wc/react-to-web-component": "^2.0.2"
51
51
  },
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "a023fcbc9ddf2e08249425219a33b2573ad0f51e"
61
+ "gitHead": "ede3de0912bfd99b4fc0c9f57f2e322c27c8844b"
62
62
  }
@@ -102,7 +102,7 @@ export function createReactRenderer(
102
102
  errors: 'string',
103
103
  enabled: 'boolean',
104
104
  required: 'boolean',
105
- handleChange: 'function',
105
+ handleChange: 'method',
106
106
  uischema: 'json',
107
107
  },
108
108
  });