@imtbl/checkout-widgets 2.11.0 → 2.11.1-alpha.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.
Files changed (25) hide show
  1. package/dist/browser/{AddTokensWidget-0ra7zAbM.js → AddTokensWidget-gSrZfodG.js} +3 -3
  2. package/dist/browser/{BridgeWidget-BSe_4Avo.js → BridgeWidget-r0paST80.js} +6 -6
  3. package/dist/browser/{CommerceWidget-DNtfZ2kK.js → CommerceWidget-BVeT67AH.js} +13 -13
  4. package/dist/browser/{FeesBreakdown-DBN3ewWO.js → FeesBreakdown-B6O5YeOv.js} +1 -1
  5. package/dist/browser/{OnRampWidget-BlQTIlDh.js → OnRampWidget-DV3hIW2s.js} +3 -3
  6. package/dist/browser/{SaleWidget-D9W_OKXM.js → SaleWidget-BZLL8XJQ.js} +10 -10
  7. package/dist/browser/{SpendingCapHero-DF8NU30E.js → SpendingCapHero-DFGP2TMp.js} +1 -1
  8. package/dist/browser/{SwapWidget-BTcGNSf9.js → SwapWidget-Cpa0jpUE.js} +6 -6
  9. package/dist/browser/{TokenImage-BKcST6SJ.js → TokenImage-BTMwZah0.js} +1 -1
  10. package/dist/browser/{TopUpView-DR5-8bCI.js → TopUpView-BK7GbT2A.js} +1 -1
  11. package/dist/browser/{WalletApproveHero-CxdqyAWU.js → WalletApproveHero-DdyInWlA.js} +2 -2
  12. package/dist/browser/{WalletWidget-C6RrJnL8.js → WalletWidget-DG3ByO2c.js} +3 -3
  13. package/dist/browser/{auto-track-_xnFUV7o.js → auto-track-qSbc-Us2.js} +1 -1
  14. package/dist/browser/{index-BBitZjMg.js → index-Bbasl0Oa.js} +1 -1
  15. package/dist/browser/{index-DSNjGTvv.js → index-BnNYLtGN.js} +2 -2
  16. package/dist/browser/{index-OUAsDNHU.js → index-CIKxNawl.js} +1 -1
  17. package/dist/browser/{index-DAKX5uKw.js → index-CxkUooDa.js} +1 -1
  18. package/dist/browser/{index-D4mnUDsX.js → index-DXDrI-qV.js} +1 -1
  19. package/dist/browser/{index-BGyZwdDF.js → index-DdOdmAjy.js} +95 -104
  20. package/dist/browser/{index-DUzdRAtD.js → index-DjajM2c5.js} +1 -1
  21. package/dist/browser/{index-BlEa2SCd.js → index-Ms0Pazz9.js} +1 -1
  22. package/dist/browser/index.js +1 -1
  23. package/dist/browser/{index.umd-D2XDFsjB.js → index.umd-DhQvwHkx.js} +1 -1
  24. package/dist/browser/{useInterval-DIX9alOC.js → useInterval-B0lqbTtc.js} +1 -1
  25. package/package.json +9 -9
@@ -1,4 +1,4 @@
1
- import { e5 as __awaiter, e6 as __generator, e7 as loadScript, e8 as getNextIntegrationsURL, e9 as unloadScript, ea as __spreadArray, eb as isOffline, ec as __assign, ed as ContextCancelation, ee as applyDestinationMiddleware, ef as dist, eg as isServer, eh as mergedOptions, ei as isPlainObject, ej as pWhile, ek as PriorityQueue, el as PersistedPriorityQueue, em as attempt, en as isOnline, eo as Context } from './index-BGyZwdDF.js';
1
+ import { e5 as __awaiter, e6 as __generator, e7 as loadScript, e8 as getNextIntegrationsURL, e9 as unloadScript, ea as __spreadArray, eb as isOffline, ec as __assign, ed as ContextCancelation, ee as applyDestinationMiddleware, ef as dist, eg as isServer, eh as mergedOptions, ei as isPlainObject, ej as pWhile, ek as PriorityQueue, el as PersistedPriorityQueue, em as attempt, en as isOnline, eo as Context } from './index-DdOdmAjy.js';
2
2
  import { i as isPlanEventEnabled } from './is-plan-event-enabled-mXX0dwl-.js';
