arengibook 2.4.602 → 2.4.603
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.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36167,7 +36167,8 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
36167
36167
|
color: iconColor
|
|
36168
36168
|
}
|
|
36169
36169
|
}, mappedOption.label));
|
|
36170
|
-
}
|
|
36170
|
+
}
|
|
36171
|
+
if (objValue === null) {
|
|
36171
36172
|
var _iconColor = option !== null && option !== void 0 && option.color ? inverseColor(option === null || option === void 0 ? void 0 : option.color) : '#FFFFFF';
|
|
36172
36173
|
return /*#__PURE__*/React__default.createElement("span", {
|
|
36173
36174
|
ref: dropdownRef
|