dp-widgets-framework 1.0.0 → 1.0.2
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -35929,7 +35929,7 @@ function SummaryWidget({ title, data, metadata, className }) {
|
|
|
35929
35929
|
}
|
|
35930
35930
|
return (jsxRuntimeExports.jsxs("div", { className: `h-full flex flex-col ${className || ""}`, children: [title && (jsxRuntimeExports.jsx("div", { className: "pb-4", children: jsxRuntimeExports.jsx("h3", { className: "text-lg font-bold", style: {
|
|
35931
35931
|
color: "#0F172A"
|
|
35932
|
-
}, children: title }) })), jsxRuntimeExports.
|
|
35932
|
+
}, children: title }) })), jsxRuntimeExports.jsx("div", { className: "flex-1 overflow-auto space-y-4", children: jsxRuntimeExports.jsx("div", { className: "prose prose-sm max-w-none", children: jsxRuntimeExports.jsx(Markdown, { className: "text-gray-800 dark:text-gray-200", children: data.content }) }) })] }));
|
|
35933
35933
|
}
|
|
35934
35934
|
|
|
35935
35935
|
const CHART_REFRESH_TIMEOUT = 5000;
|
package/dist/index.js
CHANGED
|
@@ -35956,7 +35956,7 @@ function SummaryWidget({ title, data, metadata, className }) {
|
|
|
35956
35956
|
}
|
|
35957
35957
|
return (jsxRuntimeExports.jsxs("div", { className: `h-full flex flex-col ${className || ""}`, children: [title && (jsxRuntimeExports.jsx("div", { className: "pb-4", children: jsxRuntimeExports.jsx("h3", { className: "text-lg font-bold", style: {
|
|
35958
35958
|
color: "#0F172A"
|
|
35959
|
-
}, children: title }) })), jsxRuntimeExports.
|
|
35959
|
+
}, children: title }) })), jsxRuntimeExports.jsx("div", { className: "flex-1 overflow-auto space-y-4", children: jsxRuntimeExports.jsx("div", { className: "prose prose-sm max-w-none", children: jsxRuntimeExports.jsx(Markdown, { className: "text-gray-800 dark:text-gray-200", children: data.content }) }) })] }));
|
|
35960
35960
|
}
|
|
35961
35961
|
|
|
35962
35962
|
const CHART_REFRESH_TIMEOUT = 5000;
|