@skip-go/widget 3.6.5 → 3.6.6

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
@@ -166,7 +166,7 @@ export declare const resetWidget: ({ onlyClearInputValues }?: {
166
166
  onlyClearInputValues?: boolean;
167
167
  }) => void;
168
168
 
169
- declare type Theme = {
169
+ export declare type Theme = {
170
170
  brandColor: string;
171
171
  brandTextColor?: string;
172
172
  primary: {
@@ -1,4 +1,4 @@
1
- import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-B4zG9aVT.js";
1
+ import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-B9bMemkj.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-B4zG9aVT.js";
1
+ import { W as a, d as s, l as d, r } from "./index-B9bMemkj.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.5",
4
+ "version": "3.6.6",
5
5
  "repository": {
6
6
  "url": "https://github.com/skip-mev/skip-go",
7
7
  "directory": "packages/widget"
@@ -43,7 +43,7 @@
43
43
  "@penumbra-zone/transport-dom": "^7.5.0",
44
44
  "@r2wc/react-to-web-component": "^2.0.3",
45
45
  "@sentry/react": "^8.46.0",
46
- "@skip-go/client": "0.16.25",
46
+ "@skip-go/client": "0.16.26",
47
47
  "@solana/spl-token": "^0.4.8",
48
48
  "@solana/wallet-adapter-backpack": "^0.1.14",
49
49
  "@solana/wallet-adapter-coinbase": "^0.1.19",