@iobroker/dm-gui-components 0.0.5 → 0.0.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.
package/DeviceCard.js CHANGED
@@ -223,6 +223,7 @@ class DeviceCard extends react_1.Component {
223
223
  minHeight: 280,
224
224
  margin: 10,
225
225
  overflow: 'hidden',
226
+ display: 'inline-block',
226
227
  };
227
228
  /** @type {CSSProperties} */
228
229
  const headerStyle = {
package/DeviceList.js CHANGED
@@ -209,7 +209,7 @@ class DeviceList extends Communication_1.default {
209
209
  react_1.default.createElement(material_1.IconButton, { onClick: () => this.handleFilterChange(''), edge: "end" },
210
210
  react_1.default.createElement(icons_material_1.Clear, null))) : null,
211
211
  } }) : null),
212
- react_1.default.createElement("div", { style: Object.assign({ width: '100%', height: 'calc(100% - 56px)', marginTop: 8, overflow: 'auto', justifyContent: 'center', alignItems: 'stretch', display: 'grid', columnGap: 8, rowGap: 8 }, this.props.style) }, list));
212
+ react_1.default.createElement("div", { style: Object.assign({ width: '100%', height: 'calc(100% - 56px)', marginTop: 8, overflow: 'auto' }, this.props.style) }, list));
213
213
  }
214
214
  }
215
215
  DeviceList.i18nInitialized = false;
package/README.md CHANGED
@@ -20,7 +20,7 @@ render() {
20
20
  -->
21
21
 
22
22
  ## Changelog
23
- ### 0.0.5 (2023-12-14)
23
+ ### 0.0.7 (2023-12-14)
24
24
  * (bluefox) Added alive flag
25
25
 
26
26
  ### 0.0.4 (2023-12-12)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/dm-gui-components",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "ReactJS components to develop admin interface for ioBroker device manager.",
5
5
  "author": {
6
6
  "name": "Jey Cee",