@liberfi.io/ui-channels 0.1.205 → 0.1.206
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 +9 -2
- package/dist/index.d.ts +9 -2
- package/package.json +9 -9
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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.
|
|
3
|
+
"version": "0.1.206",
|
|
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.
|
|
36
|
-
"@liberfi.io/hooks": "0.1.
|
|
37
|
-
"@liberfi.io/i18n": "0.1.
|
|
38
|
-
"@liberfi.io/types": "0.4.
|
|
39
|
-
"@liberfi.io/ui": "0.
|
|
40
|
-
"@liberfi.io/utils": "0.
|
|
41
|
-
"@liberfi.io/wallet-connector": "0.
|
|
35
|
+
"@liberfi.io/react": "0.3.15",
|
|
36
|
+
"@liberfi.io/hooks": "0.1.193",
|
|
37
|
+
"@liberfi.io/i18n": "0.1.198",
|
|
38
|
+
"@liberfi.io/types": "0.4.1",
|
|
39
|
+
"@liberfi.io/ui": "0.3.0",
|
|
40
|
+
"@liberfi.io/utils": "0.2.0",
|
|
41
|
+
"@liberfi.io/wallet-connector": "0.2.0"
|
|
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.
|
|
52
|
+
"tsconfig": "0.1.184"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@tanstack/react-query": "^5.90.2",
|