diginet-core-ui 1.4.50-beta.5 → 1.4.50-beta.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.
@@ -1047,7 +1047,7 @@ const Dropdown = /*#__PURE__*/memo(/*#__PURE__*/forwardRef((inProps, reference)
1047
1047
  inputRef.current.removeEventListener('click', onClickInput);
1048
1048
  }
1049
1049
  };
1050
- }, [dataSourceState]);
1050
+ }, [dataSourceState, disabled]);
1051
1051
  useEffect(() => {
1052
1052
  if (!openState && txtSearch) {
1053
1053
  if (!onInput) {
@@ -475,7 +475,7 @@ const PagingInfoCSS = (bgCl, typeShort, {
475
475
  .DGN-UI-Dropdown {
476
476
  margin-left: ${spacing([typeShort ? 0 : 2])};
477
477
  margin-bottom: 0px;
478
- ${parseMinWidth(52)};
478
+ ${parseMinWidth(60)};
479
479
  .DGN-UI-Dropdown-Form {
480
480
  ${parseMinHeight(24)};
481
481
  padding: ${spacing([0])};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.4.50-beta.5",
3
+ "version": "1.4.50-beta.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",