@skip-go/widget 3.6.7 → 3.7.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.
package/build/index.d.ts
CHANGED
|
@@ -66,6 +66,8 @@ export declare const defaultTheme: {
|
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
68
|
|
|
69
|
+
declare type IbcEurekaHighlightedAssets = Record<string, string[] | undefined>;
|
|
70
|
+
|
|
69
71
|
export declare const lightTheme: {
|
|
70
72
|
brandColor: string;
|
|
71
73
|
brandTextColor: undefined;
|
|
@@ -259,8 +261,9 @@ export declare type WidgetProps = {
|
|
|
259
261
|
*/
|
|
260
262
|
simulate?: boolean;
|
|
261
263
|
disableShadowDom?: boolean;
|
|
262
|
-
ibcEurekaHighlightedAssets?:
|
|
264
|
+
ibcEurekaHighlightedAssets?: IbcEurekaHighlightedAssets;
|
|
263
265
|
assetSymbolsSortedToTop?: string[];
|
|
266
|
+
hideAssetsUnlessWalletTypeConnected?: boolean;
|
|
264
267
|
} & Pick<NewSkipClientOptions, "apiUrl" | "chainIdsToAffiliates" | "endpointOptions" | "getCosmosSigner" | "getEVMSigner" | "getSVMSigner"> & Callbacks;
|
|
265
268
|
|
|
266
269
|
declare type WidgetRouteConfig = Omit<RouteConfig, "swapVenues" | "swapVenue"> & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-
|
|
1
|
+
import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-TlwZvjOT.js";
|
|
2
2
|
import qg, { PROPOSAL_EXPIRY_MESSAGE } from "@walletconnect/sign-client";
|
|
3
3
|
const global = globalThis || void 0 || self;
|
|
4
4
|
var buffer$1 = {}, base64Js = {};
|
package/build/index.js
CHANGED