@abgov/jsonforms-components 2.47.2 → 2.47.3
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 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -6785,7 +6785,7 @@ const GoAInputBaseControl = props => {
|
|
|
6785
6785
|
children: jsx(FormFieldWrapper, {
|
|
6786
6786
|
ref: controlRef,
|
|
6787
6787
|
className: "jsonforms-elements-wrapper",
|
|
6788
|
-
id: isStepperReview === true ? `review-base-${path}-element-wrapper` : `${path}-element-
|
|
6788
|
+
id: isStepperReview === true ? `review-base-${path}-element-wrapper` : `${path}-element-wrapper`,
|
|
6789
6789
|
children: jsx(GoabFormItem, {
|
|
6790
6790
|
requirement: (_uischema$options$com = uischema == null || (_uischema$options = uischema.options) == null || (_uischema$options = _uischema$options.componentProps) == null ? void 0 : _uischema$options.requirement) != null ? _uischema$options$com : requiredNow ? 'required' : undefined,
|
|
6791
6791
|
error: isVisited === true ? modifiedErrors : undefined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.47.
|
|
3
|
+
"version": "2.47.3",
|
|
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",
|