@abgov/jsonforms-components 1.15.8 → 1.16.1
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 +1 -3
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -5718,9 +5718,7 @@ const HelpContents = ({
|
|
|
5718
5718
|
enabled: false,
|
|
5719
5719
|
visible: true,
|
|
5720
5720
|
path: '',
|
|
5721
|
-
handleChange:
|
|
5722
|
-
throw new Error('Function not implemented.');
|
|
5723
|
-
},
|
|
5721
|
+
handleChange: () => {},
|
|
5724
5722
|
rootSchema: {},
|
|
5725
5723
|
id: '',
|
|
5726
5724
|
schema: {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.1",
|
|
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",
|