|
1 | 1 | { |
2 | 2 | "data": { |
3 | 3 | "next": { |
4 | | - "components": [ |
5 | | - { |
6 | | - "description": "New component", |
7 | | - "label": "Cart", |
8 | | - "range": [0, 0.60] |
9 | | - }, |
10 | | - { |
11 | | - "description": "New component", |
12 | | - "label": "Menu", |
13 | | - "range": [0, 0.5] |
14 | | - }, |
15 | | - { |
16 | | - "description": "Icon choice", |
17 | | - "label": "Tag - v3", |
18 | | - "range": [0.3, 0.8] |
19 | | - }, |
20 | | - { |
21 | | - "description": "Add animation", |
22 | | - "label": "Toaster - v2", |
23 | | - "range": [0.6, 1] |
24 | | - } |
25 | | - ], |
26 | | - "recipes": [ |
27 | | - { |
28 | | - "description": "New Recipe", |
29 | | - "label": "Dashboard Card", |
30 | | - "range": [0, 0.5] |
31 | | - } |
32 | | - ], |
33 | | - "others": [ |
34 | | - { |
35 | | - "description": "Functional documentation", |
36 | | - "label": "Form", |
37 | | - "range": [0.20, 0.60] |
38 | | - }, |
39 | | - { |
40 | | - "description": "Functional documentation", |
41 | | - "label": "Charts", |
42 | | - "range": [0.60, 1] |
43 | | - } |
44 | | - ] |
45 | | - }, |
46 | | - "n+2": { |
47 | 4 | "components": [ |
48 | 5 | { |
49 | 6 | "description": "New component", |
|
78 | 35 | "range": [0, 0.5] |
79 | 36 | } |
80 | 37 | ], |
81 | | - "others": [ |
82 | | - { |
83 | | - "description": "", |
84 | | - "label": "Theme revamp", |
85 | | - "range": [0, 1] |
86 | | - } |
87 | | - ] |
| 38 | + "others": [] |
88 | 39 | }, |
89 | | - "n+3": { |
| 40 | + "n+2": { |
90 | 41 | "components": [ |
91 | 42 | { |
92 | 43 | "description": "New component", |
|
95 | 46 | }, |
96 | 47 | { |
97 | 48 | "description": "New component", |
98 | | - "label": "Autocomplete", |
99 | | - "range": [0, 0.4] |
| 49 | + "label": "Command", |
| 50 | + "range": [0.2, 0.6] |
100 | 51 | }, |
101 | 52 | { |
102 | | - "description": "New component", |
103 | | - "label": "Command", |
104 | | - "range": [0.4, 0.8] |
| 53 | + "label": "Progress Tracker", |
| 54 | + "description": "New Component", |
| 55 | + "range": [0.6, 1] |
105 | 56 | }, |
106 | 57 | { |
107 | | - "description": "New component", |
108 | | - "label": "Tags List", |
| 58 | + "label": "Timeline", |
| 59 | + "description": "New Component", |
109 | 60 | "range": [0.6, 1] |
110 | 61 | } |
111 | 62 | ], |
|
123 | 74 | "range": [0, 0.5] |
124 | 75 | } |
125 | 76 | ] |
| 77 | + }, |
| 78 | + "n+3": { |
| 79 | + "components": [ |
| 80 | + { |
| 81 | + "label": "Tags List", |
| 82 | + "description": "New Component", |
| 83 | + "range": [0, 0.4] |
| 84 | + }, |
| 85 | + { |
| 86 | + "label": "Code Editor", |
| 87 | + "description": "New Component", |
| 88 | + "range": [0, 0.4] |
| 89 | + } |
| 90 | + ], |
| 91 | + "recipes": [ |
| 92 | + { |
| 93 | + "label": "New Recipes", |
| 94 | + "description": "Hero, Slider, etc.", |
| 95 | + "range": [0, 0.4] |
| 96 | + } |
| 97 | + ], |
| 98 | + "others": [] |
126 | 99 | } |
127 | 100 | }, |
128 | 101 | "releases": [ |
129 | | - { "label": "Next release", "value": "next" }, |
130 | | - { "label": "Release n+2", "value": "n+2" }, |
131 | | - { "label": "Release n+3", "value": "n+3" } |
| 102 | + { |
| 103 | + "label": "Next release", |
| 104 | + "value": "next" |
| 105 | + }, |
| 106 | + { |
| 107 | + "label": "Release n+2", |
| 108 | + "value": "n+2" |
| 109 | + }, |
| 110 | + { |
| 111 | + "label": "Release n+3", |
| 112 | + "value": "n+3" |
| 113 | + } |
132 | 114 | ], |
133 | 115 | "sections": [ |
134 | | - { "label": "Components", "value": "components" }, |
135 | | - { "label": "Recipes", "value": "recipes" }, |
136 | | - { "label": "Others", "value": "others" } |
| 116 | + { |
| 117 | + "label": "Components", |
| 118 | + "value": "components" |
| 119 | + }, |
| 120 | + { |
| 121 | + "label": "Recipes", |
| 122 | + "value": "recipes" |
| 123 | + }, |
| 124 | + { |
| 125 | + "label": "Others", |
| 126 | + "value": "others" |
| 127 | + } |
137 | 128 | ] |
138 | 129 | } |
0 commit comments