@stridge/kit 0.1.0-alpha.60 → 0.1.0-alpha.62

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 (295) hide show
  1. package/dist/KitProvider.d.ts +0 -21
  2. package/dist/KitProvider.js +1 -1
  3. package/dist/_internal/deposit/driver/index.d.ts +3 -3
  4. package/dist/_internal/drivers/stridge-mock/index.d.ts +3 -2
  5. package/dist/_internal/drivers/stridge-mock/index.js +1 -1
  6. package/dist/activity/compound/index.js +1 -1
  7. package/dist/deposit/compound/index.d.ts +21 -10
  8. package/dist/deposit/compound/index.js +1 -1
  9. package/dist/deposit/widgets/index.d.ts +6 -3
  10. package/dist/deposit/widgets/index.js +1 -1
  11. package/dist/drivers/stridge/createStridgeDepositDriver.js +1 -1
  12. package/dist/drivers/stridge-mock/checkoutChannel.d.ts +31 -0
  13. package/dist/drivers/stridge-mock/checkoutChannel.js +1 -0
  14. package/dist/drivers/stridge-mock/createStridgeMockDriver.d.ts +28 -0
  15. package/dist/drivers/stridge-mock/createStridgeMockDriver.js +1 -1
  16. package/dist/drivers/stridge-mock/fixtures.d.ts +6 -2
  17. package/dist/drivers/stridge-mock/fixtures.js +1 -1
  18. package/dist/drivers/stridge-mock/triggers.d.ts +12 -0
  19. package/dist/events/emit/useDepositEmissions.js +1 -1
  20. package/dist/flows/deposit/dialog/DepositDialog.js +1 -1
  21. package/dist/flows/deposit/driver/payloads.d.ts +206 -20
  22. package/dist/flows/deposit/driver/types.d.ts +106 -10
  23. package/dist/flows/deposit/orchestrator/controller.js +1 -1
  24. package/dist/flows/deposit/orchestrator/index.d.ts +1 -1
  25. package/dist/flows/deposit/orchestrator/reducer.js +1 -1
  26. package/dist/flows/deposit/orchestrator/types.d.ts +202 -66
  27. package/dist/flows/deposit/shared/checkoutPopup.js +1 -0
  28. package/dist/flows/deposit/shared/onramp.js +1 -0
  29. package/dist/flows/deposit/shared/onrampError.js +1 -0
  30. package/dist/flows/deposit/widgets/amount-entry/AmountEntry.js +1 -1
  31. package/dist/flows/deposit/widgets/deposit/Deposit.js +1 -1
  32. package/dist/flows/deposit/widgets/deposit/compound/Deposit.d.ts +5 -5
  33. package/dist/flows/deposit/widgets/deposit/compound/components/Guards.js +1 -1
  34. package/dist/flows/deposit/widgets/deposit/compound/components/Methods.d.ts +1 -2
  35. package/dist/flows/deposit/widgets/deposit/compound/components/RailPicker.js +1 -1
  36. package/dist/flows/deposit/widgets/deposit/compound/types.d.ts +9 -9
  37. package/dist/flows/deposit/widgets/error-state/ErrorState.js +1 -1
  38. package/dist/flows/deposit/widgets/onramp-amount-entry/OnrampAmountEntry.d.ts +68 -0
  39. package/dist/flows/deposit/widgets/onramp-amount-entry/OnrampAmountEntry.js +1 -0
  40. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.d.ts +66 -0
  41. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.js +1 -0
  42. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.slots.d.ts +21 -0
  43. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.slots.js +1 -0
  44. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/OnrampAmountEntry.styles.js +1 -0
  45. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/components/CurrencyChip.d.ts +12 -0
  46. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/components/CurrencyChip.js +1 -0
  47. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/components/HeroLabel.d.ts +13 -0
  48. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/components/HeroLabel.js +1 -0
  49. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/components/ProviderCard.d.ts +12 -0
  50. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/components/ProviderCard.js +1 -0
  51. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/components/ReceiveChip.d.ts +14 -0
  52. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/components/ReceiveChip.js +1 -0
  53. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/context.d.ts +14 -0
  54. package/dist/flows/deposit/widgets/{cash-amount-entry → onramp-amount-entry}/compound/context.js +1 -1
  55. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/index.d.ts +4 -0
  56. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/index.js +1 -0
  57. package/dist/flows/deposit/widgets/onramp-amount-entry/compound/types.d.ts +40 -0
  58. package/dist/flows/deposit/widgets/onramp-amount-entry/index.d.ts +1 -0
  59. package/dist/flows/deposit/widgets/onramp-amount-entry/index.js +1 -0
  60. package/dist/flows/deposit/widgets/onramp-confirm/OnrampConfirm.d.ts +52 -0
  61. package/dist/flows/deposit/widgets/onramp-confirm/OnrampConfirm.js +1 -0
  62. package/dist/flows/deposit/widgets/onramp-confirm/compound/OnrampConfirm.d.ts +44 -0
  63. package/dist/flows/deposit/widgets/onramp-confirm/compound/OnrampConfirm.js +1 -0
  64. package/dist/flows/deposit/widgets/onramp-confirm/compound/OnrampConfirm.slots.d.ts +31 -0
  65. package/dist/flows/deposit/widgets/onramp-confirm/compound/OnrampConfirm.slots.js +1 -0
  66. package/dist/flows/deposit/widgets/onramp-confirm/compound/OnrampConfirm.styles.js +1 -0
  67. package/dist/flows/deposit/widgets/onramp-confirm/compound/components/Body.d.ts +16 -0
  68. package/dist/flows/deposit/widgets/onramp-confirm/compound/components/Body.js +1 -0
  69. package/dist/flows/deposit/widgets/onramp-confirm/compound/components/Disclaimer.d.ts +21 -0
  70. package/dist/flows/deposit/widgets/onramp-confirm/compound/components/Disclaimer.js +1 -0
  71. package/dist/flows/deposit/widgets/onramp-confirm/compound/components/Header.d.ts +15 -0
  72. package/dist/flows/deposit/widgets/onramp-confirm/compound/components/Header.js +1 -0
  73. package/dist/flows/deposit/widgets/onramp-confirm/compound/components/Summary.d.ts +15 -0
  74. package/dist/flows/deposit/widgets/onramp-confirm/compound/components/Summary.js +1 -0
  75. package/dist/flows/deposit/widgets/onramp-confirm/compound/context.d.ts +46 -0
  76. package/dist/flows/deposit/widgets/{cash-confirm → onramp-confirm}/compound/context.js +1 -1
  77. package/dist/flows/deposit/widgets/onramp-confirm/compound/index.d.ts +4 -0
  78. package/dist/flows/deposit/widgets/onramp-confirm/compound/index.js +1 -0
  79. package/dist/flows/deposit/widgets/onramp-confirm/compound/types.d.ts +67 -0
  80. package/dist/flows/deposit/widgets/onramp-confirm/index.d.ts +1 -0
  81. package/dist/flows/deposit/widgets/onramp-confirm/index.js +1 -0
  82. package/dist/flows/deposit/widgets/onramp-currency-picker/OnrampCurrencyPicker.d.ts +39 -0
  83. package/dist/flows/deposit/widgets/onramp-currency-picker/OnrampCurrencyPicker.js +1 -0
  84. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/OnrampCurrencyPicker.d.ts +37 -0
  85. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/OnrampCurrencyPicker.js +1 -0
  86. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/OnrampCurrencyPicker.slots.d.ts +17 -0
  87. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/OnrampCurrencyPicker.slots.js +1 -0
  88. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/OnrampCurrencyPicker.styles.js +1 -0
  89. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/components/Body.d.ts +6 -0
  90. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/components/Body.js +1 -0
  91. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/components/CurrencyRow.d.ts +12 -0
  92. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/components/CurrencyRow.js +1 -0
  93. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/components/Empty.js +1 -0
  94. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/components/Header.d.ts +10 -0
  95. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/components/Header.js +1 -0
  96. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/components/Search.d.ts +6 -0
  97. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/components/Search.js +1 -0
  98. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/context.js +1 -0
  99. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/index.d.ts +3 -0
  100. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/index.js +1 -0
  101. package/dist/flows/deposit/widgets/onramp-currency-picker/compound/types.d.ts +48 -0
  102. package/dist/flows/deposit/widgets/onramp-currency-picker/index.d.ts +1 -0
  103. package/dist/flows/deposit/widgets/onramp-currency-picker/index.js +1 -0
  104. package/dist/flows/deposit/widgets/onramp-payment-pending/OnrampPaymentPending.d.ts +50 -0
  105. package/dist/flows/deposit/widgets/onramp-payment-pending/OnrampPaymentPending.js +1 -0
  106. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/OnrampPaymentPending.d.ts +68 -0
  107. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/OnrampPaymentPending.js +1 -0
  108. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/OnrampPaymentPending.slots.d.ts +17 -0
  109. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/OnrampPaymentPending.slots.js +1 -0
  110. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/components/Flow.d.ts +13 -0
  111. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/components/Flow.js +1 -0
  112. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/components/Flow.styles.js +1 -0
  113. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/components/ReopenButton.d.ts +11 -0
  114. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/components/ReopenButton.js +1 -0
  115. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/context.d.ts +32 -0
  116. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/context.js +1 -0
  117. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/index.d.ts +3 -0
  118. package/dist/flows/deposit/widgets/onramp-payment-pending/compound/index.js +1 -0
  119. package/dist/flows/deposit/widgets/onramp-payment-pending/index.d.ts +1 -0
  120. package/dist/flows/deposit/widgets/onramp-payment-pending/index.js +1 -0
  121. package/dist/flows/deposit/widgets/onramp-provider-picker/OnrampProviderPicker.d.ts +38 -0
  122. package/dist/flows/deposit/widgets/onramp-provider-picker/OnrampProviderPicker.js +1 -0
  123. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/OnrampProviderPicker.d.ts +35 -0
  124. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/OnrampProviderPicker.js +1 -0
  125. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/OnrampProviderPicker.slots.d.ts +19 -0
  126. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/OnrampProviderPicker.slots.js +1 -0
  127. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/OnrampProviderPicker.styles.js +1 -0
  128. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/components/Body.d.ts +6 -0
  129. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/components/Body.js +1 -0
  130. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/components/Header.d.ts +10 -0
  131. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/components/Header.js +1 -0
  132. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/components/ProviderRow.d.ts +15 -0
  133. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/components/ProviderRow.js +1 -0
  134. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/context.js +1 -0
  135. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/index.d.ts +3 -0
  136. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/index.js +1 -0
  137. package/dist/flows/deposit/widgets/onramp-provider-picker/compound/types.d.ts +50 -0
  138. package/dist/flows/deposit/widgets/onramp-provider-picker/index.d.ts +1 -0
  139. package/dist/flows/deposit/widgets/onramp-provider-picker/index.js +1 -0
  140. package/dist/flows/deposit/widgets/success-state/SuccessState.js +1 -1
  141. package/dist/flows/deposit/widgets/transfer-crypto/compound/components/QrCode.js +1 -1
  142. package/dist/flows/withdraw/widgets/withdraw-form/compound/components/RecipientField.js +1 -1
  143. package/dist/format/index.d.ts +2 -1
  144. package/dist/format/index.js +1 -1
  145. package/dist/i18n/locales/ar.js +1 -1
  146. package/dist/i18n/locales/es.js +1 -1
  147. package/dist/i18n/locales/source-keys.d.ts +1 -1
  148. package/dist/icons/index.d.ts +4 -8
  149. package/dist/icons/index.js +1 -1
  150. package/dist/index.d.ts +3 -4
  151. package/dist/index.js +1 -1
  152. package/dist/package.js +1 -1
  153. package/dist/shared/attribution/Attribution.js +1 -1
  154. package/dist/shared/attribution/Attribution.styles.js +1 -1
  155. package/dist/shared/dialog/Frame.js +1 -1
  156. package/dist/shared/format/formatFiat.d.ts +31 -0
  157. package/dist/shared/format/formatFiat.js +1 -0
  158. package/dist/shared/icons/BellIcon.d.ts +7 -0
  159. package/dist/shared/icons/BellIcon.js +1 -0
  160. package/dist/shared/icons/BitcoinIcon.d.ts +5 -8
  161. package/dist/shared/icons/BitcoinIcon.js +1 -1
  162. package/dist/shared/icons/CardIcon.d.ts +3 -3
  163. package/dist/shared/icons/DirhamSignIcon.d.ts +16 -0
  164. package/dist/shared/icons/DirhamSignIcon.js +1 -0
  165. package/dist/shared/icons/SearchIcon.d.ts +7 -0
  166. package/dist/shared/icons/SearchIcon.js +1 -0
  167. package/dist/shared/orchestrator/index.js +1 -1
  168. package/dist/shared/orchestrator/useOnrampSessionWatcher.js +1 -0
  169. package/dist/shared/ui/AmountInput/useAutoShrinkFontSize.js +1 -1
  170. package/dist/shared/ui/Checkbox/Checkbox.d.ts +47 -0
  171. package/dist/shared/ui/Checkbox/Checkbox.js +1 -0
  172. package/dist/shared/ui/Checkbox/Checkbox.slots.d.ts +12 -0
  173. package/dist/shared/ui/Checkbox/Checkbox.slots.js +1 -0
  174. package/dist/shared/ui/Checkbox/Checkbox.styles.js +1 -0
  175. package/dist/shared/ui/Checkbox/index.d.ts +2 -0
  176. package/dist/shared/ui/Checkbox/index.js +1 -0
  177. package/dist/shared/ui/CurrencyGlyph/CurrencyGlyph.d.ts +36 -0
  178. package/dist/shared/ui/CurrencyGlyph/CurrencyGlyph.js +1 -0
  179. package/dist/shared/ui/CurrencyGlyph/CurrencyGlyph.slots.d.ts +12 -0
  180. package/dist/shared/ui/CurrencyGlyph/CurrencyGlyph.slots.js +1 -0
  181. package/dist/shared/ui/CurrencyGlyph/CurrencyGlyph.styles.js +1 -0
  182. package/dist/shared/ui/CurrencyGlyph/flags.js +1 -0
  183. package/dist/shared/ui/CurrencyGlyph/index.d.ts +2 -0
  184. package/dist/shared/ui/CurrencyGlyph/index.js +1 -0
  185. package/dist/shared/ui/DisclosureRow/DisclosureRow.d.ts +56 -0
  186. package/dist/shared/ui/DisclosureRow/DisclosureRow.js +1 -0
  187. package/dist/shared/ui/DisclosureRow/DisclosureRow.slots.d.ts +8 -0
  188. package/dist/shared/ui/DisclosureRow/DisclosureRow.slots.js +1 -0
  189. package/dist/shared/ui/DisclosureRow/DisclosureRow.styles.js +1 -0
  190. package/dist/shared/ui/DisclosureRow/index.d.ts +2 -0
  191. package/dist/shared/ui/DisclosureRow/index.js +1 -0
  192. package/dist/shared/ui/FiatSymbol/FiatAmount.d.ts +32 -0
  193. package/dist/shared/ui/FiatSymbol/FiatAmount.js +1 -0
  194. package/dist/shared/ui/FiatSymbol/FiatSymbol.d.ts +30 -0
  195. package/dist/shared/ui/FiatSymbol/FiatSymbol.js +1 -0
  196. package/dist/shared/ui/FiatSymbol/index.d.ts +2 -0
  197. package/dist/shared/ui/FiatSymbol/index.js +1 -0
  198. package/dist/shared/ui/Tabs/Tabs.d.ts +2 -2
  199. package/dist/shared/utils/logos/resolveLogoSrc.js +1 -1
  200. package/dist/shared/widgets/activity/compound/ActivityDetail.js +1 -1
  201. package/dist/shared/widgets/amount-entry/compound/AmountEntry.js +1 -1
  202. package/dist/shared/widgets/amount-entry/compound/AmountEntry.styles.js +1 -1
  203. package/dist/shared/widgets/amount-entry/compound/components/Footer.js +1 -1
  204. package/dist/shared/widgets/amount-entry/compound/components/Hero/Hero.d.ts +2 -1
  205. package/dist/shared/widgets/amount-entry/compound/components/Hero/Hero.js +1 -1
  206. package/dist/shared/widgets/amount-entry/compound/components/Hero/StaticBand.js +1 -1
  207. package/dist/shared/widgets/amount-entry/compound/types.d.ts +16 -0
  208. package/dist/shared/widgets/confirm-transfer/compound/components/Breakdown.js +1 -1
  209. package/dist/shared/widgets/error-state/compound/ErrorState.styles.js +1 -1
  210. package/dist/shared/widgets/error-state/compound/components/MoreDetails.d.ts +3 -3
  211. package/dist/shared/widgets/error-state/compound/components/MoreDetails.js +1 -1
  212. package/dist/shared/widgets/success-state/compound/SuccessState.styles.js +1 -1
  213. package/dist/shared/widgets/success-state/compound/components/MoreDetails.d.ts +2 -3
  214. package/dist/shared/widgets/success-state/compound/components/MoreDetails.js +1 -1
  215. package/dist/stridge/StridgeProvider.d.ts +0 -10
  216. package/dist/stridge/StridgeProvider.js +1 -1
  217. package/dist/stridge/stubs.js +1 -1
  218. package/dist/styles/index.css +118 -40
  219. package/dist/types.d.ts +3 -3
  220. package/dist/ui/index.d.ts +9 -1
  221. package/dist/ui/index.js +1 -1
  222. package/dist/version.js +1 -1
  223. package/dist/withdraw/compound/index.js +1 -1
  224. package/package.json +1 -1
  225. package/dist/flows/deposit/bindings/DepositBindings.d.ts +0 -87
  226. package/dist/flows/deposit/bindings/DepositBindings.js +0 -1
  227. package/dist/flows/deposit/bindings/index.d.ts +0 -1
  228. package/dist/flows/deposit/bindings/index.js +0 -1
  229. package/dist/flows/deposit/shared/cash.d.ts +0 -20
  230. package/dist/flows/deposit/shared/cash.js +0 -1
  231. package/dist/flows/deposit/widgets/cash-amount-entry/CashAmountEntry.d.ts +0 -71
  232. package/dist/flows/deposit/widgets/cash-amount-entry/CashAmountEntry.js +0 -1
  233. package/dist/flows/deposit/widgets/cash-amount-entry/compound/CashAmountEntry.d.ts +0 -69
  234. package/dist/flows/deposit/widgets/cash-amount-entry/compound/CashAmountEntry.js +0 -1
  235. package/dist/flows/deposit/widgets/cash-amount-entry/compound/CashAmountEntry.slots.d.ts +0 -16
  236. package/dist/flows/deposit/widgets/cash-amount-entry/compound/CashAmountEntry.slots.js +0 -1
  237. package/dist/flows/deposit/widgets/cash-amount-entry/compound/CashAmountEntry.styles.js +0 -1
  238. package/dist/flows/deposit/widgets/cash-amount-entry/compound/components/HeroLabel.d.ts +0 -13
  239. package/dist/flows/deposit/widgets/cash-amount-entry/compound/components/HeroLabel.js +0 -1
  240. package/dist/flows/deposit/widgets/cash-amount-entry/compound/components/MethodChip.d.ts +0 -18
  241. package/dist/flows/deposit/widgets/cash-amount-entry/compound/components/MethodChip.js +0 -1
  242. package/dist/flows/deposit/widgets/cash-amount-entry/compound/components/ReceiveChip.d.ts +0 -14
  243. package/dist/flows/deposit/widgets/cash-amount-entry/compound/components/ReceiveChip.js +0 -1
  244. package/dist/flows/deposit/widgets/cash-amount-entry/compound/index.d.ts +0 -3
  245. package/dist/flows/deposit/widgets/cash-amount-entry/compound/index.js +0 -1
  246. package/dist/flows/deposit/widgets/cash-amount-entry/compound/types.d.ts +0 -42
  247. package/dist/flows/deposit/widgets/cash-amount-entry/index.d.ts +0 -1
  248. package/dist/flows/deposit/widgets/cash-amount-entry/index.js +0 -1
  249. package/dist/flows/deposit/widgets/cash-confirm/CashConfirm.d.ts +0 -63
  250. package/dist/flows/deposit/widgets/cash-confirm/CashConfirm.js +0 -1
  251. package/dist/flows/deposit/widgets/cash-confirm/compound/CashConfirm.d.ts +0 -54
  252. package/dist/flows/deposit/widgets/cash-confirm/compound/CashConfirm.js +0 -1
  253. package/dist/flows/deposit/widgets/cash-confirm/compound/CashConfirm.slots.d.ts +0 -33
  254. package/dist/flows/deposit/widgets/cash-confirm/compound/CashConfirm.slots.js +0 -1
  255. package/dist/flows/deposit/widgets/cash-confirm/compound/CashConfirm.styles.js +0 -1
  256. package/dist/flows/deposit/widgets/cash-confirm/compound/cashConfirmDimensions.js +0 -1
  257. package/dist/flows/deposit/widgets/cash-confirm/compound/components/ApplePayBody.d.ts +0 -15
  258. package/dist/flows/deposit/widgets/cash-confirm/compound/components/ApplePayBody.js +0 -1
  259. package/dist/flows/deposit/widgets/cash-confirm/compound/components/Body.d.ts +0 -22
  260. package/dist/flows/deposit/widgets/cash-confirm/compound/components/Body.js +0 -1
  261. package/dist/flows/deposit/widgets/cash-confirm/compound/components/BodyLabel.js +0 -1
  262. package/dist/flows/deposit/widgets/cash-confirm/compound/components/CardBody.d.ts +0 -16
  263. package/dist/flows/deposit/widgets/cash-confirm/compound/components/CardBody.js +0 -1
  264. package/dist/flows/deposit/widgets/cash-confirm/compound/components/CardInputRow.icons.js +0 -1
  265. package/dist/flows/deposit/widgets/cash-confirm/compound/components/CardInputRow.js +0 -1
  266. package/dist/flows/deposit/widgets/cash-confirm/compound/components/CardInputRow.keys.js +0 -1
  267. package/dist/flows/deposit/widgets/cash-confirm/compound/components/CardInputRow.state.js +0 -1
  268. package/dist/flows/deposit/widgets/cash-confirm/compound/components/CardInputRow.styles.js +0 -1
  269. package/dist/flows/deposit/widgets/cash-confirm/compound/components/GooglePayBody.d.ts +0 -16
  270. package/dist/flows/deposit/widgets/cash-confirm/compound/components/GooglePayBody.js +0 -1
  271. package/dist/flows/deposit/widgets/cash-confirm/compound/components/Header.d.ts +0 -21
  272. package/dist/flows/deposit/widgets/cash-confirm/compound/components/Header.js +0 -1
  273. package/dist/flows/deposit/widgets/cash-confirm/compound/components/Summary.d.ts +0 -17
  274. package/dist/flows/deposit/widgets/cash-confirm/compound/components/Summary.js +0 -1
  275. package/dist/flows/deposit/widgets/cash-confirm/compound/components/cardFormat.js +0 -1
  276. package/dist/flows/deposit/widgets/cash-confirm/compound/index.d.ts +0 -3
  277. package/dist/flows/deposit/widgets/cash-confirm/compound/index.js +0 -1
  278. package/dist/flows/deposit/widgets/cash-confirm/compound/types.d.ts +0 -66
  279. package/dist/flows/deposit/widgets/cash-confirm/index.d.ts +0 -1
  280. package/dist/flows/deposit/widgets/cash-confirm/index.js +0 -1
  281. package/dist/flows/deposit/widgets/cash-confirm/mocks.js +0 -1
  282. package/dist/shared/icons/AmexIcon.d.ts +0 -14
  283. package/dist/shared/icons/AmexIcon.js +0 -1
  284. package/dist/shared/icons/ApplePayIcon.d.ts +0 -15
  285. package/dist/shared/icons/ApplePayIcon.js +0 -1
  286. package/dist/shared/icons/CashIcon.d.ts +0 -16
  287. package/dist/shared/icons/CashIcon.js +0 -1
  288. package/dist/shared/icons/DiscoverIcon.d.ts +0 -14
  289. package/dist/shared/icons/DiscoverIcon.js +0 -1
  290. package/dist/shared/icons/GooglePayIcon.d.ts +0 -15
  291. package/dist/shared/icons/GooglePayIcon.js +0 -1
  292. package/dist/shared/icons/MastercardIcon.d.ts +0 -16
  293. package/dist/shared/icons/MastercardIcon.js +0 -1
  294. package/dist/shared/icons/VisaIcon.d.ts +0 -15
  295. package/dist/shared/icons/VisaIcon.js +0 -1
