@abgov/jsonforms-components 2.6.4 → 2.6.5

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 +5 -2
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -10711,8 +10711,11 @@ const HelpContentComponent = _ref => {
10711
10711
  };
10712
10712
  const textVariant = !((_e = uischema.options) === null || _e === void 0 ? void 0 : _e.variant) || ((_f = uischema.options) === null || _f === void 0 ? void 0 : _f.variant) !== 'details' && ((_g = uischema.options) === null || _g === void 0 ? void 0 : _g.variant) !== 'hyperlink';
10713
10713
  if (markdown) {
10714
- return MarkdownComponent({
10715
- markdown: getMarkDownData((_h = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _h === void 0 ? void 0 : _h.help)
10714
+ return jsx(Visible, {
10715
+ visible: visible,
10716
+ children: MarkdownComponent({
10717
+ markdown: getMarkDownData((_h = uischema === null || uischema === void 0 ? void 0 : uischema.options) === null || _h === void 0 ? void 0 : _h.help)
10718
+ })
10716
10719
  });
10717
10720
  }
10718
10721
  return jsx(Visible, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "2.6.4",
3
+ "version": "2.6.5",
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",