@trops/dash-core 0.1.362 → 0.1.363
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/dist/electron/index.js +83 -34
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +7 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -46482,6 +46482,13 @@ var PublishWidgetModal = function PublishWidgetModal(_ref) {
|
|
|
46482
46482
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
46483
46483
|
className: "text-xs opacity-80",
|
|
46484
46484
|
children: result.error
|
|
46485
|
+
}), Array.isArray(result.details) && result.details.length > 0 && /*#__PURE__*/jsxRuntime.jsx("ul", {
|
|
46486
|
+
className: "text-xs opacity-70 mt-2 list-disc list-inside space-y-0.5",
|
|
46487
|
+
children: result.details.map(function (d, i) {
|
|
46488
|
+
return /*#__PURE__*/jsxRuntime.jsx("li", {
|
|
46489
|
+
children: d
|
|
46490
|
+
}, i);
|
|
46491
|
+
})
|
|
46485
46492
|
})]
|
|
46486
46493
|
})]
|
|
46487
46494
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|