@depup/react-aria__overlays 3.31.2-depup.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 (265) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +31 -0
  3. package/changes.json +10 -0
  4. package/dist/DismissButton.main.js +51 -0
  5. package/dist/DismissButton.main.js.map +1 -0
  6. package/dist/DismissButton.mjs +46 -0
  7. package/dist/DismissButton.module.js +46 -0
  8. package/dist/DismissButton.module.js.map +1 -0
  9. package/dist/Overlay.main.js +73 -0
  10. package/dist/Overlay.main.js.map +1 -0
  11. package/dist/Overlay.mjs +63 -0
  12. package/dist/Overlay.module.js +63 -0
  13. package/dist/Overlay.module.js.map +1 -0
  14. package/dist/PortalProvider.main.js +41 -0
  15. package/dist/PortalProvider.main.js.map +1 -0
  16. package/dist/PortalProvider.mjs +31 -0
  17. package/dist/PortalProvider.module.js +31 -0
  18. package/dist/PortalProvider.module.js.map +1 -0
  19. package/dist/ar-AE.main.js +6 -0
  20. package/dist/ar-AE.main.js.map +1 -0
  21. package/dist/ar-AE.mjs +8 -0
  22. package/dist/ar-AE.module.js +8 -0
  23. package/dist/ar-AE.module.js.map +1 -0
  24. package/dist/ariaHideOutside.main.js +203 -0
  25. package/dist/ariaHideOutside.main.js.map +1 -0
  26. package/dist/ariaHideOutside.mjs +197 -0
  27. package/dist/ariaHideOutside.module.js +197 -0
  28. package/dist/ariaHideOutside.module.js.map +1 -0
  29. package/dist/bg-BG.main.js +6 -0
  30. package/dist/bg-BG.main.js.map +1 -0
  31. package/dist/bg-BG.mjs +8 -0
  32. package/dist/bg-BG.module.js +8 -0
  33. package/dist/bg-BG.module.js.map +1 -0
  34. package/dist/calculatePosition.main.js +438 -0
  35. package/dist/calculatePosition.main.js.map +1 -0
  36. package/dist/calculatePosition.mjs +432 -0
  37. package/dist/calculatePosition.module.js +432 -0
  38. package/dist/calculatePosition.module.js.map +1 -0
  39. package/dist/cs-CZ.main.js +6 -0
  40. package/dist/cs-CZ.main.js.map +1 -0
  41. package/dist/cs-CZ.mjs +8 -0
  42. package/dist/cs-CZ.module.js +8 -0
  43. package/dist/cs-CZ.module.js.map +1 -0
  44. package/dist/da-DK.main.js +6 -0
  45. package/dist/da-DK.main.js.map +1 -0
  46. package/dist/da-DK.mjs +8 -0
  47. package/dist/da-DK.module.js +8 -0
  48. package/dist/da-DK.module.js.map +1 -0
  49. package/dist/de-DE.main.js +6 -0
  50. package/dist/de-DE.main.js.map +1 -0
  51. package/dist/de-DE.mjs +8 -0
  52. package/dist/de-DE.module.js +8 -0
  53. package/dist/de-DE.module.js.map +1 -0
  54. package/dist/el-GR.main.js +6 -0
  55. package/dist/el-GR.main.js.map +1 -0
  56. package/dist/el-GR.mjs +8 -0
  57. package/dist/el-GR.module.js +8 -0
  58. package/dist/el-GR.module.js.map +1 -0
  59. package/dist/en-US.main.js +6 -0
  60. package/dist/en-US.main.js.map +1 -0
  61. package/dist/en-US.mjs +8 -0
  62. package/dist/en-US.module.js +8 -0
  63. package/dist/en-US.module.js.map +1 -0
  64. package/dist/es-ES.main.js +6 -0
  65. package/dist/es-ES.main.js.map +1 -0
  66. package/dist/es-ES.mjs +8 -0
  67. package/dist/es-ES.module.js +8 -0
  68. package/dist/es-ES.module.js.map +1 -0
  69. package/dist/et-EE.main.js +6 -0
  70. package/dist/et-EE.main.js.map +1 -0
  71. package/dist/et-EE.mjs +8 -0
  72. package/dist/et-EE.module.js +8 -0
  73. package/dist/et-EE.module.js.map +1 -0
  74. package/dist/fi-FI.main.js +6 -0
  75. package/dist/fi-FI.main.js.map +1 -0
  76. package/dist/fi-FI.mjs +8 -0
  77. package/dist/fi-FI.module.js +8 -0
  78. package/dist/fi-FI.module.js.map +1 -0
  79. package/dist/fr-FR.main.js +6 -0
  80. package/dist/fr-FR.main.js.map +1 -0
  81. package/dist/fr-FR.mjs +8 -0
  82. package/dist/fr-FR.module.js +8 -0
  83. package/dist/fr-FR.module.js.map +1 -0
  84. package/dist/he-IL.main.js +6 -0
  85. package/dist/he-IL.main.js.map +1 -0
  86. package/dist/he-IL.mjs +8 -0
  87. package/dist/he-IL.module.js +8 -0
  88. package/dist/he-IL.module.js.map +1 -0
  89. package/dist/hr-HR.main.js +6 -0
  90. package/dist/hr-HR.main.js.map +1 -0
  91. package/dist/hr-HR.mjs +8 -0
  92. package/dist/hr-HR.module.js +8 -0
  93. package/dist/hr-HR.module.js.map +1 -0
  94. package/dist/hu-HU.main.js +6 -0
  95. package/dist/hu-HU.main.js.map +1 -0
  96. package/dist/hu-HU.mjs +8 -0
  97. package/dist/hu-HU.module.js +8 -0
  98. package/dist/hu-HU.module.js.map +1 -0
  99. package/dist/import.mjs +37 -0
  100. package/dist/intlStrings.main.js +108 -0
  101. package/dist/intlStrings.main.js.map +1 -0
  102. package/dist/intlStrings.mjs +110 -0
  103. package/dist/intlStrings.module.js +110 -0
  104. package/dist/intlStrings.module.js.map +1 -0
  105. package/dist/it-IT.main.js +6 -0
  106. package/dist/it-IT.main.js.map +1 -0
  107. package/dist/it-IT.mjs +8 -0
  108. package/dist/it-IT.module.js +8 -0
  109. package/dist/it-IT.module.js.map +1 -0
  110. package/dist/ja-JP.main.js +6 -0
  111. package/dist/ja-JP.main.js.map +1 -0
  112. package/dist/ja-JP.mjs +8 -0
  113. package/dist/ja-JP.module.js +8 -0
  114. package/dist/ja-JP.module.js.map +1 -0
  115. package/dist/ko-KR.main.js +6 -0
  116. package/dist/ko-KR.main.js.map +1 -0
  117. package/dist/ko-KR.mjs +8 -0
  118. package/dist/ko-KR.module.js +8 -0
  119. package/dist/ko-KR.module.js.map +1 -0
  120. package/dist/lt-LT.main.js +6 -0
  121. package/dist/lt-LT.main.js.map +1 -0
  122. package/dist/lt-LT.mjs +8 -0
  123. package/dist/lt-LT.module.js +8 -0
  124. package/dist/lt-LT.module.js.map +1 -0
  125. package/dist/lv-LV.main.js +6 -0
  126. package/dist/lv-LV.main.js.map +1 -0
  127. package/dist/lv-LV.mjs +8 -0
  128. package/dist/lv-LV.module.js +8 -0
  129. package/dist/lv-LV.module.js.map +1 -0
  130. package/dist/main.js +58 -0
  131. package/dist/main.js.map +1 -0
  132. package/dist/module.js +37 -0
  133. package/dist/module.js.map +1 -0
  134. package/dist/nb-NO.main.js +6 -0
  135. package/dist/nb-NO.main.js.map +1 -0
  136. package/dist/nb-NO.mjs +8 -0
  137. package/dist/nb-NO.module.js +8 -0
  138. package/dist/nb-NO.module.js.map +1 -0
  139. package/dist/nl-NL.main.js +6 -0
  140. package/dist/nl-NL.main.js.map +1 -0
  141. package/dist/nl-NL.mjs +8 -0
  142. package/dist/nl-NL.module.js +8 -0
  143. package/dist/nl-NL.module.js.map +1 -0
  144. package/dist/pl-PL.main.js +6 -0
  145. package/dist/pl-PL.main.js.map +1 -0
  146. package/dist/pl-PL.mjs +8 -0
  147. package/dist/pl-PL.module.js +8 -0
  148. package/dist/pl-PL.module.js.map +1 -0
  149. package/dist/pt-BR.main.js +6 -0
  150. package/dist/pt-BR.main.js.map +1 -0
  151. package/dist/pt-BR.mjs +8 -0
  152. package/dist/pt-BR.module.js +8 -0
  153. package/dist/pt-BR.module.js.map +1 -0
  154. package/dist/pt-PT.main.js +6 -0
  155. package/dist/pt-PT.main.js.map +1 -0
  156. package/dist/pt-PT.mjs +8 -0
  157. package/dist/pt-PT.module.js +8 -0
  158. package/dist/pt-PT.module.js.map +1 -0
  159. package/dist/ro-RO.main.js +6 -0
  160. package/dist/ro-RO.main.js.map +1 -0
  161. package/dist/ro-RO.mjs +8 -0
  162. package/dist/ro-RO.module.js +8 -0
  163. package/dist/ro-RO.module.js.map +1 -0
  164. package/dist/ru-RU.main.js +6 -0
  165. package/dist/ru-RU.main.js.map +1 -0
  166. package/dist/ru-RU.mjs +8 -0
  167. package/dist/ru-RU.module.js +8 -0
  168. package/dist/ru-RU.module.js.map +1 -0
  169. package/dist/sk-SK.main.js +6 -0
  170. package/dist/sk-SK.main.js.map +1 -0
  171. package/dist/sk-SK.mjs +8 -0
  172. package/dist/sk-SK.module.js +8 -0
  173. package/dist/sk-SK.module.js.map +1 -0
  174. package/dist/sl-SI.main.js +6 -0
  175. package/dist/sl-SI.main.js.map +1 -0
  176. package/dist/sl-SI.mjs +8 -0
  177. package/dist/sl-SI.module.js +8 -0
  178. package/dist/sl-SI.module.js.map +1 -0
  179. package/dist/sr-SP.main.js +6 -0
  180. package/dist/sr-SP.main.js.map +1 -0
  181. package/dist/sr-SP.mjs +8 -0
  182. package/dist/sr-SP.module.js +8 -0
  183. package/dist/sr-SP.module.js.map +1 -0
  184. package/dist/sv-SE.main.js +6 -0
  185. package/dist/sv-SE.main.js.map +1 -0
  186. package/dist/sv-SE.mjs +8 -0
  187. package/dist/sv-SE.module.js +8 -0
  188. package/dist/sv-SE.module.js.map +1 -0
  189. package/dist/tr-TR.main.js +6 -0
  190. package/dist/tr-TR.main.js.map +1 -0
  191. package/dist/tr-TR.mjs +8 -0
  192. package/dist/tr-TR.module.js +8 -0
  193. package/dist/tr-TR.module.js.map +1 -0
  194. package/dist/types.d.ts +355 -0
  195. package/dist/types.d.ts.map +1 -0
  196. package/dist/uk-UA.main.js +6 -0
  197. package/dist/uk-UA.main.js.map +1 -0
  198. package/dist/uk-UA.mjs +8 -0
  199. package/dist/uk-UA.module.js +8 -0
  200. package/dist/uk-UA.module.js.map +1 -0
  201. package/dist/useCloseOnScroll.main.js +52 -0
  202. package/dist/useCloseOnScroll.main.js.map +1 -0
  203. package/dist/useCloseOnScroll.mjs +46 -0
  204. package/dist/useCloseOnScroll.module.js +46 -0
  205. package/dist/useCloseOnScroll.module.js.map +1 -0
  206. package/dist/useModal.main.js +118 -0
  207. package/dist/useModal.main.js.map +1 -0
  208. package/dist/useModal.mjs +105 -0
  209. package/dist/useModal.module.js +105 -0
  210. package/dist/useModal.module.js.map +1 -0
  211. package/dist/useModalOverlay.main.js +57 -0
  212. package/dist/useModalOverlay.main.js.map +1 -0
  213. package/dist/useModalOverlay.mjs +52 -0
  214. package/dist/useModalOverlay.module.js +52 -0
  215. package/dist/useModalOverlay.module.js.map +1 -0
  216. package/dist/useOverlay.main.js +113 -0
  217. package/dist/useOverlay.main.js.map +1 -0
  218. package/dist/useOverlay.mjs +108 -0
  219. package/dist/useOverlay.module.js +108 -0
  220. package/dist/useOverlay.module.js.map +1 -0
  221. package/dist/useOverlayPosition.main.js +226 -0
  222. package/dist/useOverlayPosition.main.js.map +1 -0
  223. package/dist/useOverlayPosition.mjs +221 -0
  224. package/dist/useOverlayPosition.module.js +221 -0
  225. package/dist/useOverlayPosition.module.js.map +1 -0
  226. package/dist/useOverlayTrigger.main.js +54 -0
  227. package/dist/useOverlayTrigger.main.js.map +1 -0
  228. package/dist/useOverlayTrigger.mjs +49 -0
  229. package/dist/useOverlayTrigger.module.js +49 -0
  230. package/dist/useOverlayTrigger.module.js.map +1 -0
  231. package/dist/usePopover.main.js +77 -0
  232. package/dist/usePopover.main.js.map +1 -0
  233. package/dist/usePopover.mjs +72 -0
  234. package/dist/usePopover.module.js +72 -0
  235. package/dist/usePopover.module.js.map +1 -0
  236. package/dist/usePreventScroll.main.js +220 -0
  237. package/dist/usePreventScroll.main.js.map +1 -0
  238. package/dist/usePreventScroll.mjs +215 -0
  239. package/dist/usePreventScroll.module.js +215 -0
  240. package/dist/usePreventScroll.module.js.map +1 -0
  241. package/dist/zh-CN.main.js +6 -0
  242. package/dist/zh-CN.main.js.map +1 -0
  243. package/dist/zh-CN.mjs +8 -0
  244. package/dist/zh-CN.module.js +8 -0
  245. package/dist/zh-CN.module.js.map +1 -0
  246. package/dist/zh-TW.main.js +6 -0
  247. package/dist/zh-TW.main.js.map +1 -0
  248. package/dist/zh-TW.mjs +8 -0
  249. package/dist/zh-TW.module.js +8 -0
  250. package/dist/zh-TW.module.js.map +1 -0
  251. package/package.json +70 -0
  252. package/src/DismissButton.tsx +52 -0
  253. package/src/Overlay.tsx +95 -0
  254. package/src/PortalProvider.tsx +41 -0
  255. package/src/ariaHideOutside.ts +300 -0
  256. package/src/calculatePosition.ts +702 -0
  257. package/src/index.ts +33 -0
  258. package/src/useCloseOnScroll.ts +65 -0
  259. package/src/useModal.tsx +197 -0
  260. package/src/useModalOverlay.ts +69 -0
  261. package/src/useOverlay.ts +170 -0
  262. package/src/useOverlayPosition.ts +328 -0
  263. package/src/useOverlayTrigger.ts +72 -0
  264. package/src/usePopover.ts +138 -0
  265. package/src/usePreventScroll.ts +279 -0
