@@ -21,59 +21,59 @@ export const componentConfig: {
2121 accordion : {
2222 name : "accordion" ,
2323 dependencies : [ "@radix-ui/react-accordion" , "lucide-react" ] ,
24- filePath : "packages /ui/Accordions/Accordion.tsx" ,
24+ filePath : "components /ui/Accordions/Accordion.tsx" ,
2525 } ,
2626 alert : {
2727 name : "alert" ,
28- filePath : "packages /ui/Alerts/Alert.tsx" ,
28+ filePath : "components /ui/Alerts/Alert.tsx" ,
2929 } ,
3030 avatar : {
3131 name : "avatar" ,
32- filePath : "packages /ui/Avatars/Avatar.tsx" ,
32+ filePath : "components /ui/Avatars/Avatar.tsx" ,
3333 } ,
3434 badge : {
3535 name : "badge" ,
36- filePath : "packages /ui/Badges/Badge.tsx" ,
36+ filePath : "components /ui/Badges/Badge.tsx" ,
3737 } ,
3838 button : {
3939 name : "button" ,
40- filePath : "packages /ui/Buttons/Button.tsx" ,
40+ filePath : "components /ui/Buttons/Button.tsx" ,
4141 } ,
4242 card : {
4343 name : "card" ,
44- filePath : "packages /ui/Cards/Card.tsx" ,
44+ filePath : "components /ui/Cards/Card.tsx" ,
4545 } ,
4646 checkbox : {
4747 name : "checkbox" ,
48- filePath : "packages /ui/Form/Checkbox.tsx" ,
48+ filePath : "components /ui/Form/Checkbox.tsx" ,
4949 } ,
5050 dialog : {
5151 name : "dialog" ,
52- filePath : "packages /ui/Dialog/Dialog.tsx" ,
52+ filePath : "components /ui/Dialog/Dialog.tsx" ,
5353 } ,
5454 input : {
5555 name : "input" ,
56- filePath : "packages /ui/Form/Input.tsx" ,
56+ filePath : "components /ui/Form/Input.tsx" ,
5757 } ,
5858 menu : {
5959 name : "menu" ,
60- filePath : "packages /ui/Menu/Menu.tsx" ,
60+ filePath : "components /ui/Menu/Menu.tsx" ,
6161 } ,
6262 radio : {
6363 name : "radio" ,
64- filePath : "packages /ui/Form/Radio.tsx" ,
64+ filePath : "components /ui/Form/Radio.tsx" ,
6565 } ,
6666 select : {
6767 name : "select" ,
68- filePath : "packages /ui/Form/Select.tsx" ,
68+ filePath : "components /ui/Form/Select.tsx" ,
6969 } ,
7070 switch : {
7171 name : "switch" ,
72- filePath : "packages /ui/Form/Switch.tsx" ,
72+ filePath : "components /ui/Form/Switch.tsx" ,
7373 } ,
7474 text : {
7575 name : "text" ,
76- filePath : "packages /ui/Text/Text.tsx" ,
76+ filePath : "components /ui/Text/Text.tsx" ,
7777 } ,
7878 } ,
7979 examples : {
0 commit comments