arengibook 2.4.599 → 2.4.600
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 +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36159,7 +36159,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
36159
36159
|
} else {
|
|
36160
36160
|
var _iconColor = option !== null && option !== void 0 && option.color ? inverseColor(option === null || option === void 0 ? void 0 : option.color) : '#FFFFFF';
|
|
36161
36161
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
36162
|
-
className: '
|
|
36162
|
+
className: 'element-form-event-content',
|
|
36163
36163
|
style: _objectSpread2({
|
|
36164
36164
|
backgroundColor: option === null || option === void 0 ? void 0 : option.color,
|
|
36165
36165
|
color: _iconColor,
|
|
@@ -36167,10 +36167,12 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
36167
36167
|
display: 'inline-block'
|
|
36168
36168
|
}, valueStyle)
|
|
36169
36169
|
}, option !== null && option !== void 0 && option[optionLabel] ? /*#__PURE__*/React__default.createElement("span", {
|
|
36170
|
+
className: 'badge select-badge',
|
|
36170
36171
|
style: {
|
|
36171
36172
|
color: _iconColor
|
|
36172
36173
|
}
|
|
36173
36174
|
}, option === null || option === void 0 ? void 0 : option[optionLabel]) : /*#__PURE__*/React__default.createElement("span", {
|
|
36175
|
+
className: 'badge select-badge',
|
|
36174
36176
|
style: {
|
|
36175
36177
|
color: '#000000'
|
|
36176
36178
|
}
|