@reown/appkit-controllers 1.8.23 → 1.8.24-border-input-colors.0.0
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.
|
@@ -29,6 +29,8 @@ export declare const ThemeController: {
|
|
|
29
29
|
readonly '--apkt-border-radius-master'?: string | undefined;
|
|
30
30
|
readonly '--apkt-z-index'?: number | undefined;
|
|
31
31
|
readonly '--apkt-qr-color'?: string | undefined;
|
|
32
|
+
readonly '--apkt-input-background'?: string | undefined;
|
|
33
|
+
readonly '--apkt-input-border'?: string | undefined;
|
|
32
34
|
};
|
|
33
35
|
readonly w3mThemeVariables: {
|
|
34
36
|
readonly '--w3m-accent': string;
|
|
@@ -167,6 +167,8 @@ export interface ThemeVariables {
|
|
|
167
167
|
'--apkt-border-radius-master'?: string;
|
|
168
168
|
'--apkt-z-index'?: number;
|
|
169
169
|
'--apkt-qr-color'?: string;
|
|
170
|
+
'--apkt-input-background'?: string;
|
|
171
|
+
'--apkt-input-border'?: string;
|
|
170
172
|
}
|
|
171
173
|
export interface BlockchainApiIdentityRequest {
|
|
172
174
|
address: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reown/appkit-controllers",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.24-border-input-colors.0.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/exports/index.js",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@walletconnect/universal-provider": "2.23.7",
|
|
57
57
|
"valtio": "2.1.7",
|
|
58
58
|
"viem": ">=2.45.0",
|
|
59
|
-
"@reown/appkit-common": "1.8.
|
|
60
|
-
"@reown/appkit-wallet": "1.8.
|
|
59
|
+
"@reown/appkit-common": "1.8.24-border-input-colors.0.0",
|
|
60
|
+
"@reown/appkit-wallet": "1.8.24-border-input-colors.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@vitest/coverage-v8": "2.1.9",
|