pollination-react-io 1.86.1 → 1.86.2

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.
@@ -53891,7 +53891,7 @@ var SendGeometry = function (_a) {
53891
53891
  cursor: 'pointer'
53892
53892
  }, triggerStyle: {
53893
53893
  border: 'solid 1px #fff'
53894
- }, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, action: 'hover', onSelect: onSelect, options: values },
53894
+ }, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, action: 'click', onSelect: onSelect, options: values },
53895
53895
  React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
53896
53896
  width: '100%',
53897
53897
  fontSize: '14px',
@@ -54025,7 +54025,7 @@ var SendModel = function (_a) {
54025
54025
  cursor: 'pointer'
54026
54026
  }, triggerStyle: {
54027
54027
  border: 'solid 1px #fff'
54028
- }, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, onSelect: onSelect, action: 'hover', options: values },
54028
+ }, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, onSelect: onSelect, action: 'click', options: values },
54029
54029
  React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
54030
54030
  width: '100%',
54031
54031
  fontSize: '14px',
@@ -54226,7 +54226,7 @@ var SendResults = function (_a) {
54226
54226
  }, triggerStyle: {
54227
54227
  border: 'solid 1px #fff',
54228
54228
  flexShrink: '0',
54229
- }, placement: 'bottomRight', activeId: defaultAction, action: 'hover', disabled: disabled, onSelect: onSelect, options: values },
54229
+ }, placement: 'bottomRight', activeId: defaultAction, action: 'click', disabled: disabled, onSelect: onSelect, options: values },
54230
54230
  React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
54231
54231
  width: '100%',
54232
54232
  fontSize: '14px',