@gridsuite/commons-ui 0.16.0 → 0.17.0

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.
@@ -128,7 +128,8 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
128
128
  borderTop: '1px solid #ccc'
129
129
  },
130
130
  settingsMenu: {
131
- maxWidth: '385px'
131
+ maxWidth: '385px',
132
+ zIndex: 60
132
133
  },
133
134
  sizeLabel: {
134
135
  fontSize: '16px'
package/lib/index.js CHANGED
@@ -35,6 +35,10 @@ var _OverflowableText2 = _interopRequireDefault(require("./components/Overflowab
35
35
 
36
36
  exports.OverflowableText = _OverflowableText2["default"];
37
37
 
38
+ var _ElementSearchDialog2 = _interopRequireDefault(require("./components/ElementSearchDialog"));
39
+
40
+ exports.ElementSearchDialog = _ElementSearchDialog2["default"];
41
+
38
42
  var _EquipmentType = require("./utils/EquipmentType");
39
43
 
40
44
  exports.EQUIPMENT_TYPE = _EquipmentType.EQUIPMENT_TYPE;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsuite/commons-ui",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "common react components for gridsuite applications",
5
5
  "main": "lib/index.js",
6
6
  "files": [