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