@webstudio-is/react-sdk 0.5.0

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 (176) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +4 -0
  3. package/lib/arg-types/utils.d.ts +6 -0
  4. package/lib/arg-types/utils.d.ts.map +1 -0
  5. package/lib/arg-types/utils.js +80 -0
  6. package/lib/components/bold.d.ts +3 -0
  7. package/lib/components/bold.d.ts.map +1 -0
  8. package/lib/components/bold.js +8 -0
  9. package/lib/components/bold.props.json +2204 -0
  10. package/lib/components/bold.stories.d.ts +6 -0
  11. package/lib/components/bold.stories.d.ts.map +1 -0
  12. package/lib/components/bold.stories.js +19 -0
  13. package/lib/components/box.d.ts +3 -0
  14. package/lib/components/box.d.ts.map +1 -0
  15. package/lib/components/box.js +8 -0
  16. package/lib/components/box.props.json +2204 -0
  17. package/lib/components/box.stories.d.ts +6 -0
  18. package/lib/components/box.stories.d.ts.map +1 -0
  19. package/lib/components/box.stories.js +17 -0
  20. package/lib/components/button.d.ts +6 -0
  21. package/lib/components/button.d.ts.map +1 -0
  22. package/lib/components/button.js +11 -0
  23. package/lib/components/button.props.json +2461 -0
  24. package/lib/components/button.stories.d.ts +6 -0
  25. package/lib/components/button.stories.d.ts.map +1 -0
  26. package/lib/components/button.stories.js +19 -0
  27. package/lib/components/form.d.ts +3 -0
  28. package/lib/components/form.d.ts.map +1 -0
  29. package/lib/components/form.js +8 -0
  30. package/lib/components/form.props.json +2380 -0
  31. package/lib/components/form.stories.d.ts +6 -0
  32. package/lib/components/form.stories.d.ts.map +1 -0
  33. package/lib/components/form.stories.js +17 -0
  34. package/lib/components/heading.d.ts +8 -0
  35. package/lib/components/heading.d.ts.map +1 -0
  36. package/lib/components/heading.js +12 -0
  37. package/lib/components/heading.props.json +2246 -0
  38. package/lib/components/heading.stories.d.ts +10 -0
  39. package/lib/components/heading.stories.d.ts.map +1 -0
  40. package/lib/components/heading.stories.js +19 -0
  41. package/lib/components/index.d.ts +11 -0
  42. package/lib/components/index.d.ts.map +1 -0
  43. package/lib/components/index.js +26 -0
  44. package/lib/components/input.d.ts +3 -0
  45. package/lib/components/input.d.ts.map +1 -0
  46. package/lib/components/input.js +8 -0
  47. package/lib/components/input.props.json +2955 -0
  48. package/lib/components/input.stories.d.ts +6 -0
  49. package/lib/components/input.stories.d.ts.map +1 -0
  50. package/lib/components/input.stories.js +17 -0
  51. package/lib/components/italic.d.ts +3 -0
  52. package/lib/components/italic.d.ts.map +1 -0
  53. package/lib/components/italic.js +8 -0
  54. package/lib/components/italic.props.json +2204 -0
  55. package/lib/components/italic.stories.d.ts +6 -0
  56. package/lib/components/italic.stories.d.ts.map +1 -0
  57. package/lib/components/italic.stories.js +19 -0
  58. package/lib/components/link.d.ts +8 -0
  59. package/lib/components/link.d.ts.map +1 -0
  60. package/lib/components/link.js +8 -0
  61. package/lib/components/link.props.json +2441 -0
  62. package/lib/components/link.stories.d.ts +6 -0
  63. package/lib/components/link.stories.d.ts.map +1 -0
  64. package/lib/components/link.stories.js +19 -0
  65. package/lib/components/meta.d.ts +11 -0
  66. package/lib/components/meta.d.ts.map +1 -0
  67. package/lib/components/meta.js +26 -0
  68. package/lib/components/paragraph.d.ts +3 -0
  69. package/lib/components/paragraph.d.ts.map +1 -0
  70. package/lib/components/paragraph.js +8 -0
  71. package/lib/components/paragraph.props.json +2204 -0
  72. package/lib/components/paragraph.stories.d.ts +6 -0
  73. package/lib/components/paragraph.stories.d.ts.map +1 -0
  74. package/lib/components/paragraph.stories.js +19 -0
  75. package/lib/components/text-block.d.ts +3 -0
  76. package/lib/components/text-block.d.ts.map +1 -0
  77. package/lib/components/text-block.js +8 -0
  78. package/lib/components/text-block.props.json +2204 -0
  79. package/lib/components/text-block.stories.d.ts +6 -0
  80. package/lib/components/text-block.stories.d.ts.map +1 -0
  81. package/lib/components/text-block.stories.js +19 -0
  82. package/lib/css/breakpoints.d.ts +4 -0
  83. package/lib/css/breakpoints.d.ts.map +1 -0
  84. package/lib/css/breakpoints.js +9 -0
  85. package/lib/css/categories.d.ts +408 -0
  86. package/lib/css/categories.d.ts.map +1 -0
  87. package/lib/css/categories.js +229 -0
  88. package/lib/css/get-browser-style.d.ts +3 -0
  89. package/lib/css/get-browser-style.d.ts.map +1 -0
  90. package/lib/css/get-browser-style.js +43 -0
  91. package/lib/css/index.d.ts +9 -0
  92. package/lib/css/index.d.ts.map +1 -0
  93. package/lib/css/index.js +24 -0
  94. package/lib/css/keyword-values.d.ts +302 -0
  95. package/lib/css/keyword-values.d.ts.map +1 -0
  96. package/lib/css/keyword-values.js +6619 -0
  97. package/lib/css/properties.d.ts +3197 -0
  98. package/lib/css/properties.d.ts.map +1 -0
  99. package/lib/css/properties.js +3200 -0
  100. package/lib/css/schema.d.ts +151 -0
  101. package/lib/css/schema.d.ts.map +1 -0
  102. package/lib/css/schema.js +38 -0
  103. package/lib/css/types.d.ts +15 -0
  104. package/lib/css/types.d.ts.map +1 -0
  105. package/lib/css/types.js +2 -0
  106. package/lib/css/units.d.ts +2 -0
  107. package/lib/css/units.d.ts.map +1 -0
  108. package/lib/css/units.js +35 -0
  109. package/lib/db/index.d.ts +3 -0
  110. package/lib/db/index.d.ts.map +1 -0
  111. package/lib/db/index.js +18 -0
  112. package/lib/db/instance.d.ts +11 -0
  113. package/lib/db/instance.d.ts.map +1 -0
  114. package/lib/db/instance.js +13 -0
  115. package/lib/db/types.d.ts +12 -0
  116. package/lib/db/types.d.ts.map +1 -0
  117. package/lib/db/types.js +2 -0
  118. package/lib/index.d.ts +9 -0
  119. package/lib/index.d.ts.map +1 -0
  120. package/lib/index.js +37 -0
  121. package/lib/prisma.server.d.ts +3 -0
  122. package/lib/prisma.server.d.ts.map +1 -0
  123. package/lib/prisma.server.js +8 -0
  124. package/lib/pubsub/index.d.ts +3 -0
  125. package/lib/pubsub/index.d.ts.map +1 -0
  126. package/lib/pubsub/index.js +18 -0
  127. package/lib/pubsub/publish.d.ts +17 -0
  128. package/lib/pubsub/publish.d.ts.map +1 -0
  129. package/lib/pubsub/publish.js +27 -0
  130. package/lib/pubsub/subscribe.d.ts +8 -0
  131. package/lib/pubsub/subscribe.d.ts.map +1 -0
  132. package/lib/pubsub/subscribe.js +31 -0
  133. package/lib/stitches/critical-css.d.ts +4 -0
  134. package/lib/stitches/critical-css.d.ts.map +1 -0
  135. package/lib/stitches/critical-css.js +12 -0
  136. package/lib/stitches/css.d.ts +9 -0
  137. package/lib/stitches/css.d.ts.map +1 -0
  138. package/lib/stitches/css.js +32 -0
  139. package/lib/stitches/index.d.ts +4 -0
  140. package/lib/stitches/index.d.ts.map +1 -0
  141. package/lib/stitches/index.js +19 -0
  142. package/lib/stitches/to-css.d.ts +8 -0
  143. package/lib/stitches/to-css.d.ts.map +1 -0
  144. package/lib/stitches/to-css.js +44 -0
  145. package/lib/stitches/to-css.test.d.ts +2 -0
  146. package/lib/stitches/to-css.test.d.ts.map +1 -0
  147. package/lib/stitches/to-css.test.js +63 -0
  148. package/lib/tree/create-elements-tree.d.ts +23 -0
  149. package/lib/tree/create-elements-tree.d.ts.map +1 -0
  150. package/lib/tree/create-elements-tree.js +28 -0
  151. package/lib/tree/index.d.ts +4 -0
  152. package/lib/tree/index.d.ts.map +1 -0
  153. package/lib/tree/index.js +19 -0
  154. package/lib/tree/root.d.ts +16 -0
  155. package/lib/tree/root.d.ts.map +1 -0
  156. package/lib/tree/root.js +26 -0
  157. package/lib/tree/wrapper-component.d.ts +12 -0
  158. package/lib/tree/wrapper-component.d.ts.map +1 -0
  159. package/lib/tree/wrapper-component.js +53 -0
  160. package/lib/user-props/all-user-props.d.ts +8 -0
  161. package/lib/user-props/all-user-props.d.ts.map +1 -0
  162. package/lib/user-props/all-user-props.js +20 -0
  163. package/lib/user-props/index.d.ts +5 -0
  164. package/lib/user-props/index.d.ts.map +1 -0
  165. package/lib/user-props/index.js +20 -0
  166. package/lib/user-props/schema.d.ts +34 -0
  167. package/lib/user-props/schema.d.ts.map +1 -0
  168. package/lib/user-props/schema.js +11 -0
  169. package/lib/user-props/types.d.ts +15 -0
  170. package/lib/user-props/types.d.ts.map +1 -0
  171. package/lib/user-props/types.js +2 -0
  172. package/lib/user-props/use-user-props.d.ts +12 -0
  173. package/lib/user-props/use-user-props.d.ts.map +1 -0
  174. package/lib/user-props/use-user-props.js +33 -0
  175. package/package.json +78 -0
  176. package/prisma/schema.prisma +71 -0
