@abgov/jsonforms-components 1.53.4 → 1.53.5
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 +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -8643,6 +8643,7 @@ const AddressLookUpControl = props => {
|
|
|
8643
8643
|
children: [renderHelp(), jsx("h3", {
|
|
8644
8644
|
children: label
|
|
8645
8645
|
}), jsx(GoAFormItem, {
|
|
8646
|
+
requirement: 'required',
|
|
8646
8647
|
label: 'Street address or P.O. box',
|
|
8647
8648
|
error: (_g = errors === null || errors === void 0 ? void 0 : errors['addressLine1']) !== null && _g !== void 0 ? _g : '',
|
|
8648
8649
|
"data-testId": "form-address-line1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.5",
|
|
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",
|