arengibook 1.0.4-select → 1.0.5-select
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 +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42763,7 +42763,10 @@ var MultiSelect = function MultiSelect(props) {
|
|
|
42763
42763
|
}, [selectedOptions, options, displayBadge, withColor]);
|
|
42764
42764
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
42765
42765
|
onMouseEnter: handleMouseEnter,
|
|
42766
|
-
onMouseLeave: handleMouseLeave
|
|
42766
|
+
onMouseLeave: handleMouseLeave,
|
|
42767
|
+
style: {
|
|
42768
|
+
width: '100%'
|
|
42769
|
+
}
|
|
42767
42770
|
}, enableItemTooltip && /*#__PURE__*/React__default.createElement(Tooltip, {
|
|
42768
42771
|
key: tooltipKey,
|
|
42769
42772
|
target: ".multiselect-tooltip-item",
|