pollination-react-io 1.82.2 → 1.82.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 +1 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -56554,7 +56554,7 @@ var RunContent = function (_a) {
|
|
56554
56554
|
? { display: 'inline-block',
|
56555
56555
|
paddingBottom: '0px' }
|
56556
56556
|
: { display: 'inline-block' } }, title || 'Something'),
|
56557
|
-
React__default["default"].createElement(List$1, { style: { float: 'right', margin: '10px
|
56557
|
+
React__default["default"].createElement(List$1, { size: 18, style: { float: 'right', margin: '10px 15px' }, title: 'View more' })),
|
56558
56558
|
open && currFiles.length > 0 && projectOwner && projectName && client && run && React__default["default"].createElement("div", { style: { padding: '20px' } },
|
56559
56559
|
React__default["default"].createElement("div", { className: 'cards' }, currFiles.map(function (_a, index) {
|
56560
56560
|
var label = _a.label, path = _a.path, description = _a.description;
|