@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/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-HMB7OKXO.js';
2
- export { AgentPlaneProvider, Badge, Button, Card, CardContent, CardDescription, CardHeader, CardTitle, Input, Skeleton, badgeVariants, buttonVariants, cn, useAgentPlaneClient, useApi, useAuthError, useNavigation } from './chunk-HMB7OKXO.js';
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-E7L6Y3LM.js'));
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getcatalystiq/agent-plane-ui",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "Embeddable React component library for AgentPlane",
5
5
  "type": "module",
6
6
  "exports": {