pollination-react-io 1.75.2 → 1.75.3

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.
@@ -53194,6 +53194,7 @@ styleInject(css_248z$7);
53194
53194
  var BaseDropdown = function (_a) {
53195
53195
  var options = _a.options, children = _a.children, _b = _a.overlayStyle, overlayStyle = _b === void 0 ? {
53196
53196
  border: 'solid 1px #000',
53197
+ backgroundColor: '#fff',
53197
53198
  padding: '5px',
53198
53199
  borderRadius: '5px'
53199
53200
  } : _b, _c = _a.childOverlayStyle, childOverlayStyle = _c === void 0 ? {
@@ -53339,7 +53340,7 @@ var SendGeometry = function (_a) {
53339
53340
  backgroundColor: 'white',
53340
53341
  color: 'black',
53341
53342
  border: 'solid 1px #000'
53342
- }, disabled: disabled, onSelect: onSelect, options: values },
53343
+ }, disabled: disabled, action: 'hover', onSelect: onSelect, options: values },
53343
53344
  React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
53344
53345
  backgroundColor: 'white',
53345
53346
  color: 'black',
@@ -53476,7 +53477,7 @@ var SendModel = function (_a) {
53476
53477
  backgroundColor: 'white',
53477
53478
  color: 'black',
53478
53479
  border: 'solid 1px #000'
53479
- }, disabled: disabled, onSelect: onSelect, options: values },
53480
+ }, disabled: disabled, onSelect: onSelect, action: 'hover', options: values },
53480
53481
  React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
53481
53482
  backgroundColor: 'white',
53482
53483
  color: 'black',
@@ -53611,7 +53612,7 @@ var SendResults = function (_a) {
53611
53612
  backgroundColor: 'white',
53612
53613
  color: 'black',
53613
53614
  border: 'solid 1px #000'
53614
- }, disabled: disabled, onSelect: onSelect, options: values },
53615
+ }, action: 'hover', disabled: disabled, onSelect: onSelect, options: values },
53615
53616
  React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
53616
53617
  backgroundColor: 'white',
53617
53618
  color: 'black',