|
1 | 1 | {
|
2 | 2 | "$schema": "http://json-schema.org/draft-07/schema#",
|
3 | 3 | "definitions": {
|
4 |
| - "AppBarCenterProps": { |
5 |
| - "properties": { |
6 |
| - "align": { |
7 |
| - "description": "Sets the center component's alignment styles.", |
8 |
| - "type": "string" |
9 |
| - }, |
10 |
| - "base": { |
11 |
| - "description": "Sets the center component's base styles.", |
12 |
| - "type": "string" |
13 |
| - }, |
14 |
| - "children": { |
15 |
| - "$ref": "#/definitions/React.ReactNode" |
16 |
| - }, |
17 |
| - "classes": { |
18 |
| - "description": "Provide arbitrary CSS classes to the center component.", |
19 |
| - "type": "string" |
20 |
| - }, |
21 |
| - "padding": { |
22 |
| - "description": "Sets the center component's padding styles.", |
23 |
| - "type": "string" |
24 |
| - } |
25 |
| - }, |
26 |
| - "propertyOrder": [ |
27 |
| - "base", |
28 |
| - "align", |
29 |
| - "padding", |
30 |
| - "classes", |
31 |
| - "children" |
32 |
| - ], |
33 |
| - "type": "object" |
34 |
| - }, |
35 | 4 | "AppBarHeadlineProps": {
|
36 | 5 | "properties": {
|
37 | 6 | "base": {
|
|
53 | 22 | ],
|
54 | 23 | "type": "object"
|
55 | 24 | },
|
56 |
| - "AppBarLeadProps": { |
57 |
| - "properties": { |
58 |
| - "base": { |
59 |
| - "description": "Sets the lead component's base styles.", |
60 |
| - "type": "string" |
61 |
| - }, |
62 |
| - "children": { |
63 |
| - "$ref": "#/definitions/React.ReactNode" |
64 |
| - }, |
65 |
| - "classes": { |
66 |
| - "description": "Provide arbitrary CSS classes to the lead component.", |
67 |
| - "type": "string" |
68 |
| - }, |
69 |
| - "padding": { |
70 |
| - "description": "Sets the lead component's padding styles.", |
71 |
| - "type": "string" |
72 |
| - }, |
73 |
| - "spaceX": { |
74 |
| - "description": "Sets the lead component's horizontal spacing styles.", |
75 |
| - "type": "string" |
76 |
| - } |
77 |
| - }, |
78 |
| - "propertyOrder": [ |
79 |
| - "base", |
80 |
| - "spaceX", |
81 |
| - "padding", |
82 |
| - "classes", |
83 |
| - "children" |
84 |
| - ], |
85 |
| - "type": "object" |
86 |
| - }, |
87 | 25 | "AppBarProps": {
|
88 | 26 | "properties": {
|
89 | 27 | "background": {
|
|
130 | 68 | ],
|
131 | 69 | "type": "object"
|
132 | 70 | },
|
133 |
| - "AppBarToolBarProps": { |
134 |
| - "properties": { |
135 |
| - "base": { |
136 |
| - "description": "Sets the toolbar component's base styles.", |
137 |
| - "type": "string" |
138 |
| - }, |
139 |
| - "children": { |
140 |
| - "$ref": "#/definitions/React.ReactNode" |
141 |
| - }, |
142 |
| - "classes": { |
143 |
| - "description": "Provide arbitrary CSS classes to the toolbar component.", |
144 |
| - "type": "string" |
145 |
| - }, |
146 |
| - "gap": { |
147 |
| - "description": "Sets the toolbar component's gap styles.", |
148 |
| - "type": "string" |
149 |
| - }, |
150 |
| - "gridCols": { |
151 |
| - "description": "Sets the toolbar component's grid columns styles.", |
152 |
| - "type": "string" |
153 |
| - } |
154 |
| - }, |
155 |
| - "propertyOrder": [ |
156 |
| - "base", |
157 |
| - "gridCols", |
158 |
| - "gap", |
159 |
| - "classes", |
160 |
| - "children" |
161 |
| - ], |
162 |
| - "type": "object" |
163 |
| - }, |
164 |
| - "AppBarTrailProps": { |
165 |
| - "properties": { |
166 |
| - "base": { |
167 |
| - "description": "Sets the trail component's base styles.", |
168 |
| - "type": "string" |
169 |
| - }, |
170 |
| - "children": { |
171 |
| - "$ref": "#/definitions/React.ReactNode" |
172 |
| - }, |
173 |
| - "classes": { |
174 |
| - "description": "Provide arbitrary CSS classes to the trail component.", |
175 |
| - "type": "string" |
176 |
| - }, |
177 |
| - "padding": { |
178 |
| - "description": "Sets the trail component's padding styles.", |
179 |
| - "type": "string" |
180 |
| - }, |
181 |
| - "spaceX": { |
182 |
| - "description": "Sets the trail component's horizontal spacing styles.", |
183 |
| - "type": "string" |
184 |
| - } |
185 |
| - }, |
186 |
| - "propertyOrder": [ |
187 |
| - "base", |
188 |
| - "spaceX", |
189 |
| - "padding", |
190 |
| - "classes", |
191 |
| - "children" |
192 |
| - ], |
193 |
| - "type": "object" |
194 |
| - }, |
195 | 71 | "Iterable<React.ReactNode>": {
|
196 | 72 | "propertyOrder": [
|
197 | 73 | "__@iterator@83"
|
|
298 | 174 | "type"
|
299 | 175 | ],
|
300 | 176 | "type": "object"
|
| 177 | + }, |
| 178 | + "ToolBarProps": { |
| 179 | + "properties": { |
| 180 | + "base": { |
| 181 | + "description": "Sets the toolbar component's base styles.", |
| 182 | + "type": "string" |
| 183 | + }, |
| 184 | + "children": { |
| 185 | + "$ref": "#/definitions/React.ReactNode" |
| 186 | + }, |
| 187 | + "classes": { |
| 188 | + "description": "Provide arbitrary CSS classes to the toolbar component.", |
| 189 | + "type": "string" |
| 190 | + }, |
| 191 | + "gap": { |
| 192 | + "description": "Sets the toolbar component's gap styles.", |
| 193 | + "type": "string" |
| 194 | + }, |
| 195 | + "gridCols": { |
| 196 | + "description": "Sets the toolbar component's grid columns styles.", |
| 197 | + "type": "string" |
| 198 | + } |
| 199 | + }, |
| 200 | + "propertyOrder": [ |
| 201 | + "base", |
| 202 | + "gridCols", |
| 203 | + "gap", |
| 204 | + "classes", |
| 205 | + "children" |
| 206 | + ], |
| 207 | + "type": "object" |
| 208 | + }, |
| 209 | + "ToolbarCenterProps": { |
| 210 | + "properties": { |
| 211 | + "align": { |
| 212 | + "description": "Sets the center component's alignment styles.", |
| 213 | + "type": "string" |
| 214 | + }, |
| 215 | + "base": { |
| 216 | + "description": "Sets the center component's base styles.", |
| 217 | + "type": "string" |
| 218 | + }, |
| 219 | + "children": { |
| 220 | + "$ref": "#/definitions/React.ReactNode" |
| 221 | + }, |
| 222 | + "classes": { |
| 223 | + "description": "Provide arbitrary CSS classes to the center component.", |
| 224 | + "type": "string" |
| 225 | + }, |
| 226 | + "padding": { |
| 227 | + "description": "Sets the center component's padding styles.", |
| 228 | + "type": "string" |
| 229 | + } |
| 230 | + }, |
| 231 | + "propertyOrder": [ |
| 232 | + "base", |
| 233 | + "align", |
| 234 | + "padding", |
| 235 | + "classes", |
| 236 | + "children" |
| 237 | + ], |
| 238 | + "type": "object" |
| 239 | + }, |
| 240 | + "ToolbarLeadProps": { |
| 241 | + "properties": { |
| 242 | + "base": { |
| 243 | + "description": "Sets the lead component's base styles.", |
| 244 | + "type": "string" |
| 245 | + }, |
| 246 | + "children": { |
| 247 | + "$ref": "#/definitions/React.ReactNode" |
| 248 | + }, |
| 249 | + "classes": { |
| 250 | + "description": "Provide arbitrary CSS classes to the lead component.", |
| 251 | + "type": "string" |
| 252 | + }, |
| 253 | + "padding": { |
| 254 | + "description": "Sets the lead component's padding styles.", |
| 255 | + "type": "string" |
| 256 | + }, |
| 257 | + "spaceX": { |
| 258 | + "description": "Sets the lead component's horizontal spacing styles.", |
| 259 | + "type": "string" |
| 260 | + } |
| 261 | + }, |
| 262 | + "propertyOrder": [ |
| 263 | + "base", |
| 264 | + "spaceX", |
| 265 | + "padding", |
| 266 | + "classes", |
| 267 | + "children" |
| 268 | + ], |
| 269 | + "type": "object" |
| 270 | + }, |
| 271 | + "ToolbarTrailProps": { |
| 272 | + "properties": { |
| 273 | + "base": { |
| 274 | + "description": "Sets the trail component's base styles.", |
| 275 | + "type": "string" |
| 276 | + }, |
| 277 | + "children": { |
| 278 | + "$ref": "#/definitions/React.ReactNode" |
| 279 | + }, |
| 280 | + "classes": { |
| 281 | + "description": "Provide arbitrary CSS classes to the trail component.", |
| 282 | + "type": "string" |
| 283 | + }, |
| 284 | + "padding": { |
| 285 | + "description": "Sets the trail component's padding styles.", |
| 286 | + "type": "string" |
| 287 | + }, |
| 288 | + "spaceX": { |
| 289 | + "description": "Sets the trail component's horizontal spacing styles.", |
| 290 | + "type": "string" |
| 291 | + } |
| 292 | + }, |
| 293 | + "propertyOrder": [ |
| 294 | + "base", |
| 295 | + "spaceX", |
| 296 | + "padding", |
| 297 | + "classes", |
| 298 | + "children" |
| 299 | + ], |
| 300 | + "type": "object" |
301 | 301 | }
|
302 | 302 | }
|
303 | 303 | }
|
|
0 commit comments