intelicoreact 1.4.20 → 1.4.21

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.
@@ -163,10 +163,14 @@ const TagsDropdown = _ref => {
163
163
  }
164
164
 
165
165
  return acc;
166
- }, (_Object$keys = Object.keys(localOptionsStore)) === null || _Object$keys === void 0 ? void 0 : _Object$keys.map(value => ({
167
- value,
168
- label: localOptionsStore === null || localOptionsStore === void 0 ? void 0 : localOptionsStore[value]
169
- }))); // --- GENERAL FUNCTIONS BEGIN --- //
166
+ }, (_Object$keys = Object.keys(localOptionsStore)) === null || _Object$keys === void 0 ? void 0 : _Object$keys.map(value => {
167
+ var _options$find;
168
+
169
+ return { ...((_options$find = options === null || options === void 0 ? void 0 : options.find(option => (option === null || option === void 0 ? void 0 : option.value) === value)) !== null && _options$find !== void 0 ? _options$find : {}),
170
+ value,
171
+ label: localOptionsStore === null || localOptionsStore === void 0 ? void 0 : localOptionsStore[value]
172
+ };
173
+ })); // --- GENERAL FUNCTIONS BEGIN --- //
170
174
 
171
175
  const handleClickOutside = e => {
172
176
  var _editOptionModalRef$c, _getListContainer, _customTriggerRef$cur, _customTriggerRef$cur2;
@@ -123,6 +123,7 @@
123
123
  }
124
124
 
125
125
  &__creatable-helper {
126
+ background: #fff;
126
127
  color: var(--Text-Title, #9AA0B9);
127
128
  font-family: Roboto;
128
129
  font-size: 11px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.4.20",
3
+ "version": "1.4.21",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [