intelicoreact 1.3.1 → 1.3.3

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.
@@ -432,7 +432,7 @@ var InputAddress = function InputAddress(_ref) {
432
432
  var renderNoItems = function renderNoItems() {
433
433
  return /*#__PURE__*/_react.default.createElement("div", {
434
434
  className: "input-address__list--no-items"
435
- }, isMobile ? 'Please begin entering your address' : noItemsMessage || 'No Items');
435
+ }, isMobile && !(query !== null && query !== void 0 && query.length) ? 'Please begin entering your address' : noItemsMessage || 'No Items');
436
436
  };
437
437
 
438
438
  var renderListDesktop = function renderListDesktop() {
@@ -166,6 +166,7 @@
166
166
  animation-duration: 0.25s;
167
167
  animation-timing-function: ease;
168
168
  animation-fill-mode: forwards;
169
+ z-index: 999;
169
170
  }
170
171
 
171
172
  &-wrapper {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [