db-json-cli 2.0.1 → 2.0.3

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 (1787) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -0
  2. package/.next/standalone/.next/app-path-routes-manifest.json +1 -0
  3. package/.next/standalone/.next/build-manifest.json +32 -0
  4. package/.next/standalone/.next/prerender-manifest.json +1 -0
  5. package/.next/standalone/.next/required-server-files.json +1 -0
  6. package/.next/standalone/.next/routes-manifest.json +1 -0
  7. package/.next/standalone/.next/server/app/_not-found/page.js +1 -0
  8. package/.next/standalone/.next/server/app/_not-found.html +1 -0
  9. package/.next/standalone/.next/server/app/_not-found.rsc +9 -0
  10. package/.next/standalone/.next/server/app/api/[resource]/[id]/route.js +1 -0
  11. package/.next/standalone/.next/server/app/api/[resource]/route.js +1 -0
  12. package/.next/standalone/.next/server/app/api/info/route.js +1 -0
  13. package/.next/standalone/.next/server/app/api/login/route.js +1 -0
  14. package/.next/standalone/.next/server/app/api/register/route.js +1 -0
  15. package/.next/standalone/.next/server/app/index.html +1 -0
  16. package/.next/standalone/.next/server/app/index.rsc +7 -0
  17. package/.next/standalone/.next/server/app/page.js +1 -0
  18. package/.next/standalone/.next/server/app-paths-manifest.json +9 -0
  19. package/.next/standalone/.next/server/pages/404.html +1 -0
  20. package/.next/standalone/.next/server/pages/500.html +1 -0
  21. package/.next/standalone/.next/server/server-reference-manifest.json +1 -0
  22. package/.next/standalone/node_modules/@next/env/dist/index.js +1 -0
  23. package/.next/standalone/node_modules/@next/env/package.json +36 -0
  24. package/.next/standalone/node_modules/@swc/helpers/_/_interop_require_default/package.json +4 -0
  25. package/.next/standalone/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +4 -0
  26. package/.next/standalone/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json +4 -0
  27. package/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
  28. package/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
  29. package/.next/standalone/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs +10 -0
  30. package/.next/standalone/node_modules/@swc/helpers/package.json +452 -0
  31. package/.next/standalone/node_modules/busboy/lib/index.js +57 -0
  32. package/.next/standalone/node_modules/busboy/lib/types/multipart.js +653 -0
  33. package/.next/standalone/node_modules/busboy/lib/types/urlencoded.js +350 -0
  34. package/.next/standalone/node_modules/busboy/lib/utils.js +596 -0
  35. package/.next/standalone/node_modules/busboy/package.json +22 -0
  36. package/.next/standalone/node_modules/caniuse-lite/data/agents.js +1 -0
  37. package/.next/standalone/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  38. package/.next/standalone/node_modules/caniuse-lite/data/browsers.js +1 -0
  39. package/.next/standalone/node_modules/caniuse-lite/data/features/aac.js +1 -0
  40. package/.next/standalone/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  41. package/.next/standalone/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  42. package/.next/standalone/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  43. package/.next/standalone/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  44. package/.next/standalone/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  45. package/.next/standalone/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  46. package/.next/standalone/node_modules/caniuse-lite/data/features/apng.js +1 -0
  47. package/.next/standalone/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  48. package/.next/standalone/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  49. package/.next/standalone/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  50. package/.next/standalone/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  51. package/.next/standalone/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  52. package/.next/standalone/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  53. package/.next/standalone/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  54. package/.next/standalone/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  55. package/.next/standalone/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  56. package/.next/standalone/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  57. package/.next/standalone/node_modules/caniuse-lite/data/features/audio.js +1 -0
  58. package/.next/standalone/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  59. package/.next/standalone/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  60. package/.next/standalone/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  61. package/.next/standalone/node_modules/caniuse-lite/data/features/av1.js +1 -0
  62. package/.next/standalone/node_modules/caniuse-lite/data/features/avif.js +1 -0
  63. package/.next/standalone/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  64. package/.next/standalone/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  65. package/.next/standalone/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  66. package/.next/standalone/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  67. package/.next/standalone/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  68. package/.next/standalone/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  69. package/.next/standalone/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  70. package/.next/standalone/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  71. package/.next/standalone/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  72. package/.next/standalone/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  73. package/.next/standalone/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  74. package/.next/standalone/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  75. package/.next/standalone/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  76. package/.next/standalone/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  77. package/.next/standalone/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  78. package/.next/standalone/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  79. package/.next/standalone/node_modules/caniuse-lite/data/features/calc.js +1 -0
  80. package/.next/standalone/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  81. package/.next/standalone/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  82. package/.next/standalone/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  83. package/.next/standalone/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  84. package/.next/standalone/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  85. package/.next/standalone/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  86. package/.next/standalone/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  87. package/.next/standalone/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  88. package/.next/standalone/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  89. package/.next/standalone/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  90. package/.next/standalone/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  91. package/.next/standalone/node_modules/caniuse-lite/data/features/colr.js +1 -0
  92. package/.next/standalone/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  93. package/.next/standalone/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  94. package/.next/standalone/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  95. package/.next/standalone/node_modules/caniuse-lite/data/features/const.js +1 -0
  96. package/.next/standalone/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  97. package/.next/standalone/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  98. package/.next/standalone/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  99. package/.next/standalone/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  100. package/.next/standalone/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  101. package/.next/standalone/node_modules/caniuse-lite/data/features/cors.js +1 -0
  102. package/.next/standalone/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  103. package/.next/standalone/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  104. package/.next/standalone/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
  105. package/.next/standalone/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  106. package/.next/standalone/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  107. package/.next/standalone/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  108. package/.next/standalone/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  109. package/.next/standalone/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  110. package/.next/standalone/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  111. package/.next/standalone/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  112. package/.next/standalone/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  113. package/.next/standalone/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  114. package/.next/standalone/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  115. package/.next/standalone/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  116. package/.next/standalone/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  117. package/.next/standalone/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  118. package/.next/standalone/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  119. package/.next/standalone/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  120. package/.next/standalone/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  121. package/.next/standalone/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  122. package/.next/standalone/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  123. package/.next/standalone/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  124. package/.next/standalone/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  125. package/.next/standalone/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  126. package/.next/standalone/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  127. package/.next/standalone/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  128. package/.next/standalone/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  129. package/.next/standalone/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  130. package/.next/standalone/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  131. package/.next/standalone/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  132. package/.next/standalone/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  133. package/.next/standalone/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  134. package/.next/standalone/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  135. package/.next/standalone/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  136. package/.next/standalone/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  137. package/.next/standalone/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  138. package/.next/standalone/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  139. package/.next/standalone/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  140. package/.next/standalone/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  141. package/.next/standalone/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  142. package/.next/standalone/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  143. package/.next/standalone/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  144. package/.next/standalone/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  145. package/.next/standalone/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  146. package/.next/standalone/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  147. package/.next/standalone/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  148. package/.next/standalone/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  149. package/.next/standalone/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  150. package/.next/standalone/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  151. package/.next/standalone/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  152. package/.next/standalone/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  153. package/.next/standalone/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  154. package/.next/standalone/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  155. package/.next/standalone/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  156. package/.next/standalone/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  157. package/.next/standalone/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  158. package/.next/standalone/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -0
  159. package/.next/standalone/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  160. package/.next/standalone/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  161. package/.next/standalone/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  162. package/.next/standalone/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  163. package/.next/standalone/node_modules/caniuse-lite/data/features/css-if.js +1 -0
  164. package/.next/standalone/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  165. package/.next/standalone/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  166. package/.next/standalone/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  167. package/.next/standalone/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  168. package/.next/standalone/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  169. package/.next/standalone/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  170. package/.next/standalone/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  171. package/.next/standalone/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  172. package/.next/standalone/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  173. package/.next/standalone/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  174. package/.next/standalone/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  175. package/.next/standalone/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  176. package/.next/standalone/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  177. package/.next/standalone/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  178. package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  179. package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  180. package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  181. package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  182. package/.next/standalone/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  183. package/.next/standalone/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  184. package/.next/standalone/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
  185. package/.next/standalone/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  186. package/.next/standalone/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  187. package/.next/standalone/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  188. package/.next/standalone/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  189. package/.next/standalone/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  190. package/.next/standalone/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  191. package/.next/standalone/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  192. package/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  193. package/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  194. package/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  195. package/.next/standalone/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  196. package/.next/standalone/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  197. package/.next/standalone/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  198. package/.next/standalone/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  199. package/.next/standalone/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  200. package/.next/standalone/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  201. package/.next/standalone/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  202. package/.next/standalone/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  203. package/.next/standalone/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  204. package/.next/standalone/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  205. package/.next/standalone/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  206. package/.next/standalone/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  207. package/.next/standalone/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  208. package/.next/standalone/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  209. package/.next/standalone/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  210. package/.next/standalone/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  211. package/.next/standalone/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  212. package/.next/standalone/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  213. package/.next/standalone/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  214. package/.next/standalone/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  215. package/.next/standalone/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  216. package/.next/standalone/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  217. package/.next/standalone/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  218. package/.next/standalone/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  219. package/.next/standalone/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  220. package/.next/standalone/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  221. package/.next/standalone/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  222. package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  223. package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  224. package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  225. package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  226. package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  227. package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  228. package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  229. package/.next/standalone/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  230. package/.next/standalone/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  231. package/.next/standalone/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  232. package/.next/standalone/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  233. package/.next/standalone/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  234. package/.next/standalone/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  235. package/.next/standalone/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  236. package/.next/standalone/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  237. package/.next/standalone/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  238. package/.next/standalone/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  239. package/.next/standalone/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  240. package/.next/standalone/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  241. package/.next/standalone/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  242. package/.next/standalone/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  243. package/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  244. package/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  245. package/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  246. package/.next/standalone/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  247. package/.next/standalone/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  248. package/.next/standalone/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  249. package/.next/standalone/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  250. package/.next/standalone/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  251. package/.next/standalone/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  252. package/.next/standalone/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  253. package/.next/standalone/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  254. package/.next/standalone/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  255. package/.next/standalone/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  256. package/.next/standalone/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  257. package/.next/standalone/node_modules/caniuse-lite/data/features/details.js +1 -0
  258. package/.next/standalone/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  259. package/.next/standalone/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  260. package/.next/standalone/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  261. package/.next/standalone/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  262. package/.next/standalone/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  263. package/.next/standalone/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  264. package/.next/standalone/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  265. package/.next/standalone/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  266. package/.next/standalone/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  267. package/.next/standalone/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  268. package/.next/standalone/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  269. package/.next/standalone/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  270. package/.next/standalone/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  271. package/.next/standalone/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  272. package/.next/standalone/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  273. package/.next/standalone/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  274. package/.next/standalone/node_modules/caniuse-lite/data/features/download.js +1 -0
  275. package/.next/standalone/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  276. package/.next/standalone/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  277. package/.next/standalone/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  278. package/.next/standalone/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  279. package/.next/standalone/node_modules/caniuse-lite/data/features/eme.js +1 -0
  280. package/.next/standalone/node_modules/caniuse-lite/data/features/eot.js +1 -0
  281. package/.next/standalone/node_modules/caniuse-lite/data/features/es5.js +1 -0
  282. package/.next/standalone/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  283. package/.next/standalone/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  284. package/.next/standalone/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  285. package/.next/standalone/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  286. package/.next/standalone/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  287. package/.next/standalone/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  288. package/.next/standalone/node_modules/caniuse-lite/data/features/es6.js +1 -0
  289. package/.next/standalone/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  290. package/.next/standalone/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  291. package/.next/standalone/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  292. package/.next/standalone/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  293. package/.next/standalone/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  294. package/.next/standalone/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  295. package/.next/standalone/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  296. package/.next/standalone/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  297. package/.next/standalone/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  298. package/.next/standalone/node_modules/caniuse-lite/data/features/flac.js +1 -0
  299. package/.next/standalone/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  300. package/.next/standalone/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  301. package/.next/standalone/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  302. package/.next/standalone/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  303. package/.next/standalone/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  304. package/.next/standalone/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  305. package/.next/standalone/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  306. package/.next/standalone/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  307. package/.next/standalone/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  308. package/.next/standalone/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  309. package/.next/standalone/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  310. package/.next/standalone/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  311. package/.next/standalone/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  312. package/.next/standalone/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  313. package/.next/standalone/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  314. package/.next/standalone/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  315. package/.next/standalone/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  316. package/.next/standalone/node_modules/caniuse-lite/data/features/forms.js +1 -0
  317. package/.next/standalone/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  318. package/.next/standalone/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  319. package/.next/standalone/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  320. package/.next/standalone/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  321. package/.next/standalone/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  322. package/.next/standalone/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  323. package/.next/standalone/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  324. package/.next/standalone/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  325. package/.next/standalone/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  326. package/.next/standalone/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  327. package/.next/standalone/node_modules/caniuse-lite/data/features/heif.js +1 -0
  328. package/.next/standalone/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  329. package/.next/standalone/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  330. package/.next/standalone/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  331. package/.next/standalone/node_modules/caniuse-lite/data/features/history.js +1 -0
  332. package/.next/standalone/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  333. package/.next/standalone/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  334. package/.next/standalone/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  335. package/.next/standalone/node_modules/caniuse-lite/data/features/http2.js +1 -0
  336. package/.next/standalone/node_modules/caniuse-lite/data/features/http3.js +1 -0
  337. package/.next/standalone/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  338. package/.next/standalone/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  339. package/.next/standalone/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  340. package/.next/standalone/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  341. package/.next/standalone/node_modules/caniuse-lite/data/features/ime.js +1 -0
  342. package/.next/standalone/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  343. package/.next/standalone/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  344. package/.next/standalone/node_modules/caniuse-lite/data/features/imports.js +1 -0
  345. package/.next/standalone/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  346. package/.next/standalone/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  347. package/.next/standalone/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  348. package/.next/standalone/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  349. package/.next/standalone/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  350. package/.next/standalone/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  351. package/.next/standalone/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  352. package/.next/standalone/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  353. package/.next/standalone/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  354. package/.next/standalone/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  355. package/.next/standalone/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  356. package/.next/standalone/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  357. package/.next/standalone/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  358. package/.next/standalone/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  359. package/.next/standalone/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  360. package/.next/standalone/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  361. package/.next/standalone/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  362. package/.next/standalone/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  363. package/.next/standalone/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  364. package/.next/standalone/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  365. package/.next/standalone/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  366. package/.next/standalone/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  367. package/.next/standalone/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  368. package/.next/standalone/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  369. package/.next/standalone/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  370. package/.next/standalone/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  371. package/.next/standalone/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  372. package/.next/standalone/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  373. package/.next/standalone/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  374. package/.next/standalone/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  375. package/.next/standalone/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  376. package/.next/standalone/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  377. package/.next/standalone/node_modules/caniuse-lite/data/features/json.js +1 -0
  378. package/.next/standalone/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  379. package/.next/standalone/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  380. package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  381. package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  382. package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  383. package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  384. package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  385. package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  386. package/.next/standalone/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  387. package/.next/standalone/node_modules/caniuse-lite/data/features/let.js +1 -0
  388. package/.next/standalone/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  389. package/.next/standalone/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  390. package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  391. package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  392. package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  393. package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  394. package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  395. package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  396. package/.next/standalone/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  397. package/.next/standalone/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  398. package/.next/standalone/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  399. package/.next/standalone/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  400. package/.next/standalone/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  401. package/.next/standalone/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  402. package/.next/standalone/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  403. package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  404. package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  405. package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  406. package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  407. package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  408. package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  409. package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  410. package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  411. package/.next/standalone/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  412. package/.next/standalone/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  413. package/.next/standalone/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  414. package/.next/standalone/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  415. package/.next/standalone/node_modules/caniuse-lite/data/features/menu.js +1 -0
  416. package/.next/standalone/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  417. package/.next/standalone/node_modules/caniuse-lite/data/features/meter.js +1 -0
  418. package/.next/standalone/node_modules/caniuse-lite/data/features/midi.js +1 -0
  419. package/.next/standalone/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  420. package/.next/standalone/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  421. package/.next/standalone/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  422. package/.next/standalone/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  423. package/.next/standalone/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  424. package/.next/standalone/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  425. package/.next/standalone/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  426. package/.next/standalone/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  427. package/.next/standalone/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  428. package/.next/standalone/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  429. package/.next/standalone/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  430. package/.next/standalone/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  431. package/.next/standalone/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  432. package/.next/standalone/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  433. package/.next/standalone/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  434. package/.next/standalone/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  435. package/.next/standalone/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  436. package/.next/standalone/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  437. package/.next/standalone/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  438. package/.next/standalone/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  439. package/.next/standalone/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  440. package/.next/standalone/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  441. package/.next/standalone/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  442. package/.next/standalone/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  443. package/.next/standalone/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  444. package/.next/standalone/node_modules/caniuse-lite/data/features/opus.js +1 -0
  445. package/.next/standalone/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  446. package/.next/standalone/node_modules/caniuse-lite/data/features/outline.js +1 -0
  447. package/.next/standalone/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  448. package/.next/standalone/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  449. package/.next/standalone/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  450. package/.next/standalone/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  451. package/.next/standalone/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  452. package/.next/standalone/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  453. package/.next/standalone/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  454. package/.next/standalone/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  455. package/.next/standalone/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  456. package/.next/standalone/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  457. package/.next/standalone/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  458. package/.next/standalone/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  459. package/.next/standalone/node_modules/caniuse-lite/data/features/picture.js +1 -0
  460. package/.next/standalone/node_modules/caniuse-lite/data/features/ping.js +1 -0
  461. package/.next/standalone/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  462. package/.next/standalone/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  463. package/.next/standalone/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  464. package/.next/standalone/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  465. package/.next/standalone/node_modules/caniuse-lite/data/features/portals.js +1 -0
  466. package/.next/standalone/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  467. package/.next/standalone/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  468. package/.next/standalone/node_modules/caniuse-lite/data/features/progress.js +1 -0
  469. package/.next/standalone/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  470. package/.next/standalone/node_modules/caniuse-lite/data/features/promises.js +1 -0
  471. package/.next/standalone/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  472. package/.next/standalone/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  473. package/.next/standalone/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  474. package/.next/standalone/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  475. package/.next/standalone/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  476. package/.next/standalone/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  477. package/.next/standalone/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  478. package/.next/standalone/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  479. package/.next/standalone/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  480. package/.next/standalone/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  481. package/.next/standalone/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  482. package/.next/standalone/node_modules/caniuse-lite/data/features/rem.js +1 -0
  483. package/.next/standalone/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  484. package/.next/standalone/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  485. package/.next/standalone/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  486. package/.next/standalone/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  487. package/.next/standalone/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  488. package/.next/standalone/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  489. package/.next/standalone/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  490. package/.next/standalone/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  491. package/.next/standalone/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  492. package/.next/standalone/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  493. package/.next/standalone/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  494. package/.next/standalone/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  495. package/.next/standalone/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  496. package/.next/standalone/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  497. package/.next/standalone/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  498. package/.next/standalone/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  499. package/.next/standalone/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
  500. package/.next/standalone/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  501. package/.next/standalone/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  502. package/.next/standalone/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  503. package/.next/standalone/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  504. package/.next/standalone/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  505. package/.next/standalone/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  506. package/.next/standalone/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  507. package/.next/standalone/node_modules/caniuse-lite/data/features/sni.js +1 -0
  508. package/.next/standalone/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  509. package/.next/standalone/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  510. package/.next/standalone/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  511. package/.next/standalone/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  512. package/.next/standalone/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  513. package/.next/standalone/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  514. package/.next/standalone/node_modules/caniuse-lite/data/features/stream.js +1 -0
  515. package/.next/standalone/node_modules/caniuse-lite/data/features/streams.js +1 -0
  516. package/.next/standalone/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  517. package/.next/standalone/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  518. package/.next/standalone/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  519. package/.next/standalone/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  520. package/.next/standalone/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  521. package/.next/standalone/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  522. package/.next/standalone/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  523. package/.next/standalone/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  524. package/.next/standalone/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  525. package/.next/standalone/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  526. package/.next/standalone/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  527. package/.next/standalone/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  528. package/.next/standalone/node_modules/caniuse-lite/data/features/svg.js +1 -0
  529. package/.next/standalone/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  530. package/.next/standalone/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  531. package/.next/standalone/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  532. package/.next/standalone/node_modules/caniuse-lite/data/features/template.js +1 -0
  533. package/.next/standalone/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  534. package/.next/standalone/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  535. package/.next/standalone/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  536. package/.next/standalone/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  537. package/.next/standalone/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  538. package/.next/standalone/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  539. package/.next/standalone/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  540. package/.next/standalone/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  541. package/.next/standalone/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  542. package/.next/standalone/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  543. package/.next/standalone/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  544. package/.next/standalone/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  545. package/.next/standalone/node_modules/caniuse-lite/data/features/touch.js +1 -0
  546. package/.next/standalone/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  547. package/.next/standalone/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  548. package/.next/standalone/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  549. package/.next/standalone/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  550. package/.next/standalone/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  551. package/.next/standalone/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  552. package/.next/standalone/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  553. package/.next/standalone/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  554. package/.next/standalone/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  555. package/.next/standalone/node_modules/caniuse-lite/data/features/url.js +1 -0
  556. package/.next/standalone/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  557. package/.next/standalone/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  558. package/.next/standalone/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  559. package/.next/standalone/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  560. package/.next/standalone/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  561. package/.next/standalone/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  562. package/.next/standalone/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  563. package/.next/standalone/node_modules/caniuse-lite/data/features/video.js +1 -0
  564. package/.next/standalone/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  565. package/.next/standalone/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  566. package/.next/standalone/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  567. package/.next/standalone/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  568. package/.next/standalone/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  569. package/.next/standalone/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  570. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
  571. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
  572. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
  573. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
  574. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
  575. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
  576. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
  577. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
  578. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
  579. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
  580. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
  581. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
  582. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
  583. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
  584. package/.next/standalone/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  585. package/.next/standalone/node_modules/caniuse-lite/data/features/wav.js +1 -0
  586. package/.next/standalone/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  587. package/.next/standalone/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  588. package/.next/standalone/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  589. package/.next/standalone/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  590. package/.next/standalone/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  591. package/.next/standalone/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  592. package/.next/standalone/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  593. package/.next/standalone/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  594. package/.next/standalone/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  595. package/.next/standalone/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  596. package/.next/standalone/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  597. package/.next/standalone/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  598. package/.next/standalone/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  599. package/.next/standalone/node_modules/caniuse-lite/data/features/webm.js +1 -0
  600. package/.next/standalone/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  601. package/.next/standalone/node_modules/caniuse-lite/data/features/webp.js +1 -0
  602. package/.next/standalone/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  603. package/.next/standalone/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  604. package/.next/standalone/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  605. package/.next/standalone/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  606. package/.next/standalone/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  607. package/.next/standalone/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  608. package/.next/standalone/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  609. package/.next/standalone/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  610. package/.next/standalone/node_modules/caniuse-lite/data/features/woff.js +1 -0
  611. package/.next/standalone/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  612. package/.next/standalone/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  613. package/.next/standalone/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  614. package/.next/standalone/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  615. package/.next/standalone/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  616. package/.next/standalone/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  617. package/.next/standalone/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  618. package/.next/standalone/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  619. package/.next/standalone/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  620. package/.next/standalone/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  621. package/.next/standalone/node_modules/caniuse-lite/data/features.js +1 -0
  622. package/.next/standalone/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  623. package/.next/standalone/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  624. package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  625. package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  626. package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  627. package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  628. package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  629. package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  630. package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  631. package/.next/standalone/node_modules/caniuse-lite/package.json +34 -0
  632. package/.next/standalone/node_modules/client-only/index.js +0 -0
  633. package/.next/standalone/node_modules/client-only/package.json +19 -0
  634. package/.next/standalone/node_modules/graceful-fs/clone.js +23 -0
  635. package/.next/standalone/node_modules/graceful-fs/graceful-fs.js +448 -0
  636. package/.next/standalone/node_modules/graceful-fs/legacy-streams.js +118 -0
  637. package/.next/standalone/node_modules/graceful-fs/package.json +53 -0
  638. package/.next/standalone/node_modules/graceful-fs/polyfills.js +355 -0
  639. package/.next/standalone/node_modules/nanoid/non-secure/index.cjs +34 -0
  640. package/.next/standalone/node_modules/nanoid/non-secure/package.json +6 -0
  641. package/.next/standalone/node_modules/nanoid/package.json +89 -0
  642. package/.next/standalone/node_modules/next/dist/build/analysis/extract-const-value.js +200 -0
  643. package/.next/standalone/node_modules/next/dist/build/analysis/get-page-static-info.js +496 -0
  644. package/.next/standalone/node_modules/next/dist/build/analysis/parse-module.js +27 -0
  645. package/.next/standalone/node_modules/next/dist/build/babel/loader/get-config.js +335 -0
  646. package/.next/standalone/node_modules/next/dist/build/babel/loader/index.js +38 -0
  647. package/.next/standalone/node_modules/next/dist/build/babel/loader/transform.js +97 -0
  648. package/.next/standalone/node_modules/next/dist/build/babel/loader/util.js +20 -0
  649. package/.next/standalone/node_modules/next/dist/build/babel/plugins/commonjs.js +42 -0
  650. package/.next/standalone/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +32 -0
  651. package/.next/standalone/node_modules/next/dist/build/babel/plugins/next-page-config.js +116 -0
  652. package/.next/standalone/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +25 -0
  653. package/.next/standalone/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +328 -0
  654. package/.next/standalone/node_modules/next/dist/build/build-context.js +58 -0
  655. package/.next/standalone/node_modules/next/dist/build/create-compiler-aliases.js +281 -0
  656. package/.next/standalone/node_modules/next/dist/build/deployment-id.js +18 -0
  657. package/.next/standalone/node_modules/next/dist/build/entries.js +624 -0
  658. package/.next/standalone/node_modules/next/dist/build/get-babel-config-file.js +35 -0
  659. package/.next/standalone/node_modules/next/dist/build/handle-externals.js +280 -0
  660. package/.next/standalone/node_modules/next/dist/build/load-entrypoint.js +128 -0
  661. package/.next/standalone/node_modules/next/dist/build/load-jsconfig.js +144 -0
  662. package/.next/standalone/node_modules/next/dist/build/normalize-catchall-routes.js +76 -0
  663. package/.next/standalone/node_modules/next/dist/build/output/index.js +295 -0
  664. package/.next/standalone/node_modules/next/dist/build/output/log.js +115 -0
  665. package/.next/standalone/node_modules/next/dist/build/output/store.js +214 -0
  666. package/.next/standalone/node_modules/next/dist/build/polyfills/fetch/index.js +6 -0
  667. package/.next/standalone/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +7 -0
  668. package/.next/standalone/node_modules/next/dist/build/polyfills/object-assign.js +6 -0
  669. package/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/auto.js +4 -0
  670. package/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/implementation.js +4 -0
  671. package/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +6 -0
  672. package/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/shim.js +6 -0
  673. package/.next/standalone/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +1 -0
  674. package/.next/standalone/node_modules/next/dist/build/polyfills/process.js +5 -0
  675. package/.next/standalone/node_modules/next/dist/build/swc/index.js +975 -0
  676. package/.next/standalone/node_modules/next/dist/build/swc/options.js +357 -0
  677. package/.next/standalone/node_modules/next/dist/build/utils.js +1584 -0
  678. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/base.js +58 -0
  679. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/index.js +568 -0
  680. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +47 -0
  681. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +21 -0
  682. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +37 -0
  683. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +62 -0
  684. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +22 -0
  685. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +84 -0
  686. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +62 -0
  687. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +45 -0
  688. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +162 -0
  689. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/images/index.js +42 -0
  690. package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +16 -0
  691. package/.next/standalone/node_modules/next/dist/build/webpack/config/helpers.js +78 -0
  692. package/.next/standalone/node_modules/next/dist/build/webpack/config/index.js +46 -0
  693. package/.next/standalone/node_modules/next/dist/build/webpack/config/utils.js +13 -0
  694. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +32 -0
  695. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +89 -0
  696. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +269 -0
  697. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +36 -0
  698. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +107 -0
  699. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +207 -0
  700. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +327 -0
  701. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +91 -0
  702. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +26 -0
  703. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +463 -0
  704. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +15 -0
  705. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +156 -0
  706. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +27 -0
  707. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +17 -0
  708. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +410 -0
  709. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +90 -0
  710. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +58 -0
  711. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +52 -0
  712. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +120 -0
  713. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +59 -0
  714. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +129 -0
  715. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +40 -0
  716. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +35 -0
  717. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +117 -0
  718. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +89 -0
  719. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +100 -0
  720. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +70 -0
  721. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +186 -0
  722. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +90 -0
  723. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +99 -0
  724. package/.next/standalone/node_modules/next/dist/build/webpack/loaders/utils.js +117 -0
  725. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.js +66 -0
  726. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +235 -0
  727. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +67 -0
  728. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +277 -0
  729. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +90 -0
  730. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/define-env-plugin.js +174 -0
  731. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +694 -0
  732. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +351 -0
  733. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/font-stylesheet-gathering-plugin.js +224 -0
  734. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +219 -0
  735. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +114 -0
  736. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +558 -0
  737. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +25 -0
  738. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js +85 -0
  739. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +120 -0
  740. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +524 -0
  741. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +556 -0
  742. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +14 -0
  743. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +123 -0
  744. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +45 -0
  745. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +146 -0
  746. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +284 -0
  747. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +149 -0
  748. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +58 -0
  749. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/telemetry-plugin.js +173 -0
  750. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/terser-webpack-plugin/src/index.js +273 -0
  751. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +89 -0
  752. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +43 -0
  753. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +19 -0
  754. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +29 -0
  755. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +29 -0
  756. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +25 -0
  757. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +33 -0
  758. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +26 -0
  759. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +150 -0
  760. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseRSC.js +97 -0
  761. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +42 -0
  762. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +18 -0
  763. package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +143 -0
  764. package/.next/standalone/node_modules/next/dist/build/webpack/stringify-request.js +15 -0
  765. package/.next/standalone/node_modules/next/dist/build/webpack/utils.js +97 -0
  766. package/.next/standalone/node_modules/next/dist/build/webpack-config-rules/resolve.js +58 -0
  767. package/.next/standalone/node_modules/next/dist/build/webpack-config.js +2026 -0
  768. package/.next/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
  769. package/.next/standalone/node_modules/next/dist/client/add-locale.js +28 -0
  770. package/.next/standalone/node_modules/next/dist/client/components/action-async-storage-instance.js +20 -0
  771. package/.next/standalone/node_modules/next/dist/client/components/action-async-storage.external.js +20 -0
  772. package/.next/standalone/node_modules/next/dist/client/components/app-router-headers.js +77 -0
  773. package/.next/standalone/node_modules/next/dist/client/components/async-local-storage.js +44 -0
  774. package/.next/standalone/node_modules/next/dist/client/components/bailout-to-client-rendering.js +25 -0
  775. package/.next/standalone/node_modules/next/dist/client/components/dev-root-not-found-boundary.js +50 -0
  776. package/.next/standalone/node_modules/next/dist/client/components/hooks-server-context.js +44 -0
  777. package/.next/standalone/node_modules/next/dist/client/components/match-segments.js +52 -0
  778. package/.next/standalone/node_modules/next/dist/client/components/navigation.js +268 -0
  779. package/.next/standalone/node_modules/next/dist/client/components/navigation.react-server.js +63 -0
  780. package/.next/standalone/node_modules/next/dist/client/components/noop-head.js +21 -0
  781. package/.next/standalone/node_modules/next/dist/client/components/not-found-boundary.js +107 -0
  782. package/.next/standalone/node_modules/next/dist/client/components/not-found-error.js +96 -0
  783. package/.next/standalone/node_modules/next/dist/client/components/not-found.js +43 -0
  784. package/.next/standalone/node_modules/next/dist/client/components/parallel-route-default.js +35 -0
  785. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js +120 -0
  786. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js +19 -0
  787. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js +30 -0
  788. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js +86 -0
  789. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js +29 -0
  790. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js +29 -0
  791. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js +29 -0
  792. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js +47 -0
  793. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js +30 -0
  794. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js +178 -0
  795. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js +32 -0
  796. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js +30 -0
  797. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js +62 -0
  798. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js +62 -0
  799. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js +19 -0
  800. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js +2716 -0
  801. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js +30 -0
  802. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js +42 -0
  803. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js +67 -0
  804. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js +108 -0
  805. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js +19 -0
  806. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js +30 -0
  807. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js +36 -0
  808. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js +32 -0
  809. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js +30 -0
  810. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js +104 -0
  811. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js +32 -0
  812. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js +30 -0
  813. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js +74 -0
  814. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js +99 -0
  815. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js +339 -0
  816. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js +81 -0
  817. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js +62 -0
  818. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js +186 -0
  819. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js +126 -0
  820. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js +164 -0
  821. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js +47 -0
  822. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getRawSourceMap.js +44 -0
  823. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getSourceMapUrl.js +33 -0
  824. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js +36 -0
  825. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js +77 -0
  826. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js +404 -0
  827. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js +75 -0
  828. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js +25 -0
  829. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js +98 -0
  830. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js +37 -0
  831. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js +145 -0
  832. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js +37 -0
  833. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js +44 -0
  834. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js +46 -0
  835. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js +43 -0
  836. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js +135 -0
  837. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js +37 -0
  838. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js +55 -0
  839. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js +37 -0
  840. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js +56 -0
  841. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js +82 -0
  842. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js +70 -0
  843. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js +172 -0
  844. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-turbopack.js +124 -0
  845. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/middleware.js +263 -0
  846. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/shared.js +103 -0
  847. package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/shared.js +187 -0
  848. package/.next/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
  849. package/.next/standalone/node_modules/next/dist/client/components/redirect.js +115 -0
  850. package/.next/standalone/node_modules/next/dist/client/components/request-async-storage-instance.js +20 -0
  851. package/.next/standalone/node_modules/next/dist/client/components/request-async-storage.external.js +37 -0
  852. package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +21 -0
  853. package/.next/standalone/node_modules/next/dist/client/components/static-generation-async-storage-instance.js +20 -0
  854. package/.next/standalone/node_modules/next/dist/client/components/static-generation-async-storage.external.js +20 -0
  855. package/.next/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +43 -0
  856. package/.next/standalone/node_modules/next/dist/client/detect-domain-locale.js +26 -0
  857. package/.next/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
  858. package/.next/standalone/node_modules/next/dist/client/head-manager.js +205 -0
  859. package/.next/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
  860. package/.next/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
  861. package/.next/standalone/node_modules/next/dist/client/remove-locale.js +28 -0
  862. package/.next/standalone/node_modules/next/dist/client/request-idle-callback.js +44 -0
  863. package/.next/standalone/node_modules/next/dist/client/resolve-href.js +79 -0
  864. package/.next/standalone/node_modules/next/dist/client/route-loader.js +319 -0
  865. package/.next/standalone/node_modules/next/dist/client/router.js +189 -0
  866. package/.next/standalone/node_modules/next/dist/client/script.js +357 -0
  867. package/.next/standalone/node_modules/next/dist/client/trusted-types.js +40 -0
  868. package/.next/standalone/node_modules/next/dist/client/with-router.js +37 -0
  869. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +336 -0
  870. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +1 -0
  871. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
  872. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +1 -0
  873. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
  874. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js.text.js +1 -0
  875. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
  876. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js.text.js +1 -0
  877. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
  878. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js.text.js +1 -0
  879. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
  880. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +251 -0
  881. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +1 -0
  882. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js.text.js +1 -0
  883. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
  884. package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
  885. package/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
  886. package/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/package.json +1 -0
  887. package/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
  888. package/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +1 -0
  889. package/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
  890. package/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/package.json +1 -0
  891. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/constants.js +10 -0
  892. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/fontkit/index.js +1 -0
  893. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/format-available-values.js +9 -0
  894. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js +65 -0
  895. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/fetch-font-file.js +39 -0
  896. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/find-font-files-in-css.js +35 -0
  897. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/font-data.json +14483 -0
  898. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-fallback-font-override-metrics.js +53 -0
  899. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-font-axes.js +67 -0
  900. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-google-fonts-url.js +56 -0
  901. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-proxy-agent.js +24 -0
  902. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/google-fonts-metadata.js +8 -0
  903. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/loader.js +165 -0
  904. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/retry.js +19 -0
  905. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/sort-fonts-variant-values.js +27 -0
  906. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/validate-google-font-function-call.js +97 -0
  907. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/get-fallback-metrics-from-font-file.js +86 -0
  908. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/loader.js +75 -0
  909. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/pick-font-file-for-fallback-generation.js +86 -0
  910. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/validate-local-font-function-call.js +73 -0
  911. package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/next-font-error.js +12 -0
  912. package/.next/standalone/node_modules/next/dist/compiled/@next/font/google/loader.js +1 -0
  913. package/.next/standalone/node_modules/next/dist/compiled/@next/font/local/loader.js +1 -0
  914. package/.next/standalone/node_modules/next/dist/compiled/@next/font/package.json +1 -0
  915. package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js +130 -0
  916. package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/ReactRefreshModule.runtime.js +69 -0
  917. package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js +170 -0
  918. package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/loader.js +21 -0
  919. package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js +27 -0
  920. package/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
  921. package/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/package.json +1 -0
  922. package/.next/standalone/node_modules/next/dist/compiled/@vercel/nft/LICENSE +7 -0
  923. package/.next/standalone/node_modules/next/dist/compiled/@vercel/nft/index.js +24 -0
  924. package/.next/standalone/node_modules/next/dist/compiled/@vercel/nft/package.json +1 -0
  925. package/.next/standalone/node_modules/next/dist/compiled/acorn/acorn.js +1 -0
  926. package/.next/standalone/node_modules/next/dist/compiled/acorn/package.json +1 -0
  927. package/.next/standalone/node_modules/next/dist/compiled/amphtml-validator/index.js +17 -0
  928. package/.next/standalone/node_modules/next/dist/compiled/amphtml-validator/package.json +1 -0
  929. package/.next/standalone/node_modules/next/dist/compiled/anser/index.js +1 -0
  930. package/.next/standalone/node_modules/next/dist/compiled/anser/package.json +1 -0
  931. package/.next/standalone/node_modules/next/dist/compiled/assert/assert.js +7 -0
  932. package/.next/standalone/node_modules/next/dist/compiled/assert/package.json +1 -0
  933. package/.next/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
  934. package/.next/standalone/node_modules/next/dist/compiled/async-retry/package.json +1 -0
  935. package/.next/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
  936. package/.next/standalone/node_modules/next/dist/compiled/async-sema/package.json +1 -0
  937. package/.next/standalone/node_modules/next/dist/compiled/babel/bundle.js +1871 -0
  938. package/.next/standalone/node_modules/next/dist/compiled/babel/code-frame.js +1 -0
  939. package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-block-hoist-plugin.js +1 -0
  940. package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-config.js +1 -0
  941. package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-normalize-file.js +1 -0
  942. package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-normalize-opts.js +1 -0
  943. package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-plugin-pass.js +1 -0
  944. package/.next/standalone/node_modules/next/dist/compiled/babel/core.js +1 -0
  945. package/.next/standalone/node_modules/next/dist/compiled/babel/generator.js +1 -0
  946. package/.next/standalone/node_modules/next/dist/compiled/babel/package.json +1 -0
  947. package/.next/standalone/node_modules/next/dist/compiled/babel/parser.js +1 -0
  948. package/.next/standalone/node_modules/next/dist/compiled/babel/plugin-transform-define.js +1 -0
  949. package/.next/standalone/node_modules/next/dist/compiled/babel/plugin-transform-modules-commonjs.js +1 -0
  950. package/.next/standalone/node_modules/next/dist/compiled/babel/traverse.js +1 -0
  951. package/.next/standalone/node_modules/next/dist/compiled/babel/types.js +1 -0
  952. package/.next/standalone/node_modules/next/dist/compiled/babel-packages/package.json +1 -0
  953. package/.next/standalone/node_modules/next/dist/compiled/babel-packages/packages-bundle.js +399 -0
  954. package/.next/standalone/node_modules/next/dist/compiled/browserify-zlib/index.js +1 -0
  955. package/.next/standalone/node_modules/next/dist/compiled/browserify-zlib/package.json +1 -0
  956. package/.next/standalone/node_modules/next/dist/compiled/browserslist/index.js +1 -0
  957. package/.next/standalone/node_modules/next/dist/compiled/browserslist/package.json +1 -0
  958. package/.next/standalone/node_modules/next/dist/compiled/buffer/index.js +9 -0
  959. package/.next/standalone/node_modules/next/dist/compiled/buffer/package.json +1 -0
  960. package/.next/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
  961. package/.next/standalone/node_modules/next/dist/compiled/bytes/package.json +1 -0
  962. package/.next/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
  963. package/.next/standalone/node_modules/next/dist/compiled/ci-info/package.json +1 -0
  964. package/.next/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
  965. package/.next/standalone/node_modules/next/dist/compiled/commander/package.json +1 -0
  966. package/.next/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
  967. package/.next/standalone/node_modules/next/dist/compiled/comment-json/package.json +1 -0
  968. package/.next/standalone/node_modules/next/dist/compiled/compression/index.js +51 -0
  969. package/.next/standalone/node_modules/next/dist/compiled/compression/package.json +1 -0
  970. package/.next/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
  971. package/.next/standalone/node_modules/next/dist/compiled/conf/package.json +1 -0
  972. package/.next/standalone/node_modules/next/dist/compiled/constants-browserify/constants.json +209 -0
  973. package/.next/standalone/node_modules/next/dist/compiled/constants-browserify/package.json +1 -0
  974. package/.next/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
  975. package/.next/standalone/node_modules/next/dist/compiled/content-disposition/package.json +1 -0
  976. package/.next/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
  977. package/.next/standalone/node_modules/next/dist/compiled/cookie/package.json +1 -0
  978. package/.next/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
  979. package/.next/standalone/node_modules/next/dist/compiled/cross-spawn/package.json +1 -0
  980. package/.next/standalone/node_modules/next/dist/compiled/crypto-browserify/index.js +3 -0
  981. package/.next/standalone/node_modules/next/dist/compiled/crypto-browserify/package.json +1 -0
  982. package/.next/standalone/node_modules/next/dist/compiled/css.escape/css.escape.js +1 -0
  983. package/.next/standalone/node_modules/next/dist/compiled/css.escape/package.json +1 -0
  984. package/.next/standalone/node_modules/next/dist/compiled/cssnano-simple/index.js +190 -0
  985. package/.next/standalone/node_modules/next/dist/compiled/data-uri-to-buffer/index.js +1 -0
  986. package/.next/standalone/node_modules/next/dist/compiled/data-uri-to-buffer/package.json +1 -0
  987. package/.next/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
  988. package/.next/standalone/node_modules/next/dist/compiled/debug/package.json +1 -0
  989. package/.next/standalone/node_modules/next/dist/compiled/devalue/devalue.umd.js +1 -0
  990. package/.next/standalone/node_modules/next/dist/compiled/devalue/package.json +1 -0
  991. package/.next/standalone/node_modules/next/dist/compiled/domain-browser/index.js +1 -0
  992. package/.next/standalone/node_modules/next/dist/compiled/domain-browser/package.json +1 -0
  993. package/.next/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
  994. package/.next/standalone/node_modules/next/dist/compiled/edge-runtime/package.json +1 -0
  995. package/.next/standalone/node_modules/next/dist/compiled/events/events.js +1 -0
  996. package/.next/standalone/node_modules/next/dist/compiled/events/package.json +1 -0
  997. package/.next/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
  998. package/.next/standalone/node_modules/next/dist/compiled/find-up/package.json +1 -0
  999. package/.next/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
  1000. package/.next/standalone/node_modules/next/dist/compiled/fresh/package.json +1 -0
  1001. package/.next/standalone/node_modules/next/dist/compiled/get-orientation/index.js +1 -0
  1002. package/.next/standalone/node_modules/next/dist/compiled/get-orientation/package.json +1 -0
  1003. package/.next/standalone/node_modules/next/dist/compiled/glob/glob.js +1 -0
  1004. package/.next/standalone/node_modules/next/dist/compiled/glob/package.json +1 -0
  1005. package/.next/standalone/node_modules/next/dist/compiled/gzip-size/index.js +1 -0
  1006. package/.next/standalone/node_modules/next/dist/compiled/gzip-size/package.json +1 -0
  1007. package/.next/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
  1008. package/.next/standalone/node_modules/next/dist/compiled/http-proxy/package.json +1 -0
  1009. package/.next/standalone/node_modules/next/dist/compiled/http-proxy-agent/index.js +1 -0
  1010. package/.next/standalone/node_modules/next/dist/compiled/http-proxy-agent/package.json +1 -0
  1011. package/.next/standalone/node_modules/next/dist/compiled/https-browserify/index.js +1 -0
  1012. package/.next/standalone/node_modules/next/dist/compiled/https-browserify/package.json +1 -0
  1013. package/.next/standalone/node_modules/next/dist/compiled/https-proxy-agent/index.js +1 -0
  1014. package/.next/standalone/node_modules/next/dist/compiled/https-proxy-agent/package.json +1 -0
  1015. package/.next/standalone/node_modules/next/dist/compiled/icss-utils/index.js +1 -0
  1016. package/.next/standalone/node_modules/next/dist/compiled/icss-utils/package.json +1 -0
  1017. package/.next/standalone/node_modules/next/dist/compiled/ignore-loader/index.js +1 -0
  1018. package/.next/standalone/node_modules/next/dist/compiled/ignore-loader/package.json +1 -0
  1019. package/.next/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
  1020. package/.next/standalone/node_modules/next/dist/compiled/image-size/package.json +1 -0
  1021. package/.next/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
  1022. package/.next/standalone/node_modules/next/dist/compiled/is-animated/package.json +1 -0
  1023. package/.next/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
  1024. package/.next/standalone/node_modules/next/dist/compiled/is-docker/package.json +1 -0
  1025. package/.next/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
  1026. package/.next/standalone/node_modules/next/dist/compiled/is-wsl/package.json +1 -0
  1027. package/.next/standalone/node_modules/next/dist/compiled/jest-worker/index.js +1 -0
  1028. package/.next/standalone/node_modules/next/dist/compiled/jest-worker/package.json +1 -0
  1029. package/.next/standalone/node_modules/next/dist/compiled/jest-worker/processChild.js +1 -0
  1030. package/.next/standalone/node_modules/next/dist/compiled/jest-worker/threadChild.js +1 -0
  1031. package/.next/standalone/node_modules/next/dist/compiled/json5/index.js +1 -0
  1032. package/.next/standalone/node_modules/next/dist/compiled/json5/package.json +1 -0
  1033. package/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
  1034. package/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/package.json +1 -0
  1035. package/.next/standalone/node_modules/next/dist/compiled/loader-utils2/index.js +1 -0
  1036. package/.next/standalone/node_modules/next/dist/compiled/loader-utils2/package.json +1 -0
  1037. package/.next/standalone/node_modules/next/dist/compiled/loader-utils3/index.js +1 -0
  1038. package/.next/standalone/node_modules/next/dist/compiled/loader-utils3/package.json +1 -0
  1039. package/.next/standalone/node_modules/next/dist/compiled/lodash.curry/index.js +1 -0
  1040. package/.next/standalone/node_modules/next/dist/compiled/lodash.curry/package.json +1 -0
  1041. package/.next/standalone/node_modules/next/dist/compiled/lru-cache/index.js +1 -0
  1042. package/.next/standalone/node_modules/next/dist/compiled/lru-cache/package.json +1 -0
  1043. package/.next/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/cjs.js +1 -0
  1044. package/.next/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/index.js +1 -0
  1045. package/.next/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/package.json +1 -0
  1046. package/.next/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
  1047. package/.next/standalone/node_modules/next/dist/compiled/nanoid/package.json +1 -0
  1048. package/.next/standalone/node_modules/next/dist/compiled/native-url/index.js +1 -0
  1049. package/.next/standalone/node_modules/next/dist/compiled/native-url/package.json +1 -0
  1050. package/.next/standalone/node_modules/next/dist/compiled/neo-async/async.js +1 -0
  1051. package/.next/standalone/node_modules/next/dist/compiled/neo-async/package.json +1 -0
  1052. package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +21 -0
  1053. package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +21 -0
  1054. package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +21 -0
  1055. package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +21 -0
  1056. package/.next/standalone/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +7 -0
  1057. package/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +32 -0
  1058. package/.next/standalone/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +32 -0
  1059. package/.next/standalone/node_modules/next/dist/compiled/node-fetch/index.js +1 -0
  1060. package/.next/standalone/node_modules/next/dist/compiled/node-fetch/package.json +1 -0
  1061. package/.next/standalone/node_modules/next/dist/compiled/node-html-parser/index.js +2 -0
  1062. package/.next/standalone/node_modules/next/dist/compiled/node-html-parser/package.json +1 -0
  1063. package/.next/standalone/node_modules/next/dist/compiled/os-browserify/browser.js +1 -0
  1064. package/.next/standalone/node_modules/next/dist/compiled/os-browserify/package.json +1 -0
  1065. package/.next/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
  1066. package/.next/standalone/node_modules/next/dist/compiled/p-limit/package.json +1 -0
  1067. package/.next/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
  1068. package/.next/standalone/node_modules/next/dist/compiled/path-browserify/package.json +1 -0
  1069. package/.next/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +406 -0
  1070. package/.next/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
  1071. package/.next/standalone/node_modules/next/dist/compiled/picomatch/package.json +1 -0
  1072. package/.next/standalone/node_modules/next/dist/compiled/platform/package.json +1 -0
  1073. package/.next/standalone/node_modules/next/dist/compiled/platform/platform.js +7 -0
  1074. package/.next/standalone/node_modules/next/dist/compiled/postcss-flexbugs-fixes/index.js +1 -0
  1075. package/.next/standalone/node_modules/next/dist/compiled/postcss-flexbugs-fixes/package.json +1 -0
  1076. package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-extract-imports/index.js +1 -0
  1077. package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-extract-imports/package.json +1 -0
  1078. package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-local-by-default/index.js +2 -0
  1079. package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-local-by-default/package.json +1 -0
  1080. package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-scope/index.js +2 -0
  1081. package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-scope/package.json +1 -0
  1082. package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-values/index.js +1 -0
  1083. package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-values/package.json +1 -0
  1084. package/.next/standalone/node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js +1 -0
  1085. package/.next/standalone/node_modules/next/dist/compiled/postcss-preset-env/index.cjs +94 -0
  1086. package/.next/standalone/node_modules/next/dist/compiled/postcss-preset-env/package.json +1 -0
  1087. package/.next/standalone/node_modules/next/dist/compiled/postcss-scss/package.json +1 -0
  1088. package/.next/standalone/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js +1 -0
  1089. package/.next/standalone/node_modules/next/dist/compiled/postcss-value-parser/index.js +1 -0
  1090. package/.next/standalone/node_modules/next/dist/compiled/postcss-value-parser/package.json +1 -0
  1091. package/.next/standalone/node_modules/next/dist/compiled/process/browser.js +1 -0
  1092. package/.next/standalone/node_modules/next/dist/compiled/process/package.json +1 -0
  1093. package/.next/standalone/node_modules/next/dist/compiled/punycode/package.json +1 -0
  1094. package/.next/standalone/node_modules/next/dist/compiled/punycode/punycode.js +1 -0
  1095. package/.next/standalone/node_modules/next/dist/compiled/querystring-es3/index.js +1 -0
  1096. package/.next/standalone/node_modules/next/dist/compiled/querystring-es3/package.json +1 -0
  1097. package/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +221 -0
  1098. package/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js +14 -0
  1099. package/.next/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
  1100. package/.next/standalone/node_modules/next/dist/compiled/react-is/package.json +26 -0
  1101. package/.next/standalone/node_modules/next/dist/compiled/react-refresh/babel.js +7 -0
  1102. package/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.development.js +842 -0
  1103. package/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.production.min.js +24 -0
  1104. package/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js +658 -0
  1105. package/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.production.min.js +10 -0
  1106. package/.next/standalone/node_modules/next/dist/compiled/react-refresh/package.json +39 -0
  1107. package/.next/standalone/node_modules/next/dist/compiled/react-refresh/runtime.js +7 -0
  1108. package/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/package.json +19 -0
  1109. package/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
  1110. package/.next/standalone/node_modules/next/dist/compiled/sass-loader/cjs.js +1 -0
  1111. package/.next/standalone/node_modules/next/dist/compiled/sass-loader/package.json +1 -0
  1112. package/.next/standalone/node_modules/next/dist/compiled/schema-utils3/index.js +3 -0
  1113. package/.next/standalone/node_modules/next/dist/compiled/schema-utils3/package.json +1 -0
  1114. package/.next/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
  1115. package/.next/standalone/node_modules/next/dist/compiled/semver/package.json +1 -0
  1116. package/.next/standalone/node_modules/next/dist/compiled/send/index.js +85 -0
  1117. package/.next/standalone/node_modules/next/dist/compiled/send/package.json +1 -0
  1118. package/.next/standalone/node_modules/next/dist/compiled/setimmediate/package.json +1 -0
  1119. package/.next/standalone/node_modules/next/dist/compiled/setimmediate/setImmediate.js +1 -0
  1120. package/.next/standalone/node_modules/next/dist/compiled/shell-quote/index.js +1 -0
  1121. package/.next/standalone/node_modules/next/dist/compiled/shell-quote/package.json +1 -0
  1122. package/.next/standalone/node_modules/next/dist/compiled/source-map/package.json +1 -0
  1123. package/.next/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
  1124. package/.next/standalone/node_modules/next/dist/compiled/source-map08/package.json +1 -0
  1125. package/.next/standalone/node_modules/next/dist/compiled/source-map08/source-map.js +3002 -0
  1126. package/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/package.json +1 -0
  1127. package/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
  1128. package/.next/standalone/node_modules/next/dist/compiled/stream-browserify/index.js +1 -0
  1129. package/.next/standalone/node_modules/next/dist/compiled/stream-browserify/package.json +1 -0
  1130. package/.next/standalone/node_modules/next/dist/compiled/stream-http/index.js +1 -0
  1131. package/.next/standalone/node_modules/next/dist/compiled/stream-http/package.json +1 -0
  1132. package/.next/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
  1133. package/.next/standalone/node_modules/next/dist/compiled/string-hash/package.json +1 -0
  1134. package/.next/standalone/node_modules/next/dist/compiled/string_decoder/package.json +1 -0
  1135. package/.next/standalone/node_modules/next/dist/compiled/string_decoder/string_decoder.js +1 -0
  1136. package/.next/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
  1137. package/.next/standalone/node_modules/next/dist/compiled/strip-ansi/package.json +1 -0
  1138. package/.next/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
  1139. package/.next/standalone/node_modules/next/dist/compiled/superstruct/package.json +1 -0
  1140. package/.next/standalone/node_modules/next/dist/compiled/tar/index.js +1 -0
  1141. package/.next/standalone/node_modules/next/dist/compiled/tar/package.json +1 -0
  1142. package/.next/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
  1143. package/.next/standalone/node_modules/next/dist/compiled/text-table/package.json +1 -0
  1144. package/.next/standalone/node_modules/next/dist/compiled/timers-browserify/main.js +1 -0
  1145. package/.next/standalone/node_modules/next/dist/compiled/timers-browserify/package.json +1 -0
  1146. package/.next/standalone/node_modules/next/dist/compiled/tty-browserify/index.js +1 -0
  1147. package/.next/standalone/node_modules/next/dist/compiled/tty-browserify/package.json +1 -0
  1148. package/.next/standalone/node_modules/next/dist/compiled/unistore/package.json +1 -0
  1149. package/.next/standalone/node_modules/next/dist/compiled/unistore/unistore.js +1 -0
  1150. package/.next/standalone/node_modules/next/dist/compiled/util/package.json +1 -0
  1151. package/.next/standalone/node_modules/next/dist/compiled/util/util.js +1 -0
  1152. package/.next/standalone/node_modules/next/dist/compiled/vm-browserify/index.js +1 -0
  1153. package/.next/standalone/node_modules/next/dist/compiled/vm-browserify/package.json +1 -0
  1154. package/.next/standalone/node_modules/next/dist/compiled/watchpack/package.json +1 -0
  1155. package/.next/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
  1156. package/.next/standalone/node_modules/next/dist/compiled/webpack/package.json +1 -0
  1157. package/.next/standalone/node_modules/next/dist/compiled/webpack/webpack.js +26 -0
  1158. package/.next/standalone/node_modules/next/dist/compiled/webpack-sources3/index.js +1 -0
  1159. package/.next/standalone/node_modules/next/dist/compiled/webpack-sources3/package.json +1 -0
  1160. package/.next/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
  1161. package/.next/standalone/node_modules/next/dist/compiled/ws/package.json +1 -0
  1162. package/.next/standalone/node_modules/next/dist/compiled/zod/index.js +1 -0
  1163. package/.next/standalone/node_modules/next/dist/compiled/zod/package.json +1 -0
  1164. package/.next/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
  1165. package/.next/standalone/node_modules/next/dist/experimental/testmode/fetch.js +133 -0
  1166. package/.next/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
  1167. package/.next/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
  1168. package/.next/standalone/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js +16 -0
  1169. package/.next/standalone/node_modules/next/dist/export/helpers/is-navigation-signal-error.js +15 -0
  1170. package/.next/standalone/node_modules/next/dist/export/utils.js +24 -0
  1171. package/.next/standalone/node_modules/next/dist/lib/batcher.js +59 -0
  1172. package/.next/standalone/node_modules/next/dist/lib/build-custom-route.js +39 -0
  1173. package/.next/standalone/node_modules/next/dist/lib/client-reference.js +16 -0
  1174. package/.next/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
  1175. package/.next/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
  1176. package/.next/standalone/node_modules/next/dist/lib/constants.js +334 -0
  1177. package/.next/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
  1178. package/.next/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
  1179. package/.next/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
  1180. package/.next/standalone/node_modules/next/dist/lib/download-swc.js +171 -0
  1181. package/.next/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
  1182. package/.next/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
  1183. package/.next/standalone/node_modules/next/dist/lib/find-config.js +102 -0
  1184. package/.next/standalone/node_modules/next/dist/lib/find-pages-dir.js +50 -0
  1185. package/.next/standalone/node_modules/next/dist/lib/find-root.js +45 -0
  1186. package/.next/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
  1187. package/.next/standalone/node_modules/next/dist/lib/format-server-error.js +74 -0
  1188. package/.next/standalone/node_modules/next/dist/lib/fs/rename.js +128 -0
  1189. package/.next/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
  1190. package/.next/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +88 -0
  1191. package/.next/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
  1192. package/.next/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +46 -0
  1193. package/.next/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +62 -0
  1194. package/.next/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
  1195. package/.next/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
  1196. package/.next/standalone/node_modules/next/dist/lib/helpers/get-registry.js +32 -0
  1197. package/.next/standalone/node_modules/next/dist/lib/helpers/install.js +105 -0
  1198. package/.next/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
  1199. package/.next/standalone/node_modules/next/dist/lib/interop-default.js +15 -0
  1200. package/.next/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
  1201. package/.next/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
  1202. package/.next/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
  1203. package/.next/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
  1204. package/.next/standalone/node_modules/next/dist/lib/is-error.js +44 -0
  1205. package/.next/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
  1206. package/.next/standalone/node_modules/next/dist/lib/is-serializable-props.js +82 -0
  1207. package/.next/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
  1208. package/.next/standalone/node_modules/next/dist/lib/load-custom-routes.js +504 -0
  1209. package/.next/standalone/node_modules/next/dist/lib/metadata/clone-metadata.js +33 -0
  1210. package/.next/standalone/node_modules/next/dist/lib/metadata/constants.js +40 -0
  1211. package/.next/standalone/node_modules/next/dist/lib/metadata/default-metadata.js +77 -0
  1212. package/.next/standalone/node_modules/next/dist/lib/metadata/generate/alternate.js +55 -0
  1213. package/.next/standalone/node_modules/next/dist/lib/metadata/generate/basic.js +281 -0
  1214. package/.next/standalone/node_modules/next/dist/lib/metadata/generate/icons.js +66 -0
  1215. package/.next/standalone/node_modules/next/dist/lib/metadata/generate/meta.js +123 -0
  1216. package/.next/standalone/node_modules/next/dist/lib/metadata/generate/opengraph.js +474 -0
  1217. package/.next/standalone/node_modules/next/dist/lib/metadata/generate/utils.js +38 -0
  1218. package/.next/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +85 -0
  1219. package/.next/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +115 -0
  1220. package/.next/standalone/node_modules/next/dist/lib/metadata/metadata.js +163 -0
  1221. package/.next/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +629 -0
  1222. package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +218 -0
  1223. package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +56 -0
  1224. package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +178 -0
  1225. package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +40 -0
  1226. package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +136 -0
  1227. package/.next/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
  1228. package/.next/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
  1229. package/.next/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
  1230. package/.next/standalone/node_modules/next/dist/lib/page-types.js +18 -0
  1231. package/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +181 -0
  1232. package/.next/standalone/node_modules/next/dist/lib/pick.js +19 -0
  1233. package/.next/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
  1234. package/.next/standalone/node_modules/next/dist/lib/pretty-bytes.js +70 -0
  1235. package/.next/standalone/node_modules/next/dist/lib/realpath.js +20 -0
  1236. package/.next/standalone/node_modules/next/dist/lib/recursive-delete.js +75 -0
  1237. package/.next/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
  1238. package/.next/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
  1239. package/.next/standalone/node_modules/next/dist/lib/resolve-from.js +55 -0
  1240. package/.next/standalone/node_modules/next/dist/lib/scheduler.js +49 -0
  1241. package/.next/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
  1242. package/.next/standalone/node_modules/next/dist/lib/server-external-packages.json +53 -0
  1243. package/.next/standalone/node_modules/next/dist/lib/try-to-parse-path.js +50 -0
  1244. package/.next/standalone/node_modules/next/dist/lib/turbopack-warning.js +205 -0
  1245. package/.next/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +258 -0
  1246. package/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +61 -0
  1247. package/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
  1248. package/.next/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +23 -0
  1249. package/.next/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +95 -0
  1250. package/.next/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +62 -0
  1251. package/.next/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +296 -0
  1252. package/.next/standalone/node_modules/next/dist/lib/url.js +45 -0
  1253. package/.next/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +110 -0
  1254. package/.next/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +165 -0
  1255. package/.next/standalone/node_modules/next/dist/lib/wait.js +19 -0
  1256. package/.next/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
  1257. package/.next/standalone/node_modules/next/dist/pages/_app.js +42 -0
  1258. package/.next/standalone/node_modules/next/dist/pages/_document.js +851 -0
  1259. package/.next/standalone/node_modules/next/dist/server/accept-header.js +120 -0
  1260. package/.next/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
  1261. package/.next/standalone/node_modules/next/dist/server/api-utils/index.js +198 -0
  1262. package/.next/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
  1263. package/.next/standalone/node_modules/next/dist/server/app-render/action-handler.js +730 -0
  1264. package/.next/standalone/node_modules/next/dist/server/app-render/action-utils.js +65 -0
  1265. package/.next/standalone/node_modules/next/dist/server/app-render/app-render.js +1034 -0
  1266. package/.next/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +53 -0
  1267. package/.next/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +455 -0
  1268. package/.next/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +99 -0
  1269. package/.next/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +50 -0
  1270. package/.next/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +90 -0
  1271. package/.next/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +195 -0
  1272. package/.next/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +174 -0
  1273. package/.next/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +28 -0
  1274. package/.next/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +28 -0
  1275. package/.next/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +48 -0
  1276. package/.next/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +85 -0
  1277. package/.next/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
  1278. package/.next/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +40 -0
  1279. package/.next/standalone/node_modules/next/dist/server/app-render/get-segment-param.js +42 -0
  1280. package/.next/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +38 -0
  1281. package/.next/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
  1282. package/.next/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
  1283. package/.next/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +83 -0
  1284. package/.next/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +37 -0
  1285. package/.next/standalone/node_modules/next/dist/server/app-render/parse-loader-tree.js +29 -0
  1286. package/.next/standalone/node_modules/next/dist/server/app-render/react-server.node.js +35 -0
  1287. package/.next/standalone/node_modules/next/dist/server/app-render/required-scripts.js +71 -0
  1288. package/.next/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +41 -0
  1289. package/.next/standalone/node_modules/next/dist/server/app-render/static/static-renderer.js +165 -0
  1290. package/.next/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
  1291. package/.next/standalone/node_modules/next/dist/server/app-render/types.js +43 -0
  1292. package/.next/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +126 -0
  1293. package/.next/standalone/node_modules/next/dist/server/app-render/validate-url.js +29 -0
  1294. package/.next/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +150 -0
  1295. package/.next/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +53 -0
  1296. package/.next/standalone/node_modules/next/dist/server/async-storage/request-async-storage-wrapper.js +109 -0
  1297. package/.next/standalone/node_modules/next/dist/server/async-storage/static-generation-async-storage-wrapper.js +53 -0
  1298. package/.next/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
  1299. package/.next/standalone/node_modules/next/dist/server/base-http/node.js +119 -0
  1300. package/.next/standalone/node_modules/next/dist/server/base-server.js +2253 -0
  1301. package/.next/standalone/node_modules/next/dist/server/body-streams.js +90 -0
  1302. package/.next/standalone/node_modules/next/dist/server/capsize-font-metrics.json +30312 -0
  1303. package/.next/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +69 -0
  1304. package/.next/standalone/node_modules/next/dist/server/config-schema.js +483 -0
  1305. package/.next/standalone/node_modules/next/dist/server/config-shared.js +165 -0
  1306. package/.next/standalone/node_modules/next/dist/server/config-utils.js +189 -0
  1307. package/.next/standalone/node_modules/next/dist/server/config.js +825 -0
  1308. package/.next/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
  1309. package/.next/standalone/node_modules/next/dist/server/dev/hot-middleware.js +215 -0
  1310. package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +748 -0
  1311. package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +29 -0
  1312. package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1192 -0
  1313. package/.next/standalone/node_modules/next/dist/server/dev/log-app-dir-error.js +80 -0
  1314. package/.next/standalone/node_modules/next/dist/server/dev/messages.js +13 -0
  1315. package/.next/standalone/node_modules/next/dist/server/dev/next-dev-server.js +601 -0
  1316. package/.next/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +663 -0
  1317. package/.next/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
  1318. package/.next/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +72 -0
  1319. package/.next/standalone/node_modules/next/dist/server/dev/turbopack/entry-key.js +39 -0
  1320. package/.next/standalone/node_modules/next/dist/server/dev/turbopack/manifest-loader.js +327 -0
  1321. package/.next/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +713 -0
  1322. package/.next/standalone/node_modules/next/dist/server/font-utils.js +205 -0
  1323. package/.next/standalone/node_modules/next/dist/server/future/helpers/i18n-provider.js +146 -0
  1324. package/.next/standalone/node_modules/next/dist/server/future/helpers/interception-routes.js +89 -0
  1325. package/.next/standalone/node_modules/next/dist/server/future/helpers/module-loader/node-module-loader.js +21 -0
  1326. package/.next/standalone/node_modules/next/dist/server/future/helpers/module-loader/route-module-loader.js +22 -0
  1327. package/.next/standalone/node_modules/next/dist/server/future/normalizers/absolute-filename-normalizer.js +33 -0
  1328. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-bundle-path-normalizer.js +48 -0
  1329. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-filename-normalizer.js +22 -0
  1330. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-page-normalizer.js +19 -0
  1331. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-pathname-normalizer.js +55 -0
  1332. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/index.js +42 -0
  1333. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/index.js +44 -0
  1334. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
  1335. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-filename-normalizer.js +22 -0
  1336. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-page-normalizer.js +19 -0
  1337. package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
  1338. package/.next/standalone/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.js +26 -0
  1339. package/.next/standalone/node_modules/next/dist/server/future/normalizers/normalizers.js +23 -0
  1340. package/.next/standalone/node_modules/next/dist/server/future/normalizers/prefixing-normalizer.js +26 -0
  1341. package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/action.js +19 -0
  1342. package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/base-path.js +21 -0
  1343. package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/next-data.js +34 -0
  1344. package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/postponed.js +27 -0
  1345. package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.js +19 -0
  1346. package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/prefix.js +35 -0
  1347. package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/rsc.js +19 -0
  1348. package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/suffix.js +27 -0
  1349. package/.next/standalone/node_modules/next/dist/server/future/normalizers/underscore-normalizer.js +17 -0
  1350. package/.next/standalone/node_modules/next/dist/server/future/normalizers/wrap-normalizer-fn.js +17 -0
  1351. package/.next/standalone/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.js +16 -0
  1352. package/.next/standalone/node_modules/next/dist/server/future/route-kind.js +29 -0
  1353. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-managers/default-route-matcher-manager.js +227 -0
  1354. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-managers/dev-route-matcher-manager.js +126 -0
  1355. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
  1356. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
  1357. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +78 -0
  1358. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +43 -0
  1359. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +80 -0
  1360. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +80 -0
  1361. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
  1362. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
  1363. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +43 -0
  1364. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
  1365. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
  1366. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
  1367. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
  1368. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/pages-api-route-matcher-provider.js +56 -0
  1369. package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/pages-route-matcher-provider.js +65 -0
  1370. package/.next/standalone/node_modules/next/dist/server/future/route-matchers/app-page-route-matcher.js +18 -0
  1371. package/.next/standalone/node_modules/next/dist/server/future/route-matchers/app-route-route-matcher.js +15 -0
  1372. package/.next/standalone/node_modules/next/dist/server/future/route-matchers/locale-route-matcher.js +68 -0
  1373. package/.next/standalone/node_modules/next/dist/server/future/route-matchers/pages-api-route-matcher.js +30 -0
  1374. package/.next/standalone/node_modules/next/dist/server/future/route-matchers/pages-route-matcher.js +30 -0
  1375. package/.next/standalone/node_modules/next/dist/server/future/route-matchers/route-matcher.js +54 -0
  1376. package/.next/standalone/node_modules/next/dist/server/future/route-matches/pages-api-route-match.js +16 -0
  1377. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js +24 -0
  1378. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/module.js +94 -0
  1379. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/module.render.js +20 -0
  1380. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js +4 -0
  1381. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
  1382. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.js +107 -0
  1383. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
  1384. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
  1385. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/html-context.js +4 -0
  1386. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
  1387. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable-context.js +4 -0
  1388. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable.js +4 -0
  1389. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js +4 -0
  1390. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
  1391. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/entrypoints.js +136 -0
  1392. package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/entrypoints.js +115 -0
  1393. package/.next/standalone/node_modules/next/dist/server/future/route-modules/checks.js +45 -0
  1394. package/.next/standalone/node_modules/next/dist/server/future/route-modules/helpers/response-handlers.js +67 -0
  1395. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/builtin/_error.js +78 -0
  1396. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js +14 -0
  1397. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/module.js +92 -0
  1398. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/module.render.js +20 -0
  1399. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js +4 -0
  1400. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
  1401. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.js +107 -0
  1402. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
  1403. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
  1404. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js +4 -0
  1405. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
  1406. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
  1407. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable.js +4 -0
  1408. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context.js +4 -0
  1409. package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
  1410. package/.next/standalone/node_modules/next/dist/server/future/route-modules/route-module.js +18 -0
  1411. package/.next/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
  1412. package/.next/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
  1413. package/.next/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
  1414. package/.next/standalone/node_modules/next/dist/server/image-optimizer.js +914 -0
  1415. package/.next/standalone/node_modules/next/dist/server/internal-utils.js +54 -0
  1416. package/.next/standalone/node_modules/next/dist/server/lib/app-dir-module.js +54 -0
  1417. package/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +113 -0
  1418. package/.next/standalone/node_modules/next/dist/server/lib/builtin-request-context.js +38 -0
  1419. package/.next/standalone/node_modules/next/dist/server/lib/clone-response.js +54 -0
  1420. package/.next/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +157 -0
  1421. package/.next/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +55 -0
  1422. package/.next/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
  1423. package/.next/standalone/node_modules/next/dist/server/lib/find-page-file.js +111 -0
  1424. package/.next/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
  1425. package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/fetch-cache.js +320 -0
  1426. package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +322 -0
  1427. package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +407 -0
  1428. package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-revalidate-timings.js +57 -0
  1429. package/.next/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
  1430. package/.next/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
  1431. package/.next/standalone/node_modules/next/dist/server/lib/mock-request.js +329 -0
  1432. package/.next/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
  1433. package/.next/standalone/node_modules/next/dist/server/lib/patch-fetch.js +653 -0
  1434. package/.next/standalone/node_modules/next/dist/server/lib/render-server.js +114 -0
  1435. package/.next/standalone/node_modules/next/dist/server/lib/revalidate.js +22 -0
  1436. package/.next/standalone/node_modules/next/dist/server/lib/router-server.js +502 -0
  1437. package/.next/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +76 -0
  1438. package/.next/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +44 -0
  1439. package/.next/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +536 -0
  1440. package/.next/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
  1441. package/.next/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +110 -0
  1442. package/.next/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +567 -0
  1443. package/.next/standalone/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +830 -0
  1444. package/.next/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
  1445. package/.next/standalone/node_modules/next/dist/server/lib/server-ipc/invoke-request.js +33 -0
  1446. package/.next/standalone/node_modules/next/dist/server/lib/server-ipc/request-utils.js +60 -0
  1447. package/.next/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +80 -0
  1448. package/.next/standalone/node_modules/next/dist/server/lib/squoosh/main.js +136 -0
  1449. package/.next/standalone/node_modules/next/dist/server/lib/start-server.js +325 -0
  1450. package/.next/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
  1451. package/.next/standalone/node_modules/next/dist/server/lib/trace/constants.js +202 -0
  1452. package/.next/standalone/node_modules/next/dist/server/lib/trace/tracer.js +214 -0
  1453. package/.next/standalone/node_modules/next/dist/server/lib/utils.js +87 -0
  1454. package/.next/standalone/node_modules/next/dist/server/load-components.js +128 -0
  1455. package/.next/standalone/node_modules/next/dist/server/load-default-error-components.js +39 -0
  1456. package/.next/standalone/node_modules/next/dist/server/load-manifest.js +70 -0
  1457. package/.next/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
  1458. package/.next/standalone/node_modules/next/dist/server/next-server.js +1277 -0
  1459. package/.next/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
  1460. package/.next/standalone/node_modules/next/dist/server/next.js +335 -0
  1461. package/.next/standalone/node_modules/next/dist/server/node-environment.js +17 -0
  1462. package/.next/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +20 -0
  1463. package/.next/standalone/node_modules/next/dist/server/optimize-amp.js +22 -0
  1464. package/.next/standalone/node_modules/next/dist/server/pipe-readable.js +132 -0
  1465. package/.next/standalone/node_modules/next/dist/server/post-process.js +175 -0
  1466. package/.next/standalone/node_modules/next/dist/server/render-result.js +147 -0
  1467. package/.next/standalone/node_modules/next/dist/server/render.js +1028 -0
  1468. package/.next/standalone/node_modules/next/dist/server/request-meta.js +78 -0
  1469. package/.next/standalone/node_modules/next/dist/server/require-hook.js +68 -0
  1470. package/.next/standalone/node_modules/next/dist/server/require.js +121 -0
  1471. package/.next/standalone/node_modules/next/dist/server/response-cache/index.js +149 -0
  1472. package/.next/standalone/node_modules/next/dist/server/response-cache/types.js +6 -0
  1473. package/.next/standalone/node_modules/next/dist/server/response-cache/utils.js +64 -0
  1474. package/.next/standalone/node_modules/next/dist/server/send-payload.js +123 -0
  1475. package/.next/standalone/node_modules/next/dist/server/send-response.js +51 -0
  1476. package/.next/standalone/node_modules/next/dist/server/serve-static.js +62 -0
  1477. package/.next/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
  1478. package/.next/standalone/node_modules/next/dist/server/server-utils.js +306 -0
  1479. package/.next/standalone/node_modules/next/dist/server/setup-http-agent-env.js +27 -0
  1480. package/.next/standalone/node_modules/next/dist/server/stream-utils/encodedTags.js +82 -0
  1481. package/.next/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +484 -0
  1482. package/.next/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +69 -0
  1483. package/.next/standalone/node_modules/next/dist/server/typescript/constant.js +96 -0
  1484. package/.next/standalone/node_modules/next/dist/server/typescript/index.js +204 -0
  1485. package/.next/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +68 -0
  1486. package/.next/standalone/node_modules/next/dist/server/typescript/rules/config.js +388 -0
  1487. package/.next/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
  1488. package/.next/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
  1489. package/.next/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +389 -0
  1490. package/.next/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +112 -0
  1491. package/.next/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
  1492. package/.next/standalone/node_modules/next/dist/server/typescript/utils.js +194 -0
  1493. package/.next/standalone/node_modules/next/dist/server/utils.js +87 -0
  1494. package/.next/standalone/node_modules/next/dist/server/web/error.js +54 -0
  1495. package/.next/standalone/node_modules/next/dist/server/web/http.js +39 -0
  1496. package/.next/standalone/node_modules/next/dist/server/web/next-url.js +191 -0
  1497. package/.next/standalone/node_modules/next/dist/server/web/sandbox/context.js +416 -0
  1498. package/.next/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
  1499. package/.next/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
  1500. package/.next/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +62 -0
  1501. package/.next/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +115 -0
  1502. package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
  1503. package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +134 -0
  1504. package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
  1505. package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +150 -0
  1506. package/.next/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
  1507. package/.next/standalone/node_modules/next/dist/server/web/spec-extension/request.js +100 -0
  1508. package/.next/standalone/node_modules/next/dist/server/web/utils.js +147 -0
  1509. package/.next/standalone/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js +18 -0
  1510. package/.next/standalone/node_modules/next/dist/shared/lib/amp-mode.js +16 -0
  1511. package/.next/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +51 -0
  1512. package/.next/standalone/node_modules/next/dist/shared/lib/bloom-filter.js +86 -0
  1513. package/.next/standalone/node_modules/next/dist/shared/lib/constants.js +414 -0
  1514. package/.next/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
  1515. package/.next/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
  1516. package/.next/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
  1517. package/.next/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
  1518. package/.next/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
  1519. package/.next/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
  1520. package/.next/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
  1521. package/.next/standalone/node_modules/next/dist/shared/lib/head.js +189 -0
  1522. package/.next/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +39 -0
  1523. package/.next/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +36 -0
  1524. package/.next/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +26 -0
  1525. package/.next/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +63 -0
  1526. package/.next/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +30 -0
  1527. package/.next/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +23 -0
  1528. package/.next/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
  1529. package/.next/standalone/node_modules/next/dist/shared/lib/image-config.js +69 -0
  1530. package/.next/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
  1531. package/.next/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
  1532. package/.next/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +39 -0
  1533. package/.next/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +20 -0
  1534. package/.next/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +248 -0
  1535. package/.next/standalone/node_modules/next/dist/shared/lib/magic-identifier.js +99 -0
  1536. package/.next/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +47 -0
  1537. package/.next/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +61 -0
  1538. package/.next/standalone/node_modules/next/dist/shared/lib/mitt.js +46 -0
  1539. package/.next/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +18 -0
  1540. package/.next/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
  1541. package/.next/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
  1542. package/.next/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-app-path.js +19 -0
  1543. package/.next/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
  1544. package/.next/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
  1545. package/.next/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
  1546. package/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
  1547. package/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
  1548. package/.next/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
  1549. package/.next/standalone/node_modules/next/dist/shared/lib/router/adapters.js +139 -0
  1550. package/.next/standalone/node_modules/next/dist/shared/lib/router/router.js +1728 -0
  1551. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
  1552. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
  1553. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
  1554. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +51 -0
  1555. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
  1556. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/compare-states.js +34 -0
  1557. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
  1558. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
  1559. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
  1560. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js +19 -0
  1561. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +54 -0
  1562. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +26 -0
  1563. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js +35 -0
  1564. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +26 -0
  1565. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +53 -0
  1566. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +15 -0
  1567. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +21 -0
  1568. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +26 -0
  1569. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
  1570. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/omit.js +21 -0
  1571. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
  1572. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +29 -0
  1573. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +30 -0
  1574. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
  1575. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
  1576. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +236 -0
  1577. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +73 -0
  1578. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +22 -0
  1579. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
  1580. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
  1581. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js +118 -0
  1582. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +40 -0
  1583. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +192 -0
  1584. package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +170 -0
  1585. package/.next/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
  1586. package/.next/standalone/node_modules/next/dist/shared/lib/runtime-config.external.js +31 -0
  1587. package/.next/standalone/node_modules/next/dist/shared/lib/segment.js +34 -0
  1588. package/.next/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +36 -0
  1589. package/.next/standalone/node_modules/next/dist/shared/lib/side-effect.js +66 -0
  1590. package/.next/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
  1591. package/.next/standalone/node_modules/next/dist/shared/lib/utils.js +203 -0
  1592. package/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
  1593. package/.next/standalone/node_modules/next/dist/telemetry/ci-info.js +41 -0
  1594. package/.next/standalone/node_modules/next/dist/telemetry/detached-flush.js +49 -0
  1595. package/.next/standalone/node_modules/next/dist/telemetry/events/build.js +114 -0
  1596. package/.next/standalone/node_modules/next/dist/telemetry/events/index.js +23 -0
  1597. package/.next/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
  1598. package/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
  1599. package/.next/standalone/node_modules/next/dist/telemetry/events/version.js +86 -0
  1600. package/.next/standalone/node_modules/next/dist/telemetry/flush-and-exit.js +20 -0
  1601. package/.next/standalone/node_modules/next/dist/telemetry/post-payload.js +44 -0
  1602. package/.next/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
  1603. package/.next/standalone/node_modules/next/dist/telemetry/storage.js +290 -0
  1604. package/.next/standalone/node_modules/next/dist/trace/index.js +54 -0
  1605. package/.next/standalone/node_modules/next/dist/trace/report/index.js +35 -0
  1606. package/.next/standalone/node_modules/next/dist/trace/report/to-json.js +161 -0
  1607. package/.next/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
  1608. package/.next/standalone/node_modules/next/dist/trace/shared.js +33 -0
  1609. package/.next/standalone/node_modules/next/dist/trace/trace.js +194 -0
  1610. package/.next/standalone/node_modules/next/font/google/target.css +1 -0
  1611. package/.next/standalone/node_modules/next/package.json +337 -0
  1612. package/.next/standalone/node_modules/picocolors/package.json +25 -0
  1613. package/.next/standalone/node_modules/picocolors/picocolors.js +75 -0
  1614. package/.next/standalone/node_modules/postcss/lib/at-rule.js +25 -0
  1615. package/.next/standalone/node_modules/postcss/lib/comment.js +13 -0
  1616. package/.next/standalone/node_modules/postcss/lib/container.js +439 -0
  1617. package/.next/standalone/node_modules/postcss/lib/css-syntax-error.js +100 -0
  1618. package/.next/standalone/node_modules/postcss/lib/declaration.js +24 -0
  1619. package/.next/standalone/node_modules/postcss/lib/document.js +33 -0
  1620. package/.next/standalone/node_modules/postcss/lib/fromJSON.js +54 -0
  1621. package/.next/standalone/node_modules/postcss/lib/input.js +248 -0
  1622. package/.next/standalone/node_modules/postcss/lib/lazy-result.js +550 -0
  1623. package/.next/standalone/node_modules/postcss/lib/list.js +58 -0
  1624. package/.next/standalone/node_modules/postcss/lib/map-generator.js +359 -0
  1625. package/.next/standalone/node_modules/postcss/lib/no-work-result.js +135 -0
  1626. package/.next/standalone/node_modules/postcss/lib/node.js +381 -0
  1627. package/.next/standalone/node_modules/postcss/lib/parse.js +42 -0
  1628. package/.next/standalone/node_modules/postcss/lib/parser.js +610 -0
  1629. package/.next/standalone/node_modules/postcss/lib/postcss.js +101 -0
  1630. package/.next/standalone/node_modules/postcss/lib/previous-map.js +142 -0
  1631. package/.next/standalone/node_modules/postcss/lib/processor.js +67 -0
  1632. package/.next/standalone/node_modules/postcss/lib/result.js +42 -0
  1633. package/.next/standalone/node_modules/postcss/lib/root.js +61 -0
  1634. package/.next/standalone/node_modules/postcss/lib/rule.js +27 -0
  1635. package/.next/standalone/node_modules/postcss/lib/stringifier.js +353 -0
  1636. package/.next/standalone/node_modules/postcss/lib/stringify.js +11 -0
  1637. package/.next/standalone/node_modules/postcss/lib/symbols.js +5 -0
  1638. package/.next/standalone/node_modules/postcss/lib/terminal-highlight.js +70 -0
  1639. package/.next/standalone/node_modules/postcss/lib/tokenize.js +266 -0
  1640. package/.next/standalone/node_modules/postcss/lib/warn-once.js +13 -0
  1641. package/.next/standalone/node_modules/postcss/lib/warning.js +37 -0
  1642. package/.next/standalone/node_modules/postcss/package.json +88 -0
  1643. package/.next/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +10 -0
  1644. package/.next/standalone/node_modules/react/cjs/react-jsx-runtime.development.js +1333 -0
  1645. package/.next/standalone/node_modules/react/cjs/react-jsx-runtime.production.min.js +11 -0
  1646. package/.next/standalone/node_modules/react/cjs/react.development.js +2740 -0
  1647. package/.next/standalone/node_modules/react/cjs/react.production.min.js +26 -0
  1648. package/.next/standalone/node_modules/react/index.js +7 -0
  1649. package/.next/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
  1650. package/.next/standalone/node_modules/react/jsx-runtime.js +7 -0
  1651. package/.next/standalone/node_modules/react/package.json +47 -0
  1652. package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +7029 -0
  1653. package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +93 -0
  1654. package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.development.js +7014 -0
  1655. package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +96 -0
  1656. package/.next/standalone/node_modules/react-dom/cjs/react-dom.production.min.js +322 -0
  1657. package/.next/standalone/node_modules/react-dom/index.js +38 -0
  1658. package/.next/standalone/node_modules/react-dom/package.json +62 -0
  1659. package/.next/standalone/node_modules/react-dom/server.browser.js +17 -0
  1660. package/.next/standalone/node_modules/scheduler/cjs/scheduler.development.js +634 -0
  1661. package/.next/standalone/node_modules/scheduler/cjs/scheduler.production.min.js +19 -0
  1662. package/.next/standalone/node_modules/scheduler/index.js +7 -0
  1663. package/.next/standalone/node_modules/scheduler/package.json +36 -0
  1664. package/.next/standalone/node_modules/source-map-js/lib/array-set.js +121 -0
  1665. package/.next/standalone/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  1666. package/.next/standalone/node_modules/source-map-js/lib/base64.js +67 -0
  1667. package/.next/standalone/node_modules/source-map-js/lib/binary-search.js +111 -0
  1668. package/.next/standalone/node_modules/source-map-js/lib/mapping-list.js +79 -0
  1669. package/.next/standalone/node_modules/source-map-js/lib/quick-sort.js +132 -0
  1670. package/.next/standalone/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  1671. package/.next/standalone/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  1672. package/.next/standalone/node_modules/source-map-js/lib/source-node.js +413 -0
  1673. package/.next/standalone/node_modules/source-map-js/lib/util.js +594 -0
  1674. package/.next/standalone/node_modules/source-map-js/package.json +71 -0
  1675. package/.next/standalone/node_modules/source-map-js/source-map.js +8 -0
  1676. package/.next/standalone/node_modules/streamsearch/lib/sbmh.js +267 -0
  1677. package/.next/standalone/node_modules/streamsearch/package.json +34 -0
  1678. package/.next/standalone/node_modules/styled-jsx/dist/index/index.js +499 -0
  1679. package/.next/standalone/node_modules/styled-jsx/index.js +1 -0
  1680. package/.next/standalone/node_modules/styled-jsx/package.json +129 -0
  1681. package/.next/standalone/node_modules/styled-jsx/style.js +1 -0
  1682. package/.next/standalone/package.json +47 -0
  1683. package/.next/standalone/server.js +44 -0
  1684. package/bin/cli.js +18 -14
  1685. package/package.json +3 -7
  1686. package/.next/BUILD_ID +0 -1
  1687. package/.next/app-path-routes-manifest.json +0 -1
  1688. package/.next/build-manifest.json +0 -32
  1689. package/.next/cache/webpack/client-production/0.pack +0 -0
  1690. package/.next/cache/webpack/client-production/1.pack +0 -0
  1691. package/.next/cache/webpack/client-production/2.pack +0 -0
  1692. package/.next/cache/webpack/client-production/3.pack +0 -0
  1693. package/.next/cache/webpack/client-production/4.pack +0 -0
  1694. package/.next/cache/webpack/client-production/index.pack +0 -0
  1695. package/.next/cache/webpack/client-production/index.pack.old +0 -0
  1696. package/.next/cache/webpack/edge-server-production/0.pack +0 -0
  1697. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  1698. package/.next/cache/webpack/server-production/0.pack +0 -0
  1699. package/.next/cache/webpack/server-production/1.pack +0 -0
  1700. package/.next/cache/webpack/server-production/2.pack +0 -0
  1701. package/.next/cache/webpack/server-production/3.pack +0 -0
  1702. package/.next/cache/webpack/server-production/index.pack +0 -0
  1703. package/.next/cache/webpack/server-production/index.pack.old +0 -0
  1704. package/.next/export-marker.json +0 -1
  1705. package/.next/images-manifest.json +0 -1
  1706. package/.next/next-minimal-server.js.nft.json +0 -1
  1707. package/.next/next-server.js.nft.json +0 -1
  1708. package/.next/prerender-manifest.json +0 -1
  1709. package/.next/required-server-files.json +0 -1
  1710. package/.next/routes-manifest.json +0 -1
  1711. package/.next/server/app/_not-found/page.js +0 -1
  1712. package/.next/server/app/_not-found.html +0 -1
  1713. package/.next/server/app/_not-found.rsc +0 -9
  1714. package/.next/server/app/api/[resource]/[id]/route.js +0 -1
  1715. package/.next/server/app/api/[resource]/route.js +0 -1
  1716. package/.next/server/app/api/info/route.js +0 -1
  1717. package/.next/server/app/api/login/route.js +0 -1
  1718. package/.next/server/app/api/register/route.js +0 -1
  1719. package/.next/server/app/index.html +0 -1
  1720. package/.next/server/app/index.rsc +0 -7
  1721. package/.next/server/app/page.js +0 -1
  1722. package/.next/server/app-paths-manifest.json +0 -9
  1723. package/.next/server/font-manifest.json +0 -1
  1724. package/.next/server/functions-config-manifest.json +0 -1
  1725. package/.next/server/interception-route-rewrite-manifest.js +0 -1
  1726. package/.next/server/pages/404.html +0 -1
  1727. package/.next/server/pages/500.html +0 -1
  1728. package/.next/server/server-reference-manifest.json +0 -1
  1729. package/.next/trace +0 -2
  1730. package/.next/types/app/api/[resource]/[id]/route.ts +0 -343
  1731. package/.next/types/app/api/[resource]/route.ts +0 -343
  1732. package/.next/types/app/api/info/route.ts +0 -343
  1733. package/.next/types/app/api/login/route.ts +0 -343
  1734. package/.next/types/app/api/register/route.ts +0 -343
  1735. package/.next/types/app/layout.ts +0 -79
  1736. package/.next/types/app/page.ts +0 -79
  1737. package/.next/types/package.json +0 -1
  1738. package/app/api/[resource]/[id]/route.js +0 -34
  1739. package/app/api/[resource]/route.js +0 -74
  1740. package/app/api/info/route.js +0 -26
  1741. package/app/api/login/route.js +0 -27
  1742. package/app/api/register/route.js +0 -32
  1743. package/app/layout.jsx +0 -7
  1744. package/app/page.jsx +0 -321
  1745. package/db.json +0 -57
  1746. package/jsconfig.json +0 -8
  1747. package/lib/auth.js +0 -36
  1748. package/lib/db.js +0 -47
  1749. package/next.config.js +0 -21
  1750. /package/.next/{app-build-manifest.json → standalone/.next/app-build-manifest.json} +0 -0
  1751. /package/.next/{package.json → standalone/.next/package.json} +0 -0
  1752. /package/.next/{react-loadable-manifest.json → standalone/.next/react-loadable-manifest.json} +0 -0
  1753. /package/.next/{server → standalone/.next/server}/app/_not-found/page.js.nft.json +0 -0
  1754. /package/.next/{server → standalone/.next/server}/app/_not-found/page_client-reference-manifest.js +0 -0
  1755. /package/.next/{server → standalone/.next/server}/app/_not-found.meta +0 -0
  1756. /package/.next/{server → standalone/.next/server}/app/api/[resource]/[id]/route.js.nft.json +0 -0
  1757. /package/.next/{server → standalone/.next/server}/app/api/[resource]/route.js.nft.json +0 -0
  1758. /package/.next/{server → standalone/.next/server}/app/api/info/route.js.nft.json +0 -0
  1759. /package/.next/{server → standalone/.next/server}/app/api/info.body +0 -0
  1760. /package/.next/{server → standalone/.next/server}/app/api/info.meta +0 -0
  1761. /package/.next/{server → standalone/.next/server}/app/api/login/route.js.nft.json +0 -0
  1762. /package/.next/{server → standalone/.next/server}/app/api/register/route.js.nft.json +0 -0
  1763. /package/.next/{server → standalone/.next/server}/app/index.meta +0 -0
  1764. /package/.next/{server → standalone/.next/server}/app/page.js.nft.json +0 -0
  1765. /package/.next/{server → standalone/.next/server}/app/page_client-reference-manifest.js +0 -0
  1766. /package/.next/{server → standalone/.next/server}/chunks/276.js +0 -0
  1767. /package/.next/{server → standalone/.next/server}/chunks/471.js +0 -0
  1768. /package/.next/{server → standalone/.next/server}/chunks/610.js +0 -0
  1769. /package/.next/{server → standalone/.next/server}/chunks/682.js +0 -0
  1770. /package/.next/{server → standalone/.next/server}/chunks/944.js +0 -0
  1771. /package/.next/{server/chunks → standalone/.next/server}/font-manifest.json +0 -0
  1772. /package/.next/{server → standalone/.next/server}/middleware-build-manifest.js +0 -0
  1773. /package/.next/{server → standalone/.next/server}/middleware-manifest.json +0 -0
  1774. /package/.next/{server → standalone/.next/server}/middleware-react-loadable-manifest.js +0 -0
  1775. /package/.next/{server → standalone/.next/server}/next-font-manifest.js +0 -0
  1776. /package/.next/{server → standalone/.next/server}/next-font-manifest.json +0 -0
  1777. /package/.next/{server → standalone/.next/server}/pages/_app.js +0 -0
  1778. /package/.next/{server → standalone/.next/server}/pages/_app.js.nft.json +0 -0
  1779. /package/.next/{server → standalone/.next/server}/pages/_document.js +0 -0
  1780. /package/.next/{server → standalone/.next/server}/pages/_document.js.nft.json +0 -0
  1781. /package/.next/{server → standalone/.next/server}/pages/_error.js +0 -0
  1782. /package/.next/{server → standalone/.next/server}/pages/_error.js.nft.json +0 -0
  1783. /package/.next/{server → standalone/.next/server}/pages-manifest.json +0 -0
  1784. /package/.next/{server → standalone/.next/server}/server-reference-manifest.js +0 -0
  1785. /package/.next/{server → standalone/.next/server}/webpack-runtime.js +0 -0
  1786. /package/.next/static/{vSEQaRlm1A99jSM80ZjFU → FILmz7SXSZj16Eu_uBk6b}/_buildManifest.js +0 -0
  1787. /package/.next/static/{vSEQaRlm1A99jSM80ZjFU → FILmz7SXSZj16Eu_uBk6b}/_ssgManifest.js +0 -0
