pollination-react-io 1.80.0 → 1.80.1
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 +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -53828,7 +53828,7 @@ var SendResults = function (_a) {
|
|
53828
53828
|
disabled && React__default["default"].createElement("span", { style: { color: 'red' } }, "Enabled in Pollination CAD plugins"),
|
53829
53829
|
(currOption === null || currOption === void 0 ? void 0 : currOption.id)
|
53830
53830
|
&& ((currOption === null || currOption === void 0 ? void 0 : currOption.id) === Action.preview || (currOption === null || currOption === void 0 ? void 0 : currOption.id) === Action.subscribePreview)
|
53831
|
-
&& dataSets.length
|
53831
|
+
&& dataSets.length >= 1 && (dataSets === null || dataSets === void 0 ? void 0 : dataSets.map(function (d) {
|
53832
53832
|
var _a, _b;
|
53833
53833
|
return React__default["default"].createElement(BaseDropdown, { childOverlayStyle: {
|
53834
53834
|
width: 'auto',
|
@@ -55628,7 +55628,7 @@ var RunCard = function (_a) {
|
|
55628
55628
|
window.location.href = "/".concat(projectOwner, "/projects/").concat(projectName, "/?tab=local+studies");
|
55629
55629
|
}
|
55630
55630
|
}, style: hover.project ? { all: 'unset', cursor: 'pointer', color: '#40a9ff' } : { all: 'unset', cursor: 'pointer' } }, projectName !== null && projectName !== void 0 ? projectName : '--',
|
55631
|
-
localRun && React__default["default"].createElement(Tag, { style: { display: 'inline', marginLeft: '5px' } }, "local"))),
|
55631
|
+
localRun && React__default["default"].createElement(Tag, { style: { display: 'inline', marginLeft: '5px', fontSize: '11px' } }, "local"))),
|
55632
55632
|
React__default["default"].createElement("div", { className: 'item2' },
|
55633
55633
|
React__default["default"].createElement("div", null,
|
55634
55634
|
!localRun && (!isReady || !study) && React__default["default"].createElement(LoadingOutlined$1, { style: { margin: '0 10px 0 0' } }),
|