@elizaos/app-core 2.0.0-alpha.418 → 2.0.0-alpha.419

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/app-core",
3
- "version": "2.0.0-alpha.418",
3
+ "version": "2.0.0-alpha.419",
4
4
  "description": "Shared application core for elizaOS white-label agent apps.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -464,7 +464,7 @@
464
464
  "@capacitor/preferences": "^8.0.1",
465
465
  "@capacitor/push-notifications": "^8.0.0",
466
466
  "@clack/prompts": "^1.0.0",
467
- "@elizaos/agent": "^2.0.0-alpha.418",
467
+ "@elizaos/agent": "^2.0.0-alpha.419",
468
468
  "@elizaos/app-companion": "^0.0.0",
469
469
  "@elizaos/app-elizamaker": "^0.0.0",
470
470
  "@elizaos/app-lifeops": "^0.0.0",
@@ -473,12 +473,12 @@
473
473
  "@elizaos/app-task-coordinator": "^0.0.0",
474
474
  "@elizaos/app-training": "^0.0.1",
475
475
  "@elizaos/app-vincent": "^0.0.0",
476
- "@elizaos/core": "^2.0.0-alpha.418",
476
+ "@elizaos/core": "^2.0.0-alpha.419",
477
477
  "@elizaos/plugin-browser-bridge": "^0.1.0",
478
478
  "@elizaos/plugin-sql": "^2.0.0-alpha.19",
479
479
  "@elizaos/plugin-wechat": "^0.1.0",
480
- "@elizaos/shared": "^2.0.0-alpha.418",
481
- "@elizaos/ui": "^2.0.0-alpha.418",
480
+ "@elizaos/shared": "^2.0.0-alpha.419",
481
+ "@elizaos/ui": "^2.0.0-alpha.419",
482
482
  "@node-rs/argon2": "^2.0.2",
483
483
  "@radix-ui/react-checkbox": "^1.3.3",
484
484
  "@radix-ui/react-dialog": "^1.1.15",
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigPageView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/ConfigPageView.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA2CH,wBAAgB,cAAc,CAAC,EAC7B,QAAgB,EAChB,mBAAmB,GACpB,EAAE;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,2CAylBA"}
1
+ {"version":3,"file":"ConfigPageView.d.ts","sourceRoot":"","sources":["../../../../../../src/components/pages/ConfigPageView.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA2CH,wBAAgB,cAAc,CAAC,EAC7B,QAAgB,EAChB,mBAAmB,GACpB,EAAE;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,2CA0lBA"}
@@ -191,7 +191,7 @@ export function ConfigPageView({ embedded = false, onWalletSaveSuccess, }) {
191
191
  : null;
192
192
  /* Filter out eliza-cloud from per-chain options in custom mode */
193
193
  const filterCloudOption = (options) => options.filter((o) => o.id !== "eliza-cloud");
194
- return (_jsxs("div", { children: [!embedded && (_jsxs(_Fragment, { children: [_jsx("h2", { className: "text-lg font-bold mb-1", children: t("configpageview.Config") }), _jsx("p", { className: "text-sm text-muted mb-5", children: t("configpageview.WalletProvidersAnd") })] })), _jsxs("div", { className: "grid grid-cols-1 sm:grid-cols-2 gap-3 mb-5", children: [_jsxs(Button, { variant: "ghost", onClick: () => handleModeChange("cloud"), className: `relative flex flex-col items-start gap-1.5 rounded-xl border-2 p-4 text-left transition-all h-auto !whitespace-normal ${rpcMode === "cloud"
194
+ return (_jsxs("div", { children: [!embedded && (_jsxs(_Fragment, { children: [_jsx("h2", { className: "text-lg font-bold mb-1", children: t("configpageview.Config") }), _jsx("p", { className: "text-sm text-muted mb-5", children: t("configpageview.WalletProvidersAnd") })] })), _jsxs("div", { className: "grid grid-cols-1 sm:grid-cols-2 gap-3 mb-5", children: [_jsxs(Button, { variant: "ghost", "data-testid": "wallet-rpc-mode-cloud", onClick: () => handleModeChange("cloud"), className: `relative flex flex-col items-start gap-1.5 rounded-xl border-2 p-4 text-left transition-all h-auto !whitespace-normal ${rpcMode === "cloud"
195
195
  ? "border-accent bg-accent/8 shadow-[0_0_20px_rgba(var(--accent-rgb),0.1)]"
196
196
  : "border-border/40 bg-card/30 opacity-50 grayscale hover:opacity-70 hover:grayscale-0"}`, children: [_jsxs("div", { className: "flex items-center gap-2", children: [_jsxs("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: rpcMode === "cloud" ? "text-accent" : "text-muted", children: [_jsx("title", { children: t("configpageview.CloudModeSvgTitle", {
197
197
  defaultValue: "Eliza Cloud managed RPC",