Commit a43b445
feat: migrate shadcn components to radix-ui v4 conventions
- Add inline-start/end CSS classes to tooltip, popover, hover-card,
dropdown-menu, context-menu, menubar, and select components for RTL support
- Migrate all @radix-ui/react-* individual imports to unified radix-ui package
- Update package.json to use radix-ui instead of 27 individual @radix-ui packages
- Update command.tsx to derive DialogProps from Dialog namespace
- Migrate custom components (button-group, field, item, mobile-dialog-content)
- Update shadcn-components.json registry metadata
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 7f7a189 commit a43b445
File tree
39 files changed
+557
-228
lines changed- packages/components
- src
- custom
- ui
39 files changed
+557
-228
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 41 | | |
69 | 42 | | |
70 | 43 | | |
| |||
73 | 46 | | |
74 | 47 | | |
75 | 48 | | |
| 49 | + | |
76 | 50 | | |
77 | 51 | | |
78 | 52 | | |
| |||
0 commit comments