@liberfi.io/ui-channels 0.1.205 → 0.1.207

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/index.d.mts CHANGED
@@ -57,7 +57,11 @@ declare function useUpdateBaseForm(id: string): {
57
57
  icon: string;
58
58
  description?: string | undefined;
59
59
  } | undefined;
60
- submit: _liberfi_io_wallet_connector.AuthGuardedCallback<(data: BaseFormValues) => Promise<void>>;
60
+ submit: _liberfi_io_wallet_connector.AuthGuardedCallback<[data: {
61
+ name: string;
62
+ icon: string;
63
+ description?: string | undefined;
64
+ }]>;
61
65
  };
62
66
 
63
67
  /**
@@ -103,7 +107,10 @@ declare function useUpdateWalletsForm(id: string, channel?: Channel): {
103
107
  isLoading: boolean;
104
108
  isSubmitting: boolean;
105
109
  wallets: ChannelSource[] | undefined;
106
- submit: _liberfi_io_wallet_connector.AuthGuardedCallback<(data: WalletsFormValues) => Promise<void>>;
110
+ submit: _liberfi_io_wallet_connector.AuthGuardedCallback<[data: {
111
+ address: string;
112
+ alias?: string | undefined;
113
+ }[]]>;
107
114
  };
108
115
 
109
116
  type WalletsFormUIProps = {
package/dist/index.d.ts CHANGED
@@ -57,7 +57,11 @@ declare function useUpdateBaseForm(id: string): {
57
57
  icon: string;
58
58
  description?: string | undefined;
59
59
  } | undefined;
60
- submit: _liberfi_io_wallet_connector.AuthGuardedCallback<(data: BaseFormValues) => Promise<void>>;
60
+ submit: _liberfi_io_wallet_connector.AuthGuardedCallback<[data: {
61
+ name: string;
62
+ icon: string;
63
+ description?: string | undefined;
64
+ }]>;
61
65
  };
62
66
 
63
67
  /**
@@ -103,7 +107,10 @@ declare function useUpdateWalletsForm(id: string, channel?: Channel): {
103
107
  isLoading: boolean;
104
108
  isSubmitting: boolean;
105
109
  wallets: ChannelSource[] | undefined;
106
- submit: _liberfi_io_wallet_connector.AuthGuardedCallback<(data: WalletsFormValues) => Promise<void>>;
110
+ submit: _liberfi_io_wallet_connector.AuthGuardedCallback<[data: {
111
+ address: string;
112
+ alias?: string | undefined;
113
+ }[]]>;
107
114
  };
108
115
 
109
116
  type WalletsFormUIProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liberfi.io/ui-channels",
3
- "version": "0.1.205",
3
+ "version": "0.1.207",
4
4
  "description": "Signal Channels for Liberfi React SDK",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -32,13 +32,13 @@
32
32
  "react-window-infinite-loader": "^2.0.0",
33
33
  "tailwind-variants": "^3.1.1",
34
34
  "zod": "^4.1.13",
35
- "@liberfi.io/react": "0.3.14",
36
- "@liberfi.io/hooks": "0.1.192",
37
- "@liberfi.io/i18n": "0.1.197",
38
- "@liberfi.io/types": "0.4.0",
39
- "@liberfi.io/ui": "0.2.14",
40
- "@liberfi.io/utils": "0.1.192",
41
- "@liberfi.io/wallet-connector": "0.1.186"
35
+ "@liberfi.io/react": "0.3.16",
36
+ "@liberfi.io/hooks": "0.1.194",
37
+ "@liberfi.io/i18n": "0.1.199",
38
+ "@liberfi.io/types": "0.4.2",
39
+ "@liberfi.io/ui": "0.3.1",
40
+ "@liberfi.io/utils": "0.2.1",
41
+ "@liberfi.io/wallet-connector": "0.2.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@tanstack/react-query": "^5.90.2",
@@ -49,7 +49,7 @@
49
49
  "react-dom": "^19.1.1",
50
50
  "tsup": "^8.5.0",
51
51
  "typescript": "^5.9.2",
52
- "tsconfig": "0.1.183"
52
+ "tsconfig": "0.1.185"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@tanstack/react-query": "^5.90.2",