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.esm.js
CHANGED
@@ -56527,7 +56527,7 @@ var RunContent = function (_a) {
|
|
56527
56527
|
? { display: 'inline-block',
|
56528
56528
|
paddingBottom: '0px' }
|
56529
56529
|
: { display: 'inline-block' } }, title || 'Something'),
|
56530
|
-
React__default.createElement(List$1, { style: { float: 'right', margin: '10px
|
56530
|
+
React__default.createElement(List$1, { size: 18, style: { float: 'right', margin: '10px 15px' }, title: 'View more' })),
|
56531
56531
|
open && currFiles.length > 0 && projectOwner && projectName && client && run && React__default.createElement("div", { style: { padding: '20px' } },
|
56532
56532
|
React__default.createElement("div", { className: 'cards' }, currFiles.map(function (_a, index) {
|
56533
56533
|
var label = _a.label, path = _a.path, description = _a.description;
|