bluekiwi 1.2.4 → 2.0.0
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/README.md +5 -0
- package/dist/assets/app-runtime/.next/BUILD_ID +1 -1
- package/dist/assets/app-runtime/.next/app-path-routes-manifest.json +26 -6
- package/dist/assets/app-runtime/.next/build-manifest.json +2 -2
- package/dist/assets/app-runtime/.next/prerender-manifest.json +3 -3
- package/dist/assets/app-runtime/.next/routes-manifest.json +153 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page.js +2 -8
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/[id]/page.js +2 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/[id]/page.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/[id]/page_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/page.js +2 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/page.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/page_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page.js +8 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page.js +2 -8
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/change-password/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/change-password/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/invite/[token]/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/invite/[token]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/login/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/login/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/setup/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/setup/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error/page.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/change-password/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/change-password/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/dashboard/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/auth/dashboard/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/login/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/login/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/logout/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/me/groups/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/auth/me/groups/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/me/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/setup/route.js +4 -3
- package/dist/assets/app-runtime/.next/server/app/api/auth/setup/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/reveal/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/reveal/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/[groupId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/[groupId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/transfer/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/activate/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/activate/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/activate/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/[assetId]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/[assetId]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/[assetId]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/components/[name]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/components/[name]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/components/[name]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/events/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/events/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/events/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/export/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/export/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/export/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/lint/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/lint/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/lint/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/preview/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/preview/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/preview/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/[key]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/[key]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/[key]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/compare/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/compare/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/compare/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/active/route.js +4 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/active/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/active/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/analyze/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/analyze/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/analyze/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/seed/route.js +2 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/seed/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/seed/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/docs/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/[groupId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/[groupId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/transfer/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/visibility/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/visibility/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/folders/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/guides/[slug]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/guides/[slug]/workflow/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/guides/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/transfer/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/visibility/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/visibility/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/accept/[token]/route.js +7 -6
- package/dist/assets/app-runtime/.next/server/app/api/invites/accept/[token]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/invites/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/report/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/report/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/cleanup-visual-html/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/settings/cleanup-visual-html/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/email/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/settings/email/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/members/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/members/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/advance/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/advance/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/approve/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/approve/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/cancel/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/cancel/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/comments/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/complete/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/complete/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/execute/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/execute/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/feedback/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/feedback/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/findings/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/findings/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/heartbeat/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/heartbeat/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/logs/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/request-approval/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/request-approval/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/respond/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/respond/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/rewind/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/rewind/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/visual/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/visual/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/start/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/start/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/timeout-stale/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/timeout-stale/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/version/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/activate/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/activate/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/deactivate/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/deactivate/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/export/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/export/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/[groupId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/[groupId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/transfer/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/versions/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/versions/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/visibility/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/visibility/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/analyze/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/analyze/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password/__PAGE__.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_full.segment.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/login.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login/__PAGE__.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_full.segment.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/setup.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup/__PAGE__.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_full.segment.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app-paths-manifest.json +26 -6
- package/dist/assets/app-runtime/.next/server/chunks/1371.js +5 -0
- package/dist/assets/app-runtime/.next/server/chunks/4024.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/4380.js +7 -0
- package/dist/assets/app-runtime/.next/server/chunks/5172.js +358 -0
- package/dist/assets/app-runtime/.next/server/chunks/5589.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/6120.js +1 -0
- package/dist/assets/app-runtime/.next/server/chunks/7945.js +31 -4
- package/dist/assets/app-runtime/.next/server/chunks/8355.js +1 -0
- package/dist/assets/app-runtime/.next/server/chunks/859.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/9100.js +1 -0
- package/dist/assets/app-runtime/.next/server/chunks/9439.js +1 -0
- package/dist/assets/app-runtime/.next/server/middleware-build-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/pages/404.html +1 -1
- package/dist/assets/app-runtime/.next/server/pages/500.html +1 -1
- package/dist/assets/app-runtime/.next/server/server-reference-manifest.json +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/173-a97262e334770725.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/2360-975f0c14308c88bc.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/{2293-e75169fba3ab0f64.js → 2989-cc47541f81b2181f.js} +2 -2
- package/dist/assets/app-runtime/.next/static/chunks/3207-7a74f5b8fc63cfe9.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/{5751-1d0ed4353025d40c.js → 3443-b4daf428b3a03717.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/3671-3ec1b01363e1d1c5.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/3689-1ffc19b35e5d1101.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/6126-cca19a7b816db517.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/{7262-cdb2767600e6e41e.js → 6609-078a8cdc853f87c6.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/6644-de12bb5dcee357e8.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/7050-a4f09c854891a3cc.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/7462-99343ed0daab6a49.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/7533-f1110b90a820e95c.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/{6095-1b7d63b0bf80dd32.js → 8368-1830a099684acf83.js} +2 -2
- package/dist/assets/app-runtime/.next/static/chunks/9243-42247f33b2db5dd3.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/982-8a9df4d5d73197d3.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/9927-71af96b4f536c6a4.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/credentials/page-6b45e41f48f43b7d.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/design-systems/[id]/page-e851d0a82242bcbd.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/design-systems/page-b9d457ae27951d55.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/instructions/{page-dd25654a8191a638.js → page-f46b64210da72126.js} +2 -2
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/layout-7a2f7065a96b50f2.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/groups/page-de795ba135b7f780.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/{page-1709c8cd7e4b68a6.js → page-4408a43823696ddc.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/[id]/{page-e88075977b43a9d5.js → page-62b8c7b35f187f33.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/{page-82a1601abeaf3423.js → page-f5b823c754fbc4c3.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tutorial/page-8255141f3fabe520.js +34 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/[id]/edit/{page-b3775f3aecb19718.js → page-2e62beb288e70840.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/[id]/page-ad179f55fb2d4a7f.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/new/{page-abd414c9c1602c90.js → page-6ca1cc2ff5b3e912.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/page-33a541a152b061fc.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/change-password/{page-a984ad1a8e98b9e7.js → page-2f23af48cfbb0071.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/login/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/setup/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/_global-error/page-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/change-password/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/dashboard/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/login/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/logout/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/groups/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/setup/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/reveal/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/[groupId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/activate/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/assets/[assetId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/assets/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/components/[name]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/events/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/export/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/lint/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/preview/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/sections/[section]/[key]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/sections/[section]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/versions/compare/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/versions/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/active/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/import/analyze/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/import/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/seed/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/docs/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/[groupId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/visibility/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/workflow/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/visibility/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/accept/[token]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/report/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/cleanup-visual-html/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/email/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/members/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/advance/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/approve/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/cancel/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/comments/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/complete/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/execute/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/feedback/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/findings/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/heartbeat/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/logs/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/request-approval/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/respond/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/rewind/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/visual/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/start/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/timeout-stale/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/version/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/activate/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/deactivate/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/export/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/[groupId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/versions/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/visibility/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/analyze/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/layout-a03e37c465149734.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/app-error-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/forbidden-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/not-found-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/unauthorized-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/css/9d548bcfa765cd8e.css +1 -0
- package/dist/assets/app-runtime/.next/static/kR9ojEXg0R3roI-0eLui5/_buildManifest.js +1 -0
- package/dist/assets/app-runtime/docker/seed-design-systems/open-design-core.json +3452 -0
- package/dist/assets/app-runtime/docker/seed-workflows/design-system-creation.json +80 -0
- package/dist/assets/app-runtime/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/dist/assets/app-runtime/package.json +1 -1
- package/dist/assets/app-runtime/src/content/guides/en/01-market-research-ai-coding-assistants.md +7 -7
- package/dist/assets/app-runtime/src/content/guides/en/02-bk-import.md +5 -5
- package/dist/assets/app-runtime/src/content/guides/ko/01-market-research-ai-coding-assistants.md +7 -7
- package/dist/assets/app-runtime/src/content/guides/ko/02-bk-import.md +5 -5
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/013_design_systems.sql +61 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/014_design_system_token_sections.sql +10 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/015_design_system_taxonomy.sql +11 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/016_user_settings.sql +11 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/017_design_system_events.sql +15 -0
- package/dist/assets/index.js +27 -2
- package/dist/assets/mcp/server.js +771 -2
- package/dist/assets/skills/bk-create/SKILL.md +426 -0
- package/dist/assets/skills/bk-credential/SKILL.md +1 -1
- package/dist/assets/skills/bk-design/SKILL.md +546 -383
- package/dist/assets/skills/bk-design/references/craft-rules.md +75 -0
- package/dist/assets/skills/bk-design/references/hifi-design-playbook.md +390 -0
- package/dist/assets/skills/bk-help/SKILL.md +6 -4
- package/dist/assets/skills/bk-import/SKILL.md +2 -2
- package/dist/assets/skills/bk-improve/SKILL.md +1 -1
- package/dist/assets/skills/bk-instruction/SKILL.md +1 -1
- package/dist/assets/skills/bk-start/SKILL.md +3 -3
- package/dist/runtimes/skills-helper.js +14 -2
- package/package.json +1 -1
- package/scripts/bundle-assets.mjs +10 -0
- package/dist/assets/app-runtime/.next/server/chunks/2099.js +0 -1
- package/dist/assets/app-runtime/.next/server/chunks/6640.js +0 -7
- package/dist/assets/app-runtime/.next/server/chunks/7484.js +0 -1
- package/dist/assets/app-runtime/.next/server/chunks/9031.js +0 -5
- package/dist/assets/app-runtime/.next/static/chunks/2360-35e89e45b93e4b6e.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/3199-4d641b94342c63dd.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/4319-c621f9e5059ef246.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/4637-78c9db381fdc0480.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/4663-2b5d2783b27c738c.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/6073-62ed9e571ecaf523.js +0 -7
- package/dist/assets/app-runtime/.next/static/chunks/7050-edc7d05dfb4620a7.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/7533-42c44555b23bfae4.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/7552-aa220264909ca9d9.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/7659-42ae14ef25af3f5e.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/8920-3a6e8e66a1cb7a75.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/9243-9c99cc0df75c9121.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/credentials/page-5c7345b157145460.js +0 -7
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/layout-d7f54b544bb8d2df.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/groups/page-9254dcaa5d447e5b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tutorial/page-e17231b0bc7cb6d6.js +0 -34
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/[id]/page-66d44a2bc9f94668.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/page-a76941b77690f97c.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/login/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/setup/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/_global-error/page-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/change-password/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/dashboard/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/login/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/logout/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/groups/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/setup/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/reveal/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/[groupId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/docs/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/[groupId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/visibility/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/workflow/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/visibility/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/accept/[token]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/report/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/cleanup-visual-html/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/email/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/members/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/advance/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/approve/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/cancel/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/comments/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/complete/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/execute/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/feedback/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/findings/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/heartbeat/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/logs/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/request-approval/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/respond/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/rewind/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/visual/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/start/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/timeout-stale/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/version/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/activate/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/deactivate/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/export/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/[groupId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/versions/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/visibility/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/analyze/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/layout-e3f307ffaa2d11cc.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/app-error-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/forbidden-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/not-found-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/unauthorized-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/css/2bc6b6e35d293c50.css +0 -1
- package/dist/assets/app-runtime/.next/static/ymP-zxwYrYDNi2qYSDfJr/_buildManifest.js +0 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/index.js +0 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/package.json +0 -42
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/versions.json +0 -30
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/index.js +0 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/package.json +0 -42
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/versions.json +0 -30
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/LICENSE +0 -191
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/lib/sharp-linux-arm64.node +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/package.json +0 -46
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/LICENSE +0 -191
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/lib/sharp-linuxmusl-arm64.node +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/package.json +0 -46
- /package/dist/assets/app-runtime/.next/static/{ymP-zxwYrYDNi2qYSDfJr → kR9ojEXg0R3roI-0eLui5}/_ssgManifest.js +0 -0
package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tutorial/page-8255141f3fabe520.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1194],{5121:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("repeat",[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]])},5387:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("file-braces-corner",[["path",{d:"M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6",key:"14cnrg"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1 1 1 0 0 1 1 1v2a1 1 0 0 0 1 1",key:"sr0ebq"}],["path",{d:"M9 22a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1",key:"w793db"}]])},6962:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("download",[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]])},7810:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("users",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]])},10762:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]])},21975:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("upload",[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]])},25777:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]])},33210:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]])},41585:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]])},42129:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("folder-open",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]])},53961:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]])},65353:(e,s,t)=>{Promise.resolve().then(t.bind(t,83376))},73321:(e,s,t)=>{"use strict";var l=t(74645);t.o(l,"useParams")&&t.d(s,{useParams:function(){return l.useParams}}),t.o(l,"usePathname")&&t.d(s,{usePathname:function(){return l.usePathname}}),t.o(l,"useRouter")&&t.d(s,{useRouter:function(){return l.useRouter}}),t.o(l,"useSearchParams")&&t.d(s,{useSearchParams:function(){return l.useSearchParams}})},83376:(e,s,t)=>{"use strict";t.r(s),t.d(s,{default:()=>P});var l=t(95155),r=t(98500),a=t.n(r),i=t(73321),o=t(12115),d=t(25777),n=t(7810);let c=(0,t(82240).A)("shield",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]]);var u=t(42129),m=t(53961),x=t(96035),h=t(5121),p=t(10762),b=t(76597),j=t(25262),g=t(42360),f=t(52997);function k({slug:e}){let s=(0,i.useRouter)(),{t}=(0,g.B)(),[r,a]=(0,o.useState)(!1),[d,n]=(0,o.useState)(!1),[c,u]=(0,o.useState)(null),m=async()=>{a(!0);try{let s=await fetch(`/api/guides/${e}/workflow`),t=await s.json();if(!s.ok)throw Error(t?.error??"워크플로를 불러오지 못했습니다.");u({data:t.data,name:`${e}.json`}),n(!0)}catch{}finally{a(!1)}};return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("button",{onClick:m,disabled:r,className:"not-prose mt-8 flex items-center gap-2 rounded-xl bg-brand-blue-600 px-6 py-3 text-sm font-semibold text-white transition hover:bg-brand-blue-700 active:scale-95 disabled:opacity-60",children:r?(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",className:"animate-spin",children:(0,l.jsx)("circle",{cx:"8",cy:"8",r:"6",stroke:"currentColor",strokeWidth:"2",strokeDasharray:"28",strokeDashoffset:"10",strokeLinecap:"round"})}),t("tutorial.tryWorkflowLoading")]}):(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:[(0,l.jsx)("path",{d:"M8 2v8M5 7l3 3 3-3",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,l.jsx)("path",{d:"M2 11v1a2 2 0 002 2h8a2 2 0 002-2v-1",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),t("tutorial.tryWorkflowAdd")]})}),c&&(0,l.jsx)(f.Z,{open:d,onClose:()=>{n(!1),u(null)},mode:"import",folderId:null,initialPackage:c,onImported:e=>{n(!1),u(null),s.push(`/workflows/${e}`)}})]})}let N="mb-3 mt-8 text-lg font-semibold",v="text-sm text-muted-foreground",y="rounded bg-brand-blue-100 px-1.5 py-0.5 font-mono text-sm text-brand-blue-700",w="rounded-[1.5rem] border border-border/80 bg-background/80 p-5 shadow-[var(--shadow-soft)]",T="w-full border-collapse text-sm",S="border-b-2 border-border px-4 py-2.5 text-left font-semibold",A="border-b border-border px-4 py-2.5";function D({id:e,num:s,title:t,children:r}){return(0,l.jsxs)("section",{id:e,className:"border-b border-border py-10 last:border-b-0 scroll-mt-20",children:[(0,l.jsxs)("div",{className:"mb-5 flex items-center gap-3",children:[(0,l.jsx)("span",{className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-brand-blue-600 text-sm font-bold text-white",children:s}),(0,l.jsx)("h2",{className:"text-2xl font-bold tracking-tight",children:t})]}),r]})}function M({children:e}){return(0,l.jsx)("code",{className:y,children:e})}function _({color:e,children:s}){return(0,l.jsx)("span",{className:`inline-flex items-center gap-1 rounded-full px-2.5 py-0.5 text-xs font-semibold ${{blue:"bg-brand-blue-100 text-brand-blue-700",kiwi:"bg-kiwi-100 text-kiwi-700",neutral:"bg-surface-soft text-ink-700"}[e]}`,children:s})}function F({items:e}){return(0,l.jsx)("ul",{className:"space-y-2",children:e.map(e=>(0,l.jsxs)("li",{className:"flex items-start gap-3 py-1.5",children:[(0,l.jsx)("span",{className:"mt-2 h-1.5 w-1.5 shrink-0 rounded-full bg-brand-blue-600"}),(0,l.jsx)("span",{className:"text-sm",children:e})]},e))})}function C(e){return`<!doctype html>
|
|
2
|
+
<html data-theme="light" data-lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
|
+
<link rel="stylesheet" href="/vs/components.css">
|
|
7
|
+
<style>body{margin:0;padding:0;} .bk-vs-container{min-height:unset;}</style>
|
|
8
|
+
</head>
|
|
9
|
+
<body>
|
|
10
|
+
<div class="bk-vs-container">
|
|
11
|
+
<div class="bk-vs-content">${e}</div>
|
|
12
|
+
<div class="bk-vs-footer">
|
|
13
|
+
<div class="bk-vs-status"></div>
|
|
14
|
+
<button class="bk-vs-submit" disabled>Submit</button>
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
<script src="/vs/helper.js"></script>
|
|
18
|
+
</body>
|
|
19
|
+
</html>`}let I=C(`<div class="bk-options">
|
|
20
|
+
<div class="bk-option" data-value="a"><span class="bk-option-letter">A</span><div class="bk-option-body"><h3>Plan A</h3><p>Keep current UI — color improvements only</p></div></div>
|
|
21
|
+
<div class="bk-option" data-value="b" data-recommended><span class="bk-option-letter">B</span><div class="bk-option-body"><h3>Plan B</h3><p>Full layout redesign (recommended)</p></div></div>
|
|
22
|
+
<div class="bk-option" data-value="c"><span class="bk-option-letter">C</span><div class="bk-option-body"><h3>Plan C</h3><p>Incremental 3-phase approach</p></div></div>
|
|
23
|
+
</div>`),V=C(`<div class="bk-checklist">
|
|
24
|
+
<div class="bk-check-item" data-value="a11y">Accessibility improvements</div>
|
|
25
|
+
<div class="bk-check-item" data-value="perf">Loading speed optimization</div>
|
|
26
|
+
<div class="bk-check-item" data-value="mobile">Mobile responsiveness</div>
|
|
27
|
+
<div class="bk-check-item" data-value="dark">Dark mode support</div>
|
|
28
|
+
</div>`),B=C(`<div class="bk-slider" data-value="5">
|
|
29
|
+
<label>Priority score (1–10)</label>
|
|
30
|
+
<div class="bk-slider-controls">
|
|
31
|
+
<input type="range" min="1" max="10" value="5" step="1">
|
|
32
|
+
<span class="bk-slider-value">5</span>
|
|
33
|
+
</div>
|
|
34
|
+
</div>`);function H(){let{t:e,locale:s}=(0,g.B)(),[t,r]=(0,o.useState)([]),[a,i]=(0,o.useState)(null),[d,n]=(0,o.useState)(""),[c,u]=(0,o.useState)(!0);return((0,o.useEffect)(()=>{fetch(`/api/guides?lang=${s}`).then(e=>e.json()).then(e=>r(e)).catch(()=>r([])).finally(()=>u(!1))},[s]),(0,o.useEffect)(()=>{a&&(n(""),fetch(`/api/guides/${a}?lang=${s}`).then(e=>e.json()).then(e=>n(e.content??"")).catch(()=>n("")))},[a,s]),c)?(0,l.jsx)("div",{className:"flex items-center justify-center py-20 text-sm text-muted-foreground",children:e("tutorial.guidesLoading")}):a&&d?(0,l.jsxs)("div",{className:"mx-auto max-w-3xl px-4 pb-20 pt-8",children:[(0,l.jsx)("button",{onClick:()=>{i(null),n("")},className:"mb-6 text-sm text-brand-blue-600 hover:underline",children:e("tutorial.guidesBack")}),(0,l.jsx)("article",{className:"prose prose-sm max-w-none dark:prose-invert prose-headings:font-bold prose-code:rounded prose-code:bg-brand-blue-100 prose-code:px-1.5 prose-code:py-0.5 prose-code:text-brand-blue-700 prose-code:before:content-none prose-code:after:content-none prose-img:rounded-xl prose-img:border prose-img:border-border [&_.guide-code-block]:not-prose",children:(0,l.jsx)(b.oz,{remarkPlugins:[j.A],urlTransform:e=>e,components:{img:({src:e,alt:s})=>(0,l.jsx)("img",{src:e,alt:s??"",className:"my-4 rounded-xl border border-border",onError:e=>{e.target.style.display="none"}}),pre:({children:e})=>{let s="",t=Array.isArray(e)?e[0]:e;if(t&&"object"==typeof t&&"props"in t){let e=(t.props.className??"").match(/language-(\S+)/);e&&(s=e[1])}return(0,l.jsxs)("div",{className:"guide-code-block not-prose my-5 overflow-hidden",style:{backgroundColor:"#111111",borderRadius:"14px"},children:[(0,l.jsxs)("div",{className:"flex items-center gap-3 px-4 py-3",style:{backgroundColor:"rgba(255,255,255,0.04)",borderBottom:"1px solid rgba(255,255,255,0.07)"},children:[(0,l.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,l.jsx)("span",{className:"block h-2.5 w-2.5 rounded-full",style:{backgroundColor:"#ff5f57"}}),(0,l.jsx)("span",{className:"block h-2.5 w-2.5 rounded-full",style:{backgroundColor:"#febc2e"}}),(0,l.jsx)("span",{className:"block h-2.5 w-2.5 rounded-full",style:{backgroundColor:"#28c840"}})]}),s&&(0,l.jsx)("span",{className:"text-xs font-medium tracking-wide",style:{color:"rgba(255,255,255,0.4)",fontFamily:"'JetBrains Mono', monospace"},children:s})]}),(0,l.jsx)("div",{className:"overflow-x-auto px-5 py-4",children:(0,l.jsx)("pre",{className:"m-0 p-0 text-sm leading-relaxed",style:{fontFamily:"'JetBrains Mono', 'Fira Code', monospace",color:"#d4d0c8",background:"transparent",border:"none"},children:e})})]})},code:({className:e,children:s,...t})=>{let r=e?.startsWith("language-"),a="string"==typeof s&&s.includes("\n");return r||a?(0,l.jsx)("code",{style:{fontFamily:"'JetBrains Mono', monospace",color:"#d4d0c8",background:"transparent"},...t,children:s}):(0,l.jsx)("code",{className:"rounded bg-brand-blue-100 px-1.5 py-0.5 font-mono text-sm text-brand-blue-700",...t,children:s})},a:({href:e,children:s})=>{if(e?.startsWith("bk://try/")){let s=e.slice(9);return(0,l.jsx)(k,{slug:s})}return(0,l.jsx)("a",{href:e,target:"_blank",rel:"noopener noreferrer",className:"text-brand-blue-600 underline hover:text-brand-blue-700",children:s})}},children:d})})]}):0===t.length?(0,l.jsx)("div",{className:"flex items-center justify-center py-20 text-sm text-muted-foreground",children:e("tutorial.guidesEmpty")}):(0,l.jsx)("div",{className:"mx-auto max-w-3xl px-4 pb-20 pt-8",children:(0,l.jsx)("div",{className:"space-y-3",children:t.map((e,s)=>(0,l.jsx)("button",{onClick:()=>i(e.slug),className:"group w-full rounded-2xl border border-border bg-background/80 px-5 py-4 text-left shadow-[var(--shadow-soft)] transition-colors hover:border-brand-blue-300 hover:bg-brand-blue-50/40",children:(0,l.jsxs)("div",{className:"flex items-start gap-3",children:[(0,l.jsx)("span",{className:"flex h-7 w-7 shrink-0 items-center justify-center rounded-full bg-brand-blue-600 text-xs font-bold text-white",children:s+1}),(0,l.jsx)("div",{className:"min-w-0",children:(0,l.jsx)("p",{className:"font-semibold leading-snug text-foreground group-hover:text-brand-blue-700",children:e.title})})]})},e.slug))})})}function P(){let{t:e}=(0,g.B)(),[s,t]=(0,o.useState)("overview"),r=[{id:"start",label:e("tutorial.navStart")},{id:"instructions",label:e("tutorial.navInstructions")},{id:"workflows",label:e("tutorial.navWorkflows")},{id:"design-systems",label:e("tutorial.navDesignSystems")},{id:"vs",label:e("tutorial.navVS")},{id:"skills",label:e("tutorial.navSkills")},{id:"execute",label:e("tutorial.navExecute")},{id:"monitor",label:e("tutorial.navMonitor")},{id:"example",label:e("tutorial.navExample")},{id:"mcp-loop",label:e("tutorial.navMcpLoop")},{id:"tips",label:e("tutorial.navTips")}];return(0,l.jsxs)("div",{className:"min-h-screen",children:[(0,l.jsx)("div",{className:"sticky top-0 z-20 border-b border-border bg-background/90 backdrop-blur",children:(0,l.jsx)("div",{className:"mx-auto flex max-w-5xl items-center gap-1 px-4 py-2",children:["overview","guides"].map(r=>(0,l.jsx)("button",{onClick:()=>t(r),className:`rounded-xl px-4 py-1.5 text-sm font-medium transition-colors ${s===r?"bg-brand-blue-600 text-white":"text-muted-foreground hover:bg-brand-blue-100 hover:text-foreground"}`,children:"overview"===r?e("tutorial.tabOverview"):e("tutorial.tabGuides")},r))})}),"guides"===s&&(0,l.jsx)(H,{}),"overview"===s&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("div",{className:"sticky top-[41px] z-10 border-b border-border bg-background/80 backdrop-blur",children:(0,l.jsx)("div",{className:"mx-auto flex max-w-5xl items-center gap-1 overflow-x-auto px-4 py-2",children:r.map(e=>(0,l.jsx)("a",{href:`#${e.id}`,className:"whitespace-nowrap rounded-xl px-3 py-1.5 text-sm text-muted-foreground transition-colors hover:bg-brand-blue-100 hover:text-foreground",children:e.label},e.id))})}),(0,l.jsx)("div",{className:"mx-auto max-w-5xl px-4 pb-20",children:(0,l.jsxs)("div",{className:"px-8 md:px-12",children:[(0,l.jsxs)("div",{className:"pb-10 pt-16 text-center",children:[(0,l.jsx)("p",{className:`${v} mb-2`,children:e("tutorial.heroEyebrow")}),(0,l.jsx)("h1",{className:"mb-3 text-4xl font-bold tracking-tight",children:e("tutorial.heroTitle")}),(0,l.jsx)("p",{className:"mx-auto max-w-2xl leading-relaxed text-muted-foreground",children:e("tutorial.heroDesc")})]}),(0,l.jsxs)(D,{id:"start",num:1,title:e("tutorial.navStart"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.s1Intro")}),(0,l.jsxs)("div",{className:"mb-6 grid gap-3 md:grid-cols-2",children:[(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s1Screens")}),(0,l.jsx)("table",{className:`${T} mt-3`,children:(0,l.jsx)("tbody",{children:[["/instructions",e("tutorial.s1InstructionsDesc")],["/workflows",e("tutorial.s1WorkflowsDesc")],["/tasks",e("tutorial.s1TasksDesc")],["/credentials",e("tutorial.s1CredentialsDesc")]].map(([e,s])=>(0,l.jsxs)("tr",{children:[(0,l.jsx)("td",{className:A,children:(0,l.jsx)(a(),{href:e,className:"text-brand-blue-600",children:e})}),(0,l.jsx)("td",{className:`${A} ${v}`,children:s})]},e))})})]}),(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s1Order")}),(0,l.jsxs)("ol",{className:"mt-3 space-y-2 text-sm text-muted-foreground",children:[(0,l.jsx)("li",{children:e("tutorial.s1Order1")}),(0,l.jsx)("li",{children:e("tutorial.s1Order2")}),(0,l.jsx)("li",{children:e("tutorial.s1Order3")}),(0,l.jsx)("li",{children:e("tutorial.s1Order4")})]})]})]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s1WhenToUse")}),(0,l.jsx)(F,{items:[e("tutorial.s1Use1"),e("tutorial.s1Use2"),e("tutorial.s1Use3")]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s1FoldersTitle")}),(0,l.jsx)("p",{className:"mb-4 text-sm text-muted-foreground",children:e("tutorial.s1FoldersDesc")}),(0,l.jsx)("div",{className:"mb-3 grid gap-2 md:grid-cols-2",children:[{Icon:d.A,text:e("tutorial.s1VisPersonal")},{Icon:n.A,text:e("tutorial.s1VisGroup")},{Icon:c,text:e("tutorial.s1VisPublic")},{Icon:u.A,text:e("tutorial.s1VisInherit")}].map(e=>(0,l.jsxs)("div",{className:"flex items-start gap-2.5 rounded-xl border border-border/60 px-3.5 py-2.5",children:[(0,l.jsx)(e.Icon,{className:"mt-0.5 h-4 w-4 shrink-0 text-muted-foreground"}),(0,l.jsx)("span",{className:"text-sm",children:e.text})]},e.text))}),(0,l.jsx)("p",{className:"text-xs text-muted-foreground",children:e("tutorial.s1VisTip")})]}),(0,l.jsxs)(D,{id:"instructions",num:2,title:e("tutorial.navInstructions"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.s2Intro")}),(0,l.jsxs)("div",{className:"mb-5 grid gap-4 md:grid-cols-2",children:[(0,l.jsxs)("div",{className:"rounded-2xl bg-brand-blue-100 p-4",children:[(0,l.jsx)("p",{className:"mb-2 text-sm font-semibold",children:e("tutorial.s2Good")}),(0,l.jsx)("p",{className:"text-sm text-muted-foreground",children:e("tutorial.s2GoodText")})]}),(0,l.jsxs)("div",{className:"rounded-2xl border border-border bg-background p-4",children:[(0,l.jsx)("p",{className:"mb-2 text-sm font-semibold",children:e("tutorial.s2Bad")}),(0,l.jsx)("p",{className:"text-sm text-muted-foreground",children:e("tutorial.s2BadText")})]})]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s2Tips")}),(0,l.jsx)(F,{items:[e("tutorial.s2Tip1"),e("tutorial.s2Tip2"),e("tutorial.s2Tip3")]})]}),(0,l.jsxs)(D,{id:"workflows",num:3,title:e("tutorial.navWorkflows"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.s3Intro")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s3NodeTypes")}),(0,l.jsx)("div",{className:"mb-6 grid gap-3 md:grid-cols-3",children:[{type:"Action",color:"blue",Icon:m.A,desc:e("tutorial.s3ActionDesc")},{type:"Gate",color:"kiwi",Icon:x.A,desc:e("tutorial.s3GateDesc")},{type:"Loop",color:"neutral",Icon:h.A,desc:e("tutorial.s3LoopDesc")}].map(e=>(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("div",{className:"mb-2 flex items-center gap-2",children:(0,l.jsxs)(_,{color:e.color,children:[(0,l.jsx)(e.Icon,{className:"h-3.5 w-3.5"}),e.type]})}),(0,l.jsx)("p",{className:"text-sm text-muted-foreground",children:e.desc})]},e.type))}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s3Recommended")}),(0,l.jsx)("div",{className:w,children:(0,l.jsxs)("ol",{className:"space-y-3 text-sm",children:[(0,l.jsx)("li",{children:e("tutorial.s3Rec1")}),(0,l.jsx)("li",{children:e("tutorial.s3Rec2")}),(0,l.jsx)("li",{children:e("tutorial.s3Rec3")}),(0,l.jsx)("li",{children:e("tutorial.s3Rec4")})]})}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s1AttachmentsTitle")}),(0,l.jsx)("p",{className:"text-sm text-muted-foreground",children:e("tutorial.s1AttachmentsDesc")})]}),(0,l.jsxs)(D,{id:"design-systems",num:4,title:e("tutorial.navDesignSystems"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.sDsIntro")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.sDsFlowTitle")}),(0,l.jsx)("div",{className:`${w} mb-5`,children:(0,l.jsxs)("ol",{className:"space-y-3 text-sm text-muted-foreground",children:[(0,l.jsx)("li",{children:e("tutorial.sDsFlow1")}),(0,l.jsx)("li",{children:e("tutorial.sDsFlow2")}),(0,l.jsx)("li",{children:e("tutorial.sDsFlow3")}),(0,l.jsx)("li",{children:e("tutorial.sDsFlow4")})]})}),(0,l.jsx)("h3",{className:N,children:e("tutorial.sDsFormatsTitle")}),(0,l.jsx)(F,{items:[e("tutorial.sDsFormatDesign"),e("tutorial.sDsFormatAdapters"),e("tutorial.sDsFormatPackage")]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.sDsResourcesTitle")}),(0,l.jsx)("p",{className:"text-sm text-muted-foreground",children:e("tutorial.sDsResourcesDesc")})]}),(0,l.jsxs)(D,{id:"vs",num:5,title:e("tutorial.navVS"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.sVsIntro")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.sVsHowTitle")}),(0,l.jsx)("div",{className:`${w} mb-6`,children:(0,l.jsxs)("ol",{className:"space-y-2 text-sm",children:[(0,l.jsxs)("li",{className:"flex items-start gap-3",children:[(0,l.jsx)("span",{className:"flex h-5 w-5 shrink-0 items-center justify-center rounded-full bg-brand-blue-600 text-xs font-bold text-white",children:"1"}),(0,l.jsx)("span",{className:"text-muted-foreground",children:e("tutorial.sVsHow1")})]}),(0,l.jsxs)("li",{className:"flex items-start gap-3",children:[(0,l.jsx)("span",{className:"flex h-5 w-5 shrink-0 items-center justify-center rounded-full bg-brand-blue-600 text-xs font-bold text-white",children:"2"}),(0,l.jsx)("span",{className:"text-muted-foreground",children:e("tutorial.sVsHow2")})]}),(0,l.jsxs)("li",{className:"flex items-start gap-3",children:[(0,l.jsx)("span",{className:"flex h-5 w-5 shrink-0 items-center justify-center rounded-full bg-brand-blue-600 text-xs font-bold text-white",children:"3"}),(0,l.jsx)("span",{className:"text-muted-foreground",children:e("tutorial.sVsHow3")})]}),(0,l.jsxs)("li",{className:"flex items-start gap-3",children:[(0,l.jsx)("span",{className:"flex h-5 w-5 shrink-0 items-center justify-center rounded-full bg-brand-blue-600 text-xs font-bold text-white",children:"4"}),(0,l.jsx)("span",{className:"text-muted-foreground",children:e("tutorial.sVsHow4")})]})]})}),(0,l.jsx)("h3",{className:N,children:e("tutorial.sVsCompTitle")}),(0,l.jsxs)("div",{className:"grid gap-6 md:grid-cols-3",children:[(0,l.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,l.jsx)("p",{className:"text-xs font-semibold text-muted-foreground",children:e("tutorial.sVsDemoOptionsLabel")}),(0,l.jsx)("iframe",{srcDoc:I,className:"h-72 w-full rounded-2xl border border-border/80 bg-background",sandbox:"allow-scripts allow-same-origin",title:"bk-options demo"})]}),(0,l.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,l.jsx)("p",{className:"text-xs font-semibold text-muted-foreground",children:e("tutorial.sVsDemoChecklistLabel")}),(0,l.jsx)("iframe",{srcDoc:V,className:"h-72 w-full rounded-2xl border border-border/80 bg-background",sandbox:"allow-scripts allow-same-origin",title:"bk-checklist demo"})]}),(0,l.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,l.jsx)("p",{className:"text-xs font-semibold text-muted-foreground",children:e("tutorial.sVsDemoSliderLabel")}),(0,l.jsx)("iframe",{srcDoc:B,className:"h-72 w-full rounded-2xl border border-border/80 bg-background",sandbox:"allow-scripts allow-same-origin",title:"bk-slider demo"})]})]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.sVsMoreTitle")}),(0,l.jsx)(F,{items:[e("tutorial.sVsMore1"),e("tutorial.sVsMore2"),e("tutorial.sVsMore3"),e("tutorial.sVsMore4"),e("tutorial.sVsMore5")]}),(0,l.jsx)("div",{className:"mt-5 rounded-2xl border border-kiwi-200 bg-kiwi-50/60 p-4",children:(0,l.jsxs)("p",{className:"text-sm text-muted-foreground",children:["\uD83D\uDCA1 ",e("tutorial.sVsTip")]})})]}),(0,l.jsxs)(D,{id:"skills",num:6,title:e("tutorial.navSkills"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.sSkIntro")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.sSkTableTitle")}),(0,l.jsx)("div",{className:"mb-6 overflow-x-auto",children:(0,l.jsxs)("table",{className:T,children:[(0,l.jsx)("thead",{children:(0,l.jsxs)("tr",{children:[(0,l.jsx)("th",{className:S,children:"Skill"}),(0,l.jsx)("th",{className:S,children:"Description"})]})}),(0,l.jsx)("tbody",{children:[["/bk-start",e("tutorial.sSkBkStart")],["/bk-next",e("tutorial.sSkBkNext")],["/bk-create",e("tutorial.sSkBkCreate")],["/bk-design",e("tutorial.sSkBkDesign")],["/bk-approve",e("tutorial.sSkBkApprove")],["/bk-improve",e("tutorial.sSkBkImprove")],["/bk-report",e("tutorial.sSkBkReport")],["/bk-instruction",e("tutorial.sSkBkInstruction")],["/bk-help",e("tutorial.sSkBkHelp")]].map(([e,s])=>(0,l.jsxs)("tr",{children:[(0,l.jsx)("td",{className:A,children:(0,l.jsx)("code",{className:y,children:e})}),(0,l.jsx)("td",{className:`${A} ${v}`,children:s})]},e))})]})}),(0,l.jsx)("h3",{className:N,children:e("tutorial.sSkSessionTitle")}),(0,l.jsx)(F,{items:[e("tutorial.sSkSession1"),e("tutorial.sSkSession2"),e("tutorial.sSkSession3")]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.sSkInterruptTitle")}),(0,l.jsx)(F,{items:[e("tutorial.sSkInterrupt1"),e("tutorial.sSkInterrupt2"),e("tutorial.sSkInterrupt3")]})]}),(0,l.jsxs)(D,{id:"execute",num:7,title:e("tutorial.navExecute"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.s4Intro")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s4PreCheck")}),(0,l.jsx)(F,{items:[e("tutorial.s4Pre1"),e("tutorial.s4Pre2"),e("tutorial.s4Pre3")]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s4HitlTitle")}),(0,l.jsx)("p",{className:"mb-3 text-sm text-muted-foreground",children:e("tutorial.s4HitlDesc")}),(0,l.jsx)(F,{items:[e("tutorial.s4Hitl1"),e("tutorial.s4Hitl2"),e("tutorial.s4Hitl3")]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s4StatusTitle")}),(0,l.jsx)("div",{className:"grid gap-3 md:grid-cols-2 lg:grid-cols-4",children:[[e("tutorial.s4Running"),e("tutorial.s4RunningDesc")],[e("tutorial.s4Waiting"),e("tutorial.s4WaitingDesc")],[e("tutorial.s4Failed"),e("tutorial.s4FailedDesc")],[e("tutorial.s4TimedOut"),e("tutorial.s4TimedOutDesc")]].map(([e,s])=>(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e}),(0,l.jsx)("p",{className:"mt-2 text-sm text-muted-foreground",children:s})]},e))}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s4FeedbackTitle")}),(0,l.jsx)("p",{className:"text-sm text-muted-foreground",children:e("tutorial.s4FeedbackDesc")})]}),(0,l.jsxs)(D,{id:"monitor",num:8,title:e("tutorial.navMonitor"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.s5Intro")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s5ListTitle")}),(0,l.jsx)(F,{items:[e("tutorial.s5List1"),e("tutorial.s5List2"),e("tutorial.s5List3")]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s5DetailTitle")}),(0,l.jsx)(F,{items:[e("tutorial.s5Detail1"),e("tutorial.s5Detail2"),e("tutorial.s5Detail3")]}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s5RewindTitle")}),(0,l.jsx)("p",{className:"text-sm text-muted-foreground",children:e("tutorial.s5RewindDesc")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s5CommentTitle")}),(0,l.jsx)("p",{className:"text-sm text-muted-foreground",children:e("tutorial.s5CommentDesc")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s5TimedOutTitle")}),(0,l.jsx)("p",{className:"text-sm text-muted-foreground",children:e("tutorial.s5TimedOutDesc")})]}),(0,l.jsxs)(D,{id:"example",num:9,title:e("tutorial.navExample"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.s6Intro")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s6Title")}),(0,l.jsxs)("div",{className:"space-y-4",children:[(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s6Step1Title")}),(0,l.jsxs)("div",{className:"mt-3 space-y-2 text-sm text-muted-foreground",children:[(0,l.jsxs)("p",{children:["1. ",(0,l.jsx)(M,{children:e("tutorial.s6Step1_1")})]}),(0,l.jsxs)("p",{children:["2. ",(0,l.jsx)(M,{children:e("tutorial.s6Step1_2")})]}),(0,l.jsxs)("p",{children:["3. ",(0,l.jsx)(M,{children:e("tutorial.s6Step1_3")})]})]})]}),(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s6Step2Title")}),(0,l.jsxs)("div",{className:"mt-3 space-y-2 text-sm text-muted-foreground",children:[(0,l.jsx)("p",{children:e("tutorial.s6Step2_1")}),(0,l.jsx)("p",{children:e("tutorial.s6Step2_2")}),(0,l.jsx)("p",{children:e("tutorial.s6Step2_3")}),(0,l.jsx)("p",{children:e("tutorial.s6Step2_4")})]})]}),(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s6Step3Title")}),(0,l.jsx)("p",{className:"mt-3 text-sm text-muted-foreground",children:e("tutorial.s6Step3Desc")}),(0,l.jsx)("div",{className:"mt-3 rounded-2xl border border-border bg-surface-soft/50 p-4 text-sm",children:e("tutorial.s6Step3Example")})]}),(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s6Step4Title")}),(0,l.jsxs)("div",{className:"mt-3 space-y-2 text-sm text-muted-foreground",children:[(0,l.jsx)("p",{children:e("tutorial.s6Step4_1")}),(0,l.jsx)("p",{children:e("tutorial.s6Step4_2")}),(0,l.jsx)("p",{children:e("tutorial.s6Step4_3")}),(0,l.jsx)("p",{children:e("tutorial.s6Step4_4")})]})]})]})]}),(0,l.jsxs)(D,{id:"mcp-loop",num:10,title:e("tutorial.s7Title"),children:[(0,l.jsx)("p",{className:"mb-4 leading-relaxed text-muted-foreground",children:e("tutorial.s7Intro")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s7SetupTitle")}),(0,l.jsx)("div",{className:w,children:(0,l.jsxs)("ol",{className:"space-y-3 text-sm",children:[(0,l.jsxs)("li",{children:["1. ",(0,l.jsx)(M,{children:"npm install -g bluekiwi"})," ",(0,l.jsx)("span",{className:"text-muted-foreground",children:e("tutorial.s7Setup1")})]}),(0,l.jsxs)("li",{children:["2."," ",(0,l.jsx)("span",{className:"text-muted-foreground",children:e("tutorial.s7Setup2")})]}),(0,l.jsxs)("li",{children:["3. ",(0,l.jsx)(M,{children:"bluekiwi accept <token> -s <url>"})," ",(0,l.jsx)("span",{className:"text-muted-foreground",children:e("tutorial.s7Setup3")})]}),(0,l.jsxs)("li",{children:["4."," ",(0,l.jsx)(M,{children:"bluekiwi init -p <profile> -s <url> -k <api-key>"})," ",(0,l.jsx)("span",{className:"text-muted-foreground",children:e("tutorial.s7Setup4")})]}),(0,l.jsxs)("li",{children:["5. ",(0,l.jsx)(M,{children:"bluekiwi status"})," ",(0,l.jsx)("span",{className:"text-muted-foreground",children:e("tutorial.s7Setup5")})]})]})}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s7ToolsTitle")}),(0,l.jsx)("div",{className:"overflow-x-auto",children:(0,l.jsxs)("table",{className:T,children:[(0,l.jsx)("thead",{children:(0,l.jsxs)("tr",{children:[(0,l.jsxs)("th",{className:S,children:[(0,l.jsx)(p.A,{className:"mr-1.5 inline h-3.5 w-3.5"}),"Tool"]}),(0,l.jsx)("th",{className:S,children:"Description"})]})}),(0,l.jsx)("tbody",{children:[["start_workflow",e("tutorial.s7ToolStartWorkflow")],["advance",e("tutorial.s7ToolAdvance")],["execute_step",e("tutorial.s7ToolExecuteStep")],["request_approval",e("tutorial.s7ToolRequestApproval")],["complete_task",e("tutorial.s7ToolCompleteTask")],["rewind",e("tutorial.s7ToolRewind")],["heartbeat",e("tutorial.s7ToolHeartbeat")],["list_tasks",e("tutorial.s7ToolListTasks")],["list_workflows",e("tutorial.s7ToolListWorkflows")],["list_my_groups",e("tutorial.s7ToolListMyGroups")],["set_visual_html",e("tutorial.s7ToolSetVisualHtml")],["get_web_response",e("tutorial.s7ToolGetWebResponse")],["save_feedback",e("tutorial.s7ToolSaveFeedback")],["submit_report",e("tutorial.s7ToolSubmitReport")],["list_attachments",e("tutorial.s7ToolListAttachments")],["get_attachment",e("tutorial.s7ToolGetAttachment")],["upload_attachment",e("tutorial.s7ToolUploadAttachment")]].map(([e,s])=>(0,l.jsxs)("tr",{children:[(0,l.jsx)("td",{className:A,children:(0,l.jsx)("code",{className:y,children:e})}),(0,l.jsx)("td",{className:`${A} ${v}`,children:s})]},e))})]})}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s7FeedbackTitle")}),(0,l.jsx)("p",{className:"mb-4 text-sm text-muted-foreground",children:e("tutorial.s7FeedbackDesc")}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s7FlowTitle")}),(0,l.jsx)("div",{className:w,children:(0,l.jsxs)("ol",{className:"space-y-3 text-sm",children:[(0,l.jsx)("li",{children:e("tutorial.s7Flow1")}),(0,l.jsx)("li",{children:e("tutorial.s7Flow2")}),(0,l.jsx)("li",{children:e("tutorial.s7Flow3")}),(0,l.jsx)("li",{children:e("tutorial.s7Flow4")}),(0,l.jsx)("li",{children:e("tutorial.s7Flow5")})]})}),(0,l.jsx)("h3",{className:N,children:e("tutorial.s7AutoTitle")}),(0,l.jsx)("p",{className:"mb-3 text-sm text-muted-foreground",children:e("tutorial.s7AutoDesc")}),(0,l.jsx)(F,{items:[e("tutorial.s7Auto1"),e("tutorial.s7Auto2"),e("tutorial.s7Auto3")]})]}),(0,l.jsxs)(D,{id:"tips",num:11,title:e("tutorial.navTips"),children:[(0,l.jsxs)("div",{className:"grid gap-4 md:grid-cols-2",children:[(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s8Tip1Title")}),(0,l.jsx)("p",{className:"mt-2 text-sm text-muted-foreground",children:e("tutorial.s8Tip1Desc")})]}),(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s8Tip2Title")}),(0,l.jsx)("p",{className:"mt-2 text-sm text-muted-foreground",children:e("tutorial.s8Tip2Desc")})]}),(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s8Tip3Title")}),(0,l.jsx)("p",{className:"mt-2 text-sm text-muted-foreground",children:e("tutorial.s8Tip3Desc")})]}),(0,l.jsxs)("div",{className:w,children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s8Tip4Title")}),(0,l.jsx)("p",{className:"mt-2 text-sm text-muted-foreground",children:e("tutorial.s8Tip4Desc")})]})]}),(0,l.jsxs)("div",{className:"mt-6 rounded-[1.5rem] border border-brand-blue-200 bg-brand-blue-100/60 p-5",children:[(0,l.jsx)("p",{className:"text-sm font-semibold",children:e("tutorial.s8CtaTitle")}),(0,l.jsx)("p",{className:"mt-2 text-sm text-muted-foreground",children:e("tutorial.s8CtaDesc")}),(0,l.jsxs)("p",{className:"mt-4 text-sm",children:[e("tutorial.s8CtaGoal")," ",(0,l.jsx)(M,{children:e("tutorial.s8CtaGoal1")})," ",(0,l.jsx)(M,{children:e("tutorial.s8CtaGoal2")})]})]})]})]})})]})]})}},96035:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("message-square",[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]])},97233:(e,s,t)=>{"use strict";t.d(s,{A:()=>l});let l=(0,t(82240).A)("link-2",[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]])}},e=>{e.O(0,[8409,8368,6609,8500,3443,2360,2997,8441,3794,7358],()=>e(e.s=65353)),_N_E=e.O()}]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6901],{16776:(e,t,u)=>{Promise.resolve().then(u.bind(u,27989))},27989:(e,t,u)=>{"use strict";u.r(t),u.d(t,{default:()=>a});var s=u(95155),n=u(12115),r=u(73321),l=u(9243);function a(){let e=Number((0,r.useParams)().id),[t,u]=(0,n.useState)(null),[a,i]=(0,n.useState)(null);if((0,n.useEffect)(()=>{fetch("/api/auth/me").then(e=>e.ok?e.json():null).then(e=>{e?.user&&u(e.user)}).catch(()=>{})},[]),(0,n.useEffect)(()=>{Number.isFinite(e)&&fetch(`/api/workflows/${e}`).then(e=>e.ok?e.json():null).then(e=>{e?.data&&i(e.data)}).catch(()=>{})},[e]),!Number.isFinite(e))return null;let f=!!t&&!!a&&(t.userId===a.owner_id||"superuser"===t.role);return(0,s.jsx)(l.default,{workflowId:e,canEdit:f})}}},e=>{e.O(0,[8409,
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6901],{16776:(e,t,u)=>{Promise.resolve().then(u.bind(u,27989))},27989:(e,t,u)=>{"use strict";u.r(t),u.d(t,{default:()=>a});var s=u(95155),n=u(12115),r=u(73321),l=u(9243);function a(){let e=Number((0,r.useParams)().id),[t,u]=(0,n.useState)(null),[a,i]=(0,n.useState)(null);if((0,n.useEffect)(()=>{fetch("/api/auth/me").then(e=>e.ok?e.json():null).then(e=>{e?.user&&u(e.user)}).catch(()=>{})},[]),(0,n.useEffect)(()=>{Number.isFinite(e)&&fetch(`/api/workflows/${e}`).then(e=>e.ok?e.json():null).then(e=>{e?.data&&i(e.data)}).catch(()=>{})},[e]),!Number.isFinite(e))return null;let f=!!t&&!!a&&(t.userId===a.owner_id||"superuser"===t.role);return(0,s.jsx)(l.default,{workflowId:e,canEdit:f})}}},e=>{e.O(0,[8409,8368,6609,2822,1736,2360,9243,8441,3794,7358],()=>e(e.s=16776)),_N_E=e.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[420],{5387:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("file-braces-corner",[["path",{d:"M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6",key:"14cnrg"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1 1 1 0 0 1 1 1v2a1 1 0 0 0 1 1",key:"sr0ebq"}],["path",{d:"M9 22a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1",key:"w793db"}]])},6296:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]])},6962:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("download",[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]])},9199:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("rotate-ccw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]])},10762:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]])},12651:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]])},20232:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]])},21975:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("upload",[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]])},24356:(e,t,a)=>{"use strict";a.d(t,{bL:()=>d,Qg:()=>n});var s=a(12115);a(47650);var r=a(42442),i=a(95155),l=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((e,t)=>{let a=(0,r.TL)(`Primitive.${t}`),l=s.forwardRef((e,s)=>{let{asChild:r,...l}=e;return"u">typeof window&&(window[Symbol.for("radix-ui")]=!0),(0,i.jsx)(r?a:t,{...l,ref:s})});return l.displayName=`Primitive.${t}`,{...e,[t]:l}},{}),n=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),o=s.forwardRef((e,t)=>(0,i.jsx)(l.span,{...e,ref:t,style:{...n,...e.style}}));o.displayName="VisuallyHidden";var d=o},25777:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]])},31025:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("git-branch",[["path",{d:"M15 6a9 9 0 0 0-9 9V3",key:"1cii5b"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}]])},37642:(e,t,a)=>{"use strict";a.d(t,{w:()=>u});var s=a(95155),r=a(25777),i=a(7810),l=a(92451),n=a(42129),o=a(45160),d=a(70872),c=a(42360);function u({visibility:e,iconOnly:t}){let{t:a}=(0,c.B)(),{Icon:x,label:m}={personal:{Icon:r.A,label:a("folders.visibilityPersonal")},group:{Icon:i.A,label:a("folders.visibilityGroup")},public:{Icon:l.A,label:a("folders.visibilityPublic")},inherit:{Icon:n.A,label:a("folders.visibilityInherit")}}[e],h={personal:a("folders.visibilityPersonalDesc"),group:a("folders.visibilityGroupDesc"),public:a("folders.visibilityPublicDesc"),inherit:a("folders.visibilityInheritDesc")}[e];return(0,s.jsx)(d.Bc,{children:(0,s.jsxs)(d.m_,{children:[(0,s.jsx)(d.k$,{asChild:!0,children:(0,s.jsxs)(o.E,{variant:"neutral",className:"gap-1",children:[(0,s.jsx)(x,{className:"h-3 w-3"}),!t&&m]})}),(0,s.jsx)(d.ZI,{children:h})]})})}},41585:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]])},42129:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("folder-open",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]])},47687:(e,t,a)=>{"use strict";a.d(t,{Xi:()=>c,av:()=>u,j7:()=>d,tU:()=>n});var s=a(95155);a(12115);var r=a(18460),i=a(61584),l=a(40980);function n({className:e,orientation:t="horizontal",...a}){return(0,s.jsx)(i.bL,{"data-slot":"tabs","data-orientation":t,orientation:t,className:(0,l.cn)("group/tabs flex gap-2 data-[orientation=horizontal]:flex-col",e),...a})}let o=(0,r.F)("group/tabs-list inline-flex w-fit items-center justify-center rounded-2xl p-1 text-muted-foreground group-data-[orientation=horizontal]/tabs:h-9 group-data-[orientation=vertical]/tabs:h-fit group-data-[orientation=vertical]/tabs:flex-col data-[variant=line]:rounded-none",{variants:{variant:{default:"bg-brand-surface-strong",line:"gap-1 bg-transparent"}},defaultVariants:{variant:"default"}});function d({className:e,variant:t="default",...a}){return(0,s.jsx)(i.B8,{"data-slot":"tabs-list","data-variant":t,className:(0,l.cn)(o({variant:t}),e),...a})}function c({className:e,...t}){return(0,s.jsx)(i.l9,{"data-slot":"tabs-trigger",className:(0,l.cn)("relative inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-xl border border-transparent px-3 py-1.5 text-sm font-medium whitespace-nowrap text-brand-ink-700 transition-all group-data-[orientation=vertical]/tabs:w-full group-data-[orientation=vertical]/tabs:justify-start hover:text-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 focus-visible:outline-ring disabled:pointer-events-none disabled:opacity-50 group-data-[variant=default]/tabs-list:data-[state=active]:shadow-card group-data-[variant=line]/tabs-list:data-[state=active]:shadow-none dark:text-muted-foreground dark:hover:text-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4","group-data-[variant=line]/tabs-list:bg-transparent group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent dark:group-data-[variant=line]/tabs-list:data-[state=active]:border-transparent dark:group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent","data-[state=active]:bg-card data-[state=active]:text-brand-blue-700 dark:data-[state=active]:border-input dark:data-[state=active]:bg-input/30 dark:data-[state=active]:text-foreground","after:absolute after:bg-foreground after:opacity-0 after:transition-opacity group-data-[orientation=horizontal]/tabs:after:inset-x-0 group-data-[orientation=horizontal]/tabs:after:bottom-[-5px] group-data-[orientation=horizontal]/tabs:after:h-0.5 group-data-[orientation=vertical]/tabs:after:inset-y-0 group-data-[orientation=vertical]/tabs:after:-right-1 group-data-[orientation=vertical]/tabs:after:w-0.5 group-data-[variant=line]/tabs-list:data-[state=active]:after:opacity-100",e),...t})}function u({className:e,...t}){return(0,s.jsx)(i.UC,{"data-slot":"tabs-content",className:(0,l.cn)("flex-1 outline-none",e),...t})}},48368:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("file-text",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]])},49387:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]])},59943:(e,t,a)=>{"use strict";a.d(t,{p:()=>n});var s=a(95155),r=a(98500),i=a.n(r),l=a(89239);function n({icon:e,title:t,description:a,actionLabel:r,actionHref:o}){return(0,s.jsxs)("div",{className:"flex flex-col items-center justify-center py-16 text-center",children:[(0,s.jsx)("div",{className:"flex h-16 w-16 items-center justify-center rounded-2xl bg-muted",children:(0,s.jsx)(e,{className:"h-7 w-7 text-muted-foreground"})}),(0,s.jsx)("p",{className:"mt-4 text-sm font-medium",children:t}),(0,s.jsx)("p",{className:"mt-1 max-w-xs text-xs text-muted-foreground",children:a}),r&&o&&(0,s.jsx)(l.$,{asChild:!0,size:"sm",className:"mt-4",children:(0,s.jsx)(i(),{href:o,children:r})})]})}},60023:(e,t,a)=>{"use strict";a.d(t,{S:()=>n});var s=a(12115),r=a(41463);let i=function(){if(r.env.NEXT_PUBLIC_WS_URL)return r.env.NEXT_PUBLIC_WS_URL;let e="https:"===window.location.protocol?"https":"http";return`${e}://${window.location.host}/ws`}(),l=i?i.replace(/^http/,"ws"):null;function n(e){let t=(0,s.useRef)(null),a=(0,s.useRef)(e),r=(0,s.useRef)(()=>{}),n=(0,s.useRef)(null),o=(0,s.useRef)(!1);(0,s.useEffect)(()=>{a.current=e},[e]);let d=(0,s.useCallback)(()=>{if(l&&i&&t.current?.readyState!==WebSocket.OPEN&&t.current?.readyState!==WebSocket.CONNECTING)try{let e=()=>{let e=new WebSocket(l);e.onmessage=e=>{try{let t=JSON.parse(e.data);a.current(t)}catch{}},e.onclose=()=>{t.current=null,null!==n.current&&window.clearTimeout(n.current),n.current=window.setTimeout(()=>r.current(),3e3)},e.onerror=()=>{e.close()},t.current=e};if(o.current)return void e();fetch(`${i}/health`).then(t=>{if(!t.ok)throw Error("ws relay unavailable");o.current=!0,e()}).catch(()=>{o.current=!1})}catch{null!==n.current&&window.clearTimeout(n.current),n.current=window.setTimeout(()=>r.current(),3e3)}},[]);(0,s.useEffect)(()=>{r.current=d},[d]),(0,s.useEffect)(()=>(d(),()=>{null!==n.current&&window.clearTimeout(n.current),t.current?.close(),t.current=null}),[d])}},61878:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("search",[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]])},70872:(e,t,a)=>{"use strict";a.d(t,{Bc:()=>l,ZI:()=>d,k$:()=>o,m_:()=>n});var s=a(95155);a(12115);var r=a(28935),i=a(40980);function l({delayDuration:e=0,...t}){return(0,s.jsx)(r.Kq,{"data-slot":"tooltip-provider",delayDuration:e,...t})}function n({...e}){return(0,s.jsx)(r.bL,{"data-slot":"tooltip",...e})}function o({...e}){return(0,s.jsx)(r.l9,{"data-slot":"tooltip-trigger",...e})}function d({className:e,sideOffset:t=0,children:a,...l}){return(0,s.jsx)(r.ZL,{children:(0,s.jsxs)(r.UC,{"data-slot":"tooltip-content",sideOffset:t,className:(0,i.cn)("z-50 w-fit origin-(--radix-tooltip-content-transform-origin) animate-in rounded-xl bg-foreground px-3 py-1.5 text-xs text-balance text-background fade-in-0 zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95",e),...l,children:[a,(0,s.jsx)(r.i3,{className:"z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px] bg-foreground fill-foreground"})]})})}},71668:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>O});var s=a(95155),r=a(12115),i=a(98500),l=a.n(i),n=a(73321),o=a(9199),d=a(82240);let c=(0,d.A)("clock-4",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}]]);var u=a(20232);let x=(0,d.A)("list-tree",[["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"M3 10a2 2 0 0 0 2 2h3",key:"1npucw"}],["path",{d:"M3 5v12a2 2 0 0 0 2 2h3",key:"x1gjn2"}]]);var m=a(49387),h=a(6962),f=a(41585),p=a(9114),v=a(48368),b=a(61878),g=a(31025),w=a(12651),j=a(59943),k=a(10762),N=a(94514),y=a(67635),_=a(42763),A=a(89239),$=a(60529),C=a(42360);let S=[{id:"claude",label:"Claude Code",prefix:"/",hint:"claude-code"},{id:"codex",label:"Codex CLI",prefix:"$",hint:"openai-codex"},{id:"gemini",label:"Gemini CLI",prefix:"/",hint:"google-gemini"},{id:"cursor",label:"Cursor",prefix:"/",hint:"cursor-ide"},{id:"windsurf",label:"Windsurf",prefix:"/",hint:"windsurf-ide"},{id:"other",label:"기타",prefix:"/",hint:"other"}];function z({open:e,onClose:t,workflowId:a,workflowTitle:i}){var l;let n,{t:o}=(0,C.B)(),[d,c]=(0,r.useState)(1),[u,x]=(0,r.useState)(""),[m,h]=(0,r.useState)(""),[f,p]=(0,r.useState)(S[0]),[v,b]=(0,r.useState)(!1),g=()=>{c(1),x(""),h(""),p(S[0]),b(!1),t()},w=(l=f.prefix,(n=[u.trim(),m.trim()].filter(Boolean).join(" — "))?`${l}bk-start ${a} :: ${n}`:`${l}bk-start ${a}`),j=async()=>{try{await navigator.clipboard.writeText(w),b(!0),setTimeout(()=>b(!1),2e3)}catch{}};return(0,s.jsx)(_.lG,{open:e,onOpenChange:e=>!e&&g(),children:(0,s.jsxs)(_.Cf,{className:"sm:max-w-[480px]",children:[(0,s.jsx)(_.c7,{children:(0,s.jsxs)(_.L3,{className:"flex items-center gap-2 text-base",children:[(0,s.jsx)(k.A,{className:"h-4 w-4 text-brand-blue-600"}),(0,s.jsx)("span",{className:"max-w-[280px] truncate",children:i})]})}),(0,s.jsx)("div",{className:"flex items-center gap-2",children:[1,2].map(e=>(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[e>1&&(0,s.jsx)("div",{className:"h-px w-6 bg-[var(--border)]"}),(0,s.jsx)("div",{className:`flex h-6 w-6 items-center justify-center rounded-full text-xs font-semibold transition-colors ${d===e?"bg-brand-blue-600 text-white":d>e?"bg-kiwi-500 text-white":"bg-[var(--border)]/60 text-[var(--muted-foreground)]"}`,children:d>e?(0,s.jsx)(N.A,{className:"h-3 w-3"}):e}),(0,s.jsx)("span",{className:`text-xs ${d===e?"font-medium":"text-[var(--muted-foreground)]"}`,children:1===e?o("runDialog.step1Label"):o("runDialog.step2Label")})]},e))}),1===d&&(0,s.jsxs)("div",{className:"space-y-4",children:[(0,s.jsx)("p",{className:"text-sm text-[var(--muted-foreground)]",children:o("runDialog.step1Desc")}),(0,s.jsxs)("div",{className:"space-y-3",children:[(0,s.jsxs)("div",{children:[(0,s.jsx)("label",{className:"mb-1.5 block text-xs font-medium text-[var(--foreground)]",children:o("runDialog.titleLabel")}),(0,s.jsx)($.p,{value:u,onChange:e=>x(e.target.value),placeholder:o("runDialog.titlePlaceholder"),maxLength:100})]}),(0,s.jsxs)("div",{children:[(0,s.jsx)("label",{className:"mb-1.5 block text-xs font-medium text-[var(--foreground)]",children:o("runDialog.contextLabel")}),(0,s.jsx)("textarea",{value:m,onChange:e=>h(e.target.value),placeholder:o("runDialog.contextPlaceholder"),maxLength:500,rows:3,className:"w-full resize-none rounded-md border border-[var(--border)] bg-[var(--background)] px-3 py-2 text-sm outline-none focus:border-brand-blue-400 focus:ring-1 focus:ring-brand-blue-400/30"}),(0,s.jsxs)("p",{className:"mt-1 text-right text-[10px] text-[var(--muted-foreground)]",children:[m.length,"/500"]})]})]}),(0,s.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,s.jsx)(A.$,{variant:"outline",size:"sm",onClick:g,children:o("common.cancel")}),(0,s.jsxs)(A.$,{size:"sm",onClick:()=>c(2),children:[o("runDialog.nextBtn")," →"]})]})]}),2===d&&(0,s.jsxs)("div",{className:"space-y-4",children:[(0,s.jsxs)("div",{children:[(0,s.jsx)("p",{className:"mb-2 text-[11px] font-medium uppercase tracking-wide text-[var(--muted-foreground)]",children:o("runDialog.toolLabel")}),(0,s.jsx)("div",{className:"flex flex-wrap gap-1.5",children:S.map(e=>(0,s.jsx)("button",{type:"button",onClick:()=>{p(e),b(!1)},className:`rounded-full border px-3 py-1 text-xs font-medium transition-colors ${f.id===e.id?"border-brand-blue-400 bg-brand-blue-50 text-brand-blue-700":"border-[var(--border)] text-[var(--muted-foreground)] hover:bg-surface-soft"}`,children:e.label},e.id))})]}),(0,s.jsxs)("div",{children:[(0,s.jsx)("p",{className:"mb-2 text-[11px] font-medium uppercase tracking-wide text-[var(--muted-foreground)]",children:o("runDialog.commandLabel")}),(0,s.jsxs)("div",{className:"flex items-center gap-2 rounded-lg border border-[var(--border)] bg-slate-950 px-3 py-2.5",children:[(0,s.jsx)("code",{className:"min-w-0 flex-1 break-all font-mono text-xs text-emerald-400",children:w}),(0,s.jsx)("button",{type:"button",onClick:j,title:o("runDialog.copyBtn"),className:`flex h-7 w-7 shrink-0 items-center justify-center rounded transition-colors ${v?"bg-kiwi-600 text-white":"bg-slate-800 text-slate-300 hover:bg-slate-700"}`,children:v?(0,s.jsx)(N.A,{className:"h-3.5 w-3.5"}):(0,s.jsx)(y.A,{className:"h-3.5 w-3.5"})})]})]}),(0,s.jsx)("p",{className:"rounded-md bg-surface-soft px-3 py-2.5 text-xs text-[var(--muted-foreground)]",children:o("runDialog.usageHint")}),(0,s.jsxs)("div",{className:"flex justify-between gap-2",children:[(0,s.jsxs)(A.$,{variant:"outline",size:"sm",onClick:()=>{c(1),b(!1)},children:["← ",o("runDialog.backBtn")]}),(0,s.jsx)(A.$,{variant:"outline",size:"sm",onClick:g,children:o("common.close")})]})]})]})})}var M=a(52997),T=a(37642),P=a(45160),D=a(81477),L=a(47687),E=a(66609),I=a(60023);function R(e){return new Date(e).toLocaleString()}let B={completed:o.A,failed:c,running:u.A,pending:x};function H({status:e,t}){let a=B[e??"pending"];return(0,s.jsxs)(P.E,{className:"running"===e?"border-brand-blue-600/20 bg-brand-blue-100 text-brand-blue-700":"completed"===e?"border-brand-blue-600/20 bg-transparent text-brand-blue-700":"failed"===e?"border-[var(--destructive)] bg-destructive/10 text-[var(--destructive)]":"border-[var(--border)] bg-transparent text-[var(--muted-foreground)]",children:[(0,s.jsx)(a,{className:"h-3.5 w-3.5"}),"completed"===e?t("tasks.completed"):"running"===e?t("tasks.running"):"failed"===e?t("tasks.failed"):"pending"===e?t("tasks.pending"):e]})}function W({node:e,t}){var a,r;return(0,s.jsx)(D.Zp,{children:(0,s.jsxs)(D.Wu,{className:"p-4",children:[(0,s.jsxs)("div",{className:"mb-2 flex items-center justify-between gap-2",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)(P.E,{className:"gate"===(a=e.node_type)?"border-kiwi-600/30 bg-kiwi-100 text-kiwi-700":"loop"===a?"border-[var(--border)] bg-transparent text-[var(--muted-foreground)]":"border-brand-blue-600/20 bg-brand-blue-100 text-brand-blue-700",children:(r=e.node_type,t("gate"===r?"editor.gate":"loop"===r?"editor.loop":"editor.action"))}),(0,s.jsxs)("p",{className:"text-sm font-medium",children:[e.step_order,". ",e.title]}),e.hitl&&(0,s.jsx)(P.E,{variant:"outline",className:"border-amber-500 text-amber-700",children:"HITL"}),e.visual_selection&&(0,s.jsx)(P.E,{variant:"outline",className:"border-kiwi-500 text-kiwi-700",children:"Visual"}),e.credential_binding_status&&"ready"!==e.credential_binding_status.status&&(0,s.jsx)(P.E,{variant:"outline",className:"border-[var(--destructive)] text-[var(--destructive)]",children:"Setup required"})]}),(0,s.jsx)(P.E,{variant:"outline",children:t("workflows.nodeStep",{step:e.step_order})})]}),(0,s.jsx)("p",{className:"line-clamp-3 text-xs text-[var(--muted-foreground)]",children:e.resolved_instruction||t("workflows.noInstruction")})]})})}function O(){let e=(0,n.useParams)(),t=(0,n.useRouter)(),{t:a}=(0,C.B)(),i=Number(e.id),o=Number.isFinite(i),[d,k]=(0,r.useState)(null),[N,y]=(0,r.useState)(o),[_,S]=(0,r.useState)([]),[B,O]=(0,r.useState)(o),[V,q]=(0,r.useState)(""),[Z,F]=(0,r.useState)(""),[U,X]=(0,r.useState)(!1),[G,J]=(0,r.useState)(!1),[K,Q]=(0,r.useState)("history"),Y=(0,r.useRef)(null),[ee,et]=(0,r.useState)(null),[ea,es]=(0,r.useState)(!1),[er,ei]=(0,r.useState)(null);(0,r.useEffect)(()=>{fetch("/api/auth/me").then(e=>e.ok?e.json():null).then(e=>{e?.user&&ei(e.user)}).catch(()=>{})},[]);let el=!!er&&!!d&&(er.userId===d.owner_id||"superuser"===er.role),en=(0,r.useMemo)(()=>d?.nodes.filter(e=>e.credential_binding_status&&"ready"!==e.credential_binding_status.status)??[],[d]),eo=en.length>0,ed=(0,r.useCallback)(async()=>{y(!0);let e=await fetch(`/api/workflows/${i}`);if(!e.ok){k(null),y(!1);return}k((await e.json()).data),y(!1)},[i]),ec=(0,r.useCallback)(async()=>{es(!0);let e=await fetch(`/api/workflows/${i}/versions`);if(!e.ok){et(null),es(!1);return}et((await e.json()).data),es(!1)},[i]),eu=async e=>{(await fetch(`/api/workflows/${e}/activate`,{method:"POST"})).ok?(E.oR.success(a("workflows.activated")),await Promise.all([ec(),ed()])):E.oR.error(a("workflows.activateFailed"))},ex=async e=>{(await fetch(`/api/workflows/${e}/deactivate`,{method:"POST"})).ok?(E.oR.success(a("workflows.deactivated")),await Promise.all([ec(),ed()])):E.oR.error(a("workflows.deactivateFailed"))},em=(0,r.useCallback)(async()=>{O(!0);let e=new URLSearchParams;e.set("workflow_id",String(i)),V&&e.set("status",V),Z.trim()&&e.set("q",Z.trim());let t=await fetch(`/api/tasks?${e}`);if(!t.ok){S([]),O(!1);return}S((await t.json()).data??[]),O(!1)},[i,V,Z]);(0,r.useEffect)(()=>{o&&(ed(),em(),ec())},[o,i,ed,em,ec]),(0,I.S)(()=>{em()});let eh=(0,r.useMemo)(()=>{if(!d?.evaluation_contract)return"";try{return JSON.stringify(JSON.parse(d.evaluation_contract),null,2)}catch{return d.evaluation_contract}},[d]),ef=(0,r.useMemo)(()=>[..._].sort((e,t)=>new Date(t.updated_at).getTime()-new Date(e.updated_at).getTime()),[_]),ep=(0,r.useMemo)(()=>({total:ef.length,running:ef.filter(e=>"running"===e.status).length,completed:ef.filter(e=>"completed"===e.status).length,failed:ef.filter(e=>"failed"===e.status).length}),[ef]),ev=(0,r.useMemo)(()=>ef.slice(0,3),[ef]);return o?N?(0,s.jsx)("main",{className:"mx-auto max-w-5xl px-4 py-6",children:(0,s.jsx)("p",{className:"text-sm text-[var(--muted-foreground)]",children:a("common.loading")})}):d?(0,s.jsxs)("main",{className:"mx-auto max-w-5xl px-4 py-6",children:[(0,s.jsxs)("section",{className:"mb-5 rounded-xl border border-[var(--border)] bg-surface-soft p-5",children:[(0,s.jsxs)("div",{className:"mb-4 flex flex-wrap items-start justify-between gap-3",children:[(0,s.jsxs)("div",{children:[(0,s.jsx)("h1",{className:"text-2xl font-bold tracking-tight",children:d.title}),(0,s.jsx)("p",{className:"mt-1 text-sm text-[var(--muted-foreground)]",children:d.description||a("workflows.noDescription")})]}),(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[ee&&ee.versions.length>1&&(0,s.jsx)("select",{value:d.id,onChange:e=>{let a=Number(e.target.value);a&&a!==d.id&&t.push(`/workflows/${a}`)},className:"h-9 rounded-md border border-[var(--border)] bg-background px-2 text-xs","aria-label":a("workflows.pickVersion"),children:ee.versions.map(e=>(0,s.jsxs)("option",{value:e.id,children:["v",e.version,e.is_active?" ✓":` (${a("workflows.inactiveBadge")})`]},e.id))}),(0,s.jsxs)(A.$,{variant:"secondary",onClick:()=>t.push(`/workflows/${d.id}/edit`),disabled:!el,title:el?void 0:a("ownership.cantEdit"),children:[(0,s.jsx)(m.A,{className:"mr-2 h-4 w-4"}),a("workflows.edit")]}),(0,s.jsxs)(A.$,{variant:"outline",onClick:()=>J(!0),children:[(0,s.jsx)(h.A,{className:"mr-2 h-4 w-4"}),a("workflows.export")]}),(0,s.jsxs)(A.$,{onClick:()=>X(!0),disabled:eo,title:eo?"크레덴셜 설정이 끝나기 전에는 실행할 수 없습니다":void 0,children:[(0,s.jsx)(u.A,{className:"mr-2 h-4 w-4"}),a("workflows.run")]})]})]}),eo&&(0,s.jsx)("div",{className:"mb-4 rounded-2xl border border-[var(--destructive)]/30 bg-destructive/10 px-4 py-3 text-sm",children:(0,s.jsxs)("div",{className:"flex items-start gap-3",children:[(0,s.jsx)(f.A,{className:"mt-0.5 h-4 w-4 shrink-0 text-[var(--destructive)]"}),(0,s.jsxs)("div",{className:"grid gap-1",children:[(0,s.jsx)("p",{className:"font-medium text-[var(--destructive)]",children:"크레덴셜 설정이 필요한 워크플로입니다"}),(0,s.jsxs)("p",{className:"text-[var(--muted-foreground)]",children:[en.length,"개 노드가 아직 실행 준비되지 않았습니다. 필요한 크레덴셜을 연결하고 key 값을 채운 뒤 다시 실행하세요."]}),(0,s.jsxs)("p",{className:"text-[var(--muted-foreground)]",children:["설정이 필요한 서비스:"," ",Array.from(new Set(en.map(e=>e.credential_binding_status?.service_name??e.credential_requirement_parsed?.service_name??"unknown"))).join(", ")]}),(0,s.jsx)(l(),{href:"/credentials",className:"font-medium text-[var(--destructive)] underline underline-offset-4",children:"크레덴셜 설정하러 가기"})]})]})}),(0,s.jsxs)("div",{className:"grid gap-2 text-xs text-[var(--muted-foreground)] md:grid-cols-3",children:[(0,s.jsxs)("p",{className:"inline-flex items-center gap-2",children:[(0,s.jsx)(p.A,{className:"h-3.5 w-3.5"}),a("workflows.version"),": ",d.version,(0,s.jsx)(P.E,{className:d.is_active?"border-kiwi-600/30 bg-kiwi-100 text-kiwi-700":"border-[var(--border)] bg-transparent text-[var(--muted-foreground)]",children:d.is_active?a("workflows.activeBadge"):a("workflows.inactiveBadge")}),(0,s.jsx)(T.w,{visibility:d.visibility_override??"inherit",iconOnly:!0})]}),(0,s.jsxs)("p",{className:"inline-flex items-center gap-2",children:[(0,s.jsx)(x,{className:"h-3.5 w-3.5"}),a("workflows.nodeCount")," ",d.nodes.length]}),(0,s.jsxs)("p",{className:"inline-flex items-center gap-2",children:[(0,s.jsx)(c,{className:"h-3.5 w-3.5"}),a("workflows.updatedAt")," ",R(d.updated_at)]})]})]}),(0,s.jsxs)("section",{className:"mb-5 grid gap-4 lg:grid-cols-[0.9fr_1.1fr]",children:[(0,s.jsx)(D.Zp,{className:"border-border/80 bg-background/80",children:(0,s.jsxs)(D.Wu,{className:"p-5",children:[(0,s.jsxs)("div",{className:"flex items-start justify-between gap-3",children:[(0,s.jsxs)("div",{children:[(0,s.jsx)("p",{className:"text-sm font-medium",children:a("workflows.quickTasksTitle")}),(0,s.jsx)("p",{className:"mt-1 text-sm text-[var(--muted-foreground)]",children:a("workflows.quickTasksDesc")})]}),(0,s.jsx)(A.$,{asChild:!0,variant:"outline",size:"sm",children:(0,s.jsx)(l(),{href:`/tasks?workflow_id=${d.id}`,children:a("workflows.viewAllTasks")})})]}),(0,s.jsx)("div",{className:"mt-4 grid gap-3 sm:grid-cols-2",children:[{label:a("workflows.totalTasksLabel"),value:ep.total},{label:a("tasks.running"),value:ep.running},{label:a("tasks.completed"),value:ep.completed},{label:a("tasks.failed"),value:ep.failed}].map(e=>(0,s.jsxs)("div",{className:"rounded-2xl border border-border/70 bg-surface-soft/60 px-4 py-3",children:[(0,s.jsx)("p",{className:"text-xs uppercase tracking-[0.14em] text-[var(--muted-foreground)]",children:e.label}),(0,s.jsx)("p",{className:"mt-2 text-2xl font-semibold tracking-tight",children:e.value})]},e.label))})]})}),(0,s.jsx)(D.Zp,{className:"border-border/80 bg-background/80",children:(0,s.jsxs)(D.Wu,{className:"p-5",children:[(0,s.jsx)("div",{className:"mb-4 flex items-center justify-between gap-3",children:(0,s.jsx)("p",{className:"text-sm font-medium",children:a("workflows.recentTasks")})}),B?(0,s.jsx)("p",{className:"text-sm text-[var(--muted-foreground)]",children:a("common.loading")}):0===ev.length?(0,s.jsx)(j.p,{icon:v.A,title:a("tasks.empty"),description:a("workflows.noTasks")}):(0,s.jsx)("div",{className:"space-y-3",children:ev.map(e=>(0,s.jsx)(l(),{href:`/tasks/${e.id}`,className:"block rounded-2xl border border-border/70 bg-surface-soft/45 px-4 py-3 transition-colors hover:border-brand-blue-200 hover:bg-brand-blue-100/40",children:(0,s.jsxs)("div",{className:"flex items-center justify-between gap-3",children:[(0,s.jsxs)("div",{className:"min-w-0",children:[(0,s.jsx)("p",{className:"truncate text-sm font-medium",children:e.workflow_title??a("tasks.workflowFallback",{id:e.workflow_id})}),(0,s.jsxs)("p",{className:"mt-1 text-xs text-[var(--muted-foreground)]",children:["#",e.id," \xb7"," ",e.context||R(e.updated_at)]})]}),(0,s.jsx)(H,{status:e.status,t:a})]})},e.id))})]})})]}),(0,s.jsx)("div",{ref:Y,children:(0,s.jsxs)(L.tU,{value:K,onValueChange:Q,children:[(0,s.jsxs)(L.j7,{className:"mb-4",children:[(0,s.jsx)(L.Xi,{value:"history",children:a("workflows.history")}),(0,s.jsx)(L.Xi,{value:"nodes",children:a("workflows.nodesTab")}),(0,s.jsx)(L.Xi,{value:"versions",children:a("workflows.versionsTab")}),(0,s.jsx)(L.Xi,{value:"meta",children:a("workflows.meta")})]}),(0,s.jsxs)(L.av,{value:"history",children:[(0,s.jsxs)("div",{className:"mb-4 flex items-center justify-between gap-2",children:[(0,s.jsx)("div",{className:"text-sm text-[var(--muted-foreground)]",children:a("workflows.runningTasks",{count:_.length})}),(0,s.jsxs)("div",{className:"flex w-full max-w-sm items-center gap-2",children:[(0,s.jsx)($.p,{value:Z,onChange:e=>F(e.target.value),placeholder:a("common.search"),"aria-label":a("common.search")}),(0,s.jsx)(b.A,{className:"h-4 w-4 text-[var(--muted-foreground)]"})]})]}),(0,s.jsxs)("div",{className:"mb-4 flex flex-wrap gap-2",children:[(0,s.jsx)(A.$,{size:"sm",variant:""===V?"default":"outline",onClick:()=>q(""),children:a("tasks.all")}),(0,s.jsx)(A.$,{size:"sm",variant:"running"===V?"default":"outline",onClick:()=>q("running"),children:a("tasks.running")}),(0,s.jsx)(A.$,{size:"sm",variant:"completed"===V?"default":"outline",onClick:()=>q("completed"),children:a("tasks.completed")}),(0,s.jsx)(A.$,{size:"sm",variant:"failed"===V?"default":"outline",onClick:()=>q("failed"),children:a("tasks.failed")}),(0,s.jsx)(A.$,{size:"sm",variant:"pending"===V?"default":"outline",onClick:()=>q("pending"),children:a("tasks.pending")})]}),B?(0,s.jsx)(D.Zp,{children:(0,s.jsx)(D.Wu,{className:"py-10 text-center text-sm text-[var(--muted-foreground)]",children:a("common.loading")})}):0===_.length?(0,s.jsx)(j.p,{icon:v.A,title:a("tasks.empty"),description:a("workflows.noTasks")}):(0,s.jsx)("div",{className:"space-y-3",children:_.map(e=>{let t=new Set(e.logs.filter(e=>"completed"===e.status).map(e=>e.step_order)).size,r=Math.max(...e.logs.map(e=>e.step_order),1),i=e.logs.length>0?t/r*100:0;return(0,s.jsx)(D.Zp,{className:"transition-shadow hover:shadow-soft",children:(0,s.jsxs)(D.Wu,{className:"p-4",children:[(0,s.jsxs)("div",{className:"mb-2 flex flex-wrap items-start justify-between gap-3",children:[(0,s.jsxs)(l(),{href:`/tasks/${e.id}`,className:"min-w-0 flex-1",children:[(0,s.jsx)("p",{className:"truncate text-sm font-semibold",children:e.workflow_title??a("tasks.workflowFallback",{id:e.workflow_id})}),(0,s.jsx)("p",{className:"truncate text-xs text-[var(--muted-foreground)]",children:e.context})]}),(0,s.jsx)(H,{status:e.status,t:a})]}),(0,s.jsxs)("div",{className:"mb-2 flex items-center gap-2 text-xs text-[var(--muted-foreground)]",children:[(0,s.jsx)(c,{className:"h-3.5 w-3.5"}),(0,s.jsxs)("span",{children:["#",e.id," \xb7"," ","completed"===e.status?R(e.updated_at):R(e.created_at)]})]}),(0,s.jsx)("div",{className:"h-2 overflow-hidden rounded-full bg-surface-soft",children:(0,s.jsx)("div",{className:`h-full rounded-full transition-all ${"failed"===e.status?"bg-destructive":"pending"===e.status?"bg-[var(--muted)]":"bg-brand-blue-600"}`,style:{width:`${i}%`}})}),(0,s.jsxs)("p",{className:"mt-1 text-right text-[11px] text-[var(--muted-foreground)]",children:[t,"/",r," ",a("tasks.steps")]})]})},e.id)})})]}),(0,s.jsx)(L.av,{value:"nodes",children:0===d.nodes.length?(0,s.jsx)(j.p,{icon:x,title:a("workflows.noNodes"),description:a("workflows.noNodesDesc")}):(0,s.jsx)("div",{className:"space-y-3",children:d.nodes.map(e=>(0,s.jsx)(W,{node:e,t:a},e.id))})}),(0,s.jsx)(L.av,{value:"versions",children:(0,s.jsx)(D.Zp,{children:(0,s.jsxs)(D.Wu,{className:"space-y-4 p-4 text-sm",children:[(0,s.jsxs)("div",{children:[(0,s.jsx)("h2",{className:"text-base font-semibold",children:a("workflows.versionHistoryTitle")}),(0,s.jsx)("p",{className:"mt-1 text-xs text-[var(--muted-foreground)]",children:a("workflows.versionHistoryDesc")})]}),ea?(0,s.jsx)("p",{className:"text-xs text-[var(--muted-foreground)]",children:a("common.loading")}):ee&&0!==ee.versions.length?(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"rounded-lg border border-[var(--border)]",children:[(0,s.jsxs)("div",{className:"grid grid-cols-[auto_1fr_auto_auto_auto] items-center gap-3 border-b border-[var(--border)] px-3 py-2 text-[10px] font-medium uppercase tracking-wider text-[var(--muted-foreground)]",children:[(0,s.jsx)("span",{children:a("workflows.version")}),(0,s.jsx)("span",{children:a("workflows.createdAt")}),(0,s.jsx)("span",{children:a("workflows.lineage")}),(0,s.jsx)("span",{}),(0,s.jsx)("span",{className:"text-right",children:a("workflows.actions")})]}),ee.versions.map(e=>{let t=e.id===d.id;return(0,s.jsxs)("div",{className:`grid grid-cols-[auto_1fr_auto_auto_auto] items-center gap-3 border-b border-[var(--border)] px-3 py-2 text-xs last:border-b-0 ${t?"bg-brand-blue-50":""}`,children:[(0,s.jsxs)("div",{className:"inline-flex items-center gap-2",children:[(0,s.jsx)(l(),{href:`/workflows/${e.id}`,className:"font-medium text-brand-blue-600 hover:underline",children:e.version}),t&&(0,s.jsx)(P.E,{variant:"outline",className:"text-[10px]",children:a("workflows.currentlyViewing")})]}),(0,s.jsx)("span",{className:"text-[var(--muted-foreground)]",children:R(e.created_at)}),(0,s.jsxs)("span",{className:"inline-flex items-center gap-1 text-[var(--muted-foreground)]",children:[(0,s.jsx)(g.A,{className:"h-3 w-3"}),e.parent_workflow_id?`#${e.parent_workflow_id}`:a("workflows.noParent")]}),(0,s.jsx)(P.E,{className:e.is_active?"border-kiwi-600/30 bg-kiwi-100 text-kiwi-700":"border-[var(--border)] bg-transparent text-[var(--muted-foreground)]",children:e.is_active?(0,s.jsxs)("span",{className:"inline-flex items-center gap-1",children:[(0,s.jsx)(w.A,{className:"h-3 w-3"}),a("workflows.activeBadge")]}):a("workflows.inactiveBadge")}),(0,s.jsx)("div",{className:"flex justify-end gap-1",children:e.is_active?(0,s.jsx)(A.$,{size:"sm",variant:"outline",onClick:()=>ex(e.id),children:a("workflows.deactivate")}):(0,s.jsx)(A.$,{size:"sm",variant:"secondary",onClick:()=>eu(e.id),children:a("workflows.activate")})})]},e.id)})]}),(0,s.jsx)("p",{className:"text-[11px] text-[var(--muted-foreground)]",children:a("workflows.lineageDesc")})]}):(0,s.jsx)("p",{className:"text-xs text-[var(--muted-foreground)]",children:a("workflows.empty")})]})})}),(0,s.jsx)(L.av,{value:"meta",children:(0,s.jsx)(D.Zp,{children:(0,s.jsxs)(D.Wu,{className:"space-y-2 p-4 text-sm",children:[(0,s.jsxs)("div",{className:"flex items-start justify-between gap-3",children:[(0,s.jsx)("span",{className:"font-medium",children:a("workflows.metaId")}),(0,s.jsx)("span",{className:"text-[var(--muted-foreground)]",children:d.id})]}),(0,s.jsxs)("div",{className:"flex items-start justify-between gap-3",children:[(0,s.jsx)("span",{className:"font-medium",children:a("workflows.metaVersion")}),(0,s.jsx)("span",{className:"text-[var(--muted-foreground)]",children:d.version})]}),(0,s.jsxs)("div",{className:"flex items-start justify-between gap-3",children:[(0,s.jsx)("span",{className:"font-medium",children:a("workflows.metaParent")}),(0,s.jsx)("span",{className:"text-[var(--muted-foreground)]",children:d.parent_workflow_id?String(d.parent_workflow_id):a("workflows.metaNoParent")})]}),(0,s.jsxs)("div",{className:"mt-2",children:[(0,s.jsx)("p",{className:"mb-1 text-xs font-medium uppercase tracking-wide text-[var(--muted-foreground)]",children:a("workflows.metaContract")}),eh?(0,s.jsx)("pre",{className:"overflow-auto rounded-lg border border-[var(--border)] bg-slate-950 p-3 text-xs text-slate-100",children:eh}):(0,s.jsx)("p",{className:"text-xs text-[var(--muted-foreground)]",children:a("workflows.noEvaluation")})]})]})})})]})}),d&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(z,{open:U,onClose:()=>X(!1),workflowId:d.id,workflowTitle:d.title}),G&&(0,s.jsx)(M.Z,{open:G,onClose:()=>J(!1),mode:"export",workflowId:d.id,workflowTitle:d.title,folderId:d.folder_id})]})]}):(0,s.jsxs)("main",{className:"mx-auto max-w-5xl px-4 py-6",children:[(0,s.jsx)("p",{className:"text-sm text-[var(--muted-foreground)]",children:a("workflows.notFound")}),(0,s.jsxs)(l(),{href:"/workflows",className:"text-sm text-brand-blue-600",children:["← ",a("workflows.backToList")]})]}):(0,s.jsx)("main",{className:"mx-auto max-w-5xl px-4 py-6",children:(0,s.jsx)("div",{className:"text-sm text-[var(--destructive)]",children:a("workflows.invalidId")})})}},73321:(e,t,a)=>{"use strict";var s=a(74645);a.o(s,"useParams")&&a.d(t,{useParams:function(){return s.useParams}}),a.o(s,"usePathname")&&a.d(t,{usePathname:function(){return s.usePathname}}),a.o(s,"useRouter")&&a.d(t,{useRouter:function(){return s.useRouter}}),a.o(s,"useSearchParams")&&a.d(t,{useSearchParams:function(){return s.useSearchParams}})},76863:(e,t,a)=>{Promise.resolve().then(a.bind(a,71668))},94514:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]])},97233:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});let s=(0,a(82240).A)("link-2",[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]])}},e=>{e.O(0,[8409,8368,6609,8500,3207,7533,6644,2360,2997,8441,3794,7358],()=>e(e.s=76863)),_N_E=e.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/layout-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6399],{90063:(e,s,_)=>{Promise.resolve().then(_.bind(_,9243))}},e=>{e.O(0,[8409,
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6399],{90063:(e,s,_)=>{Promise.resolve().then(_.bind(_,9243))}},e=>{e.O(0,[8409,8368,6609,2822,1736,2360,9243,8441,3794,7358],()=>e(e.s=90063)),_N_E=e.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/page-33a541a152b061fc.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[238],{6015:(e,s,t)=>{Promise.resolve().then(t.bind(t,62929))},62929:(e,s,t)=>{"use strict";t.r(s),t.d(s,{default:()=>ee});var r=t(95155),l=t(12115),i=t(98500),a=t.n(i),n=t(73321),o=t(96035),d=t(5121),c=t(53961),u=t(21628),m=t(41641),x=t(21362),h=t(30971),f=t(94514),p=t(33210),b=t(7019),v=t(37595),g=t(51914),w=t(21975),j=t(42129),N=t(63393),y=t(61878),k=t(6296),C=t(60285),S=t(49387),_=t(67635),A=t(6962),$=t(68459),E=t(59943),I=t(45160),L=t(89239),T=t(81477),P=t(29991),D=t(37642),R=t(28367),z=t(25777),M=t(7810),F=t(92451),O=t(66609),K=t(42763),W=t(42360);let G=[{value:null,Icon:j.A,labelKey:"visibility.followFolder",descKey:"visibility.followFolderDesc"},{value:"personal",Icon:z.A,labelKey:"folders.visibilityPersonal",descKey:"folders.visibilityPersonalDesc"},{value:"group",Icon:M.A,labelKey:"folders.visibilityGroup",descKey:"folders.visibilityGroupDesc"},{value:"public",Icon:F.A,labelKey:"folders.visibilityPublic",descKey:"folders.visibilityPublicDesc"}];function q({workflowId:e,workflowTitle:s,currentOverride:t,open:i,onClose:a,onUpdate:n}){let{t:o}=(0,W.B)(),[d,c]=(0,l.useState)(null),[u,m]=(0,l.useState)([]),[x,h]=(0,l.useState)([]),[f,p]=(0,l.useState)(""),[b,v]=(0,l.useState)("reader"),[w,j]=(0,l.useState)(!1),N=(0,l.useCallback)(async()=>{if(!e)return;let s=await fetch(`/api/workflows/${e}/shares`);s.ok&&m((await s.json()).data??[])},[e]),y=(0,l.useCallback)(async()=>{let e=await fetch("/api/settings/groups");e.ok&&h((await e.json()).data??[])},[]);(0,l.useEffect)(()=>{i&&e&&(c(t),p(""),N(),y())},[i,e,t,N,y]);let k=async()=>{if(e&&!w){if(d!==t){j(!0);let s=await fetch(`/api/workflows/${e}/visibility`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({override:d})});if(j(!1),!s.ok){let e=await s.json().catch(()=>({}));O.oR.error(e?.error?.message??o("visibility.changeFailed"));return}}n(),a()}},C=async()=>{if(!e||!f)return;let s=await fetch(`/api/workflows/${e}/shares`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({group_id:f,access_level:b})});if(s.ok)p(""),await N();else{let e=await s.json().catch(()=>({}));O.oR.error(e?.error?.message??o("visibility.groupAddFailed"))}},S=async s=>{e&&((await fetch(`/api/workflows/${e}/shares/${s}`,{method:"DELETE"})).ok?await N():O.oR.error(o("visibility.groupRemoveFailed")))},_=x.filter(e=>!u.some(s=>s.group_id===e.id)),A=d!==t;return(0,r.jsx)(K.lG,{open:i,onOpenChange:e=>!e&&a(),children:(0,r.jsxs)(K.Cf,{className:"sm:max-w-[400px]",children:[(0,r.jsx)(K.c7,{children:(0,r.jsxs)(K.L3,{className:"flex items-center gap-2 text-base",children:[(0,r.jsx)("span",{className:"max-w-[200px] truncate",children:s}),(0,r.jsxs)("span",{className:"text-xs font-normal text-[var(--muted-foreground)]",children:["\xb7 ",o("visibility.settings")]})]})}),(0,r.jsxs)("div",{children:[(0,r.jsx)("p",{className:"mb-2 text-[11px] font-medium uppercase tracking-wide text-[var(--muted-foreground)]",children:o("visibility.scope")}),(0,r.jsx)("div",{className:"grid grid-cols-4 gap-2",children:G.map(({value:e,Icon:s,labelKey:t,descKey:l})=>{let i=d===e;return(0,r.jsxs)("button",{type:"button",disabled:w,onClick:()=>c(e),title:o(l),className:`flex flex-col items-center gap-1.5 rounded-[var(--radius-sm)] border px-2 py-2.5 text-xs transition-colors disabled:pointer-events-none disabled:opacity-50 ${i?"border-brand-blue-400 bg-brand-blue-50 text-brand-blue-700":"border-[var(--border)] text-[var(--muted-foreground)] hover:bg-surface-soft"}`,children:[(0,r.jsx)(s,{className:"h-4 w-4"}),(0,r.jsx)("span",{className:"font-medium",children:o(t)})]},String(e))})})]}),"group"===d&&(0,r.jsxs)("div",{children:[(0,r.jsx)("p",{className:"mb-2 text-[11px] font-medium uppercase tracking-wide text-[var(--muted-foreground)]",children:o("visibility.groupSharing")}),0===u.length?(0,r.jsx)("p",{className:"px-1 text-xs text-[var(--muted-foreground)]",children:o("visibility.noSharedGroups")}):(0,r.jsx)("ul",{className:"mb-2 space-y-1",children:u.map(e=>(0,r.jsxs)("li",{className:"flex items-center gap-2 rounded-[var(--radius-sm)] bg-surface-soft px-2.5 py-1.5",children:[(0,r.jsx)(M.A,{className:"h-3.5 w-3.5 shrink-0 text-[var(--muted-foreground)]"}),(0,r.jsx)("span",{className:"flex-1 truncate text-sm",children:e.group_name}),(0,r.jsx)("span",{className:`shrink-0 rounded-full px-2 py-0.5 text-[10px] font-medium ${"contributor"===e.access_level?"bg-brand-blue-100 text-brand-blue-700":"bg-[var(--border)]/40 text-[var(--muted-foreground)]"}`,children:"contributor"===e.access_level?o("folders.accessLevelEditor"):o("folders.accessLevelViewer")}),(0,r.jsx)("button",{type:"button",onClick:()=>S(e.group_id),className:"flex h-5 w-5 shrink-0 items-center justify-center rounded text-[var(--muted-foreground)] hover:bg-destructive/10 hover:text-[var(--destructive)]",children:(0,r.jsx)($.A,{className:"h-3 w-3"})})]},e.group_id))}),0===x.length?(0,r.jsx)("p",{className:"text-[11px] text-[var(--muted-foreground)]",children:o("visibility.noGroupsHint")}):0===_.length?(0,r.jsx)("p",{className:"text-[11px] text-[var(--muted-foreground)]",children:o("visibility.allGroupsShared")}):(0,r.jsxs)("div",{className:"flex gap-1.5",children:[(0,r.jsxs)("select",{value:f,onChange:e=>p(Number(e.target.value)||""),className:"h-7 min-w-0 flex-1 rounded-[var(--radius-sm)] border border-[var(--border)] bg-[var(--background)] px-2 text-xs outline-none focus:border-brand-blue-400",children:[(0,r.jsx)("option",{value:"",children:o("visibility.selectGroup")}),_.map(e=>(0,r.jsx)("option",{value:e.id,children:e.name},e.id))]}),(0,r.jsxs)("select",{value:b,onChange:e=>v(e.target.value),className:"h-7 w-20 rounded-[var(--radius-sm)] border border-[var(--border)] bg-[var(--background)] px-2 text-xs outline-none focus:border-brand-blue-400",children:[(0,r.jsx)("option",{value:"reader",children:o("folders.accessLevelViewer")}),(0,r.jsx)("option",{value:"contributor",children:o("folders.accessLevelEditor")})]}),(0,r.jsx)("button",{type:"button",disabled:!f,onClick:C,className:"flex h-7 w-7 shrink-0 items-center justify-center rounded-[var(--radius-sm)] bg-brand-blue-600 text-white hover:bg-brand-blue-700 disabled:opacity-40",children:(0,r.jsx)(g.A,{className:"h-3.5 w-3.5"})})]})]}),(0,r.jsxs)("div",{className:"flex justify-end gap-2 pt-1",children:[(0,r.jsx)(L.$,{variant:"outline",size:"sm",onClick:a,children:o("common.cancel")}),(0,r.jsx)(L.$,{size:"sm",disabled:w,onClick:k,className:A?"":"opacity-60",children:w?o("visibility.applying"):o("visibility.apply")})]})]})})}var B=t(52997),J=t(80167),U=t(72264),V=t(21988),Z=t(78619);let H="bluekiwi:workflows:folder-pane-width",X=[5,10,20,50];function Q({node:e}){let s=e.node_type,t="gate"===s?{Icon:o.A,className:"border-kiwi-600/30 bg-kiwi-100 text-kiwi-700"}:"loop"===s?{Icon:d.A,className:"border-[var(--border)] bg-transparent text-[var(--muted-foreground)]"}:{Icon:c.A,className:"border-brand-blue-600/20 bg-brand-blue-100 text-brand-blue-700"};return(0,r.jsxs)(I.E,{className:t.className,children:[(0,r.jsx)(t.Icon,{className:"h-3 w-3"}),(0,r.jsx)("span",{className:"truncate text-[11px]",children:e.title})]})}function Y({nodes:e}){let s=e.slice(0,5),t=e.length-5;return(0,r.jsxs)("div",{className:"flex items-center gap-1.5 overflow-hidden",children:[s.map((e,t)=>(0,r.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,r.jsx)(Q,{node:e}),t<s.length-1&&(0,r.jsx)(u.A,{className:"h-3 w-3 shrink-0 text-[var(--muted-foreground)]"})]},e.id)),t>0&&(0,r.jsxs)("span",{className:"shrink-0 text-[11px] text-[var(--muted-foreground)]",children:["+",t]})]})}function ee(){let e=(0,n.usePathname)(),s=(0,n.useRouter)(),t=(0,n.useSearchParams)(),{t:i}=(0,W.B)(),[o,d]=(0,l.useState)(()=>{let e=Number(t.get("page"));return Number.isFinite(e)&&e>0?e:1}),[c,u]=(0,l.useState)(()=>{let e=Number(t.get("page_size"));return X.includes(e)?e:10}),[I,z]=(0,l.useState)(()=>"grid"===t.get("view")?"grid":"list"),[M,F]=(0,l.useState)(()=>{let e=t.get("folder_id");return e?Number(e):null}),[K,G]=(0,l.useState)([]),[Q,ee]=(0,l.useState)(0),[es,et]=(0,l.useState)(!1),[er,el]=(0,l.useState)(""),ei=(0,l.useRef)(null),ea=(0,l.useRef)(null),en=(0,l.useRef)(null),eo=(0,l.useRef)(null),[ed,ec]=(0,l.useState)(!1),[eu,em]=(0,l.useState)(!1),[ex,eh]=(0,l.useState)(()=>{let e=window.localStorage.getItem(H),s=e?Number(e):NaN;return Number.isFinite(s)?Math.min(520,Math.max(240,s)):320}),[ef,ep]=(0,l.useState)(null);(0,l.useEffect)(()=>{let e=window.matchMedia("(min-width: 1024px)"),s=()=>ec(e.matches);return s(),e.addEventListener("change",s),()=>e.removeEventListener("change",s)},[]),(0,l.useEffect)(()=>{window.localStorage.setItem(H,String(ex))},[ex]),(0,l.useEffect)(()=>{if(!ef)return;let e=()=>ep(null);return document.addEventListener("click",e),document.addEventListener("contextmenu",e),()=>{document.removeEventListener("click",e),document.removeEventListener("contextmenu",e)}},[ef]);let[eb,ev]=(0,l.useState)(()=>t.get("q")??""),[eg,ew]=(0,l.useState)(()=>t.get("q")??""),[ej,eN]=(0,l.useState)(null),[ey,ek]=(0,l.useState)(!1),[eC,eS]=(0,l.useState)(null),{data:e_,loading:eA,refetch:e$}=(0,V.U)(()=>{let e=new URLSearchParams;return null!==M&&e.set("folder_id",String(M)),eg&&e.set("q",eg),`/api/workflows?${e}`},[M,eg]),{deleteTarget:eE,setDeleteTarget:eI,handleDelete:eL}=(0,Z.b)({endpoint:e=>`/api/workflows/${e.id}`,onSuccess:async()=>{O.oR.success(i("workflows.deleted")),await e$()},fallbackMessage:i("common.deleteFailed")}),eT=Math.max(1,Math.ceil(e_.length/c)),eP=Math.min(o,eT),eD=e_.slice((eP-1)*c,eP*c);(0,l.useEffect)(()=>{let e=window.setTimeout(()=>{ew(eb.trim())},250);return()=>window.clearTimeout(e)},[eb]),(0,l.useEffect)(()=>{eo.current?.scrollTo({top:0,behavior:"smooth"})},[M,eg,c,I]),(0,l.useEffect)(()=>{let r=new URLSearchParams;null!==M&&r.set("folder_id",String(M)),eb.trim()&&r.set("q",eb.trim()),eP>1&&r.set("page",String(eP)),10!==c&&r.set("page_size",String(c)),"list"!==I&&r.set("view",I);let l=r.toString();l!==t.toString()&&s.replace(l?`${e}?${l}`:e,{scroll:!1})},[e,s,t,M,eb,eP,c,I]);let eR=(0,l.useCallback)(()=>{ev(""),d(1)},[]),ez=(0,l.useCallback)(e=>{F(s=>s===e?null:e),d(1)},[]),eM=null!==M?K.find(e=>e.id===M)??null:null,eF=(0,l.useMemo)(()=>{if(!eM)return[];let e=[],s=eM,t=new Set;for(;s&&!t.has(s.id)&&(t.add(s.id),e.unshift(s),null!==s.parent_id);){;s=K.find(e=>e.id===s.parent_id)}return e},[eM,K]),eO=(0,l.useCallback)(e=>{if(!e||!M||e===M)return[];let s=[],t=K.find(s=>s.id===e),r=new Set;for(;t&&t.id!==M&&!r.has(t.id)&&(r.add(t.id),s.unshift(t.is_system?i("folders.myWorkspace"):t.name),null!==t.parent_id);){;t=K.find(e=>e.id===t.parent_id)}return s},[M,K,i]),eK=(0,l.useCallback)(()=>{eM&&!eM.is_system&&(el(eM.name),et(!0),setTimeout(()=>{ei.current?.focus(),ei.current?.select()},0))},[eM]),eW=(0,l.useCallback)(async()=>{if(!M||!er.trim())return void et(!1);et(!1);let e=await fetch(`/api/folders/${M}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:er.trim()})});if(e.ok)ee(e=>e+1);else{let s=await e.json().catch(()=>({}));O.oR.error(s?.error?.message??i("folders.renameFailed"))}},[M,er,i]),eG=(0,l.useCallback)(async(e,s)=>{(await fetch(`/api/workflows/${e}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({folder_id:s})})).ok&&(O.oR.success(i("workflows.movedToFolder")),e$())},[e$,i]),eq=async e=>{(await fetch("/api/workflows",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({title:`${e.title} (${i("workflows.copy")})`,description:e.description,nodes:e.nodes.map(e=>({title:e.title,node_type:e.node_type,instruction_id:e.instruction_id,instruction:e.resolved_instruction}))})})).ok&&(O.oR.success(i("workflows.duplicated")),e$())},eB=(0,l.useCallback)(e=>{if(!ed||!en.current)return;e.preventDefault();let s=e.pointerId,t=e.currentTarget;em(!0),t.setPointerCapture(s);let r=e=>{let s=en.current?.getBoundingClientRect();s&&eh(Math.min(520,Math.max(240,Math.round(e-s.left))))};r(e.clientX);let l=e=>{r(e.clientX)},i=()=>{em(!1),document.body.style.cursor="",document.body.style.userSelect="",window.removeEventListener("pointermove",l),window.removeEventListener("pointerup",i),window.removeEventListener("pointercancel",i)};document.body.style.cursor="col-resize",document.body.style.userSelect="none",window.addEventListener("pointermove",l),window.addEventListener("pointerup",i),window.addEventListener("pointercancel",i)},[ed]),eJ=(0,l.useMemo)(()=>{if(ed)return{gridTemplateColumns:`${ex}px 8px minmax(0,1fr)`}},[ex,ed]),eU=(0,l.useCallback)(e=>(0,r.jsxs)("div",{className:`flex items-center justify-end gap-2 ${"top"===e?"mb-4":"mt-6"}`,children:[(0,r.jsxs)("span",{className:"text-xs text-[var(--muted-foreground)]",children:[i("workflows.results"),":"]}),(0,r.jsxs)(P.l6,{value:String(c),onValueChange:e=>{u(Number(e)),d(1)},children:[(0,r.jsx)(P.bq,{size:"sm",className:"w-20 bg-background",children:(0,r.jsx)(P.yv,{})}),(0,r.jsx)(P.gC,{align:"end",children:X.map(e=>(0,r.jsx)(P.eb,{value:String(e),children:e},e))})]}),(0,r.jsx)(L.$,{variant:"outline",size:"icon",className:"h-8 w-8",disabled:eP<=1,onClick:()=>d(e=>Math.max(1,e-1)),children:(0,r.jsx)(m.A,{className:"h-4 w-4"})}),(0,r.jsxs)("span",{className:"min-w-16 text-right text-xs text-[var(--muted-foreground)]",children:[eP," / ",eT]}),(0,r.jsx)(L.$,{variant:"outline",size:"icon",className:"h-8 w-8",disabled:eP>=eT,onClick:()=>d(e=>Math.min(eT,e+1)),children:(0,r.jsx)(x.A,{className:"h-4 w-4"})})]}),[eP,c,i,eT]);return(0,r.jsxs)("div",{className:"flex h-full min-h-0 flex-col",children:[(0,r.jsx)("div",{className:"sticky top-0 z-20 border-b border-[var(--border)] bg-[var(--background)]/95 backdrop-blur-sm",children:(0,r.jsxs)("div",{className:"flex h-14 items-center justify-between gap-4 px-5",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)(h.A,{className:"h-5 w-5 text-[var(--muted-foreground)]"}),(0,r.jsx)("h1",{className:`text-2xl font-bold tracking-tight ${null!==M?"cursor-pointer hover:text-brand-blue-600 transition-colors":""}`,onClick:()=>{null!==M&&(F(null),et(!1),d(1))},children:i("workflows.title")}),eF.map((e,s)=>{let t=s===eF.length-1,l=e.is_system?i("folders.myWorkspace"):e.name;return(0,r.jsxs)("span",{className:"flex items-center gap-1.5",children:[(0,r.jsx)(x.A,{className:"h-4 w-4 shrink-0 text-[var(--muted-foreground)]/50"}),t&&es?(0,r.jsxs)("div",{className:"flex items-center gap-1",children:[(0,r.jsx)("input",{ref:ei,value:er,onChange:e=>el(e.target.value),onKeyDown:e=>{"Enter"===e.key&&eW(),"Escape"===e.key&&et(!1)},className:"h-8 rounded-[var(--radius-sm)] border border-brand-blue-400 bg-transparent px-2 text-lg font-bold outline-none ring-1 ring-brand-blue-400/30"}),(0,r.jsx)("button",{type:"button",onClick:()=>void eW(),className:"flex h-7 w-7 items-center justify-center rounded text-kiwi-600 hover:bg-kiwi-100",children:(0,r.jsx)(f.A,{className:"h-4 w-4"})}),(0,r.jsx)("button",{type:"button",onClick:()=>et(!1),className:"flex h-7 w-7 items-center justify-center rounded text-[var(--muted-foreground)] hover:bg-surface-soft",children:(0,r.jsx)(p.A,{className:"h-4 w-4"})})]}):(0,r.jsx)("span",{className:`text-2xl font-bold tracking-tight select-none ${!t?"cursor-pointer text-[var(--muted-foreground)] hover:text-[var(--foreground)] transition-colors":e.is_system?"cursor-default":"cursor-text"}`,title:t&&!e.is_system?i("folders.doubleClickToRename"):void 0,onClick:t?void 0:()=>{F(e.id),et(!1),d(1)},onDoubleClick:t&&!e.is_system?eK:void 0,children:l})]},e.id)})]}),(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsxs)("div",{className:"flex rounded-[var(--radius)] border border-[var(--border)] p-0.5",children:[(0,r.jsx)(L.$,{variant:"ghost",size:"icon",className:`h-7 w-7 ${"list"===I?"bg-[var(--card)] shadow-sm":""}`,onClick:()=>z("list"),title:i("common.listView"),children:(0,r.jsx)(b.A,{className:"h-3.5 w-3.5"})}),(0,r.jsx)(L.$,{variant:"ghost",size:"icon",className:`h-7 w-7 ${"grid"===I?"bg-[var(--card)] shadow-sm":""}`,onClick:()=>z("grid"),title:i("common.gridView"),children:(0,r.jsx)(v.A,{className:"h-3.5 w-3.5"})})]}),(0,r.jsx)(L.$,{asChild:!0,size:"sm",children:(0,r.jsxs)(a(),{href:M?`/workflows/new?folder_id=${M}`:"/workflows/new",children:[(0,r.jsx)(g.A,{className:"h-4 w-4"}),i("workflows.newWorkflow")]})}),(0,r.jsxs)(L.$,{size:"sm",variant:"outline",onClick:()=>ek(!0),children:[(0,r.jsx)(w.A,{className:"h-4 w-4"}),i("workflows.import")]})]})]})}),(0,r.jsxs)("div",{ref:en,className:`grid min-h-0 flex-1 grid-cols-1 lg:grid-cols-[320px_8px_minmax(0,1fr)] ${eu?"cursor-col-resize":""}`,style:eJ,children:[(0,r.jsxs)("aside",{className:"flex min-h-0 flex-col border-b border-[var(--border)] bg-surface-soft/60 lg:border-r lg:border-b-0",children:[(0,r.jsxs)("div",{className:"shrink-0 border-b border-[var(--border)] px-4 py-4",children:[(0,r.jsx)("p",{className:"text-sm font-semibold",children:i("folders.title")}),(0,r.jsx)("p",{className:"mt-1 text-xs text-[var(--muted-foreground)]",children:eM?eM.is_system?i("folders.myWorkspace"):eM.name:i("workflows.allWorkflows")})]}),(0,r.jsxs)("div",{className:"min-h-0 flex-1 overflow-y-auto px-3 py-3",children:[(0,r.jsxs)("button",{onClick:()=>ez(null),onContextMenu:e=>{e.preventDefault(),ep({x:e.clientX,y:e.clientY})},className:`mb-1 flex w-full items-center gap-2 rounded-[var(--radius-sm)] px-2 py-1.5 text-sm transition-colors ${null===M?"bg-brand-blue-100 font-medium text-brand-blue-700":"text-[var(--muted-foreground)] hover:bg-surface-soft hover:text-[var(--foreground)]"}`,children:[(0,r.jsx)(j.A,{className:"h-3.5 w-3.5 shrink-0"}),i("workflows.allWorkflows")]}),(0,r.jsx)(J.z,{selectedId:M,onSelect:ez,onFoldersChange:G,onWorkflowDrop:eG,refreshKey:Q,onCreateRootRef:e=>{ea.current=e}}),ef&&(0,r.jsx)("div",{className:"fixed z-50 min-w-[140px] overflow-hidden rounded-[var(--radius-sm)] border border-[var(--border)] bg-[var(--card)] py-1 shadow-[var(--shadow-card)]",style:{top:ef.y,left:ef.x},onClick:()=>ep(null),children:(0,r.jsxs)("button",{className:"flex w-full items-center gap-2 px-3 py-1.5 text-sm hover:bg-surface-soft",onClick:()=>{ea.current?.(),ep(null)},children:[(0,r.jsx)(N.A,{className:"h-3.5 w-3.5 text-[var(--muted-foreground)]"}),i("folders.new")]})})]})]}),(0,r.jsx)("div",{role:"separator","aria-orientation":"vertical","aria-label":i("folders.title"),onPointerDown:eB,className:"hidden lg:flex items-stretch justify-center bg-transparent",children:(0,r.jsx)("div",{className:"group flex w-2 cursor-col-resize items-center justify-center",children:(0,r.jsx)("div",{className:"h-full w-px bg-[var(--border)] transition-colors group-hover:bg-brand-blue-400 group-active:bg-brand-blue-500"})})}),(0,r.jsx)("section",{ref:eo,className:"min-h-0 overflow-y-auto",children:(0,r.jsxs)("div",{className:"px-5 py-5",children:[(0,r.jsx)("div",{className:"sticky top-0 z-10 -mx-5 mb-4 border-b border-[var(--border)] bg-[var(--background)]/95 px-5 py-3 backdrop-blur-sm",children:(0,r.jsxs)("div",{className:"flex flex-col gap-3 lg:flex-row lg:items-center lg:justify-between",children:[(0,r.jsxs)("div",{className:"relative w-full max-w-md",children:[(0,r.jsx)(y.A,{className:"pointer-events-none absolute top-1/2 left-2.5 h-3.5 w-3.5 -translate-y-1/2 text-[var(--muted-foreground)]"}),(0,r.jsx)("input",{type:"text",value:eb,onChange:e=>{ev(e.target.value),d(1)},placeholder:i("common.search"),className:"h-9 w-full rounded-[var(--radius-sm)] border border-[var(--border)] bg-transparent pl-8 pr-7 text-sm outline-none placeholder:text-[var(--muted-foreground)] focus:border-brand-blue-400 focus:ring-1 focus:ring-brand-blue-400/30"}),eb!==eg?(0,r.jsx)("span",{className:"pointer-events-none absolute top-1/2 right-2 -translate-y-1/2 text-[var(--muted-foreground)]",children:(0,r.jsx)(k.A,{className:"h-3.5 w-3.5 animate-spin"})}):eb&&(0,r.jsx)("button",{type:"button",onClick:eR,className:"absolute top-1/2 right-2 -translate-y-1/2 text-[var(--muted-foreground)] hover:text-[var(--foreground)]",children:(0,r.jsx)(p.A,{className:"h-3.5 w-3.5"})})]}),(0,r.jsx)("div",{className:"shrink-0",children:eU("top")})]})}),(eb||null!==M)&&(0,r.jsxs)("div",{className:"mb-3 flex flex-wrap items-center gap-2",children:[eb&&(0,r.jsxs)("span",{className:"inline-flex items-center gap-1 rounded-full border border-brand-blue-300/50 bg-brand-blue-50 px-2.5 py-0.5 text-xs text-brand-blue-700",children:[(0,r.jsx)(y.A,{className:"h-3 w-3"}),eb,(0,r.jsx)("button",{onClick:eR,className:"ml-0.5 opacity-60 hover:opacity-100",children:(0,r.jsx)(p.A,{className:"h-3 w-3"})})]}),(0,r.jsxs)("span",{className:"text-xs text-[var(--muted-foreground)]",children:[e_.length,i("workflows.results")]})]}),eA?(0,r.jsx)(T.Zp,{children:(0,r.jsx)(T.Wu,{className:"py-10 text-center text-sm text-[var(--muted-foreground)]",children:i("common.loading")})}):0===e_.length?(0,r.jsx)(E.p,{icon:h.A,title:i("workflows.empty"),description:i("workflows.emptyDesc"),actionLabel:i("workflows.newWorkflow"),actionHref:M?`/workflows/new?folder_id=${M}`:"/workflows/new"}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{className:"grid"===I?"grid grid-cols-1 gap-3 md:grid-cols-2 xl:grid-cols-3":"flex flex-col gap-2",children:eD.map(e=>{let t,l;return"list"===I?(0,r.jsx)(T.Zp,{className:"cursor-pointer gap-0 py-0 transition-shadow hover:shadow-soft",draggable:!0,onDragStart:s=>s.dataTransfer.setData("workflowId",String(e.id)),onClick:()=>s.push(`/workflows/${e.id}`),children:(0,r.jsxs)(T.Wu,{className:"px-4 py-3",children:[(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[(0,r.jsx)("div",{className:"min-w-0 flex-1",children:(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("p",{className:"truncate text-sm font-semibold",children:0===(t=eO(e.folder_id)).length?e.title:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("span",{className:"text-xs font-normal text-[var(--muted-foreground)]/60",children:[t.join(" > ")," > "]}),e.title]})}),(0,r.jsx)("button",{type:"button",onClick:s=>{s.stopPropagation(),eN({id:e.id,title:e.title,override:e.visibility_override??null})},className:"rounded opacity-60 hover:opacity-100",title:i("visibility.settings"),children:(0,r.jsx)(D.w,{visibility:e.visibility_override??"inherit",iconOnly:!0})})]})}),(0,r.jsx)("p",{className:"shrink-0 text-[11px] text-[var(--muted-foreground)]",children:new Date(e.created_at).toLocaleDateString("ko-KR")}),(0,r.jsxs)(U.rI,{children:[(0,r.jsx)(U.ty,{asChild:!0,children:(0,r.jsx)(L.$,{variant:"ghost",size:"icon",className:"h-7 w-7 shrink-0",onClick:e=>e.stopPropagation(),children:(0,r.jsx)(C.A,{className:"h-4 w-4"})})}),(0,r.jsxs)(U.SQ,{align:"end",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)(U._2,{onClick:()=>s.push(`/workflows/${e.id}/edit`),children:[(0,r.jsx)(S.A,{className:"mr-2 h-3.5 w-3.5"}),i("common.edit")]}),(0,r.jsxs)(U._2,{onClick:()=>eq(e),children:[(0,r.jsx)(_.A,{className:"mr-2 h-3.5 w-3.5"}),i("common.duplicate")]}),(0,r.jsxs)(U._2,{onClick:()=>eS({id:e.id,title:e.title,folderId:e.folder_id??null}),children:[(0,r.jsx)(A.A,{className:"mr-2 h-3.5 w-3.5"}),i("workflows.export")]}),(0,r.jsx)(U.mB,{}),(0,r.jsxs)(U._2,{className:"text-[var(--destructive)]",onClick:()=>eI(e),children:[(0,r.jsx)($.A,{className:"mr-2 h-3.5 w-3.5"}),i("common.delete")]})]})]})]}),(0,r.jsx)("div",{className:"mt-2 overflow-hidden",children:(0,r.jsx)(Y,{nodes:e.nodes})})]})},e.id):(0,r.jsx)(T.Zp,{className:"cursor-pointer gap-0 py-0 transition-shadow hover:shadow-soft",draggable:!0,onDragStart:s=>s.dataTransfer.setData("workflowId",String(e.id)),onClick:()=>s.push(`/workflows/${e.id}`),children:(0,r.jsxs)(T.Wu,{className:"flex h-full flex-col justify-between p-4",children:[(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{className:"flex items-start justify-between gap-2",children:[(0,r.jsxs)("div",{className:"min-w-0",children:[(0,r.jsx)("p",{className:"truncate text-sm font-semibold",children:0===(l=eO(e.folder_id)).length?e.title:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("span",{className:"text-xs font-normal text-[var(--muted-foreground)]/60",children:[l.join(" > ")," > "]}),e.title]})}),(0,r.jsx)("p",{className:"mt-0.5 line-clamp-1 text-xs text-[var(--muted-foreground)]",children:e.description||"\xa0"}),(0,r.jsx)("div",{className:"mt-1.5",children:(0,r.jsx)("button",{type:"button",onClick:s=>{s.stopPropagation(),eN({id:e.id,title:e.title,override:e.visibility_override??null})},className:"rounded opacity-60 hover:opacity-100",title:i("visibility.settings"),children:(0,r.jsx)(D.w,{visibility:e.visibility_override??"inherit",iconOnly:!0})})})]}),(0,r.jsxs)(U.rI,{children:[(0,r.jsx)(U.ty,{asChild:!0,children:(0,r.jsx)(L.$,{variant:"ghost",size:"icon",className:"h-7 w-7 shrink-0",onClick:e=>e.stopPropagation(),children:(0,r.jsx)(C.A,{className:"h-4 w-4"})})}),(0,r.jsxs)(U.SQ,{align:"end",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)(U._2,{onClick:()=>s.push(`/workflows/${e.id}/edit`),children:[(0,r.jsx)(S.A,{className:"mr-2 h-3.5 w-3.5"}),i("common.edit")]}),(0,r.jsxs)(U._2,{onClick:()=>eq(e),children:[(0,r.jsx)(_.A,{className:"mr-2 h-3.5 w-3.5"}),i("common.duplicate")]}),(0,r.jsxs)(U._2,{onClick:()=>eS({id:e.id,title:e.title,folderId:e.folder_id??null}),children:[(0,r.jsx)(A.A,{className:"mr-2 h-3.5 w-3.5"}),i("workflows.export")]}),(0,r.jsx)(U.mB,{}),(0,r.jsxs)(U._2,{className:"text-[var(--destructive)]",onClick:()=>eI(e),children:[(0,r.jsx)($.A,{className:"mr-2 h-3.5 w-3.5"}),i("common.delete")]})]})]})]}),(0,r.jsx)("div",{className:"mt-3",children:(0,r.jsx)(Y,{nodes:e.nodes})})]}),(0,r.jsxs)("p",{className:"mt-3 text-[11px] text-[var(--muted-foreground)]",children:[e.nodes.length,i("workflows.nodes")," \xb7"," ",new Date(e.created_at).toLocaleDateString("ko-KR")]})]})},e.id)})}),eU("bottom")]})]})})]}),(0,r.jsx)(R.o,{target:eE,title:i("workflows.deleteConfirm"),description:i("workflows.deleteDesc",{title:eE?.title??""}),onCancel:()=>eI(null),onConfirm:eL}),(0,r.jsx)(q,{workflowId:ej?.id??null,workflowTitle:ej?.title??"",currentOverride:ej?.override??null,open:null!==ej,onClose:()=>eN(null),onUpdate:e$}),(0,r.jsx)(B.Z,{open:ey,onClose:()=>ek(!1),mode:"import",folderId:M,onImported:e=>s.push(`/workflows/${e}`)}),eC&&(0,r.jsx)(B.Z,{open:null!==eC,onClose:()=>eS(null),mode:"export",workflowId:eC.id,workflowTitle:eC.title,folderId:eC.folderId})]})}}},e=>{e.O(0,[8409,8368,6609,8500,3207,7050,7462,7533,6126,2360,2997,173,3671,8441,3794,7358],()=>e(e.s=6015)),_N_E=e.O()}]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4807],{18460:(e,r,t)=>{"use strict";t.d(r,{F:()=>a});var n=t(29722);let l=e=>"boolean"==typeof e?`${e}`:0===e?"0":e,s=n.$,a=(e,r)=>t=>{var n;if((null==r?void 0:r.variants)==null)return s(e,null==t?void 0:t.class,null==t?void 0:t.className);let{variants:a,defaultVariants:i}=r,o=Object.keys(a).map(e=>{let r=null==t?void 0:t[e],n=null==i?void 0:i[e];if(null===r)return null;let s=l(r)||l(n);return a[e][s]}),d=t&&Object.entries(t).reduce((e,r)=>{let[t,n]=r;return void 0===n||(e[t]=n),e},{});return s(e,o,null==r||null==(n=r.compoundVariants)?void 0:n.reduce((e,r)=>{let{class:t,className:n,...l}=r;return Object.entries(l).every(e=>{let[r,t]=e;return Array.isArray(t)?t.includes({...i,...d}[r]):({...i,...d})[r]===t})?[...e,t,n]:e},[]),null==t?void 0:t.class,null==t?void 0:t.className)}},20055:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>f});var n=t(95155),l=t(12115),s=t(5772),a=t(73321),i=t(25777),o=t(66609),d=t(89239),u=t(60529),c=t(42360);function f(){let e=(0,a.useRouter)(),{t:r}=(0,c.B)(),[t,f]=(0,l.useState)(""),[h,p]=(0,l.useState)(""),[g,b]=(0,l.useState)(""),[v,x]=(0,l.useState)(""),[m,w]=(0,l.useState)(!1),y=async n=>{if(n.preventDefault(),x(""),h.length<6)return void x(r("changePassword.minLength"));if(h!==g)return void x(r("changePassword.mismatch"));w(!0);try{let n=await fetch("/api/auth/change-password",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({current_password:t,new_password:h})}),l=await n.json();if(!n.ok)return void x(l.error||r("changePassword.changeFailed"));o.oR.success(r("changePassword.changed")),e.push("/"),e.refresh()}catch{x(r("auth.connectionError"))}finally{w(!1)}};return(0,n.jsx)("div",{className:"flex min-h-screen items-center justify-center",children:(0,n.jsxs)("form",{onSubmit:y,className:"w-full max-w-sm rounded-2xl border border-[var(--border)] bg-[var(--card)] p-8 shadow-[var(--shadow-soft)]",children:[(0,n.jsxs)("div",{className:"mb-6 text-center",children:[(0,n.jsx)(s.default,{src:"/logo-96.png",alt:r("auth.logoAlt"),className:"mx-auto mb-2 h-14 w-14 rounded-2xl",width:56,height:56}),(0,n.jsx)("h1",{className:"text-lg font-semibold text-[var(--foreground)]",children:"BlueKiwi"}),(0,n.jsxs)("div",{className:"mt-3 flex items-center justify-center gap-1.5 text-sm text-[var(--muted-foreground)]",children:[(0,n.jsx)(i.A,{className:"h-3.5 w-3.5"}),(0,n.jsx)("span",{children:r("changePassword.title")})]})]}),(0,n.jsxs)("div",{className:"space-y-3",children:[(0,n.jsxs)("div",{children:[(0,n.jsx)("label",{className:"mb-1 block text-xs font-medium text-[var(--foreground)]",children:r("changePassword.currentPassword")}),(0,n.jsx)(u.p,{type:"password",value:t,onChange:e=>f(e.target.value),placeholder:r("changePassword.currentPasswordPlaceholder"),required:!0})]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("label",{className:"mb-1 block text-xs font-medium text-[var(--foreground)]",children:r("changePassword.newPassword")}),(0,n.jsx)(u.p,{type:"password",value:h,onChange:e=>p(e.target.value),placeholder:r("changePassword.newPasswordPlaceholder"),required:!0})]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("label",{className:"mb-1 block text-xs font-medium text-[var(--foreground)]",children:r("changePassword.confirmNewPassword")}),(0,n.jsx)(u.p,{type:"password",value:g,onChange:e=>b(e.target.value),placeholder:r("changePassword.confirmNewPasswordPlaceholder"),required:!0})]})]}),v&&(0,n.jsx)("p",{className:"mt-3 text-xs text-[var(--destructive)]",children:v}),(0,n.jsx)(d.$,{type:"submit",className:"mt-4 w-full",disabled:m,children:m?r("changePassword.changing"):r("changePassword.changeButton")})]})})}},21172:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return l}});let n=t(12115);function l(e,r){let t=(0,n.useRef)(null),l=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=t.current;e&&(t.current=null,e());let r=l.current;r&&(l.current=null,r())}else e&&(t.current=s(e,n)),r&&(l.current=s(r,n))},[e,r])}function s(e,r){if("function"!=typeof e)return e.current=r,()=>{e.current=null};{let t=e(r);return"function"==typeof t?t:()=>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),e.exports=r.default)},25777:(e,r,t)=>{"use strict";t.d(r,{A:()=>n});let n=(0,t(82240).A)("lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]])},40980:(e,r,t)=>{"use strict";t.d(r,{cn:()=>s});var n=t(29722),l=t(622);function s(...e){return(0,l.QP)((0,n.$)(e))}},42442:(e,r,t)=>{"use strict";t.d(r,{Dc:()=>d,TL:()=>a,bL:()=>i});var n=t(12115),l=t(47527),s=t(95155);function a(e){var r;let t,a=(r=e,(t=n.forwardRef((e,r)=>{let{children:t,...s}=e;if(n.isValidElement(t)){var a;let e,i,o=(a=t,(i=(e=Object.getOwnPropertyDescriptor(a.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?a.ref:(i=(e=Object.getOwnPropertyDescriptor(a,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?a.props.ref:a.props.ref||a.ref),d=function(e,r){let t={...r};for(let n in r){let l=e[n],s=r[n];/^on[A-Z]/.test(n)?l&&s?t[n]=(...e)=>{let r=s(...e);return l(...e),r}:l&&(t[n]=l):"style"===n?t[n]={...l,...s}:"className"===n&&(t[n]=[l,s].filter(Boolean).join(" "))}return{...e,...t}}(s,t.props);return t.type!==n.Fragment&&(d.ref=r?(0,l.t)(r,o):o),n.cloneElement(t,d)}return n.Children.count(t)>1?n.Children.only(null):null})).displayName=`${r}.SlotClone`,t),i=n.forwardRef((e,r)=>{let{children:t,...l}=e,i=n.Children.toArray(t),o=i.find(u);if(o){let e=o.props.children,t=i.map(r=>r!==o?r:n.Children.count(e)>1?n.Children.only(null):n.isValidElement(e)?e.props.children:null);return(0,s.jsx)(a,{...l,ref:r,children:n.isValidElement(e)?n.cloneElement(e,void 0,t):null})}return(0,s.jsx)(a,{...l,ref:r,children:t})});return i.displayName=`${e}.Slot`,i}var i=a("Slot"),o=Symbol("radix.slottable");function d(e){let r=({children:e})=>(0,s.jsx)(s.Fragment,{children:e});return r.displayName=`${e}.Slottable`,r.__radixId=o,r}function u(e){return n.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===o}},47527:(e,r,t)=>{"use strict";t.d(r,{s:()=>a,t:()=>s});var n=t(12115);function l(e,r){if("function"==typeof e)return e(r);null!=e&&(e.current=r)}function s(...e){return r=>{let t=!1,n=e.map(e=>{let n=l(e,r);return t||"function"!=typeof n||(t=!0),n});if(t)return()=>{for(let r=0;r<n.length;r++){let t=n[r];"function"==typeof t?t():l(e[r],null)}}}}function a(...e){return n.useCallback(s(...e),e)}},60529:(e,r,t)=>{"use strict";t.d(r,{p:()=>s});var n=t(95155);t(12115);var l=t(40980);function s({className:e,type:r,...t}){return(0,n.jsx)("input",{type:r,"data-slot":"input",className:(0,l.cn)("h-11 w-full min-w-0 rounded-2xl border border-input bg-background px-4 py-2 text-[0.95rem] text-foreground shadow-none transition-colors outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-ink-500 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50","focus-visible:border-brand-blue-500 focus-visible:ring-[4px] focus-visible:ring-ring/35","aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40",e),...t})}},69410:(e,r,t)=>{Promise.resolve().then(t.bind(t,20055))},89239:(e,r,t)=>{"use strict";t.d(r,{$:()=>o});var n=t(95155);t(12115);var l=t(18460),s=t(42442),a=t(40980);let i=(0,l.F)("inline-flex shrink-0 items-center justify-center gap-2 whitespace-nowrap transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 font-semibold [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-[0_10px_18px_rgba(53,87,190,0.18)] hover:bg-brand-blue-700",destructive:"bg-destructive text-destructive-foreground hover:bg-danger/90",outline:"border border-border bg-background text-foreground hover:bg-brand-blue-100 hover:text-brand-blue-700",secondary:"bg-secondary text-secondary-foreground hover:bg-surface-strong",ghost:"text-brand-blue-700 hover:bg-brand-blue-100 hover:text-brand-blue-700",accent:"bg-accent text-accent-foreground hover:bg-kiwi-700 hover:text-white",link:"text-brand-blue-700 underline-offset-4 hover:underline"},size:{default:"h-10 rounded-full px-5 text-[0.95rem]",xs:"h-6 gap-1 rounded-full px-2 text-xs has-[>svg]:px-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-8 rounded-full px-3.5 text-sm",lg:"h-11 rounded-full px-6 text-[0.98rem]",icon:"size-10 rounded-full","icon-xs":"size-6 rounded-full [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-8 rounded-full","icon-lg":"size-10 rounded-full"}},defaultVariants:{variant:"default",size:"default"}});function o({className:e,variant:r="default",size:t="default",asChild:l=!1,...d}){let u=l?s.bL:"button";return(0,n.jsx)(u,{"data-slot":"button","data-variant":r,"data-size":t,className:(0,a.cn)(i({variant:r,size:t,className:e})),...d})}}},e=>{e.O(0,[8409,7262,600,2360,8441,3794,7358],()=>e(e.s=69410)),_N_E=e.O()}]);
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4807],{18460:(e,r,t)=>{"use strict";t.d(r,{F:()=>a});var n=t(29722);let l=e=>"boolean"==typeof e?`${e}`:0===e?"0":e,s=n.$,a=(e,r)=>t=>{var n;if((null==r?void 0:r.variants)==null)return s(e,null==t?void 0:t.class,null==t?void 0:t.className);let{variants:a,defaultVariants:i}=r,o=Object.keys(a).map(e=>{let r=null==t?void 0:t[e],n=null==i?void 0:i[e];if(null===r)return null;let s=l(r)||l(n);return a[e][s]}),d=t&&Object.entries(t).reduce((e,r)=>{let[t,n]=r;return void 0===n||(e[t]=n),e},{});return s(e,o,null==r||null==(n=r.compoundVariants)?void 0:n.reduce((e,r)=>{let{class:t,className:n,...l}=r;return Object.entries(l).every(e=>{let[r,t]=e;return Array.isArray(t)?t.includes({...i,...d}[r]):({...i,...d})[r]===t})?[...e,t,n]:e},[]),null==t?void 0:t.class,null==t?void 0:t.className)}},20055:(e,r,t)=>{"use strict";t.r(r),t.d(r,{default:()=>f});var n=t(95155),l=t(12115),s=t(5772),a=t(73321),i=t(25777),o=t(66609),d=t(89239),u=t(60529),c=t(42360);function f(){let e=(0,a.useRouter)(),{t:r}=(0,c.B)(),[t,f]=(0,l.useState)(""),[h,p]=(0,l.useState)(""),[g,b]=(0,l.useState)(""),[v,m]=(0,l.useState)(""),[x,w]=(0,l.useState)(!1),y=async n=>{if(n.preventDefault(),m(""),h.length<6)return void m(r("changePassword.minLength"));if(h!==g)return void m(r("changePassword.mismatch"));w(!0);try{let n=await fetch("/api/auth/change-password",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({current_password:t,new_password:h})}),l=await n.json();if(!n.ok)return void m(l.error||r("changePassword.changeFailed"));o.oR.success(r("changePassword.changed")),e.push("/"),e.refresh()}catch{m(r("auth.connectionError"))}finally{w(!1)}};return(0,n.jsx)("div",{className:"flex min-h-screen items-center justify-center",children:(0,n.jsxs)("form",{onSubmit:y,className:"w-full max-w-sm rounded-2xl border border-[var(--border)] bg-[var(--card)] p-8 shadow-[var(--shadow-soft)]",children:[(0,n.jsxs)("div",{className:"mb-6 text-center",children:[(0,n.jsx)(s.default,{src:"/logo-96.png",alt:r("auth.logoAlt"),className:"mx-auto mb-2 h-14 w-14 rounded-2xl",width:56,height:56}),(0,n.jsx)("h1",{className:"text-lg font-semibold text-[var(--foreground)]",children:"BlueKiwi"}),(0,n.jsxs)("div",{className:"mt-3 flex items-center justify-center gap-1.5 text-sm text-[var(--muted-foreground)]",children:[(0,n.jsx)(i.A,{className:"h-3.5 w-3.5"}),(0,n.jsx)("span",{children:r("changePassword.title")})]})]}),(0,n.jsxs)("div",{className:"space-y-3",children:[(0,n.jsxs)("div",{children:[(0,n.jsx)("label",{className:"mb-1 block text-xs font-medium text-[var(--foreground)]",children:r("changePassword.currentPassword")}),(0,n.jsx)(u.p,{type:"password",value:t,onChange:e=>f(e.target.value),placeholder:r("changePassword.currentPasswordPlaceholder"),required:!0})]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("label",{className:"mb-1 block text-xs font-medium text-[var(--foreground)]",children:r("changePassword.newPassword")}),(0,n.jsx)(u.p,{type:"password",value:h,onChange:e=>p(e.target.value),placeholder:r("changePassword.newPasswordPlaceholder"),required:!0})]}),(0,n.jsxs)("div",{children:[(0,n.jsx)("label",{className:"mb-1 block text-xs font-medium text-[var(--foreground)]",children:r("changePassword.confirmNewPassword")}),(0,n.jsx)(u.p,{type:"password",value:g,onChange:e=>b(e.target.value),placeholder:r("changePassword.confirmNewPasswordPlaceholder"),required:!0})]})]}),v&&(0,n.jsx)("p",{className:"mt-3 text-xs text-[var(--destructive)]",children:v}),(0,n.jsx)(d.$,{type:"submit",className:"mt-4 w-full",disabled:x,children:x?r("changePassword.changing"):r("changePassword.changeButton")})]})})}},21172:(e,r,t)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return l}});let n=t(12115);function l(e,r){let t=(0,n.useRef)(null),l=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=t.current;e&&(t.current=null,e());let r=l.current;r&&(l.current=null,r())}else e&&(t.current=s(e,n)),r&&(l.current=s(r,n))},[e,r])}function s(e,r){if("function"!=typeof e)return e.current=r,()=>{e.current=null};{let t=e(r);return"function"==typeof t?t:()=>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),e.exports=r.default)},25777:(e,r,t)=>{"use strict";t.d(r,{A:()=>n});let n=(0,t(82240).A)("lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]])},40980:(e,r,t)=>{"use strict";t.d(r,{cn:()=>s});var n=t(29722),l=t(622);function s(...e){return(0,l.QP)((0,n.$)(e))}},42442:(e,r,t)=>{"use strict";t.d(r,{Dc:()=>d,TL:()=>a,bL:()=>i});var n=t(12115),l=t(47527),s=t(95155);function a(e){var r;let t,a=(r=e,(t=n.forwardRef((e,r)=>{let{children:t,...s}=e;if(n.isValidElement(t)){var a;let e,i,o=(a=t,(i=(e=Object.getOwnPropertyDescriptor(a.props,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?a.ref:(i=(e=Object.getOwnPropertyDescriptor(a,"ref")?.get)&&"isReactWarning"in e&&e.isReactWarning)?a.props.ref:a.props.ref||a.ref),d=function(e,r){let t={...r};for(let n in r){let l=e[n],s=r[n];/^on[A-Z]/.test(n)?l&&s?t[n]=(...e)=>{let r=s(...e);return l(...e),r}:l&&(t[n]=l):"style"===n?t[n]={...l,...s}:"className"===n&&(t[n]=[l,s].filter(Boolean).join(" "))}return{...e,...t}}(s,t.props);return t.type!==n.Fragment&&(d.ref=r?(0,l.t)(r,o):o),n.cloneElement(t,d)}return n.Children.count(t)>1?n.Children.only(null):null})).displayName=`${r}.SlotClone`,t),i=n.forwardRef((e,r)=>{let{children:t,...l}=e,i=n.Children.toArray(t),o=i.find(u);if(o){let e=o.props.children,t=i.map(r=>r!==o?r:n.Children.count(e)>1?n.Children.only(null):n.isValidElement(e)?e.props.children:null);return(0,s.jsx)(a,{...l,ref:r,children:n.isValidElement(e)?n.cloneElement(e,void 0,t):null})}return(0,s.jsx)(a,{...l,ref:r,children:t})});return i.displayName=`${e}.Slot`,i}var i=a("Slot"),o=Symbol("radix.slottable");function d(e){let r=({children:e})=>(0,s.jsx)(s.Fragment,{children:e});return r.displayName=`${e}.Slottable`,r.__radixId=o,r}function u(e){return n.isValidElement(e)&&"function"==typeof e.type&&"__radixId"in e.type&&e.type.__radixId===o}},47527:(e,r,t)=>{"use strict";t.d(r,{s:()=>a,t:()=>s});var n=t(12115);function l(e,r){if("function"==typeof e)return e(r);null!=e&&(e.current=r)}function s(...e){return r=>{let t=!1,n=e.map(e=>{let n=l(e,r);return t||"function"!=typeof n||(t=!0),n});if(t)return()=>{for(let r=0;r<n.length;r++){let t=n[r];"function"==typeof t?t():l(e[r],null)}}}}function a(...e){return n.useCallback(s(...e),e)}},60529:(e,r,t)=>{"use strict";t.d(r,{p:()=>s});var n=t(95155);t(12115);var l=t(40980);function s({className:e,type:r,...t}){return(0,n.jsx)("input",{type:r,"data-slot":"input",className:(0,l.cn)("h-11 w-full min-w-0 rounded-2xl border border-input bg-background px-4 py-2 text-[0.95rem] text-foreground shadow-none transition-colors outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-ink-500 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50","focus-visible:border-brand-blue-500 focus-visible:ring-[4px] focus-visible:ring-ring/35","aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40",e),...t})}},69410:(e,r,t)=>{Promise.resolve().then(t.bind(t,20055))},82240:(e,r,t)=>{"use strict";t.d(r,{A:()=>d});var n=t(12115);let l=(...e)=>e.filter((e,r,t)=>!!e&&""!==e.trim()&&t.indexOf(e)===r).join(" ").trim(),s=e=>{let r=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,r,t)=>t?t.toUpperCase():r.toLowerCase());return r.charAt(0).toUpperCase()+r.slice(1)};var a={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let i=(0,n.createContext)({}),o=(0,n.forwardRef)(({color:e,size:r,strokeWidth:t,absoluteStrokeWidth:s,className:o="",children:d,iconNode:u,...c},f)=>{let{size:h=24,strokeWidth:p=2,absoluteStrokeWidth:g=!1,color:b="currentColor",className:v=""}=(0,n.useContext)(i)??{},m=s??g?24*Number(t??p)/Number(r??h):t??p;return(0,n.createElement)("svg",{ref:f,...a,width:r??h??a.width,height:r??h??a.height,stroke:e??b,strokeWidth:m,className:l("lucide",v,o),...!d&&!(e=>{for(let r in e)if(r.startsWith("aria-")||"role"===r||"title"===r)return!0;return!1})(c)&&{"aria-hidden":"true"},...c},[...u.map(([e,r])=>(0,n.createElement)(e,r)),...Array.isArray(d)?d:[d]])}),d=(e,r)=>{let t=(0,n.forwardRef)(({className:t,...a},i)=>(0,n.createElement)(o,{ref:i,iconNode:r,className:l(`lucide-${s(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,t),...a}));return t.displayName=s(e),t}},89239:(e,r,t)=>{"use strict";t.d(r,{$:()=>o});var n=t(95155);t(12115);var l=t(18460),s=t(42442),a=t(40980);let i=(0,l.F)("inline-flex shrink-0 items-center justify-center gap-2 whitespace-nowrap transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 font-semibold [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",{variants:{variant:{default:"bg-primary text-primary-foreground shadow-[0_10px_18px_rgba(53,87,190,0.18)] hover:bg-brand-blue-700",destructive:"bg-destructive text-destructive-foreground hover:bg-danger/90",outline:"border border-border bg-background text-foreground hover:bg-brand-blue-100 hover:text-brand-blue-700",secondary:"bg-secondary text-secondary-foreground hover:bg-surface-strong",ghost:"text-brand-blue-700 hover:bg-brand-blue-100 hover:text-brand-blue-700",accent:"bg-accent text-accent-foreground hover:bg-kiwi-700 hover:text-white",link:"text-brand-blue-700 underline-offset-4 hover:underline"},size:{default:"h-10 rounded-full px-5 text-[0.95rem]",xs:"h-6 gap-1 rounded-full px-2 text-xs has-[>svg]:px-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-8 rounded-full px-3.5 text-sm",lg:"h-11 rounded-full px-6 text-[0.98rem]",icon:"size-10 rounded-full","icon-xs":"size-6 rounded-full [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-8 rounded-full","icon-lg":"size-10 rounded-full"}},defaultVariants:{variant:"default",size:"default"}});function o({className:e,variant:r="default",size:t="default",asChild:l=!1,...d}){let u=l?s.bL:"button";return(0,n.jsx)(u,{"data-slot":"button","data-variant":r,"data-size":t,className:(0,a.cn)(i({variant:r,size:t,className:e})),...d})}}},e=>{e.O(0,[8409,6609,600,2360,8441,3794,7358],()=>e(e.s=69410)),_N_E=e.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/login/layout-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/setup/layout-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/_global-error/page-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/[id]/route-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/dashboard/route-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/login/route-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/logout/route-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/groups/route-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/setup/route-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/route-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/route-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/route-51cda6d882abcfca.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[284,318,368,495,539,597,658,848,1021,1025,1287,1575,1760,1850,1891,2001,2279,2488,2506,2543,2853,2863,2882,2922,2994,3025,3176,3276,3382,3448,3487,3748,3760,3921,4020,4196,4306,4467,4490,4660,4716,4723,4875,4896,5223,5476,5601,5767,5900,6025,6037,6054,6100,6217,6373,6456,6478,6518,6654,6709,6752,6755,6819,6844,6973,6988,6994,7129,7148,7363,7485,7543,7636,7719,7758,7851,8e3,8167,8256,8341,8440,8489,8528,8553,8565,8601,8616,8673,8940,8942,8984,8993,9097,9118,9133,9139,9212,9314,9424,9515,9539,9663,9688,9867,9881,9942,9981],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|