@tamagui/toast 2.0.0-rc.8 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (413) hide show
  1. package/dist/cjs/Toast.cjs +149 -141
  2. package/dist/cjs/Toast.native.js +149 -142
  3. package/dist/cjs/Toast.native.js.map +1 -1
  4. package/dist/cjs/ToastAnnounce.cjs +78 -72
  5. package/dist/cjs/ToastAnnounce.native.js +85 -79
  6. package/dist/cjs/ToastAnnounce.native.js.map +1 -1
  7. package/dist/cjs/ToastComposable.cjs +780 -591
  8. package/dist/cjs/ToastComposable.native.js +863 -706
  9. package/dist/cjs/ToastComposable.native.js.map +1 -1
  10. package/dist/cjs/ToastImperative.cjs +99 -80
  11. package/dist/cjs/ToastImperative.native.js +104 -96
  12. package/dist/cjs/ToastImperative.native.js.map +1 -1
  13. package/dist/cjs/ToastImpl.cjs +300 -238
  14. package/dist/cjs/ToastImpl.native.js +309 -271
  15. package/dist/cjs/ToastImpl.native.js.map +1 -1
  16. package/dist/cjs/ToastItemFrame.cjs +143 -0
  17. package/dist/cjs/ToastItemFrame.native.js +148 -0
  18. package/dist/cjs/ToastItemFrame.native.js.map +1 -0
  19. package/dist/cjs/ToastPortal.cjs +23 -18
  20. package/dist/cjs/ToastPortal.native.js +27 -22
  21. package/dist/cjs/ToastPortal.native.js.map +1 -1
  22. package/dist/cjs/ToastProvider.cjs +102 -98
  23. package/dist/cjs/ToastProvider.native.js +108 -106
  24. package/dist/cjs/ToastProvider.native.js.map +1 -1
  25. package/dist/cjs/ToastState.cjs +218 -155
  26. package/dist/cjs/ToastState.native.js +270 -203
  27. package/dist/cjs/ToastState.native.js.map +1 -1
  28. package/dist/cjs/ToastViewport.cjs +274 -233
  29. package/dist/cjs/ToastViewport.native.js +301 -273
  30. package/dist/cjs/ToastViewport.native.js.map +1 -1
  31. package/dist/cjs/Toaster.cjs +71 -233
  32. package/dist/cjs/Toaster.native.js +72 -289
  33. package/dist/cjs/Toaster.native.js.map +1 -1
  34. package/dist/cjs/constants.cjs +14 -12
  35. package/dist/cjs/constants.native.js +14 -12
  36. package/dist/cjs/constants.native.js.map +1 -1
  37. package/dist/cjs/createNativeToast.cjs +43 -35
  38. package/dist/cjs/createNativeToast.native.js +42 -30
  39. package/dist/cjs/createNativeToast.native.js.map +1 -1
  40. package/dist/cjs/dispatchNativeToast.cjs +47 -0
  41. package/dist/cjs/dispatchNativeToast.native.js +52 -0
  42. package/dist/cjs/dispatchNativeToast.native.js.map +1 -0
  43. package/dist/cjs/index.cjs +7 -5
  44. package/dist/cjs/index.native.js +7 -5
  45. package/dist/cjs/index.native.js.map +1 -1
  46. package/dist/cjs/types.cjs +7 -5
  47. package/dist/cjs/types.native.js +7 -5
  48. package/dist/cjs/types.native.js.map +1 -1
  49. package/dist/cjs/useAnimatedDragGesture.cjs +184 -83
  50. package/dist/cjs/useAnimatedDragGesture.native.js +193 -79
  51. package/dist/cjs/useAnimatedDragGesture.native.js.map +1 -1
  52. package/dist/cjs/useReducedMotion.cjs +44 -30
  53. package/dist/cjs/useReducedMotion.native.js +52 -43
  54. package/dist/cjs/useReducedMotion.native.js.map +1 -1
  55. package/dist/cjs/useToastAnimations.cjs +233 -155
  56. package/dist/cjs/useToastAnimations.native.js +246 -170
  57. package/dist/cjs/useToastAnimations.native.js.map +1 -1
  58. package/dist/cjs/v2.cjs +36 -0
  59. package/dist/cjs/v2.native.js +39 -0
  60. package/dist/cjs/v2.native.js.map +1 -0
  61. package/dist/esm/Toast.mjs +112 -106
  62. package/dist/esm/Toast.mjs.map +1 -1
  63. package/dist/esm/Toast.native.js +112 -107
  64. package/dist/esm/Toast.native.js.map +1 -1
  65. package/dist/esm/ToastAnnounce.mjs +46 -42
  66. package/dist/esm/ToastAnnounce.mjs.map +1 -1
  67. package/dist/esm/ToastAnnounce.native.js +52 -48
  68. package/dist/esm/ToastAnnounce.native.js.map +1 -1
  69. package/dist/esm/ToastComposable.mjs +742 -555
  70. package/dist/esm/ToastComposable.mjs.map +1 -1
  71. package/dist/esm/ToastComposable.native.js +825 -670
  72. package/dist/esm/ToastComposable.native.js.map +1 -1
  73. package/dist/esm/ToastImperative.mjs +71 -54
  74. package/dist/esm/ToastImperative.mjs.map +1 -1
  75. package/dist/esm/ToastImperative.native.js +76 -70
  76. package/dist/esm/ToastImperative.native.js.map +1 -1
  77. package/dist/esm/ToastImpl.mjs +261 -201
  78. package/dist/esm/ToastImpl.mjs.map +1 -1
  79. package/dist/esm/ToastImpl.native.js +270 -234
  80. package/dist/esm/ToastImpl.native.js.map +1 -1
  81. package/dist/esm/ToastItemFrame.mjs +114 -0
  82. package/dist/esm/ToastItemFrame.mjs.map +1 -0
  83. package/dist/esm/ToastItemFrame.native.js +116 -0
  84. package/dist/esm/ToastItemFrame.native.js.map +1 -0
  85. package/dist/esm/ToastPortal.mjs +8 -5
  86. package/dist/esm/ToastPortal.mjs.map +1 -1
  87. package/dist/esm/ToastPortal.native.js +12 -9
  88. package/dist/esm/ToastPortal.native.js.map +1 -1
  89. package/dist/esm/ToastProvider.mjs +71 -69
  90. package/dist/esm/ToastProvider.mjs.map +1 -1
  91. package/dist/esm/ToastProvider.native.js +77 -77
  92. package/dist/esm/ToastProvider.native.js.map +1 -1
  93. package/dist/esm/ToastState.mjs +205 -144
  94. package/dist/esm/ToastState.mjs.map +1 -1
  95. package/dist/esm/ToastState.native.js +258 -193
  96. package/dist/esm/ToastState.native.js.map +1 -1
  97. package/dist/esm/ToastViewport.mjs +238 -199
  98. package/dist/esm/ToastViewport.mjs.map +1 -1
  99. package/dist/esm/ToastViewport.native.js +265 -239
  100. package/dist/esm/ToastViewport.native.js.map +1 -1
  101. package/dist/esm/Toaster.mjs +45 -209
  102. package/dist/esm/Toaster.mjs.map +1 -1
  103. package/dist/esm/Toaster.native.js +46 -265
  104. package/dist/esm/Toaster.native.js.map +1 -1
  105. package/dist/esm/constants.mjs +2 -2
  106. package/dist/esm/constants.mjs.map +1 -1
  107. package/dist/esm/constants.native.js +2 -2
  108. package/dist/esm/constants.native.js.map +1 -1
  109. package/dist/esm/createNativeToast.mjs +29 -24
  110. package/dist/esm/createNativeToast.mjs.map +1 -1
  111. package/dist/esm/createNativeToast.native.js +27 -18
  112. package/dist/esm/createNativeToast.native.js.map +1 -1
  113. package/dist/esm/dispatchNativeToast.mjs +22 -0
  114. package/dist/esm/dispatchNativeToast.mjs.map +1 -0
  115. package/dist/esm/dispatchNativeToast.native.js +24 -0
  116. package/dist/esm/dispatchNativeToast.native.js.map +1 -0
  117. package/dist/esm/index.js +1 -1
  118. package/dist/esm/index.js.map +1 -6
  119. package/dist/esm/useAnimatedDragGesture.mjs +160 -61
  120. package/dist/esm/useAnimatedDragGesture.mjs.map +1 -1
  121. package/dist/esm/useAnimatedDragGesture.native.js +167 -55
  122. package/dist/esm/useAnimatedDragGesture.native.js.map +1 -1
  123. package/dist/esm/useReducedMotion.mjs +18 -6
  124. package/dist/esm/useReducedMotion.mjs.map +1 -1
  125. package/dist/esm/useReducedMotion.native.js +25 -18
  126. package/dist/esm/useReducedMotion.native.js.map +1 -1
  127. package/dist/esm/useToastAnimations.mjs +206 -130
  128. package/dist/esm/useToastAnimations.mjs.map +1 -1
  129. package/dist/esm/useToastAnimations.native.js +218 -144
  130. package/dist/esm/useToastAnimations.native.js.map +1 -1
  131. package/dist/esm/v2.mjs +6 -0
  132. package/dist/esm/v2.mjs.map +1 -0
  133. package/dist/esm/v2.native.js +6 -0
  134. package/dist/esm/v2.native.js.map +1 -0
  135. package/dist/jsx/Toast.mjs +112 -106
  136. package/dist/jsx/Toast.mjs.map +1 -1
  137. package/dist/jsx/Toast.native.js +149 -142
  138. package/dist/jsx/Toast.native.js.map +1 -1
  139. package/dist/jsx/ToastAnnounce.mjs +46 -42
  140. package/dist/jsx/ToastAnnounce.mjs.map +1 -1
  141. package/dist/jsx/ToastAnnounce.native.js +85 -79
  142. package/dist/jsx/ToastAnnounce.native.js.map +1 -1
  143. package/dist/jsx/ToastComposable.mjs +742 -555
  144. package/dist/jsx/ToastComposable.mjs.map +1 -1
  145. package/dist/jsx/ToastComposable.native.js +863 -706
  146. package/dist/jsx/ToastComposable.native.js.map +1 -1
  147. package/dist/jsx/ToastImperative.mjs +71 -54
  148. package/dist/jsx/ToastImperative.mjs.map +1 -1
  149. package/dist/jsx/ToastImperative.native.js +104 -96
  150. package/dist/jsx/ToastImperative.native.js.map +1 -1
  151. package/dist/jsx/ToastImpl.mjs +261 -201
  152. package/dist/jsx/ToastImpl.mjs.map +1 -1
  153. package/dist/jsx/ToastImpl.native.js +309 -271
  154. package/dist/jsx/ToastImpl.native.js.map +1 -1
  155. package/dist/jsx/ToastItemFrame.mjs +114 -0
  156. package/dist/jsx/ToastItemFrame.mjs.map +1 -0
  157. package/dist/jsx/ToastItemFrame.native.js +148 -0
  158. package/dist/jsx/ToastItemFrame.native.js.map +1 -0
  159. package/dist/jsx/ToastPortal.mjs +8 -5
  160. package/dist/jsx/ToastPortal.mjs.map +1 -1
  161. package/dist/jsx/ToastPortal.native.js +27 -22
  162. package/dist/jsx/ToastPortal.native.js.map +1 -1
  163. package/dist/jsx/ToastProvider.mjs +71 -69
  164. package/dist/jsx/ToastProvider.mjs.map +1 -1
  165. package/dist/jsx/ToastProvider.native.js +108 -106
  166. package/dist/jsx/ToastProvider.native.js.map +1 -1
  167. package/dist/jsx/ToastState.mjs +205 -144
  168. package/dist/jsx/ToastState.mjs.map +1 -1
  169. package/dist/jsx/ToastState.native.js +270 -203
  170. package/dist/jsx/ToastState.native.js.map +1 -1
  171. package/dist/jsx/ToastViewport.mjs +238 -199
  172. package/dist/jsx/ToastViewport.mjs.map +1 -1
  173. package/dist/jsx/ToastViewport.native.js +301 -273
  174. package/dist/jsx/ToastViewport.native.js.map +1 -1
  175. package/dist/jsx/Toaster.mjs +45 -209
  176. package/dist/jsx/Toaster.mjs.map +1 -1
  177. package/dist/jsx/Toaster.native.js +72 -289
  178. package/dist/jsx/Toaster.native.js.map +1 -1
  179. package/dist/jsx/constants.mjs +2 -2
  180. package/dist/jsx/constants.mjs.map +1 -1
  181. package/dist/jsx/constants.native.js +14 -12
  182. package/dist/jsx/constants.native.js.map +1 -1
  183. package/dist/jsx/createNativeToast.mjs +29 -24
  184. package/dist/jsx/createNativeToast.mjs.map +1 -1
  185. package/dist/jsx/createNativeToast.native.js +42 -30
  186. package/dist/jsx/createNativeToast.native.js.map +1 -1
  187. package/dist/jsx/dispatchNativeToast.mjs +22 -0
  188. package/dist/jsx/dispatchNativeToast.mjs.map +1 -0
  189. package/dist/jsx/dispatchNativeToast.native.js +52 -0
  190. package/dist/jsx/dispatchNativeToast.native.js.map +1 -0
  191. package/dist/jsx/index.js +1 -1
  192. package/dist/jsx/index.js.map +1 -6
  193. package/dist/jsx/index.native.js +7 -5
  194. package/dist/jsx/types.native.js +7 -5
  195. package/dist/jsx/useAnimatedDragGesture.mjs +160 -61
  196. package/dist/jsx/useAnimatedDragGesture.mjs.map +1 -1
  197. package/dist/jsx/useAnimatedDragGesture.native.js +193 -79
  198. package/dist/jsx/useAnimatedDragGesture.native.js.map +1 -1
  199. package/dist/jsx/useReducedMotion.mjs +18 -6
  200. package/dist/jsx/useReducedMotion.mjs.map +1 -1
  201. package/dist/jsx/useReducedMotion.native.js +52 -43
  202. package/dist/jsx/useReducedMotion.native.js.map +1 -1
  203. package/dist/jsx/useToastAnimations.mjs +206 -130
  204. package/dist/jsx/useToastAnimations.mjs.map +1 -1
  205. package/dist/jsx/useToastAnimations.native.js +246 -170
  206. package/dist/jsx/useToastAnimations.native.js.map +1 -1
  207. package/dist/jsx/v2.mjs +6 -0
  208. package/dist/jsx/v2.mjs.map +1 -0
  209. package/dist/jsx/v2.native.js +39 -0
  210. package/dist/jsx/v2.native.js.map +1 -0
  211. package/package.json +42 -29
  212. package/src/ToastComposable.tsx +1380 -0
  213. package/src/ToastImpl.tsx +14 -2
  214. package/src/ToastItemFrame.tsx +136 -0
  215. package/src/ToastPortal.tsx +2 -2
  216. package/src/ToastProvider.tsx +8 -1
  217. package/src/ToastState.ts +398 -0
  218. package/src/ToastViewport.tsx +4 -3
  219. package/src/Toaster.tsx +181 -0
  220. package/src/createNativeToast.native.tsx +4 -0
  221. package/src/createNativeToast.tsx +18 -24
  222. package/src/dispatchNativeToast.ts +43 -0
  223. package/src/useAnimatedDragGesture.native.ts +255 -0
  224. package/src/useAnimatedDragGesture.ts +319 -0
  225. package/src/useReducedMotion.ts +59 -0
  226. package/src/useToastAnimations.ts +372 -0
  227. package/src/v2.ts +31 -0
  228. package/types/ToastComposable.d.ts +199 -0
  229. package/types/ToastComposable.d.ts.map +1 -1
  230. package/types/ToastImpl.d.ts.map +1 -1
  231. package/types/ToastItemFrame.d.ts +25 -0
  232. package/types/ToastItemFrame.d.ts.map +1 -0
  233. package/types/ToastPortal.d.ts.map +1 -1
  234. package/types/ToastProvider.d.ts +1 -1
  235. package/types/ToastProvider.d.ts.map +1 -1
  236. package/types/ToastState.d.ts +179 -0
  237. package/types/ToastState.d.ts.map +1 -1
  238. package/types/ToastViewport.d.ts.map +1 -1
  239. package/types/Toaster.d.ts +112 -0
  240. package/types/Toaster.d.ts.map +1 -1
  241. package/types/createNativeToast.d.ts +5 -0
  242. package/types/createNativeToast.d.ts.map +1 -1
  243. package/types/createNativeToast.native.d.ts +1 -0
  244. package/types/createNativeToast.native.d.ts.map +1 -1
  245. package/types/dispatchNativeToast.d.ts +12 -0
  246. package/types/dispatchNativeToast.d.ts.map +1 -0
  247. package/types/useAnimatedDragGesture.d.ts +33 -0
  248. package/types/useAnimatedDragGesture.d.ts.map +1 -1
  249. package/types/useAnimatedDragGesture.native.d.ts +33 -0
  250. package/types/useAnimatedDragGesture.native.d.ts.map +1 -1
  251. package/types/useReducedMotion.d.ts +6 -0
  252. package/types/useToastAnimations.d.ts +50 -0
  253. package/types/useToastAnimations.d.ts.map +1 -1
  254. package/types/v2.d.ts +10 -0
  255. package/types/v2.d.ts.map +1 -0
  256. package/v2/index.cjs +2 -0
  257. package/v2/index.js +2 -0
  258. package/v2/index.native.cjs +2 -0
  259. package/v2/index.native.js +2 -0
  260. package/LICENSE +0 -21
  261. package/dist/cjs/Toast.js +0 -119
  262. package/dist/cjs/Toast.js.map +0 -6
  263. package/dist/cjs/ToastAnnounce.js +0 -72
  264. package/dist/cjs/ToastAnnounce.js.map +0 -6
  265. package/dist/cjs/ToastComposable.js +0 -548
  266. package/dist/cjs/ToastComposable.js.map +0 -6
  267. package/dist/cjs/ToastImperative.js +0 -71
  268. package/dist/cjs/ToastImperative.js.map +0 -6
  269. package/dist/cjs/ToastImpl.js +0 -227
  270. package/dist/cjs/ToastImpl.js.map +0 -6
  271. package/dist/cjs/ToastItem.cjs +0 -526
  272. package/dist/cjs/ToastItem.js +0 -409
  273. package/dist/cjs/ToastItem.js.map +0 -6
  274. package/dist/cjs/ToastItem.native.js +0 -614
  275. package/dist/cjs/ToastItem.native.js.map +0 -1
  276. package/dist/cjs/ToastPortal.js +0 -26
  277. package/dist/cjs/ToastPortal.js.map +0 -6
  278. package/dist/cjs/ToastProvider.js +0 -105
  279. package/dist/cjs/ToastProvider.js.map +0 -6
  280. package/dist/cjs/ToastState.js +0 -160
  281. package/dist/cjs/ToastState.js.map +0 -6
  282. package/dist/cjs/ToastViewport.js +0 -263
  283. package/dist/cjs/ToastViewport.js.map +0 -6
  284. package/dist/cjs/Toaster.js +0 -204
  285. package/dist/cjs/Toaster.js.map +0 -6
  286. package/dist/cjs/constants.js +0 -22
  287. package/dist/cjs/constants.js.map +0 -6
  288. package/dist/cjs/createNativeToast.js +0 -44
  289. package/dist/cjs/createNativeToast.js.map +0 -6
  290. package/dist/cjs/index.js +0 -15
  291. package/dist/cjs/index.js.map +0 -6
  292. package/dist/cjs/types.js +0 -14
  293. package/dist/cjs/types.js.map +0 -6
  294. package/dist/cjs/useAnimatedDragGesture.js +0 -97
  295. package/dist/cjs/useAnimatedDragGesture.js.map +0 -6
  296. package/dist/cjs/useDragGesture.cjs +0 -129
  297. package/dist/cjs/useDragGesture.js +0 -100
  298. package/dist/cjs/useDragGesture.js.map +0 -6
  299. package/dist/cjs/useDragGesture.native.js +0 -146
  300. package/dist/cjs/useDragGesture.native.js.map +0 -1
  301. package/dist/cjs/useReducedMotion.js +0 -53
  302. package/dist/cjs/useReducedMotion.js.map +0 -6
  303. package/dist/cjs/useToastAnimations.js +0 -144
  304. package/dist/cjs/useToastAnimations.js.map +0 -6
  305. package/dist/cjs/v1.cjs +0 -31
  306. package/dist/cjs/v1.js +0 -26
  307. package/dist/cjs/v1.js.map +0 -6
  308. package/dist/cjs/v1.native.js +0 -34
  309. package/dist/cjs/v1.native.js.map +0 -1
  310. package/dist/esm/Toast.js +0 -107
  311. package/dist/esm/Toast.js.map +0 -6
  312. package/dist/esm/ToastAnnounce.js +0 -55
  313. package/dist/esm/ToastAnnounce.js.map +0 -6
  314. package/dist/esm/ToastComposable.js +0 -543
  315. package/dist/esm/ToastComposable.js.map +0 -6
  316. package/dist/esm/ToastImperative.js +0 -50
  317. package/dist/esm/ToastImperative.js.map +0 -6
  318. package/dist/esm/ToastImpl.js +0 -225
  319. package/dist/esm/ToastImpl.js.map +0 -6
  320. package/dist/esm/ToastItem.js +0 -393
  321. package/dist/esm/ToastItem.js.map +0 -6
  322. package/dist/esm/ToastItem.mjs +0 -492
  323. package/dist/esm/ToastItem.mjs.map +0 -1
  324. package/dist/esm/ToastItem.native.js +0 -577
  325. package/dist/esm/ToastItem.native.js.map +0 -1
  326. package/dist/esm/ToastPortal.js +0 -13
  327. package/dist/esm/ToastPortal.js.map +0 -6
  328. package/dist/esm/ToastProvider.js +0 -87
  329. package/dist/esm/ToastProvider.js.map +0 -6
  330. package/dist/esm/ToastState.js +0 -144
  331. package/dist/esm/ToastState.js.map +0 -6
  332. package/dist/esm/ToastViewport.js +0 -250
  333. package/dist/esm/ToastViewport.js.map +0 -6
  334. package/dist/esm/Toaster.js +0 -188
  335. package/dist/esm/Toaster.js.map +0 -6
  336. package/dist/esm/constants.js +0 -6
  337. package/dist/esm/constants.js.map +0 -6
  338. package/dist/esm/createNativeToast.js +0 -28
  339. package/dist/esm/createNativeToast.js.map +0 -6
  340. package/dist/esm/types.js +0 -1
  341. package/dist/esm/types.js.map +0 -6
  342. package/dist/esm/useAnimatedDragGesture.js +0 -73
  343. package/dist/esm/useAnimatedDragGesture.js.map +0 -6
  344. package/dist/esm/useDragGesture.js +0 -76
  345. package/dist/esm/useDragGesture.js.map +0 -6
  346. package/dist/esm/useDragGesture.mjs +0 -95
  347. package/dist/esm/useDragGesture.mjs.map +0 -1
  348. package/dist/esm/useDragGesture.native.js +0 -109
  349. package/dist/esm/useDragGesture.native.js.map +0 -1
  350. package/dist/esm/useReducedMotion.js +0 -30
  351. package/dist/esm/useReducedMotion.js.map +0 -6
  352. package/dist/esm/useToastAnimations.js +0 -122
  353. package/dist/esm/useToastAnimations.js.map +0 -6
  354. package/dist/esm/v1.js +0 -17
  355. package/dist/esm/v1.js.map +0 -6
  356. package/dist/esm/v1.mjs +0 -3
  357. package/dist/esm/v1.mjs.map +0 -1
  358. package/dist/esm/v1.native.js +0 -3
  359. package/dist/esm/v1.native.js.map +0 -1
  360. package/dist/jsx/Toast.js +0 -107
  361. package/dist/jsx/Toast.js.map +0 -6
  362. package/dist/jsx/ToastAnnounce.js +0 -55
  363. package/dist/jsx/ToastAnnounce.js.map +0 -6
  364. package/dist/jsx/ToastComposable.js +0 -543
  365. package/dist/jsx/ToastComposable.js.map +0 -6
  366. package/dist/jsx/ToastImperative.js +0 -50
  367. package/dist/jsx/ToastImperative.js.map +0 -6
  368. package/dist/jsx/ToastImpl.js +0 -225
  369. package/dist/jsx/ToastImpl.js.map +0 -6
  370. package/dist/jsx/ToastItem.js +0 -393
  371. package/dist/jsx/ToastItem.js.map +0 -6
  372. package/dist/jsx/ToastItem.mjs +0 -492
  373. package/dist/jsx/ToastItem.mjs.map +0 -1
  374. package/dist/jsx/ToastItem.native.js +0 -614
  375. package/dist/jsx/ToastItem.native.js.map +0 -1
  376. package/dist/jsx/ToastPortal.js +0 -13
  377. package/dist/jsx/ToastPortal.js.map +0 -6
  378. package/dist/jsx/ToastProvider.js +0 -87
  379. package/dist/jsx/ToastProvider.js.map +0 -6
  380. package/dist/jsx/ToastState.js +0 -144
  381. package/dist/jsx/ToastState.js.map +0 -6
  382. package/dist/jsx/ToastViewport.js +0 -250
  383. package/dist/jsx/ToastViewport.js.map +0 -6
  384. package/dist/jsx/Toaster.js +0 -188
  385. package/dist/jsx/Toaster.js.map +0 -6
  386. package/dist/jsx/constants.js +0 -6
  387. package/dist/jsx/constants.js.map +0 -6
  388. package/dist/jsx/createNativeToast.js +0 -28
  389. package/dist/jsx/createNativeToast.js.map +0 -6
  390. package/dist/jsx/types.js +0 -1
  391. package/dist/jsx/types.js.map +0 -6
  392. package/dist/jsx/useAnimatedDragGesture.js +0 -73
  393. package/dist/jsx/useAnimatedDragGesture.js.map +0 -6
  394. package/dist/jsx/useDragGesture.js +0 -76
  395. package/dist/jsx/useDragGesture.js.map +0 -6
  396. package/dist/jsx/useDragGesture.mjs +0 -95
  397. package/dist/jsx/useDragGesture.mjs.map +0 -1
  398. package/dist/jsx/useDragGesture.native.js +0 -146
  399. package/dist/jsx/useDragGesture.native.js.map +0 -1
  400. package/dist/jsx/useReducedMotion.js +0 -30
  401. package/dist/jsx/useReducedMotion.js.map +0 -6
  402. package/dist/jsx/useToastAnimations.js +0 -122
  403. package/dist/jsx/useToastAnimations.js.map +0 -6
  404. package/dist/jsx/v1.js +0 -17
  405. package/dist/jsx/v1.js.map +0 -6
  406. package/dist/jsx/v1.mjs +0 -3
  407. package/dist/jsx/v1.mjs.map +0 -1
  408. package/dist/jsx/v1.native.js +0 -34
  409. package/dist/jsx/v1.native.js.map +0 -1
  410. package/types/ToastItem.d.ts.map +0 -1
  411. package/types/useDragGesture.d.ts.map +0 -1
  412. package/types/useDragGesture.native.d.ts.map +0 -1
  413. package/types/v1.d.ts.map +0 -1
