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.
- package/build/index.esm.js +4 -3
- package/build/index.esm.js.map +1 -1
- package/build/index.js +4 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -53221,6 +53221,7 @@ styleInject(css_248z$7);
|
|
53221
53221
|
var BaseDropdown = function (_a) {
|
53222
53222
|
var options = _a.options, children = _a.children, _b = _a.overlayStyle, overlayStyle = _b === void 0 ? {
|
53223
53223
|
border: 'solid 1px #000',
|
53224
|
+
backgroundColor: '#fff',
|
53224
53225
|
padding: '5px',
|
53225
53226
|
borderRadius: '5px'
|
53226
53227
|
} : _b, _c = _a.childOverlayStyle, childOverlayStyle = _c === void 0 ? {
|
@@ -53366,7 +53367,7 @@ var SendGeometry = function (_a) {
|
|
53366
53367
|
backgroundColor: 'white',
|
53367
53368
|
color: 'black',
|
53368
53369
|
border: 'solid 1px #000'
|
53369
|
-
}, disabled: disabled, onSelect: onSelect, options: values },
|
53370
|
+
}, disabled: disabled, action: 'hover', onSelect: onSelect, options: values },
|
53370
53371
|
React__default["default"].createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53371
53372
|
backgroundColor: 'white',
|
53372
53373
|
color: 'black',
|
@@ -53503,7 +53504,7 @@ var SendModel = function (_a) {
|
|
53503
53504
|
backgroundColor: 'white',
|
53504
53505
|
color: 'black',
|
53505
53506
|
border: 'solid 1px #000'
|
53506
|
-
}, disabled: disabled, onSelect: onSelect, options: values },
|
53507
|
+
}, disabled: disabled, onSelect: onSelect, action: 'hover', options: values },
|
53507
53508
|
React__default["default"].createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53508
53509
|
backgroundColor: 'white',
|
53509
53510
|
color: 'black',
|
@@ -53638,7 +53639,7 @@ var SendResults = function (_a) {
|
|
53638
53639
|
backgroundColor: 'white',
|
53639
53640
|
color: 'black',
|
53640
53641
|
border: 'solid 1px #000'
|
53641
|
-
}, disabled: disabled, onSelect: onSelect, options: values },
|
53642
|
+
}, action: 'hover', disabled: disabled, onSelect: onSelect, options: values },
|
53642
53643
|
React__default["default"].createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53643
53644
|
backgroundColor: 'white',
|
53644
53645
|
color: 'black',
|