@getcatalystiq/agent-plane-ui 0.1.14 → 0.1.15
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.cjs +0 -8
- package/dist/index.js +0 -8
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1698,14 +1698,6 @@ function PluginDetailPage({ marketplaceId, pluginName }) {
|
|
|
1698
1698
|
];
|
|
1699
1699
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-6", children: [
|
|
1700
1700
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
1701
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-3 mb-1", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1702
|
-
LinkComponent,
|
|
1703
|
-
{
|
|
1704
|
-
href: `${basePath}/plugin-marketplaces/${marketplaceId}`,
|
|
1705
|
-
className: "text-muted-foreground hover:text-foreground text-sm",
|
|
1706
|
-
children: "\u2190 Back to marketplace"
|
|
1707
|
-
}
|
|
1708
|
-
) }),
|
|
1709
1701
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
|
|
1710
1702
|
/* @__PURE__ */ jsxRuntime.jsx("h1", { className: "text-2xl font-semibold", children: plugin.displayName }),
|
|
1711
1703
|
plugin.version && /* @__PURE__ */ jsxRuntime.jsxs(chunk4XBBDUSZ_cjs.Badge, { variant: "outline", children: [
|
package/dist/index.js
CHANGED
|
@@ -1674,14 +1674,6 @@ function PluginDetailPage({ marketplaceId, pluginName }) {
|
|
|
1674
1674
|
];
|
|
1675
1675
|
return /* @__PURE__ */ jsxs("div", { className: "space-y-6", children: [
|
|
1676
1676
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
1677
|
-
/* @__PURE__ */ jsx("div", { className: "flex items-center gap-3 mb-1", children: /* @__PURE__ */ jsx(
|
|
1678
|
-
LinkComponent,
|
|
1679
|
-
{
|
|
1680
|
-
href: `${basePath}/plugin-marketplaces/${marketplaceId}`,
|
|
1681
|
-
className: "text-muted-foreground hover:text-foreground text-sm",
|
|
1682
|
-
children: "\u2190 Back to marketplace"
|
|
1683
|
-
}
|
|
1684
|
-
) }),
|
|
1685
1677
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-3", children: [
|
|
1686
1678
|
/* @__PURE__ */ jsx("h1", { className: "text-2xl font-semibold", children: plugin.displayName }),
|
|
1687
1679
|
plugin.version && /* @__PURE__ */ jsxs(Badge, { variant: "outline", children: [
|