@@ -1 +1 @@
1
- import{formatDurationCoarse as e}from"../shared/format/formatDurationCoarse.js";import{formatDurationCompact as t}from"../shared/format/formatDurationCompact.js";import{formatNetworkName as n}from"../shared/format/formatNetworkName.js";import{formatPercent as r}from"../shared/format/formatPercent.js";import{formatTimestamp as i}from"../shared/format/formatTimestamp.js";import{formatSmartRelative as a}from"../shared/format/formatSmartRelative.js";import{formatTokenAmount as o}from"../shared/format/formatTokenAmount.js";import{formatUsd as s}from"../shared/format/formatUsd.js";import{shortenAddress as c}from"../shared/format/shortenAddress.js";export{e as formatDurationCoarse,t as formatDurationCompact,n as formatNetworkName,r as formatPercent,a as formatSmartRelative,i as formatTimestamp,o as formatTokenAmount,s as formatUsd,c as shortenAddress};
1
+ import{formatDurationCoarse as e}from"../shared/format/formatDurationCoarse.js";import{formatDurationCompact as t}from"../shared/format/formatDurationCompact.js";import{formatFiat as n}from"../shared/format/formatFiat.js";import{formatNetworkName as r}from"../shared/format/formatNetworkName.js";import{formatPercent as i}from"../shared/format/formatPercent.js";import{formatTimestamp as a}from"../shared/format/formatTimestamp.js";import{formatSmartRelative as o}from"../shared/format/formatSmartRelative.js";import{formatTokenAmount as s}from"../shared/format/formatTokenAmount.js";import{formatUsd as c}from"../shared/format/formatUsd.js";import{shortenAddress as l}from"../shared/format/shortenAddress.js";export{e as formatDurationCoarse,t as formatDurationCompact,n as formatFiat,r as formatNetworkName,i as formatPercent,o as formatSmartRelative,a as formatTimestamp,s as formatTokenAmount,c as formatUsd,l as shortenAddress};
@@ -1 +1 @@
1
- const e=JSON.parse(`{"--OGth":["نجح الإيداع"],"-I_tc5":["الحد الأقصى ",["formattedCap"]],"-nuEh_":["الوقت المُقدَّر"],"-tu7Q8":["المزيد عن ",["0"]],"02NghK":["أغلق هذا الحوار وحاول مرة أخرى بعد قليل. إذا استمرت المشكلة، فتحقق من مفتاح البوابة في تكاملك."],"0eg2g7":["جاري تقدير الغاز…"],"0lHlRj":["قيد النقل"],"1zDzn9":["الدفع عبر Google Pay"],"2Eoi_a":["عرض التفاصيل"],"3dqPLT":["تحويل العملة الرقمية"],"3eKjkO":["الحد الأدنى للإيداع ",["formattedMin"]],"3kg1gB":["اكتمل الإيداع"],"3qkDVZ":["عرض التفاصيل"],"3yd3IL":["فشل برنامج تشغيل الإيداع في تحميل إعدادات البوابة."],"5AApJw":["اتصل بمحفظة للمتابعة"],"5joj8M":["تفاصيل المعاملة"],"60ahSE":["معاملة السحب"],"64M0UA":["رمز الأمان غير مكتمل"],"69Gavs":["التفاصيل التقنية"],"6D8qH6":["أرسل العملة المختارة على الشبكة المختارة إلى هذا العنوان. تظهر الأموال في حسابك بمجرد تأكيد الشبكة للتحويل."],"6RDwJM":["العملات"],"6ja7nr":["اضغط للدفع"],"6ws9A3":["Apple Pay"],"6yS5kL":["السحب قيد التنفيذ"],"72c5Qo":["الإجمالي"],"7Bj3x9":["فشل"],"7evBec":["وقت المعالجة: ",["resolvedProcessingTime"]],"88cUW-":["تستلم"],"9JHY2T":["تمت إضافة أموال إيداعك إلى حسابك."],"9XIJb8":["T…"],"9cCjMJ":["إيداع الحد الأقصى من الرصيد"],"< 1 min":["< دقيقة"],"AHyker":["الحد الأقصى ",["0"]],"AO44G_":["عرض الإيصال"],"AOPSKq":["إيداع ",["0"]],"AWtGgd":["احصل على المساعدة"],"AeXO77":["حساب"],"AeZIvT":["ستستلم"],"AikETk":["الحد الأدنى ",["minDeposit"]],"B-4zEC":["تعذر تحميل النشاط. حاول مرة أخرى."],"BhQhbU":["استخدم عنوان المستلم المقترح"],"BoQOH3":["يلزم وجود محفظة لإجراء الإيداع"],"C7cyXd":["تغطي رسوم المعالجة تكلفة معالجة دفعتك عبر طريقة الدفع المختارة."],"CK1KXz":["الأقصى"],"CS69m9":["الدفع بالعملة الرقمية"],"Ck1xL4":["ترسل"],"Cs44l6":["الإيداع قيد التنفيذ"],"D79cZK":["فوري"],"DO0IYK":["تاريخ الانتهاء غير صالح"],"DPfwMq":["تم"],"Dd7jP5":["تواجه مشكلات؟"],"DoS2vD":["إخفاء التفاصيل التقنية"],"ELhVSL":["فشل إرسال الإيداع."],"Ej5HL9":["رُفض التوقيع. حاول مرة أخرى."],"Enslfm":["الوجهة"],"FWbwx6":["Cash deposit unavailable for your account"],"FkAVbF":["جاري الدفع عبر Google Pay"],"G-SK3q":["واجهت الواجهة خطأً غير متوقع وتعذَّر إكمال العرض. حاول مرة أخرى، أو أغلق هذا الحوار وأعد المحاولة من التطبيق."],"GX8GKD":["الأصول"],"GXkBas":["الحد الأقصى ",["formattedLimit"]],"GZPxmc":["أدخل عنوان مستلم صالحاً"],"GcuGHR":["تمت الإضافة إلى ",["captionSuffix"]],"GwkmPx":["تبديل المبلغ المعروض"],"HalPBQ":["الشحن إلى"],"I2Iug_":["ادفع ",["amountFormatted"]," بأمان"],"IDt4jm":[["0","plural",{"zero":["#"," ثانية"],"one":["#"," ثانية"],"two":["#"," ثانية"],"few":["#"," ثوانٍ"],"many":["#"," ثانية"],"other":["#"," ثانية"]}]," متبقية على عرض السعر"],"IRogzB":["تمت إضافة أموال إيداعك إلى ",["brand"],"."],"JYp-ic":["Deposit processing"],"KDw4GX":["حاول مرة أخرى"],"KGoAE6":["تلقائي · ",["value"]],"KTNWsg":["فشل السحب"],"KuqCAK":["~ 2 دقيقة"],"LEbOpR":["مزيد من التفاصيل"],"LSs4cd":["الدفع نقداً"],"Ly6geA":["جاري إعادة احتساب عرض السعر…"],"MZ_nQf":["عنوان المستلم"],"N2DUxS":["رصيد غير كافٍ"],"OLF0i7":["تعذَّر تحميل خيارات الإيداع"],"OSBXx5":["الآن"],"Offl0a":["ستُضاف أموال إيداعك إلى حسابك."],"Oi8TiZ":["عرض التقدم"],"OsyKSt":["سحب"],"P9fBwv":["Stack"],"PiH3UR":["تم النسخ!"],"PknXwq":["ادفع الآن"],"Q12Rrs":["معاملة الإيداع"],"QFwptY":["رسوم المعالجة"],"QU2cIs":["لديك أسئلة؟"],"Qdn2XH":["الشراء عبر Google Pay"],"Rm325-":["سحب ",["amount"],"، ",["date"]],"Rxjdjn":["لم يكتمل الإيداع"],"SMl3YV":["رقم البطاقة غير مكتمل"],"SOVBoe":["نسخ عنوان الإيداع"],"SZRUQ4":["أقصى انزلاق سعري"],"Sjplg3":["عرض في المستكشف"],"SlfejT":["خطأ"],"TG4WOd":["ستُضاف أموال إيداعك إلى ",["brand"],"."],"TMA5Ot":["جاري الدفع عبر Apple Pay"],"TT0aVH":["تم إرسال الطلب"],"Uevt3L":["جاري تقدير العرض"],"UqHbdz":["إغلاق إشعار الإيداع قيد التنفيذ"],"V1fa9u":["عرض المزيد"],"VAZUpd":["فشل الطلب"],"VAxOSg":["تدفع"],"VHOVEJ":["اتصل بالمحفظة"],"WkRH60":["الحد الأدنى ",["0"]],"Wqz0SO":["رصيد منخفض"],"WsByvK":["الدفع عبر Apple Pay"],"XFvFyp":["تم إرسال تفاصيل البطاقة"],"XJOV1Y":["Activity"],"Xzw7uC":["ستظهر إيداعاتك وعمليات السحب هنا."],"YKfMl6":["جاري تحميل إدخال البطاقة الآمن..."],"YruUmm":["تاريخ الانتهاء غير مكتمل"],"Z1WbO6":["الأموال آمنة على شبكة المصدر — تواصل مع الدعم للاسترجاع."],"ZqugiS":["الرصيد: ",["0"]," ",["1"]],"_QZdX-":["تم سحب أموالك بنجاح."],"_girqu":["نجح السحب"],"_kXBrK":["إجمالي الوقت"],"a2WllD":["العملة المستلمة"],"aXFOuf":["لا يوجد نشاط بعد"],"aiEUrg":["إظهار التفاصيل التقنية"],"bAy57M":["الدفع بالبطاقة"],"bGtkfz":["تاريخ الانتهاء"],"bOZXx5":["تحديث الطلب"],"bZnukT":["تكلفة الشبكة"],"c3aao_":["View activity"],"c6Bl9M":["تبديل التفاصيل التقنية"],"cGYrpE":["تطبَّق الشروط"],"cHPbBJ":["تعذَّر على الجسر تمويل معاملة الوجهة (نفد رصيد الغاز)."],"cxR5Qy":["معاملة التسوية"],"e3xU5E":["تم استلام الإيداع"],"eUbBqz":["1 ",["0"]," = ",["1"]],"f-nEg4":["تُدفع رسوم الشبكة لعمَّال التعدين ومدققي البلوكشين لضمان معالجة المعاملة وتأكيدها."],"fKSGnu":["الحد الأدنى للمبلغ المطلوب على هذه الشبكة لتغطية رسوم الشبكة والتوجيه."],"fWsBTs":["حدث خطأ. حاول مرة أخرى."],"flMR3h":["تم سحب أموالك بنجاح."],"g2UNkE":["مشغل بواسطة"],"gfh8CC":["الشبكات"],"hBIHD-":["إيداع ",["amount"],"، ",["date"]],"hKMHs1":["الفرق بين الناتج المتوقع للمسار وسعر السوق الأوسط الأساسي."],"he3ygx":["نسخ"],"hehnjM":["المبلغ"],"i-4Fbp":["فشل الإيداع"],"i-EgW-":["التكلفة التقديرية لبث هذه المعاملة على سلسلة الوجهة."],"i1MfcA":["ستظهر هنا العملات المتاحة للإيداع من محفظتك."],"iH8pgl":["رجوع"],"iROlQr":["تفاصيل البطاقة"],"jKZO-R":["اكتمل السحب"],"jtKSW-":["حد ",["0"]],"junZX6":["تم استلام الإيداع وجاري المعالجة…"],"kH6wUX":["تأثير السعر"],"kR8ayx":["بالنقر على تأكيد الإيداع، فإنك توافق على <0>الشروط</0>."],"kUFhUv":["فشل السحب."],"kj3M8S":["إيداع"],"kjrq_8":["مزيد من المعلومات"],"kryGs-":["بطاقة"],"lDgVWA":["استلام"],"lOEm_1":["تم تنفيذ الطلب"],"ldK3jJ":["فشل إرسال السحب."],"lxjao1":["مسار السيولة المختار المستخدم لتسوية هذا السحب."],"mF_ucv":["اتصل بمحفظة حتى تتمكن البوابة من توفير عنوان إيداع وتوجيه تحويلك."],"meq3YR":["رقم البطاقة غير صالح"],"mgLWEL":["تراجعت معاملة الوجهة على السلسلة."],"mvYQx_":["تم الاكتشاف"],"njn4bC":["أكِّد المعاملة في محفظتك"],"nr03QI":["أدخل عنوان المستلم"],"nwtY4N":["حدث خطأ"],"o-XJ9D":["تغيير"],"oBNGNc":["تغيَّر الناتج المتوقَّع للمسار أثناء انتظار معاملتك."],"oFmN8a":["إيداع ",["symbol"]],"oW1G8i":["تم إيداع أموالك بنجاح."],"ob8R_m":["حاول مرة أخرى أو تواصل معنا إذا استمرت المشكلة."],"ogD_nm":["إيداع إلى ",["0"]],"olEUh2":["ناجح"],"pCzTTC":["عنوان الإيداع الخاص بك"],"pfAinS":["امسح للدفع"],"q32Nt8":["اكتمل السحب"],"qQ5VJt":["يتعذَّر الوصول إلى البوابة الآن"],"qj0vvX":["تأكيد الإيداع"],"qtoOYG":["بدون حد"],"rT8e1f":["المسار"],"rZdp61":["معاملة الإكمال"],"sSiLKx":["شبكة الاستلام"],"sb9Y58":["محفظة"],"sbwbC0":["طريقة الدفع"],"srsA0x":["رُفض السحب."],"t-aixw":["أكّد في محفظة Google"],"t1k2Bt":["إخفاء التفاصيل"],"tInLgk":["جاري الدفع بالبطاقة"],"tTnE4T":["لا توجد أصول للإيداع"],"uPo3PQ":["عرض أقل"],"vepIdX":["سعر العملة الرقمية"],"vrnnn9":["جاري المعالجة"],"w-2VR9":["جاري السحب…"],"wB8KqP":["امسح بكاميرا iPhone"],"wLmRnI":["رمز الأمان"],"wdxz7K":["المصدر"],"wkskq5":["استخدام الحد الأقصى"],"xDAtGP":["الرسالة"],"xGVfLh":["متابعة"],"xHIEQ5":["رقم البطاقة"],"xOUCt3":["خيارات أخرى"],"y1ypMV":["الأكثر شيوعاً"],"y62Dys":["رسوم الشبكة"],"yH9V_J":["أدخل المبلغ"],"yLEjmm":[["resolvedPriceImpact"],"% price impact"],"yMg5R0":["انتهت صلاحية البطاقة"],"yQE2r9":["جارٍ التحميل"],"y_0uwd":["أمس"],"ybKOj4":["Google Pay"],"yrvWai":["معاملة المصدر"],"yxnt3y":["حالة التنفيذ"],"yy2rkt":["0x…"],"yz7wBu":["إغلاق"],"zYD5xm":["جاري الإضافة"],"zbtijb":["إيداع ",["0"]," إلى ",["1"]],"znqB4T":["رصيد غير كافٍ"],"{hours} hr":[["hours"]," ساعة"],"{minutes} min":[["minutes"]," دقيقة"],"{n}h":[["n"],"س"],"{n}m":[["n"],"د"],"{n}s":[["n"],"ث"]}`);export{e as messages};
1
+ const e=JSON.parse(`{"--OGth":["نجح الإيداع"],"-I_tc5":["الحد الأقصى ",["formattedCap"]],"-nuEh_":["الوقت المُقدَّر"],"-tu7Q8":["المزيد عن ",["0"]],"02NghK":["أغلق هذا الحوار وحاول مرة أخرى بعد قليل. إذا استمرت المشكلة، فتحقق من مفتاح البوابة في تكاملك."],"0TEl46":["العملات المشفّرة"],"0VFO13":["تم إلغاء الدفع"],"0eg2g7":["جاري تقدير الغاز…"],"0lHlRj":["قيد النقل"],"2Eoi_a":["عرض التفاصيل"],"3dqPLT":["تحويل العملة الرقمية"],"3eKjkO":["الحد الأدنى للإيداع ",["formattedMin"]],"3kg1gB":["اكتمل الإيداع"],"3rWvwk":["العنوان الظاهر في نافذة الدفع هو عنوان إيداع مؤقت — تُحوَّل أموالك وتُودَع في حسابك تلقائيًا."],"3yd3IL":["فشل برنامج تشغيل الإيداع في تحميل إعدادات البوابة."],"3ytoeI":["تم استرداد هذه الدفعة. لم يتم تسليم أي عملة رقمية."],"5AApJw":["اتصل بمحفظة للمتابعة"],"5R2524":["لقد ألغيت الدفع قبل اكتماله."],"5joj8M":["تفاصيل المعاملة"],"60ahSE":["معاملة السحب"],"69Gavs":["التفاصيل التقنية"],"6A8Mts":["حتى ",["0"]],"6D8qH6":["أرسل العملة المختارة على الشبكة المختارة إلى هذا العنوان. تظهر الأموال في حسابك بمجرد تأكيد الشبكة للتحويل."],"6RDwJM":["العملات"],"6yS5kL":["السحب قيد التنفيذ"],"72c5Qo":["الإجمالي"],"7Bj3x9":["فشل"],"7evBec":["وقت المعالجة: ",["resolvedProcessingTime"]],"7zrAuh":["تعذّر علينا بدء الدفع. يرجى المحاولة مرة أخرى."],"88cUW-":["تستلم"],"8T4Ha9":["أنت تشتري"],"9JHY2T":["تمت إضافة أموال إيداعك إلى حسابك."],"9XIJb8":["T…"],"9cCjMJ":["إيداع الحد الأقصى من الرصيد"],"9d3cBd":["تعذّر فتح نافذة الدفع. حاول مرة أخرى."],"9k9fRZ":["جارٍ فتح صفحة الدفع…"],"< 1 min":["< دقيقة"],"AGFPtu":["اكتمل الشراء"],"AHyker":["الحد الأقصى ",["0"]],"AO44G_":["عرض الإيصال"],"AOPSKq":["إيداع ",["0"]],"AUYALh":["قريبًا"],"AWtGgd":["احصل على المساعدة"],"AeXO77":["حساب"],"AeZIvT":["ستستلم"],"AikETk":["الحد الأدنى ",["minDeposit"]],"AmaCQf":["مدفوعات البطاقة غير متاحة مؤقتًا. يرجى المحاولة مرة أخرى لاحقًا."],"B-4zEC":["تعذر تحميل النشاط. حاول مرة أخرى."],"BhQhbU":["استخدم عنوان المستلم المقترح"],"BoQOH3":["يلزم وجود محفظة لإجراء الإيداع"],"CK1KXz":["الأقصى"],"Ck1xL4":["ترسل"],"Cs44l6":["الإيداع قيد التنفيذ"],"D79cZK":["فوري"],"DPfwMq":["تم"],"Dd7jP5":["تواجه مشكلات؟"],"DoS2vD":["إخفاء التفاصيل التقنية"],"ELhVSL":["فشل إرسال الإيداع."],"Ej5HL9":["رُفض التوقيع. حاول مرة أخرى."],"Enslfm":["الوجهة"],"EqcUuN":["ستستلم ",["receive"]],"EzZNDI":["الدفع بالبطاقة غير متاح في منطقتك"],"G-SK3q":["واجهت الواجهة خطأً غير متوقع وتعذَّر إكمال العرض. حاول مرة أخرى، أو أغلق هذا الحوار وأعد المحاولة من التطبيق."],"GX8GKD":["الأصول"],"GXkBas":["الحد الأقصى ",["formattedLimit"]],"GZPxmc":["أدخل عنوان مستلم صالحاً"],"GcuGHR":["تمت الإضافة إلى ",["captionSuffix"]],"GwkmPx":["تبديل المبلغ المعروض"],"HalPBQ":["الشحن إلى"],"HtxAvT":["لم تعد عملية الدفع هذه متاحة. يرجى البدء من جديد."],"IDt4jm":[["0","plural",{"zero":["#"," ثانية"],"one":["#"," ثانية"],"two":["#"," ثانية"],"few":["#"," ثوانٍ"],"many":["#"," ثانية"],"other":["#"," ثانية"]}]," متبقية على عرض السعر"],"IRogzB":["تمت إضافة أموال إيداعك إلى ",["brand"],"."],"JYp-ic":["جارٍ معالجة الإيداع"],"KDw4GX":["حاول مرة أخرى"],"KGoAE6":["تلقائي · ",["value"]],"KTNWsg":["فشل السحب"],"KuqCAK":["~ 2 دقيقة"],"L3PYgw":["البحث عن العملات"],"LEbOpR":["مزيد من التفاصيل"],"LS3na9":["تغيير العملة، حاليًا ",["code"]],"LZueaM":["هذا الشراء غير متاح في الوقت الحالي. جرّب مبلغًا أو أصلًا مختلفًا."],"LcET2C":["سياسة الخصوصية"],"Ly6geA":["جاري إعادة احتساب عرض السعر…"],"MZ_nQf":["عنوان المستلم"],"Mgz4Bq":["المزيد من المزوّدين قريبًا"],"N2DUxS":["رصيد غير كافٍ"],"NzshpK":["فشل الشراء"],"OLF0i7":["تعذَّر تحميل خيارات الإيداع"],"OSBXx5":["الآن"],"Offl0a":["ستُضاف أموال إيداعك إلى حسابك."],"Oi8TiZ":["عرض التقدم"],"OsyKSt":["سحب"],"P9fBwv":["Stack"],"PSGjEt":["شروط الاستخدام"],"PiH3UR":["تم النسخ!"],"Q12Rrs":["معاملة الإيداع"],"Q2lUR2":["العملة"],"QFwptY":["رسوم المعالجة"],"QU2cIs":["لديك أسئلة؟"],"RO6we5":["لا توجد عملات تطابق ”",["0"],"“"],"ReCJDz":["أنت الآن تنتقل إلى ",["provider"],"، وهي منصّة طرف ثالث منفصلة. بالمتابعة، فإنك تقرّ بأنك قرأت ووافقت على <0>شروط الاستخدام</0> و<1>سياسة الخصوصية</1> الخاصة بـ ",["provider"],"."],"Rm325-":["سحب ",["amount"],"، ",["date"]],"Rxjdjn":["لم يكتمل الإيداع"],"S7anoa":["انتهت مهلة الدفع"],"SOVBoe":["نسخ عنوان الإيداع"],"SZRUQ4":["أقصى انزلاق سعري"],"Sjplg3":["عرض في المستكشف"],"SlfejT":["خطأ"],"TG4WOd":["ستُضاف أموال إيداعك إلى ",["brand"],"."],"TT0aVH":["تم إرسال الطلب"],"UDBU3S":["تم رفض دفعتك. جرّب بطاقة أو مبلغًا مختلفًا."],"Uevt3L":["جاري تقدير العرض"],"UqHbdz":["إغلاق إشعار الإيداع قيد التنفيذ"],"V1fa9u":["عرض المزيد"],"V8yTm6":["مسح البحث"],"VAZUpd":["فشل الطلب"],"VAxOSg":["تدفع"],"VHOVEJ":["اتصل بالمحفظة"],"V_WXOs":["إعادة فتح نافذة الدفع"],"W9narx":["العملات"],"WE9GC7":["إيداع نقدي"],"WkRH60":["الحد الأدنى ",["0"]],"Wqz0SO":["رصيد منخفض"],"XJOV1Y":["النشاط"],"X_Y-Ev":["حدث خطأ ما في عملية الشراء. يُرجى المحاولة مرة أخرى."],"Xzw7uC":["ستظهر إيداعاتك وعمليات السحب هنا."],"Z0UMar":["تعذّر الحصول على عرض السعر."],"Z1WbO6":["الأموال آمنة على شبكة المصدر — تواصل مع الدعم للاسترجاع."],"Z1fsV0":["انتهت صلاحية نافذة الدفع قبل اكتمال العملية."],"ZqugiS":["الرصيد: ",["0"]," ",["1"]],"_QZdX-":["تم سحب أموالك بنجاح."],"_girqu":["نجح السحب"],"_kXBrK":["إجمالي الوقت"],"_rHUhS":["نقدًا"],"a2WllD":["العملة المستلمة"],"a3WpTF":["لديك بالفعل عملية دفع قيد التنفيذ. أكملها أو ألغِها قبل بدء أخرى."],"aXFOuf":["لا يوجد نشاط بعد"],"a_Zu3Q":["تغيير المزوّد، حاليًا ",["0"]],"aemBRq":["المزوّد"],"aiEUrg":["إظهار التفاصيل التقنية"],"bOZXx5":["تحديث الطلب"],"bZnukT":["تكلفة الشبكة"],"c3aao_":["عرض النشاط"],"c6Bl9M":["تبديل التفاصيل التقنية"],"cGYrpE":["تطبَّق الشروط"],"cHPbBJ":["تعذَّر على الجسر تمويل معاملة الوجهة (نفد رصيد الغاز)."],"cxR5Qy":["معاملة التسوية"],"e3xU5E":["تم استلام الإيداع"],"eUbBqz":["1 ",["0"]," = ",["1"]],"fKSGnu":["الحد الأدنى للمبلغ المطلوب على هذه الشبكة لتغطية رسوم الشبكة والتوجيه."],"fWsBTs":["حدث خطأ. حاول مرة أخرى."],"flMR3h":["تم سحب أموالك بنجاح."],"g2UNkE":["مشغل بواسطة"],"gfh8CC":["الشبكات"],"hBIHD-":["إيداع ",["amount"],"، ",["date"]],"hFe8Jo":["تعذّر علينا تسعير هذا المبلغ. جرّب مبلغًا مختلفًا."],"hKMHs1":["الفرق بين الناتج المتوقع للمسار وسعر السوق الأوسط الأساسي."],"hMqszB":["المتابعة إلى الدفع"],"hPpyl6":["تم استرداد المبلغ"],"he3ygx":["نسخ"],"hehnjM":["المبلغ"],"i-4Fbp":["فشل الإيداع"],"i-EgW-":["التكلفة التقديرية لبث هذه المعاملة على سلسلة الوجهة."],"i1MfcA":["ستظهر هنا العملات المتاحة للإيداع من محفظتك."],"iH8pgl":["رجوع"],"iKuXva":["تم اختياره تلقائيًا"],"ib77lj":["بطاقة الخصم"],"jKZO-R":["اكتمل السحب"],"jerYcl":["المزوّدون"],"jtKSW-":["حد ",["0"]],"junZX6":["تم استلام الإيداع وجاري المعالجة…"],"kH6wUX":["تأثير السعر"],"kR8ayx":["بالنقر على تأكيد الإيداع، فإنك توافق على <0>الشروط</0>."],"kUFhUv":["فشل السحب."],"kj3M8S":["إيداع"],"kjrq_8":["مزيد من المعلومات"],"lDgVWA":["استلام"],"lOEm_1":["تم تنفيذ الطلب"],"ldK3jJ":["فشل إرسال السحب."],"lxjao1":["مسار السيولة المختار المستخدم لتسوية هذا السحب."],"mF_ucv":["اتصل بمحفظة حتى تتمكن البوابة من توفير عنوان إيداع وتوجيه تحويلك."],"mgLWEL":["تراجعت معاملة الوجهة على السلسلة."],"mn0HrT":["تم رفض الدفع"],"mvYQx_":["تم الاكتشاف"],"mwUBEu":["لا يوجد مزوّدون متاحون"],"njn4bC":["أكِّد المعاملة في محفظتك"],"nr03QI":["أدخل عنوان المستلم"],"nwtY4N":["حدث خطأ"],"oBNGNc":["تغيَّر الناتج المتوقَّع للمسار أثناء انتظار معاملتك."],"oFmN8a":["إيداع ",["symbol"]],"oI_hGR":["رقم الطلب"],"oW1G8i":["تم إيداع أموالك بنجاح."],"ob8R_m":["حاول مرة أخرى أو تواصل معنا إذا استمرت المشكلة."],"ogD_nm":["إيداع إلى ",["0"]],"olEUh2":["ناجح"],"pCzTTC":["عنوان الإيداع الخاص بك"],"pJ3YlV":["أفهم أنني أشتري العملات المشفّرة مباشرةً عبر مزوّد خارجي وأوافق على إخلاء المسؤولية."],"q32Nt8":["اكتمل السحب"],"q9raxs":["انتهت صلاحية عملية الدفع هذه. يرجى البدء من جديد."],"qQ5VJt":["يتعذَّر الوصول إلى البوابة الآن"],"qj0vvX":["تأكيد الإيداع"],"qtoOYG":["بدون حد"],"quR8Qp":["في انتظار الدفع"],"rT8e1f":["المسار"],"rZdp61":["معاملة الإكمال"],"sMaRBz":["أكمل عملية الشراء في النافذة التي فتحناها للتو. تتحدّث هذه الشاشة تلقائيًا."],"sSiLKx":["شبكة الاستلام"],"sb9Y58":["محفظة"],"sbwbC0":["طريقة الدفع"],"srsA0x":["رُفض السحب."],"tTnE4T":["لا توجد أصول للإيداع"],"uPo3PQ":["عرض أقل"],"vepIdX":["سعر العملة الرقمية"],"vrnnn9":["جاري المعالجة"],"w-2VR9":["جاري السحب…"],"wdxz7K":["المصدر"],"wkskq5":["استخدام الحد الأقصى"],"xDAtGP":["الرسالة"],"xGVfLh":["متابعة"],"xu_4Dj":["وقت التسليم المقدّر: ",["0"]],"y1R6QS":["لا يمكن لهذه المحفظة استلام هذا الإيداع. جرّب عنوانًا مختلفًا."],"y3dWqX":["أكمل الدفع"],"y62Dys":["رسوم الشبكة"],"yH9V_J":["أدخل المبلغ"],"yLEjmm":[["resolvedPriceImpact"],"٪ تأثير على السعر"],"yQE2r9":["جارٍ التحميل"],"y_0uwd":["أمس"],"yrvWai":["معاملة المصدر"],"yxnt3y":["حالة التنفيذ"],"yy2rkt":["0x…"],"yz7wBu":["إغلاق"],"zYD5xm":["جاري الإضافة"],"zbtijb":["إيداع ",["0"]," إلى ",["1"]],"znqB4T":["رصيد غير كافٍ"],"{hours} hr":[["hours"]," ساعة"],"{minutes} min":[["minutes"]," دقيقة"],"{n}h":[["n"],"س"],"{n}m":[["n"],"د"],"{n}s":[["n"],"ث"]}`);export{e as messages};
@@ -1 +1 @@
1
- const e=JSON.parse(`{"--OGth":["Depósito exitoso"],"-I_tc5":["Máx ",["formattedCap"]],"-nuEh_":["Tiempo estimado"],"-tu7Q8":["Más sobre ",["0"]],"02NghK":["Cierra este diálogo y vuelve a intentarlo en un momento. Si el problema persiste, verifica la clave del gateway en tu integración."],"0eg2g7":["Estimando gas…"],"0lHlRj":["En tránsito"],"1zDzn9":["Pagar con Google Pay"],"2Eoi_a":["Ver detalles"],"3dqPLT":["Transferir cripto"],"3eKjkO":["Depósito mínimo de ",["formattedMin"]],"3kg1gB":["Depósito completado"],"3qkDVZ":["Ver desglose"],"3yd3IL":["El controlador de depósito no pudo cargar la configuración del gateway."],"5AApJw":["Conecta una billetera para continuar"],"5joj8M":["Desglose de la transacción"],"60ahSE":["Tx del retiro"],"64M0UA":["El código de seguridad está incompleto"],"69Gavs":["Detalles técnicos"],"6D8qH6":["Envía el token seleccionado en la red elegida a esta dirección. Los fondos aparecerán en tu cuenta cuando la red confirme la transferencia."],"6RDwJM":["Tokens"],"6ja7nr":["Toca para pagar"],"6ws9A3":["Apple Pay"],"6yS5kL":["Retiro en curso"],"72c5Qo":["Total"],"7Bj3x9":["Fallido"],"7evBec":["Tiempo de procesamiento: ",["resolvedProcessingTime"]],"88cUW-":["Recibes"],"9JHY2T":["Tu depósito se acreditó en tu cuenta."],"9XIJb8":["T…"],"9cCjMJ":["Depositar saldo máximo"],"< 1 min":["< 1 min"],"AHyker":["Máx ",["0"]],"AO44G_":["Ver recibo"],"AOPSKq":["Depositar ",["0"]],"AWtGgd":["Obtener ayuda"],"AeXO77":["Cuenta"],"AeZIvT":["Recibirás"],"AikETk":["Mín ",["minDeposit"]],"B-4zEC":["No se pudo cargar la actividad. Inténtalo de nuevo."],"BhQhbU":["Usar la dirección sugerida del destinatario"],"BoQOH3":["Se requiere una billetera para depositar"],"C7cyXd":["La comisión de procesamiento cubre el costo de procesar tu pago a través del método de pago seleccionado."],"CK1KXz":["Máx"],"CS69m9":["Usar cripto"],"Ck1xL4":["Envías"],"Cs44l6":["Depósito en curso"],"D79cZK":["Instantáneo"],"DO0IYK":["La fecha de vencimiento no es válida"],"DPfwMq":["Listo"],"Dd7jP5":["¿Tienes problemas?"],"DoS2vD":["Ocultar detalles técnicos"],"ELhVSL":["No se pudo enviar el depósito."],"Ej5HL9":["Firma rechazada. Vuelve a intentarlo."],"Enslfm":["Destino"],"FWbwx6":["Cash deposit unavailable for your account"],"FkAVbF":["Pagando con Google Pay"],"G-SK3q":["El kit encontró un error inesperado y no pudo terminar de renderizar. Vuelve a intentarlo, o cierra este diálogo y reinténtalo desde la aplicación."],"GX8GKD":["Activos"],"GXkBas":["Máx ",["formattedLimit"]],"GZPxmc":["Ingresa una dirección de destinatario válida"],"GcuGHR":["Acreditado a ",["captionSuffix"]],"GwkmPx":["Cambiar el importe mostrado"],"HalPBQ":["Recargar en"],"I2Iug_":["Paga ",["amountFormatted"]," de forma segura"],"IDt4jm":[["0","plural",{"one":["#"," segundo"],"other":["#"," segundos"]}]," restantes en la cotización"],"IRogzB":["Tu depósito se acreditó a ",["brand"],"."],"JYp-ic":["Deposit processing"],"KDw4GX":["Reintentar"],"KGoAE6":["Auto · ",["value"]],"KTNWsg":["El retiro falló"],"KuqCAK":["~ 2 min"],"LEbOpR":["Más detalles"],"LSs4cd":["Usar efectivo"],"Ly6geA":["Regenerando cotización…"],"MZ_nQf":["Dirección del destinatario"],"N2DUxS":["Saldo insuficiente"],"OLF0i7":["No se pudieron cargar las opciones de depósito"],"OSBXx5":["Ahora mismo"],"Offl0a":["Tu depósito se acreditará en tu cuenta."],"Oi8TiZ":["Ver progreso"],"OsyKSt":["Retirar"],"P9fBwv":["Stack"],"PiH3UR":["¡Copiado!"],"PknXwq":["Pagar ahora"],"Q12Rrs":["Tx depósito"],"QFwptY":["Comisión de procesamiento"],"QU2cIs":["¿Tienes preguntas?"],"Qdn2XH":["Comprar con Google Pay"],"Rm325-":["Retiro de ",["amount"],", ",["date"]],"Rxjdjn":["El depósito no se completó"],"SMl3YV":["El número de tarjeta está incompleto"],"SOVBoe":["Copiar dirección de depósito"],"SZRUQ4":["Deslizamiento máximo"],"Sjplg3":["Ver en el explorador"],"SlfejT":["Error"],"TG4WOd":["Tu depósito se acreditará a ",["brand"],"."],"TMA5Ot":["Pagando con Apple Pay"],"TT0aVH":["Orden enviada"],"Uevt3L":["Estimando cotización"],"UqHbdz":["Descartar aviso de depósito pendiente"],"V1fa9u":["Ver más"],"VAZUpd":["Orden fallida"],"VAxOSg":["Tú pagas"],"VHOVEJ":["Conectar billetera"],"WkRH60":["Mín ",["0"]],"Wqz0SO":["Saldo bajo"],"WsByvK":["Pagar con Apple Pay"],"XFvFyp":["Detalles de la tarjeta enviados"],"XJOV1Y":["Actividad"],"Xzw7uC":["Tus depósitos y retiros aparecerán aquí."],"YKfMl6":["Cargando entrada segura de tarjeta..."],"YruUmm":["La fecha de vencimiento está incompleta"],"Z1WbO6":["Los fondos están seguros en la red de origen — contacta a soporte para recuperarlos."],"ZqugiS":["Saldo: ",["0"]," ",["1"]],"_QZdX-":["Tu retiro se completó con éxito."],"_girqu":["Retiro exitoso"],"_kXBrK":["Tiempo total"],"a2WllD":["Token a recibir"],"aXFOuf":["Aún no hay actividad"],"aiEUrg":["Mostrar detalles técnicos"],"bAy57M":["Pagar con tarjeta"],"bGtkfz":["Fecha de vencimiento"],"bOZXx5":["Actualizar orden"],"bZnukT":["Costo de red"],"c3aao_":["Ver actividad"],"c6Bl9M":["Alternar detalles técnicos"],"cGYrpE":["Aplican términos"],"cHPbBJ":["El puente no pudo financiar la transacción de destino (presupuesto de gas agotado)."],"cxR5Qy":["Tx liquidación"],"e3xU5E":["Depósito recibido"],"eUbBqz":["1 ",["0"]," = ",["1"]],"f-nEg4":["La comisión de red se paga a los mineros y validadores de la blockchain para asegurar que la transacción se procese y confirme."],"fKSGnu":["Cantidad mínima requerida para que esta red cubra las tarifas y el enrutamiento."],"fWsBTs":["Algo salió mal. Vuelve a intentarlo."],"flMR3h":["Tus fondos fueron retirados con éxito."],"g2UNkE":["Con tecnología de"],"gfh8CC":["Redes"],"hBIHD-":["Depósito de ",["amount"],", ",["date"]],"hKMHs1":["Diferencia entre el resultado esperado de la ruta y el precio medio de mercado subyacente."],"he3ygx":["Copiar"],"hehnjM":["Monto"],"i-4Fbp":["Depósito fallido"],"i-EgW-":["El costo estimado para emitir esta transacción en la red de destino."],"i1MfcA":["Los tokens disponibles para depositar desde tu billetera aparecerán aquí."],"iH8pgl":["Atrás"],"iROlQr":["Detalles de la tarjeta"],"jKZO-R":["Retiro completado"],"jtKSW-":["Límite ",["0"]],"junZX6":["Depósito recibido y procesando…"],"kH6wUX":["Impacto en precio"],"kR8ayx":["Al hacer clic en Confirmar depósito, aceptas nuestros <0>términos</0>."],"kUFhUv":["El retiro falló."],"kj3M8S":["Depositar"],"kjrq_8":["Más información"],"kryGs-":["Tarjeta"],"lDgVWA":["Recibir"],"lOEm_1":["Orden completada"],"ldK3jJ":["No se pudo enviar el retiro."],"lxjao1":["La ruta de liquidez seleccionada para liquidar este retiro."],"mF_ucv":["Conecta una billetera para que el gateway pueda provisionar una dirección de depósito y enrutar tu transferencia."],"meq3YR":["El número de tarjeta no es válido"],"mgLWEL":["La transacción del tramo de destino se revirtió en cadena."],"mvYQx_":["Detectado"],"njn4bC":["Confirma la transacción en tu billetera"],"nr03QI":["Ingresa la dirección del destinatario"],"nwtY4N":["Algo salió mal"],"o-XJ9D":["Cambiar"],"oBNGNc":["El resultado esperado de la ruta varió mientras tu transacción estaba pendiente."],"oFmN8a":["Depositar ",["symbol"]],"oW1G8i":["Tus fondos se depositaron correctamente."],"ob8R_m":["Inténtalo nuevamente o contáctanos si el problema persiste."],"ogD_nm":["Depositar a ",["0"]],"olEUh2":["Exitoso"],"pCzTTC":["Tu dirección de depósito"],"pfAinS":["Escanea para pagar"],"q32Nt8":["Retiro completado"],"qQ5VJt":["No podemos contactar el gateway en este momento"],"qj0vvX":["Confirmar depósito"],"qtoOYG":["Sin límite"],"rT8e1f":["Ruta"],"rZdp61":["Tx finalización"],"sSiLKx":["Red a recibir"],"sb9Y58":["Billetera"],"sbwbC0":["Método de pago"],"srsA0x":["Retiro rechazado."],"t-aixw":["Confirma en tu Google Wallet"],"t1k2Bt":["Ocultar desglose"],"tInLgk":["Pagando con tarjeta"],"tTnE4T":["No hay activos para depositar"],"uPo3PQ":["Ver menos"],"vepIdX":["Precio cripto"],"vrnnn9":["Procesando"],"w-2VR9":["Retiro en curso…"],"wB8KqP":["Escanea con la cámara de tu iPhone"],"wLmRnI":["Código de seguridad"],"wdxz7K":["Origen"],"wkskq5":["Usar máx"],"xDAtGP":["Mensaje"],"xGVfLh":["Continuar"],"xHIEQ5":["Número de tarjeta"],"xOUCt3":["Otras opciones"],"y1ypMV":["Más popular"],"y62Dys":["Comisión de red"],"yH9V_J":["Ingresa el monto"],"yLEjmm":[["resolvedPriceImpact"],"% price impact"],"yMg5R0":["La tarjeta ha caducado"],"yQE2r9":["Cargando"],"y_0uwd":["Ayer"],"ybKOj4":["Google Pay"],"yrvWai":["Tx origen"],"yxnt3y":["Estado de ejecución"],"yy2rkt":["0x…"],"yz7wBu":["Cerrar"],"zYD5xm":["Acreditando"],"zbtijb":["Depositar ",["0"]," a ",["1"]],"znqB4T":["Saldo insuficiente"],"{hours} hr":[["hours"]," h"],"{minutes} min":[["minutes"]," min"],"{n}h":[["n"],"h"],"{n}m":[["n"],"m"],"{n}s":[["n"],"s"]}`);export{e as messages};
1
+ const e=JSON.parse(`{"--OGth":["Depósito exitoso"],"-I_tc5":["Máx ",["formattedCap"]],"-nuEh_":["Tiempo estimado"],"-tu7Q8":["Más sobre ",["0"]],"02NghK":["Cierra este diálogo y vuelve a intentarlo en un momento. Si el problema persiste, verifica la clave del gateway en tu integración."],"0TEl46":["Cripto"],"0VFO13":["Pago cancelado"],"0eg2g7":["Estimando gas…"],"0lHlRj":["En tránsito"],"2Eoi_a":["Ver detalles"],"3dqPLT":["Transferir cripto"],"3eKjkO":["Depósito mínimo de ",["formattedMin"]],"3kg1gB":["Depósito completado"],"3rWvwk":["La dirección que aparece en la ventana de pago es una dirección de depósito temporal: tus fondos se convierten y se acreditan automáticamente en tu cuenta."],"3yd3IL":["El controlador de depósito no pudo cargar la configuración del gateway."],"3ytoeI":["Este pago fue reembolsado. No se entregó ninguna cripto."],"5AApJw":["Conecta una billetera para continuar"],"5R2524":["Cancelaste el pago antes de completarlo."],"5joj8M":["Desglose de la transacción"],"60ahSE":["Tx del retiro"],"69Gavs":["Detalles técnicos"],"6A8Mts":["Hasta ",["0"]],"6D8qH6":["Envía el token seleccionado en la red elegida a esta dirección. Los fondos aparecerán en tu cuenta cuando la red confirme la transferencia."],"6RDwJM":["Tokens"],"6yS5kL":["Retiro en curso"],"72c5Qo":["Total"],"7Bj3x9":["Fallido"],"7evBec":["Tiempo de procesamiento: ",["resolvedProcessingTime"]],"7zrAuh":["No pudimos iniciar el pago. Inténtalo de nuevo."],"88cUW-":["Recibes"],"8T4Ha9":["Compras"],"9JHY2T":["Tu depósito se acreditó en tu cuenta."],"9XIJb8":["T…"],"9cCjMJ":["Depositar saldo máximo"],"9d3cBd":["No se pudo abrir la ventana de pago. Vuelve a intentarlo."],"9k9fRZ":["Abriendo el pago…"],"< 1 min":["< 1 min"],"AGFPtu":["Compra completada"],"AHyker":["Máx ",["0"]],"AO44G_":["Ver recibo"],"AOPSKq":["Depositar ",["0"]],"AUYALh":["Próximamente"],"AWtGgd":["Obtener ayuda"],"AeXO77":["Cuenta"],"AeZIvT":["Recibirás"],"AikETk":["Mín ",["minDeposit"]],"AmaCQf":["Los pagos con tarjeta no están disponibles temporalmente. Inténtalo de nuevo más tarde."],"B-4zEC":["No se pudo cargar la actividad. Inténtalo de nuevo."],"BhQhbU":["Usar la dirección sugerida del destinatario"],"BoQOH3":["Se requiere una billetera para depositar"],"CK1KXz":["Máx"],"Ck1xL4":["Envías"],"Cs44l6":["Depósito en curso"],"D79cZK":["Instantáneo"],"DPfwMq":["Listo"],"Dd7jP5":["¿Tienes problemas?"],"DoS2vD":["Ocultar detalles técnicos"],"ELhVSL":["No se pudo enviar el depósito."],"Ej5HL9":["Firma rechazada. Vuelve a intentarlo."],"Enslfm":["Destino"],"EqcUuN":["Recibirás ",["receive"]],"EzZNDI":["El pago con tarjeta no está disponible en tu región"],"G-SK3q":["El kit encontró un error inesperado y no pudo terminar de renderizar. Vuelve a intentarlo, o cierra este diálogo y reinténtalo desde la aplicación."],"GX8GKD":["Activos"],"GXkBas":["Máx ",["formattedLimit"]],"GZPxmc":["Ingresa una dirección de destinatario válida"],"GcuGHR":["Acreditado a ",["captionSuffix"]],"GwkmPx":["Cambiar el importe mostrado"],"HalPBQ":["Recargar en"],"HtxAvT":["Este pago ya no está disponible. Vuelve a empezar."],"IDt4jm":[["0","plural",{"one":["#"," segundo"],"other":["#"," segundos"]}]," restantes en la cotización"],"IRogzB":["Tu depósito se acreditó a ",["brand"],"."],"JYp-ic":["Procesando depósito"],"KDw4GX":["Reintentar"],"KGoAE6":["Auto · ",["value"]],"KTNWsg":["El retiro falló"],"KuqCAK":["~ 2 min"],"L3PYgw":["Buscar monedas"],"LEbOpR":["Más detalles"],"LS3na9":["Cambiar moneda, actualmente ",["code"]],"LZueaM":["Esta compra no está disponible en este momento. Prueba con otro importe o activo."],"LcET2C":["Política de privacidad"],"Ly6geA":["Regenerando cotización…"],"MZ_nQf":["Dirección del destinatario"],"Mgz4Bq":["Más proveedores próximamente"],"N2DUxS":["Saldo insuficiente"],"NzshpK":["La compra falló"],"OLF0i7":["No se pudieron cargar las opciones de depósito"],"OSBXx5":["Ahora mismo"],"Offl0a":["Tu depósito se acreditará en tu cuenta."],"Oi8TiZ":["Ver progreso"],"OsyKSt":["Retirar"],"P9fBwv":["Stack"],"PSGjEt":["Términos de uso"],"PiH3UR":["¡Copiado!"],"Q12Rrs":["Tx depósito"],"Q2lUR2":["Moneda"],"QFwptY":["Comisión de procesamiento"],"QU2cIs":["¿Tienes preguntas?"],"RO6we5":["Ninguna moneda coincide con «",["0"],"»"],"ReCJDz":["Ahora vas a salir hacia ",["provider"],", una plataforma de terceros independiente. Al continuar, reconoces que has leído y aceptas los <0>Términos de uso</0> y la <1>Política de privacidad</1> de ",["provider"],"."],"Rm325-":["Retiro de ",["amount"],", ",["date"]],"Rxjdjn":["El depósito no se completó"],"S7anoa":["El pago expiró"],"SOVBoe":["Copiar dirección de depósito"],"SZRUQ4":["Deslizamiento máximo"],"Sjplg3":["Ver en el explorador"],"SlfejT":["Error"],"TG4WOd":["Tu depósito se acreditará a ",["brand"],"."],"TT0aVH":["Orden enviada"],"UDBU3S":["Tu pago fue rechazado. Prueba con otra tarjeta o importe."],"Uevt3L":["Estimando cotización"],"UqHbdz":["Descartar aviso de depósito pendiente"],"V1fa9u":["Ver más"],"V8yTm6":["Borrar búsqueda"],"VAZUpd":["Orden fallida"],"VAxOSg":["Tú pagas"],"VHOVEJ":["Conectar billetera"],"V_WXOs":["Reabrir la ventana de pago"],"W9narx":["Monedas"],"WE9GC7":["Depositar efectivo"],"WkRH60":["Mín ",["0"]],"Wqz0SO":["Saldo bajo"],"XJOV1Y":["Actividad"],"X_Y-Ev":["Algo salió mal con tu compra. Inténtalo de nuevo."],"Xzw7uC":["Tus depósitos y retiros aparecerán aquí."],"Z0UMar":["No se pudo obtener la cotización."],"Z1WbO6":["Los fondos están seguros en la red de origen — contacta a soporte para recuperarlos."],"Z1fsV0":["La ventana de pago expiró antes de completarse."],"ZqugiS":["Saldo: ",["0"]," ",["1"]],"_QZdX-":["Tu retiro se completó con éxito."],"_girqu":["Retiro exitoso"],"_kXBrK":["Tiempo total"],"_rHUhS":["Efectivo"],"a2WllD":["Token a recibir"],"a3WpTF":["Ya tienes un pago en curso. Finalízalo o cancélalo antes de iniciar otro."],"aXFOuf":["Aún no hay actividad"],"a_Zu3Q":["Cambiar proveedor, actualmente ",["0"]],"aemBRq":["Proveedor"],"aiEUrg":["Mostrar detalles técnicos"],"bOZXx5":["Actualizar orden"],"bZnukT":["Costo de red"],"c3aao_":["Ver actividad"],"c6Bl9M":["Alternar detalles técnicos"],"cGYrpE":["Aplican términos"],"cHPbBJ":["El puente no pudo financiar la transacción de destino (presupuesto de gas agotado)."],"cxR5Qy":["Tx liquidación"],"e3xU5E":["Depósito recibido"],"eUbBqz":["1 ",["0"]," = ",["1"]],"fKSGnu":["Cantidad mínima requerida para que esta red cubra las tarifas y el enrutamiento."],"fWsBTs":["Algo salió mal. Vuelve a intentarlo."],"flMR3h":["Tus fondos fueron retirados con éxito."],"g2UNkE":["Con tecnología de"],"gfh8CC":["Redes"],"hBIHD-":["Depósito de ",["amount"],", ",["date"]],"hFe8Jo":["No pudimos cotizar ese importe. Prueba con otro importe."],"hKMHs1":["Diferencia entre el resultado esperado de la ruta y el precio medio de mercado subyacente."],"hMqszB":["Continuar al pago"],"hPpyl6":["Pago reembolsado"],"he3ygx":["Copiar"],"hehnjM":["Monto"],"i-4Fbp":["Depósito fallido"],"i-EgW-":["El costo estimado para emitir esta transacción en la red de destino."],"i1MfcA":["Los tokens disponibles para depositar desde tu billetera aparecerán aquí."],"iH8pgl":["Atrás"],"iKuXva":["Seleccionado automáticamente"],"ib77lj":["Tarjeta de débito"],"jKZO-R":["Retiro completado"],"jerYcl":["Proveedores"],"jtKSW-":["Límite ",["0"]],"junZX6":["Depósito recibido y procesando…"],"kH6wUX":["Impacto en precio"],"kR8ayx":["Al hacer clic en Confirmar depósito, aceptas nuestros <0>términos</0>."],"kUFhUv":["El retiro falló."],"kj3M8S":["Depositar"],"kjrq_8":["Más información"],"lDgVWA":["Recibir"],"lOEm_1":["Orden completada"],"ldK3jJ":["No se pudo enviar el retiro."],"lxjao1":["La ruta de liquidez seleccionada para liquidar este retiro."],"mF_ucv":["Conecta una billetera para que el gateway pueda provisionar una dirección de depósito y enrutar tu transferencia."],"mgLWEL":["La transacción del tramo de destino se revirtió en cadena."],"mn0HrT":["Pago rechazado"],"mvYQx_":["Detectado"],"mwUBEu":["No hay proveedores disponibles"],"njn4bC":["Confirma la transacción en tu billetera"],"nr03QI":["Ingresa la dirección del destinatario"],"nwtY4N":["Algo salió mal"],"oBNGNc":["El resultado esperado de la ruta varió mientras tu transacción estaba pendiente."],"oFmN8a":["Depositar ",["symbol"]],"oI_hGR":["ID de pedido"],"oW1G8i":["Tus fondos se depositaron correctamente."],"ob8R_m":["Inténtalo nuevamente o contáctanos si el problema persiste."],"ogD_nm":["Depositar a ",["0"]],"olEUh2":["Exitoso"],"pCzTTC":["Tu dirección de depósito"],"pJ3YlV":["Entiendo que estoy comprando cripto directamente a través de un proveedor externo y acepto el aviso legal."],"q32Nt8":["Retiro completado"],"q9raxs":["Este pago ha caducado. Vuelve a empezar."],"qQ5VJt":["No podemos contactar el gateway en este momento"],"qj0vvX":["Confirmar depósito"],"qtoOYG":["Sin límite"],"quR8Qp":["Esperando el pago"],"rT8e1f":["Ruta"],"rZdp61":["Tx finalización"],"sMaRBz":["Completa tu compra en la ventana que acabamos de abrir. Esta pantalla se actualiza automáticamente."],"sSiLKx":["Red a recibir"],"sb9Y58":["Billetera"],"sbwbC0":["Método de pago"],"srsA0x":["Retiro rechazado."],"tTnE4T":["No hay activos para depositar"],"uPo3PQ":["Ver menos"],"vepIdX":["Precio cripto"],"vrnnn9":["Procesando"],"w-2VR9":["Retiro en curso…"],"wdxz7K":["Origen"],"wkskq5":["Usar máx"],"xDAtGP":["Mensaje"],"xGVfLh":["Continuar"],"xu_4Dj":["Tiempo de entrega estimado: ",["0"]],"y1R6QS":["Esta cartera no puede recibir este depósito. Prueba con otra dirección."],"y3dWqX":["Finaliza tu pago"],"y62Dys":["Comisión de red"],"yH9V_J":["Ingresa el monto"],"yLEjmm":[["resolvedPriceImpact"],"% de impacto en el precio"],"yQE2r9":["Cargando"],"y_0uwd":["Ayer"],"yrvWai":["Tx origen"],"yxnt3y":["Estado de ejecución"],"yy2rkt":["0x…"],"yz7wBu":["Cerrar"],"zYD5xm":["Acreditando"],"zbtijb":["Depositar ",["0"]," a ",["1"]],"znqB4T":["Saldo insuficiente"],"{hours} hr":[["hours"]," h"],"{minutes} min":[["minutes"]," min"],"{n}h":[["n"],"h"],"{n}m":[["n"],"m"],"{n}s":[["n"],"s"]}`);export{e as messages};
@@ -7,6 +7,6 @@
7
7
  * as the typed contract for {@link defineMessages}: callers get autocomplete on every key the
