super-time-tracker-ui 0.1.19 → 0.1.21

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 (411) hide show
  1. package/dist/standalone/next-output/BUILD_ID +1 -1
  2. package/dist/standalone/next-output/app-path-routes-manifest.json +14 -1
  3. package/dist/standalone/next-output/build-manifest.json +8 -8
  4. package/dist/standalone/next-output/prerender-manifest.json +0 -49
  5. package/dist/standalone/next-output/routes-manifest.json +78 -0
  6. package/dist/standalone/next-output/server/app/_global-error/page/build-manifest.json +5 -5
  7. package/dist/standalone/next-output/server/app/_global-error/page.js +1 -1
  8. package/dist/standalone/next-output/server/app/_global-error/page.js.nft.json +1 -1
  9. package/dist/standalone/next-output/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/dist/standalone/next-output/server/app/_global-error.html +1 -1
  11. package/dist/standalone/next-output/server/app/_global-error.rsc +8 -8
  12. package/dist/standalone/next-output/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
  13. package/dist/standalone/next-output/server/app/_global-error.segments/_full.segment.rsc +8 -8
  14. package/dist/standalone/next-output/server/app/_global-error.segments/_head.segment.rsc +4 -4
  15. package/dist/standalone/next-output/server/app/_global-error.segments/_index.segment.rsc +3 -3
  16. package/dist/standalone/next-output/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/dist/standalone/next-output/server/app/_not-found/page/build-manifest.json +5 -5
  18. package/dist/standalone/next-output/server/app/_not-found/page.js +5 -3
  19. package/dist/standalone/next-output/server/app/_not-found/page.js.nft.json +1 -1
  20. package/dist/standalone/next-output/server/app/_not-found/page_client-reference-manifest.js +1 -1
  21. package/dist/standalone/next-output/server/app/api/backup/route.js +1 -2
  22. package/dist/standalone/next-output/server/app/api/backup/route.js.nft.json +1 -1
  23. package/dist/standalone/next-output/server/app/api/entry/delete-bulk/route.js +2 -3
  24. package/dist/standalone/next-output/server/app/api/entry/delete-bulk/route.js.nft.json +1 -1
  25. package/dist/standalone/next-output/server/app/api/entry/move/route.js +2 -3
  26. package/dist/standalone/next-output/server/app/api/entry/move/route.js.nft.json +1 -1
  27. package/dist/standalone/next-output/server/app/api/entry/move-bulk/route.js +2 -3
  28. package/dist/standalone/next-output/server/app/api/entry/move-bulk/route.js.nft.json +1 -1
  29. package/dist/standalone/next-output/server/app/api/entry/route.js +3 -3
  30. package/dist/standalone/next-output/server/app/api/entry/route.js.nft.json +1 -1
  31. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route/app-paths-manifest.json +3 -0
  32. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route/build-manifest.json +9 -0
  33. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route/server-reference-manifest.json +4 -0
  34. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route.js +6 -0
  35. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route.js.nft.json +1 -0
  36. package/dist/standalone/next-output/server/app/api/entry/suggest-description/route_client-reference-manifest.js +3 -0
  37. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route/app-paths-manifest.json +3 -0
  38. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route/build-manifest.json +9 -0
  39. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route/server-reference-manifest.json +4 -0
  40. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route.js +6 -0
  41. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route.js.nft.json +1 -0
  42. package/dist/standalone/next-output/server/app/api/focus-nudges/status/route_client-reference-manifest.js +3 -0
  43. package/dist/standalone/next-output/server/app/api/in/route.js +2 -2
  44. package/dist/standalone/next-output/server/app/api/in/route.js.nft.json +1 -1
  45. package/dist/standalone/next-output/server/app/api/note/route.js +2 -2
  46. package/dist/standalone/next-output/server/app/api/note/route.js.nft.json +1 -1
  47. package/dist/standalone/next-output/server/app/api/out/route.js +2 -2
  48. package/dist/standalone/next-output/server/app/api/out/route.js.nft.json +1 -1
  49. package/dist/standalone/next-output/server/app/api/sheet/active/route/app-paths-manifest.json +3 -0
  50. package/dist/standalone/next-output/server/app/api/sheet/active/route/build-manifest.json +9 -0
  51. package/dist/standalone/next-output/server/app/api/sheet/active/route/server-reference-manifest.json +4 -0
  52. package/dist/standalone/next-output/server/app/api/sheet/active/route.js +7 -0
  53. package/dist/standalone/next-output/server/app/api/sheet/active/route.js.nft.json +1 -0
  54. package/dist/standalone/next-output/server/app/api/sheet/active/route_client-reference-manifest.js +3 -0
  55. package/dist/standalone/next-output/server/app/api/sheet/route.js +2 -3
  56. package/dist/standalone/next-output/server/app/api/sheet/route.js.nft.json +1 -1
  57. package/dist/standalone/next-output/server/app/api/state/route.js +2 -3
  58. package/dist/standalone/next-output/server/app/api/state/route.js.nft.json +1 -1
  59. package/dist/standalone/next-output/server/app/api/sync/import/route.js +1 -1
  60. package/dist/standalone/next-output/server/app/api/sync/import/route.js.nft.json +1 -1
  61. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route/app-paths-manifest.json +3 -0
  62. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route/build-manifest.json +9 -0
  63. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route/server-reference-manifest.json +4 -0
  64. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route.js +7 -0
  65. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route.js.nft.json +1 -0
  66. package/dist/standalone/next-output/server/app/api/sync/merge-on-load/route_client-reference-manifest.js +3 -0
  67. package/dist/standalone/next-output/server/app/api/sync/pull/route.js +1 -1
  68. package/dist/standalone/next-output/server/app/api/sync/pull/route.js.nft.json +1 -1
  69. package/dist/standalone/next-output/server/app/api/sync/push/route.js +1 -1
  70. package/dist/standalone/next-output/server/app/api/sync/push/route.js.nft.json +1 -1
  71. package/dist/standalone/next-output/server/app/api/sync/status/route.js +1 -1
  72. package/dist/standalone/next-output/server/app/api/sync/status/route.js.nft.json +1 -1
  73. package/dist/standalone/next-output/server/app/api/tags/route.js +1 -2
  74. package/dist/standalone/next-output/server/app/api/tags/route.js.nft.json +1 -1
  75. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route/app-paths-manifest.json +3 -0
  76. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route/build-manifest.json +9 -0
  77. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route/server-reference-manifest.json +4 -0
  78. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route.js +7 -0
  79. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route.js.nft.json +1 -0
  80. package/dist/standalone/next-output/server/app/api/ui-preferences/merge-on-load/route_client-reference-manifest.js +3 -0
  81. package/dist/standalone/next-output/server/app/api/ui-preferences/route.js +1 -1
  82. package/dist/standalone/next-output/server/app/api/ui-preferences/route.js.nft.json +1 -1
  83. package/dist/standalone/next-output/server/app/auth/callback/route.js +1 -1
  84. package/dist/standalone/next-output/server/app/auth/callback/route.js.nft.json +1 -1
  85. package/dist/standalone/next-output/server/app/login/page/build-manifest.json +5 -5
  86. package/dist/standalone/next-output/server/app/login/page.js +5 -3
  87. package/dist/standalone/next-output/server/app/login/page.js.nft.json +1 -1
  88. package/dist/standalone/next-output/server/app/login/page_client-reference-manifest.js +1 -1
  89. package/dist/standalone/next-output/server/app/offline/page/app-paths-manifest.json +3 -0
  90. package/dist/standalone/next-output/server/app/offline/page/build-manifest.json +17 -0
  91. package/dist/standalone/next-output/server/app/offline/page/next-font-manifest.json +11 -0
  92. package/dist/standalone/next-output/server/app/offline/page/react-loadable-manifest.json +1 -0
  93. package/dist/standalone/next-output/server/app/offline/page/server-reference-manifest.json +4 -0
  94. package/dist/standalone/next-output/server/app/offline/page.js +16 -0
  95. package/dist/standalone/next-output/server/app/offline/page.js.nft.json +1 -0
  96. package/dist/standalone/next-output/server/app/offline/page_client-reference-manifest.js +3 -0
  97. package/dist/standalone/next-output/server/app/page/build-manifest.json +5 -5
  98. package/dist/standalone/next-output/server/app/page.js +6 -4
  99. package/dist/standalone/next-output/server/app/page.js.nft.json +1 -1
  100. package/dist/standalone/next-output/server/app/page_client-reference-manifest.js +1 -1
  101. package/dist/standalone/next-output/server/app/pomodoro/page/app-paths-manifest.json +3 -0
  102. package/dist/standalone/next-output/server/app/pomodoro/page/build-manifest.json +17 -0
  103. package/dist/standalone/next-output/server/app/pomodoro/page/next-font-manifest.json +11 -0
  104. package/dist/standalone/next-output/server/app/pomodoro/page/react-loadable-manifest.json +1 -0
  105. package/dist/standalone/next-output/server/app/pomodoro/page/server-reference-manifest.json +4 -0
  106. package/dist/standalone/next-output/server/app/pomodoro/page.js +16 -0
  107. package/dist/standalone/next-output/server/app/pomodoro/page.js.nft.json +1 -0
  108. package/dist/standalone/next-output/server/app/pomodoro/page_client-reference-manifest.js +3 -0
  109. package/dist/standalone/next-output/server/app/register/page/build-manifest.json +5 -5
  110. package/dist/standalone/next-output/server/app/register/page.js +5 -3
  111. package/dist/standalone/next-output/server/app/register/page.js.nft.json +1 -1
  112. package/dist/standalone/next-output/server/app/register/page_client-reference-manifest.js +1 -1
  113. package/dist/standalone/next-output/server/app/reporting/page/build-manifest.json +5 -5
  114. package/dist/standalone/next-output/server/app/reporting/page.js +6 -5
  115. package/dist/standalone/next-output/server/app/reporting/page.js.nft.json +1 -1
  116. package/dist/standalone/next-output/server/app/reporting/page_client-reference-manifest.js +1 -1
  117. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/app-paths-manifest.json +3 -0
  118. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/build-manifest.json +17 -0
  119. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/next-font-manifest.json +11 -0
  120. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/react-loadable-manifest.json +1 -0
  121. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page/server-reference-manifest.json +4 -0
  122. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page.js +16 -0
  123. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page.js.nft.json +1 -0
  124. package/dist/standalone/next-output/server/app/settings/ai-suggestions/page_client-reference-manifest.js +3 -0
  125. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/app-paths-manifest.json +3 -0
  126. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/build-manifest.json +17 -0
  127. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/next-font-manifest.json +11 -0
  128. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/react-loadable-manifest.json +1 -0
  129. package/dist/standalone/next-output/server/app/settings/cloud-sync/page/server-reference-manifest.json +4 -0
  130. package/dist/standalone/next-output/server/app/settings/cloud-sync/page.js +16 -0
  131. package/dist/standalone/next-output/server/app/settings/cloud-sync/page.js.nft.json +1 -0
  132. package/dist/standalone/next-output/server/app/settings/cloud-sync/page_client-reference-manifest.js +3 -0
  133. package/dist/standalone/next-output/server/app/settings/data/page/build-manifest.json +5 -5
  134. package/dist/standalone/next-output/server/app/settings/data/page.js +6 -4
  135. package/dist/standalone/next-output/server/app/settings/data/page.js.nft.json +1 -1
  136. package/dist/standalone/next-output/server/app/settings/data/page_client-reference-manifest.js +1 -1
  137. package/dist/standalone/next-output/server/app/settings/display/page/build-manifest.json +5 -5
  138. package/dist/standalone/next-output/server/app/settings/display/page.js +5 -3
  139. package/dist/standalone/next-output/server/app/settings/display/page.js.nft.json +1 -1
  140. package/dist/standalone/next-output/server/app/settings/display/page_client-reference-manifest.js +1 -1
  141. package/dist/standalone/next-output/server/app/settings/goals/page/app-paths-manifest.json +3 -0
  142. package/dist/standalone/next-output/server/app/settings/goals/page/build-manifest.json +17 -0
  143. package/dist/standalone/next-output/server/app/settings/goals/page/next-font-manifest.json +11 -0
  144. package/dist/standalone/next-output/server/app/settings/goals/page/react-loadable-manifest.json +1 -0
  145. package/dist/standalone/next-output/server/app/settings/goals/page/server-reference-manifest.json +4 -0
  146. package/dist/standalone/next-output/server/app/settings/goals/page.js +16 -0
  147. package/dist/standalone/next-output/server/app/settings/goals/page.js.nft.json +1 -0
  148. package/dist/standalone/next-output/server/app/settings/goals/page_client-reference-manifest.js +3 -0
  149. package/dist/standalone/next-output/server/app/settings/page/build-manifest.json +5 -5
  150. package/dist/standalone/next-output/server/app/settings/page.js +6 -5
  151. package/dist/standalone/next-output/server/app/settings/page.js.nft.json +1 -1
  152. package/dist/standalone/next-output/server/app/settings/page_client-reference-manifest.js +1 -1
  153. package/dist/standalone/next-output/server/app/settings/pomodoro/page/app-paths-manifest.json +3 -0
  154. package/dist/standalone/next-output/server/app/settings/pomodoro/page/build-manifest.json +17 -0
  155. package/dist/standalone/next-output/server/app/settings/pomodoro/page/next-font-manifest.json +11 -0
  156. package/dist/standalone/next-output/server/app/settings/pomodoro/page/react-loadable-manifest.json +1 -0
  157. package/dist/standalone/next-output/server/app/settings/pomodoro/page/server-reference-manifest.json +4 -0
  158. package/dist/standalone/next-output/server/app/settings/pomodoro/page.js +16 -0
  159. package/dist/standalone/next-output/server/app/settings/pomodoro/page.js.nft.json +1 -0
  160. package/dist/standalone/next-output/server/app/settings/pomodoro/page_client-reference-manifest.js +3 -0
  161. package/dist/standalone/next-output/server/app/settings/tags/page/build-manifest.json +5 -5
  162. package/dist/standalone/next-output/server/app/settings/tags/page.js +6 -5
  163. package/dist/standalone/next-output/server/app/settings/tags/page.js.nft.json +1 -1
  164. package/dist/standalone/next-output/server/app/settings/tags/page_client-reference-manifest.js +1 -1
  165. package/dist/standalone/next-output/server/app/sheets/page/app-paths-manifest.json +3 -0
  166. package/dist/standalone/next-output/server/app/sheets/page/build-manifest.json +17 -0
  167. package/dist/standalone/next-output/server/app/sheets/page/next-font-manifest.json +11 -0
  168. package/dist/standalone/next-output/server/app/sheets/page/react-loadable-manifest.json +1 -0
  169. package/dist/standalone/next-output/server/app/sheets/page/server-reference-manifest.json +4 -0
  170. package/dist/standalone/next-output/server/app/sheets/page.js +16 -0
  171. package/dist/standalone/next-output/server/app/sheets/page.js.nft.json +1 -0
  172. package/dist/standalone/next-output/server/app/sheets/page_client-reference-manifest.js +3 -0
  173. package/dist/standalone/next-output/server/app/today/page/app-paths-manifest.json +3 -0
  174. package/dist/standalone/next-output/server/app/today/page/build-manifest.json +17 -0
  175. package/dist/standalone/next-output/server/app/today/page/next-font-manifest.json +11 -0
  176. package/dist/standalone/next-output/server/app/today/page/react-loadable-manifest.json +1 -0
  177. package/dist/standalone/next-output/server/app/today/page/server-reference-manifest.json +4 -0
  178. package/dist/standalone/next-output/server/app/today/page.js +16 -0
  179. package/dist/standalone/next-output/server/app/today/page.js.nft.json +1 -0
  180. package/dist/standalone/next-output/server/app/today/page_client-reference-manifest.js +3 -0
  181. package/dist/standalone/next-output/server/app-paths-manifest.json +14 -1
  182. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0-xbdkv._.js +3 -0
  183. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0.ztg_g._.js +3 -0
  184. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__00_xlkl._.js +3 -0
  185. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__01dpndl._.js +3 -0
  186. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__02io6cv._.js +3 -0
  187. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__07sy349._.js +3 -0
  188. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0a7wn1j._.js +3 -0
  189. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0ebiisd._.js +3 -0
  190. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0g~~yai._.js +3 -0
  191. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0ixkum3._.js +3 -0
  192. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0knbeau._.js +3 -0
  193. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0l9xtqh._.js +3 -0
  194. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0o1mjxc._.js +3 -0
  195. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0qxlpdo._.js +3 -0
  196. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0s7i732._.js +3 -0
  197. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0wtdkb3._.js +3 -0
  198. package/dist/standalone/next-output/server/chunks/{[root-of-the-server]__02~w0lb._.js → [root-of-the-server]__0z74go2._.js} +2 -2
  199. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0~zviro._.js +3 -0
  200. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__13n2uo8._.js +3 -0
  201. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__13w~fds._.js +3 -0
  202. package/dist/standalone/next-output/server/chunks/_0vvs4p8._.js +3 -0
  203. package/dist/standalone/next-output/server/chunks/_0vzosja._.js +3 -0
  204. package/dist/standalone/next-output/server/chunks/_0y.amf.._.js +3 -0
  205. package/dist/standalone/next-output/server/chunks/_0ysbhok._.js +3 -0
  206. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_entry_suggest-description_route_actions_0cdw2b0.js +3 -0
  207. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_focus-nudges_status_route_actions_0eit0d3.js +3 -0
  208. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sheet_active_route_actions_0vwkhw..js +3 -0
  209. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_sync_merge-on-load_route_actions_0yu2xg-.js +3 -0
  210. package/dist/standalone/next-output/server/chunks/_next-internal_server_app_api_ui-preferences_merge-on-load_route_actions_06ep~.j.js +3 -0
  211. package/dist/standalone/next-output/server/chunks/ssr/0elt_date-fns_format_0j.rx2u.js +3 -0
  212. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_0pyvy-l._.js +6 -0
  213. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_04bpslp._.js +1 -1
  214. package/dist/standalone/next-output/server/chunks/ssr/{0z~i_next_dist_0u6ij0z._.js → 0z~i_next_dist_0kux32m._.js} +2 -2
  215. package/dist/standalone/next-output/server/chunks/ssr/{_0vrl3h2._.js → 0z~i_next_dist_0s-rnzm._.js} +2 -2
  216. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0-6~y~c.js +4 -0
  217. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_01origm.js +4 -0
  218. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_03p53oc.js +4 -0
  219. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_06-a75g.js +4 -0
  220. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_08fopnn.js +4 -0
  221. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_09dgn0-.js +4 -0
  222. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0smfg-k.js +4 -0
  223. package/dist/standalone/next-output/server/chunks/ssr/0z~i_next_dist_esm_build_templates_app-page_0ufhb2c.js +4 -0
  224. package/dist/standalone/next-output/server/chunks/ssr/{[root-of-the-server]__12q4x7c._.js → [root-of-the-server]__03mtg~.._.js} +2 -2
  225. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__04rw9_a._.js +3 -0
  226. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__06tjg41._.js +3 -0
  227. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__08321hx._.js +3 -0
  228. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0c.ljsw._.js +3 -0
  229. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0d6d7oj._.js +3 -0
  230. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ddge-d._.js +3 -0
  231. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0jx47wg._.js +3 -0
  232. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ljly6c._.js +3 -0
  233. package/dist/standalone/next-output/server/chunks/ssr/{[root-of-the-server]__0p74awc._.js → [root-of-the-server]__0n8s9zq._.js} +2 -2
  234. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0px9gk1._.js +3 -0
  235. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0qfxx_p._.js +3 -0
  236. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0t-0r_3._.js +3 -0
  237. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ue-tr6._.js +3 -0
  238. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0v7ghh2._.js +3 -0
  239. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0wmfvtj._.js +3 -0
  240. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0zxgb-a._.js +3 -0
  241. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0~t0puh._.js +3 -0
  242. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__10r4pdz._.js +3 -0
  243. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__11i.wpb._.js +3 -0
  244. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__12y1a.s._.js +3 -0
  245. package/dist/standalone/next-output/server/chunks/ssr/_00_8gfw._.js +3 -0
  246. package/dist/standalone/next-output/server/chunks/ssr/_00x~ete._.js +3 -0
  247. package/dist/standalone/next-output/server/chunks/ssr/_059wg4v._.js +3 -0
  248. package/dist/standalone/next-output/server/chunks/ssr/_08iak5j._.js +3 -0
  249. package/dist/standalone/next-output/server/chunks/ssr/_09-_33p._.js +3 -0
  250. package/dist/standalone/next-output/server/chunks/ssr/_0_aptb7._.js +3 -0
  251. package/dist/standalone/next-output/server/chunks/ssr/_0_k2414._.js +3 -0
  252. package/dist/standalone/next-output/server/chunks/ssr/_0a899fn._.js +3 -0
  253. package/dist/standalone/next-output/server/chunks/ssr/_0axgv9-._.js +3 -0
  254. package/dist/standalone/next-output/server/chunks/ssr/_0ceu~9f._.js +3 -0
  255. package/dist/standalone/next-output/server/chunks/ssr/_0hs4c5u._.js +3 -0
  256. package/dist/standalone/next-output/server/chunks/ssr/_0i4.n_a._.js +3 -0
  257. package/dist/standalone/next-output/server/chunks/ssr/_0k06nbl._.js +61 -0
  258. package/dist/standalone/next-output/server/chunks/ssr/_0ks2fqx._.js +3 -0
  259. package/dist/standalone/next-output/server/chunks/ssr/_0n4osnj._.js +3 -0
  260. package/dist/standalone/next-output/server/chunks/ssr/_0nz4ym1._.js +3 -0
  261. package/dist/standalone/next-output/server/chunks/ssr/{_0j.-r89._.js → _0r_7~d.._.js} +3 -3
  262. package/dist/standalone/next-output/server/chunks/ssr/_0st.s39._.js +3 -0
  263. package/dist/standalone/next-output/server/chunks/ssr/_0u8~h8i._.js +3 -0
  264. package/dist/standalone/next-output/server/chunks/ssr/_0wg9~zr._.js +3 -0
  265. package/dist/standalone/next-output/server/chunks/ssr/_0xrc5.~._.js +3 -0
  266. package/dist/standalone/next-output/server/chunks/ssr/_0ybsqe1._.js +3 -0
  267. package/dist/standalone/next-output/server/chunks/ssr/_0ycs85o._.js +3 -0
  268. package/dist/standalone/next-output/server/chunks/ssr/_0zk9gtm._.js +3 -0
  269. package/dist/standalone/next-output/server/chunks/ssr/_11d2qve._.js +3 -0
  270. package/dist/standalone/next-output/server/chunks/ssr/_138a8mc._.js +3 -0
  271. package/dist/standalone/next-output/server/chunks/ssr/_13crob-._.js +3 -0
  272. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_offline_page_actions_0j41zoc.js +3 -0
  273. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_pomodoro_page_actions_0o205w3.js +3 -0
  274. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_settings_ai-suggestions_page_actions_0p0rvha.js +3 -0
  275. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_settings_cloud-sync_page_actions_0ld6e8p.js +3 -0
  276. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_settings_goals_page_actions_0qqx~n2.js +3 -0
  277. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_settings_pomodoro_page_actions_0gky.2e.js +3 -0
  278. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_sheets_page_actions_0cqf0.l.js +3 -0
  279. package/dist/standalone/next-output/server/chunks/ssr/_next-internal_server_app_today_page_actions_0of2-iy.js +3 -0
  280. package/dist/standalone/next-output/server/chunks/ssr/components_0rm~268._.js +3 -0
  281. package/dist/standalone/next-output/server/chunks/ssr/components_reporting-view_tsx_0-0ofcv._.js +1 -1
  282. package/dist/standalone/next-output/server/chunks/ssr/components_tracker-app_tsx_0qs9.7y._.js +1 -1
  283. package/dist/standalone/next-output/server/chunks/ssr/lib_0c0z4q-._.js +3 -0
  284. package/dist/standalone/next-output/server/chunks/ssr/{0z~i_next_dist_client_components_0247lue._.js → node_modules__pnpm_0u1tjhh._.js} +2 -2
  285. package/dist/standalone/next-output/server/middleware-build-manifest.js +8 -8
  286. package/dist/standalone/next-output/server/middleware-manifest.json +1 -1
  287. package/dist/standalone/next-output/server/next-font-manifest.js +1 -1
  288. package/dist/standalone/next-output/server/next-font-manifest.json +32 -0
  289. package/dist/standalone/next-output/server/pages/500.html +1 -1
  290. package/dist/standalone/next-output/server/pages-manifest.json +0 -1
  291. package/dist/standalone/next-output/static/chunks/0.--_5xgw~jq3.js +1 -0
  292. package/dist/standalone/next-output/static/chunks/00~ilmka-h85i.js +1 -0
  293. package/dist/standalone/next-output/static/chunks/01f_tq~9x~8zv.js +1 -0
  294. package/dist/standalone/next-output/static/chunks/01h-_jcedsju8.js +1 -0
  295. package/dist/standalone/next-output/static/chunks/03flgrd7bw9r5.js +1 -0
  296. package/dist/standalone/next-output/static/chunks/04_2jzw-uhhu0.js +2 -0
  297. package/dist/standalone/next-output/static/chunks/{04i7.d4zi~oe6.js → 04zgidsnwp2rr.js} +14 -14
  298. package/dist/standalone/next-output/static/chunks/06u43x9tl391w.js +1 -0
  299. package/dist/standalone/next-output/static/chunks/0beicab6wjk6i.js +1 -0
  300. package/dist/standalone/next-output/static/chunks/0d7jhm_3u1qc8.js +1 -0
  301. package/dist/standalone/next-output/static/chunks/0jf22qg9qg-gc.js +1 -0
  302. package/dist/standalone/next-output/static/chunks/0jmzwpfmnsd3v.js +1 -0
  303. package/dist/standalone/next-output/static/chunks/{0n~v8~rri7~t2.js → 0lgo02csmvyps.js} +1 -1
  304. package/dist/standalone/next-output/static/chunks/0l~uil8w-ewlm.js +1 -0
  305. package/dist/standalone/next-output/static/chunks/0n2~cs.u7bygu.js +1 -0
  306. package/dist/standalone/next-output/static/chunks/0p-_potvb-of4.js +1 -0
  307. package/dist/standalone/next-output/static/chunks/0pad.4ycu.c9a.js +1 -0
  308. package/dist/standalone/next-output/static/chunks/0r_p~8b~slwz6.js +1 -0
  309. package/dist/standalone/next-output/static/chunks/0uqa2icli2jfg.js +1 -0
  310. package/dist/standalone/next-output/static/chunks/0wwa4vyavaj9y.js +1 -0
  311. package/dist/standalone/next-output/static/chunks/0yi4m~~80yeqj.js +1 -0
  312. package/dist/standalone/next-output/static/chunks/0yl69md~v-u0j.js +1 -0
  313. package/dist/standalone/next-output/static/chunks/0ztw.xdr4egi9.js +4 -0
  314. package/dist/standalone/next-output/static/chunks/0zx~44x9cv897.js +31 -0
  315. package/dist/standalone/next-output/static/chunks/145wpjuqytc0-.js +1 -0
  316. package/dist/standalone/next-output/static/chunks/16mdccb8.20ou.css +3 -0
  317. package/dist/standalone/next-output/static/chunks/16unuw80qbxmx.js +1 -0
  318. package/dist/standalone/next-output/static/chunks/18c9gg_1a7.0p.js +1 -0
  319. package/dist/standalone/next-output/static/chunks/{turbopack-0st0r~j~gn7ke.js → turbopack-09e2mm19twlrw.js} +1 -1
  320. package/dist/standalone/package.json +1 -1
  321. package/dist/standalone/public/icons/pwa-icon-192.svg +6 -0
  322. package/dist/standalone/public/icons/pwa-icon-512.svg +6 -0
  323. package/dist/standalone/public/manifest.webmanifest +30 -0
  324. package/dist/standalone/public/sw.js +144 -0
  325. package/package.json +1 -1
  326. package/dist/standalone/next-output/server/app/_not-found.html +0 -1
  327. package/dist/standalone/next-output/server/app/_not-found.meta +0 -16
  328. package/dist/standalone/next-output/server/app/_not-found.rsc +0 -26
  329. package/dist/standalone/next-output/server/app/_not-found.segments/_full.segment.rsc +0 -26
  330. package/dist/standalone/next-output/server/app/_not-found.segments/_head.segment.rsc +0 -6
  331. package/dist/standalone/next-output/server/app/_not-found.segments/_index.segment.rsc +0 -11
  332. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
  333. package/dist/standalone/next-output/server/app/_not-found.segments/_not-found.segment.rsc +0 -5
  334. package/dist/standalone/next-output/server/app/_not-found.segments/_tree.segment.rsc +0 -2
  335. package/dist/standalone/next-output/server/app/settings/display.html +0 -1
  336. package/dist/standalone/next-output/server/app/settings/display.meta +0 -16
  337. package/dist/standalone/next-output/server/app/settings/display.rsc +0 -44
  338. package/dist/standalone/next-output/server/app/settings/display.segments/_full.segment.rsc +0 -44
  339. package/dist/standalone/next-output/server/app/settings/display.segments/_head.segment.rsc +0 -6
  340. package/dist/standalone/next-output/server/app/settings/display.segments/_index.segment.rsc +0 -11
  341. package/dist/standalone/next-output/server/app/settings/display.segments/_tree.segment.rsc +0 -4
  342. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display/__PAGE__.segment.rsc +0 -20
  343. package/dist/standalone/next-output/server/app/settings/display.segments/settings/display.segment.rsc +0 -5
  344. package/dist/standalone/next-output/server/app/settings/display.segments/settings.segment.rsc +0 -5
  345. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_0213rdf.js +0 -3
  346. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_03g03g4.js +0 -3
  347. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_03tgdq_.js +0 -3
  348. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_04pkg4k.js +0 -3
  349. package/dist/standalone/next-output/server/chunks/0z~i_next_dist_esm_build_templates_app-route_04xu.yc.js +0 -3
  350. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0-vx9fd._.js +0 -3
  351. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0.pes14._.js +0 -3
  352. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__01gv623._.js +0 -3
  353. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__07steou._.js +0 -3
  354. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0_iol1b._.js +0 -3
  355. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0czppph._.js +0 -3
  356. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0j0740e._.js +0 -3
  357. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0jki.34._.js +0 -3
  358. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0p-frp1._.js +0 -3
  359. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0p1kxjf._.js +0 -3
  360. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__0rqulo~._.js +0 -3
  361. package/dist/standalone/next-output/server/chunks/[root-of-the-server]__12h-035._.js +0 -3
  362. package/dist/standalone/next-output/server/chunks/_0..mseh._.js +0 -3
  363. package/dist/standalone/next-output/server/chunks/_0900_l.._.js +0 -3
  364. package/dist/standalone/next-output/server/chunks/_0it7w3b._.js +0 -3
  365. package/dist/standalone/next-output/server/chunks/_0oz1whe._.js +0 -3
  366. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__00t2myd._.js +0 -3
  367. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__01coapr._.js +0 -3
  368. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__045~xw2._.js +0 -3
  369. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0mc.wxv._.js +0 -3
  370. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0mjp16u._.js +0 -3
  371. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0ucb5c~._.js +0 -3
  372. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0urz1s3._.js +0 -3
  373. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0uw_dut._.js +0 -3
  374. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__0wm37im._.js +0 -3
  375. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__113akjz._.js +0 -3
  376. package/dist/standalone/next-output/server/chunks/ssr/[root-of-the-server]__13dr511._.js +0 -3
  377. package/dist/standalone/next-output/server/chunks/ssr/_0.-wxz~._.js +0 -3
  378. package/dist/standalone/next-output/server/chunks/ssr/_01xe83y._.js +0 -64
  379. package/dist/standalone/next-output/server/chunks/ssr/_02np35c._.js +0 -3
  380. package/dist/standalone/next-output/server/chunks/ssr/_03kx6a3._.js +0 -64
  381. package/dist/standalone/next-output/server/chunks/ssr/_06.f~a.._.js +0 -3
  382. package/dist/standalone/next-output/server/chunks/ssr/_06yb2en._.js +0 -3
  383. package/dist/standalone/next-output/server/chunks/ssr/_0iqbilg._.js +0 -64
  384. package/dist/standalone/next-output/server/chunks/ssr/_0ox~9uu._.js +0 -3
  385. package/dist/standalone/next-output/server/chunks/ssr/_0x1bw~i._.js +0 -3
  386. package/dist/standalone/next-output/server/chunks/ssr/_0ykqba1._.js +0 -3
  387. package/dist/standalone/next-output/server/chunks/ssr/_0zp.x0b._.js +0 -3
  388. package/dist/standalone/next-output/server/chunks/ssr/components_0mwejmt._.js +0 -3
  389. package/dist/standalone/next-output/server/chunks/ssr/components_109-aj4._.js +0 -3
  390. package/dist/standalone/next-output/server/chunks/ssr/lib_0x8xvli._.js +0 -3
  391. package/dist/standalone/next-output/server/pages/404.html +0 -1
  392. package/dist/standalone/next-output/static/chunks/01mevzl3z5cgt.js +0 -1
  393. package/dist/standalone/next-output/static/chunks/05161-t.3egqv.js +0 -4
  394. package/dist/standalone/next-output/static/chunks/0708yw9dysifo.js +0 -2
  395. package/dist/standalone/next-output/static/chunks/0_ksz4lai0fyf.js +0 -1
  396. package/dist/standalone/next-output/static/chunks/0b41d5ys.-f0z.js +0 -1
  397. package/dist/standalone/next-output/static/chunks/0dap7q~qaakti.js +0 -1
  398. package/dist/standalone/next-output/static/chunks/0e9-u5vmtujdj.js +0 -1
  399. package/dist/standalone/next-output/static/chunks/0g7b1~gza1y3a.js +0 -1
  400. package/dist/standalone/next-output/static/chunks/0h-q8kc3tbcj8.js +0 -1
  401. package/dist/standalone/next-output/static/chunks/0koldw9zjijry.js +0 -31
  402. package/dist/standalone/next-output/static/chunks/0pyyx.xdi5hi-.js +0 -1
  403. package/dist/standalone/next-output/static/chunks/0t2dqc8t4.4r~.js +0 -1
  404. package/dist/standalone/next-output/static/chunks/0uezeykgodd86.js +0 -1
  405. package/dist/standalone/next-output/static/chunks/0wf_vm8b1-jq3.js +0 -1
  406. package/dist/standalone/next-output/static/chunks/0y833~et3ssz2.js +0 -1
  407. package/dist/standalone/next-output/static/chunks/0yxiwfqfaqly7.css +0 -3
  408. package/dist/standalone/next-output/static/chunks/10ey~m_2o0rlr.js +0 -1
  409. /package/dist/standalone/next-output/static/{DquhSHeykhjs4ylW6BQ87 → uDCGSwlW4NbB5dHgt5rHB}/_buildManifest.js +0 -0
  410. /package/dist/standalone/next-output/static/{DquhSHeykhjs4ylW6BQ87 → uDCGSwlW4NbB5dHgt5rHB}/_clientMiddlewareManifest.js +0 -0
  411. /package/dist/standalone/next-output/static/{DquhSHeykhjs4ylW6BQ87 → uDCGSwlW4NbB5dHgt5rHB}/_ssgManifest.js +0 -0
