@rango-dev/widget-embedded 0.63.1-next.7 → 0.63.1-next.8

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 (103) hide show
  1. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts +1 -1
  2. package/dist/components/ConfirmWalletsModal/ConfirmWallets.styles.d.ts.map +1 -1
  3. package/dist/components/CustomDestination/CustomDestination.styles.d.ts +4 -4
  4. package/dist/components/CustomDestination/CustomDestination.styles.d.ts.map +1 -1
  5. package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts +169 -169
  6. package/dist/components/CustomTokenModal/CustomTokenModal.styles.d.ts.map +1 -1
  7. package/dist/components/FilterSelector/FilterSelector.style.d.ts +1 -1
  8. package/dist/components/FilterSelector/FilterSelector.style.d.ts.map +1 -1
  9. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts +1 -1
  10. package/dist/components/HeaderButtons/HeaderButtons.styles.d.ts.map +1 -1
  11. package/dist/components/NamespaceItem/NamespaceItem.styles.d.ts +1 -1
  12. package/dist/components/NamespaceItem/NamespaceItem.styles.d.ts.map +1 -1
  13. package/dist/components/NamespaceItem/NamespaceItem.types.d.ts +3 -3
  14. package/dist/components/NamespaceItem/NamespaceItem.types.d.ts.map +1 -1
  15. package/dist/components/Quote/Quote.styles.d.ts +171 -171
  16. package/dist/components/Quote/Quote.styles.d.ts.map +1 -1
  17. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts +169 -169
  18. package/dist/components/QuoteWarningsAndErrors/QuoteWarningsAndErrors.styles.d.ts.map +1 -1
  19. package/dist/components/RefreshModal/RefreshModal.styles.d.ts +168 -168
  20. package/dist/components/RefreshModal/RefreshModal.styles.d.ts.map +1 -1
  21. package/dist/components/SwapDetails/SwapDetails.styles.d.ts +1 -1
  22. package/dist/components/SwapDetails/SwapDetails.styles.d.ts.map +1 -1
  23. package/dist/components/SwapDetailsModal/SwapDetailsModal.ConnectWallet.d.ts.map +1 -1
  24. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts +3 -3
  25. package/dist/components/SwapDetailsModal/SwapDetailsModal.types.d.ts.map +1 -1
  26. package/dist/components/SwapMetrics/SwapMetrics.styles.d.ts +1 -1
  27. package/dist/components/SwapMetrics/SwapMetrics.styles.d.ts.map +1 -1
  28. package/dist/components/TokenList/TokenList.styles.d.ts +2 -2
  29. package/dist/components/TokenList/TokenList.styles.d.ts.map +1 -1
  30. package/dist/components/WalletStatefulConnect/DerivationPath.styles.d.ts +169 -169
  31. package/dist/components/WalletStatefulConnect/DerivationPath.styles.d.ts.map +1 -1
  32. package/dist/components/WalletStatefulConnect/Namespaces.d.ts.map +1 -1
  33. package/dist/components/WalletStatefulConnect/Namespaces.styles.d.ts +168 -168
  34. package/dist/components/WalletStatefulConnect/Namespaces.styles.d.ts.map +1 -1
  35. package/dist/components/WalletStatefulConnect/Namespaces.types.d.ts +3 -3
  36. package/dist/components/WalletStatefulConnect/Namespaces.types.d.ts.map +1 -1
  37. package/dist/containers/Wallets/Wallets.helpers.d.ts +2 -2
  38. package/dist/containers/Wallets/Wallets.helpers.d.ts.map +1 -1
  39. package/dist/containers/Wallets/Wallets.types.d.ts +4 -4
  40. package/dist/containers/Wallets/Wallets.types.d.ts.map +1 -1
  41. package/dist/containers/Wallets/useUpdates.d.ts +1 -1
  42. package/dist/containers/Wallets/useUpdates.d.ts.map +1 -1
  43. package/dist/containers/WidgetProvider/WidgetProvider.d.ts.map +1 -1
  44. package/dist/containers/WidgetProvider/WidgetProvider.helpers.d.ts +5 -0
  45. package/dist/containers/WidgetProvider/WidgetProvider.helpers.d.ts.map +1 -0
  46. package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts +1 -1
  47. package/dist/containers/WidgetProvider/WidgetProvider.types.d.ts.map +1 -1
  48. package/dist/hooks/useStatefulConnect/useStatefulConnect.d.ts.map +1 -1
  49. package/dist/hooks/useWalletProviders/useWalletProviders.d.ts +2 -2
  50. package/dist/hooks/useWalletProviders/useWalletProviders.d.ts.map +1 -1
  51. package/dist/hooks/useWalletProviders/useWalletProviders.helpers.d.ts +2 -3
  52. package/dist/hooks/useWalletProviders/useWalletProviders.helpers.d.ts.map +1 -1
  53. package/dist/index.d.ts +10 -6
  54. package/dist/index.d.ts.map +1 -1
  55. package/dist/index.js +3 -3
  56. package/dist/index.js.map +4 -4
  57. package/dist/store/AppStore.d.ts +2 -2
  58. package/dist/store/AppStore.d.ts.map +1 -1
  59. package/dist/store/app.d.ts +2 -2
  60. package/dist/store/app.d.ts.map +1 -1
  61. package/dist/store/slices/config.d.ts +5 -5
  62. package/dist/store/slices/config.d.ts.map +1 -1
  63. package/dist/test-utils/fixtures.d.ts +2 -2
  64. package/dist/test-utils/fixtures.d.ts.map +1 -1
  65. package/dist/types/config.d.ts +10 -3
  66. package/dist/types/config.d.ts.map +1 -1
  67. package/dist/types/wallets.d.ts +1 -1
  68. package/dist/types/wallets.d.ts.map +1 -1
  69. package/dist/utils/providers.d.ts +3 -6
  70. package/dist/utils/providers.d.ts.map +1 -1
  71. package/dist/utils/swap.d.ts +1 -1
  72. package/dist/utils/swap.d.ts.map +1 -1
  73. package/dist/utils/wallets.d.ts +2 -1
  74. package/dist/utils/wallets.d.ts.map +1 -1
  75. package/package.json +6 -7
  76. package/src/QueueManager.tsx +1 -1
  77. package/src/components/NamespaceItem/NamespaceItem.types.ts +3 -3
  78. package/src/components/SwapDetailsModal/SwapDetailsModal.ConnectWallet.tsx +5 -10
  79. package/src/components/SwapDetailsModal/SwapDetailsModal.types.ts +3 -3
  80. package/src/components/WalletStatefulConnect/Detached.tsx +2 -2
  81. package/src/components/WalletStatefulConnect/Namespaces.tsx +2 -7
  82. package/src/components/WalletStatefulConnect/Namespaces.types.tsx +3 -3
  83. package/src/containers/Wallets/Wallets.helpers.ts +4 -4
  84. package/src/containers/Wallets/Wallets.tsx +2 -2
  85. package/src/containers/Wallets/Wallets.types.ts +4 -7
  86. package/src/containers/Wallets/useUpdates.ts +4 -119
  87. package/src/containers/WidgetProvider/WidgetProvider.helpers.ts +10 -0
  88. package/src/containers/WidgetProvider/WidgetProvider.tsx +12 -1
  89. package/src/containers/WidgetProvider/WidgetProvider.types.ts +1 -1
  90. package/src/hooks/useStatefulConnect/useStatefulConnect.ts +16 -21
  91. package/src/hooks/useWalletProviders/useWalletProviders.helpers.ts +3 -10
  92. package/src/hooks/useWalletProviders/useWalletProviders.ts +2 -2
  93. package/src/index.ts +12 -10
  94. package/src/store/AppStore.tsx +4 -2
  95. package/src/store/app.ts +7 -2
  96. package/src/store/slices/config.ts +16 -8
  97. package/src/store/slices/data.test.ts +2 -2
  98. package/src/test-utils/fixtures.ts +6 -2
  99. package/src/types/config.ts +15 -6
  100. package/src/types/wallets.ts +1 -1
  101. package/src/utils/providers.ts +16 -50
  102. package/src/utils/swap.ts +1 -1
  103. package/src/utils/wallets.ts +5 -9
