@tenorlab/react-dashboard 1.5.2 → 1.5.21

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.
@@ -2519,10 +2519,7 @@ function rn({
2519
2519
  `${a.widgetKey}_${f}`
2520
2520
  ))
2521
2521
  } : {};
2522
- return C ? /* @__PURE__ */ $(xt, { fallback: /* @__PURE__ */ n(nn, { title: `Loading ${h.title}` }), children: [
2523
- "]",
2524
- /* @__PURE__ */ n(b, { ...l, ...M })
2525
- ] }) : /* @__PURE__ */ n(b, { ...l, ...M });
2522
+ return C ? /* @__PURE__ */ n(xt, { fallback: /* @__PURE__ */ n(nn, { title: `Loading ${h.title}` }), children: /* @__PURE__ */ n(b, { ...l, ...M }) }) : /* @__PURE__ */ n(b, { ...l, ...M });
2526
2523
  }
2527
2524
  const ye = "size-5";
2528
2525
  function Ie(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenorlab/react-dashboard",
3
- "version": "1.5.2",
3
+ "version": "1.5.21",
4
4
  "description": "Foundation components for creating user-configurable dashboards in React",
5
5
  "author": "Damiano Fusco",
6
6
  "type": "module",