@webstudio-is/react-sdk 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/lib/arg-types/utils.d.ts +19 -1
  2. package/lib/arg-types/utils.d.ts.map +1 -1
  3. package/lib/arg-types/utils.js +7 -6
  4. package/lib/components/body.d.ts +3 -0
  5. package/lib/components/body.d.ts.map +1 -0
  6. package/lib/components/body.js +8 -0
  7. package/lib/components/body.props.json +2234 -0
  8. package/lib/components/body.stories.d.ts +7 -0
  9. package/lib/components/body.stories.d.ts.map +1 -0
  10. package/lib/components/body.stories.js +16 -0
  11. package/lib/components/body.ws.d.ts +5 -0
  12. package/lib/components/body.ws.d.ts.map +1 -0
  13. package/lib/components/body.ws.js +64 -0
  14. package/lib/components/bold.props.json +37 -7
  15. package/lib/components/bold.ws.d.ts +5 -0
  16. package/lib/components/bold.ws.d.ts.map +1 -0
  17. package/lib/components/bold.ws.js +14 -0
  18. package/lib/components/box.d.ts +7 -2
  19. package/lib/components/box.d.ts.map +1 -1
  20. package/lib/components/box.js +3 -2
  21. package/lib/components/box.props.json +102 -7
  22. package/lib/components/box.stories.d.ts +6 -2
  23. package/lib/components/box.stories.d.ts.map +1 -1
  24. package/lib/components/box.ws.d.ts +5 -0
  25. package/lib/components/box.ws.d.ts.map +1 -0
  26. package/lib/components/box.ws.js +21 -0
  27. package/lib/components/button.d.ts +1 -4
  28. package/lib/components/button.d.ts.map +1 -1
  29. package/lib/components/button.props.json +42 -8
  30. package/lib/components/button.ws.d.ts +5 -0
  31. package/lib/components/button.ws.d.ts.map +1 -0
  32. package/lib/components/button.ws.js +15 -0
  33. package/lib/components/component-type.d.ts +17 -0
  34. package/lib/components/component-type.d.ts.map +1 -0
  35. package/lib/components/component-type.js +28 -0
  36. package/lib/components/form.props.json +37 -7
  37. package/lib/components/form.ws.d.ts +5 -0
  38. package/lib/components/form.ws.d.ts.map +1 -0
  39. package/lib/components/form.ws.js +26 -0
  40. package/lib/components/heading.d.ts +2 -2
  41. package/lib/components/heading.d.ts.map +1 -1
  42. package/lib/components/heading.js +1 -4
  43. package/lib/components/heading.props.json +45 -8
  44. package/lib/components/heading.stories.d.ts +2 -2
  45. package/lib/components/heading.ws.d.ts +5 -0
  46. package/lib/components/heading.ws.d.ts.map +1 -0
  47. package/lib/components/heading.ws.js +15 -0
  48. package/lib/components/index.d.ts +11 -10
  49. package/lib/components/index.d.ts.map +1 -1
  50. package/lib/components/index.js +25 -23
  51. package/lib/components/index.test.d.ts +2 -0
  52. package/lib/components/index.test.d.ts.map +1 -0
  53. package/lib/components/index.test.js +33 -0
  54. package/lib/components/input.props.json +46 -8
  55. package/lib/components/input.ws.d.ts +5 -0
  56. package/lib/components/input.ws.d.ts.map +1 -0
  57. package/lib/components/input.ws.js +14 -0
  58. package/lib/components/italic.props.json +37 -7
  59. package/lib/components/italic.ws.d.ts +5 -0
  60. package/lib/components/italic.ws.d.ts.map +1 -0
  61. package/lib/components/italic.ws.js +14 -0
  62. package/lib/components/link.d.ts +2 -2
  63. package/lib/components/link.d.ts.map +1 -1
  64. package/lib/components/link.props.json +37 -7
  65. package/lib/components/link.stories.d.ts +6 -2
  66. package/lib/components/link.stories.d.ts.map +1 -1
  67. package/lib/components/link.ws.d.ts +5 -0
  68. package/lib/components/link.ws.d.ts.map +1 -0
  69. package/lib/components/link.ws.js +27 -0
  70. package/lib/components/meta.d.ts +1 -0
  71. package/lib/components/meta.d.ts.map +1 -1
  72. package/lib/components/meta.js +3 -1
  73. package/lib/components/paragraph.props.json +37 -7
  74. package/lib/components/paragraph.ws.d.ts +5 -0
  75. package/lib/components/paragraph.ws.d.ts.map +1 -0
  76. package/lib/components/paragraph.ws.js +15 -0
  77. package/lib/components/text-block.props.json +37 -7
  78. package/lib/components/text-block.ws.d.ts +5 -0
  79. package/lib/components/text-block.ws.d.ts.map +1 -0
  80. package/lib/components/text-block.ws.js +23 -0
  81. package/lib/css/get-browser-style.js +1 -1
  82. package/lib/css/keyword-values.d.ts.map +1 -1
  83. package/lib/css/keyword-values.js +1149 -396
  84. package/lib/css/properties.d.ts.map +1 -1
  85. package/lib/css/properties.js +3194 -3194
  86. package/lib/css/units.js +1 -1
  87. package/lib/db/instance.d.ts +5 -2
  88. package/lib/db/instance.d.ts.map +1 -1
  89. package/lib/db/instance.js +9 -1
  90. package/lib/db/types.d.ts +1 -2
  91. package/lib/db/types.d.ts.map +1 -1
  92. package/lib/pubsub/publish.js +1 -1
  93. package/lib/pubsub/subscribe.d.ts.map +1 -1
  94. package/lib/pubsub/subscribe.js +1 -2
  95. package/lib/stitches/css.d.ts.map +1 -1
  96. package/lib/stitches/css.js +1 -0
  97. package/lib/stitches/to-css.js +2 -3
  98. package/lib/tree/create-elements-tree.d.ts.map +1 -1
  99. package/lib/tree/create-elements-tree.js +43 -12
  100. package/lib/tree/root.js +3 -3
  101. package/lib/tree/wrapper-component.js +2 -2
  102. package/lib/user-props/all-user-props.d.ts.map +1 -1
  103. package/lib/user-props/all-user-props.js +5 -4
  104. package/lib/user-props/use-user-props.js +1 -1
  105. package/package.json +7 -9
  106. package/lib/prisma.server.d.ts +0 -3
  107. package/lib/prisma.server.d.ts.map +0 -1
  108. package/lib/prisma.server.js +0 -8
  109. package/prisma/schema.prisma +0 -71