8
8
  * kit translates, and unknown keys fail at compile time via excess-property checks.
9
9
  */
10
- type KitTranslatableKey = "0x…" | "1 {0} = {1}" | "< 1 min" | "A wallet is required to deposit" | "Account" | "Activity" | "Amount" | "Apple Pay" | "Assets" | "Auto · {value}" | "Back" | "Balance: {0} {1}" | "Buy with Google Pay" | "By clicking Confirm Deposit, you agree to our <0>terms</0>." | "Card" | "Card details" | "Card details submitted" | "Card expiration" | "Card has expired" | "Card number" | "Card number is incomplete" | "Card number is invalid" | "Cash deposit unavailable for your account" | "Chains" | "Change" | "Close" | "Close this dialog and try again in a moment. If the problem persists, double-check the gateway key on your integration." | "Completion tx" | "Confirm Deposit" | "Confirm in your Google Wallet" | "Confirm transaction in your wallet" | "Connect a wallet so the gateway can provision a deposit address and route your transfer." | "Connect a wallet to continue" | "Connect wallet" | "Continue" | "Copied!" | "Copy" | "Copy deposit address" | "Couldn't load activity. Please try again." | "Couldn't load deposit options" | "Credited to {captionSuffix}" | "Crediting" | "Crypto price" | "Deposit" | "Deposit completed" | "Deposit didn't complete" | "Deposit failed" | "Deposit in progress" | "Deposit max balance" | "Deposit of {amount}, {date}" | "Deposit processing" | "Deposit received" | "Deposit received and processing…" | "Deposit successful" | "Deposit to {0}" | "Deposit tx" | "Deposit {0}" | "Deposit {0} to {1}" | "Deposit {symbol}" | "Destination" | "Detected" | "Difference between the route's expected output and the underlying market mid-price." | "Dismiss pending deposit notice" | "Done" | "Enter Amount" | "Enter Recipient Address" | "Enter Valid Recipient Address" | "Error" | "Estimated time" | "Estimating gas…" | "Estimating quote" | "Experiencing problems?" | "Expiry date is incomplete" | "Expiry date is invalid" | "Failed" | "Failed to submit deposit." | "Failed to submit withdrawal." | "Fill status" | "Funds are safe on the source chain — contact support to recover." | "Get help" | "Google Pay" | "Have questions?" | "Hide breakdown" | "Hide technical details" | "In transit" | "Instant" | "Insufficient Balance" | "Insufficient balance" | "Just now" | "Loading" | "Loading secure card input..." | "Low Balance" | "Max" | "Max slippage" | "Max {0}" | "Max {formattedCap}" | "Max {formattedLimit}" | "Message" | "Min {0}" | "Min {minDeposit}" | "More about {0}" | "More details" | "More information" | "Most popular" | "Network cost" | "Network fee" | "No activity yet" | "No assets to deposit" | "No limit" | "Order failed" | "Order filled" | "Order submitted" | "Other options" | "Pay Now" | "Pay with Apple Pay" | "Pay with Card" | "Pay with Google Pay" | "Pay {amountFormatted} securely" | "Paying with Apple Pay" | "Paying with Card" | "Paying with Google Pay" | "Payment Method" | "Please try again or contact us if the issue persists." | "Powered by" | "Price impact" | "Processing" | "Processing fee" | "Processing time: {resolvedProcessingTime}" | "Receive" | "Receive chain" | "Receive token" | "Recipient address" | "Regenerating quote…" | "Route" | "Scan to pay" | "Scan with your iPhone camera" | "Security code" | "Security code is incomplete" | "See less" | "See more" | "Send the selected token on the selected chain to this address. Funds appear in your account once the network confirms the transfer." | "Settlement tx" | "Show technical details" | "Signature declined. Please try again." | "Something went wrong" | "Something went wrong. Please try again." | "Source" | "Source tx" | "Stack" | "Successful" | "Swap displayed amount" | "Tap to pay" | "Technical details" | "Terms apply" | "The bridge could not fund the destination transaction (gas budget exhausted)." | "The deposit driver failed to load gateway configuration." | "The destination-leg transaction reverted on-chain." | "The estimated cost to broadcast this transaction on the destination chain." | "The kit hit an unexpected error and could not finish rendering. Try again, or close this dialog and retry from the host." | "The minimum amount required for this chain to cover network fees and routing." | "The network fee is paid to miners and validators of the blockchain to make sure the transaction is processed and confirmed." | "The processing fee covers the cost of processing your payment through the selected payment method." | "The route's expected output drifted while your transaction was pending." | "The selected liquidity route used to settle this withdrawal." | "Toggle technical details" | "Tokens" | "Tokens available to deposit from your wallet will appear here." | "Top up on" | "Total" | "Total time" | "Transaction breakdown" | "Transfer Crypto" | "Try again" | "T…" | "Update order" | "Use Cash" | "Use Crypto" | "Use max" | "Use suggested recipient address" | "View activity" | "View breakdown" | "View details" | "View on Explorer" | "View progress" | "View receipt" | "Wallet" | "We can't reach the gateway right now" | "Withdraw" | "Withdrawal complete" | "Withdrawal completed" | "Withdrawal declined." | "Withdrawal failed" | "Withdrawal failed." | "Withdrawal in progress" | "Withdrawal in progress…" | "Withdrawal of {amount}, {date}" | "Withdrawal successful" | "Withdrawal tx" | "Yesterday" | "You pay" | "You receive" | "You send" | "You will receive" | "Your deposit address" | "Your deposit has been credited to your account." | "Your deposit has been credited to {brand}." | "Your deposit will be credited to your account." | "Your deposit will be credited to {brand}." | "Your deposits and withdrawals will appear here." | "Your funds were successfully deposited." | "Your funds were successfully withdrawn." | "Your withdrawal was completed successfully." | "{0, plural, one {# second} other {# seconds}} left on quote" | "{0} limit" | "{formattedMin} minimum deposit" | "{hours} hr" | "{minutes} min" | "{n}h" | "{n}m" | "{n}s" | "{resolvedPriceImpact}% price impact" | "~ 2 min";
10
+ type KitTranslatableKey = "0x…" | "1 {0} = {1}" | "< 1 min" | "A wallet is required to deposit" | "Account" | "Activity" | "Amount" | "Assets" | "Auto · {value}" | "Auto-picked for you" | "Back" | "Balance: {0} {1}" | "Buy-with-card isn't available for your region" | "By clicking Confirm Deposit, you agree to our <0>terms</0>." | "Card payments are temporarily unavailable. Please try again later." | "Cash" | "Chains" | "Change currency, currently {code}" | "Change provider, currently {0}" | "Clear search" | "Close" | "Close this dialog and try again in a moment. If the problem persists, double-check the gateway key on your integration." | "Coming soon" | "Complete your purchase in the window we just opened. This screen updates automatically." | "Completion tx" | "Confirm Deposit" | "Confirm transaction in your wallet" | "Connect a wallet so the gateway can provision a deposit address and route your transfer." | "Connect a wallet to continue" | "Connect wallet" | "Continue" | "Continue to payment" | "Copied!" | "Copy" | "Copy deposit address" | "Couldn't load activity. Please try again." | "Couldn't load deposit options" | "Credited to {captionSuffix}" | "Crediting" | "Crypto" | "Crypto price" | "Currencies" | "Currency" | "Debit Card" | "Deposit" | "Deposit Cash" | "Deposit completed" | "Deposit didn't complete" | "Deposit failed" | "Deposit in progress" | "Deposit max balance" | "Deposit of {amount}, {date}" | "Deposit processing" | "Deposit received" | "Deposit received and processing…" | "Deposit successful" | "Deposit to {0}" | "Deposit tx" | "Deposit {0}" | "Deposit {0} to {1}" | "Deposit {symbol}" | "Destination" | "Detected" | "Difference between the route's expected output and the underlying market mid-price." | "Dismiss pending deposit notice" | "Done" | "Enter Amount" | "Enter Recipient Address" | "Enter Valid Recipient Address" | "Error" | "Estimated delivery time: {0}" | "Estimated time" | "Estimating gas…" | "Estimating quote" | "Experiencing problems?" | "Failed" | "Failed to fetch quote." | "Failed to open the payment window. Please try again." | "Failed to submit deposit." | "Failed to submit withdrawal." | "Fill status" | "Finish your payment" | "Funds are safe on the source chain — contact support to recover." | "Get help" | "Have questions?" | "Hide technical details" | "I understand that I'm purchasing crypto directly through a third-party provider and agree to the disclaimer." | "In transit" | "Instant" | "Insufficient Balance" | "Insufficient balance" | "Just now" | "Loading" | "Low Balance" | "Max" | "Max slippage" | "Max {0}" | "Max {formattedCap}" | "Max {formattedLimit}" | "Message" | "Min {0}" | "Min {minDeposit}" | "More about {0}" | "More details" | "More information" | "More providers coming soon" | "Network cost" | "Network fee" | "No activity yet" | "No assets to deposit" | "No currencies match “{0}”" | "No limit" | "No providers available" | "Opening checkout…" | "Order ID" | "Order failed" | "Order filled" | "Order submitted" | "Payment Method" | "Payment cancelled" | "Payment declined" | "Payment refunded" | "Payment timed out" | "Please try again or contact us if the issue persists." | "Powered by" | "Price impact" | "Privacy Policy" | "Processing" | "Processing fee" | "Processing time: {resolvedProcessingTime}" | "Provider" | "Providers" | "Purchase complete" | "Purchase failed" | "Receive" | "Receive chain" | "Receive token" | "Recipient address" | "Regenerating quote…" | "Reopen payment window" | "Route" | "Search currencies" | "See less" | "See more" | "Send the selected token on the selected chain to this address. Funds appear in your account once the network confirms the transfer." | "Settlement tx" | "Show technical details" | "Signature declined. Please try again." | "Something went wrong" | "Something went wrong with your purchase. Please try again." | "Something went wrong. Please try again." | "Source" | "Source tx" | "Stack" | "Successful" | "Swap displayed amount" | "Technical details" | "Terms apply" | "Terms of Use" | "The address shown in the payment window is a temporary deposit address — your funds are automatically converted and credited to your account." | "The bridge could not fund the destination transaction (gas budget exhausted)." | "The checkout window expired before payment completed." | "The deposit driver failed to load gateway configuration." | "The destination-leg transaction reverted on-chain." | "The estimated cost to broadcast this transaction on the destination chain." | "The kit hit an unexpected error and could not finish rendering. Try again, or close this dialog and retry from the host." | "The minimum amount required for this chain to cover network fees and routing." | "The route's expected output drifted while your transaction was pending." | "The selected liquidity route used to settle this withdrawal." | "This checkout has expired. Please start again." | "This checkout is no longer available. Please start again." | "This payment was refunded. No crypto was delivered." | "This purchase isn't available right now. Try a different amount or asset." | "This wallet can't receive this deposit. Try a different address." | "Toggle technical details" | "Tokens" | "Tokens available to deposit from your wallet will appear here." | "Top up on" | "Total" | "Total time" | "Transaction breakdown" | "Transfer Crypto" | "Try again" | "T…" | "Up to {0}" | "Update order" | "Use max" | "Use suggested recipient address" | "View activity" | "View details" | "View on Explorer" | "View progress" | "View receipt" | "Waiting for payment" | "Wallet" | "We can't reach the gateway right now" | "We couldn't price that amount. Try a different amount." | "We couldn't start checkout. Please try again." | "Withdraw" | "Withdrawal complete" | "Withdrawal completed" | "Withdrawal declined." | "Withdrawal failed" | "Withdrawal failed." | "Withdrawal in progress" | "Withdrawal in progress…" | "Withdrawal of {amount}, {date}" | "Withdrawal successful" | "Withdrawal tx" | "Yesterday" | "You already have a payment in progress. Finish or cancel it before starting another." | "You are now leaving for {provider}, a separate third-party platform. By proceeding, you acknowledge that you have read and agree to {provider}'s <0>Terms of Use</0> and <1>Privacy Policy</1>." | "You buy" | "You cancelled the payment before it completed." | "You pay" | "You receive" | "You send" | "You will receive" | "You will receive ≈ {receive}" | "Your deposit address" | "Your deposit has been credited to your account." | "Your deposit has been credited to {brand}." | "Your deposit will be credited to your account." | "Your deposit will be credited to {brand}." | "Your deposits and withdrawals will appear here." | "Your funds were successfully deposited." | "Your funds were successfully withdrawn." | "Your payment was declined. Try a different card or amount." | "Your withdrawal was completed successfully." | "{0, plural, one {# second} other {# seconds}} left on quote" | "{0} limit" | "{formattedMin} minimum deposit" | "{hours} hr" | "{minutes} min" | "{n}h" | "{n}m" | "{n}s" | "{resolvedPriceImpact}% price impact" | "~ 2 min";
11
11
  //#endregion
