@elizaos/app-core 2.0.0-alpha.82 → 2.0.0-alpha.83

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../src/components/Header.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAqBvC,UAAU,WAAW;IACnB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,wBAAgB,MAAM,CAAC,EAAE,UAAU,EAAE,WAAmB,EAAE,gBAAwB,EAAE,EAAE,WAAW,2CA+WhG"}
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../src/components/Header.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAqBvC,UAAU,WAAW;IACnB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,wBAAgB,MAAM,CAAC,EAAE,UAAU,EAAE,WAAmB,EAAE,gBAAwB,EAAE,EAAE,WAAW,2CAgXhG"}
@@ -62,7 +62,7 @@ export function Header({ mobileLeft, transparent = false, hideCloudCredits = fal
62
62
  const useMinimalHeaderChrome = transparent || activeShellView !== "desktop";
63
63
  const showNavigationMenu = activeShellView === "desktop";
64
64
  const showCloudCredits = activeShellView === "desktop" && !hideCloudCredits;
65
- const showCloudCreditsStatus = showCloudCredits && elizaCloudConnected;
65
+ const showCloudCreditsStatus = showCloudCredits && (elizaCloudEnabled || elizaCloudConnected);
66
66
  const cloudCreditsDisplay = elizaCloudCredits === null
67
67
  ? t("header.elizaCloudConnected")
68
68
  : `$${elizaCloudCredits.toFixed(2)}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/app-core",
3
- "version": "2.0.0-alpha.82",
3
+ "version": "2.0.0-alpha.83",
4
4
  "description": "Shared application core for Milady shells and white-label apps.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -166,8 +166,8 @@
166
166
  "@capacitor/haptics": "8.0.0",
167
167
  "@capacitor/keyboard": "8.0.0",
168
168
  "@capacitor/preferences": "^8.0.1",
169
- "@elizaos/autonomous": "^2.0.0-alpha.82",
170
- "@elizaos/ui": "^2.0.0-alpha.82",
169
+ "@elizaos/autonomous": "^2.0.0-alpha.83",
170
+ "@elizaos/ui": "^2.0.0-alpha.83",
171
171
  "@sparkjsdev/spark": "^0.1.10",
172
172
  "lucide-react": "^0.575.0",
173
173
  "three": "^0.182.0",