@abgov/jsonforms-components 1.54.3 → 1.54.4
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/index.esm.js +3 -3
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -9060,9 +9060,9 @@ const FullNameControl = props => {
|
|
|
9060
9060
|
updateFormData(updatedName);
|
|
9061
9061
|
};
|
|
9062
9062
|
return jsx(NameInputs, {
|
|
9063
|
-
firstName:
|
|
9064
|
-
middleName:
|
|
9065
|
-
lastName:
|
|
9063
|
+
firstName: nameData.firstName,
|
|
9064
|
+
middleName: nameData.middleName,
|
|
9065
|
+
lastName: nameData.lastName,
|
|
9066
9066
|
handleInputChange: handleInputChange,
|
|
9067
9067
|
data: data,
|
|
9068
9068
|
disabled: !enabled,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "1.54.
|
|
3
|
+
"version": "1.54.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Government of Alberta - React renderers for JSON Forms based on the design system.",
|
|
6
6
|
"repository": "https://github.com/GovAlta/adsp-monorepo",
|