Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
439 changes: 25 additions & 414 deletions DESIGN.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/app/src/styleguide/Styleguide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function Styleguide(): JSX.Element {

<Section
title="Colour"
description="Intent, never a value. The shadcn preset's own vocabulary, plus VisionSet's four justified extensions. Every caption is LIGHT_THEME's value for that name."
description="Intent, never a value. The shadcn preset's own vocabulary, plus the foundation's brand and VisionSet's four justified extensions. Every caption is LIGHT_THEME's value for that name."
>
<div className="flex flex-col gap-5">
<div className="flex flex-col gap-2">
Expand Down
13 changes: 0 additions & 13 deletions frontend/ui-core/components.json

This file was deleted.

13 changes: 3 additions & 10 deletions frontend/ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"build": "tsc -p tsconfig.build.json",
"test": "vitest run",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "eslint src && pnpm run typecheck",
"shadcn:add": "bash ../../scripts/shadcn_add.sh"
"lint": "eslint src && pnpm run typecheck"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
Expand All @@ -44,20 +43,14 @@
"vitest": "^4.1.11"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@fontsource-variable/geist": "^5.3.0",
"@robomous/ui-core": "^0.1.0",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-virtual": "^3.14.10",
"@visionset/annotator": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.32.0",
"openapi-fetch": "^0.17.0",
"radix-ui": "^1.6.7",
"shadcn": "^4.19.0",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
"sonner": "^2.0.8"
},
"peerDependencies": {
"react": ">=19",
Expand Down
13 changes: 0 additions & 13 deletions frontend/ui-core/shadcn/README.md

This file was deleted.

76 changes: 0 additions & 76 deletions frontend/ui-core/shadcn/alert.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions frontend/ui-core/shadcn/badge.tsx

This file was deleted.

67 changes: 0 additions & 67 deletions frontend/ui-core/shadcn/button.tsx

This file was deleted.

103 changes: 0 additions & 103 deletions frontend/ui-core/shadcn/card.tsx

This file was deleted.

Loading
Loading