arengibook 2.4.596 → 2.4.598
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36150,11 +36150,11 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
36150
36150
|
} else {
|
|
36151
36151
|
var _iconColor = option !== null && option !== void 0 && option.color ? inverseColor(option === null || option === void 0 ? void 0 : option.color) : '#FFFFFF';
|
|
36152
36152
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
36153
|
+
className: 'badge select-badge',
|
|
36153
36154
|
style: _objectSpread2({
|
|
36154
36155
|
backgroundColor: option === null || option === void 0 ? void 0 : option.color,
|
|
36155
36156
|
color: _iconColor,
|
|
36156
36157
|
padding: '0.5rem',
|
|
36157
|
-
borderRadius: '1rem',
|
|
36158
36158
|
display: 'inline-block'
|
|
36159
36159
|
}, valueStyle)
|
|
36160
36160
|
}, option !== null && option !== void 0 && option[optionLabel] ? /*#__PURE__*/React__default.createElement("span", {
|