|
1 | 1 | exports.componentsList = [ |
2 | | - { label: "Accordion", path: "/components/accordion", status: "Ready" }, |
3 | | - { label: "Alert", path: "/components/alert", status: "Ready" }, |
| 2 | + { label: "Accordion", path: "/components/accordion", status: "ready" }, |
| 3 | + { label: "Alert", path: "/components/alert", status: "ready" }, |
4 | 4 | { |
5 | 5 | label: "Application Layout", |
6 | 6 | path: "/components/application-layout", |
7 | | - status: "Ready", |
| 7 | + status: "ready", |
8 | 8 | }, |
9 | 9 | { |
10 | 10 | label: "Badge", |
11 | 11 | path: "/components/badge", |
12 | | - status: "Experimental", |
| 12 | + status: "experimental", |
13 | 13 | }, |
14 | | - { label: "Bleed", path: "/components/bleed", status: "Ready" }, |
15 | | - { label: "Box", path: "/components/box", status: "Deprecated" }, |
| 14 | + { label: "Bleed", path: "/components/bleed", status: "ready" }, |
| 15 | + { label: "Box", path: "/components/box", status: "deprecated" }, |
16 | 16 | { |
17 | 17 | label: "Bulleted List", |
18 | 18 | path: "/components/bulleted-list", |
19 | | - status: "Ready", |
| 19 | + status: "ready", |
20 | 20 | }, |
21 | | - { label: "Button", path: "/components/button", status: "Ready" }, |
22 | | - { label: "Card", path: "/components/card", status: "Ready" }, |
23 | | - { label: "Checkbox", path: "/components/checkbox", status: "Ready" }, |
24 | | - { label: "Chip", path: "/components/chip", status: "Ready" }, |
25 | | - { label: "Container", path: "/components/container", status: "Experimental" }, |
26 | | - { label: "Date Input", path: "/components/date-input", status: "Ready" }, |
27 | | - { label: "Dialog", path: "/components/dialog", status: "Ready" }, |
28 | | - { label: "Divider", path: "/components/divider", status: "Experimental" }, |
29 | | - { label: "Dropdown", path: "/components/dropdown", status: "Ready" }, |
30 | | - { label: "File Input", path: "/components/file-input", status: "Ready" }, |
31 | | - { label: "Flex", path: "/components/flex", status: "Ready" }, |
32 | | - { label: "Footer", path: "/components/footer", status: "Ready" }, |
33 | | - { label: "Grid", path: "/components/grid", status: "Ready" }, |
34 | | - { label: "Header", path: "/components/header", status: "Ready" }, |
35 | | - { label: "Heading", path: "/components/heading", status: "Ready" }, |
36 | | - { label: "Image", path: "/components/image", status: "Experimental" }, |
37 | | - { label: "Inset", path: "/components/inset", status: "Ready" }, |
38 | | - { label: "Link", path: "/components/link", status: "Ready" }, |
39 | | - { label: "Nav Tabs", path: "/components/nav-tabs", status: "Ready" }, |
40 | | - { label: "Number Input", path: "/components/number-input", status: "Ready" }, |
41 | | - { label: "Paginator", path: "/components/paginator", status: "Ready" }, |
42 | | - { label: "Paragraph", path: "/components/paragraph", status: "Ready" }, |
| 21 | + { label: "Button", path: "/components/button", status: "ready" }, |
| 22 | + { label: "Card", path: "/components/card", status: "ready" }, |
| 23 | + { label: "Checkbox", path: "/components/checkbox", status: "ready" }, |
| 24 | + { label: "Chip", path: "/components/chip", status: "ready" }, |
| 25 | + { label: "Container", path: "/components/container", status: "experimental" }, |
| 26 | + { label: "Date Input", path: "/components/date-input", status: "ready" }, |
| 27 | + { label: "Dialog", path: "/components/dialog", status: "ready" }, |
| 28 | + { label: "Divider", path: "/components/divider", status: "experimental" }, |
| 29 | + { label: "Dropdown", path: "/components/dropdown", status: "ready" }, |
| 30 | + { label: "File Input", path: "/components/file-input", status: "ready" }, |
| 31 | + { label: "Flex", path: "/components/flex", status: "ready" }, |
| 32 | + { label: "Footer", path: "/components/footer", status: "ready" }, |
| 33 | + { label: "Grid", path: "/components/grid", status: "ready" }, |
| 34 | + { label: "Header", path: "/components/header", status: "ready" }, |
| 35 | + { label: "Heading", path: "/components/heading", status: "ready" }, |
| 36 | + { label: "Image", path: "/components/image", status: "experimental" }, |
| 37 | + { label: "Inset", path: "/components/inset", status: "ready" }, |
| 38 | + { label: "Link", path: "/components/link", status: "ready" }, |
| 39 | + { label: "Nav Tabs", path: "/components/nav-tabs", status: "ready" }, |
| 40 | + { label: "Number Input", path: "/components/number-input", status: "ready" }, |
| 41 | + { label: "Paginator", path: "/components/paginator", status: "ready" }, |
| 42 | + { label: "Paragraph", path: "/components/paragraph", status: "ready" }, |
43 | 43 | { |
44 | 44 | label: "Password Input", |
45 | 45 | path: "/components/password-input", |
46 | | - status: "Ready", |
| 46 | + status: "ready", |
47 | 47 | }, |
48 | | - { label: "Progress Bar", path: "/components/progress-bar", status: "Ready" }, |
49 | | - { label: "Quick Nav", path: "/components/quick-nav", status: "Ready" }, |
50 | | - { label: "Radio Group", path: "/components/radio-group", status: "Ready" }, |
| 48 | + { label: "Progress Bar", path: "/components/progress-bar", status: "ready" }, |
| 49 | + { label: "Quick Nav", path: "/components/quick-nav", status: "ready" }, |
| 50 | + { label: "Radio Group", path: "/components/radio-group", status: "ready" }, |
51 | 51 | { |
52 | 52 | label: "Resultset Table", |
53 | 53 | path: "/components/resultset-table", |
54 | | - status: "Ready", |
| 54 | + status: "ready", |
55 | 55 | }, |
56 | | - { label: "Select", path: "/components/select", status: "Ready" }, |
57 | | - { label: "Sidenav", path: "/components/sidenav", status: "Ready" }, |
58 | | - { label: "Slider", path: "/components/slider", status: "Ready" }, |
59 | | - { label: "Spinner", path: "/components/spinner", status: "Ready" }, |
60 | | - { label: "Status Light", path: "/components/status-light", status: "Experimental" }, |
61 | | - { label: "Switch", path: "/components/switch", status: "Ready" }, |
62 | | - { label: "Table", path: "/components/table", status: "Ready" }, |
63 | | - { label: "Tabs", path: "/components/tabs", status: "Ready" }, |
64 | | - { label: "Tag", path: "/components/tag", status: "Ready" }, |
65 | | - { label: "Text Input", path: "/components/text-input", status: "Ready" }, |
66 | | - { label: "Textarea", path: "/components/textarea", status: "Ready" }, |
67 | | - { label: "Toggle Group", path: "/components/toggle-group", status: "Ready" }, |
68 | | - { label: "Typography", path: "/components/typography", status: "Ready" }, |
69 | | - { label: "Wizard", path: "/components/wizard", status: "Ready" }, |
| 56 | + { label: "Select", path: "/components/select", status: "ready" }, |
| 57 | + { label: "Sidenav", path: "/components/sidenav", status: "ready" }, |
| 58 | + { label: "Slider", path: "/components/slider", status: "ready" }, |
| 59 | + { label: "Spinner", path: "/components/spinner", status: "ready" }, |
| 60 | + { |
| 61 | + label: "Status Light", |
| 62 | + path: "/components/status-light", |
| 63 | + status: "experimental", |
| 64 | + }, |
| 65 | + { label: "Switch", path: "/components/switch", status: "ready" }, |
| 66 | + { label: "Table", path: "/components/table", status: "ready" }, |
| 67 | + { label: "Tabs", path: "/components/tabs", status: "ready" }, |
| 68 | + { label: "Tag", path: "/components/tag", status: "ready" }, |
| 69 | + { label: "Text Input", path: "/components/text-input", status: "ready" }, |
| 70 | + { label: "Textarea", path: "/components/textarea", status: "ready" }, |
| 71 | + { label: "Toggle Group", path: "/components/toggle-group", status: "ready" }, |
| 72 | + { label: "Typography", path: "/components/typography", status: "ready" }, |
| 73 | + { label: "Wizard", path: "/components/wizard", status: "ready" }, |
70 | 74 | ]; |
0 commit comments