arengibook 2.4.595 → 2.4.597
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
|
@@ -36135,11 +36135,11 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
36135
36135
|
var mappedOption = valueToOptionMap;
|
|
36136
36136
|
var iconColor = mappedOption.color ? inverseColor(mappedOption.color) : '#FFFFFF';
|
|
36137
36137
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
36138
|
+
className: 'badge select-badge',
|
|
36138
36139
|
style: _objectSpread2({
|
|
36139
36140
|
backgroundColor: mappedOption.color,
|
|
36140
36141
|
color: iconColor,
|
|
36141
36142
|
padding: '0.5rem',
|
|
36142
|
-
borderRadius: '1rem',
|
|
36143
36143
|
display: 'inline-block'
|
|
36144
36144
|
}, valueStyle)
|
|
36145
36145
|
}, /*#__PURE__*/React__default.createElement("span", {
|
|
@@ -36150,6 +36150,7 @@ 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,
|