@@ -0,0 +1,2234 @@
1
+ {
2
+ "slot": {
3
+ "defaultValue": null,
4
+ "description": "",
5
+ "name": "slot",
6
+ "parent": {
7
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
8
+ "name": "HTMLAttributes"
9
+ },
10
+ "declarations": [
11
+ {
12
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
13
+ "name": "HTMLAttributes"
14
+ }
15
+ ],
16
+ "required": false,
17
+ "type": {
18
+ "name": "string"
19
+ },
20
+ "control": {
21
+ "type": "text"
22
+ }
23
+ },
24
+ "style": {
25
+ "defaultValue": null,
26
+ "description": "",
27
+ "name": "style",
28
+ "parent": {
29
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
30
+ "name": "HTMLAttributes"
31
+ },
32
+ "declarations": [
33
+ {
34
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
35
+ "name": "HTMLAttributes"
36
+ }
37
+ ],
38
+ "required": false,
39
+ "type": {
40
+ "name": "CSSProperties"
41
+ },
42
+ "control": {
43
+ "type": "text"
44
+ }
45
+ },
46
+ "title": {
47
+ "defaultValue": null,
48
+ "description": "",
49
+ "name": "title",
50
+ "parent": {
51
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
52
+ "name": "HTMLAttributes"
53
+ },
54
+ "declarations": [
55
+ {
56
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
57
+ "name": "HTMLAttributes"
58
+ }
59
+ ],
60
+ "required": false,
61
+ "type": {
62
+ "name": "string"
63
+ },
64
+ "control": {
65
+ "type": "text"
66
+ }
67
+ },
68
+ "defaultChecked": {
69
+ "defaultValue": null,
70
+ "description": "",
71
+ "name": "defaultChecked",
72
+ "parent": {
73
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
74
+ "name": "HTMLAttributes"
75
+ },
76
+ "declarations": [
77
+ {
78
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
79
+ "name": "HTMLAttributes"
80
+ }
81
+ ],
82
+ "required": false,
83
+ "type": {
84
+ "name": "boolean"
85
+ },
86
+ "control": {
87
+ "type": "boolean"
88
+ }
89
+ },
90
+ "defaultValue": {
91
+ "defaultValue": null,
92
+ "description": "",
93
+ "name": "defaultValue",
94
+ "parent": {
95
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
96
+ "name": "HTMLAttributes"
97
+ },
98
+ "declarations": [
99
+ {
100
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
101
+ "name": "HTMLAttributes"
102
+ }
103
+ ],
104
+ "required": false,
105
+ "type": {
106
+ "name": "string | number | readonly string[]"
107
+ },
108
+ "control": {
109
+ "type": "text"
110
+ }
111
+ },
112
+ "suppressContentEditableWarning": {
113
+ "defaultValue": null,
114
+ "description": "",
115
+ "name": "suppressContentEditableWarning",
116
+ "parent": {
117
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
118
+ "name": "HTMLAttributes"
119
+ },
120
+ "declarations": [
121
+ {
122
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
123
+ "name": "HTMLAttributes"
124
+ }
125
+ ],
126
+ "required": false,
127
+ "type": {
128
+ "name": "boolean"
129
+ },
130
+ "control": {
131
+ "type": "boolean"
132
+ }
133
+ },
134
+ "suppressHydrationWarning": {
135
+ "defaultValue": null,
136
+ "description": "",
137
+ "name": "suppressHydrationWarning",
138
+ "parent": {
139
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
140
+ "name": "HTMLAttributes"
141
+ },
142
+ "declarations": [
143
+ {
144
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
145
+ "name": "HTMLAttributes"
146
+ }
147
+ ],
148
+ "required": false,
149
+ "type": {
150
+ "name": "boolean"
151
+ },
152
+ "control": {
153
+ "type": "boolean"
154
+ }
155
+ },
156
+ "accessKey": {
157
+ "defaultValue": null,
158
+ "description": "",
159
+ "name": "accessKey",
160
+ "parent": {
161
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
162
+ "name": "HTMLAttributes"
163
+ },
164
+ "declarations": [
165
+ {
166
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
167
+ "name": "HTMLAttributes"
168
+ }
169
+ ],
170
+ "required": false,
171
+ "type": {
172
+ "name": "string"
173
+ },
174
+ "control": {
175
+ "type": "text"
176
+ }
177
+ },
178
+ "className": {
179
+ "defaultValue": null,
180
+ "description": "",
181
+ "name": "className",
182
+ "parent": {
183
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
184
+ "name": "HTMLAttributes"
185
+ },
186
+ "declarations": [
187
+ {
188
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
189
+ "name": "HTMLAttributes"
190
+ }
191
+ ],
192
+ "required": false,
193
+ "type": {
194
+ "name": "string"
195
+ },
196
+ "control": {
197
+ "type": "text"
198
+ }
199
+ },
200
+ "contentEditable": {
201
+ "defaultValue": null,
202
+ "description": "",
203
+ "name": "contentEditable",
204
+ "parent": {
205
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
206
+ "name": "HTMLAttributes"
207
+ },
208
+ "declarations": [
209
+ {
210
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
211
+ "name": "HTMLAttributes"
212
+ }
213
+ ],
214
+ "required": false,
215
+ "type": {
216
+ "name": "Booleanish | \"inherit\""
217
+ },
218
+ "control": {
219
+ "type": "text"
220
+ }
221
+ },
222
+ "contextMenu": {
223
+ "defaultValue": null,
224
+ "description": "",
225
+ "name": "contextMenu",
226
+ "parent": {
227
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
228
+ "name": "HTMLAttributes"
229
+ },
230
+ "declarations": [
231
+ {
232
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
233
+ "name": "HTMLAttributes"
234
+ }
235
+ ],
236
+ "required": false,
237
+ "type": {
238
+ "name": "string"
239
+ },
240
+ "control": {
241
+ "type": "text"
242
+ }
243
+ },
244
+ "dir": {
245
+ "defaultValue": null,
246
+ "description": "",
247
+ "name": "dir",
248
+ "parent": {
249
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
250
+ "name": "HTMLAttributes"
251
+ },
252
+ "declarations": [
253
+ {
254
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
255
+ "name": "HTMLAttributes"
256
+ }
257
+ ],
258
+ "required": false,
259
+ "type": {
260
+ "name": "string"
261
+ },
262
+ "control": {
263
+ "type": "text"
264
+ }
265
+ },
266
+ "draggable": {
267
+ "defaultValue": null,
268
+ "description": "",
269
+ "name": "draggable",
270
+ "parent": {
271
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
272
+ "name": "HTMLAttributes"
273
+ },
274
+ "declarations": [
275
+ {
276
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
277
+ "name": "HTMLAttributes"
278
+ }
279
+ ],
280
+ "required": false,
281
+ "type": {
282
+ "name": "Booleanish"
283
+ },
284
+ "control": {
285
+ "type": "boolean"
286
+ }
287
+ },
288
+ "hidden": {
289
+ "defaultValue": null,
290
+ "description": "",
291
+ "name": "hidden",
292
+ "parent": {
293
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
294
+ "name": "HTMLAttributes"
295
+ },
296
+ "declarations": [
297
+ {
298
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
299
+ "name": "HTMLAttributes"
300
+ }
301
+ ],
302
+ "required": false,
303
+ "type": {
304
+ "name": "boolean"
305
+ },
306
+ "control": {
307
+ "type": "boolean"
308
+ }
309
+ },
310
+ "id": {
311
+ "defaultValue": null,
312
+ "description": "",
313
+ "name": "id",
314
+ "parent": {
315
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
316
+ "name": "HTMLAttributes"
317
+ },
318
+ "declarations": [
319
+ {
320
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
321
+ "name": "HTMLAttributes"
322
+ }
323
+ ],
324
+ "required": false,
325
+ "type": {
326
+ "name": "string"
327
+ },
328
+ "control": {
329
+ "type": "text"
330
+ }
331
+ },
332
+ "lang": {
333
+ "defaultValue": null,
334
+ "description": "",
335
+ "name": "lang",
336
+ "parent": {
337
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
338
+ "name": "HTMLAttributes"
339
+ },
340
+ "declarations": [
341
+ {
342
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
343
+ "name": "HTMLAttributes"
344
+ }
345
+ ],
346
+ "required": false,
347
+ "type": {
348
+ "name": "string"
349
+ },
350
+ "control": {
351
+ "type": "text"
352
+ }
353
+ },
354
+ "placeholder": {
355
+ "defaultValue": null,
356
+ "description": "",
357
+ "name": "placeholder",
358
+ "parent": {
359
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
360
+ "name": "HTMLAttributes"
361
+ },
362
+ "declarations": [
363
+ {
364
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
365
+ "name": "HTMLAttributes"
366
+ }
367
+ ],
368
+ "required": false,
369
+ "type": {
370
+ "name": "string"
371
+ },
372
+ "control": {
373
+ "type": "text"
374
+ }
375
+ },
376
+ "spellCheck": {
377
+ "defaultValue": null,
378
+ "description": "",
379
+ "name": "spellCheck",
380
+ "parent": {
381
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
382
+ "name": "HTMLAttributes"
383
+ },
384
+ "declarations": [
385
+ {
386
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
387
+ "name": "HTMLAttributes"
388
+ }
389
+ ],
390
+ "required": false,
391
+ "type": {
392
+ "name": "Booleanish"
393
+ },
394
+ "control": {
395
+ "type": "boolean"
396
+ }
397
+ },
398
+ "tabIndex": {
399
+ "defaultValue": null,
400
+ "description": "",
401
+ "name": "tabIndex",
402
+ "parent": {
403
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
404
+ "name": "HTMLAttributes"
405
+ },
406
+ "declarations": [
407
+ {
408
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
409
+ "name": "HTMLAttributes"
410
+ }
411
+ ],
412
+ "required": false,
413
+ "type": {
414
+ "name": "number"
415
+ },
416
+ "control": {
417
+ "type": "number"
418
+ }
419
+ },
420
+ "translate": {
421
+ "defaultValue": null,
422
+ "description": "",
423
+ "name": "translate",
424
+ "parent": {
425
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
426
+ "name": "HTMLAttributes"
427
+ },
428
+ "declarations": [
429
+ {
430
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
431
+ "name": "HTMLAttributes"
432
+ }
433
+ ],
434
+ "required": false,
435
+ "type": {
436
+ "name": "enum",
437
+ "raw": "\"yes\" | \"no\"",
438
+ "value": [
439
+ {
440
+ "value": "\"yes\""
441
+ },
442
+ {
443
+ "value": "\"no\""
444
+ }
445
+ ]
446
+ },
447
+ "control": {
448
+ "type": "radio"
449
+ },
450
+ "options": [
451
+ "yes",
452
+ "no"
453
+ ]
454
+ },
455
+ "radioGroup": {
456
+ "defaultValue": null,
457
+ "description": "",
458
+ "name": "radioGroup",
459
+ "parent": {
460
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
461
+ "name": "HTMLAttributes"
462
+ },
463
+ "declarations": [
464
+ {
465
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
466
+ "name": "HTMLAttributes"
467
+ }
468
+ ],
469
+ "required": false,
470
+ "type": {
471
+ "name": "string"
472
+ },
473
+ "control": {
474
+ "type": "text"
475
+ }
476
+ },
477
+ "role": {
478
+ "defaultValue": null,
479
+ "description": "",
480
+ "name": "role",
481
+ "parent": {
482
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
483
+ "name": "HTMLAttributes"
484
+ },
485
+ "declarations": [
486
+ {
487
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
488
+ "name": "HTMLAttributes"
489
+ }
490
+ ],
491
+ "required": false,
492
+ "type": {
493
+ "name": "AriaRole"
494
+ },
495
+ "control": {
496
+ "type": "text"
497
+ }
498
+ },
499
+ "about": {
500
+ "defaultValue": null,
501
+ "description": "",
502
+ "name": "about",
503
+ "parent": {
504
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
505
+ "name": "HTMLAttributes"
506
+ },
507
+ "declarations": [
508
+ {
509
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
510
+ "name": "HTMLAttributes"
511
+ }
512
+ ],
513
+ "required": false,
514
+ "type": {
515
+ "name": "string"
516
+ },
517
+ "control": {
518
+ "type": "text"
519
+ }
520
+ },
521
+ "datatype": {
522
+ "defaultValue": null,
523
+ "description": "",
524
+ "name": "datatype",
525
+ "parent": {
526
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
527
+ "name": "HTMLAttributes"
528
+ },
529
+ "declarations": [
530
+ {
531
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
532
+ "name": "HTMLAttributes"
533
+ }
534
+ ],
535
+ "required": false,
536
+ "type": {
537
+ "name": "string"
538
+ },
539
+ "control": {
540
+ "type": "text"
541
+ }
542
+ },
543
+ "inlist": {
544
+ "defaultValue": null,
545
+ "description": "",
546
+ "name": "inlist",
547
+ "parent": {
548
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
549
+ "name": "HTMLAttributes"
550
+ },
551
+ "declarations": [
552
+ {
553
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
554
+ "name": "HTMLAttributes"
555
+ }
556
+ ],
557
+ "required": false,
558
+ "type": {
559
+ "name": "any"
560
+ },
561
+ "control": {
562
+ "type": "text"
563
+ }
564
+ },
565
+ "prefix": {
566
+ "defaultValue": null,
567
+ "description": "",
568
+ "name": "prefix",
569
+ "parent": {
570
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
571
+ "name": "HTMLAttributes"
572
+ },
573
+ "declarations": [
574
+ {
575
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
576
+ "name": "HTMLAttributes"
577
+ }
578
+ ],
579
+ "required": false,
580
+ "type": {
581
+ "name": "string"
582
+ },
583
+ "control": {
584
+ "type": "text"
585
+ }
586
+ },
587
+ "property": {
588
+ "defaultValue": null,
589
+ "description": "",
590
+ "name": "property",
591
+ "parent": {
592
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
593
+ "name": "HTMLAttributes"
594
+ },
595
+ "declarations": [
596
+ {
597
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
598
+ "name": "HTMLAttributes"
599
+ }
600
+ ],
601
+ "required": false,
602
+ "type": {
603
+ "name": "string"
604
+ },
605
+ "control": {
606
+ "type": "text"
607
+ }
608
+ },
609
+ "resource": {
610
+ "defaultValue": null,
611
+ "description": "",
612
+ "name": "resource",
613
+ "parent": {
614
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
615
+ "name": "HTMLAttributes"
616
+ },
617
+ "declarations": [
618
+ {
619
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
620
+ "name": "HTMLAttributes"
621
+ }
622
+ ],
623
+ "required": false,
624
+ "type": {
625
+ "name": "string"
626
+ },
627
+ "control": {
628
+ "type": "text"
629
+ }
630
+ },
631
+ "typeof": {
632
+ "defaultValue": null,
633
+ "description": "",
634
+ "name": "typeof",
635
+ "parent": {
636
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
637
+ "name": "HTMLAttributes"
638
+ },
639
+ "declarations": [
640
+ {
641
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
642
+ "name": "HTMLAttributes"
643
+ }
644
+ ],
645
+ "required": false,
646
+ "type": {
647
+ "name": "string"
648
+ },
649
+ "control": {
650
+ "type": "text"
651
+ }
652
+ },
653
+ "vocab": {
654
+ "defaultValue": null,
655
+ "description": "",
656
+ "name": "vocab",
657
+ "parent": {
658
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
659
+ "name": "HTMLAttributes"
660
+ },
661
+ "declarations": [
662
+ {
663
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
664
+ "name": "HTMLAttributes"
665
+ }
666
+ ],
667
+ "required": false,
668
+ "type": {
669
+ "name": "string"
670
+ },
671
+ "control": {
672
+ "type": "text"
673
+ }
674
+ },
675
+ "autoCapitalize": {
676
+ "defaultValue": null,
677
+ "description": "",
678
+ "name": "autoCapitalize",
679
+ "parent": {
680
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
681
+ "name": "HTMLAttributes"
682
+ },
683
+ "declarations": [
684
+ {
685
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
686
+ "name": "HTMLAttributes"
687
+ }
688
+ ],
689
+ "required": false,
690
+ "type": {
691
+ "name": "string"
692
+ },
693
+ "control": {
694
+ "type": "text"
695
+ }
696
+ },
697
+ "autoCorrect": {
698
+ "defaultValue": null,
699
+ "description": "",
700
+ "name": "autoCorrect",
701
+ "parent": {
702
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
703
+ "name": "HTMLAttributes"
704
+ },
705
+ "declarations": [
706
+ {
707
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
708
+ "name": "HTMLAttributes"
709
+ }
710
+ ],
711
+ "required": false,
712
+ "type": {
713
+ "name": "string"
714
+ },
715
+ "control": {
716
+ "type": "text"
717
+ }
718
+ },
719
+ "autoSave": {
720
+ "defaultValue": null,
721
+ "description": "",
722
+ "name": "autoSave",
723
+ "parent": {
724
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
725
+ "name": "HTMLAttributes"
726
+ },
727
+ "declarations": [
728
+ {
729
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
730
+ "name": "HTMLAttributes"
731
+ }
732
+ ],
733
+ "required": false,
734
+ "type": {
735
+ "name": "string"
736
+ },
737
+ "control": {
738
+ "type": "text"
739
+ }
740
+ },
741
+ "color": {
742
+ "description": "",
743
+ "name": "color",
744
+ "parent": {
745
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
746
+ "name": "HTMLAttributes"
747
+ },
748
+ "declarations": [
749
+ {
750
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
751
+ "name": "HTMLAttributes"
752
+ }
753
+ ],
754
+ "required": false,
755
+ "type": {
756
+ "name": "string"
757
+ },
758
+ "control": {
759
+ "type": "color"
760
+ }
761
+ },
762
+ "itemProp": {
763
+ "defaultValue": null,
764
+ "description": "",
765
+ "name": "itemProp",
766
+ "parent": {
767
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
768
+ "name": "HTMLAttributes"
769
+ },
770
+ "declarations": [
771
+ {
772
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
773
+ "name": "HTMLAttributes"
774
+ }
775
+ ],
776
+ "required": false,
777
+ "type": {
778
+ "name": "string"
779
+ },
780
+ "control": {
781
+ "type": "text"
782
+ }
783
+ },
784
+ "itemScope": {
785
+ "defaultValue": null,
786
+ "description": "",
787
+ "name": "itemScope",
788
+ "parent": {
789
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
790
+ "name": "HTMLAttributes"
791
+ },
792
+ "declarations": [
793
+ {
794
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
795
+ "name": "HTMLAttributes"
796
+ }
797
+ ],
798
+ "required": false,
799
+ "type": {
800
+ "name": "boolean"
801
+ },
802
+ "control": {
803
+ "type": "boolean"
804
+ }
805
+ },
806
+ "itemType": {
807
+ "defaultValue": null,
808
+ "description": "",
809
+ "name": "itemType",
810
+ "parent": {
811
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
812
+ "name": "HTMLAttributes"
813
+ },
814
+ "declarations": [
815
+ {
816
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
817
+ "name": "HTMLAttributes"
818
+ }
819
+ ],
820
+ "required": false,
821
+ "type": {
822
+ "name": "string"
823
+ },
824
+ "control": {
825
+ "type": "text"
826
+ }
827
+ },
828
+ "itemID": {
829
+ "defaultValue": null,
830
+ "description": "",
831
+ "name": "itemID",
832
+ "parent": {
833
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
834
+ "name": "HTMLAttributes"
835
+ },
836
+ "declarations": [
837
+ {
838
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
839
+ "name": "HTMLAttributes"
840
+ }
841
+ ],
842
+ "required": false,
843
+ "type": {
844
+ "name": "string"
845
+ },
846
+ "control": {
847
+ "type": "text"
848
+ }
849
+ },
850
+ "itemRef": {
851
+ "defaultValue": null,
852
+ "description": "",
853
+ "name": "itemRef",
854
+ "parent": {
855
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
856
+ "name": "HTMLAttributes"
857
+ },
858
+ "declarations": [
859
+ {
860
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
861
+ "name": "HTMLAttributes"
862
+ }
863
+ ],
864
+ "required": false,
865
+ "type": {
866
+ "name": "string"
867
+ },
868
+ "control": {
869
+ "type": "text"
870
+ }
871
+ },
872
+ "results": {
873
+ "defaultValue": null,
874
+ "description": "",
875
+ "name": "results",
876
+ "parent": {
877
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
878
+ "name": "HTMLAttributes"
879
+ },
880
+ "declarations": [
881
+ {
882
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
883
+ "name": "HTMLAttributes"
884
+ }
885
+ ],
886
+ "required": false,
887
+ "type": {
888
+ "name": "number"
889
+ },
890
+ "control": {
891
+ "type": "number"
892
+ }
893
+ },
894
+ "security": {
895
+ "defaultValue": null,
896
+ "description": "",
897
+ "name": "security",
898
+ "parent": {
899
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
900
+ "name": "HTMLAttributes"
901
+ },
902
+ "declarations": [
903
+ {
904
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
905
+ "name": "HTMLAttributes"
906
+ }
907
+ ],
908
+ "required": false,
909
+ "type": {
910
+ "name": "string"
911
+ },
912
+ "control": {
913
+ "type": "text"
914
+ }
915
+ },
916
+ "unselectable": {
917
+ "defaultValue": null,
918
+ "description": "",
919
+ "name": "unselectable",
920
+ "parent": {
921
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
922
+ "name": "HTMLAttributes"
923
+ },
924
+ "declarations": [
925
+ {
926
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
927
+ "name": "HTMLAttributes"
928
+ }
929
+ ],
930
+ "required": false,
931
+ "type": {
932
+ "name": "enum",
933
+ "raw": "\"on\" | \"off\"",
934
+ "value": [
935
+ {
936
+ "value": "\"on\""
937
+ },
938
+ {
939
+ "value": "\"off\""
940
+ }
941
+ ]
942
+ },
943
+ "control": {
944
+ "type": "radio"
945
+ },
946
+ "options": [
947
+ "on",
948
+ "off"
949
+ ]
950
+ },
951
+ "inputMode": {
952
+ "defaultValue": null,
953
+ "description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
954
+ "name": "inputMode",
955
+ "parent": {
956
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
957
+ "name": "HTMLAttributes"
958
+ },
959
+ "declarations": [
960
+ {
961
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
962
+ "name": "HTMLAttributes"
963
+ }
964
+ ],
965
+ "required": false,
966
+ "type": {
967
+ "name": "enum",
968
+ "raw": "\"text\" | \"none\" | \"search\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\"",
969
+ "value": [
970
+ {
971
+ "value": "\"text\""
972
+ },
973
+ {
974
+ "value": "\"none\""
975
+ },
976
+ {
977
+ "value": "\"search\""
978
+ },
979
+ {
980
+ "value": "\"tel\""
981
+ },
982
+ {
983
+ "value": "\"url\""
984
+ },
985
+ {
986
+ "value": "\"email\""
987
+ },
988
+ {
989
+ "value": "\"numeric\""
990
+ },
991
+ {
992
+ "value": "\"decimal\""
993
+ }
994
+ ]
995
+ },
996
+ "control": {
997
+ "type": "select"
998
+ },
999
+ "options": [
1000
+ "text",
1001
+ "none",
1002
+ "search",
1003
+ "tel",
1004
+ "url",
1005
+ "email",
1006
+ "numeric",
1007
+ "decimal"
1008
+ ]
1009
+ },
1010
+ "is": {
1011
+ "defaultValue": null,
1012
+ "description": "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
1013
+ "name": "is",
1014
+ "parent": {
1015
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1016
+ "name": "HTMLAttributes"
1017
+ },
1018
+ "declarations": [
1019
+ {
1020
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1021
+ "name": "HTMLAttributes"
1022
+ }
1023
+ ],
1024
+ "required": false,
1025
+ "type": {
1026
+ "name": "string"
1027
+ },
1028
+ "control": {
1029
+ "type": "text"
1030
+ }
1031
+ },
1032
+ "aria-activedescendant": {
1033
+ "defaultValue": null,
1034
+ "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
1035
+ "name": "aria-activedescendant",
1036
+ "parent": {
1037
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1038
+ "name": "AriaAttributes"
1039
+ },
1040
+ "declarations": [
1041
+ {
1042
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1043
+ "name": "AriaAttributes"
1044
+ }
1045
+ ],
1046
+ "required": false,
1047
+ "type": {
1048
+ "name": "string"
1049
+ },
1050
+ "control": {
1051
+ "type": "text"
1052
+ }
1053
+ },
1054
+ "aria-atomic": {
1055
+ "defaultValue": null,
1056
+ "description": "Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.",
1057
+ "name": "aria-atomic",
1058
+ "parent": {
1059
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1060
+ "name": "AriaAttributes"
1061
+ },
1062
+ "declarations": [
1063
+ {
1064
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1065
+ "name": "AriaAttributes"
1066
+ }
1067
+ ],
1068
+ "required": false,
1069
+ "type": {
1070
+ "name": "Booleanish"
1071
+ },
1072
+ "control": {
1073
+ "type": "boolean"
1074
+ }
1075
+ },
1076
+ "aria-autocomplete": {
1077
+ "defaultValue": null,
1078
+ "description": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made.",
1079
+ "name": "aria-autocomplete",
1080
+ "parent": {
1081
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1082
+ "name": "AriaAttributes"
1083
+ },
1084
+ "declarations": [
1085
+ {
1086
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1087
+ "name": "AriaAttributes"
1088
+ }
1089
+ ],
1090
+ "required": false,
1091
+ "type": {
1092
+ "name": "enum",
1093
+ "raw": "\"list\" | \"none\" | \"inline\" | \"both\"",
1094
+ "value": [
1095
+ {
1096
+ "value": "\"list\""
1097
+ },
1098
+ {
1099
+ "value": "\"none\""
1100
+ },
1101
+ {
1102
+ "value": "\"inline\""
1103
+ },
1104
+ {
1105
+ "value": "\"both\""
1106
+ }
1107
+ ]
1108
+ },
1109
+ "control": {
1110
+ "type": "radio"
1111
+ },
1112
+ "options": [
1113
+ "list",
1114
+ "none",
1115
+ "inline",
1116
+ "both"
1117
+ ]
1118
+ },
1119
+ "aria-busy": {
1120
+ "defaultValue": null,
1121
+ "description": "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
1122
+ "name": "aria-busy",
1123
+ "parent": {
1124
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1125
+ "name": "AriaAttributes"
1126
+ },
1127
+ "declarations": [
1128
+ {
1129
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1130
+ "name": "AriaAttributes"
1131
+ }
1132
+ ],
1133
+ "required": false,
1134
+ "type": {
1135
+ "name": "Booleanish"
1136
+ },
1137
+ "control": {
1138
+ "type": "boolean"
1139
+ }
1140
+ },
1141
+ "aria-checked": {
1142
+ "defaultValue": null,
1143
+ "description": "Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.",
1144
+ "name": "aria-checked",
1145
+ "parent": {
1146
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1147
+ "name": "AriaAttributes"
1148
+ },
1149
+ "declarations": [
1150
+ {
1151
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1152
+ "name": "AriaAttributes"
1153
+ }
1154
+ ],
1155
+ "required": false,
1156
+ "type": {
1157
+ "name": "boolean | \"true\" | \"false\" | \"mixed\""
1158
+ },
1159
+ "control": {
1160
+ "type": "text"
1161
+ }
1162
+ },
1163
+ "aria-colcount": {
1164
+ "defaultValue": null,
1165
+ "description": "Defines the total number of columns in a table, grid, or treegrid.\n@see aria-colindex.",
1166
+ "name": "aria-colcount",
1167
+ "parent": {
1168
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1169
+ "name": "AriaAttributes"
1170
+ },
1171
+ "declarations": [
1172
+ {
1173
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1174
+ "name": "AriaAttributes"
1175
+ }
1176
+ ],
1177
+ "required": false,
1178
+ "type": {
1179
+ "name": "number"
1180
+ },
1181
+ "control": {
1182
+ "type": "number"
1183
+ }
1184
+ },
1185
+ "aria-colindex": {
1186
+ "defaultValue": null,
1187
+ "description": "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.\n@see aria-colcount\n@see aria-colspan.",
1188
+ "name": "aria-colindex",
1189
+ "parent": {
1190
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1191
+ "name": "AriaAttributes"
1192
+ },
1193
+ "declarations": [
1194
+ {
1195
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1196
+ "name": "AriaAttributes"
1197
+ }
1198
+ ],
1199
+ "required": false,
1200
+ "type": {
1201
+ "name": "number"
1202
+ },
1203
+ "control": {
1204
+ "type": "number"
1205
+ }
1206
+ },
1207
+ "aria-colspan": {
1208
+ "defaultValue": null,
1209
+ "description": "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
1210
+ "name": "aria-colspan",
1211
+ "parent": {
1212
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1213
+ "name": "AriaAttributes"
1214
+ },
1215
+ "declarations": [
1216
+ {
1217
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1218
+ "name": "AriaAttributes"
1219
+ }
1220
+ ],
1221
+ "required": false,
1222
+ "type": {
1223
+ "name": "number"
1224
+ },
1225
+ "control": {
1226
+ "type": "number"
1227
+ }
1228
+ },
1229
+ "aria-controls": {
1230
+ "defaultValue": null,
1231
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n@see aria-owns.",
1232
+ "name": "aria-controls",
1233
+ "parent": {
1234
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1235
+ "name": "AriaAttributes"
1236
+ },
1237
+ "declarations": [
1238
+ {
1239
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1240
+ "name": "AriaAttributes"
1241
+ }
1242
+ ],
1243
+ "required": false,
1244
+ "type": {
1245
+ "name": "string"
1246
+ },
1247
+ "control": {
1248
+ "type": "text"
1249
+ }
1250
+ },
1251
+ "aria-current": {
1252
+ "defaultValue": null,
1253
+ "description": "Indicates the element that represents the current item within a container or set of related elements.",
1254
+ "name": "aria-current",
1255
+ "parent": {
1256
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1257
+ "name": "AriaAttributes"
1258
+ },
1259
+ "declarations": [
1260
+ {
1261
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1262
+ "name": "AriaAttributes"
1263
+ }
1264
+ ],
1265
+ "required": false,
1266
+ "type": {
1267
+ "name": "boolean | \"time\" | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\""
1268
+ },
1269
+ "control": {
1270
+ "type": "text"
1271
+ }
1272
+ },
1273
+ "aria-describedby": {
1274
+ "defaultValue": null,
1275
+ "description": "Identifies the element (or elements) that describes the object.\n@see aria-labelledby",
1276
+ "name": "aria-describedby",
1277
+ "parent": {
1278
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1279
+ "name": "AriaAttributes"
1280
+ },
1281
+ "declarations": [
1282
+ {
1283
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1284
+ "name": "AriaAttributes"
1285
+ }
1286
+ ],
1287
+ "required": false,
1288
+ "type": {
1289
+ "name": "string"
1290
+ },
1291
+ "control": {
1292
+ "type": "text"
1293
+ }
1294
+ },
1295
+ "aria-details": {
1296
+ "defaultValue": null,
1297
+ "description": "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
1298
+ "name": "aria-details",
1299
+ "parent": {
1300
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1301
+ "name": "AriaAttributes"
1302
+ },
1303
+ "declarations": [
1304
+ {
1305
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1306
+ "name": "AriaAttributes"
1307
+ }
1308
+ ],
1309
+ "required": false,
1310
+ "type": {
1311
+ "name": "string"
1312
+ },
1313
+ "control": {
1314
+ "type": "text"
1315
+ }
1316
+ },
1317
+ "aria-disabled": {
1318
+ "defaultValue": null,
1319
+ "description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n@see aria-hidden\n@see aria-readonly.",
1320
+ "name": "aria-disabled",
1321
+ "parent": {
1322
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1323
+ "name": "AriaAttributes"
1324
+ },
1325
+ "declarations": [
1326
+ {
1327
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1328
+ "name": "AriaAttributes"
1329
+ }
1330
+ ],
1331
+ "required": false,
1332
+ "type": {
1333
+ "name": "Booleanish"
1334
+ },
1335
+ "control": {
1336
+ "type": "boolean"
1337
+ }
1338
+ },
1339
+ "aria-dropeffect": {
1340
+ "defaultValue": null,
1341
+ "description": "Indicates what functions can be performed when a dragged object is released on the drop target.\n@deprecated in ARIA 1.1",
1342
+ "name": "aria-dropeffect",
1343
+ "parent": {
1344
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1345
+ "name": "AriaAttributes"
1346
+ },
1347
+ "declarations": [
1348
+ {
1349
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1350
+ "name": "AriaAttributes"
1351
+ }
1352
+ ],
1353
+ "required": false,
1354
+ "type": {
1355
+ "name": "enum",
1356
+ "raw": "\"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\"",
1357
+ "value": [
1358
+ {
1359
+ "value": "\"link\""
1360
+ },
1361
+ {
1362
+ "value": "\"none\""
1363
+ },
1364
+ {
1365
+ "value": "\"copy\""
1366
+ },
1367
+ {
1368
+ "value": "\"execute\""
1369
+ },
1370
+ {
1371
+ "value": "\"move\""
1372
+ },
1373
+ {
1374
+ "value": "\"popup\""
1375
+ }
1376
+ ]
1377
+ },
1378
+ "control": {
1379
+ "type": "select"
1380
+ },
1381
+ "options": [
1382
+ "link",
1383
+ "none",
1384
+ "copy",
1385
+ "execute",
1386
+ "move",
1387
+ "popup"
1388
+ ]
1389
+ },
1390
+ "aria-errormessage": {
1391
+ "defaultValue": null,
1392
+ "description": "Identifies the element that provides an error message for the object.\n@see aria-invalid\n@see aria-describedby.",
1393
+ "name": "aria-errormessage",
1394
+ "parent": {
1395
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1396
+ "name": "AriaAttributes"
1397
+ },
1398
+ "declarations": [
1399
+ {
1400
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1401
+ "name": "AriaAttributes"
1402
+ }
1403
+ ],
1404
+ "required": false,
1405
+ "type": {
1406
+ "name": "string"
1407
+ },
1408
+ "control": {
1409
+ "type": "text"
1410
+ }
1411
+ },
1412
+ "aria-expanded": {
1413
+ "defaultValue": null,
1414
+ "description": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
1415
+ "name": "aria-expanded",
1416
+ "parent": {
1417
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1418
+ "name": "AriaAttributes"
1419
+ },
1420
+ "declarations": [
1421
+ {
1422
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1423
+ "name": "AriaAttributes"
1424
+ }
1425
+ ],
1426
+ "required": false,
1427
+ "type": {
1428
+ "name": "Booleanish"
1429
+ },
1430
+ "control": {
1431
+ "type": "boolean"
1432
+ }
1433
+ },
1434
+ "aria-flowto": {
1435
+ "defaultValue": null,
1436
+ "description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.",
1437
+ "name": "aria-flowto",
1438
+ "parent": {
1439
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1440
+ "name": "AriaAttributes"
1441
+ },
1442
+ "declarations": [
1443
+ {
1444
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1445
+ "name": "AriaAttributes"
1446
+ }
1447
+ ],
1448
+ "required": false,
1449
+ "type": {
1450
+ "name": "string"
1451
+ },
1452
+ "control": {
1453
+ "type": "text"
1454
+ }
1455
+ },
1456
+ "aria-grabbed": {
1457
+ "defaultValue": null,
1458
+ "description": "Indicates an element's \"grabbed\" state in a drag-and-drop operation.\n@deprecated in ARIA 1.1",
1459
+ "name": "aria-grabbed",
1460
+ "parent": {
1461
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1462
+ "name": "AriaAttributes"
1463
+ },
1464
+ "declarations": [
1465
+ {
1466
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1467
+ "name": "AriaAttributes"
1468
+ }
1469
+ ],
1470
+ "required": false,
1471
+ "type": {
1472
+ "name": "Booleanish"
1473
+ },
1474
+ "control": {
1475
+ "type": "boolean"
1476
+ }
1477
+ },
1478
+ "aria-haspopup": {
1479
+ "defaultValue": null,
1480
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
1481
+ "name": "aria-haspopup",
1482
+ "parent": {
1483
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1484
+ "name": "AriaAttributes"
1485
+ },
1486
+ "declarations": [
1487
+ {
1488
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1489
+ "name": "AriaAttributes"
1490
+ }
1491
+ ],
1492
+ "required": false,
1493
+ "type": {
1494
+ "name": "boolean | \"dialog\" | \"menu\" | \"true\" | \"false\" | \"grid\" | \"listbox\" | \"tree\""
1495
+ },
1496
+ "control": {
1497
+ "type": "text"
1498
+ }
1499
+ },
1500
+ "aria-hidden": {
1501
+ "defaultValue": null,
1502
+ "description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
1503
+ "name": "aria-hidden",
1504
+ "parent": {
1505
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1506
+ "name": "AriaAttributes"
1507
+ },
1508
+ "declarations": [
1509
+ {
1510
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1511
+ "name": "AriaAttributes"
1512
+ }
1513
+ ],
1514
+ "required": false,
1515
+ "type": {
1516
+ "name": "Booleanish"
1517
+ },
1518
+ "control": {
1519
+ "type": "boolean"
1520
+ }
1521
+ },
1522
+ "aria-invalid": {
1523
+ "defaultValue": null,
1524
+ "description": "Indicates the entered value does not conform to the format expected by the application.\n@see aria-errormessage.",
1525
+ "name": "aria-invalid",
1526
+ "parent": {
1527
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1528
+ "name": "AriaAttributes"
1529
+ },
1530
+ "declarations": [
1531
+ {
1532
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1533
+ "name": "AriaAttributes"
1534
+ }
1535
+ ],
1536
+ "required": false,
1537
+ "type": {
1538
+ "name": "boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\""
1539
+ },
1540
+ "control": {
1541
+ "type": "text"
1542
+ }
1543
+ },
1544
+ "aria-keyshortcuts": {
1545
+ "defaultValue": null,
1546
+ "description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
1547
+ "name": "aria-keyshortcuts",
1548
+ "parent": {
1549
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1550
+ "name": "AriaAttributes"
1551
+ },
1552
+ "declarations": [
1553
+ {
1554
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1555
+ "name": "AriaAttributes"
1556
+ }
1557
+ ],
1558
+ "required": false,
1559
+ "type": {
1560
+ "name": "string"
1561
+ },
1562
+ "control": {
1563
+ "type": "text"
1564
+ }
1565
+ },
1566
+ "aria-label": {
1567
+ "defaultValue": null,
1568
+ "description": "Defines a string value that labels the current element.\n@see aria-labelledby.",
1569
+ "name": "aria-label",
1570
+ "parent": {
1571
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1572
+ "name": "AriaAttributes"
1573
+ },
1574
+ "declarations": [
1575
+ {
1576
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1577
+ "name": "AriaAttributes"
1578
+ }
1579
+ ],
1580
+ "required": false,
1581
+ "type": {
1582
+ "name": "string"
1583
+ },
1584
+ "control": {
1585
+ "type": "text"
1586
+ }
1587
+ },
1588
+ "aria-labelledby": {
1589
+ "defaultValue": null,
1590
+ "description": "Identifies the element (or elements) that labels the current element.\n@see aria-describedby.",
1591
+ "name": "aria-labelledby",
1592
+ "parent": {
1593
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1594
+ "name": "AriaAttributes"
1595
+ },
1596
+ "declarations": [
1597
+ {
1598
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1599
+ "name": "AriaAttributes"
1600
+ }
1601
+ ],
1602
+ "required": false,
1603
+ "type": {
1604
+ "name": "string"
1605
+ },
1606
+ "control": {
1607
+ "type": "text"
1608
+ }
1609
+ },
1610
+ "aria-level": {
1611
+ "defaultValue": null,
1612
+ "description": "Defines the hierarchical level of an element within a structure.",
1613
+ "name": "aria-level",
1614
+ "parent": {
1615
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1616
+ "name": "AriaAttributes"
1617
+ },
1618
+ "declarations": [
1619
+ {
1620
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1621
+ "name": "AriaAttributes"
1622
+ }
1623
+ ],
1624
+ "required": false,
1625
+ "type": {
1626
+ "name": "number"
1627
+ },
1628
+ "control": {
1629
+ "type": "number"
1630
+ }
1631
+ },
1632
+ "aria-live": {
1633
+ "defaultValue": null,
1634
+ "description": "Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.",
1635
+ "name": "aria-live",
1636
+ "parent": {
1637
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1638
+ "name": "AriaAttributes"
1639
+ },
1640
+ "declarations": [
1641
+ {
1642
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1643
+ "name": "AriaAttributes"
1644
+ }
1645
+ ],
1646
+ "required": false,
1647
+ "type": {
1648
+ "name": "enum",
1649
+ "raw": "\"off\" | \"assertive\" | \"polite\"",
1650
+ "value": [
1651
+ {
1652
+ "value": "\"off\""
1653
+ },
1654
+ {
1655
+ "value": "\"assertive\""
1656
+ },
1657
+ {
1658
+ "value": "\"polite\""
1659
+ }
1660
+ ]
1661
+ },
1662
+ "control": {
1663
+ "type": "radio"
1664
+ },
1665
+ "options": [
1666
+ "off",
1667
+ "assertive",
1668
+ "polite"
1669
+ ]
1670
+ },
1671
+ "aria-modal": {
1672
+ "defaultValue": null,
1673
+ "description": "Indicates whether an element is modal when displayed.",
1674
+ "name": "aria-modal",
1675
+ "parent": {
1676
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1677
+ "name": "AriaAttributes"
1678
+ },
1679
+ "declarations": [
1680
+ {
1681
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1682
+ "name": "AriaAttributes"
1683
+ }
1684
+ ],
1685
+ "required": false,
1686
+ "type": {
1687
+ "name": "Booleanish"
1688
+ },
1689
+ "control": {
1690
+ "type": "boolean"
1691
+ }
1692
+ },
1693
+ "aria-multiline": {
1694
+ "defaultValue": null,
1695
+ "description": "Indicates whether a text box accepts multiple lines of input or only a single line.",
1696
+ "name": "aria-multiline",
1697
+ "parent": {
1698
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1699
+ "name": "AriaAttributes"
1700
+ },
1701
+ "declarations": [
1702
+ {
1703
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1704
+ "name": "AriaAttributes"
1705
+ }
1706
+ ],
1707
+ "required": false,
1708
+ "type": {
1709
+ "name": "Booleanish"
1710
+ },
1711
+ "control": {
1712
+ "type": "boolean"
1713
+ }
1714
+ },
1715
+ "aria-multiselectable": {
1716
+ "defaultValue": null,
1717
+ "description": "Indicates that the user may select more than one item from the current selectable descendants.",
1718
+ "name": "aria-multiselectable",
1719
+ "parent": {
1720
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1721
+ "name": "AriaAttributes"
1722
+ },
1723
+ "declarations": [
1724
+ {
1725
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1726
+ "name": "AriaAttributes"
1727
+ }
1728
+ ],
1729
+ "required": false,
1730
+ "type": {
1731
+ "name": "Booleanish"
1732
+ },
1733
+ "control": {
1734
+ "type": "boolean"
1735
+ }
1736
+ },
1737
+ "aria-orientation": {
1738
+ "defaultValue": null,
1739
+ "description": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
1740
+ "name": "aria-orientation",
1741
+ "parent": {
1742
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1743
+ "name": "AriaAttributes"
1744
+ },
1745
+ "declarations": [
1746
+ {
1747
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1748
+ "name": "AriaAttributes"
1749
+ }
1750
+ ],
1751
+ "required": false,
1752
+ "type": {
1753
+ "name": "enum",
1754
+ "raw": "\"horizontal\" | \"vertical\"",
1755
+ "value": [
1756
+ {
1757
+ "value": "\"horizontal\""
1758
+ },
1759
+ {
1760
+ "value": "\"vertical\""
1761
+ }
1762
+ ]
1763
+ },
1764
+ "control": {
1765
+ "type": "radio"
1766
+ },
1767
+ "options": [
1768
+ "horizontal",
1769
+ "vertical"
1770
+ ]
1771
+ },
1772
+ "aria-owns": {
1773
+ "defaultValue": null,
1774
+ "description": "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship.\n@see aria-controls.",
1775
+ "name": "aria-owns",
1776
+ "parent": {
1777
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1778
+ "name": "AriaAttributes"
1779
+ },
1780
+ "declarations": [
1781
+ {
1782
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1783
+ "name": "AriaAttributes"
1784
+ }
1785
+ ],
1786
+ "required": false,
1787
+ "type": {
1788
+ "name": "string"
1789
+ },
1790
+ "control": {
1791
+ "type": "text"
1792
+ }
1793
+ },
1794
+ "aria-placeholder": {
1795
+ "defaultValue": null,
1796
+ "description": "Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.\nA hint could be a sample value or a brief description of the expected format.",
1797
+ "name": "aria-placeholder",
1798
+ "parent": {
1799
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1800
+ "name": "AriaAttributes"
1801
+ },
1802
+ "declarations": [
1803
+ {
1804
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1805
+ "name": "AriaAttributes"
1806
+ }
1807
+ ],
1808
+ "required": false,
1809
+ "type": {
1810
+ "name": "string"
1811
+ },
1812
+ "control": {
1813
+ "type": "text"
1814
+ }
1815
+ },
1816
+ "aria-posinset": {
1817
+ "defaultValue": null,
1818
+ "description": "Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.\n@see aria-setsize.",
1819
+ "name": "aria-posinset",
1820
+ "parent": {
1821
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1822
+ "name": "AriaAttributes"
1823
+ },
1824
+ "declarations": [
1825
+ {
1826
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1827
+ "name": "AriaAttributes"
1828
+ }
1829
+ ],
1830
+ "required": false,
1831
+ "type": {
1832
+ "name": "number"
1833
+ },
1834
+ "control": {
1835
+ "type": "number"
1836
+ }
1837
+ },
1838
+ "aria-pressed": {
1839
+ "defaultValue": null,
1840
+ "description": "Indicates the current \"pressed\" state of toggle buttons.\n@see aria-checked\n@see aria-selected.",
1841
+ "name": "aria-pressed",
1842
+ "parent": {
1843
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1844
+ "name": "AriaAttributes"
1845
+ },
1846
+ "declarations": [
1847
+ {
1848
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1849
+ "name": "AriaAttributes"
1850
+ }
1851
+ ],
1852
+ "required": false,
1853
+ "type": {
1854
+ "name": "boolean | \"true\" | \"false\" | \"mixed\""
1855
+ },
1856
+ "control": {
1857
+ "type": "text"
1858
+ }
1859
+ },
1860
+ "aria-readonly": {
1861
+ "defaultValue": null,
1862
+ "description": "Indicates that the element is not editable, but is otherwise operable.\n@see aria-disabled.",
1863
+ "name": "aria-readonly",
1864
+ "parent": {
1865
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1866
+ "name": "AriaAttributes"
1867
+ },
1868
+ "declarations": [
1869
+ {
1870
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1871
+ "name": "AriaAttributes"
1872
+ }
1873
+ ],
1874
+ "required": false,
1875
+ "type": {
1876
+ "name": "Booleanish"
1877
+ },
1878
+ "control": {
1879
+ "type": "boolean"
1880
+ }
1881
+ },
1882
+ "aria-relevant": {
1883
+ "defaultValue": null,
1884
+ "description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n@see aria-atomic.",
1885
+ "name": "aria-relevant",
1886
+ "parent": {
1887
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1888
+ "name": "AriaAttributes"
1889
+ },
1890
+ "declarations": [
1891
+ {
1892
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1893
+ "name": "AriaAttributes"
1894
+ }
1895
+ ],
1896
+ "required": false,
1897
+ "type": {
1898
+ "name": "enum",
1899
+ "raw": "\"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\"",
1900
+ "value": [
1901
+ {
1902
+ "value": "\"text\""
1903
+ },
1904
+ {
1905
+ "value": "\"additions\""
1906
+ },
1907
+ {
1908
+ "value": "\"additions removals\""
1909
+ },
1910
+ {
1911
+ "value": "\"additions text\""
1912
+ },
1913
+ {
1914
+ "value": "\"all\""
1915
+ },
1916
+ {
1917
+ "value": "\"removals\""
1918
+ },
1919
+ {
1920
+ "value": "\"removals additions\""
1921
+ },
1922
+ {
1923
+ "value": "\"removals text\""
1924
+ },
1925
+ {
1926
+ "value": "\"text additions\""
1927
+ },
1928
+ {
1929
+ "value": "\"text removals\""
1930
+ }
1931
+ ]
1932
+ },
1933
+ "control": {
1934
+ "type": "select"
1935
+ },
1936
+ "options": [
1937
+ "text",
1938
+ "additions",
1939
+ "additions removals",
1940
+ "additions text",
1941
+ "all",
1942
+ "removals",
1943
+ "removals additions",
1944
+ "removals text",
1945
+ "text additions",
1946
+ "text removals"
1947
+ ]
1948
+ },
1949
+ "aria-required": {
1950
+ "defaultValue": null,
1951
+ "description": "Indicates that user input is required on the element before a form may be submitted.",
1952
+ "name": "aria-required",
1953
+ "parent": {
1954
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1955
+ "name": "AriaAttributes"
1956
+ },
1957
+ "declarations": [
1958
+ {
1959
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1960
+ "name": "AriaAttributes"
1961
+ }
1962
+ ],
1963
+ "required": false,
1964
+ "type": {
1965
+ "name": "Booleanish"
1966
+ },
1967
+ "control": {
1968
+ "type": "boolean"
1969
+ }
1970
+ },
1971
+ "aria-roledescription": {
1972
+ "defaultValue": null,
1973
+ "description": "Defines a human-readable, author-localized description for the role of an element.",
1974
+ "name": "aria-roledescription",
1975
+ "parent": {
1976
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1977
+ "name": "AriaAttributes"
1978
+ },
1979
+ "declarations": [
1980
+ {
1981
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1982
+ "name": "AriaAttributes"
1983
+ }
1984
+ ],
1985
+ "required": false,
1986
+ "type": {
1987
+ "name": "string"
1988
+ },
1989
+ "control": {
1990
+ "type": "text"
1991
+ }
1992
+ },
1993
+ "aria-rowcount": {
1994
+ "defaultValue": null,
1995
+ "description": "Defines the total number of rows in a table, grid, or treegrid.\n@see aria-rowindex.",
1996
+ "name": "aria-rowcount",
1997
+ "parent": {
1998
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1999
+ "name": "AriaAttributes"
2000
+ },
2001
+ "declarations": [
2002
+ {
2003
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2004
+ "name": "AriaAttributes"
2005
+ }
2006
+ ],
2007
+ "required": false,
2008
+ "type": {
2009
+ "name": "number"
2010
+ },
2011
+ "control": {
2012
+ "type": "number"
2013
+ }
2014
+ },
2015
+ "aria-rowindex": {
2016
+ "defaultValue": null,
2017
+ "description": "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.\n@see aria-rowcount\n@see aria-rowspan.",
2018
+ "name": "aria-rowindex",
2019
+ "parent": {
2020
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2021
+ "name": "AriaAttributes"
2022
+ },
2023
+ "declarations": [
2024
+ {
2025
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2026
+ "name": "AriaAttributes"
2027
+ }
2028
+ ],
2029
+ "required": false,
2030
+ "type": {
2031
+ "name": "number"
2032
+ },
2033
+ "control": {
2034
+ "type": "number"
2035
+ }
2036
+ },
2037
+ "aria-rowspan": {
2038
+ "defaultValue": null,
2039
+ "description": "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
2040
+ "name": "aria-rowspan",
2041
+ "parent": {
2042
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2043
+ "name": "AriaAttributes"
2044
+ },
2045
+ "declarations": [
2046
+ {
2047
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2048
+ "name": "AriaAttributes"
2049
+ }
2050
+ ],
2051
+ "required": false,
2052
+ "type": {
2053
+ "name": "number"
2054
+ },
2055
+ "control": {
2056
+ "type": "number"
2057
+ }
2058
+ },
2059
+ "aria-selected": {
2060
+ "defaultValue": null,
2061
+ "description": "Indicates the current \"selected\" state of various widgets.\n@see aria-checked\n@see aria-pressed.",
2062
+ "name": "aria-selected",
2063
+ "parent": {
2064
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2065
+ "name": "AriaAttributes"
2066
+ },
2067
+ "declarations": [
2068
+ {
2069
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2070
+ "name": "AriaAttributes"
2071
+ }
2072
+ ],
2073
+ "required": false,
2074
+ "type": {
2075
+ "name": "Booleanish"
2076
+ },
2077
+ "control": {
2078
+ "type": "boolean"
2079
+ }
2080
+ },
2081
+ "aria-setsize": {
2082
+ "defaultValue": null,
2083
+ "description": "Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.\n@see aria-posinset.",
2084
+ "name": "aria-setsize",
2085
+ "parent": {
2086
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2087
+ "name": "AriaAttributes"
2088
+ },
2089
+ "declarations": [
2090
+ {
2091
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2092
+ "name": "AriaAttributes"
2093
+ }
2094
+ ],
2095
+ "required": false,
2096
+ "type": {
2097
+ "name": "number"
2098
+ },
2099
+ "control": {
2100
+ "type": "number"
2101
+ }
2102
+ },
2103
+ "aria-sort": {
2104
+ "defaultValue": null,
2105
+ "description": "Indicates if items in a table or grid are sorted in ascending or descending order.",
2106
+ "name": "aria-sort",
2107
+ "parent": {
2108
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2109
+ "name": "AriaAttributes"
2110
+ },
2111
+ "declarations": [
2112
+ {
2113
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2114
+ "name": "AriaAttributes"
2115
+ }
2116
+ ],
2117
+ "required": false,
2118
+ "type": {
2119
+ "name": "enum",
2120
+ "raw": "\"none\" | \"ascending\" | \"descending\" | \"other\"",
2121
+ "value": [
2122
+ {
2123
+ "value": "\"none\""
2124
+ },
2125
+ {
2126
+ "value": "\"ascending\""
2127
+ },
2128
+ {
2129
+ "value": "\"descending\""
2130
+ },
2131
+ {
2132
+ "value": "\"other\""
2133
+ }
2134
+ ]
2135
+ },
2136
+ "control": {
2137
+ "type": "radio"
2138
+ },
2139
+ "options": [
2140
+ "none",
2141
+ "ascending",
2142
+ "descending",
2143
+ "other"
2144
+ ]
2145
+ },
2146
+ "aria-valuemax": {
2147
+ "defaultValue": null,
2148
+ "description": "Defines the maximum allowed value for a range widget.",
2149
+ "name": "aria-valuemax",
2150
+ "parent": {
2151
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2152
+ "name": "AriaAttributes"
2153
+ },
2154
+ "declarations": [
2155
+ {
2156
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2157
+ "name": "AriaAttributes"
2158
+ }
2159
+ ],
2160
+ "required": false,
2161
+ "type": {
2162
+ "name": "number"
2163
+ },
2164
+ "control": {
2165
+ "type": "number"
2166
+ }
2167
+ },
2168
+ "aria-valuemin": {
2169
+ "defaultValue": null,
2170
+ "description": "Defines the minimum allowed value for a range widget.",
2171
+ "name": "aria-valuemin",
2172
+ "parent": {
2173
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2174
+ "name": "AriaAttributes"
2175
+ },
2176
+ "declarations": [
2177
+ {
2178
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2179
+ "name": "AriaAttributes"
2180
+ }
2181
+ ],
2182
+ "required": false,
2183
+ "type": {
2184
+ "name": "number"
2185
+ },
2186
+ "control": {
2187
+ "type": "number"
2188
+ }
2189
+ },
2190
+ "aria-valuenow": {
2191
+ "defaultValue": null,
2192
+ "description": "Defines the current value for a range widget.\n@see aria-valuetext.",
2193
+ "name": "aria-valuenow",
2194
+ "parent": {
2195
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2196
+ "name": "AriaAttributes"
2197
+ },
2198
+ "declarations": [
2199
+ {
2200
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2201
+ "name": "AriaAttributes"
2202
+ }
2203
+ ],
2204
+ "required": false,
2205
+ "type": {
2206
+ "name": "number"
2207
+ },
2208
+ "control": {
2209
+ "type": "number"
2210
+ }
2211
+ },
2212
+ "aria-valuetext": {
2213
+ "defaultValue": null,
2214
+ "description": "Defines the human readable text alternative of aria-valuenow for a range widget.",
2215
+ "name": "aria-valuetext",
2216
+ "parent": {
2217
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2218
+ "name": "AriaAttributes"
2219
+ },
2220
+ "declarations": [
2221
+ {
2222
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2223
+ "name": "AriaAttributes"
2224
+ }
2225
+ ],
2226
+ "required": false,
2227
+ "type": {
2228
+ "name": "string"
2229
+ },
2230
+ "control": {
2231
+ "type": "text"
2232
+ }
2233
+ }
2234
+ }