@abgov/jsonforms-components 1.43.1 → 1.43.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 +2 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -7913,7 +7913,8 @@ const HelpContentComponent = _a => {
7913
7913
  src: src,
7914
7914
  width: width,
7915
7915
  height: height,
7916
- alt: alt || 'help-content-toggle-img'
7916
+ alt: alt || 'help-content-toggle-icon',
7917
+ "aria-label": "help-content-toggle-icon"
7917
7918
  });
7918
7919
  };
7919
7920
  const textVariant = !((_c = uischema.options) === null || _c === void 0 ? void 0 : _c.variant) || ((_d = uischema.options) === null || _d === void 0 ? void 0 : _d.variant) !== 'details' && ((_e = uischema.options) === null || _e === void 0 ? void 0 : _e.variant) !== 'hyperlink';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.43.1",
3
+ "version": "1.43.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",