pollination-react-io 1.76.2 → 1.76.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 +6 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +6 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -53371,6 +53371,8 @@ var SendGeometry = function (_a) {
|
|
53371
53371
|
fontSize: '14px',
|
53372
53372
|
padding: '10px',
|
53373
53373
|
cursor: 'pointer'
|
53374
|
+
}, triggerStyle: {
|
53375
|
+
border: 'solid 1px #fff'
|
53374
53376
|
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, action: 'hover', onSelect: onSelect, options: values },
|
53375
53377
|
React__default["default"].createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53376
53378
|
width: '100%',
|
@@ -53503,6 +53505,8 @@ var SendModel = function (_a) {
|
|
53503
53505
|
fontSize: '14px',
|
53504
53506
|
padding: '10px',
|
53505
53507
|
cursor: 'pointer'
|
53508
|
+
}, triggerStyle: {
|
53509
|
+
border: 'solid 1px #fff'
|
53506
53510
|
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, onSelect: onSelect, action: 'hover', options: values },
|
53507
53511
|
React__default["default"].createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53508
53512
|
width: '100%',
|
@@ -53633,6 +53637,8 @@ var SendResults = function (_a) {
|
|
53633
53637
|
fontSize: '14px',
|
53634
53638
|
padding: '10px',
|
53635
53639
|
cursor: 'pointer'
|
53640
|
+
}, triggerStyle: {
|
53641
|
+
border: 'solid 1px #fff'
|
53636
53642
|
}, placement: 'bottomRight', activeId: defaultAction, action: 'hover', disabled: disabled, onSelect: onSelect, options: values },
|
53637
53643
|
React__default["default"].createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53638
53644
|
width: '100%',
|