@abgov/jsonforms-components 1.45.0 → 1.45.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.
Files changed (2) hide show
  1. package/index.esm.js +5 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -8798,9 +8798,11 @@ const FullNameDobReviewControl = props => {
8798
8798
  label: "Last name",
8799
8799
  requirement: (requiredFields === null || requiredFields === void 0 ? void 0 : requiredFields.includes('lastName')) ? 'required' : undefined,
8800
8800
  error: (_d = errors === null || errors === void 0 ? void 0 : errors['lastName']) !== null && _d !== void 0 ? _d : '',
8801
- children: jsx("div", {
8802
- "data-testid": `lastName-control-${props.id}`,
8803
- children: (_e = props.data) === null || _e === void 0 ? void 0 : _e.lastName
8801
+ children: jsx(TextWrapDiv, {
8802
+ children: jsx("div", {
8803
+ "data-testid": `lastName-control-${props.id}`,
8804
+ children: (_e = props.data) === null || _e === void 0 ? void 0 : _e.lastName
8805
+ })
8804
8806
  })
8805
8807
  })]
8806
8808
  }), jsx(GoAGrid, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.45.0",
3
+ "version": "1.45.1",
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",