bangonit 0.3.1 → 0.3.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 (1813) hide show
  1. package/README.md +83 -4
  2. package/app/webapp/.next/standalone/app/webapp/.next/BUILD_ID +1 -0
  3. package/app/webapp/.next/{app-build-manifest.json → standalone/app/webapp/.next/app-build-manifest.json} +6 -6
  4. package/app/webapp/.next/standalone/app/webapp/.next/app-path-routes-manifest.json +1 -0
  5. package/app/webapp/.next/{build-manifest.json → standalone/app/webapp/.next/build-manifest.json} +2 -2
  6. package/app/webapp/.next/{prerender-manifest.json → standalone/app/webapp/.next/prerender-manifest.json} +1 -1
  7. package/app/webapp/.next/standalone/app/webapp/.next/required-server-files.json +1 -0
  8. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/_not-found/page.js +1 -1
  9. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/_not-found.html +1 -1
  10. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/_not-found.rsc +1 -1
  11. package/app/webapp/.next/standalone/app/webapp/.next/server/app/api/chat/route.js +1 -0
  12. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/api/screenshot/route.js +1 -1
  13. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/app/page.js +2 -2
  14. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/app.html +1 -1
  15. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/app.rsc +1 -1
  16. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/index.html +1 -1
  17. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/index.rsc +1 -1
  18. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/page.js +1 -1
  19. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app-paths-manifest.json +1 -1
  20. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/pages/404.html +1 -1
  21. package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/pages/500.html +1 -1
  22. package/app/webapp/.next/standalone/app/webapp/.next/server/server-reference-manifest.json +1 -0
  23. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/02d30405-01bdf403629d0188.js +1 -0
  24. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/1dd3208c-2143388ffa327752.js +1 -0
  25. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/528-31e5ce0646826d75.js +2 -0
  26. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/631-0edca788fa58159b.js +36 -0
  27. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/app/_not-found/page-655fd05e2bb4ddca.js +1 -0
  28. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/app/app/page-0e096497dcb81dae.js +1 -0
  29. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/app/layout-57acb80d8da0067a.js +1 -0
  30. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/app/page-1f82fbf792d529fd.js +1 -0
  31. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/framework-3664cab31236a9fa.js +1 -0
  32. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/main-7b05b3530a4fe793.js +1 -0
  33. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/main-app-106dd83f859b9dfa.js +1 -0
  34. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/pages/_app-10a93ab5b7c32eb3.js +1 -0
  35. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/pages/_error-2d792b2a41857be4.js +1 -0
  36. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  37. package/app/webapp/.next/standalone/app/webapp/.next/static/chunks/webpack-9e4fd47eb2c72de4.js +1 -0
  38. package/app/webapp/.next/standalone/app/webapp/.next/static/css/38219627f55424f2.css +5 -0
  39. package/app/webapp/.next/standalone/app/webapp/package.json +36 -0
  40. package/app/webapp/.next/standalone/app/webapp/server.js +38 -0
  41. package/app/webapp/.next/standalone/node_modules/@next/env/dist/index.js +1 -0
  42. package/app/webapp/.next/standalone/node_modules/@next/env/package.json +36 -0
  43. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/api/context.js +81 -0
  44. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/api/diag.js +93 -0
  45. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/api/metrics.js +61 -0
  46. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/api/propagation.js +89 -0
  47. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/api/trace.js +79 -0
  48. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js +63 -0
  49. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js +55 -0
  50. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js +23 -0
  51. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/baggage/utils.js +51 -0
  52. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js +38 -0
  53. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/context/context.js +55 -0
  54. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/context-api.js +24 -0
  55. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js +59 -0
  56. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js +57 -0
  57. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js +45 -0
  58. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/diag/types.js +44 -0
  59. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/diag-api.js +29 -0
  60. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/index.js +81 -0
  61. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/internal/global-utils.js +64 -0
  62. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/internal/semver.js +122 -0
  63. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics/Metric.js +25 -0
  64. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js +127 -0
  65. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js +31 -0
  66. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/metrics-api.js +24 -0
  67. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/platform/index.js +29 -0
  68. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js +22 -0
  69. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/platform/node/index.js +29 -0
  70. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js +34 -0
  71. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js +41 -0
  72. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/propagation-api.js +24 -0
  73. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js +69 -0
  74. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js +75 -0
  75. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js +32 -0
  76. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js +55 -0
  77. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js +54 -0
  78. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js +42 -0
  79. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/context-utils.js +82 -0
  80. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js +103 -0
  81. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js +46 -0
  82. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/internal/utils.js +24 -0
  83. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js +27 -0
  84. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/span_kind.js +46 -0
  85. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js +49 -0
  86. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/status.js +23 -0
  87. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace/trace_flags.js +26 -0
  88. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/trace-api.js +24 -0
  89. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/build/src/version.js +21 -0
  90. package/app/webapp/.next/standalone/node_modules/@opentelemetry/api/package.json +113 -0
  91. package/app/webapp/.next/standalone/node_modules/@swc/helpers/_/_interop_require_default/package.json +4 -0
  92. package/app/webapp/.next/standalone/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +4 -0
  93. package/app/webapp/.next/standalone/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json +4 -0
  94. package/app/webapp/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
  95. package/app/webapp/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
  96. package/app/webapp/.next/standalone/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs +10 -0
  97. package/app/webapp/.next/standalone/node_modules/@swc/helpers/package.json +452 -0
  98. package/app/webapp/.next/standalone/node_modules/busboy/lib/index.js +57 -0
  99. package/app/webapp/.next/standalone/node_modules/busboy/lib/types/multipart.js +653 -0
  100. package/app/webapp/.next/standalone/node_modules/busboy/lib/types/urlencoded.js +350 -0
  101. package/app/webapp/.next/standalone/node_modules/busboy/lib/utils.js +596 -0
  102. package/app/webapp/.next/standalone/node_modules/busboy/package.json +22 -0
  103. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/agents.js +1 -0
  104. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  105. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/browsers.js +1 -0
  106. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/aac.js +1 -0
  107. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  108. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  109. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  110. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  111. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  112. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  113. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/apng.js +1 -0
  114. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  115. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  116. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  117. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  118. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  119. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  120. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  121. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  122. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  123. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  124. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/audio.js +1 -0
  125. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  126. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  127. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  128. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/av1.js +1 -0
  129. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/avif.js +1 -0
  130. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  131. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  132. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  133. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  134. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  135. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  136. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  137. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  138. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  139. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  140. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  141. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  142. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  143. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  144. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  145. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  146. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/calc.js +1 -0
  147. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  148. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  149. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  150. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  151. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  152. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  153. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  154. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  155. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  156. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  157. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  158. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/colr.js +1 -0
  159. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  160. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  161. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  162. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/const.js +1 -0
  163. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  164. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  165. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  166. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  167. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  168. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/cors.js +1 -0
  169. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  170. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  171. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
  172. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  173. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  174. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  175. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  176. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  177. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  178. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  179. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  180. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  181. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  182. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  183. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  184. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  185. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  186. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  187. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  188. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  189. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  190. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  191. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  192. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  193. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  194. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  195. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  196. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  197. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  198. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  199. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  200. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  201. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  202. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  203. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  204. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  205. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  206. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  207. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  208. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  209. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  210. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  211. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  212. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  213. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  214. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  215. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  216. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  217. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  218. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  219. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  220. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  221. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  222. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  223. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  224. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  225. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -0
  226. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  227. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  228. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  229. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  230. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-if.js +1 -0
  231. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  232. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  233. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  234. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  235. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  236. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  237. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  238. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  239. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  240. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  241. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  242. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  243. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  244. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  245. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  246. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  247. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  248. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  249. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  250. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  251. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
  252. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  253. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  254. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  255. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  256. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  257. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  258. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  259. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  260. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  261. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  262. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  263. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  264. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  265. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  266. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  267. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  268. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  269. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  270. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  271. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  272. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  273. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  274. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  275. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  276. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  277. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  278. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  279. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  280. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  281. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  282. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  283. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  284. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  285. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  286. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  287. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  288. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  289. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  290. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  291. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  292. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  293. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  294. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  295. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  296. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  297. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  298. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  299. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  300. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  301. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  302. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  303. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  304. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  305. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  306. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  307. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  308. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  309. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  310. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  311. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  312. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  313. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  314. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  315. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  316. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  317. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  318. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/customizable-select.js +1 -0
  319. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  320. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  321. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  322. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  323. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  324. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  325. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/details.js +1 -0
  326. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  327. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  328. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  329. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  330. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  331. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  332. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  333. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  334. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  335. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  336. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  337. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  338. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  339. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  340. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  341. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  342. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/download.js +1 -0
  343. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  344. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  345. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  346. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  347. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/eme.js +1 -0
  348. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/eot.js +1 -0
  349. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/es5.js +1 -0
  350. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  351. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  352. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  353. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  354. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  355. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  356. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/es6.js +1 -0
  357. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  358. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  359. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  360. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  361. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  362. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  363. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  364. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  365. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  366. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/flac.js +1 -0
  367. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  368. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  369. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  370. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  371. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  372. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  373. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  374. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  375. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  376. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  377. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  378. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  379. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  380. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  381. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  382. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  383. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  384. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/forms.js +1 -0
  385. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  386. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  387. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  388. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  389. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  390. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  391. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  392. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  393. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  394. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  395. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/heif.js +1 -0
  396. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  397. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  398. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  399. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/history.js +1 -0
  400. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  401. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  402. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  403. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/http2.js +1 -0
  404. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/http3.js +1 -0
  405. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  406. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  407. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  408. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  409. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ime.js +1 -0
  410. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  411. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  412. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/imports.js +1 -0
  413. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  414. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  415. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  416. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  417. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  418. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  419. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  420. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  421. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  422. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  423. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  424. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  425. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  426. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  427. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  428. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  429. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  430. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  431. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  432. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  433. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  434. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  435. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  436. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  437. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  438. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  439. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  440. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  441. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  442. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  443. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  444. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  445. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/json.js +1 -0
  446. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  447. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  448. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  449. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  450. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  451. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  452. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  453. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  454. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  455. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/let.js +1 -0
  456. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  457. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  458. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  459. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  460. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  461. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  462. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  463. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  464. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  465. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/loading-lazy-media.js +1 -0
  466. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  467. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  468. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  469. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  470. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  471. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  472. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  473. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  474. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  475. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  476. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  477. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  478. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  479. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  480. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  481. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  482. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  483. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  484. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/menu.js +1 -0
  485. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  486. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/meter.js +1 -0
  487. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/midi.js +1 -0
  488. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  489. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  490. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  491. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  492. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  493. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  494. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  495. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  496. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  497. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  498. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  499. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  500. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  501. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  502. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  503. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  504. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  505. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  506. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  507. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  508. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  509. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  510. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  511. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  512. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  513. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/opus.js +1 -0
  514. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  515. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/outline.js +1 -0
  516. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  517. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  518. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  519. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  520. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  521. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  522. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  523. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  524. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  525. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  526. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  527. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  528. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/picture.js +1 -0
  529. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ping.js +1 -0
  530. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  531. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  532. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  533. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  534. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/portals.js +1 -0
  535. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  536. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  537. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/progress.js +1 -0
  538. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  539. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/promises.js +1 -0
  540. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  541. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  542. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  543. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  544. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  545. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  546. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  547. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  548. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  549. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  550. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  551. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/rem.js +1 -0
  552. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  553. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  554. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  555. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  556. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  557. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  558. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  559. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  560. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  561. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  562. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  563. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  564. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  565. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  566. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  567. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  568. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  569. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  570. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  571. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  572. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  573. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  574. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  575. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/sni.js +1 -0
  576. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  577. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  578. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  579. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  580. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  581. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  582. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/stream.js +1 -0
  583. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/streams.js +1 -0
  584. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  585. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  586. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  587. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  588. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  589. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  590. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  591. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  592. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  593. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  594. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  595. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  596. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/svg.js +1 -0
  597. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  598. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  599. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  600. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/template.js +1 -0
  601. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  602. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  603. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  604. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  605. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  606. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  607. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  608. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  609. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  610. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  611. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  612. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  613. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/touch.js +1 -0
  614. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  615. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  616. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  617. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  618. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  619. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  620. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  621. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  622. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  623. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/url.js +1 -0
  624. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  625. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  626. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  627. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  628. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  629. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  630. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  631. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/video.js +1 -0
  632. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  633. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  634. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  635. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  636. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  637. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  638. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
  639. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
  640. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
  641. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
  642. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
  643. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
  644. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
  645. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
  646. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
  647. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
  648. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
  649. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
  650. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
  651. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
  652. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  653. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wav.js +1 -0
  654. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  655. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  656. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  657. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  658. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  659. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  660. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  661. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  662. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  663. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  664. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  665. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  666. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  667. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webm.js +1 -0
  668. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  669. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webp.js +1 -0
  670. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  671. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  672. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  673. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  674. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  675. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  676. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  677. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  678. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/woff.js +1 -0
  679. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  680. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  681. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  682. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  683. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  684. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  685. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  686. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  687. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  688. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  689. package/app/webapp/.next/standalone/node_modules/caniuse-lite/data/features.js +1 -0
  690. package/app/webapp/.next/standalone/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  691. package/app/webapp/.next/standalone/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  692. package/app/webapp/.next/standalone/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  693. package/app/webapp/.next/standalone/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  694. package/app/webapp/.next/standalone/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  695. package/app/webapp/.next/standalone/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  696. package/app/webapp/.next/standalone/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  697. package/app/webapp/.next/standalone/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  698. package/app/webapp/.next/standalone/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  699. package/app/webapp/.next/standalone/node_modules/caniuse-lite/package.json +34 -0
  700. package/app/webapp/.next/standalone/node_modules/client-only/index.js +0 -0
  701. package/app/webapp/.next/standalone/node_modules/client-only/package.json +19 -0
  702. package/app/webapp/.next/standalone/node_modules/graceful-fs/clone.js +23 -0
  703. package/app/webapp/.next/standalone/node_modules/graceful-fs/graceful-fs.js +448 -0
  704. package/app/webapp/.next/standalone/node_modules/graceful-fs/legacy-streams.js +118 -0
  705. package/app/webapp/.next/standalone/node_modules/graceful-fs/package.json +53 -0
  706. package/app/webapp/.next/standalone/node_modules/graceful-fs/polyfills.js +355 -0
  707. package/app/webapp/.next/standalone/node_modules/nanoid/non-secure/index.cjs +34 -0
  708. package/app/webapp/.next/standalone/node_modules/nanoid/non-secure/package.json +6 -0
  709. package/app/webapp/.next/standalone/node_modules/nanoid/package.json +89 -0
  710. package/app/webapp/.next/standalone/node_modules/next/dist/build/analysis/extract-const-value.js +200 -0
  711. package/app/webapp/.next/standalone/node_modules/next/dist/build/analysis/get-page-static-info.js +496 -0
  712. package/app/webapp/.next/standalone/node_modules/next/dist/build/analysis/parse-module.js +27 -0
  713. package/app/webapp/.next/standalone/node_modules/next/dist/build/babel/loader/get-config.js +335 -0
  714. package/app/webapp/.next/standalone/node_modules/next/dist/build/babel/loader/index.js +38 -0
  715. package/app/webapp/.next/standalone/node_modules/next/dist/build/babel/loader/transform.js +97 -0
  716. package/app/webapp/.next/standalone/node_modules/next/dist/build/babel/loader/util.js +20 -0
  717. package/app/webapp/.next/standalone/node_modules/next/dist/build/babel/plugins/commonjs.js +42 -0
  718. package/app/webapp/.next/standalone/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +32 -0
  719. package/app/webapp/.next/standalone/node_modules/next/dist/build/babel/plugins/next-page-config.js +116 -0
  720. package/app/webapp/.next/standalone/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +25 -0
  721. package/app/webapp/.next/standalone/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +328 -0
  722. package/app/webapp/.next/standalone/node_modules/next/dist/build/build-context.js +58 -0
  723. package/app/webapp/.next/standalone/node_modules/next/dist/build/create-compiler-aliases.js +281 -0
  724. package/app/webapp/.next/standalone/node_modules/next/dist/build/deployment-id.js +18 -0
  725. package/app/webapp/.next/standalone/node_modules/next/dist/build/entries.js +624 -0
  726. package/app/webapp/.next/standalone/node_modules/next/dist/build/get-babel-config-file.js +35 -0
  727. package/app/webapp/.next/standalone/node_modules/next/dist/build/handle-externals.js +280 -0
  728. package/app/webapp/.next/standalone/node_modules/next/dist/build/load-entrypoint.js +128 -0
  729. package/app/webapp/.next/standalone/node_modules/next/dist/build/load-jsconfig.js +144 -0
  730. package/app/webapp/.next/standalone/node_modules/next/dist/build/normalize-catchall-routes.js +76 -0
  731. package/app/webapp/.next/standalone/node_modules/next/dist/build/output/index.js +295 -0
  732. package/app/webapp/.next/standalone/node_modules/next/dist/build/output/log.js +115 -0
  733. package/app/webapp/.next/standalone/node_modules/next/dist/build/output/store.js +214 -0
  734. package/app/webapp/.next/standalone/node_modules/next/dist/build/polyfills/fetch/index.js +6 -0
  735. package/app/webapp/.next/standalone/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +7 -0
  736. package/app/webapp/.next/standalone/node_modules/next/dist/build/polyfills/object-assign.js +6 -0
  737. package/app/webapp/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/auto.js +4 -0
  738. package/app/webapp/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/implementation.js +4 -0
  739. package/app/webapp/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +6 -0
  740. package/app/webapp/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/shim.js +6 -0
  741. package/app/webapp/.next/standalone/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +1 -0
  742. package/app/webapp/.next/standalone/node_modules/next/dist/build/polyfills/process.js +5 -0
  743. package/app/webapp/.next/standalone/node_modules/next/dist/build/swc/index.js +975 -0
  744. package/app/webapp/.next/standalone/node_modules/next/dist/build/swc/options.js +357 -0
  745. package/app/webapp/.next/standalone/node_modules/next/dist/build/utils.js +1584 -0
  746. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/base.js +58 -0
  747. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/index.js +568 -0
  748. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +47 -0
  749. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +21 -0
  750. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +37 -0
  751. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +62 -0
  752. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +22 -0
  753. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +84 -0
  754. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +62 -0
  755. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +45 -0
  756. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +162 -0
  757. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/images/index.js +42 -0
  758. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +16 -0
  759. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/helpers.js +78 -0
  760. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/index.js +46 -0
  761. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/config/utils.js +13 -0
  762. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +32 -0
  763. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +89 -0
  764. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +269 -0
  765. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +36 -0
  766. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +107 -0
  767. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +207 -0
  768. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +327 -0
  769. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +91 -0
  770. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +26 -0
  771. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +463 -0
  772. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +15 -0
  773. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +156 -0
  774. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +27 -0
  775. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +17 -0
  776. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +410 -0
  777. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +90 -0
  778. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +58 -0
  779. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +52 -0
  780. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +120 -0
  781. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +59 -0
  782. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +129 -0
  783. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +40 -0
  784. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +35 -0
  785. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +117 -0
  786. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +89 -0
  787. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +100 -0
  788. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +70 -0
  789. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +186 -0
  790. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +90 -0
  791. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +99 -0
  792. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/loaders/utils.js +117 -0
  793. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.js +66 -0
  794. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +235 -0
  795. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +67 -0
  796. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +277 -0
  797. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +90 -0
  798. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/define-env-plugin.js +174 -0
  799. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +694 -0
  800. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +351 -0
  801. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/font-stylesheet-gathering-plugin.js +224 -0
  802. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +219 -0
  803. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +114 -0
  804. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +558 -0
  805. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +25 -0
  806. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js +85 -0
  807. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +120 -0
  808. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +524 -0
  809. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +556 -0
  810. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +14 -0
  811. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +123 -0
  812. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +45 -0
  813. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +146 -0
  814. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +284 -0
  815. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +149 -0
  816. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +58 -0
  817. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/telemetry-plugin.js +173 -0
  818. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/terser-webpack-plugin/src/index.js +273 -0
  819. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +89 -0
  820. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +43 -0
  821. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +19 -0
  822. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +29 -0
  823. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +29 -0
  824. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +25 -0
  825. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +33 -0
  826. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +26 -0
  827. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +150 -0
  828. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseRSC.js +97 -0
  829. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +42 -0
  830. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +18 -0
  831. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +143 -0
  832. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/stringify-request.js +15 -0
  833. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack/utils.js +97 -0
  834. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack-config-rules/resolve.js +58 -0
  835. package/app/webapp/.next/standalone/node_modules/next/dist/build/webpack-config.js +2026 -0
  836. package/app/webapp/.next/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
  837. package/app/webapp/.next/standalone/node_modules/next/dist/client/add-locale.js +28 -0
  838. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/action-async-storage-instance.js +20 -0
  839. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/action-async-storage.external.js +20 -0
  840. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/app-router-headers.js +77 -0
  841. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/async-local-storage.js +44 -0
  842. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/bailout-to-client-rendering.js +25 -0
  843. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/dev-root-not-found-boundary.js +50 -0
  844. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/hooks-server-context.js +44 -0
  845. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/match-segments.js +52 -0
  846. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/navigation.js +268 -0
  847. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/navigation.react-server.js +63 -0
  848. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/noop-head.js +21 -0
  849. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/not-found-boundary.js +107 -0
  850. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/not-found-error.js +96 -0
  851. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/not-found.js +43 -0
  852. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/parallel-route-default.js +35 -0
  853. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js +120 -0
  854. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js +19 -0
  855. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js +30 -0
  856. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js +86 -0
  857. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js +29 -0
  858. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js +29 -0
  859. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js +29 -0
  860. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js +47 -0
  861. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js +30 -0
  862. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js +178 -0
  863. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js +32 -0
  864. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js +30 -0
  865. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js +62 -0
  866. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js +62 -0
  867. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js +19 -0
  868. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js +2716 -0
  869. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js +30 -0
  870. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js +42 -0
  871. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js +67 -0
  872. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js +108 -0
  873. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js +19 -0
  874. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js +30 -0
  875. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js +36 -0
  876. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js +32 -0
  877. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js +30 -0
  878. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js +104 -0
  879. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js +32 -0
  880. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js +30 -0
  881. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js +74 -0
  882. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js +99 -0
  883. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js +339 -0
  884. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js +81 -0
  885. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js +62 -0
  886. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js +186 -0
  887. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js +126 -0
  888. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js +164 -0
  889. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js +47 -0
  890. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getRawSourceMap.js +44 -0
  891. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getSourceMapUrl.js +33 -0
  892. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js +36 -0
  893. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js +77 -0
  894. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js +404 -0
  895. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js +75 -0
  896. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js +25 -0
  897. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js +98 -0
  898. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js +37 -0
  899. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js +145 -0
  900. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js +37 -0
  901. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js +44 -0
  902. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js +46 -0
  903. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js +43 -0
  904. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js +135 -0
  905. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js +37 -0
  906. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js +55 -0
  907. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js +37 -0
  908. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js +56 -0
  909. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js +82 -0
  910. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js +70 -0
  911. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js +172 -0
  912. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-turbopack.js +124 -0
  913. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/middleware.js +263 -0
  914. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/shared.js +103 -0
  915. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/shared.js +187 -0
  916. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
  917. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/redirect.js +115 -0
  918. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/request-async-storage-instance.js +20 -0
  919. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/request-async-storage.external.js +37 -0
  920. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +21 -0
  921. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/static-generation-async-storage-instance.js +20 -0
  922. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/static-generation-async-storage.external.js +20 -0
  923. package/app/webapp/.next/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +43 -0
  924. package/app/webapp/.next/standalone/node_modules/next/dist/client/detect-domain-locale.js +26 -0
  925. package/app/webapp/.next/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
  926. package/app/webapp/.next/standalone/node_modules/next/dist/client/head-manager.js +205 -0
  927. package/app/webapp/.next/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
  928. package/app/webapp/.next/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
  929. package/app/webapp/.next/standalone/node_modules/next/dist/client/remove-locale.js +28 -0
  930. package/app/webapp/.next/standalone/node_modules/next/dist/client/request-idle-callback.js +44 -0
  931. package/app/webapp/.next/standalone/node_modules/next/dist/client/resolve-href.js +79 -0
  932. package/app/webapp/.next/standalone/node_modules/next/dist/client/route-loader.js +319 -0
  933. package/app/webapp/.next/standalone/node_modules/next/dist/client/router.js +189 -0
  934. package/app/webapp/.next/standalone/node_modules/next/dist/client/script.js +357 -0
  935. package/app/webapp/.next/standalone/node_modules/next/dist/client/trusted-types.js +40 -0
  936. package/app/webapp/.next/standalone/node_modules/next/dist/client/with-router.js +37 -0
  937. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +336 -0
  938. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +1 -0
  939. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
  940. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +1 -0
  941. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
  942. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js.text.js +1 -0
  943. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
  944. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js.text.js +1 -0
  945. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
  946. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js.text.js +1 -0
  947. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
  948. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +251 -0
  949. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +1 -0
  950. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js.text.js +1 -0
  951. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
  952. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
  953. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
  954. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/package.json +1 -0
  955. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
  956. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +1 -0
  957. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
  958. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/package.json +1 -0
  959. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/constants.js +10 -0
  960. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/fontkit/index.js +1 -0
  961. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/format-available-values.js +9 -0
  962. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js +65 -0
  963. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/fetch-font-file.js +39 -0
  964. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/find-font-files-in-css.js +35 -0
  965. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/font-data.json +14483 -0
  966. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-fallback-font-override-metrics.js +53 -0
  967. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-font-axes.js +67 -0
  968. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-google-fonts-url.js +56 -0
  969. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-proxy-agent.js +24 -0
  970. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/google-fonts-metadata.js +8 -0
  971. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/loader.js +165 -0
  972. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/retry.js +19 -0
  973. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/sort-fonts-variant-values.js +27 -0
  974. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/validate-google-font-function-call.js +97 -0
  975. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/get-fallback-metrics-from-font-file.js +86 -0
  976. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/loader.js +75 -0
  977. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/pick-font-file-for-fallback-generation.js +86 -0
  978. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/validate-local-font-function-call.js +73 -0
  979. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/next-font-error.js +12 -0
  980. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/google/loader.js +1 -0
  981. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/local/loader.js +1 -0
  982. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/font/package.json +1 -0
  983. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js +130 -0
  984. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/ReactRefreshModule.runtime.js +69 -0
  985. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js +170 -0
  986. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/loader.js +21 -0
  987. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js +27 -0
  988. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
  989. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/package.json +1 -0
  990. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@vercel/nft/LICENSE +7 -0
  991. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@vercel/nft/index.js +24 -0
  992. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/@vercel/nft/package.json +1 -0
  993. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/acorn/acorn.js +1 -0
  994. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/acorn/package.json +1 -0
  995. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/amphtml-validator/index.js +17 -0
  996. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/amphtml-validator/package.json +1 -0
  997. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/anser/index.js +1 -0
  998. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/anser/package.json +1 -0
  999. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/assert/assert.js +7 -0
  1000. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/assert/package.json +1 -0
  1001. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
  1002. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/async-retry/package.json +1 -0
  1003. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
  1004. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/async-sema/package.json +1 -0
  1005. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/bundle.js +1871 -0
  1006. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/code-frame.js +1 -0
  1007. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-block-hoist-plugin.js +1 -0
  1008. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-config.js +1 -0
  1009. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-normalize-file.js +1 -0
  1010. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-normalize-opts.js +1 -0
  1011. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-plugin-pass.js +1 -0
  1012. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/core.js +1 -0
  1013. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/generator.js +1 -0
  1014. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/package.json +1 -0
  1015. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/parser.js +1 -0
  1016. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/plugin-transform-define.js +1 -0
  1017. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/plugin-transform-modules-commonjs.js +1 -0
  1018. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/traverse.js +1 -0
  1019. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel/types.js +1 -0
  1020. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel-packages/package.json +1 -0
  1021. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/babel-packages/packages-bundle.js +399 -0
  1022. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/browserify-zlib/index.js +1 -0
  1023. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/browserify-zlib/package.json +1 -0
  1024. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/browserslist/index.js +1 -0
  1025. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/browserslist/package.json +1 -0
  1026. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/buffer/index.js +9 -0
  1027. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/buffer/package.json +1 -0
  1028. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
  1029. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/bytes/package.json +1 -0
  1030. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
  1031. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/ci-info/package.json +1 -0
  1032. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
  1033. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/commander/package.json +1 -0
  1034. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
  1035. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/comment-json/package.json +1 -0
  1036. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/compression/index.js +51 -0
  1037. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/compression/package.json +1 -0
  1038. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
  1039. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/conf/package.json +1 -0
  1040. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/constants-browserify/constants.json +209 -0
  1041. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/constants-browserify/package.json +1 -0
  1042. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
  1043. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/content-disposition/package.json +1 -0
  1044. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
  1045. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/cookie/package.json +1 -0
  1046. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
  1047. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/cross-spawn/package.json +1 -0
  1048. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/crypto-browserify/index.js +3 -0
  1049. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/crypto-browserify/package.json +1 -0
  1050. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/css.escape/css.escape.js +1 -0
  1051. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/css.escape/package.json +1 -0
  1052. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/cssnano-simple/index.js +190 -0
  1053. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/data-uri-to-buffer/index.js +1 -0
  1054. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/data-uri-to-buffer/package.json +1 -0
  1055. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
  1056. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/debug/package.json +1 -0
  1057. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/devalue/devalue.umd.js +1 -0
  1058. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/devalue/package.json +1 -0
  1059. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/domain-browser/index.js +1 -0
  1060. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/domain-browser/package.json +1 -0
  1061. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
  1062. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/edge-runtime/package.json +1 -0
  1063. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/events/events.js +1 -0
  1064. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/events/package.json +1 -0
  1065. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
  1066. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/find-up/package.json +1 -0
  1067. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
  1068. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/fresh/package.json +1 -0
  1069. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/get-orientation/index.js +1 -0
  1070. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/get-orientation/package.json +1 -0
  1071. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/glob/glob.js +1 -0
  1072. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/glob/package.json +1 -0
  1073. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/gzip-size/index.js +1 -0
  1074. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/gzip-size/package.json +1 -0
  1075. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
  1076. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/http-proxy/package.json +1 -0
  1077. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/http-proxy-agent/index.js +1 -0
  1078. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/http-proxy-agent/package.json +1 -0
  1079. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/https-browserify/index.js +1 -0
  1080. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/https-browserify/package.json +1 -0
  1081. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/https-proxy-agent/index.js +1 -0
  1082. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/https-proxy-agent/package.json +1 -0
  1083. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/icss-utils/index.js +1 -0
  1084. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/icss-utils/package.json +1 -0
  1085. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/ignore-loader/index.js +1 -0
  1086. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/ignore-loader/package.json +1 -0
  1087. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
  1088. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/image-size/package.json +1 -0
  1089. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
  1090. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/is-animated/package.json +1 -0
  1091. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
  1092. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/is-docker/package.json +1 -0
  1093. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
  1094. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/is-wsl/package.json +1 -0
  1095. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/jest-worker/index.js +1 -0
  1096. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/jest-worker/package.json +1 -0
  1097. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/jest-worker/processChild.js +1 -0
  1098. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/jest-worker/threadChild.js +1 -0
  1099. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/json5/index.js +1 -0
  1100. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/json5/package.json +1 -0
  1101. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
  1102. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/package.json +1 -0
  1103. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/loader-utils2/index.js +1 -0
  1104. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/loader-utils2/package.json +1 -0
  1105. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/loader-utils3/index.js +1 -0
  1106. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/loader-utils3/package.json +1 -0
  1107. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/lodash.curry/index.js +1 -0
  1108. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/lodash.curry/package.json +1 -0
  1109. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/lru-cache/index.js +1 -0
  1110. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/lru-cache/package.json +1 -0
  1111. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/cjs.js +1 -0
  1112. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/index.js +1 -0
  1113. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/package.json +1 -0
  1114. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
  1115. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/nanoid/package.json +1 -0
  1116. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/native-url/index.js +1 -0
  1117. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/native-url/package.json +1 -0
  1118. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/neo-async/async.js +1 -0
  1119. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/neo-async/package.json +1 -0
  1120. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +21 -0
  1121. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +21 -0
  1122. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +21 -0
  1123. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +21 -0
  1124. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +7 -0
  1125. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +32 -0
  1126. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +32 -0
  1127. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/node-fetch/index.js +1 -0
  1128. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/node-fetch/package.json +1 -0
  1129. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/node-html-parser/index.js +2 -0
  1130. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/node-html-parser/package.json +1 -0
  1131. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/os-browserify/browser.js +1 -0
  1132. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/os-browserify/package.json +1 -0
  1133. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
  1134. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/p-limit/package.json +1 -0
  1135. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
  1136. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/path-browserify/package.json +1 -0
  1137. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +406 -0
  1138. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
  1139. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/picomatch/package.json +1 -0
  1140. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/platform/package.json +1 -0
  1141. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/platform/platform.js +7 -0
  1142. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-flexbugs-fixes/index.js +1 -0
  1143. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-flexbugs-fixes/package.json +1 -0
  1144. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-modules-extract-imports/index.js +1 -0
  1145. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-modules-extract-imports/package.json +1 -0
  1146. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-modules-local-by-default/index.js +2 -0
  1147. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-modules-local-by-default/package.json +1 -0
  1148. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-modules-scope/index.js +2 -0
  1149. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-modules-scope/package.json +1 -0
  1150. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-modules-values/index.js +1 -0
  1151. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-modules-values/package.json +1 -0
  1152. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js +1 -0
  1153. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-preset-env/index.cjs +94 -0
  1154. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-preset-env/package.json +1 -0
  1155. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-scss/package.json +1 -0
  1156. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js +1 -0
  1157. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-value-parser/index.js +1 -0
  1158. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/postcss-value-parser/package.json +1 -0
  1159. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/process/browser.js +1 -0
  1160. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/process/package.json +1 -0
  1161. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/punycode/package.json +1 -0
  1162. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/punycode/punycode.js +1 -0
  1163. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/querystring-es3/index.js +1 -0
  1164. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/querystring-es3/package.json +1 -0
  1165. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +221 -0
  1166. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js +14 -0
  1167. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
  1168. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-is/package.json +26 -0
  1169. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-refresh/babel.js +7 -0
  1170. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.development.js +842 -0
  1171. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.production.min.js +24 -0
  1172. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js +658 -0
  1173. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.production.min.js +10 -0
  1174. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-refresh/package.json +39 -0
  1175. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/react-refresh/runtime.js +7 -0
  1176. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/package.json +19 -0
  1177. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
  1178. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/sass-loader/cjs.js +1 -0
  1179. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/sass-loader/package.json +1 -0
  1180. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/schema-utils3/index.js +3 -0
  1181. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/schema-utils3/package.json +1 -0
  1182. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
  1183. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/semver/package.json +1 -0
  1184. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/send/index.js +85 -0
  1185. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/send/package.json +1 -0
  1186. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/setimmediate/package.json +1 -0
  1187. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/setimmediate/setImmediate.js +1 -0
  1188. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/shell-quote/index.js +1 -0
  1189. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/shell-quote/package.json +1 -0
  1190. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/source-map/package.json +1 -0
  1191. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
  1192. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/source-map08/package.json +1 -0
  1193. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/source-map08/source-map.js +3002 -0
  1194. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/package.json +1 -0
  1195. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
  1196. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/stream-browserify/index.js +1 -0
  1197. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/stream-browserify/package.json +1 -0
  1198. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/stream-http/index.js +1 -0
  1199. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/stream-http/package.json +1 -0
  1200. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
  1201. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/string-hash/package.json +1 -0
  1202. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/string_decoder/package.json +1 -0
  1203. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/string_decoder/string_decoder.js +1 -0
  1204. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
  1205. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/strip-ansi/package.json +1 -0
  1206. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
  1207. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/superstruct/package.json +1 -0
  1208. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/tar/index.js +1 -0
  1209. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/tar/package.json +1 -0
  1210. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
  1211. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/text-table/package.json +1 -0
  1212. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/timers-browserify/main.js +1 -0
  1213. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/timers-browserify/package.json +1 -0
  1214. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/tty-browserify/index.js +1 -0
  1215. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/tty-browserify/package.json +1 -0
  1216. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/unistore/package.json +1 -0
  1217. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/unistore/unistore.js +1 -0
  1218. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/util/package.json +1 -0
  1219. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/util/util.js +1 -0
  1220. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/vm-browserify/index.js +1 -0
  1221. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/vm-browserify/package.json +1 -0
  1222. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/watchpack/package.json +1 -0
  1223. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
  1224. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/webpack/package.json +1 -0
  1225. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/webpack/webpack.js +26 -0
  1226. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/webpack-sources3/index.js +1 -0
  1227. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/webpack-sources3/package.json +1 -0
  1228. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
  1229. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/ws/package.json +1 -0
  1230. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/zod/index.js +1 -0
  1231. package/app/webapp/.next/standalone/node_modules/next/dist/compiled/zod/package.json +1 -0
  1232. package/app/webapp/.next/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
  1233. package/app/webapp/.next/standalone/node_modules/next/dist/experimental/testmode/fetch.js +133 -0
  1234. package/app/webapp/.next/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
  1235. package/app/webapp/.next/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
  1236. package/app/webapp/.next/standalone/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js +16 -0
  1237. package/app/webapp/.next/standalone/node_modules/next/dist/export/helpers/is-navigation-signal-error.js +15 -0
  1238. package/app/webapp/.next/standalone/node_modules/next/dist/export/utils.js +24 -0
  1239. package/app/webapp/.next/standalone/node_modules/next/dist/lib/batcher.js +59 -0
  1240. package/app/webapp/.next/standalone/node_modules/next/dist/lib/build-custom-route.js +39 -0
  1241. package/app/webapp/.next/standalone/node_modules/next/dist/lib/client-reference.js +16 -0
  1242. package/app/webapp/.next/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
  1243. package/app/webapp/.next/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
  1244. package/app/webapp/.next/standalone/node_modules/next/dist/lib/constants.js +334 -0
  1245. package/app/webapp/.next/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
  1246. package/app/webapp/.next/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
  1247. package/app/webapp/.next/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
  1248. package/app/webapp/.next/standalone/node_modules/next/dist/lib/download-swc.js +171 -0
  1249. package/app/webapp/.next/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
  1250. package/app/webapp/.next/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
  1251. package/app/webapp/.next/standalone/node_modules/next/dist/lib/find-config.js +102 -0
  1252. package/app/webapp/.next/standalone/node_modules/next/dist/lib/find-pages-dir.js +50 -0
  1253. package/app/webapp/.next/standalone/node_modules/next/dist/lib/find-root.js +45 -0
  1254. package/app/webapp/.next/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
  1255. package/app/webapp/.next/standalone/node_modules/next/dist/lib/format-server-error.js +74 -0
  1256. package/app/webapp/.next/standalone/node_modules/next/dist/lib/fs/rename.js +128 -0
  1257. package/app/webapp/.next/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
  1258. package/app/webapp/.next/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +88 -0
  1259. package/app/webapp/.next/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
  1260. package/app/webapp/.next/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +46 -0
  1261. package/app/webapp/.next/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +62 -0
  1262. package/app/webapp/.next/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
  1263. package/app/webapp/.next/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
  1264. package/app/webapp/.next/standalone/node_modules/next/dist/lib/helpers/get-registry.js +32 -0
  1265. package/app/webapp/.next/standalone/node_modules/next/dist/lib/helpers/install.js +105 -0
  1266. package/app/webapp/.next/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
  1267. package/app/webapp/.next/standalone/node_modules/next/dist/lib/interop-default.js +15 -0
  1268. package/app/webapp/.next/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
  1269. package/app/webapp/.next/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
  1270. package/app/webapp/.next/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
  1271. package/app/webapp/.next/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
  1272. package/app/webapp/.next/standalone/node_modules/next/dist/lib/is-error.js +44 -0
  1273. package/app/webapp/.next/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
  1274. package/app/webapp/.next/standalone/node_modules/next/dist/lib/is-serializable-props.js +82 -0
  1275. package/app/webapp/.next/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
  1276. package/app/webapp/.next/standalone/node_modules/next/dist/lib/load-custom-routes.js +504 -0
  1277. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/clone-metadata.js +33 -0
  1278. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/constants.js +40 -0
  1279. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/default-metadata.js +77 -0
  1280. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/generate/alternate.js +55 -0
  1281. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/generate/basic.js +281 -0
  1282. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/generate/icons.js +66 -0
  1283. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/generate/meta.js +123 -0
  1284. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/generate/opengraph.js +474 -0
  1285. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/generate/utils.js +38 -0
  1286. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +85 -0
  1287. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +115 -0
  1288. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/metadata.js +163 -0
  1289. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +629 -0
  1290. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +218 -0
  1291. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +56 -0
  1292. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +178 -0
  1293. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +40 -0
  1294. package/app/webapp/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +136 -0
  1295. package/app/webapp/.next/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
  1296. package/app/webapp/.next/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
  1297. package/app/webapp/.next/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
  1298. package/app/webapp/.next/standalone/node_modules/next/dist/lib/page-types.js +18 -0
  1299. package/app/webapp/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +181 -0
  1300. package/app/webapp/.next/standalone/node_modules/next/dist/lib/pick.js +19 -0
  1301. package/app/webapp/.next/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
  1302. package/app/webapp/.next/standalone/node_modules/next/dist/lib/pretty-bytes.js +70 -0
  1303. package/app/webapp/.next/standalone/node_modules/next/dist/lib/realpath.js +20 -0
  1304. package/app/webapp/.next/standalone/node_modules/next/dist/lib/recursive-delete.js +75 -0
  1305. package/app/webapp/.next/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
  1306. package/app/webapp/.next/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
  1307. package/app/webapp/.next/standalone/node_modules/next/dist/lib/resolve-from.js +55 -0
  1308. package/app/webapp/.next/standalone/node_modules/next/dist/lib/scheduler.js +49 -0
  1309. package/app/webapp/.next/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
  1310. package/app/webapp/.next/standalone/node_modules/next/dist/lib/server-external-packages.json +53 -0
  1311. package/app/webapp/.next/standalone/node_modules/next/dist/lib/try-to-parse-path.js +50 -0
  1312. package/app/webapp/.next/standalone/node_modules/next/dist/lib/turbopack-warning.js +205 -0
  1313. package/app/webapp/.next/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +258 -0
  1314. package/app/webapp/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +61 -0
  1315. package/app/webapp/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
  1316. package/app/webapp/.next/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +23 -0
  1317. package/app/webapp/.next/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +95 -0
  1318. package/app/webapp/.next/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +62 -0
  1319. package/app/webapp/.next/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +296 -0
  1320. package/app/webapp/.next/standalone/node_modules/next/dist/lib/url.js +45 -0
  1321. package/app/webapp/.next/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +110 -0
  1322. package/app/webapp/.next/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +165 -0
  1323. package/app/webapp/.next/standalone/node_modules/next/dist/lib/wait.js +19 -0
  1324. package/app/webapp/.next/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
  1325. package/app/webapp/.next/standalone/node_modules/next/dist/pages/_app.js +42 -0
  1326. package/app/webapp/.next/standalone/node_modules/next/dist/pages/_document.js +851 -0
  1327. package/app/webapp/.next/standalone/node_modules/next/dist/server/accept-header.js +120 -0
  1328. package/app/webapp/.next/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
  1329. package/app/webapp/.next/standalone/node_modules/next/dist/server/api-utils/index.js +198 -0
  1330. package/app/webapp/.next/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
  1331. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/action-handler.js +730 -0
  1332. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/action-utils.js +65 -0
  1333. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/app-render.js +1034 -0
  1334. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +53 -0
  1335. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +455 -0
  1336. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +99 -0
  1337. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +50 -0
  1338. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +90 -0
  1339. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +195 -0
  1340. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +174 -0
  1341. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +28 -0
  1342. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +28 -0
  1343. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +48 -0
  1344. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +85 -0
  1345. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
  1346. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +40 -0
  1347. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/get-segment-param.js +42 -0
  1348. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +38 -0
  1349. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
  1350. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
  1351. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +83 -0
  1352. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +37 -0
  1353. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/parse-loader-tree.js +29 -0
  1354. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/react-server.node.js +35 -0
  1355. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/required-scripts.js +71 -0
  1356. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +41 -0
  1357. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/static/static-renderer.js +165 -0
  1358. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
  1359. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/types.js +43 -0
  1360. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +126 -0
  1361. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/validate-url.js +29 -0
  1362. package/app/webapp/.next/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +150 -0
  1363. package/app/webapp/.next/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +53 -0
  1364. package/app/webapp/.next/standalone/node_modules/next/dist/server/async-storage/request-async-storage-wrapper.js +109 -0
  1365. package/app/webapp/.next/standalone/node_modules/next/dist/server/async-storage/static-generation-async-storage-wrapper.js +53 -0
  1366. package/app/webapp/.next/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
  1367. package/app/webapp/.next/standalone/node_modules/next/dist/server/base-http/node.js +119 -0
  1368. package/app/webapp/.next/standalone/node_modules/next/dist/server/base-server.js +2253 -0
  1369. package/app/webapp/.next/standalone/node_modules/next/dist/server/body-streams.js +90 -0
  1370. package/app/webapp/.next/standalone/node_modules/next/dist/server/capsize-font-metrics.json +30312 -0
  1371. package/app/webapp/.next/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +69 -0
  1372. package/app/webapp/.next/standalone/node_modules/next/dist/server/config-schema.js +483 -0
  1373. package/app/webapp/.next/standalone/node_modules/next/dist/server/config-shared.js +165 -0
  1374. package/app/webapp/.next/standalone/node_modules/next/dist/server/config-utils.js +189 -0
  1375. package/app/webapp/.next/standalone/node_modules/next/dist/server/config.js +825 -0
  1376. package/app/webapp/.next/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
  1377. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/hot-middleware.js +215 -0
  1378. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +748 -0
  1379. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +29 -0
  1380. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1192 -0
  1381. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/log-app-dir-error.js +80 -0
  1382. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/messages.js +13 -0
  1383. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/next-dev-server.js +601 -0
  1384. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +663 -0
  1385. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
  1386. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +72 -0
  1387. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/turbopack/entry-key.js +39 -0
  1388. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/turbopack/manifest-loader.js +327 -0
  1389. package/app/webapp/.next/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +713 -0
  1390. package/app/webapp/.next/standalone/node_modules/next/dist/server/font-utils.js +205 -0
  1391. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/helpers/i18n-provider.js +146 -0
  1392. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/helpers/interception-routes.js +89 -0
  1393. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/helpers/module-loader/node-module-loader.js +21 -0
  1394. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/helpers/module-loader/route-module-loader.js +22 -0
  1395. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/absolute-filename-normalizer.js +33 -0
  1396. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-bundle-path-normalizer.js +48 -0
  1397. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-filename-normalizer.js +22 -0
  1398. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-page-normalizer.js +19 -0
  1399. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-pathname-normalizer.js +55 -0
  1400. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/index.js +42 -0
  1401. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/index.js +44 -0
  1402. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
  1403. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-filename-normalizer.js +22 -0
  1404. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-page-normalizer.js +19 -0
  1405. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
  1406. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.js +26 -0
  1407. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/normalizers.js +23 -0
  1408. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/prefixing-normalizer.js +26 -0
  1409. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/request/action.js +19 -0
  1410. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/request/base-path.js +21 -0
  1411. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/request/next-data.js +34 -0
  1412. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/request/postponed.js +27 -0
  1413. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.js +19 -0
  1414. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/request/prefix.js +35 -0
  1415. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/request/rsc.js +19 -0
  1416. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/request/suffix.js +27 -0
  1417. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/underscore-normalizer.js +17 -0
  1418. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/normalizers/wrap-normalizer-fn.js +17 -0
  1419. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.js +16 -0
  1420. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-kind.js +29 -0
  1421. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-managers/default-route-matcher-manager.js +227 -0
  1422. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-managers/dev-route-matcher-manager.js +126 -0
  1423. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
  1424. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
  1425. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +78 -0
  1426. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +43 -0
  1427. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +80 -0
  1428. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +80 -0
  1429. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
  1430. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
  1431. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +43 -0
  1432. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
  1433. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
  1434. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
  1435. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
  1436. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/pages-api-route-matcher-provider.js +56 -0
  1437. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/pages-route-matcher-provider.js +65 -0
  1438. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matchers/app-page-route-matcher.js +18 -0
  1439. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matchers/app-route-route-matcher.js +15 -0
  1440. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matchers/locale-route-matcher.js +68 -0
  1441. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matchers/pages-api-route-matcher.js +30 -0
  1442. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matchers/pages-route-matcher.js +30 -0
  1443. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matchers/route-matcher.js +54 -0
  1444. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-matches/pages-api-route-match.js +16 -0
  1445. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js +24 -0
  1446. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/module.js +94 -0
  1447. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/module.render.js +20 -0
  1448. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js +4 -0
  1449. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
  1450. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.js +107 -0
  1451. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
  1452. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
  1453. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/html-context.js +4 -0
  1454. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
  1455. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable-context.js +4 -0
  1456. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable.js +4 -0
  1457. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js +4 -0
  1458. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
  1459. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/entrypoints.js +136 -0
  1460. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/entrypoints.js +115 -0
  1461. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/checks.js +45 -0
  1462. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/helpers/response-handlers.js +67 -0
  1463. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/builtin/_error.js +78 -0
  1464. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js +14 -0
  1465. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/module.js +92 -0
  1466. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/module.render.js +20 -0
  1467. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js +4 -0
  1468. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
  1469. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.js +107 -0
  1470. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
  1471. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
  1472. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js +4 -0
  1473. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
  1474. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
  1475. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable.js +4 -0
  1476. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context.js +4 -0
  1477. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
  1478. package/app/webapp/.next/standalone/node_modules/next/dist/server/future/route-modules/route-module.js +18 -0
  1479. package/app/webapp/.next/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
  1480. package/app/webapp/.next/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
  1481. package/app/webapp/.next/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
  1482. package/app/webapp/.next/standalone/node_modules/next/dist/server/image-optimizer.js +914 -0
  1483. package/app/webapp/.next/standalone/node_modules/next/dist/server/internal-utils.js +54 -0
  1484. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/app-dir-module.js +54 -0
  1485. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +113 -0
  1486. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/builtin-request-context.js +38 -0
  1487. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/clone-response.js +54 -0
  1488. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +157 -0
  1489. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +55 -0
  1490. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
  1491. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/find-page-file.js +111 -0
  1492. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
  1493. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/fetch-cache.js +320 -0
  1494. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +322 -0
  1495. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +407 -0
  1496. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-revalidate-timings.js +57 -0
  1497. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
  1498. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
  1499. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/mock-request.js +329 -0
  1500. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
  1501. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/patch-fetch.js +653 -0
  1502. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/render-server.js +114 -0
  1503. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/revalidate.js +22 -0
  1504. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/router-server.js +502 -0
  1505. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +76 -0
  1506. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +44 -0
  1507. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +536 -0
  1508. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
  1509. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +110 -0
  1510. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +567 -0
  1511. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +830 -0
  1512. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
  1513. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/server-ipc/invoke-request.js +33 -0
  1514. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/server-ipc/request-utils.js +60 -0
  1515. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +80 -0
  1516. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/squoosh/main.js +136 -0
  1517. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/start-server.js +325 -0
  1518. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
  1519. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/trace/constants.js +202 -0
  1520. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/trace/tracer.js +214 -0
  1521. package/app/webapp/.next/standalone/node_modules/next/dist/server/lib/utils.js +87 -0
  1522. package/app/webapp/.next/standalone/node_modules/next/dist/server/load-components.js +128 -0
  1523. package/app/webapp/.next/standalone/node_modules/next/dist/server/load-default-error-components.js +39 -0
  1524. package/app/webapp/.next/standalone/node_modules/next/dist/server/load-manifest.js +70 -0
  1525. package/app/webapp/.next/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
  1526. package/app/webapp/.next/standalone/node_modules/next/dist/server/next-server.js +1277 -0
  1527. package/app/webapp/.next/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
  1528. package/app/webapp/.next/standalone/node_modules/next/dist/server/next.js +335 -0
  1529. package/app/webapp/.next/standalone/node_modules/next/dist/server/node-environment.js +17 -0
  1530. package/app/webapp/.next/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +20 -0
  1531. package/app/webapp/.next/standalone/node_modules/next/dist/server/optimize-amp.js +22 -0
  1532. package/app/webapp/.next/standalone/node_modules/next/dist/server/pipe-readable.js +132 -0
  1533. package/app/webapp/.next/standalone/node_modules/next/dist/server/post-process.js +175 -0
  1534. package/app/webapp/.next/standalone/node_modules/next/dist/server/render-result.js +147 -0
  1535. package/app/webapp/.next/standalone/node_modules/next/dist/server/render.js +1028 -0
  1536. package/app/webapp/.next/standalone/node_modules/next/dist/server/request-meta.js +78 -0
  1537. package/app/webapp/.next/standalone/node_modules/next/dist/server/require-hook.js +68 -0
  1538. package/app/webapp/.next/standalone/node_modules/next/dist/server/require.js +121 -0
  1539. package/app/webapp/.next/standalone/node_modules/next/dist/server/response-cache/index.js +149 -0
  1540. package/app/webapp/.next/standalone/node_modules/next/dist/server/response-cache/types.js +6 -0
  1541. package/app/webapp/.next/standalone/node_modules/next/dist/server/response-cache/utils.js +64 -0
  1542. package/app/webapp/.next/standalone/node_modules/next/dist/server/send-payload.js +123 -0
  1543. package/app/webapp/.next/standalone/node_modules/next/dist/server/send-response.js +51 -0
  1544. package/app/webapp/.next/standalone/node_modules/next/dist/server/serve-static.js +62 -0
  1545. package/app/webapp/.next/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
  1546. package/app/webapp/.next/standalone/node_modules/next/dist/server/server-utils.js +306 -0
  1547. package/app/webapp/.next/standalone/node_modules/next/dist/server/setup-http-agent-env.js +27 -0
  1548. package/app/webapp/.next/standalone/node_modules/next/dist/server/stream-utils/encodedTags.js +82 -0
  1549. package/app/webapp/.next/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +484 -0
  1550. package/app/webapp/.next/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +69 -0
  1551. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/constant.js +96 -0
  1552. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/index.js +204 -0
  1553. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +68 -0
  1554. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/rules/config.js +388 -0
  1555. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
  1556. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
  1557. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +389 -0
  1558. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +112 -0
  1559. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
  1560. package/app/webapp/.next/standalone/node_modules/next/dist/server/typescript/utils.js +194 -0
  1561. package/app/webapp/.next/standalone/node_modules/next/dist/server/utils.js +87 -0
  1562. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/error.js +54 -0
  1563. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/http.js +39 -0
  1564. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/next-url.js +191 -0
  1565. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/sandbox/context.js +416 -0
  1566. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
  1567. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
  1568. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +62 -0
  1569. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +115 -0
  1570. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
  1571. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +134 -0
  1572. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
  1573. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +150 -0
  1574. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
  1575. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/spec-extension/request.js +100 -0
  1576. package/app/webapp/.next/standalone/node_modules/next/dist/server/web/utils.js +147 -0
  1577. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js +18 -0
  1578. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/amp-mode.js +16 -0
  1579. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +51 -0
  1580. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/bloom-filter.js +86 -0
  1581. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/constants.js +414 -0
  1582. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
  1583. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
  1584. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
  1585. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
  1586. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
  1587. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
  1588. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
  1589. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/head.js +189 -0
  1590. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +39 -0
  1591. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +36 -0
  1592. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +26 -0
  1593. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +63 -0
  1594. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +30 -0
  1595. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +23 -0
  1596. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
  1597. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/image-config.js +69 -0
  1598. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
  1599. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
  1600. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +39 -0
  1601. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +20 -0
  1602. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +248 -0
  1603. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/magic-identifier.js +99 -0
  1604. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +47 -0
  1605. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +61 -0
  1606. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/mitt.js +46 -0
  1607. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +18 -0
  1608. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
  1609. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
  1610. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-app-path.js +19 -0
  1611. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
  1612. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
  1613. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
  1614. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
  1615. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
  1616. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
  1617. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/adapters.js +139 -0
  1618. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/router.js +1728 -0
  1619. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
  1620. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
  1621. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
  1622. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +51 -0
  1623. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
  1624. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/compare-states.js +34 -0
  1625. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
  1626. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
  1627. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
  1628. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js +19 -0
  1629. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +54 -0
  1630. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +26 -0
  1631. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js +35 -0
  1632. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +26 -0
  1633. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +53 -0
  1634. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +15 -0
  1635. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +21 -0
  1636. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +26 -0
  1637. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
  1638. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/omit.js +21 -0
  1639. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
  1640. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +29 -0
  1641. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +30 -0
  1642. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
  1643. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
  1644. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +236 -0
  1645. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +73 -0
  1646. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +22 -0
  1647. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
  1648. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
  1649. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js +118 -0
  1650. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +40 -0
  1651. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +192 -0
  1652. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +170 -0
  1653. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
  1654. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/runtime-config.external.js +31 -0
  1655. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/segment.js +34 -0
  1656. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +36 -0
  1657. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/side-effect.js +66 -0
  1658. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
  1659. package/app/webapp/.next/standalone/node_modules/next/dist/shared/lib/utils.js +203 -0
  1660. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
  1661. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/ci-info.js +41 -0
  1662. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/detached-flush.js +49 -0
  1663. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/events/build.js +114 -0
  1664. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/events/index.js +23 -0
  1665. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
  1666. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
  1667. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/events/version.js +86 -0
  1668. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/flush-and-exit.js +20 -0
  1669. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/post-payload.js +44 -0
  1670. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
  1671. package/app/webapp/.next/standalone/node_modules/next/dist/telemetry/storage.js +290 -0
  1672. package/app/webapp/.next/standalone/node_modules/next/dist/trace/index.js +54 -0
  1673. package/app/webapp/.next/standalone/node_modules/next/dist/trace/report/index.js +35 -0
  1674. package/app/webapp/.next/standalone/node_modules/next/dist/trace/report/to-json.js +161 -0
  1675. package/app/webapp/.next/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
  1676. package/app/webapp/.next/standalone/node_modules/next/dist/trace/shared.js +33 -0
  1677. package/app/webapp/.next/standalone/node_modules/next/dist/trace/trace.js +194 -0
  1678. package/app/webapp/.next/standalone/node_modules/next/font/google/target.css +1 -0
  1679. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/at-rule.js +25 -0
  1680. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/comment.js +13 -0
  1681. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/container.js +439 -0
  1682. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/css-syntax-error.js +100 -0
  1683. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/declaration.js +24 -0
  1684. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/document.js +33 -0
  1685. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/fromJSON.js +54 -0
  1686. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/input.js +248 -0
  1687. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/lazy-result.js +550 -0
  1688. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/list.js +58 -0
  1689. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/map-generator.js +359 -0
  1690. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/no-work-result.js +135 -0
  1691. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/node.js +381 -0
  1692. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/parse.js +42 -0
  1693. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/parser.js +610 -0
  1694. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/postcss.js +101 -0
  1695. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/previous-map.js +142 -0
  1696. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/processor.js +67 -0
  1697. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/result.js +42 -0
  1698. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/root.js +61 -0
  1699. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/rule.js +27 -0
  1700. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/stringifier.js +353 -0
  1701. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/stringify.js +11 -0
  1702. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/symbols.js +5 -0
  1703. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/terminal-highlight.js +70 -0
  1704. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/tokenize.js +266 -0
  1705. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/warn-once.js +13 -0
  1706. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/lib/warning.js +37 -0
  1707. package/app/webapp/.next/standalone/node_modules/next/node_modules/postcss/package.json +88 -0
  1708. package/app/webapp/.next/standalone/node_modules/next/package.json +337 -0
  1709. package/app/webapp/.next/standalone/node_modules/picocolors/package.json +25 -0
  1710. package/app/webapp/.next/standalone/node_modules/picocolors/picocolors.js +75 -0
  1711. package/app/webapp/.next/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +10 -0
  1712. package/app/webapp/.next/standalone/node_modules/react/cjs/react-jsx-runtime.development.js +1333 -0
  1713. package/app/webapp/.next/standalone/node_modules/react/cjs/react-jsx-runtime.production.min.js +11 -0
  1714. package/app/webapp/.next/standalone/node_modules/react/cjs/react.development.js +2740 -0
  1715. package/app/webapp/.next/standalone/node_modules/react/cjs/react.production.min.js +26 -0
  1716. package/app/webapp/.next/standalone/node_modules/react/index.js +7 -0
  1717. package/app/webapp/.next/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
  1718. package/app/webapp/.next/standalone/node_modules/react/jsx-runtime.js +7 -0
  1719. package/app/webapp/.next/standalone/node_modules/react/package.json +47 -0
  1720. package/app/webapp/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +7029 -0
  1721. package/app/webapp/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +93 -0
  1722. package/app/webapp/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.development.js +7014 -0
  1723. package/app/webapp/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +96 -0
  1724. package/app/webapp/.next/standalone/node_modules/react-dom/cjs/react-dom.production.min.js +322 -0
  1725. package/app/webapp/.next/standalone/node_modules/react-dom/index.js +38 -0
  1726. package/app/webapp/.next/standalone/node_modules/react-dom/package.json +62 -0
  1727. package/app/webapp/.next/standalone/node_modules/react-dom/server.browser.js +17 -0
  1728. package/app/webapp/.next/standalone/node_modules/scheduler/cjs/scheduler.development.js +634 -0
  1729. package/app/webapp/.next/standalone/node_modules/scheduler/cjs/scheduler.production.min.js +19 -0
  1730. package/app/webapp/.next/standalone/node_modules/scheduler/index.js +7 -0
  1731. package/app/webapp/.next/standalone/node_modules/scheduler/package.json +36 -0
  1732. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/array-set.js +121 -0
  1733. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/base64-vlq.js +140 -0
  1734. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/base64.js +67 -0
  1735. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/binary-search.js +111 -0
  1736. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/mapping-list.js +79 -0
  1737. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/quick-sort.js +132 -0
  1738. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
  1739. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/source-map-generator.js +444 -0
  1740. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/source-node.js +413 -0
  1741. package/app/webapp/.next/standalone/node_modules/source-map-js/lib/util.js +594 -0
  1742. package/app/webapp/.next/standalone/node_modules/source-map-js/package.json +71 -0
  1743. package/app/webapp/.next/standalone/node_modules/source-map-js/source-map.js +8 -0
  1744. package/app/webapp/.next/standalone/node_modules/streamsearch/lib/sbmh.js +267 -0
  1745. package/app/webapp/.next/standalone/node_modules/streamsearch/package.json +34 -0
  1746. package/app/webapp/.next/standalone/node_modules/styled-jsx/dist/index/index.js +499 -0
  1747. package/app/webapp/.next/standalone/node_modules/styled-jsx/index.js +1 -0
  1748. package/app/webapp/.next/standalone/node_modules/styled-jsx/package.json +129 -0
  1749. package/app/webapp/.next/standalone/node_modules/styled-jsx/style.js +1 -0
  1750. package/app/webapp/.next/standalone/package.json +64 -0
  1751. package/app/webapp/.next/static/CIPi_XcKXl17yJkvAnMYF/_buildManifest.js +1 -0
  1752. package/app/webapp/.next/static/CIPi_XcKXl17yJkvAnMYF/_ssgManifest.js +1 -0
  1753. package/app/webapp/next.config.js +1 -0
  1754. package/bin/src/cli/bangonit.js +16 -10
  1755. package/package.json +9 -7
  1756. package/app/webapp/.next/BUILD_ID +0 -1
  1757. package/app/webapp/.next/app-path-routes-manifest.json +0 -1
  1758. package/app/webapp/.next/export-marker.json +0 -1
  1759. package/app/webapp/.next/images-manifest.json +0 -1
  1760. package/app/webapp/.next/next-minimal-server.js.nft.json +0 -1
  1761. package/app/webapp/.next/next-server.js.nft.json +0 -1
  1762. package/app/webapp/.next/required-server-files.json +0 -1
  1763. package/app/webapp/.next/server/app/api/chat/route.js +0 -1
  1764. package/app/webapp/.next/server/font-manifest.json +0 -1
  1765. package/app/webapp/.next/server/functions-config-manifest.json +0 -1
  1766. package/app/webapp/.next/server/interception-route-rewrite-manifest.js +0 -1
  1767. package/app/webapp/.next/server/server-reference-manifest.json +0 -1
  1768. package/app/webapp/.next/trace +0 -2
  1769. package/app/webapp/.next/types/app/api/chat/route.ts +0 -343
  1770. package/app/webapp/.next/types/app/api/screenshot/route.ts +0 -343
  1771. package/app/webapp/.next/types/app/app/page.ts +0 -79
  1772. package/app/webapp/.next/types/app/layout.ts +0 -79
  1773. package/app/webapp/.next/types/app/page.ts +0 -79
  1774. package/app/webapp/.next/types/package.json +0 -1
  1775. package/bin/bangonit.js +0 -770
  1776. /package/app/webapp/.next/{package.json → standalone/app/webapp/.next/package.json} +0 -0
  1777. /package/app/webapp/.next/{react-loadable-manifest.json → standalone/app/webapp/.next/react-loadable-manifest.json} +0 -0
  1778. /package/app/webapp/.next/{routes-manifest.json → standalone/app/webapp/.next/routes-manifest.json} +0 -0
  1779. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/_not-found/page.js.nft.json +0 -0
  1780. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/_not-found/page_client-reference-manifest.js +0 -0
  1781. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/_not-found.meta +0 -0
  1782. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/api/chat/route.js.nft.json +0 -0
  1783. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/api/screenshot/route.js.nft.json +0 -0
  1784. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/app/page.js.nft.json +0 -0
  1785. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/app/page_client-reference-manifest.js +0 -0
  1786. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/app.meta +0 -0
  1787. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/index.meta +0 -0
  1788. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/page.js.nft.json +0 -0
  1789. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/app/page_client-reference-manifest.js +0 -0
  1790. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/chunks/124.js +0 -0
  1791. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/chunks/135.js +0 -0
  1792. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/chunks/136.js +0 -0
  1793. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/chunks/361.js +0 -0
  1794. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/chunks/522.js +0 -0
  1795. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/chunks/679.js +0 -0
  1796. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/chunks/708.js +0 -0
  1797. /package/app/webapp/.next/{server/chunks → standalone/app/webapp/.next/server}/font-manifest.json +0 -0
  1798. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/middleware-build-manifest.js +0 -0
  1799. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/middleware-manifest.json +0 -0
  1800. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/middleware-react-loadable-manifest.js +0 -0
  1801. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/next-font-manifest.js +0 -0
  1802. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/next-font-manifest.json +0 -0
  1803. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/pages/_app.js +0 -0
  1804. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/pages/_app.js.nft.json +0 -0
  1805. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/pages/_document.js +0 -0
  1806. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/pages/_document.js.nft.json +0 -0
  1807. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/pages/_error.js +0 -0
  1808. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/pages/_error.js.nft.json +0 -0
  1809. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/pages-manifest.json +0 -0
  1810. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/server-reference-manifest.js +0 -0
  1811. /package/app/webapp/.next/{server → standalone/app/webapp/.next/server}/webpack-runtime.js +0 -0
  1812. /package/app/webapp/.next/{static/Qq0OvlQijtcR84Dg9Dgp0 → standalone/app/webapp/.next/static/CIPi_XcKXl17yJkvAnMYF}/_buildManifest.js +0 -0
  1813. /package/app/webapp/.next/{static/Qq0OvlQijtcR84Dg9Dgp0 → standalone/app/webapp/.next/static/CIPi_XcKXl17yJkvAnMYF}/_ssgManifest.js +0 -0
