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