@abgov/jsonforms-components 2.64.8 → 2.64.9
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 +4 -4
- package/package.json +1 -1
- package/renderer-catalog.json +2 -2
package/index.esm.js
CHANGED
|
@@ -11158,10 +11158,10 @@ const FullNameDobReviewControl = props => {
|
|
|
11158
11158
|
children: jsxs(PageReviewContainer, {
|
|
11159
11159
|
colSpan: 3,
|
|
11160
11160
|
children: [jsxs(ReviewHeader, {
|
|
11161
|
-
children: [
|
|
11162
|
-
children: fieldLabel
|
|
11163
|
-
|
|
11164
|
-
|
|
11161
|
+
children: [jsxs(ReviewLabel, {
|
|
11162
|
+
children: [fieldLabel, requiredFields.includes(fieldName) && jsx(RequiredTextLabel, {
|
|
11163
|
+
children: " (required)"
|
|
11164
|
+
})]
|
|
11165
11165
|
}), stepId !== undefined && !((_uischema$options2 = uischema.options) != null && (_uischema$options2 = _uischema$options2.componentProps) != null && _uischema$options2.readOnly) && jsx(GoabButton, {
|
|
11166
11166
|
type: "tertiary",
|
|
11167
11167
|
size: "compact",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abgov/jsonforms-components",
|
|
3
|
-
"version": "2.64.
|
|
3
|
+
"version": "2.64.9",
|
|
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-05-
|
|
4
|
-
"sourceCommit": "
|
|
3
|
+
"generatedAt": "2026-05-29T21:56:06.433Z",
|
|
4
|
+
"sourceCommit": "6c99340d89cc8ab585d0b5b64214891442a4b29c",
|
|
5
5
|
"sourcePath": "libs/jsonforms-components/src/index.ts",
|
|
6
6
|
"rendererCount": 33,
|
|
7
7
|
"renderers": [
|