package/README.md CHANGED
@@ -23,6 +23,14 @@ npx bangonit run testplans/*.md --record
23
23
  npx bangonit init
24
24
  ```
25
25
 
26
+ ## Where it fits
27
+
28
+ 1. **Local development** — Replace the "click around and see if it works" step. Write a test plan once, run it every time you change something. Faster feedback than manual testing, and you don't forget to check the edge cases.
29
+
30
+ 2. **CI, instead of unit tests** — Run your test plans on every PR. Your actual app, in a real browser, doing real things. If the tests pass, it works. If they don't, it doesn't. That's the only thing that matters.
31
+
32
+ 3. **Staging gate before prod** — Point Bang On It! at your staging environment and run the full suite before promoting to production. Catch regressions where they matter: in an environment that looks like the real thing.
33
+
26
34
  ## Why This Matters
27
35
 
28
36
  As [Simon Willison aptly put it](https://simonwillison.net/2025/Dec/18/code-proven-to-work/), the job of an engineer is to **deliver code you have proven to work**. AI coding agents have solved the writing part. It's the proving-it-works part that's unsolved.
@@ -41,13 +49,84 @@ Bang On It! removes that bottleneck. You describe what to test in plain English.
41
49
 
42
50
  The loop is simple: agent writes code, agent tests code, human reviews the test plans. Bang On It! is the testing layer for that loop.
43
51
 
44
- ### Where it fits
52
+ ## Bang On It vs...
45
53
 
46
- 1. **Local development** Replace the "click around and see if it works" step. Write a test plan once, run it every time you change something. Faster feedback than manual testing, and you don't forget to check the edge cases.
54
+ ### vs Claude Code with computer use / browser automation MCP
47
55
 
48
- 2. **CI, instead of unit tests** Run your test plans on every PR. Your actual app, in a real browser, doing real things. If the tests pass, it works. If they don't, it doesn't. That's the only thing that matters.
56
+ Claude Code can drive a browser via Anthropic's computer use or third-party browser MCP servers. The approach is similar in spirit — an AI agent interacting with a real browser using natural language instructions. But Claude Code is a general-purpose coding agent, not a testing tool. It can _do_ browser testing, the same way Playwright can, but it wasn't built for it.
49
57
 
50
- 3. **Staging gate before prod** — Point Bang On It! at your staging environment and run the full suite before promoting to production. Catch regressions where they matter: in an environment that looks like the real thing.
58
+ **Key technical differences:**
59
+
60
+ - **Purpose-built browser tooling.** Claude Code's computer use takes full-screen screenshots and uses pixel coordinates for every interaction — it's controlling a generic desktop, not a browser specifically. Bang On It! uses the browser's accessibility tree for element identification (fast, text-based, no image processing needed) and only falls back to screenshots when visual verification is required (charts, colors, layout). This hybrid approach is dramatically faster — a text snapshot is returned in milliseconds vs. capturing, transmitting, and processing a full screenshot on every single action.
61
+ - **Batched actions.** Claude Code executes one browser action per tool call — click, wait for response, screenshot, next action. Bang On It! batches multiple actions into a single tool call (navigate + click + type + observe) and only captures page state at the end. Fewer round-trips to the model means faster test execution.
62
+ - **Parallel test execution.** Claude Code runs one browser session at a time. Bang On It! runs N agents in parallel (`--concurrency N`), each with its own isolated browser partition — separate cookies, localStorage, and session state. A 10-test suite runs in the time of 2 tests, not 10.
63
+ - **Session recordings.** Bang On It! records every test run as a self-contained HTML replay with a multi-agent timeline view — video clips, console logs, and tool invocations all synced together. Share a link, not a screenshot. Claude Code has no recording capability.
64
+ - **Real-time UI.** Bang On It! includes a live observation UI where you can watch agents execute in real time — see the cursor move, watch pages load, monitor progress across parallel agents. Claude Code outputs text to a terminal.
65
+ - **CI-native.** Bang On It! generates GitHub Actions workflows out of the box, handles headless execution, uploads results as artifacts, and optionally pushes recordings to S3. Wiring Claude Code into CI for browser testing is a DIY project.
66
+
67
+ Claude Code is an excellent coding agent. But for the specific job of testing a web app in a browser — fast, in parallel, with recordings and a UI — Bang On It! is purpose-built for exactly that.
68
+
69
+ ### vs Selenium / Playwright
70
+
71
+ Selenium and Playwright are powerful browser automation libraries — but they're _libraries_, not testing tools. You write code: selectors, page objects, explicit waits, retry logic, assertion helpers. When the UI changes, your selectors break and you're back in the maintenance treadmill.
72
+
73
+ **Key technical differences:**
74
+
75
+ - **No selectors.** Bang On It! uses the browser's accessibility tree to identify elements, the same way a screen reader does. There are no CSS selectors or XPath expressions to break when you rename a class or restructure your markup.
76
+ - **No page objects.** The AI agent interprets the page semantically on every interaction. There's no abstraction layer to keep in sync with your UI.
77
+ - **No explicit waits.** Bang On It! tracks real network activity via Chrome DevTools Protocol events. It knows when the page is idle — no `waitForSelector`, no `sleep(2000)`, no polling.
78
+ - **No test code at all.** Test plans are plain English Markdown files. A non-engineer can write and review them.
79
+ - **Self-correcting execution.** If a button moves, changes label, or is behind a modal, the agent adapts. A Playwright script just fails.
80
+
81
+ Playwright and Selenium dispatch actions programmatically — they call `element.click()` directly in the DOM, bypassing the browser's input pipeline entirely. Bang On It! drives the browser through real OS-level input events via Chrome DevTools Protocol. Mouse movements follow eased curves with realistic interpolation. Keystrokes fire individual `keyDown`, `char`, and `keyUp` events with randomized inter-key delays (30–100ms). This matters because many modern apps have hover states, drag interactions, debounced inputs, and event listeners that only trigger on real input events — not synthetic DOM calls.
82
+
83
+ Playwright and Selenium are great for building custom browser automation. But if the goal is _testing_, you're writing and maintaining a lot of infrastructure that Bang On It! eliminates entirely.
84
+
85
+ ### vs Cypress
86
+
87
+ Cypress improved DX over Selenium with automatic waiting, time-travel debugging, and a built-in test runner. But it's still selector-based test code, and it runs in a synthetic environment — Cypress injects itself into the browser via an iframe, which means it can't test multi-tab flows, OAuth redirects, or cross-origin interactions natively.
88
+
89
+ **Key technical differences:**
90
+
91
+ - **Real browser, not an iframe.** Bang On It! launches actual Chromium via Electron. Multi-tab, cross-origin, OAuth popups, file downloads — all work naturally because it's a real browser session.
92
+ - **No selector coupling.** Cypress tests break when `data-cy` attributes are removed or DOM structure changes. Bang On It! reads the page like a user does — through its semantic structure, not its implementation details.
93
+ - **Parallel isolation.** Each Bang On It! agent runs in its own browser partition with fully isolated cookies, localStorage, and session state. Cypress parallelization requires Dashboard (paid) and splits at the file level.
94
+ - **Minutes to write vs hours.** A Cypress test for a checkout flow is 50-100 lines of code. The equivalent Bang On It! test plan is 5 lines of English.
95
+ - **Realistic input simulation.** Cypress uses `cy.click()` and `cy.type()` which dispatch synthetic jQuery-style events. Bang On It! sends real input events through Chrome DevTools Protocol — eased mouse curves, per-character keystroke events with natural timing — catching bugs that only surface with real user interaction patterns.
96
+
97
+ ### vs QA Wolf / Testim / Mabl (AI-assisted record-and-replay)
98
+
99
+ These tools use AI to _help_ you create and maintain traditional selector-based tests — typically through record-and-replay with smart locators that auto-heal when elements move. They reduce maintenance, but the underlying model is still the same: a recorded script of UI interactions replayed deterministically.
100
+
101
+ **Key technical differences:**
102
+
103
+ - **Generative, not recorded.** Bang On It! doesn't record and replay a fixed script. The AI agent reads your test plan and _decides_ how to execute it on each run. If the UI changes, the agent figures out the new path — it doesn't try to heal a stale recording.
104
+ - **No vendor lock-in.** Test plans are Markdown files in your repo. There's no proprietary test format, no cloud dashboard required, no per-seat pricing for test authoring. You own your tests.
105
+ - **Runs locally and in CI.** These tools are typically cloud-hosted services. Bang On It! runs on your machine or in your own CI pipeline. Your app never leaves your network.
106
+ - **Understands intent, not just actions.** A recorded test replays "click the third button in the sidebar." Bang On It! executes "verify the user can navigate to settings" — if the settings link moves from the sidebar to a top nav, the test still passes.
107
+
108
+ ### vs Manual QA
109
+
110
+ Manual QA catches things automated tests miss — but it doesn't scale, it's slow, and humans get tired. The same tester clicking through the same flow for the 50th time will miss things.
111
+
112
+ Bang On It! runs the same tests with the same thoroughness every time, in parallel, in seconds. Write the test plan once, run it on every PR. Keep manual QA for exploratory testing where human judgment matters — let Bang On It! handle the repetitive verification.
113
+
114
+ ### Performance and realistic simulation
115
+
116
+ Two technical advantages that cut across all comparisons:
117
+
118
+ **Batched actions with parallel agents.** Bang On It! executes multiple actions per tool call in a single batch — navigate, click, type, and observe in one round-trip instead of one-action-at-a-time. Combined with `--concurrency N` to run multiple agents in parallel (each with its own isolated browser session), a full test suite finishes in a fraction of the wall-clock time. A 10-test suite at `--concurrency 5` runs in roughly the time of 2 tests, not 10.
119
+
120
+ **Real input events, not DOM hacks.** Most testing tools dispatch events synthetically — calling `element.click()` or `element.value = "text"` directly in the DOM. This skips the browser's actual input pipeline, which means hover states don't trigger, drag-and-drop doesn't work, debounced inputs behave differently, and event listeners attached to `mousedown`/`mousemove`/`mouseup` never fire.
121
+
122
+ Bang On It! drives the browser through CDP `Input.dispatchMouseEvent` and Electron `sendInputEvent`:
123
+
124
+ - **Mouse movement** follows eased Bézier-style curves with distance-proportional speed, triggering every `mousemove`, `mouseenter`, and `mouseover` handler along the path.
125
+ - **Clicks** fire the full `mousedown` → `mouseup` → `click` sequence at real coordinates, with proper `clickCount` for double-clicks.
126
+ - **Typing** sends individual `keyDown` → `char` → `keyUp` events per character with randomized 30–100ms delays between keystrokes, triggering `input`, `change`, and `keypress` handlers exactly as a human typist would.
127
+ - **Scrolling** dispatches real `mouseWheel` events instead of calling `scrollTo`.
128
+
129
+ This catches an entire class of bugs that synthetic-event tools miss: broken drag-and-drop, hover menus that don't open, inputs that don't validate on blur, custom components that listen for native events.
51
130
 
52
131
  ## Install
53
132
 
@@ -0,0 +1 @@
1
+ CIPi_XcKXl17yJkvAnMYF
@@ -15,21 +15,21 @@
15
15
  "static/css/38219627f55424f2.css",
16
16
  "static/chunks/app/layout-57acb80d8da0067a.js"
17
17
  ],
18
- "/app/page": [
18
+ "/page": [
19
19
  "static/chunks/webpack-9e4fd47eb2c72de4.js",
20
20
  "static/chunks/1dd3208c-2143388ffa327752.js",
21
21
  "static/chunks/528-31e5ce0646826d75.js",
22
22
  "static/chunks/main-app-106dd83f859b9dfa.js",
23
- "static/chunks/02d30405-01bdf403629d0188.js",
24
- "static/chunks/631-0edca788fa58159b.js",
25
- "static/chunks/app/app/page-0e096497dcb81dae.js"
23
+ "static/chunks/app/page-1f82fbf792d529fd.js"
26
24
  ],
27
- "/page": [
25
+ "/app/page": [
28
26
  "static/chunks/webpack-9e4fd47eb2c72de4.js",
29
27
  "static/chunks/1dd3208c-2143388ffa327752.js",
30
28
  "static/chunks/528-31e5ce0646826d75.js",
31
29
  "static/chunks/main-app-106dd83f859b9dfa.js",
32
- "static/chunks/app/page-1f82fbf792d529fd.js"
30
+ "static/chunks/02d30405-01bdf403629d0188.js",
31
+ "static/chunks/631-0edca788fa58159b.js",
32
+ "static/chunks/app/app/page-0e096497dcb81dae.js"
33
33
  ]
34
34
  }
35
35
  }
@@ -0,0 +1 @@
1
+ {"/_not-found/page":"/_not-found","/page":"/","/app/page":"/app","/api/screenshot/route":"/api/screenshot","/api/chat/route":"/api/chat"}
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/Qq0OvlQijtcR84Dg9Dgp0/_buildManifest.js",
9
- "static/Qq0OvlQijtcR84Dg9Dgp0/_ssgManifest.js"
8
+ "static/CIPi_XcKXl17yJkvAnMYF/_buildManifest.js",
9
+ "static/CIPi_XcKXl17yJkvAnMYF/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-9e4fd47eb2c72de4.js",
@@ -1 +1 @@
1
- {"version":4,"routes":{"/":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/","dataRoute":"/index.rsc"},"/app":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/app","dataRoute":"/app.rsc"}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"ff4f7004b46087a922a3d31d4dccef27","previewModeSigningKey":"b420731223c6569e09166cae27e942db3badd1feee6cac5b1107f3c542e24ebf","previewModeEncryptionKey":"89adb259c9c8bf9509b856c15e9cbb625d73388a72ffb9bd4200004df5e6cb2e"}}
1
+ {"version":4,"routes":{"/":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/","dataRoute":"/index.rsc"},"/app":{"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/app","dataRoute":"/app.rsc"}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"d1177f7c3846aeea7ee482e35e4e2503","previewModeSigningKey":"fd69301c640b0c867845b64feecd768ee0ed9e1622df71638514a83abff728b7","previewModeEncryptionKey":"fa5f5ac494b5256a8ee28d9948ca4c329b6ade2504ab57951aa1e1643ff44ee9"}}
@@ -0,0 +1 @@
1
+ {"version":1,"config":{"env":{"DESKTOP_APP_VERSION":"0.1.0"},"webpack":null,"eslint":{"ignoreDuringBuilds":false},"typescript":{"ignoreBuildErrors":false,"tsconfigPath":"tsconfig.json"},"distDir":".next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.js","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"analyticsId":"","images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[16,32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":60,"formats":["image/webp"],"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"inline","remotePatterns":[],"unoptimized":false},"devIndicators":{"buildActivity":true,"buildActivityPosition":"bottom-right"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"amp":{"canonicalBase":""},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"optimizeFonts":true,"excludeDefaultMomentLocales":true,"serverRuntimeConfig":{},"publicRuntimeConfig":{},"reactProductionProfiling":false,"reactStrictMode":null,"httpAgentOptions":{"keepAlive":true},"outputFileTracing":true,"staticPageGenerationTimeout":60,"swcMinify":true,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"experimental":{"multiZoneDraftMode":false,"prerenderEarlyExit":false,"serverMinification":true,"serverSourceMaps":false,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","middlewarePrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":9,"memoryBasedWorkersCount":false,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"outputFileTracingRoot":"/Users/pete/repos/growthgirl","swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"adjustFontFallbacks":false,"adjustFontFallbacksWithSizeAdjust":false,"typedRoutes":false,"instrumentationHook":false,"bundlePagesExternals":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"missingSuspenseWithCSRBailout":true,"optimizeServerReact":true,"useEarlyImport":false,"staleTimes":{"dynamic":30,"static":300},"optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"configFileName":"next.config.js"},"appDir":"/Users/pete/repos/growthgirl/app/webapp","relativeAppDir":"app/webapp","files":[".next/routes-manifest.json",".next/server/pages-manifest.json",".next/build-manifest.json",".next/prerender-manifest.json",".next/server/middleware-manifest.json",".next/server/middleware-build-manifest.js",".next/server/middleware-react-loadable-manifest.js",".next/server/app-paths-manifest.json",".next/app-path-routes-manifest.json",".next/app-build-manifest.json",".next/server/server-reference-manifest.js",".next/server/server-reference-manifest.json",".next/react-loadable-manifest.json",".next/server/font-manifest.json",".next/BUILD_ID",".next/server/next-font-manifest.js",".next/server/next-font-manifest.json"],"ignore":["../../node_modules/next/dist/compiled/@ampproject/toolbox-optimizer/**/*"]}
@@ -1 +1 @@
1
- (()=>{var e={};e.id=409,e.ids=[409],e.modules={2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},8831:(e,t,n)=>{"use strict";n.r(t),n.d(t,{GlobalError:()=>s.a,__next_app__:()=>f,originalPathname:()=>c,pages:()=>d,routeModule:()=>p,tree:()=>a}),n(3627),n(7824),n(7718);var r=n(3282),o=n(5736),i=n(3906),s=n.n(i),u=n(6880),l={};for(let e in u)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>u[e]);n.d(t,l);let a=["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(n.t.bind(n,7824,23)),"next/dist/client/components/not-found-error"]}]},{}]},{layout:[()=>Promise.resolve().then(n.bind(n,7718)),"/Users/pete/repos/growthgirl/app/webapp/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(n.t.bind(n,7824,23)),"next/dist/client/components/not-found-error"]}],d=[],c="/_not-found/page",f={require:n,loadChunk:()=>Promise.resolve()},p=new r.AppPageRouteModule({definition:{kind:o.x.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:a}})},3652:()=>{},1171:(e,t,n)=>{Promise.resolve().then(n.t.bind(n,4424,23)),Promise.resolve().then(n.t.bind(n,7752,23)),Promise.resolve().then(n.t.bind(n,5275,23)),Promise.resolve().then(n.t.bind(n,9842,23)),Promise.resolve().then(n.t.bind(n,1633,23)),Promise.resolve().then(n.t.bind(n,9224,23))},7718:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i,metadata:()=>o});var r=n(9013);n(5556);let o={title:"Bang On It!"};function i({children:e}){return r.jsx("html",{lang:"en",children:r.jsx("body",{children:e})})}},8433:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{isNotFoundError:function(){return o},notFound:function(){return r}});let n="NEXT_NOT_FOUND";function r(){let e=Error(n);throw e.digest=n,e}function o(e){return"object"==typeof e&&null!==e&&"digest"in e&&e.digest===n}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},3627:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{PARALLEL_ROUTE_DEFAULT_PATH:function(){return o},default:function(){return i}});let r=n(8433),o="next/dist/client/components/parallel-route-default.js";function i(){(0,r.notFound)()}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},5556:()=>{}};var t=require("../../webpack-runtime.js");t.C(e);var n=e=>t(t.s=e),r=t.X(0,[522,679],()=>n(8831));module.exports=r})();
1
+ (()=>{var e={};e.id=409,e.ids=[409],e.modules={2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},9722:(e,t,n)=>{"use strict";n.r(t),n.d(t,{GlobalError:()=>s.a,__next_app__:()=>f,originalPathname:()=>c,pages:()=>d,routeModule:()=>p,tree:()=>a}),n(3627),n(7824),n(7718);var r=n(3282),o=n(5736),i=n(3906),s=n.n(i),u=n(6880),l={};for(let e in u)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>u[e]);n.d(t,l);let a=["",{children:["/_not-found",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(n.t.bind(n,7824,23)),"next/dist/client/components/not-found-error"]}]},{}]},{layout:[()=>Promise.resolve().then(n.bind(n,7718)),"/Users/pete/repos/growthgirl/app/webapp/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(n.t.bind(n,7824,23)),"next/dist/client/components/not-found-error"]}],d=[],c="/_not-found/page",f={require:n,loadChunk:()=>Promise.resolve()},p=new r.AppPageRouteModule({definition:{kind:o.x.APP_PAGE,page:"/_not-found/page",pathname:"/_not-found",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:a}})},3652:()=>{},1171:(e,t,n)=>{Promise.resolve().then(n.t.bind(n,4424,23)),Promise.resolve().then(n.t.bind(n,7752,23)),Promise.resolve().then(n.t.bind(n,5275,23)),Promise.resolve().then(n.t.bind(n,9842,23)),Promise.resolve().then(n.t.bind(n,1633,23)),Promise.resolve().then(n.t.bind(n,9224,23))},7718:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i,metadata:()=>o});var r=n(9013);n(5556);let o={title:"Bang On It!"};function i({children:e}){return r.jsx("html",{lang:"en",children:r.jsx("body",{children:e})})}},8433:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{isNotFoundError:function(){return o},notFound:function(){return r}});let n="NEXT_NOT_FOUND";function r(){let e=Error(n);throw e.digest=n,e}function o(e){return"object"==typeof e&&null!==e&&"digest"in e&&e.digest===n}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},3627:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}(t,{PARALLEL_ROUTE_DEFAULT_PATH:function(){return o},default:function(){return i}});let r=n(8433),o="next/dist/client/components/parallel-route-default.js";function i(){(0,r.notFound)()}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},5556:()=>{}};var t=require("../../webpack-runtime.js");t.C(e);var n=e=>t(t.s=e),r=t.X(0,[522,679],()=>n(9722));module.exports=r})();
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/38219627f55424f2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js"/><script src="/_next/static/chunks/1dd3208c-2143388ffa327752.js" async=""></script><script src="/_next/static/chunks/528-31e5ce0646826d75.js" async=""></script><script src="/_next/static/chunks/main-app-106dd83f859b9dfa.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Bang On It!</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/38219627f55424f2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[1815,[],\"\"]\n4:I[5092,[],\"\"]\n5:I[2023,[],\"\"]\nb:I[1584,[],\"\"]\n6:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n7:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n8:{\"display\":\"inline-block\"}\n9:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"Qq0OvlQijtcR84Dg9Dgp0\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/38219627f55424f2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$6\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$7\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$8\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$9\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Bang On It!\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/38219627f55424f2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js"/><script src="/_next/static/chunks/1dd3208c-2143388ffa327752.js" async=""></script><script src="/_next/static/chunks/528-31e5ce0646826d75.js" async=""></script><script src="/_next/static/chunks/main-app-106dd83f859b9dfa.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Bang On It!</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/38219627f55424f2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[1815,[],\"\"]\n4:I[5092,[],\"\"]\n5:I[2023,[],\"\"]\nb:I[1584,[],\"\"]\n6:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n7:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n8:{\"display\":\"inline-block\"}\n9:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"CIPi_XcKXl17yJkvAnMYF\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/38219627f55424f2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$6\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$7\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$8\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$9\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Bang On It!\"}]]\n3:null\n"])</script></body></html>
@@ -4,6 +4,6 @@
4
4
  5:{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"}
5
5
  6:{"display":"inline-block"}
6
6
  7:{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0}
7
- 0:["Qq0OvlQijtcR84Dg9Dgp0",[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["/_not-found",{"children":["__PAGE__",{},[["$L1",[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","/_not-found","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/38219627f55424f2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$4","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$5","children":"404"}],["$","div",null,{"style":"$6","children":["$","h2",null,{"style":"$7","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]],null],null],["$L8",["$","meta",null,{"name":"robots","content":"noindex"}]]]]]
7
+ 0:["CIPi_XcKXl17yJkvAnMYF",[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["/_not-found",{"children":["__PAGE__",{},[["$L1",[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null],null],null]},[null,["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children","/_not-found","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/38219627f55424f2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$4","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$5","children":"404"}],["$","div",null,{"style":"$6","children":["$","h2",null,{"style":"$7","children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]],null],null],["$L8",["$","meta",null,{"name":"robots","content":"noindex"}]]]]]
8
8
  8:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Bang On It!"}]]
9
9
  1:null
@@ -0,0 +1 @@
1
+ "use strict";(()=>{var e={};e.id=744,e.ids=[744],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},2048:e=>{e.exports=require("fs")},9801:e=>{e.exports=require("os")},5315:e=>{e.exports=require("path")},5365:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>x,patchFetch:()=>m,requestAsyncStorage:()=>c,routeModule:()=>d,serverHooks:()=>l,staticGenerationAsyncStorage:()=>h});var a={};t.r(a),t.d(a,{OPTIONS:()=>u,POST:()=>n});var p=t(3036),o=t(5736),s=t(5262);let i=(0,t(5708).V)(),u=i.OPTIONS,n=i.POST,d=new p.AppRouteRouteModule({definition:{kind:o.x.APP_ROUTE,page:"/api/chat/route",pathname:"/api/chat",filename:"route",bundlePath:"app/api/chat/route"},resolvedPagePath:"/Users/pete/repos/growthgirl/app/webapp/src/app/api/chat/route.ts",nextConfigOutput:"standalone",userland:a}),{requestAsyncStorage:c,staticGenerationAsyncStorage:h,serverHooks:l}=d,x="/api/chat/route";function m(){return(0,s.patchFetch)({serverHooks:l,staticGenerationAsyncStorage:h})}}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),a=r.X(0,[522,124,708],()=>t(5365));module.exports=a})();
@@ -1 +1 @@
1
- "use strict";(()=>{var e={};e.id=310,e.ids=[310],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},2048:e=>{e.exports=require("fs")},9801:e=>{e.exports=require("os")},5315:e=>{e.exports=require("path")},6132:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>x,patchFetch:()=>m,requestAsyncStorage:()=>c,routeModule:()=>d,serverHooks:()=>l,staticGenerationAsyncStorage:()=>h});var s={};t.r(s),t.d(s,{OPTIONS:()=>n,POST:()=>u});var o=t(3036),p=t(5736),a=t(5262);let i=(0,t(5708).u)(),n=i.OPTIONS,u=i.POST,d=new o.AppRouteRouteModule({definition:{kind:p.x.APP_ROUTE,page:"/api/screenshot/route",pathname:"/api/screenshot",filename:"route",bundlePath:"app/api/screenshot/route"},resolvedPagePath:"/Users/pete/repos/growthgirl/app/webapp/src/app/api/screenshot/route.ts",nextConfigOutput:"",userland:s}),{requestAsyncStorage:c,staticGenerationAsyncStorage:h,serverHooks:l}=d,x="/api/screenshot/route";function m(){return(0,a.patchFetch)({serverHooks:l,staticGenerationAsyncStorage:h})}}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[522,124,708],()=>t(6132));module.exports=s})();
1
+ "use strict";(()=>{var e={};e.id=310,e.ids=[310],e.modules={399:e=>{e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},517:e=>{e.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},2048:e=>{e.exports=require("fs")},9801:e=>{e.exports=require("os")},5315:e=>{e.exports=require("path")},9468:(e,r,t)=>{t.r(r),t.d(r,{originalPathname:()=>x,patchFetch:()=>m,requestAsyncStorage:()=>c,routeModule:()=>d,serverHooks:()=>l,staticGenerationAsyncStorage:()=>h});var s={};t.r(s),t.d(s,{OPTIONS:()=>n,POST:()=>u});var o=t(3036),p=t(5736),a=t(5262);let i=(0,t(5708).u)(),n=i.OPTIONS,u=i.POST,d=new o.AppRouteRouteModule({definition:{kind:p.x.APP_ROUTE,page:"/api/screenshot/route",pathname:"/api/screenshot",filename:"route",bundlePath:"app/api/screenshot/route"},resolvedPagePath:"/Users/pete/repos/growthgirl/app/webapp/src/app/api/screenshot/route.ts",nextConfigOutput:"standalone",userland:s}),{requestAsyncStorage:c,staticGenerationAsyncStorage:h,serverHooks:l}=d,x="/api/screenshot/route";function m(){return(0,a.patchFetch)({serverHooks:l,staticGenerationAsyncStorage:h})}}};var r=require("../../../webpack-runtime.js");r.C(e);var t=e=>r(r.s=e),s=r.X(0,[522,124,708],()=>t(9468));module.exports=s})();
@@ -1,4 +1,4 @@
1
- (()=>{var e={};e.id=191,e.ids=[191],e.modules={2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},4114:(e,t,n)=>{"use strict";n.r(t),n.d(t,{GlobalError:()=>s.a,__next_app__:()=>p,originalPathname:()=>d,pages:()=>c,routeModule:()=>f,tree:()=>u}),n(1241),n(7718),n(7824);var r=n(3282),a=n(5736),i=n(3906),s=n.n(i),o=n(6880),l={};for(let e in o)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>o[e]);n.d(t,l);let u=["",{children:["app",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(n.bind(n,1241)),"/Users/pete/repos/growthgirl/app/webapp/src/app/app/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(n.bind(n,7718)),"/Users/pete/repos/growthgirl/app/webapp/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(n.t.bind(n,7824,23)),"next/dist/client/components/not-found-error"]}],c=["/Users/pete/repos/growthgirl/app/webapp/src/app/app/page.tsx"],d="/app/page",p={require:n,loadChunk:()=>Promise.resolve()},f=new r.AppPageRouteModule({definition:{kind:a.x.APP_PAGE,page:"/app/page",pathname:"/app",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:u}})},769:(e,t,n)=>{Promise.resolve().then(n.bind(n,5016))},3652:()=>{},1171:(e,t,n)=>{Promise.resolve().then(n.t.bind(n,4424,23)),Promise.resolve().then(n.t.bind(n,7752,23)),Promise.resolve().then(n.t.bind(n,5275,23)),Promise.resolve().then(n.t.bind(n,9842,23)),Promise.resolve().then(n.t.bind(n,1633,23)),Promise.resolve().then(n.t.bind(n,9224,23))},5016:(e,t,n)=>{"use strict";let r;n.r(t),n.d(t,{default:()=>fn});var a,i,s,o,l,u,c,d,p,f,h,m,g,y,v,b,x,k,w,_,S,I,E,T,C,A,N,z,O,P,R,j,D,M,$,L,F,Z,q,U,V,B,W,H,J,G,K,Y,Q={};n.r(Q),n.d(Q,{boolean:()=>l$,booleanish:()=>lL,commaOrSpaceSeparated:()=>lV,commaSeparated:()=>lU,number:()=>lZ,overloadedBoolean:()=>lF,spaceSeparated:()=>lq});var X={};n.r(X),n.d(X,{attentionMarkers:()=>cZ,contentInitial:()=>cj,disable:()=>cq,document:()=>cR,flow:()=>cM,flowInitial:()=>cD,insideSpan:()=>cF,string:()=>c$,text:()=>cL});var ee=n(3227),et=n(3677),en="vercel.ai.error",er=Symbol.for(en),ea=class e extends(s=Error,i=er,s){constructor({name:e,message:t,cause:n}){super(t),this[i]=!0,this.name=e,this.cause=n}static isInstance(t){return e.hasMarker(t,en)}static hasMarker(e,t){let n=Symbol.for(t);return null!=e&&"object"==typeof e&&n in e&&"boolean"==typeof e[n]&&!0===e[n]}};function ei(e){return null==e?"unknown error":"string"==typeof e?e:e instanceof Error?e.message:JSON.stringify(e)}Symbol.for("vercel.ai.error.AI_APICallError"),Symbol.for("vercel.ai.error.AI_EmptyResponseBodyError");var es="AI_InvalidArgumentError",eo=`vercel.ai.error.${es}`,el=Symbol.for(eo),eu=class extends(l=ea,o=el,l){constructor({message:e,cause:t,argument:n}){super({name:es,message:e,cause:t}),this[o]=!0,this.argument=n}static isInstance(e){return ea.hasMarker(e,eo)}},ec=(Symbol.for("vercel.ai.error.AI_InvalidPromptError"),Symbol.for("vercel.ai.error.AI_InvalidResponseDataError"),"AI_JSONParseError"),ed=`vercel.ai.error.${ec}`,ep=Symbol.for(ed),ef=class extends(c=ea,u=ep,c){constructor({text:e,cause:t}){super({name:ec,message:`JSON parsing failed: Text: ${e}.
1
+ (()=>{var e={};e.id=191,e.ids=[191],e.modules={2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},7541:(e,t,n)=>{"use strict";n.r(t),n.d(t,{GlobalError:()=>s.a,__next_app__:()=>p,originalPathname:()=>d,pages:()=>c,routeModule:()=>f,tree:()=>u}),n(1241),n(7718),n(7824);var r=n(3282),a=n(5736),i=n(3906),s=n.n(i),o=n(6880),l={};for(let e in o)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>o[e]);n.d(t,l);let u=["",{children:["app",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(n.bind(n,1241)),"/Users/pete/repos/growthgirl/app/webapp/src/app/app/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(n.bind(n,7718)),"/Users/pete/repos/growthgirl/app/webapp/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(n.t.bind(n,7824,23)),"next/dist/client/components/not-found-error"]}],c=["/Users/pete/repos/growthgirl/app/webapp/src/app/app/page.tsx"],d="/app/page",p={require:n,loadChunk:()=>Promise.resolve()},f=new r.AppPageRouteModule({definition:{kind:a.x.APP_PAGE,page:"/app/page",pathname:"/app",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:u}})},769:(e,t,n)=>{Promise.resolve().then(n.bind(n,5016))},3652:()=>{},1171:(e,t,n)=>{Promise.resolve().then(n.t.bind(n,4424,23)),Promise.resolve().then(n.t.bind(n,7752,23)),Promise.resolve().then(n.t.bind(n,5275,23)),Promise.resolve().then(n.t.bind(n,9842,23)),Promise.resolve().then(n.t.bind(n,1633,23)),Promise.resolve().then(n.t.bind(n,9224,23))},5016:(e,t,n)=>{"use strict";let r;n.r(t),n.d(t,{default:()=>fn});var a,i,s,o,l,u,c,d,p,f,h,m,g,y,v,b,x,k,w,_,S,I,E,T,C,A,N,z,O,P,R,j,D,M,$,L,F,Z,q,U,V,B,W,H,J,G,K,Y,Q={};n.r(Q),n.d(Q,{boolean:()=>l$,booleanish:()=>lL,commaOrSpaceSeparated:()=>lV,commaSeparated:()=>lU,number:()=>lZ,overloadedBoolean:()=>lF,spaceSeparated:()=>lq});var X={};n.r(X),n.d(X,{attentionMarkers:()=>cZ,contentInitial:()=>cj,disable:()=>cq,document:()=>cR,flow:()=>cM,flowInitial:()=>cD,insideSpan:()=>cF,string:()=>c$,text:()=>cL});var ee=n(3227),et=n(3677),en="vercel.ai.error",er=Symbol.for(en),ea=class e extends(s=Error,i=er,s){constructor({name:e,message:t,cause:n}){super(t),this[i]=!0,this.name=e,this.cause=n}static isInstance(t){return e.hasMarker(t,en)}static hasMarker(e,t){let n=Symbol.for(t);return null!=e&&"object"==typeof e&&n in e&&"boolean"==typeof e[n]&&!0===e[n]}};function ei(e){return null==e?"unknown error":"string"==typeof e?e:e instanceof Error?e.message:JSON.stringify(e)}Symbol.for("vercel.ai.error.AI_APICallError"),Symbol.for("vercel.ai.error.AI_EmptyResponseBodyError");var es="AI_InvalidArgumentError",eo=`vercel.ai.error.${es}`,el=Symbol.for(eo),eu=class extends(l=ea,o=el,l){constructor({message:e,cause:t,argument:n}){super({name:es,message:e,cause:t}),this[o]=!0,this.argument=n}static isInstance(e){return ea.hasMarker(e,eo)}},ec=(Symbol.for("vercel.ai.error.AI_InvalidPromptError"),Symbol.for("vercel.ai.error.AI_InvalidResponseDataError"),"AI_JSONParseError"),ed=`vercel.ai.error.${ec}`,ep=Symbol.for(ed),ef=class extends(c=ea,u=ep,c){constructor({text:e,cause:t}){super({name:ec,message:`JSON parsing failed: Text: ${e}.
2
2
  Error message: ${ei(t)}`,cause:t}),this[u]=!0,this.text=e}static isInstance(e){return ea.hasMarker(e,ed)}},eh=(Symbol.for("vercel.ai.error.AI_LoadAPIKeyError"),Symbol.for("vercel.ai.error.AI_LoadSettingError"),Symbol.for("vercel.ai.error.AI_NoContentGeneratedError"),"AI_NoSuchModelError"),em=`vercel.ai.error.${eh}`,eg=Symbol.for(em),ey=class extends(p=ea,d=eg,p){constructor({errorName:e=eh,modelId:t,modelType:n,message:r=`No such ${n}: ${t}`}){super({name:e,message:r}),this[d]=!0,this.modelId=t,this.modelType=n}static isInstance(e){return ea.hasMarker(e,em)}},ev=(Symbol.for("vercel.ai.error.AI_TooManyEmbeddingValuesForCallError"),"AI_TypeValidationError"),eb=`vercel.ai.error.${ev}`,ex=Symbol.for(eb),ek=class e extends(h=ea,f=ex,h){constructor({value:e,cause:t,context:n}){let r="Type validation failed";if((null==n?void 0:n.field)&&(r+=` for ${n.field}`),(null==n?void 0:n.entityName)||(null==n?void 0:n.entityId)){r+=" (";let e=[];n.entityName&&e.push(n.entityName),n.entityId&&e.push(`id: "${n.entityId}"`),r+=e.join(", ")+")"}super({name:ev,message:`${r}: Value: ${JSON.stringify(e)}.
3
3
  Error message: ${ei(t)}`,cause:t}),this[f]=!0,this.value=e,this.context=n}static isInstance(e){return ea.hasMarker(e,eb)}static wrap({value:t,cause:n,context:r}){var a,i,s;return e.isInstance(n)&&n.value===t&&(null==(a=n.context)?void 0:a.field)===(null==r?void 0:r.field)&&(null==(i=n.context)?void 0:i.entityName)===(null==r?void 0:r.entityName)&&(null==(s=n.context)?void 0:s.entityId)===(null==r?void 0:r.entityId)?n:new e({value:t,cause:n,context:r})}},ew="AI_UnsupportedFunctionalityError",e_=`vercel.ai.error.${ew}`,eS=Symbol.for(e_),eI=class extends(g=ea,m=eS,g){constructor({functionality:e,message:t=`'${e}' functionality not supported.`}){super({name:ew,message:t}),this[m]=!0,this.functionality=e}static isInstance(e){return ea.hasMarker(e,e_)}};function eE(e){return null===e||"string"==typeof e||"number"==typeof e||"boolean"==typeof e||(Array.isArray(e)?e.every(eE):"object"==typeof e&&Object.entries(e).every(([e,t])=>"string"==typeof e&&(void 0===t||eE(t))))}Symbol("ZodOutput"),Symbol("ZodInput");class eT{constructor(){this._map=new Map,this._idmap=new Map}add(e,...t){let n=t[0];if(this._map.set(e,n),n&&"object"==typeof n&&"id"in n){if(this._idmap.has(n.id))throw Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,e)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(e){let t=this._map.get(e);return t&&"object"==typeof t&&"id"in t&&this._idmap.delete(t.id),this._map.delete(e),this}get(e){let t=e._zod.parent;if(t){let n={...this.get(t)??{}};return delete n.id,{...n,...this._map.get(e)}}return this._map.get(e)}has(e){return this._map.has(e)}}let eC=new eT;function eA(e){let t=Object.values(e).filter(e=>"number"==typeof e);return Object.entries(e).filter(([e,n])=>-1===t.indexOf(+e)).map(([e,t])=>t)}function eN(e,t){return"bigint"==typeof t?t.toString():t}function ez(e){return{get value(){{let t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function eO(e){let t=e.startsWith("^")?1:0,n=e.endsWith("$")?e.length-1:e.length;return e.slice(t,n)}function eP(e,t,n){Object.defineProperty(e,t,{get(){{let r=n();return e[t]=r,r}},set(n){Object.defineProperty(e,t,{value:n})},configurable:!0})}function eR(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function ej(e){return JSON.stringify(e)}let eD=Error.captureStackTrace?Error.captureStackTrace:(...e)=>{};function eM(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}let e$=ez(()=>{if("undefined"!=typeof navigator&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{return Function(""),!0}catch(e){return!1}});function eL(e){if(!1===eM(e))return!1;let t=e.constructor;if(void 0===t)return!0;let n=t.prototype;return!1!==eM(n)&&!1!==Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")}let eF=new Set(["string","number","symbol"]);function eZ(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function eq(e,t,n){let r=new e._zod.constr(t??e._zod.def);return(!t||n?.parent)&&(r._zod.parent=e),r}function eU(e){if(!e)return{};if("string"==typeof e)return{error:()=>e};if(e?.message!==void 0){if(e?.error!==void 0)throw Error("Cannot specify both `message` and `error` params");e.error=e.message}return(delete e.message,"string"==typeof e.error)?{...e,error:()=>e.error}:e}let eV={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]};function eB(e,t=0){for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue!==!0)return!0;return!1}function eW(e,t){return t.map(t=>(t.path??(t.path=[]),t.path.unshift(e),t))}function eH(e){return"string"==typeof e?e:e?.message}function eJ(e,t,n){let r={...e,path:e.path??[]};if(!e.message){let a=eH(e.inst?._zod.def?.error?.(e))??eH(t?.error?.(e))??eH(n.customError?.(e))??eH(n.localeError?.(e))??"Invalid input";r.message=a}return delete r.inst,delete r.continue,t?.reportInput||delete r.input,r}function eG(e){return Array.isArray(e)?"array":"string"==typeof e?"string":"unknown"}function eK(...e){let[t,n,r]=e;return"string"==typeof t?{message:t,code:"custom",input:n,inst:r}:{...t}}class eY{constructor(e){this.counter=0,this.metadataRegistry=e?.metadata??eC,this.target=e?.target??"draft-2020-12",this.unrepresentable=e?.unrepresentable??"throw",this.override=e?.override??(()=>{}),this.io=e?.io??"output",this.seen=new Map}process(e,t={path:[],schemaPath:[]}){var n;let r=e._zod.def,a=this.seen.get(e);if(a)return a.count++,t.schemaPath.includes(e)&&(a.cycle=t.path),a.schema;let i={schema:{},count:1,cycle:void 0,path:t.path};this.seen.set(e,i);let s=e._zod.toJSONSchema?.();if(s)i.schema=s;else{let n={...t,schemaPath:[...t.schemaPath,e],path:t.path},a=e._zod.parent;if(a)i.ref=a,this.process(a,n),this.seen.get(a).isParent=!0;else{let t=i.schema;switch(r.type){case"string":{t.type="string";let{minimum:n,maximum:r,format:a,patterns:s,contentEncoding:o}=e._zod.bag;if("number"==typeof n&&(t.minLength=n),"number"==typeof r&&(t.maxLength=r),a&&(t.format=({guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""})[a]??a,""===t.format&&delete t.format),o&&(t.contentEncoding=o),s&&s.size>0){let e=[...s];1===e.length?t.pattern=e[0].source:e.length>1&&(i.schema.allOf=[...e.map(e=>({..."draft-7"===this.target?{type:"string"}:{},pattern:e.source}))])}break}case"number":{let{minimum:n,maximum:r,format:a,multipleOf:i,exclusiveMaximum:s,exclusiveMinimum:o}=e._zod.bag;"string"==typeof a&&a.includes("int")?t.type="integer":t.type="number","number"==typeof o&&(t.exclusiveMinimum=o),"number"==typeof n&&(t.minimum=n,"number"==typeof o&&(o>=n?delete t.minimum:delete t.exclusiveMinimum)),"number"==typeof s&&(t.exclusiveMaximum=s),"number"==typeof r&&(t.maximum=r,"number"==typeof s&&(s<=r?delete t.maximum:delete t.exclusiveMaximum)),"number"==typeof i&&(t.multipleOf=i);break}case"boolean":case"success":t.type="boolean";break;case"bigint":if("throw"===this.unrepresentable)throw Error("BigInt cannot be represented in JSON Schema");break;case"symbol":if("throw"===this.unrepresentable)throw Error("Symbols cannot be represented in JSON Schema");break;case"null":t.type="null";break;case"any":case"unknown":break;case"undefined":if("throw"===this.unrepresentable)throw Error("Undefined cannot be represented in JSON Schema");break;case"void":if("throw"===this.unrepresentable)throw Error("Void cannot be represented in JSON Schema");break;case"never":t.not={};break;case"date":if("throw"===this.unrepresentable)throw Error("Date cannot be represented in JSON Schema");break;case"array":{let{minimum:a,maximum:i}=e._zod.bag;"number"==typeof a&&(t.minItems=a),"number"==typeof i&&(t.maxItems=i),t.type="array",t.items=this.process(r.element,{...n,path:[...n.path,"items"]});break}case"object":{t.type="object",t.properties={};let e=r.shape;for(let r in e)t.properties[r]=this.process(e[r],{...n,path:[...n.path,"properties",r]});let a=new Set([...new Set(Object.keys(e))].filter(e=>{let t=r.shape[e]._zod;return"input"===this.io?void 0===t.optin:void 0===t.optout}));a.size>0&&(t.required=Array.from(a)),r.catchall?._zod.def.type==="never"?t.additionalProperties=!1:r.catchall?r.catchall&&(t.additionalProperties=this.process(r.catchall,{...n,path:[...n.path,"additionalProperties"]})):"output"===this.io&&(t.additionalProperties=!1);break}case"union":t.anyOf=r.options.map((e,t)=>this.process(e,{...n,path:[...n.path,"anyOf",t]}));break;case"intersection":{let e=this.process(r.left,{...n,path:[...n.path,"allOf",0]}),a=this.process(r.right,{...n,path:[...n.path,"allOf",1]}),i=[..."allOf"in e&&1===Object.keys(e).length?e.allOf:[e],..."allOf"in a&&1===Object.keys(a).length?a.allOf:[a]];t.allOf=i;break}case"tuple":{t.type="array";let a=r.items.map((e,t)=>this.process(e,{...n,path:[...n.path,"prefixItems",t]}));if("draft-2020-12"===this.target?t.prefixItems=a:t.items=a,r.rest){let e=this.process(r.rest,{...n,path:[...n.path,"items"]});"draft-2020-12"===this.target?t.items=e:t.additionalItems=e}r.rest&&(t.items=this.process(r.rest,{...n,path:[...n.path,"items"]}));let{minimum:i,maximum:s}=e._zod.bag;"number"==typeof i&&(t.minItems=i),"number"==typeof s&&(t.maxItems=s);break}case"record":t.type="object",t.propertyNames=this.process(r.keyType,{...n,path:[...n.path,"propertyNames"]}),t.additionalProperties=this.process(r.valueType,{...n,path:[...n.path,"additionalProperties"]});break;case"map":if("throw"===this.unrepresentable)throw Error("Map cannot be represented in JSON Schema");break;case"set":if("throw"===this.unrepresentable)throw Error("Set cannot be represented in JSON Schema");break;case"enum":{let e=eA(r.entries);e.every(e=>"number"==typeof e)&&(t.type="number"),e.every(e=>"string"==typeof e)&&(t.type="string"),t.enum=e;break}case"literal":{let e=[];for(let t of r.values)if(void 0===t){if("throw"===this.unrepresentable)throw Error("Literal `undefined` cannot be represented in JSON Schema")}else if("bigint"==typeof t){if("throw"===this.unrepresentable)throw Error("BigInt literals cannot be represented in JSON Schema");e.push(Number(t))}else e.push(t);if(0===e.length);else if(1===e.length){let n=e[0];t.type=null===n?"null":typeof n,t.const=n}else e.every(e=>"number"==typeof e)&&(t.type="number"),e.every(e=>"string"==typeof e)&&(t.type="string"),e.every(e=>"boolean"==typeof e)&&(t.type="string"),e.every(e=>null===e)&&(t.type="null"),t.enum=e;break}case"file":{let n={type:"string",format:"binary",contentEncoding:"binary"},{minimum:r,maximum:a,mime:i}=e._zod.bag;void 0!==r&&(n.minLength=r),void 0!==a&&(n.maxLength=a),i?1===i.length?(n.contentMediaType=i[0],Object.assign(t,n)):t.anyOf=i.map(e=>({...n,contentMediaType:e})):Object.assign(t,n);break}case"transform":if("throw"===this.unrepresentable)throw Error("Transforms cannot be represented in JSON Schema");break;case"nullable":{let e=this.process(r.innerType,n);t.anyOf=[e,{type:"null"}];break}case"nonoptional":case"promise":case"optional":this.process(r.innerType,n),i.ref=r.innerType;break;case"default":this.process(r.innerType,n),i.ref=r.innerType,t.default=JSON.parse(JSON.stringify(r.defaultValue));break;case"prefault":this.process(r.innerType,n),i.ref=r.innerType,"input"===this.io&&(t._prefault=JSON.parse(JSON.stringify(r.defaultValue)));break;case"catch":{let e;this.process(r.innerType,n),i.ref=r.innerType;try{e=r.catchValue(void 0)}catch{throw Error("Dynamic catch values are not supported in JSON Schema")}t.default=e;break}case"nan":if("throw"===this.unrepresentable)throw Error("NaN cannot be represented in JSON Schema");break;case"template_literal":{let n=e._zod.pattern;if(!n)throw Error("Pattern not found in template literal");t.type="string",t.pattern=n.source;break}case"pipe":{let e="input"===this.io?"transform"===r.in._zod.def.type?r.out:r.in:r.out;this.process(e,n),i.ref=e;break}case"readonly":this.process(r.innerType,n),i.ref=r.innerType,t.readOnly=!0;break;case"lazy":{let t=e._zod.innerType;this.process(t,n),i.ref=t;break}case"custom":if("throw"===this.unrepresentable)throw Error("Custom types cannot be represented in JSON Schema")}}}let o=this.metadataRegistry.get(e);return o&&Object.assign(i.schema,o),"input"===this.io&&function e(t,n){let r=n??{seen:new Set};if(r.seen.has(t))return!1;r.seen.add(t);let a=t._zod.def;switch(a.type){case"string":case"number":case"bigint":case"boolean":case"date":case"symbol":case"undefined":case"null":case"any":case"unknown":case"never":case"void":case"literal":case"enum":case"nan":case"file":case"template_literal":case"custom":case"success":case"catch":return!1;case"array":return e(a.element,r);case"object":for(let t in a.shape)if(e(a.shape[t],r))return!0;return!1;case"union":for(let t of a.options)if(e(t,r))return!0;return!1;case"intersection":return e(a.left,r)||e(a.right,r);case"tuple":for(let t of a.items)if(e(t,r))return!0;if(a.rest&&e(a.rest,r))return!0;return!1;case"record":case"map":return e(a.keyType,r)||e(a.valueType,r);case"set":return e(a.valueType,r);case"promise":case"optional":case"nonoptional":case"nullable":case"readonly":case"default":case"prefault":return e(a.innerType,r);case"lazy":return e(a.getter(),r);case"transform":return!0;case"pipe":return e(a.in,r)||e(a.out,r)}throw Error(`Unknown schema type: ${a.type}`)}(e)&&(delete i.schema.examples,delete i.schema.default),"input"===this.io&&i.schema._prefault&&((n=i.schema).default??(n.default=i.schema._prefault)),delete i.schema._prefault,this.seen.get(e).schema}emit(e,t){let n={cycles:t?.cycles??"ref",reused:t?.reused??"inline",external:t?.external??void 0},r=this.seen.get(e);if(!r)throw Error("Unprocessed schema. This is a bug in Zod.");let a=e=>{let t="draft-2020-12"===this.target?"$defs":"definitions";if(n.external){let r=n.external.registry.get(e[0])?.id,a=n.external.uri??(e=>e);if(r)return{ref:a(r)};let i=e[1].defId??e[1].schema.id??`schema${this.counter++}`;return e[1].defId=i,{defId:i,ref:`${a("__shared")}#/${t}/${i}`}}if(e[1]===r)return{ref:"#"};let a=`#/${t}/`,i=e[1].schema.id??`__schema${this.counter++}`;return{defId:i,ref:a+i}},i=e=>{if(e[1].schema.$ref)return;let t=e[1],{ref:n,defId:r}=a(e);t.def={...t.schema},r&&(t.defId=r);let i=t.schema;for(let e in i)delete i[e];i.$ref=n};if("throw"===n.cycles)for(let e of this.seen.entries()){let t=e[1];if(t.cycle)throw Error(`Cycle detected: #/${t.cycle?.join("/")}/<root>
4
4
 
@@ -44,4 +44,4 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
44
44
  }
45
45
  `})]}):null}let p5=ny("type",[ng({type:nv("not_changed")}),ng({type:nv("changed"),base64:nm()})]);ng({textOutput:nm(),imageOutput:p5.nullable()}),Promise.resolve();class p3{constructor(e){this.clips=[],this.currentFrames=[],this.cursorPos={x:0,y:0},this.clicking=!1,this.recording=!1,this.currentTabId=0,this.clipStartTime=0,this.cdpCleanup=null,this.ripples=[],this.currentUrl="",this.agentId=e}async startClip(e,t){this.currentUrl=t||"",this.recording&&await this.cancelClip(),this.recording=!0,this.currentTabId=e,this.currentFrames=[],this.clipStartTime=Date.now();let n=window.bangonit;this.cdpCleanup=n.onCdpEvent(e=>{if(e.agentId!==this.agentId||"Page.screencastFrame"!==e.method||!this.recording)return;let{data:t,metadata:r,sessionId:a}=e.params;this.currentFrames.push({imageData:t,cursor:{...this.cursorPos},clicking:this.clicking,ts:Date.now(),sessionId:a,deviceWidth:r?.deviceWidth||0,deviceHeight:r?.deviceHeight||0,scrollOffsetX:r?.scrollOffsetX||0,scrollOffsetY:r?.scrollOffsetY||0}),n.cdpSend(this.agentId,"Page.screencastFrameAck",{sessionId:a}).catch(e=>console.error(e))}),await n.cdpSend(this.agentId,"Page.startScreencast",{format:"png",quality:100,maxWidth:1920,maxHeight:1080})}async stopClip(){if(!this.recording)return null;this.recording=!1;let e=Date.now();await window.bangonit.cdpSend(this.agentId,"Page.stopScreencast").catch(e=>console.error(e)),this.cdpCleanup&&(this.cdpCleanup(),this.cdpCleanup=null);let t=this.currentFrames;if(this.currentFrames=[],0===t.length)return null;let n=await this.compositeAndEncode(t);if(!n||0===n.size)return null;let r={agentId:this.agentId,tabId:this.currentTabId,index:this.clips.length,startTime:this.clipStartTime,endTime:e,path:`clips/${this.agentId}/clip-${this.clips.length}-tab-${this.currentTabId}.webm`,url:this.currentUrl||void 0};return this.clips.push(r),{blob:n,meta:r}}async cancelClip(){this.recording=!1,this.currentFrames=[],this.cdpCleanup&&(this.cdpCleanup(),this.cdpCleanup=null),await window.bangonit?.cdpSend(this.agentId,"Page.stopScreencast").catch(e=>console.error(e))}async compositeAndEncode(e){if(0===e.length)return null;let t=await this.decodeFrame(e[0].imageData);if(!t)return null;let n=t.width,r=t.height,a=document.createElement("canvas");a.width=n,a.height=r;let i=a.getContext("2d"),s=a.captureStream(0),o=s.getVideoTracks()[0],l=new MediaRecorder(s,{mimeType:"video/webm;codecs=vp8",videoBitsPerSecond:8e6}),u=[];l.ondataavailable=e=>{e.data.size>0&&u.push(e.data)};let c=new Promise(e=>{l.onstop=()=>{e(new Blob(u,{type:"video/webm"}))}});l.start();let d=[];for(let a=0;a<e.length;a++){let s=e[a],l=0===a?t:await this.decodeFrame(s.imageData);if(!l)continue;let u=s.deviceWidth>0?n/s.deviceWidth:1,c=s.deviceHeight>0?r/s.deviceHeight:1,m=s.cursor.x*u,g=s.cursor.y*c;s.clicking&&(0===a||!e[a-1].clicking)&&d.push({x:m,y:g,startTs:s.ts}),i.clearRect(0,0,n,r),i.drawImage(l,0,0,n,r);for(let e=d.length-1;e>=0;e--){var p,f,h;let t=d[e],n=s.ts-t.startTs;if(n>=400){d.splice(e,1);continue}p=t.x,f=t.y,h=n/400,i.save(),i.beginPath(),i.arc(p,f,24*h,0,2*Math.PI),i.fillStyle=`rgba(96, 165, 250, ${.8*(1-h)})`,i.fill(),i.restore(),i.save(),i.beginPath(),i.arc(p,f,32*h,0,2*Math.PI),i.strokeStyle=`rgba(96, 165, 250, ${.9*(1-h)})`,i.lineWidth=2,i.stroke(),i.restore()}if(function(e,t,n,r){e.save(),e.translate(t-2,n-1),e.scale(28/24,28/24);let a=new Path2D("M5 3l14 8.5-6.5 1.5-3.5 6z");e.fillStyle="white",e.strokeStyle="black",e.lineWidth=1.5,e.lineJoin="round",e.fill(a),e.stroke(a),e.restore(),r&&(e.save(),e.beginPath(),e.arc(t,n,4,0,2*Math.PI),e.fillStyle="rgba(59, 130, 246, 0.5)",e.fill(),e.restore())}(i,m,g,s.clicking),o&&"function"==typeof o.requestFrame&&o.requestFrame(),a<e.length-1){let t=Math.max(16,Math.min(e[a+1].ts-s.ts,100));await new Promise(e=>setTimeout(e,t))}}return await new Promise(e=>setTimeout(e,100)),l.stop(),c}async decodeFrame(e){try{let t=atob(e),n=new Uint8Array(t.length);for(let e=0;e<t.length;e++)n[e]=t.charCodeAt(e);let r=new Blob([n],{type:"image/png"});return createImageBitmap(r)}catch(e){return console.warn("Failed to decode frame:",e),null}}updateCursor(e,t){this.cursorPos={x:e,y:t}}setCursorDown(){this.clicking=!0}setCursorUp(){this.clicking=!1}getClipsMeta(){return[...this.clips]}}function p6({agentId:e,agentName:t,initialPrompt:n,onStatusChange:r,onRerun:a,initialMessages:i,initialTabs:s,initialActiveTabId:o,initialTodos:l,record:u,sessionRecorder:c,onRegisterRecorder:d}){let[p,f]=(0,et.useState)(s?.map(e=>({...e,initialUrl:e.url}))||[{id:0,url:"about:blank",title:"",initialUrl:"about:blank"}]),[h,m]=(0,et.useState)(o??0),[g,y]=(0,et.useState)(()=>{let e=s?.find(e=>e.id===(o??0));return e?.url||""}),[v,b]=(0,et.useState)(null),[x,k]=(0,et.useState)(!1),[w,_]=(0,et.useState)(!1),S=(0,et.useRef)(new Map),[I,E]=(0,et.useState)(l||[]),T=(0,et.useRef)(null);(0,et.useRef)(!1);let C=(0,et.useRef)(s?Math.max(...s.map(e=>e.id))+1:1),A=(0,et.useRef)(new Set),[N,z]=(0,et.useState)(0);(0,et.useRef)(null);let O=(0,et.useRef)(null);O.current;let P=(0,et.useRef)(null);u&&!P.current&&O.current&&(P.current=new p3(e),O.current.enableRecording(P.current),d?.(e,P.current));let R=(0,et.useRef)(c);R.current=c;let j=(0,et.useMemo)(()=>new lv({api:"/api/chat",headers:()=>({"X-Client-Platform":navigator.platform})}),[]),D=(0,et.useRef)(!1),M=(0,et.useCallback)((n,r)=>{window.bangonit?.emitAgentOutput?.({agentId:e,type:n,text:r,name:t})},[e,t]),{messages:$,setMessages:L,sendMessage:F,addToolOutput:Z,stop:q,status:U,error:V}=function({experimental_throttle:e,resume:t=!1,...n}={}){let r=(0,et.useRef)("chat"in n?{}:{onToolCall:n.onToolCall,onData:n.onData,onFinish:n.onFinish,onError:n.onError,sendAutomaticallyWhen:n.sendAutomaticallyWhen});"chat"in n||(r.current={onToolCall:n.onToolCall,onData:n.onData,onFinish:n.onFinish,onError:n.onError,sendAutomaticallyWhen:n.sendAutomaticallyWhen});let a={...n,onToolCall:e=>{var t,n;return null==(n=(t=r.current).onToolCall)?void 0:n.call(t,e)},onData:e=>{var t,n;return null==(n=(t=r.current).onData)?void 0:n.call(t,e)},onFinish:e=>{var t,n;return null==(n=(t=r.current).onFinish)?void 0:n.call(t,e)},onError:e=>{var t,n;return null==(n=(t=r.current).onError)?void 0:n.call(t,e)},sendAutomaticallyWhen:e=>{var t,n,a;return null!=(a=null==(n=(t=r.current).sendAutomaticallyWhen)?void 0:n.call(t,e))&&a}},i=(0,et.useRef)("chat"in n?n.chat:new lE(a));("chat"in n&&n.chat!==i.current||"id"in n&&i.current.id!==n.id)&&(i.current="chat"in n?n.chat:new lE(a));let s=(0,et.useCallback)(t=>i.current["~registerMessagesCallback"](t,e),[e,i.current.id]),o=(0,et.useSyncExternalStore)(s,()=>i.current.messages,()=>i.current.messages),l=(0,et.useSyncExternalStore)(i.current["~registerStatusCallback"],()=>i.current.status,()=>i.current.status),u=(0,et.useSyncExternalStore)(i.current["~registerErrorCallback"],()=>i.current.error,()=>i.current.error),c=(0,et.useCallback)(e=>{"function"==typeof e&&(e=e(i.current.messages)),i.current.messages=e},[i]);return(0,et.useEffect)(()=>{t&&i.current.resumeStream()},[t,i]),{id:i.current.id,messages:o,setMessages:c,sendMessage:i.current.sendMessage,regenerate:i.current.regenerate,clearError:i.current.clearError,stop:i.current.stop,error:u,resumeStream:i.current.resumeStream,status:l,addToolResult:i.current.addToolOutput,addToolOutput:i.current.addToolOutput,addToolApprovalResponse:i.current.addToolApprovalResponse}}({transport:j,messages:i,sendAutomaticallyWhen:({messages:e})=>!D.current&&!x&&function({messages:e}){let t=e[e.length-1];if(!t||"assistant"!==t.role)return!1;let n=t.parts.reduce((e,t,n)=>"step-start"===t.type?n:e,-1),r=t.parts.slice(n+1).filter(ln).filter(e=>!e.providerExecuted);return r.length>0&&r.every(e=>"output-available"===e.state||"output-error"===e.state)}({messages:e}),async onToolCall({toolCall:n}){if("report_result"===n.toolName){let r=n.input,a=r?.result==="pass"?"pass":"fail",i=r?.summary||"";if(M("status",`${a.toUpperCase()}: ${i}`),b({result:a,summary:i}),R.current){R.current.addEvent({ts:Date.now(),agentId:e,type:"result",data:{result:a,summary:i}});try{let n=await window.bangonit?.getRunDir?.();if(n){let r=P.current?.getClipsMeta()||[],s=[{id:e,name:t,result:a,summary:i}],o=R.current.toJSON(s,r);await window.bangonit?.saveReplayData?.({runDir:n,data:JSON.stringify(o)}),await window.bangonit?.generateReplayHtml?.({runDir:n})}}catch(e){console.error(e)}}window.bangonit?.reportTestResult?.({agentId:e,status:a,summary:i}),Z({tool:n.toolName,toolCallId:n.toolCallId,output:`Test result recorded: ${a}`});return}if("todos"===n.toolName){let e=n.input,t=e?.todos||I;e?.todos&&E(e.todos),Z({tool:n.toolName,toolCallId:n.toolCallId,output:JSON.stringify(t)});return}if("browser"===n.toolName){try{let t=n.input,r=(t?.actions||[]).map(e=>"navigate"===e.action?`navigate ${e.url}`:"type"===e.action?`type "${(e.text||"").slice(0,30)}"`:"press"===e.action?`press ${e.key}`:"mouse"===e.action?`mouse ${(e.mouseActions||[]).map(e=>`${e.action} ${e.ref||`${e.x},${e.y}`}`).join(" > ")}`:e.action).join(", ");M("tool",`browser: ${r}${t?.observe?` [${t.observe}]`:""}`),R.current?.addEvent({ts:Date.now(),agentId:e,type:"tool-start",data:{tool:"browser",label:r}});let a=O.current,i=a?await a.exec({actions:t?.actions||[],observe:t?.observe,prompts:t?.prompts}):{error:"Error: browser tools not available"};R.current?.addEvent({ts:Date.now(),agentId:e,type:"tool-end",data:{tool:"browser"}}),Z({tool:n.toolName,toolCallId:n.toolCallId,output:D.current?{error:"[Stopped by user]"}:JSON.stringify(i)})}catch(e){Z({tool:n.toolName,toolCallId:n.toolCallId,...D.current?{output:"[Stopped by user]"}:{state:"output-error",errorText:e.message}})}return}}});(0,et.useCallback)(()=>{D.current=!0,q()},[q]);let B=$.length>0,W=null!==v;(0,et.useRef)(null),(0,et.useRef)(0),(0,et.useRef)("submitted"===U||"streaming"===U),(0,et.useRef)(!1),(0,et.useRef)(!1),(0,et.useRef)(null);let H=(0,et.useCallback)(t=>{let n=C.current++;f(e=>[...e,{id:n,url:"about:blank",title:"",initialUrl:t}]),m(n),y("about:blank"===t?"":t),window.bangonit?.setActiveTab(e,n)},[e]),J=(0,et.useCallback)(t=>{f(n=>{let r=n.findIndex(e=>e.id===t);if(-1===r)return n;let a=n.filter(e=>e.id!==t);return 0===a.length?n:(m(n=>{if(n===t){let t=a[Math.max(0,r-1)].id,n=a.find(e=>e.id===t);return n&&y("about:blank"===n.url?"":n.url),window.bangonit?.setActiveTab(e,t),t}return n}),a)})},[e]),G=(0,et.useCallback)(t=>{m(t),window.bangonit?.setActiveTab(e,t),f(e=>{let n=e.find(e=>e.id===t);return n&&y("about:blank"===n.url?"":n.url),e})},[e]),K=(0,et.useRef)(H),Y=(0,et.useRef)(J),Q=(0,et.useRef)(G);K.current=H,Y.current=J,Q.current=G;let X=(0,et.useCallback)((t,n,r)=>{if(!t)return;S.current.set(n,t);let a=()=>{if(!A.current.has(n))try{let a=t.getWebContentsId?.();a&&(A.current.add(n),window.bangonit?.registerTab(e,n,a,r),n===h&&window.bangonit?.setActiveTab(e,n))}catch(e){console.error(e)}};a(),t.addEventListener("did-attach",a),t.addEventListener("close",()=>Y.current(n)),t._consoleListenerAttached||(t._consoleListenerAttached=!0,t.addEventListener("console-message",t=>{window.bangonit?.emitConsoleMessage?.({agentId:e,level:t.level,message:t.message,url:t.sourceId||"",line:t.lineNumber||0}),R.current?.addConsoleLog(e,t.level,t.message,t.sourceId||"",t.lineNumber||0)}))},[e,h]),en=e=>`${Math.floor(e/60)}:${(e%60).toString().padStart(2,"0")}`;return(0,ee.jsxs)("div",{className:"flex h-full w-full bg-zinc-950 overflow-hidden",children:[(0,ee.jsxs)("div",{className:"flex-1 flex flex-col border-r border-zinc-800 min-w-0",children:[ee.jsx("div",{className:"flex items-center bg-zinc-900 border-b border-zinc-800 overflow-x-auto",children:p.map(e=>ee.jsx("button",{onClick:()=>G(e.id),className:`flex items-center gap-1.5 px-3 py-2 text-xs border-r border-zinc-800 min-w-0 max-w-[200px] shrink-0
46
46
  ${e.id===h?"bg-zinc-800 text-zinc-200":"text-zinc-500 hover:text-zinc-300 hover:bg-zinc-850"}`,children:(0,ee.jsxs)("span",{className:"truncate",children:[e.isPopup?"↗ ":"",e.title||(e.url&&"about:blank"!==e.url?e.url:"New Tab")]})},e.id))}),ee.jsx("div",{className:"flex items-center gap-2 px-3 py-2 bg-zinc-900 border-b border-zinc-800",children:ee.jsx("div",{className:"flex-1 px-3 py-1.5 bg-zinc-800 border border-zinc-700 rounded-lg text-xs text-zinc-400 truncate",children:g||"about:blank"})}),(0,ee.jsxs)("div",{className:"flex-1 relative bg-white overflow-hidden",onWheel:e=>e.stopPropagation(),children:[p.map(t=>t.isPopup?t.id===h&&(0,ee.jsxs)("div",{className:"absolute inset-0 flex items-center justify-center bg-zinc-900 text-zinc-400 text-sm z-[1]",children:["Popup window open — ",t.title||t.url]},t.id):ee.jsx("webview",{ref:e=>X(e,t.id,t.initialUrl),src:"about:blank",partition:`persist:agent-${e}`,allowpopups:"",style:{width:"100%",height:"100%",position:"absolute",backgroundColor:"white",top:0,left:0,pointerEvents:t.id===h?"auto":"none",zIndex:t.id===h?1:0}},t.id)),!p.find(e=>e.id===h)?.isPopup&&ee.jsx(p9,{agentId:e}),!W&&ee.jsx("div",{className:"absolute inset-0 z-10 cursor-not-allowed"})]})]}),(0,ee.jsxs)("div",{className:"w-[420px] flex flex-col h-full shrink-0",children:[(0,ee.jsxs)("div",{className:"flex items-center px-4 py-3 border-b border-zinc-800",children:[ee.jsx("h2",{className:"text-sm font-medium text-zinc-300",children:t}),ee.jsx("div",{className:"flex-1"})]}),v&&(0,ee.jsxs)("div",{className:`px-4 py-2 text-sm border-b flex items-center gap-3 ${"pass"===v.result?"bg-green-950/30 border-green-900/50":"bg-red-950/30 border-red-900/50"}`,children:[ee.jsx("span",{className:`font-medium ${"pass"===v.result?"text-green-400":"text-red-400"}`,children:"pass"===v.result?"PASSED":"FAILED"}),ee.jsx("span",{className:"text-zinc-500 text-xs",children:en(N)}),v.summary&&ee.jsx("span",{className:"text-zinc-400 text-xs truncate flex-1",children:v.summary})]}),I.length>0&&ee.jsx("div",{className:"text-xs space-y-1 px-4 py-2 border-b border-zinc-800 bg-zinc-900/80 shrink-0",children:I.map((e,t)=>(0,ee.jsxs)("div",{className:`flex items-center gap-2 ${"completed"===e.status?"text-zinc-500":"text-zinc-300"}`,children:[ee.jsx("span",{className:"shrink-0",children:"completed"===e.status?"✓":"in_progress"===e.status?ee.jsx("span",{className:"inline-block w-2 h-2 bg-blue-500 rounded-full animate-pulse"}):"○"}),ee.jsx("span",{className:"completed"===e.status?"line-through":"",children:e.content})]},t))}),(0,ee.jsxs)("div",{className:"flex-1 overflow-y-auto px-4 py-4 space-y-3",children:[$.map(e=>ee.jsx(p8,{message:e,agentName:t},e.id)),V&&ee.jsx("div",{className:"text-sm px-3 py-2 bg-red-950/30 border border-red-900/50 rounded-lg text-red-400",children:V.message}),ee.jsx("div",{ref:T})]}),ee.jsx("div",{className:"px-4 py-2 border-t border-zinc-800 flex items-center gap-3 shrink-0",children:W?(0,ee.jsxs)(ee.Fragment,{children:[ee.jsx("span",{className:`inline-block w-2 h-2 rounded-full shrink-0 ${"pass"===v.result?"bg-green-500":"bg-red-500"}`}),(0,ee.jsxs)("span",{className:`text-xs font-medium ${"pass"===v.result?"text-green-400":"text-red-400"}`,children:["pass"===v.result?"Passed":"Failed"," in ",en(N)]}),ee.jsx("div",{className:"flex-1"}),ee.jsx("button",{onClick:()=>{let e=S.current.get(h);e&&(w?e.closeDevTools():e.openDevTools(),_(!w))},className:`text-xs px-2 py-1 rounded border transition-colors ${w?"border-blue-600 text-blue-400 bg-blue-950/30":"border-zinc-700 hover:border-zinc-500 text-zinc-500 hover:text-zinc-300"}`,title:"Toggle DevTools",children:"DevTools"}),ee.jsx("button",{onClick:()=>{window.bangonit?.emitTestRerun?.(),a?.()},className:"text-xs px-3 py-1 rounded border border-zinc-700 hover:border-zinc-500 text-zinc-400 hover:text-zinc-200 transition-colors",children:"Rerun"})]}):B?(0,ee.jsxs)(ee.Fragment,{children:[ee.jsx("span",{className:`inline-block w-2 h-2 rounded-full shrink-0 ${x?"bg-amber-500":"bg-blue-500 animate-pulse"}`}),(0,ee.jsxs)("span",{className:"text-xs text-zinc-400",children:[x?"Paused":"Working"," ",en(N)]}),ee.jsx("div",{className:"flex-1"}),ee.jsx("button",{onClick:()=>{let e=S.current.get(h);e&&(w?e.closeDevTools():e.openDevTools(),_(!w))},className:`text-xs px-2 py-1 rounded border transition-colors ${w?"border-blue-600 text-blue-400 bg-blue-950/30":"border-zinc-700 hover:border-zinc-500 text-zinc-500 hover:text-zinc-300"}`,title:"Toggle DevTools",children:"DevTools"}),ee.jsx("button",{onClick:()=>k(!x),className:"text-xs px-2 py-1 rounded border border-zinc-700 hover:border-zinc-500 text-zinc-400 hover:text-zinc-200 transition-colors",children:x?"Continue":"Pause"})]}):(0,ee.jsxs)(ee.Fragment,{children:[ee.jsx("span",{className:"inline-block w-2 h-2 bg-zinc-600 rounded-full shrink-0"}),ee.jsx("span",{className:"text-xs text-zinc-500",children:"Queued"})]})})]})]})}function p8({message:e,agentName:t}){if("user"===e.role){let t=e.parts?.find(e=>"text"===e.type);return(0,ee.jsxs)("div",{className:"text-sm",children:[ee.jsx("span",{className:"text-xs text-zinc-500 block mb-1",children:"Test Plan"}),ee.jsx("div",{className:"text-zinc-200 prose prose-invert prose-sm max-w-none",children:ee.jsx(dW,{remarkPlugins:[p4],children:t?.text||""})})]})}return ee.jsx("div",{className:"text-sm space-y-2",children:e.parts?.map((e,n)=>{if("text"===e.type&&e.text)return e.providerMetadata?.anthropic?.type==="compaction"?null:ee.jsxs("div",{children:[ee.jsx("span",{className:"text-xs text-zinc-500 block mb-1",children:t}),ee.jsx("div",{className:"text-zinc-300 prose prose-invert prose-sm max-w-none",children:ee.jsx(dW,{remarkPlugins:[p4],children:e.text})})]},n);if("dynamic-tool"===e.type||"string"==typeof e.type&&e.type.startsWith("tool-")){let t=e.toolName||("string"==typeof e.type?e.type.replace(/^tool-/,""):"");return"todos"===t||"report_result"===t?null:ee.jsx(p7,{part:e},n)}return null})})}function p7({part:e}){let[t,n]=(0,et.useState)(!1),r=e.input||{},a=e.output,i=e.state||"input-available",s=e.toolName||("string"==typeof e.type?e.type.replace(/^tool-/,""):""),o="input-streaming"===i?"":"browser"===s?(()=>{let e=(r.actions||[]).map(e=>{switch(e.action){case"navigate":return`navigate ${e.url||""}`;case"mouse":{let t=(e.mouseActions||[]).map(e=>"wait"===e.action?`wait ${e.ms}ms`:"wheel"===e.action?`wheel ${e.ref||`${e.x},${e.y}`}`:`${e.action} ${e.ref||`${e.x},${e.y}`}`).join(" → ");return`mouse ${t}`}case"type":return`type "${(e.text||"").slice(0,40)}"`;case"press":return`press ${e.key||""}`;case"tabs":return`tabs ${e.tabAction||""}${e.tabId?" "+e.tabId:""}`;default:return e.action||""}});return r.observe&&e.push(r.observe),e.join(", ")})():r.command||(Object.keys(r).length>0?JSON.stringify(r):"");return(0,ee.jsxs)("div",{className:"text-sm",children:[(0,ee.jsxs)("button",{onClick:()=>n(!t),className:"flex items-center gap-2 text-xs px-2 py-1.5 bg-zinc-900 border border-zinc-800 rounded-lg hover:border-zinc-700 transition-colors w-full text-left min-w-0",children:["input-streaming"===i||"input-available"===i?ee.jsx("span",{className:"inline-block w-2 h-2 bg-amber-500 rounded-full animate-pulse shrink-0"}):ee.jsx("span",{className:"text-green-500 shrink-0",children:"✓"}),ee.jsx("span",{className:"text-zinc-400 font-mono truncate",children:o}),ee.jsx("span",{className:`ml-auto transition-transform text-zinc-600 shrink-0 ${t?"rotate-90":""}`,children:"▶"})]}),t&&(0,ee.jsxs)("pre",{className:"mt-1 px-3 py-2 bg-zinc-900/50 rounded-lg border border-zinc-800 text-xs whitespace-pre-wrap overflow-x-auto max-h-60 overflow-y-auto",children:[o&&(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsxs)("span",{className:"text-zinc-300 select-all",children:["$ ",o]}),"\n"]}),null!=a&&(()=>{if("browser"===s&&"string"==typeof a)try{let e=JSON.parse(a);if(void 0!==e.textOutput)return(0,ee.jsxs)(ee.Fragment,{children:[ee.jsx("span",{className:"text-zinc-500",children:e.textOutput}),e.imageOutput&&(0,ee.jsxs)(ee.Fragment,{children:["\n",ee.jsx("span",{className:"changed"===e.imageOutput.type?"text-blue-400":"text-zinc-600",children:"changed"===e.imageOutput.type?"[screenshot: changed]":"[screenshot: unchanged]"})]})]})}catch(e){console.error(e)}return ee.jsx("span",{className:"text-zinc-500",children:"string"==typeof a?a:JSON.stringify(a,null,2)})})()]})]})}function fe(){let[e,t]=(0,et.useState)([]),[n,r]=(0,et.useState)({}),[a,i]=(0,et.useState)({}),[s,o]=(0,et.useState)(!1),[l,u]=(0,et.useState)({}),c=(0,et.useRef)(new Map),[d,p]=(0,et.useState)(null),[f,h]=(0,et.useState)(!1),[m,g]=(0,et.useState)(!1),y=(0,et.useRef)(null),v=(0,et.useRef)(new Map),b=(0,et.useRef)(e);b.current=e;let x=(0,et.useCallback)(async e=>{await window.bangonit?.clearPartition?.(e);let t=a[e];t&&(r(t=>({...t,[e]:"running"})),u(t=>({...t,[e]:(t[e]||0)+1})),i(n=>({...n,[e]:{initialPrompt:t.initialPrompt}})))},[a]),k=(0,et.useCallback)((e,t)=>{v.current.set(e,t)},[]),w=(0,et.useRef)(n);w.current=n;let _=(0,et.useCallback)(async(e,t)=>{let n=y.current;if(!n)return;let r=await window.bangonit?.getRunDir?.();if(!r)return;let a=[];for(let e of v.current.values())a.push(...e.getClipsMeta());let i={...w.current,[e]:t},s=b.current.map(e=>{let t=i[e.id];return{id:e.id,name:e.name,result:"completed"===t?"pass":"failed"===t?"fail":void 0}}),o=n.toJSON(s,a);await window.bangonit?.saveReplayData?.({runDir:r,data:JSON.stringify(o)}),await window.bangonit?.generateReplayHtml?.({runDir:r})},[]),S=(0,et.useCallback)((e,t,n)=>{let a;if(a="running"===t?"running":"pass"===n?"completed":"fail"===n?"failed":"idle",r(t=>({...t,[e]:a})),f&&("pass"===n||"fail"===n)&&_(e,a),"fail"===n){let t=c.current.get(e);t&&t.attempt<t.maxRetries&&(t.attempt++,window.bangonit?.emitTestRetry?.({agentId:e,attempt:t.attempt,maxRetries:t.maxRetries}),setTimeout(()=>x(e),1e3))}},[x,f,_]),I=(0,et.useCallback)((e,n,a)=>{a&&t(t=>t.map(t=>t.id===e?{...t,name:a}:t)),i(t=>({...t,[e]:{initialPrompt:n}})),r(t=>({...t,[e]:"running"})),p(e)},[]),E=(0,et.useCallback)(()=>{let n=crypto.randomUUID(),r={id:n,name:`Test ${e.length+1}`,createdAt:Date.now()};t(e=>[...e,r]),p(n)},[e.length]);if(!s)return ee.jsx("div",{className:"flex h-screen bg-zinc-950"});e.some(e=>a[e.id]);let T=e.find(e=>e.id===d),C=!!d&&!!a[d];return(0,ee.jsxs)("div",{className:"flex h-screen bg-zinc-950 overflow-hidden",children:[(0,ee.jsxs)("div",{className:"flex flex-col bg-zinc-900 border-r border-zinc-800 shrink-0 w-48 overflow-y-auto",children:[(0,ee.jsxs)("div",{className:"flex items-center px-3 py-2 border-b border-zinc-800",children:[ee.jsx("span",{className:"text-xs font-medium text-zinc-500 uppercase tracking-wider",children:"Tests"}),ee.jsx("div",{className:"flex-1"}),ee.jsx("button",{onClick:E,className:"text-zinc-500 hover:text-zinc-300 transition-colors text-lg leading-none",title:"Add test",children:"+"})]}),e.map(e=>{let t=n[e.id];return a[e.id],ee.jsx("button",{onClick:()=>p(e.id),className:`px-3 py-2 text-xs text-left border-b border-zinc-800 transition-colors
47
- ${e.id===d?"bg-zinc-800 text-zinc-200":"text-zinc-500 hover:text-zinc-300"}`,children:(0,ee.jsxs)("span",{className:"flex items-center gap-2",children:[ee.jsx("span",{className:`inline-block w-2 h-2 rounded-full shrink-0 ${"running"===t?"bg-blue-500 animate-pulse":"completed"===t?"bg-green-500":"failed"===t?"bg-red-500":"bg-zinc-600"}`}),ee.jsx("span",{className:"truncate",children:e.name})]})},e.id)})]}),(0,ee.jsxs)("div",{className:"flex-1 min-w-0 h-full relative",children:[e.map(e=>a[e.id]?ee.jsx("div",{className:"absolute inset-0 z-0",style:{display:"flex",zIndex:e.id===d?1:0,pointerEvents:e.id===d?"auto":"none"},children:ee.jsx(p6,{agentId:e.id,agentName:e.name,initialPrompt:a[e.id].initialPrompt,initialMessages:a[e.id].initialMessages,initialTabs:a[e.id].initialTabs,initialActiveTabId:a[e.id].initialActiveTabId,initialTodos:a[e.id].initialTodos,onStatusChange:S,onRerun:()=>x(e.id),record:f,sessionRecorder:y.current||void 0,onRegisterRecorder:k})},`${e.id}-${l[e.id]||0}`):null),T&&!C&&!m&&ee.jsx(ft,{agentId:T.id,agentName:T.name,onSubmit:I})]})]})}function ft({agentId:e,agentName:t,onSubmit:n}){let[r,a]=(0,et.useState)(""),i=(0,et.useRef)(null),s=()=>{let t=r.trim();t&&n(e,t)};return ee.jsx("div",{className:"absolute inset-0 flex items-center justify-center z-10 bg-zinc-950",children:(0,ee.jsxs)("div",{className:"w-full max-w-xl px-6",children:[ee.jsx("h2",{className:"text-lg font-medium text-zinc-200 mb-4",children:"What would you like to test?"}),(0,ee.jsxs)("div",{className:"relative",children:[ee.jsx("textarea",{ref:i,value:r,onChange:e=>a(e.target.value),onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),s())},placeholder:"Describe what to test in plain English...",className:"w-full px-4 py-3 bg-zinc-800 border border-zinc-700 rounded-lg text-sm text-zinc-200 placeholder-zinc-500 resize-none focus:outline-none focus:border-zinc-500 transition-colors",rows:4}),ee.jsx("button",{onClick:s,disabled:!r.trim(),className:"absolute bottom-3 right-3 px-3 py-1.5 bg-blue-600 hover:bg-blue-500 disabled:bg-zinc-700 disabled:text-zinc-500 text-white text-xs font-medium rounded transition-colors",children:"Run"})]}),ee.jsx("p",{className:"text-xs text-zinc-600 mt-2",children:"Press Enter to run. Shift+Enter for a new line."}),(0,ee.jsxs)("div",{className:"mt-4",children:[ee.jsx("p",{className:"text-xs text-zinc-600 mb-2",children:"Examples:"}),ee.jsx("div",{className:"flex flex-col gap-1.5",children:["Go to example.com and verify the homepage loads with a heading","Navigate to my-app.com/login, sign in with test@example.com / password123, and verify the dashboard loads","Go to localhost:3000, add an item to the cart, proceed to checkout, and verify the order summary"].map((e,t)=>ee.jsx("button",{onClick:()=>a(e),className:"text-left text-xs text-zinc-500 hover:text-zinc-300 bg-zinc-900 hover:bg-zinc-800 px-3 py-2 rounded border border-zinc-800 transition-colors",children:e},t))})]})]})})}function fn(){return ee.jsx(fe,{})}},1345:e=>{"use strict";var t=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=Object.defineProperty,a=Object.getOwnPropertyDescriptor,i=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===n.call(e)},s=function(e){if(!e||"[object Object]"!==n.call(e))return!1;var r,a=t.call(e,"constructor"),i=e.constructor&&e.constructor.prototype&&t.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!a&&!i)return!1;for(r in e);return void 0===r||t.call(e,r)},o=function(e,t){r&&"__proto__"===t.name?r(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(e,n){if("__proto__"===n){if(!t.call(e,n))return;if(a)return a(e,n).value}return e[n]};e.exports=function e(){var t,n,r,a,u,c,d=arguments[0],p=1,f=arguments.length,h=!1;for("boolean"==typeof d&&(h=d,d=arguments[1]||{},p=2),(null==d||"object"!=typeof d&&"function"!=typeof d)&&(d={});p<f;++p)if(t=arguments[p],null!=t)for(n in t)r=l(d,n),d!==(a=l(t,n))&&(h&&a&&(s(a)||(u=i(a)))?(u?(u=!1,c=r&&i(r)?r:[]):c=r&&s(r)?r:{},o(d,{name:n,newValue:e(h,c,a)})):void 0!==a&&o(d,{name:n,newValue:a}));return d}},1627:e=>{"use strict";var t=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,n=/\n/g,r=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,i=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,o=/^[;\s]*/,l=/^\s+|\s+$/g;function u(e){return e?e.replace(l,""):""}e.exports=function(e,l){if("string"!=typeof e)throw TypeError("First argument must be a string");if(!e)return[];l=l||{};var c=1,d=1;function p(e){var t=e.match(n);t&&(c+=t.length);var r=e.lastIndexOf("\n");d=~r?e.length-r:d+e.length}function f(){var e={line:c,column:d};return function(t){return t.position=new h(e),g(r),t}}function h(e){this.start=e,this.end={line:c,column:d},this.source=l.source}function m(t){var n=Error(l.source+":"+c+":"+d+": "+t);if(n.reason=t,n.filename=l.source,n.line=c,n.column=d,n.source=e,l.silent);else throw n}function g(t){var n=t.exec(e);if(n){var r=n[0];return p(r),e=e.slice(r.length),n}}function y(e){var t;for(e=e||[];t=v();)!1!==t&&e.push(t);return e}function v(){var t=f();if("/"==e.charAt(0)&&"*"==e.charAt(1)){for(var n=2;""!=e.charAt(n)&&("*"!=e.charAt(n)||"/"!=e.charAt(n+1));)++n;if(n+=2,""===e.charAt(n-1))return m("End of comment missing");var r=e.slice(2,n-2);return d+=2,p(r),e=e.slice(n),d+=2,t({type:"comment",comment:r})}}return h.prototype.content=e,g(r),function(){var e,n=[];for(y(n);e=function(){var e=f(),n=g(a);if(n){if(v(),!g(i))return m("property missing ':'");var r=g(s),l=e({type:"declaration",property:u(n[0].replace(t,"")),value:r?u(r[0].replace(t,"")):""});return g(o),l}}();)!1!==e&&(n.push(e),y(n));return n}()}},393:function(e,t,n){"use strict";var r=(this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(n(9514)),a=n(1203);function i(e,t){var n={};return e&&"string"==typeof e&&(0,r.default)(e,function(e,r){e&&r&&(n[(0,a.camelCase)(e,t)]=r)}),n}i.default=i,e.exports=i},1203:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.camelCase=void 0;var n=/^--[a-zA-Z0-9_-]+$/,r=/-([a-z])/g,a=/^[^-]+$/,i=/^-(webkit|moz|ms|o|khtml)-/,s=/^-(ms)-/,o=function(e,t){return t.toUpperCase()},l=function(e,t){return"".concat(t,"-")};t.camelCase=function(e,t){var u;return(void 0===t&&(t={}),!(u=e)||a.test(u)||n.test(u))?e:(e=e.toLowerCase(),(e=t.reactCompat?e.replace(s,l):e.replace(i,l)).replace(r,o))}},9514:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){let n=null;if(!e||"string"!=typeof e)return n;let r=(0,a.default)(e),i="function"==typeof t;return r.forEach(e=>{if("declaration"!==e.type)return;let{property:r,value:a}=e;i?t(r,a,e):a&&((n=n||{})[r]=a)}),n};let a=r(n(1627))},5987:e=>{e.exports=function(e,t){let n;if("function"!=typeof e)throw TypeError(`Expected the first argument to be a \`function\`, got \`${typeof e}\`.`);let r=0;return function(...a){clearTimeout(n);let i=Date.now(),s=t-(i-r);s<=0?(r=i,e.apply(this,a)):n=setTimeout(()=>{r=Date.now(),e.apply(this,a)},s)}}},1241:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>r});let r=(0,n(3189).createProxy)(String.raw`/Users/pete/repos/growthgirl/app/webapp/src/app/app/page.tsx#default`)},7718:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i,metadata:()=>a});var r=n(9013);n(5556);let a={title:"Bang On It!"};function i({children:e}){return r.jsx("html",{lang:"en",children:r.jsx("body",{children:e})})}},5556:()=>{}};var t=require("../../webpack-runtime.js");t.C(e);var n=e=>t(t.s=e),r=t.X(0,[522,679],()=>n(4114));module.exports=r})();
47
+ ${e.id===d?"bg-zinc-800 text-zinc-200":"text-zinc-500 hover:text-zinc-300"}`,children:(0,ee.jsxs)("span",{className:"flex items-center gap-2",children:[ee.jsx("span",{className:`inline-block w-2 h-2 rounded-full shrink-0 ${"running"===t?"bg-blue-500 animate-pulse":"completed"===t?"bg-green-500":"failed"===t?"bg-red-500":"bg-zinc-600"}`}),ee.jsx("span",{className:"truncate",children:e.name})]})},e.id)})]}),(0,ee.jsxs)("div",{className:"flex-1 min-w-0 h-full relative",children:[e.map(e=>a[e.id]?ee.jsx("div",{className:"absolute inset-0 z-0",style:{display:"flex",zIndex:e.id===d?1:0,pointerEvents:e.id===d?"auto":"none"},children:ee.jsx(p6,{agentId:e.id,agentName:e.name,initialPrompt:a[e.id].initialPrompt,initialMessages:a[e.id].initialMessages,initialTabs:a[e.id].initialTabs,initialActiveTabId:a[e.id].initialActiveTabId,initialTodos:a[e.id].initialTodos,onStatusChange:S,onRerun:()=>x(e.id),record:f,sessionRecorder:y.current||void 0,onRegisterRecorder:k})},`${e.id}-${l[e.id]||0}`):null),T&&!C&&!m&&ee.jsx(ft,{agentId:T.id,agentName:T.name,onSubmit:I})]})]})}function ft({agentId:e,agentName:t,onSubmit:n}){let[r,a]=(0,et.useState)(""),i=(0,et.useRef)(null),s=()=>{let t=r.trim();t&&n(e,t)};return ee.jsx("div",{className:"absolute inset-0 flex items-center justify-center z-10 bg-zinc-950",children:(0,ee.jsxs)("div",{className:"w-full max-w-xl px-6",children:[ee.jsx("h2",{className:"text-lg font-medium text-zinc-200 mb-4",children:"What would you like to test?"}),(0,ee.jsxs)("div",{className:"relative",children:[ee.jsx("textarea",{ref:i,value:r,onChange:e=>a(e.target.value),onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),s())},placeholder:"Describe what to test in plain English...",className:"w-full px-4 py-3 bg-zinc-800 border border-zinc-700 rounded-lg text-sm text-zinc-200 placeholder-zinc-500 resize-none focus:outline-none focus:border-zinc-500 transition-colors",rows:4}),ee.jsx("button",{onClick:s,disabled:!r.trim(),className:"absolute bottom-3 right-3 px-3 py-1.5 bg-blue-600 hover:bg-blue-500 disabled:bg-zinc-700 disabled:text-zinc-500 text-white text-xs font-medium rounded transition-colors",children:"Run"})]}),ee.jsx("p",{className:"text-xs text-zinc-600 mt-2",children:"Press Enter to run. Shift+Enter for a new line."}),(0,ee.jsxs)("div",{className:"mt-4",children:[ee.jsx("p",{className:"text-xs text-zinc-600 mb-2",children:"Examples:"}),ee.jsx("div",{className:"flex flex-col gap-1.5",children:["Go to example.com and verify the homepage loads with a heading","Navigate to my-app.com/login, sign in with test@example.com / password123, and verify the dashboard loads","Go to localhost:3000, add an item to the cart, proceed to checkout, and verify the order summary"].map((e,t)=>ee.jsx("button",{onClick:()=>a(e),className:"text-left text-xs text-zinc-500 hover:text-zinc-300 bg-zinc-900 hover:bg-zinc-800 px-3 py-2 rounded border border-zinc-800 transition-colors",children:e},t))})]})]})})}function fn(){return ee.jsx(fe,{})}},1345:e=>{"use strict";var t=Object.prototype.hasOwnProperty,n=Object.prototype.toString,r=Object.defineProperty,a=Object.getOwnPropertyDescriptor,i=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===n.call(e)},s=function(e){if(!e||"[object Object]"!==n.call(e))return!1;var r,a=t.call(e,"constructor"),i=e.constructor&&e.constructor.prototype&&t.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!a&&!i)return!1;for(r in e);return void 0===r||t.call(e,r)},o=function(e,t){r&&"__proto__"===t.name?r(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(e,n){if("__proto__"===n){if(!t.call(e,n))return;if(a)return a(e,n).value}return e[n]};e.exports=function e(){var t,n,r,a,u,c,d=arguments[0],p=1,f=arguments.length,h=!1;for("boolean"==typeof d&&(h=d,d=arguments[1]||{},p=2),(null==d||"object"!=typeof d&&"function"!=typeof d)&&(d={});p<f;++p)if(t=arguments[p],null!=t)for(n in t)r=l(d,n),d!==(a=l(t,n))&&(h&&a&&(s(a)||(u=i(a)))?(u?(u=!1,c=r&&i(r)?r:[]):c=r&&s(r)?r:{},o(d,{name:n,newValue:e(h,c,a)})):void 0!==a&&o(d,{name:n,newValue:a}));return d}},1627:e=>{"use strict";var t=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,n=/\n/g,r=/^\s*/,a=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,i=/^:\s*/,s=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,o=/^[;\s]*/,l=/^\s+|\s+$/g;function u(e){return e?e.replace(l,""):""}e.exports=function(e,l){if("string"!=typeof e)throw TypeError("First argument must be a string");if(!e)return[];l=l||{};var c=1,d=1;function p(e){var t=e.match(n);t&&(c+=t.length);var r=e.lastIndexOf("\n");d=~r?e.length-r:d+e.length}function f(){var e={line:c,column:d};return function(t){return t.position=new h(e),g(r),t}}function h(e){this.start=e,this.end={line:c,column:d},this.source=l.source}function m(t){var n=Error(l.source+":"+c+":"+d+": "+t);if(n.reason=t,n.filename=l.source,n.line=c,n.column=d,n.source=e,l.silent);else throw n}function g(t){var n=t.exec(e);if(n){var r=n[0];return p(r),e=e.slice(r.length),n}}function y(e){var t;for(e=e||[];t=v();)!1!==t&&e.push(t);return e}function v(){var t=f();if("/"==e.charAt(0)&&"*"==e.charAt(1)){for(var n=2;""!=e.charAt(n)&&("*"!=e.charAt(n)||"/"!=e.charAt(n+1));)++n;if(n+=2,""===e.charAt(n-1))return m("End of comment missing");var r=e.slice(2,n-2);return d+=2,p(r),e=e.slice(n),d+=2,t({type:"comment",comment:r})}}return h.prototype.content=e,g(r),function(){var e,n=[];for(y(n);e=function(){var e=f(),n=g(a);if(n){if(v(),!g(i))return m("property missing ':'");var r=g(s),l=e({type:"declaration",property:u(n[0].replace(t,"")),value:r?u(r[0].replace(t,"")):""});return g(o),l}}();)!1!==e&&(n.push(e),y(n));return n}()}},393:function(e,t,n){"use strict";var r=(this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}})(n(9514)),a=n(1203);function i(e,t){var n={};return e&&"string"==typeof e&&(0,r.default)(e,function(e,r){e&&r&&(n[(0,a.camelCase)(e,t)]=r)}),n}i.default=i,e.exports=i},1203:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.camelCase=void 0;var n=/^--[a-zA-Z0-9_-]+$/,r=/-([a-z])/g,a=/^[^-]+$/,i=/^-(webkit|moz|ms|o|khtml)-/,s=/^-(ms)-/,o=function(e,t){return t.toUpperCase()},l=function(e,t){return"".concat(t,"-")};t.camelCase=function(e,t){var u;return(void 0===t&&(t={}),!(u=e)||a.test(u)||n.test(u))?e:(e=e.toLowerCase(),(e=t.reactCompat?e.replace(s,l):e.replace(i,l)).replace(r,o))}},9514:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){let n=null;if(!e||"string"!=typeof e)return n;let r=(0,a.default)(e),i="function"==typeof t;return r.forEach(e=>{if("declaration"!==e.type)return;let{property:r,value:a}=e;i?t(r,a,e):a&&((n=n||{})[r]=a)}),n};let a=r(n(1627))},5987:e=>{e.exports=function(e,t){let n;if("function"!=typeof e)throw TypeError(`Expected the first argument to be a \`function\`, got \`${typeof e}\`.`);let r=0;return function(...a){clearTimeout(n);let i=Date.now(),s=t-(i-r);s<=0?(r=i,e.apply(this,a)):n=setTimeout(()=>{r=Date.now(),e.apply(this,a)},s)}}},1241:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>r});let r=(0,n(3189).createProxy)(String.raw`/Users/pete/repos/growthgirl/app/webapp/src/app/app/page.tsx#default`)},7718:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>i,metadata:()=>a});var r=n(9013);n(5556);let a={title:"Bang On It!"};function i({children:e}){return r.jsx("html",{lang:"en",children:r.jsx("body",{children:e})})}},5556:()=>{}};var t=require("../../webpack-runtime.js");t.C(e);var n=e=>t(t.s=e),r=t.X(0,[522,679],()=>n(7541));module.exports=r})();
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/38219627f55424f2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js"/><script src="/_next/static/chunks/1dd3208c-2143388ffa327752.js" async=""></script><script src="/_next/static/chunks/528-31e5ce0646826d75.js" async=""></script><script src="/_next/static/chunks/main-app-106dd83f859b9dfa.js" async=""></script><script src="/_next/static/chunks/02d30405-01bdf403629d0188.js" async=""></script><script src="/_next/static/chunks/631-0edca788fa58159b.js" async=""></script><script src="/_next/static/chunks/app/app/page-0e096497dcb81dae.js" async=""></script><title>Bang On It!</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div class="flex h-screen bg-zinc-950"></div><script src="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/38219627f55424f2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[1815,[],\"\"]\n4:I[5428,[],\"ClientPageRoot\"]\n5:I[2953,[\"46\",\"static/chunks/02d30405-01bdf403629d0188.js\",\"631\",\"static/chunks/631-0edca788fa58159b.js\",\"191\",\"static/chunks/app/app/page-0e096497dcb81dae.js\"],\"default\",1]\n6:I[5092,[],\"\"]\n7:I[2023,[],\"\"]\n9:I[1584,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"Qq0OvlQijtcR84Dg9Dgp0\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"app\"],\"initialTree\":[\"\",{\"children\":[\"app\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"app\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"app\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/38219627f55424f2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Bang On It!\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/38219627f55424f2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js"/><script src="/_next/static/chunks/1dd3208c-2143388ffa327752.js" async=""></script><script src="/_next/static/chunks/528-31e5ce0646826d75.js" async=""></script><script src="/_next/static/chunks/main-app-106dd83f859b9dfa.js" async=""></script><script src="/_next/static/chunks/02d30405-01bdf403629d0188.js" async=""></script><script src="/_next/static/chunks/631-0edca788fa58159b.js" async=""></script><script src="/_next/static/chunks/app/app/page-0e096497dcb81dae.js" async=""></script><title>Bang On It!</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div class="flex h-screen bg-zinc-950"></div><script src="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/38219627f55424f2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[1815,[],\"\"]\n4:I[5428,[],\"ClientPageRoot\"]\n5:I[2953,[\"46\",\"static/chunks/02d30405-01bdf403629d0188.js\",\"631\",\"static/chunks/631-0edca788fa58159b.js\",\"191\",\"static/chunks/app/app/page-0e096497dcb81dae.js\"],\"default\",1]\n6:I[5092,[],\"\"]\n7:I[2023,[],\"\"]\n9:I[1584,[],\"\"]\na:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"CIPi_XcKXl17yJkvAnMYF\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"app\"],\"initialTree\":[\"\",{\"children\":[\"app\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"app\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[\"$\",\"$L4\",null,{\"props\":{\"params\":{},\"searchParams\":{}},\"Component\":\"$5\"}],null],null],null]},[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"app\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/38219627f55424f2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L8\"],\"globalErrorComponent\":\"$9\",\"missingSlots\":\"$Wa\"}]\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Bang On It!\"}]]\n3:null\n"])</script></body></html>
@@ -2,6 +2,6 @@
2
2
  3:I[2953,["46","static/chunks/02d30405-01bdf403629d0188.js","631","static/chunks/631-0edca788fa58159b.js","191","static/chunks/app/app/page-0e096497dcb81dae.js"],"default",1]
