@abgov/jsonforms-components 1.15.7 → 1.16.0

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
@@ -4058,7 +4058,7 @@ const RadioGroup = props => {
4058
4058
  return jsx(GoARadioGroup, Object.assign({
4059
4059
  error: errorsFormInput.length > 0,
4060
4060
  name: `${options || appliedUiSchemaOptions.label}`,
4061
- testId: `${id || label}-jsonform-dropdown`,
4061
+ testId: `${label || id}-jsonforms-radio`,
4062
4062
  value: data,
4063
4063
  disabled: !enabled
4064
4064
  }, appliedUiSchemaOptions, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.15.7",
3
+ "version": "1.16.0",
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",