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.esm.js
CHANGED
@@ -53344,6 +53344,8 @@ var SendGeometry = function (_a) {
|
|
53344
53344
|
fontSize: '14px',
|
53345
53345
|
padding: '10px',
|
53346
53346
|
cursor: 'pointer'
|
53347
|
+
}, triggerStyle: {
|
53348
|
+
border: 'solid 1px #fff'
|
53347
53349
|
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, action: 'hover', onSelect: onSelect, options: values },
|
53348
53350
|
React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53349
53351
|
width: '100%',
|
@@ -53476,6 +53478,8 @@ var SendModel = function (_a) {
|
|
53476
53478
|
fontSize: '14px',
|
53477
53479
|
padding: '10px',
|
53478
53480
|
cursor: 'pointer'
|
53481
|
+
}, triggerStyle: {
|
53482
|
+
border: 'solid 1px #fff'
|
53479
53483
|
}, placement: 'bottomRight', activeId: defaultAction, disabled: disabled, onSelect: onSelect, action: 'hover', options: values },
|
53480
53484
|
React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53481
53485
|
width: '100%',
|
@@ -53606,6 +53610,8 @@ var SendResults = function (_a) {
|
|
53606
53610
|
fontSize: '14px',
|
53607
53611
|
padding: '10px',
|
53608
53612
|
cursor: 'pointer'
|
53613
|
+
}, triggerStyle: {
|
53614
|
+
border: 'solid 1px #fff'
|
53609
53615
|
}, placement: 'bottomRight', activeId: defaultAction, action: 'hover', disabled: disabled, onSelect: onSelect, options: values },
|
53610
53616
|
React__default.createElement(Button, { title: helpTextButton[currOption === null || currOption === void 0 ? void 0 : currOption.id], disabled: disabled, style: {
|
53611
53617
|
width: '100%',
|