@elizaos/ui 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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigPageView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/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,
|
|
1
|
+
{"version":3,"file":"ConfigPageView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/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",
|