pcm-shared-components 0.0.165 → 0.0.166

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.
@@ -146,7 +146,7 @@ export const GenericDialogWindow = props => {
146
146
  disableEnforceFocus: true,
147
147
  open: open,
148
148
  onClose: closeDialog,
149
- onBackdropClick: "false",
149
+ onBackdropClick: false,
150
150
  maxWidth: dialogSize,
151
151
  fullScreen: dialogSize && !fullWidth ? false : true,
152
152
  fullWidth: fullWidth,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.165",
3
+ "version": "0.0.166",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {