@skip-go/widget 3.3.10 → 3.3.11

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
@@ -163,8 +163,6 @@ declare type onWalletDisconnectedProps = {
163
163
 
164
164
  declare type PartialTheme = Partial<Theme> | undefined;
165
165
 
166
- export declare const resetWidget: () => void;
167
-
168
166
  declare type ShowSwapWidget = {
169
167
  button?: ReactElement;
170
168
  } & WidgetProps;
@@ -1,4 +1,4 @@
1
- import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-Ceiv2L6v.js";
1
+ import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-QfQ3tf-B.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,8 +1,7 @@
1
- import { S as a, W as s, d, l as g, r as h } from "./index-Ceiv2L6v.js";
1
+ import { S as t, W as d, d as h, l as s } from "./index-QfQ3tf-B.js";
2
2
  export {
3
- a as ShowWidget,
4
- s as Widget,
5
- d as defaultTheme,
6
- g as lightTheme,
7
- h as resetWidget
3
+ t as ShowWidget,
4
+ d as Widget,
5
+ h as defaultTheme,
6
+ s as lightTheme
8
7
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/widget",
3
3
  "description": "Swap widget",
4
- "version": "3.3.10",
4
+ "version": "3.3.11",
5
5
  "repository": {
6
6
  "url": "https://github.com/skip-mev/skip-go",
7
7
  "directory": "packages/widget"