@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.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -19934,10 +19934,10 @@ var WidgetCardHeader = function WidgetCardHeader(_ref) {
|
|
|
19934
19934
|
className: "text-amber-500/70 font-normal ml-1",
|
|
19935
19935
|
children: "(not found)"
|
|
19936
19936
|
})]
|
|
19937
|
-
}), packageLabel && /*#__PURE__*/
|
|
19938
|
-
className: "text-[10px] text-gray-500 truncate",
|
|
19939
|
-
title:
|
|
19940
|
-
children:
|
|
19937
|
+
}), packageLabel && /*#__PURE__*/jsx("span", {
|
|
19938
|
+
className: "text-[10px] text-gray-500 font-mono truncate",
|
|
19939
|
+
title: packageLabel,
|
|
19940
|
+
children: packageLabel
|
|
19941
19941
|
})]
|
|
19942
19942
|
})]
|
|
19943
19943
|
}), (providerRequirements.length > 0 || overflowActions.length > 0 || onMoreOptions) && /*#__PURE__*/jsxs("div", {
|