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