bluekiwi 1.2.4 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/assets/app-runtime/.next/BUILD_ID +1 -1
- package/dist/assets/app-runtime/.next/app-path-routes-manifest.json +26 -6
- package/dist/assets/app-runtime/.next/build-manifest.json +2 -2
- package/dist/assets/app-runtime/.next/prerender-manifest.json +3 -3
- package/dist/assets/app-runtime/.next/routes-manifest.json +153 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page.js +2 -8
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/[id]/page.js +2 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/[id]/page.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/[id]/page_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/page.js +2 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/page.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/design-systems/page_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/docs/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page.js +8 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/settings/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page.js +2 -8
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/change-password/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/change-password/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/invite/[token]/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/invite/[token]/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/login/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/login/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/(auth)/setup/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/(auth)/setup/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error/page.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found/page.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/apikeys/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/change-password/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/change-password/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/dashboard/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/auth/dashboard/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/login/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/login/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/logout/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/me/groups/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/auth/me/groups/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/me/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/auth/setup/route.js +4 -3
- package/dist/assets/app-runtime/.next/server/app/api/auth/setup/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/reveal/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/reveal/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/[groupId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/[groupId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/shares/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/transfer/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/credentials/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/credentials/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/activate/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/activate/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/activate/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/[assetId]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/[assetId]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/[assetId]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/assets/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/components/[name]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/components/[name]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/components/[name]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/events/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/events/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/events/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/export/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/export/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/export/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/lint/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/lint/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/lint/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/preview/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/preview/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/preview/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/[key]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/[key]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/[key]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/sections/[section]/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/compare/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/compare/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/compare/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/[id]/versions/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/active/route.js +4 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/active/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/active/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/analyze/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/analyze/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/analyze/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/import/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/route.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/seed/route.js +2 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/seed/route.js.nft.json +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/design-systems/seed/route_client-reference-manifest.js +1 -0
- package/dist/assets/app-runtime/.next/server/app/api/docs/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/[groupId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/[groupId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/shares/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/transfer/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/visibility/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/[id]/visibility/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/folders/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/folders/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/guides/[slug]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/guides/[slug]/workflow/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/guides/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/transfer/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/visibility/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/[id]/visibility/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/instructions/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/accept/[token]/route.js +7 -6
- package/dist/assets/app-runtime/.next/server/app/api/invites/accept/[token]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/invites/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/invites/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/report/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/report/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/cleanup-visual-html/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/settings/cleanup-visual-html/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/email/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/settings/email/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/members/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/members/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/settings/groups/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/advance/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/advance/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/approve/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/approve/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/cancel/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/cancel/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/comments/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/complete/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/complete/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/execute/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/execute/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/feedback/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/feedback/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/findings/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/findings/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/heartbeat/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/heartbeat/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/logs/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/request-approval/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/request-approval/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/respond/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/respond/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/rewind/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/rewind/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/visual/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/[id]/visual/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/tasks/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/start/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/start/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/timeout-stale/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/tasks/timeout-stale/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/[id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/users/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/version/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/activate/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/activate/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/deactivate/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/deactivate/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/export/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/export/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/attachments/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/node-items/[nodeId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/attachments/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/[node_id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/nodes/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/[groupId]/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/[groupId]/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/shares/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/transfer/route.js +3 -3
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/transfer/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/versions/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/versions/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/visibility/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/visibility/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/analyze/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/analyze/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/route.js +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/import/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/api/workflows/route.js +2 -2
- package/dist/assets/app-runtime/.next/server/app/api/workflows/route.js.nft.json +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password/__PAGE__.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_full.segment.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/change-password.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/login.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login/__PAGE__.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_full.segment.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/login.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/setup.html +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup/__PAGE__.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_full.segment.rsc +5 -5
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_head.segment.rsc +1 -1
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_index.segment.rsc +4 -4
- package/dist/assets/app-runtime/.next/server/app/setup.segments/_tree.segment.rsc +2 -2
- package/dist/assets/app-runtime/.next/server/app-paths-manifest.json +26 -6
- package/dist/assets/app-runtime/.next/server/chunks/1371.js +5 -0
- package/dist/assets/app-runtime/.next/server/chunks/4024.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/4380.js +7 -0
- package/dist/assets/app-runtime/.next/server/chunks/5172.js +358 -0
- package/dist/assets/app-runtime/.next/server/chunks/5589.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/6120.js +1 -0
- package/dist/assets/app-runtime/.next/server/chunks/7945.js +31 -4
- package/dist/assets/app-runtime/.next/server/chunks/8355.js +1 -0
- package/dist/assets/app-runtime/.next/server/chunks/859.js +1 -1
- package/dist/assets/app-runtime/.next/server/chunks/9100.js +1 -0
- package/dist/assets/app-runtime/.next/server/chunks/9439.js +1 -0
- package/dist/assets/app-runtime/.next/server/middleware-build-manifest.js +1 -1
- package/dist/assets/app-runtime/.next/server/pages/404.html +1 -1
- package/dist/assets/app-runtime/.next/server/pages/500.html +1 -1
- package/dist/assets/app-runtime/.next/server/server-reference-manifest.json +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/173-a97262e334770725.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/2360-975f0c14308c88bc.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/{2293-e75169fba3ab0f64.js → 2989-cc47541f81b2181f.js} +2 -2
- package/dist/assets/app-runtime/.next/static/chunks/3207-7a74f5b8fc63cfe9.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/{5751-1d0ed4353025d40c.js → 3443-b4daf428b3a03717.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/3671-3ec1b01363e1d1c5.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/3689-1ffc19b35e5d1101.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/6126-cca19a7b816db517.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/{7262-cdb2767600e6e41e.js → 6609-078a8cdc853f87c6.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/6644-de12bb5dcee357e8.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/7050-a4f09c854891a3cc.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/7462-99343ed0daab6a49.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/7533-f1110b90a820e95c.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/{6095-1b7d63b0bf80dd32.js → 8368-1830a099684acf83.js} +2 -2
- package/dist/assets/app-runtime/.next/static/chunks/9243-42247f33b2db5dd3.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/982-8a9df4d5d73197d3.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/9927-71af96b4f536c6a4.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/credentials/page-6b45e41f48f43b7d.js +7 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/design-systems/[id]/page-e851d0a82242bcbd.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/design-systems/page-b9d457ae27951d55.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/instructions/{page-dd25654a8191a638.js → page-f46b64210da72126.js} +2 -2
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/layout-7a2f7065a96b50f2.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/groups/page-de795ba135b7f780.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/{page-1709c8cd7e4b68a6.js → page-4408a43823696ddc.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/[id]/{page-e88075977b43a9d5.js → page-62b8c7b35f187f33.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/{page-82a1601abeaf3423.js → page-f5b823c754fbc4c3.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tutorial/page-8255141f3fabe520.js +34 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/[id]/edit/{page-b3775f3aecb19718.js → page-2e62beb288e70840.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/[id]/page-ad179f55fb2d4a7f.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/new/{page-abd414c9c1602c90.js → page-6ca1cc2ff5b3e912.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/page-33a541a152b061fc.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/change-password/{page-a984ad1a8e98b9e7.js → page-2f23af48cfbb0071.js} +1 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/login/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/setup/layout-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/_global-error/page-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/change-password/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/dashboard/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/login/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/logout/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/groups/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/setup/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/reveal/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/[groupId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/activate/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/assets/[assetId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/assets/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/components/[name]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/events/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/export/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/lint/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/preview/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/sections/[section]/[key]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/sections/[section]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/versions/compare/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/[id]/versions/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/active/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/import/analyze/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/import/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/design-systems/seed/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/docs/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/[groupId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/visibility/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/workflow/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/visibility/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/accept/[token]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/report/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/cleanup-visual-html/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/email/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/members/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/advance/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/approve/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/cancel/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/comments/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/complete/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/execute/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/feedback/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/findings/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/heartbeat/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/logs/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/request-approval/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/respond/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/rewind/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/visual/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/start/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/timeout-stale/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/version/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/activate/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/deactivate/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/export/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/[groupId]/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/transfer/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/versions/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/visibility/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/analyze/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/route-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/app/layout-a03e37c465149734.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/app-error-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/forbidden-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/not-found-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/unauthorized-51cda6d882abcfca.js +1 -0
- package/dist/assets/app-runtime/.next/static/css/9d548bcfa765cd8e.css +1 -0
- package/dist/assets/app-runtime/.next/static/kR9ojEXg0R3roI-0eLui5/_buildManifest.js +1 -0
- package/dist/assets/app-runtime/docker/seed-design-systems/open-design-core.json +3452 -0
- package/dist/assets/app-runtime/docker/seed-workflows/design-system-creation.json +80 -0
- package/dist/assets/app-runtime/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/dist/assets/app-runtime/package.json +1 -1
- package/dist/assets/app-runtime/src/content/guides/en/01-market-research-ai-coding-assistants.md +7 -7
- package/dist/assets/app-runtime/src/content/guides/en/02-bk-import.md +5 -5
- package/dist/assets/app-runtime/src/content/guides/ko/01-market-research-ai-coding-assistants.md +7 -7
- package/dist/assets/app-runtime/src/content/guides/ko/02-bk-import.md +5 -5
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/013_design_systems.sql +61 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/014_design_system_token_sections.sql +10 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/015_design_system_taxonomy.sql +11 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/016_user_settings.sql +11 -0
- package/dist/assets/app-runtime/src/lib/db/migrations/sqlite/sql/017_design_system_events.sql +15 -0
- package/dist/assets/index.js +27 -2
- package/dist/assets/mcp/server.js +771 -2
- package/dist/assets/skills/bk-create/SKILL.md +426 -0
- package/dist/assets/skills/bk-credential/SKILL.md +1 -1
- package/dist/assets/skills/bk-design/SKILL.md +546 -383
- package/dist/assets/skills/bk-design/references/craft-rules.md +75 -0
- package/dist/assets/skills/bk-design/references/hifi-design-playbook.md +390 -0
- package/dist/assets/skills/bk-help/SKILL.md +6 -4
- package/dist/assets/skills/bk-import/SKILL.md +2 -2
- package/dist/assets/skills/bk-improve/SKILL.md +1 -1
- package/dist/assets/skills/bk-instruction/SKILL.md +1 -1
- package/dist/assets/skills/bk-start/SKILL.md +3 -3
- package/dist/runtimes/skills-helper.js +14 -2
- package/package.json +1 -1
- package/scripts/bundle-assets.mjs +10 -0
- package/dist/assets/app-runtime/.next/server/chunks/2099.js +0 -1
- package/dist/assets/app-runtime/.next/server/chunks/6640.js +0 -7
- package/dist/assets/app-runtime/.next/server/chunks/7484.js +0 -1
- package/dist/assets/app-runtime/.next/server/chunks/9031.js +0 -5
- package/dist/assets/app-runtime/.next/static/chunks/2360-35e89e45b93e4b6e.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/3199-4d641b94342c63dd.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/4319-c621f9e5059ef246.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/4637-78c9db381fdc0480.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/4663-2b5d2783b27c738c.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/6073-62ed9e571ecaf523.js +0 -7
- package/dist/assets/app-runtime/.next/static/chunks/7050-edc7d05dfb4620a7.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/7533-42c44555b23bfae4.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/7552-aa220264909ca9d9.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/7659-42ae14ef25af3f5e.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/8920-3a6e8e66a1cb7a75.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/9243-9c99cc0df75c9121.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/credentials/page-5c7345b157145460.js +0 -7
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/layout-d7f54b544bb8d2df.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/groups/page-9254dcaa5d447e5b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/settings/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tasks/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/tutorial/page-e17231b0bc7cb6d6.js +0 -34
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/[id]/page-66d44a2bc9f94668.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/page-a76941b77690f97c.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/login/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/(auth)/setup/layout-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/_global-error/page-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/apikeys/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/change-password/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/dashboard/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/login/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/logout/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/groups/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/me/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/auth/setup/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/reveal/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/[groupId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/shares/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/credentials/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/docs/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/[groupId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/shares/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/[id]/visibility/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/folders/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/[slug]/workflow/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/guides/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/[id]/visibility/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/instructions/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/accept/[token]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/invites/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/report/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/cleanup-visual-html/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/email/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/members/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/settings/groups/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/advance/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/approve/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/cancel/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/comments/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/complete/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/execute/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/feedback/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/findings/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/heartbeat/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/logs/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/request-approval/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/respond/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/rewind/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/[id]/visual/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/start/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/tasks/timeout-stale/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/users/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/version/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/activate/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/deactivate/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/export/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/[attachId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/attachments/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/node-items/[nodeId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/[attachId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/attachments/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/[node_id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/nodes/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/[groupId]/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/shares/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/transfer/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/versions/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/[id]/visibility/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/analyze/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/import/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/api/workflows/route-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/app/layout-e3f307ffaa2d11cc.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/app-error-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/forbidden-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/not-found-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/chunks/next/dist/client/components/builtin/unauthorized-d1d8a55a4b72308b.js +0 -1
- package/dist/assets/app-runtime/.next/static/css/2bc6b6e35d293c50.css +0 -1
- package/dist/assets/app-runtime/.next/static/ymP-zxwYrYDNi2qYSDfJr/_buildManifest.js +0 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/index.js +0 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/package.json +0 -42
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linux-arm64/versions.json +0 -30
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/index.js +0 -1
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/package.json +0 -42
- package/dist/assets/app-runtime/node_modules/@img/sharp-libvips-linuxmusl-arm64/versions.json +0 -30
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/LICENSE +0 -191
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/lib/sharp-linux-arm64.node +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linux-arm64/package.json +0 -46
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/LICENSE +0 -191
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/lib/sharp-linuxmusl-arm64.node +0 -0
- package/dist/assets/app-runtime/node_modules/@img/sharp-linuxmusl-arm64/package.json +0 -46
- /package/dist/assets/app-runtime/.next/static/{ymP-zxwYrYDNi2qYSDfJr → kR9ojEXg0R3roI-0eLui5}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,3452 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"title": "Shadcn Product UI Kit",
|
|
4
|
+
"slug": "shadcn-product-ui-kit",
|
|
5
|
+
"description": "Reference-grade shadcn/Tailwind system for product dashboards, forms, settings, and agent-facing admin tools, adapted from Open Design shadcn.",
|
|
6
|
+
"version": "1.0.0",
|
|
7
|
+
"category": "Reference Kit",
|
|
8
|
+
"surface": "web",
|
|
9
|
+
"schema": {
|
|
10
|
+
"version": "1.0",
|
|
11
|
+
"mediums": [
|
|
12
|
+
"web",
|
|
13
|
+
"app"
|
|
14
|
+
],
|
|
15
|
+
"archetype": "product-ui-component-kit",
|
|
16
|
+
"supports": [
|
|
17
|
+
"react",
|
|
18
|
+
"tailwindcss",
|
|
19
|
+
"shadcn-ui",
|
|
20
|
+
"html-css"
|
|
21
|
+
],
|
|
22
|
+
"source_reference": {
|
|
23
|
+
"project": "nexu-io/open-design",
|
|
24
|
+
"path": "design-systems/shadcn/DESIGN.md",
|
|
25
|
+
"license": "MIT"
|
|
26
|
+
},
|
|
27
|
+
"entrypoints": {
|
|
28
|
+
"agent_document": "DESIGN.md",
|
|
29
|
+
"split_tokens": [
|
|
30
|
+
"tokens/colors.json",
|
|
31
|
+
"tokens/typography.json",
|
|
32
|
+
"tokens/components.json"
|
|
33
|
+
],
|
|
34
|
+
"implementation": "adapters.json"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"tokens": {
|
|
38
|
+
"spacing": {
|
|
39
|
+
"1": 4,
|
|
40
|
+
"2": 8,
|
|
41
|
+
"3": 12,
|
|
42
|
+
"4": 16,
|
|
43
|
+
"5": 20,
|
|
44
|
+
"6": 24,
|
|
45
|
+
"8": 32,
|
|
46
|
+
"section": 48
|
|
47
|
+
},
|
|
48
|
+
"radius": {
|
|
49
|
+
"control": 6,
|
|
50
|
+
"card": 8,
|
|
51
|
+
"popover": 8,
|
|
52
|
+
"modal": 8
|
|
53
|
+
},
|
|
54
|
+
"shadow": {
|
|
55
|
+
"none": "none",
|
|
56
|
+
"sm": "0 1px 2px rgba(0,0,0,.06)",
|
|
57
|
+
"md": "0 8px 24px rgba(15,23,42,.08)"
|
|
58
|
+
},
|
|
59
|
+
"motion": {
|
|
60
|
+
"durationFast": "120ms",
|
|
61
|
+
"durationBase": "180ms",
|
|
62
|
+
"easingStandard": "cubic-bezier(.2,.8,.2,1)"
|
|
63
|
+
},
|
|
64
|
+
"layout": {
|
|
65
|
+
"sidebar": 264,
|
|
66
|
+
"contentMax": 1280,
|
|
67
|
+
"toolbar": 48
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"color_tokens": {
|
|
71
|
+
"background": "#F8FAFC",
|
|
72
|
+
"foreground": "#0F172A",
|
|
73
|
+
"card": "#FFFFFF",
|
|
74
|
+
"cardForeground": "#0F172A",
|
|
75
|
+
"popover": "#FFFFFF",
|
|
76
|
+
"popoverForeground": "#0F172A",
|
|
77
|
+
"primary": "#2563EB",
|
|
78
|
+
"primaryForeground": "#FFFFFF",
|
|
79
|
+
"secondary": "#E2E8F0",
|
|
80
|
+
"secondaryForeground": "#1E293B",
|
|
81
|
+
"muted": "#F1F5F9",
|
|
82
|
+
"mutedForeground": "#64748B",
|
|
83
|
+
"accent": "#14B8A6",
|
|
84
|
+
"accentForeground": "#042F2E",
|
|
85
|
+
"destructive": "#DC2626",
|
|
86
|
+
"destructiveForeground": "#FFFFFF",
|
|
87
|
+
"border": "#CBD5E1",
|
|
88
|
+
"input": "#CBD5E1",
|
|
89
|
+
"ring": "#2563EB",
|
|
90
|
+
"success": "#16A34A",
|
|
91
|
+
"warning": "#CA8A04",
|
|
92
|
+
"info": "#0891B2"
|
|
93
|
+
},
|
|
94
|
+
"typography_tokens": {
|
|
95
|
+
"display": "Inter, Pretendard, system-ui, sans-serif",
|
|
96
|
+
"heading": "Inter, Pretendard, system-ui, sans-serif",
|
|
97
|
+
"body": "Inter, Pretendard, system-ui, sans-serif",
|
|
98
|
+
"label": "Inter, Pretendard, system-ui, sans-serif",
|
|
99
|
+
"caption": "Inter, Pretendard, system-ui, sans-serif",
|
|
100
|
+
"mono": "JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, monospace",
|
|
101
|
+
"scale": {
|
|
102
|
+
"h1": "32px/1.2",
|
|
103
|
+
"h2": "24px/1.25",
|
|
104
|
+
"h3": "18px/1.35",
|
|
105
|
+
"body": "14px/1.6",
|
|
106
|
+
"caption": "12px/1.45"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"component_tokens": {
|
|
110
|
+
"Button": {
|
|
111
|
+
"framework": "shadcn",
|
|
112
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
113
|
+
"description": "Product UI component for clear command actions.",
|
|
114
|
+
"props": [
|
|
115
|
+
{
|
|
116
|
+
"name": "variant",
|
|
117
|
+
"type": "default | secondary | outline | ghost | destructive",
|
|
118
|
+
"description": "Visual emphasis"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "size",
|
|
122
|
+
"type": "sm | default | lg | icon",
|
|
123
|
+
"description": "Control density"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"variants": [
|
|
127
|
+
"default",
|
|
128
|
+
"secondary",
|
|
129
|
+
"outline",
|
|
130
|
+
"ghost",
|
|
131
|
+
"destructive",
|
|
132
|
+
"icon"
|
|
133
|
+
],
|
|
134
|
+
"states": [
|
|
135
|
+
"default",
|
|
136
|
+
"hover",
|
|
137
|
+
"focus-visible",
|
|
138
|
+
"active",
|
|
139
|
+
"disabled",
|
|
140
|
+
"loading"
|
|
141
|
+
],
|
|
142
|
+
"classes": [
|
|
143
|
+
"inline-flex",
|
|
144
|
+
"h-9",
|
|
145
|
+
"rounded-md",
|
|
146
|
+
"px-3",
|
|
147
|
+
"font-medium",
|
|
148
|
+
"focus-visible:ring-2"
|
|
149
|
+
],
|
|
150
|
+
"dependencies": [
|
|
151
|
+
"@radix-ui/react-slot",
|
|
152
|
+
"class-variance-authority",
|
|
153
|
+
"lucide-react"
|
|
154
|
+
],
|
|
155
|
+
"install": [
|
|
156
|
+
"npx shadcn@latest add button"
|
|
157
|
+
],
|
|
158
|
+
"preview": {
|
|
159
|
+
"html": "<div class=\"kit-row\"><button class=\"kit-button\">Save changes</button><button class=\"kit-button kit-button-outline\">Cancel</button></div>",
|
|
160
|
+
"css": ".kit-row{display:flex;gap:8px;align-items:center}.kit-button{height:36px;border:1px solid #2563EB;border-radius:6px;background:#2563EB;color:#FFFFFF;padding:0 12px;font:600 14px Inter, Pretendard, system-ui, sans-serif}.kit-button-outline{background:#FFFFFF;color:#0F172A;border-color:#CBD5E1}"
|
|
161
|
+
},
|
|
162
|
+
"react": "import { Button } from \"@/components/ui/button\";\n\nexport function SaveActions() {\n return <div className=\"flex gap-2\"><Button>Save changes</Button><Button variant=\"outline\">Cancel</Button></div>;\n}",
|
|
163
|
+
"usage": "Use in dense product surfaces and registry tools. Use one primary button per decision group. Use icon-only buttons only for familiar commands with accessible labels.",
|
|
164
|
+
"tailwind": {
|
|
165
|
+
"classes": [
|
|
166
|
+
"inline-flex",
|
|
167
|
+
"h-9",
|
|
168
|
+
"rounded-md",
|
|
169
|
+
"px-3",
|
|
170
|
+
"font-medium",
|
|
171
|
+
"focus-visible:ring-2"
|
|
172
|
+
],
|
|
173
|
+
"theme_tokens": [
|
|
174
|
+
"--background",
|
|
175
|
+
"--foreground",
|
|
176
|
+
"--card",
|
|
177
|
+
"--primary",
|
|
178
|
+
"--border",
|
|
179
|
+
"--ring"
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
"shadcn": {
|
|
183
|
+
"registry_items": [
|
|
184
|
+
"button"
|
|
185
|
+
],
|
|
186
|
+
"dependencies": [
|
|
187
|
+
"@radix-ui/react-slot",
|
|
188
|
+
"class-variance-authority",
|
|
189
|
+
"lucide-react"
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"Input": {
|
|
194
|
+
"framework": "shadcn",
|
|
195
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
196
|
+
"description": "Product UI component for single-line fields.",
|
|
197
|
+
"props": [
|
|
198
|
+
{
|
|
199
|
+
"name": "aria-invalid",
|
|
200
|
+
"type": "boolean",
|
|
201
|
+
"description": "Marks invalid state"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "placeholder",
|
|
205
|
+
"type": "string",
|
|
206
|
+
"description": "Short example value"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"variants": [
|
|
210
|
+
"default",
|
|
211
|
+
"with-icon",
|
|
212
|
+
"invalid",
|
|
213
|
+
"readonly"
|
|
214
|
+
],
|
|
215
|
+
"states": [
|
|
216
|
+
"default",
|
|
217
|
+
"hover",
|
|
218
|
+
"focus-visible",
|
|
219
|
+
"disabled",
|
|
220
|
+
"error"
|
|
221
|
+
],
|
|
222
|
+
"classes": [
|
|
223
|
+
"h-9",
|
|
224
|
+
"rounded-md",
|
|
225
|
+
"border",
|
|
226
|
+
"px-3",
|
|
227
|
+
"focus-visible:ring-2",
|
|
228
|
+
"aria-invalid:border-destructive"
|
|
229
|
+
],
|
|
230
|
+
"install": [
|
|
231
|
+
"npx shadcn@latest add input label"
|
|
232
|
+
],
|
|
233
|
+
"preview": {
|
|
234
|
+
"html": "<label class=\"kit-field\"><span>Project name</span><input class=\"kit-input\" placeholder=\"Agent Console\" /></label>",
|
|
235
|
+
"css": ".kit-field{display:grid;gap:6px;font:600 13px Inter, Pretendard, system-ui, sans-serif;color:#0F172A}.kit-input{height:36px;border:1px solid #CBD5E1;border-radius:6px;background:#FFFFFF;color:#0F172A;padding:0 10px;font:14px Inter, Pretendard, system-ui, sans-serif}"
|
|
236
|
+
},
|
|
237
|
+
"usage": "Use in dense product surfaces and registry tools. Always include a persistent label. Do not rely on placeholder text as the only label.",
|
|
238
|
+
"tailwind": {
|
|
239
|
+
"classes": [
|
|
240
|
+
"h-9",
|
|
241
|
+
"rounded-md",
|
|
242
|
+
"border",
|
|
243
|
+
"px-3",
|
|
244
|
+
"focus-visible:ring-2",
|
|
245
|
+
"aria-invalid:border-destructive"
|
|
246
|
+
],
|
|
247
|
+
"theme_tokens": [
|
|
248
|
+
"--background",
|
|
249
|
+
"--foreground",
|
|
250
|
+
"--card",
|
|
251
|
+
"--primary",
|
|
252
|
+
"--border",
|
|
253
|
+
"--ring"
|
|
254
|
+
]
|
|
255
|
+
},
|
|
256
|
+
"shadcn": {
|
|
257
|
+
"registry_items": [
|
|
258
|
+
"input"
|
|
259
|
+
],
|
|
260
|
+
"dependencies": []
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"Textarea": {
|
|
264
|
+
"framework": "shadcn",
|
|
265
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
266
|
+
"description": "Product UI component for long-form input.",
|
|
267
|
+
"props": [
|
|
268
|
+
{
|
|
269
|
+
"name": "rows",
|
|
270
|
+
"type": "number",
|
|
271
|
+
"description": "Default visible height"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"variants": [
|
|
275
|
+
"default",
|
|
276
|
+
"invalid",
|
|
277
|
+
"monospace"
|
|
278
|
+
],
|
|
279
|
+
"states": [
|
|
280
|
+
"default",
|
|
281
|
+
"hover",
|
|
282
|
+
"focus-visible",
|
|
283
|
+
"disabled",
|
|
284
|
+
"error"
|
|
285
|
+
],
|
|
286
|
+
"classes": [
|
|
287
|
+
"min-h-24",
|
|
288
|
+
"rounded-md",
|
|
289
|
+
"border",
|
|
290
|
+
"p-3",
|
|
291
|
+
"focus-visible:ring-2"
|
|
292
|
+
],
|
|
293
|
+
"install": [
|
|
294
|
+
"npx shadcn@latest add textarea"
|
|
295
|
+
],
|
|
296
|
+
"preview": {
|
|
297
|
+
"html": "<textarea class=\"kit-textarea\" placeholder=\"Describe the agent behavior\"></textarea>",
|
|
298
|
+
"css": ".kit-textarea{width:100%;min-height:96px;border:1px solid #CBD5E1;border-radius:6px;background:#FFFFFF;color:#0F172A;padding:10px 12px;font:14px/1.5 Inter, Pretendard, system-ui, sans-serif;resize:vertical}"
|
|
299
|
+
},
|
|
300
|
+
"usage": "Use in dense product surfaces and registry tools. Use for user-authored content. Keep code or machine values in monospace variant.",
|
|
301
|
+
"tailwind": {
|
|
302
|
+
"classes": [
|
|
303
|
+
"min-h-24",
|
|
304
|
+
"rounded-md",
|
|
305
|
+
"border",
|
|
306
|
+
"p-3",
|
|
307
|
+
"focus-visible:ring-2"
|
|
308
|
+
],
|
|
309
|
+
"theme_tokens": [
|
|
310
|
+
"--background",
|
|
311
|
+
"--foreground",
|
|
312
|
+
"--card",
|
|
313
|
+
"--primary",
|
|
314
|
+
"--border",
|
|
315
|
+
"--ring"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
"shadcn": {
|
|
319
|
+
"registry_items": [
|
|
320
|
+
"textarea"
|
|
321
|
+
],
|
|
322
|
+
"dependencies": []
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"Select": {
|
|
326
|
+
"framework": "shadcn",
|
|
327
|
+
"style_system": "Radix Select + Tailwind CSS",
|
|
328
|
+
"description": "Product UI component for bounded choices.",
|
|
329
|
+
"props": [
|
|
330
|
+
{
|
|
331
|
+
"name": "options",
|
|
332
|
+
"type": "Array<{ label: string; value: string }>",
|
|
333
|
+
"description": "Available choices"
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
"variants": [
|
|
337
|
+
"default",
|
|
338
|
+
"compact",
|
|
339
|
+
"invalid"
|
|
340
|
+
],
|
|
341
|
+
"states": [
|
|
342
|
+
"default",
|
|
343
|
+
"hover",
|
|
344
|
+
"focus-visible",
|
|
345
|
+
"open",
|
|
346
|
+
"disabled",
|
|
347
|
+
"error"
|
|
348
|
+
],
|
|
349
|
+
"classes": [
|
|
350
|
+
"h-9",
|
|
351
|
+
"rounded-md",
|
|
352
|
+
"border",
|
|
353
|
+
"bg-background",
|
|
354
|
+
"data-[state=open]:ring-2"
|
|
355
|
+
],
|
|
356
|
+
"dependencies": [
|
|
357
|
+
"@radix-ui/react-select"
|
|
358
|
+
],
|
|
359
|
+
"install": [
|
|
360
|
+
"npx shadcn@latest add select"
|
|
361
|
+
],
|
|
362
|
+
"preview": {
|
|
363
|
+
"html": "<button class=\"kit-select\">Published <span>⌄</span></button>",
|
|
364
|
+
"css": ".kit-select{height:36px;min-width:180px;border:1px solid #CBD5E1;border-radius:6px;background:#FFFFFF;color:#0F172A;padding:0 10px;display:flex;justify-content:space-between;align-items:center;font:14px Inter, Pretendard, system-ui, sans-serif}"
|
|
365
|
+
},
|
|
366
|
+
"usage": "Use in dense product surfaces and registry tools. Use when choices are known and fewer than about 20. Prefer search/combobox for long lists.",
|
|
367
|
+
"tailwind": {
|
|
368
|
+
"classes": [
|
|
369
|
+
"h-9",
|
|
370
|
+
"rounded-md",
|
|
371
|
+
"border",
|
|
372
|
+
"bg-background",
|
|
373
|
+
"data-[state=open]:ring-2"
|
|
374
|
+
],
|
|
375
|
+
"theme_tokens": [
|
|
376
|
+
"--background",
|
|
377
|
+
"--foreground",
|
|
378
|
+
"--card",
|
|
379
|
+
"--primary",
|
|
380
|
+
"--border",
|
|
381
|
+
"--ring"
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
"shadcn": {
|
|
385
|
+
"registry_items": [
|
|
386
|
+
"select"
|
|
387
|
+
],
|
|
388
|
+
"dependencies": [
|
|
389
|
+
"@radix-ui/react-select"
|
|
390
|
+
]
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"Checkbox": {
|
|
394
|
+
"framework": "shadcn",
|
|
395
|
+
"style_system": "Radix Checkbox + Tailwind CSS",
|
|
396
|
+
"description": "Product UI component for independent options.",
|
|
397
|
+
"props": [
|
|
398
|
+
{
|
|
399
|
+
"name": "checked",
|
|
400
|
+
"type": "boolean | indeterminate",
|
|
401
|
+
"description": "Current check state"
|
|
402
|
+
}
|
|
403
|
+
],
|
|
404
|
+
"variants": [
|
|
405
|
+
"default",
|
|
406
|
+
"indeterminate",
|
|
407
|
+
"invalid"
|
|
408
|
+
],
|
|
409
|
+
"states": [
|
|
410
|
+
"default",
|
|
411
|
+
"hover",
|
|
412
|
+
"focus-visible",
|
|
413
|
+
"checked",
|
|
414
|
+
"indeterminate",
|
|
415
|
+
"disabled",
|
|
416
|
+
"error"
|
|
417
|
+
],
|
|
418
|
+
"classes": [
|
|
419
|
+
"size-4",
|
|
420
|
+
"rounded-sm",
|
|
421
|
+
"border",
|
|
422
|
+
"data-[state=checked]:bg-primary"
|
|
423
|
+
],
|
|
424
|
+
"dependencies": [
|
|
425
|
+
"@radix-ui/react-checkbox"
|
|
426
|
+
],
|
|
427
|
+
"install": [
|
|
428
|
+
"npx shadcn@latest add checkbox"
|
|
429
|
+
],
|
|
430
|
+
"preview": {
|
|
431
|
+
"html": "<label class=\"kit-check\"><span class=\"kit-checkbox\">✓</span><span>Include component adapters</span></label>",
|
|
432
|
+
"css": ".kit-check{display:flex;gap:8px;align-items:center;font:14px Inter, Pretendard, system-ui, sans-serif;color:#0F172A}.kit-checkbox{width:16px;height:16px;border-radius:4px;background:#2563EB;color:#FFFFFF;display:grid;place-items:center;font-size:11px}"
|
|
433
|
+
},
|
|
434
|
+
"usage": "Use in dense product surfaces and registry tools. Use for independent selections. Do not use checkboxes for mutually exclusive choices.",
|
|
435
|
+
"tailwind": {
|
|
436
|
+
"classes": [
|
|
437
|
+
"size-4",
|
|
438
|
+
"rounded-sm",
|
|
439
|
+
"border",
|
|
440
|
+
"data-[state=checked]:bg-primary"
|
|
441
|
+
],
|
|
442
|
+
"theme_tokens": [
|
|
443
|
+
"--background",
|
|
444
|
+
"--foreground",
|
|
445
|
+
"--card",
|
|
446
|
+
"--primary",
|
|
447
|
+
"--border",
|
|
448
|
+
"--ring"
|
|
449
|
+
]
|
|
450
|
+
},
|
|
451
|
+
"shadcn": {
|
|
452
|
+
"registry_items": [
|
|
453
|
+
"checkbox"
|
|
454
|
+
],
|
|
455
|
+
"dependencies": [
|
|
456
|
+
"@radix-ui/react-checkbox"
|
|
457
|
+
]
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"RadioGroup": {
|
|
461
|
+
"framework": "shadcn",
|
|
462
|
+
"style_system": "Radix Radio Group + Tailwind CSS",
|
|
463
|
+
"description": "Product UI component for exclusive choices.",
|
|
464
|
+
"props": [
|
|
465
|
+
{
|
|
466
|
+
"name": "value",
|
|
467
|
+
"type": "string",
|
|
468
|
+
"description": "Selected option"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"variants": [
|
|
472
|
+
"default",
|
|
473
|
+
"card",
|
|
474
|
+
"segmented"
|
|
475
|
+
],
|
|
476
|
+
"states": [
|
|
477
|
+
"default",
|
|
478
|
+
"hover",
|
|
479
|
+
"focus-visible",
|
|
480
|
+
"checked",
|
|
481
|
+
"disabled",
|
|
482
|
+
"error"
|
|
483
|
+
],
|
|
484
|
+
"classes": [
|
|
485
|
+
"grid",
|
|
486
|
+
"gap-2",
|
|
487
|
+
"data-[state=checked]:border-primary"
|
|
488
|
+
],
|
|
489
|
+
"dependencies": [
|
|
490
|
+
"@radix-ui/react-radio-group"
|
|
491
|
+
],
|
|
492
|
+
"install": [
|
|
493
|
+
"npx shadcn@latest add radio-group"
|
|
494
|
+
],
|
|
495
|
+
"preview": {
|
|
496
|
+
"html": "<div class=\"kit-radio-group\"><label><span class=\"kit-radio-dot\"></span> Create new</label><label><span></span> Compare</label></div>",
|
|
497
|
+
"css": ".kit-radio-group{display:grid;gap:8px;font:14px Inter, Pretendard, system-ui, sans-serif;color:#0F172A}.kit-radio-group label{display:flex;gap:8px;align-items:center}.kit-radio-group span{width:16px;height:16px;border:1px solid #CBD5E1;border-radius:999px}.kit-radio-dot{border:5px solid #2563EB!important}"
|
|
498
|
+
},
|
|
499
|
+
"usage": "Use in dense product surfaces and registry tools. Use when exactly one choice must be selected. Show the recommended option first when appropriate.",
|
|
500
|
+
"tailwind": {
|
|
501
|
+
"classes": [
|
|
502
|
+
"grid",
|
|
503
|
+
"gap-2",
|
|
504
|
+
"data-[state=checked]:border-primary"
|
|
505
|
+
],
|
|
506
|
+
"theme_tokens": [
|
|
507
|
+
"--background",
|
|
508
|
+
"--foreground",
|
|
509
|
+
"--card",
|
|
510
|
+
"--primary",
|
|
511
|
+
"--border",
|
|
512
|
+
"--ring"
|
|
513
|
+
]
|
|
514
|
+
},
|
|
515
|
+
"shadcn": {
|
|
516
|
+
"registry_items": [
|
|
517
|
+
"radio-group"
|
|
518
|
+
],
|
|
519
|
+
"dependencies": [
|
|
520
|
+
"@radix-ui/react-radio-group"
|
|
521
|
+
]
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
"Switch": {
|
|
525
|
+
"framework": "shadcn",
|
|
526
|
+
"style_system": "Radix Switch + Tailwind CSS",
|
|
527
|
+
"description": "Product UI component for immediate preferences.",
|
|
528
|
+
"props": [
|
|
529
|
+
{
|
|
530
|
+
"name": "checked",
|
|
531
|
+
"type": "boolean",
|
|
532
|
+
"description": "Current toggle state"
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"variants": [
|
|
536
|
+
"default",
|
|
537
|
+
"danger"
|
|
538
|
+
],
|
|
539
|
+
"states": [
|
|
540
|
+
"default",
|
|
541
|
+
"hover",
|
|
542
|
+
"focus-visible",
|
|
543
|
+
"checked",
|
|
544
|
+
"disabled"
|
|
545
|
+
],
|
|
546
|
+
"classes": [
|
|
547
|
+
"h-5",
|
|
548
|
+
"w-9",
|
|
549
|
+
"rounded-full",
|
|
550
|
+
"data-[state=checked]:bg-primary"
|
|
551
|
+
],
|
|
552
|
+
"dependencies": [
|
|
553
|
+
"@radix-ui/react-switch"
|
|
554
|
+
],
|
|
555
|
+
"install": [
|
|
556
|
+
"npx shadcn@latest add switch"
|
|
557
|
+
],
|
|
558
|
+
"preview": {
|
|
559
|
+
"html": "<label class=\"kit-switch-row\"><span>Active design system</span><span class=\"kit-switch\"><i></i></span></label>",
|
|
560
|
+
"css": ".kit-switch-row{display:flex;justify-content:space-between;align-items:center;font:14px Inter, Pretendard, system-ui, sans-serif;color:#0F172A}.kit-switch{width:36px;height:20px;border-radius:999px;background:#2563EB;padding:2px}.kit-switch i{display:block;width:16px;height:16px;border-radius:50%;background:#FFFFFF;margin-left:16px}"
|
|
561
|
+
},
|
|
562
|
+
"usage": "Use in dense product surfaces and registry tools. Use only for settings that apply immediately. Use checkbox when submit/confirm is required.",
|
|
563
|
+
"tailwind": {
|
|
564
|
+
"classes": [
|
|
565
|
+
"h-5",
|
|
566
|
+
"w-9",
|
|
567
|
+
"rounded-full",
|
|
568
|
+
"data-[state=checked]:bg-primary"
|
|
569
|
+
],
|
|
570
|
+
"theme_tokens": [
|
|
571
|
+
"--background",
|
|
572
|
+
"--foreground",
|
|
573
|
+
"--card",
|
|
574
|
+
"--primary",
|
|
575
|
+
"--border",
|
|
576
|
+
"--ring"
|
|
577
|
+
]
|
|
578
|
+
},
|
|
579
|
+
"shadcn": {
|
|
580
|
+
"registry_items": [
|
|
581
|
+
"switch"
|
|
582
|
+
],
|
|
583
|
+
"dependencies": [
|
|
584
|
+
"@radix-ui/react-switch"
|
|
585
|
+
]
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
"Card": {
|
|
589
|
+
"framework": "shadcn",
|
|
590
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
591
|
+
"description": "Product UI component for repeated content groups.",
|
|
592
|
+
"props": [
|
|
593
|
+
{
|
|
594
|
+
"name": "title",
|
|
595
|
+
"type": "string",
|
|
596
|
+
"description": "Card heading"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"variants": [
|
|
600
|
+
"default",
|
|
601
|
+
"interactive",
|
|
602
|
+
"selected",
|
|
603
|
+
"warning"
|
|
604
|
+
],
|
|
605
|
+
"states": [
|
|
606
|
+
"default",
|
|
607
|
+
"hover",
|
|
608
|
+
"focus-visible",
|
|
609
|
+
"selected",
|
|
610
|
+
"disabled",
|
|
611
|
+
"loading"
|
|
612
|
+
],
|
|
613
|
+
"classes": [
|
|
614
|
+
"rounded-lg",
|
|
615
|
+
"border",
|
|
616
|
+
"bg-card",
|
|
617
|
+
"p-4",
|
|
618
|
+
"shadow-sm"
|
|
619
|
+
],
|
|
620
|
+
"install": [
|
|
621
|
+
"npx shadcn@latest add card"
|
|
622
|
+
],
|
|
623
|
+
"preview": {
|
|
624
|
+
"html": "<article class=\"kit-card\"><h3>Design registry</h3><p>15 components · React, Tailwind, shadcn, HTML adapters</p></article>",
|
|
625
|
+
"css": ".kit-card{border:1px solid #CBD5E1;border-radius:8px;background:#FFFFFF;padding:16px;font:14px Inter, Pretendard, system-ui, sans-serif;color:#0F172A}.kit-card h3{margin:0 0 4px;font-size:16px}.kit-card p{margin:0;color:#64748B}"
|
|
626
|
+
},
|
|
627
|
+
"usage": "Use in dense product surfaces and registry tools. Use for repeated items and compact summaries. Avoid nesting cards inside cards.",
|
|
628
|
+
"tailwind": {
|
|
629
|
+
"classes": [
|
|
630
|
+
"rounded-lg",
|
|
631
|
+
"border",
|
|
632
|
+
"bg-card",
|
|
633
|
+
"p-4",
|
|
634
|
+
"shadow-sm"
|
|
635
|
+
],
|
|
636
|
+
"theme_tokens": [
|
|
637
|
+
"--background",
|
|
638
|
+
"--foreground",
|
|
639
|
+
"--card",
|
|
640
|
+
"--primary",
|
|
641
|
+
"--border",
|
|
642
|
+
"--ring"
|
|
643
|
+
]
|
|
644
|
+
},
|
|
645
|
+
"shadcn": {
|
|
646
|
+
"registry_items": [
|
|
647
|
+
"card"
|
|
648
|
+
],
|
|
649
|
+
"dependencies": []
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
"Dialog": {
|
|
653
|
+
"framework": "shadcn",
|
|
654
|
+
"style_system": "Radix Dialog + Tailwind CSS",
|
|
655
|
+
"description": "Product UI component for focused blocking decisions.",
|
|
656
|
+
"props": [
|
|
657
|
+
{
|
|
658
|
+
"name": "open",
|
|
659
|
+
"type": "boolean",
|
|
660
|
+
"description": "Dialog visibility"
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"variants": [
|
|
664
|
+
"default",
|
|
665
|
+
"confirm",
|
|
666
|
+
"fullscreen"
|
|
667
|
+
],
|
|
668
|
+
"states": [
|
|
669
|
+
"closed",
|
|
670
|
+
"opening",
|
|
671
|
+
"open",
|
|
672
|
+
"closing"
|
|
673
|
+
],
|
|
674
|
+
"classes": [
|
|
675
|
+
"fixed",
|
|
676
|
+
"rounded-lg",
|
|
677
|
+
"border",
|
|
678
|
+
"bg-background",
|
|
679
|
+
"shadow-lg"
|
|
680
|
+
],
|
|
681
|
+
"dependencies": [
|
|
682
|
+
"@radix-ui/react-dialog"
|
|
683
|
+
],
|
|
684
|
+
"install": [
|
|
685
|
+
"npx shadcn@latest add dialog"
|
|
686
|
+
],
|
|
687
|
+
"preview": {
|
|
688
|
+
"html": "<section class=\"kit-dialog\"><h3>Import package?</h3><p>Related design system found. Importing as a new version is recommended.</p><button>Continue</button></section>",
|
|
689
|
+
"css": ".kit-dialog{width:320px;border:1px solid #CBD5E1;border-radius:8px;background:#FFFFFF;color:#0F172A;padding:18px;font:14px Inter, Pretendard, system-ui, sans-serif;box-shadow:0 8px 24px rgba(15,23,42,.08)}.kit-dialog h3{margin:0 0 6px}.kit-dialog p{color:#64748B}.kit-dialog button{height:34px;border:0;border-radius:6px;background:#2563EB;color:#FFFFFF;padding:0 12px}"
|
|
690
|
+
},
|
|
691
|
+
"usage": "Use in dense product surfaces and registry tools. Use for blocking decisions. Keep destructive confirmations explicit and reversible where possible.",
|
|
692
|
+
"tailwind": {
|
|
693
|
+
"classes": [
|
|
694
|
+
"fixed",
|
|
695
|
+
"rounded-lg",
|
|
696
|
+
"border",
|
|
697
|
+
"bg-background",
|
|
698
|
+
"shadow-lg"
|
|
699
|
+
],
|
|
700
|
+
"theme_tokens": [
|
|
701
|
+
"--background",
|
|
702
|
+
"--foreground",
|
|
703
|
+
"--card",
|
|
704
|
+
"--primary",
|
|
705
|
+
"--border",
|
|
706
|
+
"--ring"
|
|
707
|
+
]
|
|
708
|
+
},
|
|
709
|
+
"shadcn": {
|
|
710
|
+
"registry_items": [
|
|
711
|
+
"dialog"
|
|
712
|
+
],
|
|
713
|
+
"dependencies": [
|
|
714
|
+
"@radix-ui/react-dialog"
|
|
715
|
+
]
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"DropdownMenu": {
|
|
719
|
+
"framework": "shadcn",
|
|
720
|
+
"style_system": "Radix Dropdown Menu + Tailwind CSS",
|
|
721
|
+
"description": "Product UI component for secondary contextual actions.",
|
|
722
|
+
"props": [
|
|
723
|
+
{
|
|
724
|
+
"name": "items",
|
|
725
|
+
"type": "Array<MenuItem>",
|
|
726
|
+
"description": "Menu actions"
|
|
727
|
+
}
|
|
728
|
+
],
|
|
729
|
+
"variants": [
|
|
730
|
+
"default",
|
|
731
|
+
"with-icons",
|
|
732
|
+
"danger-zone"
|
|
733
|
+
],
|
|
734
|
+
"states": [
|
|
735
|
+
"closed",
|
|
736
|
+
"open",
|
|
737
|
+
"hover",
|
|
738
|
+
"focus-visible",
|
|
739
|
+
"disabled"
|
|
740
|
+
],
|
|
741
|
+
"classes": [
|
|
742
|
+
"min-w-40",
|
|
743
|
+
"rounded-md",
|
|
744
|
+
"border",
|
|
745
|
+
"bg-popover",
|
|
746
|
+
"p-1"
|
|
747
|
+
],
|
|
748
|
+
"dependencies": [
|
|
749
|
+
"@radix-ui/react-dropdown-menu",
|
|
750
|
+
"lucide-react"
|
|
751
|
+
],
|
|
752
|
+
"install": [
|
|
753
|
+
"npx shadcn@latest add dropdown-menu"
|
|
754
|
+
],
|
|
755
|
+
"preview": {
|
|
756
|
+
"html": "<div class=\"kit-menu\"><button>Duplicate</button><button>Export</button><button class=\"danger\">Delete</button></div>",
|
|
757
|
+
"css": ".kit-menu{width:180px;border:1px solid #CBD5E1;border-radius:8px;background:#FFFFFF;padding:4px;font:14px Inter, Pretendard, system-ui, sans-serif;color:#0F172A}.kit-menu button{display:block;width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:8px;border-radius:6px}.kit-menu .danger{color:#dc2626}"
|
|
758
|
+
},
|
|
759
|
+
"usage": "Use in dense product surfaces and registry tools. Use for secondary actions. Keep primary actions visible instead of hiding them in a menu.",
|
|
760
|
+
"tailwind": {
|
|
761
|
+
"classes": [
|
|
762
|
+
"min-w-40",
|
|
763
|
+
"rounded-md",
|
|
764
|
+
"border",
|
|
765
|
+
"bg-popover",
|
|
766
|
+
"p-1"
|
|
767
|
+
],
|
|
768
|
+
"theme_tokens": [
|
|
769
|
+
"--background",
|
|
770
|
+
"--foreground",
|
|
771
|
+
"--card",
|
|
772
|
+
"--primary",
|
|
773
|
+
"--border",
|
|
774
|
+
"--ring"
|
|
775
|
+
]
|
|
776
|
+
},
|
|
777
|
+
"shadcn": {
|
|
778
|
+
"registry_items": [
|
|
779
|
+
"dropdown-menu"
|
|
780
|
+
],
|
|
781
|
+
"dependencies": [
|
|
782
|
+
"@radix-ui/react-dropdown-menu",
|
|
783
|
+
"lucide-react"
|
|
784
|
+
]
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"Tabs": {
|
|
788
|
+
"framework": "shadcn",
|
|
789
|
+
"style_system": "Radix Tabs + Tailwind CSS",
|
|
790
|
+
"description": "Product UI component for peer views in one context.",
|
|
791
|
+
"props": [
|
|
792
|
+
{
|
|
793
|
+
"name": "defaultValue",
|
|
794
|
+
"type": "string",
|
|
795
|
+
"description": "Initial active tab"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"variants": [
|
|
799
|
+
"default",
|
|
800
|
+
"compact",
|
|
801
|
+
"underline"
|
|
802
|
+
],
|
|
803
|
+
"states": [
|
|
804
|
+
"default",
|
|
805
|
+
"hover",
|
|
806
|
+
"focus-visible",
|
|
807
|
+
"active",
|
|
808
|
+
"disabled"
|
|
809
|
+
],
|
|
810
|
+
"classes": [
|
|
811
|
+
"inline-flex",
|
|
812
|
+
"rounded-md",
|
|
813
|
+
"bg-muted",
|
|
814
|
+
"data-[state=active]:bg-background"
|
|
815
|
+
],
|
|
816
|
+
"dependencies": [
|
|
817
|
+
"@radix-ui/react-tabs"
|
|
818
|
+
],
|
|
819
|
+
"install": [
|
|
820
|
+
"npx shadcn@latest add tabs"
|
|
821
|
+
],
|
|
822
|
+
"preview": {
|
|
823
|
+
"html": "<div class=\"kit-tabs\"><button class=\"active\">Colors</button><button>Components</button><button>Assets</button></div>",
|
|
824
|
+
"css": ".kit-tabs{display:inline-flex;gap:2px;border-radius:6px;background:#F1F5F9;padding:3px;font:13px Inter, Pretendard, system-ui, sans-serif;color:#0F172A}.kit-tabs button{border:0;border-radius:6px;background:transparent;color:inherit;padding:7px 10px}.kit-tabs .active{background:#FFFFFF;box-shadow:0 1px 2px rgba(0,0,0,.08)}"
|
|
825
|
+
},
|
|
826
|
+
"usage": "Use in dense product surfaces and registry tools. Use for equivalent sibling views. Do not use tabs as primary site navigation.",
|
|
827
|
+
"tailwind": {
|
|
828
|
+
"classes": [
|
|
829
|
+
"inline-flex",
|
|
830
|
+
"rounded-md",
|
|
831
|
+
"bg-muted",
|
|
832
|
+
"data-[state=active]:bg-background"
|
|
833
|
+
],
|
|
834
|
+
"theme_tokens": [
|
|
835
|
+
"--background",
|
|
836
|
+
"--foreground",
|
|
837
|
+
"--card",
|
|
838
|
+
"--primary",
|
|
839
|
+
"--border",
|
|
840
|
+
"--ring"
|
|
841
|
+
]
|
|
842
|
+
},
|
|
843
|
+
"shadcn": {
|
|
844
|
+
"registry_items": [
|
|
845
|
+
"tabs"
|
|
846
|
+
],
|
|
847
|
+
"dependencies": [
|
|
848
|
+
"@radix-ui/react-tabs"
|
|
849
|
+
]
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"Table": {
|
|
853
|
+
"framework": "shadcn",
|
|
854
|
+
"style_system": "HTML table + Tailwind CSS",
|
|
855
|
+
"description": "Product UI component for structured records.",
|
|
856
|
+
"props": [
|
|
857
|
+
{
|
|
858
|
+
"name": "rows",
|
|
859
|
+
"type": "Array<Record<string, unknown>>",
|
|
860
|
+
"description": "Visible rows"
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"variants": [
|
|
864
|
+
"default",
|
|
865
|
+
"selectable",
|
|
866
|
+
"compact",
|
|
867
|
+
"loading"
|
|
868
|
+
],
|
|
869
|
+
"states": [
|
|
870
|
+
"default",
|
|
871
|
+
"hover",
|
|
872
|
+
"focus-visible",
|
|
873
|
+
"selected",
|
|
874
|
+
"empty",
|
|
875
|
+
"loading",
|
|
876
|
+
"error"
|
|
877
|
+
],
|
|
878
|
+
"classes": [
|
|
879
|
+
"w-full",
|
|
880
|
+
"text-sm",
|
|
881
|
+
"border-separate",
|
|
882
|
+
"border-spacing-0",
|
|
883
|
+
"data-[selected=true]:bg-muted"
|
|
884
|
+
],
|
|
885
|
+
"install": [
|
|
886
|
+
"npx shadcn@latest add table checkbox"
|
|
887
|
+
],
|
|
888
|
+
"preview": {
|
|
889
|
+
"html": "<table class=\"kit-table\"><thead><tr><th>Name</th><th>Status</th></tr></thead><tbody><tr><td>Product Kit</td><td>Published</td></tr></tbody></table>",
|
|
890
|
+
"css": ".kit-table{width:100%;border-collapse:collapse;font:13px Inter, Pretendard, system-ui, sans-serif;color:#0F172A;background:#FFFFFF}.kit-table th,.kit-table td{border-bottom:1px solid #CBD5E1;padding:10px;text-align:left}.kit-table th{color:#64748B;font-weight:700}"
|
|
891
|
+
},
|
|
892
|
+
"usage": "Use in dense product surfaces and registry tools. Provide loading, empty, error, populated, and edge states for every table.",
|
|
893
|
+
"tailwind": {
|
|
894
|
+
"classes": [
|
|
895
|
+
"w-full",
|
|
896
|
+
"text-sm",
|
|
897
|
+
"border-separate",
|
|
898
|
+
"border-spacing-0",
|
|
899
|
+
"data-[selected=true]:bg-muted"
|
|
900
|
+
],
|
|
901
|
+
"theme_tokens": [
|
|
902
|
+
"--background",
|
|
903
|
+
"--foreground",
|
|
904
|
+
"--card",
|
|
905
|
+
"--primary",
|
|
906
|
+
"--border",
|
|
907
|
+
"--ring"
|
|
908
|
+
]
|
|
909
|
+
},
|
|
910
|
+
"shadcn": {
|
|
911
|
+
"registry_items": [
|
|
912
|
+
"table"
|
|
913
|
+
],
|
|
914
|
+
"dependencies": []
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"Badge": {
|
|
918
|
+
"framework": "shadcn",
|
|
919
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
920
|
+
"description": "Product UI component for compact metadata.",
|
|
921
|
+
"props": [
|
|
922
|
+
{
|
|
923
|
+
"name": "variant",
|
|
924
|
+
"type": "default | secondary | outline | destructive | success | warning",
|
|
925
|
+
"description": "Semantic tone"
|
|
926
|
+
}
|
|
927
|
+
],
|
|
928
|
+
"variants": [
|
|
929
|
+
"default",
|
|
930
|
+
"secondary",
|
|
931
|
+
"outline",
|
|
932
|
+
"success",
|
|
933
|
+
"warning",
|
|
934
|
+
"destructive"
|
|
935
|
+
],
|
|
936
|
+
"states": [
|
|
937
|
+
"default",
|
|
938
|
+
"hover",
|
|
939
|
+
"focus-visible",
|
|
940
|
+
"disabled"
|
|
941
|
+
],
|
|
942
|
+
"classes": [
|
|
943
|
+
"inline-flex",
|
|
944
|
+
"rounded-md",
|
|
945
|
+
"px-2",
|
|
946
|
+
"py-0.5",
|
|
947
|
+
"text-xs",
|
|
948
|
+
"font-medium"
|
|
949
|
+
],
|
|
950
|
+
"install": [
|
|
951
|
+
"npx shadcn@latest add badge"
|
|
952
|
+
],
|
|
953
|
+
"preview": {
|
|
954
|
+
"html": "<div class=\"kit-badges\"><span>Published</span><span class=\"warn\">Needs review</span></div>",
|
|
955
|
+
"css": ".kit-badges{display:flex;gap:6px}.kit-badges span{border-radius:6px;background:#F1F5F9;color:#2563EB;padding:3px 8px;font:600 12px Inter, Pretendard, system-ui, sans-serif}.kit-badges .warn{background:#FEF3C7;color:#CA8A04}"
|
|
956
|
+
},
|
|
957
|
+
"usage": "Use in dense product surfaces and registry tools. Use for metadata, not primary actions. Prefer semantic color names over arbitrary colors.",
|
|
958
|
+
"tailwind": {
|
|
959
|
+
"classes": [
|
|
960
|
+
"inline-flex",
|
|
961
|
+
"rounded-md",
|
|
962
|
+
"px-2",
|
|
963
|
+
"py-0.5",
|
|
964
|
+
"text-xs",
|
|
965
|
+
"font-medium"
|
|
966
|
+
],
|
|
967
|
+
"theme_tokens": [
|
|
968
|
+
"--background",
|
|
969
|
+
"--foreground",
|
|
970
|
+
"--card",
|
|
971
|
+
"--primary",
|
|
972
|
+
"--border",
|
|
973
|
+
"--ring"
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
"shadcn": {
|
|
977
|
+
"registry_items": [
|
|
978
|
+
"badge"
|
|
979
|
+
],
|
|
980
|
+
"dependencies": []
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
"Alert": {
|
|
984
|
+
"framework": "shadcn",
|
|
985
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
986
|
+
"description": "Product UI component for inline status and validation.",
|
|
987
|
+
"props": [
|
|
988
|
+
{
|
|
989
|
+
"name": "variant",
|
|
990
|
+
"type": "default | destructive | warning | success",
|
|
991
|
+
"description": "Alert tone"
|
|
992
|
+
}
|
|
993
|
+
],
|
|
994
|
+
"variants": [
|
|
995
|
+
"default",
|
|
996
|
+
"info",
|
|
997
|
+
"success",
|
|
998
|
+
"warning",
|
|
999
|
+
"destructive"
|
|
1000
|
+
],
|
|
1001
|
+
"states": [
|
|
1002
|
+
"default",
|
|
1003
|
+
"focus-visible",
|
|
1004
|
+
"dismissible"
|
|
1005
|
+
],
|
|
1006
|
+
"classes": [
|
|
1007
|
+
"rounded-lg",
|
|
1008
|
+
"border",
|
|
1009
|
+
"p-4",
|
|
1010
|
+
"text-sm"
|
|
1011
|
+
],
|
|
1012
|
+
"install": [
|
|
1013
|
+
"npx shadcn@latest add alert"
|
|
1014
|
+
],
|
|
1015
|
+
"preview": {
|
|
1016
|
+
"html": "<div class=\"kit-alert\"><strong>Related system found</strong><p>Importing as a new version is recommended.</p></div>",
|
|
1017
|
+
"css": ".kit-alert{border:1px solid #2563EB;border-radius:8px;background:#FFFFFF;color:#0F172A;padding:12px;font:14px Inter, Pretendard, system-ui, sans-serif}.kit-alert p{margin:4px 0 0;color:#64748B}"
|
|
1018
|
+
},
|
|
1019
|
+
"usage": "Use in dense product surfaces and registry tools. Use near the relevant task. Keep text actionable and specific.",
|
|
1020
|
+
"tailwind": {
|
|
1021
|
+
"classes": [
|
|
1022
|
+
"rounded-lg",
|
|
1023
|
+
"border",
|
|
1024
|
+
"p-4",
|
|
1025
|
+
"text-sm"
|
|
1026
|
+
],
|
|
1027
|
+
"theme_tokens": [
|
|
1028
|
+
"--background",
|
|
1029
|
+
"--foreground",
|
|
1030
|
+
"--card",
|
|
1031
|
+
"--primary",
|
|
1032
|
+
"--border",
|
|
1033
|
+
"--ring"
|
|
1034
|
+
]
|
|
1035
|
+
},
|
|
1036
|
+
"shadcn": {
|
|
1037
|
+
"registry_items": [
|
|
1038
|
+
"alert"
|
|
1039
|
+
],
|
|
1040
|
+
"dependencies": []
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
"Toast": {
|
|
1044
|
+
"framework": "shadcn",
|
|
1045
|
+
"style_system": "Sonner or shadcn Toast + Tailwind CSS",
|
|
1046
|
+
"description": "Product UI component for non-blocking feedback.",
|
|
1047
|
+
"props": [
|
|
1048
|
+
{
|
|
1049
|
+
"name": "type",
|
|
1050
|
+
"type": "success | error | info",
|
|
1051
|
+
"description": "Feedback tone"
|
|
1052
|
+
}
|
|
1053
|
+
],
|
|
1054
|
+
"variants": [
|
|
1055
|
+
"success",
|
|
1056
|
+
"error",
|
|
1057
|
+
"info",
|
|
1058
|
+
"loading"
|
|
1059
|
+
],
|
|
1060
|
+
"states": [
|
|
1061
|
+
"enter",
|
|
1062
|
+
"visible",
|
|
1063
|
+
"exit"
|
|
1064
|
+
],
|
|
1065
|
+
"classes": [
|
|
1066
|
+
"rounded-lg",
|
|
1067
|
+
"border",
|
|
1068
|
+
"bg-background",
|
|
1069
|
+
"shadow-md"
|
|
1070
|
+
],
|
|
1071
|
+
"dependencies": [
|
|
1072
|
+
"sonner"
|
|
1073
|
+
],
|
|
1074
|
+
"install": [
|
|
1075
|
+
"npx shadcn@latest add sonner"
|
|
1076
|
+
],
|
|
1077
|
+
"preview": {
|
|
1078
|
+
"html": "<div class=\"kit-toast\"><strong>Copied</strong><span>Component source copied.</span></div>",
|
|
1079
|
+
"css": ".kit-toast{width:260px;border:1px solid #CBD5E1;border-radius:8px;background:#FFFFFF;color:#0F172A;padding:12px;box-shadow:0 8px 24px rgba(15,23,42,.08);font:13px Inter, Pretendard, system-ui, sans-serif}.kit-toast strong{display:block}.kit-toast span{color:#64748B}"
|
|
1080
|
+
},
|
|
1081
|
+
"usage": "Use in dense product surfaces and registry tools. Use for confirmation that does not require a decision. Do not hide errors that need correction.",
|
|
1082
|
+
"tailwind": {
|
|
1083
|
+
"classes": [
|
|
1084
|
+
"rounded-lg",
|
|
1085
|
+
"border",
|
|
1086
|
+
"bg-background",
|
|
1087
|
+
"shadow-md"
|
|
1088
|
+
],
|
|
1089
|
+
"theme_tokens": [
|
|
1090
|
+
"--background",
|
|
1091
|
+
"--foreground",
|
|
1092
|
+
"--card",
|
|
1093
|
+
"--primary",
|
|
1094
|
+
"--border",
|
|
1095
|
+
"--ring"
|
|
1096
|
+
]
|
|
1097
|
+
},
|
|
1098
|
+
"shadcn": {
|
|
1099
|
+
"registry_items": [
|
|
1100
|
+
"toast"
|
|
1101
|
+
],
|
|
1102
|
+
"dependencies": [
|
|
1103
|
+
"sonner"
|
|
1104
|
+
]
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"guidelines_markdown": "## Principles\n\n- Build product UI for repeated work: clear labels, visible state, compact controls, and fast scanning.\n- Prefer shadcn primitives for behavior and accessibility, then layer semantic tokens through Tailwind variables.\n- Keep repeated object cards at 8px radius or less; do not nest cards inside cards.\n- Every form control documents default, hover, focus-visible, disabled, and error states.\n- Every table/list surface documents loading, empty, error, populated, and edge states.\n\n## Open Design Reference\n\nAdapted from `nexu-io/open-design/design-systems/shadcn/DESIGN.md`: minimal monochrome product UI, utility-first implementation, and explicit state coverage.",
|
|
1109
|
+
"skill_markdown": "Use this design system when building React/Tailwind/shadcn product interfaces, admin panels, registry viewers, settings screens, component libraries, and agent-facing tools. Load DESIGN.md first, then request adapters for implementation code.",
|
|
1110
|
+
"export_manifest": {
|
|
1111
|
+
"seed": true,
|
|
1112
|
+
"source": "bluekiwi-open-design-seeds",
|
|
1113
|
+
"adapted_from": {
|
|
1114
|
+
"project": "nexu-io/open-design",
|
|
1115
|
+
"path": "design-systems/shadcn/DESIGN.md",
|
|
1116
|
+
"license": "MIT"
|
|
1117
|
+
},
|
|
1118
|
+
"component_coverage": [
|
|
1119
|
+
"Button",
|
|
1120
|
+
"Input",
|
|
1121
|
+
"Textarea",
|
|
1122
|
+
"Select",
|
|
1123
|
+
"Checkbox",
|
|
1124
|
+
"RadioGroup",
|
|
1125
|
+
"Switch",
|
|
1126
|
+
"Card",
|
|
1127
|
+
"Dialog",
|
|
1128
|
+
"DropdownMenu",
|
|
1129
|
+
"Tabs",
|
|
1130
|
+
"Table",
|
|
1131
|
+
"Badge",
|
|
1132
|
+
"Alert",
|
|
1133
|
+
"Toast"
|
|
1134
|
+
],
|
|
1135
|
+
"formats": [
|
|
1136
|
+
"design",
|
|
1137
|
+
"skill",
|
|
1138
|
+
"package",
|
|
1139
|
+
"bundle",
|
|
1140
|
+
"adapters"
|
|
1141
|
+
]
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"title": "Kami Editorial Paper Kit",
|
|
1146
|
+
"slug": "kami-editorial-paper-kit",
|
|
1147
|
+
"description": "Warm paper, ink-blue editorial system for docs, course pages, white papers, portfolios, and presentation support surfaces, adapted from Open Design kami.",
|
|
1148
|
+
"version": "1.0.0",
|
|
1149
|
+
"category": "Editorial",
|
|
1150
|
+
"surface": "web",
|
|
1151
|
+
"schema": {
|
|
1152
|
+
"version": "1.0",
|
|
1153
|
+
"mediums": [
|
|
1154
|
+
"web",
|
|
1155
|
+
"docs",
|
|
1156
|
+
"slides"
|
|
1157
|
+
],
|
|
1158
|
+
"archetype": "editorial-paper-kit",
|
|
1159
|
+
"supports": [
|
|
1160
|
+
"html-css",
|
|
1161
|
+
"tailwindcss",
|
|
1162
|
+
"react",
|
|
1163
|
+
"slides",
|
|
1164
|
+
"docs"
|
|
1165
|
+
],
|
|
1166
|
+
"source_reference": {
|
|
1167
|
+
"project": "nexu-io/open-design",
|
|
1168
|
+
"path": "design-systems/kami/DESIGN.md",
|
|
1169
|
+
"license": "MIT"
|
|
1170
|
+
},
|
|
1171
|
+
"entrypoints": {
|
|
1172
|
+
"agent_document": "DESIGN.md",
|
|
1173
|
+
"split_tokens": [
|
|
1174
|
+
"tokens/colors.json",
|
|
1175
|
+
"tokens/typography.json",
|
|
1176
|
+
"tokens/components.json"
|
|
1177
|
+
],
|
|
1178
|
+
"implementation": "adapters.json"
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"tokens": {
|
|
1182
|
+
"spacing": {
|
|
1183
|
+
"1": 4,
|
|
1184
|
+
"2": 8,
|
|
1185
|
+
"3": 12,
|
|
1186
|
+
"4": 16,
|
|
1187
|
+
"5": 20,
|
|
1188
|
+
"6": 24,
|
|
1189
|
+
"8": 32,
|
|
1190
|
+
"section": 48
|
|
1191
|
+
},
|
|
1192
|
+
"radius": {
|
|
1193
|
+
"control": 6,
|
|
1194
|
+
"card": 8,
|
|
1195
|
+
"popover": 8,
|
|
1196
|
+
"modal": 8
|
|
1197
|
+
},
|
|
1198
|
+
"shadow": {
|
|
1199
|
+
"none": "none",
|
|
1200
|
+
"sm": "0 1px 2px rgba(0,0,0,.06)",
|
|
1201
|
+
"md": "0 4px 24px rgba(20,20,19,.05)"
|
|
1202
|
+
},
|
|
1203
|
+
"motion": {
|
|
1204
|
+
"durationFast": "120ms",
|
|
1205
|
+
"durationBase": "180ms",
|
|
1206
|
+
"easingStandard": "cubic-bezier(.2,.8,.2,1)"
|
|
1207
|
+
},
|
|
1208
|
+
"layout": {
|
|
1209
|
+
"sidebar": 264,
|
|
1210
|
+
"contentMax": 960,
|
|
1211
|
+
"toolbar": 48
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
"color_tokens": {
|
|
1215
|
+
"background": "#F5F4ED",
|
|
1216
|
+
"foreground": "#141413",
|
|
1217
|
+
"card": "#FAF9F5",
|
|
1218
|
+
"cardForeground": "#141413",
|
|
1219
|
+
"popover": "#FAF9F5",
|
|
1220
|
+
"popoverForeground": "#141413",
|
|
1221
|
+
"primary": "#1B365D",
|
|
1222
|
+
"primaryForeground": "#FFFFFF",
|
|
1223
|
+
"secondary": "#E8E6DC",
|
|
1224
|
+
"secondaryForeground": "#3D3D3A",
|
|
1225
|
+
"muted": "#E8E6DC",
|
|
1226
|
+
"mutedForeground": "#6B6A64",
|
|
1227
|
+
"accent": "#2D5A8A",
|
|
1228
|
+
"accentForeground": "#FFFFFF",
|
|
1229
|
+
"destructive": "#B42318",
|
|
1230
|
+
"destructiveForeground": "#FFFFFF",
|
|
1231
|
+
"border": "#E8E6DC",
|
|
1232
|
+
"input": "#E5E3D8",
|
|
1233
|
+
"ring": "#1B365D",
|
|
1234
|
+
"success": "#2F6B4F",
|
|
1235
|
+
"warning": "#9B6829",
|
|
1236
|
+
"info": "#1B365D",
|
|
1237
|
+
"badgeBg": "#E4ECF5",
|
|
1238
|
+
"badgeText": "#1B365D",
|
|
1239
|
+
"alertBg": "#FAF9F5"
|
|
1240
|
+
},
|
|
1241
|
+
"typography_tokens": {
|
|
1242
|
+
"display": "Charter, Georgia, Palatino, \"Times New Roman\", serif",
|
|
1243
|
+
"heading": "Charter, Georgia, Palatino, \"Times New Roman\", serif",
|
|
1244
|
+
"body": "Charter, Georgia, Palatino, \"Times New Roman\", serif",
|
|
1245
|
+
"label": "Charter, Georgia, Palatino, \"Times New Roman\", serif",
|
|
1246
|
+
"caption": "Charter, Georgia, Palatino, \"Times New Roman\", serif",
|
|
1247
|
+
"mono": "JetBrains Mono, SF Mono, Fira Code, Consolas, monospace",
|
|
1248
|
+
"scale": {
|
|
1249
|
+
"h1": "40px/1.12",
|
|
1250
|
+
"h2": "28px/1.2",
|
|
1251
|
+
"h3": "20px/1.3",
|
|
1252
|
+
"body": "16px/1.55",
|
|
1253
|
+
"caption": "12px/1.45"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
"component_tokens": {
|
|
1257
|
+
"Button": {
|
|
1258
|
+
"framework": "shadcn",
|
|
1259
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
1260
|
+
"description": "Editorial paper component for clear command actions.",
|
|
1261
|
+
"props": [
|
|
1262
|
+
{
|
|
1263
|
+
"name": "variant",
|
|
1264
|
+
"type": "default | secondary | outline | ghost | destructive",
|
|
1265
|
+
"description": "Visual emphasis"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"name": "size",
|
|
1269
|
+
"type": "sm | default | lg | icon",
|
|
1270
|
+
"description": "Control density"
|
|
1271
|
+
}
|
|
1272
|
+
],
|
|
1273
|
+
"variants": [
|
|
1274
|
+
"default",
|
|
1275
|
+
"secondary",
|
|
1276
|
+
"outline",
|
|
1277
|
+
"ghost",
|
|
1278
|
+
"destructive",
|
|
1279
|
+
"icon"
|
|
1280
|
+
],
|
|
1281
|
+
"states": [
|
|
1282
|
+
"default",
|
|
1283
|
+
"hover",
|
|
1284
|
+
"focus-visible",
|
|
1285
|
+
"active",
|
|
1286
|
+
"disabled",
|
|
1287
|
+
"loading"
|
|
1288
|
+
],
|
|
1289
|
+
"classes": [
|
|
1290
|
+
"inline-flex",
|
|
1291
|
+
"h-9",
|
|
1292
|
+
"rounded-md",
|
|
1293
|
+
"px-3",
|
|
1294
|
+
"font-medium",
|
|
1295
|
+
"focus-visible:ring-2"
|
|
1296
|
+
],
|
|
1297
|
+
"dependencies": [
|
|
1298
|
+
"@radix-ui/react-slot",
|
|
1299
|
+
"class-variance-authority",
|
|
1300
|
+
"lucide-react"
|
|
1301
|
+
],
|
|
1302
|
+
"install": [
|
|
1303
|
+
"npx shadcn@latest add button"
|
|
1304
|
+
],
|
|
1305
|
+
"preview": {
|
|
1306
|
+
"html": "<div class=\"kit-row\"><button class=\"kit-button\">Send manuscript</button><button class=\"kit-button kit-button-outline\">Cancel</button></div>",
|
|
1307
|
+
"css": ".kit-row{display:flex;gap:8px;align-items:center}.kit-button{height:36px;border:1px solid #1B365D;border-radius:6px;background:#1B365D;color:#FFFFFF;padding:0 12px;font:600 14px Charter, Georgia, Palatino, \"Times New Roman\", serif}.kit-button-outline{background:#FAF9F5;color:#141413;border-color:#E8E6DC}"
|
|
1308
|
+
},
|
|
1309
|
+
"react": "import { Button } from \"@/components/ui/button\";\n\nexport function ManuscriptActions() {\n return <div className=\"flex gap-2\"><Button>Send manuscript</Button><Button variant=\"outline\">Preview</Button></div>;\n}",
|
|
1310
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use one primary button per decision group. Use icon-only buttons only for familiar commands with accessible labels.",
|
|
1311
|
+
"tailwind": {
|
|
1312
|
+
"classes": [
|
|
1313
|
+
"inline-flex",
|
|
1314
|
+
"h-9",
|
|
1315
|
+
"rounded-md",
|
|
1316
|
+
"px-3",
|
|
1317
|
+
"font-medium",
|
|
1318
|
+
"focus-visible:ring-2"
|
|
1319
|
+
],
|
|
1320
|
+
"theme_tokens": [
|
|
1321
|
+
"--background",
|
|
1322
|
+
"--foreground",
|
|
1323
|
+
"--card",
|
|
1324
|
+
"--primary",
|
|
1325
|
+
"--border",
|
|
1326
|
+
"--ring"
|
|
1327
|
+
]
|
|
1328
|
+
},
|
|
1329
|
+
"shadcn": {
|
|
1330
|
+
"registry_items": [
|
|
1331
|
+
"button"
|
|
1332
|
+
],
|
|
1333
|
+
"dependencies": [
|
|
1334
|
+
"@radix-ui/react-slot",
|
|
1335
|
+
"class-variance-authority",
|
|
1336
|
+
"lucide-react"
|
|
1337
|
+
]
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"Input": {
|
|
1341
|
+
"framework": "shadcn",
|
|
1342
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
1343
|
+
"description": "Editorial paper component for single-line fields.",
|
|
1344
|
+
"props": [
|
|
1345
|
+
{
|
|
1346
|
+
"name": "aria-invalid",
|
|
1347
|
+
"type": "boolean",
|
|
1348
|
+
"description": "Marks invalid state"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "placeholder",
|
|
1352
|
+
"type": "string",
|
|
1353
|
+
"description": "Short example value"
|
|
1354
|
+
}
|
|
1355
|
+
],
|
|
1356
|
+
"variants": [
|
|
1357
|
+
"default",
|
|
1358
|
+
"with-icon",
|
|
1359
|
+
"invalid",
|
|
1360
|
+
"readonly"
|
|
1361
|
+
],
|
|
1362
|
+
"states": [
|
|
1363
|
+
"default",
|
|
1364
|
+
"hover",
|
|
1365
|
+
"focus-visible",
|
|
1366
|
+
"disabled",
|
|
1367
|
+
"error"
|
|
1368
|
+
],
|
|
1369
|
+
"classes": [
|
|
1370
|
+
"h-9",
|
|
1371
|
+
"rounded-md",
|
|
1372
|
+
"border",
|
|
1373
|
+
"px-3",
|
|
1374
|
+
"focus-visible:ring-2",
|
|
1375
|
+
"aria-invalid:border-destructive"
|
|
1376
|
+
],
|
|
1377
|
+
"install": [
|
|
1378
|
+
"npx shadcn@latest add input label"
|
|
1379
|
+
],
|
|
1380
|
+
"preview": {
|
|
1381
|
+
"html": "<label class=\"kit-field\"><span>Author name</span><input class=\"kit-input\" placeholder=\"Chapter 01\" /></label>",
|
|
1382
|
+
"css": ".kit-field{display:grid;gap:6px;font:600 13px Charter, Georgia, Palatino, \"Times New Roman\", serif;color:#141413}.kit-input{height:36px;border:1px solid #E8E6DC;border-radius:6px;background:#FAF9F5;color:#141413;padding:0 10px;font:14px Charter, Georgia, Palatino, \"Times New Roman\", serif}"
|
|
1383
|
+
},
|
|
1384
|
+
"usage": "Use in document-like experiences where reading quality is the product. Always include a persistent label. Do not rely on placeholder text as the only label.",
|
|
1385
|
+
"tailwind": {
|
|
1386
|
+
"classes": [
|
|
1387
|
+
"h-9",
|
|
1388
|
+
"rounded-md",
|
|
1389
|
+
"border",
|
|
1390
|
+
"px-3",
|
|
1391
|
+
"focus-visible:ring-2",
|
|
1392
|
+
"aria-invalid:border-destructive"
|
|
1393
|
+
],
|
|
1394
|
+
"theme_tokens": [
|
|
1395
|
+
"--background",
|
|
1396
|
+
"--foreground",
|
|
1397
|
+
"--card",
|
|
1398
|
+
"--primary",
|
|
1399
|
+
"--border",
|
|
1400
|
+
"--ring"
|
|
1401
|
+
]
|
|
1402
|
+
},
|
|
1403
|
+
"shadcn": {
|
|
1404
|
+
"registry_items": [
|
|
1405
|
+
"input"
|
|
1406
|
+
],
|
|
1407
|
+
"dependencies": []
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
"Textarea": {
|
|
1411
|
+
"framework": "shadcn",
|
|
1412
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
1413
|
+
"description": "Editorial paper component for long-form input.",
|
|
1414
|
+
"props": [
|
|
1415
|
+
{
|
|
1416
|
+
"name": "rows",
|
|
1417
|
+
"type": "number",
|
|
1418
|
+
"description": "Default visible height"
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"variants": [
|
|
1422
|
+
"default",
|
|
1423
|
+
"invalid",
|
|
1424
|
+
"monospace"
|
|
1425
|
+
],
|
|
1426
|
+
"states": [
|
|
1427
|
+
"default",
|
|
1428
|
+
"hover",
|
|
1429
|
+
"focus-visible",
|
|
1430
|
+
"disabled",
|
|
1431
|
+
"error"
|
|
1432
|
+
],
|
|
1433
|
+
"classes": [
|
|
1434
|
+
"min-h-24",
|
|
1435
|
+
"rounded-md",
|
|
1436
|
+
"border",
|
|
1437
|
+
"p-3",
|
|
1438
|
+
"focus-visible:ring-2"
|
|
1439
|
+
],
|
|
1440
|
+
"install": [
|
|
1441
|
+
"npx shadcn@latest add textarea"
|
|
1442
|
+
],
|
|
1443
|
+
"preview": {
|
|
1444
|
+
"html": "<textarea class=\"kit-textarea\" placeholder=\"Draft editorial note\"></textarea>",
|
|
1445
|
+
"css": ".kit-textarea{width:100%;min-height:96px;border:1px solid #E8E6DC;border-radius:6px;background:#FAF9F5;color:#141413;padding:10px 12px;font:14px/1.5 Charter, Georgia, Palatino, \"Times New Roman\", serif;resize:vertical}"
|
|
1446
|
+
},
|
|
1447
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use for user-authored content. Keep code or machine values in monospace variant.",
|
|
1448
|
+
"tailwind": {
|
|
1449
|
+
"classes": [
|
|
1450
|
+
"min-h-24",
|
|
1451
|
+
"rounded-md",
|
|
1452
|
+
"border",
|
|
1453
|
+
"p-3",
|
|
1454
|
+
"focus-visible:ring-2"
|
|
1455
|
+
],
|
|
1456
|
+
"theme_tokens": [
|
|
1457
|
+
"--background",
|
|
1458
|
+
"--foreground",
|
|
1459
|
+
"--card",
|
|
1460
|
+
"--primary",
|
|
1461
|
+
"--border",
|
|
1462
|
+
"--ring"
|
|
1463
|
+
]
|
|
1464
|
+
},
|
|
1465
|
+
"shadcn": {
|
|
1466
|
+
"registry_items": [
|
|
1467
|
+
"textarea"
|
|
1468
|
+
],
|
|
1469
|
+
"dependencies": []
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
"Select": {
|
|
1473
|
+
"framework": "shadcn",
|
|
1474
|
+
"style_system": "Radix Select + Tailwind CSS",
|
|
1475
|
+
"description": "Editorial paper component for bounded choices.",
|
|
1476
|
+
"props": [
|
|
1477
|
+
{
|
|
1478
|
+
"name": "options",
|
|
1479
|
+
"type": "Array<{ label: string; value: string }>",
|
|
1480
|
+
"description": "Available choices"
|
|
1481
|
+
}
|
|
1482
|
+
],
|
|
1483
|
+
"variants": [
|
|
1484
|
+
"default",
|
|
1485
|
+
"compact",
|
|
1486
|
+
"invalid"
|
|
1487
|
+
],
|
|
1488
|
+
"states": [
|
|
1489
|
+
"default",
|
|
1490
|
+
"hover",
|
|
1491
|
+
"focus-visible",
|
|
1492
|
+
"open",
|
|
1493
|
+
"disabled",
|
|
1494
|
+
"error"
|
|
1495
|
+
],
|
|
1496
|
+
"classes": [
|
|
1497
|
+
"h-9",
|
|
1498
|
+
"rounded-md",
|
|
1499
|
+
"border",
|
|
1500
|
+
"bg-background",
|
|
1501
|
+
"data-[state=open]:ring-2"
|
|
1502
|
+
],
|
|
1503
|
+
"dependencies": [
|
|
1504
|
+
"@radix-ui/react-select"
|
|
1505
|
+
],
|
|
1506
|
+
"install": [
|
|
1507
|
+
"npx shadcn@latest add select"
|
|
1508
|
+
],
|
|
1509
|
+
"preview": {
|
|
1510
|
+
"html": "<button class=\"kit-select\">Essay section <span>⌄</span></button>",
|
|
1511
|
+
"css": ".kit-select{height:36px;min-width:180px;border:1px solid #E8E6DC;border-radius:6px;background:#FAF9F5;color:#141413;padding:0 10px;display:flex;justify-content:space-between;align-items:center;font:14px Charter, Georgia, Palatino, \"Times New Roman\", serif}"
|
|
1512
|
+
},
|
|
1513
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use when choices are known and fewer than about 20. Prefer search/combobox for long lists.",
|
|
1514
|
+
"tailwind": {
|
|
1515
|
+
"classes": [
|
|
1516
|
+
"h-9",
|
|
1517
|
+
"rounded-md",
|
|
1518
|
+
"border",
|
|
1519
|
+
"bg-background",
|
|
1520
|
+
"data-[state=open]:ring-2"
|
|
1521
|
+
],
|
|
1522
|
+
"theme_tokens": [
|
|
1523
|
+
"--background",
|
|
1524
|
+
"--foreground",
|
|
1525
|
+
"--card",
|
|
1526
|
+
"--primary",
|
|
1527
|
+
"--border",
|
|
1528
|
+
"--ring"
|
|
1529
|
+
]
|
|
1530
|
+
},
|
|
1531
|
+
"shadcn": {
|
|
1532
|
+
"registry_items": [
|
|
1533
|
+
"select"
|
|
1534
|
+
],
|
|
1535
|
+
"dependencies": [
|
|
1536
|
+
"@radix-ui/react-select"
|
|
1537
|
+
]
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
"Checkbox": {
|
|
1541
|
+
"framework": "shadcn",
|
|
1542
|
+
"style_system": "Radix Checkbox + Tailwind CSS",
|
|
1543
|
+
"description": "Editorial paper component for independent options.",
|
|
1544
|
+
"props": [
|
|
1545
|
+
{
|
|
1546
|
+
"name": "checked",
|
|
1547
|
+
"type": "boolean | indeterminate",
|
|
1548
|
+
"description": "Current check state"
|
|
1549
|
+
}
|
|
1550
|
+
],
|
|
1551
|
+
"variants": [
|
|
1552
|
+
"default",
|
|
1553
|
+
"indeterminate",
|
|
1554
|
+
"invalid"
|
|
1555
|
+
],
|
|
1556
|
+
"states": [
|
|
1557
|
+
"default",
|
|
1558
|
+
"hover",
|
|
1559
|
+
"focus-visible",
|
|
1560
|
+
"checked",
|
|
1561
|
+
"indeterminate",
|
|
1562
|
+
"disabled",
|
|
1563
|
+
"error"
|
|
1564
|
+
],
|
|
1565
|
+
"classes": [
|
|
1566
|
+
"size-4",
|
|
1567
|
+
"rounded-sm",
|
|
1568
|
+
"border",
|
|
1569
|
+
"data-[state=checked]:bg-primary"
|
|
1570
|
+
],
|
|
1571
|
+
"dependencies": [
|
|
1572
|
+
"@radix-ui/react-checkbox"
|
|
1573
|
+
],
|
|
1574
|
+
"install": [
|
|
1575
|
+
"npx shadcn@latest add checkbox"
|
|
1576
|
+
],
|
|
1577
|
+
"preview": {
|
|
1578
|
+
"html": "<label class=\"kit-check\"><span class=\"kit-checkbox\">✓</span><span>Include bibliography</span></label>",
|
|
1579
|
+
"css": ".kit-check{display:flex;gap:8px;align-items:center;font:14px/1.55 Charter, Georgia, Palatino, \"Times New Roman\", serif;color:#141413}.kit-checkbox{width:16px;height:16px;border-radius:4px;background:#1B365D;color:#FFFFFF;display:grid;place-items:center;font-size:11px}"
|
|
1580
|
+
},
|
|
1581
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use for independent selections. Do not use checkboxes for mutually exclusive choices.",
|
|
1582
|
+
"tailwind": {
|
|
1583
|
+
"classes": [
|
|
1584
|
+
"size-4",
|
|
1585
|
+
"rounded-sm",
|
|
1586
|
+
"border",
|
|
1587
|
+
"data-[state=checked]:bg-primary"
|
|
1588
|
+
],
|
|
1589
|
+
"theme_tokens": [
|
|
1590
|
+
"--background",
|
|
1591
|
+
"--foreground",
|
|
1592
|
+
"--card",
|
|
1593
|
+
"--primary",
|
|
1594
|
+
"--border",
|
|
1595
|
+
"--ring"
|
|
1596
|
+
]
|
|
1597
|
+
},
|
|
1598
|
+
"shadcn": {
|
|
1599
|
+
"registry_items": [
|
|
1600
|
+
"checkbox"
|
|
1601
|
+
],
|
|
1602
|
+
"dependencies": [
|
|
1603
|
+
"@radix-ui/react-checkbox"
|
|
1604
|
+
]
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"RadioGroup": {
|
|
1608
|
+
"framework": "shadcn",
|
|
1609
|
+
"style_system": "Radix Radio Group + Tailwind CSS",
|
|
1610
|
+
"description": "Editorial paper component for exclusive choices.",
|
|
1611
|
+
"props": [
|
|
1612
|
+
{
|
|
1613
|
+
"name": "value",
|
|
1614
|
+
"type": "string",
|
|
1615
|
+
"description": "Selected option"
|
|
1616
|
+
}
|
|
1617
|
+
],
|
|
1618
|
+
"variants": [
|
|
1619
|
+
"default",
|
|
1620
|
+
"card",
|
|
1621
|
+
"segmented"
|
|
1622
|
+
],
|
|
1623
|
+
"states": [
|
|
1624
|
+
"default",
|
|
1625
|
+
"hover",
|
|
1626
|
+
"focus-visible",
|
|
1627
|
+
"checked",
|
|
1628
|
+
"disabled",
|
|
1629
|
+
"error"
|
|
1630
|
+
],
|
|
1631
|
+
"classes": [
|
|
1632
|
+
"grid",
|
|
1633
|
+
"gap-2",
|
|
1634
|
+
"data-[state=checked]:border-primary"
|
|
1635
|
+
],
|
|
1636
|
+
"dependencies": [
|
|
1637
|
+
"@radix-ui/react-radio-group"
|
|
1638
|
+
],
|
|
1639
|
+
"install": [
|
|
1640
|
+
"npx shadcn@latest add radio-group"
|
|
1641
|
+
],
|
|
1642
|
+
"preview": {
|
|
1643
|
+
"html": "<div class=\"kit-radio-group\"><label><span class=\"kit-radio-dot\"></span> Web page</label><label><span></span> Compare</label></div>",
|
|
1644
|
+
"css": ".kit-radio-group{display:grid;gap:8px;font:14px/1.55 Charter, Georgia, Palatino, \"Times New Roman\", serif;color:#141413}.kit-radio-group label{display:flex;gap:8px;align-items:center}.kit-radio-group span{width:16px;height:16px;border:1px solid #E8E6DC;border-radius:999px}.kit-radio-dot{border:5px solid #1B365D!important}"
|
|
1645
|
+
},
|
|
1646
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use when exactly one choice must be selected. Show the recommended option first when appropriate.",
|
|
1647
|
+
"tailwind": {
|
|
1648
|
+
"classes": [
|
|
1649
|
+
"grid",
|
|
1650
|
+
"gap-2",
|
|
1651
|
+
"data-[state=checked]:border-primary"
|
|
1652
|
+
],
|
|
1653
|
+
"theme_tokens": [
|
|
1654
|
+
"--background",
|
|
1655
|
+
"--foreground",
|
|
1656
|
+
"--card",
|
|
1657
|
+
"--primary",
|
|
1658
|
+
"--border",
|
|
1659
|
+
"--ring"
|
|
1660
|
+
]
|
|
1661
|
+
},
|
|
1662
|
+
"shadcn": {
|
|
1663
|
+
"registry_items": [
|
|
1664
|
+
"radio-group"
|
|
1665
|
+
],
|
|
1666
|
+
"dependencies": [
|
|
1667
|
+
"@radix-ui/react-radio-group"
|
|
1668
|
+
]
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
"Switch": {
|
|
1672
|
+
"framework": "shadcn",
|
|
1673
|
+
"style_system": "Radix Switch + Tailwind CSS",
|
|
1674
|
+
"description": "Editorial paper component for immediate preferences.",
|
|
1675
|
+
"props": [
|
|
1676
|
+
{
|
|
1677
|
+
"name": "checked",
|
|
1678
|
+
"type": "boolean",
|
|
1679
|
+
"description": "Current toggle state"
|
|
1680
|
+
}
|
|
1681
|
+
],
|
|
1682
|
+
"variants": [
|
|
1683
|
+
"default",
|
|
1684
|
+
"danger"
|
|
1685
|
+
],
|
|
1686
|
+
"states": [
|
|
1687
|
+
"default",
|
|
1688
|
+
"hover",
|
|
1689
|
+
"focus-visible",
|
|
1690
|
+
"checked",
|
|
1691
|
+
"disabled"
|
|
1692
|
+
],
|
|
1693
|
+
"classes": [
|
|
1694
|
+
"h-5",
|
|
1695
|
+
"w-9",
|
|
1696
|
+
"rounded-full",
|
|
1697
|
+
"data-[state=checked]:bg-primary"
|
|
1698
|
+
],
|
|
1699
|
+
"dependencies": [
|
|
1700
|
+
"@radix-ui/react-switch"
|
|
1701
|
+
],
|
|
1702
|
+
"install": [
|
|
1703
|
+
"npx shadcn@latest add switch"
|
|
1704
|
+
],
|
|
1705
|
+
"preview": {
|
|
1706
|
+
"html": "<label class=\"kit-switch-row\"><span>Print mode</span><span class=\"kit-switch\"><i></i></span></label>",
|
|
1707
|
+
"css": ".kit-switch-row{display:flex;justify-content:space-between;align-items:center;font:14px/1.55 Charter, Georgia, Palatino, \"Times New Roman\", serif;color:#141413}.kit-switch{width:36px;height:20px;border-radius:999px;background:#1B365D;padding:2px}.kit-switch i{display:block;width:16px;height:16px;border-radius:50%;background:#FFFFFF;margin-left:16px}"
|
|
1708
|
+
},
|
|
1709
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use only for settings that apply immediately. Use checkbox when submit/confirm is required.",
|
|
1710
|
+
"tailwind": {
|
|
1711
|
+
"classes": [
|
|
1712
|
+
"h-5",
|
|
1713
|
+
"w-9",
|
|
1714
|
+
"rounded-full",
|
|
1715
|
+
"data-[state=checked]:bg-primary"
|
|
1716
|
+
],
|
|
1717
|
+
"theme_tokens": [
|
|
1718
|
+
"--background",
|
|
1719
|
+
"--foreground",
|
|
1720
|
+
"--card",
|
|
1721
|
+
"--primary",
|
|
1722
|
+
"--border",
|
|
1723
|
+
"--ring"
|
|
1724
|
+
]
|
|
1725
|
+
},
|
|
1726
|
+
"shadcn": {
|
|
1727
|
+
"registry_items": [
|
|
1728
|
+
"switch"
|
|
1729
|
+
],
|
|
1730
|
+
"dependencies": [
|
|
1731
|
+
"@radix-ui/react-switch"
|
|
1732
|
+
]
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"Card": {
|
|
1736
|
+
"framework": "shadcn",
|
|
1737
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
1738
|
+
"description": "Editorial paper component for repeated content groups.",
|
|
1739
|
+
"props": [
|
|
1740
|
+
{
|
|
1741
|
+
"name": "title",
|
|
1742
|
+
"type": "string",
|
|
1743
|
+
"description": "Card heading"
|
|
1744
|
+
}
|
|
1745
|
+
],
|
|
1746
|
+
"variants": [
|
|
1747
|
+
"default",
|
|
1748
|
+
"interactive",
|
|
1749
|
+
"selected",
|
|
1750
|
+
"warning"
|
|
1751
|
+
],
|
|
1752
|
+
"states": [
|
|
1753
|
+
"default",
|
|
1754
|
+
"hover",
|
|
1755
|
+
"focus-visible",
|
|
1756
|
+
"selected",
|
|
1757
|
+
"disabled",
|
|
1758
|
+
"loading"
|
|
1759
|
+
],
|
|
1760
|
+
"classes": [
|
|
1761
|
+
"rounded-lg",
|
|
1762
|
+
"border",
|
|
1763
|
+
"bg-card",
|
|
1764
|
+
"p-4",
|
|
1765
|
+
"shadow-sm"
|
|
1766
|
+
],
|
|
1767
|
+
"install": [
|
|
1768
|
+
"npx shadcn@latest add card"
|
|
1769
|
+
],
|
|
1770
|
+
"preview": {
|
|
1771
|
+
"html": "<article class=\"kit-card\"><h3>Chapter note</h3><p>Parchment surface · ink-blue accent · serif hierarchy</p></article>",
|
|
1772
|
+
"css": ".kit-card{border:1px solid #E8E6DC;border-radius:8px;background:#FAF9F5;padding:16px;font:14px/1.55 Charter, Georgia, Palatino, \"Times New Roman\", serif;color:#141413}.kit-card h3{margin:0 0 4px;font-size:16px}.kit-card p{margin:0;color:#6B6A64}"
|
|
1773
|
+
},
|
|
1774
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use for repeated items and compact summaries. Avoid nesting cards inside cards.",
|
|
1775
|
+
"tailwind": {
|
|
1776
|
+
"classes": [
|
|
1777
|
+
"rounded-lg",
|
|
1778
|
+
"border",
|
|
1779
|
+
"bg-card",
|
|
1780
|
+
"p-4",
|
|
1781
|
+
"shadow-sm"
|
|
1782
|
+
],
|
|
1783
|
+
"theme_tokens": [
|
|
1784
|
+
"--background",
|
|
1785
|
+
"--foreground",
|
|
1786
|
+
"--card",
|
|
1787
|
+
"--primary",
|
|
1788
|
+
"--border",
|
|
1789
|
+
"--ring"
|
|
1790
|
+
]
|
|
1791
|
+
},
|
|
1792
|
+
"shadcn": {
|
|
1793
|
+
"registry_items": [
|
|
1794
|
+
"card"
|
|
1795
|
+
],
|
|
1796
|
+
"dependencies": []
|
|
1797
|
+
}
|
|
1798
|
+
},
|
|
1799
|
+
"Dialog": {
|
|
1800
|
+
"framework": "shadcn",
|
|
1801
|
+
"style_system": "Radix Dialog + Tailwind CSS",
|
|
1802
|
+
"description": "Editorial paper component for focused blocking decisions.",
|
|
1803
|
+
"props": [
|
|
1804
|
+
{
|
|
1805
|
+
"name": "open",
|
|
1806
|
+
"type": "boolean",
|
|
1807
|
+
"description": "Dialog visibility"
|
|
1808
|
+
}
|
|
1809
|
+
],
|
|
1810
|
+
"variants": [
|
|
1811
|
+
"default",
|
|
1812
|
+
"confirm",
|
|
1813
|
+
"fullscreen"
|
|
1814
|
+
],
|
|
1815
|
+
"states": [
|
|
1816
|
+
"closed",
|
|
1817
|
+
"opening",
|
|
1818
|
+
"open",
|
|
1819
|
+
"closing"
|
|
1820
|
+
],
|
|
1821
|
+
"classes": [
|
|
1822
|
+
"fixed",
|
|
1823
|
+
"rounded-lg",
|
|
1824
|
+
"border",
|
|
1825
|
+
"bg-background",
|
|
1826
|
+
"shadow-lg"
|
|
1827
|
+
],
|
|
1828
|
+
"dependencies": [
|
|
1829
|
+
"@radix-ui/react-dialog"
|
|
1830
|
+
],
|
|
1831
|
+
"install": [
|
|
1832
|
+
"npx shadcn@latest add dialog"
|
|
1833
|
+
],
|
|
1834
|
+
"preview": {
|
|
1835
|
+
"html": "<section class=\"kit-dialog\"><h3>Export paper package?</h3><p>Review metadata, references, and export format before continuing.</p><button>Continue</button></section>",
|
|
1836
|
+
"css": ".kit-dialog{width:320px;border:1px solid #E8E6DC;border-radius:8px;background:#FAF9F5;color:#141413;padding:18px;font:14px Charter, Georgia, Palatino, \"Times New Roman\", serif;box-shadow:0 4px 24px rgba(20,20,19,.05)}.kit-dialog h3{margin:0 0 6px}.kit-dialog p{color:#6B6A64}.kit-dialog button{height:34px;border:0;border-radius:6px;background:#1B365D;color:#FFFFFF;padding:0 12px}"
|
|
1837
|
+
},
|
|
1838
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use for blocking decisions. Keep destructive confirmations explicit and reversible where possible.",
|
|
1839
|
+
"tailwind": {
|
|
1840
|
+
"classes": [
|
|
1841
|
+
"fixed",
|
|
1842
|
+
"rounded-lg",
|
|
1843
|
+
"border",
|
|
1844
|
+
"bg-background",
|
|
1845
|
+
"shadow-lg"
|
|
1846
|
+
],
|
|
1847
|
+
"theme_tokens": [
|
|
1848
|
+
"--background",
|
|
1849
|
+
"--foreground",
|
|
1850
|
+
"--card",
|
|
1851
|
+
"--primary",
|
|
1852
|
+
"--border",
|
|
1853
|
+
"--ring"
|
|
1854
|
+
]
|
|
1855
|
+
},
|
|
1856
|
+
"shadcn": {
|
|
1857
|
+
"registry_items": [
|
|
1858
|
+
"dialog"
|
|
1859
|
+
],
|
|
1860
|
+
"dependencies": [
|
|
1861
|
+
"@radix-ui/react-dialog"
|
|
1862
|
+
]
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
"DropdownMenu": {
|
|
1866
|
+
"framework": "shadcn",
|
|
1867
|
+
"style_system": "Radix Dropdown Menu + Tailwind CSS",
|
|
1868
|
+
"description": "Editorial paper component for secondary contextual actions.",
|
|
1869
|
+
"props": [
|
|
1870
|
+
{
|
|
1871
|
+
"name": "items",
|
|
1872
|
+
"type": "Array<MenuItem>",
|
|
1873
|
+
"description": "Menu actions"
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
"variants": [
|
|
1877
|
+
"default",
|
|
1878
|
+
"with-icons",
|
|
1879
|
+
"danger-zone"
|
|
1880
|
+
],
|
|
1881
|
+
"states": [
|
|
1882
|
+
"closed",
|
|
1883
|
+
"open",
|
|
1884
|
+
"hover",
|
|
1885
|
+
"focus-visible",
|
|
1886
|
+
"disabled"
|
|
1887
|
+
],
|
|
1888
|
+
"classes": [
|
|
1889
|
+
"min-w-40",
|
|
1890
|
+
"rounded-md",
|
|
1891
|
+
"border",
|
|
1892
|
+
"bg-popover",
|
|
1893
|
+
"p-1"
|
|
1894
|
+
],
|
|
1895
|
+
"dependencies": [
|
|
1896
|
+
"@radix-ui/react-dropdown-menu",
|
|
1897
|
+
"lucide-react"
|
|
1898
|
+
],
|
|
1899
|
+
"install": [
|
|
1900
|
+
"npx shadcn@latest add dropdown-menu"
|
|
1901
|
+
],
|
|
1902
|
+
"preview": {
|
|
1903
|
+
"html": "<div class=\"kit-menu\"><button>Export PDF</button><button>Export</button><button class=\"danger\">Delete</button></div>",
|
|
1904
|
+
"css": ".kit-menu{width:180px;border:1px solid #E8E6DC;border-radius:8px;background:#FAF9F5;padding:4px;font:14px Charter, Georgia, Palatino, \"Times New Roman\", serif;color:#141413}.kit-menu button{display:block;width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:8px;border-radius:6px}.kit-menu .danger{color:#dc2626}"
|
|
1905
|
+
},
|
|
1906
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use for secondary actions. Keep primary actions visible instead of hiding them in a menu.",
|
|
1907
|
+
"tailwind": {
|
|
1908
|
+
"classes": [
|
|
1909
|
+
"min-w-40",
|
|
1910
|
+
"rounded-md",
|
|
1911
|
+
"border",
|
|
1912
|
+
"bg-popover",
|
|
1913
|
+
"p-1"
|
|
1914
|
+
],
|
|
1915
|
+
"theme_tokens": [
|
|
1916
|
+
"--background",
|
|
1917
|
+
"--foreground",
|
|
1918
|
+
"--card",
|
|
1919
|
+
"--primary",
|
|
1920
|
+
"--border",
|
|
1921
|
+
"--ring"
|
|
1922
|
+
]
|
|
1923
|
+
},
|
|
1924
|
+
"shadcn": {
|
|
1925
|
+
"registry_items": [
|
|
1926
|
+
"dropdown-menu"
|
|
1927
|
+
],
|
|
1928
|
+
"dependencies": [
|
|
1929
|
+
"@radix-ui/react-dropdown-menu",
|
|
1930
|
+
"lucide-react"
|
|
1931
|
+
]
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
"Tabs": {
|
|
1935
|
+
"framework": "shadcn",
|
|
1936
|
+
"style_system": "Radix Tabs + Tailwind CSS",
|
|
1937
|
+
"description": "Editorial paper component for peer views in one context.",
|
|
1938
|
+
"props": [
|
|
1939
|
+
{
|
|
1940
|
+
"name": "defaultValue",
|
|
1941
|
+
"type": "string",
|
|
1942
|
+
"description": "Initial active tab"
|
|
1943
|
+
}
|
|
1944
|
+
],
|
|
1945
|
+
"variants": [
|
|
1946
|
+
"default",
|
|
1947
|
+
"compact",
|
|
1948
|
+
"underline"
|
|
1949
|
+
],
|
|
1950
|
+
"states": [
|
|
1951
|
+
"default",
|
|
1952
|
+
"hover",
|
|
1953
|
+
"focus-visible",
|
|
1954
|
+
"active",
|
|
1955
|
+
"disabled"
|
|
1956
|
+
],
|
|
1957
|
+
"classes": [
|
|
1958
|
+
"inline-flex",
|
|
1959
|
+
"rounded-md",
|
|
1960
|
+
"bg-muted",
|
|
1961
|
+
"data-[state=active]:bg-background"
|
|
1962
|
+
],
|
|
1963
|
+
"dependencies": [
|
|
1964
|
+
"@radix-ui/react-tabs"
|
|
1965
|
+
],
|
|
1966
|
+
"install": [
|
|
1967
|
+
"npx shadcn@latest add tabs"
|
|
1968
|
+
],
|
|
1969
|
+
"preview": {
|
|
1970
|
+
"html": "<div class=\"kit-tabs\"><button class=\"active\">Notes</button><button>Components</button><button>Assets</button></div>",
|
|
1971
|
+
"css": ".kit-tabs{display:inline-flex;gap:2px;border-radius:6px;background:#E8E6DC;padding:3px;font:13px Charter, Georgia, Palatino, \"Times New Roman\", serif;color:#141413}.kit-tabs button{border:0;border-radius:6px;background:transparent;color:inherit;padding:7px 10px}.kit-tabs .active{background:#FAF9F5;box-shadow:0 1px 2px rgba(0,0,0,.08)}"
|
|
1972
|
+
},
|
|
1973
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use for equivalent sibling views. Do not use tabs as primary site navigation.",
|
|
1974
|
+
"tailwind": {
|
|
1975
|
+
"classes": [
|
|
1976
|
+
"inline-flex",
|
|
1977
|
+
"rounded-md",
|
|
1978
|
+
"bg-muted",
|
|
1979
|
+
"data-[state=active]:bg-background"
|
|
1980
|
+
],
|
|
1981
|
+
"theme_tokens": [
|
|
1982
|
+
"--background",
|
|
1983
|
+
"--foreground",
|
|
1984
|
+
"--card",
|
|
1985
|
+
"--primary",
|
|
1986
|
+
"--border",
|
|
1987
|
+
"--ring"
|
|
1988
|
+
]
|
|
1989
|
+
},
|
|
1990
|
+
"shadcn": {
|
|
1991
|
+
"registry_items": [
|
|
1992
|
+
"tabs"
|
|
1993
|
+
],
|
|
1994
|
+
"dependencies": [
|
|
1995
|
+
"@radix-ui/react-tabs"
|
|
1996
|
+
]
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
"Table": {
|
|
2000
|
+
"framework": "shadcn",
|
|
2001
|
+
"style_system": "HTML table + Tailwind CSS",
|
|
2002
|
+
"description": "Editorial paper component for structured records.",
|
|
2003
|
+
"props": [
|
|
2004
|
+
{
|
|
2005
|
+
"name": "rows",
|
|
2006
|
+
"type": "Array<Record<string, unknown>>",
|
|
2007
|
+
"description": "Visible rows"
|
|
2008
|
+
}
|
|
2009
|
+
],
|
|
2010
|
+
"variants": [
|
|
2011
|
+
"default",
|
|
2012
|
+
"selectable",
|
|
2013
|
+
"compact",
|
|
2014
|
+
"loading"
|
|
2015
|
+
],
|
|
2016
|
+
"states": [
|
|
2017
|
+
"default",
|
|
2018
|
+
"hover",
|
|
2019
|
+
"focus-visible",
|
|
2020
|
+
"selected",
|
|
2021
|
+
"empty",
|
|
2022
|
+
"loading",
|
|
2023
|
+
"error"
|
|
2024
|
+
],
|
|
2025
|
+
"classes": [
|
|
2026
|
+
"w-full",
|
|
2027
|
+
"text-sm",
|
|
2028
|
+
"border-separate",
|
|
2029
|
+
"border-spacing-0",
|
|
2030
|
+
"data-[selected=true]:bg-muted"
|
|
2031
|
+
],
|
|
2032
|
+
"install": [
|
|
2033
|
+
"npx shadcn@latest add table checkbox"
|
|
2034
|
+
],
|
|
2035
|
+
"preview": {
|
|
2036
|
+
"html": "<table class=\"kit-table\"><thead><tr><th>Name</th><th>Status</th></tr></thead><tbody><tr><td>Reference</td><td>Reviewed</td></tr></tbody></table>",
|
|
2037
|
+
"css": ".kit-table{width:100%;border-collapse:collapse;font:13px Charter, Georgia, Palatino, \"Times New Roman\", serif;color:#141413;background:#FAF9F5}.kit-table th,.kit-table td{border-bottom:1px solid #E8E6DC;padding:10px;text-align:left}.kit-table th{color:#6B6A64;font-weight:700}"
|
|
2038
|
+
},
|
|
2039
|
+
"usage": "Use in document-like experiences where reading quality is the product. Provide loading, empty, error, populated, and edge states for every table.",
|
|
2040
|
+
"tailwind": {
|
|
2041
|
+
"classes": [
|
|
2042
|
+
"w-full",
|
|
2043
|
+
"text-sm",
|
|
2044
|
+
"border-separate",
|
|
2045
|
+
"border-spacing-0",
|
|
2046
|
+
"data-[selected=true]:bg-muted"
|
|
2047
|
+
],
|
|
2048
|
+
"theme_tokens": [
|
|
2049
|
+
"--background",
|
|
2050
|
+
"--foreground",
|
|
2051
|
+
"--card",
|
|
2052
|
+
"--primary",
|
|
2053
|
+
"--border",
|
|
2054
|
+
"--ring"
|
|
2055
|
+
]
|
|
2056
|
+
},
|
|
2057
|
+
"shadcn": {
|
|
2058
|
+
"registry_items": [
|
|
2059
|
+
"table"
|
|
2060
|
+
],
|
|
2061
|
+
"dependencies": []
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
"Badge": {
|
|
2065
|
+
"framework": "shadcn",
|
|
2066
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
2067
|
+
"description": "Editorial paper component for compact metadata.",
|
|
2068
|
+
"props": [
|
|
2069
|
+
{
|
|
2070
|
+
"name": "variant",
|
|
2071
|
+
"type": "default | secondary | outline | destructive | success | warning",
|
|
2072
|
+
"description": "Semantic tone"
|
|
2073
|
+
}
|
|
2074
|
+
],
|
|
2075
|
+
"variants": [
|
|
2076
|
+
"default",
|
|
2077
|
+
"secondary",
|
|
2078
|
+
"outline",
|
|
2079
|
+
"success",
|
|
2080
|
+
"warning",
|
|
2081
|
+
"destructive"
|
|
2082
|
+
],
|
|
2083
|
+
"states": [
|
|
2084
|
+
"default",
|
|
2085
|
+
"hover",
|
|
2086
|
+
"focus-visible",
|
|
2087
|
+
"disabled"
|
|
2088
|
+
],
|
|
2089
|
+
"classes": [
|
|
2090
|
+
"inline-flex",
|
|
2091
|
+
"rounded-md",
|
|
2092
|
+
"px-2",
|
|
2093
|
+
"py-0.5",
|
|
2094
|
+
"text-xs",
|
|
2095
|
+
"font-medium"
|
|
2096
|
+
],
|
|
2097
|
+
"install": [
|
|
2098
|
+
"npx shadcn@latest add badge"
|
|
2099
|
+
],
|
|
2100
|
+
"preview": {
|
|
2101
|
+
"html": "<div class=\"kit-badges\"><span>Reviewed</span><span class=\"warn\">Needs review</span></div>",
|
|
2102
|
+
"css": ".kit-badges{display:flex;gap:6px}.kit-badges span{border-radius:6px;background:#E4ECF5;color:#1B365D;padding:3px 8px;font:600 12px Charter, Georgia, Palatino, \"Times New Roman\", serif}.kit-badges .warn{background:#FEF3C7;color:#9B6829}"
|
|
2103
|
+
},
|
|
2104
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use for metadata, not primary actions. Prefer semantic color names over arbitrary colors.",
|
|
2105
|
+
"tailwind": {
|
|
2106
|
+
"classes": [
|
|
2107
|
+
"inline-flex",
|
|
2108
|
+
"rounded-md",
|
|
2109
|
+
"px-2",
|
|
2110
|
+
"py-0.5",
|
|
2111
|
+
"text-xs",
|
|
2112
|
+
"font-medium"
|
|
2113
|
+
],
|
|
2114
|
+
"theme_tokens": [
|
|
2115
|
+
"--background",
|
|
2116
|
+
"--foreground",
|
|
2117
|
+
"--card",
|
|
2118
|
+
"--primary",
|
|
2119
|
+
"--border",
|
|
2120
|
+
"--ring"
|
|
2121
|
+
]
|
|
2122
|
+
},
|
|
2123
|
+
"shadcn": {
|
|
2124
|
+
"registry_items": [
|
|
2125
|
+
"badge"
|
|
2126
|
+
],
|
|
2127
|
+
"dependencies": []
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
2130
|
+
"Alert": {
|
|
2131
|
+
"framework": "shadcn",
|
|
2132
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
2133
|
+
"description": "Editorial paper component for inline status and validation.",
|
|
2134
|
+
"props": [
|
|
2135
|
+
{
|
|
2136
|
+
"name": "variant",
|
|
2137
|
+
"type": "default | destructive | warning | success",
|
|
2138
|
+
"description": "Alert tone"
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"variants": [
|
|
2142
|
+
"default",
|
|
2143
|
+
"info",
|
|
2144
|
+
"success",
|
|
2145
|
+
"warning",
|
|
2146
|
+
"destructive"
|
|
2147
|
+
],
|
|
2148
|
+
"states": [
|
|
2149
|
+
"default",
|
|
2150
|
+
"focus-visible",
|
|
2151
|
+
"dismissible"
|
|
2152
|
+
],
|
|
2153
|
+
"classes": [
|
|
2154
|
+
"rounded-lg",
|
|
2155
|
+
"border",
|
|
2156
|
+
"p-4",
|
|
2157
|
+
"text-sm"
|
|
2158
|
+
],
|
|
2159
|
+
"install": [
|
|
2160
|
+
"npx shadcn@latest add alert"
|
|
2161
|
+
],
|
|
2162
|
+
"preview": {
|
|
2163
|
+
"html": "<div class=\"kit-alert\"><strong>Missing citation</strong><p>Add a citation before publishing this section.</p></div>",
|
|
2164
|
+
"css": ".kit-alert{border:1px solid #1B365D;border-radius:8px;background:#FAF9F5;color:#141413;padding:12px;font:14px Charter, Georgia, Palatino, \"Times New Roman\", serif}.kit-alert p{margin:4px 0 0;color:#6B6A64}"
|
|
2165
|
+
},
|
|
2166
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use near the relevant task. Keep text actionable and specific.",
|
|
2167
|
+
"tailwind": {
|
|
2168
|
+
"classes": [
|
|
2169
|
+
"rounded-lg",
|
|
2170
|
+
"border",
|
|
2171
|
+
"p-4",
|
|
2172
|
+
"text-sm"
|
|
2173
|
+
],
|
|
2174
|
+
"theme_tokens": [
|
|
2175
|
+
"--background",
|
|
2176
|
+
"--foreground",
|
|
2177
|
+
"--card",
|
|
2178
|
+
"--primary",
|
|
2179
|
+
"--border",
|
|
2180
|
+
"--ring"
|
|
2181
|
+
]
|
|
2182
|
+
},
|
|
2183
|
+
"shadcn": {
|
|
2184
|
+
"registry_items": [
|
|
2185
|
+
"alert"
|
|
2186
|
+
],
|
|
2187
|
+
"dependencies": []
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"Toast": {
|
|
2191
|
+
"framework": "shadcn",
|
|
2192
|
+
"style_system": "Sonner or shadcn Toast + Tailwind CSS",
|
|
2193
|
+
"description": "Editorial paper component for non-blocking feedback.",
|
|
2194
|
+
"props": [
|
|
2195
|
+
{
|
|
2196
|
+
"name": "type",
|
|
2197
|
+
"type": "success | error | info",
|
|
2198
|
+
"description": "Feedback tone"
|
|
2199
|
+
}
|
|
2200
|
+
],
|
|
2201
|
+
"variants": [
|
|
2202
|
+
"success",
|
|
2203
|
+
"error",
|
|
2204
|
+
"info",
|
|
2205
|
+
"loading"
|
|
2206
|
+
],
|
|
2207
|
+
"states": [
|
|
2208
|
+
"enter",
|
|
2209
|
+
"visible",
|
|
2210
|
+
"exit"
|
|
2211
|
+
],
|
|
2212
|
+
"classes": [
|
|
2213
|
+
"rounded-lg",
|
|
2214
|
+
"border",
|
|
2215
|
+
"bg-background",
|
|
2216
|
+
"shadow-md"
|
|
2217
|
+
],
|
|
2218
|
+
"dependencies": [
|
|
2219
|
+
"sonner"
|
|
2220
|
+
],
|
|
2221
|
+
"install": [
|
|
2222
|
+
"npx shadcn@latest add sonner"
|
|
2223
|
+
],
|
|
2224
|
+
"preview": {
|
|
2225
|
+
"html": "<div class=\"kit-toast\"><strong>Saved</strong><span>Editorial draft saved.</span></div>",
|
|
2226
|
+
"css": ".kit-toast{width:260px;border:1px solid #E8E6DC;border-radius:8px;background:#FAF9F5;color:#141413;padding:12px;box-shadow:0 4px 24px rgba(20,20,19,.05);font:13px Charter, Georgia, Palatino, \"Times New Roman\", serif}.kit-toast strong{display:block}.kit-toast span{color:#6B6A64}"
|
|
2227
|
+
},
|
|
2228
|
+
"usage": "Use in document-like experiences where reading quality is the product. Use for confirmation that does not require a decision. Do not hide errors that need correction.",
|
|
2229
|
+
"tailwind": {
|
|
2230
|
+
"classes": [
|
|
2231
|
+
"rounded-lg",
|
|
2232
|
+
"border",
|
|
2233
|
+
"bg-background",
|
|
2234
|
+
"shadow-md"
|
|
2235
|
+
],
|
|
2236
|
+
"theme_tokens": [
|
|
2237
|
+
"--background",
|
|
2238
|
+
"--foreground",
|
|
2239
|
+
"--card",
|
|
2240
|
+
"--primary",
|
|
2241
|
+
"--border",
|
|
2242
|
+
"--ring"
|
|
2243
|
+
]
|
|
2244
|
+
},
|
|
2245
|
+
"shadcn": {
|
|
2246
|
+
"registry_items": [
|
|
2247
|
+
"toast"
|
|
2248
|
+
],
|
|
2249
|
+
"dependencies": [
|
|
2250
|
+
"sonner"
|
|
2251
|
+
]
|
|
2252
|
+
}
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
"guidelines_markdown": "## Principles\n\n- Use warm parchment as the page canvas; avoid pure white and cool gray surfaces.\n- Let serif typography carry hierarchy; keep weights restrained and line-height print-like.\n- Use ink-blue as the only strong accent and keep it below roughly 5 percent of the surface.\n- Prefer hairline rules, table structure, notes, citations, and annotations over decorative cards.\n- Components must support document states: draft, reviewed, cited, exported, and archived.\n\n## Open Design Reference\n\nAdapted from `nexu-io/open-design/design-systems/kami/DESIGN.md`: warm parchment, ink-blue accent, serif-led hierarchy, multilingual document sensibility, and print-safe color restraint.",
|
|
2256
|
+
"skill_markdown": "Use this design system for professional documents, editorial landing pages, course notes, white papers, portfolios, and slide support pages where the artifact should feel like high-quality paper rather than generic SaaS UI.",
|
|
2257
|
+
"export_manifest": {
|
|
2258
|
+
"seed": true,
|
|
2259
|
+
"source": "bluekiwi-open-design-seeds",
|
|
2260
|
+
"adapted_from": {
|
|
2261
|
+
"project": "nexu-io/open-design",
|
|
2262
|
+
"path": "design-systems/kami/DESIGN.md",
|
|
2263
|
+
"license": "MIT"
|
|
2264
|
+
},
|
|
2265
|
+
"component_coverage": [
|
|
2266
|
+
"Button",
|
|
2267
|
+
"Input",
|
|
2268
|
+
"Textarea",
|
|
2269
|
+
"Select",
|
|
2270
|
+
"Checkbox",
|
|
2271
|
+
"RadioGroup",
|
|
2272
|
+
"Switch",
|
|
2273
|
+
"Card",
|
|
2274
|
+
"Dialog",
|
|
2275
|
+
"DropdownMenu",
|
|
2276
|
+
"Tabs",
|
|
2277
|
+
"Table",
|
|
2278
|
+
"Badge",
|
|
2279
|
+
"Alert",
|
|
2280
|
+
"Toast"
|
|
2281
|
+
],
|
|
2282
|
+
"formats": [
|
|
2283
|
+
"design",
|
|
2284
|
+
"skill",
|
|
2285
|
+
"package",
|
|
2286
|
+
"bundle",
|
|
2287
|
+
"adapters"
|
|
2288
|
+
]
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"title": "Dashboard Operations Dark",
|
|
2293
|
+
"slug": "dashboard-operations-dark",
|
|
2294
|
+
"description": "Dark modular operations system for analytics, incident response, monitoring, finance, security, and live operational dashboards, adapted from Open Design dashboard.",
|
|
2295
|
+
"version": "1.0.0",
|
|
2296
|
+
"category": "Dashboard",
|
|
2297
|
+
"surface": "web",
|
|
2298
|
+
"schema": {
|
|
2299
|
+
"version": "1.0",
|
|
2300
|
+
"mediums": [
|
|
2301
|
+
"web",
|
|
2302
|
+
"app"
|
|
2303
|
+
],
|
|
2304
|
+
"archetype": "operations-dashboard-dark",
|
|
2305
|
+
"supports": [
|
|
2306
|
+
"react",
|
|
2307
|
+
"tailwindcss",
|
|
2308
|
+
"shadcn-ui",
|
|
2309
|
+
"html-css",
|
|
2310
|
+
"charts"
|
|
2311
|
+
],
|
|
2312
|
+
"source_reference": {
|
|
2313
|
+
"project": "nexu-io/open-design",
|
|
2314
|
+
"path": "design-systems/dashboard/DESIGN.md",
|
|
2315
|
+
"license": "MIT"
|
|
2316
|
+
},
|
|
2317
|
+
"entrypoints": {
|
|
2318
|
+
"agent_document": "DESIGN.md",
|
|
2319
|
+
"split_tokens": [
|
|
2320
|
+
"tokens/colors.json",
|
|
2321
|
+
"tokens/typography.json",
|
|
2322
|
+
"tokens/components.json"
|
|
2323
|
+
],
|
|
2324
|
+
"implementation": "adapters.json"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"tokens": {
|
|
2328
|
+
"spacing": {
|
|
2329
|
+
"1": 4,
|
|
2330
|
+
"2": 8,
|
|
2331
|
+
"3": 12,
|
|
2332
|
+
"4": 16,
|
|
2333
|
+
"5": 20,
|
|
2334
|
+
"6": 24,
|
|
2335
|
+
"8": 32,
|
|
2336
|
+
"section": 40
|
|
2337
|
+
},
|
|
2338
|
+
"radius": {
|
|
2339
|
+
"control": 8,
|
|
2340
|
+
"card": 8,
|
|
2341
|
+
"popover": 8,
|
|
2342
|
+
"modal": 8
|
|
2343
|
+
},
|
|
2344
|
+
"shadow": {
|
|
2345
|
+
"none": "none",
|
|
2346
|
+
"sm": "0 1px 2px rgba(0,0,0,.06)",
|
|
2347
|
+
"md": "0 16px 40px rgba(0,0,0,.35)"
|
|
2348
|
+
},
|
|
2349
|
+
"motion": {
|
|
2350
|
+
"durationFast": "120ms",
|
|
2351
|
+
"durationBase": "180ms",
|
|
2352
|
+
"easingStandard": "cubic-bezier(.2,.8,.2,1)"
|
|
2353
|
+
},
|
|
2354
|
+
"layout": {
|
|
2355
|
+
"sidebar": 280,
|
|
2356
|
+
"contentMax": 1280,
|
|
2357
|
+
"toolbar": 48
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
"color_tokens": {
|
|
2361
|
+
"background": "#09090B",
|
|
2362
|
+
"foreground": "#FAFAFA",
|
|
2363
|
+
"card": "#111827",
|
|
2364
|
+
"cardForeground": "#FAFAFA",
|
|
2365
|
+
"popover": "#111827",
|
|
2366
|
+
"popoverForeground": "#FAFAFA",
|
|
2367
|
+
"primary": "#0C5CAB",
|
|
2368
|
+
"primaryForeground": "#FFFFFF",
|
|
2369
|
+
"secondary": "#172033",
|
|
2370
|
+
"secondaryForeground": "#DDE7F3",
|
|
2371
|
+
"muted": "#18181B",
|
|
2372
|
+
"mutedForeground": "#A1A1AA",
|
|
2373
|
+
"accent": "#10B981",
|
|
2374
|
+
"accentForeground": "#04130D",
|
|
2375
|
+
"destructive": "#EF4444",
|
|
2376
|
+
"destructiveForeground": "#FFFFFF",
|
|
2377
|
+
"border": "#27272A",
|
|
2378
|
+
"input": "#3F3F46",
|
|
2379
|
+
"ring": "#0C5CAB",
|
|
2380
|
+
"success": "#10B981",
|
|
2381
|
+
"warning": "#F59E0B",
|
|
2382
|
+
"info": "#38BDF8",
|
|
2383
|
+
"badgeBg": "#0B2F24",
|
|
2384
|
+
"badgeText": "#7DD3A9",
|
|
2385
|
+
"alertBg": "#101827"
|
|
2386
|
+
},
|
|
2387
|
+
"typography_tokens": {
|
|
2388
|
+
"display": "IBM Plex Sans, Inter, system-ui, sans-serif",
|
|
2389
|
+
"heading": "IBM Plex Sans, Inter, system-ui, sans-serif",
|
|
2390
|
+
"body": "IBM Plex Sans, Inter, system-ui, sans-serif",
|
|
2391
|
+
"label": "IBM Plex Sans, Inter, system-ui, sans-serif",
|
|
2392
|
+
"caption": "IBM Plex Sans, Inter, system-ui, sans-serif",
|
|
2393
|
+
"mono": "IBM Plex Mono, JetBrains Mono, ui-monospace, monospace",
|
|
2394
|
+
"scale": {
|
|
2395
|
+
"h1": "28px/1.15",
|
|
2396
|
+
"h2": "22px/1.2",
|
|
2397
|
+
"h3": "16px/1.35",
|
|
2398
|
+
"body": "14px/1.55",
|
|
2399
|
+
"caption": "12px/1.45"
|
|
2400
|
+
}
|
|
2401
|
+
},
|
|
2402
|
+
"component_tokens": {
|
|
2403
|
+
"Button": {
|
|
2404
|
+
"framework": "shadcn",
|
|
2405
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
2406
|
+
"description": "Operational dashboard component for clear command actions.",
|
|
2407
|
+
"props": [
|
|
2408
|
+
{
|
|
2409
|
+
"name": "variant",
|
|
2410
|
+
"type": "default | secondary | outline | ghost | destructive",
|
|
2411
|
+
"description": "Visual emphasis"
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"name": "size",
|
|
2415
|
+
"type": "sm | default | lg | icon",
|
|
2416
|
+
"description": "Control density"
|
|
2417
|
+
}
|
|
2418
|
+
],
|
|
2419
|
+
"variants": [
|
|
2420
|
+
"default",
|
|
2421
|
+
"secondary",
|
|
2422
|
+
"outline",
|
|
2423
|
+
"ghost",
|
|
2424
|
+
"destructive",
|
|
2425
|
+
"icon"
|
|
2426
|
+
],
|
|
2427
|
+
"states": [
|
|
2428
|
+
"default",
|
|
2429
|
+
"hover",
|
|
2430
|
+
"focus-visible",
|
|
2431
|
+
"active",
|
|
2432
|
+
"disabled",
|
|
2433
|
+
"loading"
|
|
2434
|
+
],
|
|
2435
|
+
"classes": [
|
|
2436
|
+
"inline-flex",
|
|
2437
|
+
"h-9",
|
|
2438
|
+
"rounded-md",
|
|
2439
|
+
"px-3",
|
|
2440
|
+
"font-medium",
|
|
2441
|
+
"focus-visible:ring-2"
|
|
2442
|
+
],
|
|
2443
|
+
"dependencies": [
|
|
2444
|
+
"@radix-ui/react-slot",
|
|
2445
|
+
"class-variance-authority",
|
|
2446
|
+
"lucide-react"
|
|
2447
|
+
],
|
|
2448
|
+
"install": [
|
|
2449
|
+
"npx shadcn@latest add button"
|
|
2450
|
+
],
|
|
2451
|
+
"preview": {
|
|
2452
|
+
"html": "<div class=\"kit-row\"><button class=\"kit-button\">Run incident scan</button><button class=\"kit-button kit-button-outline\">Cancel</button></div>",
|
|
2453
|
+
"css": ".kit-row{display:flex;gap:8px;align-items:center}.kit-button{height:36px;border:1px solid #0C5CAB;border-radius:8px;background:#0C5CAB;color:#FFFFFF;padding:0 12px;font:600 14px IBM Plex Sans, Inter, system-ui, sans-serif}.kit-button-outline{background:#111827;color:#FAFAFA;border-color:#27272A}"
|
|
2454
|
+
},
|
|
2455
|
+
"react": "import { Button } from \"@/components/ui/button\";\n\nexport function IncidentActions() {\n return <div className=\"flex gap-2\"><Button>Run incident scan</Button><Button variant=\"outline\">Acknowledge</Button></div>;\n}",
|
|
2456
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use one primary button per decision group. Use icon-only buttons only for familiar commands with accessible labels.",
|
|
2457
|
+
"tailwind": {
|
|
2458
|
+
"classes": [
|
|
2459
|
+
"inline-flex",
|
|
2460
|
+
"h-9",
|
|
2461
|
+
"rounded-md",
|
|
2462
|
+
"px-3",
|
|
2463
|
+
"font-medium",
|
|
2464
|
+
"focus-visible:ring-2"
|
|
2465
|
+
],
|
|
2466
|
+
"theme_tokens": [
|
|
2467
|
+
"--background",
|
|
2468
|
+
"--foreground",
|
|
2469
|
+
"--card",
|
|
2470
|
+
"--primary",
|
|
2471
|
+
"--accent",
|
|
2472
|
+
"--border",
|
|
2473
|
+
"--ring"
|
|
2474
|
+
]
|
|
2475
|
+
},
|
|
2476
|
+
"shadcn": {
|
|
2477
|
+
"registry_items": [
|
|
2478
|
+
"button"
|
|
2479
|
+
],
|
|
2480
|
+
"dependencies": [
|
|
2481
|
+
"@radix-ui/react-slot",
|
|
2482
|
+
"class-variance-authority",
|
|
2483
|
+
"lucide-react"
|
|
2484
|
+
]
|
|
2485
|
+
}
|
|
2486
|
+
},
|
|
2487
|
+
"Input": {
|
|
2488
|
+
"framework": "shadcn",
|
|
2489
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
2490
|
+
"description": "Operational dashboard component for single-line fields.",
|
|
2491
|
+
"props": [
|
|
2492
|
+
{
|
|
2493
|
+
"name": "aria-invalid",
|
|
2494
|
+
"type": "boolean",
|
|
2495
|
+
"description": "Marks invalid state"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "placeholder",
|
|
2499
|
+
"type": "string",
|
|
2500
|
+
"description": "Short example value"
|
|
2501
|
+
}
|
|
2502
|
+
],
|
|
2503
|
+
"variants": [
|
|
2504
|
+
"default",
|
|
2505
|
+
"with-icon",
|
|
2506
|
+
"invalid",
|
|
2507
|
+
"readonly"
|
|
2508
|
+
],
|
|
2509
|
+
"states": [
|
|
2510
|
+
"default",
|
|
2511
|
+
"hover",
|
|
2512
|
+
"focus-visible",
|
|
2513
|
+
"disabled",
|
|
2514
|
+
"error"
|
|
2515
|
+
],
|
|
2516
|
+
"classes": [
|
|
2517
|
+
"h-9",
|
|
2518
|
+
"rounded-md",
|
|
2519
|
+
"border",
|
|
2520
|
+
"px-3",
|
|
2521
|
+
"focus-visible:ring-2",
|
|
2522
|
+
"aria-invalid:border-destructive"
|
|
2523
|
+
],
|
|
2524
|
+
"install": [
|
|
2525
|
+
"npx shadcn@latest add input label"
|
|
2526
|
+
],
|
|
2527
|
+
"preview": {
|
|
2528
|
+
"html": "<label class=\"kit-field\"><span>Metric source</span><input class=\"kit-input\" placeholder=\"api.latency.p95\" /></label>",
|
|
2529
|
+
"css": ".kit-field{display:grid;gap:6px;font:600 13px IBM Plex Sans, Inter, system-ui, sans-serif;color:#FAFAFA}.kit-input{height:36px;border:1px solid #27272A;border-radius:8px;background:#111827;color:#FAFAFA;padding:0 10px;font:14px IBM Plex Sans, Inter, system-ui, sans-serif}"
|
|
2530
|
+
},
|
|
2531
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Always include a persistent label. Do not rely on placeholder text as the only label.",
|
|
2532
|
+
"tailwind": {
|
|
2533
|
+
"classes": [
|
|
2534
|
+
"h-9",
|
|
2535
|
+
"rounded-md",
|
|
2536
|
+
"border",
|
|
2537
|
+
"px-3",
|
|
2538
|
+
"focus-visible:ring-2",
|
|
2539
|
+
"aria-invalid:border-destructive"
|
|
2540
|
+
],
|
|
2541
|
+
"theme_tokens": [
|
|
2542
|
+
"--background",
|
|
2543
|
+
"--foreground",
|
|
2544
|
+
"--card",
|
|
2545
|
+
"--primary",
|
|
2546
|
+
"--accent",
|
|
2547
|
+
"--border",
|
|
2548
|
+
"--ring"
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2551
|
+
"shadcn": {
|
|
2552
|
+
"registry_items": [
|
|
2553
|
+
"input"
|
|
2554
|
+
],
|
|
2555
|
+
"dependencies": []
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
"Textarea": {
|
|
2559
|
+
"framework": "shadcn",
|
|
2560
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
2561
|
+
"description": "Operational dashboard component for long-form input.",
|
|
2562
|
+
"props": [
|
|
2563
|
+
{
|
|
2564
|
+
"name": "rows",
|
|
2565
|
+
"type": "number",
|
|
2566
|
+
"description": "Default visible height"
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
"variants": [
|
|
2570
|
+
"default",
|
|
2571
|
+
"invalid",
|
|
2572
|
+
"monospace"
|
|
2573
|
+
],
|
|
2574
|
+
"states": [
|
|
2575
|
+
"default",
|
|
2576
|
+
"hover",
|
|
2577
|
+
"focus-visible",
|
|
2578
|
+
"disabled",
|
|
2579
|
+
"error"
|
|
2580
|
+
],
|
|
2581
|
+
"classes": [
|
|
2582
|
+
"min-h-24",
|
|
2583
|
+
"rounded-md",
|
|
2584
|
+
"border",
|
|
2585
|
+
"p-3",
|
|
2586
|
+
"focus-visible:ring-2"
|
|
2587
|
+
],
|
|
2588
|
+
"install": [
|
|
2589
|
+
"npx shadcn@latest add textarea"
|
|
2590
|
+
],
|
|
2591
|
+
"preview": {
|
|
2592
|
+
"html": "<textarea class=\"kit-textarea\" placeholder=\"Operational context\"></textarea>",
|
|
2593
|
+
"css": ".kit-textarea{width:100%;min-height:96px;border:1px solid #27272A;border-radius:8px;background:#111827;color:#FAFAFA;padding:10px 12px;font:14px/1.5 IBM Plex Sans, Inter, system-ui, sans-serif;resize:vertical}"
|
|
2594
|
+
},
|
|
2595
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use for user-authored content. Keep code or machine values in monospace variant.",
|
|
2596
|
+
"tailwind": {
|
|
2597
|
+
"classes": [
|
|
2598
|
+
"min-h-24",
|
|
2599
|
+
"rounded-md",
|
|
2600
|
+
"border",
|
|
2601
|
+
"p-3",
|
|
2602
|
+
"focus-visible:ring-2"
|
|
2603
|
+
],
|
|
2604
|
+
"theme_tokens": [
|
|
2605
|
+
"--background",
|
|
2606
|
+
"--foreground",
|
|
2607
|
+
"--card",
|
|
2608
|
+
"--primary",
|
|
2609
|
+
"--accent",
|
|
2610
|
+
"--border",
|
|
2611
|
+
"--ring"
|
|
2612
|
+
]
|
|
2613
|
+
},
|
|
2614
|
+
"shadcn": {
|
|
2615
|
+
"registry_items": [
|
|
2616
|
+
"textarea"
|
|
2617
|
+
],
|
|
2618
|
+
"dependencies": []
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
"Select": {
|
|
2622
|
+
"framework": "shadcn",
|
|
2623
|
+
"style_system": "Radix Select + Tailwind CSS",
|
|
2624
|
+
"description": "Operational dashboard component for bounded choices.",
|
|
2625
|
+
"props": [
|
|
2626
|
+
{
|
|
2627
|
+
"name": "options",
|
|
2628
|
+
"type": "Array<{ label: string; value: string }>",
|
|
2629
|
+
"description": "Available choices"
|
|
2630
|
+
}
|
|
2631
|
+
],
|
|
2632
|
+
"variants": [
|
|
2633
|
+
"default",
|
|
2634
|
+
"compact",
|
|
2635
|
+
"invalid"
|
|
2636
|
+
],
|
|
2637
|
+
"states": [
|
|
2638
|
+
"default",
|
|
2639
|
+
"hover",
|
|
2640
|
+
"focus-visible",
|
|
2641
|
+
"open",
|
|
2642
|
+
"disabled",
|
|
2643
|
+
"error"
|
|
2644
|
+
],
|
|
2645
|
+
"classes": [
|
|
2646
|
+
"h-9",
|
|
2647
|
+
"rounded-md",
|
|
2648
|
+
"border",
|
|
2649
|
+
"bg-background",
|
|
2650
|
+
"data-[state=open]:ring-2"
|
|
2651
|
+
],
|
|
2652
|
+
"dependencies": [
|
|
2653
|
+
"@radix-ui/react-select"
|
|
2654
|
+
],
|
|
2655
|
+
"install": [
|
|
2656
|
+
"npx shadcn@latest add select"
|
|
2657
|
+
],
|
|
2658
|
+
"preview": {
|
|
2659
|
+
"html": "<button class=\"kit-select\">Last 24 hours <span>⌄</span></button>",
|
|
2660
|
+
"css": ".kit-select{height:36px;min-width:180px;border:1px solid #27272A;border-radius:8px;background:#111827;color:#FAFAFA;padding:0 10px;display:flex;justify-content:space-between;align-items:center;font:14px IBM Plex Sans, Inter, system-ui, sans-serif}"
|
|
2661
|
+
},
|
|
2662
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use when choices are known and fewer than about 20. Prefer search/combobox for long lists.",
|
|
2663
|
+
"tailwind": {
|
|
2664
|
+
"classes": [
|
|
2665
|
+
"h-9",
|
|
2666
|
+
"rounded-md",
|
|
2667
|
+
"border",
|
|
2668
|
+
"bg-background",
|
|
2669
|
+
"data-[state=open]:ring-2"
|
|
2670
|
+
],
|
|
2671
|
+
"theme_tokens": [
|
|
2672
|
+
"--background",
|
|
2673
|
+
"--foreground",
|
|
2674
|
+
"--card",
|
|
2675
|
+
"--primary",
|
|
2676
|
+
"--accent",
|
|
2677
|
+
"--border",
|
|
2678
|
+
"--ring"
|
|
2679
|
+
]
|
|
2680
|
+
},
|
|
2681
|
+
"shadcn": {
|
|
2682
|
+
"registry_items": [
|
|
2683
|
+
"select"
|
|
2684
|
+
],
|
|
2685
|
+
"dependencies": [
|
|
2686
|
+
"@radix-ui/react-select"
|
|
2687
|
+
]
|
|
2688
|
+
}
|
|
2689
|
+
},
|
|
2690
|
+
"Checkbox": {
|
|
2691
|
+
"framework": "shadcn",
|
|
2692
|
+
"style_system": "Radix Checkbox + Tailwind CSS",
|
|
2693
|
+
"description": "Operational dashboard component for independent options.",
|
|
2694
|
+
"props": [
|
|
2695
|
+
{
|
|
2696
|
+
"name": "checked",
|
|
2697
|
+
"type": "boolean | indeterminate",
|
|
2698
|
+
"description": "Current check state"
|
|
2699
|
+
}
|
|
2700
|
+
],
|
|
2701
|
+
"variants": [
|
|
2702
|
+
"default",
|
|
2703
|
+
"indeterminate",
|
|
2704
|
+
"invalid"
|
|
2705
|
+
],
|
|
2706
|
+
"states": [
|
|
2707
|
+
"default",
|
|
2708
|
+
"hover",
|
|
2709
|
+
"focus-visible",
|
|
2710
|
+
"checked",
|
|
2711
|
+
"indeterminate",
|
|
2712
|
+
"disabled",
|
|
2713
|
+
"error"
|
|
2714
|
+
],
|
|
2715
|
+
"classes": [
|
|
2716
|
+
"size-4",
|
|
2717
|
+
"rounded-sm",
|
|
2718
|
+
"border",
|
|
2719
|
+
"data-[state=checked]:bg-primary"
|
|
2720
|
+
],
|
|
2721
|
+
"dependencies": [
|
|
2722
|
+
"@radix-ui/react-checkbox"
|
|
2723
|
+
],
|
|
2724
|
+
"install": [
|
|
2725
|
+
"npx shadcn@latest add checkbox"
|
|
2726
|
+
],
|
|
2727
|
+
"preview": {
|
|
2728
|
+
"html": "<label class=\"kit-check\"><span class=\"kit-checkbox\">✓</span><span>Show degraded services</span></label>",
|
|
2729
|
+
"css": ".kit-check{display:flex;gap:8px;align-items:center;font:14px IBM Plex Sans, Inter, system-ui, sans-serif;color:#FAFAFA}.kit-checkbox{width:16px;height:16px;border-radius:4px;background:#0C5CAB;color:#FFFFFF;display:grid;place-items:center;font-size:11px}"
|
|
2730
|
+
},
|
|
2731
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use for independent selections. Do not use checkboxes for mutually exclusive choices.",
|
|
2732
|
+
"tailwind": {
|
|
2733
|
+
"classes": [
|
|
2734
|
+
"size-4",
|
|
2735
|
+
"rounded-sm",
|
|
2736
|
+
"border",
|
|
2737
|
+
"data-[state=checked]:bg-primary"
|
|
2738
|
+
],
|
|
2739
|
+
"theme_tokens": [
|
|
2740
|
+
"--background",
|
|
2741
|
+
"--foreground",
|
|
2742
|
+
"--card",
|
|
2743
|
+
"--primary",
|
|
2744
|
+
"--accent",
|
|
2745
|
+
"--border",
|
|
2746
|
+
"--ring"
|
|
2747
|
+
]
|
|
2748
|
+
},
|
|
2749
|
+
"shadcn": {
|
|
2750
|
+
"registry_items": [
|
|
2751
|
+
"checkbox"
|
|
2752
|
+
],
|
|
2753
|
+
"dependencies": [
|
|
2754
|
+
"@radix-ui/react-checkbox"
|
|
2755
|
+
]
|
|
2756
|
+
}
|
|
2757
|
+
},
|
|
2758
|
+
"RadioGroup": {
|
|
2759
|
+
"framework": "shadcn",
|
|
2760
|
+
"style_system": "Radix Radio Group + Tailwind CSS",
|
|
2761
|
+
"description": "Operational dashboard component for exclusive choices.",
|
|
2762
|
+
"props": [
|
|
2763
|
+
{
|
|
2764
|
+
"name": "value",
|
|
2765
|
+
"type": "string",
|
|
2766
|
+
"description": "Selected option"
|
|
2767
|
+
}
|
|
2768
|
+
],
|
|
2769
|
+
"variants": [
|
|
2770
|
+
"default",
|
|
2771
|
+
"card",
|
|
2772
|
+
"segmented"
|
|
2773
|
+
],
|
|
2774
|
+
"states": [
|
|
2775
|
+
"default",
|
|
2776
|
+
"hover",
|
|
2777
|
+
"focus-visible",
|
|
2778
|
+
"checked",
|
|
2779
|
+
"disabled",
|
|
2780
|
+
"error"
|
|
2781
|
+
],
|
|
2782
|
+
"classes": [
|
|
2783
|
+
"grid",
|
|
2784
|
+
"gap-2",
|
|
2785
|
+
"data-[state=checked]:border-primary"
|
|
2786
|
+
],
|
|
2787
|
+
"dependencies": [
|
|
2788
|
+
"@radix-ui/react-radio-group"
|
|
2789
|
+
],
|
|
2790
|
+
"install": [
|
|
2791
|
+
"npx shadcn@latest add radio-group"
|
|
2792
|
+
],
|
|
2793
|
+
"preview": {
|
|
2794
|
+
"html": "<div class=\"kit-radio-group\"><label><span class=\"kit-radio-dot\"></span> Incident view</label><label><span></span> Compare</label></div>",
|
|
2795
|
+
"css": ".kit-radio-group{display:grid;gap:8px;font:14px IBM Plex Sans, Inter, system-ui, sans-serif;color:#FAFAFA}.kit-radio-group label{display:flex;gap:8px;align-items:center}.kit-radio-group span{width:16px;height:16px;border:1px solid #27272A;border-radius:999px}.kit-radio-dot{border:5px solid #0C5CAB!important}"
|
|
2796
|
+
},
|
|
2797
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use when exactly one choice must be selected. Show the recommended option first when appropriate.",
|
|
2798
|
+
"tailwind": {
|
|
2799
|
+
"classes": [
|
|
2800
|
+
"grid",
|
|
2801
|
+
"gap-2",
|
|
2802
|
+
"data-[state=checked]:border-primary"
|
|
2803
|
+
],
|
|
2804
|
+
"theme_tokens": [
|
|
2805
|
+
"--background",
|
|
2806
|
+
"--foreground",
|
|
2807
|
+
"--card",
|
|
2808
|
+
"--primary",
|
|
2809
|
+
"--accent",
|
|
2810
|
+
"--border",
|
|
2811
|
+
"--ring"
|
|
2812
|
+
]
|
|
2813
|
+
},
|
|
2814
|
+
"shadcn": {
|
|
2815
|
+
"registry_items": [
|
|
2816
|
+
"radio-group"
|
|
2817
|
+
],
|
|
2818
|
+
"dependencies": [
|
|
2819
|
+
"@radix-ui/react-radio-group"
|
|
2820
|
+
]
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2823
|
+
"Switch": {
|
|
2824
|
+
"framework": "shadcn",
|
|
2825
|
+
"style_system": "Radix Switch + Tailwind CSS",
|
|
2826
|
+
"description": "Operational dashboard component for immediate preferences.",
|
|
2827
|
+
"props": [
|
|
2828
|
+
{
|
|
2829
|
+
"name": "checked",
|
|
2830
|
+
"type": "boolean",
|
|
2831
|
+
"description": "Current toggle state"
|
|
2832
|
+
}
|
|
2833
|
+
],
|
|
2834
|
+
"variants": [
|
|
2835
|
+
"default",
|
|
2836
|
+
"danger"
|
|
2837
|
+
],
|
|
2838
|
+
"states": [
|
|
2839
|
+
"default",
|
|
2840
|
+
"hover",
|
|
2841
|
+
"focus-visible",
|
|
2842
|
+
"checked",
|
|
2843
|
+
"disabled"
|
|
2844
|
+
],
|
|
2845
|
+
"classes": [
|
|
2846
|
+
"h-5",
|
|
2847
|
+
"w-9",
|
|
2848
|
+
"rounded-full",
|
|
2849
|
+
"data-[state=checked]:bg-primary"
|
|
2850
|
+
],
|
|
2851
|
+
"dependencies": [
|
|
2852
|
+
"@radix-ui/react-switch"
|
|
2853
|
+
],
|
|
2854
|
+
"install": [
|
|
2855
|
+
"npx shadcn@latest add switch"
|
|
2856
|
+
],
|
|
2857
|
+
"preview": {
|
|
2858
|
+
"html": "<label class=\"kit-switch-row\"><span>Live refresh</span><span class=\"kit-switch\"><i></i></span></label>",
|
|
2859
|
+
"css": ".kit-switch-row{display:flex;justify-content:space-between;align-items:center;font:14px IBM Plex Sans, Inter, system-ui, sans-serif;color:#FAFAFA}.kit-switch{width:36px;height:20px;border-radius:999px;background:#0C5CAB;padding:2px}.kit-switch i{display:block;width:16px;height:16px;border-radius:50%;background:#FFFFFF;margin-left:16px}"
|
|
2860
|
+
},
|
|
2861
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use only for settings that apply immediately. Use checkbox when submit/confirm is required.",
|
|
2862
|
+
"tailwind": {
|
|
2863
|
+
"classes": [
|
|
2864
|
+
"h-5",
|
|
2865
|
+
"w-9",
|
|
2866
|
+
"rounded-full",
|
|
2867
|
+
"data-[state=checked]:bg-primary"
|
|
2868
|
+
],
|
|
2869
|
+
"theme_tokens": [
|
|
2870
|
+
"--background",
|
|
2871
|
+
"--foreground",
|
|
2872
|
+
"--card",
|
|
2873
|
+
"--primary",
|
|
2874
|
+
"--accent",
|
|
2875
|
+
"--border",
|
|
2876
|
+
"--ring"
|
|
2877
|
+
]
|
|
2878
|
+
},
|
|
2879
|
+
"shadcn": {
|
|
2880
|
+
"registry_items": [
|
|
2881
|
+
"switch"
|
|
2882
|
+
],
|
|
2883
|
+
"dependencies": [
|
|
2884
|
+
"@radix-ui/react-switch"
|
|
2885
|
+
]
|
|
2886
|
+
}
|
|
2887
|
+
},
|
|
2888
|
+
"Card": {
|
|
2889
|
+
"framework": "shadcn",
|
|
2890
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
2891
|
+
"description": "Operational dashboard component for repeated content groups.",
|
|
2892
|
+
"props": [
|
|
2893
|
+
{
|
|
2894
|
+
"name": "title",
|
|
2895
|
+
"type": "string",
|
|
2896
|
+
"description": "Card heading"
|
|
2897
|
+
}
|
|
2898
|
+
],
|
|
2899
|
+
"variants": [
|
|
2900
|
+
"default",
|
|
2901
|
+
"interactive",
|
|
2902
|
+
"selected",
|
|
2903
|
+
"warning"
|
|
2904
|
+
],
|
|
2905
|
+
"states": [
|
|
2906
|
+
"default",
|
|
2907
|
+
"hover",
|
|
2908
|
+
"focus-visible",
|
|
2909
|
+
"selected",
|
|
2910
|
+
"disabled",
|
|
2911
|
+
"loading"
|
|
2912
|
+
],
|
|
2913
|
+
"classes": [
|
|
2914
|
+
"rounded-lg",
|
|
2915
|
+
"border",
|
|
2916
|
+
"bg-card",
|
|
2917
|
+
"p-4",
|
|
2918
|
+
"shadow-sm"
|
|
2919
|
+
],
|
|
2920
|
+
"install": [
|
|
2921
|
+
"npx shadcn@latest add card"
|
|
2922
|
+
],
|
|
2923
|
+
"preview": {
|
|
2924
|
+
"html": "<article class=\"kit-card\"><h3>Pipeline health</h3><p>KPI strip · event feed · retention grid · live alerts</p></article>",
|
|
2925
|
+
"css": ".kit-card{border:1px solid #27272A;border-radius:8px;background:#111827;padding:16px;font:14px IBM Plex Sans, Inter, system-ui, sans-serif;color:#FAFAFA}.kit-card h3{margin:0 0 4px;font-size:16px}.kit-card p{margin:0;color:#A1A1AA}"
|
|
2926
|
+
},
|
|
2927
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use for repeated items and compact summaries. Avoid nesting cards inside cards.",
|
|
2928
|
+
"tailwind": {
|
|
2929
|
+
"classes": [
|
|
2930
|
+
"rounded-lg",
|
|
2931
|
+
"border",
|
|
2932
|
+
"bg-card",
|
|
2933
|
+
"p-4",
|
|
2934
|
+
"shadow-sm"
|
|
2935
|
+
],
|
|
2936
|
+
"theme_tokens": [
|
|
2937
|
+
"--background",
|
|
2938
|
+
"--foreground",
|
|
2939
|
+
"--card",
|
|
2940
|
+
"--primary",
|
|
2941
|
+
"--accent",
|
|
2942
|
+
"--border",
|
|
2943
|
+
"--ring"
|
|
2944
|
+
]
|
|
2945
|
+
},
|
|
2946
|
+
"shadcn": {
|
|
2947
|
+
"registry_items": [
|
|
2948
|
+
"card"
|
|
2949
|
+
],
|
|
2950
|
+
"dependencies": []
|
|
2951
|
+
}
|
|
2952
|
+
},
|
|
2953
|
+
"Dialog": {
|
|
2954
|
+
"framework": "shadcn",
|
|
2955
|
+
"style_system": "Radix Dialog + Tailwind CSS",
|
|
2956
|
+
"description": "Operational dashboard component for focused blocking decisions.",
|
|
2957
|
+
"props": [
|
|
2958
|
+
{
|
|
2959
|
+
"name": "open",
|
|
2960
|
+
"type": "boolean",
|
|
2961
|
+
"description": "Dialog visibility"
|
|
2962
|
+
}
|
|
2963
|
+
],
|
|
2964
|
+
"variants": [
|
|
2965
|
+
"default",
|
|
2966
|
+
"confirm",
|
|
2967
|
+
"fullscreen"
|
|
2968
|
+
],
|
|
2969
|
+
"states": [
|
|
2970
|
+
"closed",
|
|
2971
|
+
"opening",
|
|
2972
|
+
"open",
|
|
2973
|
+
"closing"
|
|
2974
|
+
],
|
|
2975
|
+
"classes": [
|
|
2976
|
+
"fixed",
|
|
2977
|
+
"rounded-lg",
|
|
2978
|
+
"border",
|
|
2979
|
+
"bg-background",
|
|
2980
|
+
"shadow-lg"
|
|
2981
|
+
],
|
|
2982
|
+
"dependencies": [
|
|
2983
|
+
"@radix-ui/react-dialog"
|
|
2984
|
+
],
|
|
2985
|
+
"install": [
|
|
2986
|
+
"npx shadcn@latest add dialog"
|
|
2987
|
+
],
|
|
2988
|
+
"preview": {
|
|
2989
|
+
"html": "<section class=\"kit-dialog\"><h3>Escalate alert?</h3><p>This action notifies the incident channel and records an audit event.</p><button>Continue</button></section>",
|
|
2990
|
+
"css": ".kit-dialog{width:320px;border:1px solid #27272A;border-radius:8px;background:#111827;color:#FAFAFA;padding:18px;font:14px IBM Plex Sans, Inter, system-ui, sans-serif;box-shadow:0 16px 40px rgba(0,0,0,.35)}.kit-dialog h3{margin:0 0 6px}.kit-dialog p{color:#A1A1AA}.kit-dialog button{height:34px;border:0;border-radius:8px;background:#0C5CAB;color:#FFFFFF;padding:0 12px}"
|
|
2991
|
+
},
|
|
2992
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use for blocking decisions. Keep destructive confirmations explicit and reversible where possible.",
|
|
2993
|
+
"tailwind": {
|
|
2994
|
+
"classes": [
|
|
2995
|
+
"fixed",
|
|
2996
|
+
"rounded-lg",
|
|
2997
|
+
"border",
|
|
2998
|
+
"bg-background",
|
|
2999
|
+
"shadow-lg"
|
|
3000
|
+
],
|
|
3001
|
+
"theme_tokens": [
|
|
3002
|
+
"--background",
|
|
3003
|
+
"--foreground",
|
|
3004
|
+
"--card",
|
|
3005
|
+
"--primary",
|
|
3006
|
+
"--accent",
|
|
3007
|
+
"--border",
|
|
3008
|
+
"--ring"
|
|
3009
|
+
]
|
|
3010
|
+
},
|
|
3011
|
+
"shadcn": {
|
|
3012
|
+
"registry_items": [
|
|
3013
|
+
"dialog"
|
|
3014
|
+
],
|
|
3015
|
+
"dependencies": [
|
|
3016
|
+
"@radix-ui/react-dialog"
|
|
3017
|
+
]
|
|
3018
|
+
}
|
|
3019
|
+
},
|
|
3020
|
+
"DropdownMenu": {
|
|
3021
|
+
"framework": "shadcn",
|
|
3022
|
+
"style_system": "Radix Dropdown Menu + Tailwind CSS",
|
|
3023
|
+
"description": "Operational dashboard component for secondary contextual actions.",
|
|
3024
|
+
"props": [
|
|
3025
|
+
{
|
|
3026
|
+
"name": "items",
|
|
3027
|
+
"type": "Array<MenuItem>",
|
|
3028
|
+
"description": "Menu actions"
|
|
3029
|
+
}
|
|
3030
|
+
],
|
|
3031
|
+
"variants": [
|
|
3032
|
+
"default",
|
|
3033
|
+
"with-icons",
|
|
3034
|
+
"danger-zone"
|
|
3035
|
+
],
|
|
3036
|
+
"states": [
|
|
3037
|
+
"closed",
|
|
3038
|
+
"open",
|
|
3039
|
+
"hover",
|
|
3040
|
+
"focus-visible",
|
|
3041
|
+
"disabled"
|
|
3042
|
+
],
|
|
3043
|
+
"classes": [
|
|
3044
|
+
"min-w-40",
|
|
3045
|
+
"rounded-md",
|
|
3046
|
+
"border",
|
|
3047
|
+
"bg-popover",
|
|
3048
|
+
"p-1"
|
|
3049
|
+
],
|
|
3050
|
+
"dependencies": [
|
|
3051
|
+
"@radix-ui/react-dropdown-menu",
|
|
3052
|
+
"lucide-react"
|
|
3053
|
+
],
|
|
3054
|
+
"install": [
|
|
3055
|
+
"npx shadcn@latest add dropdown-menu"
|
|
3056
|
+
],
|
|
3057
|
+
"preview": {
|
|
3058
|
+
"html": "<div class=\"kit-menu\"><button>Acknowledge</button><button>Export</button><button class=\"danger\">Delete</button></div>",
|
|
3059
|
+
"css": ".kit-menu{width:180px;border:1px solid #27272A;border-radius:8px;background:#111827;padding:4px;font:14px IBM Plex Sans, Inter, system-ui, sans-serif;color:#FAFAFA}.kit-menu button{display:block;width:100%;border:0;background:transparent;color:inherit;text-align:left;padding:8px;border-radius:8px}.kit-menu .danger{color:#dc2626}"
|
|
3060
|
+
},
|
|
3061
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use for secondary actions. Keep primary actions visible instead of hiding them in a menu.",
|
|
3062
|
+
"tailwind": {
|
|
3063
|
+
"classes": [
|
|
3064
|
+
"min-w-40",
|
|
3065
|
+
"rounded-md",
|
|
3066
|
+
"border",
|
|
3067
|
+
"bg-popover",
|
|
3068
|
+
"p-1"
|
|
3069
|
+
],
|
|
3070
|
+
"theme_tokens": [
|
|
3071
|
+
"--background",
|
|
3072
|
+
"--foreground",
|
|
3073
|
+
"--card",
|
|
3074
|
+
"--primary",
|
|
3075
|
+
"--accent",
|
|
3076
|
+
"--border",
|
|
3077
|
+
"--ring"
|
|
3078
|
+
]
|
|
3079
|
+
},
|
|
3080
|
+
"shadcn": {
|
|
3081
|
+
"registry_items": [
|
|
3082
|
+
"dropdown-menu"
|
|
3083
|
+
],
|
|
3084
|
+
"dependencies": [
|
|
3085
|
+
"@radix-ui/react-dropdown-menu",
|
|
3086
|
+
"lucide-react"
|
|
3087
|
+
]
|
|
3088
|
+
}
|
|
3089
|
+
},
|
|
3090
|
+
"Tabs": {
|
|
3091
|
+
"framework": "shadcn",
|
|
3092
|
+
"style_system": "Radix Tabs + Tailwind CSS",
|
|
3093
|
+
"description": "Operational dashboard component for peer views in one context.",
|
|
3094
|
+
"props": [
|
|
3095
|
+
{
|
|
3096
|
+
"name": "defaultValue",
|
|
3097
|
+
"type": "string",
|
|
3098
|
+
"description": "Initial active tab"
|
|
3099
|
+
}
|
|
3100
|
+
],
|
|
3101
|
+
"variants": [
|
|
3102
|
+
"default",
|
|
3103
|
+
"compact",
|
|
3104
|
+
"underline"
|
|
3105
|
+
],
|
|
3106
|
+
"states": [
|
|
3107
|
+
"default",
|
|
3108
|
+
"hover",
|
|
3109
|
+
"focus-visible",
|
|
3110
|
+
"active",
|
|
3111
|
+
"disabled"
|
|
3112
|
+
],
|
|
3113
|
+
"classes": [
|
|
3114
|
+
"inline-flex",
|
|
3115
|
+
"rounded-md",
|
|
3116
|
+
"bg-muted",
|
|
3117
|
+
"data-[state=active]:bg-background"
|
|
3118
|
+
],
|
|
3119
|
+
"dependencies": [
|
|
3120
|
+
"@radix-ui/react-tabs"
|
|
3121
|
+
],
|
|
3122
|
+
"install": [
|
|
3123
|
+
"npx shadcn@latest add tabs"
|
|
3124
|
+
],
|
|
3125
|
+
"preview": {
|
|
3126
|
+
"html": "<div class=\"kit-tabs\"><button class=\"active\">Services</button><button>Components</button><button>Assets</button></div>",
|
|
3127
|
+
"css": ".kit-tabs{display:inline-flex;gap:2px;border-radius:8px;background:#18181B;padding:3px;font:13px IBM Plex Sans, Inter, system-ui, sans-serif;color:#FAFAFA}.kit-tabs button{border:0;border-radius:8px;background:transparent;color:inherit;padding:7px 10px}.kit-tabs .active{background:#111827;box-shadow:0 1px 2px rgba(0,0,0,.08)}"
|
|
3128
|
+
},
|
|
3129
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use for equivalent sibling views. Do not use tabs as primary site navigation.",
|
|
3130
|
+
"tailwind": {
|
|
3131
|
+
"classes": [
|
|
3132
|
+
"inline-flex",
|
|
3133
|
+
"rounded-md",
|
|
3134
|
+
"bg-muted",
|
|
3135
|
+
"data-[state=active]:bg-background"
|
|
3136
|
+
],
|
|
3137
|
+
"theme_tokens": [
|
|
3138
|
+
"--background",
|
|
3139
|
+
"--foreground",
|
|
3140
|
+
"--card",
|
|
3141
|
+
"--primary",
|
|
3142
|
+
"--accent",
|
|
3143
|
+
"--border",
|
|
3144
|
+
"--ring"
|
|
3145
|
+
]
|
|
3146
|
+
},
|
|
3147
|
+
"shadcn": {
|
|
3148
|
+
"registry_items": [
|
|
3149
|
+
"tabs"
|
|
3150
|
+
],
|
|
3151
|
+
"dependencies": [
|
|
3152
|
+
"@radix-ui/react-tabs"
|
|
3153
|
+
]
|
|
3154
|
+
}
|
|
3155
|
+
},
|
|
3156
|
+
"Table": {
|
|
3157
|
+
"framework": "shadcn",
|
|
3158
|
+
"style_system": "HTML table + Tailwind CSS",
|
|
3159
|
+
"description": "Operational dashboard component for structured records.",
|
|
3160
|
+
"props": [
|
|
3161
|
+
{
|
|
3162
|
+
"name": "rows",
|
|
3163
|
+
"type": "Array<Record<string, unknown>>",
|
|
3164
|
+
"description": "Visible rows"
|
|
3165
|
+
}
|
|
3166
|
+
],
|
|
3167
|
+
"variants": [
|
|
3168
|
+
"default",
|
|
3169
|
+
"selectable",
|
|
3170
|
+
"compact",
|
|
3171
|
+
"loading"
|
|
3172
|
+
],
|
|
3173
|
+
"states": [
|
|
3174
|
+
"default",
|
|
3175
|
+
"hover",
|
|
3176
|
+
"focus-visible",
|
|
3177
|
+
"selected",
|
|
3178
|
+
"empty",
|
|
3179
|
+
"loading",
|
|
3180
|
+
"error"
|
|
3181
|
+
],
|
|
3182
|
+
"classes": [
|
|
3183
|
+
"w-full",
|
|
3184
|
+
"text-sm",
|
|
3185
|
+
"border-separate",
|
|
3186
|
+
"border-spacing-0",
|
|
3187
|
+
"data-[selected=true]:bg-muted"
|
|
3188
|
+
],
|
|
3189
|
+
"install": [
|
|
3190
|
+
"npx shadcn@latest add table checkbox"
|
|
3191
|
+
],
|
|
3192
|
+
"preview": {
|
|
3193
|
+
"html": "<table class=\"kit-table\"><thead><tr><th>Name</th><th>Status</th></tr></thead><tbody><tr><td>Auth API</td><td>Healthy</td></tr></tbody></table>",
|
|
3194
|
+
"css": ".kit-table{width:100%;border-collapse:collapse;font:13px IBM Plex Sans, Inter, system-ui, sans-serif;color:#FAFAFA;background:#111827}.kit-table th,.kit-table td{border-bottom:1px solid #27272A;padding:10px;text-align:left}.kit-table th{color:#A1A1AA;font-weight:700}"
|
|
3195
|
+
},
|
|
3196
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Provide loading, empty, error, populated, and edge states for every table.",
|
|
3197
|
+
"tailwind": {
|
|
3198
|
+
"classes": [
|
|
3199
|
+
"w-full",
|
|
3200
|
+
"text-sm",
|
|
3201
|
+
"border-separate",
|
|
3202
|
+
"border-spacing-0",
|
|
3203
|
+
"data-[selected=true]:bg-muted"
|
|
3204
|
+
],
|
|
3205
|
+
"theme_tokens": [
|
|
3206
|
+
"--background",
|
|
3207
|
+
"--foreground",
|
|
3208
|
+
"--card",
|
|
3209
|
+
"--primary",
|
|
3210
|
+
"--accent",
|
|
3211
|
+
"--border",
|
|
3212
|
+
"--ring"
|
|
3213
|
+
]
|
|
3214
|
+
},
|
|
3215
|
+
"shadcn": {
|
|
3216
|
+
"registry_items": [
|
|
3217
|
+
"table"
|
|
3218
|
+
],
|
|
3219
|
+
"dependencies": []
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
"Badge": {
|
|
3223
|
+
"framework": "shadcn",
|
|
3224
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
3225
|
+
"description": "Operational dashboard component for compact metadata.",
|
|
3226
|
+
"props": [
|
|
3227
|
+
{
|
|
3228
|
+
"name": "variant",
|
|
3229
|
+
"type": "default | secondary | outline | destructive | success | warning",
|
|
3230
|
+
"description": "Semantic tone"
|
|
3231
|
+
}
|
|
3232
|
+
],
|
|
3233
|
+
"variants": [
|
|
3234
|
+
"default",
|
|
3235
|
+
"secondary",
|
|
3236
|
+
"outline",
|
|
3237
|
+
"success",
|
|
3238
|
+
"warning",
|
|
3239
|
+
"destructive"
|
|
3240
|
+
],
|
|
3241
|
+
"states": [
|
|
3242
|
+
"default",
|
|
3243
|
+
"hover",
|
|
3244
|
+
"focus-visible",
|
|
3245
|
+
"disabled"
|
|
3246
|
+
],
|
|
3247
|
+
"classes": [
|
|
3248
|
+
"inline-flex",
|
|
3249
|
+
"rounded-md",
|
|
3250
|
+
"px-2",
|
|
3251
|
+
"py-0.5",
|
|
3252
|
+
"text-xs",
|
|
3253
|
+
"font-medium"
|
|
3254
|
+
],
|
|
3255
|
+
"install": [
|
|
3256
|
+
"npx shadcn@latest add badge"
|
|
3257
|
+
],
|
|
3258
|
+
"preview": {
|
|
3259
|
+
"html": "<div class=\"kit-badges\"><span>Healthy</span><span class=\"warn\">Needs review</span></div>",
|
|
3260
|
+
"css": ".kit-badges{display:flex;gap:6px}.kit-badges span{border-radius:8px;background:#0B2F24;color:#7DD3A9;padding:3px 8px;font:600 12px IBM Plex Sans, Inter, system-ui, sans-serif}.kit-badges .warn{background:#FEF3C7;color:#F59E0B}"
|
|
3261
|
+
},
|
|
3262
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use for metadata, not primary actions. Prefer semantic color names over arbitrary colors.",
|
|
3263
|
+
"tailwind": {
|
|
3264
|
+
"classes": [
|
|
3265
|
+
"inline-flex",
|
|
3266
|
+
"rounded-md",
|
|
3267
|
+
"px-2",
|
|
3268
|
+
"py-0.5",
|
|
3269
|
+
"text-xs",
|
|
3270
|
+
"font-medium"
|
|
3271
|
+
],
|
|
3272
|
+
"theme_tokens": [
|
|
3273
|
+
"--background",
|
|
3274
|
+
"--foreground",
|
|
3275
|
+
"--card",
|
|
3276
|
+
"--primary",
|
|
3277
|
+
"--accent",
|
|
3278
|
+
"--border",
|
|
3279
|
+
"--ring"
|
|
3280
|
+
]
|
|
3281
|
+
},
|
|
3282
|
+
"shadcn": {
|
|
3283
|
+
"registry_items": [
|
|
3284
|
+
"badge"
|
|
3285
|
+
],
|
|
3286
|
+
"dependencies": []
|
|
3287
|
+
}
|
|
3288
|
+
},
|
|
3289
|
+
"Alert": {
|
|
3290
|
+
"framework": "shadcn",
|
|
3291
|
+
"style_system": "shadcn/ui + Tailwind CSS",
|
|
3292
|
+
"description": "Operational dashboard component for inline status and validation.",
|
|
3293
|
+
"props": [
|
|
3294
|
+
{
|
|
3295
|
+
"name": "variant",
|
|
3296
|
+
"type": "default | destructive | warning | success",
|
|
3297
|
+
"description": "Alert tone"
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
3300
|
+
"variants": [
|
|
3301
|
+
"default",
|
|
3302
|
+
"info",
|
|
3303
|
+
"success",
|
|
3304
|
+
"warning",
|
|
3305
|
+
"destructive"
|
|
3306
|
+
],
|
|
3307
|
+
"states": [
|
|
3308
|
+
"default",
|
|
3309
|
+
"focus-visible",
|
|
3310
|
+
"dismissible"
|
|
3311
|
+
],
|
|
3312
|
+
"classes": [
|
|
3313
|
+
"rounded-lg",
|
|
3314
|
+
"border",
|
|
3315
|
+
"p-4",
|
|
3316
|
+
"text-sm"
|
|
3317
|
+
],
|
|
3318
|
+
"install": [
|
|
3319
|
+
"npx shadcn@latest add alert"
|
|
3320
|
+
],
|
|
3321
|
+
"preview": {
|
|
3322
|
+
"html": "<div class=\"kit-alert\"><strong>Latency spike</strong><p>p95 latency is above threshold in us-east-1.</p></div>",
|
|
3323
|
+
"css": ".kit-alert{border:1px solid #0C5CAB;border-radius:8px;background:#101827;color:#FAFAFA;padding:12px;font:14px IBM Plex Sans, Inter, system-ui, sans-serif}.kit-alert p{margin:4px 0 0;color:#A1A1AA}"
|
|
3324
|
+
},
|
|
3325
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use near the relevant task. Keep text actionable and specific.",
|
|
3326
|
+
"tailwind": {
|
|
3327
|
+
"classes": [
|
|
3328
|
+
"rounded-lg",
|
|
3329
|
+
"border",
|
|
3330
|
+
"p-4",
|
|
3331
|
+
"text-sm"
|
|
3332
|
+
],
|
|
3333
|
+
"theme_tokens": [
|
|
3334
|
+
"--background",
|
|
3335
|
+
"--foreground",
|
|
3336
|
+
"--card",
|
|
3337
|
+
"--primary",
|
|
3338
|
+
"--accent",
|
|
3339
|
+
"--border",
|
|
3340
|
+
"--ring"
|
|
3341
|
+
]
|
|
3342
|
+
},
|
|
3343
|
+
"shadcn": {
|
|
3344
|
+
"registry_items": [
|
|
3345
|
+
"alert"
|
|
3346
|
+
],
|
|
3347
|
+
"dependencies": []
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3350
|
+
"Toast": {
|
|
3351
|
+
"framework": "shadcn",
|
|
3352
|
+
"style_system": "Sonner or shadcn Toast + Tailwind CSS",
|
|
3353
|
+
"description": "Operational dashboard component for non-blocking feedback.",
|
|
3354
|
+
"props": [
|
|
3355
|
+
{
|
|
3356
|
+
"name": "type",
|
|
3357
|
+
"type": "success | error | info",
|
|
3358
|
+
"description": "Feedback tone"
|
|
3359
|
+
}
|
|
3360
|
+
],
|
|
3361
|
+
"variants": [
|
|
3362
|
+
"success",
|
|
3363
|
+
"error",
|
|
3364
|
+
"info",
|
|
3365
|
+
"loading"
|
|
3366
|
+
],
|
|
3367
|
+
"states": [
|
|
3368
|
+
"enter",
|
|
3369
|
+
"visible",
|
|
3370
|
+
"exit"
|
|
3371
|
+
],
|
|
3372
|
+
"classes": [
|
|
3373
|
+
"rounded-lg",
|
|
3374
|
+
"border",
|
|
3375
|
+
"bg-background",
|
|
3376
|
+
"shadow-md"
|
|
3377
|
+
],
|
|
3378
|
+
"dependencies": [
|
|
3379
|
+
"sonner"
|
|
3380
|
+
],
|
|
3381
|
+
"install": [
|
|
3382
|
+
"npx shadcn@latest add sonner"
|
|
3383
|
+
],
|
|
3384
|
+
"preview": {
|
|
3385
|
+
"html": "<div class=\"kit-toast\"><strong>Alert acknowledged</strong><span>Incident timeline updated.</span></div>",
|
|
3386
|
+
"css": ".kit-toast{width:260px;border:1px solid #27272A;border-radius:8px;background:#111827;color:#FAFAFA;padding:12px;box-shadow:0 16px 40px rgba(0,0,0,.35);font:13px IBM Plex Sans, Inter, system-ui, sans-serif}.kit-toast strong{display:block}.kit-toast span{color:#A1A1AA}"
|
|
3387
|
+
},
|
|
3388
|
+
"usage": "Use in data-dense consoles where state, severity, and recency must be visible. Use for confirmation that does not require a decision. Do not hide errors that need correction.",
|
|
3389
|
+
"tailwind": {
|
|
3390
|
+
"classes": [
|
|
3391
|
+
"rounded-lg",
|
|
3392
|
+
"border",
|
|
3393
|
+
"bg-background",
|
|
3394
|
+
"shadow-md"
|
|
3395
|
+
],
|
|
3396
|
+
"theme_tokens": [
|
|
3397
|
+
"--background",
|
|
3398
|
+
"--foreground",
|
|
3399
|
+
"--card",
|
|
3400
|
+
"--primary",
|
|
3401
|
+
"--accent",
|
|
3402
|
+
"--border",
|
|
3403
|
+
"--ring"
|
|
3404
|
+
]
|
|
3405
|
+
},
|
|
3406
|
+
"shadcn": {
|
|
3407
|
+
"registry_items": [
|
|
3408
|
+
"toast"
|
|
3409
|
+
],
|
|
3410
|
+
"dependencies": [
|
|
3411
|
+
"sonner"
|
|
3412
|
+
]
|
|
3413
|
+
}
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"guidelines_markdown": "## Principles\n\n- Prioritize operational clarity: status, severity, recency, trend, owner, and next action.\n- Use dark surfaces to reduce dashboard glare, but keep contrast measurable and labels readable.\n- Reserve blue for navigation/primary commands and green for healthy/success signals.\n- Every chart, table, and feed needs loading, empty, stale, error, and degraded states.\n- Keep the interface dense, aligned, and scannable; avoid decorative dashboard chrome.\n\n## Open Design Reference\n\nAdapted from `nexu-io/open-design/design-systems/dashboard/DESIGN.md`: dark cloud-platform dashboard language, modular grids, strong data hierarchy, and explicit interaction states.",
|
|
3417
|
+
"skill_markdown": "Use this design system for analytics dashboards, monitoring consoles, finance and security operations, incident review rooms, and live control panels where dense status interpretation matters.",
|
|
3418
|
+
"export_manifest": {
|
|
3419
|
+
"seed": true,
|
|
3420
|
+
"source": "bluekiwi-open-design-seeds",
|
|
3421
|
+
"adapted_from": {
|
|
3422
|
+
"project": "nexu-io/open-design",
|
|
3423
|
+
"path": "design-systems/dashboard/DESIGN.md",
|
|
3424
|
+
"license": "MIT"
|
|
3425
|
+
},
|
|
3426
|
+
"component_coverage": [
|
|
3427
|
+
"Button",
|
|
3428
|
+
"Input",
|
|
3429
|
+
"Textarea",
|
|
3430
|
+
"Select",
|
|
3431
|
+
"Checkbox",
|
|
3432
|
+
"RadioGroup",
|
|
3433
|
+
"Switch",
|
|
3434
|
+
"Card",
|
|
3435
|
+
"Dialog",
|
|
3436
|
+
"DropdownMenu",
|
|
3437
|
+
"Tabs",
|
|
3438
|
+
"Table",
|
|
3439
|
+
"Badge",
|
|
3440
|
+
"Alert",
|
|
3441
|
+
"Toast"
|
|
3442
|
+
],
|
|
3443
|
+
"formats": [
|
|
3444
|
+
"design",
|
|
3445
|
+
"skill",
|
|
3446
|
+
"package",
|
|
3447
|
+
"bundle",
|
|
3448
|
+
"adapters"
|
|
3449
|
+
]
|
|
3450
|
+
}
|
|
3451
|
+
}
|
|
3452
|
+
]
|