@abgov/jsonforms-components 1.25.1 → 1.25.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 +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3305,7 +3305,7 @@ const GoAInputBaseControl = props => {
3305
3305
  const InnerComponent = input;
3306
3306
  const labelToUpdate = getLabelText(uischema.scope, label || '');
3307
3307
  let modifiedErrors = checkFieldValidity(props);
3308
- if (modifiedErrors === 'should be equal to one of the allowed values') {
3308
+ if (modifiedErrors === 'must be equal to one of the allowed values') {
3309
3309
  modifiedErrors = '';
3310
3310
  }
3311
3311
  const getStepStatus = (props, value) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.25.1",
3
+ "version": "1.25.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",