intelicoreact 1.0.43 → 1.0.45

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.
@@ -145,12 +145,16 @@
145
145
  .loader-box {
146
146
  opacity: 0.2;
147
147
 
148
- .lds-ring.lds-ring_little {
148
+ .lds-ring.lds-ring_small {
149
149
  width: 20px;
150
150
  height: 20px;
151
+ top: calc(50% - 10px);
151
152
 
152
153
  div {
153
154
  border-width: 2px !important;
155
+ margin: 0;
156
+ top: 0;
157
+ left: 0;
154
158
  }
155
159
  }
156
160
  }
@@ -103,7 +103,9 @@ var TagsDropdown = function TagsDropdown(_ref) {
103
103
 
104
104
  var target = _ref2.target;
105
105
 
106
- if (!((_getListContainer = getListContainer()) !== null && _getListContainer !== void 0 && _getListContainer.contains(target)) && !isTargetInParent(target)) {
106
+ if (!((_getListContainer = getListContainer()) !== null && _getListContainer !== void 0 && _getListContainer.contains(target))
107
+ /* && !isTargetInParent(target) */
108
+ ) {
107
109
  setIsOpen(false);
108
110
  setSearchValue('');
109
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [