pcm-shared-components 0.0.146 → 0.0.147

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.
@@ -148,7 +148,7 @@ export const GenericDialogWindow = props => {
148
148
  onClose: closeDialog,
149
149
  onBackdropClick: "false",
150
150
  maxWidth: dialogSize,
151
- fullScreen: dialogSize ? false : true,
151
+ fullScreen: dialogSize && !fullWidth ? false : true,
152
152
  fullWidth: fullWidth,
153
153
  className: ""
154
154
  }, /*#__PURE__*/React.createElement(GenericAppBar, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.146",
3
+ "version": "0.0.147",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {