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