12
12
  export { KitTranslatableKey };
@@ -1,13 +1,11 @@
1
1
  import { ActivityIcon } from "../shared/icons/ActivityIcon.js";
2
2
  import { AlertIcon } from "../shared/icons/AlertIcon.js";
3
- import { AmexIcon } from "../shared/icons/AmexIcon.js";
4
- import { ApplePayIcon } from "../shared/icons/ApplePayIcon.js";
5
3
  import { ArrowDownIcon } from "../shared/icons/ArrowDownIcon.js";
6
4
  import { ArrowRightIcon } from "../shared/icons/ArrowRightIcon.js";
7
5
  import { ArrowRightLeftIcon } from "../shared/icons/ArrowRightLeftIcon.js";
6
+ import { BellIcon } from "../shared/icons/BellIcon.js";
8
7
  import { BitcoinIcon } from "../shared/icons/BitcoinIcon.js";
9
8
  import { CardIcon } from "../shared/icons/CardIcon.js";
10
- import { CashIcon } from "../shared/icons/CashIcon.js";
11
9
  import { CheckIcon } from "../shared/icons/CheckIcon.js";
12
10
  import { ChevronDownIcon } from "../shared/icons/ChevronDownIcon.js";
13
11
  import { ChevronLeftIcon } from "../shared/icons/ChevronLeftIcon.js";