@@ -1 +0,0 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,42552,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return o},formatWithValidation:function(){return u},urlObjectKeys:function(){return i}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let s=e.r(44066)._(e.r(78677)),l=/https?|ftp|gopher|file/;function o(e){let{auth:t,hostname:r}=e,n=e.protocol||"",a=e.pathname||"",o=e.hash||"",i=e.query||"",u=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?u=t+e.host:r&&(u=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(u+=":"+e.port)),i&&"object"==typeof i&&(i=String(s.urlQueryToSearchParams(i)));let c=e.search||i&&`?${i}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||l.test(n))&&!1!==u?(u="//"+(u||""),a&&"/"!==a[0]&&(a="/"+a)):u||(u=""),o&&"#"!==o[0]&&(o="#"+o),c&&"?"!==c[0]&&(c="?"+c),a=a.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${n}${u}${a}${c}${o}`}let i=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function u(e){return o(e)}},37879,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return a}});let n=e.r(34416);function a(e,t){let r=(0,n.useRef)(null),a=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=a.current;t&&(a.current=null,t())}else e&&(r.current=s(e,n)),t&&(a.current=s(t,n))},[e,t])}function s(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},59246,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return s}});let n=e.r(31047),a=e.r(63334);function s(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,a.hasBasePath)(r.pathname)}catch(e){return!1}}},10364,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},45958,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return g},useLinkStatus:function(){return _}};for(var a in n)Object.defineProperty(r,a,{enumerable:!0,get:n[a]});let s=e.r(44066),l=e.r(54710),o=s._(e.r(34416)),i=e.r(42552),u=e.r(61717),c=e.r(37879),d=e.r(31047),p=e.r(20321);e.r(90503);let h=e.r(38520),f=e.r(19947),m=e.r(59246),x=e.r(99046);function g(t){var r,n;let a,s,g,[_,y]=(0,o.useOptimistic)(f.IDLE_LINK_STATUS),v=(0,o.useRef)(null),{href:j,as:w,children:N,prefetch:k=null,passHref:S,replace:C,shallow:E,scroll:P,onClick:T,onMouseEnter:O,onTouchStart:R,legacyBehavior:L=!1,onNavigate:U,transitionTypes:A,ref:M,unstable_dynamicOnHover:I,...$}=t;a=N,L&&("string"==typeof a||"number"==typeof a)&&(a=(0,l.jsx)("a",{children:a}));let B=o.default.useContext(u.AppRouterContext),K=!1!==k,D=!1!==k?null===(n=k)||"auto"===n?x.FetchStrategy.PPR:x.FetchStrategy.Full:x.FetchStrategy.PPR,F="string"==typeof(r=w||j)?r:(0,i.formatUrl)(r);if(L){if(a?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});s=o.default.Children.only(a)}let W=L?s&&"object"==typeof s&&s.ref:M,z=o.default.useCallback(e=>(null!==B&&(v.current=(0,f.mountLinkInstance)(e,F,B,D,K,y)),()=>{v.current&&((0,f.unmountLinkForCurrentNavigation)(v.current),v.current=null),(0,f.unmountPrefetchableInstance)(e)}),[K,F,B,D,y]),q={ref:(0,c.useMergedRef)(z,W),onClick(t){L||"function"!=typeof T||T(t),L&&s.props&&"function"==typeof s.props.onClick&&s.props.onClick(t),!B||t.defaultPrevented||function(t,r,n,a,s,l,i){if("u">typeof window){let u,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((u=t.currentTarget.getAttribute("target"))&&"_self"!==u||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,m.isLocalURL)(r)){a&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),l){let e=!1;if(l({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(91087);o.default.startTransition(()=>{d(r,a?"replace":"push",!1===s?h.ScrollBehavior.NoScroll:h.ScrollBehavior.Default,n.current,i)})}}(t,F,v,C,P,U,A)},onMouseEnter(e){L||"function"!=typeof O||O(e),L&&s.props&&"function"==typeof s.props.onMouseEnter&&s.props.onMouseEnter(e),B&&K&&(0,f.onNavigationIntent)(e.currentTarget,!0===I)},onTouchStart:function(e){L||"function"!=typeof R||R(e),L&&s.props&&"function"==typeof s.props.onTouchStart&&s.props.onTouchStart(e),B&&K&&(0,f.onNavigationIntent)(e.currentTarget,!0===I)}};return(0,d.isAbsoluteUrl)(F)?q.href=F:L&&!S&&("a"!==s.type||"href"in s.props)||(q.href=(0,p.addBasePath)(F)),g=L?o.default.cloneElement(s,q):(0,l.jsx)("a",{...$,...q,children:a}),(0,l.jsx)(b.Provider,{value:_,children:g})}e.r(10364);let b=(0,o.createContext)(f.IDLE_LINK_STATUS),_=()=>(0,o.useContext)(b);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},77882,e=>{"use strict";var t=e.i(71060),r=e.i(34416),n=e.i(83105),a=e.i(32417),s=e.i(46549);e.s(["use_supabase_auth_session",0,function(){let e=(0,t.useRouter)(),[l,o]=(0,r.useState)(null),[i,u]=(0,r.useState)(!1),c=(0,a.is_supabase_configured)();return(0,r.useEffect)(()=>{if(!c)return;let e=(0,n.create_browser_supabase_client)();e.auth.getUser().then(({data:{user:e}})=>{o(e?.email??null)});let{data:{subscription:t}}=e.auth.onAuthStateChange((e,t)=>{o(t?.user.email??null)});return()=>{t.unsubscribe()}},[c]),{is_configured:c,email:l,is_pending:i,sign_out:(0,r.useCallback)(async()=>{u(!0);try{await fetch("/api/auth/signout",{method:"POST"});let t=(0,n.create_browser_supabase_client)();await t.auth.signOut(),(0,s.notify_settings_saved)("Signed out"),e.refresh()}finally{u(!1)}},[e])}}])},648,e=>{"use strict";var t=e.i(54710);function r(){return(0,t.jsx)("svg",{className:"block h-4 w-4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,t.jsx)("path",{d:"M17.5 19a4.5 4.5 0 0 0 0-9 6.5 6.5 0 0 0-12.6 1.5A4 4 0 0 0 6 19h11.5z"})})}var n=e.i(77882);e.s(["TopbarCloudStatus",0,function(){let{email:e,is_configured:a}=(0,n.use_supabase_auth_session)();return a&&null!==e?(0,t.jsxs)("div",{className:"group relative flex items-center",children:[(0,t.jsx)("span",{className:"inline-flex h-8 w-8 items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-accent","aria-label":`Cloud sync active for ${e}`,role:"img",children:(0,t.jsx)(r,{})}),(0,t.jsx)("div",{role:"tooltip",className:"pointer-events-none absolute right-0 top-full z-50 mt-1.5 w-max max-w-[min(18rem,calc(100vw-2.5rem))] opacity-0 transition-opacity duration-150 group-hover:opacity-100 group-focus-within:opacity-100",children:(0,t.jsxs)("div",{className:"rounded-md border border-panel-border bg-panel px-2.5 py-1.5 shadow-md",children:[(0,t.jsx)("p",{className:"m-0 text-[0.72rem] font-semibold uppercase tracking-[0.04em] text-muted",children:"Signed in as"}),(0,t.jsx)("p",{className:"m-0 max-w-[16rem] truncate text-[0.82rem] font-medium",title:e,children:e})]})})]}):null}],648)},37399,e=>{"use strict";var t=e.i(54710);e.s(["HamburgerIcon",0,function(){return(0,t.jsxs)("svg",{className:"block h-4 w-4 text-muted",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:[(0,t.jsx)("path",{d:"M4 7h16"}),(0,t.jsx)("path",{d:"M4 12h16"}),(0,t.jsx)("path",{d:"M4 17h16"})]})}])},90463,e=>{"use strict";e.s(["build_auth_page_href",0,function(e,t){let r="sign_in"===e?"/login":"/register",n=t.trim();return 0===n.length||"/"===n?r:`${r}?next=${encodeURIComponent(n)}`}])},76003,38240,e=>{"use strict";function t(){return"u"<typeof document?"dark":"light"===document.documentElement.getAttribute("data-theme")?"light":"dark"}e.s(["get_theme_server_snapshot",0,function(){return"dark"},"get_theme_snapshot",0,function(){return t()}],76003);var r=e.i(17798),n=e.i(35434),a=e.i(10464),s=e.i(81553);e.s(["toggle_theme",0,function(){let e="dark"===t()?"light":"dark";(0,r.apply_theme)(e),(0,s.write_stored_theme)(e),a.theme_mode_preference.write(e),a.theme_mode_preference.notify(),(0,n.notify_theme_subscribers)()}],38240)},25204,e=>{"use strict";var t=e.i(34416),r=e.i(72074);e.s(["use_escape_to_cancel",0,function(e,n=!0){let a=(0,t.useRef)(e);a.current=e,(0,t.useEffect)(()=>{if(!n)return;let e=e=>{"Escape"!==e.key||(0,r.is_modal_dialog_open)()||(e.preventDefault(),a.current())};return document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[n])}])},75404,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(648),a=e.i(71060),s=e.i(34416),l=e.i(37399),o=e.i(90463),i=e.i(76003),u=e.i(35434),c=e.i(38240),d=e.i(25204),p=e.i(77882);let h="block w-full cursor-pointer rounded-[0.45rem] border-0 bg-transparent px-2.5 py-1.5 text-left font-inherit text-[0.85rem] text-inherit no-underline hover:bg-surface-hover disabled:cursor-not-allowed disabled:opacity-55";function f(){let e=(0,a.useRouter)(),n=(0,a.usePathname)()??"/",f=(0,s.useSyncExternalStore)(u.subscribe_theme,i.get_theme_snapshot,i.get_theme_server_snapshot),{email:m,is_configured:x,is_pending:g,sign_out:b}=(0,p.use_supabase_auth_session)(),[_,y]=(0,s.useState)(!1),v=(0,s.useRef)(null);(0,s.useEffect)(()=>{if(!_)return;let e=e=>{null===v.current||v.current.contains(e.target)||y(!1)};return document.addEventListener("pointerdown",e),()=>{document.removeEventListener("pointerdown",e)}},[_]);let j=()=>{y(!1)};return(0,d.use_escape_to_cancel)(j,_),(0,t.jsxs)("div",{className:"relative shrink-0",ref:v,children:[(0,t.jsx)("button",{type:"button",className:"inline-flex h-8 w-8 cursor-pointer items-center justify-center rounded-full border border-panel-border bg-ghost-bg text-muted hover:bg-surface-hover hover:text-foreground focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent","aria-label":"Open menu","aria-expanded":_,"aria-haspopup":"menu",onClick:()=>y(e=>!e),children:(0,t.jsx)(l.HamburgerIcon,{})}),_?(0,t.jsxs)("ul",{className:"absolute right-0 top-full z-50 mt-1.5 min-w-56 list-none rounded-md border border-panel-border bg-panel p-1.5 shadow-md",role:"menu",children:[x&&null!==m?(0,t.jsx)("li",{role:"none",children:(0,t.jsx)("p",{className:"m-0 truncate px-2.5 py-1 text-[0.72rem] uppercase tracking-[0.04em] text-muted",title:m,children:m})}):null,(0,t.jsx)("li",{role:"none",children:(0,t.jsx)(r.default,{href:"/settings",className:h,role:"menuitem",onClick:j,children:"Settings"})}),(0,t.jsx)("li",{role:"none",children:(0,t.jsx)(r.default,{href:"/settings/tags",className:h,role:"menuitem",onClick:j,children:"Manage tags"})}),(0,t.jsx)("li",{className:"my-1 border-t border-panel-border",role:"separator","aria-hidden":"true"}),(0,t.jsx)("li",{role:"none",children:(0,t.jsx)("button",{type:"button",className:h,role:"menuitem",onClick:()=>{j(),(0,c.toggle_theme)()},suppressHydrationWarning:!0,children:(0,t.jsxs)("span",{className:"inline-flex items-center gap-2",children:[(0,t.jsx)("span",{"aria-hidden":"true",children:"dark"===f?"☾":"☀"}),(0,t.jsxs)("span",{children:["dark"===f?"Dark":"Light"," theme"]})]})})}),(0,t.jsx)("li",{role:"none",children:(0,t.jsxs)("button",{type:"button",className:h,role:"menuitem",onClick:()=>{j(),document.dispatchEvent(new KeyboardEvent("keydown",{key:"?",shiftKey:!0,bubbles:!0}))},children:["Keyboard shortcuts",(0,t.jsx)("span",{className:"ml-1 text-muted",children:"(?)"})]})}),x?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("li",{className:"my-1 border-t border-panel-border",role:"separator","aria-hidden":"true"}),null===m?(0,t.jsx)("li",{role:"none",children:(0,t.jsx)("button",{type:"button",className:h,role:"menuitem",onClick:()=>{j(),e.push((0,o.build_auth_page_href)("sign_in",n))},children:"Sign in"})}):(0,t.jsx)("li",{role:"none",children:(0,t.jsx)("button",{type:"button",className:`${h} text-danger`,role:"menuitem",disabled:g,onClick:()=>{j(),b()},children:g?"Signing out…":"Sign out"})})]}):null]}):null]})}function m({current:e,parent:n}){return(0,t.jsx)("nav",{"aria-label":"Breadcrumb",className:"min-w-0 text-left",children:(0,t.jsxs)("ol",{className:"m-0 flex list-none flex-wrap items-center gap-1.5 p-0 text-[0.85rem]",children:[(0,t.jsx)("li",{children:(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:"/",children:"Tracker"})}),void 0!==n?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{children:void 0!==n.href?(0,t.jsx)(r.default,{className:"text-muted no-underline hover:text-foreground",href:n.href,children:n.label}):(0,t.jsx)("span",{className:"text-muted",children:n.label})})]}):null,(0,t.jsx)("li",{className:"text-muted","aria-hidden":"true",children:"/"}),(0,t.jsx)("li",{className:"font-medium text-foreground","aria-current":"page",children:e})]})})}e.s(["TrackerTopbar",0,function({breadcrumb:e}={}){return(0,t.jsx)("header",{className:"relative z-1 border-b border-panel-border bg-[color-mix(in_srgb,var(--panel)_92%,var(--background))] shadow-sm backdrop-blur-[10px]",children:(0,t.jsxs)("div",{className:"mx-auto flex max-w-[1120px] min-h-13 flex-wrap items-center gap-x-4 gap-y-2 px-5",children:[(0,t.jsx)("span",{className:"inline-flex shrink-0 items-center font-mono text-[0.72rem] font-semibold uppercase leading-tight tracking-[0.08em] text-accent whitespace-nowrap",children:"super-time-tracker"}),void 0!==e?(0,t.jsx)(m,{current:e.current,parent:e.parent}):null,(0,t.jsxs)("div",{className:"ml-auto flex shrink-0 items-center justify-end gap-2",children:[(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/",children:"Tracker"}),(0,t.jsx)(r.default,{className:"rounded-full px-3 py-1.5 text-[0.85rem] font-semibold text-muted no-underline hover:bg-surface-hover hover:text-foreground",href:"/reporting",children:"Reporting"}),(0,t.jsx)(n.TopbarCloudStatus,{}),(0,t.jsx)(f,{})]})]})})}],75404)},52405,e=>{"use strict";e.s(["get_input_class_name",0,function(e="default"){let t="box-border max-w-full min-w-0 w-full rounded-[0.65rem] border border-panel-border bg-input-bg px-3 py-2.5 font-inherit text-inherit transition-[background-color,border-color] duration-200 focus:border-input-focus-border focus:outline-none";return"compact"===e?`${t} px-2.5 py-2`:t}])},6343,e=>{"use strict";var t=e.i(54710),r=e.i(45958),n=e.i(71060),a=e.i(34416),s=e.i(89497),l=e.i(83105),o=e.i(90463),i=e.i(52663),u=e.i(52405),c=e.i(32417);e.s(["SupabaseAuthForm",0,function({mode:e,redirect_to:d="/"}){var p;let h,f,m=(0,n.useRouter)(),[x,g]=(0,a.useState)(""),[b,_]=(0,a.useState)(""),[y,v]=(0,a.useState)(""),[j,w]=(0,a.useState)(null),[N,k]=(0,a.useState)(null),[S,C]=(0,a.useState)(!1),E="sign_up"===e,P=(0,o.build_auth_page_href)(E?"sign_in":"sign_up",d),T=(h=(p={email:x,password:b,password_confirm:y,is_sign_up:E}).email.trim(),f=p.password.length>0,h.length>0&&!!f&&!(p.password.length<8)&&(!p.is_sign_up||p.password_confirm.length>0&&p.password===p.password_confirm)),O=E&&y.length>0&&b!==y;if(!(0,c.is_supabase_configured)())return(0,t.jsx)("p",{className:"m-0 text-[0.85rem] text-danger",children:"Supabase is not configured. Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to your environment."});let R=async e=>{if(e.preventDefault(),!T)return;C(!0),w(null),k(null);let t=(0,l.create_browser_supabase_client)(),r=x.trim();try{if(E){let{error:e}=await t.auth.signUp({email:r,password:b,options:{emailRedirectTo:`${window.location.origin}/auth/callback?next=${encodeURIComponent(d)}`}});if(null!==e)throw e;k("Check your email to confirm the account, then sign in here.");return}let{error:e}=await t.auth.signInWithPassword({email:r,password:b});if(null!==e)throw e;let n=await fetch("/api/sync/import",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({preferences:(0,s.collect_ui_preferences_from_window)()})});if(!n.ok){let e=await n.json();throw Error(e.error??"Cloud import failed")}m.push(d),m.refresh()}catch(e){w(e instanceof Error?e.message:String(e))}finally{C(!1)}};return(0,t.jsxs)("form",{className:"flex w-full flex-col gap-3",onSubmit:e=>void R(e),children:[(0,t.jsxs)("label",{className:"flex flex-col gap-1 text-[0.85rem]",children:[(0,t.jsx)("span",{className:"font-semibold",children:"Email"}),(0,t.jsx)("input",{type:"email",autoComplete:"email",required:!0,className:(0,u.get_input_class_name)(),value:x,onChange:e=>g(e.target.value)})]}),(0,t.jsxs)("label",{className:"flex flex-col gap-1 text-[0.85rem]",children:[(0,t.jsx)("span",{className:"font-semibold",children:"Password"}),(0,t.jsx)("input",{type:"password",autoComplete:E?"new-password":"current-password",required:!0,minLength:8,className:(0,u.get_input_class_name)(),value:b,onChange:e=>_(e.target.value)})]}),E?(0,t.jsxs)("label",{className:"flex flex-col gap-1 text-[0.85rem]",children:[(0,t.jsx)("span",{className:"font-semibold",children:"Confirm password"}),(0,t.jsx)("input",{type:"password",autoComplete:"new-password",required:!0,minLength:8,className:(0,u.get_input_class_name)(),value:y,onChange:e=>v(e.target.value)})]}):null,O?(0,t.jsx)("p",{className:"m-0 text-[0.82rem] text-danger",children:"Passwords do not match."}):null,(0,t.jsxs)("div",{className:"flex flex-wrap items-center justify-center gap-2",children:[(0,t.jsx)("button",{type:"submit",className:(0,i.get_button_class_name)("primary"),disabled:S||!T,children:S?"Working…":E?"Create account":"Sign in"}),(0,t.jsx)(r.default,{href:P,className:`${(0,i.get_button_class_name)("ghost","small")} no-underline`,children:E?"Already have an account?":"Need an account?"})]}),null!==N?(0,t.jsx)("p",{className:"m-0 text-center text-[0.82rem] text-accent",children:N}):null,null!==j?(0,t.jsx)("p",{className:"m-0 text-center text-[0.82rem] text-danger",children:j}):null]})}],6343)}]);