@agilemotion/oui-react-js 1.8.11 → 1.8.13

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.
@@ -117,8 +117,14 @@ const LookupFieldComponent = exports.LookupFieldComponent = /*#__PURE__*/_react.
117
117
  open: open,
118
118
  onClose: handleClose,
119
119
  "aria-labelledby": "form-dialog-title",
120
- fullWidth: true,
121
- maxWidth: "md",
120
+ maxWidth: false // Important to disable built-in maxWidth
121
+ ,
122
+ PaperProps: {
123
+ sx: {
124
+ width: _Utils.default.getComponentAttribute(props.config, 'pickerListWidth', 800),
125
+ maxWidth: '90vw'
126
+ }
127
+ },
122
128
  disableBackdropClick: true
123
129
  }, /*#__PURE__*/_react.default.createElement("div", {
124
130
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilemotion/oui-react-js",
3
- "version": "1.8.11",
3
+ "version": "1.8.13",
4
4
  "files": [
5
5
  "dist"
6
6
  ],