@@ -17,22 +15,20 @@ import { CircleArrowUpIcon } from "../shared/icons/CircleArrowUpIcon.js";
17
15
  import { CircleHelpIcon } from "../shared/icons/CircleHelpIcon.js";
18
16
  import { ClockIcon } from "../shared/icons/ClockIcon.js";
19
17
  import { CopyIcon } from "../shared/icons/CopyIcon.js";
20
- import { DiscoverIcon } from "../shared/icons/DiscoverIcon.js";
18
+ import { DirhamSignIcon } from "../shared/icons/DirhamSignIcon.js";
21
19
  import { ExternalLinkIcon } from "../shared/icons/ExternalLinkIcon.js";
22
20
  import { BinanceIcon } from "../shared/icons/exchanges/BinanceIcon.js";
23
21
  import { CoinbaseIcon } from "../shared/icons/exchanges/CoinbaseIcon.js";
24
22
  import { KrakenIcon } from "../shared/icons/exchanges/KrakenIcon.js";
25
23
  import { OkxIcon } from "../shared/icons/exchanges/OkxIcon.js";
26
24
  import { RobinhoodIcon } from "../shared/icons/exchanges/RobinhoodIcon.js";
27
- import { GooglePayIcon } from "../shared/icons/GooglePayIcon.js";
28
25
  import { InfoIcon } from "../shared/icons/InfoIcon.js";
29
26
  import { LoaderIcon } from "../shared/icons/LoaderIcon.js";
30
27
  import { LogoIcon } from "../shared/icons/LogoIcon.js";
31
28
  import { MailIcon } from "../shared/icons/MailIcon.js";
32
- import { MastercardIcon } from "../shared/icons/MastercardIcon.js";
33
29
  import { PackageIcon } from "../shared/icons/PackageIcon.js";
34
30
  import { QrCodeIcon } from "../shared/icons/QrCodeIcon.js";
35
- import { VisaIcon } from "../shared/icons/VisaIcon.js";
31
+ import { SearchIcon } from "../shared/icons/SearchIcon.js";
36
32
  import { WalletIcon } from "../shared/icons/WalletIcon.js";
37
33
  import { XIcon } from "../shared/icons/XIcon.js";
