@webstudio-is/react-sdk 0.7.0 → 0.7.2

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