@seqyuan/annodex 0.1.74 → 0.1.76
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.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +12 -10
- package/.next/build-manifest.json +3 -3
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +12 -0
- package/.next/server/app/_global-error/page.js +3 -3
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +17 -16
- package/.next/server/app/_not-found.segments/_full.segment.rsc +17 -16
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +6 -5
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/api/agent/[id]/events/route.js +2 -2
- package/.next/server/app/api/agent/[id]/route.js +1 -1
- package/.next/server/app/api/agent/new/route.js +1 -1
- package/.next/server/app/api/agent/runtime/route.js +1 -1
- package/.next/server/app/api/auth/all-providers/route.js +1 -1
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/route.js +1 -1
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/providers/route.js +1 -1
- package/.next/server/app/api/auth/status/route.js +1 -1
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/extensions/discover/route.js +1 -1
- package/.next/server/app/api/extensions/mcp/route.js +1 -1
- package/.next/server/app/api/extensions/plugin/route.js +1 -1
- package/.next/server/app/api/extensions/plugin-marketplace/route.js +1 -1
- package/.next/server/app/api/extensions/route.js +1 -1
- package/.next/server/app/api/extensions/session/route.js +1 -1
- package/.next/server/app/api/files/[...path]/route.js +1 -1
- package/.next/server/app/api/harness/route.js +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/im/cancel/route.js +2 -0
- package/.next/server/app/api/im/cancel/route.js.nft.json +1 -0
- package/.next/server/app/api/im/cancel/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/gateway-status/route.js +2 -0
- package/.next/server/app/api/im/gateway-status/route.js.nft.json +1 -0
- package/.next/server/app/api/im/gateway-status/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/gateway-token/route.js +2 -2
- package/.next/server/app/api/im/project/route.js +2 -2
- package/.next/server/app/api/im/projects/route.js +2 -2
- package/.next/server/app/api/im/turn/route.js +3 -3
- package/.next/server/app/api/images/upload/route.js +1 -1
- package/.next/server/app/api/internal/runtime/route.js +1 -1
- package/.next/server/app/api/memory/promote/route.js +2 -2
- package/.next/server/app/api/memory/recall/route.js +4 -4
- package/.next/server/app/api/memory/reflect/route.js +1 -1
- package/.next/server/app/api/memory/retain/route.js +2 -2
- package/.next/server/app/api/memory/status/route.js +1 -1
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/discover/route.js +1 -1
- package/.next/server/app/api/models-config/route.js +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/projects/browse/route.js +1 -1
- package/.next/server/app/api/projects/route.js +1 -1
- package/.next/server/app/api/search/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/new/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +1 -1
- package/.next/server/app/api/settings/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +2 -2
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/soul/route.js +1 -1
- package/.next/server/app/api/version/route.js +1 -1
- package/.next/server/app/docs/changelog/page.js +3 -3
- package/.next/server/app/docs/changelog/page_client-reference-manifest.js +1 -1
- package/.next/server/app/docs/changelog.html +2 -2
- package/.next/server/app/docs/changelog.rsc +21 -20
- package/.next/server/app/docs/changelog.segments/_full.segment.rsc +21 -20
- package/.next/server/app/docs/changelog.segments/_head.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/_index.segment.rsc +6 -5
- package/.next/server/app/docs/changelog.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/docs/changelog.segments/docs/changelog/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/docs/changelog.segment.rsc +1 -1
- package/.next/server/app/docs/changelog.segments/docs.segment.rsc +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +16 -15
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/index.segments/_full.segment.rsc +16 -15
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +6 -5
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/login/page.js +2 -2
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login.html +1 -1
- package/.next/server/app/login.rsc +21 -20
- package/.next/server/app/login.segments/_full.segment.rsc +21 -20
- package/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/.next/server/app/login.segments/_index.segment.rsc +6 -5
- package/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace/page.js +13 -13
- package/.next/server/app/workspace/page_client-reference-manifest.js +1 -1
- package/.next/server/app/workspace.html +1 -1
- package/.next/server/app/workspace.rsc +18 -17
- package/.next/server/app/workspace.segments/_full.segment.rsc +18 -17
- package/.next/server/app/workspace.segments/_head.segment.rsc +1 -1
- package/.next/server/app/workspace.segments/_index.segment.rsc +6 -5
- package/.next/server/app/workspace.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/workspace.segments/workspace/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/workspace.segments/workspace.segment.rsc +1 -1
- package/.next/server/app-paths-manifest.json +12 -10
- package/.next/server/chunks/6429.js +9 -1
- package/.next/server/chunks/6983.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/next-font-manifest.js +1 -1
- package/.next/server/next-font-manifest.json +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/Z0pq0aCwepxcXabvqbI1m/_buildManifest.js +1 -0
- package/.next/static/chunks/app/_global-error/page-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/agent/runtime/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/extensions/discover/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/extensions/mcp/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/extensions/plugin/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/extensions/plugin-marketplace/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/extensions/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/extensions/session/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/harness/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/home/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/im/cancel/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/im/gateway-status/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/im/gateway-token/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/im/project/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/im/projects/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/im/turn/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/images/upload/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/internal/runtime/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/memory/promote/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/memory/recall/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/memory/reflect/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/memory/retain/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/memory/status/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/models/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/projects/browse/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/projects/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/search/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/sessions/new/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/settings/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/skills/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/soul/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/api/version/route-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/layout-2e8a047b671c8731.js +1 -0
- package/.next/static/chunks/app/page-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/app/workspace/page-5b2132873d8cc141.js +264 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-3b3b807b930186b8.js +1 -0
- package/.next/static/chunks/{webpack-8ff073aee98f20c0.js → webpack-7606de11217524fe.js} +1 -1
- package/bin/annodex-im-gateway.js +19 -0
- package/lib/im-media.js +0 -11
- package/package.json +1 -1
- package/.next/static/chunks/app/_global-error/page-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/agent/runtime/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/extensions/discover/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/extensions/mcp/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/extensions/plugin/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/extensions/plugin-marketplace/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/extensions/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/extensions/session/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/harness/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/home/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/im/gateway-token/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/im/project/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/im/projects/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/im/turn/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/images/upload/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/internal/runtime/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/memory/promote/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/memory/recall/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/memory/reflect/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/memory/retain/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/memory/status/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/models/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/projects/browse/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/projects/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/search/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/sessions/new/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/settings/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/skills/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/soul/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/api/version/route-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/layout-10d99d038798f290.js +0 -1
- package/.next/static/chunks/app/page-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/app/workspace/page-d5360de46c9f4386.js +0 -264
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-e4c3159b5453fb6b.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-e4c3159b5453fb6b.js +0 -1
- package/.next/static/rKBVKaVLsaySHUHU-dLb7/_buildManifest.js +0 -1
- /package/.next/static/{rKBVKaVLsaySHUHU-dLb7 → Z0pq0aCwepxcXabvqbI1m}/_ssgManifest.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7177],{46653:(e,r,t)=>{"use strict";t.d(r,{d:()=>l,t:()=>o});var s=t(95155),i=t(12115);let n=(0,i.createContext)(null);function o({children:e}){let[r,t]=(0,i.useState)([]),l=(0,i.useRef)(new Map),a=(0,i.useCallback)(e=>{let r=l.current.get(e);r&&(clearTimeout(r),l.current.delete(e)),t(r=>r.filter(r=>r.id!==e))},[]),c=(0,i.useCallback)((e,r="info")=>{let s=e.trim();if(!s)return;let i=`${Date.now()}-${Math.random().toString(36).slice(2,8)}`;t(e=>[...e.slice(-4),{id:i,tone:r,message:s}]);let n=setTimeout(()=>a(i),4500);l.current.set(i,n)},[a]);(0,i.useEffect)(()=>()=>{for(let e of l.current.values())clearTimeout(e);l.current.clear()},[]);let u=(0,i.useMemo)(()=>({pushToast:c}),[c]);return(0,s.jsxs)(n.Provider,{value:u,children:[e,(0,s.jsx)("div",{"aria-live":"polite",style:{position:"fixed",right:16,bottom:16,zIndex:10050,display:"flex",flexDirection:"column",gap:8,maxWidth:"min(420px, calc(100vw - 32px))",pointerEvents:"none"},children:r.map(e=>{var r,t,i;return(0,s.jsx)("div",{role:"status",style:{pointerEvents:"auto",padding:"10px 12px",borderRadius:8,border:`1px solid ${"success"===(r=e.tone)?"rgba(34,197,94,0.35)":"error"===r?"rgba(248,113,113,0.35)":"rgba(96,165,250,0.35)"}`,background:"success"===(t=e.tone)?"color-mix(in srgb, #22c55e 12%, var(--bg-panel))":"error"===t?"color-mix(in srgb, #f87171 12%, var(--bg-panel))":"color-mix(in srgb, #60a5fa 12%, var(--bg-panel))",color:"success"===(i=e.tone)?"#22c55e":"error"===i?"#f87171":"var(--text)",fontSize:12,lineHeight:1.45,boxShadow:"0 8px 24px rgba(0,0,0,0.18)"},children:e.message},e.id)})})]})}function l(){let e=(0,i.useContext)(n);if(!e)throw Error("useToast must be used within ToastProvider");return e}},47038:(e,r,t)=>{Promise.resolve().then(t.t.bind(t,66872,23)),Promise.resolve().then(t.bind(t,58132)),Promise.resolve().then(t.bind(t,11056)),Promise.resolve().then(t.t.bind(t,83683,23))},58132:(e,r,t)=>{"use strict";t.d(r,{AppProviders:()=>n});var s=t(95155),i=t(46653);function n({children:e}){return(0,s.jsx)(i.t,{children:e})}},66872:()=>{}},e=>{e.O(0,[7513,5928,8500,4550,8441,3794,7358],()=>e(e.s=47038)),_N_E=e.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[64,186,222,552,976,1004,1097,1109,1327,1541,1852,1921,2234,2752,2922,2976,3412,3785,3851,3955,4037,4352,4368,4610,4896,5177,5221,5281,5738,5781,5907,6202,6450,6709,6710,6819,6849,6919,6988,7070,7253,7473,7483,7758,7778,7812,7851,8167,8658,8733,8743,8933,8974,9787,9815,9949,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|