@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?: string[];
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-BD_md82z.js";
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
@@ -1,4 +1,4 @@
1
- import { W as a, d as s, l as d, r } from "./index-BD_md82z.js";
1
+ import { W as a, d as s, l as d, r } from "./index-TlwZvjOT.js";
2
2
  export {
3
3
  a as Widget,
4
4
  s as defaultTheme,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "3.6.7",
4
+ "version": "3.7.0",
5
5
  "repository": {
6
6
  "url": "https://github.com/skip-mev/skip-go",
7
7
  "directory": "packages/widget"