@abgov/jsonforms-components 2.52.3 → 2.52.4
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 +2 -2
- package/package.json +1 -1
- package/renderer-catalog.json +2 -2
package/index.esm.js
CHANGED
|
@@ -6598,7 +6598,7 @@ const JsonFormsStepperContextProvider = ({
|
|
|
6598
6598
|
children,
|
|
6599
6599
|
StepperProps
|
|
6600
6600
|
}) => {
|
|
6601
|
-
var _uischema$options3, _ctx$core2, _ctx$core3;
|
|
6601
|
+
var _uischema$options3, _ctx$core2, _ctx$core3, _ctx$core4;
|
|
6602
6602
|
const ctx = useJsonForms();
|
|
6603
6603
|
/* istanbul ignore next */
|
|
6604
6604
|
const {
|
|
@@ -6719,7 +6719,7 @@ const JsonFormsStepperContextProvider = ({
|
|
|
6719
6719
|
}
|
|
6720
6720
|
}
|
|
6721
6721
|
//eslint-disable-next-line
|
|
6722
|
-
}, [JSON.stringify(StepperProps.uischema), JSON.stringify(StepperProps.schema)]);
|
|
6722
|
+
}, [JSON.stringify(StepperProps.uischema), JSON.stringify(StepperProps.schema), JSON.stringify(data), JSON.stringify(ctx == null || (_ctx$core4 = ctx.core) == null ? void 0 : _ctx$core4.errors)]);
|
|
6723
6723
|
return jsx(JsonFormsStepperContext.Provider, {
|
|
6724
6724
|
value: context,
|
|
6725
6725
|
children: children
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.52.
|
|
3
|
+
"version": "2.52.4",
|
|
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",
|
package/renderer-catalog.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-03-
|
|
4
|
-
"sourceCommit": "
|
|
3
|
+
"generatedAt": "2026-03-11T20:34:29.251Z",
|
|
4
|
+
"sourceCommit": "f6ef75a475c4b947ccfa5973b95b3863c853bd54",
|
|
5
5
|
"sourcePath": "libs/jsonforms-components/src/index.ts",
|
|
6
6
|
"rendererCount": 32,
|
|
7
7
|
"renderers": [
|