package/dist/index.d.ts CHANGED
@@ -2,12 +2,12 @@ import type { WidgetProps } from './containers/Widget';
2
2
  import type { UseStatefulConnect } from './hooks/useStatefulConnect';
3
3
  import type { ConnectedWallet } from './store/slices/wallets';
4
4
  import type { BlockchainAndTokenConfig, QuoteEventData, Tokens, UiEventData, WalletEventData, WalletInfoWithExtra, WidgetColors, WidgetColorsKeys, WidgetConfig, WidgetTheme, WidgetVariant } from './types';
5
+ import type { WalletType } from '@hub3js/core';
5
6
  import type { PendingSwapWithQueueID, Route, RouteEvent, RouteEventData, RouteExecutionEvents, RouteFailedEvent, RouteStartedEvent, RouteSucceededEvent, Step, StepApprovalTxSucceededEvent, StepCheckStatusEvent, StepEvent, StepEventData, StepFailedEvent, StepOutputRevealedEvent, StepStartedEvent, StepSucceededEvent, StepTxExecutionBlockedEvent, StepTxExecutionUpdatedEvent } from '@rango-dev/queue-manager-rango-preset';
6
- import type { LegacyEventHandler as HandleWalletsUpdate, LegacyProviderInterface as ProviderInterface, LegacyWalletInfo as WalletInfo, LegacyState as WalletState, LegacyWalletType as WalletType } from '@rango-dev/wallets-core/legacy';
7
+ import type { EventHandler as HandleWalletsUpdate, ProviderInterface, WalletInfo, WalletState } from '@rango-dev/wallets-react';
7
8
  import type { PendingSwap, PendingSwapStep } from 'rango-types';
