@taskmark/ui 0.2.6 → 0.3.1

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 (320) hide show
  1. package/README.md +16 -1
  2. package/app/board/page.tsx +3 -272
  3. package/app/globals.css +25 -0
  4. package/app/layout.tsx +15 -5
  5. package/app/page.tsx +14 -14
  6. package/app/setup/actions.ts +4 -4
  7. package/app/setup/page.tsx +9 -4
  8. package/bin/lib/resolve-board.mjs +1 -4
  9. package/bin/taskmark.js +15 -2
  10. package/components/board/app-bar.tsx +3 -0
  11. package/components/board/board-screen.tsx +229 -0
  12. package/components/board/changelog-panel.tsx +26 -0
  13. package/components/board/epic-list.tsx +4 -2
  14. package/components/board/list-view-switcher.tsx +7 -3
  15. package/components/board/markdown-content.tsx +21 -1
  16. package/components/board/mermaid-diagram.tsx +88 -0
  17. package/components/board/metric-stat-card.tsx +4 -4
  18. package/components/board/overall-tree-list.tsx +467 -0
  19. package/components/board/overall-work-items-list.tsx +6 -2
  20. package/components/board/points-heatmap.tsx +183 -0
  21. package/components/board/project-status-metrics-strip.tsx +5 -22
  22. package/components/board/static-board-app.tsx +29 -94
  23. package/components/board/status-badge.tsx +8 -0
  24. package/components/board/story-list.tsx +3 -1
  25. package/components/board/task-list.tsx +5 -1
  26. package/components/board/work-item-detail-body.tsx +123 -8
  27. package/components/board/work-items-list.tsx +2 -0
  28. package/components/theme-provider.tsx +39 -0
  29. package/components/theme-toggle.tsx +27 -0
  30. package/components/ui/sonner.tsx +2 -2
  31. package/dist/prod-next/BUILD_ID +1 -1
  32. package/dist/prod-next/app-path-routes-manifest.json +2 -2
  33. package/dist/prod-next/build-manifest.json +6 -6
  34. package/dist/prod-next/prerender-manifest.json +3 -27
  35. package/dist/prod-next/react-loadable-manifest.json +392 -2
  36. package/dist/prod-next/server/app/_global-error/page.js +2 -2
  37. package/dist/prod-next/server/app/_global-error/page.js.nft.json +1 -1
  38. package/dist/prod-next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  39. package/dist/prod-next/server/app/_global-error.html +1 -1
  40. package/dist/prod-next/server/app/_global-error.rsc +1 -1
  41. package/dist/prod-next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  42. package/dist/prod-next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  43. package/dist/prod-next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  44. package/dist/prod-next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  45. package/dist/prod-next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  46. package/dist/prod-next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  47. package/dist/prod-next/server/app/_not-found/page.js +2 -2
  48. package/dist/prod-next/server/app/_not-found/page.js.nft.json +1 -1
  49. package/dist/prod-next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  50. package/dist/prod-next/server/app/_not-found.html +1 -1
  51. package/dist/prod-next/server/app/_not-found.rsc +19 -17
  52. package/dist/prod-next/server/app/_not-found.segments/_full.segment.rsc +19 -17
  53. package/dist/prod-next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  54. package/dist/prod-next/server/app/_not-found.segments/_index.segment.rsc +8 -6
  55. package/dist/prod-next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  56. package/dist/prod-next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  57. package/dist/prod-next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  58. package/dist/prod-next/server/app/api/taskmark-reload/route.js +1 -1
  59. package/dist/prod-next/server/app/api/taskmark-reload/route.js.nft.json +1 -1
  60. package/dist/prod-next/server/app/board/page.js +2 -50
  61. package/dist/prod-next/server/app/board/page.js.nft.json +1 -1
  62. package/dist/prod-next/server/app/board/page_client-reference-manifest.js +1 -1
  63. package/dist/prod-next/server/app/favicon.ico/route.js +1 -1
  64. package/dist/prod-next/server/app/favicon.ico/route.js.nft.json +1 -1
  65. package/dist/prod-next/server/app/page.js +2 -2
  66. package/dist/prod-next/server/app/page.js.nft.json +1 -1
  67. package/dist/prod-next/server/app/page_client-reference-manifest.js +1 -1
  68. package/dist/prod-next/server/app/setup/page.js +2 -2
  69. package/dist/prod-next/server/app/setup/page.js.nft.json +1 -1
  70. package/dist/prod-next/server/app/setup/page_client-reference-manifest.js +1 -1
  71. package/dist/prod-next/server/app-paths-manifest.json +2 -2
  72. package/dist/prod-next/server/chunks/102.js +90 -0
  73. package/dist/prod-next/server/chunks/11.js +1 -0
  74. package/dist/prod-next/server/chunks/1286.js +1 -0
  75. package/dist/prod-next/server/chunks/1412.js +38 -0
  76. package/dist/prod-next/server/chunks/1605.js +1 -0
  77. package/dist/prod-next/server/chunks/169.js +1 -0
  78. package/dist/prod-next/server/chunks/18.js +86 -0
  79. package/dist/prod-next/server/chunks/2.js +1 -0
  80. package/dist/prod-next/server/chunks/2022.js +1 -0
  81. package/dist/prod-next/server/chunks/2156.js +1 -0
  82. package/dist/prod-next/server/chunks/2157.js +1 -0
  83. package/dist/prod-next/server/chunks/2325.js +82 -0
  84. package/dist/prod-next/server/chunks/2838.js +1 -0
  85. package/dist/prod-next/server/chunks/2897.js +79 -0
  86. package/dist/prod-next/server/chunks/3227.js +1 -0
  87. package/dist/prod-next/server/chunks/3266.js +1 -0
  88. package/dist/prod-next/server/chunks/3307.js +49 -0
  89. package/dist/prod-next/server/chunks/3387.js +19 -0
  90. package/dist/prod-next/server/chunks/3428.js +32 -0
  91. package/dist/prod-next/server/chunks/3479.js +1 -0
  92. package/dist/prod-next/server/chunks/367.js +115 -0
  93. package/dist/prod-next/server/chunks/3698.js +93 -0
  94. package/dist/prod-next/server/chunks/3709.js +148 -0
  95. package/dist/prod-next/server/chunks/41.js +1 -0
  96. package/dist/prod-next/server/chunks/4107.js +62 -0
  97. package/dist/prod-next/server/chunks/4569.js +34 -0
  98. package/dist/prod-next/server/chunks/{741.js → 4741.js} +1 -1
  99. package/dist/prod-next/server/chunks/4755.js +153 -0
  100. package/dist/prod-next/server/chunks/487.js +1 -0
  101. package/dist/prod-next/server/chunks/5002.js +1 -0
  102. package/dist/prod-next/server/chunks/5112.js +1 -0
  103. package/dist/prod-next/server/chunks/5289.js +8 -0
  104. package/dist/prod-next/server/chunks/5318.js +1 -0
  105. package/dist/prod-next/server/chunks/5452.js +23 -0
  106. package/dist/prod-next/server/chunks/5453.js +1 -0
  107. package/dist/prod-next/server/chunks/5749.js +27 -0
  108. package/dist/prod-next/server/chunks/5782.js +36 -0
  109. package/dist/prod-next/server/chunks/6163.js +104 -0
  110. package/dist/prod-next/server/chunks/6169.js +64 -0
  111. package/dist/prod-next/server/chunks/6208.js +172 -0
  112. package/dist/prod-next/server/chunks/6399.js +24 -0
  113. package/dist/prod-next/server/chunks/6496.js +1 -0
  114. package/dist/prod-next/server/chunks/6823.js +215 -0
  115. package/dist/prod-next/server/chunks/6888.js +1 -0
  116. package/dist/prod-next/server/chunks/6980.js +1 -0
  117. package/dist/prod-next/server/chunks/7245.js +77 -0
  118. package/dist/prod-next/server/chunks/7307.js +1 -0
  119. package/dist/prod-next/server/chunks/7372.js +287 -0
  120. package/dist/prod-next/server/chunks/7384.js +226 -0
  121. package/dist/prod-next/server/chunks/7516.js +1 -0
  122. package/dist/prod-next/server/chunks/7531.js +24 -0
  123. package/dist/prod-next/server/chunks/7591.js +1 -0
  124. package/dist/prod-next/server/chunks/7755.js +138 -0
  125. package/dist/prod-next/server/chunks/7916.js +1 -0
  126. package/dist/prod-next/server/chunks/8078.js +94 -0
  127. package/dist/prod-next/server/chunks/8253.js +41 -0
  128. package/dist/prod-next/server/chunks/8635.js +1 -0
  129. package/dist/prod-next/server/chunks/8688.js +1 -0
  130. package/dist/prod-next/server/chunks/8872.js +1 -0
  131. package/dist/prod-next/server/chunks/9006.js +1 -0
  132. package/dist/prod-next/server/chunks/9018.js +1 -0
  133. package/dist/prod-next/server/chunks/9047.js +1 -0
  134. package/dist/prod-next/server/chunks/9108.js +1 -0
  135. package/dist/prod-next/server/chunks/9280.js +256 -0
  136. package/dist/prod-next/server/chunks/9419.js +1 -0
  137. package/dist/prod-next/server/chunks/9430.js +1 -0
  138. package/dist/prod-next/server/chunks/9586.js +1 -0
  139. package/dist/prod-next/server/chunks/9775.js +1 -0
  140. package/dist/prod-next/server/chunks/992.js +1 -0
  141. package/dist/prod-next/server/chunks/9926.js +1 -0
  142. package/dist/prod-next/server/chunks/9984.js +8 -0
  143. package/dist/prod-next/server/middleware-build-manifest.js +1 -1
  144. package/dist/prod-next/server/middleware-react-loadable-manifest.js +1 -1
  145. package/dist/prod-next/server/pages/404.html +1 -1
  146. package/dist/prod-next/server/pages/500.html +1 -1
  147. package/dist/prod-next/server/server-reference-manifest.js +1 -1
  148. package/dist/prod-next/server/server-reference-manifest.json +1 -1
  149. package/dist/prod-next/server/webpack-runtime.js +1 -1
  150. package/dist/prod-next/static/chunks/1213.e5c6e70a79b5f7e6.js +24 -0
  151. package/dist/prod-next/static/chunks/1519.2f596e5f5af9ef57.js +62 -0
  152. package/dist/prod-next/static/chunks/1759-f5b8fb456f8fb420.js +1 -0
  153. package/dist/prod-next/static/chunks/1974.885c9a133b86d8a4.js +32 -0
  154. package/dist/prod-next/static/chunks/2280.6a7f540787704698.js +1 -0
  155. package/dist/prod-next/static/chunks/2521.7f745f50d30076e7.js +77 -0
  156. package/dist/prod-next/static/chunks/2585.4d6aa847c780c666.js +1 -0
  157. package/dist/prod-next/static/chunks/2589.1aad68c09021b1ac.js +1 -0
  158. package/dist/prod-next/static/chunks/2600.45ba17a0f756fc31.js +1 -0
  159. package/dist/prod-next/static/chunks/2619.9aac8983f30c7c8a.js +1 -0
  160. package/dist/prod-next/static/chunks/26d302b2.9f6383e42abdfe16.js +122 -0
  161. package/dist/prod-next/static/chunks/2768.305914f7900745b6.js +1 -0
  162. package/dist/prod-next/static/chunks/2931.c2acdbf72808b646.js +41 -0
  163. package/dist/prod-next/static/chunks/3012-838f69b72a0dc1b3.js +1 -0
  164. package/dist/prod-next/static/chunks/3016.406e568aa95ff867.js +1 -0
  165. package/dist/prod-next/static/chunks/3022.972047558a20553a.js +172 -0
  166. package/dist/prod-next/static/chunks/3064.3a2a1e7cd4fdca5f.js +1 -0
  167. package/dist/prod-next/static/chunks/3174.03fbed7b7d7a8256.js +1 -0
  168. package/dist/prod-next/static/chunks/3189.b048866768087750.js +1 -0
  169. package/dist/prod-next/static/chunks/3217.1a053843c58b70b5.js +24 -0
  170. package/dist/prod-next/static/chunks/3308.30b95d524f9c1daf.js +74 -0
  171. package/dist/prod-next/static/chunks/331.fc5d78e1e91daf43.js +1 -0
  172. package/dist/prod-next/static/chunks/3510.5d4d1c79533e080c.js +1 -0
  173. package/dist/prod-next/static/chunks/364.ce5400a9dd70b9dc.js +1 -0
  174. package/dist/prod-next/static/chunks/3661-1f08d73aaffb011d.js +1 -0
  175. package/dist/prod-next/static/chunks/370.57cfa27da8567918.js +1 -0
  176. package/dist/prod-next/static/chunks/3789.c418b69121761983.js +1 -0
  177. package/dist/prod-next/static/chunks/3794-c66b3d8325973459.js +32 -0
  178. package/dist/prod-next/static/chunks/3831.25ae62d10dccc27a.js +1 -0
  179. package/dist/prod-next/static/chunks/395.b41e9d76613d37b5.js +90 -0
  180. package/dist/prod-next/static/chunks/3a7aa434.93dbd20997cfd24f.js +82 -0
  181. package/dist/prod-next/static/chunks/4020.3cc19c463c49f969.js +23 -0
  182. package/dist/prod-next/static/chunks/4035.0acc428926d5c8dd.js +1 -0
  183. package/dist/prod-next/static/chunks/405.0902e4f6eb7bd9a2.js +215 -0
  184. package/dist/prod-next/static/chunks/4159.49ae537ff687bdc6.js +138 -0
  185. package/dist/prod-next/static/chunks/4208.384b381ca2757643.js +287 -0
  186. package/dist/prod-next/static/chunks/4263.ffa8d9bd8a0faaae.js +1 -0
  187. package/dist/prod-next/static/chunks/4561.d1a3aaca8bae3224.js +34 -0
  188. package/dist/prod-next/static/chunks/4592.d0f37bc216b9d988.js +93 -0
  189. package/dist/prod-next/static/chunks/4799.0dc7aa21bff2fd2a.js +1 -0
  190. package/dist/prod-next/static/chunks/4bd1b696-e356ca5ba0218e27.js +1 -0
  191. package/dist/prod-next/static/chunks/514.b804c51b26f5e126.js +1 -0
  192. package/dist/prod-next/static/chunks/5270.28592864d38e881c.js +1 -0
  193. package/dist/prod-next/static/chunks/52733464.3870f99cc446f9ff.js +1 -0
  194. package/dist/prod-next/static/chunks/5354.b559c717a607dc5c.js +1 -0
  195. package/dist/prod-next/static/chunks/5448.d3972d9fb464b54f.js +38 -0
  196. package/dist/prod-next/static/chunks/587.d52737d7288c11b4.js +1 -0
  197. package/dist/prod-next/static/chunks/5909.9e37f7b495b11995.js +115 -0
  198. package/dist/prod-next/static/chunks/5949.5504b3545fcc3d34.js +104 -0
  199. package/dist/prod-next/static/chunks/6322-4e97920c006f7933.js +1 -0
  200. package/dist/prod-next/static/chunks/6361.893d04ac34fa1b49.js +148 -0
  201. package/dist/prod-next/static/chunks/6774.8cd53427dbf32cac.js +86 -0
  202. package/dist/prod-next/static/chunks/6968.b80277c724dbc96e.js +1 -0
  203. package/dist/prod-next/static/chunks/7113.4b9e7ea870aa300a.js +8 -0
  204. package/dist/prod-next/static/chunks/7236.55a9728d35f5b8a6.js +1 -0
  205. package/dist/prod-next/static/chunks/7390.dde9b5bc2f6e24b8.js +1 -0
  206. package/dist/prod-next/static/chunks/7806.a903780fcfa3a30e.js +1 -0
  207. package/dist/prod-next/static/chunks/7997.be57e92e583fe635.js +1 -0
  208. package/dist/prod-next/static/chunks/8216.64a72d4d35ea7be0.js +1 -0
  209. package/dist/prod-next/static/chunks/830.5d5274d7ad1cb58e.js +1 -0
  210. package/dist/prod-next/static/chunks/8378.fa91de3406f554c9.js +226 -0
  211. package/dist/prod-next/static/chunks/8501.cd06aa1b0c7e1c6a.js +79 -0
  212. package/dist/prod-next/static/chunks/8663.6ec5792fb4952e45.js +27 -0
  213. package/dist/prod-next/static/chunks/872.96937e758ddce860.js +1 -0
  214. package/dist/prod-next/static/chunks/8803.75bde095fe3613f5.js +1 -0
  215. package/dist/prod-next/static/chunks/8863.72f5dbb820a0e4c3.js +1 -0
  216. package/dist/prod-next/static/chunks/90542734.f7a7b2972ef5a749.js +1 -0
  217. package/dist/prod-next/static/chunks/9379.5bc9c9343ec5a16c.js +64 -0
  218. package/dist/prod-next/static/chunks/9389.906fe7aa9cd6a170.js +1 -0
  219. package/dist/prod-next/static/chunks/9472.8818ee52cfa931a4.js +94 -0
  220. package/dist/prod-next/static/chunks/966.d6babbf8119162cc.js +1 -0
  221. package/dist/prod-next/static/chunks/9884.d4ac1a961b3366f1.js +36 -0
  222. package/dist/prod-next/static/chunks/9909.67cf9940b125243b.js +1 -0
  223. package/dist/prod-next/static/chunks/app/_global-error/page-8be5492b3b872a4c.js +1 -0
  224. package/dist/prod-next/static/chunks/app/_not-found/page-799e445a538b0024.js +1 -0
  225. package/dist/prod-next/static/chunks/app/api/taskmark-reload/route-8be5492b3b872a4c.js +1 -0
  226. package/dist/prod-next/static/chunks/app/board/page-5c181f45738daf1c.js +1 -0
  227. package/dist/prod-next/static/chunks/app/layout-21782e6d13a6f275.js +1 -0
  228. package/dist/prod-next/static/chunks/app/page-51bfe4356fe233e3.js +1 -0
  229. package/dist/prod-next/static/chunks/app/setup/page-3ccfba00c10f9b17.js +1 -0
  230. package/dist/prod-next/static/chunks/d3ac728e.7964f816a1ca64e5.js +1 -0
  231. package/dist/prod-next/static/chunks/e413bedd.3a12a8cb02e28fdf.js +153 -0
  232. package/dist/prod-next/static/chunks/ea233666.f00b64a7d99b4950.js +62 -0
  233. package/dist/prod-next/static/chunks/framework-711ef29bc66f648c.js +1 -0
  234. package/dist/prod-next/static/chunks/main-app-dd26d4f9d120646e.js +1 -0
  235. package/dist/prod-next/static/chunks/{main-bb33c46a9c25dee8.js → main-df4bcaed74f274eb.js} +2 -2
  236. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/app-error-8be5492b3b872a4c.js +1 -0
  237. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/forbidden-8be5492b3b872a4c.js +1 -0
  238. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/global-error-45a0cf77e03361ed.js +1 -0
  239. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/not-found-8be5492b3b872a4c.js +1 -0
  240. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/unauthorized-8be5492b3b872a4c.js +1 -0
  241. package/dist/prod-next/static/chunks/webpack-713747aaa9716c4c.js +1 -0
  242. package/dist/prod-next/static/css/cb78d4b0062d9a3f.css +1 -0
  243. package/dist/public/taskmark-snapshot.json +1 -1
  244. package/lib/taskmark/board-index.ts +101 -0
  245. package/lib/taskmark/build-snapshot.ts +28 -7
  246. package/lib/taskmark/derive-parents.test.ts +23 -0
  247. package/lib/taskmark/derive-parents.ts +323 -0
  248. package/lib/taskmark/detail-load.ts +55 -7
  249. package/lib/taskmark/detail-types.ts +10 -2
  250. package/lib/taskmark/dev-reload-token.ts +1 -1
  251. package/lib/taskmark/discover.ts +4 -7
  252. package/lib/taskmark/epic-types.ts +2 -1
  253. package/lib/taskmark/flat-work-item-types.ts +1 -4
  254. package/lib/taskmark/identity.ts +3 -3
  255. package/lib/taskmark/item-types.ts +2 -1
  256. package/lib/taskmark/list-filters.test.ts +23 -0
  257. package/lib/taskmark/list-filters.ts +7 -2
  258. package/lib/taskmark/list-view-mode.test.ts +45 -0
  259. package/lib/taskmark/list-view-mode.ts +20 -9
  260. package/lib/taskmark/load-changelog.test.ts +32 -0
  261. package/lib/taskmark/load-changelog.ts +18 -0
  262. package/lib/taskmark/overall-tree.test.ts +196 -0
  263. package/lib/taskmark/overall-tree.ts +194 -0
  264. package/lib/taskmark/parse-detail.ts +5 -5
  265. package/lib/taskmark/parse-epics.ts +19 -16
  266. package/lib/taskmark/parse-flat-lists.ts +32 -28
  267. package/lib/taskmark/parse-items.ts +47 -9
  268. package/lib/taskmark/parse-stories.ts +18 -15
  269. package/lib/taskmark/points-calendar.test.ts +72 -0
  270. package/lib/taskmark/points-calendar.ts +86 -0
  271. package/lib/taskmark/project-metrics.ts +11 -7
  272. package/lib/taskmark/snapshot-types.ts +2 -0
  273. package/lib/taskmark/story-types.ts +2 -1
  274. package/lib/taskmark/table-sort.ts +4 -3
  275. package/lib/taskmark/timing.ts +29 -18
  276. package/lib/taskmark/validate.ts +1 -1
  277. package/lib/theme-cookie.test.ts +27 -0
  278. package/lib/theme-cookie.ts +43 -0
  279. package/package.json +3 -1
  280. package/public/taskmark-snapshot.json +1 -1
  281. package/scripts/build-static.mjs +61 -3
  282. package/dist/prod-next/server/app/setup.html +0 -1
  283. package/dist/prod-next/server/app/setup.meta +0 -17
  284. package/dist/prod-next/server/app/setup.rsc +0 -22
  285. package/dist/prod-next/server/app/setup.segments/_full.segment.rsc +0 -22
  286. package/dist/prod-next/server/app/setup.segments/_head.segment.rsc +0 -6
  287. package/dist/prod-next/server/app/setup.segments/_index.segment.rsc +0 -8
  288. package/dist/prod-next/server/app/setup.segments/_tree.segment.rsc +0 -5
  289. package/dist/prod-next/server/app/setup.segments/setup/__PAGE__.segment.rsc +0 -6
  290. package/dist/prod-next/server/app/setup.segments/setup.segment.rsc +0 -5
  291. package/dist/prod-next/server/chunks/318.js +0 -1
  292. package/dist/prod-next/server/chunks/490.js +0 -8
  293. package/dist/prod-next/server/chunks/57.js +0 -19
  294. package/dist/prod-next/server/chunks/616.js +0 -1
  295. package/dist/prod-next/server/chunks/708.js +0 -1
  296. package/dist/prod-next/server/chunks/724.js +0 -1
  297. package/dist/prod-next/static/chunks/4bd1b696-deb4a0a1da1923b0.js +0 -1
  298. package/dist/prod-next/static/chunks/51.e9139a9ea6eb36b9.js +0 -1
  299. package/dist/prod-next/static/chunks/613-6f794154d28bb75a.js +0 -1
  300. package/dist/prod-next/static/chunks/669-8103441c67b185da.js +0 -1
  301. package/dist/prod-next/static/chunks/701-df3ee5f1cf837b1a.js +0 -1
  302. package/dist/prod-next/static/chunks/794-25668765560cb197.js +0 -32
  303. package/dist/prod-next/static/chunks/app/_global-error/page-d34451c04262dd7d.js +0 -1
  304. package/dist/prod-next/static/chunks/app/_not-found/page-0b3785af737e7968.js +0 -1
  305. package/dist/prod-next/static/chunks/app/api/taskmark-reload/route-d34451c04262dd7d.js +0 -1
  306. package/dist/prod-next/static/chunks/app/board/page-cd1d9be0c0127225.js +0 -1
  307. package/dist/prod-next/static/chunks/app/layout-856e8a282e69e7d0.js +0 -1
  308. package/dist/prod-next/static/chunks/app/page-d34451c04262dd7d.js +0 -1
  309. package/dist/prod-next/static/chunks/app/setup/page-c3003359e8becc84.js +0 -1
  310. package/dist/prod-next/static/chunks/framework-b29f9083d3cda3b2.js +0 -1
  311. package/dist/prod-next/static/chunks/main-app-bfb36455d24b3e5a.js +0 -1
  312. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/app-error-d34451c04262dd7d.js +0 -1
  313. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/forbidden-d34451c04262dd7d.js +0 -1
  314. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/global-error-dc53ab29e0491fe4.js +0 -1
  315. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/not-found-d34451c04262dd7d.js +0 -1
  316. package/dist/prod-next/static/chunks/next/dist/client/components/builtin/unauthorized-d34451c04262dd7d.js +0 -1
  317. package/dist/prod-next/static/chunks/webpack-bfe8992962004e2b.js +0 -1
  318. package/dist/prod-next/static/css/2e6ec4c80894e3c0.css +0 -1
  319. /package/dist/prod-next/static/{sAWr5ATVuqk6Wqs18kAWs → EI1zQaa_kQ7DqUSE4o3Qo}/_buildManifest.js +0 -0
  320. /package/dist/prod-next/static/{sAWr5ATVuqk6Wqs18kAWs → EI1zQaa_kQ7DqUSE4o3Qo}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/setup/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"10223":{"*":{"id":"66623","name":"*","chunks":[],"async":false}},"13530":{"*":{"id":"7858","name":"*","chunks":[],"async":false}},"16327":{"*":{"id":"20388","name":"*","chunks":[],"async":false}},"24581":{"*":{"id":"6017","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"29326":{"*":{"id":"52428","name":"*","chunks":[],"async":false}},"49676":{"*":{"id":"67031","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"64791":{"*":{"id":"11117","name":"*","chunks":[],"async":false}},"67095":{"*":{"id":"78091","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"10549","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"82050":{"*":{"id":"18052","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89411":{"*":{"id":"76311","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"93986":{"*":{"id":"87329","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/board-dev-reloader.tsx":{"id":10223,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Archivo_Black\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":\"400\",\"variable\":\"--font-head\",\"display\":\"swap\"}],\"variableName\":\"archivoBlack\"}":{"id":96019,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Space_Grotesk\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"spaceGrotesk\"}":{"id":18276,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/app/globals.css":{"id":66872,"name":"*","chunks":["613","static/chunks/613-6f794154d28bb75a.js","177","static/chunks/app/layout-856e8a282e69e7d0.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/setup/setup-wizard.tsx":{"id":93986,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","620","static/chunks/app/setup/page-c3003359e8becc84.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","620","static/chunks/app/setup/page-c3003359e8becc84.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["701","static/chunks/701-df3ee5f1cf837b1a.js","620","static/chunks/app/setup/page-c3003359e8becc84.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/app-bar.tsx":{"id":13530,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/epic-list.tsx":{"id":82050,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/list-view-switcher.tsx":{"id":67095,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/overall-work-items-list.tsx":{"id":64791,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/project-contributors-panel.tsx":{"id":24581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/static-board-app.tsx":{"id":49676,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/task-list.tsx":{"id":29326,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/work-item-sheet.tsx":{"id":16327,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/work-items-list.tsx":{"id":89411,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/lucide-react/dist/esm/Icon.mjs":{"id":71265,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/menda0/Projects/taskmark/taskmark-frontend/":[],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/layout":[{"inlined":false,"path":"static/css/c593627ceef17a4b.css"},{"inlined":false,"path":"static/css/2e6ec4c80894e3c0.css"}],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/page":[],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/setup/page":[]},"rscModuleMapping":{"10223":{"*":{"id":"52929","name":"*","chunks":[],"async":false}},"13530":{"*":{"id":"17771","name":"*","chunks":[],"async":false}},"16327":{"*":{"id":"15377","name":"*","chunks":[],"async":false}},"24581":{"*":{"id":"77155","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"29326":{"*":{"id":"77970","name":"*","chunks":[],"async":false}},"49676":{"*":{"id":"23235","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"64791":{"*":{"id":"8531","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"67095":{"*":{"id":"11938","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"47613","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"82050":{"*":{"id":"80286","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89411":{"*":{"id":"56483","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"93986":{"*":{"id":"9588","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/setup/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"4147":{"*":{"id":"11784","name":"*","chunks":[],"async":false}},"4839":{"*":{"id":"11616","name":"*","chunks":[],"async":false}},"10223":{"*":{"id":"66623","name":"*","chunks":[],"async":false}},"23199":{"*":{"id":"81025","name":"*","chunks":[],"async":false}},"24581":{"*":{"id":"6017","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"36661":{"*":{"id":"80555","name":"*","chunks":[],"async":false}},"42593":{"*":{"id":"90929","name":"*","chunks":[],"async":false}},"45959":{"*":{"id":"53778","name":"*","chunks":[],"async":false}},"50009":{"*":{"id":"88382","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"99703","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"67095":{"*":{"id":"28330","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"10549","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"77699":{"*":{"id":"86266","name":"*","chunks":[],"async":false}},"78449":{"*":{"id":"81391","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"2116","name":"*","chunks":[],"async":false}},"98764":{"*":{"id":"35675","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/app/globals.css":{"id":66872,"name":"*","chunks":["3661","static/chunks/3661-1f08d73aaffb011d.js","7177","static/chunks/app/layout-21782e6d13a6f275.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/board-dev-reloader.tsx":{"id":10223,"name":"*","chunks":["3661","static/chunks/3661-1f08d73aaffb011d.js","7177","static/chunks/app/layout-21782e6d13a6f275.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/theme-provider.tsx":{"id":98764,"name":"*","chunks":["3661","static/chunks/3661-1f08d73aaffb011d.js","7177","static/chunks/app/layout-21782e6d13a6f275.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/ui/sonner.tsx":{"id":61549,"name":"*","chunks":["3661","static/chunks/3661-1f08d73aaffb011d.js","7177","static/chunks/app/layout-21782e6d13a6f275.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/script.js":{"id":42593,"name":"*","chunks":["3661","static/chunks/3661-1f08d73aaffb011d.js","7177","static/chunks/app/layout-21782e6d13a6f275.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/script.js":{"id":42593,"name":"*","chunks":["3661","static/chunks/3661-1f08d73aaffb011d.js","7177","static/chunks/app/layout-21782e6d13a6f275.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Archivo_Black\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":\"400\",\"variable\":\"--font-head\",\"display\":\"swap\"}],\"variableName\":\"archivoBlack\"}":{"id":96019,"name":"*","chunks":["3661","static/chunks/3661-1f08d73aaffb011d.js","7177","static/chunks/app/layout-21782e6d13a6f275.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Space_Grotesk\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-sans\",\"display\":\"swap\"}],\"variableName\":\"spaceGrotesk\"}":{"id":18276,"name":"*","chunks":["3661","static/chunks/3661-1f08d73aaffb011d.js","7177","static/chunks/app/layout-21782e6d13a6f275.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/app-bar.tsx":{"id":77699,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/changelog-panel.tsx":{"id":78449,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/list-view-switcher.tsx":{"id":67095,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/overall-tree-list.tsx":{"id":4839,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/points-heatmap.tsx":{"id":23199,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/project-contributors-panel.tsx":{"id":24581,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/static-board-app.tsx":{"id":50009,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/work-item-sheet.tsx":{"id":45959,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/board/work-items-list.tsx":{"id":4147,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/lucide-react/dist/esm/Icon.mjs":{"id":71265,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","3012","static/chunks/3012-838f69b72a0dc1b3.js","1759","static/chunks/1759-f5b8fb456f8fb420.js","8974","static/chunks/app/page-51bfe4356fe233e3.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/components/setup/setup-wizard.tsx":{"id":36661,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","620","static/chunks/app/setup/page-3ccfba00c10f9b17.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","620","static/chunks/app/setup/page-3ccfba00c10f9b17.js"],"async":false},"/Users/menda0/Projects/taskmark/taskmark-frontend/node_modules/next/dist/esm/client/app-dir/link.js":{"id":98500,"name":"*","chunks":["6322","static/chunks/6322-4e97920c006f7933.js","620","static/chunks/app/setup/page-3ccfba00c10f9b17.js"],"async":false}},"entryCSSFiles":{"/Users/menda0/Projects/taskmark/taskmark-frontend/":[],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/layout":[{"inlined":false,"path":"static/css/cb78d4b0062d9a3f.css"},{"inlined":false,"path":"static/css/c593627ceef17a4b.css"}],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/page":[],"/Users/menda0/Projects/taskmark/taskmark-frontend/app/setup/page":[]},"rscModuleMapping":{"4147":{"*":{"id":"56483","name":"*","chunks":[],"async":false}},"4839":{"*":{"id":"51951","name":"*","chunks":[],"async":false}},"10223":{"*":{"id":"52929","name":"*","chunks":[],"async":false}},"23199":{"*":{"id":"50038","name":"*","chunks":[],"async":false}},"24581":{"*":{"id":"77155","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"36661":{"*":{"id":"9588","name":"*","chunks":[],"async":false}},"42593":{"*":{"id":"33071","name":"*","chunks":[],"async":false}},"45959":{"*":{"id":"15377","name":"*","chunks":[],"async":false}},"50009":{"*":{"id":"23235","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61549":{"*":{"id":"85561","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"67095":{"*":{"id":"11938","name":"*","chunks":[],"async":false}},"71265":{"*":{"id":"47613","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"77699":{"*":{"id":"17771","name":"*","chunks":[],"async":false}},"78449":{"*":{"id":"18689","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"98500":{"*":{"id":"23318","name":"*","chunks":[],"async":false}},"98764":{"*":{"id":"9796","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -3,7 +3,7 @@
3
3
  "/_global-error/page": "app/_global-error/page.js",
4
4
  "/favicon.ico/route": "app/favicon.ico/route.js",
5
5
  "/api/taskmark-reload/route": "app/api/taskmark-reload/route.js",
6
+ "/board/page": "app/board/page.js",
6
7
  "/page": "app/page.js",
7
- "/setup/page": "app/setup/page.js",
8
- "/board/page": "app/board/page.js"
8
+ "/setup/page": "app/setup/page.js"
9
9
  }
@@ -0,0 +1,90 @@
1
+ "use strict";exports.id=102,exports.ids=[102],exports.modules={10102:(a,b,c)=>{c.d(b,{diagram:()=>u});var d=c(30917),e=c(17822),f=c(51467);c(48514),c(50396),c(38847),c(45037),c(69579),c(30492),c(29179),c(34950);var g=c(12644),h=c(58715),i=c(95097);let j=new Uint8Array(16),k=[];for(let a=0;a<256;++a)k.push((a+256).toString(16).slice(1));var l=c(67821),m=c(61255),n=c(30089),o=function(){var a=(0,i.K)(function(a,b,c,d){for(c=c||{},d=a.length;d--;c[a[d]]=b);return c},"o"),b=[1,4],c=[1,13],d=[1,12],e=[1,15],f=[1,16],g=[1,20],h=[1,19],j=[6,7,8],k=[1,26],l=[1,24],m=[1,25],n=[6,7,11],o=[1,6,13,15,16,19,22],p=[1,33],q=[1,34],r=[1,6,7,11,13,15,16,19,22],s={trace:(0,i.K)(function(){},"trace"),yy:{},symbols_:{error:2,start:3,mindMap:4,spaceLines:5,SPACELINE:6,NL:7,MINDMAP:8,document:9,stop:10,EOF:11,statement:12,SPACELIST:13,node:14,ICON:15,CLASS:16,nodeWithId:17,nodeWithoutId:18,NODE_DSTART:19,NODE_DESCR:20,NODE_DEND:21,NODE_ID:22,$accept:0,$end:1},terminals_:{2:"error",6:"SPACELINE",7:"NL",8:"MINDMAP",11:"EOF",13:"SPACELIST",15:"ICON",16:"CLASS",19:"NODE_DSTART",20:"NODE_DESCR",21:"NODE_DEND",22:"NODE_ID"},productions_:[0,[3,1],[3,2],[5,1],[5,2],[5,2],[4,2],[4,3],[10,1],[10,1],[10,1],[10,2],[10,2],[9,3],[9,2],[12,2],[12,2],[12,2],[12,1],[12,1],[12,1],[12,1],[12,1],[14,1],[14,1],[18,3],[17,1],[17,4]],performAction:(0,i.K)(function(a,b,c,d,e,f,g){var h=f.length-1;switch(e){case 6:case 7:return d;case 8:d.getLogger().trace("Stop NL ");break;case 9:d.getLogger().trace("Stop EOF ");break;case 11:d.getLogger().trace("Stop NL2 ");break;case 12:d.getLogger().trace("Stop EOF2 ");break;case 15:d.getLogger().info("Node: ",f[h].id),d.addNode(f[h-1].length,f[h].id,f[h].descr,f[h].type);break;case 16:d.getLogger().trace("Icon: ",f[h]),d.decorateNode({icon:f[h]});break;case 17:case 21:d.decorateNode({class:f[h]});break;case 18:d.getLogger().trace("SPACELIST");break;case 19:d.getLogger().trace("Node: ",f[h].id),d.addNode(0,f[h].id,f[h].descr,f[h].type);break;case 20:d.decorateNode({icon:f[h]});break;case 25:d.getLogger().trace("node found ..",f[h-2]),this.$={id:f[h-1],descr:f[h-1],type:d.getType(f[h-2],f[h])};break;case 26:this.$={id:f[h],descr:f[h],type:d.nodeType.DEFAULT};break;case 27:d.getLogger().trace("node found ..",f[h-3]),this.$={id:f[h-3],descr:f[h-1],type:d.getType(f[h-2],f[h])}}},"anonymous"),table:[{3:1,4:2,5:3,6:[1,5],8:b},{1:[3]},{1:[2,1]},{4:6,6:[1,7],7:[1,8],8:b},{6:c,7:[1,10],9:9,12:11,13:d,14:14,15:e,16:f,17:17,18:18,19:g,22:h},a(j,[2,3]),{1:[2,2]},a(j,[2,4]),a(j,[2,5]),{1:[2,6],6:c,12:21,13:d,14:14,15:e,16:f,17:17,18:18,19:g,22:h},{6:c,9:22,12:11,13:d,14:14,15:e,16:f,17:17,18:18,19:g,22:h},{6:k,7:l,10:23,11:m},a(n,[2,22],{17:17,18:18,14:27,15:[1,28],16:[1,29],19:g,22:h}),a(n,[2,18]),a(n,[2,19]),a(n,[2,20]),a(n,[2,21]),a(n,[2,23]),a(n,[2,24]),a(n,[2,26],{19:[1,30]}),{20:[1,31]},{6:k,7:l,10:32,11:m},{1:[2,7],6:c,12:21,13:d,14:14,15:e,16:f,17:17,18:18,19:g,22:h},a(o,[2,14],{7:p,11:q}),a(r,[2,8]),a(r,[2,9]),a(r,[2,10]),a(n,[2,15]),a(n,[2,16]),a(n,[2,17]),{20:[1,35]},{21:[1,36]},a(o,[2,13],{7:p,11:q}),a(r,[2,11]),a(r,[2,12]),{21:[1,37]},a(n,[2,25]),a(n,[2,27])],defaultActions:{2:[2,1],6:[2,2]},parseError:(0,i.K)(function(a,b){if(b.recoverable)this.trace(a);else{var c=Error(a);throw c.hash=b,c}},"parseError"),parse:(0,i.K)(function(a){var b=this,c=[0],d=[],e=[null],f=[],g=this.table,h="",j=0,k=0,l=0,m=f.slice.call(arguments,1),n=Object.create(this.lexer),o={};for(var p in this.yy)Object.prototype.hasOwnProperty.call(this.yy,p)&&(o[p]=this.yy[p]);n.setInput(a,o),o.lexer=n,o.parser=this,void 0===n.yylloc&&(n.yylloc={});var q=n.yylloc;f.push(q);var r=n.options&&n.options.ranges;function s(){var a;return"number"!=typeof(a=d.pop()||n.lex()||1)&&(a instanceof Array&&(a=(d=a).pop()),a=b.symbols_[a]||a),a}"function"==typeof o.parseError?this.parseError=o.parseError:this.parseError=Object.getPrototypeOf(this).parseError,(0,i.K)(function(a){c.length=c.length-2*a,e.length=e.length-a,f.length=f.length-a},"popStack"),(0,i.K)(s,"lex");for(var t,u,v,w,x,y,z,A,B,C={};;){if(v=c[c.length-1],this.defaultActions[v]?w=this.defaultActions[v]:(null==t&&(t=s()),w=g[v]&&g[v][t]),void 0===w||!w.length||!w[0]){var D="";for(y in B=[],g[v])this.terminals_[y]&&y>2&&B.push("'"+this.terminals_[y]+"'");D=n.showPosition?"Parse error on line "+(j+1)+":\n"+n.showPosition()+"\nExpecting "+B.join(", ")+", got '"+(this.terminals_[t]||t)+"'":"Parse error on line "+(j+1)+": Unexpected "+(1==t?"end of input":"'"+(this.terminals_[t]||t)+"'"),this.parseError(D,{text:n.match,token:this.terminals_[t]||t,line:n.yylineno,loc:q,expected:B})}if(w[0]instanceof Array&&w.length>1)throw Error("Parse Error: multiple actions possible at state: "+v+", token: "+t);switch(w[0]){case 1:c.push(t),e.push(n.yytext),f.push(n.yylloc),c.push(w[1]),t=null,u?(t=u,u=null):(k=n.yyleng,h=n.yytext,j=n.yylineno,q=n.yylloc,l>0&&l--);break;case 2:if(z=this.productions_[w[1]][1],C.$=e[e.length-z],C._$={first_line:f[f.length-(z||1)].first_line,last_line:f[f.length-1].last_line,first_column:f[f.length-(z||1)].first_column,last_column:f[f.length-1].last_column},r&&(C._$.range=[f[f.length-(z||1)].range[0],f[f.length-1].range[1]]),void 0!==(x=this.performAction.apply(C,[h,k,j,o,w[1],e,f].concat(m))))return x;z&&(c=c.slice(0,-1*z*2),e=e.slice(0,-1*z),f=f.slice(0,-1*z)),c.push(this.productions_[w[1]][0]),e.push(C.$),f.push(C._$),A=g[c[c.length-2]][c[c.length-1]],c.push(A);break;case 3:return!0}}return!0},"parse")};function t(){this.yy={}}return s.lexer={EOF:1,parseError:(0,i.K)(function(a,b){if(this.yy.parser)this.yy.parser.parseError(a,b);else throw Error(a)},"parseError"),setInput:(0,i.K)(function(a,b){return this.yy=b||this.yy||{},this._input=a,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:(0,i.K)(function(){var a=this._input[0];return this.yytext+=a,this.yyleng++,this.offset++,this.match+=a,this.matched+=a,a.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),a},"input"),unput:(0,i.K)(function(a){var b=a.length,c=a.split(/(?:\r\n?|\n)/g);this._input=a+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-b),this.offset-=b;var d=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),c.length-1&&(this.yylineno-=c.length-1);var e=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:c?(c.length===d.length?this.yylloc.first_column:0)+d[d.length-c.length].length-c[0].length:this.yylloc.first_column-b},this.options.ranges&&(this.yylloc.range=[e[0],e[0]+this.yyleng-b]),this.yyleng=this.yytext.length,this},"unput"),more:(0,i.K)(function(){return this._more=!0,this},"more"),reject:(0,i.K)(function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"reject"),less:(0,i.K)(function(a){this.unput(this.match.slice(a))},"less"),pastInput:(0,i.K)(function(){var a=this.matched.substr(0,this.matched.length-this.match.length);return(a.length>20?"...":"")+a.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:(0,i.K)(function(){var a=this.match;return a.length<20&&(a+=this._input.substr(0,20-a.length)),(a.substr(0,20)+(a.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:(0,i.K)(function(){var a=this.pastInput(),b=Array(a.length+1).join("-");return a+this.upcomingInput()+"\n"+b+"^"},"showPosition"),test_match:(0,i.K)(function(a,b){var c,d,e;if(this.options.backtrack_lexer&&(e={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(e.yylloc.range=this.yylloc.range.slice(0))),(d=a[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=d.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:d?d[d.length-1].length-d[d.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+a[0].length},this.yytext+=a[0],this.match+=a[0],this.matches=a,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(a[0].length),this.matched+=a[0],c=this.performAction.call(this,this.yy,this,b,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),c)return c;if(this._backtrack)for(var f in e)this[f]=e[f];return!1},"test_match"),next:(0,i.K)(function(){if(this.done)return this.EOF;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var a,b,c,d,e=this._currentRules(),f=0;f<e.length;f++)if((c=this._input.match(this.rules[e[f]]))&&(!b||c[0].length>b[0].length)){if(b=c,d=f,this.options.backtrack_lexer){if(!1!==(a=this.test_match(c,e[f])))return a;if(!this._backtrack)return!1;b=!1;continue}if(!this.options.flex)break}return b?!1!==(a=this.test_match(b,e[d]))&&a:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:(0,i.K)(function(){var a=this.next();return a||this.lex()},"lex"),begin:(0,i.K)(function(a){this.conditionStack.push(a)},"begin"),popState:(0,i.K)(function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:(0,i.K)(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:(0,i.K)(function(a){return(a=this.conditionStack.length-1-Math.abs(a||0))>=0?this.conditionStack[a]:"INITIAL"},"topState"),pushState:(0,i.K)(function(a){this.begin(a)},"pushState"),stateStackSize:(0,i.K)(function(){return this.conditionStack.length},"stateStackSize"),options:{"case-insensitive":!0},performAction:(0,i.K)(function(a,b,c,d){switch(c){case 0:return a.getLogger().trace("Found comment",b.yytext),6;case 1:return 8;case 2:this.begin("CLASS");break;case 3:return this.popState(),16;case 4:case 23:case 26:this.popState();break;case 5:a.getLogger().trace("Begin icon"),this.begin("ICON");break;case 6:return a.getLogger().trace("SPACELINE"),6;case 7:return 7;case 8:return 15;case 9:a.getLogger().trace("end icon"),this.popState();break;case 10:return a.getLogger().trace("Exploding node"),this.begin("NODE"),19;case 11:return a.getLogger().trace("Cloud"),this.begin("NODE"),19;case 12:return a.getLogger().trace("Explosion Bang"),this.begin("NODE"),19;case 13:return a.getLogger().trace("Cloud Bang"),this.begin("NODE"),19;case 14:case 15:case 16:case 17:return this.begin("NODE"),19;case 18:return 13;case 19:return 22;case 20:return 11;case 21:this.begin("NSTR2");break;case 22:return"NODE_DESCR";case 24:a.getLogger().trace("Starting NSTR"),this.begin("NSTR");break;case 25:return a.getLogger().trace("description:",b.yytext),"NODE_DESCR";case 27:return this.popState(),a.getLogger().trace("node end ))"),"NODE_DEND";case 28:return this.popState(),a.getLogger().trace("node end )"),"NODE_DEND";case 29:return this.popState(),a.getLogger().trace("node end ...",b.yytext),"NODE_DEND";case 30:case 33:case 34:return this.popState(),a.getLogger().trace("node end (("),"NODE_DEND";case 31:case 32:return this.popState(),a.getLogger().trace("node end (-"),"NODE_DEND";case 35:case 36:return a.getLogger().trace("Long description:",b.yytext),20}},"anonymous"),rules:[/^(?:\s*%%.*)/i,/^(?:mindmap\b)/i,/^(?::::)/i,/^(?:.+)/i,/^(?:\n)/i,/^(?:::icon\()/i,/^(?:[\s]+[\n])/i,/^(?:[\n]+)/i,/^(?:[^\)]+)/i,/^(?:\))/i,/^(?:-\))/i,/^(?:\(-)/i,/^(?:\)\))/i,/^(?:\))/i,/^(?:\(\()/i,/^(?:\{\{)/i,/^(?:\()/i,/^(?:\[)/i,/^(?:[\s]+)/i,/^(?:[^\(\[\n\)\{\}]+)/i,/^(?:$)/i,/^(?:["][`])/i,/^(?:[^`"]+)/i,/^(?:[`]["])/i,/^(?:["])/i,/^(?:[^"]+)/i,/^(?:["])/i,/^(?:[\)]\))/i,/^(?:[\)])/i,/^(?:[\]])/i,/^(?:\}\})/i,/^(?:\(-)/i,/^(?:-\))/i,/^(?:\(\()/i,/^(?:\()/i,/^(?:[^\)\]\(\}]+)/i,/^(?:.+(?!\(\())/i],conditions:{CLASS:{rules:[3,4],inclusive:!1},ICON:{rules:[8,9],inclusive:!1},NSTR2:{rules:[22,23],inclusive:!1},NSTR:{rules:[25,26],inclusive:!1},NODE:{rules:[21,24,27,28,29,30,31,32,33,34,35,36],inclusive:!1},INITIAL:{rules:[0,1,2,5,6,7,10,11,12,13,14,15,16,17,18,19,20],inclusive:!0}}},(0,i.K)(t,"Parser"),t.prototype=s,s.Parser=t,new t}();o.parser=o;var p={DEFAULT:0,NO_BORDER:0,ROUNDED_RECT:1,RECT:2,CIRCLE:3,CLOUD:4,BANG:5,HEXAGON:6},q=class{constructor(){this.nodes=[],this.count=0,this.elements={},this.getLogger=this.getLogger.bind(this),this.nodeType=p,this.clear(),this.getType=this.getType.bind(this),this.getElementById=this.getElementById.bind(this),this.getParent=this.getParent.bind(this),this.getMindmap=this.getMindmap.bind(this),this.addNode=this.addNode.bind(this),this.decorateNode=this.decorateNode.bind(this)}static{(0,i.K)(this,"MindmapDB")}clear(){this.nodes=[],this.count=0,this.elements={},this.baseLevel=void 0}getParent(a){for(let b=this.nodes.length-1;b>=0;b--)if(this.nodes[b].level<a)return this.nodes[b];return null}getMindmap(){return this.nodes.length>0?this.nodes[0]:null}addNode(a,b,c,d){h.R.info("addNode",a,b,c,d);let e=!1;0===this.nodes.length?(this.baseLevel=a,a=0,e=!0):void 0!==this.baseLevel&&(a-=this.baseLevel,e=!1);let f=(0,g.D7)(),i=f.mindmap?.padding??g.UI.mindmap.padding;switch(d){case this.nodeType.ROUNDED_RECT:case this.nodeType.RECT:case this.nodeType.HEXAGON:i*=2}let j={id:this.count++,nodeId:(0,g.jZ)(b,f),level:a,descr:(0,g.jZ)(c,f),type:d,children:[],width:f.mindmap?.maxNodeWidth??g.UI.mindmap.maxNodeWidth,padding:i,isRoot:e},k=this.getParent(a);if(k)k.children.push(j),this.nodes.push(j);else if(e)this.nodes.push(j);else throw Error(`There can be only one root. No parent could be found for ("${j.descr}")`)}getType(a,b){switch(h.R.debug("In get type",a,b),a){case"[":return this.nodeType.RECT;case"(":return")"===b?this.nodeType.ROUNDED_RECT:this.nodeType.CLOUD;case"((":return this.nodeType.CIRCLE;case")":return this.nodeType.CLOUD;case"))":return this.nodeType.BANG;case"{{":return this.nodeType.HEXAGON;default:return this.nodeType.DEFAULT}}setElementForId(a,b){this.elements[a]=b}getElementById(a){return this.elements[a]}decorateNode(a){if(!a)return;let b=(0,g.D7)(),c=this.nodes[this.nodes.length-1];a.icon&&(c.icon=(0,g.jZ)(a.icon,b)),a.class&&(c.class=(0,g.jZ)(a.class,b))}type2Str(a){switch(a){case this.nodeType.DEFAULT:return"no-border";case this.nodeType.RECT:return"rect";case this.nodeType.ROUNDED_RECT:return"rounded-rect";case this.nodeType.CIRCLE:return"circle";case this.nodeType.CLOUD:return"cloud";case this.nodeType.BANG:return"bang";case this.nodeType.HEXAGON:return"hexgon";default:return"no-border"}}assignSections(a,b){if(0===a.level?a.section=void 0:a.section=b,a.children)for(let[c,d]of a.children.entries()){let e=0===a.level?c%11:b;this.assignSections(d,e)}}flattenNodes(a,b){let c=(0,g.D7)(),d=["mindmap-node"];!0===a.isRoot?d.push("section-root","section--1"):void 0!==a.section&&d.push(`section-${a.section}`),a.class&&d.push(a.class);let e=d.join(" "),f=(0,i.K)(a=>{let b=(c.theme?.toLowerCase()??"").includes("redux");switch(a){case p.CIRCLE:return"mindmapCircle";case p.RECT:return"rect";case p.ROUNDED_RECT:return"rounded";case p.CLOUD:return"cloud";case p.BANG:return"bang";case p.HEXAGON:return"hexagon";case p.DEFAULT:return b?"rounded":"defaultMindmapNode";case p.NO_BORDER:default:return"rect"}},"getShapeFromType"),h={id:a.id.toString(),domId:"node_"+a.id.toString(),label:a.descr,labelType:"markdown",isGroup:!1,shape:f(a.type),width:a.width,height:a.height??0,padding:a.padding,cssClasses:e,cssStyles:[],look:c.look,icon:a.icon,x:a.x,y:a.y,level:a.level,nodeId:a.nodeId,type:a.type,section:a.section};if(b.push(h),a.children)for(let c of a.children)this.flattenNodes(c,b)}generateEdges(a,b){if(!a.children)return;let c=(0,g.D7)();for(let d of a.children){let e="edge";void 0!==d.section&&(e+=` section-edge-${d.section}`);let f=a.level+1;e+=` edge-depth-${f}`;let g={id:`edge_${a.id}_${d.id}`,start:a.id.toString(),end:d.id.toString(),type:"normal",curve:"basis",thickness:"normal",look:c.look,classes:e,depth:a.level,section:d.section};b.push(g),this.generateEdges(d,b)}}getData(){let a=this.getMindmap(),b=(0,g.D7)();if(void 0!==(0,g.TM)().layout||(b.layout="cose-bilkent"),!a)return{nodes:[],edges:[],config:b};h.R.debug("getData: mindmapRoot",a,b),this.assignSections(a);let c=[],d=[];this.flattenNodes(a,c),this.generateEdges(a,d),h.R.debug(`getData: processed ${c.length} nodes and ${d.length} edges`);let e=new Map;for(let a of c)e.set(a.id,{shape:a.shape,width:a.width,height:a.height,padding:a.padding});return{nodes:c,edges:d,config:b,rootNode:a,markers:["point"],direction:"TB",nodeSpacing:50,rankSpacing:50,shapes:Object.fromEntries(e),type:"mindmap",diagramId:"mindmap-"+(crypto.randomUUID?crypto.randomUUID():function(a,b,c){let d=(a=a||{}).random??a.rng?.()??crypto.getRandomValues(j);if(d.length<16)throw Error("Random bytes length must be >= 16");if(d[6]=15&d[6]|64,d[8]=63&d[8]|128,b){if((c=c||0)<0||c+16>b.length)throw RangeError(`UUID byte range ${c}:${c+15} is out of buffer bounds`);for(let a=0;a<16;++a)b[c+a]=d[a];return b}return function(a,b=0){return(k[a[b+0]]+k[a[b+1]]+k[a[b+2]]+k[a[b+3]]+"-"+k[a[b+4]]+k[a[b+5]]+"-"+k[a[b+6]]+k[a[b+7]]+"-"+k[a[b+8]]+k[a[b+9]]+"-"+k[a[b+10]]+k[a[b+11]]+k[a[b+12]]+k[a[b+13]]+k[a[b+14]]+k[a[b+15]]).toLowerCase()}(d)}(void 0,void 0,void 0))}}getLogger(){return h.R}},r=(0,i.K)(async(a,b,c,i)=>{h.R.debug("Rendering mindmap diagram\n"+a);let j=i.db,k=j.getData(),l=(0,d.A)(b,k.config.securityLevel);if(k.type=i.type,k.layoutAlgorithm=(0,f.q7)(k.config.layout,{fallback:"cose-bilkent"}),k.diagramId=b,!j.getMindmap())return;k.nodes.forEach(a=>{"rounded"===a.shape?(a.radius=15,a.taper=15,a.stroke="none",a.width=0,a.padding=15):"circle"===a.shape?a.padding=10:"rect"===a.shape?(a.width=0,a.padding=10):"hexagon"===a.shape&&(a.width=0,a.height=0)}),await (0,f.XX)(k,l);let{themeVariables:m}=(0,g.zj)(),{useGradient:n,gradientStart:o,gradientStop:p}=m;if(n&&o&&p){let a=l.attr("id"),b=l.append("defs").append("linearGradient").attr("id",`${a}-gradient`).attr("gradientUnits","objectBoundingBox").attr("x1","0%").attr("y1","0%").attr("x2","100%").attr("y2","0%");b.append("stop").attr("offset","0%").attr("stop-color",o).attr("stop-opacity",1),b.append("stop").attr("offset","100%").attr("stop-color",p).attr("stop-opacity",1)}(0,e.P)(l,k.config.mindmap?.padding??g.UI.mindmap.padding,"mindmapDiagram",k.config.mindmap?.useMaxWidth??g.UI.mindmap.useMaxWidth)},"draw"),s=(0,i.K)(a=>{let{theme:b,look:c}=a,d="";for(let b=0;b<a.THEME_COLOR_LIMIT;b++)a["lineColor"+b]=a["lineColor"+b]||a["cScaleInv"+b],(0,l.A)(a["lineColor"+b])?a["lineColor"+b]=(0,m.A)(a["lineColor"+b],20):a["lineColor"+b]=(0,n.A)(a["lineColor"+b],20);for(let e=0;e<a.THEME_COLOR_LIMIT;e++){let f=""+("neo"===c?Math.max(10-(e-1)*2,2):17-3*e);d+=`
2
+ .section-${e-1} rect, .section-${e-1} path, .section-${e-1} circle, .section-${e-1} polygon, .section-${e-1} path {
3
+ fill: ${a["cScale"+e]};
4
+ }
5
+ .section-${e-1} text {
6
+ fill: ${a["cScaleLabel"+e]};
7
+ }
8
+ .section-${e-1} span {
9
+ color: ${a["cScaleLabel"+e]};
10
+ }
11
+ .node-icon-${e-1} {
12
+ font-size: 40px;
13
+ color: ${a["cScaleLabel"+e]};
14
+ }
15
+ .section-edge-${e-1}{
16
+ stroke: ${a["cScale"+e]};
17
+ }
18
+ .edge-depth-${e-1}{
19
+ stroke-width: ${f};
20
+ }
21
+ .section-${e-1} line {
22
+ stroke: ${a["cScaleInv"+e]} ;
23
+ stroke-width: 3;
24
+ }
25
+
26
+ .disabled, .disabled circle, .disabled text {
27
+ fill: lightgray;
28
+ }
29
+ .disabled text {
30
+ fill: #efefef;
31
+ }
32
+ [data-look="neo"].mindmap-node.section-${e-1} rect, [data-look="neo"].mindmap-node.section-${e-1} path, [data-look="neo"].mindmap-node.section-${e-1} circle, [data-look="neo"].mindmap-node.section-${e-1} polygon {
33
+ fill: ${"redux"===b||"redux-dark"===b||"neutral"===b?a.mainBkg:a["cScale"+e]};
34
+ stroke: ${"redux"===b||"redux-dark"===b?a.nodeBorder:a["cScale"+e]};
35
+ stroke-width: ${a.strokeWidth??2}px;
36
+ }
37
+ [data-look="neo"].section-edge-${e-1}{
38
+ stroke: ${b?.includes("redux")||"neo-dark"===b?a.nodeBorder:a["cScale"+e]};
39
+ }
40
+ [data-look="neo"].mindmap-node.section-${e-1} text {
41
+ fill: ${"redux"===b||"redux-dark"===b?a.nodeBorder:a["cScaleLabel"+("neutral"===b?1:e)]};
42
+ }
43
+ `}return d},"genSections"),t=(0,i.K)((a,b,c)=>{let d="";for(let e=0;e<a;e++)d+=`
44
+ [data-look="neo"].mindmap-node.section-${e-1} rect, [data-look="neo"].mindmap-node.section-${e-1} path, [data-look="neo"].mindmap-node.section-${e-1} circle, [data-look="neo"].mindmap-node.section-${e-1} polygon {
45
+ stroke: url(${b}-gradient);
46
+ fill: ${c};
47
+ }
48
+ .section-${e-1} line {
49
+ stroke-width: 0;
50
+ }`;return d},"genGradient"),u={get db(){return new q},renderer:{draw:r},parser:o,styles:(0,i.K)(a=>{let{theme:b}=a,c=a.svgId,d=a.dropShadow?a.dropShadow.replace("url(#drop-shadow)",`url(${c}-drop-shadow)`):"none";return`
51
+ .edge {
52
+ stroke-width: 3;
53
+ }
54
+ ${s(a)}
55
+ .section-root rect, .section-root path, .section-root circle, .section-root polygon {
56
+ fill: ${a.git0};
57
+ }
58
+ .section-root text {
59
+ fill: ${a.gitBranchLabel0};
60
+ }
61
+ .section-root span {
62
+ color: ${b?.includes("redux")?a.nodeBorder:a.gitBranchLabel0};
63
+ }
64
+ .icon-container {
65
+ height:100%;
66
+ display: flex;
67
+ justify-content: center;
68
+ align-items: center;
69
+ }
70
+ .edge {
71
+ fill: none;
72
+ }
73
+ .mindmap-node-label {
74
+ dy: 1em;
75
+ alignment-baseline: middle;
76
+ text-anchor: middle;
77
+ dominant-baseline: middle;
78
+ text-align: center;
79
+ }
80
+ [data-look="neo"].mindmap-node {
81
+ filter: ${d};
82
+ }
83
+ [data-look="neo"].mindmap-node.section-root rect, [data-look="neo"].mindmap-node.section-root path, [data-look="neo"].mindmap-node.section-root circle, [data-look="neo"].mindmap-node.section-root polygon {
84
+ fill: ${b?.includes("redux")?a.mainBkg:a.git0};
85
+ }
86
+ [data-look="neo"].mindmap-node.section-root .text-inner-tspan {
87
+ fill: ${b?.includes("redux")?a.nodeBorder:a["cScaleLabel"+ +("neutral"===b)]};
88
+ }
89
+ ${a.useGradient&&c&&a.mainBkg?t(a.THEME_COLOR_LIMIT,c,a.mainBkg):""}
90
+ `},"getStyles")}},17822:(a,b,c)=>{c.d(b,{P:()=>g});var d=c(12644),e=c(58715),f=c(95097),g=(0,f.K)((a,b,c,f)=>{a.attr("class",c);let{width:g,height:j,x:k,y:l}=h(a,b);(0,d.a$)(a,j,g,f);let m=i(k,l,g,j,b);a.attr("viewBox",m),e.R.debug(`viewBox configured: ${m} with padding: ${b}`)},"setupViewPortForSVG"),h=(0,f.K)((a,b)=>{let c=a.node()?.getBBox()||{width:0,height:0,x:0,y:0};return{width:c.width+2*b,height:c.height+2*b,x:c.x,y:c.y}},"calculateDimensionsWithPadding"),i=(0,f.K)((a,b,c,d,e)=>`${a-e} ${b-e} ${c} ${d}`,"createViewBox")},30917:(a,b,c)=>{c.d(b,{A:()=>f});var d=c(95097),e=c(69085),f=(0,d.K)((a,b)=>{let c;return"sandbox"===b&&(c=(0,e.Ltv)("#i"+a)),("sandbox"===b?(0,e.Ltv)(c.nodes()[0].contentDocument.body):(0,e.Ltv)("body")).select(`[id="${a}"]`)},"getDiagramElement")}};
@@ -0,0 +1 @@
1
+ "use strict";exports.id=11,exports.ids=[11],exports.modules={50011:(a,b,c)=>{c.d(b,{diagram:()=>f});var d=c(27384);c(30917),c(17822),c(51467),c(79440),c(48514),c(50396),c(38847),c(45037),c(69579),c(30492),c(29179),c(34950),c(12644),c(58715);var e=c(95097),f={parser:d.Zk,get db(){return new d.u4(2)},renderer:d.q7,styles:d.tM,init:(0,e.K)(a=>{a.state||(a.state={}),a.state.arrowMarkerAbsolute=a.arrowMarkerAbsolute},"init")}}};
@@ -0,0 +1 @@
1
+ "use strict";exports.id=1286,exports.ids=[1286],exports.modules={71286:(a,b,c)=>{c.d(b,{createRailroadPegServices:()=>d.P});var d=c(37811);c(9824)}};
@@ -0,0 +1,38 @@
1
+ "use strict";exports.id=1412,exports.ids=[1412],exports.modules={4328:(a,b,c)=>{function d(a,b){a.accDescr&&b.setAccDescription?.(a.accDescr),a.accTitle&&b.setAccTitle?.(a.accTitle),a.title&&b.setDiagramTitle?.(a.title)}c.d(b,{S:()=>d}),(0,c(95097).K)(d,"populateCommonDb")},21412:(a,b,c)=>{c.d(b,{diagram:()=>B});var d=c(4328),e=c(5675),f=c(34950),g=c(12644),h=c(58715),i=c(95097),j=c(92325),k=c(69085),l=g.UI.pie,m={sections:new Map,showData:!1,config:l},n=m.sections,o=m.showData,p=structuredClone(l),q=(0,i.K)(()=>structuredClone(p),"getConfig"),r=(0,i.K)(()=>{n=new Map,o=m.showData,(0,g.IU)()},"clear"),s=(0,i.K)(({label:a,value:b})=>{if(b<0)throw Error(`"${a}" has invalid value: ${b}. Negative values are not allowed in pie charts. All slice values must be >= 0.`);n.has(a)||(n.set(a,b),h.R.debug(`added new section: ${a}, with value: ${b}`))},"addSection"),t=(0,i.K)(()=>n,"getSections"),u=(0,i.K)(a=>{o=a},"setShowData"),v=(0,i.K)(()=>o,"getShowData"),w={getConfig:q,clear:r,setDiagramTitle:g.ke,getDiagramTitle:g.ab,setAccTitle:g.SV,getAccTitle:g.iN,setAccDescription:g.EI,getAccDescription:g.m7,addSection:s,getSections:t,setShowData:u,getShowData:v},x=(0,i.K)((a,b)=>{(0,d.S)(a,b),b.setShowData(a.showData),a.sections.map(b.addSection)},"populateDb"),y={parse:(0,i.K)(async a=>{let b=await (0,j.qg)("pie",a);h.R.debug(b),x(b,w)},"parse")},z=(0,i.K)(a=>`
2
+ .pieCircle{
3
+ stroke: ${a.pieStrokeColor};
4
+ stroke-width : ${a.pieStrokeWidth};
5
+ opacity : ${a.pieOpacity};
6
+ }
7
+ .pieCircle.highlighted{
8
+ scale: 1.05;
9
+ opacity: 1;
10
+ }
11
+ .pieCircle.highlightedOnHover:hover{
12
+ transition-duration: 250ms;
13
+ scale: 1.05;
14
+ opacity: 1;
15
+ }
16
+ .pieOuterCircle{
17
+ stroke: ${a.pieOuterStrokeColor};
18
+ stroke-width: ${a.pieOuterStrokeWidth};
19
+ fill: none;
20
+ }
21
+ .pieTitleText {
22
+ text-anchor: middle;
23
+ font-size: ${a.pieTitleTextSize};
24
+ fill: ${a.pieTitleTextColor};
25
+ font-family: ${a.fontFamily};
26
+ }
27
+ .slice {
28
+ font-family: ${a.fontFamily};
29
+ fill: ${a.pieSectionTextColor};
30
+ font-size:${a.pieSectionTextSize};
31
+ // fill: white;
32
+ }
33
+ .legend text {
34
+ fill: ${a.pieLegendTextColor};
35
+ font-family: ${a.fontFamily};
36
+ font-size: ${a.pieLegendTextSize};
37
+ }
38
+ `,"getStyles"),A=(0,i.K)(a=>{let b=[...a.values()].reduce((a,b)=>a+b,0),c=[...a.entries()].map(([a,b])=>({label:a,value:b})).filter(a=>a.value/b*100>=1);return(0,k.rLf)().value(a=>a.value).sort(null)(c)},"createPieArcs"),B={parser:y,db:w,renderer:{draw:(0,i.K)((a,b,c,d)=>{h.R.debug("rendering pie chart\n"+a);let i=d.db,j=(0,g.D7)(),l=(0,f.$t)(i.getConfig(),j.pie),m=(0,e.D)(b),n=m.append("g");n.attr("transform","translate(225,225)");let{themeVariables:o}=j,[p]=(0,f.I5)(o.pieOuterStrokeWidth);p??=2;let q=l.legendPosition,r=l.textPosition,s=l.donutHole>0&&l.donutHole<=.9?l.donutHole:0,t=(0,k.JLW)().innerRadius(185*s).outerRadius(185),u=(0,k.JLW)().innerRadius(185*r).outerRadius(185*r),v=n.append("g");v.append("circle").attr("cx",0).attr("cy",0).attr("r",185+p/2).attr("class","pieOuterCircle");let w=i.getSections(),x=A(w),y=[o.pie1,o.pie2,o.pie3,o.pie4,o.pie5,o.pie6,o.pie7,o.pie8,o.pie9,o.pie10,o.pie11,o.pie12],z=0;w.forEach(a=>{z+=a});let B=x.filter(a=>"0"!==(a.data.value/z*100).toFixed(0)),C=(0,k.UMr)(y).domain([...w.keys()]);v.selectAll("mySlices").data(B).enter().append("path").attr("d",t).attr("fill",a=>C(a.data.label)).attr("class",a=>{let b="pieCircle";return"hover"===l.highlightSlice?b+=" highlightedOnHover":l.highlightSlice===a.data.label&&(b+=" highlighted"),b}),v.selectAll("mySlices").data(B).enter().append("text").text(a=>(a.data.value/z*100).toFixed(0)+"%").attr("transform",a=>"translate("+u.centroid(a)+")").style("text-anchor","middle").attr("class","slice");let D=n.append("text").text(i.getDiagramTitle()).attr("x",0).attr("y",-200).attr("class","pieTitleText"),E=[...w.entries()].map(([a,b])=>({label:a,value:b})),F=n.selectAll(".legend").data(E).enter().append("g").attr("class","legend");F.append("rect").attr("width",18).attr("height",18).style("fill",a=>C(a.label)).style("stroke",a=>C(a.label)),F.append("text").attr("x",22).attr("y",14).text(a=>i.getShowData()?`${a.label} [${a.value}]`:a.label);let G=Math.max(...F.selectAll("text").nodes().map(a=>a?.getBoundingClientRect().width??0)),H=450,I=490,J=22*E.length;switch(q){case"center":F.attr("transform",(a,b)=>"translate("+(-G/2-22)+","+(22*b-22*E.length/2)+")");break;case"top":H+=J,F.attr("transform",(a,b)=>`translate(${-G/2-22}, ${22*b-185})`),v.attr("transform",()=>`translate(0, ${J+22})`);break;case"bottom":H+=J,F.attr("transform",(a,b)=>"translate("+(-G/2-22)+","+(22*b- -207)+")");break;case"left":I+=22+G,F.attr("transform",(a,b)=>"translate(-207,"+(22*b-22*E.length/2)+")"),v.attr("transform",()=>`translate(${G+18+4}, 0)`);break;default:I+=22+G,F.attr("transform",(a,b)=>"translate(216,"+(22*b-22*E.length/2)+")")}let K=D.node()?.getBoundingClientRect().width??0,L=Math.min(0,225-K/2),M=Math.max(I,225+K/2)-L;m.attr("viewBox",`${L} 0 ${M} ${H}`),(0,g.a$)(m,H,M,l.useMaxWidth)},"draw")},styles:z}}};
@@ -0,0 +1 @@
1
+ "use strict";exports.id=1605,exports.ids=[1605],exports.modules={31605:(a,b,c)=>{c.d(b,{createPacketServices:()=>d.$});var d=c(53017);c(9824)}};
@@ -0,0 +1 @@
1
+ "use strict";exports.id=169,exports.ids=[169],exports.modules={90169:(a,b,c)=>{c.d(b,{createRailroadEbnfServices:()=>d.W});var d=c(81334);c(9824)}};
@@ -0,0 +1,86 @@
1
+ "use strict";exports.id=18,exports.ids=[18],exports.modules={4328:(a,b,c)=>{function d(a,b){a.accDescr&&b.setAccDescription?.(a.accDescr),a.accTitle&&b.setAccTitle?.(a.accTitle),a.title&&b.setDiagramTitle?.(a.title)}c.d(b,{S:()=>d}),(0,c(95097).K)(d,"populateCommonDb")},59093:(a,b,c)=>{c.d(b,{$:()=>L,U:()=>P,db:()=>x});var d=c(5675),e=c(12644),f=c(58715),g=c(95097),h="",i="",j="",k=[],l=new Map,m=(0,g.K)(a=>(0,e.jZ)(a,(0,e.D7)()),"sanitizeText"),n=(0,g.K)(a=>{switch(a.type){case"terminal":return{...a,value:m(a.value)};case"nonterminal":return{...a,name:m(a.name)};case"sequence":return{...a,elements:a.elements.map(n)};case"choice":return{...a,alternatives:a.alternatives.map(n)};case"optional":return{...a,element:n(a.element)};case"repetition":return{...a,element:n(a.element),separator:a.separator?n(a.separator):void 0};case"special":return{...a,text:m(a.text)}}},"sanitizeAstNode"),o=(0,g.K)(()=>{h="",i="",j="",k.length=0,l.clear(),(0,e.IU)(),f.R.debug("[Railroad] Database cleared")},"clear"),p=(0,g.K)(a=>{h=m(a),f.R.debug("[Railroad] Title set:",a)},"setTitle"),q=(0,g.K)(()=>h,"getTitle"),r=(0,g.K)(a=>{let b={...a,name:m(a.name),definition:n(a.definition),comment:a.comment?m(a.comment):void 0};f.R.debug("[Railroad] Adding rule:",b.name),l.has(b.name)&&f.R.warn(`[Railroad] Rule '${b.name}' is already defined. Overwriting.`),k.push(b),l.set(b.name,b)},"addRule"),s=(0,g.K)(()=>k,"getRules"),t=(0,g.K)(a=>l.get(a),"getRule"),u=(0,g.K)(a=>{i=m(a).replace(/^\s+/g,""),f.R.debug("[Railroad] Accessibility title set:",a)},"setAccTitle"),v=(0,g.K)(()=>i,"getAccTitle"),w=(0,g.K)(a=>{j=m(a).replace(/\n\s+/g,"\n"),f.R.debug("[Railroad] Accessibility description set:",a)},"setAccDescription"),x={clear:o,setTitle:p,getTitle:q,addRule:r,getRules:s,getRule:t,setAccTitle:u,getAccTitle:v,setAccDescription:w,getAccDescription:(0,g.K)(()=>j,"getAccDescription"),setDiagramTitle:p,getDiagramTitle:q},y={compactMode:!1,padding:10,verticalSeparation:8,horizontalSeparation:10,arcRadius:10,fontSize:14,fontFamily:"monospace",terminalFill:"#FFFFC0",terminalStroke:"#000000",terminalTextColor:"#000000",nonTerminalFill:"#FFFFFF",nonTerminalStroke:"#000000",nonTerminalTextColor:"#000000",lineColor:"#000000",strokeWidth:2,markerFill:"#000000",commentFill:"#E8E8E8",commentStroke:"#888888",commentTextColor:"#666666",specialFill:"#F0E0FF",specialStroke:"#8800CC",ruleNameColor:"#000066",showMarkers:!0,markerRadius:5},z=/^#(?:[\da-f]{3,4}|[\da-f]{6}|[\da-f]{8})$|^(?:rgb|rgba|hsl|hsla|hwb|lab|lch|oklab|oklch)\([\d\s%+,./-]+\)$|^[a-z]+$/i,A=/^[\w "',.-]+$/,B=new Set(["compactMode","padding","verticalSeparation","horizontalSeparation","arcRadius","fontSize","fontFamily","terminalFill","terminalStroke","terminalTextColor","nonTerminalFill","nonTerminalStroke","nonTerminalTextColor","lineColor","strokeWidth","markerFill","commentFill","commentStroke","commentTextColor","specialFill","specialStroke","ruleNameColor","showMarkers","markerRadius"]),C=(0,g.K)(a=>!!a&&Object.keys(a).every(a=>"railroad"===a||B.has(a)),"isRailroadStyleOptions"),D=(0,g.K)(a=>a?"railroad"in a&&a.railroad?a.railroad:C(a)?a:{}:{},"extractRailroadOverrides"),E=(0,g.K)(a=>{if(!a||C(a))return{};let{railroad:b,svgId:c,theme:d,look:e,...f}=a;return f},"extractThemeOverrides"),F=(0,g.K)((a,b)=>{if("string"!=typeof a)return b;let c=a.trim();return z.test(c)?c:b},"sanitizeColorValue"),G=(0,g.K)((a,b)=>{if("string"!=typeof a)return b;let c=a.trim();return A.test(c)?c:b},"sanitizeFontFamilyValue"),H=(0,g.K)((a,b)=>{let c="number"==typeof a?a:"string"==typeof a?Number.parseFloat(a):NaN;return Number.isFinite(c)&&c>=0?c:b},"sanitizeNumberValue"),I=(0,g.K)(a=>{let b="number"==typeof a?a:"string"==typeof a?Number.parseFloat(a):NaN;return Number.isFinite(b)&&b>0?b:void 0},"parseThemeFontSize"),J=(0,g.K)(a=>{let b=G(a.fontFamily,y.fontFamily),c=I(a.fontSize)??y.fontSize;return{...y,fontFamily:b,fontSize:c,terminalFill:F(a.secondBkg??a.secondaryColor,y.terminalFill),terminalStroke:F(a.secondaryBorderColor??a.lineColor,y.terminalStroke),terminalTextColor:F(a.secondaryTextColor??a.textColor,y.terminalTextColor),nonTerminalFill:F(a.mainBkg??a.background,y.nonTerminalFill),nonTerminalStroke:F(a.primaryBorderColor??a.lineColor,y.nonTerminalStroke),nonTerminalTextColor:F(a.primaryTextColor??a.textColor,y.nonTerminalTextColor),lineColor:F(a.lineColor,y.lineColor),markerFill:F(a.lineColor,y.markerFill),commentFill:F(a.labelBackground??a.tertiaryColor,y.commentFill),commentStroke:F(a.tertiaryBorderColor??a.lineColor,y.commentStroke),commentTextColor:F(a.tertiaryTextColor??a.textColor,y.commentTextColor),specialFill:F(a.tertiaryColor??a.secondaryColor,y.specialFill),specialStroke:F(a.tertiaryBorderColor??a.secondaryBorderColor,y.specialStroke),ruleNameColor:F(a.titleColor??a.textColor,y.ruleNameColor)}},"buildThemeDefaults"),K=(0,g.K)(a=>{let b=(0,e.zj)(),c=J({...(0,e.P$)(),...b.themeVariables??{},...E(a)}),d={...b.railroad??{},...D(a)};return{compactMode:d.compactMode??c.compactMode,padding:H(d.padding,c.padding),verticalSeparation:H(d.verticalSeparation,c.verticalSeparation),horizontalSeparation:H(d.horizontalSeparation,c.horizontalSeparation),arcRadius:H(d.arcRadius,c.arcRadius),fontSize:H(d.fontSize,c.fontSize),fontFamily:G(d.fontFamily,c.fontFamily),terminalFill:F(d.terminalFill,c.terminalFill),terminalStroke:F(d.terminalStroke,c.terminalStroke),terminalTextColor:F(d.terminalTextColor,c.terminalTextColor),nonTerminalFill:F(d.nonTerminalFill,c.nonTerminalFill),nonTerminalStroke:F(d.nonTerminalStroke,c.nonTerminalStroke),nonTerminalTextColor:F(d.nonTerminalTextColor,c.nonTerminalTextColor),lineColor:F(d.lineColor,c.lineColor),strokeWidth:H(d.strokeWidth,c.strokeWidth),markerFill:F(d.markerFill,c.markerFill),commentFill:F(d.commentFill,c.commentFill),commentStroke:F(d.commentStroke,c.commentStroke),commentTextColor:F(d.commentTextColor,c.commentTextColor),specialFill:F(d.specialFill,c.specialFill),specialStroke:F(d.specialStroke,c.specialStroke),ruleNameColor:F(d.ruleNameColor,c.ruleNameColor),showMarkers:d.showMarkers??c.showMarkers,markerRadius:H(d.markerRadius,c.markerRadius)}},"buildRailroadStyleOptions"),L=(0,g.K)(a=>{let{fontFamily:b,fontSize:c,terminalFill:d,terminalStroke:e,terminalTextColor:f,nonTerminalFill:g,nonTerminalStroke:h,nonTerminalTextColor:i,lineColor:j,strokeWidth:k,markerFill:l,commentFill:m,commentStroke:n,commentTextColor:o,specialFill:p,specialStroke:q,ruleNameColor:r}=K(a);return`
2
+ .railroad-diagram {
3
+ font-family: ${b};
4
+ font-size: ${c}px;
5
+ }
6
+
7
+ .railroad-terminal rect {
8
+ fill: ${d};
9
+ stroke: ${e};
10
+ stroke-width: ${k}px;
11
+ }
12
+
13
+ .railroad-terminal text {
14
+ fill: ${f};
15
+ font-family: ${b};
16
+ font-size: ${c}px;
17
+ text-anchor: middle;
18
+ dominant-baseline: middle;
19
+ }
20
+
21
+ .railroad-nonterminal rect {
22
+ fill: ${g};
23
+ stroke: ${h};
24
+ stroke-width: ${k}px;
25
+ }
26
+
27
+ .railroad-nonterminal text {
28
+ fill: ${i};
29
+ font-family: ${b};
30
+ font-size: ${c}px;
31
+ text-anchor: middle;
32
+ dominant-baseline: middle;
33
+ }
34
+
35
+ .railroad-line {
36
+ stroke: ${j};
37
+ stroke-width: ${k}px;
38
+ fill: none;
39
+ }
40
+
41
+ .railroad-start circle,
42
+ .railroad-end circle {
43
+ fill: ${l};
44
+ }
45
+
46
+ .railroad-comment ellipse {
47
+ fill: ${m};
48
+ stroke: ${n};
49
+ stroke-width: ${k}px;
50
+ }
51
+
52
+ .railroad-comment text {
53
+ fill: ${o};
54
+ font-style: italic;
55
+ font-family: ${b};
56
+ font-size: ${c}px;
57
+ text-anchor: middle;
58
+ dominant-baseline: middle;
59
+ }
60
+
61
+ .railroad-special rect {
62
+ fill: ${p};
63
+ stroke: ${q};
64
+ stroke-width: ${k}px;
65
+ stroke-dasharray: 5,3;
66
+ }
67
+
68
+ .railroad-special text {
69
+ fill: ${i};
70
+ font-family: ${b};
71
+ font-size: ${c}px;
72
+ text-anchor: middle;
73
+ dominant-baseline: middle;
74
+ }
75
+
76
+ .railroad-rule-name {
77
+ font-weight: bold;
78
+ fill: ${r};
79
+ font-family: ${b};
80
+ font-size: ${c}px;
81
+ }
82
+
83
+ .railroad-group {
84
+ /* Grouping container, no specific styles */
85
+ }
86
+ `},"getStyles"),M=class{constructor(){this.d=""}static{(0,g.K)(this,"PathBuilder")}moveTo(a,b){return this.d+=`M ${a} ${b} `,this}lineTo(a,b){return this.d+=`L ${a} ${b} `,this}horizontalTo(a){return this.d+=`H ${a} `,this}verticalTo(a){return this.d+=`V ${a} `,this}arcTo(a,b,c,d,e,f,g){return this.d+=`A ${a} ${b} ${c} ${+!!d} ${+!!e} ${f} ${g} `,this}build(){return this.d.trim()}},N=class{constructor(a,b=K()){this.textCache=new Map,this.svg=a,this.config=b}static{(0,g.K)(this,"RailroadRenderer")}measureText(a){if(this.textCache.has(a))return this.textCache.get(a);let b=this.svg.append("text").attr("font-family",this.config.fontFamily).attr("font-size",this.config.fontSize).text(a),c=b.node().getBBox(),d={width:c.width,height:c.height};return b.remove(),this.textCache.set(a,d),d}renderTerminal(a,b){let c=this.measureText(b),d=c.width+2*this.config.padding,e=c.height+2*this.config.padding,f=a.append("g").attr("class","railroad-terminal");return f.append("rect").attr("x",0).attr("y",0).attr("width",d).attr("height",e).attr("rx",10).attr("ry",10),f.append("text").attr("x",d/2).attr("y",e/2).text(b),{element:f.node(),dimensions:{width:d,height:e,up:e/2,down:e/2}}}renderNonTerminal(a,b){let c=this.measureText(b),d=c.width+2*this.config.padding,e=c.height+2*this.config.padding,f=a.append("g").attr("class","railroad-nonterminal");return f.append("rect").attr("x",0).attr("y",0).attr("width",d).attr("height",e),f.append("text").attr("x",d/2).attr("y",e/2).text(b),{element:f.node(),dimensions:{width:d,height:e,up:e/2,down:e/2}}}renderSequence(a,b){let c=b.map(b=>this.renderExpression(a,b)),d=0,e=0,f=0;for(let a of c)d+=a.dimensions.width,e=Math.max(e,a.dimensions.up),f=Math.max(f,a.dimensions.down);d+=(c.length-1)*this.config.horizontalSeparation;let g=a.append("g").attr("class","railroad-sequence"),h=0;for(let a=0;a<c.length;a++){let b=c[a],d=e-b.dimensions.up;if(g.node().appendChild(b.element).setAttribute("transform",`translate(${h}, ${d})`),a<c.length-1){let a=h+b.dimensions.width,c=a+this.config.horizontalSeparation,d=e;g.append("path").attr("class","railroad-line").attr("d",new M().moveTo(a,d).lineTo(c,d).build())}h+=b.dimensions.width+this.config.horizontalSeparation}return{element:g.node(),dimensions:{width:d,height:e+f,up:e,down:f}}}renderChoice(a,b){let c=b.map(b=>this.renderExpression(a,b)),d=0,e=0;for(let a of c)d=Math.max(d,a.dimensions.width),e+=a.dimensions.height;e+=(c.length-1)*this.config.verticalSeparation;let f=this.config.arcRadius,g=d+4*f,h=a.append("g").attr("class","railroad-choice"),i=0,j=e/2;for(let a of c){let b=i,c=b+a.dimensions.up,e=2*f+(d-a.dimensions.width)/2;h.node().appendChild(a.element).setAttribute("transform",`translate(${e}, ${b})`);let k=new M,l=c>j;c===j?k.moveTo(0,j).lineTo(e,c):k.moveTo(0,j).arcTo(f,f,0,!1,l,f,j+(l?f:-f)).lineTo(f,c-(l?f:-f)).arcTo(f,f,0,!1,!l,2*f,c).lineTo(e,c),h.append("path").attr("class","railroad-line").attr("d",k.build());let m=new M,n=e+a.dimensions.width,o=g-2*f;c===j?m.moveTo(n,c).lineTo(g,j):m.moveTo(n,c).lineTo(o,c).arcTo(f,f,0,!1,!l,g-f,c+(l?-f:f)).lineTo(g-f,j+(l?f:-f)).arcTo(f,f,0,!1,l,g,j),h.append("path").attr("class","railroad-line").attr("d",m.build()),i+=a.dimensions.height+this.config.verticalSeparation}return{element:h.node(),dimensions:{width:g,height:e,up:j,down:e-j}}}renderOptional(a,b){let c=this.renderExpression(a,b),d=this.config.arcRadius,e=2*d,f=c.dimensions.width+4*d,g=c.dimensions.height+e,h=a.append("g").attr("class","railroad-optional"),i=2*d;h.node().appendChild(c.element).setAttribute("transform",`translate(${i}, ${e})`);let j=e+c.dimensions.up,k=new M().moveTo(0,j).lineTo(2*d,j);h.append("path").attr("class","railroad-line").attr("d",k.build());let l=new M().moveTo(i+c.dimensions.width,j).lineTo(f,j);h.append("path").attr("class","railroad-line").attr("d",l.build());let m=new M().moveTo(0,j).arcTo(d,d,0,!1,!1,d,j-d).lineTo(d,d).arcTo(d,d,0,!1,!0,2*d,0).lineTo(f-2*d,0).arcTo(d,d,0,!1,!0,f-d,d).lineTo(f-d,j-d).arcTo(d,d,0,!1,!1,f,j);return h.append("path").attr("class","railroad-line").attr("d",m.build()),{element:h.node(),dimensions:{width:f,height:g,up:j,down:g-j}}}renderRepetition(a,b,c){let d=this.renderExpression(a,b),e=this.config.arcRadius,f=2*e,g=d.dimensions.width+4*e,h=0===c,i=d.dimensions.height+f+(h?f:0),j=a.append("g").attr("class","railroad-repetition"),k=2*e,l=h?f:0;j.node().appendChild(d.element).setAttribute("transform",`translate(${k}, ${l})`);let m=l+d.dimensions.up;j.append("path").attr("class","railroad-line").attr("d",new M().moveTo(0,m).lineTo(2*e,m).build()),j.append("path").attr("class","railroad-line").attr("d",new M().moveTo(k+d.dimensions.width,m).lineTo(g,m).build());let n=l+d.dimensions.height+e,o=new M().moveTo(k+d.dimensions.width,m).arcTo(e,e,0,!1,!0,k+d.dimensions.width+e,m+e).lineTo(k+d.dimensions.width+e,n).arcTo(e,e,0,!1,!0,k+d.dimensions.width,n+e).lineTo(2*e,n+e).arcTo(e,e,0,!1,!0,e,n).lineTo(e,m+e).arcTo(e,e,0,!1,!0,2*e,m);if(j.append("path").attr("class","railroad-line").attr("d",o.build()),h){let a=new M().moveTo(0,m).arcTo(e,e,0,!1,!1,e,m-e).lineTo(e,e).arcTo(e,e,0,!1,!0,2*e,0).lineTo(g-2*e,0).arcTo(e,e,0,!1,!0,g-e,e).lineTo(g-e,m-e).arcTo(e,e,0,!1,!1,g,m);j.append("path").attr("class","railroad-line").attr("d",a.build())}return{element:j.node(),dimensions:{width:g,height:i,up:m,down:i-m}}}renderSpecial(a,b){let c=this.measureText("? "+b+" ?"),d=c.width+2*this.config.padding,e=c.height+2*this.config.padding,f=a.append("g").attr("class","railroad-special");return f.append("rect").attr("x",0).attr("y",0).attr("width",d).attr("height",e),f.append("text").attr("x",d/2).attr("y",e/2).text("? "+b+" ?"),{element:f.node(),dimensions:{width:d,height:e,up:e/2,down:e/2}}}renderExpression(a,b){switch(b.type){case"terminal":return this.renderTerminal(a,b.value);case"nonterminal":return this.renderNonTerminal(a,b.name);case"sequence":return this.renderSequence(a,b.elements);case"choice":return this.renderChoice(a,b.alternatives);case"optional":return this.renderOptional(a,b.element);case"repetition":return this.renderRepetition(a,b.element,b.min);case"special":return this.renderSpecial(a,b.text);default:throw Error(`Unknown node type: ${b.type}`)}}renderRule(a,b){let c=this.svg.append("g").attr("class","railroad-rule").attr("transform",`translate(0, ${b})`),d=a.name+" =",e=this.measureText(d).width+20,f=e+20,g=c.append("g"),h=this.renderExpression(g,a.definition),i=Math.max(20,h.dimensions.up),j=i-h.dimensions.up;return g.attr("transform",`translate(${f}, ${j})`),c.append("g").attr("class","railroad-rule-name-group").append("text").attr("class","railroad-rule-name").attr("x",0).attr("y",i).text(d),c.append("g").attr("class","railroad-start").append("circle").attr("cx",e).attr("cy",i).attr("r",this.config.markerRadius),c.append("g").attr("class","railroad-end").append("circle").attr("cx",f+h.dimensions.width+10).attr("cy",i).attr("r",this.config.markerRadius),c.append("path").attr("class","railroad-line").attr("d",new M().moveTo(e+this.config.markerRadius,i).lineTo(f,i).build()),c.append("path").attr("class","railroad-line").attr("d",new M().moveTo(f+h.dimensions.width,i).lineTo(f+h.dimensions.width+10-this.config.markerRadius,i).build()),{height:Math.max(40,j+h.dimensions.height+2*this.config.padding),width:f+h.dimensions.width+10+this.config.markerRadius}}renderDiagram(a){let b=this.config.padding,c=0;for(let d of a){let a=this.renderRule(d,b);b+=a.height+this.config.verticalSeparation,c=Math.max(c,a.width)}return{width:c+2*this.config.padding,height:b+this.config.padding}}},O=(0,g.K)((a,b,c)=>{(0,e.a$)(a,b.height,b.width,c),a.attr("viewBox",`0 0 ${b.width} ${b.height}`)},"configureRailroadSvgSize"),P={draw:(0,g.K)((a,b,c)=>{f.R.debug("[Railroad] Rendering diagram\n"+a);try{let a=(0,d.D)(b);a.attr("class","railroad-diagram");let c=(0,e.zj)().railroad,g=c?.useMaxWidth??!0,h=x.getRules();if(f.R.debug(`[Railroad] Rendering ${h.length} rules`),0===h.length){f.R.warn("[Railroad] No rules to render"),O(a,{height:100,width:200},g);return}let i=new N(a,K()).renderDiagram(h);O(a,i,g),f.R.debug("[Railroad] Render complete")}catch(a){throw f.R.error("[Railroad] Render error:",a),a}},"draw")}}};