vibebusiness 1.2.73 → 1.2.75

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 (1247) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-build-manifest.json +31 -31
  3. package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
  4. package/.next/standalone/.next/build-manifest.json +2 -2
  5. package/.next/standalone/.next/prerender-manifest.json +1 -1
  6. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  7. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  8. package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
  9. package/.next/standalone/.next/server/app/goals/[id]/page_client-reference-manifest.js +1 -1
  10. package/.next/standalone/.next/server/app/goals/page_client-reference-manifest.js +1 -1
  11. package/.next/standalone/.next/server/app/hypotheses/[id]/page_client-reference-manifest.js +1 -1
  12. package/.next/standalone/.next/server/app/hypotheses/page.js +1 -1
  13. package/.next/standalone/.next/server/app/hypotheses/page_client-reference-manifest.js +1 -1
  14. package/.next/standalone/.next/server/app/ideas/[id]/page_client-reference-manifest.js +1 -1
  15. package/.next/standalone/.next/server/app/page.js +1 -1
  16. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  17. package/.next/standalone/.next/server/app/roadmap/[id]/page_client-reference-manifest.js +1 -1
  18. package/.next/standalone/.next/server/app/roadmap/investors/page_client-reference-manifest.js +1 -1
  19. package/.next/standalone/.next/server/app/roadmap/page_client-reference-manifest.js +1 -1
  20. package/.next/standalone/.next/server/app/roadmap/public/page_client-reference-manifest.js +1 -1
  21. package/.next/standalone/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
  22. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  23. package/.next/standalone/.next/server/app/settings.html +1 -1
  24. package/.next/standalone/.next/server/app/settings.rsc +1 -1
  25. package/.next/standalone/.next/server/app/social/page_client-reference-manifest.js +1 -1
  26. package/.next/standalone/.next/server/app/social.html +1 -1
  27. package/.next/standalone/.next/server/app/social.rsc +2 -2
  28. package/.next/standalone/.next/server/app/updates/[id]/page_client-reference-manifest.js +1 -1
  29. package/.next/standalone/.next/server/app/updates/new/page_client-reference-manifest.js +1 -1
  30. package/.next/standalone/.next/server/app/updates/new.html +1 -1
  31. package/.next/standalone/.next/server/app/updates/new.rsc +2 -2
  32. package/.next/standalone/.next/server/app/updates/page_client-reference-manifest.js +1 -1
  33. package/.next/standalone/.next/server/app-paths-manifest.json +18 -18
  34. package/.next/standalone/.next/server/pages/404.html +1 -1
  35. package/.next/standalone/.next/server/pages/500.html +1 -1
  36. package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  37. package/.next/standalone/data/heartbeat-sessions.json +247 -0
  38. package/.next/standalone/data/ideas.json +318 -32
  39. package/.next/standalone/data/implementations.json +284 -1
  40. package/.next/standalone/node_modules/.cache/webpack/remotion-production-4.0.428/c99d23d3548030c8ff8de678c71eeb15/0.pack +0 -0
  41. package/.next/standalone/node_modules/.cache/webpack/remotion-production-4.0.428/c99d23d3548030c8ff8de678c71eeb15/index.pack +0 -0
  42. package/.next/standalone/node_modules/@esbuild/darwin-arm64/bin/esbuild +0 -0
  43. package/.next/standalone/node_modules/@esbuild/darwin-arm64/package.json +20 -0
  44. package/.next/standalone/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +358 -0
  45. package/.next/standalone/node_modules/@jridgewell/gen-mapping/package.json +67 -0
  46. package/.next/standalone/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
  47. package/.next/standalone/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  48. package/.next/standalone/node_modules/@jridgewell/source-map/dist/source-map.umd.js +152 -0
  49. package/.next/standalone/node_modules/@jridgewell/source-map/package.json +68 -0
  50. package/.next/standalone/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +464 -0
  51. package/.next/standalone/node_modules/@jridgewell/sourcemap-codec/package.json +63 -0
  52. package/.next/standalone/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +559 -0
  53. package/.next/standalone/node_modules/@jridgewell/trace-mapping/package.json +67 -0
  54. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/clone.js +11 -0
  55. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/index.js +129 -0
  56. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/node-helpers.js +107 -0
  57. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/node-path.js +148 -0
  58. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/nodes.js +1144 -0
  59. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/signatures.js +207 -0
  60. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/transform/ast-module-to-module-context/index.js +389 -0
  61. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/traverse.js +105 -0
  62. package/.next/standalone/node_modules/@webassemblyjs/ast/lib/utils.js +315 -0
  63. package/.next/standalone/node_modules/@webassemblyjs/ast/package.json +32 -0
  64. package/.next/standalone/node_modules/@webassemblyjs/floating-point-hex-parser/lib/index.js +49 -0
  65. package/.next/standalone/node_modules/@webassemblyjs/floating-point-hex-parser/package.json +24 -0
  66. package/.next/standalone/node_modules/@webassemblyjs/helper-api-error/lib/index.js +78 -0
  67. package/.next/standalone/node_modules/@webassemblyjs/helper-api-error/package.json +18 -0
  68. package/.next/standalone/node_modules/@webassemblyjs/helper-buffer/lib/index.js +89 -0
  69. package/.next/standalone/node_modules/@webassemblyjs/helper-buffer/package.json +24 -0
  70. package/.next/standalone/node_modules/@webassemblyjs/helper-numbers/lib/index.js +117 -0
  71. package/.next/standalone/node_modules/@webassemblyjs/helper-numbers/package.json +25 -0
  72. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/index.js +430 -0
  73. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/lib/section.js +38 -0
  74. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json +20 -0
  75. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/create.js +123 -0
  76. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/index.js +35 -0
  77. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/remove.js +45 -0
  78. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/lib/resize.js +90 -0
  79. package/.next/standalone/node_modules/@webassemblyjs/helper-wasm-section/package.json +29 -0
  80. package/.next/standalone/node_modules/@webassemblyjs/ieee754/lib/index.js +52 -0
  81. package/.next/standalone/node_modules/@webassemblyjs/ieee754/package.json +23 -0
  82. package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/bits.js +156 -0
  83. package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/bufs.js +246 -0
  84. package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/index.js +59 -0
  85. package/.next/standalone/node_modules/@webassemblyjs/leb128/lib/leb.js +347 -0
  86. package/.next/standalone/node_modules/@webassemblyjs/leb128/package.json +23 -0
  87. package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/decoder.js +74 -0
  88. package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/encoder.js +67 -0
  89. package/.next/standalone/node_modules/@webassemblyjs/utf8/lib/index.js +21 -0
  90. package/.next/standalone/node_modules/@webassemblyjs/utf8/package.json +20 -0
  91. package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/lib/apply.js +318 -0
  92. package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/lib/index.js +134 -0
  93. package/.next/standalone/node_modules/@webassemblyjs/wasm-edit/package.json +33 -0
  94. package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/lib/encoder/index.js +372 -0
  95. package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/lib/index.js +68 -0
  96. package/.next/standalone/node_modules/@webassemblyjs/wasm-gen/package.json +27 -0
  97. package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/lib/index.js +66 -0
  98. package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/lib/leb128.js +56 -0
  99. package/.next/standalone/node_modules/@webassemblyjs/wasm-opt/package.json +26 -0
  100. package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/lib/decoder.js +1970 -0
  101. package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/lib/index.js +262 -0
  102. package/.next/standalone/node_modules/@webassemblyjs/wasm-parser/package.json +44 -0
  103. package/.next/standalone/node_modules/@xtuc/ieee754/dist/index.cjs.js +96 -0
  104. package/.next/standalone/node_modules/@xtuc/ieee754/package.json +42 -0
  105. package/.next/standalone/node_modules/@xtuc/long/package.json +36 -0
  106. package/.next/standalone/node_modules/@xtuc/long/src/long.js +1405 -0
  107. package/.next/standalone/node_modules/acorn/dist/acorn.js +6262 -0
  108. package/.next/standalone/node_modules/acorn/package.json +50 -0
  109. package/.next/standalone/node_modules/acorn-import-phases/package.json +46 -0
  110. package/.next/standalone/node_modules/acorn-import-phases/src/index.cjs +5 -0
  111. package/.next/standalone/node_modules/acorn-import-phases/src/plugin.cjs +125 -0
  112. package/.next/standalone/node_modules/ajv-formats/dist/formats.js +173 -0
  113. package/.next/standalone/node_modules/ajv-formats/dist/index.js +37 -0
  114. package/.next/standalone/node_modules/ajv-formats/dist/limit.js +69 -0
  115. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/ajv.js +50 -0
  116. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/code.js +156 -0
  117. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/index.js +697 -0
  118. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
  119. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/errors.js +123 -0
  120. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/index.js +242 -0
  121. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/names.js +28 -0
  122. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/ref_error.js +12 -0
  123. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/resolve.js +155 -0
  124. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/rules.js +26 -0
  125. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/util.js +178 -0
  126. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
  127. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
  128. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
  129. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
  130. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/index.js +520 -0
  131. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
  132. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
  133. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/core.js +618 -0
  134. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/refs/data.json +13 -0
  135. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  136. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/equal.js +7 -0
  137. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
  138. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/uri.js +6 -0
  139. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/runtime/validation_error.js +11 -0
  140. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
  141. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
  142. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
  143. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
  144. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
  145. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
  146. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
  147. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
  148. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
  149. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
  150. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
  151. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
  152. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
  153. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
  154. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
  155. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
  156. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
  157. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/code.js +131 -0
  158. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
  159. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
  160. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
  161. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
  162. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
  163. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
  164. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
  165. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
  166. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
  167. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
  168. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
  169. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
  170. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
  171. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
  172. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
  173. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
  174. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
  175. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
  176. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
  177. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
  178. package/.next/standalone/node_modules/ajv-formats/node_modules/ajv/package.json +127 -0
  179. package/.next/standalone/node_modules/ajv-formats/node_modules/json-schema-traverse/index.js +93 -0
  180. package/.next/standalone/node_modules/ajv-formats/node_modules/json-schema-traverse/package.json +43 -0
  181. package/.next/standalone/node_modules/ajv-formats/package.json +74 -0
  182. package/.next/standalone/node_modules/baseline-browser-mapping/dist/index.cjs +1 -0
  183. package/.next/standalone/node_modules/baseline-browser-mapping/package.json +64 -0
  184. package/.next/standalone/node_modules/browserslist/error.js +12 -0
  185. package/.next/standalone/node_modules/browserslist/index.js +1335 -0
  186. package/.next/standalone/node_modules/browserslist/node.js +502 -0
  187. package/.next/standalone/node_modules/browserslist/package.json +45 -0
  188. package/.next/standalone/node_modules/browserslist/parse.js +78 -0
  189. package/.next/standalone/node_modules/chrome-trace-event/dist/trace-event.js +170 -0
  190. package/.next/standalone/node_modules/chrome-trace-event/package.json +38 -0
  191. package/.next/standalone/node_modules/electron-to-chromium/package.json +44 -0
  192. package/.next/standalone/node_modules/electron-to-chromium/versions.js +229 -0
  193. package/.next/standalone/node_modules/enhanced-resolve/lib/AliasFieldPlugin.js +103 -0
  194. package/.next/standalone/node_modules/enhanced-resolve/lib/AliasPlugin.js +47 -0
  195. package/.next/standalone/node_modules/enhanced-resolve/lib/AliasUtils.js +172 -0
  196. package/.next/standalone/node_modules/enhanced-resolve/lib/AppendPlugin.js +49 -0
  197. package/.next/standalone/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js +677 -0
  198. package/.next/standalone/node_modules/enhanced-resolve/lib/CloneBasenamePlugin.js +53 -0
  199. package/.next/standalone/node_modules/enhanced-resolve/lib/ConditionalPlugin.js +59 -0
  200. package/.next/standalone/node_modules/enhanced-resolve/lib/DescriptionFilePlugin.js +98 -0
  201. package/.next/standalone/node_modules/enhanced-resolve/lib/DescriptionFileUtils.js +200 -0
  202. package/.next/standalone/node_modules/enhanced-resolve/lib/DirectoryExistsPlugin.js +68 -0
  203. package/.next/standalone/node_modules/enhanced-resolve/lib/ExportsFieldPlugin.js +206 -0
  204. package/.next/standalone/node_modules/enhanced-resolve/lib/ExtensionAliasPlugin.js +100 -0
  205. package/.next/standalone/node_modules/enhanced-resolve/lib/FileExistsPlugin.js +61 -0
  206. package/.next/standalone/node_modules/enhanced-resolve/lib/ImportsFieldPlugin.js +223 -0
  207. package/.next/standalone/node_modules/enhanced-resolve/lib/JoinRequestPartPlugin.js +75 -0
  208. package/.next/standalone/node_modules/enhanced-resolve/lib/JoinRequestPlugin.js +45 -0
  209. package/.next/standalone/node_modules/enhanced-resolve/lib/LogInfoPlugin.js +58 -0
  210. package/.next/standalone/node_modules/enhanced-resolve/lib/MainFieldPlugin.js +87 -0
  211. package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesInHierarchicalDirectoriesPlugin.js +47 -0
  212. package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesInRootPlugin.js +49 -0
  213. package/.next/standalone/node_modules/enhanced-resolve/lib/ModulesUtils.js +83 -0
  214. package/.next/standalone/node_modules/enhanced-resolve/lib/NextPlugin.js +33 -0
  215. package/.next/standalone/node_modules/enhanced-resolve/lib/ParsePlugin.js +77 -0
  216. package/.next/standalone/node_modules/enhanced-resolve/lib/PnpPlugin.js +134 -0
  217. package/.next/standalone/node_modules/enhanced-resolve/lib/Resolver.js +820 -0
  218. package/.next/standalone/node_modules/enhanced-resolve/lib/ResolverFactory.js +745 -0
  219. package/.next/standalone/node_modules/enhanced-resolve/lib/RestrictionsPlugin.js +70 -0
  220. package/.next/standalone/node_modules/enhanced-resolve/lib/ResultPlugin.js +43 -0
  221. package/.next/standalone/node_modules/enhanced-resolve/lib/RootsPlugin.js +69 -0
  222. package/.next/standalone/node_modules/enhanced-resolve/lib/SelfReferencePlugin.js +82 -0
  223. package/.next/standalone/node_modules/enhanced-resolve/lib/SymlinkPlugin.js +101 -0
  224. package/.next/standalone/node_modules/enhanced-resolve/lib/SyncAsyncFileSystemDecorator.js +258 -0
  225. package/.next/standalone/node_modules/enhanced-resolve/lib/TryNextPlugin.js +41 -0
  226. package/.next/standalone/node_modules/enhanced-resolve/lib/TsconfigPathsPlugin.js +560 -0
  227. package/.next/standalone/node_modules/enhanced-resolve/lib/UnsafeCachePlugin.js +114 -0
  228. package/.next/standalone/node_modules/enhanced-resolve/lib/UseFilePlugin.js +55 -0
  229. package/.next/standalone/node_modules/enhanced-resolve/lib/createInnerContext.js +46 -0
  230. package/.next/standalone/node_modules/enhanced-resolve/lib/forEachBail.js +50 -0
  231. package/.next/standalone/node_modules/enhanced-resolve/lib/getInnerRequest.js +39 -0
  232. package/.next/standalone/node_modules/enhanced-resolve/lib/getPaths.js +45 -0
  233. package/.next/standalone/node_modules/enhanced-resolve/lib/index.js +229 -0
  234. package/.next/standalone/node_modules/enhanced-resolve/lib/util/entrypoints.js +577 -0
  235. package/.next/standalone/node_modules/enhanced-resolve/lib/util/fs.js +38 -0
  236. package/.next/standalone/node_modules/enhanced-resolve/lib/util/identifier.js +77 -0
  237. package/.next/standalone/node_modules/enhanced-resolve/lib/util/memoize.js +37 -0
  238. package/.next/standalone/node_modules/enhanced-resolve/lib/util/path.js +250 -0
  239. package/.next/standalone/node_modules/enhanced-resolve/package.json +76 -0
  240. package/.next/standalone/node_modules/esbuild/lib/main.js +2242 -0
  241. package/.next/standalone/node_modules/esbuild/package.json +49 -0
  242. package/.next/standalone/node_modules/eslint-scope/lib/definition.js +86 -0
  243. package/.next/standalone/node_modules/eslint-scope/lib/index.js +165 -0
  244. package/.next/standalone/node_modules/eslint-scope/lib/pattern-visitor.js +152 -0
  245. package/.next/standalone/node_modules/eslint-scope/lib/reference.js +167 -0
  246. package/.next/standalone/node_modules/eslint-scope/lib/referencer.js +629 -0
  247. package/.next/standalone/node_modules/eslint-scope/lib/scope-manager.js +247 -0
  248. package/.next/standalone/node_modules/eslint-scope/lib/scope.js +748 -0
  249. package/.next/standalone/node_modules/eslint-scope/lib/variable.js +88 -0
  250. package/.next/standalone/node_modules/eslint-scope/package.json +48 -0
  251. package/.next/standalone/node_modules/esrecurse/esrecurse.js +117 -0
  252. package/.next/standalone/node_modules/esrecurse/node_modules/estraverse/estraverse.js +805 -0
  253. package/.next/standalone/node_modules/esrecurse/node_modules/estraverse/package.json +40 -0
  254. package/.next/standalone/node_modules/esrecurse/package.json +52 -0
  255. package/.next/standalone/node_modules/estraverse/estraverse.js +782 -0
  256. package/.next/standalone/node_modules/estraverse/package.json +40 -0
  257. package/.next/standalone/node_modules/fast-deep-equal/index.js +46 -0
  258. package/.next/standalone/node_modules/fast-deep-equal/package.json +61 -0
  259. package/.next/standalone/node_modules/fast-uri/index.js +340 -0
  260. package/.next/standalone/node_modules/fast-uri/lib/schemes.js +267 -0
  261. package/.next/standalone/node_modules/fast-uri/lib/utils.js +336 -0
  262. package/.next/standalone/node_modules/fast-uri/package.json +69 -0
  263. package/.next/standalone/node_modules/glob-to-regexp/index.js +130 -0
  264. package/.next/standalone/node_modules/glob-to-regexp/package.json +23 -0
  265. package/.next/standalone/node_modules/has-flag/index.js +8 -0
  266. package/.next/standalone/node_modules/has-flag/package.json +46 -0
  267. package/.next/standalone/node_modules/jest-worker/build/Farm.js +206 -0
  268. package/.next/standalone/node_modules/jest-worker/build/FifoQueue.js +171 -0
  269. package/.next/standalone/node_modules/jest-worker/build/PriorityQueue.js +188 -0
  270. package/.next/standalone/node_modules/jest-worker/build/WorkerPool.js +49 -0
  271. package/.next/standalone/node_modules/jest-worker/build/base/BaseWorkerPool.js +201 -0
  272. package/.next/standalone/node_modules/jest-worker/build/index.js +223 -0
  273. package/.next/standalone/node_modules/jest-worker/build/types.js +39 -0
  274. package/.next/standalone/node_modules/jest-worker/build/workers/ChildProcessWorker.js +333 -0
  275. package/.next/standalone/node_modules/jest-worker/build/workers/NodeThreadsWorker.js +344 -0
  276. package/.next/standalone/node_modules/jest-worker/build/workers/messageParent.js +38 -0
  277. package/.next/standalone/node_modules/jest-worker/build/workers/processChild.js +148 -0
  278. package/.next/standalone/node_modules/jest-worker/package.json +38 -0
  279. package/.next/standalone/node_modules/json-parse-even-better-errors/index.js +121 -0
  280. package/.next/standalone/node_modules/json-parse-even-better-errors/package.json +33 -0
  281. package/.next/standalone/node_modules/loader-runner/lib/LoaderLoadingError.js +13 -0
  282. package/.next/standalone/node_modules/loader-runner/lib/LoaderRunner.js +515 -0
  283. package/.next/standalone/node_modules/loader-runner/lib/loadLoader.js +80 -0
  284. package/.next/standalone/node_modules/loader-runner/package.json +57 -0
  285. package/.next/standalone/node_modules/merge-stream/index.js +41 -0
  286. package/.next/standalone/node_modules/merge-stream/package.json +19 -0
  287. package/.next/standalone/node_modules/mime-db/db.json +8519 -0
  288. package/.next/standalone/node_modules/mime-db/index.js +12 -0
  289. package/.next/standalone/node_modules/mime-db/package.json +60 -0
  290. package/.next/standalone/node_modules/mime-types/index.js +188 -0
  291. package/.next/standalone/node_modules/mime-types/package.json +44 -0
  292. package/.next/standalone/node_modules/neo-async/async.js +9184 -0
  293. package/.next/standalone/node_modules/neo-async/package.json +57 -0
  294. package/.next/standalone/node_modules/node-releases/data/processed/envs.json +1 -0
  295. package/.next/standalone/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  296. package/.next/standalone/node_modules/randombytes/index.js +1 -0
  297. package/.next/standalone/node_modules/randombytes/package.json +36 -0
  298. package/.next/standalone/node_modules/serialize-javascript/index.js +268 -0
  299. package/.next/standalone/node_modules/serialize-javascript/package.json +36 -0
  300. package/.next/standalone/node_modules/supports-color/index.js +152 -0
  301. package/.next/standalone/node_modules/supports-color/package.json +58 -0
  302. package/.next/standalone/node_modules/tapable/lib/AsyncParallelBailHook.js +87 -0
  303. package/.next/standalone/node_modules/tapable/lib/AsyncParallelHook.js +37 -0
  304. package/.next/standalone/node_modules/tapable/lib/AsyncSeriesBailHook.js +42 -0
  305. package/.next/standalone/node_modules/tapable/lib/AsyncSeriesHook.js +37 -0
  306. package/.next/standalone/node_modules/tapable/lib/AsyncSeriesLoopHook.js +37 -0
  307. package/.next/standalone/node_modules/tapable/lib/AsyncSeriesWaterfallHook.js +48 -0
  308. package/.next/standalone/node_modules/tapable/lib/Hook.js +183 -0
  309. package/.next/standalone/node_modules/tapable/lib/HookCodeFactory.js +454 -0
  310. package/.next/standalone/node_modules/tapable/lib/HookMap.js +69 -0
  311. package/.next/standalone/node_modules/tapable/lib/MultiHook.js +52 -0
  312. package/.next/standalone/node_modules/tapable/lib/SyncBailHook.js +51 -0
  313. package/.next/standalone/node_modules/tapable/lib/SyncHook.js +46 -0
  314. package/.next/standalone/node_modules/tapable/lib/SyncLoopHook.js +46 -0
  315. package/.next/standalone/node_modules/tapable/lib/SyncWaterfallHook.js +58 -0
  316. package/.next/standalone/node_modules/tapable/lib/index.js +19 -0
  317. package/.next/standalone/node_modules/tapable/package.json +60 -0
  318. package/.next/standalone/node_modules/terser/dist/bundle.min.js +33769 -0
  319. package/.next/standalone/node_modules/terser/dist/package.json +10 -0
  320. package/.next/standalone/node_modules/terser/package.json +158 -0
  321. package/.next/standalone/node_modules/terser-webpack-plugin/dist/index.js +706 -0
  322. package/.next/standalone/node_modules/terser-webpack-plugin/dist/minify.js +49 -0
  323. package/.next/standalone/node_modules/terser-webpack-plugin/dist/options.json +164 -0
  324. package/.next/standalone/node_modules/terser-webpack-plugin/dist/utils.js +678 -0
  325. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/ajv.js +50 -0
  326. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/code.js +156 -0
  327. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/index.js +697 -0
  328. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
  329. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/errors.js +123 -0
  330. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/index.js +242 -0
  331. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/names.js +28 -0
  332. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/ref_error.js +12 -0
  333. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/resolve.js +155 -0
  334. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/rules.js +26 -0
  335. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/util.js +178 -0
  336. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
  337. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
  338. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
  339. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
  340. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/index.js +520 -0
  341. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
  342. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
  343. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/core.js +618 -0
  344. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/refs/data.json +13 -0
  345. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  346. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/equal.js +7 -0
  347. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
  348. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/uri.js +6 -0
  349. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/runtime/validation_error.js +11 -0
  350. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
  351. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
  352. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
  353. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
  354. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
  355. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
  356. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
  357. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
  358. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
  359. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
  360. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
  361. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
  362. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
  363. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
  364. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
  365. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
  366. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
  367. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/code.js +131 -0
  368. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
  369. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
  370. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
  371. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
  372. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
  373. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
  374. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
  375. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
  376. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
  377. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
  378. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
  379. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
  380. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
  381. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
  382. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
  383. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
  384. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
  385. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
  386. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
  387. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
  388. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv/package.json +127 -0
  389. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_range.js +28 -0
  390. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_required.js +23 -0
  391. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/_util.js +19 -0
  392. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/allRequired.js +21 -0
  393. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/anyRequired.js +10 -0
  394. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/deepProperties.js +54 -0
  395. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/deepRequired.js +33 -0
  396. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/dynamicDefaults.js +84 -0
  397. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/exclusiveRange.js +10 -0
  398. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/instanceof.js +54 -0
  399. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/oneRequired.js +10 -0
  400. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/patternRequired.js +42 -0
  401. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/prohibited.js +23 -0
  402. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/range.js +10 -0
  403. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/regexp.js +40 -0
  404. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/select.js +63 -0
  405. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/transform.js +78 -0
  406. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/typeof.js +25 -0
  407. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/definitions/uniqueItemProperties.js +65 -0
  408. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/index.js +32 -0
  409. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/allRequired.js +10 -0
  410. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/anyRequired.js +10 -0
  411. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/deepProperties.js +10 -0
  412. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/deepRequired.js +10 -0
  413. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/dynamicDefaults.js +10 -0
  414. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/exclusiveRange.js +10 -0
  415. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/index.js +43 -0
  416. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/instanceof.js +10 -0
  417. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/oneRequired.js +10 -0
  418. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/patternRequired.js +10 -0
  419. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/prohibited.js +10 -0
  420. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/range.js +10 -0
  421. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/regexp.js +10 -0
  422. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/select.js +13 -0
  423. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/transform.js +10 -0
  424. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/typeof.js +10 -0
  425. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/dist/keywords/uniqueItemProperties.js +10 -0
  426. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/ajv-keywords/package.json +74 -0
  427. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/index.js +93 -0
  428. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/json-schema-traverse/package.json +43 -0
  429. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/ValidationError.js +1061 -0
  430. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/index.js +23 -0
  431. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/absolutePath.js +83 -0
  432. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/limit.js +167 -0
  433. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/keywords/undefinedAsNull.js +34 -0
  434. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/Range.js +143 -0
  435. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/hints.js +85 -0
  436. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/util/memorize.js +34 -0
  437. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/dist/validate.js +215 -0
  438. package/.next/standalone/node_modules/terser-webpack-plugin/node_modules/schema-utils/package.json +89 -0
  439. package/.next/standalone/node_modules/terser-webpack-plugin/package.json +129 -0
  440. package/.next/standalone/node_modules/watchpack/lib/DirectoryWatcher.js +965 -0
  441. package/.next/standalone/node_modules/watchpack/lib/LinkResolver.js +114 -0
  442. package/.next/standalone/node_modules/watchpack/lib/getWatcherManager.js +80 -0
  443. package/.next/standalone/node_modules/watchpack/lib/index.js +554 -0
  444. package/.next/standalone/node_modules/watchpack/lib/reducePlan.js +138 -0
  445. package/.next/standalone/node_modules/watchpack/lib/watchEventSource.js +449 -0
  446. package/.next/standalone/node_modules/watchpack/package.json +74 -0
  447. package/.next/standalone/node_modules/webpack/hot/emitter-event-target.js +7 -0
  448. package/.next/standalone/node_modules/webpack/hot/lazy-compilation-node.js +66 -0
  449. package/.next/standalone/node_modules/webpack/hot/lazy-compilation-universal.js +18 -0
  450. package/.next/standalone/node_modules/webpack/hot/lazy-compilation-web.js +93 -0
  451. package/.next/standalone/node_modules/webpack/hot/load-http.js +7 -0
  452. package/.next/standalone/node_modules/webpack/lib/APIPlugin.js +392 -0
  453. package/.next/standalone/node_modules/webpack/lib/AbstractMethodError.js +56 -0
  454. package/.next/standalone/node_modules/webpack/lib/AsyncDependenciesBlock.js +125 -0
  455. package/.next/standalone/node_modules/webpack/lib/AsyncDependencyToInitialChunkError.js +32 -0
  456. package/.next/standalone/node_modules/webpack/lib/AutomaticPrefetchPlugin.js +66 -0
  457. package/.next/standalone/node_modules/webpack/lib/BannerPlugin.js +136 -0
  458. package/.next/standalone/node_modules/webpack/lib/Cache.js +168 -0
  459. package/.next/standalone/node_modules/webpack/lib/CacheFacade.js +349 -0
  460. package/.next/standalone/node_modules/webpack/lib/CaseSensitiveModulesWarning.js +72 -0
  461. package/.next/standalone/node_modules/webpack/lib/Chunk.js +899 -0
  462. package/.next/standalone/node_modules/webpack/lib/ChunkGraph.js +1968 -0
  463. package/.next/standalone/node_modules/webpack/lib/ChunkGroup.js +615 -0
  464. package/.next/standalone/node_modules/webpack/lib/ChunkRenderError.js +33 -0
  465. package/.next/standalone/node_modules/webpack/lib/ChunkTemplate.js +181 -0
  466. package/.next/standalone/node_modules/webpack/lib/CleanPlugin.js +494 -0
  467. package/.next/standalone/node_modules/webpack/lib/CodeGenerationError.js +35 -0
  468. package/.next/standalone/node_modules/webpack/lib/CodeGenerationResults.js +167 -0
  469. package/.next/standalone/node_modules/webpack/lib/CommentCompilationWarning.js +33 -0
  470. package/.next/standalone/node_modules/webpack/lib/CompatibilityPlugin.js +240 -0
  471. package/.next/standalone/node_modules/webpack/lib/Compilation.js +5870 -0
  472. package/.next/standalone/node_modules/webpack/lib/Compiler.js +1413 -0
  473. package/.next/standalone/node_modules/webpack/lib/ConcatenationScope.js +181 -0
  474. package/.next/standalone/node_modules/webpack/lib/ConcurrentCompilationError.js +18 -0
  475. package/.next/standalone/node_modules/webpack/lib/ConditionalInitFragment.js +120 -0
  476. package/.next/standalone/node_modules/webpack/lib/ConstPlugin.js +567 -0
  477. package/.next/standalone/node_modules/webpack/lib/ContextExclusionPlugin.js +33 -0
  478. package/.next/standalone/node_modules/webpack/lib/ContextModule.js +1405 -0
  479. package/.next/standalone/node_modules/webpack/lib/ContextModuleFactory.js +514 -0
  480. package/.next/standalone/node_modules/webpack/lib/ContextReplacementPlugin.js +227 -0
  481. package/.next/standalone/node_modules/webpack/lib/CssModule.js +179 -0
  482. package/.next/standalone/node_modules/webpack/lib/DefinePlugin.js +873 -0
  483. package/.next/standalone/node_modules/webpack/lib/DelegatedModule.js +279 -0
  484. package/.next/standalone/node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js +116 -0
  485. package/.next/standalone/node_modules/webpack/lib/DelegatedPlugin.js +49 -0
  486. package/.next/standalone/node_modules/webpack/lib/DependenciesBlock.js +120 -0
  487. package/.next/standalone/node_modules/webpack/lib/Dependency.js +390 -0
  488. package/.next/standalone/node_modules/webpack/lib/DependencyTemplate.js +71 -0
  489. package/.next/standalone/node_modules/webpack/lib/DependencyTemplates.js +67 -0
  490. package/.next/standalone/node_modules/webpack/lib/DllEntryPlugin.js +76 -0
  491. package/.next/standalone/node_modules/webpack/lib/DllModule.js +175 -0
  492. package/.next/standalone/node_modules/webpack/lib/DllModuleFactory.js +38 -0
  493. package/.next/standalone/node_modules/webpack/lib/DllPlugin.js +73 -0
  494. package/.next/standalone/node_modules/webpack/lib/DllReferencePlugin.js +189 -0
  495. package/.next/standalone/node_modules/webpack/lib/DotenvPlugin.js +468 -0
  496. package/.next/standalone/node_modules/webpack/lib/DynamicEntryPlugin.js +87 -0
  497. package/.next/standalone/node_modules/webpack/lib/EntryOptionPlugin.js +98 -0
  498. package/.next/standalone/node_modules/webpack/lib/EntryPlugin.js +72 -0
  499. package/.next/standalone/node_modules/webpack/lib/Entrypoint.js +120 -0
  500. package/.next/standalone/node_modules/webpack/lib/EnvironmentNotSupportAsyncWarning.js +50 -0
  501. package/.next/standalone/node_modules/webpack/lib/EnvironmentPlugin.js +74 -0
  502. package/.next/standalone/node_modules/webpack/lib/ErrorHelpers.js +100 -0
  503. package/.next/standalone/node_modules/webpack/lib/EvalDevToolModulePlugin.js +132 -0
  504. package/.next/standalone/node_modules/webpack/lib/EvalSourceMapDevToolPlugin.js +245 -0
  505. package/.next/standalone/node_modules/webpack/lib/ExportsInfo.js +1693 -0
  506. package/.next/standalone/node_modules/webpack/lib/ExportsInfoApiPlugin.js +87 -0
  507. package/.next/standalone/node_modules/webpack/lib/ExternalModule.js +1169 -0
  508. package/.next/standalone/node_modules/webpack/lib/ExternalModuleFactoryPlugin.js +363 -0
  509. package/.next/standalone/node_modules/webpack/lib/ExternalsPlugin.js +92 -0
  510. package/.next/standalone/node_modules/webpack/lib/FalseIIFEUmdWarning.js +20 -0
  511. package/.next/standalone/node_modules/webpack/lib/FileSystemInfo.js +4131 -0
  512. package/.next/standalone/node_modules/webpack/lib/FlagAllModulesAsUsedPlugin.js +55 -0
  513. package/.next/standalone/node_modules/webpack/lib/FlagDependencyExportsPlugin.js +437 -0
  514. package/.next/standalone/node_modules/webpack/lib/FlagDependencyUsagePlugin.js +348 -0
  515. package/.next/standalone/node_modules/webpack/lib/Generator.js +188 -0
  516. package/.next/standalone/node_modules/webpack/lib/GraphHelpers.js +46 -0
  517. package/.next/standalone/node_modules/webpack/lib/HarmonyLinkingError.js +17 -0
  518. package/.next/standalone/node_modules/webpack/lib/HookWebpackError.js +121 -0
  519. package/.next/standalone/node_modules/webpack/lib/HotModuleReplacementPlugin.js +930 -0
  520. package/.next/standalone/node_modules/webpack/lib/HotUpdateChunk.js +16 -0
  521. package/.next/standalone/node_modules/webpack/lib/IgnoreErrorModuleFactory.js +39 -0
  522. package/.next/standalone/node_modules/webpack/lib/IgnorePlugin.js +105 -0
  523. package/.next/standalone/node_modules/webpack/lib/IgnoreWarningsPlugin.js +38 -0
  524. package/.next/standalone/node_modules/webpack/lib/InitFragment.js +204 -0
  525. package/.next/standalone/node_modules/webpack/lib/InvalidDependenciesModuleWarning.js +44 -0
  526. package/.next/standalone/node_modules/webpack/lib/JavascriptMetaInfoPlugin.js +78 -0
  527. package/.next/standalone/node_modules/webpack/lib/LibManifestPlugin.js +144 -0
  528. package/.next/standalone/node_modules/webpack/lib/LibraryTemplatePlugin.js +48 -0
  529. package/.next/standalone/node_modules/webpack/lib/LoaderOptionsPlugin.js +81 -0
  530. package/.next/standalone/node_modules/webpack/lib/LoaderTargetPlugin.js +39 -0
  531. package/.next/standalone/node_modules/webpack/lib/MainTemplate.js +371 -0
  532. package/.next/standalone/node_modules/webpack/lib/ManifestPlugin.js +238 -0
  533. package/.next/standalone/node_modules/webpack/lib/Module.js +1279 -0
  534. package/.next/standalone/node_modules/webpack/lib/ModuleBuildError.js +83 -0
  535. package/.next/standalone/node_modules/webpack/lib/ModuleDependencyError.js +44 -0
  536. package/.next/standalone/node_modules/webpack/lib/ModuleDependencyWarning.js +49 -0
  537. package/.next/standalone/node_modules/webpack/lib/ModuleError.js +67 -0
  538. package/.next/standalone/node_modules/webpack/lib/ModuleFactory.js +57 -0
  539. package/.next/standalone/node_modules/webpack/lib/ModuleFilenameHelpers.js +387 -0
  540. package/.next/standalone/node_modules/webpack/lib/ModuleGraph.js +1024 -0
  541. package/.next/standalone/node_modules/webpack/lib/ModuleGraphConnection.js +208 -0
  542. package/.next/standalone/node_modules/webpack/lib/ModuleHashingError.js +31 -0
  543. package/.next/standalone/node_modules/webpack/lib/ModuleInfoHeaderPlugin.js +318 -0
  544. package/.next/standalone/node_modules/webpack/lib/ModuleNotFoundError.js +90 -0
  545. package/.next/standalone/node_modules/webpack/lib/ModuleParseError.js +125 -0
  546. package/.next/standalone/node_modules/webpack/lib/ModuleProfile.js +108 -0
  547. package/.next/standalone/node_modules/webpack/lib/ModuleRestoreError.js +46 -0
  548. package/.next/standalone/node_modules/webpack/lib/ModuleSourceTypeConstants.js +179 -0
  549. package/.next/standalone/node_modules/webpack/lib/ModuleStoreError.js +45 -0
  550. package/.next/standalone/node_modules/webpack/lib/ModuleTemplate.js +173 -0
  551. package/.next/standalone/node_modules/webpack/lib/ModuleTypeConstants.js +190 -0
  552. package/.next/standalone/node_modules/webpack/lib/ModuleWarning.js +68 -0
  553. package/.next/standalone/node_modules/webpack/lib/MultiCompiler.js +678 -0
  554. package/.next/standalone/node_modules/webpack/lib/MultiStats.js +213 -0
  555. package/.next/standalone/node_modules/webpack/lib/MultiWatching.js +77 -0
  556. package/.next/standalone/node_modules/webpack/lib/NoEmitOnErrorsPlugin.js +30 -0
  557. package/.next/standalone/node_modules/webpack/lib/NoModeWarning.js +23 -0
  558. package/.next/standalone/node_modules/webpack/lib/NodeStuffInWebError.js +35 -0
  559. package/.next/standalone/node_modules/webpack/lib/NodeStuffPlugin.js +587 -0
  560. package/.next/standalone/node_modules/webpack/lib/NormalModule.js +1796 -0
  561. package/.next/standalone/node_modules/webpack/lib/NormalModuleFactory.js +1455 -0
  562. package/.next/standalone/node_modules/webpack/lib/NormalModuleReplacementPlugin.js +75 -0
  563. package/.next/standalone/node_modules/webpack/lib/OptimizationStages.js +10 -0
  564. package/.next/standalone/node_modules/webpack/lib/OptionsApply.js +24 -0
  565. package/.next/standalone/node_modules/webpack/lib/Parser.js +40 -0
  566. package/.next/standalone/node_modules/webpack/lib/PlatformPlugin.js +41 -0
  567. package/.next/standalone/node_modules/webpack/lib/PrefetchPlugin.js +56 -0
  568. package/.next/standalone/node_modules/webpack/lib/ProgressPlugin.js +712 -0
  569. package/.next/standalone/node_modules/webpack/lib/ProvidePlugin.js +121 -0
  570. package/.next/standalone/node_modules/webpack/lib/RawModule.js +180 -0
  571. package/.next/standalone/node_modules/webpack/lib/RecordIdsPlugin.js +216 -0
  572. package/.next/standalone/node_modules/webpack/lib/RequestShortener.js +36 -0
  573. package/.next/standalone/node_modules/webpack/lib/RequireJsStuffPlugin.js +84 -0
  574. package/.next/standalone/node_modules/webpack/lib/ResolverFactory.js +156 -0
  575. package/.next/standalone/node_modules/webpack/lib/RuntimeGlobals.js +450 -0
  576. package/.next/standalone/node_modules/webpack/lib/RuntimeModule.js +225 -0
  577. package/.next/standalone/node_modules/webpack/lib/RuntimePlugin.js +547 -0
  578. package/.next/standalone/node_modules/webpack/lib/RuntimeTemplate.js +1288 -0
  579. package/.next/standalone/node_modules/webpack/lib/SelfModuleFactory.js +33 -0
  580. package/.next/standalone/node_modules/webpack/lib/SizeFormatHelpers.js +25 -0
  581. package/.next/standalone/node_modules/webpack/lib/SourceMapDevToolModuleOptionsPlugin.js +51 -0
  582. package/.next/standalone/node_modules/webpack/lib/SourceMapDevToolPlugin.js +638 -0
  583. package/.next/standalone/node_modules/webpack/lib/Stats.js +88 -0
  584. package/.next/standalone/node_modules/webpack/lib/Template.js +427 -0
  585. package/.next/standalone/node_modules/webpack/lib/TemplatedPathPlugin.js +400 -0
  586. package/.next/standalone/node_modules/webpack/lib/UnhandledSchemeError.js +34 -0
  587. package/.next/standalone/node_modules/webpack/lib/UnsupportedFeatureWarning.js +33 -0
  588. package/.next/standalone/node_modules/webpack/lib/UseStrictPlugin.js +81 -0
  589. package/.next/standalone/node_modules/webpack/lib/WarnCaseSensitiveModulesPlugin.js +64 -0
  590. package/.next/standalone/node_modules/webpack/lib/WarnDeprecatedOptionPlugin.js +60 -0
  591. package/.next/standalone/node_modules/webpack/lib/WarnNoModeSetPlugin.js +27 -0
  592. package/.next/standalone/node_modules/webpack/lib/WatchIgnorePlugin.js +155 -0
  593. package/.next/standalone/node_modules/webpack/lib/Watching.js +531 -0
  594. package/.next/standalone/node_modules/webpack/lib/WebpackError.js +81 -0
  595. package/.next/standalone/node_modules/webpack/lib/WebpackIsIncludedPlugin.js +93 -0
  596. package/.next/standalone/node_modules/webpack/lib/WebpackOptionsApply.js +931 -0
  597. package/.next/standalone/node_modules/webpack/lib/WebpackOptionsDefaulter.js +26 -0
  598. package/.next/standalone/node_modules/webpack/lib/asset/AssetBytesGenerator.js +172 -0
  599. package/.next/standalone/node_modules/webpack/lib/asset/AssetBytesParser.js +37 -0
  600. package/.next/standalone/node_modules/webpack/lib/asset/AssetGenerator.js +807 -0
  601. package/.next/standalone/node_modules/webpack/lib/asset/AssetModulesPlugin.js +343 -0
  602. package/.next/standalone/node_modules/webpack/lib/asset/AssetParser.js +69 -0
  603. package/.next/standalone/node_modules/webpack/lib/asset/AssetSourceGenerator.js +171 -0
  604. package/.next/standalone/node_modules/webpack/lib/asset/AssetSourceParser.js +37 -0
  605. package/.next/standalone/node_modules/webpack/lib/asset/RawDataUrlModule.js +175 -0
  606. package/.next/standalone/node_modules/webpack/lib/async-modules/AsyncModuleHelpers.js +52 -0
  607. package/.next/standalone/node_modules/webpack/lib/async-modules/AwaitDependenciesInitFragment.js +90 -0
  608. package/.next/standalone/node_modules/webpack/lib/async-modules/InferAsyncModulesPlugin.js +54 -0
  609. package/.next/standalone/node_modules/webpack/lib/buildChunkGraph.js +1392 -0
  610. package/.next/standalone/node_modules/webpack/lib/cache/AddBuildDependenciesPlugin.js +32 -0
  611. package/.next/standalone/node_modules/webpack/lib/cache/AddManagedPathsPlugin.js +40 -0
  612. package/.next/standalone/node_modules/webpack/lib/cache/IdleFileCachePlugin.js +242 -0
  613. package/.next/standalone/node_modules/webpack/lib/cache/MemoryCachePlugin.js +57 -0
  614. package/.next/standalone/node_modules/webpack/lib/cache/MemoryWithGcCachePlugin.js +142 -0
  615. package/.next/standalone/node_modules/webpack/lib/cache/PackFileCacheStrategy.js +1600 -0
  616. package/.next/standalone/node_modules/webpack/lib/cache/ResolverCachePlugin.js +450 -0
  617. package/.next/standalone/node_modules/webpack/lib/cache/getLazyHashedEtag.js +91 -0
  618. package/.next/standalone/node_modules/webpack/lib/cache/mergeEtags.js +71 -0
  619. package/.next/standalone/node_modules/webpack/lib/cli.js +859 -0
  620. package/.next/standalone/node_modules/webpack/lib/config/browserslistTargetHandler.js +388 -0
  621. package/.next/standalone/node_modules/webpack/lib/config/defaults.js +2086 -0
  622. package/.next/standalone/node_modules/webpack/lib/config/normalization.js +681 -0
  623. package/.next/standalone/node_modules/webpack/lib/config/target.js +389 -0
  624. package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryDependency.js +47 -0
  625. package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryModule.js +300 -0
  626. package/.next/standalone/node_modules/webpack/lib/container/ContainerEntryModuleFactory.js +27 -0
  627. package/.next/standalone/node_modules/webpack/lib/container/ContainerExposedDependency.js +61 -0
  628. package/.next/standalone/node_modules/webpack/lib/container/ContainerPlugin.js +118 -0
  629. package/.next/standalone/node_modules/webpack/lib/container/ContainerReferencePlugin.js +139 -0
  630. package/.next/standalone/node_modules/webpack/lib/container/FallbackDependency.js +65 -0
  631. package/.next/standalone/node_modules/webpack/lib/container/FallbackItemDependency.js +33 -0
  632. package/.next/standalone/node_modules/webpack/lib/container/FallbackModule.js +191 -0
  633. package/.next/standalone/node_modules/webpack/lib/container/FallbackModuleFactory.js +27 -0
  634. package/.next/standalone/node_modules/webpack/lib/container/HoistContainerReferencesPlugin.js +256 -0
  635. package/.next/standalone/node_modules/webpack/lib/container/ModuleFederationPlugin.js +131 -0
  636. package/.next/standalone/node_modules/webpack/lib/container/RemoteModule.js +203 -0
  637. package/.next/standalone/node_modules/webpack/lib/container/RemoteRuntimeModule.js +144 -0
  638. package/.next/standalone/node_modules/webpack/lib/container/RemoteToExternalDependency.js +33 -0
  639. package/.next/standalone/node_modules/webpack/lib/container/options.js +105 -0
  640. package/.next/standalone/node_modules/webpack/lib/css/CssGenerator.js +580 -0
  641. package/.next/standalone/node_modules/webpack/lib/css/CssLoadingRuntimeModule.js +513 -0
  642. package/.next/standalone/node_modules/webpack/lib/css/CssMergeStyleSheetsRuntimeModule.js +56 -0
  643. package/.next/standalone/node_modules/webpack/lib/css/CssModulesPlugin.js +932 -0
  644. package/.next/standalone/node_modules/webpack/lib/css/CssParser.js +2621 -0
  645. package/.next/standalone/node_modules/webpack/lib/css/walkCssTokens.js +1740 -0
  646. package/.next/standalone/node_modules/webpack/lib/debug/ProfilingPlugin.js +589 -0
  647. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDDefineDependency.js +267 -0
  648. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDDefineDependencyParserPlugin.js +504 -0
  649. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDPlugin.js +243 -0
  650. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireArrayDependency.js +124 -0
  651. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireContextDependency.js +69 -0
  652. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlock.js +28 -0
  653. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependenciesBlockParserPlugin.js +425 -0
  654. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireDependency.js +189 -0
  655. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRequireItemDependency.js +41 -0
  656. package/.next/standalone/node_modules/webpack/lib/dependencies/AMDRuntimeModules.js +50 -0
  657. package/.next/standalone/node_modules/webpack/lib/dependencies/CachedConstDependency.js +135 -0
  658. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsDependencyHelpers.js +65 -0
  659. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportRequireDependency.js +412 -0
  660. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportsDependency.js +184 -0
  661. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsExportsParserPlugin.js +425 -0
  662. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsFullRequireDependency.js +162 -0
  663. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsImportsParserPlugin.js +805 -0
  664. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsPlugin.js +316 -0
  665. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsRequireContextDependency.js +73 -0
  666. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsRequireDependency.js +42 -0
  667. package/.next/standalone/node_modules/webpack/lib/dependencies/CommonJsSelfReferenceDependency.js +156 -0
  668. package/.next/standalone/node_modules/webpack/lib/dependencies/ConstDependency.js +118 -0
  669. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependency.js +183 -0
  670. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyHelpers.js +277 -0
  671. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsId.js +63 -0
  672. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextDependencyTemplateAsRequireCall.js +62 -0
  673. package/.next/standalone/node_modules/webpack/lib/dependencies/ContextElementDependency.js +147 -0
  674. package/.next/standalone/node_modules/webpack/lib/dependencies/CreateScriptUrlDependency.js +75 -0
  675. package/.next/standalone/node_modules/webpack/lib/dependencies/CriticalDependencyWarning.js +29 -0
  676. package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssExportDependency.js +537 -0
  677. package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssImportDependency.js +183 -0
  678. package/.next/standalone/node_modules/webpack/lib/dependencies/CssIcssSymbolDependency.js +131 -0
  679. package/.next/standalone/node_modules/webpack/lib/dependencies/CssImportDependency.js +120 -0
  680. package/.next/standalone/node_modules/webpack/lib/dependencies/CssUrlDependency.js +189 -0
  681. package/.next/standalone/node_modules/webpack/lib/dependencies/DelegatedSourceDependency.js +33 -0
  682. package/.next/standalone/node_modules/webpack/lib/dependencies/DllEntryDependency.js +61 -0
  683. package/.next/standalone/node_modules/webpack/lib/dependencies/DynamicExports.js +73 -0
  684. package/.next/standalone/node_modules/webpack/lib/dependencies/EntryDependency.js +30 -0
  685. package/.next/standalone/node_modules/webpack/lib/dependencies/ExportsInfoDependency.js +161 -0
  686. package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleDependency.js +109 -0
  687. package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleInitFragment.js +137 -0
  688. package/.next/standalone/node_modules/webpack/lib/dependencies/ExternalModuleInitFragmentDependency.js +87 -0
  689. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyAcceptDependency.js +237 -0
  690. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyAcceptImportDependency.js +37 -0
  691. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyCompatibilityDependency.js +91 -0
  692. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyDetectionParserPlugin.js +103 -0
  693. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyEvaluatedImportSpecifierDependency.js +164 -0
  694. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportDependencyParserPlugin.js +258 -0
  695. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportExpressionDependency.js +211 -0
  696. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportHeaderDependency.js +78 -0
  697. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportImportedSpecifierDependency.js +1494 -0
  698. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportInitFragment.js +191 -0
  699. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExportSpecifierDependency.js +127 -0
  700. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyExports.js +46 -0
  701. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportDependency.js +429 -0
  702. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportDependencyParserPlugin.js +669 -0
  703. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportSideEffectDependency.js +85 -0
  704. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js +514 -0
  705. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyModulesPlugin.js +154 -0
  706. package/.next/standalone/node_modules/webpack/lib/dependencies/HarmonyTopLevelThisParserPlugin.js +39 -0
  707. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportContextDependency.js +81 -0
  708. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportDependency.js +158 -0
  709. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportEagerDependency.js +76 -0
  710. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextDependency.js +42 -0
  711. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextDependencyParserPlugin.js +312 -0
  712. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaContextPlugin.js +72 -0
  713. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaHotAcceptDependency.js +41 -0
  714. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaHotDeclineDependency.js +42 -0
  715. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportMetaPlugin.js +447 -0
  716. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportParserPlugin.js +612 -0
  717. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportPhase.js +121 -0
  718. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportPlugin.js +98 -0
  719. package/.next/standalone/node_modules/webpack/lib/dependencies/ImportWeakDependency.js +74 -0
  720. package/.next/standalone/node_modules/webpack/lib/dependencies/JsonExportsDependency.js +137 -0
  721. package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderDependency.js +38 -0
  722. package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderImportDependency.js +39 -0
  723. package/.next/standalone/node_modules/webpack/lib/dependencies/LoaderPlugin.js +294 -0
  724. package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModule.js +60 -0
  725. package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModuleDependency.js +84 -0
  726. package/.next/standalone/node_modules/webpack/lib/dependencies/LocalModulesHelpers.js +68 -0
  727. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDecoratorDependency.js +136 -0
  728. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependency.js +100 -0
  729. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsId.js +35 -0
  730. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleDependencyTemplateAsRequireId.js +39 -0
  731. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleHotAcceptDependency.js +41 -0
  732. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleHotDeclineDependency.js +42 -0
  733. package/.next/standalone/node_modules/webpack/lib/dependencies/ModuleInitFragmentDependency.js +87 -0
  734. package/.next/standalone/node_modules/webpack/lib/dependencies/NullDependency.js +42 -0
  735. package/.next/standalone/node_modules/webpack/lib/dependencies/PrefetchDependency.js +27 -0
  736. package/.next/standalone/node_modules/webpack/lib/dependencies/ProvidedDependency.js +156 -0
  737. package/.next/standalone/node_modules/webpack/lib/dependencies/PureExpressionDependency.js +161 -0
  738. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextDependency.js +38 -0
  739. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextDependencyParserPlugin.js +69 -0
  740. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireContextPlugin.js +167 -0
  741. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlock.js +29 -0
  742. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependenciesBlockParserPlugin.js +145 -0
  743. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureDependency.js +115 -0
  744. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsureItemDependency.js +36 -0
  745. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireEnsurePlugin.js +86 -0
  746. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireHeaderDependency.js +70 -0
  747. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludeDependency.js +79 -0
  748. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludeDependencyParserPlugin.js +100 -0
  749. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireIncludePlugin.js +63 -0
  750. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveContextDependency.js +67 -0
  751. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveDependency.js +58 -0
  752. package/.next/standalone/node_modules/webpack/lib/dependencies/RequireResolveHeaderDependency.js +81 -0
  753. package/.next/standalone/node_modules/webpack/lib/dependencies/RuntimeRequirementsDependency.js +85 -0
  754. package/.next/standalone/node_modules/webpack/lib/dependencies/StaticExportsDependency.js +72 -0
  755. package/.next/standalone/node_modules/webpack/lib/dependencies/SystemPlugin.js +168 -0
  756. package/.next/standalone/node_modules/webpack/lib/dependencies/SystemRuntimeModule.js +35 -0
  757. package/.next/standalone/node_modules/webpack/lib/dependencies/URLContextDependency.js +65 -0
  758. package/.next/standalone/node_modules/webpack/lib/dependencies/URLDependency.js +165 -0
  759. package/.next/standalone/node_modules/webpack/lib/dependencies/URLPlugin.js +67 -0
  760. package/.next/standalone/node_modules/webpack/lib/dependencies/UnsupportedDependency.js +82 -0
  761. package/.next/standalone/node_modules/webpack/lib/dependencies/WebAssemblyExportImportedDependency.js +93 -0
  762. package/.next/standalone/node_modules/webpack/lib/dependencies/WebAssemblyImportDependency.js +108 -0
  763. package/.next/standalone/node_modules/webpack/lib/dependencies/WebpackIsIncludedDependency.js +84 -0
  764. package/.next/standalone/node_modules/webpack/lib/dependencies/WorkerDependency.js +141 -0
  765. package/.next/standalone/node_modules/webpack/lib/dependencies/WorkerPlugin.js +565 -0
  766. package/.next/standalone/node_modules/webpack/lib/dependencies/getFunctionExpression.js +66 -0
  767. package/.next/standalone/node_modules/webpack/lib/dependencies/processExportInfo.js +67 -0
  768. package/.next/standalone/node_modules/webpack/lib/electron/ElectronTargetPlugin.js +69 -0
  769. package/.next/standalone/node_modules/webpack/lib/errors/BuildCycleError.js +30 -0
  770. package/.next/standalone/node_modules/webpack/lib/esm/ExportWebpackRequireRuntimeModule.js +30 -0
  771. package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkFormatPlugin.js +273 -0
  772. package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkLoadingPlugin.js +143 -0
  773. package/.next/standalone/node_modules/webpack/lib/esm/ModuleChunkLoadingRuntimeModule.js +426 -0
  774. package/.next/standalone/node_modules/webpack/lib/formatLocation.js +67 -0
  775. package/.next/standalone/node_modules/webpack/lib/hmr/HotModuleReplacement.runtime.js +419 -0
  776. package/.next/standalone/node_modules/webpack/lib/hmr/HotModuleReplacementRuntimeModule.js +42 -0
  777. package/.next/standalone/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacement.runtime.js +471 -0
  778. package/.next/standalone/node_modules/webpack/lib/hmr/JavascriptHotModuleReplacementHelper.js +37 -0
  779. package/.next/standalone/node_modules/webpack/lib/hmr/LazyCompilationPlugin.js +473 -0
  780. package/.next/standalone/node_modules/webpack/lib/hmr/lazyCompilationBackend.js +167 -0
  781. package/.next/standalone/node_modules/webpack/lib/ids/ChunkModuleIdRangePlugin.js +94 -0
  782. package/.next/standalone/node_modules/webpack/lib/ids/DeterministicChunkIdsPlugin.js +72 -0
  783. package/.next/standalone/node_modules/webpack/lib/ids/DeterministicModuleIdsPlugin.js +97 -0
  784. package/.next/standalone/node_modules/webpack/lib/ids/HashedModuleIdsPlugin.js +90 -0
  785. package/.next/standalone/node_modules/webpack/lib/ids/IdHelpers.js +492 -0
  786. package/.next/standalone/node_modules/webpack/lib/ids/NamedChunkIdsPlugin.js +90 -0
  787. package/.next/standalone/node_modules/webpack/lib/ids/NamedModuleIdsPlugin.js +67 -0
  788. package/.next/standalone/node_modules/webpack/lib/ids/NaturalChunkIdsPlugin.js +35 -0
  789. package/.next/standalone/node_modules/webpack/lib/ids/NaturalModuleIdsPlugin.js +40 -0
  790. package/.next/standalone/node_modules/webpack/lib/ids/OccurrenceChunkIdsPlugin.js +86 -0
  791. package/.next/standalone/node_modules/webpack/lib/ids/OccurrenceModuleIdsPlugin.js +168 -0
  792. package/.next/standalone/node_modules/webpack/lib/ids/SyncModuleIdsPlugin.js +155 -0
  793. package/.next/standalone/node_modules/webpack/lib/index.js +681 -0
  794. package/.next/standalone/node_modules/webpack/lib/javascript/ArrayPushCallbackChunkFormatPlugin.js +153 -0
  795. package/.next/standalone/node_modules/webpack/lib/javascript/BasicEvaluatedExpression.js +603 -0
  796. package/.next/standalone/node_modules/webpack/lib/javascript/ChunkFormatHelpers.js +70 -0
  797. package/.next/standalone/node_modules/webpack/lib/javascript/ChunkHelpers.js +45 -0
  798. package/.next/standalone/node_modules/webpack/lib/javascript/CommonJsChunkFormatPlugin.js +148 -0
  799. package/.next/standalone/node_modules/webpack/lib/javascript/EnableChunkLoadingPlugin.js +127 -0
  800. package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptGenerator.js +277 -0
  801. package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptModulesPlugin.js +1852 -0
  802. package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptParser.js +5476 -0
  803. package/.next/standalone/node_modules/webpack/lib/javascript/JavascriptParserHelpers.js +129 -0
  804. package/.next/standalone/node_modules/webpack/lib/javascript/StartupHelpers.js +178 -0
  805. package/.next/standalone/node_modules/webpack/lib/json/JsonData.js +74 -0
  806. package/.next/standalone/node_modules/webpack/lib/json/JsonGenerator.js +233 -0
  807. package/.next/standalone/node_modules/webpack/lib/json/JsonModulesPlugin.js +66 -0
  808. package/.next/standalone/node_modules/webpack/lib/json/JsonParser.js +92 -0
  809. package/.next/standalone/node_modules/webpack/lib/library/AbstractLibraryPlugin.js +339 -0
  810. package/.next/standalone/node_modules/webpack/lib/library/AmdLibraryPlugin.js +181 -0
  811. package/.next/standalone/node_modules/webpack/lib/library/AssignLibraryPlugin.js +445 -0
  812. package/.next/standalone/node_modules/webpack/lib/library/EnableLibraryPlugin.js +306 -0
  813. package/.next/standalone/node_modules/webpack/lib/library/ExportPropertyLibraryPlugin.js +116 -0
  814. package/.next/standalone/node_modules/webpack/lib/library/JsonpLibraryPlugin.js +92 -0
  815. package/.next/standalone/node_modules/webpack/lib/library/ModuleLibraryPlugin.js +438 -0
  816. package/.next/standalone/node_modules/webpack/lib/library/SystemLibraryPlugin.js +256 -0
  817. package/.next/standalone/node_modules/webpack/lib/library/UmdLibraryPlugin.js +355 -0
  818. package/.next/standalone/node_modules/webpack/lib/logging/Logger.js +219 -0
  819. package/.next/standalone/node_modules/webpack/lib/logging/createConsoleLogger.js +216 -0
  820. package/.next/standalone/node_modules/webpack/lib/logging/truncateArgs.js +83 -0
  821. package/.next/standalone/node_modules/webpack/lib/node/CommonJsChunkLoadingPlugin.js +119 -0
  822. package/.next/standalone/node_modules/webpack/lib/node/NodeEnvironmentPlugin.js +72 -0
  823. package/.next/standalone/node_modules/webpack/lib/node/NodeSourcePlugin.js +19 -0
  824. package/.next/standalone/node_modules/webpack/lib/node/NodeTargetPlugin.js +94 -0
  825. package/.next/standalone/node_modules/webpack/lib/node/NodeTemplatePlugin.js +41 -0
  826. package/.next/standalone/node_modules/webpack/lib/node/NodeWatchFileSystem.js +195 -0
  827. package/.next/standalone/node_modules/webpack/lib/node/ReadFileChunkLoadingRuntimeModule.js +285 -0
  828. package/.next/standalone/node_modules/webpack/lib/node/ReadFileCompileAsyncWasmPlugin.js +122 -0
  829. package/.next/standalone/node_modules/webpack/lib/node/ReadFileCompileWasmPlugin.js +126 -0
  830. package/.next/standalone/node_modules/webpack/lib/node/RequireChunkLoadingRuntimeModule.js +238 -0
  831. package/.next/standalone/node_modules/webpack/lib/node/nodeConsole.js +185 -0
  832. package/.next/standalone/node_modules/webpack/lib/optimize/AggressiveMergingPlugin.js +98 -0
  833. package/.next/standalone/node_modules/webpack/lib/optimize/AggressiveSplittingPlugin.js +347 -0
  834. package/.next/standalone/node_modules/webpack/lib/optimize/ConcatenatedModule.js +2287 -0
  835. package/.next/standalone/node_modules/webpack/lib/optimize/EnsureChunkConditionsPlugin.js +88 -0
  836. package/.next/standalone/node_modules/webpack/lib/optimize/FlagIncludedChunksPlugin.js +137 -0
  837. package/.next/standalone/node_modules/webpack/lib/optimize/InnerGraph.js +368 -0
  838. package/.next/standalone/node_modules/webpack/lib/optimize/InnerGraphPlugin.js +455 -0
  839. package/.next/standalone/node_modules/webpack/lib/optimize/LimitChunkCountPlugin.js +301 -0
  840. package/.next/standalone/node_modules/webpack/lib/optimize/MangleExportsPlugin.js +194 -0
  841. package/.next/standalone/node_modules/webpack/lib/optimize/MergeDuplicateChunksPlugin.js +137 -0
  842. package/.next/standalone/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js +121 -0
  843. package/.next/standalone/node_modules/webpack/lib/optimize/MinMaxSizeWarning.js +35 -0
  844. package/.next/standalone/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js +968 -0
  845. package/.next/standalone/node_modules/webpack/lib/optimize/RealContentHashPlugin.js +486 -0
  846. package/.next/standalone/node_modules/webpack/lib/optimize/RemoveEmptyChunksPlugin.js +60 -0
  847. package/.next/standalone/node_modules/webpack/lib/optimize/RemoveParentModulesPlugin.js +216 -0
  848. package/.next/standalone/node_modules/webpack/lib/optimize/RuntimeChunkPlugin.js +54 -0
  849. package/.next/standalone/node_modules/webpack/lib/optimize/SideEffectsFlagPlugin.js +417 -0
  850. package/.next/standalone/node_modules/webpack/lib/optimize/SplitChunksPlugin.js +1829 -0
  851. package/.next/standalone/node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js +36 -0
  852. package/.next/standalone/node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js +39 -0
  853. package/.next/standalone/node_modules/webpack/lib/performance/NoAsyncChunksWarning.js +21 -0
  854. package/.next/standalone/node_modules/webpack/lib/performance/SizeLimitsPlugin.js +182 -0
  855. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchFunctionRuntimeModule.js +44 -0
  856. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchPreloadPlugin.js +95 -0
  857. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchStartupRuntimeModule.js +54 -0
  858. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPrefetchTriggerRuntimeModule.js +51 -0
  859. package/.next/standalone/node_modules/webpack/lib/prefetch/ChunkPreloadTriggerRuntimeModule.js +45 -0
  860. package/.next/standalone/node_modules/webpack/lib/rules/BasicEffectRulePlugin.js +56 -0
  861. package/.next/standalone/node_modules/webpack/lib/rules/BasicMatcherRulePlugin.js +68 -0
  862. package/.next/standalone/node_modules/webpack/lib/rules/ObjectMatcherRulePlugin.js +79 -0
  863. package/.next/standalone/node_modules/webpack/lib/rules/RuleSetCompiler.js +443 -0
  864. package/.next/standalone/node_modules/webpack/lib/rules/UseEffectRulePlugin.js +236 -0
  865. package/.next/standalone/node_modules/webpack/lib/runtime/AsyncModuleRuntimeModule.js +199 -0
  866. package/.next/standalone/node_modules/webpack/lib/runtime/AutoPublicPathRuntimeModule.js +90 -0
  867. package/.next/standalone/node_modules/webpack/lib/runtime/BaseUriRuntimeModule.js +35 -0
  868. package/.next/standalone/node_modules/webpack/lib/runtime/ChunkNameRuntimeModule.js +28 -0
  869. package/.next/standalone/node_modules/webpack/lib/runtime/CompatGetDefaultExportRuntimeModule.js +40 -0
  870. package/.next/standalone/node_modules/webpack/lib/runtime/CompatRuntimeModule.js +83 -0
  871. package/.next/standalone/node_modules/webpack/lib/runtime/CreateFakeNamespaceObjectRuntimeModule.js +69 -0
  872. package/.next/standalone/node_modules/webpack/lib/runtime/CreateScriptRuntimeModule.js +38 -0
  873. package/.next/standalone/node_modules/webpack/lib/runtime/CreateScriptUrlRuntimeModule.js +38 -0
  874. package/.next/standalone/node_modules/webpack/lib/runtime/DefinePropertyGettersRuntimeModule.js +42 -0
  875. package/.next/standalone/node_modules/webpack/lib/runtime/EnsureChunkRuntimeModule.js +69 -0
  876. package/.next/standalone/node_modules/webpack/lib/runtime/GetChunkFilenameRuntimeModule.js +298 -0
  877. package/.next/standalone/node_modules/webpack/lib/runtime/GetFullHashRuntimeModule.js +30 -0
  878. package/.next/standalone/node_modules/webpack/lib/runtime/GetMainFilenameRuntimeModule.js +49 -0
  879. package/.next/standalone/node_modules/webpack/lib/runtime/GetTrustedTypesPolicyRuntimeModule.js +99 -0
  880. package/.next/standalone/node_modules/webpack/lib/runtime/GlobalRuntimeModule.js +47 -0
  881. package/.next/standalone/node_modules/webpack/lib/runtime/HasOwnPropertyRuntimeModule.js +35 -0
  882. package/.next/standalone/node_modules/webpack/lib/runtime/HelperRuntimeModule.js +18 -0
  883. package/.next/standalone/node_modules/webpack/lib/runtime/LoadScriptRuntimeModule.js +174 -0
  884. package/.next/standalone/node_modules/webpack/lib/runtime/MakeDeferredNamespaceObjectRuntime.js +231 -0
  885. package/.next/standalone/node_modules/webpack/lib/runtime/MakeNamespaceObjectRuntimeModule.js +39 -0
  886. package/.next/standalone/node_modules/webpack/lib/runtime/NonceRuntimeModule.js +24 -0
  887. package/.next/standalone/node_modules/webpack/lib/runtime/OnChunksLoadedRuntimeModule.js +78 -0
  888. package/.next/standalone/node_modules/webpack/lib/runtime/PublicPathRuntimeModule.js +38 -0
  889. package/.next/standalone/node_modules/webpack/lib/runtime/RelativeUrlRuntimeModule.js +44 -0
  890. package/.next/standalone/node_modules/webpack/lib/runtime/RuntimeIdRuntimeModule.js +33 -0
  891. package/.next/standalone/node_modules/webpack/lib/runtime/StartupChunkDependenciesPlugin.js +88 -0
  892. package/.next/standalone/node_modules/webpack/lib/runtime/StartupChunkDependenciesRuntimeModule.js +77 -0
  893. package/.next/standalone/node_modules/webpack/lib/runtime/StartupEntrypointRuntimeModule.js +54 -0
  894. package/.next/standalone/node_modules/webpack/lib/runtime/SystemContextRuntimeModule.js +23 -0
  895. package/.next/standalone/node_modules/webpack/lib/runtime/ToBinaryRuntimeModule.js +64 -0
  896. package/.next/standalone/node_modules/webpack/lib/schemes/DataUriPlugin.js +47 -0
  897. package/.next/standalone/node_modules/webpack/lib/schemes/FileUriPlugin.js +54 -0
  898. package/.next/standalone/node_modules/webpack/lib/schemes/HttpUriPlugin.js +1411 -0
  899. package/.next/standalone/node_modules/webpack/lib/schemes/VirtualUrlPlugin.js +227 -0
  900. package/.next/standalone/node_modules/webpack/lib/serialization/AggregateErrorSerializer.js +41 -0
  901. package/.next/standalone/node_modules/webpack/lib/serialization/ArraySerializer.js +38 -0
  902. package/.next/standalone/node_modules/webpack/lib/serialization/BinaryMiddleware.js +1164 -0
  903. package/.next/standalone/node_modules/webpack/lib/serialization/DateObjectSerializer.js +28 -0
  904. package/.next/standalone/node_modules/webpack/lib/serialization/ErrorObjectSerializer.js +49 -0
  905. package/.next/standalone/node_modules/webpack/lib/serialization/FileMiddleware.js +766 -0
  906. package/.next/standalone/node_modules/webpack/lib/serialization/MapObjectSerializer.js +48 -0
  907. package/.next/standalone/node_modules/webpack/lib/serialization/NullPrototypeObjectSerializer.js +53 -0
  908. package/.next/standalone/node_modules/webpack/lib/serialization/ObjectMiddleware.js +877 -0
  909. package/.next/standalone/node_modules/webpack/lib/serialization/PlainObjectSerializer.js +119 -0
  910. package/.next/standalone/node_modules/webpack/lib/serialization/RegExpObjectSerializer.js +29 -0
  911. package/.next/standalone/node_modules/webpack/lib/serialization/Serializer.js +82 -0
  912. package/.next/standalone/node_modules/webpack/lib/serialization/SerializerMiddleware.js +226 -0
  913. package/.next/standalone/node_modules/webpack/lib/serialization/SetObjectSerializer.js +40 -0
  914. package/.next/standalone/node_modules/webpack/lib/serialization/SingleItemMiddleware.js +36 -0
  915. package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedFallbackDependency.js +33 -0
  916. package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedModule.js +327 -0
  917. package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedPlugin.js +380 -0
  918. package/.next/standalone/node_modules/webpack/lib/sharing/ConsumeSharedRuntimeModule.js +358 -0
  919. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideForSharedDependency.js +33 -0
  920. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedDependency.js +80 -0
  921. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedModule.js +196 -0
  922. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedModuleFactory.js +37 -0
  923. package/.next/standalone/node_modules/webpack/lib/sharing/ProvideSharedPlugin.js +248 -0
  924. package/.next/standalone/node_modules/webpack/lib/sharing/SharePlugin.js +91 -0
  925. package/.next/standalone/node_modules/webpack/lib/sharing/ShareRuntimeModule.js +152 -0
  926. package/.next/standalone/node_modules/webpack/lib/sharing/resolveMatchedConfigs.js +106 -0
  927. package/.next/standalone/node_modules/webpack/lib/sharing/utils.js +421 -0
  928. package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsFactoryPlugin.js +2785 -0
  929. package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsPresetPlugin.js +417 -0
  930. package/.next/standalone/node_modules/webpack/lib/stats/DefaultStatsPrinterPlugin.js +1860 -0
  931. package/.next/standalone/node_modules/webpack/lib/stats/StatsFactory.js +406 -0
  932. package/.next/standalone/node_modules/webpack/lib/stats/StatsPrinter.js +300 -0
  933. package/.next/standalone/node_modules/webpack/lib/url/URLParserPlugin.js +265 -0
  934. package/.next/standalone/node_modules/webpack/lib/util/AppendOnlyStackedSet.js +57 -0
  935. package/.next/standalone/node_modules/webpack/lib/util/ArrayHelpers.js +46 -0
  936. package/.next/standalone/node_modules/webpack/lib/util/ArrayQueue.js +104 -0
  937. package/.next/standalone/node_modules/webpack/lib/util/AsyncQueue.js +411 -0
  938. package/.next/standalone/node_modules/webpack/lib/util/Hash.js +68 -0
  939. package/.next/standalone/node_modules/webpack/lib/util/IterableHelpers.js +46 -0
  940. package/.next/standalone/node_modules/webpack/lib/util/LazyBucketSortedSet.js +272 -0
  941. package/.next/standalone/node_modules/webpack/lib/util/LazySet.js +236 -0
  942. package/.next/standalone/node_modules/webpack/lib/util/MapHelpers.js +34 -0
  943. package/.next/standalone/node_modules/webpack/lib/util/ParallelismFactorCalculator.js +70 -0
  944. package/.next/standalone/node_modules/webpack/lib/util/Queue.js +52 -0
  945. package/.next/standalone/node_modules/webpack/lib/util/SetHelpers.js +94 -0
  946. package/.next/standalone/node_modules/webpack/lib/util/SortableSet.js +176 -0
  947. package/.next/standalone/node_modules/webpack/lib/util/StackedCacheMap.js +140 -0
  948. package/.next/standalone/node_modules/webpack/lib/util/StackedMap.js +164 -0
  949. package/.next/standalone/node_modules/webpack/lib/util/StringXor.js +103 -0
  950. package/.next/standalone/node_modules/webpack/lib/util/TupleQueue.js +70 -0
  951. package/.next/standalone/node_modules/webpack/lib/util/TupleSet.js +185 -0
  952. package/.next/standalone/node_modules/webpack/lib/util/URLAbsoluteSpecifier.js +86 -0
  953. package/.next/standalone/node_modules/webpack/lib/util/WeakTupleMap.js +227 -0
  954. package/.next/standalone/node_modules/webpack/lib/util/binarySearchBounds.js +136 -0
  955. package/.next/standalone/node_modules/webpack/lib/util/chainedImports.js +99 -0
  956. package/.next/standalone/node_modules/webpack/lib/util/cleverMerge.js +676 -0
  957. package/.next/standalone/node_modules/webpack/lib/util/comparators.js +645 -0
  958. package/.next/standalone/node_modules/webpack/lib/util/compileBooleanMatcher.js +313 -0
  959. package/.next/standalone/node_modules/webpack/lib/util/concatenate.js +232 -0
  960. package/.next/standalone/node_modules/webpack/lib/util/conventions.js +126 -0
  961. package/.next/standalone/node_modules/webpack/lib/util/create-schema-validation.js +41 -0
  962. package/.next/standalone/node_modules/webpack/lib/util/createHash.js +91 -0
  963. package/.next/standalone/node_modules/webpack/lib/util/dataURL.js +39 -0
  964. package/.next/standalone/node_modules/webpack/lib/util/deprecation.js +350 -0
  965. package/.next/standalone/node_modules/webpack/lib/util/deterministicGrouping.js +561 -0
  966. package/.next/standalone/node_modules/webpack/lib/util/extractSourceMap.js +318 -0
  967. package/.next/standalone/node_modules/webpack/lib/util/extractUrlAndGlobal.js +18 -0
  968. package/.next/standalone/node_modules/webpack/lib/util/findGraphRoots.js +241 -0
  969. package/.next/standalone/node_modules/webpack/lib/util/fs.js +675 -0
  970. package/.next/standalone/node_modules/webpack/lib/util/generateDebugId.js +33 -0
  971. package/.next/standalone/node_modules/webpack/lib/util/hash/BatchedHash.js +114 -0
  972. package/.next/standalone/node_modules/webpack/lib/util/hash/BulkUpdateHash.js +144 -0
  973. package/.next/standalone/node_modules/webpack/lib/util/hash/DebugHash.js +75 -0
  974. package/.next/standalone/node_modules/webpack/lib/util/hash/hash-digest.js +217 -0
  975. package/.next/standalone/node_modules/webpack/lib/util/hash/md4.js +20 -0
  976. package/.next/standalone/node_modules/webpack/lib/util/hash/wasm-hash.js +231 -0
  977. package/.next/standalone/node_modules/webpack/lib/util/hash/xxhash64.js +20 -0
  978. package/.next/standalone/node_modules/webpack/lib/util/identifier.js +471 -0
  979. package/.next/standalone/node_modules/webpack/lib/util/internalSerializables.js +222 -0
  980. package/.next/standalone/node_modules/webpack/lib/util/magicComment.js +25 -0
  981. package/.next/standalone/node_modules/webpack/lib/util/makeSerializable.js +60 -0
  982. package/.next/standalone/node_modules/webpack/lib/util/memoize.js +36 -0
  983. package/.next/standalone/node_modules/webpack/lib/util/nonNumericOnlyHash.js +22 -0
  984. package/.next/standalone/node_modules/webpack/lib/util/numberHash.js +95 -0
  985. package/.next/standalone/node_modules/webpack/lib/util/processAsyncTree.js +68 -0
  986. package/.next/standalone/node_modules/webpack/lib/util/propertyAccess.js +30 -0
  987. package/.next/standalone/node_modules/webpack/lib/util/propertyName.js +76 -0
  988. package/.next/standalone/node_modules/webpack/lib/util/registerExternalSerializer.js +334 -0
  989. package/.next/standalone/node_modules/webpack/lib/util/removeBOM.js +25 -0
  990. package/.next/standalone/node_modules/webpack/lib/util/runtime.js +717 -0
  991. package/.next/standalone/node_modules/webpack/lib/util/semver.js +604 -0
  992. package/.next/standalone/node_modules/webpack/lib/util/serialization.js +153 -0
  993. package/.next/standalone/node_modules/webpack/lib/util/smartGrouping.js +221 -0
  994. package/.next/standalone/node_modules/webpack/lib/util/source.js +62 -0
  995. package/.next/standalone/node_modules/webpack/lib/util/traverseDestructuringAssignmentProperties.js +45 -0
  996. package/.next/standalone/node_modules/webpack/lib/validateSchema.js +177 -0
  997. package/.next/standalone/node_modules/webpack/lib/wasm/EnableWasmLoadingPlugin.js +145 -0
  998. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWasmLoadingRuntimeModule.js +154 -0
  999. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyGenerator.js +74 -0
  1000. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyJavascriptGenerator.js +212 -0
  1001. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyModulesPlugin.js +209 -0
  1002. package/.next/standalone/node_modules/webpack/lib/wasm-async/AsyncWebAssemblyParser.js +80 -0
  1003. package/.next/standalone/node_modules/webpack/lib/wasm-async/UniversalCompileAsyncWasmPlugin.js +107 -0
  1004. package/.next/standalone/node_modules/webpack/lib/wasm-sync/UnsupportedWebAssemblyFeatureError.js +20 -0
  1005. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WasmChunkLoadingRuntimeModule.js +422 -0
  1006. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WasmFinalizeExportsPlugin.js +91 -0
  1007. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyGenerator.js +535 -0
  1008. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyInInitialChunkError.js +111 -0
  1009. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyJavascriptGenerator.js +236 -0
  1010. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyModulesPlugin.js +151 -0
  1011. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyParser.js +201 -0
  1012. package/.next/standalone/node_modules/webpack/lib/wasm-sync/WebAssemblyUtils.js +66 -0
  1013. package/.next/standalone/node_modules/webpack/lib/web/FetchCompileAsyncWasmPlugin.js +70 -0
  1014. package/.next/standalone/node_modules/webpack/lib/web/FetchCompileWasmPlugin.js +86 -0
  1015. package/.next/standalone/node_modules/webpack/lib/web/JsonpChunkLoadingPlugin.js +101 -0
  1016. package/.next/standalone/node_modules/webpack/lib/web/JsonpChunkLoadingRuntimeModule.js +455 -0
  1017. package/.next/standalone/node_modules/webpack/lib/web/JsonpTemplatePlugin.js +37 -0
  1018. package/.next/standalone/node_modules/webpack/lib/webpack.js +225 -0
  1019. package/.next/standalone/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingPlugin.js +110 -0
  1020. package/.next/standalone/node_modules/webpack/lib/webworker/ImportScriptsChunkLoadingRuntimeModule.js +229 -0
  1021. package/.next/standalone/node_modules/webpack/lib/webworker/WebWorkerTemplatePlugin.js +26 -0
  1022. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/ajv.js +50 -0
  1023. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/code.js +156 -0
  1024. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/index.js +697 -0
  1025. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
  1026. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/errors.js +123 -0
  1027. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/index.js +242 -0
  1028. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/names.js +28 -0
  1029. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/ref_error.js +12 -0
  1030. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/resolve.js +155 -0
  1031. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/rules.js +26 -0
  1032. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/util.js +178 -0
  1033. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/applicability.js +19 -0
  1034. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/boolSchema.js +50 -0
  1035. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/dataType.js +203 -0
  1036. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/defaults.js +35 -0
  1037. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/index.js +520 -0
  1038. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/keyword.js +124 -0
  1039. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/compile/validate/subschema.js +81 -0
  1040. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/core.js +618 -0
  1041. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/refs/data.json +13 -0
  1042. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  1043. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/equal.js +7 -0
  1044. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/ucs2length.js +24 -0
  1045. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/uri.js +6 -0
  1046. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/runtime/validation_error.js +11 -0
  1047. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +49 -0
  1048. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +106 -0
  1049. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
  1050. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +12 -0
  1051. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -0
  1052. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +85 -0
  1053. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/if.js +66 -0
  1054. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/index.js +44 -0
  1055. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/items.js +52 -0
  1056. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/items2020.js +30 -0
  1057. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/not.js +26 -0
  1058. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -0
  1059. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +75 -0
  1060. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +12 -0
  1061. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/properties.js +54 -0
  1062. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +38 -0
  1063. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +13 -0
  1064. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/code.js +131 -0
  1065. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/id.js +10 -0
  1066. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/index.js +16 -0
  1067. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/core/ref.js +122 -0
  1068. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -0
  1069. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/discriminator/types.js +9 -0
  1070. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/draft7.js +17 -0
  1071. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/format/format.js +92 -0
  1072. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/format/index.js +6 -0
  1073. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/metadata.js +18 -0
  1074. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/const.js +25 -0
  1075. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/enum.js +48 -0
  1076. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/index.js +33 -0
  1077. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitItems.js +24 -0
  1078. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitLength.js +27 -0
  1079. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +27 -0
  1080. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +24 -0
  1081. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +26 -0
  1082. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/pattern.js +33 -0
  1083. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/required.js +79 -0
  1084. package/.next/standalone/node_modules/webpack/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +64 -0
  1085. package/.next/standalone/node_modules/webpack/node_modules/ajv/package.json +127 -0
  1086. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_range.js +28 -0
  1087. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_required.js +23 -0
  1088. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/_util.js +19 -0
  1089. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/allRequired.js +21 -0
  1090. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/anyRequired.js +10 -0
  1091. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/deepProperties.js +54 -0
  1092. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/deepRequired.js +33 -0
  1093. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/dynamicDefaults.js +84 -0
  1094. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/exclusiveRange.js +10 -0
  1095. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/instanceof.js +54 -0
  1096. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/oneRequired.js +10 -0
  1097. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/patternRequired.js +42 -0
  1098. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/prohibited.js +23 -0
  1099. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/range.js +10 -0
  1100. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/regexp.js +40 -0
  1101. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/select.js +63 -0
  1102. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/transform.js +78 -0
  1103. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/typeof.js +25 -0
  1104. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/definitions/uniqueItemProperties.js +65 -0
  1105. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/index.js +32 -0
  1106. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/allRequired.js +10 -0
  1107. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/anyRequired.js +10 -0
  1108. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/deepProperties.js +10 -0
  1109. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/deepRequired.js +10 -0
  1110. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/dynamicDefaults.js +10 -0
  1111. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/exclusiveRange.js +10 -0
  1112. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/index.js +43 -0
  1113. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/instanceof.js +10 -0
  1114. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/oneRequired.js +10 -0
  1115. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/patternRequired.js +10 -0
  1116. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/prohibited.js +10 -0
  1117. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/range.js +10 -0
  1118. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/regexp.js +10 -0
  1119. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/select.js +13 -0
  1120. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/transform.js +10 -0
  1121. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/typeof.js +10 -0
  1122. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/dist/keywords/uniqueItemProperties.js +10 -0
  1123. package/.next/standalone/node_modules/webpack/node_modules/ajv-keywords/package.json +74 -0
  1124. package/.next/standalone/node_modules/webpack/node_modules/es-module-lexer/dist/lexer.cjs +1 -0
  1125. package/.next/standalone/node_modules/webpack/node_modules/es-module-lexer/package.json +57 -0
  1126. package/.next/standalone/node_modules/webpack/node_modules/json-schema-traverse/index.js +93 -0
  1127. package/.next/standalone/node_modules/webpack/node_modules/json-schema-traverse/package.json +43 -0
  1128. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/ValidationError.js +1061 -0
  1129. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/index.js +23 -0
  1130. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/absolutePath.js +83 -0
  1131. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/limit.js +167 -0
  1132. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/keywords/undefinedAsNull.js +34 -0
  1133. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/Range.js +143 -0
  1134. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/hints.js +85 -0
  1135. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/util/memorize.js +34 -0
  1136. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/dist/validate.js +215 -0
  1137. package/.next/standalone/node_modules/webpack/node_modules/schema-utils/package.json +89 -0
  1138. package/.next/standalone/node_modules/webpack/package.json +204 -0
  1139. package/.next/standalone/node_modules/webpack/schemas/WebpackOptions.check.js +6 -0
  1140. package/.next/standalone/node_modules/webpack/schemas/WebpackOptions.json +6179 -0
  1141. package/.next/standalone/node_modules/webpack/schemas/plugins/BannerPlugin.check.js +6 -0
  1142. package/.next/standalone/node_modules/webpack/schemas/plugins/BannerPlugin.json +115 -0
  1143. package/.next/standalone/node_modules/webpack/schemas/plugins/DllPlugin.check.js +6 -0
  1144. package/.next/standalone/node_modules/webpack/schemas/plugins/DllPlugin.json +36 -0
  1145. package/.next/standalone/node_modules/webpack/schemas/plugins/DllReferencePlugin.check.js +6 -0
  1146. package/.next/standalone/node_modules/webpack/schemas/plugins/DllReferencePlugin.json +206 -0
  1147. package/.next/standalone/node_modules/webpack/schemas/plugins/IgnorePlugin.check.js +6 -0
  1148. package/.next/standalone/node_modules/webpack/schemas/plugins/IgnorePlugin.json +34 -0
  1149. package/.next/standalone/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.check.js +6 -0
  1150. package/.next/standalone/node_modules/webpack/schemas/plugins/LoaderOptionsPlugin.json +27 -0
  1151. package/.next/standalone/node_modules/webpack/schemas/plugins/ManifestPlugin.check.js +6 -0
  1152. package/.next/standalone/node_modules/webpack/schemas/plugins/ManifestPlugin.json +98 -0
  1153. package/.next/standalone/node_modules/webpack/schemas/plugins/ProgressPlugin.check.js +6 -0
  1154. package/.next/standalone/node_modules/webpack/schemas/plugins/ProgressPlugin.json +65 -0
  1155. package/.next/standalone/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.check.js +6 -0
  1156. package/.next/standalone/node_modules/webpack/schemas/plugins/SourceMapDevToolPlugin.json +168 -0
  1157. package/.next/standalone/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.check.js +6 -0
  1158. package/.next/standalone/node_modules/webpack/schemas/plugins/WatchIgnorePlugin.json +25 -0
  1159. package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetGeneratorOptions.check.js +6 -0
  1160. package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetInlineGeneratorOptions.check.js +6 -0
  1161. package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetParserOptions.check.js +6 -0
  1162. package/.next/standalone/node_modules/webpack/schemas/plugins/asset/AssetResourceGeneratorOptions.check.js +6 -0
  1163. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerPlugin.check.js +6 -0
  1164. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerPlugin.json +294 -0
  1165. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.check.js +6 -0
  1166. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ContainerReferencePlugin.json +132 -0
  1167. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ExternalsType.check.js +6 -0
  1168. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.js +6 -0
  1169. package/.next/standalone/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.json +525 -0
  1170. package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssGeneratorOptions.check.js +6 -0
  1171. package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssModuleGeneratorOptions.check.js +6 -0
  1172. package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssModuleParserOptions.check.js +6 -0
  1173. package/.next/standalone/node_modules/webpack/schemas/plugins/css/CssParserOptions.check.js +6 -0
  1174. package/.next/standalone/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.js +6 -0
  1175. package/.next/standalone/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.json +12 -0
  1176. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.check.js +6 -0
  1177. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/HashedModuleIdsPlugin.json +57 -0
  1178. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.check.js +6 -0
  1179. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceChunkIdsPlugin.json +11 -0
  1180. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.check.js +6 -0
  1181. package/.next/standalone/node_modules/webpack/schemas/plugins/ids/OccurrenceModuleIdsPlugin.json +11 -0
  1182. package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.check.js +6 -0
  1183. package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginGenerator.json +3 -0
  1184. package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.check.js +6 -0
  1185. package/.next/standalone/node_modules/webpack/schemas/plugins/json/JsonModulesPluginParser.json +3 -0
  1186. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.check.js +6 -0
  1187. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/AggressiveSplittingPlugin.json +23 -0
  1188. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.check.js +6 -0
  1189. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/LimitChunkCountPlugin.json +21 -0
  1190. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.check.js +6 -0
  1191. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MergeDuplicateChunksPlugin.json +11 -0
  1192. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.check.js +6 -0
  1193. package/.next/standalone/node_modules/webpack/schemas/plugins/optimize/MinChunkSizePlugin.json +20 -0
  1194. package/.next/standalone/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.check.js +6 -0
  1195. package/.next/standalone/node_modules/webpack/schemas/plugins/schemes/HttpUriPlugin.json +74 -0
  1196. package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.check.js +6 -0
  1197. package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ConsumeSharedPlugin.json +120 -0
  1198. package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.check.js +6 -0
  1199. package/.next/standalone/node_modules/webpack/schemas/plugins/sharing/ProvideSharedPlugin.json +94 -0
  1200. package/.next/standalone/node_modules/webpack-sources/lib/CachedSource.js +419 -0
  1201. package/.next/standalone/node_modules/webpack-sources/lib/CompatSource.js +109 -0
  1202. package/.next/standalone/node_modules/webpack-sources/lib/ConcatSource.js +398 -0
  1203. package/.next/standalone/node_modules/webpack-sources/lib/OriginalSource.js +202 -0
  1204. package/.next/standalone/node_modules/webpack-sources/lib/PrefixSource.js +162 -0
  1205. package/.next/standalone/node_modules/webpack-sources/lib/RawSource.js +140 -0
  1206. package/.next/standalone/node_modules/webpack-sources/lib/ReplaceSource.js +557 -0
  1207. package/.next/standalone/node_modules/webpack-sources/lib/SizeOnlySource.js +71 -0
  1208. package/.next/standalone/node_modules/webpack-sources/lib/Source.js +89 -0
  1209. package/.next/standalone/node_modules/webpack-sources/lib/SourceMapSource.js +367 -0
  1210. package/.next/standalone/node_modules/webpack-sources/lib/helpers/createMappingsSerializer.js +225 -0
  1211. package/.next/standalone/node_modules/webpack-sources/lib/helpers/getFromStreamChunks.js +159 -0
  1212. package/.next/standalone/node_modules/webpack-sources/lib/helpers/getGeneratedSourceInfo.js +44 -0
  1213. package/.next/standalone/node_modules/webpack-sources/lib/helpers/getSource.js +24 -0
  1214. package/.next/standalone/node_modules/webpack-sources/lib/helpers/readMappings.js +120 -0
  1215. package/.next/standalone/node_modules/webpack-sources/lib/helpers/splitIntoLines.js +33 -0
  1216. package/.next/standalone/node_modules/webpack-sources/lib/helpers/splitIntoPotentialTokens.js +53 -0
  1217. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamAndGetSourceAndMap.js +123 -0
  1218. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunks.js +62 -0
  1219. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfCombinedSourceMap.js +366 -0
  1220. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfRawSource.js +54 -0
  1221. package/.next/standalone/node_modules/webpack-sources/lib/helpers/streamChunksOfSourceMap.js +499 -0
  1222. package/.next/standalone/node_modules/webpack-sources/lib/helpers/stringBufferUtils.js +117 -0
  1223. package/.next/standalone/node_modules/webpack-sources/lib/index.js +120 -0
  1224. package/.next/standalone/node_modules/webpack-sources/package.json +51 -0
  1225. package/.next/standalone/package.json +5 -1
  1226. package/.next/static/chunks/429-8f4030371ebef5c3.js +1 -0
  1227. package/.next/static/chunks/827-6cf4bfc10d1ff0c7.js +1 -0
  1228. package/.next/static/chunks/app/goals/[id]/page-231bb4daae0f06eb.js +1 -0
  1229. package/.next/static/chunks/app/ideas/[id]/page-b3dfe1e61fc656a4.js +1 -0
  1230. package/.next/static/chunks/app/roadmap/[id]/page-b93a96f017c8d3dd.js +1 -0
  1231. package/.next/static/chunks/app/social/page-5211c78a5f37df65.js +1 -0
  1232. package/.next/static/chunks/app/updates/new/page-dcc67ffca587dcc2.js +1 -0
  1233. package/dist/scripts/heartbeat.js +404 -327
  1234. package/package.json +5 -1
  1235. package/scripts/lib/video/compositions/AdVideo.tsx +37 -0
  1236. package/scripts/lib/video/compositions/Root.tsx +90 -0
  1237. package/scripts/lib/video/compositions/ShipVideo.tsx +37 -0
  1238. package/scripts/lib/video/compositions/Slide.tsx +260 -0
  1239. package/.next/static/chunks/429-c3cc9856a8a9d0d4.js +0 -1
  1240. package/.next/static/chunks/827-d5a9d09b31d7eb1c.js +0 -1
  1241. package/.next/static/chunks/app/goals/[id]/page-7a60dffb8ee860ed.js +0 -1
  1242. package/.next/static/chunks/app/ideas/[id]/page-565f78e223048e74.js +0 -1
  1243. package/.next/static/chunks/app/roadmap/[id]/page-54f51490662106f5.js +0 -1
  1244. package/.next/static/chunks/app/social/page-574752c4e67413de.js +0 -1
  1245. package/.next/static/chunks/app/updates/new/page-c5da11133140a7f4.js +0 -1
  1246. /package/.next/static/{xcvZKuVNCJhkUHViU5lb4 → DcXwb-73WeaaqPvwbu_dd}/_buildManifest.js +0 -0
  1247. /package/.next/static/{xcvZKuVNCJhkUHViU5lb4 → DcXwb-73WeaaqPvwbu_dd}/_ssgManifest.js +0 -0
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[594],{703:function(e,t,s){Promise.resolve().then(s.bind(s,1259)),Promise.resolve().then(s.bind(s,2912))},401:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]])},875:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]])},1671:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("CircleCheckBig",[["path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14",key:"g774vq"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]])},519:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]])},1723:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]])},8867:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]])},2735:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]])},8736:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("FileText",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]])},1817:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("LoaderCircle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]])},3276:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Play",[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]])},6076:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Rocket",[["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]])},4743:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Send",[["path",{d:"m22 2-7 20-4-9-9-4Z",key:"1q3vgg"}],["path",{d:"M22 2 11 13",key:"nzbqef"}]])},4286:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("ShieldCheck",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]])},933:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("SquareCheckBig",[["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}],["path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11",key:"1jnkn4"}]])},1239:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]])},1259:function(e,t,s){"use strict";s.d(t,{default:function(){return f}});var a=s(7437),r=s(7648),l=s(9376),n=s(5466),i=s(2048),c=s(8896),d=s(8220),o=s(2718),m=s(5621),x=s(8728),h=s(2222),u=s(2023),p=s(1994),g=s(257);let b=[{href:"/",label:"Dashboard",icon:(0,a.jsx)(n.Z,{className:"w-5 h-5"})},{href:"/roadmap",label:"Roadmap",icon:(0,a.jsx)(i.Z,{className:"w-5 h-5"})},{href:"/goals",label:"Goals",icon:(0,a.jsx)(c.Z,{className:"w-5 h-5"})},{href:"/hypotheses",label:"Hypotheses",icon:(0,a.jsx)(d.Z,{className:"w-5 h-5"})},{href:"/social",label:"Social",icon:(0,a.jsx)(o.Z,{className:"w-5 h-5"})},{href:"/sessions",label:"Sessions",icon:(0,a.jsx)(m.Z,{className:"w-5 h-5"})},{href:"/settings",label:"Settings",icon:(0,a.jsx)(x.Z,{className:"w-5 h-5"})}];function f(e){let{children:t}=e,s=(0,l.usePathname)();return(0,a.jsxs)("div",{className:"min-h-screen flex",children:[(0,a.jsxs)("aside",{className:"w-64 bg-slate-900 text-white flex flex-col",children:[(0,a.jsx)("div",{className:"p-4 border-b border-slate-700",children:(0,a.jsxs)(r.default,{href:"/",className:"flex items-center gap-2",children:[(0,a.jsx)("div",{className:"w-10 h-10 bg-emerald-500 rounded-lg flex items-center justify-center",children:(0,a.jsx)(h.Z,{className:"w-6 h-6 text-white"})}),(0,a.jsxs)("div",{children:[(0,a.jsx)("h1",{className:"font-bold text-lg leading-tight",children:"Analyst"}),(0,a.jsx)("p",{className:"text-xs text-slate-400",children:g.env.NEXT_PUBLIC_PRODUCT_NAME||"Business"})]})]})}),(0,a.jsx)("nav",{className:"flex-1 p-4",children:(0,a.jsx)("ul",{className:"space-y-1",children:b.map(e=>{let t="/"===e.href?"/"===s:s.startsWith(e.href);return(0,a.jsx)("li",{children:(0,a.jsxs)(r.default,{href:e.href,className:(0,p.Z)("flex items-center gap-3 px-3 py-2 rounded-lg transition-colors",t?"bg-slate-800 text-white":"text-slate-400 hover:text-white hover:bg-slate-800"),children:[e.icon,(0,a.jsx)("span",{children:e.label})]})},e.href)})})}),(0,a.jsx)("div",{className:"p-4 border-t border-slate-700",children:(0,a.jsxs)("div",{className:"flex items-center gap-2 text-xs text-slate-500",children:[(0,a.jsx)(u.Z,{className:"w-4 h-4"}),(0,a.jsx)("span",{children:"Powered by Claude"})]})})]}),(0,a.jsx)("main",{className:"flex-1 overflow-auto",children:t})]})}},2912:function(e,t,s){"use strict";s.d(t,{default:function(){return ed}});var a=s(7437),r=s(7648),l=s(2265),n=s(519),i=s(1817),c=s(2934),d=s(9205);let o=(0,d.Z)("CircleX",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]),m=(0,d.Z)("ListChecks",[["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]);var x=s(6865),h=s(875);let u=(0,d.Z)("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);var p=s(1723);let g=(0,d.Z)("FileCode",[["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}]]),b=(0,d.Z)("Terminal",[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]]),f=(0,d.Z)("CircleHelp",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);var j=s(9554),N=s(4286);let v=(0,d.Z)("OctagonAlert",[["polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2",key:"h1p8hx"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]),y=(0,d.Z)("Image",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]);var w=s(2735),_=s(2660),k=s(1047),Z=s(1239),S=s(525),C=s(8736);let M=(0,d.Z)("GitBranch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]);var q=s(6362),R=s(5846),P=s(8896),I=s(933),z=s(1994),T=s(6153),A=s(9376),D=s(1671);let F=(0,d.Z)("Pause",[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]]);var E=s(3276);let H=(0,d.Z)("TestTube",[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2",key:"125lnx"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14.5 16h-5",key:"1ox875"}]]),L=(0,d.Z)("RotateCcw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]]);var V=s(6076);let O={primary:"btn-primary",secondary:"btn-secondary",danger:"btn-danger",warning:"bg-amber-500 text-white hover:bg-amber-600 focus:ring-amber-500"};function U(e){let{ideaId:t,currentStage:s}=e,r=(0,A.useRouter)(),[n,c]=(0,l.useState)(!1),[d,m]=(0,l.useState)(null),[x,h]=(0,l.useState)(null),[u,g]=(0,l.useState)(""),b=function(e){switch(e){case"inbox":return[{toStage:"under_review",label:"Start Review",icon:(0,a.jsx)(p.Z,{className:"w-4 h-4"}),variant:"primary"},{toStage:"rejected",label:"Reject",icon:(0,a.jsx)(o,{className:"w-4 h-4"}),variant:"danger",requiresComment:!0}];case"under_review":return[{toStage:"approved",label:"Approve",icon:(0,a.jsx)(D.Z,{className:"w-4 h-4"}),variant:"primary"},{toStage:"deferred",label:"Defer",icon:(0,a.jsx)(F,{className:"w-4 h-4"}),variant:"warning",requiresComment:!0},{toStage:"rejected",label:"Reject",icon:(0,a.jsx)(o,{className:"w-4 h-4"}),variant:"danger",requiresComment:!0}];case"approved":return[{toStage:"in_progress",label:"Start Implementation",icon:(0,a.jsx)(E.Z,{className:"w-4 h-4"}),variant:"primary",triggerImplementation:!0},{toStage:"deferred",label:"Defer",icon:(0,a.jsx)(F,{className:"w-4 h-4"}),variant:"warning",requiresComment:!0}];case"in_progress":return[{toStage:"testing",label:"Move to Testing",icon:(0,a.jsx)(H,{className:"w-4 h-4"}),variant:"primary"},{toStage:"approved",label:"Back to Approved",icon:(0,a.jsx)(L,{className:"w-4 h-4"}),variant:"secondary"}];case"testing":return[{toStage:"shipped",label:"Ship It!",icon:(0,a.jsx)(V.Z,{className:"w-4 h-4"}),variant:"primary"},{toStage:"in_progress",label:"Back to In Progress",icon:(0,a.jsx)(L,{className:"w-4 h-4"}),variant:"secondary"}];case"shipped":return[{toStage:"rolled_back",label:"Roll Back",icon:(0,a.jsx)(L,{className:"w-4 h-4"}),variant:"danger",requiresComment:!0}];case"deferred":return[{toStage:"under_review",label:"Reopen Review",icon:(0,a.jsx)(p.Z,{className:"w-4 h-4"}),variant:"primary"},{toStage:"rejected",label:"Reject",icon:(0,a.jsx)(o,{className:"w-4 h-4"}),variant:"danger",requiresComment:!0}];case"rejected":case"rolled_back":return[{toStage:"inbox",label:"Reopen",icon:(0,a.jsx)(L,{className:"w-4 h-4"}),variant:"secondary"}];default:return[]}}(s),f=async(e,s)=>{c(!0),m(e);try{(await fetch("/api/ideas/".concat(t,"/transition"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({to_stage:e,comment:s})})).ok&&r.refresh()}catch(e){console.error("Failed to transition stage:",e)}finally{c(!1),m(null),h(null),g("")}},j=async()=>{c(!0),m("in_progress");try{let e=await fetch("/api/ideas/".concat(t,"/implement"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({})}),s=await e.json();s.success?r.refresh():(console.error("Failed to start implementation:",s.error),alert(s.error||"Failed to start implementation"))}catch(e){console.error("Failed to start implementation:",e),alert("Failed to start implementation")}finally{c(!1),m(null)}},N=e=>{e.triggerImplementation?j():e.requiresComment?h(e):f(e.toStage)};return 0===b.length?null:(0,a.jsxs)("div",{className:"space-y-3",children:[(0,a.jsxs)("div",{className:"text-sm text-slate-500",children:["Current stage: ",(0,a.jsx)("span",{className:"font-medium text-slate-700",children:T.yb[s]})]}),(0,a.jsx)("div",{className:"flex flex-wrap gap-2",children:b.map(e=>(0,a.jsxs)("button",{onClick:()=>N(e),disabled:n,className:(0,z.Z)("btn gap-2",O[e.variant],n&&"opacity-75"),children:[d===e.toStage?(0,a.jsx)(i.Z,{className:"w-4 h-4 animate-spin"}):e.icon,(0,a.jsx)("span",{children:e.label})]},e.toStage))}),x&&(0,a.jsx)("div",{className:"fixed inset-0 bg-black/50 flex items-center justify-center z-50",children:(0,a.jsxs)("div",{className:"bg-white rounded-lg shadow-xl p-6 w-full max-w-md animate-slide-in",children:[(0,a.jsx)("h3",{className:"text-lg font-semibold text-slate-900 mb-2",children:x.label}),(0,a.jsx)("p",{className:"text-sm text-slate-500 mb-4",children:"Please provide a reason for this action."}),(0,a.jsx)("textarea",{value:u,onChange:e=>g(e.target.value),placeholder:"Enter your comment...",className:"textarea h-24 mb-4",autoFocus:!0}),(0,a.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,a.jsx)("button",{onClick:()=>{h(null),g("")},className:"btn btn-secondary",disabled:n,children:"Cancel"}),(0,a.jsxs)("button",{onClick:()=>f(x.toStage,u),disabled:n||!u.trim(),className:(0,z.Z)("btn gap-2",O[x.variant]),children:[n?(0,a.jsx)(i.Z,{className:"w-4 h-4 animate-spin"}):x.icon,(0,a.jsx)("span",{children:"Confirm"})]})]})]})})]})}var B=s(2222);let G=(0,d.Z)("User",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);var W=s(4743);function X(e){let{ideaId:t,comments:s}=e,r=(0,A.useRouter)(),[n,c]=(0,l.useState)(""),[d,o]=(0,l.useState)(!1),m=async e=>{if(e.preventDefault(),n.trim()&&!d){o(!0);try{(await fetch("/api/ideas/".concat(t,"/comments"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({author:"human",author_name:"Founder",content:n.trim()})})).ok&&(c(""),r.refresh())}catch(e){console.error("Failed to add comment:",e)}finally{o(!1)}}};return(0,a.jsxs)("div",{className:"space-y-4",children:[(0,a.jsx)("h3",{className:"font-semibold text-slate-900",children:"Discussion"}),(0,a.jsx)("div",{className:"space-y-3",children:0===s.length?(0,a.jsx)("p",{className:"text-sm text-slate-400 italic",children:"No comments yet"}):s.map(e=>(0,a.jsxs)("div",{className:(0,z.Z)("comment-bubble",e.author),children:[(0,a.jsxs)("div",{className:"flex items-center gap-2 mb-2",children:["ai"===e.author?(0,a.jsx)("div",{className:"w-6 h-6 bg-emerald-100 rounded-full flex items-center justify-center",children:(0,a.jsx)(B.Z,{className:"w-3.5 h-3.5 text-emerald-600"})}):(0,a.jsx)("div",{className:"w-6 h-6 bg-blue-100 rounded-full flex items-center justify-center",children:(0,a.jsx)(G,{className:"w-3.5 h-3.5 text-blue-600"})}),(0,a.jsx)("span",{className:"text-sm font-medium text-slate-700",children:e.author_name}),(0,a.jsx)("span",{className:"text-xs text-slate-400",children:new Date(e.created_at).toLocaleString("en-US",{month:"short",day:"numeric",hour:"numeric",minute:"2-digit"})})]}),(0,a.jsx)("p",{className:"text-sm text-slate-600 whitespace-pre-wrap",children:e.content})]},e.id))}),(0,a.jsxs)("form",{onSubmit:m,className:"flex gap-2",children:[(0,a.jsx)("input",{type:"text",value:n,onChange:e=>c(e.target.value),placeholder:"Add a comment...",className:"input flex-1",disabled:d}),(0,a.jsx)("button",{type:"submit",disabled:!n.trim()||d,className:"btn btn-primary",children:d?(0,a.jsx)(i.Z,{className:"w-4 h-4 animate-spin"}):(0,a.jsx)(W.Z,{className:"w-4 h-4"})})]})]})}var J=s(7168),K=s(401),Q=s(8867);let $={cloning:{label:"Cloning repository...",color:"text-blue-600"},branching:{label:"Creating branch...",color:"text-blue-600"},decomposing:{label:"Decomposing into sub-tasks...",color:"text-amber-600"},implementing:{label:"Implementing changes...",color:"text-violet-600"},testing:{label:"Running tests...",color:"text-cyan-600"},creating_pr:{label:"Creating PR...",color:"text-cyan-600"},completed:{label:"Completed",color:"text-emerald-600"},failed:{label:"Failed",color:"text-red-600"}};function Y(e){let{ideaId:t,onComplete:s}=e,[r,n]=(0,l.useState)(null),[c,d]=(0,l.useState)(!0),[m,x]=(0,l.useState)(!1),[h,u]=(0,l.useState)(!1),p=async()=>{try{let e=await fetch("/api/ideas/".concat(t,"/implement")),a=await e.json();a.success&&a.data?(n(a.data),("completed"===a.data.status||"failed"===a.data.status)&&(null==s||s())):n(null)}catch(e){console.error("Failed to fetch implementation status:",e)}finally{d(!1)}};if((0,l.useEffect)(()=>{p();let e=setInterval(()=>{r&&"completed"!==r.status&&"failed"!==r.status&&p()},3e3);return()=>clearInterval(e)},[t]),(0,l.useEffect)(()=>{if(r&&("completed"===r.status||"failed"===r.status))return;let e=setInterval(p,3e3);return()=>clearInterval(e)},[null==r?void 0:r.status]),c)return(0,a.jsxs)("div",{className:"flex items-center gap-2 text-slate-500",children:[(0,a.jsx)(i.Z,{className:"w-4 h-4 animate-spin"}),(0,a.jsx)("span",{className:"text-sm",children:"Loading..."})]});if(!r)return null;let g=$[r.status]||{label:r.status,color:"text-slate-600"},f=!["completed","failed"].includes(r.status);return(0,a.jsxs)("div",{className:"space-y-4",children:[(0,a.jsxs)("h3",{className:"font-semibold text-slate-900 flex items-center gap-2",children:[(0,a.jsx)(b,{className:"w-4 h-4"}),"Implementation Progress"]}),(0,a.jsxs)("div",{className:"flex items-center gap-3",children:[f?(0,a.jsx)(i.Z,{className:(0,z.Z)("w-5 h-5 animate-spin",g.color)}):"completed"===r.status?(0,a.jsx)(D.Z,{className:"w-5 h-5 text-emerald-600"}):(0,a.jsx)(o,{className:"w-5 h-5 text-red-600"}),(0,a.jsx)("span",{className:(0,z.Z)("font-medium",g.color),children:g.label}),f&&(0,a.jsx)("button",{onClick:p,className:"p-1 text-slate-400 hover:text-slate-600",title:"Refresh",children:(0,a.jsx)(J.Z,{className:"w-4 h-4"})})]}),(0,a.jsxs)("div",{className:"p-3 bg-slate-50 rounded-lg border border-slate-200",children:[(0,a.jsxs)("div",{className:"flex items-center gap-2 text-sm",children:[(0,a.jsx)(M,{className:"w-4 h-4 text-slate-500"}),(0,a.jsx)("code",{className:"flex-1 bg-slate-200 px-2 py-0.5 rounded font-mono text-xs",children:r.branch_name}),(0,a.jsx)("button",{onClick:()=>{(null==r?void 0:r.branch_name)&&(navigator.clipboard.writeText(r.branch_name),u(!0),setTimeout(()=>u(!1),2e3))},className:"p-1 text-slate-400 hover:text-slate-600",title:"Copy branch name",children:h?(0,a.jsx)(K.Z,{className:"w-4 h-4 text-emerald-600"}):(0,a.jsx)(Q.Z,{className:"w-4 h-4"})})]}),(0,a.jsxs)("div",{className:"mt-2 text-xs text-slate-500",children:["Repo: ",r.repo_name," • Workspace: ",r.workspace_path]}),r.pr_url&&(0,a.jsxs)("a",{href:r.pr_url,target:"_blank",rel:"noopener noreferrer",className:"mt-2 flex items-center gap-1 text-sm text-blue-600 hover:underline",children:[(0,a.jsx)("span",{children:"View Pull Request"}),(0,a.jsx)(q.Z,{className:"w-3 h-3"})]})]}),r.error_message&&(0,a.jsx)("div",{className:"p-3 bg-red-50 border border-red-200 rounded-lg text-sm text-red-700",children:r.error_message}),(0,a.jsxs)("div",{children:[(0,a.jsxs)("button",{onClick:()=>x(!m),className:"text-sm text-slate-500 hover:text-slate-700",children:[m?"Hide":"Show"," logs (",r.logs.length,")"]}),m&&(0,a.jsx)("div",{className:"mt-2 p-3 bg-slate-900 rounded-lg max-h-64 overflow-y-auto",children:(0,a.jsx)("pre",{className:"text-xs text-slate-300 font-mono whitespace-pre-wrap",children:r.logs.join("\n")})})]})]})}function ee(e){return new Date(e).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"2-digit"})}function et(e){let{title:t,icon:s,children:r}=e;return(0,a.jsxs)("div",{className:"space-y-2",children:[(0,a.jsxs)("h3",{className:"flex items-center gap-2 font-semibold text-slate-900",children:[s,(0,a.jsx)("span",{children:t})]}),(0,a.jsx)("div",{className:"text-sm text-slate-600",children:r})]})}function es(e){let{status:t}=e;switch(t){case"pending":return(0,a.jsx)(n.Z,{className:"w-4 h-4 text-slate-400"});case"in_progress":return(0,a.jsx)(i.Z,{className:"w-4 h-4 text-violet-500 animate-spin"});case"completed":return(0,a.jsx)(c.Z,{className:"w-4 h-4 text-emerald-500"});case"failed":return(0,a.jsx)(o,{className:"w-4 h-4 text-red-500"})}}function ea(e){return e?new Date(e).toLocaleString("en-US",{month:"short",day:"numeric",hour:"numeric",minute:"2-digit"}):""}function er(e){let{failureType:t}=e;if(!t)return null;let s={timeout:{text:"timeout",className:"bg-orange-100 text-orange-700"},error:{text:"error",className:"bg-red-100 text-red-700"},tests_failed:{text:"tests failed",className:"bg-amber-100 text-amber-700"}}[t];return(0,a.jsx)("span",{className:(0,z.Z)("text-xs px-1.5 py-0.5 rounded font-medium",s.className),children:s.text})}function el(e){let{subTasks:t}=e,[s,r]=(0,l.useState)(null);if(0===t.length)return null;let n=t.filter(e=>"completed"===e.status).length,i=t.filter(e=>"failed"===e.status).length,c=Math.round(n/t.length*100);return(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsxs)(et,{title:"Sub-Tasks",icon:(0,a.jsx)(m,{className:"w-4 h-4 text-violet-500"}),children:[(0,a.jsxs)("div",{className:"mb-4",children:[(0,a.jsxs)("div",{className:"flex items-center justify-between text-xs mb-1",children:[(0,a.jsxs)("span",{className:"text-slate-500",children:[n,"/",t.length," done",i>0&&(0,a.jsxs)("span",{className:"text-red-500 ml-1",children:["(",i," failed)"]})]}),(0,a.jsxs)("span",{className:"text-slate-500",children:[c,"%"]})]}),(0,a.jsx)("div",{className:"w-full bg-slate-200 rounded-full h-2",children:(0,a.jsx)("div",{className:(0,z.Z)("h-2 rounded-full transition-all",i>0?"bg-red-500":"bg-emerald-500"),style:{width:"".concat(c,"%")}})})]}),(0,a.jsx)("ul",{className:"space-y-2",children:t.map(e=>{let t=s===e.id;return(0,a.jsxs)("li",{className:"border border-slate-100 rounded-lg",children:[(0,a.jsxs)("button",{onClick:()=>r(t?null:e.id),className:"w-full flex items-center gap-2 p-2 text-left hover:bg-slate-50 rounded-lg",children:[(0,a.jsx)(es,{status:e.status}),(0,a.jsx)("span",{className:(0,z.Z)("flex-1 text-sm","completed"===e.status&&"line-through text-slate-400","failed"===e.status&&"text-red-600"),children:e.title}),"failed"===e.status&&e.failure_type&&(0,a.jsx)(er,{failureType:e.failure_type}),e.has_uncommitted_changes&&(0,a.jsx)("span",{title:"Uncommitted changes in workspace",children:(0,a.jsx)(x.Z,{className:"w-3.5 h-3.5 text-amber-500"})}),t?(0,a.jsx)(h.Z,{className:"w-3 h-3 text-slate-400"}):(0,a.jsx)(u,{className:"w-3 h-3 text-slate-400"})]}),t&&(0,a.jsxs)("div",{className:"px-8 pb-3 space-y-3",children:[(0,a.jsx)("p",{className:"text-xs text-slate-600 whitespace-pre-wrap",children:e.description}),(e.duration_ms||e.lines_added||e.lines_removed)&&(0,a.jsxs)("div",{className:"flex flex-wrap gap-3 text-xs text-slate-500",children:[e.duration_ms&&(0,a.jsxs)("span",{className:"flex items-center gap-1",children:[(0,a.jsx)(p.Z,{className:"w-3 h-3"}),function(e){if(!e)return"";let t=Math.floor(e/1e3),s=Math.floor(t/60),a=Math.floor(s/60);return a>0?"".concat(a,"h ").concat(s%60,"m"):s>0?"".concat(s,"m ").concat(t%60,"s"):"".concat(t,"s")}(e.duration_ms)]}),(e.lines_added||e.lines_removed)&&(0,a.jsxs)("span",{className:"flex items-center gap-1 font-mono",children:[(0,a.jsx)(g,{className:"w-3 h-3"}),(0,a.jsxs)("span",{className:"text-emerald-600",children:["+",e.lines_added||0]}),(0,a.jsxs)("span",{className:"text-red-600",children:["-",e.lines_removed||0]})]})]}),e.files_changed&&e.files_changed.length>0&&(0,a.jsxs)("div",{children:[(0,a.jsxs)("span",{className:"text-xs font-medium text-emerald-600 flex items-center gap-1",children:[(0,a.jsx)(g,{className:"w-3 h-3"}),"Files Changed:"]}),(0,a.jsx)("ul",{className:"mt-1",children:e.files_changed.map(e=>(0,a.jsx)("li",{className:"text-xs text-slate-600 font-mono",children:e},e))})]}),e.files_to_modify.length>0&&(0,a.jsxs)("div",{children:[(0,a.jsx)("span",{className:"text-xs font-medium text-slate-500",children:"Planned Files:"}),(0,a.jsx)("ul",{className:"mt-1",children:e.files_to_modify.map(e=>(0,a.jsx)("li",{className:"text-xs text-slate-400 font-mono",children:e},e))})]}),e.error_message&&(0,a.jsx)("div",{className:"p-2 bg-red-50 border border-red-200 rounded text-xs text-red-700 whitespace-pre-wrap",children:e.error_message}),e.output_snippet&&(0,a.jsxs)("details",{className:"group",children:[(0,a.jsxs)("summary",{className:"text-xs font-medium text-slate-500 cursor-pointer flex items-center gap-1",children:[(0,a.jsx)(b,{className:"w-3 h-3"}),"Output",(0,a.jsx)(u,{className:"w-3 h-3 group-open:rotate-90 transition-transform"})]}),(0,a.jsx)("pre",{className:"mt-1 p-2 bg-slate-50 border border-slate-200 rounded text-xs text-slate-600 overflow-x-auto max-h-48 overflow-y-auto whitespace-pre-wrap",children:e.output_snippet})]}),e.has_uncommitted_changes&&(0,a.jsxs)("div",{className:"flex items-center gap-2 p-2 bg-amber-50 border border-amber-200 rounded text-xs text-amber-700",children:[(0,a.jsx)(x.Z,{className:"w-3.5 h-3.5"}),"Uncommitted changes in workspace"]}),e.commit_hash&&(0,a.jsxs)("div",{className:"text-xs text-slate-400",children:["Commit: ",(0,a.jsx)("code",{className:"bg-slate-100 px-1 rounded",children:e.commit_hash.slice(0,8)})]}),(e.started_at||e.completed_at)&&(0,a.jsxs)("div",{className:"text-xs text-slate-400",children:[e.started_at&&(0,a.jsxs)("span",{children:["Started: ",ea(e.started_at)]}),e.completed_at&&(0,a.jsxs)("span",{className:"ml-3",children:["Finished: ",ea(e.completed_at)]})]})]})]},e.id)})})]})})}function en(e){let{status:t}=e;switch(t){case"met":return(0,a.jsx)(c.Z,{className:"w-4 h-4 text-emerald-500"});case"partially_met":return(0,a.jsx)(x.Z,{className:"w-4 h-4 text-amber-500"});case"not_met":return(0,a.jsx)(o,{className:"w-4 h-4 text-red-500"});case"no_data":return(0,a.jsx)(f,{className:"w-4 h-4 text-slate-400"});default:return(0,a.jsx)(j.Z,{className:"w-4 h-4 text-slate-400"})}}function ei(e){let{verification:t}=e;return(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsxs)(et,{title:"Post-Ship Verification",icon:(0,a.jsx)(N.Z,{className:"w-4 h-4 text-emerald-500"}),children:[(0,a.jsxs)("div",{className:"flex items-center gap-3 mb-3",children:[(0,a.jsx)("span",{className:(0,z.Z)("text-xs font-medium px-2 py-1 rounded",T.aR[t.status]),children:T.Wb[t.status]}),t.confidence&&(0,a.jsxs)("span",{className:"text-xs text-slate-500",children:["Confidence: ",t.confidence]})]}),t.summary&&(0,a.jsx)("p",{className:"text-sm text-slate-700 mb-4",children:t.summary}),t.requires_human_review&&(0,a.jsxs)("div",{className:"flex items-center gap-2 p-2 mb-4 bg-amber-50 border border-amber-200 rounded text-xs text-amber-700",children:[(0,a.jsx)(v,{className:"w-3.5 h-3.5 flex-shrink-0"}),(0,a.jsxs)("span",{children:["Requires human review: ",t.human_review_reason||"Review needed"]})]}),t.metric_evaluations.length>0&&(0,a.jsxs)("div",{className:"space-y-2 mb-4",children:[(0,a.jsx)("span",{className:"text-xs font-medium text-slate-500 uppercase",children:"Metric Results"}),(0,a.jsx)("ul",{className:"space-y-1.5",children:t.metric_evaluations.map((e,t)=>(0,a.jsxs)("li",{className:"flex items-start gap-2",children:[(0,a.jsx)(en,{status:e.status}),(0,a.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,a.jsx)("p",{className:"text-xs text-slate-700",children:e.metric}),(0,a.jsx)("p",{className:"text-xs text-slate-500 mt-0.5",children:e.evidence})]})]},t))})]}),(0,a.jsxs)("div",{className:"flex flex-wrap gap-4 text-xs text-slate-400 pt-3 border-t border-slate-100",children:[t.first_evaluated_at&&(0,a.jsxs)("span",{children:["First evaluated: ",ee(t.first_evaluated_at)]}),t.evaluation_count>0&&(0,a.jsxs)("span",{children:["Evaluations: ",t.evaluation_count]}),t.next_evaluation_after&&(0,a.jsxs)("span",{children:["Next check: ",new Date(t.next_evaluation_after).toLocaleDateString("en-US",{month:"short",day:"numeric",year:"numeric"})]})]}),t.follow_up_idea_ids.length>0&&(0,a.jsxs)("div",{className:"mt-3 pt-3 border-t border-slate-100",children:[(0,a.jsx)("span",{className:"text-xs font-medium text-slate-500",children:"Follow-up ideas:"}),(0,a.jsx)("div",{className:"flex flex-wrap gap-1.5 mt-1",children:t.follow_up_idea_ids.map(e=>(0,a.jsx)(r.default,{href:"/ideas/".concat(e),className:"text-xs text-blue-600 hover:underline bg-blue-50 px-1.5 py-0.5 rounded",children:e},e))})]})]})})}function ec(e){let{ideaId:t}=e,[s,r]=(0,l.useState)(!1),n="/api/ideas/".concat(t,"/card");return((0,l.useEffect)(()=>{fetch(n,{method:"HEAD"}).then(e=>{e.ok&&r(!0)}).catch(()=>{})},[n]),s)?(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsx)(et,{title:"Ship Card",icon:(0,a.jsx)(y,{className:"w-4 h-4 text-violet-500"}),children:(0,a.jsxs)("div",{className:"mt-2",children:[(0,a.jsx)("img",{src:n,alt:"Ship announcement card",className:"w-full rounded-lg border border-slate-200"}),(0,a.jsxs)("a",{href:n,download:"".concat(t,"-card.png"),className:"inline-flex items-center gap-1.5 mt-3 text-xs text-slate-500 hover:text-slate-700",children:[(0,a.jsx)(w.Z,{className:"w-3.5 h-3.5"}),"Download PNG"]})]})})}):null}function ed(e){let{idea:t,linkedGoal:s}=e;return(0,a.jsxs)("div",{className:"max-w-4xl mx-auto p-6",children:[(0,a.jsxs)(r.default,{href:"/",className:"inline-flex items-center gap-2 text-sm text-slate-500 hover:text-slate-700 mb-6",children:[(0,a.jsx)(_.Z,{className:"w-4 h-4"}),(0,a.jsx)("span",{children:"Back to Dashboard"})]}),(0,a.jsxs)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6 mb-6",children:[(0,a.jsx)("div",{className:"flex items-start justify-between mb-4",children:(0,a.jsxs)("div",{className:"flex-1",children:[(0,a.jsxs)("div",{className:"flex flex-wrap items-center gap-2 mb-3",children:[(0,a.jsx)("span",{className:(0,z.Z)("priority-badge",T.Gs[t.priority]),children:T.rF[t.priority]}),(0,a.jsx)("span",{className:(0,z.Z)("category-badge",T.pG[t.category]),children:T.Hs[t.category]}),(0,a.jsxs)("div",{className:"flex items-center gap-1",children:[(0,a.jsx)("div",{className:(0,z.Z)("stage-indicator",T.lv[t.stage])}),(0,a.jsx)("span",{className:"text-xs text-slate-500",children:T.yb[t.stage]})]})]}),(0,a.jsx)("h1",{className:"text-2xl font-bold text-slate-900 mb-2",children:t.title}),(0,a.jsx)("p",{className:"text-slate-600",children:t.summary})]})}),(0,a.jsxs)("div",{className:"flex flex-wrap items-center gap-6 text-sm text-slate-500 pt-4 border-t border-slate-100",children:[(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsx)(k.Z,{className:"w-4 h-4"}),(0,a.jsxs)("span",{children:["Created ",ee(t.created_at)]})]}),(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsx)(Z.Z,{className:"w-4 h-4"}),(0,a.jsxs)("span",{children:["Effort: ",T.bi[t.effort]]})]}),(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsx)(S.Z,{className:"w-4 h-4"}),(0,a.jsxs)("span",{children:["Impact: ",T.bi[t.impact]]})]}),(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsx)(C.Z,{className:"w-4 h-4"}),(0,a.jsxs)("span",{children:["Source: ",T.Vr[t.source.type]]})]})]}),t.tags.length>0&&(0,a.jsx)("div",{className:"flex flex-wrap gap-2 mt-4",children:t.tags.map(e=>(0,a.jsx)("span",{className:"px-2 py-1 bg-slate-100 text-slate-600 text-xs rounded",children:e},e))}),t.implementation.branch_name&&(0,a.jsx)("div",{className:"mt-4 p-3 bg-slate-50 rounded-lg border border-slate-200",children:(0,a.jsxs)("div",{className:"flex items-center gap-4 text-sm",children:[(0,a.jsxs)("div",{className:"flex items-center gap-2 text-slate-600",children:[(0,a.jsx)(M,{className:"w-4 h-4"}),(0,a.jsx)("code",{className:"bg-slate-200 px-2 py-0.5 rounded",children:t.implementation.branch_name})]}),t.implementation.pr_url&&(0,a.jsxs)("a",{href:t.implementation.pr_url,target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-1 text-blue-600 hover:underline",children:[(0,a.jsx)("span",{children:"View PR"}),(0,a.jsx)(q.Z,{className:"w-3 h-3"})]})]})})]}),(0,a.jsxs)("div",{className:"grid grid-cols-1 lg:grid-cols-3 gap-6",children:[(0,a.jsxs)("div",{className:"lg:col-span-2 space-y-6",children:[(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsx)(et,{title:"Context",icon:(0,a.jsx)(R.Z,{className:"w-4 h-4 text-amber-500"}),children:(0,a.jsx)("p",{className:"whitespace-pre-wrap",children:t.context})})}),(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsx)(et,{title:"Rationale",icon:(0,a.jsx)(P.Z,{className:"w-4 h-4 text-blue-500"}),children:(0,a.jsx)("p",{className:"whitespace-pre-wrap",children:t.rationale})})}),(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsx)(et,{title:"Implementation Plan",icon:(0,a.jsx)(I.Z,{className:"w-4 h-4 text-emerald-500"}),children:(0,a.jsx)("div",{className:"whitespace-pre-wrap",children:t.implementation_plan})})}),t.implementation.sub_tasks&&t.implementation.sub_tasks.length>0&&(0,a.jsx)(el,{subTasks:t.implementation.sub_tasks}),"shipped"===t.stage&&t.verification&&(0,a.jsx)(ei,{verification:t.verification}),"shipped"===t.stage&&(0,a.jsx)(ec,{ideaId:t.id}),(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsx)(et,{title:"Success Metrics",icon:(0,a.jsx)(S.Z,{className:"w-4 h-4 text-violet-500"}),children:(0,a.jsx)("ul",{className:"list-disc list-inside space-y-1",children:t.success_metrics.map((e,t)=>(0,a.jsx)("li",{children:e},t))})})})]}),(0,a.jsxs)("div",{className:"space-y-6",children:[(s||t.expected_impact)&&(0,a.jsxs)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:[(0,a.jsxs)("h3",{className:"flex items-center gap-2 font-semibold text-slate-900 mb-3",children:[(0,a.jsx)(P.Z,{className:"w-4 h-4 text-emerald-500"}),(0,a.jsx)("span",{children:"Goal Alignment"})]}),s?(0,a.jsxs)(r.default,{href:"/goals/".concat(s.id),className:"block p-3 bg-emerald-50 border border-emerald-200 rounded-lg hover:border-emerald-300 transition-colors",children:[(0,a.jsxs)("div",{className:"flex items-center gap-2 mb-1",children:[(0,a.jsx)("span",{className:"text-sm font-medium text-emerald-800",children:s.title}),(0,a.jsx)(q.Z,{className:"w-3 h-3 text-emerald-600"})]}),(0,a.jsx)("p",{className:"text-xs text-emerald-600 line-clamp-2",children:s.description})]}):t.goal_id?(0,a.jsxs)("p",{className:"text-sm text-slate-500",children:["Linked to goal: ",(0,a.jsx)("code",{className:"text-xs bg-slate-100 px-1 rounded",children:t.goal_id})]}):null,t.expected_impact&&(0,a.jsxs)("div",{className:"mt-3 pt-3 border-t border-slate-100",children:[(0,a.jsx)("p",{className:"text-xs text-slate-500 uppercase font-medium mb-1",children:"Expected Impact"}),(0,a.jsx)("p",{className:"text-sm text-slate-700",children:t.expected_impact})]})]}),(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsx)(U,{ideaId:t.id,currentStage:t.stage})}),["in_progress","testing","shipped","rolled_back"].includes(t.stage)&&(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsx)(Y,{ideaId:t.id})}),(0,a.jsx)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:(0,a.jsx)(X,{ideaId:t.id,comments:t.comments})}),t.source.files_analyzed&&t.source.files_analyzed.length>0&&(0,a.jsxs)("div",{className:"bg-white rounded-lg shadow-sm border border-slate-200 p-6",children:[(0,a.jsx)("h3",{className:"font-semibold text-slate-900 mb-3",children:"Files Analyzed"}),(0,a.jsx)("ul",{className:"space-y-1",children:t.source.files_analyzed.map((e,t)=>(0,a.jsx)("li",{className:"text-xs text-slate-500 font-mono truncate",children:e},t))})]})]})]})]})}},6153:function(e,t,s){"use strict";s.d(t,{G:function(){return i},GK:function(){return k},Gs:function(){return o},Hs:function(){return a},PN:function(){return u},PW:function(){return w},Q_:function(){return p},R$:function(){return v},Vr:function(){return m},Wb:function(){return h},aR:function(){return x},bi:function(){return c},en:function(){return N},i2:function(){return j},kT:function(){return g},l5:function(){return b},lE:function(){return y},lv:function(){return n},pG:function(){return r},rF:function(){return d},tV:function(){return f},tl:function(){return _},xP:function(){return Z},yb:function(){return l}});let a={product:"Product",ux_design:"UX/Design",growth:"Growth",performance:"Performance",tech_debt:"Tech Debt",security:"Security",infrastructure:"Infrastructure",content:"Content",analytics:"Analytics",integration:"Integration"},r={product:"bg-blue-100 text-blue-800",ux_design:"bg-purple-100 text-purple-800",growth:"bg-green-100 text-green-800",performance:"bg-orange-100 text-orange-800",tech_debt:"bg-yellow-100 text-yellow-800",security:"bg-red-100 text-red-800",infrastructure:"bg-gray-100 text-gray-800",content:"bg-pink-100 text-pink-800",analytics:"bg-cyan-100 text-cyan-800",integration:"bg-indigo-100 text-indigo-800"},l={inbox:"Inbox",under_review:"Under Review",approved:"Approved",in_progress:"In Progress",testing:"Testing",shipped:"Shipped",deferred:"Deferred",rejected:"Rejected",rolled_back:"Rolled Back"},n={inbox:"bg-amber-500",under_review:"bg-blue-500",approved:"bg-emerald-500",in_progress:"bg-violet-500",testing:"bg-cyan-500",shipped:"bg-green-500",deferred:"bg-gray-500",rejected:"bg-red-500",rolled_back:"bg-orange-500"},i=["inbox","under_review","approved","in_progress","testing","shipped"],c={xs:"XS",s:"S",m:"M",l:"L",xl:"XL"},d={critical:"Critical",high:"High",medium:"Medium",low:"Low"},o={critical:"bg-red-100 text-red-800 border-red-300",high:"bg-orange-100 text-orange-800 border-orange-300",medium:"bg-yellow-100 text-yellow-800 border-yellow-300",low:"bg-gray-100 text-gray-800 border-gray-300"},m={codebase_analysis:"Codebase Analysis",metrics_review:"Metrics Review",market_research:"Market Research",seo_audit:"SEO Audit",manual:"Manual"},x={pending:"bg-slate-100 text-slate-700",validated:"bg-emerald-100 text-emerald-800",needs_investigation:"bg-amber-100 text-amber-800",inconclusive:"bg-slate-100 text-slate-600",invalidated:"bg-red-100 text-red-800"},h={pending:"Pending",validated:"Validated",needs_investigation:"Needs Investigation",inconclusive:"Inconclusive",invalidated:"Invalidated"},u={ship:"Ship",update:"Update",milestone:"Milestone",digest:"Digest",manual:"Manual",thread:"Thread",insight:"Insight"},p={ship:"bg-green-100 text-green-800",update:"bg-blue-100 text-blue-800",milestone:"bg-amber-100 text-amber-800",digest:"bg-purple-100 text-purple-800",manual:"bg-slate-100 text-slate-800",thread:"bg-indigo-100 text-indigo-800",insight:"bg-cyan-100 text-cyan-800"},g={acquisition:"Acquisition",activation:"Activation",retention:"Retention",revenue:"Revenue",referral:"Referral"},b={acquisition:"bg-blue-100 text-blue-800",activation:"bg-emerald-100 text-emerald-800",retention:"bg-purple-100 text-purple-800",revenue:"bg-amber-100 text-amber-800",referral:"bg-pink-100 text-pink-800"},f={on_track:"On Track",at_risk:"At Risk",behind:"Behind",achieved:"Achieved"},j={on_track:"bg-emerald-100 text-emerald-800 border-emerald-300",at_risk:"bg-amber-100 text-amber-800 border-amber-300",behind:"bg-red-100 text-red-800 border-red-300",achieved:"bg-blue-100 text-blue-800 border-blue-300"},N={manual:"Manual",rest_api:"REST API",posthog:"PostHog",firestore:"Firestore",stripe:"Stripe",whatsapp:"WhatsApp"},v={stated:"Stated",testing:"Testing",validated:"Validated",invalidated:"Invalidated",deferred:"Deferred"},y={stated:"bg-slate-100 text-slate-800 border-slate-300",testing:"bg-amber-100 text-amber-800 border-amber-300",validated:"bg-emerald-100 text-emerald-800 border-emerald-300",invalidated:"bg-red-100 text-red-800 border-red-300",deferred:"bg-slate-100 text-slate-500 border-slate-200"},w={acquisition:"Acquisition",engagement:"Engagement",conversion:"Conversion",monetization:"Monetization"},_={acquisition:"bg-blue-100 text-blue-800",engagement:"bg-purple-100 text-purple-800",conversion:"bg-amber-100 text-amber-800",monetization:"bg-emerald-100 text-emerald-800"},k={planned:"Planned",active:"Active",completed:"Completed",paused:"Paused"},Z={planned:"bg-slate-100 text-slate-700 border-slate-300",active:"bg-blue-100 text-blue-800 border-blue-300",completed:"bg-emerald-100 text-emerald-800 border-emerald-300",paused:"bg-amber-100 text-amber-800 border-amber-300"}}},function(e){e.O(0,[972,827,971,117,744],function(){return e(e.s=703)}),_N_E=e.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[25],{9375:function(e,t,a){Promise.resolve().then(a.bind(a,47))},9205:function(e,t,a){"use strict";a.d(t,{Z:function(){return c}});var r=a(2265);let s=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),n=function(){for(var e=arguments.length,t=Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((e,t,a)=>!!e&&a.indexOf(e)===t).join(" ")};var i={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let l=(0,r.forwardRef)((e,t)=>{let{color:a="currentColor",size:s=24,strokeWidth:l=2,absoluteStrokeWidth:c,className:d="",children:o,iconNode:u,...h}=e;return(0,r.createElement)("svg",{ref:t,...i,width:s,height:s,stroke:a,strokeWidth:c?24*Number(l)/Number(s):l,className:n("lucide",d),...h},[...u.map(e=>{let[t,a]=e;return(0,r.createElement)(t,a)}),...Array.isArray(o)?o:[o]])}),c=(e,t)=>{let a=(0,r.forwardRef)((a,i)=>{let{className:c,...d}=a;return(0,r.createElement)(l,{ref:i,iconNode:t,className:n("lucide-".concat(s(e)),c),...d})});return a.displayName="".concat(e),a}},2660:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]])},2222:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("Bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]])},1047:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("Calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]])},6362:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("ExternalLink",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]])},8220:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("FlaskConical",[["path",{d:"M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2",key:"pzvekw"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M7 16h10",key:"wp8him"}]])},5621:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("History",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]])},5466:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("LayoutDashboard",[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]])},5846:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("Lightbulb",[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]])},2048:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("Map",[["path",{d:"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",key:"169xi5"}],["path",{d:"M15 5.764v15",key:"1pn4in"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]])},2718:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("MessageCircle",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]])},8728:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]])},2023:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("Sparkles",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]])},8896:function(e,t,a){"use strict";a.d(t,{Z:function(){return r}});let r=(0,a(9205).Z)("Target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]])},7648:function(e,t,a){"use strict";a.d(t,{default:function(){return s.a}});var r=a(2972),s=a.n(r)},9376:function(e,t,a){"use strict";var r=a(5475);a.o(r,"usePathname")&&a.d(t,{usePathname:function(){return r.usePathname}}),a.o(r,"useRouter")&&a.d(t,{useRouter:function(){return r.useRouter}})},257:function(e,t,a){"use strict";var r,s;e.exports=(null==(r=a.g.process)?void 0:r.env)&&"object"==typeof(null==(s=a.g.process)?void 0:s.env)?a.g.process:a(4227)},4227:function(e){!function(){var t={229:function(e){var t,a,r,s=e.exports={};function n(){throw Error("setTimeout has not been defined")}function i(){throw Error("clearTimeout has not been defined")}function l(e){if(t===setTimeout)return setTimeout(e,0);if((t===n||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(a){try{return t.call(null,e,0)}catch(a){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:n}catch(e){t=n}try{a="function"==typeof clearTimeout?clearTimeout:i}catch(e){a=i}}();var c=[],d=!1,o=-1;function u(){d&&r&&(d=!1,r.length?c=r.concat(c):o=-1,c.length&&h())}function h(){if(!d){var e=l(u);d=!0;for(var t=c.length;t;){for(r=c,c=[];++o<t;)r&&r[o].run();o=-1,t=c.length}r=null,d=!1,function(e){if(a===clearTimeout)return clearTimeout(e);if((a===i||!a)&&clearTimeout)return a=clearTimeout,clearTimeout(e);try{a(e)}catch(t){try{return a.call(null,e)}catch(t){return a.call(this,e)}}}(e)}}function x(e,t){this.fun=e,this.array=t}function p(){}s.nextTick=function(e){var t=Array(arguments.length-1);if(arguments.length>1)for(var a=1;a<arguments.length;a++)t[a-1]=arguments[a];c.push(new x(e,t)),1!==c.length||d||l(h)},x.prototype.run=function(){this.fun.apply(null,this.array)},s.title="browser",s.browser=!0,s.env={},s.argv=[],s.version="",s.versions={},s.on=p,s.addListener=p,s.once=p,s.off=p,s.removeListener=p,s.removeAllListeners=p,s.emit=p,s.prependListener=p,s.prependOnceListener=p,s.listeners=function(e){return[]},s.binding=function(e){throw Error("process.binding is not supported")},s.cwd=function(){return"/"},s.chdir=function(e){throw Error("process.chdir is not supported")},s.umask=function(){return 0}}},a={};function r(e){var s=a[e];if(void 0!==s)return s.exports;var n=a[e]={exports:{}},i=!0;try{t[e](n,n.exports,r),i=!1}finally{i&&delete a[e]}return n.exports}r.ab="//";var s=r(229);e.exports=s}()},47:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return f}});var r=a(7437),s=a(2265),n=a(7648),i=a(2660);let l=(0,a(9205).Z)("Layers",[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",key:"8b97xw"}],["path",{d:"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65",key:"dd6zsq"}],["path",{d:"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65",key:"ep9fru"}]]);var c=a(5846),d=a(8896),o=a(1047),u=a(6362),h=a(1994),x=a(1259),p=a(6153);function f(e){let{params:t}=e,{id:a}=t,[f,m]=(0,s.useState)(null),[g,b]=(0,s.useState)([]),[v,y]=(0,s.useState)(null),[j,w]=(0,s.useState)(!0),[N,k]=(0,s.useState)(null);(0,s.useEffect)(()=>{!async function(){try{let e=await fetch("/api/epics/".concat(a)),t=await e.json();if(!t.success){k(t.error||"Failed to load epic");return}if(m(t.data),t.data.idea_ids.length>0){let e=await fetch("/api/ideas"),a=await e.json();if(a.success){let e=t.data.idea_ids.map(e=>a.data.find(t=>t.id===e)).filter(Boolean);b(e)}}if(t.data.goal_id){let e=await fetch("/api/goals/".concat(t.data.goal_id)),a=await e.json();a.success&&y(a.data)}}catch(e){k("Failed to load epic"),console.error("Error fetching epic:",e)}finally{w(!1)}}()},[a]);let _=async e=>{try{let t=await fetch("/api/epics/".concat(a),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({status:e,status_override:!0})}),r=await t.json();r.success&&m(r.data)}catch(e){console.error("Failed to update status:",e)}};return j?(0,r.jsx)(x.default,{children:(0,r.jsx)("div",{className:"flex items-center justify-center h-full",children:(0,r.jsx)("div",{className:"w-8 h-8 border-4 border-slate-200 border-t-blue-500 rounded-full animate-spin"})})}):N||!f?(0,r.jsx)(x.default,{children:(0,r.jsxs)("div",{className:"p-6",children:[(0,r.jsxs)(n.default,{href:"/roadmap",className:"inline-flex items-center gap-2 text-slate-600 hover:text-slate-900 mb-6",children:[(0,r.jsx)(i.Z,{className:"w-4 h-4"}),(0,r.jsx)("span",{children:"Back to Roadmap"})]}),(0,r.jsx)("div",{className:"bg-red-50 border border-red-200 rounded-lg p-6 text-center",children:(0,r.jsx)("p",{className:"text-red-600",children:N||"Epic not found"})})]})}):(0,r.jsx)(x.default,{children:(0,r.jsxs)("div",{className:"p-6",children:[(0,r.jsxs)(n.default,{href:"/roadmap",className:"inline-flex items-center gap-2 text-slate-600 hover:text-slate-900 mb-6",children:[(0,r.jsx)(i.Z,{className:"w-4 h-4"}),(0,r.jsx)("span",{children:"Back to Roadmap"})]}),(0,r.jsxs)("div",{className:"bg-white rounded-lg border border-slate-200 p-6 mb-6",children:[(0,r.jsxs)("div",{className:"flex items-start justify-between mb-4",children:[(0,r.jsxs)("div",{className:"flex items-start gap-4",children:[(0,r.jsx)("div",{className:"w-14 h-14 bg-blue-100 rounded-xl flex items-center justify-center flex-shrink-0",children:(0,r.jsx)(l,{className:"w-7 h-7 text-blue-600"})}),(0,r.jsxs)("div",{children:[(0,r.jsx)("div",{className:"flex items-center gap-2 mb-1",children:(0,r.jsx)("span",{className:(0,h.Z)("text-xs px-2 py-0.5 rounded-full",p.pG[f.category]),children:p.Hs[f.category]})}),(0,r.jsx)("h1",{className:"text-2xl font-bold text-slate-900 mb-1",children:f.title}),(0,r.jsx)("p",{className:"text-slate-500",children:f.description})]})]}),(0,r.jsxs)("div",{className:"flex flex-col items-end gap-2",children:[(0,r.jsx)("span",{className:(0,h.Z)("inline-flex items-center gap-1.5 px-3 py-1.5 rounded-full text-sm font-medium border",p.xP[f.status]),children:p.GK[f.status]}),(0,r.jsxs)("select",{value:f.status,onChange:e=>_(e.target.value),className:"text-xs border border-slate-200 rounded px-2 py-1 text-slate-600",children:[(0,r.jsx)("option",{value:"planned",children:"Planned"}),(0,r.jsx)("option",{value:"active",children:"Active"}),(0,r.jsx)("option",{value:"completed",children:"Completed"}),(0,r.jsx)("option",{value:"paused",children:"Paused"})]})]})]}),(0,r.jsxs)("div",{className:"flex items-center gap-6 text-sm text-slate-500 mb-4",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)(c.Z,{className:"w-4 h-4"}),(0,r.jsxs)("span",{children:[f.idea_ids.length," ideas"]})]}),v&&(0,r.jsxs)(n.default,{href:"/goals/".concat(v.id),className:"flex items-center gap-2 text-emerald-600 hover:text-emerald-700",children:[(0,r.jsx)(d.Z,{className:"w-4 h-4"}),(0,r.jsx)("span",{children:v.title})]})]}),(0,r.jsxs)("div",{className:"flex items-start gap-4 mb-4",children:[(0,r.jsx)(o.Z,{className:"w-4 h-4 text-slate-400 mt-2"}),(0,r.jsxs)("div",{className:"flex items-center gap-4",children:[(0,r.jsxs)("div",{children:[(0,r.jsx)("label",{className:"block text-xs text-slate-500 mb-1",children:"Target Start"}),(0,r.jsx)("input",{type:"date",value:f.target_start||"",onChange:async e=>{let t=e.target.value||null;try{let e=await fetch("/api/epics/".concat(a),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({target_start:t})}),r=await e.json();r.success&&m(r.data)}catch(e){console.error("Failed to update target_start:",e)}},className:"text-sm border border-slate-200 rounded px-2 py-1 text-slate-700"}),!f.target_start&&(0,r.jsx)("span",{className:"text-[10px] text-slate-400 block mt-0.5",children:"auto-estimated"})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("label",{className:"block text-xs text-slate-500 mb-1",children:"Target End"}),(0,r.jsx)("input",{type:"date",value:f.target_end||"",onChange:async e=>{let t=e.target.value||null;try{let e=await fetch("/api/epics/".concat(a),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({target_end:t})}),r=await e.json();r.success&&m(r.data)}catch(e){console.error("Failed to update target_end:",e)}},className:"text-sm border border-slate-200 rounded px-2 py-1 text-slate-700"}),!f.target_end&&(0,r.jsx)("span",{className:"text-[10px] text-slate-400 block mt-0.5",children:"auto-estimated"})]})]})]}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{className:"flex items-center justify-between mb-1",children:[(0,r.jsxs)("span",{className:"text-xs text-slate-500",children:[f.progress.shipped_count,"/",f.progress.total_ideas," ideas shipped"]}),(0,r.jsxs)("span",{className:"text-xs font-medium text-slate-700",children:[f.progress.progress_pct,"%"]})]}),(0,r.jsx)("div",{className:"relative h-2 bg-slate-100 rounded-full overflow-hidden",children:(0,r.jsx)("div",{className:(0,h.Z)("absolute left-0 top-0 h-full rounded-full transition-all duration-500","completed"===f.status?"bg-emerald-500":"active"===f.status?"bg-blue-500":"bg-slate-300"),style:{width:"".concat(f.progress.progress_pct,"%")}})}),f.progress.effort_total>0&&(0,r.jsxs)("p",{className:"text-xs text-slate-400 mt-1",children:["Effort: ",f.progress.effort_completed,"/",f.progress.effort_total," points completed"]})]})]}),(0,r.jsxs)("div",{className:"bg-white rounded-lg border border-slate-200",children:[(0,r.jsx)("div",{className:"px-6 py-4 border-b border-slate-200",children:(0,r.jsxs)("h2",{className:"text-lg font-semibold text-slate-900",children:["Ideas (",g.length,")"]})}),g.length>0?(0,r.jsx)("div",{className:"divide-y divide-slate-100",children:g.map((e,t)=>(0,r.jsxs)(n.default,{href:"/ideas/".concat(e.id),className:"flex items-center gap-4 px-6 py-3 hover:bg-slate-50 transition-colors",children:[(0,r.jsx)("span",{className:"text-xs text-slate-400 w-6 text-center",children:t+1}),(0,r.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,r.jsx)("h3",{className:"text-sm font-medium text-slate-900 truncate",children:e.title}),(0,r.jsx)("p",{className:"text-xs text-slate-500 truncate",children:e.summary})]}),(0,r.jsx)("span",{className:(0,h.Z)("text-xs px-2 py-0.5 rounded-full text-white",p.lv[e.stage]),children:p.yb[e.stage]}),(0,r.jsx)("span",{className:"text-xs text-slate-400 w-8 text-center",children:p.bi[e.effort]}),(0,r.jsx)(u.Z,{className:"w-4 h-4 text-slate-300 flex-shrink-0"})]},e.id))}):(0,r.jsxs)("div",{className:"p-8 text-center",children:[(0,r.jsx)(c.Z,{className:"w-8 h-8 text-slate-300 mx-auto mb-2"}),(0,r.jsx)("p",{className:"text-sm text-slate-500",children:"No ideas in this epic yet. Add ideas via the API."})]})]}),(0,r.jsxs)("div",{className:"mt-6 text-xs text-slate-400",children:[(0,r.jsxs)("p",{children:["Created: ",new Date(f.created_at).toLocaleString()]}),(0,r.jsxs)("p",{children:["Last updated: ",new Date(f.updated_at).toLocaleString()]})]})]})})}},1259:function(e,t,a){"use strict";a.d(t,{default:function(){return b}});var r=a(7437),s=a(7648),n=a(9376),i=a(5466),l=a(2048),c=a(8896),d=a(8220),o=a(2718),u=a(5621),h=a(8728),x=a(2222),p=a(2023),f=a(1994),m=a(257);let g=[{href:"/",label:"Dashboard",icon:(0,r.jsx)(i.Z,{className:"w-5 h-5"})},{href:"/roadmap",label:"Roadmap",icon:(0,r.jsx)(l.Z,{className:"w-5 h-5"})},{href:"/goals",label:"Goals",icon:(0,r.jsx)(c.Z,{className:"w-5 h-5"})},{href:"/hypotheses",label:"Hypotheses",icon:(0,r.jsx)(d.Z,{className:"w-5 h-5"})},{href:"/social",label:"Social",icon:(0,r.jsx)(o.Z,{className:"w-5 h-5"})},{href:"/sessions",label:"Sessions",icon:(0,r.jsx)(u.Z,{className:"w-5 h-5"})},{href:"/settings",label:"Settings",icon:(0,r.jsx)(h.Z,{className:"w-5 h-5"})}];function b(e){let{children:t}=e,a=(0,n.usePathname)();return(0,r.jsxs)("div",{className:"min-h-screen flex",children:[(0,r.jsxs)("aside",{className:"w-64 bg-slate-900 text-white flex flex-col",children:[(0,r.jsx)("div",{className:"p-4 border-b border-slate-700",children:(0,r.jsxs)(s.default,{href:"/",className:"flex items-center gap-2",children:[(0,r.jsx)("div",{className:"w-10 h-10 bg-emerald-500 rounded-lg flex items-center justify-center",children:(0,r.jsx)(x.Z,{className:"w-6 h-6 text-white"})}),(0,r.jsxs)("div",{children:[(0,r.jsx)("h1",{className:"font-bold text-lg leading-tight",children:"Analyst"}),(0,r.jsx)("p",{className:"text-xs text-slate-400",children:m.env.NEXT_PUBLIC_PRODUCT_NAME||"Business"})]})]})}),(0,r.jsx)("nav",{className:"flex-1 p-4",children:(0,r.jsx)("ul",{className:"space-y-1",children:g.map(e=>{let t="/"===e.href?"/"===a:a.startsWith(e.href);return(0,r.jsx)("li",{children:(0,r.jsxs)(s.default,{href:e.href,className:(0,f.Z)("flex items-center gap-3 px-3 py-2 rounded-lg transition-colors",t?"bg-slate-800 text-white":"text-slate-400 hover:text-white hover:bg-slate-800"),children:[e.icon,(0,r.jsx)("span",{children:e.label})]})},e.href)})})}),(0,r.jsx)("div",{className:"p-4 border-t border-slate-700",children:(0,r.jsxs)("div",{className:"flex items-center gap-2 text-xs text-slate-500",children:[(0,r.jsx)(p.Z,{className:"w-4 h-4"}),(0,r.jsx)("span",{children:"Powered by Claude"})]})})]}),(0,r.jsx)("main",{className:"flex-1 overflow-auto",children:t})]})}},6153:function(e,t,a){"use strict";a.d(t,{G:function(){return l},GK:function(){return _},Gs:function(){return o},Hs:function(){return r},PN:function(){return p},PW:function(){return N},Q_:function(){return f},R$:function(){return j},Vr:function(){return u},Wb:function(){return x},aR:function(){return h},bi:function(){return c},en:function(){return y},i2:function(){return v},kT:function(){return m},l5:function(){return g},lE:function(){return w},lv:function(){return i},pG:function(){return s},rF:function(){return d},tV:function(){return b},tl:function(){return k},xP:function(){return Z},yb:function(){return n}});let r={product:"Product",ux_design:"UX/Design",growth:"Growth",performance:"Performance",tech_debt:"Tech Debt",security:"Security",infrastructure:"Infrastructure",content:"Content",analytics:"Analytics",integration:"Integration"},s={product:"bg-blue-100 text-blue-800",ux_design:"bg-purple-100 text-purple-800",growth:"bg-green-100 text-green-800",performance:"bg-orange-100 text-orange-800",tech_debt:"bg-yellow-100 text-yellow-800",security:"bg-red-100 text-red-800",infrastructure:"bg-gray-100 text-gray-800",content:"bg-pink-100 text-pink-800",analytics:"bg-cyan-100 text-cyan-800",integration:"bg-indigo-100 text-indigo-800"},n={inbox:"Inbox",under_review:"Under Review",approved:"Approved",in_progress:"In Progress",testing:"Testing",shipped:"Shipped",deferred:"Deferred",rejected:"Rejected",rolled_back:"Rolled Back"},i={inbox:"bg-amber-500",under_review:"bg-blue-500",approved:"bg-emerald-500",in_progress:"bg-violet-500",testing:"bg-cyan-500",shipped:"bg-green-500",deferred:"bg-gray-500",rejected:"bg-red-500",rolled_back:"bg-orange-500"},l=["inbox","under_review","approved","in_progress","testing","shipped"],c={xs:"XS",s:"S",m:"M",l:"L",xl:"XL"},d={critical:"Critical",high:"High",medium:"Medium",low:"Low"},o={critical:"bg-red-100 text-red-800 border-red-300",high:"bg-orange-100 text-orange-800 border-orange-300",medium:"bg-yellow-100 text-yellow-800 border-yellow-300",low:"bg-gray-100 text-gray-800 border-gray-300"},u={codebase_analysis:"Codebase Analysis",metrics_review:"Metrics Review",market_research:"Market Research",seo_audit:"SEO Audit",manual:"Manual"},h={pending:"bg-slate-100 text-slate-700",validated:"bg-emerald-100 text-emerald-800",needs_investigation:"bg-amber-100 text-amber-800",inconclusive:"bg-slate-100 text-slate-600",invalidated:"bg-red-100 text-red-800"},x={pending:"Pending",validated:"Validated",needs_investigation:"Needs Investigation",inconclusive:"Inconclusive",invalidated:"Invalidated"},p={ship:"Ship",update:"Update",milestone:"Milestone",digest:"Digest",manual:"Manual",thread:"Thread",insight:"Insight"},f={ship:"bg-green-100 text-green-800",update:"bg-blue-100 text-blue-800",milestone:"bg-amber-100 text-amber-800",digest:"bg-purple-100 text-purple-800",manual:"bg-slate-100 text-slate-800",thread:"bg-indigo-100 text-indigo-800",insight:"bg-cyan-100 text-cyan-800"},m={acquisition:"Acquisition",activation:"Activation",retention:"Retention",revenue:"Revenue",referral:"Referral"},g={acquisition:"bg-blue-100 text-blue-800",activation:"bg-emerald-100 text-emerald-800",retention:"bg-purple-100 text-purple-800",revenue:"bg-amber-100 text-amber-800",referral:"bg-pink-100 text-pink-800"},b={on_track:"On Track",at_risk:"At Risk",behind:"Behind",achieved:"Achieved"},v={on_track:"bg-emerald-100 text-emerald-800 border-emerald-300",at_risk:"bg-amber-100 text-amber-800 border-amber-300",behind:"bg-red-100 text-red-800 border-red-300",achieved:"bg-blue-100 text-blue-800 border-blue-300"},y={manual:"Manual",rest_api:"REST API",posthog:"PostHog",firestore:"Firestore",stripe:"Stripe",whatsapp:"WhatsApp"},j={stated:"Stated",testing:"Testing",validated:"Validated",invalidated:"Invalidated",deferred:"Deferred"},w={stated:"bg-slate-100 text-slate-800 border-slate-300",testing:"bg-amber-100 text-amber-800 border-amber-300",validated:"bg-emerald-100 text-emerald-800 border-emerald-300",invalidated:"bg-red-100 text-red-800 border-red-300",deferred:"bg-slate-100 text-slate-500 border-slate-200"},N={acquisition:"Acquisition",engagement:"Engagement",conversion:"Conversion",monetization:"Monetization"},k={acquisition:"bg-blue-100 text-blue-800",engagement:"bg-purple-100 text-purple-800",conversion:"bg-amber-100 text-amber-800",monetization:"bg-emerald-100 text-emerald-800"},_={planned:"Planned",active:"Active",completed:"Completed",paused:"Paused"},Z={planned:"bg-slate-100 text-slate-700 border-slate-300",active:"bg-blue-100 text-blue-800 border-blue-300",completed:"bg-emerald-100 text-emerald-800 border-emerald-300",paused:"bg-amber-100 text-amber-800 border-amber-300"}},1994:function(e,t,a){"use strict";t.Z=function(){for(var e,t,a=0,r="",s=arguments.length;a<s;a++)(e=arguments[a])&&(t=function e(t){var a,r,s="";if("string"==typeof t||"number"==typeof t)s+=t;else if("object"==typeof t){if(Array.isArray(t)){var n=t.length;for(a=0;a<n;a++)t[a]&&(r=e(t[a]))&&(s&&(s+=" "),s+=r)}else for(r in t)t[r]&&(s&&(s+=" "),s+=r)}return s}(e))&&(r&&(r+=" "),r+=t);return r}}},function(e){e.O(0,[972,971,117,744],function(){return e(e.s=9375)}),_N_E=e.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[674],{337:function(e,t,s){Promise.resolve().then(s.bind(s,4687))},4687:function(e,t,s){"use strict";s.r(t),s.d(t,{default:function(){return Z}});var a=s(7437),r=s(2265),l=s(9397),n=s(7168),i=s(9322),d=s(6399),c=s(4743),o=s(1259),x=s(1047),m=s(2489),h=s(401),u=s(2135),b=s(875),g=s(6362),p=s(2208),f=s(8997),j=s(1178),N=s(2718),w=s(525),v=s(1239),y=s(5675),_=s(8930),k=s(1994),S=s(6153);function C(e){let{draft:t,onPublish:s,onEdit:l,onDiscard:n}=e,[i,d]=(0,r.useState)(!1),[o,C]=(0,r.useState)(t.text),[Z,P]=(0,r.useState)(!1),[E,T]=(0,r.useState)(!1),A=i?o.length:t.text.length,R=A>280,D="draft"===t.status;async function I(){P(!0);try{await s(t.id)}finally{P(!1)}}async function F(){if(!R&&o.trim()){P(!0);try{await l(t.id,o),d(!1)}finally{P(!1)}}}async function L(){P(!0);try{await n(t.id)}finally{P(!1)}}return(0,a.jsxs)("div",{className:(0,k.Z)("border rounded-lg p-4 transition-colors",D?"bg-white border-slate-200":"bg-slate-50 border-slate-100"),children:[(0,a.jsxs)("div",{className:"flex items-center justify-between mb-3",children:[(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsx)("span",{className:(0,k.Z)("text-xs px-2 py-0.5 rounded-full font-medium",S.Q_[t.source]),children:S.PN[t.source]}),t.is_thread&&t.thread_tweets&&(0,a.jsxs)("span",{className:"text-xs px-2 py-0.5 rounded-full font-medium bg-indigo-50 text-indigo-600 border border-indigo-200",children:[t.thread_tweets.length," tweets"]})]}),(0,a.jsxs)("div",{className:"flex items-center gap-3",children:[t.scheduled_date&&(0,a.jsxs)("span",{className:"text-xs text-slate-500 flex items-center gap-1",children:[(0,a.jsx)(x.Z,{className:"w-3 h-3"}),new Date(t.scheduled_date+"T00:00:00").toLocaleDateString("en-US",{weekday:"short",month:"short",day:"numeric"})]}),(0,a.jsx)("span",{className:"text-xs text-slate-400",children:new Date(t.created_at).toLocaleDateString("en-US",{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})})]})]}),i?(0,a.jsxs)("div",{className:"mb-3",children:[(0,a.jsx)("textarea",{value:o,onChange:e=>C(e.target.value),className:"w-full border border-slate-300 rounded-md p-3 text-sm resize-none focus:outline-none focus:ring-2 focus:ring-blue-500",rows:4,maxLength:300}),(0,a.jsxs)("div",{className:"flex items-center justify-between mt-1",children:[(0,a.jsxs)("span",{className:(0,k.Z)("text-xs",R?"text-red-500 font-medium":"text-slate-400"),children:[A,"/280"]}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsxs)("button",{onClick:()=>{d(!1),C(t.text)},className:"text-xs text-slate-500 hover:text-slate-700 flex items-center gap-1",disabled:Z,children:[(0,a.jsx)(m.Z,{className:"w-3 h-3"})," Cancel"]}),(0,a.jsxs)("button",{onClick:F,className:"text-xs text-blue-600 hover:text-blue-800 flex items-center gap-1 disabled:opacity-50",disabled:Z||R||!o.trim(),children:[(0,a.jsx)(h.Z,{className:"w-3 h-3"})," Save"]})]})]})]}):(0,a.jsxs)("div",{className:"mb-3",children:[(0,a.jsx)("p",{className:"text-sm text-slate-800 whitespace-pre-wrap leading-relaxed",children:t.text}),D&&!t.is_thread&&(0,a.jsx)("div",{className:"mt-1",children:(0,a.jsxs)("span",{className:(0,k.Z)("text-xs",A>260?"text-amber-500":"text-slate-400"),children:[A,"/280"]})}),t.is_thread&&t.thread_tweets&&t.thread_tweets.length>1&&(0,a.jsxs)("div",{className:"mt-3",children:[(0,a.jsxs)("button",{onClick:()=>T(!E),className:"text-xs text-indigo-600 hover:text-indigo-800 flex items-center gap-1 transition-colors",children:[E?(0,a.jsx)(u.Z,{className:"w-3 h-3"}):(0,a.jsx)(b.Z,{className:"w-3 h-3"}),E?"Collapse thread":"Show all ".concat(t.thread_tweets.length," tweets")]}),E&&(0,a.jsx)("div",{className:"mt-2 space-y-2 border-l-2 border-indigo-200 pl-3",children:t.thread_tweets.slice(1).map((e,t)=>(0,a.jsxs)("div",{className:"text-sm text-slate-700 whitespace-pre-wrap leading-relaxed",children:[(0,a.jsxs)("span",{className:"text-xs font-medium text-indigo-400 mr-1",children:[t+2,"/"]}),e]},t))})]})]}),"published"===t.status&&t.tweet_url&&(0,a.jsxs)("div",{className:"mb-3 space-y-2",children:[(0,a.jsxs)("a",{href:t.tweet_url,target:"_blank",rel:"noopener noreferrer",className:"text-xs text-blue-500 hover:text-blue-700 flex items-center gap-1",children:[(0,a.jsx)(g.Z,{className:"w-3 h-3"}),"View on X"]}),t.engagement_history&&t.engagement_history.length>0&&(()=>{let e=t.engagement_history[t.engagement_history.length-1],s=100*e.engagement_rate;return(0,a.jsxs)("div",{className:"flex flex-wrap gap-3 text-xs text-slate-500 pt-1",children:[(0,a.jsxs)("span",{className:"flex items-center gap-1",title:"Impressions",children:[(0,a.jsx)(p.Z,{className:"w-3 h-3"}),e.impressions.toLocaleString()]}),(0,a.jsxs)("span",{className:"flex items-center gap-1",title:"Likes",children:[(0,a.jsx)(f.Z,{className:"w-3 h-3"}),e.likes]}),(0,a.jsxs)("span",{className:"flex items-center gap-1",title:"Bookmarks (10x algorithm weight)",children:[(0,a.jsx)(j.Z,{className:"w-3 h-3"}),e.bookmarks]}),(0,a.jsxs)("span",{className:"flex items-center gap-1",title:"Replies",children:[(0,a.jsx)(N.Z,{className:"w-3 h-3"}),e.replies]}),(0,a.jsxs)("span",{className:"flex items-center gap-1",title:"Retweets",children:[(0,a.jsx)(w.Z,{className:"w-3 h-3"}),e.retweets]}),(0,a.jsxs)("span",{className:(0,k.Z)("flex items-center gap-1 font-medium",s>=2?"text-emerald-600":s>=1?"text-amber-600":"text-red-500"),title:"Engagement rate",children:[(0,a.jsx)(v.Z,{className:"w-3 h-3"}),s.toFixed(2),"%"]})]})})(),t.self_reply_id&&(0,a.jsxs)("span",{className:"text-xs text-emerald-600 flex items-center gap-1",children:[(0,a.jsx)(v.Z,{className:"w-3 h-3"}),"Algorithm boost active (self-reply)"]})]}),D&&!i&&(0,a.jsxs)("div",{className:"flex items-center gap-2 pt-3 border-t border-slate-100",children:[(0,a.jsxs)("button",{onClick:I,className:"flex items-center gap-1.5 px-3 py-1.5 bg-slate-900 text-white text-xs rounded-md hover:bg-slate-800 disabled:opacity-50 transition-colors",disabled:Z,children:[(0,a.jsx)(c.Z,{className:"w-3 h-3"}),Z?"Publishing...":"Publish"]}),(0,a.jsxs)("button",{onClick:()=>d(!0),className:"flex items-center gap-1.5 px-3 py-1.5 border border-slate-200 text-slate-600 text-xs rounded-md hover:bg-slate-50 disabled:opacity-50 transition-colors",disabled:Z,children:[(0,a.jsx)(y.Z,{className:"w-3 h-3"}),"Edit"]}),(0,a.jsxs)("button",{onClick:L,className:"flex items-center gap-1.5 px-3 py-1.5 text-red-500 text-xs rounded-md hover:bg-red-50 disabled:opacity-50 transition-colors ml-auto",disabled:Z,children:[(0,a.jsx)(_.Z,{className:"w-3 h-3"}),"Discard"]})]})]})}function Z(){var e;let[t,s]=(0,r.useState)(null),[x,m]=(0,r.useState)(!0),[h,u]=(0,r.useState)(null),[b,g]=(0,r.useState)(!1),[p,f]=(0,r.useState)(""),[j,N]=(0,r.useState)(!1),w=(0,r.useCallback)(async()=>{try{let e=await fetch("/api/social"),t=await e.json();t.success?(s(t.data),u(null)):u(t.error||"Failed to load social data")}catch(e){u("Failed to connect to server")}finally{m(!1)}},[]);async function v(e){let t=await fetch("/api/social/".concat(e,"/publish"),{method:"POST"}),s=await t.json();if(!s.success){alert(s.error||"Failed to publish");return}await w()}async function y(e,t){let s=await fetch("/api/social/".concat(e),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({text:t})}),a=await s.json();if(!a.success){alert(a.error||"Failed to update");return}await w()}async function _(e){let t=await fetch("/api/social/".concat(e),{method:"DELETE"}),s=await t.json();if(!s.success){alert(s.error||"Failed to discard");return}await w()}async function k(){if(p.trim()&&!(p.length>280)){N(!0);try{let e=await fetch("/api/social",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({text:p})}),t=await e.json();t.success?(f(""),g(!1),await w()):alert(t.error||"Failed to create draft")}finally{N(!1)}}}(0,r.useEffect)(()=>{w()},[w]);let S=(null==t?void 0:t.drafts.filter(e=>"draft"===e.status))||[],Z=(null==t?void 0:t.drafts.filter(e=>"published"===e.status).sort((e,t)=>(t.published_at||"").localeCompare(e.published_at||"")))||[];return(0,a.jsx)(o.default,{children:(0,a.jsxs)("div",{className:"p-6 max-w-3xl mx-auto",children:[(0,a.jsxs)("div",{className:"flex items-center justify-between mb-6",children:[(0,a.jsxs)("div",{children:[(0,a.jsx)("h1",{className:"text-2xl font-bold text-slate-900",children:"Social Media"}),(0,a.jsx)("p",{className:"text-sm text-slate-500 mt-1",children:"Review and publish tweet drafts for your build-in-public journey."})]}),(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsxs)("button",{onClick:()=>g(!0),className:"flex items-center gap-1.5 px-3 py-2 bg-slate-900 text-white text-sm rounded-lg hover:bg-slate-800 transition-colors",children:[(0,a.jsx)(l.Z,{className:"w-4 h-4"}),"New Draft"]}),(0,a.jsx)("button",{onClick:()=>{m(!0),w()},className:"p-2 text-slate-400 hover:text-slate-600 transition-colors",title:"Refresh",children:(0,a.jsx)(n.Z,{className:"w-4 h-4 ".concat(x?"animate-spin":"")})})]})]}),t&&!t.metrics.credentials_valid&&(0,a.jsxs)("div",{className:"mb-6 p-4 bg-amber-50 border border-amber-200 rounded-lg flex items-start gap-3",children:[(0,a.jsx)(i.Z,{className:"w-5 h-5 text-amber-500 mt-0.5 flex-shrink-0"}),(0,a.jsxs)("div",{children:[(0,a.jsx)("p",{className:"text-sm font-medium text-amber-800",children:"X/Twitter not connected"}),(0,a.jsxs)("p",{className:"text-xs text-amber-600 mt-1",children:["Add X_API_KEY, X_API_SECRET, X_ACCESS_TOKEN, and X_ACCESS_SECRET to your .env file, then run the ",(0,a.jsx)("code",{className:"bg-amber-100 px-1 rounded",children:"social-setup-x"})," task."]})]})]}),t&&t.metrics.credentials_valid&&(0,a.jsxs)("div",{className:"mb-6 grid grid-cols-4 gap-4",children:[(0,a.jsxs)("div",{className:"bg-white border border-slate-200 rounded-lg p-3 text-center",children:[(0,a.jsx)("p",{className:"text-xs text-slate-500",children:"Account"}),(0,a.jsx)("p",{className:"text-sm font-medium text-slate-900 mt-1",children:t.metrics.username||"—"})]}),(0,a.jsxs)("div",{className:"bg-white border border-slate-200 rounded-lg p-3 text-center",children:[(0,a.jsx)("p",{className:"text-xs text-slate-500",children:"Followers"}),(0,a.jsx)("p",{className:"text-sm font-medium text-slate-900 mt-1",children:null!==(e=t.metrics.followers_count)&&void 0!==e?e:"—"})]}),(0,a.jsxs)("div",{className:"bg-white border border-slate-200 rounded-lg p-3 text-center",children:[(0,a.jsxs)("p",{className:"text-xs text-slate-500 flex items-center justify-center gap-1",children:[(0,a.jsx)(d.Z,{className:"w-3 h-3"})," Streak"]}),(0,a.jsxs)("p",{className:"text-sm font-medium text-slate-900 mt-1",children:[t.metrics.post_streak_days," day",1!==t.metrics.post_streak_days?"s":""]})]}),(0,a.jsxs)("div",{className:"bg-white border border-slate-200 rounded-lg p-3 text-center",children:[(0,a.jsx)("p",{className:"text-xs text-slate-500",children:"Total Posts"}),(0,a.jsx)("p",{className:"text-sm font-medium text-slate-900 mt-1",children:t.metrics.total_posts})]})]}),b&&(0,a.jsxs)("div",{className:"mb-6 bg-white border border-slate-200 rounded-lg p-4",children:[(0,a.jsx)("h3",{className:"text-sm font-medium text-slate-900 mb-2",children:"Compose Tweet"}),(0,a.jsx)("textarea",{value:p,onChange:e=>f(e.target.value),className:"w-full border border-slate-300 rounded-md p-3 text-sm resize-none focus:outline-none focus:ring-2 focus:ring-blue-500",rows:4,placeholder:"What's happening with your product?",maxLength:300,autoFocus:!0}),(0,a.jsxs)("div",{className:"flex items-center justify-between mt-2",children:[(0,a.jsxs)("span",{className:"text-xs ".concat(p.length>280?"text-red-500 font-medium":"text-slate-400"),children:[p.length,"/280"]}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)("button",{onClick:()=>{g(!1),f("")},className:"px-3 py-1.5 text-sm text-slate-500 hover:text-slate-700",children:"Cancel"}),(0,a.jsxs)("button",{onClick:k,className:"flex items-center gap-1.5 px-3 py-1.5 bg-slate-900 text-white text-sm rounded-md hover:bg-slate-800 disabled:opacity-50 transition-colors",disabled:j||!p.trim()||p.length>280,children:[(0,a.jsx)(c.Z,{className:"w-3 h-3"}),"Save Draft"]})]})]})]}),x&&!t&&(0,a.jsxs)("div",{className:"text-center py-12",children:[(0,a.jsx)(n.Z,{className:"w-6 h-6 animate-spin text-slate-400 mx-auto"}),(0,a.jsx)("p",{className:"text-sm text-slate-500 mt-2",children:"Loading drafts..."})]}),h&&(0,a.jsx)("div",{className:"text-center py-12",children:(0,a.jsx)("p",{className:"text-sm text-red-500",children:h})}),t&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("div",{className:"mb-4",children:(0,a.jsxs)("h2",{className:"text-lg font-semibold text-slate-900",children:["Drafts (",S.length,")"]})}),0===S.length?(0,a.jsx)("div",{className:"text-center py-8 bg-slate-50 rounded-lg border border-dashed border-slate-200",children:(0,a.jsx)("p",{className:"text-sm text-slate-500",children:"No pending drafts. The heartbeat will generate drafts as you ship features and hit milestones."})}):(0,a.jsx)("div",{className:"space-y-3 mb-8",children:S.map(e=>(0,a.jsx)(C,{draft:e,onPublish:v,onEdit:y,onDiscard:_},e.id))}),Z.length>0&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("div",{className:"mb-4 mt-8",children:(0,a.jsxs)("h2",{className:"text-lg font-semibold text-slate-900",children:["Published (",Z.length,")"]})}),(0,a.jsx)("div",{className:"space-y-3",children:Z.map(e=>(0,a.jsx)(C,{draft:e,onPublish:v,onEdit:y,onDiscard:_},e.id))})]})]})]})})}},1259:function(e,t,s){"use strict";s.d(t,{default:function(){return f}});var a=s(7437),r=s(7648),l=s(9376),n=s(5466),i=s(2048),d=s(8896),c=s(8220),o=s(2718),x=s(5621),m=s(8728),h=s(2222),u=s(2023),b=s(1994),g=s(257);let p=[{href:"/",label:"Dashboard",icon:(0,a.jsx)(n.Z,{className:"w-5 h-5"})},{href:"/roadmap",label:"Roadmap",icon:(0,a.jsx)(i.Z,{className:"w-5 h-5"})},{href:"/goals",label:"Goals",icon:(0,a.jsx)(d.Z,{className:"w-5 h-5"})},{href:"/hypotheses",label:"Hypotheses",icon:(0,a.jsx)(c.Z,{className:"w-5 h-5"})},{href:"/social",label:"Social",icon:(0,a.jsx)(o.Z,{className:"w-5 h-5"})},{href:"/sessions",label:"Sessions",icon:(0,a.jsx)(x.Z,{className:"w-5 h-5"})},{href:"/settings",label:"Settings",icon:(0,a.jsx)(m.Z,{className:"w-5 h-5"})}];function f(e){let{children:t}=e,s=(0,l.usePathname)();return(0,a.jsxs)("div",{className:"min-h-screen flex",children:[(0,a.jsxs)("aside",{className:"w-64 bg-slate-900 text-white flex flex-col",children:[(0,a.jsx)("div",{className:"p-4 border-b border-slate-700",children:(0,a.jsxs)(r.default,{href:"/",className:"flex items-center gap-2",children:[(0,a.jsx)("div",{className:"w-10 h-10 bg-emerald-500 rounded-lg flex items-center justify-center",children:(0,a.jsx)(h.Z,{className:"w-6 h-6 text-white"})}),(0,a.jsxs)("div",{children:[(0,a.jsx)("h1",{className:"font-bold text-lg leading-tight",children:"Analyst"}),(0,a.jsx)("p",{className:"text-xs text-slate-400",children:g.env.NEXT_PUBLIC_PRODUCT_NAME||"Business"})]})]})}),(0,a.jsx)("nav",{className:"flex-1 p-4",children:(0,a.jsx)("ul",{className:"space-y-1",children:p.map(e=>{let t="/"===e.href?"/"===s:s.startsWith(e.href);return(0,a.jsx)("li",{children:(0,a.jsxs)(r.default,{href:e.href,className:(0,b.Z)("flex items-center gap-3 px-3 py-2 rounded-lg transition-colors",t?"bg-slate-800 text-white":"text-slate-400 hover:text-white hover:bg-slate-800"),children:[e.icon,(0,a.jsx)("span",{children:e.label})]})},e.href)})})}),(0,a.jsx)("div",{className:"p-4 border-t border-slate-700",children:(0,a.jsxs)("div",{className:"flex items-center gap-2 text-xs text-slate-500",children:[(0,a.jsx)(u.Z,{className:"w-4 h-4"}),(0,a.jsx)("span",{children:"Powered by Claude"})]})})]}),(0,a.jsx)("main",{className:"flex-1 overflow-auto",children:t})]})}},6153:function(e,t,s){"use strict";s.d(t,{G:function(){return i},GK:function(){return k},Gs:function(){return o},Hs:function(){return a},PN:function(){return u},PW:function(){return y},Q_:function(){return b},R$:function(){return w},Vr:function(){return x},Wb:function(){return h},aR:function(){return m},bi:function(){return d},en:function(){return N},i2:function(){return j},kT:function(){return g},l5:function(){return p},lE:function(){return v},lv:function(){return n},pG:function(){return r},rF:function(){return c},tV:function(){return f},tl:function(){return _},xP:function(){return S},yb:function(){return l}});let a={product:"Product",ux_design:"UX/Design",growth:"Growth",performance:"Performance",tech_debt:"Tech Debt",security:"Security",infrastructure:"Infrastructure",content:"Content",analytics:"Analytics",integration:"Integration"},r={product:"bg-blue-100 text-blue-800",ux_design:"bg-purple-100 text-purple-800",growth:"bg-green-100 text-green-800",performance:"bg-orange-100 text-orange-800",tech_debt:"bg-yellow-100 text-yellow-800",security:"bg-red-100 text-red-800",infrastructure:"bg-gray-100 text-gray-800",content:"bg-pink-100 text-pink-800",analytics:"bg-cyan-100 text-cyan-800",integration:"bg-indigo-100 text-indigo-800"},l={inbox:"Inbox",under_review:"Under Review",approved:"Approved",in_progress:"In Progress",testing:"Testing",shipped:"Shipped",deferred:"Deferred",rejected:"Rejected",rolled_back:"Rolled Back"},n={inbox:"bg-amber-500",under_review:"bg-blue-500",approved:"bg-emerald-500",in_progress:"bg-violet-500",testing:"bg-cyan-500",shipped:"bg-green-500",deferred:"bg-gray-500",rejected:"bg-red-500",rolled_back:"bg-orange-500"},i=["inbox","under_review","approved","in_progress","testing","shipped"],d={xs:"XS",s:"S",m:"M",l:"L",xl:"XL"},c={critical:"Critical",high:"High",medium:"Medium",low:"Low"},o={critical:"bg-red-100 text-red-800 border-red-300",high:"bg-orange-100 text-orange-800 border-orange-300",medium:"bg-yellow-100 text-yellow-800 border-yellow-300",low:"bg-gray-100 text-gray-800 border-gray-300"},x={codebase_analysis:"Codebase Analysis",metrics_review:"Metrics Review",market_research:"Market Research",seo_audit:"SEO Audit",manual:"Manual"},m={pending:"bg-slate-100 text-slate-700",validated:"bg-emerald-100 text-emerald-800",needs_investigation:"bg-amber-100 text-amber-800",inconclusive:"bg-slate-100 text-slate-600",invalidated:"bg-red-100 text-red-800"},h={pending:"Pending",validated:"Validated",needs_investigation:"Needs Investigation",inconclusive:"Inconclusive",invalidated:"Invalidated"},u={ship:"Ship",update:"Update",milestone:"Milestone",digest:"Digest",manual:"Manual",thread:"Thread",insight:"Insight"},b={ship:"bg-green-100 text-green-800",update:"bg-blue-100 text-blue-800",milestone:"bg-amber-100 text-amber-800",digest:"bg-purple-100 text-purple-800",manual:"bg-slate-100 text-slate-800",thread:"bg-indigo-100 text-indigo-800",insight:"bg-cyan-100 text-cyan-800"},g={acquisition:"Acquisition",activation:"Activation",retention:"Retention",revenue:"Revenue",referral:"Referral"},p={acquisition:"bg-blue-100 text-blue-800",activation:"bg-emerald-100 text-emerald-800",retention:"bg-purple-100 text-purple-800",revenue:"bg-amber-100 text-amber-800",referral:"bg-pink-100 text-pink-800"},f={on_track:"On Track",at_risk:"At Risk",behind:"Behind",achieved:"Achieved"},j={on_track:"bg-emerald-100 text-emerald-800 border-emerald-300",at_risk:"bg-amber-100 text-amber-800 border-amber-300",behind:"bg-red-100 text-red-800 border-red-300",achieved:"bg-blue-100 text-blue-800 border-blue-300"},N={manual:"Manual",rest_api:"REST API",posthog:"PostHog",firestore:"Firestore",stripe:"Stripe",whatsapp:"WhatsApp"},w={stated:"Stated",testing:"Testing",validated:"Validated",invalidated:"Invalidated",deferred:"Deferred"},v={stated:"bg-slate-100 text-slate-800 border-slate-300",testing:"bg-amber-100 text-amber-800 border-amber-300",validated:"bg-emerald-100 text-emerald-800 border-emerald-300",invalidated:"bg-red-100 text-red-800 border-red-300",deferred:"bg-slate-100 text-slate-500 border-slate-200"},y={acquisition:"Acquisition",engagement:"Engagement",conversion:"Conversion",monetization:"Monetization"},_={acquisition:"bg-blue-100 text-blue-800",engagement:"bg-purple-100 text-purple-800",conversion:"bg-amber-100 text-amber-800",monetization:"bg-emerald-100 text-emerald-800"},k={planned:"Planned",active:"Active",completed:"Completed",paused:"Paused"},S={planned:"bg-slate-100 text-slate-700 border-slate-300",active:"bg-blue-100 text-blue-800 border-blue-300",completed:"bg-emerald-100 text-emerald-800 border-emerald-300",paused:"bg-amber-100 text-amber-800 border-amber-300"}}},function(e){e.O(0,[972,429,971,117,744],function(){return e(e.s=337)}),_N_E=e.O()}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[940],{1554:function(e,t,s){Promise.resolve().then(s.bind(s,9525))},9205:function(e,t,s){"use strict";s.d(t,{Z:function(){return c}});var a=s(2265);let r=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),n=function(){for(var e=arguments.length,t=Array(e),s=0;s<e;s++)t[s]=arguments[s];return t.filter((e,t,s)=>!!e&&s.indexOf(e)===t).join(" ")};var l={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let i=(0,a.forwardRef)((e,t)=>{let{color:s="currentColor",size:r=24,strokeWidth:i=2,absoluteStrokeWidth:c,className:d="",children:o,iconNode:m,...h}=e;return(0,a.createElement)("svg",{ref:t,...l,width:r,height:r,stroke:s,strokeWidth:c?24*Number(i)/Number(r):i,className:n("lucide",d),...h},[...m.map(e=>{let[t,s]=e;return(0,a.createElement)(t,s)}),...Array.isArray(o)?o:[o]])}),c=(e,t)=>{let s=(0,a.forwardRef)((s,l)=>{let{className:c,...d}=s;return(0,a.createElement)(i,{ref:l,iconNode:t,className:n("lucide-".concat(r(e)),c),...d})});return s.displayName="".concat(e),s}},2660:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]])},1047:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]])},401:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]])},8867:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]])},2735:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]])},8736:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("FileText",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]])},2023:function(e,t,s){"use strict";s.d(t,{Z:function(){return a}});let a=(0,s(9205).Z)("Sparkles",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]])},7648:function(e,t,s){"use strict";s.d(t,{default:function(){return r.a}});var a=s(2972),r=s.n(a)},9376:function(e,t,s){"use strict";var a=s(5475);s.o(a,"usePathname")&&s.d(t,{usePathname:function(){return a.usePathname}}),s.o(a,"useRouter")&&s.d(t,{useRouter:function(){return a.useRouter}})},9525:function(e,t,s){"use strict";s.r(t),s.d(t,{default:function(){return u}});var a=s(7437),r=s(2265),n=s(2660),l=s(1047),i=s(2023),c=s(8736),d=s(401),o=s(8867),m=s(2735),h=s(7648),x=s(9376);function u(){let e=(0,x.useRouter)(),[t,s]=(0,r.useState)(!1),[u,p]=(0,r.useState)("last_30"),[g,j]=(0,r.useState)(!0),[f,b]=(0,r.useState)(null),[y,w]=(0,r.useState)(!1),[N,v]=(0,r.useState)(null),k=async()=>{s(!0),v(null);try{let e=await fetch("/api/investor-updates/generate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({dateRange:u,includeAI:g})});if(!e.ok){let t=(await e.json()).error||"Failed to generate update";console.error("API error:",t),v(t);return}let t=await e.json();b(t)}catch(e){console.error("Error generating update:",e),v(e instanceof Error?e.message:"Network error. Please try again.")}finally{s(!1)}},Z=async()=>{f&&(await navigator.clipboard.writeText(f.markdown),w(!0),setTimeout(()=>w(!1),2e3))};return(0,a.jsxs)("div",{className:"min-h-screen bg-slate-50",children:[(0,a.jsx)("div",{className:"bg-white border-b border-slate-200 px-6 py-4",children:(0,a.jsx)("div",{className:"max-w-7xl mx-auto flex items-center justify-between",children:(0,a.jsxs)("div",{className:"flex items-center gap-4",children:[(0,a.jsx)(h.default,{href:"/updates",className:"text-slate-600 hover:text-slate-900 transition-colors",children:(0,a.jsx)(n.Z,{className:"w-5 h-5"})}),(0,a.jsxs)("div",{children:[(0,a.jsx)("h1",{className:"text-xl font-bold text-slate-900",children:"Generate Investor Update"}),(0,a.jsx)("p",{className:"text-sm text-slate-500",children:"Create a compelling monthly update with AI narrative"})]})]})})}),(0,a.jsx)("div",{className:"max-w-7xl mx-auto p-6",children:(0,a.jsxs)("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:[(0,a.jsxs)("div",{className:"bg-white rounded-lg border border-slate-200 p-6",children:[(0,a.jsx)("h2",{className:"text-lg font-semibold text-slate-900 mb-4",children:"Configuration"}),(0,a.jsxs)("div",{className:"mb-6",children:[(0,a.jsxs)("label",{className:"block text-sm font-medium text-slate-700 mb-2",children:[(0,a.jsx)(l.Z,{className:"w-4 h-4 inline mr-1"}),"Time Period"]}),(0,a.jsxs)("div",{className:"space-y-2",children:[(0,a.jsxs)("label",{className:"flex items-center gap-2 cursor-pointer",children:[(0,a.jsx)("input",{type:"radio",name:"dateRange",value:"last_30",checked:"last_30"===u,onChange:e=>p(e.target.value),className:"w-4 h-4 text-emerald-600"}),(0,a.jsx)("span",{className:"text-sm text-slate-700",children:"Last 30 Days (Monthly)"})]}),(0,a.jsxs)("label",{className:"flex items-center gap-2 cursor-pointer",children:[(0,a.jsx)("input",{type:"radio",name:"dateRange",value:"last_90",checked:"last_90"===u,onChange:e=>p(e.target.value),className:"w-4 h-4 text-emerald-600"}),(0,a.jsx)("span",{className:"text-sm text-slate-700",children:"Last 90 Days (Quarterly)"})]}),(0,a.jsxs)("label",{className:"flex items-center gap-2 cursor-pointer opacity-50",children:[(0,a.jsx)("input",{type:"radio",name:"dateRange",value:"custom",disabled:!0,className:"w-4 h-4 text-emerald-600"}),(0,a.jsx)("span",{className:"text-sm text-slate-700",children:"Custom Range (Coming Soon)"})]})]})]}),(0,a.jsxs)("div",{className:"mb-6",children:[(0,a.jsxs)("label",{className:"flex items-center gap-2 cursor-pointer",children:[(0,a.jsx)("input",{type:"checkbox",checked:g,onChange:e=>j(e.target.checked),className:"w-4 h-4 text-emerald-600 rounded"}),(0,a.jsx)(i.Z,{className:"w-4 h-4 text-emerald-500"}),(0,a.jsx)("span",{className:"text-sm font-medium text-slate-700",children:"Include AI Narrative (Recommended)"})]}),(0,a.jsx)("p",{className:"text-xs text-slate-500 ml-6 mt-1",children:"Generates executive summary, strategic context, and asks rationale"})]}),N&&(0,a.jsxs)("div",{className:"mb-4 p-4 bg-red-50 border border-red-200 rounded-lg",children:[(0,a.jsx)("p",{className:"text-sm text-red-700 font-medium",children:"Error"}),(0,a.jsx)("p",{className:"text-xs text-red-600 mt-1",children:N})]}),(0,a.jsx)("button",{onClick:k,disabled:t,className:"w-full flex items-center justify-center gap-2 px-4 py-3 bg-emerald-600 text-white rounded-lg hover:bg-emerald-700 transition-colors disabled:bg-slate-300 disabled:cursor-not-allowed",children:t?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("div",{className:"w-4 h-4 border-2 border-white border-t-transparent rounded-full animate-spin"}),(0,a.jsx)("span",{children:"Generating..."})]}):(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(i.Z,{className:"w-4 h-4"}),(0,a.jsx)("span",{children:"Generate Update"})]})}),(0,a.jsxs)("div",{className:"mt-6 p-4 bg-blue-50 border border-blue-200 rounded-lg",children:[(0,a.jsx)("h3",{className:"text-sm font-semibold text-blue-900 mb-2",children:"What's included:"}),(0,a.jsxs)("ul",{className:"text-xs text-blue-700 space-y-1",children:[(0,a.jsx)("li",{children:"• Completed epics and shipped features"}),(0,a.jsx)("li",{children:"• Goal metrics with month-over-month growth"}),(0,a.jsx)("li",{children:"• Upcoming roadmap with strategic priorities"}),(0,a.jsx)("li",{children:"• Strategic insights from MEMORY.md"}),(0,a.jsx)("li",{children:"• AI-generated narrative (if enabled)"})]})]})]}),(0,a.jsxs)("div",{className:"bg-white rounded-lg border border-slate-200 p-6",children:[(0,a.jsx)("h2",{className:"text-lg font-semibold text-slate-900 mb-4",children:"Preview"}),f?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("div",{className:"flex items-center gap-2 mb-4",children:[(0,a.jsx)("button",{onClick:Z,className:"flex items-center gap-1 px-3 py-2 text-sm bg-slate-100 hover:bg-slate-200 rounded-lg transition-colors",children:y?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(d.Z,{className:"w-4 h-4 text-emerald-600"}),(0,a.jsx)("span",{children:"Copied!"})]}):(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(o.Z,{className:"w-4 h-4"}),(0,a.jsx)("span",{children:"Copy Markdown"})]})}),(0,a.jsxs)("button",{onClick:()=>{if(!f)return;let e=new Blob([f.markdown],{type:"text/markdown"}),t=URL.createObjectURL(e),s=document.createElement("a");s.href=t,s.download="investor-update-".concat(new Date().toISOString().split("T")[0],".md"),s.click(),URL.revokeObjectURL(t)},className:"flex items-center gap-1 px-3 py-2 text-sm bg-slate-100 hover:bg-slate-200 rounded-lg transition-colors",children:[(0,a.jsx)(m.Z,{className:"w-4 h-4"}),(0,a.jsx)("span",{children:"Download"})]}),(0,a.jsxs)("button",{onClick:()=>{f&&e.push("/updates/".concat(f.id))},className:"flex items-center gap-1 px-3 py-2 text-sm bg-emerald-600 text-white hover:bg-emerald-700 rounded-lg transition-colors ml-auto",children:[(0,a.jsx)(c.Z,{className:"w-4 h-4"}),(0,a.jsx)("span",{children:"View Details"})]})]}),(0,a.jsx)("div",{className:"prose prose-sm max-w-none overflow-auto max-h-[600px] p-4 bg-slate-50 rounded-lg border border-slate-200",children:(0,a.jsx)("pre",{className:"whitespace-pre-wrap text-xs font-mono",children:f.markdown})})]}):(0,a.jsxs)("div",{className:"flex flex-col items-center justify-center h-64 text-center",children:[(0,a.jsx)(c.Z,{className:"w-12 h-12 text-slate-300 mb-4"}),(0,a.jsxs)("p",{className:"text-sm text-slate-500",children:["Configure your update and click Generate",(0,a.jsx)("br",{}),"to see a preview here"]})]})]})]})})]})}}},function(e){e.O(0,[972,971,117,744],function(){return e(e.s=1554)}),_N_E=e.O()}]);