8
- import { Networks } from '@rango-dev/internal-blockchains';
9
+ import { Networks, readAccountAddress } from '@rango-dev/internal-blockchains';
9
10
  import { EventSeverity, RouteEventType, StepEventType, StepExecutionBlockedEventStatus, StepExecutionEventStatus } from '@rango-dev/queue-manager-rango-preset';
10
- import { legacyReadAccountAddress as readAccountAddress } from '@rango-dev/wallets-core/legacy';
11
11
  import { useWallets, Events as WalletEvents } from '@rango-dev/wallets-react';
12
12
  import { PendingSwapNetworkStatus } from 'rango-types';
13
13
  import { isOnDerivationPath, isOnDetached, isOnNamespace } from './components/StatefulConnectModal';
@@ -25,7 +25,7 @@ import { useWalletList } from './hooks/useWalletList';
25
25
  import { useWidgetEvents } from './hooks/useWidgetEvents';
26
26
  import { widgetEventEmitter } from './services/eventEmitter';
27
27
  import { WidgetEvents as MainEvents, QuoteEventTypes, UiEventTypes, WalletEventTypes, WidgetEvents } from './types';
28
- import { pickProviderVersionWithFallbackToLegacy } from './utils/providers';
28
+ import { pickProviderVersion } from './utils/providers';
29
29
  import { customizedThemeTokens } from './utils/ui';
30
30
  export declare const StatefulConnect: {
31
31
  DerivationPath: typeof DerivationPath;
@@ -35,7 +35,11 @@ export declare const StatefulConnect: {
35
35
  isOnNamespace: typeof isOnNamespace;
36
36
  isOnDetached: typeof isOnDetached;
37
37
  };
38
- export type { WidgetConfig, WalletType, WidgetTheme, WidgetColors, WidgetColorsKeys, ProviderInterface, BlockchainAndTokenConfig, WidgetProps, RouteEvent, RouteEventData, StepEvent, StepEventData, Route, Step, RouteStartedEvent, RouteSucceededEvent, RouteFailedEvent, StepStartedEvent, StepSucceededEvent, StepFailedEvent, StepTxExecutionUpdatedEvent, StepTxExecutionBlockedEvent, StepCheckStatusEvent, StepApprovalTxSucceededEvent, StepOutputRevealedEvent, HandleWalletsUpdate, ConnectedWallet, Tokens, WidgetVariant, WalletEventData, QuoteEventData, UiEventData, WalletInfoWithExtra, UseStatefulConnect, };
38
+ export type { WidgetConfig, WalletType, WidgetTheme, WidgetColors, WidgetColorsKeys,
39
+ /**
40
+ * @deprecated Pass a hub `Provider` instead. This type will be removed in future versions.
41
+ */
42
+ ProviderInterface, BlockchainAndTokenConfig, WidgetProps, RouteEvent, RouteEventData, StepEvent, StepEventData, Route, Step, RouteStartedEvent, RouteSucceededEvent, RouteFailedEvent, StepStartedEvent, StepSucceededEvent, StepFailedEvent, StepTxExecutionUpdatedEvent, StepTxExecutionBlockedEvent, StepCheckStatusEvent, StepApprovalTxSucceededEvent, StepOutputRevealedEvent, HandleWalletsUpdate, ConnectedWallet, Tokens, WidgetVariant, WalletEventData, QuoteEventData, UiEventData, WalletInfoWithExtra, UseStatefulConnect, };
39
43
  export { Widget, Refuel, SwapModeContext,
40
44
  /**
41
45
  * @deprecated Use `WidgetProvider` instead. This component will be removed in future versions.
@@ -50,5 +54,5 @@ useWidgetEvents, useWalletList, customizedThemeTokens, widgetEventEmitter, Widge
50
54
  */
51
55
  MainEvents, QuoteEventTypes, WalletEventTypes, UiEventTypes, RouteEventType, StepEventType, StepExecutionEventStatus, StepExecutionBlockedEventStatus, UI_ID, SUPPORTED_FONTS, };
52
56
  export type { WalletState, WalletInfo, PendingSwap, PendingSwapWithQueueID, PendingSwapStep, RouteExecutionEvents, };
53
- export { readAccountAddress, pickProviderVersionWithFallbackToLegacy, Networks, WalletEvents, PendingSwapNetworkStatus, EventSeverity, };
57
+ export { readAccountAddress, pickProviderVersion, Networks, WalletEvents, PendingSwapNetworkStatus, EventSeverity, };
54
58
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}