@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/index.esm.js CHANGED
@@ -46464,6 +46464,13 @@ var PublishWidgetModal = function PublishWidgetModal(_ref) {
46464
46464
  }), /*#__PURE__*/jsx("div", {
46465
46465
  className: "text-xs opacity-80",
46466
46466
  children: result.error
46467
+ }), Array.isArray(result.details) && result.details.length > 0 && /*#__PURE__*/jsx("ul", {
46468
+ className: "text-xs opacity-70 mt-2 list-disc list-inside space-y-0.5",
46469
+ children: result.details.map(function (d, i) {
46470
+ return /*#__PURE__*/jsx("li", {
46471
+ children: d
46472
+ }, i);
46473
+ })
46467
46474
  })]
46468
46475
  })]
46469
46476
  }), /*#__PURE__*/jsxs("div", {