@abgov/jsonforms-components 2.24.0 → 2.24.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.
Files changed (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -8290,7 +8290,7 @@ const ApplicationStatus = () => {
8290
8290
  const total = categories.length;
8291
8291
  const completed = selectNumberOfCompletedCategories();
8292
8292
  const type = total === completed ? 'success' : 'important';
8293
- const heading = total === completed ? 'Application complete' : 'Application incomplete';
8293
+ const heading = total === completed ? 'Application completed' : 'Application incomplete';
8294
8294
  const message = `You have completed ${completed} of ${total} sections.`;
8295
8295
  return jsx(CompletionStatus, {
8296
8296
  children: jsx(GoACallout, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "2.24.0",
3
+ "version": "2.24.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",