@@ -2,33 +2,35 @@ var __create = Object.create;
2
2
  var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf,
6
- __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
16
  get: () => from[key],
16
17
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
18
  });
18
- return to;
19
- };
19
+ }
20
+ return to;
21
+ };
20
22
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
26
- value: mod,
27
- enumerable: !0
28
- }) : target, mod)),
29
- __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
30
- value: !0
31
- }), mod);
23
+ // If the importer is in node compatibility mode or this is not an ESM
24
+ // file that has been converted to a CommonJS file using a Babel-
25
+ // compatible transform (i.e. "__esModule" has not been set), then set
26
+ // "default" to the CommonJS "module.exports" for node compatibility.
27
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
28
+ value: mod,
29
+ enumerable: true
30
+ }) : target, mod));
31
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
32
+ value: true
33
+ }), mod);
32
34
  var ToastImpl_exports = {};
33
35
  __export(ToastImpl_exports, {
34
36
  ToastImpl: () => ToastImpl,
@@ -36,212 +38,262 @@ __export(ToastImpl_exports, {
36
38
  useToastInteractiveContext: () => useToastInteractiveContext
37
39
  });
38
40
  module.exports = __toCommonJS(ToastImpl_exports);
39
- var import_animate_presence = require("@tamagui/animate-presence"),
40
- import_compose_refs = require("@tamagui/compose-refs"),
41
- import_constants = require("@tamagui/constants"),
42
- import_core = require("@tamagui/core"),
43
- import_dismissable = require("@tamagui/dismissable"),
44
- import_helpers = require("@tamagui/helpers"),
45
- import_portal = require("@tamagui/portal"),
46
- import_stacks = require("@tamagui/stacks"),
47
- React = __toESM(require("react"), 1),
48
- import_react_native = require("react-native-web"),
49
- import_constants2 = require("./constants.cjs"),
50
- import_ToastAnnounce = require("./ToastAnnounce.cjs"),
51
- import_ToastProvider = require("./ToastProvider.cjs"),
52
- import_ToastViewport = require("./ToastViewport.cjs"),
53
- import_jsx_runtime = require("react/jsx-runtime");
41
+ var import_animate_presence = require("@tamagui/animate-presence");
42
+ var import_compose_refs = require("@tamagui/compose-refs");
43
+ var import_constants = require("@tamagui/constants");
44
+ var import_core = require("@tamagui/core");
45
+ var import_dismissable = require("@tamagui/dismissable");
46
+ var import_helpers = require("@tamagui/helpers");
47
+ var import_portal = require("@tamagui/portal");
48
+ var import_stacks = require("@tamagui/stacks");
49
+ var React = __toESM(require("react"), 1);
50
+ var import_constants2 = require("./constants.cjs");
51
+ var import_ToastAnnounce = require("./ToastAnnounce.cjs");
52
+ var import_ToastProvider = require("./ToastProvider.cjs");
53
+ var import_ToastViewport = require("./ToastViewport.cjs");
54
+ var import_jsx_runtime = require("react/jsx-runtime");
55
+ const getPanResponder = () => {
56
+ return null;
57
+ };
54
58
  const ToastImplFrame = (0, import_core.styled)(import_stacks.YStack, {
55
- name: "ToastImpl",
56
- tabIndex: 0,
57
- variants: {
58
- unstyled: {
59
- false: {
60
- focusStyle: {
61
- outlineStyle: "solid",
62
- outlineWidth: 2,
63
- outlineColor: "$outlineColor"
64
- },
65
- backgroundColor: "$color6",
66
- borderRadius: "$4",
67
- paddingHorizontal: "$4",
68
- paddingVertical: "$3",
69
- marginHorizontal: "auto",
70
- marginVertical: "$1",
71
- elevation: "$3"
72
- }
59
+ name: "ToastImpl",
60
+ tabIndex: 0,
61
+ variants: {
62
+ unstyled: {
63
+ false: {
64
+ focusStyle: {
65
+ outlineStyle: "solid",
66
+ outlineWidth: 2,
67
+ outlineColor: "$outlineColor"
68
+ },
69
+ backgroundColor: "$color6",
70
+ borderRadius: "$4",
71
+ paddingHorizontal: "$4",
72
+ paddingVertical: "$3",
73
+ marginHorizontal: "auto",
74
+ marginVertical: "$1",
75
+ elevation: "$3"
73
76
  }
74
- },
75
- defaultVariants: {
76
- unstyled: process.env.TAMAGUI_HEADLESS === "1"
77
77
  }
78
- }),
79
- {
80
- Provider: ToastInteractiveProvider,
81
- useStyledContext: useToastInteractiveContext
82
- } = (0, import_core.createStyledContext)({
83
- onClose() {}
84
- }),
85
- ToastImpl = React.forwardRef((props, forwardedRef) => {
86
- const {
87
- scope,
88
- type = "foreground",
89
- duration: durationProp,
90
- open,
91
- onClose,
92
- onEscapeKeyDown,
93
- onPause,
94
- onResume,
95
- onSwipeStart,
96
- onSwipeMove,
97
- onSwipeCancel,
98
- onSwipeEnd,
99
- viewportName = "default",
100
- ...toastProps
101
- } = props,
102
- isPresent = (0, import_animate_presence.useIsPresent)(),
103
- context = (0, import_ToastProvider.useToastProviderContext)(scope),
104
- [node, setNode] = React.useState(null),
105
- composedRefs = (0, import_compose_refs.useComposedRefs)(forwardedRef, setNode),
106
- duration = durationProp || context.duration,
107
- closeTimerStartTimeRef = React.useRef(0),
108
- closeTimerRemainingTimeRef = React.useRef(duration),
109
- closeTimerRef = React.useRef(0),
110
- {
111
- onToastAdd,
112
- onToastRemove
113
- } = context,
114
- viewport = React.useMemo(() => context.viewports[viewportName], [context.viewports, viewportName]),
115
- handleClose = (0, import_core.useEvent)(() => {
116
- isPresent && (import_constants.isWeb && node?.contains(document.activeElement) && viewport?.focus(), onClose());
117
- }),
118
- startTimer = React.useCallback(duration2 => {
119
- !duration2 || duration2 === Number.POSITIVE_INFINITY || (clearTimeout(closeTimerRef.current), closeTimerStartTimeRef.current = (/* @__PURE__ */new Date()).getTime(), closeTimerRef.current = setTimeout(handleClose, duration2));
120
- }, [handleClose]),
121
- handleResume = React.useCallback(() => {
122
- startTimer(closeTimerRemainingTimeRef.current), onResume?.();
123
- }, [onResume, startTimer]),
124
- handlePause = React.useCallback(() => {
125
- const elapsedTime = (/* @__PURE__ */new Date()).getTime() - closeTimerStartTimeRef.current;
126
- closeTimerRemainingTimeRef.current = closeTimerRemainingTimeRef.current - elapsedTime, window.clearTimeout(closeTimerRef.current), onPause?.();
127
- }, [onPause]);
128
- React.useEffect(() => {
129
- if (import_constants.isWeb && viewport) return viewport.addEventListener(import_ToastViewport.VIEWPORT_PAUSE, handlePause), viewport.addEventListener(import_ToastViewport.VIEWPORT_RESUME, handleResume), () => {
130
- viewport.removeEventListener(import_ToastViewport.VIEWPORT_PAUSE, handlePause), viewport.removeEventListener(import_ToastViewport.VIEWPORT_RESUME, handleResume);
78
+ },
79
+ defaultVariants: {
80
+ unstyled: process.env.TAMAGUI_HEADLESS === "1"
81
+ }
82
+ });
83
+ const {
84
+ Provider: ToastInteractiveProvider,
85
+ useStyledContext: useToastInteractiveContext
86
+ } = (0, import_core.createStyledContext)({
87
+ onClose() {}
88
+ });
89
+ const ToastImpl = React.forwardRef((props, forwardedRef) => {
90
+ const {
91
+ scope,
92
+ type = "foreground",
93
+ duration: durationProp,
94
+ open,
95
+ onClose,
96
+ onEscapeKeyDown,
97
+ onPause,
98
+ onResume,
99
+ onSwipeStart,
100
+ onSwipeMove,
101
+ onSwipeCancel,
102
+ onSwipeEnd,
103
+ viewportName = "default",
104
+ ...toastProps
105
+ } = props;
106
+ const isPresent = (0, import_animate_presence.useIsPresent)();
107
+ const context = (0, import_ToastProvider.useToastProviderContext)(scope);
108
+ const [node, setNode] = React.useState(null);
109
+ const composedRefs = (0, import_compose_refs.useComposedRefs)(forwardedRef, setNode);
110
+ const duration = durationProp || context.duration;
111
+ const closeTimerStartTimeRef = React.useRef(0);
112
+ const closeTimerRemainingTimeRef = React.useRef(duration);
113
+ const closeTimerRef = React.useRef(0);
114
+ const {
115
+ onToastAdd,
116
+ onToastRemove
117
+ } = context;
118
+ const viewport = React.useMemo(() => {
119
+ return context.viewports[viewportName];
120
+ }, [context.viewports, viewportName]);
121
+ const handleClose = (0, import_core.useEvent)(() => {
122
+ if (!isPresent) return;
123
+ if (import_constants.isWeb) {
124
+ if (node?.contains(document.activeElement)) viewport?.focus();
125
+ }
126
+ onClose();
127
+ });
128
+ const startTimer = React.useCallback(duration2 => {
129
+ if (!duration2 || duration2 === Number.POSITIVE_INFINITY) return;
130
+ clearTimeout(closeTimerRef.current);
131
+ closeTimerStartTimeRef.current = (/* @__PURE__ */new Date()).getTime();
132
+ closeTimerRef.current = setTimeout(handleClose, duration2);
133
+ }, [handleClose]);
134
+ const handleResume = React.useCallback(() => {
135
+ startTimer(closeTimerRemainingTimeRef.current);
136
+ onResume?.();
137
+ }, [onResume, startTimer]);
138
+ const handlePause = React.useCallback(() => {
139
+ const elapsedTime = (/* @__PURE__ */new Date()).getTime() - closeTimerStartTimeRef.current;
140
+ closeTimerRemainingTimeRef.current = closeTimerRemainingTimeRef.current - elapsedTime;
141
+ window.clearTimeout(closeTimerRef.current);
142
+ onPause?.();
143
+ }, [onPause]);
144
+ React.useEffect(() => {
145
+ if (!import_constants.isWeb) return;
146
+ if (viewport) {
147
+ viewport.addEventListener(import_ToastViewport.VIEWPORT_PAUSE, handlePause);
148
+ viewport.addEventListener(import_ToastViewport.VIEWPORT_RESUME, handleResume);
149
+ return () => {
150
+ viewport.removeEventListener(import_ToastViewport.VIEWPORT_PAUSE, handlePause);
151
+ viewport.removeEventListener(import_ToastViewport.VIEWPORT_RESUME, handleResume);
131
152
  };
132
- }, [viewport, duration, onPause, onResume, startTimer]), React.useEffect(() => {
133
- open && !context.isClosePausedRef.current && startTimer(duration);
134
- }, [open, duration, context.isClosePausedRef, startTimer]), React.useEffect(() => (onToastAdd(), () => onToastRemove()), [onToastAdd, onToastRemove]);
135
- const announceTextContent = React.useMemo(() => import_constants.isWeb && node ? getAnnounceTextContent(node) : null, [node]),
136
- isHorizontalSwipe = ["left", "right", "horizontal"].includes(context.swipeDirection),
137
- {
138
- animationDriver
139
- } = (0, import_core.useConfiguration)();
140
- if (!animationDriver) throw new Error("Must set animations in tamagui.config.ts");
141
- const {
142
- useAnimatedNumber,
143
- useAnimatedNumberStyle
144
- } = animationDriver,
145
- animatedNumber = useAnimatedNumber(0),
146
- AnimatedView = animationDriver.NumberView ?? animationDriver.View ?? import_core.View,
147
- animatedStyles = useAnimatedNumberStyle(animatedNumber, val => {
148
- "worklet";
153
+ }
154
+ }, [viewport, duration, onPause, onResume, startTimer]);
155
+ React.useEffect(() => {
156
+ if (open && !context.isClosePausedRef.current) startTimer(duration);
157
+ }, [open, duration, context.isClosePausedRef, startTimer]);
158
+ React.useEffect(() => {
159
+ onToastAdd();
160
+ return () => onToastRemove();
161
+ }, [onToastAdd, onToastRemove]);
162
+ const announceTextContent = React.useMemo(() => {
163
+ if (!import_constants.isWeb) return null;
164
+ return node ? getAnnounceTextContent(node) : null;
165
+ }, [node]);
166
+ const isHorizontalSwipe = ["left", "right", "horizontal"].includes(context.swipeDirection);
167
+ const {
168
+ animationDriver
169
+ } = (0, import_core.useConfiguration)();
170
+ if (!animationDriver) throw new Error("Must set animations in tamagui.config.ts");
171
+ const {
172
+ useAnimatedNumber,
173
+ useAnimatedNumberStyle
174
+ } = animationDriver;
175
+ const animatedNumber = useAnimatedNumber(0);
176
+ const AnimatedView = animationDriver["NumberView"] ?? animationDriver.View ?? import_core.View;
177
+ const animatedStyles = useAnimatedNumberStyle(animatedNumber, val => {
178
+ "worklet";
149
179
 
150
- return {
151
- transform: [isHorizontalSwipe ? {
152
- translateX: val
153
- } : {
154
- translateY: val
155
- }]
180
+ return {
181
+ transform: [isHorizontalSwipe ? {
182
+ translateX: val
183
+ } : {
184
+ translateY: val
185
+ }]
186
+ };
187
+ });
188
+ const panResponder = React.useMemo(() => {
189
+ const PanResponder = getPanResponder();
190
+ if (!PanResponder) return null;
191
+ return PanResponder.create({
192
+ onMoveShouldSetPanResponder: (e, gesture) => {
193
+ if (shouldGrantGestureMove(context.swipeDirection, gesture)) {
194
+ onSwipeStart?.(e);
195
+ return true;
196
+ }
197
+ return false;
198
+ },
199
+ onPanResponderGrant: e => {
200
+ if (!import_constants.isWeb) handlePause?.();
201
+ },
202
+ onPanResponderMove: (e, gesture) => {
203
+ const {
204
+ x,
205
+ y
206
+ } = getGestureDistance(context.swipeDirection, gesture);
207
+ const delta = {
208
+ x,
209
+ y
156
210
  };
157
- }),
158
- panResponder = React.useMemo(() => import_react_native.PanResponder.create({
159
- onMoveShouldSetPanResponder: (e, gesture) => shouldGrantGestureMove(context.swipeDirection, gesture) ? (onSwipeStart?.(e), !0) : !1,
160
- onPanResponderGrant: e => {
161
- import_constants.isWeb || handlePause?.();
162
- },
163
- onPanResponderMove: (e, gesture) => {
164
- const {
165
- x,
166
- y
167
- } = getGestureDistance(context.swipeDirection, gesture),
168
- delta = {
169
- x,
170
- y
171
- };
172
- animatedNumber.setValue(isHorizontalSwipe ? x : y, {
173
- type: "direct"
174
- }), isDeltaInDirection(delta, context.swipeDirection, context.swipeThreshold) && onSwipeEnd?.(e), onSwipeMove?.(e);
175
- },
176
- onPanResponderEnd: (e, {
177
- dx,
178
- dy
179
- }) => {
180
- isDeltaInDirection({
181
- x: dx,
182
- y: dy
183
- }, context.swipeDirection, context.swipeThreshold) || (import_constants.isWeb || handleResume?.(), onSwipeCancel?.(e), animatedNumber.setValue(0, {
211
+ animatedNumber.setValue(isHorizontalSwipe ? x : y, {
212
+ type: "direct"
213
+ });
214
+ if (isDeltaInDirection(delta, context.swipeDirection, context.swipeThreshold)) onSwipeEnd?.(e);
215
+ onSwipeMove?.(e);
216
+ },
217
+ onPanResponderEnd: (e, {
218
+ dx,
219
+ dy
220
+ }) => {
221
+ if (!isDeltaInDirection({
222
+ x: dx,
223
+ y: dy
224
+ }, context.swipeDirection, context.swipeThreshold)) {
225
+ if (!import_constants.isWeb) handleResume?.();
226
+ onSwipeCancel?.(e);
227
+ animatedNumber.setValue(0, {
184
228
  type: "spring"
185
- }));
229
+ });
186
230
  }
187
- }), [handlePause, handleResume]),
188
- themeName = (0, import_core.useThemeName)();
189
- return /* @__PURE__ */(0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, {
190
- children: [announceTextContent && /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_ToastAnnounce.ToastAnnounce, {
231
+ }
232
+ });
233
+ }, [handlePause, handleResume]);
234
+ const themeName = (0, import_core.useThemeName)();
235
+ return /* @__PURE__ */(0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, {
236
+ children: [announceTextContent && /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_ToastAnnounce.ToastAnnounce, {
237
+ scope,
238
+ role: "status",
239
+ "aria-live": type === "foreground" ? "assertive" : "polite",
240
+ "aria-atomic": true,
241
+ children: announceTextContent
242
+ }), /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_portal.PortalItem, {
243
+ hostName: viewportName ?? "default",
244
+ children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(ToastInteractiveProvider, {
191
245
  scope,
192
- role: "status",
193
- "aria-live": type === "foreground" ? "assertive" : "polite",
194
- "aria-atomic": !0,
195
- children: announceTextContent
196
- }), /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_portal.PortalItem, {
197
- hostName: viewportName ?? "default",
198
- children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(ToastInteractiveProvider, {
199
- scope,
200
- onClose: () => {
201
- handleClose();
202
- },
203
- children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_dismissable.Dismissable, {
204
- onEscapeKeyDown: (0, import_helpers.composeEventHandlers)(onEscapeKeyDown, () => {
205
- context.isFocusedToastEscapeKeyDownRef.current || handleClose(), context.isFocusedToastEscapeKeyDownRef.current = !1;
206
- }),
207
- children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_core.Theme, {
208
- contain: !0,
209
- forceClassName: !0,
210
- name: themeName,
211
- children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(AnimatedView, {
212
- ...panResponder?.panHandlers,
213
- style: [{
214
- margin: "auto"
215
- }, animatedStyles],
216
- children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_ToastProvider.Collection.ItemSlot, {
217
- scope: context.toastScope,
218
- children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(ToastImplFrame, {
219
- role: "status",
220
- "aria-live": "off",
221
- "aria-atomic": !0,
222
- "data-state": open ? "open" : "closed",
223
- "data-swipe-direction": context.swipeDirection,
224
- pointerEvents: "auto",
225
- "$platform-web": {
226
- touchAction: "none",
227
- userSelect: "none"
228
- },
229
- ...toastProps,
230
- ref: composedRefs,
231
- ...(import_constants.isWeb && {
232
- onKeyDown: (0, import_helpers.composeEventHandlers)(props.onKeyDown, event => {
233
- event.key === "Escape" && (onEscapeKeyDown?.(event), event.defaultPrevented || (context.isFocusedToastEscapeKeyDownRef.current = !0, handleClose()));
234
- })
246
+ onClose: () => {
247
+ handleClose();
248
+ },
249
+ children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_dismissable.Dismissable, {
250
+ onEscapeKeyDown: (0, import_helpers.composeEventHandlers)(onEscapeKeyDown, () => {
251
+ if (!context.isFocusedToastEscapeKeyDownRef.current) handleClose();
252
+ context.isFocusedToastEscapeKeyDownRef.current = false;
253
+ }),
254
+ children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_core.Theme, {
255
+ contain: true,
256
+ forceClassName: true,
257
+ name: themeName,
258
+ children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(AnimatedView, {
259
+ ...panResponder?.panHandlers,
260
+ style: [{
261
+ margin: "auto"
262
+ }, animatedStyles],
263
+ children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_ToastProvider.Collection.ItemSlot, {
264
+ scope: context.toastScope,
265
+ children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(ToastImplFrame, {
266
+ role: "status",
267
+ "aria-live": "off",
268
+ "aria-atomic": true,
269
+ "data-state": open ? "open" : "closed",
270
+ "data-swipe-direction": context.swipeDirection,
271
+ pointerEvents: "auto",
272
+ "$platform-web": {
273
+ touchAction: "none",
274
+ userSelect: "none"
275
+ },
276
+ ...toastProps,
277
+ ref: composedRefs,
278
+ ...(import_constants.isWeb && {
279
+ onKeyDown: (0, import_helpers.composeEventHandlers)(props.onKeyDown, event => {
280
+ if (event.key !== "Escape") return;
281
+ onEscapeKeyDown?.(event);
282
+ if (!event.defaultPrevented) {
283
+ context.isFocusedToastEscapeKeyDownRef.current = true;
284
+ handleClose();
285
+ }
235
286
  })
236
287
  })
237
288
  })
238
289
  })
239
290
  })
240
291
  })
241
- }, props.id)
242
- })]
243
- });
292
+ })
293
+ }, props.id)
294
+ })]
244
295
  });
296
+ });
245
297
  ToastImpl.propTypes = {
246
298
  type(props) {
247
299
  if (props.type && !["foreground", "background"].includes(props.type)) {
@@ -252,41 +304,51 @@ ToastImpl.propTypes = {
252
304
  }
253
305
  };
254
306
  const isDeltaInDirection = (delta, direction, threshold = 0) => {
255
- const deltaX = Math.abs(delta.x),
256
- deltaY = Math.abs(delta.y),
257
- isDeltaX = deltaX > deltaY;
258
- return direction === "left" || direction === "right" || direction === "horizontal" ? isDeltaX && deltaX > threshold : !isDeltaX && deltaY > threshold;
307
+ const deltaX = Math.abs(delta.x);
308
+ const deltaY = Math.abs(delta.y);
309
+ const isDeltaX = deltaX > deltaY;
310
+ if (direction === "left" || direction === "right" || direction === "horizontal") return isDeltaX && deltaX > threshold;
311
+ return !isDeltaX && deltaY > threshold;
259
312
  };
260
313
  function getAnnounceTextContent(container) {
261
314
  if (!import_constants.isWeb) return "";
262
315
  const textContent = [];
263
- return Array.from(container.childNodes).forEach(node => {
264
- if (node.nodeType === node.TEXT_NODE && node.textContent && textContent.push(node.textContent), isHTMLElement(node)) {
265
- const isHidden = node.ariaHidden || node.hidden || node.style.display === "none",
266
- isExcluded = node.dataset.toastAnnounceExclude === "";
316
+ Array.from(container.childNodes).forEach(node => {
317
+ if (node.nodeType === node.TEXT_NODE && node.textContent) textContent.push(node.textContent);
318
+ if (isHTMLElement(node)) {
319
+ const isHidden = node.ariaHidden || node.hidden || node.style.display === "none";
320
+ const isExcluded = node.dataset.toastAnnounceExclude === "";
267
321
  if (!isHidden) if (isExcluded) {
268
322
  const altText = node.dataset.toastAnnounceAlt;
269
- altText && textContent.push(altText);
323
+ if (altText) textContent.push(altText);
270
324
  } else textContent.push(...getAnnounceTextContent(node));
271
325
  }
272
- }), textContent;
326
+ });
327
+ return textContent;
273
328
  }
274
329
  function isHTMLElement(node) {
275
330
  return node.nodeType === node.ELEMENT_NODE;
276
331
  }
277
- const GESTURE_GRANT_THRESHOLD = 10,
278
- shouldGrantGestureMove = (dir, {
279
- dx,
280
- dy
281
- }) => (dir === "horizontal" || dir === "left") && dx < -GESTURE_GRANT_THRESHOLD || (dir === "horizontal" || dir === "right") && dx > GESTURE_GRANT_THRESHOLD || (dir === "vertical" || dir === "up") && dy > -GESTURE_GRANT_THRESHOLD || (dir === "vertical" || dir === "down") && dy < GESTURE_GRANT_THRESHOLD,
282
- getGestureDistance = (dir, {
283
- dx,
284
- dy
285
- }) => {
286
- let y = 0,
287
- x = 0;
288
- return dir === "horizontal" ? x = dx : dir === "left" ? x = Math.min(0, dx) : dir === "right" ? x = Math.max(0, dx) : dir === "vertical" ? y = dy : dir === "up" ? y = Math.min(0, dy) : dir === "down" && (y = Math.max(0, dy)), {
289
- x,
290
- y
291
- };
292
- };
332
+ const GESTURE_GRANT_THRESHOLD = 10;
333
+ const shouldGrantGestureMove = (dir, {
334
+ dx,
335
+ dy
336
+ }) => {
337
+ if ((dir === "horizontal" || dir === "left") && dx < -GESTURE_GRANT_THRESHOLD) return true;
338
+ if ((dir === "horizontal" || dir === "right") && dx > GESTURE_GRANT_THRESHOLD) return true;
339
+ if ((dir === "vertical" || dir === "up") && dy > -GESTURE_GRANT_THRESHOLD) return true;
340
+ if ((dir === "vertical" || dir === "down") && dy < GESTURE_GRANT_THRESHOLD) return true;
341
+ return false;
342
+ };
343
+ const getGestureDistance = (dir, {
344
+ dx,
345
+ dy
346
+ }) => {
347
+ let y = 0;
348
+ let x = 0;
349
+ if (dir === "horizontal") x = dx;else if (dir === "left") x = Math.min(0, dx);else if (dir === "right") x = Math.max(0, dx);else if (dir === "vertical") y = dy;else if (dir === "up") y = Math.min(0, dy);else if (dir === "down") y = Math.max(0, dy);
350
+ return {
351
+ x,
352
+ y
353
+ };
354
+ };