@abgov/jsonforms-components 2.47.1 → 2.47.2

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 +4 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -6784,6 +6784,8 @@ const GoAInputBaseControl = props => {
6784
6784
  visible: visible,
6785
6785
  children: jsx(FormFieldWrapper, {
6786
6786
  ref: controlRef,
6787
+ className: "jsonforms-elements-wrapper",
6788
+ id: isStepperReview === true ? `review-base-${path}-element-wrapper` : `${path}-element-wrappe`,
6787
6789
  children: jsx(GoabFormItem, {
6788
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,
6789
6791
  error: isVisited === true ? modifiedErrors : undefined,
@@ -12817,6 +12819,8 @@ const FormStepperReviewer = props => {
12817
12819
  return null;
12818
12820
  }
12819
12821
  return jsxs(ReviewItemSection, {
12822
+ className: "jsonforms-table-review-section",
12823
+ id: `jsonforms-table-review-section-${categoryIndex}`,
12820
12824
  children: [jsx(ReviewItemHeader, {
12821
12825
  children: jsx(ReviewItemTitle, {
12822
12826
  children: categoryLabel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "2.47.1",
3
+ "version": "2.47.2",
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",