@trops/dash-core 0.1.227 → 0.1.228
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 +8 -26
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3895,7 +3895,7 @@ var RegistryDashboardDetail = function RegistryDashboardDetail(_ref) {
|
|
|
3895
3895
|
className: "space-y-1.5",
|
|
3896
3896
|
children: widgetDeps.map(function (w, idx) {
|
|
3897
3897
|
var _compatibility$widget;
|
|
3898
|
-
var status = (compatibility === null || compatibility === void 0 || (_compatibility$widget = compatibility.widgets) === null || _compatibility$widget === void 0 ? void 0 : _compatibility$widget[w.
|
|
3898
|
+
var status = (compatibility === null || compatibility === void 0 || (_compatibility$widget = compatibility.widgets) === null || _compatibility$widget === void 0 ? void 0 : _compatibility$widget[w.packageName || w.name]) || "unknown";
|
|
3899
3899
|
var compat = getCompatIcon(status);
|
|
3900
3900
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
3901
3901
|
className: "p-2 rounded ".concat(currentTheme["bg-primary-medium"], " flex items-center gap-2"),
|