@elizaos/ui 2.0.0-alpha.379 → 2.0.0-alpha.380

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,4 +1,4 @@
1
- import { client } from "@elizaos/app-core";
1
+ import { client } from "@elizaos/app-core/api";
2
2
  import { useCallback, useEffect, useState } from "react";
3
3
  function formatError(cause, fallback) {
4
4
  if (cause instanceof Error && cause.message.trim().length > 0) {
@@ -1,4 +1,4 @@
1
- import { client } from "@elizaos/app-core";
1
+ import { client } from "@elizaos/app-core/api";
2
2
  import { useCallback, useEffect, useState } from "react";
3
3
  function formatError(cause, fallback) {
4
4
  if (cause instanceof Error && cause.message.trim().length > 0) {
@@ -1,4 +1,4 @@
1
- import { client } from "@elizaos/app-core";
1
+ import { client } from "@elizaos/app-core/api";
2
2
  import { useCallback, useEffect, useState } from "react";
3
3
  function formatError(cause, fallback) {
4
4
  if (cause instanceof Error && cause.message.trim().length > 0) {
@@ -1 +1 @@
1
- {"version":3,"file":"useLifeOpsXConnector.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-lifeops/src/hooks/useLifeOpsXConnector.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oBAAoB,EACpB,oBAAoB,EACpB,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,iBAAiB,CAAC;AAUzB,wBAAgB,oBAAoB,CAAC,IAAI,GAAE,oBAA8B;;;;;;;;8BA8EvD,oBAAoB;;0BAmCrB,MAAM,SAAS,oBAAoB;EAsDnD"}
1
+ {"version":3,"file":"useLifeOpsXConnector.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-lifeops/src/hooks/useLifeOpsXConnector.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,oBAAoB,EACpB,oBAAoB,EACpB,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,iBAAiB,CAAC;AAUzB,wBAAgB,oBAAoB,CAAC,IAAI,GAAE,oBAA8B;;;;;;;;8BA8EvD,oBAAoB;;0BAmCrB,MAAM,SAAS,oBAAoB;EAsDnD"}
@@ -1,4 +1,5 @@
1
- import { client, openExternalUrl } from "@elizaos/app-core";
1
+ import { client } from "@elizaos/app-core/api";
2
+ import { openExternalUrl } from "@elizaos/app-core/utils";
2
3
  import { useCallback, useEffect, useState } from "react";
3
4
  function formatError(cause, fallback) {
4
5
  if (cause instanceof Error && cause.message.trim().length > 0) {
@@ -1 +1 @@
1
- {"version":3,"file":"useSignalConnector.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-lifeops/src/hooks/useSignalConnector.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oBAAoB,EACpB,4BAA4B,EAC5B,0BAA0B,EAC3B,MAAM,iBAAiB,CAAC;AA+BzB,MAAM,WAAW,yBAAyB;IACxC,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B;AAED,wBAAgB,kBAAkB,CAAC,OAAO,GAAE,yBAA8B;;;;;;;;;;EA0LzE"}
1
+ {"version":3,"file":"useSignalConnector.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-lifeops/src/hooks/useSignalConnector.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oBAAoB,EACpB,4BAA4B,EAC5B,0BAA0B,EAC3B,MAAM,iBAAiB,CAAC;AA+BzB,MAAM,WAAW,yBAAyB;IACxC,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B;AAED,wBAAgB,kBAAkB,CAAC,OAAO,GAAE,yBAA8B;;;;;;;;;;EA2LzE"}
@@ -1,4 +1,4 @@
1
- import { client } from "@elizaos/app-core";
1
+ import { client } from "@elizaos/app-core/api";
2
2
  import { useCallback, useEffect, useRef, useState } from "react";
3
3
  const PAIRING_POLL_INTERVAL_MS = 2_000;
4
4
  function isActivePairingState(state) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/ui",
3
- "version": "2.0.0-alpha.379",
3
+ "version": "2.0.0-alpha.380",
4
4
  "description": "Shared UI primitives, composites, and layout utilities for elizaOS apps.",
5
5
  "type": "module",
6
6
  "license": "MIT",