@getcatalystiq/agent-plane-ui 0.1.13 → 0.1.14
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 -247
- package/dist/index.js +3 -3
- 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';
|
|
@@ -3346,7 +3346,7 @@ function AgentConnectorsManager({ agentId, toolkits: initialToolkits, composioAl
|
|
|
3346
3346
|
)
|
|
3347
3347
|
] });
|
|
3348
3348
|
}
|
|
3349
|
-
var CodeEditor = lazy(() => import('./code-editor-
|
|
3349
|
+
var CodeEditor = lazy(() => import('./code-editor-4MLYH7I6.js'));
|
|
3350
3350
|
function buildTree(files) {
|
|
3351
3351
|
const rootFiles = [];
|
|
3352
3352
|
const dirMap = /* @__PURE__ */ new Map();
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|