@rango-dev/widget-embedded 0.49.0 → 0.49.1-next.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [0.49.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.48.0...widget-embedded@0.49.0) (2025-08-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * move fetch config to widget provider ([37bfe24](https://github.com/rango-exchange/rango-client/commit/37bfe24312de7e0fcc1995f09ff3f578824cbf69))
7
+
8
+
9
+ ### Features
10
+
11
+ * add refuel mode ([07becb5](https://github.com/rango-exchange/rango-client/commit/07becb5b686f86fdcda9371ecc2b08fed7e99f10))
12
+ * add swap mode tabs to history page ([be3ae60](https://github.com/rango-exchange/rango-client/commit/be3ae60f5867f0bc921d8e7ceb1ae673766a38f3))
13
+
14
+
15
+
1
16
  # [0.48.0](https://github.com/rango-exchange/rango-client/compare/widget-embedded@0.47.0...widget-embedded@0.48.0) (2025-08-19)
2
17
 
3
18
 
@@ -1 +1 @@
1
- {"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAanD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAuBnD,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,qBAgP1C"}
1
+ {"version":3,"file":"WalletList.d.ts","sourceRoot":"","sources":["../../../src/components/ConfirmWalletsModal/WalletList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAanD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAwBnD,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,qBAoP1C"}
@@ -0,0 +1,7 @@
1
+ import type { InstallObjects } from '@rango-dev/wallets-shared';
2
+ export declare function useDeepLink(): {
3
+ getWalletDeepLink: (walletType: string) => string | undefined;
4
+ getWalletLink: (walletType: string) => string | InstallObjects;
5
+ checkHasDeepLink: (walletType: string) => boolean;
6
+ };
7
+ //# sourceMappingURL=useDeepLink.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDeepLink.d.ts","sourceRoot":"","sources":["../../src/hooks/useDeepLink.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAOhE,wBAAgB,WAAW;oCAKc,MAAM,KAAG,MAAM,GAAG,SAAS;gCAsB/B,MAAM,KAAG,MAAM,GAAG,cAAc;mCAS7B,MAAM,KAAG,OAAO;EAIvD"}
@@ -1 +1 @@
1
- {"version":3,"file":"useWalletList.d.ts","sourceRoot":"","sources":["../../src/hooks/useWalletList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAwBhE,UAAU,MAAM;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,GAAG;IACX,IAAI,EAAE,uBAAuB,EAAE,CAAC;IAChC,0BAA0B,EAAE,MAAM,IAAI,CAAC;CACxC;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,CAuGlD"}
1
+ {"version":3,"file":"useWalletList.d.ts","sourceRoot":"","sources":["../../src/hooks/useWalletList.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAyBhE,UAAU,MAAM;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,GAAG;IACX,IAAI,EAAE,uBAAuB,EAAE,CAAC;IAChC,0BAA0B,EAAE,MAAM,IAAI,CAAC;CACxC;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,GAAG,CAyGlD"}