3
3
  4:I[5092,[],""]
4
4
  5:I[2023,[],""]
5
- 0:["Qq0OvlQijtcR84Dg9Dgp0",[[["",{"children":["app",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["app",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}],null],null],null]},[null,["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","app","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/38219627f55424f2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]],null],null],["$L6",null]]]]
5
+ 0:["CIPi_XcKXl17yJkvAnMYF",[[["",{"children":["app",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",{"children":["app",{"children":["__PAGE__",{},[["$L1",["$","$L2",null,{"props":{"params":{},"searchParams":{}},"Component":"$3"}],null],null],null]},[null,["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children","app","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]],null]},[[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/38219627f55424f2.css","precedence":"next","crossOrigin":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]],null],null],["$L6",null]]]]
6
6
  6:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"charSet":"utf-8"}],["$","title","2",{"children":"Bang On It!"}]]
7
7
  1:null
@@ -1 +1 @@
1
- <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js"/><script src="/_next/static/chunks/1dd3208c-2143388ffa327752.js" async=""></script><script src="/_next/static/chunks/528-31e5ce0646826d75.js" async=""></script><script src="/_next/static/chunks/main-app-106dd83f859b9dfa.js" async=""></script><title>Bang On It!</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><script src="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/38219627f55424f2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[1815,[],\"\"]\n5:I[5092,[],\"\"]\n6:I[2023,[],\"\"]\n8:I[1584,[],\"\"]\n9:[]\n0:[\"$\",\"$L2\",null,{\"buildId\":\"Qq0OvlQijtcR84Dg9Dgp0\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"\"],\"initialTree\":[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",\"$L4\",null],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/38219627f55424f2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L7\"],\"globalErrorComponent\":\"$8\",\"missingSlots\":\"$W9\"}]\n4:E{\"digest\":\"NEXT_REDIRECT;replace;/app;307"])</script><script>self.__next_f.push([1,";\"}\n"])</script><script>self.__next_f.push([1,"7:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Bang On It!\"}]]\n3:null\n"])</script></body></html>
1
+ <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js"/><script src="/_next/static/chunks/1dd3208c-2143388ffa327752.js" async=""></script><script src="/_next/static/chunks/528-31e5ce0646826d75.js" async=""></script><script src="/_next/static/chunks/main-app-106dd83f859b9dfa.js" async=""></script><title>Bang On It!</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><script src="/_next/static/chunks/webpack-9e4fd47eb2c72de4.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/38219627f55424f2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[1815,[],\"\"]\n5:I[5092,[],\"\"]\n6:I[2023,[],\"\"]\n8:I[1584,[],\"\"]\n9:[]\n0:[\"$\",\"$L2\",null,{\"buildId\":\"CIPi_XcKXl17yJkvAnMYF\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"\"],\"initialTree\":[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",\"$L4\",null],null],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/38219627f55424f2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L7\"],\"globalErrorComponent\":\"$8\",\"missingSlots\":\"$W9\"}]\n4:E{\"digest\":\"NEXT_REDIRECT;replace;/app;307"])</script><script>self.__next_f.push([1,";\"}\n"])</script><script>self.__next_f.push([1,"7:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Bang On It!\"}]]\n3:null\n"])</script></body></html>