@getcatalystiq/agent-plane-ui 0.1.13 → 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/charts.cjs +0 -1
- package/dist/charts.js +0 -1
- package/dist/{chunk-TZGIXZON.cjs → chunk-4XBBDUSZ.cjs} +0 -1
- package/dist/{chunk-HMB7OKXO.js → chunk-P4N2P42X.js} +0 -1
- package/dist/editor.cjs +21 -21
- package/dist/editor.js +1 -1
- package/dist/index.cjs +247 -255
- package/dist/index.js +3 -11
- package/package.json +1 -1
- /package/dist/{code-editor-E7L6Y3LM.js → code-editor-4MLYH7I6.js} +0 -0
- /package/dist/{code-editor-ZD5ZILTM.cjs → code-editor-ZYP54YUT.cjs} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { cn, Card, CardHeader, CardTitle, CardContent, Button, Badge, useNavigation, useApi, Skeleton, useAgentPlaneClient, Input, supportsClaudeRunner, buttonVariants } from './chunk-
|
|
2
|
-
export { AgentPlaneProvider, Badge, Button, Card, CardContent, CardDescription, CardHeader, CardTitle, Input, Skeleton, badgeVariants, buttonVariants, cn, useAgentPlaneClient, useApi, useAuthError, useNavigation } from './chunk-
|
|
1
|
+
import { cn, Card, CardHeader, CardTitle, CardContent, Button, Badge, useNavigation, useApi, Skeleton, useAgentPlaneClient, Input, supportsClaudeRunner, buttonVariants } from './chunk-P4N2P42X.js';
|
|
2
|
+
export { AgentPlaneProvider, Badge, Button, Card, CardContent, CardDescription, CardHeader, CardTitle, Input, Skeleton, badgeVariants, buttonVariants, cn, useAgentPlaneClient, useApi, useAuthError, useNavigation } from './chunk-P4N2P42X.js';
|
|
3
3
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
4
4
|
import * as React3 from 'react';
|
|
5
5
|
import React3__default, { lazy, useState, useCallback, useMemo, useRef, useEffect, Suspense } from 'react';
|
|
@@ -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: [
|
|
@@ -3346,7 +3338,7 @@ function AgentConnectorsManager({ agentId, toolkits: initialToolkits, composioAl
|
|
|
3346
3338
|
)
|
|
3347
3339
|
] });
|
|
3348
3340
|
}
|
|
3349
|
-
var CodeEditor = lazy(() => import('./code-editor-
|
|
3341
|
+
var CodeEditor = lazy(() => import('./code-editor-4MLYH7I6.js'));
|
|
3350
3342
|
function buildTree(files) {
|
|
3351
3343
|
const rootFiles = [];
|
|
3352
3344
|
const dirMap = /* @__PURE__ */ new Map();
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|