38
- export { ActivityIcon, AlertIcon, AmexIcon, ApplePayIcon, ArrowDownIcon, ArrowRightIcon, ArrowRightLeftIcon, BinanceIcon, BitcoinIcon, CardIcon, CashIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleArrowUpIcon, CircleHelpIcon, ClockIcon, CoinbaseIcon, CopyIcon, DiscoverIcon, ExternalLinkIcon, GooglePayIcon, InfoIcon, KrakenIcon, LoaderIcon, LogoIcon, MailIcon, MastercardIcon, OkxIcon, PackageIcon, QrCodeIcon, RobinhoodIcon, VisaIcon, WalletIcon, XIcon };
34
+ export { ActivityIcon, AlertIcon, ArrowDownIcon, ArrowRightIcon, ArrowRightLeftIcon, BellIcon, BinanceIcon, BitcoinIcon, CardIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleArrowUpIcon, CircleHelpIcon, ClockIcon, CoinbaseIcon, CopyIcon, DirhamSignIcon, ExternalLinkIcon, InfoIcon, KrakenIcon, LoaderIcon, LogoIcon, MailIcon, OkxIcon, PackageIcon, QrCodeIcon, RobinhoodIcon, SearchIcon, WalletIcon, XIcon };
@@ -1 +1 @@
1
- import{ActivityIcon as e}from"../shared/icons/ActivityIcon.js";import{AlertIcon as t}from"../shared/icons/AlertIcon.js";import{AmexIcon as n}from"../shared/icons/AmexIcon.js";import{ApplePayIcon as r}from"../shared/icons/ApplePayIcon.js";import{ArrowDownIcon as i}from"../shared/icons/ArrowDownIcon.js";import{ArrowRightIcon as a}from"../shared/icons/ArrowRightIcon.js";import{ArrowRightLeftIcon as o}from"../shared/icons/ArrowRightLeftIcon.js";import{BitcoinIcon as s}from"../shared/icons/BitcoinIcon.js";import{CardIcon as c}from"../shared/icons/CardIcon.js";import{CashIcon as l}from"../shared/icons/CashIcon.js";import{CheckIcon as u}from"../shared/icons/CheckIcon.js";import{ChevronDownIcon as d}from"../shared/icons/ChevronDownIcon.js";import{ChevronLeftIcon as f}from"../shared/icons/ChevronLeftIcon.js";import{ChevronRightIcon as p}from"../shared/icons/ChevronRightIcon.js";import{ChevronUpIcon as m}from"../shared/icons/ChevronUpIcon.js";import{CircleArrowUpIcon as h}from"../shared/icons/CircleArrowUpIcon.js";import{CircleHelpIcon as g}from"../shared/icons/CircleHelpIcon.js";import{ClockIcon as _}from"../shared/icons/ClockIcon.js";import{CopyIcon as v}from"../shared/icons/CopyIcon.js";import{DiscoverIcon as y}from"../shared/icons/DiscoverIcon.js";import{ExternalLinkIcon as b}from"../shared/icons/ExternalLinkIcon.js";import{BinanceIcon as x}from"../shared/icons/exchanges/BinanceIcon.js";import{CoinbaseIcon as S}from"../shared/icons/exchanges/CoinbaseIcon.js";import{KrakenIcon as C}from"../shared/icons/exchanges/KrakenIcon.js";import{OkxIcon as w}from"../shared/icons/exchanges/OkxIcon.js";import{RobinhoodIcon as T}from"../shared/icons/exchanges/RobinhoodIcon.js";import"../shared/icons/exchanges/index.js";import{GooglePayIcon as E}from"../shared/icons/GooglePayIcon.js";import{InfoIcon as D}from"../shared/icons/InfoIcon.js";import{LoaderIcon as O}from"../shared/icons/LoaderIcon.js";import{LogoIcon as k}from"../shared/icons/LogoIcon.js";import{MailIcon as A}from"../shared/icons/MailIcon.js";import{MastercardIcon as j}from"../shared/icons/MastercardIcon.js";import{PackageIcon as M}from"../shared/icons/PackageIcon.js";import{QrCodeIcon as N}from"../shared/icons/QrCodeIcon.js";import{VisaIcon as P}from"../shared/icons/VisaIcon.js";import{WalletIcon as F}from"../shared/icons/WalletIcon.js";import{XIcon as I}from"../shared/icons/XIcon.js";export{e as ActivityIcon,t as AlertIcon,n as AmexIcon,r as ApplePayIcon,i as ArrowDownIcon,a as ArrowRightIcon,o as ArrowRightLeftIcon,x as BinanceIcon,s as BitcoinIcon,c as CardIcon,l as CashIcon,u as CheckIcon,d as ChevronDownIcon,f as ChevronLeftIcon,p as ChevronRightIcon,m as ChevronUpIcon,h as CircleArrowUpIcon,g as CircleHelpIcon,_ as ClockIcon,S as CoinbaseIcon,v as CopyIcon,y as DiscoverIcon,b as ExternalLinkIcon,E as GooglePayIcon,D as InfoIcon,C as KrakenIcon,O as LoaderIcon,k as LogoIcon,A as MailIcon,j as MastercardIcon,w as OkxIcon,M as PackageIcon,N as QrCodeIcon,T as RobinhoodIcon,P as VisaIcon,F as WalletIcon,I as XIcon};
1
+ import{ActivityIcon as e}from"../shared/icons/ActivityIcon.js";import{AlertIcon as t}from"../shared/icons/AlertIcon.js";import{ArrowDownIcon as n}from"../shared/icons/ArrowDownIcon.js";import{ArrowRightIcon as r}from"../shared/icons/ArrowRightIcon.js";import{ArrowRightLeftIcon as i}from"../shared/icons/ArrowRightLeftIcon.js";import{BellIcon as a}from"../shared/icons/BellIcon.js";import{BitcoinIcon as o}from"../shared/icons/BitcoinIcon.js";import{CardIcon as s}from"../shared/icons/CardIcon.js";import{CheckIcon as c}from"../shared/icons/CheckIcon.js";import{ChevronDownIcon as l}from"../shared/icons/ChevronDownIcon.js";import{ChevronLeftIcon as u}from"../shared/icons/ChevronLeftIcon.js";import{ChevronRightIcon as d}from"../shared/icons/ChevronRightIcon.js";import{ChevronUpIcon as f}from"../shared/icons/ChevronUpIcon.js";import{CircleArrowUpIcon as p}from"../shared/icons/CircleArrowUpIcon.js";import{CircleHelpIcon as m}from"../shared/icons/CircleHelpIcon.js";import{ClockIcon as h}from"../shared/icons/ClockIcon.js";import{CopyIcon as g}from"../shared/icons/CopyIcon.js";import{DirhamSignIcon as _}from"../shared/icons/DirhamSignIcon.js";import{ExternalLinkIcon as v}from"../shared/icons/ExternalLinkIcon.js";import{BinanceIcon as y}from"../shared/icons/exchanges/BinanceIcon.js";import{CoinbaseIcon as b}from"../shared/icons/exchanges/CoinbaseIcon.js";import{KrakenIcon as x}from"../shared/icons/exchanges/KrakenIcon.js";import{OkxIcon as S}from"../shared/icons/exchanges/OkxIcon.js";import{RobinhoodIcon as C}from"../shared/icons/exchanges/RobinhoodIcon.js";import"../shared/icons/exchanges/index.js";import{InfoIcon as w}from"../shared/icons/InfoIcon.js";import{LoaderIcon as T}from"../shared/icons/LoaderIcon.js";import{LogoIcon as E}from"../shared/icons/LogoIcon.js";import{MailIcon as D}from"../shared/icons/MailIcon.js";import{PackageIcon as O}from"../shared/icons/PackageIcon.js";import{QrCodeIcon as k}from"../shared/icons/QrCodeIcon.js";import{SearchIcon as A}from"../shared/icons/SearchIcon.js";import{WalletIcon as j}from"../shared/icons/WalletIcon.js";import{XIcon as M}from"../shared/icons/XIcon.js";export{e as ActivityIcon,t as AlertIcon,n as ArrowDownIcon,r as ArrowRightIcon,i as ArrowRightLeftIcon,a as BellIcon,y as BinanceIcon,o as BitcoinIcon,s as CardIcon,c as CheckIcon,l as ChevronDownIcon,u as ChevronLeftIcon,d as ChevronRightIcon,f as ChevronUpIcon,p as CircleArrowUpIcon,m as CircleHelpIcon,h as ClockIcon,b as CoinbaseIcon,g as CopyIcon,_ as DirhamSignIcon,v as ExternalLinkIcon,w as InfoIcon,x as KrakenIcon,T as LoaderIcon,E as LogoIcon,D as MailIcon,S as OkxIcon,O as PackageIcon,k as QrCodeIcon,C as RobinhoodIcon,A as SearchIcon,j as WalletIcon,M as XIcon};
package/dist/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  import { TxRef } from "./shared/driver/types.js";
2
2
  import { ActivityAmount, ActivityDirection, ActivityPayload, ActivityRowPayload, ActivityStatus, ActivityStatusType } from "./shared/widgets/activity/payloads.js";
3
3
  import { ActivityDriver, ActivitySnapshot } from "./flows/activity/driver/types.js";
4
- import { CashMethodCapability, CashMethodsPayload } from "./flows/deposit/driver/payloads.js";
4
+ import { OnrampMethodCapability, OnrampMethodsPayload } from "./flows/deposit/driver/payloads.js";
5
5
  import { DepositSnapshot } from "./flows/deposit/driver/types.js";
6
6
  import { useDepositSnapshot } from "./flows/deposit/driver/context.js";
7
7
  import { ActivityOpenInput } from "./shared/orchestrator/activityOpenInput.js";
8
8
  import { FailureInfo } from "./shared/orchestrator/types.js";
9
- import { CashMethodId, DepositActions, DepositController, DepositMethod, DepositMethodConfig, DepositMethodsConfig, DepositRailConfig, DepositState, DepositStateName, OpenInput } from "./flows/deposit/orchestrator/types.js";
9
+ import { DepositActions, DepositController, DepositMethod, DepositMethodConfig, DepositMethodsConfig, DepositRailConfig, DepositState, DepositStateName, OpenInput } from "./flows/deposit/orchestrator/types.js";
10
10
  import { ChainType, isValidAddressForChainType, isValidEvmAddress, isValidTronAddress, toChainType } from "./shared/chains/index.js";
11
11
  import { WithdrawSnapshot } from "./flows/withdraw/driver/types.js";
12
12
  import { useWithdrawSnapshot } from "./flows/withdraw/driver/context.js";
@@ -43,9 +43,8 @@ import { ChainLogoMeta } from "./shared/utils/logos/chains.js";
43
43
  import { ChainLogoInput, TokenLogoInput } from "./shared/utils/logos/types.js";
44
44
  import { LogosNamespace, logos } from "./shared/utils/logos/api.js";
45
45
  import { BannerAckBucket, bannerAckStorageKey, bucketFromSettlement, useBannerAck, useBannerAckForSettlement } from "./banners/useBannerAck.js";
46
- import { CardBrand, CardData, DepositBindings, TokenizationResult, useDepositBindings } from "./flows/deposit/bindings/DepositBindings.js";
47
46
  import { useWithdrawState } from "./flows/withdraw/orchestrator/controller.js";
48
47
  import { useOptionalWithdraw, usePrefetchWithdraw, useWithdraw } from "./flows/withdraw/orchestrator/useWithdraw.js";
49
48
  import { ConnectWalletConfig } from "./shared/wallet/ConnectWalletContext.js";
50
49
  import { StridgeAppearance, StridgeAsset, StridgeDepositDestination, StridgeDepositFlowConfig, StridgeDepositMethodConfig, StridgeDepositMethodsConfig, StridgeFlowOwner, StridgePrefetchConfig, StridgeProvider, StridgeStorageConfig, StridgeWithdrawFlowConfig } from "./stridge/StridgeProvider.js";