@@ -0,0 +1,2716 @@
1
+ /* eslint-disable */ // @ts-nocheck
2
+ // Copied from https://github.com/medialize/ally.js
3
+ // License: MIT
4
+ // Copyright (c) 2015 Rodney Rehm
5
+ //
6
+ // Entrypoint: ally.js/maintain/tab-focus
7
+ "use strict";
8
+ Object.defineProperty(exports, "__esModule", {
9
+ value: true
10
+ });
11
+ Object.defineProperty(exports, "default", {
12
+ enumerable: true,
13
+ get: function() {
14
+ return _default;
15
+ }
16
+ });
17
+ const _interop_require_default = require("@swc/helpers/_/_interop_require_default");
18
+ const _platform = /*#__PURE__*/ _interop_require_default._(require("next/dist/compiled/platform"));
19
+ const _cssescape = /*#__PURE__*/ _interop_require_default._(require("next/dist/compiled/css.escape"));
20
+ // input may be undefined, selector-tring, Node, NodeList, HTMLCollection, array of Nodes
21
+ // yes, to some extent this is a bad replica of jQuery's constructor function
22
+ function nodeArray(input) {
23
+ if (!input) {
24
+ return [];
25
+ }
26
+ if (Array.isArray(input)) {
27
+ return input;
28
+ }
29
+ // instanceof Node - does not work with iframes
30
+ if (input.nodeType !== undefined) {
31
+ return [
32
+ input
33
+ ];
34
+ }
35
+ if (typeof input === "string") {
36
+ input = document.querySelectorAll(input);
37
+ }
38
+ if (input.length !== undefined) {
39
+ return [].slice.call(input, 0);
40
+ }
41
+ throw new TypeError("unexpected input " + String(input));
42
+ }
43
+ function contextToElement(_ref) {
44
+ var context = _ref.context, _ref$label = _ref.label, label = _ref$label === undefined ? "context-to-element" : _ref$label, resolveDocument = _ref.resolveDocument, defaultToDocument = _ref.defaultToDocument;
45
+ var element = nodeArray(context)[0];
46
+ if (resolveDocument && element && element.nodeType === Node.DOCUMENT_NODE) {
47
+ element = element.documentElement;
48
+ }
49
+ if (!element && defaultToDocument) {
50
+ return document.documentElement;
51
+ }
52
+ if (!element) {
53
+ throw new TypeError(label + " requires valid options.context");
54
+ }
55
+ if (element.nodeType !== Node.ELEMENT_NODE && element.nodeType !== Node.DOCUMENT_FRAGMENT_NODE) {
56
+ throw new TypeError(label + " requires options.context to be an Element");
57
+ }
58
+ return element;
59
+ }
60
+ function getShadowHost() {
61
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context;
62
+ var element = contextToElement({
63
+ label: "get/shadow-host",
64
+ context: context
65
+ });
66
+ // walk up to the root
67
+ var container = null;
68
+ while(element){
69
+ container = element;
70
+ element = element.parentNode;
71
+ }
72
+ // https://developer.mozilla.org/docs/Web/API/Node.nodeType
73
+ // NOTE: Firefox 34 does not expose ShadowRoot.host (but 37 does)
74
+ if (container.nodeType === container.DOCUMENT_FRAGMENT_NODE && container.host) {
75
+ // the root is attached to a fragment node that has a host
76
+ return container.host;
77
+ }
78
+ return null;
79
+ }
80
+ function getDocument(node) {
81
+ if (!node) {
82
+ return document;
83
+ }
84
+ if (node.nodeType === Node.DOCUMENT_NODE) {
85
+ return node;
86
+ }
87
+ return node.ownerDocument || document;
88
+ }
89
+ function isActiveElement(context) {
90
+ var element = contextToElement({
91
+ label: "is/active-element",
92
+ resolveDocument: true,
93
+ context: context
94
+ });
95
+ var _document = getDocument(element);
96
+ if (_document.activeElement === element) {
97
+ return true;
98
+ }
99
+ var shadowHost = getShadowHost({
100
+ context: element
101
+ });
102
+ if (shadowHost && shadowHost.shadowRoot.activeElement === element) {
103
+ return true;
104
+ }
105
+ return false;
106
+ }
107
+ // [elem, elem.parent, elem.parent.parent, …, html]
108
+ // will not contain the shadowRoot (DOCUMENT_FRAGMENT_NODE) and shadowHost
109
+ function getParents() {
110
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context;
111
+ var list = [];
112
+ var element = contextToElement({
113
+ label: "get/parents",
114
+ context: context
115
+ });
116
+ while(element){
117
+ list.push(element);
118
+ // IE does know support parentElement on SVGElement
119
+ element = element.parentNode;
120
+ if (element && element.nodeType !== Node.ELEMENT_NODE) {
121
+ element = null;
122
+ }
123
+ }
124
+ return list;
125
+ }
126
+ // Element.prototype.matches may be available at a different name
127
+ // https://developer.mozilla.org/en/docs/Web/API/Element/matches
128
+ var names = [
129
+ "matches",
130
+ "webkitMatchesSelector",
131
+ "mozMatchesSelector",
132
+ "msMatchesSelector"
133
+ ];
134
+ var name = null;
135
+ function findMethodName(element) {
136
+ names.some(function(_name) {
137
+ if (!element[_name]) {
138
+ return false;
139
+ }
140
+ name = _name;
141
+ return true;
142
+ });
143
+ }
144
+ function elementMatches(element, selector) {
145
+ if (!name) {
146
+ findMethodName(element);
147
+ }
148
+ return element[name](selector);
149
+ }
150
+ // deep clone of original platform
151
+ var platform = JSON.parse(JSON.stringify(_platform.default));
152
+ // operating system
153
+ var os = platform.os.family || "";
154
+ var ANDROID = os === "Android";
155
+ var WINDOWS = os.slice(0, 7) === "Windows";
156
+ var OSX = os === "OS X";
157
+ var IOS = os === "iOS";
158
+ // layout
159
+ var BLINK = platform.layout === "Blink";
160
+ var GECKO = platform.layout === "Gecko";
161
+ var TRIDENT = platform.layout === "Trident";
162
+ var EDGE = platform.layout === "EdgeHTML";
163
+ var WEBKIT = platform.layout === "WebKit";
164
+ // browser version (not layout engine version!)
165
+ var version = parseFloat(platform.version);
166
+ var majorVersion = Math.floor(version);
167
+ platform.majorVersion = majorVersion;
168
+ platform.is = {
169
+ // operating system
170
+ ANDROID: ANDROID,
171
+ WINDOWS: WINDOWS,
172
+ OSX: OSX,
173
+ IOS: IOS,
174
+ // layout
175
+ BLINK: BLINK,
176
+ GECKO: GECKO,
177
+ TRIDENT: TRIDENT,
178
+ EDGE: EDGE,
179
+ WEBKIT: WEBKIT,
180
+ // INTERNET EXPLORERS
181
+ IE9: TRIDENT && majorVersion === 9,
182
+ IE10: TRIDENT && majorVersion === 10,
183
+ IE11: TRIDENT && majorVersion === 11
184
+ };
185
+ function before() {
186
+ var data = {
187
+ // remember what had focus to restore after test
188
+ activeElement: document.activeElement,
189
+ // remember scroll positions to restore after test
190
+ windowScrollTop: window.scrollTop,
191
+ windowScrollLeft: window.scrollLeft,
192
+ bodyScrollTop: document.body.scrollTop,
193
+ bodyScrollLeft: document.body.scrollLeft
194
+ };
195
+ // wrap tests in an element hidden from screen readers to prevent them
196
+ // from announcing focus, which can be quite irritating to the user
197
+ var iframe = document.createElement("iframe");
198
+ iframe.setAttribute("style", "position:absolute; position:fixed; top:0; left:-2px; width:1px; height:1px; overflow:hidden;");
199
+ iframe.setAttribute("aria-live", "off");
200
+ iframe.setAttribute("aria-busy", "true");
201
+ iframe.setAttribute("aria-hidden", "true");
202
+ document.body.appendChild(iframe);
203
+ var _window = iframe.contentWindow;
204
+ var _document = _window.document;
205
+ _document.open();
206
+ _document.close();
207
+ var wrapper = _document.createElement("div");
208
+ _document.body.appendChild(wrapper);
209
+ data.iframe = iframe;
210
+ data.wrapper = wrapper;
211
+ data.window = _window;
212
+ data.document = _document;
213
+ return data;
214
+ }
215
+ // options.element:
216
+ // {string} element name
217
+ // {function} callback(wrapper, document) to generate an element
218
+ // options.mutate: (optional)
219
+ // {function} callback(element, wrapper, document) to manipulate element prior to focus-test.
220
+ // Can return DOMElement to define focus target (default: element)
221
+ // options.validate: (optional)
222
+ // {function} callback(element, focusTarget, document) to manipulate test-result
223
+ function test(data, options) {
224
+ // make sure we operate on a clean slate
225
+ data.wrapper.innerHTML = "";
226
+ // create dummy element to test focusability of
227
+ var element = typeof options.element === "string" ? data.document.createElement(options.element) : options.element(data.wrapper, data.document);
228
+ // allow callback to further specify dummy element
229
+ // and optionally define element to focus
230
+ var focus = options.mutate && options.mutate(element, data.wrapper, data.document);
231
+ if (!focus && focus !== false) {
232
+ focus = element;
233
+ }
234
+ // element needs to be part of the DOM to be focusable
235
+ !element.parentNode && data.wrapper.appendChild(element);
236
+ // test if the element with invalid tabindex can be focused
237
+ focus && focus.focus && focus.focus();
238
+ // validate test's result
239
+ return options.validate ? options.validate(element, focus, data.document) : data.document.activeElement === focus;
240
+ }
241
+ function after(data) {
242
+ // restore focus to what it was before test and cleanup
243
+ if (data.activeElement === document.body) {
244
+ document.activeElement && document.activeElement.blur && document.activeElement.blur();
245
+ if (platform.is.IE10) {
246
+ // IE10 does not redirect focus to <body> when the activeElement is removed
247
+ document.body.focus();
248
+ }
249
+ } else {
250
+ data.activeElement && data.activeElement.focus && data.activeElement.focus();
251
+ }
252
+ document.body.removeChild(data.iframe);
253
+ // restore scroll position
254
+ window.scrollTop = data.windowScrollTop;
255
+ window.scrollLeft = data.windowScrollLeft;
256
+ document.body.scrollTop = data.bodyScrollTop;
257
+ document.body.scrollLeft = data.bodyScrollLeft;
258
+ }
259
+ function detectFocus(tests) {
260
+ var data = before();
261
+ var results = {};
262
+ Object.keys(tests).map(function(key) {
263
+ results[key] = test(data, tests[key]);
264
+ });
265
+ after(data);
266
+ return results;
267
+ }
268
+ // this file is overwritten by `npm run build:pre`
269
+ var version$1 = "1.4.1";
270
+ /*
271
+ Facility to cache test results in localStorage.
272
+
273
+ USAGE:
274
+ cache.get('key');
275
+ cache.set('key', 'value');
276
+ */ function readLocalStorage(key) {
277
+ // allow reading from storage to retrieve previous support results
278
+ // even while the document does not have focus
279
+ var data = void 0;
280
+ try {
281
+ data = window.localStorage && window.localStorage.getItem(key);
282
+ data = data ? JSON.parse(data) : {};
283
+ } catch (e) {
284
+ data = {};
285
+ }
286
+ return data;
287
+ }
288
+ function writeLocalStorage(key, value) {
289
+ if (!document.hasFocus()) {
290
+ // if the document does not have focus when tests are executed, focus() may
291
+ // not be handled properly and events may not be dispatched immediately.
292
+ // This can happen when a document is reloaded while Developer Tools have focus.
293
+ try {
294
+ window.localStorage && window.localStorage.removeItem(key);
295
+ } catch (e) {
296
+ // ignore
297
+ }
298
+ return;
299
+ }
300
+ try {
301
+ window.localStorage && window.localStorage.setItem(key, JSON.stringify(value));
302
+ } catch (e) {
303
+ // ignore
304
+ }
305
+ }
306
+ var userAgent = typeof window !== "undefined" && window.navigator.userAgent || "";
307
+ var cacheKey = "ally-supports-cache";
308
+ var cache = readLocalStorage(cacheKey);
309
+ // update the cache if ally or the user agent changed (newer version, etc)
310
+ if (cache.userAgent !== userAgent || cache.version !== version$1) {
311
+ cache = {};
312
+ }
313
+ cache.userAgent = userAgent;
314
+ cache.version = version$1;
315
+ var cache$1 = {
316
+ get: function get() {
317
+ return cache;
318
+ },
319
+ set: function set(values) {
320
+ Object.keys(values).forEach(function(key) {
321
+ cache[key] = values[key];
322
+ });
323
+ cache.time = new Date().toISOString();
324
+ writeLocalStorage(cacheKey, cache);
325
+ }
326
+ };
327
+ function cssShadowPiercingDeepCombinator() {
328
+ var combinator = void 0;
329
+ // see https://dev.w3.org/csswg/css-scoping-1/#deep-combinator
330
+ // https://bugzilla.mozilla.org/show_bug.cgi?id=1117572
331
+ // https://code.google.com/p/chromium/issues/detail?id=446051
332
+ try {
333
+ document.querySelector("html >>> :first-child");
334
+ combinator = ">>>";
335
+ } catch (noArrowArrowArrow) {
336
+ try {
337
+ // old syntax supported at least up to Chrome 41
338
+ // https://code.google.com/p/chromium/issues/detail?id=446051
339
+ document.querySelector("html /deep/ :first-child");
340
+ combinator = "/deep/";
341
+ } catch (noDeep) {
342
+ combinator = "";
343
+ }
344
+ }
345
+ return combinator;
346
+ }
347
+ var gif = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7";
348
+ // https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-usemap
349
+ var focusAreaImgTabindex = {
350
+ element: "div",
351
+ mutate: function mutate(element) {
352
+ element.innerHTML = '<map name="image-map-tabindex-test">' + '<area shape="rect" coords="63,19,144,45"></map>' + '<img usemap="#image-map-tabindex-test" tabindex="-1" alt="" src="' + gif + '">';
353
+ return element.querySelector("area");
354
+ }
355
+ };
356
+ // https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-usemap
357
+ var focusAreaTabindex = {
358
+ element: "div",
359
+ mutate: function mutate(element) {
360
+ element.innerHTML = '<map name="image-map-tabindex-test">' + '<area href="#void" tabindex="-1" shape="rect" coords="63,19,144,45"></map>' + '<img usemap="#image-map-tabindex-test" alt="" src="' + gif + '">';
361
+ return false;
362
+ },
363
+ validate: function validate(element, focusTarget, _document) {
364
+ if (platform.is.GECKO) {
365
+ // fixes https://github.com/medialize/ally.js/issues/35
366
+ // Firefox loads the DataURI asynchronously, causing a false-negative
367
+ return true;
368
+ }
369
+ var focus = element.querySelector("area");
370
+ focus.focus();
371
+ return _document.activeElement === focus;
372
+ }
373
+ };
374
+ // https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-usemap
375
+ var focusAreaWithoutHref = {
376
+ element: "div",
377
+ mutate: function mutate(element) {
378
+ element.innerHTML = '<map name="image-map-area-href-test">' + '<area shape="rect" coords="63,19,144,45"></map>' + '<img usemap="#image-map-area-href-test" alt="" src="' + gif + '">';
379
+ return element.querySelector("area");
380
+ },
381
+ validate: function validate(element, focusTarget, _document) {
382
+ if (platform.is.GECKO) {
383
+ // fixes https://github.com/medialize/ally.js/issues/35
384
+ // Firefox loads the DataURI asynchronously, causing a false-negative
385
+ return true;
386
+ }
387
+ return _document.activeElement === focusTarget;
388
+ }
389
+ };
390
+ var focusAudioWithoutControls = {
391
+ name: "can-focus-audio-without-controls",
392
+ element: "audio",
393
+ mutate: function mutate(element) {
394
+ try {
395
+ // invalid media file can trigger warning in console, data-uri to prevent HTTP request
396
+ element.setAttribute("src", gif);
397
+ } catch (e) {
398
+ // IE9 may throw "Error: Not implemented"
399
+ }
400
+ }
401
+ };
402
+ var invalidGif = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ";
403
+ // NOTE: https://github.com/medialize/ally.js/issues/35
404
+ // https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-usemap
405
+ var focusBrokenImageMap = {
406
+ element: "div",
407
+ mutate: function mutate(element) {
408
+ element.innerHTML = '<map name="broken-image-map-test"><area href="#void" shape="rect" coords="63,19,144,45"></map>' + '<img usemap="#broken-image-map-test" alt="" src="' + invalidGif + '">';
409
+ return element.querySelector("area");
410
+ }
411
+ };
412
+ // Children of focusable elements with display:flex are focusable in IE10-11
413
+ var focusChildrenOfFocusableFlexbox = {
414
+ element: "div",
415
+ mutate: function mutate(element) {
416
+ element.setAttribute("tabindex", "-1");
417
+ element.setAttribute("style", "display: -webkit-flex; display: -ms-flexbox; display: flex;");
418
+ element.innerHTML = '<span style="display: block;">hello</span>';
419
+ return element.querySelector("span");
420
+ }
421
+ };
422
+ // fieldset[tabindex=0][disabled] should not be focusable, but Blink and WebKit disagree
423
+ // @specification https://www.w3.org/TR/html5/disabled-elements.html#concept-element-disabled
424
+ // @browser-issue Chromium https://crbug.com/453847
425
+ // @browser-issue WebKit https://bugs.webkit.org/show_bug.cgi?id=141086
426
+ var focusFieldsetDisabled = {
427
+ element: "fieldset",
428
+ mutate: function mutate(element) {
429
+ element.setAttribute("tabindex", 0);
430
+ element.setAttribute("disabled", "disabled");
431
+ }
432
+ };
433
+ var focusFieldset = {
434
+ element: "fieldset",
435
+ mutate: function mutate(element) {
436
+ element.innerHTML = "<legend>legend</legend><p>content</p>";
437
+ }
438
+ };
439
+ // elements with display:flex are focusable in IE10-11
440
+ var focusFlexboxContainer = {
441
+ element: "span",
442
+ mutate: function mutate(element) {
443
+ element.setAttribute("style", "display: -webkit-flex; display: -ms-flexbox; display: flex;");
444
+ element.innerHTML = '<span style="display: block;">hello</span>';
445
+ }
446
+ };
447
+ // form[tabindex=0][disabled] should be focusable as the
448
+ // specification doesn't know the disabled attribute on the form element
449
+ // @specification https://www.w3.org/TR/html5/forms.html#the-form-element
450
+ var focusFormDisabled = {
451
+ element: "form",
452
+ mutate: function mutate(element) {
453
+ element.setAttribute("tabindex", 0);
454
+ element.setAttribute("disabled", "disabled");
455
+ }
456
+ };
457
+ // NOTE: https://github.com/medialize/ally.js/issues/35
458
+ // fixes https://github.com/medialize/ally.js/issues/20
459
+ // https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-ismap
460
+ var focusImgIsmap = {
461
+ element: "a",
462
+ mutate: function mutate(element) {
463
+ element.href = "#void";
464
+ element.innerHTML = '<img ismap src="' + gif + '" alt="">';
465
+ return element.querySelector("img");
466
+ }
467
+ };
468
+ // NOTE: https://github.com/medialize/ally.js/issues/35
469
+ // https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-usemap
470
+ var focusImgUsemapTabindex = {
471
+ element: "div",
472
+ mutate: function mutate(element) {
473
+ element.innerHTML = '<map name="image-map-tabindex-test"><area href="#void" shape="rect" coords="63,19,144,45"></map>' + '<img usemap="#image-map-tabindex-test" tabindex="-1" alt="" ' + 'src="' + gif + '">';
474
+ return element.querySelector("img");
475
+ }
476
+ };
477
+ var focusInHiddenIframe = {
478
+ element: function element(wrapper, _document) {
479
+ var iframe = _document.createElement("iframe");
480
+ // iframe must be part of the DOM before accessing the contentWindow is possible
481
+ wrapper.appendChild(iframe);
482
+ // create the iframe's default document (<html><head></head><body></body></html>)
483
+ var iframeDocument = iframe.contentWindow.document;
484
+ iframeDocument.open();
485
+ iframeDocument.close();
486
+ return iframe;
487
+ },
488
+ mutate: function mutate(iframe) {
489
+ iframe.style.visibility = "hidden";
490
+ var iframeDocument = iframe.contentWindow.document;
491
+ var input = iframeDocument.createElement("input");
492
+ iframeDocument.body.appendChild(input);
493
+ return input;
494
+ },
495
+ validate: function validate(iframe) {
496
+ var iframeDocument = iframe.contentWindow.document;
497
+ var focus = iframeDocument.querySelector("input");
498
+ return iframeDocument.activeElement === focus;
499
+ }
500
+ };
501
+ var result = !platform.is.WEBKIT;
502
+ function focusInZeroDimensionObject() {
503
+ return result;
504
+ }
505
+ // Firefox allows *any* value and treats invalid values like tabindex="-1"
506
+ // @browser-issue Gecko https://bugzilla.mozilla.org/show_bug.cgi?id=1128054
507
+ var focusInvalidTabindex = {
508
+ element: "div",
509
+ mutate: function mutate(element) {
510
+ element.setAttribute("tabindex", "invalid-value");
511
+ }
512
+ };
513
+ var focusLabelTabindex = {
514
+ element: "label",
515
+ mutate: function mutate(element) {
516
+ element.setAttribute("tabindex", "-1");
517
+ },
518
+ validate: function validate(element, focusTarget, _document) {
519
+ // force layout in Chrome 49, otherwise the element won't be focusable
520
+ /* eslint-disable no-unused-vars */ var variableToPreventDeadCodeElimination = element.offsetHeight;
521
+ /* eslint-enable no-unused-vars */ element.focus();
522
+ return _document.activeElement === element;
523
+ }
524
+ };
525
+ var svg = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtb" + "G5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJ" + "zdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==";
526
+ // Note: IE10 on BrowserStack does not like this test
527
+ var focusObjectSvgHidden = {
528
+ element: "object",
529
+ mutate: function mutate(element) {
530
+ element.setAttribute("type", "image/svg+xml");
531
+ element.setAttribute("data", svg);
532
+ element.setAttribute("width", "200");
533
+ element.setAttribute("height", "50");
534
+ element.style.visibility = "hidden";
535
+ }
536
+ };
537
+ // Note: IE10 on BrowserStack does not like this test
538
+ var focusObjectSvg = {
539
+ name: "can-focus-object-svg",
540
+ element: "object",
541
+ mutate: function mutate(element) {
542
+ element.setAttribute("type", "image/svg+xml");
543
+ element.setAttribute("data", svg);
544
+ element.setAttribute("width", "200");
545
+ element.setAttribute("height", "50");
546
+ },
547
+ validate: function validate(element, focusTarget, _document) {
548
+ if (platform.is.GECKO) {
549
+ // Firefox seems to be handling the object creation asynchronously and thereby produces a false negative test result.
550
+ // Because we know Firefox is able to focus object elements referencing SVGs, we simply cheat by sniffing the user agent string
551
+ return true;
552
+ }
553
+ return _document.activeElement === element;
554
+ }
555
+ };
556
+ // Every Environment except IE9 considers SWF objects focusable
557
+ var result$1 = !platform.is.IE9;
558
+ function focusObjectSwf() {
559
+ return result$1;
560
+ }
561
+ var focusRedirectImgUsemap = {
562
+ element: "div",
563
+ mutate: function mutate(element) {
564
+ element.innerHTML = '<map name="focus-redirect-img-usemap"><area href="#void" shape="rect" coords="63,19,144,45"></map>' + '<img usemap="#focus-redirect-img-usemap" alt="" ' + 'src="' + gif + '">';
565
+ // focus the <img>, not the <div>
566
+ return element.querySelector("img");
567
+ },
568
+ validate: function validate(element, focusTarget, _document) {
569
+ var target = element.querySelector("area");
570
+ return _document.activeElement === target;
571
+ }
572
+ };
573
+ // see https://jsbin.com/nenirisage/edit?html,js,console,output
574
+ var focusRedirectLegend = {
575
+ element: "fieldset",
576
+ mutate: function mutate(element) {
577
+ element.innerHTML = '<legend>legend</legend><input tabindex="-1"><input tabindex="0">';
578
+ // take care of focus in validate();
579
+ return false;
580
+ },
581
+ validate: function validate(element, focusTarget, _document) {
582
+ var focusable = element.querySelector('input[tabindex="-1"]');
583
+ var tabbable = element.querySelector('input[tabindex="0"]');
584
+ // Firefox requires this test to focus the <fieldset> first, while this is not necessary in
585
+ // https://jsbin.com/nenirisage/edit?html,js,console,output
586
+ element.focus();
587
+ element.querySelector("legend").focus();
588
+ return _document.activeElement === focusable && "focusable" || _document.activeElement === tabbable && "tabbable" || "";
589
+ }
590
+ };
591
+ // https://github.com/medialize/ally.js/issues/21
592
+ var focusScrollBody = {
593
+ element: "div",
594
+ mutate: function mutate(element) {
595
+ element.setAttribute("style", "width: 100px; height: 50px; overflow: auto;");
596
+ element.innerHTML = '<div style="width: 500px; height: 40px;">scrollable content</div>';
597
+ return element.querySelector("div");
598
+ }
599
+ };
600
+ // https://github.com/medialize/ally.js/issues/21
601
+ var focusScrollContainerWithoutOverflow = {
602
+ element: "div",
603
+ mutate: function mutate(element) {
604
+ element.setAttribute("style", "width: 100px; height: 50px;");
605
+ element.innerHTML = '<div style="width: 500px; height: 40px;">scrollable content</div>';
606
+ }
607
+ };
608
+ // https://github.com/medialize/ally.js/issues/21
609
+ var focusScrollContainer = {
610
+ element: "div",
611
+ mutate: function mutate(element) {
612
+ element.setAttribute("style", "width: 100px; height: 50px; overflow: auto;");
613
+ element.innerHTML = '<div style="width: 500px; height: 40px;">scrollable content</div>';
614
+ }
615
+ };
616
+ var focusSummary = {
617
+ element: "details",
618
+ mutate: function mutate(element) {
619
+ element.innerHTML = "<summary>foo</summary><p>content</p>";
620
+ return element.firstElementChild;
621
+ }
622
+ };
623
+ function makeFocusableForeignObject() {
624
+ // Constructs <foreignObject width="30" height="30"><input type="text"/></foreignObject>
625
+ // without raising a Trusted Types violation
626
+ var foreignObject = document.createElementNS("http://www.w3.org/2000/svg", "foreignObject");
627
+ foreignObject.width.baseVal.value = 30;
628
+ foreignObject.height.baseVal.value = 30;
629
+ foreignObject.appendChild(document.createElement("input"));
630
+ foreignObject.lastChild.type = "text";
631
+ return foreignObject;
632
+ }
633
+ function focusSvgForeignObjectHack(element) {
634
+ // Edge13, Edge14: foreignObject focus hack
635
+ // https://jsbin.com/kunehinugi/edit?html,js,output
636
+ // https://jsbin.com/fajagi/3/edit?html,js,output
637
+ var isSvgElement = element.ownerSVGElement || element.nodeName.toLowerCase() === "svg";
638
+ if (!isSvgElement) {
639
+ return false;
640
+ }
641
+ // inject and focus an <input> element into the SVG element to receive focus
642
+ var foreignObject = makeFocusableForeignObject();
643
+ element.appendChild(foreignObject);
644
+ var input = foreignObject.querySelector("input");
645
+ input.focus();
646
+ // upon disabling the activeElement, IE and Edge
647
+ // will not shift focus to <body> like all the other
648
+ // browsers, but instead find the first focusable
649
+ // ancestor and shift focus to that
650
+ input.disabled = true;
651
+ // clean up
652
+ element.removeChild(foreignObject);
653
+ return true;
654
+ }
655
+ function generate(element) {
656
+ return '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">' + element + "</svg>";
657
+ }
658
+ function focus(element) {
659
+ if (element.focus) {
660
+ return;
661
+ }
662
+ try {
663
+ HTMLElement.prototype.focus.call(element);
664
+ } catch (e) {
665
+ focusSvgForeignObjectHack(element);
666
+ }
667
+ }
668
+ function validate(element, focusTarget, _document) {
669
+ focus(focusTarget);
670
+ return _document.activeElement === focusTarget;
671
+ }
672
+ var focusSvgFocusableAttribute = {
673
+ element: "div",
674
+ mutate: function mutate(element) {
675
+ element.innerHTML = generate('<text focusable="true">a</text>');
676
+ return element.querySelector("text");
677
+ },
678
+ validate: validate
679
+ };
680
+ var focusSvgTabindexAttribute = {
681
+ element: "div",
682
+ mutate: function mutate(element) {
683
+ element.innerHTML = generate('<text tabindex="0">a</text>');
684
+ return element.querySelector("text");
685
+ },
686
+ validate: validate
687
+ };
688
+ var focusSvgNegativeTabindexAttribute = {
689
+ element: "div",
690
+ mutate: function mutate(element) {
691
+ element.innerHTML = generate('<text tabindex="-1">a</text>');
692
+ return element.querySelector("text");
693
+ },
694
+ validate: validate
695
+ };
696
+ var focusSvgUseTabindex = {
697
+ element: "div",
698
+ mutate: function mutate(element) {
699
+ element.innerHTML = generate([
700
+ '<g id="ally-test-target"><a xlink:href="#void"><text>link</text></a></g>',
701
+ '<use xlink:href="#ally-test-target" x="0" y="0" tabindex="-1" />'
702
+ ].join(""));
703
+ return element.querySelector("use");
704
+ },
705
+ validate: validate
706
+ };
707
+ var focusSvgForeignobjectTabindex = {
708
+ element: "div",
709
+ mutate: function mutate(element) {
710
+ element.innerHTML = generate('<foreignObject tabindex="-1"><input type="text" /></foreignObject>');
711
+ // Safari 8's querySelector() can't identify foreignObject, but getElementsByTagName() can
712
+ return element.querySelector("foreignObject") || element.getElementsByTagName("foreignObject")[0];
713
+ },
714
+ validate: validate
715
+ };
716
+ // Firefox seems to be handling the SVG-document-in-iframe creation asynchronously
717
+ // and thereby produces a false negative test result. Thus the test is pointless
718
+ // and we resort to UA sniffing once again.
719
+ // see http://jsbin.com/vunadohoko/1/edit?js,console,output
720
+ var result$2 = Boolean(platform.is.GECKO && typeof SVGElement !== "undefined" && SVGElement.prototype.focus);
721
+ function focusSvgInIframe() {
722
+ return result$2;
723
+ }
724
+ var focusSvg = {
725
+ element: "div",
726
+ mutate: function mutate(element) {
727
+ element.innerHTML = generate("");
728
+ return element.firstChild;
729
+ },
730
+ validate: validate
731
+ };
732
+ // Firefox allows *any* value and treats invalid values like tabindex="-1"
733
+ // @browser-issue Gecko https://bugzilla.mozilla.org/show_bug.cgi?id=1128054
734
+ var focusTabindexTrailingCharacters = {
735
+ element: "div",
736
+ mutate: function mutate(element) {
737
+ element.setAttribute("tabindex", "3x");
738
+ }
739
+ };
740
+ var focusTable = {
741
+ element: "table",
742
+ mutate: function mutate(element, wrapper, _document) {
743
+ // IE9 has a problem replacing TBODY contents with innerHTML.
744
+ // https://stackoverflow.com/a/8097055/515124
745
+ // element.innerHTML = '<tr><td>cell</td></tr>';
746
+ var fragment = _document.createDocumentFragment();
747
+ fragment.innerHTML = "<tr><td>cell</td></tr>";
748
+ element.appendChild(fragment);
749
+ }
750
+ };
751
+ var focusVideoWithoutControls = {
752
+ element: "video",
753
+ mutate: function mutate(element) {
754
+ try {
755
+ // invalid media file can trigger warning in console, data-uri to prevent HTTP request
756
+ element.setAttribute("src", gif);
757
+ } catch (e) {
758
+ // IE9 may throw "Error: Not implemented"
759
+ }
760
+ }
761
+ };
762
+ // https://jsbin.com/vafaba/3/edit?html,js,console,output
763
+ var result$3 = platform.is.GECKO || platform.is.TRIDENT || platform.is.EDGE;
764
+ function tabsequenceAreaAtImgPosition() {
765
+ return result$3;
766
+ }
767
+ var testCallbacks = {
768
+ cssShadowPiercingDeepCombinator: cssShadowPiercingDeepCombinator,
769
+ focusInZeroDimensionObject: focusInZeroDimensionObject,
770
+ focusObjectSwf: focusObjectSwf,
771
+ focusSvgInIframe: focusSvgInIframe,
772
+ tabsequenceAreaAtImgPosition: tabsequenceAreaAtImgPosition
773
+ };
774
+ var testDescriptions = {
775
+ focusAreaImgTabindex: focusAreaImgTabindex,
776
+ focusAreaTabindex: focusAreaTabindex,
777
+ focusAreaWithoutHref: focusAreaWithoutHref,
778
+ focusAudioWithoutControls: focusAudioWithoutControls,
779
+ focusBrokenImageMap: focusBrokenImageMap,
780
+ focusChildrenOfFocusableFlexbox: focusChildrenOfFocusableFlexbox,
781
+ focusFieldsetDisabled: focusFieldsetDisabled,
782
+ focusFieldset: focusFieldset,
783
+ focusFlexboxContainer: focusFlexboxContainer,
784
+ focusFormDisabled: focusFormDisabled,
785
+ focusImgIsmap: focusImgIsmap,
786
+ focusImgUsemapTabindex: focusImgUsemapTabindex,
787
+ focusInHiddenIframe: focusInHiddenIframe,
788
+ focusInvalidTabindex: focusInvalidTabindex,
789
+ focusLabelTabindex: focusLabelTabindex,
790
+ focusObjectSvg: focusObjectSvg,
791
+ focusObjectSvgHidden: focusObjectSvgHidden,
792
+ focusRedirectImgUsemap: focusRedirectImgUsemap,
793
+ focusRedirectLegend: focusRedirectLegend,
794
+ focusScrollBody: focusScrollBody,
795
+ focusScrollContainerWithoutOverflow: focusScrollContainerWithoutOverflow,
796
+ focusScrollContainer: focusScrollContainer,
797
+ focusSummary: focusSummary,
798
+ focusSvgFocusableAttribute: focusSvgFocusableAttribute,
799
+ focusSvgTabindexAttribute: focusSvgTabindexAttribute,
800
+ focusSvgNegativeTabindexAttribute: focusSvgNegativeTabindexAttribute,
801
+ focusSvgUseTabindex: focusSvgUseTabindex,
802
+ focusSvgForeignobjectTabindex: focusSvgForeignobjectTabindex,
803
+ focusSvg: focusSvg,
804
+ focusTabindexTrailingCharacters: focusTabindexTrailingCharacters,
805
+ focusTable: focusTable,
806
+ focusVideoWithoutControls: focusVideoWithoutControls
807
+ };
808
+ function executeTests() {
809
+ var results = detectFocus(testDescriptions);
810
+ Object.keys(testCallbacks).forEach(function(key) {
811
+ results[key] = testCallbacks[key]();
812
+ });
813
+ return results;
814
+ }
815
+ var supportsCache = null;
816
+ function _supports() {
817
+ if (supportsCache) {
818
+ return supportsCache;
819
+ }
820
+ supportsCache = cache$1.get();
821
+ if (!supportsCache.time) {
822
+ cache$1.set(executeTests());
823
+ supportsCache = cache$1.get();
824
+ }
825
+ return supportsCache;
826
+ }
827
+ var supports = void 0;
828
+ // https://www.w3.org/TR/html5/infrastructure.html#rules-for-parsing-integers
829
+ // NOTE: all browsers agree to allow trailing spaces as well
830
+ var validIntegerPatternNoTrailing = /^\s*(-|\+)?[0-9]+\s*$/;
831
+ var validIntegerPatternWithTrailing = /^\s*(-|\+)?[0-9]+.*$/;
832
+ function isValidTabindex(context) {
833
+ if (!supports) {
834
+ supports = _supports();
835
+ }
836
+ var validIntegerPattern = supports.focusTabindexTrailingCharacters ? validIntegerPatternWithTrailing : validIntegerPatternNoTrailing;
837
+ var element = contextToElement({
838
+ label: "is/valid-tabindex",
839
+ resolveDocument: true,
840
+ context: context
841
+ });
842
+ // Edge 14 has a capitalization problem on SVG elements,
843
+ // see https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/9282058/
844
+ var hasTabindex = element.hasAttribute("tabindex");
845
+ var hasTabIndex = element.hasAttribute("tabIndex");
846
+ if (!hasTabindex && !hasTabIndex) {
847
+ return false;
848
+ }
849
+ // older Firefox and Internet Explorer don't support tabindex on SVG elements
850
+ var isSvgElement = element.ownerSVGElement || element.nodeName.toLowerCase() === "svg";
851
+ if (isSvgElement && !supports.focusSvgTabindexAttribute) {
852
+ return false;
853
+ }
854
+ // @browser-issue Gecko https://bugzilla.mozilla.org/show_bug.cgi?id=1128054
855
+ if (supports.focusInvalidTabindex) {
856
+ return true;
857
+ }
858
+ // an element matches the tabindex selector even if its value is invalid
859
+ var tabindex = element.getAttribute(hasTabindex ? "tabindex" : "tabIndex");
860
+ // IE11 parses tabindex="" as the value "-32768"
861
+ // @browser-issue Trident https://connect.microsoft.com/IE/feedback/details/1072965
862
+ if (tabindex === "-32768") {
863
+ return false;
864
+ }
865
+ return Boolean(tabindex && validIntegerPattern.test(tabindex));
866
+ }
867
+ function tabindexValue(element) {
868
+ if (!isValidTabindex(element)) {
869
+ return null;
870
+ }
871
+ // Edge 14 has a capitalization problem on SVG elements,
872
+ // see https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/9282058/
873
+ var hasTabindex = element.hasAttribute("tabindex");
874
+ var attributeName = hasTabindex ? "tabindex" : "tabIndex";
875
+ // @browser-issue Gecko https://bugzilla.mozilla.org/show_bug.cgi?id=1128054
876
+ var tabindex = parseInt(element.getAttribute(attributeName), 10);
877
+ return isNaN(tabindex) ? -1 : tabindex;
878
+ }
879
+ // this is a shared utility file for focus-relevant.js and tabbable.js
880
+ // separate testing of this file's functions is not necessary,
881
+ // as they're implicitly tested by way of the consumers
882
+ function isUserModifyWritable(style) {
883
+ // https://www.w3.org/TR/1999/WD-css3-userint-19990916#user-modify
884
+ // https://github.com/medialize/ally.js/issues/17
885
+ var userModify = style.webkitUserModify || "";
886
+ return Boolean(userModify && userModify.indexOf("write") !== -1);
887
+ }
888
+ function hasCssOverflowScroll(style) {
889
+ return [
890
+ style.getPropertyValue("overflow"),
891
+ style.getPropertyValue("overflow-x"),
892
+ style.getPropertyValue("overflow-y")
893
+ ].some(function(overflow) {
894
+ return overflow === "auto" || overflow === "scroll";
895
+ });
896
+ }
897
+ function hasCssDisplayFlex(style) {
898
+ return style.display.indexOf("flex") > -1;
899
+ }
900
+ function isScrollableContainer(element, nodeName, parentNodeName, parentStyle) {
901
+ if (nodeName !== "div" && nodeName !== "span") {
902
+ // Internet Explorer advances scrollable containers and bodies to focusable
903
+ // only if the scrollable container is <div> or <span> - this does *not*
904
+ // happen for <section>, <article>, …
905
+ return false;
906
+ }
907
+ if (parentNodeName && parentNodeName !== "div" && parentNodeName !== "span" && !hasCssOverflowScroll(parentStyle)) {
908
+ return false;
909
+ }
910
+ return element.offsetHeight < element.scrollHeight || element.offsetWidth < element.scrollWidth;
911
+ }
912
+ var supports$1 = void 0;
913
+ function isFocusRelevantRules() {
914
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, _ref$except = _ref.except, except = _ref$except === undefined ? {
915
+ flexbox: false,
916
+ scrollable: false,
917
+ shadow: false
918
+ } : _ref$except;
919
+ if (!supports$1) {
920
+ supports$1 = _supports();
921
+ }
922
+ var element = contextToElement({
923
+ label: "is/focus-relevant",
924
+ resolveDocument: true,
925
+ context: context
926
+ });
927
+ if (!except.shadow && element.shadowRoot) {
928
+ // a ShadowDOM host receives focus when the focus moves to its content
929
+ return true;
930
+ }
931
+ var nodeName = element.nodeName.toLowerCase();
932
+ if (nodeName === "input" && element.type === "hidden") {
933
+ // input[type="hidden"] supports.cannot be focused
934
+ return false;
935
+ }
936
+ if (nodeName === "input" || nodeName === "select" || nodeName === "button" || nodeName === "textarea") {
937
+ return true;
938
+ }
939
+ if (nodeName === "legend" && supports$1.focusRedirectLegend) {
940
+ // specifics filtered in is/focusable
941
+ return true;
942
+ }
943
+ if (nodeName === "label") {
944
+ // specifics filtered in is/focusable
945
+ return true;
946
+ }
947
+ if (nodeName === "area") {
948
+ // specifics filtered in is/focusable
949
+ return true;
950
+ }
951
+ if (nodeName === "a" && element.hasAttribute("href")) {
952
+ return true;
953
+ }
954
+ if (nodeName === "object" && element.hasAttribute("usemap")) {
955
+ // object[usemap] is not focusable in any browser
956
+ return false;
957
+ }
958
+ if (nodeName === "object") {
959
+ var svgType = element.getAttribute("type");
960
+ if (!supports$1.focusObjectSvg && svgType === "image/svg+xml") {
961
+ // object[type="image/svg+xml"] is not focusable in Internet Explorer
962
+ return false;
963
+ } else if (!supports$1.focusObjectSwf && svgType === "application/x-shockwave-flash") {
964
+ // object[type="application/x-shockwave-flash"] is not focusable in Internet Explorer 9
965
+ return false;
966
+ }
967
+ }
968
+ if (nodeName === "iframe" || nodeName === "object") {
969
+ // browsing context containers
970
+ return true;
971
+ }
972
+ if (nodeName === "embed" || nodeName === "keygen") {
973
+ // embed is considered focus-relevant but not focusable
974
+ // see https://github.com/medialize/ally.js/issues/82
975
+ return true;
976
+ }
977
+ if (element.hasAttribute("contenteditable")) {
978
+ // also see CSS property user-modify below
979
+ return true;
980
+ }
981
+ if (nodeName === "audio" && (supports$1.focusAudioWithoutControls || element.hasAttribute("controls"))) {
982
+ return true;
983
+ }
984
+ if (nodeName === "video" && (supports$1.focusVideoWithoutControls || element.hasAttribute("controls"))) {
985
+ return true;
986
+ }
987
+ if (supports$1.focusSummary && nodeName === "summary") {
988
+ return true;
989
+ }
990
+ var validTabindex = isValidTabindex(element);
991
+ if (nodeName === "img" && element.hasAttribute("usemap")) {
992
+ // Gecko, Trident and Edge do not allow an image with an image map and tabindex to be focused,
993
+ // it appears the tabindex is overruled so focus is still forwarded to the <map>
994
+ return validTabindex && supports$1.focusImgUsemapTabindex || supports$1.focusRedirectImgUsemap;
995
+ }
996
+ if (supports$1.focusTable && (nodeName === "table" || nodeName === "td")) {
997
+ // IE10-11 supports.can focus <table> and <td>
998
+ return true;
999
+ }
1000
+ if (supports$1.focusFieldset && nodeName === "fieldset") {
1001
+ // IE10-11 supports.can focus <fieldset>
1002
+ return true;
1003
+ }
1004
+ var isSvgElement = nodeName === "svg";
1005
+ var isSvgContent = element.ownerSVGElement;
1006
+ var focusableAttribute = element.getAttribute("focusable");
1007
+ var tabindex = tabindexValue(element);
1008
+ if (nodeName === "use" && tabindex !== null && !supports$1.focusSvgUseTabindex) {
1009
+ // <use> cannot be made focusable by adding a tabindex attribute anywhere but Blink and WebKit
1010
+ return false;
1011
+ }
1012
+ if (nodeName === "foreignobject") {
1013
+ // <use> can only be made focusable in Blink and WebKit
1014
+ return tabindex !== null && supports$1.focusSvgForeignobjectTabindex;
1015
+ }
1016
+ if (elementMatches(element, "svg a") && element.hasAttribute("xlink:href")) {
1017
+ return true;
1018
+ }
1019
+ if ((isSvgElement || isSvgContent) && element.focus && !supports$1.focusSvgNegativeTabindexAttribute && tabindex < 0) {
1020
+ // Firefox 51 and 52 treat any natively tabbable SVG element with
1021
+ // tabindex="-1" as tabbable and everything else as inert
1022
+ // see https://bugzilla.mozilla.org/show_bug.cgi?id=1302340
1023
+ return false;
1024
+ }
1025
+ if (isSvgElement) {
1026
+ return validTabindex || supports$1.focusSvg || supports$1.focusSvgInIframe || // Internet Explorer understands the focusable attribute introduced in SVG Tiny 1.2
1027
+ Boolean(supports$1.focusSvgFocusableAttribute && focusableAttribute && focusableAttribute === "true");
1028
+ }
1029
+ if (isSvgContent) {
1030
+ if (supports$1.focusSvgTabindexAttribute && validTabindex) {
1031
+ return true;
1032
+ }
1033
+ if (supports$1.focusSvgFocusableAttribute) {
1034
+ // Internet Explorer understands the focusable attribute introduced in SVG Tiny 1.2
1035
+ return focusableAttribute === "true";
1036
+ }
1037
+ }
1038
+ // https://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute
1039
+ if (validTabindex) {
1040
+ return true;
1041
+ }
1042
+ var style = window.getComputedStyle(element, null);
1043
+ if (isUserModifyWritable(style)) {
1044
+ return true;
1045
+ }
1046
+ if (supports$1.focusImgIsmap && nodeName === "img" && element.hasAttribute("ismap")) {
1047
+ // IE10-11 considers the <img> in <a href><img ismap> focusable
1048
+ // https://github.com/medialize/ally.js/issues/20
1049
+ var hasLinkParent = getParents({
1050
+ context: element
1051
+ }).some(function(parent) {
1052
+ return parent.nodeName.toLowerCase() === "a" && parent.hasAttribute("href");
1053
+ });
1054
+ if (hasLinkParent) {
1055
+ return true;
1056
+ }
1057
+ }
1058
+ // https://github.com/medialize/ally.js/issues/21
1059
+ if (!except.scrollable && supports$1.focusScrollContainer) {
1060
+ if (supports$1.focusScrollContainerWithoutOverflow) {
1061
+ // Internet Explorer does will consider the scrollable area focusable
1062
+ // if the element is a <div> or a <span> and it is in fact scrollable,
1063
+ // regardless of the CSS overflow property
1064
+ if (isScrollableContainer(element, nodeName)) {
1065
+ return true;
1066
+ }
1067
+ } else if (hasCssOverflowScroll(style)) {
1068
+ // Firefox requires proper overflow setting, IE does not necessarily
1069
+ // https://developer.mozilla.org/docs/Web/CSS/overflow
1070
+ return true;
1071
+ }
1072
+ }
1073
+ if (!except.flexbox && supports$1.focusFlexboxContainer && hasCssDisplayFlex(style)) {
1074
+ // elements with display:flex are focusable in IE10-11
1075
+ return true;
1076
+ }
1077
+ var parent = element.parentElement;
1078
+ if (!except.scrollable && parent) {
1079
+ var parentNodeName = parent.nodeName.toLowerCase();
1080
+ var parentStyle = window.getComputedStyle(parent, null);
1081
+ if (supports$1.focusScrollBody && isScrollableContainer(parent, nodeName, parentNodeName, parentStyle)) {
1082
+ // scrollable bodies are focusable Internet Explorer
1083
+ // https://github.com/medialize/ally.js/issues/21
1084
+ return true;
1085
+ }
1086
+ // Children of focusable elements with display:flex are focusable in IE10-11
1087
+ if (supports$1.focusChildrenOfFocusableFlexbox) {
1088
+ if (hasCssDisplayFlex(parentStyle)) {
1089
+ return true;
1090
+ }
1091
+ }
1092
+ }
1093
+ // NOTE: elements marked as inert are not focusable,
1094
+ // but that property is not exposed to the DOM
1095
+ // https://www.w3.org/TR/html5/editing.html#inert
1096
+ return false;
1097
+ }
1098
+ // bind exceptions to an iterator callback
1099
+ isFocusRelevantRules.except = function() {
1100
+ var except = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1101
+ var isFocusRelevant = function isFocusRelevant(context) {
1102
+ return isFocusRelevantRules({
1103
+ context: context,
1104
+ except: except
1105
+ });
1106
+ };
1107
+ isFocusRelevant.rules = isFocusRelevantRules;
1108
+ return isFocusRelevant;
1109
+ };
1110
+ // provide isFocusRelevant(context) as default iterator callback
1111
+ var isFocusRelevant = isFocusRelevantRules.except({});
1112
+ function findIndex(array, callback) {
1113
+ // attempt to use native or polyfilled Array#findIndex first
1114
+ if (array.findIndex) {
1115
+ return array.findIndex(callback);
1116
+ }
1117
+ var length = array.length;
1118
+ // shortcut if the array is empty
1119
+ if (length === 0) {
1120
+ return -1;
1121
+ }
1122
+ // otherwise loop over array
1123
+ for(var i = 0; i < length; i++){
1124
+ if (callback(array[i], i, array)) {
1125
+ return i;
1126
+ }
1127
+ }
1128
+ return -1;
1129
+ }
1130
+ function getContentDocument(node) {
1131
+ try {
1132
+ // works on <object> and <iframe>
1133
+ return node.contentDocument || // works on <object> and <iframe>
1134
+ node.contentWindow && node.contentWindow.document || // works on <object> and <iframe> that contain SVG
1135
+ node.getSVGDocument && node.getSVGDocument() || null;
1136
+ } catch (e) {
1137
+ // SecurityError: Failed to read the 'contentDocument' property from 'HTMLObjectElement'
1138
+ // also IE may throw member not found exception e.g. on <object type="image/png">
1139
+ return null;
1140
+ }
1141
+ }
1142
+ function getWindow(node) {
1143
+ var _document = getDocument(node);
1144
+ return _document.defaultView || window;
1145
+ }
1146
+ var shadowPrefix = void 0;
1147
+ function selectInShadows(selector) {
1148
+ if (typeof shadowPrefix !== "string") {
1149
+ var operator = cssShadowPiercingDeepCombinator();
1150
+ if (operator) {
1151
+ shadowPrefix = ", html " + operator + " ";
1152
+ }
1153
+ }
1154
+ if (!shadowPrefix) {
1155
+ return selector;
1156
+ }
1157
+ return selector + shadowPrefix + selector.replace(/\s*,\s*/g, ",").split(",").join(shadowPrefix);
1158
+ }
1159
+ var selector = void 0;
1160
+ function findDocumentHostElement(_window) {
1161
+ if (!selector) {
1162
+ selector = selectInShadows("object, iframe");
1163
+ }
1164
+ if (_window._frameElement !== undefined) {
1165
+ return _window._frameElement;
1166
+ }
1167
+ _window._frameElement = null;
1168
+ var potentialHosts = _window.parent.document.querySelectorAll(selector);
1169
+ [].some.call(potentialHosts, function(element) {
1170
+ var _document = getContentDocument(element);
1171
+ if (_document !== _window.document) {
1172
+ return false;
1173
+ }
1174
+ _window._frameElement = element;
1175
+ return true;
1176
+ });
1177
+ return _window._frameElement;
1178
+ }
1179
+ function getFrameElement(element) {
1180
+ var _window = getWindow(element);
1181
+ if (!_window.parent || _window.parent === _window) {
1182
+ // if there is no parent browsing context,
1183
+ // we're not going to get a frameElement either way
1184
+ return null;
1185
+ }
1186
+ try {
1187
+ // see https://developer.mozilla.org/docs/Web/API/Window/frameElement
1188
+ // does not work within <embed> anywhere, and not within in <object> in IE
1189
+ return _window.frameElement || findDocumentHostElement(_window);
1190
+ } catch (e) {
1191
+ return null;
1192
+ }
1193
+ }
1194
+ // https://www.w3.org/TR/html5/rendering.html#being-rendered
1195
+ // <area> is not rendered, but we *consider* it visible to simplfiy this function's usage
1196
+ var notRenderedElementsPattern = /^(area)$/;
1197
+ function computedStyle(element, property) {
1198
+ return window.getComputedStyle(element, null).getPropertyValue(property);
1199
+ }
1200
+ function notDisplayed(_path) {
1201
+ return _path.some(function(element) {
1202
+ // display:none is not visible (optimized away at layout)
1203
+ return computedStyle(element, "display") === "none";
1204
+ });
1205
+ }
1206
+ function notVisible(_path) {
1207
+ // https://github.com/jquery/jquery-ui/blob/master/ui/core.js#L109-L114
1208
+ // NOTE: a nested element can reverse visibility:hidden|collapse by explicitly setting visibility:visible
1209
+ // NOTE: visibility can be ["", "visible", "hidden", "collapse"]
1210
+ var hidden = findIndex(_path, function(element) {
1211
+ var visibility = computedStyle(element, "visibility");
1212
+ return visibility === "hidden" || visibility === "collapse";
1213
+ });
1214
+ if (hidden === -1) {
1215
+ // there is no hidden element
1216
+ return false;
1217
+ }
1218
+ var visible = findIndex(_path, function(element) {
1219
+ return computedStyle(element, "visibility") === "visible";
1220
+ });
1221
+ if (visible === -1) {
1222
+ // there is no visible element (but a hidden element)
1223
+ return true;
1224
+ }
1225
+ if (hidden < visible) {
1226
+ // there is a hidden element and it's closer than the first visible element
1227
+ return true;
1228
+ }
1229
+ // there may be a hidden element, but the closest element is visible
1230
+ return false;
1231
+ }
1232
+ function collapsedParent(_path) {
1233
+ var offset = 1;
1234
+ if (_path[0].nodeName.toLowerCase() === "summary") {
1235
+ offset = 2;
1236
+ }
1237
+ return _path.slice(offset).some(function(element) {
1238
+ // "content children" of a closed details element are not visible
1239
+ return element.nodeName.toLowerCase() === "details" && element.open === false;
1240
+ });
1241
+ }
1242
+ function isVisibleRules() {
1243
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, _ref$except = _ref.except, except = _ref$except === undefined ? {
1244
+ notRendered: false,
1245
+ cssDisplay: false,
1246
+ cssVisibility: false,
1247
+ detailsElement: false,
1248
+ browsingContext: false
1249
+ } : _ref$except;
1250
+ var element = contextToElement({
1251
+ label: "is/visible",
1252
+ resolveDocument: true,
1253
+ context: context
1254
+ });
1255
+ var nodeName = element.nodeName.toLowerCase();
1256
+ if (!except.notRendered && notRenderedElementsPattern.test(nodeName)) {
1257
+ return true;
1258
+ }
1259
+ var _path = getParents({
1260
+ context: element
1261
+ });
1262
+ // in Internet Explorer <audio> has a default display: none, where others have display: inline
1263
+ // but IE allows focusing <audio style="display:none">, but not <div display:none><audio>
1264
+ // this is irrelevant to other browsers, as the controls attribute is required to make <audio> focusable
1265
+ var isAudioWithoutControls = nodeName === "audio" && !element.hasAttribute("controls");
1266
+ if (!except.cssDisplay && notDisplayed(isAudioWithoutControls ? _path.slice(1) : _path)) {
1267
+ return false;
1268
+ }
1269
+ if (!except.cssVisibility && notVisible(_path)) {
1270
+ return false;
1271
+ }
1272
+ if (!except.detailsElement && collapsedParent(_path)) {
1273
+ return false;
1274
+ }
1275
+ if (!except.browsingContext) {
1276
+ // elements within a browsing context are affected by the
1277
+ // browsing context host element's visibility and tabindex
1278
+ var frameElement = getFrameElement(element);
1279
+ var _isVisible = isVisibleRules.except(except);
1280
+ if (frameElement && !_isVisible(frameElement)) {
1281
+ return false;
1282
+ }
1283
+ }
1284
+ return true;
1285
+ }
1286
+ // bind exceptions to an iterator callback
1287
+ isVisibleRules.except = function() {
1288
+ var except = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1289
+ var isVisible = function isVisible(context) {
1290
+ return isVisibleRules({
1291
+ context: context,
1292
+ except: except
1293
+ });
1294
+ };
1295
+ isVisible.rules = isVisibleRules;
1296
+ return isVisible;
1297
+ };
1298
+ // provide isVisible(context) as default iterator callback
1299
+ var isVisible = isVisibleRules.except({});
1300
+ function getMapByName(name, _document) {
1301
+ // apparently getElementsByName() also considers id attribute in IE & opera
1302
+ // https://developer.mozilla.org/docs/Web/API/Document/getElementsByName
1303
+ var map = _document.querySelector('map[name="' + (0, _cssescape.default)(name) + '"]');
1304
+ return map || null;
1305
+ }
1306
+ function getImageOfArea(element) {
1307
+ var map = element.parentElement;
1308
+ if (!map.name || map.nodeName.toLowerCase() !== "map") {
1309
+ return null;
1310
+ }
1311
+ // NOTE: image maps can also be applied to <object> with image content,
1312
+ // but no browser supports this at the moment
1313
+ // HTML5 specifies HTMLMapElement.images to be an HTMLCollection of all
1314
+ // <img> and <object> referencing the <map> element, but no browser implements this
1315
+ // https://www.w3.org/TR/html5/embedded-content-0.html#the-map-element
1316
+ // https://developer.mozilla.org/docs/Web/API/HTMLMapElement
1317
+ // the image must be valid and loaded for the map to take effect
1318
+ var _document = getDocument(element);
1319
+ return _document.querySelector('img[usemap="#' + (0, _cssescape.default)(map.name) + '"]') || null;
1320
+ }
1321
+ var supports$2 = void 0;
1322
+ // https://developer.mozilla.org/docs/Web/HTML/Element/map
1323
+ // https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-usemap
1324
+ // https://github.com/jquery/jquery-ui/blob/master/ui/core.js#L88-L107
1325
+ function isValidArea(context) {
1326
+ if (!supports$2) {
1327
+ supports$2 = _supports();
1328
+ }
1329
+ var element = contextToElement({
1330
+ label: "is/valid-area",
1331
+ context: context
1332
+ });
1333
+ var nodeName = element.nodeName.toLowerCase();
1334
+ if (nodeName !== "area") {
1335
+ return false;
1336
+ }
1337
+ var hasTabindex = element.hasAttribute("tabindex");
1338
+ if (!supports$2.focusAreaTabindex && hasTabindex) {
1339
+ // Blink and WebKit do not consider <area tabindex="-1" href="#void"> focusable
1340
+ return false;
1341
+ }
1342
+ var img = getImageOfArea(element);
1343
+ if (!img || !isVisible(img)) {
1344
+ return false;
1345
+ }
1346
+ // Firefox only allows fully loaded images to reference image maps
1347
+ // https://stereochro.me/ideas/detecting-broken-images-js
1348
+ if (!supports$2.focusBrokenImageMap && (!img.complete || !img.naturalHeight || img.offsetWidth <= 0 || img.offsetHeight <= 0)) {
1349
+ return false;
1350
+ }
1351
+ // Firefox supports.can focus area elements even if they don't have an href attribute
1352
+ if (!supports$2.focusAreaWithoutHref && !element.href) {
1353
+ // Internet explorer supports.can focus area elements without href if either
1354
+ // the area element or the image element has a tabindex attribute
1355
+ return supports$2.focusAreaTabindex && hasTabindex || supports$2.focusAreaImgTabindex && img.hasAttribute("tabindex");
1356
+ }
1357
+ // https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-usemap
1358
+ var childOfInteractive = getParents({
1359
+ context: img
1360
+ }).slice(1).some(function(_element) {
1361
+ var name = _element.nodeName.toLowerCase();
1362
+ return name === "button" || name === "a";
1363
+ });
1364
+ if (childOfInteractive) {
1365
+ return false;
1366
+ }
1367
+ return true;
1368
+ }
1369
+ var supports$3 = void 0;
1370
+ // https://www.w3.org/TR/html5/disabled-elements.html#concept-element-disabled
1371
+ var disabledElementsPattern = void 0;
1372
+ var disabledElements = {
1373
+ input: true,
1374
+ select: true,
1375
+ textarea: true,
1376
+ button: true,
1377
+ fieldset: true,
1378
+ form: true
1379
+ };
1380
+ function isNativeDisabledSupported(context) {
1381
+ if (!supports$3) {
1382
+ supports$3 = _supports();
1383
+ if (supports$3.focusFieldsetDisabled) {
1384
+ delete disabledElements.fieldset;
1385
+ }
1386
+ if (supports$3.focusFormDisabled) {
1387
+ delete disabledElements.form;
1388
+ }
1389
+ disabledElementsPattern = new RegExp("^(" + Object.keys(disabledElements).join("|") + ")$");
1390
+ }
1391
+ var element = contextToElement({
1392
+ label: "is/native-disabled-supported",
1393
+ context: context
1394
+ });
1395
+ var nodeName = element.nodeName.toLowerCase();
1396
+ return Boolean(disabledElementsPattern.test(nodeName));
1397
+ }
1398
+ var supports$4 = void 0;
1399
+ function isDisabledFieldset(element) {
1400
+ var nodeName = element.nodeName.toLowerCase();
1401
+ return nodeName === "fieldset" && element.disabled;
1402
+ }
1403
+ function isDisabledForm(element) {
1404
+ var nodeName = element.nodeName.toLowerCase();
1405
+ return nodeName === "form" && element.disabled;
1406
+ }
1407
+ function isDisabled(context) {
1408
+ if (!supports$4) {
1409
+ supports$4 = _supports();
1410
+ }
1411
+ var element = contextToElement({
1412
+ label: "is/disabled",
1413
+ context: context
1414
+ });
1415
+ if (element.hasAttribute("data-ally-disabled")) {
1416
+ // treat ally's element/disabled like the DOM native element.disabled
1417
+ return true;
1418
+ }
1419
+ if (!isNativeDisabledSupported(element)) {
1420
+ // non-form elements do not support the disabled attribute
1421
+ return false;
1422
+ }
1423
+ if (element.disabled) {
1424
+ // the element itself is disabled
1425
+ return true;
1426
+ }
1427
+ var parents = getParents({
1428
+ context: element
1429
+ });
1430
+ if (parents.some(isDisabledFieldset)) {
1431
+ // a parental <fieldset> is disabld and inherits the state onto this element
1432
+ return true;
1433
+ }
1434
+ if (!supports$4.focusFormDisabled && parents.some(isDisabledForm)) {
1435
+ // a parental <form> is disabld and inherits the state onto this element
1436
+ return true;
1437
+ }
1438
+ return false;
1439
+ }
1440
+ function isOnlyTabbableRules() {
1441
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, _ref$except = _ref.except, except = _ref$except === undefined ? {
1442
+ onlyFocusableBrowsingContext: false,
1443
+ visible: false
1444
+ } : _ref$except;
1445
+ var element = contextToElement({
1446
+ label: "is/only-tabbable",
1447
+ resolveDocument: true,
1448
+ context: context
1449
+ });
1450
+ if (!except.visible && !isVisible(element)) {
1451
+ return false;
1452
+ }
1453
+ if (!except.onlyFocusableBrowsingContext && (platform.is.GECKO || platform.is.TRIDENT || platform.is.EDGE)) {
1454
+ var frameElement = getFrameElement(element);
1455
+ if (frameElement) {
1456
+ if (tabindexValue(frameElement) < 0) {
1457
+ // iframe[tabindex="-1"] and object[tabindex="-1"] inherit the
1458
+ // tabbable demotion onto elements of their browsing contexts
1459
+ return false;
1460
+ }
1461
+ }
1462
+ }
1463
+ var nodeName = element.nodeName.toLowerCase();
1464
+ var tabindex = tabindexValue(element);
1465
+ if (nodeName === "label" && platform.is.GECKO) {
1466
+ // Firefox cannot focus, but tab to: label[tabindex=0]
1467
+ return tabindex !== null && tabindex >= 0;
1468
+ }
1469
+ // SVG Elements were keyboard focusable but not script focusable before Firefox 51.
1470
+ // Firefox 51 added the focus management DOM API (.focus and .blur) to SVGElement,
1471
+ // see https://bugzilla.mozilla.org/show_bug.cgi?id=778654
1472
+ if (platform.is.GECKO && element.ownerSVGElement && !element.focus) {
1473
+ if (nodeName === "a" && element.hasAttribute("xlink:href")) {
1474
+ // any focusable child of <svg> cannot be focused, but tabbed to
1475
+ if (platform.is.GECKO) {
1476
+ return true;
1477
+ }
1478
+ }
1479
+ }
1480
+ return false;
1481
+ }
1482
+ // bind exceptions to an iterator callback
1483
+ isOnlyTabbableRules.except = function() {
1484
+ var except = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1485
+ var isOnlyTabbable = function isOnlyTabbable(context) {
1486
+ return isOnlyTabbableRules({
1487
+ context: context,
1488
+ except: except
1489
+ });
1490
+ };
1491
+ isOnlyTabbable.rules = isOnlyTabbableRules;
1492
+ return isOnlyTabbable;
1493
+ };
1494
+ // provide isOnlyTabbable(context) as default iterator callback
1495
+ var isOnlyTabbable = isOnlyTabbableRules.except({});
1496
+ var supports$5 = void 0;
1497
+ function isOnlyFocusRelevant(element) {
1498
+ var nodeName = element.nodeName.toLowerCase();
1499
+ if (nodeName === "embed" || nodeName === "keygen") {
1500
+ // embed is considered focus-relevant but not focusable
1501
+ // see https://github.com/medialize/ally.js/issues/82
1502
+ return true;
1503
+ }
1504
+ var _tabindex = tabindexValue(element);
1505
+ if (element.shadowRoot && _tabindex === null) {
1506
+ // ShadowDOM host elements *may* receive focus
1507
+ // even though they are not considered focuable
1508
+ return true;
1509
+ }
1510
+ if (nodeName === "label") {
1511
+ // <label tabindex="0"> is only tabbable in Firefox, not script-focusable
1512
+ // there's no way to make an element focusable other than by adding a tabindex,
1513
+ // and focus behavior of the label element seems hard-wired to ignore tabindex
1514
+ // in some browsers (like Gecko, Blink and WebKit)
1515
+ return !supports$5.focusLabelTabindex || _tabindex === null;
1516
+ }
1517
+ if (nodeName === "legend") {
1518
+ return _tabindex === null;
1519
+ }
1520
+ if (supports$5.focusSvgFocusableAttribute && (element.ownerSVGElement || nodeName === "svg")) {
1521
+ // Internet Explorer understands the focusable attribute introduced in SVG Tiny 1.2
1522
+ var focusableAttribute = element.getAttribute("focusable");
1523
+ return focusableAttribute && focusableAttribute === "false";
1524
+ }
1525
+ if (nodeName === "img" && element.hasAttribute("usemap")) {
1526
+ // Gecko, Trident and Edge do not allow an image with an image map and tabindex to be focused,
1527
+ // it appears the tabindex is overruled so focus is still forwarded to the <map>
1528
+ return _tabindex === null || !supports$5.focusImgUsemapTabindex;
1529
+ }
1530
+ if (nodeName === "area") {
1531
+ // all <area>s are considered relevant,
1532
+ // but only the valid <area>s are focusable
1533
+ return !isValidArea(element);
1534
+ }
1535
+ return false;
1536
+ }
1537
+ function isFocusableRules() {
1538
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, _ref$except = _ref.except, except = _ref$except === undefined ? {
1539
+ disabled: false,
1540
+ visible: false,
1541
+ onlyTabbable: false
1542
+ } : _ref$except;
1543
+ if (!supports$5) {
1544
+ supports$5 = _supports();
1545
+ }
1546
+ var _isOnlyTabbable = isOnlyTabbable.rules.except({
1547
+ onlyFocusableBrowsingContext: true,
1548
+ visible: except.visible
1549
+ });
1550
+ var element = contextToElement({
1551
+ label: "is/focusable",
1552
+ resolveDocument: true,
1553
+ context: context
1554
+ });
1555
+ var focusRelevant = isFocusRelevant.rules({
1556
+ context: element,
1557
+ except: except
1558
+ });
1559
+ if (!focusRelevant || isOnlyFocusRelevant(element)) {
1560
+ return false;
1561
+ }
1562
+ if (!except.disabled && isDisabled(element)) {
1563
+ return false;
1564
+ }
1565
+ if (!except.onlyTabbable && _isOnlyTabbable(element)) {
1566
+ // some elements may be keyboard focusable, but not script focusable
1567
+ return false;
1568
+ }
1569
+ // elements that are not rendered, cannot be focused
1570
+ if (!except.visible) {
1571
+ var visibilityOptions = {
1572
+ context: element,
1573
+ except: {}
1574
+ };
1575
+ if (supports$5.focusInHiddenIframe) {
1576
+ // WebKit and Blink can focus content in hidden <iframe> and <object>
1577
+ visibilityOptions.except.browsingContext = true;
1578
+ }
1579
+ if (supports$5.focusObjectSvgHidden) {
1580
+ // Blink allows focusing the object element, even if it has visibility: hidden;
1581
+ // @browser-issue Blink https://code.google.com/p/chromium/issues/detail?id=586191
1582
+ var _nodeName2 = element.nodeName.toLowerCase();
1583
+ if (_nodeName2 === "object") {
1584
+ visibilityOptions.except.cssVisibility = true;
1585
+ }
1586
+ }
1587
+ if (!isVisible.rules(visibilityOptions)) {
1588
+ return false;
1589
+ }
1590
+ }
1591
+ var frameElement = getFrameElement(element);
1592
+ if (frameElement) {
1593
+ var _nodeName = frameElement.nodeName.toLowerCase();
1594
+ if (_nodeName === "object" && !supports$5.focusInZeroDimensionObject) {
1595
+ if (!frameElement.offsetWidth || !frameElement.offsetHeight) {
1596
+ // WebKit can not focus content in <object> if it doesn't have dimensions
1597
+ return false;
1598
+ }
1599
+ }
1600
+ }
1601
+ var nodeName = element.nodeName.toLowerCase();
1602
+ if (nodeName === "svg" && supports$5.focusSvgInIframe && !frameElement && element.getAttribute("tabindex") === null) {
1603
+ return false;
1604
+ }
1605
+ return true;
1606
+ }
1607
+ // bind exceptions to an iterator callback
1608
+ isFocusableRules.except = function() {
1609
+ var except = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1610
+ var isFocusable = function isFocusable(context) {
1611
+ return isFocusableRules({
1612
+ context: context,
1613
+ except: except
1614
+ });
1615
+ };
1616
+ isFocusable.rules = isFocusableRules;
1617
+ return isFocusable;
1618
+ };
1619
+ // provide isFocusRelevant(context) as default iterator callback
1620
+ var isFocusable = isFocusableRules.except({});
1621
+ function createFilter(condition) {
1622
+ // see https://developer.mozilla.org/docs/Web/API/NodeFilter
1623
+ var filter = function filter(node) {
1624
+ if (node.shadowRoot) {
1625
+ // return ShadowRoot elements regardless of them being focusable,
1626
+ // so they can be walked recursively later
1627
+ return NodeFilter.FILTER_ACCEPT;
1628
+ }
1629
+ if (condition(node)) {
1630
+ // finds elements that could have been found by document.querySelectorAll()
1631
+ return NodeFilter.FILTER_ACCEPT;
1632
+ }
1633
+ return NodeFilter.FILTER_SKIP;
1634
+ };
1635
+ // IE requires a function, Browsers require {acceptNode: function}
1636
+ // see http://www.bennadel.com/blog/2607-finding-html-comment-nodes-in-the-dom-using-treewalker.htm
1637
+ filter.acceptNode = filter;
1638
+ return filter;
1639
+ }
1640
+ var PossiblyFocusableFilter = createFilter(isFocusRelevant);
1641
+ function queryFocusableStrict() {
1642
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, includeContext = _ref.includeContext, includeOnlyTabbable = _ref.includeOnlyTabbable, strategy = _ref.strategy;
1643
+ if (!context) {
1644
+ context = document.documentElement;
1645
+ }
1646
+ var _isFocusable = isFocusable.rules.except({
1647
+ onlyTabbable: includeOnlyTabbable
1648
+ });
1649
+ var _document = getDocument(context);
1650
+ // see https://developer.mozilla.org/docs/Web/API/Document/createTreeWalker
1651
+ var walker = _document.createTreeWalker(// root element to start search in
1652
+ context, // element type filter
1653
+ NodeFilter.SHOW_ELEMENT, // custom NodeFilter filter
1654
+ strategy === "all" ? PossiblyFocusableFilter : createFilter(_isFocusable), // deprecated, but IE requires it
1655
+ false);
1656
+ var list = [];
1657
+ while(walker.nextNode()){
1658
+ if (walker.currentNode.shadowRoot) {
1659
+ if (_isFocusable(walker.currentNode)) {
1660
+ list.push(walker.currentNode);
1661
+ }
1662
+ list = list.concat(queryFocusableStrict({
1663
+ context: walker.currentNode.shadowRoot,
1664
+ includeOnlyTabbable: includeOnlyTabbable,
1665
+ strategy: strategy
1666
+ }));
1667
+ } else {
1668
+ list.push(walker.currentNode);
1669
+ }
1670
+ }
1671
+ // add context if requested and focusable
1672
+ if (includeContext) {
1673
+ if (strategy === "all") {
1674
+ if (isFocusRelevant(context)) {
1675
+ list.unshift(context);
1676
+ }
1677
+ } else if (_isFocusable(context)) {
1678
+ list.unshift(context);
1679
+ }
1680
+ }
1681
+ return list;
1682
+ }
1683
+ // NOTE: this selector MUST *never* be used directly,
1684
+ var supports$6 = void 0;
1685
+ var selector$1 = void 0;
1686
+ function selector$2() {
1687
+ if (!supports$6) {
1688
+ supports$6 = _supports();
1689
+ }
1690
+ if (typeof selector$1 === "string") {
1691
+ return selector$1;
1692
+ }
1693
+ // https://www.w3.org/TR/html5/editing.html#sequential-focus-navigation-and-the-tabindex-attribute
1694
+ selector$1 = "" + // IE11 supports.can focus <table> and <td>
1695
+ (supports$6.focusTable ? "table, td," : "") + // IE11 supports.can focus <fieldset>
1696
+ (supports$6.focusFieldset ? "fieldset," : "") + // Namespace problems of [xlink:href] explained in https://stackoverflow.com/a/23047888/515124
1697
+ // svg a[*|href] does not match in IE9, but since we're filtering
1698
+ // through is/focusable we can include all <a> from SVG
1699
+ "svg a," + // may behave as 'svg, svg *,' in chrome as *every* svg element with a focus event listener is focusable
1700
+ // navigational elements
1701
+ "a[href]," + // validity determined by is/valid-area.js
1702
+ "area[href]," + // validity determined by is/disabled.js
1703
+ "input, select, textarea, button," + // browsing context containers
1704
+ "iframe, object, embed," + // interactive content
1705
+ "keygen," + (supports$6.focusAudioWithoutControls ? "audio," : "audio[controls],") + (supports$6.focusVideoWithoutControls ? "video," : "video[controls],") + (supports$6.focusSummary ? "summary," : "") + // validity determined by is/valid-tabindex.js
1706
+ "[tabindex]," + // editing hosts
1707
+ "[contenteditable]";
1708
+ // where ShadowDOM is supported, we also want the shadowed focusable elements (via ">>>" or "/deep/")
1709
+ selector$1 = selectInShadows(selector$1);
1710
+ return selector$1;
1711
+ }
1712
+ function queryFocusableQuick() {
1713
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, includeContext = _ref.includeContext, includeOnlyTabbable = _ref.includeOnlyTabbable;
1714
+ var _selector = selector$2();
1715
+ var elements = context.querySelectorAll(_selector);
1716
+ // the selector potentially matches more than really is focusable
1717
+ var _isFocusable = isFocusable.rules.except({
1718
+ onlyTabbable: includeOnlyTabbable
1719
+ });
1720
+ var result = [].filter.call(elements, _isFocusable);
1721
+ // add context if requested and focusable
1722
+ if (includeContext && _isFocusable(context)) {
1723
+ result.unshift(context);
1724
+ }
1725
+ return result;
1726
+ }
1727
+ function queryFocusable() {
1728
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, includeContext = _ref.includeContext, includeOnlyTabbable = _ref.includeOnlyTabbable, _ref$strategy = _ref.strategy, strategy = _ref$strategy === undefined ? "quick" : _ref$strategy;
1729
+ var element = contextToElement({
1730
+ label: "query/focusable",
1731
+ resolveDocument: true,
1732
+ defaultToDocument: true,
1733
+ context: context
1734
+ });
1735
+ var options = {
1736
+ context: element,
1737
+ includeContext: includeContext,
1738
+ includeOnlyTabbable: includeOnlyTabbable,
1739
+ strategy: strategy
1740
+ };
1741
+ if (strategy === "quick") {
1742
+ return queryFocusableQuick(options);
1743
+ } else if (strategy === "strict" || strategy === "all") {
1744
+ return queryFocusableStrict(options);
1745
+ }
1746
+ throw new TypeError('query/focusable requires option.strategy to be one of ["quick", "strict", "all"]');
1747
+ }
1748
+ var supports$7 = void 0;
1749
+ // Internet Explorer 11 considers fieldset, table, td focusable, but not tabbable
1750
+ // Internet Explorer 11 considers body to have [tabindex=0], but does not allow tabbing to it
1751
+ var focusableElementsPattern = /^(fieldset|table|td|body)$/;
1752
+ function isTabbableRules() {
1753
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, _ref$except = _ref.except, except = _ref$except === undefined ? {
1754
+ flexbox: false,
1755
+ scrollable: false,
1756
+ shadow: false,
1757
+ visible: false,
1758
+ onlyTabbable: false
1759
+ } : _ref$except;
1760
+ if (!supports$7) {
1761
+ supports$7 = _supports();
1762
+ }
1763
+ var element = contextToElement({
1764
+ label: "is/tabbable",
1765
+ resolveDocument: true,
1766
+ context: context
1767
+ });
1768
+ if (platform.is.BLINK && platform.is.ANDROID && platform.majorVersion > 42) {
1769
+ // External keyboard support worked fine in CHrome 42, but stopped working in Chrome 45.
1770
+ // The on-screen keyboard does not provide a way to focus the next input element (like iOS does).
1771
+ // That leaves us with no option to advance focus by keyboard, ergo nothing is tabbable (keyboard focusable).
1772
+ return false;
1773
+ }
1774
+ var frameElement = getFrameElement(element);
1775
+ if (frameElement) {
1776
+ if (platform.is.WEBKIT && platform.is.IOS) {
1777
+ // iOS only does not consider anything from another browsing context keyboard focusable
1778
+ return false;
1779
+ }
1780
+ // iframe[tabindex="-1"] and object[tabindex="-1"] inherit the
1781
+ // tabbable demotion onto elements of their browsing contexts
1782
+ if (tabindexValue(frameElement) < 0) {
1783
+ return false;
1784
+ }
1785
+ if (!except.visible && (platform.is.BLINK || platform.is.WEBKIT) && !isVisible(frameElement)) {
1786
+ // Blink and WebKit consider elements in hidden browsing contexts focusable, but not tabbable
1787
+ return false;
1788
+ }
1789
+ // Webkit and Blink don't consider anything in <object> tabbable
1790
+ // Blink fixed that fixed in Chrome 54, Opera 41
1791
+ var frameNodeName = frameElement.nodeName.toLowerCase();
1792
+ if (frameNodeName === "object") {
1793
+ var isFixedBlink = platform.name === "Chrome" && platform.majorVersion >= 54 || platform.name === "Opera" && platform.majorVersion >= 41;
1794
+ if (platform.is.WEBKIT || platform.is.BLINK && !isFixedBlink) {
1795
+ return false;
1796
+ }
1797
+ }
1798
+ }
1799
+ var nodeName = element.nodeName.toLowerCase();
1800
+ var _tabindex = tabindexValue(element);
1801
+ var tabindex = _tabindex === null ? null : _tabindex >= 0;
1802
+ if (platform.is.EDGE && platform.majorVersion >= 14 && frameElement && element.ownerSVGElement && _tabindex < 0) {
1803
+ // Edge 14+ considers <a xlink:href="…" tabindex="-1"> keyboard focusable
1804
+ // if the element is in a nested browsing context
1805
+ return true;
1806
+ }
1807
+ var hasTabbableTabindexOrNone = tabindex !== false;
1808
+ var hasTabbableTabindex = _tabindex !== null && _tabindex >= 0;
1809
+ // NOTE: Firefox 31 considers [contenteditable] to have [tabindex=-1], but allows tabbing to it
1810
+ // fixed in Firefox 40 the latest - https://bugzilla.mozilla.org/show_bug.cgi?id=1185657
1811
+ if (element.hasAttribute("contenteditable")) {
1812
+ // tabbing can still be disabled by explicitly providing [tabindex="-1"]
1813
+ return hasTabbableTabindexOrNone;
1814
+ }
1815
+ if (focusableElementsPattern.test(nodeName) && tabindex !== true) {
1816
+ return false;
1817
+ }
1818
+ if (platform.is.WEBKIT && platform.is.IOS) {
1819
+ // iOS only considers a hand full of elements tabbable (keyboard focusable)
1820
+ // this holds true even with external keyboards
1821
+ var potentiallyTabbable = nodeName === "input" && element.type === "text" || element.type === "password" || nodeName === "select" || nodeName === "textarea" || element.hasAttribute("contenteditable");
1822
+ if (!potentiallyTabbable) {
1823
+ var style = window.getComputedStyle(element, null);
1824
+ potentiallyTabbable = isUserModifyWritable(style);
1825
+ }
1826
+ if (!potentiallyTabbable) {
1827
+ return false;
1828
+ }
1829
+ }
1830
+ if (nodeName === "use" && _tabindex !== null) {
1831
+ if (platform.is.BLINK || platform.is.WEBKIT && platform.majorVersion === 9) {
1832
+ // In Chrome and Safari 9 the <use> element is keyboard focusable even for tabindex="-1"
1833
+ return true;
1834
+ }
1835
+ }
1836
+ if (elementMatches(element, "svg a") && element.hasAttribute("xlink:href")) {
1837
+ if (hasTabbableTabindexOrNone) {
1838
+ // in Trident and Gecko SVGElement does not handle the tabIndex property properly
1839
+ return true;
1840
+ }
1841
+ if (element.focus && !supports$7.focusSvgNegativeTabindexAttribute) {
1842
+ // Firefox 51 and 52 treat any natively tabbable SVG element with
1843
+ // tabindex="-1" as tabbable and everything else as inert
1844
+ // see https://bugzilla.mozilla.org/show_bug.cgi?id=1302340
1845
+ return true;
1846
+ }
1847
+ }
1848
+ if (nodeName === "svg" && supports$7.focusSvgInIframe && hasTabbableTabindexOrNone) {
1849
+ return true;
1850
+ }
1851
+ if (platform.is.TRIDENT || platform.is.EDGE) {
1852
+ if (nodeName === "svg") {
1853
+ if (supports$7.focusSvg) {
1854
+ // older Internet Explorers consider <svg> keyboard focusable
1855
+ // unless they have focsable="false", but then they wouldn't
1856
+ // be focusable and thus not even reach this filter
1857
+ return true;
1858
+ }
1859
+ // elements that have [focusable] are automatically keyboard focusable regardless of the attribute's value
1860
+ return element.hasAttribute("focusable") || hasTabbableTabindex;
1861
+ }
1862
+ if (element.ownerSVGElement) {
1863
+ if (supports$7.focusSvgTabindexAttribute && hasTabbableTabindex) {
1864
+ return true;
1865
+ }
1866
+ // elements that have [focusable] are automatically keyboard focusable regardless of the attribute's value
1867
+ return element.hasAttribute("focusable");
1868
+ }
1869
+ }
1870
+ if (element.tabIndex === undefined) {
1871
+ return Boolean(except.onlyTabbable);
1872
+ }
1873
+ if (nodeName === "audio") {
1874
+ if (!element.hasAttribute("controls")) {
1875
+ // In Internet Explorer the <audio> element is focusable, but not tabbable, and tabIndex property is wrong
1876
+ return false;
1877
+ } else if (platform.is.BLINK) {
1878
+ // In Chrome <audio controls tabindex="-1"> remains keyboard focusable
1879
+ return true;
1880
+ }
1881
+ }
1882
+ if (nodeName === "video") {
1883
+ if (!element.hasAttribute("controls")) {
1884
+ if (platform.is.TRIDENT || platform.is.EDGE) {
1885
+ // In Internet Explorer and Edge the <video> element is focusable, but not tabbable, and tabIndex property is wrong
1886
+ return false;
1887
+ }
1888
+ } else if (platform.is.BLINK || platform.is.GECKO) {
1889
+ // In Chrome and Firefox <video controls tabindex="-1"> remains keyboard focusable
1890
+ return true;
1891
+ }
1892
+ }
1893
+ if (nodeName === "object") {
1894
+ if (platform.is.BLINK || platform.is.WEBKIT) {
1895
+ // In all Blink and WebKit based browsers <embed> and <object> are never keyboard focusable, even with tabindex="0" set
1896
+ return false;
1897
+ }
1898
+ }
1899
+ if (nodeName === "iframe") {
1900
+ // In Internet Explorer all iframes are only focusable
1901
+ // In WebKit, Blink and Gecko iframes may be tabbable depending on content.
1902
+ // Since we can't reliably investigate iframe documents because of the
1903
+ // SameOriginPolicy, we're declaring everything only focusable.
1904
+ return false;
1905
+ }
1906
+ if (!except.scrollable && platform.is.GECKO) {
1907
+ // Firefox considers scrollable containers keyboard focusable,
1908
+ // even though their tabIndex property is -1
1909
+ var _style = window.getComputedStyle(element, null);
1910
+ if (hasCssOverflowScroll(_style)) {
1911
+ return hasTabbableTabindexOrNone;
1912
+ }
1913
+ }
1914
+ if (platform.is.TRIDENT || platform.is.EDGE) {
1915
+ // IE and Edge degrade <area> to script focusable, if the image
1916
+ // using the <map> has been given tabindex="-1"
1917
+ if (nodeName === "area") {
1918
+ var img = getImageOfArea(element);
1919
+ if (img && tabindexValue(img) < 0) {
1920
+ return false;
1921
+ }
1922
+ }
1923
+ var _style2 = window.getComputedStyle(element, null);
1924
+ if (isUserModifyWritable(_style2)) {
1925
+ // prevent being swallowed by the overzealous isScrollableContainer() below
1926
+ return element.tabIndex >= 0;
1927
+ }
1928
+ if (!except.flexbox && hasCssDisplayFlex(_style2)) {
1929
+ if (_tabindex !== null) {
1930
+ return hasTabbableTabindex;
1931
+ }
1932
+ return isFocusRelevantWithoutFlexbox(element) && isTabbableWithoutFlexbox(element);
1933
+ }
1934
+ // IE considers scrollable containers script focusable only,
1935
+ // even though their tabIndex property is 0
1936
+ if (isScrollableContainer(element, nodeName)) {
1937
+ return false;
1938
+ }
1939
+ var parent = element.parentElement;
1940
+ if (parent) {
1941
+ var parentNodeName = parent.nodeName.toLowerCase();
1942
+ var parentStyle = window.getComputedStyle(parent, null);
1943
+ // IE considers scrollable bodies script focusable only,
1944
+ if (isScrollableContainer(parent, nodeName, parentNodeName, parentStyle)) {
1945
+ return false;
1946
+ }
1947
+ // Children of focusable elements with display:flex are focusable in IE10-11,
1948
+ // even though their tabIndex property suggests otherwise
1949
+ if (hasCssDisplayFlex(parentStyle)) {
1950
+ // value of tabindex takes precedence
1951
+ return hasTabbableTabindex;
1952
+ }
1953
+ }
1954
+ }
1955
+ // https://www.w3.org/WAI/PF/aria-practices/#focus_tabindex
1956
+ return element.tabIndex >= 0;
1957
+ }
1958
+ // bind exceptions to an iterator callback
1959
+ isTabbableRules.except = function() {
1960
+ var except = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1961
+ var isTabbable = function isTabbable(context) {
1962
+ return isTabbableRules({
1963
+ context: context,
1964
+ except: except
1965
+ });
1966
+ };
1967
+ isTabbable.rules = isTabbableRules;
1968
+ return isTabbable;
1969
+ };
1970
+ var isFocusRelevantWithoutFlexbox = isFocusRelevant.rules.except({
1971
+ flexbox: true
1972
+ });
1973
+ var isTabbableWithoutFlexbox = isTabbableRules.except({
1974
+ flexbox: true
1975
+ });
1976
+ // provide isTabbable(context) as default iterator callback
1977
+ var isTabbable = isTabbableRules.except({});
1978
+ function queryTabbable() {
1979
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, includeContext = _ref.includeContext, includeOnlyTabbable = _ref.includeOnlyTabbable, strategy = _ref.strategy;
1980
+ var _isTabbable = isTabbable.rules.except({
1981
+ onlyTabbable: includeOnlyTabbable
1982
+ });
1983
+ return queryFocusable({
1984
+ context: context,
1985
+ includeContext: includeContext,
1986
+ includeOnlyTabbable: includeOnlyTabbable,
1987
+ strategy: strategy
1988
+ }).filter(_isTabbable);
1989
+ }
1990
+ // sorts a list of elements according to their order in the DOM
1991
+ function compareDomPosition(a, b) {
1992
+ return a.compareDocumentPosition(b) & Node.DOCUMENT_POSITION_FOLLOWING ? -1 : 1;
1993
+ }
1994
+ function sortDomOrder(elements) {
1995
+ return elements.sort(compareDomPosition);
1996
+ }
1997
+ function getFirstSuccessorOffset(list, target) {
1998
+ // find the first element that comes AFTER the target element
1999
+ return findIndex(list, function(element) {
2000
+ return target.compareDocumentPosition(element) & Node.DOCUMENT_POSITION_FOLLOWING;
2001
+ });
2002
+ }
2003
+ function findInsertionOffsets(list, elements, resolveElement) {
2004
+ // instead of mutating the elements list directly, remember position and map
2005
+ // to inject later, when we can do this more efficiently
2006
+ var insertions = [];
2007
+ elements.forEach(function(element) {
2008
+ var replace = true;
2009
+ var offset = list.indexOf(element);
2010
+ if (offset === -1) {
2011
+ // element is not in target list
2012
+ offset = getFirstSuccessorOffset(list, element);
2013
+ replace = false;
2014
+ }
2015
+ if (offset === -1) {
2016
+ // there is no successor in the tabsequence,
2017
+ // meaning the image must be the last element
2018
+ offset = list.length;
2019
+ }
2020
+ // allow the consumer to replace the injected element
2021
+ var injections = nodeArray(resolveElement ? resolveElement(element) : element);
2022
+ if (!injections.length) {
2023
+ // we can't inject zero elements
2024
+ return;
2025
+ }
2026
+ insertions.push({
2027
+ offset: offset,
2028
+ replace: replace,
2029
+ elements: injections
2030
+ });
2031
+ });
2032
+ return insertions;
2033
+ }
2034
+ function insertElementsAtOffsets(list, insertions) {
2035
+ // remember the number of elements we have already injected
2036
+ // so we account for the caused index offset
2037
+ var inserted = 0;
2038
+ // make sure that we insert the elements in sequence,
2039
+ // otherwise the offset compensation won't work
2040
+ insertions.sort(function(a, b) {
2041
+ return a.offset - b.offset;
2042
+ });
2043
+ insertions.forEach(function(insertion) {
2044
+ // array.splice has an annoying function signature :(
2045
+ var remove = insertion.replace ? 1 : 0;
2046
+ var args = [
2047
+ insertion.offset + inserted,
2048
+ remove
2049
+ ].concat(insertion.elements);
2050
+ list.splice.apply(list, args);
2051
+ inserted += insertion.elements.length - remove;
2052
+ });
2053
+ }
2054
+ function mergeInDomOrder() {
2055
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, list = _ref.list, elements = _ref.elements, resolveElement = _ref.resolveElement;
2056
+ // operate on a copy so we don't mutate the original array
2057
+ var _list = list.slice(0);
2058
+ // make sure the elements we're injecting are provided in DOM order
2059
+ var _elements = nodeArray(elements).slice(0);
2060
+ sortDomOrder(_elements);
2061
+ // find the offsets within the target array (list) at which to inject
2062
+ // each individual element (from elements)
2063
+ var insertions = findInsertionOffsets(_list, _elements, resolveElement);
2064
+ // actually inject the elements into the target array at the identified positions
2065
+ insertElementsAtOffsets(_list, insertions);
2066
+ return _list;
2067
+ }
2068
+ var _createClass = function() {
2069
+ function defineProperties(target, props) {
2070
+ for(var i = 0; i < props.length; i++){
2071
+ var descriptor = props[i];
2072
+ descriptor.enumerable = descriptor.enumerable || false;
2073
+ descriptor.configurable = true;
2074
+ if ("value" in descriptor) descriptor.writable = true;
2075
+ Object.defineProperty(target, descriptor.key, descriptor);
2076
+ }
2077
+ }
2078
+ return function(Constructor, protoProps, staticProps) {
2079
+ if (protoProps) defineProperties(Constructor.prototype, protoProps);
2080
+ if (staticProps) defineProperties(Constructor, staticProps);
2081
+ return Constructor;
2082
+ };
2083
+ }();
2084
+ function _classCallCheck(instance, Constructor) {
2085
+ if (!(instance instanceof Constructor)) {
2086
+ throw new TypeError("Cannot call a class as a function");
2087
+ }
2088
+ }
2089
+ var Maps = function() {
2090
+ function Maps(context) {
2091
+ _classCallCheck(this, Maps);
2092
+ this._document = getDocument(context);
2093
+ this.maps = {};
2094
+ }
2095
+ _createClass(Maps, [
2096
+ {
2097
+ key: "getAreasFor",
2098
+ value: function getAreasFor(name) {
2099
+ if (!this.maps[name]) {
2100
+ // the map is not defined within the context, so we
2101
+ // have to go find it elsewhere in the document
2102
+ this.addMapByName(name);
2103
+ }
2104
+ return this.maps[name];
2105
+ }
2106
+ },
2107
+ {
2108
+ key: "addMapByName",
2109
+ value: function addMapByName(name) {
2110
+ var map = getMapByName(name, this._document);
2111
+ if (!map) {
2112
+ // if there is no map, the img[usemap] wasn't doing anything anyway
2113
+ return;
2114
+ }
2115
+ this.maps[map.name] = queryTabbable({
2116
+ context: map
2117
+ });
2118
+ }
2119
+ },
2120
+ {
2121
+ key: "extractAreasFromList",
2122
+ value: function extractAreasFromList(elements) {
2123
+ // remove all <area> elements from the elements list,
2124
+ // but put them the map for later retrieval
2125
+ return elements.filter(function(element) {
2126
+ var nodeName = element.nodeName.toLowerCase();
2127
+ if (nodeName !== "area") {
2128
+ return true;
2129
+ }
2130
+ var map = element.parentNode;
2131
+ if (!this.maps[map.name]) {
2132
+ this.maps[map.name] = [];
2133
+ }
2134
+ this.maps[map.name].push(element);
2135
+ return false;
2136
+ }, this);
2137
+ }
2138
+ }
2139
+ ]);
2140
+ return Maps;
2141
+ }();
2142
+ function sortArea(elements, context) {
2143
+ // images - unless they are focusable themselves, likely not
2144
+ // part of the elements list, so we'll have to find them and
2145
+ // sort them into the elements list manually
2146
+ var usemaps = context.querySelectorAll("img[usemap]");
2147
+ var maps = new Maps(context);
2148
+ // remove all <area> elements from the elements list,
2149
+ // but put them the map for later retrieval
2150
+ var _elements = maps.extractAreasFromList(elements);
2151
+ if (!usemaps.length) {
2152
+ // the context does not contain any <area>s so no need
2153
+ // to replace anything, just remove any maps
2154
+ return _elements;
2155
+ }
2156
+ return mergeInDomOrder({
2157
+ list: _elements,
2158
+ elements: usemaps,
2159
+ resolveElement: function resolveElement(image) {
2160
+ var name = image.getAttribute("usemap").slice(1);
2161
+ return maps.getAreasFor(name);
2162
+ }
2163
+ });
2164
+ }
2165
+ var _createClass$1 = function() {
2166
+ function defineProperties(target, props) {
2167
+ for(var i = 0; i < props.length; i++){
2168
+ var descriptor = props[i];
2169
+ descriptor.enumerable = descriptor.enumerable || false;
2170
+ descriptor.configurable = true;
2171
+ if ("value" in descriptor) descriptor.writable = true;
2172
+ Object.defineProperty(target, descriptor.key, descriptor);
2173
+ }
2174
+ }
2175
+ return function(Constructor, protoProps, staticProps) {
2176
+ if (protoProps) defineProperties(Constructor.prototype, protoProps);
2177
+ if (staticProps) defineProperties(Constructor, staticProps);
2178
+ return Constructor;
2179
+ };
2180
+ }();
2181
+ function _classCallCheck$1(instance, Constructor) {
2182
+ if (!(instance instanceof Constructor)) {
2183
+ throw new TypeError("Cannot call a class as a function");
2184
+ }
2185
+ }
2186
+ var Shadows = function() {
2187
+ function Shadows(context, sortElements) {
2188
+ _classCallCheck$1(this, Shadows);
2189
+ // document context we're working with
2190
+ this.context = context;
2191
+ // callback that sorts an array of elements
2192
+ this.sortElements = sortElements;
2193
+ // reference to create unique IDs for each ShadowHost
2194
+ this.hostCounter = 1;
2195
+ // reference map for child-ShadowHosts of a ShadowHost
2196
+ this.inHost = {};
2197
+ // reference map for child-ShadowHost of the document
2198
+ this.inDocument = [];
2199
+ // reference map for ShadowHosts
2200
+ this.hosts = {};
2201
+ // reference map for tabbable elements of a ShadowHost
2202
+ this.elements = {};
2203
+ }
2204
+ // remember which hosts we have to sort within later
2205
+ _createClass$1(Shadows, [
2206
+ {
2207
+ key: "_registerHost",
2208
+ value: function _registerHost(host) {
2209
+ if (host._sortingId) {
2210
+ return;
2211
+ }
2212
+ // make the ShadowHost identifiable (see cleanup() for undo)
2213
+ host._sortingId = "shadow-" + this.hostCounter++;
2214
+ this.hosts[host._sortingId] = host;
2215
+ // hosts may contain other hosts
2216
+ var parentHost = getShadowHost({
2217
+ context: host
2218
+ });
2219
+ if (parentHost) {
2220
+ this._registerHost(parentHost);
2221
+ this._registerHostParent(host, parentHost);
2222
+ } else {
2223
+ this.inDocument.push(host);
2224
+ }
2225
+ }
2226
+ },
2227
+ {
2228
+ key: "_registerHostParent",
2229
+ value: function _registerHostParent(host, parent) {
2230
+ if (!this.inHost[parent._sortingId]) {
2231
+ this.inHost[parent._sortingId] = [];
2232
+ }
2233
+ this.inHost[parent._sortingId].push(host);
2234
+ }
2235
+ },
2236
+ {
2237
+ key: "_registerElement",
2238
+ value: function _registerElement(element, host) {
2239
+ if (!this.elements[host._sortingId]) {
2240
+ this.elements[host._sortingId] = [];
2241
+ }
2242
+ this.elements[host._sortingId].push(element);
2243
+ }
2244
+ },
2245
+ {
2246
+ key: "extractElements",
2247
+ value: function extractElements(elements) {
2248
+ return elements.filter(function(element) {
2249
+ var host = getShadowHost({
2250
+ context: element
2251
+ });
2252
+ if (!host) {
2253
+ return true;
2254
+ }
2255
+ this._registerHost(host);
2256
+ this._registerElement(element, host);
2257
+ return false;
2258
+ }, this);
2259
+ }
2260
+ },
2261
+ {
2262
+ key: "sort",
2263
+ value: function sort(elements) {
2264
+ var _elements = this._injectHosts(elements);
2265
+ _elements = this._replaceHosts(_elements);
2266
+ this._cleanup();
2267
+ return _elements;
2268
+ }
2269
+ },
2270
+ {
2271
+ key: "_injectHosts",
2272
+ value: function _injectHosts(elements) {
2273
+ Object.keys(this.hosts).forEach(function(_sortingId) {
2274
+ var _list = this.elements[_sortingId];
2275
+ var _elements = this.inHost[_sortingId];
2276
+ var _context = this.hosts[_sortingId].shadowRoot;
2277
+ this.elements[_sortingId] = this._merge(_list, _elements, _context);
2278
+ }, this);
2279
+ return this._merge(elements, this.inDocument, this.context);
2280
+ }
2281
+ },
2282
+ {
2283
+ key: "_merge",
2284
+ value: function _merge(list, elements, context) {
2285
+ var merged = mergeInDomOrder({
2286
+ list: list,
2287
+ elements: elements
2288
+ });
2289
+ return this.sortElements(merged, context);
2290
+ }
2291
+ },
2292
+ {
2293
+ key: "_replaceHosts",
2294
+ value: function _replaceHosts(elements) {
2295
+ return mergeInDomOrder({
2296
+ list: elements,
2297
+ elements: this.inDocument,
2298
+ resolveElement: this._resolveHostElement.bind(this)
2299
+ });
2300
+ }
2301
+ },
2302
+ {
2303
+ key: "_resolveHostElement",
2304
+ value: function _resolveHostElement(host) {
2305
+ var merged = mergeInDomOrder({
2306
+ list: this.elements[host._sortingId],
2307
+ elements: this.inHost[host._sortingId],
2308
+ resolveElement: this._resolveHostElement.bind(this)
2309
+ });
2310
+ var _tabindex = tabindexValue(host);
2311
+ if (_tabindex !== null && _tabindex > -1) {
2312
+ return [
2313
+ host
2314
+ ].concat(merged);
2315
+ }
2316
+ return merged;
2317
+ }
2318
+ },
2319
+ {
2320
+ key: "_cleanup",
2321
+ value: function _cleanup() {
2322
+ // remove those identifers we put on the ShadowHost to avoid using Map()
2323
+ Object.keys(this.hosts).forEach(function(key) {
2324
+ delete this.hosts[key]._sortingId;
2325
+ }, this);
2326
+ }
2327
+ }
2328
+ ]);
2329
+ return Shadows;
2330
+ }();
2331
+ function sortShadowed(elements, context, sortElements) {
2332
+ var shadows = new Shadows(context, sortElements);
2333
+ var _elements = shadows.extractElements(elements);
2334
+ if (_elements.length === elements.length) {
2335
+ // no shadowed content found, no need to continue
2336
+ return sortElements(elements);
2337
+ }
2338
+ return shadows.sort(_elements);
2339
+ }
2340
+ function sortTabindex(elements) {
2341
+ // https://developer.mozilla.org/docs/Web/API/HTMLElement.tabIndex
2342
+ // elements with tabIndex "0" (including tabbableElements without tabIndex) should be navigated in the order they appear.
2343
+ // elements with a positive tabIndex:
2344
+ // Elements that have identical tabIndexes should be navigated in the order they appear.
2345
+ // Navigation proceeds from the lowest tabIndex to the highest tabIndex.
2346
+ // NOTE: sort implementation may be unstable and thus mess up DOM order,
2347
+ // that's why we build a map that's being sorted instead. If we were able to rely
2348
+ // on a stable sorting algorithm, sortTabindex() could be as simple as
2349
+ // elements.sort(function(a, b) { return a.tabIndex - b.tabIndex; });
2350
+ // at this time Chrome does not use a stable sorting algorithm
2351
+ // see http://blog.rodneyrehm.de/archives/14-Sorting-Were-Doing-It-Wrong.html#stability
2352
+ // NOTE: compareDocumentPosition seemed like more overhead than just sorting this with buckets
2353
+ // https://developer.mozilla.org/docs/Web/API/Node.compareDocumentPosition
2354
+ var map = {};
2355
+ var indexes = [];
2356
+ var normal = elements.filter(function(element) {
2357
+ // in Trident and Gecko SVGElement does not know about the tabIndex property
2358
+ var tabIndex = element.tabIndex;
2359
+ if (tabIndex === undefined) {
2360
+ tabIndex = tabindexValue(element);
2361
+ }
2362
+ // extract elements that don't need sorting
2363
+ if (tabIndex <= 0 || tabIndex === null || tabIndex === undefined) {
2364
+ return true;
2365
+ }
2366
+ if (!map[tabIndex]) {
2367
+ // create sortable bucket for dom-order-preservation of elements with the same tabIndex
2368
+ map[tabIndex] = [];
2369
+ // maintain a list of unique tabIndexes
2370
+ indexes.push(tabIndex);
2371
+ }
2372
+ // sort element into the proper bucket
2373
+ map[tabIndex].push(element);
2374
+ // element moved to sorting map, so not "normal" anymore
2375
+ return false;
2376
+ });
2377
+ // sort the tabindex ascending,
2378
+ // then resolve them to their appropriate buckets,
2379
+ // then flatten the array of arrays to an array
2380
+ var _elements = indexes.sort().map(function(tabIndex) {
2381
+ return map[tabIndex];
2382
+ }).reduceRight(function(previous, current) {
2383
+ return current.concat(previous);
2384
+ }, normal);
2385
+ return _elements;
2386
+ }
2387
+ var supports$8 = void 0;
2388
+ function moveContextToBeginning(elements, context) {
2389
+ var pos = elements.indexOf(context);
2390
+ if (pos > 0) {
2391
+ var tmp = elements.splice(pos, 1);
2392
+ return tmp.concat(elements);
2393
+ }
2394
+ return elements;
2395
+ }
2396
+ function sortElements(elements, _context) {
2397
+ if (supports$8.tabsequenceAreaAtImgPosition) {
2398
+ // Some browsers sort <area> in DOM order, some place the <area>s
2399
+ // where the <img> referecing them would've been in DOM order.
2400
+ // https://github.com/medialize/ally.js/issues/5
2401
+ elements = sortArea(elements, _context);
2402
+ }
2403
+ elements = sortTabindex(elements);
2404
+ return elements;
2405
+ }
2406
+ function queryTabsequence() {
2407
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, context = _ref.context, includeContext = _ref.includeContext, includeOnlyTabbable = _ref.includeOnlyTabbable, strategy = _ref.strategy;
2408
+ if (!supports$8) {
2409
+ supports$8 = _supports();
2410
+ }
2411
+ var _context = nodeArray(context)[0] || document.documentElement;
2412
+ var elements = queryTabbable({
2413
+ context: _context,
2414
+ includeContext: includeContext,
2415
+ includeOnlyTabbable: includeOnlyTabbable,
2416
+ strategy: strategy
2417
+ });
2418
+ if (document.body.createShadowRoot && platform.is.BLINK) {
2419
+ // sort tabindex localized to shadow dom
2420
+ // see https://github.com/medialize/ally.js/issues/6
2421
+ elements = sortShadowed(elements, _context, sortElements);
2422
+ } else {
2423
+ elements = sortElements(elements, _context);
2424
+ }
2425
+ if (includeContext) {
2426
+ // if we include the context itself, it has to be the first
2427
+ // element of the sequence
2428
+ elements = moveContextToBeginning(elements, _context);
2429
+ }
2430
+ return elements;
2431
+ }
2432
+ // codes mostly cloned from https://github.com/keithamus/jwerty/blob/master/jwerty.js
2433
+ // deliberately not exposing characters like <,.-#* because they vary *wildly*
2434
+ // across keyboard layouts and may cause various problems
2435
+ // (e.g. "*" is "Shift +" on a German Mac keyboard)
2436
+ // (e.g. "@" is "Alt L" on a German Mac keyboard)
2437
+ var keycode = {
2438
+ // Element Focus
2439
+ tab: 9,
2440
+ // Navigation
2441
+ left: 37,
2442
+ up: 38,
2443
+ right: 39,
2444
+ down: 40,
2445
+ pageUp: 33,
2446
+ "page-up": 33,
2447
+ pageDown: 34,
2448
+ "page-down": 34,
2449
+ end: 35,
2450
+ home: 36,
2451
+ // Action
2452
+ enter: 13,
2453
+ escape: 27,
2454
+ space: 32,
2455
+ // Modifier
2456
+ shift: 16,
2457
+ capsLock: 20,
2458
+ "caps-lock": 20,
2459
+ ctrl: 17,
2460
+ alt: 18,
2461
+ meta: 91,
2462
+ // in firefox: 224
2463
+ // on mac (chrome): meta-left=91, meta-right=93
2464
+ // on win (IE11): meta-left=91, meta-right=92
2465
+ pause: 19,
2466
+ // Content Manipulation
2467
+ insert: 45,
2468
+ delete: 46,
2469
+ backspace: 8,
2470
+ // the same logical key may be identified through different keyCodes
2471
+ _alias: {
2472
+ 91: [
2473
+ 92,
2474
+ 93,
2475
+ 224
2476
+ ]
2477
+ }
2478
+ };
2479
+ // Function keys (112 - 137)
2480
+ // NOTE: not every keyboard knows F13+
2481
+ for(var n = 1; n < 26; n++){
2482
+ keycode["f" + n] = n + 111;
2483
+ }
2484
+ // Number keys (48-57, numpad 96-105)
2485
+ // NOTE: not every keyboard knows num-0+
2486
+ for(var _n = 0; _n < 10; _n++){
2487
+ var code = _n + 48;
2488
+ var numCode = _n + 96;
2489
+ keycode[_n] = code;
2490
+ keycode["num-" + _n] = numCode;
2491
+ keycode._alias[code] = [
2492
+ numCode
2493
+ ];
2494
+ }
2495
+ // Latin characters (65 - 90)
2496
+ for(var _n2 = 0; _n2 < 26; _n2++){
2497
+ var _code = _n2 + 65;
2498
+ var name$1 = String.fromCharCode(_code).toLowerCase();
2499
+ keycode[name$1] = _code;
2500
+ }
2501
+ var modifier = {
2502
+ alt: "altKey",
2503
+ ctrl: "ctrlKey",
2504
+ meta: "metaKey",
2505
+ shift: "shiftKey"
2506
+ };
2507
+ var modifierSequence = Object.keys(modifier).map(function(name) {
2508
+ return modifier[name];
2509
+ });
2510
+ function createExpectedModifiers(ignoreModifiers) {
2511
+ var value = ignoreModifiers ? null : false;
2512
+ return {
2513
+ altKey: value,
2514
+ ctrlKey: value,
2515
+ metaKey: value,
2516
+ shiftKey: value
2517
+ };
2518
+ }
2519
+ function resolveModifiers(modifiers) {
2520
+ var ignoreModifiers = modifiers.indexOf("*") !== -1;
2521
+ var expected = createExpectedModifiers(ignoreModifiers);
2522
+ modifiers.forEach(function(token) {
2523
+ if (token === "*") {
2524
+ // we've already covered the all-in operator
2525
+ return;
2526
+ }
2527
+ // we want the modifier pressed
2528
+ var value = true;
2529
+ var operator = token.slice(0, 1);
2530
+ if (operator === "?") {
2531
+ // we don't care if the modifier is pressed
2532
+ value = null;
2533
+ } else if (operator === "!") {
2534
+ // we do not want the modifier pressed
2535
+ value = false;
2536
+ }
2537
+ if (value !== true) {
2538
+ // compensate for the modifier's operator
2539
+ token = token.slice(1);
2540
+ }
2541
+ var propertyName = modifier[token];
2542
+ if (!propertyName) {
2543
+ throw new TypeError('Unknown modifier "' + token + '"');
2544
+ }
2545
+ expected[propertyName] = value;
2546
+ });
2547
+ return expected;
2548
+ }
2549
+ function resolveKey(key) {
2550
+ var code = keycode[key] || parseInt(key, 10);
2551
+ if (!code || typeof code !== "number" || isNaN(code)) {
2552
+ throw new TypeError('Unknown key "' + key + '"');
2553
+ }
2554
+ return [
2555
+ code
2556
+ ].concat(keycode._alias[code] || []);
2557
+ }
2558
+ function matchModifiers(expected, event) {
2559
+ // returns true on match
2560
+ return !modifierSequence.some(function(prop) {
2561
+ // returns true on mismatch
2562
+ return typeof expected[prop] === "boolean" && Boolean(event[prop]) !== expected[prop];
2563
+ });
2564
+ }
2565
+ function keyBinding(text) {
2566
+ return text.split(/\s+/).map(function(_text) {
2567
+ var tokens = _text.split("+");
2568
+ var _modifiers = resolveModifiers(tokens.slice(0, -1));
2569
+ var _keyCodes = resolveKey(tokens.slice(-1));
2570
+ return {
2571
+ keyCodes: _keyCodes,
2572
+ modifiers: _modifiers,
2573
+ matchModifiers: matchModifiers.bind(null, _modifiers)
2574
+ };
2575
+ });
2576
+ }
2577
+ // Node.compareDocumentPosition is available since IE9
2578
+ // see https://developer.mozilla.org/docs/Web/API/Node.compareDocumentPosition
2579
+ // callback returns true when element is contained by parent or is the parent suited for use with Array.some()
2580
+ /*
2581
+ USAGE:
2582
+ var isChildOf = getParentComparator({parent: someNode});
2583
+ listOfElements.some(isChildOf)
2584
+ */ function getParentComparator() {
2585
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, parent = _ref.parent, element = _ref.element, includeSelf = _ref.includeSelf;
2586
+ if (parent) {
2587
+ return function isChildOf(node) {
2588
+ return Boolean(includeSelf && node === parent || parent.compareDocumentPosition(node) & Node.DOCUMENT_POSITION_CONTAINED_BY);
2589
+ };
2590
+ } else if (element) {
2591
+ return function isParentOf(node) {
2592
+ return Boolean(includeSelf && element === node || node.compareDocumentPosition(element) & Node.DOCUMENT_POSITION_CONTAINED_BY);
2593
+ };
2594
+ }
2595
+ throw new TypeError("util/compare-position#getParentComparator required either options.parent or options.element");
2596
+ }
2597
+ // Bug 286933 - Key events in the autocomplete popup should be hidden from page scripts
2598
+ // @browser-issue Gecko https://bugzilla.mozilla.org/show_bug.cgi?id=286933
2599
+ function whenKey() {
2600
+ var map = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
2601
+ var bindings = {};
2602
+ var context = nodeArray(map.context)[0] || document.documentElement;
2603
+ delete map.context;
2604
+ var filter = nodeArray(map.filter);
2605
+ delete map.filter;
2606
+ var mapKeys = Object.keys(map);
2607
+ if (!mapKeys.length) {
2608
+ throw new TypeError("when/key requires at least one option key");
2609
+ }
2610
+ var registerBinding = function registerBinding(event) {
2611
+ event.keyCodes.forEach(function(code) {
2612
+ if (!bindings[code]) {
2613
+ bindings[code] = [];
2614
+ }
2615
+ bindings[code].push(event);
2616
+ });
2617
+ };
2618
+ mapKeys.forEach(function(text) {
2619
+ if (typeof map[text] !== "function") {
2620
+ throw new TypeError('when/key requires option["' + text + '"] to be a function');
2621
+ }
2622
+ var addCallback = function addCallback(event) {
2623
+ event.callback = map[text];
2624
+ return event;
2625
+ };
2626
+ keyBinding(text).map(addCallback).forEach(registerBinding);
2627
+ });
2628
+ var handleKeyDown = function handleKeyDown(event) {
2629
+ if (event.defaultPrevented) {
2630
+ return;
2631
+ }
2632
+ if (filter.length) {
2633
+ // ignore elements within the exempted sub-trees
2634
+ var isParentOfElement = getParentComparator({
2635
+ element: event.target,
2636
+ includeSelf: true
2637
+ });
2638
+ if (filter.some(isParentOfElement)) {
2639
+ return;
2640
+ }
2641
+ }
2642
+ var key = event.keyCode || event.which;
2643
+ if (!bindings[key]) {
2644
+ return;
2645
+ }
2646
+ bindings[key].forEach(function(_event) {
2647
+ if (!_event.matchModifiers(event)) {
2648
+ return;
2649
+ }
2650
+ _event.callback.call(context, event, disengage);
2651
+ });
2652
+ };
2653
+ context.addEventListener("keydown", handleKeyDown, false);
2654
+ var disengage = function disengage() {
2655
+ context.removeEventListener("keydown", handleKeyDown, false);
2656
+ };
2657
+ return {
2658
+ disengage: disengage
2659
+ };
2660
+ }
2661
+ function _default(param) {
2662
+ let { context } = param === void 0 ? {} : param;
2663
+ if (!context) {
2664
+ context = document.documentElement;
2665
+ }
2666
+ // Make sure the supports tests are run before intercepting the Tab key,
2667
+ // or IE10 and IE11 will fail to process the first Tab key event. Not
2668
+ // limiting this warm-up to IE because it may be a problem elsewhere, too.
2669
+ queryTabsequence();
2670
+ return whenKey({
2671
+ // Safari on OSX may require ALT+TAB to reach links,
2672
+ // see https://github.com/medialize/ally.js/issues/146
2673
+ "?alt+?shift+tab": function altShiftTab(event) {
2674
+ // we're completely taking over the Tab key handling
2675
+ event.preventDefault();
2676
+ var sequence = queryTabsequence({
2677
+ context: context
2678
+ });
2679
+ var backward = event.shiftKey;
2680
+ var first = sequence[0];
2681
+ var last = sequence[sequence.length - 1];
2682
+ // wrap around first to last, last to first
2683
+ var source = backward ? first : last;
2684
+ var target = backward ? last : first;
2685
+ if (isActiveElement(source)) {
2686
+ target.focus();
2687
+ return;
2688
+ }
2689
+ // find current position in tabsequence
2690
+ var currentIndex = void 0;
2691
+ var found = sequence.some(function(element, index) {
2692
+ if (!isActiveElement(element)) {
2693
+ return false;
2694
+ }
2695
+ currentIndex = index;
2696
+ return true;
2697
+ });
2698
+ if (!found) {
2699
+ // redirect to first as we're not in our tabsequence
2700
+ first.focus();
2701
+ return;
2702
+ }
2703
+ // shift focus to previous/next element in the sequence
2704
+ var offset = backward ? -1 : 1;
2705
+ sequence[currentIndex + offset].focus();
2706
+ }
2707
+ });
2708
+ }
2709
+
2710
+ if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
2711
+ Object.defineProperty(exports.default, '__esModule', { value: true });
2712
+ Object.assign(exports.default, exports);
2713
+ module.exports = exports.default;
2714
+ }
2715
+
2716
+ //# sourceMappingURL=maintain--tab-focus.js.map