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