@abgov/jsonforms-components 2.58.5 → 2.58.6

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 CHANGED
@@ -10048,6 +10048,12 @@ const GoAInputBaseTableReview = props => {
10048
10048
  }
10049
10049
  }
10050
10050
  }
10051
+ if (!activeError && typeof errors === 'string' && errors.trim() !== '') {
10052
+ activeError = errors;
10053
+ }
10054
+ if (activeError && /\sis required$/i.test(activeError)) {
10055
+ activeError = `${labelToUpdate} is required`;
10056
+ }
10051
10057
  if (required && isNilOrEmptyValue(data, true) && !activeError) {
10052
10058
  activeError = `${labelToUpdate} is required`;
10053
10059
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "2.58.5",
3
+ "version": "2.58.6",
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",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-04-06T21:13:45.668Z",
4
- "sourceCommit": "1ac0db7f550de834aef3d196b5b103d2a7ad540d",
3
+ "generatedAt": "2026-04-07T18:06:10.408Z",
4
+ "sourceCommit": "b82179eeb9f3786b5b9681123ea064e4e8f6797b",
5
5
  "sourcePath": "libs/jsonforms-components/src/index.ts",
6
6
  "rendererCount": 33,
7
7
  "renderers": [