Skip to content
Open
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
2 changes: 0 additions & 2 deletions DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,11 @@ import {
| `Switch` | Form | `switch` | — | Stable |
| `Textarea` | Form | `textarea` | — | Stable |
| `Calendar` | Form | `calendar` | — | Stable |
| `InputOtp` | Form | `input-otp` | — | Stable |
| `Slider` | Form | `slider` | — | Stable |
| `CodeEditor` | Form | — | Monaco editor, theme-aware | Stable |
| `Dialog` | Overlay | `dialog` | — | Stable |
| `AlertDialog` | Overlay | `alert-dialog` | — | Stable |
| `Sheet` | Overlay | `sheet` | — | Stable |
| `Drawer` | Overlay | `drawer` | — | Stable |
| `Tooltip` | Overlay | `tooltip` | — | Stable |
| `HoverCard` | Overlay | `hover-card` | — | Stable |
| `Command` | Overlay | `command` | Command palette / search | Stable |
Expand Down
3 changes: 0 additions & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,8 @@ These shadcn components are new additions with no prior equivalent:
| `ComboBox` | Searchable select |
| `Command` | Command palette (cmdk) |
| `ContextMenu` | Right-click menus |
| `Drawer` | Bottom sheet drawer |
| `HoverCard` | Hover info cards |
| `InputGroup` | Input with addons |
| `InputOTP` | OTP code input |
| `Item` | Generic list item |
| `KBD` | Keyboard shortcut display |
| `NavigationMenu` | Navigation menus |
Expand Down Expand Up @@ -208,7 +206,6 @@ The following exports no longer exist:
- `embla-carousel-react` — Carousel
- `react-day-picker` + `date-fns` — Calendar
- `react-resizable-panels` — Resizable layouts
- `vaul` — Drawer component

### Removed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Dark mode is supported via the `.dark` class on a parent element. See [THEMING.m

shadcn/ui components built on Radix UI with Tailwind CSS and CVA variants:

Accordion, Alert, AlertDialog, AspectRatio, Avatar, Badge, Breadcrumb, Button, ButtonGroup, Calendar, Card, Carousel, Checkbox, CodeEditor, Collapsible, ComboBox, Command, ContextMenu, Dialog, Drawer, DropdownMenu, Field, HoverCard, Input, InputGroup, InputOTP, Item, KBD, Label, MenuBar, NavigationMenu, RadioGroup, ResizablePanel, ScrollArea, Select, Separator, Sheet, Sidebar, Skeleton, Slider, Sonner, Spinner, Switch, Table, Tabs, Textarea, TetraScience Icon, Toggle, ToggleGroup, Tooltip
Accordion, Alert, AlertDialog, AspectRatio, Avatar, Badge, Breadcrumb, Button, ButtonGroup, Calendar, Card, Carousel, Checkbox, CodeEditor, Collapsible, ComboBox, Command, ContextMenu, Dialog, DropdownMenu, Field, HoverCard, Input, InputGroup, Item, KBD, Label, MenuBar, NavigationMenu, RadioGroup, ResizablePanel, ScrollArea, Select, Separator, Sheet, Sidebar, Skeleton, Slider, Sonner, Spinner, Switch, Table, Tabs, Textarea, TetraScience Icon, Toggle, ToggleGroup, Tooltip

### Composed Components (`composed/`)

Expand Down
6 changes: 6 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
export default {
extends: ["@commitlint/config-conventional"],
rules: {
// Allow JIRA-key-prefixed subjects (e.g. "feat: SW-1234 Add validation"),
// which the default subject-case rule rejects as start-case. Matches the
// commit convention documented in AGENTS.md.
"subject-case": [0],
},
};
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.577.0",
Comment thread
owilliams-tetrascience marked this conversation as resolved.
"monaco-editor": "^0.52.2",
"motion": "^12.38.0",
Expand All @@ -145,8 +144,7 @@
"streamdown": "^2.5.0",
"tailwind-merge": "^3.5.0",
"tokenlens": "^1.3.1",
"use-stick-to-bottom": "^1.1.3",
"vaul": "^1.1.2"
"use-stick-to-bottom": "^1.1.3"
},
"peerDependencies": {
"@aws-sdk/client-athena": "^3.0.0",
Expand Down
12 changes: 0 additions & 12 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@
"registryDependencies": ["button"],
"files": [{ "path": "src/components/ui/dialog.tsx", "type": "registry:ui" }]
},
{
"name": "drawer",
"type": "registry:ui",
"dependencies": ["vaul"],
"files": [{ "path": "src/components/ui/drawer.tsx", "type": "registry:ui" }]
},
{
"name": "dropdown-menu",
"type": "registry:ui",
Expand Down Expand Up @@ -163,12 +157,6 @@
"registryDependencies": ["button", "input", "textarea"],
"files": [{ "path": "src/components/ui/input-group.tsx", "type": "registry:ui" }]
},
{
"name": "input-otp",
"type": "registry:ui",
"dependencies": ["input-otp", "lucide-react"],
"files": [{ "path": "src/components/ui/input-otp.tsx", "type": "registry:ui" }]
},
{
"name": "item",
"type": "registry:ui",
Expand Down
167 changes: 0 additions & 167 deletions src/components/ui/drawer.stories.tsx

This file was deleted.

131 changes: 0 additions & 131 deletions src/components/ui/drawer.tsx

This file was deleted.

Loading
Loading