@@ -0,0 +1,2955 @@
1
+ {
2
+ "form": {
3
+ "defaultValue": null,
4
+ "description": "",
5
+ "name": "form",
6
+ "parent": {
7
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
8
+ "name": "InputHTMLAttributes"
9
+ },
10
+ "declarations": [
11
+ {
12
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
13
+ "name": "InputHTMLAttributes"
14
+ }
15
+ ],
16
+ "required": false,
17
+ "type": {
18
+ "name": "string"
19
+ },
20
+ "control": {
21
+ "type": "text"
22
+ }
23
+ },
24
+ "slot": {
25
+ "defaultValue": null,
26
+ "description": "",
27
+ "name": "slot",
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": "string"
41
+ },
42
+ "control": {
43
+ "type": "text"
44
+ }
45
+ },
46
+ "style": {
47
+ "defaultValue": null,
48
+ "description": "",
49
+ "name": "style",
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": "CSSProperties"
63
+ },
64
+ "control": {
65
+ "type": "text"
66
+ }
67
+ },
68
+ "title": {
69
+ "defaultValue": null,
70
+ "description": "",
71
+ "name": "title",
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": "string"
85
+ },
86
+ "control": {
87
+ "type": "text"
88
+ }
89
+ },
90
+ "pattern": {
91
+ "defaultValue": null,
92
+ "description": "",
93
+ "name": "pattern",
94
+ "parent": {
95
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
96
+ "name": "InputHTMLAttributes"
97
+ },
98
+ "declarations": [
99
+ {
100
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
101
+ "name": "InputHTMLAttributes"
102
+ }
103
+ ],
104
+ "required": false,
105
+ "type": {
106
+ "name": "string"
107
+ },
108
+ "control": {
109
+ "type": "text"
110
+ }
111
+ },
112
+ "accept": {
113
+ "defaultValue": null,
114
+ "description": "",
115
+ "name": "accept",
116
+ "parent": {
117
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
118
+ "name": "InputHTMLAttributes"
119
+ },
120
+ "declarations": [
121
+ {
122
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
123
+ "name": "InputHTMLAttributes"
124
+ }
125
+ ],
126
+ "required": false,
127
+ "type": {
128
+ "name": "string"
129
+ },
130
+ "control": {
131
+ "type": "text"
132
+ }
133
+ },
134
+ "alt": {
135
+ "defaultValue": null,
136
+ "description": "",
137
+ "name": "alt",
138
+ "parent": {
139
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
140
+ "name": "InputHTMLAttributes"
141
+ },
142
+ "declarations": [
143
+ {
144
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
145
+ "name": "InputHTMLAttributes"
146
+ }
147
+ ],
148
+ "required": false,
149
+ "type": {
150
+ "name": "string"
151
+ },
152
+ "control": {
153
+ "type": "text"
154
+ }
155
+ },
156
+ "autoComplete": {
157
+ "defaultValue": null,
158
+ "description": "",
159
+ "name": "autoComplete",
160
+ "parent": {
161
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
162
+ "name": "InputHTMLAttributes"
163
+ },
164
+ "declarations": [
165
+ {
166
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
167
+ "name": "InputHTMLAttributes"
168
+ }
169
+ ],
170
+ "required": false,
171
+ "type": {
172
+ "name": "string"
173
+ },
174
+ "control": {
175
+ "type": "text"
176
+ }
177
+ },
178
+ "autoFocus": {
179
+ "defaultValue": null,
180
+ "description": "",
181
+ "name": "autoFocus",
182
+ "parent": {
183
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
184
+ "name": "InputHTMLAttributes"
185
+ },
186
+ "declarations": [
187
+ {
188
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
189
+ "name": "InputHTMLAttributes"
190
+ }
191
+ ],
192
+ "required": false,
193
+ "type": {
194
+ "name": "boolean"
195
+ },
196
+ "control": {
197
+ "type": "boolean"
198
+ }
199
+ },
200
+ "capture": {
201
+ "defaultValue": null,
202
+ "description": "",
203
+ "name": "capture",
204
+ "parent": {
205
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
206
+ "name": "InputHTMLAttributes"
207
+ },
208
+ "declarations": [
209
+ {
210
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
211
+ "name": "InputHTMLAttributes"
212
+ }
213
+ ],
214
+ "required": false,
215
+ "type": {
216
+ "name": "boolean | \"user\" | \"environment\""
217
+ },
218
+ "control": {
219
+ "type": "text"
220
+ }
221
+ },
222
+ "checked": {
223
+ "defaultValue": null,
224
+ "description": "",
225
+ "name": "checked",
226
+ "parent": {
227
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
228
+ "name": "InputHTMLAttributes"
229
+ },
230
+ "declarations": [
231
+ {
232
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
233
+ "name": "InputHTMLAttributes"
234
+ }
235
+ ],
236
+ "required": false,
237
+ "type": {
238
+ "name": "boolean"
239
+ },
240
+ "control": {
241
+ "type": "boolean"
242
+ }
243
+ },
244
+ "crossOrigin": {
245
+ "defaultValue": null,
246
+ "description": "",
247
+ "name": "crossOrigin",
248
+ "parent": {
249
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
250
+ "name": "InputHTMLAttributes"
251
+ },
252
+ "declarations": [
253
+ {
254
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
255
+ "name": "InputHTMLAttributes"
256
+ }
257
+ ],
258
+ "required": false,
259
+ "type": {
260
+ "name": "string"
261
+ },
262
+ "control": {
263
+ "type": "text"
264
+ }
265
+ },
266
+ "disabled": {
267
+ "defaultValue": null,
268
+ "description": "",
269
+ "name": "disabled",
270
+ "parent": {
271
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
272
+ "name": "InputHTMLAttributes"
273
+ },
274
+ "declarations": [
275
+ {
276
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
277
+ "name": "InputHTMLAttributes"
278
+ }
279
+ ],
280
+ "required": false,
281
+ "type": {
282
+ "name": "boolean"
283
+ },
284
+ "control": {
285
+ "type": "boolean"
286
+ }
287
+ },
288
+ "enterKeyHint": {
289
+ "defaultValue": null,
290
+ "description": "",
291
+ "name": "enterKeyHint",
292
+ "parent": {
293
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
294
+ "name": "InputHTMLAttributes"
295
+ },
296
+ "declarations": [
297
+ {
298
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
299
+ "name": "InputHTMLAttributes"
300
+ }
301
+ ],
302
+ "required": false,
303
+ "type": {
304
+ "name": "enum",
305
+ "raw": "\"enter\" | \"done\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\"",
306
+ "value": [
307
+ {
308
+ "value": "\"enter\""
309
+ },
310
+ {
311
+ "value": "\"done\""
312
+ },
313
+ {
314
+ "value": "\"go\""
315
+ },
316
+ {
317
+ "value": "\"next\""
318
+ },
319
+ {
320
+ "value": "\"previous\""
321
+ },
322
+ {
323
+ "value": "\"search\""
324
+ },
325
+ {
326
+ "value": "\"send\""
327
+ }
328
+ ]
329
+ },
330
+ "control": {
331
+ "type": "select"
332
+ },
333
+ "options": ["enter", "done", "go", "next", "previous", "search", "send"]
334
+ },
335
+ "formAction": {
336
+ "defaultValue": null,
337
+ "description": "",
338
+ "name": "formAction",
339
+ "parent": {
340
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
341
+ "name": "InputHTMLAttributes"
342
+ },
343
+ "declarations": [
344
+ {
345
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
346
+ "name": "InputHTMLAttributes"
347
+ }
348
+ ],
349
+ "required": false,
350
+ "type": {
351
+ "name": "string"
352
+ },
353
+ "control": {
354
+ "type": "text"
355
+ }
356
+ },
357
+ "formEncType": {
358
+ "defaultValue": null,
359
+ "description": "",
360
+ "name": "formEncType",
361
+ "parent": {
362
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
363
+ "name": "InputHTMLAttributes"
364
+ },
365
+ "declarations": [
366
+ {
367
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
368
+ "name": "InputHTMLAttributes"
369
+ }
370
+ ],
371
+ "required": false,
372
+ "type": {
373
+ "name": "string"
374
+ },
375
+ "control": {
376
+ "type": "text"
377
+ }
378
+ },
379
+ "formMethod": {
380
+ "defaultValue": null,
381
+ "description": "",
382
+ "name": "formMethod",
383
+ "parent": {
384
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
385
+ "name": "InputHTMLAttributes"
386
+ },
387
+ "declarations": [
388
+ {
389
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
390
+ "name": "InputHTMLAttributes"
391
+ }
392
+ ],
393
+ "required": false,
394
+ "type": {
395
+ "name": "string"
396
+ },
397
+ "control": {
398
+ "type": "text"
399
+ }
400
+ },
401
+ "formNoValidate": {
402
+ "defaultValue": null,
403
+ "description": "",
404
+ "name": "formNoValidate",
405
+ "parent": {
406
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
407
+ "name": "InputHTMLAttributes"
408
+ },
409
+ "declarations": [
410
+ {
411
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
412
+ "name": "InputHTMLAttributes"
413
+ }
414
+ ],
415
+ "required": false,
416
+ "type": {
417
+ "name": "boolean"
418
+ },
419
+ "control": {
420
+ "type": "boolean"
421
+ }
422
+ },
423
+ "formTarget": {
424
+ "defaultValue": null,
425
+ "description": "",
426
+ "name": "formTarget",
427
+ "parent": {
428
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
429
+ "name": "InputHTMLAttributes"
430
+ },
431
+ "declarations": [
432
+ {
433
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
434
+ "name": "InputHTMLAttributes"
435
+ }
436
+ ],
437
+ "required": false,
438
+ "type": {
439
+ "name": "string"
440
+ },
441
+ "control": {
442
+ "type": "text"
443
+ }
444
+ },
445
+ "height": {
446
+ "defaultValue": null,
447
+ "description": "",
448
+ "name": "height",
449
+ "parent": {
450
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
451
+ "name": "InputHTMLAttributes"
452
+ },
453
+ "declarations": [
454
+ {
455
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
456
+ "name": "InputHTMLAttributes"
457
+ }
458
+ ],
459
+ "required": false,
460
+ "type": {
461
+ "name": "string | number"
462
+ },
463
+ "control": {
464
+ "type": "text"
465
+ }
466
+ },
467
+ "list": {
468
+ "defaultValue": null,
469
+ "description": "",
470
+ "name": "list",
471
+ "parent": {
472
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
473
+ "name": "InputHTMLAttributes"
474
+ },
475
+ "declarations": [
476
+ {
477
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
478
+ "name": "InputHTMLAttributes"
479
+ }
480
+ ],
481
+ "required": false,
482
+ "type": {
483
+ "name": "string"
484
+ },
485
+ "control": {
486
+ "type": "text"
487
+ }
488
+ },
489
+ "max": {
490
+ "defaultValue": null,
491
+ "description": "",
492
+ "name": "max",
493
+ "parent": {
494
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
495
+ "name": "InputHTMLAttributes"
496
+ },
497
+ "declarations": [
498
+ {
499
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
500
+ "name": "InputHTMLAttributes"
501
+ }
502
+ ],
503
+ "required": false,
504
+ "type": {
505
+ "name": "string | number"
506
+ },
507
+ "control": {
508
+ "type": "text"
509
+ }
510
+ },
511
+ "maxLength": {
512
+ "defaultValue": null,
513
+ "description": "",
514
+ "name": "maxLength",
515
+ "parent": {
516
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
517
+ "name": "InputHTMLAttributes"
518
+ },
519
+ "declarations": [
520
+ {
521
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
522
+ "name": "InputHTMLAttributes"
523
+ }
524
+ ],
525
+ "required": false,
526
+ "type": {
527
+ "name": "number"
528
+ },
529
+ "control": {
530
+ "type": "number"
531
+ }
532
+ },
533
+ "min": {
534
+ "defaultValue": null,
535
+ "description": "",
536
+ "name": "min",
537
+ "parent": {
538
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
539
+ "name": "InputHTMLAttributes"
540
+ },
541
+ "declarations": [
542
+ {
543
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
544
+ "name": "InputHTMLAttributes"
545
+ }
546
+ ],
547
+ "required": false,
548
+ "type": {
549
+ "name": "string | number"
550
+ },
551
+ "control": {
552
+ "type": "text"
553
+ }
554
+ },
555
+ "minLength": {
556
+ "defaultValue": null,
557
+ "description": "",
558
+ "name": "minLength",
559
+ "parent": {
560
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
561
+ "name": "InputHTMLAttributes"
562
+ },
563
+ "declarations": [
564
+ {
565
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
566
+ "name": "InputHTMLAttributes"
567
+ }
568
+ ],
569
+ "required": false,
570
+ "type": {
571
+ "name": "number"
572
+ },
573
+ "control": {
574
+ "type": "number"
575
+ }
576
+ },
577
+ "multiple": {
578
+ "defaultValue": null,
579
+ "description": "",
580
+ "name": "multiple",
581
+ "parent": {
582
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
583
+ "name": "InputHTMLAttributes"
584
+ },
585
+ "declarations": [
586
+ {
587
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
588
+ "name": "InputHTMLAttributes"
589
+ }
590
+ ],
591
+ "required": false,
592
+ "type": {
593
+ "name": "boolean"
594
+ },
595
+ "control": {
596
+ "type": "boolean"
597
+ }
598
+ },
599
+ "name": {
600
+ "defaultValue": null,
601
+ "description": "",
602
+ "name": "name",
603
+ "parent": {
604
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
605
+ "name": "InputHTMLAttributes"
606
+ },
607
+ "declarations": [
608
+ {
609
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
610
+ "name": "InputHTMLAttributes"
611
+ }
612
+ ],
613
+ "required": false,
614
+ "type": {
615
+ "name": "string"
616
+ },
617
+ "control": {
618
+ "type": "text"
619
+ }
620
+ },
621
+ "placeholder": {
622
+ "defaultValue": null,
623
+ "description": "",
624
+ "name": "placeholder",
625
+ "parent": {
626
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
627
+ "name": "InputHTMLAttributes"
628
+ },
629
+ "declarations": [
630
+ {
631
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
632
+ "name": "InputHTMLAttributes"
633
+ }
634
+ ],
635
+ "required": false,
636
+ "type": {
637
+ "name": "string"
638
+ },
639
+ "control": {
640
+ "type": "text"
641
+ }
642
+ },
643
+ "readOnly": {
644
+ "defaultValue": null,
645
+ "description": "",
646
+ "name": "readOnly",
647
+ "parent": {
648
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
649
+ "name": "InputHTMLAttributes"
650
+ },
651
+ "declarations": [
652
+ {
653
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
654
+ "name": "InputHTMLAttributes"
655
+ }
656
+ ],
657
+ "required": false,
658
+ "type": {
659
+ "name": "boolean"
660
+ },
661
+ "control": {
662
+ "type": "boolean"
663
+ }
664
+ },
665
+ "required": {
666
+ "defaultValue": null,
667
+ "description": "",
668
+ "name": "required",
669
+ "parent": {
670
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
671
+ "name": "InputHTMLAttributes"
672
+ },
673
+ "declarations": [
674
+ {
675
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
676
+ "name": "InputHTMLAttributes"
677
+ }
678
+ ],
679
+ "required": false,
680
+ "type": {
681
+ "name": "boolean"
682
+ },
683
+ "control": {
684
+ "type": "boolean"
685
+ }
686
+ },
687
+ "size": {
688
+ "defaultValue": null,
689
+ "description": "",
690
+ "name": "size",
691
+ "parent": {
692
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
693
+ "name": "InputHTMLAttributes"
694
+ },
695
+ "declarations": [
696
+ {
697
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
698
+ "name": "InputHTMLAttributes"
699
+ }
700
+ ],
701
+ "required": false,
702
+ "type": {
703
+ "name": "number"
704
+ },
705
+ "control": {
706
+ "type": "number"
707
+ }
708
+ },
709
+ "src": {
710
+ "defaultValue": null,
711
+ "description": "",
712
+ "name": "src",
713
+ "parent": {
714
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
715
+ "name": "InputHTMLAttributes"
716
+ },
717
+ "declarations": [
718
+ {
719
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
720
+ "name": "InputHTMLAttributes"
721
+ }
722
+ ],
723
+ "required": false,
724
+ "type": {
725
+ "name": "string"
726
+ },
727
+ "control": {
728
+ "type": "text"
729
+ }
730
+ },
731
+ "step": {
732
+ "defaultValue": null,
733
+ "description": "",
734
+ "name": "step",
735
+ "parent": {
736
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
737
+ "name": "InputHTMLAttributes"
738
+ },
739
+ "declarations": [
740
+ {
741
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
742
+ "name": "InputHTMLAttributes"
743
+ }
744
+ ],
745
+ "required": false,
746
+ "type": {
747
+ "name": "string | number"
748
+ },
749
+ "control": {
750
+ "type": "text"
751
+ }
752
+ },
753
+ "type": {
754
+ "defaultValue": null,
755
+ "description": "",
756
+ "name": "type",
757
+ "parent": {
758
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
759
+ "name": "InputHTMLAttributes"
760
+ },
761
+ "declarations": [
762
+ {
763
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
764
+ "name": "InputHTMLAttributes"
765
+ }
766
+ ],
767
+ "required": false,
768
+ "type": {
769
+ "name": "HTMLInputTypeAttribute"
770
+ },
771
+ "control": {
772
+ "type": "text"
773
+ }
774
+ },
775
+ "value": {
776
+ "defaultValue": null,
777
+ "description": "",
778
+ "name": "value",
779
+ "parent": {
780
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
781
+ "name": "InputHTMLAttributes"
782
+ },
783
+ "declarations": [
784
+ {
785
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
786
+ "name": "InputHTMLAttributes"
787
+ }
788
+ ],
789
+ "required": false,
790
+ "type": {
791
+ "name": "string | number | readonly string[]"
792
+ },
793
+ "control": {
794
+ "type": "text"
795
+ }
796
+ },
797
+ "width": {
798
+ "defaultValue": null,
799
+ "description": "",
800
+ "name": "width",
801
+ "parent": {
802
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
803
+ "name": "InputHTMLAttributes"
804
+ },
805
+ "declarations": [
806
+ {
807
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
808
+ "name": "InputHTMLAttributes"
809
+ }
810
+ ],
811
+ "required": false,
812
+ "type": {
813
+ "name": "string | number"
814
+ },
815
+ "control": {
816
+ "type": "text"
817
+ }
818
+ },
819
+ "onChange": {
820
+ "defaultValue": null,
821
+ "description": "",
822
+ "name": "onChange",
823
+ "parent": {
824
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
825
+ "name": "InputHTMLAttributes"
826
+ },
827
+ "declarations": [
828
+ {
829
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
830
+ "name": "InputHTMLAttributes"
831
+ }
832
+ ],
833
+ "required": false,
834
+ "type": {
835
+ "name": "ChangeEventHandler<HTMLInputElement>"
836
+ },
837
+ "control": {
838
+ "type": "text"
839
+ }
840
+ },
841
+ "defaultChecked": {
842
+ "defaultValue": null,
843
+ "description": "",
844
+ "name": "defaultChecked",
845
+ "parent": {
846
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
847
+ "name": "HTMLAttributes"
848
+ },
849
+ "declarations": [
850
+ {
851
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
852
+ "name": "HTMLAttributes"
853
+ }
854
+ ],
855
+ "required": false,
856
+ "type": {
857
+ "name": "boolean"
858
+ },
859
+ "control": {
860
+ "type": "boolean"
861
+ }
862
+ },
863
+ "defaultValue": {
864
+ "defaultValue": null,
865
+ "description": "",
866
+ "name": "defaultValue",
867
+ "parent": {
868
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
869
+ "name": "HTMLAttributes"
870
+ },
871
+ "declarations": [
872
+ {
873
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
874
+ "name": "HTMLAttributes"
875
+ }
876
+ ],
877
+ "required": false,
878
+ "type": {
879
+ "name": "string | number | readonly string[]"
880
+ },
881
+ "control": {
882
+ "type": "text"
883
+ }
884
+ },
885
+ "suppressContentEditableWarning": {
886
+ "defaultValue": null,
887
+ "description": "",
888
+ "name": "suppressContentEditableWarning",
889
+ "parent": {
890
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
891
+ "name": "HTMLAttributes"
892
+ },
893
+ "declarations": [
894
+ {
895
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
896
+ "name": "HTMLAttributes"
897
+ }
898
+ ],
899
+ "required": false,
900
+ "type": {
901
+ "name": "boolean"
902
+ },
903
+ "control": {
904
+ "type": "boolean"
905
+ }
906
+ },
907
+ "suppressHydrationWarning": {
908
+ "defaultValue": null,
909
+ "description": "",
910
+ "name": "suppressHydrationWarning",
911
+ "parent": {
912
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
913
+ "name": "HTMLAttributes"
914
+ },
915
+ "declarations": [
916
+ {
917
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
918
+ "name": "HTMLAttributes"
919
+ }
920
+ ],
921
+ "required": false,
922
+ "type": {
923
+ "name": "boolean"
924
+ },
925
+ "control": {
926
+ "type": "boolean"
927
+ }
928
+ },
929
+ "accessKey": {
930
+ "defaultValue": null,
931
+ "description": "",
932
+ "name": "accessKey",
933
+ "parent": {
934
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
935
+ "name": "HTMLAttributes"
936
+ },
937
+ "declarations": [
938
+ {
939
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
940
+ "name": "HTMLAttributes"
941
+ }
942
+ ],
943
+ "required": false,
944
+ "type": {
945
+ "name": "string"
946
+ },
947
+ "control": {
948
+ "type": "text"
949
+ }
950
+ },
951
+ "className": {
952
+ "defaultValue": null,
953
+ "description": "",
954
+ "name": "className",
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": "string"
968
+ },
969
+ "control": {
970
+ "type": "text"
971
+ }
972
+ },
973
+ "contentEditable": {
974
+ "defaultValue": null,
975
+ "description": "",
976
+ "name": "contentEditable",
977
+ "parent": {
978
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
979
+ "name": "HTMLAttributes"
980
+ },
981
+ "declarations": [
982
+ {
983
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
984
+ "name": "HTMLAttributes"
985
+ }
986
+ ],
987
+ "required": false,
988
+ "type": {
989
+ "name": "Booleanish | \"inherit\""
990
+ },
991
+ "control": {
992
+ "type": "text"
993
+ }
994
+ },
995
+ "contextMenu": {
996
+ "defaultValue": null,
997
+ "description": "",
998
+ "name": "contextMenu",
999
+ "parent": {
1000
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1001
+ "name": "HTMLAttributes"
1002
+ },
1003
+ "declarations": [
1004
+ {
1005
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1006
+ "name": "HTMLAttributes"
1007
+ }
1008
+ ],
1009
+ "required": false,
1010
+ "type": {
1011
+ "name": "string"
1012
+ },
1013
+ "control": {
1014
+ "type": "text"
1015
+ }
1016
+ },
1017
+ "dir": {
1018
+ "defaultValue": null,
1019
+ "description": "",
1020
+ "name": "dir",
1021
+ "parent": {
1022
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1023
+ "name": "HTMLAttributes"
1024
+ },
1025
+ "declarations": [
1026
+ {
1027
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1028
+ "name": "HTMLAttributes"
1029
+ }
1030
+ ],
1031
+ "required": false,
1032
+ "type": {
1033
+ "name": "string"
1034
+ },
1035
+ "control": {
1036
+ "type": "text"
1037
+ }
1038
+ },
1039
+ "draggable": {
1040
+ "defaultValue": null,
1041
+ "description": "",
1042
+ "name": "draggable",
1043
+ "parent": {
1044
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1045
+ "name": "HTMLAttributes"
1046
+ },
1047
+ "declarations": [
1048
+ {
1049
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1050
+ "name": "HTMLAttributes"
1051
+ }
1052
+ ],
1053
+ "required": false,
1054
+ "type": {
1055
+ "name": "Booleanish"
1056
+ },
1057
+ "control": {
1058
+ "type": "boolean"
1059
+ }
1060
+ },
1061
+ "hidden": {
1062
+ "defaultValue": null,
1063
+ "description": "",
1064
+ "name": "hidden",
1065
+ "parent": {
1066
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1067
+ "name": "HTMLAttributes"
1068
+ },
1069
+ "declarations": [
1070
+ {
1071
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1072
+ "name": "HTMLAttributes"
1073
+ }
1074
+ ],
1075
+ "required": false,
1076
+ "type": {
1077
+ "name": "boolean"
1078
+ },
1079
+ "control": {
1080
+ "type": "boolean"
1081
+ }
1082
+ },
1083
+ "id": {
1084
+ "defaultValue": null,
1085
+ "description": "",
1086
+ "name": "id",
1087
+ "parent": {
1088
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1089
+ "name": "HTMLAttributes"
1090
+ },
1091
+ "declarations": [
1092
+ {
1093
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1094
+ "name": "HTMLAttributes"
1095
+ }
1096
+ ],
1097
+ "required": false,
1098
+ "type": {
1099
+ "name": "string"
1100
+ },
1101
+ "control": {
1102
+ "type": "text"
1103
+ }
1104
+ },
1105
+ "lang": {
1106
+ "defaultValue": null,
1107
+ "description": "",
1108
+ "name": "lang",
1109
+ "parent": {
1110
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1111
+ "name": "HTMLAttributes"
1112
+ },
1113
+ "declarations": [
1114
+ {
1115
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1116
+ "name": "HTMLAttributes"
1117
+ }
1118
+ ],
1119
+ "required": false,
1120
+ "type": {
1121
+ "name": "string"
1122
+ },
1123
+ "control": {
1124
+ "type": "text"
1125
+ }
1126
+ },
1127
+ "spellCheck": {
1128
+ "defaultValue": null,
1129
+ "description": "",
1130
+ "name": "spellCheck",
1131
+ "parent": {
1132
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1133
+ "name": "HTMLAttributes"
1134
+ },
1135
+ "declarations": [
1136
+ {
1137
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1138
+ "name": "HTMLAttributes"
1139
+ }
1140
+ ],
1141
+ "required": false,
1142
+ "type": {
1143
+ "name": "Booleanish"
1144
+ },
1145
+ "control": {
1146
+ "type": "boolean"
1147
+ }
1148
+ },
1149
+ "tabIndex": {
1150
+ "defaultValue": null,
1151
+ "description": "",
1152
+ "name": "tabIndex",
1153
+ "parent": {
1154
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1155
+ "name": "HTMLAttributes"
1156
+ },
1157
+ "declarations": [
1158
+ {
1159
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1160
+ "name": "HTMLAttributes"
1161
+ }
1162
+ ],
1163
+ "required": false,
1164
+ "type": {
1165
+ "name": "number"
1166
+ },
1167
+ "control": {
1168
+ "type": "number"
1169
+ }
1170
+ },
1171
+ "translate": {
1172
+ "defaultValue": null,
1173
+ "description": "",
1174
+ "name": "translate",
1175
+ "parent": {
1176
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1177
+ "name": "HTMLAttributes"
1178
+ },
1179
+ "declarations": [
1180
+ {
1181
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1182
+ "name": "HTMLAttributes"
1183
+ }
1184
+ ],
1185
+ "required": false,
1186
+ "type": {
1187
+ "name": "enum",
1188
+ "raw": "\"yes\" | \"no\"",
1189
+ "value": [
1190
+ {
1191
+ "value": "\"yes\""
1192
+ },
1193
+ {
1194
+ "value": "\"no\""
1195
+ }
1196
+ ]
1197
+ },
1198
+ "control": {
1199
+ "type": "radio"
1200
+ },
1201
+ "options": ["yes", "no"]
1202
+ },
1203
+ "radioGroup": {
1204
+ "defaultValue": null,
1205
+ "description": "",
1206
+ "name": "radioGroup",
1207
+ "parent": {
1208
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1209
+ "name": "HTMLAttributes"
1210
+ },
1211
+ "declarations": [
1212
+ {
1213
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1214
+ "name": "HTMLAttributes"
1215
+ }
1216
+ ],
1217
+ "required": false,
1218
+ "type": {
1219
+ "name": "string"
1220
+ },
1221
+ "control": {
1222
+ "type": "text"
1223
+ }
1224
+ },
1225
+ "role": {
1226
+ "defaultValue": null,
1227
+ "description": "",
1228
+ "name": "role",
1229
+ "parent": {
1230
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1231
+ "name": "HTMLAttributes"
1232
+ },
1233
+ "declarations": [
1234
+ {
1235
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1236
+ "name": "HTMLAttributes"
1237
+ }
1238
+ ],
1239
+ "required": false,
1240
+ "type": {
1241
+ "name": "AriaRole"
1242
+ },
1243
+ "control": {
1244
+ "type": "text"
1245
+ }
1246
+ },
1247
+ "about": {
1248
+ "defaultValue": null,
1249
+ "description": "",
1250
+ "name": "about",
1251
+ "parent": {
1252
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1253
+ "name": "HTMLAttributes"
1254
+ },
1255
+ "declarations": [
1256
+ {
1257
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1258
+ "name": "HTMLAttributes"
1259
+ }
1260
+ ],
1261
+ "required": false,
1262
+ "type": {
1263
+ "name": "string"
1264
+ },
1265
+ "control": {
1266
+ "type": "text"
1267
+ }
1268
+ },
1269
+ "datatype": {
1270
+ "defaultValue": null,
1271
+ "description": "",
1272
+ "name": "datatype",
1273
+ "parent": {
1274
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1275
+ "name": "HTMLAttributes"
1276
+ },
1277
+ "declarations": [
1278
+ {
1279
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1280
+ "name": "HTMLAttributes"
1281
+ }
1282
+ ],
1283
+ "required": false,
1284
+ "type": {
1285
+ "name": "string"
1286
+ },
1287
+ "control": {
1288
+ "type": "text"
1289
+ }
1290
+ },
1291
+ "inlist": {
1292
+ "defaultValue": null,
1293
+ "description": "",
1294
+ "name": "inlist",
1295
+ "parent": {
1296
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1297
+ "name": "HTMLAttributes"
1298
+ },
1299
+ "declarations": [
1300
+ {
1301
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1302
+ "name": "HTMLAttributes"
1303
+ }
1304
+ ],
1305
+ "required": false,
1306
+ "type": {
1307
+ "name": "any"
1308
+ },
1309
+ "control": {
1310
+ "type": "text"
1311
+ }
1312
+ },
1313
+ "prefix": {
1314
+ "defaultValue": null,
1315
+ "description": "",
1316
+ "name": "prefix",
1317
+ "parent": {
1318
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1319
+ "name": "HTMLAttributes"
1320
+ },
1321
+ "declarations": [
1322
+ {
1323
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1324
+ "name": "HTMLAttributes"
1325
+ }
1326
+ ],
1327
+ "required": false,
1328
+ "type": {
1329
+ "name": "string"
1330
+ },
1331
+ "control": {
1332
+ "type": "text"
1333
+ }
1334
+ },
1335
+ "property": {
1336
+ "defaultValue": null,
1337
+ "description": "",
1338
+ "name": "property",
1339
+ "parent": {
1340
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1341
+ "name": "HTMLAttributes"
1342
+ },
1343
+ "declarations": [
1344
+ {
1345
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1346
+ "name": "HTMLAttributes"
1347
+ }
1348
+ ],
1349
+ "required": false,
1350
+ "type": {
1351
+ "name": "string"
1352
+ },
1353
+ "control": {
1354
+ "type": "text"
1355
+ }
1356
+ },
1357
+ "resource": {
1358
+ "defaultValue": null,
1359
+ "description": "",
1360
+ "name": "resource",
1361
+ "parent": {
1362
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1363
+ "name": "HTMLAttributes"
1364
+ },
1365
+ "declarations": [
1366
+ {
1367
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1368
+ "name": "HTMLAttributes"
1369
+ }
1370
+ ],
1371
+ "required": false,
1372
+ "type": {
1373
+ "name": "string"
1374
+ },
1375
+ "control": {
1376
+ "type": "text"
1377
+ }
1378
+ },
1379
+ "typeof": {
1380
+ "defaultValue": null,
1381
+ "description": "",
1382
+ "name": "typeof",
1383
+ "parent": {
1384
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1385
+ "name": "HTMLAttributes"
1386
+ },
1387
+ "declarations": [
1388
+ {
1389
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1390
+ "name": "HTMLAttributes"
1391
+ }
1392
+ ],
1393
+ "required": false,
1394
+ "type": {
1395
+ "name": "string"
1396
+ },
1397
+ "control": {
1398
+ "type": "text"
1399
+ }
1400
+ },
1401
+ "vocab": {
1402
+ "defaultValue": null,
1403
+ "description": "",
1404
+ "name": "vocab",
1405
+ "parent": {
1406
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1407
+ "name": "HTMLAttributes"
1408
+ },
1409
+ "declarations": [
1410
+ {
1411
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1412
+ "name": "HTMLAttributes"
1413
+ }
1414
+ ],
1415
+ "required": false,
1416
+ "type": {
1417
+ "name": "string"
1418
+ },
1419
+ "control": {
1420
+ "type": "text"
1421
+ }
1422
+ },
1423
+ "autoCapitalize": {
1424
+ "defaultValue": null,
1425
+ "description": "",
1426
+ "name": "autoCapitalize",
1427
+ "parent": {
1428
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1429
+ "name": "HTMLAttributes"
1430
+ },
1431
+ "declarations": [
1432
+ {
1433
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1434
+ "name": "HTMLAttributes"
1435
+ }
1436
+ ],
1437
+ "required": false,
1438
+ "type": {
1439
+ "name": "string"
1440
+ },
1441
+ "control": {
1442
+ "type": "text"
1443
+ }
1444
+ },
1445
+ "autoCorrect": {
1446
+ "defaultValue": null,
1447
+ "description": "",
1448
+ "name": "autoCorrect",
1449
+ "parent": {
1450
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1451
+ "name": "HTMLAttributes"
1452
+ },
1453
+ "declarations": [
1454
+ {
1455
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1456
+ "name": "HTMLAttributes"
1457
+ }
1458
+ ],
1459
+ "required": false,
1460
+ "type": {
1461
+ "name": "string"
1462
+ },
1463
+ "control": {
1464
+ "type": "text"
1465
+ }
1466
+ },
1467
+ "autoSave": {
1468
+ "defaultValue": null,
1469
+ "description": "",
1470
+ "name": "autoSave",
1471
+ "parent": {
1472
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1473
+ "name": "HTMLAttributes"
1474
+ },
1475
+ "declarations": [
1476
+ {
1477
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1478
+ "name": "HTMLAttributes"
1479
+ }
1480
+ ],
1481
+ "required": false,
1482
+ "type": {
1483
+ "name": "string"
1484
+ },
1485
+ "control": {
1486
+ "type": "text"
1487
+ }
1488
+ },
1489
+ "color": {
1490
+ "description": "",
1491
+ "name": "color",
1492
+ "parent": {
1493
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1494
+ "name": "HTMLAttributes"
1495
+ },
1496
+ "declarations": [
1497
+ {
1498
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1499
+ "name": "HTMLAttributes"
1500
+ }
1501
+ ],
1502
+ "required": false,
1503
+ "type": {
1504
+ "name": "string"
1505
+ },
1506
+ "control": {
1507
+ "type": "color"
1508
+ }
1509
+ },
1510
+ "itemProp": {
1511
+ "defaultValue": null,
1512
+ "description": "",
1513
+ "name": "itemProp",
1514
+ "parent": {
1515
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1516
+ "name": "HTMLAttributes"
1517
+ },
1518
+ "declarations": [
1519
+ {
1520
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1521
+ "name": "HTMLAttributes"
1522
+ }
1523
+ ],
1524
+ "required": false,
1525
+ "type": {
1526
+ "name": "string"
1527
+ },
1528
+ "control": {
1529
+ "type": "text"
1530
+ }
1531
+ },
1532
+ "itemScope": {
1533
+ "defaultValue": null,
1534
+ "description": "",
1535
+ "name": "itemScope",
1536
+ "parent": {
1537
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1538
+ "name": "HTMLAttributes"
1539
+ },
1540
+ "declarations": [
1541
+ {
1542
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1543
+ "name": "HTMLAttributes"
1544
+ }
1545
+ ],
1546
+ "required": false,
1547
+ "type": {
1548
+ "name": "boolean"
1549
+ },
1550
+ "control": {
1551
+ "type": "boolean"
1552
+ }
1553
+ },
1554
+ "itemType": {
1555
+ "defaultValue": null,
1556
+ "description": "",
1557
+ "name": "itemType",
1558
+ "parent": {
1559
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1560
+ "name": "HTMLAttributes"
1561
+ },
1562
+ "declarations": [
1563
+ {
1564
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1565
+ "name": "HTMLAttributes"
1566
+ }
1567
+ ],
1568
+ "required": false,
1569
+ "type": {
1570
+ "name": "string"
1571
+ },
1572
+ "control": {
1573
+ "type": "text"
1574
+ }
1575
+ },
1576
+ "itemID": {
1577
+ "defaultValue": null,
1578
+ "description": "",
1579
+ "name": "itemID",
1580
+ "parent": {
1581
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1582
+ "name": "HTMLAttributes"
1583
+ },
1584
+ "declarations": [
1585
+ {
1586
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1587
+ "name": "HTMLAttributes"
1588
+ }
1589
+ ],
1590
+ "required": false,
1591
+ "type": {
1592
+ "name": "string"
1593
+ },
1594
+ "control": {
1595
+ "type": "text"
1596
+ }
1597
+ },
1598
+ "itemRef": {
1599
+ "defaultValue": null,
1600
+ "description": "",
1601
+ "name": "itemRef",
1602
+ "parent": {
1603
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1604
+ "name": "HTMLAttributes"
1605
+ },
1606
+ "declarations": [
1607
+ {
1608
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1609
+ "name": "HTMLAttributes"
1610
+ }
1611
+ ],
1612
+ "required": false,
1613
+ "type": {
1614
+ "name": "string"
1615
+ },
1616
+ "control": {
1617
+ "type": "text"
1618
+ }
1619
+ },
1620
+ "results": {
1621
+ "defaultValue": null,
1622
+ "description": "",
1623
+ "name": "results",
1624
+ "parent": {
1625
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1626
+ "name": "HTMLAttributes"
1627
+ },
1628
+ "declarations": [
1629
+ {
1630
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1631
+ "name": "HTMLAttributes"
1632
+ }
1633
+ ],
1634
+ "required": false,
1635
+ "type": {
1636
+ "name": "number"
1637
+ },
1638
+ "control": {
1639
+ "type": "number"
1640
+ }
1641
+ },
1642
+ "security": {
1643
+ "defaultValue": null,
1644
+ "description": "",
1645
+ "name": "security",
1646
+ "parent": {
1647
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1648
+ "name": "HTMLAttributes"
1649
+ },
1650
+ "declarations": [
1651
+ {
1652
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1653
+ "name": "HTMLAttributes"
1654
+ }
1655
+ ],
1656
+ "required": false,
1657
+ "type": {
1658
+ "name": "string"
1659
+ },
1660
+ "control": {
1661
+ "type": "text"
1662
+ }
1663
+ },
1664
+ "unselectable": {
1665
+ "defaultValue": null,
1666
+ "description": "",
1667
+ "name": "unselectable",
1668
+ "parent": {
1669
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1670
+ "name": "HTMLAttributes"
1671
+ },
1672
+ "declarations": [
1673
+ {
1674
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1675
+ "name": "HTMLAttributes"
1676
+ }
1677
+ ],
1678
+ "required": false,
1679
+ "type": {
1680
+ "name": "enum",
1681
+ "raw": "\"on\" | \"off\"",
1682
+ "value": [
1683
+ {
1684
+ "value": "\"on\""
1685
+ },
1686
+ {
1687
+ "value": "\"off\""
1688
+ }
1689
+ ]
1690
+ },
1691
+ "control": {
1692
+ "type": "radio"
1693
+ },
1694
+ "options": ["on", "off"]
1695
+ },
1696
+ "inputMode": {
1697
+ "defaultValue": null,
1698
+ "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",
1699
+ "name": "inputMode",
1700
+ "parent": {
1701
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1702
+ "name": "HTMLAttributes"
1703
+ },
1704
+ "declarations": [
1705
+ {
1706
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1707
+ "name": "HTMLAttributes"
1708
+ }
1709
+ ],
1710
+ "required": false,
1711
+ "type": {
1712
+ "name": "enum",
1713
+ "raw": "\"text\" | \"search\" | \"email\" | \"tel\" | \"url\" | \"none\" | \"numeric\" | \"decimal\"",
1714
+ "value": [
1715
+ {
1716
+ "value": "\"text\""
1717
+ },
1718
+ {
1719
+ "value": "\"search\""
1720
+ },
1721
+ {
1722
+ "value": "\"email\""
1723
+ },
1724
+ {
1725
+ "value": "\"tel\""
1726
+ },
1727
+ {
1728
+ "value": "\"url\""
1729
+ },
1730
+ {
1731
+ "value": "\"none\""
1732
+ },
1733
+ {
1734
+ "value": "\"numeric\""
1735
+ },
1736
+ {
1737
+ "value": "\"decimal\""
1738
+ }
1739
+ ]
1740
+ },
1741
+ "control": {
1742
+ "type": "select"
1743
+ },
1744
+ "options": [
1745
+ "text",
1746
+ "search",
1747
+ "email",
1748
+ "tel",
1749
+ "url",
1750
+ "none",
1751
+ "numeric",
1752
+ "decimal"
1753
+ ]
1754
+ },
1755
+ "is": {
1756
+ "defaultValue": null,
1757
+ "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",
1758
+ "name": "is",
1759
+ "parent": {
1760
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1761
+ "name": "HTMLAttributes"
1762
+ },
1763
+ "declarations": [
1764
+ {
1765
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1766
+ "name": "HTMLAttributes"
1767
+ }
1768
+ ],
1769
+ "required": false,
1770
+ "type": {
1771
+ "name": "string"
1772
+ },
1773
+ "control": {
1774
+ "type": "text"
1775
+ }
1776
+ },
1777
+ "aria-activedescendant": {
1778
+ "defaultValue": null,
1779
+ "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
1780
+ "name": "aria-activedescendant",
1781
+ "parent": {
1782
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1783
+ "name": "AriaAttributes"
1784
+ },
1785
+ "declarations": [
1786
+ {
1787
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1788
+ "name": "AriaAttributes"
1789
+ }
1790
+ ],
1791
+ "required": false,
1792
+ "type": {
1793
+ "name": "string"
1794
+ },
1795
+ "control": {
1796
+ "type": "text"
1797
+ }
1798
+ },
1799
+ "aria-atomic": {
1800
+ "defaultValue": null,
1801
+ "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.",
1802
+ "name": "aria-atomic",
1803
+ "parent": {
1804
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1805
+ "name": "AriaAttributes"
1806
+ },
1807
+ "declarations": [
1808
+ {
1809
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1810
+ "name": "AriaAttributes"
1811
+ }
1812
+ ],
1813
+ "required": false,
1814
+ "type": {
1815
+ "name": "Booleanish"
1816
+ },
1817
+ "control": {
1818
+ "type": "boolean"
1819
+ }
1820
+ },
1821
+ "aria-autocomplete": {
1822
+ "defaultValue": null,
1823
+ "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.",
1824
+ "name": "aria-autocomplete",
1825
+ "parent": {
1826
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1827
+ "name": "AriaAttributes"
1828
+ },
1829
+ "declarations": [
1830
+ {
1831
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1832
+ "name": "AriaAttributes"
1833
+ }
1834
+ ],
1835
+ "required": false,
1836
+ "type": {
1837
+ "name": "enum",
1838
+ "raw": "\"list\" | \"none\" | \"inline\" | \"both\"",
1839
+ "value": [
1840
+ {
1841
+ "value": "\"list\""
1842
+ },
1843
+ {
1844
+ "value": "\"none\""
1845
+ },
1846
+ {
1847
+ "value": "\"inline\""
1848
+ },
1849
+ {
1850
+ "value": "\"both\""
1851
+ }
1852
+ ]
1853
+ },
1854
+ "control": {
1855
+ "type": "radio"
1856
+ },
1857
+ "options": ["list", "none", "inline", "both"]
1858
+ },
1859
+ "aria-busy": {
1860
+ "defaultValue": null,
1861
+ "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.",
1862
+ "name": "aria-busy",
1863
+ "parent": {
1864
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1865
+ "name": "AriaAttributes"
1866
+ },
1867
+ "declarations": [
1868
+ {
1869
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1870
+ "name": "AriaAttributes"
1871
+ }
1872
+ ],
1873
+ "required": false,
1874
+ "type": {
1875
+ "name": "Booleanish"
1876
+ },
1877
+ "control": {
1878
+ "type": "boolean"
1879
+ }
1880
+ },
1881
+ "aria-checked": {
1882
+ "defaultValue": null,
1883
+ "description": "Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.",
1884
+ "name": "aria-checked",
1885
+ "parent": {
1886
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1887
+ "name": "AriaAttributes"
1888
+ },
1889
+ "declarations": [
1890
+ {
1891
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1892
+ "name": "AriaAttributes"
1893
+ }
1894
+ ],
1895
+ "required": false,
1896
+ "type": {
1897
+ "name": "boolean | \"true\" | \"false\" | \"mixed\""
1898
+ },
1899
+ "control": {
1900
+ "type": "text"
1901
+ }
1902
+ },
1903
+ "aria-colcount": {
1904
+ "defaultValue": null,
1905
+ "description": "Defines the total number of columns in a table, grid, or treegrid.\n@see aria-colindex.",
1906
+ "name": "aria-colcount",
1907
+ "parent": {
1908
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1909
+ "name": "AriaAttributes"
1910
+ },
1911
+ "declarations": [
1912
+ {
1913
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1914
+ "name": "AriaAttributes"
1915
+ }
1916
+ ],
1917
+ "required": false,
1918
+ "type": {
1919
+ "name": "number"
1920
+ },
1921
+ "control": {
1922
+ "type": "number"
1923
+ }
1924
+ },
1925
+ "aria-colindex": {
1926
+ "defaultValue": null,
1927
+ "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.",
1928
+ "name": "aria-colindex",
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": "number"
1942
+ },
1943
+ "control": {
1944
+ "type": "number"
1945
+ }
1946
+ },
1947
+ "aria-colspan": {
1948
+ "defaultValue": null,
1949
+ "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.",
1950
+ "name": "aria-colspan",
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": "number"
1964
+ },
1965
+ "control": {
1966
+ "type": "number"
1967
+ }
1968
+ },
1969
+ "aria-controls": {
1970
+ "defaultValue": null,
1971
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n@see aria-owns.",
1972
+ "name": "aria-controls",
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": "string"
1986
+ },
1987
+ "control": {
1988
+ "type": "text"
1989
+ }
1990
+ },
1991
+ "aria-current": {
1992
+ "defaultValue": null,
1993
+ "description": "Indicates the element that represents the current item within a container or set of related elements.",
1994
+ "name": "aria-current",
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": "boolean | \"time\" | \"step\" | \"date\" | \"true\" | \"false\" | \"page\" | \"location\""
2008
+ },
2009
+ "control": {
2010
+ "type": "text"
2011
+ }
2012
+ },
2013
+ "aria-describedby": {
2014
+ "defaultValue": null,
2015
+ "description": "Identifies the element (or elements) that describes the object.\n@see aria-labelledby",
2016
+ "name": "aria-describedby",
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": "string"
2030
+ },
2031
+ "control": {
2032
+ "type": "text"
2033
+ }
2034
+ },
2035
+ "aria-details": {
2036
+ "defaultValue": null,
2037
+ "description": "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
2038
+ "name": "aria-details",
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": "string"
2052
+ },
2053
+ "control": {
2054
+ "type": "text"
2055
+ }
2056
+ },
2057
+ "aria-disabled": {
2058
+ "defaultValue": null,
2059
+ "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.",
2060
+ "name": "aria-disabled",
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": "Booleanish"
2074
+ },
2075
+ "control": {
2076
+ "type": "boolean"
2077
+ }
2078
+ },
2079
+ "aria-dropeffect": {
2080
+ "defaultValue": null,
2081
+ "description": "Indicates what functions can be performed when a dragged object is released on the drop target.\n@deprecated in ARIA 1.1",
2082
+ "name": "aria-dropeffect",
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": "\"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\"",
2097
+ "value": [
2098
+ {
2099
+ "value": "\"link\""
2100
+ },
2101
+ {
2102
+ "value": "\"none\""
2103
+ },
2104
+ {
2105
+ "value": "\"copy\""
2106
+ },
2107
+ {
2108
+ "value": "\"execute\""
2109
+ },
2110
+ {
2111
+ "value": "\"move\""
2112
+ },
2113
+ {
2114
+ "value": "\"popup\""
2115
+ }
2116
+ ]
2117
+ },
2118
+ "control": {
2119
+ "type": "select"
2120
+ },
2121
+ "options": ["link", "none", "copy", "execute", "move", "popup"]
2122
+ },
2123
+ "aria-errormessage": {
2124
+ "defaultValue": null,
2125
+ "description": "Identifies the element that provides an error message for the object.\n@see aria-invalid\n@see aria-describedby.",
2126
+ "name": "aria-errormessage",
2127
+ "parent": {
2128
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2129
+ "name": "AriaAttributes"
2130
+ },
2131
+ "declarations": [
2132
+ {
2133
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2134
+ "name": "AriaAttributes"
2135
+ }
2136
+ ],
2137
+ "required": false,
2138
+ "type": {
2139
+ "name": "string"
2140
+ },
2141
+ "control": {
2142
+ "type": "text"
2143
+ }
2144
+ },
2145
+ "aria-expanded": {
2146
+ "defaultValue": null,
2147
+ "description": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
2148
+ "name": "aria-expanded",
2149
+ "parent": {
2150
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2151
+ "name": "AriaAttributes"
2152
+ },
2153
+ "declarations": [
2154
+ {
2155
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2156
+ "name": "AriaAttributes"
2157
+ }
2158
+ ],
2159
+ "required": false,
2160
+ "type": {
2161
+ "name": "Booleanish"
2162
+ },
2163
+ "control": {
2164
+ "type": "boolean"
2165
+ }
2166
+ },
2167
+ "aria-flowto": {
2168
+ "defaultValue": null,
2169
+ "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.",
2170
+ "name": "aria-flowto",
2171
+ "parent": {
2172
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2173
+ "name": "AriaAttributes"
2174
+ },
2175
+ "declarations": [
2176
+ {
2177
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2178
+ "name": "AriaAttributes"
2179
+ }
2180
+ ],
2181
+ "required": false,
2182
+ "type": {
2183
+ "name": "string"
2184
+ },
2185
+ "control": {
2186
+ "type": "text"
2187
+ }
2188
+ },
2189
+ "aria-grabbed": {
2190
+ "defaultValue": null,
2191
+ "description": "Indicates an element's \"grabbed\" state in a drag-and-drop operation.\n@deprecated in ARIA 1.1",
2192
+ "name": "aria-grabbed",
2193
+ "parent": {
2194
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2195
+ "name": "AriaAttributes"
2196
+ },
2197
+ "declarations": [
2198
+ {
2199
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2200
+ "name": "AriaAttributes"
2201
+ }
2202
+ ],
2203
+ "required": false,
2204
+ "type": {
2205
+ "name": "Booleanish"
2206
+ },
2207
+ "control": {
2208
+ "type": "boolean"
2209
+ }
2210
+ },
2211
+ "aria-haspopup": {
2212
+ "defaultValue": null,
2213
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
2214
+ "name": "aria-haspopup",
2215
+ "parent": {
2216
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2217
+ "name": "AriaAttributes"
2218
+ },
2219
+ "declarations": [
2220
+ {
2221
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2222
+ "name": "AriaAttributes"
2223
+ }
2224
+ ],
2225
+ "required": false,
2226
+ "type": {
2227
+ "name": "boolean | \"dialog\" | \"menu\" | \"true\" | \"false\" | \"grid\" | \"listbox\" | \"tree\""
2228
+ },
2229
+ "control": {
2230
+ "type": "text"
2231
+ }
2232
+ },
2233
+ "aria-hidden": {
2234
+ "defaultValue": null,
2235
+ "description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
2236
+ "name": "aria-hidden",
2237
+ "parent": {
2238
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2239
+ "name": "AriaAttributes"
2240
+ },
2241
+ "declarations": [
2242
+ {
2243
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2244
+ "name": "AriaAttributes"
2245
+ }
2246
+ ],
2247
+ "required": false,
2248
+ "type": {
2249
+ "name": "Booleanish"
2250
+ },
2251
+ "control": {
2252
+ "type": "boolean"
2253
+ }
2254
+ },
2255
+ "aria-invalid": {
2256
+ "defaultValue": null,
2257
+ "description": "Indicates the entered value does not conform to the format expected by the application.\n@see aria-errormessage.",
2258
+ "name": "aria-invalid",
2259
+ "parent": {
2260
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2261
+ "name": "AriaAttributes"
2262
+ },
2263
+ "declarations": [
2264
+ {
2265
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2266
+ "name": "AriaAttributes"
2267
+ }
2268
+ ],
2269
+ "required": false,
2270
+ "type": {
2271
+ "name": "boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\""
2272
+ },
2273
+ "control": {
2274
+ "type": "text"
2275
+ }
2276
+ },
2277
+ "aria-keyshortcuts": {
2278
+ "defaultValue": null,
2279
+ "description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
2280
+ "name": "aria-keyshortcuts",
2281
+ "parent": {
2282
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2283
+ "name": "AriaAttributes"
2284
+ },
2285
+ "declarations": [
2286
+ {
2287
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2288
+ "name": "AriaAttributes"
2289
+ }
2290
+ ],
2291
+ "required": false,
2292
+ "type": {
2293
+ "name": "string"
2294
+ },
2295
+ "control": {
2296
+ "type": "text"
2297
+ }
2298
+ },
2299
+ "aria-label": {
2300
+ "defaultValue": null,
2301
+ "description": "Defines a string value that labels the current element.\n@see aria-labelledby.",
2302
+ "name": "aria-label",
2303
+ "parent": {
2304
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2305
+ "name": "AriaAttributes"
2306
+ },
2307
+ "declarations": [
2308
+ {
2309
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2310
+ "name": "AriaAttributes"
2311
+ }
2312
+ ],
2313
+ "required": false,
2314
+ "type": {
2315
+ "name": "string"
2316
+ },
2317
+ "control": {
2318
+ "type": "text"
2319
+ }
2320
+ },
2321
+ "aria-labelledby": {
2322
+ "defaultValue": null,
2323
+ "description": "Identifies the element (or elements) that labels the current element.\n@see aria-describedby.",
2324
+ "name": "aria-labelledby",
2325
+ "parent": {
2326
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2327
+ "name": "AriaAttributes"
2328
+ },
2329
+ "declarations": [
2330
+ {
2331
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2332
+ "name": "AriaAttributes"
2333
+ }
2334
+ ],
2335
+ "required": false,
2336
+ "type": {
2337
+ "name": "string"
2338
+ },
2339
+ "control": {
2340
+ "type": "text"
2341
+ }
2342
+ },
2343
+ "aria-level": {
2344
+ "defaultValue": null,
2345
+ "description": "Defines the hierarchical level of an element within a structure.",
2346
+ "name": "aria-level",
2347
+ "parent": {
2348
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2349
+ "name": "AriaAttributes"
2350
+ },
2351
+ "declarations": [
2352
+ {
2353
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2354
+ "name": "AriaAttributes"
2355
+ }
2356
+ ],
2357
+ "required": false,
2358
+ "type": {
2359
+ "name": "number"
2360
+ },
2361
+ "control": {
2362
+ "type": "number"
2363
+ }
2364
+ },
2365
+ "aria-live": {
2366
+ "defaultValue": null,
2367
+ "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.",
2368
+ "name": "aria-live",
2369
+ "parent": {
2370
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2371
+ "name": "AriaAttributes"
2372
+ },
2373
+ "declarations": [
2374
+ {
2375
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2376
+ "name": "AriaAttributes"
2377
+ }
2378
+ ],
2379
+ "required": false,
2380
+ "type": {
2381
+ "name": "enum",
2382
+ "raw": "\"off\" | \"assertive\" | \"polite\"",
2383
+ "value": [
2384
+ {
2385
+ "value": "\"off\""
2386
+ },
2387
+ {
2388
+ "value": "\"assertive\""
2389
+ },
2390
+ {
2391
+ "value": "\"polite\""
2392
+ }
2393
+ ]
2394
+ },
2395
+ "control": {
2396
+ "type": "radio"
2397
+ },
2398
+ "options": ["off", "assertive", "polite"]
2399
+ },
2400
+ "aria-modal": {
2401
+ "defaultValue": null,
2402
+ "description": "Indicates whether an element is modal when displayed.",
2403
+ "name": "aria-modal",
2404
+ "parent": {
2405
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2406
+ "name": "AriaAttributes"
2407
+ },
2408
+ "declarations": [
2409
+ {
2410
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2411
+ "name": "AriaAttributes"
2412
+ }
2413
+ ],
2414
+ "required": false,
2415
+ "type": {
2416
+ "name": "Booleanish"
2417
+ },
2418
+ "control": {
2419
+ "type": "boolean"
2420
+ }
2421
+ },
2422
+ "aria-multiline": {
2423
+ "defaultValue": null,
2424
+ "description": "Indicates whether a text box accepts multiple lines of input or only a single line.",
2425
+ "name": "aria-multiline",
2426
+ "parent": {
2427
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2428
+ "name": "AriaAttributes"
2429
+ },
2430
+ "declarations": [
2431
+ {
2432
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2433
+ "name": "AriaAttributes"
2434
+ }
2435
+ ],
2436
+ "required": false,
2437
+ "type": {
2438
+ "name": "Booleanish"
2439
+ },
2440
+ "control": {
2441
+ "type": "boolean"
2442
+ }
2443
+ },
2444
+ "aria-multiselectable": {
2445
+ "defaultValue": null,
2446
+ "description": "Indicates that the user may select more than one item from the current selectable descendants.",
2447
+ "name": "aria-multiselectable",
2448
+ "parent": {
2449
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2450
+ "name": "AriaAttributes"
2451
+ },
2452
+ "declarations": [
2453
+ {
2454
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2455
+ "name": "AriaAttributes"
2456
+ }
2457
+ ],
2458
+ "required": false,
2459
+ "type": {
2460
+ "name": "Booleanish"
2461
+ },
2462
+ "control": {
2463
+ "type": "boolean"
2464
+ }
2465
+ },
2466
+ "aria-orientation": {
2467
+ "defaultValue": null,
2468
+ "description": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
2469
+ "name": "aria-orientation",
2470
+ "parent": {
2471
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2472
+ "name": "AriaAttributes"
2473
+ },
2474
+ "declarations": [
2475
+ {
2476
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2477
+ "name": "AriaAttributes"
2478
+ }
2479
+ ],
2480
+ "required": false,
2481
+ "type": {
2482
+ "name": "enum",
2483
+ "raw": "\"horizontal\" | \"vertical\"",
2484
+ "value": [
2485
+ {
2486
+ "value": "\"horizontal\""
2487
+ },
2488
+ {
2489
+ "value": "\"vertical\""
2490
+ }
2491
+ ]
2492
+ },
2493
+ "control": {
2494
+ "type": "radio"
2495
+ },
2496
+ "options": ["horizontal", "vertical"]
2497
+ },
2498
+ "aria-owns": {
2499
+ "defaultValue": null,
2500
+ "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.",
2501
+ "name": "aria-owns",
2502
+ "parent": {
2503
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2504
+ "name": "AriaAttributes"
2505
+ },
2506
+ "declarations": [
2507
+ {
2508
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2509
+ "name": "AriaAttributes"
2510
+ }
2511
+ ],
2512
+ "required": false,
2513
+ "type": {
2514
+ "name": "string"
2515
+ },
2516
+ "control": {
2517
+ "type": "text"
2518
+ }
2519
+ },
2520
+ "aria-placeholder": {
2521
+ "defaultValue": null,
2522
+ "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.",
2523
+ "name": "aria-placeholder",
2524
+ "parent": {
2525
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2526
+ "name": "AriaAttributes"
2527
+ },
2528
+ "declarations": [
2529
+ {
2530
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2531
+ "name": "AriaAttributes"
2532
+ }
2533
+ ],
2534
+ "required": false,
2535
+ "type": {
2536
+ "name": "string"
2537
+ },
2538
+ "control": {
2539
+ "type": "text"
2540
+ }
2541
+ },
2542
+ "aria-posinset": {
2543
+ "defaultValue": null,
2544
+ "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.",
2545
+ "name": "aria-posinset",
2546
+ "parent": {
2547
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2548
+ "name": "AriaAttributes"
2549
+ },
2550
+ "declarations": [
2551
+ {
2552
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2553
+ "name": "AriaAttributes"
2554
+ }
2555
+ ],
2556
+ "required": false,
2557
+ "type": {
2558
+ "name": "number"
2559
+ },
2560
+ "control": {
2561
+ "type": "number"
2562
+ }
2563
+ },
2564
+ "aria-pressed": {
2565
+ "defaultValue": null,
2566
+ "description": "Indicates the current \"pressed\" state of toggle buttons.\n@see aria-checked\n@see aria-selected.",
2567
+ "name": "aria-pressed",
2568
+ "parent": {
2569
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2570
+ "name": "AriaAttributes"
2571
+ },
2572
+ "declarations": [
2573
+ {
2574
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2575
+ "name": "AriaAttributes"
2576
+ }
2577
+ ],
2578
+ "required": false,
2579
+ "type": {
2580
+ "name": "boolean | \"true\" | \"false\" | \"mixed\""
2581
+ },
2582
+ "control": {
2583
+ "type": "text"
2584
+ }
2585
+ },
2586
+ "aria-readonly": {
2587
+ "defaultValue": null,
2588
+ "description": "Indicates that the element is not editable, but is otherwise operable.\n@see aria-disabled.",
2589
+ "name": "aria-readonly",
2590
+ "parent": {
2591
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2592
+ "name": "AriaAttributes"
2593
+ },
2594
+ "declarations": [
2595
+ {
2596
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2597
+ "name": "AriaAttributes"
2598
+ }
2599
+ ],
2600
+ "required": false,
2601
+ "type": {
2602
+ "name": "Booleanish"
2603
+ },
2604
+ "control": {
2605
+ "type": "boolean"
2606
+ }
2607
+ },
2608
+ "aria-relevant": {
2609
+ "defaultValue": null,
2610
+ "description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n@see aria-atomic.",
2611
+ "name": "aria-relevant",
2612
+ "parent": {
2613
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2614
+ "name": "AriaAttributes"
2615
+ },
2616
+ "declarations": [
2617
+ {
2618
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2619
+ "name": "AriaAttributes"
2620
+ }
2621
+ ],
2622
+ "required": false,
2623
+ "type": {
2624
+ "name": "enum",
2625
+ "raw": "\"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\"",
2626
+ "value": [
2627
+ {
2628
+ "value": "\"text\""
2629
+ },
2630
+ {
2631
+ "value": "\"additions\""
2632
+ },
2633
+ {
2634
+ "value": "\"additions removals\""
2635
+ },
2636
+ {
2637
+ "value": "\"additions text\""
2638
+ },
2639
+ {
2640
+ "value": "\"all\""
2641
+ },
2642
+ {
2643
+ "value": "\"removals\""
2644
+ },
2645
+ {
2646
+ "value": "\"removals additions\""
2647
+ },
2648
+ {
2649
+ "value": "\"removals text\""
2650
+ },
2651
+ {
2652
+ "value": "\"text additions\""
2653
+ },
2654
+ {
2655
+ "value": "\"text removals\""
2656
+ }
2657
+ ]
2658
+ },
2659
+ "control": {
2660
+ "type": "select"
2661
+ },
2662
+ "options": [
2663
+ "text",
2664
+ "additions",
2665
+ "additions removals",
2666
+ "additions text",
2667
+ "all",
2668
+ "removals",
2669
+ "removals additions",
2670
+ "removals text",
2671
+ "text additions",
2672
+ "text removals"
2673
+ ]
2674
+ },
2675
+ "aria-required": {
2676
+ "defaultValue": null,
2677
+ "description": "Indicates that user input is required on the element before a form may be submitted.",
2678
+ "name": "aria-required",
2679
+ "parent": {
2680
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2681
+ "name": "AriaAttributes"
2682
+ },
2683
+ "declarations": [
2684
+ {
2685
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2686
+ "name": "AriaAttributes"
2687
+ }
2688
+ ],
2689
+ "required": false,
2690
+ "type": {
2691
+ "name": "Booleanish"
2692
+ },
2693
+ "control": {
2694
+ "type": "boolean"
2695
+ }
2696
+ },
2697
+ "aria-roledescription": {
2698
+ "defaultValue": null,
2699
+ "description": "Defines a human-readable, author-localized description for the role of an element.",
2700
+ "name": "aria-roledescription",
2701
+ "parent": {
2702
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2703
+ "name": "AriaAttributes"
2704
+ },
2705
+ "declarations": [
2706
+ {
2707
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2708
+ "name": "AriaAttributes"
2709
+ }
2710
+ ],
2711
+ "required": false,
2712
+ "type": {
2713
+ "name": "string"
2714
+ },
2715
+ "control": {
2716
+ "type": "text"
2717
+ }
2718
+ },
2719
+ "aria-rowcount": {
2720
+ "defaultValue": null,
2721
+ "description": "Defines the total number of rows in a table, grid, or treegrid.\n@see aria-rowindex.",
2722
+ "name": "aria-rowcount",
2723
+ "parent": {
2724
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2725
+ "name": "AriaAttributes"
2726
+ },
2727
+ "declarations": [
2728
+ {
2729
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2730
+ "name": "AriaAttributes"
2731
+ }
2732
+ ],
2733
+ "required": false,
2734
+ "type": {
2735
+ "name": "number"
2736
+ },
2737
+ "control": {
2738
+ "type": "number"
2739
+ }
2740
+ },
2741
+ "aria-rowindex": {
2742
+ "defaultValue": null,
2743
+ "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.",
2744
+ "name": "aria-rowindex",
2745
+ "parent": {
2746
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2747
+ "name": "AriaAttributes"
2748
+ },
2749
+ "declarations": [
2750
+ {
2751
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2752
+ "name": "AriaAttributes"
2753
+ }
2754
+ ],
2755
+ "required": false,
2756
+ "type": {
2757
+ "name": "number"
2758
+ },
2759
+ "control": {
2760
+ "type": "number"
2761
+ }
2762
+ },
2763
+ "aria-rowspan": {
2764
+ "defaultValue": null,
2765
+ "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.",
2766
+ "name": "aria-rowspan",
2767
+ "parent": {
2768
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2769
+ "name": "AriaAttributes"
2770
+ },
2771
+ "declarations": [
2772
+ {
2773
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2774
+ "name": "AriaAttributes"
2775
+ }
2776
+ ],
2777
+ "required": false,
2778
+ "type": {
2779
+ "name": "number"
2780
+ },
2781
+ "control": {
2782
+ "type": "number"
2783
+ }
2784
+ },
2785
+ "aria-selected": {
2786
+ "defaultValue": null,
2787
+ "description": "Indicates the current \"selected\" state of various widgets.\n@see aria-checked\n@see aria-pressed.",
2788
+ "name": "aria-selected",
2789
+ "parent": {
2790
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2791
+ "name": "AriaAttributes"
2792
+ },
2793
+ "declarations": [
2794
+ {
2795
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2796
+ "name": "AriaAttributes"
2797
+ }
2798
+ ],
2799
+ "required": false,
2800
+ "type": {
2801
+ "name": "Booleanish"
2802
+ },
2803
+ "control": {
2804
+ "type": "boolean"
2805
+ }
2806
+ },
2807
+ "aria-setsize": {
2808
+ "defaultValue": null,
2809
+ "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.",
2810
+ "name": "aria-setsize",
2811
+ "parent": {
2812
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2813
+ "name": "AriaAttributes"
2814
+ },
2815
+ "declarations": [
2816
+ {
2817
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2818
+ "name": "AriaAttributes"
2819
+ }
2820
+ ],
2821
+ "required": false,
2822
+ "type": {
2823
+ "name": "number"
2824
+ },
2825
+ "control": {
2826
+ "type": "number"
2827
+ }
2828
+ },
2829
+ "aria-sort": {
2830
+ "defaultValue": null,
2831
+ "description": "Indicates if items in a table or grid are sorted in ascending or descending order.",
2832
+ "name": "aria-sort",
2833
+ "parent": {
2834
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2835
+ "name": "AriaAttributes"
2836
+ },
2837
+ "declarations": [
2838
+ {
2839
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2840
+ "name": "AriaAttributes"
2841
+ }
2842
+ ],
2843
+ "required": false,
2844
+ "type": {
2845
+ "name": "enum",
2846
+ "raw": "\"none\" | \"ascending\" | \"descending\" | \"other\"",
2847
+ "value": [
2848
+ {
2849
+ "value": "\"none\""
2850
+ },
2851
+ {
2852
+ "value": "\"ascending\""
2853
+ },
2854
+ {
2855
+ "value": "\"descending\""
2856
+ },
2857
+ {
2858
+ "value": "\"other\""
2859
+ }
2860
+ ]
2861
+ },
2862
+ "control": {
2863
+ "type": "radio"
2864
+ },
2865
+ "options": ["none", "ascending", "descending", "other"]
2866
+ },
2867
+ "aria-valuemax": {
2868
+ "defaultValue": null,
2869
+ "description": "Defines the maximum allowed value for a range widget.",
2870
+ "name": "aria-valuemax",
2871
+ "parent": {
2872
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2873
+ "name": "AriaAttributes"
2874
+ },
2875
+ "declarations": [
2876
+ {
2877
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2878
+ "name": "AriaAttributes"
2879
+ }
2880
+ ],
2881
+ "required": false,
2882
+ "type": {
2883
+ "name": "number"
2884
+ },
2885
+ "control": {
2886
+ "type": "number"
2887
+ }
2888
+ },
2889
+ "aria-valuemin": {
2890
+ "defaultValue": null,
2891
+ "description": "Defines the minimum allowed value for a range widget.",
2892
+ "name": "aria-valuemin",
2893
+ "parent": {
2894
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2895
+ "name": "AriaAttributes"
2896
+ },
2897
+ "declarations": [
2898
+ {
2899
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2900
+ "name": "AriaAttributes"
2901
+ }
2902
+ ],
2903
+ "required": false,
2904
+ "type": {
2905
+ "name": "number"
2906
+ },
2907
+ "control": {
2908
+ "type": "number"
2909
+ }
2910
+ },
2911
+ "aria-valuenow": {
2912
+ "defaultValue": null,
2913
+ "description": "Defines the current value for a range widget.\n@see aria-valuetext.",
2914
+ "name": "aria-valuenow",
2915
+ "parent": {
2916
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2917
+ "name": "AriaAttributes"
2918
+ },
2919
+ "declarations": [
2920
+ {
2921
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2922
+ "name": "AriaAttributes"
2923
+ }
2924
+ ],
2925
+ "required": false,
2926
+ "type": {
2927
+ "name": "number"
2928
+ },
2929
+ "control": {
2930
+ "type": "number"
2931
+ }
2932
+ },
2933
+ "aria-valuetext": {
2934
+ "defaultValue": null,
2935
+ "description": "Defines the human readable text alternative of aria-valuenow for a range widget.",
2936
+ "name": "aria-valuetext",
2937
+ "parent": {
2938
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2939
+ "name": "AriaAttributes"
2940
+ },
2941
+ "declarations": [
2942
+ {
2943
+ "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2944
+ "name": "AriaAttributes"
2945
+ }
2946
+ ],
2947
+ "required": false,
2948
+ "type": {
2949
+ "name": "string"
2950
+ },
2951
+ "control": {
2952
+ "type": "text"
2953
+ }
2954
+ }
2955
+ }