|
1 | 1 | {
|
2 | 2 | "componentsRoot": "src/components",
|
3 | 3 | "components": [
|
| 4 | + { |
| 5 | + "displayName": "Accordion", |
| 6 | + "type": "accordion", |
| 7 | + "componentFolder": "accordion", |
| 8 | + "files": ["accordion.tsx"] |
| 9 | + }, |
| 10 | + { |
| 11 | + "displayName": "Alert", |
| 12 | + "type": "alert", |
| 13 | + "componentFolder": "alert", |
| 14 | + "files": ["alert.tsx"] |
| 15 | + }, |
| 16 | + { |
| 17 | + "displayName": "Badge", |
| 18 | + "type": "badge", |
| 19 | + "componentFolder": "badge", |
| 20 | + "files": ["badge.tsx"] |
| 21 | + }, |
4 | 22 | {
|
5 | 23 | "displayName": "Button",
|
6 | 24 | "type": "button",
|
7 | 25 | "componentFolder": "button",
|
8 | 26 | "files": ["button.tsx"]
|
9 | 27 | },
|
10 | 28 | {
|
11 |
| - "displayName": "Input", |
12 |
| - "type": "input", |
13 |
| - "componentFolder": "input", |
14 |
| - "files": ["input.tsx"] |
| 29 | + "displayName": "Card", |
| 30 | + "type": "card", |
| 31 | + "componentFolder": "card", |
| 32 | + "files": ["card.tsx"] |
| 33 | + }, |
| 34 | + { |
| 35 | + "displayName": "Checkbox", |
| 36 | + "type": "checkbox", |
| 37 | + "componentFolder": "checkbox", |
| 38 | + "files": ["checkbox.tsx"] |
| 39 | + }, |
| 40 | + { |
| 41 | + "displayName": "Combobox", |
| 42 | + "type": "combobox", |
| 43 | + "componentFolder": "combobox", |
| 44 | + "files": ["combobox.tsx"] |
| 45 | + }, |
| 46 | + { |
| 47 | + "displayName": "Label", |
| 48 | + "type": "label", |
| 49 | + "componentFolder": "label", |
| 50 | + "files": ["label.tsx"] |
| 51 | + }, |
| 52 | + { |
| 53 | + "displayName": "Modal", |
| 54 | + "type": "modal", |
| 55 | + "componentFolder": "modal", |
| 56 | + "files": ["modal.tsx"] |
| 57 | + }, |
| 58 | + { |
| 59 | + "displayName": "Popover", |
| 60 | + "type": "popover", |
| 61 | + "componentFolder": "popover", |
| 62 | + "files": ["popover.tsx"] |
| 63 | + }, |
| 64 | + { |
| 65 | + "displayName": "Radio Group", |
| 66 | + "type": "radio-group", |
| 67 | + "componentFolder": "radio-group", |
| 68 | + "files": ["radio-group.tsx"] |
| 69 | + }, |
| 70 | + { |
| 71 | + "displayName": "Separator", |
| 72 | + "type": "separator", |
| 73 | + "componentFolder": "separator", |
| 74 | + "files": ["separator.tsx"] |
| 75 | + }, |
| 76 | + { |
| 77 | + "displayName": "Skeleton", |
| 78 | + "type": "skeleton", |
| 79 | + "componentFolder": "skeleton", |
| 80 | + "files": ["skeleton.tsx"] |
| 81 | + }, |
| 82 | + { |
| 83 | + "displayName": "Tabs", |
| 84 | + "type": "tabs", |
| 85 | + "componentFolder": "tabs", |
| 86 | + "files": ["tabs.tsx"] |
| 87 | + }, |
| 88 | + { |
| 89 | + "displayName": "Textarea", |
| 90 | + "type": "textarea", |
| 91 | + "componentFolder": "textarea", |
| 92 | + "files": ["textarea.tsx"] |
15 | 93 | }
|
16 | 94 | ]
|
17 | 95 | }
|
0 commit comments