pollination-react-io 1.80.4 → 1.80.5
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 -4
- package/build/index.esm.js.map +1 -1
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -53501,7 +53501,7 @@ var SendGeometry = function (_a) {
|
|
53501
53501
|
width: 'auto',
|
53502
53502
|
backgroundColor: 'white',
|
53503
53503
|
color: '#393e46',
|
53504
|
-
fontSize: '
|
53504
|
+
fontSize: '12px',
|
53505
53505
|
padding: '10px',
|
53506
53506
|
cursor: 'pointer'
|
53507
53507
|
}, triggerStyle: {
|
@@ -53635,7 +53635,7 @@ var SendModel = function (_a) {
|
|
53635
53635
|
width: 'auto',
|
53636
53636
|
backgroundColor: 'white',
|
53637
53637
|
color: '#393e46',
|
53638
|
-
fontSize: '
|
53638
|
+
fontSize: '12px',
|
53639
53639
|
padding: '10px',
|
53640
53640
|
cursor: 'pointer'
|
53641
53641
|
}, triggerStyle: {
|
@@ -53803,7 +53803,7 @@ var SendResults = function (_a) {
|
|
53803
53803
|
width: 'auto',
|
53804
53804
|
backgroundColor: 'white',
|
53805
53805
|
color: '#393e46',
|
53806
|
-
fontSize: '
|
53806
|
+
fontSize: '12px',
|
53807
53807
|
padding: '10px',
|
53808
53808
|
cursor: 'pointer'
|
53809
53809
|
}, triggerStyle: {
|
@@ -53834,7 +53834,7 @@ var SendResults = function (_a) {
|
|
53834
53834
|
width: 'auto',
|
53835
53835
|
backgroundColor: 'white',
|
53836
53836
|
color: '#393e46',
|
53837
|
-
fontSize: '
|
53837
|
+
fontSize: '12px',
|
53838
53838
|
padding: '10px',
|
53839
53839
|
cursor: 'pointer'
|
53840
53840
|
}, icon: React__default["default"].createElement(Database$1, { size: 10, color: '#393e46' }), triggerStyle: {
|