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