@tangle-network/agent-app 0.45.31 → 0.45.33
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/{DesignCanvas-RSWQCXM3.js → DesignCanvas-EODMDQMT.js} +2 -2
- package/dist/{DesignCanvasEditor-XZMGIST7.js → DesignCanvasEditor-DRRZ6ZD3.js} +4 -4
- package/dist/{InvitationsPanel-CJ7DR4F7.js → InvitationsPanel-BATXZHY4.js} +2 -2
- package/dist/{MembersPanel-BB4OD2KB.js → MembersPanel-XNLF3SA4.js} +2 -2
- package/dist/assistant/index.js +11 -10
- package/dist/assistant/index.js.map +1 -1
- package/dist/chat-react/index.js +1 -1
- package/dist/{chunk-YIQHOAHN.js → chunk-3UBAO3N5.js} +3 -3
- package/dist/{chunk-YIQHOAHN.js.map → chunk-3UBAO3N5.js.map} +1 -1
- package/dist/{chunk-PURHUAOR.js → chunk-556RB3XI.js} +5 -5
- package/dist/chunk-556RB3XI.js.map +1 -0
- package/dist/{chunk-NEJ7OMQS.js → chunk-5LC2VXH5.js} +102 -4
- package/dist/chunk-5LC2VXH5.js.map +1 -0
- package/dist/{chunk-HZ4WCA37.js → chunk-5MZXWPFN.js} +9 -9
- package/dist/chunk-5MZXWPFN.js.map +1 -0
- package/dist/{chunk-FNM7JYME.js → chunk-5N434BGF.js} +17 -17
- package/dist/chunk-5N434BGF.js.map +1 -0
- package/dist/{chunk-5SXS3YAB.js → chunk-7MV23XBW.js} +2 -2
- package/dist/chunk-7MV23XBW.js.map +1 -0
- package/dist/{chunk-S564OFTL.js → chunk-F4XLTVQ3.js} +3 -3
- package/dist/{chunk-S564OFTL.js.map → chunk-F4XLTVQ3.js.map} +1 -1
- package/dist/{chunk-LSQR6HM6.js → chunk-IN6LNZ7O.js} +35 -34
- package/dist/chunk-IN6LNZ7O.js.map +1 -0
- package/dist/{chunk-L7FHRORY.js → chunk-SFSR3CAH.js} +180 -40
- package/dist/chunk-SFSR3CAH.js.map +1 -0
- package/dist/{chunk-QGOU3VXH.js → chunk-UXRJAUJL.js} +3 -3
- package/dist/{chunk-IFYJDX3J.js → chunk-XHD4Y54K.js} +47 -46
- package/dist/chunk-XHD4Y54K.js.map +1 -0
- package/dist/design-canvas-react/index.js +8 -8
- package/dist/design-canvas-react/index.js.map +1 -1
- package/dist/design-canvas-react/lazy.js +1 -1
- package/dist/spend/cli.js +1 -1
- package/dist/spend/index.d.ts +212 -7
- package/dist/spend/index.js +5 -1
- package/dist/spend/index.js.map +1 -1
- package/dist/studio-react/index.js +27 -27
- package/dist/studio-react/index.js.map +1 -1
- package/dist/teams-react/index.js +2 -2
- package/dist/teams-react/lazy.js +2 -2
- package/dist/theme/index.js +1 -1
- package/dist/theme/tailwind-preset.d.ts +5 -1
- package/dist/theme/tailwind-preset.js +11 -2
- package/dist/theme/tailwind-preset.js.map +1 -1
- package/dist/theme/tokens.css +126 -79
- package/dist/web-react/async/index.js +1 -1
- package/dist/web-react/index.d.ts +60 -2
- package/dist/web-react/index.js +13 -3
- package/dist/work-product-react/index.js +3 -3
- package/dist/work-product-react/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-5SXS3YAB.js.map +0 -1
- package/dist/chunk-FNM7JYME.js.map +0 -1
- package/dist/chunk-HZ4WCA37.js.map +0 -1
- package/dist/chunk-IFYJDX3J.js.map +0 -1
- package/dist/chunk-L7FHRORY.js.map +0 -1
- package/dist/chunk-LSQR6HM6.js.map +0 -1
- package/dist/chunk-NEJ7OMQS.js.map +0 -1
- package/dist/chunk-PURHUAOR.js.map +0 -1
- /package/dist/{DesignCanvas-RSWQCXM3.js.map → DesignCanvas-EODMDQMT.js.map} +0 -0
- /package/dist/{DesignCanvasEditor-XZMGIST7.js.map → DesignCanvasEditor-DRRZ6ZD3.js.map} +0 -0
- /package/dist/{InvitationsPanel-CJ7DR4F7.js.map → InvitationsPanel-BATXZHY4.js.map} +0 -0
- /package/dist/{MembersPanel-BB4OD2KB.js.map → MembersPanel-XNLF3SA4.js.map} +0 -0
- /package/dist/{chunk-QGOU3VXH.js.map → chunk-UXRJAUJL.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DesignCanvas
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5N434BGF.js";
|
|
4
4
|
import "./chunk-X5DQ5QOP.js";
|
|
5
5
|
import "./chunk-DRB77FYL.js";
|
|
6
6
|
import "./chunk-F7VH4G5C.js";
|
|
7
7
|
export {
|
|
8
8
|
DesignCanvas
|
|
9
9
|
};
|
|
10
|
-
//# sourceMappingURL=DesignCanvas-
|
|
10
|
+
//# sourceMappingURL=DesignCanvas-EODMDQMT.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DesignCanvasEditor
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-556RB3XI.js";
|
|
4
|
+
import "./chunk-5N434BGF.js";
|
|
5
|
+
import "./chunk-IN6LNZ7O.js";
|
|
6
6
|
import "./chunk-OYTMILRK.js";
|
|
7
7
|
import "./chunk-X5DQ5QOP.js";
|
|
8
8
|
import "./chunk-DRB77FYL.js";
|
|
@@ -10,4 +10,4 @@ import "./chunk-F7VH4G5C.js";
|
|
|
10
10
|
export {
|
|
11
11
|
DesignCanvasEditor
|
|
12
12
|
};
|
|
13
|
-
//# sourceMappingURL=DesignCanvasEditor-
|
|
13
|
+
//# sourceMappingURL=DesignCanvasEditor-DRRZ6ZD3.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
InvitationsPanel
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7MV23XBW.js";
|
|
4
4
|
import "./chunk-6XIAPIW6.js";
|
|
5
5
|
export {
|
|
6
6
|
InvitationsPanel
|
|
7
7
|
};
|
|
8
|
-
//# sourceMappingURL=InvitationsPanel-
|
|
8
|
+
//# sourceMappingURL=InvitationsPanel-BATXZHY4.js.map
|
package/dist/assistant/index.js
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ChatComposer,
|
|
3
3
|
ChatMessages
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-XHD4Y54K.js";
|
|
5
5
|
import "../chunk-FBVLEGEG.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-5MZXWPFN.js";
|
|
7
7
|
import "../chunk-GEYACSFW.js";
|
|
8
8
|
import {
|
|
9
9
|
ModelPicker,
|
|
10
|
+
OVERLAY_SHADOW,
|
|
10
11
|
ProviderLogo
|
|
11
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-SFSR3CAH.js";
|
|
12
13
|
import "../chunk-BATKJP3P.js";
|
|
13
14
|
import {
|
|
14
15
|
AsyncView
|
|
15
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-3UBAO3N5.js";
|
|
16
17
|
import "../chunk-PC2WYTK7.js";
|
|
17
18
|
import "../chunk-QY4BRKRJ.js";
|
|
18
19
|
import "../chunk-CCVG2TL6.js";
|
|
@@ -1781,7 +1782,7 @@ function AssistantHistory({
|
|
|
1781
1782
|
return /* @__PURE__ */ jsxs(
|
|
1782
1783
|
"li",
|
|
1783
1784
|
{
|
|
1784
|
-
className: `group flex items-center transition-colors hover:bg-
|
|
1785
|
+
className: `group flex items-center transition-colors hover:bg-accent ${active ? "bg-primary/10" : ""}`,
|
|
1785
1786
|
children: [
|
|
1786
1787
|
/* @__PURE__ */ jsxs(
|
|
1787
1788
|
"button",
|
|
@@ -1898,7 +1899,7 @@ function ProposalCard({
|
|
|
1898
1899
|
)
|
|
1899
1900
|
] })
|
|
1900
1901
|
] }),
|
|
1901
|
-
showGraph && tab === "graph" ? /* @__PURE__ */ jsx3("div", { className: "mt-1 h-64 overflow-hidden rounded border border-border", children: renderGraph?.(view.preview.content) }) : /* @__PURE__ */ jsx3("pre", { className: "mt-1 max-h-48 overflow-auto rounded border border-border bg-
|
|
1902
|
+
showGraph && tab === "graph" ? /* @__PURE__ */ jsx3("div", { className: "mt-1 h-64 overflow-hidden rounded border border-border", children: renderGraph?.(view.preview.content) }) : /* @__PURE__ */ jsx3("pre", { className: "mt-1 max-h-48 overflow-auto rounded border border-border bg-secondary p-2 text-xs", children: /* @__PURE__ */ jsx3("code", { children: view.preview.content }) })
|
|
1902
1903
|
] }),
|
|
1903
1904
|
proposal.requirements && proposal.requirements.length > 0 && /* @__PURE__ */ jsxs2("div", { className: "mt-3 rounded border border-border p-2", children: [
|
|
1904
1905
|
/* @__PURE__ */ jsx3("p", { className: "text-muted-foreground text-xs", children: "Integrations" }),
|
|
@@ -2670,7 +2671,7 @@ function AssistantPanel({
|
|
|
2670
2671
|
"div",
|
|
2671
2672
|
{
|
|
2672
2673
|
role: "status",
|
|
2673
|
-
className: "mx-4 mb-2 rounded-lg border border-border bg-
|
|
2674
|
+
className: "mx-4 mb-2 rounded-lg border border-border bg-secondary px-3 py-2 text-sm",
|
|
2674
2675
|
children: [
|
|
2675
2676
|
/* @__PURE__ */ jsx5("p", { className: "text-foreground", children: "Your credit balance is running low." }),
|
|
2676
2677
|
/* @__PURE__ */ jsx5(
|
|
@@ -2689,7 +2690,7 @@ function AssistantPanel({
|
|
|
2689
2690
|
"div",
|
|
2690
2691
|
{
|
|
2691
2692
|
role: "status",
|
|
2692
|
-
className: "mx-4 mb-2 flex items-center gap-3 rounded-lg border border-border bg-
|
|
2693
|
+
className: "mx-4 mb-2 flex items-center gap-3 rounded-lg border border-border bg-secondary px-3 py-2 text-sm",
|
|
2693
2694
|
children: [
|
|
2694
2695
|
/* @__PURE__ */ jsx5("p", { className: "min-w-0 flex-1 text-foreground", children: "Paused after a lot of steps." }),
|
|
2695
2696
|
/* @__PURE__ */ jsx5(
|
|
@@ -2967,7 +2968,7 @@ function AssistantDock({
|
|
|
2967
2968
|
"div",
|
|
2968
2969
|
{
|
|
2969
2970
|
"aria-hidden": "true",
|
|
2970
|
-
className: "fixed inset-0 z-40 bg-black/
|
|
2971
|
+
className: "fixed inset-0 z-40 bg-black/50",
|
|
2971
2972
|
onClick: () => closeAssistant()
|
|
2972
2973
|
}
|
|
2973
2974
|
),
|
|
@@ -2981,7 +2982,7 @@ function AssistantDock({
|
|
|
2981
2982
|
tabIndex: -1,
|
|
2982
2983
|
onKeyDown: trapTab,
|
|
2983
2984
|
style: isDesktop ? { width: `${width}px` } : void 0,
|
|
2984
|
-
className:
|
|
2985
|
+
className: `fixed inset-y-0 right-0 z-50 flex w-full flex-col border-border border-l ${OVERLAY_SHADOW} focus:outline-none`,
|
|
2985
2986
|
children: [
|
|
2986
2987
|
/* @__PURE__ */ jsx8(
|
|
2987
2988
|
AssistantPanel,
|