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