intelicoreact 1.0.17 → 1.0.18

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.
@@ -285,7 +285,7 @@ var Dropdown = function Dropdown(_ref) {
285
285
 
286
286
  var sw = lc.getElementsByClassName('dropdown__list')[0];
287
287
  var swHeight = sw === null || sw === void 0 ? void 0 : (_sw$getBoundingClient = sw.getBoundingClientRect()) === null || _sw$getBoundingClient === void 0 ? void 0 : _sw$getBoundingClient.height;
288
- lc.style.width = "".concat(width, "px");
288
+ lc.style.minWidth = "".concat(width, "px");
289
289
  lc.style.left = "".concat(left, "px");
290
290
  lc.style.top = "".concat(windowHeight - top - height >= swHeight ? top + height : top - swHeight, "px");
291
291
  lc.style.maxHeight = "".concat(swHeight, "px");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [