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.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. 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",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "1.0.4-select",
4
+ "version": "1.0.5-select",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {