@shepai/cli 1.21.0 → 1.22.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/dist/eslint.config.mjs +1 -0
- package/dist/packages/core/src/application/index.d.ts +26 -0
- package/dist/packages/core/src/application/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/index.js +27 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-executor-factory.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-executor-provider.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-registry.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-run-repository.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-runner.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/agent-validator.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/repositories/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/repositories/settings.repository.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/external-issue-fetcher.interface.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/application/ports/output/services/index.d.ts +1 -1
- package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/tool-installer.service.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/version-service.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/web-server-service.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/run-agent.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/create/metadata-generator.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/create/types.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/list-features.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/features/show-feature.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/settings/index.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/settings/load-settings.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/settings/update-settings.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/tools/install-tool.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts.map +1 -0
- package/dist/packages/core/src/domain/factories/index.d.ts.map +1 -0
- package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -0
- package/dist/packages/core/src/domain/generated/index.d.ts +2 -0
- package/dist/packages/core/src/domain/generated/index.d.ts.map +1 -0
- package/dist/packages/core/src/domain/generated/index.js +2 -0
- package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -0
- package/dist/packages/core/src/domain/index.d.ts +10 -0
- package/dist/packages/core/src/domain/index.d.ts.map +1 -0
- package/dist/packages/core/src/domain/index.js +10 -0
- package/dist/packages/core/src/domain/value-objects/index.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/domain/value-objects/tool-installation-status.d.ts +1 -1
- package/dist/packages/core/src/domain/value-objects/tool-installation-status.d.ts.map +1 -0
- package/dist/packages/core/src/domain/value-objects/version-info.d.ts.map +1 -0
- package/dist/packages/core/src/index.d.ts +6 -0
- package/dist/packages/core/src/index.d.ts.map +1 -0
- package/dist/packages/core/src/index.js +6 -0
- package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/index.d.ts +8 -0
- package/dist/packages/core/src/infrastructure/index.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/index.js +9 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/connection.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/repositories/agent-run.repository.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.js +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/checkpointer.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/common/types.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +17 -17
- package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.js +2 -2
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/streaming/index.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/external/github-issue.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/external/jira-ticket.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts +20 -0
- package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/folder-dialog.service.js +50 -0
- package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/port.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/settings.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/version.service.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/version.service.js +18 -4
- package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.d.ts +4 -4
- package/dist/packages/core/src/infrastructure/services/web-server.service.d.ts.map +1 -0
- package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.js +8 -7
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.js +1 -1
- package/dist/src/presentation/cli/commands/agent/approve.command.js +2 -2
- package/dist/src/presentation/cli/commands/agent/delete.command.js +3 -3
- package/dist/src/presentation/cli/commands/agent/ls.command.js +2 -2
- package/dist/src/presentation/cli/commands/agent/reject.command.js +2 -2
- package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts +1 -1
- package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/agent/resolve-run.js +3 -3
- package/dist/src/presentation/cli/commands/agent/show.command.js +2 -2
- package/dist/src/presentation/cli/commands/agent/stop.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/approve.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/del.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/ls.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/new.command.js +3 -3
- package/dist/src/presentation/cli/commands/feat/reject.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts +3 -3
- package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.js +1 -1
- package/dist/src/presentation/cli/commands/feat/resume.command.js +2 -2
- package/dist/src/presentation/cli/commands/feat/review.command.js +1 -1
- package/dist/src/presentation/cli/commands/feat/show.command.js +3 -3
- package/dist/src/presentation/cli/commands/ide-open.command.js +6 -6
- package/dist/src/presentation/cli/commands/install.command.js +4 -4
- package/dist/src/presentation/cli/commands/run.command.js +2 -2
- package/dist/src/presentation/cli/commands/settings/agent.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/agent.command.js +3 -3
- package/dist/src/presentation/cli/commands/settings/ide.command.js +5 -5
- package/dist/src/presentation/cli/commands/settings/init.command.d.ts.map +1 -1
- package/dist/src/presentation/cli/commands/settings/init.command.js +2 -2
- package/dist/src/presentation/cli/commands/settings/show.command.js +2 -2
- package/dist/src/presentation/cli/commands/ui.command.js +4 -4
- package/dist/src/presentation/cli/commands/version.command.js +1 -1
- package/dist/src/presentation/cli/index.js +11 -3
- package/dist/src/presentation/cli/ui/colors.d.ts +1 -1
- package/dist/src/presentation/cli/ui/colors.js +1 -1
- package/dist/src/presentation/cli/ui/formatters.d.ts +1 -1
- package/dist/src/presentation/cli/ui/formatters.js +1 -1
- package/dist/src/presentation/cli/ui/index.d.ts +1 -1
- package/dist/src/presentation/cli/ui/index.js +1 -1
- package/dist/src/presentation/cli/ui/messages.d.ts +1 -1
- package/dist/src/presentation/cli/ui/messages.js +1 -1
- package/dist/src/presentation/cli/ui/spinner.d.ts +1 -1
- package/dist/src/presentation/cli/ui/spinner.js +1 -1
- package/dist/src/presentation/cli/ui/symbols.d.ts +1 -1
- package/dist/src/presentation/cli/ui/symbols.js +1 -1
- package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts +1 -1
- package/dist/src/presentation/tui/prompts/agent-select.prompt.js +1 -1
- package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts +1 -1
- package/dist/src/presentation/tui/prompts/auth-method.prompt.js +1 -1
- package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts +1 -1
- package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts.map +1 -1
- package/dist/src/presentation/tui/prompts/ide-select.prompt.js +1 -1
- package/dist/src/presentation/tui/wizards/agent-config.wizard.d.ts +1 -1
- package/dist/src/presentation/tui/wizards/agent-config.wizard.js +1 -1
- package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts +11 -0
- package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts.map +1 -0
- package/dist/src/presentation/web/app/api/dialog/pick-folder/route.js +16 -0
- package/dist/src/presentation/web/app/layout.js +1 -1
- package/dist/src/presentation/web/app/page.d.ts +1 -1
- package/dist/src/presentation/web/app/page.d.ts.map +1 -1
- package/dist/src/presentation/web/app/page.js +72 -5
- package/dist/src/presentation/web/app/version/page.js +2 -2
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts +7 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.js +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts +6 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.js +23 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts +8 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.js +27 -0
- package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts +3 -0
- package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/index.js +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts +6 -0
- package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.js +13 -0
- package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.js +1 -1
- package/dist/src/presentation/web/components/common/elapsed-time/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/elapsed-time/index.js +1 -1
- package/dist/src/presentation/web/components/common/empty-state/empty-state.js +1 -1
- package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.js +2 -2
- package/dist/src/presentation/web/components/common/empty-state/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/empty-state/index.js +1 -1
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.js +3 -3
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.js +2 -2
- package/dist/src/presentation/web/components/common/feature-list-item/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/feature-list-item/index.js +1 -1
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts +12 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.js +29 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts +8 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.js +30 -0
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts +28 -0
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +71 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +42 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +71 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts +7 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.js +37 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts +16 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +228 -0
- package/dist/src/presentation/web/components/common/feature-node/index.d.ts +5 -0
- package/dist/src/presentation/web/components/common/feature-node/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-node/index.js +4 -0
- package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.js +3 -3
- package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.js +2 -2
- package/dist/src/presentation/web/components/common/feature-status-badges/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/feature-status-badges/index.js +1 -1
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.js +1 -1
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.js +3 -3
- package/dist/src/presentation/web/components/common/feature-status-group/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/feature-status-group/index.js +1 -1
- package/dist/src/presentation/web/components/common/index.d.ts +16 -0
- package/dist/src/presentation/web/components/common/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/index.js +15 -0
- package/dist/src/presentation/web/components/common/loading-skeleton/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/loading-skeleton/index.js +1 -1
- package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.js +1 -1
- package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.js +1 -1
- package/dist/src/presentation/web/components/common/page-header/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/page-header/index.js +1 -1
- package/dist/src/presentation/web/components/common/page-header/page-header.js +1 -1
- package/dist/src/presentation/web/components/common/page-header/page-header.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/page-header/page-header.stories.js +2 -2
- package/dist/src/presentation/web/components/common/repository-node/index.d.ts +3 -0
- package/dist/src/presentation/web/components/common/repository-node/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/repository-node/index.js +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts +11 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node-config.js +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts +6 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.js +13 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts +12 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.js +76 -0
- package/dist/src/presentation/web/components/common/shep-logo/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/shep-logo/index.js +1 -1
- package/dist/src/presentation/web/components/common/shep-logo/shep-logo.js +1 -1
- package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.js +1 -1
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.js +1 -1
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.js +3 -3
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.js +2 -2
- package/dist/src/presentation/web/components/common/sidebar-nav-item/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/sidebar-nav-item/index.js +1 -1
- package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.js +1 -1
- package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.js +2 -2
- package/dist/src/presentation/web/components/common/sidebar-section-header/index.d.ts +2 -2
- package/dist/src/presentation/web/components/common/sidebar-section-header/index.js +1 -1
- package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.js +4 -4
- package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.js +2 -2
- package/dist/src/presentation/web/components/common/theme-toggle/index.d.ts +1 -1
- package/dist/src/presentation/web/components/common/theme-toggle/index.js +1 -1
- package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.js +2 -2
- package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.js +1 -1
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts +6 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +31 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts +8 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.js +25 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts +9 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +9 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.d.ts +8 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.js +7 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts +29 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/control-center.stories.js +249 -0
- package/dist/src/presentation/web/components/features/control-center/index.d.ts +3 -0
- package/dist/src/presentation/web/components/features/control-center/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/index.js +2 -0
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts +20 -0
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +219 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts +22 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +52 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts +17 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +520 -0
- package/dist/src/presentation/web/components/features/features-canvas/index.d.ts +2 -0
- package/dist/src/presentation/web/components/features/features-canvas/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/features-canvas/index.js +1 -0
- package/dist/src/presentation/web/components/features/index.d.ts +2 -0
- package/dist/src/presentation/web/components/features/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/features/index.js +1 -0
- package/dist/src/presentation/web/components/features/version/version-page-client.d.ts +1 -1
- package/dist/src/presentation/web/components/features/version/version-page-client.js +4 -4
- package/dist/src/presentation/web/components/layouts/app-shell/app-shell.d.ts.map +1 -1
- package/dist/src/presentation/web/components/layouts/app-shell/app-shell.js +4 -5
- package/dist/src/presentation/web/components/layouts/app-shell/index.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/app-shell/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +10 -10
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.js +2 -2
- package/dist/src/presentation/web/components/layouts/app-sidebar/index.d.ts +2 -2
- package/dist/src/presentation/web/components/layouts/app-sidebar/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.js +3 -3
- package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.js +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/index.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/dashboard-layout/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/header/header.js +1 -1
- package/dist/src/presentation/web/components/layouts/header/header.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/header/header.stories.js +1 -1
- package/dist/src/presentation/web/components/layouts/header/index.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/header/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/index.d.ts +6 -0
- package/dist/src/presentation/web/components/layouts/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/layouts/index.js +5 -0
- package/dist/src/presentation/web/components/layouts/sidebar/index.d.ts +2 -2
- package/dist/src/presentation/web/components/layouts/sidebar/index.js +1 -1
- package/dist/src/presentation/web/components/layouts/sidebar/sidebar.js +1 -1
- package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/accordion.js +1 -1
- package/dist/src/presentation/web/components/ui/accordion.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/accordion.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/alert.js +1 -1
- package/dist/src/presentation/web/components/ui/alert.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/alert.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/badge.js +1 -1
- package/dist/src/presentation/web/components/ui/badge.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/badge.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/button.js +1 -1
- package/dist/src/presentation/web/components/ui/button.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/button.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/card.js +1 -1
- package/dist/src/presentation/web/components/ui/card.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/card.stories.js +2 -2
- package/dist/src/presentation/web/components/ui/comet-spinner.d.ts +12 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.js +32 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts +13 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/comet-spinner.stories.js +50 -0
- package/dist/src/presentation/web/components/ui/dialog.js +1 -1
- package/dist/src/presentation/web/components/ui/dialog.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/dialog.stories.js +4 -4
- package/dist/src/presentation/web/components/ui/input.js +1 -1
- package/dist/src/presentation/web/components/ui/input.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/input.stories.js +2 -2
- package/dist/src/presentation/web/components/ui/label.js +1 -1
- package/dist/src/presentation/web/components/ui/label.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/label.stories.js +2 -2
- package/dist/src/presentation/web/components/ui/popover.js +1 -1
- package/dist/src/presentation/web/components/ui/popover.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/popover.stories.js +4 -4
- package/dist/src/presentation/web/components/ui/scroll-area.js +1 -1
- package/dist/src/presentation/web/components/ui/select.js +1 -1
- package/dist/src/presentation/web/components/ui/select.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/select.stories.js +1 -1
- package/dist/src/presentation/web/components/ui/separator.js +1 -1
- package/dist/src/presentation/web/components/ui/sheet.js +1 -1
- package/dist/src/presentation/web/components/ui/sidebar.d.ts +4 -4
- package/dist/src/presentation/web/components/ui/sidebar.js +8 -8
- package/dist/src/presentation/web/components/ui/skeleton.js +1 -1
- package/dist/src/presentation/web/components/ui/sonner.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/sonner.stories.js +2 -2
- package/dist/src/presentation/web/components/ui/spinner.d.ts +10 -0
- package/dist/src/presentation/web/components/ui/spinner.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/spinner.js +28 -0
- package/dist/src/presentation/web/components/ui/spinner.stories.d.ts +11 -0
- package/dist/src/presentation/web/components/ui/spinner.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/ui/spinner.stories.js +38 -0
- package/dist/src/presentation/web/components/ui/tabs.js +1 -1
- package/dist/src/presentation/web/components/ui/tabs.stories.d.ts +1 -1
- package/dist/src/presentation/web/components/ui/tabs.stories.js +4 -4
- package/dist/src/presentation/web/components/ui/tooltip.js +1 -1
- package/dist/src/presentation/web/dev-server.d.ts +11 -0
- package/dist/src/presentation/web/dev-server.d.ts.map +1 -0
- package/dist/src/presentation/web/dev-server.js +68 -0
- package/dist/src/presentation/web/hooks/useTheme.d.ts +1 -1
- package/dist/src/presentation/web/hooks/useTheme.js +1 -1
- package/dist/src/presentation/web/lib/layout-with-dagre.d.ts +27 -0
- package/dist/src/presentation/web/lib/layout-with-dagre.d.ts.map +1 -0
- package/dist/src/presentation/web/lib/layout-with-dagre.js +98 -0
- package/dist/src/presentation/web/lib/use-cases.d.ts +29 -0
- package/dist/src/presentation/web/lib/use-cases.d.ts.map +1 -0
- package/dist/src/presentation/web/lib/use-cases.js +46 -0
- package/dist/src/presentation/web/next.config.d.ts.map +1 -1
- package/dist/src/presentation/web/next.config.js +2 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +5 -3
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/app-path-routes-manifest.json +1 -0
- package/web/.next/build-manifest.json +5 -5
- package/web/.next/cache/.previewinfo +1 -1
- package/web/.next/cache/.rscinfo +1 -1
- package/web/.next/cache/.tsbuildinfo +1 -1
- package/web/.next/cache/config.json +3 -3
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +4 -1
- package/web/.next/required-server-files.json +4 -1
- package/web/.next/routes-manifest.json +6 -0
- package/web/.next/server/app/_global-error/page/build-manifest.json +3 -3
- package/web/.next/server/app/_global-error/page.js +4 -4
- package/web/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page/build-manifest.json +3 -3
- package/web/.next/server/app/_not-found/page.js +4 -4
- package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_not-found.html +2 -2
- package/web/.next/server/app/_not-found.rsc +9 -9
- package/web/.next/server/app/_not-found.segments/_full.segment.rsc +9 -9
- package/web/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
- package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/api/dialog/pick-folder/route/app-paths-manifest.json +3 -0
- package/web/.next/server/app/api/dialog/pick-folder/route/build-manifest.json +11 -0
- package/web/.next/server/app/api/dialog/pick-folder/route/server-reference-manifest.json +4 -0
- package/web/.next/server/app/api/dialog/pick-folder/route.js +6 -0
- package/web/.next/server/app/api/dialog/pick-folder/route.js.map +5 -0
- package/web/.next/server/app/api/dialog/pick-folder/route.js.nft.json +1 -0
- package/web/.next/server/app/api/dialog/pick-folder/route_client-reference-manifest.js +2 -0
- package/web/.next/server/app/index.html +2 -2
- package/web/.next/server/app/index.rsc +5 -4
- package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/index.segments/_full.segment.rsc +5 -4
- package/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
- package/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/page/build-manifest.json +3 -3
- package/web/.next/server/app/page.js +5 -5
- package/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/build-manifest.json +3 -3
- package/web/.next/server/app/version/page.js +4 -4
- package/web/.next/server/app/version/page.js.nft.json +1 -1
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version.html +2 -2
- package/web/.next/server/app/version.rsc +4 -4
- package/web/.next/server/app/version.segments/_full.segment.rsc +4 -4
- package/web/.next/server/app/version.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/version.segments/_index.segment.rsc +3 -3
- package/web/.next/server/app/version.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/version.segments/version/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/version.segments/version.segment.rsc +1 -1
- package/web/.next/server/app-paths-manifest.json +1 -0
- package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_dialog_pick-folder_route_actions_375ed12f.js +3 -0
- package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js +3 -0
- package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js.map +1 -0
- package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js +21 -0
- package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js.map +1 -0
- package/web/.next/server/chunks/[turbopack]_runtime.js +795 -0
- package/web/.next/server/chunks/[turbopack]_runtime.js.map +10 -0
- package/web/.next/server/chunks/ssr/403f9_next_dist_1f3516d7._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__01b8cb62._.js.map → 403f9_next_dist_1f3516d7._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/403f9_next_dist_d738ab66._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__7b98fb96._.js.map → 403f9_next_dist_d738ab66._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__2127336f._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__659cf841._.js.map → [root-of-the-server]__2127336f._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__18ff2ebf._.js → [root-of-the-server]__6b3c1f2b._.js} +2 -2
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__ccf8a903._.js.map → [root-of-the-server]__6b3c1f2b._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js +3 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js.map +1 -0
- package/web/.next/server/chunks/ssr/[root-of-the-server]__c37779e6._.js +4 -0
- package/web/.next/server/chunks/ssr/{node_modules__pnpm_03635e2b._.js.map → [root-of-the-server]__c37779e6._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__e55e9c7f._.js +3 -0
- package/web/.next/server/chunks/ssr/{[root-of-the-server]__479da921._.js.map → [root-of-the-server]__e55e9c7f._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +3 -0
- package/web/.next/server/chunks/ssr/{_19be0743._.js.map → [root-of-the-server]__f12b60be._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__fa87595c._.js +3 -0
- package/web/.next/server/chunks/ssr/{_c536147b._.js.map → [root-of-the-server]__fa87595c._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_09afa42a._.js +4 -0
- package/web/.next/server/chunks/ssr/_09afa42a._.js.map +1 -0
- package/web/.next/server/chunks/ssr/{_4582f3c3._.js → _3d152196._.js} +2 -2
- package/web/.next/server/chunks/ssr/_3d152196._.js.map +1 -0
- package/web/.next/server/chunks/ssr/_884ddade._.js +1 -1
- package/web/.next/server/chunks/ssr/_a0c04017._.js +2 -2
- package/web/.next/server/chunks/ssr/_a0c04017._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_c5d377cc._.js +1 -1
- package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js +3 -0
- package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js.map +1 -0
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_a836bb2a.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js +3 -0
- package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js.map +1 -0
- package/web/.next/server/middleware-build-manifest.js +3 -3
- package/web/.next/server/pages/404.html +2 -2
- package/web/.next/server/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/static/chunks/3701b9d5749e6143.css +1 -0
- package/web/.next/static/chunks/a8030d19b4d73c95.js +1 -0
- package/web/.next/static/chunks/b0d13220be9ac29c.js +1 -0
- package/web/.next/static/chunks/b29c0572633eb9e4.js +2 -0
- package/web/.next/static/chunks/be34161188b4e0a0.js +2 -0
- package/web/.next/static/chunks/c87445f8cbe36c74.js +1 -0
- package/web/.next/static/chunks/f220dad9d38bff95.js +5 -0
- package/web/.next/static/chunks/{turbopack-a5a88a85e7ac8e8d.js → turbopack-e0a0178ee911c212.js} +1 -1
- package/web/.next/trace +1 -1
- package/web/.next/trace-build +1 -1
- package/web/.next/types/link.d.ts +1 -0
- package/web/.next/types/routes.d.ts +18 -2
- package/web/.next/types/validator.ts +20 -2
- package/web/package.json +5 -1
- package/dist/src/application/ports/output/agents/agent-executor-factory.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-executor-provider.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-executor.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-registry.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-run-repository.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-runner.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/agent-validator.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/index.d.ts.map +0 -1
- package/dist/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/index.d.ts.map +0 -1
- package/dist/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/repositories/index.d.ts.map +0 -1
- package/dist/src/application/ports/output/repositories/settings.repository.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/external-issue-fetcher.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/index.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/spec-initializer.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/tool-installer.service.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/version-service.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/web-server-service.interface.d.ts.map +0 -1
- package/dist/src/application/ports/output/services/worktree-service.interface.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/run-agent.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/create/metadata-generator.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/create/slug-resolver.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/create/types.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/delete-feature.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/list-features.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/resume-feature.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/features/show-feature.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/settings/index.d.ts.map +0 -1
- package/dist/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/settings/load-settings.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/settings/update-settings.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/tools/install-tool.use-case.d.ts.map +0 -1
- package/dist/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts.map +0 -1
- package/dist/src/domain/factories/index.d.ts.map +0 -1
- package/dist/src/domain/factories/settings-defaults.factory.d.ts.map +0 -1
- package/dist/src/domain/generated/output.d.ts.map +0 -1
- package/dist/src/domain/value-objects/index.d.ts.map +0 -1
- package/dist/src/domain/value-objects/tool-installation-status.d.ts.map +0 -1
- package/dist/src/domain/value-objects/version-info.d.ts.map +0 -1
- package/dist/src/infrastructure/di/container.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/connection.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +0 -1
- package/dist/src/infrastructure/persistence/sqlite/migrations.d.ts.map +0 -1
- package/dist/src/infrastructure/repositories/agent-run.repository.d.ts.map +0 -1
- package/dist/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +0 -1
- package/dist/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +0 -1
- package/dist/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/checkpointer.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/common/types.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/feature-agent/state.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/streaming/index.d.ts.map +0 -1
- package/dist/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +0 -1
- package/dist/src/infrastructure/services/external/github-issue.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/external/jira-ticket.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/git/worktree.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +0 -1
- package/dist/src/infrastructure/services/port.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/settings.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +0 -1
- package/dist/src/infrastructure/services/version.service.d.ts.map +0 -1
- package/dist/src/infrastructure/services/web-server.service.d.ts.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__01b8cb62._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__18ff2ebf._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__479da921._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__659cf841._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__7b98fb96._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js +0 -3
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js.map +0 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__ccf8a903._.js +0 -3
- package/web/.next/server/chunks/ssr/_0f02ab66._.js +0 -3
- package/web/.next/server/chunks/ssr/_0f02ab66._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_19be0743._.js +0 -3
- package/web/.next/server/chunks/ssr/_4582f3c3._.js.map +0 -1
- package/web/.next/server/chunks/ssr/_90bc0c33._.js +0 -3
- package/web/.next/server/chunks/ssr/_c536147b._.js +0 -3
- package/web/.next/server/chunks/ssr/node_modules__pnpm_03635e2b._.js +0 -4
- package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js +0 -3
- package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js.map +0 -1
- package/web/.next/static/chunks/26d260496abf3ed8.js +0 -5
- package/web/.next/static/chunks/33854795ae473cf1.css +0 -1
- package/web/.next/static/chunks/4d6504b9f2ca7e4d.js +0 -1
- package/web/.next/static/chunks/70993ebedee7eab0.js +0 -2
- package/web/.next/static/chunks/8353f5690707d9a5.js +0 -1
- package/web/.next/static/chunks/df7d29673e0ac11d.js +0 -1
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/tool-installer.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/tool-installer.service.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/index.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/tools/install-tool.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/tools/install-tool.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/tools/validate-tool-availability.use-case.d.ts +0 -0
- /package/dist/{src → packages/core/src}/application/use-cases/tools/validate-tool-availability.use-case.js +0 -0
- /package/dist/{src → packages/core/src}/domain/factories/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/factories/index.js +0 -0
- /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.js +0 -0
- /package/dist/{src → packages/core/src}/domain/generated/output.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/generated/output.js +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/index.js +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/tool-installation-status.js +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/version-info.d.ts +0 -0
- /package/dist/{src → packages/core/src}/domain/value-objects/version-info.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/di/container.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/di/container.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/port.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/port.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-installer.service.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-installer.service.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-metadata.d.ts +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-metadata.js +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/antigravity.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/claude-code.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/cursor-cli.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/cursor.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/vscode.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/windsurf.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/zed.json +0 -0
- /package/dist/{src → packages/core/src}/infrastructure/services/version.service.d.ts +0 -0
- /package/web/.next/server/chunks/{ssr/_90bc0c33._.js.map → 744ca_web__next-internal_server_app_api_dialog_pick-folder_route_actions_375ed12f.js.map} +0 -0
- /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → 50v5TcK4kMIcF3xxCPBNl}/_buildManifest.js +0 -0
- /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → 50v5TcK4kMIcF3xxCPBNl}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → 50v5TcK4kMIcF3xxCPBNl}/_ssgManifest.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { cn } from '../../../lib/utils';
|
|
3
|
-
import { Sidebar } from '../../layouts/sidebar';
|
|
4
|
-
import { Header } from '../../layouts/header';
|
|
2
|
+
import { cn } from '../../../lib/utils.js';
|
|
3
|
+
import { Sidebar } from '../../layouts/sidebar/index.js';
|
|
4
|
+
import { Header } from '../../layouts/header/index.js';
|
|
5
5
|
export function DashboardLayout({ sidebarItems, pathname, title, actions, children, className, }) {
|
|
6
6
|
return (_jsxs("div", { className: cn('flex h-screen', className), children: [_jsx("aside", { className: "w-64 border-r", children: _jsx(Sidebar, { items: sidebarItems, pathname: pathname }) }), _jsxs("div", { className: "flex flex-1 flex-col", children: [_jsx(Header, { title: title, actions: actions }), _jsx("main", { className: "flex-1 overflow-auto p-6", children: children })] })] }));
|
|
7
7
|
}
|
package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { DashboardLayout } from './dashboard-layout';
|
|
2
|
+
import { DashboardLayout } from './dashboard-layout.js';
|
|
3
3
|
declare const meta: Meta<typeof DashboardLayout>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof meta>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { DashboardLayout } from './dashboard-layout';
|
|
1
|
+
export { DashboardLayout } from './dashboard-layout.js';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { DashboardLayout } from './dashboard-layout';
|
|
1
|
+
export { DashboardLayout } from './dashboard-layout.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { cn } from '../../../lib/utils';
|
|
2
|
+
import { cn } from '../../../lib/utils.js';
|
|
3
3
|
export function Header({ title, breadcrumbs, actions, className }) {
|
|
4
4
|
return (_jsxs("header", { className: cn('flex flex-col gap-2 px-6 py-4', className), children: [breadcrumbs ? _jsx("div", { "data-slot": "breadcrumbs", children: breadcrumbs }) : null, _jsxs("div", { className: "flex items-center justify-between", children: [_jsx("h1", { className: "text-2xl font-bold tracking-tight", children: title }), actions ? _jsx("div", { "data-slot": "actions", children: actions }) : null] })] }));
|
|
5
5
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Header } from './header';
|
|
1
|
+
export { Header } from './header.js';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Header } from './header';
|
|
1
|
+
export { Header } from './header.js';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { AppShell } from './app-shell/index.js';
|
|
2
|
+
export { AppSidebar, type AppSidebarProps } from './app-sidebar/index.js';
|
|
3
|
+
export { DashboardLayout } from './dashboard-layout/index.js';
|
|
4
|
+
export { Header } from './header/index.js';
|
|
5
|
+
export { Sidebar, type NavItem } from './sidebar/index.js';
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/web/components/layouts/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Sidebar } from './sidebar';
|
|
2
|
-
export type { NavItem } from './sidebar';
|
|
1
|
+
export { Sidebar } from './sidebar.js';
|
|
2
|
+
export type { NavItem } from './sidebar.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Sidebar } from './sidebar';
|
|
1
|
+
export { Sidebar } from './sidebar.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import Link from 'next/link';
|
|
3
|
-
import { cn } from '../../../lib/utils';
|
|
3
|
+
import { cn } from '../../../lib/utils.js';
|
|
4
4
|
export function Sidebar({ items, pathname, className }) {
|
|
5
5
|
return (_jsx("nav", { className: cn('flex flex-col gap-1 p-4', className), children: items.map((item) => {
|
|
6
6
|
const isActive = pathname === item.href;
|
|
@@ -3,7 +3,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Accordion as AccordionPrimitive } from 'radix-ui';
|
|
5
5
|
import { ChevronDown } from 'lucide-react';
|
|
6
|
-
import { cn } from '../../lib/utils';
|
|
6
|
+
import { cn } from '../../lib/utils.js';
|
|
7
7
|
const Accordion = AccordionPrimitive.Root;
|
|
8
8
|
const AccordionItem = React.forwardRef(({ className, ...props }, ref) => (_jsx(AccordionPrimitive.Item, { ref: ref, className: cn('border-b', className), ...props })));
|
|
9
9
|
AccordionItem.displayName = 'AccordionItem';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './accordion';
|
|
2
|
+
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './accordion.js';
|
|
3
3
|
const meta = {
|
|
4
4
|
title: 'Primitives/Accordion',
|
|
5
5
|
component: Accordion,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import { cva } from 'class-variance-authority';
|
|
4
|
-
import { cn } from '../../lib/utils';
|
|
4
|
+
import { cn } from '../../lib/utils.js';
|
|
5
5
|
const alertVariants = cva('relative w-full rounded-lg border px-4 py-3 text-sm [&>svg]:absolute [&>svg]:top-4 [&>svg]:left-4 [&>svg]:text-foreground [&>svg+div]:translate-y-[-3px] [&>svg~*]:pl-7', {
|
|
6
6
|
variants: {
|
|
7
7
|
variant: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { AlertCircle, Terminal } from 'lucide-react';
|
|
3
|
-
import { Alert, AlertDescription, AlertTitle } from './alert';
|
|
3
|
+
import { Alert, AlertDescription, AlertTitle } from './alert.js';
|
|
4
4
|
const meta = {
|
|
5
5
|
title: 'Primitives/Alert',
|
|
6
6
|
component: Alert,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { cva } from 'class-variance-authority';
|
|
3
|
-
import { cn } from '../../lib/utils';
|
|
3
|
+
import { cn } from '../../lib/utils.js';
|
|
4
4
|
const badgeVariants = cva('inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:ring-2 focus:ring-ring focus:ring-offset-2 focus:outline-none', {
|
|
5
5
|
variants: {
|
|
6
6
|
variant: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { cva } from 'class-variance-authority';
|
|
3
3
|
import { Slot } from 'radix-ui';
|
|
4
|
-
import { cn } from '../../lib/utils';
|
|
4
|
+
import { cn } from '../../lib/utils.js';
|
|
5
5
|
const buttonVariants = cva("inline-flex shrink-0 items-center justify-center gap-2 rounded-md text-sm font-medium 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 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", {
|
|
6
6
|
variants: {
|
|
7
7
|
variant: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
import { cn } from '../../lib/utils';
|
|
3
|
+
import { cn } from '../../lib/utils.js';
|
|
4
4
|
const Card = React.forwardRef(({ className, ...props }, ref) => (_jsx("div", { ref: ref, className: cn('bg-card text-card-foreground rounded-xl border shadow', className), ...props })));
|
|
5
5
|
Card.displayName = 'Card';
|
|
6
6
|
const CardHeader = React.forwardRef(({ className, ...props }, ref) => (_jsx("div", { ref: ref, className: cn('flex flex-col space-y-1.5 p-6', className), ...props })));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from './card';
|
|
3
|
-
import { Button } from './button';
|
|
2
|
+
import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from './card.js';
|
|
3
|
+
import { Button } from './button.js';
|
|
4
4
|
const meta = {
|
|
5
5
|
title: 'Primitives/Card',
|
|
6
6
|
component: Card,
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
+
declare const cometSpinnerVariants: (props?: ({
|
|
4
|
+
size?: "md" | "sm" | "lg" | null | undefined;
|
|
5
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
|
+
export interface CometSpinnerProps extends React.SVGAttributes<SVGSVGElement>, VariantProps<typeof cometSpinnerVariants> {
|
|
7
|
+
/** Duration in seconds for the outer rotation. */
|
|
8
|
+
duration?: number;
|
|
9
|
+
}
|
|
10
|
+
declare function CometSpinner({ className, size, duration, ...props }: CometSpinnerProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export { CometSpinner, cometSpinnerVariants };
|
|
12
|
+
//# sourceMappingURL=comet-spinner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comet-spinner.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/web/components/ui/comet-spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,oBAAoB;;8EAWxB,CAAC;AAEH,MAAM,WAAW,iBACf,SAAQ,KAAK,CAAC,aAAa,CAAC,aAAa,CAAC,EACxC,YAAY,CAAC,OAAO,oBAAoB,CAAC;IAC3C,kDAAkD;IAClD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAgBD,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,IAAW,EAAE,QAAY,EAAE,GAAG,KAAK,EAAE,EAAE,iBAAiB,2CAmE1F;AAED,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { cva } from 'class-variance-authority';
|
|
3
|
+
import { cn } from '../../lib/utils.js';
|
|
4
|
+
const cometSpinnerVariants = cva('inline-block shrink-0', {
|
|
5
|
+
variants: {
|
|
6
|
+
size: {
|
|
7
|
+
sm: 'size-5',
|
|
8
|
+
md: 'size-8',
|
|
9
|
+
lg: 'size-12',
|
|
10
|
+
},
|
|
11
|
+
},
|
|
12
|
+
defaultVariants: {
|
|
13
|
+
size: 'md',
|
|
14
|
+
},
|
|
15
|
+
});
|
|
16
|
+
const PARTICLES = [
|
|
17
|
+
{ r: 9, spline: '0.12 0 0.04 1', opacity: 1 },
|
|
18
|
+
{ r: 8.2, spline: '0.16 0 0.08 1', opacity: 0.95 },
|
|
19
|
+
{ r: 7.4, spline: '0.20 0 0.12 1', opacity: 0.9 },
|
|
20
|
+
{ r: 6.6, spline: '0.25 0 0.16 1', opacity: 0.84 },
|
|
21
|
+
{ r: 5.8, spline: '0.30 0 0.20 1', opacity: 0.76 },
|
|
22
|
+
{ r: 5, spline: '0.36 0 0.25 1', opacity: 0.67 },
|
|
23
|
+
{ r: 4.2, spline: '0.42 0 0.31 1', opacity: 0.56 },
|
|
24
|
+
{ r: 3.4, spline: '0.48 0 0.37 1', opacity: 0.44 },
|
|
25
|
+
{ r: 2.6, spline: '0.55 0 0.44 1', opacity: 0.32 },
|
|
26
|
+
{ r: 1.8, spline: '0.62 0 0.52 1', opacity: 0.2 },
|
|
27
|
+
{ r: 1, spline: '0.70 0 0.60 1', opacity: 0.1 },
|
|
28
|
+
];
|
|
29
|
+
function CometSpinner({ className, size = 'md', duration = 5, ...props }) {
|
|
30
|
+
return (_jsxs("svg", { "data-slot": "comet-spinner", role: "status", "aria-label": "Loading", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 100", className: cn(cometSpinnerVariants({ size }), className), ...props, children: [_jsx("defs", { children: _jsxs("filter", { id: "comet-gooey", x: "-100%", y: "-100%", width: "300%", height: "300%", colorInterpolationFilters: "sRGB", children: [_jsx("feGaussianBlur", { in: "SourceGraphic", stdDeviation: "2.5" }), _jsx("feColorMatrix", { mode: "matrix", values: "1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 50 -30", result: "goo" })] }) }), _jsxs("g", { filter: "url(#comet-gooey)", children: [_jsx("animateTransform", { attributeName: "transform", type: "rotate", from: "0 50 50", to: "360 50 50", dur: `${duration}s`, repeatCount: "indefinite" }), PARTICLES.map((p) => (_jsxs("g", { children: [_jsx("animateTransform", { attributeName: "transform", type: "rotate", calcMode: "spline", values: "0 50 50;360 50 50", keyTimes: "0;1", keySplines: p.spline, dur: "1s", repeatCount: "indefinite" }), _jsx("circle", { cx: "50", cy: "18", r: p.r, fill: "currentColor", opacity: p.opacity })] }, p.r))), _jsxs("circle", { cx: "50", cy: "50", r: "4", fill: "currentColor", opacity: "0.15", children: [_jsx("animate", { attributeName: "r", values: "3;5;3", dur: "2s", repeatCount: "indefinite" }), _jsx("animate", { attributeName: "opacity", values: "0.1;0.25;0.1", dur: "2s", repeatCount: "indefinite" })] })] })] }));
|
|
31
|
+
}
|
|
32
|
+
export { CometSpinner, cometSpinnerVariants };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { CometSpinner } from './comet-spinner.js';
|
|
3
|
+
declare const meta: Meta<typeof CometSpinner>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof meta>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Small: Story;
|
|
8
|
+
export declare const Large: Story;
|
|
9
|
+
export declare const AllSizes: Story;
|
|
10
|
+
export declare const CustomColor: Story;
|
|
11
|
+
export declare const SlowRotation: Story;
|
|
12
|
+
export declare const OnDarkBackground: Story;
|
|
13
|
+
//# sourceMappingURL=comet-spinner.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"comet-spinner.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/web/components/ui/comet-spinner.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAgBnC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAInB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAInB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAQtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAQzB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAK1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAQ9B,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { CometSpinner } from './comet-spinner.js';
|
|
3
|
+
const meta = {
|
|
4
|
+
title: 'Primitives/CometSpinner',
|
|
5
|
+
component: CometSpinner,
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: 'centered',
|
|
8
|
+
},
|
|
9
|
+
tags: ['autodocs'],
|
|
10
|
+
argTypes: {
|
|
11
|
+
size: {
|
|
12
|
+
control: 'select',
|
|
13
|
+
options: ['sm', 'md', 'lg'],
|
|
14
|
+
},
|
|
15
|
+
duration: {
|
|
16
|
+
control: { type: 'range', min: 1, max: 10, step: 0.5 },
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
};
|
|
20
|
+
export default meta;
|
|
21
|
+
export const Default = {
|
|
22
|
+
args: {
|
|
23
|
+
size: 'md',
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
export const Small = {
|
|
27
|
+
args: {
|
|
28
|
+
size: 'sm',
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
export const Large = {
|
|
32
|
+
args: {
|
|
33
|
+
size: 'lg',
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
export const AllSizes = {
|
|
37
|
+
render: () => (_jsxs("div", { className: "flex items-center gap-6", children: [_jsx(CometSpinner, { size: "sm" }), _jsx(CometSpinner, { size: "md" }), _jsx(CometSpinner, { size: "lg" })] })),
|
|
38
|
+
};
|
|
39
|
+
export const CustomColor = {
|
|
40
|
+
render: () => (_jsxs("div", { className: "flex items-center gap-6", children: [_jsx(CometSpinner, { className: "text-primary" }), _jsx(CometSpinner, { className: "text-destructive" }), _jsx(CometSpinner, { className: "text-muted-foreground" })] })),
|
|
41
|
+
};
|
|
42
|
+
export const SlowRotation = {
|
|
43
|
+
args: {
|
|
44
|
+
size: 'lg',
|
|
45
|
+
duration: 8,
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
export const OnDarkBackground = {
|
|
49
|
+
render: () => (_jsxs("div", { className: "flex items-center gap-6 rounded-lg bg-zinc-900 p-8", children: [_jsx(CometSpinner, { size: "sm", className: "text-indigo-400" }), _jsx(CometSpinner, { size: "md", className: "text-cyan-400" }), _jsx(CometSpinner, { size: "lg", className: "text-violet-400" })] })),
|
|
50
|
+
};
|
|
@@ -3,7 +3,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Dialog as DialogPrimitive } from 'radix-ui';
|
|
5
5
|
import { X } from 'lucide-react';
|
|
6
|
-
import { cn } from '../../lib/utils';
|
|
6
|
+
import { cn } from '../../lib/utils.js';
|
|
7
7
|
const Dialog = DialogPrimitive.Root;
|
|
8
8
|
const DialogTrigger = DialogPrimitive.Trigger;
|
|
9
9
|
const DialogPortal = DialogPrimitive.Portal;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from './dialog';
|
|
3
|
-
import { Button } from './button';
|
|
4
|
-
import { Input } from './input';
|
|
5
|
-
import { Label } from './label';
|
|
2
|
+
import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from './dialog.js';
|
|
3
|
+
import { Button } from './button.js';
|
|
4
|
+
import { Input } from './input.js';
|
|
5
|
+
import { Label } from './label.js';
|
|
6
6
|
const meta = {
|
|
7
7
|
title: 'Primitives/Dialog',
|
|
8
8
|
component: Dialog,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { cn } from '../../lib/utils';
|
|
2
|
+
import { cn } from '../../lib/utils.js';
|
|
3
3
|
function Input({ className, type, ...props }) {
|
|
4
4
|
return (_jsx("input", { type: type, "data-slot": "input", className: cn('file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm', 'focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]', 'aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive', className), ...props }));
|
|
5
5
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Input } from './input';
|
|
3
|
-
import { Label } from './label';
|
|
2
|
+
import { Input } from './input.js';
|
|
3
|
+
import { Label } from './label.js';
|
|
4
4
|
const meta = {
|
|
5
5
|
title: 'Primitives/Input',
|
|
6
6
|
component: Input,
|
|
@@ -3,7 +3,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Label as LabelPrimitive } from 'radix-ui';
|
|
5
5
|
import { cva } from 'class-variance-authority';
|
|
6
|
-
import { cn } from '../../lib/utils';
|
|
6
|
+
import { cn } from '../../lib/utils.js';
|
|
7
7
|
const labelVariants = cva('text-sm leading-none font-medium peer-disabled:cursor-not-allowed peer-disabled:opacity-70');
|
|
8
8
|
const Label = React.forwardRef(({ className, ...props }, ref) => (_jsx(LabelPrimitive.Root, { ref: ref, className: cn(labelVariants(), className), ...props })));
|
|
9
9
|
Label.displayName = LabelPrimitive.Root.displayName;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Label } from './label';
|
|
3
|
-
import { Input } from './input';
|
|
2
|
+
import { Label } from './label.js';
|
|
3
|
+
import { Input } from './input.js';
|
|
4
4
|
const meta = {
|
|
5
5
|
title: 'Primitives/Label',
|
|
6
6
|
component: Label,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Popover as PopoverPrimitive } from 'radix-ui';
|
|
5
|
-
import { cn } from '../../lib/utils';
|
|
5
|
+
import { cn } from '../../lib/utils.js';
|
|
6
6
|
const Popover = PopoverPrimitive.Root;
|
|
7
7
|
const PopoverTrigger = PopoverPrimitive.Trigger;
|
|
8
8
|
const PopoverAnchor = PopoverPrimitive.Anchor;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Popover, PopoverContent, PopoverTrigger } from './popover';
|
|
3
|
-
import { Button } from './button';
|
|
4
|
-
import { Input } from './input';
|
|
5
|
-
import { Label } from './label';
|
|
2
|
+
import { Popover, PopoverContent, PopoverTrigger } from './popover.js';
|
|
3
|
+
import { Button } from './button.js';
|
|
4
|
+
import { Input } from './input.js';
|
|
5
|
+
import { Label } from './label.js';
|
|
6
6
|
const meta = {
|
|
7
7
|
title: 'Primitives/Popover',
|
|
8
8
|
component: Popover,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
3
|
import { ScrollArea as ScrollAreaPrimitive } from 'radix-ui';
|
|
4
|
-
import { cn } from '../../lib/utils';
|
|
4
|
+
import { cn } from '../../lib/utils.js';
|
|
5
5
|
function ScrollArea({ className, children, ...props }) {
|
|
6
6
|
return (_jsxs(ScrollAreaPrimitive.Root, { "data-slot": "scroll-area", className: cn('relative', className), ...props, children: [_jsx(ScrollAreaPrimitive.Viewport, { "data-slot": "scroll-area-viewport", className: "focus-visible:ring-ring/50 size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1", children: children }), _jsx(ScrollBar, {}), _jsx(ScrollAreaPrimitive.Corner, {})] }));
|
|
7
7
|
}
|
|
@@ -3,7 +3,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { Select as SelectPrimitive } from 'radix-ui';
|
|
5
5
|
import { Check, ChevronDown, ChevronUp } from 'lucide-react';
|
|
6
|
-
import { cn } from '../../lib/utils';
|
|
6
|
+
import { cn } from '../../lib/utils.js';
|
|
7
7
|
const Select = SelectPrimitive.Root;
|
|
8
8
|
const SelectGroup = SelectPrimitive.Group;
|
|
9
9
|
const SelectValue = SelectPrimitive.Value;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue, } from './select';
|
|
2
|
+
import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue, } from './select.js';
|
|
3
3
|
const meta = {
|
|
4
4
|
title: 'Primitives/Select',
|
|
5
5
|
component: Select,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
3
3
|
import { Separator as SeparatorPrimitive } from 'radix-ui';
|
|
4
|
-
import { cn } from '../../lib/utils';
|
|
4
|
+
import { cn } from '../../lib/utils.js';
|
|
5
5
|
function Separator({ className, orientation = 'horizontal', decorative = true, ...props }) {
|
|
6
6
|
return (_jsx(SeparatorPrimitive.Root, { "data-slot": "separator", decorative: decorative, orientation: orientation, className: cn('bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px', className), ...props }));
|
|
7
7
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
3
|
import { XIcon } from 'lucide-react';
|
|
4
4
|
import { Dialog as SheetPrimitive } from 'radix-ui';
|
|
5
|
-
import { cn } from '../../lib/utils';
|
|
5
|
+
import { cn } from '../../lib/utils.js';
|
|
6
6
|
function Sheet({ ...props }) {
|
|
7
7
|
return _jsx(SheetPrimitive.Root, { "data-slot": "sheet", ...props });
|
|
8
8
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
-
import { Button } from '../ui/button';
|
|
4
|
-
import { Input } from '../ui/input';
|
|
5
|
-
import { Separator } from '../ui/separator';
|
|
6
|
-
import { TooltipContent } from '../ui/tooltip';
|
|
3
|
+
import { Button } from '../ui/button.js';
|
|
4
|
+
import { Input } from '../ui/input.js';
|
|
5
|
+
import { Separator } from '../ui/separator.js';
|
|
6
|
+
import { TooltipContent } from '../ui/tooltip.js';
|
|
7
7
|
interface SidebarContextProps {
|
|
8
8
|
state: 'expanded' | 'collapsed';
|
|
9
9
|
open: boolean;
|
|
@@ -4,14 +4,14 @@ import * as React from 'react';
|
|
|
4
4
|
import { cva } from 'class-variance-authority';
|
|
5
5
|
import { PanelLeftIcon } from 'lucide-react';
|
|
6
6
|
import { Slot } from 'radix-ui';
|
|
7
|
-
import { useIsMobile } from '../../hooks/use-mobile';
|
|
8
|
-
import { cn } from '../../lib/utils';
|
|
9
|
-
import { Button } from '../ui/button';
|
|
10
|
-
import { Input } from '../ui/input';
|
|
11
|
-
import { Separator } from '../ui/separator';
|
|
12
|
-
import { Sheet, SheetContent, SheetDescription, SheetHeader, SheetTitle, } from '../ui/sheet';
|
|
13
|
-
import { Skeleton } from '../ui/skeleton';
|
|
14
|
-
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../ui/tooltip';
|
|
7
|
+
import { useIsMobile } from '../../hooks/use-mobile.js';
|
|
8
|
+
import { cn } from '../../lib/utils.js';
|
|
9
|
+
import { Button } from '../ui/button.js';
|
|
10
|
+
import { Input } from '../ui/input.js';
|
|
11
|
+
import { Separator } from '../ui/separator.js';
|
|
12
|
+
import { Sheet, SheetContent, SheetDescription, SheetHeader, SheetTitle, } from '../ui/sheet.js';
|
|
13
|
+
import { Skeleton } from '../ui/skeleton.js';
|
|
14
|
+
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../ui/tooltip.js';
|
|
15
15
|
const SIDEBAR_COOKIE_NAME = 'sidebar_state';
|
|
16
16
|
const SIDEBAR_COOKIE_MAX_AGE = 60 * 60 * 24 * 7;
|
|
17
17
|
const SIDEBAR_WIDTH = '16rem';
|