@abgov/jsonforms-components 2.4.6 → 2.4.7

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 +2 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -8998,10 +8998,9 @@ const DeleteDialog = /*#__PURE__*/React.memo(function DeleteDialog({
8998
8998
  heading: title,
8999
8999
  children: [jsx(DeleteDialogContent, {
9000
9000
  "data-testid": "object-array-modal-content",
9001
- children: message
9001
+ children: `${message}?`
9002
9002
  }), jsxs(GoAButtonGroup, {
9003
9003
  alignment: "end",
9004
- mb: 'l',
9005
9004
  children: [jsx(GoAButton, {
9006
9005
  type: "secondary",
9007
9006
  testId: "object-array-modal-button",
@@ -10141,7 +10140,7 @@ const ListWithDetailsControl = props => {
10141
10140
  onCancel: deleteCancel,
10142
10141
  onConfirm: deleteConfirm,
10143
10142
  title: props.translations.deleteDialogTitle || '',
10144
- message: `Are you sure you wish to delete ${name} `
10143
+ message: `Are you sure you wish to delete ${name}`
10145
10144
  })]
10146
10145
  });
10147
10146
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/jsonforms-components",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
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",