arengibook 2.4.666 → 2.4.667

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -36696,7 +36696,7 @@ var Dropdown = function Dropdown(props) {
36696
36696
  }, {
36697
36697
  onShow: isGroupedOption && showTooltipGroup ? handleShow : undefined,
36698
36698
  onHide: isGroupedOption && showTooltipGroup ? handleHide : undefined
36699
- })), !isDropdownOpen && selectedGroupLabel && /*#__PURE__*/React__default.createElement(Tooltip, {
36699
+ })), !isDropdownOpen && selectedGroupLabel && isGroupedOption && /*#__PURE__*/React__default.createElement(Tooltip, {
36700
36700
  target: ".p-dropdown-label.p-inputtext",
36701
36701
  content: selectedGroupLabel,
36702
36702
  position: "top"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.666",
4
+ "version": "2.4.667",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {