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