51
- export { type ActivityActions, type ActivityAmount, type ActivityController, type ActivityDirection, type ActivityDriver, type ActivityOpenInput, type ActivityPayload, type ActivityRowPayload, type ActivitySnapshot, type ActivityState, type ActivityStateName, type ActivityStatus, type ActivityStatusType, type BannerAckBucket, type CardBrand, type CardData, type CashMethodCapability, type CashMethodId, type CashMethodsPayload, type ChainLogoInput, type ChainLogoMeta, type ChainType, type ConnectWalletConfig, DEFAULT_KIT_STORAGE_NAMESPACE, type DepositActions, type DepositBindings, type DepositController, type DepositMethod, type DepositMethodConfig, type DepositMethodsConfig, type OpenInput as DepositOpenInput, type DepositRailConfig, type DepositSnapshot, type DepositState, type DepositStateName, type FailureInfo, type FlowEvent, type FlowIdKey, type IntercomMerchantContext, KIT_VERSION, KitPortalScope, KitStorageProvider, type LogosNamespace, type Presentation, type PresentationConfig, type PresentationMode, type PublicStridgeEventBus, type RedactEventOptions, type StridgeAppearance, type StridgeAsset, type StridgeDepositDestination, type StridgeDepositFlowConfig, type StridgeDepositMethodConfig, type StridgeDepositMethodsConfig, type StridgeEnvironment, type StridgeEvent, type StridgeFlowOwner, type StridgePrefetchConfig, StridgeProvider, type StridgeStorageConfig, type StridgeWithdrawFlowConfig, type SubscribeOptions, type SupportConfig, type SupportOpenContext, type TermsConfig, type TermsSelectContext, type TokenLogoInput, type TokenizationResult, type TxRef, type UiEvent, type WithdrawActions, type WithdrawBalanceInput, type WithdrawBindings, type WithdrawController, type WithdrawSnapshot, type WithdrawState, type WithdrawStateName, type WithdrawSubmitActions, type WithdrawSubmitCallback, type WithdrawSubmitInput, type WithdrawSuggestedRecipient, type WithdrawalFormSnapshot, bannerAckStorageKey, bucketFromSettlement, createKitStorage, createLocalStorageAdapter, createMemoryStorageAdapter, createSessionStorageAdapter, isValidAddressForChainType, isValidEvmAddress, isValidTronAddress, logos, redactEvent, resolveStorageAdapter, toChainType, useActivity, useActivitySnapshot, useActivityState, useBannerAck, useBannerAckForSettlement, useCurrentFlowId, useDeposit, useDepositBindings, useDepositSnapshot, useDepositState, useKitConfig, useKitStorage, useKitStorageValue, useOptionalActivity, useOptionalDeposit, useOptionalKitStorage, useOptionalPrefetchActivity, useOptionalWithdraw, usePrefetchActivity, usePrefetchDeposit, usePrefetchWithdraw, useStridgeEvent, useStridgeEventBus, useStridgeEvents, useStridgeFlowEvent, useStridgeFlowEvents, useWithdraw, useWithdrawBindings, useWithdrawSnapshot, useWithdrawState };
50
+ export { type ActivityActions, type ActivityAmount, type ActivityController, type ActivityDirection, type ActivityDriver, type ActivityOpenInput, type ActivityPayload, type ActivityRowPayload, type ActivitySnapshot, type ActivityState, type ActivityStateName, type ActivityStatus, type ActivityStatusType, type BannerAckBucket, type ChainLogoInput, type ChainLogoMeta, type ChainType, type ConnectWalletConfig, DEFAULT_KIT_STORAGE_NAMESPACE, type DepositActions, type DepositController, type DepositMethod, type DepositMethodConfig, type DepositMethodsConfig, type OpenInput as DepositOpenInput, type DepositRailConfig, type DepositSnapshot, type DepositState, type DepositStateName, type FailureInfo, type FlowEvent, type FlowIdKey, type IntercomMerchantContext, KIT_VERSION, KitPortalScope, KitStorageProvider, type LogosNamespace, type OnrampMethodCapability, type OnrampMethodsPayload, type Presentation, type PresentationConfig, type PresentationMode, type PublicStridgeEventBus, type RedactEventOptions, type StridgeAppearance, type StridgeAsset, type StridgeDepositDestination, type StridgeDepositFlowConfig, type StridgeDepositMethodConfig, type StridgeDepositMethodsConfig, type StridgeEnvironment, type StridgeEvent, type StridgeFlowOwner, type StridgePrefetchConfig, StridgeProvider, type StridgeStorageConfig, type StridgeWithdrawFlowConfig, type SubscribeOptions, type SupportConfig, type SupportOpenContext, type TermsConfig, type TermsSelectContext, type TokenLogoInput, type TxRef, type UiEvent, type WithdrawActions, type WithdrawBalanceInput, type WithdrawBindings, type WithdrawController, type WithdrawSnapshot, type WithdrawState, type WithdrawStateName, type WithdrawSubmitActions, type WithdrawSubmitCallback, type WithdrawSubmitInput, type WithdrawSuggestedRecipient, type WithdrawalFormSnapshot, bannerAckStorageKey, bucketFromSettlement, createKitStorage, createLocalStorageAdapter, createMemoryStorageAdapter, createSessionStorageAdapter, isValidAddressForChainType, isValidEvmAddress, isValidTronAddress, logos, redactEvent, resolveStorageAdapter, toChainType, useActivity, useActivitySnapshot, useActivityState, useBannerAck, useBannerAckForSettlement, useCurrentFlowId, useDeposit, useDepositSnapshot, useDepositState, useKitConfig, useKitStorage, useKitStorageValue, useOptionalActivity, useOptionalDeposit, useOptionalKitStorage, useOptionalPrefetchActivity, useOptionalWithdraw, usePrefetchActivity, usePrefetchDeposit, usePrefetchWithdraw, useStridgeEvent, useStridgeEventBus, useStridgeEvents, useStridgeFlowEvent, useStridgeFlowEvents, useWithdraw, useWithdrawBindings, useWithdrawSnapshot, useWithdrawState };
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import{isValidAddressForChainType as e,isValidEvmAddress as t,isValidTronAddress as n,toChainType as r}from"./shared/chains/index.js";import{logos as i}from"./shared/utils/logos/api.js";import"./shared/utils/logos/index.js";import{createLocalStorageAdapter as a,createMemoryStorageAdapter as o,createSessionStorageAdapter as s,resolveStorageAdapter as c}from"./storage/adapters.js";import{createKitStorage as l}from"./storage/createKitStorage.js";import{DEFAULT_KIT_STORAGE_NAMESPACE as u,KitStorageProvider as d,useKitStorage as f,useKitStorageValue as p,useOptionalKitStorage as m}from"./storage/context.js";import"./storage/index.js";import{bannerAckStorageKey as h,bucketFromSettlement as g,useBannerAck as _,useBannerAckForSettlement as v}from"./banners/useBannerAck.js";import"./banners/index.js";import{KIT_VERSION as y}from"./version.js";import{useCurrentFlowId as b}from"./events/hooks/useCurrentFlowId.js";import{useStridgeEvent as x}from"./events/hooks/useStridgeEvent.js";import{useStridgeEventBus as S}from"./events/hooks/useStridgeEventBus.js";import{useStridgeEvents as C}from"./events/hooks/useStridgeEvents.js";import{useStridgeFlowEvent as w}from"./events/hooks/useStridgeFlowEvent.js";import{useStridgeFlowEvents as T}from"./events/hooks/useStridgeFlowEvents.js";import{redactEvent as E}from"./events/redact.js";import"./events/index.js";import{useActivitySnapshot as D}from"./flows/activity/driver/context.js";import{useActivityState as O}from"./flows/activity/orchestrator/controller.js";import{useActivity as k,useOptionalActivity as A,useOptionalPrefetchActivity as j,usePrefetchActivity as M}from"./flows/activity/orchestrator/useActivity.js";import"./flows/activity/orchestrator/index.js";import{useDepositBindings as N}from"./flows/deposit/bindings/DepositBindings.js";import"./flows/deposit/bindings/index.js";import{useDepositSnapshot as P}from"./flows/deposit/driver/context.js";import{useDepositState as F}from"./flows/deposit/orchestrator/controller.js";import{useDeposit as I,useOptionalDeposit as L,usePrefetchDeposit as R}from"./flows/deposit/orchestrator/useDeposit.js";import{useWithdrawBindings as z}from"./flows/withdraw/bindings/WithdrawBindings.js";import"./flows/withdraw/bindings/index.js";import{useWithdrawSnapshot as B}from"./flows/withdraw/driver/context.js";import{useWithdrawState as V}from"./flows/withdraw/orchestrator/controller.js";import{useOptionalWithdraw as H,usePrefetchWithdraw as U,useWithdraw as W}from"./flows/withdraw/orchestrator/useWithdraw.js";import"./flows/withdraw/orchestrator/index.js";import{useKitConfig as G}from"./scope/context.js";import{KitPortalScope as K}from"./scope/KitPortalScope.js";import{StridgeProvider as q}from"./stridge/StridgeProvider.js";export{u as DEFAULT_KIT_STORAGE_NAMESPACE,y as KIT_VERSION,K as KitPortalScope,d as KitStorageProvider,q as StridgeProvider,h as bannerAckStorageKey,g as bucketFromSettlement,l as createKitStorage,a as createLocalStorageAdapter,o as createMemoryStorageAdapter,s as createSessionStorageAdapter,e as isValidAddressForChainType,t as isValidEvmAddress,n as isValidTronAddress,i as logos,E as redactEvent,c as resolveStorageAdapter,r as toChainType,k as useActivity,D as useActivitySnapshot,O as useActivityState,_ as useBannerAck,v as useBannerAckForSettlement,b as useCurrentFlowId,I as useDeposit,N as useDepositBindings,P as useDepositSnapshot,F as useDepositState,G as useKitConfig,f as useKitStorage,p as useKitStorageValue,A as useOptionalActivity,L as useOptionalDeposit,m as useOptionalKitStorage,j as useOptionalPrefetchActivity,H as useOptionalWithdraw,M as usePrefetchActivity,R as usePrefetchDeposit,U as usePrefetchWithdraw,x as useStridgeEvent,S as useStridgeEventBus,C as useStridgeEvents,w as useStridgeFlowEvent,T as useStridgeFlowEvents,W as useWithdraw,z as useWithdrawBindings,B as useWithdrawSnapshot,V as useWithdrawState};
1
+ import{isValidAddressForChainType as e,isValidEvmAddress as t,isValidTronAddress as n,toChainType as r}from"./shared/chains/index.js";import{logos as i}from"./shared/utils/logos/api.js";import"./shared/utils/logos/index.js";import{createLocalStorageAdapter as a,createMemoryStorageAdapter as o,createSessionStorageAdapter as s,resolveStorageAdapter as c}from"./storage/adapters.js";import{createKitStorage as l}from"./storage/createKitStorage.js";import{DEFAULT_KIT_STORAGE_NAMESPACE as u,KitStorageProvider as d,useKitStorage as f,useKitStorageValue as p,useOptionalKitStorage as m}from"./storage/context.js";import"./storage/index.js";import{bannerAckStorageKey as h,bucketFromSettlement as g,useBannerAck as _,useBannerAckForSettlement as v}from"./banners/useBannerAck.js";import"./banners/index.js";import{KIT_VERSION as y}from"./version.js";import{useCurrentFlowId as b}from"./events/hooks/useCurrentFlowId.js";import{useStridgeEvent as x}from"./events/hooks/useStridgeEvent.js";import{useStridgeEventBus as S}from"./events/hooks/useStridgeEventBus.js";import{useStridgeEvents as C}from"./events/hooks/useStridgeEvents.js";import{useStridgeFlowEvent as w}from"./events/hooks/useStridgeFlowEvent.js";import{useStridgeFlowEvents as T}from"./events/hooks/useStridgeFlowEvents.js";import{redactEvent as E}from"./events/redact.js";import"./events/index.js";import{useActivitySnapshot as D}from"./flows/activity/driver/context.js";import{useActivityState as O}from"./flows/activity/orchestrator/controller.js";import{useActivity as k,useOptionalActivity as A,useOptionalPrefetchActivity as j,usePrefetchActivity as M}from"./flows/activity/orchestrator/useActivity.js";import"./flows/activity/orchestrator/index.js";import{useDepositSnapshot as N}from"./flows/deposit/driver/context.js";import{useDepositState as P}from"./flows/deposit/orchestrator/controller.js";import{useDeposit as F,useOptionalDeposit as I,usePrefetchDeposit as L}from"./flows/deposit/orchestrator/useDeposit.js";import{useWithdrawBindings as R}from"./flows/withdraw/bindings/WithdrawBindings.js";import"./flows/withdraw/bindings/index.js";import{useWithdrawSnapshot as z}from"./flows/withdraw/driver/context.js";import{useWithdrawState as B}from"./flows/withdraw/orchestrator/controller.js";import{useOptionalWithdraw as V,usePrefetchWithdraw as H,useWithdraw as U}from"./flows/withdraw/orchestrator/useWithdraw.js";import"./flows/withdraw/orchestrator/index.js";import{useKitConfig as W}from"./scope/context.js";import{KitPortalScope as G}from"./scope/KitPortalScope.js";import{StridgeProvider as K}from"./stridge/StridgeProvider.js";export{u as DEFAULT_KIT_STORAGE_NAMESPACE,y as KIT_VERSION,G as KitPortalScope,d as KitStorageProvider,K as StridgeProvider,h as bannerAckStorageKey,g as bucketFromSettlement,l as createKitStorage,a as createLocalStorageAdapter,o as createMemoryStorageAdapter,s as createSessionStorageAdapter,e as isValidAddressForChainType,t as isValidEvmAddress,n as isValidTronAddress,i as logos,E as redactEvent,c as resolveStorageAdapter,r as toChainType,k as useActivity,D as useActivitySnapshot,O as useActivityState,_ as useBannerAck,v as useBannerAckForSettlement,b as useCurrentFlowId,F as useDeposit,N as useDepositSnapshot,P as useDepositState,W as useKitConfig,f as useKitStorage,p as useKitStorageValue,A as useOptionalActivity,I as useOptionalDeposit,m as useOptionalKitStorage,j as useOptionalPrefetchActivity,V as useOptionalWithdraw,M as usePrefetchActivity,L as usePrefetchDeposit,H as usePrefetchWithdraw,x as useStridgeEvent,S as useStridgeEventBus,C as useStridgeEvents,w as useStridgeFlowEvent,T as useStridgeFlowEvents,U as useWithdraw,R as useWithdrawBindings,z as useWithdrawSnapshot,B as useWithdrawState};
package/dist/package.js CHANGED
@@ -1 +1 @@
1
- var e=`0.1.0-alpha.60`;export{e as version};
1
+ var e=`0.1.0-alpha.62`;export{e as version};
@@ -1 +1 @@
1
- "use client";import{useLingui as e}from"../i18n/useLingui.js";import"../../i18n/index.js";import{joinClassNames as t}from"../utils/joinClassNames.js";import{LogoIcon as n}from"../icons/LogoIcon.js";import"../../icons/index.js";import{ATTRIBUTION_SLOTS as r}from"./Attribution.slots.js";import{elementStyles as i,styles as a}from"./Attribution.styles.js";import{Fragment as o,jsx as s,jsxs as c}from"react/jsx-runtime";import*as l from"@stylexjs/stylex";function u({href:u=`https://stridge.com`,target:d=`_blank`,rel:f=`noopener noreferrer`,asStatic:p,className:m,style:h}){let{_:g}=e(),_=l.props(a.root),v=l.props(a.link,!p&&a.anchor),y=l.props(i.prefix),b=l.props(i.mark),x=l.props(i.wordmark),S=t(_.className,m),C=_.style||h?{..._.style,...h}:void 0,w=c(o,{children:[s(`span`,{"data-stridge-slot":r.prefix,className:y.className,style:y.style,children:g({id:`g2UNkE`,message:`Powered by`})}),s(`span`,{"data-stridge-slot":r.mark,className:b.className,style:b.style,children:s(n,{"aria-hidden":!0,focusable:!1})}),s(`span`,{"data-stridge-slot":r.wordmark,className:x.className,style:x.style,children:`Stridge`})]});return s(`div`,{"data-stridge-slot":r.root,className:S,style:C,children:p?s(`span`,{className:v.className,style:v.style,children:w}):s(`a`,{href:u,target:d,rel:f,className:v.className,style:v.style,children:w})})}export{u as Attribution};
1
+ "use client";import{useLingui as e}from"../i18n/useLingui.js";import"../../i18n/index.js";import{joinClassNames as t}from"../utils/joinClassNames.js";import{LogoIcon as n}from"../icons/LogoIcon.js";import"../../icons/index.js";import{ATTRIBUTION_SLOTS as r}from"./Attribution.slots.js";import{elementStyles as i,styles as a}from"./Attribution.styles.js";import{Fragment as o,jsx as s,jsxs as c}from"react/jsx-runtime";import*as l from"@stylexjs/stylex";function u({href:u=`https://stridge.com`,target:d=`_blank`,rel:f=`noopener noreferrer`,asStatic:p,floating:m,className:h,style:g}){let{_}=e(),v=l.props(a.root,m?a.floating:null),y=l.props(a.link,!p&&a.anchor),b=l.props(i.prefix),x=l.props(i.mark),S=l.props(i.wordmark),C=t(v.className,h),w=v.style||g?{...v.style,...g}:void 0,T=c(o,{children:[s(`span`,{"data-stridge-slot":r.prefix,className:b.className,style:b.style,children:_({id:`g2UNkE`,message:`Powered by`})}),s(`span`,{"data-stridge-slot":r.mark,className:x.className,style:x.style,children:s(n,{"aria-hidden":!0,focusable:!1})}),s(`span`,{"data-stridge-slot":r.wordmark,className:S.className,style:S.style,children:`Stridge`})]});return s(`div`,{"data-stridge-slot":r.root,className:C,style:w,children:p?s(`span`,{className:y.className,style:y.style,children:T}):s(`a`,{href:u,target:d,rel:f,className:y.className,style:y.style,children:T})})}export{u as Attribution};
@@ -1 +1 @@
1
- const e={root:{"Attribution__styles.root":`Attribution__styles.root`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"paddingTop-kLKAdn":`x19ment4`,"paddingBottom-kGO01o":`xfvigk`,"paddingInline-kg3NbH":`x1ujb8i1`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:11`},link:{"Attribution__styles.link":`Attribution__styles.link`,"display-k1xSpc":`x3nfvp2`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,"textDecoration-kybGjl":`x1hl2dhg`,"outline-kI3sdo":`x1a2a7pz`,"transitionProperty-k1ekBW":`xt3l3uh`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x1xv5090`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:20`},anchor:{"Attribution__styles.anchor":`Attribution__styles.anchor`,":focus-visible_outline-k3Woio":`x1gvykhg`,":focus-visible_outlineOffset-kiEn40":`x7s97pk`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:35`}},t={prefix:{"Attribution__elementStyles.prefix":`Attribution__elementStyles.prefix`,"fontSize-kGuDYH":`x1oae1zf`,"fontWeight-k63SB2":`xxjjie5`,"lineHeight-kLWn49":`x1d3mw78`,"color-kMwMTN":`xd2gg92`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-prefix']_color-kKNNVu":`x1wa2jhk`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:51`},mark:{"Attribution__elementStyles.mark":`Attribution__elementStyles.mark`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"color-kMwMTN":`x9irweu`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-mark']_color-kEC4n1":`x1perupi`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:60`},wordmark:{"Attribution__elementStyles.wordmark":`Attribution__elementStyles.wordmark`,"fontSize-kGuDYH":`x1oae1zf`,"fontWeight-k63SB2":`x1qvi77d`,"letterSpacing-kb6lSQ":`x1ixy4ik`,"lineHeight-kLWn49":`x1d3mw78`,"color-kMwMTN":`x1nxg1fm`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-wordmark']_color-kKiZkk":`x19k0ldo`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-wordmark']_textDecoration-k7BEHM":`x1l0eogd`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-wordmark']_textUnderlineOffset-kHPfEo":`x1diuls0`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:68`}};export{t as elementStyles,e as styles};
1
+ const e={root:{"Attribution__styles.root":`Attribution__styles.root`,"display-k1xSpc":`x78zum5`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"justifyContent-kjj79g":`xl56j7k`,"flexShrink-kmuXW":`x2lah0s`,"paddingTop-kLKAdn":`x19ment4`,"paddingBottom-kGO01o":`xfvigk`,"paddingInline-kg3NbH":`x1ujb8i1`,"transitionProperty-k1ekBW":`xkdsq27`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x1xv5090`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:11`},floating:{"Attribution__styles.floating":`Attribution__styles.floating`,"boxShadow-kGVxlE":`xf7hhl2`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:30`},link:{"Attribution__styles.link":`Attribution__styles.link`,"display-k1xSpc":`x3nfvp2`,"flexDirection-kXwgrk":`x1q0g3np`,"alignItems-kGNEyG":`x6s0dn4`,"gap-kOIVth":`x1a6yh9e`,"textDecoration-kybGjl":`x1hl2dhg`,"outline-kI3sdo":`x1a2a7pz`,"transitionProperty-k1ekBW":`xt3l3uh`,"transitionDuration-kIyJzY":`x1vhb3u9`,"transitionTimingFunction-kAMwcw":`x1xv5090`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:33`},anchor:{"Attribution__styles.anchor":`Attribution__styles.anchor`,":focus-visible_outline-k3Woio":`x1gvykhg`,":focus-visible_outlineOffset-kiEn40":`x7s97pk`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:48`}},t={prefix:{"Attribution__elementStyles.prefix":`Attribution__elementStyles.prefix`,"fontSize-kGuDYH":`x1oae1zf`,"fontWeight-k63SB2":`xxjjie5`,"lineHeight-kLWn49":`x1d3mw78`,"color-kMwMTN":`xd2gg92`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-prefix']_color-kKNNVu":`x1wa2jhk`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:64`},mark:{"Attribution__elementStyles.mark":`Attribution__elementStyles.mark`,"display-k1xSpc":`x3nfvp2`,"alignItems-kGNEyG":`x6s0dn4`,"color-kMwMTN":`x9irweu`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-mark']_color-kEC4n1":`x1perupi`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:73`},wordmark:{"Attribution__elementStyles.wordmark":`Attribution__elementStyles.wordmark`,"fontSize-kGuDYH":`x1oae1zf`,"fontWeight-k63SB2":`x1qvi77d`,"letterSpacing-kb6lSQ":`x1ixy4ik`,"lineHeight-kLWn49":`x1d3mw78`,"color-kMwMTN":`x1nxg1fm`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-wordmark']_color-kKiZkk":`x19k0ldo`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-wordmark']_textDecoration-k7BEHM":`x1l0eogd`,":is(a:hover, a:focus-visible) [data-stridge-slot~='attribution-wordmark']_textUnderlineOffset-kHPfEo":`x1diuls0`,$$css:`@stridge/kit:src/shared/attribution/Attribution.styles.ts:81`}};export{t as elementStyles,e as styles};
@@ -1 +1 @@
1
- "use client";import{useKitConfig as e}from"../../scope/context.js";import{useIsInsideDialogContent as t}from"../ui/Dialog/Dialog.js";import"../ui/Dialog/index.js";import{Attribution as n}from"../attribution/Attribution.js";import"../attribution/index.js";import{Card as r}from"../ui/Card/Card.js";import"../../ui/index.js";import{jsx as i,jsxs as a}from"react/jsx-runtime";function o({className:o,style:s,dir:c,children:l,...u}){let d=t(),{direction:f,attribution:p}=e(),m=c??f,h=p!==`hidden`;if(d){let e={className:`Frame__styles.bare x78zum5 xdt5ytf xkz0k9k x2lwn1j x7giv3`,"data-style-src":`@stridge/kit:src/shared/dialog/Frame.tsx:33`};return a(`div`,{...u,dir:m,className:[e.className,o].filter(Boolean).join(` `)||void 0,style:{...e.style,...s},children:[l,h?i(n,{}):null]})}return a(r,{variant:`frame`,dir:m,className:o,style:s,...u,children:[l,h?i(n,{}):null]})}export{o as Frame};
1
+ "use client";import{useKitConfig as e}from"../../scope/context.js";import{useIsInsideDialogContent as t}from"../ui/Dialog/Dialog.js";import"../ui/Dialog/index.js";import{Attribution as n}from"../attribution/Attribution.js";import"../attribution/index.js";import{Card as r}from"../ui/Card/Card.js";import"../../ui/index.js";import{useEffect as i,useRef as a,useState as o}from"react";import{jsx as s,jsxs as c}from"react/jsx-runtime";function l(e){let[t,n]=o(!1);return i(()=>{let t=e.current;if(!t)return;let r=null,i=null,a=()=>{n(r?r.scrollHeight-r.clientHeight-r.scrollTop>1:!1)},o=()=>{let e=t.querySelector(`[data-stridge-slot="scroll-area-viewport"]`);if(e!==r&&(r?.removeEventListener(`scroll`,a),i?.disconnect(),r=e,r)){r.addEventListener(`scroll`,a,{passive:!0}),i=new ResizeObserver(a),i.observe(r);for(let e of r.children)i.observe(e)}a()};o();let s=new MutationObserver(o);return s.observe(t,{childList:!0,subtree:!0}),()=>{s.disconnect(),i?.disconnect(),r?.removeEventListener(`scroll`,a)}},[e]),t}function u({className:i,style:o,dir:u,children:d,...f}){let p=t(),{direction:m,attribution:h}=e(),g=u??m,_=h!==`hidden`,v=a(null),y=l(v);if(p){let e={className:`Frame__styles.bare x78zum5 xdt5ytf xkz0k9k x2lwn1j x7giv3`,"data-style-src":`@stridge/kit:src/shared/dialog/Frame.tsx:89`};return c(`div`,{ref:v,...f,dir:g,className:[e.className,i].filter(Boolean).join(` `)||void 0,style:{...e.style,...o},children:[d,_?s(n,{floating:y}):null]})}return c(r,{variant:`frame`,dir:g,className:i,style:o,...f,children:[d,_?s(n,{}):null]})}export{u as Frame};
@@ -0,0 +1,31 @@
1
+ import { I18n } from "@lingui/core";
2
+
3
+ //#region src/shared/format/formatFiat.d.ts
4
+ /**
5
+ * Options for {@link formatFiat}.
6
+ */
7
+ interface FormatFiatOptions {
8
+ /**
9
+ * When `true` (the default), a positive value below the currency's smallest representable unit
10
+ * renders as a clamped `"< <symbol><unit>"` string (e.g. `"< $0.01"`, `"< ¥1"`) instead of
11
+ * rounding to a misleading zero. The clamp unit is derived from the currency's resolved
12
+ * fraction digits, so it is correct for 0-decimal currencies (JPY/KRW) as well.
13
+ */
14
+ showSmallValueClamp?: boolean;
15
+ /** Extra `Intl.NumberFormat` overrides merged on top of the currency defaults. */
16
+ intlOptions?: Intl.NumberFormatOptions;
17
+ }
18
+ /**
19
+ * Format a fiat amount in `currency`, locale-correct for onramp surfaces. Unlike {@link formatUsd}
20
+ * (USD-only, manual `"$"` prefix), this routes through `Intl.NumberFormat`'s `style: "currency"`
21
+ * with `currencyDisplay: "narrowSymbol"`, so symbol placement, grouping, and fraction digits follow
22
+ * each currency's CLDR rules — JPY/KRW render with 0 decimals, EUR/GBP with 2, and symbol-after-
23
+ * amount locales place the symbol correctly. Never prepend `$` manually for onramp amounts.
24
+ *
25
+ * @param value - The numeric fiat amount in major units (e.g. dollars, euros, yen).
26
+ * @param i18n - The active Lingui {@link I18n} instance — `i18n.locale` drives the formatter.
27
+ * @param currency - ISO-4217 currency code (e.g. `"USD"`, `"EUR"`, `"JPY"`).
28
+ */
29
+ declare function formatFiat(value: number, i18n: I18n, currency: string, options?: FormatFiatOptions): string;
30
+ //#endregion
31
+ export { FormatFiatOptions, formatFiat };
@@ -0,0 +1 @@
1
+ function e(e,t,n,r={}){let i=r.showSmallValueClamp??!0,a=new Intl.NumberFormat(t.locale,{style:`currency`,currency:n,currencyDisplay:`narrowSymbol`,...r.intlOptions});if(i&&e>0){let t=10**-(a.resolvedOptions().maximumFractionDigits??2);if(e<t)return`< ${a.format(t)}`}return a.format(e)}export{e as formatFiat};
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from "react";
2
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
3
+
4
+ //#region src/shared/icons/BellIcon.d.ts
5
+ declare function BellIcon(props: SVGProps<SVGSVGElement>): _$react_jsx_runtime0.JSX.Element;
6
+ //#endregion
7
+ export { BellIcon };
@@ -0,0 +1 @@
1
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";function n(n){return t(`svg`,{fill:`none`,height:`24`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,viewBox:`0 0 24 24`,width:`24`,xmlns:`http://www.w3.org/2000/svg`,...n,children:[e(`path`,{d:`M10.268 21a2 2 0 0 0 3.464 0`}),e(`path`,{d:`M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326`})]})}export{n as BellIcon};
@@ -3,14 +3,11 @@ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/shared/icons/BitcoinIcon.d.ts
5
5
  /**
6
- * Bitcoin glyph — stylised ₿ mark drawn as a single open stroke. Used
7
- * as the iconographic shorthand for the crypto payment rail in
8
- * `Deposit.RailPicker`. The kit's only crypto-symbol icon; appropriate
9
- * wherever a single glyph needs to represent "crypto" as a category
10
- * (not a specific token — for that use a `TokenLogo`).
11
- *
12
- * SVG path mirrors the `bitcoin` icon from lucide (MIT) — inlined
13
- * because `@stridge/kit` must not depend on `lucide-react`.
6
+ * Bitcoin coin glyph — a solid coin with the ₿ mark knocked out as negative space
7
+ * (`fillRule="evenodd"`). Used as the iconographic shorthand for the crypto payment rail in
8
+ * `Deposit.RailPicker`. Monochrome: the fill follows `currentColor`, so it tints with the
9
+ * surrounding text colour. The kit's only crypto-symbol icon; appropriate wherever a single glyph
10
+ * needs to represent "crypto" as a category (not a specific token — for that use a `TokenLogo`).
14
11
  */
