@trops/dash-core 0.1.438 → 0.1.439

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.js CHANGED
@@ -19952,10 +19952,10 @@ var WidgetCardHeader = function WidgetCardHeader(_ref) {
19952
19952
  className: "text-amber-500/70 font-normal ml-1",
19953
19953
  children: "(not found)"
19954
19954
  })]
19955
- }), packageLabel && /*#__PURE__*/jsxRuntime.jsxs("span", {
19956
- className: "text-[10px] text-gray-500 truncate",
19957
- title: "".concat(packageLabel, " \xB7 ").concat((widgetItem === null || widgetItem === void 0 ? void 0 : widgetItem.component) || ""),
19958
- children: [packageLabel, widgetItem !== null && widgetItem !== void 0 && widgetItem.component && widgetItem.component !== widgetName ? " \xB7 ".concat(widgetItem.component) : ""]
19955
+ }), packageLabel && /*#__PURE__*/jsxRuntime.jsx("span", {
19956
+ className: "text-[10px] text-gray-500 font-mono truncate",
19957
+ title: packageLabel,
19958
+ children: packageLabel
19959
19959
  })]
19960
19960
  })]
19961
19961
  }), (providerRequirements.length > 0 || overflowActions.length > 0 || onMoreOptions) && /*#__PURE__*/jsxRuntime.jsxs("div", {