3
3
 
4
4
  function normalizeName(name) {
@@ -1,4 +1,4 @@
1
- import { e4 as getAugmentedNamespace, az as commonjsGlobal } from './index-BGyZwdDF.js';
1
+ import { e4 as getAugmentedNamespace, az as commonjsGlobal } from './index-DdOdmAjy.js';
2
2
 
3
3
  var dist$1 = {};
4
4
 
@@ -1 +1 @@
1
- export { er as WidgetsFactory } from './index-BGyZwdDF.js';
1
+ export { er as WidgetsFactory } from './index-DdOdmAjy.js';
@@ -1,4 +1,4 @@
1
- import { ay as getDefaultExportFromCjs } from './index-BGyZwdDF.js';
1
+ import { ay as getDefaultExportFromCjs } from './index-DdOdmAjy.js';
2
2
 
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
@@ -1,4 +1,4 @@
1
- import { b as reactExports, dW as useBrowserLayoutEffect } from './index-BGyZwdDF.js';
1
+ import { b as reactExports, dW as useBrowserLayoutEffect } from './index-DdOdmAjy.js';
2
2
 
3
3
  // Inspired by https://usehooks-ts.com/react-hook/use-interval
4
4
  function useInterval(callback, delay) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imtbl/checkout-widgets",
3
- "version": "2.11.0",
3
+ "version": "2.11.1-alpha.0",
4
4
  "browserslist": {
5
5
  "production": [
6
6
  ">0.2%",
@@ -18,12 +18,12 @@
18
18
  "@biom3/design-tokens": "^0.4.5",
19
19
  "@biom3/react": "^0.29.4",
20
20
  "@emotion/react": "^11.11.3",
21
- "@imtbl/bridge-sdk": "2.11.0",
22
- "@imtbl/checkout-sdk": "2.11.0",
23
- "@imtbl/config": "2.11.0",
24
- "@imtbl/cryptofiat": "2.11.0",
25
- "@imtbl/dex-sdk": "2.11.0",
26
- "@imtbl/passport": "2.11.0",
21
+ "@imtbl/bridge-sdk": "2.11.1-alpha.0",
22
+ "@imtbl/checkout-sdk": "2.11.1-alpha.0",
23
+ "@imtbl/config": "2.11.1-alpha.0",
24
+ "@imtbl/cryptofiat": "2.11.1-alpha.0",
25
+ "@imtbl/dex-sdk": "2.11.1-alpha.0",
26
+ "@imtbl/passport": "2.11.1-alpha.0",
27
27
  "@imtbl/react-analytics": "0.3.4-alpha",
28
28
  "@rive-app/react-canvas-lite": "^4.9.0",
29
29
  "@walletconnect/ethereum-provider": "^2.11.1",
@@ -41,7 +41,7 @@
41
41
  "react-dom": "^18.2.0",
42
42
  "react-i18next": "^13.5.0",
43
43
  "ts-deepmerge": "^7.0.2",
44
- "uuid": "^8.3.2"
44
+ "uuid": "^9.0.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@0xsquid/squid-types": "^0.1.108",
@@ -58,7 +58,7 @@
58
58
  "@testing-library/jest-dom": "^5.16.5",
59
59
  "@testing-library/react": "^13.4.0",
60
60
  "@testing-library/user-event": "^13.5.0",
61
- "@types/jest": "^29.4.3",
61
+ "@types/jest": "^29.5.12",
62
62
  "@types/lodash.debounce": "^4.0.9",
63
63
  "@types/node": "^18.14.2",
64
64
  "@types/react": "^18.3.5",