@abgov/jsonforms-components 1.23.2 → 1.23.3

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
@@ -6013,10 +6013,10 @@ const HelpContentComponent = _a => {
6013
6013
  height,
6014
6014
  width,
6015
6015
  alt,
6016
- url
6016
+ src
6017
6017
  }) => {
6018
6018
  return jsx("img", {
6019
- src: url,
6019
+ src: src,
6020
6020
  width: width,
6021
6021
  height: height,
6022
6022
  alt: alt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "1.23.2",
3
+ "version": "1.23.3",
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",
@@ -5,7 +5,7 @@ interface OptionProps {
5
5
  ariaLabel?: string;
6
6
  help?: string | string[];
7
7
  variant?: string;
8
- url?: string;
8
+ src?: string;
9
9
  alt?: string;
10
10
  height?: string;
11
11
  width?: string;