@oliasoft-open-source/react-ui-library 4.19.4 → 4.19.5

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 CHANGED
@@ -66651,32 +66651,27 @@ const UnitInput = ({
66651
66651
  className: predefinedOptionsMenuState === PredefinedOptionsMenuState.PREDEFINED ? cx$2(styles$1.predefinedMenuActive) : "",
66652
66652
  children: /* @__PURE__ */ jsxs(InputGroup, { small: small2, width: width2, children: [
66653
66653
  predefinedOptions && /* @__PURE__ */ jsx(
66654
- Tooltip,
66654
+ Menu,
66655
66655
  {
66656
- text: predefinedOptionsMenuState === PredefinedOptionsMenuState.PREDEFINED ? foundPredefinedMenuOption == null ? void 0 : foundPredefinedMenuOption.label : "",
66657
- children: /* @__PURE__ */ jsx(
66658
- Menu,
66659
- {
66660
- maxHeight: 380,
66661
- groupOrder: "first",
66662
- testId: testId && `${testId}-predefined-menu`,
66663
- disabled: disabled2,
66664
- menu: {
66665
- colored: true,
66666
- trigger: "Component",
66667
- component: /* @__PURE__ */ jsx(
66668
- Button$1,
66669
- {
66670
- groupOrder: "first",
66671
- active: predefinedOptionsMenuState === PredefinedOptionsMenuState.PREDEFINED,
66672
- icon: predefinedOptionsMenuState === PredefinedOptionsMenuState.PREDEFINED ? "link" : "unlink"
66673
- }
66674
- ),
66675
- small: small2,
66676
- sections: sectionsPredefinedMenu
66656
+ maxHeight: 380,
66657
+ groupOrder: "first",
66658
+ testId: testId && `${testId}-predefined-menu`,
66659
+ disabled: disabled2,
66660
+ menu: {
66661
+ colored: true,
66662
+ trigger: "Component",
66663
+ component: /* @__PURE__ */ jsx(
66664
+ Button$1,
66665
+ {
66666
+ groupOrder: "first",
66667
+ active: predefinedOptionsMenuState === PredefinedOptionsMenuState.PREDEFINED,
66668
+ icon: predefinedOptionsMenuState === PredefinedOptionsMenuState.PREDEFINED ? "link" : "unlink"
66677
66669
  }
66678
- }
66679
- )
66670
+ ),
66671
+ small: small2,
66672
+ sections: sectionsPredefinedMenu
66673
+ },
66674
+ tooltip: predefinedOptionsMenuState === PredefinedOptionsMenuState.PREDEFINED ? foundPredefinedMenuOption == null ? void 0 : foundPredefinedMenuOption.label : ""
66680
66675
  }
66681
66676
  ),
66682
66677
  /* @__PURE__ */ jsx("div", { className: styles$1.inputWrapper, children: /* @__PURE__ */ jsx(