@@ -0,0 +1,110 @@
1
+ import $k51So$arAEmodulejs from "./ar-AE.module.js";
2
+ import $k51So$bgBGmodulejs from "./bg-BG.module.js";
3
+ import $k51So$csCZmodulejs from "./cs-CZ.module.js";
4
+ import $k51So$daDKmodulejs from "./da-DK.module.js";
5
+ import $k51So$deDEmodulejs from "./de-DE.module.js";
6
+ import $k51So$elGRmodulejs from "./el-GR.module.js";
7
+ import $k51So$enUSmodulejs from "./en-US.module.js";
8
+ import $k51So$esESmodulejs from "./es-ES.module.js";
9
+ import $k51So$etEEmodulejs from "./et-EE.module.js";
10
+ import $k51So$fiFImodulejs from "./fi-FI.module.js";
11
+ import $k51So$frFRmodulejs from "./fr-FR.module.js";
12
+ import $k51So$heILmodulejs from "./he-IL.module.js";
13
+ import $k51So$hrHRmodulejs from "./hr-HR.module.js";
14
+ import $k51So$huHUmodulejs from "./hu-HU.module.js";
15
+ import $k51So$itITmodulejs from "./it-IT.module.js";
16
+ import $k51So$jaJPmodulejs from "./ja-JP.module.js";
17
+ import $k51So$koKRmodulejs from "./ko-KR.module.js";
18
+ import $k51So$ltLTmodulejs from "./lt-LT.module.js";
19
+ import $k51So$lvLVmodulejs from "./lv-LV.module.js";
20
+ import $k51So$nbNOmodulejs from "./nb-NO.module.js";
21
+ import $k51So$nlNLmodulejs from "./nl-NL.module.js";
22
+ import $k51So$plPLmodulejs from "./pl-PL.module.js";
23
+ import $k51So$ptBRmodulejs from "./pt-BR.module.js";
24
+ import $k51So$ptPTmodulejs from "./pt-PT.module.js";
25
+ import $k51So$roROmodulejs from "./ro-RO.module.js";
26
+ import $k51So$ruRUmodulejs from "./ru-RU.module.js";
27
+ import $k51So$skSKmodulejs from "./sk-SK.module.js";
28
+ import $k51So$slSImodulejs from "./sl-SI.module.js";
29
+ import $k51So$srSPmodulejs from "./sr-SP.module.js";
30
+ import $k51So$svSEmodulejs from "./sv-SE.module.js";
31
+ import $k51So$trTRmodulejs from "./tr-TR.module.js";
32
+ import $k51So$ukUAmodulejs from "./uk-UA.module.js";
33
+ import $k51So$zhCNmodulejs from "./zh-CN.module.js";
34
+ import $k51So$zhTWmodulejs from "./zh-TW.module.js";
35
+
36
+ var $a2f21f5f14f60553$exports = {};
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+ $a2f21f5f14f60553$exports = {
72
+ "ar-AE": $k51So$arAEmodulejs,
73
+ "bg-BG": $k51So$bgBGmodulejs,
74
+ "cs-CZ": $k51So$csCZmodulejs,
75
+ "da-DK": $k51So$daDKmodulejs,
76
+ "de-DE": $k51So$deDEmodulejs,
77
+ "el-GR": $k51So$elGRmodulejs,
78
+ "en-US": $k51So$enUSmodulejs,
79
+ "es-ES": $k51So$esESmodulejs,
80
+ "et-EE": $k51So$etEEmodulejs,
81
+ "fi-FI": $k51So$fiFImodulejs,
82
+ "fr-FR": $k51So$frFRmodulejs,
83
+ "he-IL": $k51So$heILmodulejs,
84
+ "hr-HR": $k51So$hrHRmodulejs,
85
+ "hu-HU": $k51So$huHUmodulejs,
86
+ "it-IT": $k51So$itITmodulejs,
87
+ "ja-JP": $k51So$jaJPmodulejs,
88
+ "ko-KR": $k51So$koKRmodulejs,
89
+ "lt-LT": $k51So$ltLTmodulejs,
90
+ "lv-LV": $k51So$lvLVmodulejs,
91
+ "nb-NO": $k51So$nbNOmodulejs,
92
+ "nl-NL": $k51So$nlNLmodulejs,
93
+ "pl-PL": $k51So$plPLmodulejs,
94
+ "pt-BR": $k51So$ptBRmodulejs,
95
+ "pt-PT": $k51So$ptPTmodulejs,
96
+ "ro-RO": $k51So$roROmodulejs,
97
+ "ru-RU": $k51So$ruRUmodulejs,
98
+ "sk-SK": $k51So$skSKmodulejs,
99
+ "sl-SI": $k51So$slSImodulejs,
100
+ "sr-SP": $k51So$srSPmodulejs,
101
+ "sv-SE": $k51So$svSEmodulejs,
102
+ "tr-TR": $k51So$trTRmodulejs,
103
+ "uk-UA": $k51So$ukUAmodulejs,
104
+ "zh-CN": $k51So$zhCNmodulejs,
105
+ "zh-TW": $k51So$zhTWmodulejs
106
+ };
107
+
108
+
109
+ export {$a2f21f5f14f60553$exports as default};
110
+ //# sourceMappingURL=intlStrings.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA,4BAAiB;IACf,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;IACT,SAAS;AACX","sources":["packages/@react-aria/overlays/src/*.js"],"sourcesContent":["const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}"],"names":[],"version":3,"file":"intlStrings.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `Ignora`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=it-IT.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,MAAM,CAAC;AACvC","sources":["packages/@react-aria/overlays/intl/it-IT.json"],"sourcesContent":["{\n \"dismiss\": \"Ignora\"\n}\n"],"names":[],"version":3,"file":"it-IT.main.js.map"}
package/dist/it-IT.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $e933f298574dc435$exports = {};
2
+ $e933f298574dc435$exports = {
3
+ "dismiss": `Ignora`
4
+ };
5
+
6
+
7
+ export {$e933f298574dc435$exports as default};
8
+ //# sourceMappingURL=it-IT.module.js.map
@@ -0,0 +1,8 @@
1
+ var $e933f298574dc435$exports = {};
2
+ $e933f298574dc435$exports = {
3
+ "dismiss": `Ignora`
4
+ };
5
+
6
+
7
+ export {$e933f298574dc435$exports as default};
8
+ //# sourceMappingURL=it-IT.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,MAAM,CAAC;AACvC","sources":["packages/@react-aria/overlays/intl/it-IT.json"],"sourcesContent":["{\n \"dismiss\": \"Ignora\"\n}\n"],"names":[],"version":3,"file":"it-IT.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `\u{9589}\u{3058}\u{308B}`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=ja-JP.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,wBAAG,CAAC;AACpC","sources":["packages/@react-aria/overlays/intl/ja-JP.json"],"sourcesContent":["{\n \"dismiss\": \"閉じる\"\n}\n"],"names":[],"version":3,"file":"ja-JP.main.js.map"}
package/dist/ja-JP.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $ac91fc9fe02f71f6$exports = {};
2
+ $ac91fc9fe02f71f6$exports = {
3
+ "dismiss": `\u{9589}\u{3058}\u{308B}`
4
+ };
5
+
6
+
7
+ export {$ac91fc9fe02f71f6$exports as default};
8
+ //# sourceMappingURL=ja-JP.module.js.map
@@ -0,0 +1,8 @@
1
+ var $ac91fc9fe02f71f6$exports = {};
2
+ $ac91fc9fe02f71f6$exports = {
3
+ "dismiss": `\u{9589}\u{3058}\u{308B}`
4
+ };
5
+
6
+
7
+ export {$ac91fc9fe02f71f6$exports as default};
8
+ //# sourceMappingURL=ja-JP.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,wBAAG,CAAC;AACpC","sources":["packages/@react-aria/overlays/intl/ja-JP.json"],"sourcesContent":["{\n \"dismiss\": \"閉じる\"\n}\n"],"names":[],"version":3,"file":"ja-JP.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `\u{BB34}\u{C2DC}`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=ko-KR.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,gBAAE,CAAC;AACnC","sources":["packages/@react-aria/overlays/intl/ko-KR.json"],"sourcesContent":["{\n \"dismiss\": \"무시\"\n}\n"],"names":[],"version":3,"file":"ko-KR.main.js.map"}
package/dist/ko-KR.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $52b96f86422025af$exports = {};
2
+ $52b96f86422025af$exports = {
3
+ "dismiss": `\u{BB34}\u{C2DC}`
4
+ };
5
+
6
+
7
+ export {$52b96f86422025af$exports as default};
8
+ //# sourceMappingURL=ko-KR.module.js.map
@@ -0,0 +1,8 @@
1
+ var $52b96f86422025af$exports = {};
2
+ $52b96f86422025af$exports = {
3
+ "dismiss": `\u{BB34}\u{C2DC}`
4
+ };
5
+
6
+
7
+ export {$52b96f86422025af$exports as default};
8
+ //# sourceMappingURL=ko-KR.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,gBAAE,CAAC;AACnC","sources":["packages/@react-aria/overlays/intl/ko-KR.json"],"sourcesContent":["{\n \"dismiss\": \"무시\"\n}\n"],"names":[],"version":3,"file":"ko-KR.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `Atmesti`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=lt-LT.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,OAAO,CAAC;AACxC","sources":["packages/@react-aria/overlays/intl/lt-LT.json"],"sourcesContent":["{\n \"dismiss\": \"Atmesti\"\n}\n"],"names":[],"version":3,"file":"lt-LT.main.js.map"}
package/dist/lt-LT.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $c0d724c3e51dafa6$exports = {};
2
+ $c0d724c3e51dafa6$exports = {
3
+ "dismiss": `Atmesti`
4
+ };
5
+
6
+
7
+ export {$c0d724c3e51dafa6$exports as default};
8
+ //# sourceMappingURL=lt-LT.module.js.map
@@ -0,0 +1,8 @@
1
+ var $c0d724c3e51dafa6$exports = {};
2
+ $c0d724c3e51dafa6$exports = {
3
+ "dismiss": `Atmesti`
4
+ };
5
+
6
+
7
+ export {$c0d724c3e51dafa6$exports as default};
8
+ //# sourceMappingURL=lt-LT.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,OAAO,CAAC;AACxC","sources":["packages/@react-aria/overlays/intl/lt-LT.json"],"sourcesContent":["{\n \"dismiss\": \"Atmesti\"\n}\n"],"names":[],"version":3,"file":"lt-LT.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `Ner\u{101}d\u{12B}t`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=lv-LV.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,mBAAO,CAAC;AACxC","sources":["packages/@react-aria/overlays/intl/lv-LV.json"],"sourcesContent":["{\n \"dismiss\": \"Nerādīt\"\n}\n"],"names":[],"version":3,"file":"lv-LV.main.js.map"}
package/dist/lv-LV.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $c92899672a3fe72e$exports = {};
2
+ $c92899672a3fe72e$exports = {
3
+ "dismiss": `Ner\u{101}d\u{12B}t`
4
+ };
5
+
6
+
7
+ export {$c92899672a3fe72e$exports as default};
8
+ //# sourceMappingURL=lv-LV.module.js.map
@@ -0,0 +1,8 @@
1
+ var $c92899672a3fe72e$exports = {};
2
+ $c92899672a3fe72e$exports = {
3
+ "dismiss": `Ner\u{101}d\u{12B}t`
4
+ };
5
+
6
+
7
+ export {$c92899672a3fe72e$exports as default};
8
+ //# sourceMappingURL=lv-LV.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,mBAAO,CAAC;AACxC","sources":["packages/@react-aria/overlays/intl/lv-LV.json"],"sourcesContent":["{\n \"dismiss\": \"Nerādīt\"\n}\n"],"names":[],"version":3,"file":"lv-LV.module.js.map"}
package/dist/main.js ADDED
@@ -0,0 +1,58 @@
1
+ var $cd94b4896dd97759$exports = require("./useOverlayPosition.main.js");
2
+ var $82711f9cb668ecdb$exports = require("./useOverlay.main.js");
3
+ var $b4878eb6316f670a$exports = require("./useOverlayTrigger.main.js");
4
+ var $5c2f5cd01815d369$exports = require("./usePreventScroll.main.js");
5
+ var $0775ea8ea6a0565e$exports = require("./useModal.main.js");
6
+ var $f69bb3e6457495cc$exports = require("./DismissButton.main.js");
7
+ var $08ef1685902b6011$exports = require("./ariaHideOutside.main.js");
8
+ var $6c2dfcdee3e15e20$exports = require("./usePopover.main.js");
9
+ var $11b7e0b04b421e95$exports = require("./useModalOverlay.main.js");
10
+ var $745edbb83ab4296f$exports = require("./Overlay.main.js");
11
+ var $d7347c25ab757295$exports = require("./PortalProvider.main.js");
12
+
13
+
14
+ function $parcel$export(e, n, v, s) {
15
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
16
+ }
17
+
18
+ $parcel$export(module.exports, "useOverlayPosition", () => $cd94b4896dd97759$exports.useOverlayPosition);
19
+ $parcel$export(module.exports, "useOverlay", () => $82711f9cb668ecdb$exports.useOverlay);
20
+ $parcel$export(module.exports, "useOverlayTrigger", () => $b4878eb6316f670a$exports.useOverlayTrigger);
21
+ $parcel$export(module.exports, "usePreventScroll", () => $5c2f5cd01815d369$exports.usePreventScroll);
22
+ $parcel$export(module.exports, "ModalProvider", () => $0775ea8ea6a0565e$exports.ModalProvider);
23
+ $parcel$export(module.exports, "useModalProvider", () => $0775ea8ea6a0565e$exports.useModalProvider);
24
+ $parcel$export(module.exports, "OverlayProvider", () => $0775ea8ea6a0565e$exports.OverlayProvider);
25
+ $parcel$export(module.exports, "OverlayContainer", () => $0775ea8ea6a0565e$exports.OverlayContainer);
26
+ $parcel$export(module.exports, "useModal", () => $0775ea8ea6a0565e$exports.useModal);
27
+ $parcel$export(module.exports, "DismissButton", () => $f69bb3e6457495cc$exports.DismissButton);
28
+ $parcel$export(module.exports, "ariaHideOutside", () => $08ef1685902b6011$exports.ariaHideOutside);
29
+ $parcel$export(module.exports, "usePopover", () => $6c2dfcdee3e15e20$exports.usePopover);
30
+ $parcel$export(module.exports, "useModalOverlay", () => $11b7e0b04b421e95$exports.useModalOverlay);
31
+ $parcel$export(module.exports, "Overlay", () => $745edbb83ab4296f$exports.Overlay);
32
+ $parcel$export(module.exports, "useOverlayFocusContain", () => $745edbb83ab4296f$exports.useOverlayFocusContain);
33
+ $parcel$export(module.exports, "UNSAFE_PortalProvider", () => $d7347c25ab757295$exports.UNSAFE_PortalProvider);
34
+ $parcel$export(module.exports, "useUNSAFE_PortalContext", () => $d7347c25ab757295$exports.useUNSAFE_PortalContext);
35
+ /*
36
+ * Copyright 2020 Adobe. All rights reserved.
37
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
38
+ * you may not use this file except in compliance with the License. You may obtain a copy
39
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
40
+ *
41
+ * Unless required by applicable law or agreed to in writing, software distributed under
42
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
43
+ * OF ANY KIND, either express or implied. See the License for the specific language
44
+ * governing permissions and limitations under the License.
45
+ */
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+ //# sourceMappingURL=main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-aria/overlays/src/index.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nexport {useOverlayPosition} from './useOverlayPosition';\nexport {useOverlay} from './useOverlay';\nexport {useOverlayTrigger} from './useOverlayTrigger';\nexport {usePreventScroll} from './usePreventScroll';\nexport {ModalProvider, useModalProvider, OverlayProvider, OverlayContainer, useModal} from './useModal';\nexport {DismissButton} from './DismissButton';\nexport {ariaHideOutside} from './ariaHideOutside';\nexport {usePopover} from './usePopover';\nexport {useModalOverlay} from './useModalOverlay';\nexport {Overlay, useOverlayFocusContain} from './Overlay';\nexport {UNSAFE_PortalProvider, useUNSAFE_PortalContext} from './PortalProvider';\n\nexport type {AriaPositionProps, PositionAria} from './useOverlayPosition';\nexport type {AriaOverlayProps, OverlayAria} from './useOverlay';\nexport type {OverlayTriggerAria, OverlayTriggerProps} from './useOverlayTrigger';\nexport type {AriaModalOptions, ModalAria, ModalProviderAria, ModalProviderProps, OverlayContainerProps} from './useModal';\nexport type {DismissButtonProps} from './DismissButton';\nexport type {AriaPopoverProps, PopoverAria} from './usePopover';\nexport type {AriaModalOverlayProps, ModalOverlayAria} from './useModalOverlay';\nexport type {OverlayProps} from './Overlay';\nexport type {Placement, PlacementAxis, PositionProps} from '@react-types/overlays';\nexport type {PortalProviderProps, PortalProviderContextValue} from './PortalProvider';\n"],"names":[],"version":3,"file":"main.js.map"}
package/dist/module.js ADDED
@@ -0,0 +1,37 @@
1
+ import {useOverlayPosition as $2a41e45df1593e64$export$d39e1813b3bdd0e1} from "./useOverlayPosition.module.js";
2
+ import {useOverlay as $a11501f3d1d39e6c$export$ea8f71083e90600f} from "./useOverlay.module.js";
3
+ import {useOverlayTrigger as $628037886ba31236$export$f9d5c8beee7d008d} from "./useOverlayTrigger.module.js";
4
+ import {usePreventScroll as $49c51c25361d4cd2$export$ee0f7cc6afcd1c18} from "./usePreventScroll.module.js";
5
+ import {ModalProvider as $f57aed4a881a3485$export$178405afcd8c5eb, OverlayContainer as $f57aed4a881a3485$export$b47c3594eab58386, OverlayProvider as $f57aed4a881a3485$export$bf688221f59024e5, useModal as $f57aed4a881a3485$export$33ffd74ebf07f060, useModalProvider as $f57aed4a881a3485$export$d9aaed4c3ece1bc0} from "./useModal.module.js";
6
+ import {DismissButton as $86ea4cb521eb2e37$export$2317d149ed6f78c4} from "./DismissButton.module.js";
7
+ import {ariaHideOutside as $5e3802645cc19319$export$1c3ebcada18427bf} from "./ariaHideOutside.module.js";
8
+ import {usePopover as $f2f8a6077418541e$export$542a6fd13ac93354} from "./usePopover.module.js";
9
+ import {useModalOverlay as $8ac8429251c45e4b$export$dbc0f175b25fb0fb} from "./useModalOverlay.module.js";
10
+ import {Overlay as $337b884510726a0d$export$c6fdb837b070b4ff, useOverlayFocusContain as $337b884510726a0d$export$14c98a7594375490} from "./Overlay.module.js";
11
+ import {UNSAFE_PortalProvider as $96b38030c423d352$export$78efe591171d7d45, useUNSAFE_PortalContext as $96b38030c423d352$export$9fc1347d4195ccb3} from "./PortalProvider.module.js";
12
+
13
+ /*
14
+ * Copyright 2020 Adobe. All rights reserved.
15
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
16
+ * you may not use this file except in compliance with the License. You may obtain a copy
17
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
18
+ *
19
+ * Unless required by applicable law or agreed to in writing, software distributed under
20
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
21
+ * OF ANY KIND, either express or implied. See the License for the specific language
22
+ * governing permissions and limitations under the License.
23
+ */
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+ export {$2a41e45df1593e64$export$d39e1813b3bdd0e1 as useOverlayPosition, $a11501f3d1d39e6c$export$ea8f71083e90600f as useOverlay, $628037886ba31236$export$f9d5c8beee7d008d as useOverlayTrigger, $49c51c25361d4cd2$export$ee0f7cc6afcd1c18 as usePreventScroll, $f57aed4a881a3485$export$178405afcd8c5eb as ModalProvider, $f57aed4a881a3485$export$d9aaed4c3ece1bc0 as useModalProvider, $f57aed4a881a3485$export$bf688221f59024e5 as OverlayProvider, $f57aed4a881a3485$export$b47c3594eab58386 as OverlayContainer, $f57aed4a881a3485$export$33ffd74ebf07f060 as useModal, $86ea4cb521eb2e37$export$2317d149ed6f78c4 as DismissButton, $5e3802645cc19319$export$1c3ebcada18427bf as ariaHideOutside, $f2f8a6077418541e$export$542a6fd13ac93354 as usePopover, $8ac8429251c45e4b$export$dbc0f175b25fb0fb as useModalOverlay, $337b884510726a0d$export$c6fdb837b070b4ff as Overlay, $337b884510726a0d$export$14c98a7594375490 as useOverlayFocusContain, $96b38030c423d352$export$78efe591171d7d45 as UNSAFE_PortalProvider, $96b38030c423d352$export$9fc1347d4195ccb3 as useUNSAFE_PortalContext};
37
+ //# sourceMappingURL=module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-aria/overlays/src/index.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nexport {useOverlayPosition} from './useOverlayPosition';\nexport {useOverlay} from './useOverlay';\nexport {useOverlayTrigger} from './useOverlayTrigger';\nexport {usePreventScroll} from './usePreventScroll';\nexport {ModalProvider, useModalProvider, OverlayProvider, OverlayContainer, useModal} from './useModal';\nexport {DismissButton} from './DismissButton';\nexport {ariaHideOutside} from './ariaHideOutside';\nexport {usePopover} from './usePopover';\nexport {useModalOverlay} from './useModalOverlay';\nexport {Overlay, useOverlayFocusContain} from './Overlay';\nexport {UNSAFE_PortalProvider, useUNSAFE_PortalContext} from './PortalProvider';\n\nexport type {AriaPositionProps, PositionAria} from './useOverlayPosition';\nexport type {AriaOverlayProps, OverlayAria} from './useOverlay';\nexport type {OverlayTriggerAria, OverlayTriggerProps} from './useOverlayTrigger';\nexport type {AriaModalOptions, ModalAria, ModalProviderAria, ModalProviderProps, OverlayContainerProps} from './useModal';\nexport type {DismissButtonProps} from './DismissButton';\nexport type {AriaPopoverProps, PopoverAria} from './usePopover';\nexport type {AriaModalOverlayProps, ModalOverlayAria} from './useModalOverlay';\nexport type {OverlayProps} from './Overlay';\nexport type {Placement, PlacementAxis, PositionProps} from '@react-types/overlays';\nexport type {PortalProviderProps, PortalProviderContextValue} from './PortalProvider';\n"],"names":[],"version":3,"file":"module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `Lukk`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=nb-NO.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,IAAI,CAAC;AACrC","sources":["packages/@react-aria/overlays/intl/nb-NO.json"],"sourcesContent":["{\n \"dismiss\": \"Lukk\"\n}\n"],"names":[],"version":3,"file":"nb-NO.main.js.map"}
package/dist/nb-NO.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $9f576b39d8e7a9d6$exports = {};
2
+ $9f576b39d8e7a9d6$exports = {
3
+ "dismiss": `Lukk`
4
+ };
5
+
6
+
7
+ export {$9f576b39d8e7a9d6$exports as default};
8
+ //# sourceMappingURL=nb-NO.module.js.map
@@ -0,0 +1,8 @@
1
+ var $9f576b39d8e7a9d6$exports = {};
2
+ $9f576b39d8e7a9d6$exports = {
3
+ "dismiss": `Lukk`
4
+ };
5
+
6
+
7
+ export {$9f576b39d8e7a9d6$exports as default};
8
+ //# sourceMappingURL=nb-NO.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,IAAI,CAAC;AACrC","sources":["packages/@react-aria/overlays/intl/nb-NO.json"],"sourcesContent":["{\n \"dismiss\": \"Lukk\"\n}\n"],"names":[],"version":3,"file":"nb-NO.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `Negeren`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=nl-NL.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,OAAO,CAAC;AACxC","sources":["packages/@react-aria/overlays/intl/nl-NL.json"],"sourcesContent":["{\n \"dismiss\": \"Negeren\"\n}\n"],"names":[],"version":3,"file":"nl-NL.main.js.map"}
package/dist/nl-NL.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $9d025808aeec81a7$exports = {};
2
+ $9d025808aeec81a7$exports = {
3
+ "dismiss": `Negeren`
4
+ };
5
+
6
+
7
+ export {$9d025808aeec81a7$exports as default};
8
+ //# sourceMappingURL=nl-NL.module.js.map
@@ -0,0 +1,8 @@
1
+ var $9d025808aeec81a7$exports = {};
2
+ $9d025808aeec81a7$exports = {
3
+ "dismiss": `Negeren`
4
+ };
5
+
6
+
7
+ export {$9d025808aeec81a7$exports as default};
8
+ //# sourceMappingURL=nl-NL.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,OAAO,CAAC;AACxC","sources":["packages/@react-aria/overlays/intl/nl-NL.json"],"sourcesContent":["{\n \"dismiss\": \"Negeren\"\n}\n"],"names":[],"version":3,"file":"nl-NL.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `Zignoruj`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=pl-PL.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,QAAQ,CAAC;AACzC","sources":["packages/@react-aria/overlays/intl/pl-PL.json"],"sourcesContent":["{\n \"dismiss\": \"Zignoruj\"\n}\n"],"names":[],"version":3,"file":"pl-PL.main.js.map"}
package/dist/pl-PL.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $fce709921e2c0fa6$exports = {};
2
+ $fce709921e2c0fa6$exports = {
3
+ "dismiss": `Zignoruj`
4
+ };
5
+
6
+
7
+ export {$fce709921e2c0fa6$exports as default};
8
+ //# sourceMappingURL=pl-PL.module.js.map
@@ -0,0 +1,8 @@
1
+ var $fce709921e2c0fa6$exports = {};
2
+ $fce709921e2c0fa6$exports = {
3
+ "dismiss": `Zignoruj`
4
+ };
5
+
6
+
7
+ export {$fce709921e2c0fa6$exports as default};
8
+ //# sourceMappingURL=pl-PL.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,QAAQ,CAAC;AACzC","sources":["packages/@react-aria/overlays/intl/pl-PL.json"],"sourcesContent":["{\n \"dismiss\": \"Zignoruj\"\n}\n"],"names":[],"version":3,"file":"pl-PL.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `Descartar`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=pt-BR.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,SAAS,CAAC;AAC1C","sources":["packages/@react-aria/overlays/intl/pt-BR.json"],"sourcesContent":["{\n \"dismiss\": \"Descartar\"\n}\n"],"names":[],"version":3,"file":"pt-BR.main.js.map"}
package/dist/pt-BR.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $2599cf0c4ab37f59$exports = {};
2
+ $2599cf0c4ab37f59$exports = {
3
+ "dismiss": `Descartar`
4
+ };
5
+
6
+
7
+ export {$2599cf0c4ab37f59$exports as default};
8
+ //# sourceMappingURL=pt-BR.module.js.map
@@ -0,0 +1,8 @@
1
+ var $2599cf0c4ab37f59$exports = {};
2
+ $2599cf0c4ab37f59$exports = {
3
+ "dismiss": `Descartar`
4
+ };
5
+
6
+
7
+ export {$2599cf0c4ab37f59$exports as default};
8
+ //# sourceMappingURL=pt-BR.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,SAAS,CAAC;AAC1C","sources":["packages/@react-aria/overlays/intl/pt-BR.json"],"sourcesContent":["{\n \"dismiss\": \"Descartar\"\n}\n"],"names":[],"version":3,"file":"pt-BR.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `Dispensar`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=pt-PT.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,SAAS,CAAC;AAC1C","sources":["packages/@react-aria/overlays/intl/pt-PT.json"],"sourcesContent":["{\n \"dismiss\": \"Dispensar\"\n}\n"],"names":[],"version":3,"file":"pt-PT.main.js.map"}
package/dist/pt-PT.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $3c220ae7ef8a35fd$exports = {};
2
+ $3c220ae7ef8a35fd$exports = {
3
+ "dismiss": `Dispensar`
4
+ };
5
+
6
+
7
+ export {$3c220ae7ef8a35fd$exports as default};
8
+ //# sourceMappingURL=pt-PT.module.js.map
@@ -0,0 +1,8 @@
1
+ var $3c220ae7ef8a35fd$exports = {};
2
+ $3c220ae7ef8a35fd$exports = {
3
+ "dismiss": `Dispensar`
4
+ };
5
+
6
+
7
+ export {$3c220ae7ef8a35fd$exports as default};
8
+ //# sourceMappingURL=pt-PT.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,SAAS,CAAC;AAC1C","sources":["packages/@react-aria/overlays/intl/pt-PT.json"],"sourcesContent":["{\n \"dismiss\": \"Dispensar\"\n}\n"],"names":[],"version":3,"file":"pt-PT.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `Revocare`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=ro-RO.main.js.map
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA,iBAAiB;IAAG,WAAW,CAAC,QAAQ,CAAC;AACzC","sources":["packages/@react-aria/overlays/intl/ro-RO.json"],"sourcesContent":["{\n \"dismiss\": \"Revocare\"\n}\n"],"names":[],"version":3,"file":"ro-RO.main.js.map"}
package/dist/ro-RO.mjs ADDED
@@ -0,0 +1,8 @@
1
+ var $93562b5094072f54$exports = {};
2
+ $93562b5094072f54$exports = {
3
+ "dismiss": `Revocare`
4
+ };
5
+
6
+
7
+ export {$93562b5094072f54$exports as default};
8
+ //# sourceMappingURL=ro-RO.module.js.map
@@ -0,0 +1,8 @@
1
+ var $93562b5094072f54$exports = {};
2
+ $93562b5094072f54$exports = {
3
+ "dismiss": `Revocare`
4
+ };
5
+
6
+
7
+ export {$93562b5094072f54$exports as default};
8
+ //# sourceMappingURL=ro-RO.module.js.map
@@ -0,0 +1 @@
1
+ {"mappings":";AAAA,4BAAiB;IAAG,WAAW,CAAC,QAAQ,CAAC;AACzC","sources":["packages/@react-aria/overlays/intl/ro-RO.json"],"sourcesContent":["{\n \"dismiss\": \"Revocare\"\n}\n"],"names":[],"version":3,"file":"ro-RO.module.js.map"}
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ "dismiss": `\u{41F}\u{440}\u{43E}\u{43F}\u{443}\u{441}\u{442}\u{438}\u{442}\u{44C}`
3
+ };
4
+
5
+
6
+ //# sourceMappingURL=ru-RU.main.js.map