arengibook 1.0.3-select → 1.0.4-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
|
@@ -38347,7 +38347,10 @@ var Dropdown = function Dropdown(props) {
|
|
|
38347
38347
|
// --- Return JSX (same structure as MultiSelect) ---
|
|
38348
38348
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
38349
38349
|
onMouseEnter: handleMouseEnter,
|
|
38350
|
-
onMouseLeave: handleMouseLeave
|
|
38350
|
+
onMouseLeave: handleMouseLeave,
|
|
38351
|
+
style: {
|
|
38352
|
+
width: '100%'
|
|
38353
|
+
}
|
|
38351
38354
|
}, enableItemTooltip && /*#__PURE__*/React__default.createElement(Tooltip, {
|
|
38352
38355
|
key: tooltipKey,
|
|
38353
38356
|
target: ".dropdown-tooltip-item",
|