15
12
  declare function BitcoinIcon(props: SVGProps<SVGSVGElement>): _$react_jsx_runtime0.JSX.Element;
16
13
  //#endregion
@@ -1 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";function t(t){return e(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...t,children:e(`path`,{d:`M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727`})})}export{t as BitcoinIcon};
1
+ import{jsx as e}from"react/jsx-runtime";function t(t){return e(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 500 500`,fill:`currentColor`,...t,children:e(`path`,{fillRule:`evenodd`,d:`M43.43,125.143c7.71-10.766,14.875-21.901,23.562-31.986c15.8-18.343,33.692-34.063,54.18-47.075c18.379-11.672,37.761-20.872,58.501-27.305c32.294-10.018,65.26-12.997,98.838-9.165c24.544,2.801,48.191,9.067,70.713,19.215c13.633,6.142,26.456,13.731,39.025,21.927c25.328,16.515,45.618,38.014,62.58,62.577c18.116,26.236,29.889,55.421,36.346,86.725c4.535,21.983,6.449,44.171,4.503,66.504c-2.399,27.536-8.514,54.086-19.938,79.604c-9.662,21.583-21.589,41.401-36.861,59.301c-14.94,17.511-31.788,32.831-51.149,45.461c-13.184,8.6-26.926,16.276-41.434,21.975c-24.274,9.537-49.447,15.986-75.787,17.115c-18.545,0.795-36.985,0.483-55.279-2.763c-15.713-2.788-31.049-6.858-46.063-12.496c-14.566-5.47-28.693-11.95-41.709-20.143c-18.766-11.812-35.683-26.147-50.737-42.663c-16.773-18.403-30.373-38.808-40.779-61.344c-14.7-31.835-21.929-65.401-22.359-100.425c-0.162-13.173,1.349-26.244,3.105-39.283c0.126-0.933-0.002-1.899-0.012-2.851c1.536-0.952,1.4-2.618,1.677-4.071c3.906-20.483,10.494-40.059,19.418-58.906C36.933,138.397,41.296,132.307,43.43,125.143z M325.157,254.513c6.537-3.474,12.749-5.465,17.658-9.85c18.918-16.899,23.96-56.673-6.747-75.833c-9.566-5.969-19.77-10.393-30.77-14.907c1.819-14.731,7.709-28.516,9.622-43.603c-9.076-2.249-17.578-5.234-26.425-6.193c-3.617,14.177-7.085,27.769-10.674,41.837c-6.78-2.076-13.761-1.879-20.142-5.473c2.302-14.39,7.773-27.872,9.268-42.314c-9.322-1.464-17.216-5.094-26.265-5.485c-3.563,14.209-7.011,27.958-10.586,42.215c-17.944-2.75-34.419-8.921-52.52-12.239c-3.977,8.91-5.738,18.311-7.334,28.313c5.896,1.392,11.022,2.623,16.158,3.811c12.965,2.998,16.517,10.086,13.439,21.424c-2.19,8.065-4.166,16.189-6.182,24.301c-7.245,29.16-14.432,58.333-21.72,87.482c-1.642,6.567-5.734,8.706-12.398,7.731c-6.563-0.96-12.757-3.907-19.99-3.693c-3.136,10.032-9.378,18.871-11.588,29.946c17.236,4.391,33.911,8.639,51.344,13.08c-1.312,15.208-7.614,29.125-9.476,44.441c8.739,2.095,16.965,4.066,25.544,6.123c5.653-14.044,6.957-28.803,12.226-43.33c6.351,3.265,13.397,2.317,19.612,6.427c-3.387,14.003-6.762,27.952-10.178,42.077c8.986,3.216,17.753,4.528,26.758,6.77c3.645-14.604,7.169-28.728,10.578-42.386c2.123-1.091,3.676-0.888,5.143-0.574c14.113,3.021,28.39,3.726,42.676,2.14c12.368-1.373,23.343-6.088,32.148-15.372c9.791-10.323,14.71-22.952,17.078-36.535c1.93-11.065,1.436-22.277-5.06-32.071C341.263,265.099,334.27,259.243,325.157,254.513z M223.128,312.17c17.411,4.325,34.803,8.95,53.02,5.624c9.715-1.774,17.037-6.73,19.985-16.503c2.78-9.218,1.164-17.593-5.673-24.879c-7.11-7.576-16.254-11.514-25.682-14.807c-11.264-3.934-22.683-7.508-34.99-8.48c-4.716,19.168-9.293,37.773-13.972,56.788C218.797,310.842,220.933,311.625,223.128,312.17z M284.628,231.846c9.628-1.368,17.612-7.738,19.958-16.393c2.869-10.583-0.337-19.865-8.902-26.178c-9.718-7.163-20.908-10.807-32.47-13.337c-4.307-0.943-8.544-3.454-13.756-1.759c-4.143,16.837-8.303,33.747-12.599,51.209C253.316,229.543,268.47,234.141,284.628,231.846z`})})}export{t as BitcoinIcon};
@@ -4,9 +4,9 @@ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
4
4
  //#region src/shared/icons/CardIcon.d.ts
5
5
  /**
6
6
  * Generic credit-card outline. Used as the themed monochrome glyph for the
7
- * cash rail's Card method in `Deposit.Method`; brand-specific card art (Visa,
8
- * Mastercard, etc.) ships through the `DepositMethodInput.icon` override prop
9
- * when the integrator has approval for the official mark.
7
+ * onramp ("Cash") method in `Deposit.Method` and the onramp rail tab;
8
+ * brand-specific card art ships through the `DepositMethodInput.icon` override
9
+ * prop when the integrator has approval for the official mark.
10
10
  *
11
11
  * SVG path mirrors the `credit-card` icon from lucide (MIT) — inlined because
12
12
  * `@stridge/kit` must not depend on `lucide-react`.
@@ -0,0 +1,16 @@
1
+ import { SVGProps } from "react";
2
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
3
+
4
+ //#region src/shared/icons/DirhamSignIcon.d.ts
5
+ /**
6
+ * Official UAE dirham currency sign (Unicode 18.0 `U+20C3`, "UAE DIRHAM SIGN"). Inlined as an SVG
7
+ * because no shipping OS font renders the codepoint yet — native support arrives with Unicode 18.0
8
+ * (~Sept 2026) and rolls out gradually after, so the bare character would show a tofu box on
9
+ * virtually every current device. Filled with `currentColor` so it inherits the surrounding text
10
+ * colour; sized in `em` (cap-height by default) so it tracks the type it sits next to. Path traced
11
+ * from the Central Bank of the UAE mark (viewBox is wider than tall, so width derives from the
12
+ * aspect ratio when only `height` is set).
13
+ */
14
+ declare function DirhamSignIcon(props: SVGProps<SVGSVGElement>): _$react_jsx_runtime0.JSX.Element;
15
+ //#endregion
16
+ export { DirhamSignIcon };
@@ -0,0 +1 @@
1
+ import{jsx as e}from"react/jsx-runtime";function t(t){return e(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 1000 870`,fill:`currentColor`,role:`img`,style:{display:`inline-block`,height:`0.78em`,width:`auto`,verticalAlign:`-0.02em`},...t,children:e(`path`,{d:`m88.3 1c0.4 0.6 2.6 3.3 4.7 5.9 15.3 18.2 26.8 47.8 33 85.1 4.1 24.5 4.3 32.2 4.3 125.6v87h-41.8c-38.2 0-42.6-0.2-50.1-1.7-11.8-2.5-24-9.2-32.2-17.8-6.5-6.9-6.3-7.3-5.9 13.6 0.5 17.3 0.7 19.2 3.2 28.6 4 14.9 9.5 26 17.8 35.9 11.3 13.6 22.8 21.2 39.2 26.3 3.5 1 10.9 1.4 37.1 1.6l32.7 0.5v43.3 43.4l-46.1-0.3-46.3-0.3-8-3.2c-9.5-3.8-13.8-6.6-23.1-14.9l-6.8-6.1 0.4 19.1c0.5 17.7 0.6 19.7 3.1 28.7 8.7 31.8 29.7 54.5 57.4 61.9 6.9 1.9 9.6 2 38.5 2.4l30.9 0.4v89.6c0 54.1-0.3 94-0.8 100.8-0.5 6.2-2.1 17.8-3.5 25.9-6.5 37.3-18.2 65.4-35 83.6l-3.4 3.7h169.1c101.1 0 176.7-0.4 187.8-0.9 19.5-1 63-5.3 72.8-7.4 3.1-0.6 8.9-1.5 12.7-2.1 8.1-1.2 21.5-4 40.8-8.9 27.2-6.8 52-15.3 76.3-26.1 7.6-3.4 29.4-14.5 35.2-18 3.1-1.8 6.8-4 8.2-4.7 3.9-2.1 10.4-6.3 19.9-13.1 4.7-3.4 9.4-6.7 10.4-7.4 4.2-2.8 18.7-14.9 25.3-21 25.1-23.1 46.1-48.8 62.4-76.3 2.3-4 5.3-9 6.6-11.1 3.3-5.6 16.9-33.6 18.2-37.8 0.6-1.9 1.4-3.9 1.8-4.3 2.6-3.4 17.6-50.6 19.4-60.9 0.6-3.3 0.9-3.8 3.4-4.3 1.6-0.3 24.9-0.3 51.8-0.1 53.8 0.4 53.8 0.4 65.7 5.9 6.7 3.1 8.7 4.5 16.1 11.2 9.7 8.7 8.8 10.1 8.2-11.7-0.4-12.8-0.9-20.7-1.8-23.9-3.4-12.3-4.2-14.9-7.2-21.1-9.8-21.4-26.2-36.7-47.2-44l-8.2-3-33.4-0.4-33.3-0.5 0.4-11.7c0.4-15.4 0.4-45.9-0.1-61.6l-0.4-12.6 44.6-0.2c38.2-0.2 45.3 0 49.5 1.1 12.6 3.5 21.1 8.3 31.5 17.8l5.8 5.4v-14.8c0-17.6-0.9-25.4-4.5-37-7.1-23.5-21.1-41-41.1-51.8-13-7-13.8-7.2-58.5-7.5-26.2-0.2-39.9-0.6-40.6-1.2-0.6-0.6-1.1-1.6-1.1-2.4 0-0.8-1.5-7.1-3.5-13.9-23.4-82.7-67.1-148.4-131-197.1-8.7-6.7-30-20.8-38.6-25.6-3.3-1.9-6.9-3.9-7.8-4.5-4.2-2.3-28.3-14.1-34.3-16.6-3.6-1.6-8.3-3.6-10.4-4.4-35.3-15.3-94.5-29.8-139.7-34.3-7.4-0.7-17.2-1.8-21.7-2.2-20.4-2.3-48.7-2.6-209.4-2.6-135.8 0-169.9 0.3-169.4 1zm330.7 43.3c33.8 2 54.6 4.6 78.9 10.5 74.2 17.6 126.4 54.8 164.3 117 3.5 5.8 18.3 36 20.5 42.1 10.5 28.3 15.6 45.1 20.1 67.3 1.1 5.4 2.6 12.6 3.3 16 0.7 3.3 1 6.4 0.7 6.7-0.5 0.4-100.9 0.6-223.3 0.5l-222.5-0.2-0.3-128.5c-0.1-70.6 0-129.3 0.3-130.4l0.4-1.9h71.1c39 0 78 0.4 86.5 0.9zm297.5 350.3c0.7 4.3 0.7 77.3 0 80.9l-0.6 2.7-227.5-0.2-227.4-0.3-0.2-42.4c-0.2-23.3 0-42.7 0.2-43.1 0.3-0.5 97.2-0.8 227.7-0.8h227.2zm-10.2 171.7c0.5 1.5-1.9 13.8-6.8 33.8-5.6 22.5-13.2 45.2-20.9 62-3.8 8.6-13.3 27.2-15.6 30.7-1.1 1.6-4.3 6.7-7.1 11.2-18 28.2-43.7 53.9-73 72.9-10.7 6.8-32.7 18.4-38.6 20.2-1.2 0.3-2.5 0.9-3 1.3-0.7 0.6-9.8 4-20.4 7.8-19.5 6.9-56.6 14.4-86.4 17.5-19.3 1.9-22.4 2-96.7 2h-76.9v-129.7-129.8l220.9-0.4c121.5-0.2 221.6-0.5 222.4-0.7 0.9-0.1 1.8 0.5 2.1 1.2z`})})}export{t as DirhamSignIcon};
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from "react";
2
+ import * as _$react_jsx_runtime0 from "react/jsx-runtime";
3
+
4
+ //#region src/shared/icons/SearchIcon.d.ts
5
+ declare function SearchIcon(props: SVGProps<SVGSVGElement>): _$react_jsx_runtime0.JSX.Element;
6
+ //#endregion
7
+ export { SearchIcon };
@@ -0,0 +1 @@
1
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";function n(n){return t(`svg`,{fill:`none`,height:`24`,stroke:`currentColor`,strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:`2`,viewBox:`0 0 24 24`,width:`24`,xmlns:`http://www.w3.org/2000/svg`,...n,children:[e(`circle`,{cx:`11`,cy:`11`,r:`8`}),e(`path`,{d:`m21 21-4.3-4.3`})]})}export{n as SearchIcon};
@@ -1 +1 @@
1
- import"./createActivityReducers.js";import"./failureReason.js";import"./resolveActivityEntry.js";import"./toFailure.js";import"./useDialogLifecycle.js";import"./useDriverSettlementListener.js";import"./useEffectiveState.js";import"./userRejection.js";import"./useSettlementWatcher.js";
1
+ import"./createActivityReducers.js";import"./failureReason.js";import"./resolveActivityEntry.js";import"./toFailure.js";import"./useDialogLifecycle.js";import"./useDriverSettlementListener.js";import"./useEffectiveState.js";import"./useOnrampSessionWatcher.js";import"./userRejection.js";import"./useSettlementWatcher.js";
@@ -0,0 +1 @@
1
+ import{useEffect as e,useRef as t}from"react";function n(n,r,i){let a=t(r);a.current=r;let o=r!=null;e(()=>{if(!o)return;let e=a.current;if(e==null||!n.watchOnrampSession)return;let t=new AbortController;return n.watchOnrampSession(e,()=>void 0,t.signal),()=>t.abort()},[n,i,o])}export{n as useOnrampSessionWatcher};
@@ -1,4 +1,4 @@
1
- "use client";import{useCallback as e,useEffect as t,useLayoutEffect as n,useState as r}from"react";function i({rootRef:i,inputRef:c,prefixRef:l,suffixRef:u,text:d}){let[f,p]=r(57),[m,h]=r(null),[g,_]=r(!0),v=e(()=>{let e=i.current,t=c.current;if(!e||!t)return;let n=window.getComputedStyle(e),r=a(n,`--stridge-amt-max-font-size`,57),d=a(n,`--stridge-amt-min-font-size`,16),f=o(e);if(f<=0){p(e=>e===r?e:r);return}let m=t.value||t.placeholder||``,g=l.current?.textContent??``,_=u.current?.textContent??``,v=g+m+_,y=s(t,v,r);if(y===0){p(e=>e===r?e:r),h(0);return}let b=Math.min(r,Math.max(d,Math.floor(r*f/y))),x=b===r?y:s(t,v,b);b<r&&x>f&&b>d&&(--b,x=s(t,v,b)),p(e=>e===b?e:b),h(e=>e===x?e:x)},[i,c,l,u]);return n(()=>{v()},[v,d]),t(()=>{_(!1)},[]),t(()=>{let e=i.current;if(!e||typeof ResizeObserver>`u`)return;let t=new ResizeObserver(v);t.observe(e);let n=e.parentElement;return n&&t.observe(n),()=>t.disconnect()},[v,i]),{fontSize:f,inputWidth:m,isInitial:g}}function a(e,t,n){let r=e.getPropertyValue(t).trim();if(!r)return n;let i=Number.parseFloat(r);return Number.isFinite(i)?i:n}function o(e){let t=a(window.getComputedStyle(e),`--stridge-amt-available-width`,NaN);if(Number.isFinite(t)&&t>0)return t;let n=e.parentElement;if(!n)return e.clientWidth;let r=window.getComputedStyle(n),i=(Number.parseFloat(r.paddingInlineStart)||0)+(Number.parseFloat(r.paddingInlineEnd)||0),o=n.clientWidth-i;return o>0?o:e.clientWidth}function s(e,t,n){if(t===``)return 0;let r=window.getComputedStyle(e),i=document.createElement(`span`);i.style.cssText=`
1
+ "use client";import{useCallback as e,useEffect as t,useLayoutEffect as n,useState as r}from"react";function i({rootRef:i,inputRef:c,prefixRef:l,suffixRef:u,text:d}){let[f,p]=r(57),[m,h]=r(null),[g,_]=r(!0),v=e(()=>{let e=i.current,t=c.current;if(!e||!t)return;let n=window.getComputedStyle(e),r=a(n,`--stridge-amt-max-font-size`,57),d=a(n,`--stridge-amt-min-font-size`,16),f=o(e);if(f<=0){p(e=>e===r?e:r);return}let m=t.value||t.placeholder||``,g=l.current?.textContent??``,_=u.current?.textContent??``,v=g+m+_,y=Number.parseFloat(window.getComputedStyle(t).fontSize)||r,b=e=>{let t=0;for(let n of[l.current,u.current]){if(!n||(n.textContent??``).trim().length>0)continue;let r=n.offsetWidth;r>0&&(t+=r*e/y)}return t},x=s(t,v,r)+b(r);if(x===0){p(e=>e===r?e:r),h(0);return}let S=Math.min(r,Math.max(d,Math.floor(r*f/x))),C=S===r?x:s(t,v,S)+b(S);S<r&&C>f&&S>d&&(--S,C=s(t,v,S)+b(S)),p(e=>e===S?e:S),h(e=>e===C?e:C)},[i,c,l,u]);return n(()=>{v()},[v,d]),t(()=>{_(!1)},[]),t(()=>{let e=i.current;if(!e||typeof ResizeObserver>`u`)return;let t=new ResizeObserver(v);t.observe(e);let n=e.parentElement;return n&&t.observe(n),()=>t.disconnect()},[v,i]),{fontSize:f,inputWidth:m,isInitial:g}}function a(e,t,n){let r=e.getPropertyValue(t).trim();if(!r)return n;let i=Number.parseFloat(r);return Number.isFinite(i)?i:n}function o(e){let t=a(window.getComputedStyle(e),`--stridge-amt-available-width`,NaN);if(Number.isFinite(t)&&t>0)return t;let n=e.parentElement;if(!n)return e.clientWidth;let r=window.getComputedStyle(n),i=(Number.parseFloat(r.paddingInlineStart)||0)+(Number.parseFloat(r.paddingInlineEnd)||0),o=n.clientWidth-i;return o>0?o:e.clientWidth}function s(e,t,n){if(t===``)return 0;let r=window.getComputedStyle(e),i=document.createElement(`span`);i.style.cssText=`
2
2
  position: absolute;
3
3
  visibility: hidden;
4
4
  white-space: nowrap;